@atlaskit/editor-plugin-expand 2.10.1 → 2.10.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/cjs/legacyExpand/nodeviews/index.js +33 -14
  3. package/dist/cjs/legacyExpand/plugin.js +3 -2
  4. package/dist/cjs/legacyExpand/pm-plugins/main.js +5 -2
  5. package/dist/cjs/singlePlayerExpand/node-views/index.js +39 -8
  6. package/dist/cjs/singlePlayerExpand/plugin.js +3 -2
  7. package/dist/cjs/singlePlayerExpand/pm-plugins/main.js +5 -2
  8. package/dist/cjs/singlePlayerExpand/ui/NodeView.js +1 -15
  9. package/dist/es2019/legacyExpand/nodeviews/index.js +24 -8
  10. package/dist/es2019/legacyExpand/plugin.js +3 -2
  11. package/dist/es2019/legacyExpand/pm-plugins/main.js +3 -1
  12. package/dist/es2019/singlePlayerExpand/node-views/index.js +35 -6
  13. package/dist/es2019/singlePlayerExpand/plugin.js +3 -2
  14. package/dist/es2019/singlePlayerExpand/pm-plugins/main.js +3 -1
  15. package/dist/es2019/singlePlayerExpand/ui/NodeView.js +0 -13
  16. package/dist/esm/legacyExpand/nodeviews/index.js +33 -14
  17. package/dist/esm/legacyExpand/plugin.js +3 -2
  18. package/dist/esm/legacyExpand/pm-plugins/main.js +5 -2
  19. package/dist/esm/singlePlayerExpand/node-views/index.js +40 -9
  20. package/dist/esm/singlePlayerExpand/plugin.js +3 -2
  21. package/dist/esm/singlePlayerExpand/pm-plugins/main.js +5 -2
  22. package/dist/esm/singlePlayerExpand/ui/NodeView.js +0 -13
  23. package/dist/types/legacyExpand/nodeviews/index.d.ts +6 -2
  24. package/dist/types/legacyExpand/pm-plugins/main.d.ts +2 -1
  25. package/dist/types/singlePlayerExpand/node-views/index.d.ts +7 -2
  26. package/dist/types/singlePlayerExpand/pm-plugins/main.d.ts +2 -1
  27. package/dist/types/singlePlayerExpand/ui/NodeView.d.ts +0 -1
  28. package/dist/types-ts4.5/legacyExpand/nodeviews/index.d.ts +6 -2
  29. package/dist/types-ts4.5/legacyExpand/pm-plugins/main.d.ts +2 -1
  30. package/dist/types-ts4.5/singlePlayerExpand/node-views/index.d.ts +7 -2
  31. package/dist/types-ts4.5/singlePlayerExpand/pm-plugins/main.d.ts +2 -1
  32. package/dist/types-ts4.5/singlePlayerExpand/ui/NodeView.d.ts +0 -1
  33. package/package.json +9 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "2.10.1",
3
+ "version": "2.10.2",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^44.2.0",
35
35
  "@atlaskit/button": "^20.3.0",
36
- "@atlaskit/editor-common": "^94.17.0",
36
+ "@atlaskit/editor-common": "^94.19.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
38
38
  "@atlaskit/editor-plugin-decorations": "^1.3.0",
39
39
  "@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
@@ -44,11 +44,12 @@
44
44
  "@atlaskit/editor-tables": "^2.8.0",
45
45
  "@atlaskit/icon": "^22.24.0",
46
46
  "@atlaskit/platform-feature-flags": "^0.3.0",
47
- "@atlaskit/tmp-editor-statsig": "^2.12.0",
47
+ "@atlaskit/tmp-editor-statsig": "^2.14.0",
48
48
  "@atlaskit/tokens": "^2.2.0",
49
49
  "@atlaskit/tooltip": "^18.9.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",
52
+ "uuid": "^3.1.0",
52
53
  "w3c-keyname": "^2.1.8"
53
54
  },
54
55
  "peerDependencies": {
@@ -58,10 +59,10 @@
58
59
  },
59
60
  "devDependencies": {
60
61
  "@atlaskit/analytics-next": "^10.1.0",
61
- "@atlaskit/editor-plugin-content-insertion": "^1.9.0",
62
+ "@atlaskit/editor-plugin-content-insertion": "^1.10.0",
62
63
  "@atlaskit/editor-plugin-guideline": "^1.2.0",
63
64
  "@atlaskit/editor-plugin-quick-insert": "^1.7.0",
64
- "@atlaskit/editor-plugin-table": "^7.30.0",
65
+ "@atlaskit/editor-plugin-table": "^7.31.0",
65
66
  "@atlaskit/editor-plugin-type-ahead": "^1.10.0",
66
67
  "@atlaskit/editor-plugin-width": "^1.3.0",
67
68
  "@testing-library/react": "^12.1.5",
@@ -122,6 +123,9 @@
122
123
  },
123
124
  "platform_editor_remove_copy_button_from_view_mode": {
124
125
  "type": "boolean"
126
+ },
127
+ "platform_editor_react18_plugin_portalprovider": {
128
+ "type": "boolean"
125
129
  }
126
130
  }
127
131
  }