@atlaskit/editor-plugin-selection-toolbar 3.7.4 → 3.7.5
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
|
@@ -65,7 +65,7 @@ var getOverflowFloatingToolbarConfig = exports.getOverflowFloatingToolbarConfig
|
|
|
65
65
|
|
|
66
66
|
// testId is required to show focus on trigger button on ESC key press
|
|
67
67
|
// see hideOnEsc in platform/packages/editor/editor-plugin-floating-toolbar/src/ui/Dropdown.tsx
|
|
68
|
-
var testId =
|
|
68
|
+
var testId = 'selectionToolbar-overflow-dropdown-trigger';
|
|
69
69
|
return [{
|
|
70
70
|
type: 'separator',
|
|
71
71
|
fullHeight: true
|
|
@@ -57,7 +57,7 @@ export const getOverflowFloatingToolbarConfig = ({
|
|
|
57
57
|
|
|
58
58
|
// testId is required to show focus on trigger button on ESC key press
|
|
59
59
|
// see hideOnEsc in platform/packages/editor/editor-plugin-floating-toolbar/src/ui/Dropdown.tsx
|
|
60
|
-
const testId =
|
|
60
|
+
const testId = 'selectionToolbar-overflow-dropdown-trigger';
|
|
61
61
|
return [{
|
|
62
62
|
type: 'separator',
|
|
63
63
|
fullHeight: true
|
|
@@ -56,7 +56,7 @@ export var getOverflowFloatingToolbarConfig = function getOverflowFloatingToolba
|
|
|
56
56
|
|
|
57
57
|
// testId is required to show focus on trigger button on ESC key press
|
|
58
58
|
// see hideOnEsc in platform/packages/editor/editor-plugin-floating-toolbar/src/ui/Dropdown.tsx
|
|
59
|
-
var testId =
|
|
59
|
+
var testId = 'selectionToolbar-overflow-dropdown-trigger';
|
|
60
60
|
return [{
|
|
61
61
|
type: 'separator',
|
|
62
62
|
fullHeight: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-selection-toolbar",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.5",
|
|
4
4
|
"description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/icon-lab": "^5.0.0",
|
|
47
47
|
"@atlaskit/menu": "^8.0.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
49
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
49
|
+
"@atlaskit/tmp-editor-statsig": "^8.0.0",
|
|
50
50
|
"@atlaskit/tokens": "^5.3.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"bind-event-listener": "^3.0.0"
|
|
@@ -105,9 +105,6 @@
|
|
|
105
105
|
},
|
|
106
106
|
"platform_editor_use_preferences_plugin": {
|
|
107
107
|
"type": "boolean"
|
|
108
|
-
},
|
|
109
|
-
"platform_editor_controls_patch_8": {
|
|
110
|
-
"type": "boolean"
|
|
111
108
|
}
|
|
112
109
|
}
|
|
113
110
|
}
|