@atlaskit/tmp-editor-statsig 32.9.0 → 32.10.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 +9 -0
- package/dist/cjs/experiments-config.js +27 -3
- package/dist/es2019/experiments-config.js +27 -3
- package/dist/esm/experiments-config.js +27 -3
- package/dist/types/experiments-config.d.ts +19 -1
- package/dist/types-ts4.5/experiments-config.d.ts +19 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 32.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0f91061590da3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0f91061590da3) -
|
|
8
|
+
Split platform_editor_vc90_transition_fixes_batch_1 into
|
|
9
|
+
platform_editor_vc90_transition_table_border, platform_editor_vc90_transition_expand_icon,
|
|
10
|
+
platform_editor_vc90_transition_mentions, platform_editor_vc90_transition_panel_icon
|
|
11
|
+
|
|
3
12
|
## 32.9.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -1462,10 +1462,34 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1462
1462
|
param: 'isEnabled',
|
|
1463
1463
|
defaultValue: false
|
|
1464
1464
|
}),
|
|
1465
|
-
// Added 2026-
|
|
1466
|
-
|
|
1465
|
+
// Added 2026-03-04
|
|
1466
|
+
platform_editor_vc90_transition_table_border: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1467
|
+
productKeys: {
|
|
1468
|
+
confluence: 'platform_editor_vc90_transition_table_border'
|
|
1469
|
+
},
|
|
1470
|
+
param: 'isEnabled',
|
|
1471
|
+
defaultValue: false
|
|
1472
|
+
}),
|
|
1473
|
+
// Added 2026-03-04
|
|
1474
|
+
platform_editor_vc90_transition_expand_icon: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1475
|
+
productKeys: {
|
|
1476
|
+
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1477
|
+
},
|
|
1478
|
+
param: 'isEnabled',
|
|
1479
|
+
defaultValue: false
|
|
1480
|
+
}),
|
|
1481
|
+
// Added 2026-03-04
|
|
1482
|
+
platform_editor_vc90_transition_panel_icon: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1483
|
+
productKeys: {
|
|
1484
|
+
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
1485
|
+
},
|
|
1486
|
+
param: 'isEnabled',
|
|
1487
|
+
defaultValue: false
|
|
1488
|
+
}),
|
|
1489
|
+
// Added 2026-03-04
|
|
1490
|
+
platform_editor_vc90_transition_mentions: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1467
1491
|
productKeys: {
|
|
1468
|
-
confluence: '
|
|
1492
|
+
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1469
1493
|
},
|
|
1470
1494
|
param: 'isEnabled',
|
|
1471
1495
|
defaultValue: false
|
|
@@ -1456,10 +1456,34 @@ export const editorExperimentsConfig = {
|
|
|
1456
1456
|
param: 'isEnabled',
|
|
1457
1457
|
defaultValue: false
|
|
1458
1458
|
}),
|
|
1459
|
-
// Added 2026-
|
|
1460
|
-
|
|
1459
|
+
// Added 2026-03-04
|
|
1460
|
+
platform_editor_vc90_transition_table_border: createBooleanExperiment({
|
|
1461
|
+
productKeys: {
|
|
1462
|
+
confluence: 'platform_editor_vc90_transition_table_border'
|
|
1463
|
+
},
|
|
1464
|
+
param: 'isEnabled',
|
|
1465
|
+
defaultValue: false
|
|
1466
|
+
}),
|
|
1467
|
+
// Added 2026-03-04
|
|
1468
|
+
platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
|
|
1469
|
+
productKeys: {
|
|
1470
|
+
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1471
|
+
},
|
|
1472
|
+
param: 'isEnabled',
|
|
1473
|
+
defaultValue: false
|
|
1474
|
+
}),
|
|
1475
|
+
// Added 2026-03-04
|
|
1476
|
+
platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
|
|
1477
|
+
productKeys: {
|
|
1478
|
+
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
1479
|
+
},
|
|
1480
|
+
param: 'isEnabled',
|
|
1481
|
+
defaultValue: false
|
|
1482
|
+
}),
|
|
1483
|
+
// Added 2026-03-04
|
|
1484
|
+
platform_editor_vc90_transition_mentions: createBooleanExperiment({
|
|
1461
1485
|
productKeys: {
|
|
1462
|
-
confluence: '
|
|
1486
|
+
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1463
1487
|
},
|
|
1464
1488
|
param: 'isEnabled',
|
|
1465
1489
|
defaultValue: false
|
|
@@ -1456,10 +1456,34 @@ export var editorExperimentsConfig = {
|
|
|
1456
1456
|
param: 'isEnabled',
|
|
1457
1457
|
defaultValue: false
|
|
1458
1458
|
}),
|
|
1459
|
-
// Added 2026-
|
|
1460
|
-
|
|
1459
|
+
// Added 2026-03-04
|
|
1460
|
+
platform_editor_vc90_transition_table_border: createBooleanExperiment({
|
|
1461
|
+
productKeys: {
|
|
1462
|
+
confluence: 'platform_editor_vc90_transition_table_border'
|
|
1463
|
+
},
|
|
1464
|
+
param: 'isEnabled',
|
|
1465
|
+
defaultValue: false
|
|
1466
|
+
}),
|
|
1467
|
+
// Added 2026-03-04
|
|
1468
|
+
platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
|
|
1469
|
+
productKeys: {
|
|
1470
|
+
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1471
|
+
},
|
|
1472
|
+
param: 'isEnabled',
|
|
1473
|
+
defaultValue: false
|
|
1474
|
+
}),
|
|
1475
|
+
// Added 2026-03-04
|
|
1476
|
+
platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
|
|
1477
|
+
productKeys: {
|
|
1478
|
+
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
1479
|
+
},
|
|
1480
|
+
param: 'isEnabled',
|
|
1481
|
+
defaultValue: false
|
|
1482
|
+
}),
|
|
1483
|
+
// Added 2026-03-04
|
|
1484
|
+
platform_editor_vc90_transition_mentions: createBooleanExperiment({
|
|
1461
1485
|
productKeys: {
|
|
1462
|
-
confluence: '
|
|
1486
|
+
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1463
1487
|
},
|
|
1464
1488
|
param: 'isEnabled',
|
|
1465
1489
|
defaultValue: false
|
|
@@ -1092,7 +1092,25 @@ export declare const editorExperimentsConfig: {
|
|
|
1092
1092
|
productKeys?: ProductKeys;
|
|
1093
1093
|
typeGuard: IsBooleanType;
|
|
1094
1094
|
};
|
|
1095
|
-
|
|
1095
|
+
platform_editor_vc90_transition_table_border: {
|
|
1096
|
+
defaultValue: boolean;
|
|
1097
|
+
param: string;
|
|
1098
|
+
productKeys?: ProductKeys;
|
|
1099
|
+
typeGuard: IsBooleanType;
|
|
1100
|
+
};
|
|
1101
|
+
platform_editor_vc90_transition_expand_icon: {
|
|
1102
|
+
defaultValue: boolean;
|
|
1103
|
+
param: string;
|
|
1104
|
+
productKeys?: ProductKeys;
|
|
1105
|
+
typeGuard: IsBooleanType;
|
|
1106
|
+
};
|
|
1107
|
+
platform_editor_vc90_transition_panel_icon: {
|
|
1108
|
+
defaultValue: boolean;
|
|
1109
|
+
param: string;
|
|
1110
|
+
productKeys?: ProductKeys;
|
|
1111
|
+
typeGuard: IsBooleanType;
|
|
1112
|
+
};
|
|
1113
|
+
platform_editor_vc90_transition_mentions: {
|
|
1096
1114
|
defaultValue: boolean;
|
|
1097
1115
|
param: string;
|
|
1098
1116
|
productKeys?: ProductKeys;
|
|
@@ -1092,7 +1092,25 @@ export declare const editorExperimentsConfig: {
|
|
|
1092
1092
|
productKeys?: ProductKeys;
|
|
1093
1093
|
typeGuard: IsBooleanType;
|
|
1094
1094
|
};
|
|
1095
|
-
|
|
1095
|
+
platform_editor_vc90_transition_table_border: {
|
|
1096
|
+
defaultValue: boolean;
|
|
1097
|
+
param: string;
|
|
1098
|
+
productKeys?: ProductKeys;
|
|
1099
|
+
typeGuard: IsBooleanType;
|
|
1100
|
+
};
|
|
1101
|
+
platform_editor_vc90_transition_expand_icon: {
|
|
1102
|
+
defaultValue: boolean;
|
|
1103
|
+
param: string;
|
|
1104
|
+
productKeys?: ProductKeys;
|
|
1105
|
+
typeGuard: IsBooleanType;
|
|
1106
|
+
};
|
|
1107
|
+
platform_editor_vc90_transition_panel_icon: {
|
|
1108
|
+
defaultValue: boolean;
|
|
1109
|
+
param: string;
|
|
1110
|
+
productKeys?: ProductKeys;
|
|
1111
|
+
typeGuard: IsBooleanType;
|
|
1112
|
+
};
|
|
1113
|
+
platform_editor_vc90_transition_mentions: {
|
|
1096
1114
|
defaultValue: boolean;
|
|
1097
1115
|
param: string;
|
|
1098
1116
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED