@atlaskit/editor-plugin-floating-toolbar 1.13.1 → 1.13.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,11 @@
1
1
  # @atlaskit/editor-plugin-floating-toolbar
2
2
 
3
+ ## 1.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.13.1
4
10
 
5
11
  ### Patch Changes
@@ -196,6 +196,7 @@ export declare const EmojiPickerButton: (props: {
196
196
  };
197
197
  commands: {
198
198
  openElementBrowserModal: import("@atlaskit/editor-common/types").EditorCommand;
199
+ addQuickInsertItem: (item: import("@atlaskit/editor-common/types").QuickInsertHandler) => import("@atlaskit/editor-common/types").EditorCommand;
199
200
  };
200
201
  }, import("@atlaskit/editor-common/types").QuickInsertPluginOptions | undefined>>];
201
202
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
@@ -233,6 +233,7 @@ export declare const EmojiPickerButton: (props: {
233
233
  };
234
234
  commands: {
235
235
  openElementBrowserModal: import("@atlaskit/editor-common/types").EditorCommand;
236
+ addQuickInsertItem: (item: import("@atlaskit/editor-common/types").QuickInsertHandler) => import("@atlaskit/editor-common/types").EditorCommand;
236
237
  };
237
238
  }, import("@atlaskit/editor-common/types").QuickInsertPluginOptions | undefined>>
238
239
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-floating-toolbar",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
4
4
  "description": "Floating toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -26,22 +26,22 @@
26
26
  "@atlaskit/adf-utils": "^19.8.0",
27
27
  "@atlaskit/button": "^20.1.0",
28
28
  "@atlaskit/checkbox": "^14.0.0",
29
- "@atlaskit/editor-common": "^89.1.0",
29
+ "@atlaskit/editor-common": "^90.0.0",
30
30
  "@atlaskit/editor-palette": "1.6.0",
31
- "@atlaskit/editor-plugin-block-controls": "^2.0.0",
31
+ "@atlaskit/editor-plugin-block-controls": "^2.1.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
- "@atlaskit/editor-plugin-emoji": "^2.5.0",
37
+ "@atlaskit/editor-plugin-emoji": "^2.6.0",
38
38
  "@atlaskit/editor-plugin-extension": "^1.14.0",
39
- "@atlaskit/editor-plugin-table": "^7.25.0",
39
+ "@atlaskit/editor-plugin-table": "^7.27.0",
40
40
  "@atlaskit/editor-prosemirror": "6.0.0",
41
41
  "@atlaskit/emoji": "^67.7.0",
42
42
  "@atlaskit/icon": "^22.18.0",
43
43
  "@atlaskit/menu": "^2.12.0",
44
- "@atlaskit/modal-dialog": "^12.15.0",
44
+ "@atlaskit/modal-dialog": "^12.16.0",
45
45
  "@atlaskit/platform-feature-flags": "^0.3.0",
46
46
  "@atlaskit/primitives": "^12.1.0",
47
47
  "@atlaskit/select": "^17.19.0",