@atlaskit/tmp-editor-statsig 15.7.0 → 15.7.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 15.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d94330c37d126`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d94330c37d126) -
8
+ tidy up ff platform_editor_disable_table_overflow_shadows
9
+
3
10
  ## 15.7.0
4
11
 
5
12
  ### Minor Changes
@@ -23,7 +23,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
23
23
  platform_inline_smartcard_connect_button_exp: 'control',
24
24
  confluence_content_mode_replace_dense_with_compact: 'control',
25
25
  cc_editor_insm_outlier_events: 'test',
26
- platform_editor_disable_table_overflow_shadows: 'control',
27
26
  platform_editor_hoverlink_ui_fixes_exp: 'control',
28
27
  platform_editor_table_sticky_header_improvements: 'control',
29
28
  platform_sl_3p_unauth_paste_as_block_card: 'control'
@@ -93,18 +93,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
93
93
  param: 'isEnabled',
94
94
  defaultValue: false
95
95
  }),
96
- // Added 2025-09-30
97
- // variant 1: remove table overflow shadows completely, no table border shown when scrolling.
98
- // variant 2: remove table overflow shadows, show table border when scrolling.
99
- // variant 3: replace table overflow shadows with CSS-only solution.
100
- platform_editor_disable_table_overflow_shadows: (0, _experimentBuilders.createMultivariateExperiment)({
101
- productKeys: {
102
- confluence: 'platform_editor_disable_table_overflow_shadows'
103
- },
104
- param: 'cohort',
105
- values: ['control', 'variant1', 'variant2', 'variant3'],
106
- defaultValue: 'control'
107
- }),
108
96
  // Added 2025-11-26
109
97
  platform_editor_resizer_styles_cleanup: (0, _experimentBuilders.createBooleanExperiment)({
110
98
  productKeys: {
@@ -17,7 +17,6 @@ export const testMultivariateOverrides = {
17
17
  platform_inline_smartcard_connect_button_exp: 'control',
18
18
  confluence_content_mode_replace_dense_with_compact: 'control',
19
19
  cc_editor_insm_outlier_events: 'test',
20
- platform_editor_disable_table_overflow_shadows: 'control',
21
20
  platform_editor_hoverlink_ui_fixes_exp: 'control',
22
21
  platform_editor_table_sticky_header_improvements: 'control',
23
22
  platform_sl_3p_unauth_paste_as_block_card: 'control'
@@ -87,18 +87,6 @@ export const editorExperimentsConfig = {
87
87
  param: 'isEnabled',
88
88
  defaultValue: false
89
89
  }),
90
- // Added 2025-09-30
91
- // variant 1: remove table overflow shadows completely, no table border shown when scrolling.
92
- // variant 2: remove table overflow shadows, show table border when scrolling.
93
- // variant 3: replace table overflow shadows with CSS-only solution.
94
- platform_editor_disable_table_overflow_shadows: createMultivariateExperiment({
95
- productKeys: {
96
- confluence: 'platform_editor_disable_table_overflow_shadows'
97
- },
98
- param: 'cohort',
99
- values: ['control', 'variant1', 'variant2', 'variant3'],
100
- defaultValue: 'control'
101
- }),
102
90
  // Added 2025-11-26
103
91
  platform_editor_resizer_styles_cleanup: createBooleanExperiment({
104
92
  productKeys: {
@@ -17,7 +17,6 @@ export var testMultivariateOverrides = {
17
17
  platform_inline_smartcard_connect_button_exp: 'control',
18
18
  confluence_content_mode_replace_dense_with_compact: 'control',
19
19
  cc_editor_insm_outlier_events: 'test',
20
- platform_editor_disable_table_overflow_shadows: 'control',
21
20
  platform_editor_hoverlink_ui_fixes_exp: 'control',
22
21
  platform_editor_table_sticky_header_improvements: 'control',
23
22
  platform_sl_3p_unauth_paste_as_block_card: 'control'
@@ -87,18 +87,6 @@ export var editorExperimentsConfig = {
87
87
  param: 'isEnabled',
88
88
  defaultValue: false
89
89
  }),
90
- // Added 2025-09-30
91
- // variant 1: remove table overflow shadows completely, no table border shown when scrolling.
92
- // variant 2: remove table overflow shadows, show table border when scrolling.
93
- // variant 3: replace table overflow shadows with CSS-only solution.
94
- platform_editor_disable_table_overflow_shadows: createMultivariateExperiment({
95
- productKeys: {
96
- confluence: 'platform_editor_disable_table_overflow_shadows'
97
- },
98
- param: 'cohort',
99
- values: ['control', 'variant1', 'variant2', 'variant3'],
100
- defaultValue: 'control'
101
- }),
102
90
  // Added 2025-11-26
103
91
  platform_editor_resizer_styles_cleanup: createBooleanExperiment({
104
92
  productKeys: {
@@ -346,13 +346,6 @@ export declare const editorExperimentsConfig: {
346
346
  productKeys?: ProductKeys;
347
347
  typeGuard: IsBooleanType;
348
348
  };
349
- platform_editor_disable_table_overflow_shadows: {
350
- defaultValue: 'control' | 'variant1' | 'variant2' | 'variant3';
351
- param: string;
352
- productKeys?: ProductKeys;
353
- typeGuard: (value: unknown) => value is 'control' | 'variant1' | 'variant2' | 'variant3';
354
- values: ('control' | 'variant1' | 'variant2' | 'variant3')[];
355
- };
356
349
  platform_editor_drag_handle_aria_label: {
357
350
  defaultValue: boolean;
358
351
  param: string;
@@ -346,13 +346,6 @@ export declare const editorExperimentsConfig: {
346
346
  productKeys?: ProductKeys;
347
347
  typeGuard: IsBooleanType;
348
348
  };
349
- platform_editor_disable_table_overflow_shadows: {
350
- defaultValue: 'control' | 'variant1' | 'variant2' | 'variant3';
351
- param: string;
352
- productKeys?: ProductKeys;
353
- typeGuard: (value: unknown) => value is 'control' | 'variant1' | 'variant2' | 'variant3';
354
- values: ('control' | 'variant1' | 'variant2' | 'variant3')[];
355
- };
356
349
  platform_editor_drag_handle_aria_label: {
357
350
  defaultValue: boolean;
358
351
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "15.7.0",
3
+ "version": "15.7.1",
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",