@atlaskit/editor-core 216.9.5 → 216.9.6

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
+ ## 216.9.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fa62876ed1943`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fa62876ed1943) -
8
+ EDITOR-5134 Clean up platform_synced_block_patch_1
9
+ - Updated dependencies
10
+
3
11
  ## 216.9.5
4
12
 
5
13
  ### Patch Changes
@@ -422,7 +422,9 @@ var EditorContentContainer = /*#__PURE__*/_react.default.forwardRef(function (pr
422
422
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
423
423
  _resizerStyles.pragmaticResizerStylesSyncedBlock, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) ?
424
424
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
425
- _resizerStyles.pragmaticResizerStyles : undefined, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) ? (0, _platformFeatureFlags.fg)('platform_synced_block_patch_1') ?
425
+ _resizerStyles.pragmaticResizerStyles : undefined, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) ?
426
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
427
+ (0, _experiments.editorExperiment)('platform_synced_block', true) ?
426
428
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
427
429
  _resizerStyles.pragmaticResizerStylesCodeBlockSyncedBlockPatch :
428
430
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
@@ -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 = "0.0.0-development";
8
+ var version = exports.version = "216.9.5";
@@ -418,7 +418,9 @@ const EditorContentContainer = /*#__PURE__*/React.forwardRef((props, ref) => {
418
418
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
419
419
  pragmaticResizerStylesSyncedBlock, expValEqualsNoExposure('platform_editor_breakout_resizing', 'isEnabled', true) ?
420
420
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
421
- pragmaticResizerStyles : undefined, expValEqualsNoExposure('platform_editor_breakout_resizing', 'isEnabled', true) ? fg('platform_synced_block_patch_1') ?
421
+ pragmaticResizerStyles : undefined, expValEqualsNoExposure('platform_editor_breakout_resizing', 'isEnabled', true) ?
422
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
423
+ editorExperiment('platform_synced_block', true) ?
422
424
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
423
425
  pragmaticResizerStylesCodeBlockSyncedBlockPatch :
424
426
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "0.0.0-development";
2
+ export const version = "216.9.5";
@@ -414,7 +414,9 @@ var EditorContentContainer = /*#__PURE__*/React.forwardRef(function (props, ref)
414
414
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
415
415
  pragmaticResizerStylesSyncedBlock, expValEqualsNoExposure('platform_editor_breakout_resizing', 'isEnabled', true) ?
416
416
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
417
- pragmaticResizerStyles : undefined, expValEqualsNoExposure('platform_editor_breakout_resizing', 'isEnabled', true) ? fg('platform_synced_block_patch_1') ?
417
+ pragmaticResizerStyles : undefined, expValEqualsNoExposure('platform_editor_breakout_resizing', 'isEnabled', true) ?
418
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
419
+ editorExperiment('platform_synced_block', true) ?
418
420
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
419
421
  pragmaticResizerStylesCodeBlockSyncedBlockPatch :
420
422
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "0.0.0-development";
2
+ export var version = "216.9.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "216.9.5",
3
+ "version": "216.9.6",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
67
67
  "@atlaskit/react-ufo": "^5.2.0",
68
68
  "@atlaskit/task-decision": "^19.2.0",
69
- "@atlaskit/tmp-editor-statsig": "^24.1.0",
69
+ "@atlaskit/tmp-editor-statsig": "^25.0.0",
70
70
  "@atlaskit/tokens": "^11.0.0",
71
71
  "@atlaskit/tooltip": "^20.14.0",
72
72
  "@atlaskit/width-detector": "^5.0.0",
@@ -337,9 +337,6 @@
337
337
  "platform_editor_a11y_9262": {
338
338
  "type": "boolean"
339
339
  },
340
- "platform_synced_block_patch_1": {
341
- "type": "boolean"
342
- },
343
340
  "platform_synced_block_patch_2": {
344
341
  "type": "boolean"
345
342
  }