@atlaskit/tmp-editor-statsig 86.0.0 → 86.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
+ ## 86.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`94ca4284e9ee1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/94ca4284e9ee1) -
8
+ Adds gated post-auth Rovo Chat onboarding for Google Drive SmartLinks. After a successful GDrive
9
+ SmartLink auth, eligible treatment users see Rovo Chat open as a mini-modal with the authenticated
10
+ GDrive URL provided as context and no prompt auto-sent.
11
+
3
12
  ## 86.0.0
4
13
 
5
14
  ### Major Changes
@@ -1039,6 +1039,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1039
1039
  param: 'isEnabled',
1040
1040
  defaultValue: false
1041
1041
  }),
1042
+ // Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
1043
+ platform_sl_3p_post_auth_chat_open_exp: (0, _experimentBuilders.createBooleanExperiment)({
1044
+ productKeys: {
1045
+ confluence: 'platform_sl_3p_post_auth_chat_open_exp',
1046
+ jira: 'platform_sl_3p_post_auth_chat_open_exp'
1047
+ },
1048
+ param: 'isEnabled',
1049
+ defaultValue: false
1050
+ }),
1042
1051
  // Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
1043
1052
  platform_sl_3p_preauth_social_proof_inline_cta: (0, _experimentBuilders.createBooleanExperiment)({
1044
1053
  productKeys: {
@@ -1033,6 +1033,15 @@ export const editorExperimentsConfig = {
1033
1033
  param: 'isEnabled',
1034
1034
  defaultValue: false
1035
1035
  }),
1036
+ // Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
1037
+ platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
1038
+ productKeys: {
1039
+ confluence: 'platform_sl_3p_post_auth_chat_open_exp',
1040
+ jira: 'platform_sl_3p_post_auth_chat_open_exp'
1041
+ },
1042
+ param: 'isEnabled',
1043
+ defaultValue: false
1044
+ }),
1036
1045
  // Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
1037
1046
  platform_sl_3p_preauth_social_proof_inline_cta: createBooleanExperiment({
1038
1047
  productKeys: {
@@ -1033,6 +1033,15 @@ export var editorExperimentsConfig = {
1033
1033
  param: 'isEnabled',
1034
1034
  defaultValue: false
1035
1035
  }),
1036
+ // Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
1037
+ platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
1038
+ productKeys: {
1039
+ confluence: 'platform_sl_3p_post_auth_chat_open_exp',
1040
+ jira: 'platform_sl_3p_post_auth_chat_open_exp'
1041
+ },
1042
+ param: 'isEnabled',
1043
+ defaultValue: false
1044
+ }),
1036
1045
  // Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
1037
1046
  platform_sl_3p_preauth_social_proof_inline_cta: createBooleanExperiment({
1038
1047
  productKeys: {
@@ -736,6 +736,12 @@ export declare const editorExperimentsConfig: {
736
736
  productKeys?: ProductKeys;
737
737
  typeGuard: IsBooleanType;
738
738
  };
739
+ platform_sl_3p_post_auth_chat_open_exp: {
740
+ defaultValue: boolean;
741
+ param: string;
742
+ productKeys?: ProductKeys;
743
+ typeGuard: IsBooleanType;
744
+ };
739
745
  platform_sl_3p_preauth_social_proof_inline_cta: {
740
746
  defaultValue: boolean;
741
747
  param: string;
@@ -736,6 +736,12 @@ export declare const editorExperimentsConfig: {
736
736
  productKeys?: ProductKeys;
737
737
  typeGuard: IsBooleanType;
738
738
  };
739
+ platform_sl_3p_post_auth_chat_open_exp: {
740
+ defaultValue: boolean;
741
+ param: string;
742
+ productKeys?: ProductKeys;
743
+ typeGuard: IsBooleanType;
744
+ };
739
745
  platform_sl_3p_preauth_social_proof_inline_cta: {
740
746
  defaultValue: boolean;
741
747
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "86.0.0",
3
+ "version": "86.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",