@alfalab/core-components 33.0.1-beta.0 → 33.0.2
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/attach/Component.js +22 -14
- package/attach/cssm/Component.js +21 -13
- package/attach/cssm/index.js +1 -0
- package/attach/cssm/index.module.css +0 -5
- package/attach/esm/Component.js +23 -15
- package/attach/esm/index.css +0 -5
- package/attach/esm/index.js +1 -0
- package/attach/index.css +0 -5
- package/attach/index.js +1 -0
- package/attach/modern/Component.js +21 -13
- package/attach/modern/index.css +0 -5
- package/attach/modern/index.js +1 -0
- package/bottom-sheet/{component-0cfe5266.d.ts → component-68700369.d.ts} +0 -0
- package/bottom-sheet/{component-0cfe5266.js → component-68700369.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-0b0348c8.d.ts → component-c0d253fb.d.ts} +0 -0
- package/bottom-sheet/esm/{component-0b0348c8.js → component-c0d253fb.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-4e74a2da.d.ts → tslib.es6-0cfd18c3.d.ts} +0 -0
- package/bottom-sheet/esm/{tslib.es6-4e74a2da.js → tslib.es6-0cfd18c3.js} +0 -0
- package/bottom-sheet/index.d.ts +1 -1
- package/bottom-sheet/index.js +2 -2
- package/bottom-sheet/modern/{component-8a8dc568.d.ts → component-dc65393b.d.ts} +0 -0
- package/bottom-sheet/modern/{component-8a8dc568.js → component-dc65393b.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-68e0e847.d.ts → tslib.es6-e4db6b8e.d.ts} +0 -0
- package/bottom-sheet/{tslib.es6-68e0e847.js → tslib.es6-e4db6b8e.js} +0 -0
- package/calendar/Component.js +1 -1
- package/calendar/components/calendar-mobile/Component.js +9 -10
- package/calendar/components/calendar-mobile/index.js +2 -1
- package/calendar/components/days-table/Component.js +1 -1
- 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/calendar-mobile/Component.js +8 -9
- package/calendar/cssm/components/calendar-mobile/index.js +1 -0
- package/calendar/cssm/index.js +1 -0
- package/calendar/esm/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +9 -10
- package/calendar/esm/components/calendar-mobile/index.js +2 -1
- package/calendar/esm/components/days-table/Component.js +1 -1
- 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 +2 -1
- package/calendar/esm/{tslib.es6-dbe445c9.d.ts → tslib.es6-02ea94c0.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-dbe445c9.js → tslib.es6-02ea94c0.js} +0 -0
- package/calendar/index.js +2 -1
- package/calendar/modern/components/calendar-mobile/Component.js +11 -12
- package/calendar/modern/components/calendar-mobile/index.js +1 -0
- package/calendar/modern/index.js +1 -0
- package/calendar/{tslib.es6-fb3432d6.d.ts → tslib.es6-879cc811.d.ts} +0 -0
- package/calendar/{tslib.es6-fb3432d6.js → tslib.es6-879cc811.js} +0 -0
- package/calendar-input/Component.d.ts +6 -7
- package/calendar-input/cssm/Component.d.ts +3 -4
- package/calendar-input/esm/Component.d.ts +3 -4
- package/calendar-input/modern/Component.d.ts +6 -7
- package/calendar-range/Component.js +1 -1
- package/calendar-range/cssm/utils.js +3 -1
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/{index.module-6347e4f5.d.ts → index.module-1753474b.d.ts} +0 -0
- package/calendar-range/esm/{index.module-6347e4f5.js → index.module-1753474b.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-d4d5654a.d.ts → index.module-8d0547b0.d.ts} +0 -0
- package/calendar-range/{index.module-d4d5654a.js → index.module-8d0547b0.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-773d4c22.js → index.module-57aec1e8.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-1ee6f6b8.d.ts → tslib.es6-91a26172.d.ts} +0 -0
- package/chart/esm/{tslib.es6-1ee6f6b8.js → tslib.es6-91a26172.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-b167ef22.d.ts → tslib.es6-93d4626b.d.ts} +0 -0
- package/chart/{tslib.es6-b167ef22.js → tslib.es6-93d4626b.js} +0 -0
- package/confirmation/{component-2e696ae1.d.ts → component-512ec78b.d.ts} +0 -0
- package/confirmation/{component-2e696ae1.js → component-512ec78b.js} +0 -0
- package/confirmation/component.desktop.js +2 -2
- package/confirmation/component.mobile.js +2 -2
- package/confirmation/component.responsive.js +2 -2
- package/confirmation/components/base-confirmation/component.js +2 -2
- package/confirmation/components/base-confirmation/index.d.ts +1 -1
- package/confirmation/components/base-confirmation/index.js +2 -2
- 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-383dc28a.d.ts → countdown-section-2121f008.d.ts} +0 -0
- package/confirmation/{countdown-section-383dc28a.js → countdown-section-2121f008.js} +0 -0
- package/confirmation/desktop.js +2 -2
- package/confirmation/esm/{component-a949c052.d.ts → component-ab4657f7.d.ts} +0 -0
- package/confirmation/esm/{component-a949c052.js → component-ab4657f7.js} +1 -1
- package/confirmation/esm/component.desktop.js +2 -2
- package/confirmation/esm/component.mobile.js +2 -2
- package/confirmation/esm/component.responsive.js +2 -2
- package/confirmation/esm/components/base-confirmation/component.js +2 -2
- package/confirmation/esm/components/base-confirmation/index.d.ts +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +2 -2
- 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-dec9036a.d.ts → countdown-section-9414b953.d.ts} +0 -0
- package/confirmation/esm/{countdown-section-dec9036a.js → countdown-section-9414b953.js} +0 -0
- package/confirmation/esm/desktop.js +2 -2
- package/confirmation/esm/index.js +2 -2
- package/confirmation/esm/mobile.js +2 -2
- package/confirmation/esm/responsive.js +2 -2
- package/confirmation/index.js +2 -2
- package/confirmation/mobile.js +2 -2
- package/confirmation/modern/component.desktop.js +1 -1
- package/confirmation/modern/component.mobile.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/{countdown-section-9a9a5cbf.d.ts → countdown-section-6c9cfcdb.d.ts} +0 -0
- package/confirmation/modern/{countdown-section-9a9a5cbf.js → countdown-section-6c9cfcdb.js} +0 -0
- package/confirmation/modern/desktop.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile.js +1 -1
- package/confirmation/modern/responsive.js +1 -1
- package/confirmation/responsive.js +2 -2
- package/date-input/cssm/Component.d.ts +1 -1
- package/date-input/esm/Component.d.ts +1 -1
- package/date-range-input/Component.d.ts +1 -3
- package/date-range-input/cssm/Component.d.ts +1 -3
- package/date-range-input/esm/Component.d.ts +1 -3
- package/date-range-input/modern/Component.d.ts +1 -3
- package/file-upload-item/Component.js +4 -4
- package/file-upload-item/cssm/Component.js +4 -4
- package/file-upload-item/cssm/index.js +2 -2
- package/file-upload-item/cssm/index.module.css +1 -5
- package/file-upload-item/esm/Component.js +4 -4
- package/file-upload-item/esm/index.css +1 -5
- package/file-upload-item/esm/index.js +2 -2
- package/file-upload-item/index.css +1 -5
- package/file-upload-item/index.js +2 -2
- package/file-upload-item/modern/Component.js +4 -4
- package/file-upload-item/modern/index.css +1 -5
- package/file-upload-item/modern/index.js +2 -2
- 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-9ffd3611.d.ts → slide-a2428b75.d.ts} +0 -0
- package/gallery/esm/{slide-9ffd3611.js → slide-a2428b75.js} +0 -0
- package/gallery/esm/{tslib.es6-80bf67e4.d.ts → tslib.es6-68091898.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-80bf67e4.js → tslib.es6-68091898.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-edf5d2e5.d.ts → slide-792c3f79.d.ts} +0 -0
- package/gallery/modern/{slide-edf5d2e5.js → slide-792c3f79.js} +0 -0
- package/gallery/{slide-d8e46bbd.d.ts → slide-fdbae00b.d.ts} +0 -0
- package/gallery/{slide-d8e46bbd.js → slide-fdbae00b.js} +0 -0
- package/gallery/{tslib.es6-500ac7f4.d.ts → tslib.es6-0a71810f.d.ts} +0 -0
- package/gallery/{tslib.es6-500ac7f4.js → tslib.es6-0a71810f.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-13ee775e.d.ts → gutters.module-2a023806.d.ts} +0 -0
- package/grid/esm/{gutters.module-13ee775e.js → gutters.module-2a023806.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-85f84288.d.ts → gutters.module-a7390f1a.d.ts} +0 -0
- package/grid/{gutters.module-85f84288.js → gutters.module-a7390f1a.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-10e014bd.js → gutters.module-1d45501e.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-8661a1b8.d.ts → tslib.es6-15450bed.d.ts} +0 -0
- package/icon-view/esm/{tslib.es6-8661a1b8.js → tslib.es6-15450bed.js} +0 -0
- package/icon-view/super-ellipse.js +1 -1
- package/icon-view/{tslib.es6-5397da44.d.ts → tslib.es6-835594f2.d.ts} +0 -0
- package/icon-view/{tslib.es6-5397da44.js → tslib.es6-835594f2.js} +0 -0
- package/input-autocomplete/Component.js +1 -1
- package/input-autocomplete/Component.mobile.js +1 -1
- package/input-autocomplete/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/index.js +1 -1
- package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
- package/input-autocomplete/cssm/Component.d.ts +3 -3
- package/input-autocomplete/cssm/Component.mobile.d.ts +2 -2
- package/input-autocomplete/esm/Component.d.ts +3 -3
- package/input-autocomplete/esm/Component.js +1 -1
- package/input-autocomplete/esm/Component.mobile.d.ts +2 -2
- package/input-autocomplete/esm/Component.mobile.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
- package/input-autocomplete/esm/index.js +1 -1
- package/input-autocomplete/esm/mobile.js +1 -1
- package/input-autocomplete/esm/{tslib.es6-c783bee2.d.ts → tslib.es6-ebe4326a.d.ts} +0 -0
- package/input-autocomplete/esm/{tslib.es6-c783bee2.js → tslib.es6-ebe4326a.js} +0 -0
- package/input-autocomplete/index.js +1 -1
- package/input-autocomplete/mobile.js +1 -1
- package/input-autocomplete/modern/Component.d.ts +3 -3
- package/input-autocomplete/modern/Component.mobile.d.ts +2 -2
- package/input-autocomplete/{tslib.es6-4d1cf602.d.ts → tslib.es6-5e3ffdb9.d.ts} +0 -0
- package/input-autocomplete/{tslib.es6-4d1cf602.js → tslib.es6-5e3ffdb9.js} +0 -0
- package/intl-phone-input/{component-ea99b03b.d.ts → component-63f366b2.d.ts} +0 -0
- package/intl-phone-input/{component-ea99b03b.js → component-63f366b2.js} +0 -0
- package/intl-phone-input/component.d.ts +1 -1
- 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-056a43d1.d.ts → component-864a04cb.d.ts} +0 -0
- package/intl-phone-input/esm/{component-056a43d1.js → component-864a04cb.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-9b56adf7.d.ts → libphonenumber-js.min-77ab5c93.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-9b56adf7.js → libphonenumber-js.min-77ab5c93.js} +0 -0
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/{libphonenumber-js.min-6274bc48.d.ts → libphonenumber-js.min-fbb3cb8d.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-6274bc48.js → libphonenumber-js.min-fbb3cb8d.js} +0 -0
- package/intl-phone-input/modern/component.js +1 -1
- package/intl-phone-input/modern/{libphonenumber-js.min-9b56adf7.d.ts → libphonenumber-js.min-77ab5c93.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-9b56adf7.js → libphonenumber-js.min-77ab5c93.js} +0 -0
- package/modal/{Component-a3014022.d.ts → Component-0defecef.d.ts} +0 -0
- package/modal/{Component-a3014022.js → Component-0defecef.js} +0 -0
- package/modal/Component.desktop.js +3 -3
- package/modal/Component.mobile.js +3 -3
- package/modal/Component.responsive.js +3 -3
- 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/content/index.css +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.d.ts +1 -1
- package/modal/components/header/Component.desktop.js +2 -2
- package/modal/components/header/Component.js +1 -1
- package/modal/components/header/Component.mobile.d.ts +1 -1
- package/modal/components/header/Component.mobile.js +2 -2
- package/modal/cssm/components/content/index.module.css +1 -1
- package/modal/desktop.js +3 -3
- package/modal/esm/{Component-6e00bda6.d.ts → Component-2b159fe9.d.ts} +0 -0
- package/modal/esm/{Component-6e00bda6.js → Component-2b159fe9.js} +0 -0
- package/modal/esm/Component.desktop.js +3 -3
- package/modal/esm/Component.mobile.js +3 -3
- package/modal/esm/Component.responsive.js +3 -3
- 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/content/index.css +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.d.ts +1 -1
- package/modal/esm/components/header/Component.desktop.js +2 -2
- package/modal/esm/components/header/Component.js +1 -1
- package/modal/esm/components/header/Component.mobile.d.ts +1 -1
- package/modal/esm/components/header/Component.mobile.js +2 -2
- package/modal/esm/desktop.js +3 -3
- package/modal/esm/index.js +3 -3
- package/modal/esm/mobile.js +3 -3
- package/modal/esm/responsive.js +3 -3
- package/modal/esm/{transitions.module-555e34e0.js → transitions.module-25489c78.js} +0 -0
- package/modal/esm/{tslib.es6-60db3b67.d.ts → tslib.es6-62c96ba4.d.ts} +0 -0
- package/modal/esm/{tslib.es6-60db3b67.js → tslib.es6-62c96ba4.js} +0 -0
- package/modal/index.js +3 -3
- package/modal/mobile.js +3 -3
- package/modal/modern/{Component-da0548a4.d.ts → Component-1f033c16.d.ts} +0 -0
- package/modal/modern/{Component-da0548a4.js → Component-1f033c16.js} +0 -0
- package/modal/modern/Component.desktop.js +2 -2
- package/modal/modern/Component.mobile.js +2 -2
- package/modal/modern/Component.responsive.d.ts +1 -1
- package/modal/modern/Component.responsive.js +2 -2
- package/modal/modern/components/content/index.css +1 -1
- package/modal/modern/components/header/Component.desktop.d.ts +1 -1
- package/modal/modern/components/header/Component.desktop.js +1 -1
- package/modal/modern/components/header/Component.js +1 -1
- package/modal/modern/components/header/Component.mobile.d.ts +1 -1
- package/modal/modern/components/header/Component.mobile.js +1 -1
- package/modal/modern/desktop.js +2 -2
- package/modal/modern/index.js +2 -2
- package/modal/modern/mobile.js +2 -2
- package/modal/modern/responsive.js +2 -2
- package/modal/modern/{transitions.module-555e34e0.js → transitions.module-25489c78.js} +0 -0
- package/modal/responsive.js +3 -3
- package/modal/{transitions.module-222d162a.js → transitions.module-8830325d.js} +0 -0
- package/modal/{tslib.es6-5c9ba4d7.d.ts → tslib.es6-e377d59a.d.ts} +0 -0
- package/modal/{tslib.es6-5c9ba4d7.js → tslib.es6-e377d59a.js} +0 -0
- package/notification-manager/{component-138bfc65.d.ts → component-7bcbb71f.d.ts} +0 -0
- package/notification-manager/{component-138bfc65.js → component-7bcbb71f.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-9235cfd4.d.ts → component-80e0561a.d.ts} +0 -0
- package/notification-manager/esm/{component-9235cfd4.js → component-80e0561a.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 +2 -1
- package/phone-input/utils/index.js +5 -7
- package/picker-button/Component.js +1 -1
- package/picker-button/Component.mobile.js +1 -1
- package/picker-button/Component.responsive.js +1 -1
- package/picker-button/cssm/index.module.css +5 -1
- package/picker-button/desktop.js +1 -1
- package/picker-button/esm/Component.js +1 -1
- package/picker-button/esm/Component.mobile.js +1 -1
- package/picker-button/esm/Component.responsive.js +1 -1
- package/picker-button/esm/desktop.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.css +5 -1
- package/picker-button/esm/index.js +1 -1
- package/picker-button/esm/mobile.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-fa456565.d.ts → tslib.es6-198658f7.d.ts} +0 -0
- package/picker-button/esm/{tslib.es6-fa456565.js → tslib.es6-198658f7.js} +0 -0
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.css +5 -1
- package/picker-button/index.js +1 -1
- package/picker-button/mobile.js +1 -1
- package/picker-button/modern/index.css +5 -1
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.js +1 -1
- package/picker-button/{tslib.es6-6b493864.d.ts → tslib.es6-f9ea6cba.d.ts} +0 -0
- package/picker-button/{tslib.es6-6b493864.js → tslib.es6-f9ea6cba.js} +0 -0
- package/pure-cell/{component-26fcccd6.d.ts → component-38f8145a.d.ts} +0 -0
- package/pure-cell/{component-26fcccd6.js → component-38f8145a.js} +1 -1
- package/pure-cell/{component-bfcc6822.d.ts → component-f5cacafb.d.ts} +0 -0
- package/pure-cell/{component-bfcc6822.js → component-f5cacafb.js} +2 -2
- package/pure-cell/component.js +3 -3
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +3 -3
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +3 -3
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +2 -2
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +2 -2
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +3 -3
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +3 -3
- package/pure-cell/components/text/component.js +3 -3
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +3 -3
- package/pure-cell/esm/{component-114270f4.d.ts → component-288d086b.d.ts} +0 -0
- package/pure-cell/esm/{component-114270f4.js → component-288d086b.js} +1 -1
- package/pure-cell/esm/{component-a2ef3735.d.ts → component-f19d121a.d.ts} +0 -0
- package/pure-cell/esm/{component-a2ef3735.js → component-f19d121a.js} +2 -2
- package/pure-cell/esm/component.js +3 -3
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +3 -3
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +3 -3
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +2 -2
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +2 -2
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +3 -3
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +3 -3
- package/pure-cell/esm/components/text/component.js +3 -3
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +3 -3
- package/pure-cell/esm/{getDataTestId-2320d4c9.d.ts → getDataTestId-7d3a3508.d.ts} +0 -0
- package/pure-cell/esm/{getDataTestId-2320d4c9.js → getDataTestId-7d3a3508.js} +0 -0
- package/pure-cell/esm/index.js +3 -3
- package/pure-cell/{getDataTestId-cad97c00.d.ts → getDataTestId-98c7c480.d.ts} +0 -0
- package/pure-cell/{getDataTestId-cad97c00.js → getDataTestId-98c7c480.js} +0 -0
- package/pure-cell/index.js +3 -3
- package/pure-cell/modern/{component-c66417cb.d.ts → component-d2bfc023.d.ts} +0 -0
- package/pure-cell/modern/{component-c66417cb.js → component-d2bfc023.js} +1 -1
- package/pure-cell/modern/component.js +2 -2
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +2 -2
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +2 -2
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +2 -2
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +2 -2
- package/pure-cell/modern/components/text/component.js +2 -2
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +2 -2
- package/pure-cell/modern/{getDataTestId-38af0b6e.d.ts → getDataTestId-4bfc9397.d.ts} +0 -0
- package/pure-cell/modern/{getDataTestId-38af0b6e.js → getDataTestId-4bfc9397.js} +0 -0
- package/pure-cell/modern/index.js +2 -2
- package/select/{Component-43ee6315.d.ts → Component-0adcc33f.d.ts} +0 -0
- package/select/{Component-43ee6315.js → Component-0adcc33f.js} +1 -1
- package/select/Component-afce40e0.d.ts +1 -1
- package/select/{modern/Component-a6b8e779.d.ts → Component-c9860dd6.d.ts} +8 -8
- package/select/{Component-6b76b917.js → Component-c9860dd6.js} +12 -12
- package/select/Component.d.ts +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/base-select-mobile/Component.js +4 -4
- package/select/components/base-select-mobile/index.d.ts +1 -1
- package/select/components/base-select-mobile/index.js +4 -4
- package/select/components/base-select-mobile/options-list/Component.js +1 -1
- package/select/components/base-select-mobile/options-list/index.js +1 -1
- 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-modal-mobile/Component.js +4 -4
- package/select/components/select-modal-mobile/index.d.ts +1 -1
- package/select/components/select-modal-mobile/index.js +4 -4
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.js +1 -1
- package/select/cssm/{Component-80de90ee.d.ts → Component-77d7e4fc.d.ts} +6 -6
- package/select/cssm/{Component-80de90ee.js → Component-77d7e4fc.js} +9 -9
- package/select/cssm/components/base-select-mobile/Component.js +1 -1
- package/select/cssm/components/base-select-mobile/index.d.ts +1 -1
- package/select/cssm/components/base-select-mobile/index.js +1 -1
- package/select/cssm/components/index.js +1 -1
- package/select/cssm/components/select-mobile/Component.js +1 -1
- package/select/cssm/components/select-mobile/index.d.ts +1 -1
- package/select/cssm/components/select-mobile/index.js +1 -1
- package/select/cssm/components/select-modal-mobile/Component.js +1 -1
- package/select/cssm/components/select-modal-mobile/index.d.ts +1 -1
- package/select/cssm/components/select-modal-mobile/index.js +1 -1
- package/select/cssm/index.js +1 -1
- package/select/cssm/presets/index.js +1 -1
- package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/{Component-02ba485d.d.ts → Component-4cadb402.d.ts} +0 -0
- package/select/esm/{Component-02ba485d.js → Component-4cadb402.js} +1 -1
- package/select/esm/{Component-8fd0c28c.d.ts → Component-7abd68e3.d.ts} +6 -6
- package/select/esm/{Component-8fd0c28c.js → Component-7abd68e3.js} +14 -14
- package/select/esm/Component.js +2 -2
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/index.d.ts +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/base-select-mobile/Component.js +4 -4
- package/select/esm/components/base-select-mobile/index.d.ts +1 -1
- package/select/esm/components/base-select-mobile/index.js +4 -4
- package/select/esm/components/base-select-mobile/options-list/Component.js +1 -1
- package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
- package/select/esm/components/field/Component.js +1 -1
- package/select/esm/components/field/index.js +1 -1
- package/select/esm/components/index.js +4 -4
- 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 +4 -4
- package/select/esm/components/select-mobile/index.d.ts +1 -1
- package/select/esm/components/select-mobile/index.js +4 -4
- package/select/esm/components/select-modal-mobile/Component.js +4 -4
- package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/select/esm/components/select-modal-mobile/index.js +4 -4
- 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 +4 -4
- package/select/esm/{intersection-observer-191f7f28.d.ts → intersection-observer-47ac1624.d.ts} +0 -0
- package/select/esm/{intersection-observer-191f7f28.js → intersection-observer-47ac1624.js} +0 -0
- package/select/esm/presets/index.js +4 -4
- package/select/esm/presets/useLazyLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithApply/hook.js +4 -4
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- 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 +4 -4
- package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/select/esm/{tslib.es6-29abd052.d.ts → tslib.es6-babe1c35.d.ts} +0 -0
- package/select/esm/{tslib.es6-29abd052.js → tslib.es6-babe1c35.js} +0 -0
- package/select/index.js +4 -4
- package/select/{intersection-observer-878f8d34.d.ts → intersection-observer-f9d37e0f.d.ts} +0 -0
- package/select/{intersection-observer-878f8d34.js → intersection-observer-f9d37e0f.js} +0 -0
- package/select/{Component-6b76b917.d.ts → modern/Component-7a4219aa.d.ts} +8 -8
- package/select/modern/{Component-a6b8e779.js → Component-7a4219aa.js} +8 -8
- package/select/modern/Component-afce40e0.d.ts +1 -1
- package/select/modern/{Component-4293a718.d.ts → Component-f424e3c6.d.ts} +0 -0
- package/select/modern/{Component-4293a718.js → Component-f424e3c6.js} +0 -0
- package/select/modern/Component.d.ts +1 -1
- package/select/modern/Component.js +4 -4
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/base-select/index.d.ts +1 -1
- package/select/modern/components/base-select/index.js +1 -1
- package/select/modern/components/base-select-mobile/Component.js +6 -6
- package/select/modern/components/base-select-mobile/index.d.ts +1 -1
- package/select/modern/components/base-select-mobile/index.js +6 -6
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.js +1 -1
- package/select/modern/components/index.js +6 -6
- 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/components/select-modal-mobile/Component.js +6 -6
- package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/select/modern/components/select-modal-mobile/index.js +6 -6
- package/select/modern/index.js +6 -6
- package/select/modern/{intersection-observer-191f7f28.d.ts → intersection-observer-47ac1624.d.ts} +0 -0
- package/select/modern/{intersection-observer-191f7f28.js → intersection-observer-47ac1624.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-18d6811c.d.ts → tslib.es6-820c70b7.d.ts} +0 -0
- package/select/{tslib.es6-18d6811c.js → tslib.es6-820c70b7.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-11916e83.d.ts → tslib.es6-d0163f3b.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-11916e83.js → tslib.es6-d0163f3b.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-c10a1ad6.d.ts → tslib.es6-d0d83e24.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-c10a1ad6.js → tslib.es6-d0d83e24.js} +0 -0
- package/select-with-tags/utils/index.js +1 -1
- package/select-with-tags/utils/match.js +1 -1
- package/side-panel/Component.desktop.js +1 -1
- package/side-panel/Component.mobile.js +1 -1
- package/side-panel/Component.responsive.d.ts +1 -1
- package/side-panel/Component.responsive.js +1 -1
- package/side-panel/components/closer/Component.js +1 -1
- package/side-panel/components/content/Component.desktop.js +1 -1
- package/side-panel/components/content/Component.mobile.js +1 -1
- package/side-panel/components/footer/Component.desktop.js +1 -1
- package/side-panel/components/footer/Component.mobile.js +1 -1
- package/side-panel/components/header/Component.desktop.js +1 -1
- package/side-panel/components/header/Component.js +1 -1
- package/side-panel/components/header/Component.mobile.js +1 -1
- package/side-panel/desktop.js +1 -1
- package/side-panel/esm/Component.desktop.js +1 -1
- package/side-panel/esm/Component.mobile.js +1 -1
- package/side-panel/esm/Component.responsive.d.ts +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/closer/Component.js +1 -1
- package/side-panel/esm/components/content/Component.desktop.js +1 -1
- package/side-panel/esm/components/content/Component.mobile.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/components/header/Component.desktop.js +1 -1
- package/side-panel/esm/components/header/Component.js +1 -1
- package/side-panel/esm/components/header/Component.mobile.js +1 -1
- package/side-panel/esm/desktop.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile.js +1 -1
- package/side-panel/esm/responsive.js +1 -1
- package/side-panel/esm/{tslib.es6-81ee75c7.d.ts → tslib.es6-212fa338.d.ts} +0 -0
- package/side-panel/esm/{tslib.es6-81ee75c7.js → tslib.es6-212fa338.js} +0 -0
- package/side-panel/index.js +1 -1
- package/side-panel/mobile.js +1 -1
- package/side-panel/responsive.js +1 -1
- package/side-panel/{tslib.es6-f866d13a.d.ts → tslib.es6-bd87b0cc.d.ts} +0 -0
- package/side-panel/{tslib.es6-f866d13a.js → tslib.es6-bd87b0cc.js} +0 -0
- package/space/Component.js +1 -1
- package/space/{Item-1532e99e.d.ts → Item-49116756.d.ts} +0 -0
- package/space/{Item-1532e99e.js → Item-49116756.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/{Item-ce8357c2.d.ts → Item-e2663cd2.d.ts} +0 -0
- package/space/esm/{Item-ce8357c2.js → Item-e2663cd2.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-099ae2b2.d.ts → tslib.es6-0dcfe20e.d.ts} +0 -0
- package/table/esm/{tslib.es6-099ae2b2.js → tslib.es6-0dcfe20e.js} +0 -0
- package/table/index.js +1 -1
- package/table/{tslib.es6-c6994932.d.ts → tslib.es6-3a4b55c5.d.ts} +0 -0
- package/table/{tslib.es6-c6994932.js → tslib.es6-3a4b55c5.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/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/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-c309f831.js → index.module-0763ffe1.js} +0 -0
- package/tabs/esm/{index.module-e4113e20.js → index.module-8ad3ed68.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-e5384ee5.d.ts → tslib.es6-5f1c4df1.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-e5384ee5.js → tslib.es6-5f1c4df1.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-d94634b7.js → index.module-0bf5573f.js} +0 -0
- package/tabs/{index.module-219cf4cc.js → index.module-5b624511.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-c309f831.js → index.module-0763ffe1.js} +0 -0
- package/tabs/modern/{index.module-e4113e20.js → index.module-8ad3ed68.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-555e7d4a.d.ts → tslib.es6-e75e7617.d.ts} +0 -0
- package/tabs/{tslib.es6-555e7d4a.js → tslib.es6-e75e7617.js} +0 -0
- package/themes/compiled/mobile-dark-bluetint.css +76 -1876
- package/themes/compiled/mobile-dark-bluetint.js +0 -2
- package/themes/dark.js +0 -2
- package/themes/dist/amount/click.css +4 -0
- package/themes/dist/backdrop/click.css +4 -0
- package/themes/dist/bottom-sheet/click.css +9 -0
- package/themes/dist/bottom-sheet/corp.css +4 -0
- package/themes/dist/bottom-sheet/intranet.css +3 -0
- package/themes/dist/bottom-sheet/mobile.css +4 -0
- package/themes/dist/bottom-sheet/site.css +3 -0
- package/themes/dist/button/click.css +22 -0
- package/themes/dist/button/corp.css +52 -0
- package/themes/dist/button/intranet.css +23 -0
- package/themes/dist/button/mobile.css +23 -0
- package/themes/dist/button/site.css +4 -0
- package/themes/dist/calendar/click.css +8 -0
- package/themes/dist/calendar/intranet.css +9 -0
- package/themes/dist/calendar-input/click.css +3 -0
- package/themes/dist/calendar-input/corp.css +3 -0
- package/themes/dist/calendar-input/intranet.css +3 -0
- package/themes/dist/calendar-input/mobile.css +3 -0
- package/themes/dist/checkbox/click.css +9 -0
- package/themes/dist/checkbox/intranet.css +19 -0
- package/themes/dist/checkbox/mobile.css +19 -0
- package/themes/dist/checkbox-group/click.css +5 -0
- package/themes/dist/circular-progress-bar/click.css +5 -0
- package/themes/dist/click.css +971 -0
- package/themes/dist/compiled/mobile-dark-bluetint.css +2635 -0
- package/themes/dist/compiled/mobile-dark-bluetint.d.ts +2 -0
- package/themes/dist/compiled/mobile-dark-bluetint.js +11 -0
- package/themes/dist/confirmation/click.css +15 -0
- package/themes/dist/confirmation/intranet.css +8 -0
- package/themes/dist/confirmation/mobile.css +8 -0
- package/themes/dist/corp.css +773 -0
- package/themes/dist/dark.css +259 -0
- package/themes/dist/dark.d.ts +2 -0
- package/themes/dist/dark.js +12 -0
- package/themes/dist/dropzone/click.css +4 -0
- package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +2 -0
- package/themes/dist/esm/compiled/mobile-dark-bluetint.js +4 -0
- package/themes/dist/esm/dark.d.ts +2 -0
- package/themes/dist/esm/dark.js +6 -0
- package/themes/dist/esm/mixins/mobile.d.ts +2 -0
- package/themes/dist/esm/mixins/mobile.js +6 -0
- package/themes/dist/filter-tag/mobile.css +4 -0
- package/themes/dist/form-control/click.css +31 -0
- package/themes/dist/form-control/intranet.css +39 -0
- package/themes/dist/form-control/mobile.css +34 -0
- package/themes/dist/form-control/site.css +5 -0
- package/themes/dist/icon-button/click.css +24 -0
- package/themes/dist/input/click.css +8 -0
- package/themes/dist/input/corp.css +3 -0
- package/themes/dist/input/intranet.css +11 -0
- package/themes/dist/input/mobile.css +13 -0
- package/themes/dist/input/site.css +4 -0
- package/themes/dist/intranet.css +842 -0
- package/themes/dist/link/click.css +25 -0
- package/themes/dist/list/click.css +4 -0
- package/themes/dist/mixins/amount/click.css +4 -0
- package/themes/dist/mixins/backdrop/click.css +4 -0
- package/themes/dist/mixins/bottom-sheet/click.css +9 -0
- package/themes/dist/mixins/bottom-sheet/corp.css +4 -0
- package/themes/dist/mixins/bottom-sheet/intranet.css +3 -0
- package/themes/dist/mixins/bottom-sheet/mobile.css +4 -0
- package/themes/dist/mixins/bottom-sheet/site.css +3 -0
- package/themes/dist/mixins/button/click.css +22 -0
- package/themes/dist/mixins/button/corp.css +52 -0
- package/themes/dist/mixins/button/intranet.css +23 -0
- package/themes/dist/mixins/button/mobile.css +23 -0
- package/themes/dist/mixins/button/site.css +4 -0
- package/themes/dist/mixins/calendar/click.css +8 -0
- package/themes/dist/mixins/calendar/intranet.css +9 -0
- package/themes/dist/mixins/calendar-input/click.css +3 -0
- package/themes/dist/mixins/calendar-input/corp.css +3 -0
- package/themes/dist/mixins/calendar-input/intranet.css +3 -0
- package/themes/dist/mixins/calendar-input/mobile.css +3 -0
- package/themes/dist/mixins/checkbox/click.css +9 -0
- package/themes/dist/mixins/checkbox/intranet.css +19 -0
- package/themes/dist/mixins/checkbox/mobile.css +19 -0
- package/themes/dist/mixins/checkbox-group/click.css +5 -0
- package/themes/dist/mixins/circular-progress-bar/click.css +5 -0
- package/themes/dist/mixins/click.css +56 -0
- package/themes/dist/mixins/confirmation/click.css +15 -0
- package/themes/dist/mixins/confirmation/intranet.css +8 -0
- package/themes/dist/mixins/confirmation/mobile.css +8 -0
- package/themes/dist/mixins/corp.css +17 -0
- package/themes/dist/mixins/dark.css +259 -0
- package/themes/dist/mixins/dropzone/click.css +4 -0
- package/themes/dist/mixins/filter-tag/mobile.css +4 -0
- package/themes/dist/mixins/form-control/click.css +31 -0
- package/themes/dist/mixins/form-control/intranet.css +39 -0
- package/themes/dist/mixins/form-control/mobile.css +34 -0
- package/themes/dist/mixins/form-control/site.css +5 -0
- package/themes/dist/mixins/icon-button/click.css +24 -0
- package/themes/dist/mixins/input/click.css +8 -0
- package/themes/dist/mixins/input/corp.css +3 -0
- package/themes/dist/mixins/input/intranet.css +11 -0
- package/themes/dist/mixins/input/mobile.css +13 -0
- package/themes/dist/mixins/input/site.css +4 -0
- package/themes/dist/mixins/intranet.css +29 -0
- package/themes/dist/mixins/link/click.css +25 -0
- package/themes/dist/mixins/list/click.css +4 -0
- package/themes/dist/mixins/mobile.css +31 -0
- package/themes/dist/mixins/mobile.d.ts +2 -0
- package/themes/dist/mixins/mobile.js +12 -0
- package/themes/dist/mixins/modal/click.css +30 -0
- package/themes/dist/mixins/modal/corp.css +4 -0
- package/themes/dist/mixins/radio/click.css +9 -0
- package/themes/dist/mixins/radio/intranet.css +19 -0
- package/themes/dist/mixins/radio/mobile.css +19 -0
- package/themes/dist/mixins/select/click.css +25 -0
- package/themes/dist/mixins/select/corp.css +7 -0
- package/themes/dist/mixins/select/intranet.css +4 -0
- package/themes/dist/mixins/select/mobile.css +4 -0
- package/themes/dist/mixins/select/site.css +4 -0
- package/themes/dist/mixins/site.css +15 -0
- package/themes/dist/mixins/skeleton/click.css +9 -0
- package/themes/dist/mixins/slider/click.css +19 -0
- package/themes/dist/mixins/slider/intranet.css +6 -0
- package/themes/dist/mixins/slider/mobile.css +6 -0
- package/themes/dist/mixins/slider-input/intranet.css +3 -0
- package/themes/dist/mixins/slider-input/mobile.css +3 -0
- package/themes/dist/mixins/steps/mobile.css +4 -0
- package/themes/dist/mixins/switch/click.css +5 -0
- package/themes/dist/mixins/tabs/click.css +26 -0
- package/themes/dist/mixins/tabs/corp.css +4 -0
- package/themes/dist/mixins/tabs/site.css +8 -0
- package/themes/dist/mixins/tag/click.css +12 -0
- package/themes/dist/mixins/tag/intranet.css +16 -0
- package/themes/dist/mixins/tag/mobile.css +17 -0
- package/themes/dist/mixins/toast-plate/click.css +10 -0
- package/themes/dist/mobile.css +838 -0
- package/themes/dist/modal/click.css +30 -0
- package/themes/dist/modal/corp.css +4 -0
- package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +2 -0
- package/themes/dist/modern/compiled/mobile-dark-bluetint.js +4 -0
- package/themes/dist/modern/dark.d.ts +2 -0
- package/themes/dist/modern/dark.js +6 -0
- package/themes/dist/modern/mixins/mobile.d.ts +2 -0
- package/themes/dist/modern/mixins/mobile.js +6 -0
- package/themes/dist/package.json +12 -0
- package/themes/dist/radio/click.css +9 -0
- package/themes/dist/radio/intranet.css +19 -0
- package/themes/dist/radio/mobile.css +19 -0
- package/themes/dist/select/click.css +25 -0
- package/themes/dist/select/corp.css +7 -0
- package/themes/dist/select/intranet.css +4 -0
- package/themes/dist/select/mobile.css +4 -0
- package/themes/dist/select/site.css +4 -0
- package/themes/dist/send-stats.js +82 -0
- package/themes/dist/site.css +733 -0
- package/themes/dist/skeleton/click.css +9 -0
- package/themes/dist/slider/click.css +19 -0
- package/themes/dist/slider/intranet.css +6 -0
- package/themes/dist/slider/mobile.css +6 -0
- package/themes/dist/slider-input/intranet.css +3 -0
- package/themes/dist/slider-input/mobile.css +3 -0
- package/themes/dist/steps/mobile.css +4 -0
- package/themes/dist/switch/click.css +5 -0
- package/themes/dist/tabs/click.css +26 -0
- package/themes/dist/tabs/corp.css +4 -0
- package/themes/dist/tabs/site.css +8 -0
- package/themes/dist/tag/click.css +12 -0
- package/themes/dist/tag/intranet.css +16 -0
- package/themes/dist/tag/mobile.css +17 -0
- package/themes/dist/toast-plate/click.css +10 -0
- package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
- package/themes/mixins/mobile.js +0 -2
- package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
- package/themes/package.json +1 -10
- package/themes/send-stats.js +0 -0
- package/tooltip/{Component-5ab60edb.d.ts → Component-c85ce6bd.d.ts} +0 -0
- package/tooltip/{Component-5ab60edb.js → Component-c85ce6bd.js} +0 -0
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/esm/{Component-36841f3c.d.ts → Component-ded9247b.d.ts} +0 -0
- package/tooltip/esm/{Component-36841f3c.js → Component-ded9247b.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-2dd8595a.d.ts → colors.module-29f2617c.d.ts} +0 -0
- package/typography/{colors.module-2dd8595a.js → colors.module-29f2617c.js} +0 -0
- package/typography/{common.module-f8aa3651.js → common.module-592efe38.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/cssm/text/component.d.ts +2 -2
- package/typography/cssm/title/component.d.ts +3 -3
- package/typography/esm/{colors.module-15283f22.d.ts → colors.module-b3ca0f3f.d.ts} +0 -0
- package/typography/esm/{colors.module-15283f22.js → colors.module-b3ca0f3f.js} +0 -0
- package/typography/esm/{common.module-ee6d703d.js → common.module-d3ee9688.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-1ac8298c.js → colors.module-dad54675.js} +0 -0
- package/typography/modern/{common.module-ee6d703d.js → common.module-d3ee9688.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.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/vars/colors-bluetint.js +0 -2
- package/vars/colors-indigo.js +0 -2
- package/vars/cssm/colors-bluetint.js +0 -2
- package/vars/cssm/colors-indigo.js +0 -2
- package/vars/dist/border-radius.css +11 -0
- package/vars/dist/bundle/site.css +5 -0
- package/vars/dist/colors-addons.css +98 -0
- package/vars/dist/colors-bluetint.css +431 -0
- package/vars/dist/colors-bluetint.d.ts +2 -0
- package/vars/dist/colors-bluetint.js +12 -0
- package/vars/dist/colors-indigo.css +431 -0
- package/vars/dist/colors-indigo.d.ts +2 -0
- package/vars/dist/colors-indigo.js +12 -0
- package/vars/dist/colors-transparent.css +26 -0
- package/vars/dist/colors-x5.css +4 -0
- package/vars/dist/colors.css +71 -0
- package/vars/dist/cssm/border-radius.css +11 -0
- package/vars/dist/cssm/bundle/site.css +608 -0
- package/vars/dist/cssm/colors-addons.css +98 -0
- package/vars/dist/cssm/colors-bluetint.css +431 -0
- package/vars/dist/cssm/colors-bluetint.d.ts +2 -0
- package/vars/dist/cssm/colors-bluetint.js +12 -0
- package/vars/dist/cssm/colors-indigo.css +431 -0
- package/vars/dist/cssm/colors-indigo.d.ts +2 -0
- package/vars/dist/cssm/colors-indigo.js +12 -0
- package/vars/dist/cssm/colors-transparent.css +26 -0
- package/vars/dist/cssm/colors-x5.css +4 -0
- package/vars/dist/cssm/colors.css +71 -0
- package/vars/dist/cssm/gaps.css +30 -0
- package/vars/dist/cssm/index.css +711 -0
- package/vars/dist/cssm/mixins.css +1 -0
- package/vars/dist/cssm/shadows-indigo.css +38 -0
- package/vars/dist/cssm/typography.css +6 -0
- package/vars/dist/esm/colors-bluetint.d.ts +2 -0
- package/vars/dist/esm/colors-bluetint.js +6 -0
- package/vars/dist/esm/colors-indigo.d.ts +2 -0
- package/vars/dist/esm/colors-indigo.js +6 -0
- package/vars/dist/gaps.css +30 -0
- package/vars/dist/index.css +9 -0
- package/vars/dist/mixins.css +4 -0
- package/vars/dist/modern/colors-bluetint.d.ts +2 -0
- package/vars/dist/modern/colors-bluetint.js +6 -0
- package/vars/dist/modern/colors-indigo.d.ts +2 -0
- package/vars/dist/modern/colors-indigo.js +6 -0
- package/vars/dist/package.json +13 -0
- package/vars/dist/send-stats.js +82 -0
- package/vars/dist/shadows-indigo.css +38 -0
- package/vars/dist/typography.css +442 -0
- package/vars/package.json +1 -11
- package/vars/send-stats.js +0 -0
|
@@ -0,0 +1,971 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--border-radius-xs: 2px;
|
|
3
|
+
--border-radius-s: 4px;
|
|
4
|
+
--border-radius-m: 8px;
|
|
5
|
+
--border-radius-l: 12px;
|
|
6
|
+
--border-radius-xl: 16px;
|
|
7
|
+
--border-radius-xxl: 20px;
|
|
8
|
+
--border-radius-3xl: 24px;
|
|
9
|
+
--border-radius-circle: 50%;
|
|
10
|
+
--border-radius-pill: 99px;
|
|
11
|
+
}
|
|
12
|
+
:root {
|
|
13
|
+
--color-static-corpbg-neutral: #bdc0c2;
|
|
14
|
+
--color-static-corpbg-primary: #212a33;
|
|
15
|
+
--color-static-corpbg-secondary: #384048;
|
|
16
|
+
--color-static-corpbg-tertiary: #7a7f85;
|
|
17
|
+
--color-static-graphic-amethyst: #a489aa;
|
|
18
|
+
--color-static-graphic-blackberry: #bfafc6;
|
|
19
|
+
--color-static-graphic-blue-chill: #0f9c8c;
|
|
20
|
+
--color-static-graphic-blue-maya: #7eb3ff;
|
|
21
|
+
--color-static-graphic-blue-moody: #7879cf;
|
|
22
|
+
--color-static-graphic-blue-steel: #4f84ba;
|
|
23
|
+
--color-static-graphic-botticelli: #cee5e5;
|
|
24
|
+
--color-static-graphic-boulder: #7a7a7a;
|
|
25
|
+
--color-static-graphic-brink-pink: #fc617c;
|
|
26
|
+
--color-static-graphic-burnt-sienna: #eb7a58;
|
|
27
|
+
--color-static-graphic-carrot: #e8bba3;
|
|
28
|
+
--color-static-graphic-chatelle: #bfafc6;
|
|
29
|
+
--color-static-graphic-chathams-blue: #155966;
|
|
30
|
+
--color-static-graphic-chick: #f2db9e;
|
|
31
|
+
--color-static-graphic-crete: #847128;
|
|
32
|
+
--color-static-graphic-curious-blue: #2381db;
|
|
33
|
+
--color-static-graphic-curious-blue-light: #3b99d9;
|
|
34
|
+
--color-static-graphic-eastern-blue: #269cb3;
|
|
35
|
+
--color-static-graphic-french-lilac: #d3baed;
|
|
36
|
+
--color-static-graphic-fuel-yellow: #f29d32;
|
|
37
|
+
--color-static-graphic-fun-blue: #1d6ab5;
|
|
38
|
+
--color-static-graphic-gallery: #eee;
|
|
39
|
+
--color-static-graphic-green-jungle: #2fc26e;
|
|
40
|
+
--color-static-graphic-hippie-blue: #5aa4b0;
|
|
41
|
+
--color-static-graphic-jaffa: #f07134;
|
|
42
|
+
--color-static-graphic-jaffa-light: #f18836;
|
|
43
|
+
--color-static-graphic-java: #15c0e0;
|
|
44
|
+
--color-static-graphic-jungle-green: #2ab79a;
|
|
45
|
+
--color-static-graphic-lavender: #8888ad;
|
|
46
|
+
--color-static-graphic-mantis: #63cd4f;
|
|
47
|
+
--color-static-graphic-matisse: #16548f;
|
|
48
|
+
--color-static-graphic-milano-red: #cd1501;
|
|
49
|
+
--color-static-graphic-mirage: #1d2434;
|
|
50
|
+
--color-static-graphic-moon-raker: #e9dbf7;
|
|
51
|
+
--color-static-graphic-moss-green: #a6d29c;
|
|
52
|
+
--color-static-graphic-nevada: #626b75;
|
|
53
|
+
--color-static-graphic-olive: #bfd3c9;
|
|
54
|
+
--color-static-graphic-olivine: #87b965;
|
|
55
|
+
--color-static-graphic-peach: #fcc99b;
|
|
56
|
+
--color-static-graphic-persimmon: #ff5c5c;
|
|
57
|
+
--color-static-graphic-pewter: #96a5a5;
|
|
58
|
+
--color-static-graphic-pickled-bluewood: #2d3f50;
|
|
59
|
+
--color-static-graphic-porsche: #e7b965;
|
|
60
|
+
--color-static-graphic-raspberry: #dfb2bb;
|
|
61
|
+
--color-static-graphic-red-damask: #da713c;
|
|
62
|
+
--color-static-graphic-saffron: #f0c330;
|
|
63
|
+
--color-static-graphic-salomie: #fee984;
|
|
64
|
+
--color-static-graphic-sand: #f6bf65;
|
|
65
|
+
--color-static-graphic-sandy-brown: #f38f6f;
|
|
66
|
+
--color-static-graphic-seawater: #aecfd9;
|
|
67
|
+
--color-static-graphic-serenade: #fff0e3;
|
|
68
|
+
--color-static-graphic-sky: #a6c0db;
|
|
69
|
+
--color-static-graphic-soft-peach: #f3eaeb;
|
|
70
|
+
--color-static-graphic-solitude: #e8f2fe;
|
|
71
|
+
--color-static-graphic-strawberry: #f8b6a9;
|
|
72
|
+
--color-static-graphic-sundust: #d9d6ce;
|
|
73
|
+
--color-static-graphic-turkish-rose: #b56a6b;
|
|
74
|
+
--color-static-graphic-turquoise-blue: #6bd3e6;
|
|
75
|
+
--color-static-graphic-valencia: #d8463b;
|
|
76
|
+
--color-static-graphic-waikawa-gray: #5b6d9c;
|
|
77
|
+
--color-static-graphic-whisper: #f2eff6;
|
|
78
|
+
--color-static-graphic-zanah: #e1f0de;
|
|
79
|
+
--color-static-local-light-blue: #f5f7f9;
|
|
80
|
+
--color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
|
|
81
|
+
--color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
|
|
82
|
+
--color-static-overlay-black-normal: rgba(0, 0, 0, 0.24);
|
|
83
|
+
--color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4);
|
|
84
|
+
--color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08);
|
|
85
|
+
--color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32);
|
|
86
|
+
--color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16);
|
|
87
|
+
--color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24);
|
|
88
|
+
--color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4);
|
|
89
|
+
--color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08);
|
|
90
|
+
--color-static-overlay-white-high: rgba(255, 255, 255, 0.32);
|
|
91
|
+
--color-static-overlay-white-low: rgba(255, 255, 255, 0.16);
|
|
92
|
+
--color-static-overlay-white-normal: rgba(255, 255, 255, 0.24);
|
|
93
|
+
--color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4);
|
|
94
|
+
--color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08);
|
|
95
|
+
--color-static-status-blue: #007aff;
|
|
96
|
+
--color-static-status-green: #13a463;
|
|
97
|
+
--color-static-status-grey: #6d7986;
|
|
98
|
+
--color-static-status-orange: #de6a00;
|
|
99
|
+
--color-static-status-purple: #673ab7;
|
|
100
|
+
--color-static-status-red: #d91d0b;
|
|
101
|
+
--color-static-status-teal: #219187;
|
|
102
|
+
--color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
|
|
103
|
+
--color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
|
|
104
|
+
--color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
|
|
105
|
+
--color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
|
|
106
|
+
--color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
|
|
107
|
+
--color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
|
|
108
|
+
--color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
|
|
109
|
+
}
|
|
110
|
+
:root {
|
|
111
|
+
--color-dark-bg-accent: #ef3124;
|
|
112
|
+
--color-dark-bg-attention-muted: #432000;
|
|
113
|
+
--color-dark-bg-info: #001c3c;
|
|
114
|
+
--color-dark-bg-negative-muted: #410903;
|
|
115
|
+
--color-dark-bg-opaque: rgba(255, 255, 255, 0.6);
|
|
116
|
+
--color-dark-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
117
|
+
--color-dark-bg-positive-muted: #06311e;
|
|
118
|
+
--color-dark-bg-primary: #0b1f35;
|
|
119
|
+
--color-dark-bg-primary-inverted: #fff;
|
|
120
|
+
--color-dark-bg-quaternary: #485767;
|
|
121
|
+
--color-dark-bg-quaternary-inverted: #dbdee1;
|
|
122
|
+
--color-dark-bg-secondary: #233549;
|
|
123
|
+
--color-dark-bg-secondary-inverted: #f3f4f5;
|
|
124
|
+
--color-dark-bg-tertiary: #3c4c5d;
|
|
125
|
+
--color-dark-bg-tertiary-inverted: #e7e9eb;
|
|
126
|
+
--color-dark-border-accent: #ef3124;
|
|
127
|
+
--color-dark-border-key: #fff;
|
|
128
|
+
--color-dark-border-key-inverted: #0b1f35;
|
|
129
|
+
--color-dark-border-link: #007aff;
|
|
130
|
+
--color-dark-border-primary: #485767;
|
|
131
|
+
--color-dark-border-primary-inverted: #dbdee1;
|
|
132
|
+
--color-dark-border-secondary: #3c4c5d;
|
|
133
|
+
--color-dark-border-secondary-inverted: #e7e9eb;
|
|
134
|
+
--color-dark-border-tertiary: #233549;
|
|
135
|
+
--color-dark-border-tertiary-inverted: #f3f4f5;
|
|
136
|
+
--color-dark-border-underline: #6d7986;
|
|
137
|
+
--color-dark-border-underline-inverted: #b6bcc3;
|
|
138
|
+
--color-dark-graphic-accent: #ef3124;
|
|
139
|
+
--color-dark-graphic-attention: #e58933;
|
|
140
|
+
--color-dark-graphic-link: #007aff;
|
|
141
|
+
--color-dark-graphic-negative: #f15045;
|
|
142
|
+
--color-dark-graphic-positive: #2fc26e;
|
|
143
|
+
--color-dark-graphic-primary: #fff;
|
|
144
|
+
--color-dark-graphic-primary-inverted: #0b1f35;
|
|
145
|
+
--color-dark-graphic-quaternary: #485767;
|
|
146
|
+
--color-dark-graphic-quaternary-inverted: #dbdee1;
|
|
147
|
+
--color-dark-graphic-secondary: #b6bcc3;
|
|
148
|
+
--color-dark-graphic-secondary-inverted: #6d7986;
|
|
149
|
+
--color-dark-graphic-tertiary: #6d7986;
|
|
150
|
+
--color-dark-graphic-tertiary-inverted: #b6bcc3;
|
|
151
|
+
--color-dark-specialbg-component: rgba(255, 255, 255, 0.15);
|
|
152
|
+
--color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
|
|
153
|
+
--color-dark-specialbg-nulled: rgba(11, 31, 53, 0);
|
|
154
|
+
--color-dark-specialbg-overlay-fallback: #070707;
|
|
155
|
+
--color-dark-specialbg-primary-grouped: #0b1f35;
|
|
156
|
+
--color-dark-specialbg-secondary-grouped: #233549;
|
|
157
|
+
--color-dark-specialbg-secondary-transparent: rgba(255, 255, 255, 0.1);
|
|
158
|
+
--color-dark-specialbg-secondary-transparent-inverted: rgba(11, 31, 53, 0.05);
|
|
159
|
+
--color-dark-specialbg-tertiary-grouped: #3c4c5d;
|
|
160
|
+
--color-dark-specialbg-tertiary-transparent: rgba(255, 255, 255, 0.2);
|
|
161
|
+
--color-dark-specialbg-tertiary-transparent-inverted: rgba(11, 31, 53, 0.1);
|
|
162
|
+
--color-dark-text-accent: #ef3124;
|
|
163
|
+
--color-dark-text-attention: #de6a00;
|
|
164
|
+
--color-dark-text-disabled: rgba(255, 255, 255, 0.25);
|
|
165
|
+
--color-dark-text-disabled-inverted: rgba(11, 31, 53, 0.15);
|
|
166
|
+
--color-dark-text-link: #007aff;
|
|
167
|
+
--color-dark-text-negative: #d91d0b;
|
|
168
|
+
--color-dark-text-positive: #13a463;
|
|
169
|
+
--color-dark-text-primary: #fff;
|
|
170
|
+
--color-dark-text-primary-inverted: #0b1f35;
|
|
171
|
+
--color-dark-text-secondary: rgba(255, 255, 255, 0.7);
|
|
172
|
+
--color-dark-text-secondary-inverted: rgba(11, 31, 53, 0.7);
|
|
173
|
+
--color-dark-text-tertiary: rgba(255, 255, 255, 0.4);
|
|
174
|
+
--color-dark-text-tertiary-inverted: rgba(11, 31, 53, 0.3);
|
|
175
|
+
--color-light-bg-accent: #ef3124;
|
|
176
|
+
--color-light-bg-attention-muted: #fff3e0;
|
|
177
|
+
--color-light-bg-info: #d6e8fc;
|
|
178
|
+
--color-light-bg-negative-muted: #feebea;
|
|
179
|
+
--color-light-bg-opaque: rgba(255, 255, 255, 0.6);
|
|
180
|
+
--color-light-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
181
|
+
--color-light-bg-positive-muted: #ebf9f1;
|
|
182
|
+
--color-light-bg-primary: #fff;
|
|
183
|
+
--color-light-bg-primary-inverted: #0b1f35;
|
|
184
|
+
--color-light-bg-quaternary: #dbdee1;
|
|
185
|
+
--color-light-bg-quaternary-inverted: #485767;
|
|
186
|
+
--color-light-bg-secondary: #f3f4f5;
|
|
187
|
+
--color-light-bg-secondary-inverted: #233549;
|
|
188
|
+
--color-light-bg-tertiary: #e7e9eb;
|
|
189
|
+
--color-light-bg-tertiary-inverted: #3c4c5d;
|
|
190
|
+
--color-light-border-accent: #ef3124;
|
|
191
|
+
--color-light-border-key: #0b1f35;
|
|
192
|
+
--color-light-border-key-inverted: #fff;
|
|
193
|
+
--color-light-border-link: #007aff;
|
|
194
|
+
--color-light-border-primary: #dbdee1;
|
|
195
|
+
--color-light-border-primary-inverted: #485767;
|
|
196
|
+
--color-light-border-secondary: #e7e9eb;
|
|
197
|
+
--color-light-border-secondary-inverted: #3c4c5d;
|
|
198
|
+
--color-light-border-tertiary: #f3f4f5;
|
|
199
|
+
--color-light-border-tertiary-inverted: #233549;
|
|
200
|
+
--color-light-border-underline: #b6bcc3;
|
|
201
|
+
--color-light-border-underline-inverted: #6d7986;
|
|
202
|
+
--color-light-graphic-accent: #ef3124;
|
|
203
|
+
--color-light-graphic-attention: #e58933;
|
|
204
|
+
--color-light-graphic-link: #007aff;
|
|
205
|
+
--color-light-graphic-negative: #f15045;
|
|
206
|
+
--color-light-graphic-positive: #2fc26e;
|
|
207
|
+
--color-light-graphic-primary: #0b1f35;
|
|
208
|
+
--color-light-graphic-primary-inverted: #fff;
|
|
209
|
+
--color-light-graphic-quaternary: #dbdee1;
|
|
210
|
+
--color-light-graphic-quaternary-inverted: #485767;
|
|
211
|
+
--color-light-graphic-secondary: #6d7986;
|
|
212
|
+
--color-light-graphic-secondary-inverted: #b6bcc3;
|
|
213
|
+
--color-light-graphic-tertiary: #b6bcc3;
|
|
214
|
+
--color-light-graphic-tertiary-inverted: #6d7986;
|
|
215
|
+
--color-light-specialbg-component: rgba(11, 31, 53, 0.07);
|
|
216
|
+
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.15);
|
|
217
|
+
--color-light-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
218
|
+
--color-light-specialbg-overlay-fallback: #5c5c5c;
|
|
219
|
+
--color-light-specialbg-primary-grouped: #f3f4f5;
|
|
220
|
+
--color-light-specialbg-secondary-grouped: #fff;
|
|
221
|
+
--color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
|
|
222
|
+
--color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.1);
|
|
223
|
+
--color-light-specialbg-tertiary-grouped: #f3f4f5;
|
|
224
|
+
--color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
|
|
225
|
+
--color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.2);
|
|
226
|
+
--color-light-text-accent: #ef3124;
|
|
227
|
+
--color-light-text-attention: #de6a00;
|
|
228
|
+
--color-light-text-disabled: rgba(11, 31, 53, 0.15);
|
|
229
|
+
--color-light-text-disabled-inverted: rgba(255, 255, 255, 0.25);
|
|
230
|
+
--color-light-text-link: #007aff;
|
|
231
|
+
--color-light-text-negative: #d91d0b;
|
|
232
|
+
--color-light-text-positive: #13a463;
|
|
233
|
+
--color-light-text-primary: #0b1f35;
|
|
234
|
+
--color-light-text-primary-inverted: #fff;
|
|
235
|
+
--color-light-text-secondary: rgba(11, 31, 53, 0.7);
|
|
236
|
+
--color-light-text-secondary-inverted: rgba(255, 255, 255, 0.7);
|
|
237
|
+
--color-light-text-tertiary: rgba(11, 31, 53, 0.3);
|
|
238
|
+
--color-light-text-tertiary-inverted: rgba(255, 255, 255, 0.4);
|
|
239
|
+
--color-static-bg-accent: #ef3124;
|
|
240
|
+
--color-static-bg-primary-dark: #0b1f35;
|
|
241
|
+
--color-static-bg-primary-light: #fff;
|
|
242
|
+
--color-static-bg-quaternary-dark: #485767;
|
|
243
|
+
--color-static-bg-quaternary-light: #dbdee1;
|
|
244
|
+
--color-static-bg-secondary-dark: #233549;
|
|
245
|
+
--color-static-bg-secondary-light: #f3f4f5;
|
|
246
|
+
--color-static-bg-tertiary-dark: #3c4c5d;
|
|
247
|
+
--color-static-bg-tertiary-light: #e7e9eb;
|
|
248
|
+
--color-static-border-accent: #ef3124;
|
|
249
|
+
--color-static-graphic-accent: #ef3124;
|
|
250
|
+
--color-static-graphic-dark: #0b1f35;
|
|
251
|
+
--color-static-graphic-light: #fff;
|
|
252
|
+
--color-static-text-accent: #ef3124;
|
|
253
|
+
--color-static-text-primary-dark: #0b1f35;
|
|
254
|
+
--color-static-text-primary-light: #fff;
|
|
255
|
+
--color-static-text-secondary-dark: rgba(11, 31, 53, 0.6);
|
|
256
|
+
--color-static-text-secondary-light: rgba(255, 255, 255, 0.7);
|
|
257
|
+
--color-static-text-tertiary-dark: rgba(11, 31, 53, 0.3);
|
|
258
|
+
--color-static-text-tertiary-light: rgba(255, 255, 255, 0.4);
|
|
259
|
+
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
260
|
+
--color-dark-bg-accent-shade-15: rgb(203, 42, 31);
|
|
261
|
+
--color-dark-bg-accent-shade-20: rgb(191, 39, 29);
|
|
262
|
+
--color-dark-bg-accent-tint-7: rgb(240, 63, 51);
|
|
263
|
+
--color-dark-bg-accent-tint-10: rgb(241, 70, 58);
|
|
264
|
+
--color-dark-bg-accent-tint-15: rgb(241, 80, 69);
|
|
265
|
+
--color-dark-bg-accent-tint-30: rgb(244, 111, 102);
|
|
266
|
+
--color-dark-bg-primary-alpha-4: rgba(11, 31, 53, 0.04);
|
|
267
|
+
--color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
|
|
268
|
+
--color-dark-bg-primary-alpha-12: rgba(11, 31, 53, 0.12);
|
|
269
|
+
--color-dark-bg-primary-alpha-15: rgba(11, 31, 53, 0.15);
|
|
270
|
+
--color-dark-bg-primary-alpha-16: rgba(11, 31, 53, 0.16);
|
|
271
|
+
--color-dark-bg-primary-alpha-20: rgba(11, 31, 53, 0.2);
|
|
272
|
+
--color-dark-bg-primary-alpha-32: rgba(11, 31, 53, 0.32);
|
|
273
|
+
--color-dark-bg-primary-alpha-37: rgba(11, 31, 53, 0.37);
|
|
274
|
+
--color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
|
|
275
|
+
--color-dark-bg-primary-tint-7: rgb(28, 47, 67);
|
|
276
|
+
--color-dark-bg-primary-tint-15: rgb(48, 65, 83);
|
|
277
|
+
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
|
|
278
|
+
--color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
|
|
279
|
+
--color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
|
|
280
|
+
--color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
|
|
281
|
+
--color-dark-bg-primary-inverted-alpha-8: rgba(255, 255, 255, 0.08);
|
|
282
|
+
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
|
|
283
|
+
--color-dark-bg-primary-inverted-alpha-12: rgba(255, 255, 255, 0.12);
|
|
284
|
+
--color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
|
|
285
|
+
--color-dark-bg-primary-inverted-alpha-16: rgba(255, 255, 255, 0.16);
|
|
286
|
+
--color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
|
|
287
|
+
--color-dark-bg-primary-inverted-alpha-24: rgba(255, 255, 255, 0.24);
|
|
288
|
+
--color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
289
|
+
--color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32);
|
|
290
|
+
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
291
|
+
--color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
|
|
292
|
+
--color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
293
|
+
--color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
294
|
+
--color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
|
|
295
|
+
--color-dark-bg-quaternary-alpha-30: rgba(72, 87, 103, 0.3);
|
|
296
|
+
--color-dark-bg-quaternary-tint-7: rgb(85, 99, 114);
|
|
297
|
+
--color-dark-bg-quaternary-tint-10: rgb(90, 104, 118);
|
|
298
|
+
--color-dark-bg-quaternary-tint-15: rgb(99, 112, 126);
|
|
299
|
+
--color-dark-bg-quaternary-tint-30: rgb(127, 137, 149);
|
|
300
|
+
--color-dark-bg-quaternary-inverted-alpha-30: rgba(219, 222, 225, 0.3);
|
|
301
|
+
--color-dark-bg-quaternary-inverted-shade-15: rgb(186, 189, 191);
|
|
302
|
+
--color-dark-bg-quaternary-inverted-shade-20: rgb(175, 178, 180);
|
|
303
|
+
--color-dark-bg-secondary-alpha-30: rgba(35, 53, 73, 0.3);
|
|
304
|
+
--color-dark-bg-secondary-shade-15: rgb(30, 45, 62);
|
|
305
|
+
--color-dark-bg-secondary-shade-20: rgb(28, 42, 58);
|
|
306
|
+
--color-dark-bg-secondary-tint-7: rgb(50, 67, 86);
|
|
307
|
+
--color-dark-bg-secondary-tint-15: rgb(68, 83, 100);
|
|
308
|
+
--color-dark-bg-secondary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
|
|
309
|
+
--color-dark-bg-secondary-inverted-shade-15: rgb(207, 207, 208);
|
|
310
|
+
--color-dark-bg-secondary-inverted-shade-20: rgb(194, 195, 196);
|
|
311
|
+
--color-dark-bg-secondary-inverted-tint-7: rgb(244, 245, 246);
|
|
312
|
+
--color-dark-bg-secondary-inverted-tint-15: rgb(245, 246, 246);
|
|
313
|
+
--color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
|
|
314
|
+
--color-dark-border-underline-alpha-30: rgba(109, 121, 134, 0.3);
|
|
315
|
+
--color-dark-border-underline-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
316
|
+
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
317
|
+
--color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
|
|
318
|
+
--color-dark-graphic-accent-tint-7: rgb(240, 63, 51);
|
|
319
|
+
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
320
|
+
--color-dark-graphic-accent-tint-15: rgb(241, 80, 69);
|
|
321
|
+
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
322
|
+
--color-dark-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
323
|
+
--color-dark-graphic-negative-shade-20: rgb(193, 64, 55);
|
|
324
|
+
--color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
325
|
+
--color-dark-graphic-negative-tint-7: rgb(242, 92, 82);
|
|
326
|
+
--color-dark-graphic-negative-tint-15: rgb(243, 106, 97);
|
|
327
|
+
--color-dark-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
328
|
+
--color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
|
|
329
|
+
--color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
|
|
330
|
+
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
331
|
+
--color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
332
|
+
--color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
|
|
333
|
+
--color-dark-graphic-primary-alpha-60: rgba(255, 255, 255, 0.6);
|
|
334
|
+
--color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
|
|
335
|
+
--color-dark-graphic-primary-shade-20: rgb(204, 204, 204);
|
|
336
|
+
--color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
|
|
337
|
+
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
|
|
338
|
+
--color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
|
|
339
|
+
--color-dark-graphic-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
340
|
+
--color-dark-graphic-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
341
|
+
--color-dark-graphic-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
|
|
342
|
+
--color-dark-graphic-primary-inverted-alpha-60: rgba(11, 31, 53, 0.6);
|
|
343
|
+
--color-dark-graphic-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
344
|
+
--color-dark-graphic-primary-inverted-tint-10: rgb(35, 53, 73);
|
|
345
|
+
--color-dark-graphic-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
346
|
+
--color-dark-graphic-primary-inverted-tint-30: rgb(84, 98, 114);
|
|
347
|
+
--color-dark-graphic-quaternary-tint-10: rgb(90, 104, 118);
|
|
348
|
+
--color-dark-graphic-secondary-alpha-30: rgba(182, 188, 195, 0.3);
|
|
349
|
+
--color-dark-graphic-secondary-tint-30: rgb(204, 208, 213);
|
|
350
|
+
--color-dark-graphic-secondary-tint-50: rgb(219, 222, 225);
|
|
351
|
+
--color-dark-graphic-secondary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
352
|
+
--color-dark-graphic-secondary-inverted-shade-15: rgb(93, 103, 114);
|
|
353
|
+
--color-dark-graphic-secondary-inverted-shade-20: rgb(87, 97, 107);
|
|
354
|
+
--color-dark-graphic-secondary-inverted-tint-10: rgb(124, 134, 146);
|
|
355
|
+
--color-dark-graphic-secondary-inverted-tint-30: rgb(153, 161, 170);
|
|
356
|
+
--color-dark-graphic-tertiary-alpha-30: rgba(109, 121, 134, 0.3);
|
|
357
|
+
--color-dark-graphic-tertiary-shade-15: rgb(93, 103, 114);
|
|
358
|
+
--color-dark-graphic-tertiary-shade-20: rgb(87, 97, 107);
|
|
359
|
+
--color-dark-graphic-tertiary-tint-7: rgb(119, 130, 142);
|
|
360
|
+
--color-dark-graphic-tertiary-tint-15: rgb(131, 141, 152);
|
|
361
|
+
--color-dark-graphic-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
362
|
+
--color-dark-graphic-tertiary-inverted-shade-15: rgb(155, 160, 166);
|
|
363
|
+
--color-dark-graphic-tertiary-inverted-shade-20: rgb(146, 150, 156);
|
|
364
|
+
--color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.2095);
|
|
365
|
+
--color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.235);
|
|
366
|
+
--color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.2775);
|
|
367
|
+
--color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.405);
|
|
368
|
+
--color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02);
|
|
369
|
+
--color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14);
|
|
370
|
+
--color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23);
|
|
371
|
+
--color-dark-specialbg-component-alpha-30: rgba(255, 255, 255, 0.3);
|
|
372
|
+
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
373
|
+
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
374
|
+
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
375
|
+
--color-dark-text-link-shade-30: rgb(0, 85, 179);
|
|
376
|
+
--color-dark-text-link-shade-50: rgb(0, 61, 128);
|
|
377
|
+
--color-dark-text-link-tint-20: rgb(51, 149, 255);
|
|
378
|
+
--color-dark-text-link-tint-40: rgb(102, 175, 255);
|
|
379
|
+
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
380
|
+
--color-dark-text-primary-shade-30: rgb(179, 179, 179);
|
|
381
|
+
--color-dark-text-primary-shade-50: rgb(128, 128, 128);
|
|
382
|
+
--color-dark-text-primary-tint-20: rgb(255, 255, 255);
|
|
383
|
+
--color-dark-text-primary-tint-40: rgb(255, 255, 255);
|
|
384
|
+
--color-dark-text-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
385
|
+
--color-dark-text-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
386
|
+
--color-dark-text-primary-inverted-shade-20: rgb(9, 25, 42);
|
|
387
|
+
--color-dark-text-primary-inverted-shade-30: rgb(8, 22, 37);
|
|
388
|
+
--color-dark-text-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
389
|
+
--color-dark-text-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
390
|
+
--color-dark-text-primary-inverted-tint-30: rgb(84, 98, 114);
|
|
391
|
+
--color-dark-text-primary-inverted-tint-50: rgb(133, 143, 154);
|
|
392
|
+
--color-dark-text-secondary-shade-20: rgba(204, 204, 204, 0.76);
|
|
393
|
+
--color-dark-text-secondary-shade-30: rgba(179, 179, 179, 0.79);
|
|
394
|
+
--color-dark-text-secondary-tint-20: rgba(255, 255, 255, 0.76);
|
|
395
|
+
--color-dark-text-secondary-tint-40: rgba(255, 255, 255, 0.82);
|
|
396
|
+
--color-dark-text-secondary-inverted-shade-20: rgba(9, 25, 42, 0.76);
|
|
397
|
+
--color-dark-text-secondary-inverted-shade-30: rgba(8, 22, 37, 0.79);
|
|
398
|
+
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
399
|
+
--color-light-bg-accent-tint-15: rgb(241, 80, 69);
|
|
400
|
+
--color-light-bg-accent-tint-20: rgb(242, 90, 80);
|
|
401
|
+
--color-light-bg-accent-shade-7: rgb(222, 46, 33);
|
|
402
|
+
--color-light-bg-accent-shade-10: rgb(215, 44, 32);
|
|
403
|
+
--color-light-bg-accent-shade-15: rgb(203, 42, 31);
|
|
404
|
+
--color-light-bg-accent-shade-30: rgb(167, 34, 25);
|
|
405
|
+
--color-light-bg-primary-alpha-4: rgba(255, 255, 255, 0.04);
|
|
406
|
+
--color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
|
|
407
|
+
--color-light-bg-primary-alpha-12: rgba(255, 255, 255, 0.12);
|
|
408
|
+
--color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15);
|
|
409
|
+
--color-light-bg-primary-alpha-16: rgba(255, 255, 255, 0.16);
|
|
410
|
+
--color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2);
|
|
411
|
+
--color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
|
|
412
|
+
--color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
|
|
413
|
+
--color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
414
|
+
--color-light-bg-primary-shade-7: rgb(237, 237, 237);
|
|
415
|
+
--color-light-bg-primary-shade-15: rgb(217, 217, 217);
|
|
416
|
+
--color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
|
|
417
|
+
--color-light-bg-primary-inverted-alpha-4: rgba(11, 31, 53, 0.04);
|
|
418
|
+
--color-light-bg-primary-inverted-alpha-5: rgba(11, 31, 53, 0.05);
|
|
419
|
+
--color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
|
|
420
|
+
--color-light-bg-primary-inverted-alpha-8: rgba(11, 31, 53, 0.08);
|
|
421
|
+
--color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
|
|
422
|
+
--color-light-bg-primary-inverted-alpha-12: rgba(11, 31, 53, 0.12);
|
|
423
|
+
--color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
|
|
424
|
+
--color-light-bg-primary-inverted-alpha-16: rgba(11, 31, 53, 0.16);
|
|
425
|
+
--color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
|
|
426
|
+
--color-light-bg-primary-inverted-alpha-24: rgba(11, 31, 53, 0.24);
|
|
427
|
+
--color-light-bg-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
428
|
+
--color-light-bg-primary-inverted-alpha-32: rgba(11, 31, 53, 0.32);
|
|
429
|
+
--color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
430
|
+
--color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
|
|
431
|
+
--color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
432
|
+
--color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
433
|
+
--color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
|
|
434
|
+
--color-light-bg-quaternary-alpha-30: rgba(219, 222, 225, 0.3);
|
|
435
|
+
--color-light-bg-quaternary-shade-7: rgb(204, 206, 209);
|
|
436
|
+
--color-light-bg-quaternary-shade-10: rgb(197, 200, 203);
|
|
437
|
+
--color-light-bg-quaternary-shade-15: rgb(186, 189, 191);
|
|
438
|
+
--color-light-bg-quaternary-shade-30: rgb(153, 155, 157);
|
|
439
|
+
--color-light-bg-quaternary-inverted-alpha-30: rgba(72, 87, 103, 0.3);
|
|
440
|
+
--color-light-bg-quaternary-inverted-tint-15: rgb(99, 112, 126);
|
|
441
|
+
--color-light-bg-quaternary-inverted-tint-20: rgb(109, 121, 133);
|
|
442
|
+
--color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
|
|
443
|
+
--color-light-bg-secondary-tint-15: rgb(245, 246, 246);
|
|
444
|
+
--color-light-bg-secondary-tint-20: rgb(245, 246, 247);
|
|
445
|
+
--color-light-bg-secondary-shade-7: rgb(226, 227, 228);
|
|
446
|
+
--color-light-bg-secondary-shade-15: rgb(207, 207, 208);
|
|
447
|
+
--color-light-bg-secondary-inverted-alpha-30: rgba(35, 53, 73, 0.3);
|
|
448
|
+
--color-light-bg-secondary-inverted-tint-15: rgb(68, 83, 100);
|
|
449
|
+
--color-light-bg-secondary-inverted-tint-20: rgb(79, 93, 109);
|
|
450
|
+
--color-light-bg-secondary-inverted-shade-7: rgb(33, 49, 68);
|
|
451
|
+
--color-light-bg-secondary-inverted-shade-15: rgb(30, 45, 62);
|
|
452
|
+
--color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
|
|
453
|
+
--color-light-border-underline-alpha-30: rgba(182, 188, 195, 0.3);
|
|
454
|
+
--color-light-border-underline-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
455
|
+
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
456
|
+
--color-light-graphic-accent-tint-15: rgb(241, 80, 69);
|
|
457
|
+
--color-light-graphic-accent-shade-7: rgb(222, 46, 33);
|
|
458
|
+
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
459
|
+
--color-light-graphic-accent-shade-15: rgb(203, 42, 31);
|
|
460
|
+
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
461
|
+
--color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
462
|
+
--color-light-graphic-negative-tint-20: rgb(244, 115, 106);
|
|
463
|
+
--color-light-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
464
|
+
--color-light-graphic-negative-shade-7: rgb(224, 74, 64);
|
|
465
|
+
--color-light-graphic-negative-shade-15: rgb(205, 68, 59);
|
|
466
|
+
--color-light-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
467
|
+
--color-light-graphic-positive-shade-10: rgb(42, 175, 99);
|
|
468
|
+
--color-light-graphic-positive-shade-30: rgb(33, 136, 77);
|
|
469
|
+
--color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
470
|
+
--color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
|
|
471
|
+
--color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
|
|
472
|
+
--color-light-graphic-primary-alpha-60: rgba(11, 31, 53, 0.6);
|
|
473
|
+
--color-light-graphic-primary-tint-15: rgb(48, 65, 83);
|
|
474
|
+
--color-light-graphic-primary-tint-20: rgb(60, 76, 93);
|
|
475
|
+
--color-light-graphic-primary-tint-30: rgb(84, 98, 114);
|
|
476
|
+
--color-light-graphic-primary-shade-10: rgb(10, 28, 48);
|
|
477
|
+
--color-light-graphic-primary-shade-30: rgb(8, 22, 37);
|
|
478
|
+
--color-light-graphic-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
479
|
+
--color-light-graphic-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
480
|
+
--color-light-graphic-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
|
|
481
|
+
--color-light-graphic-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6);
|
|
482
|
+
--color-light-graphic-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
483
|
+
--color-light-graphic-primary-inverted-shade-10: rgb(230, 230, 230);
|
|
484
|
+
--color-light-graphic-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
485
|
+
--color-light-graphic-primary-inverted-shade-30: rgb(179, 179, 179);
|
|
486
|
+
--color-light-graphic-quaternary-shade-10: rgb(197, 200, 203);
|
|
487
|
+
--color-light-graphic-secondary-alpha-30: rgba(109, 121, 134, 0.3);
|
|
488
|
+
--color-light-graphic-secondary-shade-30: rgb(76, 85, 94);
|
|
489
|
+
--color-light-graphic-secondary-shade-50: rgb(55, 61, 67);
|
|
490
|
+
--color-light-graphic-secondary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
491
|
+
--color-light-graphic-secondary-inverted-tint-15: rgb(193, 198, 204);
|
|
492
|
+
--color-light-graphic-secondary-inverted-tint-20: rgb(197, 201, 207);
|
|
493
|
+
--color-light-graphic-secondary-inverted-shade-10: rgb(164, 169, 176);
|
|
494
|
+
--color-light-graphic-secondary-inverted-shade-30: rgb(127, 132, 136);
|
|
495
|
+
--color-light-graphic-tertiary-alpha-30: rgba(182, 188, 195, 0.3);
|
|
496
|
+
--color-light-graphic-tertiary-tint-15: rgb(193, 198, 204);
|
|
497
|
+
--color-light-graphic-tertiary-tint-20: rgb(197, 201, 207);
|
|
498
|
+
--color-light-graphic-tertiary-shade-7: rgb(169, 175, 181);
|
|
499
|
+
--color-light-graphic-tertiary-shade-15: rgb(155, 160, 166);
|
|
500
|
+
--color-light-graphic-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
501
|
+
--color-light-graphic-tertiary-inverted-tint-15: rgb(131, 141, 152);
|
|
502
|
+
--color-light-graphic-tertiary-inverted-tint-20: rgb(138, 148, 158);
|
|
503
|
+
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
504
|
+
--color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
|
|
505
|
+
--color-light-specialbg-component-shade-15: rgba(9, 26, 45, 0.2095);
|
|
506
|
+
--color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
|
|
507
|
+
--color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02);
|
|
508
|
+
--color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14);
|
|
509
|
+
--color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23);
|
|
510
|
+
--color-light-specialbg-component-alpha-30: rgba(11, 31, 53, 0.3);
|
|
511
|
+
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
512
|
+
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
|
|
513
|
+
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.32);
|
|
514
|
+
--color-light-text-link-tint-30: rgb(77, 162, 255);
|
|
515
|
+
--color-light-text-link-tint-50: rgb(128, 189, 255);
|
|
516
|
+
--color-light-text-link-shade-20: rgb(0, 98, 204);
|
|
517
|
+
--color-light-text-link-shade-40: rgb(0, 73, 153);
|
|
518
|
+
--color-light-text-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
519
|
+
--color-light-text-primary-tint-30: rgb(84, 98, 114);
|
|
520
|
+
--color-light-text-primary-tint-50: rgb(133, 143, 154);
|
|
521
|
+
--color-light-text-primary-shade-20: rgb(9, 25, 42);
|
|
522
|
+
--color-light-text-primary-shade-40: rgb(7, 19, 32);
|
|
523
|
+
--color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
524
|
+
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
525
|
+
--color-light-text-primary-inverted-tint-20: rgb(255, 255, 255);
|
|
526
|
+
--color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
|
|
527
|
+
--color-light-text-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
528
|
+
--color-light-text-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
529
|
+
--color-light-text-primary-inverted-shade-30: rgb(179, 179, 179);
|
|
530
|
+
--color-light-text-primary-inverted-shade-50: rgb(128, 128, 128);
|
|
531
|
+
--color-light-text-secondary-tint-20: rgba(60, 76, 93, 0.76);
|
|
532
|
+
--color-light-text-secondary-tint-30: rgba(84, 98, 114, 0.79);
|
|
533
|
+
--color-light-text-secondary-shade-20: rgba(9, 25, 42, 0.76);
|
|
534
|
+
--color-light-text-secondary-shade-40: rgba(7, 19, 32, 0.82);
|
|
535
|
+
--color-light-text-secondary-inverted-tint-20: rgba(255, 255, 255, 0.76);
|
|
536
|
+
--color-light-text-secondary-inverted-tint-30: rgba(255, 255, 255, 0.79);
|
|
537
|
+
--color-static-bg-primary-dark-alpha-10: rgba(11, 31, 53, 0.1);
|
|
538
|
+
--color-static-bg-primary-dark-alpha-20: rgba(11, 31, 53, 0.2);
|
|
539
|
+
--color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
|
|
540
|
+
}
|
|
541
|
+
:root {
|
|
542
|
+
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
|
|
543
|
+
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
|
|
544
|
+
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
545
|
+
--color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
546
|
+
--color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
547
|
+
--color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
|
|
548
|
+
--color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
549
|
+
--color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
|
|
550
|
+
--color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
|
|
551
|
+
--color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
|
|
552
|
+
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
553
|
+
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
554
|
+
--color-static-primary-dark: rgba(0, 0, 0, 0.8);
|
|
555
|
+
--color-static-primary-light: rgba(255, 255, 255, 0.8);
|
|
556
|
+
--color-static-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
557
|
+
--color-static-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
558
|
+
--color-static-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
559
|
+
--color-static-quinary-light: rgba(255, 255, 255, 0.16);
|
|
560
|
+
--color-static-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
561
|
+
--color-static-secondary-light: rgba(255, 255, 255, 0.64);
|
|
562
|
+
--color-static-senary-dark: rgba(0, 0, 0, 0.12);
|
|
563
|
+
--color-static-senary-light: rgba(255, 255, 255, 0.12);
|
|
564
|
+
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
565
|
+
--color-static-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
566
|
+
}
|
|
567
|
+
:root {
|
|
568
|
+
--color-static-brand-primary: #5faf2d;
|
|
569
|
+
--color-static-brand-secondary: #00afff;
|
|
570
|
+
}
|
|
571
|
+
:root {
|
|
572
|
+
--color-dark-indigo: #0b1f35;
|
|
573
|
+
--color-dark-indigo-60: rgba(11, 31, 53, 0.6);
|
|
574
|
+
--color-dark-indigo-30: rgba(11, 31, 53, 0.3);
|
|
575
|
+
--color-dark-indigo-15: rgba(11, 31, 53, 0.15);
|
|
576
|
+
--color-dark-indigo-10: rgba(11, 31, 53, 0.1);
|
|
577
|
+
--color-dark-indigo-07: rgba(11, 31, 53, 0.07);
|
|
578
|
+
--color-dark-indigo-05: rgba(11, 31, 53, 0.05);
|
|
579
|
+
--color-dark-indigo-60-flat: #6d7986;
|
|
580
|
+
--color-dark-indigo-30-flat: #b6bcc3;
|
|
581
|
+
--color-dark-indigo-15-flat: #dbdee1;
|
|
582
|
+
--color-dark-indigo-10-flat: #e7e9eb;
|
|
583
|
+
--color-dark-indigo-07-flat: #eeeff1;
|
|
584
|
+
--color-dark-indigo-05-flat: #f3f4f5;
|
|
585
|
+
--color-red-brand: #ef3124;
|
|
586
|
+
--color-red-brand-85: rgba(239, 49, 36, 0.85);
|
|
587
|
+
--color-red-brand-70: rgba(239, 49, 36, 0.7);
|
|
588
|
+
--color-red-brand-50: rgba(239, 49, 36, 0.5);
|
|
589
|
+
--color-red-brand-30: rgba(239, 49, 36, 0.3);
|
|
590
|
+
--color-red-brand-20: rgba(239, 49, 36, 0.2);
|
|
591
|
+
--color-red-brand-10: rgba(239, 49, 36, 0.1);
|
|
592
|
+
--color-red-brand-85-flat: #f15045;
|
|
593
|
+
--color-red-brand-70-flat: #f46f66;
|
|
594
|
+
--color-red-brand-50-flat: #f69791;
|
|
595
|
+
--color-red-brand-30-flat: #fbc2bd;
|
|
596
|
+
--color-red-brand-20-flat: #fcd6d3;
|
|
597
|
+
--color-red-brand-10-flat: #feebea;
|
|
598
|
+
--color-red-brand-05-flat: #fef5f4;
|
|
599
|
+
--color-red-dark: #d91d0b;
|
|
600
|
+
--color-red-error: #ff5c5c;
|
|
601
|
+
--color-green-text: #13a463;
|
|
602
|
+
--color-green-text-60: rgba(19, 164, 99, 0.6);
|
|
603
|
+
--color-green-text-60-flat: #71c8a1;
|
|
604
|
+
--color-green-done: #2fc26e;
|
|
605
|
+
--color-green-done-20: rgba(47, 194, 110, 0.2);
|
|
606
|
+
--color-green-done-10: rgba(47, 194, 110, 0.1);
|
|
607
|
+
--color-green-done-05: rgba(47, 194, 110, 0.05);
|
|
608
|
+
--color-green-done-20-flat: #d5f3e2;
|
|
609
|
+
--color-green-done-10-flat: #ebf9f1;
|
|
610
|
+
--color-green-done-05-flat: #f4fcf7;
|
|
611
|
+
--color-blue-action: #0e60b9;
|
|
612
|
+
--color-blue-swipe-a: #2670c6;
|
|
613
|
+
--color-blue-swipe-b: #3781d8;
|
|
614
|
+
--color-blue-swipe-c: #4a90e2;
|
|
615
|
+
--color-blue-link-mobile: #007aff;
|
|
616
|
+
--color-blue-link-mobile-10: rgba(0, 122, 255, 0.1);
|
|
617
|
+
--color-blue-link-mobile-10-flat: #e6f2ff;
|
|
618
|
+
--color-blue-link-web: #0f62fe;
|
|
619
|
+
--color-sand: #f6bf65;
|
|
620
|
+
--color-lavender: #8888ad;
|
|
621
|
+
--color-amethyst: #a489aa;
|
|
622
|
+
--color-black: #000;
|
|
623
|
+
--color-black-60: rgba(0, 0, 0, 0.6);
|
|
624
|
+
--color-black-30: rgba(0, 0, 0, 0.3);
|
|
625
|
+
--color-black-10: rgba(0, 0, 0, 0.1);
|
|
626
|
+
--color-black-60-flat: #666;
|
|
627
|
+
--color-black-30-flat: #b3b3b3;
|
|
628
|
+
--color-black-10-flat: #e6e6e6;
|
|
629
|
+
--color-white: #fff;
|
|
630
|
+
--color-white-60: rgba(255, 255, 255, 0.6);
|
|
631
|
+
--color-white-30: rgba(255, 255, 255, 0.3);
|
|
632
|
+
--color-white-10: rgba(255, 255, 255, 0.1);
|
|
633
|
+
--color-bg-corporate: #212a33;
|
|
634
|
+
--color-bg-corporate-90: rgba(33, 42, 51, 0.9);
|
|
635
|
+
--color-bg-corporate-60: rgba(33, 42, 51, 0.6);
|
|
636
|
+
--color-bg-corporate-30: rgba(33, 42, 51, 0.3);
|
|
637
|
+
--color-bg-corporate-90-flat: #384048;
|
|
638
|
+
--color-bg-corporate-60-flat: #7a7f85;
|
|
639
|
+
--color-bg-corporate-30-flat: #bdc0c2;
|
|
640
|
+
--color-light-blue: #f5f7f9;
|
|
641
|
+
}
|
|
642
|
+
:root {
|
|
643
|
+
--gap-3xs: 2px;
|
|
644
|
+
--gap-2xs: 4px;
|
|
645
|
+
--gap-xs: 8px;
|
|
646
|
+
--gap-s: 12px;
|
|
647
|
+
--gap-m: 16px;
|
|
648
|
+
--gap-l: 20px;
|
|
649
|
+
--gap-xl: 24px;
|
|
650
|
+
--gap-2xl: 32px;
|
|
651
|
+
--gap-3xl: 40px;
|
|
652
|
+
--gap-4xl: 48px;
|
|
653
|
+
--gap-5xl: 64px;
|
|
654
|
+
--gap-6xl: 72px;
|
|
655
|
+
--gap-7xl: 96px;
|
|
656
|
+
--gap-8xl: 128px;
|
|
657
|
+
--gap-3xs-neg: -2px;
|
|
658
|
+
--gap-2xs-neg: -4px;
|
|
659
|
+
--gap-xs-neg: -8px;
|
|
660
|
+
--gap-s-neg: -12px;
|
|
661
|
+
--gap-m-neg: -16px;
|
|
662
|
+
--gap-l-neg: -20px;
|
|
663
|
+
--gap-xl-neg: -24px;
|
|
664
|
+
--gap-2xl-neg: -32px;
|
|
665
|
+
--gap-3xl-neg: -40px;
|
|
666
|
+
--gap-4xl-neg: -48px;
|
|
667
|
+
--gap-5xl-neg: -64px;
|
|
668
|
+
--gap-6xl-neg: -72px;
|
|
669
|
+
--gap-7xl-neg: -96px;
|
|
670
|
+
--gap-8xl-neg: -128px;
|
|
671
|
+
}
|
|
672
|
+
:root {
|
|
673
|
+
--shadow-xs: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04);
|
|
674
|
+
--shadow-s: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
675
|
+
--shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
676
|
+
--shadow-l: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
|
|
677
|
+
--shadow-xl: 0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32);
|
|
678
|
+
|
|
679
|
+
/* Hard */
|
|
680
|
+
--shadow-xs-hard: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
|
|
681
|
+
0 2px 4px rgba(11, 31, 53, 0.16);
|
|
682
|
+
--shadow-s-hard: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08),
|
|
683
|
+
0 4px 8px rgba(11, 31, 53, 0.16);
|
|
684
|
+
--shadow-m-hard: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
|
|
685
|
+
0 8px 16px rgba(11, 31, 53, 0.16);
|
|
686
|
+
--shadow-l-hard: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24),
|
|
687
|
+
0 12px 24px rgba(11, 31, 53, 0.16);
|
|
688
|
+
--shadow-xl-hard: 0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32),
|
|
689
|
+
0 16px 32px rgba(11, 31, 53, 0.16);
|
|
690
|
+
|
|
691
|
+
/* Up */
|
|
692
|
+
--shadow-xs-up: 0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04);
|
|
693
|
+
--shadow-s-up: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
694
|
+
--shadow-m-up: 0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16);
|
|
695
|
+
--shadow-l-up: 0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24);
|
|
696
|
+
--shadow-xl-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32);
|
|
697
|
+
|
|
698
|
+
/* Hard up */
|
|
699
|
+
--shadow-xs-hard-up: 0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04),
|
|
700
|
+
0 -2px 4px rgba(11, 31, 53, 0.16);
|
|
701
|
+
--shadow-s-hard-up: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08),
|
|
702
|
+
0 -4px 8px rgba(11, 31, 53, 0.16);
|
|
703
|
+
--shadow-m-hard-up: 0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16),
|
|
704
|
+
0 -8px 16px rgba(11, 31, 53, 0.16);
|
|
705
|
+
--shadow-l-hard-up: 0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24),
|
|
706
|
+
0 -12px 24px rgba(11, 31, 53, 0.16);
|
|
707
|
+
--shadow-xl-hard-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32),
|
|
708
|
+
0 -16px 32px rgba(11, 31, 53, 0.16);
|
|
709
|
+
}
|
|
710
|
+
:root {
|
|
711
|
+
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
712
|
+
sans-serif;
|
|
713
|
+
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
714
|
+
'Helvetica Neue', Helvetica, sans-serif;
|
|
715
|
+
}
|
|
716
|
+
:root {
|
|
717
|
+
--disabled-cursor: not-allowed;
|
|
718
|
+
--arrow-transform: rotate(-180deg);
|
|
719
|
+
|
|
720
|
+
--amount-major-part-font-weight: bold;
|
|
721
|
+
|
|
722
|
+
--amount-minor-part-font-weight: bold;
|
|
723
|
+
/* theme */
|
|
724
|
+
--form-control-border-radius: var(--border-radius-s);
|
|
725
|
+
--form-control-border-bottom: 0;
|
|
726
|
+
--form-control-inverted-border-bottom: 0;
|
|
727
|
+
--form-control-bg-color: var(--color-light-bg-tertiary);
|
|
728
|
+
--form-control-inverted-bg-color: var(--color-light-bg-tertiary-inverted);
|
|
729
|
+
/* disabled */
|
|
730
|
+
--form-control-disabled-opacity: 0.5;
|
|
731
|
+
--form-control-disabled-border-bottom: 0;
|
|
732
|
+
--form-control-inverted-disabled-border-bottom: 0;
|
|
733
|
+
--form-control-disabled-bg-color: var(--color-light-bg-tertiary);
|
|
734
|
+
--form-control-inverted-disabled-bg-color: var(--color-light-bg-tertiary-inverted);
|
|
735
|
+
/* focus */
|
|
736
|
+
--form-control-focus-border-bottom: 0;
|
|
737
|
+
--form-control-inverted-focus-border-bottom: 0;
|
|
738
|
+
--form-control-focus-bg-color: var(--color-light-bg-tertiary);
|
|
739
|
+
--form-control-inverted-focus-bg-color: var(--color-light-bg-tertiary-inverted);
|
|
740
|
+
--form-control-hover-bg-color: var(--color-light-bg-tertiary);
|
|
741
|
+
--form-control-inverted-hover-bg-color: var(--color-light-bg-tertiary-inverted);
|
|
742
|
+
/* error */
|
|
743
|
+
--form-control-error-label-color: var(--color-light-text-negative);
|
|
744
|
+
--form-control-inverted-error-label-color: var(--color-light-text-accent);
|
|
745
|
+
--form-control-error-shadow: inset 0 0 0 1px var(--color-light-border-accent);
|
|
746
|
+
--form-control-inverted-error-shadow: inset 0 0 0 1px var(--color-light-border-accent);
|
|
747
|
+
--form-control-error-border-bottom: 0;
|
|
748
|
+
--form-control-inverted-error-border-bottom: 0;
|
|
749
|
+
/* theme */
|
|
750
|
+
--input-error-icon-display: none;
|
|
751
|
+
--input-error-icon-not-alone-display: none;
|
|
752
|
+
--input-success-icon-display: none;
|
|
753
|
+
--input-disabled-color: var(--color-light-text-primary);
|
|
754
|
+
--input-inverted-disabled-color: var(--color-light-text-primary-inverted);
|
|
755
|
+
--button-border-radius: var(--border-radius-s);
|
|
756
|
+
--button-xxs-size-border-radius: var(--border-radius-s);
|
|
757
|
+
--button-active-before-transform: none;
|
|
758
|
+
--button-active-transform: none;
|
|
759
|
+
/* secondary */
|
|
760
|
+
--button-secondary-base-bg-color: var(--color-light-bg-primary-inverted-alpha-16);
|
|
761
|
+
--button-secondary-hover-bg-color: var(--color-light-bg-primary-inverted-alpha-24);
|
|
762
|
+
--button-secondary-active-bg-color: var(--color-light-bg-primary-inverted-alpha-32);
|
|
763
|
+
--button-secondary-disabled-bg-color: var(--color-light-bg-primary-inverted-alpha-4);
|
|
764
|
+
--button-secondary-color: var(--color-light-text-primary);
|
|
765
|
+
--button-secondary-disabled-color: var(--color-light-text-primary-alpha-30);
|
|
766
|
+
/* inverted-secondary */
|
|
767
|
+
--button-inverted-secondary-base-bg-color: var(--color-light-bg-primary-alpha-16);
|
|
768
|
+
--button-inverted-secondary-hover-bg-color: var(--color-light-bg-primary-alpha-32);
|
|
769
|
+
--button-inverted-secondary-active-bg-color: var(--color-light-bg-primary-alpha-37);
|
|
770
|
+
--button-inverted-secondary-disabled-bg-color: var(--color-light-bg-primary-alpha-4);
|
|
771
|
+
--button-inverted-secondary-color: var(--color-light-text-primary-inverted);
|
|
772
|
+
--button-inverted-secondary-disabled-color: var(--color-light-text-primary-inverted-alpha-30);
|
|
773
|
+
/* theme */
|
|
774
|
+
--checkbox-checked-bg-color: var(--color-light-graphic-positive);
|
|
775
|
+
--checkbox-checked-border-color: transparent;
|
|
776
|
+
--checkbox-checked-hover-bg-color: var(--color-light-graphic-positive-shade-10);
|
|
777
|
+
--checkbox-checked-hover-border-color: transparent;
|
|
778
|
+
--checkbox-checked-active-bg-color: var(--color-light-graphic-positive-shade-30);
|
|
779
|
+
--checkbox-checked-active-border-color: transparent;
|
|
780
|
+
/* theme */
|
|
781
|
+
--checkbox-group-error-padding-left: 0;
|
|
782
|
+
--checkbox-group-error-border-left: none;
|
|
783
|
+
/* theme */
|
|
784
|
+
--radio-checked-bg-color: var(--color-light-graphic-positive);
|
|
785
|
+
--radio-checked-border-color: transparent;
|
|
786
|
+
--radio-checked-hover-bg-color: var(--color-light-graphic-positive-shade-10);
|
|
787
|
+
--radio-checked-hover-border-color: transparent;
|
|
788
|
+
--radio-checked-active-bg-color: var(--color-light-graphic-positive-shade-30);
|
|
789
|
+
--radio-checked-active-border-color: transparent;
|
|
790
|
+
/* theme */
|
|
791
|
+
--switch-checked-bg-color: var(--color-light-graphic-positive);
|
|
792
|
+
--switch-checked-border-color: transparent;
|
|
793
|
+
/* theme */
|
|
794
|
+
--primary-tablist-s-font-size: 18px;
|
|
795
|
+
--primary-tablist-s-font-weight: 500;
|
|
796
|
+
--primary-tablist-s-font-family: var(--font-family-system);
|
|
797
|
+
--primary-tablist-s-padding: var(--gap-s) 0;
|
|
798
|
+
--primary-tablist-m-font-size: 20px;
|
|
799
|
+
--primary-tablist-m-font-weight: 500;
|
|
800
|
+
--primary-tablist-m-font-family: var(--font-family-styrene);
|
|
801
|
+
--primary-tablist-m-padding: var(--gap-s) 0;
|
|
802
|
+
--primary-tablist-l-font-size: 24px;
|
|
803
|
+
--primary-tablist-l-font-weight: 500;
|
|
804
|
+
--primary-tablist-l-font-family: var(--font-family-styrene);
|
|
805
|
+
--primary-tablist-l-padding: var(--gap-l) 0;
|
|
806
|
+
--primary-tablist-xl-font-size: 24px;
|
|
807
|
+
--primary-tablist-xl-font-weight: 500;
|
|
808
|
+
--primary-tablist-xl-font-family: var(--font-family-styrene);
|
|
809
|
+
--primary-tablist-xl-padding: var(--gap-l) 0;
|
|
810
|
+
--primary-tablist-font-feature-settings: 'ss01';
|
|
811
|
+
/* mobile */
|
|
812
|
+
--primary-tablist-mobile-font-weight: 500;
|
|
813
|
+
--primary-tablist-mobile-font-family: var(--font-family-styrene);
|
|
814
|
+
--primary-tablist-mobile-font-size: 20px;
|
|
815
|
+
--primary-tablist-mobile-line-height: 28px;
|
|
816
|
+
/* theme */
|
|
817
|
+
--tag-background-color: var(--color-light-specialbg-component);
|
|
818
|
+
--tag-background-color-hover: var(--color-light-specialbg-component-shade-10);
|
|
819
|
+
--tag-background-color-active: var(--color-light-specialbg-component-shade-30);
|
|
820
|
+
--tag-background-color-disabled: var(--color-light-specialbg-component);
|
|
821
|
+
--tag-border-color: transparent;
|
|
822
|
+
--tag-border-color-hover: transparent;
|
|
823
|
+
--tag-border-color-active: transparent;
|
|
824
|
+
--tag-border-color-checked: transparent;
|
|
825
|
+
--tag-border-color-disabled: transparent;
|
|
826
|
+
/* primary */
|
|
827
|
+
--link-primary-hover-color: var(--color-light-text-primary-tint-20);
|
|
828
|
+
--link-primary-active-color: var(--color-light-text-primary-tint-30);
|
|
829
|
+
/* inverted primary */
|
|
830
|
+
--link-inverted-primary-hover-color: var(--color-light-text-primary-inverted-tint-20);
|
|
831
|
+
--link-inverted-primary-active-color: var(--color-light-text-primary-inverted-tint-30);
|
|
832
|
+
/* secondary */
|
|
833
|
+
--link-secondary-hover-color: var(--color-light-text-secondary-tint-20);
|
|
834
|
+
--link-secondary-active-color: var(--color-light-text-secondary-tint-30);
|
|
835
|
+
/* inverted secondary */
|
|
836
|
+
--link-inverted-secondary-hover-color: var(--color-light-text-secondary-inverted-tint-20);
|
|
837
|
+
--link-inverted-secondary-active-color: var(--color-light-text-secondary-inverted-tint-30);
|
|
838
|
+
/* default */
|
|
839
|
+
--link-default-hover-color: var(--color-light-text-link-tint-30);
|
|
840
|
+
--link-default-active-color: var(--color-light-text-link-tint-50);
|
|
841
|
+
/* inverted default */
|
|
842
|
+
--link-inverted-default-hover-color: var(--color-light-text-link-tint-30);
|
|
843
|
+
--link-inverted-default-active-color: var(--color-light-text-link-tint-50);
|
|
844
|
+
/* theme */
|
|
845
|
+
--select-options-list-border-radius: var(--border-radius-s);
|
|
846
|
+
--select-options-list-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
|
|
847
|
+
--select-options-list-offset: 8px;
|
|
848
|
+
/* options list */
|
|
849
|
+
--select-option-divider-display: block;
|
|
850
|
+
/* checkmark */
|
|
851
|
+
--select-checkmark-margin: 0 0 0 var(--gap-m);
|
|
852
|
+
--select-checkmark-size: 24px;
|
|
853
|
+
--select-checkmark-before-display: none;
|
|
854
|
+
--select-checkmark-after-display: 'flex';
|
|
855
|
+
--select-checkmark-background: url('https://alfabank.servicecdn.ru/icons/glyph_checkmark-circle_m_color.svg');
|
|
856
|
+
--select-checkmark-border-radius: 0;
|
|
857
|
+
--select-mobile-checkmark-background: url('https://alfabank.servicecdn.ru/icons/glyph_checkmark-circle_m_color.svg');
|
|
858
|
+
/* select mobile footer */
|
|
859
|
+
--select-mobile-footer-border-top: none;
|
|
860
|
+
--select-mobile-footer-background-color: var(--color-light-bg-secondary);
|
|
861
|
+
/* desktop */
|
|
862
|
+
--confirmation-header-desktop-font-size: 24px;
|
|
863
|
+
--confirmation-header-desktop-line-height: 32px;
|
|
864
|
+
--confirmation-header-desktop-font-weight: 500;
|
|
865
|
+
--confirmation-header-desktop-font-family: var(--font-family-styrene);
|
|
866
|
+
--confirmation-header-font-feature-settings: 'ss01';
|
|
867
|
+
/* mobile */
|
|
868
|
+
--confirmation-header-mobile-font-size: 20px;
|
|
869
|
+
--confirmation-header-mobile-line-height: 28px;
|
|
870
|
+
--confirmation-header-mobile-font-weight: 500;
|
|
871
|
+
--confirmation-header-mobile-font-family: var(--font-family-styrene);
|
|
872
|
+
--confirmation-header-font-feature-settings: 'ss01';
|
|
873
|
+
/* theme */
|
|
874
|
+
--calendar-range-background: var(--color-light-bg-secondary);
|
|
875
|
+
--calendar-select-button-today-border-color: transparent;
|
|
876
|
+
--calendar-month-only-header-font-family: var(--font-family-styrene);
|
|
877
|
+
--calendar-month-only-header-font-size: 20px;
|
|
878
|
+
--calendar-month-only-header-font-weight: 500;
|
|
879
|
+
--calendar-input-popover-border-radius: var(--border-radius-s);
|
|
880
|
+
/* sizes */
|
|
881
|
+
--modal-vertical-padding: var(--gap-4xl);
|
|
882
|
+
--modal-footer-default-gap: var(--gap-xl);
|
|
883
|
+
/* paddings */
|
|
884
|
+
--modal-s-header-paddings: var(--gap-xl) var(--gap-2xl) var(--gap-s) 0;
|
|
885
|
+
--modal-s-content-paddings: 0 var(--gap-4xl);
|
|
886
|
+
--modal-s-content-only-bottom-padding: var(--gap-4xl);
|
|
887
|
+
--modal-s-footer-paddings: var(--gap-2xl) var(--gap-4xl) var(--gap-4xl);
|
|
888
|
+
/* scroll */
|
|
889
|
+
--modal-header-highlight-background: var(--color-light-bg-primary);
|
|
890
|
+
--modal-footer-highlight-background: var(--color-light-bg-secondary);
|
|
891
|
+
--modal-footer-highlight-box-shadow: none;
|
|
892
|
+
/* desktop */
|
|
893
|
+
--modal-s-header-desktop-content-paddings: var(--gap-xs) var(--gap-m) 0 0;
|
|
894
|
+
--modal-s-header-desktop-font-size: 24px;
|
|
895
|
+
--modal-s-header-desktop-line-height: 32px;
|
|
896
|
+
--modal-header-desktop-font-weight: 500;
|
|
897
|
+
--modal-header-desktop-font-family: var(--font-family-styrene);
|
|
898
|
+
/* mobile */
|
|
899
|
+
--modal-header-mobile-content-paddings: 10px var(--gap-xs) 10px var(--gap-m);
|
|
900
|
+
--modal-header-mobile-font-size: 20px;
|
|
901
|
+
--modal-header-mobile-line-height: 28px;
|
|
902
|
+
--modal-header-mobile-font-family: var(--font-family-styrene);
|
|
903
|
+
--modal-header-mobile-font-weight: 500;
|
|
904
|
+
/* theme */
|
|
905
|
+
--toast-plate-title-font-weight: 400;
|
|
906
|
+
--toast-plate-bg-color: var(--color-light-bg-secondary-inverted);
|
|
907
|
+
--toast-plate-action-align: flex-start;
|
|
908
|
+
--toast-plate-action-padding: 0 0 0 var(--gap-xl);
|
|
909
|
+
--toast-plate-action-divider-display: none;
|
|
910
|
+
--toast-plate-content-with-closer-right-padding: 0;
|
|
911
|
+
--toast-plate-close-button-align: flex-start;
|
|
912
|
+
/* theme */
|
|
913
|
+
--list-item-margin: var(--gap-m);
|
|
914
|
+
/* theme */
|
|
915
|
+
--skeleton-default-color: transparent;
|
|
916
|
+
--skeleton-border-radius: var(--border-radius-s);
|
|
917
|
+
--skeleton-backdrop-filter: blur(20px);
|
|
918
|
+
--skeleton-gradient-animation-display: none;
|
|
919
|
+
--skeleton-bg-animation-display: block;
|
|
920
|
+
--skeleton-bg-animation-color: var(--color-light-graphic-quaternary);
|
|
921
|
+
/* TODO: в темной теме что-то не то */
|
|
922
|
+
--backdrop-visible-background: var(--color-light-graphic-primary-alpha-50);
|
|
923
|
+
/* progress */
|
|
924
|
+
--slider-progress-background: var(--color-light-graphic-quaternary);
|
|
925
|
+
--slider-progress-color: var(--color-light-graphic-positive);
|
|
926
|
+
--slider-progress-s-border-radius: var(--border-radius-s);
|
|
927
|
+
--slider-progress-m-border-radius: var(--border-radius-s);
|
|
928
|
+
--slider-progress-s-height: 6px;
|
|
929
|
+
--slider-progress-m-height: 6px;
|
|
930
|
+
--slider-progress-hover-color: var(--color-light-graphic-positive-shade-10);
|
|
931
|
+
--slider-progress-hover-background: var(--color-light-graphic-quaternary-shade-10);
|
|
932
|
+
/* thumb */
|
|
933
|
+
--slider-thumb-color: var(--color-light-graphic-positive);
|
|
934
|
+
--slider-thumb-size: 24px;
|
|
935
|
+
--slider-thumb-box-shadow: var(--shadow-xs-hard);
|
|
936
|
+
--slider-thumb-border: 4px solid var(--color-light-border-key-inverted);
|
|
937
|
+
--slider-thumb-hover-color: var(--color-light-graphic-positive-shade-10);
|
|
938
|
+
--slider-thumb-active-color: var(--color-light-graphic-positive-shade-10);
|
|
939
|
+
--dropzone-active-cursor: pointer;
|
|
940
|
+
--dropzone-border-radius: var(--border-radius-m);
|
|
941
|
+
--bottom-sheet-footer-border-top: none;
|
|
942
|
+
--bottom-sheet-footer-background-color: var(--color-light-bg-secondary);
|
|
943
|
+
--bottom-sheet-title-font-size: 20px;
|
|
944
|
+
--bottom-sheet-title-font-weight: 500;
|
|
945
|
+
--bottom-sheet-title-line-height: 28px;
|
|
946
|
+
--bottom-sheet-title-font-family: var(--font-family-styrene);
|
|
947
|
+
--bottom-sheet-title-margin-vertical: var(--gap-3xs);
|
|
948
|
+
/* primary */
|
|
949
|
+
--icon-button-inverted-primary-hover-color: var(
|
|
950
|
+
--color-light-graphic-primary-inverted-shade-10
|
|
951
|
+
);
|
|
952
|
+
--icon-button-inverted-primary-active-color: var(
|
|
953
|
+
--color-light-graphic-primary-inverted-shade-30
|
|
954
|
+
);
|
|
955
|
+
/* secondary */
|
|
956
|
+
--icon-button-inverted-secondary-hover-color: var(
|
|
957
|
+
--color-light-graphic-secondary-inverted-shade-10
|
|
958
|
+
);
|
|
959
|
+
--icon-button-inverted-secondary-active-color: var(
|
|
960
|
+
--color-light-graphic-secondary-inverted-shade-30
|
|
961
|
+
);
|
|
962
|
+
/* negative */
|
|
963
|
+
--icon-button-negative-base-color: var(--color-light-graphic-negative);
|
|
964
|
+
--icon-button-negative-hover-color: var(--color-light-graphic-negative-tint-20);
|
|
965
|
+
--icon-button-negative-active-color: var(--color-light-graphic-negative-tint-30);
|
|
966
|
+
--icon-button-inverted-negative-hover-color: var(--color-light-graphic-negative-shade-7);
|
|
967
|
+
--icon-button-inverted-negative-active-color: var(--color-light-graphic-negative-shade-30);
|
|
968
|
+
/* theme */
|
|
969
|
+
--circular-progress-bar-font-weight: 500;
|
|
970
|
+
--circular-progress-bar-font-family: var(--font-family-styrene);
|
|
971
|
+
}
|