@atlaskit/editor-plugin-selection-toolbar 9.0.12 → 9.0.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
+ ## 9.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.0.13
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.0.12
4
16
 
5
17
  ### Patch Changes
@@ -43,7 +43,7 @@ var PrimaryToolbarComponent = exports.PrimaryToolbarComponent = function Primary
43
43
  label: "",
44
44
  spacing: "spacious"
45
45
  })
46
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
46
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
47
47
  ,
48
48
  onClick: function onClick() {
49
49
  var _api$core$actions$exe, _api$userPreferences2;
@@ -63,7 +63,7 @@ var PrimaryToolbarComponent = exports.PrimaryToolbarComponent = function Primary
63
63
  label: "",
64
64
  spacing: "spacious"
65
65
  })
66
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
66
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
67
67
  ,
68
68
  onClick: function onClick() {
69
69
  var _api$core$actions$exe2, _api$userPreferences3;
@@ -35,7 +35,7 @@ export const PrimaryToolbarComponent = ({
35
35
  label: "",
36
36
  spacing: "spacious"
37
37
  })
38
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
38
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
39
39
  ,
40
40
  onClick: () => {
41
41
  var _api$core$actions$exe, _api$userPreferences2;
@@ -55,7 +55,7 @@ export const PrimaryToolbarComponent = ({
55
55
  label: "",
56
56
  spacing: "spacious"
57
57
  })
58
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
58
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
59
59
  ,
60
60
  onClick: () => {
61
61
  var _api$core$actions$exe2, _api$userPreferences3;
@@ -34,7 +34,7 @@ export var PrimaryToolbarComponent = function PrimaryToolbarComponent(_ref) {
34
34
  label: "",
35
35
  spacing: "spacious"
36
36
  })
37
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
37
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
38
38
  ,
39
39
  onClick: function onClick() {
40
40
  var _api$core$actions$exe, _api$userPreferences2;
@@ -54,7 +54,7 @@ export var PrimaryToolbarComponent = function PrimaryToolbarComponent(_ref) {
54
54
  label: "",
55
55
  spacing: "spacious"
56
56
  })
57
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
57
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
58
58
  ,
59
59
  onClick: function onClick() {
60
60
  var _api$core$actions$exe2, _api$userPreferences3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-toolbar",
3
- "version": "9.0.12",
3
+ "version": "9.0.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",
@@ -42,16 +42,16 @@
42
42
  "@atlaskit/editor-toolbar": "^0.20.0",
43
43
  "@atlaskit/editor-toolbar-model": "^0.4.0",
44
44
  "@atlaskit/icon": "^33.0.0",
45
- "@atlaskit/icon-lab": "^6.0.0",
45
+ "@atlaskit/icon-lab": "^6.1.0",
46
46
  "@atlaskit/menu": "^8.4.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^44.0.0",
49
- "@atlaskit/tokens": "^11.1.0",
48
+ "@atlaskit/tmp-editor-statsig": "^46.0.0",
49
+ "@atlaskit/tokens": "^11.2.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "bind-event-listener": "^3.0.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@atlaskit/editor-common": "^112.7.0",
54
+ "@atlaskit/editor-common": "^112.9.0",
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0",
57
57
  "react-intl-next": "npm:react-intl@^5.18.1"