@mx-cartographer/experiences 6.0.2-alpha.bb2 → 6.0.2
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/index.es.js +27 -29
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [6.0.2] - 04/29/2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - an issue with unrelated accounts showing in the notification profiles
|
|
4
|
+
- **FIXED** - an issue with the mini recurring activity widget not have a key in lists
|
|
5
|
+
- **FIXED** - an issue with insights AppStore not setting a value in an action
|
|
6
|
+
- **FIXED** - an issue with the cashflow widget briefly displaying onboarding
|
|
7
|
+
|
|
1
8
|
## [6.0.1] - 04/28/2025
|
|
2
9
|
|
|
3
10
|
- **CHANGED** - Change account hidden name color to secondary text
|
package/dist/index.es.js
CHANGED
|
@@ -8423,33 +8423,31 @@ const va = ({ transaction: A }) => {
|
|
|
8423
8423
|
c.expectedDate.toString() + f
|
|
8424
8424
|
),
|
|
8425
8425
|
/* @__PURE__ */ e(G, { sx: { mx: 24 } })
|
|
8426
|
-
] }, `activity-${f}`)) : I.map(
|
|
8427
|
-
|
|
8428
|
-
|
|
8429
|
-
|
|
8430
|
-
{
|
|
8431
|
-
|
|
8432
|
-
|
|
8433
|
-
|
|
8434
|
-
|
|
8435
|
-
|
|
8436
|
-
|
|
8437
|
-
|
|
8438
|
-
|
|
8439
|
-
|
|
8440
|
-
|
|
8441
|
-
|
|
8442
|
-
|
|
8443
|
-
|
|
8444
|
-
|
|
8445
|
-
|
|
8446
|
-
|
|
8447
|
-
|
|
8448
|
-
|
|
8449
|
-
|
|
8450
|
-
|
|
8451
|
-
] }, `activity-${f}`)
|
|
8452
|
-
) })
|
|
8426
|
+
] }, `activity-${f}`)) : I.map((c, f) => /* @__PURE__ */ s(h.Fragment, { children: [
|
|
8427
|
+
/* @__PURE__ */ e(W, { children: /* @__PURE__ */ e(
|
|
8428
|
+
nA,
|
|
8429
|
+
{
|
|
8430
|
+
subheader: /* @__PURE__ */ e(He, { sx: { bgcolor: "background.paper", ml: 8, pb: 4, pt: 12 }, children: /* @__PURE__ */ e(R, { bold: !0, variant: "XSmall", children: rA(
|
|
8431
|
+
c.activities[0].occurredOnDate || c.activities[0].expectedDate,
|
|
8432
|
+
eA.DAY_OF_WEEK_MONTH_DAY
|
|
8433
|
+
) }) }),
|
|
8434
|
+
sx: { width: "100%" },
|
|
8435
|
+
children: c.activities.map((d, E) => /* @__PURE__ */ s($, { children: [
|
|
8436
|
+
/* @__PURE__ */ e(
|
|
8437
|
+
Xi,
|
|
8438
|
+
{
|
|
8439
|
+
activity: d,
|
|
8440
|
+
isMini: t,
|
|
8441
|
+
onActivityClick: n
|
|
8442
|
+
},
|
|
8443
|
+
d.expectedDate.toString() + E
|
|
8444
|
+
),
|
|
8445
|
+
E !== c.activities.length - 1 && /* @__PURE__ */ e(G, { sx: { ml: 64, mr: 24 } })
|
|
8446
|
+
] }))
|
|
8447
|
+
}
|
|
8448
|
+
) }, c.id),
|
|
8449
|
+
/* @__PURE__ */ e(G, { sx: { mx: 24 } })
|
|
8450
|
+
] }, `activity-${f}`)) })
|
|
8453
8451
|
] });
|
|
8454
8452
|
}, kt = g(zE), CE = ({
|
|
8455
8453
|
title: A,
|
|
@@ -9856,7 +9854,7 @@ const TE = ({ activity: A }) => /* @__PURE__ */ s($, { children: [
|
|
|
9856
9854
|
(j) => n.includes(j.guid) && x.includes(j.guid)
|
|
9857
9855
|
);
|
|
9858
9856
|
l(y), f({ accounts: y.map((j) => j.guid) });
|
|
9859
|
-
}, [c, i]), H ? d?.has_completed_cash_flow_onboarding ? /* @__PURE__ */ s(
|
|
9857
|
+
}, [c, i]), !H || !b ? /* @__PURE__ */ e(cA, {}) : d?.has_completed_cash_flow_onboarding ? /* @__PURE__ */ s(
|
|
9860
9858
|
Oe,
|
|
9861
9859
|
{
|
|
9862
9860
|
accountOptions: c,
|
|
@@ -9906,7 +9904,7 @@ const TE = ({ activity: A }) => /* @__PURE__ */ s($, { children: [
|
|
|
9906
9904
|
title: u.title,
|
|
9907
9905
|
children: /* @__PURE__ */ e(nh, {})
|
|
9908
9906
|
}
|
|
9909
|
-
)
|
|
9907
|
+
);
|
|
9910
9908
|
}, jP = g(rh);
|
|
9911
9909
|
class $r {
|
|
9912
9910
|
fetchInstance;
|