@atlaskit/tmp-editor-statsig 54.2.0 → 54.4.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 +35 -0
- package/dist/cjs/exp-test-overrides.js +3 -1
- package/dist/cjs/experiments-config.js +42 -0
- package/dist/es2019/exp-test-overrides.js +3 -1
- package/dist/es2019/experiments-config.js +42 -0
- package/dist/esm/exp-test-overrides.js +3 -1
- package/dist/esm/experiments-config.js +42 -0
- package/dist/types/experiments-config.d.ts +31 -0
- package/dist/types-ts4.5/experiments-config.d.ts +31 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 54.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`fb96753c1753e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fb96753c1753e) -
|
|
8
|
+
[ux] Introduce adjustable layout column drag handle and update logic behind
|
|
9
|
+
platform_editor_layout_column_resize_handle experiment
|
|
10
|
+
- [`79d61c73ffcaa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79d61c73ffcaa) -
|
|
11
|
+
Add expsoure for add CWR to quick insert menu experiment.
|
|
12
|
+
- [`36aa4e6236ba8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/36aa4e6236ba8) -
|
|
13
|
+
Migrate @atlaskit/onboarding to @atlaskit/spotlight, gate pulse removal behind
|
|
14
|
+
platform_editor_spotlight_migration experiment. Remove dead spotlight config code from floating
|
|
15
|
+
toolbar.
|
|
16
|
+
- [`78762fbea5fd4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/78762fbea5fd4) -
|
|
17
|
+
Add platform_sl_3p_preauth_better_hovercard flag
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [`b5cff2f520366`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5cff2f520366) -
|
|
22
|
+
[EDITOR-6195] updated xstate migration feature gate to an experiment gate
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
25
|
+
## 54.3.0
|
|
26
|
+
|
|
27
|
+
### Minor Changes
|
|
28
|
+
|
|
29
|
+
- [`2e8697decd076`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e8697decd076) -
|
|
30
|
+
Migrate @atlaskit/onboarding to @atlaskit/spotlight, gate pulse removal behind
|
|
31
|
+
platform_editor_spotlight_migration experiment. Remove dead spotlight config code from floating
|
|
32
|
+
toolbar.
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies
|
|
37
|
+
|
|
3
38
|
## 54.2.0
|
|
4
39
|
|
|
5
40
|
### Minor Changes
|
|
@@ -14,10 +14,12 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
14
14
|
cc_editor_insm_outlier_events: 'test',
|
|
15
15
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
16
16
|
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
17
|
-
cc_fd_db_top_editor_toolbar: 'control'
|
|
17
|
+
cc_fd_db_top_editor_toolbar: 'control',
|
|
18
|
+
cc_fd_cwr_quick_insert: 'control'
|
|
18
19
|
};
|
|
19
20
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
20
21
|
platform_sl_3p_auth_rovo_action: false,
|
|
22
|
+
platform_sl_3p_preauth_better_hovercard: true,
|
|
21
23
|
cwr_blank_object_experiment: false,
|
|
22
24
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
23
25
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -1091,6 +1091,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1091
1091
|
param: 'isEnabled',
|
|
1092
1092
|
defaultValue: false
|
|
1093
1093
|
}),
|
|
1094
|
+
// Added 2026-03-27 — Pre-auth unauthorised inline hover card UX
|
|
1095
|
+
platform_sl_3p_preauth_better_hovercard: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1096
|
+
productKeys: {
|
|
1097
|
+
confluence: 'platform_sl_3p_preauth_better_hovercard',
|
|
1098
|
+
jira: 'platform_sl_3p_preauth_better_hovercard'
|
|
1099
|
+
},
|
|
1100
|
+
param: 'isEnabled',
|
|
1101
|
+
defaultValue: false
|
|
1102
|
+
}),
|
|
1094
1103
|
// Added 2025-01-23
|
|
1095
1104
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1096
1105
|
productKeys: {
|
|
@@ -1331,6 +1340,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1331
1340
|
values: ['control', 'new-description', 'orig-description'],
|
|
1332
1341
|
defaultValue: 'control'
|
|
1333
1342
|
}),
|
|
1343
|
+
// Added 2026-04-02 - CFFD-2139
|
|
1344
|
+
cc_fd_cwr_quick_insert: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1345
|
+
productKeys: {
|
|
1346
|
+
confluence: 'cc_fd_cwr_quick_insert'
|
|
1347
|
+
},
|
|
1348
|
+
param: 'cohort',
|
|
1349
|
+
values: ['control', 'slot-four', 'slot-two'],
|
|
1350
|
+
defaultValue: 'control'
|
|
1351
|
+
}),
|
|
1334
1352
|
// Added 2026-02-05 - A11Y-10416
|
|
1335
1353
|
editor_a11y_role_textbox: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1336
1354
|
productKeys: {
|
|
@@ -1887,6 +1905,22 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1887
1905
|
param: 'isEnabled',
|
|
1888
1906
|
defaultValue: false
|
|
1889
1907
|
}),
|
|
1908
|
+
// Added 2026-03-30
|
|
1909
|
+
platform_editor_spotlight_migration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1910
|
+
productKeys: {
|
|
1911
|
+
confluence: 'platform_editor_spotlight_migration'
|
|
1912
|
+
},
|
|
1913
|
+
param: 'isEnabled',
|
|
1914
|
+
defaultValue: false
|
|
1915
|
+
}),
|
|
1916
|
+
// Added 2026-03-30
|
|
1917
|
+
platform_editor_ai_xstate_migration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1918
|
+
productKeys: {
|
|
1919
|
+
confluence: 'platform_editor_ai_xstate_migration'
|
|
1920
|
+
},
|
|
1921
|
+
param: 'isEnabled',
|
|
1922
|
+
defaultValue: false
|
|
1923
|
+
}),
|
|
1890
1924
|
// Added 2026-03-31
|
|
1891
1925
|
platform_editor_dnd_accessibility_fixes_expand: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1892
1926
|
productKeys: {
|
|
@@ -1895,6 +1929,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1895
1929
|
param: 'isEnabled',
|
|
1896
1930
|
defaultValue: false
|
|
1897
1931
|
}),
|
|
1932
|
+
// Added 2026-04-01
|
|
1933
|
+
platform_editor_layout_column_resize_handle: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1934
|
+
productKeys: {
|
|
1935
|
+
confluence: 'platform_editor_layout_column_resize_handle'
|
|
1936
|
+
},
|
|
1937
|
+
param: 'isEnabled',
|
|
1938
|
+
defaultValue: false
|
|
1939
|
+
}),
|
|
1898
1940
|
// Added 2026-03-31
|
|
1899
1941
|
platform_editor_lovability_distribute_column_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1900
1942
|
productKeys: {
|
|
@@ -8,10 +8,12 @@ export const testMultivariateOverrides = {
|
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
10
|
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
11
|
-
cc_fd_db_top_editor_toolbar: 'control'
|
|
11
|
+
cc_fd_db_top_editor_toolbar: 'control',
|
|
12
|
+
cc_fd_cwr_quick_insert: 'control'
|
|
12
13
|
};
|
|
13
14
|
export const testBooleanOverrides = {
|
|
14
15
|
platform_sl_3p_auth_rovo_action: false,
|
|
16
|
+
platform_sl_3p_preauth_better_hovercard: true,
|
|
15
17
|
cwr_blank_object_experiment: false,
|
|
16
18
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
17
19
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -1085,6 +1085,15 @@ export const editorExperimentsConfig = {
|
|
|
1085
1085
|
param: 'isEnabled',
|
|
1086
1086
|
defaultValue: false
|
|
1087
1087
|
}),
|
|
1088
|
+
// Added 2026-03-27 — Pre-auth unauthorised inline hover card UX
|
|
1089
|
+
platform_sl_3p_preauth_better_hovercard: createBooleanExperiment({
|
|
1090
|
+
productKeys: {
|
|
1091
|
+
confluence: 'platform_sl_3p_preauth_better_hovercard',
|
|
1092
|
+
jira: 'platform_sl_3p_preauth_better_hovercard'
|
|
1093
|
+
},
|
|
1094
|
+
param: 'isEnabled',
|
|
1095
|
+
defaultValue: false
|
|
1096
|
+
}),
|
|
1088
1097
|
// Added 2025-01-23
|
|
1089
1098
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
|
|
1090
1099
|
productKeys: {
|
|
@@ -1325,6 +1334,15 @@ export const editorExperimentsConfig = {
|
|
|
1325
1334
|
values: ['control', 'new-description', 'orig-description'],
|
|
1326
1335
|
defaultValue: 'control'
|
|
1327
1336
|
}),
|
|
1337
|
+
// Added 2026-04-02 - CFFD-2139
|
|
1338
|
+
cc_fd_cwr_quick_insert: createMultivariateExperiment({
|
|
1339
|
+
productKeys: {
|
|
1340
|
+
confluence: 'cc_fd_cwr_quick_insert'
|
|
1341
|
+
},
|
|
1342
|
+
param: 'cohort',
|
|
1343
|
+
values: ['control', 'slot-four', 'slot-two'],
|
|
1344
|
+
defaultValue: 'control'
|
|
1345
|
+
}),
|
|
1328
1346
|
// Added 2026-02-05 - A11Y-10416
|
|
1329
1347
|
editor_a11y_role_textbox: createBooleanExperiment({
|
|
1330
1348
|
productKeys: {
|
|
@@ -1881,6 +1899,22 @@ export const editorExperimentsConfig = {
|
|
|
1881
1899
|
param: 'isEnabled',
|
|
1882
1900
|
defaultValue: false
|
|
1883
1901
|
}),
|
|
1902
|
+
// Added 2026-03-30
|
|
1903
|
+
platform_editor_spotlight_migration: createBooleanExperiment({
|
|
1904
|
+
productKeys: {
|
|
1905
|
+
confluence: 'platform_editor_spotlight_migration'
|
|
1906
|
+
},
|
|
1907
|
+
param: 'isEnabled',
|
|
1908
|
+
defaultValue: false
|
|
1909
|
+
}),
|
|
1910
|
+
// Added 2026-03-30
|
|
1911
|
+
platform_editor_ai_xstate_migration: createBooleanExperiment({
|
|
1912
|
+
productKeys: {
|
|
1913
|
+
confluence: 'platform_editor_ai_xstate_migration'
|
|
1914
|
+
},
|
|
1915
|
+
param: 'isEnabled',
|
|
1916
|
+
defaultValue: false
|
|
1917
|
+
}),
|
|
1884
1918
|
// Added 2026-03-31
|
|
1885
1919
|
platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
|
|
1886
1920
|
productKeys: {
|
|
@@ -1889,6 +1923,14 @@ export const editorExperimentsConfig = {
|
|
|
1889
1923
|
param: 'isEnabled',
|
|
1890
1924
|
defaultValue: false
|
|
1891
1925
|
}),
|
|
1926
|
+
// Added 2026-04-01
|
|
1927
|
+
platform_editor_layout_column_resize_handle: createBooleanExperiment({
|
|
1928
|
+
productKeys: {
|
|
1929
|
+
confluence: 'platform_editor_layout_column_resize_handle'
|
|
1930
|
+
},
|
|
1931
|
+
param: 'isEnabled',
|
|
1932
|
+
defaultValue: false
|
|
1933
|
+
}),
|
|
1892
1934
|
// Added 2026-03-31
|
|
1893
1935
|
platform_editor_lovability_distribute_column_fix: createBooleanExperiment({
|
|
1894
1936
|
productKeys: {
|
|
@@ -8,10 +8,12 @@ export var testMultivariateOverrides = {
|
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
10
|
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
11
|
-
cc_fd_db_top_editor_toolbar: 'control'
|
|
11
|
+
cc_fd_db_top_editor_toolbar: 'control',
|
|
12
|
+
cc_fd_cwr_quick_insert: 'control'
|
|
12
13
|
};
|
|
13
14
|
export var testBooleanOverrides = {
|
|
14
15
|
platform_sl_3p_auth_rovo_action: false,
|
|
16
|
+
platform_sl_3p_preauth_better_hovercard: true,
|
|
15
17
|
cwr_blank_object_experiment: false,
|
|
16
18
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
17
19
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -1085,6 +1085,15 @@ export var editorExperimentsConfig = {
|
|
|
1085
1085
|
param: 'isEnabled',
|
|
1086
1086
|
defaultValue: false
|
|
1087
1087
|
}),
|
|
1088
|
+
// Added 2026-03-27 — Pre-auth unauthorised inline hover card UX
|
|
1089
|
+
platform_sl_3p_preauth_better_hovercard: createBooleanExperiment({
|
|
1090
|
+
productKeys: {
|
|
1091
|
+
confluence: 'platform_sl_3p_preauth_better_hovercard',
|
|
1092
|
+
jira: 'platform_sl_3p_preauth_better_hovercard'
|
|
1093
|
+
},
|
|
1094
|
+
param: 'isEnabled',
|
|
1095
|
+
defaultValue: false
|
|
1096
|
+
}),
|
|
1088
1097
|
// Added 2025-01-23
|
|
1089
1098
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
|
|
1090
1099
|
productKeys: {
|
|
@@ -1325,6 +1334,15 @@ export var editorExperimentsConfig = {
|
|
|
1325
1334
|
values: ['control', 'new-description', 'orig-description'],
|
|
1326
1335
|
defaultValue: 'control'
|
|
1327
1336
|
}),
|
|
1337
|
+
// Added 2026-04-02 - CFFD-2139
|
|
1338
|
+
cc_fd_cwr_quick_insert: createMultivariateExperiment({
|
|
1339
|
+
productKeys: {
|
|
1340
|
+
confluence: 'cc_fd_cwr_quick_insert'
|
|
1341
|
+
},
|
|
1342
|
+
param: 'cohort',
|
|
1343
|
+
values: ['control', 'slot-four', 'slot-two'],
|
|
1344
|
+
defaultValue: 'control'
|
|
1345
|
+
}),
|
|
1328
1346
|
// Added 2026-02-05 - A11Y-10416
|
|
1329
1347
|
editor_a11y_role_textbox: createBooleanExperiment({
|
|
1330
1348
|
productKeys: {
|
|
@@ -1881,6 +1899,22 @@ export var editorExperimentsConfig = {
|
|
|
1881
1899
|
param: 'isEnabled',
|
|
1882
1900
|
defaultValue: false
|
|
1883
1901
|
}),
|
|
1902
|
+
// Added 2026-03-30
|
|
1903
|
+
platform_editor_spotlight_migration: createBooleanExperiment({
|
|
1904
|
+
productKeys: {
|
|
1905
|
+
confluence: 'platform_editor_spotlight_migration'
|
|
1906
|
+
},
|
|
1907
|
+
param: 'isEnabled',
|
|
1908
|
+
defaultValue: false
|
|
1909
|
+
}),
|
|
1910
|
+
// Added 2026-03-30
|
|
1911
|
+
platform_editor_ai_xstate_migration: createBooleanExperiment({
|
|
1912
|
+
productKeys: {
|
|
1913
|
+
confluence: 'platform_editor_ai_xstate_migration'
|
|
1914
|
+
},
|
|
1915
|
+
param: 'isEnabled',
|
|
1916
|
+
defaultValue: false
|
|
1917
|
+
}),
|
|
1884
1918
|
// Added 2026-03-31
|
|
1885
1919
|
platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
|
|
1886
1920
|
productKeys: {
|
|
@@ -1889,6 +1923,14 @@ export var editorExperimentsConfig = {
|
|
|
1889
1923
|
param: 'isEnabled',
|
|
1890
1924
|
defaultValue: false
|
|
1891
1925
|
}),
|
|
1926
|
+
// Added 2026-04-01
|
|
1927
|
+
platform_editor_layout_column_resize_handle: createBooleanExperiment({
|
|
1928
|
+
productKeys: {
|
|
1929
|
+
confluence: 'platform_editor_layout_column_resize_handle'
|
|
1930
|
+
},
|
|
1931
|
+
param: 'isEnabled',
|
|
1932
|
+
defaultValue: false
|
|
1933
|
+
}),
|
|
1892
1934
|
// Added 2026-03-31
|
|
1893
1935
|
platform_editor_lovability_distribute_column_fix: createBooleanExperiment({
|
|
1894
1936
|
productKeys: {
|
|
@@ -760,6 +760,12 @@ export declare const editorExperimentsConfig: {
|
|
|
760
760
|
productKeys?: ProductKeys;
|
|
761
761
|
typeGuard: IsBooleanType;
|
|
762
762
|
};
|
|
763
|
+
platform_sl_3p_preauth_better_hovercard: {
|
|
764
|
+
defaultValue: boolean;
|
|
765
|
+
param: string;
|
|
766
|
+
productKeys?: ProductKeys;
|
|
767
|
+
typeGuard: IsBooleanType;
|
|
768
|
+
};
|
|
763
769
|
platform_synced_block: {
|
|
764
770
|
defaultValue: boolean;
|
|
765
771
|
param: string;
|
|
@@ -984,6 +990,13 @@ export declare const editorExperimentsConfig: {
|
|
|
984
990
|
typeGuard: (value: unknown) => value is 'control' | 'new-description' | 'orig-description';
|
|
985
991
|
values: ('control' | 'new-description' | 'orig-description')[];
|
|
986
992
|
};
|
|
993
|
+
cc_fd_cwr_quick_insert: {
|
|
994
|
+
defaultValue: 'control' | 'slot-four' | 'slot-two';
|
|
995
|
+
param: string;
|
|
996
|
+
productKeys?: ProductKeys;
|
|
997
|
+
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
998
|
+
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
999
|
+
};
|
|
987
1000
|
editor_a11y_role_textbox: {
|
|
988
1001
|
defaultValue: boolean;
|
|
989
1002
|
param: string;
|
|
@@ -1032,12 +1045,24 @@ export declare const editorExperimentsConfig: {
|
|
|
1032
1045
|
productKeys?: ProductKeys;
|
|
1033
1046
|
typeGuard: IsBooleanType;
|
|
1034
1047
|
};
|
|
1048
|
+
platform_editor_layout_column_resize_handle: {
|
|
1049
|
+
defaultValue: boolean;
|
|
1050
|
+
param: string;
|
|
1051
|
+
productKeys?: ProductKeys;
|
|
1052
|
+
typeGuard: IsBooleanType;
|
|
1053
|
+
};
|
|
1035
1054
|
platform_editor_perf_lint_cleanup: {
|
|
1036
1055
|
defaultValue: boolean;
|
|
1037
1056
|
param: string;
|
|
1038
1057
|
productKeys?: ProductKeys;
|
|
1039
1058
|
typeGuard: IsBooleanType;
|
|
1040
1059
|
};
|
|
1060
|
+
platform_editor_spotlight_migration: {
|
|
1061
|
+
defaultValue: boolean;
|
|
1062
|
+
param: string;
|
|
1063
|
+
productKeys?: ProductKeys;
|
|
1064
|
+
typeGuard: IsBooleanType;
|
|
1065
|
+
};
|
|
1041
1066
|
confluence_frontend_fix_date_hydration_error: {
|
|
1042
1067
|
defaultValue: boolean;
|
|
1043
1068
|
param: string;
|
|
@@ -1398,6 +1423,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1398
1423
|
productKeys?: ProductKeys;
|
|
1399
1424
|
typeGuard: IsBooleanType;
|
|
1400
1425
|
};
|
|
1426
|
+
platform_editor_ai_xstate_migration: {
|
|
1427
|
+
defaultValue: boolean;
|
|
1428
|
+
param: string;
|
|
1429
|
+
productKeys?: ProductKeys;
|
|
1430
|
+
typeGuard: IsBooleanType;
|
|
1431
|
+
};
|
|
1401
1432
|
platform_editor_dnd_accessibility_fixes_expand: {
|
|
1402
1433
|
defaultValue: boolean;
|
|
1403
1434
|
param: string;
|
|
@@ -760,6 +760,12 @@ export declare const editorExperimentsConfig: {
|
|
|
760
760
|
productKeys?: ProductKeys;
|
|
761
761
|
typeGuard: IsBooleanType;
|
|
762
762
|
};
|
|
763
|
+
platform_sl_3p_preauth_better_hovercard: {
|
|
764
|
+
defaultValue: boolean;
|
|
765
|
+
param: string;
|
|
766
|
+
productKeys?: ProductKeys;
|
|
767
|
+
typeGuard: IsBooleanType;
|
|
768
|
+
};
|
|
763
769
|
platform_synced_block: {
|
|
764
770
|
defaultValue: boolean;
|
|
765
771
|
param: string;
|
|
@@ -984,6 +990,13 @@ export declare const editorExperimentsConfig: {
|
|
|
984
990
|
typeGuard: (value: unknown) => value is 'control' | 'new-description' | 'orig-description';
|
|
985
991
|
values: ('control' | 'new-description' | 'orig-description')[];
|
|
986
992
|
};
|
|
993
|
+
cc_fd_cwr_quick_insert: {
|
|
994
|
+
defaultValue: 'control' | 'slot-four' | 'slot-two';
|
|
995
|
+
param: string;
|
|
996
|
+
productKeys?: ProductKeys;
|
|
997
|
+
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
998
|
+
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
999
|
+
};
|
|
987
1000
|
editor_a11y_role_textbox: {
|
|
988
1001
|
defaultValue: boolean;
|
|
989
1002
|
param: string;
|
|
@@ -1032,12 +1045,24 @@ export declare const editorExperimentsConfig: {
|
|
|
1032
1045
|
productKeys?: ProductKeys;
|
|
1033
1046
|
typeGuard: IsBooleanType;
|
|
1034
1047
|
};
|
|
1048
|
+
platform_editor_layout_column_resize_handle: {
|
|
1049
|
+
defaultValue: boolean;
|
|
1050
|
+
param: string;
|
|
1051
|
+
productKeys?: ProductKeys;
|
|
1052
|
+
typeGuard: IsBooleanType;
|
|
1053
|
+
};
|
|
1035
1054
|
platform_editor_perf_lint_cleanup: {
|
|
1036
1055
|
defaultValue: boolean;
|
|
1037
1056
|
param: string;
|
|
1038
1057
|
productKeys?: ProductKeys;
|
|
1039
1058
|
typeGuard: IsBooleanType;
|
|
1040
1059
|
};
|
|
1060
|
+
platform_editor_spotlight_migration: {
|
|
1061
|
+
defaultValue: boolean;
|
|
1062
|
+
param: string;
|
|
1063
|
+
productKeys?: ProductKeys;
|
|
1064
|
+
typeGuard: IsBooleanType;
|
|
1065
|
+
};
|
|
1041
1066
|
confluence_frontend_fix_date_hydration_error: {
|
|
1042
1067
|
defaultValue: boolean;
|
|
1043
1068
|
param: string;
|
|
@@ -1398,6 +1423,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1398
1423
|
productKeys?: ProductKeys;
|
|
1399
1424
|
typeGuard: IsBooleanType;
|
|
1400
1425
|
};
|
|
1426
|
+
platform_editor_ai_xstate_migration: {
|
|
1427
|
+
defaultValue: boolean;
|
|
1428
|
+
param: string;
|
|
1429
|
+
productKeys?: ProductKeys;
|
|
1430
|
+
typeGuard: IsBooleanType;
|
|
1431
|
+
};
|
|
1401
1432
|
platform_editor_dnd_accessibility_fixes_expand: {
|
|
1402
1433
|
defaultValue: boolean;
|
|
1403
1434
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "54.
|
|
3
|
+
"version": "54.4.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",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
37
|
-
"@atlaskit/react-ufo": "^5.
|
|
37
|
+
"@atlaskit/react-ufo": "^5.11.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|