@atlaskit/editor-plugin-panel 4.4.11 → 4.4.12
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 +6 -0
- package/dist/cjs/ui/toolbar.js +1 -2
- package/dist/es2019/ui/toolbar.js +1 -2
- package/dist/esm/ui/toolbar.js +1 -2
- package/package.json +3 -6
package/CHANGELOG.md
CHANGED
package/dist/cjs/ui/toolbar.js
CHANGED
|
@@ -26,7 +26,6 @@ var _successEditorSuccess = _interopRequireDefault(require("@atlaskit/icon/core/
|
|
|
26
26
|
var _warningEditorWarning = _interopRequireDefault(require("@atlaskit/icon/core/migration/warning--editor-warning"));
|
|
27
27
|
var _remove = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/remove"));
|
|
28
28
|
var _removeEmoji = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/remove-emoji"));
|
|
29
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
30
29
|
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
31
30
|
var _actions = require("../editor-actions/actions");
|
|
32
31
|
var _utils2 = require("../pm-plugins/utils/utils");
|
|
@@ -295,7 +294,7 @@ var getToolbarItems = exports.getToolbarItems = function getToolbarItems(formatM
|
|
|
295
294
|
};
|
|
296
295
|
// testId is required to show focus on trigger button on ESC key press
|
|
297
296
|
// see hideOnEsc in platform/packages/editor/editor-plugin-floating-toolbar/src/ui/Dropdown.tsx
|
|
298
|
-
var testId =
|
|
297
|
+
var testId = 'panel-overflow-dropdown-trigger';
|
|
299
298
|
var overflowMenuConfig = [{
|
|
300
299
|
type: 'separator',
|
|
301
300
|
fullHeight: true
|
|
@@ -17,7 +17,6 @@ import SuccessIcon from '@atlaskit/icon/core/migration/success--editor-success';
|
|
|
17
17
|
import WarningIcon from '@atlaskit/icon/core/migration/warning--editor-warning';
|
|
18
18
|
import RemoveIcon from '@atlaskit/icon/glyph/editor/remove';
|
|
19
19
|
import RemoveEmojiIcon from '@atlaskit/icon/glyph/editor/remove-emoji';
|
|
20
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
21
20
|
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
22
21
|
import { changePanelType, removePanel } from '../editor-actions/actions';
|
|
23
22
|
import { findPanel } from '../pm-plugins/utils/utils';
|
|
@@ -274,7 +273,7 @@ export const getToolbarItems = (formatMessage, panelNodeType, isCustomPanelEnabl
|
|
|
274
273
|
});
|
|
275
274
|
// testId is required to show focus on trigger button on ESC key press
|
|
276
275
|
// see hideOnEsc in platform/packages/editor/editor-plugin-floating-toolbar/src/ui/Dropdown.tsx
|
|
277
|
-
const testId =
|
|
276
|
+
const testId = 'panel-overflow-dropdown-trigger';
|
|
278
277
|
const overflowMenuConfig = [{
|
|
279
278
|
type: 'separator',
|
|
280
279
|
fullHeight: true
|
package/dist/esm/ui/toolbar.js
CHANGED
|
@@ -20,7 +20,6 @@ import SuccessIcon from '@atlaskit/icon/core/migration/success--editor-success';
|
|
|
20
20
|
import WarningIcon from '@atlaskit/icon/core/migration/warning--editor-warning';
|
|
21
21
|
import RemoveIcon from '@atlaskit/icon/glyph/editor/remove';
|
|
22
22
|
import RemoveEmojiIcon from '@atlaskit/icon/glyph/editor/remove-emoji';
|
|
23
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
24
23
|
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
25
24
|
import { changePanelType, removePanel } from '../editor-actions/actions';
|
|
26
25
|
import { findPanel } from '../pm-plugins/utils/utils';
|
|
@@ -286,7 +285,7 @@ export var getToolbarItems = function getToolbarItems(formatMessage, panelNodeTy
|
|
|
286
285
|
};
|
|
287
286
|
// testId is required to show focus on trigger button on ESC key press
|
|
288
287
|
// see hideOnEsc in platform/packages/editor/editor-plugin-floating-toolbar/src/ui/Dropdown.tsx
|
|
289
|
-
var testId =
|
|
288
|
+
var testId = 'panel-overflow-dropdown-trigger';
|
|
290
289
|
var overflowMenuConfig = [{
|
|
291
290
|
type: 'separator',
|
|
292
291
|
fullHeight: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-panel",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.12",
|
|
4
4
|
"description": "Panel plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@atlaskit/icon": "^27.0.0",
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
45
|
"@atlaskit/theme": "^18.0.0",
|
|
46
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
47
|
-
"@atlaskit/tokens": "^5.
|
|
46
|
+
"@atlaskit/tmp-editor-statsig": "^8.0.0",
|
|
47
|
+
"@atlaskit/tokens": "^5.3.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"uuid": "^3.1.0"
|
|
50
50
|
},
|
|
@@ -95,9 +95,6 @@
|
|
|
95
95
|
"platform-feature-flags": {
|
|
96
96
|
"platform_editor_nested_dnd_styles_changes": {
|
|
97
97
|
"type": "boolean"
|
|
98
|
-
},
|
|
99
|
-
"platform_editor_controls_patch_8": {
|
|
100
|
-
"type": "boolean"
|
|
101
98
|
}
|
|
102
99
|
},
|
|
103
100
|
"stricter": {
|