@mx-cartographer/experiences 7.0.41-alpha-networthwidget-testing-ram1 → 7.0.41-alpha-networthwidget-testing-ram3

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.
@@ -11,7 +11,7 @@ import M from "@mui/material/Divider";
11
11
  import v from "@mui/material/ListItem";
12
12
  import N from "@mui/material/ListItemButton";
13
13
  import w from "@mui/material/ListItemText";
14
- import { u as D } from "./AccountDetailsHeader-Bt8O2raZ.mjs";
14
+ import { u as D } from "./AccountDetailsHeader-YUaek5HU.mjs";
15
15
  import { c as z, u as E, f as O, g as X } from "./hooks-BAAimqdq.mjs";
16
16
  import { A as at } from "./AccountListItem-FmvNfEP8.mjs";
17
17
  import { A as k } from "./WidgetContainer-ztkGgdIH.mjs";
@@ -10,7 +10,7 @@ import O from "@mui/material/CardContent";
10
10
  import P from "@mui/material/CardHeader";
11
11
  import { useTheme as M } from "@mui/material/styles";
12
12
  import { g as B, a as H, b as U } from "./SpendingData-D5vsfYKo.mjs";
13
- import { L as j } from "./LineChart-CbOmpTDP.mjs";
13
+ import { L as j } from "./LineChart-CZGttqrH.mjs";
14
14
  import { I as f, P as g, S as C } from "./Account-9Tt9DsMn.mjs";
15
15
  import { A } from "./ConnectDrawer-L1_xPNYt.mjs";
16
16
  import { L as z } from "./Loader-DUaFpDGv.mjs";
@@ -1,18 +1,18 @@
1
- import { jsxs as i, Fragment as D, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as o, Fragment as D, jsx as t } from "react/jsx-runtime";
2
2
  import K from "@mui/material/Box";
3
3
  import { useTheme as N } from "@mui/material/styles";
4
- import { ResponsiveChartContainer as Z, ChartsReferenceLine as _, AreaPlot as ee, LinePlot as te, MarkPlot as ne, BarPlot as re, ChartsXAxis as ae, ChartsYAxis as ie, ChartsAxisHighlight as oe } from "@mui/x-charts";
4
+ import { ResponsiveChartContainer as Z, ChartsReferenceLine as _, AreaPlot as ee, LinePlot as te, MarkPlot as ne, BarPlot as re, ChartsXAxis as ae, ChartsYAxis as oe, ChartsAxisHighlight as ie } from "@mui/x-charts";
5
5
  import le from "@mui/material/useMediaQuery";
6
6
  import { f as y } from "./NumberFormatting-CtWHhyBX.mjs";
7
7
  import { observer as se } from "mobx-react-lite";
8
- import { Stack as x, Box as W, useTheme as ce } from "@mui/material";
9
- import { Text as l } from "@mxenabled/mxui";
8
+ import { Stack as x, Box as $, useTheme as ce } from "@mui/material";
9
+ import { Text as s } from "@mxenabled/mxui";
10
10
  import { u as de } from "./hooks-BAAimqdq.mjs";
11
11
  import { ChartsTooltip as he } from "@mui/x-charts/ChartsTooltip";
12
12
  const ue = (e) => {
13
- const a = N(), o = e.showLabel, s = e.style, g = Number(e.x), m = Number(e.y), u = e.handlers?.onMarkClick, f = e.handlers?.onMouseEnter, c = e.handlers?.onMouseLeave, d = le(a.breakpoints.up("sm")), n = e.valueFormatterString ? y(e.yData[e.dataIndex], e.valueFormatterString) : String(e.yData[e.dataIndex]), h = d ? a.typography.Small?.fontSize : a.typography.XSmall?.fontSize, k = h ? parseFloat(h.toString()) * 0.6 : 8, C = n.length * k + 8 + 8, M = 24, S = g - C / 2, T = m - 30;
14
- return /* @__PURE__ */ i(D, { children: [
15
- o && /* @__PURE__ */ i(D, { children: [
13
+ const a = N(), i = e.showLabel, c = e.style, g = Number(e.x), m = Number(e.y), d = e.handlers?.onMarkClick, f = e.handlers?.onMouseEnter, l = e.handlers?.onMouseLeave, h = le(a.breakpoints.up("sm")), n = e.valueFormatterString ? y(e.yData[e.dataIndex], e.valueFormatterString) : String(e.yData[e.dataIndex]), u = h ? a.typography.Small?.fontSize : a.typography.XSmall?.fontSize, k = u ? parseFloat(u.toString()) * 0.6 : 8, C = n.length * k + 8 + 8, M = 24, S = g - C / 2, T = m - 30;
14
+ return /* @__PURE__ */ o(D, { children: [
15
+ i && /* @__PURE__ */ o(D, { children: [
16
16
  e.labelBackgroundColor && /* @__PURE__ */ t(
17
17
  "rect",
18
18
  {
@@ -30,7 +30,7 @@ const ue = (e) => {
30
30
  dominantBaseline: "middle",
31
31
  fill: e.labelFontColor ? e.labelFontColor : a.palette.text.primary,
32
32
  style: {
33
- fontSize: e.labelFontSize ? e.labelFontSize : h
33
+ fontSize: e.labelFontSize ? e.labelFontSize : u
34
34
  },
35
35
  textAnchor: "middle",
36
36
  x: g,
@@ -42,31 +42,31 @@ const ue = (e) => {
42
42
  /* @__PURE__ */ t(
43
43
  "path",
44
44
  {
45
- cursor: u ? "pointer" : "unset",
45
+ cursor: d ? "pointer" : "unset",
46
46
  d: "M4.514,0A4.514,4.514,0,1,1,-4.514,0A4.514,4.514,0,1,1,4.514,0",
47
47
  height: "20px",
48
48
  onClick: (w) => {
49
- u?.(w, e.dataIndex);
49
+ d?.(w, e.dataIndex);
50
50
  },
51
51
  onMouseEnter: () => {
52
52
  f?.(e.dataIndex);
53
53
  },
54
54
  onMouseLeave: () => {
55
- c?.();
55
+ l?.();
56
56
  },
57
57
  style: {
58
- fill: s?.fill ? s.fill : a.palette.background.paper,
59
- stroke: s?.stroke ? s.stroke : a.palette.primary.main,
58
+ fill: c?.fill ? c.fill : a.palette.background.paper,
59
+ stroke: c?.stroke ? c.stroke : a.palette.primary.main,
60
60
  strokeWidth: 2,
61
61
  transform: `translate(${e.x}px, ${e.y}px)`,
62
62
  transformOrigin: `${e.x}px, ${e.y}px`,
63
- filter: s?.filter ? s.filter : "none"
63
+ filter: c?.filter ? c.filter : "none"
64
64
  },
65
65
  width: "20px"
66
66
  }
67
67
  )
68
68
  ] });
69
- }, me = (e) => /* @__PURE__ */ i(D, { children: [
69
+ }, me = (e) => /* @__PURE__ */ o(D, { children: [
70
70
  /* @__PURE__ */ t("clipPath", { id: e.id, children: /* @__PURE__ */ t("rect", { height: e.height, width: e.width, x: "0", y: "0" }) }),
71
71
  /* @__PURE__ */ t("g", { children: /* @__PURE__ */ t(
72
72
  "path",
@@ -87,76 +87,76 @@ const ue = (e) => {
87
87
  label: e,
88
88
  customLegendVariant: a
89
89
  }) => {
90
- const o = a || "Small";
91
- return typeof e == "string" ? /* @__PURE__ */ t(l, { variant: o, children: e }) : typeof e == "object" && e.amount && e.label ? /* @__PURE__ */ i(D, { children: [
92
- /* @__PURE__ */ t(l, { variant: o, children: e.label }),
93
- /* @__PURE__ */ t(l, { bold: !0, sx: { marginLeft: 8 }, variant: o, children: y(e.amount, "0,0") })
90
+ const i = a || "Small";
91
+ return typeof e == "string" ? /* @__PURE__ */ t(s, { variant: i, children: e }) : typeof e == "object" && e.amount && e.label ? /* @__PURE__ */ o(D, { children: [
92
+ /* @__PURE__ */ t(s, { variant: i, children: e.label }),
93
+ /* @__PURE__ */ t(s, { bold: !0, sx: { marginLeft: 8 }, variant: i, children: y(e.amount, "0,0") })
94
94
  ] }) : null;
95
95
  }, fe = ({
96
96
  average: e,
97
97
  customLegendVariant: a,
98
- labels: o = [],
99
- series: s,
98
+ labels: i = [],
99
+ series: c,
100
100
  style: g,
101
101
  title: m,
102
- valueFormatterString: u
102
+ valueFormatterString: d
103
103
  }) => {
104
- const { common: f } = de(), c = a || "Small";
105
- return /* @__PURE__ */ i(x, { style: { flexDirection: "row", gap: 24, ...g }, children: [
106
- s.map((d, n) => {
107
- const h = o[n];
108
- return h ? /* @__PURE__ */ i(
104
+ const { common: f } = de(), l = a || "Small";
105
+ return /* @__PURE__ */ o(x, { style: { flexDirection: "row", gap: 24, ...g }, children: [
106
+ c.map((h, n) => {
107
+ const u = i[n];
108
+ return u ? /* @__PURE__ */ o(
109
109
  x,
110
110
  {
111
111
  style: { alignItems: "center", flexDirection: "row", flexWrap: "wrap" },
112
112
  children: [
113
113
  /* @__PURE__ */ t(
114
- W,
114
+ $,
115
115
  {
116
116
  sx: {
117
117
  width: 10,
118
118
  height: 10,
119
- backgroundColor: d.color,
119
+ backgroundColor: h.color,
120
120
  marginRight: 8
121
121
  }
122
122
  }
123
123
  ),
124
- /* @__PURE__ */ t(xe, { customLegendVariant: a, label: h })
124
+ /* @__PURE__ */ t(xe, { customLegendVariant: a, label: u })
125
125
  ]
126
126
  },
127
127
  n
128
128
  ) : null;
129
129
  }),
130
- e && /* @__PURE__ */ i(x, { sx: { alignItems: "center", flexDirection: "row" }, children: [
131
- /* @__PURE__ */ t(l, { bold: !0, sx: { marginRight: 8 }, variant: c, children: "– –" }),
132
- /* @__PURE__ */ i(l, { variant: c, children: [
130
+ e && /* @__PURE__ */ o(x, { sx: { alignItems: "center", flexDirection: "row" }, children: [
131
+ /* @__PURE__ */ t(s, { bold: !0, sx: { marginRight: 8 }, variant: l, children: "– –" }),
132
+ /* @__PURE__ */ o(s, { variant: l, children: [
133
133
  m || f.average,
134
134
  "  "
135
135
  ] }),
136
- /* @__PURE__ */ t(l, { bold: !0, variant: c, children: u ? y(e, u) : e })
136
+ /* @__PURE__ */ t(s, { bold: !0, variant: l, children: d ? y(e, d) : e })
137
137
  ] })
138
138
  ] });
139
139
  }, ge = se(fe);
140
140
  function ye({
141
141
  customLabels: e,
142
142
  labels: a = [],
143
- valueFormatterString: o = "0,0"
143
+ valueFormatterString: i = "0,0"
144
144
  }) {
145
- const s = ce();
145
+ const c = ce();
146
146
  return /* @__PURE__ */ t(
147
147
  he,
148
148
  {
149
149
  showCrosshair: !0,
150
150
  slots: {
151
151
  axisContent: (g) => {
152
- const { axisValue: m, dataIndex: u, series: f } = g, c = u ?? 0;
152
+ const { axisValue: m, dataIndex: d, series: f } = g, l = d ?? 0;
153
153
  if (e) {
154
- const d = e[c]?.[0]?.header || String(m);
155
- return /* @__PURE__ */ i(
154
+ const h = e[l]?.[0]?.header || String(m);
155
+ return /* @__PURE__ */ o(
156
156
  x,
157
157
  {
158
158
  sx: {
159
- backgroundColor: s.palette.background.paper,
159
+ backgroundColor: c.palette.background.paper,
160
160
  boxShadow: "0 2px 8px 0 rgba(0, 0, 0, 0.12)",
161
161
  flexDirection: "column",
162
162
  alignItems: "flex-start",
@@ -167,7 +167,7 @@ function ye({
167
167
  py: 12
168
168
  },
169
169
  children: [
170
- /* @__PURE__ */ i(
170
+ /* @__PURE__ */ o(
171
171
  x,
172
172
  {
173
173
  sx: {
@@ -179,14 +179,14 @@ function ye({
179
179
  marginTop: 4
180
180
  },
181
181
  children: [
182
- /* @__PURE__ */ t(l, { variant: "H3", children: d }),
183
- /* @__PURE__ */ t(l, { bold: !0, variant: "H3", children: y(f[0]?.data[c], o) })
182
+ /* @__PURE__ */ t(s, { variant: "H3", children: h }),
183
+ /* @__PURE__ */ t(s, { bold: !0, variant: "H3", children: y(f[0]?.data[l], i) })
184
184
  ]
185
185
  }
186
186
  ),
187
- e[c]?.some((n) => (typeof n == "string" ? 0 : n.amount) !== 0) ? e[c]?.map((n) => {
188
- const h = typeof n == "string" ? n : n.label, k = typeof n == "string" ? 0 : n.amount;
189
- return k === 0 ? null : /* @__PURE__ */ i(
187
+ e[l]?.some((n) => (typeof n == "string" ? 0 : n.amount) !== 0) ? e[l]?.map((n) => {
188
+ const u = typeof n == "string" ? n : n.label, k = typeof n == "string" ? 0 : n.amount;
189
+ return k === 0 ? null : /* @__PURE__ */ o(
190
190
  x,
191
191
  {
192
192
  sx: {
@@ -198,7 +198,7 @@ function ye({
198
198
  marginTop: 4
199
199
  },
200
200
  children: [
201
- /* @__PURE__ */ i(
201
+ /* @__PURE__ */ o(
202
202
  x,
203
203
  {
204
204
  sx: {
@@ -210,7 +210,7 @@ function ye({
210
210
  },
211
211
  children: [
212
212
  /* @__PURE__ */ t(
213
- W,
213
+ $,
214
214
  {
215
215
  sx: {
216
216
  width: "12px",
@@ -220,25 +220,25 @@ function ye({
220
220
  }
221
221
  }
222
222
  ),
223
- /* @__PURE__ */ t(l, { variant: "Body", children: h })
223
+ /* @__PURE__ */ t(s, { variant: "Body", children: u })
224
224
  ]
225
225
  }
226
226
  ),
227
- /* @__PURE__ */ t(l, { bold: !0, variant: "Body", children: y(Math.abs(k), o) })
227
+ /* @__PURE__ */ t(s, { bold: !0, variant: "Body", children: y(Math.abs(k), i) })
228
228
  ]
229
229
  },
230
- h
230
+ u
231
231
  );
232
- }) : /* @__PURE__ */ t(l, { variant: "Body", children: "No data" })
232
+ }) : /* @__PURE__ */ t(s, { variant: "Body", children: "No data" })
233
233
  ]
234
234
  }
235
235
  );
236
236
  }
237
- return /* @__PURE__ */ i(
237
+ return /* @__PURE__ */ o(
238
238
  x,
239
239
  {
240
240
  sx: {
241
- backgroundColor: s.palette.background.paper,
241
+ backgroundColor: c.palette.background.paper,
242
242
  boxShadow: "0 2px 8px 0 rgba(0, 0, 0, 0.12)",
243
243
  flexDirection: "column",
244
244
  alignItems: "flex-start",
@@ -249,8 +249,8 @@ function ye({
249
249
  py: 12
250
250
  },
251
251
  children: [
252
- /* @__PURE__ */ t(l, { variant: "H3", children: String(m) }),
253
- f.map((d, n) => /* @__PURE__ */ i(
252
+ /* @__PURE__ */ t(s, { variant: "H3", children: String(m) }),
253
+ f.map((h, n) => /* @__PURE__ */ o(
254
254
  x,
255
255
  {
256
256
  sx: {
@@ -262,24 +262,24 @@ function ye({
262
262
  marginTop: 4
263
263
  },
264
264
  children: [
265
- /* @__PURE__ */ i(x, { sx: { flexDirection: "row", alignItems: "center", gap: 8 }, children: [
265
+ /* @__PURE__ */ o(x, { sx: { flexDirection: "row", alignItems: "center", gap: 8 }, children: [
266
266
  /* @__PURE__ */ t(
267
- W,
267
+ $,
268
268
  {
269
269
  sx: {
270
270
  width: "12px",
271
271
  height: "12px",
272
- backgroundColor: d.color,
272
+ backgroundColor: h.color,
273
273
  borderRadius: "4px"
274
274
  }
275
275
  }
276
276
  ),
277
- /* @__PURE__ */ t(l, { variant: "Body", children: typeof a[n] == "string" ? a[n] : a[n]?.label })
277
+ /* @__PURE__ */ t(s, { variant: "Body", children: typeof a[n] == "string" ? a[n] : a[n]?.label })
278
278
  ] }),
279
- /* @__PURE__ */ t(l, { bold: !0, variant: "Body", children: y(d.data[c], o) })
279
+ /* @__PURE__ */ t(s, { bold: !0, variant: "Body", children: y(h.data[l], i) })
280
280
  ]
281
281
  },
282
- d.id
282
+ h.id
283
283
  ))
284
284
  ]
285
285
  }
@@ -293,20 +293,20 @@ function ye({
293
293
  const Re = ({
294
294
  axisColor: e,
295
295
  baseline: a = "max",
296
- colors: o,
297
- curveType: s = "linear",
296
+ colors: i,
297
+ curveType: c = "linear",
298
298
  customLegendVariant: g,
299
299
  customTooltipLabels: m,
300
- datasets: u,
300
+ datasets: d,
301
301
  height: f,
302
- isGraphClippingXAxis: c = !1,
303
- labels: d,
302
+ isGraphClippingXAxis: l = !1,
303
+ labels: h,
304
304
  labelBackgroundColor: n,
305
- labelFontColor: h,
305
+ labelFontColor: u,
306
306
  labelFontSize: k,
307
- margin: B,
308
- markHandlers: $,
309
- markStyles: j,
307
+ margin: j,
308
+ markHandlers: z,
309
+ markStyles: I,
310
310
  onItemClick: C,
311
311
  showArea: M = !1,
312
312
  showAverage: S = !1,
@@ -324,10 +324,13 @@ const Re = ({
324
324
  valueFormatterString: p,
325
325
  width: V
326
326
  }) => {
327
- const b = N(), q = u.flat().map((r) => r.x), L = u.flat().map((r) => r.y), z = Math.round(L.reduce((r, R) => R + r, 0) / L.length), I = Math.floor(Math.min(...L) / 100) * 100, P = Math.ceil(Math.max(...L) / 100) * 100, A = u.map((r, R) => ({
327
+ console.log(d);
328
+ const b = N(), q = d.flat().map((r) => r.x), L = d.flat().map((r) => r.y), P = Math.round(L.reduce((r, B) => B + r, 0) / L.length), A = Math.floor(Math.min(...L) / 100) * 100, R = Math.ceil(Math.max(...L) / 100) * 100;
329
+ console.log(l, "isGraphClippingXAxis"), console.log(A, "yMin"), console.log(R, "yMax");
330
+ const W = d.map((r, B) => ({
328
331
  type: w ? "bar" : "line",
329
- curve: s,
330
- color: w ? b.palette.chart?.chart6 : o[R] ?? b.palette.primary.main,
332
+ curve: c,
333
+ color: w ? b.palette.chart?.chart6 : i[B] ?? b.palette.primary.main,
331
334
  data: r.map((v) => v.y),
332
335
  area: M,
333
336
  baseline: a,
@@ -340,9 +343,9 @@ const Re = ({
340
343
  bottom: 50,
341
344
  left: 50
342
345
  },
343
- ...B
346
+ ...j
344
347
  };
345
- return /* @__PURE__ */ i(
348
+ return /* @__PURE__ */ o(
346
349
  K,
347
350
  {
348
351
  sx: {
@@ -361,12 +364,12 @@ const Re = ({
361
364
  }
362
365
  },
363
366
  children: [
364
- /* @__PURE__ */ i(
367
+ /* @__PURE__ */ o(
365
368
  Z,
366
369
  {
367
370
  height: f,
368
371
  margin: J,
369
- series: A,
372
+ series: W,
370
373
  sx: {
371
374
  p: 4,
372
375
  "& .MuiBarLabel-root": {
@@ -381,15 +384,15 @@ const Re = ({
381
384
  xAxis: [{ data: q, scaleType: w ? "band" : "point" }],
382
385
  yAxis: [
383
386
  {
384
- min: c ? -22 : I,
385
- max: P || 100,
386
- colorMap: M && A.length < 2 ? {
387
+ min: l ? -22 : A,
388
+ max: R || 100,
389
+ colorMap: M && W.length < 2 ? {
387
390
  type: "continuous",
388
- min: I,
389
- max: P,
391
+ min: A,
392
+ max: R,
390
393
  color: [
391
394
  b.palette.background.paper,
392
- o[0] ?? b.palette.primary.main
395
+ i[0] ?? b.palette.primary.main
393
396
  ]
394
397
  } : void 0,
395
398
  valueFormatter: (r) => p ? y(r, p) : String(r)
@@ -404,7 +407,7 @@ const Re = ({
404
407
  strokeDasharray: "10, 8",
405
408
  strokeWidth: 2
406
409
  },
407
- y: z
410
+ y: P
408
411
  }
409
412
  ),
410
413
  /* @__PURE__ */ t(ee, { onItemClick: C }),
@@ -431,12 +434,12 @@ const Re = ({
431
434
  mark: (r) => /* @__PURE__ */ t(
432
435
  ue,
433
436
  {
434
- handlers: $,
437
+ handlers: z,
435
438
  labelBackgroundColor: n,
436
- labelFontColor: h,
439
+ labelFontColor: u,
437
440
  labelFontSize: k,
438
441
  showLabel: E,
439
- style: j?.(r.dataIndex) ?? {},
442
+ style: I?.(r.dataIndex) ?? {},
440
443
  valueFormatterString: p,
441
444
  yData: L,
442
445
  ...r
@@ -472,7 +475,7 @@ const Re = ({
472
475
  }
473
476
  ),
474
477
  /* @__PURE__ */ t(
475
- ie,
478
+ oe,
476
479
  {
477
480
  disableLine: !G,
478
481
  disableTicks: !O,
@@ -490,12 +493,12 @@ const Re = ({
490
493
  } : {}
491
494
  }
492
495
  ),
493
- T && /* @__PURE__ */ t(oe, { x: "line" }),
496
+ T && /* @__PURE__ */ t(ie, { x: "line" }),
494
497
  X && /* @__PURE__ */ t(
495
498
  ye,
496
499
  {
497
500
  customLabels: m,
498
- labels: d,
501
+ labels: h,
499
502
  valueFormatterString: p
500
503
  }
501
504
  )
@@ -505,10 +508,10 @@ const Re = ({
505
508
  H && /* @__PURE__ */ t(
506
509
  ge,
507
510
  {
508
- average: S ? z : void 0,
511
+ average: S ? P : void 0,
509
512
  customLegendVariant: g,
510
- labels: d,
511
- series: A,
513
+ labels: h,
514
+ series: W,
512
515
  style: { position: "absolute", top: 16, left: 16 },
513
516
  title: Q,
514
517
  valueFormatterString: p
@@ -7,9 +7,9 @@ import E from "@mui/material/List";
7
7
  import O from "@mui/material/ListSubheader";
8
8
  import x from "@mui/system/Stack";
9
9
  import { Text as v } from "@mxenabled/mxui";
10
- import { A as G } from "../AccountDetailsContent-B5HMpGeJ.mjs";
11
- import { u as I1 } from "../AccountDetailsContent-B5HMpGeJ.mjs";
12
- import { u as K, A as z } from "../AccountDetailsHeader-Bt8O2raZ.mjs";
10
+ import { A as G } from "../AccountDetailsContent-DGiJxdDP.mjs";
11
+ import { u as I1 } from "../AccountDetailsContent-DGiJxdDP.mjs";
12
+ import { u as K, A as z } from "../AccountDetailsHeader-YUaek5HU.mjs";
13
13
  import { A as W } from "../AccountListItem-FmvNfEP8.mjs";
14
14
  import { a as P } from "../AccountFields-DvACKQho.mjs";
15
15
  import { g as D1, b as U1 } from "../AccountFields-DvACKQho.mjs";
@@ -38,7 +38,7 @@ import dt, { useRef as lt, useEffect as ut } from "react";
38
38
  import { css as w, keyframes as ht } from "@mxenabled/cssinjs";
39
39
  import { useTokens as x, Text as B } from "@mxenabled/mxui";
40
40
  import { D as Rr } from "../Donut-1UMNcG67.mjs";
41
- import { L as Or } from "../LineChart-CbOmpTDP.mjs";
41
+ import { L as Or } from "../LineChart-CZGttqrH.mjs";
42
42
  import { S as Lr } from "../StatusBar-BK_uYHAB.mjs";
43
43
  import { D as Hr, a as Fr, O as Wr, b as qr, f as Yr } from "../Dialog-CWW597AF.mjs";
44
44
  import { D as gt, a as pt } from "../SingleSegmentDonut-BgbLgwHi.mjs";
@@ -16,7 +16,7 @@ import { G as Me, x as q, u as C, k as z, f as k, c as Z, a as Pe } from "../hoo
16
16
  import { u as X } from "../useScreenSize-B6JyS_Lj.mjs";
17
17
  import { D as te } from "../Drawer-kEE73B87.mjs";
18
18
  import { b as A } from "../Localization-2MODESHW.mjs";
19
- import { A as ke, u as Fe } from "../AccountDetailsHeader-Bt8O2raZ.mjs";
19
+ import { A as ke, u as Fe } from "../AccountDetailsHeader-YUaek5HU.mjs";
20
20
  import Ne from "@mui/material/Card";
21
21
  import Re from "@mui/material/CardContent";
22
22
  import Le from "@mui/material/CardHeader";
@@ -22,7 +22,7 @@ import { L as N } from "../Loader-DUaFpDGv.mjs";
22
22
  import { F as No, a as Ko } from "../FinstrongStore-F2c607dj.mjs";
23
23
  import q from "@mui/material/Button";
24
24
  import J from "@mui/material/Card";
25
- import { L as be } from "../LineChart-CbOmpTDP.mjs";
25
+ import { L as be } from "../LineChart-CZGttqrH.mjs";
26
26
  import { j as xe } from "../ConnectDrawer-L1_xPNYt.mjs";
27
27
  import Xe from "@mui/material/Accordion";
28
28
  import je from "@mui/material/AccordionDetails";
@@ -38,8 +38,8 @@ import Qe from "@mui/material/Collapse";
38
38
  import et from "@mui/material/ListItemIcon";
39
39
  import tt from "@mui/material/Checkbox";
40
40
  import { A as fe } from "../ConnectDrawer-L1_xPNYt.mjs";
41
- import { u as nt, A as ot } from "../AccountDetailsHeader-Bt8O2raZ.mjs";
42
- import { A as rt } from "../AccountDetailsContent-B5HMpGeJ.mjs";
41
+ import { u as nt, A as ot } from "../AccountDetailsHeader-YUaek5HU.mjs";
42
+ import { A as rt } from "../AccountDetailsContent-DGiJxdDP.mjs";
43
43
  import ke from "@mui/material/TextField";
44
44
  import { M as at, I as it, O as st } from "../OriginalBalanceAction-DSA8sk5b.mjs";
45
45
  import { getUnixTime as lt } from "date-fns/getUnixTime";
@@ -5,7 +5,7 @@ import { useTheme as z } from "@mui/material/styles";
5
5
  import { u as Z } from "../useScreenSize-B6JyS_Lj.mjs";
6
6
  import { p as _e, u as T, c as J, f as Q, a as P, q as ee } from "../hooks-BAAimqdq.mjs";
7
7
  import { f as we, D as be } from "../Dialog-CWW597AF.mjs";
8
- import { L as We } from "../LineChart-CbOmpTDP.mjs";
8
+ import { L as We } from "../LineChart-CZGttqrH.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";
@@ -62,7 +62,7 @@ const Oe = ({
62
62
  markStyles: p,
63
63
  showArea: !0,
64
64
  useCustomMark: !0,
65
- valueFormatterString: "0,0.0a",
65
+ valueFormatterString: "0.[0]a",
66
66
  width: s ? 320 : C
67
67
  }
68
68
  );
@@ -26,7 +26,7 @@ import { a as Re, T as ke } from "../TransactionDetails-C-2UEbmQ.mjs";
26
26
  import { D as Ce } from "../Drawer-kEE73B87.mjs";
27
27
  import { L as J } from "../Loader-DUaFpDGv.mjs";
28
28
  import { useTheme as Ne } from "@mui/material/styles";
29
- import { L as Te } from "../LineChart-CbOmpTDP.mjs";
29
+ import { L as Te } from "../LineChart-CZGttqrH.mjs";
30
30
  import { M as ht } from "../MiniWidgetContainer-BhHaL8eb.mjs";
31
31
  import { subMonths as ut } from "date-fns";
32
32
  import { TrendingUp as mt, TrendingDown as gt, MultilineChart as pt, ExpandLess as Ct, ExpandMore as ft } from "@mxenabled/mx-icons";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.0.41-alpha-networthwidget-testing-ram1",
3
+ "version": "7.0.41-alpha-networthwidget-testing-ram3",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",