@mx-cartographer/experiences 8.0.19 → 8.0.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.
Files changed (45) hide show
  1. package/CHANGELOG.md +8 -4
  2. package/dist/{AccountStore-DpYvNnql.mjs → AccountStore-B7zfcad7.mjs} +1 -1
  3. package/dist/{BudgetUtil-CLhRnCoX.mjs → BudgetUtil-DZpOoZQa.mjs} +1 -1
  4. package/dist/{GlobalAccountFilter-B73Pw1hJ.mjs → GlobalAccountFilter-CmnaZDS6.mjs} +27 -27
  5. package/dist/{Help-DBAosGjO.mjs → Help-BkmSY96v.mjs} +1 -1
  6. package/dist/{ManageIncome-CvfRTf-j.mjs → ManageIncome-BJ7c7plg.mjs} +1 -1
  7. package/dist/{NotificationSettings-D7VqsrZy.mjs → NotificationSettings-DBT37CVB.mjs} +1 -1
  8. package/dist/{RecurringSettings-DJIUgK5A.mjs → RecurringSettings-DnD0AqWa.mjs} +1 -1
  9. package/dist/{SpendingLegend-BCnXkPCD.mjs → SpendingLegend-CypdabwS.mjs} +1 -1
  10. package/dist/{TransactionDetails-KklNHa-s.mjs → TransactionDetails-D6XZakc-.mjs} +1 -1
  11. package/dist/WidgetContainer-DYKMArWw.mjs +468 -0
  12. package/dist/accounts/index.es.js +95 -93
  13. package/dist/budgets/index.es.js +448 -444
  14. package/dist/cashflow/index.es.js +233 -231
  15. package/dist/common/components/GlobalAccountFilter.d.ts +2 -1
  16. package/dist/common/components/WidgetContainer.d.ts +2 -1
  17. package/dist/common/components/WidgetDateRangeSelector.d.ts +12 -0
  18. package/dist/common/hooks/index.d.ts +1 -0
  19. package/dist/common/hooks/useWidgetHeaderStyles.d.ts +32 -0
  20. package/dist/common/index.es.js +133 -132
  21. package/dist/core/types/Widgets.d.ts +1 -0
  22. package/dist/dashboard/index.es.js +3 -3
  23. package/dist/debts/components/actions/DebtsPriorityAction.d.ts +2 -1
  24. package/dist/debts/components/debtspriority/DebtsPriorityButton.d.ts +2 -1
  25. package/dist/debts/index.es.js +589 -587
  26. package/dist/finstrong/FinstrongWidget.d.ts +1 -1
  27. package/dist/finstrong/index.es.js +737 -745
  28. package/dist/goals/GoalsWidget.d.ts +1 -1
  29. package/dist/goals/index.es.js +439 -438
  30. package/dist/help/HelpWidget.d.ts +1 -1
  31. package/dist/help/index.es.js +21 -12
  32. package/dist/investments/InvestmentsWidget.d.ts +1 -1
  33. package/dist/investments/index.es.js +418 -417
  34. package/dist/networth/index.es.js +265 -278
  35. package/dist/notifications/index.es.js +1 -1
  36. package/dist/recurringtransactions/RecurringTransactionsWidget.d.ts +1 -1
  37. package/dist/recurringtransactions/index.es.js +235 -232
  38. package/dist/settings/SettingsWidget.d.ts +1 -1
  39. package/dist/settings/index.es.js +283 -282
  40. package/dist/spending/index.es.js +109 -108
  41. package/dist/transactions/index.es.js +280 -277
  42. package/dist/trends/index.es.js +622 -615
  43. package/dist/{useScreenSize-B6JyS_Lj.mjs → useScreenSize-CUcpY7aJ.mjs} +1 -1
  44. package/package.json +1 -1
  45. package/dist/WidgetContainer-D-pbSa7L.mjs +0 -441
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [8.0.20] - 04-15-2026
2
+
3
+ - **UPDATED** - Widget container header styles
4
+
1
5
  ## [8.0.19] - 04-15-2026
2
6
 
3
7
  - **ADDED** - Added `DrillDown Static Calculation Drawer` for SaveAnExtra and SaveEnoughToLiveOn beats
@@ -82,19 +86,19 @@
82
86
 
83
87
  - **UPDATED** - types by moving from common/types to core/types (BREAKING CHANGE)
84
88
 
85
- ## [7.13.21] - 04-03-2026
89
+ ## [7.13.22] - 04-03-2026
86
90
 
87
91
  - **FIXED** - `Spending` widget treating negative transactions as expenses
88
92
 
89
- ## [7.13.20] - 04-02-2026
93
+ ## [7.13.21] - 04-02-2026
90
94
 
91
95
  - **ADDED** - DonutChartV2 component for Insights MUI Refresh.
92
96
 
93
- ## [7.13.19] - 04-01-2026
97
+ ## [7.13.20] - 04-01-2026
94
98
 
95
99
  - **ADDED** - Introduced `TransactionCard` component for `Insights`.
96
100
 
97
- ## [7.13.18] - 04-01-2026
101
+ ## [7.13.19] - 04-01-2026
98
102
 
99
103
  - **FIXED** - Budget date now aligns with selected month
100
104
 
@@ -1,5 +1,5 @@
1
1
  import { makeAutoObservable as h, runInAction as a } from "mobx";
2
- import { i as g } from "./BudgetUtil-CLhRnCoX.mjs";
2
+ import { i as g } from "./BudgetUtil-DZpOoZQa.mjs";
3
3
  import { A as d } from "./AccountApi-ChQr5PAZ.mjs";
4
4
  import { d as p } from "./Accounts-o7ohkngR.mjs";
5
5
  import { A as s, d as u } from "./Account-BiB1F8lL.mjs";
@@ -27,7 +27,7 @@ import ut from "@mui/material/IconButton";
27
27
  import gt from "@mui/material/InputAdornment";
28
28
  import E from "@mui/material/Stack";
29
29
  import ft from "@mui/material/TextField";
30
- import { u as pt } from "./useScreenSize-B6JyS_Lj.mjs";
30
+ import { u as pt } from "./useScreenSize-CUcpY7aJ.mjs";
31
31
  import { m as ht } from "./hooks-BxkfR-Ff.mjs";
32
32
  import { b as T } from "./Category-CevNQ03n.mjs";
33
33
  import { b as j } from "./Localization-CPkpIwIx.mjs";
@@ -6,20 +6,19 @@ import C from "@mui/material/Button";
6
6
  import P from "@mui/material/Divider";
7
7
  import w from "@mui/material/IconButton";
8
8
  import O from "@mui/material/Popover";
9
- import S from "@mui/material/Stack";
10
- import D from "@mui/material/Tooltip";
11
- import { FilterAlt as A } from "@mxenabled/mx-icons";
12
- import F from "@mui/material/Checkbox";
9
+ import A from "@mui/material/Stack";
10
+ import E from "@mui/material/Tooltip";
11
+ import { FilterAlt as F } from "@mxenabled/mx-icons";
12
+ import S from "@mui/material/Checkbox";
13
13
  import G from "@mui/material/List";
14
14
  import y from "@mui/material/ListItem";
15
15
  import _ from "@mui/material/ListItemButton";
16
- import E from "@mui/material/ListItemIcon";
16
+ import H from "@mui/material/ListItemIcon";
17
17
  import v from "@mui/material/ListItemText";
18
- import { b as z, u as M, d as L } from "./hooks-BxkfR-Ff.mjs";
19
- import { u as H } from "./useScreenSize-B6JyS_Lj.mjs";
18
+ import { b as M, u as z, d as L } from "./hooks-BxkfR-Ff.mjs";
20
19
  const N = I(
21
20
  ({ allowedAccountTypes: a }) => {
22
- const { accountFilterMap: s, updateAccountFilterMap: u } = z(), { accounts: g, common: x } = M(), { account_filter: c } = x, { accountsByTypeMap: n } = L(), k = B.useMemo(
21
+ const { accountFilterMap: s, updateAccountFilterMap: u } = M(), { accounts: g, common: x } = z(), { account_filter: c } = x, { accountsByTypeMap: n } = L(), k = B.useMemo(
23
22
  () => Array.from(n.keys()).reduce((t, i) => {
24
23
  if (!a || a && a.includes(i)) {
25
24
  const o = n.get(i);
@@ -57,7 +56,7 @@ const N = I(
57
56
  sx: { py: 16 },
58
57
  children: /* @__PURE__ */ d(_, { disableGutters: !0, onClick: f, sx: { p: 0, px: 8 }, children: [
59
58
  /* @__PURE__ */ e(
60
- F,
59
+ S,
61
60
  {
62
61
  "aria-checked": m,
63
62
  checked: m,
@@ -89,7 +88,7 @@ const N = I(
89
88
  "aria-label": r,
90
89
  disableGutters: !0,
91
90
  disablePadding: !0,
92
- children: /* @__PURE__ */ d(S, { sx: { pb: 8, width: "100%" }, children: [
91
+ children: /* @__PURE__ */ d(A, { sx: { pb: 8, width: "100%" }, children: [
93
92
  /* @__PURE__ */ e(P, {}),
94
93
  /* @__PURE__ */ e(
95
94
  G,
@@ -122,8 +121,8 @@ const N = I(
122
121
  onClick: () => u(l.guid, !s.get(l.guid)),
123
122
  sx: { p: 0, minHeight: 40 },
124
123
  children: [
125
- /* @__PURE__ */ e(E, { children: /* @__PURE__ */ e(
126
- F,
124
+ /* @__PURE__ */ e(H, { children: /* @__PURE__ */ e(
125
+ S,
127
126
  {
128
127
  "aria-checked": s.get(l.guid),
129
128
  checked: s.get(l.guid),
@@ -157,22 +156,23 @@ const N = I(
157
156
  }
158
157
  );
159
158
  }
160
- ), ne = I(
159
+ ), le = I(
161
160
  ({
162
161
  allowedAccountTypes: a,
163
- onAccountFilterClick: s,
164
- sx: u = {},
165
- variant: g = "text"
162
+ isDesktop: s,
163
+ onAccountFilterClick: u,
164
+ sx: g = {},
165
+ variant: x = "text"
166
166
  }) => {
167
- const { isDesktop: x } = H(), { common: c } = M(), { accountFilterMap: n, resetAccountFilterMap: k } = z(), { detailedAccounts: p, updateAccountFilter: m } = L(), [h, f] = B.useState(null), b = (W) => {
168
- k(), f(W.currentTarget), s?.();
167
+ const { common: c } = z(), { accountFilterMap: n, resetAccountFilterMap: k } = M(), { detailedAccounts: p, updateAccountFilter: m } = L(), [h, f] = B.useState(null), b = (W) => {
168
+ k(), f(W.currentTarget), u?.();
169
169
  }, t = () => {
170
170
  f(null);
171
171
  }, i = async () => {
172
172
  await m(n), f(null);
173
173
  }, o = c.account_filter, r = !!h, l = p.length === 0;
174
- return /* @__PURE__ */ d(j, { m: 4, sx: { ...u }, children: [
175
- x ? /* @__PURE__ */ e(
174
+ return /* @__PURE__ */ d(j, { sx: { ...g }, children: [
175
+ s ? /* @__PURE__ */ e(
176
176
  C,
177
177
  {
178
178
  "aria-controls": r ? "filter_accounts" : void 0,
@@ -181,12 +181,12 @@ const N = I(
181
181
  "aria-label": o.title,
182
182
  disabled: l,
183
183
  onClick: b,
184
- startIcon: /* @__PURE__ */ e(A, { size: 24 }),
184
+ startIcon: /* @__PURE__ */ e(F, { size: 24 }),
185
185
  sx: { p: 8, whiteSpace: "nowrap", minWidth: "max-content" },
186
- variant: g,
186
+ variant: x,
187
187
  children: c.filter_button
188
188
  }
189
- ) : /* @__PURE__ */ e(D, { id: "filter-accounts", placement: "bottom", title: o.title, children: /* @__PURE__ */ e(
189
+ ) : /* @__PURE__ */ e(E, { id: "filter-accounts", placement: "bottom", title: o.title, children: /* @__PURE__ */ e(
190
190
  w,
191
191
  {
192
192
  "aria-controls": r ? "filter_accounts" : void 0,
@@ -198,7 +198,7 @@ const N = I(
198
198
  disabled: l,
199
199
  onClick: b,
200
200
  sx: { p: 8 },
201
- children: /* @__PURE__ */ e(A, { size: 24 })
201
+ children: /* @__PURE__ */ e(F, { size: 24 })
202
202
  }
203
203
  ) }),
204
204
  /* @__PURE__ */ e(
@@ -209,10 +209,10 @@ const N = I(
209
209
  onClose: t,
210
210
  open: r,
211
211
  transformOrigin: { vertical: "top", horizontal: "left" },
212
- children: /* @__PURE__ */ d(S, { children: [
212
+ children: /* @__PURE__ */ d(A, { children: [
213
213
  /* @__PURE__ */ e(N, { allowedAccountTypes: a }),
214
214
  /* @__PURE__ */ e(P, {}),
215
- /* @__PURE__ */ d(S, { direction: "row", justifyContent: "space-between", spacing: 16, sx: { p: 16 }, children: [
215
+ /* @__PURE__ */ d(A, { direction: "row", justifyContent: "space-between", spacing: 16, sx: { p: 16 }, children: [
216
216
  /* @__PURE__ */ e(C, { fullWidth: !0, onClick: t, variant: "text", children: c.cancel_button }),
217
217
  /* @__PURE__ */ e(
218
218
  C,
@@ -233,5 +233,5 @@ const N = I(
233
233
  }
234
234
  );
235
235
  export {
236
- ne as G
236
+ le as G
237
237
  };
@@ -28,7 +28,7 @@ import Dt from "@mui/material/ListItemAvatar";
28
28
  import Rt from "@mui/material/ListItem";
29
29
  import Pt from "@mui/material/ListItemIcon";
30
30
  import Gt from "@mui/material/ListItemText";
31
- import { u as Ft } from "./useScreenSize-B6JyS_Lj.mjs";
31
+ import { u as Ft } from "./useScreenSize-CUcpY7aJ.mjs";
32
32
  const kt = (e, i, n) => {
33
33
  const l = i.reduce((c, { institution_guid: d }) => (c[d] = (c[d] || 0) + 1, c), {});
34
34
  return e.filter(({ guid: c }) => !!l[c]).map(({ guid: c, ...d }) => {
@@ -18,7 +18,7 @@ import { parseISO as me } from "date-fns/parseISO";
18
18
  import J from "@mui/material/Button";
19
19
  import { Delete as pe, Add as ye, ReceiptLong as he } from "@mxenabled/mx-icons";
20
20
  import { T as V, u as fe, S as ge, a as Ce } from "./EmbeddedCard-xngm4vLT.mjs";
21
- import { T as be } from "./TransactionDetails-KklNHa-s.mjs";
21
+ import { T as be } from "./TransactionDetails-D6XZakc-.mjs";
22
22
  import { addYears as j } from "date-fns/addYears";
23
23
  import { getDayOfYear as xe } from "date-fns/getDayOfYear";
24
24
  import { setDayOfYear as Se } from "date-fns/setDayOfYear";
@@ -21,7 +21,7 @@ import { b as me } from "./Localization-CPkpIwIx.mjs";
21
21
  import { b as he, f as ue } from "./NumberFormatting-QCaNwbjv.mjs";
22
22
  import { D as B } from "./Dialog-Ck34yr-d.mjs";
23
23
  import { C as _e } from "./CurrencyInput-DuMktPu3.mjs";
24
- import { u as pe } from "./useScreenSize-B6JyS_Lj.mjs";
24
+ import { u as pe } from "./useScreenSize-CUcpY7aJ.mjs";
25
25
  import { D as K } from "./Drawer-Bbe4AMB1.mjs";
26
26
  import fe from "@mui/material/Collapse";
27
27
  import ge from "@mui/material/Card";
@@ -7,7 +7,7 @@ import R from "@mui/material/Tabs";
7
7
  import d from "@mui/material/Divider";
8
8
  import b from "@mui/material/List";
9
9
  import T from "@mui/material/Stack";
10
- import { R as C, A as S, a as E, M as v } from "./ManageIncome-CvfRTf-j.mjs";
10
+ import { R as C, A as S, a as E, M as v } from "./ManageIncome-BJ7c7plg.mjs";
11
11
  import { u as _, i as A, g as f } from "./hooks-BxkfR-Ff.mjs";
12
12
  import { R as y, F as N } from "./RepeatingTransaction-DF4vJn_v.mjs";
13
13
  import { A as m } from "./Analytics-0Xm_BjHU.mjs";
@@ -11,7 +11,7 @@ import { CategoryIcon as G, CategoryIconVariants as O, Text as y, P as $ } from
11
11
  import { D as j } from "./Donut-CpxJlVvJ.mjs";
12
12
  import { u as R } from "./useAriaLive-MkYebyUR.mjs";
13
13
  import { u as v } from "./hooks-BxkfR-Ff.mjs";
14
- import { u as V } from "./useScreenSize-B6JyS_Lj.mjs";
14
+ import { u as V } from "./useScreenSize-CUcpY7aJ.mjs";
15
15
  import { f as b } from "./NumberFormatting-QCaNwbjv.mjs";
16
16
  const D = 5, B = (i, l, g, m) => m.reduce((o, n) => {
17
17
  const a = i.find((s) => s.guid === n.category_guid);
@@ -12,7 +12,7 @@ import { endOfMonth as Pe } from "date-fns/endOfMonth";
12
12
  import { getUnixTime as Ae } from "date-fns/getUnixTime";
13
13
  import { isBefore as ze } from "date-fns/isBefore";
14
14
  import { startOfMonth as Ne } from "date-fns/startOfMonth";
15
- import { g as Ve, C as We, a as Ye, b as je, i as qe } from "./BudgetUtil-CLhRnCoX.mjs";
15
+ import { g as Ve, C as We, a as Ye, b as je, i as qe } from "./BudgetUtil-DZpOoZQa.mjs";
16
16
  import ue from "@mui/material/Button";
17
17
  import Qe from "@mui/material/FormGroup";
18
18
  import de from "@mui/material/IconButton";