@alfalab/core-components 42.2.2 → 42.2.4
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/calendar/Component-50136800.d.ts +166 -3
- package/calendar/desktop-63dec22f.d.ts +2 -6
- package/calendar/modern/Component-50136800.d.ts +3 -166
- package/calendar/modern/desktop-63dec22f.d.ts +6 -2
- package/calendar-input/Component.desktop-8b5756fe.d.ts +1 -8
- package/calendar-input/cssm/Component.desktop-8b5756fe.d.ts +1 -8
- package/calendar-input/cssm/index-f034f741.d.ts +5 -2
- package/calendar-input/esm/Component-50136800.d.ts +3 -166
- package/calendar-input/esm/Component-63dec22f.d.ts +155 -12
- package/calendar-input/esm/Component-ebda875c.d.ts +35 -0
- package/calendar-input/esm/Component.desktop-8b5756fe.d.ts +68 -5
- package/calendar-input/esm/components/calendar-input/Component.d.ts +1 -1
- package/calendar-input/esm/index-9211a437.d.ts +1 -1
- package/calendar-input/esm/index-ebda875c.d.ts +1 -1
- package/calendar-input/esm/index-f034f741.d.ts +80 -2
- package/calendar-input/esm/mobile-c219f8ca.d.ts +1 -367
- package/calendar-input/index-f034f741.d.ts +5 -2
- package/calendar-input/modern/Component.desktop-8b5756fe.d.ts +1 -8
- package/calendar-input/modern/index-f034f741.d.ts +5 -2
- package/calendar-range/cssm/utils.js +1 -3
- 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/cssm/Component-50136800.d.ts +21 -62
- package/custom-picker-button/cssm/Component-5e1b8383.d.ts +4 -21
- package/custom-picker-button/cssm/Component-8b2c2707.d.ts +265 -9
- package/custom-picker-button/cssm/Component-aed0af6e.d.ts +11 -0
- package/custom-picker-button/cssm/Component-ebda875c.d.ts +98 -9
- package/{intl-phone-input/Component-50136800.d.ts → custom-picker-button/cssm/Component-f12ee135.d.ts} +13 -43
- package/custom-picker-button/cssm/Component.desktop-4cd3936b.d.ts +49 -0
- package/custom-picker-button/cssm/Component.mobile-96988a65.d.ts +6 -0
- package/custom-picker-button/cssm/Component.mobile.d.ts +9 -1
- package/custom-picker-button/cssm/{index-8b2c2707.d.ts → Component.responsive-2e2b2125.d.ts} +1 -2
- package/custom-picker-button/cssm/desktop-d446ae02.d.ts +2 -39
- package/custom-picker-button/cssm/hook-9ea9e32c.d.ts +4 -4
- package/custom-picker-button/cssm/index-9211a437.d.ts +2 -0
- package/custom-picker-button/cssm/index-bdb4c6b9.d.ts +180 -2
- package/custom-picker-button/cssm/index-c44170fe.d.ts +3 -4
- package/custom-picker-button/cssm/index-ebda875c.d.ts +15 -20
- package/custom-picker-button/cssm/index-f12ee135.d.ts +307 -3
- package/custom-picker-button/cssm/shared-4cd3936b.d.ts +1 -88
- package/custom-picker-button/esm/Component-50136800.d.ts +21 -62
- package/custom-picker-button/esm/Component-5e1b8383.d.ts +4 -21
- package/custom-picker-button/esm/Component-8b2c2707.d.ts +265 -9
- package/custom-picker-button/esm/Component-aed0af6e.d.ts +11 -0
- package/custom-picker-button/esm/Component-ebda875c.d.ts +98 -9
- package/{intl-phone-input/cssm/Component-50136800.d.ts → custom-picker-button/esm/Component-f12ee135.d.ts} +13 -43
- package/custom-picker-button/esm/Component.desktop-4cd3936b.d.ts +49 -0
- package/custom-picker-button/esm/Component.mobile-96988a65.d.ts +6 -0
- package/custom-picker-button/esm/Component.mobile.d.ts +9 -1
- package/custom-picker-button/esm/{index-8b2c2707.d.ts → Component.responsive-2e2b2125.d.ts} +1 -2
- package/custom-picker-button/esm/desktop-d446ae02.d.ts +2 -39
- package/custom-picker-button/esm/hook-9ea9e32c.d.ts +4 -4
- package/custom-picker-button/esm/index-9211a437.d.ts +2 -0
- package/custom-picker-button/esm/index-bdb4c6b9.d.ts +180 -2
- package/custom-picker-button/esm/index-c44170fe.d.ts +3 -4
- package/custom-picker-button/esm/index-ebda875c.d.ts +15 -20
- package/custom-picker-button/esm/index-f12ee135.d.ts +307 -3
- package/custom-picker-button/esm/shared-4cd3936b.d.ts +1 -88
- package/date-range-input/Component-50136800.d.ts +166 -3
- package/date-range-input/Component-63dec22f.d.ts +12 -155
- package/date-range-input/Component.desktop-8b5756fe.d.ts +5 -68
- package/date-range-input/components/date-range-input/Component.d.ts +1 -1
- package/date-range-input/cssm/Component-50136800.d.ts +166 -3
- package/date-range-input/cssm/Component-63dec22f.d.ts +12 -155
- package/date-range-input/cssm/Component.desktop-8b5756fe.d.ts +5 -61
- package/date-range-input/cssm/components/date-range-input/Component.d.ts +1 -1
- package/date-range-input/cssm/index-9211a437.d.ts +1 -1
- package/date-range-input/cssm/index-f034f741.d.ts +2 -83
- package/date-range-input/cssm/mobile-c219f8ca.d.ts +367 -1
- package/date-range-input/esm/Component-50136800.d.ts +3 -166
- package/date-range-input/esm/Component-63dec22f.d.ts +155 -12
- package/date-range-input/esm/Component.desktop-8b5756fe.d.ts +68 -5
- package/date-range-input/esm/components/date-range-input/Component.d.ts +1 -1
- package/date-range-input/esm/index-9211a437.d.ts +1 -1
- package/date-range-input/esm/index-ebda875c.d.ts +15 -115
- package/date-range-input/esm/index-f034f741.d.ts +80 -2
- package/date-range-input/esm/mobile-c219f8ca.d.ts +1 -367
- package/date-range-input/index-9211a437.d.ts +1 -1
- package/date-range-input/index-ebda875c.d.ts +115 -15
- package/date-range-input/index-f034f741.d.ts +2 -80
- package/date-range-input/mobile-c219f8ca.d.ts +367 -1
- package/date-time-input/Component-50136800.d.ts +166 -3
- package/date-time-input/Component-63dec22f.d.ts +12 -155
- package/date-time-input/Component.desktop-8b5756fe.d.ts +5 -68
- package/date-time-input/components/date-time-input/Component.d.ts +1 -1
- package/date-time-input/esm/Component-50136800.d.ts +166 -3
- package/date-time-input/esm/Component-5684a67d.d.ts +23 -0
- package/date-time-input/esm/Component-63dec22f.d.ts +12 -155
- package/date-time-input/esm/Component-e2b6c730.d.ts +76 -0
- package/date-time-input/esm/Component.desktop-8b5756fe.d.ts +5 -61
- package/date-time-input/esm/Component.desktop-ebda875c.d.ts +6 -0
- package/date-time-input/esm/components/date-time-input/Component.d.ts +1 -1
- package/date-time-input/esm/desktop-8b5756fe.d.ts +2 -0
- package/date-time-input/esm/index-9211a437.d.ts +1 -1
- package/date-time-input/esm/index-f034f741.d.ts +2 -83
- package/date-time-input/esm/mobile-c219f8ca.d.ts +367 -1
- package/date-time-input/index-9211a437.d.ts +1 -1
- package/date-time-input/index-ebda875c.d.ts +115 -15
- package/date-time-input/index-f034f741.d.ts +2 -80
- package/date-time-input/mobile-c219f8ca.d.ts +367 -1
- package/date-time-input/modern/Component-50136800.d.ts +3 -166
- package/date-time-input/modern/Component-63dec22f.d.ts +155 -12
- package/date-time-input/modern/Component.desktop-8b5756fe.d.ts +68 -5
- package/date-time-input/modern/components/date-time-input/Component.d.ts +1 -1
- package/date-time-input/modern/index-9211a437.d.ts +1 -1
- package/date-time-input/modern/index-ebda875c.d.ts +15 -115
- package/date-time-input/modern/index-f034f741.d.ts +80 -2
- package/date-time-input/modern/mobile-c219f8ca.d.ts +1 -367
- package/date-time-input/utils-e0a54580.d.ts +8 -0
- 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/grid/Component.js +1 -1
- package/grid/col/Component.js +1 -1
- package/grid/col/index.js +1 -1
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +1 -1
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +1 -1
- package/grid/esm/row/index.js +1 -1
- package/grid/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +1 -1
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +1 -1
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +1 -1
- package/grid/row/index.js +1 -1
- package/input/Component.desktop-ebda875c.d.ts +6 -0
- package/input/cssm/Component.desktop-ebda875c.d.ts +6 -0
- package/input-autocomplete/Component-50136800.d.ts +44 -0
- package/input-autocomplete/cssm/Component-5e1b8383.d.ts +4 -21
- package/input-autocomplete/cssm/Component-aed0af6e.d.ts +11 -0
- package/input-autocomplete/cssm/Component-ebda875c.d.ts +265 -8
- package/input-autocomplete/cssm/Component.mobile.d.ts +1 -1
- package/input-autocomplete/cssm/Component.modal.mobile.d.ts +2 -2
- package/input-autocomplete/cssm/Component.responsive.d.ts +1 -1
- package/input-autocomplete/cssm/hook-9ea9e32c.d.ts +4 -4
- package/input-autocomplete/cssm/hook-ebda875c.d.ts +48 -0
- package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +180 -2
- package/input-autocomplete/cssm/index-ebda875c.d.ts +11 -115
- package/input-autocomplete/cssm/{Component.modal.mobile-5e1b8383.d.ts → mobile-45dc17c6.d.ts} +13 -26
- package/input-autocomplete/cssm/shared-4cd3936b.d.ts +1 -87
- package/intl-phone-input/Component-4cd3936b.d.ts +1 -1
- package/intl-phone-input/Component-5e1b8383.d.ts +96 -18
- package/intl-phone-input/component-50136800.d.ts +6 -0
- package/intl-phone-input/component.d.ts +1 -1
- package/intl-phone-input/components/select/component.d.ts +1 -1
- package/intl-phone-input/cssm/Component-4cd3936b.d.ts +1 -1
- package/intl-phone-input/cssm/Component-5e1b8383.d.ts +96 -18
- package/intl-phone-input/cssm/component.d.ts +1 -1
- package/intl-phone-input/cssm/components/select/component.d.ts +1 -1
- package/intl-phone-input/cssm/desktop-63dec22f.d.ts +1 -1
- package/intl-phone-input/cssm/shared-4cd3936b.d.ts +83 -13
- package/intl-phone-input/desktop-63dec22f.d.ts +1 -1
- package/intl-phone-input/modern/Component-50136800.d.ts +27 -25
- package/intl-phone-input/shared-4cd3936b.d.ts +83 -13
- package/package.json +1 -1327
- package/picker-button/cssm/Component.desktop.d.ts +2 -2
- package/picker-button/cssm/Component.mobile-06ffd24b.d.ts +1 -1
- package/picker-button/cssm/Component.mobile.d.ts +1 -1
- package/picker-button/cssm/Component.modal.mobile-5e1b8383.d.ts +1 -1
- package/picker-button/cssm/Component.responsive.d.ts +3 -3
- package/picker-button/cssm/option/Component.d.ts +2 -2
- package/picker-button/cssm/shared-4cd3936b.d.ts +93 -0
- package/picker-button/esm/Component-50136800.d.ts +21 -27
- package/picker-button/esm/Component-5e1b8383.d.ts +3 -70
- package/picker-button/esm/Component-72dda473.d.ts +53 -0
- package/picker-button/esm/Component-aed0af6e.d.ts +11 -0
- package/picker-button/esm/Component-ebda875c.d.ts +98 -9
- package/{custom-picker-button/Component-50136800.d.ts → picker-button/esm/Component-f12ee135.d.ts} +24 -31
- package/picker-button/esm/Component.desktop.d.ts +1 -1
- package/picker-button/esm/Component.mobile-96988a65.d.ts +6 -0
- package/picker-button/esm/Component.mobile.d.ts +1 -1
- package/picker-button/esm/Component.responsive.d.ts +1 -1
- package/picker-button/esm/hook-9ea9e32c.d.ts +4 -4
- package/picker-button/esm/hook-ebda875c.d.ts +48 -0
- package/picker-button/esm/index-50136800.d.ts +5 -2
- package/picker-button/esm/index-bdb4c6b9.d.ts +180 -2
- package/picker-button/esm/index-c44170fe.d.ts +3 -141
- package/picker-button/esm/index-ebda875c.d.ts +13 -62
- package/picker-button/esm/index-f12ee135.d.ts +307 -3
- package/picker-button/esm/shared-4cd3936b.d.ts +1 -87
- 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-5a229016.d.ts +9 -9
- 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/select/Component.desktop-ebda875c.d.ts +6 -0
- package/select/Component.desktop.d.ts +0 -2
- package/select/Component.mobile-f1f15074.d.ts +12 -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.desktop.d.ts +2 -0
- package/select/cssm/Component.mobile-f1f15074.d.ts +1 -1
- package/select/cssm/mobile-96988a65.d.ts +2 -6
- 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/index.js +1 -1
- package/select/mobile-96988a65.d.ts +6 -2
- package/select/mobile.js +1 -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/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-with-tags/Component-9211a437.d.ts +1 -1
- package/select-with-tags/Component.desktop-2e2b2125.d.ts +1 -1
- package/select-with-tags/Component.mobile-755fbaa3.d.ts +1 -1
- package/select-with-tags/Component.responsive-3109f463.d.ts +1 -1
- package/select-with-tags/cssm/Component-8b2c2707.d.ts +1 -1
- package/select-with-tags/cssm/index-c44170fe.d.ts +1 -1
- package/select-with-tags/esm/Component-8b2c2707.d.ts +1 -1
- package/select-with-tags/esm/Component-9211a437.d.ts +1 -1
- package/select-with-tags/esm/Component.desktop-2e2b2125.d.ts +1 -1
- package/select-with-tags/esm/Component.mobile-755fbaa3.d.ts +1 -1
- package/select-with-tags/esm/Component.responsive-3109f463.d.ts +1 -1
- package/select-with-tags/esm/index-c44170fe.d.ts +1 -1
- package/select-with-tags/modern/Component-50136800.d.ts +44 -0
- package/select-with-tags/modern/Component-8b2c2707.d.ts +1 -1
- package/select-with-tags/modern/index-c44170fe.d.ts +1 -1
- package/table/Component-50136800.d.ts +6 -6
- package/tabs/collapsible.js +2 -2
- package/tabs/components/primary-tablist/Component.collapsible.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.collapsible.mobile.js +2 -2
- package/tabs/components/primary-tablist/Component.collapsible.responsive.js +2 -2
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/components/tabs/Component.collabsible.desktop.js +1 -1
- package/tabs/components/tabs/Component.collapsible.mobile.js +2 -2
- package/tabs/components/tabs/Component.collapsible.responsive.js +2 -2
- package/tabs/components/tabs/Component.desktop.js +2 -2
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/desktop.js +2 -2
- package/tabs/esm/collapsible.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.collapsible.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.collapsible.responsive.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- 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.collabsible.desktop.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.collapsible.responsive.js +2 -2
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +3 -3
- package/tabs/esm/components/tabs/Component.responsive.js +3 -3
- package/tabs/esm/desktop.js +2 -2
- package/tabs/esm/index.js +3 -3
- package/tabs/esm/mobile.js +3 -3
- package/tabs/index-ebda875c.d.ts +21 -86
- package/tabs/index.js +3 -3
- package/tabs/mobile.js +3 -3
- package/tabs/modern/Component.desktop-ebda875c.d.ts +6 -0
- package/tabs/modern/collapsible.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.collapsible.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.mobile.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.collapsible.responsive.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.responsive.js +2 -2
- 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.collabsible.desktop.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.collapsible.responsive.js +2 -2
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +3 -3
- package/tabs/modern/components/tabs/Component.responsive.js +3 -3
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index-ebda875c.d.ts +21 -86
- package/tabs/modern/index.js +3 -3
- package/tabs/modern/mobile.js +3 -3
- package/tag/esm/components/base-tag/Component.d.ts +1 -1
- package/textarea/Component.d.ts +1 -1
- package/textarea/Component.js +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/esm/Component.js +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.js +1 -1
- package/textarea/index.js +1 -1
- package/textarea/modern/Component.d.ts +1 -1
- package/textarea/modern/Component.js +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +525 -524
- package/time-input/cssm/utils/format.js +10 -6
- package/time-input/esm/utils/format.js +10 -6
- package/time-input/utils/format.js +10 -6
- package/toast/Component.responsive.d.ts +1 -1
- package/toast/components/base-toast/component.d.ts +1 -1
- package/toast/index-7ca84eff.d.ts +3 -3
- package/toast/modern/Component.responsive.d.ts +1 -1
- package/toast/modern/components/base-toast/component.d.ts +1 -1
- package/toast/modern/index-7ca84eff.d.ts +3 -3
- package/typography/component.js +2 -2
- 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.d.ts +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/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/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
- package/custom-picker-button/cssm/Component-63dec22f.d.ts +0 -167
- package/custom-picker-button/cssm/Component-9211a437.d.ts +0 -38
- package/custom-picker-button/cssm/Component.mobile-d446ae02.d.ts +0 -23
- package/custom-picker-button/cssm/Component.modal.mobile-5e1b8383.d.ts +0 -60
- package/custom-picker-button/cssm/mobile-755fbaa3.d.ts +0 -2
- package/custom-picker-button/cssm/types-d9f9bbcc.d.ts +0 -259
- package/custom-picker-button/cssm/utils-1574ad8b.d.ts +0 -29
- package/custom-picker-button/cssm/utils-49cc3c24.d.ts +0 -8
- package/custom-picker-button/esm/Component-63dec22f.d.ts +0 -167
- package/custom-picker-button/esm/Component-9211a437.d.ts +0 -38
- package/custom-picker-button/esm/Component.mobile-d446ae02.d.ts +0 -23
- package/custom-picker-button/esm/Component.modal.mobile-5e1b8383.d.ts +0 -60
- package/custom-picker-button/esm/mobile-755fbaa3.d.ts +0 -2
- package/custom-picker-button/esm/types-d9f9bbcc.d.ts +0 -259
- package/custom-picker-button/esm/utils-1574ad8b.d.ts +0 -29
- package/custom-picker-button/esm/utils-49cc3c24.d.ts +0 -8
- package/date-time-input/Component.mobile-ebda875c.d.ts +0 -6
- package/date-time-input/esm/Component-8b5756fe.d.ts +0 -388
- package/date-time-input/esm/Component.mobile-ebda875c.d.ts +0 -6
- package/input/Component.mobile-ebda875c.d.ts +0 -6
- package/input/cssm/Component.mobile-ebda875c.d.ts +0 -6
- package/input-autocomplete/cssm/Component-63dec22f.d.ts +0 -167
- package/input-autocomplete/cssm/mobile-06ffd24b.d.ts +0 -5
- package/input-autocomplete/cssm/utils-1574ad8b.d.ts +0 -29
- package/intl-phone-input/cssm/desktop-2e2b2125.d.ts +0 -2
- package/intl-phone-input/desktop-2e2b2125.d.ts +0 -2
- package/picker-button/cssm/shared-5e1b8383.d.ts +0 -6
- package/picker-button/esm/Component-63dec22f.d.ts +0 -167
- package/picker-button/esm/Component.modal.mobile-5e1b8383.d.ts +0 -60
- package/picker-button/esm/createPaddingStyle-72dda473.d.ts +0 -5
- package/picker-button/esm/types-72dda473.d.ts +0 -259
- package/picker-button/esm/utils-1574ad8b.d.ts +0 -29
- package/picker-button/esm/utils-49cc3c24.d.ts +0 -8
- package/tabs/modern/Component.mobile-ebda875c.d.ts +0 -6
- /package/calendar/{modern/Component.desktop-ebda875c.d.ts → Component.desktop-ebda875c.d.ts} +0 -0
- /package/calendar/{Component-63dec22f.d.ts → modern/Component-63dec22f.d.ts} +0 -0
- /package/calendar/{Component.mobile-ebda875c.d.ts → modern/Component.mobile-ebda875c.d.ts} +0 -0
- /package/calendar-input/cssm/{shared-f034f741.d.ts → shared-848397c5.d.ts} +0 -0
- /package/{date-range-input → calendar-input/esm}/Component-8b5756fe.d.ts +0 -0
- /package/{date-range-input → calendar-input/esm}/Component.responsive-2e2b2125.d.ts +0 -0
- /package/calendar-input/{modern → esm}/shared-f034f741.d.ts +0 -0
- /package/calendar-input/{esm/shared-71d94e2b.d.ts → modern/shared-848397c5.d.ts} +0 -0
- /package/calendar-input/{shared-f034f741.d.ts → shared-848397c5.d.ts} +0 -0
- /package/confirmation/{countdown-section-450ad0fb.d.ts → countdown-section-fed12d77.d.ts} +0 -0
- /package/confirmation/{countdown-section-450ad0fb.js → countdown-section-fed12d77.js} +0 -0
- /package/confirmation/esm/{countdown-section-1619290d.d.ts → countdown-section-9f6c08f9.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-1619290d.js → countdown-section-9f6c08f9.js} +0 -0
- /package/confirmation/modern/{countdown-section-1e0212a1.d.ts → countdown-section-8e55fbd5.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-1e0212a1.js → countdown-section-8e55fbd5.js} +0 -0
- /package/{input-autocomplete/cssm/Component-50136800.d.ts → custom-picker-button/component-50136800.d.ts} +0 -0
- /package/custom-picker-button/cssm/{Component.responsive-785df74d.d.ts → Component.responsive-d7e9f69d.d.ts} +0 -0
- /package/custom-picker-button/cssm/{desktop-2e2b2125.d.ts → desktop-63dec22f.d.ts} +0 -0
- /package/{intl-phone-input/cssm/hook-c44170fe.d.ts → custom-picker-button/cssm/hook-ebda875c.d.ts} +0 -0
- /package/custom-picker-button/esm/{Component.responsive-785df74d.d.ts → Component.responsive-d7e9f69d.d.ts} +0 -0
- /package/custom-picker-button/esm/{desktop-2e2b2125.d.ts → desktop-63dec22f.d.ts} +0 -0
- /package/{intl-phone-input/hook-c44170fe.d.ts → custom-picker-button/esm/hook-ebda875c.d.ts} +0 -0
- /package/{calendar-input/esm → date-range-input}/Component-5684a67d.d.ts +0 -0
- /package/{calendar-input/esm → date-range-input}/Component-e2b6c730.d.ts +0 -0
- /package/date-range-input/{esm/Component.desktop-ebda875c.d.ts → Component.desktop-ebda875c.d.ts} +0 -0
- /package/{calendar-input/esm → date-range-input}/Component.responsive-755fbaa3.d.ts +0 -0
- /package/date-range-input/{esm → cssm}/Component-5684a67d.d.ts +0 -0
- /package/date-range-input/{esm → cssm}/Component-e2b6c730.d.ts +0 -0
- /package/{date-time-input/modern → date-range-input/cssm}/Component.desktop-ebda875c.d.ts +0 -0
- /package/date-range-input/{esm → cssm}/Component.responsive-755fbaa3.d.ts +0 -0
- /package/{calendar-input/esm → date-range-input/cssm}/desktop-8b5756fe.d.ts +0 -0
- /package/{calendar-input/esm → date-range-input/cssm}/utils-e0a54580.d.ts +0 -0
- /package/date-range-input/{esm/desktop-8b5756fe.d.ts → desktop-8b5756fe.d.ts} +0 -0
- /package/date-range-input/{cssm → esm}/Component-8b5756fe.d.ts +0 -0
- /package/date-range-input/{Component.mobile-ebda875c.d.ts → esm/Component.mobile-ebda875c.d.ts} +0 -0
- /package/date-range-input/{cssm → esm}/Component.responsive-2e2b2125.d.ts +0 -0
- /package/date-range-input/{esm/utils-e0a54580.d.ts → utils-e0a54580.d.ts} +0 -0
- /package/date-time-input/{modern/Component-5684a67d.d.ts → Component-5684a67d.d.ts} +0 -0
- /package/date-time-input/{modern/Component-e2b6c730.d.ts → Component-e2b6c730.d.ts} +0 -0
- /package/{select/cssm → date-time-input}/Component.desktop-ebda875c.d.ts +0 -0
- /package/date-time-input/{modern/Component.responsive-755fbaa3.d.ts → Component.responsive-755fbaa3.d.ts} +0 -0
- /package/date-time-input/{modern/desktop-8b5756fe.d.ts → desktop-8b5756fe.d.ts} +0 -0
- /package/date-time-input/{Component.responsive-2e2b2125.d.ts → esm/Component.responsive-755fbaa3.d.ts} +0 -0
- /package/date-time-input/{modern → esm}/utils-e0a54580.d.ts +0 -0
- /package/date-time-input/{Component-8b5756fe.d.ts → modern/Component-8b5756fe.d.ts} +0 -0
- /package/{date-range-input/cssm → date-time-input/modern}/Component.mobile-ebda875c.d.ts +0 -0
- /package/date-time-input/{esm → modern}/Component.responsive-2e2b2125.d.ts +0 -0
- /package/gallery/{buttons-fb2186dd.d.ts → buttons-5b37d450.d.ts} +0 -0
- /package/gallery/{buttons-fb2186dd.js → buttons-5b37d450.js} +0 -0
- /package/gallery/esm/{buttons-26be921d.d.ts → buttons-7ba89ae6.d.ts} +0 -0
- /package/gallery/esm/{buttons-26be921d.js → buttons-7ba89ae6.js} +0 -0
- /package/gallery/esm/{slide-4a5d77ff.d.ts → slide-5fdc2385.d.ts} +0 -0
- /package/gallery/esm/{slide-4a5d77ff.js → slide-5fdc2385.js} +0 -0
- /package/gallery/modern/{buttons-6c2011fc.d.ts → buttons-67214141.d.ts} +0 -0
- /package/gallery/modern/{buttons-6c2011fc.js → buttons-67214141.js} +0 -0
- /package/gallery/modern/{slide-c6cf351a.d.ts → slide-b30acf22.d.ts} +0 -0
- /package/gallery/modern/{slide-c6cf351a.js → slide-b30acf22.js} +0 -0
- /package/gallery/{slide-97c2430b.d.ts → slide-8fd6374f.d.ts} +0 -0
- /package/gallery/{slide-97c2430b.js → slide-8fd6374f.js} +0 -0
- /package/grid/esm/{gutters.module-1c1cf33b.js → gutters.module-f3a98e38.js} +0 -0
- /package/grid/{gutters.module-2e2a7ca2.js → gutters.module-d27c6380.js} +0 -0
- /package/grid/modern/{gutters.module-834cfc1b.js → gutters.module-28d7eaed.js} +0 -0
- /package/input-autocomplete/{component-50136800.d.ts → cssm/component-50136800.d.ts} +0 -0
- /package/intl-phone-input/{Component.desktop-ed17077e.d.ts → Component.desktop-4cd3936b.d.ts} +0 -0
- /package/intl-phone-input/{Component.desktop-63dec22f.d.ts → Component.desktop-5e1b8383.d.ts} +0 -0
- /package/intl-phone-input/cssm/{Component.desktop-ed17077e.d.ts → Component.desktop-4cd3936b.d.ts} +0 -0
- /package/intl-phone-input/cssm/{Component.desktop-63dec22f.d.ts → Component.desktop-5e1b8383.d.ts} +0 -0
- /package/{table/modern → intl-phone-input/cssm}/component-50136800.d.ts +0 -0
- /package/picker-button/cssm/{hook-5e1b8383.d.ts → hook-9ea9e32c.d.ts} +0 -0
- /package/picker-button/esm/{Component.responsive-3109f463.d.ts → Component.responsive-d7e9f69d.d.ts} +0 -0
- /package/pure-cell/{component-574b4719.d.ts → component-b456f95e.d.ts} +0 -0
- /package/pure-cell/{component-574b4719.js → component-b456f95e.js} +0 -0
- /package/pure-cell/esm/{component-bd1cff18.d.ts → component-c6360997.d.ts} +0 -0
- /package/pure-cell/esm/{component-bd1cff18.js → component-c6360997.js} +0 -0
- /package/pure-cell/modern/{component-d896f003.d.ts → component-4573932e.d.ts} +0 -0
- /package/pure-cell/modern/{component-d896f003.js → component-4573932e.js} +0 -0
- /package/select/esm/{hook-8b901e45.d.ts → hook-7d563fb2.d.ts} +0 -0
- /package/select/esm/{hook-8b901e45.js → hook-7d563fb2.js} +0 -0
- /package/select/{hook-51f508bc.d.ts → hook-f268f742.d.ts} +0 -0
- /package/select/{hook-51f508bc.js → hook-f268f742.js} +0 -0
- /package/select/modern/{hook-b4b02643.d.ts → hook-c8f658eb.d.ts} +0 -0
- /package/select/modern/{hook-b4b02643.js → hook-c8f658eb.js} +0 -0
- /package/{select-with-tags/modern/component-50136800.d.ts → table/modern/Component-50136800.d.ts} +0 -0
- /package/tabs/{esm/Component.mobile-ebda875c.d.ts → Component.mobile-ebda875c.d.ts} +0 -0
- /package/tabs/{Component.desktop-ebda875c.d.ts → esm/Component.desktop-ebda875c.d.ts} +0 -0
- /package/tabs/esm/{index.module-6a3caad4.js → index.module-55bf1d28.js} +0 -0
- /package/tabs/esm/{index.module-476dfe41.js → index.module-ac3442a2.js} +0 -0
- /package/tabs/esm/{mobile.module-88c32b6e.js → mobile.module-e71a2bee.js} +0 -0
- /package/tabs/{index.module-2a1fc857.js → index.module-0888e855.js} +0 -0
- /package/tabs/{index.module-d3a1b5b8.js → index.module-8740ddf6.js} +0 -0
- /package/tabs/{mobile.module-05f3438c.js → mobile.module-27006097.js} +0 -0
- /package/tabs/modern/{index.module-486ed899.js → index.module-568ea224.js} +0 -0
- /package/tabs/modern/{index.module-08a9cafc.js → index.module-c05fe969.js} +0 -0
- /package/tabs/modern/{mobile.module-9fd30b09.js → mobile.module-d4facc6e.js} +0 -0
- /package/textarea/{PseudoTextArea-d15f57ae.d.ts → PseudoTextArea-b6497daf.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-d15f57ae.js → PseudoTextArea-b6497daf.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-67edf0fd.d.ts → PseudoTextArea-7f19cc70.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-67edf0fd.js → PseudoTextArea-7f19cc70.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-f696979a.d.ts → PseudoTextArea-6e0ad103.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-f696979a.js → PseudoTextArea-6e0ad103.js} +0 -0
- /package/toast/{esm → cssm}/Component.desktop-7ca84eff.d.ts +0 -0
- /package/toast/{cssm → esm}/Component.mobile-7ca84eff.d.ts +0 -0
- /package/typography/{colors.module-7950d7ec.js → colors.module-9a51484c.js} +0 -0
- /package/typography/{common.module-6e24e386.js → common.module-df49bf94.js} +0 -0
- /package/typography/esm/{colors.module-61f84700.js → colors.module-152d2f21.js} +0 -0
- /package/typography/esm/{common.module-2c0af9b6.js → common.module-41c5c8e0.js} +0 -0
- /package/typography/modern/{colors.module-1f2f5f1c.js → colors.module-54809efe.js} +0 -0
- /package/typography/modern/{common.module-a96022c2.js → common.module-6884bf64.js} +0 -0
|
@@ -1,4 +1,19 @@
|
|
|
1
|
-
.
|
|
1
|
+
.divider__component_beijs {
|
|
2
|
+
border-bottom: 1px solid #2b2b2e;
|
|
3
|
+
}.dropzone__component_1rp8o {
|
|
4
|
+
border: 1px dashed #c5c5c7;
|
|
5
|
+
} .dropzone__component_1rp8o:not(.dropzone__disabled_1rp8o):hover {
|
|
6
|
+
background-color: transparent;
|
|
7
|
+
} .dropzone__dragOver_1rp8o {
|
|
8
|
+
background-color: transparent;
|
|
9
|
+
} .dropzone__error_1rp8o {
|
|
10
|
+
border-color: #ef3124;
|
|
11
|
+
}
|
|
12
|
+
.dropzone__overlay_1qufm {
|
|
13
|
+
background: #202022;
|
|
14
|
+
} .dropzone__text_1qufm {
|
|
15
|
+
color: #fff;
|
|
16
|
+
}.badge__component_8eqyw.badge__background-accent_8eqyw {
|
|
2
17
|
background-color: #ef3124;
|
|
3
18
|
color: #fff;
|
|
4
19
|
} .badge__component_8eqyw.badge__background-specialbg-secondary-transparent_8eqyw {
|
|
@@ -58,6 +73,25 @@
|
|
|
58
73
|
background-color: #fff;
|
|
59
74
|
} .badge__dot_8eqyw.badge__outlineCount_8eqyw {
|
|
60
75
|
border: 1px solid #121212;
|
|
76
|
+
}.backdrop__backdrop_urlor {
|
|
77
|
+
-webkit-tap-highlight-color: transparent;
|
|
78
|
+
} .backdrop__appear_urlor,
|
|
79
|
+
.backdrop__enter_urlor {
|
|
80
|
+
background-color: transparent;
|
|
81
|
+
} .backdrop__appearActive_urlor,
|
|
82
|
+
.backdrop__enterActive_urlor,
|
|
83
|
+
.backdrop__appearDone_urlor,
|
|
84
|
+
.backdrop__enterDone_urlor {
|
|
85
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
86
|
+
} .backdrop__exit_urlor {
|
|
87
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
88
|
+
} .backdrop__exitActive_urlor,
|
|
89
|
+
.backdrop__exitDone_urlor {
|
|
90
|
+
background-color: transparent;
|
|
91
|
+
}.card-image__cardImage_rqs5k {
|
|
92
|
+
background: #e7e8ea;
|
|
93
|
+
} .card-image__loaded_rqs5k {
|
|
94
|
+
background: transparent
|
|
61
95
|
}.checkbox__box_1etb4 {
|
|
62
96
|
color: #0e0e0e;
|
|
63
97
|
background-color: #0e0e0e;
|
|
@@ -122,40 +156,39 @@
|
|
|
122
156
|
} .checkbox__indeterminateLine_1etb4 {
|
|
123
157
|
background-color: #0e0e0e;
|
|
124
158
|
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
125
|
-
}.
|
|
126
|
-
|
|
127
|
-
}.card-image__cardImage_rqs5k {
|
|
128
|
-
background: #e7e8ea;
|
|
129
|
-
} .card-image__loaded_rqs5k {
|
|
130
|
-
background: transparent
|
|
131
|
-
}.backdrop__backdrop_urlor {
|
|
132
|
-
-webkit-tap-highlight-color: transparent;
|
|
133
|
-
} .backdrop__appear_urlor,
|
|
134
|
-
.backdrop__enter_urlor {
|
|
135
|
-
background-color: transparent;
|
|
136
|
-
} .backdrop__appearActive_urlor,
|
|
137
|
-
.backdrop__enterActive_urlor,
|
|
138
|
-
.backdrop__appearDone_urlor,
|
|
139
|
-
.backdrop__enterDone_urlor {
|
|
140
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
141
|
-
} .backdrop__exit_urlor {
|
|
142
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
143
|
-
} .backdrop__exitActive_urlor,
|
|
144
|
-
.backdrop__exitDone_urlor {
|
|
145
|
-
background-color: transparent;
|
|
146
|
-
}.dropzone__component_1rp8o {
|
|
147
|
-
border: 1px dashed #c5c5c7;
|
|
148
|
-
} .dropzone__component_1rp8o:not(.dropzone__disabled_1rp8o):hover {
|
|
149
|
-
background-color: transparent;
|
|
150
|
-
} .dropzone__dragOver_1rp8o {
|
|
151
|
-
background-color: transparent;
|
|
152
|
-
} .dropzone__error_1rp8o {
|
|
153
|
-
border-color: #ef3124;
|
|
159
|
+
}.hatching-progress-bar__container_1e2ax {
|
|
160
|
+
background: rgba(255, 255, 255, 0.1);
|
|
154
161
|
}
|
|
155
|
-
.
|
|
156
|
-
background:
|
|
157
|
-
|
|
158
|
-
|
|
162
|
+
.hatching-progress-bar__hatch_1e2ax {
|
|
163
|
+
background: repeating-linear-gradient(
|
|
164
|
+
-45deg,
|
|
165
|
+
#4f4f52 6px 10px,
|
|
166
|
+
rgba(255, 255, 255, 0) 10px 18px
|
|
167
|
+
);
|
|
168
|
+
}
|
|
169
|
+
.hatching-progress-bar__positive_1e2ax {
|
|
170
|
+
background: #2fc26e;
|
|
171
|
+
}
|
|
172
|
+
.hatching-progress-bar__attention_1e2ax {
|
|
173
|
+
background: #f6bf65;
|
|
174
|
+
}
|
|
175
|
+
.hatching-progress-bar__negative_1e2ax {
|
|
176
|
+
background: #d91d0b;
|
|
177
|
+
}
|
|
178
|
+
.hatching-progress-bar__link_1e2ax {
|
|
179
|
+
background: #0072ef;
|
|
180
|
+
}
|
|
181
|
+
.hatching-progress-bar__tertiary_1e2ax {
|
|
182
|
+
background: #4f4f52;
|
|
183
|
+
}
|
|
184
|
+
.hatching-progress-bar__secondary_1e2ax {
|
|
185
|
+
background: #85858d;
|
|
186
|
+
}
|
|
187
|
+
.hatching-progress-bar__primary_1e2ax {
|
|
188
|
+
background: #fff;
|
|
189
|
+
}
|
|
190
|
+
.hatching-progress-bar__accent_1e2ax {
|
|
191
|
+
background: #ef3124;
|
|
159
192
|
}@media (max-width: 599px) {
|
|
160
193
|
}
|
|
161
194
|
@media (min-width: 320px) {
|
|
@@ -208,41 +241,7 @@
|
|
|
208
241
|
}
|
|
209
242
|
@media (min-width: 1920px) {
|
|
210
243
|
}
|
|
211
|
-
.
|
|
212
|
-
background: rgba(255, 255, 255, 0.1);
|
|
213
|
-
}
|
|
214
|
-
.hatching-progress-bar__hatch_1e2ax {
|
|
215
|
-
background: repeating-linear-gradient(
|
|
216
|
-
-45deg,
|
|
217
|
-
#4f4f52 6px 10px,
|
|
218
|
-
rgba(255, 255, 255, 0) 10px 18px
|
|
219
|
-
);
|
|
220
|
-
}
|
|
221
|
-
.hatching-progress-bar__positive_1e2ax {
|
|
222
|
-
background: #2fc26e;
|
|
223
|
-
}
|
|
224
|
-
.hatching-progress-bar__attention_1e2ax {
|
|
225
|
-
background: #f6bf65;
|
|
226
|
-
}
|
|
227
|
-
.hatching-progress-bar__negative_1e2ax {
|
|
228
|
-
background: #d91d0b;
|
|
229
|
-
}
|
|
230
|
-
.hatching-progress-bar__link_1e2ax {
|
|
231
|
-
background: #0072ef;
|
|
232
|
-
}
|
|
233
|
-
.hatching-progress-bar__tertiary_1e2ax {
|
|
234
|
-
background: #4f4f52;
|
|
235
|
-
}
|
|
236
|
-
.hatching-progress-bar__secondary_1e2ax {
|
|
237
|
-
background: #85858d;
|
|
238
|
-
}
|
|
239
|
-
.hatching-progress-bar__primary_1e2ax {
|
|
240
|
-
background: #fff;
|
|
241
|
-
}
|
|
242
|
-
.hatching-progress-bar__accent_1e2ax {
|
|
243
|
-
background: #ef3124;
|
|
244
|
-
}@keyframes loader__blink_og4sx {
|
|
245
|
-
}.indicator__component_1i8kj {
|
|
244
|
+
.indicator__component_1i8kj {
|
|
246
245
|
color: #fff;
|
|
247
246
|
background-color: #ef3124;
|
|
248
247
|
} .indicator__red_1i8kj {
|
|
@@ -260,32 +259,6 @@
|
|
|
260
259
|
color: #fff
|
|
261
260
|
} .indicator__grey_1i8kj.indicator__border_1i8kj {
|
|
262
261
|
outline: 2px solid #000;
|
|
263
|
-
}.progress-bar__container_8xbas {
|
|
264
|
-
background: rgba(255, 255, 255, 0.1)
|
|
265
|
-
}
|
|
266
|
-
.progress-bar__filled_8xbas.progress-bar__positive_8xbas {
|
|
267
|
-
background: #2fc26e;
|
|
268
|
-
}
|
|
269
|
-
.progress-bar__filled_8xbas.progress-bar__negative_8xbas {
|
|
270
|
-
background: #d91d0b;
|
|
271
|
-
}
|
|
272
|
-
.progress-bar__filled_8xbas.progress-bar__attention_8xbas {
|
|
273
|
-
background: #f6bf65;
|
|
274
|
-
}
|
|
275
|
-
.progress-bar__filled_8xbas.progress-bar__link_8xbas {
|
|
276
|
-
background: #0072ef;
|
|
277
|
-
}
|
|
278
|
-
.progress-bar__filled_8xbas.progress-bar__tertiary_8xbas {
|
|
279
|
-
background: #4f4f52;
|
|
280
|
-
}
|
|
281
|
-
.progress-bar__filled_8xbas.progress-bar__secondary_8xbas {
|
|
282
|
-
background: #85858d;
|
|
283
|
-
}
|
|
284
|
-
.progress-bar__filled_8xbas.progress-bar__primary_8xbas {
|
|
285
|
-
background: #fff;
|
|
286
|
-
}
|
|
287
|
-
.progress-bar__filled_8xbas.progress-bar__accent_8xbas {
|
|
288
|
-
background: #ef3124;
|
|
289
262
|
}.icon-view__component_emjqu {
|
|
290
263
|
color: #85858d;
|
|
291
264
|
} .icon-view__bg_emjqu {
|
|
@@ -293,6 +266,7 @@
|
|
|
293
266
|
} .icon-view__border_emjqu {
|
|
294
267
|
stroke: rgba(255, 255, 255, 0.1);
|
|
295
268
|
fill: transparent;
|
|
269
|
+
}@keyframes loader__blink_og4sx {
|
|
296
270
|
}.link__primary_2fyag {
|
|
297
271
|
color: #fff;
|
|
298
272
|
border-bottom-color: #fff
|
|
@@ -344,6 +318,32 @@
|
|
|
344
318
|
color: rgb(0, 91, 191);
|
|
345
319
|
} .link__defaultView_15die:active {
|
|
346
320
|
color: rgb(0, 68, 143);
|
|
321
|
+
}.progress-bar__container_8xbas {
|
|
322
|
+
background: rgba(255, 255, 255, 0.1)
|
|
323
|
+
}
|
|
324
|
+
.progress-bar__filled_8xbas.progress-bar__positive_8xbas {
|
|
325
|
+
background: #2fc26e;
|
|
326
|
+
}
|
|
327
|
+
.progress-bar__filled_8xbas.progress-bar__negative_8xbas {
|
|
328
|
+
background: #d91d0b;
|
|
329
|
+
}
|
|
330
|
+
.progress-bar__filled_8xbas.progress-bar__attention_8xbas {
|
|
331
|
+
background: #f6bf65;
|
|
332
|
+
}
|
|
333
|
+
.progress-bar__filled_8xbas.progress-bar__link_8xbas {
|
|
334
|
+
background: #0072ef;
|
|
335
|
+
}
|
|
336
|
+
.progress-bar__filled_8xbas.progress-bar__tertiary_8xbas {
|
|
337
|
+
background: #4f4f52;
|
|
338
|
+
}
|
|
339
|
+
.progress-bar__filled_8xbas.progress-bar__secondary_8xbas {
|
|
340
|
+
background: #85858d;
|
|
341
|
+
}
|
|
342
|
+
.progress-bar__filled_8xbas.progress-bar__primary_8xbas {
|
|
343
|
+
background: #fff;
|
|
344
|
+
}
|
|
345
|
+
.progress-bar__filled_8xbas.progress-bar__accent_8xbas {
|
|
346
|
+
background: #ef3124;
|
|
347
347
|
}.pure-input__input_jc81y {
|
|
348
348
|
color: #fff;
|
|
349
349
|
caret-color: #fff;
|
|
@@ -422,6 +422,33 @@
|
|
|
422
422
|
color: #fff;
|
|
423
423
|
} .radio__hint_3ycfm {
|
|
424
424
|
color: rgba(235, 235, 245, 0.54);
|
|
425
|
+
}.scrollbar__component_1n5t1 .scrollbar:before {
|
|
426
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
427
|
+
} .scrollbar__component_1n5t1.dragging .track .scrollbar.visible:before {
|
|
428
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.scrollbar__component_16736 .scrollbar:before {
|
|
432
|
+
background-color: rgba(14, 14, 14, 0.3);
|
|
433
|
+
} .scrollbar__component_16736.dragging .track .scrollbar.visible:before {
|
|
434
|
+
background-color: rgba(14, 14, 14, 0.6);
|
|
435
|
+
}.segmented-control__wrapper_1phnu {
|
|
436
|
+
background-color: rgba(255, 255, 255, 0.06);
|
|
437
|
+
} .segmented-control__segment_1phnu.segmented-control__selected_1phnu {
|
|
438
|
+
color: #0e0e0e;
|
|
439
|
+
} .segmented-control__selectedBox_1phnu {
|
|
440
|
+
border: 0.5px solid #1c1c1e;
|
|
441
|
+
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
442
|
+
0 0 1px rgba(0, 0, 0, 0.04);
|
|
443
|
+
background-color: #fff;
|
|
444
|
+
}
|
|
445
|
+
.segmented-control__segment_brmib {
|
|
446
|
+
background-color: transparent;
|
|
447
|
+
color: #fff
|
|
448
|
+
} .segmented-control__segment_brmib:not(:first-child):before {
|
|
449
|
+
background-color: #2b2b2e;
|
|
450
|
+
} .segmented-control__focused_brmib {
|
|
451
|
+
outline: 2px solid #0072ef;
|
|
425
452
|
}.skeleton__component_18vz4 {
|
|
426
453
|
color: transparent;
|
|
427
454
|
background: rgba(255, 255, 255, 0.1);
|
|
@@ -444,34 +471,7 @@
|
|
|
444
471
|
100% {
|
|
445
472
|
background: rgb(198, 205, 214);
|
|
446
473
|
}
|
|
447
|
-
}.
|
|
448
|
-
background-color: rgba(255, 255, 255, 0.06);
|
|
449
|
-
} .segmented-control__segment_1phnu.segmented-control__selected_1phnu {
|
|
450
|
-
color: #0e0e0e;
|
|
451
|
-
} .segmented-control__selectedBox_1phnu {
|
|
452
|
-
border: 0.5px solid #1c1c1e;
|
|
453
|
-
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
454
|
-
0 0 1px rgba(0, 0, 0, 0.04);
|
|
455
|
-
background-color: #fff;
|
|
456
|
-
}
|
|
457
|
-
.segmented-control__segment_brmib {
|
|
458
|
-
background-color: transparent;
|
|
459
|
-
color: #fff
|
|
460
|
-
} .segmented-control__segment_brmib:not(:first-child):before {
|
|
461
|
-
background-color: #2b2b2e;
|
|
462
|
-
} .segmented-control__focused_brmib {
|
|
463
|
-
outline: 2px solid #0072ef;
|
|
464
|
-
}.scrollbar__component_1n5t1 .scrollbar:before {
|
|
465
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
466
|
-
} .scrollbar__component_1n5t1.dragging .track .scrollbar.visible:before {
|
|
467
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.scrollbar__component_16736 .scrollbar:before {
|
|
471
|
-
background-color: rgba(14, 14, 14, 0.3);
|
|
472
|
-
} .scrollbar__component_16736.dragging .track .scrollbar.visible:before {
|
|
473
|
-
background-color: rgba(14, 14, 14, 0.6);
|
|
474
|
-
}.slider__component_6rlaf .noUi-base:hover .noUi-connects {
|
|
474
|
+
}.slider__component_6rlaf .noUi-base:hover .noUi-connects {
|
|
475
475
|
background: #303032;
|
|
476
476
|
} .slider__component_6rlaf .noUi-base:hover .noUi-connect {
|
|
477
477
|
background: #d91d0b;
|
|
@@ -561,50 +561,6 @@
|
|
|
561
561
|
background-color: #464649;
|
|
562
562
|
} .switch__focused_p3jku .switch__switch_p3jku {
|
|
563
563
|
outline: 2px solid #0072ef;
|
|
564
|
-
}.typography__tertiary_hjsvk {
|
|
565
|
-
color: rgba(235, 235, 245, 0.32);
|
|
566
|
-
} .typography__disabled_hjsvk {
|
|
567
|
-
color: rgba(235, 235, 245, 0.2);
|
|
568
|
-
} .typography__accent_hjsvk {
|
|
569
|
-
color: #ef3124;
|
|
570
|
-
} .typography__primary_hjsvk {
|
|
571
|
-
color: #fff;
|
|
572
|
-
} .typography__attention_hjsvk {
|
|
573
|
-
color: #cb830f;
|
|
574
|
-
} .typography__positive_hjsvk {
|
|
575
|
-
color: #13a463;
|
|
576
|
-
} .typography__secondary_hjsvk {
|
|
577
|
-
color: rgba(235, 235, 245, 0.54);
|
|
578
|
-
} .typography__tertiary-inverted_hjsvk {
|
|
579
|
-
color: rgba(60, 60, 67, 0.4);
|
|
580
|
-
} .typography__primary-inverted_hjsvk {
|
|
581
|
-
color: #0e0e0e;
|
|
582
|
-
} .typography__secondary-inverted_hjsvk {
|
|
583
|
-
color: rgba(60, 60, 67, 0.66);
|
|
584
|
-
} .typography__link_hjsvk {
|
|
585
|
-
color: #0072ef;
|
|
586
|
-
} .typography__negative_hjsvk {
|
|
587
|
-
color: #f15045;
|
|
588
|
-
} .typography__static-primary-light_hjsvk {
|
|
589
|
-
color: #fff;
|
|
590
|
-
} .typography__static-secondary-light_hjsvk {
|
|
591
|
-
color: rgba(235, 235, 245, 0.54);
|
|
592
|
-
} .typography__static-tertiary-light_hjsvk {
|
|
593
|
-
color: rgba(235, 235, 245, 0.32);
|
|
594
|
-
} .typography__static-primary-dark_hjsvk {
|
|
595
|
-
color: #0e0e0e;
|
|
596
|
-
} .typography__static-secondary-dark_hjsvk {
|
|
597
|
-
color: rgba(60, 60, 67, 0.66);
|
|
598
|
-
} .typography__static-tertiary-dark_hjsvk {
|
|
599
|
-
color: rgba(60, 60, 67, 0.4);
|
|
600
|
-
} .typography__static-accent_hjsvk {
|
|
601
|
-
color: #ef3124;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
@media screen and (min-width: 1024px) {
|
|
608
564
|
}.underlay__background-accent_1w73l {
|
|
609
565
|
background-color: #ef3124;
|
|
610
566
|
} .underlay__background-info_1w73l {
|
|
@@ -744,7 +700,51 @@
|
|
|
744
700
|
border-color: rgba(255, 255, 255, 0.11);
|
|
745
701
|
} .underlay__border-color-specialbg-tertiary-transparent-inverted_1w73l {
|
|
746
702
|
border-color: rgba(11, 31, 53, 0.1);
|
|
747
|
-
}
|
|
703
|
+
}.typography__tertiary_hjsvk {
|
|
704
|
+
color: rgba(235, 235, 245, 0.32);
|
|
705
|
+
} .typography__disabled_hjsvk {
|
|
706
|
+
color: rgba(235, 235, 245, 0.2);
|
|
707
|
+
} .typography__accent_hjsvk {
|
|
708
|
+
color: #ef3124;
|
|
709
|
+
} .typography__primary_hjsvk {
|
|
710
|
+
color: #fff;
|
|
711
|
+
} .typography__attention_hjsvk {
|
|
712
|
+
color: #cb830f;
|
|
713
|
+
} .typography__positive_hjsvk {
|
|
714
|
+
color: #13a463;
|
|
715
|
+
} .typography__secondary_hjsvk {
|
|
716
|
+
color: rgba(235, 235, 245, 0.54);
|
|
717
|
+
} .typography__tertiary-inverted_hjsvk {
|
|
718
|
+
color: rgba(60, 60, 67, 0.4);
|
|
719
|
+
} .typography__primary-inverted_hjsvk {
|
|
720
|
+
color: #0e0e0e;
|
|
721
|
+
} .typography__secondary-inverted_hjsvk {
|
|
722
|
+
color: rgba(60, 60, 67, 0.66);
|
|
723
|
+
} .typography__link_hjsvk {
|
|
724
|
+
color: #0072ef;
|
|
725
|
+
} .typography__negative_hjsvk {
|
|
726
|
+
color: #f15045;
|
|
727
|
+
} .typography__static-primary-light_hjsvk {
|
|
728
|
+
color: #fff;
|
|
729
|
+
} .typography__static-secondary-light_hjsvk {
|
|
730
|
+
color: rgba(235, 235, 245, 0.54);
|
|
731
|
+
} .typography__static-tertiary-light_hjsvk {
|
|
732
|
+
color: rgba(235, 235, 245, 0.32);
|
|
733
|
+
} .typography__static-primary-dark_hjsvk {
|
|
734
|
+
color: #0e0e0e;
|
|
735
|
+
} .typography__static-secondary-dark_hjsvk {
|
|
736
|
+
color: rgba(60, 60, 67, 0.66);
|
|
737
|
+
} .typography__static-tertiary-dark_hjsvk {
|
|
738
|
+
color: rgba(60, 60, 67, 0.4);
|
|
739
|
+
} .typography__static-accent_hjsvk {
|
|
740
|
+
color: #ef3124;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
@media screen and (min-width: 1024px) {
|
|
747
|
+
}
|
|
748
748
|
.steps__option_c3eyc {
|
|
749
749
|
color: #fff;
|
|
750
750
|
background: #303032
|
|
@@ -1226,12 +1226,23 @@
|
|
|
1226
1226
|
}
|
|
1227
1227
|
}.base-modal__component_uoypp {
|
|
1228
1228
|
background: #121212;
|
|
1229
|
+
}.popover__component_1xfla {
|
|
1230
|
+
background-color: transparent;
|
|
1231
|
+
color: #fff;
|
|
1232
|
+
} .popover__inner_1xfla {
|
|
1233
|
+
background-color: #121212;
|
|
1234
|
+
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
1235
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1236
|
+
border: 1px solid transparent;
|
|
1237
|
+
} .popover__arrow_1xfla:after {
|
|
1238
|
+
background-color: #121212;
|
|
1239
|
+
border: 1px solid transparent;
|
|
1229
1240
|
}
|
|
1230
|
-
|
|
1231
1241
|
.system-message__component_w6ntk {
|
|
1232
1242
|
color: rgba(235, 235, 245, 0.54);
|
|
1233
1243
|
}
|
|
1234
1244
|
|
|
1245
|
+
|
|
1235
1246
|
.system-message__component_yv0qi {
|
|
1236
1247
|
color: #fff;
|
|
1237
1248
|
}
|
|
@@ -1239,18 +1250,7 @@
|
|
|
1239
1250
|
.system-message__component_1kf8e {
|
|
1240
1251
|
color: #fff;
|
|
1241
1252
|
}
|
|
1242
|
-
.
|
|
1243
|
-
background-color: transparent;
|
|
1244
|
-
color: #fff;
|
|
1245
|
-
} .popover__inner_1xfla {
|
|
1246
|
-
background-color: #121212;
|
|
1247
|
-
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
1248
|
-
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1249
|
-
border: 1px solid transparent;
|
|
1250
|
-
} .popover__arrow_1xfla:after {
|
|
1251
|
-
background-color: #121212;
|
|
1252
|
-
border: 1px solid transparent;
|
|
1253
|
-
}.action-button__primary_znul3 {
|
|
1253
|
+
.action-button__primary_znul3 {
|
|
1254
1254
|
color: #fff
|
|
1255
1255
|
} .action-button__primary_znul3 .action-button__iconWrapper_znul3 {
|
|
1256
1256
|
color: #0e0e0e;
|
|
@@ -1315,9 +1315,7 @@
|
|
|
1315
1315
|
background-color: #f3f4f5;
|
|
1316
1316
|
} .action-button__secondary_89cwj .action-button__loader_89cwj {
|
|
1317
1317
|
color: #0e0e0e;
|
|
1318
|
-
}.
|
|
1319
|
-
background-color: #202022;
|
|
1320
|
-
}.circular-progress-bar__backgroundCircle_wita6,
|
|
1318
|
+
}.circular-progress-bar__backgroundCircle_wita6,
|
|
1321
1319
|
.circular-progress-bar__progressCircle_wita6 {
|
|
1322
1320
|
fill: transparent;
|
|
1323
1321
|
} .circular-progress-bar__positive_wita6 {
|
|
@@ -1342,9 +1340,156 @@
|
|
|
1342
1340
|
color: #0e0e0e;
|
|
1343
1341
|
} .circular-progress-bar__iconWrapper_wita6.circular-progress-bar__icon-primary_wita6 {
|
|
1344
1342
|
color: #fff;
|
|
1345
|
-
} .circular-progress-bar__iconWrapper_wita6.circular-progress-bar__icon-secondary_wita6 {
|
|
1346
|
-
color: #85858d;
|
|
1347
|
-
}.
|
|
1343
|
+
} .circular-progress-bar__iconWrapper_wita6.circular-progress-bar__icon-secondary_wita6 {
|
|
1344
|
+
color: #85858d;
|
|
1345
|
+
}.comment__component_12xqj {
|
|
1346
|
+
background-color: #202022;
|
|
1347
|
+
}.list-header__filled_z9tmd {
|
|
1348
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1349
|
+
}.textarea__input_18np7 {
|
|
1350
|
+
color: #fff;
|
|
1351
|
+
caret-color: #fff;
|
|
1352
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1353
|
+
} .textarea__input_18np7:-webkit-autofill {
|
|
1354
|
+
-webkit-text-fill-color: #fff;
|
|
1355
|
+
} .textarea__input_18np7::placeholder {
|
|
1356
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1357
|
+
} .textarea__hasInnerLabel_18np7::placeholder {
|
|
1358
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1359
|
+
} .textarea__clearIcon_18np7 {
|
|
1360
|
+
color: #fff;
|
|
1361
|
+
} .textarea__input_18np7:read-only {
|
|
1362
|
+
color: rgba(235, 235, 245, 0.54)
|
|
1363
|
+
} .textarea__input_18np7:read-only:focus::placeholder {
|
|
1364
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1365
|
+
} .textarea__input_18np7:disabled {
|
|
1366
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1367
|
+
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1368
|
+
} .textarea__input_18np7:focus::placeholder {
|
|
1369
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1370
|
+
} .textarea__textarea_18np7 {
|
|
1371
|
+
color: #fff;
|
|
1372
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1373
|
+
} .textarea__textarea_18np7::placeholder {
|
|
1374
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1375
|
+
} .textarea__hasInnerLabel_18np7::placeholder {
|
|
1376
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1377
|
+
} .textarea__textarea_18np7:disabled {
|
|
1378
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1379
|
+
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1380
|
+
} .textarea__textarea_18np7:read-only {
|
|
1381
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1382
|
+
} .textarea__textarea_18np7:focus::placeholder {
|
|
1383
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1384
|
+
} .textarea__hint_18np7 {
|
|
1385
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1386
|
+
} .textarea__error_18np7 {
|
|
1387
|
+
color: #f15045;
|
|
1388
|
+
}
|
|
1389
|
+
.textarea__customScrollbar_1ni1o::-webkit-scrollbar-track {
|
|
1390
|
+
background-color: transparent;
|
|
1391
|
+
} .textarea__customScrollbar_1ni1o::-webkit-scrollbar-track-piece {
|
|
1392
|
+
background-color: transparent;
|
|
1393
|
+
} .textarea__customScrollbar_1ni1o::-webkit-scrollbar-thumb {
|
|
1394
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
1395
|
+
border-color: transparent;
|
|
1396
|
+
} .textarea__customScrollbar_1ni1o::-webkit-scrollbar-thumb:active {
|
|
1397
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
1398
|
+
} .textarea__pseudoTextarea_1ni1o span {
|
|
1399
|
+
color: transparent;
|
|
1400
|
+
} .textarea__pseudoTextarea_1ni1o .textarea__overflow_1ni1o {
|
|
1401
|
+
background-color: rgba(217, 29, 11, 0.4);
|
|
1402
|
+
} .textarea__focusVisible_1ni1o {
|
|
1403
|
+
outline: 2px solid #0072ef;
|
|
1404
|
+
} .textarea__textarea_1ni1o.textarea__s_1ni1o {
|
|
1405
|
+
border-top: 14px solid transparent;
|
|
1406
|
+
border-bottom: 14px solid transparent;
|
|
1407
|
+
} .textarea__textarea_1ni1o.textarea__m_1ni1o {
|
|
1408
|
+
border-top: 18px solid transparent;
|
|
1409
|
+
border-bottom: 18px solid transparent;
|
|
1410
|
+
} .textarea__textarea_1ni1o.textarea__l_1ni1o {
|
|
1411
|
+
border-top: 22px solid transparent;
|
|
1412
|
+
border-bottom: 22px solid transparent;
|
|
1413
|
+
} .textarea__textarea_1ni1o.textarea__xl_1ni1o {
|
|
1414
|
+
border-top: 24px solid transparent;
|
|
1415
|
+
border-bottom: 24px solid transparent;
|
|
1416
|
+
} .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__s_1ni1o {
|
|
1417
|
+
border-top: 24px solid transparent;
|
|
1418
|
+
border-bottom: 4px solid transparent;
|
|
1419
|
+
} .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__m_1ni1o {
|
|
1420
|
+
border-top: 24px solid transparent;
|
|
1421
|
+
border-bottom: 8px solid transparent;
|
|
1422
|
+
} .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__l_1ni1o {
|
|
1423
|
+
border-top: 32px solid transparent;
|
|
1424
|
+
border-bottom: 12px solid transparent;
|
|
1425
|
+
} .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__xl_1ni1o {
|
|
1426
|
+
border-top: 34px solid transparent;
|
|
1427
|
+
border-bottom: 14px solid transparent;
|
|
1428
|
+
}
|
|
1429
|
+
.textarea__input_4cihp {
|
|
1430
|
+
color: #0e0e0e;
|
|
1431
|
+
caret-color: #0e0e0e;
|
|
1432
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1433
|
+
} .textarea__input_4cihp:-webkit-autofill {
|
|
1434
|
+
-webkit-text-fill-color: #0e0e0e;
|
|
1435
|
+
} .textarea__input_4cihp::placeholder {
|
|
1436
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1437
|
+
} .textarea__hasInnerLabel_4cihp::placeholder {
|
|
1438
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1439
|
+
} .textarea__clearIcon_4cihp {
|
|
1440
|
+
color: #0e0e0e;
|
|
1441
|
+
} .textarea__input_4cihp:read-only {
|
|
1442
|
+
color: rgba(60, 60, 67, 0.66)
|
|
1443
|
+
} .textarea__input_4cihp:read-only:focus::placeholder {
|
|
1444
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1445
|
+
} .textarea__input_4cihp:disabled {
|
|
1446
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1447
|
+
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1448
|
+
} .textarea__input_4cihp:focus::placeholder {
|
|
1449
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1450
|
+
} .textarea__textarea_4cihp {
|
|
1451
|
+
color: #0e0e0e;
|
|
1452
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1453
|
+
} .textarea__textarea_4cihp::placeholder {
|
|
1454
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1455
|
+
} .textarea__hasInnerLabel_4cihp::placeholder {
|
|
1456
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1457
|
+
} .textarea__textarea_4cihp:disabled {
|
|
1458
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1459
|
+
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1460
|
+
} .textarea__textarea_4cihp:read-only {
|
|
1461
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1462
|
+
} .textarea__textarea_4cihp:focus::placeholder {
|
|
1463
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1464
|
+
} .textarea__hint_4cihp {
|
|
1465
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1466
|
+
} .textarea__error_4cihp {
|
|
1467
|
+
color: #f15045;
|
|
1468
|
+
}.list__list_se3e1 {
|
|
1469
|
+
color: #fff;
|
|
1470
|
+
}
|
|
1471
|
+
.list__slot_1bj64.list__defaultColor_1bj64 {
|
|
1472
|
+
color: #fff;
|
|
1473
|
+
}.drawer__customScrollbar_jxzbn::-webkit-scrollbar-track {
|
|
1474
|
+
background-color: transparent;
|
|
1475
|
+
} .drawer__customScrollbar_jxzbn::-webkit-scrollbar-track-piece {
|
|
1476
|
+
background-color: transparent;
|
|
1477
|
+
} .drawer__customScrollbar_jxzbn::-webkit-scrollbar-thumb {
|
|
1478
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
1479
|
+
border-color: transparent;
|
|
1480
|
+
} .drawer__customScrollbar_jxzbn::-webkit-scrollbar-thumb:active {
|
|
1481
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
1482
|
+
} .drawer__backdropEnter_jxzbn {
|
|
1483
|
+
background-color: transparent;
|
|
1484
|
+
} .drawer__backdropEnterActive_jxzbn,
|
|
1485
|
+
.drawer__backdropEnterDone_jxzbn {
|
|
1486
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1487
|
+
} .drawer__backdropExit_jxzbn {
|
|
1488
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1489
|
+
} .drawer__backdropExitActive_jxzbn,
|
|
1490
|
+
.drawer__backdropExitDone_jxzbn {
|
|
1491
|
+
background-color: transparent;
|
|
1492
|
+
}.button__secondary_rmj5l {
|
|
1348
1493
|
background-color: rgba(255, 255, 255, 0.06)
|
|
1349
1494
|
} .button__secondary_rmj5l:hover {
|
|
1350
1495
|
background-color: rgba(255, 255, 255, 0.1258);
|
|
@@ -1701,26 +1846,12 @@
|
|
|
1701
1846
|
color: #0e0e0e;
|
|
1702
1847
|
} .button__component_cdz2l[disabled].button__ghost_cdz2l.button__loading_cdz2l {
|
|
1703
1848
|
color: #0e0e0e;
|
|
1704
|
-
}.
|
|
1705
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
1706
|
-
}.list__list_se3e1 {
|
|
1707
|
-
color: #fff;
|
|
1708
|
-
}
|
|
1709
|
-
.list__slot_1bj64.list__defaultColor_1bj64 {
|
|
1710
|
-
color: #fff;
|
|
1711
|
-
}.chart__coreChart_113tk .recharts-text tspan {
|
|
1849
|
+
}.chart__coreChart_113tk .recharts-text tspan {
|
|
1712
1850
|
fill: #fff;
|
|
1713
1851
|
}
|
|
1714
1852
|
|
|
1715
1853
|
@keyframes chart__showDot_1kr1i {
|
|
1716
1854
|
}
|
|
1717
|
-
.chart__tickText_1n4pf {
|
|
1718
|
-
fill: #fff;
|
|
1719
|
-
} .chart__circle_1n4pf {
|
|
1720
|
-
fill: #121212;
|
|
1721
|
-
} .chart__circle_1n4pf {
|
|
1722
|
-
fill: #121212;
|
|
1723
|
-
}
|
|
1724
1855
|
.chart__tooltip_qtxbe {
|
|
1725
1856
|
background-color: #121212;
|
|
1726
1857
|
border: 1px solid #2b2b2e;
|
|
@@ -1731,6 +1862,13 @@
|
|
|
1731
1862
|
background-color: #121212;
|
|
1732
1863
|
} .chart__tooltipArrow_qtxbe:before {
|
|
1733
1864
|
border-color: transparent #121212 transparent transparent;
|
|
1865
|
+
}
|
|
1866
|
+
.chart__tickText_1n4pf {
|
|
1867
|
+
fill: #fff;
|
|
1868
|
+
} .chart__circle_1n4pf {
|
|
1869
|
+
fill: #121212;
|
|
1870
|
+
} .chart__circle_1n4pf {
|
|
1871
|
+
fill: #121212;
|
|
1734
1872
|
}.stepped-progress-bar__bar_19l7c {
|
|
1735
1873
|
background: rgba(255, 255, 255, 0.11);
|
|
1736
1874
|
} .stepped-progress-bar__description_19l7c {
|
|
@@ -1758,151 +1896,12 @@
|
|
|
1758
1896
|
background: #fff;
|
|
1759
1897
|
} .stepped-progress-bar__bar_1inf2.stepped-progress-bar__accent_1inf2 {
|
|
1760
1898
|
background: #ef3124;
|
|
1761
|
-
}.
|
|
1762
|
-
color: #fff;
|
|
1763
|
-
caret-color: #fff;
|
|
1764
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1765
|
-
} .textarea__input_18np7:-webkit-autofill {
|
|
1766
|
-
-webkit-text-fill-color: #fff;
|
|
1767
|
-
} .textarea__input_18np7::placeholder {
|
|
1768
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1769
|
-
} .textarea__hasInnerLabel_18np7::placeholder {
|
|
1770
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1771
|
-
} .textarea__clearIcon_18np7 {
|
|
1772
|
-
color: #fff;
|
|
1773
|
-
} .textarea__input_18np7:read-only {
|
|
1774
|
-
color: rgba(235, 235, 245, 0.54)
|
|
1775
|
-
} .textarea__input_18np7:read-only:focus::placeholder {
|
|
1776
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1777
|
-
} .textarea__input_18np7:disabled {
|
|
1778
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1779
|
-
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1780
|
-
} .textarea__input_18np7:focus::placeholder {
|
|
1781
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1782
|
-
} .textarea__textarea_18np7 {
|
|
1783
|
-
color: #fff;
|
|
1784
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1785
|
-
} .textarea__textarea_18np7::placeholder {
|
|
1786
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1787
|
-
} .textarea__hasInnerLabel_18np7::placeholder {
|
|
1788
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1789
|
-
} .textarea__textarea_18np7:disabled {
|
|
1790
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1791
|
-
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1792
|
-
} .textarea__textarea_18np7:read-only {
|
|
1793
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1794
|
-
} .textarea__textarea_18np7:focus::placeholder {
|
|
1795
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1796
|
-
} .textarea__hint_18np7 {
|
|
1797
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1798
|
-
} .textarea__error_18np7 {
|
|
1799
|
-
color: #f15045;
|
|
1800
|
-
}
|
|
1801
|
-
.textarea__customScrollbar_1ni1o::-webkit-scrollbar-track {
|
|
1802
|
-
background-color: transparent;
|
|
1803
|
-
} .textarea__customScrollbar_1ni1o::-webkit-scrollbar-track-piece {
|
|
1804
|
-
background-color: transparent;
|
|
1805
|
-
} .textarea__customScrollbar_1ni1o::-webkit-scrollbar-thumb {
|
|
1806
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
1807
|
-
border-color: transparent;
|
|
1808
|
-
} .textarea__customScrollbar_1ni1o::-webkit-scrollbar-thumb:active {
|
|
1809
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
1810
|
-
} .textarea__pseudoTextarea_1ni1o span {
|
|
1811
|
-
color: transparent;
|
|
1812
|
-
} .textarea__pseudoTextarea_1ni1o .textarea__overflow_1ni1o {
|
|
1813
|
-
background-color: rgba(217, 29, 11, 0.4);
|
|
1814
|
-
} .textarea__focusVisible_1ni1o {
|
|
1815
|
-
outline: 2px solid #0072ef;
|
|
1816
|
-
} .textarea__textarea_1ni1o.textarea__s_1ni1o {
|
|
1817
|
-
border-top: 14px solid transparent;
|
|
1818
|
-
border-bottom: 14px solid transparent;
|
|
1819
|
-
} .textarea__textarea_1ni1o.textarea__m_1ni1o {
|
|
1820
|
-
border-top: 18px solid transparent;
|
|
1821
|
-
border-bottom: 18px solid transparent;
|
|
1822
|
-
} .textarea__textarea_1ni1o.textarea__l_1ni1o {
|
|
1823
|
-
border-top: 22px solid transparent;
|
|
1824
|
-
border-bottom: 22px solid transparent;
|
|
1825
|
-
} .textarea__textarea_1ni1o.textarea__xl_1ni1o {
|
|
1826
|
-
border-top: 24px solid transparent;
|
|
1827
|
-
border-bottom: 24px solid transparent;
|
|
1828
|
-
} .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__s_1ni1o {
|
|
1829
|
-
border-top: 24px solid transparent;
|
|
1830
|
-
border-bottom: 4px solid transparent;
|
|
1831
|
-
} .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__m_1ni1o {
|
|
1832
|
-
border-top: 24px solid transparent;
|
|
1833
|
-
border-bottom: 8px solid transparent;
|
|
1834
|
-
} .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__l_1ni1o {
|
|
1835
|
-
border-top: 32px solid transparent;
|
|
1836
|
-
border-bottom: 12px solid transparent;
|
|
1837
|
-
} .textarea__textarea_1ni1o.textarea__hasInnerLabel_1ni1o.textarea__xl_1ni1o {
|
|
1838
|
-
border-top: 34px solid transparent;
|
|
1839
|
-
border-bottom: 14px solid transparent;
|
|
1840
|
-
}
|
|
1841
|
-
.textarea__input_4cihp {
|
|
1842
|
-
color: #0e0e0e;
|
|
1843
|
-
caret-color: #0e0e0e;
|
|
1844
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1845
|
-
} .textarea__input_4cihp:-webkit-autofill {
|
|
1846
|
-
-webkit-text-fill-color: #0e0e0e;
|
|
1847
|
-
} .textarea__input_4cihp::placeholder {
|
|
1848
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1849
|
-
} .textarea__hasInnerLabel_4cihp::placeholder {
|
|
1850
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1851
|
-
} .textarea__clearIcon_4cihp {
|
|
1852
|
-
color: #0e0e0e;
|
|
1853
|
-
} .textarea__input_4cihp:read-only {
|
|
1854
|
-
color: rgba(60, 60, 67, 0.66)
|
|
1855
|
-
} .textarea__input_4cihp:read-only:focus::placeholder {
|
|
1856
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1857
|
-
} .textarea__input_4cihp:disabled {
|
|
1858
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1859
|
-
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1860
|
-
} .textarea__input_4cihp:focus::placeholder {
|
|
1861
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1862
|
-
} .textarea__textarea_4cihp {
|
|
1863
|
-
color: #0e0e0e;
|
|
1864
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1865
|
-
} .textarea__textarea_4cihp::placeholder {
|
|
1866
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1867
|
-
} .textarea__hasInnerLabel_4cihp::placeholder {
|
|
1868
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1869
|
-
} .textarea__textarea_4cihp:disabled {
|
|
1870
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1871
|
-
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1872
|
-
} .textarea__textarea_4cihp:read-only {
|
|
1873
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1874
|
-
} .textarea__textarea_4cihp:focus::placeholder {
|
|
1875
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1876
|
-
} .textarea__hint_4cihp {
|
|
1877
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1878
|
-
} .textarea__error_4cihp {
|
|
1879
|
-
color: #f15045;
|
|
1880
|
-
}.drawer__customScrollbar_jxzbn::-webkit-scrollbar-track {
|
|
1881
|
-
background-color: transparent;
|
|
1882
|
-
} .drawer__customScrollbar_jxzbn::-webkit-scrollbar-track-piece {
|
|
1883
|
-
background-color: transparent;
|
|
1884
|
-
} .drawer__customScrollbar_jxzbn::-webkit-scrollbar-thumb {
|
|
1885
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
1886
|
-
border-color: transparent;
|
|
1887
|
-
} .drawer__customScrollbar_jxzbn::-webkit-scrollbar-thumb:active {
|
|
1888
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
1889
|
-
} .drawer__backdropEnter_jxzbn {
|
|
1890
|
-
background-color: transparent;
|
|
1891
|
-
} .drawer__backdropEnterActive_jxzbn,
|
|
1892
|
-
.drawer__backdropEnterDone_jxzbn {
|
|
1893
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
1894
|
-
} .drawer__backdropExit_jxzbn {
|
|
1895
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
1896
|
-
} .drawer__backdropExitActive_jxzbn,
|
|
1897
|
-
.drawer__backdropExitDone_jxzbn {
|
|
1898
|
-
background-color: transparent;
|
|
1899
|
-
}.pagination__component_zfi8b {
|
|
1899
|
+
}.pagination__component_zfi8b {
|
|
1900
1900
|
color: #fff;
|
|
1901
1901
|
}
|
|
1902
1902
|
.pagination__dots_1702i {
|
|
1903
1903
|
color: rgba(235, 235, 245, 0.54);
|
|
1904
1904
|
}
|
|
1905
|
-
|
|
1906
1905
|
.pagination__tag_1c6sj.pagination__tag_1c6sj {
|
|
1907
1906
|
color: rgba(235, 235, 245, 0.54)
|
|
1908
1907
|
} .pagination__tag_1c6sj.pagination__tag_1c6sj:hover:not(:disabled) {
|
|
@@ -1917,7 +1916,12 @@
|
|
|
1917
1916
|
color: #0e0e0e;
|
|
1918
1917
|
} .pagination__tag_1c6sj.pagination__tag_1c6sj.pagination__checked_1c6sj:active:not(:disabled) {
|
|
1919
1918
|
color: #fff;
|
|
1920
|
-
}
|
|
1919
|
+
}
|
|
1920
|
+
.pattern-lock__error_1j5nw {
|
|
1921
|
+
color: #f15045;
|
|
1922
|
+
} @media screen and (min-width: 360px) {
|
|
1923
|
+
} @media screen and (min-width: 390px) {
|
|
1924
|
+
}.custom-button__customButton_pc92h.custom-button__white_pc92h * {
|
|
1921
1925
|
color: #0e0e0e;
|
|
1922
1926
|
} .custom-button__customButton_pc92h.custom-button__black_pc92h * {
|
|
1923
1927
|
color: #fff;
|
|
@@ -2044,7 +2048,33 @@
|
|
|
2044
2048
|
color: rgba(193, 193, 195, 0.3)
|
|
2045
2049
|
} .cc-icon-button.icon-button__component_dom1q:disabled.icon-button__tertiary_dom1q.icon-button__loader_dom1q {
|
|
2046
2050
|
color: #c1c1c3;
|
|
2047
|
-
}.
|
|
2051
|
+
}.pass-code__error_ggnhr {
|
|
2052
|
+
color: #f15045;
|
|
2053
|
+
}
|
|
2054
|
+
.pass-code__dot_db1zk {
|
|
2055
|
+
background: #3a3a3c
|
|
2056
|
+
} .pass-code__dot_db1zk.pass-code__error_db1zk {
|
|
2057
|
+
background: #d91d0b;
|
|
2058
|
+
} .pass-code__filled_db1zk {
|
|
2059
|
+
background: #fff;
|
|
2060
|
+
}
|
|
2061
|
+
@keyframes pass-code__shake_k8fvz {
|
|
2062
|
+
}
|
|
2063
|
+
.pass-code__secondary_82070.pass-code__secondary_82070 {
|
|
2064
|
+
color: #fff;
|
|
2065
|
+
background: rgba(255, 255, 255, 0.06)
|
|
2066
|
+
} .pass-code__secondary_82070.pass-code__secondary_82070:hover {
|
|
2067
|
+
color: #fff;
|
|
2068
|
+
} .pass-code__secondary_82070.pass-code__secondary_82070:active {
|
|
2069
|
+
background: rgba(255, 255, 255, 0.11);
|
|
2070
|
+
} .pass-code__ghost_82070.pass-code__ghost_82070 {
|
|
2071
|
+
color: #fff
|
|
2072
|
+
} .pass-code__ghost_82070.pass-code__ghost_82070:hover {
|
|
2073
|
+
color: #fff;
|
|
2074
|
+
} .pass-code__ghost_82070.pass-code__ghost_82070:active {
|
|
2075
|
+
background: rgba(255, 255, 255, 0.11);
|
|
2076
|
+
}
|
|
2077
|
+
.confirmation-v1__errorHeader_19lg6 {
|
|
2048
2078
|
color: #fff;
|
|
2049
2079
|
color: #fff;
|
|
2050
2080
|
} .confirmation-v1__errorText_19lg6 {
|
|
@@ -2069,6 +2099,10 @@
|
|
|
2069
2099
|
color: rgba(235, 235, 245, 0.32);
|
|
2070
2100
|
} @keyframes confirmation-v1__shake_7as4f {
|
|
2071
2101
|
}
|
|
2102
|
+
.confirmation-v1__component_1dtgl {
|
|
2103
|
+
color: rgba(235, 235, 245, 0.54);
|
|
2104
|
+
color: rgba(235, 235, 245, 0.54);
|
|
2105
|
+
}
|
|
2072
2106
|
.confirmation-v1__circle_1hyf4 {
|
|
2073
2107
|
fill: transparent;
|
|
2074
2108
|
stroke: #4f4f52;
|
|
@@ -2088,40 +2122,6 @@
|
|
|
2088
2122
|
} .confirmation-v1__loaderText_pn1m4 {
|
|
2089
2123
|
color: rgba(235, 235, 245, 0.54);
|
|
2090
2124
|
color: rgba(235, 235, 245, 0.54);
|
|
2091
|
-
}
|
|
2092
|
-
.confirmation-v1__component_1dtgl {
|
|
2093
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2094
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2095
|
-
}.pass-code__error_ggnhr {
|
|
2096
|
-
color: #f15045;
|
|
2097
|
-
}
|
|
2098
|
-
.pass-code__dot_db1zk {
|
|
2099
|
-
background: #3a3a3c
|
|
2100
|
-
} .pass-code__dot_db1zk.pass-code__error_db1zk {
|
|
2101
|
-
background: #d91d0b;
|
|
2102
|
-
} .pass-code__filled_db1zk {
|
|
2103
|
-
background: #fff;
|
|
2104
|
-
}
|
|
2105
|
-
@keyframes pass-code__shake_k8fvz {
|
|
2106
|
-
}
|
|
2107
|
-
|
|
2108
|
-
.pass-code__secondary_82070.pass-code__secondary_82070 {
|
|
2109
|
-
color: #fff;
|
|
2110
|
-
background: rgba(255, 255, 255, 0.06)
|
|
2111
|
-
} .pass-code__secondary_82070.pass-code__secondary_82070:hover {
|
|
2112
|
-
color: #fff;
|
|
2113
|
-
} .pass-code__secondary_82070.pass-code__secondary_82070:active {
|
|
2114
|
-
background: rgba(255, 255, 255, 0.11);
|
|
2115
|
-
} .pass-code__ghost_82070.pass-code__ghost_82070 {
|
|
2116
|
-
color: #fff
|
|
2117
|
-
} .pass-code__ghost_82070.pass-code__ghost_82070:hover {
|
|
2118
|
-
color: #fff;
|
|
2119
|
-
} .pass-code__ghost_82070.pass-code__ghost_82070:active {
|
|
2120
|
-
background: rgba(255, 255, 255, 0.11);
|
|
2121
|
-
}.pattern-lock__error_1j5nw {
|
|
2122
|
-
color: #f15045;
|
|
2123
|
-
} @media screen and (min-width: 360px) {
|
|
2124
|
-
} @media screen and (min-width: 390px) {
|
|
2125
2125
|
}.input__error_1gs2t {
|
|
2126
2126
|
color: #f15045;
|
|
2127
2127
|
caret-color: #f15045;
|
|
@@ -2203,36 +2203,33 @@
|
|
|
2203
2203
|
} .input__input_r6bsa:focus::placeholder {
|
|
2204
2204
|
color: rgba(60, 60, 67, 0.4);
|
|
2205
2205
|
}
|
|
2206
|
-
|
|
2207
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2208
|
-
}
|
|
2206
|
+
|
|
2209
2207
|
.confirmation__circle_1chjs {
|
|
2210
2208
|
fill: transparent;
|
|
2211
2209
|
stroke: #4f4f52;
|
|
2212
2210
|
}
|
|
2213
|
-
|
|
2214
|
-
.confirmation__typographyTheme_1qmb5.confirmation__typographyTheme_1qmb5 {
|
|
2211
|
+
.confirmation__component_1yhgb {
|
|
2215
2212
|
color: rgba(235, 235, 245, 0.54);
|
|
2216
2213
|
}
|
|
2217
2214
|
.confirmation__typographyTheme_1gd41.confirmation__typographyTheme_1gd41 {
|
|
2218
2215
|
color: rgba(235, 235, 245, 0.54);
|
|
2219
2216
|
}
|
|
2217
|
+
.confirmation__typographyTheme_f0ffk.confirmation__typographyTheme_f0ffk {
|
|
2218
|
+
color: rgba(235, 235, 245, 0.54);
|
|
2219
|
+
}
|
|
2220
|
+
.confirmation__typographyTheme_1qmb5.confirmation__typographyTheme_1qmb5 {
|
|
2221
|
+
color: rgba(235, 235, 245, 0.54);
|
|
2222
|
+
}
|
|
2220
2223
|
.confirmation__typographyTheme_gbpu8.confirmation__typographyTheme_gbpu8 {
|
|
2221
2224
|
color: rgba(235, 235, 245, 0.54);
|
|
2222
2225
|
} .confirmation__phone_gbpu8.confirmation__phone_gbpu8 {
|
|
2223
2226
|
color: #fff;
|
|
2224
2227
|
} .confirmation__countdownContainer_gbpu8.confirmation__countdownContainer_gbpu8 {
|
|
2225
2228
|
color: rgba(235, 235, 245, 0.54);
|
|
2226
|
-
}
|
|
2227
|
-
.confirmation__typographyTheme_f0ffk.confirmation__typographyTheme_f0ffk {
|
|
2228
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2229
2229
|
}.pure-cell__focused_1c33m {
|
|
2230
2230
|
outline: 2px solid #0072ef;
|
|
2231
2231
|
}
|
|
2232
2232
|
|
|
2233
|
-
.pure-cell__categoryPercent_15aot {
|
|
2234
|
-
background-color: #202022;
|
|
2235
|
-
}
|
|
2236
2233
|
|
|
2237
2234
|
|
|
2238
2235
|
|
|
@@ -2240,7 +2237,37 @@
|
|
|
2240
2237
|
|
|
2241
2238
|
|
|
2242
2239
|
|
|
2240
|
+
.pure-cell__categoryPercent_15aot {
|
|
2241
|
+
background-color: #202022;
|
|
2242
|
+
}
|
|
2243
|
+
.file-upload-item__component_1t25u {
|
|
2244
|
+
color: rgba(235, 235, 245, 0.54);
|
|
2245
|
+
box-shadow: 0 -1px 0 0 #2b2b2e inset
|
|
2246
|
+
} .file-upload-item__icon_1t25u {
|
|
2247
|
+
color: #fff;
|
|
2248
|
+
} .file-upload-item__errorIcon_1t25u {
|
|
2249
|
+
color: #d91d0b;
|
|
2250
|
+
} .file-upload-item__successIcon_1t25u {
|
|
2251
|
+
color: #2fc26e;
|
|
2252
|
+
} .file-upload-item__name_1t25u {
|
|
2253
|
+
color: #fff
|
|
2254
|
+
} .file-upload-item__errorWrapper_1t25u {
|
|
2255
|
+
color: #ef3124
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
.toast-plate__component_1ku6o {
|
|
2259
|
+
color: #0e0e0e;
|
|
2260
|
+
background-color: #fff;
|
|
2261
|
+
} .toast-plate__closeButtonWrapper_1ku6o:before {
|
|
2262
|
+
background-color: #e9e9eb;
|
|
2263
|
+
}
|
|
2243
2264
|
|
|
2265
|
+
.toast-plate__component_1kdiz {
|
|
2266
|
+
color: #fff;
|
|
2267
|
+
background-color: #121212;
|
|
2268
|
+
} .toast-plate__closeButtonWrapper_1kdiz:before {
|
|
2269
|
+
background-color: #262629;
|
|
2270
|
+
}
|
|
2244
2271
|
|
|
2245
2272
|
.plate__component_1sev3 {
|
|
2246
2273
|
color: #fff
|
|
@@ -2274,20 +2301,7 @@
|
|
|
2274
2301
|
box-shadow: 0 0 0 1px #6d7986
|
|
2275
2302
|
} .plate__custom_1sev3:before {
|
|
2276
2303
|
background-color: #6d7986;
|
|
2277
|
-
}.
|
|
2278
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2279
|
-
box-shadow: 0 -1px 0 0 #2b2b2e inset
|
|
2280
|
-
} .file-upload-item__icon_1t25u {
|
|
2281
|
-
color: #fff;
|
|
2282
|
-
} .file-upload-item__errorIcon_1t25u {
|
|
2283
|
-
color: #d91d0b;
|
|
2284
|
-
} .file-upload-item__successIcon_1t25u {
|
|
2285
|
-
color: #2fc26e;
|
|
2286
|
-
} .file-upload-item__name_1t25u {
|
|
2287
|
-
color: #fff
|
|
2288
|
-
} .file-upload-item__errorWrapper_1t25u {
|
|
2289
|
-
color: #ef3124
|
|
2290
|
-
}.navigation-bar__content_1dvjp {
|
|
2304
|
+
}.navigation-bar__content_1dvjp {
|
|
2291
2305
|
color: #fff
|
|
2292
2306
|
} .navigation-bar__subtitle_1dvjp {
|
|
2293
2307
|
color: rgba(235, 235, 245, 0.54);
|
|
@@ -2311,20 +2325,6 @@
|
|
|
2311
2325
|
} .navigation-bar__button_nba6l.navigation-bar__mobile_nba6l {
|
|
2312
2326
|
background: rgba(255, 255, 255, 0.06);
|
|
2313
2327
|
color: #85858d;
|
|
2314
|
-
}
|
|
2315
|
-
|
|
2316
|
-
.toast-plate__component_1ku6o {
|
|
2317
|
-
color: #0e0e0e;
|
|
2318
|
-
background-color: #fff;
|
|
2319
|
-
} .toast-plate__closeButtonWrapper_1ku6o:before {
|
|
2320
|
-
background-color: #e9e9eb;
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
.toast-plate__component_1kdiz {
|
|
2324
|
-
color: #fff;
|
|
2325
|
-
background-color: #121212;
|
|
2326
|
-
} .toast-plate__closeButtonWrapper_1kdiz:before {
|
|
2327
|
-
background-color: #262629;
|
|
2328
2328
|
}.slider-input__slider_1wesp .noUi-base:hover > .noUi-connects {
|
|
2329
2329
|
background-color: #303032;
|
|
2330
2330
|
} .slider-input__slider_1wesp .noUi-connects {
|
|
@@ -2360,28 +2360,7 @@
|
|
|
2360
2360
|
background-color: transparent
|
|
2361
2361
|
} .bank-card__usePhoto_1uwt1 svg {
|
|
2362
2362
|
fill: #000;
|
|
2363
|
-
}.
|
|
2364
|
-
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2365
|
-
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2366
|
-
} .toast__popoverInner_1ayao {
|
|
2367
|
-
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2368
|
-
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2369
|
-
background-color: transparent;
|
|
2370
|
-
}
|
|
2371
|
-
.popup-sheet__appear_u7kb4,
|
|
2372
|
-
.popup-sheet__enter_u7kb4 {
|
|
2373
|
-
background-color: transparent;
|
|
2374
|
-
} .popup-sheet__appearActive_u7kb4,
|
|
2375
|
-
.popup-sheet__enterActive_u7kb4,
|
|
2376
|
-
.popup-sheet__appearDone_u7kb4,
|
|
2377
|
-
.popup-sheet__enterDone_u7kb4 {
|
|
2378
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
2379
|
-
} .popup-sheet__exit_u7kb4 {
|
|
2380
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
2381
|
-
} .popup-sheet__exitActive_u7kb4,
|
|
2382
|
-
.popup-sheet__exitDone_u7kb4 {
|
|
2383
|
-
background-color: transparent;
|
|
2384
|
-
}.bottom-sheet__modal_w9b6i {
|
|
2363
|
+
}.bottom-sheet__modal_w9b6i {
|
|
2385
2364
|
background-color: transparent;
|
|
2386
2365
|
} .bottom-sheet__component_w9b6i {
|
|
2387
2366
|
background-color: #121212;
|
|
@@ -2434,9 +2413,6 @@
|
|
|
2434
2413
|
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_w9b6i {
|
|
2435
2414
|
background-color: rgba(11, 31, 53, 0.1);
|
|
2436
2415
|
}
|
|
2437
|
-
.bottom-sheet__highlighted_1x9qh {
|
|
2438
|
-
border-bottom: 1px solid #2b2b2e;
|
|
2439
|
-
}
|
|
2440
2416
|
.bottom-sheet__footer_1ra6p {
|
|
2441
2417
|
background-color: #121212;
|
|
2442
2418
|
} .bottom-sheet__highlighted_1ra6p {
|
|
@@ -2486,7 +2462,31 @@
|
|
|
2486
2462
|
background-color: rgba(255, 255, 255, 0.11);
|
|
2487
2463
|
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ra6p {
|
|
2488
2464
|
background-color: rgba(11, 31, 53, 0.1);
|
|
2489
|
-
}
|
|
2465
|
+
}
|
|
2466
|
+
.bottom-sheet__highlighted_1x9qh {
|
|
2467
|
+
border-bottom: 1px solid #2b2b2e;
|
|
2468
|
+
}
|
|
2469
|
+
.popup-sheet__appear_u7kb4,
|
|
2470
|
+
.popup-sheet__enter_u7kb4 {
|
|
2471
|
+
background-color: transparent;
|
|
2472
|
+
} .popup-sheet__appearActive_u7kb4,
|
|
2473
|
+
.popup-sheet__enterActive_u7kb4,
|
|
2474
|
+
.popup-sheet__appearDone_u7kb4,
|
|
2475
|
+
.popup-sheet__enterDone_u7kb4 {
|
|
2476
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
2477
|
+
} .popup-sheet__exit_u7kb4 {
|
|
2478
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
2479
|
+
} .popup-sheet__exitActive_u7kb4,
|
|
2480
|
+
.popup-sheet__exitDone_u7kb4 {
|
|
2481
|
+
background-color: transparent;
|
|
2482
|
+
}.toast__toastPlate_1ayao {
|
|
2483
|
+
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2484
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2485
|
+
} .toast__popoverInner_1ayao {
|
|
2486
|
+
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2487
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2488
|
+
background-color: transparent;
|
|
2489
|
+
}.amount-input__minorPartAndCurrency_wku76 {
|
|
2490
2490
|
color: rgba(235, 235, 245, 0.54);
|
|
2491
2491
|
}
|
|
2492
2492
|
.amount-input__filled_j3k1k .amount-input__input_j3k1k,
|
|
@@ -2502,14 +2502,6 @@
|
|
|
2502
2502
|
|
|
2503
2503
|
|
|
2504
2504
|
|
|
2505
|
-
.modal__highlighted_swd6i {
|
|
2506
|
-
background: #121212;
|
|
2507
|
-
box-shadow: 0 1px 0 0 #262629;
|
|
2508
|
-
} .modal__sticky_swd6i.modal__hasContent_swd6i {
|
|
2509
|
-
background: #121212;
|
|
2510
|
-
}
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
2505
|
.modal__sticky_gkt9o {
|
|
2514
2506
|
background: #121212;
|
|
2515
2507
|
} .modal__highlighted_gkt9o {
|
|
@@ -2517,8 +2509,15 @@
|
|
|
2517
2509
|
box-shadow: 0 -1px 0 0 #262629;
|
|
2518
2510
|
}
|
|
2519
2511
|
|
|
2520
|
-
|
|
2521
|
-
|
|
2512
|
+
|
|
2513
|
+
|
|
2514
|
+
.modal__highlighted_swd6i {
|
|
2515
|
+
background: #121212;
|
|
2516
|
+
box-shadow: 0 1px 0 0 #262629;
|
|
2517
|
+
} .modal__sticky_swd6i.modal__hasContent_swd6i {
|
|
2518
|
+
background: #121212;
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2522
2521
|
|
|
2523
2522
|
|
|
2524
2523
|
|
|
@@ -2541,7 +2540,8 @@
|
|
|
2541
2540
|
} .side-panel__sticky_78qrm.side-panel__hasContent_78qrm {
|
|
2542
2541
|
background: #121212;
|
|
2543
2542
|
}
|
|
2544
|
-
|
|
2543
|
+
@media (min-width: 600px) {
|
|
2544
|
+
}.tooltip__hint_1frb8 {
|
|
2545
2545
|
background-color: #fff;
|
|
2546
2546
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
2547
2547
|
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
@@ -2657,16 +2657,10 @@
|
|
|
2657
2657
|
.calendar__bottomAddon_1x9e7.calendar__selected_1x9e7 > * {
|
|
2658
2658
|
color: #0e0e0e;
|
|
2659
2659
|
}
|
|
2660
|
-
@media (max-width: 374px) {
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
2660
|
.calendar__withShadow_112sz {
|
|
2664
2661
|
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
2665
2662
|
0 0 1px rgba(0, 0, 0, 0.04);
|
|
2666
2663
|
}
|
|
2667
|
-
.calendar__empty_ldtyc {
|
|
2668
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2669
|
-
}
|
|
2670
2664
|
@media (max-width: 374px) {
|
|
2671
2665
|
}
|
|
2672
2666
|
.cc-calendar .calendar__button_10jo9 {
|
|
@@ -2687,7 +2681,13 @@
|
|
|
2687
2681
|
} .cc-calendar .calendar__button_10jo9.calendar__selected_10jo9:not(:disabled):hover, .cc-calendar .calendar__button_10jo9.calendar__selected_10jo9:disabled:not(:disabled):hover {
|
|
2688
2682
|
background-color: #fff;
|
|
2689
2683
|
color: #0e0e0e;
|
|
2690
|
-
}
|
|
2684
|
+
}
|
|
2685
|
+
@media (max-width: 374px) {
|
|
2686
|
+
}
|
|
2687
|
+
.calendar__empty_ldtyc {
|
|
2688
|
+
color: rgba(235, 235, 245, 0.54);
|
|
2689
|
+
}
|
|
2690
|
+
.gallery__container_a8mdv {
|
|
2691
2691
|
background-color: #121212;
|
|
2692
2692
|
} .gallery__modal_a8mdv {
|
|
2693
2693
|
background: transparent;
|
|
@@ -2700,21 +2700,6 @@
|
|
|
2700
2700
|
color: rgb(217, 217, 217);
|
|
2701
2701
|
}
|
|
2702
2702
|
|
|
2703
|
-
.gallery__component_2if5e {
|
|
2704
|
-
border: 2px solid rgba(0, 0, 0, 0);
|
|
2705
|
-
} .gallery__active_2if5e {
|
|
2706
|
-
border-color: rgba(255, 255, 255, 0.4)
|
|
2707
|
-
} .gallery__image_2if5e {
|
|
2708
|
-
background-color: #121212
|
|
2709
|
-
} .gallery__loading_2if5e {
|
|
2710
|
-
background-color: #202022
|
|
2711
|
-
} .gallery__loading_2if5e .gallery__active_2if5e {
|
|
2712
|
-
background-color: #3a3a3c;
|
|
2713
|
-
} .gallery__brokenImageWrapper_2if5e {
|
|
2714
|
-
background-color: #3a3a3c
|
|
2715
|
-
} .gallery__focused_2if5e {
|
|
2716
|
-
outline: 2px solid #0072ef;
|
|
2717
|
-
}
|
|
2718
2703
|
.gallery__component_1l7j9 {
|
|
2719
2704
|
background-color: #121212;
|
|
2720
2705
|
} .gallery__slideLoading_1l7j9 {
|
|
@@ -2736,6 +2721,21 @@
|
|
|
2736
2721
|
} .gallery__fullScreenImage_1l7j9 {
|
|
2737
2722
|
background-color: #121212;
|
|
2738
2723
|
}
|
|
2724
|
+
.gallery__component_2if5e {
|
|
2725
|
+
border: 2px solid rgba(0, 0, 0, 0);
|
|
2726
|
+
} .gallery__active_2if5e {
|
|
2727
|
+
border-color: rgba(255, 255, 255, 0.4)
|
|
2728
|
+
} .gallery__image_2if5e {
|
|
2729
|
+
background-color: #121212
|
|
2730
|
+
} .gallery__loading_2if5e {
|
|
2731
|
+
background-color: #202022
|
|
2732
|
+
} .gallery__loading_2if5e .gallery__active_2if5e {
|
|
2733
|
+
background-color: #3a3a3c;
|
|
2734
|
+
} .gallery__brokenImageWrapper_2if5e {
|
|
2735
|
+
background-color: #3a3a3c
|
|
2736
|
+
} .gallery__focused_2if5e {
|
|
2737
|
+
outline: 2px solid #0072ef;
|
|
2738
|
+
}
|
|
2739
2739
|
.select__arrow_1o47a {
|
|
2740
2740
|
color: #fff;
|
|
2741
2741
|
}
|
|
@@ -2755,23 +2755,13 @@
|
|
|
2755
2755
|
background: #121212;
|
|
2756
2756
|
color: rgba(235, 235, 245, 0.54);
|
|
2757
2757
|
}
|
|
2758
|
-
|
|
2759
|
-
.select__popoverInner_1n1ic {
|
|
2760
|
-
background: transparent;
|
|
2761
|
-
} .select__optionsList_1n1ic {
|
|
2762
|
-
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2763
|
-
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2764
|
-
background: #121212;
|
|
2765
|
-
} .select__optionsListBorder_1n1ic {
|
|
2766
|
-
box-shadow: inset 0 0 0 1px #262629;
|
|
2767
|
-
}
|
|
2768
|
-
|
|
2769
2758
|
.select__single_1unw8 {
|
|
2770
2759
|
background: #fff
|
|
2771
2760
|
} .select__colorIcon_1unw8 {
|
|
2772
2761
|
color: #2fc26e;
|
|
2773
2762
|
}
|
|
2774
2763
|
|
|
2764
|
+
|
|
2775
2765
|
.select__placeholder_l4fbq {
|
|
2776
2766
|
color: rgba(235, 235, 245, 0.54)
|
|
2777
2767
|
} .select__placeholder_l4fbq.select__focused_l4fbq {
|
|
@@ -2803,6 +2793,25 @@
|
|
|
2803
2793
|
background: #121212;
|
|
2804
2794
|
color: rgba(235, 235, 245, 0.54);
|
|
2805
2795
|
}
|
|
2796
|
+
.select__popoverInner_1n1ic {
|
|
2797
|
+
background: transparent;
|
|
2798
|
+
} .select__optionsList_1n1ic {
|
|
2799
|
+
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2800
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2801
|
+
background: #121212;
|
|
2802
|
+
} .select__optionsListBorder_1n1ic {
|
|
2803
|
+
box-shadow: inset 0 0 0 1px #262629;
|
|
2804
|
+
}
|
|
2805
|
+
.select__optionsListHeader_7iql7 {
|
|
2806
|
+
border-bottom: 1px solid #262629;
|
|
2807
|
+
} .select__optionsListFooter_7iql7 {
|
|
2808
|
+
border-top: 1px solid transparent
|
|
2809
|
+
} .select__optionsListFooter_7iql7.select__withBorder_7iql7 {
|
|
2810
|
+
border-top: 1px solid #262629;
|
|
2811
|
+
} .select__emptyPlaceholder_7iql7 {
|
|
2812
|
+
color: rgba(235, 235, 245, 0.54);
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2806
2815
|
.select__virtualOptionsListHeader_d7gwa {
|
|
2807
2816
|
border-bottom: 1px solid #262629;
|
|
2808
2817
|
} .select__virtualOptionsListFooter_d7gwa {
|
|
@@ -2814,15 +2823,6 @@
|
|
|
2814
2823
|
} .select__emptyPlaceholder_d7gwa {
|
|
2815
2824
|
color: rgba(235, 235, 245, 0.54);
|
|
2816
2825
|
}
|
|
2817
|
-
.select__optionsListHeader_7iql7 {
|
|
2818
|
-
border-bottom: 1px solid #262629;
|
|
2819
|
-
} .select__optionsListFooter_7iql7 {
|
|
2820
|
-
border-top: 1px solid transparent
|
|
2821
|
-
} .select__optionsListFooter_7iql7.select__withBorder_7iql7 {
|
|
2822
|
-
border-top: 1px solid #262629;
|
|
2823
|
-
} .select__emptyPlaceholder_7iql7 {
|
|
2824
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2825
|
-
}
|
|
2826
2826
|
|
|
2827
2827
|
.select__footer_iylwz {
|
|
2828
2828
|
background-color: #121212
|
|
@@ -2839,18 +2839,11 @@
|
|
|
2839
2839
|
border: 1px solid #262629
|
|
2840
2840
|
} .calendar-input__calendarIcon_1qxbs {
|
|
2841
2841
|
color: #fff
|
|
2842
|
-
}.date-range-input__calendarContainer_gnz83 {
|
|
2843
|
-
border: 1px solid #262629
|
|
2844
2842
|
}.date-time-input__calendarContainer_17o5k {
|
|
2845
2843
|
border: 1px solid #262629
|
|
2846
|
-
}.
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
} .select-with-tags__tag_155th:hover:not(:disabled):not(:active) {
|
|
2850
|
-
background-color: #f3f4f5;
|
|
2851
|
-
color: #0e0e0e;
|
|
2852
|
-
}
|
|
2853
|
-
.select-with-tags__input_1hsdt {
|
|
2844
|
+
}.date-range-input__calendarContainer_gnz83 {
|
|
2845
|
+
border: 1px solid #262629
|
|
2846
|
+
}.select-with-tags__input_1hsdt {
|
|
2854
2847
|
background-color: transparent;
|
|
2855
2848
|
color: #fff
|
|
2856
2849
|
} .select-with-tags__input_1hsdt:disabled {
|
|
@@ -2864,12 +2857,19 @@
|
|
|
2864
2857
|
} .select-with-tags__placeholder_1hsdt {
|
|
2865
2858
|
color: rgba(235, 235, 245, 0.32);
|
|
2866
2859
|
}
|
|
2860
|
+
.select-with-tags__tag_155th:active:not(:disabled) {
|
|
2861
|
+
background-color: #f3f4f5;
|
|
2862
|
+
color: #0e0e0e;
|
|
2863
|
+
} .select-with-tags__tag_155th:hover:not(:disabled):not(:active) {
|
|
2864
|
+
background-color: #f3f4f5;
|
|
2865
|
+
color: #0e0e0e;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2867
2868
|
.input-autocomplete__placeholder_xkbli {
|
|
2868
2869
|
color: rgba(235, 235, 245, 0.54);
|
|
2869
2870
|
} .input-autocomplete__focusVisible_xkbli {
|
|
2870
2871
|
outline: 2px solid #0072ef;
|
|
2871
|
-
}
|
|
2872
|
-
.table__component_ezzc8 {
|
|
2872
|
+
}.table__component_ezzc8 {
|
|
2873
2873
|
border-top: 1px solid #2b2b2e;
|
|
2874
2874
|
}
|
|
2875
2875
|
.table__wrapper_12t87 {
|
|
@@ -2915,23 +2915,9 @@
|
|
|
2915
2915
|
.table__open_tywjd,
|
|
2916
2916
|
.table__open_tywjd:hover {
|
|
2917
2917
|
background-color: rgba(255, 255, 255, 0.163);
|
|
2918
|
-
}
|
|
2919
|
-
.calendar-range__component_8if5w:after {
|
|
2918
|
+
}.calendar-range__component_8if5w:after {
|
|
2920
2919
|
background-color: #fff;
|
|
2921
|
-
}
|
|
2922
|
-
color: #85858d;
|
|
2923
|
-
}
|
|
2924
|
-
.intl-phone-input__flagPlaceholder_77b1w {
|
|
2925
|
-
background-color: rgba(255, 255, 255, 0.11);
|
|
2926
|
-
}
|
|
2927
|
-
.intl-phone-input__emptyCountryIcon_1cxeg {
|
|
2928
|
-
color: #85858d;
|
|
2929
|
-
} .intl-phone-input__focusVisible_1cxeg {
|
|
2930
|
-
outline: 2px solid #0072ef;
|
|
2931
|
-
}
|
|
2932
|
-
.intl-phone-input__dialCode_1aotf {
|
|
2933
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2934
|
-
}
|
|
2920
|
+
}
|
|
2935
2921
|
.tabs__component_1jcje:before {
|
|
2936
2922
|
background-color: #2b2b2e;
|
|
2937
2923
|
} .tabs__title_1jcje {
|
|
@@ -2964,3 +2950,18 @@
|
|
|
2964
2950
|
}
|
|
2965
2951
|
|
|
2966
2952
|
|
|
2953
|
+
|
|
2954
|
+
.intl-phone-input__emptyCountryIcon_13k8r {
|
|
2955
|
+
color: #85858d;
|
|
2956
|
+
}
|
|
2957
|
+
.intl-phone-input__flagPlaceholder_77b1w {
|
|
2958
|
+
background-color: rgba(255, 255, 255, 0.11);
|
|
2959
|
+
}
|
|
2960
|
+
.intl-phone-input__dialCode_1aotf {
|
|
2961
|
+
color: rgba(235, 235, 245, 0.54);
|
|
2962
|
+
}
|
|
2963
|
+
.intl-phone-input__emptyCountryIcon_1cxeg {
|
|
2964
|
+
color: #85858d;
|
|
2965
|
+
} .intl-phone-input__focusVisible_1cxeg {
|
|
2966
|
+
outline: 2px solid #0072ef;
|
|
2967
|
+
}
|