@mx-cartographer/experiences 9.0.0-alpha.al2 → 9.0.0-alpha.al4

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 (31) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/{GlobalAccountFilter-C0oMFGr7.mjs → GlobalAccountFilter-CmnaZDS6.mjs} +27 -27
  3. package/dist/{WidgetContainer-BOehD4AH.mjs → WidgetContainer-CqskWiNX.mjs} +151 -149
  4. package/dist/accounts/index.es.js +1 -1
  5. package/dist/budgets/index.es.js +1 -1
  6. package/dist/cashflow/index.es.js +1 -1
  7. package/dist/common/components/GlobalAccountFilter.d.ts +2 -1
  8. package/dist/common/hooks/useWidgetHeaderStyles.d.ts +1 -1
  9. package/dist/common/index.es.js +2 -2
  10. package/dist/dashboard/index.es.js +1 -1
  11. package/dist/debts/components/actions/DebtsPriorityAction.d.ts +2 -1
  12. package/dist/debts/components/debtspriority/DebtsPriorityButton.d.ts +2 -1
  13. package/dist/debts/index.es.js +307 -305
  14. package/dist/finstrong/index.es.js +1 -1
  15. package/dist/goals/index.es.js +1 -1
  16. package/dist/help/index.es.js +1 -1
  17. package/dist/insights/components/index.d.ts +4 -0
  18. package/dist/insights/components/shared/ConnectionDetailDrillDown.d.ts +25 -0
  19. package/dist/insights/components/shared/Coupon.d.ts +8 -0
  20. package/dist/insights/components/shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount.d.ts +10 -0
  21. package/dist/insights/components/shared/SaveEnoughToLiveOnBottomSection.d.ts +9 -0
  22. package/dist/insights/components/shared/SaveEnoughToLiveOnTopSection.d.ts +2 -0
  23. package/dist/insights/index.es.js +1779 -1588
  24. package/dist/investments/index.es.js +1 -1
  25. package/dist/networth/index.es.js +1 -1
  26. package/dist/recurringtransactions/index.es.js +1 -1
  27. package/dist/settings/index.es.js +1 -1
  28. package/dist/spending/index.es.js +1 -1
  29. package/dist/transactions/index.es.js +1 -1
  30. package/dist/trends/index.es.js +1 -1
  31. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [9.0.0] - 04-09-2026
2
+
3
+ - **UPDATED** - common widget container to implement new styles, props (BREAKING CHANGE)
4
+
5
+ ## [8.0.8] - 04-09-2026
6
+
7
+ - **ADDED** - `Connection Details` drillDown.
8
+
9
+ ## [8.0.7] - 04-08-2026
10
+
11
+ - **ADDED** - `Coupon` component
12
+
13
+ ## [8.0.6] - 04-08-2026
14
+
15
+ - **ADDED** - `P2P Category Single Account card` component added
16
+
17
+ ## [8.0.5] - 04-08-2026
18
+
19
+ - **ADDED** - `SaveEnoughToLiveOn` SVG component with theme support
20
+
1
21
  ## [8.0.4] - 04-07-2026
2
22
 
3
23
  - **ADDED** - `ConnectionCard` component
@@ -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, { 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
  };