Socket
Socket
Sign inDemoInstall

@atlaskit/comment

Package Overview
Dependencies
101
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.9.0 to 10.9.1

2

dist/cjs/components/action-item.js

@@ -12,3 +12,3 @@ "use strict";

var packageName = "@atlaskit/comment";
var packageVersion = "10.9.0";
var packageVersion = "10.9.1";
var ActionItem = exports.CommentActionWithoutAnalytics = function ActionItem(_ref) {

@@ -15,0 +15,0 @@ var children = _ref.children,

@@ -12,3 +12,3 @@ "use strict";

var packageName = "@atlaskit/comment";
var packageVersion = "10.9.0";
var packageVersion = "10.9.1";
var Author = exports.CommentAuthorWithoutAnalytics = function Author(_ref) {

@@ -15,0 +15,0 @@ var children = _ref.children,

@@ -10,4 +10,4 @@ "use strict";

var _react = _interopRequireDefault(require("react"));
var _dsExplorations = require("@atlaskit/ds-explorations");
var _stack = _interopRequireDefault(require("@atlaskit/primitives/stack"));
var _text = _interopRequireDefault(require("@atlaskit/primitives/text"));
var _footer = _interopRequireDefault(require("./footer"));

@@ -80,6 +80,5 @@ var _header = _interopRequireDefault(require("./header"));

testId: testId && "".concat(testId, "-header")
}, headerProps)), /*#__PURE__*/_react.default.createElement(_dsExplorations.UNSAFE_Text, {
as: "div",
}, headerProps)), /*#__PURE__*/_react.default.createElement(_text.default, {
testId: testId && "".concat(testId, "-content"),
color: isSaving || isError ? 'disabled' : 'color.text'
color: isSaving || isError ? 'color.text.disabled' : 'color.text'
}, content)), /*#__PURE__*/_react.default.createElement(_footer.default, (0, _extends2.default)({

@@ -86,0 +85,0 @@ testId: testId && "".concat(testId, "-footer")

@@ -16,3 +16,3 @@ "use strict";

var packageName = "@atlaskit/comment";
var packageVersion = "10.9.0";
var packageVersion = "10.9.1";
var Edited = exports.CommentEditedWithoutAnalytics = function Edited(_ref) {

@@ -19,0 +19,0 @@ var children = _ref.children,

@@ -9,6 +9,5 @@ "use strict";

var _react = require("@emotion/react");
var _text = _interopRequireDefault(require("@atlaskit/ds-explorations/text"));
var _lockFilled = _interopRequireDefault(require("@atlaskit/icon/glyph/lock-filled"));
var _lozenge = _interopRequireDefault(require("@atlaskit/lozenge"));
var _inline = _interopRequireDefault(require("@atlaskit/primitives/inline"));
var _primitives = require("@atlaskit/primitives");
/** @jsx jsx */

@@ -47,3 +46,3 @@

css: headingStyles
}, (0, _react.jsx)(_inline.default, {
}, (0, _react.jsx)(_primitives.Inline, {
alignBlock: "center",

@@ -55,8 +54,10 @@ testId: testId,

testId: testId && "".concat(testId, "-type")
}, type), time && !isSaving && !isError && time, edited || null, isSaving ? savingText : null, restrictedTo && (0, _react.jsx)(_text.default, {
as: "span",
color: "subtlest"
}, (0, _react.jsx)(_inline.default, {
}, type), time && !isSaving && !isError && time, edited || null, isSaving ? savingText : null, restrictedTo && (0, _react.jsx)(_primitives.Text, {
variant: "body",
color: "color.text.subtlest",
as: "span"
}, (0, _react.jsx)(_primitives.Inline, {
alignBlock: "center",
space: "space.050"
space: "space.050",
as: "span"
}, "\u2022", (0, _react.jsx)(_lockFilled.default, {

@@ -63,0 +64,0 @@ label: "",

@@ -43,3 +43,3 @@ "use strict";

/**
* __CommentLayout__.
* __CommentLayout__
*

@@ -46,0 +46,0 @@ * The base layout for the comment component.

@@ -12,3 +12,3 @@ "use strict";

var packageName = "@atlaskit/comment";
var packageVersion = "10.9.0";
var packageVersion = "10.9.1";
var Time = exports.CommentTimeWithoutAnalytics = function Time(_ref) {

@@ -15,0 +15,0 @@ var children = _ref.children,

@@ -5,3 +5,3 @@ import React from 'react';

const packageName = "@atlaskit/comment";
const packageVersion = "10.9.0";
const packageVersion = "10.9.1";
const ActionItem = ({

@@ -8,0 +8,0 @@ children,

@@ -5,3 +5,3 @@ import React from 'react';

const packageName = "@atlaskit/comment";
const packageVersion = "10.9.0";
const packageVersion = "10.9.1";
const Author = ({

@@ -8,0 +8,0 @@ children,

import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { UNSAFE_Text as Text } from '@atlaskit/ds-explorations';
import Stack from '@atlaskit/primitives/stack';
import Box from '@atlaskit/primitives/text';
import Footer from './footer';

@@ -65,6 +65,5 @@ import Header from './header';

testId: testId && `${testId}-header`
}, headerProps)), /*#__PURE__*/React.createElement(Text, {
as: "div",
}, headerProps)), /*#__PURE__*/React.createElement(Box, {
testId: testId && `${testId}-content`,
color: isSaving || isError ? 'disabled' : 'color.text'
color: isSaving || isError ? 'color.text.disabled' : 'color.text'
}, content)), /*#__PURE__*/React.createElement(Footer, _extends({

@@ -71,0 +70,0 @@ testId: testId && `${testId}-footer`

@@ -10,3 +10,3 @@ /** @jsx jsx */

const packageName = "@atlaskit/comment";
const packageVersion = "10.9.0";
const packageVersion = "10.9.1";
const Edited = ({

@@ -13,0 +13,0 @@ children,

/** @jsx jsx */
import { css, jsx } from '@emotion/react';
import Text from '@atlaskit/ds-explorations/text';
import LockFilledIcon from '@atlaskit/icon/glyph/lock-filled';
import Lozenge from '@atlaskit/lozenge';
import Inline from '@atlaskit/primitives/inline';
import { Inline, Text } from '@atlaskit/primitives';
const headingStyles = css({

@@ -47,7 +46,9 @@ fontSize: "var(--ds-font-size-100, 14px)",

}, type), time && !isSaving && !isError && time, edited || null, isSaving ? savingText : null, restrictedTo && jsx(Text, {
as: "span",
color: "subtlest"
variant: "body",
color: "color.text.subtlest",
as: "span"
}, jsx(Inline, {
alignBlock: "center",
space: "space.050"
space: "space.050",
as: "span"
}, "\u2022", jsx(LockFilledIcon, {

@@ -54,0 +55,0 @@ label: "",

@@ -38,3 +38,3 @@ /** @jsx jsx */

/**
* __CommentLayout__.
* __CommentLayout__
*

@@ -41,0 +41,0 @@ * The base layout for the comment component.

@@ -5,3 +5,3 @@ import React from 'react';

const packageName = "@atlaskit/comment";
const packageVersion = "10.9.0";
const packageVersion = "10.9.1";
const Time = ({

@@ -8,0 +8,0 @@ children,

@@ -5,3 +5,3 @@ import React from 'react';

var packageName = "@atlaskit/comment";
var packageVersion = "10.9.0";
var packageVersion = "10.9.1";
var ActionItem = function ActionItem(_ref) {

@@ -8,0 +8,0 @@ var children = _ref.children,

@@ -5,3 +5,3 @@ import React from 'react';

var packageName = "@atlaskit/comment";
var packageVersion = "10.9.0";
var packageVersion = "10.9.1";
var Author = function Author(_ref) {

@@ -8,0 +8,0 @@ var children = _ref.children,

import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { UNSAFE_Text as Text } from '@atlaskit/ds-explorations';
import Stack from '@atlaskit/primitives/stack';
import Box from '@atlaskit/primitives/text';
import Footer from './footer';

@@ -73,6 +73,5 @@ import Header from './header';

testId: testId && "".concat(testId, "-header")
}, headerProps)), /*#__PURE__*/React.createElement(Text, {
as: "div",
}, headerProps)), /*#__PURE__*/React.createElement(Box, {
testId: testId && "".concat(testId, "-content"),
color: isSaving || isError ? 'disabled' : 'color.text'
color: isSaving || isError ? 'color.text.disabled' : 'color.text'
}, content)), /*#__PURE__*/React.createElement(Footer, _extends({

@@ -79,0 +78,0 @@ testId: testId && "".concat(testId, "-footer")

@@ -10,3 +10,3 @@ /** @jsx jsx */

var packageName = "@atlaskit/comment";
var packageVersion = "10.9.0";
var packageVersion = "10.9.1";
var Edited = function Edited(_ref) {

@@ -13,0 +13,0 @@ var children = _ref.children,

/** @jsx jsx */
import { css, jsx } from '@emotion/react';
import Text from '@atlaskit/ds-explorations/text';
import LockFilledIcon from '@atlaskit/icon/glyph/lock-filled';
import Lozenge from '@atlaskit/lozenge';
import Inline from '@atlaskit/primitives/inline';
import { Inline, Text } from '@atlaskit/primitives';
var headingStyles = css({

@@ -47,7 +46,9 @@ fontSize: "var(--ds-font-size-100, 14px)",

}, type), time && !isSaving && !isError && time, edited || null, isSaving ? savingText : null, restrictedTo && jsx(Text, {
as: "span",
color: "subtlest"
variant: "body",
color: "color.text.subtlest",
as: "span"
}, jsx(Inline, {
alignBlock: "center",
space: "space.050"
space: "space.050",
as: "span"
}, "\u2022", jsx(LockFilledIcon, {

@@ -54,0 +55,0 @@ label: "",

@@ -36,3 +36,3 @@ /** @jsx jsx */

/**
* __CommentLayout__.
* __CommentLayout__
*

@@ -39,0 +39,0 @@ * The base layout for the comment component.

@@ -5,3 +5,3 @@ import React from 'react';

var packageName = "@atlaskit/comment";
var packageVersion = "10.9.0";
var packageVersion = "10.9.1";
var Time = function Time(_ref) {

@@ -8,0 +8,0 @@ var children = _ref.children,

@@ -34,3 +34,3 @@ /** @jsx jsx */

/**
* __CommentLayout__.
* __CommentLayout__
*

@@ -37,0 +37,0 @@ * The base layout for the comment component.

@@ -34,3 +34,3 @@ /** @jsx jsx */

/**
* __CommentLayout__.
* __CommentLayout__
*

@@ -37,0 +37,0 @@ * The base layout for the comment component.

{
"name": "@atlaskit/comment",
"version": "10.9.0",
"version": "10.9.1",
"description": "A comment displays discussions and user feedback.",

@@ -29,5 +29,4 @@ "publishConfig": {

"dependencies": {
"@atlaskit/analytics-next": "^9.1.0",
"@atlaskit/button": "^17.2.0",
"@atlaskit/ds-explorations": "^3.2.0",
"@atlaskit/analytics-next": "^9.2.0",
"@atlaskit/button": "^17.4.0",
"@atlaskit/icon": "^22.0.0",

@@ -37,3 +36,3 @@ "@atlaskit/lozenge": "^11.6.0",

"@atlaskit/theme": "^12.6.0",
"@atlaskit/tokens": "^1.35.0",
"@atlaskit/tokens": "^1.37.0",
"@babel/runtime": "^7.0.0",

@@ -40,0 +39,0 @@ "@emotion/react": "^11.7.1"

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc