@atlaskit/tmp-editor-statsig 32.7.0 → 32.8.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 32.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`96e18b19a6a06`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/96e18b19a6a06) -
8
+ EDITOR-5722 Tab to Improve Writing: Add experiment definition for platform_editor_ai_quick_prompt
9
+
3
10
  ## 32.7.0
4
11
 
5
12
  ### 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: {
@@ -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: {
@@ -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: {
@@ -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;
@@ -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;
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.8.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",