@atlaskit/editor-plugin-table 17.3.18 → 17.3.20
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 +16 -0
- package/dist/cjs/nodeviews/TableContainer.js +11 -4
- package/dist/cjs/nodeviews/TableResizer.js +10 -17
- package/dist/cjs/pm-plugins/drag-and-drop/plugin.js +9 -14
- package/dist/cjs/ui/ContentComponent.js +1 -2
- package/dist/cjs/ui/FloatingContextualMenu/ContextualMenu.js +36 -45
- package/dist/cjs/ui/FloatingContextualMenu/index.js +3 -4
- package/dist/cjs/ui/FloatingDragMenu/DragMenu.js +5 -8
- package/dist/cjs/ui/toolbar.js +1 -3
- package/dist/es2019/nodeviews/TableContainer.js +11 -4
- package/dist/es2019/nodeviews/TableResizer.js +10 -17
- package/dist/es2019/pm-plugins/drag-and-drop/plugin.js +7 -13
- package/dist/es2019/ui/ContentComponent.js +1 -2
- package/dist/es2019/ui/FloatingContextualMenu/ContextualMenu.js +6 -12
- package/dist/es2019/ui/FloatingContextualMenu/index.js +3 -4
- package/dist/es2019/ui/FloatingDragMenu/DragMenu.js +5 -8
- package/dist/es2019/ui/toolbar.js +1 -3
- package/dist/esm/nodeviews/TableContainer.js +11 -4
- package/dist/esm/nodeviews/TableResizer.js +10 -17
- package/dist/esm/pm-plugins/drag-and-drop/plugin.js +9 -14
- package/dist/esm/ui/ContentComponent.js +1 -2
- package/dist/esm/ui/FloatingContextualMenu/ContextualMenu.js +36 -45
- package/dist/esm/ui/FloatingContextualMenu/index.js +3 -4
- package/dist/esm/ui/FloatingDragMenu/DragMenu.js +5 -8
- package/dist/esm/ui/toolbar.js +1 -3
- package/dist/types/types/index.d.ts +2 -2
- package/dist/types/ui/FloatingContextualMenu/index.d.ts +1 -1
- package/dist/types-ts4.5/types/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/FloatingContextualMenu/index.d.ts +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "17.3.
|
|
3
|
+
"version": "17.3.20",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@atlaskit/editor-plugin-batch-attribute-updates": "^7.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-content-insertion": "^7.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-viewmode": "^9.0.0",
|
|
40
|
-
"@atlaskit/editor-plugin-extension": "10.1.
|
|
40
|
+
"@atlaskit/editor-plugin-extension": "10.1.2",
|
|
41
41
|
"@atlaskit/editor-plugin-guideline": "^7.0.0",
|
|
42
42
|
"@atlaskit/editor-plugin-interaction": "^14.0.0",
|
|
43
43
|
"@atlaskit/editor-plugin-limited-mode": "^4.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
58
58
|
"@atlaskit/primitives": "^18.0.0",
|
|
59
59
|
"@atlaskit/theme": "^21.0.0",
|
|
60
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
60
|
+
"@atlaskit/tmp-editor-statsig": "^26.0.0",
|
|
61
61
|
"@atlaskit/toggle": "^15.2.0",
|
|
62
62
|
"@atlaskit/tokens": "^11.0.0",
|
|
63
63
|
"@atlaskit/tooltip": "^20.14.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"uuid": "^3.1.0"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"@atlaskit/editor-common": "^111.
|
|
73
|
+
"@atlaskit/editor-common": "^111.16.0",
|
|
74
74
|
"react": "^18.2.0",
|
|
75
75
|
"react-dom": "^18.2.0",
|
|
76
76
|
"react-intl-next": "npm:react-intl@^5.18.1"
|