@mx-cartographer/experiences 7.2.15-alpha.sms3 → 7.2.16-alpha.mm0

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.
@@ -1,56 +1,56 @@
1
- import { jsx as e, jsxs as r, Fragment as v } from "react/jsx-runtime";
2
- import { fromUnixTime as Se } from "date-fns/fromUnixTime";
1
+ import { jsx as t, jsxs as r, Fragment as v } from "react/jsx-runtime";
2
+ import { fromUnixTime as _t } from "date-fns/fromUnixTime";
3
3
  import { observer as w } from "mobx-react-lite";
4
4
  import { useTheme as z } from "@mui/material/styles";
5
5
  import { u as Z } from "../useScreenSize-B6JyS_Lj.mjs";
6
- import { q as _e, u as T, d as J, g as Q, b as P, r as ee } from "../hooks-D6XlXHf4.mjs";
7
- import { f as we, D as be } from "../Dialog-CWW597AF.mjs";
8
- import { L as We } from "../LineChart-D4GI7nVh.mjs";
6
+ import { q as wt, u as T, d as J, g as Q, b as P, r as tt, n as bt } from "../hooks-D6XlXHf4.mjs";
7
+ import { f as Wt, D as vt } from "../Dialog-CWW597AF.mjs";
8
+ import { L as It } from "../LineChart-D4GI7nVh.mjs";
9
9
  import W from "@mui/material/Divider";
10
10
  import B from "@mui/material/List";
11
11
  import E from "@mui/material/ListSubheader";
12
12
  import h from "@mui/material/Stack";
13
- import { Text as m, Icon as H, H1 as ve, P as Ie } from "@mxenabled/mxui";
13
+ import { Text as m, Icon as H, H1 as Tt, P as Lt } from "@mxenabled/mxui";
14
14
  import d from "react";
15
15
  import k from "@mui/material/ListItem";
16
- import te from "@mui/material/ListItemButton";
16
+ import et from "@mui/material/ListItemButton";
17
17
  import _ from "@mui/material/ListItemText";
18
- import { i as ne } from "../DateUtil-BcuH7ErC.mjs";
18
+ import { i as nt } from "../DateUtil-BcuH7ErC.mjs";
19
19
  import { C as y } from "../CurrencyText-kyC1aseI.mjs";
20
- import { Button as Te, Stack as Le } from "@mui/material";
21
- import { format as Ne, fromUnixTime as De, differenceInMonths as Ee } from "date-fns";
20
+ import { Button as Nt, Stack as Dt } from "@mui/material";
21
+ import { format as Et, fromUnixTime as kt, differenceInMonths as At } from "date-fns";
22
22
  import { g as K } from "../NetWorthStore-D1NiDUcc.mjs";
23
- import { N as Ot } from "../NetWorthStore-D1NiDUcc.mjs";
24
- import { Icon as oe } from "@mxenabled/mx-icons";
23
+ import { N as Re } from "../NetWorthStore-D1NiDUcc.mjs";
24
+ import { Icon as ot } from "@mxenabled/mx-icons";
25
25
  import { f as U } from "../NumberFormatting-Buh7u8Oi.mjs";
26
- import { A as b, W as ke } from "../WidgetContainer-EbrN1oIo.mjs";
26
+ import { A as b, W as Mt } from "../WidgetContainer-EbrN1oIo.mjs";
27
27
  import { L as O } from "../Loader-DUaFpDGv.mjs";
28
- import { M as Ae } from "../MicroWidgetContainer-DpeqN9n3.mjs";
29
- import re from "@mui/material/Box";
30
- import { C as Me } from "../ConnectionsDrawer-BDvVuJQf.mjs";
31
- import He from "@mui/material/Collapse";
28
+ import { M as Ht } from "../MicroWidgetContainer-DpeqN9n3.mjs";
29
+ import rt from "@mui/material/Box";
30
+ import { C as Bt } from "../ConnectionsDrawer-BDvVuJQf.mjs";
31
+ import Ot from "@mui/material/Collapse";
32
32
  import V from "@mui/material/ListItemIcon";
33
- import ie from "@mui/material/styles/useTheme";
34
- import { E as Be } from "../EmptyState-DA_lfRBv.mjs";
33
+ import it from "@mui/material/styles/useTheme";
34
+ import { E as zt } from "../EmptyState-DA_lfRBv.mjs";
35
35
  import { D as Y } from "../Drawer-kEE73B87.mjs";
36
- const Oe = ({
37
- chartData: t,
36
+ const Rt = ({
37
+ chartData: e,
38
38
  hoveredData: l,
39
39
  onDataClick: i,
40
40
  onMouseEnter: n,
41
41
  onMouseLeave: s,
42
42
  selectedData: o
43
43
  }) => {
44
- const { isMobile: a } = Z(), { availableWidth: c } = _e(), u = z(), C = c - 320, x = t.map((f) => ({
45
- x: we(Se(f.x), be.MONTH_SHORT),
44
+ const { isMobile: a } = Z(), { availableWidth: c } = wt(), u = z(), C = c - 320, x = e.map((f) => ({
45
+ x: Wt(_t(f.x), vt.MONTH_SHORT),
46
46
  y: f.y
47
- })), g = o ? { index: t.findIndex((f) => f.x === o.x) } : void 0, S = l ? { index: t.findIndex((f) => f.x === l.x) } : void 0, p = (f) => ({
47
+ })), g = o ? { index: e.findIndex((f) => f.x === o.x) } : void 0, S = l ? { index: e.findIndex((f) => f.x === l.x) } : void 0, p = (f) => ({
48
48
  fill: f === g?.index ? u.palette.success.main : "",
49
49
  filter: f === S?.index ? `drop-shadow(0px 0px 10px ${u.palette.success.main})` : "none",
50
50
  stroke: u.palette.success.main
51
51
  });
52
- return /* @__PURE__ */ e(
53
- We,
52
+ return /* @__PURE__ */ t(
53
+ It,
54
54
  {
55
55
  baseline: "min",
56
56
  colors: [u.palette.success.main],
@@ -69,8 +69,8 @@ const Oe = ({
69
69
  width: a ? 320 : C
70
70
  }
71
71
  );
72
- }, ze = w(Oe), Re = ({
73
- item: t,
72
+ }, jt = w(Rt), $t = ({
73
+ item: e,
74
74
  getStyles: l,
75
75
  isHovered: i = !1,
76
76
  isSelected: n = !1,
@@ -82,9 +82,9 @@ const Oe = ({
82
82
  color: ""
83
83
  });
84
84
  return d.useEffect(() => {
85
- u(l(t));
85
+ u(l(e));
86
86
  }, [i, n]), /* @__PURE__ */ r(d.Fragment, { children: [
87
- /* @__PURE__ */ e(
87
+ /* @__PURE__ */ t(
88
88
  k,
89
89
  {
90
90
  sx: {
@@ -92,19 +92,19 @@ const Oe = ({
92
92
  minHeight: 44,
93
93
  "&:hover": { color: n ? "inherit" : c.color }
94
94
  },
95
- children: /* @__PURE__ */ e(
96
- te,
95
+ children: /* @__PURE__ */ t(
96
+ et,
97
97
  {
98
- onClick: (C) => s?.(C, t.x),
99
- onMouseEnter: () => o(t.x),
98
+ onClick: (C) => s?.(C, e.x),
99
+ onMouseEnter: () => o(e.x),
100
100
  onMouseLeave: () => a(),
101
101
  sx: { minHeight: 20, padding: 12 },
102
- children: /* @__PURE__ */ e(
102
+ children: /* @__PURE__ */ t(
103
103
  _,
104
104
  {
105
105
  primary: /* @__PURE__ */ r(h, { direction: "row", justifyContent: "space-between", sx: { fontWeight: 400 }, children: [
106
- /* @__PURE__ */ e(m, { variant: "Body", children: ne(t.x) }),
107
- /* @__PURE__ */ e(y, { amount: t.y, sx: { color: "inherit" }, variant: "Body" })
106
+ /* @__PURE__ */ t(m, { variant: "Body", children: nt(e.x) }),
107
+ /* @__PURE__ */ t(y, { amount: e.y, sx: { color: "inherit" }, variant: "Body" })
108
108
  ] })
109
109
  }
110
110
  )
@@ -112,10 +112,10 @@ const Oe = ({
112
112
  )
113
113
  }
114
114
  ),
115
- /* @__PURE__ */ e(W, {})
116
- ] }, t.x);
117
- }, je = w(Re), $e = ({
118
- chartData: t,
115
+ /* @__PURE__ */ t(W, {})
116
+ ] }, e.x);
117
+ }, Gt = w($t), Xt = ({
118
+ chartData: e,
119
119
  hoveredData: l,
120
120
  onDataClick: i,
121
121
  onButtonClick: n,
@@ -133,10 +133,10 @@ const Oe = ({
133
133
  };
134
134
  return /* @__PURE__ */ r(h, { direction: "column", sx: { width: 320 }, children: [
135
135
  /* @__PURE__ */ r(B, { children: [
136
- /* @__PURE__ */ e(E, { sx: { backgroundColor: "transparent", mb: 8, mt: 12, px: 12 }, children: /* @__PURE__ */ e(m, { bold: !0, component: "h2", variant: "Body", children: c.monthly_totals }) }),
137
- /* @__PURE__ */ e(W, {}),
138
- t.map((x, g) => /* @__PURE__ */ e(
139
- je,
136
+ /* @__PURE__ */ t(E, { sx: { backgroundColor: "transparent", mb: 8, mt: 12, px: 12 }, children: /* @__PURE__ */ t(m, { bold: !0, component: "h2", variant: "Body", children: c.monthly_totals }) }),
137
+ /* @__PURE__ */ t(W, {}),
138
+ e.map((x, g) => /* @__PURE__ */ t(
139
+ Gt,
140
140
  {
141
141
  getStyles: C,
142
142
  isHovered: x.x === l?.x,
@@ -149,8 +149,8 @@ const Oe = ({
149
149
  x.x
150
150
  ))
151
151
  ] }),
152
- /* @__PURE__ */ e(
153
- Te,
152
+ /* @__PURE__ */ t(
153
+ Nt,
154
154
  {
155
155
  onClick: () => n(),
156
156
  sx: { alignSelf: "center", marginTop: 16, width: "fit-content" },
@@ -159,16 +159,16 @@ const Oe = ({
159
159
  }
160
160
  )
161
161
  ] });
162
- }, Ge = w($e), Xe = ({
163
- currencyLabel: t,
162
+ }, Ft = w(Xt), Kt = ({
163
+ currencyLabel: e,
164
164
  currencyVariant: l = "Small",
165
165
  iconSize: i,
166
166
  netWorth: n,
167
167
  theme: s
168
168
  }) => {
169
169
  let o = s.palette.secondary.main, a = s.palette.secondary.main, c = "trending_flat";
170
- return n.change < 0 ? c = "trending_down" : n.change > 0 && (o = s.palette.success.main, a = s.palette.success.main, c = "trending_up"), /* @__PURE__ */ r(Le, { alignItems: "center", direction: "row", spacing: 4, children: [
171
- /* @__PURE__ */ e(
170
+ return n.change < 0 ? c = "trending_down" : n.change > 0 && (o = s.palette.success.main, a = s.palette.success.main, c = "trending_up"), /* @__PURE__ */ r(Dt, { alignItems: "center", direction: "row", spacing: 4, children: [
171
+ /* @__PURE__ */ t(
172
172
  H,
173
173
  {
174
174
  name: c,
@@ -178,85 +178,85 @@ const Oe = ({
178
178
  }
179
179
  }
180
180
  ),
181
- /* @__PURE__ */ e(y, { amount: n.change, color: a, variant: l }),
182
- /* @__PURE__ */ e(m, { variant: "Small", children: t })
181
+ /* @__PURE__ */ t(y, { amount: n.change, color: a, variant: l }),
182
+ /* @__PURE__ */ t(m, { variant: "Small", children: e })
183
183
  ] });
184
- }, R = w(Xe), Fe = ({ hoveredData: t, selectedData: l }) => {
185
- const { net_worth: i } = T(), n = z(), s = t || l, o = Ne(De(s.x), "MMMM");
184
+ }, R = w(Kt), Ut = ({ hoveredData: e, selectedData: l }) => {
185
+ const { net_worth: i } = T(), n = z(), s = e || l, o = Et(kt(s.x), "MMMM");
186
186
  return /* @__PURE__ */ r(h, { alignItems: "center", direction: "column", m: 24, children: [
187
- /* @__PURE__ */ e(m, { color: n.palette.secondary.main, variant: "Small", children: `${o} ${i.net_worth}` }),
188
- /* @__PURE__ */ e(y, { amount: s.y, variant: "H2" }),
189
- /* @__PURE__ */ e(R, { currencyLabel: i.this_month, netWorth: s, theme: n })
187
+ /* @__PURE__ */ t(m, { color: n.palette.secondary.main, variant: "Small", children: `${o} ${i.net_worth}` }),
188
+ /* @__PURE__ */ t(y, { amount: s.y, variant: "H2" }),
189
+ /* @__PURE__ */ t(R, { currencyLabel: i.this_month, netWorth: s, theme: n })
190
190
  ] });
191
- }, Ke = w(Fe), Ue = ({ amount: t, copy: l, trendValue: i }) => {
191
+ }, Vt = w(Ut), Yt = ({ amount: e, copy: l, trendValue: i }) => {
192
192
  const n = i > 0, o = i === 0 ? "trending_flat" : n ? "trending_up" : "trending_down";
193
193
  return /* @__PURE__ */ r(h, { sx: { flexDirection: "row", justifyContent: "space-between" }, children: [
194
- /* @__PURE__ */ e(ve, { children: U(t, "0,0") }),
195
- t !== 0 && /* @__PURE__ */ r(h, { sx: { color: n ? "success.main" : "text.secondary" }, children: [
194
+ /* @__PURE__ */ t(Tt, { children: U(e, "0,0") }),
195
+ e !== 0 && /* @__PURE__ */ r(h, { sx: { color: n ? "success.main" : "text.secondary" }, children: [
196
196
  /* @__PURE__ */ r(h, { sx: { flexDirection: "row", gap: 8 }, children: [
197
- /* @__PURE__ */ e(oe, { name: o, size: 20 }),
198
- /* @__PURE__ */ e(m, { sx: { fontWeight: 600, textAlign: "right" }, variant: "body1", children: U(i, "0,0.00") })
197
+ /* @__PURE__ */ t(ot, { name: o, size: 20 }),
198
+ /* @__PURE__ */ t(m, { sx: { fontWeight: 600, textAlign: "right" }, variant: "body1", children: U(i, "0,0.00") })
199
199
  ] }),
200
- /* @__PURE__ */ e(m, { sx: { display: "block", textAlign: "right" }, variant: "caption", children: l.this_month })
200
+ /* @__PURE__ */ t(m, { sx: { display: "block", textAlign: "right" }, variant: "caption", children: l.this_month })
201
201
  ] })
202
202
  ] });
203
- }, Ve = ({ copy: t }) => /* @__PURE__ */ r(h, { sx: { flexDirection: "row", gap: 12 }, children: [
204
- /* @__PURE__ */ e(oe, { name: "elevation", size: 32, sx: { color: "text.primary" } }),
203
+ }, qt = ({ copy: e }) => /* @__PURE__ */ r(h, { sx: { flexDirection: "row", gap: 12 }, children: [
204
+ /* @__PURE__ */ t(ot, { name: "elevation", size: 32, sx: { color: "text.primary" } }),
205
205
  /* @__PURE__ */ r(h, { children: [
206
- /* @__PURE__ */ e(m, { sx: { display: "block", fontWeight: 600 }, variant: "body1", children: t.empty_widget_header }),
207
- /* @__PURE__ */ e(Ie, { sx: { color: "text.secondary" }, variant: "body2", children: t.zero_state_description })
206
+ /* @__PURE__ */ t(m, { sx: { display: "block", fontWeight: 600 }, variant: "body1", children: e.empty_widget_header }),
207
+ /* @__PURE__ */ t(Lt, { sx: { color: "text.secondary" }, variant: "body2", children: e.zero_state_description })
208
208
  ] })
209
- ] }), At = w(({ onCTAClick: t }) => {
210
- const [l, i] = d.useState(!1), { visibleAccounts: n } = J(), { onEvent: s } = Q(), { net_worth: o, common: a } = T(), { isInitialized: c, selectedAccounts: u, setSelectedAccounts: C } = P(), { loadChartData: x, loadNetWorthData: g, netWorthData: S, selectedData: p } = ee(), f = async () => {
209
+ ] }), He = w(({ onCTAClick: e }) => {
210
+ const [l, i] = d.useState(!1), { visibleAccounts: n } = J(), { onEvent: s } = Q(), { net_worth: o, common: a } = T(), { isInitialized: c, selectedAccounts: u, setSelectedAccounts: C } = P(), { loadChartData: x, loadNetWorthData: g, netWorthData: S, selectedData: p } = tt(), f = async () => {
211
211
  await g(u), await x(1), i(!0);
212
212
  };
213
213
  if (d.useEffect(() => C(n), [n]), d.useEffect(() => {
214
214
  c && f().finally(), s(b.NET_WORTH_LOAD_WIDGET, {
215
215
  state: n?.length ? "default" : "zeroState"
216
216
  });
217
- }, [c]), !l) return /* @__PURE__ */ e(O, { height: 100 });
217
+ }, [c]), !l) return /* @__PURE__ */ t(O, { height: 100 });
218
218
  const L = () => {
219
219
  s(
220
220
  n.length ? b.NET_WORTH_CLICK_VIEW_DETAILS : b.NET_WORTH_CLICK_GET_STARTED
221
- ), t();
221
+ ), e();
222
222
  };
223
- return /* @__PURE__ */ e(
224
- Ae,
223
+ return /* @__PURE__ */ t(
224
+ Ht,
225
225
  {
226
226
  className: "mx-networth-microwidget",
227
227
  ctaLabel: a.see_details,
228
228
  onCTAClick: L,
229
229
  title: o.net_worth,
230
- children: S.accounts.length ? /* @__PURE__ */ e(
231
- Ue,
230
+ children: S.accounts.length ? /* @__PURE__ */ t(
231
+ Yt,
232
232
  {
233
233
  amount: p?.y,
234
234
  copy: o,
235
235
  trendValue: p?.change
236
236
  }
237
- ) : /* @__PURE__ */ e(Ve, { copy: o })
237
+ ) : /* @__PURE__ */ t(qt, { copy: o })
238
238
  }
239
239
  );
240
- }), Ye = ({ accounts: t, name: l, icon: i }) => {
240
+ }), Zt = ({ accounts: e, name: l, icon: i }) => {
241
241
  const [n, s] = d.useState(!1);
242
242
  return /* @__PURE__ */ r(v, { children: [
243
- /* @__PURE__ */ e(k, { sx: (o) => ({ backgroundColor: o.palette.background.paper }), children: /* @__PURE__ */ r(te, { onClick: () => s(!n), children: [
244
- i && /* @__PURE__ */ e(V, { children: /* @__PURE__ */ e(H, { name: i, size: 24, sx: { mr: 12 } }) }),
245
- /* @__PURE__ */ e(
243
+ /* @__PURE__ */ t(k, { sx: (o) => ({ backgroundColor: o.palette.background.paper }), children: /* @__PURE__ */ r(et, { onClick: () => s(!n), children: [
244
+ i && /* @__PURE__ */ t(V, { children: /* @__PURE__ */ t(H, { name: i, size: 24, sx: { mr: 12 } }) }),
245
+ /* @__PURE__ */ t(
246
246
  _,
247
247
  {
248
- primary: /* @__PURE__ */ e(m, { sx: { fontWeight: 700 }, variant: "Body", children: l })
248
+ primary: /* @__PURE__ */ t(m, { sx: { fontWeight: 700 }, variant: "Body", children: l })
249
249
  }
250
250
  ),
251
- /* @__PURE__ */ e(V, { children: n ? /* @__PURE__ */ e(H, { name: "expand_less", size: 24 }) : /* @__PURE__ */ e(H, { name: "expand_more", size: 24 }) })
251
+ /* @__PURE__ */ t(V, { children: n ? /* @__PURE__ */ t(H, { name: "expand_less", size: 24 }) : /* @__PURE__ */ t(H, { name: "expand_more", size: 24 }) })
252
252
  ] }) }),
253
- /* @__PURE__ */ e(W, {}),
254
- /* @__PURE__ */ e(He, { in: n, timeout: "auto", unmountOnExit: !0, children: t.map((o, a) => /* @__PURE__ */ r(B, { children: [
255
- /* @__PURE__ */ e(k, { sx: () => ({ py: 14 }), children: /* @__PURE__ */ e(
253
+ /* @__PURE__ */ t(W, {}),
254
+ /* @__PURE__ */ t(Ot, { in: n, timeout: "auto", unmountOnExit: !0, children: e.map((o, a) => /* @__PURE__ */ r(B, { children: [
255
+ /* @__PURE__ */ t(k, { sx: () => ({ py: 14 }), children: /* @__PURE__ */ t(
256
256
  _,
257
257
  {
258
258
  primary: /* @__PURE__ */ r(h, { direction: "row", justifyContent: "space-between", sx: { fontWeight: 400 }, children: [
259
- /* @__PURE__ */ e(
259
+ /* @__PURE__ */ t(
260
260
  m,
261
261
  {
262
262
  sx: {
@@ -266,7 +266,7 @@ const Oe = ({
266
266
  children: o.accountName
267
267
  }
268
268
  ),
269
- /* @__PURE__ */ e(
269
+ /* @__PURE__ */ t(
270
270
  y,
271
271
  {
272
272
  amount: o.balance,
@@ -280,20 +280,20 @@ const Oe = ({
280
280
  sx: { pl: 72, pr: 16 }
281
281
  }
282
282
  ) }),
283
- a < t.length - 1 ? /* @__PURE__ */ e(W, { variant: "inset" }) : /* @__PURE__ */ e(W, {})
283
+ a < e.length - 1 ? /* @__PURE__ */ t(W, { variant: "inset" }) : /* @__PURE__ */ t(W, {})
284
284
  ] }, o.accountName)) })
285
285
  ] });
286
- }, q = ({ groupedAccounts: t }) => /* @__PURE__ */ e(v, { children: t.map(({ accounts: l, icon: i, name: n }) => /* @__PURE__ */ e(Ye, { accounts: l, icon: i, name: n }, n)) }), qe = ({
287
- netWorth: t,
286
+ }, q = ({ groupedAccounts: e }) => /* @__PURE__ */ t(v, { children: e.map(({ accounts: l, icon: i, name: n }) => /* @__PURE__ */ t(Zt, { accounts: l, icon: i, name: n }, n)) }), Jt = ({
287
+ netWorth: e,
288
288
  assets: l,
289
289
  liabilities: i,
290
290
  totalAssets: n,
291
291
  totalLiabilities: s
292
292
  }) => {
293
- const { net_worth: o } = T(), a = ie();
293
+ const { net_worth: o } = T(), a = it();
294
294
  return /* @__PURE__ */ r(v, { children: [
295
295
  /* @__PURE__ */ r(
296
- re,
296
+ rt,
297
297
  {
298
298
  sx: {
299
299
  alignItems: "center",
@@ -304,14 +304,14 @@ const Oe = ({
304
304
  marginBottom: 8
305
305
  },
306
306
  children: [
307
- /* @__PURE__ */ e(m, { variant: "Body", children: o.current_net_worth }),
308
- /* @__PURE__ */ e(y, { amount: t?.y ?? 0, variant: "H1" }),
309
- t && /* @__PURE__ */ e(
307
+ /* @__PURE__ */ t(m, { variant: "Body", children: o.current_net_worth }),
308
+ /* @__PURE__ */ t(y, { amount: e?.y ?? 0, variant: "H1" }),
309
+ e && /* @__PURE__ */ t(
310
310
  R,
311
311
  {
312
312
  currencyLabel: o.this_month,
313
313
  iconSize: 20,
314
- netWorth: t,
314
+ netWorth: e,
315
315
  theme: a
316
316
  }
317
317
  )
@@ -319,59 +319,59 @@ const Oe = ({
319
319
  }
320
320
  ),
321
321
  /* @__PURE__ */ r(B, { children: [
322
- /* @__PURE__ */ e(E, { sx: { mb: 8, mt: 12, mx: 8 }, children: /* @__PURE__ */ e(
322
+ /* @__PURE__ */ t(E, { sx: { mb: 8, mt: 12, mx: 8 }, children: /* @__PURE__ */ t(
323
323
  _,
324
324
  {
325
325
  primary: /* @__PURE__ */ r(h, { direction: "row", justifyContent: "space-between", children: [
326
- /* @__PURE__ */ e(m, { sx: { fontWeight: 700 }, variant: "XSmall", children: o.assets }),
327
- /* @__PURE__ */ e(y, { amount: n, sx: { fontWeight: 400 }, variant: "XSmall" })
326
+ /* @__PURE__ */ t(m, { sx: { fontWeight: 700 }, variant: "XSmall", children: o.assets }),
327
+ /* @__PURE__ */ t(y, { amount: n, sx: { fontWeight: 400 }, variant: "XSmall" })
328
328
  ] })
329
329
  }
330
330
  ) }),
331
- /* @__PURE__ */ e(q, { groupedAccounts: K(l) }),
332
- /* @__PURE__ */ e(E, { sx: { mb: 8, mt: 12, mx: 8 }, children: /* @__PURE__ */ e(
331
+ /* @__PURE__ */ t(q, { groupedAccounts: K(l) }),
332
+ /* @__PURE__ */ t(E, { sx: { mb: 8, mt: 12, mx: 8 }, children: /* @__PURE__ */ t(
333
333
  _,
334
334
  {
335
335
  primary: /* @__PURE__ */ r(h, { direction: "row", justifyContent: "space-between", children: [
336
- /* @__PURE__ */ e(m, { sx: { fontWeight: 700 }, variant: "XSmall", children: o.liabilities }),
337
- /* @__PURE__ */ e(y, { amount: s, sx: { fontWeight: 400 }, variant: "XSmall" })
336
+ /* @__PURE__ */ t(m, { sx: { fontWeight: 700 }, variant: "XSmall", children: o.liabilities }),
337
+ /* @__PURE__ */ t(y, { amount: s, sx: { fontWeight: 400 }, variant: "XSmall" })
338
338
  ] })
339
339
  }
340
340
  ) }),
341
- /* @__PURE__ */ e(q, { groupedAccounts: K(i) })
341
+ /* @__PURE__ */ t(q, { groupedAccounts: K(i) })
342
342
  ] })
343
343
  ] });
344
- }, Ze = w(qe), Je = ({
345
- netWorth: t,
344
+ }, Qt = w(Jt), Pt = ({
345
+ netWorth: e,
346
346
  gains: l,
347
347
  losses: i,
348
348
  totalGains: n,
349
349
  totalLosses: s
350
350
  }) => {
351
- const { net_worth: o } = T(), a = ie();
351
+ const { net_worth: o } = T(), a = it();
352
352
  return /* @__PURE__ */ r(v, { children: [
353
353
  /* @__PURE__ */ r(h, { alignItems: "center", justifyContent: "space-between", mb: 8, pt: 24, children: [
354
- /* @__PURE__ */ e(m, { variant: "Small", children: ne(t?.x) }),
355
- /* @__PURE__ */ e(m, { variant: "Body", children: o.total_change }),
356
- t && /* @__PURE__ */ e(R, { currencyVariant: "H1", iconSize: 32, netWorth: t, theme: a })
354
+ /* @__PURE__ */ t(m, { variant: "Small", children: nt(e?.x) }),
355
+ /* @__PURE__ */ t(m, { variant: "Body", children: o.total_change }),
356
+ e && /* @__PURE__ */ t(R, { currencyVariant: "H1", iconSize: 32, netWorth: e, theme: a })
357
357
  ] }),
358
358
  /* @__PURE__ */ r(B, { children: [
359
- /* @__PURE__ */ e(E, { sx: { mb: 8, mt: 12, mx: 8 }, children: /* @__PURE__ */ e(
359
+ /* @__PURE__ */ t(E, { sx: { mb: 8, mt: 12, mx: 8 }, children: /* @__PURE__ */ t(
360
360
  _,
361
361
  {
362
362
  primary: /* @__PURE__ */ r(h, { direction: "row", justifyContent: "space-between", children: [
363
- /* @__PURE__ */ e(m, { sx: { fontWeight: 700 }, variant: "XSmall", children: o.gains }),
364
- /* @__PURE__ */ e(y, { amount: n, sx: { fontWeight: 400 }, variant: "XSmall" })
363
+ /* @__PURE__ */ t(m, { sx: { fontWeight: 700 }, variant: "XSmall", children: o.gains }),
364
+ /* @__PURE__ */ t(y, { amount: n, sx: { fontWeight: 400 }, variant: "XSmall" })
365
365
  ] })
366
366
  }
367
367
  ) }),
368
368
  l?.map((c) => /* @__PURE__ */ r(d.Fragment, { children: [
369
- /* @__PURE__ */ e(k, { sx: { backgroundColor: a.palette.background.paper, py: 14 }, children: /* @__PURE__ */ e(
369
+ /* @__PURE__ */ t(k, { sx: { backgroundColor: a.palette.background.paper, py: 14 }, children: /* @__PURE__ */ t(
370
370
  _,
371
371
  {
372
372
  primary: /* @__PURE__ */ r(h, { direction: "row", justifyContent: "space-between", children: [
373
- /* @__PURE__ */ e(m, { sx: { mr: 10 }, variant: "Body", children: c.accountName }),
374
- /* @__PURE__ */ e(
373
+ /* @__PURE__ */ t(m, { sx: { mr: 10 }, variant: "Body", children: c.accountName }),
374
+ /* @__PURE__ */ t(
375
375
  y,
376
376
  {
377
377
  amount: c.gain,
@@ -383,27 +383,27 @@ const Oe = ({
383
383
  sx: { px: 16 }
384
384
  }
385
385
  ) }),
386
- /* @__PURE__ */ e(W, {})
386
+ /* @__PURE__ */ t(W, {})
387
387
  ] }, c.accountName)),
388
- /* @__PURE__ */ e(E, { sx: { mb: 8, mt: 12, mx: 8 }, children: /* @__PURE__ */ e(
388
+ /* @__PURE__ */ t(E, { sx: { mb: 8, mt: 12, mx: 8 }, children: /* @__PURE__ */ t(
389
389
  _,
390
390
  {
391
391
  primary: /* @__PURE__ */ r(h, { direction: "row", justifyContent: "space-between", children: [
392
- /* @__PURE__ */ e(m, { sx: { fontWeight: 700 }, variant: "XSmall", children: o.losses }),
393
- /* @__PURE__ */ e(y, { amount: s, sx: { fontWeight: 400 }, variant: "XSmall" })
392
+ /* @__PURE__ */ t(m, { sx: { fontWeight: 700 }, variant: "XSmall", children: o.losses }),
393
+ /* @__PURE__ */ t(y, { amount: s, sx: { fontWeight: 400 }, variant: "XSmall" })
394
394
  ] })
395
395
  }
396
396
  ) }),
397
397
  i?.map((c) => /* @__PURE__ */ r(v, { children: [
398
- /* @__PURE__ */ e(
398
+ /* @__PURE__ */ t(
399
399
  k,
400
400
  {
401
401
  sx: { backgroundColor: a.palette.background.paper, py: 14 },
402
- children: /* @__PURE__ */ e(
402
+ children: /* @__PURE__ */ t(
403
403
  _,
404
404
  {
405
405
  primary: /* @__PURE__ */ r(h, { direction: "row", justifyContent: "space-between", children: [
406
- /* @__PURE__ */ e(
406
+ /* @__PURE__ */ t(
407
407
  m,
408
408
  {
409
409
  sx: {
@@ -413,7 +413,7 @@ const Oe = ({
413
413
  children: c.accountName
414
414
  }
415
415
  ),
416
- /* @__PURE__ */ e(
416
+ /* @__PURE__ */ t(
417
417
  y,
418
418
  {
419
419
  amount: c.loss,
@@ -428,11 +428,11 @@ const Oe = ({
428
428
  },
429
429
  c.accountName
430
430
  ),
431
- /* @__PURE__ */ e(W, {})
431
+ /* @__PURE__ */ t(W, {})
432
432
  ] }))
433
433
  ] })
434
434
  ] });
435
- }, Qe = w(Je), Mt = w(({ onBackClick: t }) => {
435
+ }, te = w(Pt), Be = w(({ onBackClick: e }) => {
436
436
  const { isCopyLoaded: l, isInitialized: i, selectedAccounts: n, setSelectedAccounts: s } = P(), { accounts: o, net_worth: a } = T(), { visibleAccounts: c } = J(), {
437
437
  assetsLiabilities: u,
438
438
  gainsLosses: C,
@@ -442,51 +442,53 @@ const Oe = ({
442
442
  netWorthChartData: p,
443
443
  selectedData: f,
444
444
  setHoveredData: L,
445
- setSelectedData: ae
446
- } = ee(), { isMobile: N } = Z(), { onEvent: D } = Q(), [se, ce] = d.useState(!1), [A, le] = d.useState(6), [me, j] = d.useState(!1), [de, $] = d.useState(!1), [he, G] = d.useState(!1), ue = async () => {
447
- await S(n), await g(A), ce(!0);
445
+ setSelectedData: at
446
+ } = tt(), { isMobile: N } = Z(), { onEvent: D } = Q(), { onLoad: st } = bt(), [ct, lt] = d.useState(!1), [A, mt] = d.useState(6), [dt, j] = d.useState(!1), [ht, $] = d.useState(!1), [ut, G] = d.useState(!1), pt = async () => {
447
+ await S(n), await g(A), lt(!0);
448
448
  };
449
449
  d.useEffect(() => {
450
450
  D(b.NET_WORTH_VIEW);
451
451
  }, []), d.useEffect(() => {
452
452
  s(c);
453
453
  }, [c]), d.useEffect(() => {
454
- i && ue().finally();
454
+ i && pt().finally(() => {
455
+ st?.("NetWorthWidget");
456
+ });
455
457
  }, [i, n]), d.useEffect(() => {
456
458
  D(b.NET_WORTH_WIDGET_CLICK_TIMEFRAME, { time_period: A + "M" }), g(A).finally();
457
459
  }, [A]);
458
- const pe = (I, M) => {
459
- ae(M), I.currentTarget instanceof HTMLDivElement && j(!0);
460
- }, fe = (I) => {
460
+ const ft = (I, M) => {
461
+ at(M), I.currentTarget instanceof HTMLDivElement && j(!0);
462
+ }, xt = (I) => {
461
463
  L(I);
462
- }, xe = () => {
464
+ }, gt = () => {
463
465
  L(null);
464
- }, ge = () => {
466
+ }, yt = () => {
465
467
  D(b.NET_WORTH_WIDGET_CLICK_ASSETS_LIABILITIES), $(!0);
466
- }, ye = async (I) => {
468
+ }, Ct = async (I) => {
467
469
  const M = I[0], F = I[1];
468
- M && F && le(Ee(F, M));
470
+ M && F && mt(At(F, M));
469
471
  }, X = {
470
472
  chartData: p,
471
473
  hoveredData: x,
472
- onButtonClick: ge,
473
- onDataClick: pe,
474
- onMouseEnter: fe,
475
- onMouseLeave: xe,
474
+ onButtonClick: yt,
475
+ onDataClick: ft,
476
+ onMouseEnter: xt,
477
+ onMouseLeave: gt,
476
478
  selectedData: f
477
- }, Ce = () => {
479
+ }, St = () => {
478
480
  G(!0), D(b.ACCOUNTS_CLICK_CONNECT);
479
481
  };
480
- return l ? /* @__PURE__ */ e(
481
- ke,
482
+ return l ? /* @__PURE__ */ t(
483
+ Mt,
482
484
  {
483
485
  accountOptions: c,
484
486
  calendarActions: {
485
- onRangeChanged: ye
487
+ onRangeChanged: Ct
486
488
  },
487
489
  dateRangeVariant: N ? "timeframetabs" : "timeframebuttons",
488
490
  onAccountsFilterClick: () => D(b.NET_WORTH_WIDGET_CLICK_FILTER),
489
- onBackClick: t,
491
+ onBackClick: e,
490
492
  showDividerAboveDateSelector: !1,
491
493
  sx: {
492
494
  p: N ? 0 : 48,
@@ -502,9 +504,9 @@ const Oe = ({
502
504
  }
503
505
  },
504
506
  title: a.net_worth,
505
- children: se ? /* @__PURE__ */ r(v, { children: [
507
+ children: ct ? /* @__PURE__ */ r(v, { children: [
506
508
  p.length ? /* @__PURE__ */ r(v, { children: [
507
- f && /* @__PURE__ */ e(Ke, { hoveredData: x, selectedData: f }),
509
+ f && /* @__PURE__ */ t(Vt, { hoveredData: x, selectedData: f }),
508
510
  /* @__PURE__ */ r(
509
511
  h,
510
512
  {
@@ -512,17 +514,17 @@ const Oe = ({
512
514
  direction: N ? "column" : "row",
513
515
  spacing: N ? 0 : 48,
514
516
  children: [
515
- /* @__PURE__ */ e(ze, { ...X }),
516
- /* @__PURE__ */ e(Ge, { ...X })
517
+ /* @__PURE__ */ t(jt, { ...X }),
518
+ /* @__PURE__ */ t(Ft, { ...X })
517
519
  ]
518
520
  }
519
521
  )
520
- ] }) : /* @__PURE__ */ e(re, { sx: { justifyItems: "center" }, children: /* @__PURE__ */ e(
521
- Be,
522
+ ] }) : /* @__PURE__ */ t(rt, { sx: { justifyItems: "center" }, children: /* @__PURE__ */ t(
523
+ zt,
522
524
  {
523
525
  header: a.empty_widget_header,
524
526
  icon: "elevation",
525
- onClick: Ce,
527
+ onClick: St,
526
528
  primaryButton: a.empty_widget_button,
527
529
  subText: a.empty_widget_description,
528
530
  sx: {
@@ -533,47 +535,47 @@ const Oe = ({
533
535
  }
534
536
  }
535
537
  ) }),
536
- /* @__PURE__ */ e(
537
- Me,
538
+ /* @__PURE__ */ t(
539
+ Bt,
538
540
  {
539
541
  onClose: () => G(!1),
540
- showConnectionsWidget: he,
542
+ showConnectionsWidget: ut,
541
543
  title: o.manage_connections
542
544
  }
543
545
  ),
544
- /* @__PURE__ */ e(
546
+ /* @__PURE__ */ t(
545
547
  Y,
546
548
  {
547
549
  ariaLabelClose: "Close",
548
- isOpen: me,
550
+ isOpen: dt,
549
551
  onClose: () => j(!1),
550
552
  shouldShowHeaderBorders: !1,
551
553
  shouldShowHeaderShadow: !0,
552
554
  title: a.gains_and_losses,
553
- children: C && /* @__PURE__ */ e(Qe, { ...C })
555
+ children: C && /* @__PURE__ */ t(te, { ...C })
554
556
  }
555
557
  ),
556
- /* @__PURE__ */ e(
558
+ /* @__PURE__ */ t(
557
559
  Y,
558
560
  {
559
561
  ariaLabelClose: "Close",
560
- isOpen: de,
562
+ isOpen: ht,
561
563
  onClose: () => $(!1),
562
564
  shouldShowHeaderBorders: !1,
563
565
  shouldShowHeaderShadow: !0,
564
566
  title: a.assets_and_liabilities,
565
- children: u && /* @__PURE__ */ e(Ze, { ...u })
567
+ children: u && /* @__PURE__ */ t(Qt, { ...u })
566
568
  }
567
569
  )
568
- ] }) : /* @__PURE__ */ e(O, {})
570
+ ] }) : /* @__PURE__ */ t(O, {})
569
571
  }
570
- ) : /* @__PURE__ */ e(O, {});
572
+ ) : /* @__PURE__ */ t(O, {});
571
573
  });
572
574
  export {
573
- ze as NetWorthChart,
574
- Ge as NetWorthList,
575
- At as NetWorthMicroWidget,
576
- Ot as NetWorthStore,
577
- Ke as NetWorthSummary,
578
- Mt as NetWorthWidget
575
+ jt as NetWorthChart,
576
+ Ft as NetWorthList,
577
+ He as NetWorthMicroWidget,
578
+ Re as NetWorthStore,
579
+ Vt as NetWorthSummary,
580
+ Be as NetWorthWidget
579
581
  };