@atlaskit/tmp-editor-statsig 13.1.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,29 @@
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
+
11
+ ## 13.2.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`dbff10f5a27ee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbff10f5a27ee) -
16
+ [ux] [ED-29347] Refactors extension hover styles to pure CSS
17
+ - [`2e913b897ced3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e913b897ced3) -
18
+ [https://product-fabric.atlassian.net/browse/ED-29463](ED-29463) - clean up
19
+ platform_editor_media_card_vc_wrapper_attribute Statsig experiment
20
+ - [`a3254a75cdfb7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3254a75cdfb7) -
21
+ [ED-29448] clean up experiment platform_editor_toolbar_aifc_patch_2
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 13.1.0
4
28
 
5
29
  ### Minor Changes
@@ -19,14 +19,14 @@ 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,
26
27
  platform_editor_preview_panel_responsiveness: false,
27
28
  platform_editor_renderer_breakout_fix: false,
28
29
  platform_editor_toolbar_aifc: false,
29
- platform_editor_media_card_vc_wrapper_attribute: false,
30
30
  platform_editor_block_control_optimise_render: false,
31
31
  'test-new-experiments-package': false,
32
32
  support_table_in_comment: false,
@@ -22,13 +22,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
22
22
  param: 'isEnabled',
23
23
  defaultValue: false
24
24
  }),
25
- platform_editor_media_card_vc_wrapper_attribute: (0, _experimentBuilders.createBooleanExperiment)({
26
- productKeys: {
27
- confluence: 'platform_editor_media_card_vc_wrapper_attribute'
28
- },
29
- param: 'isEnabled',
30
- defaultValue: false
31
- }),
32
25
  // Added 2025-07-24
33
26
  editor_prevent_numbered_column_too_big_jira_1: (0, _experimentBuilders.createBooleanExperiment)({
34
27
  productKeys: {
@@ -917,15 +910,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
917
910
  values: ['control', 'test'],
918
911
  defaultValue: 'control'
919
912
  }),
920
- // Added 2025-09-01
921
- platform_editor_toolbar_aifc_patch_2: (0, _experimentBuilders.createBooleanExperiment)({
922
- productKeys: {
923
- confluence: 'platform_editor_toolbar_aifc_patch_2',
924
- jira: 'platform_editor_toolbar_aifc_patch_2'
925
- },
926
- param: 'isEnabled',
927
- defaultValue: false
928
- }),
929
913
  // Added 2025-09-08
930
914
  platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
931
915
  productKeys: {
@@ -1072,6 +1056,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1072
1056
  param: 'isEnabled',
1073
1057
  defaultValue: false
1074
1058
  }),
1059
+ // Added 2025-09-23
1060
+ cc_editor_ttvc_release_bundle_one: (0, _experimentBuilders.createBooleanExperiment)({
1061
+ productKeys: {
1062
+ confluence: 'cc_editor_ttvc_release_bundle_one'
1063
+ },
1064
+ param: 'isEnabled',
1065
+ defaultValue: false
1066
+ }),
1075
1067
  // Added 2025-09-26
1076
1068
  platform_editor_toolbar_aifc_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
1077
1069
  productKeys: {
@@ -1079,5 +1071,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1079
1071
  },
1080
1072
  param: 'isEnabled',
1081
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'
1082
1084
  })
1083
1085
  };
@@ -13,14 +13,14 @@ 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,
20
21
  platform_editor_preview_panel_responsiveness: false,
21
22
  platform_editor_renderer_breakout_fix: false,
22
23
  platform_editor_toolbar_aifc: false,
23
- platform_editor_media_card_vc_wrapper_attribute: false,
24
24
  platform_editor_block_control_optimise_render: false,
25
25
  'test-new-experiments-package': false,
26
26
  support_table_in_comment: false,
@@ -16,13 +16,6 @@ export const editorExperimentsConfig = {
16
16
  param: 'isEnabled',
17
17
  defaultValue: false
18
18
  }),
19
- platform_editor_media_card_vc_wrapper_attribute: createBooleanExperiment({
20
- productKeys: {
21
- confluence: 'platform_editor_media_card_vc_wrapper_attribute'
22
- },
23
- param: 'isEnabled',
24
- defaultValue: false
25
- }),
26
19
  // Added 2025-07-24
27
20
  editor_prevent_numbered_column_too_big_jira_1: createBooleanExperiment({
28
21
  productKeys: {
@@ -911,15 +904,6 @@ export const editorExperimentsConfig = {
911
904
  values: ['control', 'test'],
912
905
  defaultValue: 'control'
913
906
  }),
914
- // Added 2025-09-01
915
- platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
916
- productKeys: {
917
- confluence: 'platform_editor_toolbar_aifc_patch_2',
918
- jira: 'platform_editor_toolbar_aifc_patch_2'
919
- },
920
- param: 'isEnabled',
921
- defaultValue: false
922
- }),
923
907
  // Added 2025-09-08
924
908
  platform_editor_editor_width_analytics: createBooleanExperiment({
925
909
  productKeys: {
@@ -1066,6 +1050,14 @@ export const editorExperimentsConfig = {
1066
1050
  param: 'isEnabled',
1067
1051
  defaultValue: false
1068
1052
  }),
1053
+ // Added 2025-09-23
1054
+ cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
1055
+ productKeys: {
1056
+ confluence: 'cc_editor_ttvc_release_bundle_one'
1057
+ },
1058
+ param: 'isEnabled',
1059
+ defaultValue: false
1060
+ }),
1069
1061
  // Added 2025-09-26
1070
1062
  platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
1071
1063
  productKeys: {
@@ -1073,5 +1065,15 @@ export const editorExperimentsConfig = {
1073
1065
  },
1074
1066
  param: 'isEnabled',
1075
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'
1076
1078
  })
1077
1079
  };
@@ -13,14 +13,14 @@ 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,
20
21
  platform_editor_preview_panel_responsiveness: false,
21
22
  platform_editor_renderer_breakout_fix: false,
22
23
  platform_editor_toolbar_aifc: false,
23
- platform_editor_media_card_vc_wrapper_attribute: false,
24
24
  platform_editor_block_control_optimise_render: false,
25
25
  'test-new-experiments-package': false,
26
26
  support_table_in_comment: false,
@@ -16,13 +16,6 @@ export var editorExperimentsConfig = {
16
16
  param: 'isEnabled',
17
17
  defaultValue: false
18
18
  }),
19
- platform_editor_media_card_vc_wrapper_attribute: createBooleanExperiment({
20
- productKeys: {
21
- confluence: 'platform_editor_media_card_vc_wrapper_attribute'
22
- },
23
- param: 'isEnabled',
24
- defaultValue: false
25
- }),
26
19
  // Added 2025-07-24
27
20
  editor_prevent_numbered_column_too_big_jira_1: createBooleanExperiment({
28
21
  productKeys: {
@@ -911,15 +904,6 @@ export var editorExperimentsConfig = {
911
904
  values: ['control', 'test'],
912
905
  defaultValue: 'control'
913
906
  }),
914
- // Added 2025-09-01
915
- platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
916
- productKeys: {
917
- confluence: 'platform_editor_toolbar_aifc_patch_2',
918
- jira: 'platform_editor_toolbar_aifc_patch_2'
919
- },
920
- param: 'isEnabled',
921
- defaultValue: false
922
- }),
923
907
  // Added 2025-09-08
924
908
  platform_editor_editor_width_analytics: createBooleanExperiment({
925
909
  productKeys: {
@@ -1066,6 +1050,14 @@ export var editorExperimentsConfig = {
1066
1050
  param: 'isEnabled',
1067
1051
  defaultValue: false
1068
1052
  }),
1053
+ // Added 2025-09-23
1054
+ cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
1055
+ productKeys: {
1056
+ confluence: 'cc_editor_ttvc_release_bundle_one'
1057
+ },
1058
+ param: 'isEnabled',
1059
+ defaultValue: false
1060
+ }),
1069
1061
  // Added 2025-09-26
1070
1062
  platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
1071
1063
  productKeys: {
@@ -1073,5 +1065,15 @@ export var editorExperimentsConfig = {
1073
1065
  },
1074
1066
  param: 'isEnabled',
1075
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'
1076
1078
  })
1077
1079
  };
@@ -11,12 +11,6 @@ export declare const editorExperimentsConfig: {
11
11
  param: string;
12
12
  productKeys?: import("./types").ProductKeys;
13
13
  };
14
- platform_editor_media_card_vc_wrapper_attribute: {
15
- typeGuard: typeof import("./type-guards").isBoolean;
16
- defaultValue: boolean;
17
- param: string;
18
- productKeys?: import("./types").ProductKeys;
19
- };
20
14
  editor_prevent_numbered_column_too_big_jira_1: {
21
15
  typeGuard: typeof import("./type-guards").isBoolean;
22
16
  defaultValue: boolean;
@@ -674,12 +668,6 @@ export declare const editorExperimentsConfig: {
674
668
  param: string;
675
669
  productKeys?: import("./types").ProductKeys;
676
670
  };
677
- platform_editor_toolbar_aifc_patch_2: {
678
- typeGuard: typeof import("./type-guards").isBoolean;
679
- defaultValue: boolean;
680
- param: string;
681
- productKeys?: import("./types").ProductKeys;
682
- };
683
671
  platform_editor_editor_width_analytics: {
684
672
  typeGuard: typeof import("./type-guards").isBoolean;
685
673
  defaultValue: boolean;
@@ -788,10 +776,23 @@ export declare const editorExperimentsConfig: {
788
776
  param: string;
789
777
  productKeys?: import("./types").ProductKeys;
790
778
  };
779
+ cc_editor_ttvc_release_bundle_one: {
780
+ typeGuard: typeof import("./type-guards").isBoolean;
781
+ defaultValue: boolean;
782
+ param: string;
783
+ productKeys?: import("./types").ProductKeys;
784
+ };
791
785
  platform_editor_toolbar_aifc_patch_6: {
792
786
  typeGuard: typeof import("./type-guards").isBoolean;
793
787
  defaultValue: boolean;
794
788
  param: string;
795
789
  productKeys?: import("./types").ProductKeys;
796
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
+ };
797
798
  };
@@ -11,12 +11,6 @@ export declare const editorExperimentsConfig: {
11
11
  param: string;
12
12
  productKeys?: import("./types").ProductKeys;
13
13
  };
14
- platform_editor_media_card_vc_wrapper_attribute: {
15
- typeGuard: typeof import("./type-guards").isBoolean;
16
- defaultValue: boolean;
17
- param: string;
18
- productKeys?: import("./types").ProductKeys;
19
- };
20
14
  editor_prevent_numbered_column_too_big_jira_1: {
21
15
  typeGuard: typeof import("./type-guards").isBoolean;
22
16
  defaultValue: boolean;
@@ -674,12 +668,6 @@ export declare const editorExperimentsConfig: {
674
668
  param: string;
675
669
  productKeys?: import("./types").ProductKeys;
676
670
  };
677
- platform_editor_toolbar_aifc_patch_2: {
678
- typeGuard: typeof import("./type-guards").isBoolean;
679
- defaultValue: boolean;
680
- param: string;
681
- productKeys?: import("./types").ProductKeys;
682
- };
683
671
  platform_editor_editor_width_analytics: {
684
672
  typeGuard: typeof import("./type-guards").isBoolean;
685
673
  defaultValue: boolean;
@@ -788,10 +776,23 @@ export declare const editorExperimentsConfig: {
788
776
  param: string;
789
777
  productKeys?: import("./types").ProductKeys;
790
778
  };
779
+ cc_editor_ttvc_release_bundle_one: {
780
+ typeGuard: typeof import("./type-guards").isBoolean;
781
+ defaultValue: boolean;
782
+ param: string;
783
+ productKeys?: import("./types").ProductKeys;
784
+ };
791
785
  platform_editor_toolbar_aifc_patch_6: {
792
786
  typeGuard: typeof import("./type-guards").isBoolean;
793
787
  defaultValue: boolean;
794
788
  param: string;
795
789
  productKeys?: import("./types").ProductKeys;
796
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
+ };
797
798
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.1.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",