@atlaskit/tmp-editor-statsig 13.2.0 → 13.3.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`27d1948b0874f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/27d1948b0874f) -
8
+ [ux] @atlaskit/smart-card: Added experiment variation coloring for the inline smartlink connect
9
+ button. @atlaskit/tmp-editor-statsig: Added experiment gate to test config and overrides setup
10
+
3
11
  ## 13.2.0
4
12
 
5
13
  ### Minor Changes
@@ -19,7 +19,8 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
19
19
  platform_editor_ai_iw_adf_streaming: 'control',
20
20
  platform_editor_ai_non_iw_adf_streaming: 'control',
21
21
  platform_hover_card_preview_panel: 'control',
22
- platform_hover_card_preview_panel_modal: 'control'
22
+ platform_hover_card_preview_panel_modal: 'control',
23
+ platform_inline_smartcard_connect_button_exp: 'control'
23
24
  };
24
25
  var testBooleanOverrides = exports.testBooleanOverrides = {
25
26
  platform_editor_feedback_mandatory_rating: false,
@@ -1071,5 +1071,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1071
1071
  },
1072
1072
  param: 'isEnabled',
1073
1073
  defaultValue: false
1074
+ }),
1075
+ // Added 2025-10-01
1076
+ platform_inline_smartcard_connect_button_exp: (0, _experimentBuilders.createMultivariateExperiment)({
1077
+ productKeys: {
1078
+ confluence: 'platform_inline_smartcard_connect_button_exp',
1079
+ jira: 'platform_inline_smartcard_connect_button_exp'
1080
+ },
1081
+ param: 'cohort',
1082
+ values: ['control', 'test1', 'test2'],
1083
+ defaultValue: 'control'
1074
1084
  })
1075
1085
  };
@@ -13,7 +13,8 @@ export const testMultivariateOverrides = {
13
13
  platform_editor_ai_iw_adf_streaming: 'control',
14
14
  platform_editor_ai_non_iw_adf_streaming: 'control',
15
15
  platform_hover_card_preview_panel: 'control',
16
- platform_hover_card_preview_panel_modal: 'control'
16
+ platform_hover_card_preview_panel_modal: 'control',
17
+ platform_inline_smartcard_connect_button_exp: 'control'
17
18
  };
18
19
  export const testBooleanOverrides = {
19
20
  platform_editor_feedback_mandatory_rating: false,
@@ -1065,5 +1065,15 @@ export const editorExperimentsConfig = {
1065
1065
  },
1066
1066
  param: 'isEnabled',
1067
1067
  defaultValue: false
1068
+ }),
1069
+ // Added 2025-10-01
1070
+ platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
1071
+ productKeys: {
1072
+ confluence: 'platform_inline_smartcard_connect_button_exp',
1073
+ jira: 'platform_inline_smartcard_connect_button_exp'
1074
+ },
1075
+ param: 'cohort',
1076
+ values: ['control', 'test1', 'test2'],
1077
+ defaultValue: 'control'
1068
1078
  })
1069
1079
  };
@@ -13,7 +13,8 @@ export var testMultivariateOverrides = {
13
13
  platform_editor_ai_iw_adf_streaming: 'control',
14
14
  platform_editor_ai_non_iw_adf_streaming: 'control',
15
15
  platform_hover_card_preview_panel: 'control',
16
- platform_hover_card_preview_panel_modal: 'control'
16
+ platform_hover_card_preview_panel_modal: 'control',
17
+ platform_inline_smartcard_connect_button_exp: 'control'
17
18
  };
18
19
  export var testBooleanOverrides = {
19
20
  platform_editor_feedback_mandatory_rating: false,
@@ -1065,5 +1065,15 @@ export var editorExperimentsConfig = {
1065
1065
  },
1066
1066
  param: 'isEnabled',
1067
1067
  defaultValue: false
1068
+ }),
1069
+ // Added 2025-10-01
1070
+ platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
1071
+ productKeys: {
1072
+ confluence: 'platform_inline_smartcard_connect_button_exp',
1073
+ jira: 'platform_inline_smartcard_connect_button_exp'
1074
+ },
1075
+ param: 'cohort',
1076
+ values: ['control', 'test1', 'test2'],
1077
+ defaultValue: 'control'
1068
1078
  })
1069
1079
  };
@@ -788,4 +788,11 @@ export declare const editorExperimentsConfig: {
788
788
  param: string;
789
789
  productKeys?: import("./types").ProductKeys;
790
790
  };
791
+ platform_inline_smartcard_connect_button_exp: {
792
+ values: ("control" | "test1" | "test2")[];
793
+ typeGuard: (value: unknown) => value is "control" | "test1" | "test2";
794
+ defaultValue: "control" | "test1" | "test2";
795
+ param: string;
796
+ productKeys?: import("./types").ProductKeys;
797
+ };
791
798
  };
@@ -788,4 +788,11 @@ export declare const editorExperimentsConfig: {
788
788
  param: string;
789
789
  productKeys?: import("./types").ProductKeys;
790
790
  };
791
+ platform_inline_smartcard_connect_button_exp: {
792
+ values: ("control" | "test1" | "test2")[];
793
+ typeGuard: (value: unknown) => value is "control" | "test1" | "test2";
794
+ defaultValue: "control" | "test1" | "test2";
795
+ param: string;
796
+ productKeys?: import("./types").ProductKeys;
797
+ };
791
798
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.2.0",
3
+ "version": "13.3.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",