@atlaskit/tmp-editor-statsig 12.6.0 → 12.7.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
+ ## 12.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`0812ff5bd7bd1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0812ff5bd7bd1) -
8
+ Dont render menu sections in live view
9
+
3
10
  ## 12.6.0
4
11
 
5
12
  ### Minor Changes
@@ -617,6 +617,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
617
617
  param: 'isEnabled',
618
618
  defaultValue: false
619
619
  }),
620
+ //Added 2025-07-16
621
+ platform_editor_toolbar_aifc_patch_3: (0, _experimentBuilders.createBooleanExperiment)({
622
+ productKeys: {
623
+ jira: 'platform_editor_toolbar_aifc_patch_3',
624
+ confluence: 'platform_editor_toolbar_aifc_patch_3'
625
+ },
626
+ param: 'isEnabled',
627
+ defaultValue: false
628
+ }),
620
629
  //Added 2025-08-13
621
630
  platform_editor_ai_aifc: (0, _experimentBuilders.createBooleanExperiment)({
622
631
  productKeys: {
@@ -611,6 +611,15 @@ export const editorExperimentsConfig = {
611
611
  param: 'isEnabled',
612
612
  defaultValue: false
613
613
  }),
614
+ //Added 2025-07-16
615
+ platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
616
+ productKeys: {
617
+ jira: 'platform_editor_toolbar_aifc_patch_3',
618
+ confluence: 'platform_editor_toolbar_aifc_patch_3'
619
+ },
620
+ param: 'isEnabled',
621
+ defaultValue: false
622
+ }),
614
623
  //Added 2025-08-13
615
624
  platform_editor_ai_aifc: createBooleanExperiment({
616
625
  productKeys: {
@@ -611,6 +611,15 @@ export var editorExperimentsConfig = {
611
611
  param: 'isEnabled',
612
612
  defaultValue: false
613
613
  }),
614
+ //Added 2025-07-16
615
+ platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
616
+ productKeys: {
617
+ jira: 'platform_editor_toolbar_aifc_patch_3',
618
+ confluence: 'platform_editor_toolbar_aifc_patch_3'
619
+ },
620
+ param: 'isEnabled',
621
+ defaultValue: false
622
+ }),
614
623
  //Added 2025-08-13
615
624
  platform_editor_ai_aifc: createBooleanExperiment({
616
625
  productKeys: {
@@ -456,6 +456,12 @@ export declare const editorExperimentsConfig: {
456
456
  param: string;
457
457
  productKeys?: import("./types").ProductKeys;
458
458
  };
459
+ platform_editor_toolbar_aifc_patch_3: {
460
+ typeGuard: typeof import("./type-guards").isBoolean;
461
+ defaultValue: boolean;
462
+ param: string;
463
+ productKeys?: import("./types").ProductKeys;
464
+ };
459
465
  platform_editor_ai_aifc: {
460
466
  typeGuard: typeof import("./type-guards").isBoolean;
461
467
  defaultValue: boolean;
@@ -456,6 +456,12 @@ export declare const editorExperimentsConfig: {
456
456
  param: string;
457
457
  productKeys?: import("./types").ProductKeys;
458
458
  };
459
+ platform_editor_toolbar_aifc_patch_3: {
460
+ typeGuard: typeof import("./type-guards").isBoolean;
461
+ defaultValue: boolean;
462
+ param: string;
463
+ productKeys?: import("./types").ProductKeys;
464
+ };
459
465
  platform_editor_ai_aifc: {
460
466
  typeGuard: typeof import("./type-guards").isBoolean;
461
467
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.6.0",
3
+ "version": "12.7.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",