@atlaskit/tmp-editor-statsig 197.0.0 → 198.0.0

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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 198.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`9f67d7a39831c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9f67d7a39831c) -
8
+ Clean up experiment `editor_a11y__primary-toolbar-aria-label_fy27`
9
+
3
10
  ## 197.0.0
4
11
 
5
12
  ### Major Changes
@@ -93,15 +93,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
93
93
  param: 'isEnabled',
94
94
  defaultValue: false
95
95
  }),
96
- // Added 2026-07-20
97
- 'editor_a11y__primary-toolbar-aria-label_fy27': (0, _createBooleanExperiment.createBooleanExperiment)({
98
- productKeys: {
99
- confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
100
- jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
101
- },
102
- param: 'isEnabled',
103
- defaultValue: false
104
- }),
105
96
  // Added 2026-07-21
106
97
  'editor_a11y__toolbar-item-aria-described-by_fy27': (0, _createBooleanExperiment.createBooleanExperiment)({
107
98
  productKeys: {
@@ -87,15 +87,6 @@ export const editorExperimentsConfig = {
87
87
  param: 'isEnabled',
88
88
  defaultValue: false
89
89
  }),
90
- // Added 2026-07-20
91
- 'editor_a11y__primary-toolbar-aria-label_fy27': createBooleanExperiment({
92
- productKeys: {
93
- confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
94
- jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
95
- },
96
- param: 'isEnabled',
97
- defaultValue: false
98
- }),
99
90
  // Added 2026-07-21
100
91
  'editor_a11y__toolbar-item-aria-described-by_fy27': createBooleanExperiment({
101
92
  productKeys: {
@@ -87,15 +87,6 @@ export var editorExperimentsConfig = {
87
87
  param: 'isEnabled',
88
88
  defaultValue: false
89
89
  }),
90
- // Added 2026-07-20
91
- 'editor_a11y__primary-toolbar-aria-label_fy27': createBooleanExperiment({
92
- productKeys: {
93
- confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
94
- jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
95
- },
96
- param: 'isEnabled',
97
- defaultValue: false
98
- }),
99
90
  // Added 2026-07-21
100
91
  'editor_a11y__toolbar-item-aria-described-by_fy27': createBooleanExperiment({
101
92
  productKeys: {
@@ -113,12 +113,6 @@ export declare const editorExperimentsConfig: {
113
113
  productKeys?: ProductKeys;
114
114
  typeGuard: IsBooleanType;
115
115
  };
116
- 'editor_a11y__primary-toolbar-aria-label_fy27': {
117
- defaultValue: boolean;
118
- param: string;
119
- productKeys?: ProductKeys;
120
- typeGuard: IsBooleanType;
121
- };
122
116
  'editor_a11y__toolbar-item-aria-described-by_fy27': {
123
117
  defaultValue: boolean;
124
118
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "197.0.0",
3
+ "version": "198.0.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/feature-gate-js-client": "^6.0.0",
29
29
  "@atlaskit/platform-feature-flags": "^2.2.0",
30
- "@atlaskit/react-ufo": "^7.10.0",
30
+ "@atlaskit/react-ufo": "^7.11.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {