@atlaskit/tmp-editor-statsig 20.1.0 → 20.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 +19 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +16 -15
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +16 -15
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +16 -15
- package/dist/types/experiments-config.d.ts +12 -12
- package/dist/types-ts4.5/experiments-config.d.ts +12 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 20.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0a4441336cdd0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a4441336cdd0) -
|
|
8
|
+
Add platform_editor_toolbar_aifc_use_editor_typography experiment, and use editor custom
|
|
9
|
+
typography tokens in dropdown menus
|
|
10
|
+
- [`c986619215b4c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c986619215b4c) -
|
|
11
|
+
Cleanup minor AIFC flags
|
|
12
|
+
|
|
13
|
+
## 20.2.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- [`9da7abaf781fa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9da7abaf781fa) -
|
|
18
|
+
[ux] clean up platform_editor_text_highlight_padding
|
|
19
|
+
- [`508384bef9a9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/508384bef9a9b) -
|
|
20
|
+
[EDITOR-4774] add experiment to config
|
|
21
|
+
|
|
3
22
|
## 20.1.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -52,7 +52,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
52
52
|
platform_editor_find_and_replace_improvements: false,
|
|
53
53
|
platform_editor_toggle_expand_on_match_found: false,
|
|
54
54
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
55
|
-
platform_editor_text_highlight_padding: false,
|
|
56
55
|
confluence_compact_text_format: false,
|
|
57
56
|
confluence_ttvc_inline_extensions: false
|
|
58
57
|
};
|
|
@@ -803,13 +803,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
803
803
|
param: 'isEnabled',
|
|
804
804
|
defaultValue: false
|
|
805
805
|
}),
|
|
806
|
-
platform_editor_ai_update_set_attrs_selection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
807
|
-
productKeys: {
|
|
808
|
-
confluence: 'platform_editor_ai_update_set_attrs_selection'
|
|
809
|
-
},
|
|
810
|
-
param: 'isEnabled',
|
|
811
|
-
defaultValue: false
|
|
812
|
-
}),
|
|
813
806
|
// Added 2025-09-08
|
|
814
807
|
platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
815
808
|
productKeys: {
|
|
@@ -859,14 +852,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
859
852
|
param: 'isEnabled',
|
|
860
853
|
defaultValue: false
|
|
861
854
|
}),
|
|
862
|
-
// Added 2025-09-15
|
|
863
|
-
platform_editor_text_highlight_padding: (0, _experimentBuilders.createBooleanExperiment)({
|
|
864
|
-
productKeys: {
|
|
865
|
-
confluence: 'platform_editor_text_highlight_padding'
|
|
866
|
-
},
|
|
867
|
-
param: 'isEnabled',
|
|
868
|
-
defaultValue: false
|
|
869
|
-
}),
|
|
870
855
|
// Added 2025-10-24
|
|
871
856
|
platform_editor_lovability_user_intent: (0, _experimentBuilders.createBooleanExperiment)({
|
|
872
857
|
productKeys: {
|
|
@@ -1093,6 +1078,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1093
1078
|
param: 'isEnabled',
|
|
1094
1079
|
defaultValue: false
|
|
1095
1080
|
}),
|
|
1081
|
+
platform_editor_toolbar_aifc_use_editor_typography: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1082
|
+
productKeys: {
|
|
1083
|
+
confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
|
|
1084
|
+
jira: 'platform_editor_toolbar_aifc_use_editor_typography'
|
|
1085
|
+
},
|
|
1086
|
+
param: 'isEnabled',
|
|
1087
|
+
defaultValue: false
|
|
1088
|
+
}),
|
|
1096
1089
|
// Added 2025-12-30
|
|
1097
1090
|
platform_editor_table_sticky_header_patch_9: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1098
1091
|
productKeys: {
|
|
@@ -1309,5 +1302,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1309
1302
|
},
|
|
1310
1303
|
param: 'isEnabled',
|
|
1311
1304
|
defaultValue: false
|
|
1305
|
+
}),
|
|
1306
|
+
// Added 2026-02-04
|
|
1307
|
+
platform_editor_emoji_tooltips_on_hover: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1308
|
+
productKeys: {
|
|
1309
|
+
confluence: 'platform_editor_emoji_tooltips_on_hover'
|
|
1310
|
+
},
|
|
1311
|
+
param: 'isEnabled',
|
|
1312
|
+
defaultValue: false
|
|
1312
1313
|
})
|
|
1313
1314
|
};
|
|
@@ -46,7 +46,6 @@ export const testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_find_and_replace_improvements: false,
|
|
47
47
|
platform_editor_toggle_expand_on_match_found: false,
|
|
48
48
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
49
|
-
platform_editor_text_highlight_padding: false,
|
|
50
49
|
confluence_compact_text_format: false,
|
|
51
50
|
confluence_ttvc_inline_extensions: false
|
|
52
51
|
};
|
|
@@ -797,13 +797,6 @@ export const editorExperimentsConfig = {
|
|
|
797
797
|
param: 'isEnabled',
|
|
798
798
|
defaultValue: false
|
|
799
799
|
}),
|
|
800
|
-
platform_editor_ai_update_set_attrs_selection: createBooleanExperiment({
|
|
801
|
-
productKeys: {
|
|
802
|
-
confluence: 'platform_editor_ai_update_set_attrs_selection'
|
|
803
|
-
},
|
|
804
|
-
param: 'isEnabled',
|
|
805
|
-
defaultValue: false
|
|
806
|
-
}),
|
|
807
800
|
// Added 2025-09-08
|
|
808
801
|
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
809
802
|
productKeys: {
|
|
@@ -853,14 +846,6 @@ export const editorExperimentsConfig = {
|
|
|
853
846
|
param: 'isEnabled',
|
|
854
847
|
defaultValue: false
|
|
855
848
|
}),
|
|
856
|
-
// Added 2025-09-15
|
|
857
|
-
platform_editor_text_highlight_padding: createBooleanExperiment({
|
|
858
|
-
productKeys: {
|
|
859
|
-
confluence: 'platform_editor_text_highlight_padding'
|
|
860
|
-
},
|
|
861
|
-
param: 'isEnabled',
|
|
862
|
-
defaultValue: false
|
|
863
|
-
}),
|
|
864
849
|
// Added 2025-10-24
|
|
865
850
|
platform_editor_lovability_user_intent: createBooleanExperiment({
|
|
866
851
|
productKeys: {
|
|
@@ -1087,6 +1072,14 @@ export const editorExperimentsConfig = {
|
|
|
1087
1072
|
param: 'isEnabled',
|
|
1088
1073
|
defaultValue: false
|
|
1089
1074
|
}),
|
|
1075
|
+
platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
|
|
1076
|
+
productKeys: {
|
|
1077
|
+
confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
|
|
1078
|
+
jira: 'platform_editor_toolbar_aifc_use_editor_typography'
|
|
1079
|
+
},
|
|
1080
|
+
param: 'isEnabled',
|
|
1081
|
+
defaultValue: false
|
|
1082
|
+
}),
|
|
1090
1083
|
// Added 2025-12-30
|
|
1091
1084
|
platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
|
|
1092
1085
|
productKeys: {
|
|
@@ -1303,5 +1296,13 @@ export const editorExperimentsConfig = {
|
|
|
1303
1296
|
},
|
|
1304
1297
|
param: 'isEnabled',
|
|
1305
1298
|
defaultValue: false
|
|
1299
|
+
}),
|
|
1300
|
+
// Added 2026-02-04
|
|
1301
|
+
platform_editor_emoji_tooltips_on_hover: createBooleanExperiment({
|
|
1302
|
+
productKeys: {
|
|
1303
|
+
confluence: 'platform_editor_emoji_tooltips_on_hover'
|
|
1304
|
+
},
|
|
1305
|
+
param: 'isEnabled',
|
|
1306
|
+
defaultValue: false
|
|
1306
1307
|
})
|
|
1307
1308
|
};
|
|
@@ -46,7 +46,6 @@ export var testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_find_and_replace_improvements: false,
|
|
47
47
|
platform_editor_toggle_expand_on_match_found: false,
|
|
48
48
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
49
|
-
platform_editor_text_highlight_padding: false,
|
|
50
49
|
confluence_compact_text_format: false,
|
|
51
50
|
confluence_ttvc_inline_extensions: false
|
|
52
51
|
};
|
|
@@ -797,13 +797,6 @@ export var editorExperimentsConfig = {
|
|
|
797
797
|
param: 'isEnabled',
|
|
798
798
|
defaultValue: false
|
|
799
799
|
}),
|
|
800
|
-
platform_editor_ai_update_set_attrs_selection: createBooleanExperiment({
|
|
801
|
-
productKeys: {
|
|
802
|
-
confluence: 'platform_editor_ai_update_set_attrs_selection'
|
|
803
|
-
},
|
|
804
|
-
param: 'isEnabled',
|
|
805
|
-
defaultValue: false
|
|
806
|
-
}),
|
|
807
800
|
// Added 2025-09-08
|
|
808
801
|
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
809
802
|
productKeys: {
|
|
@@ -853,14 +846,6 @@ export var editorExperimentsConfig = {
|
|
|
853
846
|
param: 'isEnabled',
|
|
854
847
|
defaultValue: false
|
|
855
848
|
}),
|
|
856
|
-
// Added 2025-09-15
|
|
857
|
-
platform_editor_text_highlight_padding: createBooleanExperiment({
|
|
858
|
-
productKeys: {
|
|
859
|
-
confluence: 'platform_editor_text_highlight_padding'
|
|
860
|
-
},
|
|
861
|
-
param: 'isEnabled',
|
|
862
|
-
defaultValue: false
|
|
863
|
-
}),
|
|
864
849
|
// Added 2025-10-24
|
|
865
850
|
platform_editor_lovability_user_intent: createBooleanExperiment({
|
|
866
851
|
productKeys: {
|
|
@@ -1087,6 +1072,14 @@ export var editorExperimentsConfig = {
|
|
|
1087
1072
|
param: 'isEnabled',
|
|
1088
1073
|
defaultValue: false
|
|
1089
1074
|
}),
|
|
1075
|
+
platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
|
|
1076
|
+
productKeys: {
|
|
1077
|
+
confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
|
|
1078
|
+
jira: 'platform_editor_toolbar_aifc_use_editor_typography'
|
|
1079
|
+
},
|
|
1080
|
+
param: 'isEnabled',
|
|
1081
|
+
defaultValue: false
|
|
1082
|
+
}),
|
|
1090
1083
|
// Added 2025-12-30
|
|
1091
1084
|
platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
|
|
1092
1085
|
productKeys: {
|
|
@@ -1303,5 +1296,13 @@ export var editorExperimentsConfig = {
|
|
|
1303
1296
|
},
|
|
1304
1297
|
param: 'isEnabled',
|
|
1305
1298
|
defaultValue: false
|
|
1299
|
+
}),
|
|
1300
|
+
// Added 2026-02-04
|
|
1301
|
+
platform_editor_emoji_tooltips_on_hover: createBooleanExperiment({
|
|
1302
|
+
productKeys: {
|
|
1303
|
+
confluence: 'platform_editor_emoji_tooltips_on_hover'
|
|
1304
|
+
},
|
|
1305
|
+
param: 'isEnabled',
|
|
1306
|
+
defaultValue: false
|
|
1306
1307
|
})
|
|
1307
1308
|
};
|
|
@@ -363,12 +363,6 @@ export declare const editorExperimentsConfig: {
|
|
|
363
363
|
productKeys?: ProductKeys;
|
|
364
364
|
typeGuard: IsBooleanType;
|
|
365
365
|
};
|
|
366
|
-
platform_editor_ai_update_set_attrs_selection: {
|
|
367
|
-
defaultValue: boolean;
|
|
368
|
-
param: string;
|
|
369
|
-
productKeys?: ProductKeys;
|
|
370
|
-
typeGuard: IsBooleanType;
|
|
371
|
-
};
|
|
372
366
|
platform_editor_element_drag_and_drop_multiselect: {
|
|
373
367
|
defaultValue: boolean;
|
|
374
368
|
param: string;
|
|
@@ -629,12 +623,6 @@ export declare const editorExperimentsConfig: {
|
|
|
629
623
|
productKeys?: ProductKeys;
|
|
630
624
|
typeGuard: IsBooleanType;
|
|
631
625
|
};
|
|
632
|
-
platform_editor_text_highlight_padding: {
|
|
633
|
-
defaultValue: boolean;
|
|
634
|
-
param: string;
|
|
635
|
-
productKeys?: ProductKeys;
|
|
636
|
-
typeGuard: IsBooleanType;
|
|
637
|
-
};
|
|
638
626
|
platform_editor_toggle_expand_on_match_found: {
|
|
639
627
|
defaultValue: boolean;
|
|
640
628
|
param: string;
|
|
@@ -813,6 +801,12 @@ export declare const editorExperimentsConfig: {
|
|
|
813
801
|
productKeys?: ProductKeys;
|
|
814
802
|
typeGuard: IsBooleanType;
|
|
815
803
|
};
|
|
804
|
+
platform_editor_toolbar_aifc_use_editor_typography: {
|
|
805
|
+
defaultValue: boolean;
|
|
806
|
+
param: string;
|
|
807
|
+
productKeys?: ProductKeys;
|
|
808
|
+
typeGuard: IsBooleanType;
|
|
809
|
+
};
|
|
816
810
|
platform_editor_localid_ime_composition_fix: {
|
|
817
811
|
defaultValue: boolean;
|
|
818
812
|
param: string;
|
|
@@ -969,5 +963,11 @@ export declare const editorExperimentsConfig: {
|
|
|
969
963
|
productKeys?: ProductKeys;
|
|
970
964
|
typeGuard: IsBooleanType;
|
|
971
965
|
};
|
|
966
|
+
platform_editor_emoji_tooltips_on_hover: {
|
|
967
|
+
defaultValue: boolean;
|
|
968
|
+
param: string;
|
|
969
|
+
productKeys?: ProductKeys;
|
|
970
|
+
typeGuard: IsBooleanType;
|
|
971
|
+
};
|
|
972
972
|
};
|
|
973
973
|
export {};
|
|
@@ -363,12 +363,6 @@ export declare const editorExperimentsConfig: {
|
|
|
363
363
|
productKeys?: ProductKeys;
|
|
364
364
|
typeGuard: IsBooleanType;
|
|
365
365
|
};
|
|
366
|
-
platform_editor_ai_update_set_attrs_selection: {
|
|
367
|
-
defaultValue: boolean;
|
|
368
|
-
param: string;
|
|
369
|
-
productKeys?: ProductKeys;
|
|
370
|
-
typeGuard: IsBooleanType;
|
|
371
|
-
};
|
|
372
366
|
platform_editor_element_drag_and_drop_multiselect: {
|
|
373
367
|
defaultValue: boolean;
|
|
374
368
|
param: string;
|
|
@@ -629,12 +623,6 @@ export declare const editorExperimentsConfig: {
|
|
|
629
623
|
productKeys?: ProductKeys;
|
|
630
624
|
typeGuard: IsBooleanType;
|
|
631
625
|
};
|
|
632
|
-
platform_editor_text_highlight_padding: {
|
|
633
|
-
defaultValue: boolean;
|
|
634
|
-
param: string;
|
|
635
|
-
productKeys?: ProductKeys;
|
|
636
|
-
typeGuard: IsBooleanType;
|
|
637
|
-
};
|
|
638
626
|
platform_editor_toggle_expand_on_match_found: {
|
|
639
627
|
defaultValue: boolean;
|
|
640
628
|
param: string;
|
|
@@ -813,6 +801,12 @@ export declare const editorExperimentsConfig: {
|
|
|
813
801
|
productKeys?: ProductKeys;
|
|
814
802
|
typeGuard: IsBooleanType;
|
|
815
803
|
};
|
|
804
|
+
platform_editor_toolbar_aifc_use_editor_typography: {
|
|
805
|
+
defaultValue: boolean;
|
|
806
|
+
param: string;
|
|
807
|
+
productKeys?: ProductKeys;
|
|
808
|
+
typeGuard: IsBooleanType;
|
|
809
|
+
};
|
|
816
810
|
platform_editor_localid_ime_composition_fix: {
|
|
817
811
|
defaultValue: boolean;
|
|
818
812
|
param: string;
|
|
@@ -969,5 +963,11 @@ export declare const editorExperimentsConfig: {
|
|
|
969
963
|
productKeys?: ProductKeys;
|
|
970
964
|
typeGuard: IsBooleanType;
|
|
971
965
|
};
|
|
966
|
+
platform_editor_emoji_tooltips_on_hover: {
|
|
967
|
+
defaultValue: boolean;
|
|
968
|
+
param: string;
|
|
969
|
+
productKeys?: ProductKeys;
|
|
970
|
+
typeGuard: IsBooleanType;
|
|
971
|
+
};
|
|
972
972
|
};
|
|
973
973
|
export {};
|
package/package.json
CHANGED