sixseconds-modules 1.6.91 → 1.6.92

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.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
@@ -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,