@atlaskit/editor-plugin-floating-toolbar 6.1.0 → 7.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
|
@@ -13,5 +13,5 @@ interface ScrollButtonsProps {
|
|
|
13
13
|
node: Node;
|
|
14
14
|
scrollContainerRef: React.RefObject<HTMLDivElement>;
|
|
15
15
|
}
|
|
16
|
-
export declare const ScrollButtons: ({ intl, scrollContainerRef, node, disabled, areAnyNewToolbarFlagsEnabled }: ScrollButtonsProps) => jsx.JSX.Element | null;
|
|
16
|
+
export declare const ScrollButtons: ({ intl, scrollContainerRef, node, disabled, areAnyNewToolbarFlagsEnabled, }: ScrollButtonsProps) => jsx.JSX.Element | null;
|
|
17
17
|
export {};
|
|
@@ -13,5 +13,5 @@ interface ScrollButtonsProps {
|
|
|
13
13
|
node: Node;
|
|
14
14
|
scrollContainerRef: React.RefObject<HTMLDivElement>;
|
|
15
15
|
}
|
|
16
|
-
export declare const ScrollButtons: ({ intl, scrollContainerRef, node, disabled, areAnyNewToolbarFlagsEnabled }: ScrollButtonsProps) => jsx.JSX.Element | null;
|
|
16
|
+
export declare const ScrollButtons: ({ intl, scrollContainerRef, node, disabled, areAnyNewToolbarFlagsEnabled, }: ScrollButtonsProps) => jsx.JSX.Element | null;
|
|
17
17
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-floating-toolbar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Floating toolbar plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"@atlaskit/button": "^23.4.0",
|
|
26
26
|
"@atlaskit/checkbox": "^17.1.0",
|
|
27
27
|
"@atlaskit/editor-palette": "^2.1.0",
|
|
28
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
29
|
-
"@atlaskit/editor-plugin-context-panel": "^
|
|
30
|
-
"@atlaskit/editor-plugin-copy-button": "^
|
|
31
|
-
"@atlaskit/editor-plugin-decorations": "^
|
|
32
|
-
"@atlaskit/editor-plugin-editor-disabled": "^
|
|
33
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^
|
|
34
|
-
"@atlaskit/editor-plugin-emoji": "^
|
|
35
|
-
"@atlaskit/editor-plugin-extension": "^
|
|
36
|
-
"@atlaskit/editor-plugin-interaction": "^
|
|
37
|
-
"@atlaskit/editor-plugin-table": "^
|
|
38
|
-
"@atlaskit/editor-plugin-user-intent": "^
|
|
28
|
+
"@atlaskit/editor-plugin-analytics": "^5.0.0",
|
|
29
|
+
"@atlaskit/editor-plugin-context-panel": "^7.0.0",
|
|
30
|
+
"@atlaskit/editor-plugin-copy-button": "^5.0.0",
|
|
31
|
+
"@atlaskit/editor-plugin-decorations": "^5.0.0",
|
|
32
|
+
"@atlaskit/editor-plugin-editor-disabled": "^5.0.0",
|
|
33
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^7.0.0",
|
|
34
|
+
"@atlaskit/editor-plugin-emoji": "^6.0.0",
|
|
35
|
+
"@atlaskit/editor-plugin-extension": "^8.0.0",
|
|
36
|
+
"@atlaskit/editor-plugin-interaction": "^7.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-table": "^14.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-user-intent": "^3.0.0",
|
|
39
39
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
40
40
|
"@atlaskit/emoji": "^69.5.0",
|
|
41
41
|
"@atlaskit/icon": "^28.1.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/primitives": "^14.14.0",
|
|
46
46
|
"@atlaskit/select": "^21.2.0",
|
|
47
47
|
"@atlaskit/theme": "^20.0.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^12.9.0",
|
|
49
49
|
"@atlaskit/tokens": "^6.3.0",
|
|
50
50
|
"@atlaskit/tooltip": "^20.4.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"react-loadable": "^5.1.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@atlaskit/editor-common": "^
|
|
60
|
+
"@atlaskit/editor-common": "^109.0.0",
|
|
61
61
|
"react": "^18.2.0",
|
|
62
62
|
"react-dom": "^18.2.0"
|
|
63
63
|
},
|