@atlaskit/tmp-editor-statsig 28.0.0 → 29.0.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,16 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 29.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`d3d133a22950e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3d133a22950e) -
8
+ [CLEANUP] Cleanup platform_editor_ai_exp_suggestion_date_comma_delim
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 28.0.0
4
15
 
5
16
  ### Major Changes
@@ -957,6 +957,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
957
957
  param: 'isEnabled',
958
958
  defaultValue: false
959
959
  }),
960
+ platform_editor_flex_based_centering: (0, _experimentBuilders.createBooleanExperiment)({
961
+ productKeys: {
962
+ confluence: 'platform_editor_flex_based_centering'
963
+ },
964
+ param: 'isEnabled',
965
+ defaultValue: false
966
+ }),
960
967
  // Added 2025-12-18
961
968
  platform_editor_blockquote_zero_padding: (0, _experimentBuilders.createBooleanExperiment)({
962
969
  productKeys: {
@@ -1041,14 +1048,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1041
1048
  param: 'isEnabled',
1042
1049
  defaultValue: false
1043
1050
  }),
1044
- // Added 2025-12-15
1045
- platform_editor_ai_exp_suggestion_date_comma_delim: (0, _experimentBuilders.createBooleanExperiment)({
1046
- productKeys: {
1047
- confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
1048
- },
1049
- param: 'isEnabled',
1050
- defaultValue: false
1051
- }),
1052
1051
  platform_editor_sel_toolbar_fix: (0, _experimentBuilders.createBooleanExperiment)({
1053
1052
  productKeys: {
1054
1053
  confluence: 'platform_editor_sel_toolbar_fix',
@@ -951,6 +951,13 @@ export const editorExperimentsConfig = {
951
951
  param: 'isEnabled',
952
952
  defaultValue: false
953
953
  }),
954
+ platform_editor_flex_based_centering: createBooleanExperiment({
955
+ productKeys: {
956
+ confluence: 'platform_editor_flex_based_centering'
957
+ },
958
+ param: 'isEnabled',
959
+ defaultValue: false
960
+ }),
954
961
  // Added 2025-12-18
955
962
  platform_editor_blockquote_zero_padding: createBooleanExperiment({
956
963
  productKeys: {
@@ -1035,14 +1042,6 @@ export const editorExperimentsConfig = {
1035
1042
  param: 'isEnabled',
1036
1043
  defaultValue: false
1037
1044
  }),
1038
- // Added 2025-12-15
1039
- platform_editor_ai_exp_suggestion_date_comma_delim: createBooleanExperiment({
1040
- productKeys: {
1041
- confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
1042
- },
1043
- param: 'isEnabled',
1044
- defaultValue: false
1045
- }),
1046
1045
  platform_editor_sel_toolbar_fix: createBooleanExperiment({
1047
1046
  productKeys: {
1048
1047
  confluence: 'platform_editor_sel_toolbar_fix',
@@ -951,6 +951,13 @@ export var editorExperimentsConfig = {
951
951
  param: 'isEnabled',
952
952
  defaultValue: false
953
953
  }),
954
+ platform_editor_flex_based_centering: createBooleanExperiment({
955
+ productKeys: {
956
+ confluence: 'platform_editor_flex_based_centering'
957
+ },
958
+ param: 'isEnabled',
959
+ defaultValue: false
960
+ }),
954
961
  // Added 2025-12-18
955
962
  platform_editor_blockquote_zero_padding: createBooleanExperiment({
956
963
  productKeys: {
@@ -1035,14 +1042,6 @@ export var editorExperimentsConfig = {
1035
1042
  param: 'isEnabled',
1036
1043
  defaultValue: false
1037
1044
  }),
1038
- // Added 2025-12-15
1039
- platform_editor_ai_exp_suggestion_date_comma_delim: createBooleanExperiment({
1040
- productKeys: {
1041
- confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
1042
- },
1043
- param: 'isEnabled',
1044
- defaultValue: false
1045
- }),
1046
1045
  platform_editor_sel_toolbar_fix: createBooleanExperiment({
1047
1046
  productKeys: {
1048
1047
  confluence: 'platform_editor_sel_toolbar_fix',
@@ -112,6 +112,12 @@ export declare const editorExperimentsConfig: {
112
112
  productKeys?: ProductKeys;
113
113
  typeGuard: IsBooleanType;
114
114
  };
115
+ platform_editor_flex_based_centering: {
116
+ defaultValue: boolean;
117
+ param: string;
118
+ productKeys?: ProductKeys;
119
+ typeGuard: IsBooleanType;
120
+ };
115
121
  platform_editor_render_bodied_extension_as_inline: {
116
122
  defaultValue: boolean;
117
123
  param: string;
@@ -779,12 +785,6 @@ export declare const editorExperimentsConfig: {
779
785
  productKeys?: ProductKeys;
780
786
  typeGuard: IsBooleanType;
781
787
  };
782
- platform_editor_ai_exp_suggestion_date_comma_delim: {
783
- defaultValue: boolean;
784
- param: string;
785
- productKeys?: ProductKeys;
786
- typeGuard: IsBooleanType;
787
- };
788
788
  platform_editor_sel_toolbar_fix: {
789
789
  defaultValue: boolean;
790
790
  param: string;
@@ -112,6 +112,12 @@ export declare const editorExperimentsConfig: {
112
112
  productKeys?: ProductKeys;
113
113
  typeGuard: IsBooleanType;
114
114
  };
115
+ platform_editor_flex_based_centering: {
116
+ defaultValue: boolean;
117
+ param: string;
118
+ productKeys?: ProductKeys;
119
+ typeGuard: IsBooleanType;
120
+ };
115
121
  platform_editor_render_bodied_extension_as_inline: {
116
122
  defaultValue: boolean;
117
123
  param: string;
@@ -779,12 +785,6 @@ export declare const editorExperimentsConfig: {
779
785
  productKeys?: ProductKeys;
780
786
  typeGuard: IsBooleanType;
781
787
  };
782
- platform_editor_ai_exp_suggestion_date_comma_delim: {
783
- defaultValue: boolean;
784
- param: string;
785
- productKeys?: ProductKeys;
786
- typeGuard: IsBooleanType;
787
- };
788
788
  platform_editor_sel_toolbar_fix: {
789
789
  defaultValue: boolean;
790
790
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "28.0.0",
3
+ "version": "29.0.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",