@atlaskit/editor-plugin-highlight 7.1.0 → 7.2.0
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,16 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-highlight
|
|
2
2
|
|
|
3
|
+
## 7.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
|
|
8
|
+
Removed usages of LEGACY icon props
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 7.1.0
|
|
4
15
|
|
|
5
16
|
### 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",
|
|
@@ -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",
|
|
@@ -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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-highlight",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0",
|
|
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.
|
|
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.
|
|
47
|
+
"@atlaskit/editor-toolbar": "^0.19.0",
|
|
48
48
|
"@atlaskit/editor-toolbar-model": "^0.2.0",
|
|
49
49
|
"@atlaskit/heading": "^5.2.0",
|
|
50
|
-
"@atlaskit/icon": "^29.
|
|
50
|
+
"@atlaskit/icon": "^29.4.0",
|
|
51
51
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
52
52
|
"@atlaskit/primitives": "^17.0.0",
|
|
53
|
-
"@atlaskit/tmp-editor-statsig": "^16.
|
|
54
|
-
"@atlaskit/tokens": "^9.
|
|
53
|
+
"@atlaskit/tmp-editor-statsig": "^16.11.0",
|
|
54
|
+
"@atlaskit/tokens": "^9.1.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.
|
|
59
|
+
"@atlaskit/editor-common": "^111.7.0",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
61
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
62
62
|
},
|