@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 +4 -0
- package/dist/index.es.js +8 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
-
|
|
3467
|
-
|
|
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
|
{
|