@mx-cartographer/experiences 6.26.2-ram3-alpha-finstrong-financial-strength-section → 6.26.2-ram4-alpha-finstrong-financial-strength-section
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/dist/index.es.js +21 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -13024,11 +13024,19 @@ const jo = ({
|
|
|
13024
13024
|
},
|
|
13025
13025
|
children: [
|
|
13026
13026
|
n && /* @__PURE__ */ t(so, { sx: { height: 20, width: 20 } }),
|
|
13027
|
-
/* @__PURE__ */ t(at, { sx: { ...e && { fontSize: 15 } }, children: a || _.connect_more_accounts_title })
|
|
13027
|
+
/* @__PURE__ */ t(at, { className: "connect-more-accounts-title", sx: { ...e && { fontSize: 15 } }, children: a || _.connect_more_accounts_title })
|
|
13028
13028
|
]
|
|
13029
13029
|
}
|
|
13030
13030
|
),
|
|
13031
|
-
/* @__PURE__ */ t(
|
|
13031
|
+
/* @__PURE__ */ t(
|
|
13032
|
+
ne,
|
|
13033
|
+
{
|
|
13034
|
+
className: "connect-more-accounts-description",
|
|
13035
|
+
sx: { color: "text.secondary", mt: 8 },
|
|
13036
|
+
variant: "subtitle1",
|
|
13037
|
+
children: o || _.connect_more_accounts_description
|
|
13038
|
+
}
|
|
13039
|
+
),
|
|
13032
13040
|
/* @__PURE__ */ t(
|
|
13033
13041
|
te,
|
|
13034
13042
|
{
|
|
@@ -13058,7 +13066,7 @@ const jo = ({
|
|
|
13058
13066
|
{
|
|
13059
13067
|
arcRadius: i <= 323 ? 73 : 154,
|
|
13060
13068
|
footerCenterContent: c,
|
|
13061
|
-
healthScore: s?.health_score,
|
|
13069
|
+
healthScore: s?.health_score || 0,
|
|
13062
13070
|
size: i <= 323 ? "M" : "L"
|
|
13063
13071
|
}
|
|
13064
13072
|
) }),
|
|
@@ -13098,7 +13106,16 @@ const jo = ({
|
|
|
13098
13106
|
buttonText: a.connect_more_accounts_title,
|
|
13099
13107
|
description: a.health_score_zero_description,
|
|
13100
13108
|
hasIcon: !1,
|
|
13101
|
-
|
|
13109
|
+
isDashboard: !0,
|
|
13110
|
+
sx: {
|
|
13111
|
+
backgroundColor: "grey.50",
|
|
13112
|
+
".connect-more-accounts-title": {
|
|
13113
|
+
fontWeight: 600,
|
|
13114
|
+
lineHeight: "20px",
|
|
13115
|
+
color: "text.primary"
|
|
13116
|
+
},
|
|
13117
|
+
".connect-more-accounts-description": { color: "text.primary" }
|
|
13118
|
+
},
|
|
13102
13119
|
title: a.health_score_zero_title
|
|
13103
13120
|
}
|
|
13104
13121
|
)
|