@atlaskit/tmp-editor-statsig 74.1.0 → 74.3.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.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`266e293748871`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/266e293748871) -
8
+ [ux] Adds AI image generation to premium macros Carousel, Cards, & Spotlight behind an experiment
9
+ gate.
10
+
11
+ ## 74.2.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`e2a0403647315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2a0403647315) -
16
+ [CCI-15883] Define normalized telemetry event contract and fire authoritative sessionOutcome
17
+ analytics event once per Editor AI streaming session
18
+
3
19
  ## 74.1.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: {
@@ -1710,8 +1718,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1710
1718
  // Added 2026-03-20
1711
1719
  platform_editor_chromeless_expand_fix: (0, _experimentBuilders.createBooleanExperiment)({
1712
1720
  productKeys: {
1713
- confluence: 'platform_editor_chromeless_expand_fix',
1714
- jira: 'platform_editor_chromeless_expand_fix'
1721
+ confluence: 'platform_editor_chromeless_expand_fix'
1722
+ },
1723
+ param: 'isEnabled',
1724
+ defaultValue: false
1725
+ }),
1726
+ // Added 2026-05-01
1727
+ platform_editor_ai_normalized_telemetry: (0, _experimentBuilders.createBooleanExperiment)({
1728
+ productKeys: {
1729
+ confluence: 'platform_editor_ai_normalized_telemetry'
1715
1730
  },
1716
1731
  param: 'isEnabled',
1717
1732
  defaultValue: false
@@ -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: {
@@ -1704,8 +1712,15 @@ export const editorExperimentsConfig = {
1704
1712
  // Added 2026-03-20
1705
1713
  platform_editor_chromeless_expand_fix: createBooleanExperiment({
1706
1714
  productKeys: {
1707
- confluence: 'platform_editor_chromeless_expand_fix',
1708
- jira: 'platform_editor_chromeless_expand_fix'
1715
+ confluence: 'platform_editor_chromeless_expand_fix'
1716
+ },
1717
+ param: 'isEnabled',
1718
+ defaultValue: false
1719
+ }),
1720
+ // Added 2026-05-01
1721
+ platform_editor_ai_normalized_telemetry: createBooleanExperiment({
1722
+ productKeys: {
1723
+ confluence: 'platform_editor_ai_normalized_telemetry'
1709
1724
  },
1710
1725
  param: 'isEnabled',
1711
1726
  defaultValue: false
@@ -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: {
@@ -1704,8 +1712,15 @@ export var editorExperimentsConfig = {
1704
1712
  // Added 2026-03-20
1705
1713
  platform_editor_chromeless_expand_fix: createBooleanExperiment({
1706
1714
  productKeys: {
1707
- confluence: 'platform_editor_chromeless_expand_fix',
1708
- jira: 'platform_editor_chromeless_expand_fix'
1715
+ confluence: 'platform_editor_chromeless_expand_fix'
1716
+ },
1717
+ param: 'isEnabled',
1718
+ defaultValue: false
1719
+ }),
1720
+ // Added 2026-05-01
1721
+ platform_editor_ai_normalized_telemetry: createBooleanExperiment({
1722
+ productKeys: {
1723
+ confluence: 'platform_editor_ai_normalized_telemetry'
1709
1724
  },
1710
1725
  param: 'isEnabled',
1711
1726
  defaultValue: false
@@ -88,6 +88,12 @@ export declare const editorExperimentsConfig: {
88
88
  productKeys?: ProductKeys;
89
89
  typeGuard: IsBooleanType;
90
90
  };
91
+ platform_editor_ai_normalized_telemetry: {
92
+ defaultValue: boolean;
93
+ param: string;
94
+ productKeys?: ProductKeys;
95
+ typeGuard: IsBooleanType;
96
+ };
91
97
  platform_editor_react19_migration: {
92
98
  defaultValue: boolean;
93
99
  param: string;
@@ -1020,6 +1026,12 @@ export declare const editorExperimentsConfig: {
1020
1026
  productKeys?: ProductKeys;
1021
1027
  typeGuard: IsBooleanType;
1022
1028
  };
1029
+ cc_page_experiences_premium_macros_img_generation: {
1030
+ defaultValue: boolean;
1031
+ param: string;
1032
+ productKeys?: ProductKeys;
1033
+ typeGuard: IsBooleanType;
1034
+ };
1023
1035
  'cc-maui-experiment': {
1024
1036
  defaultValue: boolean;
1025
1037
  param: string;
@@ -88,6 +88,12 @@ export declare const editorExperimentsConfig: {
88
88
  productKeys?: ProductKeys;
89
89
  typeGuard: IsBooleanType;
90
90
  };
91
+ platform_editor_ai_normalized_telemetry: {
92
+ defaultValue: boolean;
93
+ param: string;
94
+ productKeys?: ProductKeys;
95
+ typeGuard: IsBooleanType;
96
+ };
91
97
  platform_editor_react19_migration: {
92
98
  defaultValue: boolean;
93
99
  param: string;
@@ -1020,6 +1026,12 @@ export declare const editorExperimentsConfig: {
1020
1026
  productKeys?: ProductKeys;
1021
1027
  typeGuard: IsBooleanType;
1022
1028
  };
1029
+ cc_page_experiences_premium_macros_img_generation: {
1030
+ defaultValue: boolean;
1031
+ param: string;
1032
+ productKeys?: ProductKeys;
1033
+ typeGuard: IsBooleanType;
1034
+ };
1023
1035
  'cc-maui-experiment': {
1024
1036
  defaultValue: boolean;
1025
1037
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "74.1.0",
3
+ "version": "74.3.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",