@alfalab/core-components-universal-modal 3.1.1 → 3.1.2
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/components/{content/base-content → base-content}/index.css +1 -1
- package/components/{content/base-content/base-content.js → base-content/index.js} +3 -3
- package/components/base-content/index.js.map +1 -0
- package/components/{content/base-content → base-content}/index.module.css.js +1 -1
- package/components/base-content/index.module.css.js.map +1 -0
- package/{modern/components/footer → components}/base-footer/index.css +3 -3
- package/components/{footer/base-footer/base-footer.js → base-footer/index.js} +3 -3
- package/components/base-footer/index.js.map +1 -0
- package/components/base-footer/index.module.css.js +8 -0
- package/components/base-footer/index.module.css.js.map +1 -0
- package/{esm/components/header → components}/base-header/index.css +4 -4
- package/components/base-header/index.module.css.js +8 -0
- package/components/base-header/index.module.css.js.map +1 -0
- package/components/{header/base-header → base-header}/useBaseHeader.js +1 -1
- package/components/base-header/useBaseHeader.js.map +1 -0
- package/cssm/components/{content/base-content/base-content.js → base-content/index.js} +3 -3
- package/cssm/components/base-content/index.js.map +1 -0
- package/cssm/components/{footer/base-footer/base-footer.js → base-footer/index.js} +3 -3
- package/cssm/components/base-footer/index.js.map +1 -0
- package/cssm/components/{header/base-header → base-header}/useBaseHeader.js +1 -1
- package/cssm/components/base-header/useBaseHeader.js.map +1 -0
- package/cssm/desktop/Component.desktop.d.ts +3 -3
- package/cssm/desktop/Component.desktop.js +6 -20
- package/cssm/desktop/Component.desktop.js.map +1 -1
- package/cssm/desktop/components/center-modal/center-modal.js +2 -2
- package/cssm/desktop/components/center-modal/center-modal.js.map +1 -1
- package/cssm/desktop/components/center-modal/index.module.css +792 -0
- package/cssm/desktop/components/content/index.d.ts +4 -0
- package/cssm/desktop/components/content/index.js +19 -0
- package/cssm/desktop/components/content/index.js.map +1 -0
- package/{esm/components/footer/desktop/Component.desktop.d.ts → cssm/desktop/components/footer/index.d.ts} +1 -1
- package/cssm/{components/footer/desktop/Component.desktop.js → desktop/components/footer/index.js} +6 -6
- package/cssm/desktop/components/footer/index.js.map +1 -0
- package/cssm/{components/header/desktop/Component.desktop.js → desktop/components/header/index.js} +4 -4
- package/cssm/desktop/components/header/index.js.map +1 -0
- package/cssm/desktop/components/side-modal/index.module.css +792 -0
- package/cssm/desktop/components/side-modal/side-modal.js +2 -2
- package/cssm/desktop/components/side-modal/side-modal.js.map +1 -1
- package/cssm/desktop/index.d.ts +3 -6
- package/cssm/desktop/index.js +6 -22
- package/cssm/desktop/index.js.map +1 -1
- package/cssm/desktop/utils/get-height-style.js +1 -2
- package/cssm/desktop/utils/get-height-style.js.map +1 -1
- package/cssm/desktop/utils/get-margin-styles.d.ts +1 -0
- package/cssm/desktop/utils/get-margin-styles.js +5 -1
- package/cssm/desktop/utils/get-margin-styles.js.map +1 -1
- package/cssm/desktop/utils/set-footer-and-header-refs.js.map +1 -1
- package/cssm/index.d.ts +4 -7
- package/cssm/index.js +7 -23
- package/cssm/index.js.map +1 -1
- package/cssm/mobile/Component.mobile.d.ts +3 -3
- package/cssm/mobile/Component.mobile.js +6 -14
- package/cssm/mobile/Component.mobile.js.map +1 -1
- package/{esm/components/content/mobile/Component.mobile.d.ts → cssm/mobile/components/content/index.d.ts} +1 -1
- package/cssm/{components/content/mobile/Component.mobile.js → mobile/components/content/index.js} +4 -4
- package/cssm/mobile/components/content/index.js.map +1 -0
- package/cssm/{components/content/desktop/desktop.module.css → mobile/components/content/index.module.css} +5 -0
- package/cssm/{components/footer/mobile/Component.mobile.d.ts → mobile/components/footer/index.d.ts} +1 -1
- package/cssm/{components/footer/mobile/Component.mobile.js → mobile/components/footer/index.js} +5 -5
- package/cssm/mobile/components/footer/index.js.map +1 -0
- package/cssm/{components/footer/mobile/mobile.module.css → mobile/components/footer/index.module.css} +3 -3
- package/cssm/{components/footer/mobile → mobile/components/footer}/layout.mobile.module.css +5 -6
- package/cssm/{components/header/mobile/Component.mobile.js → mobile/components/header/index.js} +4 -4
- package/cssm/mobile/components/header/index.js.map +1 -0
- package/cssm/mobile/index.d.ts +3 -6
- package/cssm/mobile/index.js +6 -18
- package/cssm/mobile/index.js.map +1 -1
- package/{Component.responsive.d.ts → cssm/responsive/Component.responsive.d.ts} +1 -1
- package/cssm/{Component.responsive.js → responsive/Component.responsive.js} +18 -19
- package/cssm/responsive/Component.responsive.js.map +1 -0
- package/{components/content/responsive/Component.responsive.d.ts → cssm/responsive/components/content/index.d.ts} +2 -2
- package/cssm/responsive/components/content/index.js +38 -0
- package/cssm/responsive/components/content/index.js.map +1 -0
- package/cssm/{components/footer/responsive/Component.responsive.d.ts → responsive/components/footer/index.d.ts} +2 -2
- package/cssm/responsive/components/footer/index.js +36 -0
- package/cssm/responsive/components/footer/index.js.map +1 -0
- package/{esm/components/header/responsive/Component.responsive.d.ts → cssm/responsive/components/header/index.d.ts} +2 -2
- package/cssm/responsive/components/header/index.js +36 -0
- package/cssm/responsive/components/header/index.js.map +1 -0
- package/cssm/responsive/index.d.ts +4 -0
- package/cssm/responsive/index.js +17 -0
- package/{components/content → cssm/responsive}/index.js.map +1 -1
- package/desktop/Component.desktop.d.ts +3 -3
- package/desktop/Component.desktop.js +6 -20
- package/desktop/Component.desktop.js.map +1 -1
- package/desktop/components/center-modal/center-modal.js +2 -2
- package/desktop/components/center-modal/center-modal.js.map +1 -1
- package/desktop/components/center-modal/index.css +1314 -522
- package/desktop/components/center-modal/index.module.css.js +1 -1
- package/desktop/components/center-modal/index.module.css.js.map +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/content/index.d.ts +4 -0
- package/desktop/components/content/index.js +19 -0
- package/desktop/components/content/index.js.map +1 -0
- package/{components/footer/desktop → desktop/components/footer}/desktop.css +1 -1
- package/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js +1 -1
- package/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js.map +1 -1
- package/{components/footer/desktop/Component.desktop.d.ts → desktop/components/footer/index.d.ts} +1 -1
- package/{components/footer/desktop/Component.desktop.js → desktop/components/footer/index.js} +6 -6
- package/desktop/components/footer/index.js.map +1 -0
- package/{esm/components/footer/desktop → desktop/components/footer}/layout.css +9 -9
- package/desktop/components/footer/layout.module.css.js +8 -0
- package/{components/footer/desktop → desktop/components/footer}/layout.module.css.js.map +1 -1
- package/{esm/components/header/desktop → desktop/components/header}/desktop.css +5 -5
- package/desktop/components/header/desktop.module.css.js +8 -0
- package/{components/header/desktop → desktop/components/header}/desktop.module.css.js.map +1 -1
- package/{components/header/desktop/Component.desktop.js → desktop/components/header/index.js} +4 -4
- package/desktop/components/header/index.js.map +1 -0
- 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 +1316 -524
- package/desktop/components/side-modal/index.module.css.js +1 -1
- package/desktop/components/side-modal/index.module.css.js.map +1 -1
- package/desktop/components/side-modal/side-modal.js +2 -2
- package/desktop/components/side-modal/side-modal.js.map +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/desktop/index.d.ts +3 -6
- package/desktop/index.js +6 -22
- package/desktop/index.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/utils/get-height-style.js +1 -2
- package/desktop/utils/get-height-style.js.map +1 -1
- package/desktop/utils/get-margin-styles.d.ts +1 -0
- package/desktop/utils/get-margin-styles.js +5 -1
- package/desktop/utils/get-margin-styles.js.map +1 -1
- package/desktop/utils/set-footer-and-header-refs.js.map +1 -1
- package/esm/components/{content/base-content → base-content}/index.css +1 -1
- package/esm/components/{content/base-content/base-content.js → base-content/index.js} +3 -3
- package/esm/components/base-content/index.js.map +1 -0
- package/esm/components/{content/base-content → base-content}/index.module.css.js +1 -1
- package/esm/components/base-content/index.module.css.js.map +1 -0
- package/esm/components/{footer/base-footer → base-footer}/index.css +3 -3
- package/esm/components/{footer/base-footer/base-footer.js → base-footer/index.js} +3 -3
- package/esm/components/base-footer/index.js.map +1 -0
- package/esm/components/base-footer/index.module.css.js +6 -0
- package/esm/components/base-footer/index.module.css.js.map +1 -0
- package/{components/header → esm/components}/base-header/index.css +4 -4
- package/esm/components/base-header/index.module.css.js +6 -0
- package/esm/components/base-header/index.module.css.js.map +1 -0
- package/esm/components/{header/base-header → base-header}/useBaseHeader.js +1 -1
- package/esm/components/base-header/useBaseHeader.js.map +1 -0
- package/esm/desktop/Component.desktop.d.ts +3 -3
- package/esm/desktop/Component.desktop.js +3 -17
- package/esm/desktop/Component.desktop.js.map +1 -1
- package/esm/desktop/components/center-modal/center-modal.js +2 -2
- package/esm/desktop/components/center-modal/center-modal.js.map +1 -1
- package/esm/desktop/components/center-modal/index.css +1314 -522
- package/esm/desktop/components/center-modal/index.module.css.js +1 -1
- package/esm/desktop/components/center-modal/index.module.css.js.map +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/content/index.d.ts +4 -0
- package/esm/desktop/components/content/index.js +11 -0
- package/esm/desktop/components/content/index.js.map +1 -0
- package/{modern/components/footer/desktop → esm/desktop/components/footer}/desktop.css +1 -1
- package/esm/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js +1 -1
- package/esm/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js.map +1 -1
- package/{modern/components/footer/desktop/Component.desktop.d.ts → esm/desktop/components/footer/index.d.ts} +1 -1
- package/esm/{components/footer/desktop/Component.desktop.js → desktop/components/footer/index.js} +4 -4
- package/esm/desktop/components/footer/index.js.map +1 -0
- package/{modern/components/footer/desktop → esm/desktop/components/footer}/layout.css +9 -9
- package/esm/desktop/components/footer/layout.module.css.js +6 -0
- package/esm/{components/footer/desktop → desktop/components/footer}/layout.module.css.js.map +1 -1
- package/{modern/components/header/desktop → esm/desktop/components/header}/desktop.css +5 -5
- package/esm/desktop/components/header/desktop.module.css.js +6 -0
- package/esm/{components/header/desktop → desktop/components/header}/desktop.module.css.js.map +1 -1
- package/esm/{components/header/desktop/Component.desktop.js → desktop/components/header/index.js} +4 -4
- package/esm/desktop/components/header/index.js.map +1 -0
- 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 +1316 -524
- package/esm/desktop/components/side-modal/index.module.css.js +1 -1
- package/esm/desktop/components/side-modal/index.module.css.js.map +1 -1
- package/esm/desktop/components/side-modal/side-modal.js +2 -2
- package/esm/desktop/components/side-modal/side-modal.js.map +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/esm/desktop/index.d.ts +3 -6
- package/esm/desktop/index.js +3 -19
- package/esm/desktop/index.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/utils/get-height-style.js +1 -2
- package/esm/desktop/utils/get-height-style.js.map +1 -1
- package/esm/desktop/utils/get-margin-styles.d.ts +1 -0
- package/esm/desktop/utils/get-margin-styles.js +5 -1
- package/esm/desktop/utils/get-margin-styles.js.map +1 -1
- package/esm/desktop/utils/set-footer-and-header-refs.js.map +1 -1
- package/esm/index.d.ts +4 -7
- package/esm/index.js +4 -20
- package/esm/index.js.map +1 -1
- package/esm/mobile/Component.mobile.d.ts +3 -3
- package/esm/mobile/Component.mobile.js +3 -11
- package/esm/mobile/Component.mobile.js.map +1 -1
- package/esm/mobile/components/content/index.css +14 -0
- package/{modern/components/content/mobile/Component.mobile.d.ts → esm/mobile/components/content/index.d.ts} +1 -1
- package/esm/{components/content/mobile/Component.mobile.js → mobile/components/content/index.js} +3 -3
- package/esm/mobile/components/content/index.js.map +1 -0
- package/esm/mobile/components/content/index.module.css.js +6 -0
- package/esm/mobile/components/content/index.module.css.js.map +1 -0
- package/esm/mobile/components/footer/index.css +11 -0
- package/{components/footer/mobile/Component.mobile.d.ts → esm/mobile/components/footer/index.d.ts} +1 -1
- package/esm/{components/footer/mobile/Component.mobile.js → mobile/components/footer/index.js} +3 -3
- package/esm/mobile/components/footer/index.js.map +1 -0
- package/esm/mobile/components/footer/index.module.css.js +6 -0
- package/esm/mobile/components/footer/index.module.css.js.map +1 -0
- package/esm/mobile/components/footer/layout.mobile.css +26 -0
- package/esm/mobile/components/footer/layout.mobile.module.css.js +6 -0
- package/esm/mobile/components/footer/layout.mobile.module.css.js.map +1 -0
- package/esm/{components/header/mobile/mobile.css → mobile/components/header/index.css} +3 -3
- package/esm/{components/header/mobile/Component.mobile.js → mobile/components/header/index.js} +4 -4
- package/esm/mobile/components/header/index.js.map +1 -0
- package/esm/mobile/components/header/index.module.css.js +6 -0
- package/esm/mobile/components/header/index.module.css.js.map +1 -0
- package/esm/mobile/index.d.ts +3 -6
- package/esm/mobile/index.js +3 -15
- 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/{Component.responsive.d.ts → responsive/Component.responsive.d.ts} +1 -1
- package/esm/{Component.responsive.js → responsive/Component.responsive.js} +15 -16
- package/esm/responsive/Component.responsive.js.map +1 -0
- package/{cssm/components/content/responsive/Component.responsive.d.ts → esm/responsive/components/content/index.d.ts} +2 -2
- package/esm/responsive/components/content/index.js +30 -0
- package/esm/responsive/components/content/index.js.map +1 -0
- package/{components/footer/responsive/Component.responsive.d.ts → esm/responsive/components/footer/index.d.ts} +2 -2
- package/esm/responsive/components/footer/index.js +28 -0
- package/esm/responsive/components/footer/index.js.map +1 -0
- package/{modern/components/header/responsive/Component.responsive.d.ts → esm/responsive/components/header/index.d.ts} +2 -2
- package/esm/responsive/components/header/index.js +28 -0
- package/esm/responsive/components/header/index.js.map +1 -0
- package/esm/responsive/index.d.ts +4 -0
- package/esm/responsive/index.js +5 -0
- package/esm/{components/content → responsive}/index.js.map +1 -1
- package/index.d.ts +4 -7
- package/index.js +7 -23
- package/index.js.map +1 -1
- package/mobile/Component.mobile.d.ts +3 -3
- package/mobile/Component.mobile.js +6 -14
- package/mobile/Component.mobile.js.map +1 -1
- package/mobile/components/content/index.css +14 -0
- package/{components/content/mobile/Component.mobile.d.ts → mobile/components/content/index.d.ts} +1 -1
- package/{components/content/mobile/Component.mobile.js → mobile/components/content/index.js} +6 -6
- package/mobile/components/content/index.js.map +1 -0
- package/mobile/components/content/index.module.css.js +8 -0
- package/mobile/components/content/index.module.css.js.map +1 -0
- package/mobile/components/footer/index.css +11 -0
- package/{esm/components/footer/mobile/Component.mobile.d.ts → mobile/components/footer/index.d.ts} +1 -1
- package/{components/footer/mobile/Component.mobile.js → mobile/components/footer/index.js} +5 -5
- package/mobile/components/footer/index.js.map +1 -0
- package/mobile/components/footer/index.module.css.js +8 -0
- package/mobile/components/footer/index.module.css.js.map +1 -0
- package/mobile/components/footer/layout.mobile.css +26 -0
- package/mobile/components/footer/layout.mobile.module.css.js +8 -0
- package/mobile/components/footer/layout.mobile.module.css.js.map +1 -0
- package/{modern/components/header/mobile/mobile.css → mobile/components/header/index.css} +3 -3
- package/{components/header/mobile/Component.mobile.js → mobile/components/header/index.js} +9 -9
- package/mobile/components/header/index.js.map +1 -0
- package/mobile/components/header/index.module.css.js +8 -0
- package/mobile/components/header/index.module.css.js.map +1 -0
- package/mobile/index.d.ts +3 -6
- package/mobile/index.js +6 -18
- 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/components/{content/base-content → base-content}/index.css +1 -1
- package/modern/components/{content/base-content/base-content.js → base-content/index.js} +3 -3
- package/modern/components/base-content/index.js.map +1 -0
- package/modern/components/{content/base-content → base-content}/index.module.css.js +1 -1
- package/modern/components/base-content/index.module.css.js.map +1 -0
- package/{components/footer → modern/components}/base-footer/index.css +3 -3
- package/modern/components/{footer/base-footer/base-footer.js → base-footer/index.js} +3 -3
- package/modern/components/base-footer/index.js.map +1 -0
- package/modern/components/base-footer/index.module.css.js +6 -0
- package/modern/components/base-footer/index.module.css.js.map +1 -0
- package/modern/components/{header/base-header → base-header}/index.css +4 -4
- package/modern/components/base-header/index.module.css.js +6 -0
- package/modern/components/base-header/index.module.css.js.map +1 -0
- package/{moderncssm/components/header → modern/components}/base-header/useBaseHeader.js +1 -1
- package/modern/components/base-header/useBaseHeader.js.map +1 -0
- package/modern/desktop/Component.desktop.d.ts +3 -3
- package/modern/desktop/Component.desktop.js +3 -17
- package/modern/desktop/Component.desktop.js.map +1 -1
- package/modern/desktop/components/center-modal/center-modal.js +2 -2
- package/modern/desktop/components/center-modal/center-modal.js.map +1 -1
- package/modern/desktop/components/center-modal/index.css +1314 -522
- package/modern/desktop/components/center-modal/index.module.css.js +1 -1
- package/modern/desktop/components/center-modal/index.module.css.js.map +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/content/index.d.ts +4 -0
- package/modern/desktop/components/content/index.js +7 -0
- package/modern/desktop/components/content/index.js.map +1 -0
- package/{esm/components/footer/desktop → modern/desktop/components/footer}/desktop.css +1 -1
- package/modern/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js +1 -1
- package/modern/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js.map +1 -1
- package/{cssm/components/footer/desktop/Component.desktop.d.ts → modern/desktop/components/footer/index.d.ts} +1 -1
- package/modern/{components/footer/desktop/Component.desktop.js → desktop/components/footer/index.js} +4 -4
- package/modern/desktop/components/footer/index.js.map +1 -0
- package/{components/footer/desktop → modern/desktop/components/footer}/layout.css +9 -9
- package/modern/desktop/components/footer/layout.module.css.js +6 -0
- package/modern/{components/footer/desktop → desktop/components/footer}/layout.module.css.js.map +1 -1
- package/{components/header/desktop → modern/desktop/components/header}/desktop.css +5 -5
- package/modern/desktop/components/header/desktop.module.css.js +6 -0
- package/modern/{components/header/desktop → desktop/components/header}/desktop.module.css.js.map +1 -1
- package/modern/{components/header/desktop/Component.desktop.js → desktop/components/header/index.js} +4 -4
- package/modern/desktop/components/header/index.js.map +1 -0
- 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 +1316 -524
- package/modern/desktop/components/side-modal/index.module.css.js +1 -1
- package/modern/desktop/components/side-modal/index.module.css.js.map +1 -1
- package/modern/desktop/components/side-modal/side-modal.js +2 -2
- package/modern/desktop/components/side-modal/side-modal.js.map +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/modern/desktop/index.d.ts +3 -6
- package/modern/desktop/index.js +3 -18
- package/modern/desktop/index.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/utils/get-height-style.js +1 -2
- package/modern/desktop/utils/get-height-style.js.map +1 -1
- package/modern/desktop/utils/get-margin-styles.d.ts +1 -0
- package/modern/desktop/utils/get-margin-styles.js +5 -1
- package/modern/desktop/utils/get-margin-styles.js.map +1 -1
- package/modern/desktop/utils/set-footer-and-header-refs.js.map +1 -1
- package/modern/index.d.ts +4 -7
- package/modern/index.js +4 -19
- package/modern/index.js.map +1 -1
- package/modern/mobile/Component.mobile.d.ts +3 -3
- package/modern/mobile/Component.mobile.js +3 -11
- package/modern/mobile/Component.mobile.js.map +1 -1
- package/modern/mobile/components/content/index.css +14 -0
- package/{cssm/components/content/mobile/Component.mobile.d.ts → modern/mobile/components/content/index.d.ts} +1 -1
- package/modern/{components/content/mobile/Component.mobile.js → mobile/components/content/index.js} +3 -3
- package/modern/mobile/components/content/index.js.map +1 -0
- package/modern/mobile/components/content/index.module.css.js +6 -0
- package/modern/mobile/components/content/index.module.css.js.map +1 -0
- package/modern/mobile/components/footer/index.css +11 -0
- package/modern/{components/footer/mobile/Component.mobile.d.ts → mobile/components/footer/index.d.ts} +1 -1
- package/modern/{components/footer/mobile/Component.mobile.js → mobile/components/footer/index.js} +3 -3
- package/modern/mobile/components/footer/index.js.map +1 -0
- package/modern/mobile/components/footer/index.module.css.js +6 -0
- package/modern/mobile/components/footer/index.module.css.js.map +1 -0
- package/modern/mobile/components/footer/layout.mobile.css +26 -0
- package/modern/mobile/components/footer/layout.mobile.module.css.js +6 -0
- package/modern/mobile/components/footer/layout.mobile.module.css.js.map +1 -0
- package/{components/header/mobile/mobile.css → modern/mobile/components/header/index.css} +3 -3
- package/modern/{components/header/mobile/Component.mobile.js → mobile/components/header/index.js} +4 -4
- package/modern/mobile/components/header/index.js.map +1 -0
- package/modern/mobile/components/header/index.module.css.js +6 -0
- package/modern/mobile/components/header/index.module.css.js.map +1 -0
- package/modern/mobile/index.d.ts +3 -6
- package/modern/mobile/index.js +3 -14
- 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/{Component.responsive.d.ts → responsive/Component.responsive.d.ts} +1 -1
- package/modern/{Component.responsive.js → responsive/Component.responsive.js} +15 -16
- package/modern/responsive/Component.responsive.js.map +1 -0
- package/{esm/components/content/responsive/Component.responsive.d.ts → modern/responsive/components/content/index.d.ts} +2 -2
- package/modern/responsive/components/content/index.js +28 -0
- package/modern/responsive/components/content/index.js.map +1 -0
- package/{esm/components/footer/responsive/Component.responsive.d.ts → modern/responsive/components/footer/index.d.ts} +2 -2
- package/modern/responsive/components/footer/index.js +27 -0
- package/modern/responsive/components/footer/index.js.map +1 -0
- package/{cssm/components/header/responsive/Component.responsive.d.ts → modern/responsive/components/header/index.d.ts} +2 -2
- package/modern/responsive/components/header/index.js +27 -0
- package/modern/responsive/components/header/index.js.map +1 -0
- package/modern/responsive/index.d.ts +4 -0
- package/modern/responsive/index.js +5 -0
- package/{esm/components/footer → modern/responsive}/index.js.map +1 -1
- package/moderncssm/components/{content/base-content/base-content.js → base-content/index.js} +3 -3
- package/moderncssm/components/base-content/index.js.map +1 -0
- package/moderncssm/components/{footer/base-footer/base-footer.js → base-footer/index.js} +3 -3
- package/moderncssm/components/base-footer/index.js.map +1 -0
- package/{modern/components/header → moderncssm/components}/base-header/useBaseHeader.js +1 -1
- package/moderncssm/components/base-header/useBaseHeader.js.map +1 -0
- package/moderncssm/desktop/Component.desktop.d.ts +3 -3
- package/moderncssm/desktop/Component.desktop.js +3 -17
- package/moderncssm/desktop/Component.desktop.js.map +1 -1
- package/moderncssm/desktop/components/center-modal/center-modal.js +2 -2
- package/moderncssm/desktop/components/center-modal/center-modal.js.map +1 -1
- package/moderncssm/desktop/components/center-modal/index.module.css +1051 -0
- package/moderncssm/desktop/components/content/index.d.ts +4 -0
- package/moderncssm/desktop/components/content/index.js +7 -0
- package/moderncssm/desktop/components/content/index.js.map +1 -0
- package/moderncssm/desktop/components/footer/index.d.ts +9 -0
- package/moderncssm/{components/footer/desktop/Component.desktop.js → desktop/components/footer/index.js} +4 -4
- package/moderncssm/desktop/components/footer/index.js.map +1 -0
- package/moderncssm/{components/header/desktop/Component.desktop.js → desktop/components/header/index.js} +4 -4
- package/moderncssm/desktop/components/header/index.js.map +1 -0
- package/moderncssm/desktop/components/side-modal/index.module.css +1051 -0
- package/moderncssm/desktop/components/side-modal/side-modal.js +2 -2
- package/moderncssm/desktop/components/side-modal/side-modal.js.map +1 -1
- package/moderncssm/desktop/index.d.ts +3 -6
- package/moderncssm/desktop/index.js +3 -18
- package/moderncssm/desktop/index.js.map +1 -1
- package/moderncssm/desktop/utils/get-height-style.js +1 -2
- package/moderncssm/desktop/utils/get-height-style.js.map +1 -1
- package/moderncssm/desktop/utils/get-margin-styles.d.ts +1 -0
- package/moderncssm/desktop/utils/get-margin-styles.js +5 -1
- package/moderncssm/desktop/utils/get-margin-styles.js.map +1 -1
- package/moderncssm/desktop/utils/set-footer-and-header-refs.js.map +1 -1
- package/moderncssm/index.d.ts +4 -7
- package/moderncssm/index.js +4 -19
- package/moderncssm/index.js.map +1 -1
- package/moderncssm/mobile/Component.mobile.d.ts +3 -3
- package/moderncssm/mobile/Component.mobile.js +3 -11
- package/moderncssm/mobile/Component.mobile.js.map +1 -1
- package/moderncssm/mobile/components/content/index.d.ts +4 -0
- package/moderncssm/{components/content/mobile/Component.mobile.js → mobile/components/content/index.js} +3 -3
- package/moderncssm/mobile/components/content/index.js.map +1 -0
- package/moderncssm/{components/content/desktop/desktop.module.css → mobile/components/content/index.module.css} +3 -1
- package/moderncssm/mobile/components/footer/index.d.ts +4 -0
- package/moderncssm/{components/footer/mobile/Component.mobile.js → mobile/components/footer/index.js} +3 -3
- package/moderncssm/mobile/components/footer/index.js.map +1 -0
- package/moderncssm/{components/footer/mobile/mobile.module.css → mobile/components/footer/index.module.css} +1 -1
- package/moderncssm/{components/footer/mobile → mobile/components/footer}/layout.mobile.module.css +3 -4
- package/moderncssm/{components/header/mobile/Component.mobile.js → mobile/components/header/index.js} +4 -4
- package/moderncssm/mobile/components/header/index.js.map +1 -0
- package/moderncssm/mobile/index.d.ts +3 -6
- package/moderncssm/mobile/index.js +3 -14
- package/moderncssm/mobile/index.js.map +1 -1
- package/{cssm → moderncssm/responsive}/Component.responsive.d.ts +1 -1
- package/moderncssm/{Component.responsive.js → responsive/Component.responsive.js} +15 -16
- package/moderncssm/responsive/Component.responsive.js.map +1 -0
- package/{modern/components/content/responsive/Component.responsive.d.ts → moderncssm/responsive/components/content/index.d.ts} +2 -2
- package/moderncssm/responsive/components/content/index.js +28 -0
- package/moderncssm/responsive/components/content/index.js.map +1 -0
- package/{modern/components/footer/responsive/Component.responsive.d.ts → moderncssm/responsive/components/footer/index.d.ts} +2 -2
- package/moderncssm/responsive/components/footer/index.js +27 -0
- package/moderncssm/responsive/components/footer/index.js.map +1 -0
- package/{components/header/responsive/Component.responsive.d.ts → moderncssm/responsive/components/header/index.d.ts} +2 -2
- package/moderncssm/responsive/components/header/index.js +27 -0
- package/moderncssm/responsive/components/header/index.js.map +1 -0
- package/moderncssm/responsive/index.d.ts +4 -0
- package/moderncssm/responsive/index.js +5 -0
- package/{esm/components/header → moderncssm/responsive}/index.js.map +1 -1
- package/package.json +3 -3
- package/responsive/Component.responsive.d.ts +8 -0
- package/{Component.responsive.js → responsive/Component.responsive.js} +18 -19
- package/responsive/Component.responsive.js.map +1 -0
- package/responsive/components/content/index.d.ts +6 -0
- package/responsive/components/content/index.js +38 -0
- package/responsive/components/content/index.js.map +1 -0
- package/responsive/components/footer/index.d.ts +6 -0
- package/responsive/components/footer/index.js +36 -0
- package/responsive/components/footer/index.js.map +1 -0
- package/responsive/components/header/index.d.ts +6 -0
- package/responsive/components/header/index.js +36 -0
- package/responsive/components/header/index.js.map +1 -0
- package/responsive/index.d.ts +4 -0
- package/responsive/index.js +17 -0
- package/{components/footer → responsive}/index.js.map +1 -1
- package/src/components/{content/base-content → base-content}/index.module.css +1 -1
- package/src/components/{content/base-content/base-content.tsx → base-content/index.tsx} +2 -1
- package/src/components/{footer/base-footer → base-footer}/index.module.css +1 -1
- package/src/components/{footer/base-footer/base-footer.tsx → base-footer/index.tsx} +2 -2
- package/src/components/{header/base-header → base-header}/index.module.css +1 -1
- package/src/components/{header/base-header → base-header}/useBaseHeader.ts +1 -1
- package/src/desktop/Component.desktop.tsx +3 -4
- package/src/desktop/components/center-modal/center-modal.tsx +2 -2
- package/src/desktop/components/content/index.tsx +9 -0
- package/src/{components/footer/desktop/Component.desktop.tsx → desktop/components/footer/index.tsx} +3 -3
- package/src/{components/header/desktop/Component.desktop.tsx → desktop/components/header/index.tsx} +3 -3
- package/src/desktop/components/side-modal/side-modal.tsx +2 -2
- package/src/desktop/index.ts +3 -6
- package/src/desktop/styles/common.module.css +35 -0
- package/src/desktop/utils/get-height-style.ts +1 -3
- package/src/desktop/utils/get-margin-styles.ts +8 -1
- package/src/desktop/utils/set-footer-and-header-refs.ts +2 -2
- package/src/index.ts +4 -7
- package/src/mobile/Component.mobile.tsx +3 -4
- package/src/{components/content/desktop/desktop.module.css → mobile/components/content/index.module.css} +3 -1
- package/src/{components/content/mobile/Component.mobile.tsx → mobile/components/content/index.tsx} +2 -2
- package/src/mobile/components/footer/index.module.css +9 -0
- package/src/{components/footer/mobile/Component.mobile.tsx → mobile/components/footer/index.tsx} +2 -2
- package/src/{components/footer/mobile → mobile/components/footer}/layout.mobile.module.css +3 -4
- package/src/{components/header/mobile/Component.mobile.tsx → mobile/components/header/index.tsx} +3 -3
- package/src/mobile/index.ts +3 -6
- package/src/{Component.responsive.tsx → responsive/Component.responsive.tsx} +4 -3
- package/src/{components/content/responsive/Component.responsive.tsx → responsive/components/content/index.tsx} +2 -2
- package/src/{components/footer/responsive/Component.responsive.tsx → responsive/components/footer/index.tsx} +2 -2
- package/src/{components/header/responsive/Component.responsive.tsx → responsive/components/header/index.tsx} +2 -2
- package/src/responsive/index.ts +7 -0
- package/Component.responsive.js.map +0 -1
- package/components/content/base-content/base-content.js.map +0 -1
- package/components/content/base-content/index.module.css.js.map +0 -1
- package/components/content/desktop/Component.desktop.d.ts +0 -9
- package/components/content/desktop/Component.desktop.js +0 -28
- package/components/content/desktop/Component.desktop.js.map +0 -1
- package/components/content/desktop/desktop.css +0 -9
- package/components/content/desktop/desktop.module.css.js +0 -8
- package/components/content/desktop/desktop.module.css.js.map +0 -1
- package/components/content/index.d.ts +0 -6
- package/components/content/index.js +0 -14
- package/components/content/mobile/Component.mobile.js.map +0 -1
- package/components/content/mobile/mobile.css +0 -16
- package/components/content/mobile/mobile.module.css.js +0 -8
- package/components/content/mobile/mobile.module.css.js.map +0 -1
- package/components/content/responsive/Component.responsive.js +0 -25
- package/components/content/responsive/Component.responsive.js.map +0 -1
- package/components/footer/base-footer/base-footer.js.map +0 -1
- package/components/footer/base-footer/index.module.css.js +0 -8
- package/components/footer/base-footer/index.module.css.js.map +0 -1
- package/components/footer/desktop/Component.desktop.js.map +0 -1
- package/components/footer/desktop/layout.module.css.js +0 -8
- package/components/footer/index.d.ts +0 -6
- package/components/footer/index.js +0 -14
- package/components/footer/mobile/Component.mobile.js.map +0 -1
- package/components/footer/mobile/layout.mobile.css +0 -27
- package/components/footer/mobile/layout.mobile.module.css.js +0 -8
- package/components/footer/mobile/layout.mobile.module.css.js.map +0 -1
- package/components/footer/mobile/mobile.css +0 -11
- package/components/footer/mobile/mobile.module.css.js +0 -8
- package/components/footer/mobile/mobile.module.css.js.map +0 -1
- package/components/footer/responsive/Component.responsive.js +0 -25
- package/components/footer/responsive/Component.responsive.js.map +0 -1
- package/components/header/base-header/index.module.css.js +0 -8
- package/components/header/base-header/index.module.css.js.map +0 -1
- package/components/header/base-header/useBaseHeader.js.map +0 -1
- package/components/header/desktop/Component.desktop.js.map +0 -1
- package/components/header/desktop/desktop.module.css.js +0 -8
- package/components/header/index.d.ts +0 -6
- package/components/header/index.js +0 -14
- package/components/header/index.js.map +0 -1
- package/components/header/mobile/Component.mobile.js.map +0 -1
- package/components/header/mobile/mobile.module.css.js +0 -8
- package/components/header/mobile/mobile.module.css.js.map +0 -1
- package/components/header/responsive/Component.responsive.js +0 -25
- package/components/header/responsive/Component.responsive.js.map +0 -1
- package/cssm/Component.responsive.js.map +0 -1
- package/cssm/components/content/base-content/base-content.js.map +0 -1
- package/cssm/components/content/desktop/Component.desktop.d.ts +0 -9
- package/cssm/components/content/desktop/Component.desktop.js +0 -29
- package/cssm/components/content/desktop/Component.desktop.js.map +0 -1
- package/cssm/components/content/index.d.ts +0 -6
- package/cssm/components/content/index.js +0 -14
- package/cssm/components/content/index.js.map +0 -1
- package/cssm/components/content/mobile/Component.mobile.js.map +0 -1
- package/cssm/components/content/mobile/mobile.module.css +0 -16
- package/cssm/components/content/responsive/Component.responsive.js +0 -25
- package/cssm/components/content/responsive/Component.responsive.js.map +0 -1
- package/cssm/components/footer/base-footer/base-footer.js.map +0 -1
- package/cssm/components/footer/desktop/Component.desktop.js.map +0 -1
- package/cssm/components/footer/index.d.ts +0 -6
- package/cssm/components/footer/index.js +0 -14
- package/cssm/components/footer/index.js.map +0 -1
- package/cssm/components/footer/mobile/Component.mobile.js.map +0 -1
- package/cssm/components/footer/responsive/Component.responsive.js +0 -25
- package/cssm/components/footer/responsive/Component.responsive.js.map +0 -1
- package/cssm/components/header/base-header/useBaseHeader.js.map +0 -1
- package/cssm/components/header/desktop/Component.desktop.js.map +0 -1
- package/cssm/components/header/index.d.ts +0 -6
- package/cssm/components/header/index.js +0 -14
- package/cssm/components/header/index.js.map +0 -1
- package/cssm/components/header/mobile/Component.mobile.js.map +0 -1
- package/cssm/components/header/responsive/Component.responsive.js +0 -25
- package/cssm/components/header/responsive/Component.responsive.js.map +0 -1
- package/cssm/desktop/utils/get-max-height-style.d.ts +0 -2
- package/cssm/desktop/utils/get-max-height-style.js +0 -14
- package/cssm/desktop/utils/get-max-height-style.js.map +0 -1
- package/desktop/utils/get-max-height-style.d.ts +0 -2
- package/desktop/utils/get-max-height-style.js +0 -14
- package/desktop/utils/get-max-height-style.js.map +0 -1
- package/esm/Component.responsive.js.map +0 -1
- package/esm/components/content/base-content/base-content.js.map +0 -1
- package/esm/components/content/base-content/index.module.css.js.map +0 -1
- package/esm/components/content/desktop/Component.desktop.d.ts +0 -9
- package/esm/components/content/desktop/Component.desktop.js +0 -19
- package/esm/components/content/desktop/Component.desktop.js.map +0 -1
- package/esm/components/content/desktop/desktop.css +0 -9
- package/esm/components/content/desktop/desktop.module.css.js +0 -6
- package/esm/components/content/desktop/desktop.module.css.js.map +0 -1
- package/esm/components/content/index.d.ts +0 -6
- package/esm/components/content/index.js +0 -4
- package/esm/components/content/mobile/Component.mobile.js.map +0 -1
- package/esm/components/content/mobile/mobile.css +0 -16
- package/esm/components/content/mobile/mobile.module.css.js +0 -6
- package/esm/components/content/mobile/mobile.module.css.js.map +0 -1
- package/esm/components/content/responsive/Component.responsive.js +0 -17
- package/esm/components/content/responsive/Component.responsive.js.map +0 -1
- package/esm/components/footer/base-footer/base-footer.js.map +0 -1
- package/esm/components/footer/base-footer/index.module.css.js +0 -6
- package/esm/components/footer/base-footer/index.module.css.js.map +0 -1
- package/esm/components/footer/desktop/Component.desktop.js.map +0 -1
- package/esm/components/footer/desktop/layout.module.css.js +0 -6
- package/esm/components/footer/index.d.ts +0 -6
- package/esm/components/footer/index.js +0 -4
- package/esm/components/footer/mobile/Component.mobile.js.map +0 -1
- package/esm/components/footer/mobile/layout.mobile.css +0 -27
- package/esm/components/footer/mobile/layout.mobile.module.css.js +0 -6
- package/esm/components/footer/mobile/layout.mobile.module.css.js.map +0 -1
- package/esm/components/footer/mobile/mobile.css +0 -11
- package/esm/components/footer/mobile/mobile.module.css.js +0 -6
- package/esm/components/footer/mobile/mobile.module.css.js.map +0 -1
- package/esm/components/footer/responsive/Component.responsive.js +0 -17
- package/esm/components/footer/responsive/Component.responsive.js.map +0 -1
- package/esm/components/header/base-header/index.module.css.js +0 -6
- package/esm/components/header/base-header/index.module.css.js.map +0 -1
- package/esm/components/header/base-header/useBaseHeader.js.map +0 -1
- package/esm/components/header/desktop/Component.desktop.js.map +0 -1
- package/esm/components/header/desktop/desktop.module.css.js +0 -6
- package/esm/components/header/index.d.ts +0 -6
- package/esm/components/header/index.js +0 -4
- package/esm/components/header/mobile/Component.mobile.js.map +0 -1
- package/esm/components/header/mobile/mobile.module.css.js +0 -6
- package/esm/components/header/mobile/mobile.module.css.js.map +0 -1
- package/esm/components/header/responsive/Component.responsive.js +0 -17
- package/esm/components/header/responsive/Component.responsive.js.map +0 -1
- package/esm/desktop/utils/get-max-height-style.d.ts +0 -2
- package/esm/desktop/utils/get-max-height-style.js +0 -10
- package/esm/desktop/utils/get-max-height-style.js.map +0 -1
- package/modern/Component.responsive.js.map +0 -1
- package/modern/components/content/base-content/base-content.js.map +0 -1
- package/modern/components/content/base-content/index.module.css.js.map +0 -1
- package/modern/components/content/desktop/Component.desktop.d.ts +0 -9
- package/modern/components/content/desktop/Component.desktop.js +0 -16
- package/modern/components/content/desktop/Component.desktop.js.map +0 -1
- package/modern/components/content/desktop/desktop.css +0 -9
- package/modern/components/content/desktop/desktop.module.css.js +0 -6
- package/modern/components/content/desktop/desktop.module.css.js.map +0 -1
- package/modern/components/content/index.d.ts +0 -6
- package/modern/components/content/index.js +0 -4
- package/modern/components/content/index.js.map +0 -1
- package/modern/components/content/mobile/Component.mobile.js.map +0 -1
- package/modern/components/content/mobile/mobile.css +0 -16
- package/modern/components/content/mobile/mobile.module.css.js +0 -6
- package/modern/components/content/mobile/mobile.module.css.js.map +0 -1
- package/modern/components/content/responsive/Component.responsive.js +0 -15
- package/modern/components/content/responsive/Component.responsive.js.map +0 -1
- package/modern/components/footer/base-footer/base-footer.js.map +0 -1
- package/modern/components/footer/base-footer/index.module.css.js +0 -6
- package/modern/components/footer/base-footer/index.module.css.js.map +0 -1
- package/modern/components/footer/desktop/Component.desktop.js.map +0 -1
- package/modern/components/footer/desktop/layout.module.css.js +0 -6
- package/modern/components/footer/index.d.ts +0 -6
- package/modern/components/footer/index.js +0 -4
- package/modern/components/footer/index.js.map +0 -1
- package/modern/components/footer/mobile/Component.mobile.js.map +0 -1
- package/modern/components/footer/mobile/layout.mobile.css +0 -27
- package/modern/components/footer/mobile/layout.mobile.module.css.js +0 -6
- package/modern/components/footer/mobile/layout.mobile.module.css.js.map +0 -1
- package/modern/components/footer/mobile/mobile.css +0 -11
- package/modern/components/footer/mobile/mobile.module.css.js +0 -6
- package/modern/components/footer/mobile/mobile.module.css.js.map +0 -1
- package/modern/components/footer/responsive/Component.responsive.js +0 -16
- package/modern/components/footer/responsive/Component.responsive.js.map +0 -1
- package/modern/components/header/base-header/index.module.css.js +0 -6
- package/modern/components/header/base-header/index.module.css.js.map +0 -1
- package/modern/components/header/base-header/useBaseHeader.js.map +0 -1
- package/modern/components/header/desktop/Component.desktop.js.map +0 -1
- package/modern/components/header/desktop/desktop.module.css.js +0 -6
- package/modern/components/header/index.d.ts +0 -6
- package/modern/components/header/index.js +0 -4
- package/modern/components/header/index.js.map +0 -1
- package/modern/components/header/mobile/Component.mobile.js.map +0 -1
- package/modern/components/header/mobile/mobile.module.css.js +0 -6
- package/modern/components/header/mobile/mobile.module.css.js.map +0 -1
- package/modern/components/header/responsive/Component.responsive.js +0 -16
- package/modern/components/header/responsive/Component.responsive.js.map +0 -1
- package/modern/desktop/utils/get-max-height-style.d.ts +0 -2
- package/modern/desktop/utils/get-max-height-style.js +0 -10
- package/modern/desktop/utils/get-max-height-style.js.map +0 -1
- package/moderncssm/Component.responsive.d.ts +0 -8
- package/moderncssm/Component.responsive.js.map +0 -1
- package/moderncssm/components/content/base-content/base-content.js.map +0 -1
- package/moderncssm/components/content/desktop/Component.desktop.d.ts +0 -9
- package/moderncssm/components/content/desktop/Component.desktop.js +0 -16
- package/moderncssm/components/content/desktop/Component.desktop.js.map +0 -1
- package/moderncssm/components/content/index.d.ts +0 -6
- package/moderncssm/components/content/index.js +0 -4
- package/moderncssm/components/content/index.js.map +0 -1
- package/moderncssm/components/content/mobile/Component.mobile.d.ts +0 -4
- package/moderncssm/components/content/mobile/Component.mobile.js.map +0 -1
- package/moderncssm/components/content/mobile/mobile.module.css +0 -13
- package/moderncssm/components/content/responsive/Component.responsive.d.ts +0 -6
- package/moderncssm/components/content/responsive/Component.responsive.js +0 -15
- package/moderncssm/components/content/responsive/Component.responsive.js.map +0 -1
- package/moderncssm/components/footer/base-footer/base-footer.js.map +0 -1
- package/moderncssm/components/footer/desktop/Component.desktop.d.ts +0 -9
- package/moderncssm/components/footer/desktop/Component.desktop.js.map +0 -1
- package/moderncssm/components/footer/index.d.ts +0 -6
- package/moderncssm/components/footer/index.js +0 -4
- package/moderncssm/components/footer/index.js.map +0 -1
- package/moderncssm/components/footer/mobile/Component.mobile.d.ts +0 -4
- package/moderncssm/components/footer/mobile/Component.mobile.js.map +0 -1
- package/moderncssm/components/footer/responsive/Component.responsive.d.ts +0 -6
- package/moderncssm/components/footer/responsive/Component.responsive.js +0 -16
- package/moderncssm/components/footer/responsive/Component.responsive.js.map +0 -1
- package/moderncssm/components/header/base-header/useBaseHeader.js.map +0 -1
- package/moderncssm/components/header/desktop/Component.desktop.js.map +0 -1
- package/moderncssm/components/header/index.d.ts +0 -6
- package/moderncssm/components/header/index.js +0 -4
- package/moderncssm/components/header/index.js.map +0 -1
- package/moderncssm/components/header/mobile/Component.mobile.js.map +0 -1
- package/moderncssm/components/header/responsive/Component.responsive.d.ts +0 -6
- package/moderncssm/components/header/responsive/Component.responsive.js +0 -16
- package/moderncssm/components/header/responsive/Component.responsive.js.map +0 -1
- package/moderncssm/desktop/utils/get-max-height-style.d.ts +0 -2
- package/moderncssm/desktop/utils/get-max-height-style.js +0 -10
- package/moderncssm/desktop/utils/get-max-height-style.js.map +0 -1
- package/src/components/content/desktop/Component.desktop.tsx +0 -28
- package/src/components/content/index.ts +0 -8
- package/src/components/content/mobile/mobile.module.css +0 -13
- package/src/components/footer/index.ts +0 -8
- package/src/components/footer/mobile/mobile.module.css +0 -9
- package/src/components/header/index.ts +0 -8
- package/src/desktop/utils/get-max-height-style.ts +0 -10
- /package/components/{content/base-content/base-content.d.ts → base-content/index.d.ts} +0 -0
- /package/components/{footer/base-footer/base-footer.d.ts → base-footer/index.d.ts} +0 -0
- /package/components/{header/base-header → base-header}/useBaseHeader.d.ts +0 -0
- /package/cssm/components/{content/base-content/base-content.d.ts → base-content/index.d.ts} +0 -0
- /package/cssm/components/{content/base-content → base-content}/index.module.css +0 -0
- /package/cssm/components/{footer/base-footer/base-footer.d.ts → base-footer/index.d.ts} +0 -0
- /package/cssm/components/{footer/base-footer → base-footer}/index.module.css +0 -0
- /package/cssm/components/{header/base-header → base-header}/index.module.css +0 -0
- /package/cssm/components/{header/base-header → base-header}/useBaseHeader.d.ts +0 -0
- /package/cssm/{components/footer/desktop → desktop/components/footer}/desktop.module.css +0 -0
- /package/cssm/{components/footer/desktop → desktop/components/footer}/layout.module.css +0 -0
- /package/cssm/{components/header/desktop → desktop/components/header}/desktop.module.css +0 -0
- /package/cssm/{components/header/desktop/Component.desktop.d.ts → desktop/components/header/index.d.ts} +0 -0
- /package/cssm/{components/header/mobile/Component.mobile.d.ts → mobile/components/header/index.d.ts} +0 -0
- /package/cssm/{components/header/mobile/mobile.module.css → mobile/components/header/index.module.css} +0 -0
- /package/{components/header/desktop/Component.desktop.d.ts → desktop/components/header/index.d.ts} +0 -0
- /package/esm/components/{content/base-content/base-content.d.ts → base-content/index.d.ts} +0 -0
- /package/esm/components/{footer/base-footer/base-footer.d.ts → base-footer/index.d.ts} +0 -0
- /package/esm/components/{header/base-header → base-header}/useBaseHeader.d.ts +0 -0
- /package/esm/{components/header/desktop/Component.desktop.d.ts → desktop/components/header/index.d.ts} +0 -0
- /package/esm/{components/header/mobile/Component.mobile.d.ts → mobile/components/header/index.d.ts} +0 -0
- /package/{components/header/mobile/Component.mobile.d.ts → mobile/components/header/index.d.ts} +0 -0
- /package/modern/components/{content/base-content/base-content.d.ts → base-content/index.d.ts} +0 -0
- /package/modern/components/{footer/base-footer/base-footer.d.ts → base-footer/index.d.ts} +0 -0
- /package/modern/components/{header/base-header → base-header}/useBaseHeader.d.ts +0 -0
- /package/modern/{components/header/desktop/Component.desktop.d.ts → desktop/components/header/index.d.ts} +0 -0
- /package/modern/{components/header/mobile/Component.mobile.d.ts → mobile/components/header/index.d.ts} +0 -0
- /package/moderncssm/components/{content/base-content/base-content.d.ts → base-content/index.d.ts} +0 -0
- /package/moderncssm/components/{content/base-content → base-content}/index.module.css +0 -0
- /package/moderncssm/components/{footer/base-footer/base-footer.d.ts → base-footer/index.d.ts} +0 -0
- /package/moderncssm/components/{footer/base-footer → base-footer}/index.module.css +0 -0
- /package/moderncssm/components/{header/base-header → base-header}/index.module.css +0 -0
- /package/moderncssm/components/{header/base-header → base-header}/useBaseHeader.d.ts +0 -0
- /package/moderncssm/{components/footer/desktop → desktop/components/footer}/desktop.module.css +0 -0
- /package/moderncssm/{components/footer/desktop → desktop/components/footer}/layout.module.css +0 -0
- /package/moderncssm/{components/header/desktop → desktop/components/header}/desktop.module.css +0 -0
- /package/moderncssm/{components/header/desktop/Component.desktop.d.ts → desktop/components/header/index.d.ts} +0 -0
- /package/moderncssm/{components/header/mobile/Component.mobile.d.ts → mobile/components/header/index.d.ts} +0 -0
- /package/moderncssm/{components/header/mobile/mobile.module.css → mobile/components/header/index.module.css} +0 -0
- /package/src/{components/footer/desktop → desktop/components/footer}/desktop.module.css +0 -0
- /package/src/{components/footer/desktop → desktop/components/footer}/layout.module.css +0 -0
- /package/src/{components/header/desktop → desktop/components/header}/desktop.module.css +0 -0
- /package/src/{components/header/mobile/mobile.module.css → mobile/components/header/index.module.css} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"wrapper":"universal-modal__wrapper_1txhd","wrapperAlignStart":"universal-modal__wrapperAlignStart_1txhd","wrapperAlignEnd":"universal-modal__wrapperAlignEnd_1txhd","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_1txhd","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_1txhd","component":"universal-modal__component_1txhd","baseModalContainer":"universal-modal__baseModalContainer_1txhd","withoutOverlay":"universal-modal__withoutOverlay_1txhd","baseModalComponent":"universal-modal__baseModalComponent_1txhd","marginTop-0":"universal-modal__marginTop-0_1txhd","marginTop-1":"universal-modal__marginTop-1_1txhd","marginTop-2":"universal-modal__marginTop-2_1txhd","marginTop-3":"universal-modal__marginTop-3_1txhd","marginTop-4":"universal-modal__marginTop-4_1txhd","marginTop-5":"universal-modal__marginTop-5_1txhd","marginTop-6":"universal-modal__marginTop-6_1txhd","marginTop-7":"universal-modal__marginTop-7_1txhd","marginTop-8":"universal-modal__marginTop-8_1txhd","marginTop-9":"universal-modal__marginTop-9_1txhd","marginTop-10":"universal-modal__marginTop-10_1txhd","marginTop-11":"universal-modal__marginTop-11_1txhd","marginTop-12":"universal-modal__marginTop-12_1txhd","marginTop-13":"universal-modal__marginTop-13_1txhd","marginTop-14":"universal-modal__marginTop-14_1txhd","marginTop-15":"universal-modal__marginTop-15_1txhd","marginTop-16":"universal-modal__marginTop-16_1txhd","marginTop-17":"universal-modal__marginTop-17_1txhd","marginTop-18":"universal-modal__marginTop-18_1txhd","marginTop-19":"universal-modal__marginTop-19_1txhd","marginTop-20":"universal-modal__marginTop-20_1txhd","marginTop-21":"universal-modal__marginTop-21_1txhd","marginTop-22":"universal-modal__marginTop-22_1txhd","marginTop-23":"universal-modal__marginTop-23_1txhd","marginTop-24":"universal-modal__marginTop-24_1txhd","marginTop-25":"universal-modal__marginTop-25_1txhd","marginTop-26":"universal-modal__marginTop-26_1txhd","marginTop-27":"universal-modal__marginTop-27_1txhd","marginTop-28":"universal-modal__marginTop-28_1txhd","marginTop-29":"universal-modal__marginTop-29_1txhd","marginTop-30":"universal-modal__marginTop-30_1txhd","marginTop-31":"universal-modal__marginTop-31_1txhd","marginTop-32":"universal-modal__marginTop-32_1txhd","marginTop-33":"universal-modal__marginTop-33_1txhd","marginTop-34":"universal-modal__marginTop-34_1txhd","marginTop-35":"universal-modal__marginTop-35_1txhd","marginTop-36":"universal-modal__marginTop-36_1txhd","marginTop-37":"universal-modal__marginTop-37_1txhd","marginTop-38":"universal-modal__marginTop-38_1txhd","marginTop-39":"universal-modal__marginTop-39_1txhd","marginTop-40":"universal-modal__marginTop-40_1txhd","marginTop-41":"universal-modal__marginTop-41_1txhd","marginTop-42":"universal-modal__marginTop-42_1txhd","marginTop-43":"universal-modal__marginTop-43_1txhd","marginTop-44":"universal-modal__marginTop-44_1txhd","marginTop-45":"universal-modal__marginTop-45_1txhd","marginTop-46":"universal-modal__marginTop-46_1txhd","marginTop-47":"universal-modal__marginTop-47_1txhd","marginTop-48":"universal-modal__marginTop-48_1txhd","marginTop-49":"universal-modal__marginTop-49_1txhd","marginTop-50":"universal-modal__marginTop-50_1txhd","marginTop-51":"universal-modal__marginTop-51_1txhd","marginTop-52":"universal-modal__marginTop-52_1txhd","marginTop-53":"universal-modal__marginTop-53_1txhd","marginTop-54":"universal-modal__marginTop-54_1txhd","marginTop-55":"universal-modal__marginTop-55_1txhd","marginTop-56":"universal-modal__marginTop-56_1txhd","marginTop-57":"universal-modal__marginTop-57_1txhd","marginTop-58":"universal-modal__marginTop-58_1txhd","marginTop-59":"universal-modal__marginTop-59_1txhd","marginTop-60":"universal-modal__marginTop-60_1txhd","marginTop-61":"universal-modal__marginTop-61_1txhd","marginTop-62":"universal-modal__marginTop-62_1txhd","marginTop-63":"universal-modal__marginTop-63_1txhd","marginTop-64":"universal-modal__marginTop-64_1txhd","marginTop-65":"universal-modal__marginTop-65_1txhd","marginTop-66":"universal-modal__marginTop-66_1txhd","marginTop-67":"universal-modal__marginTop-67_1txhd","marginTop-68":"universal-modal__marginTop-68_1txhd","marginTop-69":"universal-modal__marginTop-69_1txhd","marginTop-70":"universal-modal__marginTop-70_1txhd","marginTop-71":"universal-modal__marginTop-71_1txhd","marginTop-72":"universal-modal__marginTop-72_1txhd","marginTop-73":"universal-modal__marginTop-73_1txhd","marginTop-74":"universal-modal__marginTop-74_1txhd","marginTop-75":"universal-modal__marginTop-75_1txhd","marginTop-76":"universal-modal__marginTop-76_1txhd","marginTop-77":"universal-modal__marginTop-77_1txhd","marginTop-78":"universal-modal__marginTop-78_1txhd","marginTop-79":"universal-modal__marginTop-79_1txhd","marginTop-80":"universal-modal__marginTop-80_1txhd","marginTop-81":"universal-modal__marginTop-81_1txhd","marginTop-82":"universal-modal__marginTop-82_1txhd","marginTop-83":"universal-modal__marginTop-83_1txhd","marginTop-84":"universal-modal__marginTop-84_1txhd","marginTop-85":"universal-modal__marginTop-85_1txhd","marginTop-86":"universal-modal__marginTop-86_1txhd","marginTop-87":"universal-modal__marginTop-87_1txhd","marginTop-88":"universal-modal__marginTop-88_1txhd","marginTop-89":"universal-modal__marginTop-89_1txhd","marginTop-90":"universal-modal__marginTop-90_1txhd","marginTop-91":"universal-modal__marginTop-91_1txhd","marginTop-92":"universal-modal__marginTop-92_1txhd","marginTop-93":"universal-modal__marginTop-93_1txhd","marginTop-94":"universal-modal__marginTop-94_1txhd","marginTop-95":"universal-modal__marginTop-95_1txhd","marginTop-96":"universal-modal__marginTop-96_1txhd","marginTop-97":"universal-modal__marginTop-97_1txhd","marginTop-98":"universal-modal__marginTop-98_1txhd","marginTop-99":"universal-modal__marginTop-99_1txhd","marginTop-100":"universal-modal__marginTop-100_1txhd","marginTop-101":"universal-modal__marginTop-101_1txhd","marginTop-102":"universal-modal__marginTop-102_1txhd","marginTop-103":"universal-modal__marginTop-103_1txhd","marginTop-104":"universal-modal__marginTop-104_1txhd","marginTop-105":"universal-modal__marginTop-105_1txhd","marginTop-106":"universal-modal__marginTop-106_1txhd","marginTop-107":"universal-modal__marginTop-107_1txhd","marginTop-108":"universal-modal__marginTop-108_1txhd","marginTop-109":"universal-modal__marginTop-109_1txhd","marginTop-110":"universal-modal__marginTop-110_1txhd","marginTop-111":"universal-modal__marginTop-111_1txhd","marginTop-112":"universal-modal__marginTop-112_1txhd","marginTop-113":"universal-modal__marginTop-113_1txhd","marginTop-114":"universal-modal__marginTop-114_1txhd","marginTop-115":"universal-modal__marginTop-115_1txhd","marginTop-116":"universal-modal__marginTop-116_1txhd","marginTop-117":"universal-modal__marginTop-117_1txhd","marginTop-118":"universal-modal__marginTop-118_1txhd","marginTop-119":"universal-modal__marginTop-119_1txhd","marginTop-120":"universal-modal__marginTop-120_1txhd","marginTop-121":"universal-modal__marginTop-121_1txhd","marginTop-122":"universal-modal__marginTop-122_1txhd","marginTop-123":"universal-modal__marginTop-123_1txhd","marginTop-124":"universal-modal__marginTop-124_1txhd","marginTop-125":"universal-modal__marginTop-125_1txhd","marginTop-126":"universal-modal__marginTop-126_1txhd","marginTop-127":"universal-modal__marginTop-127_1txhd","marginTop-128":"universal-modal__marginTop-128_1txhd","marginRight-0":"universal-modal__marginRight-0_1txhd","marginRight-1":"universal-modal__marginRight-1_1txhd","marginRight-2":"universal-modal__marginRight-2_1txhd","marginRight-3":"universal-modal__marginRight-3_1txhd","marginRight-4":"universal-modal__marginRight-4_1txhd","marginRight-5":"universal-modal__marginRight-5_1txhd","marginRight-6":"universal-modal__marginRight-6_1txhd","marginRight-7":"universal-modal__marginRight-7_1txhd","marginRight-8":"universal-modal__marginRight-8_1txhd","marginRight-9":"universal-modal__marginRight-9_1txhd","marginRight-10":"universal-modal__marginRight-10_1txhd","marginRight-11":"universal-modal__marginRight-11_1txhd","marginRight-12":"universal-modal__marginRight-12_1txhd","marginRight-13":"universal-modal__marginRight-13_1txhd","marginRight-14":"universal-modal__marginRight-14_1txhd","marginRight-15":"universal-modal__marginRight-15_1txhd","marginRight-16":"universal-modal__marginRight-16_1txhd","marginRight-17":"universal-modal__marginRight-17_1txhd","marginRight-18":"universal-modal__marginRight-18_1txhd","marginRight-19":"universal-modal__marginRight-19_1txhd","marginRight-20":"universal-modal__marginRight-20_1txhd","marginRight-21":"universal-modal__marginRight-21_1txhd","marginRight-22":"universal-modal__marginRight-22_1txhd","marginRight-23":"universal-modal__marginRight-23_1txhd","marginRight-24":"universal-modal__marginRight-24_1txhd","marginRight-25":"universal-modal__marginRight-25_1txhd","marginRight-26":"universal-modal__marginRight-26_1txhd","marginRight-27":"universal-modal__marginRight-27_1txhd","marginRight-28":"universal-modal__marginRight-28_1txhd","marginRight-29":"universal-modal__marginRight-29_1txhd","marginRight-30":"universal-modal__marginRight-30_1txhd","marginRight-31":"universal-modal__marginRight-31_1txhd","marginRight-32":"universal-modal__marginRight-32_1txhd","marginRight-33":"universal-modal__marginRight-33_1txhd","marginRight-34":"universal-modal__marginRight-34_1txhd","marginRight-35":"universal-modal__marginRight-35_1txhd","marginRight-36":"universal-modal__marginRight-36_1txhd","marginRight-37":"universal-modal__marginRight-37_1txhd","marginRight-38":"universal-modal__marginRight-38_1txhd","marginRight-39":"universal-modal__marginRight-39_1txhd","marginRight-40":"universal-modal__marginRight-40_1txhd","marginRight-41":"universal-modal__marginRight-41_1txhd","marginRight-42":"universal-modal__marginRight-42_1txhd","marginRight-43":"universal-modal__marginRight-43_1txhd","marginRight-44":"universal-modal__marginRight-44_1txhd","marginRight-45":"universal-modal__marginRight-45_1txhd","marginRight-46":"universal-modal__marginRight-46_1txhd","marginRight-47":"universal-modal__marginRight-47_1txhd","marginRight-48":"universal-modal__marginRight-48_1txhd","marginRight-49":"universal-modal__marginRight-49_1txhd","marginRight-50":"universal-modal__marginRight-50_1txhd","marginRight-51":"universal-modal__marginRight-51_1txhd","marginRight-52":"universal-modal__marginRight-52_1txhd","marginRight-53":"universal-modal__marginRight-53_1txhd","marginRight-54":"universal-modal__marginRight-54_1txhd","marginRight-55":"universal-modal__marginRight-55_1txhd","marginRight-56":"universal-modal__marginRight-56_1txhd","marginRight-57":"universal-modal__marginRight-57_1txhd","marginRight-58":"universal-modal__marginRight-58_1txhd","marginRight-59":"universal-modal__marginRight-59_1txhd","marginRight-60":"universal-modal__marginRight-60_1txhd","marginRight-61":"universal-modal__marginRight-61_1txhd","marginRight-62":"universal-modal__marginRight-62_1txhd","marginRight-63":"universal-modal__marginRight-63_1txhd","marginRight-64":"universal-modal__marginRight-64_1txhd","marginRight-65":"universal-modal__marginRight-65_1txhd","marginRight-66":"universal-modal__marginRight-66_1txhd","marginRight-67":"universal-modal__marginRight-67_1txhd","marginRight-68":"universal-modal__marginRight-68_1txhd","marginRight-69":"universal-modal__marginRight-69_1txhd","marginRight-70":"universal-modal__marginRight-70_1txhd","marginRight-71":"universal-modal__marginRight-71_1txhd","marginRight-72":"universal-modal__marginRight-72_1txhd","marginRight-73":"universal-modal__marginRight-73_1txhd","marginRight-74":"universal-modal__marginRight-74_1txhd","marginRight-75":"universal-modal__marginRight-75_1txhd","marginRight-76":"universal-modal__marginRight-76_1txhd","marginRight-77":"universal-modal__marginRight-77_1txhd","marginRight-78":"universal-modal__marginRight-78_1txhd","marginRight-79":"universal-modal__marginRight-79_1txhd","marginRight-80":"universal-modal__marginRight-80_1txhd","marginRight-81":"universal-modal__marginRight-81_1txhd","marginRight-82":"universal-modal__marginRight-82_1txhd","marginRight-83":"universal-modal__marginRight-83_1txhd","marginRight-84":"universal-modal__marginRight-84_1txhd","marginRight-85":"universal-modal__marginRight-85_1txhd","marginRight-86":"universal-modal__marginRight-86_1txhd","marginRight-87":"universal-modal__marginRight-87_1txhd","marginRight-88":"universal-modal__marginRight-88_1txhd","marginRight-89":"universal-modal__marginRight-89_1txhd","marginRight-90":"universal-modal__marginRight-90_1txhd","marginRight-91":"universal-modal__marginRight-91_1txhd","marginRight-92":"universal-modal__marginRight-92_1txhd","marginRight-93":"universal-modal__marginRight-93_1txhd","marginRight-94":"universal-modal__marginRight-94_1txhd","marginRight-95":"universal-modal__marginRight-95_1txhd","marginRight-96":"universal-modal__marginRight-96_1txhd","marginRight-97":"universal-modal__marginRight-97_1txhd","marginRight-98":"universal-modal__marginRight-98_1txhd","marginRight-99":"universal-modal__marginRight-99_1txhd","marginRight-100":"universal-modal__marginRight-100_1txhd","marginRight-101":"universal-modal__marginRight-101_1txhd","marginRight-102":"universal-modal__marginRight-102_1txhd","marginRight-103":"universal-modal__marginRight-103_1txhd","marginRight-104":"universal-modal__marginRight-104_1txhd","marginRight-105":"universal-modal__marginRight-105_1txhd","marginRight-106":"universal-modal__marginRight-106_1txhd","marginRight-107":"universal-modal__marginRight-107_1txhd","marginRight-108":"universal-modal__marginRight-108_1txhd","marginRight-109":"universal-modal__marginRight-109_1txhd","marginRight-110":"universal-modal__marginRight-110_1txhd","marginRight-111":"universal-modal__marginRight-111_1txhd","marginRight-112":"universal-modal__marginRight-112_1txhd","marginRight-113":"universal-modal__marginRight-113_1txhd","marginRight-114":"universal-modal__marginRight-114_1txhd","marginRight-115":"universal-modal__marginRight-115_1txhd","marginRight-116":"universal-modal__marginRight-116_1txhd","marginRight-117":"universal-modal__marginRight-117_1txhd","marginRight-118":"universal-modal__marginRight-118_1txhd","marginRight-119":"universal-modal__marginRight-119_1txhd","marginRight-120":"universal-modal__marginRight-120_1txhd","marginRight-121":"universal-modal__marginRight-121_1txhd","marginRight-122":"universal-modal__marginRight-122_1txhd","marginRight-123":"universal-modal__marginRight-123_1txhd","marginRight-124":"universal-modal__marginRight-124_1txhd","marginRight-125":"universal-modal__marginRight-125_1txhd","marginRight-126":"universal-modal__marginRight-126_1txhd","marginRight-127":"universal-modal__marginRight-127_1txhd","marginRight-128":"universal-modal__marginRight-128_1txhd","marginBottom-0":"universal-modal__marginBottom-0_1txhd","marginBottom-1":"universal-modal__marginBottom-1_1txhd","marginBottom-2":"universal-modal__marginBottom-2_1txhd","marginBottom-3":"universal-modal__marginBottom-3_1txhd","marginBottom-4":"universal-modal__marginBottom-4_1txhd","marginBottom-5":"universal-modal__marginBottom-5_1txhd","marginBottom-6":"universal-modal__marginBottom-6_1txhd","marginBottom-7":"universal-modal__marginBottom-7_1txhd","marginBottom-8":"universal-modal__marginBottom-8_1txhd","marginBottom-9":"universal-modal__marginBottom-9_1txhd","marginBottom-10":"universal-modal__marginBottom-10_1txhd","marginBottom-11":"universal-modal__marginBottom-11_1txhd","marginBottom-12":"universal-modal__marginBottom-12_1txhd","marginBottom-13":"universal-modal__marginBottom-13_1txhd","marginBottom-14":"universal-modal__marginBottom-14_1txhd","marginBottom-15":"universal-modal__marginBottom-15_1txhd","marginBottom-16":"universal-modal__marginBottom-16_1txhd","marginBottom-17":"universal-modal__marginBottom-17_1txhd","marginBottom-18":"universal-modal__marginBottom-18_1txhd","marginBottom-19":"universal-modal__marginBottom-19_1txhd","marginBottom-20":"universal-modal__marginBottom-20_1txhd","marginBottom-21":"universal-modal__marginBottom-21_1txhd","marginBottom-22":"universal-modal__marginBottom-22_1txhd","marginBottom-23":"universal-modal__marginBottom-23_1txhd","marginBottom-24":"universal-modal__marginBottom-24_1txhd","marginBottom-25":"universal-modal__marginBottom-25_1txhd","marginBottom-26":"universal-modal__marginBottom-26_1txhd","marginBottom-27":"universal-modal__marginBottom-27_1txhd","marginBottom-28":"universal-modal__marginBottom-28_1txhd","marginBottom-29":"universal-modal__marginBottom-29_1txhd","marginBottom-30":"universal-modal__marginBottom-30_1txhd","marginBottom-31":"universal-modal__marginBottom-31_1txhd","marginBottom-32":"universal-modal__marginBottom-32_1txhd","marginBottom-33":"universal-modal__marginBottom-33_1txhd","marginBottom-34":"universal-modal__marginBottom-34_1txhd","marginBottom-35":"universal-modal__marginBottom-35_1txhd","marginBottom-36":"universal-modal__marginBottom-36_1txhd","marginBottom-37":"universal-modal__marginBottom-37_1txhd","marginBottom-38":"universal-modal__marginBottom-38_1txhd","marginBottom-39":"universal-modal__marginBottom-39_1txhd","marginBottom-40":"universal-modal__marginBottom-40_1txhd","marginBottom-41":"universal-modal__marginBottom-41_1txhd","marginBottom-42":"universal-modal__marginBottom-42_1txhd","marginBottom-43":"universal-modal__marginBottom-43_1txhd","marginBottom-44":"universal-modal__marginBottom-44_1txhd","marginBottom-45":"universal-modal__marginBottom-45_1txhd","marginBottom-46":"universal-modal__marginBottom-46_1txhd","marginBottom-47":"universal-modal__marginBottom-47_1txhd","marginBottom-48":"universal-modal__marginBottom-48_1txhd","marginBottom-49":"universal-modal__marginBottom-49_1txhd","marginBottom-50":"universal-modal__marginBottom-50_1txhd","marginBottom-51":"universal-modal__marginBottom-51_1txhd","marginBottom-52":"universal-modal__marginBottom-52_1txhd","marginBottom-53":"universal-modal__marginBottom-53_1txhd","marginBottom-54":"universal-modal__marginBottom-54_1txhd","marginBottom-55":"universal-modal__marginBottom-55_1txhd","marginBottom-56":"universal-modal__marginBottom-56_1txhd","marginBottom-57":"universal-modal__marginBottom-57_1txhd","marginBottom-58":"universal-modal__marginBottom-58_1txhd","marginBottom-59":"universal-modal__marginBottom-59_1txhd","marginBottom-60":"universal-modal__marginBottom-60_1txhd","marginBottom-61":"universal-modal__marginBottom-61_1txhd","marginBottom-62":"universal-modal__marginBottom-62_1txhd","marginBottom-63":"universal-modal__marginBottom-63_1txhd","marginBottom-64":"universal-modal__marginBottom-64_1txhd","marginBottom-65":"universal-modal__marginBottom-65_1txhd","marginBottom-66":"universal-modal__marginBottom-66_1txhd","marginBottom-67":"universal-modal__marginBottom-67_1txhd","marginBottom-68":"universal-modal__marginBottom-68_1txhd","marginBottom-69":"universal-modal__marginBottom-69_1txhd","marginBottom-70":"universal-modal__marginBottom-70_1txhd","marginBottom-71":"universal-modal__marginBottom-71_1txhd","marginBottom-72":"universal-modal__marginBottom-72_1txhd","marginBottom-73":"universal-modal__marginBottom-73_1txhd","marginBottom-74":"universal-modal__marginBottom-74_1txhd","marginBottom-75":"universal-modal__marginBottom-75_1txhd","marginBottom-76":"universal-modal__marginBottom-76_1txhd","marginBottom-77":"universal-modal__marginBottom-77_1txhd","marginBottom-78":"universal-modal__marginBottom-78_1txhd","marginBottom-79":"universal-modal__marginBottom-79_1txhd","marginBottom-80":"universal-modal__marginBottom-80_1txhd","marginBottom-81":"universal-modal__marginBottom-81_1txhd","marginBottom-82":"universal-modal__marginBottom-82_1txhd","marginBottom-83":"universal-modal__marginBottom-83_1txhd","marginBottom-84":"universal-modal__marginBottom-84_1txhd","marginBottom-85":"universal-modal__marginBottom-85_1txhd","marginBottom-86":"universal-modal__marginBottom-86_1txhd","marginBottom-87":"universal-modal__marginBottom-87_1txhd","marginBottom-88":"universal-modal__marginBottom-88_1txhd","marginBottom-89":"universal-modal__marginBottom-89_1txhd","marginBottom-90":"universal-modal__marginBottom-90_1txhd","marginBottom-91":"universal-modal__marginBottom-91_1txhd","marginBottom-92":"universal-modal__marginBottom-92_1txhd","marginBottom-93":"universal-modal__marginBottom-93_1txhd","marginBottom-94":"universal-modal__marginBottom-94_1txhd","marginBottom-95":"universal-modal__marginBottom-95_1txhd","marginBottom-96":"universal-modal__marginBottom-96_1txhd","marginBottom-97":"universal-modal__marginBottom-97_1txhd","marginBottom-98":"universal-modal__marginBottom-98_1txhd","marginBottom-99":"universal-modal__marginBottom-99_1txhd","marginBottom-100":"universal-modal__marginBottom-100_1txhd","marginBottom-101":"universal-modal__marginBottom-101_1txhd","marginBottom-102":"universal-modal__marginBottom-102_1txhd","marginBottom-103":"universal-modal__marginBottom-103_1txhd","marginBottom-104":"universal-modal__marginBottom-104_1txhd","marginBottom-105":"universal-modal__marginBottom-105_1txhd","marginBottom-106":"universal-modal__marginBottom-106_1txhd","marginBottom-107":"universal-modal__marginBottom-107_1txhd","marginBottom-108":"universal-modal__marginBottom-108_1txhd","marginBottom-109":"universal-modal__marginBottom-109_1txhd","marginBottom-110":"universal-modal__marginBottom-110_1txhd","marginBottom-111":"universal-modal__marginBottom-111_1txhd","marginBottom-112":"universal-modal__marginBottom-112_1txhd","marginBottom-113":"universal-modal__marginBottom-113_1txhd","marginBottom-114":"universal-modal__marginBottom-114_1txhd","marginBottom-115":"universal-modal__marginBottom-115_1txhd","marginBottom-116":"universal-modal__marginBottom-116_1txhd","marginBottom-117":"universal-modal__marginBottom-117_1txhd","marginBottom-118":"universal-modal__marginBottom-118_1txhd","marginBottom-119":"universal-modal__marginBottom-119_1txhd","marginBottom-120":"universal-modal__marginBottom-120_1txhd","marginBottom-121":"universal-modal__marginBottom-121_1txhd","marginBottom-122":"universal-modal__marginBottom-122_1txhd","marginBottom-123":"universal-modal__marginBottom-123_1txhd","marginBottom-124":"universal-modal__marginBottom-124_1txhd","marginBottom-125":"universal-modal__marginBottom-125_1txhd","marginBottom-126":"universal-modal__marginBottom-126_1txhd","marginBottom-127":"universal-modal__marginBottom-127_1txhd","marginBottom-128":"universal-modal__marginBottom-128_1txhd","marginLeft-0":"universal-modal__marginLeft-0_1txhd","marginLeft-1":"universal-modal__marginLeft-1_1txhd","marginLeft-2":"universal-modal__marginLeft-2_1txhd","marginLeft-3":"universal-modal__marginLeft-3_1txhd","marginLeft-4":"universal-modal__marginLeft-4_1txhd","marginLeft-5":"universal-modal__marginLeft-5_1txhd","marginLeft-6":"universal-modal__marginLeft-6_1txhd","marginLeft-7":"universal-modal__marginLeft-7_1txhd","marginLeft-8":"universal-modal__marginLeft-8_1txhd","marginLeft-9":"universal-modal__marginLeft-9_1txhd","marginLeft-10":"universal-modal__marginLeft-10_1txhd","marginLeft-11":"universal-modal__marginLeft-11_1txhd","marginLeft-12":"universal-modal__marginLeft-12_1txhd","marginLeft-13":"universal-modal__marginLeft-13_1txhd","marginLeft-14":"universal-modal__marginLeft-14_1txhd","marginLeft-15":"universal-modal__marginLeft-15_1txhd","marginLeft-16":"universal-modal__marginLeft-16_1txhd","marginLeft-17":"universal-modal__marginLeft-17_1txhd","marginLeft-18":"universal-modal__marginLeft-18_1txhd","marginLeft-19":"universal-modal__marginLeft-19_1txhd","marginLeft-20":"universal-modal__marginLeft-20_1txhd","marginLeft-21":"universal-modal__marginLeft-21_1txhd","marginLeft-22":"universal-modal__marginLeft-22_1txhd","marginLeft-23":"universal-modal__marginLeft-23_1txhd","marginLeft-24":"universal-modal__marginLeft-24_1txhd","marginLeft-25":"universal-modal__marginLeft-25_1txhd","marginLeft-26":"universal-modal__marginLeft-26_1txhd","marginLeft-27":"universal-modal__marginLeft-27_1txhd","marginLeft-28":"universal-modal__marginLeft-28_1txhd","marginLeft-29":"universal-modal__marginLeft-29_1txhd","marginLeft-30":"universal-modal__marginLeft-30_1txhd","marginLeft-31":"universal-modal__marginLeft-31_1txhd","marginLeft-32":"universal-modal__marginLeft-32_1txhd","marginLeft-33":"universal-modal__marginLeft-33_1txhd","marginLeft-34":"universal-modal__marginLeft-34_1txhd","marginLeft-35":"universal-modal__marginLeft-35_1txhd","marginLeft-36":"universal-modal__marginLeft-36_1txhd","marginLeft-37":"universal-modal__marginLeft-37_1txhd","marginLeft-38":"universal-modal__marginLeft-38_1txhd","marginLeft-39":"universal-modal__marginLeft-39_1txhd","marginLeft-40":"universal-modal__marginLeft-40_1txhd","marginLeft-41":"universal-modal__marginLeft-41_1txhd","marginLeft-42":"universal-modal__marginLeft-42_1txhd","marginLeft-43":"universal-modal__marginLeft-43_1txhd","marginLeft-44":"universal-modal__marginLeft-44_1txhd","marginLeft-45":"universal-modal__marginLeft-45_1txhd","marginLeft-46":"universal-modal__marginLeft-46_1txhd","marginLeft-47":"universal-modal__marginLeft-47_1txhd","marginLeft-48":"universal-modal__marginLeft-48_1txhd","marginLeft-49":"universal-modal__marginLeft-49_1txhd","marginLeft-50":"universal-modal__marginLeft-50_1txhd","marginLeft-51":"universal-modal__marginLeft-51_1txhd","marginLeft-52":"universal-modal__marginLeft-52_1txhd","marginLeft-53":"universal-modal__marginLeft-53_1txhd","marginLeft-54":"universal-modal__marginLeft-54_1txhd","marginLeft-55":"universal-modal__marginLeft-55_1txhd","marginLeft-56":"universal-modal__marginLeft-56_1txhd","marginLeft-57":"universal-modal__marginLeft-57_1txhd","marginLeft-58":"universal-modal__marginLeft-58_1txhd","marginLeft-59":"universal-modal__marginLeft-59_1txhd","marginLeft-60":"universal-modal__marginLeft-60_1txhd","marginLeft-61":"universal-modal__marginLeft-61_1txhd","marginLeft-62":"universal-modal__marginLeft-62_1txhd","marginLeft-63":"universal-modal__marginLeft-63_1txhd","marginLeft-64":"universal-modal__marginLeft-64_1txhd","marginLeft-65":"universal-modal__marginLeft-65_1txhd","marginLeft-66":"universal-modal__marginLeft-66_1txhd","marginLeft-67":"universal-modal__marginLeft-67_1txhd","marginLeft-68":"universal-modal__marginLeft-68_1txhd","marginLeft-69":"universal-modal__marginLeft-69_1txhd","marginLeft-70":"universal-modal__marginLeft-70_1txhd","marginLeft-71":"universal-modal__marginLeft-71_1txhd","marginLeft-72":"universal-modal__marginLeft-72_1txhd","marginLeft-73":"universal-modal__marginLeft-73_1txhd","marginLeft-74":"universal-modal__marginLeft-74_1txhd","marginLeft-75":"universal-modal__marginLeft-75_1txhd","marginLeft-76":"universal-modal__marginLeft-76_1txhd","marginLeft-77":"universal-modal__marginLeft-77_1txhd","marginLeft-78":"universal-modal__marginLeft-78_1txhd","marginLeft-79":"universal-modal__marginLeft-79_1txhd","marginLeft-80":"universal-modal__marginLeft-80_1txhd","marginLeft-81":"universal-modal__marginLeft-81_1txhd","marginLeft-82":"universal-modal__marginLeft-82_1txhd","marginLeft-83":"universal-modal__marginLeft-83_1txhd","marginLeft-84":"universal-modal__marginLeft-84_1txhd","marginLeft-85":"universal-modal__marginLeft-85_1txhd","marginLeft-86":"universal-modal__marginLeft-86_1txhd","marginLeft-87":"universal-modal__marginLeft-87_1txhd","marginLeft-88":"universal-modal__marginLeft-88_1txhd","marginLeft-89":"universal-modal__marginLeft-89_1txhd","marginLeft-90":"universal-modal__marginLeft-90_1txhd","marginLeft-91":"universal-modal__marginLeft-91_1txhd","marginLeft-92":"universal-modal__marginLeft-92_1txhd","marginLeft-93":"universal-modal__marginLeft-93_1txhd","marginLeft-94":"universal-modal__marginLeft-94_1txhd","marginLeft-95":"universal-modal__marginLeft-95_1txhd","marginLeft-96":"universal-modal__marginLeft-96_1txhd","marginLeft-97":"universal-modal__marginLeft-97_1txhd","marginLeft-98":"universal-modal__marginLeft-98_1txhd","marginLeft-99":"universal-modal__marginLeft-99_1txhd","marginLeft-100":"universal-modal__marginLeft-100_1txhd","marginLeft-101":"universal-modal__marginLeft-101_1txhd","marginLeft-102":"universal-modal__marginLeft-102_1txhd","marginLeft-103":"universal-modal__marginLeft-103_1txhd","marginLeft-104":"universal-modal__marginLeft-104_1txhd","marginLeft-105":"universal-modal__marginLeft-105_1txhd","marginLeft-106":"universal-modal__marginLeft-106_1txhd","marginLeft-107":"universal-modal__marginLeft-107_1txhd","marginLeft-108":"universal-modal__marginLeft-108_1txhd","marginLeft-109":"universal-modal__marginLeft-109_1txhd","marginLeft-110":"universal-modal__marginLeft-110_1txhd","marginLeft-111":"universal-modal__marginLeft-111_1txhd","marginLeft-112":"universal-modal__marginLeft-112_1txhd","marginLeft-113":"universal-modal__marginLeft-113_1txhd","marginLeft-114":"universal-modal__marginLeft-114_1txhd","marginLeft-115":"universal-modal__marginLeft-115_1txhd","marginLeft-116":"universal-modal__marginLeft-116_1txhd","marginLeft-117":"universal-modal__marginLeft-117_1txhd","marginLeft-118":"universal-modal__marginLeft-118_1txhd","marginLeft-119":"universal-modal__marginLeft-119_1txhd","marginLeft-120":"universal-modal__marginLeft-120_1txhd","marginLeft-121":"universal-modal__marginLeft-121_1txhd","marginLeft-122":"universal-modal__marginLeft-122_1txhd","marginLeft-123":"universal-modal__marginLeft-123_1txhd","marginLeft-124":"universal-modal__marginLeft-124_1txhd","marginLeft-125":"universal-modal__marginLeft-125_1txhd","marginLeft-126":"universal-modal__marginLeft-126_1txhd","marginLeft-127":"universal-modal__marginLeft-127_1txhd","marginLeft-128":"universal-modal__marginLeft-128_1txhd"};
|
|
3
|
+
const styles = {"wrapper":"universal-modal__wrapper_xg4fm","wrapperAlignStart":"universal-modal__wrapperAlignStart_xg4fm","wrapperAlignEnd":"universal-modal__wrapperAlignEnd_xg4fm","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_xg4fm","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_xg4fm","component":"universal-modal__component_xg4fm","baseModalContainer":"universal-modal__baseModalContainer_xg4fm","withoutOverlay":"universal-modal__withoutOverlay_xg4fm","baseModalComponent":"universal-modal__baseModalComponent_xg4fm","hugContent":"universal-modal__hugContent_xg4fm","topGap-0":"universal-modal__topGap-0_xg4fm","bottomGap-0":"universal-modal__bottomGap-0_xg4fm","topGap-1":"universal-modal__topGap-1_xg4fm","bottomGap-1":"universal-modal__bottomGap-1_xg4fm","topGap-2":"universal-modal__topGap-2_xg4fm","bottomGap-2":"universal-modal__bottomGap-2_xg4fm","topGap-3":"universal-modal__topGap-3_xg4fm","bottomGap-3":"universal-modal__bottomGap-3_xg4fm","topGap-4":"universal-modal__topGap-4_xg4fm","bottomGap-4":"universal-modal__bottomGap-4_xg4fm","topGap-5":"universal-modal__topGap-5_xg4fm","bottomGap-5":"universal-modal__bottomGap-5_xg4fm","topGap-6":"universal-modal__topGap-6_xg4fm","bottomGap-6":"universal-modal__bottomGap-6_xg4fm","topGap-7":"universal-modal__topGap-7_xg4fm","bottomGap-7":"universal-modal__bottomGap-7_xg4fm","topGap-8":"universal-modal__topGap-8_xg4fm","bottomGap-8":"universal-modal__bottomGap-8_xg4fm","topGap-9":"universal-modal__topGap-9_xg4fm","bottomGap-9":"universal-modal__bottomGap-9_xg4fm","topGap-10":"universal-modal__topGap-10_xg4fm","bottomGap-10":"universal-modal__bottomGap-10_xg4fm","topGap-11":"universal-modal__topGap-11_xg4fm","bottomGap-11":"universal-modal__bottomGap-11_xg4fm","topGap-12":"universal-modal__topGap-12_xg4fm","bottomGap-12":"universal-modal__bottomGap-12_xg4fm","topGap-13":"universal-modal__topGap-13_xg4fm","bottomGap-13":"universal-modal__bottomGap-13_xg4fm","topGap-14":"universal-modal__topGap-14_xg4fm","bottomGap-14":"universal-modal__bottomGap-14_xg4fm","topGap-15":"universal-modal__topGap-15_xg4fm","bottomGap-15":"universal-modal__bottomGap-15_xg4fm","topGap-16":"universal-modal__topGap-16_xg4fm","bottomGap-16":"universal-modal__bottomGap-16_xg4fm","topGap-17":"universal-modal__topGap-17_xg4fm","bottomGap-17":"universal-modal__bottomGap-17_xg4fm","topGap-18":"universal-modal__topGap-18_xg4fm","bottomGap-18":"universal-modal__bottomGap-18_xg4fm","topGap-19":"universal-modal__topGap-19_xg4fm","bottomGap-19":"universal-modal__bottomGap-19_xg4fm","topGap-20":"universal-modal__topGap-20_xg4fm","bottomGap-20":"universal-modal__bottomGap-20_xg4fm","topGap-21":"universal-modal__topGap-21_xg4fm","bottomGap-21":"universal-modal__bottomGap-21_xg4fm","topGap-22":"universal-modal__topGap-22_xg4fm","bottomGap-22":"universal-modal__bottomGap-22_xg4fm","topGap-23":"universal-modal__topGap-23_xg4fm","bottomGap-23":"universal-modal__bottomGap-23_xg4fm","topGap-24":"universal-modal__topGap-24_xg4fm","bottomGap-24":"universal-modal__bottomGap-24_xg4fm","topGap-25":"universal-modal__topGap-25_xg4fm","bottomGap-25":"universal-modal__bottomGap-25_xg4fm","topGap-26":"universal-modal__topGap-26_xg4fm","bottomGap-26":"universal-modal__bottomGap-26_xg4fm","topGap-27":"universal-modal__topGap-27_xg4fm","bottomGap-27":"universal-modal__bottomGap-27_xg4fm","topGap-28":"universal-modal__topGap-28_xg4fm","bottomGap-28":"universal-modal__bottomGap-28_xg4fm","topGap-29":"universal-modal__topGap-29_xg4fm","bottomGap-29":"universal-modal__bottomGap-29_xg4fm","topGap-30":"universal-modal__topGap-30_xg4fm","bottomGap-30":"universal-modal__bottomGap-30_xg4fm","topGap-31":"universal-modal__topGap-31_xg4fm","bottomGap-31":"universal-modal__bottomGap-31_xg4fm","topGap-32":"universal-modal__topGap-32_xg4fm","bottomGap-32":"universal-modal__bottomGap-32_xg4fm","topGap-33":"universal-modal__topGap-33_xg4fm","bottomGap-33":"universal-modal__bottomGap-33_xg4fm","topGap-34":"universal-modal__topGap-34_xg4fm","bottomGap-34":"universal-modal__bottomGap-34_xg4fm","topGap-35":"universal-modal__topGap-35_xg4fm","bottomGap-35":"universal-modal__bottomGap-35_xg4fm","topGap-36":"universal-modal__topGap-36_xg4fm","bottomGap-36":"universal-modal__bottomGap-36_xg4fm","topGap-37":"universal-modal__topGap-37_xg4fm","bottomGap-37":"universal-modal__bottomGap-37_xg4fm","topGap-38":"universal-modal__topGap-38_xg4fm","bottomGap-38":"universal-modal__bottomGap-38_xg4fm","topGap-39":"universal-modal__topGap-39_xg4fm","bottomGap-39":"universal-modal__bottomGap-39_xg4fm","topGap-40":"universal-modal__topGap-40_xg4fm","bottomGap-40":"universal-modal__bottomGap-40_xg4fm","topGap-41":"universal-modal__topGap-41_xg4fm","bottomGap-41":"universal-modal__bottomGap-41_xg4fm","topGap-42":"universal-modal__topGap-42_xg4fm","bottomGap-42":"universal-modal__bottomGap-42_xg4fm","topGap-43":"universal-modal__topGap-43_xg4fm","bottomGap-43":"universal-modal__bottomGap-43_xg4fm","topGap-44":"universal-modal__topGap-44_xg4fm","bottomGap-44":"universal-modal__bottomGap-44_xg4fm","topGap-45":"universal-modal__topGap-45_xg4fm","bottomGap-45":"universal-modal__bottomGap-45_xg4fm","topGap-46":"universal-modal__topGap-46_xg4fm","bottomGap-46":"universal-modal__bottomGap-46_xg4fm","topGap-47":"universal-modal__topGap-47_xg4fm","bottomGap-47":"universal-modal__bottomGap-47_xg4fm","topGap-48":"universal-modal__topGap-48_xg4fm","bottomGap-48":"universal-modal__bottomGap-48_xg4fm","topGap-49":"universal-modal__topGap-49_xg4fm","bottomGap-49":"universal-modal__bottomGap-49_xg4fm","topGap-50":"universal-modal__topGap-50_xg4fm","bottomGap-50":"universal-modal__bottomGap-50_xg4fm","topGap-51":"universal-modal__topGap-51_xg4fm","bottomGap-51":"universal-modal__bottomGap-51_xg4fm","topGap-52":"universal-modal__topGap-52_xg4fm","bottomGap-52":"universal-modal__bottomGap-52_xg4fm","topGap-53":"universal-modal__topGap-53_xg4fm","bottomGap-53":"universal-modal__bottomGap-53_xg4fm","topGap-54":"universal-modal__topGap-54_xg4fm","bottomGap-54":"universal-modal__bottomGap-54_xg4fm","topGap-55":"universal-modal__topGap-55_xg4fm","bottomGap-55":"universal-modal__bottomGap-55_xg4fm","topGap-56":"universal-modal__topGap-56_xg4fm","bottomGap-56":"universal-modal__bottomGap-56_xg4fm","topGap-57":"universal-modal__topGap-57_xg4fm","bottomGap-57":"universal-modal__bottomGap-57_xg4fm","topGap-58":"universal-modal__topGap-58_xg4fm","bottomGap-58":"universal-modal__bottomGap-58_xg4fm","topGap-59":"universal-modal__topGap-59_xg4fm","bottomGap-59":"universal-modal__bottomGap-59_xg4fm","topGap-60":"universal-modal__topGap-60_xg4fm","bottomGap-60":"universal-modal__bottomGap-60_xg4fm","topGap-61":"universal-modal__topGap-61_xg4fm","bottomGap-61":"universal-modal__bottomGap-61_xg4fm","topGap-62":"universal-modal__topGap-62_xg4fm","bottomGap-62":"universal-modal__bottomGap-62_xg4fm","topGap-63":"universal-modal__topGap-63_xg4fm","bottomGap-63":"universal-modal__bottomGap-63_xg4fm","topGap-64":"universal-modal__topGap-64_xg4fm","bottomGap-64":"universal-modal__bottomGap-64_xg4fm","topGap-65":"universal-modal__topGap-65_xg4fm","bottomGap-65":"universal-modal__bottomGap-65_xg4fm","topGap-66":"universal-modal__topGap-66_xg4fm","bottomGap-66":"universal-modal__bottomGap-66_xg4fm","topGap-67":"universal-modal__topGap-67_xg4fm","bottomGap-67":"universal-modal__bottomGap-67_xg4fm","topGap-68":"universal-modal__topGap-68_xg4fm","bottomGap-68":"universal-modal__bottomGap-68_xg4fm","topGap-69":"universal-modal__topGap-69_xg4fm","bottomGap-69":"universal-modal__bottomGap-69_xg4fm","topGap-70":"universal-modal__topGap-70_xg4fm","bottomGap-70":"universal-modal__bottomGap-70_xg4fm","topGap-71":"universal-modal__topGap-71_xg4fm","bottomGap-71":"universal-modal__bottomGap-71_xg4fm","topGap-72":"universal-modal__topGap-72_xg4fm","bottomGap-72":"universal-modal__bottomGap-72_xg4fm","topGap-73":"universal-modal__topGap-73_xg4fm","bottomGap-73":"universal-modal__bottomGap-73_xg4fm","topGap-74":"universal-modal__topGap-74_xg4fm","bottomGap-74":"universal-modal__bottomGap-74_xg4fm","topGap-75":"universal-modal__topGap-75_xg4fm","bottomGap-75":"universal-modal__bottomGap-75_xg4fm","topGap-76":"universal-modal__topGap-76_xg4fm","bottomGap-76":"universal-modal__bottomGap-76_xg4fm","topGap-77":"universal-modal__topGap-77_xg4fm","bottomGap-77":"universal-modal__bottomGap-77_xg4fm","topGap-78":"universal-modal__topGap-78_xg4fm","bottomGap-78":"universal-modal__bottomGap-78_xg4fm","topGap-79":"universal-modal__topGap-79_xg4fm","bottomGap-79":"universal-modal__bottomGap-79_xg4fm","topGap-80":"universal-modal__topGap-80_xg4fm","bottomGap-80":"universal-modal__bottomGap-80_xg4fm","topGap-81":"universal-modal__topGap-81_xg4fm","bottomGap-81":"universal-modal__bottomGap-81_xg4fm","topGap-82":"universal-modal__topGap-82_xg4fm","bottomGap-82":"universal-modal__bottomGap-82_xg4fm","topGap-83":"universal-modal__topGap-83_xg4fm","bottomGap-83":"universal-modal__bottomGap-83_xg4fm","topGap-84":"universal-modal__topGap-84_xg4fm","bottomGap-84":"universal-modal__bottomGap-84_xg4fm","topGap-85":"universal-modal__topGap-85_xg4fm","bottomGap-85":"universal-modal__bottomGap-85_xg4fm","topGap-86":"universal-modal__topGap-86_xg4fm","bottomGap-86":"universal-modal__bottomGap-86_xg4fm","topGap-87":"universal-modal__topGap-87_xg4fm","bottomGap-87":"universal-modal__bottomGap-87_xg4fm","topGap-88":"universal-modal__topGap-88_xg4fm","bottomGap-88":"universal-modal__bottomGap-88_xg4fm","topGap-89":"universal-modal__topGap-89_xg4fm","bottomGap-89":"universal-modal__bottomGap-89_xg4fm","topGap-90":"universal-modal__topGap-90_xg4fm","bottomGap-90":"universal-modal__bottomGap-90_xg4fm","topGap-91":"universal-modal__topGap-91_xg4fm","bottomGap-91":"universal-modal__bottomGap-91_xg4fm","topGap-92":"universal-modal__topGap-92_xg4fm","bottomGap-92":"universal-modal__bottomGap-92_xg4fm","topGap-93":"universal-modal__topGap-93_xg4fm","bottomGap-93":"universal-modal__bottomGap-93_xg4fm","topGap-94":"universal-modal__topGap-94_xg4fm","bottomGap-94":"universal-modal__bottomGap-94_xg4fm","topGap-95":"universal-modal__topGap-95_xg4fm","bottomGap-95":"universal-modal__bottomGap-95_xg4fm","topGap-96":"universal-modal__topGap-96_xg4fm","bottomGap-96":"universal-modal__bottomGap-96_xg4fm","topGap-97":"universal-modal__topGap-97_xg4fm","bottomGap-97":"universal-modal__bottomGap-97_xg4fm","topGap-98":"universal-modal__topGap-98_xg4fm","bottomGap-98":"universal-modal__bottomGap-98_xg4fm","topGap-99":"universal-modal__topGap-99_xg4fm","bottomGap-99":"universal-modal__bottomGap-99_xg4fm","topGap-100":"universal-modal__topGap-100_xg4fm","bottomGap-100":"universal-modal__bottomGap-100_xg4fm","topGap-101":"universal-modal__topGap-101_xg4fm","bottomGap-101":"universal-modal__bottomGap-101_xg4fm","topGap-102":"universal-modal__topGap-102_xg4fm","bottomGap-102":"universal-modal__bottomGap-102_xg4fm","topGap-103":"universal-modal__topGap-103_xg4fm","bottomGap-103":"universal-modal__bottomGap-103_xg4fm","topGap-104":"universal-modal__topGap-104_xg4fm","bottomGap-104":"universal-modal__bottomGap-104_xg4fm","topGap-105":"universal-modal__topGap-105_xg4fm","bottomGap-105":"universal-modal__bottomGap-105_xg4fm","topGap-106":"universal-modal__topGap-106_xg4fm","bottomGap-106":"universal-modal__bottomGap-106_xg4fm","topGap-107":"universal-modal__topGap-107_xg4fm","bottomGap-107":"universal-modal__bottomGap-107_xg4fm","topGap-108":"universal-modal__topGap-108_xg4fm","bottomGap-108":"universal-modal__bottomGap-108_xg4fm","topGap-109":"universal-modal__topGap-109_xg4fm","bottomGap-109":"universal-modal__bottomGap-109_xg4fm","topGap-110":"universal-modal__topGap-110_xg4fm","bottomGap-110":"universal-modal__bottomGap-110_xg4fm","topGap-111":"universal-modal__topGap-111_xg4fm","bottomGap-111":"universal-modal__bottomGap-111_xg4fm","topGap-112":"universal-modal__topGap-112_xg4fm","bottomGap-112":"universal-modal__bottomGap-112_xg4fm","topGap-113":"universal-modal__topGap-113_xg4fm","bottomGap-113":"universal-modal__bottomGap-113_xg4fm","topGap-114":"universal-modal__topGap-114_xg4fm","bottomGap-114":"universal-modal__bottomGap-114_xg4fm","topGap-115":"universal-modal__topGap-115_xg4fm","bottomGap-115":"universal-modal__bottomGap-115_xg4fm","topGap-116":"universal-modal__topGap-116_xg4fm","bottomGap-116":"universal-modal__bottomGap-116_xg4fm","topGap-117":"universal-modal__topGap-117_xg4fm","bottomGap-117":"universal-modal__bottomGap-117_xg4fm","topGap-118":"universal-modal__topGap-118_xg4fm","bottomGap-118":"universal-modal__bottomGap-118_xg4fm","topGap-119":"universal-modal__topGap-119_xg4fm","bottomGap-119":"universal-modal__bottomGap-119_xg4fm","topGap-120":"universal-modal__topGap-120_xg4fm","bottomGap-120":"universal-modal__bottomGap-120_xg4fm","topGap-121":"universal-modal__topGap-121_xg4fm","bottomGap-121":"universal-modal__bottomGap-121_xg4fm","topGap-122":"universal-modal__topGap-122_xg4fm","bottomGap-122":"universal-modal__bottomGap-122_xg4fm","topGap-123":"universal-modal__topGap-123_xg4fm","bottomGap-123":"universal-modal__bottomGap-123_xg4fm","topGap-124":"universal-modal__topGap-124_xg4fm","bottomGap-124":"universal-modal__bottomGap-124_xg4fm","topGap-125":"universal-modal__topGap-125_xg4fm","bottomGap-125":"universal-modal__bottomGap-125_xg4fm","topGap-126":"universal-modal__topGap-126_xg4fm","bottomGap-126":"universal-modal__bottomGap-126_xg4fm","topGap-127":"universal-modal__topGap-127_xg4fm","bottomGap-127":"universal-modal__bottomGap-127_xg4fm","topGap-128":"universal-modal__topGap-128_xg4fm","bottomGap-128":"universal-modal__bottomGap-128_xg4fm","marginTop-0":"universal-modal__marginTop-0_xg4fm","marginTop-1":"universal-modal__marginTop-1_xg4fm","marginTop-2":"universal-modal__marginTop-2_xg4fm","marginTop-3":"universal-modal__marginTop-3_xg4fm","marginTop-4":"universal-modal__marginTop-4_xg4fm","marginTop-5":"universal-modal__marginTop-5_xg4fm","marginTop-6":"universal-modal__marginTop-6_xg4fm","marginTop-7":"universal-modal__marginTop-7_xg4fm","marginTop-8":"universal-modal__marginTop-8_xg4fm","marginTop-9":"universal-modal__marginTop-9_xg4fm","marginTop-10":"universal-modal__marginTop-10_xg4fm","marginTop-11":"universal-modal__marginTop-11_xg4fm","marginTop-12":"universal-modal__marginTop-12_xg4fm","marginTop-13":"universal-modal__marginTop-13_xg4fm","marginTop-14":"universal-modal__marginTop-14_xg4fm","marginTop-15":"universal-modal__marginTop-15_xg4fm","marginTop-16":"universal-modal__marginTop-16_xg4fm","marginTop-17":"universal-modal__marginTop-17_xg4fm","marginTop-18":"universal-modal__marginTop-18_xg4fm","marginTop-19":"universal-modal__marginTop-19_xg4fm","marginTop-20":"universal-modal__marginTop-20_xg4fm","marginTop-21":"universal-modal__marginTop-21_xg4fm","marginTop-22":"universal-modal__marginTop-22_xg4fm","marginTop-23":"universal-modal__marginTop-23_xg4fm","marginTop-24":"universal-modal__marginTop-24_xg4fm","marginTop-25":"universal-modal__marginTop-25_xg4fm","marginTop-26":"universal-modal__marginTop-26_xg4fm","marginTop-27":"universal-modal__marginTop-27_xg4fm","marginTop-28":"universal-modal__marginTop-28_xg4fm","marginTop-29":"universal-modal__marginTop-29_xg4fm","marginTop-30":"universal-modal__marginTop-30_xg4fm","marginTop-31":"universal-modal__marginTop-31_xg4fm","marginTop-32":"universal-modal__marginTop-32_xg4fm","marginTop-33":"universal-modal__marginTop-33_xg4fm","marginTop-34":"universal-modal__marginTop-34_xg4fm","marginTop-35":"universal-modal__marginTop-35_xg4fm","marginTop-36":"universal-modal__marginTop-36_xg4fm","marginTop-37":"universal-modal__marginTop-37_xg4fm","marginTop-38":"universal-modal__marginTop-38_xg4fm","marginTop-39":"universal-modal__marginTop-39_xg4fm","marginTop-40":"universal-modal__marginTop-40_xg4fm","marginTop-41":"universal-modal__marginTop-41_xg4fm","marginTop-42":"universal-modal__marginTop-42_xg4fm","marginTop-43":"universal-modal__marginTop-43_xg4fm","marginTop-44":"universal-modal__marginTop-44_xg4fm","marginTop-45":"universal-modal__marginTop-45_xg4fm","marginTop-46":"universal-modal__marginTop-46_xg4fm","marginTop-47":"universal-modal__marginTop-47_xg4fm","marginTop-48":"universal-modal__marginTop-48_xg4fm","marginTop-49":"universal-modal__marginTop-49_xg4fm","marginTop-50":"universal-modal__marginTop-50_xg4fm","marginTop-51":"universal-modal__marginTop-51_xg4fm","marginTop-52":"universal-modal__marginTop-52_xg4fm","marginTop-53":"universal-modal__marginTop-53_xg4fm","marginTop-54":"universal-modal__marginTop-54_xg4fm","marginTop-55":"universal-modal__marginTop-55_xg4fm","marginTop-56":"universal-modal__marginTop-56_xg4fm","marginTop-57":"universal-modal__marginTop-57_xg4fm","marginTop-58":"universal-modal__marginTop-58_xg4fm","marginTop-59":"universal-modal__marginTop-59_xg4fm","marginTop-60":"universal-modal__marginTop-60_xg4fm","marginTop-61":"universal-modal__marginTop-61_xg4fm","marginTop-62":"universal-modal__marginTop-62_xg4fm","marginTop-63":"universal-modal__marginTop-63_xg4fm","marginTop-64":"universal-modal__marginTop-64_xg4fm","marginTop-65":"universal-modal__marginTop-65_xg4fm","marginTop-66":"universal-modal__marginTop-66_xg4fm","marginTop-67":"universal-modal__marginTop-67_xg4fm","marginTop-68":"universal-modal__marginTop-68_xg4fm","marginTop-69":"universal-modal__marginTop-69_xg4fm","marginTop-70":"universal-modal__marginTop-70_xg4fm","marginTop-71":"universal-modal__marginTop-71_xg4fm","marginTop-72":"universal-modal__marginTop-72_xg4fm","marginTop-73":"universal-modal__marginTop-73_xg4fm","marginTop-74":"universal-modal__marginTop-74_xg4fm","marginTop-75":"universal-modal__marginTop-75_xg4fm","marginTop-76":"universal-modal__marginTop-76_xg4fm","marginTop-77":"universal-modal__marginTop-77_xg4fm","marginTop-78":"universal-modal__marginTop-78_xg4fm","marginTop-79":"universal-modal__marginTop-79_xg4fm","marginTop-80":"universal-modal__marginTop-80_xg4fm","marginTop-81":"universal-modal__marginTop-81_xg4fm","marginTop-82":"universal-modal__marginTop-82_xg4fm","marginTop-83":"universal-modal__marginTop-83_xg4fm","marginTop-84":"universal-modal__marginTop-84_xg4fm","marginTop-85":"universal-modal__marginTop-85_xg4fm","marginTop-86":"universal-modal__marginTop-86_xg4fm","marginTop-87":"universal-modal__marginTop-87_xg4fm","marginTop-88":"universal-modal__marginTop-88_xg4fm","marginTop-89":"universal-modal__marginTop-89_xg4fm","marginTop-90":"universal-modal__marginTop-90_xg4fm","marginTop-91":"universal-modal__marginTop-91_xg4fm","marginTop-92":"universal-modal__marginTop-92_xg4fm","marginTop-93":"universal-modal__marginTop-93_xg4fm","marginTop-94":"universal-modal__marginTop-94_xg4fm","marginTop-95":"universal-modal__marginTop-95_xg4fm","marginTop-96":"universal-modal__marginTop-96_xg4fm","marginTop-97":"universal-modal__marginTop-97_xg4fm","marginTop-98":"universal-modal__marginTop-98_xg4fm","marginTop-99":"universal-modal__marginTop-99_xg4fm","marginTop-100":"universal-modal__marginTop-100_xg4fm","marginTop-101":"universal-modal__marginTop-101_xg4fm","marginTop-102":"universal-modal__marginTop-102_xg4fm","marginTop-103":"universal-modal__marginTop-103_xg4fm","marginTop-104":"universal-modal__marginTop-104_xg4fm","marginTop-105":"universal-modal__marginTop-105_xg4fm","marginTop-106":"universal-modal__marginTop-106_xg4fm","marginTop-107":"universal-modal__marginTop-107_xg4fm","marginTop-108":"universal-modal__marginTop-108_xg4fm","marginTop-109":"universal-modal__marginTop-109_xg4fm","marginTop-110":"universal-modal__marginTop-110_xg4fm","marginTop-111":"universal-modal__marginTop-111_xg4fm","marginTop-112":"universal-modal__marginTop-112_xg4fm","marginTop-113":"universal-modal__marginTop-113_xg4fm","marginTop-114":"universal-modal__marginTop-114_xg4fm","marginTop-115":"universal-modal__marginTop-115_xg4fm","marginTop-116":"universal-modal__marginTop-116_xg4fm","marginTop-117":"universal-modal__marginTop-117_xg4fm","marginTop-118":"universal-modal__marginTop-118_xg4fm","marginTop-119":"universal-modal__marginTop-119_xg4fm","marginTop-120":"universal-modal__marginTop-120_xg4fm","marginTop-121":"universal-modal__marginTop-121_xg4fm","marginTop-122":"universal-modal__marginTop-122_xg4fm","marginTop-123":"universal-modal__marginTop-123_xg4fm","marginTop-124":"universal-modal__marginTop-124_xg4fm","marginTop-125":"universal-modal__marginTop-125_xg4fm","marginTop-126":"universal-modal__marginTop-126_xg4fm","marginTop-127":"universal-modal__marginTop-127_xg4fm","marginTop-128":"universal-modal__marginTop-128_xg4fm","marginRight-0":"universal-modal__marginRight-0_xg4fm","marginRight-1":"universal-modal__marginRight-1_xg4fm","marginRight-2":"universal-modal__marginRight-2_xg4fm","marginRight-3":"universal-modal__marginRight-3_xg4fm","marginRight-4":"universal-modal__marginRight-4_xg4fm","marginRight-5":"universal-modal__marginRight-5_xg4fm","marginRight-6":"universal-modal__marginRight-6_xg4fm","marginRight-7":"universal-modal__marginRight-7_xg4fm","marginRight-8":"universal-modal__marginRight-8_xg4fm","marginRight-9":"universal-modal__marginRight-9_xg4fm","marginRight-10":"universal-modal__marginRight-10_xg4fm","marginRight-11":"universal-modal__marginRight-11_xg4fm","marginRight-12":"universal-modal__marginRight-12_xg4fm","marginRight-13":"universal-modal__marginRight-13_xg4fm","marginRight-14":"universal-modal__marginRight-14_xg4fm","marginRight-15":"universal-modal__marginRight-15_xg4fm","marginRight-16":"universal-modal__marginRight-16_xg4fm","marginRight-17":"universal-modal__marginRight-17_xg4fm","marginRight-18":"universal-modal__marginRight-18_xg4fm","marginRight-19":"universal-modal__marginRight-19_xg4fm","marginRight-20":"universal-modal__marginRight-20_xg4fm","marginRight-21":"universal-modal__marginRight-21_xg4fm","marginRight-22":"universal-modal__marginRight-22_xg4fm","marginRight-23":"universal-modal__marginRight-23_xg4fm","marginRight-24":"universal-modal__marginRight-24_xg4fm","marginRight-25":"universal-modal__marginRight-25_xg4fm","marginRight-26":"universal-modal__marginRight-26_xg4fm","marginRight-27":"universal-modal__marginRight-27_xg4fm","marginRight-28":"universal-modal__marginRight-28_xg4fm","marginRight-29":"universal-modal__marginRight-29_xg4fm","marginRight-30":"universal-modal__marginRight-30_xg4fm","marginRight-31":"universal-modal__marginRight-31_xg4fm","marginRight-32":"universal-modal__marginRight-32_xg4fm","marginRight-33":"universal-modal__marginRight-33_xg4fm","marginRight-34":"universal-modal__marginRight-34_xg4fm","marginRight-35":"universal-modal__marginRight-35_xg4fm","marginRight-36":"universal-modal__marginRight-36_xg4fm","marginRight-37":"universal-modal__marginRight-37_xg4fm","marginRight-38":"universal-modal__marginRight-38_xg4fm","marginRight-39":"universal-modal__marginRight-39_xg4fm","marginRight-40":"universal-modal__marginRight-40_xg4fm","marginRight-41":"universal-modal__marginRight-41_xg4fm","marginRight-42":"universal-modal__marginRight-42_xg4fm","marginRight-43":"universal-modal__marginRight-43_xg4fm","marginRight-44":"universal-modal__marginRight-44_xg4fm","marginRight-45":"universal-modal__marginRight-45_xg4fm","marginRight-46":"universal-modal__marginRight-46_xg4fm","marginRight-47":"universal-modal__marginRight-47_xg4fm","marginRight-48":"universal-modal__marginRight-48_xg4fm","marginRight-49":"universal-modal__marginRight-49_xg4fm","marginRight-50":"universal-modal__marginRight-50_xg4fm","marginRight-51":"universal-modal__marginRight-51_xg4fm","marginRight-52":"universal-modal__marginRight-52_xg4fm","marginRight-53":"universal-modal__marginRight-53_xg4fm","marginRight-54":"universal-modal__marginRight-54_xg4fm","marginRight-55":"universal-modal__marginRight-55_xg4fm","marginRight-56":"universal-modal__marginRight-56_xg4fm","marginRight-57":"universal-modal__marginRight-57_xg4fm","marginRight-58":"universal-modal__marginRight-58_xg4fm","marginRight-59":"universal-modal__marginRight-59_xg4fm","marginRight-60":"universal-modal__marginRight-60_xg4fm","marginRight-61":"universal-modal__marginRight-61_xg4fm","marginRight-62":"universal-modal__marginRight-62_xg4fm","marginRight-63":"universal-modal__marginRight-63_xg4fm","marginRight-64":"universal-modal__marginRight-64_xg4fm","marginRight-65":"universal-modal__marginRight-65_xg4fm","marginRight-66":"universal-modal__marginRight-66_xg4fm","marginRight-67":"universal-modal__marginRight-67_xg4fm","marginRight-68":"universal-modal__marginRight-68_xg4fm","marginRight-69":"universal-modal__marginRight-69_xg4fm","marginRight-70":"universal-modal__marginRight-70_xg4fm","marginRight-71":"universal-modal__marginRight-71_xg4fm","marginRight-72":"universal-modal__marginRight-72_xg4fm","marginRight-73":"universal-modal__marginRight-73_xg4fm","marginRight-74":"universal-modal__marginRight-74_xg4fm","marginRight-75":"universal-modal__marginRight-75_xg4fm","marginRight-76":"universal-modal__marginRight-76_xg4fm","marginRight-77":"universal-modal__marginRight-77_xg4fm","marginRight-78":"universal-modal__marginRight-78_xg4fm","marginRight-79":"universal-modal__marginRight-79_xg4fm","marginRight-80":"universal-modal__marginRight-80_xg4fm","marginRight-81":"universal-modal__marginRight-81_xg4fm","marginRight-82":"universal-modal__marginRight-82_xg4fm","marginRight-83":"universal-modal__marginRight-83_xg4fm","marginRight-84":"universal-modal__marginRight-84_xg4fm","marginRight-85":"universal-modal__marginRight-85_xg4fm","marginRight-86":"universal-modal__marginRight-86_xg4fm","marginRight-87":"universal-modal__marginRight-87_xg4fm","marginRight-88":"universal-modal__marginRight-88_xg4fm","marginRight-89":"universal-modal__marginRight-89_xg4fm","marginRight-90":"universal-modal__marginRight-90_xg4fm","marginRight-91":"universal-modal__marginRight-91_xg4fm","marginRight-92":"universal-modal__marginRight-92_xg4fm","marginRight-93":"universal-modal__marginRight-93_xg4fm","marginRight-94":"universal-modal__marginRight-94_xg4fm","marginRight-95":"universal-modal__marginRight-95_xg4fm","marginRight-96":"universal-modal__marginRight-96_xg4fm","marginRight-97":"universal-modal__marginRight-97_xg4fm","marginRight-98":"universal-modal__marginRight-98_xg4fm","marginRight-99":"universal-modal__marginRight-99_xg4fm","marginRight-100":"universal-modal__marginRight-100_xg4fm","marginRight-101":"universal-modal__marginRight-101_xg4fm","marginRight-102":"universal-modal__marginRight-102_xg4fm","marginRight-103":"universal-modal__marginRight-103_xg4fm","marginRight-104":"universal-modal__marginRight-104_xg4fm","marginRight-105":"universal-modal__marginRight-105_xg4fm","marginRight-106":"universal-modal__marginRight-106_xg4fm","marginRight-107":"universal-modal__marginRight-107_xg4fm","marginRight-108":"universal-modal__marginRight-108_xg4fm","marginRight-109":"universal-modal__marginRight-109_xg4fm","marginRight-110":"universal-modal__marginRight-110_xg4fm","marginRight-111":"universal-modal__marginRight-111_xg4fm","marginRight-112":"universal-modal__marginRight-112_xg4fm","marginRight-113":"universal-modal__marginRight-113_xg4fm","marginRight-114":"universal-modal__marginRight-114_xg4fm","marginRight-115":"universal-modal__marginRight-115_xg4fm","marginRight-116":"universal-modal__marginRight-116_xg4fm","marginRight-117":"universal-modal__marginRight-117_xg4fm","marginRight-118":"universal-modal__marginRight-118_xg4fm","marginRight-119":"universal-modal__marginRight-119_xg4fm","marginRight-120":"universal-modal__marginRight-120_xg4fm","marginRight-121":"universal-modal__marginRight-121_xg4fm","marginRight-122":"universal-modal__marginRight-122_xg4fm","marginRight-123":"universal-modal__marginRight-123_xg4fm","marginRight-124":"universal-modal__marginRight-124_xg4fm","marginRight-125":"universal-modal__marginRight-125_xg4fm","marginRight-126":"universal-modal__marginRight-126_xg4fm","marginRight-127":"universal-modal__marginRight-127_xg4fm","marginRight-128":"universal-modal__marginRight-128_xg4fm","marginBottom-0":"universal-modal__marginBottom-0_xg4fm","marginBottom-1":"universal-modal__marginBottom-1_xg4fm","marginBottom-2":"universal-modal__marginBottom-2_xg4fm","marginBottom-3":"universal-modal__marginBottom-3_xg4fm","marginBottom-4":"universal-modal__marginBottom-4_xg4fm","marginBottom-5":"universal-modal__marginBottom-5_xg4fm","marginBottom-6":"universal-modal__marginBottom-6_xg4fm","marginBottom-7":"universal-modal__marginBottom-7_xg4fm","marginBottom-8":"universal-modal__marginBottom-8_xg4fm","marginBottom-9":"universal-modal__marginBottom-9_xg4fm","marginBottom-10":"universal-modal__marginBottom-10_xg4fm","marginBottom-11":"universal-modal__marginBottom-11_xg4fm","marginBottom-12":"universal-modal__marginBottom-12_xg4fm","marginBottom-13":"universal-modal__marginBottom-13_xg4fm","marginBottom-14":"universal-modal__marginBottom-14_xg4fm","marginBottom-15":"universal-modal__marginBottom-15_xg4fm","marginBottom-16":"universal-modal__marginBottom-16_xg4fm","marginBottom-17":"universal-modal__marginBottom-17_xg4fm","marginBottom-18":"universal-modal__marginBottom-18_xg4fm","marginBottom-19":"universal-modal__marginBottom-19_xg4fm","marginBottom-20":"universal-modal__marginBottom-20_xg4fm","marginBottom-21":"universal-modal__marginBottom-21_xg4fm","marginBottom-22":"universal-modal__marginBottom-22_xg4fm","marginBottom-23":"universal-modal__marginBottom-23_xg4fm","marginBottom-24":"universal-modal__marginBottom-24_xg4fm","marginBottom-25":"universal-modal__marginBottom-25_xg4fm","marginBottom-26":"universal-modal__marginBottom-26_xg4fm","marginBottom-27":"universal-modal__marginBottom-27_xg4fm","marginBottom-28":"universal-modal__marginBottom-28_xg4fm","marginBottom-29":"universal-modal__marginBottom-29_xg4fm","marginBottom-30":"universal-modal__marginBottom-30_xg4fm","marginBottom-31":"universal-modal__marginBottom-31_xg4fm","marginBottom-32":"universal-modal__marginBottom-32_xg4fm","marginBottom-33":"universal-modal__marginBottom-33_xg4fm","marginBottom-34":"universal-modal__marginBottom-34_xg4fm","marginBottom-35":"universal-modal__marginBottom-35_xg4fm","marginBottom-36":"universal-modal__marginBottom-36_xg4fm","marginBottom-37":"universal-modal__marginBottom-37_xg4fm","marginBottom-38":"universal-modal__marginBottom-38_xg4fm","marginBottom-39":"universal-modal__marginBottom-39_xg4fm","marginBottom-40":"universal-modal__marginBottom-40_xg4fm","marginBottom-41":"universal-modal__marginBottom-41_xg4fm","marginBottom-42":"universal-modal__marginBottom-42_xg4fm","marginBottom-43":"universal-modal__marginBottom-43_xg4fm","marginBottom-44":"universal-modal__marginBottom-44_xg4fm","marginBottom-45":"universal-modal__marginBottom-45_xg4fm","marginBottom-46":"universal-modal__marginBottom-46_xg4fm","marginBottom-47":"universal-modal__marginBottom-47_xg4fm","marginBottom-48":"universal-modal__marginBottom-48_xg4fm","marginBottom-49":"universal-modal__marginBottom-49_xg4fm","marginBottom-50":"universal-modal__marginBottom-50_xg4fm","marginBottom-51":"universal-modal__marginBottom-51_xg4fm","marginBottom-52":"universal-modal__marginBottom-52_xg4fm","marginBottom-53":"universal-modal__marginBottom-53_xg4fm","marginBottom-54":"universal-modal__marginBottom-54_xg4fm","marginBottom-55":"universal-modal__marginBottom-55_xg4fm","marginBottom-56":"universal-modal__marginBottom-56_xg4fm","marginBottom-57":"universal-modal__marginBottom-57_xg4fm","marginBottom-58":"universal-modal__marginBottom-58_xg4fm","marginBottom-59":"universal-modal__marginBottom-59_xg4fm","marginBottom-60":"universal-modal__marginBottom-60_xg4fm","marginBottom-61":"universal-modal__marginBottom-61_xg4fm","marginBottom-62":"universal-modal__marginBottom-62_xg4fm","marginBottom-63":"universal-modal__marginBottom-63_xg4fm","marginBottom-64":"universal-modal__marginBottom-64_xg4fm","marginBottom-65":"universal-modal__marginBottom-65_xg4fm","marginBottom-66":"universal-modal__marginBottom-66_xg4fm","marginBottom-67":"universal-modal__marginBottom-67_xg4fm","marginBottom-68":"universal-modal__marginBottom-68_xg4fm","marginBottom-69":"universal-modal__marginBottom-69_xg4fm","marginBottom-70":"universal-modal__marginBottom-70_xg4fm","marginBottom-71":"universal-modal__marginBottom-71_xg4fm","marginBottom-72":"universal-modal__marginBottom-72_xg4fm","marginBottom-73":"universal-modal__marginBottom-73_xg4fm","marginBottom-74":"universal-modal__marginBottom-74_xg4fm","marginBottom-75":"universal-modal__marginBottom-75_xg4fm","marginBottom-76":"universal-modal__marginBottom-76_xg4fm","marginBottom-77":"universal-modal__marginBottom-77_xg4fm","marginBottom-78":"universal-modal__marginBottom-78_xg4fm","marginBottom-79":"universal-modal__marginBottom-79_xg4fm","marginBottom-80":"universal-modal__marginBottom-80_xg4fm","marginBottom-81":"universal-modal__marginBottom-81_xg4fm","marginBottom-82":"universal-modal__marginBottom-82_xg4fm","marginBottom-83":"universal-modal__marginBottom-83_xg4fm","marginBottom-84":"universal-modal__marginBottom-84_xg4fm","marginBottom-85":"universal-modal__marginBottom-85_xg4fm","marginBottom-86":"universal-modal__marginBottom-86_xg4fm","marginBottom-87":"universal-modal__marginBottom-87_xg4fm","marginBottom-88":"universal-modal__marginBottom-88_xg4fm","marginBottom-89":"universal-modal__marginBottom-89_xg4fm","marginBottom-90":"universal-modal__marginBottom-90_xg4fm","marginBottom-91":"universal-modal__marginBottom-91_xg4fm","marginBottom-92":"universal-modal__marginBottom-92_xg4fm","marginBottom-93":"universal-modal__marginBottom-93_xg4fm","marginBottom-94":"universal-modal__marginBottom-94_xg4fm","marginBottom-95":"universal-modal__marginBottom-95_xg4fm","marginBottom-96":"universal-modal__marginBottom-96_xg4fm","marginBottom-97":"universal-modal__marginBottom-97_xg4fm","marginBottom-98":"universal-modal__marginBottom-98_xg4fm","marginBottom-99":"universal-modal__marginBottom-99_xg4fm","marginBottom-100":"universal-modal__marginBottom-100_xg4fm","marginBottom-101":"universal-modal__marginBottom-101_xg4fm","marginBottom-102":"universal-modal__marginBottom-102_xg4fm","marginBottom-103":"universal-modal__marginBottom-103_xg4fm","marginBottom-104":"universal-modal__marginBottom-104_xg4fm","marginBottom-105":"universal-modal__marginBottom-105_xg4fm","marginBottom-106":"universal-modal__marginBottom-106_xg4fm","marginBottom-107":"universal-modal__marginBottom-107_xg4fm","marginBottom-108":"universal-modal__marginBottom-108_xg4fm","marginBottom-109":"universal-modal__marginBottom-109_xg4fm","marginBottom-110":"universal-modal__marginBottom-110_xg4fm","marginBottom-111":"universal-modal__marginBottom-111_xg4fm","marginBottom-112":"universal-modal__marginBottom-112_xg4fm","marginBottom-113":"universal-modal__marginBottom-113_xg4fm","marginBottom-114":"universal-modal__marginBottom-114_xg4fm","marginBottom-115":"universal-modal__marginBottom-115_xg4fm","marginBottom-116":"universal-modal__marginBottom-116_xg4fm","marginBottom-117":"universal-modal__marginBottom-117_xg4fm","marginBottom-118":"universal-modal__marginBottom-118_xg4fm","marginBottom-119":"universal-modal__marginBottom-119_xg4fm","marginBottom-120":"universal-modal__marginBottom-120_xg4fm","marginBottom-121":"universal-modal__marginBottom-121_xg4fm","marginBottom-122":"universal-modal__marginBottom-122_xg4fm","marginBottom-123":"universal-modal__marginBottom-123_xg4fm","marginBottom-124":"universal-modal__marginBottom-124_xg4fm","marginBottom-125":"universal-modal__marginBottom-125_xg4fm","marginBottom-126":"universal-modal__marginBottom-126_xg4fm","marginBottom-127":"universal-modal__marginBottom-127_xg4fm","marginBottom-128":"universal-modal__marginBottom-128_xg4fm","marginLeft-0":"universal-modal__marginLeft-0_xg4fm","marginLeft-1":"universal-modal__marginLeft-1_xg4fm","marginLeft-2":"universal-modal__marginLeft-2_xg4fm","marginLeft-3":"universal-modal__marginLeft-3_xg4fm","marginLeft-4":"universal-modal__marginLeft-4_xg4fm","marginLeft-5":"universal-modal__marginLeft-5_xg4fm","marginLeft-6":"universal-modal__marginLeft-6_xg4fm","marginLeft-7":"universal-modal__marginLeft-7_xg4fm","marginLeft-8":"universal-modal__marginLeft-8_xg4fm","marginLeft-9":"universal-modal__marginLeft-9_xg4fm","marginLeft-10":"universal-modal__marginLeft-10_xg4fm","marginLeft-11":"universal-modal__marginLeft-11_xg4fm","marginLeft-12":"universal-modal__marginLeft-12_xg4fm","marginLeft-13":"universal-modal__marginLeft-13_xg4fm","marginLeft-14":"universal-modal__marginLeft-14_xg4fm","marginLeft-15":"universal-modal__marginLeft-15_xg4fm","marginLeft-16":"universal-modal__marginLeft-16_xg4fm","marginLeft-17":"universal-modal__marginLeft-17_xg4fm","marginLeft-18":"universal-modal__marginLeft-18_xg4fm","marginLeft-19":"universal-modal__marginLeft-19_xg4fm","marginLeft-20":"universal-modal__marginLeft-20_xg4fm","marginLeft-21":"universal-modal__marginLeft-21_xg4fm","marginLeft-22":"universal-modal__marginLeft-22_xg4fm","marginLeft-23":"universal-modal__marginLeft-23_xg4fm","marginLeft-24":"universal-modal__marginLeft-24_xg4fm","marginLeft-25":"universal-modal__marginLeft-25_xg4fm","marginLeft-26":"universal-modal__marginLeft-26_xg4fm","marginLeft-27":"universal-modal__marginLeft-27_xg4fm","marginLeft-28":"universal-modal__marginLeft-28_xg4fm","marginLeft-29":"universal-modal__marginLeft-29_xg4fm","marginLeft-30":"universal-modal__marginLeft-30_xg4fm","marginLeft-31":"universal-modal__marginLeft-31_xg4fm","marginLeft-32":"universal-modal__marginLeft-32_xg4fm","marginLeft-33":"universal-modal__marginLeft-33_xg4fm","marginLeft-34":"universal-modal__marginLeft-34_xg4fm","marginLeft-35":"universal-modal__marginLeft-35_xg4fm","marginLeft-36":"universal-modal__marginLeft-36_xg4fm","marginLeft-37":"universal-modal__marginLeft-37_xg4fm","marginLeft-38":"universal-modal__marginLeft-38_xg4fm","marginLeft-39":"universal-modal__marginLeft-39_xg4fm","marginLeft-40":"universal-modal__marginLeft-40_xg4fm","marginLeft-41":"universal-modal__marginLeft-41_xg4fm","marginLeft-42":"universal-modal__marginLeft-42_xg4fm","marginLeft-43":"universal-modal__marginLeft-43_xg4fm","marginLeft-44":"universal-modal__marginLeft-44_xg4fm","marginLeft-45":"universal-modal__marginLeft-45_xg4fm","marginLeft-46":"universal-modal__marginLeft-46_xg4fm","marginLeft-47":"universal-modal__marginLeft-47_xg4fm","marginLeft-48":"universal-modal__marginLeft-48_xg4fm","marginLeft-49":"universal-modal__marginLeft-49_xg4fm","marginLeft-50":"universal-modal__marginLeft-50_xg4fm","marginLeft-51":"universal-modal__marginLeft-51_xg4fm","marginLeft-52":"universal-modal__marginLeft-52_xg4fm","marginLeft-53":"universal-modal__marginLeft-53_xg4fm","marginLeft-54":"universal-modal__marginLeft-54_xg4fm","marginLeft-55":"universal-modal__marginLeft-55_xg4fm","marginLeft-56":"universal-modal__marginLeft-56_xg4fm","marginLeft-57":"universal-modal__marginLeft-57_xg4fm","marginLeft-58":"universal-modal__marginLeft-58_xg4fm","marginLeft-59":"universal-modal__marginLeft-59_xg4fm","marginLeft-60":"universal-modal__marginLeft-60_xg4fm","marginLeft-61":"universal-modal__marginLeft-61_xg4fm","marginLeft-62":"universal-modal__marginLeft-62_xg4fm","marginLeft-63":"universal-modal__marginLeft-63_xg4fm","marginLeft-64":"universal-modal__marginLeft-64_xg4fm","marginLeft-65":"universal-modal__marginLeft-65_xg4fm","marginLeft-66":"universal-modal__marginLeft-66_xg4fm","marginLeft-67":"universal-modal__marginLeft-67_xg4fm","marginLeft-68":"universal-modal__marginLeft-68_xg4fm","marginLeft-69":"universal-modal__marginLeft-69_xg4fm","marginLeft-70":"universal-modal__marginLeft-70_xg4fm","marginLeft-71":"universal-modal__marginLeft-71_xg4fm","marginLeft-72":"universal-modal__marginLeft-72_xg4fm","marginLeft-73":"universal-modal__marginLeft-73_xg4fm","marginLeft-74":"universal-modal__marginLeft-74_xg4fm","marginLeft-75":"universal-modal__marginLeft-75_xg4fm","marginLeft-76":"universal-modal__marginLeft-76_xg4fm","marginLeft-77":"universal-modal__marginLeft-77_xg4fm","marginLeft-78":"universal-modal__marginLeft-78_xg4fm","marginLeft-79":"universal-modal__marginLeft-79_xg4fm","marginLeft-80":"universal-modal__marginLeft-80_xg4fm","marginLeft-81":"universal-modal__marginLeft-81_xg4fm","marginLeft-82":"universal-modal__marginLeft-82_xg4fm","marginLeft-83":"universal-modal__marginLeft-83_xg4fm","marginLeft-84":"universal-modal__marginLeft-84_xg4fm","marginLeft-85":"universal-modal__marginLeft-85_xg4fm","marginLeft-86":"universal-modal__marginLeft-86_xg4fm","marginLeft-87":"universal-modal__marginLeft-87_xg4fm","marginLeft-88":"universal-modal__marginLeft-88_xg4fm","marginLeft-89":"universal-modal__marginLeft-89_xg4fm","marginLeft-90":"universal-modal__marginLeft-90_xg4fm","marginLeft-91":"universal-modal__marginLeft-91_xg4fm","marginLeft-92":"universal-modal__marginLeft-92_xg4fm","marginLeft-93":"universal-modal__marginLeft-93_xg4fm","marginLeft-94":"universal-modal__marginLeft-94_xg4fm","marginLeft-95":"universal-modal__marginLeft-95_xg4fm","marginLeft-96":"universal-modal__marginLeft-96_xg4fm","marginLeft-97":"universal-modal__marginLeft-97_xg4fm","marginLeft-98":"universal-modal__marginLeft-98_xg4fm","marginLeft-99":"universal-modal__marginLeft-99_xg4fm","marginLeft-100":"universal-modal__marginLeft-100_xg4fm","marginLeft-101":"universal-modal__marginLeft-101_xg4fm","marginLeft-102":"universal-modal__marginLeft-102_xg4fm","marginLeft-103":"universal-modal__marginLeft-103_xg4fm","marginLeft-104":"universal-modal__marginLeft-104_xg4fm","marginLeft-105":"universal-modal__marginLeft-105_xg4fm","marginLeft-106":"universal-modal__marginLeft-106_xg4fm","marginLeft-107":"universal-modal__marginLeft-107_xg4fm","marginLeft-108":"universal-modal__marginLeft-108_xg4fm","marginLeft-109":"universal-modal__marginLeft-109_xg4fm","marginLeft-110":"universal-modal__marginLeft-110_xg4fm","marginLeft-111":"universal-modal__marginLeft-111_xg4fm","marginLeft-112":"universal-modal__marginLeft-112_xg4fm","marginLeft-113":"universal-modal__marginLeft-113_xg4fm","marginLeft-114":"universal-modal__marginLeft-114_xg4fm","marginLeft-115":"universal-modal__marginLeft-115_xg4fm","marginLeft-116":"universal-modal__marginLeft-116_xg4fm","marginLeft-117":"universal-modal__marginLeft-117_xg4fm","marginLeft-118":"universal-modal__marginLeft-118_xg4fm","marginLeft-119":"universal-modal__marginLeft-119_xg4fm","marginLeft-120":"universal-modal__marginLeft-120_xg4fm","marginLeft-121":"universal-modal__marginLeft-121_xg4fm","marginLeft-122":"universal-modal__marginLeft-122_xg4fm","marginLeft-123":"universal-modal__marginLeft-123_xg4fm","marginLeft-124":"universal-modal__marginLeft-124_xg4fm","marginLeft-125":"universal-modal__marginLeft-125_xg4fm","marginLeft-126":"universal-modal__marginLeft-126_xg4fm","marginLeft-127":"universal-modal__marginLeft-127_xg4fm","marginLeft-128":"universal-modal__marginLeft-128_xg4fm"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../../src/desktop/components/side-modal/index.module.css"],"sourcesContent":["@import './side-modal.module.css';\n@import '../../styles/common.module.css';\n@import '../../styles/margins.module.css';\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,SAAS,CAAC,gCAAgC,CAAC,mBAAmB,CAAC,0CAA0C,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,sBAAsB,CAAC,6CAA6C,CAAC,mBAAmB,CAAC,0CAA0C,CAAC,WAAW,CAAC,kCAAkC,CAAC,oBAAoB,CAAC,2CAA2C,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,oBAAoB,CAAC,2CAA2C,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../../src/desktop/components/side-modal/index.module.css"],"sourcesContent":["@import './side-modal.module.css';\n@import '../../styles/common.module.css';\n@import '../../styles/margins.module.css';\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,SAAS,CAAC,gCAAgC,CAAC,mBAAmB,CAAC,0CAA0C,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,sBAAsB,CAAC,6CAA6C,CAAC,mBAAmB,CAAC,0CAA0C,CAAC,WAAW,CAAC,kCAAkC,CAAC,oBAAoB,CAAC,2CAA2C,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,oBAAoB,CAAC,2CAA2C,CAAC,YAAY,CAAC,mCAAmC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC;;;;"}
|
|
@@ -20,14 +20,14 @@ const SideModal = forwardRef((props, ref) => {
|
|
|
20
20
|
});
|
|
21
21
|
const { isFullSizeModal, componentTransitions: fullSizeModalContentTransitions, backdropTransitions: fullSizeModalBackdropTransitions, } = getFullSizeModalTransitions({ verticalAlign, width, height });
|
|
22
22
|
const withoutOverlay = !overlay;
|
|
23
|
-
return (React.createElement(BaseModal, { ...restProps, open: open, dataTestId: dataTestId, ref: ref, componentRef: componentRef, contentElementRef: contentRef, scrollHandler: 'content',
|
|
23
|
+
return (React.createElement(BaseModal, { ...restProps, open: open, dataTestId: dataTestId, ref: ref, componentRef: componentRef, contentElementRef: contentRef, scrollHandler: 'content', scrollLock: overlay, wrapperClassName: cn(styles.wrapper, styles.baseModalContainer, {
|
|
24
24
|
[styles.wrapperAlignStart]: horizontalAlign === 'start',
|
|
25
25
|
[styles.wrapperAlignEnd]: horizontalAlign === 'end',
|
|
26
26
|
[styles.wrapperJustifyCenter]: verticalAlign === 'center',
|
|
27
27
|
[styles.wrapperJustifyEnd]: verticalAlign === 'bottom',
|
|
28
28
|
[styles.withoutOverlay]: withoutOverlay,
|
|
29
29
|
}), className: cn(styles.component, className, styles.baseModalComponent, {
|
|
30
|
-
...getMarginStyles({ styles, margin }),
|
|
30
|
+
...getMarginStyles({ styles, margin, height }),
|
|
31
31
|
}), contentClassName: styles.content, transitionProps: {
|
|
32
32
|
...getDefaultTransitionProps({
|
|
33
33
|
horizontalAlign,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"side-modal.js","sources":["../../../../src/desktop/components/side-modal/side-modal.tsx"],"sourcesContent":["import React, { forwardRef, useRef } from 'react';\nimport cn from 'classnames';\n\nimport { BaseModal } from '@alfalab/core-components-base-modal';\n\nimport { useScrollableContainerRef } from '../../hooks/use-scrollable-container-ref';\nimport { type UniversalModalDesktopProps } from '../../types/props';\nimport { getFullSizeModalTransitions } from '../../utils/get-full-size-modal-transitions';\nimport { getHeightStyle } from '../../utils/get-height-style';\nimport { getMarginStyles } from '../../utils/get-margin-styles';\nimport { getWidthStyle } from '../../utils/get-width-style';\nimport { ModalContent } from '../modal-content/modal-content';\n\nimport { getDefaultTransitionProps } from './get-default-transition-props';\n\nimport styles from './index.module.css';\n\nexport const SideModal = forwardRef<HTMLDivElement, UniversalModalDesktopProps>((props, ref) => {\n const {\n width = 500,\n height = 'fullHeight',\n horizontalAlign = 'center',\n verticalAlign = 'center',\n overlay = true,\n open,\n dataTestId,\n className,\n children,\n margin,\n scrollableContainerRef: scrollableContainerRefProp,\n onClose,\n ...restProps\n } = props;\n const componentRef = useRef<HTMLDivElement>(null);\n const contentRef = useRef<HTMLDivElement>(null);\n const { handleWheel, scrollableContainerRef } = useScrollableContainerRef({\n overlay,\n refObject: scrollableContainerRefProp,\n });\n\n const {\n isFullSizeModal,\n componentTransitions: fullSizeModalContentTransitions,\n backdropTransitions: fullSizeModalBackdropTransitions,\n } = getFullSizeModalTransitions({ verticalAlign, width, height });\n\n const withoutOverlay = !overlay;\n\n return (\n <BaseModal\n {...restProps}\n open={open}\n dataTestId={dataTestId}\n ref={ref}\n componentRef={componentRef}\n contentElementRef={contentRef}\n scrollHandler='content'\n
|
|
1
|
+
{"version":3,"file":"side-modal.js","sources":["../../../../src/desktop/components/side-modal/side-modal.tsx"],"sourcesContent":["import React, { forwardRef, useRef } from 'react';\nimport cn from 'classnames';\n\nimport { BaseModal } from '@alfalab/core-components-base-modal';\n\nimport { useScrollableContainerRef } from '../../hooks/use-scrollable-container-ref';\nimport { type UniversalModalDesktopProps } from '../../types/props';\nimport { getFullSizeModalTransitions } from '../../utils/get-full-size-modal-transitions';\nimport { getHeightStyle } from '../../utils/get-height-style';\nimport { getMarginStyles } from '../../utils/get-margin-styles';\nimport { getWidthStyle } from '../../utils/get-width-style';\nimport { ModalContent } from '../modal-content/modal-content';\n\nimport { getDefaultTransitionProps } from './get-default-transition-props';\n\nimport styles from './index.module.css';\n\nexport const SideModal = forwardRef<HTMLDivElement, UniversalModalDesktopProps>((props, ref) => {\n const {\n width = 500,\n height = 'fullHeight',\n horizontalAlign = 'center',\n verticalAlign = 'center',\n overlay = true,\n open,\n dataTestId,\n className,\n children,\n margin,\n scrollableContainerRef: scrollableContainerRefProp,\n onClose,\n ...restProps\n } = props;\n const componentRef = useRef<HTMLDivElement>(null);\n const contentRef = useRef<HTMLDivElement>(null);\n const { handleWheel, scrollableContainerRef } = useScrollableContainerRef({\n overlay,\n refObject: scrollableContainerRefProp,\n });\n\n const {\n isFullSizeModal,\n componentTransitions: fullSizeModalContentTransitions,\n backdropTransitions: fullSizeModalBackdropTransitions,\n } = getFullSizeModalTransitions({ verticalAlign, width, height });\n\n const withoutOverlay = !overlay;\n\n return (\n <BaseModal\n {...restProps}\n open={open}\n dataTestId={dataTestId}\n ref={ref}\n componentRef={componentRef}\n contentElementRef={contentRef}\n scrollHandler='content'\n scrollLock={overlay}\n wrapperClassName={cn(styles.wrapper, styles.baseModalContainer, {\n [styles.wrapperAlignStart]: horizontalAlign === 'start',\n [styles.wrapperAlignEnd]: horizontalAlign === 'end',\n [styles.wrapperJustifyCenter]: verticalAlign === 'center',\n [styles.wrapperJustifyEnd]: verticalAlign === 'bottom',\n [styles.withoutOverlay]: withoutOverlay,\n })}\n className={cn(styles.component, className, styles.baseModalComponent, {\n ...getMarginStyles({ styles, margin, height }),\n })}\n contentClassName={styles.content}\n transitionProps={{\n ...getDefaultTransitionProps({\n horizontalAlign,\n margin,\n }),\n ...(isFullSizeModal && fullSizeModalContentTransitions),\n ...restProps.transitionProps,\n }}\n backdropProps={{\n shouldRender: overlay,\n ...(isFullSizeModal && fullSizeModalBackdropTransitions),\n ...restProps.backdropProps,\n }}\n componentDivProps={{\n style: {\n width: getWidthStyle(width, margin),\n ...getHeightStyle(height, margin),\n },\n }}\n onWheel={handleWheel}\n onClose={onClose}\n >\n <ModalContent height={height} scrollableContainerRef={scrollableContainerRef}>\n {children}\n </ModalContent>\n </BaseModal>\n );\n});\n"],"names":[],"mappings":";;;;;;;;;;;;AAiBa,MAAA,SAAS,GAAG,UAAU,CAA6C,CAAC,KAAK,EAAE,GAAG,KAAI;AAC3F,IAAA,MAAM,EACF,KAAK,GAAG,GAAG,EACX,MAAM,GAAG,YAAY,EACrB,eAAe,GAAG,QAAQ,EAC1B,aAAa,GAAG,QAAQ,EACxB,OAAO,GAAG,IAAI,EACd,IAAI,EACJ,UAAU,EACV,SAAS,EACT,QAAQ,EACR,MAAM,EACN,sBAAsB,EAAE,0BAA0B,EAClD,OAAO,EACP,GAAG,SAAS,EACf,GAAG,KAAK;AACT,IAAA,MAAM,YAAY,GAAG,MAAM,CAAiB,IAAI,CAAC;AACjD,IAAA,MAAM,UAAU,GAAG,MAAM,CAAiB,IAAI,CAAC;AAC/C,IAAA,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,GAAG,yBAAyB,CAAC;QACtE,OAAO;AACP,QAAA,SAAS,EAAE,0BAA0B;AACxC,KAAA,CAAC;IAEF,MAAM,EACF,eAAe,EACf,oBAAoB,EAAE,+BAA+B,EACrD,mBAAmB,EAAE,gCAAgC,GACxD,GAAG,2BAA2B,CAAC,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;AAEjE,IAAA,MAAM,cAAc,GAAG,CAAC,OAAO;IAE/B,QACI,oBAAC,SAAS,EAAA,EAAA,GACF,SAAS,EACb,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,UAAU,EACtB,GAAG,EAAE,GAAG,EACR,YAAY,EAAE,YAAY,EAC1B,iBAAiB,EAAE,UAAU,EAC7B,aAAa,EAAC,SAAS,EACvB,UAAU,EAAE,OAAO,EACnB,gBAAgB,EAAE,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE;AAC5D,YAAA,CAAC,MAAM,CAAC,iBAAiB,GAAG,eAAe,KAAK,OAAO;AACvD,YAAA,CAAC,MAAM,CAAC,eAAe,GAAG,eAAe,KAAK,KAAK;AACnD,YAAA,CAAC,MAAM,CAAC,oBAAoB,GAAG,aAAa,KAAK,QAAQ;AACzD,YAAA,CAAC,MAAM,CAAC,iBAAiB,GAAG,aAAa,KAAK,QAAQ;AACtD,YAAA,CAAC,MAAM,CAAC,cAAc,GAAG,cAAc;AAC1C,SAAA,CAAC,EACF,SAAS,EAAE,EAAE,CAAC,MAAM,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,CAAC,kBAAkB,EAAE;YAClE,GAAG,eAAe,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;SACjD,CAAC,EACF,gBAAgB,EAAE,MAAM,CAAC,OAAO,EAChC,eAAe,EAAE;AACb,YAAA,GAAG,yBAAyB,CAAC;gBACzB,eAAe;gBACf,MAAM;aACT,CAAC;AACF,YAAA,IAAI,eAAe,IAAI,+BAA+B,CAAC;YACvD,GAAG,SAAS,CAAC,eAAe;AAC/B,SAAA,EACD,aAAa,EAAE;AACX,YAAA,YAAY,EAAE,OAAO;AACrB,YAAA,IAAI,eAAe,IAAI,gCAAgC,CAAC;YACxD,GAAG,SAAS,CAAC,aAAa;AAC7B,SAAA,EACD,iBAAiB,EAAE;AACf,YAAA,KAAK,EAAE;AACH,gBAAA,KAAK,EAAE,aAAa,CAAC,KAAK,EAAE,MAAM,CAAC;AACnC,gBAAA,GAAG,cAAc,CAAC,MAAM,EAAE,MAAM,CAAC;AACpC,aAAA;AACJ,SAAA,EACD,OAAO,EAAE,WAAW,EACpB,OAAO,EAAE,OAAO,EAAA;AAEhB,QAAA,KAAA,CAAA,aAAA,CAAC,YAAY,EAAA,EAAC,MAAM,EAAE,MAAM,EAAE,sBAAsB,EAAE,sBAAsB,EACvE,EAAA,QAAQ,CACE,CACP;AAEpB,CAAC;;;;"}
|