@atlaskit/tmp-editor-statsig 89.1.0 → 89.2.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,29 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 89.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`a826d67f22cc9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a826d67f22cc9) -
8
+ Replace the legacy circular spinner in `CardView` and `CardLoading` with a bottom-aligned grey
9
+ loading bar when `cc-maui-ai-edit-loading-experiment.isEnabled` is on. The bar is 6px to match the
10
+ native-embed loading bar, and the media card loading/placeholder background now uses
11
+ `elevation.surface.sunken`. Registers `cc-maui-ai-edit-loading-experiment` in
12
+ `@atlaskit/tmp-editor-statsig`.
13
+
14
+ Round the ends (pill radius) of the MAUI loading bars so the media-card loading bar, native-embed
15
+ loading bar, and AI generating overlay bars are visually consistent.
16
+
17
+ The loading bar now holds a named UFO interaction while shown (matching the spinner's
18
+ `interactionName`) so media loading stays attributed in performance metrics.
19
+
20
+ ## 89.1.1
21
+
22
+ ### Patch Changes
23
+
24
+ - [`4b9e6f370d855`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4b9e6f370d855) -
25
+ Remove feature flag and experiment
26
+
3
27
  ## 89.1.0
4
28
 
5
29
  ### Minor Changes
@@ -18,11 +18,11 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
18
18
  platform_editor_paste_actions_menu_v2: 'control'
19
19
  };
20
20
  var testBooleanOverrides = exports.testBooleanOverrides = {
21
+ 'cc-maui-ai-edit-loading-experiment': true,
21
22
  social_proof_3p_unauth_block_exp: false,
22
23
  linking_platform_track_non_primary_3p_clicks: false,
23
24
  platform_sl_3p_auth_rovo_action: false,
24
25
  platform_sl_3p_preauth_better_hovercard: true,
25
- 'rovogrowth-640-inline-action-nudge-exp': true,
26
26
  cwr_blank_object_experiment: false,
27
27
  cc_editor_hover_link_overlay_css_fix: false,
28
28
  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: {
@@ -12,11 +12,11 @@ export const testMultivariateOverrides = {
12
12
  platform_editor_paste_actions_menu_v2: 'control'
13
13
  };
14
14
  export const testBooleanOverrides = {
15
+ 'cc-maui-ai-edit-loading-experiment': true,
15
16
  social_proof_3p_unauth_block_exp: false,
16
17
  linking_platform_track_non_primary_3p_clicks: false,
17
18
  platform_sl_3p_auth_rovo_action: false,
18
19
  platform_sl_3p_preauth_better_hovercard: true,
19
- 'rovogrowth-640-inline-action-nudge-exp': true,
20
20
  cwr_blank_object_experiment: false,
21
21
  cc_editor_hover_link_overlay_css_fix: false,
22
22
  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: {
@@ -12,11 +12,11 @@ export var testMultivariateOverrides = {
12
12
  platform_editor_paste_actions_menu_v2: 'control'
13
13
  };
14
14
  export var testBooleanOverrides = {
15
+ 'cc-maui-ai-edit-loading-experiment': true,
15
16
  social_proof_3p_unauth_block_exp: false,
16
17
  linking_platform_track_non_primary_3p_clicks: false,
17
18
  platform_sl_3p_auth_rovo_action: false,
18
19
  platform_sl_3p_preauth_better_hovercard: true,
19
- 'rovogrowth-640-inline-action-nudge-exp': true,
20
20
  cwr_blank_object_experiment: false,
21
21
  cc_editor_hover_link_overlay_css_fix: false,
22
22
  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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "89.1.0",
3
+ "version": "89.2.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",