@atlaskit/editor-plugin-floating-toolbar 1.14.8 → 1.14.10

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-floating-toolbar
2
2
 
3
+ ## 1.14.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#174525](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/174525)
8
+ [`d9ad30f6ed76a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d9ad30f6ed76a) -
9
+ [ux] Editor toolbar delete icon color fix
10
+ - Updated dependencies
11
+
12
+ ## 1.14.9
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 1.14.8
4
19
 
5
20
  ### Patch Changes
@@ -110,7 +110,7 @@ var ToolbarItems = /*#__PURE__*/_react.default.memo(function (_ref) {
110
110
  if (selected) {
111
111
  return "var(--ds-icon-selected, #0C66E4)";
112
112
  }
113
- return "var(--ds-icon, #44546F)";
113
+ return 'currentColor';
114
114
  };
115
115
  return (0, _react2.jsx)(_ui.FloatingToolbarButton
116
116
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
@@ -98,7 +98,7 @@ const ToolbarItems = /*#__PURE__*/React.memo(({
98
98
  if (selected) {
99
99
  return "var(--ds-icon-selected, #0C66E4)";
100
100
  }
101
- return "var(--ds-icon, #44546F)";
101
+ return 'currentColor';
102
102
  };
103
103
  return jsx(Button
104
104
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
@@ -103,7 +103,7 @@ var ToolbarItems = /*#__PURE__*/React.memo(function (_ref) {
103
103
  if (selected) {
104
104
  return "var(--ds-icon-selected, #0C66E4)";
105
105
  }
106
- return "var(--ds-icon, #44546F)";
106
+ return 'currentColor';
107
107
  };
108
108
  return jsx(Button
109
109
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-floating-toolbar",
3
- "version": "1.14.8",
3
+ "version": "1.14.10",
4
4
  "description": "Floating toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -26,17 +26,17 @@
26
26
  "@atlaskit/adf-utils": "^19.14.0",
27
27
  "@atlaskit/button": "^20.3.0",
28
28
  "@atlaskit/checkbox": "^15.2.0",
29
- "@atlaskit/editor-common": "^95.10.0",
29
+ "@atlaskit/editor-common": "^96.3.0",
30
30
  "@atlaskit/editor-palette": "1.6.3",
31
- "@atlaskit/editor-plugin-block-controls": "^2.13.0",
31
+ "@atlaskit/editor-plugin-block-controls": "^2.14.0",
32
32
  "@atlaskit/editor-plugin-context-panel": "^1.3.0",
33
33
  "@atlaskit/editor-plugin-copy-button": "^1.3.0",
34
34
  "@atlaskit/editor-plugin-decorations": "^1.3.0",
35
35
  "@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
36
36
  "@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
37
37
  "@atlaskit/editor-plugin-emoji": "^2.7.0",
38
- "@atlaskit/editor-plugin-extension": "^1.18.0",
39
- "@atlaskit/editor-plugin-table": "^8.3.0",
38
+ "@atlaskit/editor-plugin-extension": "^2.0.0",
39
+ "@atlaskit/editor-plugin-table": "^8.4.0",
40
40
  "@atlaskit/editor-prosemirror": "6.2.1",
41
41
  "@atlaskit/emoji": "^67.11.0",
42
42
  "@atlaskit/icon": "^23.0.0",
@@ -44,9 +44,9 @@
44
44
  "@atlaskit/modal-dialog": "^12.18.0",
45
45
  "@atlaskit/platform-feature-flags": "^0.3.0",
46
46
  "@atlaskit/primitives": "^13.3.0",
47
- "@atlaskit/select": "^18.7.0",
47
+ "@atlaskit/select": "^18.8.0",
48
48
  "@atlaskit/theme": "^14.0.0",
49
- "@atlaskit/tmp-editor-statsig": "^2.22.0",
49
+ "@atlaskit/tmp-editor-statsig": "^2.23.0",
50
50
  "@atlaskit/tokens": "^2.4.0",
51
51
  "@atlaskit/tooltip": "^18.9.0",
52
52
  "@babel/runtime": "^7.0.0",