@mx-cartographer/experiences 7.2.13-alpha-ram1-finstrongtesting-wec-947 → 7.2.13-alpha-ram2-finstrongtesting-wec-965
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/dist/{EmptyState-DA_lfRBv.mjs → EmptyState-DoxNUae-.mjs} +24 -22
- package/dist/budgets/index.es.js +1 -1
- package/dist/cashflow/index.es.js +1 -1
- package/dist/common/index.es.js +1 -1
- package/dist/finstrong/index.es.js +206 -207
- 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 +1 -1
- package/package.json +1 -1
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { Icon as
|
|
5
|
-
import { Text as
|
|
6
|
-
const
|
|
7
|
-
icon:
|
|
8
|
-
iconColor:
|
|
9
|
-
header:
|
|
10
|
-
onClick:
|
|
2
|
+
import s from "@mui/material/Button";
|
|
3
|
+
import i from "@mui/material/Stack";
|
|
4
|
+
import { Icon as x } from "@mxenabled/mx-icons";
|
|
5
|
+
import { Text as c } from "@mxenabled/mxui";
|
|
6
|
+
const y = ({
|
|
7
|
+
icon: p,
|
|
8
|
+
iconColor: m,
|
|
9
|
+
header: l,
|
|
10
|
+
onClick: a,
|
|
11
11
|
primaryButton: e,
|
|
12
|
-
primaryButtonStartIcon:
|
|
12
|
+
primaryButtonStartIcon: n,
|
|
13
13
|
secondaryButton: r,
|
|
14
14
|
subText: d,
|
|
15
15
|
sx: h,
|
|
16
16
|
variant: f = "buttons"
|
|
17
17
|
}) => /* @__PURE__ */ o(
|
|
18
|
-
|
|
18
|
+
i,
|
|
19
19
|
{
|
|
20
20
|
sx: {
|
|
21
21
|
alignItems: "center",
|
|
@@ -25,19 +25,21 @@ const j = ({
|
|
|
25
25
|
...h
|
|
26
26
|
},
|
|
27
27
|
children: [
|
|
28
|
-
/* @__PURE__ */ t(
|
|
28
|
+
/* @__PURE__ */ t(x, { name: p, size: 48, sx: { color: m } }),
|
|
29
29
|
/* @__PURE__ */ t(
|
|
30
|
-
|
|
30
|
+
c,
|
|
31
31
|
{
|
|
32
|
+
className: "empty-state-header",
|
|
32
33
|
color: "text.primary",
|
|
33
34
|
sx: { fontWeight: 600, mt: 16, textAlign: "center", textWrap: "wrap" },
|
|
34
35
|
variant: "body1",
|
|
35
|
-
children:
|
|
36
|
+
children: l
|
|
36
37
|
}
|
|
37
38
|
),
|
|
38
39
|
/* @__PURE__ */ t(
|
|
39
|
-
|
|
40
|
+
c,
|
|
40
41
|
{
|
|
42
|
+
className: "empty-state-subtext",
|
|
41
43
|
color: "text.secondary",
|
|
42
44
|
sx: { fontWeight: 400, textAlign: "center", textWrap: "wrap", width: "calc(100% - 8px)" },
|
|
43
45
|
variant: "subtitle2",
|
|
@@ -45,7 +47,7 @@ const j = ({
|
|
|
45
47
|
}
|
|
46
48
|
),
|
|
47
49
|
f === "buttons" && (e || r) && /* @__PURE__ */ o(
|
|
48
|
-
|
|
50
|
+
i,
|
|
49
51
|
{
|
|
50
52
|
className: "buttons-footer",
|
|
51
53
|
sx: {
|
|
@@ -54,19 +56,19 @@ const j = ({
|
|
|
54
56
|
},
|
|
55
57
|
children: [
|
|
56
58
|
e && /* @__PURE__ */ t(
|
|
57
|
-
|
|
59
|
+
s,
|
|
58
60
|
{
|
|
59
|
-
onClick: () =>
|
|
60
|
-
startIcon:
|
|
61
|
+
onClick: () => a?.("primary"),
|
|
62
|
+
startIcon: n ? /* @__PURE__ */ t(x, { name: n }) : void 0,
|
|
61
63
|
sx: { textWrap: "nowrap" },
|
|
62
64
|
variant: "contained",
|
|
63
65
|
children: e
|
|
64
66
|
}
|
|
65
67
|
),
|
|
66
68
|
r && /* @__PURE__ */ t(
|
|
67
|
-
|
|
69
|
+
s,
|
|
68
70
|
{
|
|
69
|
-
onClick: () =>
|
|
71
|
+
onClick: () => a?.("secondary"),
|
|
70
72
|
sx: { textWrap: "nowrap" },
|
|
71
73
|
variant: "text",
|
|
72
74
|
children: r
|
|
@@ -79,5 +81,5 @@ const j = ({
|
|
|
79
81
|
}
|
|
80
82
|
);
|
|
81
83
|
export {
|
|
82
|
-
|
|
84
|
+
y as E
|
|
83
85
|
};
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -27,7 +27,7 @@ import Ke from "@mui/material/Tooltip";
|
|
|
27
27
|
import { useTheme as Xe } from "@mui/material/styles";
|
|
28
28
|
import { u as ie } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
29
29
|
import { L as z } from "../Loader-DUaFpDGv.mjs";
|
|
30
|
-
import { E as ue } from "../EmptyState-
|
|
30
|
+
import { E as ue } from "../EmptyState-DoxNUae-.mjs";
|
|
31
31
|
import { A as k, W as Ve } from "../WidgetContainer-GoNq8wwm.mjs";
|
|
32
32
|
import { u as Ye } from "../BudgetUtil-wjoNuj7B.mjs";
|
|
33
33
|
import { M as Ze } from "../MiniWidgetContainer-CmXpTylX.mjs";
|
|
@@ -16,7 +16,7 @@ import { I as fe } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
|
16
16
|
import { C as jn } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
17
17
|
import { b as M } from "../Localization-2MODESHW.mjs";
|
|
18
18
|
import { M as Ke } from "../MiniWidgetContainer-CmXpTylX.mjs";
|
|
19
|
-
import { E as Je } from "../EmptyState-
|
|
19
|
+
import { E as Je } from "../EmptyState-DoxNUae-.mjs";
|
|
20
20
|
import { R as Ze } from "../RecurringSettings-DfAMEAuh.mjs";
|
|
21
21
|
import et from "@mui/material/Tabs";
|
|
22
22
|
import Ce from "@mui/material/Tab";
|
package/dist/common/index.es.js
CHANGED
|
@@ -28,7 +28,7 @@ import { I as hr } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
|
28
28
|
import { d as it } from "../GoalStore-deVLYr7n.mjs";
|
|
29
29
|
import { C as pr, G as mr, M as _r, T as fr } from "../GoalStore-deVLYr7n.mjs";
|
|
30
30
|
import { C as Sr } from "../CurrencyText-kyC1aseI.mjs";
|
|
31
|
-
import { E as wr } from "../EmptyState-
|
|
31
|
+
import { E as wr } from "../EmptyState-DoxNUae-.mjs";
|
|
32
32
|
import { L as Cr } from "../ListItemAction-uobBrm_a.mjs";
|
|
33
33
|
import { T as ct } from "../TrendsStore-BVNxGsE4.mjs";
|
|
34
34
|
import { L as Dr, S as Ar } from "../TrendsStore-BVNxGsE4.mjs";
|