@alfalab/core-components-universal-modal 3.0.2 → 3.0.3-alfasans
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/Component.responsive.js +1 -2
- package/Component.responsive.js.map +1 -1
- package/Context.d.ts +3 -0
- package/Context.js +3 -0
- package/Context.js.map +1 -1
- package/components/content/base-content/index.css +1 -1
- package/components/content/base-content/index.module.css.js +1 -1
- package/components/content/desktop/Component.desktop.js +2 -2
- package/components/content/desktop/Component.desktop.js.map +1 -1
- package/components/content/desktop/desktop.css +2 -2
- package/components/content/desktop/desktop.module.css.js +1 -1
- package/components/content/mobile/mobile.css +3 -3
- package/components/content/mobile/mobile.module.css.js +1 -1
- package/components/footer/base-footer/index.css +3 -3
- package/components/footer/base-footer/index.module.css.js +1 -1
- package/components/footer/desktop/Component.desktop.js +6 -4
- package/components/footer/desktop/Component.desktop.js.map +1 -1
- package/components/footer/desktop/desktop.css +1 -1
- package/components/footer/desktop/desktop.module.css.js +1 -1
- package/components/footer/desktop/layout.css +9 -9
- package/components/footer/desktop/layout.module.css.js +1 -1
- package/components/footer/mobile/layout.mobile.css +8 -8
- package/components/footer/mobile/layout.mobile.module.css.js +1 -1
- package/components/footer/mobile/mobile.css +2 -2
- package/components/footer/mobile/mobile.module.css.js +1 -1
- package/components/header/base-header/index.css +4 -4
- package/components/header/base-header/index.module.css.js +1 -1
- package/components/header/base-header/useBaseHeader.d.ts +10 -0
- package/components/header/base-header/useBaseHeader.js +33 -0
- package/components/header/base-header/useBaseHeader.js.map +1 -0
- package/components/header/desktop/Component.desktop.js +9 -17
- package/components/header/desktop/Component.desktop.js.map +1 -1
- package/components/header/desktop/desktop.css +16 -11
- package/components/header/desktop/desktop.module.css.js +1 -1
- package/components/header/mobile/Component.mobile.js +16 -28
- package/components/header/mobile/Component.mobile.js.map +1 -1
- package/components/header/mobile/mobile.css +12 -9
- package/components/header/mobile/mobile.module.css.js +1 -1
- package/cssm/Component.responsive.js +1 -2
- package/cssm/Component.responsive.js.map +1 -1
- package/cssm/Context.d.ts +3 -0
- package/cssm/Context.js +3 -0
- package/cssm/Context.js.map +1 -1
- package/cssm/components/content/desktop/Component.desktop.js +2 -2
- package/cssm/components/content/desktop/Component.desktop.js.map +1 -1
- package/cssm/components/footer/desktop/Component.desktop.js +6 -4
- package/cssm/components/footer/desktop/Component.desktop.js.map +1 -1
- package/cssm/components/header/base-header/useBaseHeader.d.ts +11 -0
- package/cssm/components/header/base-header/useBaseHeader.js +33 -0
- package/cssm/components/header/base-header/useBaseHeader.js.map +1 -0
- package/cssm/components/header/desktop/Component.desktop.js +9 -17
- package/cssm/components/header/desktop/Component.desktop.js.map +1 -1
- package/cssm/components/header/desktop/desktop.module.css +11 -6
- package/cssm/components/header/mobile/Component.mobile.js +16 -28
- package/cssm/components/header/mobile/Component.mobile.js.map +1 -1
- package/cssm/components/header/mobile/mobile.module.css +9 -6
- package/cssm/desktop/Component.desktop.js +7 -16
- package/cssm/desktop/Component.desktop.js.map +1 -1
- package/{context/universal-modal-context.d.ts → cssm/desktop/context/index.d.ts} +1 -2
- package/cssm/{context/universal-modal-context.js → desktop/context/index.js} +2 -4
- package/cssm/desktop/context/index.js.map +1 -0
- package/cssm/desktop/hooks/use-modal-highlighted.js +2 -2
- package/cssm/desktop/hooks/use-modal-highlighted.js.map +1 -1
- package/cssm/desktop/types/context.d.ts +2 -0
- package/cssm/desktop/types/context.js +3 -0
- package/cssm/desktop/types/context.js.map +1 -0
- package/cssm/index.js +1 -2
- package/cssm/index.js.map +1 -1
- package/cssm/mobile/Component.mobile.js +0 -1
- package/cssm/mobile/Component.mobile.js.map +1 -1
- package/cssm/mobile/index.js +1 -2
- package/cssm/mobile/index.js.map +1 -1
- package/cssm/typings/index.d.ts +0 -9
- package/desktop/Component.desktop.js +7 -16
- package/desktop/Component.desktop.js.map +1 -1
- package/desktop/components/center-modal/index.css +521 -521
- package/desktop/components/center-modal/index.module.css.js +1 -1
- package/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
- package/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
- package/desktop/components/center-modal/transitions/transitions.css +7 -7
- package/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
- package/desktop/components/modal-content/modal-content.css +4 -4
- package/desktop/components/modal-content/modal-content.module.css.js +1 -1
- package/desktop/components/side-modal/index.css +523 -523
- package/desktop/components/side-modal/index.module.css.js +1 -1
- package/desktop/components/side-modal/transitions/transitions.css +71 -71
- package/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
- package/{esm/context/universal-modal-context.d.ts → desktop/context/index.d.ts} +1 -2
- package/{context/universal-modal-context.js → desktop/context/index.js} +2 -4
- package/desktop/context/index.js.map +1 -0
- package/desktop/hooks/use-modal-highlighted.js +2 -2
- package/desktop/hooks/use-modal-highlighted.js.map +1 -1
- package/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
- package/desktop/types/context.d.ts +2 -0
- package/desktop/types/context.js +3 -0
- package/desktop/types/context.js.map +1 -0
- package/esm/Component.responsive.js +1 -2
- package/esm/Component.responsive.js.map +1 -1
- package/esm/Context.d.ts +3 -0
- package/esm/Context.js +3 -0
- package/esm/Context.js.map +1 -1
- package/esm/components/content/base-content/index.css +1 -1
- package/esm/components/content/base-content/index.module.css.js +1 -1
- package/esm/components/content/desktop/Component.desktop.js +2 -2
- package/esm/components/content/desktop/Component.desktop.js.map +1 -1
- package/esm/components/content/desktop/desktop.css +2 -2
- package/esm/components/content/desktop/desktop.module.css.js +1 -1
- package/esm/components/content/mobile/mobile.css +3 -3
- package/esm/components/content/mobile/mobile.module.css.js +1 -1
- package/esm/components/footer/base-footer/index.css +3 -3
- package/esm/components/footer/base-footer/index.module.css.js +1 -1
- package/esm/components/footer/desktop/Component.desktop.js +4 -2
- package/esm/components/footer/desktop/Component.desktop.js.map +1 -1
- package/esm/components/footer/desktop/desktop.css +1 -1
- package/esm/components/footer/desktop/desktop.module.css.js +1 -1
- package/esm/components/footer/desktop/layout.css +9 -9
- package/esm/components/footer/desktop/layout.module.css.js +1 -1
- package/esm/components/footer/mobile/layout.mobile.css +8 -8
- package/esm/components/footer/mobile/layout.mobile.module.css.js +1 -1
- package/esm/components/footer/mobile/mobile.css +2 -2
- package/esm/components/footer/mobile/mobile.module.css.js +1 -1
- package/esm/components/header/base-header/index.css +4 -4
- package/esm/components/header/base-header/index.module.css.js +1 -1
- package/esm/components/header/base-header/useBaseHeader.d.ts +11 -0
- package/esm/components/header/base-header/useBaseHeader.js +29 -0
- package/esm/components/header/base-header/useBaseHeader.js.map +1 -0
- package/esm/components/header/desktop/Component.desktop.js +10 -18
- package/esm/components/header/desktop/Component.desktop.js.map +1 -1
- package/esm/components/header/desktop/desktop.css +16 -11
- package/esm/components/header/desktop/desktop.module.css.js +1 -1
- package/esm/components/header/mobile/Component.mobile.js +17 -29
- package/esm/components/header/mobile/Component.mobile.js.map +1 -1
- package/esm/components/header/mobile/mobile.css +12 -9
- package/esm/components/header/mobile/mobile.module.css.js +1 -1
- package/esm/desktop/Component.desktop.js +7 -16
- package/esm/desktop/Component.desktop.js.map +1 -1
- package/esm/desktop/components/center-modal/index.css +521 -521
- package/esm/desktop/components/center-modal/index.module.css.js +1 -1
- package/esm/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
- package/esm/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
- package/esm/desktop/components/center-modal/transitions/transitions.css +7 -7
- package/esm/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
- package/esm/desktop/components/modal-content/modal-content.css +4 -4
- package/esm/desktop/components/modal-content/modal-content.module.css.js +1 -1
- package/esm/desktop/components/side-modal/index.css +523 -523
- package/esm/desktop/components/side-modal/index.module.css.js +1 -1
- package/esm/desktop/components/side-modal/transitions/transitions.css +71 -71
- package/esm/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
- package/{modern/context/universal-modal-context.d.ts → esm/desktop/context/index.d.ts} +1 -2
- package/esm/{context/universal-modal-context.js → desktop/context/index.js} +2 -4
- package/esm/desktop/context/index.js.map +1 -0
- package/esm/desktop/hooks/use-modal-highlighted.js +2 -2
- package/esm/desktop/hooks/use-modal-highlighted.js.map +1 -1
- package/esm/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/esm/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
- package/esm/desktop/types/context.d.ts +2 -0
- package/esm/desktop/types/context.js +2 -0
- package/esm/desktop/types/context.js.map +1 -0
- package/esm/index.js +1 -2
- package/esm/index.js.map +1 -1
- package/esm/mobile/Component.mobile.js +0 -1
- package/esm/mobile/Component.mobile.js.map +1 -1
- package/esm/mobile/index.js +1 -2
- package/esm/mobile/index.js.map +1 -1
- package/esm/mobile/mobile.css +3 -3
- package/esm/mobile/mobile.module.css.js +1 -1
- package/esm/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/esm/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
- package/esm/mobile/transitions/transitions.mobile.css +7 -7
- package/esm/mobile/transitions/transitions.mobile.module.css.js +1 -1
- package/esm/typings/index.d.ts +0 -9
- package/index.js +1 -2
- package/index.js.map +1 -1
- package/mobile/Component.mobile.js +0 -1
- package/mobile/Component.mobile.js.map +1 -1
- package/mobile/index.js +1 -2
- package/mobile/index.js.map +1 -1
- package/mobile/mobile.css +3 -3
- package/mobile/mobile.module.css.js +1 -1
- package/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
- package/mobile/transitions/transitions.mobile.css +7 -7
- package/mobile/transitions/transitions.mobile.module.css.js +1 -1
- package/modern/Component.responsive.js +1 -2
- package/modern/Component.responsive.js.map +1 -1
- package/modern/Context.d.ts +3 -0
- package/modern/Context.js +3 -0
- package/modern/Context.js.map +1 -1
- package/modern/components/content/base-content/index.css +1 -1
- package/modern/components/content/base-content/index.module.css.js +1 -1
- package/modern/components/content/desktop/Component.desktop.js +2 -2
- package/modern/components/content/desktop/Component.desktop.js.map +1 -1
- package/modern/components/content/desktop/desktop.css +2 -2
- package/modern/components/content/desktop/desktop.module.css.js +1 -1
- package/modern/components/content/mobile/mobile.css +3 -3
- package/modern/components/content/mobile/mobile.module.css.js +1 -1
- package/modern/components/footer/base-footer/index.css +3 -3
- package/modern/components/footer/base-footer/index.module.css.js +1 -1
- package/modern/components/footer/desktop/Component.desktop.js +4 -2
- package/modern/components/footer/desktop/Component.desktop.js.map +1 -1
- package/modern/components/footer/desktop/desktop.css +1 -1
- package/modern/components/footer/desktop/desktop.module.css.js +1 -1
- package/modern/components/footer/desktop/layout.css +9 -9
- package/modern/components/footer/desktop/layout.module.css.js +1 -1
- package/modern/components/footer/mobile/layout.mobile.css +8 -8
- package/modern/components/footer/mobile/layout.mobile.module.css.js +1 -1
- package/modern/components/footer/mobile/mobile.css +2 -2
- package/modern/components/footer/mobile/mobile.module.css.js +1 -1
- package/modern/components/header/base-header/index.css +4 -4
- package/modern/components/header/base-header/index.module.css.js +1 -1
- package/modern/components/header/base-header/useBaseHeader.d.ts +11 -0
- package/modern/components/header/base-header/useBaseHeader.js +25 -0
- package/modern/components/header/base-header/useBaseHeader.js.map +1 -0
- package/modern/components/header/desktop/Component.desktop.js +10 -14
- package/modern/components/header/desktop/Component.desktop.js.map +1 -1
- package/modern/components/header/desktop/desktop.css +16 -11
- package/modern/components/header/desktop/desktop.module.css.js +1 -1
- package/modern/components/header/mobile/Component.mobile.js +11 -18
- package/modern/components/header/mobile/Component.mobile.js.map +1 -1
- package/modern/components/header/mobile/mobile.css +12 -9
- package/modern/components/header/mobile/mobile.module.css.js +1 -1
- package/modern/desktop/Component.desktop.js +7 -15
- package/modern/desktop/Component.desktop.js.map +1 -1
- package/modern/desktop/components/center-modal/index.css +521 -521
- package/modern/desktop/components/center-modal/index.module.css.js +1 -1
- package/modern/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
- package/modern/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
- package/modern/desktop/components/center-modal/transitions/transitions.css +7 -7
- package/modern/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
- package/modern/desktop/components/modal-content/modal-content.css +4 -4
- package/modern/desktop/components/modal-content/modal-content.module.css.js +1 -1
- package/modern/desktop/components/side-modal/index.css +523 -523
- package/modern/desktop/components/side-modal/index.module.css.js +1 -1
- package/modern/desktop/components/side-modal/transitions/transitions.css +71 -71
- package/modern/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
- package/{cssm/context/universal-modal-context.d.ts → modern/desktop/context/index.d.ts} +1 -2
- package/{moderncssm/context/universal-modal-context.js → modern/desktop/context/index.js} +2 -4
- package/modern/desktop/context/index.js.map +1 -0
- package/modern/desktop/hooks/use-modal-highlighted.js +2 -2
- package/modern/desktop/hooks/use-modal-highlighted.js.map +1 -1
- package/modern/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/modern/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
- package/modern/desktop/types/context.d.ts +2 -0
- package/modern/desktop/types/context.js +2 -0
- package/modern/desktop/types/context.js.map +1 -0
- package/modern/index.js +1 -2
- package/modern/index.js.map +1 -1
- package/modern/mobile/Component.mobile.js +0 -1
- package/modern/mobile/Component.mobile.js.map +1 -1
- package/modern/mobile/index.js +1 -2
- package/modern/mobile/index.js.map +1 -1
- package/modern/mobile/mobile.css +3 -3
- package/modern/mobile/mobile.module.css.js +1 -1
- package/modern/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/modern/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
- package/modern/mobile/transitions/transitions.mobile.css +7 -7
- package/modern/mobile/transitions/transitions.mobile.module.css.js +1 -1
- package/modern/typings/index.d.ts +0 -9
- package/moderncssm/Component.responsive.js +1 -2
- package/moderncssm/Component.responsive.js.map +1 -1
- package/moderncssm/Context.d.ts +3 -0
- package/moderncssm/Context.js +3 -0
- package/moderncssm/Context.js.map +1 -1
- package/moderncssm/components/content/desktop/Component.desktop.js +2 -2
- package/moderncssm/components/content/desktop/Component.desktop.js.map +1 -1
- package/moderncssm/components/footer/desktop/Component.desktop.js +4 -2
- package/moderncssm/components/footer/desktop/Component.desktop.js.map +1 -1
- package/moderncssm/components/header/base-header/useBaseHeader.d.ts +11 -0
- package/moderncssm/components/header/base-header/useBaseHeader.js +25 -0
- package/moderncssm/components/header/base-header/useBaseHeader.js.map +1 -0
- package/moderncssm/components/header/desktop/Component.desktop.js +10 -14
- package/moderncssm/components/header/desktop/Component.desktop.js.map +1 -1
- package/moderncssm/components/header/desktop/desktop.module.css +8 -4
- package/moderncssm/components/header/mobile/Component.mobile.js +11 -18
- package/moderncssm/components/header/mobile/Component.mobile.js.map +1 -1
- package/moderncssm/components/header/mobile/mobile.module.css +6 -4
- package/moderncssm/desktop/Component.desktop.js +7 -15
- package/moderncssm/desktop/Component.desktop.js.map +1 -1
- package/moderncssm/desktop/context/index.d.ts +2 -0
- package/{modern/context/universal-modal-context.js → moderncssm/desktop/context/index.js} +2 -4
- package/moderncssm/desktop/context/index.js.map +1 -0
- package/moderncssm/desktop/hooks/use-modal-highlighted.js +2 -2
- package/moderncssm/desktop/hooks/use-modal-highlighted.js.map +1 -1
- package/moderncssm/desktop/types/context.d.ts +2 -0
- package/moderncssm/desktop/types/context.js +2 -0
- package/moderncssm/desktop/types/context.js.map +1 -0
- package/moderncssm/index.js +1 -2
- package/moderncssm/index.js.map +1 -1
- package/moderncssm/mobile/Component.mobile.js +0 -1
- package/moderncssm/mobile/Component.mobile.js.map +1 -1
- package/moderncssm/mobile/index.js +1 -2
- package/moderncssm/mobile/index.js.map +1 -1
- package/moderncssm/typings/index.d.ts +0 -9
- package/package.json +9 -9
- package/src/Context.ts +3 -0
- package/src/components/content/desktop/Component.desktop.tsx +2 -2
- package/src/components/footer/desktop/Component.desktop.tsx +4 -2
- package/src/components/header/base-header/useBaseHeader.ts +40 -0
- package/src/components/header/desktop/Component.desktop.tsx +10 -17
- package/src/components/header/mobile/Component.mobile.tsx +22 -38
- package/src/desktop/Component.desktop.tsx +8 -17
- package/src/desktop/context/index.ts +7 -0
- package/src/desktop/hooks/use-modal-highlighted.ts +5 -3
- package/src/desktop/types/context.ts +3 -0
- package/src/typings/index.ts +0 -10
- package/typings/index.d.ts +0 -9
- package/context/universal-modal-context.js.map +0 -1
- package/cssm/context/universal-modal-context.js.map +0 -1
- package/cssm/desktop/utils/check-header-and-footer.d.ts +0 -5
- package/cssm/desktop/utils/check-header-and-footer.js +0 -27
- package/cssm/desktop/utils/check-header-and-footer.js.map +0 -1
- package/desktop/utils/check-header-and-footer.d.ts +0 -5
- package/desktop/utils/check-header-and-footer.js +0 -27
- package/desktop/utils/check-header-and-footer.js.map +0 -1
- package/esm/context/universal-modal-context.js.map +0 -1
- package/esm/desktop/utils/check-header-and-footer.d.ts +0 -5
- package/esm/desktop/utils/check-header-and-footer.js +0 -23
- package/esm/desktop/utils/check-header-and-footer.js.map +0 -1
- package/modern/context/universal-modal-context.js.map +0 -1
- package/modern/desktop/utils/check-header-and-footer.d.ts +0 -5
- package/modern/desktop/utils/check-header-and-footer.js +0 -23
- package/modern/desktop/utils/check-header-and-footer.js.map +0 -1
- package/moderncssm/context/universal-modal-context.d.ts +0 -3
- package/moderncssm/context/universal-modal-context.js.map +0 -1
- package/moderncssm/desktop/utils/check-header-and-footer.d.ts +0 -5
- package/moderncssm/desktop/utils/check-header-and-footer.js +0 -23
- package/moderncssm/desktop/utils/check-header-and-footer.js.map +0 -1
- package/src/context/universal-modal-context.ts +0 -9
- package/src/desktop/utils/check-header-and-footer.ts +0 -30
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"wrapper":"universal-modal__wrapper_38fir","wrapperAlignStart":"universal-modal__wrapperAlignStart_38fir","wrapperAlignEnd":"universal-modal__wrapperAlignEnd_38fir","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_38fir","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_38fir","component":"universal-modal__component_38fir","overlayHidden":"universal-modal__overlayHidden_38fir","marginTop-0":"universal-modal__marginTop-0_38fir","marginTop-1":"universal-modal__marginTop-1_38fir","marginTop-2":"universal-modal__marginTop-2_38fir","marginTop-3":"universal-modal__marginTop-3_38fir","marginTop-4":"universal-modal__marginTop-4_38fir","marginTop-5":"universal-modal__marginTop-5_38fir","marginTop-6":"universal-modal__marginTop-6_38fir","marginTop-7":"universal-modal__marginTop-7_38fir","marginTop-8":"universal-modal__marginTop-8_38fir","marginTop-9":"universal-modal__marginTop-9_38fir","marginTop-10":"universal-modal__marginTop-10_38fir","marginTop-11":"universal-modal__marginTop-11_38fir","marginTop-12":"universal-modal__marginTop-12_38fir","marginTop-13":"universal-modal__marginTop-13_38fir","marginTop-14":"universal-modal__marginTop-14_38fir","marginTop-15":"universal-modal__marginTop-15_38fir","marginTop-16":"universal-modal__marginTop-16_38fir","marginTop-17":"universal-modal__marginTop-17_38fir","marginTop-18":"universal-modal__marginTop-18_38fir","marginTop-19":"universal-modal__marginTop-19_38fir","marginTop-20":"universal-modal__marginTop-20_38fir","marginTop-21":"universal-modal__marginTop-21_38fir","marginTop-22":"universal-modal__marginTop-22_38fir","marginTop-23":"universal-modal__marginTop-23_38fir","marginTop-24":"universal-modal__marginTop-24_38fir","marginTop-25":"universal-modal__marginTop-25_38fir","marginTop-26":"universal-modal__marginTop-26_38fir","marginTop-27":"universal-modal__marginTop-27_38fir","marginTop-28":"universal-modal__marginTop-28_38fir","marginTop-29":"universal-modal__marginTop-29_38fir","marginTop-30":"universal-modal__marginTop-30_38fir","marginTop-31":"universal-modal__marginTop-31_38fir","marginTop-32":"universal-modal__marginTop-32_38fir","marginTop-33":"universal-modal__marginTop-33_38fir","marginTop-34":"universal-modal__marginTop-34_38fir","marginTop-35":"universal-modal__marginTop-35_38fir","marginTop-36":"universal-modal__marginTop-36_38fir","marginTop-37":"universal-modal__marginTop-37_38fir","marginTop-38":"universal-modal__marginTop-38_38fir","marginTop-39":"universal-modal__marginTop-39_38fir","marginTop-40":"universal-modal__marginTop-40_38fir","marginTop-41":"universal-modal__marginTop-41_38fir","marginTop-42":"universal-modal__marginTop-42_38fir","marginTop-43":"universal-modal__marginTop-43_38fir","marginTop-44":"universal-modal__marginTop-44_38fir","marginTop-45":"universal-modal__marginTop-45_38fir","marginTop-46":"universal-modal__marginTop-46_38fir","marginTop-47":"universal-modal__marginTop-47_38fir","marginTop-48":"universal-modal__marginTop-48_38fir","marginTop-49":"universal-modal__marginTop-49_38fir","marginTop-50":"universal-modal__marginTop-50_38fir","marginTop-51":"universal-modal__marginTop-51_38fir","marginTop-52":"universal-modal__marginTop-52_38fir","marginTop-53":"universal-modal__marginTop-53_38fir","marginTop-54":"universal-modal__marginTop-54_38fir","marginTop-55":"universal-modal__marginTop-55_38fir","marginTop-56":"universal-modal__marginTop-56_38fir","marginTop-57":"universal-modal__marginTop-57_38fir","marginTop-58":"universal-modal__marginTop-58_38fir","marginTop-59":"universal-modal__marginTop-59_38fir","marginTop-60":"universal-modal__marginTop-60_38fir","marginTop-61":"universal-modal__marginTop-61_38fir","marginTop-62":"universal-modal__marginTop-62_38fir","marginTop-63":"universal-modal__marginTop-63_38fir","marginTop-64":"universal-modal__marginTop-64_38fir","marginTop-65":"universal-modal__marginTop-65_38fir","marginTop-66":"universal-modal__marginTop-66_38fir","marginTop-67":"universal-modal__marginTop-67_38fir","marginTop-68":"universal-modal__marginTop-68_38fir","marginTop-69":"universal-modal__marginTop-69_38fir","marginTop-70":"universal-modal__marginTop-70_38fir","marginTop-71":"universal-modal__marginTop-71_38fir","marginTop-72":"universal-modal__marginTop-72_38fir","marginTop-73":"universal-modal__marginTop-73_38fir","marginTop-74":"universal-modal__marginTop-74_38fir","marginTop-75":"universal-modal__marginTop-75_38fir","marginTop-76":"universal-modal__marginTop-76_38fir","marginTop-77":"universal-modal__marginTop-77_38fir","marginTop-78":"universal-modal__marginTop-78_38fir","marginTop-79":"universal-modal__marginTop-79_38fir","marginTop-80":"universal-modal__marginTop-80_38fir","marginTop-81":"universal-modal__marginTop-81_38fir","marginTop-82":"universal-modal__marginTop-82_38fir","marginTop-83":"universal-modal__marginTop-83_38fir","marginTop-84":"universal-modal__marginTop-84_38fir","marginTop-85":"universal-modal__marginTop-85_38fir","marginTop-86":"universal-modal__marginTop-86_38fir","marginTop-87":"universal-modal__marginTop-87_38fir","marginTop-88":"universal-modal__marginTop-88_38fir","marginTop-89":"universal-modal__marginTop-89_38fir","marginTop-90":"universal-modal__marginTop-90_38fir","marginTop-91":"universal-modal__marginTop-91_38fir","marginTop-92":"universal-modal__marginTop-92_38fir","marginTop-93":"universal-modal__marginTop-93_38fir","marginTop-94":"universal-modal__marginTop-94_38fir","marginTop-95":"universal-modal__marginTop-95_38fir","marginTop-96":"universal-modal__marginTop-96_38fir","marginTop-97":"universal-modal__marginTop-97_38fir","marginTop-98":"universal-modal__marginTop-98_38fir","marginTop-99":"universal-modal__marginTop-99_38fir","marginTop-100":"universal-modal__marginTop-100_38fir","marginTop-101":"universal-modal__marginTop-101_38fir","marginTop-102":"universal-modal__marginTop-102_38fir","marginTop-103":"universal-modal__marginTop-103_38fir","marginTop-104":"universal-modal__marginTop-104_38fir","marginTop-105":"universal-modal__marginTop-105_38fir","marginTop-106":"universal-modal__marginTop-106_38fir","marginTop-107":"universal-modal__marginTop-107_38fir","marginTop-108":"universal-modal__marginTop-108_38fir","marginTop-109":"universal-modal__marginTop-109_38fir","marginTop-110":"universal-modal__marginTop-110_38fir","marginTop-111":"universal-modal__marginTop-111_38fir","marginTop-112":"universal-modal__marginTop-112_38fir","marginTop-113":"universal-modal__marginTop-113_38fir","marginTop-114":"universal-modal__marginTop-114_38fir","marginTop-115":"universal-modal__marginTop-115_38fir","marginTop-116":"universal-modal__marginTop-116_38fir","marginTop-117":"universal-modal__marginTop-117_38fir","marginTop-118":"universal-modal__marginTop-118_38fir","marginTop-119":"universal-modal__marginTop-119_38fir","marginTop-120":"universal-modal__marginTop-120_38fir","marginTop-121":"universal-modal__marginTop-121_38fir","marginTop-122":"universal-modal__marginTop-122_38fir","marginTop-123":"universal-modal__marginTop-123_38fir","marginTop-124":"universal-modal__marginTop-124_38fir","marginTop-125":"universal-modal__marginTop-125_38fir","marginTop-126":"universal-modal__marginTop-126_38fir","marginTop-127":"universal-modal__marginTop-127_38fir","marginTop-128":"universal-modal__marginTop-128_38fir","marginRight-0":"universal-modal__marginRight-0_38fir","marginRight-1":"universal-modal__marginRight-1_38fir","marginRight-2":"universal-modal__marginRight-2_38fir","marginRight-3":"universal-modal__marginRight-3_38fir","marginRight-4":"universal-modal__marginRight-4_38fir","marginRight-5":"universal-modal__marginRight-5_38fir","marginRight-6":"universal-modal__marginRight-6_38fir","marginRight-7":"universal-modal__marginRight-7_38fir","marginRight-8":"universal-modal__marginRight-8_38fir","marginRight-9":"universal-modal__marginRight-9_38fir","marginRight-10":"universal-modal__marginRight-10_38fir","marginRight-11":"universal-modal__marginRight-11_38fir","marginRight-12":"universal-modal__marginRight-12_38fir","marginRight-13":"universal-modal__marginRight-13_38fir","marginRight-14":"universal-modal__marginRight-14_38fir","marginRight-15":"universal-modal__marginRight-15_38fir","marginRight-16":"universal-modal__marginRight-16_38fir","marginRight-17":"universal-modal__marginRight-17_38fir","marginRight-18":"universal-modal__marginRight-18_38fir","marginRight-19":"universal-modal__marginRight-19_38fir","marginRight-20":"universal-modal__marginRight-20_38fir","marginRight-21":"universal-modal__marginRight-21_38fir","marginRight-22":"universal-modal__marginRight-22_38fir","marginRight-23":"universal-modal__marginRight-23_38fir","marginRight-24":"universal-modal__marginRight-24_38fir","marginRight-25":"universal-modal__marginRight-25_38fir","marginRight-26":"universal-modal__marginRight-26_38fir","marginRight-27":"universal-modal__marginRight-27_38fir","marginRight-28":"universal-modal__marginRight-28_38fir","marginRight-29":"universal-modal__marginRight-29_38fir","marginRight-30":"universal-modal__marginRight-30_38fir","marginRight-31":"universal-modal__marginRight-31_38fir","marginRight-32":"universal-modal__marginRight-32_38fir","marginRight-33":"universal-modal__marginRight-33_38fir","marginRight-34":"universal-modal__marginRight-34_38fir","marginRight-35":"universal-modal__marginRight-35_38fir","marginRight-36":"universal-modal__marginRight-36_38fir","marginRight-37":"universal-modal__marginRight-37_38fir","marginRight-38":"universal-modal__marginRight-38_38fir","marginRight-39":"universal-modal__marginRight-39_38fir","marginRight-40":"universal-modal__marginRight-40_38fir","marginRight-41":"universal-modal__marginRight-41_38fir","marginRight-42":"universal-modal__marginRight-42_38fir","marginRight-43":"universal-modal__marginRight-43_38fir","marginRight-44":"universal-modal__marginRight-44_38fir","marginRight-45":"universal-modal__marginRight-45_38fir","marginRight-46":"universal-modal__marginRight-46_38fir","marginRight-47":"universal-modal__marginRight-47_38fir","marginRight-48":"universal-modal__marginRight-48_38fir","marginRight-49":"universal-modal__marginRight-49_38fir","marginRight-50":"universal-modal__marginRight-50_38fir","marginRight-51":"universal-modal__marginRight-51_38fir","marginRight-52":"universal-modal__marginRight-52_38fir","marginRight-53":"universal-modal__marginRight-53_38fir","marginRight-54":"universal-modal__marginRight-54_38fir","marginRight-55":"universal-modal__marginRight-55_38fir","marginRight-56":"universal-modal__marginRight-56_38fir","marginRight-57":"universal-modal__marginRight-57_38fir","marginRight-58":"universal-modal__marginRight-58_38fir","marginRight-59":"universal-modal__marginRight-59_38fir","marginRight-60":"universal-modal__marginRight-60_38fir","marginRight-61":"universal-modal__marginRight-61_38fir","marginRight-62":"universal-modal__marginRight-62_38fir","marginRight-63":"universal-modal__marginRight-63_38fir","marginRight-64":"universal-modal__marginRight-64_38fir","marginRight-65":"universal-modal__marginRight-65_38fir","marginRight-66":"universal-modal__marginRight-66_38fir","marginRight-67":"universal-modal__marginRight-67_38fir","marginRight-68":"universal-modal__marginRight-68_38fir","marginRight-69":"universal-modal__marginRight-69_38fir","marginRight-70":"universal-modal__marginRight-70_38fir","marginRight-71":"universal-modal__marginRight-71_38fir","marginRight-72":"universal-modal__marginRight-72_38fir","marginRight-73":"universal-modal__marginRight-73_38fir","marginRight-74":"universal-modal__marginRight-74_38fir","marginRight-75":"universal-modal__marginRight-75_38fir","marginRight-76":"universal-modal__marginRight-76_38fir","marginRight-77":"universal-modal__marginRight-77_38fir","marginRight-78":"universal-modal__marginRight-78_38fir","marginRight-79":"universal-modal__marginRight-79_38fir","marginRight-80":"universal-modal__marginRight-80_38fir","marginRight-81":"universal-modal__marginRight-81_38fir","marginRight-82":"universal-modal__marginRight-82_38fir","marginRight-83":"universal-modal__marginRight-83_38fir","marginRight-84":"universal-modal__marginRight-84_38fir","marginRight-85":"universal-modal__marginRight-85_38fir","marginRight-86":"universal-modal__marginRight-86_38fir","marginRight-87":"universal-modal__marginRight-87_38fir","marginRight-88":"universal-modal__marginRight-88_38fir","marginRight-89":"universal-modal__marginRight-89_38fir","marginRight-90":"universal-modal__marginRight-90_38fir","marginRight-91":"universal-modal__marginRight-91_38fir","marginRight-92":"universal-modal__marginRight-92_38fir","marginRight-93":"universal-modal__marginRight-93_38fir","marginRight-94":"universal-modal__marginRight-94_38fir","marginRight-95":"universal-modal__marginRight-95_38fir","marginRight-96":"universal-modal__marginRight-96_38fir","marginRight-97":"universal-modal__marginRight-97_38fir","marginRight-98":"universal-modal__marginRight-98_38fir","marginRight-99":"universal-modal__marginRight-99_38fir","marginRight-100":"universal-modal__marginRight-100_38fir","marginRight-101":"universal-modal__marginRight-101_38fir","marginRight-102":"universal-modal__marginRight-102_38fir","marginRight-103":"universal-modal__marginRight-103_38fir","marginRight-104":"universal-modal__marginRight-104_38fir","marginRight-105":"universal-modal__marginRight-105_38fir","marginRight-106":"universal-modal__marginRight-106_38fir","marginRight-107":"universal-modal__marginRight-107_38fir","marginRight-108":"universal-modal__marginRight-108_38fir","marginRight-109":"universal-modal__marginRight-109_38fir","marginRight-110":"universal-modal__marginRight-110_38fir","marginRight-111":"universal-modal__marginRight-111_38fir","marginRight-112":"universal-modal__marginRight-112_38fir","marginRight-113":"universal-modal__marginRight-113_38fir","marginRight-114":"universal-modal__marginRight-114_38fir","marginRight-115":"universal-modal__marginRight-115_38fir","marginRight-116":"universal-modal__marginRight-116_38fir","marginRight-117":"universal-modal__marginRight-117_38fir","marginRight-118":"universal-modal__marginRight-118_38fir","marginRight-119":"universal-modal__marginRight-119_38fir","marginRight-120":"universal-modal__marginRight-120_38fir","marginRight-121":"universal-modal__marginRight-121_38fir","marginRight-122":"universal-modal__marginRight-122_38fir","marginRight-123":"universal-modal__marginRight-123_38fir","marginRight-124":"universal-modal__marginRight-124_38fir","marginRight-125":"universal-modal__marginRight-125_38fir","marginRight-126":"universal-modal__marginRight-126_38fir","marginRight-127":"universal-modal__marginRight-127_38fir","marginRight-128":"universal-modal__marginRight-128_38fir","marginBottom-0":"universal-modal__marginBottom-0_38fir","marginBottom-1":"universal-modal__marginBottom-1_38fir","marginBottom-2":"universal-modal__marginBottom-2_38fir","marginBottom-3":"universal-modal__marginBottom-3_38fir","marginBottom-4":"universal-modal__marginBottom-4_38fir","marginBottom-5":"universal-modal__marginBottom-5_38fir","marginBottom-6":"universal-modal__marginBottom-6_38fir","marginBottom-7":"universal-modal__marginBottom-7_38fir","marginBottom-8":"universal-modal__marginBottom-8_38fir","marginBottom-9":"universal-modal__marginBottom-9_38fir","marginBottom-10":"universal-modal__marginBottom-10_38fir","marginBottom-11":"universal-modal__marginBottom-11_38fir","marginBottom-12":"universal-modal__marginBottom-12_38fir","marginBottom-13":"universal-modal__marginBottom-13_38fir","marginBottom-14":"universal-modal__marginBottom-14_38fir","marginBottom-15":"universal-modal__marginBottom-15_38fir","marginBottom-16":"universal-modal__marginBottom-16_38fir","marginBottom-17":"universal-modal__marginBottom-17_38fir","marginBottom-18":"universal-modal__marginBottom-18_38fir","marginBottom-19":"universal-modal__marginBottom-19_38fir","marginBottom-20":"universal-modal__marginBottom-20_38fir","marginBottom-21":"universal-modal__marginBottom-21_38fir","marginBottom-22":"universal-modal__marginBottom-22_38fir","marginBottom-23":"universal-modal__marginBottom-23_38fir","marginBottom-24":"universal-modal__marginBottom-24_38fir","marginBottom-25":"universal-modal__marginBottom-25_38fir","marginBottom-26":"universal-modal__marginBottom-26_38fir","marginBottom-27":"universal-modal__marginBottom-27_38fir","marginBottom-28":"universal-modal__marginBottom-28_38fir","marginBottom-29":"universal-modal__marginBottom-29_38fir","marginBottom-30":"universal-modal__marginBottom-30_38fir","marginBottom-31":"universal-modal__marginBottom-31_38fir","marginBottom-32":"universal-modal__marginBottom-32_38fir","marginBottom-33":"universal-modal__marginBottom-33_38fir","marginBottom-34":"universal-modal__marginBottom-34_38fir","marginBottom-35":"universal-modal__marginBottom-35_38fir","marginBottom-36":"universal-modal__marginBottom-36_38fir","marginBottom-37":"universal-modal__marginBottom-37_38fir","marginBottom-38":"universal-modal__marginBottom-38_38fir","marginBottom-39":"universal-modal__marginBottom-39_38fir","marginBottom-40":"universal-modal__marginBottom-40_38fir","marginBottom-41":"universal-modal__marginBottom-41_38fir","marginBottom-42":"universal-modal__marginBottom-42_38fir","marginBottom-43":"universal-modal__marginBottom-43_38fir","marginBottom-44":"universal-modal__marginBottom-44_38fir","marginBottom-45":"universal-modal__marginBottom-45_38fir","marginBottom-46":"universal-modal__marginBottom-46_38fir","marginBottom-47":"universal-modal__marginBottom-47_38fir","marginBottom-48":"universal-modal__marginBottom-48_38fir","marginBottom-49":"universal-modal__marginBottom-49_38fir","marginBottom-50":"universal-modal__marginBottom-50_38fir","marginBottom-51":"universal-modal__marginBottom-51_38fir","marginBottom-52":"universal-modal__marginBottom-52_38fir","marginBottom-53":"universal-modal__marginBottom-53_38fir","marginBottom-54":"universal-modal__marginBottom-54_38fir","marginBottom-55":"universal-modal__marginBottom-55_38fir","marginBottom-56":"universal-modal__marginBottom-56_38fir","marginBottom-57":"universal-modal__marginBottom-57_38fir","marginBottom-58":"universal-modal__marginBottom-58_38fir","marginBottom-59":"universal-modal__marginBottom-59_38fir","marginBottom-60":"universal-modal__marginBottom-60_38fir","marginBottom-61":"universal-modal__marginBottom-61_38fir","marginBottom-62":"universal-modal__marginBottom-62_38fir","marginBottom-63":"universal-modal__marginBottom-63_38fir","marginBottom-64":"universal-modal__marginBottom-64_38fir","marginBottom-65":"universal-modal__marginBottom-65_38fir","marginBottom-66":"universal-modal__marginBottom-66_38fir","marginBottom-67":"universal-modal__marginBottom-67_38fir","marginBottom-68":"universal-modal__marginBottom-68_38fir","marginBottom-69":"universal-modal__marginBottom-69_38fir","marginBottom-70":"universal-modal__marginBottom-70_38fir","marginBottom-71":"universal-modal__marginBottom-71_38fir","marginBottom-72":"universal-modal__marginBottom-72_38fir","marginBottom-73":"universal-modal__marginBottom-73_38fir","marginBottom-74":"universal-modal__marginBottom-74_38fir","marginBottom-75":"universal-modal__marginBottom-75_38fir","marginBottom-76":"universal-modal__marginBottom-76_38fir","marginBottom-77":"universal-modal__marginBottom-77_38fir","marginBottom-78":"universal-modal__marginBottom-78_38fir","marginBottom-79":"universal-modal__marginBottom-79_38fir","marginBottom-80":"universal-modal__marginBottom-80_38fir","marginBottom-81":"universal-modal__marginBottom-81_38fir","marginBottom-82":"universal-modal__marginBottom-82_38fir","marginBottom-83":"universal-modal__marginBottom-83_38fir","marginBottom-84":"universal-modal__marginBottom-84_38fir","marginBottom-85":"universal-modal__marginBottom-85_38fir","marginBottom-86":"universal-modal__marginBottom-86_38fir","marginBottom-87":"universal-modal__marginBottom-87_38fir","marginBottom-88":"universal-modal__marginBottom-88_38fir","marginBottom-89":"universal-modal__marginBottom-89_38fir","marginBottom-90":"universal-modal__marginBottom-90_38fir","marginBottom-91":"universal-modal__marginBottom-91_38fir","marginBottom-92":"universal-modal__marginBottom-92_38fir","marginBottom-93":"universal-modal__marginBottom-93_38fir","marginBottom-94":"universal-modal__marginBottom-94_38fir","marginBottom-95":"universal-modal__marginBottom-95_38fir","marginBottom-96":"universal-modal__marginBottom-96_38fir","marginBottom-97":"universal-modal__marginBottom-97_38fir","marginBottom-98":"universal-modal__marginBottom-98_38fir","marginBottom-99":"universal-modal__marginBottom-99_38fir","marginBottom-100":"universal-modal__marginBottom-100_38fir","marginBottom-101":"universal-modal__marginBottom-101_38fir","marginBottom-102":"universal-modal__marginBottom-102_38fir","marginBottom-103":"universal-modal__marginBottom-103_38fir","marginBottom-104":"universal-modal__marginBottom-104_38fir","marginBottom-105":"universal-modal__marginBottom-105_38fir","marginBottom-106":"universal-modal__marginBottom-106_38fir","marginBottom-107":"universal-modal__marginBottom-107_38fir","marginBottom-108":"universal-modal__marginBottom-108_38fir","marginBottom-109":"universal-modal__marginBottom-109_38fir","marginBottom-110":"universal-modal__marginBottom-110_38fir","marginBottom-111":"universal-modal__marginBottom-111_38fir","marginBottom-112":"universal-modal__marginBottom-112_38fir","marginBottom-113":"universal-modal__marginBottom-113_38fir","marginBottom-114":"universal-modal__marginBottom-114_38fir","marginBottom-115":"universal-modal__marginBottom-115_38fir","marginBottom-116":"universal-modal__marginBottom-116_38fir","marginBottom-117":"universal-modal__marginBottom-117_38fir","marginBottom-118":"universal-modal__marginBottom-118_38fir","marginBottom-119":"universal-modal__marginBottom-119_38fir","marginBottom-120":"universal-modal__marginBottom-120_38fir","marginBottom-121":"universal-modal__marginBottom-121_38fir","marginBottom-122":"universal-modal__marginBottom-122_38fir","marginBottom-123":"universal-modal__marginBottom-123_38fir","marginBottom-124":"universal-modal__marginBottom-124_38fir","marginBottom-125":"universal-modal__marginBottom-125_38fir","marginBottom-126":"universal-modal__marginBottom-126_38fir","marginBottom-127":"universal-modal__marginBottom-127_38fir","marginBottom-128":"universal-modal__marginBottom-128_38fir","marginLeft-0":"universal-modal__marginLeft-0_38fir","marginLeft-1":"universal-modal__marginLeft-1_38fir","marginLeft-2":"universal-modal__marginLeft-2_38fir","marginLeft-3":"universal-modal__marginLeft-3_38fir","marginLeft-4":"universal-modal__marginLeft-4_38fir","marginLeft-5":"universal-modal__marginLeft-5_38fir","marginLeft-6":"universal-modal__marginLeft-6_38fir","marginLeft-7":"universal-modal__marginLeft-7_38fir","marginLeft-8":"universal-modal__marginLeft-8_38fir","marginLeft-9":"universal-modal__marginLeft-9_38fir","marginLeft-10":"universal-modal__marginLeft-10_38fir","marginLeft-11":"universal-modal__marginLeft-11_38fir","marginLeft-12":"universal-modal__marginLeft-12_38fir","marginLeft-13":"universal-modal__marginLeft-13_38fir","marginLeft-14":"universal-modal__marginLeft-14_38fir","marginLeft-15":"universal-modal__marginLeft-15_38fir","marginLeft-16":"universal-modal__marginLeft-16_38fir","marginLeft-17":"universal-modal__marginLeft-17_38fir","marginLeft-18":"universal-modal__marginLeft-18_38fir","marginLeft-19":"universal-modal__marginLeft-19_38fir","marginLeft-20":"universal-modal__marginLeft-20_38fir","marginLeft-21":"universal-modal__marginLeft-21_38fir","marginLeft-22":"universal-modal__marginLeft-22_38fir","marginLeft-23":"universal-modal__marginLeft-23_38fir","marginLeft-24":"universal-modal__marginLeft-24_38fir","marginLeft-25":"universal-modal__marginLeft-25_38fir","marginLeft-26":"universal-modal__marginLeft-26_38fir","marginLeft-27":"universal-modal__marginLeft-27_38fir","marginLeft-28":"universal-modal__marginLeft-28_38fir","marginLeft-29":"universal-modal__marginLeft-29_38fir","marginLeft-30":"universal-modal__marginLeft-30_38fir","marginLeft-31":"universal-modal__marginLeft-31_38fir","marginLeft-32":"universal-modal__marginLeft-32_38fir","marginLeft-33":"universal-modal__marginLeft-33_38fir","marginLeft-34":"universal-modal__marginLeft-34_38fir","marginLeft-35":"universal-modal__marginLeft-35_38fir","marginLeft-36":"universal-modal__marginLeft-36_38fir","marginLeft-37":"universal-modal__marginLeft-37_38fir","marginLeft-38":"universal-modal__marginLeft-38_38fir","marginLeft-39":"universal-modal__marginLeft-39_38fir","marginLeft-40":"universal-modal__marginLeft-40_38fir","marginLeft-41":"universal-modal__marginLeft-41_38fir","marginLeft-42":"universal-modal__marginLeft-42_38fir","marginLeft-43":"universal-modal__marginLeft-43_38fir","marginLeft-44":"universal-modal__marginLeft-44_38fir","marginLeft-45":"universal-modal__marginLeft-45_38fir","marginLeft-46":"universal-modal__marginLeft-46_38fir","marginLeft-47":"universal-modal__marginLeft-47_38fir","marginLeft-48":"universal-modal__marginLeft-48_38fir","marginLeft-49":"universal-modal__marginLeft-49_38fir","marginLeft-50":"universal-modal__marginLeft-50_38fir","marginLeft-51":"universal-modal__marginLeft-51_38fir","marginLeft-52":"universal-modal__marginLeft-52_38fir","marginLeft-53":"universal-modal__marginLeft-53_38fir","marginLeft-54":"universal-modal__marginLeft-54_38fir","marginLeft-55":"universal-modal__marginLeft-55_38fir","marginLeft-56":"universal-modal__marginLeft-56_38fir","marginLeft-57":"universal-modal__marginLeft-57_38fir","marginLeft-58":"universal-modal__marginLeft-58_38fir","marginLeft-59":"universal-modal__marginLeft-59_38fir","marginLeft-60":"universal-modal__marginLeft-60_38fir","marginLeft-61":"universal-modal__marginLeft-61_38fir","marginLeft-62":"universal-modal__marginLeft-62_38fir","marginLeft-63":"universal-modal__marginLeft-63_38fir","marginLeft-64":"universal-modal__marginLeft-64_38fir","marginLeft-65":"universal-modal__marginLeft-65_38fir","marginLeft-66":"universal-modal__marginLeft-66_38fir","marginLeft-67":"universal-modal__marginLeft-67_38fir","marginLeft-68":"universal-modal__marginLeft-68_38fir","marginLeft-69":"universal-modal__marginLeft-69_38fir","marginLeft-70":"universal-modal__marginLeft-70_38fir","marginLeft-71":"universal-modal__marginLeft-71_38fir","marginLeft-72":"universal-modal__marginLeft-72_38fir","marginLeft-73":"universal-modal__marginLeft-73_38fir","marginLeft-74":"universal-modal__marginLeft-74_38fir","marginLeft-75":"universal-modal__marginLeft-75_38fir","marginLeft-76":"universal-modal__marginLeft-76_38fir","marginLeft-77":"universal-modal__marginLeft-77_38fir","marginLeft-78":"universal-modal__marginLeft-78_38fir","marginLeft-79":"universal-modal__marginLeft-79_38fir","marginLeft-80":"universal-modal__marginLeft-80_38fir","marginLeft-81":"universal-modal__marginLeft-81_38fir","marginLeft-82":"universal-modal__marginLeft-82_38fir","marginLeft-83":"universal-modal__marginLeft-83_38fir","marginLeft-84":"universal-modal__marginLeft-84_38fir","marginLeft-85":"universal-modal__marginLeft-85_38fir","marginLeft-86":"universal-modal__marginLeft-86_38fir","marginLeft-87":"universal-modal__marginLeft-87_38fir","marginLeft-88":"universal-modal__marginLeft-88_38fir","marginLeft-89":"universal-modal__marginLeft-89_38fir","marginLeft-90":"universal-modal__marginLeft-90_38fir","marginLeft-91":"universal-modal__marginLeft-91_38fir","marginLeft-92":"universal-modal__marginLeft-92_38fir","marginLeft-93":"universal-modal__marginLeft-93_38fir","marginLeft-94":"universal-modal__marginLeft-94_38fir","marginLeft-95":"universal-modal__marginLeft-95_38fir","marginLeft-96":"universal-modal__marginLeft-96_38fir","marginLeft-97":"universal-modal__marginLeft-97_38fir","marginLeft-98":"universal-modal__marginLeft-98_38fir","marginLeft-99":"universal-modal__marginLeft-99_38fir","marginLeft-100":"universal-modal__marginLeft-100_38fir","marginLeft-101":"universal-modal__marginLeft-101_38fir","marginLeft-102":"universal-modal__marginLeft-102_38fir","marginLeft-103":"universal-modal__marginLeft-103_38fir","marginLeft-104":"universal-modal__marginLeft-104_38fir","marginLeft-105":"universal-modal__marginLeft-105_38fir","marginLeft-106":"universal-modal__marginLeft-106_38fir","marginLeft-107":"universal-modal__marginLeft-107_38fir","marginLeft-108":"universal-modal__marginLeft-108_38fir","marginLeft-109":"universal-modal__marginLeft-109_38fir","marginLeft-110":"universal-modal__marginLeft-110_38fir","marginLeft-111":"universal-modal__marginLeft-111_38fir","marginLeft-112":"universal-modal__marginLeft-112_38fir","marginLeft-113":"universal-modal__marginLeft-113_38fir","marginLeft-114":"universal-modal__marginLeft-114_38fir","marginLeft-115":"universal-modal__marginLeft-115_38fir","marginLeft-116":"universal-modal__marginLeft-116_38fir","marginLeft-117":"universal-modal__marginLeft-117_38fir","marginLeft-118":"universal-modal__marginLeft-118_38fir","marginLeft-119":"universal-modal__marginLeft-119_38fir","marginLeft-120":"universal-modal__marginLeft-120_38fir","marginLeft-121":"universal-modal__marginLeft-121_38fir","marginLeft-122":"universal-modal__marginLeft-122_38fir","marginLeft-123":"universal-modal__marginLeft-123_38fir","marginLeft-124":"universal-modal__marginLeft-124_38fir","marginLeft-125":"universal-modal__marginLeft-125_38fir","marginLeft-126":"universal-modal__marginLeft-126_38fir","marginLeft-127":"universal-modal__marginLeft-127_38fir","marginLeft-128":"universal-modal__marginLeft-128_38fir"};
|
|
5
|
+
var styles = {"wrapper":"universal-modal__wrapper_1m1iq","wrapperAlignStart":"universal-modal__wrapperAlignStart_1m1iq","wrapperAlignEnd":"universal-modal__wrapperAlignEnd_1m1iq","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_1m1iq","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_1m1iq","component":"universal-modal__component_1m1iq","overlayHidden":"universal-modal__overlayHidden_1m1iq","marginTop-0":"universal-modal__marginTop-0_1m1iq","marginTop-1":"universal-modal__marginTop-1_1m1iq","marginTop-2":"universal-modal__marginTop-2_1m1iq","marginTop-3":"universal-modal__marginTop-3_1m1iq","marginTop-4":"universal-modal__marginTop-4_1m1iq","marginTop-5":"universal-modal__marginTop-5_1m1iq","marginTop-6":"universal-modal__marginTop-6_1m1iq","marginTop-7":"universal-modal__marginTop-7_1m1iq","marginTop-8":"universal-modal__marginTop-8_1m1iq","marginTop-9":"universal-modal__marginTop-9_1m1iq","marginTop-10":"universal-modal__marginTop-10_1m1iq","marginTop-11":"universal-modal__marginTop-11_1m1iq","marginTop-12":"universal-modal__marginTop-12_1m1iq","marginTop-13":"universal-modal__marginTop-13_1m1iq","marginTop-14":"universal-modal__marginTop-14_1m1iq","marginTop-15":"universal-modal__marginTop-15_1m1iq","marginTop-16":"universal-modal__marginTop-16_1m1iq","marginTop-17":"universal-modal__marginTop-17_1m1iq","marginTop-18":"universal-modal__marginTop-18_1m1iq","marginTop-19":"universal-modal__marginTop-19_1m1iq","marginTop-20":"universal-modal__marginTop-20_1m1iq","marginTop-21":"universal-modal__marginTop-21_1m1iq","marginTop-22":"universal-modal__marginTop-22_1m1iq","marginTop-23":"universal-modal__marginTop-23_1m1iq","marginTop-24":"universal-modal__marginTop-24_1m1iq","marginTop-25":"universal-modal__marginTop-25_1m1iq","marginTop-26":"universal-modal__marginTop-26_1m1iq","marginTop-27":"universal-modal__marginTop-27_1m1iq","marginTop-28":"universal-modal__marginTop-28_1m1iq","marginTop-29":"universal-modal__marginTop-29_1m1iq","marginTop-30":"universal-modal__marginTop-30_1m1iq","marginTop-31":"universal-modal__marginTop-31_1m1iq","marginTop-32":"universal-modal__marginTop-32_1m1iq","marginTop-33":"universal-modal__marginTop-33_1m1iq","marginTop-34":"universal-modal__marginTop-34_1m1iq","marginTop-35":"universal-modal__marginTop-35_1m1iq","marginTop-36":"universal-modal__marginTop-36_1m1iq","marginTop-37":"universal-modal__marginTop-37_1m1iq","marginTop-38":"universal-modal__marginTop-38_1m1iq","marginTop-39":"universal-modal__marginTop-39_1m1iq","marginTop-40":"universal-modal__marginTop-40_1m1iq","marginTop-41":"universal-modal__marginTop-41_1m1iq","marginTop-42":"universal-modal__marginTop-42_1m1iq","marginTop-43":"universal-modal__marginTop-43_1m1iq","marginTop-44":"universal-modal__marginTop-44_1m1iq","marginTop-45":"universal-modal__marginTop-45_1m1iq","marginTop-46":"universal-modal__marginTop-46_1m1iq","marginTop-47":"universal-modal__marginTop-47_1m1iq","marginTop-48":"universal-modal__marginTop-48_1m1iq","marginTop-49":"universal-modal__marginTop-49_1m1iq","marginTop-50":"universal-modal__marginTop-50_1m1iq","marginTop-51":"universal-modal__marginTop-51_1m1iq","marginTop-52":"universal-modal__marginTop-52_1m1iq","marginTop-53":"universal-modal__marginTop-53_1m1iq","marginTop-54":"universal-modal__marginTop-54_1m1iq","marginTop-55":"universal-modal__marginTop-55_1m1iq","marginTop-56":"universal-modal__marginTop-56_1m1iq","marginTop-57":"universal-modal__marginTop-57_1m1iq","marginTop-58":"universal-modal__marginTop-58_1m1iq","marginTop-59":"universal-modal__marginTop-59_1m1iq","marginTop-60":"universal-modal__marginTop-60_1m1iq","marginTop-61":"universal-modal__marginTop-61_1m1iq","marginTop-62":"universal-modal__marginTop-62_1m1iq","marginTop-63":"universal-modal__marginTop-63_1m1iq","marginTop-64":"universal-modal__marginTop-64_1m1iq","marginTop-65":"universal-modal__marginTop-65_1m1iq","marginTop-66":"universal-modal__marginTop-66_1m1iq","marginTop-67":"universal-modal__marginTop-67_1m1iq","marginTop-68":"universal-modal__marginTop-68_1m1iq","marginTop-69":"universal-modal__marginTop-69_1m1iq","marginTop-70":"universal-modal__marginTop-70_1m1iq","marginTop-71":"universal-modal__marginTop-71_1m1iq","marginTop-72":"universal-modal__marginTop-72_1m1iq","marginTop-73":"universal-modal__marginTop-73_1m1iq","marginTop-74":"universal-modal__marginTop-74_1m1iq","marginTop-75":"universal-modal__marginTop-75_1m1iq","marginTop-76":"universal-modal__marginTop-76_1m1iq","marginTop-77":"universal-modal__marginTop-77_1m1iq","marginTop-78":"universal-modal__marginTop-78_1m1iq","marginTop-79":"universal-modal__marginTop-79_1m1iq","marginTop-80":"universal-modal__marginTop-80_1m1iq","marginTop-81":"universal-modal__marginTop-81_1m1iq","marginTop-82":"universal-modal__marginTop-82_1m1iq","marginTop-83":"universal-modal__marginTop-83_1m1iq","marginTop-84":"universal-modal__marginTop-84_1m1iq","marginTop-85":"universal-modal__marginTop-85_1m1iq","marginTop-86":"universal-modal__marginTop-86_1m1iq","marginTop-87":"universal-modal__marginTop-87_1m1iq","marginTop-88":"universal-modal__marginTop-88_1m1iq","marginTop-89":"universal-modal__marginTop-89_1m1iq","marginTop-90":"universal-modal__marginTop-90_1m1iq","marginTop-91":"universal-modal__marginTop-91_1m1iq","marginTop-92":"universal-modal__marginTop-92_1m1iq","marginTop-93":"universal-modal__marginTop-93_1m1iq","marginTop-94":"universal-modal__marginTop-94_1m1iq","marginTop-95":"universal-modal__marginTop-95_1m1iq","marginTop-96":"universal-modal__marginTop-96_1m1iq","marginTop-97":"universal-modal__marginTop-97_1m1iq","marginTop-98":"universal-modal__marginTop-98_1m1iq","marginTop-99":"universal-modal__marginTop-99_1m1iq","marginTop-100":"universal-modal__marginTop-100_1m1iq","marginTop-101":"universal-modal__marginTop-101_1m1iq","marginTop-102":"universal-modal__marginTop-102_1m1iq","marginTop-103":"universal-modal__marginTop-103_1m1iq","marginTop-104":"universal-modal__marginTop-104_1m1iq","marginTop-105":"universal-modal__marginTop-105_1m1iq","marginTop-106":"universal-modal__marginTop-106_1m1iq","marginTop-107":"universal-modal__marginTop-107_1m1iq","marginTop-108":"universal-modal__marginTop-108_1m1iq","marginTop-109":"universal-modal__marginTop-109_1m1iq","marginTop-110":"universal-modal__marginTop-110_1m1iq","marginTop-111":"universal-modal__marginTop-111_1m1iq","marginTop-112":"universal-modal__marginTop-112_1m1iq","marginTop-113":"universal-modal__marginTop-113_1m1iq","marginTop-114":"universal-modal__marginTop-114_1m1iq","marginTop-115":"universal-modal__marginTop-115_1m1iq","marginTop-116":"universal-modal__marginTop-116_1m1iq","marginTop-117":"universal-modal__marginTop-117_1m1iq","marginTop-118":"universal-modal__marginTop-118_1m1iq","marginTop-119":"universal-modal__marginTop-119_1m1iq","marginTop-120":"universal-modal__marginTop-120_1m1iq","marginTop-121":"universal-modal__marginTop-121_1m1iq","marginTop-122":"universal-modal__marginTop-122_1m1iq","marginTop-123":"universal-modal__marginTop-123_1m1iq","marginTop-124":"universal-modal__marginTop-124_1m1iq","marginTop-125":"universal-modal__marginTop-125_1m1iq","marginTop-126":"universal-modal__marginTop-126_1m1iq","marginTop-127":"universal-modal__marginTop-127_1m1iq","marginTop-128":"universal-modal__marginTop-128_1m1iq","marginRight-0":"universal-modal__marginRight-0_1m1iq","marginRight-1":"universal-modal__marginRight-1_1m1iq","marginRight-2":"universal-modal__marginRight-2_1m1iq","marginRight-3":"universal-modal__marginRight-3_1m1iq","marginRight-4":"universal-modal__marginRight-4_1m1iq","marginRight-5":"universal-modal__marginRight-5_1m1iq","marginRight-6":"universal-modal__marginRight-6_1m1iq","marginRight-7":"universal-modal__marginRight-7_1m1iq","marginRight-8":"universal-modal__marginRight-8_1m1iq","marginRight-9":"universal-modal__marginRight-9_1m1iq","marginRight-10":"universal-modal__marginRight-10_1m1iq","marginRight-11":"universal-modal__marginRight-11_1m1iq","marginRight-12":"universal-modal__marginRight-12_1m1iq","marginRight-13":"universal-modal__marginRight-13_1m1iq","marginRight-14":"universal-modal__marginRight-14_1m1iq","marginRight-15":"universal-modal__marginRight-15_1m1iq","marginRight-16":"universal-modal__marginRight-16_1m1iq","marginRight-17":"universal-modal__marginRight-17_1m1iq","marginRight-18":"universal-modal__marginRight-18_1m1iq","marginRight-19":"universal-modal__marginRight-19_1m1iq","marginRight-20":"universal-modal__marginRight-20_1m1iq","marginRight-21":"universal-modal__marginRight-21_1m1iq","marginRight-22":"universal-modal__marginRight-22_1m1iq","marginRight-23":"universal-modal__marginRight-23_1m1iq","marginRight-24":"universal-modal__marginRight-24_1m1iq","marginRight-25":"universal-modal__marginRight-25_1m1iq","marginRight-26":"universal-modal__marginRight-26_1m1iq","marginRight-27":"universal-modal__marginRight-27_1m1iq","marginRight-28":"universal-modal__marginRight-28_1m1iq","marginRight-29":"universal-modal__marginRight-29_1m1iq","marginRight-30":"universal-modal__marginRight-30_1m1iq","marginRight-31":"universal-modal__marginRight-31_1m1iq","marginRight-32":"universal-modal__marginRight-32_1m1iq","marginRight-33":"universal-modal__marginRight-33_1m1iq","marginRight-34":"universal-modal__marginRight-34_1m1iq","marginRight-35":"universal-modal__marginRight-35_1m1iq","marginRight-36":"universal-modal__marginRight-36_1m1iq","marginRight-37":"universal-modal__marginRight-37_1m1iq","marginRight-38":"universal-modal__marginRight-38_1m1iq","marginRight-39":"universal-modal__marginRight-39_1m1iq","marginRight-40":"universal-modal__marginRight-40_1m1iq","marginRight-41":"universal-modal__marginRight-41_1m1iq","marginRight-42":"universal-modal__marginRight-42_1m1iq","marginRight-43":"universal-modal__marginRight-43_1m1iq","marginRight-44":"universal-modal__marginRight-44_1m1iq","marginRight-45":"universal-modal__marginRight-45_1m1iq","marginRight-46":"universal-modal__marginRight-46_1m1iq","marginRight-47":"universal-modal__marginRight-47_1m1iq","marginRight-48":"universal-modal__marginRight-48_1m1iq","marginRight-49":"universal-modal__marginRight-49_1m1iq","marginRight-50":"universal-modal__marginRight-50_1m1iq","marginRight-51":"universal-modal__marginRight-51_1m1iq","marginRight-52":"universal-modal__marginRight-52_1m1iq","marginRight-53":"universal-modal__marginRight-53_1m1iq","marginRight-54":"universal-modal__marginRight-54_1m1iq","marginRight-55":"universal-modal__marginRight-55_1m1iq","marginRight-56":"universal-modal__marginRight-56_1m1iq","marginRight-57":"universal-modal__marginRight-57_1m1iq","marginRight-58":"universal-modal__marginRight-58_1m1iq","marginRight-59":"universal-modal__marginRight-59_1m1iq","marginRight-60":"universal-modal__marginRight-60_1m1iq","marginRight-61":"universal-modal__marginRight-61_1m1iq","marginRight-62":"universal-modal__marginRight-62_1m1iq","marginRight-63":"universal-modal__marginRight-63_1m1iq","marginRight-64":"universal-modal__marginRight-64_1m1iq","marginRight-65":"universal-modal__marginRight-65_1m1iq","marginRight-66":"universal-modal__marginRight-66_1m1iq","marginRight-67":"universal-modal__marginRight-67_1m1iq","marginRight-68":"universal-modal__marginRight-68_1m1iq","marginRight-69":"universal-modal__marginRight-69_1m1iq","marginRight-70":"universal-modal__marginRight-70_1m1iq","marginRight-71":"universal-modal__marginRight-71_1m1iq","marginRight-72":"universal-modal__marginRight-72_1m1iq","marginRight-73":"universal-modal__marginRight-73_1m1iq","marginRight-74":"universal-modal__marginRight-74_1m1iq","marginRight-75":"universal-modal__marginRight-75_1m1iq","marginRight-76":"universal-modal__marginRight-76_1m1iq","marginRight-77":"universal-modal__marginRight-77_1m1iq","marginRight-78":"universal-modal__marginRight-78_1m1iq","marginRight-79":"universal-modal__marginRight-79_1m1iq","marginRight-80":"universal-modal__marginRight-80_1m1iq","marginRight-81":"universal-modal__marginRight-81_1m1iq","marginRight-82":"universal-modal__marginRight-82_1m1iq","marginRight-83":"universal-modal__marginRight-83_1m1iq","marginRight-84":"universal-modal__marginRight-84_1m1iq","marginRight-85":"universal-modal__marginRight-85_1m1iq","marginRight-86":"universal-modal__marginRight-86_1m1iq","marginRight-87":"universal-modal__marginRight-87_1m1iq","marginRight-88":"universal-modal__marginRight-88_1m1iq","marginRight-89":"universal-modal__marginRight-89_1m1iq","marginRight-90":"universal-modal__marginRight-90_1m1iq","marginRight-91":"universal-modal__marginRight-91_1m1iq","marginRight-92":"universal-modal__marginRight-92_1m1iq","marginRight-93":"universal-modal__marginRight-93_1m1iq","marginRight-94":"universal-modal__marginRight-94_1m1iq","marginRight-95":"universal-modal__marginRight-95_1m1iq","marginRight-96":"universal-modal__marginRight-96_1m1iq","marginRight-97":"universal-modal__marginRight-97_1m1iq","marginRight-98":"universal-modal__marginRight-98_1m1iq","marginRight-99":"universal-modal__marginRight-99_1m1iq","marginRight-100":"universal-modal__marginRight-100_1m1iq","marginRight-101":"universal-modal__marginRight-101_1m1iq","marginRight-102":"universal-modal__marginRight-102_1m1iq","marginRight-103":"universal-modal__marginRight-103_1m1iq","marginRight-104":"universal-modal__marginRight-104_1m1iq","marginRight-105":"universal-modal__marginRight-105_1m1iq","marginRight-106":"universal-modal__marginRight-106_1m1iq","marginRight-107":"universal-modal__marginRight-107_1m1iq","marginRight-108":"universal-modal__marginRight-108_1m1iq","marginRight-109":"universal-modal__marginRight-109_1m1iq","marginRight-110":"universal-modal__marginRight-110_1m1iq","marginRight-111":"universal-modal__marginRight-111_1m1iq","marginRight-112":"universal-modal__marginRight-112_1m1iq","marginRight-113":"universal-modal__marginRight-113_1m1iq","marginRight-114":"universal-modal__marginRight-114_1m1iq","marginRight-115":"universal-modal__marginRight-115_1m1iq","marginRight-116":"universal-modal__marginRight-116_1m1iq","marginRight-117":"universal-modal__marginRight-117_1m1iq","marginRight-118":"universal-modal__marginRight-118_1m1iq","marginRight-119":"universal-modal__marginRight-119_1m1iq","marginRight-120":"universal-modal__marginRight-120_1m1iq","marginRight-121":"universal-modal__marginRight-121_1m1iq","marginRight-122":"universal-modal__marginRight-122_1m1iq","marginRight-123":"universal-modal__marginRight-123_1m1iq","marginRight-124":"universal-modal__marginRight-124_1m1iq","marginRight-125":"universal-modal__marginRight-125_1m1iq","marginRight-126":"universal-modal__marginRight-126_1m1iq","marginRight-127":"universal-modal__marginRight-127_1m1iq","marginRight-128":"universal-modal__marginRight-128_1m1iq","marginBottom-0":"universal-modal__marginBottom-0_1m1iq","marginBottom-1":"universal-modal__marginBottom-1_1m1iq","marginBottom-2":"universal-modal__marginBottom-2_1m1iq","marginBottom-3":"universal-modal__marginBottom-3_1m1iq","marginBottom-4":"universal-modal__marginBottom-4_1m1iq","marginBottom-5":"universal-modal__marginBottom-5_1m1iq","marginBottom-6":"universal-modal__marginBottom-6_1m1iq","marginBottom-7":"universal-modal__marginBottom-7_1m1iq","marginBottom-8":"universal-modal__marginBottom-8_1m1iq","marginBottom-9":"universal-modal__marginBottom-9_1m1iq","marginBottom-10":"universal-modal__marginBottom-10_1m1iq","marginBottom-11":"universal-modal__marginBottom-11_1m1iq","marginBottom-12":"universal-modal__marginBottom-12_1m1iq","marginBottom-13":"universal-modal__marginBottom-13_1m1iq","marginBottom-14":"universal-modal__marginBottom-14_1m1iq","marginBottom-15":"universal-modal__marginBottom-15_1m1iq","marginBottom-16":"universal-modal__marginBottom-16_1m1iq","marginBottom-17":"universal-modal__marginBottom-17_1m1iq","marginBottom-18":"universal-modal__marginBottom-18_1m1iq","marginBottom-19":"universal-modal__marginBottom-19_1m1iq","marginBottom-20":"universal-modal__marginBottom-20_1m1iq","marginBottom-21":"universal-modal__marginBottom-21_1m1iq","marginBottom-22":"universal-modal__marginBottom-22_1m1iq","marginBottom-23":"universal-modal__marginBottom-23_1m1iq","marginBottom-24":"universal-modal__marginBottom-24_1m1iq","marginBottom-25":"universal-modal__marginBottom-25_1m1iq","marginBottom-26":"universal-modal__marginBottom-26_1m1iq","marginBottom-27":"universal-modal__marginBottom-27_1m1iq","marginBottom-28":"universal-modal__marginBottom-28_1m1iq","marginBottom-29":"universal-modal__marginBottom-29_1m1iq","marginBottom-30":"universal-modal__marginBottom-30_1m1iq","marginBottom-31":"universal-modal__marginBottom-31_1m1iq","marginBottom-32":"universal-modal__marginBottom-32_1m1iq","marginBottom-33":"universal-modal__marginBottom-33_1m1iq","marginBottom-34":"universal-modal__marginBottom-34_1m1iq","marginBottom-35":"universal-modal__marginBottom-35_1m1iq","marginBottom-36":"universal-modal__marginBottom-36_1m1iq","marginBottom-37":"universal-modal__marginBottom-37_1m1iq","marginBottom-38":"universal-modal__marginBottom-38_1m1iq","marginBottom-39":"universal-modal__marginBottom-39_1m1iq","marginBottom-40":"universal-modal__marginBottom-40_1m1iq","marginBottom-41":"universal-modal__marginBottom-41_1m1iq","marginBottom-42":"universal-modal__marginBottom-42_1m1iq","marginBottom-43":"universal-modal__marginBottom-43_1m1iq","marginBottom-44":"universal-modal__marginBottom-44_1m1iq","marginBottom-45":"universal-modal__marginBottom-45_1m1iq","marginBottom-46":"universal-modal__marginBottom-46_1m1iq","marginBottom-47":"universal-modal__marginBottom-47_1m1iq","marginBottom-48":"universal-modal__marginBottom-48_1m1iq","marginBottom-49":"universal-modal__marginBottom-49_1m1iq","marginBottom-50":"universal-modal__marginBottom-50_1m1iq","marginBottom-51":"universal-modal__marginBottom-51_1m1iq","marginBottom-52":"universal-modal__marginBottom-52_1m1iq","marginBottom-53":"universal-modal__marginBottom-53_1m1iq","marginBottom-54":"universal-modal__marginBottom-54_1m1iq","marginBottom-55":"universal-modal__marginBottom-55_1m1iq","marginBottom-56":"universal-modal__marginBottom-56_1m1iq","marginBottom-57":"universal-modal__marginBottom-57_1m1iq","marginBottom-58":"universal-modal__marginBottom-58_1m1iq","marginBottom-59":"universal-modal__marginBottom-59_1m1iq","marginBottom-60":"universal-modal__marginBottom-60_1m1iq","marginBottom-61":"universal-modal__marginBottom-61_1m1iq","marginBottom-62":"universal-modal__marginBottom-62_1m1iq","marginBottom-63":"universal-modal__marginBottom-63_1m1iq","marginBottom-64":"universal-modal__marginBottom-64_1m1iq","marginBottom-65":"universal-modal__marginBottom-65_1m1iq","marginBottom-66":"universal-modal__marginBottom-66_1m1iq","marginBottom-67":"universal-modal__marginBottom-67_1m1iq","marginBottom-68":"universal-modal__marginBottom-68_1m1iq","marginBottom-69":"universal-modal__marginBottom-69_1m1iq","marginBottom-70":"universal-modal__marginBottom-70_1m1iq","marginBottom-71":"universal-modal__marginBottom-71_1m1iq","marginBottom-72":"universal-modal__marginBottom-72_1m1iq","marginBottom-73":"universal-modal__marginBottom-73_1m1iq","marginBottom-74":"universal-modal__marginBottom-74_1m1iq","marginBottom-75":"universal-modal__marginBottom-75_1m1iq","marginBottom-76":"universal-modal__marginBottom-76_1m1iq","marginBottom-77":"universal-modal__marginBottom-77_1m1iq","marginBottom-78":"universal-modal__marginBottom-78_1m1iq","marginBottom-79":"universal-modal__marginBottom-79_1m1iq","marginBottom-80":"universal-modal__marginBottom-80_1m1iq","marginBottom-81":"universal-modal__marginBottom-81_1m1iq","marginBottom-82":"universal-modal__marginBottom-82_1m1iq","marginBottom-83":"universal-modal__marginBottom-83_1m1iq","marginBottom-84":"universal-modal__marginBottom-84_1m1iq","marginBottom-85":"universal-modal__marginBottom-85_1m1iq","marginBottom-86":"universal-modal__marginBottom-86_1m1iq","marginBottom-87":"universal-modal__marginBottom-87_1m1iq","marginBottom-88":"universal-modal__marginBottom-88_1m1iq","marginBottom-89":"universal-modal__marginBottom-89_1m1iq","marginBottom-90":"universal-modal__marginBottom-90_1m1iq","marginBottom-91":"universal-modal__marginBottom-91_1m1iq","marginBottom-92":"universal-modal__marginBottom-92_1m1iq","marginBottom-93":"universal-modal__marginBottom-93_1m1iq","marginBottom-94":"universal-modal__marginBottom-94_1m1iq","marginBottom-95":"universal-modal__marginBottom-95_1m1iq","marginBottom-96":"universal-modal__marginBottom-96_1m1iq","marginBottom-97":"universal-modal__marginBottom-97_1m1iq","marginBottom-98":"universal-modal__marginBottom-98_1m1iq","marginBottom-99":"universal-modal__marginBottom-99_1m1iq","marginBottom-100":"universal-modal__marginBottom-100_1m1iq","marginBottom-101":"universal-modal__marginBottom-101_1m1iq","marginBottom-102":"universal-modal__marginBottom-102_1m1iq","marginBottom-103":"universal-modal__marginBottom-103_1m1iq","marginBottom-104":"universal-modal__marginBottom-104_1m1iq","marginBottom-105":"universal-modal__marginBottom-105_1m1iq","marginBottom-106":"universal-modal__marginBottom-106_1m1iq","marginBottom-107":"universal-modal__marginBottom-107_1m1iq","marginBottom-108":"universal-modal__marginBottom-108_1m1iq","marginBottom-109":"universal-modal__marginBottom-109_1m1iq","marginBottom-110":"universal-modal__marginBottom-110_1m1iq","marginBottom-111":"universal-modal__marginBottom-111_1m1iq","marginBottom-112":"universal-modal__marginBottom-112_1m1iq","marginBottom-113":"universal-modal__marginBottom-113_1m1iq","marginBottom-114":"universal-modal__marginBottom-114_1m1iq","marginBottom-115":"universal-modal__marginBottom-115_1m1iq","marginBottom-116":"universal-modal__marginBottom-116_1m1iq","marginBottom-117":"universal-modal__marginBottom-117_1m1iq","marginBottom-118":"universal-modal__marginBottom-118_1m1iq","marginBottom-119":"universal-modal__marginBottom-119_1m1iq","marginBottom-120":"universal-modal__marginBottom-120_1m1iq","marginBottom-121":"universal-modal__marginBottom-121_1m1iq","marginBottom-122":"universal-modal__marginBottom-122_1m1iq","marginBottom-123":"universal-modal__marginBottom-123_1m1iq","marginBottom-124":"universal-modal__marginBottom-124_1m1iq","marginBottom-125":"universal-modal__marginBottom-125_1m1iq","marginBottom-126":"universal-modal__marginBottom-126_1m1iq","marginBottom-127":"universal-modal__marginBottom-127_1m1iq","marginBottom-128":"universal-modal__marginBottom-128_1m1iq","marginLeft-0":"universal-modal__marginLeft-0_1m1iq","marginLeft-1":"universal-modal__marginLeft-1_1m1iq","marginLeft-2":"universal-modal__marginLeft-2_1m1iq","marginLeft-3":"universal-modal__marginLeft-3_1m1iq","marginLeft-4":"universal-modal__marginLeft-4_1m1iq","marginLeft-5":"universal-modal__marginLeft-5_1m1iq","marginLeft-6":"universal-modal__marginLeft-6_1m1iq","marginLeft-7":"universal-modal__marginLeft-7_1m1iq","marginLeft-8":"universal-modal__marginLeft-8_1m1iq","marginLeft-9":"universal-modal__marginLeft-9_1m1iq","marginLeft-10":"universal-modal__marginLeft-10_1m1iq","marginLeft-11":"universal-modal__marginLeft-11_1m1iq","marginLeft-12":"universal-modal__marginLeft-12_1m1iq","marginLeft-13":"universal-modal__marginLeft-13_1m1iq","marginLeft-14":"universal-modal__marginLeft-14_1m1iq","marginLeft-15":"universal-modal__marginLeft-15_1m1iq","marginLeft-16":"universal-modal__marginLeft-16_1m1iq","marginLeft-17":"universal-modal__marginLeft-17_1m1iq","marginLeft-18":"universal-modal__marginLeft-18_1m1iq","marginLeft-19":"universal-modal__marginLeft-19_1m1iq","marginLeft-20":"universal-modal__marginLeft-20_1m1iq","marginLeft-21":"universal-modal__marginLeft-21_1m1iq","marginLeft-22":"universal-modal__marginLeft-22_1m1iq","marginLeft-23":"universal-modal__marginLeft-23_1m1iq","marginLeft-24":"universal-modal__marginLeft-24_1m1iq","marginLeft-25":"universal-modal__marginLeft-25_1m1iq","marginLeft-26":"universal-modal__marginLeft-26_1m1iq","marginLeft-27":"universal-modal__marginLeft-27_1m1iq","marginLeft-28":"universal-modal__marginLeft-28_1m1iq","marginLeft-29":"universal-modal__marginLeft-29_1m1iq","marginLeft-30":"universal-modal__marginLeft-30_1m1iq","marginLeft-31":"universal-modal__marginLeft-31_1m1iq","marginLeft-32":"universal-modal__marginLeft-32_1m1iq","marginLeft-33":"universal-modal__marginLeft-33_1m1iq","marginLeft-34":"universal-modal__marginLeft-34_1m1iq","marginLeft-35":"universal-modal__marginLeft-35_1m1iq","marginLeft-36":"universal-modal__marginLeft-36_1m1iq","marginLeft-37":"universal-modal__marginLeft-37_1m1iq","marginLeft-38":"universal-modal__marginLeft-38_1m1iq","marginLeft-39":"universal-modal__marginLeft-39_1m1iq","marginLeft-40":"universal-modal__marginLeft-40_1m1iq","marginLeft-41":"universal-modal__marginLeft-41_1m1iq","marginLeft-42":"universal-modal__marginLeft-42_1m1iq","marginLeft-43":"universal-modal__marginLeft-43_1m1iq","marginLeft-44":"universal-modal__marginLeft-44_1m1iq","marginLeft-45":"universal-modal__marginLeft-45_1m1iq","marginLeft-46":"universal-modal__marginLeft-46_1m1iq","marginLeft-47":"universal-modal__marginLeft-47_1m1iq","marginLeft-48":"universal-modal__marginLeft-48_1m1iq","marginLeft-49":"universal-modal__marginLeft-49_1m1iq","marginLeft-50":"universal-modal__marginLeft-50_1m1iq","marginLeft-51":"universal-modal__marginLeft-51_1m1iq","marginLeft-52":"universal-modal__marginLeft-52_1m1iq","marginLeft-53":"universal-modal__marginLeft-53_1m1iq","marginLeft-54":"universal-modal__marginLeft-54_1m1iq","marginLeft-55":"universal-modal__marginLeft-55_1m1iq","marginLeft-56":"universal-modal__marginLeft-56_1m1iq","marginLeft-57":"universal-modal__marginLeft-57_1m1iq","marginLeft-58":"universal-modal__marginLeft-58_1m1iq","marginLeft-59":"universal-modal__marginLeft-59_1m1iq","marginLeft-60":"universal-modal__marginLeft-60_1m1iq","marginLeft-61":"universal-modal__marginLeft-61_1m1iq","marginLeft-62":"universal-modal__marginLeft-62_1m1iq","marginLeft-63":"universal-modal__marginLeft-63_1m1iq","marginLeft-64":"universal-modal__marginLeft-64_1m1iq","marginLeft-65":"universal-modal__marginLeft-65_1m1iq","marginLeft-66":"universal-modal__marginLeft-66_1m1iq","marginLeft-67":"universal-modal__marginLeft-67_1m1iq","marginLeft-68":"universal-modal__marginLeft-68_1m1iq","marginLeft-69":"universal-modal__marginLeft-69_1m1iq","marginLeft-70":"universal-modal__marginLeft-70_1m1iq","marginLeft-71":"universal-modal__marginLeft-71_1m1iq","marginLeft-72":"universal-modal__marginLeft-72_1m1iq","marginLeft-73":"universal-modal__marginLeft-73_1m1iq","marginLeft-74":"universal-modal__marginLeft-74_1m1iq","marginLeft-75":"universal-modal__marginLeft-75_1m1iq","marginLeft-76":"universal-modal__marginLeft-76_1m1iq","marginLeft-77":"universal-modal__marginLeft-77_1m1iq","marginLeft-78":"universal-modal__marginLeft-78_1m1iq","marginLeft-79":"universal-modal__marginLeft-79_1m1iq","marginLeft-80":"universal-modal__marginLeft-80_1m1iq","marginLeft-81":"universal-modal__marginLeft-81_1m1iq","marginLeft-82":"universal-modal__marginLeft-82_1m1iq","marginLeft-83":"universal-modal__marginLeft-83_1m1iq","marginLeft-84":"universal-modal__marginLeft-84_1m1iq","marginLeft-85":"universal-modal__marginLeft-85_1m1iq","marginLeft-86":"universal-modal__marginLeft-86_1m1iq","marginLeft-87":"universal-modal__marginLeft-87_1m1iq","marginLeft-88":"universal-modal__marginLeft-88_1m1iq","marginLeft-89":"universal-modal__marginLeft-89_1m1iq","marginLeft-90":"universal-modal__marginLeft-90_1m1iq","marginLeft-91":"universal-modal__marginLeft-91_1m1iq","marginLeft-92":"universal-modal__marginLeft-92_1m1iq","marginLeft-93":"universal-modal__marginLeft-93_1m1iq","marginLeft-94":"universal-modal__marginLeft-94_1m1iq","marginLeft-95":"universal-modal__marginLeft-95_1m1iq","marginLeft-96":"universal-modal__marginLeft-96_1m1iq","marginLeft-97":"universal-modal__marginLeft-97_1m1iq","marginLeft-98":"universal-modal__marginLeft-98_1m1iq","marginLeft-99":"universal-modal__marginLeft-99_1m1iq","marginLeft-100":"universal-modal__marginLeft-100_1m1iq","marginLeft-101":"universal-modal__marginLeft-101_1m1iq","marginLeft-102":"universal-modal__marginLeft-102_1m1iq","marginLeft-103":"universal-modal__marginLeft-103_1m1iq","marginLeft-104":"universal-modal__marginLeft-104_1m1iq","marginLeft-105":"universal-modal__marginLeft-105_1m1iq","marginLeft-106":"universal-modal__marginLeft-106_1m1iq","marginLeft-107":"universal-modal__marginLeft-107_1m1iq","marginLeft-108":"universal-modal__marginLeft-108_1m1iq","marginLeft-109":"universal-modal__marginLeft-109_1m1iq","marginLeft-110":"universal-modal__marginLeft-110_1m1iq","marginLeft-111":"universal-modal__marginLeft-111_1m1iq","marginLeft-112":"universal-modal__marginLeft-112_1m1iq","marginLeft-113":"universal-modal__marginLeft-113_1m1iq","marginLeft-114":"universal-modal__marginLeft-114_1m1iq","marginLeft-115":"universal-modal__marginLeft-115_1m1iq","marginLeft-116":"universal-modal__marginLeft-116_1m1iq","marginLeft-117":"universal-modal__marginLeft-117_1m1iq","marginLeft-118":"universal-modal__marginLeft-118_1m1iq","marginLeft-119":"universal-modal__marginLeft-119_1m1iq","marginLeft-120":"universal-modal__marginLeft-120_1m1iq","marginLeft-121":"universal-modal__marginLeft-121_1m1iq","marginLeft-122":"universal-modal__marginLeft-122_1m1iq","marginLeft-123":"universal-modal__marginLeft-123_1m1iq","marginLeft-124":"universal-modal__marginLeft-124_1m1iq","marginLeft-125":"universal-modal__marginLeft-125_1m1iq","marginLeft-126":"universal-modal__marginLeft-126_1m1iq","marginLeft-127":"universal-modal__marginLeft-127_1m1iq","marginLeft-128":"universal-modal__marginLeft-128_1m1iq"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -2,321 +2,321 @@
|
|
|
2
2
|
--universal-modal-transitions-timeout: 200ms;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.universal-modal__enterLeft-
|
|
5
|
+
.universal-modal__enterLeft-0_1hp80 {
|
|
6
6
|
transform: translateX(calc(-100% - 0px)) translateZ(0);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.universal-modal__enterLeft-
|
|
9
|
+
.universal-modal__enterLeft-2_1hp80 {
|
|
10
10
|
transform: translateX(calc(-100% - 2px)) translateZ(0);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.universal-modal__enterLeft-
|
|
13
|
+
.universal-modal__enterLeft-4_1hp80 {
|
|
14
14
|
transform: translateX(calc(-100% - 4px)) translateZ(0);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.universal-modal__enterLeft-
|
|
17
|
+
.universal-modal__enterLeft-8_1hp80 {
|
|
18
18
|
transform: translateX(calc(-100% - 8px)) translateZ(0);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.universal-modal__enterLeft-
|
|
21
|
+
.universal-modal__enterLeft-12_1hp80 {
|
|
22
22
|
transform: translateX(calc(-100% - 12px)) translateZ(0);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.universal-modal__enterLeft-
|
|
25
|
+
.universal-modal__enterLeft-16_1hp80 {
|
|
26
26
|
transform: translateX(calc(-100% - 16px)) translateZ(0);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.universal-modal__enterLeft-
|
|
29
|
+
.universal-modal__enterLeft-20_1hp80 {
|
|
30
30
|
transform: translateX(calc(-100% - 20px)) translateZ(0);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.universal-modal__enterLeft-
|
|
33
|
+
.universal-modal__enterLeft-24_1hp80 {
|
|
34
34
|
transform: translateX(calc(-100% - 24px)) translateZ(0);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.universal-modal__enterLeft-
|
|
37
|
+
.universal-modal__enterLeft-32_1hp80 {
|
|
38
38
|
transform: translateX(calc(-100% - 32px)) translateZ(0);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.universal-modal__enterLeft-
|
|
41
|
+
.universal-modal__enterLeft-40_1hp80 {
|
|
42
42
|
transform: translateX(calc(-100% - 40px)) translateZ(0);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.universal-modal__enterLeft-
|
|
45
|
+
.universal-modal__enterLeft-48_1hp80 {
|
|
46
46
|
transform: translateX(calc(-100% - 48px)) translateZ(0);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.universal-modal__enterLeft-
|
|
49
|
+
.universal-modal__enterLeft-56_1hp80 {
|
|
50
50
|
transform: translateX(calc(-100% - 56px)) translateZ(0);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.universal-modal__enterLeft-
|
|
53
|
+
.universal-modal__enterLeft-64_1hp80 {
|
|
54
54
|
transform: translateX(calc(-100% - 64px)) translateZ(0);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.universal-modal__enterLeft-
|
|
57
|
+
.universal-modal__enterLeft-72_1hp80 {
|
|
58
58
|
transform: translateX(calc(-100% - 72px)) translateZ(0);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.universal-modal__enterLeft-
|
|
61
|
+
.universal-modal__enterLeft-80_1hp80 {
|
|
62
62
|
transform: translateX(calc(-100% - 80px)) translateZ(0);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
.universal-modal__enterLeft-
|
|
65
|
+
.universal-modal__enterLeft-96_1hp80 {
|
|
66
66
|
transform: translateX(calc(-100% - 96px)) translateZ(0);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.universal-modal__enterLeft-
|
|
69
|
+
.universal-modal__enterLeft-128_1hp80 {
|
|
70
70
|
transform: translateX(calc(-100% - 128px)) translateZ(0);
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
.universal-modal__enterRight-
|
|
73
|
+
.universal-modal__enterRight-0_1hp80 {
|
|
74
74
|
transform: translateX(calc(100% + 0px)) translateZ(0);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.universal-modal__enterRight-
|
|
77
|
+
.universal-modal__enterRight-2_1hp80 {
|
|
78
78
|
transform: translateX(calc(100% + 2px)) translateZ(0);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
.universal-modal__enterRight-
|
|
81
|
+
.universal-modal__enterRight-4_1hp80 {
|
|
82
82
|
transform: translateX(calc(100% + 4px)) translateZ(0);
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.universal-modal__enterRight-
|
|
85
|
+
.universal-modal__enterRight-8_1hp80 {
|
|
86
86
|
transform: translateX(calc(100% + 8px)) translateZ(0);
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
.universal-modal__enterRight-
|
|
89
|
+
.universal-modal__enterRight-12_1hp80 {
|
|
90
90
|
transform: translateX(calc(100% + 12px)) translateZ(0);
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
.universal-modal__enterRight-
|
|
93
|
+
.universal-modal__enterRight-16_1hp80 {
|
|
94
94
|
transform: translateX(calc(100% + 16px)) translateZ(0);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.universal-modal__enterRight-
|
|
97
|
+
.universal-modal__enterRight-20_1hp80 {
|
|
98
98
|
transform: translateX(calc(100% + 20px)) translateZ(0);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
.universal-modal__enterRight-
|
|
101
|
+
.universal-modal__enterRight-24_1hp80 {
|
|
102
102
|
transform: translateX(calc(100% + 24px)) translateZ(0);
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
.universal-modal__enterRight-
|
|
105
|
+
.universal-modal__enterRight-32_1hp80 {
|
|
106
106
|
transform: translateX(calc(100% + 32px)) translateZ(0);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.universal-modal__enterRight-
|
|
109
|
+
.universal-modal__enterRight-40_1hp80 {
|
|
110
110
|
transform: translateX(calc(100% + 40px)) translateZ(0);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.universal-modal__enterRight-
|
|
113
|
+
.universal-modal__enterRight-48_1hp80 {
|
|
114
114
|
transform: translateX(calc(100% + 48px)) translateZ(0);
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.universal-modal__enterRight-
|
|
117
|
+
.universal-modal__enterRight-56_1hp80 {
|
|
118
118
|
transform: translateX(calc(100% + 56px)) translateZ(0);
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.universal-modal__enterRight-
|
|
121
|
+
.universal-modal__enterRight-64_1hp80 {
|
|
122
122
|
transform: translateX(calc(100% + 64px)) translateZ(0);
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
.universal-modal__enterRight-
|
|
125
|
+
.universal-modal__enterRight-72_1hp80 {
|
|
126
126
|
transform: translateX(calc(100% + 72px)) translateZ(0);
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.universal-modal__enterRight-
|
|
129
|
+
.universal-modal__enterRight-80_1hp80 {
|
|
130
130
|
transform: translateX(calc(100% + 80px)) translateZ(0);
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.universal-modal__enterRight-
|
|
133
|
+
.universal-modal__enterRight-96_1hp80 {
|
|
134
134
|
transform: translateX(calc(100% + 96px)) translateZ(0);
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.universal-modal__enterRight-
|
|
137
|
+
.universal-modal__enterRight-128_1hp80 {
|
|
138
138
|
transform: translateX(calc(100% + 128px)) translateZ(0);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
.universal-
|
|
141
|
+
.universal-modal__enterActive_1hp80 {
|
|
142
142
|
transform: translateX(0);
|
|
143
143
|
transition: transform var(--universal-modal-transitions-timeout) ease-in;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
.universal-
|
|
146
|
+
.universal-modal__enterDone_1hp80 {
|
|
147
147
|
transform: translateX(0);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.universal-
|
|
150
|
+
.universal-modal__exit_1hp80 {
|
|
151
151
|
transform: translateX(0);
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
.universal-modal__exitActiveLeft-
|
|
154
|
+
.universal-modal__exitActiveLeft-0_1hp80 {
|
|
155
155
|
transform: translateX(calc(-100% - 0px)) translateZ(0);
|
|
156
156
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.universal-modal__exitActiveLeft-
|
|
159
|
+
.universal-modal__exitActiveLeft-2_1hp80 {
|
|
160
160
|
transform: translateX(calc(-100% - 2px)) translateZ(0);
|
|
161
161
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.universal-modal__exitActiveLeft-
|
|
164
|
+
.universal-modal__exitActiveLeft-4_1hp80 {
|
|
165
165
|
transform: translateX(calc(-100% - 4px)) translateZ(0);
|
|
166
166
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.universal-modal__exitActiveLeft-
|
|
169
|
+
.universal-modal__exitActiveLeft-8_1hp80 {
|
|
170
170
|
transform: translateX(calc(-100% - 8px)) translateZ(0);
|
|
171
171
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
|
-
.universal-modal__exitActiveLeft-
|
|
174
|
+
.universal-modal__exitActiveLeft-12_1hp80 {
|
|
175
175
|
transform: translateX(calc(-100% - 12px)) translateZ(0);
|
|
176
176
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
.universal-modal__exitActiveLeft-
|
|
179
|
+
.universal-modal__exitActiveLeft-16_1hp80 {
|
|
180
180
|
transform: translateX(calc(-100% - 16px)) translateZ(0);
|
|
181
181
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.universal-modal__exitActiveLeft-
|
|
184
|
+
.universal-modal__exitActiveLeft-20_1hp80 {
|
|
185
185
|
transform: translateX(calc(-100% - 20px)) translateZ(0);
|
|
186
186
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.universal-modal__exitActiveLeft-
|
|
189
|
+
.universal-modal__exitActiveLeft-24_1hp80 {
|
|
190
190
|
transform: translateX(calc(-100% - 24px)) translateZ(0);
|
|
191
191
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
.universal-modal__exitActiveLeft-
|
|
194
|
+
.universal-modal__exitActiveLeft-32_1hp80 {
|
|
195
195
|
transform: translateX(calc(-100% - 32px)) translateZ(0);
|
|
196
196
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
.universal-modal__exitActiveLeft-
|
|
199
|
+
.universal-modal__exitActiveLeft-40_1hp80 {
|
|
200
200
|
transform: translateX(calc(-100% - 40px)) translateZ(0);
|
|
201
201
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
-
.universal-modal__exitActiveLeft-
|
|
204
|
+
.universal-modal__exitActiveLeft-48_1hp80 {
|
|
205
205
|
transform: translateX(calc(-100% - 48px)) translateZ(0);
|
|
206
206
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
.universal-modal__exitActiveLeft-
|
|
209
|
+
.universal-modal__exitActiveLeft-56_1hp80 {
|
|
210
210
|
transform: translateX(calc(-100% - 56px)) translateZ(0);
|
|
211
211
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
.universal-modal__exitActiveLeft-
|
|
214
|
+
.universal-modal__exitActiveLeft-64_1hp80 {
|
|
215
215
|
transform: translateX(calc(-100% - 64px)) translateZ(0);
|
|
216
216
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.universal-modal__exitActiveLeft-
|
|
219
|
+
.universal-modal__exitActiveLeft-72_1hp80 {
|
|
220
220
|
transform: translateX(calc(-100% - 72px)) translateZ(0);
|
|
221
221
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
.universal-modal__exitActiveLeft-
|
|
224
|
+
.universal-modal__exitActiveLeft-80_1hp80 {
|
|
225
225
|
transform: translateX(calc(-100% - 80px)) translateZ(0);
|
|
226
226
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.universal-modal__exitActiveLeft-
|
|
229
|
+
.universal-modal__exitActiveLeft-96_1hp80 {
|
|
230
230
|
transform: translateX(calc(-100% - 96px)) translateZ(0);
|
|
231
231
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
.universal-modal__exitActiveLeft-
|
|
234
|
+
.universal-modal__exitActiveLeft-128_1hp80 {
|
|
235
235
|
transform: translateX(calc(-100% - 128px)) translateZ(0);
|
|
236
236
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.universal-modal__exitActiveRight-
|
|
239
|
+
.universal-modal__exitActiveRight-0_1hp80 {
|
|
240
240
|
transform: translateX(calc(100% + 0px)) translateZ(0);
|
|
241
241
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
.universal-modal__exitActiveRight-
|
|
244
|
+
.universal-modal__exitActiveRight-2_1hp80 {
|
|
245
245
|
transform: translateX(calc(100% + 2px)) translateZ(0);
|
|
246
246
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
.universal-modal__exitActiveRight-
|
|
249
|
+
.universal-modal__exitActiveRight-4_1hp80 {
|
|
250
250
|
transform: translateX(calc(100% + 4px)) translateZ(0);
|
|
251
251
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
.universal-modal__exitActiveRight-
|
|
254
|
+
.universal-modal__exitActiveRight-8_1hp80 {
|
|
255
255
|
transform: translateX(calc(100% + 8px)) translateZ(0);
|
|
256
256
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.universal-modal__exitActiveRight-
|
|
259
|
+
.universal-modal__exitActiveRight-12_1hp80 {
|
|
260
260
|
transform: translateX(calc(100% + 12px)) translateZ(0);
|
|
261
261
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.universal-modal__exitActiveRight-
|
|
264
|
+
.universal-modal__exitActiveRight-16_1hp80 {
|
|
265
265
|
transform: translateX(calc(100% + 16px)) translateZ(0);
|
|
266
266
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
.universal-modal__exitActiveRight-
|
|
269
|
+
.universal-modal__exitActiveRight-20_1hp80 {
|
|
270
270
|
transform: translateX(calc(100% + 20px)) translateZ(0);
|
|
271
271
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
.universal-modal__exitActiveRight-
|
|
274
|
+
.universal-modal__exitActiveRight-24_1hp80 {
|
|
275
275
|
transform: translateX(calc(100% + 24px)) translateZ(0);
|
|
276
276
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
.universal-modal__exitActiveRight-
|
|
279
|
+
.universal-modal__exitActiveRight-32_1hp80 {
|
|
280
280
|
transform: translateX(calc(100% + 32px)) translateZ(0);
|
|
281
281
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
.universal-modal__exitActiveRight-
|
|
284
|
+
.universal-modal__exitActiveRight-40_1hp80 {
|
|
285
285
|
transform: translateX(calc(100% + 40px)) translateZ(0);
|
|
286
286
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
-
.universal-modal__exitActiveRight-
|
|
289
|
+
.universal-modal__exitActiveRight-48_1hp80 {
|
|
290
290
|
transform: translateX(calc(100% + 48px)) translateZ(0);
|
|
291
291
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
.universal-modal__exitActiveRight-
|
|
294
|
+
.universal-modal__exitActiveRight-56_1hp80 {
|
|
295
295
|
transform: translateX(calc(100% + 56px)) translateZ(0);
|
|
296
296
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.universal-modal__exitActiveRight-
|
|
299
|
+
.universal-modal__exitActiveRight-64_1hp80 {
|
|
300
300
|
transform: translateX(calc(100% + 64px)) translateZ(0);
|
|
301
301
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
.universal-modal__exitActiveRight-
|
|
304
|
+
.universal-modal__exitActiveRight-72_1hp80 {
|
|
305
305
|
transform: translateX(calc(100% + 72px)) translateZ(0);
|
|
306
306
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
.universal-modal__exitActiveRight-
|
|
309
|
+
.universal-modal__exitActiveRight-80_1hp80 {
|
|
310
310
|
transform: translateX(calc(100% + 80px)) translateZ(0);
|
|
311
311
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
.universal-modal__exitActiveRight-
|
|
314
|
+
.universal-modal__exitActiveRight-96_1hp80 {
|
|
315
315
|
transform: translateX(calc(100% + 96px)) translateZ(0);
|
|
316
316
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
|
-
.universal-modal__exitActiveRight-
|
|
319
|
+
.universal-modal__exitActiveRight-128_1hp80 {
|
|
320
320
|
transform: translateX(calc(100% + 128px)) translateZ(0);
|
|
321
321
|
transition: transform var(--universal-modal-transitions-timeout) ease-out;
|
|
322
322
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./transitions.css');
|
|
4
4
|
|
|
5
|
-
var transitions = {"enterLeft-0":"universal-modal__enterLeft-
|
|
5
|
+
var transitions = {"enterLeft-0":"universal-modal__enterLeft-0_1hp80","enterLeft-2":"universal-modal__enterLeft-2_1hp80","enterLeft-4":"universal-modal__enterLeft-4_1hp80","enterLeft-8":"universal-modal__enterLeft-8_1hp80","enterLeft-12":"universal-modal__enterLeft-12_1hp80","enterLeft-16":"universal-modal__enterLeft-16_1hp80","enterLeft-20":"universal-modal__enterLeft-20_1hp80","enterLeft-24":"universal-modal__enterLeft-24_1hp80","enterLeft-32":"universal-modal__enterLeft-32_1hp80","enterLeft-40":"universal-modal__enterLeft-40_1hp80","enterLeft-48":"universal-modal__enterLeft-48_1hp80","enterLeft-56":"universal-modal__enterLeft-56_1hp80","enterLeft-64":"universal-modal__enterLeft-64_1hp80","enterLeft-72":"universal-modal__enterLeft-72_1hp80","enterLeft-80":"universal-modal__enterLeft-80_1hp80","enterLeft-96":"universal-modal__enterLeft-96_1hp80","enterLeft-128":"universal-modal__enterLeft-128_1hp80","enterRight-0":"universal-modal__enterRight-0_1hp80","enterRight-2":"universal-modal__enterRight-2_1hp80","enterRight-4":"universal-modal__enterRight-4_1hp80","enterRight-8":"universal-modal__enterRight-8_1hp80","enterRight-12":"universal-modal__enterRight-12_1hp80","enterRight-16":"universal-modal__enterRight-16_1hp80","enterRight-20":"universal-modal__enterRight-20_1hp80","enterRight-24":"universal-modal__enterRight-24_1hp80","enterRight-32":"universal-modal__enterRight-32_1hp80","enterRight-40":"universal-modal__enterRight-40_1hp80","enterRight-48":"universal-modal__enterRight-48_1hp80","enterRight-56":"universal-modal__enterRight-56_1hp80","enterRight-64":"universal-modal__enterRight-64_1hp80","enterRight-72":"universal-modal__enterRight-72_1hp80","enterRight-80":"universal-modal__enterRight-80_1hp80","enterRight-96":"universal-modal__enterRight-96_1hp80","enterRight-128":"universal-modal__enterRight-128_1hp80","enterActive":"universal-modal__enterActive_1hp80","enterDone":"universal-modal__enterDone_1hp80","exit":"universal-modal__exit_1hp80","exitActiveLeft-0":"universal-modal__exitActiveLeft-0_1hp80","exitActiveLeft-2":"universal-modal__exitActiveLeft-2_1hp80","exitActiveLeft-4":"universal-modal__exitActiveLeft-4_1hp80","exitActiveLeft-8":"universal-modal__exitActiveLeft-8_1hp80","exitActiveLeft-12":"universal-modal__exitActiveLeft-12_1hp80","exitActiveLeft-16":"universal-modal__exitActiveLeft-16_1hp80","exitActiveLeft-20":"universal-modal__exitActiveLeft-20_1hp80","exitActiveLeft-24":"universal-modal__exitActiveLeft-24_1hp80","exitActiveLeft-32":"universal-modal__exitActiveLeft-32_1hp80","exitActiveLeft-40":"universal-modal__exitActiveLeft-40_1hp80","exitActiveLeft-48":"universal-modal__exitActiveLeft-48_1hp80","exitActiveLeft-56":"universal-modal__exitActiveLeft-56_1hp80","exitActiveLeft-64":"universal-modal__exitActiveLeft-64_1hp80","exitActiveLeft-72":"universal-modal__exitActiveLeft-72_1hp80","exitActiveLeft-80":"universal-modal__exitActiveLeft-80_1hp80","exitActiveLeft-96":"universal-modal__exitActiveLeft-96_1hp80","exitActiveLeft-128":"universal-modal__exitActiveLeft-128_1hp80","exitActiveRight-0":"universal-modal__exitActiveRight-0_1hp80","exitActiveRight-2":"universal-modal__exitActiveRight-2_1hp80","exitActiveRight-4":"universal-modal__exitActiveRight-4_1hp80","exitActiveRight-8":"universal-modal__exitActiveRight-8_1hp80","exitActiveRight-12":"universal-modal__exitActiveRight-12_1hp80","exitActiveRight-16":"universal-modal__exitActiveRight-16_1hp80","exitActiveRight-20":"universal-modal__exitActiveRight-20_1hp80","exitActiveRight-24":"universal-modal__exitActiveRight-24_1hp80","exitActiveRight-32":"universal-modal__exitActiveRight-32_1hp80","exitActiveRight-40":"universal-modal__exitActiveRight-40_1hp80","exitActiveRight-48":"universal-modal__exitActiveRight-48_1hp80","exitActiveRight-56":"universal-modal__exitActiveRight-56_1hp80","exitActiveRight-64":"universal-modal__exitActiveRight-64_1hp80","exitActiveRight-72":"universal-modal__exitActiveRight-72_1hp80","exitActiveRight-80":"universal-modal__exitActiveRight-80_1hp80","exitActiveRight-96":"universal-modal__exitActiveRight-96_1hp80","exitActiveRight-128":"universal-modal__exitActiveRight-128_1hp80"};
|
|
6
6
|
|
|
7
7
|
module.exports = transitions;
|
|
8
8
|
//# sourceMappingURL=transitions.module.css.js.map
|
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
export declare const UniversalModalContext: import("react").Context<UniversalModalContextType>;
|
|
2
|
+
export declare const UniversalModalContext: import("react").Context<Required<Pick<import("..").UniversalModalDesktopProps, "width">>>;
|
|
@@ -5,10 +5,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
|
|
7
7
|
var UniversalModalContext = React.createContext({
|
|
8
|
-
|
|
9
|
-
hasFooter: false,
|
|
10
|
-
hasHeader: false,
|
|
8
|
+
width: 500,
|
|
11
9
|
});
|
|
12
10
|
|
|
13
11
|
exports.UniversalModalContext = UniversalModalContext;
|
|
14
|
-
//# sourceMappingURL=
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/desktop/context/index.ts"],"sourcesContent":["import { createContext } from 'react';\n\nimport { type UniversalModalContextType } from '../types/context';\n\nexport const UniversalModalContext = createContext<UniversalModalContextType>({\n width: 500,\n});\n"],"names":["createContext"],"mappings":";;;;;;AAIO,IAAM,qBAAqB,GAAGA,mBAAa,CAA4B;AAC1E,IAAA,KAAK,EAAE,GAAG;AACb,CAAA;;;;"}
|