@atlaskit/tmp-editor-statsig 16.3.2 → 16.3.3

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
+ ## 16.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`31b6da6a9ab84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31b6da6a9ab84) -
8
+ Clean up platform_editor_fix_a11y_aria_posinset_0 experiment - Fix ARIA posinset to use 1-based
9
+ indexing
10
+
3
11
  ## 16.3.2
4
12
 
5
13
  ### Patch Changes
@@ -750,14 +750,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
750
750
  param: 'isEnabled',
751
751
  defaultValue: false
752
752
  }),
753
- // Added 2025-07-31
754
- platform_editor_fix_a11y_aria_posinset_0: (0, _experimentBuilders.createBooleanExperiment)({
755
- productKeys: {
756
- confluence: 'platform_editor_fix_a11y_aria_posinset_0'
757
- },
758
- param: 'isEnabled',
759
- defaultValue: false
760
- }),
761
753
  // Added 2025-07-30
762
754
  platform_editor_blocktaskitem_node_tenantid: (0, _experimentBuilders.createBooleanExperiment)({
763
755
  productKeys: {
@@ -744,14 +744,6 @@ export const editorExperimentsConfig = {
744
744
  param: 'isEnabled',
745
745
  defaultValue: false
746
746
  }),
747
- // Added 2025-07-31
748
- platform_editor_fix_a11y_aria_posinset_0: createBooleanExperiment({
749
- productKeys: {
750
- confluence: 'platform_editor_fix_a11y_aria_posinset_0'
751
- },
752
- param: 'isEnabled',
753
- defaultValue: false
754
- }),
755
747
  // Added 2025-07-30
756
748
  platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
757
749
  productKeys: {
@@ -744,14 +744,6 @@ export var editorExperimentsConfig = {
744
744
  param: 'isEnabled',
745
745
  defaultValue: false
746
746
  }),
747
- // Added 2025-07-31
748
- platform_editor_fix_a11y_aria_posinset_0: createBooleanExperiment({
749
- productKeys: {
750
- confluence: 'platform_editor_fix_a11y_aria_posinset_0'
751
- },
752
- param: 'isEnabled',
753
- defaultValue: false
754
- }),
755
747
  // Added 2025-07-30
756
748
  platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
757
749
  productKeys: {
@@ -410,12 +410,6 @@ export declare const editorExperimentsConfig: {
410
410
  productKeys?: ProductKeys;
411
411
  typeGuard: IsBooleanType;
412
412
  };
413
- platform_editor_fix_a11y_aria_posinset_0: {
414
- defaultValue: boolean;
415
- param: string;
416
- productKeys?: ProductKeys;
417
- typeGuard: IsBooleanType;
418
- };
419
413
  platform_editor_fix_button_name_violation_in_table: {
420
414
  defaultValue: boolean;
421
415
  param: string;
@@ -410,12 +410,6 @@ export declare const editorExperimentsConfig: {
410
410
  productKeys?: ProductKeys;
411
411
  typeGuard: IsBooleanType;
412
412
  };
413
- platform_editor_fix_a11y_aria_posinset_0: {
414
- defaultValue: boolean;
415
- param: string;
416
- productKeys?: ProductKeys;
417
- typeGuard: IsBooleanType;
418
- };
419
413
  platform_editor_fix_button_name_violation_in_table: {
420
414
  defaultValue: boolean;
421
415
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.3.2",
3
+ "version": "16.3.3",
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",