@atlaskit/tmp-editor-statsig 4.1.0 → 4.1.2

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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#127516](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127516)
14
+ [`f4f3e822fcbd8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f4f3e822fcbd8) -
15
+ updated default value in config for editor virt experiment
16
+
3
17
  ## 4.1.0
4
18
 
5
19
  ### 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)(['control', 'fallback-small', 'fallback-large']),
320
- defaultValue: 'control'
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(['control', 'fallback-small', 'fallback-large']),
314
- defaultValue: 'control'
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(['control', 'fallback-small', 'fallback-large']),
314
- defaultValue: 'control'
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 "control" | "fallback-small" | "fallback-large";
313
- defaultValue: string;
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 "control" | "fallback-small" | "fallback-large";
272
- defaultValue: string;
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: string;
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 "control" | "fallback-small" | "fallback-large";
313
- defaultValue: string;
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 "control" | "fallback-small" | "fallback-large";
272
- defaultValue: string;
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: string;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
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",
@@ -36,7 +36,7 @@
36
36
  "./editor-experiments-test-utils": "./src/editor-experiments-test-utils.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/feature-gate-js-client": "^4.26.0",
39
+ "@atlaskit/feature-gate-js-client": "^5.0.0",
40
40
  "@babel/runtime": "^7.0.0"
41
41
  },
42
42
  "peerDependencies": {