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.es.js CHANGED
@@ -14401,7 +14401,8 @@ function ChangePasswordDialog({ isOpen, email, t: t2, setInitialState }) {
14401
14401
  PaperProps: {
14402
14402
  sx: {
14403
14403
  borderRadius: "16px",
14404
- boxShadow: "0px 12px 32px rgba(0,0,0,0.12)"
14404
+ boxShadow: "0px 12px 32px rgba(0,0,0,0.12)",
14405
+ display: "block !important"
14405
14406
  }
14406
14407
  },
14407
14408
  onClose: () => handleCloseUtil(setInitialState),
@@ -14444,7 +14445,7 @@ function ChangePasswordDialog({ isOpen, email, t: t2, setInitialState }) {
14444
14445
  borderRadius: "12px",
14445
14446
  boxShadow: "0px 4px 12px rgba(0,0,0,0.03)"
14446
14447
  },
14447
- children: /* @__PURE__ */ jsxs(Grid, { container: true, spacing: 3, children: [
14448
+ children: /* @__PURE__ */ jsxs(Grid, { container: true, spacing: 3, sx: { display: "block !important" }, children: [
14448
14449
  /* @__PURE__ */ jsxs(Grid, { item: true, xs: 12, children: [
14449
14450
  /* @__PURE__ */ jsx(
14450
14451
  LabeledInput,