@atlaskit/editor-plugin-floating-toolbar 1.13.0 → 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,17 @@
1
1
  # @atlaskit/editor-plugin-floating-toolbar
2
2
 
3
+ ## 1.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.13.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.13.0
4
16
 
5
17
  ### Minor 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;
@@ -205,7 +206,7 @@ export declare const EmojiPickerButton: (props: {
205
206
  (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | React.ReactElement<any, string | React.JSXElementConstructor<any>> | React.ReactNodeArray | React.ReactPortal | Date | import("intl-messageformat").FormatXMLElementFn<React.ReactNode, React.ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): React.ReactNode;
206
207
  } | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
207
208
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
208
- setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
209
+ setNodeDragged: (getPos: () => number | undefined, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
209
210
  };
210
211
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
211
212
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
@@ -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
  ];
@@ -243,7 +244,7 @@ export declare const EmojiPickerButton: (props: {
243
244
  (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | React.ReactElement<any, string | React.JSXElementConstructor<any>> | React.ReactNodeArray | React.ReactPortal | Date | import("intl-messageformat").FormatXMLElementFn<React.ReactNode, React.ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): React.ReactNode;
244
245
  } | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
245
246
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
246
- setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
247
+ setNodeDragged: (getPos: () => number | undefined, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
247
248
  };
248
249
  }, undefined>>,
249
250
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-floating-toolbar",
3
- "version": "1.13.0",
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,27 +26,27 @@
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": "^1.13.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
- "@atlaskit/icon": "^22.17.0",
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
- "@atlaskit/select": "^17.17.0",
47
+ "@atlaskit/select": "^17.19.0",
48
48
  "@atlaskit/theme": "^13.0.0",
49
- "@atlaskit/tokens": "^1.59.0",
49
+ "@atlaskit/tokens": "^1.60.0",
50
50
  "@atlaskit/tooltip": "^18.7.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",