@atlaskit/editor-plugin-selection-toolbar 6.1.1 → 6.1.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,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-selection-toolbar
2
2
 
3
+ ## 6.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.1.1
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* PrimaryToolbarComponent.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* PrimaryToolbarComponent.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* overflow-toolbar-config.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* overflow-toolbar-config.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* PrimaryToolbarComponent.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* PrimaryToolbarComponent.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./PrimaryToolbarComponent.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* overflow-toolbar-config.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* overflow-toolbar-config.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { selectionToolbarMessages } from '@atlaskit/editor-common/messages';
@@ -1,4 +1,4 @@
1
- /* PrimaryToolbarComponent.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* PrimaryToolbarComponent.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./PrimaryToolbarComponent.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* overflow-toolbar-config.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* overflow-toolbar-config.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { selectionToolbarMessages } from '@atlaskit/editor-common/messages';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-toolbar",
3
- "version": "6.1.1",
3
+ "version": "6.1.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",
@@ -30,8 +30,8 @@
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
32
  "@atlaskit/css": "^0.14.0",
33
- "@atlaskit/editor-plugin-analytics": "^5.1.0",
34
- "@atlaskit/editor-plugin-block-controls": "^6.1.0",
33
+ "@atlaskit/editor-plugin-analytics": "^5.2.0",
34
+ "@atlaskit/editor-plugin-block-controls": "^6.2.0",
35
35
  "@atlaskit/editor-plugin-connectivity": "^5.0.0",
36
36
  "@atlaskit/editor-plugin-editor-viewmode": "^7.0.0",
37
37
  "@atlaskit/editor-plugin-primary-toolbar": "^6.0.0",
@@ -39,20 +39,20 @@
39
39
  "@atlaskit/editor-plugin-user-intent": "^3.0.0",
40
40
  "@atlaskit/editor-plugin-user-preferences": "^3.0.0",
41
41
  "@atlaskit/editor-prosemirror": "7.0.0",
42
- "@atlaskit/editor-toolbar": "^0.8.0",
42
+ "@atlaskit/editor-toolbar": "^0.9.0",
43
43
  "@atlaskit/editor-toolbar-model": "^0.2.0",
44
44
  "@atlaskit/icon": "^28.1.0",
45
45
  "@atlaskit/icon-lab": "^5.7.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.3.0",
49
- "@atlaskit/tmp-editor-statsig": "^12.17.0",
49
+ "@atlaskit/tmp-editor-statsig": "^12.21.0",
50
50
  "@atlaskit/tokens": "^6.3.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": "^109.3.0",
55
+ "@atlaskit/editor-common": "^109.6.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"