@alfalab/core-components 48.29.0-snapshot-b4d1ee6 → 48.29.1
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/bottom-sheet/component.js +17 -27
- package/bottom-sheet/components/footer/Component.d.ts +0 -5
- package/bottom-sheet/components/footer/Component.js +5 -13
- package/bottom-sheet/components/footer/index.css +78 -9
- package/bottom-sheet/components/header/Component.d.ts +0 -3
- package/bottom-sheet/components/header/Component.js +7 -17
- package/bottom-sheet/components/header/index.css +9 -23
- package/bottom-sheet/cssm/component.js +17 -25
- package/bottom-sheet/cssm/components/footer/Component.d.ts +0 -5
- package/bottom-sheet/cssm/components/footer/Component.js +4 -10
- package/bottom-sheet/cssm/components/footer/index.module.css +78 -9
- package/bottom-sheet/cssm/components/header/Component.d.ts +0 -3
- package/bottom-sheet/cssm/components/header/Component.js +6 -14
- package/bottom-sheet/cssm/components/header/index.module.css +9 -25
- package/bottom-sheet/cssm/index.module.css +22 -21
- package/bottom-sheet/cssm/types.d.ts +2 -9
- package/bottom-sheet/cssm/utils.d.ts +1 -3
- package/bottom-sheet/cssm/utils.js +0 -5
- package/bottom-sheet/cssm/vars.css +2 -7
- package/bottom-sheet/esm/component.js +18 -28
- package/bottom-sheet/esm/components/footer/Component.d.ts +0 -5
- package/bottom-sheet/esm/components/footer/Component.js +5 -14
- package/bottom-sheet/esm/components/footer/index.css +78 -9
- package/bottom-sheet/esm/components/header/Component.d.ts +0 -3
- package/bottom-sheet/esm/components/header/Component.js +7 -18
- package/bottom-sheet/esm/components/header/index.css +9 -23
- package/bottom-sheet/esm/index.css +22 -21
- package/bottom-sheet/esm/types.d.ts +2 -9
- package/bottom-sheet/esm/utils.d.ts +1 -3
- package/bottom-sheet/esm/utils.js +1 -5
- package/bottom-sheet/index.css +22 -21
- package/bottom-sheet/modern/component.js +13 -24
- package/bottom-sheet/modern/components/footer/Component.d.ts +0 -5
- package/bottom-sheet/modern/components/footer/Component.js +4 -13
- package/bottom-sheet/modern/components/footer/index.css +78 -9
- package/bottom-sheet/modern/components/header/Component.d.ts +0 -3
- package/bottom-sheet/modern/components/header/Component.js +6 -17
- package/bottom-sheet/modern/components/header/index.css +9 -23
- package/bottom-sheet/modern/index.css +22 -21
- package/bottom-sheet/modern/types.d.ts +2 -9
- package/bottom-sheet/modern/utils.d.ts +1 -3
- package/bottom-sheet/modern/utils.js +1 -2
- package/bottom-sheet/moderncssm/component.js +13 -24
- package/bottom-sheet/moderncssm/components/footer/Component.d.ts +0 -5
- package/bottom-sheet/moderncssm/components/footer/Component.js +3 -8
- package/bottom-sheet/moderncssm/components/footer/index.module.css +26 -7
- package/bottom-sheet/moderncssm/components/header/Component.d.ts +0 -3
- package/bottom-sheet/moderncssm/components/header/Component.js +5 -12
- package/bottom-sheet/moderncssm/components/header/index.module.css +8 -27
- package/bottom-sheet/moderncssm/index.js +0 -6
- package/bottom-sheet/moderncssm/index.module.css +6 -8
- package/bottom-sheet/moderncssm/types.d.ts +2 -9
- package/bottom-sheet/moderncssm/utils.d.ts +1 -3
- package/bottom-sheet/moderncssm/utils.js +1 -2
- package/bottom-sheet/moderncssm/vars.css +2 -7
- package/bottom-sheet/types.d.ts +2 -9
- package/bottom-sheet/utils.d.ts +1 -3
- package/bottom-sheet/utils.js +0 -5
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile/index.js +1 -1
- package/calendar/mobile/index.js +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile/index.js +1 -1
- package/cdn-icon/cssm/hooks/use-icon.js +1 -1
- package/cdn-icon/esm/hooks/use-icon.js +1 -1
- package/cdn-icon/hooks/use-icon.js +1 -1
- package/cdn-icon/modern/hooks/use-icon.js +1 -1
- package/cdn-icon/moderncssm/hooks/use-icon.js +1 -1
- package/collapse/Component.d.ts +0 -5
- package/collapse/Component.js +3 -3
- package/collapse/cssm/Component.d.ts +0 -5
- package/collapse/cssm/Component.js +3 -3
- package/collapse/esm/Component.d.ts +0 -5
- package/collapse/esm/Component.js +3 -3
- package/collapse/modern/Component.d.ts +0 -5
- package/collapse/modern/Component.js +2 -2
- package/collapse/moderncssm/Component.d.ts +0 -5
- package/collapse/moderncssm/Component.js +2 -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/file-upload-item/components/actions-control/actions.js +1 -1
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/components/actions-control/actions.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/index.js +1 -1
- package/file-upload-item/esm/index.js +1 -1
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/components/actions-control/actions.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/index.js +1 -1
- package/file-upload-item/modern/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/hooks.js +1 -1
- package/gallery/components/image-viewer/single.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/hooks.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/single.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +1 -1
- package/gallery/esm/index.js +1 -1
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/hooks.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/single.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/input-autocomplete/cssm/mobile/Component.mobile.js +1 -3
- package/input-autocomplete/esm/mobile/Component.mobile.js +1 -3
- package/input-autocomplete/mobile/Component.mobile.js +1 -3
- package/input-autocomplete/modern/mobile/Component.mobile.js +1 -7
- package/input-autocomplete/moderncssm/mobile/Component.mobile.js +1 -7
- package/international-phone-input/components/country-select/Component.js +0 -1
- package/international-phone-input/cssm/components/country-select/Component.js +0 -1
- package/international-phone-input/cssm/typings-d515b24c.d.ts +564 -17
- package/international-phone-input/esm/components/country-select/Component.js +0 -1
- package/international-phone-input/esm/typings-d515b24c.d.ts +1 -31
- package/international-phone-input/modern/components/country-select/Component.js +0 -1
- package/international-phone-input/modern/typings-d515b24c.d.ts +1 -31
- package/international-phone-input/moderncssm/components/country-select/Component.js +0 -1
- package/international-phone-input/moderncssm/typings-d515b24c.d.ts +1 -31
- package/international-phone-input/typings-d515b24c.d.ts +1 -31
- 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/navigation-bar-private/Component.js +6 -6
- package/navigation-bar-private/components/back-arrow-addon/Component.d.ts +0 -5
- package/navigation-bar-private/components/back-arrow-addon/Component.js +3 -14
- package/navigation-bar-private/components/back-arrow-addon/index.css +18 -4
- package/navigation-bar-private/components/closer/default.css +0 -2
- package/navigation-bar-private/components/closer/inverted.css +0 -2
- package/navigation-bar-private/cssm/Component.js +6 -6
- package/navigation-bar-private/cssm/components/back-arrow-addon/Component.d.ts +0 -5
- package/navigation-bar-private/cssm/components/back-arrow-addon/Component.js +3 -12
- package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +18 -4
- package/navigation-bar-private/cssm/components/closer/default.module.css +0 -2
- package/navigation-bar-private/cssm/components/closer/inverted.module.css +0 -2
- package/navigation-bar-private/cssm/types.d.ts +1 -10
- package/navigation-bar-private/cssm/vars.css +0 -2
- package/navigation-bar-private/esm/Component.js +6 -6
- package/navigation-bar-private/esm/components/back-arrow-addon/Component.d.ts +0 -5
- package/navigation-bar-private/esm/components/back-arrow-addon/Component.js +3 -14
- package/navigation-bar-private/esm/components/back-arrow-addon/index.css +18 -4
- package/navigation-bar-private/esm/components/closer/default.css +0 -2
- package/navigation-bar-private/esm/components/closer/inverted.css +0 -2
- package/navigation-bar-private/esm/types.d.ts +1 -10
- package/navigation-bar-private/modern/Component.js +4 -4
- package/navigation-bar-private/modern/components/back-arrow-addon/Component.d.ts +0 -5
- package/navigation-bar-private/modern/components/back-arrow-addon/Component.js +3 -14
- package/navigation-bar-private/modern/components/back-arrow-addon/index.css +18 -4
- package/navigation-bar-private/modern/components/closer/default.css +0 -2
- package/navigation-bar-private/modern/components/closer/inverted.css +0 -2
- package/navigation-bar-private/modern/types.d.ts +1 -10
- package/navigation-bar-private/moderncssm/Component.js +4 -6
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.d.ts +0 -5
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.js +3 -10
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.js +0 -2
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.module.css +16 -2
- package/navigation-bar-private/moderncssm/components/closer/default.module.css +0 -2
- package/navigation-bar-private/moderncssm/components/closer/inverted.module.css +0 -2
- package/navigation-bar-private/moderncssm/index.js +0 -2
- package/navigation-bar-private/moderncssm/shared/index.js +0 -2
- package/navigation-bar-private/moderncssm/types.d.ts +1 -10
- package/navigation-bar-private/moderncssm/vars.css +0 -2
- package/navigation-bar-private/types.d.ts +1 -10
- package/package.json +1 -1
- package/picker-button/cssm/Component-c44170fe.d.ts +2 -2
- package/picker-button/cssm/mobile/Component.mobile.js +1 -1
- package/picker-button/cssm/transformSize-ebda875c.d.ts +1 -1
- package/picker-button/cssm/typings-d515b24c.d.ts +1 -31
- package/picker-button/esm/mobile/Component.mobile.js +1 -1
- package/picker-button/esm/typings-d515b24c.d.ts +1 -31
- package/picker-button/mobile/Component.mobile.js +1 -1
- package/picker-button/modern/mobile/Component.mobile.js +0 -1
- package/picker-button/modern/typings-d515b24c.d.ts +1 -31
- package/picker-button/moderncssm/mobile/Component.mobile.js +0 -1
- package/picker-button/moderncssm/typings-d515b24c.d.ts +1 -31
- package/picker-button/typings-d515b24c.d.ts +1 -31
- package/plate/components/base-plate/Component.js +1 -1
- package/plate/cssm/index-785a2fbf.d.ts +1 -1
- package/plate/esm/Component.responsive.js +1 -1
- package/plate/esm/components/base-plate/Component.js +1 -1
- package/plate/esm/components/base-plate/index.js +1 -1
- package/plate/esm/desktop/Component.desktop.js +1 -1
- package/plate/esm/desktop/index.js +1 -1
- package/plate/esm/index-785a2fbf.d.ts +3 -3
- package/plate/esm/index.js +1 -1
- package/plate/esm/mobile/Component.mobile.js +1 -1
- package/plate/esm/mobile/index.js +1 -1
- package/plate/esm/shared/index.js +1 -1
- package/plate/esm/utils.js +1 -1
- package/plate/index-785a2fbf.d.ts +3 -3
- package/plate/modern/Component.responsive.js +1 -1
- package/plate/modern/components/base-plate/Component.js +1 -1
- package/plate/modern/components/base-plate/index.js +1 -1
- package/plate/modern/desktop/Component.desktop.js +1 -1
- package/plate/modern/desktop/index.js +1 -1
- package/plate/modern/index-785a2fbf.d.ts +3 -3
- package/plate/modern/index.js +1 -1
- package/plate/modern/mobile/Component.mobile.js +1 -1
- package/plate/modern/mobile/index.js +1 -1
- package/plate/modern/shared/index.js +1 -1
- package/plate/modern/utils.js +1 -1
- package/plate/moderncssm/index-785a2fbf.d.ts +1 -1
- package/plate/utils.js +1 -1
- 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-3b563e70.d.ts +5 -5
- 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/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/cssm/mobile/Component.mobile.js +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/index.js +2 -2
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/mobile/Component.mobile.js +4 -4
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- 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 +3 -3
- package/select/mobile/Component.mobile.js +2 -2
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +2 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +3 -4
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- 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 +3 -3
- package/select/moderncssm/mobile/Component.mobile.js +0 -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/select-with-tags/components/base-select-with-tags/Component.js +0 -1
- package/select-with-tags/cssm/components/base-select-with-tags/Component.js +0 -1
- package/select-with-tags/esm/components/base-select-with-tags/Component.js +0 -1
- package/select-with-tags/modern/components/base-select-with-tags/Component.js +0 -1
- package/select-with-tags/moderncssm/components/base-select-with-tags/Component.js +0 -1
- package/shared/cssm/get-color-var/color-mapper.js +6 -0
- package/shared/cssm/get-color-var/types.d.ts +1 -1
- package/shared/esm/get-color-var/color-mapper.js +6 -0
- package/shared/esm/get-color-var/types.d.ts +1 -1
- package/shared/get-color-var/color-mapper.js +6 -0
- package/shared/get-color-var/types.d.ts +1 -1
- package/shared/modern/get-color-var/color-mapper.js +6 -0
- package/shared/modern/get-color-var/types.d.ts +1 -1
- package/shared/moderncssm/get-color-var/color-mapper.js +6 -0
- package/shared/moderncssm/get-color-var/types.d.ts +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/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- package/textarea/Component.js +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/esm/Component.js +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.js +1 -1
- package/textarea/modern/Component.js +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.js +1 -1
- package/textarea/moderncssm/Component.d.ts +1 -1
- package/themes/bottom-sheet/click.css +3 -0
- package/themes/bottom-sheet/intranet.css +3 -0
- package/themes/bottom-sheet/mobile.css +4 -0
- package/themes/bottom-sheet/site.css +3 -0
- package/themes/click.css +3 -0
- package/themes/click.d.ts +1 -1
- package/themes/click.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +436 -455
- package/themes/compiled/mobile-dark-bluetint.d.ts +1 -1
- package/themes/compiled/mobile-dark-bluetint.js +1 -1
- package/themes/esm/click.d.ts +1 -1
- package/themes/esm/click.js +1 -1
- package/themes/esm/compiled/mobile-dark-bluetint.d.ts +1 -1
- package/themes/esm/compiled/mobile-dark-bluetint.js +1 -1
- package/themes/esm/intranet.d.ts +1 -1
- package/themes/esm/intranet.js +1 -1
- package/themes/esm/mobile.d.ts +1 -1
- package/themes/esm/mobile.js +1 -1
- package/themes/esm/site.d.ts +1 -1
- package/themes/esm/site.js +1 -1
- package/themes/intranet.css +1 -0
- package/themes/intranet.d.ts +1 -1
- package/themes/intranet.js +1 -1
- package/themes/mixins/bottom-sheet/click.css +3 -0
- package/themes/mixins/bottom-sheet/intranet.css +3 -0
- package/themes/mixins/bottom-sheet/mobile.css +4 -0
- package/themes/mixins/bottom-sheet/site.css +3 -0
- package/themes/mixins/intranet.css +2 -0
- package/themes/mixins/mobile.css +2 -0
- package/themes/mixins/site.css +2 -0
- package/themes/mobile.css +2 -0
- package/themes/mobile.d.ts +1 -1
- package/themes/mobile.js +1 -1
- package/themes/modern/click.d.ts +1 -1
- package/themes/modern/click.js +3 -0
- package/themes/modern/compiled/mobile-dark-bluetint.d.ts +1 -1
- package/themes/modern/compiled/mobile-dark-bluetint.js +436 -455
- package/themes/modern/intranet.d.ts +1 -1
- package/themes/modern/intranet.js +1 -0
- package/themes/modern/mobile.d.ts +1 -1
- package/themes/modern/mobile.js +2 -0
- package/themes/modern/site.d.ts +1 -1
- package/themes/modern/site.js +1 -0
- package/themes/site.css +1 -0
- package/themes/site.d.ts +1 -1
- package/themes/site.js +1 -1
- package/tooltip/cssm/mobile/Component.mobile.js +1 -1
- package/tooltip/esm/mobile/Component.mobile.js +1 -1
- package/tooltip/mobile/Component.mobile.js +1 -1
- package/tooltip/modern/mobile/Component.mobile.js +1 -1
- package/tooltip/moderncssm/mobile/Component.mobile.js +1 -1
- package/typography/cssm/text/alfasans-index.module.css +16 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/moderncssm/title/alfasans-index.module.css +0 -10
- package/typography/text/component.js +1 -1
- package/typography/title/component.d.ts +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.d.ts +1 -1
- package/typography/title/index.js +1 -1
- package/typography/title-mobile/component.d.ts +1 -1
- package/typography/title-mobile/component.js +1 -1
- package/typography/title-responsive/component.d.ts +1 -1
- package/underlay/Component.js +1 -1
- package/underlay/cssm/index.module.css +13 -13
- package/underlay/esm/Component.js +1 -1
- package/underlay/esm/index.css +13 -13
- package/underlay/esm/index.js +1 -1
- package/underlay/esm/utils/getBorderCorners.js +1 -1
- package/underlay/esm/utils/getClasses.js +1 -1
- package/underlay/index.css +13 -13
- package/underlay/modern/Component.js +1 -1
- package/underlay/modern/index.css +13 -13
- package/underlay/modern/index.js +1 -1
- package/underlay/modern/utils/getBorderCorners.js +1 -1
- package/underlay/modern/utils/getClasses.js +1 -1
- package/underlay/moderncssm/index.module.css +1 -1
- package/underlay/utils/getBorderCorners.js +1 -1
- package/underlay/utils/getClasses.js +1 -1
- package/universal-date-input/cssm/index-5712fce2.d.ts +0 -14
- package/universal-date-input/esm/index-5712fce2.d.ts +0 -14
- package/universal-date-input/index-5712fce2.d.ts +0 -14
- package/universal-date-input/modern/index-5712fce2.d.ts +0 -14
- package/universal-date-input/moderncssm/index-5712fce2.d.ts +0 -14
- package/universal-modal/Component.responsive.d.ts +4 -4
- package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/desktop/Component.desktop.d.ts +2 -2
- package/universal-modal/desktop/components/center-modal/center-modal.d.ts +1 -1
- package/universal-modal/desktop/components/side-modal/side-modal.d.ts +1 -1
- package/universal-modal/esm/Component.responsive.d.ts +4 -4
- package/universal-modal/esm/Component.responsive.js +1 -1
- package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/components/header/index.js +1 -1
- package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/esm/desktop/Component.desktop.d.ts +2 -2
- package/universal-modal/esm/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/desktop/components/center-modal/center-modal.d.ts +1 -1
- package/universal-modal/esm/desktop/components/side-modal/side-modal.d.ts +1 -1
- package/universal-modal/esm/desktop/index.js +1 -1
- package/universal-modal/esm/index.js +1 -1
- package/universal-modal/esm/mobile/Component.mobile.d.ts +2 -2
- package/universal-modal/esm/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/mobile/index.js +1 -1
- package/universal-modal/mobile/Component.mobile.d.ts +2 -2
- package/universal-modal/modern/Component.responsive.d.ts +4 -4
- package/universal-modal/modern/Component.responsive.js +1 -1
- package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/components/header/index.js +1 -1
- package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/modern/desktop/Component.desktop.d.ts +2 -2
- package/universal-modal/modern/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/desktop/components/center-modal/center-modal.d.ts +1 -1
- package/universal-modal/modern/desktop/components/side-modal/side-modal.d.ts +1 -1
- package/universal-modal/modern/desktop/index.js +1 -1
- package/universal-modal/modern/index.js +1 -1
- package/universal-modal/modern/mobile/Component.mobile.d.ts +2 -2
- package/universal-modal/modern/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/mobile/index.js +1 -1
- package/vars/mixins.css +1 -1
- package/bottom-sheet/components/footer/default.css +0 -45
- package/bottom-sheet/components/footer/inverted.css +0 -45
- package/bottom-sheet/components/header/default.css +0 -46
- package/bottom-sheet/components/header/inverted.css +0 -46
- package/bottom-sheet/cssm/components/footer/default.module.css +0 -44
- package/bottom-sheet/cssm/components/footer/inverted.module.css +0 -44
- package/bottom-sheet/cssm/components/header/default.module.css +0 -45
- package/bottom-sheet/cssm/components/header/inverted.module.css +0 -45
- package/bottom-sheet/cssm/default.module.css +0 -47
- package/bottom-sheet/cssm/inverted.module.css +0 -47
- package/bottom-sheet/default.css +0 -48
- package/bottom-sheet/esm/components/footer/default.css +0 -45
- package/bottom-sheet/esm/components/footer/inverted.css +0 -45
- package/bottom-sheet/esm/components/header/default.css +0 -46
- package/bottom-sheet/esm/components/header/inverted.css +0 -46
- package/bottom-sheet/esm/default.css +0 -48
- package/bottom-sheet/esm/inverted.css +0 -48
- package/bottom-sheet/inverted.css +0 -48
- package/bottom-sheet/modern/components/footer/default.css +0 -45
- package/bottom-sheet/modern/components/footer/inverted.css +0 -45
- package/bottom-sheet/modern/components/header/default.css +0 -46
- package/bottom-sheet/modern/components/header/inverted.css +0 -46
- package/bottom-sheet/modern/default.css +0 -48
- package/bottom-sheet/modern/inverted.css +0 -48
- package/bottom-sheet/moderncssm/components/footer/default.module.css +0 -22
- package/bottom-sheet/moderncssm/components/footer/inverted.module.css +0 -22
- package/bottom-sheet/moderncssm/components/header/default.module.css +0 -26
- package/bottom-sheet/moderncssm/components/header/inverted.module.css +0 -26
- package/bottom-sheet/moderncssm/default.module.css +0 -27
- package/bottom-sheet/moderncssm/inverted.module.css +0 -27
- package/international-phone-input/cssm/index-235f6347.d.ts +0 -291
- package/international-phone-input/cssm/types-464d40a4.d.ts +0 -300
- package/navigation-bar-private/components/back-arrow-addon/default.css +0 -75
- package/navigation-bar-private/components/back-arrow-addon/inverted.css +0 -77
- package/navigation-bar-private/cssm/components/back-arrow-addon/default.module.css +0 -74
- package/navigation-bar-private/cssm/components/back-arrow-addon/inverted.module.css +0 -76
- package/navigation-bar-private/esm/components/back-arrow-addon/default.css +0 -75
- package/navigation-bar-private/esm/components/back-arrow-addon/inverted.css +0 -77
- package/navigation-bar-private/modern/components/back-arrow-addon/default.css +0 -75
- package/navigation-bar-private/modern/components/back-arrow-addon/inverted.css +0 -77
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/default.module.css +0 -35
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/inverted.module.css +0 -37
- /package/calendar/{calendarMonthOnlyView-16b5dcd3.d.ts → calendarMonthOnlyView-8f65fc83.d.ts} +0 -0
- /package/calendar/{calendarMonthOnlyView-16b5dcd3.js → calendarMonthOnlyView-8f65fc83.js} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-b0a0229f.d.ts → calendarMonthOnlyView-61641683.d.ts} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-b0a0229f.js → calendarMonthOnlyView-61641683.js} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-5a7b8b21.d.ts → calendarMonthOnlyView-b59127e7.d.ts} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-5a7b8b21.js → calendarMonthOnlyView-b59127e7.js} +0 -0
- /package/confirmation/{countdown-section-9a9515cd.d.ts → countdown-section-3af93f30.d.ts} +0 -0
- /package/confirmation/{countdown-section-9a9515cd.js → countdown-section-3af93f30.js} +0 -0
- /package/confirmation/esm/{countdown-section-ae9348ec.d.ts → countdown-section-7ea7648f.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-ae9348ec.js → countdown-section-7ea7648f.js} +0 -0
- /package/confirmation/modern/{countdown-section-77fe4bb7.d.ts → countdown-section-152e8899.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-77fe4bb7.js → countdown-section-152e8899.js} +0 -0
- /package/file-upload-item/{actions-control.module-d0ef1eb5.js → actions-control.module-e49d99f9.js} +0 -0
- /package/file-upload-item/esm/{actions-control.module-208119bf.js → actions-control.module-59f3efe0.js} +0 -0
- /package/file-upload-item/modern/{actions-control.module-9765d740.js → actions-control.module-31ae7e6a.js} +0 -0
- /package/gallery/esm/{hooks-0750407c.d.ts → hooks-3ba70bfe.d.ts} +0 -0
- /package/gallery/esm/{hooks-0750407c.js → hooks-3ba70bfe.js} +0 -0
- /package/gallery/{hooks-a2794cd9.d.ts → hooks-f548e8aa.d.ts} +0 -0
- /package/gallery/{hooks-a2794cd9.js → hooks-f548e8aa.js} +0 -0
- /package/gallery/modern/{hooks-86736163.d.ts → hooks-35166014.d.ts} +0 -0
- /package/gallery/modern/{hooks-86736163.js → hooks-35166014.js} +0 -0
- /package/modal/esm/{layout.module-6d36fed2.js → layout.module-38b6619a.js} +0 -0
- /package/modal/{layout.module-51ca7239.js → layout.module-6779a703.js} +0 -0
- /package/modal/modern/{layout.module-25ef6209.js → layout.module-56d5d2b1.js} +0 -0
- /package/plate/esm/{warning-f18d6331.d.ts → warning-88ac8fba.d.ts} +0 -0
- /package/plate/esm/{warning-f18d6331.js → warning-88ac8fba.js} +0 -0
- /package/plate/modern/{warning-747dae8c.d.ts → warning-95a104f3.d.ts} +0 -0
- /package/plate/modern/{warning-747dae8c.js → warning-95a104f3.js} +0 -0
- /package/plate/{warning-f0dda7b9.d.ts → warning-1d0b6fb3.d.ts} +0 -0
- /package/plate/{warning-f0dda7b9.js → warning-1d0b6fb3.js} +0 -0
- /package/pure-cell/{component-175ec844.d.ts → component-57ff0578.d.ts} +0 -0
- /package/pure-cell/{component-175ec844.js → component-57ff0578.js} +0 -0
- /package/pure-cell/esm/{component-cb79e2d3.d.ts → component-46c094e5.d.ts} +0 -0
- /package/pure-cell/esm/{component-cb79e2d3.js → component-46c094e5.js} +0 -0
- /package/pure-cell/modern/{component-83d506c4.d.ts → component-fdd15f6a.d.ts} +0 -0
- /package/pure-cell/modern/{component-83d506c4.js → component-fdd15f6a.js} +0 -0
- /package/select/esm/{hook-268f991d.d.ts → hook-63ca9082.d.ts} +0 -0
- /package/select/esm/{hook-268f991d.js → hook-63ca9082.js} +0 -0
- /package/select/esm/{list-popover-desktop-48e84237.d.ts → list-popover-desktop-a02fb4f6.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-48e84237.js → list-popover-desktop-a02fb4f6.js} +0 -0
- /package/select/esm/{mobile.module-0c210cb6.js → mobile.module-7dfaf1d3.js} +0 -0
- /package/select/{hook-10786da9.d.ts → hook-1c0009d1.d.ts} +0 -0
- /package/select/{hook-10786da9.js → hook-1c0009d1.js} +0 -0
- /package/select/{list-popover-desktop-13b35fdd.d.ts → list-popover-desktop-87c613fe.d.ts} +0 -0
- /package/select/{list-popover-desktop-13b35fdd.js → list-popover-desktop-87c613fe.js} +0 -0
- /package/select/{mobile.module-e4bd11ea.js → mobile.module-0f9323cd.js} +0 -0
- /package/select/modern/{hook-3472f893.d.ts → hook-9a056fcb.d.ts} +0 -0
- /package/select/modern/{hook-3472f893.js → hook-9a056fcb.js} +0 -0
- /package/select/modern/{list-popover-desktop-d5ee8b7a.d.ts → list-popover-desktop-c86232bb.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-d5ee8b7a.js → list-popover-desktop-c86232bb.js} +0 -0
- /package/select/modern/{mobile.module-aad1be1b.js → mobile.module-852f10c5.js} +0 -0
- /package/side-panel/esm/{layout.module-39c27a97.js → layout.module-92d8fe8b.js} +0 -0
- /package/side-panel/{layout.module-7161ee12.js → layout.module-b5c8a916.js} +0 -0
- /package/side-panel/modern/{layout.module-0566e711.js → layout.module-93bb2b7d.js} +0 -0
- /package/tabs/esm/{index.module-71c7b809.js → index.module-1badd6fb.js} +0 -0
- /package/tabs/esm/{index.module-c7b1270c.js → index.module-d4d76e8c.js} +0 -0
- /package/tabs/{index.module-01c05e46.js → index.module-42efbe51.js} +0 -0
- /package/tabs/{index.module-59aefec7.js → index.module-d587cdf0.js} +0 -0
- /package/tabs/modern/{index.module-2e43b405.js → index.module-4b1c5ce2.js} +0 -0
- /package/tabs/modern/{index.module-770b3536.js → index.module-edda29c6.js} +0 -0
- /package/textarea/{PseudoTextArea-dd409104.d.ts → PseudoTextArea-1238b412.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-dd409104.js → PseudoTextArea-1238b412.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-e29c54ee.d.ts → PseudoTextArea-cc16f9b9.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-e29c54ee.js → PseudoTextArea-cc16f9b9.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-397dd01e.d.ts → PseudoTextArea-5871ec18.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-397dd01e.js → PseudoTextArea-5871ec18.js} +0 -0
- /package/typography/{colors.module-dc8371a3.js → colors.module-2045f1bb.js} +0 -0
- /package/typography/{common.module-bea9ba51.js → common.module-168ead67.js} +0 -0
- /package/typography/esm/{colors.module-e811f915.js → colors.module-ef457733.js} +0 -0
- /package/typography/esm/{common.module-d5b2820c.js → common.module-0347a864.js} +0 -0
- /package/typography/modern/{colors.module-8efe43eb.js → colors.module-d328b0bd.js} +0 -0
- /package/typography/modern/{common.module-c5b13a6a.js → common.module-619479fc.js} +0 -0
- /package/underlay/esm/{index.module-0952e8df.js → index.module-cca3b871.js} +0 -0
- /package/underlay/{index.module-749d95bc.js → index.module-85882065.js} +0 -0
- /package/underlay/modern/{index.module-5f1b2ac1.js → index.module-39af6e8f.js} +0 -0
- /package/universal-modal/esm/{index.module-99cff4af.js → index.module-c2910958.js} +0 -0
- /package/universal-modal/{index.module-0216533a.js → index.module-5a21f3b2.js} +0 -0
- /package/universal-modal/modern/{index.module-f6691090.js → index.module-72a2cc50.js} +0 -0
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
2
|
-
const mobileDarkBluetint = `.
|
|
3
|
-
-
|
|
4
|
-
} .backdrop__appear_10lfj,
|
|
5
|
-
.backdrop__enter_10lfj {
|
|
6
|
-
background-color: transparent;
|
|
7
|
-
} .backdrop__appearActive_10lfj,
|
|
8
|
-
.backdrop__enterActive_10lfj,
|
|
9
|
-
.backdrop__appearDone_10lfj,
|
|
10
|
-
.backdrop__enterDone_10lfj {
|
|
11
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
12
|
-
} .backdrop__exit_10lfj {
|
|
13
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
14
|
-
} .backdrop__exitActive_10lfj,
|
|
15
|
-
.backdrop__exitDone_10lfj {
|
|
16
|
-
background-color: transparent;
|
|
17
|
-
} .backdrop__transparent_10lfj.backdrop__transparent_10lfj {
|
|
18
|
-
background-color: transparent;
|
|
2
|
+
const mobileDarkBluetint = `.divider__component_ip3af {
|
|
3
|
+
border-bottom: 1px solid #353539;
|
|
19
4
|
}.card-image__cardImage_ll3kr {
|
|
20
5
|
background: #e7e8ea;
|
|
21
6
|
} .card-image__loaded_ll3kr {
|
|
@@ -80,8 +65,23 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
80
65
|
background-color: rgba(255, 255, 255, 0.94);
|
|
81
66
|
} .badge__dot_120dx.badge__outlineCount_120dx {
|
|
82
67
|
border: 1px solid rgba(3, 3, 6, 0.88);
|
|
83
|
-
}.
|
|
84
|
-
|
|
68
|
+
}.backdrop__backdrop_10lfj {
|
|
69
|
+
-webkit-tap-highlight-color: transparent;
|
|
70
|
+
} .backdrop__appear_10lfj,
|
|
71
|
+
.backdrop__enter_10lfj {
|
|
72
|
+
background-color: transparent;
|
|
73
|
+
} .backdrop__appearActive_10lfj,
|
|
74
|
+
.backdrop__enterActive_10lfj,
|
|
75
|
+
.backdrop__appearDone_10lfj,
|
|
76
|
+
.backdrop__enterDone_10lfj {
|
|
77
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
78
|
+
} .backdrop__exit_10lfj {
|
|
79
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
80
|
+
} .backdrop__exitActive_10lfj,
|
|
81
|
+
.backdrop__exitDone_10lfj {
|
|
82
|
+
background-color: transparent;
|
|
83
|
+
} .backdrop__transparent_10lfj.backdrop__transparent_10lfj {
|
|
84
|
+
background-color: transparent;
|
|
85
85
|
}.dropzone__component_1ta7y {
|
|
86
86
|
border: 1px dashed rgba(255, 255, 255, 0.94);
|
|
87
87
|
} .dropzone__component_1ta7y:not(.dropzone__disabled_1ta7y):hover {
|
|
@@ -295,7 +295,32 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
295
295
|
background-color: rgba(9, 12, 37, 0.28);
|
|
296
296
|
} .scrollbar__component_o7sjm.dragging .track .scrollbar.visible:before {
|
|
297
297
|
background-color: rgba(4, 4, 21, 0.47);
|
|
298
|
-
}.
|
|
298
|
+
}.skeleton__component_178a3 {
|
|
299
|
+
background: rgba(214, 214, 229, 0.07);
|
|
300
|
+
} @keyframes skeleton__background_178a3 {
|
|
301
|
+
0% {
|
|
302
|
+
background: rgba(214, 214, 229, 0.07);
|
|
303
|
+
}
|
|
304
|
+
100% {
|
|
305
|
+
background: rgba(222, 222, 238, 0.13);
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
.skeleton__component_1skbv {
|
|
309
|
+
color: transparent
|
|
310
|
+
} .skeleton__component_1skbv:before {
|
|
311
|
+
background: transparent;
|
|
312
|
+
}
|
|
313
|
+
.skeleton__component_qenue {
|
|
314
|
+
background: rgba(38, 55, 88, 0.06);
|
|
315
|
+
} @keyframes skeleton__background-inverted_qenue {
|
|
316
|
+
0% {
|
|
317
|
+
background: rgba(38, 55, 88, 0.06);
|
|
318
|
+
}
|
|
319
|
+
100% {
|
|
320
|
+
background: rgba(15, 25, 55, 0.1);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
.segmented-control__wrapper_v4ab2 {
|
|
299
324
|
background-color: rgba(225, 225, 248, 0.09);
|
|
300
325
|
} .segmented-control__segment_v4ab2.segmented-control__selected_v4ab2 {
|
|
301
326
|
color: rgba(255, 255, 255, 0.94);
|
|
@@ -329,32 +354,7 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
329
354
|
color: rgba(3, 3, 6, 0.88)
|
|
330
355
|
} .segmented-control__segment_1qjhk:not(:first-child):before {
|
|
331
356
|
background-color: rgba(15, 25, 55, 0.1);
|
|
332
|
-
}.
|
|
333
|
-
background: rgba(214, 214, 229, 0.07);
|
|
334
|
-
} @keyframes skeleton__background_178a3 {
|
|
335
|
-
0% {
|
|
336
|
-
background: rgba(214, 214, 229, 0.07);
|
|
337
|
-
}
|
|
338
|
-
100% {
|
|
339
|
-
background: rgba(222, 222, 238, 0.13);
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
.skeleton__component_1skbv {
|
|
343
|
-
color: transparent
|
|
344
|
-
} .skeleton__component_1skbv:before {
|
|
345
|
-
background: transparent;
|
|
346
|
-
}
|
|
347
|
-
.skeleton__component_qenue {
|
|
348
|
-
background: rgba(38, 55, 88, 0.06);
|
|
349
|
-
} @keyframes skeleton__background-inverted_qenue {
|
|
350
|
-
0% {
|
|
351
|
-
background: rgba(38, 55, 88, 0.06);
|
|
352
|
-
}
|
|
353
|
-
100% {
|
|
354
|
-
background: rgba(15, 25, 55, 0.1);
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
.slider__component_1cp1w .noUi-base:hover .noUi-connects {
|
|
357
|
+
}.slider__component_1cp1w .noUi-base:hover .noUi-connects {
|
|
358
358
|
background: rgba(222, 222, 238, 0.13);
|
|
359
359
|
} .slider__component_1cp1w .noUi-base:hover .noUi-connect {
|
|
360
360
|
background: #f83a2a;
|
|
@@ -458,31 +458,31 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
458
458
|
.status-badge__neutral-operation_1f3lp,
|
|
459
459
|
.status-badge__neutral-cross_1f3lp {
|
|
460
460
|
background-color: #898991;
|
|
461
|
-
}.underlay__background-accent_mckhd
|
|
461
|
+
}.underlay__background-accent_mckhd {
|
|
462
462
|
background-color: #ef3124;
|
|
463
|
-
} .underlay__background-info_mckhd
|
|
463
|
+
} .underlay__background-info_mckhd {
|
|
464
464
|
background-color: #001c3c;
|
|
465
|
-
} .underlay__background-attention-muted_mckhd
|
|
465
|
+
} .underlay__background-attention-muted_mckhd {
|
|
466
466
|
background-color: #36291f;
|
|
467
|
-
} .underlay__background-positive-muted_mckhd
|
|
467
|
+
} .underlay__background-positive-muted_mckhd {
|
|
468
468
|
background-color: #232d25;
|
|
469
|
-
} .underlay__background-negative-muted_mckhd
|
|
469
|
+
} .underlay__background-negative-muted_mckhd {
|
|
470
470
|
background-color: #392523;
|
|
471
|
-
} .underlay__background-primary_mckhd
|
|
471
|
+
} .underlay__background-primary_mckhd {
|
|
472
472
|
background-color: #121213;
|
|
473
|
-
} .underlay__background-primary-inverted_mckhd
|
|
473
|
+
} .underlay__background-primary-inverted_mckhd {
|
|
474
474
|
background-color: #fff;
|
|
475
|
-
} .underlay__background-secondary_mckhd
|
|
475
|
+
} .underlay__background-secondary_mckhd {
|
|
476
476
|
background-color: #1c1c1e;
|
|
477
|
-
} .underlay__background-secondary-inverted_mckhd
|
|
477
|
+
} .underlay__background-secondary-inverted_mckhd {
|
|
478
478
|
background-color: #f2f3f5;
|
|
479
|
-
} .underlay__background-tertiary_mckhd
|
|
479
|
+
} .underlay__background-tertiary_mckhd {
|
|
480
480
|
background-color: #27272a;
|
|
481
|
-
} .underlay__background-tertiary-inverted_mckhd
|
|
481
|
+
} .underlay__background-tertiary-inverted_mckhd {
|
|
482
482
|
background-color: #e7e8ea;
|
|
483
|
-
} .underlay__background-quaternary_mckhd
|
|
483
|
+
} .underlay__background-quaternary_mckhd {
|
|
484
484
|
background-color: #36363a;
|
|
485
|
-
} .underlay__background-quaternary-inverted_mckhd
|
|
485
|
+
} .underlay__background-quaternary-inverted_mckhd {
|
|
486
486
|
background-color: #dcdee2;
|
|
487
487
|
} .underlay__background-specialbg-component_mckhd {
|
|
488
488
|
background-color: rgba(255, 255, 255, 0.1);
|
|
@@ -747,30 +747,7 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
747
747
|
color: rgba(233, 233, 250, 0.37);
|
|
748
748
|
} .code-input__input_p0d8p:-webkit-autofill {
|
|
749
749
|
-webkit-text-fill-color: rgba(255, 255, 255, 0.94);
|
|
750
|
-
}.filter-
|
|
751
|
-
background-color: rgba(214, 214, 229, 0.07)
|
|
752
|
-
} .filter-tag__valueButton_1n873.filter-tag__filled_1n873:disabled {
|
|
753
|
-
background-color: rgba(214, 214, 229, 0.07);
|
|
754
|
-
} @media (hover: hover) {
|
|
755
|
-
.filter-tag__valueButton_1n873.filter-tag__filled_1n873:not(:disabled):hover {
|
|
756
|
-
background-color: rgba(214, 214, 229, 0.07);
|
|
757
|
-
}
|
|
758
|
-
} .filter-tag__valueButton_1n873.filter-tag__filled_1n873:not(:disabled):active {
|
|
759
|
-
background-color: rgba(222, 222, 238, 0.13);
|
|
760
|
-
}
|
|
761
|
-
.filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1 {
|
|
762
|
-
background-color: rgba(38, 55, 88, 0.06)
|
|
763
|
-
} .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:disabled {
|
|
764
|
-
background-color: rgba(38, 55, 88, 0.06);
|
|
765
|
-
} @media (hover: hover) {
|
|
766
|
-
.filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:not(:disabled):hover {
|
|
767
|
-
background-color: rgba(38, 55, 88, 0.06);
|
|
768
|
-
}
|
|
769
|
-
} .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:not(:disabled):active {
|
|
770
|
-
background-color: rgba(5, 12, 41, 0.14);
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
.filter-tag__valueButton_6tmxc.filter-tag__filled_6tmxc {
|
|
750
|
+
}.filter-tag__valueButton_6tmxc.filter-tag__filled_6tmxc {
|
|
774
751
|
background-color: rgba(222, 222, 238, 0.13)
|
|
775
752
|
} .filter-tag__valueButton_6tmxc.filter-tag__filled_6tmxc:disabled {
|
|
776
753
|
background-color: rgba(214, 214, 229, 0.07);
|
|
@@ -793,6 +770,29 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
793
770
|
} .filter-tag__valueButton_lht8x.filter-tag__filled_lht8x:not(:disabled):active {
|
|
794
771
|
background-color: rgba(5, 11, 44, 0.18);
|
|
795
772
|
}
|
|
773
|
+
.filter-tag__valueButton_1n873.filter-tag__filled_1n873 {
|
|
774
|
+
background-color: rgba(214, 214, 229, 0.07)
|
|
775
|
+
} .filter-tag__valueButton_1n873.filter-tag__filled_1n873:disabled {
|
|
776
|
+
background-color: rgba(214, 214, 229, 0.07);
|
|
777
|
+
} @media (hover: hover) {
|
|
778
|
+
.filter-tag__valueButton_1n873.filter-tag__filled_1n873:not(:disabled):hover {
|
|
779
|
+
background-color: rgba(214, 214, 229, 0.07);
|
|
780
|
+
}
|
|
781
|
+
} .filter-tag__valueButton_1n873.filter-tag__filled_1n873:not(:disabled):active {
|
|
782
|
+
background-color: rgba(222, 222, 238, 0.13);
|
|
783
|
+
}
|
|
784
|
+
.filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1 {
|
|
785
|
+
background-color: rgba(38, 55, 88, 0.06)
|
|
786
|
+
} .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:disabled {
|
|
787
|
+
background-color: rgba(38, 55, 88, 0.06);
|
|
788
|
+
} @media (hover: hover) {
|
|
789
|
+
.filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:not(:disabled):hover {
|
|
790
|
+
background-color: rgba(38, 55, 88, 0.06);
|
|
791
|
+
}
|
|
792
|
+
} .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:not(:disabled):active {
|
|
793
|
+
background-color: rgba(5, 12, 41, 0.14);
|
|
794
|
+
}
|
|
795
|
+
|
|
796
796
|
.filter-tag__component_t6vcp.filter-tag__disabled_t6vcp {
|
|
797
797
|
background-color: transparent;
|
|
798
798
|
} .filter-tag__component_t6vcp.filter-tag__checked_t6vcp:not(.filter-tag__disabled_t6vcp) {
|
|
@@ -1050,7 +1050,21 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
1050
1050
|
#ff4837;
|
|
1051
1051
|
} .form-control__hasError_1fhlp .form-control__label_1fhlp {
|
|
1052
1052
|
color: rgba(4, 4, 19, 0.55);
|
|
1053
|
-
}.
|
|
1053
|
+
}.radio-group__label_1gg5s {
|
|
1054
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1055
|
+
}
|
|
1056
|
+
.radio-group__label_wi0hl {
|
|
1057
|
+
color: rgba(238, 238, 251, 0.55);
|
|
1058
|
+
}
|
|
1059
|
+
.radio-group__error_1adqh {
|
|
1060
|
+
border-left: 1px solid #ff4837
|
|
1061
|
+
} .radio-group__errorMessage_1adqh {
|
|
1062
|
+
color: #ff4837;
|
|
1063
|
+
} .radio-group__hint_1adqh {
|
|
1064
|
+
color: rgba(238, 238, 251, 0.55);
|
|
1065
|
+
} .radio-group__hiddenInput_1adqh:focus ~ button {
|
|
1066
|
+
outline: 2px solid #3193fc;
|
|
1067
|
+
}.radio__container_gp98a:not(.radio__checked_gp98a):not(.radio__disabled_gp98a) .radio__circle_gp98a {
|
|
1054
1068
|
background-color: #262629;
|
|
1055
1069
|
border: 1.5px solid rgba(238, 238, 251, 0.55);
|
|
1056
1070
|
} .radio__container_gp98a:not(.radio__checked_gp98a):not(.radio__disabled_gp98a):hover:not(:active) .radio__circle_gp98a {
|
|
@@ -1126,29 +1140,7 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
1126
1140
|
color: rgba(3, 3, 6, 0.88);
|
|
1127
1141
|
} .radio__hint_16qog {
|
|
1128
1142
|
color: rgba(4, 4, 19, 0.55);
|
|
1129
|
-
}.radio-group__label_1gg5s {
|
|
1130
|
-
color: rgba(255, 255, 255, 0.94);
|
|
1131
|
-
}
|
|
1132
|
-
.radio-group__label_wi0hl {
|
|
1133
|
-
color: rgba(238, 238, 251, 0.55);
|
|
1134
|
-
}
|
|
1135
|
-
.radio-group__error_1adqh {
|
|
1136
|
-
border-left: 1px solid #ff4837
|
|
1137
|
-
} .radio-group__errorMessage_1adqh {
|
|
1138
|
-
color: #ff4837;
|
|
1139
|
-
} .radio-group__hint_1adqh {
|
|
1140
|
-
color: rgba(238, 238, 251, 0.55);
|
|
1141
|
-
} .radio-group__hiddenInput_1adqh:focus ~ button {
|
|
1142
|
-
outline: 2px solid #3193fc;
|
|
1143
|
-
}.spinner__component_98he5 {
|
|
1144
|
-
color: rgba(255, 255, 255, 0.94);
|
|
1145
|
-
}
|
|
1146
|
-
@keyframes spinner__spin_animation_maei4 {
|
|
1147
|
-
}
|
|
1148
|
-
.spinner__component_2oeq8 {
|
|
1149
|
-
color: rgba(3, 3, 6, 0.88);
|
|
1150
1143
|
}
|
|
1151
|
-
|
|
1152
1144
|
.steps__option_1y13z {
|
|
1153
1145
|
color: rgba(255, 255, 255, 0.94);
|
|
1154
1146
|
background: rgba(222, 222, 238, 0.13)
|
|
@@ -1185,6 +1177,14 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
1185
1177
|
color: rgba(255, 255, 255, 0.94);
|
|
1186
1178
|
background-color: rgba(255, 255, 255, 0.94);
|
|
1187
1179
|
}
|
|
1180
|
+
.spinner__component_98he5 {
|
|
1181
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1182
|
+
}
|
|
1183
|
+
@keyframes spinner__spin_animation_maei4 {
|
|
1184
|
+
}
|
|
1185
|
+
.spinner__component_2oeq8 {
|
|
1186
|
+
color: rgba(3, 3, 6, 0.88);
|
|
1187
|
+
}
|
|
1188
1188
|
.page-indicator__element_117t1 {
|
|
1189
1189
|
background: rgba(222, 222, 238, 0.13)
|
|
1190
1190
|
} .page-indicator__element_117t1.page-indicator__active_117t1 {
|
|
@@ -1360,54 +1360,7 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
1360
1360
|
} .popover__arrow_ebmxs:after {
|
|
1361
1361
|
background-color: #1c1c1e;
|
|
1362
1362
|
border: 1px solid transparent;
|
|
1363
|
-
}.
|
|
1364
|
-
color: rgba(233, 233, 250, 0.37);
|
|
1365
|
-
} .typography__disabled_131py {
|
|
1366
|
-
color: rgba(231, 231, 248, 0.18);
|
|
1367
|
-
} .typography__accent_131py {
|
|
1368
|
-
color: #f83a2a;
|
|
1369
|
-
} .typography__primary_131py {
|
|
1370
|
-
color: rgba(255, 255, 255, 0.94);
|
|
1371
|
-
} .typography__attention_131py {
|
|
1372
|
-
color: #fa9313;
|
|
1373
|
-
} .typography__positive_131py {
|
|
1374
|
-
color: #0cc44d;
|
|
1375
|
-
} .typography__secondary_131py {
|
|
1376
|
-
color: rgba(238, 238, 251, 0.55);
|
|
1377
|
-
} .typography__tertiary-inverted_131py {
|
|
1378
|
-
color: rgba(5, 8, 29, 0.38);
|
|
1379
|
-
} .typography__primary-inverted_131py {
|
|
1380
|
-
color: rgba(3, 3, 6, 0.88);
|
|
1381
|
-
} .typography__secondary-inverted_131py {
|
|
1382
|
-
color: rgba(4, 4, 19, 0.55);
|
|
1383
|
-
} .typography__link_131py {
|
|
1384
|
-
color: #4a9dfc;
|
|
1385
|
-
} .typography__negative_131py {
|
|
1386
|
-
color: #ff4837;
|
|
1387
|
-
} .typography__static-primary-light_131py {
|
|
1388
|
-
color: #fff;
|
|
1389
|
-
} .typography__static-secondary-light_131py {
|
|
1390
|
-
color: rgba(238, 238, 251, 0.55);
|
|
1391
|
-
} .typography__static-tertiary-light_131py {
|
|
1392
|
-
color: rgba(233, 233, 250, 0.37);
|
|
1393
|
-
} .typography__static-primary-dark_131py {
|
|
1394
|
-
color: #0e0e0e;
|
|
1395
|
-
} .typography__static-secondary-dark_131py {
|
|
1396
|
-
color: rgba(4, 4, 19, 0.55);
|
|
1397
|
-
} .typography__static-tertiary-dark_131py {
|
|
1398
|
-
color: rgba(5, 8, 29, 0.38);
|
|
1399
|
-
} .typography__static-accent_131py {
|
|
1400
|
-
color: #ef3124;
|
|
1401
|
-
} .typography__static-positive_131py {
|
|
1402
|
-
color: #0d9336;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
.tag__filled_173rf {
|
|
1363
|
+
}.tag__filled_173rf {
|
|
1411
1364
|
background-color: rgba(222, 222, 238, 0.13)
|
|
1412
1365
|
} .tag__filled_173rf:disabled {
|
|
1413
1366
|
background-color: rgba(214, 214, 229, 0.07);
|
|
@@ -1558,45 +1511,92 @@ const mobileDarkBluetint = `.backdrop__backdrop_10lfj {
|
|
|
1558
1511
|
} .tag__component_14mj5.tag__checked_14mj5:active:not(:disabled) {
|
|
1559
1512
|
background-color: #353539;
|
|
1560
1513
|
border-color: #353539;
|
|
1561
|
-
}.
|
|
1562
|
-
background: #262629;
|
|
1563
|
-
} .sortable-list__secondary_owtx5 {
|
|
1564
|
-
background: #1c1c1e;
|
|
1565
|
-
}
|
|
1566
|
-
.sortable-list__component_q3vn2:hover .sortable-list__icon_q3vn2 {
|
|
1567
|
-
color: rgba(255, 255, 255, 0.94);
|
|
1568
|
-
} .sortable-list__icon_q3vn2 {
|
|
1569
|
-
color: rgba(238, 238, 251, 0.55);
|
|
1570
|
-
} .sortable-list__dragOverlay_q3vn2 {
|
|
1571
|
-
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1572
|
-
0 0 1px rgba(0, 0, 0, 0.04)
|
|
1573
|
-
} .sortable-list__dragOverlay_q3vn2 .sortable-list__icon_q3vn2 {
|
|
1574
|
-
color: rgba(255, 255, 255, 0.94);
|
|
1575
|
-
} @keyframes sortable-list__pop_q3vn2 {
|
|
1576
|
-
to {
|
|
1577
|
-
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1578
|
-
0 0 1px rgba(0, 0, 0, 0.04);
|
|
1579
|
-
}
|
|
1580
|
-
}.textarea__input_1n9em {
|
|
1581
|
-
color: rgba(255, 255, 255, 0.94);
|
|
1582
|
-
caret-color: rgba(255, 255, 255, 0.94);
|
|
1583
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1584
|
-
} .textarea__input_1n9em:-webkit-autofill {
|
|
1585
|
-
-webkit-text-fill-color: rgba(255, 255, 255, 0.94);
|
|
1586
|
-
} .textarea__input_1n9em::placeholder {
|
|
1587
|
-
color: rgba(238, 238, 251, 0.55);
|
|
1588
|
-
} .textarea__hasInnerLabel_1n9em::placeholder {
|
|
1589
|
-
color: rgba(233, 233, 250, 0.37);
|
|
1590
|
-
} .textarea__input_1n9em:read-only:not(.textarea__disableUserInput_1n9em) {
|
|
1591
|
-
color: rgba(233, 233, 250, 0.37)
|
|
1592
|
-
} .textarea__input_1n9em:read-only:not(.textarea__disableUserInput_1n9em):focus::placeholder {
|
|
1593
|
-
color: rgba(238, 238, 251, 0.55);
|
|
1594
|
-
} .textarea__input_1n9em:disabled {
|
|
1595
|
-
color: rgba(233, 233, 250, 0.37);
|
|
1596
|
-
-webkit-text-fill-color: rgba(233, 233, 250, 0.37);
|
|
1597
|
-
} .textarea__input_1n9em:focus::placeholder {
|
|
1514
|
+
}.typography__tertiary_131py {
|
|
1598
1515
|
color: rgba(233, 233, 250, 0.37);
|
|
1599
|
-
} .
|
|
1516
|
+
} .typography__disabled_131py {
|
|
1517
|
+
color: rgba(231, 231, 248, 0.18);
|
|
1518
|
+
} .typography__accent_131py {
|
|
1519
|
+
color: #f83a2a;
|
|
1520
|
+
} .typography__primary_131py {
|
|
1521
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1522
|
+
} .typography__attention_131py {
|
|
1523
|
+
color: #fa9313;
|
|
1524
|
+
} .typography__positive_131py {
|
|
1525
|
+
color: #0cc44d;
|
|
1526
|
+
} .typography__secondary_131py {
|
|
1527
|
+
color: rgba(238, 238, 251, 0.55);
|
|
1528
|
+
} .typography__tertiary-inverted_131py {
|
|
1529
|
+
color: rgba(5, 8, 29, 0.38);
|
|
1530
|
+
} .typography__primary-inverted_131py {
|
|
1531
|
+
color: rgba(3, 3, 6, 0.88);
|
|
1532
|
+
} .typography__secondary-inverted_131py {
|
|
1533
|
+
color: rgba(4, 4, 19, 0.55);
|
|
1534
|
+
} .typography__link_131py {
|
|
1535
|
+
color: #4a9dfc;
|
|
1536
|
+
} .typography__negative_131py {
|
|
1537
|
+
color: #ff4837;
|
|
1538
|
+
} .typography__static-primary-light_131py {
|
|
1539
|
+
color: #fff;
|
|
1540
|
+
} .typography__static-secondary-light_131py {
|
|
1541
|
+
color: rgba(238, 238, 251, 0.55);
|
|
1542
|
+
} .typography__static-tertiary-light_131py {
|
|
1543
|
+
color: rgba(233, 233, 250, 0.37);
|
|
1544
|
+
} .typography__static-primary-dark_131py {
|
|
1545
|
+
color: #0e0e0e;
|
|
1546
|
+
} .typography__static-secondary-dark_131py {
|
|
1547
|
+
color: rgba(4, 4, 19, 0.55);
|
|
1548
|
+
} .typography__static-tertiary-dark_131py {
|
|
1549
|
+
color: rgba(5, 8, 29, 0.38);
|
|
1550
|
+
} .typography__static-accent_131py {
|
|
1551
|
+
color: #ef3124;
|
|
1552
|
+
} .typography__static-positive_131py {
|
|
1553
|
+
color: #0d9336;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
|
|
1560
|
+
|
|
1561
|
+
.sortable-list__primary_owtx5 {
|
|
1562
|
+
background: #262629;
|
|
1563
|
+
} .sortable-list__secondary_owtx5 {
|
|
1564
|
+
background: #1c1c1e;
|
|
1565
|
+
}
|
|
1566
|
+
.sortable-list__component_q3vn2:hover .sortable-list__icon_q3vn2 {
|
|
1567
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1568
|
+
} .sortable-list__icon_q3vn2 {
|
|
1569
|
+
color: rgba(238, 238, 251, 0.55);
|
|
1570
|
+
} .sortable-list__dragOverlay_q3vn2 {
|
|
1571
|
+
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1572
|
+
0 0 1px rgba(0, 0, 0, 0.04)
|
|
1573
|
+
} .sortable-list__dragOverlay_q3vn2 .sortable-list__icon_q3vn2 {
|
|
1574
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1575
|
+
} @keyframes sortable-list__pop_q3vn2 {
|
|
1576
|
+
to {
|
|
1577
|
+
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1578
|
+
0 0 1px rgba(0, 0, 0, 0.04);
|
|
1579
|
+
}
|
|
1580
|
+
}.textarea__input_1n9em {
|
|
1581
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1582
|
+
caret-color: rgba(255, 255, 255, 0.94);
|
|
1583
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1584
|
+
} .textarea__input_1n9em:-webkit-autofill {
|
|
1585
|
+
-webkit-text-fill-color: rgba(255, 255, 255, 0.94);
|
|
1586
|
+
} .textarea__input_1n9em::placeholder {
|
|
1587
|
+
color: rgba(238, 238, 251, 0.55);
|
|
1588
|
+
} .textarea__hasInnerLabel_1n9em::placeholder {
|
|
1589
|
+
color: rgba(233, 233, 250, 0.37);
|
|
1590
|
+
} .textarea__input_1n9em:read-only:not(.textarea__disableUserInput_1n9em) {
|
|
1591
|
+
color: rgba(233, 233, 250, 0.37)
|
|
1592
|
+
} .textarea__input_1n9em:read-only:not(.textarea__disableUserInput_1n9em):focus::placeholder {
|
|
1593
|
+
color: rgba(238, 238, 251, 0.55);
|
|
1594
|
+
} .textarea__input_1n9em:disabled {
|
|
1595
|
+
color: rgba(233, 233, 250, 0.37);
|
|
1596
|
+
-webkit-text-fill-color: rgba(233, 233, 250, 0.37);
|
|
1597
|
+
} .textarea__input_1n9em:focus::placeholder {
|
|
1598
|
+
color: rgba(233, 233, 250, 0.37);
|
|
1599
|
+
} .textarea__error_1n9em {
|
|
1600
1600
|
color: rgba(255, 255, 255, 0.94);
|
|
1601
1601
|
caret-color: rgba(255, 255, 255, 0.94);
|
|
1602
1602
|
} .textarea__textarea_1n9em {
|
|
@@ -2372,30 +2372,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
2372
2372
|
}
|
|
2373
2373
|
.list__slot_7f9lb.list__defaultColor_7f9lb {
|
|
2374
2374
|
color: rgba(255, 255, 255, 0.94);
|
|
2375
|
-
}.
|
|
2376
|
-
background-color: #121213;
|
|
2377
|
-
} .tab-bar__component_wkct2.tab-bar__modal-bg-alt-primary_wkct2 {
|
|
2378
|
-
background-color: #121213;
|
|
2379
|
-
} .tab-bar__border_wkct2 {
|
|
2380
|
-
box-shadow: 0 -1px 0 0 rgba(222, 222, 238, 0.13);
|
|
2381
|
-
}
|
|
2382
|
-
.tab-bar__component_1e6se {
|
|
2383
|
-
-webkit-tap-highlight-color: transparent;
|
|
2384
|
-
background-color: transparent;
|
|
2385
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2386
|
-
} .tab-bar__primary_1e6se {
|
|
2387
|
-
color: #f83a2a;
|
|
2388
|
-
} .tab-bar__secondary_1e6se {
|
|
2389
|
-
color: #f2f3f5;
|
|
2390
|
-
} .tab-bar__label_1e6se {
|
|
2391
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2392
|
-
}.attach__component_z339h {
|
|
2393
|
-
} .attach__file_z339h,
|
|
2394
|
-
.attach__noFile_z339h {
|
|
2395
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2396
|
-
} .attach__focused_z339h {
|
|
2397
|
-
outline: 2px solid #3193fc;
|
|
2398
|
-
}.stepped-progress-bar__bar_f913g {
|
|
2375
|
+
}.stepped-progress-bar__bar_f913g {
|
|
2399
2376
|
background: rgba(222, 222, 238, 0.13);
|
|
2400
2377
|
} .stepped-progress-bar__description_f913g {
|
|
2401
2378
|
color: rgba(238, 238, 251, 0.55);
|
|
@@ -2422,7 +2399,30 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
2422
2399
|
background: rgba(255, 255, 255, 0.94);
|
|
2423
2400
|
} .stepped-progress-bar__bar_1pjw6.stepped-progress-bar__accent_1pjw6 {
|
|
2424
2401
|
background: #f83a2a;
|
|
2425
|
-
}.
|
|
2402
|
+
}.tab-bar__component_wkct2.tab-bar__modal-bg-primary_wkct2 {
|
|
2403
|
+
background-color: #121213;
|
|
2404
|
+
} .tab-bar__component_wkct2.tab-bar__modal-bg-alt-primary_wkct2 {
|
|
2405
|
+
background-color: #121213;
|
|
2406
|
+
} .tab-bar__border_wkct2 {
|
|
2407
|
+
box-shadow: 0 -1px 0 0 rgba(222, 222, 238, 0.13);
|
|
2408
|
+
}
|
|
2409
|
+
.tab-bar__component_1e6se {
|
|
2410
|
+
-webkit-tap-highlight-color: transparent;
|
|
2411
|
+
background-color: transparent;
|
|
2412
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2413
|
+
} .tab-bar__primary_1e6se {
|
|
2414
|
+
color: #f83a2a;
|
|
2415
|
+
} .tab-bar__secondary_1e6se {
|
|
2416
|
+
color: #f2f3f5;
|
|
2417
|
+
} .tab-bar__label_1e6se {
|
|
2418
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2419
|
+
}.attach__component_z339h {
|
|
2420
|
+
} .attach__file_z339h,
|
|
2421
|
+
.attach__noFile_z339h {
|
|
2422
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2423
|
+
} .attach__focused_z339h {
|
|
2424
|
+
outline: 2px solid #3193fc;
|
|
2425
|
+
}.confirmation-v1__errorHeader_1fy7i {
|
|
2426
2426
|
color: rgba(255, 255, 255, 0.94);
|
|
2427
2427
|
color: rgba(255, 255, 255, 0.94);
|
|
2428
2428
|
} .confirmation-v1__errorText_1fy7i {
|
|
@@ -2514,48 +2514,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
2514
2514
|
background-color: rgba(214, 214, 229, 0.07)
|
|
2515
2515
|
} .custom-button__customButton_1bied:disabled.custom-button__disableType-static-inverted_1bied span {
|
|
2516
2516
|
color: rgba(233, 233, 250, 0.37);
|
|
2517
|
-
}
|
|
2518
|
-
.confirmation__component_g697q {
|
|
2519
|
-
color: rgba(238, 238, 251, 0.55)
|
|
2520
|
-
}
|
|
2521
|
-
.confirmation__circle_13zu0 {
|
|
2522
|
-
fill: transparent;
|
|
2523
|
-
stroke: #4a4a51;
|
|
2524
|
-
}
|
|
2525
|
-
|
|
2526
|
-
.confirmation__typographyTheme_136rh.confirmation__typographyTheme_136rh {
|
|
2527
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2528
|
-
} .confirmation__typographyThemeMobile_136rh.confirmation__typographyThemeMobile_136rh {
|
|
2529
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2530
|
-
}
|
|
2531
|
-
.confirmation__typographyTheme_18yv3.confirmation__typographyTheme_18yv3 {
|
|
2532
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2533
|
-
} .confirmation__typographyThemeMobile_18yv3.confirmation__typographyThemeMobile_18yv3 {
|
|
2534
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2535
|
-
}
|
|
2536
|
-
.confirmation__phone_yq97g.confirmation__phone_yq97g {
|
|
2537
|
-
color: rgba(255, 255, 255, 0.94);
|
|
2538
|
-
} .confirmation__typographyTheme_yq97g.confirmation__typographyTheme_yq97g {
|
|
2539
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2540
|
-
} .confirmation__typographyThemeMobile_yq97g.confirmation__typographyThemeMobile_yq97g {
|
|
2541
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2542
|
-
} .confirmation__countdownContainer_yq97g.confirmation__countdownContainer_yq97g {
|
|
2543
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2544
|
-
} .confirmation__timeCounter_yq97g {
|
|
2545
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2546
|
-
}
|
|
2547
|
-
.confirmation__typographyTheme_ay4tc.confirmation__typographyTheme_ay4tc {
|
|
2548
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2549
|
-
} .confirmation__typographyThemeMobile_ay4tc.confirmation__typographyThemeMobile_ay4tc {
|
|
2550
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2551
|
-
} .confirmation__timeCounter_ay4tc {
|
|
2552
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2553
|
-
}
|
|
2554
|
-
.confirmation__typographyTheme_1imyf.confirmation__typographyTheme_1imyf {
|
|
2555
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2556
|
-
} .confirmation__typographyThemeMobile_1imyf.confirmation__typographyThemeMobile_1imyf {
|
|
2557
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2558
|
-
}.cc-icon-button.icon-button__primary_ih8nv {
|
|
2517
|
+
}.cc-icon-button.icon-button__primary_ih8nv {
|
|
2559
2518
|
color: rgba(255, 255, 255, 0.94)
|
|
2560
2519
|
} .cc-icon-button.icon-button__primary_ih8nv:hover {
|
|
2561
2520
|
color: rgba(255, 255, 255, 0.7);
|
|
@@ -2701,7 +2660,48 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
2701
2660
|
color: rgba(9, 12, 37, 0.28);
|
|
2702
2661
|
} .cc-icon-button.icon-button__component_1529w:disabled.icon-button__transparentBg_1529w {
|
|
2703
2662
|
background: transparent;
|
|
2704
|
-
}
|
|
2663
|
+
}
|
|
2664
|
+
.confirmation__component_g697q {
|
|
2665
|
+
color: rgba(238, 238, 251, 0.55)
|
|
2666
|
+
}
|
|
2667
|
+
.confirmation__circle_13zu0 {
|
|
2668
|
+
fill: transparent;
|
|
2669
|
+
stroke: #4a4a51;
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2672
|
+
.confirmation__typographyTheme_136rh.confirmation__typographyTheme_136rh {
|
|
2673
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2674
|
+
} .confirmation__typographyThemeMobile_136rh.confirmation__typographyThemeMobile_136rh {
|
|
2675
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2676
|
+
}
|
|
2677
|
+
.confirmation__typographyTheme_18yv3.confirmation__typographyTheme_18yv3 {
|
|
2678
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2679
|
+
} .confirmation__typographyThemeMobile_18yv3.confirmation__typographyThemeMobile_18yv3 {
|
|
2680
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2681
|
+
}
|
|
2682
|
+
.confirmation__phone_yq97g.confirmation__phone_yq97g {
|
|
2683
|
+
color: rgba(255, 255, 255, 0.94);
|
|
2684
|
+
} .confirmation__typographyTheme_yq97g.confirmation__typographyTheme_yq97g {
|
|
2685
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2686
|
+
} .confirmation__typographyThemeMobile_yq97g.confirmation__typographyThemeMobile_yq97g {
|
|
2687
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2688
|
+
} .confirmation__countdownContainer_yq97g.confirmation__countdownContainer_yq97g {
|
|
2689
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2690
|
+
} .confirmation__timeCounter_yq97g {
|
|
2691
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2692
|
+
}
|
|
2693
|
+
.confirmation__typographyTheme_ay4tc.confirmation__typographyTheme_ay4tc {
|
|
2694
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2695
|
+
} .confirmation__typographyThemeMobile_ay4tc.confirmation__typographyThemeMobile_ay4tc {
|
|
2696
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2697
|
+
} .confirmation__timeCounter_ay4tc {
|
|
2698
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2699
|
+
}
|
|
2700
|
+
.confirmation__typographyTheme_1imyf.confirmation__typographyTheme_1imyf {
|
|
2701
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2702
|
+
} .confirmation__typographyThemeMobile_1imyf.confirmation__typographyThemeMobile_1imyf {
|
|
2703
|
+
color: rgba(238, 238, 251, 0.55);
|
|
2704
|
+
}.input__input_1tjba {
|
|
2705
2705
|
color: rgba(255, 255, 255, 0.94);
|
|
2706
2706
|
caret-color: rgba(255, 255, 255, 0.94);
|
|
2707
2707
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
@@ -2969,51 +2969,19 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
2969
2969
|
} .navigation-bar-private__subtitle_1dj6d {
|
|
2970
2970
|
color: rgba(238, 238, 251, 0.55);
|
|
2971
2971
|
}
|
|
2972
|
-
.navigation-bar-
|
|
2972
|
+
.navigation-bar-private__component_t4qx3 {
|
|
2973
2973
|
background: rgba(255, 255, 255, 0.04)
|
|
2974
|
-
}
|
|
2975
|
-
.navigation-bar-private__component_iai7e svg > path {
|
|
2974
|
+
} .navigation-bar-private__component_t4qx3 svg > path {
|
|
2976
2975
|
fill: rgba(255, 255, 255, 0.94);
|
|
2977
|
-
}
|
|
2978
|
-
.navigation-bar-private__component_iai7e:hover svg > path {
|
|
2976
|
+
} .navigation-bar-private__component_t4qx3:hover svg > path {
|
|
2979
2977
|
fill: rgba(255, 255, 255, 0.7);
|
|
2980
|
-
}
|
|
2981
|
-
.navigation-bar-private__component_iai7e:active svg > path {
|
|
2978
|
+
} .navigation-bar-private__component_t4qx3:active svg > path {
|
|
2982
2979
|
fill: rgba(255, 255, 255, 0.6);
|
|
2983
|
-
}
|
|
2984
|
-
.
|
|
2985
|
-
|
|
2986
|
-
}
|
|
2987
|
-
.navigation-bar-private__mobileWrapper_iai7e {
|
|
2988
|
-
background: rgba(214, 214, 229, 0.07);
|
|
2989
|
-
color: rgba(214, 214, 229, 0.07)
|
|
2990
|
-
}
|
|
2991
|
-
.navigation-bar-private__mobileWrapper_iai7e svg > path {
|
|
2980
|
+
} .navigation-bar-private__mobileWrapper_t4qx3 {
|
|
2981
|
+
background: rgba(214, 214, 229, 0.07)
|
|
2982
|
+
} .navigation-bar-private__mobileWrapper_t4qx3 svg > path {
|
|
2992
2983
|
fill: rgba(238, 238, 251, 0.55);
|
|
2993
2984
|
}
|
|
2994
|
-
|
|
2995
|
-
.navigation-bar-private__component_f1uct {
|
|
2996
|
-
background: rgba(0, 0, 0, 0.04)
|
|
2997
|
-
}
|
|
2998
|
-
.navigation-bar-private__component_f1uct svg > path {
|
|
2999
|
-
fill: rgba(3, 3, 6, 0.88);
|
|
3000
|
-
}
|
|
3001
|
-
.navigation-bar-private__component_f1uct:hover svg > path {
|
|
3002
|
-
fill: rgba(2, 2, 10, 0.76);
|
|
3003
|
-
}
|
|
3004
|
-
.navigation-bar-private__component_f1uct:active svg > path {
|
|
3005
|
-
fill: rgba(1, 1, 12, 0.63);
|
|
3006
|
-
}
|
|
3007
|
-
.navigation-bar-private__text_f1uct {
|
|
3008
|
-
color: rgba(3, 3, 6, 0.88);
|
|
3009
|
-
}
|
|
3010
|
-
.navigation-bar-private__mobileWrapper_f1uct {
|
|
3011
|
-
background: rgba(38, 55, 88, 0.06);
|
|
3012
|
-
color: rgba(4, 4, 21, 0.47)
|
|
3013
|
-
}
|
|
3014
|
-
.navigation-bar-private__mobileWrapper_f1uct svg > path {
|
|
3015
|
-
fill: rgba(4, 4, 21, 0.47);
|
|
3016
|
-
}
|
|
3017
2985
|
.navigation-bar-private__button_93jsx {
|
|
3018
2986
|
background: rgba(255, 255, 255, 0.04);
|
|
3019
2987
|
color: rgba(255, 255, 255, 0.94)
|
|
@@ -3112,56 +3080,39 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3112
3080
|
color: rgba(233, 233, 250, 0.37)
|
|
3113
3081
|
} .with-suffix__readOnly_1iuu2.with-suffix__inverted_1iuu2 {
|
|
3114
3082
|
color: rgba(5, 8, 29, 0.38);
|
|
3115
|
-
}
|
|
3116
|
-
.popup-sheet__appear_cvu3j,
|
|
3117
|
-
.popup-sheet__enter_cvu3j {
|
|
3118
|
-
background-color: transparent;
|
|
3119
|
-
} .popup-sheet__appearActive_cvu3j,
|
|
3120
|
-
.popup-sheet__enterActive_cvu3j,
|
|
3121
|
-
.popup-sheet__appearDone_cvu3j,
|
|
3122
|
-
.popup-sheet__enterDone_cvu3j {
|
|
3123
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
3124
|
-
} .popup-sheet__exit_cvu3j {
|
|
3125
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
3126
|
-
} .popup-sheet__exitActive_cvu3j,
|
|
3127
|
-
.popup-sheet__exitDone_cvu3j {
|
|
3083
|
+
}.bottom-sheet__modal_1002u.bottom-sheet__modal_1002u {
|
|
3128
3084
|
background-color: transparent;
|
|
3129
|
-
}.bottom-
|
|
3085
|
+
} .bottom-sheet__component_1002u {
|
|
3130
3086
|
background-color: #1c1c1e;
|
|
3131
|
-
} .bottom-
|
|
3132
|
-
color: rgba(255, 255, 255, 0.94);
|
|
3133
|
-
} .bottom-sheet__defaultMarker_znr4f {
|
|
3087
|
+
} .bottom-sheet__defaultMarker_1002u {
|
|
3134
3088
|
background-color: rgba(222, 222, 238, 0.13);
|
|
3135
|
-
} .bottom-
|
|
3089
|
+
} .bottom-sheet__content_1002u {
|
|
3136
3090
|
color: rgba(255, 255, 255, 0.94);
|
|
3137
|
-
}
|
|
3138
|
-
.bottom-sheet__modal_1002u.bottom-sheet__modal_1002u {
|
|
3139
|
-
background-color: transparent;
|
|
3140
|
-
} .bottom-sheet__background-accent_1002u[class] {
|
|
3091
|
+
} .bottom-sheet__background-accent_1002u {
|
|
3141
3092
|
background-color: #ef3124;
|
|
3142
|
-
} .bottom-sheet__background-info_1002u
|
|
3093
|
+
} .bottom-sheet__background-info_1002u {
|
|
3143
3094
|
background-color: #001c3c;
|
|
3144
|
-
} .bottom-sheet__background-attention-muted_1002u
|
|
3095
|
+
} .bottom-sheet__background-attention-muted_1002u {
|
|
3145
3096
|
background-color: #36291f;
|
|
3146
|
-
} .bottom-sheet__background-positive-muted_1002u
|
|
3097
|
+
} .bottom-sheet__background-positive-muted_1002u {
|
|
3147
3098
|
background-color: #232d25;
|
|
3148
|
-
} .bottom-sheet__background-negative-muted_1002u
|
|
3099
|
+
} .bottom-sheet__background-negative-muted_1002u {
|
|
3149
3100
|
background-color: #392523;
|
|
3150
|
-
} .bottom-sheet__background-primary_1002u
|
|
3101
|
+
} .bottom-sheet__background-primary_1002u {
|
|
3151
3102
|
background-color: #121213;
|
|
3152
|
-
} .bottom-sheet__background-primary-inverted_1002u
|
|
3103
|
+
} .bottom-sheet__background-primary-inverted_1002u {
|
|
3153
3104
|
background-color: #fff;
|
|
3154
|
-
} .bottom-sheet__background-secondary_1002u
|
|
3105
|
+
} .bottom-sheet__background-secondary_1002u {
|
|
3155
3106
|
background-color: #1c1c1e;
|
|
3156
|
-
} .bottom-sheet__background-secondary-inverted_1002u
|
|
3107
|
+
} .bottom-sheet__background-secondary-inverted_1002u {
|
|
3157
3108
|
background-color: #f2f3f5;
|
|
3158
|
-
} .bottom-sheet__background-tertiary_1002u
|
|
3109
|
+
} .bottom-sheet__background-tertiary_1002u {
|
|
3159
3110
|
background-color: #27272a;
|
|
3160
|
-
} .bottom-sheet__background-tertiary-inverted_1002u
|
|
3111
|
+
} .bottom-sheet__background-tertiary-inverted_1002u {
|
|
3161
3112
|
background-color: #e7e8ea;
|
|
3162
|
-
} .bottom-sheet__background-quaternary_1002u
|
|
3113
|
+
} .bottom-sheet__background-quaternary_1002u {
|
|
3163
3114
|
background-color: #36363a;
|
|
3164
|
-
} .bottom-sheet__background-quaternary-inverted_1002u
|
|
3115
|
+
} .bottom-sheet__background-quaternary-inverted_1002u {
|
|
3165
3116
|
background-color: #dcdee2;
|
|
3166
3117
|
} .bottom-sheet__background-specialbg-component_1002u {
|
|
3167
3118
|
background-color: rgba(255, 255, 255, 0.1);
|
|
@@ -3182,42 +3133,72 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3182
3133
|
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1002u {
|
|
3183
3134
|
background-color: rgba(30, 43, 68, 0.08);
|
|
3184
3135
|
}
|
|
3185
|
-
.bottom-
|
|
3186
|
-
background-color: #fff;
|
|
3187
|
-
} .bottom-sheet__content_1e8nz {
|
|
3188
|
-
color: rgba(3, 3, 6, 0.88);
|
|
3189
|
-
} .bottom-sheet__defaultMarker_1e8nz {
|
|
3190
|
-
background-color: rgba(15, 25, 55, 0.1);
|
|
3191
|
-
} .bottom-sheet__hasContent_1e8nz {
|
|
3192
|
-
color: rgba(3, 3, 6, 0.88);
|
|
3193
|
-
}
|
|
3194
|
-
.bottom-sheet__highlighted_1r3f0 {
|
|
3136
|
+
.bottom-sheet__footer_b6ua7 {
|
|
3195
3137
|
background-color: #1c1c1e;
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
color:
|
|
3199
|
-
}
|
|
3200
|
-
|
|
3201
|
-
.bottom-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
.bottom-
|
|
3208
|
-
|
|
3209
|
-
} .bottom-
|
|
3210
|
-
|
|
3211
|
-
} .bottom-
|
|
3212
|
-
|
|
3138
|
+
} .bottom-sheet__highlighted_b6ua7 {
|
|
3139
|
+
border-top: 1px solid #353539;
|
|
3140
|
+
background-color: #1c1c1e;
|
|
3141
|
+
} .bottom-sheet__background-accent_b6ua7 {
|
|
3142
|
+
background-color: #ef3124;
|
|
3143
|
+
} .bottom-sheet__background-info_b6ua7 {
|
|
3144
|
+
background-color: #001c3c;
|
|
3145
|
+
} .bottom-sheet__background-attention-muted_b6ua7 {
|
|
3146
|
+
background-color: #36291f;
|
|
3147
|
+
} .bottom-sheet__background-positive-muted_b6ua7 {
|
|
3148
|
+
background-color: #232d25;
|
|
3149
|
+
} .bottom-sheet__background-negative-muted_b6ua7 {
|
|
3150
|
+
background-color: #392523;
|
|
3151
|
+
} .bottom-sheet__background-primary_b6ua7 {
|
|
3152
|
+
background-color: #121213;
|
|
3153
|
+
} .bottom-sheet__background-primary-inverted_b6ua7 {
|
|
3154
|
+
background-color: #fff;
|
|
3155
|
+
} .bottom-sheet__background-secondary_b6ua7 {
|
|
3156
|
+
background-color: #1c1c1e;
|
|
3157
|
+
} .bottom-sheet__background-secondary-inverted_b6ua7 {
|
|
3158
|
+
background-color: #f2f3f5;
|
|
3159
|
+
} .bottom-sheet__background-tertiary_b6ua7 {
|
|
3160
|
+
background-color: #27272a;
|
|
3161
|
+
} .bottom-sheet__background-tertiary-inverted_b6ua7 {
|
|
3162
|
+
background-color: #e7e8ea;
|
|
3163
|
+
} .bottom-sheet__background-quaternary_b6ua7 {
|
|
3164
|
+
background-color: #36363a;
|
|
3165
|
+
} .bottom-sheet__background-quaternary-inverted_b6ua7 {
|
|
3166
|
+
background-color: #dcdee2;
|
|
3167
|
+
} .bottom-sheet__background-specialbg-component_b6ua7 {
|
|
3168
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
3169
|
+
} .bottom-sheet__background-specialbg-component-inverted_b6ua7 {
|
|
3170
|
+
background-color: rgba(11, 31, 53, 0.07);
|
|
3171
|
+
} .bottom-sheet__background-specialbg-primary-grouped_b6ua7 {
|
|
3172
|
+
background-color: #1c1c1e;
|
|
3173
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_b6ua7 {
|
|
3174
|
+
background-color: #27272a;
|
|
3175
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_b6ua7 {
|
|
3176
|
+
background-color: #36363a;
|
|
3177
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_b6ua7 {
|
|
3178
|
+
background-color: rgba(214, 214, 229, 0.07);
|
|
3179
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_b6ua7 {
|
|
3180
|
+
background-color: rgba(38, 55, 88, 0.06);
|
|
3181
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_b6ua7 {
|
|
3182
|
+
background-color: rgba(222, 222, 240, 0.12);
|
|
3183
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_b6ua7 {
|
|
3184
|
+
background-color: rgba(30, 43, 68, 0.08);
|
|
3185
|
+
}
|
|
3186
|
+
.bottom-sheet__highlighted_7aj6w {
|
|
3187
|
+
border-bottom: 1px solid #353539;
|
|
3213
3188
|
}
|
|
3214
|
-
|
|
3215
|
-
.
|
|
3216
|
-
color:
|
|
3217
|
-
} .
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3189
|
+
.popup-sheet__appear_cvu3j,
|
|
3190
|
+
.popup-sheet__enter_cvu3j {
|
|
3191
|
+
background-color: transparent;
|
|
3192
|
+
} .popup-sheet__appearActive_cvu3j,
|
|
3193
|
+
.popup-sheet__enterActive_cvu3j,
|
|
3194
|
+
.popup-sheet__appearDone_cvu3j,
|
|
3195
|
+
.popup-sheet__enterDone_cvu3j {
|
|
3196
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
3197
|
+
} .popup-sheet__exit_cvu3j {
|
|
3198
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
3199
|
+
} .popup-sheet__exitActive_cvu3j,
|
|
3200
|
+
.popup-sheet__exitDone_cvu3j {
|
|
3201
|
+
background-color: transparent;
|
|
3221
3202
|
}
|
|
3222
3203
|
|
|
3223
3204
|
|
|
@@ -3296,6 +3277,9 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3296
3277
|
}
|
|
3297
3278
|
|
|
3298
3279
|
|
|
3280
|
+
|
|
3281
|
+
|
|
3282
|
+
|
|
3299
3283
|
.universal-modal__sticky_1ddjq {
|
|
3300
3284
|
background: #1c1c1e;
|
|
3301
3285
|
} .universal-modal__highlighted_1ddjq {
|
|
@@ -3306,9 +3290,6 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3306
3290
|
|
|
3307
3291
|
|
|
3308
3292
|
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
3293
|
.universal-modal__highlighted_13j2o {
|
|
3313
3294
|
background: #1c1c1e;
|
|
3314
3295
|
box-shadow: 0 1px 0 0 #29292c;
|
|
@@ -3376,7 +3357,8 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3376
3357
|
} .amount-input__minorPartAndCurrency_y4xcf.amount-input__disabled_y4xcf,
|
|
3377
3358
|
.amount-input__minorPartAndCurrency_y4xcf.amount-input__readOnly_y4xcf {
|
|
3378
3359
|
color: rgba(5, 8, 29, 0.38);
|
|
3379
|
-
}
|
|
3360
|
+
}@media (min-width: 600px) {
|
|
3361
|
+
}.tooltip__hint_1xf6x {
|
|
3380
3362
|
background-color: #fff;
|
|
3381
3363
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
3382
3364
|
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
@@ -3408,8 +3390,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3408
3390
|
background-color: #1c1c1e;
|
|
3409
3391
|
}
|
|
3410
3392
|
|
|
3411
|
-
|
|
3412
|
-
}.calendar__container_1jyfq.calendar__customScrollbar_1jyfq::-webkit-scrollbar-track {
|
|
3393
|
+
.calendar__container_1jyfq.calendar__customScrollbar_1jyfq::-webkit-scrollbar-track {
|
|
3413
3394
|
background-color: transparent;
|
|
3414
3395
|
} .calendar__container_1jyfq.calendar__customScrollbar_1jyfq::-webkit-scrollbar-track-piece {
|
|
3415
3396
|
background-color: transparent;
|
|
@@ -3547,74 +3528,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3547
3528
|
color: rgba(3, 3, 6, 0.88);
|
|
3548
3529
|
}
|
|
3549
3530
|
@media (max-width: 374px) {
|
|
3550
|
-
}.
|
|
3551
|
-
background-color: #262629
|
|
3552
|
-
} .gallery__modal_1thot {
|
|
3553
|
-
background: transparent;
|
|
3554
|
-
} .gallery__bottomButton_1thot {
|
|
3555
|
-
background-color: rgba(228, 228, 251, 0.28);
|
|
3556
|
-
}
|
|
3557
|
-
.gallery__component_dtzjz {
|
|
3558
|
-
background-color: rgba(228, 228, 251, 0.28);
|
|
3559
|
-
} .gallery__component_dtzjz:hover {
|
|
3560
|
-
background-color: rgba(233, 233, 250, 0.37);
|
|
3561
|
-
} .gallery__component_dtzjz:active {
|
|
3562
|
-
background-color: rgba(238, 238, 254, 0.46);
|
|
3563
|
-
}
|
|
3564
|
-
.gallery__buttons_167ax path {
|
|
3565
|
-
color: rgba(255, 255, 255, 0.94);
|
|
3566
|
-
} .gallery__iconButton_167ax path {
|
|
3567
|
-
color: #f2f3f5;
|
|
3568
|
-
} .gallery__iconButton_167ax:hover path {
|
|
3569
|
-
color: #e7e8eb;
|
|
3570
|
-
} .gallery__iconButton_167ax:active path {
|
|
3571
|
-
color: #dcdde1;
|
|
3572
|
-
}
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
.gallery__headerMobile_m7be4.gallery__video_m7be4 {
|
|
3576
|
-
background-color: #262629;
|
|
3577
|
-
}
|
|
3578
|
-
.gallery__loading_jt23k {
|
|
3579
|
-
background-color: #1c1c1e
|
|
3580
|
-
} .gallery__loading_jt23k .gallery__active_jt23k {
|
|
3581
|
-
background-color: #29292c;
|
|
3582
|
-
} .gallery__brokenImageWrapper_jt23k {
|
|
3583
|
-
background-color: #29292c
|
|
3584
|
-
} .gallery__focused_jt23k {
|
|
3585
|
-
outline: 2px solid #3193fc;
|
|
3586
|
-
}
|
|
3587
|
-
.gallery__component_1qar0 {
|
|
3588
|
-
background-color: #262629;
|
|
3589
|
-
} .gallery__slideLoading_1qar0 {
|
|
3590
|
-
background-color: rgba(214, 214, 229, 0.07);
|
|
3591
|
-
} .gallery__spinner_1qar0 {
|
|
3592
|
-
color: rgba(255, 255, 255, 0.94);
|
|
3593
|
-
} .gallery__arrow_1qar0 {
|
|
3594
|
-
color: rgba(255, 255, 255, 0.94)
|
|
3595
|
-
} .gallery__arrow_1qar0:hover {
|
|
3596
|
-
background-color: #2f2f32;
|
|
3597
|
-
} .gallery__arrow_1qar0:active {
|
|
3598
|
-
background-color: #353539;
|
|
3599
|
-
} .gallery__focused_1qar0 {
|
|
3600
|
-
outline: 2px solid #3193fc;
|
|
3601
|
-
} .gallery__placeholder_1qar0 {
|
|
3602
|
-
background-color: #29292c;
|
|
3603
|
-
} .gallery__fullScreenImage_1qar0 {
|
|
3604
|
-
background-color: #121213;
|
|
3605
|
-
}
|
|
3606
|
-
.gallery__infoWrapper_7u7qp {
|
|
3607
|
-
background-color: #262629
|
|
3608
|
-
}
|
|
3609
|
-
.gallery__component_s1ljr {
|
|
3610
|
-
background-color: #262629
|
|
3611
|
-
}
|
|
3612
|
-
|
|
3613
|
-
.gallery__icon_1tud1 {
|
|
3614
|
-
color: #fff;
|
|
3615
|
-
} .gallery__iconShape_1tud1 {
|
|
3616
|
-
fill: rgba(4, 4, 21, 0.47);
|
|
3617
|
-
}.select__arrow_f5abt {
|
|
3531
|
+
}.select__arrow_f5abt {
|
|
3618
3532
|
color: rgba(238, 238, 251, 0.55)
|
|
3619
3533
|
} .select__arrow_f5abt.select__disabled_f5abt {
|
|
3620
3534
|
color: rgba(228, 228, 251, 0.28);
|
|
@@ -3744,7 +3658,74 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3744
3658
|
.select__footer_15wof {
|
|
3745
3659
|
background-color: #121213
|
|
3746
3660
|
}
|
|
3747
|
-
.
|
|
3661
|
+
.gallery__container_1thot {
|
|
3662
|
+
background-color: #262629
|
|
3663
|
+
} .gallery__modal_1thot {
|
|
3664
|
+
background: transparent;
|
|
3665
|
+
} .gallery__bottomButton_1thot {
|
|
3666
|
+
background-color: rgba(228, 228, 251, 0.28);
|
|
3667
|
+
}
|
|
3668
|
+
.gallery__component_dtzjz {
|
|
3669
|
+
background-color: rgba(228, 228, 251, 0.28);
|
|
3670
|
+
} .gallery__component_dtzjz:hover {
|
|
3671
|
+
background-color: rgba(233, 233, 250, 0.37);
|
|
3672
|
+
} .gallery__component_dtzjz:active {
|
|
3673
|
+
background-color: rgba(238, 238, 254, 0.46);
|
|
3674
|
+
}
|
|
3675
|
+
.gallery__buttons_167ax path {
|
|
3676
|
+
color: rgba(255, 255, 255, 0.94);
|
|
3677
|
+
} .gallery__iconButton_167ax path {
|
|
3678
|
+
color: #f2f3f5;
|
|
3679
|
+
} .gallery__iconButton_167ax:hover path {
|
|
3680
|
+
color: #e7e8eb;
|
|
3681
|
+
} .gallery__iconButton_167ax:active path {
|
|
3682
|
+
color: #dcdde1;
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3685
|
+
|
|
3686
|
+
.gallery__headerMobile_m7be4.gallery__video_m7be4 {
|
|
3687
|
+
background-color: #262629;
|
|
3688
|
+
}
|
|
3689
|
+
.gallery__loading_jt23k {
|
|
3690
|
+
background-color: #1c1c1e
|
|
3691
|
+
} .gallery__loading_jt23k .gallery__active_jt23k {
|
|
3692
|
+
background-color: #29292c;
|
|
3693
|
+
} .gallery__brokenImageWrapper_jt23k {
|
|
3694
|
+
background-color: #29292c
|
|
3695
|
+
} .gallery__focused_jt23k {
|
|
3696
|
+
outline: 2px solid #3193fc;
|
|
3697
|
+
}
|
|
3698
|
+
.gallery__component_1qar0 {
|
|
3699
|
+
background-color: #262629;
|
|
3700
|
+
} .gallery__slideLoading_1qar0 {
|
|
3701
|
+
background-color: rgba(214, 214, 229, 0.07);
|
|
3702
|
+
} .gallery__spinner_1qar0 {
|
|
3703
|
+
color: rgba(255, 255, 255, 0.94);
|
|
3704
|
+
} .gallery__arrow_1qar0 {
|
|
3705
|
+
color: rgba(255, 255, 255, 0.94)
|
|
3706
|
+
} .gallery__arrow_1qar0:hover {
|
|
3707
|
+
background-color: #2f2f32;
|
|
3708
|
+
} .gallery__arrow_1qar0:active {
|
|
3709
|
+
background-color: #353539;
|
|
3710
|
+
} .gallery__focused_1qar0 {
|
|
3711
|
+
outline: 2px solid #3193fc;
|
|
3712
|
+
} .gallery__placeholder_1qar0 {
|
|
3713
|
+
background-color: #29292c;
|
|
3714
|
+
} .gallery__fullScreenImage_1qar0 {
|
|
3715
|
+
background-color: #121213;
|
|
3716
|
+
}
|
|
3717
|
+
.gallery__infoWrapper_7u7qp {
|
|
3718
|
+
background-color: #262629
|
|
3719
|
+
}
|
|
3720
|
+
.gallery__component_s1ljr {
|
|
3721
|
+
background-color: #262629
|
|
3722
|
+
}
|
|
3723
|
+
|
|
3724
|
+
.gallery__icon_1tud1 {
|
|
3725
|
+
color: #fff;
|
|
3726
|
+
} .gallery__iconShape_1tud1 {
|
|
3727
|
+
fill: rgba(4, 4, 21, 0.47);
|
|
3728
|
+
}.calendar-with-skeleton__skeleton_18njb {
|
|
3748
3729
|
background-color: #1c1c1e;
|
|
3749
3730
|
}.date-range-input__calendarContainer_rw1at {
|
|
3750
3731
|
border: 1px solid #29292c
|
|
@@ -3801,6 +3782,19 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3801
3782
|
outline: 2px solid #3193fc;
|
|
3802
3783
|
} .select-with-tags__placeholder_5icx1 {
|
|
3803
3784
|
color: rgba(238, 238, 251, 0.55);
|
|
3785
|
+
}.intl-phone-input__emptyCountryIcon_tkyk0 {
|
|
3786
|
+
color: #898991;
|
|
3787
|
+
}
|
|
3788
|
+
.intl-phone-input__flagPlaceholder_1f7na {
|
|
3789
|
+
background-color: rgba(222, 222, 238, 0.13);
|
|
3790
|
+
}
|
|
3791
|
+
.intl-phone-input__dialCode_1jz4b {
|
|
3792
|
+
color: rgba(238, 238, 251, 0.55);
|
|
3793
|
+
}
|
|
3794
|
+
.intl-phone-input__emptyCountryIcon_19y90 {
|
|
3795
|
+
color: #898991;
|
|
3796
|
+
} .intl-phone-input__focusVisible_19y90 {
|
|
3797
|
+
outline: 2px solid #3193fc;
|
|
3804
3798
|
}.table__component_zxtli {
|
|
3805
3799
|
border-top: 1px solid #353539;
|
|
3806
3800
|
}
|
|
@@ -3847,19 +3841,6 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3847
3841
|
.table__open_3k8hh,
|
|
3848
3842
|
.table__open_3k8hh:hover {
|
|
3849
3843
|
background-color: rgba(222, 222, 238, 0.13);
|
|
3850
|
-
}.intl-phone-input__emptyCountryIcon_tkyk0 {
|
|
3851
|
-
color: #898991;
|
|
3852
|
-
}
|
|
3853
|
-
.intl-phone-input__flagPlaceholder_1f7na {
|
|
3854
|
-
background-color: rgba(222, 222, 238, 0.13);
|
|
3855
|
-
}
|
|
3856
|
-
.intl-phone-input__dialCode_1jz4b {
|
|
3857
|
-
color: rgba(238, 238, 251, 0.55);
|
|
3858
|
-
}
|
|
3859
|
-
.intl-phone-input__emptyCountryIcon_19y90 {
|
|
3860
|
-
color: #898991;
|
|
3861
|
-
} .intl-phone-input__focusVisible_19y90 {
|
|
3862
|
-
outline: 2px solid #3193fc;
|
|
3863
3844
|
}
|
|
3864
3845
|
.international-phone-input__dialCode_1frgs {
|
|
3865
3846
|
color: rgba(238, 238, 251, 0.55);
|