@atlaskit/editor-plugin-highlight 7.1.0 → 7.2.1

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,22 @@
1
1
  # @atlaskit/editor-plugin-highlight
2
2
 
3
+ ## 7.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
14
+ Removed usages of LEGACY icon props
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 7.1.0
4
21
 
5
22
  ### Minor Changes
@@ -40,7 +40,6 @@ var TextColorIconDecorator = function TextColorIconDecorator(_ref) {
40
40
  var iconColor = "var(--ds-icon, #000000)";
41
41
  return isSelected ? /*#__PURE__*/React.createElement(_checkMark.default, {
42
42
  color: iconColor,
43
- LEGACY_primaryColor: iconColor,
44
43
  label: label
45
44
  }) : /*#__PURE__*/React.createElement(_compiled.Box, {
46
45
  as: "span",
@@ -18,7 +18,6 @@ var EditorHighlightIcon = exports.EditorHighlightIcon = function EditorHighlight
18
18
  selectedColor: selectedColor,
19
19
  disabled: disabled,
20
20
  icon: /*#__PURE__*/_react.default.createElement(_edit.default, {
21
- LEGACY_size: "small",
22
21
  label: ""
23
22
  })
24
23
  }));
@@ -29,7 +29,6 @@ const TextColorIconDecorator = ({
29
29
  const iconColor = "var(--ds-icon, #000000)";
30
30
  return isSelected ? /*#__PURE__*/React.createElement(EditorDoneIcon, {
31
31
  color: iconColor,
32
- LEGACY_primaryColor: iconColor,
33
32
  label: label
34
33
  }) : /*#__PURE__*/React.createElement(Box, {
35
34
  as: "span",
@@ -11,7 +11,6 @@ export const EditorHighlightIcon = ({
11
11
  selectedColor: selectedColor,
12
12
  disabled: disabled,
13
13
  icon: /*#__PURE__*/React.createElement(EditFilledIcon, {
14
- LEGACY_size: "small",
15
14
  label: ""
16
15
  })
17
16
  }));
@@ -31,7 +31,6 @@ var TextColorIconDecorator = function TextColorIconDecorator(_ref) {
31
31
  var iconColor = "var(--ds-icon, #000000)";
32
32
  return isSelected ? /*#__PURE__*/React.createElement(EditorDoneIcon, {
33
33
  color: iconColor,
34
- LEGACY_primaryColor: iconColor,
35
34
  label: label
36
35
  }) : /*#__PURE__*/React.createElement(Box, {
37
36
  as: "span",
@@ -11,7 +11,6 @@ export var EditorHighlightIcon = function EditorHighlightIcon(_ref) {
11
11
  selectedColor: selectedColor,
12
12
  disabled: disabled,
13
13
  icon: /*#__PURE__*/React.createElement(EditFilledIcon, {
14
- LEGACY_size: "small",
15
14
  label: ""
16
15
  })
17
16
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-highlight",
3
- "version": "7.1.0",
3
+ "version": "7.2.1",
4
4
  "description": "Highlight plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,24 +39,24 @@
39
39
  "@atlaskit/editor-plugin-analytics": "^7.0.0",
40
40
  "@atlaskit/editor-plugin-primary-toolbar": "^8.0.0",
41
41
  "@atlaskit/editor-plugin-selection-toolbar": "^8.0.0",
42
- "@atlaskit/editor-plugin-text-formatting": "^7.1.0",
42
+ "@atlaskit/editor-plugin-text-formatting": "^7.2.0",
43
43
  "@atlaskit/editor-plugin-toolbar": "^4.0.0",
44
44
  "@atlaskit/editor-prosemirror": "^7.2.0",
45
45
  "@atlaskit/editor-shared-styles": "^3.10.0",
46
46
  "@atlaskit/editor-tables": "^2.9.0",
47
- "@atlaskit/editor-toolbar": "^0.18.0",
48
- "@atlaskit/editor-toolbar-model": "^0.2.0",
47
+ "@atlaskit/editor-toolbar": "^0.19.0",
48
+ "@atlaskit/editor-toolbar-model": "^0.3.0",
49
49
  "@atlaskit/heading": "^5.2.0",
50
- "@atlaskit/icon": "^29.3.0",
50
+ "@atlaskit/icon": "^29.4.0",
51
51
  "@atlaskit/platform-feature-flags": "^1.1.0",
52
- "@atlaskit/primitives": "^17.0.0",
53
- "@atlaskit/tmp-editor-statsig": "^16.3.0",
54
- "@atlaskit/tokens": "^9.0.0",
52
+ "@atlaskit/primitives": "^17.1.0",
53
+ "@atlaskit/tmp-editor-statsig": "^16.23.0",
54
+ "@atlaskit/tokens": "^10.0.0",
55
55
  "@babel/runtime": "^7.0.0",
56
56
  "@emotion/react": "^11.7.1"
57
57
  },
58
58
  "peerDependencies": {
59
- "@atlaskit/editor-common": "^111.1.0",
59
+ "@atlaskit/editor-common": "^111.8.0",
60
60
  "react": "^18.2.0",
61
61
  "react-intl-next": "npm:react-intl@^5.18.1"
62
62
  },