@atlaskit/tmp-editor-statsig 74.2.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,21 @@
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
+
11
+ ## 74.3.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`266e293748871`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/266e293748871) -
16
+ [ux] Adds AI image generation to premium macros Carousel, Cards, & Spotlight behind an experiment
17
+ gate.
18
+
3
19
  ## 74.2.0
4
20
 
5
21
  ### Minor Changes
@@ -1340,6 +1340,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1340
1340
  param: 'isEnabled',
1341
1341
  defaultValue: false
1342
1342
  }),
1343
+ // Added 2026-04-17
1344
+ cc_page_experiences_premium_macros_img_generation: (0, _experimentBuilders.createBooleanExperiment)({
1345
+ productKeys: {
1346
+ confluence: 'cc_page_experiences_premium_macros_img_generation'
1347
+ },
1348
+ param: 'isEnabled',
1349
+ defaultValue: false
1350
+ }),
1343
1351
  // Added 2026-02-23
1344
1352
  'cc-maui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
1345
1353
  productKeys: {
@@ -2015,6 +2023,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2015
2023
  param: 'isEnabled',
2016
2024
  defaultValue: false
2017
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
+ }),
2018
2034
  // Added 2026-04-23
2019
2035
  platform_editor_emojis_in_renderer_smart_links: (0, _experimentBuilders.createBooleanExperiment)({
2020
2036
  productKeys: {
@@ -1334,6 +1334,14 @@ export const editorExperimentsConfig = {
1334
1334
  param: 'isEnabled',
1335
1335
  defaultValue: false
1336
1336
  }),
1337
+ // Added 2026-04-17
1338
+ cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
1339
+ productKeys: {
1340
+ confluence: 'cc_page_experiences_premium_macros_img_generation'
1341
+ },
1342
+ param: 'isEnabled',
1343
+ defaultValue: false
1344
+ }),
1337
1345
  // Added 2026-02-23
1338
1346
  'cc-maui-experiment': createBooleanExperiment({
1339
1347
  productKeys: {
@@ -2009,6 +2017,14 @@ export const editorExperimentsConfig = {
2009
2017
  param: 'isEnabled',
2010
2018
  defaultValue: false
2011
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
+ }),
2012
2028
  // Added 2026-04-23
2013
2029
  platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
2014
2030
  productKeys: {
@@ -1334,6 +1334,14 @@ export var editorExperimentsConfig = {
1334
1334
  param: 'isEnabled',
1335
1335
  defaultValue: false
1336
1336
  }),
1337
+ // Added 2026-04-17
1338
+ cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
1339
+ productKeys: {
1340
+ confluence: 'cc_page_experiences_premium_macros_img_generation'
1341
+ },
1342
+ param: 'isEnabled',
1343
+ defaultValue: false
1344
+ }),
1337
1345
  // Added 2026-02-23
1338
1346
  'cc-maui-experiment': createBooleanExperiment({
1339
1347
  productKeys: {
@@ -2009,6 +2017,14 @@ export var editorExperimentsConfig = {
2009
2017
  param: 'isEnabled',
2010
2018
  defaultValue: false
2011
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
+ }),
2012
2028
  // Added 2026-04-23
2013
2029
  platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
2014
2030
  productKeys: {
@@ -1026,6 +1026,12 @@ export declare const editorExperimentsConfig: {
1026
1026
  productKeys?: ProductKeys;
1027
1027
  typeGuard: IsBooleanType;
1028
1028
  };
1029
+ cc_page_experiences_premium_macros_img_generation: {
1030
+ defaultValue: boolean;
1031
+ param: string;
1032
+ productKeys?: ProductKeys;
1033
+ typeGuard: IsBooleanType;
1034
+ };
1029
1035
  'cc-maui-experiment': {
1030
1036
  defaultValue: boolean;
1031
1037
  param: string;
@@ -1476,6 +1482,12 @@ export declare const editorExperimentsConfig: {
1476
1482
  productKeys?: ProductKeys;
1477
1483
  typeGuard: IsBooleanType;
1478
1484
  };
1485
+ platform_editor_ai_screen_layout_refactor: {
1486
+ defaultValue: boolean;
1487
+ param: string;
1488
+ productKeys?: ProductKeys;
1489
+ typeGuard: IsBooleanType;
1490
+ };
1479
1491
  platform_editor_emojis_in_renderer_smart_links: {
1480
1492
  defaultValue: boolean;
1481
1493
  param: string;
@@ -1026,6 +1026,12 @@ export declare const editorExperimentsConfig: {
1026
1026
  productKeys?: ProductKeys;
1027
1027
  typeGuard: IsBooleanType;
1028
1028
  };
1029
+ cc_page_experiences_premium_macros_img_generation: {
1030
+ defaultValue: boolean;
1031
+ param: string;
1032
+ productKeys?: ProductKeys;
1033
+ typeGuard: IsBooleanType;
1034
+ };
1029
1035
  'cc-maui-experiment': {
1030
1036
  defaultValue: boolean;
1031
1037
  param: string;
@@ -1476,6 +1482,12 @@ export declare const editorExperimentsConfig: {
1476
1482
  productKeys?: ProductKeys;
1477
1483
  typeGuard: IsBooleanType;
1478
1484
  };
1485
+ platform_editor_ai_screen_layout_refactor: {
1486
+ defaultValue: boolean;
1487
+ param: string;
1488
+ productKeys?: ProductKeys;
1489
+ typeGuard: IsBooleanType;
1490
+ };
1479
1491
  platform_editor_emojis_in_renderer_smart_links: {
1480
1492
  defaultValue: boolean;
1481
1493
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "74.2.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",