@atlaskit/editor-plugin-highlight 1.17.6 → 1.17.7
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-highlight
|
|
2
2
|
|
|
3
|
+
## 1.17.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#147531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147531)
|
|
8
|
+
[`8ae1e110621b7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ae1e110621b7) -
|
|
9
|
+
Internal changes to feature flag used to toggle new icons
|
|
10
|
+
|
|
3
11
|
## 1.17.6
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -100,7 +100,7 @@ var PrimaryToolbarHighlightColor = function PrimaryToolbarHighlightColor(_ref) {
|
|
|
100
100
|
ref: toolbarItemRef,
|
|
101
101
|
iconBefore:
|
|
102
102
|
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-registration
|
|
103
|
-
(0, _platformFeatureFlags.fg)('platform
|
|
103
|
+
(0, _platformFeatureFlags.fg)('platform-visual-refresh-icons') ?
|
|
104
104
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values
|
|
105
105
|
(0, _react2.jsx)("div", {
|
|
106
106
|
css: _styles.triggerWrapperStylesWithPadding
|
|
@@ -99,7 +99,7 @@ const PrimaryToolbarHighlightColor = ({
|
|
|
99
99
|
ref: toolbarItemRef,
|
|
100
100
|
iconBefore:
|
|
101
101
|
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-registration
|
|
102
|
-
fg('platform
|
|
102
|
+
fg('platform-visual-refresh-icons') ?
|
|
103
103
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values
|
|
104
104
|
jsx("div", {
|
|
105
105
|
css: triggerWrapperStylesWithPadding
|
|
@@ -92,7 +92,7 @@ var PrimaryToolbarHighlightColor = function PrimaryToolbarHighlightColor(_ref) {
|
|
|
92
92
|
ref: toolbarItemRef,
|
|
93
93
|
iconBefore:
|
|
94
94
|
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-registration
|
|
95
|
-
fg('platform
|
|
95
|
+
fg('platform-visual-refresh-icons') ?
|
|
96
96
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values
|
|
97
97
|
jsx("div", {
|
|
98
98
|
css: triggerWrapperStylesWithPadding
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-highlight",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.7",
|
|
4
4
|
"description": "Highlight plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@atlaskit/adf-schema": "^40.9.0",
|
|
40
|
-
"@atlaskit/editor-common": "^92.
|
|
40
|
+
"@atlaskit/editor-common": "^92.1.0",
|
|
41
41
|
"@atlaskit/editor-palette": "1.6.1",
|
|
42
42
|
"@atlaskit/editor-plugin-analytics": "^1.8.0",
|
|
43
43
|
"@atlaskit/editor-plugin-primary-toolbar": "^2.0.0",
|