@atlaskit/editor-plugin-help-dialog 3.1.0 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/editor-plugin-help-dialog
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#188952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188952)
14
+ [`1a88e6e2601ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a88e6e2601ae) -
15
+ Migrated usage of renamed/deprecated icons
16
+ - Updated dependencies
17
+
3
18
  ## 3.1.0
4
19
 
5
20
  ### Minor Changes
@@ -10,7 +10,7 @@ var _reactIntlNext = require("react-intl-next");
10
10
  var _messages = require("@atlaskit/editor-common/messages");
11
11
  var _uiMenu = require("@atlaskit/editor-common/ui-menu");
12
12
  var _heading = _interopRequireDefault(require("@atlaskit/heading"));
13
- var _closeCross = _interopRequireDefault(require("@atlaskit/icon/core/migration/close--cross"));
13
+ var _cross = _interopRequireDefault(require("@atlaskit/icon/core/migration/cross"));
14
14
  var _styles = require("./styles");
15
15
  /**
16
16
  * @jsxRuntime classic
@@ -36,7 +36,7 @@ var ModalHeader = (0, _reactIntlNext.injectIntl)(function (_ref) {
36
36
  onClick: onClose,
37
37
  title: formatMessage(_messages.helpDialogMessages.closeHelpDialog),
38
38
  spacing: "compact",
39
- iconBefore: (0, _react.jsx)(_closeCross.default, {
39
+ iconBefore: (0, _react.jsx)(_cross.default, {
40
40
  label: formatMessage(_messages.helpDialogMessages.closeHelpDialog),
41
41
  color: "currentColor",
42
42
  spacing: "spacious"
@@ -8,7 +8,7 @@ import { FormattedMessage, injectIntl } from 'react-intl-next';
8
8
  import { helpDialogMessages as messages } from '@atlaskit/editor-common/messages';
9
9
  import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
10
10
  import Heading from '@atlaskit/heading';
11
- import CloseIcon from '@atlaskit/icon/core/migration/close--cross';
11
+ import CrossIcon from '@atlaskit/icon/core/migration/cross';
12
12
  import { header, toolbarButton } from './styles';
13
13
  const ModalHeader = injectIntl(({
14
14
  intl: {
@@ -31,7 +31,7 @@ const ModalHeader = injectIntl(({
31
31
  onClick: onClose,
32
32
  title: formatMessage(messages.closeHelpDialog),
33
33
  spacing: "compact",
34
- iconBefore: jsx(CloseIcon, {
34
+ iconBefore: jsx(CrossIcon, {
35
35
  label: formatMessage(messages.closeHelpDialog),
36
36
  color: "currentColor",
37
37
  spacing: "spacious"
@@ -8,7 +8,7 @@ import { FormattedMessage, injectIntl } from 'react-intl-next';
8
8
  import { helpDialogMessages as messages } from '@atlaskit/editor-common/messages';
9
9
  import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
10
10
  import Heading from '@atlaskit/heading';
11
- import CloseIcon from '@atlaskit/icon/core/migration/close--cross';
11
+ import CrossIcon from '@atlaskit/icon/core/migration/cross';
12
12
  import { header, toolbarButton } from './styles';
13
13
  var ModalHeader = injectIntl(function (_ref) {
14
14
  var formatMessage = _ref.intl.formatMessage,
@@ -28,7 +28,7 @@ var ModalHeader = injectIntl(function (_ref) {
28
28
  onClick: onClose,
29
29
  title: formatMessage(messages.closeHelpDialog),
30
30
  spacing: "compact",
31
- iconBefore: jsx(CloseIcon, {
31
+ iconBefore: jsx(CrossIcon, {
32
32
  label: formatMessage(messages.closeHelpDialog),
33
33
  color: "currentColor",
34
34
  spacing: "spacious"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-help-dialog",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "Help Dialog plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,13 +37,13 @@
37
37
  "@atlaskit/editor-prosemirror": "7.0.0",
38
38
  "@atlaskit/editor-shared-styles": "^3.5.0",
39
39
  "@atlaskit/heading": "^5.2.0",
40
- "@atlaskit/icon": "^27.5.0",
40
+ "@atlaskit/icon": "^27.9.0",
41
41
  "@atlaskit/modal-dialog": "^14.3.0",
42
42
  "@atlaskit/platform-feature-flags": "^1.1.0",
43
- "@atlaskit/primitives": "^14.10.0",
43
+ "@atlaskit/primitives": "^14.11.0",
44
44
  "@atlaskit/theme": "^19.0.0",
45
- "@atlaskit/tmp-editor-statsig": "^9.9.0",
46
- "@atlaskit/tokens": "^5.6.0",
45
+ "@atlaskit/tmp-editor-statsig": "^9.22.0",
46
+ "@atlaskit/tokens": "^6.0.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@emotion/react": "^11.7.1",
49
49
  "react-intl-next": "npm:react-intl@^5.18.1",
@@ -53,7 +53,7 @@
53
53
  "@testing-library/react": "^13.4.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "@atlaskit/editor-common": "^107.9.0",
56
+ "@atlaskit/editor-common": "^107.16.0",
57
57
  "react": "^18.2.0"
58
58
  },
59
59
  "techstack": {