sixseconds-modules 3.0.11 → 3.0.13
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.es.js
CHANGED
|
@@ -296,7 +296,7 @@ const SVG = {
|
|
|
296
296
|
RightArrow: SvgRightArrow,
|
|
297
297
|
SmallLogo: SvgSmallLogoProd
|
|
298
298
|
};
|
|
299
|
-
const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "
|
|
299
|
+
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" };
|
|
300
300
|
const commonValidation = {
|
|
301
301
|
envUrl: z.string().url().min(1).regex(/[^\/]$/, { message: "Must not end with `/`" })
|
|
302
302
|
};
|
|
@@ -340,7 +340,7 @@ const APP_NAMES = Object.freeze({
|
|
|
340
340
|
popup: "Popup",
|
|
341
341
|
resourceLibrary: "Resource Library",
|
|
342
342
|
thornhill: "Thornhill",
|
|
343
|
-
|
|
343
|
+
NewELearning: "New eLearning",
|
|
344
344
|
Store: "Store"
|
|
345
345
|
});
|
|
346
346
|
const ALERT_MESSAGES = Object.freeze({
|