sixseconds-modules 1.6.91 → 1.6.93
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 +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,6 @@ export { default as SVG } from './assets/svg';
|
|
|
4
4
|
export { Header, PreviousLoginBanner } from './components';
|
|
5
5
|
export { DangerDialog } from './components/dialogs';
|
|
6
6
|
export { Logo, Warning } from './components/elements';
|
|
7
|
-
export { STORAGE_VALUES } from './constants';
|
|
7
|
+
export { SSO_ROUTES, STORAGE_VALUES } from './constants';
|
|
8
8
|
export { CookiesUtil } from './utils';
|
|
9
9
|
export default App;
|
package/dist/index.es.js
CHANGED
|
@@ -2641,7 +2641,7 @@ function createEnv(opts) {
|
|
|
2641
2641
|
}
|
|
2642
2642
|
return runtimeEnv;
|
|
2643
2643
|
}
|
|
2644
|
-
const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "
|
|
2644
|
+
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_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" };
|
|
2645
2645
|
const env = createEnv({
|
|
2646
2646
|
runtimeEnv: __vite_import_meta_env__
|
|
2647
2647
|
});
|
|
@@ -11536,6 +11536,7 @@ export {
|
|
|
11536
11536
|
IMAGES,
|
|
11537
11537
|
Logo,
|
|
11538
11538
|
PreviousLoginBanner,
|
|
11539
|
+
SSO_ROUTES,
|
|
11539
11540
|
STORAGE_VALUES,
|
|
11540
11541
|
SVG,
|
|
11541
11542
|
Warning,
|