@atlaskit/tmp-editor-statsig 74.3.0 → 74.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 74.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`3d7541ec5f1e8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d7541ec5f1e8) -
8
+ [ux] [EDITOR-5936] centralise AI screen alignment and fix error screen width and centering in
9
+ FloatingContainer behind platform_editor_ai_screen_layout_refactor
10
+
3
11
  ## 74.3.0
4
12
 
5
13
  ### Minor Changes
@@ -2023,6 +2023,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2023
2023
  param: 'isEnabled',
2024
2024
  defaultValue: false
2025
2025
  }),
2026
+ // Added 2026-04-22
2027
+ platform_editor_ai_screen_layout_refactor: (0, _experimentBuilders.createBooleanExperiment)({
2028
+ productKeys: {
2029
+ confluence: 'platform_editor_ai_screen_layout_refactor'
2030
+ },
2031
+ param: 'isEnabled',
2032
+ defaultValue: false
2033
+ }),
2026
2034
  // Added 2026-04-23
2027
2035
  platform_editor_emojis_in_renderer_smart_links: (0, _experimentBuilders.createBooleanExperiment)({
2028
2036
  productKeys: {
@@ -2017,6 +2017,14 @@ export const editorExperimentsConfig = {
2017
2017
  param: 'isEnabled',
2018
2018
  defaultValue: false
2019
2019
  }),
2020
+ // Added 2026-04-22
2021
+ platform_editor_ai_screen_layout_refactor: createBooleanExperiment({
2022
+ productKeys: {
2023
+ confluence: 'platform_editor_ai_screen_layout_refactor'
2024
+ },
2025
+ param: 'isEnabled',
2026
+ defaultValue: false
2027
+ }),
2020
2028
  // Added 2026-04-23
2021
2029
  platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
2022
2030
  productKeys: {
@@ -2017,6 +2017,14 @@ export var editorExperimentsConfig = {
2017
2017
  param: 'isEnabled',
2018
2018
  defaultValue: false
2019
2019
  }),
2020
+ // Added 2026-04-22
2021
+ platform_editor_ai_screen_layout_refactor: createBooleanExperiment({
2022
+ productKeys: {
2023
+ confluence: 'platform_editor_ai_screen_layout_refactor'
2024
+ },
2025
+ param: 'isEnabled',
2026
+ defaultValue: false
2027
+ }),
2020
2028
  // Added 2026-04-23
2021
2029
  platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
2022
2030
  productKeys: {
@@ -1482,6 +1482,12 @@ export declare const editorExperimentsConfig: {
1482
1482
  productKeys?: ProductKeys;
1483
1483
  typeGuard: IsBooleanType;
1484
1484
  };
1485
+ platform_editor_ai_screen_layout_refactor: {
1486
+ defaultValue: boolean;
1487
+ param: string;
1488
+ productKeys?: ProductKeys;
1489
+ typeGuard: IsBooleanType;
1490
+ };
1485
1491
  platform_editor_emojis_in_renderer_smart_links: {
1486
1492
  defaultValue: boolean;
1487
1493
  param: string;
@@ -1482,6 +1482,12 @@ export declare const editorExperimentsConfig: {
1482
1482
  productKeys?: ProductKeys;
1483
1483
  typeGuard: IsBooleanType;
1484
1484
  };
1485
+ platform_editor_ai_screen_layout_refactor: {
1486
+ defaultValue: boolean;
1487
+ param: string;
1488
+ productKeys?: ProductKeys;
1489
+ typeGuard: IsBooleanType;
1490
+ };
1485
1491
  platform_editor_emojis_in_renderer_smart_links: {
1486
1492
  defaultValue: boolean;
1487
1493
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "74.3.0",
3
+ "version": "74.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",