@mx-cartographer/experiences 6.0.2-alpha.bb3 → 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 +25 -27
- 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,
|