@atlaskit/tmp-editor-statsig 74.11.0 → 74.12.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
+ ## 74.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7ff5ab02ad66b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ff5ab02ad66b) -
8
+ Add platform_sl_3p_preauth_social_proof_inline_cta experiment
9
+
3
10
  ## 74.11.0
4
11
 
5
12
  ### Minor Changes
@@ -1015,6 +1015,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1015
1015
  param: 'isEnabled',
1016
1016
  defaultValue: false
1017
1017
  }),
1018
+ // Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
1019
+ platform_sl_3p_preauth_social_proof_inline_cta: (0, _experimentBuilders.createBooleanExperiment)({
1020
+ productKeys: {
1021
+ confluence: 'platform_sl_3p_preauth_social_proof_inline_cta',
1022
+ jira: 'platform_sl_3p_preauth_social_proof_inline_cta'
1023
+ },
1024
+ param: 'isEnabled',
1025
+ defaultValue: false
1026
+ }),
1018
1027
  // Added 2025-01-23
1019
1028
  platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
1020
1029
  productKeys: {
@@ -1009,6 +1009,15 @@ export const editorExperimentsConfig = {
1009
1009
  param: 'isEnabled',
1010
1010
  defaultValue: false
1011
1011
  }),
1012
+ // Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
1013
+ platform_sl_3p_preauth_social_proof_inline_cta: createBooleanExperiment({
1014
+ productKeys: {
1015
+ confluence: 'platform_sl_3p_preauth_social_proof_inline_cta',
1016
+ jira: 'platform_sl_3p_preauth_social_proof_inline_cta'
1017
+ },
1018
+ param: 'isEnabled',
1019
+ defaultValue: false
1020
+ }),
1012
1021
  // Added 2025-01-23
1013
1022
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1014
1023
  productKeys: {
@@ -1009,6 +1009,15 @@ export var editorExperimentsConfig = {
1009
1009
  param: 'isEnabled',
1010
1010
  defaultValue: false
1011
1011
  }),
1012
+ // Added 2026-04-29 — Social proof inline CTA for unauthorised 3P inline smart links
1013
+ platform_sl_3p_preauth_social_proof_inline_cta: createBooleanExperiment({
1014
+ productKeys: {
1015
+ confluence: 'platform_sl_3p_preauth_social_proof_inline_cta',
1016
+ jira: 'platform_sl_3p_preauth_social_proof_inline_cta'
1017
+ },
1018
+ param: 'isEnabled',
1019
+ defaultValue: false
1020
+ }),
1012
1021
  // Added 2025-01-23
1013
1022
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1014
1023
  productKeys: {
@@ -724,6 +724,12 @@ export declare const editorExperimentsConfig: {
724
724
  productKeys?: ProductKeys;
725
725
  typeGuard: IsBooleanType;
726
726
  };
727
+ platform_sl_3p_preauth_social_proof_inline_cta: {
728
+ defaultValue: boolean;
729
+ param: string;
730
+ productKeys?: ProductKeys;
731
+ typeGuard: IsBooleanType;
732
+ };
727
733
  platform_synced_block: {
728
734
  defaultValue: boolean;
729
735
  param: string;
@@ -724,6 +724,12 @@ export declare const editorExperimentsConfig: {
724
724
  productKeys?: ProductKeys;
725
725
  typeGuard: IsBooleanType;
726
726
  };
727
+ platform_sl_3p_preauth_social_proof_inline_cta: {
728
+ defaultValue: boolean;
729
+ param: string;
730
+ productKeys?: ProductKeys;
731
+ typeGuard: IsBooleanType;
732
+ };
727
733
  platform_synced_block: {
728
734
  defaultValue: boolean;
729
735
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "74.11.0",
3
+ "version": "74.12.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",