@atlaskit/tmp-editor-statsig 103.0.1 → 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 +59 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +24 -40
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +24 -40
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +24 -40
- package/dist/types/experiments-config.d.ts +18 -30
- package/package.json +4 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,64 @@
|
|
|
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
|
+
|
|
27
|
+
## 104.0.0
|
|
28
|
+
|
|
29
|
+
### Major Changes
|
|
30
|
+
|
|
31
|
+
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
|
|
32
|
+
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
|
|
33
|
+
|
|
34
|
+
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
|
|
35
|
+
|
|
36
|
+
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
|
|
37
|
+
|
|
38
|
+
```diff
|
|
39
|
+
- "typesVersions": {
|
|
40
|
+
- ">=4.5 <4.9": {
|
|
41
|
+
- "*": [
|
|
42
|
+
- "dist/types-ts4.5/*",
|
|
43
|
+
- "dist/types-ts4.5/index.d.ts"
|
|
44
|
+
- ]
|
|
45
|
+
- }
|
|
46
|
+
- },
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
### Minor Changes
|
|
50
|
+
|
|
51
|
+
- [`458ee17c2c8ee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/458ee17c2c8ee) -
|
|
52
|
+
Register layout column vertical alignment rendering experiment and gate renderer layout column
|
|
53
|
+
vertical alignment styles behind it
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- [`2f16223a8aa3a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f16223a8aa3a) -
|
|
58
|
+
Extend the right-side Remix button hover zone into the empty right margin beside a block, with a
|
|
59
|
+
reserved gap for the Rovo button on the far right.
|
|
60
|
+
- Updated dependencies
|
|
61
|
+
|
|
3
62
|
## 103.0.1
|
|
4
63
|
|
|
5
64
|
### Patch 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,
|
|
@@ -39,6 +39,14 @@ var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_bloc
|
|
|
39
39
|
var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
40
40
|
// new format to avoid collisions with other users when updating the file
|
|
41
41
|
|
|
42
|
+
// Added 2026-06-09
|
|
43
|
+
remix_button_right_margin_hover: (0, _experimentBuilders.createBooleanExperiment)({
|
|
44
|
+
productKeys: {
|
|
45
|
+
confluence: 'remix_button_right_margin_hover'
|
|
46
|
+
},
|
|
47
|
+
param: 'isEnabled',
|
|
48
|
+
defaultValue: false
|
|
49
|
+
}),
|
|
42
50
|
// Editor Platform experiments
|
|
43
51
|
// lwoollard experiments
|
|
44
52
|
|
|
@@ -966,14 +974,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
966
974
|
param: 'isEnabled',
|
|
967
975
|
defaultValue: false
|
|
968
976
|
}),
|
|
969
|
-
// Added 2026-02-16
|
|
970
|
-
platform_editor_disable_lcm_copy_button: (0, _experimentBuilders.createBooleanExperiment)({
|
|
971
|
-
productKeys: {
|
|
972
|
-
confluence: 'platform_editor_disable_lcm_copy_button'
|
|
973
|
-
},
|
|
974
|
-
param: 'isEnabled',
|
|
975
|
-
defaultValue: false
|
|
976
|
-
}),
|
|
977
977
|
// Added 2025-11-05
|
|
978
978
|
platform_editor_lovability_emoji_scaling: (0, _experimentBuilders.createBooleanExperiment)({
|
|
979
979
|
productKeys: {
|
|
@@ -1267,14 +1267,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1267
1267
|
param: 'isEnabled',
|
|
1268
1268
|
defaultValue: false
|
|
1269
1269
|
}),
|
|
1270
|
-
// Added 2026-02-05
|
|
1271
|
-
platform_editor_toolbar_split_button_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1272
|
-
productKeys: {
|
|
1273
|
-
confluence: 'platform_editor_toolbar_split_button_ui'
|
|
1274
|
-
},
|
|
1275
|
-
param: 'isEnabled',
|
|
1276
|
-
defaultValue: false
|
|
1277
|
-
}),
|
|
1278
1270
|
// Added 2026-04-24
|
|
1279
1271
|
platform_rovo_page_comment_selector_full_width: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1280
1272
|
productKeys: {
|
|
@@ -1569,15 +1561,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1569
1561
|
param: 'isEnabled',
|
|
1570
1562
|
defaultValue: false
|
|
1571
1563
|
}),
|
|
1572
|
-
// Added 2026-03-10
|
|
1573
|
-
platform_editor_insert_location_check: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1574
|
-
productKeys: {
|
|
1575
|
-
jira: 'platform_editor_insert_location_check',
|
|
1576
|
-
confluence: 'platform_editor_insert_location_check'
|
|
1577
|
-
},
|
|
1578
|
-
param: 'isEnabled',
|
|
1579
|
-
defaultValue: false
|
|
1580
|
-
}),
|
|
1581
1564
|
// Added 2026-03-05
|
|
1582
1565
|
cc_drag_and_drop_smart_link_from_content_to_tree: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1583
1566
|
productKeys: {
|
|
@@ -1729,14 +1712,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1729
1712
|
param: 'isEnabled',
|
|
1730
1713
|
defaultValue: false
|
|
1731
1714
|
}),
|
|
1732
|
-
// Added 2026-03-27
|
|
1733
|
-
platform_editor_preserve_node_identity: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1734
|
-
productKeys: {
|
|
1735
|
-
confluence: 'platform_editor_preserve_node_identity'
|
|
1736
|
-
},
|
|
1737
|
-
param: 'isEnabled',
|
|
1738
|
-
defaultValue: false
|
|
1739
|
-
}),
|
|
1740
1715
|
// Added 2026-03-23
|
|
1741
1716
|
confluence_toc_nav_a11y: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1742
1717
|
productKeys: {
|
|
@@ -1833,19 +1808,19 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1833
1808
|
param: 'isEnabled',
|
|
1834
1809
|
defaultValue: false
|
|
1835
1810
|
}),
|
|
1836
|
-
// Added 2026-
|
|
1837
|
-
|
|
1811
|
+
// Added 2026-06-15
|
|
1812
|
+
platform_editor_layout_column_valign_rendering: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1838
1813
|
productKeys: {
|
|
1839
|
-
confluence: '
|
|
1840
|
-
jira: 'platform_editor_layout_typeahead_reorder'
|
|
1814
|
+
confluence: 'platform_editor_layout_column_valign_rendering'
|
|
1841
1815
|
},
|
|
1842
1816
|
param: 'isEnabled',
|
|
1843
1817
|
defaultValue: false
|
|
1844
1818
|
}),
|
|
1845
|
-
// Added 2026-
|
|
1846
|
-
|
|
1819
|
+
// Added 2026-05-21
|
|
1820
|
+
platform_editor_layout_typeahead_reorder: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1847
1821
|
productKeys: {
|
|
1848
|
-
confluence: '
|
|
1822
|
+
confluence: 'platform_editor_layout_typeahead_reorder',
|
|
1823
|
+
jira: 'platform_editor_layout_typeahead_reorder'
|
|
1849
1824
|
},
|
|
1850
1825
|
param: 'isEnabled',
|
|
1851
1826
|
defaultValue: false
|
|
@@ -2277,5 +2252,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2277
2252
|
},
|
|
2278
2253
|
param: 'isEnabled',
|
|
2279
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
|
|
2280
2264
|
})
|
|
2281
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,
|
|
@@ -33,6 +33,14 @@ export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_edi
|
|
|
33
33
|
export const editorExperimentsConfig = {
|
|
34
34
|
// new format to avoid collisions with other users when updating the file
|
|
35
35
|
|
|
36
|
+
// Added 2026-06-09
|
|
37
|
+
remix_button_right_margin_hover: createBooleanExperiment({
|
|
38
|
+
productKeys: {
|
|
39
|
+
confluence: 'remix_button_right_margin_hover'
|
|
40
|
+
},
|
|
41
|
+
param: 'isEnabled',
|
|
42
|
+
defaultValue: false
|
|
43
|
+
}),
|
|
36
44
|
// Editor Platform experiments
|
|
37
45
|
// lwoollard experiments
|
|
38
46
|
|
|
@@ -960,14 +968,6 @@ export const editorExperimentsConfig = {
|
|
|
960
968
|
param: 'isEnabled',
|
|
961
969
|
defaultValue: false
|
|
962
970
|
}),
|
|
963
|
-
// Added 2026-02-16
|
|
964
|
-
platform_editor_disable_lcm_copy_button: createBooleanExperiment({
|
|
965
|
-
productKeys: {
|
|
966
|
-
confluence: 'platform_editor_disable_lcm_copy_button'
|
|
967
|
-
},
|
|
968
|
-
param: 'isEnabled',
|
|
969
|
-
defaultValue: false
|
|
970
|
-
}),
|
|
971
971
|
// Added 2025-11-05
|
|
972
972
|
platform_editor_lovability_emoji_scaling: createBooleanExperiment({
|
|
973
973
|
productKeys: {
|
|
@@ -1261,14 +1261,6 @@ export const editorExperimentsConfig = {
|
|
|
1261
1261
|
param: 'isEnabled',
|
|
1262
1262
|
defaultValue: false
|
|
1263
1263
|
}),
|
|
1264
|
-
// Added 2026-02-05
|
|
1265
|
-
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1266
|
-
productKeys: {
|
|
1267
|
-
confluence: 'platform_editor_toolbar_split_button_ui'
|
|
1268
|
-
},
|
|
1269
|
-
param: 'isEnabled',
|
|
1270
|
-
defaultValue: false
|
|
1271
|
-
}),
|
|
1272
1264
|
// Added 2026-04-24
|
|
1273
1265
|
platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
|
|
1274
1266
|
productKeys: {
|
|
@@ -1563,15 +1555,6 @@ export const editorExperimentsConfig = {
|
|
|
1563
1555
|
param: 'isEnabled',
|
|
1564
1556
|
defaultValue: false
|
|
1565
1557
|
}),
|
|
1566
|
-
// Added 2026-03-10
|
|
1567
|
-
platform_editor_insert_location_check: createBooleanExperiment({
|
|
1568
|
-
productKeys: {
|
|
1569
|
-
jira: 'platform_editor_insert_location_check',
|
|
1570
|
-
confluence: 'platform_editor_insert_location_check'
|
|
1571
|
-
},
|
|
1572
|
-
param: 'isEnabled',
|
|
1573
|
-
defaultValue: false
|
|
1574
|
-
}),
|
|
1575
1558
|
// Added 2026-03-05
|
|
1576
1559
|
cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
|
|
1577
1560
|
productKeys: {
|
|
@@ -1723,14 +1706,6 @@ export const editorExperimentsConfig = {
|
|
|
1723
1706
|
param: 'isEnabled',
|
|
1724
1707
|
defaultValue: false
|
|
1725
1708
|
}),
|
|
1726
|
-
// Added 2026-03-27
|
|
1727
|
-
platform_editor_preserve_node_identity: createBooleanExperiment({
|
|
1728
|
-
productKeys: {
|
|
1729
|
-
confluence: 'platform_editor_preserve_node_identity'
|
|
1730
|
-
},
|
|
1731
|
-
param: 'isEnabled',
|
|
1732
|
-
defaultValue: false
|
|
1733
|
-
}),
|
|
1734
1709
|
// Added 2026-03-23
|
|
1735
1710
|
confluence_toc_nav_a11y: createBooleanExperiment({
|
|
1736
1711
|
productKeys: {
|
|
@@ -1827,19 +1802,19 @@ export const editorExperimentsConfig = {
|
|
|
1827
1802
|
param: 'isEnabled',
|
|
1828
1803
|
defaultValue: false
|
|
1829
1804
|
}),
|
|
1830
|
-
// Added 2026-
|
|
1831
|
-
|
|
1805
|
+
// Added 2026-06-15
|
|
1806
|
+
platform_editor_layout_column_valign_rendering: createBooleanExperiment({
|
|
1832
1807
|
productKeys: {
|
|
1833
|
-
confluence: '
|
|
1834
|
-
jira: 'platform_editor_layout_typeahead_reorder'
|
|
1808
|
+
confluence: 'platform_editor_layout_column_valign_rendering'
|
|
1835
1809
|
},
|
|
1836
1810
|
param: 'isEnabled',
|
|
1837
1811
|
defaultValue: false
|
|
1838
1812
|
}),
|
|
1839
|
-
// Added 2026-
|
|
1840
|
-
|
|
1813
|
+
// Added 2026-05-21
|
|
1814
|
+
platform_editor_layout_typeahead_reorder: createBooleanExperiment({
|
|
1841
1815
|
productKeys: {
|
|
1842
|
-
confluence: '
|
|
1816
|
+
confluence: 'platform_editor_layout_typeahead_reorder',
|
|
1817
|
+
jira: 'platform_editor_layout_typeahead_reorder'
|
|
1843
1818
|
},
|
|
1844
1819
|
param: 'isEnabled',
|
|
1845
1820
|
defaultValue: false
|
|
@@ -2271,5 +2246,14 @@ export const editorExperimentsConfig = {
|
|
|
2271
2246
|
},
|
|
2272
2247
|
param: 'isEnabled',
|
|
2273
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
|
|
2274
2258
|
})
|
|
2275
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,
|
|
@@ -33,6 +33,14 @@ export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_edito
|
|
|
33
33
|
export var editorExperimentsConfig = {
|
|
34
34
|
// new format to avoid collisions with other users when updating the file
|
|
35
35
|
|
|
36
|
+
// Added 2026-06-09
|
|
37
|
+
remix_button_right_margin_hover: createBooleanExperiment({
|
|
38
|
+
productKeys: {
|
|
39
|
+
confluence: 'remix_button_right_margin_hover'
|
|
40
|
+
},
|
|
41
|
+
param: 'isEnabled',
|
|
42
|
+
defaultValue: false
|
|
43
|
+
}),
|
|
36
44
|
// Editor Platform experiments
|
|
37
45
|
// lwoollard experiments
|
|
38
46
|
|
|
@@ -960,14 +968,6 @@ export var editorExperimentsConfig = {
|
|
|
960
968
|
param: 'isEnabled',
|
|
961
969
|
defaultValue: false
|
|
962
970
|
}),
|
|
963
|
-
// Added 2026-02-16
|
|
964
|
-
platform_editor_disable_lcm_copy_button: createBooleanExperiment({
|
|
965
|
-
productKeys: {
|
|
966
|
-
confluence: 'platform_editor_disable_lcm_copy_button'
|
|
967
|
-
},
|
|
968
|
-
param: 'isEnabled',
|
|
969
|
-
defaultValue: false
|
|
970
|
-
}),
|
|
971
971
|
// Added 2025-11-05
|
|
972
972
|
platform_editor_lovability_emoji_scaling: createBooleanExperiment({
|
|
973
973
|
productKeys: {
|
|
@@ -1261,14 +1261,6 @@ export var editorExperimentsConfig = {
|
|
|
1261
1261
|
param: 'isEnabled',
|
|
1262
1262
|
defaultValue: false
|
|
1263
1263
|
}),
|
|
1264
|
-
// Added 2026-02-05
|
|
1265
|
-
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1266
|
-
productKeys: {
|
|
1267
|
-
confluence: 'platform_editor_toolbar_split_button_ui'
|
|
1268
|
-
},
|
|
1269
|
-
param: 'isEnabled',
|
|
1270
|
-
defaultValue: false
|
|
1271
|
-
}),
|
|
1272
1264
|
// Added 2026-04-24
|
|
1273
1265
|
platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
|
|
1274
1266
|
productKeys: {
|
|
@@ -1563,15 +1555,6 @@ export var editorExperimentsConfig = {
|
|
|
1563
1555
|
param: 'isEnabled',
|
|
1564
1556
|
defaultValue: false
|
|
1565
1557
|
}),
|
|
1566
|
-
// Added 2026-03-10
|
|
1567
|
-
platform_editor_insert_location_check: createBooleanExperiment({
|
|
1568
|
-
productKeys: {
|
|
1569
|
-
jira: 'platform_editor_insert_location_check',
|
|
1570
|
-
confluence: 'platform_editor_insert_location_check'
|
|
1571
|
-
},
|
|
1572
|
-
param: 'isEnabled',
|
|
1573
|
-
defaultValue: false
|
|
1574
|
-
}),
|
|
1575
1558
|
// Added 2026-03-05
|
|
1576
1559
|
cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
|
|
1577
1560
|
productKeys: {
|
|
@@ -1723,14 +1706,6 @@ export var editorExperimentsConfig = {
|
|
|
1723
1706
|
param: 'isEnabled',
|
|
1724
1707
|
defaultValue: false
|
|
1725
1708
|
}),
|
|
1726
|
-
// Added 2026-03-27
|
|
1727
|
-
platform_editor_preserve_node_identity: createBooleanExperiment({
|
|
1728
|
-
productKeys: {
|
|
1729
|
-
confluence: 'platform_editor_preserve_node_identity'
|
|
1730
|
-
},
|
|
1731
|
-
param: 'isEnabled',
|
|
1732
|
-
defaultValue: false
|
|
1733
|
-
}),
|
|
1734
1709
|
// Added 2026-03-23
|
|
1735
1710
|
confluence_toc_nav_a11y: createBooleanExperiment({
|
|
1736
1711
|
productKeys: {
|
|
@@ -1827,19 +1802,19 @@ export var editorExperimentsConfig = {
|
|
|
1827
1802
|
param: 'isEnabled',
|
|
1828
1803
|
defaultValue: false
|
|
1829
1804
|
}),
|
|
1830
|
-
// Added 2026-
|
|
1831
|
-
|
|
1805
|
+
// Added 2026-06-15
|
|
1806
|
+
platform_editor_layout_column_valign_rendering: createBooleanExperiment({
|
|
1832
1807
|
productKeys: {
|
|
1833
|
-
confluence: '
|
|
1834
|
-
jira: 'platform_editor_layout_typeahead_reorder'
|
|
1808
|
+
confluence: 'platform_editor_layout_column_valign_rendering'
|
|
1835
1809
|
},
|
|
1836
1810
|
param: 'isEnabled',
|
|
1837
1811
|
defaultValue: false
|
|
1838
1812
|
}),
|
|
1839
|
-
// Added 2026-
|
|
1840
|
-
|
|
1813
|
+
// Added 2026-05-21
|
|
1814
|
+
platform_editor_layout_typeahead_reorder: createBooleanExperiment({
|
|
1841
1815
|
productKeys: {
|
|
1842
|
-
confluence: '
|
|
1816
|
+
confluence: 'platform_editor_layout_typeahead_reorder',
|
|
1817
|
+
jira: 'platform_editor_layout_typeahead_reorder'
|
|
1843
1818
|
},
|
|
1844
1819
|
param: 'isEnabled',
|
|
1845
1820
|
defaultValue: false
|
|
@@ -2271,5 +2246,14 @@ export var editorExperimentsConfig = {
|
|
|
2271
2246
|
},
|
|
2272
2247
|
param: 'isEnabled',
|
|
2273
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
|
|
2274
2258
|
})
|
|
2275
2259
|
};
|
|
@@ -21,6 +21,12 @@ export type ExperimentDefaultValue<ExperimentName extends keyof EditorExperiment
|
|
|
21
21
|
* existing experiments.
|
|
22
22
|
*/
|
|
23
23
|
export declare const editorExperimentsConfig: {
|
|
24
|
+
remix_button_right_margin_hover: {
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
param: string;
|
|
27
|
+
productKeys?: ProductKeys;
|
|
28
|
+
typeGuard: IsBooleanType;
|
|
29
|
+
};
|
|
24
30
|
advanced_layouts: {
|
|
25
31
|
defaultValue: boolean;
|
|
26
32
|
param: string;
|
|
@@ -519,12 +525,6 @@ export declare const editorExperimentsConfig: {
|
|
|
519
525
|
productKeys?: ProductKeys;
|
|
520
526
|
typeGuard: IsBooleanType;
|
|
521
527
|
};
|
|
522
|
-
platform_editor_lovability_distribute_column_fix: {
|
|
523
|
-
defaultValue: boolean;
|
|
524
|
-
param: string;
|
|
525
|
-
productKeys?: ProductKeys;
|
|
526
|
-
typeGuard: IsBooleanType;
|
|
527
|
-
};
|
|
528
528
|
platform_editor_media_error_analytics: {
|
|
529
529
|
defaultValue: boolean;
|
|
530
530
|
param: string;
|
|
@@ -597,12 +597,6 @@ export declare const editorExperimentsConfig: {
|
|
|
597
597
|
productKeys?: ProductKeys;
|
|
598
598
|
typeGuard: IsBooleanType;
|
|
599
599
|
};
|
|
600
|
-
platform_editor_disable_lcm_copy_button: {
|
|
601
|
-
defaultValue: boolean;
|
|
602
|
-
param: string;
|
|
603
|
-
productKeys?: ProductKeys;
|
|
604
|
-
typeGuard: IsBooleanType;
|
|
605
|
-
};
|
|
606
600
|
platform_editor_renderer_extension_width_fix: {
|
|
607
601
|
defaultValue: boolean;
|
|
608
602
|
param: string;
|
|
@@ -944,12 +938,6 @@ export declare const editorExperimentsConfig: {
|
|
|
944
938
|
productKeys?: ProductKeys;
|
|
945
939
|
typeGuard: IsBooleanType;
|
|
946
940
|
};
|
|
947
|
-
platform_editor_toolbar_split_button_ui: {
|
|
948
|
-
defaultValue: boolean;
|
|
949
|
-
param: string;
|
|
950
|
-
productKeys?: ProductKeys;
|
|
951
|
-
typeGuard: IsBooleanType;
|
|
952
|
-
};
|
|
953
941
|
platform_rovo_page_comment_selector_full_width: {
|
|
954
942
|
defaultValue: boolean;
|
|
955
943
|
param: string;
|
|
@@ -980,6 +968,12 @@ export declare const editorExperimentsConfig: {
|
|
|
980
968
|
productKeys?: ProductKeys;
|
|
981
969
|
typeGuard: IsBooleanType;
|
|
982
970
|
};
|
|
971
|
+
platform_editor_layout_column_valign_rendering: {
|
|
972
|
+
defaultValue: boolean;
|
|
973
|
+
param: string;
|
|
974
|
+
productKeys?: ProductKeys;
|
|
975
|
+
typeGuard: IsBooleanType;
|
|
976
|
+
};
|
|
983
977
|
platform_editor_layout_typeahead_reorder: {
|
|
984
978
|
defaultValue: boolean;
|
|
985
979
|
param: string;
|
|
@@ -1208,12 +1202,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1208
1202
|
productKeys?: ProductKeys;
|
|
1209
1203
|
typeGuard: IsBooleanType;
|
|
1210
1204
|
};
|
|
1211
|
-
platform_editor_insert_location_check: {
|
|
1212
|
-
defaultValue: boolean;
|
|
1213
|
-
param: string;
|
|
1214
|
-
productKeys?: ProductKeys;
|
|
1215
|
-
typeGuard: IsBooleanType;
|
|
1216
|
-
};
|
|
1217
1205
|
platform_editor_fix_editor_unhandled_type_errors: {
|
|
1218
1206
|
defaultValue: boolean;
|
|
1219
1207
|
param: string;
|
|
@@ -1346,12 +1334,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1346
1334
|
productKeys?: ProductKeys;
|
|
1347
1335
|
typeGuard: IsBooleanType;
|
|
1348
1336
|
};
|
|
1349
|
-
platform_editor_preserve_node_identity: {
|
|
1350
|
-
defaultValue: boolean;
|
|
1351
|
-
param: string;
|
|
1352
|
-
productKeys?: ProductKeys;
|
|
1353
|
-
typeGuard: IsBooleanType;
|
|
1354
|
-
};
|
|
1355
1337
|
confluence_toc_nav_a11y: {
|
|
1356
1338
|
defaultValue: boolean;
|
|
1357
1339
|
param: string;
|
|
@@ -1665,5 +1647,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1665
1647
|
productKeys?: ProductKeys;
|
|
1666
1648
|
typeGuard: IsBooleanType;
|
|
1667
1649
|
};
|
|
1650
|
+
platform_editor_menu_radius_update: {
|
|
1651
|
+
defaultValue: boolean;
|
|
1652
|
+
param: string;
|
|
1653
|
+
productKeys?: ProductKeys;
|
|
1654
|
+
typeGuard: IsBooleanType;
|
|
1655
|
+
};
|
|
1668
1656
|
};
|
|
1669
1657
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "105.0.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",
|
|
@@ -23,19 +23,11 @@
|
|
|
23
23
|
"module": "dist/esm/index.js",
|
|
24
24
|
"module:es2019": "dist/es2019/index.js",
|
|
25
25
|
"types": "dist/types/index.d.ts",
|
|
26
|
-
"typesVersions": {
|
|
27
|
-
">=4.5 <5.4": {
|
|
28
|
-
"*": [
|
|
29
|
-
"dist/types-ts4.5/*",
|
|
30
|
-
"dist/types-ts4.5/index.d.ts"
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
26
|
"atlaskit:src": "src/index.ts",
|
|
35
27
|
"dependencies": {
|
|
36
|
-
"@atlaskit/feature-gate-js-client": "^
|
|
37
|
-
"@atlaskit/platform-feature-flags": "^
|
|
38
|
-
"@atlaskit/react-ufo": "^
|
|
28
|
+
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
|
+
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
30
|
+
"@atlaskit/react-ufo": "^7.0.0",
|
|
39
31
|
"@babel/runtime": "^7.0.0"
|
|
40
32
|
},
|
|
41
33
|
"platform-feature-flags": {
|