@atlaskit/tmp-editor-statsig 12.18.0 → 12.21.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,26 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`553afc302139b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/553afc302139b) -
8
+ Add analytic emitter component which fires an event when dropdowns are viewed
9
+
10
+ ## 12.20.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`28ca2de894404`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/28ca2de894404) -
15
+ ENGHEALTH-40158 fix inline image button in media element menu missing aria-checked when unselected
16
+
17
+ ## 12.19.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`77f5d276a6b30`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/77f5d276a6b30) -
22
+ [ux] Put layout and expand format menu visibility behind experiment flags
23
+
3
24
  ## 12.18.0
4
25
 
5
26
  ### Minor Changes
@@ -209,6 +209,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
209
209
  param: 'isEnabled',
210
210
  defaultValue: false
211
211
  }),
212
+ platform_editor_toolbar_aifc_toolbar_analytic: (0, _experimentBuilders.createBooleanExperiment)({
213
+ productKeys: {
214
+ confluence: 'platform_editor_toolbar_aifc_toolbar_analytic',
215
+ jira: 'platform_editor_toolbar_aifc_toolbar_analytic'
216
+ },
217
+ param: 'isEnabled',
218
+ defaultValue: false
219
+ }),
212
220
  // Added 2025-02-10
213
221
  platform_editor_controls: (0, _experimentBuilders.createMultivariateExperiment)({
214
222
  productKeys: {
@@ -933,6 +941,22 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
933
941
  param: 'isEnabled',
934
942
  defaultValue: false
935
943
  }),
944
+ // Added 2025-09-11
945
+ platform_editor_block_menu_layout_format: (0, _experimentBuilders.createBooleanExperiment)({
946
+ productKeys: {
947
+ confluence: 'platform_editor_block_menu_layout_format'
948
+ },
949
+ param: 'isEnabled',
950
+ defaultValue: false
951
+ }),
952
+ // Added 2025-09-11
953
+ platform_editor_block_menu_expand_format: (0, _experimentBuilders.createBooleanExperiment)({
954
+ productKeys: {
955
+ confluence: 'platform_editor_block_menu_expand_format'
956
+ },
957
+ param: 'isEnabled',
958
+ defaultValue: false
959
+ }),
936
960
  // Added 2025-09-05
937
961
  platform_editor_aifc_selection_toolbar_responsive: (0, _experimentBuilders.createBooleanExperiment)({
938
962
  productKeys: {
@@ -950,6 +974,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
950
974
  param: 'isEnabled',
951
975
  defaultValue: false
952
976
  }),
977
+ // Added 2025-09-11
978
+ platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
979
+ productKeys: {
980
+ confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
981
+ },
982
+ param: 'isEnabled',
983
+ defaultValue: false
984
+ }),
953
985
  // Added 2025-09-09
954
986
  platform_editor_layout_node_view_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
955
987
  productKeys: {
@@ -203,6 +203,14 @@ export const editorExperimentsConfig = {
203
203
  param: 'isEnabled',
204
204
  defaultValue: false
205
205
  }),
206
+ platform_editor_toolbar_aifc_toolbar_analytic: createBooleanExperiment({
207
+ productKeys: {
208
+ confluence: 'platform_editor_toolbar_aifc_toolbar_analytic',
209
+ jira: 'platform_editor_toolbar_aifc_toolbar_analytic'
210
+ },
211
+ param: 'isEnabled',
212
+ defaultValue: false
213
+ }),
206
214
  // Added 2025-02-10
207
215
  platform_editor_controls: createMultivariateExperiment({
208
216
  productKeys: {
@@ -927,6 +935,22 @@ export const editorExperimentsConfig = {
927
935
  param: 'isEnabled',
928
936
  defaultValue: false
929
937
  }),
938
+ // Added 2025-09-11
939
+ platform_editor_block_menu_layout_format: createBooleanExperiment({
940
+ productKeys: {
941
+ confluence: 'platform_editor_block_menu_layout_format'
942
+ },
943
+ param: 'isEnabled',
944
+ defaultValue: false
945
+ }),
946
+ // Added 2025-09-11
947
+ platform_editor_block_menu_expand_format: createBooleanExperiment({
948
+ productKeys: {
949
+ confluence: 'platform_editor_block_menu_expand_format'
950
+ },
951
+ param: 'isEnabled',
952
+ defaultValue: false
953
+ }),
930
954
  // Added 2025-09-05
931
955
  platform_editor_aifc_selection_toolbar_responsive: createBooleanExperiment({
932
956
  productKeys: {
@@ -944,6 +968,14 @@ export const editorExperimentsConfig = {
944
968
  param: 'isEnabled',
945
969
  defaultValue: false
946
970
  }),
971
+ // Added 2025-09-11
972
+ platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
973
+ productKeys: {
974
+ confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
975
+ },
976
+ param: 'isEnabled',
977
+ defaultValue: false
978
+ }),
947
979
  // Added 2025-09-09
948
980
  platform_editor_layout_node_view_early_exit: createBooleanExperiment({
949
981
  productKeys: {
@@ -203,6 +203,14 @@ export var editorExperimentsConfig = {
203
203
  param: 'isEnabled',
204
204
  defaultValue: false
205
205
  }),
206
+ platform_editor_toolbar_aifc_toolbar_analytic: createBooleanExperiment({
207
+ productKeys: {
208
+ confluence: 'platform_editor_toolbar_aifc_toolbar_analytic',
209
+ jira: 'platform_editor_toolbar_aifc_toolbar_analytic'
210
+ },
211
+ param: 'isEnabled',
212
+ defaultValue: false
213
+ }),
206
214
  // Added 2025-02-10
207
215
  platform_editor_controls: createMultivariateExperiment({
208
216
  productKeys: {
@@ -927,6 +935,22 @@ export var editorExperimentsConfig = {
927
935
  param: 'isEnabled',
928
936
  defaultValue: false
929
937
  }),
938
+ // Added 2025-09-11
939
+ platform_editor_block_menu_layout_format: createBooleanExperiment({
940
+ productKeys: {
941
+ confluence: 'platform_editor_block_menu_layout_format'
942
+ },
943
+ param: 'isEnabled',
944
+ defaultValue: false
945
+ }),
946
+ // Added 2025-09-11
947
+ platform_editor_block_menu_expand_format: createBooleanExperiment({
948
+ productKeys: {
949
+ confluence: 'platform_editor_block_menu_expand_format'
950
+ },
951
+ param: 'isEnabled',
952
+ defaultValue: false
953
+ }),
930
954
  // Added 2025-09-05
931
955
  platform_editor_aifc_selection_toolbar_responsive: createBooleanExperiment({
932
956
  productKeys: {
@@ -944,6 +968,14 @@ export var editorExperimentsConfig = {
944
968
  param: 'isEnabled',
945
969
  defaultValue: false
946
970
  }),
971
+ // Added 2025-09-11
972
+ platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
973
+ productKeys: {
974
+ confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
975
+ },
976
+ param: 'isEnabled',
977
+ defaultValue: false
978
+ }),
947
979
  // Added 2025-09-09
948
980
  platform_editor_layout_node_view_early_exit: createBooleanExperiment({
949
981
  productKeys: {
@@ -151,6 +151,12 @@ export declare const editorExperimentsConfig: {
151
151
  param: string;
152
152
  productKeys?: import("./types").ProductKeys;
153
153
  };
154
+ platform_editor_toolbar_aifc_toolbar_analytic: {
155
+ typeGuard: typeof import("./type-guards").isBoolean;
156
+ defaultValue: boolean;
157
+ param: string;
158
+ productKeys?: import("./types").ProductKeys;
159
+ };
154
160
  platform_editor_controls: {
155
161
  values: ("control" | "variant1")[];
156
162
  typeGuard: (value: unknown) => value is "control" | "variant1";
@@ -684,6 +690,18 @@ export declare const editorExperimentsConfig: {
684
690
  param: string;
685
691
  productKeys?: import("./types").ProductKeys;
686
692
  };
693
+ platform_editor_block_menu_layout_format: {
694
+ typeGuard: typeof import("./type-guards").isBoolean;
695
+ defaultValue: boolean;
696
+ param: string;
697
+ productKeys?: import("./types").ProductKeys;
698
+ };
699
+ platform_editor_block_menu_expand_format: {
700
+ typeGuard: typeof import("./type-guards").isBoolean;
701
+ defaultValue: boolean;
702
+ param: string;
703
+ productKeys?: import("./types").ProductKeys;
704
+ };
687
705
  platform_editor_aifc_selection_toolbar_responsive: {
688
706
  typeGuard: typeof import("./type-guards").isBoolean;
689
707
  defaultValue: boolean;
@@ -696,6 +714,12 @@ export declare const editorExperimentsConfig: {
696
714
  param: string;
697
715
  productKeys?: import("./types").ProductKeys;
698
716
  };
717
+ platform_editor_add_aria_checked_to_inline_img_btn: {
718
+ typeGuard: typeof import("./type-guards").isBoolean;
719
+ defaultValue: boolean;
720
+ param: string;
721
+ productKeys?: import("./types").ProductKeys;
722
+ };
699
723
  platform_editor_layout_node_view_early_exit: {
700
724
  typeGuard: typeof import("./type-guards").isBoolean;
701
725
  defaultValue: boolean;
@@ -151,6 +151,12 @@ export declare const editorExperimentsConfig: {
151
151
  param: string;
152
152
  productKeys?: import("./types").ProductKeys;
153
153
  };
154
+ platform_editor_toolbar_aifc_toolbar_analytic: {
155
+ typeGuard: typeof import("./type-guards").isBoolean;
156
+ defaultValue: boolean;
157
+ param: string;
158
+ productKeys?: import("./types").ProductKeys;
159
+ };
154
160
  platform_editor_controls: {
155
161
  values: ("control" | "variant1")[];
156
162
  typeGuard: (value: unknown) => value is "control" | "variant1";
@@ -684,6 +690,18 @@ export declare const editorExperimentsConfig: {
684
690
  param: string;
685
691
  productKeys?: import("./types").ProductKeys;
686
692
  };
693
+ platform_editor_block_menu_layout_format: {
694
+ typeGuard: typeof import("./type-guards").isBoolean;
695
+ defaultValue: boolean;
696
+ param: string;
697
+ productKeys?: import("./types").ProductKeys;
698
+ };
699
+ platform_editor_block_menu_expand_format: {
700
+ typeGuard: typeof import("./type-guards").isBoolean;
701
+ defaultValue: boolean;
702
+ param: string;
703
+ productKeys?: import("./types").ProductKeys;
704
+ };
687
705
  platform_editor_aifc_selection_toolbar_responsive: {
688
706
  typeGuard: typeof import("./type-guards").isBoolean;
689
707
  defaultValue: boolean;
@@ -696,6 +714,12 @@ export declare const editorExperimentsConfig: {
696
714
  param: string;
697
715
  productKeys?: import("./types").ProductKeys;
698
716
  };
717
+ platform_editor_add_aria_checked_to_inline_img_btn: {
718
+ typeGuard: typeof import("./type-guards").isBoolean;
719
+ defaultValue: boolean;
720
+ param: string;
721
+ productKeys?: import("./types").ProductKeys;
722
+ };
699
723
  platform_editor_layout_node_view_early_exit: {
700
724
  typeGuard: typeof import("./type-guards").isBoolean;
701
725
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.18.0",
3
+ "version": "12.21.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",