@atlaskit/tmp-editor-statsig 13.38.0 → 13.39.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.39.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d2da08dd6c682`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d2da08dd6c682) -
8
+ use css driven width for extension styles in renderer
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 13.38.1
15
+
16
+ ### Patch Changes
17
+
18
+ - [`7dc5ce11f312e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7dc5ce11f312e) -
19
+ Clean up platform_editor_ai_remove_trivial_prompts_cc fg
20
+
3
21
  ## 13.38.0
4
22
 
5
23
  ### Minor Changes
@@ -58,7 +58,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
58
58
  platform_editor_ai_quickstart_command: false,
59
59
  platform_editor_block_controls_perf_optimization: false,
60
60
  platform_editor_enable_single_player_step_merging: false,
61
- platform_editor_ai_remove_trivial_prompts_cc: false,
62
61
  platform_editor_find_and_replace_improvements: false,
63
62
  platform_editor_toggle_expand_on_match_found: false,
64
63
  platform_editor_reduce_noisy_steps_ncs: false,
@@ -58,6 +58,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
58
58
  values: ['control', 'test'],
59
59
  defaultValue: 'control'
60
60
  }),
61
+ // Added 2025-11-17
62
+ platform_editor_renderer_extension_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
63
+ productKeys: {
64
+ confluence: 'platform_editor_renderer_extension_width_fix'
65
+ },
66
+ param: 'isEnabled',
67
+ defaultValue: false
68
+ }),
61
69
  // Added 2025-09-30
62
70
  // variant 1: remove table overflow shadows completely, no table border shown when scrolling.
63
71
  // variant 2: remove table overflow shadows, show table border when scrolling.
@@ -466,14 +474,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
466
474
  values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
467
475
  defaultValue: 'control'
468
476
  }),
469
- // Added 2025-07-07
470
- platform_editor_ai_remove_trivial_prompts_cc: (0, _experimentBuilders.createBooleanExperiment)({
471
- productKeys: {
472
- confluence: 'platform_editor_ai_remove_trivial_prompts_cc'
473
- },
474
- param: 'isEnabled',
475
- defaultValue: false
476
- }),
477
477
  //Added 2025-07-25
478
478
  platform_editor_extension_styles: (0, _experimentBuilders.createBooleanExperiment)({
479
479
  productKeys: {
@@ -52,7 +52,6 @@ export const testBooleanOverrides = {
52
52
  platform_editor_ai_quickstart_command: false,
53
53
  platform_editor_block_controls_perf_optimization: false,
54
54
  platform_editor_enable_single_player_step_merging: false,
55
- platform_editor_ai_remove_trivial_prompts_cc: false,
56
55
  platform_editor_find_and_replace_improvements: false,
57
56
  platform_editor_toggle_expand_on_match_found: false,
58
57
  platform_editor_reduce_noisy_steps_ncs: false,
@@ -52,6 +52,14 @@ export const editorExperimentsConfig = {
52
52
  values: ['control', 'test'],
53
53
  defaultValue: 'control'
54
54
  }),
55
+ // Added 2025-11-17
56
+ platform_editor_renderer_extension_width_fix: createBooleanExperiment({
57
+ productKeys: {
58
+ confluence: 'platform_editor_renderer_extension_width_fix'
59
+ },
60
+ param: 'isEnabled',
61
+ defaultValue: false
62
+ }),
55
63
  // Added 2025-09-30
56
64
  // variant 1: remove table overflow shadows completely, no table border shown when scrolling.
57
65
  // variant 2: remove table overflow shadows, show table border when scrolling.
@@ -460,14 +468,6 @@ export const editorExperimentsConfig = {
460
468
  values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
461
469
  defaultValue: 'control'
462
470
  }),
463
- // Added 2025-07-07
464
- platform_editor_ai_remove_trivial_prompts_cc: createBooleanExperiment({
465
- productKeys: {
466
- confluence: 'platform_editor_ai_remove_trivial_prompts_cc'
467
- },
468
- param: 'isEnabled',
469
- defaultValue: false
470
- }),
471
471
  //Added 2025-07-25
472
472
  platform_editor_extension_styles: createBooleanExperiment({
473
473
  productKeys: {
@@ -52,7 +52,6 @@ export var testBooleanOverrides = {
52
52
  platform_editor_ai_quickstart_command: false,
53
53
  platform_editor_block_controls_perf_optimization: false,
54
54
  platform_editor_enable_single_player_step_merging: false,
55
- platform_editor_ai_remove_trivial_prompts_cc: false,
56
55
  platform_editor_find_and_replace_improvements: false,
57
56
  platform_editor_toggle_expand_on_match_found: false,
58
57
  platform_editor_reduce_noisy_steps_ncs: false,
@@ -52,6 +52,14 @@ export var editorExperimentsConfig = {
52
52
  values: ['control', 'test'],
53
53
  defaultValue: 'control'
54
54
  }),
55
+ // Added 2025-11-17
56
+ platform_editor_renderer_extension_width_fix: createBooleanExperiment({
57
+ productKeys: {
58
+ confluence: 'platform_editor_renderer_extension_width_fix'
59
+ },
60
+ param: 'isEnabled',
61
+ defaultValue: false
62
+ }),
55
63
  // Added 2025-09-30
56
64
  // variant 1: remove table overflow shadows completely, no table border shown when scrolling.
57
65
  // variant 2: remove table overflow shadows, show table border when scrolling.
@@ -460,14 +468,6 @@ export var editorExperimentsConfig = {
460
468
  values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
461
469
  defaultValue: 'control'
462
470
  }),
463
- // Added 2025-07-07
464
- platform_editor_ai_remove_trivial_prompts_cc: createBooleanExperiment({
465
- productKeys: {
466
- confluence: 'platform_editor_ai_remove_trivial_prompts_cc'
467
- },
468
- param: 'isEnabled',
469
- defaultValue: false
470
- }),
471
471
  //Added 2025-07-25
472
472
  platform_editor_extension_styles: createBooleanExperiment({
473
473
  productKeys: {
@@ -36,6 +36,12 @@ export declare const editorExperimentsConfig: {
36
36
  param: string;
37
37
  productKeys?: import("./types").ProductKeys;
38
38
  };
39
+ platform_editor_renderer_extension_width_fix: {
40
+ typeGuard: typeof import("./type-guards").isBoolean;
41
+ defaultValue: boolean;
42
+ param: string;
43
+ productKeys?: import("./types").ProductKeys;
44
+ };
39
45
  platform_editor_disable_table_overflow_shadows: {
40
46
  values: ("control" | "variant1" | "variant2" | "variant3")[];
41
47
  typeGuard: (value: unknown) => value is "control" | "variant1" | "variant2" | "variant3";
@@ -338,12 +344,6 @@ export declare const editorExperimentsConfig: {
338
344
  param: string;
339
345
  productKeys?: import("./types").ProductKeys;
340
346
  };
341
- platform_editor_ai_remove_trivial_prompts_cc: {
342
- typeGuard: typeof import("./type-guards").isBoolean;
343
- defaultValue: boolean;
344
- param: string;
345
- productKeys?: import("./types").ProductKeys;
346
- };
347
347
  platform_editor_extension_styles: {
348
348
  typeGuard: typeof import("./type-guards").isBoolean;
349
349
  defaultValue: boolean;
@@ -36,6 +36,12 @@ export declare const editorExperimentsConfig: {
36
36
  param: string;
37
37
  productKeys?: import("./types").ProductKeys;
38
38
  };
39
+ platform_editor_renderer_extension_width_fix: {
40
+ typeGuard: typeof import("./type-guards").isBoolean;
41
+ defaultValue: boolean;
42
+ param: string;
43
+ productKeys?: import("./types").ProductKeys;
44
+ };
39
45
  platform_editor_disable_table_overflow_shadows: {
40
46
  values: ("control" | "variant1" | "variant2" | "variant3")[];
41
47
  typeGuard: (value: unknown) => value is "control" | "variant1" | "variant2" | "variant3";
@@ -338,12 +344,6 @@ export declare const editorExperimentsConfig: {
338
344
  param: string;
339
345
  productKeys?: import("./types").ProductKeys;
340
346
  };
341
- platform_editor_ai_remove_trivial_prompts_cc: {
342
- typeGuard: typeof import("./type-guards").isBoolean;
343
- defaultValue: boolean;
344
- param: string;
345
- productKeys?: import("./types").ProductKeys;
346
- };
347
347
  platform_editor_extension_styles: {
348
348
  typeGuard: typeof import("./type-guards").isBoolean;
349
349
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.38.0",
3
+ "version": "13.39.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^4.14.0",
37
+ "@atlaskit/react-ufo": "^4.15.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {