@alfalab/core-components 38.0.0-beta.0 → 38.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/button/cssm/index.module.css +3 -0
- package/button/esm/index.css +3 -0
- package/button/index.css +3 -0
- package/button/modern/index.css +3 -0
- package/calendar/Component.desktop.js +1 -1
- package/calendar/Component.responsive.js +1 -1
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -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/desktop.js +1 -1
- package/calendar/esm/Component.desktop.js +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -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.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/desktop.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile.js +1 -1
- package/calendar/esm/responsive.js +1 -1
- package/calendar/esm/{tslib.es6-d470b4b0.d.ts → tslib.es6-dbcaad30.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-d470b4b0.js → tslib.es6-dbcaad30.js} +0 -0
- package/calendar/index.js +1 -1
- package/calendar/mobile.js +1 -1
- package/calendar/responsive.js +1 -1
- package/calendar/{tslib.es6-9581650f.d.ts → tslib.es6-8bba34d3.d.ts} +0 -0
- package/calendar/{tslib.es6-9581650f.js → tslib.es6-8bba34d3.js} +0 -0
- package/card-image/Component.js +6 -20
- package/card-image/cssm/Component.js +6 -20
- package/card-image/esm/Component.js +7 -21
- package/card-image/modern/Component.js +7 -20
- 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-c2859a12.d.ts → tslib.es6-2f07a539.d.ts} +0 -0
- package/chart/esm/{tslib.es6-c2859a12.js → tslib.es6-2f07a539.js} +0 -0
- package/chart/hooks/useSettings/index.js +1 -1
- package/chart/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/index.js +1 -1
- package/chart/{tslib.es6-bf4b2eb0.d.ts → tslib.es6-22f86b0c.d.ts} +0 -0
- package/chart/{tslib.es6-bf4b2eb0.js → tslib.es6-22f86b0c.js} +0 -0
- package/checkbox/Component.d.ts +10 -0
- package/checkbox/Component.js +2 -2
- package/checkbox/cssm/Component.d.ts +10 -0
- package/checkbox/cssm/Component.js +2 -2
- package/checkbox/esm/Component.d.ts +10 -0
- package/checkbox/esm/Component.js +2 -2
- package/checkbox/modern/Component.d.ts +10 -0
- package/checkbox/modern/Component.js +2 -2
- package/confirmation/{component-4d4bb599.d.ts → component-adbf9996.d.ts} +0 -0
- package/confirmation/{component-4d4bb599.js → component-adbf9996.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-a58f9e0b.d.ts → countdown-section-94a35216.d.ts} +0 -0
- package/confirmation/{countdown-section-a58f9e0b.js → countdown-section-94a35216.js} +0 -0
- package/confirmation/desktop.js +2 -2
- package/confirmation/esm/{component-80d09f29.d.ts → component-8d44589b.d.ts} +0 -0
- package/confirmation/esm/{component-80d09f29.js → component-8d44589b.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-4a3f5ecf.d.ts → countdown-section-1560b6e0.d.ts} +0 -0
- package/confirmation/esm/{countdown-section-4a3f5ecf.js → countdown-section-1560b6e0.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-44acdcfe.d.ts → countdown-section-b0b34939.d.ts} +0 -0
- package/confirmation/modern/{countdown-section-44acdcfe.js → countdown-section-b0b34939.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/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-8f79984a.d.ts → slide-de8d7d54.d.ts} +0 -0
- package/gallery/esm/{slide-8f79984a.js → slide-de8d7d54.js} +0 -0
- package/gallery/esm/{tslib.es6-7e74b1f4.d.ts → tslib.es6-e0d70486.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-7e74b1f4.js → tslib.es6-e0d70486.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-89f649ac.d.ts → slide-ec907dae.d.ts} +0 -0
- package/gallery/modern/{slide-89f649ac.js → slide-ec907dae.js} +0 -0
- package/gallery/{slide-3aa7f155.d.ts → slide-ee3bbf48.d.ts} +0 -0
- package/gallery/{slide-3aa7f155.js → slide-ee3bbf48.js} +0 -0
- package/gallery/{tslib.es6-30496554.d.ts → tslib.es6-25ea1724.d.ts} +0 -0
- package/gallery/{tslib.es6-30496554.js → tslib.es6-25ea1724.js} +0 -0
- package/icon-view/components/circle/paths.js +6 -6
- package/icon-view/cssm/components/circle/paths.js +6 -6
- package/icon-view/esm/components/circle/paths.js +6 -6
- package/icon-view/modern/components/circle/paths.js +6 -6
- package/intl-phone-input/{component-5c0b399c.d.ts → component-71b0e713.d.ts} +0 -0
- package/intl-phone-input/{component-5c0b399c.js → component-71b0e713.js} +0 -0
- package/intl-phone-input/component.js +2 -2
- package/intl-phone-input/components/index.js +1 -1
- package/intl-phone-input/components/select/component.js +1 -1
- package/intl-phone-input/components/select/index.js +1 -1
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/{component-54b23f02.d.ts → component-6caeb1fa.d.ts} +0 -0
- package/intl-phone-input/esm/{component-54b23f02.js → component-6caeb1fa.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-bb64ae9b.d.ts → libphonenumber-js.min-1a024b28.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-bb64ae9b.js → libphonenumber-js.min-1a024b28.js} +0 -0
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/{libphonenumber-js.min-40b3eaff.d.ts → libphonenumber-js.min-18e8de8a.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-40b3eaff.js → libphonenumber-js.min-18e8de8a.js} +0 -0
- package/intl-phone-input/modern/component.js +1 -1
- package/intl-phone-input/modern/{libphonenumber-js.min-bb64ae9b.d.ts → libphonenumber-js.min-1a024b28.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-bb64ae9b.js → libphonenumber-js.min-1a024b28.js} +0 -0
- package/modal/Component.desktop.js +1 -1
- package/modal/Component.js +1 -1
- package/modal/Component.mobile.js +1 -1
- package/modal/Component.responsive.js +1 -1
- package/modal/components/closer/Component.js +1 -1
- package/modal/components/header/Component.js +1 -1
- package/modal/desktop.js +1 -1
- package/modal/esm/Component.desktop.js +1 -1
- package/modal/esm/Component.js +1 -1
- package/modal/esm/Component.mobile.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/closer/Component.js +1 -1
- package/modal/esm/components/header/Component.js +1 -1
- package/modal/esm/desktop.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile.js +1 -1
- package/modal/esm/responsive.js +1 -1
- package/modal/esm/{tslib.es6-03b4447b.d.ts → tslib.es6-e8bed2ca.d.ts} +0 -0
- package/modal/esm/{tslib.es6-03b4447b.js → tslib.es6-e8bed2ca.js} +0 -0
- package/modal/index.js +1 -1
- package/modal/mobile.js +1 -1
- package/modal/responsive.js +1 -1
- package/modal/{tslib.es6-d3488014.d.ts → tslib.es6-190a7f3a.d.ts} +0 -0
- package/modal/{tslib.es6-d3488014.js → tslib.es6-190a7f3a.js} +0 -0
- package/package.json +2 -2
- 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/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.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/responsive.js +1 -1
- package/picker-button/esm/{tslib.es6-14492659.d.ts → tslib.es6-a34e2b8a.d.ts} +0 -0
- package/picker-button/esm/{tslib.es6-14492659.js → tslib.es6-a34e2b8a.js} +0 -0
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.js +1 -1
- package/picker-button/mobile.js +1 -1
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.js +1 -1
- package/picker-button/responsive.js +1 -1
- package/picker-button/{tslib.es6-230cfa99.d.ts → tslib.es6-15b3e51c.d.ts} +0 -0
- package/picker-button/{tslib.es6-230cfa99.js → tslib.es6-15b3e51c.js} +0 -0
- package/pure-cell/{component-90424d1a.d.ts → component-e2669cc2.d.ts} +0 -0
- package/pure-cell/{component-90424d1a.js → component-e2669cc2.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 +2 -2
- package/pure-cell/components/amount/index.js +2 -2
- package/pure-cell/components/amount-title/component.js +2 -2
- package/pure-cell/components/amount-title/index.js +2 -2
- 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.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-504e83cb.d.ts → component-ce3b8d8e.d.ts} +0 -0
- package/pure-cell/esm/{component-504e83cb.js → component-ce3b8d8e.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 +2 -2
- package/pure-cell/esm/components/amount/index.js +2 -2
- package/pure-cell/esm/components/amount-title/component.js +2 -2
- package/pure-cell/esm/components/amount-title/index.js +2 -2
- 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.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-f683b066.d.ts → getDataTestId-6b257645.d.ts} +0 -0
- package/pure-cell/esm/{getDataTestId-f683b066.js → getDataTestId-6b257645.js} +0 -0
- package/pure-cell/esm/index.js +3 -3
- package/pure-cell/esm/{tslib.es6-c2a6056e.d.ts → tslib.es6-2976061b.d.ts} +0 -0
- package/pure-cell/esm/{tslib.es6-c2a6056e.js → tslib.es6-2976061b.js} +0 -0
- package/pure-cell/{getDataTestId-a52aead4.d.ts → getDataTestId-7b531eab.d.ts} +0 -0
- package/pure-cell/{getDataTestId-a52aead4.js → getDataTestId-7b531eab.js} +0 -0
- package/pure-cell/index.js +3 -3
- package/pure-cell/modern/{component-89c322a1.d.ts → component-ecc16265.d.ts} +0 -0
- package/pure-cell/modern/{component-89c322a1.js → component-ecc16265.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-f0e6214b.d.ts → getDataTestId-46ae5f7e.d.ts} +0 -0
- package/pure-cell/modern/{getDataTestId-f0e6214b.js → getDataTestId-46ae5f7e.js} +0 -0
- package/pure-cell/modern/index.js +2 -2
- package/pure-cell/{tslib.es6-17afa1a9.d.ts → tslib.es6-1fc63a53.d.ts} +0 -0
- package/pure-cell/{tslib.es6-17afa1a9.js → tslib.es6-1fc63a53.js} +0 -0
- package/select/{Component-fa76afab.d.ts → Component-0a2300e8.d.ts} +0 -0
- package/select/{Component-fa76afab.js → Component-0a2300e8.js} +1 -1
- package/select/{Component-048c1f37.d.ts → Component-fc2a45a0.d.ts} +0 -0
- package/select/{Component-048c1f37.js → Component-fc2a45a0.js} +3 -3
- package/select/Component.js +2 -2
- package/select/Component.responsive.js +4 -4
- package/select/components/base-checkmark/Component.js +1 -2
- package/select/components/base-option/Component.js +1 -1
- package/select/components/base-option/index.js +1 -1
- 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/components/base-checkmark/Component.js +1 -2
- package/select/esm/{Component-2f5932da.d.ts → Component-4b015ad5.d.ts} +0 -0
- package/select/esm/{Component-2f5932da.js → Component-4b015ad5.js} +1 -1
- package/select/esm/{Component-bced2b91.d.ts → Component-dd382646.d.ts} +0 -0
- package/select/esm/{Component-bced2b91.js → Component-dd382646.js} +3 -3
- package/select/esm/Component.js +2 -2
- package/select/esm/Component.responsive.js +4 -4
- package/select/esm/components/base-checkmark/Component.js +1 -2
- package/select/esm/components/base-option/Component.js +1 -1
- package/select/esm/components/base-option/index.js +1 -1
- 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-812e72aa.d.ts → intersection-observer-48ccda2c.d.ts} +0 -0
- package/select/esm/{intersection-observer-812e72aa.js → intersection-observer-48ccda2c.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/responsive.js +4 -4
- package/select/esm/{tslib.es6-79302f1b.d.ts → tslib.es6-427aef08.d.ts} +0 -0
- package/select/esm/{tslib.es6-79302f1b.js → tslib.es6-427aef08.js} +0 -0
- package/select/index.js +4 -4
- package/select/{intersection-observer-2dddb15a.d.ts → intersection-observer-404c5a30.d.ts} +0 -0
- package/select/{intersection-observer-2dddb15a.js → intersection-observer-404c5a30.js} +0 -0
- package/select/modern/{Component-a09026a0.d.ts → Component-19b9374d.d.ts} +0 -0
- package/select/modern/{Component-a09026a0.js → Component-19b9374d.js} +0 -0
- package/select/modern/{Component-1f410321.d.ts → Component-3b90d09b.d.ts} +0 -0
- package/select/modern/{Component-1f410321.js → Component-3b90d09b.js} +2 -2
- package/select/modern/Component.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-checkmark/Component.js +1 -2
- 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 +3 -3
- package/select/modern/components/base-select-mobile/index.d.ts +1 -1
- package/select/modern/components/base-select-mobile/index.js +3 -3
- package/select/modern/components/index.js +3 -3
- package/select/modern/components/select-mobile/Component.js +3 -3
- package/select/modern/components/select-mobile/index.d.ts +1 -1
- package/select/modern/components/select-mobile/index.js +3 -3
- package/select/modern/components/select-modal-mobile/Component.js +3 -3
- package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/select/modern/components/select-modal-mobile/index.js +3 -3
- package/select/modern/index.js +3 -3
- package/select/modern/{intersection-observer-812e72aa.d.ts → intersection-observer-48ccda2c.d.ts} +0 -0
- package/select/modern/{intersection-observer-812e72aa.js → intersection-observer-48ccda2c.js} +0 -0
- package/select/modern/presets/index.js +3 -3
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +3 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- 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 +3 -3
- package/select/modern/responsive.js +3 -3
- 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/responsive.js +4 -4
- package/select/{tslib.es6-ff591f11.d.ts → tslib.es6-a986f11c.d.ts} +0 -0
- package/select/{tslib.es6-ff591f11.js → tslib.es6-a986f11c.js} +0 -0
- package/side-panel/Component.desktop.js +1 -1
- package/side-panel/Component.mobile.js +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.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-38c55446.d.ts → tslib.es6-c804285b.d.ts} +0 -0
- package/side-panel/esm/{tslib.es6-38c55446.js → tslib.es6-c804285b.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-f1b5174f.d.ts → tslib.es6-31bf2e33.d.ts} +0 -0
- package/side-panel/{tslib.es6-f1b5174f.js → tslib.es6-31bf2e33.js} +0 -0
- 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-fe7ac935.d.ts → tslib.es6-0643a13a.d.ts} +0 -0
- package/table/esm/{tslib.es6-fe7ac935.js → tslib.es6-0643a13a.js} +0 -0
- package/table/index.js +1 -1
- package/table/{tslib.es6-24dded29.d.ts → tslib.es6-3d93368e.d.ts} +0 -0
- package/table/{tslib.es6-24dded29.js → tslib.es6-3d93368e.js} +0 -0
- package/themes/click.css +80 -45
- package/themes/compiled/mobile-dark-bluetint.css +24 -24
- package/themes/corp.css +80 -45
- package/themes/dist/click.css +80 -45
- package/themes/dist/compiled/mobile-dark-bluetint.css +86 -79
- package/themes/dist/corp.css +80 -45
- package/themes/dist/intranet.css +531 -43
- package/themes/dist/mobile.css +531 -43
- package/themes/dist/site.css +80 -45
- package/themes/intranet.css +531 -43
- package/themes/mobile.css +531 -43
- package/themes/site.css +80 -45
- package/tooltip/component.responsive.d.ts +3 -7
- package/tooltip/cssm/component.responsive.d.ts +3 -7
- package/tooltip/esm/component.responsive.d.ts +3 -7
- package/tooltip/modern/component.responsive.d.ts +3 -7
- package/tooltip/modern/component.responsive.js +1 -1
- package/typography/{colors.module-378bbe24.d.ts → colors.module-a82cff56.d.ts} +0 -0
- package/typography/{colors.module-378bbe24.js → colors.module-a82cff56.js} +0 -0
- package/typography/{common.module-37310926.js → common.module-665db683.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/esm/{colors.module-661bb86c.d.ts → colors.module-4c098eed.d.ts} +0 -0
- package/typography/esm/{colors.module-661bb86c.js → colors.module-4c098eed.js} +0 -0
- package/typography/esm/{common.module-4d96a814.js → common.module-ef9637a7.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-cbf6a387.js → colors.module-91fb1f4e.js} +0 -0
- package/typography/modern/{common.module-23d3a409.js → common.module-f3c1ea90.js} +0 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
- package/vars/cssm/bundle/click.css +2 -4
- package/vars/cssm/bundle/intranet.css +2 -4
- package/vars/cssm/bundle/mobile.css +2 -4
- package/vars/cssm/bundle/site.css +2 -4
- package/vars/cssm/main.css +759 -0
- package/vars/cssm/shadows-bluetint.css +2 -4
- package/vars/dist/cssm/bundle/click.css +2 -4
- package/vars/dist/cssm/bundle/intranet.css +2 -4
- package/vars/dist/cssm/bundle/mobile.css +2 -4
- package/vars/dist/cssm/bundle/site.css +2 -4
- package/vars/dist/cssm/main.css +759 -0
- package/vars/dist/cssm/shadows-bluetint.css +2 -4
- package/vars/dist/main.css +24 -0
- package/vars/dist/shadows-bluetint.css +2 -4
- package/vars/main.css +24 -0
- package/vars/shadows-bluetint.css +2 -4
package/themes/intranet.css
CHANGED
|
@@ -691,50 +691,459 @@
|
|
|
691
691
|
--gap-7xl-neg: -96px;
|
|
692
692
|
--gap-8xl-neg: -128px;
|
|
693
693
|
}
|
|
694
|
+
/* deprecated */
|
|
694
695
|
:root {
|
|
695
|
-
--
|
|
696
|
-
--
|
|
697
|
-
|
|
698
|
-
--
|
|
699
|
-
|
|
700
|
-
--
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
--
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
--
|
|
709
|
-
--
|
|
710
|
-
|
|
711
|
-
--
|
|
712
|
-
|
|
713
|
-
--
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
--
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
--
|
|
722
|
-
--
|
|
723
|
-
--
|
|
724
|
-
--
|
|
725
|
-
--
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
--
|
|
729
|
-
|
|
730
|
-
--
|
|
731
|
-
|
|
732
|
-
--
|
|
733
|
-
|
|
734
|
-
--
|
|
735
|
-
|
|
736
|
-
--
|
|
737
|
-
|
|
696
|
+
--color-dark-bg-accent: #ef3124;
|
|
697
|
+
--color-dark-bg-attention-muted: #432000;
|
|
698
|
+
--color-dark-bg-info: #001c3c;
|
|
699
|
+
--color-dark-bg-negative-muted: #410903;
|
|
700
|
+
--color-dark-bg-opaque: rgba(255, 255, 255, 0.6);
|
|
701
|
+
--color-dark-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
702
|
+
--color-dark-bg-positive-muted: #06311e;
|
|
703
|
+
--color-dark-bg-primary: #0b1f35;
|
|
704
|
+
--color-dark-bg-primary-inverted: #fff;
|
|
705
|
+
--color-dark-bg-quaternary: #485767;
|
|
706
|
+
--color-dark-bg-quaternary-inverted: #dbdee1;
|
|
707
|
+
--color-dark-bg-secondary: #233549;
|
|
708
|
+
--color-dark-bg-secondary-inverted: #f3f4f5;
|
|
709
|
+
--color-dark-bg-tertiary: #3c4c5d;
|
|
710
|
+
--color-dark-bg-tertiary-inverted: #e7e9eb;
|
|
711
|
+
--color-dark-border-accent: #ef3124;
|
|
712
|
+
--color-dark-border-key: #fff;
|
|
713
|
+
--color-dark-border-key-inverted: #0b1f35;
|
|
714
|
+
--color-dark-border-link: #007aff;
|
|
715
|
+
--color-dark-border-primary: #485767;
|
|
716
|
+
--color-dark-border-primary-inverted: #dbdee1;
|
|
717
|
+
--color-dark-border-secondary: #3c4c5d;
|
|
718
|
+
--color-dark-border-secondary-inverted: #e7e9eb;
|
|
719
|
+
--color-dark-border-tertiary: #233549;
|
|
720
|
+
--color-dark-border-tertiary-inverted: #f3f4f5;
|
|
721
|
+
--color-dark-border-underline: #6d7986;
|
|
722
|
+
--color-dark-border-underline-inverted: #b6bcc3;
|
|
723
|
+
--color-dark-graphic-accent: #ef3124;
|
|
724
|
+
--color-dark-graphic-attention: #e58933;
|
|
725
|
+
--color-dark-graphic-link: #007aff;
|
|
726
|
+
--color-dark-graphic-negative: #f15045;
|
|
727
|
+
--color-dark-graphic-positive: #2fc26e;
|
|
728
|
+
--color-dark-graphic-primary: #fff;
|
|
729
|
+
--color-dark-graphic-primary-inverted: #0b1f35;
|
|
730
|
+
--color-dark-graphic-quaternary: #485767;
|
|
731
|
+
--color-dark-graphic-quaternary-inverted: #dbdee1;
|
|
732
|
+
--color-dark-graphic-secondary: #b6bcc3;
|
|
733
|
+
--color-dark-graphic-secondary-inverted: #6d7986;
|
|
734
|
+
--color-dark-graphic-tertiary: #6d7986;
|
|
735
|
+
--color-dark-graphic-tertiary-inverted: #b6bcc3;
|
|
736
|
+
--color-dark-specialbg-component: rgba(255, 255, 255, 0.15);
|
|
737
|
+
--color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
|
|
738
|
+
--color-dark-specialbg-nulled: rgba(11, 31, 53, 0);
|
|
739
|
+
--color-dark-specialbg-overlay-fallback: #070707;
|
|
740
|
+
--color-dark-specialbg-primary-grouped: #0b1f35;
|
|
741
|
+
--color-dark-specialbg-secondary-grouped: #233549;
|
|
742
|
+
--color-dark-specialbg-secondary-transparent: rgba(255, 255, 255, 0.1);
|
|
743
|
+
--color-dark-specialbg-secondary-transparent-inverted: rgba(11, 31, 53, 0.05);
|
|
744
|
+
--color-dark-specialbg-tertiary-grouped: #3c4c5d;
|
|
745
|
+
--color-dark-specialbg-tertiary-transparent: rgba(255, 255, 255, 0.2);
|
|
746
|
+
--color-dark-specialbg-tertiary-transparent-inverted: rgba(11, 31, 53, 0.1);
|
|
747
|
+
--color-dark-text-accent: #ef3124;
|
|
748
|
+
--color-dark-text-attention: #de6a00;
|
|
749
|
+
--color-dark-text-disabled: rgba(255, 255, 255, 0.25);
|
|
750
|
+
--color-dark-text-disabled-inverted: rgba(11, 31, 53, 0.15);
|
|
751
|
+
--color-dark-text-link: #007aff;
|
|
752
|
+
--color-dark-text-negative: #d91d0b;
|
|
753
|
+
--color-dark-text-positive: #13a463;
|
|
754
|
+
--color-dark-text-primary: #fff;
|
|
755
|
+
--color-dark-text-primary-inverted: #0b1f35;
|
|
756
|
+
--color-dark-text-secondary: rgba(255, 255, 255, 0.7);
|
|
757
|
+
--color-dark-text-secondary-inverted: rgba(11, 31, 53, 0.7);
|
|
758
|
+
--color-dark-text-tertiary: rgba(255, 255, 255, 0.4);
|
|
759
|
+
--color-dark-text-tertiary-inverted: rgba(11, 31, 53, 0.3);
|
|
760
|
+
--color-light-bg-accent: #ef3124;
|
|
761
|
+
--color-light-bg-attention-muted: #fff3e0;
|
|
762
|
+
--color-light-bg-info: #d6e8fc;
|
|
763
|
+
--color-light-bg-negative-muted: #feebea;
|
|
764
|
+
--color-light-bg-opaque: rgba(255, 255, 255, 0.6);
|
|
765
|
+
--color-light-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
766
|
+
--color-light-bg-positive-muted: #ebf9f1;
|
|
767
|
+
--color-light-bg-primary: #fff;
|
|
768
|
+
--color-light-bg-primary-inverted: #0b1f35;
|
|
769
|
+
--color-light-bg-quaternary: #dbdee1;
|
|
770
|
+
--color-light-bg-quaternary-inverted: #485767;
|
|
771
|
+
--color-light-bg-secondary: #f3f4f5;
|
|
772
|
+
--color-light-bg-secondary-inverted: #233549;
|
|
773
|
+
--color-light-bg-tertiary: #e7e9eb;
|
|
774
|
+
--color-light-bg-tertiary-inverted: #3c4c5d;
|
|
775
|
+
--color-light-border-accent: #ef3124;
|
|
776
|
+
--color-light-border-key: #0b1f35;
|
|
777
|
+
--color-light-border-key-inverted: #fff;
|
|
778
|
+
--color-light-border-link: #007aff;
|
|
779
|
+
--color-light-border-primary: #dbdee1;
|
|
780
|
+
--color-light-border-primary-inverted: #485767;
|
|
781
|
+
--color-light-border-secondary: #e7e9eb;
|
|
782
|
+
--color-light-border-secondary-inverted: #3c4c5d;
|
|
783
|
+
--color-light-border-tertiary: #f3f4f5;
|
|
784
|
+
--color-light-border-tertiary-inverted: #233549;
|
|
785
|
+
--color-light-border-underline: #b6bcc3;
|
|
786
|
+
--color-light-border-underline-inverted: #6d7986;
|
|
787
|
+
--color-light-graphic-accent: #ef3124;
|
|
788
|
+
--color-light-graphic-attention: #e58933;
|
|
789
|
+
--color-light-graphic-link: #007aff;
|
|
790
|
+
--color-light-graphic-negative: #f15045;
|
|
791
|
+
--color-light-graphic-positive: #2fc26e;
|
|
792
|
+
--color-light-graphic-primary: #0b1f35;
|
|
793
|
+
--color-light-graphic-primary-inverted: #fff;
|
|
794
|
+
--color-light-graphic-quaternary: #dbdee1;
|
|
795
|
+
--color-light-graphic-quaternary-inverted: #485767;
|
|
796
|
+
--color-light-graphic-secondary: #6d7986;
|
|
797
|
+
--color-light-graphic-secondary-inverted: #b6bcc3;
|
|
798
|
+
--color-light-graphic-tertiary: #b6bcc3;
|
|
799
|
+
--color-light-graphic-tertiary-inverted: #6d7986;
|
|
800
|
+
--color-light-specialbg-component: rgba(11, 31, 53, 0.07);
|
|
801
|
+
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.15);
|
|
802
|
+
--color-light-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
803
|
+
--color-light-specialbg-overlay-fallback: #5c5c5c;
|
|
804
|
+
--color-light-specialbg-primary-grouped: #f3f4f5;
|
|
805
|
+
--color-light-specialbg-secondary-grouped: #fff;
|
|
806
|
+
--color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
|
|
807
|
+
--color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.1);
|
|
808
|
+
--color-light-specialbg-tertiary-grouped: #f3f4f5;
|
|
809
|
+
--color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
|
|
810
|
+
--color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.2);
|
|
811
|
+
--color-light-text-accent: #ef3124;
|
|
812
|
+
--color-light-text-attention: #de6a00;
|
|
813
|
+
--color-light-text-disabled: rgba(11, 31, 53, 0.15);
|
|
814
|
+
--color-light-text-disabled-inverted: rgba(255, 255, 255, 0.25);
|
|
815
|
+
--color-light-text-link: #007aff;
|
|
816
|
+
--color-light-text-negative: #d91d0b;
|
|
817
|
+
--color-light-text-positive: #13a463;
|
|
818
|
+
--color-light-text-primary: #0b1f35;
|
|
819
|
+
--color-light-text-primary-inverted: #fff;
|
|
820
|
+
--color-light-text-secondary: rgba(11, 31, 53, 0.7);
|
|
821
|
+
--color-light-text-secondary-inverted: rgba(255, 255, 255, 0.7);
|
|
822
|
+
--color-light-text-tertiary: rgba(11, 31, 53, 0.3);
|
|
823
|
+
--color-light-text-tertiary-inverted: rgba(255, 255, 255, 0.4);
|
|
824
|
+
--color-static-bg-accent: #ef3124;
|
|
825
|
+
--color-static-bg-primary-dark: #0b1f35;
|
|
826
|
+
--color-static-bg-primary-light: #fff;
|
|
827
|
+
--color-static-bg-quaternary-dark: #485767;
|
|
828
|
+
--color-static-bg-quaternary-light: #dbdee1;
|
|
829
|
+
--color-static-bg-secondary-dark: #233549;
|
|
830
|
+
--color-static-bg-secondary-light: #f3f4f5;
|
|
831
|
+
--color-static-bg-tertiary-dark: #3c4c5d;
|
|
832
|
+
--color-static-bg-tertiary-light: #e7e9eb;
|
|
833
|
+
--color-static-border-accent: #ef3124;
|
|
834
|
+
--color-static-graphic-accent: #ef3124;
|
|
835
|
+
--color-static-graphic-dark: #0b1f35;
|
|
836
|
+
--color-static-graphic-light: #fff;
|
|
837
|
+
--color-static-text-accent: #ef3124;
|
|
838
|
+
--color-static-text-primary-dark: #0b1f35;
|
|
839
|
+
--color-static-text-primary-light: #fff;
|
|
840
|
+
--color-static-text-secondary-dark: rgba(11, 31, 53, 0.6);
|
|
841
|
+
--color-static-text-secondary-light: rgba(255, 255, 255, 0.7);
|
|
842
|
+
--color-static-text-tertiary-dark: rgba(11, 31, 53, 0.3);
|
|
843
|
+
--color-static-text-tertiary-light: rgba(255, 255, 255, 0.4);
|
|
844
|
+
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
845
|
+
--color-dark-bg-accent-shade-15: rgb(203, 42, 31);
|
|
846
|
+
--color-dark-bg-accent-shade-20: rgb(191, 39, 29);
|
|
847
|
+
--color-dark-bg-accent-tint-7: rgb(240, 63, 51);
|
|
848
|
+
--color-dark-bg-accent-tint-10: rgb(241, 70, 58);
|
|
849
|
+
--color-dark-bg-accent-tint-15: rgb(241, 80, 69);
|
|
850
|
+
--color-dark-bg-accent-tint-30: rgb(244, 111, 102);
|
|
851
|
+
--color-dark-bg-primary-alpha-4: rgba(11, 31, 53, 0.04);
|
|
852
|
+
--color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
|
|
853
|
+
--color-dark-bg-primary-alpha-12: rgba(11, 31, 53, 0.12);
|
|
854
|
+
--color-dark-bg-primary-alpha-15: rgba(11, 31, 53, 0.15);
|
|
855
|
+
--color-dark-bg-primary-alpha-16: rgba(11, 31, 53, 0.16);
|
|
856
|
+
--color-dark-bg-primary-alpha-20: rgba(11, 31, 53, 0.2);
|
|
857
|
+
--color-dark-bg-primary-alpha-32: rgba(11, 31, 53, 0.32);
|
|
858
|
+
--color-dark-bg-primary-alpha-37: rgba(11, 31, 53, 0.37);
|
|
859
|
+
--color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
|
|
860
|
+
--color-dark-bg-primary-tint-7: rgb(28, 47, 67);
|
|
861
|
+
--color-dark-bg-primary-tint-15: rgb(48, 65, 83);
|
|
862
|
+
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
|
|
863
|
+
--color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
|
|
864
|
+
--color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
|
|
865
|
+
--color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
|
|
866
|
+
--color-dark-bg-primary-inverted-alpha-8: rgba(255, 255, 255, 0.08);
|
|
867
|
+
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
|
|
868
|
+
--color-dark-bg-primary-inverted-alpha-12: rgba(255, 255, 255, 0.12);
|
|
869
|
+
--color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
|
|
870
|
+
--color-dark-bg-primary-inverted-alpha-16: rgba(255, 255, 255, 0.16);
|
|
871
|
+
--color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
|
|
872
|
+
--color-dark-bg-primary-inverted-alpha-24: rgba(255, 255, 255, 0.24);
|
|
873
|
+
--color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
874
|
+
--color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32);
|
|
875
|
+
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
876
|
+
--color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
|
|
877
|
+
--color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
878
|
+
--color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
879
|
+
--color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
|
|
880
|
+
--color-dark-bg-quaternary-alpha-30: rgba(72, 87, 103, 0.3);
|
|
881
|
+
--color-dark-bg-quaternary-tint-7: rgb(85, 99, 114);
|
|
882
|
+
--color-dark-bg-quaternary-tint-10: rgb(90, 104, 118);
|
|
883
|
+
--color-dark-bg-quaternary-tint-15: rgb(99, 112, 126);
|
|
884
|
+
--color-dark-bg-quaternary-tint-30: rgb(127, 137, 149);
|
|
885
|
+
--color-dark-bg-quaternary-inverted-alpha-30: rgba(219, 222, 225, 0.3);
|
|
886
|
+
--color-dark-bg-quaternary-inverted-shade-15: rgb(186, 189, 191);
|
|
887
|
+
--color-dark-bg-quaternary-inverted-shade-20: rgb(175, 178, 180);
|
|
888
|
+
--color-dark-bg-secondary-alpha-30: rgba(35, 53, 73, 0.3);
|
|
889
|
+
--color-dark-bg-secondary-shade-15: rgb(30, 45, 62);
|
|
890
|
+
--color-dark-bg-secondary-shade-20: rgb(28, 42, 58);
|
|
891
|
+
--color-dark-bg-secondary-tint-7: rgb(50, 67, 86);
|
|
892
|
+
--color-dark-bg-secondary-tint-15: rgb(68, 83, 100);
|
|
893
|
+
--color-dark-bg-secondary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
|
|
894
|
+
--color-dark-bg-secondary-inverted-shade-15: rgb(207, 207, 208);
|
|
895
|
+
--color-dark-bg-secondary-inverted-shade-20: rgb(194, 195, 196);
|
|
896
|
+
--color-dark-bg-secondary-inverted-tint-7: rgb(244, 245, 246);
|
|
897
|
+
--color-dark-bg-secondary-inverted-tint-15: rgb(245, 246, 246);
|
|
898
|
+
--color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
|
|
899
|
+
--color-dark-border-underline-alpha-30: rgba(109, 121, 134, 0.3);
|
|
900
|
+
--color-dark-border-underline-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
901
|
+
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
902
|
+
--color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
|
|
903
|
+
--color-dark-graphic-accent-tint-7: rgb(240, 63, 51);
|
|
904
|
+
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
905
|
+
--color-dark-graphic-accent-tint-15: rgb(241, 80, 69);
|
|
906
|
+
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
907
|
+
--color-dark-graphic-negative-alpha-10: rgba(241, 80, 69, 0.1);
|
|
908
|
+
--color-dark-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
909
|
+
--color-dark-graphic-negative-alpha-40: rgba(241, 80, 69, 0.4);
|
|
910
|
+
--color-dark-graphic-negative-shade-20: rgb(193, 64, 55);
|
|
911
|
+
--color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
912
|
+
--color-dark-graphic-negative-tint-7: rgb(242, 92, 82);
|
|
913
|
+
--color-dark-graphic-negative-tint-15: rgb(243, 106, 97);
|
|
914
|
+
--color-dark-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
915
|
+
--color-dark-graphic-positive-alpha-10: rgba(47, 194, 110, 0.1);
|
|
916
|
+
--color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
|
|
917
|
+
--color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
|
|
918
|
+
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
919
|
+
--color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
920
|
+
--color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
|
|
921
|
+
--color-dark-graphic-primary-alpha-60: rgba(255, 255, 255, 0.6);
|
|
922
|
+
--color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
|
|
923
|
+
--color-dark-graphic-primary-shade-20: rgb(204, 204, 204);
|
|
924
|
+
--color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
|
|
925
|
+
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
|
|
926
|
+
--color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
|
|
927
|
+
--color-dark-graphic-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
928
|
+
--color-dark-graphic-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
929
|
+
--color-dark-graphic-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
|
|
930
|
+
--color-dark-graphic-primary-inverted-alpha-60: rgba(11, 31, 53, 0.6);
|
|
931
|
+
--color-dark-graphic-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
932
|
+
--color-dark-graphic-primary-inverted-tint-10: rgb(35, 53, 73);
|
|
933
|
+
--color-dark-graphic-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
934
|
+
--color-dark-graphic-primary-inverted-tint-30: rgb(84, 98, 114);
|
|
935
|
+
--color-dark-graphic-quaternary-tint-10: rgb(90, 104, 118);
|
|
936
|
+
--color-dark-graphic-secondary-alpha-30: rgba(182, 188, 195, 0.3);
|
|
937
|
+
--color-dark-graphic-secondary-tint-30: rgb(204, 208, 213);
|
|
938
|
+
--color-dark-graphic-secondary-tint-50: rgb(219, 222, 225);
|
|
939
|
+
--color-dark-graphic-secondary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
940
|
+
--color-dark-graphic-secondary-inverted-shade-15: rgb(93, 103, 114);
|
|
941
|
+
--color-dark-graphic-secondary-inverted-shade-20: rgb(87, 97, 107);
|
|
942
|
+
--color-dark-graphic-secondary-inverted-tint-10: rgb(124, 134, 146);
|
|
943
|
+
--color-dark-graphic-secondary-inverted-tint-30: rgb(153, 161, 170);
|
|
944
|
+
--color-dark-graphic-tertiary-alpha-30: rgba(109, 121, 134, 0.3);
|
|
945
|
+
--color-dark-graphic-tertiary-shade-15: rgb(93, 103, 114);
|
|
946
|
+
--color-dark-graphic-tertiary-shade-20: rgb(87, 97, 107);
|
|
947
|
+
--color-dark-graphic-tertiary-tint-7: rgb(119, 130, 142);
|
|
948
|
+
--color-dark-graphic-tertiary-tint-15: rgb(131, 141, 152);
|
|
949
|
+
--color-dark-graphic-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
950
|
+
--color-dark-graphic-tertiary-inverted-shade-15: rgb(155, 160, 166);
|
|
951
|
+
--color-dark-graphic-tertiary-inverted-shade-20: rgb(146, 150, 156);
|
|
952
|
+
--color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.2095);
|
|
953
|
+
--color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.235);
|
|
954
|
+
--color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.2775);
|
|
955
|
+
--color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.405);
|
|
956
|
+
--color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02);
|
|
957
|
+
--color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14);
|
|
958
|
+
--color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23);
|
|
959
|
+
--color-dark-specialbg-component-alpha-30: rgba(255, 255, 255, 0.3);
|
|
960
|
+
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
961
|
+
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
962
|
+
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
963
|
+
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.256);
|
|
964
|
+
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.32);
|
|
965
|
+
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
|
|
966
|
+
--color-dark-specialbg-tertiary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.28);
|
|
967
|
+
--color-dark-text-link-shade-30: rgb(0, 85, 179);
|
|
968
|
+
--color-dark-text-link-shade-50: rgb(0, 61, 128);
|
|
969
|
+
--color-dark-text-link-tint-20: rgb(51, 149, 255);
|
|
970
|
+
--color-dark-text-link-tint-40: rgb(102, 175, 255);
|
|
971
|
+
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
972
|
+
--color-dark-text-primary-shade-24: rgb(194, 194, 194);
|
|
973
|
+
--color-dark-text-primary-shade-30: rgb(179, 179, 179);
|
|
974
|
+
--color-dark-text-primary-shade-40: rgb(153, 153, 153);
|
|
975
|
+
--color-dark-text-primary-shade-50: rgb(128, 128, 128);
|
|
976
|
+
--color-dark-text-primary-tint-20: rgb(255, 255, 255);
|
|
977
|
+
--color-dark-text-primary-tint-40: rgb(255, 255, 255);
|
|
978
|
+
--color-dark-text-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
979
|
+
--color-dark-text-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
980
|
+
--color-dark-text-primary-inverted-shade-20: rgb(9, 25, 42);
|
|
981
|
+
--color-dark-text-primary-inverted-shade-30: rgb(8, 22, 37);
|
|
982
|
+
--color-dark-text-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
983
|
+
--color-dark-text-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
984
|
+
--color-dark-text-primary-inverted-tint-24: rgb(70, 85, 101);
|
|
985
|
+
--color-dark-text-primary-inverted-tint-30: rgb(84, 98, 114);
|
|
986
|
+
--color-dark-text-primary-inverted-tint-40: rgb(109, 121, 134);
|
|
987
|
+
--color-dark-text-primary-inverted-tint-50: rgb(133, 143, 154);
|
|
988
|
+
--color-dark-text-secondary-shade-20: rgba(204, 204, 204, 0.76);
|
|
989
|
+
--color-dark-text-secondary-shade-30: rgba(179, 179, 179, 0.79);
|
|
990
|
+
--color-dark-text-secondary-tint-20: rgba(255, 255, 255, 0.76);
|
|
991
|
+
--color-dark-text-secondary-tint-40: rgba(255, 255, 255, 0.82);
|
|
992
|
+
--color-dark-text-secondary-inverted-shade-20: rgba(9, 25, 42, 0.76);
|
|
993
|
+
--color-dark-text-secondary-inverted-shade-30: rgba(8, 22, 37, 0.79);
|
|
994
|
+
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
995
|
+
--color-light-bg-accent-tint-15: rgb(241, 80, 69);
|
|
996
|
+
--color-light-bg-accent-tint-20: rgb(242, 90, 80);
|
|
997
|
+
--color-light-bg-accent-shade-7: rgb(222, 46, 33);
|
|
998
|
+
--color-light-bg-accent-shade-10: rgb(215, 44, 32);
|
|
999
|
+
--color-light-bg-accent-shade-15: rgb(203, 42, 31);
|
|
1000
|
+
--color-light-bg-accent-shade-30: rgb(167, 34, 25);
|
|
1001
|
+
--color-light-bg-primary-alpha-4: rgba(255, 255, 255, 0.04);
|
|
1002
|
+
--color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
|
|
1003
|
+
--color-light-bg-primary-alpha-12: rgba(255, 255, 255, 0.12);
|
|
1004
|
+
--color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15);
|
|
1005
|
+
--color-light-bg-primary-alpha-16: rgba(255, 255, 255, 0.16);
|
|
1006
|
+
--color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2);
|
|
1007
|
+
--color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
|
|
1008
|
+
--color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
|
|
1009
|
+
--color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
1010
|
+
--color-light-bg-primary-shade-7: rgb(237, 237, 237);
|
|
1011
|
+
--color-light-bg-primary-shade-15: rgb(217, 217, 217);
|
|
1012
|
+
--color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
|
|
1013
|
+
--color-light-bg-primary-inverted-alpha-4: rgba(11, 31, 53, 0.04);
|
|
1014
|
+
--color-light-bg-primary-inverted-alpha-5: rgba(11, 31, 53, 0.05);
|
|
1015
|
+
--color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
|
|
1016
|
+
--color-light-bg-primary-inverted-alpha-8: rgba(11, 31, 53, 0.08);
|
|
1017
|
+
--color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
|
|
1018
|
+
--color-light-bg-primary-inverted-alpha-12: rgba(11, 31, 53, 0.12);
|
|
1019
|
+
--color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
|
|
1020
|
+
--color-light-bg-primary-inverted-alpha-16: rgba(11, 31, 53, 0.16);
|
|
1021
|
+
--color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
|
|
1022
|
+
--color-light-bg-primary-inverted-alpha-24: rgba(11, 31, 53, 0.24);
|
|
1023
|
+
--color-light-bg-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
1024
|
+
--color-light-bg-primary-inverted-alpha-32: rgba(11, 31, 53, 0.32);
|
|
1025
|
+
--color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
1026
|
+
--color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
|
|
1027
|
+
--color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
1028
|
+
--color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
1029
|
+
--color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
|
|
1030
|
+
--color-light-bg-quaternary-alpha-30: rgba(219, 222, 225, 0.3);
|
|
1031
|
+
--color-light-bg-quaternary-shade-7: rgb(204, 206, 209);
|
|
1032
|
+
--color-light-bg-quaternary-shade-10: rgb(197, 200, 203);
|
|
1033
|
+
--color-light-bg-quaternary-shade-15: rgb(186, 189, 191);
|
|
1034
|
+
--color-light-bg-quaternary-shade-30: rgb(153, 155, 157);
|
|
1035
|
+
--color-light-bg-quaternary-inverted-alpha-30: rgba(72, 87, 103, 0.3);
|
|
1036
|
+
--color-light-bg-quaternary-inverted-tint-15: rgb(99, 112, 126);
|
|
1037
|
+
--color-light-bg-quaternary-inverted-tint-20: rgb(109, 121, 133);
|
|
1038
|
+
--color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
|
|
1039
|
+
--color-light-bg-secondary-tint-15: rgb(245, 246, 246);
|
|
1040
|
+
--color-light-bg-secondary-tint-20: rgb(245, 246, 247);
|
|
1041
|
+
--color-light-bg-secondary-shade-7: rgb(226, 227, 228);
|
|
1042
|
+
--color-light-bg-secondary-shade-15: rgb(207, 207, 208);
|
|
1043
|
+
--color-light-bg-secondary-inverted-alpha-30: rgba(35, 53, 73, 0.3);
|
|
1044
|
+
--color-light-bg-secondary-inverted-tint-15: rgb(68, 83, 100);
|
|
1045
|
+
--color-light-bg-secondary-inverted-tint-20: rgb(79, 93, 109);
|
|
1046
|
+
--color-light-bg-secondary-inverted-shade-7: rgb(33, 49, 68);
|
|
1047
|
+
--color-light-bg-secondary-inverted-shade-15: rgb(30, 45, 62);
|
|
1048
|
+
--color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
|
|
1049
|
+
--color-light-border-underline-alpha-30: rgba(182, 188, 195, 0.3);
|
|
1050
|
+
--color-light-border-underline-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
1051
|
+
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
1052
|
+
--color-light-graphic-accent-tint-15: rgb(241, 80, 69);
|
|
1053
|
+
--color-light-graphic-accent-shade-7: rgb(222, 46, 33);
|
|
1054
|
+
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
1055
|
+
--color-light-graphic-accent-shade-15: rgb(203, 42, 31);
|
|
1056
|
+
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
1057
|
+
--color-light-graphic-negative-alpha-10: rgba(241, 80, 69, 0.1);
|
|
1058
|
+
--color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
1059
|
+
--color-light-graphic-negative-alpha-40: rgba(241, 80, 69, 0.4);
|
|
1060
|
+
--color-light-graphic-negative-tint-20: rgb(244, 115, 106);
|
|
1061
|
+
--color-light-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
1062
|
+
--color-light-graphic-negative-shade-7: rgb(224, 74, 64);
|
|
1063
|
+
--color-light-graphic-negative-shade-15: rgb(205, 68, 59);
|
|
1064
|
+
--color-light-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
1065
|
+
--color-light-graphic-positive-alpha-10: rgba(47, 194, 110, 0.1);
|
|
1066
|
+
--color-light-graphic-positive-shade-10: rgb(42, 175, 99);
|
|
1067
|
+
--color-light-graphic-positive-shade-30: rgb(33, 136, 77);
|
|
1068
|
+
--color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
1069
|
+
--color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
|
|
1070
|
+
--color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
|
|
1071
|
+
--color-light-graphic-primary-alpha-60: rgba(11, 31, 53, 0.6);
|
|
1072
|
+
--color-light-graphic-primary-tint-15: rgb(48, 65, 83);
|
|
1073
|
+
--color-light-graphic-primary-tint-20: rgb(60, 76, 93);
|
|
1074
|
+
--color-light-graphic-primary-tint-30: rgb(84, 98, 114);
|
|
1075
|
+
--color-light-graphic-primary-shade-10: rgb(10, 28, 48);
|
|
1076
|
+
--color-light-graphic-primary-shade-30: rgb(8, 22, 37);
|
|
1077
|
+
--color-light-graphic-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
1078
|
+
--color-light-graphic-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
1079
|
+
--color-light-graphic-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
|
|
1080
|
+
--color-light-graphic-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6);
|
|
1081
|
+
--color-light-graphic-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
1082
|
+
--color-light-graphic-primary-inverted-shade-10: rgb(230, 230, 230);
|
|
1083
|
+
--color-light-graphic-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
1084
|
+
--color-light-graphic-primary-inverted-shade-30: rgb(179, 179, 179);
|
|
1085
|
+
--color-light-graphic-quaternary-shade-10: rgb(197, 200, 203);
|
|
1086
|
+
--color-light-graphic-secondary-alpha-30: rgba(109, 121, 134, 0.3);
|
|
1087
|
+
--color-light-graphic-secondary-shade-30: rgb(76, 85, 94);
|
|
1088
|
+
--color-light-graphic-secondary-shade-50: rgb(55, 61, 67);
|
|
1089
|
+
--color-light-graphic-secondary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
1090
|
+
--color-light-graphic-secondary-inverted-tint-15: rgb(193, 198, 204);
|
|
1091
|
+
--color-light-graphic-secondary-inverted-tint-20: rgb(197, 201, 207);
|
|
1092
|
+
--color-light-graphic-secondary-inverted-shade-10: rgb(164, 169, 176);
|
|
1093
|
+
--color-light-graphic-secondary-inverted-shade-30: rgb(127, 132, 136);
|
|
1094
|
+
--color-light-graphic-tertiary-alpha-30: rgba(182, 188, 195, 0.3);
|
|
1095
|
+
--color-light-graphic-tertiary-tint-15: rgb(193, 198, 204);
|
|
1096
|
+
--color-light-graphic-tertiary-tint-20: rgb(197, 201, 207);
|
|
1097
|
+
--color-light-graphic-tertiary-shade-7: rgb(169, 175, 181);
|
|
1098
|
+
--color-light-graphic-tertiary-shade-15: rgb(155, 160, 166);
|
|
1099
|
+
--color-light-graphic-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
1100
|
+
--color-light-graphic-tertiary-inverted-tint-15: rgb(131, 141, 152);
|
|
1101
|
+
--color-light-graphic-tertiary-inverted-tint-20: rgb(138, 148, 158);
|
|
1102
|
+
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
1103
|
+
--color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
|
|
1104
|
+
--color-light-specialbg-component-shade-15: rgba(9, 26, 45, 0.2095);
|
|
1105
|
+
--color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
|
|
1106
|
+
--color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02);
|
|
1107
|
+
--color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14);
|
|
1108
|
+
--color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23);
|
|
1109
|
+
--color-light-specialbg-component-alpha-30: rgba(11, 31, 53, 0.3);
|
|
1110
|
+
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
1111
|
+
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
|
|
1112
|
+
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.32);
|
|
1113
|
+
--color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
|
|
1114
|
+
--color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
|
|
1115
|
+
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.32);
|
|
1116
|
+
--color-light-specialbg-tertiary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.36);
|
|
1117
|
+
--color-light-text-link-tint-30: rgb(77, 162, 255);
|
|
1118
|
+
--color-light-text-link-tint-50: rgb(128, 189, 255);
|
|
1119
|
+
--color-light-text-link-shade-20: rgb(0, 98, 204);
|
|
1120
|
+
--color-light-text-link-shade-40: rgb(0, 73, 153);
|
|
1121
|
+
--color-light-text-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
1122
|
+
--color-light-text-primary-tint-24: rgb(70, 85, 101);
|
|
1123
|
+
--color-light-text-primary-tint-30: rgb(84, 98, 114);
|
|
1124
|
+
--color-light-text-primary-tint-40: rgb(109, 121, 134);
|
|
1125
|
+
--color-light-text-primary-tint-50: rgb(133, 143, 154);
|
|
1126
|
+
--color-light-text-primary-shade-20: rgb(9, 25, 42);
|
|
1127
|
+
--color-light-text-primary-shade-40: rgb(7, 19, 32);
|
|
1128
|
+
--color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
1129
|
+
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
1130
|
+
--color-light-text-primary-inverted-tint-20: rgb(255, 255, 255);
|
|
1131
|
+
--color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
|
|
1132
|
+
--color-light-text-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
1133
|
+
--color-light-text-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
1134
|
+
--color-light-text-primary-inverted-shade-24: rgb(194, 194, 194);
|
|
1135
|
+
--color-light-text-primary-inverted-shade-30: rgb(179, 179, 179);
|
|
1136
|
+
--color-light-text-primary-inverted-shade-40: rgb(153, 153, 153);
|
|
1137
|
+
--color-light-text-primary-inverted-shade-50: rgb(128, 128, 128);
|
|
1138
|
+
--color-light-text-secondary-tint-20: rgba(60, 76, 93, 0.76);
|
|
1139
|
+
--color-light-text-secondary-tint-30: rgba(84, 98, 114, 0.79);
|
|
1140
|
+
--color-light-text-secondary-shade-20: rgba(9, 25, 42, 0.76);
|
|
1141
|
+
--color-light-text-secondary-shade-40: rgba(7, 19, 32, 0.82);
|
|
1142
|
+
--color-light-text-secondary-inverted-tint-20: rgba(255, 255, 255, 0.76);
|
|
1143
|
+
--color-light-text-secondary-inverted-tint-30: rgba(255, 255, 255, 0.79);
|
|
1144
|
+
--color-static-bg-primary-dark-alpha-10: rgba(11, 31, 53, 0.1);
|
|
1145
|
+
--color-static-bg-primary-dark-alpha-20: rgba(11, 31, 53, 0.2);
|
|
1146
|
+
--color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
|
|
738
1147
|
}
|
|
739
1148
|
:root {
|
|
740
1149
|
--shadow-xs: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04);
|
|
@@ -780,6 +1189,85 @@
|
|
|
780
1189
|
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
781
1190
|
'Helvetica Neue', Helvetica, sans-serif;
|
|
782
1191
|
}
|
|
1192
|
+
:root {
|
|
1193
|
+
--text-primary-color: var(--color-light-text-primary);
|
|
1194
|
+
--text-secondary-color: var(--color-light-text-secondary);
|
|
1195
|
+
--text-tertiary-color: var(--color-light-text-tertiary);
|
|
1196
|
+
--focus-color: var(--color-light-border-link);
|
|
1197
|
+
--font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
1198
|
+
sans-serif;
|
|
1199
|
+
--disabled-cursor: not-allowed;
|
|
1200
|
+
--arrow-transform: rotate(180deg);
|
|
1201
|
+
--size-xxs-height: 32px;
|
|
1202
|
+
--size-xs-height: 40px;
|
|
1203
|
+
--size-s-height: 48px;
|
|
1204
|
+
--size-m-height: 56px;
|
|
1205
|
+
--size-l-height: 64px;
|
|
1206
|
+
--size-xl-height: 72px;
|
|
1207
|
+
}
|
|
1208
|
+
*,
|
|
1209
|
+
*:before,
|
|
1210
|
+
*:after {
|
|
1211
|
+
box-sizing: border-box;
|
|
1212
|
+
}
|
|
1213
|
+
html,
|
|
1214
|
+
body {
|
|
1215
|
+
margin: 0;
|
|
1216
|
+
padding: 0;
|
|
1217
|
+
height: 100%;
|
|
1218
|
+
}
|
|
1219
|
+
body {
|
|
1220
|
+
-webkit-font-smoothing: antialiased;
|
|
1221
|
+
-moz-osx-font-smoothing: grayscale;
|
|
1222
|
+
background-color: var(--color-light-bg-primary);
|
|
1223
|
+
color: var(--text-primary-color);
|
|
1224
|
+
font-family: var(--font-family-system);
|
|
1225
|
+
font-style: normal;
|
|
1226
|
+
font-weight: 400;
|
|
1227
|
+
}
|
|
1228
|
+
:root {
|
|
1229
|
+
--shadow-xs: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1230
|
+
--shadow-s: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1231
|
+
0 0 1px rgba(0, 0, 0, 0.04);
|
|
1232
|
+
--shadow-m: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
1233
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1234
|
+
--shadow-l: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
1235
|
+
0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1236
|
+
--shadow-xl: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),
|
|
1237
|
+
0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
1238
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1239
|
+
|
|
1240
|
+
/* Hard */
|
|
1241
|
+
--shadow-xs-hard: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
1242
|
+
--shadow-s-hard: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),
|
|
1243
|
+
0 0 1px rgba(0, 0, 0, 0.16);
|
|
1244
|
+
--shadow-m-hard: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
1245
|
+
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
1246
|
+
--shadow-l-hard: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),
|
|
1247
|
+
0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
1248
|
+
--shadow-xl-hard: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),
|
|
1249
|
+
0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
1250
|
+
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
1251
|
+
|
|
1252
|
+
/* Up */
|
|
1253
|
+
--shadow-xs-up: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);
|
|
1254
|
+
--shadow-s-up: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);
|
|
1255
|
+
--shadow-m-up: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
1256
|
+
--shadow-l-up: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);
|
|
1257
|
+
--shadow-xl-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);
|
|
1258
|
+
|
|
1259
|
+
/* Hard up */
|
|
1260
|
+
--shadow-xs-hard-up: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),
|
|
1261
|
+
0 -2px 4px rgba(0, 0, 0, 0.16);
|
|
1262
|
+
--shadow-s-hard-up: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),
|
|
1263
|
+
0 -4px 8px rgba(0, 0, 0, 0.16);
|
|
1264
|
+
--shadow-m-hard-up: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),
|
|
1265
|
+
0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
1266
|
+
--shadow-l-hard-up: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),
|
|
1267
|
+
0 -12px 24px rgba(0, 0, 0, 0.16);
|
|
1268
|
+
--shadow-xl-hard-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
|
|
1269
|
+
0 -16px 32px rgba(0, 0, 0, 0.16);
|
|
1270
|
+
}
|
|
783
1271
|
:root {
|
|
784
1272
|
/* theme */
|
|
785
1273
|
--button-active-transform: none;
|