@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-selection-toolbar
2
2
 
3
+ ## 4.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.3.0
4
10
 
5
11
  ### Minor Changes
@@ -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 | undefined;
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 | undefined;
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 | undefined;
5
+ userPreferencesProvider?: UserPreferencesProvider;
6
6
  }) => null;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
2
  import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
4
3
  type PrimaryToolbarComponentProps = {
@@ -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 | undefined;
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 | undefined;
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 | undefined;
5
+ userPreferencesProvider?: UserPreferencesProvider;
6
6
  }) => null;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
2
  import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
4
3
  type PrimaryToolbarComponentProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-toolbar",
3
- "version": "4.3.0",
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.1.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.1.0",
45
- "@atlaskit/editor-toolbar-model": "^0.0.4",
46
- "@atlaskit/icon": "^27.10.0",
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.25.0",
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.19.0",
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"