@alfalab/core-components 45.8.0-beta.1 → 45.8.0-beta.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/base-modal/Component.d.ts +4 -0
- package/base-modal/Component.js +28 -11
- package/base-modal/cssm/Component.d.ts +4 -0
- package/base-modal/cssm/Component.js +28 -11
- package/base-modal/cssm/helpers/lockScroll.d.ts +4 -0
- package/base-modal/cssm/helpers/lockScroll.js +18 -0
- package/base-modal/cssm/utils.d.ts +1 -1
- package/base-modal/cssm/utils.js +5 -2
- package/base-modal/esm/Component.d.ts +4 -0
- package/base-modal/esm/Component.js +29 -12
- package/base-modal/esm/helpers/lockScroll.d.ts +4 -0
- package/base-modal/esm/helpers/lockScroll.js +14 -0
- package/base-modal/esm/index.js +1 -0
- package/base-modal/esm/utils.d.ts +1 -1
- package/base-modal/esm/utils.js +5 -2
- package/base-modal/helpers/lockScroll.d.ts +4 -0
- package/base-modal/helpers/lockScroll.js +18 -0
- package/base-modal/modern/Component.d.ts +4 -0
- package/base-modal/modern/Component.js +22 -5
- package/base-modal/modern/helpers/lockScroll.d.ts +4 -0
- package/base-modal/modern/helpers/lockScroll.js +14 -0
- package/base-modal/modern/index.js +1 -0
- package/base-modal/modern/utils.d.ts +1 -1
- package/base-modal/modern/utils.js +4 -2
- package/base-modal/utils.d.ts +1 -1
- package/base-modal/utils.js +5 -2
- package/bottom-sheet/component.js +12 -22
- package/bottom-sheet/cssm/component.js +12 -22
- package/bottom-sheet/esm/component.js +12 -23
- package/bottom-sheet/esm/index.js +0 -2
- package/bottom-sheet/modern/component.js +9 -23
- package/bottom-sheet/modern/index.js +0 -2
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.js +1 -1
- package/gallery/esm/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.js +1 -1
- package/gallery/modern/index.js +2 -2
- package/international-phone-input/cssm/index-bdb4c6b9.d.ts +9 -2
- package/international-phone-input/cssm/typings-57569e57.d.ts +2 -18
- package/international-phone-input/esm/index-bdb4c6b9.d.ts +9 -2
- package/international-phone-input/esm/typings-57569e57.d.ts +2 -18
- package/international-phone-input/index-bdb4c6b9.d.ts +9 -2
- package/international-phone-input/modern/index-bdb4c6b9.d.ts +9 -2
- package/international-phone-input/modern/typings-57569e57.d.ts +2 -18
- package/international-phone-input/typings-57569e57.d.ts +2 -18
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/package.json +1 -1
- package/picker-button/cssm/index-bdb4c6b9.d.ts +9 -2
- package/picker-button/cssm/typings-57569e57.d.ts +2 -18
- package/picker-button/esm/index-bdb4c6b9.d.ts +9 -2
- package/picker-button/esm/typings-57569e57.d.ts +2 -18
- package/picker-button/index-bdb4c6b9.d.ts +9 -2
- package/picker-button/modern/index-bdb4c6b9.d.ts +9 -2
- package/picker-button/modern/typings-57569e57.d.ts +2 -18
- package/picker-button/typings-57569e57.d.ts +2 -18
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/index.js +1 -1
- package/select/esm/mobile/Component.mobile.js +1 -1
- package/select/esm/mobile/Component.modal.mobile.js +1 -1
- package/select/esm/mobile/index.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared/index.js +1 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/index.js +1 -1
- package/select/modern/mobile/Component.mobile.js +1 -1
- package/select/modern/mobile/Component.modal.mobile.js +1 -1
- package/select/modern/mobile/index.js +1 -1
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +1 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +211 -72
- package/universal-date-input/cssm/index-5712fce2.d.ts +8 -1
- package/universal-date-input/esm/index-5712fce2.d.ts +8 -1
- package/universal-date-input/index-5712fce2.d.ts +8 -1
- package/universal-date-input/modern/index-5712fce2.d.ts +8 -1
- package/bottom-sheet/consts/swipeConsts.d.ts +0 -2
- package/bottom-sheet/consts/swipeConsts.js +0 -7
- package/bottom-sheet/cssm/consts/swipeConsts.d.ts +0 -2
- package/bottom-sheet/cssm/consts/swipeConsts.js +0 -7
- package/bottom-sheet/cssm/enums/swipeEnums.d.ts +0 -7
- package/bottom-sheet/cssm/enums/swipeEnums.js +0 -9
- package/bottom-sheet/cssm/types/swipeTypes.d.ts +0 -9
- package/bottom-sheet/cssm/types/swipeTypes.js +0 -1
- package/bottom-sheet/enums/swipeEnums.d.ts +0 -7
- package/bottom-sheet/enums/swipeEnums.js +0 -9
- package/bottom-sheet/esm/consts/swipeConsts.d.ts +0 -2
- package/bottom-sheet/esm/consts/swipeConsts.js +0 -5
- package/bottom-sheet/esm/enums/swipeEnums.d.ts +0 -7
- package/bottom-sheet/esm/enums/swipeEnums.js +0 -9
- package/bottom-sheet/esm/types/swipeTypes.d.ts +0 -9
- package/bottom-sheet/esm/types/swipeTypes.js +0 -1
- package/bottom-sheet/modern/consts/swipeConsts.d.ts +0 -2
- package/bottom-sheet/modern/consts/swipeConsts.js +0 -5
- package/bottom-sheet/modern/enums/swipeEnums.d.ts +0 -7
- package/bottom-sheet/modern/enums/swipeEnums.js +0 -9
- package/bottom-sheet/modern/types/swipeTypes.d.ts +0 -9
- package/bottom-sheet/modern/types/swipeTypes.js +0 -1
- package/bottom-sheet/types/swipeTypes.d.ts +0 -9
- package/bottom-sheet/types/swipeTypes.js +0 -1
- /package/confirmation/{countdown-section-b30d5212.d.ts → countdown-section-9194293e.d.ts} +0 -0
- /package/confirmation/{countdown-section-b30d5212.js → countdown-section-9194293e.js} +0 -0
- /package/confirmation/esm/{countdown-section-c4f73a77.d.ts → countdown-section-fc384721.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-c4f73a77.js → countdown-section-fc384721.js} +0 -0
- /package/confirmation/modern/{countdown-section-f3215ad8.d.ts → countdown-section-f33e01b7.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-f3215ad8.js → countdown-section-f33e01b7.js} +0 -0
- /package/gallery/{buttons-01e8353f.d.ts → buttons-160fdb5a.d.ts} +0 -0
- /package/gallery/{buttons-01e8353f.js → buttons-160fdb5a.js} +0 -0
- /package/gallery/esm/{buttons-85c1b9a3.d.ts → buttons-f951e5ce.d.ts} +0 -0
- /package/gallery/esm/{buttons-85c1b9a3.js → buttons-f951e5ce.js} +0 -0
- /package/gallery/esm/{slide-530dfb83.d.ts → slide-3595abb4.d.ts} +0 -0
- /package/gallery/esm/{slide-530dfb83.js → slide-3595abb4.js} +0 -0
- /package/gallery/modern/{buttons-5f86c790.d.ts → buttons-a3ff616b.d.ts} +0 -0
- /package/gallery/modern/{buttons-5f86c790.js → buttons-a3ff616b.js} +0 -0
- /package/gallery/modern/{slide-afec4d99.d.ts → slide-acb49e8e.d.ts} +0 -0
- /package/gallery/modern/{slide-afec4d99.js → slide-acb49e8e.js} +0 -0
- /package/gallery/{slide-18998644.d.ts → slide-2268997b.d.ts} +0 -0
- /package/gallery/{slide-18998644.js → slide-2268997b.js} +0 -0
- /package/modal/esm/{layout.module-1b8afca9.js → layout.module-2fe04090.js} +0 -0
- /package/modal/{layout.module-3eb92921.js → layout.module-8adfa2ca.js} +0 -0
- /package/modal/modern/{layout.module-13b15398.js → layout.module-5847d827.js} +0 -0
- /package/pure-cell/{component-5e8acf12.d.ts → component-41907143.d.ts} +0 -0
- /package/pure-cell/{component-5e8acf12.js → component-41907143.js} +0 -0
- /package/pure-cell/esm/{component-f28a5631.d.ts → component-e23350f5.d.ts} +0 -0
- /package/pure-cell/esm/{component-f28a5631.js → component-e23350f5.js} +0 -0
- /package/pure-cell/modern/{component-10bc9276.d.ts → component-b9194169.d.ts} +0 -0
- /package/pure-cell/modern/{component-10bc9276.js → component-b9194169.js} +0 -0
- /package/select/esm/{hook-aa7d4c07.d.ts → hook-c0758dcd.d.ts} +0 -0
- /package/select/esm/{hook-aa7d4c07.js → hook-c0758dcd.js} +0 -0
- /package/select/{hook-f0adfa6b.d.ts → hook-10a14b43.d.ts} +0 -0
- /package/select/{hook-f0adfa6b.js → hook-10a14b43.js} +0 -0
- /package/select/modern/{hook-d72e58c4.d.ts → hook-5ccdb908.d.ts} +0 -0
- /package/select/modern/{hook-d72e58c4.js → hook-5ccdb908.js} +0 -0
- /package/side-panel/esm/{layout.module-d6ca40a5.js → layout.module-a9e68775.js} +0 -0
- /package/side-panel/{layout.module-85234bb1.js → layout.module-df4fedc9.js} +0 -0
- /package/side-panel/modern/{layout.module-9f8549ee.js → layout.module-d348cc57.js} +0 -0
|
@@ -5,7 +5,7 @@ import '../../../../shared/modern';
|
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import '../../../../base-modal/modern';
|
|
7
7
|
import '../../ResponsiveContext.js';
|
|
8
|
-
import '../../layout.module-
|
|
8
|
+
import '../../layout.module-d348cc57.js';
|
|
9
9
|
|
|
10
10
|
const styles = {"footer":"side-panel__footer_122es","sticky":"side-panel__sticky_122es"};
|
|
11
11
|
require('./mobile.css');
|
|
@@ -12,7 +12,7 @@ import '../components/content/Component.js';
|
|
|
12
12
|
import '../../../shared/modern';
|
|
13
13
|
import '../Context.js';
|
|
14
14
|
import '../../../base-modal/modern';
|
|
15
|
-
import '../layout.module-
|
|
15
|
+
import '../layout.module-d348cc57.js';
|
|
16
16
|
import '../components/footer/Component.js';
|
|
17
17
|
import '../../../navigation-bar/modern';
|
|
18
18
|
|
|
@@ -11,7 +11,7 @@ import '../Context.js';
|
|
|
11
11
|
import '../../../base-modal/modern';
|
|
12
12
|
import '../ResponsiveContext.js';
|
|
13
13
|
import '../components/controls/Component.js';
|
|
14
|
-
import '../layout.module-
|
|
14
|
+
import '../layout.module-d348cc57.js';
|
|
15
15
|
import '../components/footer/Component.desktop.js';
|
|
16
16
|
import '../components/footer/Component.js';
|
|
17
17
|
import '../components/header/Component.js';
|
|
@@ -5,7 +5,7 @@ import '../../shared/modern';
|
|
|
5
5
|
import './components/controls/Component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import './ResponsiveContext.js';
|
|
8
|
-
import './layout.module-
|
|
8
|
+
import './layout.module-d348cc57.js';
|
|
9
9
|
import './components/header/Component.js';
|
|
10
10
|
import '../../navigation-bar/modern';
|
|
11
11
|
import './consts.js';
|
|
@@ -9,7 +9,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
|
|
|
9
9
|
import '../components/content/Component.js';
|
|
10
10
|
import '../../../shared/modern';
|
|
11
11
|
import '../Context.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-d348cc57.js';
|
|
13
13
|
import '../components/footer/Component.js';
|
|
14
14
|
import '../../../navigation-bar/modern';
|
|
15
15
|
import '../consts.js';
|
|
@@ -8,7 +8,7 @@ import '../../../shared/modern';
|
|
|
8
8
|
import '../Context.js';
|
|
9
9
|
import '../ResponsiveContext.js';
|
|
10
10
|
import '../components/controls/Component.js';
|
|
11
|
-
import '../layout.module-
|
|
11
|
+
import '../layout.module-d348cc57.js';
|
|
12
12
|
import '../components/footer/Component.mobile.js';
|
|
13
13
|
import '../components/footer/Component.js';
|
|
14
14
|
import '../components/header/Component.js';
|
|
@@ -1,4 +1,19 @@
|
|
|
1
|
-
.
|
|
1
|
+
.backdrop__backdrop_1d6xc {
|
|
2
|
+
-webkit-tap-highlight-color: transparent;
|
|
3
|
+
} .backdrop__appear_1d6xc,
|
|
4
|
+
.backdrop__enter_1d6xc {
|
|
5
|
+
background-color: transparent;
|
|
6
|
+
} .backdrop__appearActive_1d6xc,
|
|
7
|
+
.backdrop__enterActive_1d6xc,
|
|
8
|
+
.backdrop__appearDone_1d6xc,
|
|
9
|
+
.backdrop__enterDone_1d6xc {
|
|
10
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
11
|
+
} .backdrop__exit_1d6xc {
|
|
12
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
13
|
+
} .backdrop__exitActive_1d6xc,
|
|
14
|
+
.backdrop__exitDone_1d6xc {
|
|
15
|
+
background-color: transparent;
|
|
16
|
+
}.card-image__cardImage_1w4ef {
|
|
2
17
|
background: #e7e8ea;
|
|
3
18
|
} .card-image__loaded_1w4ef {
|
|
4
19
|
background: transparent
|
|
@@ -62,21 +77,6 @@
|
|
|
62
77
|
background-color: #fff;
|
|
63
78
|
} .badge__dot_13jfy.badge__outlineCount_13jfy {
|
|
64
79
|
border: 1px solid #121213;
|
|
65
|
-
}.backdrop__backdrop_1d6xc {
|
|
66
|
-
-webkit-tap-highlight-color: transparent;
|
|
67
|
-
} .backdrop__appear_1d6xc,
|
|
68
|
-
.backdrop__enter_1d6xc {
|
|
69
|
-
background-color: transparent;
|
|
70
|
-
} .backdrop__appearActive_1d6xc,
|
|
71
|
-
.backdrop__enterActive_1d6xc,
|
|
72
|
-
.backdrop__appearDone_1d6xc,
|
|
73
|
-
.backdrop__enterDone_1d6xc {
|
|
74
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
75
|
-
} .backdrop__exit_1d6xc {
|
|
76
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
77
|
-
} .backdrop__exitActive_1d6xc,
|
|
78
|
-
.backdrop__exitDone_1d6xc {
|
|
79
|
-
background-color: transparent;
|
|
80
80
|
}.divider__component_qntq7 {
|
|
81
81
|
border-bottom: 1px solid #353539;
|
|
82
82
|
}.dropzone__component_jv68l {
|
|
@@ -168,7 +168,14 @@
|
|
|
168
168
|
background: #fff;
|
|
169
169
|
} .hatching-progress-bar__accent_1g4sq {
|
|
170
170
|
background: #f83a2a;
|
|
171
|
-
}.
|
|
171
|
+
}.icon-view__component_19x5k {
|
|
172
|
+
color: rgba(238, 238, 251, 0.55)
|
|
173
|
+
} .icon-view__bg_19x5k {
|
|
174
|
+
fill: #1c1c1e;
|
|
175
|
+
} .icon-view__border_19x5k {
|
|
176
|
+
stroke: rgba(225, 225, 248, 0.09);
|
|
177
|
+
fill: transparent;
|
|
178
|
+
}.indicator__component_11fsk {
|
|
172
179
|
color: rgba(255, 255, 255, 0.94);
|
|
173
180
|
background-color: #f83a2a;
|
|
174
181
|
} .indicator__red_11fsk {
|
|
@@ -186,14 +193,7 @@
|
|
|
186
193
|
color: rgba(255, 255, 255, 0.94)
|
|
187
194
|
} .indicator__grey_11fsk.indicator__border_11fsk {
|
|
188
195
|
outline: 2px solid #121213;
|
|
189
|
-
}
|
|
190
|
-
color: rgba(238, 238, 251, 0.55)
|
|
191
|
-
} .icon-view__bg_19x5k {
|
|
192
|
-
fill: #1c1c1e;
|
|
193
|
-
} .icon-view__border_19x5k {
|
|
194
|
-
stroke: rgba(225, 225, 248, 0.09);
|
|
195
|
-
fill: transparent;
|
|
196
|
-
}@keyframes loader__blink_1nz23 {
|
|
196
|
+
}@keyframes loader__blink_1nz23 {
|
|
197
197
|
}.link__primary_1tca1 {
|
|
198
198
|
color: rgba(255, 255, 255, 0.94);
|
|
199
199
|
border-bottom-color: rgba(255, 255, 255, 0.94)
|
|
@@ -310,25 +310,7 @@
|
|
|
310
310
|
100% {
|
|
311
311
|
background: rgb(198, 205, 214);
|
|
312
312
|
}
|
|
313
|
-
}.
|
|
314
|
-
background: rgba(222, 222, 238, 0.13);
|
|
315
|
-
} .slider__component_1qlg3 .noUi-base:hover .noUi-connect {
|
|
316
|
-
background: #f83a2a;
|
|
317
|
-
} .slider__component_1qlg3 .noUi-handle:hover .noUi-touch-area {
|
|
318
|
-
background: #ff503e;
|
|
319
|
-
} .slider__component_1qlg3 .noUi-handle:active .noUi-touch-area {
|
|
320
|
-
background: #fd624e;
|
|
321
|
-
} .slider__component_1qlg3 .noUi-connects {
|
|
322
|
-
background: rgba(222, 222, 238, 0.13);
|
|
323
|
-
} .slider__component_1qlg3 .noUi-connect {
|
|
324
|
-
background: #f83a2a;
|
|
325
|
-
} .slider__component_1qlg3 .noUi-handle {
|
|
326
|
-
border: 2px solid transparent;
|
|
327
|
-
} .slider__component_1qlg3 .noUi-touch-area {
|
|
328
|
-
background: #f83a2a;
|
|
329
|
-
} .slider__component_1qlg3 .noUi-pips {
|
|
330
|
-
color: rgba(238, 238, 251, 0.55);
|
|
331
|
-
}.segmented-control__wrapper_97jjo {
|
|
313
|
+
}.segmented-control__wrapper_97jjo {
|
|
332
314
|
background-color: rgba(225, 225, 248, 0.09);
|
|
333
315
|
} .segmented-control__segment_97jjo.segmented-control__selected_97jjo {
|
|
334
316
|
color: rgba(255, 255, 255, 0.94);
|
|
@@ -362,6 +344,24 @@
|
|
|
362
344
|
color: rgba(3, 3, 6, 0.88)
|
|
363
345
|
} .segmented-control__segment_1ci04:not(:first-child):before {
|
|
364
346
|
background-color: rgba(15, 25, 55, 0.1);
|
|
347
|
+
}.slider__component_1qlg3 .noUi-base:hover .noUi-connects {
|
|
348
|
+
background: rgba(222, 222, 238, 0.13);
|
|
349
|
+
} .slider__component_1qlg3 .noUi-base:hover .noUi-connect {
|
|
350
|
+
background: #f83a2a;
|
|
351
|
+
} .slider__component_1qlg3 .noUi-handle:hover .noUi-touch-area {
|
|
352
|
+
background: #ff503e;
|
|
353
|
+
} .slider__component_1qlg3 .noUi-handle:active .noUi-touch-area {
|
|
354
|
+
background: #fd624e;
|
|
355
|
+
} .slider__component_1qlg3 .noUi-connects {
|
|
356
|
+
background: rgba(222, 222, 238, 0.13);
|
|
357
|
+
} .slider__component_1qlg3 .noUi-connect {
|
|
358
|
+
background: #f83a2a;
|
|
359
|
+
} .slider__component_1qlg3 .noUi-handle {
|
|
360
|
+
border: 2px solid transparent;
|
|
361
|
+
} .slider__component_1qlg3 .noUi-touch-area {
|
|
362
|
+
background: #f83a2a;
|
|
363
|
+
} .slider__component_1qlg3 .noUi-pips {
|
|
364
|
+
color: rgba(238, 238, 251, 0.55);
|
|
365
365
|
}.spinner__component_6d0oa {
|
|
366
366
|
color: #fff;
|
|
367
367
|
}
|
|
@@ -369,34 +369,6 @@
|
|
|
369
369
|
}
|
|
370
370
|
.spinner__component_11jun {
|
|
371
371
|
color: #121213;
|
|
372
|
-
}.status-badge__positive-checkmark_1qjlx {
|
|
373
|
-
background-color: #17d055;
|
|
374
|
-
} .status-badge__negative-cross_1qjlx,
|
|
375
|
-
.status-badge__negative-alert_1qjlx,
|
|
376
|
-
.status-badge__negative-block_1qjlx {
|
|
377
|
-
background-color: #ff4837;
|
|
378
|
-
} .status-badge__attention-alert_1qjlx {
|
|
379
|
-
background-color: #fda136;
|
|
380
|
-
} .status-badge__neutral-information_1qjlx,
|
|
381
|
-
.status-badge__neutral-operation_1qjlx,
|
|
382
|
-
.status-badge__neutral-cross_1qjlx {
|
|
383
|
-
background-color: #898991;
|
|
384
|
-
}
|
|
385
|
-
.status-badge__component_75yw9 {
|
|
386
|
-
color: #fff;
|
|
387
|
-
}
|
|
388
|
-
.status-badge__positive-checkmark_yo7iy {
|
|
389
|
-
background-color: #0cc44d;
|
|
390
|
-
} .status-badge__negative-cross_yo7iy,
|
|
391
|
-
.status-badge__negative-alert_yo7iy,
|
|
392
|
-
.status-badge__negative-block_yo7iy {
|
|
393
|
-
background-color: #ff4837;
|
|
394
|
-
} .status-badge__attention-alert_yo7iy {
|
|
395
|
-
background-color: #fa9313;
|
|
396
|
-
} .status-badge__neutral-information_yo7iy,
|
|
397
|
-
.status-badge__neutral-operation_yo7iy,
|
|
398
|
-
.status-badge__neutral-cross_yo7iy {
|
|
399
|
-
background-color: #898991;
|
|
400
372
|
}.status__soft_1unag.status__green_1unag {
|
|
401
373
|
background: #d1f1d7;
|
|
402
374
|
color: #0d9336;
|
|
@@ -434,4 +406,171 @@
|
|
|
434
406
|
background: #09b9be;
|
|
435
407
|
} .status__contrast_1unag.status__purple_1unag {
|
|
436
408
|
background: #897eff;
|
|
409
|
+
}.status-badge__positive-checkmark_1qjlx {
|
|
410
|
+
background-color: #17d055;
|
|
411
|
+
} .status-badge__negative-cross_1qjlx,
|
|
412
|
+
.status-badge__negative-alert_1qjlx,
|
|
413
|
+
.status-badge__negative-block_1qjlx {
|
|
414
|
+
background-color: #ff4837;
|
|
415
|
+
} .status-badge__attention-alert_1qjlx {
|
|
416
|
+
background-color: #fda136;
|
|
417
|
+
} .status-badge__neutral-information_1qjlx,
|
|
418
|
+
.status-badge__neutral-operation_1qjlx,
|
|
419
|
+
.status-badge__neutral-cross_1qjlx {
|
|
420
|
+
background-color: #898991;
|
|
421
|
+
}
|
|
422
|
+
.status-badge__component_75yw9 {
|
|
423
|
+
color: #fff;
|
|
424
|
+
}
|
|
425
|
+
.status-badge__positive-checkmark_yo7iy {
|
|
426
|
+
background-color: #0cc44d;
|
|
427
|
+
} .status-badge__negative-cross_yo7iy,
|
|
428
|
+
.status-badge__negative-alert_yo7iy,
|
|
429
|
+
.status-badge__negative-block_yo7iy {
|
|
430
|
+
background-color: #ff4837;
|
|
431
|
+
} .status-badge__attention-alert_yo7iy {
|
|
432
|
+
background-color: #fa9313;
|
|
433
|
+
} .status-badge__neutral-information_yo7iy,
|
|
434
|
+
.status-badge__neutral-operation_yo7iy,
|
|
435
|
+
.status-badge__neutral-cross_yo7iy {
|
|
436
|
+
background-color: #898991;
|
|
437
|
+
}.underlay__background-accent_l4yds {
|
|
438
|
+
background-color: #ef3124;
|
|
439
|
+
} .underlay__background-info_l4yds {
|
|
440
|
+
background-color: #001c3c;
|
|
441
|
+
} .underlay__background-attention-muted_l4yds {
|
|
442
|
+
background-color: #36291f;
|
|
443
|
+
} .underlay__background-positive-muted_l4yds {
|
|
444
|
+
background-color: #232d25;
|
|
445
|
+
} .underlay__background-negative-muted_l4yds {
|
|
446
|
+
background-color: #392523;
|
|
447
|
+
} .underlay__background-primary_l4yds {
|
|
448
|
+
background-color: #0e0e0e;
|
|
449
|
+
} .underlay__background-primary-inverted_l4yds {
|
|
450
|
+
background-color: #fff;
|
|
451
|
+
} .underlay__background-secondary_l4yds {
|
|
452
|
+
background-color: #1c1c1e;
|
|
453
|
+
} .underlay__background-secondary-inverted_l4yds {
|
|
454
|
+
background-color: #f2f3f5;
|
|
455
|
+
} .underlay__background-tertiary_l4yds {
|
|
456
|
+
background-color: #27272a;
|
|
457
|
+
} .underlay__background-tertiary-inverted_l4yds {
|
|
458
|
+
background-color: #e7e8ea;
|
|
459
|
+
} .underlay__background-quaternary_l4yds {
|
|
460
|
+
background-color: #36363a;
|
|
461
|
+
} .underlay__background-quaternary-inverted_l4yds {
|
|
462
|
+
background-color: #dcdee2;
|
|
463
|
+
} .underlay__background-specialbg-component_l4yds {
|
|
464
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
465
|
+
} .underlay__background-specialbg-component-inverted_l4yds {
|
|
466
|
+
background-color: rgba(11, 31, 53, 0.07);
|
|
467
|
+
} .underlay__background-specialbg-primary-grouped_l4yds {
|
|
468
|
+
background-color: #1c1c1e;
|
|
469
|
+
} .underlay__background-specialbg-secondary-grouped_l4yds {
|
|
470
|
+
background-color: #27272a;
|
|
471
|
+
} .underlay__background-specialbg-tertiary-grouped_l4yds {
|
|
472
|
+
background-color: #36363a;
|
|
473
|
+
} .underlay__background-specialbg-secondary-transparent_l4yds {
|
|
474
|
+
background-color: rgba(214, 214, 229, 0.07);
|
|
475
|
+
} .underlay__background-specialbg-secondary-transparent-inverted_l4yds {
|
|
476
|
+
background-color: rgba(38, 55, 88, 0.06);
|
|
477
|
+
} .underlay__background-specialbg-tertiary-transparent_l4yds {
|
|
478
|
+
background-color: rgba(222, 222, 240, 0.12);
|
|
479
|
+
} .underlay__background-specialbg-tertiary-transparent-inverted_l4yds {
|
|
480
|
+
background-color: rgba(30, 43, 68, 0.08);
|
|
481
|
+
} .underlay__shadow-xs_l4yds {
|
|
482
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
483
|
+
} .underlay__shadow-s_l4yds {
|
|
484
|
+
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
485
|
+
0 0 1px rgba(0, 0, 0, 0.04);
|
|
486
|
+
} .underlay__shadow-m_l4yds {
|
|
487
|
+
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
488
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
489
|
+
} .underlay__shadow-l_l4yds {
|
|
490
|
+
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
491
|
+
0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
492
|
+
} .underlay__shadow-xl_l4yds {
|
|
493
|
+
box-shadow: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),
|
|
494
|
+
0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
495
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
496
|
+
} .underlay__shadow-xs-hard_l4yds {
|
|
497
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
498
|
+
} .underlay__shadow-s-hard_l4yds {
|
|
499
|
+
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),
|
|
500
|
+
0 0 1px rgba(0, 0, 0, 0.16);
|
|
501
|
+
} .underlay__shadow-m-hard_l4yds {
|
|
502
|
+
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
503
|
+
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
504
|
+
} .underlay__shadow-l-hard_l4yds {
|
|
505
|
+
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),
|
|
506
|
+
0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
507
|
+
} .underlay__shadow-xl-hard_l4yds {
|
|
508
|
+
box-shadow: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),
|
|
509
|
+
0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
510
|
+
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
511
|
+
} .underlay__shadow-xs-up_l4yds {
|
|
512
|
+
box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);
|
|
513
|
+
} .underlay__shadow-s-up_l4yds {
|
|
514
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);
|
|
515
|
+
} .underlay__shadow-m-up_l4yds {
|
|
516
|
+
box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
517
|
+
} .underlay__shadow-l-up_l4yds {
|
|
518
|
+
box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);
|
|
519
|
+
} .underlay__shadow-xl-up_l4yds {
|
|
520
|
+
box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);
|
|
521
|
+
} .underlay__shadow-xs-hard-up_l4yds {
|
|
522
|
+
box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),
|
|
523
|
+
0 -2px 4px rgba(0, 0, 0, 0.16);
|
|
524
|
+
} .underlay__shadow-s-hard-up_l4yds {
|
|
525
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),
|
|
526
|
+
0 -4px 8px rgba(0, 0, 0, 0.16);
|
|
527
|
+
} .underlay__shadow-m-hard-up_l4yds {
|
|
528
|
+
box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),
|
|
529
|
+
0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
530
|
+
} .underlay__shadow-l-hard-up_l4yds {
|
|
531
|
+
box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),
|
|
532
|
+
0 -12px 24px rgba(0, 0, 0, 0.16);
|
|
533
|
+
} .underlay__shadow-xl-hard-up_l4yds {
|
|
534
|
+
box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
|
|
535
|
+
0 -16px 32px rgba(0, 0, 0, 0.16);
|
|
536
|
+
} .underlay__border-color-accent_l4yds {
|
|
537
|
+
border-color: #f83a2a;
|
|
538
|
+
} .underlay__border-color-key_l4yds {
|
|
539
|
+
border-color: #fff;
|
|
540
|
+
} .underlay__border-color-key-inverted_l4yds {
|
|
541
|
+
border-color: #121213;
|
|
542
|
+
} .underlay__border-color-link_l4yds {
|
|
543
|
+
border-color: #3193fc;
|
|
544
|
+
} .underlay__border-color-primary_l4yds {
|
|
545
|
+
border-color: #353539;
|
|
546
|
+
} .underlay__border-color-primary-inverted_l4yds {
|
|
547
|
+
border-color: #d2d3d9;
|
|
548
|
+
} .underlay__border-color-secondary_l4yds {
|
|
549
|
+
border-color: #29292c;
|
|
550
|
+
} .underlay__border-color-secondary-inverted_l4yds {
|
|
551
|
+
border-color: #e7e8eb;
|
|
552
|
+
} .underlay__border-color-tertiary_l4yds {
|
|
553
|
+
border-color: #212124;
|
|
554
|
+
} .underlay__border-color-tertiary-inverted_l4yds {
|
|
555
|
+
border-color: #edeef0;
|
|
556
|
+
} .underlay__border-color-underline_l4yds {
|
|
557
|
+
border-color: #4a4a51;
|
|
558
|
+
} .underlay__border-color-underline-inverted_l4yds {
|
|
559
|
+
border-color: #babbc2;
|
|
560
|
+
} .underlay__border-color-graphic-attention_l4yds {
|
|
561
|
+
border-color: #fda136;
|
|
562
|
+
} .underlay__border-color-graphic-link_l4yds {
|
|
563
|
+
border-color: #3193fc;
|
|
564
|
+
} .underlay__border-color-graphic-negative_l4yds {
|
|
565
|
+
border-color: #ff4837;
|
|
566
|
+
} .underlay__border-color-graphic-positive_l4yds {
|
|
567
|
+
border-color: #17d055;
|
|
568
|
+
} .underlay__border-color-specialbg-secondary-transparent_l4yds {
|
|
569
|
+
border-color: rgba(225, 225, 248, 0.09);
|
|
570
|
+
} .underlay__border-color-specialbg-secondary-transparent-inverted_l4yds {
|
|
571
|
+
border-color: rgba(30, 43, 68, 0.08);
|
|
572
|
+
} .underlay__border-color-specialbg-tertiary-transparent_l4yds {
|
|
573
|
+
border-color: rgba(222, 222, 238, 0.13);
|
|
574
|
+
} .underlay__border-color-specialbg-tertiary-transparent-inverted_l4yds {
|
|
575
|
+
border-color: rgba(15, 25, 55, 0.1);
|
|
437
576
|
}
|
|
@@ -377,6 +377,10 @@ type BaseModalProps = {
|
|
|
377
377
|
* Реф, который должен быть установлен компонентной области
|
|
378
378
|
*/
|
|
379
379
|
componentRef?: MutableRefObject<HTMLDivElement | null>;
|
|
380
|
+
/**
|
|
381
|
+
* Блокирует скролл когда модальное окно открыто. Работает только на iOS.
|
|
382
|
+
*/
|
|
383
|
+
iOSLock?: boolean;
|
|
380
384
|
};
|
|
381
385
|
type BaseModalContext = {
|
|
382
386
|
parentRef: React.RefObject<HTMLDivElement>;
|
|
@@ -766,6 +770,9 @@ type StackProps = {
|
|
|
766
770
|
value?: number;
|
|
767
771
|
};
|
|
768
772
|
declare const Stack: FC<StackProps>;
|
|
773
|
+
declare const lockScroll: () => void;
|
|
774
|
+
declare const unlockScroll: () => void;
|
|
775
|
+
declare const syncHeight: () => void;
|
|
769
776
|
declare const PORTAL_CONTAINER_ATTRIBUTE = "alfa-portal-container";
|
|
770
777
|
declare const getDefaultPortalContainer: () => Element;
|
|
771
778
|
declare function setRef<T>(ref: RefObject<T> | ((instance: T | null) => void) | null | undefined, value: T | null): void;
|
|
@@ -977,7 +984,7 @@ type YearsTableProps = {
|
|
|
977
984
|
responsive?: boolean;
|
|
978
985
|
};
|
|
979
986
|
declare const YearsTable: FC<YearsTableProps>;
|
|
980
|
-
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
987
|
+
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
981
988
|
export * from "./Component-5684a67d";
|
|
982
989
|
export type { SavedStyle, TitleProps, TextProps, Color };
|
|
983
990
|
export * from "./use-skeleton-1328ead9";
|
|
@@ -377,6 +377,10 @@ type BaseModalProps = {
|
|
|
377
377
|
* Реф, который должен быть установлен компонентной области
|
|
378
378
|
*/
|
|
379
379
|
componentRef?: MutableRefObject<HTMLDivElement | null>;
|
|
380
|
+
/**
|
|
381
|
+
* Блокирует скролл когда модальное окно открыто. Работает только на iOS.
|
|
382
|
+
*/
|
|
383
|
+
iOSLock?: boolean;
|
|
380
384
|
};
|
|
381
385
|
type BaseModalContext = {
|
|
382
386
|
parentRef: React.RefObject<HTMLDivElement>;
|
|
@@ -766,6 +770,9 @@ type StackProps = {
|
|
|
766
770
|
value?: number;
|
|
767
771
|
};
|
|
768
772
|
declare const Stack: FC<StackProps>;
|
|
773
|
+
declare const lockScroll: () => void;
|
|
774
|
+
declare const unlockScroll: () => void;
|
|
775
|
+
declare const syncHeight: () => void;
|
|
769
776
|
declare const PORTAL_CONTAINER_ATTRIBUTE = "alfa-portal-container";
|
|
770
777
|
declare const getDefaultPortalContainer: () => Element;
|
|
771
778
|
declare function setRef<T>(ref: RefObject<T> | ((instance: T | null) => void) | null | undefined, value: T | null): void;
|
|
@@ -977,7 +984,7 @@ type YearsTableProps = {
|
|
|
977
984
|
responsive?: boolean;
|
|
978
985
|
};
|
|
979
986
|
declare const YearsTable: FC<YearsTableProps>;
|
|
980
|
-
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
987
|
+
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
981
988
|
export * from "./Component-5684a67d";
|
|
982
989
|
export type { SavedStyle, TitleProps, TextProps, Color };
|
|
983
990
|
export * from "./use-skeleton-1328ead9";
|
|
@@ -377,6 +377,10 @@ type BaseModalProps = {
|
|
|
377
377
|
* Реф, который должен быть установлен компонентной области
|
|
378
378
|
*/
|
|
379
379
|
componentRef?: MutableRefObject<HTMLDivElement | null>;
|
|
380
|
+
/**
|
|
381
|
+
* Блокирует скролл когда модальное окно открыто. Работает только на iOS.
|
|
382
|
+
*/
|
|
383
|
+
iOSLock?: boolean;
|
|
380
384
|
};
|
|
381
385
|
type BaseModalContext = {
|
|
382
386
|
parentRef: React.RefObject<HTMLDivElement>;
|
|
@@ -766,6 +770,9 @@ type StackProps = {
|
|
|
766
770
|
value?: number;
|
|
767
771
|
};
|
|
768
772
|
declare const Stack: FC<StackProps>;
|
|
773
|
+
declare const lockScroll: () => void;
|
|
774
|
+
declare const unlockScroll: () => void;
|
|
775
|
+
declare const syncHeight: () => void;
|
|
769
776
|
declare const PORTAL_CONTAINER_ATTRIBUTE = "alfa-portal-container";
|
|
770
777
|
declare const getDefaultPortalContainer: () => Element;
|
|
771
778
|
declare function setRef<T>(ref: RefObject<T> | ((instance: T | null) => void) | null | undefined, value: T | null): void;
|
|
@@ -977,7 +984,7 @@ type YearsTableProps = {
|
|
|
977
984
|
responsive?: boolean;
|
|
978
985
|
};
|
|
979
986
|
declare const YearsTable: FC<YearsTableProps>;
|
|
980
|
-
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
987
|
+
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
981
988
|
export * from "./Component-5684a67d";
|
|
982
989
|
export type { SavedStyle, TitleProps, TextProps, Color };
|
|
983
990
|
export * from "./use-skeleton-1328ead9";
|
|
@@ -377,6 +377,10 @@ type BaseModalProps = {
|
|
|
377
377
|
* Реф, который должен быть установлен компонентной области
|
|
378
378
|
*/
|
|
379
379
|
componentRef?: MutableRefObject<HTMLDivElement | null>;
|
|
380
|
+
/**
|
|
381
|
+
* Блокирует скролл когда модальное окно открыто. Работает только на iOS.
|
|
382
|
+
*/
|
|
383
|
+
iOSLock?: boolean;
|
|
380
384
|
};
|
|
381
385
|
type BaseModalContext = {
|
|
382
386
|
parentRef: React.RefObject<HTMLDivElement>;
|
|
@@ -766,6 +770,9 @@ type StackProps = {
|
|
|
766
770
|
value?: number;
|
|
767
771
|
};
|
|
768
772
|
declare const Stack: FC<StackProps>;
|
|
773
|
+
declare const lockScroll: () => void;
|
|
774
|
+
declare const unlockScroll: () => void;
|
|
775
|
+
declare const syncHeight: () => void;
|
|
769
776
|
declare const PORTAL_CONTAINER_ATTRIBUTE = "alfa-portal-container";
|
|
770
777
|
declare const getDefaultPortalContainer: () => Element;
|
|
771
778
|
declare function setRef<T>(ref: RefObject<T> | ((instance: T | null) => void) | null | undefined, value: T | null): void;
|
|
@@ -977,7 +984,7 @@ type YearsTableProps = {
|
|
|
977
984
|
responsive?: boolean;
|
|
978
985
|
};
|
|
979
986
|
declare const YearsTable: FC<YearsTableProps>;
|
|
980
|
-
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
987
|
+
export { ResponsiveCalendarProps, ResponsiveCalendarProps as CalendarProps, CalendarResponsive, CalendarResponsive as Calendar, ModalMobile, ModalMobileProps, UseCalendarProps, useCalendar, Modal, ResponsiveContext, Content, ModalContext, SIZE_TO_CLASSNAME_MAP, stackingOrder, StackingContext, StackProps, Stack, lockScroll, unlockScroll, syncHeight, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, getModalStore, GlobalStore, Typography, typographyPresets, TitleResponsive, getDefaultWeight, YearsTableProps, YearsTable };
|
|
981
988
|
export * from "./Component-5684a67d";
|
|
982
989
|
export type { SavedStyle, TitleProps, TextProps, Color };
|
|
983
990
|
export * from "./use-skeleton-1328ead9";
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
|
|
3
|
-
var enums_swipeEnums = require('../enums/swipeEnums.js');
|
|
4
|
-
|
|
5
|
-
var horizontalDirections = [enums_swipeEnums.SwipeDirection.Left, enums_swipeEnums.SwipeDirection.Right];
|
|
6
|
-
|
|
7
|
-
exports.horizontalDirections = horizontalDirections;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
|
|
3
|
-
var enums_swipeEnums = require('../enums/swipeEnums.js');
|
|
4
|
-
|
|
5
|
-
var horizontalDirections = [enums_swipeEnums.SwipeDirection.Left, enums_swipeEnums.SwipeDirection.Right];
|
|
6
|
-
|
|
7
|
-
exports.horizontalDirections = horizontalDirections;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
|
|
3
|
-
exports.SwipeDirection = void 0;
|
|
4
|
-
(function (SwipeDirection) {
|
|
5
|
-
SwipeDirection["Left"] = "Left";
|
|
6
|
-
SwipeDirection["Right"] = "Right";
|
|
7
|
-
SwipeDirection["Up"] = "Up";
|
|
8
|
-
SwipeDirection["Down"] = "Down";
|
|
9
|
-
})(exports.SwipeDirection || (exports.SwipeDirection = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { SwipeDirections } from 'react-swipeable';
|
|
2
|
-
import { HandledEvents } from 'react-swipeable/es/types';
|
|
3
|
-
type ShouldSkipSwipingParams = {
|
|
4
|
-
deltaY: number;
|
|
5
|
-
startY: number;
|
|
6
|
-
event: HandledEvents;
|
|
7
|
-
dir: SwipeDirections;
|
|
8
|
-
};
|
|
9
|
-
export { ShouldSkipSwipingParams };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
|
|
3
|
-
exports.SwipeDirection = void 0;
|
|
4
|
-
(function (SwipeDirection) {
|
|
5
|
-
SwipeDirection["Left"] = "Left";
|
|
6
|
-
SwipeDirection["Right"] = "Right";
|
|
7
|
-
SwipeDirection["Up"] = "Up";
|
|
8
|
-
SwipeDirection["Down"] = "Down";
|
|
9
|
-
})(exports.SwipeDirection || (exports.SwipeDirection = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
var SwipeDirection;
|
|
2
|
-
(function (SwipeDirection) {
|
|
3
|
-
SwipeDirection["Left"] = "Left";
|
|
4
|
-
SwipeDirection["Right"] = "Right";
|
|
5
|
-
SwipeDirection["Up"] = "Up";
|
|
6
|
-
SwipeDirection["Down"] = "Down";
|
|
7
|
-
})(SwipeDirection || (SwipeDirection = {}));
|
|
8
|
-
|
|
9
|
-
export { SwipeDirection };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { SwipeDirections } from 'react-swipeable';
|
|
2
|
-
import { HandledEvents } from 'react-swipeable/es/types';
|
|
3
|
-
type ShouldSkipSwipingParams = {
|
|
4
|
-
deltaY: number;
|
|
5
|
-
startY: number;
|
|
6
|
-
event: HandledEvents;
|
|
7
|
-
dir: SwipeDirections;
|
|
8
|
-
};
|
|
9
|
-
export { ShouldSkipSwipingParams };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|