@alfalab/core-components 26.12.0 → 27.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/amount/component.js +6 -15
- package/amount/cssm/component.js +5 -14
- package/amount/cssm/index.module.css +2 -14
- package/amount/cssm/pure/component.d.ts +0 -2
- package/amount/cssm/pure/component.js +0 -2
- package/amount/cssm/types/amount-props.d.ts +0 -8
- package/amount/esm/component.js +6 -15
- package/amount/esm/index.css +3 -15
- package/amount/esm/pure/component.d.ts +0 -2
- package/amount/esm/pure/component.js +0 -2
- package/amount/esm/pure/index.css +1 -1
- package/amount/esm/types/amount-props.d.ts +0 -8
- package/amount/index.css +3 -15
- package/amount/modern/component.js +4 -12
- package/amount/modern/index.css +3 -15
- package/amount/modern/pure/component.d.ts +0 -2
- package/amount/modern/pure/component.js +0 -2
- package/amount/modern/pure/index.css +1 -1
- package/amount/modern/types/amount-props.d.ts +0 -8
- package/amount/pure/component.d.ts +0 -2
- package/amount/pure/component.js +0 -2
- package/amount/pure/index.css +1 -1
- package/amount/types/amount-props.d.ts +0 -8
- package/bank-card/cssm/index.module.css +165 -68
- package/bank-card/esm/index.css +165 -68
- package/bank-card/index.css +165 -68
- package/bank-card/modern/index.css +165 -68
- package/bottom-sheet/{component-ac179f0f.d.ts → component-cb2f5174.d.ts} +0 -0
- package/bottom-sheet/{component-ac179f0f.js → component-cb2f5174.js} +1 -1
- package/bottom-sheet/component.js +2 -2
- package/bottom-sheet/components/backer/Component.js +1 -1
- package/bottom-sheet/components/closer/Component.js +1 -1
- package/bottom-sheet/components/header/Component.js +2 -2
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/cssm/index.module.css +2 -2
- package/bottom-sheet/esm/{component-4876d7a4.d.ts → component-2929b201.d.ts} +0 -0
- package/bottom-sheet/esm/{component-4876d7a4.js → component-2929b201.js} +1 -1
- package/bottom-sheet/esm/component.js +2 -2
- package/bottom-sheet/esm/components/backer/Component.js +1 -1
- package/bottom-sheet/esm/components/closer/Component.js +1 -1
- package/bottom-sheet/esm/components/header/Component.js +2 -2
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.css +2 -2
- package/bottom-sheet/esm/index.d.ts +1 -1
- package/bottom-sheet/esm/index.js +2 -2
- package/bottom-sheet/esm/{tslib.es6-97fcee33.d.ts → tslib.es6-58b5de0a.d.ts} +0 -0
- package/bottom-sheet/esm/{tslib.es6-97fcee33.js → tslib.es6-58b5de0a.js} +0 -0
- package/bottom-sheet/index.css +2 -2
- package/bottom-sheet/index.d.ts +1 -1
- package/bottom-sheet/index.js +2 -2
- package/bottom-sheet/modern/{component-cb0940a7.d.ts → component-bbe76b59.d.ts} +0 -0
- package/bottom-sheet/modern/{component-cb0940a7.js → component-bbe76b59.js} +0 -0
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/header/Component.js +1 -1
- package/bottom-sheet/modern/index.css +2 -2
- package/bottom-sheet/modern/index.d.ts +1 -1
- package/bottom-sheet/modern/index.js +1 -1
- package/bottom-sheet/{tslib.es6-6270a94a.d.ts → tslib.es6-78658827.d.ts} +0 -0
- package/bottom-sheet/{tslib.es6-6270a94a.js → tslib.es6-78658827.js} +0 -0
- package/button/cssm/default.module.css +30 -26
- package/button/cssm/inverted.module.css +45 -29
- package/button/default.css +30 -26
- package/button/esm/default.css +30 -26
- package/button/esm/inverted.css +45 -29
- package/button/inverted.css +45 -29
- package/button/modern/default.css +30 -26
- package/button/modern/inverted.css +45 -29
- package/calendar/Component.js +1 -1
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.css +2 -2
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/month-year-header/Component.js +1 -1
- package/calendar/components/month-year-header/index.js +1 -1
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/cssm/components/days-table/index.module.css +2 -2
- package/calendar/cssm/components/select-button/Component.d.ts +1 -1
- package/calendar/esm/Component.js +1 -1
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.css +2 -2
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/month-year-header/Component.js +1 -1
- package/calendar/esm/components/month-year-header/index.js +1 -1
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/select-button/Component.d.ts +1 -1
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/{tslib.es6-dcaa720f.d.ts → tslib.es6-cc88169d.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-dcaa720f.js → tslib.es6-cc88169d.js} +0 -0
- package/calendar/index.js +1 -1
- package/calendar/modern/components/days-table/index.css +2 -2
- package/calendar/{tslib.es6-143012f2.d.ts → tslib.es6-9016aae0.d.ts} +0 -0
- package/calendar/{tslib.es6-143012f2.js → tslib.es6-9016aae0.js} +0 -0
- package/calendar-range/Component.js +1 -1
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/{index.module-e24e5cda.d.ts → index.module-180edf9f.d.ts} +0 -0
- package/calendar-range/esm/{index.module-e24e5cda.js → index.module-180edf9f.js} +0 -0
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/index.js +1 -1
- package/calendar-range/{index.module-f524d00d.d.ts → index.module-56ec1ab3.d.ts} +0 -0
- package/calendar-range/{index.module-f524d00d.js → index.module-56ec1ab3.js} +0 -0
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/{index.module-e9ae4588.js → index.module-db728217.js} +0 -0
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/chart/Component.js +1 -1
- package/chart/esm/Component.js +1 -1
- package/chart/esm/hooks/useSettings/index.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/esm/index.js +1 -1
- package/chart/esm/{tslib.es6-ecd58c05.d.ts → tslib.es6-91da9559.d.ts} +0 -0
- package/chart/esm/{tslib.es6-ecd58c05.js → tslib.es6-91da9559.js} +0 -0
- package/chart/hooks/useSettings/index.js +1 -1
- package/chart/hooks/useSettings/utils/setDatas.d.ts +2 -1
- package/chart/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/index.js +1 -1
- package/chart/modern/hooks/useSettings/utils/setDatas.d.ts +2 -1
- package/chart/{tslib.es6-30c58b24.d.ts → tslib.es6-ff6bc76d.d.ts} +0 -0
- package/chart/{tslib.es6-30c58b24.js → tslib.es6-ff6bc76d.js} +0 -0
- package/checkbox/cssm/index.module.css +6 -6
- package/checkbox/esm/index.css +6 -6
- package/checkbox/index.css +6 -6
- package/checkbox/modern/index.css +6 -6
- package/confirmation/component.js +1 -1
- package/confirmation/components/index.js +1 -1
- package/confirmation/components/screens/index.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.js +1 -1
- package/confirmation/{countdown-section-aeaa4fb5.d.ts → countdown-section-f9e59127.d.ts} +0 -0
- package/confirmation/{countdown-section-aeaa4fb5.js → countdown-section-f9e59127.js} +0 -0
- package/confirmation/esm/component.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/{countdown-section-fc478e90.d.ts → countdown-section-0252e8b9.d.ts} +0 -0
- package/confirmation/esm/{countdown-section-fc478e90.js → countdown-section-0252e8b9.js} +0 -0
- package/confirmation/esm/index.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/modern/component.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/{countdown-section-63b2a9a6.d.ts → countdown-section-7f6bab79.d.ts} +0 -0
- package/confirmation/modern/{countdown-section-63b2a9a6.js → countdown-section-7f6bab79.js} +0 -0
- package/confirmation/modern/index.js +1 -1
- package/date-input/cssm/Component.d.ts +1 -1
- package/dropzone/cssm/index.module.css +2 -2
- package/dropzone/esm/index.css +2 -2
- package/dropzone/index.css +2 -2
- package/dropzone/modern/index.css +2 -2
- package/form-control/cssm/default.module.css +3 -3
- package/form-control/default.css +3 -3
- package/form-control/esm/default.css +3 -3
- package/form-control/modern/default.css +3 -3
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +2 -2
- package/gallery/components/image-viewer/index.js +2 -2
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +2 -2
- package/gallery/esm/components/image-viewer/index.js +2 -2
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/index.js +2 -2
- package/gallery/esm/{slide-7fb5d007.d.ts → slide-71941cc8.d.ts} +0 -0
- package/gallery/esm/{slide-7fb5d007.js → slide-71941cc8.js} +0 -0
- package/gallery/esm/{tslib.es6-6d3e6f47.d.ts → tslib.es6-875422e0.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-6d3e6f47.js → tslib.es6-875422e0.js} +0 -0
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/gallery/modern/{slide-a3275080.d.ts → slide-1df71b26.d.ts} +0 -0
- package/gallery/modern/{slide-a3275080.js → slide-1df71b26.js} +0 -0
- package/gallery/{slide-e3b1256b.d.ts → slide-378f8a6a.d.ts} +0 -0
- package/gallery/{slide-e3b1256b.js → slide-378f8a6a.js} +0 -0
- package/gallery/{tslib.es6-2a2f3603.d.ts → tslib.es6-682e8e27.d.ts} +0 -0
- package/gallery/{tslib.es6-2a2f3603.js → tslib.es6-682e8e27.js} +0 -0
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +1 -1
- package/grid/col/index.js +1 -1
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +1 -1
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/{gutters.module-4c13feb8.d.ts → gutters.module-e926dd15.d.ts} +0 -0
- package/grid/esm/{gutters.module-4c13feb8.js → gutters.module-e926dd15.js} +0 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +1 -1
- package/grid/esm/row/index.js +1 -1
- package/grid/{gutters.module-9717f2e9.d.ts → gutters.module-527484e4.d.ts} +0 -0
- package/grid/{gutters.module-9717f2e9.js → gutters.module-527484e4.js} +0 -0
- package/grid/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +1 -1
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/{gutters.module-32bff58c.js → gutters.module-546d9e29.js} +0 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +1 -1
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +1 -1
- package/grid/row/index.js +1 -1
- package/icon-button/Component.d.ts +2 -2
- package/icon-button/Component.js +3 -3
- package/icon-button/cssm/Component.d.ts +2 -2
- package/icon-button/cssm/Component.js +1 -1
- package/icon-button/cssm/default.module.css +36 -7
- package/icon-button/cssm/inverted.module.css +44 -10
- package/icon-button/default.css +36 -7
- package/icon-button/esm/Component.d.ts +2 -2
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +36 -7
- package/icon-button/esm/inverted.css +44 -10
- package/icon-button/inverted.css +44 -10
- package/icon-button/modern/Component.d.ts +2 -2
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +36 -7
- package/icon-button/modern/inverted.css +44 -10
- package/icon-view/circle.js +1 -1
- package/icon-view/components/circle/component.js +1 -1
- package/icon-view/components/circle/index.js +1 -1
- package/icon-view/components/index.js +1 -1
- package/icon-view/components/super-ellipse/component.js +1 -1
- package/icon-view/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/circle.js +1 -1
- package/icon-view/esm/components/circle/component.js +1 -1
- package/icon-view/esm/components/circle/index.js +1 -1
- package/icon-view/esm/components/index.js +1 -1
- package/icon-view/esm/components/super-ellipse/component.js +1 -1
- package/icon-view/esm/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/super-ellipse.js +1 -1
- package/icon-view/esm/{tslib.es6-62ec6b5d.d.ts → tslib.es6-5a02ea80.d.ts} +0 -0
- package/icon-view/esm/{tslib.es6-62ec6b5d.js → tslib.es6-5a02ea80.js} +0 -0
- package/icon-view/super-ellipse.js +1 -1
- package/icon-view/{tslib.es6-713fbafd.d.ts → tslib.es6-ef431aff.d.ts} +0 -0
- package/icon-view/{tslib.es6-713fbafd.js → tslib.es6-ef431aff.js} +0 -0
- package/intl-phone-input/{component-6aa7c1d6.d.ts → component-b32c87f0.d.ts} +0 -0
- package/intl-phone-input/{component-6aa7c1d6.js → component-b32c87f0.js} +0 -0
- package/intl-phone-input/component.js +2 -2
- package/intl-phone-input/components/index.js +1 -1
- package/intl-phone-input/components/select/component.js +1 -1
- package/intl-phone-input/components/select/index.js +1 -1
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/{component-c6c7a649.d.ts → component-e8e7f02a.d.ts} +0 -0
- package/intl-phone-input/esm/{component-c6c7a649.js → component-e8e7f02a.js} +0 -0
- package/intl-phone-input/esm/component.js +2 -2
- package/intl-phone-input/esm/components/index.js +1 -1
- package/intl-phone-input/esm/components/select/component.js +1 -1
- package/intl-phone-input/esm/components/select/index.js +1 -1
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/esm/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/index.js +1 -1
- package/intl-phone-input/esm/{libphonenumber-js.min-71baaecc.d.ts → libphonenumber-js.min-79cae751.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-71baaecc.js → libphonenumber-js.min-79cae751.js} +0 -0
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/{libphonenumber-js.min-c39889b0.d.ts → libphonenumber-js.min-9745165b.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-c39889b0.js → libphonenumber-js.min-9745165b.js} +0 -0
- package/intl-phone-input/modern/component.js +1 -1
- package/intl-phone-input/modern/{libphonenumber-js.min-71baaecc.d.ts → libphonenumber-js.min-79cae751.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-71baaecc.js → libphonenumber-js.min-79cae751.js} +0 -0
- package/modal/Component.desktop.js +2 -2
- package/modal/Component.mobile.js +2 -2
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +1 -1
- package/modal/components/content/Component.desktop.js +1 -1
- package/modal/components/content/Component.mobile.js +1 -1
- package/modal/components/footer/Component.desktop.js +1 -1
- package/modal/components/footer/Component.mobile.js +1 -1
- package/modal/components/header/Component.desktop.js +1 -1
- package/modal/components/header/Component.mobile.js +1 -1
- package/modal/desktop.js +2 -2
- package/modal/esm/Component.desktop.js +2 -2
- package/modal/esm/Component.mobile.js +2 -2
- package/modal/esm/Component.responsive.js +2 -2
- package/modal/esm/components/closer/Component.js +1 -1
- package/modal/esm/components/content/Component.desktop.js +1 -1
- package/modal/esm/components/content/Component.mobile.js +1 -1
- package/modal/esm/components/footer/Component.desktop.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +1 -1
- package/modal/esm/components/header/Component.desktop.js +1 -1
- package/modal/esm/components/header/Component.mobile.js +1 -1
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/{transitions.module-045f0acc.js → transitions.module-68527aae.js} +0 -0
- package/modal/esm/{tslib.es6-926adafc.d.ts → tslib.es6-3852fc63.d.ts} +0 -0
- package/modal/esm/{tslib.es6-926adafc.js → tslib.es6-3852fc63.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.js +2 -2
- package/modal/modern/Component.desktop.js +1 -1
- package/modal/modern/Component.mobile.js +1 -1
- package/modal/modern/Component.responsive.d.ts +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/{transitions.module-045f0acc.js → transitions.module-68527aae.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-78f5235e.js → transitions.module-6ad80b82.js} +0 -0
- package/modal/{tslib.es6-33906f7c.d.ts → tslib.es6-b75c94d3.d.ts} +0 -0
- package/modal/{tslib.es6-33906f7c.js → tslib.es6-b75c94d3.js} +0 -0
- package/package.json +1 -1
- package/pagination/components/tag/index.css +2 -2
- package/pagination/cssm/components/tag/index.module.css +2 -2
- package/pagination/esm/components/tag/index.css +2 -2
- package/pagination/modern/components/tag/index.css +2 -2
- package/phone-input/esm/utils/index.js +7 -5
- package/phone-input/utils/index.js +5 -7
- package/picker-button/Component.js +1 -1
- package/picker-button/esm/Component.js +1 -1
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.js +1 -1
- package/picker-button/esm/index.js +1 -1
- package/picker-button/esm/option/Component.js +1 -1
- package/picker-button/esm/option/index.js +1 -1
- package/picker-button/esm/{tslib.es6-fe077bfd.d.ts → tslib.es6-88641d51.d.ts} +0 -0
- package/picker-button/esm/{tslib.es6-fe077bfd.js → tslib.es6-88641d51.js} +0 -0
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.js +1 -1
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.js +1 -1
- package/picker-button/{tslib.es6-c60862eb.d.ts → tslib.es6-057c91a6.d.ts} +0 -0
- package/picker-button/{tslib.es6-c60862eb.js → tslib.es6-057c91a6.js} +0 -0
- package/radio/cssm/index.module.css +9 -9
- package/radio/esm/index.css +9 -9
- package/radio/index.css +9 -9
- package/radio/modern/index.css +9 -9
- package/select/{Component-59ee901e.d.ts → Component-25f36dc0.d.ts} +0 -0
- package/select/{Component-59ee901e.js → Component-25f36dc0.js} +1 -1
- package/select/{Component-cbbcfb97.d.ts → Component-da55892c.d.ts} +0 -0
- package/select/{Component-cbbcfb97.js → Component-da55892c.js} +3 -3
- package/select/Component.js +2 -2
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/index.d.ts +1 -1
- package/select/components/base-select/index.js +2 -2
- package/select/components/field/Component.js +1 -1
- package/select/components/field/index.js +1 -1
- package/select/components/index.js +4 -4
- package/select/components/native-select/Component.js +1 -1
- package/select/components/native-select/index.js +1 -1
- package/select/components/option/Component.js +1 -1
- package/select/components/option/index.js +1 -1
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.js +1 -1
- package/select/components/select-mobile/Component.js +4 -4
- package/select/components/select-mobile/index.d.ts +1 -1
- package/select/components/select-mobile/index.js +4 -4
- package/select/components/select-mobile/options-list/Component.js +1 -1
- package/select/components/select-mobile/options-list/index.js +1 -1
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.js +1 -1
- package/select/esm/{Component-67ca3113.d.ts → Component-2ae8e5a1.d.ts} +0 -0
- package/select/esm/{Component-67ca3113.js → Component-2ae8e5a1.js} +2 -2
- package/select/esm/{Component-10659b80.d.ts → Component-a591cb6f.d.ts} +0 -0
- package/select/esm/{Component-10659b80.js → Component-a591cb6f.js} +9 -9
- package/select/esm/Component.js +8 -8
- package/select/esm/components/base-select/Component.js +3 -3
- package/select/esm/components/base-select/index.d.ts +1 -1
- package/select/esm/components/base-select/index.js +3 -3
- package/select/esm/components/field/Component.js +2 -2
- package/select/esm/components/field/index.js +2 -2
- package/select/esm/components/index.js +10 -10
- package/select/esm/components/native-select/Component.js +1 -1
- package/select/esm/components/native-select/index.js +1 -1
- package/select/esm/components/option/Component.js +1 -1
- package/select/esm/components/option/index.js +1 -1
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.js +1 -1
- package/select/esm/components/select-mobile/Component.js +10 -10
- package/select/esm/components/select-mobile/index.d.ts +1 -1
- package/select/esm/components/select-mobile/index.js +10 -10
- package/select/esm/components/select-mobile/options-list/Component.js +1 -1
- package/select/esm/components/select-mobile/options-list/index.js +1 -1
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.js +1 -1
- package/select/esm/index.js +10 -10
- package/select/esm/{intersection-observer-c97fa82b.d.ts → intersection-observer-38d83a42.d.ts} +0 -0
- package/select/esm/{intersection-observer-c97fa82b.js → intersection-observer-38d83a42.js} +0 -0
- package/select/esm/presets/index.js +10 -10
- package/select/esm/presets/useLazyLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithApply/hook.js +10 -10
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -10
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +10 -10
- package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/select/esm/{tslib.es6-dfe5e05c.d.ts → tslib.es6-d934a155.d.ts} +0 -0
- package/select/esm/{tslib.es6-dfe5e05c.js → tslib.es6-d934a155.js} +0 -0
- package/select/index.js +4 -4
- package/select/{intersection-observer-91bd8519.d.ts → intersection-observer-e16c7d61.d.ts} +0 -0
- package/select/{intersection-observer-91bd8519.js → intersection-observer-e16c7d61.js} +0 -0
- package/select/modern/{Component-8aa58d39.d.ts → Component-41045f11.d.ts} +0 -0
- package/select/modern/{Component-8aa58d39.js → Component-41045f11.js} +1 -1
- package/select/modern/{Component-251596cb.d.ts → Component-80e0d0f3.d.ts} +0 -0
- package/select/modern/{Component-251596cb.js → Component-80e0d0f3.js} +8 -8
- package/select/modern/Component.js +7 -7
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/index.d.ts +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.js +1 -1
- package/select/modern/components/index.js +9 -9
- package/select/modern/components/select-mobile/Component.js +9 -9
- package/select/modern/components/select-mobile/index.d.ts +1 -1
- package/select/modern/components/select-mobile/index.js +9 -9
- package/select/modern/index.js +9 -9
- package/select/modern/{intersection-observer-c97fa82b.d.ts → intersection-observer-38d83a42.d.ts} +0 -0
- package/select/modern/{intersection-observer-c97fa82b.js → intersection-observer-38d83a42.js} +0 -0
- package/select/modern/presets/index.js +9 -9
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +9 -9
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +9 -9
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +9 -9
- package/select/presets/index.js +4 -4
- package/select/presets/useLazyLoading/hook.js +2 -2
- package/select/presets/useSelectWithApply/hook.js +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
- package/select/presets/useSelectWithLoading/hook.js +1 -1
- package/select/{tslib.es6-df76916a.d.ts → tslib.es6-2dc46ea8.d.ts} +0 -0
- package/select/{tslib.es6-df76916a.js → tslib.es6-2dc46ea8.js} +0 -0
- package/select-with-tags/component.js +1 -1
- package/select-with-tags/components/index.js +1 -1
- package/select-with-tags/components/tag/component.js +1 -1
- package/select-with-tags/components/tag/index.js +1 -1
- package/select-with-tags/components/tag-list/component.js +1 -1
- package/select-with-tags/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/component.js +1 -1
- package/select-with-tags/esm/components/index.js +1 -1
- package/select-with-tags/esm/components/tag/component.js +1 -1
- package/select-with-tags/esm/components/tag/index.js +1 -1
- package/select-with-tags/esm/components/tag-list/component.js +1 -1
- package/select-with-tags/esm/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/index.js +1 -1
- package/select-with-tags/esm/{tslib.es6-341f67df.d.ts → tslib.es6-cb3df343.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-341f67df.js → tslib.es6-cb3df343.js} +0 -0
- package/select-with-tags/esm/utils/index.js +1 -1
- package/select-with-tags/esm/utils/match.js +1 -1
- package/select-with-tags/index.js +1 -1
- package/select-with-tags/{tslib.es6-7b812af1.d.ts → tslib.es6-dd85aeee.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-7b812af1.js → tslib.es6-dd85aeee.js} +0 -0
- package/select-with-tags/utils/index.js +1 -1
- package/select-with-tags/utils/match.js +1 -1
- package/space/Component.js +1 -1
- package/space/{Item-bdd7ff58.d.ts → Item-b1811bd4.d.ts} +0 -0
- package/space/{Item-bdd7ff58.js → Item-b1811bd4.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/{Item-78c94425.d.ts → Item-dfbfa290.d.ts} +0 -0
- package/space/esm/{Item-78c94425.js → Item-dfbfa290.js} +0 -0
- package/space/esm/Item.js +1 -1
- package/space/esm/index.js +1 -1
- package/space/index.js +1 -1
- package/switch/cssm/index.module.css +5 -5
- package/switch/esm/index.css +5 -5
- package/switch/index.css +5 -5
- package/switch/modern/index.css +5 -5
- package/table/component.js +1 -1
- package/table/components/index.js +1 -1
- package/table/components/pagination/Component.js +1 -1
- package/table/components/pagination/index.js +1 -1
- package/table/components/pagination/select-field/index.js +1 -1
- package/table/components/table/Component.js +1 -1
- package/table/components/table/index.js +1 -1
- package/table/components/table/utils.js +1 -1
- package/table/components/tbody/Component.js +1 -1
- package/table/components/tbody/index.js +1 -1
- package/table/components/tcell/Component.js +1 -1
- package/table/components/tcell/index.js +1 -1
- package/table/components/texpandable-row/Component.js +1 -1
- package/table/components/texpandable-row/index.js +1 -1
- package/table/components/thead/Component.js +1 -1
- package/table/components/thead/index.css +2 -2
- package/table/components/thead/index.js +1 -1
- package/table/components/thead-cell/Component.js +1 -1
- package/table/components/thead-cell/index.js +1 -1
- package/table/components/trow/Component.js +1 -1
- package/table/components/trow/index.js +1 -1
- package/table/components/tsortable-head-cell/Component.js +1 -1
- package/table/components/tsortable-head-cell/index.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/cssm/components/thead/index.module.css +2 -2
- package/table/esm/component.js +1 -1
- package/table/esm/components/index.js +1 -1
- package/table/esm/components/pagination/Component.js +1 -1
- package/table/esm/components/pagination/index.js +1 -1
- package/table/esm/components/pagination/select-field/index.js +1 -1
- package/table/esm/components/table/Component.js +1 -1
- package/table/esm/components/table/index.js +1 -1
- package/table/esm/components/table/utils.js +1 -1
- package/table/esm/components/tbody/Component.js +1 -1
- package/table/esm/components/tbody/index.js +1 -1
- package/table/esm/components/tcell/Component.js +1 -1
- package/table/esm/components/tcell/index.js +1 -1
- package/table/esm/components/texpandable-row/Component.js +1 -1
- package/table/esm/components/texpandable-row/index.js +1 -1
- package/table/esm/components/thead/Component.js +1 -1
- package/table/esm/components/thead/index.css +2 -2
- package/table/esm/components/thead/index.js +1 -1
- package/table/esm/components/thead-cell/Component.js +1 -1
- package/table/esm/components/thead-cell/index.js +1 -1
- package/table/esm/components/trow/Component.js +1 -1
- package/table/esm/components/trow/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/Component.js +1 -1
- package/table/esm/components/tsortable-head-cell/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/index.js +1 -1
- package/table/esm/{tslib.es6-adc3606f.d.ts → tslib.es6-ed06fa90.d.ts} +0 -0
- package/table/esm/{tslib.es6-adc3606f.js → tslib.es6-ed06fa90.js} +0 -0
- package/table/index.js +1 -1
- package/table/modern/components/thead/index.css +2 -2
- package/table/{tslib.es6-b12352ea.d.ts → tslib.es6-4c011f96.d.ts} +0 -0
- package/table/{tslib.es6-b12352ea.js → tslib.es6-4c011f96.js} +0 -0
- package/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/primary-tablist/index.css +1 -1
- package/tabs/components/primary-tablist/mobile.css +166 -69
- package/tabs/components/scrollable-container/index.css +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/components/secondary-tablist/Component.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/index.css +1 -1
- package/tabs/components/secondary-tablist/mobile.css +166 -69
- package/tabs/components/tab/index.css +1 -1
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/desktop.js +3 -3
- package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/primary-tablist/index.css +1 -1
- package/tabs/esm/components/primary-tablist/mobile.css +166 -69
- package/tabs/esm/components/scrollable-container/index.css +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/secondary-tablist/index.css +1 -1
- package/tabs/esm/components/secondary-tablist/mobile.css +166 -69
- package/tabs/esm/components/tab/index.css +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +3 -3
- package/tabs/esm/components/tabs/Component.mobile.js +3 -3
- package/tabs/esm/components/tabs/Component.responsive.js +3 -3
- package/tabs/esm/desktop.js +3 -3
- package/tabs/esm/index.js +3 -3
- package/tabs/esm/{index.module-4f872dce.js → index.module-6044d167.js} +0 -0
- package/tabs/esm/{index.module-cb2d5475.js → index.module-d99125d1.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-99e48a82.d.ts → tslib.es6-d6de3657.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-99e48a82.js → tslib.es6-d6de3657.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-676d379f.js → index.module-56e38fc6.js} +0 -0
- package/tabs/{index.module-46c31e55.js → index.module-752bf0c5.js} +0 -0
- package/tabs/mobile.js +3 -3
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/primary-tablist/index.css +1 -1
- package/tabs/modern/components/primary-tablist/mobile.css +166 -69
- package/tabs/modern/components/scrollable-container/index.css +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/index.css +1 -1
- package/tabs/modern/components/secondary-tablist/mobile.css +166 -69
- package/tabs/modern/components/tab/index.css +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/{index.module-4f872dce.js → index.module-6044d167.js} +0 -0
- package/tabs/modern/{index.module-cb2d5475.js → index.module-d99125d1.js} +0 -0
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/responsive.js +3 -3
- package/tabs/{tslib.es6-28db86de.d.ts → tslib.es6-47ab097a.d.ts} +0 -0
- package/tabs/{tslib.es6-28db86de.js → tslib.es6-47ab097a.js} +0 -0
- package/tag/cssm/inverted.module.css +0 -1
- package/tag/esm/inverted.css +0 -1
- package/tag/inverted.css +0 -1
- package/tag/modern/inverted.css +0 -1
- package/themes/button/click.css +12 -10
- package/themes/button/corp.css +27 -21
- package/themes/button/intranet.css +11 -9
- package/themes/button/mobile.css +11 -9
- package/themes/button/site.css +3 -0
- package/themes/click.css +211 -88
- package/themes/compiled/mobile-dark-bluetint.css +220 -193
- package/themes/corp.css +197 -90
- package/themes/dark.css +110 -24
- package/themes/icon-button/click.css +24 -0
- package/themes/intranet.css +182 -57
- package/themes/link/click.css +8 -8
- package/themes/mixins/button/click.css +12 -10
- package/themes/mixins/button/corp.css +27 -21
- package/themes/mixins/button/intranet.css +11 -9
- package/themes/mixins/button/mobile.css +11 -9
- package/themes/mixins/button/site.css +3 -0
- package/themes/mixins/click.css +2 -0
- package/themes/mixins/dark.css +110 -24
- package/themes/mixins/icon-button/click.css +24 -0
- package/themes/mixins/link/click.css +8 -8
- package/themes/mixins/skeleton/click.css +1 -1
- package/themes/mixins/slider/click.css +2 -2
- package/themes/mixins/slider/intranet.css +2 -2
- package/themes/mixins/slider/mobile.css +2 -2
- package/themes/mixins/tabs/corp.css +1 -1
- package/themes/mixins/tabs/site.css +1 -1
- package/themes/mobile.css +182 -57
- package/themes/site.css +172 -69
- package/themes/skeleton/click.css +1 -1
- package/themes/slider/click.css +2 -2
- package/themes/slider/intranet.css +2 -2
- package/themes/slider/mobile.css +2 -2
- package/themes/tabs/corp.css +1 -1
- package/themes/tabs/site.css +1 -1
- package/toast-plate/cssm/index.module.css +165 -68
- package/toast-plate/esm/index.css +165 -68
- package/toast-plate/index.css +165 -68
- package/toast-plate/modern/index.css +165 -68
- package/tooltip/{Component-afaf8c3c.d.ts → Component-a23d8071.d.ts} +0 -0
- package/tooltip/{Component-afaf8c3c.js → Component-a23d8071.js} +0 -0
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/esm/{Component-651cb90c.d.ts → Component-69264c9e.d.ts} +0 -0
- package/tooltip/esm/{Component-651cb90c.js → Component-69264c9e.js} +0 -0
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +1 -1
- package/tooltip/esm/index.d.ts +1 -1
- package/tooltip/esm/index.js +1 -1
- package/tooltip/esm/responsive.js +1 -1
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/responsive.js +1 -1
- package/typography/{colors.module-173b4448.d.ts → colors.module-2043bf7a.d.ts} +0 -0
- package/typography/{colors.module-173b4448.js → colors.module-2043bf7a.js} +0 -0
- package/typography/{common.module-e4c75f4c.js → common.module-05e92f66.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/esm/{colors.module-5b3adeb6.d.ts → colors.module-4559178f.d.ts} +0 -0
- package/typography/esm/{colors.module-5b3adeb6.js → colors.module-4559178f.js} +0 -0
- package/typography/esm/{common.module-483d5e47.js → common.module-1fbc639a.js} +0 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/{colors.module-feaa4986.js → colors.module-0859bdd1.js} +0 -0
- package/typography/modern/{common.module-483d5e47.js → common.module-1fbc639a.js} +0 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
- package/vars/colors-bluetint.css +165 -46
- package/vars/colors-indigo.css +165 -68
- package/vars/colors-x5.css +4 -0
- package/vars/cssm/colors-bluetint.css +165 -46
- package/vars/cssm/colors-indigo.css +165 -68
- package/vars/cssm/colors-x5.css +4 -0
- package/vars/cssm/index.css +165 -68
package/vars/colors-indigo.css
CHANGED
|
@@ -3,47 +3,54 @@
|
|
|
3
3
|
--color-dark-bg-attention-muted: #432000;
|
|
4
4
|
--color-dark-bg-info: #001c3c;
|
|
5
5
|
--color-dark-bg-negative-muted: #410903;
|
|
6
|
-
--color-dark-bg-
|
|
7
|
-
--color-dark-bg-opaque: rgba(11, 31, 53, 0.6);
|
|
6
|
+
--color-dark-bg-opaque: rgba(255, 255, 255, 0.6);
|
|
8
7
|
--color-dark-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
9
8
|
--color-dark-bg-positive-muted: #06311e;
|
|
10
9
|
--color-dark-bg-primary: #0b1f35;
|
|
11
10
|
--color-dark-bg-primary-inverted: #fff;
|
|
11
|
+
--color-dark-bg-quaternary: #485767;
|
|
12
|
+
--color-dark-bg-quaternary-inverted: #dbdee1;
|
|
12
13
|
--color-dark-bg-secondary: #233549;
|
|
13
|
-
--color-dark-bg-secondary-inverted: #
|
|
14
|
+
--color-dark-bg-secondary-inverted: #f3f4f5;
|
|
14
15
|
--color-dark-bg-tertiary: #3c4c5d;
|
|
15
|
-
--color-dark-bg-tertiary-inverted: #
|
|
16
|
+
--color-dark-bg-tertiary-inverted: #e7e9eb;
|
|
16
17
|
--color-dark-border-accent: #ef3124;
|
|
17
18
|
--color-dark-border-key: #fff;
|
|
18
19
|
--color-dark-border-key-inverted: #0b1f35;
|
|
19
20
|
--color-dark-border-link: #007aff;
|
|
20
21
|
--color-dark-border-primary: #485767;
|
|
22
|
+
--color-dark-border-primary-inverted: #dbdee1;
|
|
21
23
|
--color-dark-border-secondary: #3c4c5d;
|
|
22
|
-
--color-dark-border-secondary-inverted: #
|
|
24
|
+
--color-dark-border-secondary-inverted: #e7e9eb;
|
|
23
25
|
--color-dark-border-tertiary: #233549;
|
|
24
|
-
--color-dark-border-tertiary-inverted: #
|
|
26
|
+
--color-dark-border-tertiary-inverted: #f3f4f5;
|
|
25
27
|
--color-dark-border-underline: #6d7986;
|
|
26
28
|
--color-dark-border-underline-inverted: #b6bcc3;
|
|
27
29
|
--color-dark-graphic-accent: #ef3124;
|
|
28
30
|
--color-dark-graphic-attention: #e58933;
|
|
29
31
|
--color-dark-graphic-link: #007aff;
|
|
30
32
|
--color-dark-graphic-negative: #f15045;
|
|
31
|
-
--color-dark-graphic-neutral: #485767;
|
|
32
33
|
--color-dark-graphic-positive: #2fc26e;
|
|
33
34
|
--color-dark-graphic-primary: #fff;
|
|
34
35
|
--color-dark-graphic-primary-inverted: #0b1f35;
|
|
36
|
+
--color-dark-graphic-quaternary: #485767;
|
|
37
|
+
--color-dark-graphic-quaternary-inverted: #dbdee1;
|
|
35
38
|
--color-dark-graphic-secondary: #b6bcc3;
|
|
36
|
-
--color-dark-graphic-secondary-inverted: #
|
|
39
|
+
--color-dark-graphic-secondary-inverted: #6d7986;
|
|
37
40
|
--color-dark-graphic-tertiary: #6d7986;
|
|
38
|
-
--color-dark-
|
|
41
|
+
--color-dark-graphic-tertiary-inverted: #b6bcc3;
|
|
42
|
+
--color-dark-specialbg-component: rgba(255, 255, 255, 0.15);
|
|
39
43
|
--color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
|
|
40
44
|
--color-dark-specialbg-nulled: rgba(11, 31, 53, 0);
|
|
45
|
+
--color-dark-specialbg-overlay-fallback: #070707;
|
|
41
46
|
--color-dark-specialbg-primary-grouped: #0b1f35;
|
|
42
47
|
--color-dark-specialbg-secondary-grouped: #233549;
|
|
43
48
|
--color-dark-specialbg-tertiary-grouped: #3c4c5d;
|
|
44
49
|
--color-dark-text-accent: #ef3124;
|
|
45
50
|
--color-dark-text-attention: #de6a00;
|
|
46
51
|
--color-dark-text-disabled: #485767;
|
|
52
|
+
--color-dark-text-disabled-inverted: #dbdee1;
|
|
53
|
+
--color-dark-text-disabled-inverted-transparent: rgba(11, 31, 53, 0.15);
|
|
47
54
|
--color-dark-text-disabled-transparent: rgba(255, 255, 255, 0.25);
|
|
48
55
|
--color-dark-text-link: #007aff;
|
|
49
56
|
--color-dark-text-negative: #d91d0b;
|
|
@@ -51,8 +58,8 @@
|
|
|
51
58
|
--color-dark-text-primary: #fff;
|
|
52
59
|
--color-dark-text-primary-inverted: #0b1f35;
|
|
53
60
|
--color-dark-text-secondary: #b6bcc3;
|
|
54
|
-
--color-dark-text-secondary-inverted: #
|
|
55
|
-
--color-dark-text-secondary-inverted-transparent: rgba(11, 31, 53, 0.
|
|
61
|
+
--color-dark-text-secondary-inverted: #546272;
|
|
62
|
+
--color-dark-text-secondary-inverted-transparent: rgba(11, 31, 53, 0.7);
|
|
56
63
|
--color-dark-text-secondary-transparent: rgba(255, 255, 255, 0.7);
|
|
57
64
|
--color-dark-text-tertiary: #6d7986;
|
|
58
65
|
--color-dark-text-tertiary-inverted: #b6bcc3;
|
|
@@ -62,12 +69,13 @@
|
|
|
62
69
|
--color-light-bg-attention-muted: #fff3e0;
|
|
63
70
|
--color-light-bg-info: #d6e8fc;
|
|
64
71
|
--color-light-bg-negative-muted: #feebea;
|
|
65
|
-
--color-light-bg-neutral: #dbdee1;
|
|
66
72
|
--color-light-bg-opaque: rgba(255, 255, 255, 0.6);
|
|
67
73
|
--color-light-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
68
74
|
--color-light-bg-positive-muted: #ebf9f1;
|
|
69
75
|
--color-light-bg-primary: #fff;
|
|
70
76
|
--color-light-bg-primary-inverted: #0b1f35;
|
|
77
|
+
--color-light-bg-quaternary: #dbdee1;
|
|
78
|
+
--color-light-bg-quaternary-inverted: #485767;
|
|
71
79
|
--color-light-bg-secondary: #f3f4f5;
|
|
72
80
|
--color-light-bg-secondary-inverted: #233549;
|
|
73
81
|
--color-light-bg-tertiary: #e7e9eb;
|
|
@@ -77,32 +85,38 @@
|
|
|
77
85
|
--color-light-border-key-inverted: #fff;
|
|
78
86
|
--color-light-border-link: #007aff;
|
|
79
87
|
--color-light-border-primary: #dbdee1;
|
|
88
|
+
--color-light-border-primary-inverted: #485767;
|
|
80
89
|
--color-light-border-secondary: #e7e9eb;
|
|
81
|
-
--color-light-border-secondary-inverted: #
|
|
90
|
+
--color-light-border-secondary-inverted: #3c4c5d;
|
|
82
91
|
--color-light-border-tertiary: #f3f4f5;
|
|
83
|
-
--color-light-border-tertiary-inverted: #
|
|
92
|
+
--color-light-border-tertiary-inverted: #233549;
|
|
84
93
|
--color-light-border-underline: #b6bcc3;
|
|
85
94
|
--color-light-border-underline-inverted: #6d7986;
|
|
86
95
|
--color-light-graphic-accent: #ef3124;
|
|
87
96
|
--color-light-graphic-attention: #e58933;
|
|
88
97
|
--color-light-graphic-link: #007aff;
|
|
89
98
|
--color-light-graphic-negative: #f15045;
|
|
90
|
-
--color-light-graphic-neutral: #dbdee1;
|
|
91
99
|
--color-light-graphic-positive: #2fc26e;
|
|
92
100
|
--color-light-graphic-primary: #0b1f35;
|
|
93
101
|
--color-light-graphic-primary-inverted: #fff;
|
|
102
|
+
--color-light-graphic-quaternary: #dbdee1;
|
|
103
|
+
--color-light-graphic-quaternary-inverted: #485767;
|
|
94
104
|
--color-light-graphic-secondary: #6d7986;
|
|
95
|
-
--color-light-graphic-secondary-inverted: #
|
|
105
|
+
--color-light-graphic-secondary-inverted: #b6bcc3;
|
|
96
106
|
--color-light-graphic-tertiary: #b6bcc3;
|
|
107
|
+
--color-light-graphic-tertiary-inverted: #6d7986;
|
|
97
108
|
--color-light-specialbg-component: rgba(11, 31, 53, 0.07);
|
|
98
109
|
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.15);
|
|
99
110
|
--color-light-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
111
|
+
--color-light-specialbg-overlay-fallback: #5c5c5c;
|
|
100
112
|
--color-light-specialbg-primary-grouped: #f3f4f5;
|
|
101
113
|
--color-light-specialbg-secondary-grouped: #fff;
|
|
102
114
|
--color-light-specialbg-tertiary-grouped: #f3f4f5;
|
|
103
115
|
--color-light-text-accent: #ef3124;
|
|
104
116
|
--color-light-text-attention: #de6a00;
|
|
105
117
|
--color-light-text-disabled: #dbdee1;
|
|
118
|
+
--color-light-text-disabled-inverted: #485767;
|
|
119
|
+
--color-light-text-disabled-inverted-transparent: rgba(255, 255, 255, 0.25);
|
|
106
120
|
--color-light-text-disabled-transparent: rgba(11, 31, 53, 0.15);
|
|
107
121
|
--color-light-text-link: #007aff;
|
|
108
122
|
--color-light-text-negative: #d91d0b;
|
|
@@ -118,10 +132,14 @@
|
|
|
118
132
|
--color-light-text-tertiary-inverted-transparent: rgba(255, 255, 255, 0.4);
|
|
119
133
|
--color-light-text-tertiary-transparent: rgba(11, 31, 53, 0.3);
|
|
120
134
|
--color-static-bg-accent: #ef3124;
|
|
121
|
-
--color-static-bg-primary-dark: #
|
|
135
|
+
--color-static-bg-primary-dark: #0b1f35;
|
|
122
136
|
--color-static-bg-primary-light: #fff;
|
|
123
|
-
--color-static-bg-
|
|
137
|
+
--color-static-bg-quaternary-dark: #485767;
|
|
138
|
+
--color-static-bg-quaternary-light: #dbdee1;
|
|
139
|
+
--color-static-bg-secondary-dark: #233549;
|
|
124
140
|
--color-static-bg-secondary-light: #f3f4f5;
|
|
141
|
+
--color-static-bg-tertiary-dark: #3c4c5d;
|
|
142
|
+
--color-static-bg-tertiary-light: #e7e9eb;
|
|
125
143
|
--color-static-border-accent: #ef3124;
|
|
126
144
|
--color-static-graphic-accent: #ef3124;
|
|
127
145
|
--color-static-graphic-dark: #0b1f35;
|
|
@@ -138,19 +156,18 @@
|
|
|
138
156
|
--color-static-text-tertiary-light: #6d7986;
|
|
139
157
|
--color-static-text-tertiary-light-transparent: rgba(255, 255, 255, 0.4);
|
|
140
158
|
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
159
|
+
--color-dark-bg-accent-shade-15: rgb(203, 42, 31);
|
|
160
|
+
--color-dark-bg-accent-shade-20: rgb(191, 39, 29);
|
|
141
161
|
--color-dark-bg-accent-tint-7: rgb(240, 63, 51);
|
|
142
162
|
--color-dark-bg-accent-tint-10: rgb(241, 70, 58);
|
|
143
163
|
--color-dark-bg-accent-tint-15: rgb(241, 80, 69);
|
|
144
164
|
--color-dark-bg-accent-tint-30: rgb(244, 111, 102);
|
|
145
|
-
--color-dark-bg-neutral-alpha-30: rgba(72, 87, 103, 0.3);
|
|
146
|
-
--color-dark-bg-neutral-tint-7: rgb(85, 99, 114);
|
|
147
|
-
--color-dark-bg-neutral-tint-10: rgb(90, 104, 118);
|
|
148
|
-
--color-dark-bg-neutral-tint-15: rgb(99, 112, 126);
|
|
149
|
-
--color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
|
|
150
|
-
--color-dark-bg-neutral-shade-15: rgb(61, 74, 88);
|
|
151
165
|
--color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
|
|
166
|
+
--color-dark-bg-primary-alpha-15: rgba(11, 31, 53, 0.15);
|
|
167
|
+
--color-dark-bg-primary-alpha-20: rgba(11, 31, 53, 0.2);
|
|
152
168
|
--color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
|
|
153
169
|
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
|
|
170
|
+
--color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
|
|
154
171
|
--color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
|
|
155
172
|
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
|
|
156
173
|
--color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
|
|
@@ -158,49 +175,84 @@
|
|
|
158
175
|
--color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
159
176
|
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
160
177
|
--color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
|
|
161
|
-
--color-dark-bg-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6);
|
|
162
|
-
--color-dark-bg-primary-inverted-alpha-80: rgba(255, 255, 255, 0.8);
|
|
163
|
-
--color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
164
178
|
--color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
165
179
|
--color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
|
|
180
|
+
--color-dark-bg-quaternary-alpha-30: rgba(72, 87, 103, 0.3);
|
|
181
|
+
--color-dark-bg-quaternary-tint-7: rgb(85, 99, 114);
|
|
182
|
+
--color-dark-bg-quaternary-tint-10: rgb(90, 104, 118);
|
|
183
|
+
--color-dark-bg-quaternary-tint-15: rgb(99, 112, 126);
|
|
184
|
+
--color-dark-bg-quaternary-tint-30: rgb(127, 137, 149);
|
|
185
|
+
--color-dark-bg-quaternary-inverted-alpha-30: rgba(219, 222, 225, 0.3);
|
|
186
|
+
--color-dark-bg-quaternary-inverted-shade-15: rgb(186, 189, 191);
|
|
187
|
+
--color-dark-bg-quaternary-inverted-shade-20: rgb(175, 178, 180);
|
|
166
188
|
--color-dark-bg-secondary-alpha-30: rgba(35, 53, 73, 0.3);
|
|
189
|
+
--color-dark-bg-secondary-shade-15: rgb(30, 45, 62);
|
|
190
|
+
--color-dark-bg-secondary-shade-20: rgb(28, 42, 58);
|
|
167
191
|
--color-dark-bg-secondary-tint-7: rgb(50, 67, 86);
|
|
168
192
|
--color-dark-bg-secondary-tint-15: rgb(68, 83, 100);
|
|
169
|
-
--color-dark-bg-secondary-inverted-alpha-
|
|
170
|
-
--color-dark-bg-secondary-inverted-
|
|
171
|
-
--color-dark-bg-secondary-inverted-
|
|
172
|
-
--color-dark-bg-secondary-inverted-
|
|
173
|
-
--color-dark-bg-secondary-inverted-
|
|
174
|
-
--color-dark-bg-secondary-inverted-shade-20: rgb(146, 150, 156);
|
|
193
|
+
--color-dark-bg-secondary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
|
|
194
|
+
--color-dark-bg-secondary-inverted-shade-15: rgb(207, 207, 208);
|
|
195
|
+
--color-dark-bg-secondary-inverted-shade-20: rgb(194, 195, 196);
|
|
196
|
+
--color-dark-bg-secondary-inverted-tint-7: rgb(244, 245, 246);
|
|
197
|
+
--color-dark-bg-secondary-inverted-tint-15: rgb(245, 246, 246);
|
|
175
198
|
--color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
|
|
176
|
-
--color-dark-border-
|
|
199
|
+
--color-dark-border-underline-alpha-30: rgba(109, 121, 134, 0.3);
|
|
200
|
+
--color-dark-border-underline-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
177
201
|
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
178
202
|
--color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
|
|
179
203
|
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
180
204
|
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
205
|
+
--color-dark-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
206
|
+
--color-dark-graphic-negative-shade-20: rgb(193, 64, 55);
|
|
181
207
|
--color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
182
|
-
--color-dark-graphic-negative-
|
|
183
|
-
--color-dark-graphic-
|
|
208
|
+
--color-dark-graphic-negative-tint-7: rgb(242, 92, 82);
|
|
209
|
+
--color-dark-graphic-negative-tint-15: rgb(243, 106, 97);
|
|
210
|
+
--color-dark-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
184
211
|
--color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
|
|
185
212
|
--color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
|
|
186
213
|
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
187
214
|
--color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
188
215
|
--color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
|
|
189
216
|
--color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
|
|
217
|
+
--color-dark-graphic-primary-shade-20: rgb(204, 204, 204);
|
|
190
218
|
--color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
|
|
191
|
-
--color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
|
|
192
219
|
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
|
|
193
220
|
--color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
|
|
221
|
+
--color-dark-graphic-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
222
|
+
--color-dark-graphic-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
223
|
+
--color-dark-graphic-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
|
|
224
|
+
--color-dark-graphic-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
225
|
+
--color-dark-graphic-primary-inverted-tint-10: rgb(35, 53, 73);
|
|
226
|
+
--color-dark-graphic-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
227
|
+
--color-dark-graphic-primary-inverted-tint-30: rgb(84, 98, 114);
|
|
228
|
+
--color-dark-graphic-quaternary-tint-10: rgb(90, 104, 118);
|
|
194
229
|
--color-dark-graphic-secondary-alpha-30: rgba(182, 188, 195, 0.3);
|
|
195
230
|
--color-dark-graphic-secondary-tint-30: rgb(204, 208, 213);
|
|
196
231
|
--color-dark-graphic-secondary-tint-50: rgb(219, 222, 225);
|
|
197
|
-
--color-dark-
|
|
198
|
-
--color-dark-
|
|
199
|
-
--color-dark-
|
|
200
|
-
--color-dark-
|
|
201
|
-
--color-dark-
|
|
202
|
-
--color-dark-
|
|
232
|
+
--color-dark-graphic-secondary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
233
|
+
--color-dark-graphic-secondary-inverted-shade-15: rgb(93, 103, 114);
|
|
234
|
+
--color-dark-graphic-secondary-inverted-shade-20: rgb(87, 97, 107);
|
|
235
|
+
--color-dark-graphic-secondary-inverted-tint-10: rgb(124, 134, 146);
|
|
236
|
+
--color-dark-graphic-secondary-inverted-tint-30: rgb(153, 161, 170);
|
|
237
|
+
--color-dark-graphic-tertiary-alpha-30: rgba(109, 121, 134, 0.3);
|
|
238
|
+
--color-dark-graphic-tertiary-shade-15: rgb(93, 103, 114);
|
|
239
|
+
--color-dark-graphic-tertiary-shade-20: rgb(87, 97, 107);
|
|
240
|
+
--color-dark-graphic-tertiary-tint-7: rgb(119, 130, 142);
|
|
241
|
+
--color-dark-graphic-tertiary-tint-15: rgb(131, 141, 152);
|
|
242
|
+
--color-dark-graphic-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
243
|
+
--color-dark-graphic-tertiary-inverted-shade-15: rgb(155, 160, 166);
|
|
244
|
+
--color-dark-graphic-tertiary-inverted-shade-20: rgb(146, 150, 156);
|
|
245
|
+
--color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.2095);
|
|
246
|
+
--color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.235);
|
|
247
|
+
--color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.2775);
|
|
248
|
+
--color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.405);
|
|
249
|
+
--color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02);
|
|
250
|
+
--color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14);
|
|
251
|
+
--color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23);
|
|
252
|
+
--color-dark-specialbg-component-alpha-30: rgba(255, 255, 255, 0.3);
|
|
253
|
+
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
203
254
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
255
|
+
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
204
256
|
--color-dark-text-link-shade-30: rgb(0, 85, 179);
|
|
205
257
|
--color-dark-text-link-shade-50: rgb(0, 61, 128);
|
|
206
258
|
--color-dark-text-link-tint-20: rgb(51, 149, 255);
|
|
@@ -210,29 +262,33 @@
|
|
|
210
262
|
--color-dark-text-primary-shade-50: rgb(128, 128, 128);
|
|
211
263
|
--color-dark-text-primary-tint-20: rgb(255, 255, 255);
|
|
212
264
|
--color-dark-text-primary-tint-40: rgb(255, 255, 255);
|
|
265
|
+
--color-dark-text-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
213
266
|
--color-dark-text-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
267
|
+
--color-dark-text-primary-inverted-shade-20: rgb(9, 25, 42);
|
|
214
268
|
--color-dark-text-primary-inverted-shade-30: rgb(8, 22, 37);
|
|
215
|
-
--color-dark-text-primary-inverted-
|
|
269
|
+
--color-dark-text-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
270
|
+
--color-dark-text-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
271
|
+
--color-dark-text-primary-inverted-tint-30: rgb(84, 98, 114);
|
|
272
|
+
--color-dark-text-primary-inverted-tint-50: rgb(133, 143, 154);
|
|
273
|
+
--color-dark-text-secondary-shade-20: rgb(146, 150, 156);
|
|
216
274
|
--color-dark-text-secondary-shade-30: rgb(127, 132, 136);
|
|
217
|
-
--color-dark-text-secondary-shade-50: rgb(91, 94, 98);
|
|
218
275
|
--color-dark-text-secondary-tint-20: rgb(197, 201, 207);
|
|
219
276
|
--color-dark-text-secondary-tint-40: rgb(211, 215, 219);
|
|
220
|
-
--color-dark-text-secondary-inverted-shade-
|
|
221
|
-
--color-dark-text-secondary-inverted-shade-
|
|
277
|
+
--color-dark-text-secondary-inverted-shade-20: rgb(67, 78, 91);
|
|
278
|
+
--color-dark-text-secondary-inverted-shade-30: rgb(59, 69, 80);
|
|
222
279
|
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
280
|
+
--color-light-bg-accent-tint-15: rgb(241, 80, 69);
|
|
281
|
+
--color-light-bg-accent-tint-20: rgb(242, 90, 80);
|
|
223
282
|
--color-light-bg-accent-shade-7: rgb(222, 46, 33);
|
|
224
283
|
--color-light-bg-accent-shade-10: rgb(215, 44, 32);
|
|
225
284
|
--color-light-bg-accent-shade-15: rgb(203, 42, 31);
|
|
226
285
|
--color-light-bg-accent-shade-30: rgb(167, 34, 25);
|
|
227
|
-
--color-light-bg-neutral-alpha-30: rgba(219, 222, 225, 0.3);
|
|
228
|
-
--color-light-bg-neutral-shade-7: rgb(204, 206, 209);
|
|
229
|
-
--color-light-bg-neutral-shade-10: rgb(197, 200, 203);
|
|
230
|
-
--color-light-bg-neutral-shade-15: rgb(186, 189, 191);
|
|
231
|
-
--color-light-bg-neutral-shade-30: rgb(153, 155, 157);
|
|
232
|
-
--color-light-bg-neutral-tint-15: rgb(224, 227, 230);
|
|
233
286
|
--color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
|
|
287
|
+
--color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15);
|
|
288
|
+
--color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2);
|
|
234
289
|
--color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
235
290
|
--color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
|
|
291
|
+
--color-light-bg-primary-inverted-alpha-5: rgba(11, 31, 53, 0.05);
|
|
236
292
|
--color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
|
|
237
293
|
--color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
|
|
238
294
|
--color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
|
|
@@ -240,49 +296,84 @@
|
|
|
240
296
|
--color-light-bg-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
241
297
|
--color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
242
298
|
--color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
|
|
243
|
-
--color-light-bg-primary-inverted-alpha-60: rgba(11, 31, 53, 0.6);
|
|
244
|
-
--color-light-bg-primary-inverted-alpha-80: rgba(11, 31, 53, 0.8);
|
|
245
|
-
--color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
246
299
|
--color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
247
300
|
--color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
|
|
301
|
+
--color-light-bg-quaternary-alpha-30: rgba(219, 222, 225, 0.3);
|
|
302
|
+
--color-light-bg-quaternary-shade-7: rgb(204, 206, 209);
|
|
303
|
+
--color-light-bg-quaternary-shade-10: rgb(197, 200, 203);
|
|
304
|
+
--color-light-bg-quaternary-shade-15: rgb(186, 189, 191);
|
|
305
|
+
--color-light-bg-quaternary-shade-30: rgb(153, 155, 157);
|
|
306
|
+
--color-light-bg-quaternary-inverted-alpha-30: rgba(72, 87, 103, 0.3);
|
|
307
|
+
--color-light-bg-quaternary-inverted-tint-15: rgb(99, 112, 126);
|
|
308
|
+
--color-light-bg-quaternary-inverted-tint-20: rgb(109, 121, 133);
|
|
248
309
|
--color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
|
|
310
|
+
--color-light-bg-secondary-tint-15: rgb(245, 246, 246);
|
|
311
|
+
--color-light-bg-secondary-tint-20: rgb(245, 246, 247);
|
|
249
312
|
--color-light-bg-secondary-shade-7: rgb(226, 227, 228);
|
|
250
313
|
--color-light-bg-secondary-shade-15: rgb(207, 207, 208);
|
|
251
|
-
--color-light-bg-secondary-inverted-alpha-7: rgba(35, 53, 73, 0.07);
|
|
252
|
-
--color-light-bg-secondary-inverted-alpha-15: rgba(35, 53, 73, 0.15);
|
|
253
314
|
--color-light-bg-secondary-inverted-alpha-30: rgba(35, 53, 73, 0.3);
|
|
254
|
-
--color-light-bg-secondary-inverted-tint-7: rgb(50, 67, 86);
|
|
255
315
|
--color-light-bg-secondary-inverted-tint-15: rgb(68, 83, 100);
|
|
256
316
|
--color-light-bg-secondary-inverted-tint-20: rgb(79, 93, 109);
|
|
317
|
+
--color-light-bg-secondary-inverted-shade-7: rgb(33, 49, 68);
|
|
318
|
+
--color-light-bg-secondary-inverted-shade-15: rgb(30, 45, 62);
|
|
257
319
|
--color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
|
|
258
|
-
--color-light-border-
|
|
320
|
+
--color-light-border-underline-alpha-30: rgba(182, 188, 195, 0.3);
|
|
321
|
+
--color-light-border-underline-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
259
322
|
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
260
323
|
--color-light-graphic-accent-tint-15: rgb(241, 80, 69);
|
|
261
324
|
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
262
325
|
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
326
|
+
--color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
327
|
+
--color-light-graphic-negative-tint-20: rgb(244, 115, 106);
|
|
263
328
|
--color-light-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
264
|
-
--color-light-graphic-negative-
|
|
265
|
-
--color-light-graphic-
|
|
329
|
+
--color-light-graphic-negative-shade-7: rgb(224, 74, 64);
|
|
330
|
+
--color-light-graphic-negative-shade-15: rgb(205, 68, 59);
|
|
331
|
+
--color-light-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
266
332
|
--color-light-graphic-positive-shade-10: rgb(42, 175, 99);
|
|
267
333
|
--color-light-graphic-positive-shade-30: rgb(33, 136, 77);
|
|
268
334
|
--color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
269
335
|
--color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
|
|
270
336
|
--color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
|
|
271
337
|
--color-light-graphic-primary-tint-15: rgb(48, 65, 83);
|
|
338
|
+
--color-light-graphic-primary-tint-20: rgb(60, 76, 93);
|
|
272
339
|
--color-light-graphic-primary-tint-30: rgb(84, 98, 114);
|
|
273
|
-
--color-light-graphic-primary-tint-50: rgb(133, 143, 154);
|
|
274
340
|
--color-light-graphic-primary-shade-10: rgb(10, 28, 48);
|
|
275
341
|
--color-light-graphic-primary-shade-30: rgb(8, 22, 37);
|
|
342
|
+
--color-light-graphic-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
343
|
+
--color-light-graphic-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
344
|
+
--color-light-graphic-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
|
|
345
|
+
--color-light-graphic-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
346
|
+
--color-light-graphic-primary-inverted-shade-10: rgb(230, 230, 230);
|
|
347
|
+
--color-light-graphic-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
348
|
+
--color-light-graphic-primary-inverted-shade-30: rgb(179, 179, 179);
|
|
349
|
+
--color-light-graphic-quaternary-shade-10: rgb(197, 200, 203);
|
|
276
350
|
--color-light-graphic-secondary-alpha-30: rgba(109, 121, 134, 0.3);
|
|
277
351
|
--color-light-graphic-secondary-shade-30: rgb(76, 85, 94);
|
|
278
352
|
--color-light-graphic-secondary-shade-50: rgb(55, 61, 67);
|
|
353
|
+
--color-light-graphic-secondary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
354
|
+
--color-light-graphic-secondary-inverted-tint-15: rgb(193, 198, 204);
|
|
355
|
+
--color-light-graphic-secondary-inverted-tint-20: rgb(197, 201, 207);
|
|
356
|
+
--color-light-graphic-secondary-inverted-shade-10: rgb(164, 169, 176);
|
|
357
|
+
--color-light-graphic-secondary-inverted-shade-30: rgb(127, 132, 136);
|
|
358
|
+
--color-light-graphic-tertiary-alpha-30: rgba(182, 188, 195, 0.3);
|
|
359
|
+
--color-light-graphic-tertiary-tint-15: rgb(193, 198, 204);
|
|
360
|
+
--color-light-graphic-tertiary-tint-20: rgb(197, 201, 207);
|
|
361
|
+
--color-light-graphic-tertiary-shade-7: rgb(169, 175, 181);
|
|
362
|
+
--color-light-graphic-tertiary-shade-15: rgb(155, 160, 166);
|
|
363
|
+
--color-light-graphic-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
364
|
+
--color-light-graphic-tertiary-inverted-tint-15: rgb(131, 141, 152);
|
|
365
|
+
--color-light-graphic-tertiary-inverted-tint-20: rgb(138, 148, 158);
|
|
279
366
|
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
280
367
|
--color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
|
|
368
|
+
--color-light-specialbg-component-shade-15: rgba(9, 26, 45, 0.2095);
|
|
281
369
|
--color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
|
|
282
370
|
--color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02);
|
|
283
371
|
--color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14);
|
|
284
372
|
--color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23);
|
|
373
|
+
--color-light-specialbg-component-alpha-30: rgba(11, 31, 53, 0.3);
|
|
374
|
+
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
285
375
|
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
|
|
376
|
+
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.32);
|
|
286
377
|
--color-light-text-link-tint-30: rgb(77, 162, 255);
|
|
287
378
|
--color-light-text-link-tint-50: rgb(128, 189, 255);
|
|
288
379
|
--color-light-text-link-shade-20: rgb(0, 98, 204);
|
|
@@ -292,15 +383,21 @@
|
|
|
292
383
|
--color-light-text-primary-tint-50: rgb(133, 143, 154);
|
|
293
384
|
--color-light-text-primary-shade-20: rgb(9, 25, 42);
|
|
294
385
|
--color-light-text-primary-shade-40: rgb(7, 19, 32);
|
|
386
|
+
--color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
295
387
|
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
388
|
+
--color-light-text-primary-inverted-tint-20: rgb(255, 255, 255);
|
|
296
389
|
--color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
|
|
297
|
-
--color-light-text-primary-inverted-
|
|
390
|
+
--color-light-text-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
391
|
+
--color-light-text-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
392
|
+
--color-light-text-primary-inverted-shade-30: rgb(179, 179, 179);
|
|
393
|
+
--color-light-text-primary-inverted-shade-50: rgb(128, 128, 128);
|
|
394
|
+
--color-light-text-secondary-tint-20: rgb(118, 129, 142);
|
|
298
395
|
--color-light-text-secondary-tint-30: rgb(135, 145, 156);
|
|
299
|
-
--color-light-text-secondary-tint-50: rgb(170, 177, 185);
|
|
300
396
|
--color-light-text-secondary-shade-20: rgb(67, 78, 91);
|
|
301
397
|
--color-light-text-secondary-shade-40: rgb(50, 59, 68);
|
|
398
|
+
--color-light-text-secondary-inverted-tint-20: rgb(197, 201, 207);
|
|
302
399
|
--color-light-text-secondary-inverted-tint-30: rgb(204, 208, 213);
|
|
303
|
-
--color-
|
|
304
|
-
--color-static-bg-primary-dark-alpha-
|
|
305
|
-
--color-static-
|
|
400
|
+
--color-static-bg-primary-dark-alpha-10: rgba(11, 31, 53, 0.1);
|
|
401
|
+
--color-static-bg-primary-dark-alpha-20: rgba(11, 31, 53, 0.2);
|
|
402
|
+
--color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
|
|
306
403
|
}
|