@atlaskit/tmp-editor-statsig 13.40.0 → 13.41.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,17 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.41.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`15164638b4d1a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/15164638b4d1a) -
8
+ [ux] [EDITOR-2461] handle ArrowUp navigation out of the Expand title
9
+
10
+ ### Patch Changes
11
+
12
+ - [`b5dc6946c55d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5dc6946c55d9) -
13
+ Clean up platform_editor_block_menu_layout_format
14
+
3
15
  ## 13.40.0
4
16
 
5
17
  ### Minor Changes
@@ -898,14 +898,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
898
898
  defaultValue: false
899
899
  }),
900
900
  // Added 2025-09-11
901
- platform_editor_block_menu_layout_format: (0, _experimentBuilders.createBooleanExperiment)({
902
- productKeys: {
903
- confluence: 'platform_editor_block_menu_layout_format'
904
- },
905
- param: 'isEnabled',
906
- defaultValue: false
907
- }),
908
- // Added 2025-09-11
909
901
  platform_editor_block_menu_expand_format: (0, _experimentBuilders.createBooleanExperiment)({
910
902
  productKeys: {
911
903
  confluence: 'platform_editor_block_menu_expand_format'
@@ -1127,5 +1119,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1127
1119
  },
1128
1120
  param: 'isEnabled',
1129
1121
  defaultValue: false
1122
+ }),
1123
+ // Added 2025-11-19
1124
+ platform_editor_lovability_navigation_fixes: (0, _experimentBuilders.createBooleanExperiment)({
1125
+ productKeys: {
1126
+ confluence: 'platform_editor_lovability_navigation_fixes'
1127
+ },
1128
+ param: 'isEnabled',
1129
+ defaultValue: false
1130
1130
  })
1131
1131
  };
@@ -892,14 +892,6 @@ export const editorExperimentsConfig = {
892
892
  defaultValue: false
893
893
  }),
894
894
  // Added 2025-09-11
895
- platform_editor_block_menu_layout_format: createBooleanExperiment({
896
- productKeys: {
897
- confluence: 'platform_editor_block_menu_layout_format'
898
- },
899
- param: 'isEnabled',
900
- defaultValue: false
901
- }),
902
- // Added 2025-09-11
903
895
  platform_editor_block_menu_expand_format: createBooleanExperiment({
904
896
  productKeys: {
905
897
  confluence: 'platform_editor_block_menu_expand_format'
@@ -1121,5 +1113,13 @@ export const editorExperimentsConfig = {
1121
1113
  },
1122
1114
  param: 'isEnabled',
1123
1115
  defaultValue: false
1116
+ }),
1117
+ // Added 2025-11-19
1118
+ platform_editor_lovability_navigation_fixes: createBooleanExperiment({
1119
+ productKeys: {
1120
+ confluence: 'platform_editor_lovability_navigation_fixes'
1121
+ },
1122
+ param: 'isEnabled',
1123
+ defaultValue: false
1124
1124
  })
1125
1125
  };
@@ -892,14 +892,6 @@ export var editorExperimentsConfig = {
892
892
  defaultValue: false
893
893
  }),
894
894
  // Added 2025-09-11
895
- platform_editor_block_menu_layout_format: createBooleanExperiment({
896
- productKeys: {
897
- confluence: 'platform_editor_block_menu_layout_format'
898
- },
899
- param: 'isEnabled',
900
- defaultValue: false
901
- }),
902
- // Added 2025-09-11
903
895
  platform_editor_block_menu_expand_format: createBooleanExperiment({
904
896
  productKeys: {
905
897
  confluence: 'platform_editor_block_menu_expand_format'
@@ -1121,5 +1113,13 @@ export var editorExperimentsConfig = {
1121
1113
  },
1122
1114
  param: 'isEnabled',
1123
1115
  defaultValue: false
1116
+ }),
1117
+ // Added 2025-11-19
1118
+ platform_editor_lovability_navigation_fixes: createBooleanExperiment({
1119
+ productKeys: {
1120
+ confluence: 'platform_editor_lovability_navigation_fixes'
1121
+ },
1122
+ param: 'isEnabled',
1123
+ defaultValue: false
1124
1124
  })
1125
1125
  };
@@ -657,12 +657,6 @@ export declare const editorExperimentsConfig: {
657
657
  param: string;
658
658
  productKeys?: import("./types").ProductKeys;
659
659
  };
660
- platform_editor_block_menu_layout_format: {
661
- typeGuard: typeof import("./type-guards").isBoolean;
662
- defaultValue: boolean;
663
- param: string;
664
- productKeys?: import("./types").ProductKeys;
665
- };
666
660
  platform_editor_block_menu_expand_format: {
667
661
  typeGuard: typeof import("./type-guards").isBoolean;
668
662
  defaultValue: boolean;
@@ -830,4 +824,10 @@ export declare const editorExperimentsConfig: {
830
824
  param: string;
831
825
  productKeys?: import("./types").ProductKeys;
832
826
  };
827
+ platform_editor_lovability_navigation_fixes: {
828
+ typeGuard: typeof import("./type-guards").isBoolean;
829
+ defaultValue: boolean;
830
+ param: string;
831
+ productKeys?: import("./types").ProductKeys;
832
+ };
833
833
  };
@@ -657,12 +657,6 @@ export declare const editorExperimentsConfig: {
657
657
  param: string;
658
658
  productKeys?: import("./types").ProductKeys;
659
659
  };
660
- platform_editor_block_menu_layout_format: {
661
- typeGuard: typeof import("./type-guards").isBoolean;
662
- defaultValue: boolean;
663
- param: string;
664
- productKeys?: import("./types").ProductKeys;
665
- };
666
660
  platform_editor_block_menu_expand_format: {
667
661
  typeGuard: typeof import("./type-guards").isBoolean;
668
662
  defaultValue: boolean;
@@ -830,4 +824,10 @@ export declare const editorExperimentsConfig: {
830
824
  param: string;
831
825
  productKeys?: import("./types").ProductKeys;
832
826
  };
827
+ platform_editor_lovability_navigation_fixes: {
828
+ typeGuard: typeof import("./type-guards").isBoolean;
829
+ defaultValue: boolean;
830
+ param: string;
831
+ productKeys?: import("./types").ProductKeys;
832
+ };
833
833
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.40.0",
3
+ "version": "13.41.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",