@atlaskit/tmp-editor-statsig 13.19.2 → 13.20.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,17 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`755d06b52ebe4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/755d06b52ebe4) -
8
+ Add table sticky header experiment
9
+
10
+ ### Patch Changes
11
+
12
+ - [`b687f93157a72`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b687f93157a72) -
13
+ Typescript fixes
14
+
3
15
  ## 13.19.2
4
16
 
5
17
  ### Patch Changes
@@ -25,7 +25,8 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
25
25
  confluence_content_mode_replace_dense_with_compact: 'control',
26
26
  cc_editor_insm_outlier_events: 'test',
27
27
  platform_editor_disable_table_overflow_shadows: 'control',
28
- platform_editor_hoverlink_ui_fixes_exp: 'control'
28
+ platform_editor_hoverlink_ui_fixes_exp: 'control',
29
+ platform_editor_table_sticky_header_improvements: 'control'
29
30
  };
30
31
  var testBooleanOverrides = exports.testBooleanOverrides = {
31
32
  platform_editor_feedback_mandatory_rating: false,
@@ -1098,5 +1098,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1098
1098
  },
1099
1099
  param: 'isEnabled',
1100
1100
  defaultValue: false
1101
+ }),
1102
+ // Added 2025-10-27
1103
+ platform_editor_table_sticky_header_improvements: (0, _experimentBuilders.createMultivariateExperiment)({
1104
+ productKeys: {
1105
+ confluence: 'platform_editor_table_sticky_header_improvements'
1106
+ },
1107
+ param: 'cohort',
1108
+ values: ['control', 'test_with_overflow', 'test_without_overflow'],
1109
+ defaultValue: 'control'
1101
1110
  })
1102
1111
  };
@@ -19,7 +19,8 @@ export const testMultivariateOverrides = {
19
19
  confluence_content_mode_replace_dense_with_compact: 'control',
20
20
  cc_editor_insm_outlier_events: 'test',
21
21
  platform_editor_disable_table_overflow_shadows: 'control',
22
- platform_editor_hoverlink_ui_fixes_exp: 'control'
22
+ platform_editor_hoverlink_ui_fixes_exp: 'control',
23
+ platform_editor_table_sticky_header_improvements: 'control'
23
24
  };
24
25
  export const testBooleanOverrides = {
25
26
  platform_editor_feedback_mandatory_rating: false,
@@ -1092,5 +1092,14 @@ export const editorExperimentsConfig = {
1092
1092
  },
1093
1093
  param: 'isEnabled',
1094
1094
  defaultValue: false
1095
+ }),
1096
+ // Added 2025-10-27
1097
+ platform_editor_table_sticky_header_improvements: createMultivariateExperiment({
1098
+ productKeys: {
1099
+ confluence: 'platform_editor_table_sticky_header_improvements'
1100
+ },
1101
+ param: 'cohort',
1102
+ values: ['control', 'test_with_overflow', 'test_without_overflow'],
1103
+ defaultValue: 'control'
1095
1104
  })
1096
1105
  };
@@ -19,7 +19,8 @@ export var testMultivariateOverrides = {
19
19
  confluence_content_mode_replace_dense_with_compact: 'control',
20
20
  cc_editor_insm_outlier_events: 'test',
21
21
  platform_editor_disable_table_overflow_shadows: 'control',
22
- platform_editor_hoverlink_ui_fixes_exp: 'control'
22
+ platform_editor_hoverlink_ui_fixes_exp: 'control',
23
+ platform_editor_table_sticky_header_improvements: 'control'
23
24
  };
24
25
  export var testBooleanOverrides = {
25
26
  platform_editor_feedback_mandatory_rating: false,
@@ -1092,5 +1092,14 @@ export var editorExperimentsConfig = {
1092
1092
  },
1093
1093
  param: 'isEnabled',
1094
1094
  defaultValue: false
1095
+ }),
1096
+ // Added 2025-10-27
1097
+ platform_editor_table_sticky_header_improvements: createMultivariateExperiment({
1098
+ productKeys: {
1099
+ confluence: 'platform_editor_table_sticky_header_improvements'
1100
+ },
1101
+ param: 'cohort',
1102
+ values: ['control', 'test_with_overflow', 'test_without_overflow'],
1103
+ defaultValue: 'control'
1095
1104
  })
1096
1105
  };
@@ -806,4 +806,11 @@ export declare const editorExperimentsConfig: {
806
806
  param: string;
807
807
  productKeys?: import("./types").ProductKeys;
808
808
  };
809
+ platform_editor_table_sticky_header_improvements: {
810
+ values: ("control" | "test_with_overflow" | "test_without_overflow")[];
811
+ typeGuard: (value: unknown) => value is "control" | "test_with_overflow" | "test_without_overflow";
812
+ defaultValue: "control" | "test_with_overflow" | "test_without_overflow";
813
+ param: string;
814
+ productKeys?: import("./types").ProductKeys;
815
+ };
809
816
  };
@@ -806,4 +806,11 @@ export declare const editorExperimentsConfig: {
806
806
  param: string;
807
807
  productKeys?: import("./types").ProductKeys;
808
808
  };
809
+ platform_editor_table_sticky_header_improvements: {
810
+ values: ("control" | "test_with_overflow" | "test_without_overflow")[];
811
+ typeGuard: (value: unknown) => value is "control" | "test_with_overflow" | "test_without_overflow";
812
+ defaultValue: "control" | "test_with_overflow" | "test_without_overflow";
813
+ param: string;
814
+ productKeys?: import("./types").ProductKeys;
815
+ };
809
816
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.19.2",
3
+ "version": "13.20.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",