@mx-cartographer/experiences 7.10.12 → 7.10.13
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 +5 -1
- package/dist/{EmptyState-DoxNUae-.mjs → EmptyState-DHAkGsjk.mjs} +16 -17
- package/dist/budgets/index.es.js +1 -1
- package/dist/cashflow/index.es.js +1 -1
- package/dist/common/components/EmptyState.d.ts +0 -1
- package/dist/common/index.es.js +1 -1
- package/dist/common/types/localization/TrendsCopy.d.ts +2 -0
- package/dist/finstrong/index.es.js +5 -9
- package/dist/goals/index.es.js +1 -1
- package/dist/investments/index.es.js +1 -1
- package/dist/networth/index.es.js +1 -1
- package/dist/trends/index.es.js +340 -336
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
+
## [7.10.13] - 02-12-2026
|
|
2
|
+
|
|
3
|
+
- **UPDATED** - Trends Widget empty state
|
|
4
|
+
|
|
1
5
|
## [7.10.12] - 02-13-2026
|
|
2
6
|
|
|
3
7
|
- **ADDED** - `Cashback` Insight added
|
|
4
8
|
|
|
5
9
|
## [7.10.11] - 02-10-2026
|
|
6
10
|
|
|
7
|
-
- **UPDATED** - `Trends` MicroWidget style
|
|
11
|
+
- **UPDATED** - `Trends` MicroWidget style
|
|
8
12
|
|
|
9
13
|
## [7.10.10] - 02-10-2026
|
|
10
14
|
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { Icon as
|
|
1
|
+
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import x from "@mui/material/Button";
|
|
3
|
+
import o from "@mui/material/Stack";
|
|
4
|
+
import { Icon as s } from "@mxenabled/mx-icons";
|
|
5
5
|
import { Text as c } from "@mxenabled/mxui";
|
|
6
|
-
const
|
|
6
|
+
const b = ({
|
|
7
7
|
icon: p,
|
|
8
8
|
iconColor: m,
|
|
9
9
|
header: l,
|
|
10
10
|
onClick: a,
|
|
11
11
|
primaryButton: e,
|
|
12
|
-
primaryButtonStartIcon:
|
|
12
|
+
primaryButtonStartIcon: i,
|
|
13
13
|
secondaryButton: r,
|
|
14
14
|
subText: d,
|
|
15
|
-
sx: h
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
i,
|
|
15
|
+
sx: h
|
|
16
|
+
}) => /* @__PURE__ */ n(
|
|
17
|
+
o,
|
|
19
18
|
{
|
|
20
19
|
sx: {
|
|
21
20
|
alignItems: "center",
|
|
@@ -25,7 +24,7 @@ const y = ({
|
|
|
25
24
|
...h
|
|
26
25
|
},
|
|
27
26
|
children: [
|
|
28
|
-
/* @__PURE__ */ t(
|
|
27
|
+
/* @__PURE__ */ t(s, { name: p, size: 48, sx: { color: m } }),
|
|
29
28
|
/* @__PURE__ */ t(
|
|
30
29
|
c,
|
|
31
30
|
{
|
|
@@ -46,8 +45,8 @@ const y = ({
|
|
|
46
45
|
children: d
|
|
47
46
|
}
|
|
48
47
|
),
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
(e || r) && /* @__PURE__ */ n(
|
|
49
|
+
o,
|
|
51
50
|
{
|
|
52
51
|
className: "buttons-footer",
|
|
53
52
|
sx: {
|
|
@@ -56,17 +55,17 @@ const y = ({
|
|
|
56
55
|
},
|
|
57
56
|
children: [
|
|
58
57
|
e && /* @__PURE__ */ t(
|
|
59
|
-
|
|
58
|
+
x,
|
|
60
59
|
{
|
|
61
60
|
onClick: () => a?.("primary"),
|
|
62
|
-
startIcon:
|
|
61
|
+
startIcon: i ? /* @__PURE__ */ t(s, { name: i }) : void 0,
|
|
63
62
|
sx: { textWrap: "nowrap" },
|
|
64
63
|
variant: "contained",
|
|
65
64
|
children: e
|
|
66
65
|
}
|
|
67
66
|
),
|
|
68
67
|
r && /* @__PURE__ */ t(
|
|
69
|
-
|
|
68
|
+
x,
|
|
70
69
|
{
|
|
71
70
|
onClick: () => a?.("secondary"),
|
|
72
71
|
sx: { textWrap: "nowrap" },
|
|
@@ -81,5 +80,5 @@ const y = ({
|
|
|
81
80
|
}
|
|
82
81
|
);
|
|
83
82
|
export {
|
|
84
|
-
|
|
83
|
+
b as E
|
|
85
84
|
};
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -27,7 +27,7 @@ import Xe from "@mui/material/Tooltip";
|
|
|
27
27
|
import { useTheme as Ve } from "@mui/material/styles";
|
|
28
28
|
import { u as ie } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
29
29
|
import { L as ge } from "../Loader-DUaFpDGv.mjs";
|
|
30
|
-
import { E as le } from "../EmptyState-
|
|
30
|
+
import { E as le } from "../EmptyState-DHAkGsjk.mjs";
|
|
31
31
|
import { A as N, W as Ye } from "../WidgetContainer-BNltq9UG.mjs";
|
|
32
32
|
import { u as Ze } from "../BudgetUtil-CrAD2kHT.mjs";
|
|
33
33
|
import { u as we } from "../useWidgetLoadTimer-BYMP5Q8g.mjs";
|
|
@@ -17,7 +17,7 @@ import { C as Pn } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
|
17
17
|
import { b as $ } from "../Localization-2MODESHW.mjs";
|
|
18
18
|
import { u as Oe } from "../useWidgetLoadTimer-BYMP5Q8g.mjs";
|
|
19
19
|
import { M as Je } from "../MiniWidgetContainer-BHk-RlKA.mjs";
|
|
20
|
-
import { E as Ze } from "../EmptyState-
|
|
20
|
+
import { E as Ze } from "../EmptyState-DHAkGsjk.mjs";
|
|
21
21
|
import { R as et } from "../RecurringSettings-C85RGgv4.mjs";
|
|
22
22
|
import tt from "@mui/material/Tabs";
|
|
23
23
|
import ye from "@mui/material/Tab";
|
package/dist/common/index.es.js
CHANGED
|
@@ -28,7 +28,7 @@ import { I as Js } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
|
28
28
|
import { d as ct } from "../GoalStore-DNp0ttXZ.mjs";
|
|
29
29
|
import { C as er, G as sr, M as rr, T as or } from "../GoalStore-DNp0ttXZ.mjs";
|
|
30
30
|
import { C as ir } from "../CurrencyText-C-85TnUF.mjs";
|
|
31
|
-
import { E as cr } from "../EmptyState-
|
|
31
|
+
import { E as cr } from "../EmptyState-DHAkGsjk.mjs";
|
|
32
32
|
import { L as ur } from "../ListItemAction-pvmKK9RU.mjs";
|
|
33
33
|
import { T as dt } from "../TrendsStore-C6mrxcHX.mjs";
|
|
34
34
|
import { L as hr } from "../TrendsStore-C6mrxcHX.mjs";
|
|
@@ -8,6 +8,7 @@ export interface TrendsCopy {
|
|
|
8
8
|
close_category_details: string;
|
|
9
9
|
empty_state_primary: string;
|
|
10
10
|
empty_state_sub_text: string;
|
|
11
|
+
empty_state_sub_text_no_aggregation: string;
|
|
11
12
|
income_label: string;
|
|
12
13
|
micro_primary_cta_label: string;
|
|
13
14
|
micro_subheader: string;
|
|
@@ -28,4 +29,5 @@ export interface TrendsCopy {
|
|
|
28
29
|
view_transactions: string;
|
|
29
30
|
zero_state_content_description: string;
|
|
30
31
|
zero_state_content_header: string;
|
|
32
|
+
zero_state_content_header_no_aggregation: string;
|
|
31
33
|
}
|
|
@@ -23,7 +23,7 @@ import Re from "@mui/material/TextField";
|
|
|
23
23
|
import { u as qe } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
24
24
|
import { a as Pn, f as Wn, D as $n } from "../Dialog-CwiqpTGe.mjs";
|
|
25
25
|
import { u as Ct } from "../useDimensions-CeDR9V8N.mjs";
|
|
26
|
-
import { E as Le } from "../EmptyState-
|
|
26
|
+
import { E as Le } from "../EmptyState-DHAkGsjk.mjs";
|
|
27
27
|
import En from "@mui/material/Chip";
|
|
28
28
|
import { D as re } from "../Drawer-DV4NTsFg.mjs";
|
|
29
29
|
import pe from "@mui/material/Divider";
|
|
@@ -649,8 +649,7 @@ const Ao = "https://content.moneydesktop.com/storage/MD_Assets/serenity/loading_
|
|
|
649
649
|
lineHeight: "24px",
|
|
650
650
|
mt: 8
|
|
651
651
|
}
|
|
652
|
-
}
|
|
653
|
-
variant: "no-buttons"
|
|
652
|
+
}
|
|
654
653
|
}
|
|
655
654
|
) });
|
|
656
655
|
}, Ue = k(Ro), Lo = () => {
|
|
@@ -1994,8 +1993,7 @@ const zo = ({ total: t }) => {
|
|
|
1994
1993
|
lineHeight: "24px",
|
|
1995
1994
|
mt: 8
|
|
1996
1995
|
}
|
|
1997
|
-
}
|
|
1998
|
-
variant: "no-buttons"
|
|
1996
|
+
}
|
|
1999
1997
|
}
|
|
2000
1998
|
),
|
|
2001
1999
|
/* @__PURE__ */ e(Ue, { chartFor: "debtOverTime" })
|
|
@@ -2093,8 +2091,7 @@ const zo = ({ total: t }) => {
|
|
|
2093
2091
|
lineHeight: "24px",
|
|
2094
2092
|
mt: 8
|
|
2095
2093
|
}
|
|
2096
|
-
}
|
|
2097
|
-
variant: "no-buttons"
|
|
2094
|
+
}
|
|
2098
2095
|
}
|
|
2099
2096
|
),
|
|
2100
2097
|
w.donutData.length > 0 ? /* @__PURE__ */ i(
|
|
@@ -2180,8 +2177,7 @@ const zo = ({ total: t }) => {
|
|
|
2180
2177
|
lineHeight: "24px",
|
|
2181
2178
|
mt: 8
|
|
2182
2179
|
}
|
|
2183
|
-
}
|
|
2184
|
-
variant: "no-buttons"
|
|
2180
|
+
}
|
|
2185
2181
|
}
|
|
2186
2182
|
)
|
|
2187
2183
|
] });
|
package/dist/goals/index.es.js
CHANGED
|
@@ -50,7 +50,7 @@ import { LocalizationProvider as _t } from "@mui/x-date-pickers/LocalizationProv
|
|
|
50
50
|
import { u as Ke } from "../useWidgetLoadTimer-BYMP5Q8g.mjs";
|
|
51
51
|
import { A as X, W as ut } from "../WidgetContainer-BNltq9UG.mjs";
|
|
52
52
|
import { L as Me } from "../Loader-DUaFpDGv.mjs";
|
|
53
|
-
import { E as pt } from "../EmptyState-
|
|
53
|
+
import { E as pt } from "../EmptyState-DHAkGsjk.mjs";
|
|
54
54
|
import ht from "@mui/material/Stack/Stack";
|
|
55
55
|
import bt from "@mui/material/Box";
|
|
56
56
|
import gt from "@mui/material/styles/useTheme";
|
|
@@ -40,7 +40,7 @@ import { Stack as qe } from "@mui/material";
|
|
|
40
40
|
import { L as Se } from "../Loader-DUaFpDGv.mjs";
|
|
41
41
|
import { u as Ke } from "../useWidgetLoadTimer-BYMP5Q8g.mjs";
|
|
42
42
|
import { A as Ye } from "../Account-BiB1F8lL.mjs";
|
|
43
|
-
import { E as Qe } from "../EmptyState-
|
|
43
|
+
import { E as Qe } from "../EmptyState-DHAkGsjk.mjs";
|
|
44
44
|
const me = ({ sx: t = {} }) => {
|
|
45
45
|
const { investments: h } = M(), { onEvent: c } = ve(), { setShowConnectionsWidget: m } = H();
|
|
46
46
|
return /* @__PURE__ */ o(_, { sx: { alignItems: "center", gap: 24, height: 164, p: 24, width: "100%", ...t }, children: [
|
|
@@ -35,7 +35,7 @@ import { u as ne } from "../useWidgetLoadTimer-BYMP5Q8g.mjs";
|
|
|
35
35
|
import { L as re } from "../Loader-DUaFpDGv.mjs";
|
|
36
36
|
import { M as ye } from "../MicroWidgetContainer-CX0qZ57D.mjs";
|
|
37
37
|
import { C as Ce } from "../ConnectionsDrawer-GcyfM8yJ.mjs";
|
|
38
|
-
import { E as _e } from "../EmptyState-
|
|
38
|
+
import { E as _e } from "../EmptyState-DHAkGsjk.mjs";
|
|
39
39
|
const Se = () => {
|
|
40
40
|
const { isMobile: t } = q(), { availableWidth: a } = se(), i = j(), {
|
|
41
41
|
hoveredData: n,
|