@mx-cartographer/experiences 9.0.0-alpha.al2 → 9.0.0-alpha.al3
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/{WidgetContainer-BOehD4AH.mjs → WidgetContainer-DOSn19Ff.mjs} +113 -113
- 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/hooks/useWidgetHeaderStyles.d.ts +1 -1
- package/dist/common/index.es.js +1 -1
- package/dist/debts/index.es.js +1 -1
- 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
|
|
@@ -9,7 +9,7 @@ import K from "@mui/material/IconButton";
|
|
|
9
9
|
import me from "@mui/material/Paper";
|
|
10
10
|
import E from "@mui/material/Stack";
|
|
11
11
|
import { ChevronLeft as ce } from "@mxenabled/mx-icons";
|
|
12
|
-
import { Icon as
|
|
12
|
+
import { Icon as k, Text as F, DateRangePicker as J } from "@mxenabled/mxui";
|
|
13
13
|
import { u as ue } from "./useDimensions-CeDR9V8N.mjs";
|
|
14
14
|
import { G as ge } from "./GlobalAccountFilter-C0oMFGr7.mjs";
|
|
15
15
|
import { b as oe, u as ne, g as pe, a as he, W as fe } from "./hooks-BxkfR-Ff.mjs";
|
|
@@ -38,35 +38,35 @@ import { u as Ye } from "./useAriaLive-MkYebyUR.mjs";
|
|
|
38
38
|
import { D as Ee } from "./Dialog-Ck34yr-d.mjs";
|
|
39
39
|
import { D as Ae } from "./Drawer-Bbe4AMB1.mjs";
|
|
40
40
|
import { u as ie } from "./useScreenSize-B6JyS_Lj.mjs";
|
|
41
|
-
import { f as
|
|
41
|
+
import { f as v, D as P } from "./DateFormats-BMpMrZpW.mjs";
|
|
42
42
|
import { L as Oe } from "./Loader-D3rjKx72.mjs";
|
|
43
43
|
import { A as Ne } from "./Analytics-BYItVAe-.mjs";
|
|
44
|
-
const Be = () => {
|
|
45
|
-
const { isDesktop:
|
|
46
|
-
let
|
|
47
|
-
const
|
|
48
|
-
let
|
|
49
|
-
return
|
|
50
|
-
actionsFlex:
|
|
51
|
-
containerSquareCorners:
|
|
52
|
-
headerHeadingLevel:
|
|
53
|
-
headerPaddingBottom:
|
|
54
|
-
headerPaddingTop:
|
|
55
|
-
headerPaddingX:
|
|
56
|
-
iconSize:
|
|
57
|
-
isCompact:
|
|
58
|
-
isDesktop:
|
|
59
|
-
slotPaddingBottom:
|
|
44
|
+
const Be = (o) => {
|
|
45
|
+
const { isDesktop: d, isMobile: a, isSmallTablet: m, isTablet: r } = ie(o), n = 24;
|
|
46
|
+
let u = 48, c = 32, M = 0, g = "h1";
|
|
47
|
+
const i = a || m;
|
|
48
|
+
let _ = !1;
|
|
49
|
+
return r && !m ? (u = 24, c = 24, g = "h2") : i && (u = 8, c = 10, M = 10, g = "h3", _ = !0), {
|
|
50
|
+
actionsFlex: i ? 0 : 1,
|
|
51
|
+
containerSquareCorners: _,
|
|
52
|
+
headerHeadingLevel: g,
|
|
53
|
+
headerPaddingBottom: M,
|
|
54
|
+
headerPaddingTop: c,
|
|
55
|
+
headerPaddingX: u,
|
|
56
|
+
iconSize: n,
|
|
57
|
+
isCompact: i,
|
|
58
|
+
isDesktop: d,
|
|
59
|
+
slotPaddingBottom: i ? 12 : 0
|
|
60
60
|
};
|
|
61
61
|
}, Ie = ({
|
|
62
62
|
calendarActions: o,
|
|
63
|
-
color:
|
|
63
|
+
color: d = "primary",
|
|
64
64
|
copy: a,
|
|
65
|
-
range:
|
|
65
|
+
range: m = [De(ke()), w(ee())],
|
|
66
66
|
shouldShrinkToIcon: r = !0,
|
|
67
67
|
variant: n = "outlined"
|
|
68
68
|
}) => {
|
|
69
|
-
const
|
|
69
|
+
const u = Le(), { isMobile: c } = ie(), { announce: M, ariaLive: g } = Ye(), [i, _] = R.useState(m), [s, H] = R.useState(a.dateRangePickerCopy.dateRangeThisMonth), [C, A] = R.useState(i), [Y, x] = R.useState(!1), [W, G] = R.useState(!0), [S, j] = R.useState(6), O = {
|
|
70
70
|
buttons: [
|
|
71
71
|
{ ariaLabel: "3 Months", label: "3M", value: 3 },
|
|
72
72
|
{ ariaLabel: "6 Months", label: "6M", value: 6 },
|
|
@@ -81,40 +81,40 @@ const Be = () => {
|
|
|
81
81
|
]
|
|
82
82
|
};
|
|
83
83
|
R.useEffect(() => {
|
|
84
|
-
|
|
85
|
-
}, [
|
|
84
|
+
_(m), A(m);
|
|
85
|
+
}, [m]), R.useEffect(() => {
|
|
86
86
|
(n === "timeframebuttons" || n === "timeframetabs") && o.onRangeChanged($());
|
|
87
|
-
}, [
|
|
87
|
+
}, [S]);
|
|
88
88
|
const $ = () => {
|
|
89
89
|
const t = w(ee());
|
|
90
|
-
return [w(V(t,
|
|
90
|
+
return [w(V(t, S)), t];
|
|
91
91
|
}, N = (t) => {
|
|
92
|
-
const [
|
|
92
|
+
const [l, p] = i, f = t === "previous";
|
|
93
93
|
let b;
|
|
94
|
-
if (
|
|
94
|
+
if (s === a.dateRangePickerCopy.dateRangeThisMonth || s === a.dateRangePickerCopy.dateRangeLastMonth)
|
|
95
95
|
b = [
|
|
96
|
-
f ? V(
|
|
96
|
+
f ? V(l, 1) : Q(l, 1),
|
|
97
97
|
w(f ? V(p, 1) : Q(p, 1))
|
|
98
98
|
];
|
|
99
|
-
else if (
|
|
100
|
-
const
|
|
99
|
+
else if (s === a.dateRangePickerCopy.dateRangeYTD || s === a.dateRangePickerCopy.dateRangeLastYear) {
|
|
100
|
+
const T = xe(l), D = Ce(l);
|
|
101
101
|
b = [
|
|
102
|
-
f ? te(
|
|
103
|
-
f ? te(
|
|
102
|
+
f ? te(T, 1) : Z(T, 1),
|
|
103
|
+
f ? te(D, 1) : Z(D, 1)
|
|
104
104
|
];
|
|
105
105
|
} else {
|
|
106
|
-
const
|
|
107
|
-
b = [
|
|
106
|
+
const T = Re(p, l), D = f ? ye : be;
|
|
107
|
+
b = [D(l, T), D(p, T)];
|
|
108
108
|
}
|
|
109
|
-
|
|
110
|
-
},
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
), o.onRangeChanged(
|
|
114
|
-
},
|
|
109
|
+
_(b), o.onRangeChanged(b);
|
|
110
|
+
}, L = () => {
|
|
111
|
+
_(C), G(
|
|
112
|
+
s === a.dateRangePickerCopy.dateRangeThisMonth || s === a.dateRangePickerCopy.dateRangeLastMonth
|
|
113
|
+
), o.onRangeChanged(C);
|
|
114
|
+
}, y = (t, l) => {
|
|
115
115
|
t[1] = t[1] ?? t[0];
|
|
116
|
-
const p = [t[0], t[1] ? _e(t[1]) : t[1]], f =
|
|
117
|
-
A(p), H(
|
|
116
|
+
const p = [t[0], t[1] ? _e(t[1]) : t[1]], f = v(p[0], P.MONTH_DAY_YEAR), b = v(p[1], P.MONTH_DAY_YEAR);
|
|
117
|
+
A(p), H(l), M(`${a.dateRangePickerCopy}: ${f} - ${b}`);
|
|
118
118
|
}, B = (t) => {
|
|
119
119
|
j(t);
|
|
120
120
|
};
|
|
@@ -123,26 +123,26 @@ const Be = () => {
|
|
|
123
123
|
ae,
|
|
124
124
|
{
|
|
125
125
|
sx: {
|
|
126
|
-
[
|
|
126
|
+
[u.breakpoints.down("sm")]: {
|
|
127
127
|
display: r ? "none" : "flex",
|
|
128
128
|
justifyContent: "center"
|
|
129
129
|
},
|
|
130
|
-
[
|
|
130
|
+
[u.breakpoints.up("sm")]: { display: "inline-flex" }
|
|
131
131
|
},
|
|
132
132
|
children: [
|
|
133
133
|
n === "readonly" && /* @__PURE__ */ h(E, { alignItems: "center", direction: "row", gap: 8, children: [
|
|
134
|
-
/* @__PURE__ */ e(
|
|
135
|
-
/* @__PURE__ */ e(F, { bold: !0, children:
|
|
136
|
-
/* @__PURE__ */ e(
|
|
137
|
-
/* @__PURE__ */ e(F, { bold: !0, children:
|
|
134
|
+
/* @__PURE__ */ e(k, { name: "calendar_month", size: 24 }),
|
|
135
|
+
/* @__PURE__ */ e(F, { bold: !0, children: v(C[0], P.MONTH_DAY) }),
|
|
136
|
+
/* @__PURE__ */ e(k, { name: "remove" }),
|
|
137
|
+
/* @__PURE__ */ e(F, { bold: !0, children: v(C[1], P.MONTH_DAY_YEAR) })
|
|
138
138
|
] }),
|
|
139
139
|
n !== "readonly" && n !== "timeframebuttons" && n !== "timeframetabs" && /* @__PURE__ */ h(
|
|
140
140
|
Te,
|
|
141
141
|
{
|
|
142
|
-
color:
|
|
142
|
+
color: d,
|
|
143
143
|
sx: {
|
|
144
144
|
"& .MuiButtonGroup-grouped": {
|
|
145
|
-
padding:
|
|
145
|
+
padding: c ? 0 : 12
|
|
146
146
|
},
|
|
147
147
|
"& .MuiButtonGroup-middleButton": {
|
|
148
148
|
px: 24
|
|
@@ -158,24 +158,24 @@ const Be = () => {
|
|
|
158
158
|
"aria-label": a.dateRangePreviousAria,
|
|
159
159
|
color: o.shouldDisablePrevious ? "secondary" : "primary",
|
|
160
160
|
onClick: () => o.shouldDisablePrevious ? null : N("previous"),
|
|
161
|
-
children: /* @__PURE__ */ e(
|
|
161
|
+
children: /* @__PURE__ */ e(k, { name: "chevron_left", size: 20 })
|
|
162
162
|
}
|
|
163
163
|
),
|
|
164
164
|
/* @__PURE__ */ e(
|
|
165
165
|
z,
|
|
166
166
|
{
|
|
167
167
|
"aria-disabled": o.shouldDisablePicker,
|
|
168
|
-
color:
|
|
169
|
-
onClick: () => o.shouldDisablePicker ? null :
|
|
170
|
-
startIcon: /* @__PURE__ */ e(
|
|
168
|
+
color: d,
|
|
169
|
+
onClick: () => o.shouldDisablePicker ? null : x(!0),
|
|
170
|
+
startIcon: /* @__PURE__ */ e(k, { name: "calendar_month", size: 20 }),
|
|
171
171
|
sx: {
|
|
172
|
-
p:
|
|
172
|
+
p: c ? 0 : 8
|
|
173
173
|
},
|
|
174
|
-
children: W ?
|
|
175
|
-
|
|
174
|
+
children: W ? v(i[0], P.MONTH_YEAR) : /* @__PURE__ */ h("span", { children: [
|
|
175
|
+
v(i[0], P.MONTH_DAY_YEAR),
|
|
176
176
|
" -",
|
|
177
177
|
" ",
|
|
178
|
-
|
|
178
|
+
v(i[1], P.MONTH_DAY_YEAR)
|
|
179
179
|
] })
|
|
180
180
|
}
|
|
181
181
|
),
|
|
@@ -186,7 +186,7 @@ const Be = () => {
|
|
|
186
186
|
"aria-label": a.dateRangeNextAria,
|
|
187
187
|
color: o.shouldDisableNext ? "secondary" : "primary",
|
|
188
188
|
onClick: () => o.shouldDisableNext ? null : N("next"),
|
|
189
|
-
children: /* @__PURE__ */ e(
|
|
189
|
+
children: /* @__PURE__ */ e(k, { name: "chevron_right", size: 20 })
|
|
190
190
|
}
|
|
191
191
|
)
|
|
192
192
|
]
|
|
@@ -196,10 +196,10 @@ const Be = () => {
|
|
|
196
196
|
Se,
|
|
197
197
|
{
|
|
198
198
|
"aria-label": a.dateRangeEditTitle,
|
|
199
|
-
color:
|
|
199
|
+
color: d,
|
|
200
200
|
exclusive: !0,
|
|
201
201
|
orientation: "horizontal",
|
|
202
|
-
value:
|
|
202
|
+
value: S,
|
|
203
203
|
children: O.buttons.map((t) => /* @__PURE__ */ e(
|
|
204
204
|
Me,
|
|
205
205
|
{
|
|
@@ -217,9 +217,9 @@ const Be = () => {
|
|
|
217
217
|
Pe,
|
|
218
218
|
{
|
|
219
219
|
indicatorColor: "primary",
|
|
220
|
-
onChange: (t,
|
|
220
|
+
onChange: (t, l) => B(l),
|
|
221
221
|
textColor: "primary",
|
|
222
|
-
value:
|
|
222
|
+
value: S,
|
|
223
223
|
variant: "fullWidth",
|
|
224
224
|
children: O.tabs.map((t) => /* @__PURE__ */ e(
|
|
225
225
|
ve,
|
|
@@ -235,39 +235,39 @@ const Be = () => {
|
|
|
235
235
|
]
|
|
236
236
|
}
|
|
237
237
|
),
|
|
238
|
-
Y &&
|
|
238
|
+
Y && c && /* @__PURE__ */ h(
|
|
239
239
|
Ae,
|
|
240
240
|
{
|
|
241
241
|
ariaLabelClose: a.dateRangeCloseAria,
|
|
242
242
|
isOpen: Y,
|
|
243
|
-
onClose: () =>
|
|
243
|
+
onClose: () => x(!1),
|
|
244
244
|
onPrimaryAction: () => {
|
|
245
|
-
|
|
245
|
+
L(), x(!1);
|
|
246
246
|
},
|
|
247
247
|
primaryText: a.dateRangeEditApply,
|
|
248
248
|
title: a.dateRangeEditTitle,
|
|
249
249
|
children: [
|
|
250
|
-
|
|
250
|
+
g,
|
|
251
251
|
/* @__PURE__ */ e(
|
|
252
252
|
J,
|
|
253
253
|
{
|
|
254
254
|
copy: a.dateRangePickerCopy,
|
|
255
|
-
dateRange:
|
|
256
|
-
onRangeChanged:
|
|
257
|
-
selectedShortcut:
|
|
255
|
+
dateRange: C,
|
|
256
|
+
onRangeChanged: y,
|
|
257
|
+
selectedShortcut: s,
|
|
258
258
|
sx: { p: 0 }
|
|
259
259
|
}
|
|
260
260
|
)
|
|
261
261
|
]
|
|
262
262
|
}
|
|
263
263
|
),
|
|
264
|
-
Y && !
|
|
264
|
+
Y && !c && /* @__PURE__ */ h(
|
|
265
265
|
Ee,
|
|
266
266
|
{
|
|
267
267
|
copy: { title: a.dateRangeEditTitle },
|
|
268
268
|
isOpen: !0,
|
|
269
|
-
onClose: () =>
|
|
270
|
-
onPrimaryAction: () =>
|
|
269
|
+
onClose: () => x(!1),
|
|
270
|
+
onPrimaryAction: () => L(),
|
|
271
271
|
primaryText: a.dateRangeEditApply,
|
|
272
272
|
sx: {
|
|
273
273
|
"& .MuiDialogContent-root": {
|
|
@@ -275,14 +275,14 @@ const Be = () => {
|
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
277
|
children: [
|
|
278
|
-
|
|
278
|
+
g,
|
|
279
279
|
/* @__PURE__ */ e(
|
|
280
280
|
J,
|
|
281
281
|
{
|
|
282
282
|
copy: a.dateRangePickerCopy,
|
|
283
|
-
dateRange:
|
|
284
|
-
onRangeChanged:
|
|
285
|
-
selectedShortcut:
|
|
283
|
+
dateRange: C,
|
|
284
|
+
onRangeChanged: y,
|
|
285
|
+
selectedShortcut: s,
|
|
286
286
|
sx: {
|
|
287
287
|
pt: 0,
|
|
288
288
|
"& .MuiPickersLayout-toolbar": {
|
|
@@ -296,8 +296,8 @@ const Be = () => {
|
|
|
296
296
|
)
|
|
297
297
|
] });
|
|
298
298
|
}, we = Ie, ze = re(
|
|
299
|
-
({ calendarActions: o, dateRange:
|
|
300
|
-
const { displayedDateRange:
|
|
299
|
+
({ calendarActions: o, dateRange: d, dateRangeVariant: a }) => {
|
|
300
|
+
const { displayedDateRange: m } = oe(), { common: r } = ne(), n = {
|
|
301
301
|
dateRangePickerCopy: {
|
|
302
302
|
dateRangeFrom: r.date_range_picker.from,
|
|
303
303
|
dateRangeTo: r.date_range_picker.to,
|
|
@@ -315,13 +315,13 @@ const Be = () => {
|
|
|
315
315
|
dateRangeEditTitle: r.date_range_picker.edit_title,
|
|
316
316
|
dateRangeNextAria: r.date_range_picker.next_aria,
|
|
317
317
|
dateRangePreviousAria: r.date_range_picker.previous_aria
|
|
318
|
-
},
|
|
318
|
+
}, u = d ? d.start : m.start, c = d ? d.end : m.end;
|
|
319
319
|
return /* @__PURE__ */ e(
|
|
320
320
|
we,
|
|
321
321
|
{
|
|
322
322
|
calendarActions: o,
|
|
323
323
|
copy: n,
|
|
324
|
-
range: [
|
|
324
|
+
range: [u, c],
|
|
325
325
|
shouldShrinkToIcon: !1,
|
|
326
326
|
variant: a
|
|
327
327
|
}
|
|
@@ -330,40 +330,40 @@ const Be = () => {
|
|
|
330
330
|
), St = re(
|
|
331
331
|
({
|
|
332
332
|
actions: o,
|
|
333
|
-
allowedAccountTypes:
|
|
333
|
+
allowedAccountTypes: d,
|
|
334
334
|
calendarActions: a,
|
|
335
|
-
children:
|
|
335
|
+
children: m,
|
|
336
336
|
className: r = "mx-cmn-widget",
|
|
337
337
|
dateRange: n,
|
|
338
|
-
dateRangeVariant:
|
|
339
|
-
hasDivider:
|
|
340
|
-
onAccountsFilterClick:
|
|
341
|
-
onBackClick:
|
|
342
|
-
onMenuClick:
|
|
343
|
-
showAccountFilter:
|
|
344
|
-
slotComponent:
|
|
338
|
+
dateRangeVariant: u,
|
|
339
|
+
hasDivider: c = !1,
|
|
340
|
+
onAccountsFilterClick: M,
|
|
341
|
+
onBackClick: g,
|
|
342
|
+
onMenuClick: i,
|
|
343
|
+
showAccountFilter: _ = !0,
|
|
344
|
+
slotComponent: s,
|
|
345
345
|
sx: H = {},
|
|
346
|
-
title:
|
|
346
|
+
title: C = ""
|
|
347
347
|
}) => {
|
|
348
|
-
const [A, { height: Y, width:
|
|
348
|
+
const [A, { height: Y, width: x }] = ue(), { onEvent: W } = pe(), {
|
|
349
349
|
actionsFlex: G,
|
|
350
|
-
containerSquareCorners:
|
|
350
|
+
containerSquareCorners: S,
|
|
351
351
|
headerHeadingLevel: j,
|
|
352
352
|
headerPaddingBottom: O,
|
|
353
353
|
headerPaddingTop: $,
|
|
354
354
|
headerPaddingX: N,
|
|
355
|
-
iconSize:
|
|
356
|
-
isCompact:
|
|
355
|
+
iconSize: L,
|
|
356
|
+
isCompact: y,
|
|
357
357
|
isDesktop: B,
|
|
358
358
|
slotPaddingBottom: t
|
|
359
|
-
} = Be(), { isCopyLoaded:
|
|
359
|
+
} = Be(x), { isCopyLoaded: l } = oe(), { common: p } = ne(), {
|
|
360
360
|
config: { display_widget_headings: f }
|
|
361
361
|
} = he(), b = () => {
|
|
362
|
-
|
|
362
|
+
g && (g(), W(Ne.WIDGET_BACK_CLICK));
|
|
363
363
|
};
|
|
364
|
-
if (!
|
|
364
|
+
if (!l)
|
|
365
365
|
return /* @__PURE__ */ e(Oe, {});
|
|
366
|
-
const
|
|
366
|
+
const T = () => y && i ? /* @__PURE__ */ e(K, { color: "primary", onClick: i, sx: { p: 10 }, children: /* @__PURE__ */ e(k, { name: "menu_open", size: L, sx: { transform: "rotate(180deg)" } }) }) : g ? /* @__PURE__ */ e(
|
|
367
367
|
K,
|
|
368
368
|
{
|
|
369
369
|
"aria-label": p.back_to_dashboard,
|
|
@@ -372,12 +372,12 @@ const Be = () => {
|
|
|
372
372
|
sx: { p: 10 },
|
|
373
373
|
children: /* @__PURE__ */ e(ce, { size: 24 })
|
|
374
374
|
}
|
|
375
|
-
) : null,
|
|
375
|
+
) : null, D = a && /* @__PURE__ */ e(E, { alignItems: "center", sx: { pb: t, flex: 1, flexShrink: 0 }, children: /* @__PURE__ */ e(
|
|
376
376
|
ze,
|
|
377
377
|
{
|
|
378
378
|
calendarActions: a,
|
|
379
379
|
dateRange: n,
|
|
380
|
-
dateRangeVariant:
|
|
380
|
+
dateRangeVariant: u
|
|
381
381
|
}
|
|
382
382
|
) });
|
|
383
383
|
return /* @__PURE__ */ e(
|
|
@@ -385,7 +385,7 @@ const Be = () => {
|
|
|
385
385
|
{
|
|
386
386
|
className: r,
|
|
387
387
|
elevation: 1,
|
|
388
|
-
square:
|
|
388
|
+
square: S,
|
|
389
389
|
sx: { borderBottomLeftRadius: 0, borderBottomRightRadius: 0, ...H },
|
|
390
390
|
children: /* @__PURE__ */ h(se, { children: [
|
|
391
391
|
/* @__PURE__ */ h(
|
|
@@ -401,9 +401,9 @@ const Be = () => {
|
|
|
401
401
|
px: N
|
|
402
402
|
},
|
|
403
403
|
children: [
|
|
404
|
-
|
|
405
|
-
/* @__PURE__ */ e(E, { alignItems: "flex-start", minWidth: 0, sx: { flex: 1 }, children: f && /* @__PURE__ */ e(F, { sx: { width: "100%" }, truncate: !0, variant: j, children:
|
|
406
|
-
!
|
|
404
|
+
T(),
|
|
405
|
+
/* @__PURE__ */ e(E, { alignItems: "flex-start", minWidth: 0, sx: { flex: 1 }, children: f && /* @__PURE__ */ e(F, { sx: { width: "100%" }, truncate: !0, variant: j, children: C }) }),
|
|
406
|
+
!y && (s || D),
|
|
407
407
|
/* @__PURE__ */ h(
|
|
408
408
|
E,
|
|
409
409
|
{
|
|
@@ -412,11 +412,11 @@ const Be = () => {
|
|
|
412
412
|
justifyContent: "flex-end",
|
|
413
413
|
sx: { flex: G, flexShrink: 0 },
|
|
414
414
|
children: [
|
|
415
|
-
|
|
415
|
+
_ && /* @__PURE__ */ e(
|
|
416
416
|
ge,
|
|
417
417
|
{
|
|
418
|
-
allowedAccountTypes:
|
|
419
|
-
onAccountFilterClick:
|
|
418
|
+
allowedAccountTypes: d,
|
|
419
|
+
onAccountFilterClick: M
|
|
420
420
|
}
|
|
421
421
|
),
|
|
422
422
|
o?.map((q) => {
|
|
@@ -426,11 +426,11 @@ const Be = () => {
|
|
|
426
426
|
z,
|
|
427
427
|
{
|
|
428
428
|
onClick: X,
|
|
429
|
-
startIcon: /* @__PURE__ */ e(
|
|
429
|
+
startIcon: /* @__PURE__ */ e(k, { name: I, size: L }),
|
|
430
430
|
children: U
|
|
431
431
|
},
|
|
432
432
|
I
|
|
433
|
-
) : /* @__PURE__ */ e(K, { "aria-label": U, color: "primary", onClick: X, children: /* @__PURE__ */ e(
|
|
433
|
+
) : /* @__PURE__ */ e(K, { "aria-label": U, color: "primary", onClick: X, children: /* @__PURE__ */ e(k, { name: I, size: L }) }, I);
|
|
434
434
|
})
|
|
435
435
|
]
|
|
436
436
|
}
|
|
@@ -438,9 +438,9 @@ const Be = () => {
|
|
|
438
438
|
]
|
|
439
439
|
}
|
|
440
440
|
),
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
/* @__PURE__ */ e(le, { ref: A, children: /* @__PURE__ */ e(fe, { availableHeight: Y, availableWidth:
|
|
441
|
+
y && (s || D),
|
|
442
|
+
y && c && /* @__PURE__ */ e(de, {}),
|
|
443
|
+
/* @__PURE__ */ e(le, { ref: A, children: /* @__PURE__ */ e(fe, { availableHeight: Y, availableWidth: x, children: m }) })
|
|
444
444
|
] })
|
|
445
445
|
}
|
|
446
446
|
);
|
|
@@ -63,7 +63,7 @@ import { C as l3 } from "../ConnectionsDrawer-IA7vnv1J.mjs";
|
|
|
63
63
|
import { u as H1 } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
64
64
|
import { u as n1 } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
65
65
|
import { L as o1 } from "../Loader-D3rjKx72.mjs";
|
|
66
|
-
import { W as r3 } from "../WidgetContainer-
|
|
66
|
+
import { W as r3 } from "../WidgetContainer-DOSn19Ff.mjs";
|
|
67
67
|
import { M as v1 } from "../MiniWidgetContainer-Bhkv-hpz.mjs";
|
|
68
68
|
import { A as l2 } from "../AccountApi-ChQr5PAZ.mjs";
|
|
69
69
|
import { A as d2 } from "../AccountStore-DpYvNnql.mjs";
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -48,7 +48,7 @@ import { subDays as st } from "date-fns/subDays";
|
|
|
48
48
|
import it from "@mui/material/IconButton";
|
|
49
49
|
import { M as ct } from "../ManageIncome-Cc-wba0I.mjs";
|
|
50
50
|
import { u as ze } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
51
|
-
import { W as lt } from "../WidgetContainer-
|
|
51
|
+
import { W as lt } from "../WidgetContainer-DOSn19Ff.mjs";
|
|
52
52
|
import { u as dt, g as ut, C as mt } from "../BudgetUtil-CLhRnCoX.mjs";
|
|
53
53
|
import { M as gt } from "../MiniWidgetContainer-Bhkv-hpz.mjs";
|
|
54
54
|
import { b as we } from "../CategoryUtil-BVixr0d5.mjs";
|
|
@@ -40,7 +40,7 @@ import { M as st, S as ct, i as lt, d as Se, c as dt } from "../ManageIncome-Cc-
|
|
|
40
40
|
import { D as Ge } from "../Drawer-Bbe4AMB1.mjs";
|
|
41
41
|
import { subDays as Me } from "date-fns/subDays";
|
|
42
42
|
import { endOfToday as mt } from "date-fns/endOfToday";
|
|
43
|
-
import { W as ut } from "../WidgetContainer-
|
|
43
|
+
import { W as ut } from "../WidgetContainer-DOSn19Ff.mjs";
|
|
44
44
|
import { A as Ie } from "../Analytics-BYItVAe-.mjs";
|
|
45
45
|
import { A as J } from "../Account-BiB1F8lL.mjs";
|
|
46
46
|
import { formatISO as pt } from "date-fns/formatISO";
|
package/dist/common/index.es.js
CHANGED
|
@@ -11,7 +11,7 @@ import { H as W } from "../Help-B8mD4aLJ.mjs";
|
|
|
11
11
|
import { E as Lt } from "../Help-B8mD4aLJ.mjs";
|
|
12
12
|
import { M as Pt } from "../MicroWidgetContainer-B_EnfvCq.mjs";
|
|
13
13
|
import { M as Nt } from "../MiniWidgetContainer-Bhkv-hpz.mjs";
|
|
14
|
-
import { D as $t, W as Ft, u as Gt } from "../WidgetContainer-
|
|
14
|
+
import { D as $t, W as Ft, u as Gt } from "../WidgetContainer-DOSn19Ff.mjs";
|
|
15
15
|
import { C as Wt } from "../ConnectDrawer-C0wjwcJt.mjs";
|
|
16
16
|
import { f as q, c as Y, d as D } from "../BudgetUtil-CLhRnCoX.mjs";
|
|
17
17
|
import { a as Yt, b as Qt, C as zt, e as Vt, k as Kt, h as jt, j as Zt, l as Xt } from "../BudgetUtil-CLhRnCoX.mjs";
|
package/dist/debts/index.es.js
CHANGED
|
@@ -47,7 +47,7 @@ import dt from "@mui/material/Popover";
|
|
|
47
47
|
import { C as pt } from "../ConnectDrawer-C0wjwcJt.mjs";
|
|
48
48
|
import { u as ht } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
49
49
|
import { L as mt } from "../Loader-D3rjKx72.mjs";
|
|
50
|
-
import { W as ut } from "../WidgetContainer-
|
|
50
|
+
import { W as ut } from "../WidgetContainer-DOSn19Ff.mjs";
|
|
51
51
|
import { E as bt } from "../EmptyState-DHAkGsjk.mjs";
|
|
52
52
|
const _t = (n, o = 0, t = 0) => {
|
|
53
53
|
if (t === 0) return 0;
|
|
@@ -73,7 +73,7 @@ import vo from "@mui/material/Accordion";
|
|
|
73
73
|
import wo from "@mui/material/AccordionDetails";
|
|
74
74
|
import ko from "@mui/material/AccordionSummary";
|
|
75
75
|
import { u as Mo } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
76
|
-
import { W as Do } from "../WidgetContainer-
|
|
76
|
+
import { W as Do } from "../WidgetContainer-DOSn19Ff.mjs";
|
|
77
77
|
const Io = ({
|
|
78
78
|
dialScoreData: t,
|
|
79
79
|
dataIndex: o,
|
package/dist/goals/index.es.js
CHANGED
|
@@ -52,7 +52,7 @@ import { D as _t } from "../Dialog-Ck34yr-d.mjs";
|
|
|
52
52
|
import { u as Me } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
53
53
|
import { A as H } from "../Analytics-BYItVAe-.mjs";
|
|
54
54
|
import { L as Le } from "../Loader-D3rjKx72.mjs";
|
|
55
|
-
import { W as pt } from "../WidgetContainer-
|
|
55
|
+
import { W as pt } from "../WidgetContainer-DOSn19Ff.mjs";
|
|
56
56
|
import { E as ht } from "../EmptyState-DHAkGsjk.mjs";
|
|
57
57
|
import bt from "@mui/material/Stack/Stack";
|
|
58
58
|
import ft from "@mui/material/Box";
|
package/dist/help/index.es.js
CHANGED
|
@@ -4,7 +4,7 @@ import { H as s } from "../Help-D-laTbKu.mjs";
|
|
|
4
4
|
import { b as a } from "../hooks-BxkfR-Ff.mjs";
|
|
5
5
|
import { u as p } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
6
6
|
import { L as d } from "../Loader-D3rjKx72.mjs";
|
|
7
|
-
import { W as f } from "../WidgetContainer-
|
|
7
|
+
import { W as f } from "../WidgetContainer-DOSn19Ff.mjs";
|
|
8
8
|
const L = m(({ onBackClick: e, onMenuClick: i, sx: t }) => {
|
|
9
9
|
const { isInitialized: o } = a();
|
|
10
10
|
return p({
|
|
@@ -4,11 +4,14 @@ export * from './shared/ChartDrawerTemplate/ChartDrawerTemplate';
|
|
|
4
4
|
export { default as ChartTransactionWithDrillDown } from './shared/ChartTransactionWithDrillDown';
|
|
5
5
|
export * from './shared/Confetti';
|
|
6
6
|
export { default as ConnectionCard } from './shared/ConnectionCard';
|
|
7
|
+
export { default as Coupon } from './shared/Coupon';
|
|
7
8
|
export * from './shared/GoalProgress';
|
|
8
9
|
export * from './shared/GradientBox';
|
|
9
10
|
export * from './shared/MiniInsightCard';
|
|
10
11
|
export * from './shared/MenuAction';
|
|
11
12
|
export * from './shared/ProgressBar';
|
|
13
|
+
export { default as SaveEnoughToLiveOnBottomSection } from './shared/SaveEnoughToLiveOnBottomSection';
|
|
14
|
+
export { default as SaveEnoughToLiveOnTopSection } from './shared/SaveEnoughToLiveOnTopSection';
|
|
12
15
|
export { default as StatusIndicator } from './shared/StatusIndicator';
|
|
13
16
|
export { default as TransactionCard } from './shared/TransactionCard';
|
|
14
17
|
export * from './shared/Charts';
|
|
@@ -42,3 +45,4 @@ export { DirectDepositDeepLink } from './shared/DeepLinks/DirectDeposit/DirectDe
|
|
|
42
45
|
export * from './feed/Header';
|
|
43
46
|
export * from './shared/InsightsCard/BeatCardMUI';
|
|
44
47
|
export * from './shared/InsightsCard/CardHeaderMUI';
|
|
48
|
+
export * from './shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
interface Copy {
|
|
2
|
+
aria_label_close_drawer: string;
|
|
3
|
+
aria_label_thumbs_down: string;
|
|
4
|
+
aria_label_thumbs_up: string;
|
|
5
|
+
benefits_list_array: string[];
|
|
6
|
+
connection_details_drawer_title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
footer_title: string;
|
|
9
|
+
header_text: string;
|
|
10
|
+
shared_info_description: string;
|
|
11
|
+
shared_info_header_text: string;
|
|
12
|
+
shared_info_list_array: Array<{
|
|
13
|
+
content: string;
|
|
14
|
+
icon_name: string;
|
|
15
|
+
title: string;
|
|
16
|
+
}>;
|
|
17
|
+
}
|
|
18
|
+
interface ConnectionDetailsProps {
|
|
19
|
+
copy: Copy;
|
|
20
|
+
isOpen: boolean;
|
|
21
|
+
onClose: () => void;
|
|
22
|
+
sendResponseAnalytics: (str: string) => void;
|
|
23
|
+
}
|
|
24
|
+
declare const ConnectionDetails: ({ copy, isOpen, onClose, sendResponseAnalytics, }: ConnectionDetailsProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export default ConnectionDetails;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SxProps, Theme } from '@mui/material/styles';
|
|
2
|
+
interface CouponProps {
|
|
3
|
+
amount: string;
|
|
4
|
+
label: string;
|
|
5
|
+
sx?: SxProps<Theme>;
|
|
6
|
+
}
|
|
7
|
+
declare const Coupon: ({ amount, label, sx }: CouponProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default Coupon;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface P2PCategorizationSingleAccountProps {
|
|
2
|
+
amount?: string;
|
|
3
|
+
categorized?: string;
|
|
4
|
+
categoryGuid: string;
|
|
5
|
+
merchantGuid: string;
|
|
6
|
+
merchantName: string;
|
|
7
|
+
isSuccessState?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const P2PCategorizationSingleAccount: React.FC<P2PCategorizationSingleAccountProps>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SaveEnoughToLiveOnBottomSectionProps {
|
|
2
|
+
content: string;
|
|
3
|
+
leftLabel: string;
|
|
4
|
+
leftValue: string;
|
|
5
|
+
rightLabel: string;
|
|
6
|
+
rightValue: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SaveEnoughToLiveOnBottomSection: ({ content, leftLabel, leftValue, rightLabel, rightValue, }: SaveEnoughToLiveOnBottomSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export default SaveEnoughToLiveOnBottomSection;
|