@atlaskit/editor-plugin-selection-toolbar 9.0.0 → 9.0.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,2 +1,2 @@
|
|
|
1
1
|
import { PluginKey } from '@atlaskit/editor-prosemirror/state';
|
|
2
|
-
export declare const selectionToolbarPluginKey: PluginKey
|
|
2
|
+
export declare const selectionToolbarPluginKey: PluginKey;
|
|
@@ -8,5 +8,5 @@ type PrimaryToolbarComponentProps = {
|
|
|
8
8
|
* A component used to renderer a pin/unpin
|
|
9
9
|
* button to the toolbar to the or make it in-line.
|
|
10
10
|
*/
|
|
11
|
-
export declare const PrimaryToolbarComponent: ({ api, disabled }: PrimaryToolbarComponentProps) => JSX.Element;
|
|
11
|
+
export declare const PrimaryToolbarComponent: ({ api, disabled, }: PrimaryToolbarComponentProps) => JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PluginKey } from '@atlaskit/editor-prosemirror/state';
|
|
2
|
-
export declare const selectionToolbarPluginKey: PluginKey
|
|
2
|
+
export declare const selectionToolbarPluginKey: PluginKey;
|
|
@@ -8,5 +8,5 @@ type PrimaryToolbarComponentProps = {
|
|
|
8
8
|
* A component used to renderer a pin/unpin
|
|
9
9
|
* button to the toolbar to the or make it in-line.
|
|
10
10
|
*/
|
|
11
|
-
export declare const PrimaryToolbarComponent: ({ api, disabled }: PrimaryToolbarComponentProps) => JSX.Element;
|
|
11
|
+
export declare const PrimaryToolbarComponent: ({ api, disabled, }: PrimaryToolbarComponentProps) => JSX.Element;
|
|
12
12
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-selection-toolbar",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"@atlaskit/icon-lab": "^5.17.0",
|
|
46
46
|
"@atlaskit/menu": "^8.4.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^37.0.0",
|
|
49
49
|
"@atlaskit/tokens": "^11.1.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"bind-event-listener": "^3.0.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@atlaskit/editor-common": "^112.
|
|
54
|
+
"@atlaskit/editor-common": "^112.2.0",
|
|
55
55
|
"react": "^18.2.0",
|
|
56
56
|
"react-dom": "^18.2.0",
|
|
57
57
|
"react-intl-next": "npm:react-intl@^5.18.1"
|