@mx-cartographer/experiences 7.2.19 → 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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.2.20] - 12-02-2025
2
+
3
+ - **FIXED** - Chart legend labels to show when amount is 0
4
+
1
5
  ## [7.2.19] - 12-02-2025
2
6
 
3
7
  - **FIXED** - Budget Bubbles tooltips to anchor on element
@@ -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-Df1JkzYi.mjs";
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-D4GI7nVh.mjs";
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-CsH1w_GZ.mjs";
11
- import { u as N1 } from "../AccountDetailsContent-CsH1w_GZ.mjs";
12
- import { u as z, A as P } from "../AccountDetailsHeader-Df1JkzYi.mjs";
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";
@@ -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-D4GI7nVh.mjs";
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";
@@ -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-Df1JkzYi.mjs";
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-D4GI7nVh.mjs";
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";
@@ -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-Df1JkzYi.mjs";
42
- import { A as lt } from "../AccountDetailsContent-CsH1w_GZ.mjs";
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-D4GI7nVh.mjs";
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";
@@ -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-D4GI7nVh.mjs";
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.2.19",
3
+ "version": "7.2.20",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",