@atlaskit/editor-plugin-layout 2.9.8 → 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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-layout
2
2
 
3
+ ## 2.9.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 2.9.8
4
10
 
5
11
  ### Patch Changes
@@ -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 = (0, _platformFeatureFlags.fg)('platform_editor_controls_patch_8') ? 'layout-overflow-dropdown-trigger' : undefined;
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 = fg('platform_editor_controls_patch_8') ? 'layout-overflow-dropdown-trigger' : undefined;
249
+ const testId = 'layout-overflow-dropdown-trigger';
250
250
  const overflowMenu = {
251
251
  type: 'overflow-dropdown',
252
252
  testId,
@@ -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 = fg('platform_editor_controls_patch_8') ? 'layout-overflow-dropdown-trigger' : undefined;
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.8",
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",
@@ -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": "^7.1.0",
51
- "@atlaskit/tokens": "^5.2.0",
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
  },