@atlaskit/editor-plugin-layout 2.9.7 → 2.9.9
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 +12 -0
- package/dist/cjs/ui/toolbar.js +1 -1
- package/dist/es2019/ui/toolbar.js +1 -1
- package/dist/esm/ui/toolbar.js +1 -1
- package/package.json +4 -7
package/CHANGELOG.md
CHANGED
package/dist/cjs/ui/toolbar.js
CHANGED
|
@@ -263,7 +263,7 @@ var buildToolbar = exports.buildToolbar = function buildToolbar(state, intl, pos
|
|
|
263
263
|
};
|
|
264
264
|
// testId is required to show focus on trigger button on ESC key press
|
|
265
265
|
// see hideOnEsc in platform/packages/editor/editor-plugin-floating-toolbar/src/ui/Dropdown.tsx
|
|
266
|
-
var testId =
|
|
266
|
+
var testId = 'layout-overflow-dropdown-trigger';
|
|
267
267
|
var overflowMenu = {
|
|
268
268
|
type: 'overflow-dropdown',
|
|
269
269
|
testId: testId,
|
|
@@ -246,7 +246,7 @@ export const buildToolbar = (state, intl, pos, _allowBreakout, addSidebarLayouts
|
|
|
246
246
|
});
|
|
247
247
|
// testId is required to show focus on trigger button on ESC key press
|
|
248
248
|
// see hideOnEsc in platform/packages/editor/editor-plugin-floating-toolbar/src/ui/Dropdown.tsx
|
|
249
|
-
const testId =
|
|
249
|
+
const testId = 'layout-overflow-dropdown-trigger';
|
|
250
250
|
const overflowMenu = {
|
|
251
251
|
type: 'overflow-dropdown',
|
|
252
252
|
testId,
|
package/dist/esm/ui/toolbar.js
CHANGED
|
@@ -254,7 +254,7 @@ export var buildToolbar = function buildToolbar(state, intl, pos, _allowBreakout
|
|
|
254
254
|
};
|
|
255
255
|
// testId is required to show focus on trigger button on ESC key press
|
|
256
256
|
// see hideOnEsc in platform/packages/editor/editor-plugin-floating-toolbar/src/ui/Dropdown.tsx
|
|
257
|
-
var testId =
|
|
257
|
+
var testId = 'layout-overflow-dropdown-trigger';
|
|
258
258
|
var overflowMenu = {
|
|
259
259
|
type: 'overflow-dropdown',
|
|
260
260
|
testId: testId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-layout",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.9",
|
|
4
4
|
"description": "Layout plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
37
|
-
"@atlaskit/editor-common": "^
|
|
37
|
+
"@atlaskit/editor-common": "^107.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-analytics": "^2.3.0",
|
|
39
39
|
"@atlaskit/editor-plugin-decorations": "^2.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-editor-disabled": "^2.1.0",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@atlaskit/icon": "^27.0.0",
|
|
48
48
|
"@atlaskit/icon-lab": "^5.0.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
50
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
51
|
-
"@atlaskit/tokens": "^5.
|
|
50
|
+
"@atlaskit/tmp-editor-statsig": "^8.0.0",
|
|
51
|
+
"@atlaskit/tokens": "^5.3.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@emotion/react": "^11.7.1"
|
|
54
54
|
},
|
|
@@ -110,9 +110,6 @@
|
|
|
110
110
|
"platform_editor_column_count_analytics": {
|
|
111
111
|
"type": "boolean"
|
|
112
112
|
},
|
|
113
|
-
"platform_editor_controls_patch_8": {
|
|
114
|
-
"type": "boolean"
|
|
115
|
-
},
|
|
116
113
|
"platform_editor_hide_expand_selection_states": {
|
|
117
114
|
"type": "boolean"
|
|
118
115
|
},
|