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.cjs.js
CHANGED
|
@@ -32116,6 +32116,7 @@ const useTagSelector = (movementId) => {
|
|
|
32116
32116
|
exports.ANIMATION_TIME = ANIMATION_TIME;
|
|
32117
32117
|
exports.AppCategory = AppCategory;
|
|
32118
32118
|
exports.AppType = AppType;
|
|
32119
|
+
exports.AuthLayout = AuthLayout;
|
|
32119
32120
|
exports.BACKGROUND_SYSTEM = BACKGROUND_SYSTEM;
|
|
32120
32121
|
exports.BORDER_COLOR = BORDER_COLOR;
|
|
32121
32122
|
exports.BORDER_COLOR_CARD = BORDER_COLOR_CARD;
|
|
@@ -32127,6 +32128,8 @@ exports.BORDER_RADIUS_ELEMENT_SMALL = BORDER_RADIUS_ELEMENT_SMALL;
|
|
|
32127
32128
|
exports.BORDER_RADIUS_ELEMENT_TAG = BORDER_RADIUS_ELEMENT_TAG;
|
|
32128
32129
|
exports.BORDER_RADIUS_ELEMENT_WRAPPER = BORDER_RADIUS_ELEMENT_WRAPPER;
|
|
32129
32130
|
exports.Country = Country;
|
|
32131
|
+
exports.DashboardLayout = DashboardLayout;
|
|
32132
|
+
exports.DefaultLayout = DefaultLayout;
|
|
32130
32133
|
exports.FONT_SIZE_ICON = FONT_SIZE_ICON;
|
|
32131
32134
|
exports.FONT_SIZE_LOADING = FONT_SIZE_LOADING;
|
|
32132
32135
|
exports.FileTypeEnum = FileTypeEnum;
|