@atlaskit/tmp-editor-statsig 89.1.0 → 89.1.1
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 +7 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -9
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -9
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -9
- package/dist/types/experiments-config.d.ts +0 -6
- package/dist/types-ts4.5/experiments-config.d.ts +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -22,7 +22,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
22
22
|
linking_platform_track_non_primary_3p_clicks: false,
|
|
23
23
|
platform_sl_3p_auth_rovo_action: false,
|
|
24
24
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
25
|
-
'rovogrowth-640-inline-action-nudge-exp': true,
|
|
26
25
|
cwr_blank_object_experiment: false,
|
|
27
26
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
28
27
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -1047,15 +1047,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1047
1047
|
param: 'isEnabled',
|
|
1048
1048
|
defaultValue: false
|
|
1049
1049
|
}),
|
|
1050
|
-
// Added 2026-04-09 — Inline action nudge on resolved inline smart links
|
|
1051
|
-
'rovogrowth-640-inline-action-nudge-exp': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1052
|
-
productKeys: {
|
|
1053
|
-
confluence: 'rovogrowth-640-inline-action-nudge-exp',
|
|
1054
|
-
jira: 'rovogrowth-640-inline-action-nudge-exp'
|
|
1055
|
-
},
|
|
1056
|
-
param: 'isEnabled',
|
|
1057
|
-
defaultValue: false
|
|
1058
|
-
}),
|
|
1059
1050
|
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
1060
1051
|
platform_sl_3p_auth_inline_tailored_cta: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1061
1052
|
productKeys: {
|
|
@@ -16,7 +16,6 @@ export const testBooleanOverrides = {
|
|
|
16
16
|
linking_platform_track_non_primary_3p_clicks: false,
|
|
17
17
|
platform_sl_3p_auth_rovo_action: false,
|
|
18
18
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
19
|
-
'rovogrowth-640-inline-action-nudge-exp': true,
|
|
20
19
|
cwr_blank_object_experiment: false,
|
|
21
20
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
22
21
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -1041,15 +1041,6 @@ export const editorExperimentsConfig = {
|
|
|
1041
1041
|
param: 'isEnabled',
|
|
1042
1042
|
defaultValue: false
|
|
1043
1043
|
}),
|
|
1044
|
-
// Added 2026-04-09 — Inline action nudge on resolved inline smart links
|
|
1045
|
-
'rovogrowth-640-inline-action-nudge-exp': createBooleanExperiment({
|
|
1046
|
-
productKeys: {
|
|
1047
|
-
confluence: 'rovogrowth-640-inline-action-nudge-exp',
|
|
1048
|
-
jira: 'rovogrowth-640-inline-action-nudge-exp'
|
|
1049
|
-
},
|
|
1050
|
-
param: 'isEnabled',
|
|
1051
|
-
defaultValue: false
|
|
1052
|
-
}),
|
|
1053
1044
|
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
1054
1045
|
platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
|
|
1055
1046
|
productKeys: {
|
|
@@ -16,7 +16,6 @@ export var testBooleanOverrides = {
|
|
|
16
16
|
linking_platform_track_non_primary_3p_clicks: false,
|
|
17
17
|
platform_sl_3p_auth_rovo_action: false,
|
|
18
18
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
19
|
-
'rovogrowth-640-inline-action-nudge-exp': true,
|
|
20
19
|
cwr_blank_object_experiment: false,
|
|
21
20
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
22
21
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -1041,15 +1041,6 @@ export var editorExperimentsConfig = {
|
|
|
1041
1041
|
param: 'isEnabled',
|
|
1042
1042
|
defaultValue: false
|
|
1043
1043
|
}),
|
|
1044
|
-
// Added 2026-04-09 — Inline action nudge on resolved inline smart links
|
|
1045
|
-
'rovogrowth-640-inline-action-nudge-exp': createBooleanExperiment({
|
|
1046
|
-
productKeys: {
|
|
1047
|
-
confluence: 'rovogrowth-640-inline-action-nudge-exp',
|
|
1048
|
-
jira: 'rovogrowth-640-inline-action-nudge-exp'
|
|
1049
|
-
},
|
|
1050
|
-
param: 'isEnabled',
|
|
1051
|
-
defaultValue: false
|
|
1052
|
-
}),
|
|
1053
1044
|
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
1054
1045
|
platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
|
|
1055
1046
|
productKeys: {
|
|
@@ -742,12 +742,6 @@ export declare const editorExperimentsConfig: {
|
|
|
742
742
|
productKeys?: ProductKeys;
|
|
743
743
|
typeGuard: IsBooleanType;
|
|
744
744
|
};
|
|
745
|
-
'rovogrowth-640-inline-action-nudge-exp': {
|
|
746
|
-
defaultValue: boolean;
|
|
747
|
-
param: string;
|
|
748
|
-
productKeys?: ProductKeys;
|
|
749
|
-
typeGuard: IsBooleanType;
|
|
750
|
-
};
|
|
751
745
|
platform_sl_3p_post_auth_chat_open_exp: {
|
|
752
746
|
defaultValue: boolean;
|
|
753
747
|
param: string;
|
|
@@ -742,12 +742,6 @@ export declare const editorExperimentsConfig: {
|
|
|
742
742
|
productKeys?: ProductKeys;
|
|
743
743
|
typeGuard: IsBooleanType;
|
|
744
744
|
};
|
|
745
|
-
'rovogrowth-640-inline-action-nudge-exp': {
|
|
746
|
-
defaultValue: boolean;
|
|
747
|
-
param: string;
|
|
748
|
-
productKeys?: ProductKeys;
|
|
749
|
-
typeGuard: IsBooleanType;
|
|
750
|
-
};
|
|
751
745
|
platform_sl_3p_post_auth_chat_open_exp: {
|
|
752
746
|
defaultValue: boolean;
|
|
753
747
|
param: string;
|
package/package.json
CHANGED