@mx-cartographer/experiences 7.0.20-alpha.sms1 → 7.0.21-alpha-spending-mini-widget-ram1
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 -2
- package/dist/{AccountDetailsContent-BzD6CDIm.mjs → AccountDetailsContent-UxSEMBo_.mjs} +1 -1
- package/dist/{ManageIncome-DcKHpJ9V.mjs → ManageIncome-DbsiKUoO.mjs} +1 -1
- package/dist/{NotificationSettings-Dhf_u5o-.mjs → NotificationSettings-BJFyyZYE.mjs} +2 -2
- package/dist/{RecurringSettings-C9r4s1Cz.mjs → RecurringSettings-Dj29piAQ.mjs} +1 -1
- package/dist/{TransactionDetails-bja6hKJk.mjs → TransactionDetails-C-z3HGTT.mjs} +1 -1
- package/dist/{ViewMoreMicroCard-BFZShKxm.mjs → ViewMoreMicroCard-BPEzFZRG.mjs} +226 -234
- package/dist/accounts/index.es.js +2 -2
- package/dist/budgets/index.es.js +2 -2
- package/dist/cashflow/index.es.js +3 -3
- package/dist/common/index.es.js +359 -362
- package/dist/common/utils/Theme.d.ts +22 -22
- package/dist/finstrong/index.es.js +1 -1
- package/dist/goals/index.es.js +1 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/notifications/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +4 -4
- package/dist/settings/index.es.js +2 -2
- package/dist/spending/index.es.js +123 -123
- package/dist/transactions/index.es.js +2 -2
- package/dist/trends/index.es.js +6 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
## [7.0.
|
|
1
|
+
## [7.0.21] - 09-24-2025
|
|
2
2
|
|
|
3
|
-
- **FIXED** -
|
|
3
|
+
- **FIXED** - Added an extra flag (user.email/user.phone) for the delivery methods status not updating for each notification types.
|
|
4
|
+
|
|
5
|
+
## [7.0.20] - 09-24-2025
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Trends table responsiveness
|
|
8
|
+
- **FIXED** - Removed drop shadow in detail drawer
|
|
4
9
|
|
|
5
10
|
## [7.0.19] - 09-24-2025
|
|
6
11
|
|
|
@@ -44,7 +44,7 @@ import yt from "@mui/material/AlertTitle";
|
|
|
44
44
|
import xt from "@mui/material/Link";
|
|
45
45
|
import wt from "@mui/material/Paper";
|
|
46
46
|
import { subDays as kt, startOfToday as It, endOfToday as Mt } from "date-fns";
|
|
47
|
-
import { T as vt, a as Lt } from "./TransactionDetails-
|
|
47
|
+
import { T as vt, a as Lt } from "./TransactionDetails-C-z3HGTT.mjs";
|
|
48
48
|
import { T as K } from "./TabContentContainer-j01JYR_7.mjs";
|
|
49
49
|
const U = ({
|
|
50
50
|
children: e,
|
|
@@ -16,7 +16,7 @@ import { startOfToday as z } from "date-fns/startOfToday";
|
|
|
16
16
|
import { endOfMonth as _e } from "date-fns/endOfMonth";
|
|
17
17
|
import H from "@mui/material/Button";
|
|
18
18
|
import { Delete as me, Add as ye, ReceiptLong as pe } from "@mxenabled/mx-icons";
|
|
19
|
-
import { T as X, a as he, u as ge, S as fe, b as Ce } from "./TransactionDetails-
|
|
19
|
+
import { T as X, a as he, u as ge, S as fe, b as Ce } from "./TransactionDetails-C-z3HGTT.mjs";
|
|
20
20
|
import { getDayOfYear as be } from "date-fns/getDayOfYear";
|
|
21
21
|
import { setDayOfYear as Se } from "date-fns/setDayOfYear";
|
|
22
22
|
import { AdapterDateFns as ve } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
@@ -273,7 +273,7 @@ const ye = C(() => {
|
|
|
273
273
|
isDisabled: d || !l.email,
|
|
274
274
|
onToggle: () => n({ ...t, email_channel: !t.email_channel }),
|
|
275
275
|
primaryText: s.delivery_method_email_label,
|
|
276
|
-
secondaryText: d || !t.email_channel ? s.notification_disabled : s.notification_enabled,
|
|
276
|
+
secondaryText: d || !t.email_channel || !l.email ? s.notification_disabled : s.notification_enabled,
|
|
277
277
|
useExtraPadding: !1
|
|
278
278
|
}
|
|
279
279
|
) }),
|
|
@@ -285,7 +285,7 @@ const ye = C(() => {
|
|
|
285
285
|
isDisabled: h || !l.phone,
|
|
286
286
|
onToggle: () => n({ ...t, sms_channel: !t.sms_channel }),
|
|
287
287
|
primaryText: `${s.delivery_method_sms_label}`,
|
|
288
|
-
secondaryText: h || !t.sms_channel ? s.notification_disabled : s.notification_enabled,
|
|
288
|
+
secondaryText: h || !t.sms_channel || !l.phone ? s.notification_disabled : s.notification_enabled,
|
|
289
289
|
useExtraPadding: !1
|
|
290
290
|
}
|
|
291
291
|
) }),
|
|
@@ -7,7 +7,7 @@ import R from "@mui/material/Tabs";
|
|
|
7
7
|
import l from "@mui/material/Divider";
|
|
8
8
|
import T from "@mui/material/List";
|
|
9
9
|
import C from "@mui/material/Stack";
|
|
10
|
-
import { R as x, A as S, a as E, M as A } from "./ManageIncome-
|
|
10
|
+
import { R as x, A as S, a as E, M as A } from "./ManageIncome-DbsiKUoO.mjs";
|
|
11
11
|
import { u as h, h as y, e as _ } from "./hooks-DkUqN6JE.mjs";
|
|
12
12
|
import { R as v, F as N } from "./RepeatingTransaction-BW4J-jeJ.mjs";
|
|
13
13
|
import { A as d } from "./WidgetContainer-CdBs9WOZ.mjs";
|
|
@@ -139,7 +139,7 @@ const it = ({ transaction: t, onClick: r }) => {
|
|
|
139
139
|
}, st = b(it), lt = ({
|
|
140
140
|
bgcolor: t = "background.default",
|
|
141
141
|
children: r
|
|
142
|
-
}) => /* @__PURE__ */ e(w, { display: "inline-block",
|
|
142
|
+
}) => /* @__PURE__ */ e(w, { display: "inline-block", sx: { bgcolor: t, py: 4, width: "100%" }, children: /* @__PURE__ */ e(T, { bold: !0, sx: { pl: 24 }, variant: "XSmall", children: r }) }), ct = ({ showIcon: t = !0, showSubtitle: r = !0 }) => {
|
|
143
143
|
const a = ee(), { transactions: s } = A();
|
|
144
144
|
return /* @__PURE__ */ l(f, { alignItems: "center", gap: a.Spacing.Small, height: "auto", mt: a.Spacing.Large, children: [
|
|
145
145
|
t && /* @__PURE__ */ e(ze, { color: "secondary", sx: { fontSize: 32 } }),
|