sixseconds-modules 3.0.20 → 3.0.21
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/constants/common.d.ts +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -314,7 +314,7 @@ const SVG = {
|
|
|
314
314
|
RightArrow: SvgRightArrow,
|
|
315
315
|
SmallLogo: SvgSmallLogoProd
|
|
316
316
|
};
|
|
317
|
-
const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "
|
|
317
|
+
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_ENV": "qa", "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" };
|
|
318
318
|
const commonValidation = {
|
|
319
319
|
envUrl: zod.z.string().url().min(1).regex(/[^\/]$/, { message: "Must not end with `/`" })
|
|
320
320
|
};
|
|
@@ -358,7 +358,7 @@ const APP_NAMES = Object.freeze({
|
|
|
358
358
|
popup: "Popup",
|
|
359
359
|
resourceLibrary: "Resource Library",
|
|
360
360
|
thornhill: "Thornhill",
|
|
361
|
-
|
|
361
|
+
lms: "LMS",
|
|
362
362
|
Store: "Store"
|
|
363
363
|
});
|
|
364
364
|
const ALERT_MESSAGES = Object.freeze({
|