@atlaskit/tmp-editor-statsig 29.5.0 → 29.6.1

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
+ ## 29.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`abf0f1a208ab4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/abf0f1a208ab4) -
8
+ EDITOR-5441 Update comment editor border raidus
9
+
10
+ ## 29.6.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`521f5d212eb21`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/521f5d212eb21) -
15
+ [ux] Add support for dynamic UI flow in AIFC
16
+
3
17
  ## 29.5.0
4
18
 
5
19
  ### Minor Changes
@@ -718,6 +718,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
718
718
  param: 'isEnabled',
719
719
  defaultValue: false
720
720
  }),
721
+ // Added 2026-02-19
722
+ platform_editor_comment_editor_border_radius: (0, _experimentBuilders.createBooleanExperiment)({
723
+ productKeys: {
724
+ confluence: 'platform_editor_comment_editor_border_radius'
725
+ },
726
+ param: 'isEnabled',
727
+ defaultValue: false
728
+ }),
721
729
  // Added 2025-07-30
722
730
  platform_editor_blocktaskitem_node_tenantid: (0, _experimentBuilders.createBooleanExperiment)({
723
731
  productKeys: {
@@ -1434,6 +1442,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1434
1442
  param: 'isEnabled',
1435
1443
  defaultValue: false
1436
1444
  }),
1445
+ // Added 2026-02-23
1446
+ 'cc-mui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
1447
+ productKeys: {
1448
+ confluence: 'cc-mui-experiment'
1449
+ },
1450
+ param: 'isEnabled',
1451
+ defaultValue: false
1452
+ }),
1437
1453
  // Added 2026-02-12
1438
1454
  platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
1439
1455
  productKeys: {
@@ -712,6 +712,14 @@ export const editorExperimentsConfig = {
712
712
  param: 'isEnabled',
713
713
  defaultValue: false
714
714
  }),
715
+ // Added 2026-02-19
716
+ platform_editor_comment_editor_border_radius: createBooleanExperiment({
717
+ productKeys: {
718
+ confluence: 'platform_editor_comment_editor_border_radius'
719
+ },
720
+ param: 'isEnabled',
721
+ defaultValue: false
722
+ }),
715
723
  // Added 2025-07-30
716
724
  platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
717
725
  productKeys: {
@@ -1428,6 +1436,14 @@ export const editorExperimentsConfig = {
1428
1436
  param: 'isEnabled',
1429
1437
  defaultValue: false
1430
1438
  }),
1439
+ // Added 2026-02-23
1440
+ 'cc-mui-experiment': createBooleanExperiment({
1441
+ productKeys: {
1442
+ confluence: 'cc-mui-experiment'
1443
+ },
1444
+ param: 'isEnabled',
1445
+ defaultValue: false
1446
+ }),
1431
1447
  // Added 2026-02-12
1432
1448
  platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
1433
1449
  productKeys: {
@@ -712,6 +712,14 @@ export var editorExperimentsConfig = {
712
712
  param: 'isEnabled',
713
713
  defaultValue: false
714
714
  }),
715
+ // Added 2026-02-19
716
+ platform_editor_comment_editor_border_radius: createBooleanExperiment({
717
+ productKeys: {
718
+ confluence: 'platform_editor_comment_editor_border_radius'
719
+ },
720
+ param: 'isEnabled',
721
+ defaultValue: false
722
+ }),
715
723
  // Added 2025-07-30
716
724
  platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
717
725
  productKeys: {
@@ -1428,6 +1436,14 @@ export var editorExperimentsConfig = {
1428
1436
  param: 'isEnabled',
1429
1437
  defaultValue: false
1430
1438
  }),
1439
+ // Added 2026-02-23
1440
+ 'cc-mui-experiment': createBooleanExperiment({
1441
+ productKeys: {
1442
+ confluence: 'cc-mui-experiment'
1443
+ },
1444
+ param: 'isEnabled',
1445
+ defaultValue: false
1446
+ }),
1431
1447
  // Added 2026-02-12
1432
1448
  platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
1433
1449
  productKeys: {
@@ -1056,6 +1056,12 @@ export declare const editorExperimentsConfig: {
1056
1056
  productKeys?: ProductKeys;
1057
1057
  typeGuard: IsBooleanType;
1058
1058
  };
1059
+ platform_editor_comment_editor_border_radius: {
1060
+ defaultValue: boolean;
1061
+ param: string;
1062
+ productKeys?: ProductKeys;
1063
+ typeGuard: IsBooleanType;
1064
+ };
1059
1065
  confluence_frontend_fix_date_hydration_error: {
1060
1066
  defaultValue: boolean;
1061
1067
  param: string;
@@ -1068,6 +1074,12 @@ export declare const editorExperimentsConfig: {
1068
1074
  productKeys?: ProductKeys;
1069
1075
  typeGuard: IsBooleanType;
1070
1076
  };
1077
+ 'cc-mui-experiment': {
1078
+ defaultValue: boolean;
1079
+ param: string;
1080
+ productKeys?: ProductKeys;
1081
+ typeGuard: IsBooleanType;
1082
+ };
1071
1083
  platform_editor_a11y_escape_link_dialog: {
1072
1084
  defaultValue: boolean;
1073
1085
  param: string;
@@ -1056,6 +1056,12 @@ export declare const editorExperimentsConfig: {
1056
1056
  productKeys?: ProductKeys;
1057
1057
  typeGuard: IsBooleanType;
1058
1058
  };
1059
+ platform_editor_comment_editor_border_radius: {
1060
+ defaultValue: boolean;
1061
+ param: string;
1062
+ productKeys?: ProductKeys;
1063
+ typeGuard: IsBooleanType;
1064
+ };
1059
1065
  confluence_frontend_fix_date_hydration_error: {
1060
1066
  defaultValue: boolean;
1061
1067
  param: string;
@@ -1068,6 +1074,12 @@ export declare const editorExperimentsConfig: {
1068
1074
  productKeys?: ProductKeys;
1069
1075
  typeGuard: IsBooleanType;
1070
1076
  };
1077
+ 'cc-mui-experiment': {
1078
+ defaultValue: boolean;
1079
+ param: string;
1080
+ productKeys?: ProductKeys;
1081
+ typeGuard: IsBooleanType;
1082
+ };
1071
1083
  platform_editor_a11y_escape_link_dialog: {
1072
1084
  defaultValue: boolean;
1073
1085
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "29.5.0",
3
+ "version": "29.6.1",
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",