@atlaskit/editor-plugin-table 13.1.0 → 14.0.0

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-table
2
2
 
3
+ ## 14.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 13.1.0
4
10
 
5
11
  ### Minor Changes
@@ -9,5 +9,5 @@ type Props = {
9
9
  areAnyNewToolbarFlagsEnabled: boolean;
10
10
  dispatchCommand: (command: Command) => void;
11
11
  };
12
- export declare const FloatingAlignmentButtons: ({ alignmentButtons, dispatchCommand, areAnyNewToolbarFlagsEnabled }: Props) => jsx.JSX.Element;
12
+ export declare const FloatingAlignmentButtons: ({ alignmentButtons, dispatchCommand, areAnyNewToolbarFlagsEnabled, }: Props) => jsx.JSX.Element;
13
13
  export {};
@@ -9,5 +9,5 @@ type Props = {
9
9
  areAnyNewToolbarFlagsEnabled: boolean;
10
10
  dispatchCommand: (command: Command) => void;
11
11
  };
12
- export declare const FloatingAlignmentButtons: ({ alignmentButtons, dispatchCommand, areAnyNewToolbarFlagsEnabled }: Props) => jsx.JSX.Element;
12
+ export declare const FloatingAlignmentButtons: ({ alignmentButtons, dispatchCommand, areAnyNewToolbarFlagsEnabled, }: Props) => jsx.JSX.Element;
13
13
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "13.1.0",
3
+ "version": "14.0.0",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,23 +28,23 @@
28
28
  "singleton": true
29
29
  },
30
30
  "dependencies": {
31
- "@atlaskit/adf-schema": "^50.2.3",
31
+ "@atlaskit/adf-schema": "^51.0.0",
32
32
  "@atlaskit/button": "^23.4.0",
33
33
  "@atlaskit/custom-steps": "^0.11.0",
34
34
  "@atlaskit/editor-palette": "^2.1.0",
35
- "@atlaskit/editor-plugin-accessibility-utils": "^4.0.0",
36
- "@atlaskit/editor-plugin-analytics": "^4.0.0",
37
- "@atlaskit/editor-plugin-batch-attribute-updates": "^4.0.0",
38
- "@atlaskit/editor-plugin-content-insertion": "^4.0.0",
39
- "@atlaskit/editor-plugin-editor-viewmode": "^6.0.0",
40
- "@atlaskit/editor-plugin-extension": "7.0.2",
41
- "@atlaskit/editor-plugin-guideline": "^4.0.0",
42
- "@atlaskit/editor-plugin-interaction": "^6.0.0",
43
- "@atlaskit/editor-plugin-limited-mode": "^1.0.0",
44
- "@atlaskit/editor-plugin-selection": "^4.0.0",
45
- "@atlaskit/editor-plugin-toolbar": "^1.2.0",
46
- "@atlaskit/editor-plugin-user-intent": "^2.0.0",
47
- "@atlaskit/editor-plugin-width": "^5.0.0",
35
+ "@atlaskit/editor-plugin-accessibility-utils": "^5.0.0",
36
+ "@atlaskit/editor-plugin-analytics": "^5.0.0",
37
+ "@atlaskit/editor-plugin-batch-attribute-updates": "^5.0.0",
38
+ "@atlaskit/editor-plugin-content-insertion": "^5.0.0",
39
+ "@atlaskit/editor-plugin-editor-viewmode": "^7.0.0",
40
+ "@atlaskit/editor-plugin-extension": "8.0.0",
41
+ "@atlaskit/editor-plugin-guideline": "^5.0.0",
42
+ "@atlaskit/editor-plugin-interaction": "^7.0.0",
43
+ "@atlaskit/editor-plugin-limited-mode": "^2.0.0",
44
+ "@atlaskit/editor-plugin-selection": "^5.0.0",
45
+ "@atlaskit/editor-plugin-toolbar": "^2.0.0",
46
+ "@atlaskit/editor-plugin-user-intent": "^3.0.0",
47
+ "@atlaskit/editor-plugin-width": "^6.0.0",
48
48
  "@atlaskit/editor-prosemirror": "7.0.0",
49
49
  "@atlaskit/editor-shared-styles": "^3.6.0",
50
50
  "@atlaskit/editor-tables": "^2.9.0",
@@ -57,9 +57,9 @@
57
57
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",
58
58
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
59
59
  "@atlaskit/primitives": "^14.14.0",
60
- "@atlaskit/react-ufo": "^4.5.0",
60
+ "@atlaskit/react-ufo": "^4.6.0",
61
61
  "@atlaskit/theme": "^20.0.0",
62
- "@atlaskit/tmp-editor-statsig": "^12.8.0",
62
+ "@atlaskit/tmp-editor-statsig": "^12.9.0",
63
63
  "@atlaskit/toggle": "^15.1.0",
64
64
  "@atlaskit/tokens": "^6.3.0",
65
65
  "@atlaskit/tooltip": "^20.4.0",
@@ -72,7 +72,7 @@
72
72
  "uuid": "^3.1.0"
73
73
  },
74
74
  "peerDependencies": {
75
- "@atlaskit/editor-common": "^108.6.0",
75
+ "@atlaskit/editor-common": "^109.0.0",
76
76
  "react": "^18.2.0",
77
77
  "react-dom": "^18.2.0",
78
78
  "react-intl-next": "npm:react-intl@^5.18.1"