@atlaskit/tmp-editor-statsig 82.0.0 → 82.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,16 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 82.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e481e48b7f35f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e481e48b7f35f) -
8
+ Cleaned up platform_editor_ai_aifc_listitem_indentation_fix experiment.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 82.0.0
4
15
 
5
16
  ### Major Changes
@@ -1914,14 +1914,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1914
1914
  param: 'isEnabled',
1915
1915
  defaultValue: false
1916
1916
  }),
1917
- // Added 2026-04-02
1918
- platform_editor_ai_aifc_listitem_indentation_fix: (0, _experimentBuilders.createBooleanExperiment)({
1919
- productKeys: {
1920
- confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
1921
- },
1922
- param: 'isEnabled',
1923
- defaultValue: false
1924
- }),
1925
1917
  // Added 2026-04-09
1926
1918
  platform_editor_fix_selection_wrapped_media_embed: (0, _experimentBuilders.createBooleanExperiment)({
1927
1919
  productKeys: {
@@ -1908,14 +1908,6 @@ export const editorExperimentsConfig = {
1908
1908
  param: 'isEnabled',
1909
1909
  defaultValue: false
1910
1910
  }),
1911
- // Added 2026-04-02
1912
- platform_editor_ai_aifc_listitem_indentation_fix: createBooleanExperiment({
1913
- productKeys: {
1914
- confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
1915
- },
1916
- param: 'isEnabled',
1917
- defaultValue: false
1918
- }),
1919
1911
  // Added 2026-04-09
1920
1912
  platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
1921
1913
  productKeys: {
@@ -1908,14 +1908,6 @@ export var editorExperimentsConfig = {
1908
1908
  param: 'isEnabled',
1909
1909
  defaultValue: false
1910
1910
  }),
1911
- // Added 2026-04-02
1912
- platform_editor_ai_aifc_listitem_indentation_fix: createBooleanExperiment({
1913
- productKeys: {
1914
- confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
1915
- },
1916
- param: 'isEnabled',
1917
- defaultValue: false
1918
- }),
1919
1911
  // Added 2026-04-09
1920
1912
  platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
1921
1913
  productKeys: {
@@ -506,12 +506,6 @@ export declare const editorExperimentsConfig: {
506
506
  productKeys?: ProductKeys;
507
507
  typeGuard: IsBooleanType;
508
508
  };
509
- platform_editor_ai_aifc_listitem_indentation_fix: {
510
- defaultValue: boolean;
511
- param: string;
512
- productKeys?: ProductKeys;
513
- typeGuard: IsBooleanType;
514
- };
515
509
  platform_editor_lovability_distribute_column_fix: {
516
510
  defaultValue: boolean;
517
511
  param: string;
@@ -506,12 +506,6 @@ export declare const editorExperimentsConfig: {
506
506
  productKeys?: ProductKeys;
507
507
  typeGuard: IsBooleanType;
508
508
  };
509
- platform_editor_ai_aifc_listitem_indentation_fix: {
510
- defaultValue: boolean;
511
- param: string;
512
- productKeys?: ProductKeys;
513
- typeGuard: IsBooleanType;
514
- };
515
509
  platform_editor_lovability_distribute_column_fix: {
516
510
  defaultValue: boolean;
517
511
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "82.0.0",
3
+ "version": "82.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",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.7.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
- "@atlaskit/react-ufo": "^5.22.0",
38
+ "@atlaskit/react-ufo": "^6.0.0",
39
39
  "@babel/runtime": "^7.0.0"
40
40
  },
41
41
  "platform-feature-flags": {