@atlaskit/editor-plugin-floating-toolbar 1.3.1 → 1.4.1

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,21 @@
1
1
  # @atlaskit/editor-plugin-floating-toolbar
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#91653](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91653) [`57a3511f76c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57a3511f76c1) - ECA11Y-203: Added cursor back to the cell, after changing cell background
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 1.3.1
4
20
 
5
21
  ### Patch Changes
@@ -221,7 +221,8 @@ var ToolbarItems = /*#__PURE__*/_react.default.memo(function (_ref) {
221
221
  // and paletteColorTooltipMessages in item options.
222
222
  ,
223
223
  hexToPaletteColor: _editorPalette.hexToEditorBackgroundPaletteColor,
224
- paletteColorTooltipMessages: _uiColor.backgroundPaletteTooltipMessages
224
+ paletteColorTooltipMessages: _uiColor.backgroundPaletteTooltipMessages,
225
+ returnEscToButton: item.returnEscToButton
225
226
  });
226
227
  }
227
228
  if (item.selectType === 'emoji') {
@@ -193,7 +193,8 @@ const ToolbarItems = /*#__PURE__*/React.memo(({
193
193
  // and paletteColorTooltipMessages in item options.
194
194
  ,
195
195
  hexToPaletteColor: hexToEditorBackgroundPaletteColor,
196
- paletteColorTooltipMessages: backgroundPaletteTooltipMessages
196
+ paletteColorTooltipMessages: backgroundPaletteTooltipMessages,
197
+ returnEscToButton: item.returnEscToButton
197
198
  });
198
199
  }
199
200
  if (item.selectType === 'emoji') {
@@ -212,7 +212,8 @@ var ToolbarItems = /*#__PURE__*/React.memo(function (_ref) {
212
212
  // and paletteColorTooltipMessages in item options.
213
213
  ,
214
214
  hexToPaletteColor: hexToEditorBackgroundPaletteColor,
215
- paletteColorTooltipMessages: backgroundPaletteTooltipMessages
215
+ paletteColorTooltipMessages: backgroundPaletteTooltipMessages,
216
+ returnEscToButton: item.returnEscToButton
216
217
  });
217
218
  }
218
219
  if (item.selectType === 'emoji') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-floating-toolbar",
3
- "version": "1.3.1",
3
+ "version": "1.4.1",
4
4
  "description": "Floating toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,24 +27,24 @@
27
27
  "@atlaskit/adf-utils": "^19.0.0",
28
28
  "@atlaskit/button": "^17.14.0",
29
29
  "@atlaskit/checkbox": "^13.1.0",
30
- "@atlaskit/editor-common": "^78.31.0",
31
- "@atlaskit/editor-palette": "1.5.3",
30
+ "@atlaskit/editor-common": "^78.36.0",
31
+ "@atlaskit/editor-palette": "1.6.0",
32
32
  "@atlaskit/editor-plugin-context-panel": "^1.1.0",
33
33
  "@atlaskit/editor-plugin-copy-button": "^1.1.0",
34
34
  "@atlaskit/editor-plugin-decorations": "^1.1.0",
35
35
  "@atlaskit/editor-plugin-editor-disabled": "^1.1.0",
36
36
  "@atlaskit/editor-plugin-editor-viewmode": "^1.1.0",
37
37
  "@atlaskit/editor-plugin-extension": "^1.3.0",
38
- "@atlaskit/editor-plugin-table": "^7.8.0",
38
+ "@atlaskit/editor-plugin-table": "^7.11.0",
39
39
  "@atlaskit/editor-prosemirror": "4.0.0",
40
40
  "@atlaskit/emoji": "^67.6.0",
41
41
  "@atlaskit/icon": "^22.1.0",
42
- "@atlaskit/menu": "^2.1.0",
43
- "@atlaskit/modal-dialog": "^12.11.0",
42
+ "@atlaskit/menu": "^2.2.0",
43
+ "@atlaskit/modal-dialog": "^12.13.0",
44
44
  "@atlaskit/platform-feature-flags": "^0.2.5",
45
- "@atlaskit/select": "^17.6.0",
45
+ "@atlaskit/select": "^17.7.0",
46
46
  "@atlaskit/theme": "^12.7.0",
47
- "@atlaskit/tokens": "^1.43.0",
47
+ "@atlaskit/tokens": "^1.44.0",
48
48
  "@atlaskit/tooltip": "^18.2.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1",