@atlaskit/tmp-editor-statsig 17.5.0 → 17.6.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 17.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`26a5ec6dab84e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/26a5ec6dab84e) -
8
+ Adjust vertical spacing for inline extensions in the renderer
9
+
3
10
  ## 17.5.0
4
11
 
5
12
  ### Minor Changes
@@ -13,7 +13,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
13
13
  confluence_whiteboards_quick_insert_localised_aa: 'control',
14
14
  cc_editor_ai_content_mode: 'control',
15
15
  platform_hover_card_preview_panel: 'control',
16
- platform_hover_card_preview_panel_modal: 'control',
17
16
  smart_link_confluence_short_link_analytics: 'control',
18
17
  platform_inline_smartcard_connect_button_exp: 'control',
19
18
  cc_editor_insm_outlier_events: 'test',
@@ -610,15 +610,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
610
610
  defaultValue: 'control'
611
611
  }),
612
612
  // Added 2025-09-17
613
- platform_hover_card_preview_panel_modal: (0, _experimentBuilders.createMultivariateExperiment)({
614
- productKeys: {
615
- confluence: 'platform_hover_card_preview_panel_modal',
616
- jira: 'platform_hover_card_preview_panel_modal'
617
- },
618
- param: 'cohort',
619
- values: ['control', 'test'],
620
- defaultValue: 'control'
621
- }),
622
613
  // Added 2025-11-25
623
614
  smart_link_confluence_short_link_analytics: (0, _experimentBuilders.createMultivariateExperiment)({
624
615
  productKeys: {
@@ -1258,5 +1249,12 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1258
1249
  },
1259
1250
  param: 'isEnabled',
1260
1251
  defaultValue: false
1252
+ }),
1253
+ confluence_insert_excerpt_inline_vertical_align: (0, _experimentBuilders.createBooleanExperiment)({
1254
+ productKeys: {
1255
+ confluence: 'confluence_insert_excerpt_inline_vertical_align'
1256
+ },
1257
+ param: 'isEnabled',
1258
+ defaultValue: false
1261
1259
  })
1262
1260
  };
@@ -7,7 +7,6 @@ export const testMultivariateOverrides = {
7
7
  confluence_whiteboards_quick_insert_localised_aa: 'control',
8
8
  cc_editor_ai_content_mode: 'control',
9
9
  platform_hover_card_preview_panel: 'control',
10
- platform_hover_card_preview_panel_modal: 'control',
11
10
  smart_link_confluence_short_link_analytics: 'control',
12
11
  platform_inline_smartcard_connect_button_exp: 'control',
13
12
  cc_editor_insm_outlier_events: 'test',
@@ -604,15 +604,6 @@ export const editorExperimentsConfig = {
604
604
  defaultValue: 'control'
605
605
  }),
606
606
  // Added 2025-09-17
607
- platform_hover_card_preview_panel_modal: createMultivariateExperiment({
608
- productKeys: {
609
- confluence: 'platform_hover_card_preview_panel_modal',
610
- jira: 'platform_hover_card_preview_panel_modal'
611
- },
612
- param: 'cohort',
613
- values: ['control', 'test'],
614
- defaultValue: 'control'
615
- }),
616
607
  // Added 2025-11-25
617
608
  smart_link_confluence_short_link_analytics: createMultivariateExperiment({
618
609
  productKeys: {
@@ -1252,5 +1243,12 @@ export const editorExperimentsConfig = {
1252
1243
  },
1253
1244
  param: 'isEnabled',
1254
1245
  defaultValue: false
1246
+ }),
1247
+ confluence_insert_excerpt_inline_vertical_align: createBooleanExperiment({
1248
+ productKeys: {
1249
+ confluence: 'confluence_insert_excerpt_inline_vertical_align'
1250
+ },
1251
+ param: 'isEnabled',
1252
+ defaultValue: false
1255
1253
  })
1256
1254
  };
@@ -7,7 +7,6 @@ export var testMultivariateOverrides = {
7
7
  confluence_whiteboards_quick_insert_localised_aa: 'control',
8
8
  cc_editor_ai_content_mode: 'control',
9
9
  platform_hover_card_preview_panel: 'control',
10
- platform_hover_card_preview_panel_modal: 'control',
11
10
  smart_link_confluence_short_link_analytics: 'control',
12
11
  platform_inline_smartcard_connect_button_exp: 'control',
13
12
  cc_editor_insm_outlier_events: 'test',
@@ -604,15 +604,6 @@ export var editorExperimentsConfig = {
604
604
  defaultValue: 'control'
605
605
  }),
606
606
  // Added 2025-09-17
607
- platform_hover_card_preview_panel_modal: createMultivariateExperiment({
608
- productKeys: {
609
- confluence: 'platform_hover_card_preview_panel_modal',
610
- jira: 'platform_hover_card_preview_panel_modal'
611
- },
612
- param: 'cohort',
613
- values: ['control', 'test'],
614
- defaultValue: 'control'
615
- }),
616
607
  // Added 2025-11-25
617
608
  smart_link_confluence_short_link_analytics: createMultivariateExperiment({
618
609
  productKeys: {
@@ -1252,5 +1243,12 @@ export var editorExperimentsConfig = {
1252
1243
  },
1253
1244
  param: 'isEnabled',
1254
1245
  defaultValue: false
1246
+ }),
1247
+ confluence_insert_excerpt_inline_vertical_align: createBooleanExperiment({
1248
+ productKeys: {
1249
+ confluence: 'confluence_insert_excerpt_inline_vertical_align'
1250
+ },
1251
+ param: 'isEnabled',
1252
+ defaultValue: false
1255
1253
  })
1256
1254
  };
@@ -691,13 +691,6 @@ export declare const editorExperimentsConfig: {
691
691
  typeGuard: (value: unknown) => value is 'control' | 'test';
692
692
  values: ('control' | 'test')[];
693
693
  };
694
- platform_hover_card_preview_panel_modal: {
695
- defaultValue: 'control' | 'test';
696
- param: string;
697
- productKeys?: ProductKeys;
698
- typeGuard: (value: unknown) => value is 'control' | 'test';
699
- values: ('control' | 'test')[];
700
- };
701
694
  platform_inline_smartcard_connect_button_exp: {
702
695
  defaultValue: 'control' | 'test1' | 'test2';
703
696
  param: string;
@@ -929,5 +922,11 @@ export declare const editorExperimentsConfig: {
929
922
  productKeys?: ProductKeys;
930
923
  typeGuard: IsBooleanType;
931
924
  };
925
+ confluence_insert_excerpt_inline_vertical_align: {
926
+ defaultValue: boolean;
927
+ param: string;
928
+ productKeys?: ProductKeys;
929
+ typeGuard: IsBooleanType;
930
+ };
932
931
  };
933
932
  export {};
@@ -691,13 +691,6 @@ export declare const editorExperimentsConfig: {
691
691
  typeGuard: (value: unknown) => value is 'control' | 'test';
692
692
  values: ('control' | 'test')[];
693
693
  };
694
- platform_hover_card_preview_panel_modal: {
695
- defaultValue: 'control' | 'test';
696
- param: string;
697
- productKeys?: ProductKeys;
698
- typeGuard: (value: unknown) => value is 'control' | 'test';
699
- values: ('control' | 'test')[];
700
- };
701
694
  platform_inline_smartcard_connect_button_exp: {
702
695
  defaultValue: 'control' | 'test1' | 'test2';
703
696
  param: string;
@@ -929,5 +922,11 @@ export declare const editorExperimentsConfig: {
929
922
  productKeys?: ProductKeys;
930
923
  typeGuard: IsBooleanType;
931
924
  };
925
+ confluence_insert_excerpt_inline_vertical_align: {
926
+ defaultValue: boolean;
927
+ param: string;
928
+ productKeys?: ProductKeys;
929
+ typeGuard: IsBooleanType;
930
+ };
932
931
  };
933
932
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "17.5.0",
3
+ "version": "17.6.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",