@atlaskit/tmp-editor-statsig 68.0.0 → 68.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,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 68.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4b61b018db494`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4b61b018db494) -
8
+ [ux] Adds AI image generation to the editor by introducing a new plugin for image generation in
9
+ the editor with the functionalities to create AI images with a prompt and style choice. The plugin
10
+ is gated behind a feature experiment.
11
+
3
12
  ## 68.0.0
4
13
 
5
14
  ### Major Changes
@@ -1350,6 +1350,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1350
1350
  param: 'isEnabled',
1351
1351
  defaultValue: false
1352
1352
  }),
1353
+ // Added 2026-04-01
1354
+ 'cc_page_experiences_editor_image_generation': (0, _experimentBuilders.createBooleanExperiment)({
1355
+ productKeys: {
1356
+ confluence: 'cc_page_experiences_editor_image_generation'
1357
+ },
1358
+ param: 'isEnabled',
1359
+ defaultValue: false
1360
+ }),
1353
1361
  // Added 2026-02-23
1354
1362
  'cc-maui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
1355
1363
  productKeys: {
@@ -1344,6 +1344,14 @@ export const editorExperimentsConfig = {
1344
1344
  param: 'isEnabled',
1345
1345
  defaultValue: false
1346
1346
  }),
1347
+ // Added 2026-04-01
1348
+ 'cc_page_experiences_editor_image_generation': createBooleanExperiment({
1349
+ productKeys: {
1350
+ confluence: 'cc_page_experiences_editor_image_generation'
1351
+ },
1352
+ param: 'isEnabled',
1353
+ defaultValue: false
1354
+ }),
1347
1355
  // Added 2026-02-23
1348
1356
  'cc-maui-experiment': createBooleanExperiment({
1349
1357
  productKeys: {
@@ -1344,6 +1344,14 @@ export var editorExperimentsConfig = {
1344
1344
  param: 'isEnabled',
1345
1345
  defaultValue: false
1346
1346
  }),
1347
+ // Added 2026-04-01
1348
+ 'cc_page_experiences_editor_image_generation': createBooleanExperiment({
1349
+ productKeys: {
1350
+ confluence: 'cc_page_experiences_editor_image_generation'
1351
+ },
1352
+ param: 'isEnabled',
1353
+ defaultValue: false
1354
+ }),
1347
1355
  // Added 2026-02-23
1348
1356
  'cc-maui-experiment': createBooleanExperiment({
1349
1357
  productKeys: {
@@ -1027,6 +1027,12 @@ export declare const editorExperimentsConfig: {
1027
1027
  productKeys?: ProductKeys;
1028
1028
  typeGuard: IsBooleanType;
1029
1029
  };
1030
+ 'cc_page_experiences_editor_image_generation': {
1031
+ defaultValue: boolean;
1032
+ param: string;
1033
+ productKeys?: ProductKeys;
1034
+ typeGuard: IsBooleanType;
1035
+ };
1030
1036
  'cc-maui-experiment': {
1031
1037
  defaultValue: boolean;
1032
1038
  param: string;
@@ -1027,6 +1027,12 @@ export declare const editorExperimentsConfig: {
1027
1027
  productKeys?: ProductKeys;
1028
1028
  typeGuard: IsBooleanType;
1029
1029
  };
1030
+ 'cc_page_experiences_editor_image_generation': {
1031
+ defaultValue: boolean;
1032
+ param: string;
1033
+ productKeys?: ProductKeys;
1034
+ typeGuard: IsBooleanType;
1035
+ };
1030
1036
  'cc-maui-experiment': {
1031
1037
  defaultValue: boolean;
1032
1038
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "68.0.0",
3
+ "version": "68.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",