@mx-cartographer/experiences 6.3.4-alpha.sms2 → 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 CHANGED
@@ -18077,11 +18077,10 @@ const M1 = ({
18077
18077
  component: "form",
18078
18078
  sx: {
18079
18079
  backgroundColor: "background.paper",
18080
- justifyContent: K ? "center" : "flex-start",
18081
18080
  padding: K ? "24px 24px 48px 24px" : "24px 0px 48px 0px",
18082
18081
  width: r ? 320 : K ? 680 : a ? 990 : 400,
18083
18082
  "& .MuiTextField-root": {
18084
- width: r ? 272 : s ? 328 : a ? 483 : 352
18083
+ width: r ? 272 : K ? 328 : a ? 483 : 352
18085
18084
  }
18086
18085
  },
18087
18086
  children: [
@@ -19072,7 +19071,6 @@ const el = A(
19072
19071
  /* @__PURE__ */ t(
19073
19072
  Li,
19074
19073
  {
19075
- anchorOrigin: { vertical: "bottom", horizontal: "right" },
19076
19074
  autoHideDuration: 3500,
19077
19075
  onClose: () => c(""),
19078
19076
  open: !!s.message,