@atlaskit/tmp-editor-statsig 88.0.0 → 88.1.1

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,24 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 88.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`651a44bb98f89`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/651a44bb98f89) -
8
+ Register `confluence_3p_in_cwr_ghost_icons` experiment for use by the `GhostIconWave` primitive.
9
+
10
+ ## 88.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`d094dc6670513`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d094dc6670513) -
15
+ [CCI-16870] feat(aifc): spike Post Stream Review toolbar for the New AIFC Editor Experience. Adds
16
+ the new `platform_editor_ai_new_aifc_editor_experience` umbrella gate (renamed from
17
+ `confluence_editor_ai_full_page_staging`) and ships the in-editor Post Stream Review toolbar that
18
+ auto-opens after an AI streaming session ends, with undo / redo / view-changes / segment
19
+ navigation / Ask Rovo / feedback controls. The Take to Staging button is rendered but disabled in
20
+ this spike — full staging-area wiring lands in a follow-up PR (CCI-15904).
21
+
3
22
  ## 88.0.0
4
23
 
5
24
  ### Major Changes
@@ -60,5 +60,13 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
60
60
  platform_editor_table_q4_loveability: false,
61
61
  platform_editor_table_menu_updates: false,
62
62
  platform_editor_core_static_css: false,
63
- 'cwr-modal-ui-refresh': false
63
+ 'cwr-modal-ui-refresh': false,
64
+ // [CCI-15904] New AIFC Editor Experience — AND-gated with
65
+ // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
66
+ // in `editor-plugin-ai/src/ui/utils/new-aifc-experience-enabled.ts`).
67
+ // (afm-ai-pr-review-bot #2) The previous comment incorrectly referenced
68
+ // `platform_editor_ai_replace_doc` as the AND partner; the unrelated
69
+ // `platform_editor_ai_replace_doc: false` override has been removed since
70
+ // it does not gate this feature.
71
+ platform_editor_ai_new_aifc_editor_experience: false
64
72
  };
@@ -2294,5 +2294,26 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2294
2294
  },
2295
2295
  param: 'isEnabled',
2296
2296
  defaultValue: false
2297
+ }),
2298
+ // Added 2026-05-11 — [CCI-15904] New AIFC Editor Experience (Full Page Staging Area + Post Stream Review Toolbar)
2299
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_new_aifc_editor_experience/setup
2300
+ platform_editor_ai_new_aifc_editor_experience: (0, _experimentBuilders.createBooleanExperiment)({
2301
+ productKeys: {
2302
+ confluence: 'platform_editor_ai_new_aifc_editor_experience'
2303
+ },
2304
+ param: 'isEnabled',
2305
+ defaultValue: false
2306
+ }),
2307
+ // Added 2026-06-01
2308
+ // Gates the `GhostIconWave` animation primitive in
2309
+ // `@atlassian/rovo-platform-ui-components` — rendered as a loading cue on
2310
+ // Confluence's 3p-in-CWR (Rovo) surfaces. When off the primitive renders
2311
+ // nothing.
2312
+ confluence_3p_in_cwr_ghost_icons: (0, _experimentBuilders.createBooleanExperiment)({
2313
+ productKeys: {
2314
+ confluence: 'confluence_3p_in_cwr_ghost_icons'
2315
+ },
2316
+ param: 'isEnabled',
2317
+ defaultValue: false
2297
2318
  })
2298
2319
  };
@@ -54,5 +54,13 @@ export const testBooleanOverrides = {
54
54
  platform_editor_table_q4_loveability: false,
55
55
  platform_editor_table_menu_updates: false,
56
56
  platform_editor_core_static_css: false,
57
- 'cwr-modal-ui-refresh': false
57
+ 'cwr-modal-ui-refresh': false,
58
+ // [CCI-15904] New AIFC Editor Experience — AND-gated with
59
+ // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
60
+ // in `editor-plugin-ai/src/ui/utils/new-aifc-experience-enabled.ts`).
61
+ // (afm-ai-pr-review-bot #2) The previous comment incorrectly referenced
62
+ // `platform_editor_ai_replace_doc` as the AND partner; the unrelated
63
+ // `platform_editor_ai_replace_doc: false` override has been removed since
64
+ // it does not gate this feature.
65
+ platform_editor_ai_new_aifc_editor_experience: false
58
66
  };
@@ -2288,5 +2288,26 @@ export const editorExperimentsConfig = {
2288
2288
  },
2289
2289
  param: 'isEnabled',
2290
2290
  defaultValue: false
2291
+ }),
2292
+ // Added 2026-05-11 — [CCI-15904] New AIFC Editor Experience (Full Page Staging Area + Post Stream Review Toolbar)
2293
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_new_aifc_editor_experience/setup
2294
+ platform_editor_ai_new_aifc_editor_experience: createBooleanExperiment({
2295
+ productKeys: {
2296
+ confluence: 'platform_editor_ai_new_aifc_editor_experience'
2297
+ },
2298
+ param: 'isEnabled',
2299
+ defaultValue: false
2300
+ }),
2301
+ // Added 2026-06-01
2302
+ // Gates the `GhostIconWave` animation primitive in
2303
+ // `@atlassian/rovo-platform-ui-components` — rendered as a loading cue on
2304
+ // Confluence's 3p-in-CWR (Rovo) surfaces. When off the primitive renders
2305
+ // nothing.
2306
+ confluence_3p_in_cwr_ghost_icons: createBooleanExperiment({
2307
+ productKeys: {
2308
+ confluence: 'confluence_3p_in_cwr_ghost_icons'
2309
+ },
2310
+ param: 'isEnabled',
2311
+ defaultValue: false
2291
2312
  })
2292
2313
  };
@@ -54,5 +54,13 @@ export var testBooleanOverrides = {
54
54
  platform_editor_table_q4_loveability: false,
55
55
  platform_editor_table_menu_updates: false,
56
56
  platform_editor_core_static_css: false,
57
- 'cwr-modal-ui-refresh': false
57
+ 'cwr-modal-ui-refresh': false,
58
+ // [CCI-15904] New AIFC Editor Experience — AND-gated with
59
+ // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
60
+ // in `editor-plugin-ai/src/ui/utils/new-aifc-experience-enabled.ts`).
61
+ // (afm-ai-pr-review-bot #2) The previous comment incorrectly referenced
62
+ // `platform_editor_ai_replace_doc` as the AND partner; the unrelated
63
+ // `platform_editor_ai_replace_doc: false` override has been removed since
64
+ // it does not gate this feature.
65
+ platform_editor_ai_new_aifc_editor_experience: false
58
66
  };
@@ -2288,5 +2288,26 @@ export var editorExperimentsConfig = {
2288
2288
  },
2289
2289
  param: 'isEnabled',
2290
2290
  defaultValue: false
2291
+ }),
2292
+ // Added 2026-05-11 — [CCI-15904] New AIFC Editor Experience (Full Page Staging Area + Post Stream Review Toolbar)
2293
+ // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_new_aifc_editor_experience/setup
2294
+ platform_editor_ai_new_aifc_editor_experience: createBooleanExperiment({
2295
+ productKeys: {
2296
+ confluence: 'platform_editor_ai_new_aifc_editor_experience'
2297
+ },
2298
+ param: 'isEnabled',
2299
+ defaultValue: false
2300
+ }),
2301
+ // Added 2026-06-01
2302
+ // Gates the `GhostIconWave` animation primitive in
2303
+ // `@atlassian/rovo-platform-ui-components` — rendered as a loading cue on
2304
+ // Confluence's 3p-in-CWR (Rovo) surfaces. When off the primitive renders
2305
+ // nothing.
2306
+ confluence_3p_in_cwr_ghost_icons: createBooleanExperiment({
2307
+ productKeys: {
2308
+ confluence: 'confluence_3p_in_cwr_ghost_icons'
2309
+ },
2310
+ param: 'isEnabled',
2311
+ defaultValue: false
2291
2312
  })
2292
2313
  };
@@ -1682,5 +1682,17 @@ export declare const editorExperimentsConfig: {
1682
1682
  productKeys?: ProductKeys;
1683
1683
  typeGuard: IsBooleanType;
1684
1684
  };
1685
+ platform_editor_ai_new_aifc_editor_experience: {
1686
+ defaultValue: boolean;
1687
+ param: string;
1688
+ productKeys?: ProductKeys;
1689
+ typeGuard: IsBooleanType;
1690
+ };
1691
+ confluence_3p_in_cwr_ghost_icons: {
1692
+ defaultValue: boolean;
1693
+ param: string;
1694
+ productKeys?: ProductKeys;
1695
+ typeGuard: IsBooleanType;
1696
+ };
1685
1697
  };
1686
1698
  export {};
@@ -1682,5 +1682,17 @@ export declare const editorExperimentsConfig: {
1682
1682
  productKeys?: ProductKeys;
1683
1683
  typeGuard: IsBooleanType;
1684
1684
  };
1685
+ platform_editor_ai_new_aifc_editor_experience: {
1686
+ defaultValue: boolean;
1687
+ param: string;
1688
+ productKeys?: ProductKeys;
1689
+ typeGuard: IsBooleanType;
1690
+ };
1691
+ confluence_3p_in_cwr_ghost_icons: {
1692
+ defaultValue: boolean;
1693
+ param: string;
1694
+ productKeys?: ProductKeys;
1695
+ typeGuard: IsBooleanType;
1696
+ };
1685
1697
  };
1686
1698
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "88.0.0",
3
+ "version": "88.1.1",
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",