sixseconds-modules 1.6.171 → 1.6.173

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.cjs.js CHANGED
@@ -14419,7 +14419,8 @@ function ChangePasswordDialog({ isOpen, email, t: t2, setInitialState }) {
14419
14419
  PaperProps: {
14420
14420
  sx: {
14421
14421
  borderRadius: "16px",
14422
- boxShadow: "0px 12px 32px rgba(0,0,0,0.12)"
14422
+ boxShadow: "0px 12px 32px rgba(0,0,0,0.12)",
14423
+ display: "block !important"
14423
14424
  }
14424
14425
  },
14425
14426
  onClose: () => handleCloseUtil(setInitialState),
@@ -14462,7 +14463,7 @@ function ChangePasswordDialog({ isOpen, email, t: t2, setInitialState }) {
14462
14463
  borderRadius: "12px",
14463
14464
  boxShadow: "0px 4px 12px rgba(0,0,0,0.03)"
14464
14465
  },
14465
- children: /* @__PURE__ */ jsxRuntime.jsxs(material.Grid, { container: true, spacing: 3, children: [
14466
+ children: /* @__PURE__ */ jsxRuntime.jsxs(material.Grid, { container: true, spacing: 3, sx: { display: "block !important" }, children: [
14466
14467
  /* @__PURE__ */ jsxRuntime.jsxs(material.Grid, { item: true, xs: 12, children: [
14467
14468
  /* @__PURE__ */ jsxRuntime.jsx(
14468
14469
  LabeledInput,