@atlaskit/editor-plugin-breakout 7.0.17 → 7.0.19
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
|
@@ -7,6 +7,6 @@ interface UpdateExpandedStateNew {
|
|
|
7
7
|
pos: number;
|
|
8
8
|
tr: Transaction;
|
|
9
9
|
}
|
|
10
|
-
export declare const updateExpandedStateNew: ({ tr, node, pos, isLivePage }: UpdateExpandedStateNew) => void;
|
|
10
|
+
export declare const updateExpandedStateNew: ({ tr, node, pos, isLivePage, }: UpdateExpandedStateNew) => void;
|
|
11
11
|
export declare const updateExpandedState: (tr: Transaction, node: ContentNodeWithPos, isLivePage?: boolean) => void;
|
|
12
12
|
export {};
|
|
@@ -7,6 +7,6 @@ interface UpdateExpandedStateNew {
|
|
|
7
7
|
pos: number;
|
|
8
8
|
tr: Transaction;
|
|
9
9
|
}
|
|
10
|
-
export declare const updateExpandedStateNew: ({ tr, node, pos, isLivePage }: UpdateExpandedStateNew) => void;
|
|
10
|
+
export declare const updateExpandedStateNew: ({ tr, node, pos, isLivePage, }: UpdateExpandedStateNew) => void;
|
|
11
11
|
export declare const updateExpandedState: (tr: Transaction, node: ContentNodeWithPos, isLivePage?: boolean) => void;
|
|
12
12
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-breakout",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.19",
|
|
4
4
|
"description": "Breakout plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/adf-schema": "^51.5.0",
|
|
33
|
-
"@atlaskit/editor-plugin-block-controls": "^8.
|
|
33
|
+
"@atlaskit/editor-plugin-block-controls": "^8.6.0",
|
|
34
34
|
"@atlaskit/editor-plugin-editor-disabled": "^7.0.0",
|
|
35
35
|
"@atlaskit/editor-plugin-editor-viewmode": "^9.0.0",
|
|
36
36
|
"@atlaskit/editor-plugin-guideline": "^7.0.0",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"@atlaskit/editor-plugin-width": "^8.1.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
41
41
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
42
|
-
"@atlaskit/icon": "^
|
|
42
|
+
"@atlaskit/icon": "^32.0.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
44
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
|
|
45
45
|
"@atlaskit/theme": "^21.0.0",
|
|
46
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
46
|
+
"@atlaskit/tmp-editor-statsig": "^29.6.0",
|
|
47
47
|
"@atlaskit/tokens": "^11.0.0",
|
|
48
48
|
"@atlaskit/tooltip": "^20.14.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"uuid": "^3.1.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@atlaskit/editor-common": "^111.
|
|
56
|
+
"@atlaskit/editor-common": "^111.20.0",
|
|
57
57
|
"react": "^18.2.0",
|
|
58
58
|
"react-dom": "^18.2.0",
|
|
59
59
|
"react-intl-next": "npm:react-intl@^5.18.1"
|