@alfalab/core-components 42.2.1-beta.0 → 42.3.0
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 +12 -3
- package/bottom-sheet/cssm/component.js +11 -2
- package/bottom-sheet/cssm/index.module.css +6 -5
- package/bottom-sheet/cssm/types.d.ts +9 -1
- package/bottom-sheet/esm/component.js +12 -3
- package/bottom-sheet/esm/index.css +6 -5
- package/bottom-sheet/esm/types.d.ts +9 -1
- package/bottom-sheet/index.css +6 -5
- package/bottom-sheet/modern/component.js +12 -3
- package/bottom-sheet/modern/index.css +6 -5
- package/bottom-sheet/modern/types.d.ts +9 -1
- package/bottom-sheet/types.d.ts +9 -1
- package/calendar/Component-63dec22f.d.ts +18 -1
- package/calendar/cssm/Component-63dec22f.d.ts +18 -1
- package/calendar/cssm/types-1b036d4b.d.ts +13 -0
- package/calendar/cssm/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar/esm/Component-63dec22f.d.ts +18 -1
- package/calendar/esm/types-1b036d4b.d.ts +13 -0
- package/calendar/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar/modern/Component-63dec22f.d.ts +18 -1
- package/calendar/modern/types-1b036d4b.d.ts +13 -0
- package/calendar/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar/types-1b036d4b.d.ts +13 -0
- package/calendar/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar-input/Component-63dec22f.d.ts +18 -1
- package/calendar-input/components/calendar-input/Component.js +2 -6
- package/calendar-input/cssm/Component-63dec22f.d.ts +18 -1
- package/calendar-input/cssm/components/calendar-input/Component.js +2 -6
- package/calendar-input/cssm/types-1b036d4b.d.ts +13 -0
- package/calendar-input/cssm/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar-input/esm/Component-63dec22f.d.ts +18 -1
- package/calendar-input/esm/components/calendar-input/Component.js +2 -6
- package/calendar-input/esm/types-1b036d4b.d.ts +13 -0
- package/calendar-input/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar-input/modern/Component-63dec22f.d.ts +18 -1
- package/calendar-input/modern/components/calendar-input/Component.js +2 -6
- package/calendar-input/modern/types-1b036d4b.d.ts +13 -0
- package/calendar-input/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar-input/types-1b036d4b.d.ts +13 -0
- package/calendar-input/useSkeleton-1b036d4b.d.ts +40 -0
- package/checkbox-group/components/base-checkbox-group/index.css +0 -6
- package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +0 -6
- package/checkbox-group/cssm/desktop.module.css +7 -1
- package/checkbox-group/cssm/mobile.module.css +7 -1
- package/checkbox-group/desktop.css +7 -1
- package/checkbox-group/esm/components/base-checkbox-group/index.css +0 -6
- package/checkbox-group/esm/desktop.css +7 -1
- package/checkbox-group/esm/mobile.css +7 -1
- package/checkbox-group/mobile.css +7 -1
- package/checkbox-group/modern/components/base-checkbox-group/index.css +0 -6
- package/checkbox-group/modern/desktop.css +7 -1
- package/checkbox-group/modern/mobile.css +7 -1
- package/confirmation/component.desktop.js +1 -1
- package/confirmation/component.mobile.js +1 -1
- package/confirmation/component.responsive.js +1 -1
- package/confirmation/components/base-confirmation/component.js +1 -1
- package/confirmation/components/base-confirmation/index.js +1 -1
- package/confirmation/components/index.js +1 -1
- package/confirmation/components/screens/index.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.js +1 -1
- package/confirmation/desktop.js +1 -1
- package/confirmation/esm/component.desktop.js +1 -1
- package/confirmation/esm/component.mobile.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.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile.js +1 -1
- package/confirmation/esm/shared.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/mobile.js +1 -1
- package/confirmation/modern/component.desktop.js +1 -1
- package/confirmation/modern/component.mobile.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.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile.js +1 -1
- package/confirmation/modern/shared.js +1 -1
- package/confirmation/shared.js +1 -1
- package/custom-picker-button/Component-63dec22f.d.ts +18 -1
- package/custom-picker-button/component-50136800.d.ts +1 -1
- package/custom-picker-button/cssm/Component-63dec22f.d.ts +18 -1
- package/custom-picker-button/cssm/component-50136800.d.ts +1 -1
- package/custom-picker-button/cssm/index-f12ee135.d.ts +1 -1
- package/custom-picker-button/cssm/shared-4cd3936b.d.ts +1 -29
- package/custom-picker-button/cssm/types-1b036d4b.d.ts +13 -0
- package/custom-picker-button/cssm/{types-d9f9bbcc.d.ts → types-92653002.d.ts} +9 -1
- package/custom-picker-button/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/custom-picker-button/esm/Component-63dec22f.d.ts +18 -1
- package/custom-picker-button/esm/component-50136800.d.ts +1 -1
- package/custom-picker-button/esm/index-f12ee135.d.ts +1 -1
- package/custom-picker-button/esm/shared-4cd3936b.d.ts +1 -29
- package/custom-picker-button/esm/types-1b036d4b.d.ts +13 -0
- package/custom-picker-button/esm/{types-d9f9bbcc.d.ts → types-92653002.d.ts} +9 -1
- package/custom-picker-button/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/custom-picker-button/index-f12ee135.d.ts +1 -1
- package/custom-picker-button/modern/Component-63dec22f.d.ts +18 -1
- package/custom-picker-button/modern/component-50136800.d.ts +1 -1
- package/custom-picker-button/modern/index-f12ee135.d.ts +1 -1
- package/custom-picker-button/modern/shared-4cd3936b.d.ts +1 -29
- package/custom-picker-button/modern/types-1b036d4b.d.ts +13 -0
- package/custom-picker-button/modern/{types-d9f9bbcc.d.ts → types-92653002.d.ts} +9 -1
- package/custom-picker-button/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/custom-picker-button/shared-4cd3936b.d.ts +1 -29
- package/custom-picker-button/types-1b036d4b.d.ts +13 -0
- package/custom-picker-button/{types-d9f9bbcc.d.ts → types-92653002.d.ts} +9 -1
- package/custom-picker-button/useSkeleton-ebda875c.d.ts +12 -0
- package/date-range-input/Component-63dec22f.d.ts +18 -1
- package/date-range-input/components/date-range-input/Component.js +2 -4
- package/date-range-input/cssm/Component-63dec22f.d.ts +18 -1
- package/date-range-input/cssm/components/date-range-input/Component.js +2 -4
- package/date-range-input/cssm/types-1b036d4b.d.ts +13 -0
- package/date-range-input/cssm/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-range-input/esm/Component-63dec22f.d.ts +18 -1
- package/date-range-input/esm/components/date-range-input/Component.js +2 -4
- package/date-range-input/esm/types-1b036d4b.d.ts +13 -0
- package/date-range-input/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-range-input/modern/Component-63dec22f.d.ts +18 -1
- package/date-range-input/modern/components/date-range-input/Component.js +2 -4
- package/date-range-input/modern/types-1b036d4b.d.ts +13 -0
- package/date-range-input/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-range-input/types-1b036d4b.d.ts +13 -0
- package/date-range-input/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-time-input/Component-63dec22f.d.ts +18 -1
- package/date-time-input/components/date-time-input/Component.js +1 -1
- package/date-time-input/cssm/Component-63dec22f.d.ts +18 -1
- package/date-time-input/cssm/components/date-time-input/Component.js +1 -1
- package/date-time-input/cssm/types-1b036d4b.d.ts +13 -0
- package/date-time-input/cssm/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-time-input/esm/Component-63dec22f.d.ts +18 -1
- package/date-time-input/esm/components/date-time-input/Component.js +1 -1
- package/date-time-input/esm/types-1b036d4b.d.ts +13 -0
- package/date-time-input/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-time-input/modern/Component-63dec22f.d.ts +18 -1
- package/date-time-input/modern/components/date-time-input/Component.js +1 -1
- package/date-time-input/modern/types-1b036d4b.d.ts +13 -0
- package/date-time-input/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-time-input/types-1b036d4b.d.ts +13 -0
- package/date-time-input/useSkeleton-1b036d4b.d.ts +40 -0
- package/drawer/cssm/index.module.css +2 -1
- package/drawer/esm/index.css +2 -1
- package/drawer/index.css +2 -1
- package/drawer/modern/index.css +2 -1
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/index.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/index.js +2 -2
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/index.js +2 -2
- package/input-autocomplete/Component-63dec22f.d.ts +18 -1
- package/input-autocomplete/component-50136800.d.ts +1 -1
- package/input-autocomplete/cssm/Component-63dec22f.d.ts +18 -1
- package/input-autocomplete/cssm/component-50136800.d.ts +1 -1
- package/input-autocomplete/cssm/index-f12ee135.d.ts +1 -1
- package/input-autocomplete/cssm/shared-4cd3936b.d.ts +1 -29
- package/input-autocomplete/cssm/types-1b036d4b.d.ts +13 -0
- package/input-autocomplete/cssm/types-92653002.d.ts +267 -0
- package/input-autocomplete/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/input-autocomplete/esm/Component-63dec22f.d.ts +18 -1
- package/input-autocomplete/esm/component-50136800.d.ts +1 -1
- package/input-autocomplete/esm/index-f12ee135.d.ts +1 -1
- package/input-autocomplete/esm/shared-4cd3936b.d.ts +1 -29
- package/input-autocomplete/esm/types-1b036d4b.d.ts +13 -0
- package/input-autocomplete/esm/types-92653002.d.ts +267 -0
- package/input-autocomplete/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/input-autocomplete/index-f12ee135.d.ts +1 -1
- package/input-autocomplete/modern/Component-63dec22f.d.ts +18 -1
- package/input-autocomplete/modern/component-50136800.d.ts +1 -1
- package/input-autocomplete/modern/index-f12ee135.d.ts +1 -1
- package/input-autocomplete/modern/shared-4cd3936b.d.ts +1 -29
- package/input-autocomplete/modern/types-1b036d4b.d.ts +13 -0
- package/input-autocomplete/modern/types-92653002.d.ts +267 -0
- package/input-autocomplete/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/input-autocomplete/shared-4cd3936b.d.ts +1 -29
- package/input-autocomplete/types-1b036d4b.d.ts +13 -0
- package/input-autocomplete/types-92653002.d.ts +267 -0
- package/input-autocomplete/useSkeleton-ebda875c.d.ts +12 -0
- package/intl-phone-input/Component-63dec22f.d.ts +18 -1
- package/intl-phone-input/cssm/Component-63dec22f.d.ts +18 -1
- package/intl-phone-input/cssm/types-1b036d4b.d.ts +13 -0
- package/intl-phone-input/cssm/types-72dda473.d.ts +9 -1
- package/intl-phone-input/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/intl-phone-input/esm/Component-63dec22f.d.ts +18 -1
- package/intl-phone-input/esm/types-1b036d4b.d.ts +13 -0
- package/intl-phone-input/esm/types-72dda473.d.ts +9 -1
- package/intl-phone-input/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/intl-phone-input/modern/Component-63dec22f.d.ts +18 -1
- package/intl-phone-input/modern/types-1b036d4b.d.ts +13 -0
- package/intl-phone-input/modern/types-72dda473.d.ts +9 -1
- package/intl-phone-input/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/intl-phone-input/types-1b036d4b.d.ts +13 -0
- package/intl-phone-input/types-72dda473.d.ts +9 -1
- package/intl-phone-input/useSkeleton-ebda875c.d.ts +12 -0
- package/notification/cssm/index.module.css +3 -3
- package/notification/esm/index.css +3 -3
- package/notification/index.css +3 -3
- package/notification/modern/index.css +3 -3
- package/package.json +288 -1614
- package/pagination/components/tag/index.css +7 -7
- package/pagination/cssm/components/tag/index.module.css +7 -7
- package/pagination/esm/components/tag/index.css +7 -7
- package/pagination/modern/components/tag/index.css +7 -7
- package/phone-input/Component.js +11 -4
- package/phone-input/cssm/Component.js +11 -4
- package/phone-input/cssm/utils/index.d.ts +2 -1
- package/phone-input/cssm/utils/index.js +17 -0
- package/phone-input/esm/Component.js +12 -5
- package/phone-input/esm/utils/index.d.ts +2 -1
- package/phone-input/esm/utils/index.js +17 -1
- package/phone-input/modern/Component.js +13 -5
- package/phone-input/modern/utils/index.d.ts +2 -1
- package/phone-input/modern/utils/index.js +17 -1
- package/phone-input/utils/index.d.ts +2 -1
- package/phone-input/utils/index.js +17 -0
- package/picker-button/Component-63dec22f.d.ts +18 -1
- package/picker-button/cssm/Component-63dec22f.d.ts +18 -1
- package/picker-button/cssm/shared-4cd3936b.d.ts +1 -29
- package/picker-button/cssm/types-1b036d4b.d.ts +13 -0
- package/picker-button/cssm/types-72dda473.d.ts +9 -1
- package/picker-button/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/picker-button/esm/Component-63dec22f.d.ts +18 -1
- package/picker-button/esm/shared-4cd3936b.d.ts +1 -29
- package/picker-button/esm/types-1b036d4b.d.ts +13 -0
- package/picker-button/esm/types-72dda473.d.ts +9 -1
- package/picker-button/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/picker-button/modern/Component-50136800.d.ts +5 -37
- package/picker-button/modern/Component-5e1b8383.d.ts +70 -3
- package/picker-button/modern/Component-63dec22f.d.ts +184 -0
- package/picker-button/modern/Component-ebda875c.d.ts +9 -98
- package/picker-button/modern/Component.desktop.d.ts +1 -1
- package/picker-button/modern/Component.mobile.d.ts +1 -1
- package/picker-button/modern/Component.modal.mobile-5e1b8383.d.ts +60 -0
- package/picker-button/modern/Component.responsive.d.ts +1 -1
- package/picker-button/modern/component-50136800.d.ts +44 -0
- package/picker-button/modern/createPaddingStyle-72dda473.d.ts +5 -0
- package/picker-button/modern/hook-9ea9e32c.d.ts +4 -4
- package/picker-button/modern/index-50136800.d.ts +2 -5
- package/picker-button/modern/index-bdb4c6b9.d.ts +2 -180
- package/picker-button/modern/index-c44170fe.d.ts +141 -3
- package/picker-button/modern/index-ebda875c.d.ts +62 -13
- package/picker-button/modern/index-f12ee135.d.ts +3 -307
- package/picker-button/modern/shared-4cd3936b.d.ts +59 -1
- package/picker-button/modern/types-1b036d4b.d.ts +13 -0
- package/picker-button/modern/types-72dda473.d.ts +267 -0
- package/picker-button/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/picker-button/modern/utils-1574ad8b.d.ts +29 -0
- package/picker-button/modern/utils-49cc3c24.d.ts +8 -0
- package/picker-button/shared-4cd3936b.d.ts +1 -29
- package/picker-button/types-1b036d4b.d.ts +13 -0
- package/picker-button/types-72dda473.d.ts +9 -1
- package/picker-button/useSkeleton-ebda875c.d.ts +12 -0
- package/popup-sheet/cssm/types-1b036d4b.d.ts +13 -0
- package/popup-sheet/cssm/useSkeleton-1b036d4b.d.ts +40 -0
- package/popup-sheet/esm/types-1b036d4b.d.ts +13 -0
- package/popup-sheet/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/popup-sheet/modern/types-1b036d4b.d.ts +13 -0
- package/popup-sheet/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/popup-sheet/types-1b036d4b.d.ts +13 -0
- package/popup-sheet/useSkeleton-1b036d4b.d.ts +40 -0
- package/pure-cell/component.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/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/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/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/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/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/radio-group/components/base-radio-group/index.css +0 -6
- package/radio-group/cssm/components/base-radio-group/index.module.css +0 -6
- package/radio-group/cssm/desktop.module.css +7 -1
- package/radio-group/cssm/mobile.module.css +7 -1
- package/radio-group/desktop.css +7 -1
- package/radio-group/esm/components/base-radio-group/index.css +0 -6
- package/radio-group/esm/desktop.css +7 -1
- package/radio-group/esm/mobile.css +7 -1
- package/radio-group/mobile.css +7 -1
- package/radio-group/modern/components/base-radio-group/index.css +0 -6
- package/radio-group/modern/desktop.css +7 -1
- package/radio-group/modern/mobile.css +7 -1
- package/select/Component.mobile-f1f15074.d.ts +29 -12
- package/select/Component.mobile.js +1 -1
- package/select/Component.modal.mobile.js +1 -1
- package/select/Component.responsive.js +1 -1
- package/select/cssm/Component.mobile-f1f15074.d.ts +18 -1
- package/select/cssm/types-1b036d4b.d.ts +13 -0
- package/select/cssm/useSkeleton-1b036d4b.d.ts +12 -0
- package/select/esm/Component.mobile-f1f15074.d.ts +18 -1
- package/select/esm/Component.mobile.js +1 -1
- package/select/esm/Component.modal.mobile.js +1 -1
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/index.js +1 -1
- package/select/esm/mobile.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared.js +1 -1
- package/select/esm/types-1b036d4b.d.ts +13 -0
- package/select/esm/useSkeleton-1b036d4b.d.ts +12 -0
- package/select/index.js +1 -1
- package/select/mobile.js +1 -1
- package/select/modern/Component.mobile-f1f15074.d.ts +18 -1
- package/select/modern/Component.mobile.js +1 -1
- package/select/modern/Component.modal.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/index.js +1 -1
- package/select/modern/mobile.js +1 -1
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared.js +1 -1
- package/select/modern/types-1b036d4b.d.ts +13 -0
- package/select/modern/useSkeleton-1b036d4b.d.ts +12 -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.js +1 -1
- package/select/types-1b036d4b.d.ts +13 -0
- package/select/useSkeleton-1b036d4b.d.ts +12 -0
- package/select-with-tags/Component-63dec22f.d.ts +18 -1
- package/select-with-tags/cssm/Component-63dec22f.d.ts +18 -1
- package/select-with-tags/cssm/shared-4cd3936b.d.ts +1 -28
- package/select-with-tags/cssm/types-1b036d4b.d.ts +13 -0
- package/select-with-tags/cssm/types-72dda473.d.ts +9 -1
- package/select-with-tags/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/select-with-tags/esm/Component-63dec22f.d.ts +18 -1
- package/select-with-tags/esm/shared-4cd3936b.d.ts +1 -28
- package/select-with-tags/esm/types-1b036d4b.d.ts +13 -0
- package/select-with-tags/esm/types-72dda473.d.ts +9 -1
- package/select-with-tags/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/select-with-tags/modern/Component-63dec22f.d.ts +18 -1
- package/select-with-tags/modern/shared-4cd3936b.d.ts +1 -28
- package/select-with-tags/modern/types-1b036d4b.d.ts +13 -0
- package/select-with-tags/modern/types-72dda473.d.ts +9 -1
- package/select-with-tags/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/select-with-tags/shared-4cd3936b.d.ts +1 -28
- package/select-with-tags/types-1b036d4b.d.ts +13 -0
- package/select-with-tags/types-72dda473.d.ts +9 -1
- package/select-with-tags/useSkeleton-ebda875c.d.ts +12 -0
- package/side-panel/cssm/desktop.module.css +1 -1
- package/side-panel/cssm/mobile.module.css +3 -2
- package/side-panel/desktop.css +1 -1
- package/side-panel/esm/desktop.css +1 -1
- package/side-panel/esm/mobile.css +3 -2
- package/side-panel/mobile.css +3 -2
- package/side-panel/modern/desktop.css +1 -1
- package/side-panel/modern/mobile.css +3 -2
- package/table/Component-63dec22f.d.ts +18 -1
- package/table/cssm/Component-63dec22f.d.ts +18 -1
- package/table/cssm/types-1b036d4b.d.ts +13 -0
- package/table/cssm/types-72dda473.d.ts +9 -1
- package/table/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/table/esm/Component-63dec22f.d.ts +18 -1
- package/table/esm/types-1b036d4b.d.ts +13 -0
- package/table/esm/types-72dda473.d.ts +9 -1
- package/table/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/table/modern/Component-63dec22f.d.ts +18 -1
- package/table/modern/types-1b036d4b.d.ts +13 -0
- package/table/modern/types-72dda473.d.ts +9 -1
- package/table/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/table/types-1b036d4b.d.ts +13 -0
- package/table/types-72dda473.d.ts +9 -1
- package/table/useSkeleton-ebda875c.d.ts +12 -0
- package/tabs/Component-63dec22f.d.ts +18 -1
- package/tabs/cssm/Component-63dec22f.d.ts +18 -1
- package/tabs/cssm/index-f12ee135.d.ts +9 -1
- package/tabs/cssm/shared-4cd3936b.d.ts +1 -28
- package/tabs/cssm/types-1b036d4b.d.ts +13 -0
- package/tabs/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/tabs/esm/Component-63dec22f.d.ts +18 -1
- package/tabs/esm/index-f12ee135.d.ts +9 -1
- package/tabs/esm/shared-4cd3936b.d.ts +1 -28
- package/tabs/esm/types-1b036d4b.d.ts +13 -0
- package/tabs/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/tabs/index-ebda875c.d.ts +86 -21
- package/tabs/index-f12ee135.d.ts +9 -1
- package/tabs/modern/Component-63dec22f.d.ts +18 -1
- package/tabs/modern/index-f12ee135.d.ts +9 -1
- package/tabs/modern/shared-4cd3936b.d.ts +1 -28
- package/tabs/modern/types-1b036d4b.d.ts +13 -0
- package/tabs/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/tabs/shared-4cd3936b.d.ts +1 -28
- package/tabs/types-1b036d4b.d.ts +13 -0
- package/tabs/useSkeleton-ebda875c.d.ts +12 -0
- package/themes/compiled/mobile-dark-bluetint.css +35 -79
- package/themes/dist/compiled/mobile-dark-bluetint.css +399 -394
- package/time-input/utils/format.js +6 -10
- package/typography/component.js +6 -2
- package/typography/cssm/component.js +5 -0
- package/typography/cssm/hooks/index.d.ts +1 -0
- package/typography/cssm/hooks/index.js +12 -0
- package/typography/cssm/hooks/use-skeleton.module.css +19 -0
- package/typography/cssm/hooks/useSkeleton.d.ts +12 -0
- package/typography/cssm/hooks/useSkeleton.js +57 -0
- package/typography/cssm/index.js +5 -0
- package/typography/cssm/text/component.d.ts +9 -1
- package/typography/cssm/text/component.js +23 -7
- package/typography/cssm/text/index.js +5 -0
- package/typography/cssm/title/component.d.ts +19 -2
- package/typography/cssm/title/component.js +16 -2
- package/typography/cssm/title/index.js +5 -0
- package/typography/cssm/title-mobile/component.js +5 -0
- package/typography/cssm/title-mobile/index.js +5 -0
- package/typography/cssm/title-responsive/component.js +5 -0
- package/typography/cssm/title-responsive/index.js +5 -0
- package/typography/cssm/types.d.ts +12 -1
- package/typography/esm/component.js +6 -2
- package/typography/esm/hooks/index.d.ts +1 -0
- package/typography/esm/hooks/index.js +5 -0
- package/typography/esm/hooks/use-skeleton.css +20 -0
- package/typography/esm/hooks/useSkeleton.d.ts +12 -0
- package/typography/esm/hooks/useSkeleton.js +52 -0
- package/typography/esm/index.js +6 -2
- package/typography/esm/text/component.d.ts +9 -1
- package/typography/esm/text/component.js +22 -8
- package/typography/esm/text/index.js +5 -1
- package/typography/esm/title/component.d.ts +19 -2
- package/typography/esm/title/component.js +15 -3
- package/typography/esm/title/index.js +6 -2
- package/typography/esm/title-mobile/component.js +6 -2
- package/typography/esm/title-mobile/index.js +6 -2
- package/typography/esm/title-responsive/component.js +6 -2
- package/typography/esm/title-responsive/index.js +6 -2
- package/typography/esm/types.d.ts +12 -1
- package/typography/hooks/index.d.ts +1 -0
- package/typography/hooks/index.js +11 -0
- package/typography/hooks/use-skeleton.css +20 -0
- package/typography/hooks/useSkeleton.d.ts +12 -0
- package/typography/hooks/useSkeleton.js +58 -0
- package/typography/index.js +6 -2
- package/typography/modern/component.js +6 -2
- package/typography/modern/hooks/index.d.ts +1 -0
- package/typography/modern/hooks/index.js +4 -0
- package/typography/modern/hooks/use-skeleton.css +20 -0
- package/typography/modern/hooks/useSkeleton.d.ts +12 -0
- package/typography/modern/hooks/useSkeleton.js +51 -0
- package/typography/modern/index.js +6 -2
- package/typography/modern/text/component.d.ts +9 -1
- package/typography/modern/text/component.js +23 -7
- package/typography/modern/text/index.js +5 -1
- package/typography/modern/title/component.d.ts +19 -2
- package/typography/modern/title/component.js +16 -2
- package/typography/modern/title/index.js +6 -2
- package/typography/modern/title-mobile/component.js +6 -2
- package/typography/modern/title-mobile/index.js +6 -2
- package/typography/modern/title-responsive/component.js +6 -2
- package/typography/modern/title-responsive/index.js +6 -2
- package/typography/modern/types.d.ts +12 -1
- package/typography/text/component.d.ts +9 -1
- package/typography/text/component.js +23 -8
- package/typography/text/index.js +5 -1
- package/typography/title/component.d.ts +19 -2
- package/typography/title/component.js +16 -3
- package/typography/title/index.js +6 -2
- package/typography/title-mobile/component.js +6 -2
- package/typography/title-mobile/index.js +6 -2
- package/typography/title-responsive/component.js +6 -2
- package/typography/title-responsive/index.js +6 -2
- package/typography/types.d.ts +12 -1
- package/input-autocomplete/cssm/types-d9f9bbcc.d.ts +0 -259
- package/input-autocomplete/esm/types-d9f9bbcc.d.ts +0 -259
- package/input-autocomplete/modern/types-d9f9bbcc.d.ts +0 -259
- package/input-autocomplete/types-d9f9bbcc.d.ts +0 -259
- package/picker-button/modern/Component-72dda473.d.ts +0 -53
- package/picker-button/modern/Component-aed0af6e.d.ts +0 -11
- package/picker-button/modern/Component-f12ee135.d.ts +0 -72
- package/picker-button/modern/Component.mobile-96988a65.d.ts +0 -6
- package/picker-button/modern/hook-ebda875c.d.ts +0 -48
- /package/confirmation/{countdown-section-a115a90d.d.ts → countdown-section-3c6c4c16.d.ts} +0 -0
- /package/confirmation/{countdown-section-a115a90d.js → countdown-section-3c6c4c16.js} +0 -0
- /package/confirmation/esm/{countdown-section-e5c5ba2a.d.ts → countdown-section-01e6f37a.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-e5c5ba2a.js → countdown-section-01e6f37a.js} +0 -0
- /package/confirmation/modern/{countdown-section-9981b2e8.d.ts → countdown-section-3f2be91e.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-9981b2e8.js → countdown-section-3f2be91e.js} +0 -0
- /package/gallery/{buttons-aec907b7.d.ts → buttons-e800285c.d.ts} +0 -0
- /package/gallery/{buttons-aec907b7.js → buttons-e800285c.js} +0 -0
- /package/gallery/esm/{buttons-7f6bd2e9.d.ts → buttons-5d6a28e1.d.ts} +0 -0
- /package/gallery/esm/{buttons-7f6bd2e9.js → buttons-5d6a28e1.js} +0 -0
- /package/gallery/esm/{slide-db3a4459.d.ts → slide-fe29c2f9.d.ts} +0 -0
- /package/gallery/esm/{slide-db3a4459.js → slide-fe29c2f9.js} +0 -0
- /package/gallery/modern/{buttons-fbc47df5.d.ts → buttons-efb0ad94.d.ts} +0 -0
- /package/gallery/modern/{buttons-fbc47df5.js → buttons-efb0ad94.js} +0 -0
- /package/gallery/modern/{slide-aa26f0c4.d.ts → slide-c5c99c8e.d.ts} +0 -0
- /package/gallery/modern/{slide-aa26f0c4.js → slide-c5c99c8e.js} +0 -0
- /package/gallery/{slide-cd795ee3.d.ts → slide-456e699d.d.ts} +0 -0
- /package/gallery/{slide-cd795ee3.js → slide-456e699d.js} +0 -0
- /package/picker-button/modern/{Component.responsive-d7e9f69d.d.ts → Component.responsive-3109f463.d.ts} +0 -0
- /package/pure-cell/{component-c9226b28.d.ts → component-ecba1273.d.ts} +0 -0
- /package/pure-cell/{component-c9226b28.js → component-ecba1273.js} +0 -0
- /package/pure-cell/esm/{component-dcdb60ca.d.ts → component-6cb924a1.d.ts} +0 -0
- /package/pure-cell/esm/{component-dcdb60ca.js → component-6cb924a1.js} +0 -0
- /package/pure-cell/modern/{component-68b276dc.d.ts → component-43202b7d.d.ts} +0 -0
- /package/pure-cell/modern/{component-68b276dc.js → component-43202b7d.js} +0 -0
- /package/select/esm/{hook-3c18aa89.d.ts → hook-d40b4e10.d.ts} +0 -0
- /package/select/esm/{hook-3c18aa89.js → hook-d40b4e10.js} +0 -0
- /package/select/{hook-d0725060.d.ts → hook-43a35a80.d.ts} +0 -0
- /package/select/{hook-d0725060.js → hook-43a35a80.js} +0 -0
- /package/select/modern/{hook-0d1c88d2.d.ts → hook-d771f2ed.d.ts} +0 -0
- /package/select/modern/{hook-0d1c88d2.js → hook-d771f2ed.js} +0 -0
- /package/typography/{colors.module-47b3b3d8.js → colors.module-69def6bf.js} +0 -0
- /package/typography/{common.module-940fdfee.js → common.module-59cc11ca.js} +0 -0
- /package/typography/esm/{colors.module-137b844d.js → colors.module-64858915.js} +0 -0
- /package/typography/esm/{common.module-7393f125.js → common.module-a0a4a875.js} +0 -0
- /package/typography/modern/{colors.module-554ec60a.js → colors.module-58e8caae.js} +0 -0
- /package/typography/modern/{common.module-42946f41.js → common.module-3d6095da.js} +0 -0
|
@@ -2,21 +2,6 @@
|
|
|
2
2
|
background: #e7e8ea;
|
|
3
3
|
} .card-image__loaded_1r6md {
|
|
4
4
|
background: transparent
|
|
5
|
-
}.backdrop__backdrop_910vy {
|
|
6
|
-
-webkit-tap-highlight-color: transparent;
|
|
7
|
-
} .backdrop__appear_910vy,
|
|
8
|
-
.backdrop__enter_910vy {
|
|
9
|
-
background-color: transparent;
|
|
10
|
-
} .backdrop__appearActive_910vy,
|
|
11
|
-
.backdrop__enterActive_910vy,
|
|
12
|
-
.backdrop__appearDone_910vy,
|
|
13
|
-
.backdrop__enterDone_910vy {
|
|
14
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
15
|
-
} .backdrop__exit_910vy {
|
|
16
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
17
|
-
} .backdrop__exitActive_910vy,
|
|
18
|
-
.backdrop__exitDone_910vy {
|
|
19
|
-
background-color: transparent;
|
|
20
5
|
}.badge__component_zi07c.badge__background-accent_zi07c {
|
|
21
6
|
background-color: #ef3124;
|
|
22
7
|
color: #fff;
|
|
@@ -77,6 +62,21 @@
|
|
|
77
62
|
background-color: #fff;
|
|
78
63
|
} .badge__dot_zi07c.badge__outlineCount_zi07c {
|
|
79
64
|
border: 1px solid #121212;
|
|
65
|
+
}.backdrop__backdrop_910vy {
|
|
66
|
+
-webkit-tap-highlight-color: transparent;
|
|
67
|
+
} .backdrop__appear_910vy,
|
|
68
|
+
.backdrop__enter_910vy {
|
|
69
|
+
background-color: transparent;
|
|
70
|
+
} .backdrop__appearActive_910vy,
|
|
71
|
+
.backdrop__enterActive_910vy,
|
|
72
|
+
.backdrop__appearDone_910vy,
|
|
73
|
+
.backdrop__enterDone_910vy {
|
|
74
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
75
|
+
} .backdrop__exit_910vy {
|
|
76
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
77
|
+
} .backdrop__exitActive_910vy,
|
|
78
|
+
.backdrop__exitDone_910vy {
|
|
79
|
+
background-color: transparent;
|
|
80
80
|
}.divider__component_mp0o9 {
|
|
81
81
|
border-bottom: 1px solid #2b2b2e;
|
|
82
82
|
}.checkbox__box_1yhha {
|
|
@@ -189,13 +189,6 @@
|
|
|
189
189
|
}
|
|
190
190
|
.hatching-progress-bar__accent_15oqi {
|
|
191
191
|
background: #ef3124;
|
|
192
|
-
}.icon-view__component_1w5ls {
|
|
193
|
-
color: #85858d;
|
|
194
|
-
} .icon-view__bg_1w5ls {
|
|
195
|
-
fill: #202022;
|
|
196
|
-
} .icon-view__border_1w5ls {
|
|
197
|
-
stroke: rgba(255, 255, 255, 0.1);
|
|
198
|
-
fill: transparent;
|
|
199
192
|
}.indicator__component_pl7m7 {
|
|
200
193
|
color: #fff;
|
|
201
194
|
background-color: #ef3124;
|
|
@@ -214,7 +207,14 @@
|
|
|
214
207
|
color: #fff
|
|
215
208
|
} .indicator__grey_pl7m7.indicator__border_pl7m7 {
|
|
216
209
|
outline: 2px solid #000;
|
|
217
|
-
}
|
|
210
|
+
}.icon-view__component_1w5ls {
|
|
211
|
+
color: #85858d;
|
|
212
|
+
} .icon-view__bg_1w5ls {
|
|
213
|
+
fill: #202022;
|
|
214
|
+
} .icon-view__border_1w5ls {
|
|
215
|
+
stroke: rgba(255, 255, 255, 0.1);
|
|
216
|
+
fill: transparent;
|
|
217
|
+
}@media (max-width: 599px) {
|
|
218
218
|
}
|
|
219
219
|
@media (min-width: 320px) {
|
|
220
220
|
}
|
|
@@ -422,17 +422,7 @@
|
|
|
422
422
|
color: #fff;
|
|
423
423
|
} .radio__hint_w0wly {
|
|
424
424
|
color: rgba(235, 235, 245, 0.54);
|
|
425
|
-
}.
|
|
426
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
427
|
-
} .scrollbar__component_ijonu.dragging .track .scrollbar.visible:before {
|
|
428
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.scrollbar__component_1kys6 .scrollbar:before {
|
|
432
|
-
background-color: rgba(14, 14, 14, 0.3);
|
|
433
|
-
} .scrollbar__component_1kys6.dragging .track .scrollbar.visible:before {
|
|
434
|
-
background-color: rgba(14, 14, 14, 0.6);
|
|
435
|
-
}.segmented-control__wrapper_1idlz {
|
|
425
|
+
}.segmented-control__wrapper_1idlz {
|
|
436
426
|
background-color: rgba(255, 255, 255, 0.06);
|
|
437
427
|
} .segmented-control__segment_1idlz.segmented-control__selected_1idlz {
|
|
438
428
|
color: #0e0e0e;
|
|
@@ -449,7 +439,17 @@
|
|
|
449
439
|
background-color: #2b2b2e;
|
|
450
440
|
} .segmented-control__focused_1vn2e {
|
|
451
441
|
outline: 2px solid #0072ef;
|
|
452
|
-
}.
|
|
442
|
+
}.scrollbar__component_ijonu .scrollbar:before {
|
|
443
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
444
|
+
} .scrollbar__component_ijonu.dragging .track .scrollbar.visible:before {
|
|
445
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.scrollbar__component_1kys6 .scrollbar:before {
|
|
449
|
+
background-color: rgba(14, 14, 14, 0.3);
|
|
450
|
+
} .scrollbar__component_1kys6.dragging .track .scrollbar.visible:before {
|
|
451
|
+
background-color: rgba(14, 14, 14, 0.6);
|
|
452
|
+
}.skeleton__component_1mx2s {
|
|
453
453
|
color: transparent;
|
|
454
454
|
background: rgba(255, 255, 255, 0.1);
|
|
455
455
|
} .skeleton__component_1mx2s:before {
|
|
@@ -561,50 +561,6 @@
|
|
|
561
561
|
background-color: #464649;
|
|
562
562
|
} .switch__focused_16u05 .switch__switch_16u05 {
|
|
563
563
|
outline: 2px solid #0072ef;
|
|
564
|
-
}.typography__tertiary_13nf8 {
|
|
565
|
-
color: rgba(235, 235, 245, 0.32);
|
|
566
|
-
} .typography__disabled_13nf8 {
|
|
567
|
-
color: rgba(235, 235, 245, 0.2);
|
|
568
|
-
} .typography__accent_13nf8 {
|
|
569
|
-
color: #ef3124;
|
|
570
|
-
} .typography__primary_13nf8 {
|
|
571
|
-
color: #fff;
|
|
572
|
-
} .typography__attention_13nf8 {
|
|
573
|
-
color: #cb830f;
|
|
574
|
-
} .typography__positive_13nf8 {
|
|
575
|
-
color: #13a463;
|
|
576
|
-
} .typography__secondary_13nf8 {
|
|
577
|
-
color: rgba(235, 235, 245, 0.54);
|
|
578
|
-
} .typography__tertiary-inverted_13nf8 {
|
|
579
|
-
color: rgba(60, 60, 67, 0.4);
|
|
580
|
-
} .typography__primary-inverted_13nf8 {
|
|
581
|
-
color: #0e0e0e;
|
|
582
|
-
} .typography__secondary-inverted_13nf8 {
|
|
583
|
-
color: rgba(60, 60, 67, 0.66);
|
|
584
|
-
} .typography__link_13nf8 {
|
|
585
|
-
color: #0072ef;
|
|
586
|
-
} .typography__negative_13nf8 {
|
|
587
|
-
color: #f15045;
|
|
588
|
-
} .typography__static-primary-light_13nf8 {
|
|
589
|
-
color: #fff;
|
|
590
|
-
} .typography__static-secondary-light_13nf8 {
|
|
591
|
-
color: rgba(235, 235, 245, 0.54);
|
|
592
|
-
} .typography__static-tertiary-light_13nf8 {
|
|
593
|
-
color: rgba(235, 235, 245, 0.32);
|
|
594
|
-
} .typography__static-primary-dark_13nf8 {
|
|
595
|
-
color: #0e0e0e;
|
|
596
|
-
} .typography__static-secondary-dark_13nf8 {
|
|
597
|
-
color: rgba(60, 60, 67, 0.66);
|
|
598
|
-
} .typography__static-tertiary-dark_13nf8 {
|
|
599
|
-
color: rgba(60, 60, 67, 0.4);
|
|
600
|
-
} .typography__static-accent_13nf8 {
|
|
601
|
-
color: #ef3124;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
@media screen and (min-width: 1024px) {
|
|
608
564
|
}.underlay__background-accent_z4e9c {
|
|
609
565
|
background-color: #ef3124;
|
|
610
566
|
} .underlay__background-info_z4e9c {
|
|
@@ -781,17 +737,39 @@
|
|
|
781
737
|
color: #fff;
|
|
782
738
|
background-color: #fff;
|
|
783
739
|
}
|
|
784
|
-
|
|
785
|
-
|
|
740
|
+
.checkbox-group__label_155vq {
|
|
741
|
+
color: #fff;
|
|
742
|
+
}
|
|
743
|
+
.checkbox-group__label_utudh {
|
|
744
|
+
color: rgba(235, 235, 245, 0.54);
|
|
745
|
+
}
|
|
786
746
|
.checkbox-group__error_zvwlp {
|
|
787
747
|
border-left: 1px solid #f15045
|
|
788
|
-
} .checkbox-group__label_zvwlp {
|
|
789
|
-
color: #fff;
|
|
790
748
|
} .checkbox-group__errorMessage_zvwlp {
|
|
791
749
|
color: #f15045;
|
|
792
750
|
} .checkbox-group__hint_zvwlp {
|
|
793
751
|
color: rgba(235, 235, 245, 0.54);
|
|
794
|
-
}.
|
|
752
|
+
}.code-input__component_11g6e {
|
|
753
|
+
background-color: #202022;
|
|
754
|
+
}
|
|
755
|
+
.code-input__component_ssu00 {
|
|
756
|
+
background-color: #202022;
|
|
757
|
+
}
|
|
758
|
+
.code-input__error_dw62h {
|
|
759
|
+
color: #f15045;
|
|
760
|
+
} @keyframes code-input__shake_dw62h {
|
|
761
|
+
}
|
|
762
|
+
.code-input__input_zrx9h {
|
|
763
|
+
color: #fff
|
|
764
|
+
} .code-input__input_zrx9h.code-input__hasError_zrx9h {
|
|
765
|
+
color: #f15045;
|
|
766
|
+
caret-color: #fff;
|
|
767
|
+
background-color: #35110d;
|
|
768
|
+
} .code-input__input_zrx9h.code-input__disabled_zrx9h {
|
|
769
|
+
color: rgba(235, 235, 245, 0.32);
|
|
770
|
+
} .code-input__input_zrx9h:-webkit-autofill {
|
|
771
|
+
-webkit-text-fill-color: #fff;
|
|
772
|
+
}.filter-tag__component_v7hrh.filter-tag__checked_v7hrh:not(.filter-tag__disabled_v7hrh) {
|
|
795
773
|
background-color: #f3f4f5;
|
|
796
774
|
} @media (hover: hover) {
|
|
797
775
|
.filter-tag__component_v7hrh.filter-tag__checked_v7hrh:not(.filter-tag__disabled_v7hrh):hover {
|
|
@@ -926,32 +904,14 @@
|
|
|
926
904
|
}
|
|
927
905
|
} .filter-tag__clear_111gj:active {
|
|
928
906
|
color: #0e0e0e;
|
|
929
|
-
}.
|
|
930
|
-
|
|
931
|
-
}
|
|
932
|
-
.code-input__component_ssu00 {
|
|
933
|
-
background-color: #202022;
|
|
907
|
+
}.radio-group__label_1rqz2 {
|
|
908
|
+
color: #fff;
|
|
934
909
|
}
|
|
935
|
-
.
|
|
936
|
-
color:
|
|
937
|
-
} @keyframes code-input__shake_dw62h {
|
|
910
|
+
.radio-group__label_pxye2 {
|
|
911
|
+
color: rgba(235, 235, 245, 0.54);
|
|
938
912
|
}
|
|
939
|
-
.code-input__input_zrx9h {
|
|
940
|
-
color: #fff
|
|
941
|
-
} .code-input__input_zrx9h.code-input__hasError_zrx9h {
|
|
942
|
-
color: #f15045;
|
|
943
|
-
caret-color: #fff;
|
|
944
|
-
background-color: #35110d;
|
|
945
|
-
} .code-input__input_zrx9h.code-input__disabled_zrx9h {
|
|
946
|
-
color: rgba(235, 235, 245, 0.32);
|
|
947
|
-
} .code-input__input_zrx9h:-webkit-autofill {
|
|
948
|
-
-webkit-text-fill-color: #fff;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
913
|
.radio-group__error_1bayu {
|
|
952
914
|
border-left: 1px solid #f15045
|
|
953
|
-
} .radio-group__label_1bayu {
|
|
954
|
-
color: #fff;
|
|
955
915
|
} .radio-group__errorMessage_1bayu {
|
|
956
916
|
color: #f15045;
|
|
957
917
|
} .radio-group__hint_1bayu {
|
|
@@ -1224,8 +1184,6 @@
|
|
|
1224
1184
|
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1225
1185
|
0 0 1px rgba(0, 0, 0, 0.04);
|
|
1226
1186
|
}
|
|
1227
|
-
}.base-modal__component_1r6fw {
|
|
1228
|
-
background: #121212;
|
|
1229
1187
|
}
|
|
1230
1188
|
.system-message__component_1n7na {
|
|
1231
1189
|
color: rgba(235, 235, 245, 0.54);
|
|
@@ -1239,7 +1197,54 @@
|
|
|
1239
1197
|
.system-message__component_1123v {
|
|
1240
1198
|
color: #fff;
|
|
1241
1199
|
}
|
|
1242
|
-
.
|
|
1200
|
+
.base-modal__component_1r6fw {
|
|
1201
|
+
background: #121212;
|
|
1202
|
+
}.typography__tertiary_13nf8 {
|
|
1203
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1204
|
+
} .typography__disabled_13nf8 {
|
|
1205
|
+
color: rgba(235, 235, 245, 0.2);
|
|
1206
|
+
} .typography__accent_13nf8 {
|
|
1207
|
+
color: #ef3124;
|
|
1208
|
+
} .typography__primary_13nf8 {
|
|
1209
|
+
color: #fff;
|
|
1210
|
+
} .typography__attention_13nf8 {
|
|
1211
|
+
color: #cb830f;
|
|
1212
|
+
} .typography__positive_13nf8 {
|
|
1213
|
+
color: #13a463;
|
|
1214
|
+
} .typography__secondary_13nf8 {
|
|
1215
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1216
|
+
} .typography__tertiary-inverted_13nf8 {
|
|
1217
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1218
|
+
} .typography__primary-inverted_13nf8 {
|
|
1219
|
+
color: #0e0e0e;
|
|
1220
|
+
} .typography__secondary-inverted_13nf8 {
|
|
1221
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1222
|
+
} .typography__link_13nf8 {
|
|
1223
|
+
color: #0072ef;
|
|
1224
|
+
} .typography__negative_13nf8 {
|
|
1225
|
+
color: #f15045;
|
|
1226
|
+
} .typography__static-primary-light_13nf8 {
|
|
1227
|
+
color: #fff;
|
|
1228
|
+
} .typography__static-secondary-light_13nf8 {
|
|
1229
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1230
|
+
} .typography__static-tertiary-light_13nf8 {
|
|
1231
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1232
|
+
} .typography__static-primary-dark_13nf8 {
|
|
1233
|
+
color: #0e0e0e;
|
|
1234
|
+
} .typography__static-secondary-dark_13nf8 {
|
|
1235
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1236
|
+
} .typography__static-tertiary-dark_13nf8 {
|
|
1237
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1238
|
+
} .typography__static-accent_13nf8 {
|
|
1239
|
+
color: #ef3124;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
@media screen and (min-width: 1024px) {
|
|
1247
|
+
}.popover__component_1gz75 {
|
|
1243
1248
|
background-color: transparent;
|
|
1244
1249
|
color: #fff;
|
|
1245
1250
|
} .popover__inner_1gz75 {
|
|
@@ -1315,61 +1320,220 @@
|
|
|
1315
1320
|
background-color: #f3f4f5;
|
|
1316
1321
|
} .action-button__secondary_19i4l .action-button__loader_19i4l {
|
|
1317
1322
|
color: #0e0e0e;
|
|
1318
|
-
}.
|
|
1319
|
-
|
|
1320
|
-
} .
|
|
1321
|
-
background-color:
|
|
1322
|
-
} .
|
|
1323
|
-
background-color: rgba(255, 255, 255, 0.
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
.
|
|
1362
|
-
|
|
1363
|
-
} .
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1323
|
+
}.drawer__customScrollbar_1f4eb::-webkit-scrollbar-track {
|
|
1324
|
+
background-color: transparent;
|
|
1325
|
+
} .drawer__customScrollbar_1f4eb::-webkit-scrollbar-track-piece {
|
|
1326
|
+
background-color: transparent;
|
|
1327
|
+
} .drawer__customScrollbar_1f4eb::-webkit-scrollbar-thumb {
|
|
1328
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
1329
|
+
border-color: transparent;
|
|
1330
|
+
} .drawer__customScrollbar_1f4eb::-webkit-scrollbar-thumb:active {
|
|
1331
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
1332
|
+
} .drawer__backdropEnter_1f4eb {
|
|
1333
|
+
background-color: transparent;
|
|
1334
|
+
} .drawer__backdropEnterActive_1f4eb,
|
|
1335
|
+
.drawer__backdropEnterDone_1f4eb {
|
|
1336
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1337
|
+
} .drawer__backdropExit_1f4eb {
|
|
1338
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1339
|
+
} .drawer__backdropExitActive_1f4eb,
|
|
1340
|
+
.drawer__backdropExitDone_1f4eb {
|
|
1341
|
+
background-color: transparent;
|
|
1342
|
+
}.textarea__input_14qji {
|
|
1343
|
+
color: #fff;
|
|
1344
|
+
caret-color: #fff;
|
|
1345
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1346
|
+
} .textarea__input_14qji:-webkit-autofill {
|
|
1347
|
+
-webkit-text-fill-color: #fff;
|
|
1348
|
+
} .textarea__input_14qji::placeholder {
|
|
1349
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1350
|
+
} .textarea__hasInnerLabel_14qji::placeholder {
|
|
1351
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1352
|
+
} .textarea__clearIcon_14qji {
|
|
1353
|
+
color: #fff;
|
|
1354
|
+
} .textarea__input_14qji:read-only {
|
|
1355
|
+
color: rgba(235, 235, 245, 0.54)
|
|
1356
|
+
} .textarea__input_14qji:read-only:focus::placeholder {
|
|
1357
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1358
|
+
} .textarea__input_14qji:disabled {
|
|
1359
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1360
|
+
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1361
|
+
} .textarea__input_14qji:focus::placeholder {
|
|
1362
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1363
|
+
} .textarea__textarea_14qji {
|
|
1364
|
+
color: #fff;
|
|
1365
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1366
|
+
} .textarea__textarea_14qji::placeholder {
|
|
1367
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1368
|
+
} .textarea__hasInnerLabel_14qji::placeholder {
|
|
1369
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1370
|
+
} .textarea__textarea_14qji:disabled {
|
|
1371
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1372
|
+
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1373
|
+
} .textarea__textarea_14qji:read-only {
|
|
1374
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1375
|
+
} .textarea__textarea_14qji:focus::placeholder {
|
|
1376
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1377
|
+
} .textarea__hint_14qji {
|
|
1378
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1379
|
+
} .textarea__error_14qji {
|
|
1380
|
+
color: #f15045;
|
|
1381
|
+
}
|
|
1382
|
+
.textarea__customScrollbar_111eb::-webkit-scrollbar-track {
|
|
1383
|
+
background-color: transparent;
|
|
1384
|
+
} .textarea__customScrollbar_111eb::-webkit-scrollbar-track-piece {
|
|
1385
|
+
background-color: transparent;
|
|
1386
|
+
} .textarea__customScrollbar_111eb::-webkit-scrollbar-thumb {
|
|
1387
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
1388
|
+
border-color: transparent;
|
|
1389
|
+
} .textarea__customScrollbar_111eb::-webkit-scrollbar-thumb:active {
|
|
1390
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
1391
|
+
} .textarea__pseudoTextarea_111eb span {
|
|
1392
|
+
color: transparent;
|
|
1393
|
+
} .textarea__pseudoTextarea_111eb .textarea__overflow_111eb {
|
|
1394
|
+
background-color: rgba(217, 29, 11, 0.4);
|
|
1395
|
+
} .textarea__focusVisible_111eb {
|
|
1396
|
+
outline: 2px solid #0072ef;
|
|
1397
|
+
} .textarea__textarea_111eb.textarea__s_111eb {
|
|
1398
|
+
border-top: 14px solid transparent;
|
|
1399
|
+
border-bottom: 14px solid transparent;
|
|
1400
|
+
} .textarea__textarea_111eb.textarea__m_111eb {
|
|
1401
|
+
border-top: 18px solid transparent;
|
|
1402
|
+
border-bottom: 18px solid transparent;
|
|
1403
|
+
} .textarea__textarea_111eb.textarea__l_111eb {
|
|
1404
|
+
border-top: 22px solid transparent;
|
|
1405
|
+
border-bottom: 22px solid transparent;
|
|
1406
|
+
} .textarea__textarea_111eb.textarea__xl_111eb {
|
|
1407
|
+
border-top: 24px solid transparent;
|
|
1408
|
+
border-bottom: 24px solid transparent;
|
|
1409
|
+
} .textarea__textarea_111eb.textarea__hasInnerLabel_111eb.textarea__s_111eb {
|
|
1410
|
+
border-top: 24px solid transparent;
|
|
1411
|
+
border-bottom: 4px solid transparent;
|
|
1412
|
+
} .textarea__textarea_111eb.textarea__hasInnerLabel_111eb.textarea__m_111eb {
|
|
1413
|
+
border-top: 24px solid transparent;
|
|
1414
|
+
border-bottom: 8px solid transparent;
|
|
1415
|
+
} .textarea__textarea_111eb.textarea__hasInnerLabel_111eb.textarea__l_111eb {
|
|
1416
|
+
border-top: 32px solid transparent;
|
|
1417
|
+
border-bottom: 12px solid transparent;
|
|
1418
|
+
} .textarea__textarea_111eb.textarea__hasInnerLabel_111eb.textarea__xl_111eb {
|
|
1419
|
+
border-top: 34px solid transparent;
|
|
1420
|
+
border-bottom: 14px solid transparent;
|
|
1421
|
+
}
|
|
1422
|
+
.textarea__input_fcsxs {
|
|
1423
|
+
color: #0e0e0e;
|
|
1424
|
+
caret-color: #0e0e0e;
|
|
1425
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1426
|
+
} .textarea__input_fcsxs:-webkit-autofill {
|
|
1427
|
+
-webkit-text-fill-color: #0e0e0e;
|
|
1428
|
+
} .textarea__input_fcsxs::placeholder {
|
|
1429
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1430
|
+
} .textarea__hasInnerLabel_fcsxs::placeholder {
|
|
1431
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1432
|
+
} .textarea__clearIcon_fcsxs {
|
|
1433
|
+
color: #0e0e0e;
|
|
1434
|
+
} .textarea__input_fcsxs:read-only {
|
|
1435
|
+
color: rgba(60, 60, 67, 0.66)
|
|
1436
|
+
} .textarea__input_fcsxs:read-only:focus::placeholder {
|
|
1437
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1438
|
+
} .textarea__input_fcsxs:disabled {
|
|
1439
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1440
|
+
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1441
|
+
} .textarea__input_fcsxs:focus::placeholder {
|
|
1442
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1443
|
+
} .textarea__textarea_fcsxs {
|
|
1444
|
+
color: #0e0e0e;
|
|
1445
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1446
|
+
} .textarea__textarea_fcsxs::placeholder {
|
|
1447
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1448
|
+
} .textarea__hasInnerLabel_fcsxs::placeholder {
|
|
1449
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1450
|
+
} .textarea__textarea_fcsxs:disabled {
|
|
1451
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1452
|
+
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1453
|
+
} .textarea__textarea_fcsxs:read-only {
|
|
1454
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1455
|
+
} .textarea__textarea_fcsxs:focus::placeholder {
|
|
1456
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1457
|
+
} .textarea__hint_fcsxs {
|
|
1458
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1459
|
+
} .textarea__error_fcsxs {
|
|
1460
|
+
color: #f15045;
|
|
1461
|
+
}.pagination__component_ynqhf {
|
|
1462
|
+
color: #fff;
|
|
1463
|
+
}
|
|
1464
|
+
.pagination__dots_hcm4n {
|
|
1465
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
button.pagination__tag_11495.pagination__tag_11495 {
|
|
1469
|
+
color: rgba(235, 235, 245, 0.54)
|
|
1470
|
+
} button.pagination__tag_11495.pagination__tag_11495:hover:not(:disabled) {
|
|
1471
|
+
background-color: #2c2c2e;
|
|
1472
|
+
color: #fff;
|
|
1473
|
+
} button.pagination__tag_11495.pagination__tag_11495:active:not(:disabled) {
|
|
1474
|
+
background-color: #3a3a3c;
|
|
1475
|
+
} button.pagination__tag_11495.pagination__tag_11495.pagination__checked_11495 {
|
|
1476
|
+
background-color: #f3f4f5;
|
|
1477
|
+
color: #0e0e0e;
|
|
1478
|
+
} button.pagination__tag_11495.pagination__tag_11495.pagination__checked_11495:hover:not(:disabled) {
|
|
1479
|
+
color: #0e0e0e;
|
|
1480
|
+
} button.pagination__tag_11495.pagination__tag_11495.pagination__checked_11495:active:not(:disabled) {
|
|
1481
|
+
color: #fff;
|
|
1482
|
+
}.button__secondary_n8m2h {
|
|
1483
|
+
background-color: rgba(255, 255, 255, 0.06)
|
|
1484
|
+
} .button__secondary_n8m2h:hover {
|
|
1485
|
+
background-color: rgba(255, 255, 255, 0.1258);
|
|
1486
|
+
} .button__secondary_n8m2h:active {
|
|
1487
|
+
background-color: rgba(255, 255, 255, 0.201);
|
|
1488
|
+
} .button__ghost_n8m2h:active {
|
|
1489
|
+
color: rgb(128, 128, 128);
|
|
1490
|
+
} .button__component_n8m2h[disabled].button__primary_n8m2h {
|
|
1491
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1492
|
+
background-color: #f3f4f5;
|
|
1493
|
+
} .button__component_n8m2h[disabled].button__secondary_n8m2h {
|
|
1494
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1495
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
1496
|
+
} .button__component_n8m2h[disabled].button__tertiary_n8m2h {
|
|
1497
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1498
|
+
border-color: rgba(197, 197, 199, 0.3);
|
|
1499
|
+
} .button__component_n8m2h[disabled].button__link_n8m2h {
|
|
1500
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1501
|
+
} .button__component_n8m2h[disabled].button__ghost_n8m2h {
|
|
1502
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1503
|
+
}
|
|
1504
|
+
.button__secondary_n7860 {
|
|
1505
|
+
background-color: rgba(255, 255, 255, 0.06)
|
|
1506
|
+
} .button__secondary_n7860:active {
|
|
1507
|
+
background-color: rgba(255, 255, 255, 0.201);
|
|
1508
|
+
} .button__ghost_n7860:active {
|
|
1509
|
+
color: rgb(128, 128, 128);
|
|
1510
|
+
} .button__component_n7860[disabled].button__primary_n7860 {
|
|
1511
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1512
|
+
background-color: #f3f4f5;
|
|
1513
|
+
} .button__component_n7860[disabled].button__secondary_n7860 {
|
|
1514
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1515
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
1516
|
+
} .button__component_n7860[disabled].button__tertiary_n7860 {
|
|
1517
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1518
|
+
border-color: rgba(197, 197, 199, 0.3);
|
|
1519
|
+
} .button__component_n7860[disabled].button__link_n7860 {
|
|
1520
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1521
|
+
} .button__component_n7860[disabled].button__ghost_n7860 {
|
|
1522
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
.button__secondary_1lock {
|
|
1526
|
+
background-color: rgba(11, 31, 53, 0.05)
|
|
1527
|
+
} .button__secondary_1lock:hover {
|
|
1528
|
+
background-color: rgba(9, 26, 45, 0.1925);
|
|
1529
|
+
} .button__secondary_1lock:active {
|
|
1530
|
+
background-color: rgba(9, 25, 42, 0.24);
|
|
1531
|
+
} .button__ghost_1lock:active {
|
|
1532
|
+
color: rgb(135, 135, 135);
|
|
1533
|
+
} .button__component_1lock[disabled].button__primary_1lock {
|
|
1534
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1535
|
+
background-color: #202022;
|
|
1536
|
+
} .button__component_1lock[disabled].button__secondary_1lock {
|
|
1373
1537
|
color: rgba(14, 14, 14, 0.3);
|
|
1374
1538
|
background-color: rgba(18, 18, 18, 0.08);
|
|
1375
1539
|
} .button__component_1lock[disabled].button__tertiary_1lock {
|
|
@@ -1695,6 +1859,10 @@
|
|
|
1695
1859
|
background-color: #121212;
|
|
1696
1860
|
} .chart__tooltipArrow_1095z:before {
|
|
1697
1861
|
border-color: transparent #121212 transparent transparent;
|
|
1862
|
+
}.comment__component_1ubik {
|
|
1863
|
+
background-color: #202022;
|
|
1864
|
+
}.list-header__filled_1e9qy {
|
|
1865
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1698
1866
|
}.circular-progress-bar__backgroundCircle_q7chu,
|
|
1699
1867
|
.circular-progress-bar__progressCircle_q7chu {
|
|
1700
1868
|
fill: transparent;
|
|
@@ -1722,16 +1890,15 @@
|
|
|
1722
1890
|
color: #fff;
|
|
1723
1891
|
} .circular-progress-bar__iconWrapper_q7chu.circular-progress-bar__icon-secondary_q7chu {
|
|
1724
1892
|
color: #85858d;
|
|
1725
|
-
}.
|
|
1726
|
-
background-color: #202022;
|
|
1727
|
-
}.list-header__filled_1e9qy {
|
|
1728
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
1729
|
-
}.list__list_i0dt7 {
|
|
1893
|
+
}.list__list_i0dt7 {
|
|
1730
1894
|
color: #fff;
|
|
1731
1895
|
}
|
|
1732
1896
|
.list__slot_1ak97.list__defaultColor_1ak97 {
|
|
1733
1897
|
color: #fff;
|
|
1734
|
-
}.
|
|
1898
|
+
}.attach__component_eb1ce {
|
|
1899
|
+
} .attach__focused_eb1ce {
|
|
1900
|
+
outline: 2px solid #0072ef;
|
|
1901
|
+
}.stepped-progress-bar__bar_j13tn {
|
|
1735
1902
|
background: rgba(255, 255, 255, 0.11);
|
|
1736
1903
|
} .stepped-progress-bar__description_j13tn {
|
|
1737
1904
|
color: rgba(235, 235, 245, 0.54);
|
|
@@ -1758,168 +1925,54 @@
|
|
|
1758
1925
|
background: #fff;
|
|
1759
1926
|
} .stepped-progress-bar__bar_a6ejs.stepped-progress-bar__accent_a6ejs {
|
|
1760
1927
|
background: #ef3124;
|
|
1761
|
-
}.
|
|
1928
|
+
}.confirmation-v1__errorHeader_1efll {
|
|
1762
1929
|
color: #fff;
|
|
1763
|
-
caret-color: #fff;
|
|
1764
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1765
|
-
} .textarea__input_14qji:-webkit-autofill {
|
|
1766
|
-
-webkit-text-fill-color: #fff;
|
|
1767
|
-
} .textarea__input_14qji::placeholder {
|
|
1768
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1769
|
-
} .textarea__hasInnerLabel_14qji::placeholder {
|
|
1770
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1771
|
-
} .textarea__clearIcon_14qji {
|
|
1772
1930
|
color: #fff;
|
|
1773
|
-
} .
|
|
1774
|
-
color: rgba(235, 235, 245, 0.54)
|
|
1775
|
-
} .textarea__input_14qji:read-only:focus::placeholder {
|
|
1776
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1777
|
-
} .textarea__input_14qji:disabled {
|
|
1931
|
+
} .confirmation-v1__errorText_1efll {
|
|
1778
1932
|
color: rgba(235, 235, 245, 0.54);
|
|
1779
|
-
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1780
|
-
} .textarea__input_14qji:focus::placeholder {
|
|
1781
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1782
|
-
} .textarea__textarea_14qji {
|
|
1783
|
-
color: #fff;
|
|
1784
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1785
|
-
} .textarea__textarea_14qji::placeholder {
|
|
1786
1933
|
color: rgba(235, 235, 245, 0.54);
|
|
1787
|
-
} .
|
|
1788
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1789
|
-
} .textarea__textarea_14qji:disabled {
|
|
1934
|
+
} .confirmation-v1__phoneHintText_1efll {
|
|
1790
1935
|
color: rgba(235, 235, 245, 0.54);
|
|
1791
|
-
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1792
|
-
} .textarea__textarea_14qji:read-only {
|
|
1793
1936
|
color: rgba(235, 235, 245, 0.54);
|
|
1794
|
-
} .
|
|
1795
|
-
color: rgba(235, 235, 245, 0.
|
|
1796
|
-
} .
|
|
1937
|
+
} .confirmation-v1__phonesWrap_1efll {
|
|
1938
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1939
|
+
} .confirmation-v1__phoneDescription_1efll {
|
|
1797
1940
|
color: rgba(235, 235, 245, 0.54);
|
|
1798
|
-
} .textarea__error_14qji {
|
|
1799
|
-
color: #f15045;
|
|
1800
1941
|
}
|
|
1801
|
-
.
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
} .
|
|
1809
|
-
|
|
1810
|
-
}
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
} .textarea__focusVisible_111eb {
|
|
1815
|
-
outline: 2px solid #0072ef;
|
|
1816
|
-
} .textarea__textarea_111eb.textarea__s_111eb {
|
|
1817
|
-
border-top: 14px solid transparent;
|
|
1818
|
-
border-bottom: 14px solid transparent;
|
|
1819
|
-
} .textarea__textarea_111eb.textarea__m_111eb {
|
|
1820
|
-
border-top: 18px solid transparent;
|
|
1821
|
-
border-bottom: 18px solid transparent;
|
|
1822
|
-
} .textarea__textarea_111eb.textarea__l_111eb {
|
|
1823
|
-
border-top: 22px solid transparent;
|
|
1824
|
-
border-bottom: 22px solid transparent;
|
|
1825
|
-
} .textarea__textarea_111eb.textarea__xl_111eb {
|
|
1826
|
-
border-top: 24px solid transparent;
|
|
1827
|
-
border-bottom: 24px solid transparent;
|
|
1828
|
-
} .textarea__textarea_111eb.textarea__hasInnerLabel_111eb.textarea__s_111eb {
|
|
1829
|
-
border-top: 24px solid transparent;
|
|
1830
|
-
border-bottom: 4px solid transparent;
|
|
1831
|
-
} .textarea__textarea_111eb.textarea__hasInnerLabel_111eb.textarea__m_111eb {
|
|
1832
|
-
border-top: 24px solid transparent;
|
|
1833
|
-
border-bottom: 8px solid transparent;
|
|
1834
|
-
} .textarea__textarea_111eb.textarea__hasInnerLabel_111eb.textarea__l_111eb {
|
|
1835
|
-
border-top: 32px solid transparent;
|
|
1836
|
-
border-bottom: 12px solid transparent;
|
|
1837
|
-
} .textarea__textarea_111eb.textarea__hasInnerLabel_111eb.textarea__xl_111eb {
|
|
1838
|
-
border-top: 34px solid transparent;
|
|
1839
|
-
border-bottom: 14px solid transparent;
|
|
1840
|
-
}
|
|
1841
|
-
.textarea__input_fcsxs {
|
|
1842
|
-
color: #0e0e0e;
|
|
1843
|
-
caret-color: #0e0e0e;
|
|
1844
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1845
|
-
} .textarea__input_fcsxs:-webkit-autofill {
|
|
1846
|
-
-webkit-text-fill-color: #0e0e0e;
|
|
1847
|
-
} .textarea__input_fcsxs::placeholder {
|
|
1848
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1849
|
-
} .textarea__hasInnerLabel_fcsxs::placeholder {
|
|
1850
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1851
|
-
} .textarea__clearIcon_fcsxs {
|
|
1852
|
-
color: #0e0e0e;
|
|
1853
|
-
} .textarea__input_fcsxs:read-only {
|
|
1854
|
-
color: rgba(60, 60, 67, 0.66)
|
|
1855
|
-
} .textarea__input_fcsxs:read-only:focus::placeholder {
|
|
1856
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1857
|
-
} .textarea__input_fcsxs:disabled {
|
|
1858
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1859
|
-
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1860
|
-
} .textarea__input_fcsxs:focus::placeholder {
|
|
1861
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1862
|
-
} .textarea__textarea_fcsxs {
|
|
1863
|
-
color: #0e0e0e;
|
|
1864
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1865
|
-
} .textarea__textarea_fcsxs::placeholder {
|
|
1866
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1867
|
-
} .textarea__hasInnerLabel_fcsxs::placeholder {
|
|
1868
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1869
|
-
} .textarea__textarea_fcsxs:disabled {
|
|
1870
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1871
|
-
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1872
|
-
} .textarea__textarea_fcsxs:read-only {
|
|
1873
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1874
|
-
} .textarea__textarea_fcsxs:focus::placeholder {
|
|
1875
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1876
|
-
} .textarea__hint_fcsxs {
|
|
1942
|
+
.confirmation-v1__input_17rg6 {
|
|
1943
|
+
background-color: #202022;
|
|
1944
|
+
color: #fff
|
|
1945
|
+
} .confirmation-v1__input_17rg6.confirmation-v1__hasError_17rg6 {
|
|
1946
|
+
color: #f15045;
|
|
1947
|
+
caret-color: #fff;
|
|
1948
|
+
background-color: #35110d;
|
|
1949
|
+
} .confirmation-v1__input_17rg6.confirmation-v1__disabled_17rg6 {
|
|
1950
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1951
|
+
} @keyframes confirmation-v1__shake_17rg6 {
|
|
1952
|
+
}
|
|
1953
|
+
.confirmation-v1__component_1es0k {
|
|
1954
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1877
1955
|
color: rgba(235, 235, 245, 0.54);
|
|
1878
|
-
} .textarea__error_fcsxs {
|
|
1879
|
-
color: #f15045;
|
|
1880
|
-
}.drawer__customScrollbar_1f4eb::-webkit-scrollbar-track {
|
|
1881
|
-
background-color: transparent;
|
|
1882
|
-
} .drawer__customScrollbar_1f4eb::-webkit-scrollbar-track-piece {
|
|
1883
|
-
background-color: transparent;
|
|
1884
|
-
} .drawer__customScrollbar_1f4eb::-webkit-scrollbar-thumb {
|
|
1885
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
1886
|
-
border-color: transparent;
|
|
1887
|
-
} .drawer__customScrollbar_1f4eb::-webkit-scrollbar-thumb:active {
|
|
1888
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
1889
|
-
} .drawer__backdropEnter_1f4eb {
|
|
1890
|
-
background-color: transparent;
|
|
1891
|
-
} .drawer__backdropEnterActive_1f4eb,
|
|
1892
|
-
.drawer__backdropEnterDone_1f4eb {
|
|
1893
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
1894
|
-
} .drawer__backdropExit_1f4eb {
|
|
1895
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
1896
|
-
} .drawer__backdropExitActive_1f4eb,
|
|
1897
|
-
.drawer__backdropExitDone_1f4eb {
|
|
1898
|
-
background-color: transparent;
|
|
1899
|
-
}.pagination__component_ynqhf {
|
|
1900
|
-
color: #fff;
|
|
1901
1956
|
}
|
|
1902
|
-
.
|
|
1957
|
+
.confirmation-v1__circle_4seyw {
|
|
1958
|
+
fill: transparent;
|
|
1959
|
+
stroke: #4f4f52;
|
|
1960
|
+
}
|
|
1961
|
+
.confirmation-v1__title_1n2ou {
|
|
1962
|
+
color: #fff;
|
|
1963
|
+
} .confirmation-v1__description_1n2ou {
|
|
1903
1964
|
color: rgba(235, 235, 245, 0.54);
|
|
1965
|
+
} .confirmation-v1__alertIcon_1n2ou {
|
|
1966
|
+
color: #d91d0b;
|
|
1904
1967
|
}
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
color:
|
|
1908
|
-
} .
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
} .pagination__tag_11495.pagination__tag_11495.pagination__checked_11495 {
|
|
1914
|
-
background-color: #f3f4f5;
|
|
1915
|
-
color: #0e0e0e;
|
|
1916
|
-
} .pagination__tag_11495.pagination__tag_11495.pagination__checked_11495:hover:not(:disabled) {
|
|
1917
|
-
color: #0e0e0e;
|
|
1918
|
-
} .pagination__tag_11495.pagination__tag_11495.pagination__checked_11495:active:not(:disabled) {
|
|
1919
|
-
color: #fff;
|
|
1920
|
-
}.attach__component_eb1ce {
|
|
1921
|
-
} .attach__focused_eb1ce {
|
|
1922
|
-
outline: 2px solid #0072ef;
|
|
1968
|
+
.confirmation-v1__header_1fbs4 {
|
|
1969
|
+
color: #fff;
|
|
1970
|
+
color: #fff;
|
|
1971
|
+
} .confirmation-v1__error_1fbs4 {
|
|
1972
|
+
color: #f15045;
|
|
1973
|
+
} .confirmation-v1__loaderText_1fbs4 {
|
|
1974
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1975
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1923
1976
|
}.custom-button__customButton_1jj3a.custom-button__white_1jj3a * {
|
|
1924
1977
|
color: #0e0e0e;
|
|
1925
1978
|
} .custom-button__customButton_1jj3a.custom-button__black_1jj3a * {
|
|
@@ -1950,53 +2003,29 @@
|
|
|
1950
2003
|
color: #fff;
|
|
1951
2004
|
} .custom-button__customButton_1jj3a:disabled.custom-button__black_1jj3a * {
|
|
1952
2005
|
color: #0e0e0e;
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
|
-
color: #fff;
|
|
1956
|
-
} .confirmation-v1__errorText_1efll {
|
|
1957
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1958
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1959
|
-
} .confirmation-v1__phoneHintText_1efll {
|
|
1960
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1961
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1962
|
-
} .confirmation-v1__phonesWrap_1efll {
|
|
1963
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1964
|
-
} .confirmation-v1__phoneDescription_1efll {
|
|
1965
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1966
|
-
}
|
|
1967
|
-
.confirmation-v1__input_17rg6 {
|
|
1968
|
-
background-color: #202022;
|
|
1969
|
-
color: #fff
|
|
1970
|
-
} .confirmation-v1__input_17rg6.confirmation-v1__hasError_17rg6 {
|
|
1971
|
-
color: #f15045;
|
|
1972
|
-
caret-color: #fff;
|
|
1973
|
-
background-color: #35110d;
|
|
1974
|
-
} .confirmation-v1__input_17rg6.confirmation-v1__disabled_17rg6 {
|
|
1975
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1976
|
-
} @keyframes confirmation-v1__shake_17rg6 {
|
|
1977
|
-
}
|
|
1978
|
-
.confirmation-v1__component_1es0k {
|
|
1979
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2006
|
+
}
|
|
2007
|
+
.confirmation__component_1m0rz {
|
|
1980
2008
|
color: rgba(235, 235, 245, 0.54);
|
|
1981
2009
|
}
|
|
1982
|
-
.
|
|
2010
|
+
.confirmation__circle_sr1sv {
|
|
1983
2011
|
fill: transparent;
|
|
1984
2012
|
stroke: #4f4f52;
|
|
1985
2013
|
}
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
} .confirmation-v1__description_1n2ou {
|
|
2014
|
+
|
|
2015
|
+
.confirmation__typographyTheme_1n56t.confirmation__typographyTheme_1n56t {
|
|
1989
2016
|
color: rgba(235, 235, 245, 0.54);
|
|
1990
|
-
} .confirmation-v1__alertIcon_1n2ou {
|
|
1991
|
-
color: #d91d0b;
|
|
1992
2017
|
}
|
|
1993
|
-
.
|
|
1994
|
-
color:
|
|
2018
|
+
.confirmation__typographyTheme_1e5mt.confirmation__typographyTheme_1e5mt {
|
|
2019
|
+
color: rgba(235, 235, 245, 0.54);
|
|
2020
|
+
}
|
|
2021
|
+
.confirmation__typographyTheme_gtgpy.confirmation__typographyTheme_gtgpy {
|
|
2022
|
+
color: rgba(235, 235, 245, 0.54);
|
|
2023
|
+
} .confirmation__phone_gtgpy.confirmation__phone_gtgpy {
|
|
1995
2024
|
color: #fff;
|
|
1996
|
-
} .
|
|
1997
|
-
color: #f15045;
|
|
1998
|
-
} .confirmation-v1__loaderText_1fbs4 {
|
|
2025
|
+
} .confirmation__countdownContainer_gtgpy.confirmation__countdownContainer_gtgpy {
|
|
1999
2026
|
color: rgba(235, 235, 245, 0.54);
|
|
2027
|
+
}
|
|
2028
|
+
.confirmation__typographyTheme_fi6ba.confirmation__typographyTheme_fi6ba {
|
|
2000
2029
|
color: rgba(235, 235, 245, 0.54);
|
|
2001
2030
|
}.cc-icon-button.icon-button__primary_10f40 {
|
|
2002
2031
|
color: #fff
|
|
@@ -2092,31 +2121,7 @@
|
|
|
2092
2121
|
color: rgba(193, 193, 195, 0.3)
|
|
2093
2122
|
} .cc-icon-button.icon-button__component_1c65a:disabled.icon-button__tertiary_1c65a.icon-button__loader_1c65a {
|
|
2094
2123
|
color: #c1c1c3;
|
|
2095
|
-
}
|
|
2096
|
-
.confirmation__component_1m0rz {
|
|
2097
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2098
|
-
}
|
|
2099
|
-
.confirmation__circle_sr1sv {
|
|
2100
|
-
fill: transparent;
|
|
2101
|
-
stroke: #4f4f52;
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
.confirmation__typographyTheme_1n56t.confirmation__typographyTheme_1n56t {
|
|
2105
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2106
|
-
}
|
|
2107
|
-
.confirmation__typographyTheme_1e5mt.confirmation__typographyTheme_1e5mt {
|
|
2108
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2109
|
-
}
|
|
2110
|
-
.confirmation__typographyTheme_gtgpy.confirmation__typographyTheme_gtgpy {
|
|
2111
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2112
|
-
} .confirmation__phone_gtgpy.confirmation__phone_gtgpy {
|
|
2113
|
-
color: #fff;
|
|
2114
|
-
} .confirmation__countdownContainer_gtgpy.confirmation__countdownContainer_gtgpy {
|
|
2115
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2116
|
-
}
|
|
2117
|
-
.confirmation__typographyTheme_fi6ba.confirmation__typographyTheme_fi6ba {
|
|
2118
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2119
|
-
}.input__error_8cgxi {
|
|
2124
|
+
}.input__error_8cgxi {
|
|
2120
2125
|
color: #f15045;
|
|
2121
2126
|
caret-color: #f15045;
|
|
2122
2127
|
}
|
|
@@ -2196,6 +2201,10 @@
|
|
|
2196
2201
|
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
2197
2202
|
} .input__input_nbj9w:focus::placeholder {
|
|
2198
2203
|
color: rgba(60, 60, 67, 0.4);
|
|
2204
|
+
}.pattern-lock__error_jixwn {
|
|
2205
|
+
color: #f15045;
|
|
2206
|
+
} @media screen and (min-width: 360px) {
|
|
2207
|
+
} @media screen and (min-width: 390px) {
|
|
2199
2208
|
}.pass-code__error_vuzjz {
|
|
2200
2209
|
color: #f15045;
|
|
2201
2210
|
}
|
|
@@ -2222,11 +2231,7 @@
|
|
|
2222
2231
|
color: #fff;
|
|
2223
2232
|
} .pass-code__ghost_389ei.pass-code__ghost_389ei:active {
|
|
2224
2233
|
background: rgba(255, 255, 255, 0.11);
|
|
2225
|
-
}.
|
|
2226
|
-
color: #f15045;
|
|
2227
|
-
} @media screen and (min-width: 360px) {
|
|
2228
|
-
} @media screen and (min-width: 390px) {
|
|
2229
|
-
}.pure-cell__focused_9d1we {
|
|
2234
|
+
}.pure-cell__focused_9d1we {
|
|
2230
2235
|
outline: 2px solid #0072ef;
|
|
2231
2236
|
}
|
|
2232
2237
|
|
|
@@ -2343,7 +2348,7 @@
|
|
|
2343
2348
|
background-color: transparent;
|
|
2344
2349
|
} .bottom-sheet__component_3cpay {
|
|
2345
2350
|
background-color: #121212;
|
|
2346
|
-
} .bottom-
|
|
2351
|
+
} .bottom-sheet__defaultMarker_3cpay {
|
|
2347
2352
|
background-color: #303032;
|
|
2348
2353
|
} .bottom-sheet__content_3cpay {
|
|
2349
2354
|
color: #fff;
|
|
@@ -2873,7 +2878,10 @@
|
|
|
2873
2878
|
outline: 2px solid #0072ef;
|
|
2874
2879
|
} .select-with-tags__placeholder_1e5av {
|
|
2875
2880
|
color: rgba(235, 235, 245, 0.32);
|
|
2876
|
-
}
|
|
2881
|
+
}
|
|
2882
|
+
.calendar-range__component_yhaey:after {
|
|
2883
|
+
background-color: #fff;
|
|
2884
|
+
}.table__component_sgfzm {
|
|
2877
2885
|
border-top: 1px solid #2b2b2e;
|
|
2878
2886
|
}
|
|
2879
2887
|
.table__wrapper_6a2nr {
|
|
@@ -2919,10 +2927,7 @@
|
|
|
2919
2927
|
.table__open_17fd6,
|
|
2920
2928
|
.table__open_17fd6:hover {
|
|
2921
2929
|
background-color: rgba(255, 255, 255, 0.163);
|
|
2922
|
-
}
|
|
2923
|
-
.calendar-range__component_yhaey:after {
|
|
2924
|
-
background-color: #fff;
|
|
2925
|
-
}.tabs__component_m6b0o:before {
|
|
2930
|
+
}.tabs__component_m6b0o:before {
|
|
2926
2931
|
background-color: #2b2b2e;
|
|
2927
2932
|
} .tabs__title_m6b0o {
|
|
2928
2933
|
color: rgba(235, 235, 245, 0.54)
|