sevago-sso-fe 1.0.2 → 1.0.3
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 +3 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -32099,6 +32099,7 @@ export {
|
|
|
32099
32099
|
ANIMATION_TIME,
|
|
32100
32100
|
AppCategory,
|
|
32101
32101
|
AppType,
|
|
32102
|
+
AuthLayout,
|
|
32102
32103
|
BACKGROUND_SYSTEM,
|
|
32103
32104
|
BORDER_COLOR,
|
|
32104
32105
|
BORDER_COLOR_CARD,
|
|
@@ -32110,6 +32111,8 @@ export {
|
|
|
32110
32111
|
BORDER_RADIUS_ELEMENT_TAG,
|
|
32111
32112
|
BORDER_RADIUS_ELEMENT_WRAPPER,
|
|
32112
32113
|
Country,
|
|
32114
|
+
DashboardLayout,
|
|
32115
|
+
DefaultLayout,
|
|
32113
32116
|
FONT_SIZE_ICON,
|
|
32114
32117
|
FONT_SIZE_LOADING,
|
|
32115
32118
|
FileTypeEnum,
|