sixseconds-modules 1.6.5 → 1.6.8

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
@@ -18,6 +18,7 @@ const material = require("@mui/material");
18
18
  const MenuIcon = require("@mui/icons-material/Menu");
19
19
  const CheckIcon = require("@mui/icons-material/Check");
20
20
  const axios = require("axios");
21
+ const ExitToAppTwoToneIcon = require("@mui/icons-material/ExitToAppTwoTone");
21
22
  function _interopNamespaceDefault(e) {
22
23
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
23
24
  if (e) {
@@ -147,7 +148,7 @@ function createEnv(opts) {
147
148
  }
148
149
  return runtimeEnv;
149
150
  }
150
- 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" };
151
+ const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "production", "PROD": true, "SSR": false };
151
152
  const env = createEnv({
152
153
  runtimeEnv: __vite_import_meta_env__
153
154
  });
@@ -4319,6 +4320,7 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions }) =>
4319
4320
  )
4320
4321
  ] }),
4321
4322
  /* @__PURE__ */ jsxRuntime.jsxs("ul", { children: [
4323
+ extraMenuOptions.components,
4322
4324
  extraMenuOptions.isViewProfile && /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsxs(
4323
4325
  material.Stack,
4324
4326
  {
@@ -4401,7 +4403,6 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions }) =>
4401
4403
  ]
4402
4404
  }
4403
4405
  ) }),
4404
- extraMenuOptions.components,
4405
4406
  /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsxs(
4406
4407
  material.Stack,
4407
4408
  {
@@ -4538,7 +4539,7 @@ const DangerDialog = ({
4538
4539
  "aria-labelledby": "draggable-dialog-title",
4539
4540
  children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { sx: { p: 2 }, children: [
4540
4541
  /* @__PURE__ */ jsxRuntime.jsxs(material.Stack, { direction: "column", spacing: 2, alignItems: "self-start", children: [
4541
- /* @__PURE__ */ jsxRuntime.jsx(SVG.Logout, {}),
4542
+ /* @__PURE__ */ jsxRuntime.jsx(ExitToAppTwoToneIcon, { fontSize: "large", sx: { color: "#EC5962" } }),
4542
4543
  /* @__PURE__ */ jsxRuntime.jsx("h5", { children: title }),
4543
4544
  /* @__PURE__ */ jsxRuntime.jsx(
4544
4545
  material.Stack,