sixseconds-modules 1.6.14 → 1.6.16

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
@@ -2492,7 +2492,7 @@ function createEnv(opts) {
2492
2492
  }
2493
2493
  return runtimeEnv;
2494
2494
  }
2495
- const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "development", "PROD": true, "SSR": false, "VITE_MODULES_CARDS_ADMIN_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_CARDS_HOME_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_CERT_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_EVENTS_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_SSO_BACKEND_BASE_URL": "https://dev-ssoapi.6seconds.org", "VITE_MODULES_SSO_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_TOOLS_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org" };
2495
+ const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "qa", "PROD": true, "SSR": false, "VITE_MODULES_CARDS_ADMIN_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org", "VITE_MODULES_CARDS_HOME_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org", "VITE_MODULES_CERT_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org", "VITE_MODULES_EVENTS_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org", "VITE_MODULES_SSO_BACKEND_BASE_URL": "https://qa-ssoapi.6seconds.org", "VITE_MODULES_SSO_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org", "VITE_MODULES_TOOLS_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org" };
2496
2496
  const env = createEnv({
2497
2497
  runtimeEnv: __vite_import_meta_env__
2498
2498
  });
@@ -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,