sixseconds-modules 1.6.14 → 1.6.15

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
@@ -9487,13 +9487,13 @@ function ViewProfileDialog({ userData, setInitialState, isOpen }) {
9487
9487
  material.Dialog,
9488
9488
  {
9489
9489
  fullWidth: false,
9490
- sx: { "& .MuiPaper-root": { maxWidth: "400px", borderRadius: "12px" } },
9490
+ sx: { "& .MuiPaper-root": { maxWidth: "600px", borderRadius: "12px" } },
9491
9491
  onClose: () => handleCloseUtil(setInitialState),
9492
9492
  open: isOpen,
9493
9493
  "aria-labelledby": "draggable-dialog-title",
9494
9494
  children: [
9495
9495
  /* @__PURE__ */ jsxRuntime.jsxs(ProfileStyled, { children: [
9496
- /* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { textAlign: "right" }, children: /* @__PURE__ */ jsxRuntime.jsx(
9496
+ /* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { textAlign: "right", padding: "10px 10px 0px 0px" }, children: /* @__PURE__ */ jsxRuntime.jsx(
9497
9497
  material.IconButton,
9498
9498
  {
9499
9499
  onClick: () => setInitialState((p) => ({ ...p, toggles: { ...p.toggles, viewProfile: false } })),
@@ -9502,7 +9502,7 @@ function ViewProfileDialog({ userData, setInitialState, isOpen }) {
9502
9502
  children: /* @__PURE__ */ jsxRuntime.jsx(CloseIcon, {})
9503
9503
  }
9504
9504
  ) }),
9505
- /* @__PURE__ */ jsxRuntime.jsx(material.Box, { children: /* @__PURE__ */ jsxRuntime.jsxs(material.Grid, { container: true, spacing: 2, children: [
9505
+ /* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { p: 2 }, children: /* @__PURE__ */ jsxRuntime.jsxs(material.Grid, { container: true, spacing: 2, children: [
9506
9506
  /* @__PURE__ */ jsxRuntime.jsxs(material.Grid, { item: true, xs: 12, lg: 6, children: [
9507
9507
  /* @__PURE__ */ jsxRuntime.jsx(material.Box, { children: /* @__PURE__ */ jsxRuntime.jsx(
9508
9508
  material.Avatar,
@@ -10407,11 +10407,11 @@ function ChangePasswordDialog({ isOpen, email, t: t2, setInitialState }) {
10407
10407
  material.Dialog,
10408
10408
  {
10409
10409
  fullWidth: false,
10410
- sx: { "& .MuiPaper-root": { maxWidth: "400px", borderRadius: "12px" } },
10410
+ sx: { "& .MuiPaper-root": { maxWidth: "600px", borderRadius: "12px" } },
10411
10411
  onClose: () => handleCloseUtil(setInitialState),
10412
10412
  open: isOpen,
10413
10413
  "aria-labelledby": "draggable-dialog-title",
10414
- children: /* @__PURE__ */ jsxRuntime.jsx(ChangePasswordStyled, { children: /* @__PURE__ */ jsxRuntime.jsx("form", { onSubmit: formik.handleSubmit, children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { sx: { pr: { xs: 0, lg: 8 } }, children: [
10414
+ children: /* @__PURE__ */ jsxRuntime.jsx("form", { onSubmit: formik.handleSubmit, children: /* @__PURE__ */ jsxRuntime.jsx(ChangePasswordStyled, { children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { sx: { pr: { xs: 0, lg: 8 }, p: 2 }, children: [
10415
10415
  /* @__PURE__ */ jsxRuntime.jsx(material.Typography, { variant: "h6", sx: { display: "flex", alignItems: "center" }, className: "Heading", children: "Change Password" }),
10416
10416
  /* @__PURE__ */ jsxRuntime.jsx(
10417
10417
  material.Box,