@atlaskit/tmp-editor-statsig 32.11.0 → 32.12.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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 32.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2ba512be34b34`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2ba512be34b34) -
|
|
8
|
+
[ux] always enable table resizer extended zone
|
|
9
|
+
|
|
3
10
|
## 32.11.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1576,5 +1576,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1576
1576
|
},
|
|
1577
1577
|
param: 'isEnabled',
|
|
1578
1578
|
defaultValue: false
|
|
1579
|
+
}),
|
|
1580
|
+
// Added 2026-03-05
|
|
1581
|
+
platform_editor_table_resizer_extended_zone: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1582
|
+
productKeys: {
|
|
1583
|
+
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1584
|
+
},
|
|
1585
|
+
param: 'isEnabled',
|
|
1586
|
+
defaultValue: false
|
|
1579
1587
|
})
|
|
1580
1588
|
};
|
|
@@ -1570,5 +1570,13 @@ export const editorExperimentsConfig = {
|
|
|
1570
1570
|
},
|
|
1571
1571
|
param: 'isEnabled',
|
|
1572
1572
|
defaultValue: false
|
|
1573
|
+
}),
|
|
1574
|
+
// Added 2026-03-05
|
|
1575
|
+
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1576
|
+
productKeys: {
|
|
1577
|
+
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1578
|
+
},
|
|
1579
|
+
param: 'isEnabled',
|
|
1580
|
+
defaultValue: false
|
|
1573
1581
|
})
|
|
1574
1582
|
};
|
|
@@ -1570,5 +1570,13 @@ export var editorExperimentsConfig = {
|
|
|
1570
1570
|
},
|
|
1571
1571
|
param: 'isEnabled',
|
|
1572
1572
|
defaultValue: false
|
|
1573
|
+
}),
|
|
1574
|
+
// Added 2026-03-05
|
|
1575
|
+
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1576
|
+
productKeys: {
|
|
1577
|
+
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1578
|
+
},
|
|
1579
|
+
param: 'isEnabled',
|
|
1580
|
+
defaultValue: false
|
|
1573
1581
|
})
|
|
1574
1582
|
};
|
|
@@ -1164,5 +1164,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1164
1164
|
productKeys?: ProductKeys;
|
|
1165
1165
|
typeGuard: IsBooleanType;
|
|
1166
1166
|
};
|
|
1167
|
+
platform_editor_table_resizer_extended_zone: {
|
|
1168
|
+
defaultValue: boolean;
|
|
1169
|
+
param: string;
|
|
1170
|
+
productKeys?: ProductKeys;
|
|
1171
|
+
typeGuard: IsBooleanType;
|
|
1172
|
+
};
|
|
1167
1173
|
};
|
|
1168
1174
|
export {};
|
|
@@ -1164,5 +1164,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1164
1164
|
productKeys?: ProductKeys;
|
|
1165
1165
|
typeGuard: IsBooleanType;
|
|
1166
1166
|
};
|
|
1167
|
+
platform_editor_table_resizer_extended_zone: {
|
|
1168
|
+
defaultValue: boolean;
|
|
1169
|
+
param: string;
|
|
1170
|
+
productKeys?: ProductKeys;
|
|
1171
|
+
typeGuard: IsBooleanType;
|
|
1172
|
+
};
|
|
1167
1173
|
};
|
|
1168
1174
|
export {};
|
package/package.json
CHANGED