@atlaskit/tmp-editor-statsig 32.3.0 → 32.4.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,16 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 32.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d78ff724d3bce`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d78ff724d3bce) -
8
+ Add editor_a11y_decision_aria_label boolean experiment
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 32.3.0
4
15
 
5
16
  ### Minor Changes
@@ -62,6 +62,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
62
62
  param: 'isEnabled',
63
63
  defaultValue: false
64
64
  }),
65
+ // Added 2026-02-20
66
+ editor_a11y_decision_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
67
+ productKeys: {
68
+ confluence: 'editor_a11y_decision_aria_label',
69
+ jira: 'editor_a11y_decision_aria_label'
70
+ },
71
+ param: 'isEnabled',
72
+ defaultValue: false
73
+ }),
65
74
  // Added 03-09-2025
66
75
  cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
67
76
  productKeys: {
@@ -56,6 +56,15 @@ export const editorExperimentsConfig = {
56
56
  param: 'isEnabled',
57
57
  defaultValue: false
58
58
  }),
59
+ // Added 2026-02-20
60
+ editor_a11y_decision_aria_label: createBooleanExperiment({
61
+ productKeys: {
62
+ confluence: 'editor_a11y_decision_aria_label',
63
+ jira: 'editor_a11y_decision_aria_label'
64
+ },
65
+ param: 'isEnabled',
66
+ defaultValue: false
67
+ }),
59
68
  // Added 03-09-2025
60
69
  cc_editor_interactivity_monitoring: createBooleanExperiment({
61
70
  productKeys: {
@@ -56,6 +56,15 @@ export var editorExperimentsConfig = {
56
56
  param: 'isEnabled',
57
57
  defaultValue: false
58
58
  }),
59
+ // Added 2026-02-20
60
+ editor_a11y_decision_aria_label: createBooleanExperiment({
61
+ productKeys: {
62
+ confluence: 'editor_a11y_decision_aria_label',
63
+ jira: 'editor_a11y_decision_aria_label'
64
+ },
65
+ param: 'isEnabled',
66
+ defaultValue: false
67
+ }),
59
68
  // Added 03-09-2025
60
69
  cc_editor_interactivity_monitoring: createBooleanExperiment({
61
70
  productKeys: {
@@ -58,6 +58,12 @@ export declare const editorExperimentsConfig: {
58
58
  typeGuard: (value: unknown) => value is 'control' | 'test';
59
59
  values: ('control' | 'test')[];
60
60
  };
61
+ editor_a11y_decision_aria_label: {
62
+ defaultValue: boolean;
63
+ param: string;
64
+ productKeys?: ProductKeys;
65
+ typeGuard: IsBooleanType;
66
+ };
61
67
  cc_editor_interactivity_monitoring: {
62
68
  defaultValue: boolean;
63
69
  param: string;
@@ -58,6 +58,12 @@ export declare const editorExperimentsConfig: {
58
58
  typeGuard: (value: unknown) => value is 'control' | 'test';
59
59
  values: ('control' | 'test')[];
60
60
  };
61
+ editor_a11y_decision_aria_label: {
62
+ defaultValue: boolean;
63
+ param: string;
64
+ productKeys?: ProductKeys;
65
+ typeGuard: IsBooleanType;
66
+ };
61
67
  cc_editor_interactivity_monitoring: {
62
68
  defaultValue: boolean;
63
69
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "32.3.0",
3
+ "version": "32.4.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",