@atlaskit/tmp-editor-statsig 32.7.0 → 32.9.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 32.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6555606e7bd91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6555606e7bd91) -
8
+ [NO-ISSUE] adding experiment for platform_editor_ai_blockmenu_integration
9
+
10
+ ## 32.8.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`96e18b19a6a06`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/96e18b19a6a06) -
15
+ EDITOR-5722 Tab to Improve Writing: Add experiment definition for platform_editor_ai_quick_prompt
16
+
3
17
  ## 32.7.0
4
18
 
5
19
  ### Minor Changes
@@ -827,6 +827,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
827
827
  param: 'isEnabled',
828
828
  defaultValue: false
829
829
  }),
830
+ // Added 2026-03-03
831
+ platform_editor_ai_quick_prompt: (0, _experimentBuilders.createBooleanExperiment)({
832
+ productKeys: {
833
+ confluence: 'platform_editor_ai_quick_prompt',
834
+ jira: 'platform_editor_ai_quick_prompt'
835
+ },
836
+ param: 'isEnabled',
837
+ defaultValue: false
838
+ }),
830
839
  // Added 2026-02-25
831
840
  platform_editor_ai_escape_early_for_unhealthy_node: (0, _experimentBuilders.createBooleanExperiment)({
832
841
  productKeys: {
@@ -1527,5 +1536,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1527
1536
  },
1528
1537
  param: 'isEnabled',
1529
1538
  defaultValue: false
1539
+ }),
1540
+ // Added 2026-03-04
1541
+ platform_editor_ai_blockmenu_integration: (0, _experimentBuilders.createBooleanExperiment)({
1542
+ productKeys: {
1543
+ confluence: 'platform_editor_ai_blockmenu_integration'
1544
+ },
1545
+ param: 'isEnabled',
1546
+ defaultValue: false
1530
1547
  })
1531
1548
  };
@@ -821,6 +821,15 @@ export const editorExperimentsConfig = {
821
821
  param: 'isEnabled',
822
822
  defaultValue: false
823
823
  }),
824
+ // Added 2026-03-03
825
+ platform_editor_ai_quick_prompt: createBooleanExperiment({
826
+ productKeys: {
827
+ confluence: 'platform_editor_ai_quick_prompt',
828
+ jira: 'platform_editor_ai_quick_prompt'
829
+ },
830
+ param: 'isEnabled',
831
+ defaultValue: false
832
+ }),
824
833
  // Added 2026-02-25
825
834
  platform_editor_ai_escape_early_for_unhealthy_node: createBooleanExperiment({
826
835
  productKeys: {
@@ -1521,5 +1530,13 @@ export const editorExperimentsConfig = {
1521
1530
  },
1522
1531
  param: 'isEnabled',
1523
1532
  defaultValue: false
1533
+ }),
1534
+ // Added 2026-03-04
1535
+ platform_editor_ai_blockmenu_integration: createBooleanExperiment({
1536
+ productKeys: {
1537
+ confluence: 'platform_editor_ai_blockmenu_integration'
1538
+ },
1539
+ param: 'isEnabled',
1540
+ defaultValue: false
1524
1541
  })
1525
1542
  };
@@ -821,6 +821,15 @@ export var editorExperimentsConfig = {
821
821
  param: 'isEnabled',
822
822
  defaultValue: false
823
823
  }),
824
+ // Added 2026-03-03
825
+ platform_editor_ai_quick_prompt: createBooleanExperiment({
826
+ productKeys: {
827
+ confluence: 'platform_editor_ai_quick_prompt',
828
+ jira: 'platform_editor_ai_quick_prompt'
829
+ },
830
+ param: 'isEnabled',
831
+ defaultValue: false
832
+ }),
824
833
  // Added 2026-02-25
825
834
  platform_editor_ai_escape_early_for_unhealthy_node: createBooleanExperiment({
826
835
  productKeys: {
@@ -1521,5 +1530,13 @@ export var editorExperimentsConfig = {
1521
1530
  },
1522
1531
  param: 'isEnabled',
1523
1532
  defaultValue: false
1533
+ }),
1534
+ // Added 2026-03-04
1535
+ platform_editor_ai_blockmenu_integration: createBooleanExperiment({
1536
+ productKeys: {
1537
+ confluence: 'platform_editor_ai_blockmenu_integration'
1538
+ },
1539
+ param: 'isEnabled',
1540
+ defaultValue: false
1524
1541
  })
1525
1542
  };
@@ -130,6 +130,12 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
+ platform_editor_ai_quick_prompt: {
134
+ defaultValue: boolean;
135
+ param: string;
136
+ productKeys?: ProductKeys;
137
+ typeGuard: IsBooleanType;
138
+ };
133
139
  platform_editor_ai_escape_early_for_unhealthy_node: {
134
140
  defaultValue: boolean;
135
141
  param: string;
@@ -1128,5 +1134,11 @@ export declare const editorExperimentsConfig: {
1128
1134
  productKeys?: ProductKeys;
1129
1135
  typeGuard: IsBooleanType;
1130
1136
  };
1137
+ platform_editor_ai_blockmenu_integration: {
1138
+ defaultValue: boolean;
1139
+ param: string;
1140
+ productKeys?: ProductKeys;
1141
+ typeGuard: IsBooleanType;
1142
+ };
1131
1143
  };
1132
1144
  export {};
@@ -130,6 +130,12 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
+ platform_editor_ai_quick_prompt: {
134
+ defaultValue: boolean;
135
+ param: string;
136
+ productKeys?: ProductKeys;
137
+ typeGuard: IsBooleanType;
138
+ };
133
139
  platform_editor_ai_escape_early_for_unhealthy_node: {
134
140
  defaultValue: boolean;
135
141
  param: string;
@@ -1128,5 +1134,11 @@ export declare const editorExperimentsConfig: {
1128
1134
  productKeys?: ProductKeys;
1129
1135
  typeGuard: IsBooleanType;
1130
1136
  };
1137
+ platform_editor_ai_blockmenu_integration: {
1138
+ defaultValue: boolean;
1139
+ param: string;
1140
+ productKeys?: ProductKeys;
1141
+ typeGuard: IsBooleanType;
1142
+ };
1131
1143
  };
1132
1144
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "32.7.0",
3
+ "version": "32.9.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",