@mx-cartographer/experiences 6.3.4-alpha.sms1 → 6.3.4-alpha.sms3
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 +1 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -18080,7 +18080,7 @@ const M1 = ({
|
|
18080
18080
|
padding: K ? "24px 24px 48px 24px" : "24px 0px 48px 0px",
|
18081
18081
|
width: r ? 320 : K ? 680 : a ? 990 : 400,
|
18082
18082
|
"& .MuiTextField-root": {
|
18083
|
-
width: r ? 272 :
|
18083
|
+
width: r ? 272 : K ? 328 : a ? 483 : 352
|
18084
18084
|
}
|
18085
18085
|
},
|
18086
18086
|
children: [
|
@@ -19071,7 +19071,6 @@ const el = A(
|
|
19071
19071
|
/* @__PURE__ */ t(
|
19072
19072
|
Li,
|
19073
19073
|
{
|
19074
|
-
anchorOrigin: { vertical: "bottom", horizontal: "right" },
|
19075
19074
|
autoHideDuration: 3500,
|
19076
19075
|
onClose: () => c(""),
|
19077
19076
|
open: !!s.message,
|