@atlaskit/tmp-editor-statsig 20.2.0 → 20.3.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,15 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 20.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`0a4441336cdd0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a4441336cdd0) -
8
+ Add platform_editor_toolbar_aifc_use_editor_typography experiment, and use editor custom
9
+ typography tokens in dropdown menus
10
+ - [`c986619215b4c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c986619215b4c) -
11
+ Cleanup minor AIFC flags
12
+
3
13
  ## 20.2.0
4
14
 
5
15
  ### Minor Changes
@@ -803,13 +803,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
803
803
  param: 'isEnabled',
804
804
  defaultValue: false
805
805
  }),
806
- platform_editor_ai_update_set_attrs_selection: (0, _experimentBuilders.createBooleanExperiment)({
807
- productKeys: {
808
- confluence: 'platform_editor_ai_update_set_attrs_selection'
809
- },
810
- param: 'isEnabled',
811
- defaultValue: false
812
- }),
813
806
  // Added 2025-09-08
814
807
  platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
815
808
  productKeys: {
@@ -1085,6 +1078,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1085
1078
  param: 'isEnabled',
1086
1079
  defaultValue: false
1087
1080
  }),
1081
+ platform_editor_toolbar_aifc_use_editor_typography: (0, _experimentBuilders.createBooleanExperiment)({
1082
+ productKeys: {
1083
+ confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
1084
+ jira: 'platform_editor_toolbar_aifc_use_editor_typography'
1085
+ },
1086
+ param: 'isEnabled',
1087
+ defaultValue: false
1088
+ }),
1088
1089
  // Added 2025-12-30
1089
1090
  platform_editor_table_sticky_header_patch_9: (0, _experimentBuilders.createBooleanExperiment)({
1090
1091
  productKeys: {
@@ -797,13 +797,6 @@ export const editorExperimentsConfig = {
797
797
  param: 'isEnabled',
798
798
  defaultValue: false
799
799
  }),
800
- platform_editor_ai_update_set_attrs_selection: createBooleanExperiment({
801
- productKeys: {
802
- confluence: 'platform_editor_ai_update_set_attrs_selection'
803
- },
804
- param: 'isEnabled',
805
- defaultValue: false
806
- }),
807
800
  // Added 2025-09-08
808
801
  platform_editor_editor_width_analytics: createBooleanExperiment({
809
802
  productKeys: {
@@ -1079,6 +1072,14 @@ export const editorExperimentsConfig = {
1079
1072
  param: 'isEnabled',
1080
1073
  defaultValue: false
1081
1074
  }),
1075
+ platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
1076
+ productKeys: {
1077
+ confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
1078
+ jira: 'platform_editor_toolbar_aifc_use_editor_typography'
1079
+ },
1080
+ param: 'isEnabled',
1081
+ defaultValue: false
1082
+ }),
1082
1083
  // Added 2025-12-30
1083
1084
  platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
1084
1085
  productKeys: {
@@ -797,13 +797,6 @@ export var editorExperimentsConfig = {
797
797
  param: 'isEnabled',
798
798
  defaultValue: false
799
799
  }),
800
- platform_editor_ai_update_set_attrs_selection: createBooleanExperiment({
801
- productKeys: {
802
- confluence: 'platform_editor_ai_update_set_attrs_selection'
803
- },
804
- param: 'isEnabled',
805
- defaultValue: false
806
- }),
807
800
  // Added 2025-09-08
808
801
  platform_editor_editor_width_analytics: createBooleanExperiment({
809
802
  productKeys: {
@@ -1079,6 +1072,14 @@ export var editorExperimentsConfig = {
1079
1072
  param: 'isEnabled',
1080
1073
  defaultValue: false
1081
1074
  }),
1075
+ platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
1076
+ productKeys: {
1077
+ confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
1078
+ jira: 'platform_editor_toolbar_aifc_use_editor_typography'
1079
+ },
1080
+ param: 'isEnabled',
1081
+ defaultValue: false
1082
+ }),
1082
1083
  // Added 2025-12-30
1083
1084
  platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
1084
1085
  productKeys: {
@@ -363,12 +363,6 @@ export declare const editorExperimentsConfig: {
363
363
  productKeys?: ProductKeys;
364
364
  typeGuard: IsBooleanType;
365
365
  };
366
- platform_editor_ai_update_set_attrs_selection: {
367
- defaultValue: boolean;
368
- param: string;
369
- productKeys?: ProductKeys;
370
- typeGuard: IsBooleanType;
371
- };
372
366
  platform_editor_element_drag_and_drop_multiselect: {
373
367
  defaultValue: boolean;
374
368
  param: string;
@@ -807,6 +801,12 @@ export declare const editorExperimentsConfig: {
807
801
  productKeys?: ProductKeys;
808
802
  typeGuard: IsBooleanType;
809
803
  };
804
+ platform_editor_toolbar_aifc_use_editor_typography: {
805
+ defaultValue: boolean;
806
+ param: string;
807
+ productKeys?: ProductKeys;
808
+ typeGuard: IsBooleanType;
809
+ };
810
810
  platform_editor_localid_ime_composition_fix: {
811
811
  defaultValue: boolean;
812
812
  param: string;
@@ -363,12 +363,6 @@ export declare const editorExperimentsConfig: {
363
363
  productKeys?: ProductKeys;
364
364
  typeGuard: IsBooleanType;
365
365
  };
366
- platform_editor_ai_update_set_attrs_selection: {
367
- defaultValue: boolean;
368
- param: string;
369
- productKeys?: ProductKeys;
370
- typeGuard: IsBooleanType;
371
- };
372
366
  platform_editor_element_drag_and_drop_multiselect: {
373
367
  defaultValue: boolean;
374
368
  param: string;
@@ -807,6 +801,12 @@ export declare const editorExperimentsConfig: {
807
801
  productKeys?: ProductKeys;
808
802
  typeGuard: IsBooleanType;
809
803
  };
804
+ platform_editor_toolbar_aifc_use_editor_typography: {
805
+ defaultValue: boolean;
806
+ param: string;
807
+ productKeys?: ProductKeys;
808
+ typeGuard: IsBooleanType;
809
+ };
810
810
  platform_editor_localid_ime_composition_fix: {
811
811
  defaultValue: boolean;
812
812
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "20.2.0",
3
+ "version": "20.3.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",