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.
@@ -16,7 +16,7 @@ export declare const APP_NAMES: Readonly<{
16
16
  popup: "Popup";
17
17
  resourceLibrary: "Resource Library";
18
18
  thornhill: "Thornhill";
19
- eLearning: "E-Learning";
19
+ lms: "LMS";
20
20
  Store: "Store";
21
21
  }>;
22
22
  export declare const ALERT_MESSAGES: Readonly<{
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": "production", "PROD": true, "SSR": false, "VITE_MODULES_CARDS_ADMIN_FRONTEND_BASE_URL": "https://admin-cards.6seconds.org", "VITE_MODULES_CARDS_HOME_FRONTEND_BASE_URL": "https://cards.6seconds.org", "VITE_MODULES_CERT_FRONTEND_BASE_URL": "https://cert.6seconds.org", "VITE_MODULES_ENV": "prod", "VITE_MODULES_EVENTS_FRONTEND_BASE_URL": "https://events.6seconds.org", "VITE_MODULES_SSO_BACKEND_BASE_URL": "https://ssoapi.6seconds.org", "VITE_MODULES_SSO_FRONTEND_BASE_URL": "https://sso.6seconds.org", "VITE_MODULES_TOOLS_FRONTEND_BASE_URL": "https://newtools.6seconds.org" };
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
- eLearning: "E-Learning",
361
+ lms: "LMS",
362
362
  Store: "Store"
363
363
  });
364
364
  const ALERT_MESSAGES = Object.freeze({