@alfalab/core-components 27.5.0-beta.0 → 27.5.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bottom-sheet/{component-69df90d5.d.ts → component-5306cb91.d.ts} +0 -0
- package/bottom-sheet/{component-69df90d5.js → component-5306cb91.js} +1 -1
- package/bottom-sheet/component.js +2 -2
- package/bottom-sheet/components/backer/Component.js +1 -1
- package/bottom-sheet/components/closer/Component.js +1 -1
- package/bottom-sheet/components/header/Component.js +2 -2
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/{component-e491eaff.d.ts → component-f669f4e3.d.ts} +0 -0
- package/bottom-sheet/esm/{component-e491eaff.js → component-f669f4e3.js} +1 -1
- package/bottom-sheet/esm/component.js +2 -2
- package/bottom-sheet/esm/components/backer/Component.js +1 -1
- package/bottom-sheet/esm/components/closer/Component.js +1 -1
- package/bottom-sheet/esm/components/header/Component.js +2 -2
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.d.ts +1 -1
- package/bottom-sheet/esm/index.js +2 -2
- package/bottom-sheet/esm/{tslib.es6-5bf1d4c8.d.ts → tslib.es6-bea4085b.d.ts} +0 -0
- package/bottom-sheet/esm/{tslib.es6-5bf1d4c8.js → tslib.es6-bea4085b.js} +0 -0
- package/bottom-sheet/index.d.ts +1 -1
- package/bottom-sheet/index.js +2 -2
- package/bottom-sheet/modern/{component-2372f708.d.ts → component-ad83ac98.d.ts} +0 -0
- package/bottom-sheet/modern/{component-2372f708.js → component-ad83ac98.js} +0 -0
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/header/Component.js +1 -1
- package/bottom-sheet/modern/index.d.ts +1 -1
- package/bottom-sheet/modern/index.js +1 -1
- package/bottom-sheet/{tslib.es6-6ea09081.d.ts → tslib.es6-f91bf751.d.ts} +0 -0
- package/bottom-sheet/{tslib.es6-6ea09081.js → tslib.es6-f91bf751.js} +0 -0
- package/calendar/Component.d.ts +9 -5
- package/calendar/Component.js +7 -7
- package/calendar/components/days-table/Component.d.ts +2 -9
- package/calendar/components/days-table/Component.js +22 -43
- package/calendar/components/days-table/index.css +19 -41
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/month-year-header/Component.js +1 -1
- package/calendar/components/month-year-header/index.js +1 -1
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.css +5 -3
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.css +4 -2
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/cssm/Component.d.ts +9 -5
- package/calendar/cssm/Component.js +8 -8
- package/calendar/cssm/components/days-table/Component.d.ts +2 -9
- package/calendar/cssm/components/days-table/Component.js +21 -42
- package/calendar/cssm/components/days-table/index.js +1 -1
- package/calendar/cssm/components/days-table/index.module.css +19 -41
- package/calendar/cssm/components/month-year-header/Component.js +1 -1
- package/calendar/cssm/components/month-year-header/index.js +1 -1
- package/calendar/cssm/components/months-table/Component.js +1 -1
- package/calendar/cssm/components/months-table/index.js +1 -1
- package/calendar/cssm/components/months-table/index.module.css +5 -3
- package/calendar/cssm/components/select-button/Component.js +1 -1
- package/calendar/cssm/components/select-button/index.js +1 -1
- package/calendar/cssm/components/years-table/Component.js +1 -1
- package/calendar/cssm/components/years-table/index.js +1 -1
- package/calendar/cssm/components/years-table/index.module.css +4 -2
- package/calendar/cssm/index.d.ts +0 -1
- package/calendar/cssm/index.js +2 -7
- package/calendar/cssm/index.module.css +3 -2
- package/calendar/cssm/{tslib.es6-f8106a15.d.ts → tslib.es6-ce870b46.d.ts} +0 -0
- package/{gallery/tslib.es6-36d37ab3.js → calendar/cssm/tslib.es6-ce870b46.js} +0 -0
- package/calendar/cssm/useCalendar.d.ts +3 -3
- package/calendar/cssm/useCalendar.js +1 -2
- package/calendar/esm/Component.d.ts +9 -5
- package/calendar/esm/Component.js +7 -7
- package/calendar/esm/components/days-table/Component.d.ts +2 -9
- package/calendar/esm/components/days-table/Component.js +23 -44
- package/calendar/esm/components/days-table/index.css +19 -41
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/month-year-header/Component.js +1 -1
- package/calendar/esm/components/month-year-header/index.js +1 -1
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.css +5 -3
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/select-button/Component.d.ts +1 -1
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.css +4 -2
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.css +3 -2
- package/calendar/esm/index.d.ts +0 -1
- package/calendar/esm/index.js +1 -4
- package/calendar/esm/{tslib.es6-374db934.d.ts → tslib.es6-5b151e17.d.ts} +0 -0
- package/{gallery/esm/tslib.es6-09da8eac.js → calendar/esm/tslib.es6-5b151e17.js} +0 -0
- package/calendar/esm/useCalendar.d.ts +3 -3
- package/calendar/esm/useCalendar.js +1 -2
- package/calendar/index.css +3 -2
- package/calendar/index.d.ts +0 -1
- package/calendar/index.js +2 -6
- package/calendar/modern/Component.d.ts +9 -5
- package/calendar/modern/Component.js +2 -2
- package/calendar/modern/components/days-table/Component.d.ts +2 -9
- package/calendar/modern/components/days-table/Component.js +22 -43
- package/calendar/modern/components/days-table/index.css +19 -41
- package/calendar/modern/components/months-table/index.css +5 -3
- package/calendar/modern/components/years-table/index.css +4 -2
- package/calendar/modern/index.css +3 -2
- package/calendar/modern/index.d.ts +0 -1
- package/calendar/modern/index.js +0 -3
- package/calendar/modern/useCalendar.d.ts +3 -3
- package/calendar/modern/useCalendar.js +1 -2
- package/calendar/{tslib.es6-7e766274.d.ts → tslib.es6-a7d75da2.d.ts} +0 -0
- package/{modal/tslib.es6-da1a37e3.js → calendar/tslib.es6-a7d75da2.js} +0 -0
- package/calendar/useCalendar.d.ts +3 -3
- package/calendar/useCalendar.js +1 -2
- package/calendar-input/Component.d.ts +7 -12
- package/calendar-input/Component.js +15 -34
- package/calendar-input/cssm/Component.d.ts +4 -9
- package/calendar-input/cssm/Component.js +15 -34
- package/calendar-input/cssm/index.js +0 -1
- package/calendar-input/cssm/index.module.css +1 -3
- package/calendar-input/esm/Component.d.ts +7 -12
- package/calendar-input/esm/Component.js +16 -35
- package/calendar-input/esm/index.css +1 -3
- package/calendar-input/esm/index.js +0 -1
- package/calendar-input/index.css +1 -3
- package/calendar-input/index.js +0 -1
- package/calendar-input/modern/Component.d.ts +7 -12
- package/calendar-input/modern/Component.js +15 -34
- package/calendar-input/modern/index.css +1 -3
- package/calendar-input/modern/index.js +0 -1
- package/calendar-range/Component.js +1 -1
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/{index.module-77c23a7d.d.ts → index.module-3c348e5c.d.ts} +0 -0
- package/calendar-range/esm/{index.module-77c23a7d.js → index.module-3c348e5c.js} +0 -0
- package/calendar-range/esm/utils.js +3 -1
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/index.js +1 -1
- package/calendar-range/{index.module-28b1b3f9.d.ts → index.module-6a4b60a6.d.ts} +0 -0
- package/calendar-range/{index.module-28b1b3f9.js → index.module-6a4b60a6.js} +0 -0
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/{index.module-2efa75c0.js → index.module-93e8a01c.js} +0 -0
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/chart/Component.js +1 -1
- package/chart/esm/Component.js +1 -1
- package/chart/esm/hooks/useSettings/index.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/esm/index.js +1 -1
- package/chart/esm/{tslib.es6-9bf9753d.d.ts → tslib.es6-cfab7a81.d.ts} +0 -0
- package/chart/esm/{tslib.es6-9bf9753d.js → tslib.es6-cfab7a81.js} +0 -0
- package/chart/hooks/useSettings/index.js +1 -1
- package/chart/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/index.js +1 -1
- package/chart/{tslib.es6-2eadc4f8.d.ts → tslib.es6-d1a95b2f.d.ts} +0 -0
- package/chart/{tslib.es6-2eadc4f8.js → tslib.es6-d1a95b2f.js} +0 -0
- package/confirmation/component.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/{countdown-section-276e6193.d.ts → countdown-section-4832c200.d.ts} +0 -0
- package/confirmation/{countdown-section-276e6193.js → countdown-section-4832c200.js} +0 -0
- package/confirmation/esm/component.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/{countdown-section-afea9969.d.ts → countdown-section-5f4ff701.d.ts} +0 -0
- package/confirmation/esm/{countdown-section-afea9969.js → countdown-section-5f4ff701.js} +0 -0
- package/confirmation/esm/index.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/modern/component.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/{countdown-section-4d5e1122.d.ts → countdown-section-5ba3c56d.d.ts} +0 -0
- package/confirmation/modern/{countdown-section-4d5e1122.js → countdown-section-5ba3c56d.js} +0 -0
- package/confirmation/modern/index.js +1 -1
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +2 -2
- package/gallery/components/image-viewer/index.js +2 -2
- 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 +2 -2
- package/gallery/esm/components/image-viewer/index.js +2 -2
- 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/esm/{slide-38a5b787.d.ts → slide-077f2d7e.d.ts} +0 -0
- package/gallery/esm/{slide-38a5b787.js → slide-077f2d7e.js} +0 -0
- package/gallery/esm/{tslib.es6-09da8eac.d.ts → tslib.es6-1a892a15.d.ts} +0 -0
- package/gallery/esm/tslib.es6-1a892a15.js +40 -0
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.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 +1 -1
- package/gallery/modern/index.js +1 -1
- package/gallery/modern/{slide-524eec61.d.ts → slide-2ca52914.d.ts} +0 -0
- package/gallery/modern/{slide-524eec61.js → slide-2ca52914.js} +0 -0
- package/gallery/{slide-f9f2d638.d.ts → slide-4ec64746.d.ts} +0 -0
- package/gallery/{slide-f9f2d638.js → slide-4ec64746.js} +0 -0
- package/gallery/{tslib.es6-36d37ab3.d.ts → tslib.es6-3ff42cef.d.ts} +0 -0
- package/{picker-button/tslib.es6-2183264b.js → gallery/tslib.es6-3ff42cef.js} +0 -0
- 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/{gutters.module-bab30370.d.ts → gutters.module-d481eab7.d.ts} +0 -0
- package/grid/esm/{gutters.module-bab30370.js → gutters.module-d481eab7.js} +0 -0
- 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/{gutters.module-6e339a9b.d.ts → gutters.module-6cf62fc7.d.ts} +0 -0
- package/grid/{gutters.module-6e339a9b.js → gutters.module-6cf62fc7.js} +0 -0
- 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/{gutters.module-51acae6d.js → gutters.module-b3d8c159.js} +0 -0
- 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/icon-view/circle.js +1 -1
- package/icon-view/components/circle/component.js +1 -1
- package/icon-view/components/circle/index.js +1 -1
- package/icon-view/components/index.js +1 -1
- package/icon-view/components/super-ellipse/component.js +1 -1
- package/icon-view/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/circle.js +1 -1
- package/icon-view/esm/components/circle/component.js +1 -1
- package/icon-view/esm/components/circle/index.js +1 -1
- package/icon-view/esm/components/index.js +1 -1
- package/icon-view/esm/components/super-ellipse/component.js +1 -1
- package/icon-view/esm/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/super-ellipse.js +1 -1
- package/icon-view/esm/{tslib.es6-2437b6eb.d.ts → tslib.es6-5384b801.d.ts} +0 -0
- package/icon-view/esm/{tslib.es6-2437b6eb.js → tslib.es6-5384b801.js} +0 -0
- package/icon-view/super-ellipse.js +1 -1
- package/icon-view/{tslib.es6-a506989a.d.ts → tslib.es6-8094a52b.d.ts} +0 -0
- package/icon-view/{tslib.es6-a506989a.js → tslib.es6-8094a52b.js} +0 -0
- package/input-autocomplete/{Component-c887a42f.d.ts → Component-72f8f6ed.d.ts} +0 -0
- package/input-autocomplete/{Component-c887a42f.js → Component-72f8f6ed.js} +0 -0
- package/input-autocomplete/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
- package/input-autocomplete/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/{Component-7f8e2082.d.ts → Component-045b7e76.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-7f8e2082.js → Component-045b7e76.js} +0 -0
- package/input-autocomplete/esm/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/index.js +1 -1
- package/input-autocomplete/index.js +1 -1
- package/intl-phone-input/{component-57e026d4.d.ts → component-e1246f94.d.ts} +0 -0
- package/intl-phone-input/{component-57e026d4.js → component-e1246f94.js} +0 -0
- package/intl-phone-input/component.d.ts +1 -1
- package/intl-phone-input/component.js +10 -4
- package/intl-phone-input/components/index.js +1 -1
- package/intl-phone-input/components/select/component.js +1 -1
- package/intl-phone-input/components/select/index.js +1 -1
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/components/select-field/index.js +1 -1
- package/intl-phone-input/cssm/component.d.ts +1 -1
- package/intl-phone-input/cssm/component.js +8 -2
- package/intl-phone-input/esm/{component-d3d64e6f.d.ts → component-09d8ae3e.d.ts} +0 -0
- package/intl-phone-input/esm/{component-d3d64e6f.js → component-09d8ae3e.js} +0 -0
- package/intl-phone-input/esm/component.js +10 -4
- package/intl-phone-input/esm/components/index.js +1 -1
- package/intl-phone-input/esm/components/select/component.js +1 -1
- package/intl-phone-input/esm/components/select/index.js +1 -1
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/esm/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/index.js +1 -1
- package/intl-phone-input/esm/{libphonenumber-js.min-7ee2f7e8.d.ts → libphonenumber-js.min-9c36b30c.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-7ee2f7e8.js → libphonenumber-js.min-9c36b30c.js} +0 -0
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/{libphonenumber-js.min-2f8d53bc.d.ts → libphonenumber-js.min-4aa7d56f.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-2f8d53bc.js → libphonenumber-js.min-4aa7d56f.js} +0 -0
- package/intl-phone-input/modern/component.js +8 -2
- package/intl-phone-input/modern/{libphonenumber-js.min-7ee2f7e8.d.ts → libphonenumber-js.min-9c36b30c.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-7ee2f7e8.js → libphonenumber-js.min-9c36b30c.js} +0 -0
- package/modal/Component.desktop.js +2 -2
- package/modal/Component.mobile.js +2 -2
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +1 -1
- package/modal/components/content/Component.desktop.js +1 -1
- package/modal/components/content/Component.mobile.js +1 -1
- package/modal/components/footer/Component.desktop.js +1 -1
- package/modal/components/footer/Component.mobile.js +1 -1
- package/modal/components/header/Component.desktop.js +1 -1
- package/modal/components/header/Component.mobile.js +1 -1
- package/modal/desktop.js +2 -2
- package/modal/esm/Component.desktop.js +2 -2
- package/modal/esm/Component.mobile.js +2 -2
- package/modal/esm/Component.responsive.d.ts +1 -1
- package/modal/esm/Component.responsive.js +2 -2
- package/modal/esm/components/closer/Component.js +1 -1
- package/modal/esm/components/content/Component.desktop.js +1 -1
- package/modal/esm/components/content/Component.mobile.js +1 -1
- package/modal/esm/components/footer/Component.desktop.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +1 -1
- package/modal/esm/components/header/Component.desktop.js +1 -1
- package/modal/esm/components/header/Component.mobile.js +1 -1
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/{transitions.module-3ae3c973.js → transitions.module-9da9402f.js} +0 -0
- package/modal/esm/{tslib.es6-aed369ec.d.ts → tslib.es6-421c1e84.d.ts} +0 -0
- package/modal/esm/{tslib.es6-aed369ec.js → tslib.es6-421c1e84.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.js +2 -2
- package/modal/modern/Component.desktop.js +1 -1
- package/modal/modern/Component.mobile.js +1 -1
- package/modal/modern/Component.responsive.d.ts +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/{transitions.module-3ae3c973.js → transitions.module-9da9402f.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-5e176e17.js → transitions.module-c88fcf74.js} +0 -0
- package/modal/{tslib.es6-da1a37e3.d.ts → tslib.es6-76d4522b.d.ts} +0 -0
- package/{select-with-tags/tslib.es6-a8343e8d.js → modal/tslib.es6-76d4522b.js} +0 -0
- package/notification-manager/{component-76aedc9a.d.ts → component-fbadf741.d.ts} +0 -0
- package/notification-manager/{component-76aedc9a.js → component-fbadf741.js} +0 -0
- package/notification-manager/component.js +1 -1
- package/notification-manager/components/index.js +1 -1
- package/notification-manager/components/notification/component.js +1 -1
- package/notification-manager/components/notification/index.d.ts +1 -1
- package/notification-manager/components/notification/index.js +1 -1
- package/notification-manager/esm/{component-d54785d5.d.ts → component-c09bd0d5.d.ts} +0 -0
- package/notification-manager/esm/{component-d54785d5.js → component-c09bd0d5.js} +0 -0
- package/notification-manager/esm/component.js +1 -1
- package/notification-manager/esm/components/index.js +1 -1
- package/notification-manager/esm/components/notification/component.js +1 -1
- package/notification-manager/esm/components/notification/index.d.ts +1 -1
- package/notification-manager/esm/components/notification/index.js +1 -1
- package/notification-manager/esm/index.js +1 -1
- package/notification-manager/index.js +1 -1
- package/package.json +1 -3
- package/picker-button/Component.js +1 -1
- package/picker-button/cssm/Component.d.ts +1 -1
- package/picker-button/esm/Component.js +1 -1
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.js +1 -1
- package/picker-button/esm/index.js +1 -1
- package/picker-button/esm/option/Component.js +1 -1
- package/picker-button/esm/option/index.js +1 -1
- package/picker-button/esm/{tslib.es6-a97c0bed.d.ts → tslib.es6-10044b75.d.ts} +0 -0
- package/picker-button/esm/{tslib.es6-a97c0bed.js → tslib.es6-10044b75.js} +0 -0
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.js +1 -1
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.js +1 -1
- package/picker-button/{tslib.es6-2183264b.d.ts → tslib.es6-d79f5033.d.ts} +0 -0
- package/{table/tslib.es6-eafa09c6.js → picker-button/tslib.es6-d79f5033.js} +0 -0
- package/select/{Component-7c4de44b.d.ts → Component-51a4d11a.d.ts} +0 -0
- package/select/{Component-7c4de44b.js → Component-51a4d11a.js} +3 -3
- package/select/{Component-da275932.d.ts → Component-64124cb3.d.ts} +0 -0
- package/select/{Component-da275932.js → Component-64124cb3.js} +1 -1
- package/select/Component.js +2 -2
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/index.d.ts +1 -1
- package/select/components/base-select/index.js +2 -2
- package/select/components/field/Component.js +1 -1
- package/select/components/field/index.js +1 -1
- package/select/components/index.js +4 -4
- package/select/components/native-select/Component.js +1 -1
- package/select/components/native-select/index.js +1 -1
- package/select/components/option/Component.js +1 -1
- package/select/components/option/index.js +1 -1
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.js +1 -1
- package/select/components/select-mobile/Component.js +4 -4
- package/select/components/select-mobile/index.d.ts +1 -1
- package/select/components/select-mobile/index.js +4 -4
- package/select/components/select-mobile/options-list/Component.js +1 -1
- package/select/components/select-mobile/options-list/index.js +1 -1
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.js +1 -1
- package/select/esm/{Component-536c1127.d.ts → Component-e2584aec.d.ts} +0 -0
- package/select/esm/{Component-536c1127.js → Component-e2584aec.js} +2 -2
- package/select/esm/{Component-2acd48f1.d.ts → Component-f802b298.d.ts} +0 -0
- package/select/esm/{Component-2acd48f1.js → Component-f802b298.js} +9 -9
- package/select/esm/Component.js +8 -8
- package/select/esm/components/base-select/Component.js +3 -3
- package/select/esm/components/base-select/index.d.ts +1 -1
- package/select/esm/components/base-select/index.js +3 -3
- package/select/esm/components/field/Component.js +2 -2
- package/select/esm/components/field/index.js +2 -2
- package/select/esm/components/index.js +10 -10
- package/select/esm/components/native-select/Component.js +1 -1
- package/select/esm/components/native-select/index.js +1 -1
- package/select/esm/components/option/Component.js +1 -1
- package/select/esm/components/option/index.js +1 -1
- package/select/esm/components/options-list/Component.js +2 -2
- package/select/esm/components/options-list/index.js +2 -2
- package/select/esm/components/select-mobile/Component.js +10 -10
- package/select/esm/components/select-mobile/index.d.ts +1 -1
- package/select/esm/components/select-mobile/index.js +10 -10
- package/select/esm/components/select-mobile/options-list/Component.js +1 -1
- package/select/esm/components/select-mobile/options-list/index.js +1 -1
- package/select/esm/components/virtual-options-list/Component.js +2 -2
- package/select/esm/components/virtual-options-list/index.js +2 -2
- package/select/esm/index.js +10 -10
- package/select/esm/{intersection-observer-f91cc8b9.d.ts → intersection-observer-7c638d55.d.ts} +0 -0
- package/select/esm/{intersection-observer-f91cc8b9.js → intersection-observer-7c638d55.js} +0 -0
- package/select/esm/presets/index.js +10 -10
- package/select/esm/presets/useLazyLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithApply/hook.js +10 -10
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -10
- 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 +10 -10
- package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/select/esm/{tslib.es6-c31747c5.d.ts → tslib.es6-9beac599.d.ts} +0 -0
- package/select/esm/{tslib.es6-c31747c5.js → tslib.es6-9beac599.js} +0 -0
- package/select/index.js +4 -4
- package/select/{intersection-observer-f92b805b.d.ts → intersection-observer-efee3863.d.ts} +0 -0
- package/select/{intersection-observer-f92b805b.js → intersection-observer-efee3863.js} +0 -0
- package/select/modern/{Component-9011b487.d.ts → Component-40f36cac.d.ts} +0 -0
- package/select/modern/{Component-9011b487.js → Component-40f36cac.js} +1 -1
- package/select/modern/{Component-958bcf38.d.ts → Component-c0535ec5.d.ts} +1 -1
- package/select/modern/{Component-958bcf38.js → Component-c0535ec5.js} +5 -5
- package/select/modern/Component.d.ts +1 -1
- package/select/modern/Component.js +4 -4
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/index.d.ts +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +6 -6
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.js +1 -1
- package/select/modern/components/select-mobile/Component.js +6 -6
- package/select/modern/components/select-mobile/index.d.ts +1 -1
- package/select/modern/components/select-mobile/index.js +6 -6
- package/select/modern/index.js +6 -6
- package/select/modern/{intersection-observer-f91cc8b9.d.ts → intersection-observer-7c638d55.d.ts} +0 -0
- package/select/modern/{intersection-observer-f91cc8b9.js → intersection-observer-7c638d55.js} +0 -0
- package/select/modern/presets/index.js +6 -6
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +6 -6
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
- 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 +6 -6
- package/select/presets/index.js +4 -4
- package/select/presets/useLazyLoading/hook.js +2 -2
- package/select/presets/useSelectWithApply/hook.js +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
- package/select/presets/useSelectWithLoading/hook.js +1 -1
- package/select/{tslib.es6-3d713e94.d.ts → tslib.es6-027fa516.d.ts} +0 -0
- package/{calendar/cssm/tslib.es6-f8106a15.js → select/tslib.es6-027fa516.js} +0 -0
- package/select-with-tags/component.js +1 -1
- package/select-with-tags/components/index.js +1 -1
- package/select-with-tags/components/tag/component.js +1 -1
- package/select-with-tags/components/tag/index.js +1 -1
- package/select-with-tags/components/tag-list/component.js +1 -1
- package/select-with-tags/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/component.js +1 -1
- package/select-with-tags/esm/components/index.js +1 -1
- package/select-with-tags/esm/components/tag/component.js +1 -1
- package/select-with-tags/esm/components/tag/index.js +1 -1
- package/select-with-tags/esm/components/tag-list/component.js +1 -1
- package/select-with-tags/esm/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/index.js +1 -1
- package/select-with-tags/esm/{tslib.es6-1394dc57.d.ts → tslib.es6-f0ebc249.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-1394dc57.js → tslib.es6-f0ebc249.js} +0 -0
- package/select-with-tags/esm/utils/index.js +1 -1
- package/select-with-tags/esm/utils/match.js +1 -1
- package/select-with-tags/index.js +1 -1
- package/select-with-tags/{tslib.es6-a8343e8d.d.ts → tslib.es6-3de86d80.d.ts} +0 -0
- package/{tabs/tslib.es6-0e46fec9.js → select-with-tags/tslib.es6-3de86d80.js} +0 -0
- package/select-with-tags/utils/index.js +1 -1
- package/select-with-tags/utils/match.js +1 -1
- package/space/Component.js +1 -1
- package/space/{Item-fc1e098b.d.ts → Item-8d82ba8a.d.ts} +0 -0
- package/space/{Item-fc1e098b.js → Item-8d82ba8a.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/{Item-e1eb539f.d.ts → Item-03668c23.d.ts} +0 -0
- package/space/esm/{Item-e1eb539f.js → Item-03668c23.js} +0 -0
- package/space/esm/Item.js +1 -1
- package/space/esm/index.js +1 -1
- package/space/index.js +1 -1
- package/table/component.js +1 -1
- package/table/components/index.js +1 -1
- package/table/components/pagination/Component.js +1 -1
- package/table/components/pagination/index.js +1 -1
- package/table/components/pagination/select-field/index.js +1 -1
- package/table/components/table/Component.js +1 -1
- package/table/components/table/index.js +1 -1
- package/table/components/table/utils.js +1 -1
- package/table/components/tbody/Component.js +1 -1
- package/table/components/tbody/index.js +1 -1
- package/table/components/tcell/Component.js +1 -1
- package/table/components/tcell/index.js +1 -1
- package/table/components/texpandable-row/Component.js +1 -1
- package/table/components/texpandable-row/index.js +1 -1
- package/table/components/thead/Component.js +1 -1
- package/table/components/thead/index.js +1 -1
- package/table/components/thead-cell/Component.js +1 -1
- package/table/components/thead-cell/index.js +1 -1
- package/table/components/trow/Component.js +1 -1
- package/table/components/trow/index.js +1 -1
- package/table/components/tsortable-head-cell/Component.js +1 -1
- package/table/components/tsortable-head-cell/index.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/component.js +1 -1
- package/table/esm/components/index.js +1 -1
- package/table/esm/components/pagination/Component.js +1 -1
- package/table/esm/components/pagination/index.js +1 -1
- package/table/esm/components/pagination/select-field/index.js +1 -1
- package/table/esm/components/table/Component.js +1 -1
- package/table/esm/components/table/index.js +1 -1
- package/table/esm/components/table/utils.js +1 -1
- package/table/esm/components/tbody/Component.js +1 -1
- package/table/esm/components/tbody/index.js +1 -1
- package/table/esm/components/tcell/Component.js +1 -1
- package/table/esm/components/tcell/index.js +1 -1
- package/table/esm/components/texpandable-row/Component.js +1 -1
- package/table/esm/components/texpandable-row/index.js +1 -1
- package/table/esm/components/thead/Component.js +1 -1
- package/table/esm/components/thead/index.js +1 -1
- package/table/esm/components/thead-cell/Component.js +1 -1
- package/table/esm/components/thead-cell/index.js +1 -1
- package/table/esm/components/trow/Component.js +1 -1
- package/table/esm/components/trow/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/Component.js +1 -1
- package/table/esm/components/tsortable-head-cell/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/index.js +1 -1
- package/table/esm/{tslib.es6-91a11d00.d.ts → tslib.es6-ad81f009.d.ts} +0 -0
- package/table/esm/{tslib.es6-91a11d00.js → tslib.es6-ad81f009.js} +0 -0
- package/table/index.js +1 -1
- package/table/{tslib.es6-eafa09c6.d.ts → tslib.es6-214630a4.d.ts} +0 -0
- package/table/tslib.es6-214630a4.js +40 -0
- package/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.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 +2 -2
- package/tabs/components/secondary-tablist/Component.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/cssm/components/tabs/Component.d.ts +1 -1
- package/tabs/cssm/components/tabs/Component.desktop.d.ts +1 -1
- package/tabs/cssm/components/tabs/Component.mobile.d.ts +1 -1
- package/tabs/cssm/components/tabs/Component.responsive.d.ts +1 -1
- package/tabs/desktop.js +3 -3
- package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.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 +2 -2
- package/tabs/esm/components/secondary-tablist/Component.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/tabs/Component.desktop.js +3 -3
- 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 +3 -3
- package/tabs/esm/index.js +3 -3
- package/tabs/esm/{index.module-07a43ca1.js → index.module-995dad82.js} +0 -0
- package/tabs/esm/{index.module-f02ee395.js → index.module-a56c6667.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-755f88e0.d.ts → tslib.es6-3e410286.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-755f88e0.js → tslib.es6-3e410286.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-87a019fa.js → index.module-20b26889.js} +0 -0
- package/tabs/{index.module-6078b89f.js → index.module-877130e5.js} +0 -0
- package/tabs/mobile.js +3 -3
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/{index.module-07a43ca1.js → index.module-995dad82.js} +0 -0
- package/tabs/modern/{index.module-f02ee395.js → index.module-a56c6667.js} +0 -0
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/responsive.js +3 -3
- package/tabs/{tslib.es6-0e46fec9.d.ts → tslib.es6-37c71870.d.ts} +0 -0
- package/tabs/tslib.es6-37c71870.js +40 -0
- package/themes/compiled/mobile-dark-bluetint.css +533 -557
- package/tooltip/{Component-b67a11ed.d.ts → Component-74ef4ddb.d.ts} +0 -0
- package/tooltip/{Component-b67a11ed.js → Component-74ef4ddb.js} +0 -0
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/esm/{Component-3875d485.d.ts → Component-6441d429.d.ts} +0 -0
- package/tooltip/esm/{Component-3875d485.js → Component-6441d429.js} +0 -0
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +1 -1
- package/tooltip/esm/index.d.ts +1 -1
- package/tooltip/esm/index.js +1 -1
- package/tooltip/esm/responsive.js +1 -1
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/responsive.js +1 -1
- package/typography/{colors.module-3b9dbb65.d.ts → colors.module-3d95adc6.d.ts} +0 -0
- package/typography/{colors.module-3b9dbb65.js → colors.module-3d95adc6.js} +0 -0
- package/typography/{common.module-796daa90.js → common.module-c0b7ca74.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/esm/{colors.module-05f39028.d.ts → colors.module-414694de.d.ts} +0 -0
- package/typography/esm/{colors.module-05f39028.js → colors.module-414694de.js} +0 -0
- package/typography/esm/{common.module-b398c670.js → common.module-fe546757.js} +0 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/{colors.module-e3050210.js → colors.module-da2c92a3.js} +0 -0
- package/typography/modern/{common.module-b398c670.js → common.module-fe546757.js} +0 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.d.ts +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.d.ts +2 -2
- 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.d.ts +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.d.ts +3 -3
- 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/calendar/Context-bdb4c6b9.d.ts +0 -4
- package/calendar/components/calendar-mobile/Component.d.ts +0 -40
- package/calendar/components/calendar-mobile/Component.js +0 -202
- package/calendar/components/calendar-mobile/index.css +0 -97
- package/calendar/components/calendar-mobile/index.d.ts +0 -1
- package/calendar/components/calendar-mobile/index.js +0 -72
- package/calendar/cssm/Context-bdb4c6b9.d.ts +0 -4
- package/calendar/cssm/components/calendar-mobile/Component.d.ts +0 -40
- package/calendar/cssm/components/calendar-mobile/Component.js +0 -209
- package/calendar/cssm/components/calendar-mobile/index.d.ts +0 -1
- package/calendar/cssm/components/calendar-mobile/index.js +0 -81
- package/calendar/cssm/components/calendar-mobile/index.module.css +0 -96
- package/calendar/cssm/index-bdb4c6b9.d.ts +0 -221
- package/calendar/esm/Context-bdb4c6b9.d.ts +0 -4
- package/calendar/esm/components/calendar-mobile/Component.d.ts +0 -40
- package/calendar/esm/components/calendar-mobile/Component.js +0 -192
- package/calendar/esm/components/calendar-mobile/index.css +0 -97
- package/calendar/esm/components/calendar-mobile/index.d.ts +0 -1
- package/calendar/esm/components/calendar-mobile/index.js +0 -66
- package/calendar/esm/index-bdb4c6b9.d.ts +0 -221
- package/calendar/esm/tslib.es6-374db934.js +0 -48
- package/calendar/index-bdb4c6b9.d.ts +0 -221
- package/calendar/modern/Context-bdb4c6b9.d.ts +0 -4
- package/calendar/modern/components/calendar-mobile/Component.d.ts +0 -40
- package/calendar/modern/components/calendar-mobile/Component.js +0 -188
- package/calendar/modern/components/calendar-mobile/index.css +0 -97
- package/calendar/modern/components/calendar-mobile/index.d.ts +0 -1
- package/calendar/modern/components/calendar-mobile/index.js +0 -65
- package/calendar/modern/index-bdb4c6b9.d.ts +0 -221
- package/calendar/tslib.es6-7e766274.js +0 -49
- package/select/tslib.es6-3d713e94.js +0 -49
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
}
|
|
6
6
|
.card-image__loaded_lyi3g {
|
|
7
7
|
background: transparent
|
|
8
|
+
}.checkbox-group__error_1abj1 {
|
|
9
|
+
border-left: 1px solid #f15045;
|
|
10
|
+
}
|
|
11
|
+
.checkbox-group__label_1abj1 {
|
|
12
|
+
color: #fff;
|
|
13
|
+
}
|
|
14
|
+
.checkbox-group__errorMessage_1abj1 {
|
|
15
|
+
color: #f15045;
|
|
16
|
+
}
|
|
17
|
+
.checkbox-group__hint_1abj1 {
|
|
18
|
+
color: #8d8d93;
|
|
8
19
|
}.badge__component_f0wwa {
|
|
9
20
|
background-color: #ef3124;
|
|
10
21
|
color: #000;
|
|
@@ -69,7 +80,43 @@
|
|
|
69
80
|
}
|
|
70
81
|
.badge__outlineColor_f0wwa.badge__primary_f0wwa {
|
|
71
82
|
background-color: #fff;
|
|
72
|
-
}.
|
|
83
|
+
}.dropzone__component_113pl {
|
|
84
|
+
border: 2px dashed #464649;
|
|
85
|
+
}
|
|
86
|
+
.dropzone__component_113pl:not(.dropzone__disabled_113pl):hover {
|
|
87
|
+
background-color: transparent;
|
|
88
|
+
}
|
|
89
|
+
.dropzone__dragOver_113pl {
|
|
90
|
+
background-color: transparent;
|
|
91
|
+
}
|
|
92
|
+
.dropzone__error_113pl {
|
|
93
|
+
border-color: #ef3124;
|
|
94
|
+
}
|
|
95
|
+
.dropzone__overlay_1dpz7 {
|
|
96
|
+
background: #202022;
|
|
97
|
+
}
|
|
98
|
+
.dropzone__text_1dpz7 {
|
|
99
|
+
color: #fff;
|
|
100
|
+
}.backdrop__backdrop_1ndbp {
|
|
101
|
+
-webkit-tap-highlight-color: transparent;
|
|
102
|
+
}
|
|
103
|
+
.backdrop__appear_1ndbp,
|
|
104
|
+
.backdrop__enter_1ndbp {
|
|
105
|
+
background-color: transparent;
|
|
106
|
+
}
|
|
107
|
+
.backdrop__appearActive_1ndbp,
|
|
108
|
+
.backdrop__enterActive_1ndbp,
|
|
109
|
+
.backdrop__appearDone_1ndbp,
|
|
110
|
+
.backdrop__enterDone_1ndbp {
|
|
111
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
112
|
+
}
|
|
113
|
+
.backdrop__exit_1ndbp {
|
|
114
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
115
|
+
}
|
|
116
|
+
.backdrop__exitActive_1ndbp,
|
|
117
|
+
.backdrop__exitDone_1ndbp {
|
|
118
|
+
background-color: transparent;
|
|
119
|
+
}.checkbox__box_12xqo {
|
|
73
120
|
color: #000;
|
|
74
121
|
background-color: #000;
|
|
75
122
|
border: 1.5px solid #8d8d93;
|
|
@@ -155,53 +202,6 @@
|
|
|
155
202
|
}
|
|
156
203
|
.checkbox__indeterminateLine_12xqo {
|
|
157
204
|
background-color: #000;
|
|
158
|
-
}.backdrop__backdrop_1ndbp {
|
|
159
|
-
-webkit-tap-highlight-color: transparent;
|
|
160
|
-
}
|
|
161
|
-
.backdrop__appear_1ndbp,
|
|
162
|
-
.backdrop__enter_1ndbp {
|
|
163
|
-
background-color: transparent;
|
|
164
|
-
}
|
|
165
|
-
.backdrop__appearActive_1ndbp,
|
|
166
|
-
.backdrop__enterActive_1ndbp,
|
|
167
|
-
.backdrop__appearDone_1ndbp,
|
|
168
|
-
.backdrop__enterDone_1ndbp {
|
|
169
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
170
|
-
}
|
|
171
|
-
.backdrop__exit_1ndbp {
|
|
172
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
173
|
-
}
|
|
174
|
-
.backdrop__exitActive_1ndbp,
|
|
175
|
-
.backdrop__exitDone_1ndbp {
|
|
176
|
-
background-color: transparent;
|
|
177
|
-
}.checkbox-group__error_1abj1 {
|
|
178
|
-
border-left: 1px solid #f15045;
|
|
179
|
-
}
|
|
180
|
-
.checkbox-group__label_1abj1 {
|
|
181
|
-
color: #fff;
|
|
182
|
-
}
|
|
183
|
-
.checkbox-group__errorMessage_1abj1 {
|
|
184
|
-
color: #f15045;
|
|
185
|
-
}
|
|
186
|
-
.checkbox-group__hint_1abj1 {
|
|
187
|
-
color: #8d8d93;
|
|
188
|
-
}.dropzone__component_113pl {
|
|
189
|
-
border: 2px dashed #464649;
|
|
190
|
-
}
|
|
191
|
-
.dropzone__component_113pl:not(.dropzone__disabled_113pl):hover {
|
|
192
|
-
background-color: transparent;
|
|
193
|
-
}
|
|
194
|
-
.dropzone__dragOver_113pl {
|
|
195
|
-
background-color: transparent;
|
|
196
|
-
}
|
|
197
|
-
.dropzone__error_113pl {
|
|
198
|
-
border-color: #ef3124;
|
|
199
|
-
}
|
|
200
|
-
.dropzone__overlay_1dpz7 {
|
|
201
|
-
background: #202022;
|
|
202
|
-
}
|
|
203
|
-
.dropzone__text_1dpz7 {
|
|
204
|
-
color: #fff;
|
|
205
205
|
}.code-input__error_1p8rk {
|
|
206
206
|
color: #f15045;
|
|
207
207
|
}
|
|
@@ -221,40 +221,7 @@
|
|
|
221
221
|
}
|
|
222
222
|
.code-input__input_1o5vx:-webkit-autofill {
|
|
223
223
|
-webkit-text-fill-color: #fff;
|
|
224
|
-
}.
|
|
225
|
-
background: rgba(255, 255, 255, 0.1);
|
|
226
|
-
}
|
|
227
|
-
.hatching-progress-bar__hatch_1ev12 {
|
|
228
|
-
background: repeating-linear-gradient(
|
|
229
|
-
-45deg,
|
|
230
|
-
#464649 6px 10px,
|
|
231
|
-
rgba(255, 255, 255, 0) 10px 18px
|
|
232
|
-
);
|
|
233
|
-
}
|
|
234
|
-
.hatching-progress-bar__positive_1ev12 {
|
|
235
|
-
background: #2fc26e;
|
|
236
|
-
}
|
|
237
|
-
.hatching-progress-bar__attention_1ev12 {
|
|
238
|
-
background: #f6bf65;
|
|
239
|
-
}
|
|
240
|
-
.hatching-progress-bar__negative_1ev12 {
|
|
241
|
-
background: #d91d0b;
|
|
242
|
-
}
|
|
243
|
-
.hatching-progress-bar__link_1ev12 {
|
|
244
|
-
background: #0072ef;
|
|
245
|
-
}
|
|
246
|
-
.hatching-progress-bar__tertiary_1ev12 {
|
|
247
|
-
background: #464649;
|
|
248
|
-
}
|
|
249
|
-
.hatching-progress-bar__secondary_1ev12 {
|
|
250
|
-
background: #8d8d93;
|
|
251
|
-
}
|
|
252
|
-
.hatching-progress-bar__primary_1ev12 {
|
|
253
|
-
background: #fff;
|
|
254
|
-
}
|
|
255
|
-
.hatching-progress-bar__accent_1ev12 {
|
|
256
|
-
background: #ef3124;
|
|
257
|
-
}.form-control__component_awnm2 {
|
|
224
|
+
}.form-control__component_awnm2 {
|
|
258
225
|
color: #fff;
|
|
259
226
|
}
|
|
260
227
|
.form-control__inner_awnm2 {
|
|
@@ -311,12 +278,45 @@
|
|
|
311
278
|
}
|
|
312
279
|
.form-control__hasError_1ejsb .form-control__label_1ejsb {
|
|
313
280
|
color: #ef3124;
|
|
281
|
+
}.hatching-progress-bar__container_1ev12 {
|
|
282
|
+
background: rgba(255, 255, 255, 0.1);
|
|
283
|
+
}
|
|
284
|
+
.hatching-progress-bar__hatch_1ev12 {
|
|
285
|
+
background: repeating-linear-gradient(
|
|
286
|
+
-45deg,
|
|
287
|
+
#464649 6px 10px,
|
|
288
|
+
rgba(255, 255, 255, 0) 10px 18px
|
|
289
|
+
);
|
|
290
|
+
}
|
|
291
|
+
.hatching-progress-bar__positive_1ev12 {
|
|
292
|
+
background: #2fc26e;
|
|
293
|
+
}
|
|
294
|
+
.hatching-progress-bar__attention_1ev12 {
|
|
295
|
+
background: #f6bf65;
|
|
296
|
+
}
|
|
297
|
+
.hatching-progress-bar__negative_1ev12 {
|
|
298
|
+
background: #d91d0b;
|
|
299
|
+
}
|
|
300
|
+
.hatching-progress-bar__link_1ev12 {
|
|
301
|
+
background: #0072ef;
|
|
302
|
+
}
|
|
303
|
+
.hatching-progress-bar__tertiary_1ev12 {
|
|
304
|
+
background: #464649;
|
|
305
|
+
}
|
|
306
|
+
.hatching-progress-bar__secondary_1ev12 {
|
|
307
|
+
background: #8d8d93;
|
|
308
|
+
}
|
|
309
|
+
.hatching-progress-bar__primary_1ev12 {
|
|
310
|
+
background: #fff;
|
|
311
|
+
}
|
|
312
|
+
.hatching-progress-bar__accent_1ev12 {
|
|
313
|
+
background: #ef3124;
|
|
314
|
+
}@keyframes loader__blink_h37t8 {
|
|
314
315
|
}.list__list_194zg {
|
|
315
316
|
color: #fff;
|
|
316
317
|
}
|
|
317
318
|
.list__slot_194zg {
|
|
318
319
|
color: #fff;
|
|
319
|
-
}@keyframes loader__blink_h37t8 {
|
|
320
320
|
}.icon-view__component_1beaa {
|
|
321
321
|
color: rgba(235, 235, 245, 0.6);
|
|
322
322
|
}
|
|
@@ -326,55 +326,7 @@
|
|
|
326
326
|
.icon-view__border_1beaa {
|
|
327
327
|
stroke: rgba(255, 255, 255, 0.1);
|
|
328
328
|
fill: transparent;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
@media (min-width: 360px) {
|
|
332
|
-
}
|
|
333
|
-
@media (min-width: 375px) {
|
|
334
|
-
}
|
|
335
|
-
@media (min-width: 412px) {
|
|
336
|
-
}
|
|
337
|
-
@media (min-width: 600px) and (max-width: 1023px) {
|
|
338
|
-
}
|
|
339
|
-
@media (min-width: 600px) {
|
|
340
|
-
}
|
|
341
|
-
@media (min-width: 768px) {
|
|
342
|
-
}
|
|
343
|
-
@media (min-width: 1024px) {
|
|
344
|
-
}
|
|
345
|
-
@media (min-width: 1024px) {
|
|
346
|
-
}
|
|
347
|
-
@media (min-width: 1280px) {
|
|
348
|
-
}
|
|
349
|
-
@media (min-width: 1440px) {
|
|
350
|
-
}
|
|
351
|
-
@media (min-width: 1920px) {
|
|
352
|
-
}
|
|
353
|
-
@media (max-width: 599px) {
|
|
354
|
-
}
|
|
355
|
-
@media (min-width: 360px) {
|
|
356
|
-
}
|
|
357
|
-
@media (min-width: 375px) {
|
|
358
|
-
}
|
|
359
|
-
@media (min-width: 412px) {
|
|
360
|
-
}
|
|
361
|
-
@media (min-width: 600px) and (max-width: 1023px) {
|
|
362
|
-
}
|
|
363
|
-
@media (min-width: 600px) {
|
|
364
|
-
}
|
|
365
|
-
@media (min-width: 768px) {
|
|
366
|
-
}
|
|
367
|
-
@media (min-width: 1024px) {
|
|
368
|
-
}
|
|
369
|
-
@media (min-width: 1024px) {
|
|
370
|
-
}
|
|
371
|
-
@media (min-width: 1280px) {
|
|
372
|
-
}
|
|
373
|
-
@media (min-width: 1440px) {
|
|
374
|
-
}
|
|
375
|
-
@media (min-width: 1920px) {
|
|
376
|
-
}
|
|
377
|
-
.link__primary_1ferf {
|
|
329
|
+
}.link__primary_1ferf {
|
|
378
330
|
color: #fff;
|
|
379
331
|
border-bottom-color: #fff
|
|
380
332
|
}
|
|
@@ -440,7 +392,55 @@
|
|
|
440
392
|
}
|
|
441
393
|
.link__defaultView_jb7hy:active {
|
|
442
394
|
color: rgb(0, 73, 153);
|
|
443
|
-
}
|
|
395
|
+
}@media (max-width: 599px) {
|
|
396
|
+
}
|
|
397
|
+
@media (min-width: 360px) {
|
|
398
|
+
}
|
|
399
|
+
@media (min-width: 375px) {
|
|
400
|
+
}
|
|
401
|
+
@media (min-width: 412px) {
|
|
402
|
+
}
|
|
403
|
+
@media (min-width: 600px) and (max-width: 1023px) {
|
|
404
|
+
}
|
|
405
|
+
@media (min-width: 600px) {
|
|
406
|
+
}
|
|
407
|
+
@media (min-width: 768px) {
|
|
408
|
+
}
|
|
409
|
+
@media (min-width: 1024px) {
|
|
410
|
+
}
|
|
411
|
+
@media (min-width: 1024px) {
|
|
412
|
+
}
|
|
413
|
+
@media (min-width: 1280px) {
|
|
414
|
+
}
|
|
415
|
+
@media (min-width: 1440px) {
|
|
416
|
+
}
|
|
417
|
+
@media (min-width: 1920px) {
|
|
418
|
+
}
|
|
419
|
+
@media (max-width: 599px) {
|
|
420
|
+
}
|
|
421
|
+
@media (min-width: 360px) {
|
|
422
|
+
}
|
|
423
|
+
@media (min-width: 375px) {
|
|
424
|
+
}
|
|
425
|
+
@media (min-width: 412px) {
|
|
426
|
+
}
|
|
427
|
+
@media (min-width: 600px) and (max-width: 1023px) {
|
|
428
|
+
}
|
|
429
|
+
@media (min-width: 600px) {
|
|
430
|
+
}
|
|
431
|
+
@media (min-width: 768px) {
|
|
432
|
+
}
|
|
433
|
+
@media (min-width: 1024px) {
|
|
434
|
+
}
|
|
435
|
+
@media (min-width: 1024px) {
|
|
436
|
+
}
|
|
437
|
+
@media (min-width: 1280px) {
|
|
438
|
+
}
|
|
439
|
+
@media (min-width: 1440px) {
|
|
440
|
+
}
|
|
441
|
+
@media (min-width: 1920px) {
|
|
442
|
+
}
|
|
443
|
+
.progress-bar__container_19r3h {
|
|
444
444
|
background: rgba(255, 255, 255, 0.1)
|
|
445
445
|
}
|
|
446
446
|
.progress-bar__filled_19r3h.progress-bar__positive_19r3h {
|
|
@@ -531,32 +531,6 @@
|
|
|
531
531
|
}
|
|
532
532
|
.radio-group__hint_11lez {
|
|
533
533
|
color: #8d8d93;
|
|
534
|
-
}.skeleton__component_9017c {
|
|
535
|
-
color: transparent;
|
|
536
|
-
}
|
|
537
|
-
.skeleton__component_9017c:before {
|
|
538
|
-
background: rgba(255, 255, 255, 0.1);
|
|
539
|
-
}
|
|
540
|
-
.skeleton__animate_9017c:after {
|
|
541
|
-
background: rgba(255, 255, 255, 0.1);
|
|
542
|
-
background-image: linear-gradient(
|
|
543
|
-
to left,
|
|
544
|
-
rgba(0, 0, 0, 0),
|
|
545
|
-
rgba(0, 0, 0, 0) 40%,
|
|
546
|
-
rgba(0, 0, 0, 0.05) 50%,
|
|
547
|
-
rgba(0, 0, 0, 0) 60%,
|
|
548
|
-
rgba(0, 0, 0, 0)
|
|
549
|
-
);
|
|
550
|
-
}
|
|
551
|
-
@keyframes skeleton__gradient_9017c {
|
|
552
|
-
}
|
|
553
|
-
@keyframes skeleton__background_9017c {
|
|
554
|
-
0% {
|
|
555
|
-
background: rgb(182, 188, 195);
|
|
556
|
-
}
|
|
557
|
-
100% {
|
|
558
|
-
background: rgb(198, 205, 214);
|
|
559
|
-
}
|
|
560
534
|
}.radio__container_1uc99:not(.radio__checked_1uc99):not(.radio__disabled_1uc99):not(.radio__inactive_1uc99) .radio__circle_1uc99 {
|
|
561
535
|
background-color: #000;
|
|
562
536
|
border: 1.5px solid #8d8d93;
|
|
@@ -614,7 +588,32 @@
|
|
|
614
588
|
}
|
|
615
589
|
.radio__hint_1uc99 {
|
|
616
590
|
color: #8d8d93;
|
|
617
|
-
}
|
|
591
|
+
}.skeleton__component_9017c {
|
|
592
|
+
color: transparent;
|
|
593
|
+
}
|
|
594
|
+
.skeleton__component_9017c:before {
|
|
595
|
+
background: rgba(255, 255, 255, 0.1);
|
|
596
|
+
}
|
|
597
|
+
.skeleton__animate_9017c:after {
|
|
598
|
+
background: rgba(255, 255, 255, 0.1);
|
|
599
|
+
background-image: linear-gradient(
|
|
600
|
+
to left,
|
|
601
|
+
rgba(0, 0, 0, 0),
|
|
602
|
+
rgba(0, 0, 0, 0) 40%,
|
|
603
|
+
rgba(0, 0, 0, 0.05) 50%,
|
|
604
|
+
rgba(0, 0, 0, 0) 60%,
|
|
605
|
+
rgba(0, 0, 0, 0)
|
|
606
|
+
);
|
|
607
|
+
}
|
|
608
|
+
@keyframes skeleton__gradient_9017c {
|
|
609
|
+
}
|
|
610
|
+
@keyframes skeleton__background_9017c {
|
|
611
|
+
0% {
|
|
612
|
+
background: rgb(182, 188, 195);
|
|
613
|
+
}
|
|
614
|
+
100% {
|
|
615
|
+
background: rgb(198, 205, 214);
|
|
616
|
+
}
|
|
618
617
|
}.scrollbar__component_16g75 .scrollbar:before {
|
|
619
618
|
background-color: rgba(255, 255, 255, 0.3);
|
|
620
619
|
}
|
|
@@ -697,7 +696,8 @@
|
|
|
697
696
|
}
|
|
698
697
|
.slider__component_e29mb:hover .slider__range_e29mb::-moz-range-thumb {
|
|
699
698
|
background: #ef3124;
|
|
700
|
-
}
|
|
699
|
+
}@keyframes spinner__spin_animation_17hke {
|
|
700
|
+
}.status__soft_6qrsy.status__green_6qrsy {
|
|
701
701
|
background: rgba(19, 164, 99, 0.1);
|
|
702
702
|
color: #13a463;
|
|
703
703
|
}
|
|
@@ -897,12 +897,10 @@
|
|
|
897
897
|
|
|
898
898
|
|
|
899
899
|
|
|
900
|
+
|
|
900
901
|
@media screen and (min-width: 600px) {
|
|
901
902
|
}
|
|
902
903
|
@media screen and (min-width: 1024px) {
|
|
903
|
-
}
|
|
904
|
-
.base-modal__component_1wgu4 {
|
|
905
|
-
background: #121212;
|
|
906
904
|
}.textarea__input_hwzlo {
|
|
907
905
|
color: #fff;
|
|
908
906
|
caret-color: #0072ef;
|
|
@@ -1013,18 +1011,6 @@
|
|
|
1013
1011
|
}
|
|
1014
1012
|
.textarea__textarea_1cmwx:focus::placeholder {
|
|
1015
1013
|
color: rgba(60, 60, 67, 0.3);
|
|
1016
|
-
}.popover__component_thnj6 {
|
|
1017
|
-
background-color: transparent;
|
|
1018
|
-
color: #fff;
|
|
1019
|
-
}
|
|
1020
|
-
.popover__inner_thnj6 {
|
|
1021
|
-
background-color: #121212;
|
|
1022
|
-
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1023
|
-
border: 1px solid transparent;
|
|
1024
|
-
}
|
|
1025
|
-
.popover__arrow_thnj6:after {
|
|
1026
|
-
background-color: #121212;
|
|
1027
|
-
border: 1px solid transparent;
|
|
1028
1014
|
}.button__primary_in86m {
|
|
1029
1015
|
color: #000;
|
|
1030
1016
|
background-color: #f3f4f5
|
|
@@ -1320,19 +1306,20 @@
|
|
|
1320
1306
|
}
|
|
1321
1307
|
.button__component_7d6o7:disabled.button__ghost_7d6o7.button__loading_7d6o7 {
|
|
1322
1308
|
color: #000;
|
|
1323
|
-
}.
|
|
1309
|
+
}.base-modal__component_1wgu4 {
|
|
1310
|
+
background: #121212;
|
|
1311
|
+
}.popover__component_thnj6 {
|
|
1324
1312
|
background-color: transparent;
|
|
1313
|
+
color: #fff;
|
|
1325
1314
|
}
|
|
1326
|
-
.
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
.drawer__backdropExit_1e9r7 {
|
|
1331
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
1315
|
+
.popover__inner_thnj6 {
|
|
1316
|
+
background-color: #121212;
|
|
1317
|
+
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1318
|
+
border: 1px solid transparent;
|
|
1332
1319
|
}
|
|
1333
|
-
.
|
|
1334
|
-
|
|
1335
|
-
|
|
1320
|
+
.popover__arrow_thnj6:after {
|
|
1321
|
+
background-color: #121212;
|
|
1322
|
+
border: 1px solid transparent;
|
|
1336
1323
|
}.tabs__component_1lkqs:before {
|
|
1337
1324
|
background-color: #2b2b2e;
|
|
1338
1325
|
}
|
|
@@ -1384,6 +1371,8 @@
|
|
|
1384
1371
|
}
|
|
1385
1372
|
.circular-progress-bar__backgroundCircle_twqec {
|
|
1386
1373
|
stroke: #2c2c2e;
|
|
1374
|
+
}.list-header__filled_1ly4m {
|
|
1375
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1387
1376
|
}.stepped-progress-bar__description_e3ptf {
|
|
1388
1377
|
color: rgba(235, 235, 245, 0.6);
|
|
1389
1378
|
}
|
|
@@ -1413,29 +1402,7 @@
|
|
|
1413
1402
|
}
|
|
1414
1403
|
.stepped-progress-bar__accent_l7n49 {
|
|
1415
1404
|
background: #ef3124;
|
|
1416
|
-
}.
|
|
1417
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
1418
|
-
}.custom-button__customButton_1niqg.custom-button__white_1niqg * {
|
|
1419
|
-
color: #fff;
|
|
1420
|
-
}
|
|
1421
|
-
.custom-button__customButton_1niqg.custom-button__black_1niqg * {
|
|
1422
|
-
color: #000;
|
|
1423
|
-
}
|
|
1424
|
-
.custom-button__customButton_1niqg:before {
|
|
1425
|
-
background-color: rgba(0, 0, 0, 0);
|
|
1426
|
-
}
|
|
1427
|
-
.custom-button__customButton_1niqg:hover:before {
|
|
1428
|
-
background-color: rgba(0, 0, 0, 0.07);
|
|
1429
|
-
}
|
|
1430
|
-
.custom-button__customButton_1niqg:active:before {
|
|
1431
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
1432
|
-
}
|
|
1433
|
-
.custom-button__customButton_1niqg:disabled.custom-button__white_1niqg * {
|
|
1434
|
-
color: #fff;
|
|
1435
|
-
}
|
|
1436
|
-
.custom-button__customButton_1niqg:disabled.custom-button__black_1niqg * {
|
|
1437
|
-
color: #000;
|
|
1438
|
-
}.select-with-tags__tag_1rtmx:active:not(:disabled) {
|
|
1405
|
+
}.select-with-tags__tag_1rtmx:active:not(:disabled) {
|
|
1439
1406
|
background-color: #f3f4f5;
|
|
1440
1407
|
}
|
|
1441
1408
|
.select-with-tags__tag_1rtmx:hover:not(:disabled):not(:active) {
|
|
@@ -1459,10 +1426,69 @@
|
|
|
1459
1426
|
}
|
|
1460
1427
|
.select-with-tags__placeholder_h57m8 {
|
|
1461
1428
|
color: #464649;
|
|
1462
|
-
}.
|
|
1429
|
+
}.drawer__backdropEnter_1e9r7 {
|
|
1430
|
+
background-color: transparent;
|
|
1431
|
+
}
|
|
1432
|
+
.drawer__backdropEnterActive_1e9r7,
|
|
1433
|
+
.drawer__backdropEnterDone_1e9r7 {
|
|
1434
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1435
|
+
}
|
|
1436
|
+
.drawer__backdropExit_1e9r7 {
|
|
1437
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1438
|
+
}
|
|
1439
|
+
.drawer__backdropExitActive_1e9r7,
|
|
1440
|
+
.drawer__backdropExitDone_1e9r7 {
|
|
1441
|
+
background-color: transparent;
|
|
1442
|
+
}.custom-button__customButton_1niqg.custom-button__white_1niqg * {
|
|
1443
|
+
color: #fff;
|
|
1444
|
+
}
|
|
1445
|
+
.custom-button__customButton_1niqg.custom-button__black_1niqg * {
|
|
1446
|
+
color: #000;
|
|
1447
|
+
}
|
|
1448
|
+
.custom-button__customButton_1niqg:before {
|
|
1449
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1450
|
+
}
|
|
1451
|
+
.custom-button__customButton_1niqg:hover:before {
|
|
1452
|
+
background-color: rgba(0, 0, 0, 0.07);
|
|
1453
|
+
}
|
|
1454
|
+
.custom-button__customButton_1niqg:active:before {
|
|
1455
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
1456
|
+
}
|
|
1457
|
+
.custom-button__customButton_1niqg:disabled.custom-button__white_1niqg * {
|
|
1458
|
+
color: #fff;
|
|
1459
|
+
}
|
|
1460
|
+
.custom-button__customButton_1niqg:disabled.custom-button__black_1niqg * {
|
|
1461
|
+
color: #000;
|
|
1462
|
+
}.attach__component_11l3z {
|
|
1463
1463
|
}
|
|
1464
1464
|
.attach__focused_11l3z {
|
|
1465
1465
|
outline: 2px solid #0072ef;
|
|
1466
|
+
}.chart__coreChart_b0fsd .recharts-text tspan {
|
|
1467
|
+
fill: #fff;
|
|
1468
|
+
}
|
|
1469
|
+
@keyframes chart__showDot_1jvg7 {
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.chart__tickText_qfd6d {
|
|
1473
|
+
fill: #fff;
|
|
1474
|
+
}
|
|
1475
|
+
.chart__circle_qfd6d {
|
|
1476
|
+
fill: #121212;
|
|
1477
|
+
}
|
|
1478
|
+
.chart__circle_qfd6d {
|
|
1479
|
+
fill: #121212;
|
|
1480
|
+
}
|
|
1481
|
+
.chart__tooltip_a9nvf {
|
|
1482
|
+
background-color: #121212;
|
|
1483
|
+
border: 1px solid #2b2b2e;
|
|
1484
|
+
box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
|
|
1485
|
+
}
|
|
1486
|
+
.chart__tooltipArrow_a9nvf {
|
|
1487
|
+
border: 1px solid #2b2b2e;
|
|
1488
|
+
background-color: #121212;
|
|
1489
|
+
}
|
|
1490
|
+
.chart__tooltipArrow_a9nvf:before {
|
|
1491
|
+
border-color: transparent #121212 transparent transparent;
|
|
1466
1492
|
}.confirmation__component_3ykn8 {
|
|
1467
1493
|
color: #8d8d93;
|
|
1468
1494
|
}
|
|
@@ -1500,67 +1526,153 @@
|
|
|
1500
1526
|
}
|
|
1501
1527
|
.confirmation__description_kb3eb {
|
|
1502
1528
|
color: #8d8d93;
|
|
1503
|
-
}.
|
|
1504
|
-
|
|
1505
|
-
}
|
|
1506
|
-
@keyframes chart__showDot_1jvg7 {
|
|
1529
|
+
}.pagination__component_u6hhb {
|
|
1530
|
+
color: #fff;
|
|
1507
1531
|
}
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
fill: #fff;
|
|
1532
|
+
.pagination__dots_1tsve {
|
|
1533
|
+
color: #8d8d93;
|
|
1511
1534
|
}
|
|
1512
|
-
|
|
1513
|
-
|
|
1535
|
+
|
|
1536
|
+
.pagination__tag_n8m3q.pagination__tag_n8m3q {
|
|
1537
|
+
color: #8d8d93
|
|
1514
1538
|
}
|
|
1515
|
-
.
|
|
1516
|
-
|
|
1539
|
+
.pagination__tag_n8m3q.pagination__tag_n8m3q:hover:not(:disabled) {
|
|
1540
|
+
background-color: #2c2c2e;
|
|
1541
|
+
color: #fff;
|
|
1542
|
+
}
|
|
1543
|
+
.pagination__tag_n8m3q.pagination__tag_n8m3q:active:not(:disabled) {
|
|
1544
|
+
background-color: #3a3a3c;
|
|
1545
|
+
}
|
|
1546
|
+
.pagination__tag_n8m3q.pagination__tag_n8m3q.pagination__checked_n8m3q {
|
|
1547
|
+
background-color: #f3f4f5;
|
|
1548
|
+
color: #000;
|
|
1549
|
+
}
|
|
1550
|
+
.pagination__tag_n8m3q.pagination__tag_n8m3q.pagination__checked_n8m3q:hover:not(:disabled) {
|
|
1551
|
+
color: #000;
|
|
1552
|
+
}
|
|
1553
|
+
.pagination__tag_n8m3q.pagination__tag_n8m3q.pagination__checked_n8m3q:active:not(:disabled) {
|
|
1554
|
+
color: #fff;
|
|
1555
|
+
}.input__input_wc3jo {
|
|
1556
|
+
color: #fff;
|
|
1557
|
+
caret-color: #0072ef;
|
|
1558
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1517
1559
|
}
|
|
1518
|
-
.
|
|
1519
|
-
|
|
1520
|
-
border: 1px solid #2b2b2e;
|
|
1521
|
-
box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
|
|
1560
|
+
.input__input_wc3jo:-webkit-autofill {
|
|
1561
|
+
-webkit-text-fill-color: #fff;
|
|
1522
1562
|
}
|
|
1523
|
-
.
|
|
1524
|
-
|
|
1525
|
-
background-color: #121212;
|
|
1563
|
+
.input__input_wc3jo::placeholder {
|
|
1564
|
+
color: #8d8d93;
|
|
1526
1565
|
}
|
|
1527
|
-
.
|
|
1528
|
-
|
|
1529
|
-
}.icon-button__primary_1bcqs {
|
|
1530
|
-
color: #fff
|
|
1566
|
+
.input__hasLabel_wc3jo::placeholder {
|
|
1567
|
+
color: #464649;
|
|
1531
1568
|
}
|
|
1532
|
-
.
|
|
1533
|
-
color: rgb(204, 204, 204);
|
|
1534
|
-
}
|
|
1535
|
-
.icon-button__primary_1bcqs:active {
|
|
1536
|
-
color: rgb(179, 179, 179);
|
|
1537
|
-
}
|
|
1538
|
-
.icon-button__primary_1bcqs.icon-button__component_1bcqs:disabled.icon-button__loader_1bcqs {
|
|
1569
|
+
.input__clearIcon_wc3jo {
|
|
1539
1570
|
color: #fff;
|
|
1540
1571
|
}
|
|
1541
|
-
.
|
|
1572
|
+
.input__input_wc3jo:read-only {
|
|
1542
1573
|
color: #8d8d93
|
|
1543
1574
|
}
|
|
1544
|
-
.
|
|
1545
|
-
color:
|
|
1546
|
-
}
|
|
1547
|
-
.icon-button__secondary_1bcqs:active {
|
|
1548
|
-
color: rgb(198, 198, 201);
|
|
1575
|
+
.input__input_wc3jo:read-only:focus::placeholder {
|
|
1576
|
+
color: #8d8d93;
|
|
1549
1577
|
}
|
|
1550
|
-
.
|
|
1551
|
-
color: #
|
|
1578
|
+
.input__input_wc3jo:disabled {
|
|
1579
|
+
color: #fff;
|
|
1580
|
+
-webkit-text-fill-color: #fff;
|
|
1552
1581
|
}
|
|
1553
|
-
.
|
|
1554
|
-
color: rgba(
|
|
1582
|
+
.input__input_wc3jo:focus::placeholder {
|
|
1583
|
+
color: rgba(235, 235, 245, 0.3);
|
|
1555
1584
|
}
|
|
1556
|
-
.
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1585
|
+
.input__error_wc3jo {
|
|
1586
|
+
color: #f15045;
|
|
1587
|
+
caret-color: #f15045;
|
|
1588
|
+
}
|
|
1589
|
+
.input__focusVisible_pa1b2 {
|
|
1590
|
+
outline: 2px solid #0072ef;
|
|
1591
|
+
}
|
|
1592
|
+
@keyframes input__onautofillstart_pa1b2 {
|
|
1593
|
+
from {
|
|
1594
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1595
|
+
}
|
|
1596
|
+
to {
|
|
1597
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
@keyframes input__onautofillcancel_pa1b2 {
|
|
1601
|
+
from {
|
|
1602
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1603
|
+
}
|
|
1604
|
+
to {
|
|
1605
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1606
|
+
}
|
|
1607
|
+
}
|
|
1608
|
+
.input__input_k5gwz {
|
|
1609
|
+
color: #000;
|
|
1610
|
+
caret-color: #0072ef;
|
|
1611
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1612
|
+
}
|
|
1613
|
+
.input__input_k5gwz:-webkit-autofill {
|
|
1614
|
+
-webkit-text-fill-color: #000;
|
|
1615
|
+
}
|
|
1616
|
+
.input__input_k5gwz::placeholder {
|
|
1617
|
+
color: rgba(60, 60, 67, 0.6);
|
|
1618
|
+
}
|
|
1619
|
+
.input__hasLabel_k5gwz::placeholder {
|
|
1620
|
+
color: #c5c5c7;
|
|
1621
|
+
}
|
|
1622
|
+
.input__clearIcon_k5gwz {
|
|
1623
|
+
color: #000;
|
|
1624
|
+
}
|
|
1625
|
+
.input__input_k5gwz:read-only {
|
|
1626
|
+
color: rgba(60, 60, 67, 0.6)
|
|
1627
|
+
}
|
|
1628
|
+
.input__input_k5gwz:read-only:focus::placeholder {
|
|
1629
|
+
color: rgba(60, 60, 67, 0.6);
|
|
1630
|
+
}
|
|
1631
|
+
.input__input_k5gwz:disabled {
|
|
1632
|
+
color: #000;
|
|
1633
|
+
-webkit-text-fill-color: #000;
|
|
1634
|
+
}
|
|
1635
|
+
.input__input_k5gwz:focus::placeholder {
|
|
1636
|
+
color: rgba(60, 60, 67, 0.3);
|
|
1637
|
+
}
|
|
1638
|
+
.input__error_k5gwz {
|
|
1639
|
+
color: #ef3124;
|
|
1640
|
+
caret-color: #ef3124;
|
|
1641
|
+
}.icon-button__primary_1bcqs {
|
|
1642
|
+
color: #fff
|
|
1643
|
+
}
|
|
1644
|
+
.icon-button__primary_1bcqs:hover {
|
|
1645
|
+
color: rgb(204, 204, 204);
|
|
1646
|
+
}
|
|
1647
|
+
.icon-button__primary_1bcqs:active {
|
|
1648
|
+
color: rgb(179, 179, 179);
|
|
1649
|
+
}
|
|
1650
|
+
.icon-button__primary_1bcqs.icon-button__component_1bcqs:disabled.icon-button__loader_1bcqs {
|
|
1651
|
+
color: #fff;
|
|
1652
|
+
}
|
|
1653
|
+
.icon-button__secondary_1bcqs {
|
|
1654
|
+
color: #8d8d93
|
|
1655
|
+
}
|
|
1656
|
+
.icon-button__secondary_1bcqs:hover {
|
|
1657
|
+
color: rgb(175, 175, 179);
|
|
1658
|
+
}
|
|
1659
|
+
.icon-button__secondary_1bcqs:active {
|
|
1660
|
+
color: rgb(198, 198, 201);
|
|
1661
|
+
}
|
|
1662
|
+
.icon-button__secondary_1bcqs.icon-button__component_1bcqs:disabled.icon-button__loader_1bcqs {
|
|
1663
|
+
color: #8d8d93;
|
|
1664
|
+
}
|
|
1665
|
+
.icon-button__transparent_1bcqs {
|
|
1666
|
+
color: rgba(255, 255, 255, 0.3)
|
|
1667
|
+
}
|
|
1668
|
+
.icon-button__transparent_1bcqs:hover {
|
|
1669
|
+
color: rgba(255, 255, 255, 0.4);
|
|
1670
|
+
}
|
|
1671
|
+
.icon-button__transparent_1bcqs:active {
|
|
1672
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1673
|
+
}
|
|
1674
|
+
.icon-button__negative_1bcqs {
|
|
1675
|
+
color: #d91d0b
|
|
1564
1676
|
}
|
|
1565
1677
|
.icon-button__negative_1bcqs:hover {
|
|
1566
1678
|
color: rgb(220, 45, 28);
|
|
@@ -1649,128 +1761,16 @@
|
|
|
1649
1761
|
.plate__attention_101zp {
|
|
1650
1762
|
background-color: #332104;
|
|
1651
1763
|
border-color: #de6a00;
|
|
1652
|
-
}.
|
|
1653
|
-
color:
|
|
1654
|
-
}
|
|
1655
|
-
.pagination__dots_1tsve {
|
|
1656
|
-
color: #8d8d93;
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
.pagination__tag_n8m3q.pagination__tag_n8m3q {
|
|
1660
|
-
color: #8d8d93
|
|
1661
|
-
}
|
|
1662
|
-
.pagination__tag_n8m3q.pagination__tag_n8m3q:hover:not(:disabled) {
|
|
1663
|
-
background-color: #2c2c2e;
|
|
1664
|
-
color: #fff;
|
|
1665
|
-
}
|
|
1666
|
-
.pagination__tag_n8m3q.pagination__tag_n8m3q:active:not(:disabled) {
|
|
1667
|
-
background-color: #3a3a3c;
|
|
1668
|
-
}
|
|
1669
|
-
.pagination__tag_n8m3q.pagination__tag_n8m3q.pagination__checked_n8m3q {
|
|
1670
|
-
background-color: #f3f4f5;
|
|
1671
|
-
color: #000;
|
|
1672
|
-
}
|
|
1673
|
-
.pagination__tag_n8m3q.pagination__tag_n8m3q.pagination__checked_n8m3q:hover:not(:disabled) {
|
|
1674
|
-
color: #000;
|
|
1675
|
-
}
|
|
1676
|
-
.pagination__tag_n8m3q.pagination__tag_n8m3q.pagination__checked_n8m3q:active:not(:disabled) {
|
|
1677
|
-
color: #fff;
|
|
1678
|
-
}.input__input_wc3jo {
|
|
1679
|
-
color: #fff;
|
|
1680
|
-
caret-color: #0072ef;
|
|
1681
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1682
|
-
}
|
|
1683
|
-
.input__input_wc3jo:-webkit-autofill {
|
|
1684
|
-
-webkit-text-fill-color: #fff;
|
|
1685
|
-
}
|
|
1686
|
-
.input__input_wc3jo::placeholder {
|
|
1687
|
-
color: #8d8d93;
|
|
1688
|
-
}
|
|
1689
|
-
.input__hasLabel_wc3jo::placeholder {
|
|
1690
|
-
color: #464649;
|
|
1691
|
-
}
|
|
1692
|
-
.input__clearIcon_wc3jo {
|
|
1693
|
-
color: #fff;
|
|
1694
|
-
}
|
|
1695
|
-
.input__input_wc3jo:read-only {
|
|
1696
|
-
color: #8d8d93
|
|
1764
|
+
}.with-suffix__hasSuffix_d9iz1 input:focus::placeholder {
|
|
1765
|
+
color: transparent;
|
|
1697
1766
|
}
|
|
1698
|
-
.
|
|
1699
|
-
color: #8d8d93;
|
|
1700
|
-
}
|
|
1701
|
-
.input__input_wc3jo:disabled {
|
|
1767
|
+
.with-suffix__disabled_d9iz1 {
|
|
1702
1768
|
color: #fff;
|
|
1703
|
-
-webkit-text-fill-color: #fff;
|
|
1704
|
-
}
|
|
1705
|
-
.input__input_wc3jo:focus::placeholder {
|
|
1706
|
-
color: rgba(235, 235, 245, 0.3);
|
|
1707
|
-
}
|
|
1708
|
-
.input__error_wc3jo {
|
|
1709
|
-
color: #f15045;
|
|
1710
|
-
caret-color: #f15045;
|
|
1711
|
-
}
|
|
1712
|
-
.input__focusVisible_pa1b2 {
|
|
1713
|
-
outline: 2px solid #0072ef;
|
|
1714
|
-
}
|
|
1715
|
-
@keyframes input__onautofillstart_pa1b2 {
|
|
1716
|
-
from {
|
|
1717
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1718
|
-
}
|
|
1719
|
-
to {
|
|
1720
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1721
|
-
}
|
|
1722
|
-
}
|
|
1723
|
-
@keyframes input__onautofillcancel_pa1b2 {
|
|
1724
|
-
from {
|
|
1725
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1726
|
-
}
|
|
1727
|
-
to {
|
|
1728
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
.input__input_k5gwz {
|
|
1732
|
-
color: #000;
|
|
1733
|
-
caret-color: #0072ef;
|
|
1734
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1735
|
-
}
|
|
1736
|
-
.input__input_k5gwz:-webkit-autofill {
|
|
1737
|
-
-webkit-text-fill-color: #000;
|
|
1738
|
-
}
|
|
1739
|
-
.input__input_k5gwz::placeholder {
|
|
1740
|
-
color: rgba(60, 60, 67, 0.6);
|
|
1741
|
-
}
|
|
1742
|
-
.input__hasLabel_k5gwz::placeholder {
|
|
1743
|
-
color: #c5c5c7;
|
|
1744
|
-
}
|
|
1745
|
-
.input__clearIcon_k5gwz {
|
|
1746
|
-
color: #000;
|
|
1747
|
-
}
|
|
1748
|
-
.input__input_k5gwz:read-only {
|
|
1749
|
-
color: rgba(60, 60, 67, 0.6)
|
|
1750
|
-
}
|
|
1751
|
-
.input__input_k5gwz:read-only:focus::placeholder {
|
|
1752
|
-
color: rgba(60, 60, 67, 0.6);
|
|
1753
|
-
}
|
|
1754
|
-
.input__input_k5gwz:disabled {
|
|
1755
|
-
color: #000;
|
|
1756
|
-
-webkit-text-fill-color: #000;
|
|
1757
|
-
}
|
|
1758
|
-
.input__input_k5gwz:focus::placeholder {
|
|
1759
|
-
color: rgba(60, 60, 67, 0.3);
|
|
1760
|
-
}
|
|
1761
|
-
.input__error_k5gwz {
|
|
1762
|
-
color: #ef3124;
|
|
1763
|
-
caret-color: #ef3124;
|
|
1764
1769
|
}.slider-input__steps_hc6c6 {
|
|
1765
1770
|
color: #8d8d93;
|
|
1766
1771
|
}
|
|
1767
1772
|
.slider-input__info_hc6c6 {
|
|
1768
1773
|
color: #8d8d93;
|
|
1769
|
-
}.with-suffix__hasSuffix_d9iz1 input:focus::placeholder {
|
|
1770
|
-
color: transparent;
|
|
1771
|
-
}
|
|
1772
|
-
.with-suffix__disabled_d9iz1 {
|
|
1773
|
-
color: #fff;
|
|
1774
1774
|
}.filter-tag__component_16e0f.filter-tag__disabled_16e0f {
|
|
1775
1775
|
background-color: rgba(32, 32, 34, 0.3);
|
|
1776
1776
|
}
|
|
@@ -1872,6 +1872,12 @@
|
|
|
1872
1872
|
color: #fff;
|
|
1873
1873
|
background-color: #121212;
|
|
1874
1874
|
}
|
|
1875
|
+
.bottom-sheet__backer_lwjli {
|
|
1876
|
+
color: #fff;
|
|
1877
|
+
}
|
|
1878
|
+
.bottom-sheet__button_lwjli {
|
|
1879
|
+
background: rgba(255, 255, 255, 0.03);
|
|
1880
|
+
}
|
|
1875
1881
|
.bottom-sheet__closer_8odtl {
|
|
1876
1882
|
color: #fff;
|
|
1877
1883
|
}
|
|
@@ -1885,18 +1891,120 @@
|
|
|
1885
1891
|
border-top: 1px solid #2b2b2e;
|
|
1886
1892
|
background-color: #121212;
|
|
1887
1893
|
}
|
|
1888
|
-
.bottom-sheet__header_1jt0k {
|
|
1889
|
-
background-color: #121212;
|
|
1894
|
+
.bottom-sheet__header_1jt0k {
|
|
1895
|
+
background-color: #121212;
|
|
1896
|
+
}
|
|
1897
|
+
.bottom-sheet__highlighted_1jt0k {
|
|
1898
|
+
border-bottom: 1px solid #2b2b2e;
|
|
1899
|
+
}
|
|
1900
|
+
.calendar__dayName_1j1lb {
|
|
1901
|
+
color: #8d8d93
|
|
1902
|
+
}
|
|
1903
|
+
.calendar__day_1j1lb {
|
|
1904
|
+
color: #fff
|
|
1905
|
+
}
|
|
1906
|
+
.calendar__day_1j1lb.calendar__highlighted_1j1lb,
|
|
1907
|
+
.calendar__day_1j1lb.calendar__range_1j1lb.calendar__highlighted_1j1lb:not(.calendar__disabled_1j1lb) {
|
|
1908
|
+
color: #fff;
|
|
1909
|
+
background: #2a2a2c;
|
|
1910
|
+
}
|
|
1911
|
+
.calendar__day_1j1lb.calendar__disabled_1j1lb {
|
|
1912
|
+
color: #464649;
|
|
1913
|
+
background: transparent;
|
|
1914
|
+
}
|
|
1915
|
+
.calendar__day_1j1lb.calendar__today_1j1lb {
|
|
1916
|
+
color: #0072ef;
|
|
1917
|
+
}
|
|
1918
|
+
.calendar__day_1j1lb.calendar__rangeComplete_1j1lb {
|
|
1919
|
+
background: #e8f2fe;
|
|
1920
|
+
}
|
|
1921
|
+
.calendar__day_1j1lb.calendar__selected_1j1lb,
|
|
1922
|
+
.calendar__day_1j1lb.calendar__disabled_1j1lb.calendar__selected_1j1lb {
|
|
1923
|
+
color: #000;
|
|
1924
|
+
background: #fff;
|
|
1925
|
+
}
|
|
1926
|
+
.calendar__day_1j1lb.calendar__selected_1j1lb:hover {
|
|
1927
|
+
background: rgb(217, 217, 217);
|
|
1928
|
+
}
|
|
1929
|
+
.calendar__range_1j1lb .calendar__day_1j1lb:not(.calendar__selected_1j1lb):not(.calendar__disabled_1j1lb):not(.calendar__today_1j1lb) {
|
|
1930
|
+
color: #fff;
|
|
1931
|
+
}
|
|
1932
|
+
.calendar__range_1j1lb:before {
|
|
1933
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1934
|
+
}
|
|
1935
|
+
.calendar__rangeComplete_1j1lb:before {
|
|
1936
|
+
background: #e8f2fe;
|
|
1937
|
+
}
|
|
1938
|
+
.calendar__transitLeft_1j1lb:after {
|
|
1939
|
+
background: linear-gradient(
|
|
1940
|
+
270deg,
|
|
1941
|
+
rgba(255, 255, 255, 0.1) 0%,
|
|
1942
|
+
rgba(255, 255, 255, 0) 100%
|
|
1943
|
+
);
|
|
1944
|
+
}
|
|
1945
|
+
.calendar__transitRight_1j1lb:after {
|
|
1946
|
+
background: linear-gradient(
|
|
1947
|
+
270deg,
|
|
1948
|
+
rgba(255, 255, 255, 0) 0%,
|
|
1949
|
+
rgba(255, 255, 255, 0.1) 100%
|
|
1950
|
+
);
|
|
1951
|
+
}
|
|
1952
|
+
.calendar__rangeComplete_1j1lb.calendar__transitLeft_1j1lb:after {
|
|
1953
|
+
background: linear-gradient(
|
|
1954
|
+
270deg,
|
|
1955
|
+
#e8f2fe 0%,
|
|
1956
|
+
rgba(255, 255, 255, 0) 100%
|
|
1957
|
+
);
|
|
1958
|
+
}
|
|
1959
|
+
.calendar__rangeComplete_1j1lb.calendar__transitRight_1j1lb:after {
|
|
1960
|
+
background: linear-gradient(
|
|
1961
|
+
270deg,
|
|
1962
|
+
rgba(255, 255, 255, 0) 0%,
|
|
1963
|
+
#e8f2fe 100%
|
|
1964
|
+
);
|
|
1965
|
+
}
|
|
1966
|
+
.calendar__dot_1j1lb {
|
|
1967
|
+
background: #fff;
|
|
1968
|
+
}
|
|
1969
|
+
.calendar__selected_1j1lb .calendar__dot_1j1lb {
|
|
1970
|
+
background: #000;
|
|
1890
1971
|
}
|
|
1891
|
-
.
|
|
1892
|
-
|
|
1972
|
+
.calendar__withShadow_103kj {
|
|
1973
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1893
1974
|
}
|
|
1894
|
-
|
|
1895
|
-
|
|
1975
|
+
|
|
1976
|
+
.calendar__empty_1nzog {
|
|
1977
|
+
color: #8d8d93;
|
|
1896
1978
|
}
|
|
1897
|
-
|
|
1898
|
-
|
|
1979
|
+
@media (max-width: 374px) {
|
|
1980
|
+
}
|
|
1981
|
+
.calendar__button_b0c6d {
|
|
1982
|
+
background-color: transparent
|
|
1899
1983
|
}
|
|
1984
|
+
.calendar__button_b0c6d:not(:disabled):hover {
|
|
1985
|
+
background-color: #2c2c2e;
|
|
1986
|
+
color: #fff;
|
|
1987
|
+
}
|
|
1988
|
+
.calendar__button_b0c6d.calendar__filled_b0c6d {
|
|
1989
|
+
background-color: #2c2c2e
|
|
1990
|
+
}
|
|
1991
|
+
.calendar__button_b0c6d.calendar__filled_b0c6d:not(:disabled):hover {
|
|
1992
|
+
background-color: rgb(59, 59, 61);
|
|
1993
|
+
}
|
|
1994
|
+
.calendar__button_b0c6d.calendar__outlined_b0c6d {
|
|
1995
|
+
border: 1px solid #fff;
|
|
1996
|
+
}
|
|
1997
|
+
.calendar__button_b0c6d.calendar__selected_b0c6d,
|
|
1998
|
+
.calendar__button_b0c6d.calendar__selected_b0c6d:disabled {
|
|
1999
|
+
background-color: #fff;
|
|
2000
|
+
color: #000
|
|
2001
|
+
}
|
|
2002
|
+
.calendar__button_b0c6d.calendar__selected_b0c6d:not(:disabled):hover, .calendar__button_b0c6d.calendar__selected_b0c6d:disabled:not(:disabled):hover {
|
|
2003
|
+
background-color: #fff;
|
|
2004
|
+
color: #000;
|
|
2005
|
+
}
|
|
2006
|
+
@media (max-width: 374px) {
|
|
2007
|
+
}
|
|
1900
2008
|
|
|
1901
2009
|
|
|
1902
2010
|
.modal__button_ss8y4 {
|
|
@@ -1928,16 +2036,7 @@
|
|
|
1928
2036
|
}
|
|
1929
2037
|
.toast-plate__closeButtonWrapper_hzw53:before {
|
|
1930
2038
|
background-color: #e9e9eb;
|
|
1931
|
-
}.
|
|
1932
|
-
color: #8d8d93;
|
|
1933
|
-
}
|
|
1934
|
-
.amount-input__filled_rzfan .amount-input__input_rzfan,
|
|
1935
|
-
.amount-input__input_rzfan:focus {
|
|
1936
|
-
-webkit-text-fill-color: transparent;
|
|
1937
|
-
}
|
|
1938
|
-
.amount-input__minorPartAndCurrency_u43m4 {
|
|
1939
|
-
color: #8a8a8e;
|
|
1940
|
-
}.bank-card__component_1vblh {
|
|
2039
|
+
}.bank-card__component_1vblh {
|
|
1941
2040
|
--form-control-bg-color: transparent;
|
|
1942
2041
|
--form-control-hover-bg-color: transparent;
|
|
1943
2042
|
--form-control-focus-bg-color: transparent;
|
|
@@ -1964,12 +2063,15 @@
|
|
|
1964
2063
|
}
|
|
1965
2064
|
.bank-card__usePhoto_1vblh svg {
|
|
1966
2065
|
fill: #000;
|
|
1967
|
-
}.
|
|
1968
|
-
|
|
2066
|
+
}.amount-input__minorPartAndCurrency_1ylxj {
|
|
2067
|
+
color: #8d8d93;
|
|
1969
2068
|
}
|
|
1970
|
-
.
|
|
1971
|
-
|
|
1972
|
-
|
|
2069
|
+
.amount-input__filled_rzfan .amount-input__input_rzfan,
|
|
2070
|
+
.amount-input__input_rzfan:focus {
|
|
2071
|
+
-webkit-text-fill-color: transparent;
|
|
2072
|
+
}
|
|
2073
|
+
.amount-input__minorPartAndCurrency_u43m4 {
|
|
2074
|
+
color: #8a8a8e;
|
|
1973
2075
|
}.tooltip__hint_q96ls {
|
|
1974
2076
|
background-color: #fff;
|
|
1975
2077
|
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
|
|
@@ -1998,7 +2100,17 @@
|
|
|
1998
2100
|
.tooltip__hint_6m5ym .tooltip__arrow_6m5ym:after {
|
|
1999
2101
|
background-color: #121212;
|
|
2000
2102
|
}
|
|
2001
|
-
.
|
|
2103
|
+
.calendar-with-skeleton__skeleton_1q9cz {
|
|
2104
|
+
background-color: #121212;
|
|
2105
|
+
}.calendar-input__calendarIcon_gqwrq {
|
|
2106
|
+
color: #fff
|
|
2107
|
+
}.toast__toastPlate_1ywvm {
|
|
2108
|
+
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
2109
|
+
}
|
|
2110
|
+
.toast__popoverInner_1ywvm {
|
|
2111
|
+
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
2112
|
+
background-color: transparent;
|
|
2113
|
+
}.select__arrow_1eiej {
|
|
2002
2114
|
color: #fff;
|
|
2003
2115
|
}
|
|
2004
2116
|
.select__popoverInner_1la7m {
|
|
@@ -2008,15 +2120,21 @@
|
|
|
2008
2120
|
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
2009
2121
|
background: #121212;
|
|
2010
2122
|
}
|
|
2011
|
-
.select__single_a3m79 {
|
|
2012
|
-
background: #fff
|
|
2013
|
-
}
|
|
2014
2123
|
.select__placeholder_1h7ny {
|
|
2015
2124
|
color: #8d8d93;
|
|
2016
2125
|
}
|
|
2017
2126
|
.select__focusVisible_1h7ny {
|
|
2018
2127
|
outline: 2px solid #0072ef;
|
|
2019
2128
|
}
|
|
2129
|
+
.select__single_a3m79 {
|
|
2130
|
+
background: #fff
|
|
2131
|
+
}
|
|
2132
|
+
.select__optgroup_16lsn {
|
|
2133
|
+
background: #121212
|
|
2134
|
+
}
|
|
2135
|
+
.select__label_16lsn {
|
|
2136
|
+
color: #8d8d93;
|
|
2137
|
+
}
|
|
2020
2138
|
.select__option_1641l {
|
|
2021
2139
|
background: #121212;
|
|
2022
2140
|
color: #fff
|
|
@@ -2040,12 +2158,6 @@
|
|
|
2040
2158
|
background: #121212;
|
|
2041
2159
|
color: #8d8d93;
|
|
2042
2160
|
}
|
|
2043
|
-
.select__optgroup_16lsn {
|
|
2044
|
-
background: #121212
|
|
2045
|
-
}
|
|
2046
|
-
.select__label_16lsn {
|
|
2047
|
-
color: #8d8d93;
|
|
2048
|
-
}
|
|
2049
2161
|
.select__emptyPlaceholder_rrgbo {
|
|
2050
2162
|
color: #8d8d93;
|
|
2051
2163
|
}
|
|
@@ -2061,12 +2173,6 @@
|
|
|
2061
2173
|
|
|
2062
2174
|
|
|
2063
2175
|
|
|
2064
|
-
.select__footer_l52o1 {
|
|
2065
|
-
background: #121212
|
|
2066
|
-
}
|
|
2067
|
-
.select__withBorder_l52o1 {
|
|
2068
|
-
box-shadow: inset 0 1px 0 #262629;
|
|
2069
|
-
}
|
|
2070
2176
|
.select__emptyPlaceholder_8ag7a {
|
|
2071
2177
|
color: #8d8d93;
|
|
2072
2178
|
}
|
|
@@ -2076,139 +2182,12 @@
|
|
|
2076
2182
|
.select__highlighted_8ag7a {
|
|
2077
2183
|
border-top: 1px solid #2b2b2e;
|
|
2078
2184
|
background-color: #121212;
|
|
2079
|
-
}@media (min-width: 600px) {
|
|
2080
|
-
}
|
|
2081
|
-
.calendar__wrapper_i75g8 {
|
|
2082
|
-
background: #121212;
|
|
2083
|
-
}
|
|
2084
|
-
.calendar__calendar_i75g8 th {
|
|
2085
|
-
border-bottom: 1px solid #2b2b2e;
|
|
2086
|
-
}
|
|
2087
|
-
.calendar__calendarHeader_i75g8 {
|
|
2088
|
-
border-bottom: 1px solid #2b2b2e;
|
|
2089
|
-
}
|
|
2090
|
-
.calendar__month_i75g8 {
|
|
2091
|
-
color: #fff;
|
|
2092
|
-
}
|
|
2093
|
-
.calendar__dayName_i75g8 {
|
|
2094
|
-
color: #8d8d93
|
|
2095
|
-
}
|
|
2096
|
-
.calendar__dayName_1j1lb {
|
|
2097
|
-
color: #8d8d93
|
|
2098
|
-
}
|
|
2099
|
-
.calendar__day_1j1lb {
|
|
2100
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2101
|
-
color: #fff
|
|
2102
|
-
}
|
|
2103
|
-
.calendar__day_1j1lb.calendar__highlighted_1j1lb,
|
|
2104
|
-
.calendar__day_1j1lb.calendar__range_1j1lb.calendar__highlighted_1j1lb:not(.calendar__disabled_1j1lb) {
|
|
2105
|
-
color: #fff;
|
|
2106
|
-
background: #2a2a2c;
|
|
2107
|
-
}
|
|
2108
|
-
.calendar__day_1j1lb.calendar__disabled_1j1lb {
|
|
2109
|
-
color: #464649;
|
|
2110
|
-
background: transparent;
|
|
2111
|
-
}
|
|
2112
|
-
.calendar__day_1j1lb.calendar__today_1j1lb {
|
|
2113
|
-
color: #0072ef;
|
|
2114
|
-
}
|
|
2115
|
-
.calendar__day_1j1lb.calendar__rangeComplete_1j1lb {
|
|
2116
|
-
background: #e8f2fe;
|
|
2117
|
-
}
|
|
2118
|
-
.calendar__day_1j1lb.calendar__selected_1j1lb,
|
|
2119
|
-
.calendar__day_1j1lb.calendar__disabled_1j1lb.calendar__selected_1j1lb {
|
|
2120
|
-
color: #000;
|
|
2121
|
-
background: #fff;
|
|
2122
|
-
}
|
|
2123
|
-
@media (hover) {
|
|
2124
|
-
.calendar__day_1j1lb.calendar__selected_1j1lb:hover {
|
|
2125
|
-
background: rgb(217, 217, 217);
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2128
|
-
.calendar__day_1j1lb:not(.calendar__selected_1j1lb):hover {
|
|
2129
|
-
color: #fff;
|
|
2130
|
-
}
|
|
2131
|
-
.calendar__dayWrapper_1j1lb {
|
|
2132
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
|
|
2133
|
-
}
|
|
2134
|
-
.calendar__range_1j1lb .calendar__day_1j1lb:not(.calendar__selected_1j1lb):not(.calendar__disabled_1j1lb):not(.calendar__today_1j1lb) {
|
|
2135
|
-
color: #fff;
|
|
2136
|
-
}
|
|
2137
|
-
.calendar__range_1j1lb:before {
|
|
2138
|
-
background: rgba(255, 255, 255, 0.1);
|
|
2139
|
-
}
|
|
2140
|
-
.calendar__rangeComplete_1j1lb:before {
|
|
2141
|
-
background: #e8f2fe;
|
|
2142
|
-
}
|
|
2143
|
-
.calendar__transitLeft_1j1lb:after {
|
|
2144
|
-
background: linear-gradient(
|
|
2145
|
-
270deg,
|
|
2146
|
-
rgba(255, 255, 255, 0.1) 0%,
|
|
2147
|
-
rgba(255, 255, 255, 0) 100%
|
|
2148
|
-
);
|
|
2149
|
-
}
|
|
2150
|
-
.calendar__transitRight_1j1lb:after {
|
|
2151
|
-
background: linear-gradient(
|
|
2152
|
-
270deg,
|
|
2153
|
-
rgba(255, 255, 255, 0) 0%,
|
|
2154
|
-
rgba(255, 255, 255, 0.1) 100%
|
|
2155
|
-
);
|
|
2156
|
-
}
|
|
2157
|
-
.calendar__rangeComplete_1j1lb.calendar__transitLeft_1j1lb:after {
|
|
2158
|
-
background: linear-gradient(
|
|
2159
|
-
270deg,
|
|
2160
|
-
#e8f2fe 0%,
|
|
2161
|
-
rgba(255, 255, 255, 0) 100%
|
|
2162
|
-
);
|
|
2163
|
-
}
|
|
2164
|
-
.calendar__rangeComplete_1j1lb.calendar__transitRight_1j1lb:after {
|
|
2165
|
-
background: linear-gradient(
|
|
2166
|
-
270deg,
|
|
2167
|
-
rgba(255, 255, 255, 0) 0%,
|
|
2168
|
-
#e8f2fe 100%
|
|
2169
|
-
);
|
|
2170
|
-
}
|
|
2171
|
-
.calendar__dot_1j1lb {
|
|
2172
|
-
background: #fff;
|
|
2173
|
-
}
|
|
2174
|
-
.calendar__selected_1j1lb .calendar__dot_1j1lb {
|
|
2175
|
-
background: #000;
|
|
2176
|
-
}
|
|
2177
|
-
|
|
2178
|
-
@media (max-width: 374px) {
|
|
2179
|
-
}
|
|
2180
|
-
.calendar__empty_1nzog {
|
|
2181
|
-
color: #8d8d93;
|
|
2182
2185
|
}
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
.calendar__button_b0c6d {
|
|
2186
|
-
background-color: transparent
|
|
2186
|
+
.select__footer_l52o1 {
|
|
2187
|
+
background: #121212
|
|
2187
2188
|
}
|
|
2188
|
-
.
|
|
2189
|
-
|
|
2190
|
-
color: #fff;
|
|
2191
|
-
}
|
|
2192
|
-
.calendar__button_b0c6d.calendar__filled_b0c6d {
|
|
2193
|
-
background-color: #2c2c2e
|
|
2194
|
-
}
|
|
2195
|
-
.calendar__button_b0c6d.calendar__filled_b0c6d:not(:disabled):hover {
|
|
2196
|
-
background-color: rgb(59, 59, 61);
|
|
2197
|
-
}
|
|
2198
|
-
.calendar__button_b0c6d.calendar__outlined_b0c6d {
|
|
2199
|
-
border: 1px solid #fff;
|
|
2200
|
-
}
|
|
2201
|
-
.calendar__button_b0c6d.calendar__selected_b0c6d,
|
|
2202
|
-
.calendar__button_b0c6d.calendar__selected_b0c6d:disabled {
|
|
2203
|
-
background-color: #fff;
|
|
2204
|
-
color: #000
|
|
2205
|
-
}
|
|
2206
|
-
.calendar__button_b0c6d.calendar__selected_b0c6d:not(:disabled):hover, .calendar__button_b0c6d.calendar__selected_b0c6d:disabled:not(:disabled):hover {
|
|
2207
|
-
background-color: #fff;
|
|
2208
|
-
color: #000;
|
|
2209
|
-
}
|
|
2210
|
-
.calendar__withShadow_103kj {
|
|
2211
|
-
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
2189
|
+
.select__withBorder_l52o1 {
|
|
2190
|
+
box-shadow: inset 0 1px 0 #262629;
|
|
2212
2191
|
}.gallery__modal_1qccd {
|
|
2213
2192
|
background: transparent;
|
|
2214
2193
|
}
|
|
@@ -2266,9 +2245,10 @@
|
|
|
2266
2245
|
}
|
|
2267
2246
|
.gallery__component_1ui4o {
|
|
2268
2247
|
background-color: #e9e9eb
|
|
2269
|
-
}
|
|
2270
|
-
|
|
2271
|
-
|
|
2248
|
+
}@media (min-width: 600px) {
|
|
2249
|
+
}.calendar-range__divider_1qqfo:after {
|
|
2250
|
+
background-color: #fff;
|
|
2251
|
+
}
|
|
2272
2252
|
.intl-phone-input__flagIcon_1id4q {
|
|
2273
2253
|
box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
|
|
2274
2254
|
}
|
|
@@ -2277,22 +2257,23 @@
|
|
|
2277
2257
|
}
|
|
2278
2258
|
.intl-phone-input__focusVisible_12z7d {
|
|
2279
2259
|
outline: 2px solid #0072ef;
|
|
2280
|
-
}.
|
|
2281
|
-
color: #fff
|
|
2282
|
-
}.table__component_aq3a0 {
|
|
2283
|
-
border-top: 1px solid #2b2b2e;
|
|
2284
|
-
}
|
|
2285
|
-
.table__wrapper_1hfjw {
|
|
2260
|
+
}.table__wrapper_1hfjw {
|
|
2286
2261
|
background: #121212;
|
|
2287
2262
|
box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
|
|
2288
2263
|
0 2px 4px rgba(11, 31, 53, 0.16);
|
|
2289
2264
|
}
|
|
2265
|
+
.table__component_aq3a0 {
|
|
2266
|
+
border-top: 1px solid #2b2b2e;
|
|
2267
|
+
}
|
|
2290
2268
|
|
|
2291
2269
|
.table__component_cmmb0 {
|
|
2292
2270
|
color: #fff;
|
|
2293
2271
|
border-top: 1px solid #2b2b2e;
|
|
2294
2272
|
}
|
|
2295
2273
|
|
|
2274
|
+
.table__component_s52hw th:not(:last-child):not(:empty):after {
|
|
2275
|
+
background-color: #2a2a2c;
|
|
2276
|
+
}
|
|
2296
2277
|
.table__component_1ufzb {
|
|
2297
2278
|
color: #fff;
|
|
2298
2279
|
border-bottom: 1px solid #2b2b2e;
|
|
@@ -2301,9 +2282,6 @@
|
|
|
2301
2282
|
.table__sorted_1ufzb {
|
|
2302
2283
|
color: #fff;
|
|
2303
2284
|
}
|
|
2304
|
-
.table__component_s52hw th:not(:last-child):not(:empty):after {
|
|
2305
|
-
background-color: #2a2a2c;
|
|
2306
|
-
}
|
|
2307
2285
|
.table__component_gpxd9 {
|
|
2308
2286
|
background: #121212
|
|
2309
2287
|
}
|
|
@@ -2333,6 +2311,4 @@
|
|
|
2333
2311
|
.table__open_pp0h5,
|
|
2334
2312
|
.table__open_pp0h5:hover {
|
|
2335
2313
|
background-color: rgba(255, 255, 255, 0.163);
|
|
2336
|
-
}
|
|
2337
|
-
background-color: #fff;
|
|
2338
|
-
}
|
|
2314
|
+
}
|