@mx-cartographer/experiences 6.24.11 → 6.24.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,7 @@
1
+ ## [6.24.12] - 08-13-2025
2
+
3
+ - **FIXED** - App bar settings overflow on compact devices
4
+
1
5
  ## [6.24.11] - 08-12-2025
2
6
 
3
7
  - **FIXED** - Unwanted white space issue in the Budgets widget by updating usage of `detailedBudgets` for consistent filtering
package/dist/index.es.js CHANGED
@@ -3458,15 +3458,18 @@ const ha = ({
3458
3458
  })
3459
3459
  ] }),
3460
3460
  sx: {
3461
+ p: v ? 48 : 24,
3462
+ pb: 0,
3461
3463
  "& .MuiCardHeader-action": {
3464
+ mr: 0,
3462
3465
  ...i && v && { flexGrow: 1 },
3463
- ...(w || D) && { alignSelf: "center" },
3464
- mr: 0
3466
+ ...(w || D) && { alignSelf: "center" }
3465
3467
  },
3466
- p: v ? 48 : 24,
3467
- pb: 0
3468
+ "& .MuiCardHeader-content": {
3469
+ overflow: "hidden"
3470
+ }
3468
3471
  },
3469
- title: v || D ? /* @__PURE__ */ t($t, { children: m }) : /* @__PURE__ */ l(b, { alignItems: "center", flexDirection: "row", children: [
3472
+ title: v || D ? /* @__PURE__ */ t($t, { children: m }) : /* @__PURE__ */ l(b, { alignItems: "center", flexDirection: "row", sx: { overflow: "hidden" }, children: [
3470
3473
  w && d && /* @__PURE__ */ t(
3471
3474
  Fe,
3472
3475
  {