@atlaskit/editor-plugin-paste-options-toolbar 11.3.0 → 11.3.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,19 @@
1
1
  # @atlaskit/editor-plugin-paste-options-toolbar
2
2
 
3
+ ## 11.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`e5763b625793c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5763b625793c) -
14
+ Fix tsdoc to remove `listItem` from list of non-structural container nodes.
15
+ - Updated dependencies
16
+
3
17
  ## 11.3.0
4
18
 
5
19
  ### Minor Changes
@@ -10,7 +10,7 @@ exports.hasMixedNodes = void 0;
10
10
  * rather than by content choice. Having different child types inside these
11
11
  * nodes does NOT indicate mixed content.
12
12
  *
13
- * All other container nodes (listItem, blockTaskItem, blockquote, panel,
13
+ * All other container nodes (blockTaskItem, blockquote, panel,
14
14
  * expand, layoutColumn, tableCell, tableHeader, bodiedExtension, etc.) hold
15
15
  * rich block content, so mixed block children inside them IS mixing.
16
16
  */
@@ -4,7 +4,7 @@
4
4
  * rather than by content choice. Having different child types inside these
5
5
  * nodes does NOT indicate mixed content.
6
6
  *
7
- * All other container nodes (listItem, blockTaskItem, blockquote, panel,
7
+ * All other container nodes (blockTaskItem, blockquote, panel,
8
8
  * expand, layoutColumn, tableCell, tableHeader, bodiedExtension, etc.) hold
9
9
  * rich block content, so mixed block children inside them IS mixing.
10
10
  */
@@ -4,7 +4,7 @@
4
4
  * rather than by content choice. Having different child types inside these
5
5
  * nodes does NOT indicate mixed content.
6
6
  *
7
- * All other container nodes (listItem, blockTaskItem, blockquote, panel,
7
+ * All other container nodes (blockTaskItem, blockquote, panel,
8
8
  * expand, layoutColumn, tableCell, tableHeader, bodiedExtension, etc.) hold
9
9
  * rich block content, so mixed block children inside them IS mixing.
10
10
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-paste-options-toolbar",
3
- "version": "11.3.0",
3
+ "version": "11.3.2",
4
4
  "description": "Paste options toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,17 +39,17 @@
39
39
  "@atlaskit/editor-shared-styles": "^3.11.0",
40
40
  "@atlaskit/editor-toolbar": "^1.7.0",
41
41
  "@atlaskit/editor-ui-control-model": "^1.2.0",
42
- "@atlaskit/icon": "^35.1.0",
42
+ "@atlaskit/icon": "^35.3.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/primitives": "^19.0.0",
45
- "@atlaskit/tmp-editor-statsig": "^83.0.0",
45
+ "@atlaskit/tmp-editor-statsig": "^84.0.0",
46
46
  "@atlaskit/tokens": "^13.0.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@compiled/react": "^0.20.0",
49
49
  "@emotion/react": "^11.7.1"
50
50
  },
51
51
  "peerDependencies": {
52
- "@atlaskit/editor-common": "^114.46.0",
52
+ "@atlaskit/editor-common": "^114.47.0",
53
53
  "react": "^18.2.0",
54
54
  "react-dom": "^18.2.0",
55
55
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"