@atlaskit/editor-plugin-toolbar 0.4.3 → 0.4.4

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-toolbar
2
2
 
3
+ ## 0.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.4.3
4
10
 
5
11
  ### Patch Changes
@@ -8,5 +8,5 @@ type SelectionToolbarProps = {
8
8
  mountPoint: HTMLElement | undefined;
9
9
  disableSelectionToolbarWhenPinned: boolean;
10
10
  };
11
- export declare const SelectionToolbar: ({ api, editorView, mountPoint, disableSelectionToolbarWhenPinned }: SelectionToolbarProps) => React.JSX.Element | null;
11
+ export declare const SelectionToolbar: ({ api, editorView, mountPoint, disableSelectionToolbarWhenPinned, }: SelectionToolbarProps) => React.JSX.Element | null;
12
12
  export {};
@@ -8,5 +8,5 @@ type SelectionToolbarProps = {
8
8
  mountPoint: HTMLElement | undefined;
9
9
  disableSelectionToolbarWhenPinned: boolean;
10
10
  };
11
- export declare const SelectionToolbar: ({ api, editorView, mountPoint, disableSelectionToolbarWhenPinned }: SelectionToolbarProps) => React.JSX.Element | null;
11
+ export declare const SelectionToolbar: ({ api, editorView, mountPoint, disableSelectionToolbarWhenPinned, }: SelectionToolbarProps) => React.JSX.Element | null;
12
12
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,9 +27,6 @@
27
27
  },
28
28
  "sideEffects": false,
29
29
  "atlaskit:src": "src/index.ts",
30
- "af:exports": {
31
- ".": "./src/index.ts"
32
- },
33
30
  "dependencies": {
34
31
  "@atlaskit/editor-plugin-connectivity": "^3.1.0",
35
32
  "@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
@@ -37,7 +34,7 @@
37
34
  "@atlaskit/editor-plugin-user-intent": "^1.1.0",
38
35
  "@atlaskit/editor-plugin-user-preferences": "^1.2.0",
39
36
  "@atlaskit/editor-prosemirror": "7.0.0",
40
- "@atlaskit/editor-toolbar": "^0.3.0",
37
+ "@atlaskit/editor-toolbar": "^0.4.0",
41
38
  "@atlaskit/editor-toolbar-model": "^0.1.0",
42
39
  "@atlaskit/tmp-editor-statsig": "^11.8.0",
43
40
  "@babel/runtime": "^7.0.0",
@@ -45,7 +42,7 @@
45
42
  "react-intl-next": "npm:react-intl@^5.18.1"
46
43
  },
47
44
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^107.31.0",
45
+ "@atlaskit/editor-common": "^107.32.0",
49
46
  "react": "^18.2.0"
50
47
  },
51
48
  "techstack": {