@alfalab/core-components 26.12.0 → 27.0.0-beta.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/amount/component.js +6 -15
- package/amount/cssm/component.js +5 -14
- package/amount/cssm/index.module.css +2 -14
- package/amount/cssm/pure/component.d.ts +0 -2
- package/amount/cssm/pure/component.js +0 -2
- package/amount/cssm/types/amount-props.d.ts +0 -8
- package/amount/esm/component.js +6 -15
- package/amount/esm/index.css +3 -15
- package/amount/esm/pure/component.d.ts +0 -2
- package/amount/esm/pure/component.js +0 -2
- package/amount/esm/pure/index.css +1 -1
- package/amount/esm/types/amount-props.d.ts +0 -8
- package/amount/index.css +3 -15
- package/amount/modern/component.js +4 -12
- package/amount/modern/index.css +3 -15
- package/amount/modern/pure/component.d.ts +0 -2
- package/amount/modern/pure/component.js +0 -2
- package/amount/modern/pure/index.css +1 -1
- package/amount/modern/types/amount-props.d.ts +0 -8
- package/amount/pure/component.d.ts +0 -2
- package/amount/pure/component.js +0 -2
- package/amount/pure/index.css +1 -1
- package/amount/types/amount-props.d.ts +0 -8
- package/bank-card/cssm/index.module.css +165 -68
- package/bank-card/esm/index.css +165 -68
- package/bank-card/index.css +165 -68
- package/bank-card/modern/index.css +165 -68
- package/bottom-sheet/{component-ac179f0f.d.ts → component-cb2f5174.d.ts} +0 -0
- package/bottom-sheet/{component-ac179f0f.js → component-cb2f5174.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/cssm/index.module.css +2 -2
- package/bottom-sheet/esm/{component-4876d7a4.d.ts → component-2929b201.d.ts} +0 -0
- package/bottom-sheet/esm/{component-4876d7a4.js → component-2929b201.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.css +2 -2
- package/bottom-sheet/esm/index.d.ts +1 -1
- package/bottom-sheet/esm/index.js +2 -2
- package/bottom-sheet/esm/{tslib.es6-97fcee33.d.ts → tslib.es6-58b5de0a.d.ts} +0 -0
- package/bottom-sheet/esm/{tslib.es6-97fcee33.js → tslib.es6-58b5de0a.js} +0 -0
- package/bottom-sheet/index.css +2 -2
- package/bottom-sheet/index.d.ts +1 -1
- package/bottom-sheet/index.js +2 -2
- package/bottom-sheet/modern/{component-cb0940a7.d.ts → component-bbe76b59.d.ts} +0 -0
- package/bottom-sheet/modern/{component-cb0940a7.js → component-bbe76b59.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.css +2 -2
- package/bottom-sheet/modern/index.d.ts +1 -1
- package/bottom-sheet/modern/index.js +1 -1
- package/bottom-sheet/{tslib.es6-6270a94a.d.ts → tslib.es6-78658827.d.ts} +0 -0
- package/bottom-sheet/{tslib.es6-6270a94a.js → tslib.es6-78658827.js} +0 -0
- package/button/cssm/default.module.css +30 -26
- package/button/cssm/inverted.module.css +45 -29
- package/button/default.css +30 -26
- package/button/esm/default.css +30 -26
- package/button/esm/inverted.css +45 -29
- package/button/inverted.css +45 -29
- package/button/modern/default.css +30 -26
- package/button/modern/inverted.css +45 -29
- package/calendar/Component.js +1 -1
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.css +2 -2
- 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.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.js +1 -1
- package/calendar/cssm/components/days-table/index.module.css +2 -2
- package/calendar/cssm/components/select-button/Component.d.ts +1 -1
- package/calendar/esm/Component.js +1 -1
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.css +2 -2
- 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.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.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/{tslib.es6-dcaa720f.d.ts → tslib.es6-cc88169d.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-dcaa720f.js → tslib.es6-cc88169d.js} +0 -0
- package/calendar/index.js +1 -1
- package/calendar/modern/components/days-table/index.css +2 -2
- package/calendar/{tslib.es6-143012f2.d.ts → tslib.es6-9016aae0.d.ts} +0 -0
- package/calendar/{tslib.es6-143012f2.js → tslib.es6-9016aae0.js} +0 -0
- 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-e24e5cda.d.ts → index.module-180edf9f.d.ts} +0 -0
- package/calendar-range/esm/{index.module-e24e5cda.js → index.module-180edf9f.js} +0 -0
- 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-f524d00d.d.ts → index.module-56ec1ab3.d.ts} +0 -0
- package/calendar-range/{index.module-f524d00d.js → index.module-56ec1ab3.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-e9ae4588.js → index.module-db728217.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-ecd58c05.d.ts → tslib.es6-91da9559.d.ts} +0 -0
- package/chart/esm/{tslib.es6-ecd58c05.js → tslib.es6-91da9559.js} +0 -0
- package/chart/hooks/useSettings/index.js +1 -1
- package/chart/hooks/useSettings/utils/setDatas.d.ts +2 -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/modern/hooks/useSettings/utils/setDatas.d.ts +2 -1
- package/chart/{tslib.es6-30c58b24.d.ts → tslib.es6-ff6bc76d.d.ts} +0 -0
- package/chart/{tslib.es6-30c58b24.js → tslib.es6-ff6bc76d.js} +0 -0
- package/checkbox/cssm/index.module.css +6 -6
- package/checkbox/esm/index.css +6 -6
- package/checkbox/index.css +6 -6
- package/checkbox/modern/index.css +6 -6
- 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-aeaa4fb5.d.ts → countdown-section-f9e59127.d.ts} +0 -0
- package/confirmation/{countdown-section-aeaa4fb5.js → countdown-section-f9e59127.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-fc478e90.d.ts → countdown-section-0252e8b9.d.ts} +0 -0
- package/confirmation/esm/{countdown-section-fc478e90.js → countdown-section-0252e8b9.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-63b2a9a6.d.ts → countdown-section-7f6bab79.d.ts} +0 -0
- package/confirmation/modern/{countdown-section-63b2a9a6.js → countdown-section-7f6bab79.js} +0 -0
- package/confirmation/modern/index.js +1 -1
- package/date-input/cssm/Component.d.ts +1 -1
- package/dropzone/cssm/index.module.css +2 -2
- package/dropzone/esm/index.css +2 -2
- package/dropzone/index.css +2 -2
- package/dropzone/modern/index.css +2 -2
- package/form-control/cssm/default.module.css +3 -3
- package/form-control/default.css +3 -3
- package/form-control/esm/default.css +3 -3
- package/form-control/modern/default.css +3 -3
- 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-7fb5d007.d.ts → slide-71941cc8.d.ts} +0 -0
- package/gallery/esm/{slide-7fb5d007.js → slide-71941cc8.js} +0 -0
- package/gallery/esm/{tslib.es6-6d3e6f47.d.ts → tslib.es6-875422e0.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-6d3e6f47.js → tslib.es6-875422e0.js} +0 -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-a3275080.d.ts → slide-1df71b26.d.ts} +0 -0
- package/gallery/modern/{slide-a3275080.js → slide-1df71b26.js} +0 -0
- package/gallery/{slide-e3b1256b.d.ts → slide-378f8a6a.d.ts} +0 -0
- package/gallery/{slide-e3b1256b.js → slide-378f8a6a.js} +0 -0
- package/gallery/{tslib.es6-2a2f3603.d.ts → tslib.es6-682e8e27.d.ts} +0 -0
- package/gallery/{tslib.es6-2a2f3603.js → tslib.es6-682e8e27.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-4c13feb8.d.ts → gutters.module-e926dd15.d.ts} +0 -0
- package/grid/esm/{gutters.module-4c13feb8.js → gutters.module-e926dd15.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-9717f2e9.d.ts → gutters.module-527484e4.d.ts} +0 -0
- package/grid/{gutters.module-9717f2e9.js → gutters.module-527484e4.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-32bff58c.js → gutters.module-546d9e29.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-button/Component.d.ts +2 -2
- package/icon-button/Component.js +3 -3
- package/icon-button/cssm/Component.d.ts +2 -2
- package/icon-button/cssm/Component.js +1 -1
- package/icon-button/cssm/default.module.css +36 -7
- package/icon-button/cssm/inverted.module.css +44 -10
- package/icon-button/default.css +36 -7
- package/icon-button/esm/Component.d.ts +2 -2
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +36 -7
- package/icon-button/esm/inverted.css +44 -10
- package/icon-button/inverted.css +44 -10
- package/icon-button/modern/Component.d.ts +2 -2
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +36 -7
- package/icon-button/modern/inverted.css +44 -10
- 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-62ec6b5d.d.ts → tslib.es6-5a02ea80.d.ts} +0 -0
- package/icon-view/esm/{tslib.es6-62ec6b5d.js → tslib.es6-5a02ea80.js} +0 -0
- package/icon-view/super-ellipse.js +1 -1
- package/icon-view/{tslib.es6-713fbafd.d.ts → tslib.es6-ef431aff.d.ts} +0 -0
- package/icon-view/{tslib.es6-713fbafd.js → tslib.es6-ef431aff.js} +0 -0
- package/intl-phone-input/{component-6aa7c1d6.d.ts → component-b32c87f0.d.ts} +0 -0
- package/intl-phone-input/{component-6aa7c1d6.js → component-b32c87f0.js} +0 -0
- package/intl-phone-input/component.js +2 -2
- 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/esm/{component-c6c7a649.d.ts → component-e8e7f02a.d.ts} +0 -0
- package/intl-phone-input/esm/{component-c6c7a649.js → component-e8e7f02a.js} +0 -0
- package/intl-phone-input/esm/component.js +2 -2
- 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-71baaecc.d.ts → libphonenumber-js.min-79cae751.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-71baaecc.js → libphonenumber-js.min-79cae751.js} +0 -0
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/{libphonenumber-js.min-c39889b0.d.ts → libphonenumber-js.min-9745165b.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-c39889b0.js → libphonenumber-js.min-9745165b.js} +0 -0
- package/intl-phone-input/modern/component.js +1 -1
- package/intl-phone-input/modern/{libphonenumber-js.min-71baaecc.d.ts → libphonenumber-js.min-79cae751.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-71baaecc.js → libphonenumber-js.min-79cae751.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.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-045f0acc.js → transitions.module-68527aae.js} +0 -0
- package/modal/esm/{tslib.es6-926adafc.d.ts → tslib.es6-3852fc63.d.ts} +0 -0
- package/modal/esm/{tslib.es6-926adafc.js → tslib.es6-3852fc63.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-045f0acc.js → transitions.module-68527aae.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-78f5235e.js → transitions.module-6ad80b82.js} +0 -0
- package/modal/{tslib.es6-33906f7c.d.ts → tslib.es6-b75c94d3.d.ts} +0 -0
- package/modal/{tslib.es6-33906f7c.js → tslib.es6-b75c94d3.js} +0 -0
- package/package.json +1 -1
- package/pagination/components/tag/index.css +2 -2
- package/pagination/cssm/components/tag/index.module.css +2 -2
- package/pagination/esm/components/tag/index.css +2 -2
- package/pagination/modern/components/tag/index.css +2 -2
- package/phone-input/esm/utils/index.js +7 -5
- package/phone-input/utils/index.js +5 -7
- package/picker-button/Component.js +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-fe077bfd.d.ts → tslib.es6-88641d51.d.ts} +0 -0
- package/picker-button/esm/{tslib.es6-fe077bfd.js → tslib.es6-88641d51.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-c60862eb.d.ts → tslib.es6-057c91a6.d.ts} +0 -0
- package/picker-button/{tslib.es6-c60862eb.js → tslib.es6-057c91a6.js} +0 -0
- package/radio/cssm/index.module.css +9 -9
- package/radio/esm/index.css +9 -9
- package/radio/index.css +9 -9
- package/radio/modern/index.css +9 -9
- package/select/{Component-59ee901e.d.ts → Component-25f36dc0.d.ts} +0 -0
- package/select/{Component-59ee901e.js → Component-25f36dc0.js} +1 -1
- package/select/{Component-cbbcfb97.d.ts → Component-da55892c.d.ts} +0 -0
- package/select/{Component-cbbcfb97.js → Component-da55892c.js} +3 -3
- 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-67ca3113.d.ts → Component-2ae8e5a1.d.ts} +0 -0
- package/select/esm/{Component-67ca3113.js → Component-2ae8e5a1.js} +2 -2
- package/select/esm/{Component-10659b80.d.ts → Component-a591cb6f.d.ts} +0 -0
- package/select/esm/{Component-10659b80.js → Component-a591cb6f.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 +1 -1
- package/select/esm/components/options-list/index.js +1 -1
- 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 +1 -1
- package/select/esm/components/virtual-options-list/index.js +1 -1
- package/select/esm/index.js +10 -10
- package/select/esm/{intersection-observer-c97fa82b.d.ts → intersection-observer-38d83a42.d.ts} +0 -0
- package/select/esm/{intersection-observer-c97fa82b.js → intersection-observer-38d83a42.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-dfe5e05c.d.ts → tslib.es6-d934a155.d.ts} +0 -0
- package/select/esm/{tslib.es6-dfe5e05c.js → tslib.es6-d934a155.js} +0 -0
- package/select/index.js +4 -4
- package/select/{intersection-observer-91bd8519.d.ts → intersection-observer-e16c7d61.d.ts} +0 -0
- package/select/{intersection-observer-91bd8519.js → intersection-observer-e16c7d61.js} +0 -0
- package/select/modern/{Component-8aa58d39.d.ts → Component-41045f11.d.ts} +0 -0
- package/select/modern/{Component-8aa58d39.js → Component-41045f11.js} +1 -1
- package/select/modern/{Component-251596cb.d.ts → Component-80e0d0f3.d.ts} +0 -0
- package/select/modern/{Component-251596cb.js → Component-80e0d0f3.js} +8 -8
- package/select/modern/Component.js +7 -7
- 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/field/Component.js +1 -1
- package/select/modern/components/field/index.js +1 -1
- package/select/modern/components/index.js +9 -9
- package/select/modern/components/select-mobile/Component.js +9 -9
- package/select/modern/components/select-mobile/index.d.ts +1 -1
- package/select/modern/components/select-mobile/index.js +9 -9
- package/select/modern/index.js +9 -9
- package/select/modern/{intersection-observer-c97fa82b.d.ts → intersection-observer-38d83a42.d.ts} +0 -0
- package/select/modern/{intersection-observer-c97fa82b.js → intersection-observer-38d83a42.js} +0 -0
- package/select/modern/presets/index.js +9 -9
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +9 -9
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +9 -9
- 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 +9 -9
- 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-df76916a.d.ts → tslib.es6-2dc46ea8.d.ts} +0 -0
- package/select/{tslib.es6-df76916a.js → tslib.es6-2dc46ea8.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-341f67df.d.ts → tslib.es6-cb3df343.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-341f67df.js → tslib.es6-cb3df343.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-7b812af1.d.ts → tslib.es6-dd85aeee.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-7b812af1.js → tslib.es6-dd85aeee.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-bdd7ff58.d.ts → Item-b1811bd4.d.ts} +0 -0
- package/space/{Item-bdd7ff58.js → Item-b1811bd4.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/{Item-78c94425.d.ts → Item-dfbfa290.d.ts} +0 -0
- package/space/esm/{Item-78c94425.js → Item-dfbfa290.js} +0 -0
- package/space/esm/Item.js +1 -1
- package/space/esm/index.js +1 -1
- package/space/index.js +1 -1
- package/switch/cssm/index.module.css +5 -5
- package/switch/esm/index.css +5 -5
- package/switch/index.css +5 -5
- package/switch/modern/index.css +5 -5
- 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.css +2 -2
- 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/cssm/components/thead/index.module.css +2 -2
- 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.css +2 -2
- 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-adc3606f.d.ts → tslib.es6-ed06fa90.d.ts} +0 -0
- package/table/esm/{tslib.es6-adc3606f.js → tslib.es6-ed06fa90.js} +0 -0
- package/table/index.js +1 -1
- package/table/modern/components/thead/index.css +2 -2
- package/table/{tslib.es6-b12352ea.d.ts → tslib.es6-4c011f96.d.ts} +0 -0
- package/table/{tslib.es6-b12352ea.js → tslib.es6-4c011f96.js} +0 -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/primary-tablist/index.css +1 -1
- package/tabs/components/primary-tablist/mobile.css +166 -69
- package/tabs/components/scrollable-container/index.css +1 -1
- 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/secondary-tablist/index.css +1 -1
- package/tabs/components/secondary-tablist/mobile.css +166 -69
- package/tabs/components/tab/index.css +1 -1
- 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/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/primary-tablist/index.css +1 -1
- package/tabs/esm/components/primary-tablist/mobile.css +166 -69
- package/tabs/esm/components/scrollable-container/index.css +1 -1
- 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/secondary-tablist/index.css +1 -1
- package/tabs/esm/components/secondary-tablist/mobile.css +166 -69
- package/tabs/esm/components/tab/index.css +1 -1
- 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-4f872dce.js → index.module-6044d167.js} +0 -0
- package/tabs/esm/{index.module-cb2d5475.js → index.module-d99125d1.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-99e48a82.d.ts → tslib.es6-d6de3657.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-99e48a82.js → tslib.es6-d6de3657.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-676d379f.js → index.module-56e38fc6.js} +0 -0
- package/tabs/{index.module-46c31e55.js → index.module-752bf0c5.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/primary-tablist/index.css +1 -1
- package/tabs/modern/components/primary-tablist/mobile.css +166 -69
- package/tabs/modern/components/scrollable-container/index.css +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/secondary-tablist/index.css +1 -1
- package/tabs/modern/components/secondary-tablist/mobile.css +166 -69
- package/tabs/modern/components/tab/index.css +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-4f872dce.js → index.module-6044d167.js} +0 -0
- package/tabs/modern/{index.module-cb2d5475.js → index.module-d99125d1.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-28db86de.d.ts → tslib.es6-47ab097a.d.ts} +0 -0
- package/tabs/{tslib.es6-28db86de.js → tslib.es6-47ab097a.js} +0 -0
- package/tag/cssm/inverted.module.css +0 -1
- package/tag/esm/inverted.css +0 -1
- package/tag/inverted.css +0 -1
- package/tag/modern/inverted.css +0 -1
- package/themes/button/click.css +12 -10
- package/themes/button/corp.css +27 -21
- package/themes/button/intranet.css +11 -9
- package/themes/button/mobile.css +11 -9
- package/themes/button/site.css +3 -0
- package/themes/click.css +211 -88
- package/themes/compiled/mobile-dark-bluetint.css +220 -193
- package/themes/corp.css +197 -90
- package/themes/dark.css +110 -24
- package/themes/icon-button/click.css +24 -0
- package/themes/intranet.css +182 -57
- package/themes/link/click.css +8 -8
- package/themes/mixins/button/click.css +12 -10
- package/themes/mixins/button/corp.css +27 -21
- package/themes/mixins/button/intranet.css +11 -9
- package/themes/mixins/button/mobile.css +11 -9
- package/themes/mixins/button/site.css +3 -0
- package/themes/mixins/click.css +2 -0
- package/themes/mixins/dark.css +110 -24
- package/themes/mixins/icon-button/click.css +24 -0
- package/themes/mixins/link/click.css +8 -8
- package/themes/mixins/skeleton/click.css +1 -1
- package/themes/mixins/slider/click.css +2 -2
- package/themes/mixins/slider/intranet.css +2 -2
- package/themes/mixins/slider/mobile.css +2 -2
- package/themes/mixins/tabs/corp.css +1 -1
- package/themes/mixins/tabs/site.css +1 -1
- package/themes/mobile.css +182 -57
- package/themes/site.css +172 -69
- package/themes/skeleton/click.css +1 -1
- package/themes/slider/click.css +2 -2
- package/themes/slider/intranet.css +2 -2
- package/themes/slider/mobile.css +2 -2
- package/themes/tabs/corp.css +1 -1
- package/themes/tabs/site.css +1 -1
- package/toast-plate/cssm/index.module.css +165 -68
- package/toast-plate/esm/index.css +165 -68
- package/toast-plate/index.css +165 -68
- package/toast-plate/modern/index.css +165 -68
- package/tooltip/{Component-afaf8c3c.d.ts → Component-a23d8071.d.ts} +0 -0
- package/tooltip/{Component-afaf8c3c.js → Component-a23d8071.js} +0 -0
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/esm/{Component-651cb90c.d.ts → Component-69264c9e.d.ts} +0 -0
- package/tooltip/esm/{Component-651cb90c.js → Component-69264c9e.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-173b4448.d.ts → colors.module-2043bf7a.d.ts} +0 -0
- package/typography/{colors.module-173b4448.js → colors.module-2043bf7a.js} +0 -0
- package/typography/{common.module-e4c75f4c.js → common.module-05e92f66.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/esm/{colors.module-5b3adeb6.d.ts → colors.module-4559178f.d.ts} +0 -0
- package/typography/esm/{colors.module-5b3adeb6.js → colors.module-4559178f.js} +0 -0
- package/typography/esm/{common.module-483d5e47.js → common.module-1fbc639a.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-feaa4986.js → colors.module-0859bdd1.js} +0 -0
- package/typography/modern/{common.module-483d5e47.js → common.module-1fbc639a.js} +0 -0
- 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/vars/colors-bluetint.css +165 -46
- package/vars/colors-indigo.css +165 -68
- package/vars/colors-x5.css +4 -0
- package/vars/cssm/colors-bluetint.css +165 -46
- package/vars/cssm/colors-indigo.css +165 -68
- package/vars/cssm/colors-x5.css +4 -0
- package/vars/cssm/index.css +165 -68
|
@@ -5,23 +5,6 @@
|
|
|
5
5
|
}
|
|
6
6
|
.card-image__loaded_opn0w {
|
|
7
7
|
background: transparent
|
|
8
|
-
}.dropzone__component_2d9d {
|
|
9
|
-
border: 2px dashed #e9e9eb;
|
|
10
|
-
}
|
|
11
|
-
.dropzone__component_2d9d:not(.dropzone__disabled_2d9d):hover {
|
|
12
|
-
background-color: transparent;
|
|
13
|
-
}
|
|
14
|
-
.dropzone__dragOver_2d9d {
|
|
15
|
-
background-color: transparent;
|
|
16
|
-
}
|
|
17
|
-
.dropzone__error_2d9d {
|
|
18
|
-
border-color: #ef3124;
|
|
19
|
-
}
|
|
20
|
-
.dropzone__overlay_17xx0 {
|
|
21
|
-
background: #202022;
|
|
22
|
-
}
|
|
23
|
-
.dropzone__text_17xx0 {
|
|
24
|
-
color: #fff;
|
|
25
8
|
}.badge__component_k7a6r {
|
|
26
9
|
background-color: #ef3124;
|
|
27
10
|
color: #000;
|
|
@@ -105,31 +88,37 @@
|
|
|
105
88
|
.backdrop__exitActive_ksdec,
|
|
106
89
|
.backdrop__exitDone_ksdec {
|
|
107
90
|
background-color: transparent;
|
|
108
|
-
}.
|
|
109
|
-
border
|
|
91
|
+
}.dropzone__component_2d9d {
|
|
92
|
+
border: 2px dashed #464649;
|
|
110
93
|
}
|
|
111
|
-
.
|
|
112
|
-
color:
|
|
94
|
+
.dropzone__component_2d9d:not(.dropzone__disabled_2d9d):hover {
|
|
95
|
+
background-color: transparent;
|
|
113
96
|
}
|
|
114
|
-
.
|
|
115
|
-
color:
|
|
97
|
+
.dropzone__dragOver_2d9d {
|
|
98
|
+
background-color: transparent;
|
|
116
99
|
}
|
|
117
|
-
.
|
|
118
|
-
color: #
|
|
100
|
+
.dropzone__error_2d9d {
|
|
101
|
+
border-color: #ef3124;
|
|
102
|
+
}
|
|
103
|
+
.dropzone__overlay_17xx0 {
|
|
104
|
+
background: #202022;
|
|
105
|
+
}
|
|
106
|
+
.dropzone__text_17xx0 {
|
|
107
|
+
color: #fff;
|
|
119
108
|
}.checkbox__box_g36f9 {
|
|
120
|
-
color: #
|
|
121
|
-
background-color: #
|
|
109
|
+
color: #000;
|
|
110
|
+
background-color: #000;
|
|
122
111
|
border: 1.5px solid #8d8d93;
|
|
123
112
|
}
|
|
124
113
|
.checkbox__checkedIcon_g36f9 {
|
|
125
|
-
color: #
|
|
114
|
+
color: #000;
|
|
126
115
|
}
|
|
127
116
|
.checkbox__component_g36f9:hover:not(.checkbox__disabled_g36f9):not(.checkbox__inactive_g36f9) .checkbox__box_g36f9 {
|
|
128
|
-
background-color: #
|
|
117
|
+
background-color: #000;
|
|
129
118
|
border-color: #8d8d93;
|
|
130
119
|
}
|
|
131
120
|
.checkbox__component_g36f9:active:not(.checkbox__disabled_g36f9):not(.checkbox__inactive_g36f9) .checkbox__box_g36f9 {
|
|
132
|
-
background-color: #
|
|
121
|
+
background-color: #000;
|
|
133
122
|
border-color: #fff;
|
|
134
123
|
}
|
|
135
124
|
.checkbox__checked_g36f9 .checkbox__box_g36f9 {
|
|
@@ -157,7 +146,7 @@
|
|
|
157
146
|
border-color: transparent;
|
|
158
147
|
}
|
|
159
148
|
.checkbox__disabled_g36f9 .checkbox__box_g36f9 {
|
|
160
|
-
background-color: #
|
|
149
|
+
background-color: #000;
|
|
161
150
|
border-color: #2a2a2c;
|
|
162
151
|
}
|
|
163
152
|
.checkbox__disabled_g36f9.checkbox__checked_g36f9 .checkbox__box_g36f9 {
|
|
@@ -176,7 +165,7 @@
|
|
|
176
165
|
}
|
|
177
166
|
.checkbox__inactive_g36f9 .checkbox__box_g36f9 {
|
|
178
167
|
background-color: #3a3a3c;
|
|
179
|
-
border-color: #
|
|
168
|
+
border-color: #464649;
|
|
180
169
|
}
|
|
181
170
|
.checkbox__inactive_g36f9.checkbox__checked_g36f9 .checkbox__box_g36f9 {
|
|
182
171
|
color: #464649;
|
|
@@ -186,7 +175,7 @@
|
|
|
186
175
|
border-color: transparent;
|
|
187
176
|
}
|
|
188
177
|
.checkbox__focused_g36f9 .checkbox__box_g36f9 {
|
|
189
|
-
outline: 2px solid #
|
|
178
|
+
outline: 2px solid #0072ef;
|
|
190
179
|
}
|
|
191
180
|
.checkbox__label_g36f9 {
|
|
192
181
|
color: #fff;
|
|
@@ -201,7 +190,18 @@
|
|
|
201
190
|
background-color: #464649;
|
|
202
191
|
}
|
|
203
192
|
.checkbox__indeterminateLine_g36f9 {
|
|
204
|
-
background-color: #
|
|
193
|
+
background-color: #000;
|
|
194
|
+
}.checkbox-group__error_5gtt5 {
|
|
195
|
+
border-left: 1px solid #f15045;
|
|
196
|
+
}
|
|
197
|
+
.checkbox-group__label_5gtt5 {
|
|
198
|
+
color: #fff;
|
|
199
|
+
}
|
|
200
|
+
.checkbox-group__errorMessage_5gtt5 {
|
|
201
|
+
color: #f15045;
|
|
202
|
+
}
|
|
203
|
+
.checkbox-group__hint_5gtt5 {
|
|
204
|
+
color: #8d8d93;
|
|
205
205
|
}.code-input__error_11htk {
|
|
206
206
|
color: #f15045;
|
|
207
207
|
}
|
|
@@ -221,7 +221,40 @@
|
|
|
221
221
|
}
|
|
222
222
|
.code-input__input_82zcq:-webkit-autofill {
|
|
223
223
|
-webkit-text-fill-color: #fff;
|
|
224
|
-
}.
|
|
224
|
+
}.hatching-progress-bar__container_kkp1a {
|
|
225
|
+
background: rgba(255, 255, 255, 0.1);
|
|
226
|
+
}
|
|
227
|
+
.hatching-progress-bar__hatch_kkp1a {
|
|
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_kkp1a {
|
|
235
|
+
background: #2fc26e;
|
|
236
|
+
}
|
|
237
|
+
.hatching-progress-bar__attention_kkp1a {
|
|
238
|
+
background: #f6bf65;
|
|
239
|
+
}
|
|
240
|
+
.hatching-progress-bar__negative_kkp1a {
|
|
241
|
+
background: #d91d0b;
|
|
242
|
+
}
|
|
243
|
+
.hatching-progress-bar__link_kkp1a {
|
|
244
|
+
background: #0072ef;
|
|
245
|
+
}
|
|
246
|
+
.hatching-progress-bar__tertiary_kkp1a {
|
|
247
|
+
background: #464649;
|
|
248
|
+
}
|
|
249
|
+
.hatching-progress-bar__secondary_kkp1a {
|
|
250
|
+
background: #8d8d93;
|
|
251
|
+
}
|
|
252
|
+
.hatching-progress-bar__primary_kkp1a {
|
|
253
|
+
background: #fff;
|
|
254
|
+
}
|
|
255
|
+
.hatching-progress-bar__accent_kkp1a {
|
|
256
|
+
background: #ef3124;
|
|
257
|
+
}.form-control__component_108d0 {
|
|
225
258
|
color: #fff;
|
|
226
259
|
}
|
|
227
260
|
.form-control__inner_108d0 {
|
|
@@ -278,39 +311,6 @@
|
|
|
278
311
|
}
|
|
279
312
|
.form-control__hasError_1lnyo .form-control__label_1lnyo {
|
|
280
313
|
color: #ef3124;
|
|
281
|
-
}.hatching-progress-bar__container_kkp1a {
|
|
282
|
-
background: rgba(255, 255, 255, 0.1);
|
|
283
|
-
}
|
|
284
|
-
.hatching-progress-bar__hatch_kkp1a {
|
|
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_kkp1a {
|
|
292
|
-
background: #2fc26e;
|
|
293
|
-
}
|
|
294
|
-
.hatching-progress-bar__attention_kkp1a {
|
|
295
|
-
background: #f6bf65;
|
|
296
|
-
}
|
|
297
|
-
.hatching-progress-bar__negative_kkp1a {
|
|
298
|
-
background: #d91d0b;
|
|
299
|
-
}
|
|
300
|
-
.hatching-progress-bar__link_kkp1a {
|
|
301
|
-
background: #0072ef;
|
|
302
|
-
}
|
|
303
|
-
.hatching-progress-bar__tertiary_kkp1a {
|
|
304
|
-
background: #464649;
|
|
305
|
-
}
|
|
306
|
-
.hatching-progress-bar__secondary_kkp1a {
|
|
307
|
-
background: #8d8d93;
|
|
308
|
-
}
|
|
309
|
-
.hatching-progress-bar__primary_kkp1a {
|
|
310
|
-
background: #fff;
|
|
311
|
-
}
|
|
312
|
-
.hatching-progress-bar__accent_kkp1a {
|
|
313
|
-
background: #ef3124;
|
|
314
314
|
}@keyframes loader__blink_yomi9 {
|
|
315
315
|
}.list__list_1iy3l {
|
|
316
316
|
color: #fff;
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
fill: #f3f4f5;
|
|
325
325
|
}
|
|
326
326
|
.icon-view__border_3280v {
|
|
327
|
-
stroke:
|
|
327
|
+
stroke: rgba(255, 255, 255, 0.1);
|
|
328
328
|
fill: transparent;
|
|
329
329
|
}@media (max-width: 599px) {
|
|
330
330
|
}
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
410
410
|
}
|
|
411
411
|
.link__focused_1ll4y {
|
|
412
|
-
outline: 2px solid #
|
|
412
|
+
outline: 2px solid #0072ef;
|
|
413
413
|
}
|
|
414
414
|
.link__primary_1l3r3 {
|
|
415
415
|
color: #000;
|
|
@@ -516,18 +516,29 @@
|
|
|
516
516
|
color: rgba(235, 235, 245, 0.3);
|
|
517
517
|
}
|
|
518
518
|
.pure-input__focusVisible_1qagq {
|
|
519
|
-
outline: 2px solid #
|
|
519
|
+
outline: 2px solid #0072ef;
|
|
520
520
|
}
|
|
521
521
|
.pure-input__component_1qagq:not(:disabled):hover {
|
|
522
522
|
background-color: #202022;
|
|
523
|
+
}.radio-group__error_1ms5h {
|
|
524
|
+
border-left: 1px solid #f15045;
|
|
525
|
+
}
|
|
526
|
+
.radio-group__label_1ms5h {
|
|
527
|
+
color: #fff;
|
|
528
|
+
}
|
|
529
|
+
.radio-group__errorMessage_1ms5h {
|
|
530
|
+
color: #f15045;
|
|
531
|
+
}
|
|
532
|
+
.radio-group__hint_1ms5h {
|
|
533
|
+
color: #8d8d93;
|
|
523
534
|
}.skeleton__component_1j5qk {
|
|
524
535
|
color: transparent;
|
|
525
536
|
}
|
|
526
537
|
.skeleton__component_1j5qk:before {
|
|
527
|
-
background:
|
|
538
|
+
background: rgba(255, 255, 255, 0.1);
|
|
528
539
|
}
|
|
529
540
|
.skeleton__animate_1j5qk:after {
|
|
530
|
-
background:
|
|
541
|
+
background: rgba(255, 255, 255, 0.1);
|
|
531
542
|
background-image: linear-gradient(
|
|
532
543
|
to left,
|
|
533
544
|
rgba(0, 0, 0, 0),
|
|
@@ -546,31 +557,20 @@
|
|
|
546
557
|
100% {
|
|
547
558
|
background: rgb(198, 205, 214);
|
|
548
559
|
}
|
|
549
|
-
}.radio-group__error_1ms5h {
|
|
550
|
-
border-left: 1px solid #f15045;
|
|
551
|
-
}
|
|
552
|
-
.radio-group__label_1ms5h {
|
|
553
|
-
color: #fff;
|
|
554
|
-
}
|
|
555
|
-
.radio-group__errorMessage_1ms5h {
|
|
556
|
-
color: #f15045;
|
|
557
|
-
}
|
|
558
|
-
.radio-group__hint_1ms5h {
|
|
559
|
-
color: #8d8d93;
|
|
560
560
|
}.radio__container_1viz7:not(.radio__checked_1viz7):not(.radio__disabled_1viz7):not(.radio__inactive_1viz7) .radio__circle_1viz7 {
|
|
561
|
-
background-color: #
|
|
561
|
+
background-color: #000;
|
|
562
562
|
border: 1.5px solid #8d8d93;
|
|
563
563
|
}
|
|
564
564
|
.radio__container_1viz7:not(.radio__checked_1viz7):not(.radio__disabled_1viz7):not(.radio__inactive_1viz7):hover:not(:active) .radio__circle_1viz7 {
|
|
565
|
-
background-color: #
|
|
565
|
+
background-color: #000;
|
|
566
566
|
border-color: #8d8d93;
|
|
567
567
|
}
|
|
568
568
|
.radio__container_1viz7:not(.radio__checked_1viz7):not(.radio__disabled_1viz7):not(.radio__inactive_1viz7):active .radio__circle_1viz7 {
|
|
569
|
-
background-color: #
|
|
569
|
+
background-color: #000;
|
|
570
570
|
border-color: #fff;
|
|
571
571
|
}
|
|
572
572
|
.radio__container_1viz7.radio__disabled_1viz7 .radio__circle_1viz7 {
|
|
573
|
-
background-color: #
|
|
573
|
+
background-color: #000;
|
|
574
574
|
border: 1.5px solid #2a2a2c;
|
|
575
575
|
}
|
|
576
576
|
.radio__container_1viz7.radio__disabled_1viz7 .radio__label_1viz7 {
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
}
|
|
582
582
|
.radio__container_1viz7.radio__inactive_1viz7 .radio__circle_1viz7 {
|
|
583
583
|
background-color: #3a3a3c;
|
|
584
|
-
border: 1px solid #
|
|
584
|
+
border: 1px solid #464649;
|
|
585
585
|
}
|
|
586
586
|
.radio__container_1viz7.radio__inactive_1viz7.radio__checked_1viz7 .radio__circle_1viz7:before {
|
|
587
587
|
background-color: #464649;
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
border-color: transparent;
|
|
600
600
|
}
|
|
601
601
|
.radio__container_1viz7.radio__focused_1viz7 .radio__circle_1viz7 {
|
|
602
|
-
outline: 2px solid #
|
|
602
|
+
outline: 2px solid #0072ef;
|
|
603
603
|
}
|
|
604
604
|
.radio__container_1viz7.radio__disabled_1viz7.radio__checked_1viz7 .radio__circle_1viz7,
|
|
605
605
|
.radio__container_1viz7.radio__inactive_1viz7.radio__checked_1viz7 .radio__circle_1viz7 {
|
|
@@ -607,7 +607,7 @@
|
|
|
607
607
|
border-color: transparent;
|
|
608
608
|
}
|
|
609
609
|
.radio__circle_1viz7:before {
|
|
610
|
-
background-color: #
|
|
610
|
+
background-color: #000;
|
|
611
611
|
}
|
|
612
612
|
.radio__label_1viz7 {
|
|
613
613
|
color: #fff;
|
|
@@ -659,10 +659,10 @@
|
|
|
659
659
|
box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
|
|
660
660
|
}
|
|
661
661
|
.slider__focused_1v8d1::-webkit-slider-thumb {
|
|
662
|
-
outline: 2px solid #
|
|
662
|
+
outline: 2px solid #0072ef;
|
|
663
663
|
}
|
|
664
664
|
.slider__focused_1v8d1::-ms-thumb {
|
|
665
|
-
outline: 2px solid #
|
|
665
|
+
outline: 2px solid #0072ef;
|
|
666
666
|
}
|
|
667
667
|
.slider__component_1v8d1:hover .slider__progress_1v8d1 {
|
|
668
668
|
background: #2a2a2c
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
border: 2px solid #8d8d93;
|
|
745
745
|
}
|
|
746
746
|
.switch__switch_2fvwp:before {
|
|
747
|
-
background-color: #
|
|
747
|
+
background-color: #000;
|
|
748
748
|
}
|
|
749
749
|
.switch__label_2fvwp {
|
|
750
750
|
color: #fff;
|
|
@@ -771,10 +771,10 @@
|
|
|
771
771
|
border-color: #2a2a2c
|
|
772
772
|
}
|
|
773
773
|
.switch__inactive_2fvwp .switch__switch_2fvwp:before {
|
|
774
|
-
background-color: #
|
|
774
|
+
background-color: #464649;
|
|
775
775
|
}
|
|
776
776
|
.switch__focused_2fvwp .switch__switch_2fvwp {
|
|
777
|
-
outline: 2px solid #
|
|
777
|
+
outline: 2px solid #0072ef;
|
|
778
778
|
}.tag__component_1gosx {
|
|
779
779
|
color: #fff;
|
|
780
780
|
border-color: transparent;
|
|
@@ -812,11 +812,11 @@
|
|
|
812
812
|
color: #000;
|
|
813
813
|
}
|
|
814
814
|
.tag__focused_1u53r {
|
|
815
|
-
outline: 2px solid #
|
|
815
|
+
outline: 2px solid #0072ef;
|
|
816
816
|
}
|
|
817
817
|
.tag__component_necwq {
|
|
818
818
|
color: #fff;
|
|
819
|
-
border-color: #
|
|
819
|
+
border-color: #464649;
|
|
820
820
|
background-color: transparent
|
|
821
821
|
}
|
|
822
822
|
.tag__component_necwq:disabled {
|
|
@@ -843,9 +843,6 @@
|
|
|
843
843
|
border-color: transparent;
|
|
844
844
|
color: #000;
|
|
845
845
|
}
|
|
846
|
-
.tag__checked_necwq:hover:not(:disabled):not(:active) {
|
|
847
|
-
background-color: rgb(237, 237, 237);
|
|
848
|
-
}
|
|
849
846
|
.tag__checked_necwq:active:not(:disabled) {
|
|
850
847
|
background-color: rgb(217, 217, 217);
|
|
851
848
|
color: #000;
|
|
@@ -897,26 +894,26 @@
|
|
|
897
894
|
background-color: #f3f4f5
|
|
898
895
|
}
|
|
899
896
|
.button__primary_154v8:hover {
|
|
900
|
-
background-color:
|
|
897
|
+
background-color: rgb(207, 207, 208);
|
|
901
898
|
}
|
|
902
899
|
.button__primary_154v8:active {
|
|
903
|
-
background-color:
|
|
900
|
+
background-color: rgb(194, 195, 196);
|
|
904
901
|
}
|
|
905
902
|
.button__secondary_154v8 {
|
|
906
903
|
color: #fff;
|
|
907
|
-
background-color:
|
|
904
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
908
905
|
border: 1px solid transparent
|
|
909
906
|
}
|
|
910
907
|
.button__secondary_154v8:hover {
|
|
911
|
-
background-color:
|
|
908
|
+
background-color: rgba(255, 255, 255, 0.163);
|
|
912
909
|
}
|
|
913
910
|
.button__secondary_154v8:active {
|
|
914
|
-
background-color:
|
|
911
|
+
background-color: rgba(255, 255, 255, 0.235);
|
|
915
912
|
}
|
|
916
913
|
.button__outlined_154v8 {
|
|
917
914
|
color: #fff;
|
|
918
915
|
background-color: transparent;
|
|
919
|
-
border: 1px solid #
|
|
916
|
+
border: 1px solid #c5c5c7
|
|
920
917
|
}
|
|
921
918
|
.button__outlined_154v8:hover {
|
|
922
919
|
background-color: rgba(0, 0, 0, 0.07);
|
|
@@ -927,13 +924,13 @@
|
|
|
927
924
|
.button__tertiary_154v8 {
|
|
928
925
|
color: #fff;
|
|
929
926
|
background-color: transparent;
|
|
930
|
-
border: 1px solid #
|
|
927
|
+
border: 1px solid #c5c5c7
|
|
931
928
|
}
|
|
932
929
|
.button__tertiary_154v8:hover {
|
|
933
|
-
background-color: rgba(
|
|
930
|
+
background-color: rgba(255, 255, 255, 0.07);
|
|
934
931
|
}
|
|
935
932
|
.button__tertiary_154v8:active {
|
|
936
|
-
background-color: rgba(
|
|
933
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
937
934
|
}
|
|
938
935
|
.button__filled_154v8 {
|
|
939
936
|
color: #fff;
|
|
@@ -960,10 +957,10 @@
|
|
|
960
957
|
background-color: transparent
|
|
961
958
|
}
|
|
962
959
|
.button__link_154v8:hover {
|
|
963
|
-
background-color:
|
|
960
|
+
background-color: rgba(255, 255, 255, 0.163);
|
|
964
961
|
}
|
|
965
962
|
.button__link_154v8:active {
|
|
966
|
-
background-color:
|
|
963
|
+
background-color: rgba(255, 255, 255, 0.235);
|
|
967
964
|
}
|
|
968
965
|
.button__ghost_154v8 {
|
|
969
966
|
color: #fff
|
|
@@ -975,26 +972,26 @@
|
|
|
975
972
|
color: rgb(128, 128, 128);
|
|
976
973
|
}
|
|
977
974
|
.button__component_154v8:disabled.button__primary_154v8 {
|
|
978
|
-
color:
|
|
975
|
+
color: rgba(60, 60, 67, 0.3);
|
|
979
976
|
background-color: #f3f4f5
|
|
980
977
|
}
|
|
981
978
|
.button__component_154v8:disabled.button__primary_154v8.button__loading_154v8 {
|
|
982
979
|
background-color: #f3f4f5;
|
|
983
980
|
}
|
|
984
981
|
.button__component_154v8:disabled.button__secondary_154v8 {
|
|
985
|
-
color:
|
|
986
|
-
background-color:
|
|
982
|
+
color: rgba(255, 255, 255, 0.3);
|
|
983
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
987
984
|
border-color: transparent
|
|
988
985
|
}
|
|
989
986
|
.button__component_154v8:disabled.button__secondary_154v8.button__loading_154v8 {
|
|
990
987
|
color: #fff;
|
|
991
|
-
background-color:
|
|
988
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
992
989
|
border-color: transparent;
|
|
993
990
|
}
|
|
994
991
|
.button__component_154v8:disabled.button__outlined_154v8 {
|
|
995
992
|
color: rgba(255, 255, 255, 0.3);
|
|
996
993
|
background-color: transparent;
|
|
997
|
-
border-color: rgba(
|
|
994
|
+
border-color: rgba(197, 197, 199, 0.3)
|
|
998
995
|
}
|
|
999
996
|
.button__component_154v8:disabled.button__outlined_154v8.button__loading_154v8 {
|
|
1000
997
|
color: #fff;
|
|
@@ -1002,7 +999,7 @@
|
|
|
1002
999
|
.button__component_154v8:disabled.button__tertiary_154v8 {
|
|
1003
1000
|
color: rgba(255, 255, 255, 0.3);
|
|
1004
1001
|
background-color: transparent;
|
|
1005
|
-
border-color: rgba(
|
|
1002
|
+
border-color: rgba(197, 197, 199, 0.3)
|
|
1006
1003
|
}
|
|
1007
1004
|
.button__component_154v8:disabled.button__tertiary_154v8.button__loading_154v8 {
|
|
1008
1005
|
color: #fff;
|
|
@@ -1040,33 +1037,33 @@
|
|
|
1040
1037
|
background-color: transparent
|
|
1041
1038
|
}
|
|
1042
1039
|
.button__focused_1ehof {
|
|
1043
|
-
outline: 2px solid #
|
|
1040
|
+
outline: 2px solid #0072ef;
|
|
1044
1041
|
}
|
|
1045
1042
|
.button__primary_ol9ge {
|
|
1046
|
-
color: #
|
|
1047
|
-
background-color: #
|
|
1043
|
+
color: #fff;
|
|
1044
|
+
background-color: #202022
|
|
1048
1045
|
}
|
|
1049
1046
|
.button__primary_ol9ge:hover {
|
|
1050
|
-
background-color: rgb(
|
|
1047
|
+
background-color: rgb(48, 48, 49);
|
|
1051
1048
|
}
|
|
1052
1049
|
.button__primary_ol9ge:active {
|
|
1053
|
-
background-color: rgb(
|
|
1050
|
+
background-color: rgb(65, 65, 67);
|
|
1054
1051
|
}
|
|
1055
1052
|
.button__secondary_ol9ge {
|
|
1056
|
-
color: #
|
|
1057
|
-
background-color:
|
|
1053
|
+
color: #000;
|
|
1054
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1058
1055
|
border: 1px solid transparent
|
|
1059
1056
|
}
|
|
1060
1057
|
.button__secondary_ol9ge:hover {
|
|
1061
|
-
background-color:
|
|
1058
|
+
background-color: rgba(0, 0, 0, 0.218);
|
|
1062
1059
|
}
|
|
1063
1060
|
.button__secondary_ol9ge:active {
|
|
1064
|
-
background-color:
|
|
1061
|
+
background-color: rgba(0, 0, 0, 0.264);
|
|
1065
1062
|
}
|
|
1066
1063
|
.button__outlined_ol9ge {
|
|
1067
1064
|
color: #fff;
|
|
1068
1065
|
background-color: transparent;
|
|
1069
|
-
border: 1px solid #
|
|
1066
|
+
border: 1px solid #c5c5c7
|
|
1070
1067
|
}
|
|
1071
1068
|
.button__outlined_ol9ge:hover {
|
|
1072
1069
|
background-color: rgba(255, 255, 255, 0.15);
|
|
@@ -1075,15 +1072,15 @@
|
|
|
1075
1072
|
background-color: rgba(0, 0, 0, 0.15);
|
|
1076
1073
|
}
|
|
1077
1074
|
.button__tertiary_ol9ge {
|
|
1078
|
-
color: #
|
|
1075
|
+
color: #000;
|
|
1079
1076
|
background-color: transparent;
|
|
1080
|
-
border: 1px solid #
|
|
1077
|
+
border: 1px solid #464649
|
|
1081
1078
|
}
|
|
1082
1079
|
.button__tertiary_ol9ge:hover {
|
|
1083
|
-
background-color: rgba(
|
|
1080
|
+
background-color: rgba(18, 18, 18, 0.15);
|
|
1084
1081
|
}
|
|
1085
1082
|
.button__tertiary_ol9ge:active {
|
|
1086
|
-
background-color: rgba(
|
|
1083
|
+
background-color: rgba(18, 18, 18, 0.2);
|
|
1087
1084
|
}
|
|
1088
1085
|
.button__filled_ol9ge {
|
|
1089
1086
|
color: #fff;
|
|
@@ -1110,35 +1107,35 @@
|
|
|
1110
1107
|
background-color: transparent
|
|
1111
1108
|
}
|
|
1112
1109
|
.button__link_ol9ge:hover {
|
|
1113
|
-
background-color: rgba(
|
|
1110
|
+
background-color: rgba(18, 18, 18, 0.15);
|
|
1114
1111
|
}
|
|
1115
1112
|
.button__link_ol9ge:active {
|
|
1116
|
-
background-color: rgba(
|
|
1113
|
+
background-color: rgba(18, 18, 18, 0.2);
|
|
1117
1114
|
}
|
|
1118
1115
|
.button__ghost_ol9ge {
|
|
1119
1116
|
color: #000
|
|
1120
1117
|
}
|
|
1121
1118
|
.button__ghost_ol9ge:hover {
|
|
1122
|
-
color: rgb(
|
|
1119
|
+
color: rgb(77, 77, 77);
|
|
1123
1120
|
}
|
|
1124
1121
|
.button__ghost_ol9ge:active {
|
|
1125
1122
|
color: rgb(128, 128, 128);
|
|
1126
1123
|
}
|
|
1127
1124
|
.button__component_ol9ge:disabled.button__primary_ol9ge {
|
|
1128
|
-
color:
|
|
1129
|
-
background-color:
|
|
1125
|
+
color: rgba(235, 235, 245, 0.3);
|
|
1126
|
+
background-color: #202022
|
|
1130
1127
|
}
|
|
1131
1128
|
.button__component_ol9ge:disabled.button__primary_ol9ge.button__loading_ol9ge {
|
|
1132
|
-
background-color: #
|
|
1129
|
+
background-color: #202022;
|
|
1133
1130
|
}
|
|
1134
1131
|
.button__component_ol9ge:disabled.button__secondary_ol9ge {
|
|
1135
|
-
color: rgba(
|
|
1136
|
-
background-color: rgba(
|
|
1132
|
+
color: rgba(0, 0, 0, 0.3);
|
|
1133
|
+
background-color: rgba(18, 18, 18, 0.08);
|
|
1137
1134
|
border-color: transparent
|
|
1138
1135
|
}
|
|
1139
1136
|
.button__component_ol9ge:disabled.button__secondary_ol9ge.button__loading_ol9ge {
|
|
1140
|
-
color: #
|
|
1141
|
-
background-color:
|
|
1137
|
+
color: #000;
|
|
1138
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1142
1139
|
border-color: transparent;
|
|
1143
1140
|
}
|
|
1144
1141
|
.button__component_ol9ge:disabled.button__outlined_ol9ge {
|
|
@@ -1150,12 +1147,12 @@
|
|
|
1150
1147
|
color: #fff;
|
|
1151
1148
|
}
|
|
1152
1149
|
.button__component_ol9ge:disabled.button__tertiary_ol9ge {
|
|
1153
|
-
color: rgba(
|
|
1150
|
+
color: rgba(0, 0, 0, 0.3);
|
|
1154
1151
|
background-color: transparent;
|
|
1155
|
-
border-color: rgba(
|
|
1152
|
+
border-color: rgba(70, 70, 73, 0.3)
|
|
1156
1153
|
}
|
|
1157
1154
|
.button__component_ol9ge:disabled.button__tertiary_ol9ge.button__loading_ol9ge {
|
|
1158
|
-
color: #
|
|
1155
|
+
color: #000;
|
|
1159
1156
|
}
|
|
1160
1157
|
.button__component_ol9ge:disabled.button__filled_ol9ge {
|
|
1161
1158
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1176,18 +1173,20 @@
|
|
|
1176
1173
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1177
1174
|
}
|
|
1178
1175
|
.button__component_ol9ge:disabled.button__link_ol9ge {
|
|
1179
|
-
color: rgba(
|
|
1176
|
+
color: rgba(0, 0, 0, 0.3);
|
|
1180
1177
|
background-color: transparent
|
|
1181
1178
|
}
|
|
1182
1179
|
.button__component_ol9ge:disabled.button__link_ol9ge.button__loading_ol9ge {
|
|
1183
1180
|
color: #000;
|
|
1184
1181
|
}
|
|
1185
1182
|
.button__component_ol9ge:disabled.button__ghost_ol9ge {
|
|
1186
|
-
color: rgba(
|
|
1183
|
+
color: rgba(0, 0, 0, 0.3)
|
|
1187
1184
|
}
|
|
1188
1185
|
.button__component_ol9ge:disabled.button__ghost_ol9ge.button__loading_ol9ge {
|
|
1189
1186
|
color: #000;
|
|
1190
|
-
}.
|
|
1187
|
+
}.base-modal__component_1uof4 {
|
|
1188
|
+
background: #121212;
|
|
1189
|
+
}.textarea__input_q4ytn {
|
|
1191
1190
|
color: #fff;
|
|
1192
1191
|
caret-color: #0072ef;
|
|
1193
1192
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
@@ -1242,7 +1241,7 @@
|
|
|
1242
1241
|
color: rgba(235, 235, 245, 0.3);
|
|
1243
1242
|
}
|
|
1244
1243
|
.textarea__focusVisible_15lo8 {
|
|
1245
|
-
outline: 2px solid #
|
|
1244
|
+
outline: 2px solid #0072ef;
|
|
1246
1245
|
}
|
|
1247
1246
|
.textarea__input_1ss37 {
|
|
1248
1247
|
color: #000;
|
|
@@ -1259,7 +1258,7 @@
|
|
|
1259
1258
|
color: #c5c5c7;
|
|
1260
1259
|
}
|
|
1261
1260
|
.textarea__clearIcon_1ss37 {
|
|
1262
|
-
color: #
|
|
1261
|
+
color: #000;
|
|
1263
1262
|
}
|
|
1264
1263
|
.textarea__input_1ss37:read-only {
|
|
1265
1264
|
color: rgba(60, 60, 67, 0.6)
|
|
@@ -1297,8 +1296,6 @@
|
|
|
1297
1296
|
}
|
|
1298
1297
|
.textarea__textarea_1ss37:focus::placeholder {
|
|
1299
1298
|
color: rgba(60, 60, 67, 0.3);
|
|
1300
|
-
}.base-modal__component_1uof4 {
|
|
1301
|
-
background: #121212;
|
|
1302
1299
|
}.popover__component_l203r {
|
|
1303
1300
|
background-color: transparent;
|
|
1304
1301
|
color: #fff;
|
|
@@ -1321,7 +1318,7 @@
|
|
|
1321
1318
|
color: #fff;
|
|
1322
1319
|
}
|
|
1323
1320
|
.tabs__focused_1nlyq {
|
|
1324
|
-
outline: 2px solid #
|
|
1321
|
+
outline: 2px solid #0072ef;
|
|
1325
1322
|
}
|
|
1326
1323
|
.tabs__selected_1nlyq {
|
|
1327
1324
|
color: #fff;
|
|
@@ -1339,7 +1336,7 @@
|
|
|
1339
1336
|
}.tabs__title_1nlyq:not(.tabs__disabled_1nlyq):hover {
|
|
1340
1337
|
color: #fff;
|
|
1341
1338
|
}.tabs__focused_1nlyq {
|
|
1342
|
-
outline: 2px solid #
|
|
1339
|
+
outline: 2px solid #0072ef;
|
|
1343
1340
|
}.tabs__selected_1nlyq {
|
|
1344
1341
|
color: #fff;
|
|
1345
1342
|
}.tabs__disabled_1nlyq {
|
|
@@ -1362,8 +1359,6 @@
|
|
|
1362
1359
|
}
|
|
1363
1360
|
.circular-progress-bar__backgroundCircle_sn6gt {
|
|
1364
1361
|
stroke: #2c2c2e;
|
|
1365
|
-
}.list-header__filled_e94a5 {
|
|
1366
|
-
background-color: #485767;
|
|
1367
1362
|
}.stepped-progress-bar__description_1v2av {
|
|
1368
1363
|
color: rgba(235, 235, 245, 0.6);
|
|
1369
1364
|
}
|
|
@@ -1393,6 +1388,8 @@
|
|
|
1393
1388
|
}
|
|
1394
1389
|
.stepped-progress-bar__accent_onfic {
|
|
1395
1390
|
background: #ef3124;
|
|
1391
|
+
}.list-header__filled_e94a5 {
|
|
1392
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1396
1393
|
}.drawer__backdropEnter_107si {
|
|
1397
1394
|
background-color: transparent;
|
|
1398
1395
|
}
|
|
@@ -1426,14 +1423,14 @@
|
|
|
1426
1423
|
color: #464649;
|
|
1427
1424
|
}
|
|
1428
1425
|
.select-with-tags__focusVisible_1w1sd {
|
|
1429
|
-
outline: 2px solid #
|
|
1426
|
+
outline: 2px solid #0072ef;
|
|
1430
1427
|
}
|
|
1431
1428
|
.select-with-tags__placeholder_1w1sd {
|
|
1432
1429
|
color: #464649;
|
|
1433
1430
|
}.attach__component_wl7t7 {
|
|
1434
1431
|
}
|
|
1435
1432
|
.attach__focused_wl7t7 {
|
|
1436
|
-
outline: 2px solid #
|
|
1433
|
+
outline: 2px solid #0072ef;
|
|
1437
1434
|
}.custom-button__customButton_um9gl.custom-button__white_um9gl * {
|
|
1438
1435
|
color: #fff;
|
|
1439
1436
|
}
|
|
@@ -1578,7 +1575,7 @@
|
|
|
1578
1575
|
caret-color: #f15045;
|
|
1579
1576
|
}
|
|
1580
1577
|
.input__focusVisible_1p0gl {
|
|
1581
|
-
outline: 2px solid #
|
|
1578
|
+
outline: 2px solid #0072ef;
|
|
1582
1579
|
}
|
|
1583
1580
|
@keyframes input__onautofillstart_1p0gl {
|
|
1584
1581
|
from {
|
|
@@ -1611,7 +1608,7 @@
|
|
|
1611
1608
|
color: #c5c5c7;
|
|
1612
1609
|
}
|
|
1613
1610
|
.input__clearIcon_l9x8h {
|
|
1614
|
-
color: #
|
|
1611
|
+
color: #000;
|
|
1615
1612
|
}
|
|
1616
1613
|
.input__input_l9x8h:read-only {
|
|
1617
1614
|
color: rgba(60, 60, 67, 0.6)
|
|
@@ -1633,7 +1630,7 @@
|
|
|
1633
1630
|
color: #fff;
|
|
1634
1631
|
}
|
|
1635
1632
|
.plate__focused_9q2ua {
|
|
1636
|
-
outline: 2px solid #
|
|
1633
|
+
outline: 2px solid #0072ef;
|
|
1637
1634
|
}
|
|
1638
1635
|
.plate__common_9q2ua {
|
|
1639
1636
|
background-color: #202022;
|
|
@@ -1654,11 +1651,14 @@
|
|
|
1654
1651
|
color: #fff
|
|
1655
1652
|
}
|
|
1656
1653
|
.icon-button__primary_12z4x:hover {
|
|
1657
|
-
color: rgb(
|
|
1654
|
+
color: rgb(204, 204, 204);
|
|
1658
1655
|
}
|
|
1659
1656
|
.icon-button__primary_12z4x:active {
|
|
1660
|
-
color: rgb(
|
|
1657
|
+
color: rgb(179, 179, 179);
|
|
1661
1658
|
}
|
|
1659
|
+
.icon-button__primary_12z4x.icon-button__component_12z4x:disabled.icon-button__loader_12z4x {
|
|
1660
|
+
color: #fff;
|
|
1661
|
+
}
|
|
1662
1662
|
.icon-button__secondary_12z4x {
|
|
1663
1663
|
color: #8d8d93
|
|
1664
1664
|
}
|
|
@@ -1668,6 +1668,9 @@
|
|
|
1668
1668
|
.icon-button__secondary_12z4x:active {
|
|
1669
1669
|
color: rgb(198, 198, 201);
|
|
1670
1670
|
}
|
|
1671
|
+
.icon-button__secondary_12z4x.icon-button__component_12z4x:disabled.icon-button__loader_12z4x {
|
|
1672
|
+
color: #8d8d93;
|
|
1673
|
+
}
|
|
1671
1674
|
.icon-button__transparent_12z4x {
|
|
1672
1675
|
color: rgba(255, 255, 255, 0.3)
|
|
1673
1676
|
}
|
|
@@ -1681,47 +1684,71 @@
|
|
|
1681
1684
|
color: #d91d0b
|
|
1682
1685
|
}
|
|
1683
1686
|
.icon-button__negative_12z4x:hover {
|
|
1684
|
-
color: rgb(
|
|
1687
|
+
color: rgb(220, 45, 28);
|
|
1685
1688
|
}
|
|
1686
1689
|
.icon-button__negative_12z4x:active {
|
|
1687
|
-
color: rgb(
|
|
1690
|
+
color: rgb(223, 63, 48);
|
|
1691
|
+
}
|
|
1692
|
+
.icon-button__negative_12z4x.icon-button__component_12z4x:disabled.icon-button__loader_12z4x {
|
|
1693
|
+
color: #d91d0b;
|
|
1694
|
+
}
|
|
1695
|
+
.icon-button__tertiary_12z4x {
|
|
1696
|
+
color: #464649
|
|
1697
|
+
}
|
|
1698
|
+
.icon-button__tertiary_12z4x:hover {
|
|
1699
|
+
color: rgb(83, 83, 86);
|
|
1700
|
+
}
|
|
1701
|
+
.icon-button__tertiary_12z4x:active {
|
|
1702
|
+
color: rgb(98, 98, 100);
|
|
1688
1703
|
}
|
|
1704
|
+
.icon-button__tertiary_12z4x.icon-button__component_12z4x:disabled.icon-button__loader_12z4x {
|
|
1705
|
+
color: #464649;
|
|
1706
|
+
}
|
|
1689
1707
|
|
|
1690
1708
|
.icon-button__primary_13j3b {
|
|
1691
|
-
color: #
|
|
1709
|
+
color: #000
|
|
1692
1710
|
}
|
|
1693
1711
|
.icon-button__primary_13j3b:hover {
|
|
1694
|
-
color: rgb(
|
|
1712
|
+
color: rgb(18, 18, 18);
|
|
1695
1713
|
}
|
|
1696
1714
|
.icon-button__primary_13j3b:active {
|
|
1697
|
-
color: rgb(
|
|
1715
|
+
color: rgb(38, 38, 38);
|
|
1698
1716
|
}
|
|
1699
1717
|
.icon-button__secondary_13j3b {
|
|
1700
|
-
color: #
|
|
1718
|
+
color: #8a8a8e
|
|
1701
1719
|
}
|
|
1702
1720
|
.icon-button__secondary_13j3b:hover {
|
|
1703
|
-
color: rgb(
|
|
1721
|
+
color: rgb(117, 117, 121);
|
|
1704
1722
|
}
|
|
1705
1723
|
.icon-button__secondary_13j3b:active {
|
|
1706
|
-
color: rgb(
|
|
1724
|
+
color: rgb(110, 110, 114);
|
|
1707
1725
|
}
|
|
1708
1726
|
.icon-button__transparent_13j3b {
|
|
1709
|
-
color: rgba(
|
|
1727
|
+
color: rgba(0, 0, 0, 0.3)
|
|
1710
1728
|
}
|
|
1711
1729
|
.icon-button__transparent_13j3b:hover {
|
|
1712
|
-
color: rgba(
|
|
1730
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1713
1731
|
}
|
|
1714
1732
|
.icon-button__transparent_13j3b:active {
|
|
1715
|
-
color: rgba(
|
|
1733
|
+
color: rgba(0, 0, 0, 0.5);
|
|
1716
1734
|
}
|
|
1717
1735
|
.icon-button__negative_13j3b {
|
|
1718
1736
|
color: #d91d0b
|
|
1719
1737
|
}
|
|
1720
1738
|
.icon-button__negative_13j3b:hover {
|
|
1721
|
-
color: rgb(
|
|
1739
|
+
color: rgb(220, 45, 28);
|
|
1722
1740
|
}
|
|
1723
1741
|
.icon-button__negative_13j3b:active {
|
|
1724
|
-
color: rgb(
|
|
1742
|
+
color: rgb(223, 63, 48);
|
|
1743
|
+
}
|
|
1744
|
+
.icon-button__tertiary_13j3b {
|
|
1745
|
+
color: #c5c5c7
|
|
1746
|
+
}
|
|
1747
|
+
.icon-button__tertiary_13j3b:hover {
|
|
1748
|
+
color: rgb(167, 167, 169);
|
|
1749
|
+
}
|
|
1750
|
+
.icon-button__tertiary_13j3b:active {
|
|
1751
|
+
color: rgb(158, 158, 159);
|
|
1725
1752
|
}.toast-plate__component_1s7xj {
|
|
1726
1753
|
color: #000;
|
|
1727
1754
|
background-color: #fff
|
|
@@ -1751,7 +1778,7 @@
|
|
|
1751
1778
|
background-color: rgb(194, 195, 196);
|
|
1752
1779
|
}
|
|
1753
1780
|
.filter-tag__focused_yl3ic {
|
|
1754
|
-
outline: 2px solid #
|
|
1781
|
+
outline: 2px solid #0072ef;
|
|
1755
1782
|
}
|
|
1756
1783
|
.filter-tag__valueButton_yl3ic {
|
|
1757
1784
|
color: #fff;
|
|
@@ -1782,7 +1809,7 @@
|
|
|
1782
1809
|
background-color: rgb(194, 195, 196);
|
|
1783
1810
|
}
|
|
1784
1811
|
.filter-tag__valueButton_yl3ic.filter-tag__checked_yl3ic:not(.filter-tag__valueButton_yl3ic:disabled):hover + .filter-tag__clear_yl3ic:before {
|
|
1785
|
-
background-color: #
|
|
1812
|
+
background-color: #464649;
|
|
1786
1813
|
}
|
|
1787
1814
|
.filter-tag__valueButton_yl3ic.filter-tag__checked_yl3ic:not(.filter-tag__valueButton_yl3ic:disabled):active + .filter-tag__clear_yl3ic:before {
|
|
1788
1815
|
background-color: transparent;
|
|
@@ -1795,10 +1822,10 @@
|
|
|
1795
1822
|
background-color: #f3f4f5
|
|
1796
1823
|
}
|
|
1797
1824
|
.filter-tag__clear_yl3ic:before {
|
|
1798
|
-
background-color: #
|
|
1825
|
+
background-color: #464649;
|
|
1799
1826
|
}
|
|
1800
1827
|
.filter-tag__clear_yl3ic:hover:before {
|
|
1801
|
-
background-color: #
|
|
1828
|
+
background-color: #464649;
|
|
1802
1829
|
}
|
|
1803
1830
|
.filter-tag__clear_yl3ic:active:before {
|
|
1804
1831
|
background-color: transparent;
|
|
@@ -1897,7 +1924,7 @@
|
|
|
1897
1924
|
color: #fff;
|
|
1898
1925
|
}
|
|
1899
1926
|
.calendar__range_1r7ml:before {
|
|
1900
|
-
background:
|
|
1927
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1901
1928
|
}
|
|
1902
1929
|
.calendar__rangeComplete_1r7ml:before {
|
|
1903
1930
|
background: #e8f2fe;
|
|
@@ -1905,7 +1932,7 @@
|
|
|
1905
1932
|
.calendar__transitLeft_1r7ml:after {
|
|
1906
1933
|
background: linear-gradient(
|
|
1907
1934
|
270deg,
|
|
1908
|
-
|
|
1935
|
+
rgba(255, 255, 255, 0.1) 0%,
|
|
1909
1936
|
rgba(255, 255, 255, 0) 100%
|
|
1910
1937
|
);
|
|
1911
1938
|
}
|
|
@@ -1913,7 +1940,7 @@
|
|
|
1913
1940
|
background: linear-gradient(
|
|
1914
1941
|
270deg,
|
|
1915
1942
|
rgba(255, 255, 255, 0) 0%,
|
|
1916
|
-
|
|
1943
|
+
rgba(255, 255, 255, 0.1) 100%
|
|
1917
1944
|
);
|
|
1918
1945
|
}
|
|
1919
1946
|
.calendar__rangeComplete_1r7ml.calendar__transitLeft_1r7ml:after {
|
|
@@ -1934,7 +1961,7 @@
|
|
|
1934
1961
|
background: #fff;
|
|
1935
1962
|
}
|
|
1936
1963
|
.calendar__selected_1r7ml .calendar__dot_1r7ml {
|
|
1937
|
-
background: #
|
|
1964
|
+
background: #000;
|
|
1938
1965
|
}
|
|
1939
1966
|
.calendar__withShadow_sr4za {
|
|
1940
1967
|
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
@@ -2089,7 +2116,7 @@
|
|
|
2089
2116
|
color: #8d8d93;
|
|
2090
2117
|
}
|
|
2091
2118
|
.select__focusVisible_kptkw {
|
|
2092
|
-
outline: 2px solid #
|
|
2119
|
+
outline: 2px solid #0072ef;
|
|
2093
2120
|
}
|
|
2094
2121
|
.select__optgroup_o9jat {
|
|
2095
2122
|
background: #121212
|
|
@@ -2156,11 +2183,12 @@
|
|
|
2156
2183
|
.gallery__header_1mho7 {
|
|
2157
2184
|
background-color: #e9e9eb;
|
|
2158
2185
|
}
|
|
2186
|
+
|
|
2159
2187
|
.gallery__component_1i7xv {
|
|
2160
2188
|
border: 2px solid rgba(0, 0, 0, 0);
|
|
2161
2189
|
}
|
|
2162
2190
|
.gallery__active_1i7xv {
|
|
2163
|
-
border-color: #
|
|
2191
|
+
border-color: #000
|
|
2164
2192
|
}
|
|
2165
2193
|
.gallery__image_1i7xv {
|
|
2166
2194
|
background-color: #121212
|
|
@@ -2172,7 +2200,7 @@
|
|
|
2172
2200
|
background-color: #121212
|
|
2173
2201
|
}
|
|
2174
2202
|
.gallery__focused_1i7xv {
|
|
2175
|
-
outline: 2px solid #
|
|
2203
|
+
outline: 2px solid #0072ef;
|
|
2176
2204
|
}
|
|
2177
2205
|
.gallery__component_1plf1 {
|
|
2178
2206
|
background-color: rgba(255, 255, 255, 0.5);
|
|
@@ -2187,7 +2215,7 @@
|
|
|
2187
2215
|
background-color: #121212;
|
|
2188
2216
|
}
|
|
2189
2217
|
.gallery__arrow_1plf1 {
|
|
2190
|
-
color: #
|
|
2218
|
+
color: #000
|
|
2191
2219
|
}
|
|
2192
2220
|
.gallery__arrow_1plf1:hover {
|
|
2193
2221
|
background-color: rgba(255, 255, 255, 0.1);
|
|
@@ -2196,7 +2224,7 @@
|
|
|
2196
2224
|
background-color: rgba(255, 255, 255, 0.2);
|
|
2197
2225
|
}
|
|
2198
2226
|
.gallery__focused_1plf1 {
|
|
2199
|
-
outline: 2px solid #
|
|
2227
|
+
outline: 2px solid #0072ef;
|
|
2200
2228
|
}
|
|
2201
2229
|
.gallery__placeholder_1plf1 {
|
|
2202
2230
|
background-color: #121212;
|
|
@@ -2204,7 +2232,6 @@
|
|
|
2204
2232
|
.gallery__fullScreenImage_1plf1 {
|
|
2205
2233
|
background-color: #121212;
|
|
2206
2234
|
}
|
|
2207
|
-
|
|
2208
2235
|
.gallery__component_db3la {
|
|
2209
2236
|
background-color: #e9e9eb
|
|
2210
2237
|
}.calendar-range__divider_129dr:after {
|
|
@@ -2217,7 +2244,7 @@
|
|
|
2217
2244
|
color: #8d8d93;
|
|
2218
2245
|
}
|
|
2219
2246
|
.intl-phone-input__focusVisible_chscf {
|
|
2220
|
-
outline: 2px solid #
|
|
2247
|
+
outline: 2px solid #0072ef;
|
|
2221
2248
|
}.table__component_1r8h2 {
|
|
2222
2249
|
border-top: 1px solid #2b2b2e;
|
|
2223
2250
|
}
|
|
@@ -2231,10 +2258,10 @@
|
|
|
2231
2258
|
color: #fff;
|
|
2232
2259
|
border-top: 1px solid #2b2b2e;
|
|
2233
2260
|
}
|
|
2261
|
+
|
|
2234
2262
|
.table__component_qjgql th:not(:last-child):not(:empty):after {
|
|
2235
2263
|
background-color: #2a2a2c;
|
|
2236
2264
|
}
|
|
2237
|
-
|
|
2238
2265
|
.table__component_1quxg {
|
|
2239
2266
|
color: #fff;
|
|
2240
2267
|
border-bottom: 1px solid #2b2b2e;
|
|
@@ -2271,5 +2298,5 @@
|
|
|
2271
2298
|
}
|
|
2272
2299
|
.table__open_1m7fi,
|
|
2273
2300
|
.table__open_1m7fi:hover {
|
|
2274
|
-
background-color:
|
|
2301
|
+
background-color: rgba(255, 255, 255, 0.163);
|
|
2275
2302
|
}
|