@atlaskit/tmp-editor-statsig 12.26.0 → 12.27.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d5e5b25fe885a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d5e5b25fe885a) -
8
+ [ux] ED-29226 Open block menu when drag handle is focussed and space or enter key is pressed
9
+
3
10
  ## 12.26.0
4
11
 
5
12
  ### Minor Changes
@@ -1001,6 +1001,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1001
1001
  param: 'isEnabled',
1002
1002
  defaultValue: false
1003
1003
  }),
1004
+ // Added 2025-09-17
1005
+ platform_editor_block_menu_keyboard_navigation: (0, _experimentBuilders.createBooleanExperiment)({
1006
+ productKeys: {
1007
+ confluence: 'platform_editor_block_menu_keyboard_navigation'
1008
+ },
1009
+ param: 'isEnabled',
1010
+ defaultValue: false
1011
+ }),
1004
1012
  // Added 2025-09-11
1005
1013
  platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
1006
1014
  productKeys: {
@@ -995,6 +995,14 @@ export const editorExperimentsConfig = {
995
995
  param: 'isEnabled',
996
996
  defaultValue: false
997
997
  }),
998
+ // Added 2025-09-17
999
+ platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
1000
+ productKeys: {
1001
+ confluence: 'platform_editor_block_menu_keyboard_navigation'
1002
+ },
1003
+ param: 'isEnabled',
1004
+ defaultValue: false
1005
+ }),
998
1006
  // Added 2025-09-11
999
1007
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
1000
1008
  productKeys: {
@@ -995,6 +995,14 @@ export var editorExperimentsConfig = {
995
995
  param: 'isEnabled',
996
996
  defaultValue: false
997
997
  }),
998
+ // Added 2025-09-17
999
+ platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
1000
+ productKeys: {
1001
+ confluence: 'platform_editor_block_menu_keyboard_navigation'
1002
+ },
1003
+ param: 'isEnabled',
1004
+ defaultValue: false
1005
+ }),
998
1006
  // Added 2025-09-11
999
1007
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
1000
1008
  productKeys: {
@@ -734,6 +734,12 @@ export declare const editorExperimentsConfig: {
734
734
  param: string;
735
735
  productKeys?: import("./types").ProductKeys;
736
736
  };
737
+ platform_editor_block_menu_keyboard_navigation: {
738
+ typeGuard: typeof import("./type-guards").isBoolean;
739
+ defaultValue: boolean;
740
+ param: string;
741
+ productKeys?: import("./types").ProductKeys;
742
+ };
737
743
  platform_editor_add_aria_checked_to_inline_img_btn: {
738
744
  typeGuard: typeof import("./type-guards").isBoolean;
739
745
  defaultValue: boolean;
@@ -734,6 +734,12 @@ export declare const editorExperimentsConfig: {
734
734
  param: string;
735
735
  productKeys?: import("./types").ProductKeys;
736
736
  };
737
+ platform_editor_block_menu_keyboard_navigation: {
738
+ typeGuard: typeof import("./type-guards").isBoolean;
739
+ defaultValue: boolean;
740
+ param: string;
741
+ productKeys?: import("./types").ProductKeys;
742
+ };
737
743
  platform_editor_add_aria_checked_to_inline_img_btn: {
738
744
  typeGuard: typeof import("./type-guards").isBoolean;
739
745
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.26.0",
3
+ "version": "12.27.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",
@@ -33,7 +33,7 @@
33
33
  "atlaskit:src": "src/index.ts",
34
34
  "dependencies": {
35
35
  "@atlaskit/feature-gate-js-client": "^5.5.0",
36
- "@atlaskit/react-ufo": "^4.7.0",
36
+ "@atlaskit/react-ufo": "^4.8.0",
37
37
  "@babel/runtime": "^7.0.0"
38
38
  },
39
39
  "peerDependencies": {