@mx-cartographer/experiences 7.0.59-alpha.al1 → 7.0.60

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,7 +1,15 @@
1
- ## [7.0.58] - 10-24-2025
1
+ ## [7.0.60] - 10-27-2025
2
+
3
+ - **ADDED** - `show_back_button` param to app config
4
+
5
+ ## [7.0.59] - 10-27-2025
2
6
 
3
7
  - **UPDATED** - Cash Flow mini widget zero state
4
8
 
9
+ ## [7.0.58] - 10-24-2025
10
+
11
+ - **FIXED** - Trends Insights Micro Widget navigation overlapped in stand-alone widget
12
+
5
13
  ## [7.0.57] - 10-22-2025
6
14
 
7
15
  - **FIXED** - Layout cutoff issue on Create Budgets for mobile devices
@@ -1,41 +1,42 @@
1
- import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
- import o from "@mui/material/Button";
3
- import i from "@mui/material/Stack";
4
- import { Icon as d } from "@mxenabled/mx-icons";
5
- import { H2 as h, Text as f } from "@mxenabled/mxui";
6
- const S = ({
7
- icon: c,
8
- iconColor: x,
9
- header: s,
1
+ import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
+ import i from "@mui/material/Button";
3
+ import c from "@mui/material/Stack";
4
+ import { Icon as x } from "@mxenabled/mx-icons";
5
+ import { H2 as f, Text as g } from "@mxenabled/mxui";
6
+ const k = ({
7
+ icon: s,
8
+ iconColor: l,
9
+ header: p,
10
10
  onClick: a,
11
11
  primaryButton: r,
12
+ primaryButtonStartIcon: n,
12
13
  secondaryButton: e,
13
- subText: p,
14
- sx: l,
15
- variant: m = "buttons"
16
- }) => /* @__PURE__ */ n(
17
- i,
14
+ subText: m,
15
+ sx: d,
16
+ variant: h = "buttons"
17
+ }) => /* @__PURE__ */ o(
18
+ c,
18
19
  {
19
20
  sx: {
20
21
  mt: 54,
21
22
  alignItems: "center",
22
23
  alignSelf: "center",
23
- ...l
24
+ ...d
24
25
  },
25
26
  children: [
26
- /* @__PURE__ */ t(d, { name: c, size: 54, sx: { color: x } }),
27
- /* @__PURE__ */ t(h, { color: "text.primary", sx: { textWrap: "wrap", textAlign: "center" }, children: s }),
27
+ /* @__PURE__ */ t(x, { name: s, size: 54, sx: { color: l } }),
28
+ /* @__PURE__ */ t(f, { color: "text.primary", sx: { textWrap: "wrap", textAlign: "center" }, children: p }),
28
29
  /* @__PURE__ */ t(
29
- f,
30
+ g,
30
31
  {
31
32
  color: "text.secondary",
32
33
  sx: { textAlign: "center", textWrap: "wrap", width: "calc(100% - 8px)" },
33
34
  variant: "Paragraph",
34
- children: p
35
+ children: m
35
36
  }
36
37
  ),
37
- m === "buttons" && (r || e) && /* @__PURE__ */ n(
38
- i,
38
+ h === "buttons" && (r || e) && /* @__PURE__ */ o(
39
+ c,
39
40
  {
40
41
  className: "buttons-footer",
41
42
  sx: {
@@ -44,16 +45,17 @@ const S = ({
44
45
  },
45
46
  children: [
46
47
  r && /* @__PURE__ */ t(
47
- o,
48
+ i,
48
49
  {
49
50
  onClick: () => a?.("primary"),
51
+ startIcon: n ? /* @__PURE__ */ t(x, { name: n }) : void 0,
50
52
  sx: { textWrap: "nowrap" },
51
53
  variant: "contained",
52
54
  children: r
53
55
  }
54
56
  ),
55
57
  e && /* @__PURE__ */ t(
56
- o,
58
+ i,
57
59
  {
58
60
  onClick: () => a?.("secondary"),
59
61
  sx: { textWrap: "nowrap" },
@@ -68,5 +70,5 @@ const S = ({
68
70
  }
69
71
  );
70
72
  export {
71
- S as E
73
+ k as E
72
74
  };
@@ -26,7 +26,7 @@ import * as O from "d3";
26
26
  import Xe from "@mui/material/Tooltip";
27
27
  import { u as se } from "../useScreenSize-B6JyS_Lj.mjs";
28
28
  import { L as G } from "../Loader-DUaFpDGv.mjs";
29
- import { E as de } from "../EmptyState-w2yYDuKG.mjs";
29
+ import { E as de } from "../EmptyState-DsXpMcro.mjs";
30
30
  import { A as L, W as Ke } from "../WidgetContainer-B8MRJ5Y1.mjs";
31
31
  import { u as Ve } from "../BudgetUtil-2EncZLBQ.mjs";
32
32
  import { M as Ye } from "../MiniWidgetContainer-DTQdRK-3.mjs";