@atlaskit/tmp-editor-statsig 13.28.0 → 13.30.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.30.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`236d9310035ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/236d9310035ae) -
8
+ [https://product-fabric.atlassian.net/browse/ED-29205](ED-29205) - use native DOM element for
9
+ editor expand icon
10
+
11
+ ## 13.29.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`851ebf59a82a8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/851ebf59a82a8) -
16
+ [EDITOR-2459] add new experiment to config file
17
+
3
18
  ## 13.28.0
4
19
 
5
20
  ### Minor Changes
@@ -768,6 +768,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
768
768
  param: 'isEnabled',
769
769
  defaultValue: false
770
770
  }),
771
+ platform_editor_native_expand_button: (0, _experimentBuilders.createBooleanExperiment)({
772
+ productKeys: {
773
+ confluence: 'platform_editor_native_expand_button'
774
+ },
775
+ param: 'isEnabled',
776
+ defaultValue: false
777
+ }),
771
778
  // Added 2025-08-28
772
779
  editor_enable_image_alignment_in_expand: (0, _experimentBuilders.createBooleanExperiment)({
773
780
  productKeys: {
@@ -1114,5 +1121,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1114
1121
  },
1115
1122
  param: 'isEnabled',
1116
1123
  defaultValue: false
1124
+ }),
1125
+ // Added 2025-11-05
1126
+ platform_editor_lovability_emoji_scaling: (0, _experimentBuilders.createBooleanExperiment)({
1127
+ productKeys: {
1128
+ confluence: 'platform_editor_lovability_emoji_scaling'
1129
+ },
1130
+ param: 'isEnabled',
1131
+ defaultValue: false
1117
1132
  })
1118
1133
  };
@@ -762,6 +762,13 @@ export const editorExperimentsConfig = {
762
762
  param: 'isEnabled',
763
763
  defaultValue: false
764
764
  }),
765
+ platform_editor_native_expand_button: createBooleanExperiment({
766
+ productKeys: {
767
+ confluence: 'platform_editor_native_expand_button'
768
+ },
769
+ param: 'isEnabled',
770
+ defaultValue: false
771
+ }),
765
772
  // Added 2025-08-28
766
773
  editor_enable_image_alignment_in_expand: createBooleanExperiment({
767
774
  productKeys: {
@@ -1108,5 +1115,13 @@ export const editorExperimentsConfig = {
1108
1115
  },
1109
1116
  param: 'isEnabled',
1110
1117
  defaultValue: false
1118
+ }),
1119
+ // Added 2025-11-05
1120
+ platform_editor_lovability_emoji_scaling: createBooleanExperiment({
1121
+ productKeys: {
1122
+ confluence: 'platform_editor_lovability_emoji_scaling'
1123
+ },
1124
+ param: 'isEnabled',
1125
+ defaultValue: false
1111
1126
  })
1112
1127
  };
@@ -762,6 +762,13 @@ export var editorExperimentsConfig = {
762
762
  param: 'isEnabled',
763
763
  defaultValue: false
764
764
  }),
765
+ platform_editor_native_expand_button: createBooleanExperiment({
766
+ productKeys: {
767
+ confluence: 'platform_editor_native_expand_button'
768
+ },
769
+ param: 'isEnabled',
770
+ defaultValue: false
771
+ }),
765
772
  // Added 2025-08-28
766
773
  editor_enable_image_alignment_in_expand: createBooleanExperiment({
767
774
  productKeys: {
@@ -1108,5 +1115,13 @@ export var editorExperimentsConfig = {
1108
1115
  },
1109
1116
  param: 'isEnabled',
1110
1117
  defaultValue: false
1118
+ }),
1119
+ // Added 2025-11-05
1120
+ platform_editor_lovability_emoji_scaling: createBooleanExperiment({
1121
+ productKeys: {
1122
+ confluence: 'platform_editor_lovability_emoji_scaling'
1123
+ },
1124
+ param: 'isEnabled',
1125
+ defaultValue: false
1111
1126
  })
1112
1127
  };
@@ -561,6 +561,12 @@ export declare const editorExperimentsConfig: {
561
561
  param: string;
562
562
  productKeys?: import("./types").ProductKeys;
563
563
  };
564
+ platform_editor_native_expand_button: {
565
+ typeGuard: typeof import("./type-guards").isBoolean;
566
+ defaultValue: boolean;
567
+ param: string;
568
+ productKeys?: import("./types").ProductKeys;
569
+ };
564
570
  editor_enable_image_alignment_in_expand: {
565
571
  typeGuard: typeof import("./type-guards").isBoolean;
566
572
  defaultValue: boolean;
@@ -819,4 +825,10 @@ export declare const editorExperimentsConfig: {
819
825
  param: string;
820
826
  productKeys?: import("./types").ProductKeys;
821
827
  };
828
+ platform_editor_lovability_emoji_scaling: {
829
+ typeGuard: typeof import("./type-guards").isBoolean;
830
+ defaultValue: boolean;
831
+ param: string;
832
+ productKeys?: import("./types").ProductKeys;
833
+ };
822
834
  };
@@ -561,6 +561,12 @@ export declare const editorExperimentsConfig: {
561
561
  param: string;
562
562
  productKeys?: import("./types").ProductKeys;
563
563
  };
564
+ platform_editor_native_expand_button: {
565
+ typeGuard: typeof import("./type-guards").isBoolean;
566
+ defaultValue: boolean;
567
+ param: string;
568
+ productKeys?: import("./types").ProductKeys;
569
+ };
564
570
  editor_enable_image_alignment_in_expand: {
565
571
  typeGuard: typeof import("./type-guards").isBoolean;
566
572
  defaultValue: boolean;
@@ -819,4 +825,10 @@ export declare const editorExperimentsConfig: {
819
825
  param: string;
820
826
  productKeys?: import("./types").ProductKeys;
821
827
  };
828
+ platform_editor_lovability_emoji_scaling: {
829
+ typeGuard: typeof import("./type-guards").isBoolean;
830
+ defaultValue: boolean;
831
+ param: string;
832
+ productKeys?: import("./types").ProductKeys;
833
+ };
822
834
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.28.0",
3
+ "version": "13.30.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",