@atlaskit/editor-plugin-highlight 1.17.5 → 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,22 @@
|
|
|
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
|
+
|
|
11
|
+
## 1.17.6
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#147410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147410)
|
|
16
|
+
[`7300bd8281c70`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7300bd8281c70) -
|
|
17
|
+
Updated icon usage to new endpoints
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 1.17.5
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -16,7 +16,7 @@ var _messages = require("@atlaskit/editor-common/messages");
|
|
|
16
16
|
var _styles = require("@atlaskit/editor-common/styles");
|
|
17
17
|
var _uiMenu = require("@atlaskit/editor-common/ui-menu");
|
|
18
18
|
var _editorPalette = require("@atlaskit/editor-palette");
|
|
19
|
-
var _highlight = _interopRequireDefault(require("@atlaskit/icon
|
|
19
|
+
var _highlight = _interopRequireDefault(require("@atlaskit/icon/core/highlight"));
|
|
20
20
|
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-down"));
|
|
21
21
|
var _chevronDown2 = _interopRequireDefault(require("@atlaskit/icon/utility/chevron-down"));
|
|
22
22
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
@@ -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
|
|
@@ -15,7 +15,7 @@ import { highlightMessages as messages } from '@atlaskit/editor-common/messages'
|
|
|
15
15
|
import { expandIconContainerStyle, expandIconWrapperStyle, triggerWrapperStylesWithPadding } from '@atlaskit/editor-common/styles';
|
|
16
16
|
import { TOOLBAR_BUTTON, ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
17
17
|
import { hexToEditorTextBackgroundPaletteColor } from '@atlaskit/editor-palette';
|
|
18
|
-
import HighlightIcon from '@atlaskit/icon
|
|
18
|
+
import HighlightIcon from '@atlaskit/icon/core/highlight';
|
|
19
19
|
import ExpandIcon from '@atlaskit/icon/glyph/chevron-down';
|
|
20
20
|
import ChevronDownIcon from '@atlaskit/icon/utility/chevron-down';
|
|
21
21
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
@@ -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
|
|
@@ -15,7 +15,7 @@ import { highlightMessages as messages } from '@atlaskit/editor-common/messages'
|
|
|
15
15
|
import { expandIconContainerStyle, expandIconWrapperStyle, triggerWrapperStylesWithPadding } from '@atlaskit/editor-common/styles';
|
|
16
16
|
import { TOOLBAR_BUTTON, ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
17
17
|
import { hexToEditorTextBackgroundPaletteColor } from '@atlaskit/editor-palette';
|
|
18
|
-
import HighlightIcon from '@atlaskit/icon
|
|
18
|
+
import HighlightIcon from '@atlaskit/icon/core/highlight';
|
|
19
19
|
import ExpandIcon from '@atlaskit/icon/glyph/chevron-down';
|
|
20
20
|
import ChevronDownIcon from '@atlaskit/icon/utility/chevron-down';
|
|
21
21
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
@@ -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",
|
|
@@ -45,8 +45,7 @@
|
|
|
45
45
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
46
46
|
"@atlaskit/editor-shared-styles": "^3.0.0",
|
|
47
47
|
"@atlaskit/editor-tables": "^2.8.0",
|
|
48
|
-
"@atlaskit/icon": "^22.
|
|
49
|
-
"@atlaskit/icon-lab": "^0.2.0",
|
|
48
|
+
"@atlaskit/icon": "^22.20.0",
|
|
50
49
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
51
50
|
"@atlaskit/primitives": "^12.2.0",
|
|
52
51
|
"@atlaskit/tokens": "^2.0.0",
|