@atlaskit/editor-core 216.7.23 → 216.7.25

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,20 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 216.7.25
4
+
5
+ ### Patch Changes
6
+
7
+ - [`bdd272290540a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bdd272290540a) -
8
+ Migrate platform_editor_jan_a11y_fixes flag to platform_editor_enghealth_a11y_jan_fixes
9
+ experiment.
10
+ - Updated dependencies
11
+
12
+ ## 216.7.24
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 216.7.23
4
19
 
5
20
  ### Patch Changes
@@ -236,7 +236,7 @@ var EditorContentContainer = /*#__PURE__*/_react.default.forwardRef(function (pr
236
236
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
237
237
  _rule.ruleStyles,
238
238
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
239
- _smartCardStyles.smartCardDiffStyles, (0, _platformFeatureFlags.fg)('platform_editor_jan_a11y_fixes') ?
239
+ _smartCardStyles.smartCardDiffStyles, (0, _expValEquals.expValEquals)('platform_editor_enghealth_a11y_jan_fixes', 'isEnabled', true) ?
240
240
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
241
241
  _smartCardStyles.showDiffDeletedNodeStylesNew :
242
242
  // 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 = "216.7.22";
8
+ var version = exports.version = "0.0.0-development";
@@ -232,7 +232,7 @@ const EditorContentContainer = /*#__PURE__*/React.forwardRef((props, ref) => {
232
232
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
233
233
  ruleStyles,
234
234
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
235
- smartCardDiffStyles, fg('platform_editor_jan_a11y_fixes') ?
235
+ smartCardDiffStyles, expValEquals('platform_editor_enghealth_a11y_jan_fixes', 'isEnabled', true) ?
236
236
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
237
237
  showDiffDeletedNodeStylesNew :
238
238
  // 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 = "216.7.22";
2
+ export const version = "0.0.0-development";
@@ -228,7 +228,7 @@ var EditorContentContainer = /*#__PURE__*/React.forwardRef(function (props, ref)
228
228
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
229
229
  ruleStyles,
230
230
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
231
- smartCardDiffStyles, fg('platform_editor_jan_a11y_fixes') ?
231
+ smartCardDiffStyles, expValEquals('platform_editor_enghealth_a11y_jan_fixes', 'isEnabled', true) ?
232
232
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
233
233
  showDiffDeletedNodeStylesNew :
234
234
  // 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 = "216.7.22";
2
+ export var version = "0.0.0-development";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "216.7.23",
3
+ "version": "216.7.25",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -64,9 +64,9 @@
64
64
  "@atlaskit/mention": "^24.4.0",
65
65
  "@atlaskit/platform-feature-flags": "^1.1.0",
66
66
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
67
- "@atlaskit/react-ufo": "^5.0.0",
67
+ "@atlaskit/react-ufo": "^5.1.0",
68
68
  "@atlaskit/task-decision": "^19.2.0",
69
- "@atlaskit/tmp-editor-statsig": "^18.0.0",
69
+ "@atlaskit/tmp-editor-statsig": "^20.0.0",
70
70
  "@atlaskit/tokens": "^11.0.0",
71
71
  "@atlaskit/tooltip": "^20.14.0",
72
72
  "@atlaskit/width-detector": "^5.0.0",
@@ -347,9 +347,6 @@
347
347
  "platform_editor_context_context_types_migration": {
348
348
  "type": "boolean"
349
349
  },
350
- "platform_editor_jan_a11y_fixes": {
351
- "type": "boolean"
352
- },
353
350
  "platform_editor_a11y_9262": {
354
351
  "type": "boolean"
355
352
  },
package/tsconfig.json CHANGED
@@ -1,21 +1,23 @@
1
1
  {
2
- "extends": "../../../tsconfig.json",
3
- "include": [
4
- "./src/**/*.ts",
5
- "./src/**/*.tsx",
6
- "./docs/**/*.ts",
7
- "./docs/**/*.tsx",
8
- "./examples/**/*.ts",
9
- "./examples/**/*.tsx",
10
- "./example-helpers/**/*.ts",
11
- "./example-helpers/**/*.tsx",
12
- "./playwright/**/*.ts",
13
- "**/stories.ts",
14
- "**/stories.tsx",
15
- "**/stories/*.ts",
16
- "**/stories/*.tsx",
17
- "**/stories/**/*.ts",
18
- "**/stories/**/*.tsx"
19
- ],
20
- "compilerOptions": {}
2
+ "extends": "../../../tsconfig.json",
3
+ "include": [
4
+ "./src/**/*.ts",
5
+ "./src/**/*.tsx",
6
+ "./docs/**/*.ts",
7
+ "./docs/**/*.tsx",
8
+ "./examples/**/*.ts",
9
+ "./examples/**/*.tsx",
10
+ "./example-helpers/**/*.ts",
11
+ "./example-helpers/**/*.tsx",
12
+ "./playwright/**/*.ts",
13
+ "**/stories.ts",
14
+ "**/stories.tsx",
15
+ "**/stories/*.ts",
16
+ "**/stories/*.tsx",
17
+ "**/stories/**/*.ts",
18
+ "**/stories/**/*.tsx"
19
+ ],
20
+ "compilerOptions": {
21
+ "moduleResolution": "node"
22
+ }
21
23
  }