@atlaskit/tmp-editor-statsig 12.24.0 → 12.25.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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.25.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6b6eca9cee16d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b6eca9cee16d) -
8
+ Switch from platform_editor_preview_panel_responsiveness to confluence_preview_panels_exp to roll
9
+ out to GA under Confluence experiment.
10
+ - Updated dependencies
11
+
12
+ ## 12.25.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`3463fb9dbb744`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3463fb9dbb744) -
17
+ [ux] Add experiment for new compact mode
18
+
3
19
  ## 12.24.0
4
20
 
5
21
  ### Minor Changes
@@ -14,6 +14,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
14
14
  cc_editor_interactions_trigger_traceufointeraction: 'control',
15
15
  platform_editor_insertion: 'control',
16
16
  editor_ai_inline_suggestion_date_v2: 'control',
17
+ cc_editor_ai_content_mode: 'control',
17
18
  platform_editor_add_orange_highlight_color: 'control',
18
19
  platform_editor_ai_iw_adf_streaming: 'control',
19
20
  platform_editor_ai_non_iw_adf_streaming: 'control',
@@ -542,7 +542,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
542
542
  // Added 2025-07-15
543
543
  platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
544
544
  productKeys: {
545
- confluence: 'platform_editor_preview_panel_responsiveness'
545
+ confluence: 'confluence_preview_panels_exp'
546
546
  },
547
547
  param: 'isEnabled',
548
548
  defaultValue: false
@@ -900,6 +900,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
900
900
  defaultValue: false
901
901
  }),
902
902
  // Added 2025-09-01
903
+ cc_editor_ai_content_mode: (0, _experimentBuilders.createMultivariateExperiment)({
904
+ productKeys: {
905
+ confluence: 'cc_editor_ai_content_mode'
906
+ },
907
+ param: 'variant',
908
+ values: ['control', 'test'],
909
+ defaultValue: 'control'
910
+ }),
911
+ // Added 2025-09-01
903
912
  platform_editor_toolbar_aifc_patch_2: (0, _experimentBuilders.createBooleanExperiment)({
904
913
  productKeys: {
905
914
  confluence: 'platform_editor_toolbar_aifc_patch_2',
@@ -8,6 +8,7 @@ export const testMultivariateOverrides = {
8
8
  cc_editor_interactions_trigger_traceufointeraction: 'control',
9
9
  platform_editor_insertion: 'control',
10
10
  editor_ai_inline_suggestion_date_v2: 'control',
11
+ cc_editor_ai_content_mode: 'control',
11
12
  platform_editor_add_orange_highlight_color: 'control',
12
13
  platform_editor_ai_iw_adf_streaming: 'control',
13
14
  platform_editor_ai_non_iw_adf_streaming: 'control',
@@ -536,7 +536,7 @@ export const editorExperimentsConfig = {
536
536
  // Added 2025-07-15
537
537
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
538
538
  productKeys: {
539
- confluence: 'platform_editor_preview_panel_responsiveness'
539
+ confluence: 'confluence_preview_panels_exp'
540
540
  },
541
541
  param: 'isEnabled',
542
542
  defaultValue: false
@@ -894,6 +894,15 @@ export const editorExperimentsConfig = {
894
894
  defaultValue: false
895
895
  }),
896
896
  // Added 2025-09-01
897
+ cc_editor_ai_content_mode: createMultivariateExperiment({
898
+ productKeys: {
899
+ confluence: 'cc_editor_ai_content_mode'
900
+ },
901
+ param: 'variant',
902
+ values: ['control', 'test'],
903
+ defaultValue: 'control'
904
+ }),
905
+ // Added 2025-09-01
897
906
  platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
898
907
  productKeys: {
899
908
  confluence: 'platform_editor_toolbar_aifc_patch_2',
@@ -8,6 +8,7 @@ export var testMultivariateOverrides = {
8
8
  cc_editor_interactions_trigger_traceufointeraction: 'control',
9
9
  platform_editor_insertion: 'control',
10
10
  editor_ai_inline_suggestion_date_v2: 'control',
11
+ cc_editor_ai_content_mode: 'control',
11
12
  platform_editor_add_orange_highlight_color: 'control',
12
13
  platform_editor_ai_iw_adf_streaming: 'control',
13
14
  platform_editor_ai_non_iw_adf_streaming: 'control',
@@ -536,7 +536,7 @@ export var editorExperimentsConfig = {
536
536
  // Added 2025-07-15
537
537
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
538
538
  productKeys: {
539
- confluence: 'platform_editor_preview_panel_responsiveness'
539
+ confluence: 'confluence_preview_panels_exp'
540
540
  },
541
541
  param: 'isEnabled',
542
542
  defaultValue: false
@@ -894,6 +894,15 @@ export var editorExperimentsConfig = {
894
894
  defaultValue: false
895
895
  }),
896
896
  // Added 2025-09-01
897
+ cc_editor_ai_content_mode: createMultivariateExperiment({
898
+ productKeys: {
899
+ confluence: 'cc_editor_ai_content_mode'
900
+ },
901
+ param: 'variant',
902
+ values: ['control', 'test'],
903
+ defaultValue: 'control'
904
+ }),
905
+ // Added 2025-09-01
897
906
  platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
898
907
  productKeys: {
899
908
  confluence: 'platform_editor_toolbar_aifc_patch_2',
@@ -660,6 +660,13 @@ export declare const editorExperimentsConfig: {
660
660
  param: string;
661
661
  productKeys?: import("./types").ProductKeys;
662
662
  };
663
+ cc_editor_ai_content_mode: {
664
+ values: ("test" | "control")[];
665
+ typeGuard: (value: unknown) => value is "test" | "control";
666
+ defaultValue: "test" | "control";
667
+ param: string;
668
+ productKeys?: import("./types").ProductKeys;
669
+ };
663
670
  platform_editor_toolbar_aifc_patch_2: {
664
671
  typeGuard: typeof import("./type-guards").isBoolean;
665
672
  defaultValue: boolean;
@@ -660,6 +660,13 @@ export declare const editorExperimentsConfig: {
660
660
  param: string;
661
661
  productKeys?: import("./types").ProductKeys;
662
662
  };
663
+ cc_editor_ai_content_mode: {
664
+ values: ("test" | "control")[];
665
+ typeGuard: (value: unknown) => value is "test" | "control";
666
+ defaultValue: "test" | "control";
667
+ param: string;
668
+ productKeys?: import("./types").ProductKeys;
669
+ };
663
670
  platform_editor_toolbar_aifc_patch_2: {
664
671
  typeGuard: typeof import("./type-guards").isBoolean;
665
672
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.24.0",
3
+ "version": "12.25.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",