@atlaskit/tmp-editor-statsig 4.1.0 → 4.1.1
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 +8 -0
- package/dist/cjs/experiments-config.js +2 -2
- package/dist/es2019/experiments-config.js +2 -2
- package/dist/esm/experiments-config.js +2 -2
- package/dist/types/editor-experiments-test-utils.d.ts +2 -2
- package/dist/types/experiments-config.d.ts +2 -2
- package/dist/types/setup.d.ts +1 -1
- package/dist/types-ts4.5/editor-experiments-test-utils.d.ts +2 -2
- package/dist/types-ts4.5/experiments-config.d.ts +2 -2
- package/dist/types-ts4.5/setup.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 4.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#127516](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127516)
|
|
8
|
+
[`f4f3e822fcbd8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f4f3e822fcbd8) -
|
|
9
|
+
updated default value in config for editor virt experiment
|
|
10
|
+
|
|
3
11
|
## 4.1.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -316,8 +316,8 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
316
316
|
confluence: 'platform_editor_inline_node_virtualization'
|
|
317
317
|
},
|
|
318
318
|
param: 'variant',
|
|
319
|
-
typeGuard: (0, _typeGuards.oneOf)(['
|
|
320
|
-
defaultValue: '
|
|
319
|
+
typeGuard: (0, _typeGuards.oneOf)(['off', 'fallback-small', 'fallback-large']),
|
|
320
|
+
defaultValue: 'off'
|
|
321
321
|
},
|
|
322
322
|
// Added 2025-03-03
|
|
323
323
|
platform_editor_cmd_a_progressively_select_nodes: {
|
|
@@ -310,8 +310,8 @@ export const editorExperimentsConfig = {
|
|
|
310
310
|
confluence: 'platform_editor_inline_node_virtualization'
|
|
311
311
|
},
|
|
312
312
|
param: 'variant',
|
|
313
|
-
typeGuard: oneOf(['
|
|
314
|
-
defaultValue: '
|
|
313
|
+
typeGuard: oneOf(['off', 'fallback-small', 'fallback-large']),
|
|
314
|
+
defaultValue: 'off'
|
|
315
315
|
},
|
|
316
316
|
// Added 2025-03-03
|
|
317
317
|
platform_editor_cmd_a_progressively_select_nodes: {
|
|
@@ -310,8 +310,8 @@ export var editorExperimentsConfig = {
|
|
|
310
310
|
confluence: 'platform_editor_inline_node_virtualization'
|
|
311
311
|
},
|
|
312
312
|
param: 'variant',
|
|
313
|
-
typeGuard: oneOf(['
|
|
314
|
-
defaultValue: '
|
|
313
|
+
typeGuard: oneOf(['off', 'fallback-small', 'fallback-large']),
|
|
314
|
+
defaultValue: 'off'
|
|
315
315
|
},
|
|
316
316
|
// Added 2025-03-03
|
|
317
317
|
platform_editor_cmd_a_progressively_select_nodes: {
|
|
@@ -309,8 +309,8 @@ declare namespace eeTest {
|
|
|
309
309
|
confluence: string;
|
|
310
310
|
};
|
|
311
311
|
param: string;
|
|
312
|
-
typeGuard: (value: unknown) => value is "
|
|
313
|
-
defaultValue:
|
|
312
|
+
typeGuard: (value: unknown) => value is "off" | "fallback-small" | "fallback-large";
|
|
313
|
+
defaultValue: "off" | "fallback-small" | "fallback-large";
|
|
314
314
|
};
|
|
315
315
|
platform_editor_cmd_a_progressively_select_nodes: {
|
|
316
316
|
productKeys: {
|
|
@@ -268,8 +268,8 @@ export declare const editorExperimentsConfig: {
|
|
|
268
268
|
confluence: string;
|
|
269
269
|
};
|
|
270
270
|
param: string;
|
|
271
|
-
typeGuard: (value: unknown) => value is "
|
|
272
|
-
defaultValue:
|
|
271
|
+
typeGuard: (value: unknown) => value is "off" | "fallback-small" | "fallback-large";
|
|
272
|
+
defaultValue: "off" | "fallback-small" | "fallback-large";
|
|
273
273
|
};
|
|
274
274
|
platform_editor_cmd_a_progressively_select_nodes: {
|
|
275
275
|
productKeys: {
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export declare let _overrides: Partial<{
|
|
|
40
40
|
platform_editor_nested_non_bodied_macros: "test" | "control";
|
|
41
41
|
editor_ai_inline_suggestion_date: "test" | "control";
|
|
42
42
|
platform_editor_insertion: "control" | "variant1";
|
|
43
|
-
platform_editor_inline_node_virtualization:
|
|
43
|
+
platform_editor_inline_node_virtualization: "off" | "fallback-small" | "fallback-large";
|
|
44
44
|
platform_editor_cmd_a_progressively_select_nodes: boolean;
|
|
45
45
|
editor_text_highlight_orange_to_yellow: "test" | "control";
|
|
46
46
|
}>;
|
|
@@ -309,8 +309,8 @@ declare namespace eeTest {
|
|
|
309
309
|
confluence: string;
|
|
310
310
|
};
|
|
311
311
|
param: string;
|
|
312
|
-
typeGuard: (value: unknown) => value is "
|
|
313
|
-
defaultValue:
|
|
312
|
+
typeGuard: (value: unknown) => value is "off" | "fallback-small" | "fallback-large";
|
|
313
|
+
defaultValue: "off" | "fallback-small" | "fallback-large";
|
|
314
314
|
};
|
|
315
315
|
platform_editor_cmd_a_progressively_select_nodes: {
|
|
316
316
|
productKeys: {
|
|
@@ -268,8 +268,8 @@ export declare const editorExperimentsConfig: {
|
|
|
268
268
|
confluence: string;
|
|
269
269
|
};
|
|
270
270
|
param: string;
|
|
271
|
-
typeGuard: (value: unknown) => value is "
|
|
272
|
-
defaultValue:
|
|
271
|
+
typeGuard: (value: unknown) => value is "off" | "fallback-small" | "fallback-large";
|
|
272
|
+
defaultValue: "off" | "fallback-small" | "fallback-large";
|
|
273
273
|
};
|
|
274
274
|
platform_editor_cmd_a_progressively_select_nodes: {
|
|
275
275
|
productKeys: {
|
|
@@ -40,7 +40,7 @@ export declare let _overrides: Partial<{
|
|
|
40
40
|
platform_editor_nested_non_bodied_macros: "test" | "control";
|
|
41
41
|
editor_ai_inline_suggestion_date: "test" | "control";
|
|
42
42
|
platform_editor_insertion: "control" | "variant1";
|
|
43
|
-
platform_editor_inline_node_virtualization:
|
|
43
|
+
platform_editor_inline_node_virtualization: "off" | "fallback-small" | "fallback-large";
|
|
44
44
|
platform_editor_cmd_a_progressively_select_nodes: boolean;
|
|
45
45
|
editor_text_highlight_orange_to_yellow: "test" | "control";
|
|
46
46
|
}>;
|
package/package.json
CHANGED