@atlaskit/editor-plugin-selection-toolbar 7.1.12 → 7.1.14

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,17 @@
1
1
  # @atlaskit/editor-plugin-selection-toolbar
2
2
 
3
+ ## 7.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.1.13
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.1.12
4
16
 
5
17
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
4
- export declare const PinButton: ({ api }: {
4
+ export declare const PinButton: ({ api, }: {
5
5
  api?: ExtractInjectionAPI<SelectionToolbarPlugin>;
6
6
  }) => React.JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
4
- export declare const PinButton: ({ api }: {
4
+ export declare const PinButton: ({ api, }: {
5
5
  api?: ExtractInjectionAPI<SelectionToolbarPlugin>;
6
6
  }) => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-toolbar",
3
- "version": "7.1.12",
3
+ "version": "7.1.14",
4
4
  "description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,36 +29,36 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/css": "^0.17.0",
32
+ "@atlaskit/css": "^0.18.0",
33
33
  "@atlaskit/editor-plugin-analytics": "^6.2.0",
34
- "@atlaskit/editor-plugin-block-controls": "^7.11.0",
34
+ "@atlaskit/editor-plugin-block-controls": "^7.15.0",
35
35
  "@atlaskit/editor-plugin-connectivity": "^6.0.0",
36
36
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
37
37
  "@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
38
38
  "@atlaskit/editor-plugin-toolbar": "^3.4.0",
39
39
  "@atlaskit/editor-plugin-user-intent": "^4.0.0",
40
40
  "@atlaskit/editor-plugin-user-preferences": "^4.0.0",
41
- "@atlaskit/editor-prosemirror": "7.0.0",
41
+ "@atlaskit/editor-prosemirror": "^7.2.0",
42
42
  "@atlaskit/editor-toolbar": "^0.18.0",
43
43
  "@atlaskit/editor-toolbar-model": "^0.2.0",
44
- "@atlaskit/icon": "^29.0.0",
44
+ "@atlaskit/icon": "^29.2.0",
45
45
  "@atlaskit/icon-lab": "^5.12.0",
46
46
  "@atlaskit/menu": "^8.4.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
49
- "@atlaskit/tmp-editor-statsig": "^14.2.0",
50
- "@atlaskit/tokens": "^8.4.0",
49
+ "@atlaskit/tmp-editor-statsig": "^15.12.0",
50
+ "@atlaskit/tokens": "^8.6.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "bind-event-listener": "^3.0.0"
53
53
  },
54
54
  "peerDependencies": {
55
- "@atlaskit/editor-common": "^110.36.0",
55
+ "@atlaskit/editor-common": "^110.45.0",
56
56
  "react": "^18.2.0",
57
57
  "react-dom": "^18.2.0",
58
58
  "react-intl-next": "npm:react-intl@^5.18.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@testing-library/react": "^13.4.0",
61
+ "@testing-library/react": "^16.3.0",
62
62
  "wait-for-expect": "^1.2.0"
63
63
  },
64
64
  "techstack": {