@alfalab/core-components 42.13.0-beta.0 → 42.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bottom-sheet/component.js +3 -1
- package/bottom-sheet/cssm/component.js +3 -1
- package/bottom-sheet/esm/component.js +3 -1
- package/bottom-sheet/modern/component.js +3 -1
- package/calendar/Component-10db897e.d.ts +3 -183
- package/{picker-button/cssm → calendar}/Component-69921c40.d.ts +1 -1
- package/calendar-input/Component.desktop.d.ts +4 -0
- package/calendar-input/Component.desktop.js +4 -0
- package/calendar-input/Component.mobile.d.ts +4 -0
- package/calendar-input/Component.mobile.js +4 -0
- package/calendar-input/Component.responsive.d.ts +4 -0
- package/calendar-input/Component.responsive.js +4 -0
- package/calendar-input/cssm/Component.desktop.d.ts +4 -0
- package/calendar-input/cssm/Component.desktop.js +4 -0
- package/calendar-input/cssm/Component.mobile.d.ts +4 -0
- package/calendar-input/cssm/Component.mobile.js +4 -0
- package/calendar-input/cssm/Component.responsive.d.ts +4 -0
- package/calendar-input/cssm/Component.responsive.js +4 -0
- package/calendar-input/esm/Component.desktop.d.ts +4 -0
- package/calendar-input/esm/Component.desktop.js +4 -0
- package/calendar-input/esm/Component.mobile.d.ts +4 -0
- package/calendar-input/esm/Component.mobile.js +4 -0
- package/calendar-input/esm/Component.responsive.d.ts +4 -0
- package/calendar-input/esm/Component.responsive.js +4 -0
- package/calendar-input/modern/Component.desktop.d.ts +4 -0
- package/calendar-input/modern/Component.desktop.js +4 -0
- package/calendar-input/modern/Component.mobile.d.ts +4 -0
- package/calendar-input/modern/Component.mobile.js +4 -0
- package/calendar-input/modern/Component.responsive.d.ts +4 -0
- package/calendar-input/modern/Component.responsive.js +4 -0
- package/calendar-range/esm/utils.js +3 -1
- package/confirmation/component.desktop.js +1 -1
- package/confirmation/component.mobile.js +1 -1
- package/confirmation/component.responsive.js +1 -1
- package/confirmation/components/base-confirmation/component.js +1 -1
- package/confirmation/components/base-confirmation/index.js +1 -1
- package/confirmation/components/index.js +1 -1
- package/confirmation/components/screens/index.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.js +1 -1
- package/confirmation/desktop.js +1 -1
- package/confirmation/esm/component.desktop.js +1 -1
- package/confirmation/esm/component.mobile.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile.js +1 -1
- package/confirmation/esm/shared.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/mobile.js +1 -1
- package/confirmation/modern/component.desktop.js +1 -1
- package/confirmation/modern/component.mobile.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile.js +1 -1
- package/confirmation/modern/shared.js +1 -1
- package/confirmation/shared.js +1 -1
- package/confirmation-v1/component.d.ts +1 -0
- package/confirmation-v1/component.js +1 -0
- package/confirmation-v1/cssm/component.d.ts +1 -0
- package/confirmation-v1/cssm/component.js +1 -0
- package/confirmation-v1/esm/component.d.ts +1 -0
- package/confirmation-v1/esm/component.js +1 -0
- package/confirmation-v1/modern/component.d.ts +1 -0
- package/confirmation-v1/modern/component.js +1 -0
- package/custom-picker-button/Component-0f4b9bed.d.ts +4 -21
- package/custom-picker-button/Component-10db897e.d.ts +265 -41
- package/custom-picker-button/Component-ebda875c.d.ts +98 -9
- package/custom-picker-button/Component.desktop-4cd3936b.d.ts +49 -0
- package/custom-picker-button/Component.desktop-785df74d.d.ts +1 -1
- package/custom-picker-button/Component.mobile-d7e9f69d.d.ts +1 -1
- package/custom-picker-button/Component.mobile.d.ts +9 -1
- package/custom-picker-button/desktop-d446ae02.d.ts +2 -39
- package/custom-picker-button/hook-8abfea97.d.ts +4 -4
- package/custom-picker-button/index-89f0cb07.d.ts +2 -0
- package/custom-picker-button/index-bdb4c6b9.d.ts +180 -2
- package/custom-picker-button/index-c44170fe.d.ts +2 -17
- package/custom-picker-button/index-ebda875c.d.ts +200 -18
- package/custom-picker-button/index-f12ee135.d.ts +324 -3
- package/custom-picker-button/shared-4cd3936b.d.ts +1 -60
- package/date-input/Component.d.ts +4 -0
- package/date-input/Component.js +4 -0
- package/date-input/cssm/Component.d.ts +4 -0
- package/date-input/cssm/Component.js +4 -0
- package/date-input/esm/Component.d.ts +4 -0
- package/date-input/esm/Component.js +4 -0
- package/date-input/modern/Component.d.ts +4 -0
- package/date-input/modern/Component.js +4 -0
- package/date-range-input/Component-10db897e.d.ts +295 -4
- package/date-range-input/Component-5684a67d.d.ts +23 -0
- package/date-range-input/Component-69921c40.d.ts +12 -172
- package/date-range-input/Component-e2b6c730.d.ts +76 -0
- package/date-range-input/Component.desktop-b5b4c59f.d.ts +5 -72
- package/date-range-input/Component.desktop-ebda875c.d.ts +7 -0
- package/date-range-input/Component.desktop.d.ts +4 -0
- package/date-range-input/Component.desktop.js +4 -0
- package/date-range-input/Component.mobile.d.ts +4 -0
- package/date-range-input/Component.mobile.js +4 -0
- package/date-range-input/Component.responsive.d.ts +4 -0
- package/date-range-input/Component.responsive.js +4 -0
- package/date-range-input/components/date-range-input/Component.d.ts +1 -1
- package/date-range-input/cssm/Component-10db897e.d.ts +295 -4
- package/date-range-input/cssm/Component-5684a67d.d.ts +23 -0
- package/date-range-input/cssm/Component-69921c40.d.ts +12 -172
- package/date-range-input/cssm/Component-e2b6c730.d.ts +76 -0
- package/date-range-input/cssm/Component.desktop-b5b4c59f.d.ts +5 -72
- package/date-range-input/cssm/Component.desktop-ebda875c.d.ts +7 -0
- package/date-range-input/cssm/Component.desktop.d.ts +4 -0
- package/date-range-input/cssm/Component.desktop.js +4 -0
- package/date-range-input/cssm/Component.mobile.d.ts +4 -0
- package/date-range-input/cssm/Component.mobile.js +4 -0
- package/{custom-picker-button/index-8b2c2707.d.ts → date-range-input/cssm/Component.responsive-16b1285a.d.ts} +1 -2
- package/date-range-input/cssm/Component.responsive.d.ts +4 -0
- package/date-range-input/cssm/Component.responsive.js +4 -0
- package/date-range-input/cssm/components/date-range-input/Component.d.ts +1 -1
- package/{intl-phone-input/desktop-69921c40.d.ts → date-range-input/cssm/desktop-89f0cb07.d.ts} +1 -1
- package/date-range-input/cssm/index-89f0cb07.d.ts +1 -1
- package/date-range-input/cssm/index-ebda875c.d.ts +1 -34
- package/date-range-input/cssm/index-f034f741.d.ts +2 -80
- package/date-range-input/cssm/mobile-c219f8ca.d.ts +368 -1
- package/date-range-input/cssm/utils-e0a54580.d.ts +8 -0
- package/date-range-input/{desktop-69921c40.d.ts → desktop-89f0cb07.d.ts} +1 -1
- package/date-range-input/esm/Component.desktop.d.ts +4 -0
- package/date-range-input/esm/Component.desktop.js +4 -0
- package/date-range-input/esm/Component.mobile.d.ts +4 -0
- package/date-range-input/esm/Component.mobile.js +4 -0
- package/date-range-input/esm/Component.responsive.d.ts +4 -0
- package/date-range-input/esm/Component.responsive.js +4 -0
- package/date-range-input/index-89f0cb07.d.ts +1 -1
- package/date-range-input/index-ebda875c.d.ts +1 -34
- package/date-range-input/index-f034f741.d.ts +2 -80
- package/date-range-input/mobile-c219f8ca.d.ts +368 -1
- package/date-range-input/modern/Component.desktop.d.ts +4 -0
- package/date-range-input/modern/Component.desktop.js +4 -0
- package/date-range-input/modern/Component.mobile.d.ts +4 -0
- package/date-range-input/modern/Component.mobile.js +4 -0
- package/date-range-input/modern/Component.responsive.d.ts +4 -0
- package/date-range-input/modern/Component.responsive.js +4 -0
- package/date-range-input/utils-e0a54580.d.ts +8 -0
- package/date-time-input/Component.desktop.d.ts +4 -0
- package/date-time-input/Component.desktop.js +4 -0
- package/date-time-input/cssm/Component.desktop.d.ts +4 -0
- package/date-time-input/cssm/Component.desktop.js +4 -0
- package/date-time-input/esm/Component.desktop.d.ts +4 -0
- package/date-time-input/esm/Component.desktop.js +4 -0
- package/date-time-input/modern/Component.desktop.d.ts +4 -0
- package/date-time-input/modern/Component.desktop.js +4 -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/intl-phone-input/Component-0f4b9bed.d.ts +18 -96
- package/intl-phone-input/Component-10db897e.d.ts +99 -5
- package/intl-phone-input/Component-4cd3936b.d.ts +1 -1
- package/intl-phone-input/Component-c44170fe.d.ts +13 -0
- package/intl-phone-input/{Component.desktop-0f4b9bed.d.ts → Component.desktop-63dec22f.d.ts} +1 -1
- package/intl-phone-input/component.d.ts +5 -1
- package/intl-phone-input/component.js +4 -0
- package/intl-phone-input/components/select/component.d.ts +1 -1
- package/intl-phone-input/cssm/component.d.ts +4 -0
- package/intl-phone-input/cssm/component.js +4 -0
- package/intl-phone-input/esm/component.d.ts +4 -0
- package/intl-phone-input/esm/component.js +4 -0
- package/intl-phone-input/hook-c44170fe.d.ts +48 -0
- package/intl-phone-input/modern/component.d.ts +4 -0
- package/intl-phone-input/modern/component.js +4 -0
- package/intl-phone-input/shared-4cd3936b.d.ts +14 -57
- package/package.json +1 -1
- package/picker-button/Component-0f4b9bed.d.ts +70 -3
- package/picker-button/Component-10db897e.d.ts +4 -294
- package/picker-button/Component-ebda875c.d.ts +9 -98
- package/picker-button/Component.desktop-785df74d.d.ts +1 -1
- package/picker-button/Component.desktop.d.ts +1 -1
- package/picker-button/Component.mobile-d7e9f69d.d.ts +1 -1
- package/picker-button/Component.mobile.d.ts +1 -1
- package/picker-button/Component.responsive.d.ts +1 -1
- package/picker-button/cssm/Component-0f4b9bed.d.ts +3 -70
- package/picker-button/cssm/Component-10db897e.d.ts +294 -4
- package/picker-button/cssm/Component-aed0af6e.d.ts +11 -0
- package/picker-button/cssm/Component-ebda875c.d.ts +98 -9
- package/picker-button/cssm/Component-f12ee135.d.ts +72 -0
- package/picker-button/cssm/Component.desktop-785df74d.d.ts +1 -1
- package/picker-button/cssm/Component.desktop.d.ts +1 -1
- package/{date-range-input/Component.mobile-ebda875c.d.ts → picker-button/cssm/Component.mobile-96988a65.d.ts} +0 -1
- package/picker-button/cssm/Component.mobile-d7e9f69d.d.ts +1 -1
- package/picker-button/cssm/Component.mobile.d.ts +1 -1
- package/picker-button/cssm/Component.responsive-d7e9f69d.d.ts +26 -0
- package/picker-button/cssm/Component.responsive.d.ts +1 -1
- package/picker-button/cssm/hook-8abfea97.d.ts +4 -4
- package/picker-button/cssm/hook-ebda875c.d.ts +48 -0
- package/picker-button/cssm/index-10db897e.d.ts +2 -2
- package/picker-button/cssm/index-bdb4c6b9.d.ts +180 -2
- package/picker-button/cssm/index-c44170fe.d.ts +1 -1
- package/picker-button/cssm/index-ebda875c.d.ts +191 -53
- package/picker-button/cssm/index-f12ee135.d.ts +324 -3
- package/picker-button/cssm/shared-4cd3936b.d.ts +1 -59
- package/picker-button/hook-8abfea97.d.ts +4 -4
- package/picker-button/index-10db897e.d.ts +2 -2
- package/picker-button/index-bdb4c6b9.d.ts +2 -180
- package/picker-button/index-c44170fe.d.ts +1 -1
- package/picker-button/index-ebda875c.d.ts +53 -191
- package/picker-button/index-f12ee135.d.ts +3 -324
- package/picker-button/shared-4cd3936b.d.ts +59 -1
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/Component.mobile.js +1 -1
- package/select/Component.modal.mobile.js +1 -1
- package/select/Component.responsive.js +1 -1
- package/select/components/base-select-mobile/Component.js +2 -2
- package/select/components/virtual-options-list/Component.js +8 -4
- package/select/cssm/components/base-select-mobile/Component.js +2 -2
- package/select/cssm/components/virtual-options-list/Component.js +8 -4
- 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/components/base-select-mobile/Component.js +2 -2
- package/select/esm/components/virtual-options-list/Component.js +8 -4
- 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.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/components/base-select-mobile/Component.js +2 -2
- package/select/modern/components/virtual-options-list/Component.js +8 -4
- 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/tabs/collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +3 -2
- package/tabs/components/primary-tablist/Component.js +14 -4
- package/tabs/components/primary-tablist/Component.mobile.js +3 -2
- package/tabs/components/primary-tablist/Component.responsive.js +3 -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.collapsible.js +1 -1
- package/tabs/components/tabs/Component.desktop.js +4 -3
- package/tabs/components/tabs/Component.mobile.js +4 -3
- package/tabs/components/tabs/Component.responsive.js +4 -3
- package/tabs/cssm/components/primary-tablist/Component.desktop.js +2 -1
- package/tabs/cssm/components/primary-tablist/Component.js +14 -4
- package/tabs/cssm/components/primary-tablist/Component.mobile.js +2 -1
- package/tabs/cssm/components/primary-tablist/Component.responsive.js +2 -1
- package/tabs/cssm/components/tabs/Component.desktop.js +2 -1
- package/tabs/cssm/components/tabs/Component.mobile.js +2 -1
- package/tabs/cssm/components/tabs/Component.responsive.js +2 -1
- package/tabs/cssm/desktop.js +2 -1
- package/tabs/cssm/index.js +2 -1
- package/tabs/cssm/mobile.js +2 -1
- package/tabs/desktop.js +4 -3
- package/tabs/esm/collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -1
- package/tabs/esm/components/primary-tablist/Component.js +14 -4
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +3 -2
- package/tabs/esm/components/tabs/Component.mobile.js +3 -2
- package/tabs/esm/components/tabs/Component.responsive.js +3 -2
- package/tabs/esm/desktop.js +3 -2
- package/tabs/esm/index.js +3 -2
- package/tabs/esm/mobile.js +3 -2
- package/tabs/index-ebda875c.d.ts +21 -86
- package/tabs/index.js +4 -3
- package/tabs/mobile.js +4 -3
- package/tabs/modern/collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +2 -1
- package/tabs/modern/components/primary-tablist/Component.js +14 -4
- package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +2 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +3 -2
- package/tabs/modern/components/tabs/Component.mobile.js +3 -2
- package/tabs/modern/components/tabs/Component.responsive.js +3 -2
- package/tabs/modern/desktop.js +3 -2
- package/tabs/modern/index.js +3 -2
- package/tabs/modern/mobile.js +3 -2
- 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.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 +19 -19
- package/themes/dist/compiled/mobile-dark-bluetint.css +262 -262
- package/themes/dist/site.css +348 -343
- package/themes/site.css +348 -343
- package/time-input/Component.d.ts +4 -0
- package/time-input/Component.js +4 -0
- package/time-input/cssm/Component.d.ts +4 -0
- package/time-input/cssm/Component.js +4 -0
- package/time-input/esm/Component.d.ts +4 -0
- package/time-input/esm/Component.js +4 -0
- package/time-input/modern/Component.d.ts +4 -0
- package/time-input/modern/Component.js +4 -0
- 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.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/Component-89f0cb07.d.ts +0 -38
- package/custom-picker-button/Component-8b2c2707.d.ts +0 -12
- package/custom-picker-button/Component.mobile-d446ae02.d.ts +0 -23
- package/custom-picker-button/mobile-89f0cb07.d.ts +0 -2
- package/date-range-input/Component-b5b4c59f.d.ts +0 -389
- package/date-range-input/cssm/Component-b5b4c59f.d.ts +0 -389
- package/date-range-input/cssm/Component.mobile-ebda875c.d.ts +0 -7
- package/picker-button/cssm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
- package/picker-button/cssm/component-10db897e.d.ts +0 -44
- package/picker-button/cssm/types-67a2d8af.d.ts +0 -276
- package/picker-button/cssm/utils-1574ad8b.d.ts +0 -29
- package/picker-button/cssm/utils-49cc3c24.d.ts +0 -8
- /package/calendar/{desktop-89f0cb07.d.ts → desktop-69921c40.d.ts} +0 -0
- /package/confirmation/{countdown-section-fd1f820b.d.ts → countdown-section-98424f8e.d.ts} +0 -0
- /package/confirmation/{countdown-section-fd1f820b.js → countdown-section-98424f8e.js} +0 -0
- /package/confirmation/esm/{countdown-section-3a227dc3.d.ts → countdown-section-293411b2.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-3a227dc3.js → countdown-section-293411b2.js} +0 -0
- /package/confirmation/modern/{countdown-section-0fae6dd8.d.ts → countdown-section-4c466791.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-0fae6dd8.js → countdown-section-4c466791.js} +0 -0
- /package/{picker-button → custom-picker-button}/Component-aed0af6e.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/Component-f12ee135.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/Component.mobile-96988a65.d.ts +0 -0
- /package/{date-range-input → custom-picker-button}/Component.responsive-0aa4e915.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/Component.responsive-d7e9f69d.d.ts +0 -0
- /package/{date-range-input/cssm → custom-picker-button}/desktop-69921c40.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/hook-ebda875c.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/mobile-96988a65.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/useSkeleton-1b036d4b.d.ts +0 -0
- /package/date-range-input/{Component.desktop-0aa4e915.d.ts → Component.desktop-89f0cb07.d.ts} +0 -0
- /package/date-range-input/{cssm/Component.responsive-0aa4e915.d.ts → Component.responsive-16b1285a.d.ts} +0 -0
- /package/date-range-input/{Component.responsive-785df74d.d.ts → Component.responsive-d7e9f69d.d.ts} +0 -0
- /package/date-range-input/cssm/{Component.desktop-0aa4e915.d.ts → Component.desktop-89f0cb07.d.ts} +0 -0
- /package/date-range-input/cssm/{Component.responsive-785df74d.d.ts → Component.responsive-d7e9f69d.d.ts} +0 -0
- /package/date-range-input/cssm/{desktop-63dec22f.d.ts → desktop-b5b4c59f.d.ts} +0 -0
- /package/date-range-input/{desktop-63dec22f.d.ts → desktop-b5b4c59f.d.ts} +0 -0
- /package/gallery/{buttons-690412e1.d.ts → buttons-0f7e62fa.d.ts} +0 -0
- /package/gallery/{buttons-690412e1.js → buttons-0f7e62fa.js} +0 -0
- /package/gallery/esm/{buttons-56eb04b3.d.ts → buttons-8f2a1c94.d.ts} +0 -0
- /package/gallery/esm/{buttons-56eb04b3.js → buttons-8f2a1c94.js} +0 -0
- /package/gallery/esm/{slide-44fcdb22.d.ts → slide-ceaab2f7.d.ts} +0 -0
- /package/gallery/esm/{slide-44fcdb22.js → slide-ceaab2f7.js} +0 -0
- /package/gallery/modern/{buttons-eaec7dc8.d.ts → buttons-c5da30ee.d.ts} +0 -0
- /package/gallery/modern/{buttons-eaec7dc8.js → buttons-c5da30ee.js} +0 -0
- /package/gallery/modern/{slide-f0094724.d.ts → slide-01729b01.d.ts} +0 -0
- /package/gallery/modern/{slide-f0094724.js → slide-01729b01.js} +0 -0
- /package/gallery/{slide-44acedca.d.ts → slide-d75dc41d.d.ts} +0 -0
- /package/gallery/{slide-44acedca.js → slide-d75dc41d.js} +0 -0
- /package/intl-phone-input/{Component.desktop-4cd3936b.d.ts → Component.desktop-9cded6b9.d.ts} +0 -0
- /package/intl-phone-input/{desktop-785df74d.d.ts → desktop-63dec22f.d.ts} +0 -0
- /package/{custom-picker-button → intl-phone-input}/desktop-89f0cb07.d.ts +0 -0
- /package/{custom-picker-button/mobile-d7e9f69d.d.ts → intl-phone-input/mobile-96988a65.d.ts} +0 -0
- /package/{custom-picker-button → picker-button}/Component-69921c40.d.ts +0 -0
- /package/{custom-picker-button → picker-button}/Component.modal.mobile-0f4b9bed.d.ts +0 -0
- /package/picker-button/{cssm/Component.responsive-3109f463.d.ts → Component.responsive-3109f463.d.ts} +0 -0
- /package/{custom-picker-button → picker-button}/component-10db897e.d.ts +0 -0
- /package/picker-button/{Component-72dda473.d.ts → cssm/Component-72dda473.d.ts} +0 -0
- /package/{intl-phone-input/mobile-d7e9f69d.d.ts → picker-button/cssm/mobile-96988a65.d.ts} +0 -0
- /package/{custom-picker-button/useSkeleton-ebda875c.d.ts → picker-button/cssm/useSkeleton-1b036d4b.d.ts} +0 -0
- /package/picker-button/{cssm/mobile-89f0cb07.d.ts → mobile-89f0cb07.d.ts} +0 -0
- /package/picker-button/{cssm/mobile-d7e9f69d.d.ts → mobile-d7e9f69d.d.ts} +0 -0
- /package/{custom-picker-button → picker-button}/types-67a2d8af.d.ts +0 -0
- /package/picker-button/{cssm/useSkeleton-ebda875c.d.ts → useSkeleton-ebda875c.d.ts} +0 -0
- /package/{custom-picker-button → picker-button}/utils-1574ad8b.d.ts +0 -0
- /package/{custom-picker-button → picker-button}/utils-49cc3c24.d.ts +0 -0
- /package/pure-cell/{component-56e8d476.d.ts → component-0bb227ff.d.ts} +0 -0
- /package/pure-cell/{component-56e8d476.js → component-0bb227ff.js} +0 -0
- /package/pure-cell/esm/{component-81398343.d.ts → component-0fa1f2f4.d.ts} +0 -0
- /package/pure-cell/esm/{component-81398343.js → component-0fa1f2f4.js} +0 -0
- /package/pure-cell/modern/{component-62dc17a6.d.ts → component-62710d9b.d.ts} +0 -0
- /package/pure-cell/modern/{component-62dc17a6.js → component-62710d9b.js} +0 -0
- /package/select/esm/{hook-dbd7a783.d.ts → hook-e63a15d0.d.ts} +0 -0
- /package/select/esm/{hook-dbd7a783.js → hook-e63a15d0.js} +0 -0
- /package/select/{hook-77cb9499.d.ts → hook-74d61833.d.ts} +0 -0
- /package/select/{hook-77cb9499.js → hook-74d61833.js} +0 -0
- /package/select/modern/{hook-2d4246ef.d.ts → hook-5e1db0b0.d.ts} +0 -0
- /package/select/modern/{hook-2d4246ef.js → hook-5e1db0b0.js} +0 -0
- /package/tabs/esm/{index.module-f81c66bd.js → index.module-072f7a03.js} +0 -0
- /package/tabs/esm/{index.module-e596240d.js → index.module-64994e8d.js} +0 -0
- /package/tabs/{index.module-f5167fdf.js → index.module-5f6b14c2.js} +0 -0
- /package/tabs/{index.module-aaabe4b6.js → index.module-e4f107c7.js} +0 -0
- /package/tabs/modern/{index.module-57137d98.js → index.module-5e57388f.js} +0 -0
- /package/tabs/modern/{index.module-328329dc.js → index.module-633b90f6.js} +0 -0
- /package/textarea/{PseudoTextArea-89d92eb6.d.ts → PseudoTextArea-36c6abaa.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-89d92eb6.js → PseudoTextArea-36c6abaa.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-b972f2a1.d.ts → PseudoTextArea-9a6ecffa.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-b972f2a1.js → PseudoTextArea-9a6ecffa.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-05bab99f.d.ts → PseudoTextArea-af080549.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-05bab99f.js → PseudoTextArea-af080549.js} +0 -0
- /package/typography/{colors.module-acfdc4ac.js → colors.module-df0e4b50.js} +0 -0
- /package/typography/{common.module-1e0ee495.js → common.module-f956febc.js} +0 -0
- /package/typography/esm/{colors.module-15b18b20.js → colors.module-9bede968.js} +0 -0
- /package/typography/esm/{common.module-2109e6cf.js → common.module-a7331eab.js} +0 -0
- /package/typography/modern/{colors.module-9ac72522.js → colors.module-3d67b05c.js} +0 -0
- /package/typography/modern/{common.module-89e311be.js → common.module-37e5ffae.js} +0 -0
|
@@ -207,15 +207,7 @@
|
|
|
207
207
|
color: #fff
|
|
208
208
|
} .indicator__grey_1r2ph.indicator__border_1r2ph {
|
|
209
209
|
outline: 2px solid #000;
|
|
210
|
-
}
|
|
211
|
-
color: #85858d;
|
|
212
|
-
} .icon-view__bg_10fzh {
|
|
213
|
-
fill: #202022;
|
|
214
|
-
} .icon-view__border_10fzh {
|
|
215
|
-
stroke: rgba(255, 255, 255, 0.1);
|
|
216
|
-
fill: transparent;
|
|
217
|
-
} .icon-view__children_10fzh {
|
|
218
|
-
}@media (max-width: 599px) {
|
|
210
|
+
}@media (max-width: 599px) {
|
|
219
211
|
}
|
|
220
212
|
@media (min-width: 320px) {
|
|
221
213
|
}
|
|
@@ -267,7 +259,15 @@
|
|
|
267
259
|
}
|
|
268
260
|
@media (min-width: 1920px) {
|
|
269
261
|
}
|
|
270
|
-
|
|
262
|
+
.icon-view__component_10fzh {
|
|
263
|
+
color: #85858d;
|
|
264
|
+
} .icon-view__bg_10fzh {
|
|
265
|
+
fill: #202022;
|
|
266
|
+
} .icon-view__border_10fzh {
|
|
267
|
+
stroke: rgba(255, 255, 255, 0.1);
|
|
268
|
+
fill: transparent;
|
|
269
|
+
} .icon-view__children_10fzh {
|
|
270
|
+
}@keyframes loader__blink_h1erd {
|
|
271
271
|
}.link__primary_uqxqa {
|
|
272
272
|
color: #fff;
|
|
273
273
|
border-bottom-color: #fff
|
|
@@ -454,14 +454,7 @@
|
|
|
454
454
|
background: #ef3124;
|
|
455
455
|
} .slider__component_1dl5a .noUi-pips {
|
|
456
456
|
color: rgba(235, 235, 245, 0.54);
|
|
457
|
-
}.
|
|
458
|
-
color: #fff;
|
|
459
|
-
}
|
|
460
|
-
@keyframes spinner__spin_animation_7yir0 {
|
|
461
|
-
}
|
|
462
|
-
.spinner__component_avukz {
|
|
463
|
-
color: #0e0e0e;
|
|
464
|
-
}.status__soft_1i6vj.status__green_1i6vj {
|
|
457
|
+
}.status__soft_1i6vj.status__green_1i6vj {
|
|
465
458
|
background: rgba(19, 164, 99, 0.1);
|
|
466
459
|
color: #13a463;
|
|
467
460
|
} .status__soft_1i6vj.status__orange_1i6vj {
|
|
@@ -498,7 +491,14 @@
|
|
|
498
491
|
background: #219187;
|
|
499
492
|
} .status__contrast_1i6vj.status__purple_1i6vj {
|
|
500
493
|
background: #673ab7;
|
|
501
|
-
}.
|
|
494
|
+
}.spinner__component_1w008 {
|
|
495
|
+
color: #fff;
|
|
496
|
+
}
|
|
497
|
+
@keyframes spinner__spin_animation_7yir0 {
|
|
498
|
+
}
|
|
499
|
+
.spinner__component_avukz {
|
|
500
|
+
color: #0e0e0e;
|
|
501
|
+
}.switch__component_1jts7 {
|
|
502
502
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
503
503
|
} .switch__switch_1jts7 {
|
|
504
504
|
background-color: #85858d;
|
|
@@ -1029,26 +1029,7 @@
|
|
|
1029
1029
|
} .tag__component_1jfx1.tag__checked_1jfx1:disabled {
|
|
1030
1030
|
border-color: transparent;
|
|
1031
1031
|
color: #fff;
|
|
1032
|
-
}.
|
|
1033
|
-
background: #121212;
|
|
1034
|
-
} .sortable-list__secondary_19a5m {
|
|
1035
|
-
background: #202022;
|
|
1036
|
-
}
|
|
1037
|
-
.sortable-list__component_iq6fb:hover .sortable-list__icon_iq6fb {
|
|
1038
|
-
color: #fff;
|
|
1039
|
-
} .sortable-list__icon_iq6fb {
|
|
1040
|
-
color: #85858d;
|
|
1041
|
-
} .sortable-list__dragOverlay_iq6fb {
|
|
1042
|
-
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1043
|
-
0 0 1px rgba(0, 0, 0, 0.04)
|
|
1044
|
-
} .sortable-list__dragOverlay_iq6fb .sortable-list__icon_iq6fb {
|
|
1045
|
-
color: #fff;
|
|
1046
|
-
} @keyframes sortable-list__pop_iq6fb {
|
|
1047
|
-
to {
|
|
1048
|
-
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1049
|
-
0 0 1px rgba(0, 0, 0, 0.04);
|
|
1050
|
-
}
|
|
1051
|
-
}.form-control__inner_1mdrz {
|
|
1032
|
+
}.form-control__inner_1mdrz {
|
|
1052
1033
|
background-color: #202022;
|
|
1053
1034
|
} .form-control__disabled_1mdrz {
|
|
1054
1035
|
background-color: #121212;
|
|
@@ -1149,6 +1130,25 @@
|
|
|
1149
1130
|
color: #ef3124;
|
|
1150
1131
|
} .form-control__hasError_19mmd .form-control__label_19mmd {
|
|
1151
1132
|
color: rgba(60, 60, 67, 0.66);
|
|
1133
|
+
}.sortable-list__primary_19a5m {
|
|
1134
|
+
background: #121212;
|
|
1135
|
+
} .sortable-list__secondary_19a5m {
|
|
1136
|
+
background: #202022;
|
|
1137
|
+
}
|
|
1138
|
+
.sortable-list__component_iq6fb:hover .sortable-list__icon_iq6fb {
|
|
1139
|
+
color: #fff;
|
|
1140
|
+
} .sortable-list__icon_iq6fb {
|
|
1141
|
+
color: #85858d;
|
|
1142
|
+
} .sortable-list__dragOverlay_iq6fb {
|
|
1143
|
+
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1144
|
+
0 0 1px rgba(0, 0, 0, 0.04)
|
|
1145
|
+
} .sortable-list__dragOverlay_iq6fb .sortable-list__icon_iq6fb {
|
|
1146
|
+
color: #fff;
|
|
1147
|
+
} @keyframes sortable-list__pop_iq6fb {
|
|
1148
|
+
to {
|
|
1149
|
+
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1150
|
+
0 0 1px rgba(0, 0, 0, 0.04);
|
|
1151
|
+
}
|
|
1152
1152
|
}
|
|
1153
1153
|
.system-message__component_u2kl1 {
|
|
1154
1154
|
color: rgba(235, 235, 245, 0.54);
|
|
@@ -1306,7 +1306,126 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
1306
1306
|
color: #0e0e0e;
|
|
1307
1307
|
} button.pagination__tag_1ceo6.pagination__tag_1ceo6.pagination__checked_1ceo6:active:not(:disabled) {
|
|
1308
1308
|
color: #fff;
|
|
1309
|
-
}.
|
|
1309
|
+
}.textarea__input_18hy0 {
|
|
1310
|
+
color: #fff;
|
|
1311
|
+
caret-color: #fff;
|
|
1312
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1313
|
+
} .textarea__input_18hy0:-webkit-autofill {
|
|
1314
|
+
-webkit-text-fill-color: #fff;
|
|
1315
|
+
} .textarea__input_18hy0::placeholder {
|
|
1316
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1317
|
+
} .textarea__hasInnerLabel_18hy0::placeholder {
|
|
1318
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1319
|
+
} .textarea__clearIcon_18hy0 {
|
|
1320
|
+
color: #fff;
|
|
1321
|
+
} .textarea__input_18hy0:read-only:not(.textarea__disableUserInput_18hy0) {
|
|
1322
|
+
color: rgba(235, 235, 245, 0.54)
|
|
1323
|
+
} .textarea__input_18hy0:read-only:not(.textarea__disableUserInput_18hy0):focus::placeholder {
|
|
1324
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1325
|
+
} .textarea__input_18hy0:disabled {
|
|
1326
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1327
|
+
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1328
|
+
} .textarea__input_18hy0:focus::placeholder {
|
|
1329
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1330
|
+
} .textarea__textarea_18hy0 {
|
|
1331
|
+
color: #fff;
|
|
1332
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1333
|
+
} .textarea__textarea_18hy0::placeholder {
|
|
1334
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1335
|
+
} .textarea__hasInnerLabel_18hy0::placeholder {
|
|
1336
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1337
|
+
} .textarea__textarea_18hy0:disabled {
|
|
1338
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1339
|
+
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1340
|
+
} .textarea__textarea_18hy0:read-only {
|
|
1341
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1342
|
+
} .textarea__textarea_18hy0:focus::placeholder {
|
|
1343
|
+
color: rgba(235, 235, 245, 0.32);
|
|
1344
|
+
} .textarea__hint_18hy0 {
|
|
1345
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1346
|
+
} .textarea__error_18hy0 {
|
|
1347
|
+
color: #f15045;
|
|
1348
|
+
}
|
|
1349
|
+
.textarea__customScrollbar_4opwt::-webkit-scrollbar-track {
|
|
1350
|
+
background-color: transparent;
|
|
1351
|
+
} .textarea__customScrollbar_4opwt::-webkit-scrollbar-track-piece {
|
|
1352
|
+
background-color: transparent;
|
|
1353
|
+
} .textarea__customScrollbar_4opwt::-webkit-scrollbar-thumb {
|
|
1354
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
1355
|
+
border-color: transparent;
|
|
1356
|
+
} .textarea__customScrollbar_4opwt::-webkit-scrollbar-thumb:active {
|
|
1357
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
1358
|
+
} .textarea__pseudoTextarea_4opwt span {
|
|
1359
|
+
color: transparent;
|
|
1360
|
+
} .textarea__pseudoTextarea_4opwt .textarea__overflow_4opwt {
|
|
1361
|
+
background-color: rgba(217, 29, 11, 0.4);
|
|
1362
|
+
} .textarea__focusVisible_4opwt {
|
|
1363
|
+
outline: 2px solid #0072ef;
|
|
1364
|
+
} .textarea__textarea_4opwt.textarea__s_4opwt {
|
|
1365
|
+
border-top: 14px solid transparent;
|
|
1366
|
+
border-bottom: 14px solid transparent;
|
|
1367
|
+
} .textarea__textarea_4opwt.textarea__m_4opwt {
|
|
1368
|
+
border-top: 18px solid transparent;
|
|
1369
|
+
border-bottom: 18px solid transparent;
|
|
1370
|
+
} .textarea__textarea_4opwt.textarea__l_4opwt {
|
|
1371
|
+
border-top: 22px solid transparent;
|
|
1372
|
+
border-bottom: 22px solid transparent;
|
|
1373
|
+
} .textarea__textarea_4opwt.textarea__xl_4opwt {
|
|
1374
|
+
border-top: 24px solid transparent;
|
|
1375
|
+
border-bottom: 24px solid transparent;
|
|
1376
|
+
} .textarea__textarea_4opwt.textarea__hasInnerLabel_4opwt.textarea__s_4opwt {
|
|
1377
|
+
border-top: 24px solid transparent;
|
|
1378
|
+
border-bottom: 4px solid transparent;
|
|
1379
|
+
} .textarea__textarea_4opwt.textarea__hasInnerLabel_4opwt.textarea__m_4opwt {
|
|
1380
|
+
border-top: 24px solid transparent;
|
|
1381
|
+
border-bottom: 8px solid transparent;
|
|
1382
|
+
} .textarea__textarea_4opwt.textarea__hasInnerLabel_4opwt.textarea__l_4opwt {
|
|
1383
|
+
border-top: 32px solid transparent;
|
|
1384
|
+
border-bottom: 12px solid transparent;
|
|
1385
|
+
} .textarea__textarea_4opwt.textarea__hasInnerLabel_4opwt.textarea__xl_4opwt {
|
|
1386
|
+
border-top: 34px solid transparent;
|
|
1387
|
+
border-bottom: 14px solid transparent;
|
|
1388
|
+
}
|
|
1389
|
+
.textarea__input_c3ycd {
|
|
1390
|
+
color: #0e0e0e;
|
|
1391
|
+
caret-color: #0e0e0e;
|
|
1392
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1393
|
+
} .textarea__input_c3ycd:-webkit-autofill {
|
|
1394
|
+
-webkit-text-fill-color: #0e0e0e;
|
|
1395
|
+
} .textarea__input_c3ycd::placeholder {
|
|
1396
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1397
|
+
} .textarea__hasInnerLabel_c3ycd::placeholder {
|
|
1398
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1399
|
+
} .textarea__clearIcon_c3ycd {
|
|
1400
|
+
color: #0e0e0e;
|
|
1401
|
+
} .textarea__input_c3ycd:read-only:not(.textarea__disableUserInput_c3ycd) {
|
|
1402
|
+
color: rgba(60, 60, 67, 0.66)
|
|
1403
|
+
} .textarea__input_c3ycd:read-only:not(.textarea__disableUserInput_c3ycd):focus::placeholder {
|
|
1404
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1405
|
+
} .textarea__input_c3ycd:disabled {
|
|
1406
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1407
|
+
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1408
|
+
} .textarea__input_c3ycd:focus::placeholder {
|
|
1409
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1410
|
+
} .textarea__textarea_c3ycd {
|
|
1411
|
+
color: #0e0e0e;
|
|
1412
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1413
|
+
} .textarea__textarea_c3ycd::placeholder {
|
|
1414
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1415
|
+
} .textarea__hasInnerLabel_c3ycd::placeholder {
|
|
1416
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1417
|
+
} .textarea__textarea_c3ycd:disabled {
|
|
1418
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1419
|
+
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1420
|
+
} .textarea__textarea_c3ycd:read-only {
|
|
1421
|
+
color: rgba(60, 60, 67, 0.66);
|
|
1422
|
+
} .textarea__textarea_c3ycd:focus::placeholder {
|
|
1423
|
+
color: rgba(60, 60, 67, 0.4);
|
|
1424
|
+
} .textarea__hint_c3ycd {
|
|
1425
|
+
color: rgba(235, 235, 245, 0.54);
|
|
1426
|
+
} .textarea__error_c3ycd {
|
|
1427
|
+
color: #f15045;
|
|
1428
|
+
}.button__secondary_ycpgk {
|
|
1310
1429
|
background-color: rgba(255, 255, 255, 0.06)
|
|
1311
1430
|
} .button__secondary_ycpgk:hover {
|
|
1312
1431
|
background-color: rgba(255, 255, 255, 0.1258);
|
|
@@ -1663,126 +1782,7 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
1663
1782
|
color: #0e0e0e;
|
|
1664
1783
|
} .button__component_1175a[disabled].button__ghost_1175a.button__loading_1175a {
|
|
1665
1784
|
color: #0e0e0e;
|
|
1666
|
-
}.
|
|
1667
|
-
color: #fff;
|
|
1668
|
-
caret-color: #fff;
|
|
1669
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1670
|
-
} .textarea__input_18hy0:-webkit-autofill {
|
|
1671
|
-
-webkit-text-fill-color: #fff;
|
|
1672
|
-
} .textarea__input_18hy0::placeholder {
|
|
1673
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1674
|
-
} .textarea__hasInnerLabel_18hy0::placeholder {
|
|
1675
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1676
|
-
} .textarea__clearIcon_18hy0 {
|
|
1677
|
-
color: #fff;
|
|
1678
|
-
} .textarea__input_18hy0:read-only:not(.textarea__disableUserInput_18hy0) {
|
|
1679
|
-
color: rgba(235, 235, 245, 0.54)
|
|
1680
|
-
} .textarea__input_18hy0:read-only:not(.textarea__disableUserInput_18hy0):focus::placeholder {
|
|
1681
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1682
|
-
} .textarea__input_18hy0:disabled {
|
|
1683
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1684
|
-
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1685
|
-
} .textarea__input_18hy0:focus::placeholder {
|
|
1686
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1687
|
-
} .textarea__textarea_18hy0 {
|
|
1688
|
-
color: #fff;
|
|
1689
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1690
|
-
} .textarea__textarea_18hy0::placeholder {
|
|
1691
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1692
|
-
} .textarea__hasInnerLabel_18hy0::placeholder {
|
|
1693
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1694
|
-
} .textarea__textarea_18hy0:disabled {
|
|
1695
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1696
|
-
-webkit-text-fill-color: rgba(235, 235, 245, 0.54);
|
|
1697
|
-
} .textarea__textarea_18hy0:read-only {
|
|
1698
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1699
|
-
} .textarea__textarea_18hy0:focus::placeholder {
|
|
1700
|
-
color: rgba(235, 235, 245, 0.32);
|
|
1701
|
-
} .textarea__hint_18hy0 {
|
|
1702
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1703
|
-
} .textarea__error_18hy0 {
|
|
1704
|
-
color: #f15045;
|
|
1705
|
-
}
|
|
1706
|
-
.textarea__customScrollbar_4opwt::-webkit-scrollbar-track {
|
|
1707
|
-
background-color: transparent;
|
|
1708
|
-
} .textarea__customScrollbar_4opwt::-webkit-scrollbar-track-piece {
|
|
1709
|
-
background-color: transparent;
|
|
1710
|
-
} .textarea__customScrollbar_4opwt::-webkit-scrollbar-thumb {
|
|
1711
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
1712
|
-
border-color: transparent;
|
|
1713
|
-
} .textarea__customScrollbar_4opwt::-webkit-scrollbar-thumb:active {
|
|
1714
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
1715
|
-
} .textarea__pseudoTextarea_4opwt span {
|
|
1716
|
-
color: transparent;
|
|
1717
|
-
} .textarea__pseudoTextarea_4opwt .textarea__overflow_4opwt {
|
|
1718
|
-
background-color: rgba(217, 29, 11, 0.4);
|
|
1719
|
-
} .textarea__focusVisible_4opwt {
|
|
1720
|
-
outline: 2px solid #0072ef;
|
|
1721
|
-
} .textarea__textarea_4opwt.textarea__s_4opwt {
|
|
1722
|
-
border-top: 14px solid transparent;
|
|
1723
|
-
border-bottom: 14px solid transparent;
|
|
1724
|
-
} .textarea__textarea_4opwt.textarea__m_4opwt {
|
|
1725
|
-
border-top: 18px solid transparent;
|
|
1726
|
-
border-bottom: 18px solid transparent;
|
|
1727
|
-
} .textarea__textarea_4opwt.textarea__l_4opwt {
|
|
1728
|
-
border-top: 22px solid transparent;
|
|
1729
|
-
border-bottom: 22px solid transparent;
|
|
1730
|
-
} .textarea__textarea_4opwt.textarea__xl_4opwt {
|
|
1731
|
-
border-top: 24px solid transparent;
|
|
1732
|
-
border-bottom: 24px solid transparent;
|
|
1733
|
-
} .textarea__textarea_4opwt.textarea__hasInnerLabel_4opwt.textarea__s_4opwt {
|
|
1734
|
-
border-top: 24px solid transparent;
|
|
1735
|
-
border-bottom: 4px solid transparent;
|
|
1736
|
-
} .textarea__textarea_4opwt.textarea__hasInnerLabel_4opwt.textarea__m_4opwt {
|
|
1737
|
-
border-top: 24px solid transparent;
|
|
1738
|
-
border-bottom: 8px solid transparent;
|
|
1739
|
-
} .textarea__textarea_4opwt.textarea__hasInnerLabel_4opwt.textarea__l_4opwt {
|
|
1740
|
-
border-top: 32px solid transparent;
|
|
1741
|
-
border-bottom: 12px solid transparent;
|
|
1742
|
-
} .textarea__textarea_4opwt.textarea__hasInnerLabel_4opwt.textarea__xl_4opwt {
|
|
1743
|
-
border-top: 34px solid transparent;
|
|
1744
|
-
border-bottom: 14px solid transparent;
|
|
1745
|
-
}
|
|
1746
|
-
.textarea__input_c3ycd {
|
|
1747
|
-
color: #0e0e0e;
|
|
1748
|
-
caret-color: #0e0e0e;
|
|
1749
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1750
|
-
} .textarea__input_c3ycd:-webkit-autofill {
|
|
1751
|
-
-webkit-text-fill-color: #0e0e0e;
|
|
1752
|
-
} .textarea__input_c3ycd::placeholder {
|
|
1753
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1754
|
-
} .textarea__hasInnerLabel_c3ycd::placeholder {
|
|
1755
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1756
|
-
} .textarea__clearIcon_c3ycd {
|
|
1757
|
-
color: #0e0e0e;
|
|
1758
|
-
} .textarea__input_c3ycd:read-only:not(.textarea__disableUserInput_c3ycd) {
|
|
1759
|
-
color: rgba(60, 60, 67, 0.66)
|
|
1760
|
-
} .textarea__input_c3ycd:read-only:not(.textarea__disableUserInput_c3ycd):focus::placeholder {
|
|
1761
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1762
|
-
} .textarea__input_c3ycd:disabled {
|
|
1763
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1764
|
-
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1765
|
-
} .textarea__input_c3ycd:focus::placeholder {
|
|
1766
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1767
|
-
} .textarea__textarea_c3ycd {
|
|
1768
|
-
color: #0e0e0e;
|
|
1769
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1770
|
-
} .textarea__textarea_c3ycd::placeholder {
|
|
1771
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1772
|
-
} .textarea__hasInnerLabel_c3ycd::placeholder {
|
|
1773
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1774
|
-
} .textarea__textarea_c3ycd:disabled {
|
|
1775
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1776
|
-
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
1777
|
-
} .textarea__textarea_c3ycd:read-only {
|
|
1778
|
-
color: rgba(60, 60, 67, 0.66);
|
|
1779
|
-
} .textarea__textarea_c3ycd:focus::placeholder {
|
|
1780
|
-
color: rgba(60, 60, 67, 0.4);
|
|
1781
|
-
} .textarea__hint_c3ycd {
|
|
1782
|
-
color: rgba(235, 235, 245, 0.54);
|
|
1783
|
-
} .textarea__error_c3ycd {
|
|
1784
|
-
color: #f15045;
|
|
1785
|
-
}.drawer__customScrollbar_ikkrw::-webkit-scrollbar-track {
|
|
1785
|
+
}.drawer__customScrollbar_ikkrw::-webkit-scrollbar-track {
|
|
1786
1786
|
background-color: transparent;
|
|
1787
1787
|
} .drawer__customScrollbar_ikkrw::-webkit-scrollbar-track-piece {
|
|
1788
1788
|
background-color: transparent;
|
|
@@ -1801,6 +1801,8 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
1801
1801
|
} .drawer__backdropExitActive_ikkrw,
|
|
1802
1802
|
.drawer__backdropExitDone_ikkrw {
|
|
1803
1803
|
background-color: transparent;
|
|
1804
|
+
}.comment__component_1m871 {
|
|
1805
|
+
background-color: #202022;
|
|
1804
1806
|
}.circular-progress-bar__component_rw3mw.circular-progress-bar__bg-positive_rw3mw {
|
|
1805
1807
|
background: #2fc26e;
|
|
1806
1808
|
} .circular-progress-bar__component_rw3mw.circular-progress-bar__bg-negative_rw3mw {
|
|
@@ -1851,8 +1853,6 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
1851
1853
|
background-color: #121212;
|
|
1852
1854
|
} .chart__tooltipArrow_oygmn:before {
|
|
1853
1855
|
border-color: transparent #121212 transparent transparent;
|
|
1854
|
-
}.comment__component_1m871 {
|
|
1855
|
-
background-color: #202022;
|
|
1856
1856
|
}.list-header__filled_usvqz {
|
|
1857
1857
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1858
1858
|
}.list__list_piidp {
|
|
@@ -2089,13 +2089,35 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
2089
2089
|
color: rgba(193, 193, 195, 0.3)
|
|
2090
2090
|
} .cc-icon-button.icon-button__component_1i0p1:disabled.icon-button__tertiary_1i0p1.icon-button__loader_1i0p1 {
|
|
2091
2091
|
color: #c1c1c3;
|
|
2092
|
-
}.
|
|
2092
|
+
}.pass-code__message_j2j0x {
|
|
2093
2093
|
color: #fff;
|
|
2094
|
-
} .
|
|
2094
|
+
} .pass-code__error_j2j0x {
|
|
2095
2095
|
color: #f15045;
|
|
2096
|
-
}
|
|
2097
|
-
|
|
2098
|
-
|
|
2096
|
+
}
|
|
2097
|
+
.pass-code__dot_1wqlp {
|
|
2098
|
+
background: #3a3a3c
|
|
2099
|
+
} .pass-code__dot_1wqlp.pass-code__error_1wqlp {
|
|
2100
|
+
background: #d91d0b;
|
|
2101
|
+
} .pass-code__filled_1wqlp {
|
|
2102
|
+
background: #fff;
|
|
2103
|
+
}
|
|
2104
|
+
@keyframes pass-code__shake_bwpot {
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
.pass-code__secondary_12z1k.pass-code__secondary_12z1k {
|
|
2108
|
+
color: #fff;
|
|
2109
|
+
background: rgba(255, 255, 255, 0.06)
|
|
2110
|
+
} .pass-code__secondary_12z1k.pass-code__secondary_12z1k:hover {
|
|
2111
|
+
color: #fff;
|
|
2112
|
+
} .pass-code__secondary_12z1k.pass-code__secondary_12z1k:active {
|
|
2113
|
+
background: rgba(255, 255, 255, 0.11);
|
|
2114
|
+
} .pass-code__ghost_12z1k.pass-code__ghost_12z1k {
|
|
2115
|
+
color: #fff
|
|
2116
|
+
} .pass-code__ghost_12z1k.pass-code__ghost_12z1k:hover {
|
|
2117
|
+
color: #fff;
|
|
2118
|
+
} .pass-code__ghost_12z1k.pass-code__ghost_12z1k:active {
|
|
2119
|
+
background: rgba(255, 255, 255, 0.11);
|
|
2120
|
+
}.input__error_ituit {
|
|
2099
2121
|
color: #f15045;
|
|
2100
2122
|
caret-color: #f15045;
|
|
2101
2123
|
}
|
|
@@ -2175,35 +2197,27 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
2175
2197
|
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
2176
2198
|
} .input__input_6d7av:focus::placeholder {
|
|
2177
2199
|
color: rgba(60, 60, 67, 0.4);
|
|
2178
|
-
}.
|
|
2200
|
+
}.pattern-lock__message_31iw4 {
|
|
2179
2201
|
color: #fff;
|
|
2180
|
-
} .
|
|
2202
|
+
} .pattern-lock__error_31iw4 {
|
|
2181
2203
|
color: #f15045;
|
|
2204
|
+
} @media screen and (min-width: 360px) {
|
|
2205
|
+
} @media screen and (min-width: 390px) {
|
|
2206
|
+
}.pure-cell__focused_2cii8 {
|
|
2207
|
+
outline: 2px solid #0072ef;
|
|
2182
2208
|
}
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
background: #fff;
|
|
2189
|
-
}
|
|
2190
|
-
@keyframes pass-code__shake_bwpot {
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
|
|
2212
|
+
.pure-cell__categoryPercent_190tr {
|
|
2213
|
+
background-color: #202022;
|
|
2191
2214
|
}
|
|
2192
2215
|
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
} .pass-code__secondary_12z1k.pass-code__secondary_12z1k:active {
|
|
2199
|
-
background: rgba(255, 255, 255, 0.11);
|
|
2200
|
-
} .pass-code__ghost_12z1k.pass-code__ghost_12z1k {
|
|
2201
|
-
color: #fff
|
|
2202
|
-
} .pass-code__ghost_12z1k.pass-code__ghost_12z1k:hover {
|
|
2203
|
-
color: #fff;
|
|
2204
|
-
} .pass-code__ghost_12z1k.pass-code__ghost_12z1k:active {
|
|
2205
|
-
background: rgba(255, 255, 255, 0.11);
|
|
2206
|
-
}.file-upload-item__component_sefdo {
|
|
2216
|
+
|
|
2217
|
+
|
|
2218
|
+
|
|
2219
|
+
|
|
2220
|
+
.file-upload-item__component_sefdo {
|
|
2207
2221
|
color: rgba(235, 235, 245, 0.54);
|
|
2208
2222
|
box-shadow: 0 -1px 0 0 #2b2b2e inset
|
|
2209
2223
|
} .file-upload-item__icon_sefdo {
|
|
@@ -2216,21 +2230,7 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
2216
2230
|
color: #fff
|
|
2217
2231
|
} .file-upload-item__errorWrapper_sefdo {
|
|
2218
2232
|
color: #ef3124
|
|
2219
|
-
}.
|
|
2220
|
-
outline: 2px solid #0072ef;
|
|
2221
|
-
}
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
.pure-cell__categoryPercent_190tr {
|
|
2226
|
-
background-color: #202022;
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
.navigation-bar__content_k9iz2 {
|
|
2233
|
+
}.navigation-bar__content_k9iz2 {
|
|
2234
2234
|
color: #fff
|
|
2235
2235
|
} .navigation-bar__subtitle_k9iz2 {
|
|
2236
2236
|
color: rgba(235, 235, 245, 0.54);
|
|
@@ -2524,6 +2524,7 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
2524
2524
|
}
|
|
2525
2525
|
.amount-input__minorPartAndCurrency_1w06y {
|
|
2526
2526
|
color: rgba(60, 60, 67, 0.66);
|
|
2527
|
+
}@media (min-width: 600px) {
|
|
2527
2528
|
}.tooltip__hint_1reee {
|
|
2528
2529
|
background-color: #fff;
|
|
2529
2530
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
@@ -2553,8 +2554,7 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
2553
2554
|
} .tooltip__hint_ik0ey .tooltip__arrow_ik0ey:after {
|
|
2554
2555
|
background-color: #121212;
|
|
2555
2556
|
}
|
|
2556
|
-
|
|
2557
|
-
}.calendar__container_974er.calendar__customScrollbar_974er::-webkit-scrollbar-track {
|
|
2557
|
+
.calendar__container_974er.calendar__customScrollbar_974er::-webkit-scrollbar-track {
|
|
2558
2558
|
background-color: transparent;
|
|
2559
2559
|
} .calendar__container_974er.calendar__customScrollbar_974er::-webkit-scrollbar-track-piece {
|
|
2560
2560
|
background-color: transparent;
|
|
@@ -2684,7 +2684,56 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
2684
2684
|
color: #0e0e0e;
|
|
2685
2685
|
}
|
|
2686
2686
|
@media (max-width: 374px) {
|
|
2687
|
-
}.
|
|
2687
|
+
}.gallery__container_1rbu0 {
|
|
2688
|
+
background-color: #121212;
|
|
2689
|
+
} .gallery__modal_1rbu0 {
|
|
2690
|
+
background: transparent;
|
|
2691
|
+
}
|
|
2692
|
+
.gallery__buttons_evvlt path {
|
|
2693
|
+
color: #fff;
|
|
2694
|
+
} .gallery__iconButton_evvlt:hover path {
|
|
2695
|
+
color: rgb(237, 237, 237);
|
|
2696
|
+
} .gallery__iconButton_evvlt:active path {
|
|
2697
|
+
color: rgb(217, 217, 217);
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
.gallery__component_qsmfc {
|
|
2701
|
+
border: 2px solid rgba(0, 0, 0, 0);
|
|
2702
|
+
} .gallery__active_qsmfc {
|
|
2703
|
+
border-color: rgba(255, 255, 255, 0.4)
|
|
2704
|
+
} .gallery__image_qsmfc {
|
|
2705
|
+
background-color: #121212
|
|
2706
|
+
} .gallery__loading_qsmfc {
|
|
2707
|
+
background-color: #202022
|
|
2708
|
+
} .gallery__loading_qsmfc .gallery__active_qsmfc {
|
|
2709
|
+
background-color: #3a3a3c;
|
|
2710
|
+
} .gallery__brokenImageWrapper_qsmfc {
|
|
2711
|
+
background-color: #3a3a3c
|
|
2712
|
+
} .gallery__focused_qsmfc {
|
|
2713
|
+
outline: 2px solid #0072ef;
|
|
2714
|
+
}
|
|
2715
|
+
.gallery__component_y63lr {
|
|
2716
|
+
background-color: #121212;
|
|
2717
|
+
} .gallery__slideLoading_y63lr {
|
|
2718
|
+
background-color: #202022;
|
|
2719
|
+
} .gallery__image_y63lr {
|
|
2720
|
+
background-color: #121212;
|
|
2721
|
+
} .gallery__smallImage_y63lr {
|
|
2722
|
+
background-color: #121212;
|
|
2723
|
+
} .gallery__arrow_y63lr {
|
|
2724
|
+
color: #fff
|
|
2725
|
+
} .gallery__arrow_y63lr:hover {
|
|
2726
|
+
background-color: rgb(54, 54, 54);
|
|
2727
|
+
} .gallery__arrow_y63lr:active {
|
|
2728
|
+
background-color: rgb(65, 65, 65);
|
|
2729
|
+
} .gallery__focused_y63lr {
|
|
2730
|
+
outline: 2px solid #0072ef;
|
|
2731
|
+
} .gallery__placeholder_y63lr {
|
|
2732
|
+
background-color: #3a3a3c;
|
|
2733
|
+
} .gallery__fullScreenImage_y63lr {
|
|
2734
|
+
background-color: #121212;
|
|
2735
|
+
}
|
|
2736
|
+
.select__arrow_19zoj {
|
|
2688
2737
|
color: #fff;
|
|
2689
2738
|
}
|
|
2690
2739
|
|
|
@@ -2782,55 +2831,6 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
2782
2831
|
.select__footer_2pb3f {
|
|
2783
2832
|
background-color: #121212
|
|
2784
2833
|
}
|
|
2785
|
-
.gallery__container_1rbu0 {
|
|
2786
|
-
background-color: #121212;
|
|
2787
|
-
} .gallery__modal_1rbu0 {
|
|
2788
|
-
background: transparent;
|
|
2789
|
-
}
|
|
2790
|
-
.gallery__buttons_evvlt path {
|
|
2791
|
-
color: #fff;
|
|
2792
|
-
} .gallery__iconButton_evvlt:hover path {
|
|
2793
|
-
color: rgb(237, 237, 237);
|
|
2794
|
-
} .gallery__iconButton_evvlt:active path {
|
|
2795
|
-
color: rgb(217, 217, 217);
|
|
2796
|
-
}
|
|
2797
|
-
|
|
2798
|
-
.gallery__component_qsmfc {
|
|
2799
|
-
border: 2px solid rgba(0, 0, 0, 0);
|
|
2800
|
-
} .gallery__active_qsmfc {
|
|
2801
|
-
border-color: rgba(255, 255, 255, 0.4)
|
|
2802
|
-
} .gallery__image_qsmfc {
|
|
2803
|
-
background-color: #121212
|
|
2804
|
-
} .gallery__loading_qsmfc {
|
|
2805
|
-
background-color: #202022
|
|
2806
|
-
} .gallery__loading_qsmfc .gallery__active_qsmfc {
|
|
2807
|
-
background-color: #3a3a3c;
|
|
2808
|
-
} .gallery__brokenImageWrapper_qsmfc {
|
|
2809
|
-
background-color: #3a3a3c
|
|
2810
|
-
} .gallery__focused_qsmfc {
|
|
2811
|
-
outline: 2px solid #0072ef;
|
|
2812
|
-
}
|
|
2813
|
-
.gallery__component_y63lr {
|
|
2814
|
-
background-color: #121212;
|
|
2815
|
-
} .gallery__slideLoading_y63lr {
|
|
2816
|
-
background-color: #202022;
|
|
2817
|
-
} .gallery__image_y63lr {
|
|
2818
|
-
background-color: #121212;
|
|
2819
|
-
} .gallery__smallImage_y63lr {
|
|
2820
|
-
background-color: #121212;
|
|
2821
|
-
} .gallery__arrow_y63lr {
|
|
2822
|
-
color: #fff
|
|
2823
|
-
} .gallery__arrow_y63lr:hover {
|
|
2824
|
-
background-color: rgb(54, 54, 54);
|
|
2825
|
-
} .gallery__arrow_y63lr:active {
|
|
2826
|
-
background-color: rgb(65, 65, 65);
|
|
2827
|
-
} .gallery__focused_y63lr {
|
|
2828
|
-
outline: 2px solid #0072ef;
|
|
2829
|
-
} .gallery__placeholder_y63lr {
|
|
2830
|
-
background-color: #3a3a3c;
|
|
2831
|
-
} .gallery__fullScreenImage_y63lr {
|
|
2832
|
-
background-color: #121212;
|
|
2833
|
-
}
|
|
2834
2834
|
.calendar-with-skeleton__skeleton_1i6nb {
|
|
2835
2835
|
background-color: #121212;
|
|
2836
2836
|
}.calendar-input__calendarContainer_17yy8 {
|
|
@@ -2877,10 +2877,7 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
2877
2877
|
.picker-button__linkOpen_1osls:not(:hover) {
|
|
2878
2878
|
background-color: rgba(255, 255, 255, 0.06);
|
|
2879
2879
|
}
|
|
2880
|
-
|
|
2881
|
-
.calendar-range__component_1jw55:after {
|
|
2882
|
-
background-color: #fff;
|
|
2883
|
-
}.table__component_fchf1 {
|
|
2880
|
+
.table__component_fchf1 {
|
|
2884
2881
|
border-top: 1px solid #2b2b2e;
|
|
2885
2882
|
}
|
|
2886
2883
|
.table__wrapper_1lk5j {
|
|
@@ -2927,6 +2924,9 @@ button.pagination__tag_1ceo6.pagination__tag_1ceo6 {
|
|
|
2927
2924
|
.table__open_abfum:hover {
|
|
2928
2925
|
background-color: rgba(255, 255, 255, 0.163);
|
|
2929
2926
|
}
|
|
2927
|
+
.calendar-range__component_1jw55:after {
|
|
2928
|
+
background-color: #fff;
|
|
2929
|
+
}
|
|
2930
2930
|
.international-phone-input__dialCode_1difn {
|
|
2931
2931
|
color: rgba(235, 235, 245, 0.54);
|
|
2932
2932
|
} .international-phone-input__emptyCountryIcon_1difn {
|