@alfalab/core-components 48.29.0-beta.1 → 48.29.0-snapshot.2-b4d1ee6
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 +27 -17
- package/bottom-sheet/components/footer/Component.d.ts +5 -0
- package/bottom-sheet/components/footer/Component.js +13 -5
- package/bottom-sheet/components/footer/default.css +45 -0
- package/bottom-sheet/components/footer/index.css +9 -78
- package/bottom-sheet/components/footer/inverted.css +45 -0
- package/bottom-sheet/components/header/Component.d.ts +3 -0
- package/bottom-sheet/components/header/Component.js +17 -7
- package/bottom-sheet/components/header/default.css +46 -0
- package/bottom-sheet/components/header/index.css +23 -9
- package/bottom-sheet/components/header/inverted.css +46 -0
- package/bottom-sheet/cssm/component.js +25 -17
- package/bottom-sheet/cssm/components/footer/Component.d.ts +5 -0
- package/bottom-sheet/cssm/components/footer/Component.js +10 -4
- package/bottom-sheet/cssm/components/footer/default.module.css +44 -0
- package/bottom-sheet/cssm/components/footer/index.module.css +9 -78
- package/bottom-sheet/cssm/components/footer/inverted.module.css +44 -0
- package/bottom-sheet/cssm/components/header/Component.d.ts +3 -0
- package/bottom-sheet/cssm/components/header/Component.js +14 -6
- package/bottom-sheet/cssm/components/header/default.module.css +45 -0
- package/bottom-sheet/cssm/components/header/index.module.css +25 -9
- package/bottom-sheet/cssm/components/header/inverted.module.css +45 -0
- package/bottom-sheet/cssm/default.module.css +47 -0
- package/bottom-sheet/cssm/index.module.css +21 -22
- package/bottom-sheet/cssm/inverted.module.css +47 -0
- package/bottom-sheet/cssm/types.d.ts +9 -2
- package/bottom-sheet/cssm/utils.d.ts +3 -1
- package/bottom-sheet/cssm/utils.js +5 -0
- package/bottom-sheet/cssm/vars.css +7 -2
- package/bottom-sheet/default.css +48 -0
- package/bottom-sheet/esm/component.js +28 -18
- package/bottom-sheet/esm/components/footer/Component.d.ts +5 -0
- package/bottom-sheet/esm/components/footer/Component.js +14 -5
- package/bottom-sheet/esm/components/footer/default.css +45 -0
- package/bottom-sheet/esm/components/footer/index.css +9 -78
- package/bottom-sheet/esm/components/footer/inverted.css +45 -0
- package/bottom-sheet/esm/components/header/Component.d.ts +3 -0
- package/bottom-sheet/esm/components/header/Component.js +18 -7
- package/bottom-sheet/esm/components/header/default.css +46 -0
- package/bottom-sheet/esm/components/header/index.css +23 -9
- package/bottom-sheet/esm/components/header/inverted.css +46 -0
- package/bottom-sheet/esm/default.css +48 -0
- package/bottom-sheet/esm/index.css +21 -22
- package/bottom-sheet/esm/inverted.css +48 -0
- package/bottom-sheet/esm/types.d.ts +9 -2
- package/bottom-sheet/esm/utils.d.ts +3 -1
- package/bottom-sheet/esm/utils.js +5 -1
- package/bottom-sheet/index.css +21 -22
- package/bottom-sheet/inverted.css +48 -0
- package/bottom-sheet/modern/component.js +24 -13
- package/bottom-sheet/modern/components/footer/Component.d.ts +5 -0
- package/bottom-sheet/modern/components/footer/Component.js +13 -4
- package/bottom-sheet/modern/components/footer/default.css +45 -0
- package/bottom-sheet/modern/components/footer/index.css +9 -78
- package/bottom-sheet/modern/components/footer/inverted.css +45 -0
- package/bottom-sheet/modern/components/header/Component.d.ts +3 -0
- package/bottom-sheet/modern/components/header/Component.js +17 -6
- package/bottom-sheet/modern/components/header/default.css +46 -0
- package/bottom-sheet/modern/components/header/index.css +23 -9
- package/bottom-sheet/modern/components/header/inverted.css +46 -0
- package/bottom-sheet/modern/default.css +48 -0
- package/bottom-sheet/modern/index.css +21 -22
- package/bottom-sheet/modern/inverted.css +48 -0
- package/bottom-sheet/modern/types.d.ts +9 -2
- package/bottom-sheet/modern/utils.d.ts +3 -1
- package/bottom-sheet/modern/utils.js +2 -1
- package/bottom-sheet/moderncssm/component.js +24 -13
- package/bottom-sheet/moderncssm/components/footer/Component.d.ts +5 -0
- package/bottom-sheet/moderncssm/components/footer/Component.js +8 -3
- package/bottom-sheet/moderncssm/components/footer/default.module.css +22 -0
- package/bottom-sheet/moderncssm/components/footer/index.module.css +7 -26
- package/bottom-sheet/moderncssm/components/footer/inverted.module.css +22 -0
- package/bottom-sheet/moderncssm/components/header/Component.d.ts +3 -0
- package/bottom-sheet/moderncssm/components/header/Component.js +12 -5
- package/bottom-sheet/moderncssm/components/header/default.module.css +26 -0
- package/bottom-sheet/moderncssm/components/header/index.module.css +27 -8
- package/bottom-sheet/moderncssm/components/header/inverted.module.css +26 -0
- package/bottom-sheet/moderncssm/default.module.css +27 -0
- package/bottom-sheet/moderncssm/index.js +6 -0
- package/bottom-sheet/moderncssm/index.module.css +8 -6
- package/bottom-sheet/moderncssm/inverted.module.css +27 -0
- package/bottom-sheet/moderncssm/types.d.ts +9 -2
- package/bottom-sheet/moderncssm/utils.d.ts +3 -1
- package/bottom-sheet/moderncssm/utils.js +2 -1
- package/bottom-sheet/moderncssm/vars.css +7 -2
- package/bottom-sheet/types.d.ts +9 -2
- package/bottom-sheet/utils.d.ts +3 -1
- package/bottom-sheet/utils.js +5 -0
- 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/calendar-input/cssm/components/calendar-input/Component.d.ts +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 +5 -0
- package/collapse/Component.js +3 -3
- package/collapse/cssm/Component.d.ts +5 -0
- package/collapse/cssm/Component.js +3 -3
- package/collapse/esm/Component.d.ts +5 -0
- package/collapse/esm/Component.js +3 -3
- package/collapse/modern/Component.d.ts +5 -0
- package/collapse/modern/Component.js +2 -2
- package/collapse/moderncssm/Component.d.ts +5 -0
- 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 +3 -1
- package/input-autocomplete/esm/mobile/Component.mobile.js +3 -1
- package/input-autocomplete/mobile/Component.mobile.js +3 -1
- package/input-autocomplete/modern/mobile/Component.mobile.js +7 -1
- package/input-autocomplete/moderncssm/mobile/Component.mobile.js +7 -1
- package/international-phone-input/components/country-select/Component.js +1 -0
- package/international-phone-input/cssm/components/country-select/Component.js +1 -0
- package/international-phone-input/cssm/typings-d515b24c.d.ts +31 -1
- package/international-phone-input/esm/components/country-select/Component.js +1 -0
- package/international-phone-input/esm/typings-d515b24c.d.ts +31 -1
- package/international-phone-input/modern/components/country-select/Component.js +1 -0
- package/international-phone-input/modern/typings-d515b24c.d.ts +31 -1
- package/international-phone-input/moderncssm/components/country-select/Component.js +1 -0
- package/international-phone-input/moderncssm/typings-d515b24c.d.ts +31 -1
- package/international-phone-input/typings-d515b24c.d.ts +594 -11
- package/list/Component.js +1 -1
- package/list/components/item/Component.js +1 -1
- package/list/components/item/index.d.ts +1 -1
- package/list/components/item/index.js +1 -1
- package/list/esm/Component.js +1 -1
- package/list/esm/components/item/Component.js +1 -1
- package/list/esm/components/item/index.d.ts +1 -1
- package/list/esm/components/item/index.js +1 -1
- package/list/esm/index.js +1 -1
- package/list/index.js +1 -1
- package/list/modern/Component.js +1 -1
- package/list/modern/components/item/Component.js +1 -1
- package/list/modern/components/item/index.d.ts +1 -1
- package/list/modern/components/item/index.js +1 -1
- package/list/modern/index.js +1 -1
- 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 +5 -0
- package/navigation-bar-private/components/back-arrow-addon/Component.js +14 -3
- package/navigation-bar-private/components/back-arrow-addon/default.css +75 -0
- package/navigation-bar-private/components/back-arrow-addon/index.css +4 -18
- package/navigation-bar-private/components/back-arrow-addon/inverted.css +77 -0
- package/navigation-bar-private/components/closer/default.css +2 -0
- package/navigation-bar-private/components/closer/inverted.css +2 -0
- package/navigation-bar-private/cssm/Component.js +6 -6
- package/navigation-bar-private/cssm/components/back-arrow-addon/Component.d.ts +5 -0
- package/navigation-bar-private/cssm/components/back-arrow-addon/Component.js +12 -3
- package/navigation-bar-private/cssm/components/back-arrow-addon/default.module.css +74 -0
- package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +4 -18
- package/navigation-bar-private/cssm/components/back-arrow-addon/inverted.module.css +76 -0
- package/navigation-bar-private/cssm/components/closer/default.module.css +2 -0
- package/navigation-bar-private/cssm/components/closer/inverted.module.css +2 -0
- package/navigation-bar-private/cssm/types.d.ts +10 -1
- package/navigation-bar-private/cssm/vars.css +2 -0
- package/navigation-bar-private/esm/Component.js +6 -6
- package/navigation-bar-private/esm/components/back-arrow-addon/Component.d.ts +5 -0
- package/navigation-bar-private/esm/components/back-arrow-addon/Component.js +14 -3
- package/navigation-bar-private/esm/components/back-arrow-addon/default.css +75 -0
- package/navigation-bar-private/esm/components/back-arrow-addon/index.css +4 -18
- package/navigation-bar-private/esm/components/back-arrow-addon/inverted.css +77 -0
- package/navigation-bar-private/esm/components/closer/default.css +2 -0
- package/navigation-bar-private/esm/components/closer/inverted.css +2 -0
- package/navigation-bar-private/esm/types.d.ts +10 -1
- package/navigation-bar-private/modern/Component.js +4 -4
- package/navigation-bar-private/modern/components/back-arrow-addon/Component.d.ts +5 -0
- package/navigation-bar-private/modern/components/back-arrow-addon/Component.js +14 -3
- package/navigation-bar-private/modern/components/back-arrow-addon/default.css +75 -0
- package/navigation-bar-private/modern/components/back-arrow-addon/index.css +4 -18
- package/navigation-bar-private/modern/components/back-arrow-addon/inverted.css +77 -0
- package/navigation-bar-private/modern/components/closer/default.css +2 -0
- package/navigation-bar-private/modern/components/closer/inverted.css +2 -0
- package/navigation-bar-private/modern/types.d.ts +10 -1
- package/navigation-bar-private/moderncssm/Component.js +6 -4
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.d.ts +5 -0
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.js +10 -3
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/default.module.css +35 -0
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.js +2 -0
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.module.css +2 -16
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/inverted.module.css +37 -0
- package/navigation-bar-private/moderncssm/components/closer/default.module.css +2 -0
- package/navigation-bar-private/moderncssm/components/closer/inverted.module.css +2 -0
- package/navigation-bar-private/moderncssm/index.js +2 -0
- package/navigation-bar-private/moderncssm/shared/index.js +2 -0
- package/navigation-bar-private/moderncssm/types.d.ts +10 -1
- package/navigation-bar-private/moderncssm/vars.css +2 -0
- package/navigation-bar-private/types.d.ts +10 -1
- package/package.json +1 -1
- package/picker-button/Component-c44170fe.d.ts +1 -1
- package/picker-button/cssm/mobile/Component.mobile.js +1 -1
- package/picker-button/cssm/typings-d515b24c.d.ts +31 -1
- package/picker-button/esm/mobile/Component.mobile.js +1 -1
- package/picker-button/esm/typings-d515b24c.d.ts +31 -1
- package/picker-button/mobile/Component.mobile.js +1 -1
- package/picker-button/modern/mobile/Component.mobile.js +1 -0
- package/picker-button/modern/typings-d515b24c.d.ts +31 -1
- package/picker-button/moderncssm/mobile/Component.mobile.js +1 -0
- package/picker-button/moderncssm/typings-d515b24c.d.ts +31 -1
- package/picker-button/transformSize-ebda875c.d.ts +1 -1
- package/picker-button/typings-d515b24c.d.ts +31 -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.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/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +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 +4 -3
- 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 +1 -0
- 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 +1 -0
- package/select-with-tags/cssm/components/base-select-with-tags/Component.js +1 -0
- package/select-with-tags/esm/components/base-select-with-tags/Component.js +1 -0
- package/select-with-tags/modern/components/base-select-with-tags/Component.js +1 -0
- package/select-with-tags/moderncssm/components/base-select-with-tags/Component.js +1 -0
- 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/tab-bar/cssm/index.module.css +1 -7
- package/tab-bar/esm/index.css +1 -7
- package/tab-bar/index.css +1 -7
- package/tab-bar/modern/index.css +1 -7
- package/tab-bar/moderncssm/index.module.css +4 -8
- 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/themes/bottom-sheet/click.css +0 -3
- package/themes/click.css +0 -3
- package/themes/click.d.ts +1 -1
- package/themes/click.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +440 -421
- 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 +0 -1
- package/themes/intranet.d.ts +1 -1
- package/themes/intranet.js +1 -1
- package/themes/mixins/bottom-sheet/click.css +0 -3
- package/themes/mixins/intranet.css +0 -2
- package/themes/mixins/mobile.css +0 -2
- package/themes/mixins/site.css +0 -2
- package/themes/mobile.css +0 -2
- 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 +0 -3
- package/themes/modern/compiled/mobile-dark-bluetint.d.ts +1 -1
- package/themes/modern/compiled/mobile-dark-bluetint.js +440 -421
- package/themes/modern/intranet.d.ts +1 -1
- package/themes/modern/intranet.js +0 -1
- package/themes/modern/mobile.d.ts +1 -1
- package/themes/modern/mobile.js +0 -2
- package/themes/modern/site.d.ts +1 -1
- package/themes/modern/site.js +0 -1
- package/themes/site.css +0 -1
- 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/title/alfasans-index.module.css +10 -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/text/alfasans-index.module.css +0 -16
- package/typography/moderncssm/title/alfasans-index.module.css +10 -0
- 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 +14 -0
- package/universal-date-input/esm/index-5712fce2.d.ts +14 -0
- package/universal-date-input/index-5712fce2.d.ts +14 -0
- package/universal-date-input/modern/index-5712fce2.d.ts +14 -0
- package/universal-date-input/moderncssm/index-5712fce2.d.ts +14 -0
- 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/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/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.js +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.js +1 -1
- package/universal-modal/modern/mobile/index.js +1 -1
- package/vars/mixins.css +1 -1
- package/international-phone-input/index-235f6347.d.ts +0 -277
- package/international-phone-input/types-464d40a4.d.ts +0 -293
- package/themes/bottom-sheet/intranet.css +0 -3
- package/themes/bottom-sheet/mobile.css +0 -4
- package/themes/bottom-sheet/site.css +0 -3
- package/themes/mixins/bottom-sheet/intranet.css +0 -3
- package/themes/mixins/bottom-sheet/mobile.css +0 -4
- package/themes/mixins/bottom-sheet/site.css +0 -3
- /package/calendar/{calendarMonthOnlyView-9387df6a.d.ts → calendarMonthOnlyView-ae3554d3.d.ts} +0 -0
- /package/calendar/{calendarMonthOnlyView-9387df6a.js → calendarMonthOnlyView-ae3554d3.js} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-8c223aba.d.ts → calendarMonthOnlyView-57744d42.d.ts} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-8c223aba.js → calendarMonthOnlyView-57744d42.js} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-ab23a98d.d.ts → calendarMonthOnlyView-acdad43b.d.ts} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-ab23a98d.js → calendarMonthOnlyView-acdad43b.js} +0 -0
- /package/confirmation/{countdown-section-651b0e6c.d.ts → countdown-section-8e5606d8.d.ts} +0 -0
- /package/confirmation/{countdown-section-651b0e6c.js → countdown-section-8e5606d8.js} +0 -0
- /package/confirmation/esm/{countdown-section-1776b60e.d.ts → countdown-section-f1f836d4.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-1776b60e.js → countdown-section-f1f836d4.js} +0 -0
- /package/confirmation/modern/{countdown-section-75ee45f6.d.ts → countdown-section-81fc2619.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-75ee45f6.js → countdown-section-81fc2619.js} +0 -0
- /package/file-upload-item/{actions-control.module-a8d00632.js → actions-control.module-89fafdd1.js} +0 -0
- /package/file-upload-item/esm/{actions-control.module-86185915.js → actions-control.module-6d46bee9.js} +0 -0
- /package/file-upload-item/modern/{actions-control.module-b571dbe3.js → actions-control.module-f3f65872.js} +0 -0
- /package/gallery/esm/{hooks-0e7e2122.d.ts → hooks-e6ff26c2.d.ts} +0 -0
- /package/gallery/esm/{hooks-0e7e2122.js → hooks-e6ff26c2.js} +0 -0
- /package/gallery/{hooks-a9361672.d.ts → hooks-13137381.d.ts} +0 -0
- /package/gallery/{hooks-a9361672.js → hooks-13137381.js} +0 -0
- /package/gallery/modern/{hooks-7188b4af.d.ts → hooks-ce6f3214.d.ts} +0 -0
- /package/gallery/modern/{hooks-7188b4af.js → hooks-ce6f3214.js} +0 -0
- /package/list/{Component-c467565e.d.ts → Component-d8e8e561.d.ts} +0 -0
- /package/list/{Component-c467565e.js → Component-d8e8e561.js} +0 -0
- /package/list/esm/{Component-f356b84f.d.ts → Component-798079a1.d.ts} +0 -0
- /package/list/esm/{Component-f356b84f.js → Component-798079a1.js} +0 -0
- /package/list/modern/{Component-8b757227.d.ts → Component-62f5c191.d.ts} +0 -0
- /package/list/modern/{Component-8b757227.js → Component-62f5c191.js} +0 -0
- /package/modal/esm/{layout.module-865d13fc.js → layout.module-451a6c6e.js} +0 -0
- /package/modal/{layout.module-6314c4f6.js → layout.module-9106d1aa.js} +0 -0
- /package/modal/modern/{layout.module-e3bafb3b.js → layout.module-7b011b62.js} +0 -0
- /package/pure-cell/{component-3cca70a8.d.ts → component-4ce0344f.d.ts} +0 -0
- /package/pure-cell/{component-3cca70a8.js → component-4ce0344f.js} +0 -0
- /package/pure-cell/esm/{component-bd09c34c.d.ts → component-3be0ed17.d.ts} +0 -0
- /package/pure-cell/esm/{component-bd09c34c.js → component-3be0ed17.js} +0 -0
- /package/pure-cell/modern/{component-3170301e.d.ts → component-7ee1b6f6.d.ts} +0 -0
- /package/pure-cell/modern/{component-3170301e.js → component-7ee1b6f6.js} +0 -0
- /package/select/esm/{hook-ead48ce0.d.ts → hook-ec604dd8.d.ts} +0 -0
- /package/select/esm/{hook-ead48ce0.js → hook-ec604dd8.js} +0 -0
- /package/select/esm/{list-popover-desktop-dfbee153.d.ts → list-popover-desktop-09250785.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-dfbee153.js → list-popover-desktop-09250785.js} +0 -0
- /package/select/esm/{mobile.module-82d5a12a.js → mobile.module-5186258d.js} +0 -0
- /package/select/{hook-378136f7.d.ts → hook-009721bc.d.ts} +0 -0
- /package/select/{hook-378136f7.js → hook-009721bc.js} +0 -0
- /package/select/{list-popover-desktop-40ad7c9e.d.ts → list-popover-desktop-0dbaa593.d.ts} +0 -0
- /package/select/{list-popover-desktop-40ad7c9e.js → list-popover-desktop-0dbaa593.js} +0 -0
- /package/select/{mobile.module-325bde99.js → mobile.module-c6844b03.js} +0 -0
- /package/select/modern/{hook-3dd3f16d.d.ts → hook-626d9e78.d.ts} +0 -0
- /package/select/modern/{hook-3dd3f16d.js → hook-626d9e78.js} +0 -0
- /package/select/modern/{list-popover-desktop-c77777c8.d.ts → list-popover-desktop-b8b8dfb0.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-c77777c8.js → list-popover-desktop-b8b8dfb0.js} +0 -0
- /package/select/modern/{mobile.module-ffc9c3a5.js → mobile.module-1be9c79e.js} +0 -0
- /package/side-panel/esm/{layout.module-1ad954ab.js → layout.module-967e9373.js} +0 -0
- /package/side-panel/{layout.module-609eebc7.js → layout.module-d253bd44.js} +0 -0
- /package/side-panel/modern/{layout.module-0e290f8e.js → layout.module-05cf0c8b.js} +0 -0
- /package/tabs/esm/{index.module-d5b4798f.js → index.module-71c7b809.js} +0 -0
- /package/tabs/esm/{index.module-65ac9084.js → index.module-c7b1270c.js} +0 -0
- /package/tabs/{index.module-730e5da6.js → index.module-01c05e46.js} +0 -0
- /package/tabs/{index.module-45bfce70.js → index.module-59aefec7.js} +0 -0
- /package/tabs/modern/{index.module-03185542.js → index.module-2e43b405.js} +0 -0
- /package/tabs/modern/{index.module-5c5d366e.js → index.module-770b3536.js} +0 -0
- /package/typography/{colors.module-ab3fe803.js → colors.module-a6e0da27.js} +0 -0
- /package/typography/{common.module-e96c83f3.js → common.module-c7f0e486.js} +0 -0
- /package/typography/esm/{colors.module-faa4d4fc.js → colors.module-b73c8885.js} +0 -0
- /package/typography/esm/{common.module-cfe81402.js → common.module-f2307db8.js} +0 -0
- /package/typography/modern/{colors.module-571427f1.js → colors.module-fde05f10.js} +0 -0
- /package/typography/modern/{common.module-4cd410f7.js → common.module-a5dc65e9.js} +0 -0
- /package/underlay/esm/{index.module-cca3b871.js → index.module-0952e8df.js} +0 -0
- /package/underlay/{index.module-85882065.js → index.module-749d95bc.js} +0 -0
- /package/underlay/modern/{index.module-39af6e8f.js → index.module-5f1b2ac1.js} +0 -0
- /package/universal-modal/esm/{index.module-be0199ee.js → index.module-f796cf80.js} +0 -0
- /package/universal-modal/{index.module-0d86949c.js → index.module-26b1b7d5.js} +0 -0
- /package/universal-modal/modern/{index.module-ee058ea2.js → index.module-94595b39.js} +0 -0
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
2
|
-
const mobileDarkBluetint = `.
|
|
3
|
-
|
|
4
|
-
} .card-image__loaded_ll3kr {
|
|
5
|
-
background: transparent
|
|
2
|
+
const mobileDarkBluetint = `.divider__component_ip3af {
|
|
3
|
+
border-bottom: 1px solid #353539;
|
|
6
4
|
}.backdrop__backdrop_10lfj {
|
|
7
5
|
-webkit-tap-highlight-color: transparent;
|
|
8
6
|
} .backdrop__appear_10lfj,
|
|
@@ -20,6 +18,10 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
20
18
|
background-color: transparent;
|
|
21
19
|
} .backdrop__transparent_10lfj.backdrop__transparent_10lfj {
|
|
22
20
|
background-color: transparent;
|
|
21
|
+
}.card-image__cardImage_ll3kr {
|
|
22
|
+
background: #e7e8ea;
|
|
23
|
+
} .card-image__loaded_ll3kr {
|
|
24
|
+
background: transparent
|
|
23
25
|
}.badge__component_120dx.badge__background-accent_120dx {
|
|
24
26
|
background-color: #f83a2a;
|
|
25
27
|
color: rgba(255, 255, 255, 0.94);
|
|
@@ -80,21 +82,6 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
80
82
|
background-color: rgba(255, 255, 255, 0.94);
|
|
81
83
|
} .badge__dot_120dx.badge__outlineCount_120dx {
|
|
82
84
|
border: 1px solid rgba(3, 3, 6, 0.88);
|
|
83
|
-
}.divider__component_ip3af {
|
|
84
|
-
border-bottom: 1px solid #353539;
|
|
85
|
-
}.dropzone__component_1ta7y {
|
|
86
|
-
border: 1px dashed rgba(255, 255, 255, 0.94);
|
|
87
|
-
} .dropzone__component_1ta7y:not(.dropzone__disabled_1ta7y):hover {
|
|
88
|
-
background-color: transparent;
|
|
89
|
-
} .dropzone__dragOver_1ta7y {
|
|
90
|
-
background-color: transparent;
|
|
91
|
-
} .dropzone__error_1ta7y {
|
|
92
|
-
border-color: #ff4837;
|
|
93
|
-
}
|
|
94
|
-
.dropzone__overlay_n2jsj {
|
|
95
|
-
background: rgba(214, 214, 229, 0.07);
|
|
96
|
-
} .dropzone__text_n2jsj {
|
|
97
|
-
color: rgba(255, 255, 255, 0.94);
|
|
98
85
|
}.hatching-progress-bar__container_ykyxq {
|
|
99
86
|
background: rgba(222, 222, 238, 0.13);
|
|
100
87
|
} .hatching-progress-bar__hatch_ykyxq {
|
|
@@ -119,7 +106,20 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
119
106
|
background: rgba(255, 255, 255, 0.94);
|
|
120
107
|
} .hatching-progress-bar__accent_ykyxq {
|
|
121
108
|
background: #f83a2a;
|
|
122
|
-
}
|
|
109
|
+
}.dropzone__component_1ta7y {
|
|
110
|
+
border: 1px dashed rgba(255, 255, 255, 0.94);
|
|
111
|
+
} .dropzone__component_1ta7y:not(.dropzone__disabled_1ta7y):hover {
|
|
112
|
+
background-color: transparent;
|
|
113
|
+
} .dropzone__dragOver_1ta7y {
|
|
114
|
+
background-color: transparent;
|
|
115
|
+
} .dropzone__error_1ta7y {
|
|
116
|
+
border-color: #ff4837;
|
|
117
|
+
}
|
|
118
|
+
.dropzone__overlay_n2jsj {
|
|
119
|
+
background: rgba(214, 214, 229, 0.07);
|
|
120
|
+
} .dropzone__text_n2jsj {
|
|
121
|
+
color: rgba(255, 255, 255, 0.94);
|
|
122
|
+
}@media (max-width: 599px) {
|
|
123
123
|
}
|
|
124
124
|
@media (min-width: 320px) {
|
|
125
125
|
}
|
|
@@ -458,31 +458,31 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
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[class] {
|
|
462
462
|
background-color: #ef3124;
|
|
463
|
-
} .underlay__background-info_mckhd {
|
|
463
|
+
} .underlay__background-info_mckhd[class] {
|
|
464
464
|
background-color: #001c3c;
|
|
465
|
-
} .underlay__background-attention-muted_mckhd {
|
|
465
|
+
} .underlay__background-attention-muted_mckhd[class] {
|
|
466
466
|
background-color: #36291f;
|
|
467
|
-
} .underlay__background-positive-muted_mckhd {
|
|
467
|
+
} .underlay__background-positive-muted_mckhd[class] {
|
|
468
468
|
background-color: #232d25;
|
|
469
|
-
} .underlay__background-negative-muted_mckhd {
|
|
469
|
+
} .underlay__background-negative-muted_mckhd[class] {
|
|
470
470
|
background-color: #392523;
|
|
471
|
-
} .underlay__background-primary_mckhd {
|
|
471
|
+
} .underlay__background-primary_mckhd[class] {
|
|
472
472
|
background-color: #121213;
|
|
473
|
-
} .underlay__background-primary-inverted_mckhd {
|
|
473
|
+
} .underlay__background-primary-inverted_mckhd[class] {
|
|
474
474
|
background-color: #fff;
|
|
475
|
-
} .underlay__background-secondary_mckhd {
|
|
475
|
+
} .underlay__background-secondary_mckhd[class] {
|
|
476
476
|
background-color: #1c1c1e;
|
|
477
|
-
} .underlay__background-secondary-inverted_mckhd {
|
|
477
|
+
} .underlay__background-secondary-inverted_mckhd[class] {
|
|
478
478
|
background-color: #f2f3f5;
|
|
479
|
-
} .underlay__background-tertiary_mckhd {
|
|
479
|
+
} .underlay__background-tertiary_mckhd[class] {
|
|
480
480
|
background-color: #27272a;
|
|
481
|
-
} .underlay__background-tertiary-inverted_mckhd {
|
|
481
|
+
} .underlay__background-tertiary-inverted_mckhd[class] {
|
|
482
482
|
background-color: #e7e8ea;
|
|
483
|
-
} .underlay__background-quaternary_mckhd {
|
|
483
|
+
} .underlay__background-quaternary_mckhd[class] {
|
|
484
484
|
background-color: #36363a;
|
|
485
|
-
} .underlay__background-quaternary-inverted_mckhd {
|
|
485
|
+
} .underlay__background-quaternary-inverted_mckhd[class] {
|
|
486
486
|
background-color: #dcdee2;
|
|
487
487
|
} .underlay__background-specialbg-component_mckhd {
|
|
488
488
|
background-color: rgba(255, 255, 255, 0.1);
|
|
@@ -961,19 +961,7 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
961
961
|
} .filter-tag__clear_kecm2:active {
|
|
962
962
|
color: rgba(243, 245, 254, 0.75);
|
|
963
963
|
background-color: #353539;
|
|
964
|
-
}.form-
|
|
965
|
-
background-color: rgba(214, 214, 229, 0.07);
|
|
966
|
-
} .form-control__disabled_1kqrd.form-control__hasError_1kqrd {
|
|
967
|
-
box-shadow: inset 0 0 0 2px #ff4837;
|
|
968
|
-
}
|
|
969
|
-
.form-control__inner_ah9vw {
|
|
970
|
-
background-color: rgba(38, 55, 88, 0.06);
|
|
971
|
-
} .form-control__disabled_ah9vw.form-control__hasError_ah9vw {
|
|
972
|
-
box-shadow: inset 0 0 0 2px
|
|
973
|
-
#ff4837;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
.form-control__inner_6e8dl {
|
|
964
|
+
}.form-control__inner_6e8dl {
|
|
977
965
|
background-color: rgba(222, 222, 238, 0.13);
|
|
978
966
|
} .form-control__inner_6e8dl.form-control__hasError_6e8dl {
|
|
979
967
|
background-color: rgba(225, 225, 248, 0.09);
|
|
@@ -989,6 +977,18 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
989
977
|
box-shadow: inset 0 0 0 2px
|
|
990
978
|
#ff4837;
|
|
991
979
|
}
|
|
980
|
+
.form-control__inner_1kqrd {
|
|
981
|
+
background-color: rgba(214, 214, 229, 0.07);
|
|
982
|
+
} .form-control__disabled_1kqrd.form-control__hasError_1kqrd {
|
|
983
|
+
box-shadow: inset 0 0 0 2px #ff4837;
|
|
984
|
+
}
|
|
985
|
+
.form-control__inner_ah9vw {
|
|
986
|
+
background-color: rgba(38, 55, 88, 0.06);
|
|
987
|
+
} .form-control__disabled_ah9vw.form-control__hasError_ah9vw {
|
|
988
|
+
box-shadow: inset 0 0 0 2px
|
|
989
|
+
#ff4837;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
992
|
.form-control__component_1w6ez {
|
|
993
993
|
color: rgba(255, 255, 255, 0.94);
|
|
994
994
|
} .form-control__label_1w6ez {
|
|
@@ -1140,7 +1140,44 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
1140
1140
|
color: rgba(3, 3, 6, 0.88);
|
|
1141
1141
|
} .radio__hint_16qog {
|
|
1142
1142
|
color: rgba(4, 4, 19, 0.55);
|
|
1143
|
-
}
|
|
1143
|
+
}
|
|
1144
|
+
.steps__option_1y13z {
|
|
1145
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1146
|
+
background: rgba(222, 222, 238, 0.13)
|
|
1147
|
+
} .steps__dash_1y13z {
|
|
1148
|
+
border-top: 2px solid rgba(222, 222, 238, 0.13)
|
|
1149
|
+
} .steps__dash_1y13z.steps__completed_1y13z {
|
|
1150
|
+
border-top: 2px solid rgba(255, 255, 255, 0.94);
|
|
1151
|
+
} .steps__dash_1y13z.steps__vertical_1y13z {
|
|
1152
|
+
border-left: 2px solid rgba(222, 222, 238, 0.13);
|
|
1153
|
+
} .steps__dash_1y13z.steps__completed_1y13z.steps__vertical_1y13z {
|
|
1154
|
+
border-left: 2px solid rgba(255, 255, 255, 0.94);
|
|
1155
|
+
} .steps__text_1y13z {
|
|
1156
|
+
color: rgba(255, 255, 255, 0.94)
|
|
1157
|
+
} .steps__text_1y13z.steps__interactive_1y13z:not(.steps__disabled_1y13z):hover {
|
|
1158
|
+
background: rgba(214, 214, 229, 0.07);
|
|
1159
|
+
} .steps__text_1y13z.steps__interactive_1y13z:not(.steps__disabled_1y13z):active {
|
|
1160
|
+
background: rgba(225, 225, 248, 0.09);
|
|
1161
|
+
} .steps__focused_1y13z {
|
|
1162
|
+
outline: 2px solid #3193fc;
|
|
1163
|
+
} .steps__selected_1y13z .steps__text_1y13z {
|
|
1164
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1165
|
+
} .steps__selected_1y13z .steps__option_1y13z {
|
|
1166
|
+
color: rgba(3, 3, 6, 0.88);
|
|
1167
|
+
background: rgba(255, 255, 255, 0.94);
|
|
1168
|
+
} .steps__checkbox_1y13z {
|
|
1169
|
+
border: 2px solid rgba(222, 222, 238, 0.13);
|
|
1170
|
+
} .steps__dot_1y13z {
|
|
1171
|
+
background: rgba(222, 222, 238, 0.13);
|
|
1172
|
+
} .steps__selected_1y13z .steps__checkbox_1y13z {
|
|
1173
|
+
border: 2px solid rgba(255, 255, 255, 0.94)
|
|
1174
|
+
} .steps__selected_1y13z .steps__checkbox_1y13z .steps__dot_1y13z {
|
|
1175
|
+
background: rgba(255, 255, 255, 0.94);
|
|
1176
|
+
} .steps__completedIndicator_1y13z > [class*='positive'] {
|
|
1177
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1178
|
+
background-color: rgba(255, 255, 255, 0.94);
|
|
1179
|
+
}
|
|
1180
|
+
.spinner__component_98he5 {
|
|
1144
1181
|
color: rgba(255, 255, 255, 0.94);
|
|
1145
1182
|
}
|
|
1146
1183
|
@keyframes spinner__spin_animation_maei4 {
|
|
@@ -1148,27 +1185,27 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
1148
1185
|
.spinner__component_2oeq8 {
|
|
1149
1186
|
color: rgba(3, 3, 6, 0.88);
|
|
1150
1187
|
}
|
|
1151
|
-
.page-
|
|
1152
|
-
background: rgba(222, 222, 238, 0.13)
|
|
1153
|
-
} .page-
|
|
1154
|
-
|
|
1155
|
-
|
|
1188
|
+
.page-indicator__pageIndicator_1x9b8 {
|
|
1189
|
+
background: rgba(222, 222, 238, 0.13);
|
|
1190
|
+
} .page-indicator__element_1x9b8 {
|
|
1191
|
+
background: rgba(255, 255, 255, 0.94);
|
|
1192
|
+
}
|
|
1156
1193
|
|
|
1157
|
-
.page-
|
|
1158
|
-
background: rgba(15, 25, 55, 0.1)
|
|
1159
|
-
} .page-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
.page-
|
|
1163
|
-
background: rgba(222, 222, 238, 0.13)
|
|
1164
|
-
} .page-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
.page-
|
|
1168
|
-
background: rgba(15, 25, 55, 0.1)
|
|
1169
|
-
} .page-
|
|
1170
|
-
|
|
1171
|
-
|
|
1194
|
+
.page-indicator__pageIndicator_1i98g {
|
|
1195
|
+
background: rgba(15, 25, 55, 0.1);
|
|
1196
|
+
} .page-indicator__element_1i98g {
|
|
1197
|
+
background: rgba(3, 3, 6, 0.88);
|
|
1198
|
+
}
|
|
1199
|
+
.page-indicator__pageIndicator_3br00 {
|
|
1200
|
+
background: rgba(222, 222, 238, 0.13);
|
|
1201
|
+
} .page-indicator__element_3br00 {
|
|
1202
|
+
background: #f2f3f5;
|
|
1203
|
+
}
|
|
1204
|
+
.page-indicator__pageIndicator_4ubo6 {
|
|
1205
|
+
background: rgba(15, 25, 55, 0.1);
|
|
1206
|
+
} .page-indicator__element_4ubo6 {
|
|
1207
|
+
background: #212124;
|
|
1208
|
+
}
|
|
1172
1209
|
.page-indicator__element_10nj4 {
|
|
1173
1210
|
background: rgba(222, 222, 238, 0.13)
|
|
1174
1211
|
} .page-indicator__element_10nj4.page-indicator__active_10nj4 {
|
|
@@ -1200,27 +1237,27 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
1200
1237
|
background: #212124;
|
|
1201
1238
|
}
|
|
1202
1239
|
}
|
|
1203
|
-
.page-
|
|
1204
|
-
background: rgba(222, 222, 238, 0.13)
|
|
1205
|
-
} .page-
|
|
1206
|
-
|
|
1207
|
-
}
|
|
1240
|
+
.page-indicator__element_117t1 {
|
|
1241
|
+
background: rgba(222, 222, 238, 0.13)
|
|
1242
|
+
} .page-indicator__element_117t1.page-indicator__active_117t1 {
|
|
1243
|
+
background: rgba(255, 255, 255, 0.94);
|
|
1244
|
+
}
|
|
1208
1245
|
|
|
1209
|
-
.page-
|
|
1210
|
-
background: rgba(15, 25, 55, 0.1)
|
|
1211
|
-
} .page-
|
|
1212
|
-
|
|
1213
|
-
}
|
|
1214
|
-
.page-
|
|
1215
|
-
background: rgba(222, 222, 238, 0.13)
|
|
1216
|
-
} .page-
|
|
1217
|
-
|
|
1218
|
-
}
|
|
1219
|
-
.page-
|
|
1220
|
-
background: rgba(15, 25, 55, 0.1)
|
|
1221
|
-
} .page-
|
|
1222
|
-
|
|
1223
|
-
}
|
|
1246
|
+
.page-indicator__element_3eb5k {
|
|
1247
|
+
background: rgba(15, 25, 55, 0.1)
|
|
1248
|
+
} .page-indicator__element_3eb5k.page-indicator__active_3eb5k {
|
|
1249
|
+
background: rgba(3, 3, 6, 0.88);
|
|
1250
|
+
}
|
|
1251
|
+
.page-indicator__element_12xza {
|
|
1252
|
+
background: rgba(222, 222, 238, 0.13)
|
|
1253
|
+
} .page-indicator__element_12xza.page-indicator__active_12xza {
|
|
1254
|
+
background: #f2f3f5;
|
|
1255
|
+
}
|
|
1256
|
+
.page-indicator__element_1rz5k {
|
|
1257
|
+
background: rgba(15, 25, 55, 0.1)
|
|
1258
|
+
} .page-indicator__element_1rz5k.page-indicator__active_1rz5k {
|
|
1259
|
+
background: #212124;
|
|
1260
|
+
}
|
|
1224
1261
|
.page-indicator__element_mezwp {
|
|
1225
1262
|
background: rgba(222, 222, 238, 0.13)
|
|
1226
1263
|
} .page-indicator__element_mezwp.page-indicator__active_mezwp {
|
|
@@ -1241,44 +1278,7 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
1241
1278
|
background: rgba(15, 25, 55, 0.1)
|
|
1242
1279
|
} .page-indicator__element_1v6mm.page-indicator__active_1v6mm {
|
|
1243
1280
|
background: #212124;
|
|
1244
|
-
}
|
|
1245
|
-
.steps__option_1y13z {
|
|
1246
|
-
color: rgba(255, 255, 255, 0.94);
|
|
1247
|
-
background: rgba(222, 222, 238, 0.13)
|
|
1248
|
-
} .steps__dash_1y13z {
|
|
1249
|
-
border-top: 2px solid rgba(222, 222, 238, 0.13)
|
|
1250
|
-
} .steps__dash_1y13z.steps__completed_1y13z {
|
|
1251
|
-
border-top: 2px solid rgba(255, 255, 255, 0.94);
|
|
1252
|
-
} .steps__dash_1y13z.steps__vertical_1y13z {
|
|
1253
|
-
border-left: 2px solid rgba(222, 222, 238, 0.13);
|
|
1254
|
-
} .steps__dash_1y13z.steps__completed_1y13z.steps__vertical_1y13z {
|
|
1255
|
-
border-left: 2px solid rgba(255, 255, 255, 0.94);
|
|
1256
|
-
} .steps__text_1y13z {
|
|
1257
|
-
color: rgba(255, 255, 255, 0.94)
|
|
1258
|
-
} .steps__text_1y13z.steps__interactive_1y13z:not(.steps__disabled_1y13z):hover {
|
|
1259
|
-
background: rgba(214, 214, 229, 0.07);
|
|
1260
|
-
} .steps__text_1y13z.steps__interactive_1y13z:not(.steps__disabled_1y13z):active {
|
|
1261
|
-
background: rgba(225, 225, 248, 0.09);
|
|
1262
|
-
} .steps__focused_1y13z {
|
|
1263
|
-
outline: 2px solid #3193fc;
|
|
1264
|
-
} .steps__selected_1y13z .steps__text_1y13z {
|
|
1265
|
-
color: rgba(255, 255, 255, 0.94);
|
|
1266
|
-
} .steps__selected_1y13z .steps__option_1y13z {
|
|
1267
|
-
color: rgba(3, 3, 6, 0.88);
|
|
1268
|
-
background: rgba(255, 255, 255, 0.94);
|
|
1269
|
-
} .steps__checkbox_1y13z {
|
|
1270
|
-
border: 2px solid rgba(222, 222, 238, 0.13);
|
|
1271
|
-
} .steps__dot_1y13z {
|
|
1272
|
-
background: rgba(222, 222, 238, 0.13);
|
|
1273
|
-
} .steps__selected_1y13z .steps__checkbox_1y13z {
|
|
1274
|
-
border: 2px solid rgba(255, 255, 255, 0.94)
|
|
1275
|
-
} .steps__selected_1y13z .steps__checkbox_1y13z .steps__dot_1y13z {
|
|
1276
|
-
background: rgba(255, 255, 255, 0.94);
|
|
1277
|
-
} .steps__completedIndicator_1y13z > [class*='positive'] {
|
|
1278
|
-
color: rgba(255, 255, 255, 0.94);
|
|
1279
|
-
background-color: rgba(255, 255, 255, 0.94);
|
|
1280
|
-
}
|
|
1281
|
-
.switch__switch_n9rr1 {
|
|
1281
|
+
}.switch__switch_n9rr1 {
|
|
1282
1282
|
background-color: rgba(238, 238, 251, 0.55)
|
|
1283
1283
|
} .switch__switch_n9rr1:hover {
|
|
1284
1284
|
background-color: rgba(239, 240, 252, 0.65);
|
|
@@ -1808,7 +1808,28 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
1808
1808
|
} .drawer__backdropExitActive_tiv6x,
|
|
1809
1809
|
.drawer__backdropExitDone_tiv6x {
|
|
1810
1810
|
background-color: transparent;
|
|
1811
|
-
}.
|
|
1811
|
+
}.pagination__component_14zfk {
|
|
1812
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1813
|
+
}
|
|
1814
|
+
.pagination__dots_w3qrm {
|
|
1815
|
+
color: rgba(238, 238, 251, 0.55);
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
1819
|
+
color: rgba(238, 238, 251, 0.55)
|
|
1820
|
+
} button.pagination__tag_b1whi.pagination__tag_b1whi:hover:not(:disabled) {
|
|
1821
|
+
background-color: rgba(214, 214, 229, 0.07);
|
|
1822
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1823
|
+
} button.pagination__tag_b1whi.pagination__tag_b1whi:active:not(:disabled) {
|
|
1824
|
+
background-color: rgba(225, 225, 248, 0.09);
|
|
1825
|
+
} button.pagination__tag_b1whi.pagination__tag_b1whi.pagination__checked_b1whi {
|
|
1826
|
+
background-color: #f2f3f5;
|
|
1827
|
+
color: rgba(3, 3, 6, 0.88);
|
|
1828
|
+
} button.pagination__tag_b1whi.pagination__tag_b1whi.pagination__checked_b1whi:hover:not(:disabled) {
|
|
1829
|
+
color: rgba(3, 3, 6, 0.88);
|
|
1830
|
+
} button.pagination__tag_b1whi.pagination__tag_b1whi.pagination__checked_b1whi:active:not(:disabled) {
|
|
1831
|
+
color: rgba(255, 255, 255, 0.94);
|
|
1832
|
+
}.button__primary_afm85 {
|
|
1812
1833
|
color: rgba(3, 3, 6, 0.88);
|
|
1813
1834
|
background-color: #f2f3f5
|
|
1814
1835
|
} @media (hover: hover) {
|
|
@@ -2292,51 +2313,7 @@ const mobileDarkBluetint = `.card-image__cardImage_ll3kr {
|
|
|
2292
2313
|
color: rgba(3, 3, 6, 0.88);
|
|
2293
2314
|
} .button__component_1n55i[disabled].button__ghost_1n55i.button__loading_1n55i {
|
|
2294
2315
|
color: rgba(3, 3, 6, 0.88);
|
|
2295
|
-
}.
|
|
2296
|
-
color: rgba(255, 255, 255, 0.94);
|
|
2297
|
-
}
|
|
2298
|
-
.pagination__dots_w3qrm {
|
|
2299
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2300
|
-
}
|
|
2301
|
-
|
|
2302
|
-
button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
2303
|
-
color: rgba(238, 238, 251, 0.55)
|
|
2304
|
-
} button.pagination__tag_b1whi.pagination__tag_b1whi:hover:not(:disabled) {
|
|
2305
|
-
background-color: rgba(214, 214, 229, 0.07);
|
|
2306
|
-
color: rgba(255, 255, 255, 0.94);
|
|
2307
|
-
} button.pagination__tag_b1whi.pagination__tag_b1whi:active:not(:disabled) {
|
|
2308
|
-
background-color: rgba(225, 225, 248, 0.09);
|
|
2309
|
-
} button.pagination__tag_b1whi.pagination__tag_b1whi.pagination__checked_b1whi {
|
|
2310
|
-
background-color: #f2f3f5;
|
|
2311
|
-
color: rgba(3, 3, 6, 0.88);
|
|
2312
|
-
} button.pagination__tag_b1whi.pagination__tag_b1whi.pagination__checked_b1whi:hover:not(:disabled) {
|
|
2313
|
-
color: rgba(3, 3, 6, 0.88);
|
|
2314
|
-
} button.pagination__tag_b1whi.pagination__tag_b1whi.pagination__checked_b1whi:active:not(:disabled) {
|
|
2315
|
-
color: rgba(255, 255, 255, 0.94);
|
|
2316
|
-
}.chart__coreChart_1tpn6 .recharts-text tspan {
|
|
2317
|
-
fill: rgba(255, 255, 255, 0.94);
|
|
2318
|
-
}
|
|
2319
|
-
@keyframes chart__showDot_o8dmm {
|
|
2320
|
-
}
|
|
2321
|
-
|
|
2322
|
-
.chart__tickText_19h3g {
|
|
2323
|
-
fill: rgba(255, 255, 255, 0.94);
|
|
2324
|
-
} .chart__circle_19h3g {
|
|
2325
|
-
fill: #121213;
|
|
2326
|
-
} .chart__circle_19h3g {
|
|
2327
|
-
fill: #121213;
|
|
2328
|
-
}
|
|
2329
|
-
.chart__tooltip_bfwgc {
|
|
2330
|
-
background-color: #121213;
|
|
2331
|
-
border: 1px solid #353539;
|
|
2332
|
-
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
2333
|
-
0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2334
|
-
} .chart__tooltipArrow_bfwgc {
|
|
2335
|
-
border: 1px solid #353539;
|
|
2336
|
-
background-color: #121213;
|
|
2337
|
-
} .chart__tooltipArrow_bfwgc:before {
|
|
2338
|
-
border-color: transparent #121213 transparent transparent;
|
|
2339
|
-
}.circular-progress-bar__component_3bcq9.circular-progress-bar__bg-positive_3bcq9 {
|
|
2316
|
+
}.circular-progress-bar__component_3bcq9.circular-progress-bar__bg-positive_3bcq9 {
|
|
2340
2317
|
background: #17d055;
|
|
2341
2318
|
} .circular-progress-bar__component_3bcq9.circular-progress-bar__bg-negative_3bcq9 {
|
|
2342
2319
|
background: #ff4837;
|
|
@@ -2363,7 +2340,30 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
2363
2340
|
color: rgba(255, 255, 255, 0.94);
|
|
2364
2341
|
} .circular-progress-bar__iconWrapper_3bcq9.circular-progress-bar__icon-secondary_3bcq9 {
|
|
2365
2342
|
color: #898991;
|
|
2366
|
-
}.
|
|
2343
|
+
}.chart__coreChart_1tpn6 .recharts-text tspan {
|
|
2344
|
+
fill: rgba(255, 255, 255, 0.94);
|
|
2345
|
+
}
|
|
2346
|
+
@keyframes chart__showDot_o8dmm {
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
.chart__tickText_19h3g {
|
|
2350
|
+
fill: rgba(255, 255, 255, 0.94);
|
|
2351
|
+
} .chart__circle_19h3g {
|
|
2352
|
+
fill: #121213;
|
|
2353
|
+
} .chart__circle_19h3g {
|
|
2354
|
+
fill: #121213;
|
|
2355
|
+
}
|
|
2356
|
+
.chart__tooltip_bfwgc {
|
|
2357
|
+
background-color: #121213;
|
|
2358
|
+
border: 1px solid #353539;
|
|
2359
|
+
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
2360
|
+
0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2361
|
+
} .chart__tooltipArrow_bfwgc {
|
|
2362
|
+
border: 1px solid #353539;
|
|
2363
|
+
background-color: #121213;
|
|
2364
|
+
} .chart__tooltipArrow_bfwgc:before {
|
|
2365
|
+
border-color: transparent #121213 transparent transparent;
|
|
2366
|
+
}.comment__component_j3kkk {
|
|
2367
2367
|
background-color: #1c1c1e;
|
|
2368
2368
|
}.list-header__filled_1h09o {
|
|
2369
2369
|
background-color: #212124;
|
|
@@ -2372,13 +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
|
-
} .attach__file_z339h,
|
|
2377
|
-
.attach__noFile_z339h {
|
|
2378
|
-
color: rgba(238, 238, 251, 0.55);
|
|
2379
|
-
} .attach__focused_z339h {
|
|
2380
|
-
outline: 2px solid #3193fc;
|
|
2381
|
-
}.tab-bar__component_wkct2.tab-bar__modal-bg-primary_wkct2 {
|
|
2375
|
+
}.tab-bar__component_wkct2.tab-bar__modal-bg-primary_wkct2 {
|
|
2382
2376
|
background-color: #121213;
|
|
2383
2377
|
} .tab-bar__component_wkct2.tab-bar__modal-bg-alt-primary_wkct2 {
|
|
2384
2378
|
background-color: #121213;
|
|
@@ -2422,7 +2416,13 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
2422
2416
|
background: rgba(255, 255, 255, 0.94);
|
|
2423
2417
|
} .stepped-progress-bar__bar_1pjw6.stepped-progress-bar__accent_1pjw6 {
|
|
2424
2418
|
background: #f83a2a;
|
|
2425
|
-
}.
|
|
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,19 +2969,51 @@ 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_iai7e {
|
|
2973
2973
|
background: rgba(255, 255, 255, 0.04)
|
|
2974
|
-
}
|
|
2974
|
+
}
|
|
2975
|
+
.navigation-bar-private__component_iai7e svg > path {
|
|
2975
2976
|
fill: rgba(255, 255, 255, 0.94);
|
|
2976
|
-
}
|
|
2977
|
+
}
|
|
2978
|
+
.navigation-bar-private__component_iai7e:hover svg > path {
|
|
2977
2979
|
fill: rgba(255, 255, 255, 0.7);
|
|
2978
|
-
}
|
|
2980
|
+
}
|
|
2981
|
+
.navigation-bar-private__component_iai7e:active svg > path {
|
|
2979
2982
|
fill: rgba(255, 255, 255, 0.6);
|
|
2980
|
-
}
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
+
}
|
|
2984
|
+
.navigation-bar-private__text_iai7e {
|
|
2985
|
+
color: rgba(255, 255, 255, 0.94);
|
|
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 {
|
|
2983
2992
|
fill: rgba(238, 238, 251, 0.55);
|
|
2984
2993
|
}
|
|
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
|
+
}
|
|
2985
3017
|
.navigation-bar-private__button_93jsx {
|
|
2986
3018
|
background: rgba(255, 255, 255, 0.04);
|
|
2987
3019
|
color: rgba(255, 255, 255, 0.94)
|
|
@@ -3080,39 +3112,56 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3080
3112
|
color: rgba(233, 233, 250, 0.37)
|
|
3081
3113
|
} .with-suffix__readOnly_1iuu2.with-suffix__inverted_1iuu2 {
|
|
3082
3114
|
color: rgba(5, 8, 29, 0.38);
|
|
3083
|
-
}
|
|
3115
|
+
}
|
|
3116
|
+
.popup-sheet__appear_cvu3j,
|
|
3117
|
+
.popup-sheet__enter_cvu3j {
|
|
3084
3118
|
background-color: transparent;
|
|
3085
|
-
} .
|
|
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 {
|
|
3128
|
+
background-color: transparent;
|
|
3129
|
+
}.bottom-sheet__component_znr4f {
|
|
3086
3130
|
background-color: #1c1c1e;
|
|
3087
|
-
} .bottom-
|
|
3131
|
+
} .bottom-sheet__content_znr4f {
|
|
3132
|
+
color: rgba(255, 255, 255, 0.94);
|
|
3133
|
+
} .bottom-sheet__defaultMarker_znr4f {
|
|
3088
3134
|
background-color: rgba(222, 222, 238, 0.13);
|
|
3089
|
-
} .bottom-
|
|
3135
|
+
} .bottom-sheet__hasContent_znr4f {
|
|
3090
3136
|
color: rgba(255, 255, 255, 0.94);
|
|
3091
|
-
}
|
|
3137
|
+
}
|
|
3138
|
+
.bottom-sheet__modal_1002u.bottom-sheet__modal_1002u {
|
|
3139
|
+
background-color: transparent;
|
|
3140
|
+
} .bottom-sheet__background-accent_1002u[class] {
|
|
3092
3141
|
background-color: #ef3124;
|
|
3093
|
-
} .bottom-sheet__background-info_1002u {
|
|
3142
|
+
} .bottom-sheet__background-info_1002u[class] {
|
|
3094
3143
|
background-color: #001c3c;
|
|
3095
|
-
} .bottom-sheet__background-attention-muted_1002u {
|
|
3144
|
+
} .bottom-sheet__background-attention-muted_1002u[class] {
|
|
3096
3145
|
background-color: #36291f;
|
|
3097
|
-
} .bottom-sheet__background-positive-muted_1002u {
|
|
3146
|
+
} .bottom-sheet__background-positive-muted_1002u[class] {
|
|
3098
3147
|
background-color: #232d25;
|
|
3099
|
-
} .bottom-sheet__background-negative-muted_1002u {
|
|
3148
|
+
} .bottom-sheet__background-negative-muted_1002u[class] {
|
|
3100
3149
|
background-color: #392523;
|
|
3101
|
-
} .bottom-sheet__background-primary_1002u {
|
|
3150
|
+
} .bottom-sheet__background-primary_1002u[class] {
|
|
3102
3151
|
background-color: #121213;
|
|
3103
|
-
} .bottom-sheet__background-primary-inverted_1002u {
|
|
3152
|
+
} .bottom-sheet__background-primary-inverted_1002u[class] {
|
|
3104
3153
|
background-color: #fff;
|
|
3105
|
-
} .bottom-sheet__background-secondary_1002u {
|
|
3154
|
+
} .bottom-sheet__background-secondary_1002u[class] {
|
|
3106
3155
|
background-color: #1c1c1e;
|
|
3107
|
-
} .bottom-sheet__background-secondary-inverted_1002u {
|
|
3156
|
+
} .bottom-sheet__background-secondary-inverted_1002u[class] {
|
|
3108
3157
|
background-color: #f2f3f5;
|
|
3109
|
-
} .bottom-sheet__background-tertiary_1002u {
|
|
3158
|
+
} .bottom-sheet__background-tertiary_1002u[class] {
|
|
3110
3159
|
background-color: #27272a;
|
|
3111
|
-
} .bottom-sheet__background-tertiary-inverted_1002u {
|
|
3160
|
+
} .bottom-sheet__background-tertiary-inverted_1002u[class] {
|
|
3112
3161
|
background-color: #e7e8ea;
|
|
3113
|
-
} .bottom-sheet__background-quaternary_1002u {
|
|
3162
|
+
} .bottom-sheet__background-quaternary_1002u[class] {
|
|
3114
3163
|
background-color: #36363a;
|
|
3115
|
-
} .bottom-sheet__background-quaternary-inverted_1002u {
|
|
3164
|
+
} .bottom-sheet__background-quaternary-inverted_1002u[class] {
|
|
3116
3165
|
background-color: #dcdee2;
|
|
3117
3166
|
} .bottom-sheet__background-specialbg-component_1002u {
|
|
3118
3167
|
background-color: rgba(255, 255, 255, 0.1);
|
|
@@ -3133,72 +3182,42 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3133
3182
|
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1002u {
|
|
3134
3183
|
background-color: rgba(30, 43, 68, 0.08);
|
|
3135
3184
|
}
|
|
3136
|
-
.bottom-
|
|
3137
|
-
background-color: #
|
|
3138
|
-
} .bottom-
|
|
3139
|
-
|
|
3185
|
+
.bottom-sheet__component_1e8nz {
|
|
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 {
|
|
3140
3195
|
background-color: #1c1c1e;
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
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;
|
|
3196
|
+
border-top: 1px solid #29292c;
|
|
3197
|
+
} .bottom-sheet__hasContent_1r3f0 {
|
|
3198
|
+
color: rgba(255, 255, 255, 0.94);
|
|
3188
3199
|
}
|
|
3189
|
-
|
|
3190
|
-
.
|
|
3191
|
-
background-color:
|
|
3192
|
-
|
|
3193
|
-
.
|
|
3194
|
-
.
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
.
|
|
3201
|
-
|
|
3200
|
+
|
|
3201
|
+
.bottom-sheet__highlighted_qtv0i {
|
|
3202
|
+
background-color: #fff;
|
|
3203
|
+
border-top: 1px solid #e7e8eb;
|
|
3204
|
+
} .bottom-sheet__hasContent_qtv0i {
|
|
3205
|
+
color: rgba(3, 3, 6, 0.88);
|
|
3206
|
+
}
|
|
3207
|
+
.bottom-sheet__title_tamb7 {
|
|
3208
|
+
color: rgba(255, 255, 255, 0.94);
|
|
3209
|
+
} .bottom-sheet__subtitle_tamb7 {
|
|
3210
|
+
color: rgba(255, 255, 255, 0.94);
|
|
3211
|
+
} .bottom-sheet__highlighted_tamb7 {
|
|
3212
|
+
border-bottom: 1px solid #29292c;
|
|
3213
|
+
}
|
|
3214
|
+
|
|
3215
|
+
.bottom-sheet__title_14o7d {
|
|
3216
|
+
color: rgba(3, 3, 6, 0.88);
|
|
3217
|
+
} .bottom-sheet__subtitle_14o7d {
|
|
3218
|
+
color: rgba(3, 3, 6, 0.88);
|
|
3219
|
+
} .bottom-sheet__highlighted_14o7d {
|
|
3220
|
+
border-bottom: 1px solid #e7e8eb;
|
|
3202
3221
|
}
|
|
3203
3222
|
|
|
3204
3223
|
|
|
@@ -3253,28 +3272,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3253
3272
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
3254
3273
|
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
3255
3274
|
background-color: transparent;
|
|
3256
|
-
}
|
|
3257
|
-
--form-control-bg-color: transparent;
|
|
3258
|
-
--form-control-focus-shadow: transparent;
|
|
3259
|
-
--form-control-hover-bg-color: transparent;
|
|
3260
|
-
--form-control-focus-bg-color: transparent;
|
|
3261
|
-
} .bank-card__label_1gzw2 {
|
|
3262
|
-
color: rgba(238, 238, 251, 0.55)
|
|
3263
|
-
} .bank-card__focused_1gzw2 .bank-card__label_1gzw2,
|
|
3264
|
-
.bank-card__filled_1gzw2 .bank-card__label_1gzw2 {
|
|
3265
|
-
color: rgba(255, 255, 255, 0.94)
|
|
3266
|
-
} .bank-card__input_1gzw2 {
|
|
3267
|
-
color: rgba(255, 255, 255, 0.94);
|
|
3268
|
-
caret-color: rgba(255, 255, 255, 0.94)
|
|
3269
|
-
} .bank-card__bankLogo_1gzw2 svg g {
|
|
3270
|
-
fill: rgba(255, 255, 255, 0.94);
|
|
3271
|
-
} .bank-card__brandLogo_1gzw2 svg {
|
|
3272
|
-
fill: rgba(255, 255, 255, 0.94);
|
|
3273
|
-
} .bank-card__usePhoto_1gzw2 {
|
|
3274
|
-
background-color: transparent
|
|
3275
|
-
} .bank-card__usePhoto_1gzw2 svg {
|
|
3276
|
-
fill: rgba(255, 255, 255, 0.94);
|
|
3277
|
-
}
|
|
3275
|
+
}
|
|
3278
3276
|
|
|
3279
3277
|
|
|
3280
3278
|
|
|
@@ -3342,7 +3340,28 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3342
3340
|
}
|
|
3343
3341
|
.universal-modal__icon_13ids {
|
|
3344
3342
|
fill: rgba(238, 238, 251, 0.55);
|
|
3345
|
-
}.
|
|
3343
|
+
}.bank-card__component_1gzw2 {
|
|
3344
|
+
--form-control-bg-color: transparent;
|
|
3345
|
+
--form-control-focus-shadow: transparent;
|
|
3346
|
+
--form-control-hover-bg-color: transparent;
|
|
3347
|
+
--form-control-focus-bg-color: transparent;
|
|
3348
|
+
} .bank-card__label_1gzw2 {
|
|
3349
|
+
color: rgba(238, 238, 251, 0.55)
|
|
3350
|
+
} .bank-card__focused_1gzw2 .bank-card__label_1gzw2,
|
|
3351
|
+
.bank-card__filled_1gzw2 .bank-card__label_1gzw2 {
|
|
3352
|
+
color: rgba(255, 255, 255, 0.94)
|
|
3353
|
+
} .bank-card__input_1gzw2 {
|
|
3354
|
+
color: rgba(255, 255, 255, 0.94);
|
|
3355
|
+
caret-color: rgba(255, 255, 255, 0.94)
|
|
3356
|
+
} .bank-card__bankLogo_1gzw2 svg g {
|
|
3357
|
+
fill: rgba(255, 255, 255, 0.94);
|
|
3358
|
+
} .bank-card__brandLogo_1gzw2 svg {
|
|
3359
|
+
fill: rgba(255, 255, 255, 0.94);
|
|
3360
|
+
} .bank-card__usePhoto_1gzw2 {
|
|
3361
|
+
background-color: transparent
|
|
3362
|
+
} .bank-card__usePhoto_1gzw2 svg {
|
|
3363
|
+
fill: rgba(255, 255, 255, 0.94);
|
|
3364
|
+
}.amount-input__minorPartAndCurrency_1rbr8 {
|
|
3346
3365
|
color: rgba(238, 238, 251, 0.55)
|
|
3347
3366
|
} .amount-input__minorPartAndCurrency_1rbr8.amount-input__disabled_1rbr8,
|
|
3348
3367
|
.amount-input__minorPartAndCurrency_1rbr8.amount-input__readOnly_1rbr8 {
|
|
@@ -3357,8 +3376,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3357
3376
|
} .amount-input__minorPartAndCurrency_y4xcf.amount-input__disabled_y4xcf,
|
|
3358
3377
|
.amount-input__minorPartAndCurrency_y4xcf.amount-input__readOnly_y4xcf {
|
|
3359
3378
|
color: rgba(5, 8, 29, 0.38);
|
|
3360
|
-
}
|
|
3361
|
-
}.tooltip__hint_1xf6x {
|
|
3379
|
+
}.tooltip__hint_1xf6x {
|
|
3362
3380
|
background-color: #fff;
|
|
3363
3381
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
3364
3382
|
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
@@ -3390,7 +3408,8 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3390
3408
|
background-color: #1c1c1e;
|
|
3391
3409
|
}
|
|
3392
3410
|
|
|
3393
|
-
|
|
3411
|
+
@media (min-width: 600px) {
|
|
3412
|
+
}.calendar__container_1jyfq.calendar__customScrollbar_1jyfq::-webkit-scrollbar-track {
|
|
3394
3413
|
background-color: transparent;
|
|
3395
3414
|
} .calendar__container_1jyfq.calendar__customScrollbar_1jyfq::-webkit-scrollbar-track-piece {
|
|
3396
3415
|
background-color: transparent;
|
|
@@ -3503,11 +3522,11 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3503
3522
|
}
|
|
3504
3523
|
|
|
3505
3524
|
|
|
3525
|
+
@media (max-width: 374px) {
|
|
3526
|
+
}
|
|
3506
3527
|
.calendar__empty_10uz4 {
|
|
3507
3528
|
color: rgba(238, 238, 251, 0.55);
|
|
3508
3529
|
}
|
|
3509
|
-
@media (max-width: 374px) {
|
|
3510
|
-
}
|
|
3511
3530
|
.cc-calendar .calendar__button_nd934.calendar__button_nd934 {
|
|
3512
3531
|
background-color: transparent
|
|
3513
3532
|
} .cc-calendar .calendar__button_nd934.calendar__button_nd934:not(:disabled):hover {
|
|
@@ -3528,74 +3547,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3528
3547
|
color: rgba(3, 3, 6, 0.88);
|
|
3529
3548
|
}
|
|
3530
3549
|
@media (max-width: 374px) {
|
|
3531
|
-
}.
|
|
3532
|
-
background-color: #262629
|
|
3533
|
-
} .gallery__modal_1thot {
|
|
3534
|
-
background: transparent;
|
|
3535
|
-
} .gallery__bottomButton_1thot {
|
|
3536
|
-
background-color: rgba(228, 228, 251, 0.28);
|
|
3537
|
-
}
|
|
3538
|
-
.gallery__component_dtzjz {
|
|
3539
|
-
background-color: rgba(228, 228, 251, 0.28);
|
|
3540
|
-
} .gallery__component_dtzjz:hover {
|
|
3541
|
-
background-color: rgba(233, 233, 250, 0.37);
|
|
3542
|
-
} .gallery__component_dtzjz:active {
|
|
3543
|
-
background-color: rgba(238, 238, 254, 0.46);
|
|
3544
|
-
}
|
|
3545
|
-
.gallery__buttons_167ax path {
|
|
3546
|
-
color: rgba(255, 255, 255, 0.94);
|
|
3547
|
-
} .gallery__iconButton_167ax path {
|
|
3548
|
-
color: #f2f3f5;
|
|
3549
|
-
} .gallery__iconButton_167ax:hover path {
|
|
3550
|
-
color: #e7e8eb;
|
|
3551
|
-
} .gallery__iconButton_167ax:active path {
|
|
3552
|
-
color: #dcdde1;
|
|
3553
|
-
}
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
.gallery__headerMobile_m7be4.gallery__video_m7be4 {
|
|
3557
|
-
background-color: #262629;
|
|
3558
|
-
}
|
|
3559
|
-
.gallery__loading_jt23k {
|
|
3560
|
-
background-color: #1c1c1e
|
|
3561
|
-
} .gallery__loading_jt23k .gallery__active_jt23k {
|
|
3562
|
-
background-color: #29292c;
|
|
3563
|
-
} .gallery__brokenImageWrapper_jt23k {
|
|
3564
|
-
background-color: #29292c
|
|
3565
|
-
} .gallery__focused_jt23k {
|
|
3566
|
-
outline: 2px solid #3193fc;
|
|
3567
|
-
}
|
|
3568
|
-
.gallery__component_1qar0 {
|
|
3569
|
-
background-color: #262629;
|
|
3570
|
-
} .gallery__slideLoading_1qar0 {
|
|
3571
|
-
background-color: rgba(214, 214, 229, 0.07);
|
|
3572
|
-
} .gallery__spinner_1qar0 {
|
|
3573
|
-
color: rgba(255, 255, 255, 0.94);
|
|
3574
|
-
} .gallery__arrow_1qar0 {
|
|
3575
|
-
color: rgba(255, 255, 255, 0.94)
|
|
3576
|
-
} .gallery__arrow_1qar0:hover {
|
|
3577
|
-
background-color: #2f2f32;
|
|
3578
|
-
} .gallery__arrow_1qar0:active {
|
|
3579
|
-
background-color: #353539;
|
|
3580
|
-
} .gallery__focused_1qar0 {
|
|
3581
|
-
outline: 2px solid #3193fc;
|
|
3582
|
-
} .gallery__placeholder_1qar0 {
|
|
3583
|
-
background-color: #29292c;
|
|
3584
|
-
} .gallery__fullScreenImage_1qar0 {
|
|
3585
|
-
background-color: #121213;
|
|
3586
|
-
}
|
|
3587
|
-
.gallery__infoWrapper_7u7qp {
|
|
3588
|
-
background-color: #262629
|
|
3589
|
-
}
|
|
3590
|
-
.gallery__component_s1ljr {
|
|
3591
|
-
background-color: #262629
|
|
3592
|
-
}
|
|
3593
|
-
|
|
3594
|
-
.gallery__icon_1tud1 {
|
|
3595
|
-
color: #fff;
|
|
3596
|
-
} .gallery__iconShape_1tud1 {
|
|
3597
|
-
fill: rgba(4, 4, 21, 0.47);
|
|
3598
|
-
}.select__arrow_f5abt {
|
|
3550
|
+
}.select__arrow_f5abt {
|
|
3599
3551
|
color: rgba(238, 238, 251, 0.55)
|
|
3600
3552
|
} .select__arrow_f5abt.select__disabled_f5abt {
|
|
3601
3553
|
color: rgba(228, 228, 251, 0.28);
|
|
@@ -3722,17 +3674,84 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3722
3674
|
background: #1c1c1e;
|
|
3723
3675
|
color: rgba(238, 238, 251, 0.55);
|
|
3724
3676
|
}
|
|
3677
|
+
|
|
3725
3678
|
.select__footer_15wof {
|
|
3726
3679
|
background-color: #121213
|
|
3680
|
+
}.gallery__container_1thot {
|
|
3681
|
+
background-color: #262629
|
|
3682
|
+
} .gallery__modal_1thot {
|
|
3683
|
+
background: transparent;
|
|
3684
|
+
} .gallery__bottomButton_1thot {
|
|
3685
|
+
background-color: rgba(228, 228, 251, 0.28);
|
|
3727
3686
|
}
|
|
3728
|
-
.
|
|
3687
|
+
.gallery__component_dtzjz {
|
|
3688
|
+
background-color: rgba(228, 228, 251, 0.28);
|
|
3689
|
+
} .gallery__component_dtzjz:hover {
|
|
3690
|
+
background-color: rgba(233, 233, 250, 0.37);
|
|
3691
|
+
} .gallery__component_dtzjz:active {
|
|
3692
|
+
background-color: rgba(238, 238, 254, 0.46);
|
|
3693
|
+
}
|
|
3694
|
+
.gallery__buttons_167ax path {
|
|
3695
|
+
color: rgba(255, 255, 255, 0.94);
|
|
3696
|
+
} .gallery__iconButton_167ax path {
|
|
3697
|
+
color: #f2f3f5;
|
|
3698
|
+
} .gallery__iconButton_167ax:hover path {
|
|
3699
|
+
color: #e7e8eb;
|
|
3700
|
+
} .gallery__iconButton_167ax:active path {
|
|
3701
|
+
color: #dcdde1;
|
|
3702
|
+
}
|
|
3703
|
+
|
|
3704
|
+
|
|
3705
|
+
.gallery__headerMobile_m7be4.gallery__video_m7be4 {
|
|
3706
|
+
background-color: #262629;
|
|
3707
|
+
}
|
|
3708
|
+
.gallery__loading_jt23k {
|
|
3709
|
+
background-color: #1c1c1e
|
|
3710
|
+
} .gallery__loading_jt23k .gallery__active_jt23k {
|
|
3711
|
+
background-color: #29292c;
|
|
3712
|
+
} .gallery__brokenImageWrapper_jt23k {
|
|
3713
|
+
background-color: #29292c
|
|
3714
|
+
} .gallery__focused_jt23k {
|
|
3715
|
+
outline: 2px solid #3193fc;
|
|
3716
|
+
}
|
|
3717
|
+
.gallery__component_1qar0 {
|
|
3718
|
+
background-color: #262629;
|
|
3719
|
+
} .gallery__slideLoading_1qar0 {
|
|
3720
|
+
background-color: rgba(214, 214, 229, 0.07);
|
|
3721
|
+
} .gallery__spinner_1qar0 {
|
|
3722
|
+
color: rgba(255, 255, 255, 0.94);
|
|
3723
|
+
} .gallery__arrow_1qar0 {
|
|
3724
|
+
color: rgba(255, 255, 255, 0.94)
|
|
3725
|
+
} .gallery__arrow_1qar0:hover {
|
|
3726
|
+
background-color: #2f2f32;
|
|
3727
|
+
} .gallery__arrow_1qar0:active {
|
|
3728
|
+
background-color: #353539;
|
|
3729
|
+
} .gallery__focused_1qar0 {
|
|
3730
|
+
outline: 2px solid #3193fc;
|
|
3731
|
+
} .gallery__placeholder_1qar0 {
|
|
3732
|
+
background-color: #29292c;
|
|
3733
|
+
} .gallery__fullScreenImage_1qar0 {
|
|
3734
|
+
background-color: #121213;
|
|
3735
|
+
}
|
|
3736
|
+
.gallery__infoWrapper_7u7qp {
|
|
3737
|
+
background-color: #262629
|
|
3738
|
+
}
|
|
3739
|
+
.gallery__component_s1ljr {
|
|
3740
|
+
background-color: #262629
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3743
|
+
.gallery__icon_1tud1 {
|
|
3744
|
+
color: #fff;
|
|
3745
|
+
} .gallery__iconShape_1tud1 {
|
|
3746
|
+
fill: rgba(4, 4, 21, 0.47);
|
|
3747
|
+
}.calendar-with-skeleton__skeleton_18njb {
|
|
3729
3748
|
background-color: #1c1c1e;
|
|
3730
|
-
}.date-range-input__calendarContainer_rw1at {
|
|
3731
|
-
border: 1px solid #29292c
|
|
3732
3749
|
}.calendar-input__calendarContainer_q90qf {
|
|
3733
3750
|
border: 1px solid #29292c
|
|
3734
3751
|
} .calendar-input__calendarIcon_q90qf {
|
|
3735
3752
|
color: rgba(238, 238, 251, 0.55)
|
|
3753
|
+
}.date-range-input__calendarContainer_rw1at {
|
|
3754
|
+
border: 1px solid #29292c
|
|
3736
3755
|
}.date-time-input__calendarContainer_1rlz1 {
|
|
3737
3756
|
border: 1px solid #29292c
|
|
3738
3757
|
}.universal-date-input__calendarIcon_1u54x {
|
|
@@ -3743,18 +3762,11 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3743
3762
|
background-color: #392523;
|
|
3744
3763
|
}
|
|
3745
3764
|
|
|
3746
|
-
.calendar-range__component_16hcz:after {
|
|
3747
|
-
background-color: rgba(255, 255, 255, 0.94);
|
|
3748
|
-
}
|
|
3749
3765
|
.input-autocomplete__placeholder_1mqb4 {
|
|
3750
3766
|
color: rgba(238, 238, 251, 0.55);
|
|
3751
3767
|
} .input-autocomplete__focusVisible_1mqb4 {
|
|
3752
3768
|
outline: 2px solid #3193fc;
|
|
3753
3769
|
}
|
|
3754
|
-
|
|
3755
|
-
.picker-button__linkOpen_11gdq:not(:hover) {
|
|
3756
|
-
background-color: rgba(214, 214, 229, 0.07);
|
|
3757
|
-
}
|
|
3758
3770
|
.select-with-tags__tag_vjncy:not(.select-with-tags__tagNoClose_vjncy):active:not(:disabled) {
|
|
3759
3771
|
background-color: #f2f3f5;
|
|
3760
3772
|
color: rgba(3, 3, 6, 0.88);
|
|
@@ -3782,13 +3794,17 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3782
3794
|
outline: 2px solid #3193fc;
|
|
3783
3795
|
} .select-with-tags__placeholder_5icx1 {
|
|
3784
3796
|
color: rgba(238, 238, 251, 0.55);
|
|
3785
|
-
}
|
|
3786
|
-
|
|
3797
|
+
}
|
|
3798
|
+
.picker-button__linkOpen_11gdq:not(:hover) {
|
|
3799
|
+
background-color: rgba(214, 214, 229, 0.07);
|
|
3787
3800
|
}
|
|
3788
3801
|
.table__wrapper_14zd0 {
|
|
3789
3802
|
background: #121213;
|
|
3790
3803
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
3791
3804
|
}
|
|
3805
|
+
.table__component_zxtli {
|
|
3806
|
+
border-top: 1px solid #353539;
|
|
3807
|
+
}
|
|
3792
3808
|
|
|
3793
3809
|
.table__component_m6og9 {
|
|
3794
3810
|
color: rgba(255, 255, 255, 0.94);
|
|
@@ -3828,7 +3844,10 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3828
3844
|
.table__open_3k8hh,
|
|
3829
3845
|
.table__open_3k8hh:hover {
|
|
3830
3846
|
background-color: rgba(222, 222, 238, 0.13);
|
|
3831
|
-
}
|
|
3847
|
+
}
|
|
3848
|
+
.calendar-range__component_16hcz:after {
|
|
3849
|
+
background-color: rgba(255, 255, 255, 0.94);
|
|
3850
|
+
}.intl-phone-input__emptyCountryIcon_tkyk0 {
|
|
3832
3851
|
color: #898991;
|
|
3833
3852
|
}
|
|
3834
3853
|
.intl-phone-input__flagPlaceholder_1f7na {
|
|
@@ -3888,7 +3907,6 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3888
3907
|
}.tabs__option_16m4w {
|
|
3889
3908
|
color: rgba(255, 255, 255, 0.94);
|
|
3890
3909
|
}
|
|
3891
|
-
|
|
3892
3910
|
.tabs__primary_zl6d6:after {
|
|
3893
3911
|
background-color: rgba(228, 228, 251, 0.28);
|
|
3894
3912
|
} .tabs__primary_zl6d6 {
|
|
@@ -3900,6 +3918,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
|
|
|
3900
3918
|
}
|
|
3901
3919
|
|
|
3902
3920
|
|
|
3921
|
+
|
|
3903
3922
|
`;
|
|
3904
3923
|
|
|
3905
3924
|
export { mobileDarkBluetint as default };
|