@atlaskit/editor-plugin-toolbar-lists-indentation 9.1.6 → 9.1.7

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-lists-indentation
2
2
 
3
+ ## 9.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.1.6
4
10
 
5
11
  ### Patch Changes
@@ -100,7 +100,7 @@ function ToolbarDropdown(props) {
100
100
  fitHeight: 188,
101
101
  fitWidth: 175,
102
102
  shouldUseDefaultRole: true
103
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
103
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
104
104
  ,
105
105
  shouldFocusFirstItem: function shouldFocusFirstItem() {
106
106
  if (isOpenedByKeyboard) {
@@ -89,7 +89,7 @@ export function ToolbarDropdown(props) {
89
89
  fitHeight: 188,
90
90
  fitWidth: 175,
91
91
  shouldUseDefaultRole: true
92
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
92
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
93
93
  ,
94
94
  shouldFocusFirstItem: () => {
95
95
  if (isOpenedByKeyboard) {
@@ -93,7 +93,7 @@ export function ToolbarDropdown(props) {
93
93
  fitHeight: 188,
94
94
  fitWidth: 175,
95
95
  shouldUseDefaultRole: true
96
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
96
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
97
97
  ,
98
98
  shouldFocusFirstItem: function shouldFocusFirstItem() {
99
99
  if (isOpenedByKeyboard) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
3
- "version": "9.1.6",
3
+ "version": "9.1.7",
4
4
  "description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,22 +34,22 @@
34
34
  "@atlaskit/editor-plugin-block-type": "^12.1.0",
35
35
  "@atlaskit/editor-plugin-feature-flags": "^7.0.0",
36
36
  "@atlaskit/editor-plugin-indentation": "^8.0.0",
37
- "@atlaskit/editor-plugin-list": "^10.0.0",
37
+ "@atlaskit/editor-plugin-list": "^10.1.0",
38
38
  "@atlaskit/editor-plugin-primary-toolbar": "^9.0.0",
39
39
  "@atlaskit/editor-plugin-selection-toolbar": "^9.0.0",
40
- "@atlaskit/editor-plugin-tasks-and-decisions": "^11.2.0",
40
+ "@atlaskit/editor-plugin-tasks-and-decisions": "^11.3.0",
41
41
  "@atlaskit/editor-plugin-toolbar": "^5.1.0",
42
42
  "@atlaskit/editor-prosemirror": "^7.3.0",
43
43
  "@atlaskit/editor-toolbar": "^0.20.0",
44
44
  "@atlaskit/editor-toolbar-model": "^0.4.0",
45
45
  "@atlaskit/icon": "^33.0.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
- "@atlaskit/tmp-editor-statsig": "^44.0.0",
47
+ "@atlaskit/tmp-editor-statsig": "^45.0.0",
48
48
  "@atlaskit/tokens": "^11.1.0",
49
49
  "@babel/runtime": "^7.0.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@atlaskit/editor-common": "^112.7.0",
52
+ "@atlaskit/editor-common": "^112.8.0",
53
53
  "react": "^18.2.0",
54
54
  "react-dom": "^18.2.0",
55
55
  "react-intl-next": "npm:react-intl@^5.18.1"