@atlaskit/tmp-editor-statsig 12.23.0 → 12.25.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`3463fb9dbb744`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3463fb9dbb744) -
8
+ [ux] Add experiment for new compact mode
9
+
10
+ ## 12.24.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`e24c73c66f022`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e24c73c66f022) -
15
+ [ux] ED-29268 [SoftServ] Toolbar doesn’t move with text when text alignment change
16
+
3
17
  ## 12.23.0
4
18
 
5
19
  ### 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',
@@ -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',
@@ -997,5 +1006,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
997
1006
  },
998
1007
  param: 'isEnabled',
999
1008
  defaultValue: false
1009
+ }),
1010
+ // Added 2025-09-15
1011
+ platform_editor_toolbar_aifc_patch_5: (0, _experimentBuilders.createBooleanExperiment)({
1012
+ productKeys: {
1013
+ confluence: 'platform_editor_toolbar_aifc_patch_5'
1014
+ },
1015
+ param: 'isEnabled',
1016
+ defaultValue: false
1000
1017
  })
1001
1018
  };
@@ -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',
@@ -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',
@@ -991,5 +1000,13 @@ export const editorExperimentsConfig = {
991
1000
  },
992
1001
  param: 'isEnabled',
993
1002
  defaultValue: false
1003
+ }),
1004
+ // Added 2025-09-15
1005
+ platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
1006
+ productKeys: {
1007
+ confluence: 'platform_editor_toolbar_aifc_patch_5'
1008
+ },
1009
+ param: 'isEnabled',
1010
+ defaultValue: false
994
1011
  })
995
1012
  };
@@ -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',
@@ -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',
@@ -991,5 +1000,13 @@ export var editorExperimentsConfig = {
991
1000
  },
992
1001
  param: 'isEnabled',
993
1002
  defaultValue: false
1003
+ }),
1004
+ // Added 2025-09-15
1005
+ platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
1006
+ productKeys: {
1007
+ confluence: 'platform_editor_toolbar_aifc_patch_5'
1008
+ },
1009
+ param: 'isEnabled',
1010
+ defaultValue: false
994
1011
  })
995
1012
  };
@@ -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;
@@ -732,4 +739,10 @@ export declare const editorExperimentsConfig: {
732
739
  param: string;
733
740
  productKeys?: import("./types").ProductKeys;
734
741
  };
742
+ platform_editor_toolbar_aifc_patch_5: {
743
+ typeGuard: typeof import("./type-guards").isBoolean;
744
+ defaultValue: boolean;
745
+ param: string;
746
+ productKeys?: import("./types").ProductKeys;
747
+ };
735
748
  };
@@ -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;
@@ -732,4 +739,10 @@ export declare const editorExperimentsConfig: {
732
739
  param: string;
733
740
  productKeys?: import("./types").ProductKeys;
734
741
  };
742
+ platform_editor_toolbar_aifc_patch_5: {
743
+ typeGuard: typeof import("./type-guards").isBoolean;
744
+ defaultValue: boolean;
745
+ param: string;
746
+ productKeys?: import("./types").ProductKeys;
747
+ };
735
748
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.23.0",
3
+ "version": "12.25.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",