@atlaskit/tmp-editor-statsig 54.0.0 → 54.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 54.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`24f029e3a215c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/24f029e3a215c) -
8
+ Gate Ask Rovo MAUI edit UI behind cc-maui-experiment-phase-2
9
+
10
+ ## 54.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`cfd14d8f3b8df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cfd14d8f3b8df) -
15
+ [ux] Hide unreleased changes behind new experiment as they have been cut from v1 experiment scope
16
+
3
17
  ## 54.0.0
4
18
 
5
19
  ### Major Changes
@@ -1404,6 +1404,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1404
1404
  param: 'isEnabled',
1405
1405
  defaultValue: false
1406
1406
  }),
1407
+ // Added 2026-04-06
1408
+ 'cc-maui-experiment-phase-2': (0, _experimentBuilders.createBooleanExperiment)({
1409
+ productKeys: {
1410
+ confluence: 'cc-maui-experiment-phase-2'
1411
+ },
1412
+ param: 'isEnabled',
1413
+ defaultValue: false
1414
+ }),
1407
1415
  // Added 2026-03-05
1408
1416
  'cc-mui-slides-experiment': (0, _experimentBuilders.createBooleanExperiment)({
1409
1417
  productKeys: {
@@ -1568,6 +1576,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1568
1576
  param: 'isEnabled',
1569
1577
  defaultValue: false
1570
1578
  }),
1579
+ // Added 2026-04-02
1580
+ platform_editor_ai_smartlink_toolbar_v2_exp: (0, _experimentBuilders.createBooleanExperiment)({
1581
+ productKeys: {
1582
+ confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
1583
+ },
1584
+ param: 'isEnabled',
1585
+ defaultValue: false
1586
+ }),
1571
1587
  // Added 2026-03-30
1572
1588
  platform_editor_a11y_scrollable_region: (0, _experimentBuilders.createBooleanExperiment)({
1573
1589
  productKeys: {
@@ -1398,6 +1398,14 @@ export const editorExperimentsConfig = {
1398
1398
  param: 'isEnabled',
1399
1399
  defaultValue: false
1400
1400
  }),
1401
+ // Added 2026-04-06
1402
+ 'cc-maui-experiment-phase-2': createBooleanExperiment({
1403
+ productKeys: {
1404
+ confluence: 'cc-maui-experiment-phase-2'
1405
+ },
1406
+ param: 'isEnabled',
1407
+ defaultValue: false
1408
+ }),
1401
1409
  // Added 2026-03-05
1402
1410
  'cc-mui-slides-experiment': createBooleanExperiment({
1403
1411
  productKeys: {
@@ -1562,6 +1570,14 @@ export const editorExperimentsConfig = {
1562
1570
  param: 'isEnabled',
1563
1571
  defaultValue: false
1564
1572
  }),
1573
+ // Added 2026-04-02
1574
+ platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
1575
+ productKeys: {
1576
+ confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
1577
+ },
1578
+ param: 'isEnabled',
1579
+ defaultValue: false
1580
+ }),
1565
1581
  // Added 2026-03-30
1566
1582
  platform_editor_a11y_scrollable_region: createBooleanExperiment({
1567
1583
  productKeys: {
@@ -1398,6 +1398,14 @@ export var editorExperimentsConfig = {
1398
1398
  param: 'isEnabled',
1399
1399
  defaultValue: false
1400
1400
  }),
1401
+ // Added 2026-04-06
1402
+ 'cc-maui-experiment-phase-2': createBooleanExperiment({
1403
+ productKeys: {
1404
+ confluence: 'cc-maui-experiment-phase-2'
1405
+ },
1406
+ param: 'isEnabled',
1407
+ defaultValue: false
1408
+ }),
1401
1409
  // Added 2026-03-05
1402
1410
  'cc-mui-slides-experiment': createBooleanExperiment({
1403
1411
  productKeys: {
@@ -1562,6 +1570,14 @@ export var editorExperimentsConfig = {
1562
1570
  param: 'isEnabled',
1563
1571
  defaultValue: false
1564
1572
  }),
1573
+ // Added 2026-04-02
1574
+ platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
1575
+ productKeys: {
1576
+ confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
1577
+ },
1578
+ param: 'isEnabled',
1579
+ defaultValue: false
1580
+ }),
1565
1581
  // Added 2026-03-30
1566
1582
  platform_editor_a11y_scrollable_region: createBooleanExperiment({
1567
1583
  productKeys: {
@@ -1050,6 +1050,12 @@ export declare const editorExperimentsConfig: {
1050
1050
  productKeys?: ProductKeys;
1051
1051
  typeGuard: IsBooleanType;
1052
1052
  };
1053
+ 'cc-maui-experiment-phase-2': {
1054
+ defaultValue: boolean;
1055
+ param: string;
1056
+ productKeys?: ProductKeys;
1057
+ typeGuard: IsBooleanType;
1058
+ };
1053
1059
  'cc-mui-slides-experiment': {
1054
1060
  defaultValue: boolean;
1055
1061
  param: string;
@@ -1170,6 +1176,12 @@ export declare const editorExperimentsConfig: {
1170
1176
  productKeys?: ProductKeys;
1171
1177
  typeGuard: IsBooleanType;
1172
1178
  };
1179
+ platform_editor_ai_smartlink_toolbar_v2_exp: {
1180
+ defaultValue: boolean;
1181
+ param: string;
1182
+ productKeys?: ProductKeys;
1183
+ typeGuard: IsBooleanType;
1184
+ };
1173
1185
  platform_editor_renderer_error_boundary_stable_key: {
1174
1186
  defaultValue: boolean;
1175
1187
  param: string;
@@ -1050,6 +1050,12 @@ export declare const editorExperimentsConfig: {
1050
1050
  productKeys?: ProductKeys;
1051
1051
  typeGuard: IsBooleanType;
1052
1052
  };
1053
+ 'cc-maui-experiment-phase-2': {
1054
+ defaultValue: boolean;
1055
+ param: string;
1056
+ productKeys?: ProductKeys;
1057
+ typeGuard: IsBooleanType;
1058
+ };
1053
1059
  'cc-mui-slides-experiment': {
1054
1060
  defaultValue: boolean;
1055
1061
  param: string;
@@ -1170,6 +1176,12 @@ export declare const editorExperimentsConfig: {
1170
1176
  productKeys?: ProductKeys;
1171
1177
  typeGuard: IsBooleanType;
1172
1178
  };
1179
+ platform_editor_ai_smartlink_toolbar_v2_exp: {
1180
+ defaultValue: boolean;
1181
+ param: string;
1182
+ productKeys?: ProductKeys;
1183
+ typeGuard: IsBooleanType;
1184
+ };
1173
1185
  platform_editor_renderer_error_boundary_stable_key: {
1174
1186
  defaultValue: boolean;
1175
1187
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "54.0.0",
3
+ "version": "54.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",