@mx-cartographer/experiences 6.3.11-alpha.sms5 → 6.3.11-alpha.sms6
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 +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -18078,10 +18078,11 @@ const k1 = ({
|
|
18078
18078
|
};
|
18079
18079
|
await d(W);
|
18080
18080
|
}, [U, { height: Z, width: Ee }] = Do();
|
18081
|
-
return console.log("height, width", Z, Ee),
|
18081
|
+
return console.log("height, width", Z, Ee), /* @__PURE__ */ l(
|
18082
18082
|
L,
|
18083
18083
|
{
|
18084
18084
|
component: "form",
|
18085
|
+
ref: U,
|
18085
18086
|
sx: {
|
18086
18087
|
backgroundColor: "background.paper",
|
18087
18088
|
padding: o ? "24px 24px 48px 24px" : "24px 0px 48px 0px",
|