@mx-cartographer/experiences 7.10.15 → 7.10.16

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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.10.16] - 02-13-2026
2
+
3
+ - **UPDATED** - Trends Widget empty states
4
+
1
5
  ## [7.10.15] - 02-13-2026
2
6
 
3
7
  - **UPDATED** - `Insights` CategoryBudget style changes
@@ -1,21 +1,20 @@
1
- import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
- import s from "@mui/material/Button";
3
- import i from "@mui/material/Stack";
4
- import { Icon as x } from "@mxenabled/mx-icons";
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 y = ({
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: n,
12
+ primaryButtonStartIcon: i,
13
13
  secondaryButton: r,
14
14
  subText: d,
15
- sx: h,
16
- variant: f = "buttons"
17
- }) => /* @__PURE__ */ o(
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(x, { name: p, size: 48, sx: { color: m } }),
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
- f === "buttons" && (e || r) && /* @__PURE__ */ o(
50
- i,
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
- s,
58
+ x,
60
59
  {
61
60
  onClick: () => a?.("primary"),
62
- startIcon: n ? /* @__PURE__ */ t(x, { name: n }) : void 0,
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
- s,
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
- y as E
83
+ b as E
85
84
  };
@@ -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-DoxNUae-.mjs";
30
+ import { E as le } from "../EmptyState-DHAkGsjk.mjs";
31
31
  import { A as N, W as Ye } from "../WidgetContainer-BxDAkXZT.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-DoxNUae-.mjs";
20
+ import { E as Ze } from "../EmptyState-DHAkGsjk.mjs";
21
21
  import { R as et } from "../RecurringSettings-DyR9KleL.mjs";
22
22
  import tt from "@mui/material/Tabs";
23
23
  import ye from "@mui/material/Tab";
@@ -10,7 +10,6 @@ interface EmptyWidgetProps {
10
10
  secondaryButton?: string;
11
11
  subText: string;
12
12
  sx?: SxProps;
13
- variant?: 'buttons' | 'no-buttons';
14
13
  }
15
14
  export declare const EmptyState: React.FC<EmptyWidgetProps>;
16
15
  export {};
@@ -28,7 +28,7 @@ import { I as Js } from "../CashflowStore-D9Dpuz7X.mjs";
28
28
  import { d as ct } from "../GoalStore-CpK43RJt.mjs";
29
29
  import { C as er, G as sr, M as rr, T as or } from "../GoalStore-CpK43RJt.mjs";
30
30
  import { C as ir } from "../CurrencyText-C-85TnUF.mjs";
31
- import { E as cr } from "../EmptyState-DoxNUae-.mjs";
31
+ import { E as cr } from "../EmptyState-DHAkGsjk.mjs";
32
32
  import { L as ur } from "../ListItemAction-CpS4YY0y.mjs";
33
33
  import { T as dt } from "../TrendsStore-Ys6BY_Uo.mjs";
34
34
  import { L as hr } from "../TrendsStore-Ys6BY_Uo.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 { D as Pn } from "../Dialog-BqUCsQvo.mjs";
25
25
  import { u as Ct } from "../useDimensions-CeDR9V8N.mjs";
26
- import { E as Le } from "../EmptyState-DoxNUae-.mjs";
26
+ import { E as Le } from "../EmptyState-DHAkGsjk.mjs";
27
27
  import Wn from "@mui/material/Chip";
28
28
  import { D as re } from "../Drawer-DV4NTsFg.mjs";
29
29
  import pe from "@mui/material/Divider";
@@ -650,8 +650,7 @@ const Ao = "https://content.moneydesktop.com/storage/MD_Assets/serenity/loading_
650
650
  lineHeight: "24px",
651
651
  mt: 8
652
652
  }
653
- },
654
- variant: "no-buttons"
653
+ }
655
654
  }
656
655
  ) });
657
656
  }, Ue = k(Ro), Lo = () => {
@@ -1995,8 +1994,7 @@ const zo = ({ total: t }) => {
1995
1994
  lineHeight: "24px",
1996
1995
  mt: 8
1997
1996
  }
1998
- },
1999
- variant: "no-buttons"
1997
+ }
2000
1998
  }
2001
1999
  ),
2002
2000
  /* @__PURE__ */ e(Ue, { chartFor: "debtOverTime" })
@@ -2094,8 +2092,7 @@ const zo = ({ total: t }) => {
2094
2092
  lineHeight: "24px",
2095
2093
  mt: 8
2096
2094
  }
2097
- },
2098
- variant: "no-buttons"
2095
+ }
2099
2096
  }
2100
2097
  ),
2101
2098
  w.donutData.length > 0 ? /* @__PURE__ */ i(
@@ -2181,8 +2178,7 @@ const zo = ({ total: t }) => {
2181
2178
  lineHeight: "24px",
2182
2179
  mt: 8
2183
2180
  }
2184
- },
2185
- variant: "no-buttons"
2181
+ }
2186
2182
  }
2187
2183
  )
2188
2184
  ] });
@@ -51,7 +51,7 @@ import { D as _t } from "../Dialog-BqUCsQvo.mjs";
51
51
  import { u as Ke } from "../useWidgetLoadTimer-BYMP5Q8g.mjs";
52
52
  import { A as X, W as ut } from "../WidgetContainer-BxDAkXZT.mjs";
53
53
  import { L as Me } from "../Loader-DUaFpDGv.mjs";
54
- import { E as pt } from "../EmptyState-DoxNUae-.mjs";
54
+ import { E as pt } from "../EmptyState-DHAkGsjk.mjs";
55
55
  import ht from "@mui/material/Stack/Stack";
56
56
  import bt from "@mui/material/Box";
57
57
  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-DoxNUae-.mjs";
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-DoxNUae-.mjs";
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,