@atlaskit/editor-plugin-highlight 1.17.4 → 1.17.6

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-highlight
2
2
 
3
+ ## 1.17.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#147410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147410)
8
+ [`7300bd8281c70`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7300bd8281c70) -
9
+ Updated icon usage to new endpoints
10
+ - Updated dependencies
11
+
12
+ ## 1.17.5
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 1.17.4
4
19
 
5
20
  ### 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-lab/core/highlight"));
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");
@@ -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-lab/core/highlight';
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';
@@ -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-lab/core/highlight';
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-highlight",
3
- "version": "1.17.4",
3
+ "version": "1.17.6",
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": "^91.1.0",
40
+ "@atlaskit/editor-common": "^92.0.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.18.0",
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",