@atlaskit/tmp-editor-statsig 12.24.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 +7 -0
- package/dist/cjs/exp-test-overrides.js +1 -0
- package/dist/cjs/experiments-config.js +9 -0
- package/dist/es2019/exp-test-overrides.js +1 -0
- package/dist/es2019/experiments-config.js +9 -0
- package/dist/esm/exp-test-overrides.js +1 -0
- package/dist/esm/experiments-config.js +9 -0
- package/dist/types/experiments-config.d.ts +7 -0
- package/dist/types-ts4.5/experiments-config.d.ts +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 12.24.0
|
|
4
11
|
|
|
5
12
|
### 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',
|
|
@@ -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',
|
|
@@ -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',
|
|
@@ -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