@atlaskit/editor-plugin-floating-toolbar 3.3.0 → 3.3.2

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
+ ## 3.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#128123](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128123)
14
+ [`ab71af4c9be90`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab71af4c9be90) -
15
+ Remove extraneous icon label
16
+ - Updated dependencies
17
+
3
18
  ## 3.3.0
4
19
 
5
20
  ### Minor Changes
@@ -115,7 +115,7 @@ var ToolbarItems = /*#__PURE__*/_react.default.memo(function (_ref) {
115
115
  return 'currentColor';
116
116
  };
117
117
  return (0, _react2.jsx)(_ui.FloatingToolbarButton
118
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
118
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop, @atlaskit/design-system/no-unsafe-style-overrides -- Ignored via go/DSP-18766
119
119
  , {
120
120
  className: item.className,
121
121
  key: idx,
@@ -188,7 +188,7 @@ var ToolbarItems = /*#__PURE__*/_react.default.memo(function (_ref) {
188
188
  ,
189
189
  title: 'Show more items',
190
190
  icon: (0, _react2.jsx)(_showMoreHorizontal.default, {
191
- label: 'Show more items',
191
+ label: "",
192
192
  spacing: "spacious"
193
193
  }),
194
194
  dispatchCommand: dispatchCommand,
@@ -104,7 +104,7 @@ const ToolbarItems = /*#__PURE__*/React.memo(({
104
104
  return 'currentColor';
105
105
  };
106
106
  return jsx(Button
107
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
107
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop, @atlaskit/design-system/no-unsafe-style-overrides -- Ignored via go/DSP-18766
108
108
  , {
109
109
  className: item.className,
110
110
  key: idx,
@@ -165,7 +165,7 @@ const ToolbarItems = /*#__PURE__*/React.memo(({
165
165
  ,
166
166
  title: 'Show more items',
167
167
  icon: jsx(ShowMoreHorizontalIcon, {
168
- label: 'Show more items',
168
+ label: "",
169
169
  spacing: "spacious"
170
170
  }),
171
171
  dispatchCommand: dispatchCommand,
@@ -108,7 +108,7 @@ var ToolbarItems = /*#__PURE__*/React.memo(function (_ref) {
108
108
  return 'currentColor';
109
109
  };
110
110
  return jsx(Button
111
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
111
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop, @atlaskit/design-system/no-unsafe-style-overrides -- Ignored via go/DSP-18766
112
112
  , {
113
113
  className: item.className,
114
114
  key: idx,
@@ -181,7 +181,7 @@ var ToolbarItems = /*#__PURE__*/React.memo(function (_ref) {
181
181
  ,
182
182
  title: 'Show more items',
183
183
  icon: jsx(ShowMoreHorizontalIcon, {
184
- label: 'Show more items',
184
+ label: "",
185
185
  spacing: "spacious"
186
186
  }),
187
187
  dispatchCommand: dispatchCommand,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-floating-toolbar",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "description": "Floating toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -28,9 +28,9 @@
28
28
  "@atlaskit/adf-utils": "^19.19.0",
29
29
  "@atlaskit/button": "^21.1.0",
30
30
  "@atlaskit/checkbox": "^17.0.0",
31
- "@atlaskit/editor-common": "^102.11.0",
31
+ "@atlaskit/editor-common": "^102.13.0",
32
32
  "@atlaskit/editor-palette": "^2.1.0",
33
- "@atlaskit/editor-plugin-block-controls": "^3.3.0",
33
+ "@atlaskit/editor-plugin-block-controls": "^3.5.0",
34
34
  "@atlaskit/editor-plugin-context-panel": "^4.0.0",
35
35
  "@atlaskit/editor-plugin-copy-button": "^2.0.0",
36
36
  "@atlaskit/editor-plugin-decorations": "^2.0.0",
@@ -38,17 +38,17 @@
38
38
  "@atlaskit/editor-plugin-editor-viewmode": "^3.0.0",
39
39
  "@atlaskit/editor-plugin-emoji": "^3.2.0",
40
40
  "@atlaskit/editor-plugin-extension": "^5.0.0",
41
- "@atlaskit/editor-plugin-table": "^10.4.0",
41
+ "@atlaskit/editor-plugin-table": "^10.5.0",
42
42
  "@atlaskit/editor-prosemirror": "7.0.0",
43
43
  "@atlaskit/emoji": "^69.0.0",
44
44
  "@atlaskit/icon": "^25.0.0",
45
45
  "@atlaskit/menu": "^3.1.0",
46
- "@atlaskit/modal-dialog": "^13.1.0",
46
+ "@atlaskit/modal-dialog": "^14.0.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/primitives": "^14.1.0",
48
+ "@atlaskit/primitives": "^14.2.0",
49
49
  "@atlaskit/select": "^20.0.0",
50
50
  "@atlaskit/theme": "^18.0.0",
51
- "@atlaskit/tmp-editor-statsig": "^4.1.0",
51
+ "@atlaskit/tmp-editor-statsig": "^4.4.0",
52
52
  "@atlaskit/tokens": "^4.5.0",
53
53
  "@atlaskit/tooltip": "^20.0.0",
54
54
  "@babel/runtime": "^7.0.0",