@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.
- package/CHANGELOG.md +20 -0
- package/dist/{GlobalAccountFilter-C0oMFGr7.mjs → GlobalAccountFilter-CmnaZDS6.mjs} +27 -27
- package/dist/{WidgetContainer-BOehD4AH.mjs → WidgetContainer-CqskWiNX.mjs} +151 -149
- package/dist/accounts/index.es.js +1 -1
- package/dist/budgets/index.es.js +1 -1
- package/dist/cashflow/index.es.js +1 -1
- package/dist/common/components/GlobalAccountFilter.d.ts +2 -1
- package/dist/common/hooks/useWidgetHeaderStyles.d.ts +1 -1
- package/dist/common/index.es.js +2 -2
- package/dist/dashboard/index.es.js +1 -1
- package/dist/debts/components/actions/DebtsPriorityAction.d.ts +2 -1
- package/dist/debts/components/debtspriority/DebtsPriorityButton.d.ts +2 -1
- package/dist/debts/index.es.js +307 -305
- package/dist/finstrong/index.es.js +1 -1
- package/dist/goals/index.es.js +1 -1
- package/dist/help/index.es.js +1 -1
- package/dist/insights/components/index.d.ts +4 -0
- package/dist/insights/components/shared/ConnectionDetailDrillDown.d.ts +25 -0
- package/dist/insights/components/shared/Coupon.d.ts +8 -0
- package/dist/insights/components/shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount.d.ts +10 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnBottomSection.d.ts +9 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnTopSection.d.ts +2 -0
- package/dist/insights/index.es.js +1779 -1588
- package/dist/investments/index.es.js +1 -1
- package/dist/networth/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +1 -1
- package/dist/settings/index.es.js +1 -1
- package/dist/spending/index.es.js +1 -1
- package/dist/transactions/index.es.js +1 -1
- package/dist/trends/index.es.js +1 -1
- 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
|
|
10
|
-
import
|
|
11
|
-
import { FilterAlt as
|
|
12
|
-
import
|
|
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
|
|
16
|
+
import H from "@mui/material/ListItemIcon";
|
|
17
17
|
import v from "@mui/material/ListItemText";
|
|
18
|
-
import { b as
|
|
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 } =
|
|
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
|
-
|
|
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(
|
|
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(
|
|
126
|
-
|
|
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
|
-
),
|
|
159
|
+
), le = I(
|
|
161
160
|
({
|
|
162
161
|
allowedAccountTypes: a,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
162
|
+
isDesktop: s,
|
|
163
|
+
onAccountFilterClick: u,
|
|
164
|
+
sx: g = {},
|
|
165
|
+
variant: x = "text"
|
|
166
166
|
}) => {
|
|
167
|
-
const {
|
|
168
|
-
k(), f(W.currentTarget),
|
|
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: { ...
|
|
175
|
-
|
|
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(
|
|
184
|
+
startIcon: /* @__PURE__ */ e(F, { size: 24 }),
|
|
185
185
|
sx: { p: 8, whiteSpace: "nowrap", minWidth: "max-content" },
|
|
186
|
-
variant:
|
|
186
|
+
variant: x,
|
|
187
187
|
children: c.filter_button
|
|
188
188
|
}
|
|
189
|
-
) : /* @__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(
|
|
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(
|
|
212
|
+
children: /* @__PURE__ */ d(A, { children: [
|
|
213
213
|
/* @__PURE__ */ e(N, { allowedAccountTypes: a }),
|
|
214
214
|
/* @__PURE__ */ e(P, {}),
|
|
215
|
-
/* @__PURE__ */ d(
|
|
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
|
-
|
|
236
|
+
le as G
|
|
237
237
|
};
|