@mx-cartographer/experiences 5.2.8-alpha.al7 → 5.2.8-alpha.al8
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/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1298,7 +1298,7 @@ const nc = (A, t) => {
|
|
|
1298
1298
|
i ? I(o, i) : I(o);
|
|
1299
1299
|
});
|
|
1300
1300
|
}, [A, i]);
|
|
1301
|
-
}, CA = () => ({
|
|
1301
|
+
}, CA = () => (console.log(window.outerWidth), {
|
|
1302
1302
|
// Larger than 1200
|
|
1303
1303
|
isDesktop: Vt(uA().breakpoints.up("xl")),
|
|
1304
1304
|
// Smaller than 768
|
|
@@ -3177,9 +3177,9 @@ const wt = ({
|
|
|
3177
3177
|
{
|
|
3178
3178
|
alignItems: "center",
|
|
3179
3179
|
flexDirection: "row",
|
|
3180
|
-
sx: { border: "1px solid red", width: "
|
|
3180
|
+
sx: { border: "1px solid red", maxWidth: "100%", width: "100%" },
|
|
3181
3181
|
children: [
|
|
3182
|
-
w && i && /* @__PURE__ */ e(O, { children: /* @__PURE__ */ e(
|
|
3182
|
+
w && i && /* @__PURE__ */ e(O, { sx: { border: "1px solid green" }, children: /* @__PURE__ */ e(
|
|
3183
3183
|
Dr,
|
|
3184
3184
|
{
|
|
3185
3185
|
calendarActions: i,
|
|
@@ -3246,7 +3246,7 @@ const wt = ({
|
|
|
3246
3246
|
}
|
|
3247
3247
|
),
|
|
3248
3248
|
a && /* @__PURE__ */ e(G, { sx: { mt: w ? 48 : 24 } }),
|
|
3249
|
-
i && (y || x) && /* @__PURE__ */ s(H, { gap: 24, justifyContent: "center", sx: { mt: 16 }, children: [
|
|
3249
|
+
i && (y || x) && /* @__PURE__ */ s(H, { gap: 24, justifyContent: "center", sx: { border: "1px solid blue", mt: 16 }, children: [
|
|
3250
3250
|
f && /* @__PURE__ */ e(G, {}),
|
|
3251
3251
|
/* @__PURE__ */ e(
|
|
3252
3252
|
Dr,
|