sixseconds-modules 1.6.98 → 1.6.99
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
|
@@ -23,9 +23,9 @@ const VisibilityOffIcon = require("@mui/icons-material/VisibilityOff");
|
|
|
23
23
|
const CheckIcon = require("@mui/icons-material/Check");
|
|
24
24
|
const ExitToAppTwoToneIcon = require("@mui/icons-material/ExitToAppTwoTone");
|
|
25
25
|
const CloseIcon = require("@mui/icons-material/Close");
|
|
26
|
-
const PublicIcon = require("@mui/icons-material/Public");
|
|
27
26
|
const ContentCopyIcon = require("@mui/icons-material/ContentCopy");
|
|
28
27
|
const LinkedIn = require("@mui/icons-material/LinkedIn");
|
|
28
|
+
const PublicIcon = require("@mui/icons-material/Public");
|
|
29
29
|
const CancelIcon = require("@mui/icons-material/Cancel");
|
|
30
30
|
function _interopNamespaceDefault(e) {
|
|
31
31
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
@@ -2659,7 +2659,7 @@ function createEnv(opts) {
|
|
|
2659
2659
|
}
|
|
2660
2660
|
return runtimeEnv;
|
|
2661
2661
|
}
|
|
2662
|
-
const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "
|
|
2662
|
+
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" };
|
|
2663
2663
|
const env = createEnv({
|
|
2664
2664
|
runtimeEnv: __vite_import_meta_env__
|
|
2665
2665
|
});
|
|
@@ -9198,11 +9198,10 @@ const DangerDialog = ({
|
|
|
9198
9198
|
material.Dialog,
|
|
9199
9199
|
{
|
|
9200
9200
|
fullWidth: false,
|
|
9201
|
-
sx: { "& .MuiPaper-root": { maxWidth: "450px", borderRadius: "12px", width: "450px" } },
|
|
9202
9201
|
onClose: () => handleCloseUtil(setInitialState),
|
|
9203
9202
|
open,
|
|
9204
9203
|
"aria-labelledby": "draggable-dialog-title",
|
|
9205
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { sx: { p: 2
|
|
9204
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { sx: { p: 2 }, children: [
|
|
9206
9205
|
/* @__PURE__ */ jsxRuntime.jsxs(material.Stack, { direction: "column", spacing: 2, alignItems: "self-start", children: [
|
|
9207
9206
|
/* @__PURE__ */ jsxRuntime.jsx(ExitToAppTwoToneIcon, { fontSize: "large", sx: { color: "#EC5962" } }),
|
|
9208
9207
|
/* @__PURE__ */ jsxRuntime.jsx("h5", { children: title }),
|