@mx-cartographer/experiences 7.6.26 → 7.6.27

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.6.27] - 01-26-2026
2
+
3
+ - **FIXED** - Display average label on chart when average is 0
4
+
1
5
  ## [7.6.26] - 01-23-2026
2
6
 
3
7
  - **FIXED** - Dialog for updating budget to close with close or cancel
@@ -62,7 +62,7 @@ const Tt = ({
62
62
  f
63
63
  ) : null;
64
64
  }),
65
- t && /* @__PURE__ */ a(P, { sx: { alignItems: "center", flexDirection: "row" }, children: [
65
+ t !== void 0 && /* @__PURE__ */ a(P, { sx: { alignItems: "center", flexDirection: "row" }, children: [
66
66
  /* @__PURE__ */ e(l, { bold: !0, sx: { marginRight: 8 }, variant: c, children: "– –" }),
67
67
  /* @__PURE__ */ a(l, { variant: c, children: [
68
68
  h || m.average,
@@ -9,7 +9,7 @@ import B from "@mui/system/Stack";
9
9
  import { Text as H, Icon as O, THEMES as o1 } from "@mxenabled/mxui";
10
10
  import { useTheme as V1, alpha as v1 } from "@mui/material/styles";
11
11
  import { u as R, A as A1 } from "../AccountDetailsHeader-DqYIuhOs.mjs";
12
- import { L as M1 } from "../LineChart-BF4QA-Lx.mjs";
12
+ import { L as M1 } from "../LineChart-kFoTu9Pi.mjs";
13
13
  import { g as w1, a as y1, b as x1 } from "../SpendingData-BmL0bwnS.mjs";
14
14
  import { m as b1, u as A, d as k, g as Z, h as d1, b as G, a as S1 } from "../hooks-ZMp65DFz.mjs";
15
15
  import { A as i1, m as g, N as u1, l as z, F as K, n as R1 } from "../ConnectDrawer-BOjfI6rz.mjs";
@@ -14,7 +14,7 @@ import { L as Q } from "../Loader-DUaFpDGv.mjs";
14
14
  import m from "react";
15
15
  import B from "@mui/material/Button";
16
16
  import Y from "@mui/material/Card";
17
- import { L as Ke } from "../LineChart-BF4QA-Lx.mjs";
17
+ import { L as Ke } from "../LineChart-kFoTu9Pi.mjs";
18
18
  import { C as yt } from "../ConnectionsDrawer-BqR6FWJO.mjs";
19
19
  import { l as re, g as bt, A as ze } from "../ConnectDrawer-BOjfI6rz.mjs";
20
20
  import ce from "@mui/material/Tab";
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as r, Fragment as v } from "react/jsx-runtime";
2
2
  import { fromUnixTime as we } from "date-fns/fromUnixTime";
3
3
  import { observer as _ } from "mobx-react-lite";
4
4
  import { useTheme as z } from "@mui/material/styles";
5
- import { L as _e } from "../LineChart-BF4QA-Lx.mjs";
5
+ import { L as _e } from "../LineChart-kFoTu9Pi.mjs";
6
6
  import { u as J } from "../useScreenSize-B6JyS_Lj.mjs";
7
7
  import { p as be, u as I, d as Q, g as P, b as ee, q as te } from "../hooks-ZMp65DFz.mjs";
8
8
  import { f as We, D as ve } from "../Dialog-B4PI-_bL.mjs";
@@ -37,7 +37,7 @@ import { a as rt, T as at } from "../TransactionDetails-u87-ePtn.mjs";
37
37
  import { D as Ne } from "../Drawer-DV4NTsFg.mjs";
38
38
  import { u as ve } from "../useWidgetLoadTimer-hIOioiKx.mjs";
39
39
  import { L as me } from "../Loader-DUaFpDGv.mjs";
40
- import { L as Oe } from "../LineChart-BF4QA-Lx.mjs";
40
+ import { L as Oe } from "../LineChart-kFoTu9Pi.mjs";
41
41
  import { M as Wt } from "../MiniWidgetContainer-98-hKFqm.mjs";
42
42
  import { subMonths as Ot } from "date-fns";
43
43
  import { TrendingUp as Gt, TrendingDown as Bt, MultilineChart as Vt, ExpandLess as Pt, ExpandMore as Ft } from "@mxenabled/mx-icons";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.6.26",
3
+ "version": "7.6.27",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",