@atlaskit/tmp-editor-statsig 104.0.0 → 105.0.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 +24 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +9 -41
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +9 -41
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +9 -41
- package/dist/types/experiments-config.d.ts +6 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 105.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`019b38e3cf00a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/019b38e3cf00a) -
|
|
8
|
+
Clean up experiment `platform_editor_disable_lcm_copy_button`
|
|
9
|
+
- [`82b4d7793fb01`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82b4d7793fb01) -
|
|
10
|
+
Clean up experiment `platform_editor_preserve_node_identity`
|
|
11
|
+
- [`11006329a22d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/11006329a22d1) -
|
|
12
|
+
Clean up experiment `platform_editor_lovability_distribute_column_fix`
|
|
13
|
+
- [`bf2fd74fd1221`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bf2fd74fd1221) -
|
|
14
|
+
Cleanup platform_editor_toolbar_split_button_ui
|
|
15
|
+
- [`5331d96345ae9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5331d96345ae9) -
|
|
16
|
+
Clean up stale experiment platform_editor_insert_location_check
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`12f4372b86b8d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/12f4372b86b8d) -
|
|
21
|
+
Add `platform_editor_menu_radius_update` experiment that bumps the editor menu surface border
|
|
22
|
+
radius from `radius.small` (4px) to `radius.large` (8px). The block menu and paste actions menu
|
|
23
|
+
now consume the shared `ToolbarMenuContainer` surface rather than rolling their own, so they
|
|
24
|
+
inherit the gated radius along with `ToolbarMenuContainer`'s existing consumers (table and layout
|
|
25
|
+
menus).
|
|
26
|
+
|
|
3
27
|
## 104.0.0
|
|
4
28
|
|
|
5
29
|
### Major Changes
|
|
@@ -52,7 +52,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
52
52
|
confluence_compact_text_format: false,
|
|
53
53
|
platform_editor_paste_actions_menu: false,
|
|
54
54
|
platform_editor_diff_plugin_extended: false,
|
|
55
|
-
platform_editor_preserve_node_identity: false,
|
|
56
55
|
platform_editor_ai_rename_add_polish: false,
|
|
57
56
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
58
57
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
@@ -974,14 +974,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
974
974
|
param: 'isEnabled',
|
|
975
975
|
defaultValue: false
|
|
976
976
|
}),
|
|
977
|
-
// Added 2026-02-16
|
|
978
|
-
platform_editor_disable_lcm_copy_button: (0, _experimentBuilders.createBooleanExperiment)({
|
|
979
|
-
productKeys: {
|
|
980
|
-
confluence: 'platform_editor_disable_lcm_copy_button'
|
|
981
|
-
},
|
|
982
|
-
param: 'isEnabled',
|
|
983
|
-
defaultValue: false
|
|
984
|
-
}),
|
|
985
977
|
// Added 2025-11-05
|
|
986
978
|
platform_editor_lovability_emoji_scaling: (0, _experimentBuilders.createBooleanExperiment)({
|
|
987
979
|
productKeys: {
|
|
@@ -1275,14 +1267,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1275
1267
|
param: 'isEnabled',
|
|
1276
1268
|
defaultValue: false
|
|
1277
1269
|
}),
|
|
1278
|
-
// Added 2026-02-05
|
|
1279
|
-
platform_editor_toolbar_split_button_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1280
|
-
productKeys: {
|
|
1281
|
-
confluence: 'platform_editor_toolbar_split_button_ui'
|
|
1282
|
-
},
|
|
1283
|
-
param: 'isEnabled',
|
|
1284
|
-
defaultValue: false
|
|
1285
|
-
}),
|
|
1286
1270
|
// Added 2026-04-24
|
|
1287
1271
|
platform_rovo_page_comment_selector_full_width: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1288
1272
|
productKeys: {
|
|
@@ -1577,15 +1561,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1577
1561
|
param: 'isEnabled',
|
|
1578
1562
|
defaultValue: false
|
|
1579
1563
|
}),
|
|
1580
|
-
// Added 2026-03-10
|
|
1581
|
-
platform_editor_insert_location_check: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1582
|
-
productKeys: {
|
|
1583
|
-
jira: 'platform_editor_insert_location_check',
|
|
1584
|
-
confluence: 'platform_editor_insert_location_check'
|
|
1585
|
-
},
|
|
1586
|
-
param: 'isEnabled',
|
|
1587
|
-
defaultValue: false
|
|
1588
|
-
}),
|
|
1589
1564
|
// Added 2026-03-05
|
|
1590
1565
|
cc_drag_and_drop_smart_link_from_content_to_tree: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1591
1566
|
productKeys: {
|
|
@@ -1737,14 +1712,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1737
1712
|
param: 'isEnabled',
|
|
1738
1713
|
defaultValue: false
|
|
1739
1714
|
}),
|
|
1740
|
-
// Added 2026-03-27
|
|
1741
|
-
platform_editor_preserve_node_identity: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1742
|
-
productKeys: {
|
|
1743
|
-
confluence: 'platform_editor_preserve_node_identity'
|
|
1744
|
-
},
|
|
1745
|
-
param: 'isEnabled',
|
|
1746
|
-
defaultValue: false
|
|
1747
|
-
}),
|
|
1748
1715
|
// Added 2026-03-23
|
|
1749
1716
|
confluence_toc_nav_a11y: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1750
1717
|
productKeys: {
|
|
@@ -1858,14 +1825,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1858
1825
|
param: 'isEnabled',
|
|
1859
1826
|
defaultValue: false
|
|
1860
1827
|
}),
|
|
1861
|
-
// Added 2026-03-31
|
|
1862
|
-
platform_editor_lovability_distribute_column_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1863
|
-
productKeys: {
|
|
1864
|
-
confluence: 'platform_editor_lovability_distribute_column_fix'
|
|
1865
|
-
},
|
|
1866
|
-
param: 'isEnabled',
|
|
1867
|
-
defaultValue: false
|
|
1868
|
-
}),
|
|
1869
1828
|
// Added 2026-04-09
|
|
1870
1829
|
platform_editor_fix_selection_wrapped_media_embed: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1871
1830
|
productKeys: {
|
|
@@ -2293,5 +2252,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2293
2252
|
},
|
|
2294
2253
|
param: 'isEnabled',
|
|
2295
2254
|
defaultValue: false
|
|
2255
|
+
}),
|
|
2256
|
+
// Added 2026-06-15
|
|
2257
|
+
platform_editor_menu_radius_update: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2258
|
+
productKeys: {
|
|
2259
|
+
confluence: 'platform_editor_menu_radius_update',
|
|
2260
|
+
jira: 'platform_editor_menu_radius_update'
|
|
2261
|
+
},
|
|
2262
|
+
param: 'isEnabled',
|
|
2263
|
+
defaultValue: false
|
|
2296
2264
|
})
|
|
2297
2265
|
};
|
|
@@ -46,7 +46,6 @@ export const testBooleanOverrides = {
|
|
|
46
46
|
confluence_compact_text_format: false,
|
|
47
47
|
platform_editor_paste_actions_menu: false,
|
|
48
48
|
platform_editor_diff_plugin_extended: false,
|
|
49
|
-
platform_editor_preserve_node_identity: false,
|
|
50
49
|
platform_editor_ai_rename_add_polish: false,
|
|
51
50
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
52
51
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
@@ -968,14 +968,6 @@ export const editorExperimentsConfig = {
|
|
|
968
968
|
param: 'isEnabled',
|
|
969
969
|
defaultValue: false
|
|
970
970
|
}),
|
|
971
|
-
// Added 2026-02-16
|
|
972
|
-
platform_editor_disable_lcm_copy_button: createBooleanExperiment({
|
|
973
|
-
productKeys: {
|
|
974
|
-
confluence: 'platform_editor_disable_lcm_copy_button'
|
|
975
|
-
},
|
|
976
|
-
param: 'isEnabled',
|
|
977
|
-
defaultValue: false
|
|
978
|
-
}),
|
|
979
971
|
// Added 2025-11-05
|
|
980
972
|
platform_editor_lovability_emoji_scaling: createBooleanExperiment({
|
|
981
973
|
productKeys: {
|
|
@@ -1269,14 +1261,6 @@ export const editorExperimentsConfig = {
|
|
|
1269
1261
|
param: 'isEnabled',
|
|
1270
1262
|
defaultValue: false
|
|
1271
1263
|
}),
|
|
1272
|
-
// Added 2026-02-05
|
|
1273
|
-
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1274
|
-
productKeys: {
|
|
1275
|
-
confluence: 'platform_editor_toolbar_split_button_ui'
|
|
1276
|
-
},
|
|
1277
|
-
param: 'isEnabled',
|
|
1278
|
-
defaultValue: false
|
|
1279
|
-
}),
|
|
1280
1264
|
// Added 2026-04-24
|
|
1281
1265
|
platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
|
|
1282
1266
|
productKeys: {
|
|
@@ -1571,15 +1555,6 @@ export const editorExperimentsConfig = {
|
|
|
1571
1555
|
param: 'isEnabled',
|
|
1572
1556
|
defaultValue: false
|
|
1573
1557
|
}),
|
|
1574
|
-
// Added 2026-03-10
|
|
1575
|
-
platform_editor_insert_location_check: createBooleanExperiment({
|
|
1576
|
-
productKeys: {
|
|
1577
|
-
jira: 'platform_editor_insert_location_check',
|
|
1578
|
-
confluence: 'platform_editor_insert_location_check'
|
|
1579
|
-
},
|
|
1580
|
-
param: 'isEnabled',
|
|
1581
|
-
defaultValue: false
|
|
1582
|
-
}),
|
|
1583
1558
|
// Added 2026-03-05
|
|
1584
1559
|
cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
|
|
1585
1560
|
productKeys: {
|
|
@@ -1731,14 +1706,6 @@ export const editorExperimentsConfig = {
|
|
|
1731
1706
|
param: 'isEnabled',
|
|
1732
1707
|
defaultValue: false
|
|
1733
1708
|
}),
|
|
1734
|
-
// Added 2026-03-27
|
|
1735
|
-
platform_editor_preserve_node_identity: createBooleanExperiment({
|
|
1736
|
-
productKeys: {
|
|
1737
|
-
confluence: 'platform_editor_preserve_node_identity'
|
|
1738
|
-
},
|
|
1739
|
-
param: 'isEnabled',
|
|
1740
|
-
defaultValue: false
|
|
1741
|
-
}),
|
|
1742
1709
|
// Added 2026-03-23
|
|
1743
1710
|
confluence_toc_nav_a11y: createBooleanExperiment({
|
|
1744
1711
|
productKeys: {
|
|
@@ -1852,14 +1819,6 @@ export const editorExperimentsConfig = {
|
|
|
1852
1819
|
param: 'isEnabled',
|
|
1853
1820
|
defaultValue: false
|
|
1854
1821
|
}),
|
|
1855
|
-
// Added 2026-03-31
|
|
1856
|
-
platform_editor_lovability_distribute_column_fix: createBooleanExperiment({
|
|
1857
|
-
productKeys: {
|
|
1858
|
-
confluence: 'platform_editor_lovability_distribute_column_fix'
|
|
1859
|
-
},
|
|
1860
|
-
param: 'isEnabled',
|
|
1861
|
-
defaultValue: false
|
|
1862
|
-
}),
|
|
1863
1822
|
// Added 2026-04-09
|
|
1864
1823
|
platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
|
|
1865
1824
|
productKeys: {
|
|
@@ -2287,5 +2246,14 @@ export const editorExperimentsConfig = {
|
|
|
2287
2246
|
},
|
|
2288
2247
|
param: 'isEnabled',
|
|
2289
2248
|
defaultValue: false
|
|
2249
|
+
}),
|
|
2250
|
+
// Added 2026-06-15
|
|
2251
|
+
platform_editor_menu_radius_update: createBooleanExperiment({
|
|
2252
|
+
productKeys: {
|
|
2253
|
+
confluence: 'platform_editor_menu_radius_update',
|
|
2254
|
+
jira: 'platform_editor_menu_radius_update'
|
|
2255
|
+
},
|
|
2256
|
+
param: 'isEnabled',
|
|
2257
|
+
defaultValue: false
|
|
2290
2258
|
})
|
|
2291
2259
|
};
|
|
@@ -46,7 +46,6 @@ export var testBooleanOverrides = {
|
|
|
46
46
|
confluence_compact_text_format: false,
|
|
47
47
|
platform_editor_paste_actions_menu: false,
|
|
48
48
|
platform_editor_diff_plugin_extended: false,
|
|
49
|
-
platform_editor_preserve_node_identity: false,
|
|
50
49
|
platform_editor_ai_rename_add_polish: false,
|
|
51
50
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
52
51
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
@@ -968,14 +968,6 @@ export var editorExperimentsConfig = {
|
|
|
968
968
|
param: 'isEnabled',
|
|
969
969
|
defaultValue: false
|
|
970
970
|
}),
|
|
971
|
-
// Added 2026-02-16
|
|
972
|
-
platform_editor_disable_lcm_copy_button: createBooleanExperiment({
|
|
973
|
-
productKeys: {
|
|
974
|
-
confluence: 'platform_editor_disable_lcm_copy_button'
|
|
975
|
-
},
|
|
976
|
-
param: 'isEnabled',
|
|
977
|
-
defaultValue: false
|
|
978
|
-
}),
|
|
979
971
|
// Added 2025-11-05
|
|
980
972
|
platform_editor_lovability_emoji_scaling: createBooleanExperiment({
|
|
981
973
|
productKeys: {
|
|
@@ -1269,14 +1261,6 @@ export var editorExperimentsConfig = {
|
|
|
1269
1261
|
param: 'isEnabled',
|
|
1270
1262
|
defaultValue: false
|
|
1271
1263
|
}),
|
|
1272
|
-
// Added 2026-02-05
|
|
1273
|
-
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1274
|
-
productKeys: {
|
|
1275
|
-
confluence: 'platform_editor_toolbar_split_button_ui'
|
|
1276
|
-
},
|
|
1277
|
-
param: 'isEnabled',
|
|
1278
|
-
defaultValue: false
|
|
1279
|
-
}),
|
|
1280
1264
|
// Added 2026-04-24
|
|
1281
1265
|
platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
|
|
1282
1266
|
productKeys: {
|
|
@@ -1571,15 +1555,6 @@ export var editorExperimentsConfig = {
|
|
|
1571
1555
|
param: 'isEnabled',
|
|
1572
1556
|
defaultValue: false
|
|
1573
1557
|
}),
|
|
1574
|
-
// Added 2026-03-10
|
|
1575
|
-
platform_editor_insert_location_check: createBooleanExperiment({
|
|
1576
|
-
productKeys: {
|
|
1577
|
-
jira: 'platform_editor_insert_location_check',
|
|
1578
|
-
confluence: 'platform_editor_insert_location_check'
|
|
1579
|
-
},
|
|
1580
|
-
param: 'isEnabled',
|
|
1581
|
-
defaultValue: false
|
|
1582
|
-
}),
|
|
1583
1558
|
// Added 2026-03-05
|
|
1584
1559
|
cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
|
|
1585
1560
|
productKeys: {
|
|
@@ -1731,14 +1706,6 @@ export var editorExperimentsConfig = {
|
|
|
1731
1706
|
param: 'isEnabled',
|
|
1732
1707
|
defaultValue: false
|
|
1733
1708
|
}),
|
|
1734
|
-
// Added 2026-03-27
|
|
1735
|
-
platform_editor_preserve_node_identity: createBooleanExperiment({
|
|
1736
|
-
productKeys: {
|
|
1737
|
-
confluence: 'platform_editor_preserve_node_identity'
|
|
1738
|
-
},
|
|
1739
|
-
param: 'isEnabled',
|
|
1740
|
-
defaultValue: false
|
|
1741
|
-
}),
|
|
1742
1709
|
// Added 2026-03-23
|
|
1743
1710
|
confluence_toc_nav_a11y: createBooleanExperiment({
|
|
1744
1711
|
productKeys: {
|
|
@@ -1852,14 +1819,6 @@ export var editorExperimentsConfig = {
|
|
|
1852
1819
|
param: 'isEnabled',
|
|
1853
1820
|
defaultValue: false
|
|
1854
1821
|
}),
|
|
1855
|
-
// Added 2026-03-31
|
|
1856
|
-
platform_editor_lovability_distribute_column_fix: createBooleanExperiment({
|
|
1857
|
-
productKeys: {
|
|
1858
|
-
confluence: 'platform_editor_lovability_distribute_column_fix'
|
|
1859
|
-
},
|
|
1860
|
-
param: 'isEnabled',
|
|
1861
|
-
defaultValue: false
|
|
1862
|
-
}),
|
|
1863
1822
|
// Added 2026-04-09
|
|
1864
1823
|
platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
|
|
1865
1824
|
productKeys: {
|
|
@@ -2287,5 +2246,14 @@ export var editorExperimentsConfig = {
|
|
|
2287
2246
|
},
|
|
2288
2247
|
param: 'isEnabled',
|
|
2289
2248
|
defaultValue: false
|
|
2249
|
+
}),
|
|
2250
|
+
// Added 2026-06-15
|
|
2251
|
+
platform_editor_menu_radius_update: createBooleanExperiment({
|
|
2252
|
+
productKeys: {
|
|
2253
|
+
confluence: 'platform_editor_menu_radius_update',
|
|
2254
|
+
jira: 'platform_editor_menu_radius_update'
|
|
2255
|
+
},
|
|
2256
|
+
param: 'isEnabled',
|
|
2257
|
+
defaultValue: false
|
|
2290
2258
|
})
|
|
2291
2259
|
};
|
|
@@ -525,12 +525,6 @@ export declare const editorExperimentsConfig: {
|
|
|
525
525
|
productKeys?: ProductKeys;
|
|
526
526
|
typeGuard: IsBooleanType;
|
|
527
527
|
};
|
|
528
|
-
platform_editor_lovability_distribute_column_fix: {
|
|
529
|
-
defaultValue: boolean;
|
|
530
|
-
param: string;
|
|
531
|
-
productKeys?: ProductKeys;
|
|
532
|
-
typeGuard: IsBooleanType;
|
|
533
|
-
};
|
|
534
528
|
platform_editor_media_error_analytics: {
|
|
535
529
|
defaultValue: boolean;
|
|
536
530
|
param: string;
|
|
@@ -603,12 +597,6 @@ export declare const editorExperimentsConfig: {
|
|
|
603
597
|
productKeys?: ProductKeys;
|
|
604
598
|
typeGuard: IsBooleanType;
|
|
605
599
|
};
|
|
606
|
-
platform_editor_disable_lcm_copy_button: {
|
|
607
|
-
defaultValue: boolean;
|
|
608
|
-
param: string;
|
|
609
|
-
productKeys?: ProductKeys;
|
|
610
|
-
typeGuard: IsBooleanType;
|
|
611
|
-
};
|
|
612
600
|
platform_editor_renderer_extension_width_fix: {
|
|
613
601
|
defaultValue: boolean;
|
|
614
602
|
param: string;
|
|
@@ -950,12 +938,6 @@ export declare const editorExperimentsConfig: {
|
|
|
950
938
|
productKeys?: ProductKeys;
|
|
951
939
|
typeGuard: IsBooleanType;
|
|
952
940
|
};
|
|
953
|
-
platform_editor_toolbar_split_button_ui: {
|
|
954
|
-
defaultValue: boolean;
|
|
955
|
-
param: string;
|
|
956
|
-
productKeys?: ProductKeys;
|
|
957
|
-
typeGuard: IsBooleanType;
|
|
958
|
-
};
|
|
959
941
|
platform_rovo_page_comment_selector_full_width: {
|
|
960
942
|
defaultValue: boolean;
|
|
961
943
|
param: string;
|
|
@@ -1220,12 +1202,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1220
1202
|
productKeys?: ProductKeys;
|
|
1221
1203
|
typeGuard: IsBooleanType;
|
|
1222
1204
|
};
|
|
1223
|
-
platform_editor_insert_location_check: {
|
|
1224
|
-
defaultValue: boolean;
|
|
1225
|
-
param: string;
|
|
1226
|
-
productKeys?: ProductKeys;
|
|
1227
|
-
typeGuard: IsBooleanType;
|
|
1228
|
-
};
|
|
1229
1205
|
platform_editor_fix_editor_unhandled_type_errors: {
|
|
1230
1206
|
defaultValue: boolean;
|
|
1231
1207
|
param: string;
|
|
@@ -1358,12 +1334,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1358
1334
|
productKeys?: ProductKeys;
|
|
1359
1335
|
typeGuard: IsBooleanType;
|
|
1360
1336
|
};
|
|
1361
|
-
platform_editor_preserve_node_identity: {
|
|
1362
|
-
defaultValue: boolean;
|
|
1363
|
-
param: string;
|
|
1364
|
-
productKeys?: ProductKeys;
|
|
1365
|
-
typeGuard: IsBooleanType;
|
|
1366
|
-
};
|
|
1367
1337
|
confluence_toc_nav_a11y: {
|
|
1368
1338
|
defaultValue: boolean;
|
|
1369
1339
|
param: string;
|
|
@@ -1677,5 +1647,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1677
1647
|
productKeys?: ProductKeys;
|
|
1678
1648
|
typeGuard: IsBooleanType;
|
|
1679
1649
|
};
|
|
1650
|
+
platform_editor_menu_radius_update: {
|
|
1651
|
+
defaultValue: boolean;
|
|
1652
|
+
param: string;
|
|
1653
|
+
productKeys?: ProductKeys;
|
|
1654
|
+
typeGuard: IsBooleanType;
|
|
1655
|
+
};
|
|
1680
1656
|
};
|
|
1681
1657
|
export {};
|
package/package.json
CHANGED