@mx-cartographer/experiences 5.2.11-alpha.al0 → 5.2.12

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,11 @@
1
+ ## [5.2.12] - 04-11-2025
2
+
3
+ - **FIXED** - Widget Container | Header responsiveness when multiple actions
4
+
5
+ ## [5.2.11] - 04-11-2025
6
+
7
+ - **FIXED** - Debts | Paydown drawer background color issue fix
8
+
1
9
  ## [5.2.10] - 04-09-2025
2
10
 
3
11
  - **ADDED** - Copy types and mock data for navigation copy
package/dist/index.es.js CHANGED
@@ -11091,7 +11091,7 @@ const jI = ({
11091
11091
  );
11092
11092
  }), Nh = () => {
11093
11093
  const { debts: A } = X(), { totalMonthlyPayments: t } = Mi(), { monthlyCashFlowProfile: i } = FA(), n = t + Number(i?.extra_payment);
11094
- return /* @__PURE__ */ s(H, { children: [
11094
+ return /* @__PURE__ */ s(H, { sx: { backgroundColor: "background.default", height: "100%" }, children: [
11095
11095
  /* @__PURE__ */ s(H, { p: 24, children: [
11096
11096
  /* @__PURE__ */ s(H, { alignItems: "center", gap: 4, mb: 24, children: [
11097
11097
  /* @__PURE__ */ e(R, { variant: "Body", children: A.paydown_drawer_mimimum_label }),
@@ -11103,7 +11103,7 @@ const jI = ({
11103
11103
  /* @__PURE__ */ e(R, { truncate: !1, variant: "ParagraphSmall", children: A.paydown_drawer_description })
11104
11104
  ] })
11105
11105
  ] }),
11106
- /* @__PURE__ */ e(H, { bgcolor: "background.default", children: /* @__PURE__ */ e(Mh, {}) }),
11106
+ /* @__PURE__ */ e(H, { sx: { backgroundColor: "background.paper" }, children: /* @__PURE__ */ e(Mh, {}) }),
11107
11107
  /* @__PURE__ */ e(H, { flexDirection: "row-reverse", px: 24, py: 12, children: /* @__PURE__ */ s(H, { gap: 4, children: [
11108
11108
  /* @__PURE__ */ e(R, { variant: "Small", children: A.paydown_drawer_total_payment }),
11109
11109
  /* @__PURE__ */ e(R, { bold: !0, textAlign: "right", variant: "Body", children: M(n, "0,0") })