@mx-cartographer/experiences 7.2.18 → 7.2.20
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 +8 -0
- package/dist/{AccountDetailsContent-CsH1w_GZ.mjs → AccountDetailsContent-BkH9Yyot.mjs} +1 -1
- package/dist/{AccountDetailsHeader-Df1JkzYi.mjs → AccountDetailsHeader-vPzGb1RZ.mjs} +1 -1
- package/dist/{LineChart-D4GI7nVh.mjs → LineChart-4Zi8Z8PR.mjs} +1 -1
- package/dist/accounts/index.es.js +3 -3
- package/dist/budgets/index.es.js +1 -10
- package/dist/common/index.es.js +1 -1
- package/dist/debts/index.es.js +1 -1
- package/dist/finstrong/index.es.js +1 -1
- package/dist/goals/index.es.js +2 -2
- package/dist/networth/index.es.js +1 -1
- package/dist/trends/index.es.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [7.2.20] - 12-02-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Chart legend labels to show when amount is 0
|
|
4
|
+
|
|
5
|
+
## [7.2.19] - 12-02-2025
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Budget Bubbles tooltips to anchor on element
|
|
8
|
+
|
|
1
9
|
## [7.2.18] - 12-02-2025
|
|
2
10
|
|
|
3
11
|
- **UPDATED** - Insights app bell icon has_been_viewed fixed
|
|
@@ -11,7 +11,7 @@ import M from "@mui/material/Divider";
|
|
|
11
11
|
import v from "@mui/material/ListItem";
|
|
12
12
|
import N from "@mui/material/ListItemButton";
|
|
13
13
|
import w from "@mui/material/ListItemText";
|
|
14
|
-
import { u as D } from "./AccountDetailsHeader-
|
|
14
|
+
import { u as D } from "./AccountDetailsHeader-vPzGb1RZ.mjs";
|
|
15
15
|
import { d as z, u as E, g as O, h as X } from "./hooks-D6XlXHf4.mjs";
|
|
16
16
|
import { A as at } from "./AccountListItem-CeY_WIpj.mjs";
|
|
17
17
|
import { A as k } from "./WidgetContainer-EbrN1oIo.mjs";
|
|
@@ -10,7 +10,7 @@ import P from "@mui/material/CardContent";
|
|
|
10
10
|
import M from "@mui/material/CardHeader";
|
|
11
11
|
import { useTheme as B } from "@mui/material/styles";
|
|
12
12
|
import { g as H, a as U, b as j } from "./SpendingData-D5vsfYKo.mjs";
|
|
13
|
-
import { L as z } from "./LineChart-
|
|
13
|
+
import { L as z } from "./LineChart-4Zi8Z8PR.mjs";
|
|
14
14
|
import { I as f, P as g, S as C } from "./Account-vp_TAbGt.mjs";
|
|
15
15
|
import { A } from "./ConnectDrawer-Bw5s6Dw1.mjs";
|
|
16
16
|
import { L as Y } from "./Loader-DUaFpDGv.mjs";
|
|
@@ -89,7 +89,7 @@ const pt = (t) => {
|
|
|
89
89
|
customLegendVariant: r
|
|
90
90
|
}) => {
|
|
91
91
|
const o = r || "Small";
|
|
92
|
-
return typeof t == "string" ? /* @__PURE__ */ e(l, { variant: o, children: t }) : typeof t == "object" && t.amount && t.label ? /* @__PURE__ */ i(B, { children: [
|
|
92
|
+
return typeof t == "string" ? /* @__PURE__ */ e(l, { variant: o, children: t }) : typeof t == "object" && t.amount !== void 0 && t.label ? /* @__PURE__ */ i(B, { children: [
|
|
93
93
|
/* @__PURE__ */ e(l, { variant: o, children: t.label }),
|
|
94
94
|
/* @__PURE__ */ e(l, { bold: !0, sx: { marginLeft: 8 }, variant: o, children: b(t.amount, "0,0") })
|
|
95
95
|
] }) : null;
|
|
@@ -7,9 +7,9 @@ import E from "@mui/material/List";
|
|
|
7
7
|
import O from "@mui/material/ListSubheader";
|
|
8
8
|
import A from "@mui/system/Stack";
|
|
9
9
|
import { Text as v } from "@mxenabled/mxui";
|
|
10
|
-
import { A as K } from "../AccountDetailsContent-
|
|
11
|
-
import { u as N1 } from "../AccountDetailsContent-
|
|
12
|
-
import { u as z, A as P } from "../AccountDetailsHeader-
|
|
10
|
+
import { A as K } from "../AccountDetailsContent-BkH9Yyot.mjs";
|
|
11
|
+
import { u as N1 } from "../AccountDetailsContent-BkH9Yyot.mjs";
|
|
12
|
+
import { u as z, A as P } from "../AccountDetailsHeader-vPzGb1RZ.mjs";
|
|
13
13
|
import { A as W } from "../AccountListItem-CeY_WIpj.mjs";
|
|
14
14
|
import { a as Y } from "../AccountFields-DUToRRqW.mjs";
|
|
15
15
|
import { g as $1, b as j1 } from "../AccountFields-DUToRRqW.mjs";
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -329,16 +329,7 @@ function At({ bubble: t, isDraggable: o, onClick: i = () => {
|
|
|
329
329
|
stroke-opacity: 0.8;
|
|
330
330
|
}
|
|
331
331
|
` }),
|
|
332
|
-
/* @__PURE__ */ e(
|
|
333
|
-
Ve,
|
|
334
|
-
{
|
|
335
|
-
followCursor: !0,
|
|
336
|
-
open: s,
|
|
337
|
-
slotProps: { popper: M },
|
|
338
|
-
title: E,
|
|
339
|
-
children: /* @__PURE__ */ e("circle", { fill: g, id: `circle-${h}`, r: p })
|
|
340
|
-
}
|
|
341
|
-
),
|
|
332
|
+
/* @__PURE__ */ e(Ve, { open: s, slotProps: { popper: M }, title: E, children: /* @__PURE__ */ e("circle", { fill: g, id: `circle-${h}`, r: p }) }),
|
|
342
333
|
/* @__PURE__ */ e("svg", { x: v, y: A, children: /* @__PURE__ */ e(N, { name: u, size: x, sx: { fill: d } }) }),
|
|
343
334
|
p > P && /* @__PURE__ */ e(
|
|
344
335
|
b,
|
package/dist/common/index.es.js
CHANGED
|
@@ -38,7 +38,7 @@ import dt, { useRef as lt, useEffect as ut } from "react";
|
|
|
38
38
|
import { css as x, keyframes as ht } from "@mxenabled/cssinjs";
|
|
39
39
|
import { useTokens as C, Text as B } from "@mxenabled/mxui";
|
|
40
40
|
import { D as Rr } from "../Donut-oaQFlbit.mjs";
|
|
41
|
-
import { L as Or } from "../LineChart-
|
|
41
|
+
import { L as Or } from "../LineChart-4Zi8Z8PR.mjs";
|
|
42
42
|
import { S as Lr } from "../StatusBar-BK_uYHAB.mjs";
|
|
43
43
|
import { D as Hr, a as Fr, O as Wr, b as qr, f as Yr } from "../Dialog-CWW597AF.mjs";
|
|
44
44
|
import { D as gt, a as pt } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
package/dist/debts/index.es.js
CHANGED
|
@@ -16,7 +16,7 @@ import { G as Pe, y as Z, u as C, l as V, g as k, d as J, n as ke, b as Ne } fro
|
|
|
16
16
|
import { u as Y } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
17
17
|
import { D as re } from "../Drawer-kEE73B87.mjs";
|
|
18
18
|
import { b as A } from "../Localization-2MODESHW.mjs";
|
|
19
|
-
import { A as Fe, u as Re } from "../AccountDetailsHeader-
|
|
19
|
+
import { A as Fe, u as Re } from "../AccountDetailsHeader-vPzGb1RZ.mjs";
|
|
20
20
|
import Le from "@mui/material/Card";
|
|
21
21
|
import $e from "@mui/material/CardContent";
|
|
22
22
|
import He from "@mui/material/CardHeader";
|
|
@@ -22,7 +22,7 @@ import { L as N } from "../Loader-DUaFpDGv.mjs";
|
|
|
22
22
|
import { F as Ko, a as Xo } from "../FinstrongStore-F2c607dj.mjs";
|
|
23
23
|
import q from "@mui/material/Button";
|
|
24
24
|
import J from "@mui/material/Card";
|
|
25
|
-
import { L as xe } from "../LineChart-
|
|
25
|
+
import { L as xe } from "../LineChart-4Zi8Z8PR.mjs";
|
|
26
26
|
import { l as Ce } from "../ConnectDrawer-Bw5s6Dw1.mjs";
|
|
27
27
|
import je from "@mui/material/Accordion";
|
|
28
28
|
import Ue from "@mui/material/AccordionDetails";
|
package/dist/goals/index.es.js
CHANGED
|
@@ -38,8 +38,8 @@ import { g as De, A as ye } from "../ConnectDrawer-Bw5s6Dw1.mjs";
|
|
|
38
38
|
import ot from "@mui/material/Collapse";
|
|
39
39
|
import at from "@mui/material/ListItemIcon";
|
|
40
40
|
import rt from "@mui/material/Checkbox";
|
|
41
|
-
import { u as it, A as st } from "../AccountDetailsHeader-
|
|
42
|
-
import { A as lt } from "../AccountDetailsContent-
|
|
41
|
+
import { u as it, A as st } from "../AccountDetailsHeader-vPzGb1RZ.mjs";
|
|
42
|
+
import { A as lt } from "../AccountDetailsContent-BkH9Yyot.mjs";
|
|
43
43
|
import { u as ct } from "../useAccountDisplayName-jS05A6-6.mjs";
|
|
44
44
|
import Ke from "@mui/material/TextField";
|
|
45
45
|
import { M as dt, I as mt, O as ut } from "../OriginalBalanceAction-CWuVvRq9.mjs";
|
|
@@ -5,7 +5,7 @@ import { useTheme as z } from "@mui/material/styles";
|
|
|
5
5
|
import { u as Z } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
6
6
|
import { q as wt, u as T, d as J, g as Q, b as P, r as tt, n as bt } from "../hooks-D6XlXHf4.mjs";
|
|
7
7
|
import { f as Wt, D as vt } from "../Dialog-CWW597AF.mjs";
|
|
8
|
-
import { L as It } from "../LineChart-
|
|
8
|
+
import { L as It } from "../LineChart-4Zi8Z8PR.mjs";
|
|
9
9
|
import W from "@mui/material/Divider";
|
|
10
10
|
import B from "@mui/material/List";
|
|
11
11
|
import E from "@mui/material/ListSubheader";
|
package/dist/trends/index.es.js
CHANGED
|
@@ -26,7 +26,7 @@ import { a as Ne, T as He } from "../TransactionDetails-CDtya0KS.mjs";
|
|
|
26
26
|
import { D as Ce } from "../Drawer-kEE73B87.mjs";
|
|
27
27
|
import { L as Q } from "../Loader-DUaFpDGv.mjs";
|
|
28
28
|
import { useTheme as We } from "@mui/material/styles";
|
|
29
|
-
import { L as ye } from "../LineChart-
|
|
29
|
+
import { L as ye } from "../LineChart-4Zi8Z8PR.mjs";
|
|
30
30
|
import { M as yt } from "../MiniWidgetContainer-D0gfmbaF.mjs";
|
|
31
31
|
import { subMonths as _t } from "date-fns";
|
|
32
32
|
import { TrendingUp as bt, TrendingDown as St, MultilineChart as wt, ExpandLess as Dt, ExpandMore as It } from "@mxenabled/mx-icons";
|