@atlaskit/tmp-editor-statsig 17.4.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,19 @@
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
+
10
+ ## 17.5.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`707c5a42b5358`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/707c5a42b5358) -
15
+ [ux] Updates LCM for new Read only mode. Also adds a new static property setter to the insm api.
16
+
3
17
  ## 17.4.0
4
18
 
5
19
  ### 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',
@@ -46,6 +46,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
46
46
  param: 'contentPlaceholder',
47
47
  defaultValue: false
48
48
  }),
49
+ // Added 20-01-2026
50
+ cc_editor_lcm_readonly_initial: (0, _experimentBuilders.createBooleanExperiment)({
51
+ productKeys: {
52
+ confluence: 'cc_editor_lcm_readonly_initial'
53
+ },
54
+ param: 'isEnabled',
55
+ defaultValue: false
56
+ }),
49
57
  // Added 02-12-2025
50
58
  cc_fix_hydration_ttvc: (0, _experimentBuilders.createBooleanExperiment)({
51
59
  productKeys: {
@@ -602,15 +610,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
602
610
  defaultValue: 'control'
603
611
  }),
604
612
  // Added 2025-09-17
605
- platform_hover_card_preview_panel_modal: (0, _experimentBuilders.createMultivariateExperiment)({
606
- productKeys: {
607
- confluence: 'platform_hover_card_preview_panel_modal',
608
- jira: 'platform_hover_card_preview_panel_modal'
609
- },
610
- param: 'cohort',
611
- values: ['control', 'test'],
612
- defaultValue: 'control'
613
- }),
614
613
  // Added 2025-11-25
615
614
  smart_link_confluence_short_link_analytics: (0, _experimentBuilders.createMultivariateExperiment)({
616
615
  productKeys: {
@@ -1250,5 +1249,12 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1250
1249
  },
1251
1250
  param: 'isEnabled',
1252
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
1253
1259
  })
1254
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',
@@ -40,6 +40,14 @@ export const editorExperimentsConfig = {
40
40
  param: 'contentPlaceholder',
41
41
  defaultValue: false
42
42
  }),
43
+ // Added 20-01-2026
44
+ cc_editor_lcm_readonly_initial: createBooleanExperiment({
45
+ productKeys: {
46
+ confluence: 'cc_editor_lcm_readonly_initial'
47
+ },
48
+ param: 'isEnabled',
49
+ defaultValue: false
50
+ }),
43
51
  // Added 02-12-2025
44
52
  cc_fix_hydration_ttvc: createBooleanExperiment({
45
53
  productKeys: {
@@ -596,15 +604,6 @@ export const editorExperimentsConfig = {
596
604
  defaultValue: 'control'
597
605
  }),
598
606
  // Added 2025-09-17
599
- platform_hover_card_preview_panel_modal: createMultivariateExperiment({
600
- productKeys: {
601
- confluence: 'platform_hover_card_preview_panel_modal',
602
- jira: 'platform_hover_card_preview_panel_modal'
603
- },
604
- param: 'cohort',
605
- values: ['control', 'test'],
606
- defaultValue: 'control'
607
- }),
608
607
  // Added 2025-11-25
609
608
  smart_link_confluence_short_link_analytics: createMultivariateExperiment({
610
609
  productKeys: {
@@ -1244,5 +1243,12 @@ export const editorExperimentsConfig = {
1244
1243
  },
1245
1244
  param: 'isEnabled',
1246
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
1247
1253
  })
1248
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',
@@ -40,6 +40,14 @@ export var editorExperimentsConfig = {
40
40
  param: 'contentPlaceholder',
41
41
  defaultValue: false
42
42
  }),
43
+ // Added 20-01-2026
44
+ cc_editor_lcm_readonly_initial: createBooleanExperiment({
45
+ productKeys: {
46
+ confluence: 'cc_editor_lcm_readonly_initial'
47
+ },
48
+ param: 'isEnabled',
49
+ defaultValue: false
50
+ }),
43
51
  // Added 02-12-2025
44
52
  cc_fix_hydration_ttvc: createBooleanExperiment({
45
53
  productKeys: {
@@ -596,15 +604,6 @@ export var editorExperimentsConfig = {
596
604
  defaultValue: 'control'
597
605
  }),
598
606
  // Added 2025-09-17
599
- platform_hover_card_preview_panel_modal: createMultivariateExperiment({
600
- productKeys: {
601
- confluence: 'platform_hover_card_preview_panel_modal',
602
- jira: 'platform_hover_card_preview_panel_modal'
603
- },
604
- param: 'cohort',
605
- values: ['control', 'test'],
606
- defaultValue: 'control'
607
- }),
608
607
  // Added 2025-11-25
609
608
  smart_link_confluence_short_link_analytics: createMultivariateExperiment({
610
609
  productKeys: {
@@ -1244,5 +1243,12 @@ export var editorExperimentsConfig = {
1244
1243
  },
1245
1244
  param: 'isEnabled',
1246
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
1247
1253
  })
1248
1254
  };
@@ -76,6 +76,12 @@ export declare const editorExperimentsConfig: {
76
76
  productKeys?: ProductKeys;
77
77
  typeGuard: IsBooleanType;
78
78
  };
79
+ cc_editor_lcm_readonly_initial: {
80
+ defaultValue: boolean;
81
+ param: string;
82
+ productKeys?: ProductKeys;
83
+ typeGuard: IsBooleanType;
84
+ };
79
85
  cc_fix_hydration_ttvc: {
80
86
  defaultValue: boolean;
81
87
  param: string;
@@ -685,13 +691,6 @@ export declare const editorExperimentsConfig: {
685
691
  typeGuard: (value: unknown) => value is 'control' | 'test';
686
692
  values: ('control' | 'test')[];
687
693
  };
688
- platform_hover_card_preview_panel_modal: {
689
- defaultValue: 'control' | 'test';
690
- param: string;
691
- productKeys?: ProductKeys;
692
- typeGuard: (value: unknown) => value is 'control' | 'test';
693
- values: ('control' | 'test')[];
694
- };
695
694
  platform_inline_smartcard_connect_button_exp: {
696
695
  defaultValue: 'control' | 'test1' | 'test2';
697
696
  param: string;
@@ -923,5 +922,11 @@ export declare const editorExperimentsConfig: {
923
922
  productKeys?: ProductKeys;
924
923
  typeGuard: IsBooleanType;
925
924
  };
925
+ confluence_insert_excerpt_inline_vertical_align: {
926
+ defaultValue: boolean;
927
+ param: string;
928
+ productKeys?: ProductKeys;
929
+ typeGuard: IsBooleanType;
930
+ };
926
931
  };
927
932
  export {};
@@ -76,6 +76,12 @@ export declare const editorExperimentsConfig: {
76
76
  productKeys?: ProductKeys;
77
77
  typeGuard: IsBooleanType;
78
78
  };
79
+ cc_editor_lcm_readonly_initial: {
80
+ defaultValue: boolean;
81
+ param: string;
82
+ productKeys?: ProductKeys;
83
+ typeGuard: IsBooleanType;
84
+ };
79
85
  cc_fix_hydration_ttvc: {
80
86
  defaultValue: boolean;
81
87
  param: string;
@@ -685,13 +691,6 @@ export declare const editorExperimentsConfig: {
685
691
  typeGuard: (value: unknown) => value is 'control' | 'test';
686
692
  values: ('control' | 'test')[];
687
693
  };
688
- platform_hover_card_preview_panel_modal: {
689
- defaultValue: 'control' | 'test';
690
- param: string;
691
- productKeys?: ProductKeys;
692
- typeGuard: (value: unknown) => value is 'control' | 'test';
693
- values: ('control' | 'test')[];
694
- };
695
694
  platform_inline_smartcard_connect_button_exp: {
696
695
  defaultValue: 'control' | 'test1' | 'test2';
697
696
  param: string;
@@ -923,5 +922,11 @@ export declare const editorExperimentsConfig: {
923
922
  productKeys?: ProductKeys;
924
923
  typeGuard: IsBooleanType;
925
924
  };
925
+ confluence_insert_excerpt_inline_vertical_align: {
926
+ defaultValue: boolean;
927
+ param: string;
928
+ productKeys?: ProductKeys;
929
+ typeGuard: IsBooleanType;
930
+ };
926
931
  };
927
932
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "17.4.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",