@atlaskit/tmp-editor-statsig 13.40.0 → 13.42.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,24 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.42.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`73b70015b0789`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73b70015b0789) -
8
+ Adding exp gate: company-hub-config-panel-keyboard-nav
9
+
10
+ ## 13.41.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`15164638b4d1a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/15164638b4d1a) -
15
+ [ux] [EDITOR-2461] handle ArrowUp navigation out of the Expand title
16
+
17
+ ### Patch Changes
18
+
19
+ - [`b5dc6946c55d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5dc6946c55d9) -
20
+ Clean up platform_editor_block_menu_layout_format
21
+
3
22
  ## 13.40.0
4
23
 
5
24
  ### Minor Changes
@@ -168,6 +168,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
168
168
  param: 'isEnabled',
169
169
  defaultValue: false
170
170
  }),
171
+ // Added 2025-11-20
172
+ 'company-hub-config-panel-keyboard-nav': (0, _experimentBuilders.createBooleanExperiment)({
173
+ productKeys: {
174
+ confluence: 'company-hub-config-panel-keyboard-nav'
175
+ },
176
+ param: 'isEnabled',
177
+ defaultValue: false
178
+ }),
171
179
  // Added 2025-10-10
172
180
  platform_editor_experience_tracking: (0, _experimentBuilders.createBooleanExperiment)({
173
181
  productKeys: {
@@ -898,14 +906,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
898
906
  defaultValue: false
899
907
  }),
900
908
  // 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
909
  platform_editor_block_menu_expand_format: (0, _experimentBuilders.createBooleanExperiment)({
910
910
  productKeys: {
911
911
  confluence: 'platform_editor_block_menu_expand_format'
@@ -1127,5 +1127,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1127
1127
  },
1128
1128
  param: 'isEnabled',
1129
1129
  defaultValue: false
1130
+ }),
1131
+ // Added 2025-11-19
1132
+ platform_editor_lovability_navigation_fixes: (0, _experimentBuilders.createBooleanExperiment)({
1133
+ productKeys: {
1134
+ confluence: 'platform_editor_lovability_navigation_fixes'
1135
+ },
1136
+ param: 'isEnabled',
1137
+ defaultValue: false
1130
1138
  })
1131
1139
  };
@@ -162,6 +162,14 @@ export const editorExperimentsConfig = {
162
162
  param: 'isEnabled',
163
163
  defaultValue: false
164
164
  }),
165
+ // Added 2025-11-20
166
+ 'company-hub-config-panel-keyboard-nav': createBooleanExperiment({
167
+ productKeys: {
168
+ confluence: 'company-hub-config-panel-keyboard-nav'
169
+ },
170
+ param: 'isEnabled',
171
+ defaultValue: false
172
+ }),
165
173
  // Added 2025-10-10
166
174
  platform_editor_experience_tracking: createBooleanExperiment({
167
175
  productKeys: {
@@ -892,14 +900,6 @@ export const editorExperimentsConfig = {
892
900
  defaultValue: false
893
901
  }),
894
902
  // 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
903
  platform_editor_block_menu_expand_format: createBooleanExperiment({
904
904
  productKeys: {
905
905
  confluence: 'platform_editor_block_menu_expand_format'
@@ -1121,5 +1121,13 @@ export const editorExperimentsConfig = {
1121
1121
  },
1122
1122
  param: 'isEnabled',
1123
1123
  defaultValue: false
1124
+ }),
1125
+ // Added 2025-11-19
1126
+ platform_editor_lovability_navigation_fixes: createBooleanExperiment({
1127
+ productKeys: {
1128
+ confluence: 'platform_editor_lovability_navigation_fixes'
1129
+ },
1130
+ param: 'isEnabled',
1131
+ defaultValue: false
1124
1132
  })
1125
1133
  };
@@ -162,6 +162,14 @@ export var editorExperimentsConfig = {
162
162
  param: 'isEnabled',
163
163
  defaultValue: false
164
164
  }),
165
+ // Added 2025-11-20
166
+ 'company-hub-config-panel-keyboard-nav': createBooleanExperiment({
167
+ productKeys: {
168
+ confluence: 'company-hub-config-panel-keyboard-nav'
169
+ },
170
+ param: 'isEnabled',
171
+ defaultValue: false
172
+ }),
165
173
  // Added 2025-10-10
166
174
  platform_editor_experience_tracking: createBooleanExperiment({
167
175
  productKeys: {
@@ -892,14 +900,6 @@ export var editorExperimentsConfig = {
892
900
  defaultValue: false
893
901
  }),
894
902
  // 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
903
  platform_editor_block_menu_expand_format: createBooleanExperiment({
904
904
  productKeys: {
905
905
  confluence: 'platform_editor_block_menu_expand_format'
@@ -1121,5 +1121,13 @@ export var editorExperimentsConfig = {
1121
1121
  },
1122
1122
  param: 'isEnabled',
1123
1123
  defaultValue: false
1124
+ }),
1125
+ // Added 2025-11-19
1126
+ platform_editor_lovability_navigation_fixes: createBooleanExperiment({
1127
+ productKeys: {
1128
+ confluence: 'platform_editor_lovability_navigation_fixes'
1129
+ },
1130
+ param: 'isEnabled',
1131
+ defaultValue: false
1124
1132
  })
1125
1133
  };
@@ -116,6 +116,12 @@ export declare const editorExperimentsConfig: {
116
116
  param: string;
117
117
  productKeys?: import("./types").ProductKeys;
118
118
  };
119
+ 'company-hub-config-panel-keyboard-nav': {
120
+ typeGuard: typeof import("./type-guards").isBoolean;
121
+ defaultValue: boolean;
122
+ param: string;
123
+ productKeys?: import("./types").ProductKeys;
124
+ };
119
125
  platform_editor_experience_tracking: {
120
126
  typeGuard: typeof import("./type-guards").isBoolean;
121
127
  defaultValue: boolean;
@@ -657,12 +663,6 @@ export declare const editorExperimentsConfig: {
657
663
  param: string;
658
664
  productKeys?: import("./types").ProductKeys;
659
665
  };
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
666
  platform_editor_block_menu_expand_format: {
667
667
  typeGuard: typeof import("./type-guards").isBoolean;
668
668
  defaultValue: boolean;
@@ -830,4 +830,10 @@ export declare const editorExperimentsConfig: {
830
830
  param: string;
831
831
  productKeys?: import("./types").ProductKeys;
832
832
  };
833
+ platform_editor_lovability_navigation_fixes: {
834
+ typeGuard: typeof import("./type-guards").isBoolean;
835
+ defaultValue: boolean;
836
+ param: string;
837
+ productKeys?: import("./types").ProductKeys;
838
+ };
833
839
  };
@@ -116,6 +116,12 @@ export declare const editorExperimentsConfig: {
116
116
  param: string;
117
117
  productKeys?: import("./types").ProductKeys;
118
118
  };
119
+ 'company-hub-config-panel-keyboard-nav': {
120
+ typeGuard: typeof import("./type-guards").isBoolean;
121
+ defaultValue: boolean;
122
+ param: string;
123
+ productKeys?: import("./types").ProductKeys;
124
+ };
119
125
  platform_editor_experience_tracking: {
120
126
  typeGuard: typeof import("./type-guards").isBoolean;
121
127
  defaultValue: boolean;
@@ -657,12 +663,6 @@ export declare const editorExperimentsConfig: {
657
663
  param: string;
658
664
  productKeys?: import("./types").ProductKeys;
659
665
  };
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
666
  platform_editor_block_menu_expand_format: {
667
667
  typeGuard: typeof import("./type-guards").isBoolean;
668
668
  defaultValue: boolean;
@@ -830,4 +830,10 @@ export declare const editorExperimentsConfig: {
830
830
  param: string;
831
831
  productKeys?: import("./types").ProductKeys;
832
832
  };
833
+ platform_editor_lovability_navigation_fixes: {
834
+ typeGuard: typeof import("./type-guards").isBoolean;
835
+ defaultValue: boolean;
836
+ param: string;
837
+ productKeys?: import("./types").ProductKeys;
838
+ };
833
839
  };
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.42.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",