@atlaskit/tmp-editor-statsig 55.0.0 → 55.1.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 55.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e3a3a549232de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3a3a549232de) -
8
+ [ux] Adds functionality to autoselect outcome type when clicking example / suggested prompts on
9
+ AIFC modal behind new experiment
10
+
3
11
  ## 55.0.0
4
12
 
5
13
  ### Major Changes
@@ -1446,6 +1446,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1446
1446
  param: 'isEnabled',
1447
1447
  defaultValue: false
1448
1448
  }),
1449
+ // Added 2026-04-01
1450
+ confluence_fe_cwr_outcome_picker_prompt_autoselect: (0, _experimentBuilders.createBooleanExperiment)({
1451
+ productKeys: {
1452
+ confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
1453
+ },
1454
+ param: 'isEnabled',
1455
+ defaultValue: false
1456
+ }),
1449
1457
  // Added 2026-02-12
1450
1458
  platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
1451
1459
  productKeys: {
@@ -1945,6 +1953,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1945
1953
  param: 'isEnabled',
1946
1954
  defaultValue: false
1947
1955
  }),
1956
+ // Added 2026-04-08
1957
+ cc_fd_wb_jira_quick_insert_experiment: (0, _experimentBuilders.createBooleanExperiment)({
1958
+ productKeys: {
1959
+ jira: 'cc_fd_wb_jira_quick_insert_experiment'
1960
+ },
1961
+ param: 'isEnabled',
1962
+ defaultValue: false
1963
+ }),
1948
1964
  // Added 2026-04-07
1949
1965
  platform_editor_lovability_select_all_shortcut: (0, _experimentBuilders.createBooleanExperiment)({
1950
1966
  productKeys: {
@@ -1440,6 +1440,14 @@ export const editorExperimentsConfig = {
1440
1440
  param: 'isEnabled',
1441
1441
  defaultValue: false
1442
1442
  }),
1443
+ // Added 2026-04-01
1444
+ confluence_fe_cwr_outcome_picker_prompt_autoselect: createBooleanExperiment({
1445
+ productKeys: {
1446
+ confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
1447
+ },
1448
+ param: 'isEnabled',
1449
+ defaultValue: false
1450
+ }),
1443
1451
  // Added 2026-02-12
1444
1452
  platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
1445
1453
  productKeys: {
@@ -1939,6 +1947,14 @@ export const editorExperimentsConfig = {
1939
1947
  param: 'isEnabled',
1940
1948
  defaultValue: false
1941
1949
  }),
1950
+ // Added 2026-04-08
1951
+ cc_fd_wb_jira_quick_insert_experiment: createBooleanExperiment({
1952
+ productKeys: {
1953
+ jira: 'cc_fd_wb_jira_quick_insert_experiment'
1954
+ },
1955
+ param: 'isEnabled',
1956
+ defaultValue: false
1957
+ }),
1942
1958
  // Added 2026-04-07
1943
1959
  platform_editor_lovability_select_all_shortcut: createBooleanExperiment({
1944
1960
  productKeys: {
@@ -1440,6 +1440,14 @@ export var editorExperimentsConfig = {
1440
1440
  param: 'isEnabled',
1441
1441
  defaultValue: false
1442
1442
  }),
1443
+ // Added 2026-04-01
1444
+ confluence_fe_cwr_outcome_picker_prompt_autoselect: createBooleanExperiment({
1445
+ productKeys: {
1446
+ confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
1447
+ },
1448
+ param: 'isEnabled',
1449
+ defaultValue: false
1450
+ }),
1443
1451
  // Added 2026-02-12
1444
1452
  platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
1445
1453
  productKeys: {
@@ -1939,6 +1947,14 @@ export var editorExperimentsConfig = {
1939
1947
  param: 'isEnabled',
1940
1948
  defaultValue: false
1941
1949
  }),
1950
+ // Added 2026-04-08
1951
+ cc_fd_wb_jira_quick_insert_experiment: createBooleanExperiment({
1952
+ productKeys: {
1953
+ jira: 'cc_fd_wb_jira_quick_insert_experiment'
1954
+ },
1955
+ param: 'isEnabled',
1956
+ defaultValue: false
1957
+ }),
1942
1958
  // Added 2026-04-07
1943
1959
  platform_editor_lovability_select_all_shortcut: createBooleanExperiment({
1944
1960
  productKeys: {
@@ -991,6 +991,12 @@ export declare const editorExperimentsConfig: {
991
991
  typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
992
992
  values: ('control' | 'slot-four' | 'slot-two')[];
993
993
  };
994
+ cc_fd_wb_jira_quick_insert_experiment: {
995
+ defaultValue: boolean;
996
+ param: string;
997
+ productKeys?: ProductKeys;
998
+ typeGuard: IsBooleanType;
999
+ };
994
1000
  editor_a11y_role_textbox: {
995
1001
  defaultValue: boolean;
996
1002
  param: string;
@@ -1093,6 +1099,12 @@ export declare const editorExperimentsConfig: {
1093
1099
  productKeys?: ProductKeys;
1094
1100
  typeGuard: IsBooleanType;
1095
1101
  };
1102
+ confluence_fe_cwr_outcome_picker_prompt_autoselect: {
1103
+ defaultValue: boolean;
1104
+ param: string;
1105
+ productKeys?: ProductKeys;
1106
+ typeGuard: IsBooleanType;
1107
+ };
1096
1108
  platform_editor_a11y_escape_link_dialog: {
1097
1109
  defaultValue: boolean;
1098
1110
  param: string;
@@ -991,6 +991,12 @@ export declare const editorExperimentsConfig: {
991
991
  typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
992
992
  values: ('control' | 'slot-four' | 'slot-two')[];
993
993
  };
994
+ cc_fd_wb_jira_quick_insert_experiment: {
995
+ defaultValue: boolean;
996
+ param: string;
997
+ productKeys?: ProductKeys;
998
+ typeGuard: IsBooleanType;
999
+ };
994
1000
  editor_a11y_role_textbox: {
995
1001
  defaultValue: boolean;
996
1002
  param: string;
@@ -1093,6 +1099,12 @@ export declare const editorExperimentsConfig: {
1093
1099
  productKeys?: ProductKeys;
1094
1100
  typeGuard: IsBooleanType;
1095
1101
  };
1102
+ confluence_fe_cwr_outcome_picker_prompt_autoselect: {
1103
+ defaultValue: boolean;
1104
+ param: string;
1105
+ productKeys?: ProductKeys;
1106
+ typeGuard: IsBooleanType;
1107
+ };
1096
1108
  platform_editor_a11y_escape_link_dialog: {
1097
1109
  defaultValue: boolean;
1098
1110
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "55.0.0",
3
+ "version": "55.1.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^5.11.0",
37
+ "@atlaskit/react-ufo": "^5.12.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {