@mx-cartographer/experiences 6.26.24-alpha.san7 → 6.26.25
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 +1 -1
- package/dist/index.es.js +9 -25
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -16559,7 +16559,7 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
|
|
|
16559
16559
|
totalLosses: o
|
|
16560
16560
|
}) => {
|
|
16561
16561
|
const { net_worth: r } = A(), s = Te();
|
|
16562
|
-
return
|
|
16562
|
+
return /* @__PURE__ */ d(Z, { children: [
|
|
16563
16563
|
/* @__PURE__ */ d(b, { alignItems: "center", justifyContent: "space-between", mb: 8, pt: 24, children: [
|
|
16564
16564
|
/* @__PURE__ */ t(C, { variant: "Small", children: fc(e?.x) }),
|
|
16565
16565
|
/* @__PURE__ */ t(C, { variant: "Body", children: r.total_change }),
|
|
@@ -16579,13 +16579,13 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
|
|
|
16579
16579
|
/* @__PURE__ */ t(j, { sx: { backgroundColor: s.palette.background.paper, py: 14 }, children: /* @__PURE__ */ t(
|
|
16580
16580
|
oe,
|
|
16581
16581
|
{
|
|
16582
|
-
primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", children: [
|
|
16583
|
-
/* @__PURE__ */ t(C, {
|
|
16582
|
+
primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", sx: { fontWeight: 400 }, children: [
|
|
16583
|
+
/* @__PURE__ */ t(C, { variant: "Body", children: c.accountName }),
|
|
16584
16584
|
/* @__PURE__ */ t(
|
|
16585
16585
|
je,
|
|
16586
16586
|
{
|
|
16587
16587
|
amount: c.gain,
|
|
16588
|
-
sx: { color: s.palette.success.main,
|
|
16588
|
+
sx: { color: s.palette.success.main, fontWeight: 700 },
|
|
16589
16589
|
variant: "Body"
|
|
16590
16590
|
}
|
|
16591
16591
|
)
|
|
@@ -16612,25 +16612,9 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
|
|
|
16612
16612
|
children: /* @__PURE__ */ t(
|
|
16613
16613
|
oe,
|
|
16614
16614
|
{
|
|
16615
|
-
primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", children: [
|
|
16616
|
-
/* @__PURE__ */ t(
|
|
16617
|
-
|
|
16618
|
-
{
|
|
16619
|
-
sx: {
|
|
16620
|
-
mr: 10
|
|
16621
|
-
},
|
|
16622
|
-
variant: "Body",
|
|
16623
|
-
children: "Long Text Check Long Text Check Long Text Check Long Text Check Long Text Check Long Text Check Long Text Check Long Text Check"
|
|
16624
|
-
}
|
|
16625
|
-
),
|
|
16626
|
-
/* @__PURE__ */ t(
|
|
16627
|
-
je,
|
|
16628
|
-
{
|
|
16629
|
-
amount: c.loss,
|
|
16630
|
-
sx: { flexShrink: 0, fontWeight: 700 },
|
|
16631
|
-
variant: "Body"
|
|
16632
|
-
}
|
|
16633
|
-
)
|
|
16615
|
+
primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", sx: { fontWeight: 400 }, children: [
|
|
16616
|
+
/* @__PURE__ */ t(C, { variant: "Body", children: c.accountName }),
|
|
16617
|
+
/* @__PURE__ */ t(je, { amount: c.loss, sx: { fontWeight: 700 }, variant: "Body" })
|
|
16634
16618
|
] }),
|
|
16635
16619
|
sx: { px: 16 }
|
|
16636
16620
|
}
|
|
@@ -18366,7 +18350,7 @@ const oC = ({
|
|
|
18366
18350
|
!o.opted_out_of_email_notifications
|
|
18367
18351
|
),
|
|
18368
18352
|
primaryText: n.delivery_method_email_title,
|
|
18369
|
-
secondaryText: o.opted_out_of_email_notifications ? n.
|
|
18353
|
+
secondaryText: r.email && !o.opted_out_of_email_notifications ? n.notification_enabled : n.notification_disabled,
|
|
18370
18354
|
useExtraPadding: !1
|
|
18371
18355
|
}
|
|
18372
18356
|
),
|
|
@@ -18380,7 +18364,7 @@ const oC = ({
|
|
|
18380
18364
|
isDisabled: !r.phone,
|
|
18381
18365
|
onToggle: () => s("opted_out_of_sms_notifications", !o.opted_out_of_sms_notifications),
|
|
18382
18366
|
primaryText: n.delivery_method_sms_title,
|
|
18383
|
-
secondaryText: o.opted_out_of_sms_notifications ? n.
|
|
18367
|
+
secondaryText: r.phone && !o.opted_out_of_sms_notifications ? n.notification_enabled : n.notification_disabled,
|
|
18384
18368
|
useExtraPadding: !1
|
|
18385
18369
|
}
|
|
18386
18370
|
),
|