@atlaskit/editor-plugin-selection-toolbar 4.3.0 → 4.3.1
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 +6 -0
- package/dist/types/pm-plugins/commands.d.ts +2 -2
- package/dist/types/ui/PageVisibilityWatcher.d.ts +1 -1
- package/dist/types/ui/PrimaryToolbarComponent.d.ts +0 -1
- package/dist/types-ts4.5/pm-plugins/commands.d.ts +2 -2
- package/dist/types-ts4.5/ui/PageVisibilityWatcher.d.ts +1 -1
- package/dist/types-ts4.5/ui/PrimaryToolbarComponent.d.ts +0 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -9,10 +9,10 @@ export declare const updateToolbarDocking: ({ toolbarDocking }: {
|
|
|
9
9
|
}) => EditorCommand;
|
|
10
10
|
export declare const setToolbarDocking: ({ toolbarDocking, userPreferencesProvider, editorAnalyticsApi, }: {
|
|
11
11
|
toolbarDocking: ToolbarDocking;
|
|
12
|
-
userPreferencesProvider?: UserPreferencesProvider
|
|
12
|
+
userPreferencesProvider?: UserPreferencesProvider;
|
|
13
13
|
editorAnalyticsApi?: EditorAnalyticsAPI | undefined;
|
|
14
14
|
}) => EditorCommand;
|
|
15
15
|
export declare const forceToolbarDockingWithoutAnalytics: ({ toolbarDocking, userPreferencesProvider, }: {
|
|
16
16
|
toolbarDocking: ToolbarDocking;
|
|
17
|
-
userPreferencesProvider?: UserPreferencesProvider
|
|
17
|
+
userPreferencesProvider?: UserPreferencesProvider;
|
|
18
18
|
}) => EditorCommand;
|
|
@@ -2,5 +2,5 @@ import type { ExtractInjectionAPI, UserPreferencesProvider } from '@atlaskit/edi
|
|
|
2
2
|
import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
|
|
3
3
|
export declare const PageVisibilityWatcher: ({ api, userPreferencesProvider, }: {
|
|
4
4
|
api: ExtractInjectionAPI<SelectionToolbarPlugin> | undefined;
|
|
5
|
-
userPreferencesProvider?: UserPreferencesProvider
|
|
5
|
+
userPreferencesProvider?: UserPreferencesProvider;
|
|
6
6
|
}) => null;
|
|
@@ -9,10 +9,10 @@ export declare const updateToolbarDocking: ({ toolbarDocking }: {
|
|
|
9
9
|
}) => EditorCommand;
|
|
10
10
|
export declare const setToolbarDocking: ({ toolbarDocking, userPreferencesProvider, editorAnalyticsApi, }: {
|
|
11
11
|
toolbarDocking: ToolbarDocking;
|
|
12
|
-
userPreferencesProvider?: UserPreferencesProvider
|
|
12
|
+
userPreferencesProvider?: UserPreferencesProvider;
|
|
13
13
|
editorAnalyticsApi?: EditorAnalyticsAPI | undefined;
|
|
14
14
|
}) => EditorCommand;
|
|
15
15
|
export declare const forceToolbarDockingWithoutAnalytics: ({ toolbarDocking, userPreferencesProvider, }: {
|
|
16
16
|
toolbarDocking: ToolbarDocking;
|
|
17
|
-
userPreferencesProvider?: UserPreferencesProvider
|
|
17
|
+
userPreferencesProvider?: UserPreferencesProvider;
|
|
18
18
|
}) => EditorCommand;
|
|
@@ -2,5 +2,5 @@ import type { ExtractInjectionAPI, UserPreferencesProvider } from '@atlaskit/edi
|
|
|
2
2
|
import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
|
|
3
3
|
export declare const PageVisibilityWatcher: ({ api, userPreferencesProvider, }: {
|
|
4
4
|
api: ExtractInjectionAPI<SelectionToolbarPlugin> | undefined;
|
|
5
|
-
userPreferencesProvider?: UserPreferencesProvider
|
|
5
|
+
userPreferencesProvider?: UserPreferencesProvider;
|
|
6
6
|
}) => null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-selection-toolbar",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
"@atlaskit/editor-plugin-connectivity": "^3.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-primary-toolbar": "^4.1.0",
|
|
41
|
-
"@atlaskit/editor-plugin-toolbar": "^0.
|
|
41
|
+
"@atlaskit/editor-plugin-toolbar": "^0.2.0",
|
|
42
42
|
"@atlaskit/editor-plugin-user-preferences": "^1.2.0",
|
|
43
43
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
44
|
-
"@atlaskit/editor-toolbar": "^0.
|
|
45
|
-
"@atlaskit/editor-toolbar-model": "^0.0
|
|
46
|
-
"@atlaskit/icon": "^27.
|
|
44
|
+
"@atlaskit/editor-toolbar": "^0.2.0",
|
|
45
|
+
"@atlaskit/editor-toolbar-model": "^0.1.0",
|
|
46
|
+
"@atlaskit/icon": "^27.11.0",
|
|
47
47
|
"@atlaskit/icon-lab": "^5.4.0",
|
|
48
48
|
"@atlaskit/menu": "^8.1.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
50
|
-
"@atlaskit/tmp-editor-statsig": "^9.
|
|
50
|
+
"@atlaskit/tmp-editor-statsig": "^9.27.0",
|
|
51
51
|
"@atlaskit/tokens": "^6.0.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"bind-event-listener": "^3.0.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@atlaskit/editor-common": "^107.
|
|
56
|
+
"@atlaskit/editor-common": "^107.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"
|