@atlaskit/editor-plugin-block-controls 1.4.30 → 1.4.31

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,14 @@
1
1
  # @atlaskit/editor-plugin-block-controls
2
2
 
3
+ ## 1.4.31
4
+
5
+ ### Patch Changes
6
+
7
+ - [#110942](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110942)
8
+ [`aa339aee9aa7d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa339aee9aa7d) -
9
+ [ED-23431] Fix EditorPluginAPI type system
10
+ - Updated dependencies
11
+
3
12
  ## 1.4.30
4
13
 
5
14
  ### Patch Changes
@@ -2,4 +2,4 @@ export declare const DRAG_HANDLE_HEIGHT = 24;
2
2
  export declare const DRAG_HANDLE_WIDTH = 12;
3
3
  export declare const DRAG_HANDLE_BORDER_RADIUS = 4;
4
4
  export declare const DRAG_HANDLE_ZINDEX: number;
5
- export declare const dragHandleGap: (nodeType: string) => 12 | 8;
5
+ export declare const dragHandleGap: (nodeType: string) => 8 | 12;
@@ -2,4 +2,4 @@ export declare const DRAG_HANDLE_HEIGHT = 24;
2
2
  export declare const DRAG_HANDLE_WIDTH = 12;
3
3
  export declare const DRAG_HANDLE_BORDER_RADIUS = 4;
4
4
  export declare const DRAG_HANDLE_ZINDEX: number;
5
- export declare const dragHandleGap: (nodeType: string) => 12 | 8;
5
+ export declare const dragHandleGap: (nodeType: string) => 8 | 12;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-controls",
3
- "version": "1.4.30",
3
+ "version": "1.4.31",
4
4
  "description": "Block controls plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^37.0.0",
35
- "@atlaskit/editor-common": "^82.14.0",
35
+ "@atlaskit/editor-common": "^83.0.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^1.3.0",
37
37
  "@atlaskit/editor-plugin-editor-disabled": "^1.1.5",
38
38
  "@atlaskit/editor-plugin-feature-flags": "^1.1.0",