sixseconds-modules 3.0.29 → 3.0.30
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
|
@@ -11,7 +11,7 @@ export declare const APP_NAMES: Readonly<{
|
|
|
11
11
|
ssoAdmin: "SSO Admin";
|
|
12
12
|
cardsHome: "Cards Home";
|
|
13
13
|
cardsAdmin: "Cards Admin";
|
|
14
|
-
ssoDashboard: "
|
|
14
|
+
ssoDashboard: "Dashboard";
|
|
15
15
|
thinkific: "E-Learning";
|
|
16
16
|
popup: "Popup";
|
|
17
17
|
resourceLibrary: "Resource Library";
|
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
|
};
|
|
@@ -353,7 +353,7 @@ const APP_NAMES = Object.freeze({
|
|
|
353
353
|
ssoAdmin: "SSO Admin",
|
|
354
354
|
cardsHome: "Cards Home",
|
|
355
355
|
cardsAdmin: "Cards Admin",
|
|
356
|
-
ssoDashboard: "
|
|
356
|
+
ssoDashboard: "Dashboard",
|
|
357
357
|
thinkific: "E-Learning",
|
|
358
358
|
popup: "Popup",
|
|
359
359
|
resourceLibrary: "Resource Library",
|