@atlaskit/editor-core 214.1.1 → 214.1.2

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,13 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 214.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a3254a75cdfb7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3254a75cdfb7) -
8
+ [ED-29448] clean up experiment platform_editor_toolbar_aifc_patch_2
9
+ - Updated dependencies
10
+
3
11
  ## 214.1.1
4
12
 
5
13
  ### Patch Changes
@@ -194,7 +194,7 @@ var CommentEditorWithIntl = exports.CommentEditorWithIntl = function CommentEdit
194
194
  editorAPI: editorAPI,
195
195
  editorView: editorView,
196
196
  editorAppearance: appearance
197
- }), (0, _experiments.editorExperiment)('platform_editor_toolbar_aifc_patch_2', true) ? customPrimaryToolbarComponents ? customToolbarSlot : null : customToolbarSlot) : (0, _react2.jsx)(_uiMenu.ToolbarArrowKeyNavigationProvider, {
197
+ }), customPrimaryToolbarComponents ? customToolbarSlot : null) : (0, _react2.jsx)(_uiMenu.ToolbarArrowKeyNavigationProvider, {
198
198
  editorView: editorView,
199
199
  childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
200
200
  isShortcutToFocusToolbar: isShortcutToFocusToolbar,
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "214.1.0";
8
+ var version = exports.version = "214.1.1";
@@ -182,7 +182,7 @@ export const CommentEditorWithIntl = props => {
182
182
  editorAPI: editorAPI,
183
183
  editorView: editorView,
184
184
  editorAppearance: appearance
185
- }), editorExperiment('platform_editor_toolbar_aifc_patch_2', true) ? customPrimaryToolbarComponents ? customToolbarSlot : null : customToolbarSlot) : jsx(ToolbarArrowKeyNavigationProvider, {
185
+ }), customPrimaryToolbarComponents ? customToolbarSlot : null) : jsx(ToolbarArrowKeyNavigationProvider, {
186
186
  editorView: editorView,
187
187
  childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
188
188
  isShortcutToFocusToolbar: isShortcutToFocusToolbar,
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "214.1.0";
2
+ export const version = "214.1.1";
@@ -183,7 +183,7 @@ export var CommentEditorWithIntl = function CommentEditorWithIntl(props) {
183
183
  editorAPI: editorAPI,
184
184
  editorView: editorView,
185
185
  editorAppearance: appearance
186
- }), editorExperiment('platform_editor_toolbar_aifc_patch_2', true) ? customPrimaryToolbarComponents ? customToolbarSlot : null : customToolbarSlot) : jsx(ToolbarArrowKeyNavigationProvider, {
186
+ }), customPrimaryToolbarComponents ? customToolbarSlot : null) : jsx(ToolbarArrowKeyNavigationProvider, {
187
187
  editorView: editorView,
188
188
  childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
189
189
  isShortcutToFocusToolbar: isShortcutToFocusToolbar,
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "214.1.0";
2
+ export var version = "214.1.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "214.1.1",
3
+ "version": "214.1.2",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -64,7 +64,7 @@
64
64
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
65
65
  "@atlaskit/react-ufo": "^4.11.0",
66
66
  "@atlaskit/task-decision": "^19.2.0",
67
- "@atlaskit/tmp-editor-statsig": "^13.1.0",
67
+ "@atlaskit/tmp-editor-statsig": "^13.2.0",
68
68
  "@atlaskit/tokens": "^6.4.0",
69
69
  "@atlaskit/tooltip": "^20.5.0",
70
70
  "@atlaskit/width-detector": "^5.0.0",