@mx-cartographer/experiences 7.13.15 → 7.13.16

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.13.16] - 03-31-2026
2
+
3
+ - **FIXED** - `Spending` Other bucket dropping overflow spending categories
4
+
1
5
  ## [7.13.15] - 03-31-2026
2
6
 
3
7
  - **FIXED** - a11y labeling for mini widget CTAs
@@ -32,7 +32,7 @@ const D = 5, B = (i, l, g, c) => c.reduce((o, n) => {
32
32
  amount: n.total
33
33
  }), o;
34
34
  }, []), nt = (i, l, g, c) => {
35
- const o = B(i, l, g, c), n = o.filter(
35
+ const n = B(i, l, g, c).filter(
36
36
  (e) => e.guid !== p.INCOME && e.guid !== p.INVESTMENTS && e.guid !== p.TRANSFER && e.amount > 0
37
37
  ).sort((e, s) => s.amount - e.amount), a = n.reduce(
38
38
  (e, s) => e + s.amount,
@@ -44,7 +44,7 @@ const D = 5, B = (i, l, g, c) => c.reduce((o, n) => {
44
44
  value: e.amount / a * 100
45
45
  }));
46
46
  if (n.length > 5) {
47
- const e = n.slice(D, o.length), s = e.reduce(
47
+ const e = n.slice(D), s = e.reduce(
48
48
  (C, u) => C + u.amount,
49
49
  0
50
50
  );
@@ -51,7 +51,7 @@ import { ChartsXAxis as Zn } from "@mui/x-charts/ChartsXAxis";
51
51
  import { ChartsYAxis as Jn } from "@mui/x-charts/ChartsYAxis";
52
52
  import { startOfMonth as Tt } from "date-fns/startOfMonth";
53
53
  import { endOfMonth as At } from "date-fns/endOfMonth";
54
- import { g as eo, S as to, b as no } from "../SpendingLegend-s0rv96Ka.mjs";
54
+ import { g as eo, S as to, b as no } from "../SpendingLegend-BgjazduU.mjs";
55
55
  import { formatISO as oo } from "date-fns/formatISO";
56
56
  import { fromUnixTime as ro } from "date-fns/fromUnixTime";
57
57
  import { startOfToday as st } from "date-fns/startOfToday";
@@ -8,7 +8,7 @@ import C from "@mui/material/Stack";
8
8
  import N from "@mui/material/Tab";
9
9
  import it from "@mui/material/Tabs";
10
10
  import _t from "@mui/material/styles/useTheme";
11
- import { g as rt, a as st, S as $, b as Y } from "../SpendingLegend-s0rv96Ka.mjs";
11
+ import { g as rt, a as st, S as $, b as Y } from "../SpendingLegend-BgjazduU.mjs";
12
12
  import { Text as T, Icon as bt } from "@mxenabled/mxui";
13
13
  import { f as R } from "../NumberFormatting-QCaNwbjv.mjs";
14
14
  import { u as I, l as A, d as lt, b as V, a as F, h as ct, g as yt } from "../hooks-BxkfR-Ff.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.13.15",
3
+ "version": "7.13.16",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",