@mx-cartographer/experiences 7.0.52-alpha.sms1 → 7.0.53-alpha.mega1

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,9 @@
1
+ ## [7.0.52] - 10-11-2025
2
+
3
+ - **FIXED** - Resolved `BubbleChart` overflow issue on compact devices
4
+ - **FIXED** - Made `BubbleChart` responsive to screen size changes
5
+ - **FIXED** - Prevented full re-render of bubble budgets when adding a new budget
6
+
1
7
  ## [7.0.51] - 10-09-2025
2
8
 
3
9
  - **ADDED** - Add style font name to the client config
@@ -4,9 +4,9 @@ import i from "@mui/material/Stack";
4
4
  import { Icon as d } from "@mxenabled/mx-icons";
5
5
  import { H2 as f, Text as h } from "@mxenabled/mxui";
6
6
  const S = ({
7
- iconColor: x,
8
- header: c,
9
- icon: s,
7
+ icon: x,
8
+ iconColor: c,
9
+ header: s,
10
10
  onClick: a,
11
11
  primaryButton: r,
12
12
  secondaryButton: e,
@@ -23,8 +23,8 @@ const S = ({
23
23
  ...l
24
24
  },
25
25
  children: [
26
- /* @__PURE__ */ t(d, { name: s, size: 54, sx: { color: x } }),
27
- /* @__PURE__ */ t(f, { color: "text.primary", sx: { textWrap: "wrap", textAlign: "center" }, children: c }),
26
+ /* @__PURE__ */ t(d, { name: x, size: 54, sx: { color: c } }),
27
+ /* @__PURE__ */ t(f, { color: "text.primary", sx: { textWrap: "wrap", textAlign: "center" }, children: s }),
28
28
  /* @__PURE__ */ t(
29
29
  h,
30
30
  {
@@ -0,0 +1,56 @@
1
+ import { jsxs as r, jsx as i, Fragment as g } from "react/jsx-runtime";
2
+ import x from "@mui/material/Box";
3
+ import C from "@mui/material/Button";
4
+ import u from "@mui/material/Card";
5
+ import v from "@mui/material/CardHeader";
6
+ import b from "@mui/material/CardContent";
7
+ import W from "@mui/material/IconButton";
8
+ import { Icon as z, ChevronRight as H } from "@mxenabled/mx-icons";
9
+ import { H3 as I, Text as B, P as M } from "@mxenabled/mxui";
10
+ import { u as S } from "./useDimensions-27p2evRx.mjs";
11
+ import { W as j } from "./hooks-CE2TKk4a.mjs";
12
+ const w = ({
13
+ children: a,
14
+ className: m = "mx-cmn-mini-widget",
15
+ closeLabel: l,
16
+ contentStyles: d,
17
+ onClose: e,
18
+ onPrimaryCtaClick: o,
19
+ primaryCtaLabel: s = "",
20
+ subTitle: n = "",
21
+ sx: c = {},
22
+ title: t = ""
23
+ }) => {
24
+ const [p, { height: h, width: f }] = S();
25
+ return /* @__PURE__ */ r(u, { className: m, sx: { ...c }, children: [
26
+ /* @__PURE__ */ i(
27
+ v,
28
+ {
29
+ sx: { pb: 8 },
30
+ title: /* @__PURE__ */ r(g, { children: [
31
+ /* @__PURE__ */ r(
32
+ x,
33
+ {
34
+ sx: {
35
+ alignItems: "center",
36
+ display: "grid",
37
+ gap: 2,
38
+ gridTemplateColumns: "1fr auto",
39
+ pb: 4
40
+ },
41
+ children: [
42
+ t && /* @__PURE__ */ i(I, { children: t }),
43
+ e ? /* @__PURE__ */ i(W, { "aria-label": l, onClick: e, size: "small", children: /* @__PURE__ */ i(z, { name: "close", size: 24 }) }) : o && /* @__PURE__ */ i(C, { endIcon: /* @__PURE__ */ i(H, {}), onClick: o, size: "small", children: /* @__PURE__ */ i(B, { bold: !0, variant: "Small", children: s }) })
44
+ ]
45
+ }
46
+ ),
47
+ n && /* @__PURE__ */ i(M, { color: "text.secondary", sx: { fontSize: 15, lineHeight: "20px" }, variant: "Small", children: n })
48
+ ] })
49
+ }
50
+ ),
51
+ /* @__PURE__ */ i(b, { ref: p, sx: { p: 0, ...d }, children: /* @__PURE__ */ i(j, { availableHeight: h, availableWidth: f, children: a }) })
52
+ ] });
53
+ }, G = w;
54
+ export {
55
+ G as M
56
+ };
@@ -1400,7 +1400,7 @@ const $ = u.createContext(null), Et = ({
1400
1400
  children: /* @__PURE__ */ e(
1401
1401
  be,
1402
1402
  {
1403
- sx: {
1403
+ style: {
1404
1404
  color: f ? m : c
1405
1405
  }
1406
1406
  }
@@ -1443,7 +1443,7 @@ const $ = u.createContext(null), Et = ({
1443
1443
  children: /* @__PURE__ */ e(
1444
1444
  Me,
1445
1445
  {
1446
- sx: {
1446
+ style: {
1447
1447
  color: h ? m : c
1448
1448
  }
1449
1449
  }
@@ -23,7 +23,7 @@ import { L as R } from "../Loader-DUaFpDGv.mjs";
23
23
  import { k as U, l as e1 } from "../ConnectDrawer-SHjB2fpB.mjs";
24
24
  import { F as G1, M as K1 } from "../ConnectDrawer-SHjB2fpB.mjs";
25
25
  import t1 from "@mui/material/ListItem";
26
- import { M as $ } from "../MiniWidgetContainer-CldJb_TI.mjs";
26
+ import { M as $ } from "../MiniWidgetContainer-DTQdRK-3.mjs";
27
27
  import l1 from "@mui/material/Stack";
28
28
  import { A as P1, a as Y1 } from "../AccountStore-XZqHTKm3.mjs";
29
29
  const i1 = () => {
@@ -8,7 +8,7 @@ import a from "@mui/material/Stack";
8
8
  import _ from "@mui/material/styles/useTheme";
9
9
  import { Text as u, TextField as L } from "@mxenabled/mxui";
10
10
  import { L as W } from "../Loader-DUaFpDGv.mjs";
11
- import { M as j } from "../MiniWidgetContainer-CldJb_TI.mjs";
11
+ import { M as j } from "../MiniWidgetContainer-DTQdRK-3.mjs";
12
12
  import { k as f, u as b, g as q, b as E } from "../hooks-CE2TKk4a.mjs";
13
13
  import Q from "@mui/material/ToggleButton";
14
14
  import G from "@mui/material/ToggleButtonGroup";
@@ -1,6 +1,7 @@
1
+ import { default as React } from 'react';
1
2
  import { BubbleData } from '../BubbleChart';
2
3
  interface MercuryProps {
3
4
  bubble: BubbleData;
4
5
  }
5
- export declare function Mercury({ bubble }: MercuryProps): import("react/jsx-runtime").JSX.Element;
6
- export {};
6
+ declare const _default: React.MemoExoticComponent<({ bubble }: MercuryProps) => import("react/jsx-runtime").JSX.Element>;
7
+ export default _default;