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

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,19 @@
1
1
  # @atlaskit/editor-plugin-toolbar-lists-indentation
2
2
 
3
+ ## 9.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0f4a08b633f6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0f4a08b633f6e) -
8
+ Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
9
+ - Updated dependencies
10
+
11
+ ## 9.1.5
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 9.1.4
4
18
 
5
19
  ### Patch Changes
@@ -99,7 +99,9 @@ function ToolbarDropdown(props) {
99
99
  onOpenChange: onOpenChange,
100
100
  fitHeight: 188,
101
101
  fitWidth: 175,
102
- shouldUseDefaultRole: true,
102
+ shouldUseDefaultRole: true
103
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
104
+ ,
103
105
  shouldFocusFirstItem: function shouldFocusFirstItem() {
104
106
  if (isOpenedByKeyboard) {
105
107
  setOpenedByKeyboard(false);
@@ -88,7 +88,9 @@ export function ToolbarDropdown(props) {
88
88
  onOpenChange: onOpenChange,
89
89
  fitHeight: 188,
90
90
  fitWidth: 175,
91
- shouldUseDefaultRole: true,
91
+ shouldUseDefaultRole: true
92
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
93
+ ,
92
94
  shouldFocusFirstItem: () => {
93
95
  if (isOpenedByKeyboard) {
94
96
  setOpenedByKeyboard(false);
@@ -92,7 +92,9 @@ export function ToolbarDropdown(props) {
92
92
  onOpenChange: onOpenChange,
93
93
  fitHeight: 188,
94
94
  fitWidth: 175,
95
- shouldUseDefaultRole: true,
95
+ shouldUseDefaultRole: true
96
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
97
+ ,
96
98
  shouldFocusFirstItem: function shouldFocusFirstItem() {
97
99
  if (isOpenedByKeyboard) {
98
100
  setOpenedByKeyboard(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
3
- "version": "9.1.4",
3
+ "version": "9.1.6",
4
4
  "description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,14 +37,14 @@
37
37
  "@atlaskit/editor-plugin-list": "^10.0.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.1.0",
40
+ "@atlaskit/editor-plugin-tasks-and-decisions": "^11.2.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": "^43.0.0",
47
+ "@atlaskit/tmp-editor-statsig": "^44.0.0",
48
48
  "@atlaskit/tokens": "^11.1.0",
49
49
  "@babel/runtime": "^7.0.0"
50
50
  },