@atlaskit/tmp-editor-statsig 89.2.0 → 89.3.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
+ ## 89.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`45b3cdde79f3f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45b3cdde79f3f) -
8
+ added exp entry
9
+
3
10
  ## 89.2.0
4
11
 
5
12
  ### Minor Changes
@@ -2308,6 +2308,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2308
2308
  param: 'isEnabled',
2309
2309
  defaultValue: false
2310
2310
  }),
2311
+ // Added 2026-05-25
2312
+ 'a11y-fixes-week4-may-2026': (0, _experimentBuilders.createBooleanExperiment)({
2313
+ productKeys: {
2314
+ confluence: 'a11y-fixes-week4-may-2026',
2315
+ jira: 'a11y-fixes-week4-may-2026'
2316
+ },
2317
+ param: 'isEnabled',
2318
+ defaultValue: false
2319
+ }),
2311
2320
  // Added 2026-05-21
2312
2321
  fix_free_gen_prompt_bar_position: (0, _experimentBuilders.createBooleanExperiment)({
2313
2322
  productKeys: {
@@ -2365,5 +2374,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2365
2374
  },
2366
2375
  param: 'isEnabled',
2367
2376
  defaultValue: false
2377
+ }),
2378
+ // Added 2026-06-08
2379
+ cc_ai_insert_to_page_rovo_chat_experiment: (0, _experimentBuilders.createBooleanExperiment)({
2380
+ productKeys: {
2381
+ confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
2382
+ },
2383
+ param: 'isEnabled',
2384
+ defaultValue: false
2368
2385
  })
2369
2386
  };
@@ -2302,6 +2302,15 @@ export const editorExperimentsConfig = {
2302
2302
  param: 'isEnabled',
2303
2303
  defaultValue: false
2304
2304
  }),
2305
+ // Added 2026-05-25
2306
+ 'a11y-fixes-week4-may-2026': createBooleanExperiment({
2307
+ productKeys: {
2308
+ confluence: 'a11y-fixes-week4-may-2026',
2309
+ jira: 'a11y-fixes-week4-may-2026'
2310
+ },
2311
+ param: 'isEnabled',
2312
+ defaultValue: false
2313
+ }),
2305
2314
  // Added 2026-05-21
2306
2315
  fix_free_gen_prompt_bar_position: createBooleanExperiment({
2307
2316
  productKeys: {
@@ -2359,5 +2368,13 @@ export const editorExperimentsConfig = {
2359
2368
  },
2360
2369
  param: 'isEnabled',
2361
2370
  defaultValue: false
2371
+ }),
2372
+ // Added 2026-06-08
2373
+ cc_ai_insert_to_page_rovo_chat_experiment: createBooleanExperiment({
2374
+ productKeys: {
2375
+ confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
2376
+ },
2377
+ param: 'isEnabled',
2378
+ defaultValue: false
2362
2379
  })
2363
2380
  };
@@ -2302,6 +2302,15 @@ export var editorExperimentsConfig = {
2302
2302
  param: 'isEnabled',
2303
2303
  defaultValue: false
2304
2304
  }),
2305
+ // Added 2026-05-25
2306
+ 'a11y-fixes-week4-may-2026': createBooleanExperiment({
2307
+ productKeys: {
2308
+ confluence: 'a11y-fixes-week4-may-2026',
2309
+ jira: 'a11y-fixes-week4-may-2026'
2310
+ },
2311
+ param: 'isEnabled',
2312
+ defaultValue: false
2313
+ }),
2305
2314
  // Added 2026-05-21
2306
2315
  fix_free_gen_prompt_bar_position: createBooleanExperiment({
2307
2316
  productKeys: {
@@ -2359,5 +2368,13 @@ export var editorExperimentsConfig = {
2359
2368
  },
2360
2369
  param: 'isEnabled',
2361
2370
  defaultValue: false
2371
+ }),
2372
+ // Added 2026-06-08
2373
+ cc_ai_insert_to_page_rovo_chat_experiment: createBooleanExperiment({
2374
+ productKeys: {
2375
+ confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
2376
+ },
2377
+ param: 'isEnabled',
2378
+ defaultValue: false
2362
2379
  })
2363
2380
  };
@@ -1694,6 +1694,12 @@ export declare const editorExperimentsConfig: {
1694
1694
  productKeys?: ProductKeys;
1695
1695
  typeGuard: IsBooleanType;
1696
1696
  };
1697
+ 'a11y-fixes-week4-may-2026': {
1698
+ defaultValue: boolean;
1699
+ param: string;
1700
+ productKeys?: ProductKeys;
1701
+ typeGuard: IsBooleanType;
1702
+ };
1697
1703
  fix_free_gen_prompt_bar_position: {
1698
1704
  defaultValue: boolean;
1699
1705
  param: string;
@@ -1730,5 +1736,11 @@ export declare const editorExperimentsConfig: {
1730
1736
  productKeys?: ProductKeys;
1731
1737
  typeGuard: IsBooleanType;
1732
1738
  };
1739
+ cc_ai_insert_to_page_rovo_chat_experiment: {
1740
+ defaultValue: boolean;
1741
+ param: string;
1742
+ productKeys?: ProductKeys;
1743
+ typeGuard: IsBooleanType;
1744
+ };
1733
1745
  };
1734
1746
  export {};
@@ -1694,6 +1694,12 @@ export declare const editorExperimentsConfig: {
1694
1694
  productKeys?: ProductKeys;
1695
1695
  typeGuard: IsBooleanType;
1696
1696
  };
1697
+ 'a11y-fixes-week4-may-2026': {
1698
+ defaultValue: boolean;
1699
+ param: string;
1700
+ productKeys?: ProductKeys;
1701
+ typeGuard: IsBooleanType;
1702
+ };
1697
1703
  fix_free_gen_prompt_bar_position: {
1698
1704
  defaultValue: boolean;
1699
1705
  param: string;
@@ -1730,5 +1736,11 @@ export declare const editorExperimentsConfig: {
1730
1736
  productKeys?: ProductKeys;
1731
1737
  typeGuard: IsBooleanType;
1732
1738
  };
1739
+ cc_ai_insert_to_page_rovo_chat_experiment: {
1740
+ defaultValue: boolean;
1741
+ param: string;
1742
+ productKeys?: ProductKeys;
1743
+ typeGuard: IsBooleanType;
1744
+ };
1733
1745
  };
1734
1746
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "89.2.0",
3
+ "version": "89.3.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",