@alfalab/core-components 42.13.0-beta.0 → 42.14.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/bottom-sheet/component.js +3 -1
- package/bottom-sheet/cssm/component.js +3 -1
- package/bottom-sheet/esm/component.js +3 -1
- package/bottom-sheet/modern/component.js +3 -1
- package/calendar/Component-10db897e.d.ts +3 -183
- package/{picker-button/cssm → calendar}/Component-69921c40.d.ts +1 -1
- package/calendar-input/Component.desktop.d.ts +4 -0
- package/calendar-input/Component.desktop.js +4 -0
- package/calendar-input/Component.mobile.d.ts +4 -0
- package/calendar-input/Component.mobile.js +4 -0
- package/calendar-input/Component.responsive.d.ts +4 -0
- package/calendar-input/Component.responsive.js +4 -0
- package/calendar-input/cssm/Component.desktop.d.ts +4 -0
- package/calendar-input/cssm/Component.desktop.js +4 -0
- package/calendar-input/cssm/Component.mobile.d.ts +4 -0
- package/calendar-input/cssm/Component.mobile.js +4 -0
- package/calendar-input/cssm/Component.responsive.d.ts +4 -0
- package/calendar-input/cssm/Component.responsive.js +4 -0
- package/calendar-input/esm/Component.desktop.d.ts +4 -0
- package/calendar-input/esm/Component.desktop.js +4 -0
- package/calendar-input/esm/Component.mobile.d.ts +4 -0
- package/calendar-input/esm/Component.mobile.js +4 -0
- package/calendar-input/esm/Component.responsive.d.ts +4 -0
- package/calendar-input/esm/Component.responsive.js +4 -0
- package/calendar-input/modern/Component.desktop.d.ts +4 -0
- package/calendar-input/modern/Component.desktop.js +4 -0
- package/calendar-input/modern/Component.mobile.d.ts +4 -0
- package/calendar-input/modern/Component.mobile.js +4 -0
- package/calendar-input/modern/Component.responsive.d.ts +4 -0
- package/calendar-input/modern/Component.responsive.js +4 -0
- package/calendar-range/esm/utils.js +3 -1
- package/confirmation/component.desktop.js +1 -1
- package/confirmation/component.mobile.js +1 -1
- package/confirmation/component.responsive.js +1 -1
- package/confirmation/components/base-confirmation/component.js +1 -1
- package/confirmation/components/base-confirmation/index.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/desktop.js +1 -1
- package/confirmation/esm/component.desktop.js +1 -1
- package/confirmation/esm/component.mobile.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.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/desktop.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile.js +1 -1
- package/confirmation/esm/shared.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/mobile.js +1 -1
- 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/desktop.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile.js +1 -1
- package/confirmation/modern/shared.js +1 -1
- package/confirmation/shared.js +1 -1
- package/confirmation-v1/component.d.ts +1 -0
- package/confirmation-v1/component.js +1 -0
- package/confirmation-v1/cssm/component.d.ts +1 -0
- package/confirmation-v1/cssm/component.js +1 -0
- package/confirmation-v1/esm/component.d.ts +1 -0
- package/confirmation-v1/esm/component.js +1 -0
- package/confirmation-v1/modern/component.d.ts +1 -0
- package/confirmation-v1/modern/component.js +1 -0
- package/custom-picker-button/Component-0f4b9bed.d.ts +4 -21
- package/custom-picker-button/Component-10db897e.d.ts +265 -41
- package/custom-picker-button/Component-ebda875c.d.ts +98 -9
- package/custom-picker-button/Component.desktop-4cd3936b.d.ts +49 -0
- package/custom-picker-button/Component.desktop-785df74d.d.ts +1 -1
- package/custom-picker-button/Component.mobile-d7e9f69d.d.ts +1 -1
- package/custom-picker-button/Component.mobile.d.ts +9 -1
- package/custom-picker-button/desktop-d446ae02.d.ts +2 -39
- package/custom-picker-button/hook-8abfea97.d.ts +4 -4
- package/custom-picker-button/index-89f0cb07.d.ts +2 -0
- package/custom-picker-button/index-bdb4c6b9.d.ts +180 -2
- package/custom-picker-button/index-c44170fe.d.ts +2 -17
- package/custom-picker-button/index-ebda875c.d.ts +200 -18
- package/custom-picker-button/index-f12ee135.d.ts +324 -3
- package/custom-picker-button/shared-4cd3936b.d.ts +1 -60
- package/date-input/Component.d.ts +4 -0
- package/date-input/Component.js +4 -0
- package/date-input/cssm/Component.d.ts +4 -0
- package/date-input/cssm/Component.js +4 -0
- package/date-input/esm/Component.d.ts +4 -0
- package/date-input/esm/Component.js +4 -0
- package/date-input/modern/Component.d.ts +4 -0
- package/date-input/modern/Component.js +4 -0
- package/date-range-input/Component-10db897e.d.ts +295 -4
- package/date-range-input/Component-5684a67d.d.ts +23 -0
- package/date-range-input/Component-69921c40.d.ts +12 -172
- package/date-range-input/Component-e2b6c730.d.ts +76 -0
- package/date-range-input/Component.desktop-b5b4c59f.d.ts +5 -72
- package/date-range-input/Component.desktop-ebda875c.d.ts +7 -0
- package/date-range-input/Component.desktop.d.ts +4 -0
- package/date-range-input/Component.desktop.js +4 -0
- package/date-range-input/Component.mobile.d.ts +4 -0
- package/date-range-input/Component.mobile.js +4 -0
- package/date-range-input/Component.responsive.d.ts +4 -0
- package/date-range-input/Component.responsive.js +4 -0
- package/date-range-input/components/date-range-input/Component.d.ts +1 -1
- package/date-range-input/cssm/Component-10db897e.d.ts +295 -4
- package/date-range-input/cssm/Component-5684a67d.d.ts +23 -0
- package/date-range-input/cssm/Component-69921c40.d.ts +12 -172
- package/date-range-input/cssm/Component-e2b6c730.d.ts +76 -0
- package/date-range-input/cssm/Component.desktop-b5b4c59f.d.ts +5 -72
- package/date-range-input/cssm/Component.desktop-ebda875c.d.ts +7 -0
- package/date-range-input/cssm/Component.desktop.d.ts +4 -0
- package/date-range-input/cssm/Component.desktop.js +4 -0
- package/date-range-input/cssm/Component.mobile.d.ts +4 -0
- package/date-range-input/cssm/Component.mobile.js +4 -0
- package/{custom-picker-button/index-8b2c2707.d.ts → date-range-input/cssm/Component.responsive-16b1285a.d.ts} +1 -2
- package/date-range-input/cssm/Component.responsive.d.ts +4 -0
- package/date-range-input/cssm/Component.responsive.js +4 -0
- package/date-range-input/cssm/components/date-range-input/Component.d.ts +1 -1
- package/{intl-phone-input/desktop-69921c40.d.ts → date-range-input/cssm/desktop-89f0cb07.d.ts} +1 -1
- package/date-range-input/cssm/index-89f0cb07.d.ts +1 -1
- package/date-range-input/cssm/index-ebda875c.d.ts +1 -34
- package/date-range-input/cssm/index-f034f741.d.ts +2 -80
- package/date-range-input/cssm/mobile-c219f8ca.d.ts +368 -1
- package/date-range-input/cssm/utils-e0a54580.d.ts +8 -0
- package/date-range-input/{desktop-69921c40.d.ts → desktop-89f0cb07.d.ts} +1 -1
- package/date-range-input/esm/Component.desktop.d.ts +4 -0
- package/date-range-input/esm/Component.desktop.js +4 -0
- package/date-range-input/esm/Component.mobile.d.ts +4 -0
- package/date-range-input/esm/Component.mobile.js +4 -0
- package/date-range-input/esm/Component.responsive.d.ts +4 -0
- package/date-range-input/esm/Component.responsive.js +4 -0
- package/date-range-input/index-89f0cb07.d.ts +1 -1
- package/date-range-input/index-ebda875c.d.ts +1 -34
- package/date-range-input/index-f034f741.d.ts +2 -80
- package/date-range-input/mobile-c219f8ca.d.ts +368 -1
- package/date-range-input/modern/Component.desktop.d.ts +4 -0
- package/date-range-input/modern/Component.desktop.js +4 -0
- package/date-range-input/modern/Component.mobile.d.ts +4 -0
- package/date-range-input/modern/Component.mobile.js +4 -0
- package/date-range-input/modern/Component.responsive.d.ts +4 -0
- package/date-range-input/modern/Component.responsive.js +4 -0
- package/date-range-input/utils-e0a54580.d.ts +8 -0
- package/date-time-input/Component.desktop.d.ts +4 -0
- package/date-time-input/Component.desktop.js +4 -0
- package/date-time-input/cssm/Component.desktop.d.ts +4 -0
- package/date-time-input/cssm/Component.desktop.js +4 -0
- package/date-time-input/esm/Component.desktop.d.ts +4 -0
- package/date-time-input/esm/Component.desktop.js +4 -0
- package/date-time-input/modern/Component.desktop.d.ts +4 -0
- package/date-time-input/modern/Component.desktop.js +4 -0
- 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 +1 -1
- package/gallery/components/image-viewer/index.js +1 -1
- 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 +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- 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/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.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 +2 -2
- package/gallery/modern/index.js +2 -2
- package/intl-phone-input/Component-0f4b9bed.d.ts +18 -96
- package/intl-phone-input/Component-10db897e.d.ts +99 -5
- package/intl-phone-input/Component-4cd3936b.d.ts +1 -1
- package/intl-phone-input/Component-c44170fe.d.ts +13 -0
- package/intl-phone-input/{Component.desktop-0f4b9bed.d.ts → Component.desktop-63dec22f.d.ts} +1 -1
- package/intl-phone-input/component.d.ts +5 -1
- package/intl-phone-input/component.js +4 -0
- package/intl-phone-input/components/select/component.d.ts +1 -1
- package/intl-phone-input/cssm/component.d.ts +4 -0
- package/intl-phone-input/cssm/component.js +4 -0
- package/intl-phone-input/esm/component.d.ts +4 -0
- package/intl-phone-input/esm/component.js +4 -0
- package/intl-phone-input/hook-c44170fe.d.ts +48 -0
- package/intl-phone-input/modern/component.d.ts +4 -0
- package/intl-phone-input/modern/component.js +4 -0
- package/intl-phone-input/shared-4cd3936b.d.ts +14 -57
- package/package.json +1 -1
- package/picker-button/Component-0f4b9bed.d.ts +70 -3
- package/picker-button/Component-10db897e.d.ts +4 -294
- package/picker-button/Component-ebda875c.d.ts +9 -98
- package/picker-button/Component.desktop-785df74d.d.ts +1 -1
- package/picker-button/Component.desktop.d.ts +1 -1
- package/picker-button/Component.mobile-d7e9f69d.d.ts +1 -1
- package/picker-button/Component.mobile.d.ts +1 -1
- package/picker-button/Component.responsive.d.ts +1 -1
- package/picker-button/cssm/Component-0f4b9bed.d.ts +3 -70
- package/picker-button/cssm/Component-10db897e.d.ts +294 -4
- package/picker-button/cssm/Component-aed0af6e.d.ts +11 -0
- package/picker-button/cssm/Component-ebda875c.d.ts +98 -9
- package/picker-button/cssm/Component-f12ee135.d.ts +72 -0
- package/picker-button/cssm/Component.desktop-785df74d.d.ts +1 -1
- package/picker-button/cssm/Component.desktop.d.ts +1 -1
- package/{date-range-input/Component.mobile-ebda875c.d.ts → picker-button/cssm/Component.mobile-96988a65.d.ts} +0 -1
- package/picker-button/cssm/Component.mobile-d7e9f69d.d.ts +1 -1
- package/picker-button/cssm/Component.mobile.d.ts +1 -1
- package/picker-button/cssm/Component.responsive-d7e9f69d.d.ts +26 -0
- package/picker-button/cssm/Component.responsive.d.ts +1 -1
- package/picker-button/cssm/hook-8abfea97.d.ts +4 -4
- package/picker-button/cssm/hook-ebda875c.d.ts +48 -0
- package/picker-button/cssm/index-10db897e.d.ts +2 -2
- package/picker-button/cssm/index-bdb4c6b9.d.ts +180 -2
- package/picker-button/cssm/index-c44170fe.d.ts +1 -1
- package/picker-button/cssm/index-ebda875c.d.ts +191 -53
- package/picker-button/cssm/index-f12ee135.d.ts +324 -3
- package/picker-button/cssm/shared-4cd3936b.d.ts +1 -59
- package/picker-button/hook-8abfea97.d.ts +4 -4
- package/picker-button/index-10db897e.d.ts +2 -2
- package/picker-button/index-bdb4c6b9.d.ts +2 -180
- package/picker-button/index-c44170fe.d.ts +1 -1
- package/picker-button/index-ebda875c.d.ts +53 -191
- package/picker-button/index-f12ee135.d.ts +3 -324
- package/picker-button/shared-4cd3936b.d.ts +59 -1
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/Component.mobile.js +1 -1
- package/select/Component.modal.mobile.js +1 -1
- package/select/Component.responsive.js +1 -1
- package/select/components/base-select-mobile/Component.js +2 -2
- package/select/components/virtual-options-list/Component.js +8 -4
- package/select/cssm/components/base-select-mobile/Component.js +2 -2
- package/select/cssm/components/virtual-options-list/Component.js +8 -4
- package/select/esm/Component.mobile.js +1 -1
- package/select/esm/Component.modal.mobile.js +1 -1
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/components/base-select-mobile/Component.js +2 -2
- package/select/esm/components/virtual-options-list/Component.js +8 -4
- package/select/esm/index.js +1 -1
- package/select/esm/mobile.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- 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 +1 -1
- package/select/esm/shared.js +1 -1
- package/select/index.js +1 -1
- package/select/mobile.js +1 -1
- package/select/modern/Component.mobile.js +1 -1
- package/select/modern/Component.modal.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/components/base-select-mobile/Component.js +2 -2
- package/select/modern/components/virtual-options-list/Component.js +8 -4
- package/select/modern/index.js +1 -1
- package/select/modern/mobile.js +1 -1
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- 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 +1 -1
- package/select/modern/shared.js +1 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared.js +1 -1
- package/tabs/collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +3 -2
- package/tabs/components/primary-tablist/Component.js +14 -4
- package/tabs/components/primary-tablist/Component.mobile.js +3 -2
- package/tabs/components/primary-tablist/Component.responsive.js +3 -2
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/components/tabs/Component.collapsible.js +1 -1
- package/tabs/components/tabs/Component.desktop.js +4 -3
- package/tabs/components/tabs/Component.mobile.js +4 -3
- package/tabs/components/tabs/Component.responsive.js +4 -3
- package/tabs/cssm/components/primary-tablist/Component.desktop.js +2 -1
- package/tabs/cssm/components/primary-tablist/Component.js +14 -4
- package/tabs/cssm/components/primary-tablist/Component.mobile.js +2 -1
- package/tabs/cssm/components/primary-tablist/Component.responsive.js +2 -1
- package/tabs/cssm/components/tabs/Component.desktop.js +2 -1
- package/tabs/cssm/components/tabs/Component.mobile.js +2 -1
- package/tabs/cssm/components/tabs/Component.responsive.js +2 -1
- package/tabs/cssm/desktop.js +2 -1
- package/tabs/cssm/index.js +2 -1
- package/tabs/cssm/mobile.js +2 -1
- package/tabs/desktop.js +4 -3
- package/tabs/esm/collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -1
- package/tabs/esm/components/primary-tablist/Component.js +14 -4
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +3 -2
- package/tabs/esm/components/tabs/Component.mobile.js +3 -2
- package/tabs/esm/components/tabs/Component.responsive.js +3 -2
- package/tabs/esm/desktop.js +3 -2
- package/tabs/esm/index.js +3 -2
- package/tabs/esm/mobile.js +3 -2
- package/tabs/index-ebda875c.d.ts +21 -86
- package/tabs/index.js +4 -3
- package/tabs/mobile.js +4 -3
- package/tabs/modern/collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +2 -1
- package/tabs/modern/components/primary-tablist/Component.js +14 -4
- package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +2 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +3 -2
- package/tabs/modern/components/tabs/Component.mobile.js +3 -2
- package/tabs/modern/components/tabs/Component.responsive.js +3 -2
- package/tabs/modern/desktop.js +3 -2
- package/tabs/modern/index.js +3 -2
- package/tabs/modern/mobile.js +3 -2
- package/textarea/Component.d.ts +1 -1
- package/textarea/Component.js +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/esm/Component.js +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.js +1 -1
- package/textarea/index.js +1 -1
- package/textarea/modern/Component.js +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +19 -19
- package/themes/dist/compiled/mobile-dark-bluetint.css +262 -262
- package/themes/dist/site.css +348 -343
- package/themes/site.css +348 -343
- package/time-input/Component.d.ts +4 -0
- package/time-input/Component.js +4 -0
- package/time-input/cssm/Component.d.ts +4 -0
- package/time-input/cssm/Component.js +4 -0
- package/time-input/esm/Component.d.ts +4 -0
- package/time-input/esm/Component.js +4 -0
- package/time-input/modern/Component.d.ts +4 -0
- package/time-input/modern/Component.js +4 -0
- package/typography/component.js +2 -2
- 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/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/custom-picker-button/Component-89f0cb07.d.ts +0 -38
- package/custom-picker-button/Component-8b2c2707.d.ts +0 -12
- package/custom-picker-button/Component.mobile-d446ae02.d.ts +0 -23
- package/custom-picker-button/mobile-89f0cb07.d.ts +0 -2
- package/date-range-input/Component-b5b4c59f.d.ts +0 -389
- package/date-range-input/cssm/Component-b5b4c59f.d.ts +0 -389
- package/date-range-input/cssm/Component.mobile-ebda875c.d.ts +0 -7
- package/picker-button/cssm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
- package/picker-button/cssm/component-10db897e.d.ts +0 -44
- package/picker-button/cssm/types-67a2d8af.d.ts +0 -276
- package/picker-button/cssm/utils-1574ad8b.d.ts +0 -29
- package/picker-button/cssm/utils-49cc3c24.d.ts +0 -8
- /package/calendar/{desktop-89f0cb07.d.ts → desktop-69921c40.d.ts} +0 -0
- /package/confirmation/{countdown-section-fd1f820b.d.ts → countdown-section-98424f8e.d.ts} +0 -0
- /package/confirmation/{countdown-section-fd1f820b.js → countdown-section-98424f8e.js} +0 -0
- /package/confirmation/esm/{countdown-section-3a227dc3.d.ts → countdown-section-293411b2.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-3a227dc3.js → countdown-section-293411b2.js} +0 -0
- /package/confirmation/modern/{countdown-section-0fae6dd8.d.ts → countdown-section-4c466791.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-0fae6dd8.js → countdown-section-4c466791.js} +0 -0
- /package/{picker-button → custom-picker-button}/Component-aed0af6e.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/Component-f12ee135.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/Component.mobile-96988a65.d.ts +0 -0
- /package/{date-range-input → custom-picker-button}/Component.responsive-0aa4e915.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/Component.responsive-d7e9f69d.d.ts +0 -0
- /package/{date-range-input/cssm → custom-picker-button}/desktop-69921c40.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/hook-ebda875c.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/mobile-96988a65.d.ts +0 -0
- /package/{picker-button → custom-picker-button}/useSkeleton-1b036d4b.d.ts +0 -0
- /package/date-range-input/{Component.desktop-0aa4e915.d.ts → Component.desktop-89f0cb07.d.ts} +0 -0
- /package/date-range-input/{cssm/Component.responsive-0aa4e915.d.ts → Component.responsive-16b1285a.d.ts} +0 -0
- /package/date-range-input/{Component.responsive-785df74d.d.ts → Component.responsive-d7e9f69d.d.ts} +0 -0
- /package/date-range-input/cssm/{Component.desktop-0aa4e915.d.ts → Component.desktop-89f0cb07.d.ts} +0 -0
- /package/date-range-input/cssm/{Component.responsive-785df74d.d.ts → Component.responsive-d7e9f69d.d.ts} +0 -0
- /package/date-range-input/cssm/{desktop-63dec22f.d.ts → desktop-b5b4c59f.d.ts} +0 -0
- /package/date-range-input/{desktop-63dec22f.d.ts → desktop-b5b4c59f.d.ts} +0 -0
- /package/gallery/{buttons-690412e1.d.ts → buttons-0f7e62fa.d.ts} +0 -0
- /package/gallery/{buttons-690412e1.js → buttons-0f7e62fa.js} +0 -0
- /package/gallery/esm/{buttons-56eb04b3.d.ts → buttons-8f2a1c94.d.ts} +0 -0
- /package/gallery/esm/{buttons-56eb04b3.js → buttons-8f2a1c94.js} +0 -0
- /package/gallery/esm/{slide-44fcdb22.d.ts → slide-ceaab2f7.d.ts} +0 -0
- /package/gallery/esm/{slide-44fcdb22.js → slide-ceaab2f7.js} +0 -0
- /package/gallery/modern/{buttons-eaec7dc8.d.ts → buttons-c5da30ee.d.ts} +0 -0
- /package/gallery/modern/{buttons-eaec7dc8.js → buttons-c5da30ee.js} +0 -0
- /package/gallery/modern/{slide-f0094724.d.ts → slide-01729b01.d.ts} +0 -0
- /package/gallery/modern/{slide-f0094724.js → slide-01729b01.js} +0 -0
- /package/gallery/{slide-44acedca.d.ts → slide-d75dc41d.d.ts} +0 -0
- /package/gallery/{slide-44acedca.js → slide-d75dc41d.js} +0 -0
- /package/intl-phone-input/{Component.desktop-4cd3936b.d.ts → Component.desktop-9cded6b9.d.ts} +0 -0
- /package/intl-phone-input/{desktop-785df74d.d.ts → desktop-63dec22f.d.ts} +0 -0
- /package/{custom-picker-button → intl-phone-input}/desktop-89f0cb07.d.ts +0 -0
- /package/{custom-picker-button/mobile-d7e9f69d.d.ts → intl-phone-input/mobile-96988a65.d.ts} +0 -0
- /package/{custom-picker-button → picker-button}/Component-69921c40.d.ts +0 -0
- /package/{custom-picker-button → picker-button}/Component.modal.mobile-0f4b9bed.d.ts +0 -0
- /package/picker-button/{cssm/Component.responsive-3109f463.d.ts → Component.responsive-3109f463.d.ts} +0 -0
- /package/{custom-picker-button → picker-button}/component-10db897e.d.ts +0 -0
- /package/picker-button/{Component-72dda473.d.ts → cssm/Component-72dda473.d.ts} +0 -0
- /package/{intl-phone-input/mobile-d7e9f69d.d.ts → picker-button/cssm/mobile-96988a65.d.ts} +0 -0
- /package/{custom-picker-button/useSkeleton-ebda875c.d.ts → picker-button/cssm/useSkeleton-1b036d4b.d.ts} +0 -0
- /package/picker-button/{cssm/mobile-89f0cb07.d.ts → mobile-89f0cb07.d.ts} +0 -0
- /package/picker-button/{cssm/mobile-d7e9f69d.d.ts → mobile-d7e9f69d.d.ts} +0 -0
- /package/{custom-picker-button → picker-button}/types-67a2d8af.d.ts +0 -0
- /package/picker-button/{cssm/useSkeleton-ebda875c.d.ts → useSkeleton-ebda875c.d.ts} +0 -0
- /package/{custom-picker-button → picker-button}/utils-1574ad8b.d.ts +0 -0
- /package/{custom-picker-button → picker-button}/utils-49cc3c24.d.ts +0 -0
- /package/pure-cell/{component-56e8d476.d.ts → component-0bb227ff.d.ts} +0 -0
- /package/pure-cell/{component-56e8d476.js → component-0bb227ff.js} +0 -0
- /package/pure-cell/esm/{component-81398343.d.ts → component-0fa1f2f4.d.ts} +0 -0
- /package/pure-cell/esm/{component-81398343.js → component-0fa1f2f4.js} +0 -0
- /package/pure-cell/modern/{component-62dc17a6.d.ts → component-62710d9b.d.ts} +0 -0
- /package/pure-cell/modern/{component-62dc17a6.js → component-62710d9b.js} +0 -0
- /package/select/esm/{hook-dbd7a783.d.ts → hook-e63a15d0.d.ts} +0 -0
- /package/select/esm/{hook-dbd7a783.js → hook-e63a15d0.js} +0 -0
- /package/select/{hook-77cb9499.d.ts → hook-74d61833.d.ts} +0 -0
- /package/select/{hook-77cb9499.js → hook-74d61833.js} +0 -0
- /package/select/modern/{hook-2d4246ef.d.ts → hook-5e1db0b0.d.ts} +0 -0
- /package/select/modern/{hook-2d4246ef.js → hook-5e1db0b0.js} +0 -0
- /package/tabs/esm/{index.module-f81c66bd.js → index.module-072f7a03.js} +0 -0
- /package/tabs/esm/{index.module-e596240d.js → index.module-64994e8d.js} +0 -0
- /package/tabs/{index.module-f5167fdf.js → index.module-5f6b14c2.js} +0 -0
- /package/tabs/{index.module-aaabe4b6.js → index.module-e4f107c7.js} +0 -0
- /package/tabs/modern/{index.module-57137d98.js → index.module-5e57388f.js} +0 -0
- /package/tabs/modern/{index.module-328329dc.js → index.module-633b90f6.js} +0 -0
- /package/textarea/{PseudoTextArea-89d92eb6.d.ts → PseudoTextArea-36c6abaa.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-89d92eb6.js → PseudoTextArea-36c6abaa.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-b972f2a1.d.ts → PseudoTextArea-9a6ecffa.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-b972f2a1.js → PseudoTextArea-9a6ecffa.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-05bab99f.d.ts → PseudoTextArea-af080549.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-05bab99f.js → PseudoTextArea-af080549.js} +0 -0
- /package/typography/{colors.module-acfdc4ac.js → colors.module-df0e4b50.js} +0 -0
- /package/typography/{common.module-1e0ee495.js → common.module-f956febc.js} +0 -0
- /package/typography/esm/{colors.module-15b18b20.js → colors.module-9bede968.js} +0 -0
- /package/typography/esm/{common.module-2109e6cf.js → common.module-a7331eab.js} +0 -0
- /package/typography/modern/{colors.module-9ac72522.js → colors.module-3d67b05c.js} +0 -0
- /package/typography/modern/{common.module-89e311be.js → common.module-37e5ffae.js} +0 -0
package/themes/dist/site.css
CHANGED
|
@@ -138,191 +138,191 @@
|
|
|
138
138
|
}
|
|
139
139
|
:root {
|
|
140
140
|
--color-dark-bg-accent: #ef3124;
|
|
141
|
-
--color-dark-bg-attention-muted: #
|
|
141
|
+
--color-dark-bg-attention-muted: #332104;
|
|
142
142
|
--color-dark-bg-info: #001c3c;
|
|
143
|
-
--color-dark-bg-negative-muted: #
|
|
144
|
-
--color-dark-bg-opaque: rgba(255, 255, 255, 0.
|
|
145
|
-
--color-dark-bg-overlay: rgba(0, 0, 0, 0.
|
|
146
|
-
--color-dark-bg-positive-muted: #
|
|
147
|
-
--color-dark-bg-primary: #
|
|
143
|
+
--color-dark-bg-negative-muted: #35110d;
|
|
144
|
+
--color-dark-bg-opaque: rgba(255, 255, 255, 0.8);
|
|
145
|
+
--color-dark-bg-overlay: rgba(0, 0, 0, 0.8);
|
|
146
|
+
--color-dark-bg-positive-muted: #042117;
|
|
147
|
+
--color-dark-bg-primary: #121212;
|
|
148
148
|
--color-dark-bg-primary-inverted: #fff;
|
|
149
|
-
--color-dark-bg-quaternary: #
|
|
150
|
-
--color-dark-bg-quaternary-inverted: #
|
|
151
|
-
--color-dark-bg-secondary: #
|
|
149
|
+
--color-dark-bg-quaternary: #3a3a3c;
|
|
150
|
+
--color-dark-bg-quaternary-inverted: #dcdcdd;
|
|
151
|
+
--color-dark-bg-secondary: #202022;
|
|
152
152
|
--color-dark-bg-secondary-inverted: #f3f4f5;
|
|
153
|
-
--color-dark-bg-tertiary: #
|
|
154
|
-
--color-dark-bg-tertiary-inverted: #
|
|
153
|
+
--color-dark-bg-tertiary: #2c2c2e;
|
|
154
|
+
--color-dark-bg-tertiary-inverted: #e9e9eb;
|
|
155
155
|
--color-dark-border-accent: #ef3124;
|
|
156
156
|
--color-dark-border-key: #fff;
|
|
157
|
-
--color-dark-border-key-inverted: #
|
|
158
|
-
--color-dark-border-link: #
|
|
159
|
-
--color-dark-border-primary: #
|
|
160
|
-
--color-dark-border-primary-inverted: #
|
|
161
|
-
--color-dark-border-secondary: #
|
|
162
|
-
--color-dark-border-secondary-inverted: #
|
|
163
|
-
--color-dark-border-tertiary: #
|
|
157
|
+
--color-dark-border-key-inverted: #000;
|
|
158
|
+
--color-dark-border-link: #0072ef;
|
|
159
|
+
--color-dark-border-primary: #2b2b2e;
|
|
160
|
+
--color-dark-border-primary-inverted: #dcdcdd;
|
|
161
|
+
--color-dark-border-secondary: #262629;
|
|
162
|
+
--color-dark-border-secondary-inverted: #e9e9eb;
|
|
163
|
+
--color-dark-border-tertiary: #1c1c1e;
|
|
164
164
|
--color-dark-border-tertiary-inverted: #f3f4f5;
|
|
165
|
-
--color-dark-border-underline: #
|
|
166
|
-
--color-dark-border-underline-inverted: #
|
|
165
|
+
--color-dark-border-underline: #464649;
|
|
166
|
+
--color-dark-border-underline-inverted: #c5c5c7;
|
|
167
167
|
--color-dark-graphic-accent: #ef3124;
|
|
168
|
-
--color-dark-graphic-attention: #
|
|
169
|
-
--color-dark-graphic-link: #
|
|
170
|
-
--color-dark-graphic-negative: #
|
|
168
|
+
--color-dark-graphic-attention: #f6bf65;
|
|
169
|
+
--color-dark-graphic-link: #0072ef;
|
|
170
|
+
--color-dark-graphic-negative: #d91d0b;
|
|
171
171
|
--color-dark-graphic-positive: #2fc26e;
|
|
172
172
|
--color-dark-graphic-primary: #fff;
|
|
173
|
-
--color-dark-graphic-primary-inverted: #
|
|
174
|
-
--color-dark-graphic-quaternary: #
|
|
175
|
-
--color-dark-graphic-quaternary-inverted: #
|
|
176
|
-
--color-dark-graphic-secondary: #
|
|
177
|
-
--color-dark-graphic-secondary-inverted: #
|
|
178
|
-
--color-dark-graphic-tertiary: #
|
|
179
|
-
--color-dark-graphic-tertiary-inverted: #
|
|
180
|
-
--color-dark-specialbg-component: rgba(255, 255, 255, 0.
|
|
173
|
+
--color-dark-graphic-primary-inverted: #0e0e0e;
|
|
174
|
+
--color-dark-graphic-quaternary: #303032;
|
|
175
|
+
--color-dark-graphic-quaternary-inverted: #dcdcdd;
|
|
176
|
+
--color-dark-graphic-secondary: #85858d;
|
|
177
|
+
--color-dark-graphic-secondary-inverted: #86868a;
|
|
178
|
+
--color-dark-graphic-tertiary: #4f4f52;
|
|
179
|
+
--color-dark-graphic-tertiary-inverted: #c1c1c3;
|
|
180
|
+
--color-dark-specialbg-component: rgba(255, 255, 255, 0.1);
|
|
181
181
|
--color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
|
|
182
|
-
--color-dark-specialbg-nulled: rgba(
|
|
182
|
+
--color-dark-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
183
183
|
--color-dark-specialbg-overlay-fallback: #070707;
|
|
184
|
-
--color-dark-specialbg-primary-grouped: #
|
|
185
|
-
--color-dark-specialbg-secondary-grouped: #
|
|
186
|
-
--color-dark-specialbg-secondary-transparent: rgba(255, 255, 255, 0.
|
|
184
|
+
--color-dark-specialbg-primary-grouped: #202022;
|
|
185
|
+
--color-dark-specialbg-secondary-grouped: #2c2c2e;
|
|
186
|
+
--color-dark-specialbg-secondary-transparent: rgba(255, 255, 255, 0.06);
|
|
187
187
|
--color-dark-specialbg-secondary-transparent-inverted: rgba(11, 31, 53, 0.05);
|
|
188
|
-
--color-dark-specialbg-tertiary-grouped: #
|
|
189
|
-
--color-dark-specialbg-tertiary-transparent: rgba(255, 255, 255, 0.
|
|
188
|
+
--color-dark-specialbg-tertiary-grouped: #3a3a3c;
|
|
189
|
+
--color-dark-specialbg-tertiary-transparent: rgba(255, 255, 255, 0.11);
|
|
190
190
|
--color-dark-specialbg-tertiary-transparent-inverted: rgba(11, 31, 53, 0.1);
|
|
191
191
|
--color-dark-text-accent: #ef3124;
|
|
192
|
-
--color-dark-text-attention: #
|
|
193
|
-
--color-dark-text-disabled: rgba(
|
|
194
|
-
--color-dark-text-disabled-inverted: rgba(
|
|
195
|
-
--color-dark-text-link: #
|
|
196
|
-
--color-dark-text-negative: #
|
|
192
|
+
--color-dark-text-attention: #cb830f;
|
|
193
|
+
--color-dark-text-disabled: rgba(235, 235, 245, 0.2);
|
|
194
|
+
--color-dark-text-disabled-inverted: rgba(60, 60, 67, 0.22);
|
|
195
|
+
--color-dark-text-link: #0072ef;
|
|
196
|
+
--color-dark-text-negative: #f15045;
|
|
197
197
|
--color-dark-text-positive: #13a463;
|
|
198
198
|
--color-dark-text-primary: #fff;
|
|
199
|
-
--color-dark-text-primary-inverted: #
|
|
200
|
-
--color-dark-text-secondary: rgba(
|
|
201
|
-
--color-dark-text-secondary-inverted: rgba(
|
|
202
|
-
--color-dark-text-tertiary: rgba(
|
|
203
|
-
--color-dark-text-tertiary-inverted: rgba(
|
|
199
|
+
--color-dark-text-primary-inverted: #0e0e0e;
|
|
200
|
+
--color-dark-text-secondary: rgba(235, 235, 245, 0.54);
|
|
201
|
+
--color-dark-text-secondary-inverted: rgba(60, 60, 67, 0.66);
|
|
202
|
+
--color-dark-text-tertiary: rgba(235, 235, 245, 0.32);
|
|
203
|
+
--color-dark-text-tertiary-inverted: rgba(60, 60, 67, 0.4);
|
|
204
204
|
--color-light-bg-accent: #ef3124;
|
|
205
|
-
--color-light-bg-attention-muted: #
|
|
205
|
+
--color-light-bg-attention-muted: #f7ebd9;
|
|
206
206
|
--color-light-bg-info: #d6e8fc;
|
|
207
|
-
--color-light-bg-negative-muted: #
|
|
208
|
-
--color-light-bg-opaque: rgba(255, 255, 255, 0.
|
|
207
|
+
--color-light-bg-negative-muted: #fbe8e7;
|
|
208
|
+
--color-light-bg-opaque: rgba(255, 255, 255, 0.8);
|
|
209
209
|
--color-light-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
210
|
-
--color-light-bg-positive-muted: #
|
|
210
|
+
--color-light-bg-positive-muted: #e7f6ef;
|
|
211
211
|
--color-light-bg-primary: #fff;
|
|
212
|
-
--color-light-bg-primary-inverted: #
|
|
213
|
-
--color-light-bg-quaternary: #
|
|
214
|
-
--color-light-bg-quaternary-inverted: #
|
|
212
|
+
--color-light-bg-primary-inverted: #121212;
|
|
213
|
+
--color-light-bg-quaternary: #dcdcdd;
|
|
214
|
+
--color-light-bg-quaternary-inverted: #3a3a3c;
|
|
215
215
|
--color-light-bg-secondary: #f3f4f5;
|
|
216
|
-
--color-light-bg-secondary-inverted: #
|
|
217
|
-
--color-light-bg-tertiary: #
|
|
218
|
-
--color-light-bg-tertiary-inverted: #
|
|
216
|
+
--color-light-bg-secondary-inverted: #202022;
|
|
217
|
+
--color-light-bg-tertiary: #e9e9eb;
|
|
218
|
+
--color-light-bg-tertiary-inverted: #2c2c2e;
|
|
219
219
|
--color-light-border-accent: #ef3124;
|
|
220
|
-
--color-light-border-key: #
|
|
220
|
+
--color-light-border-key: #000;
|
|
221
221
|
--color-light-border-key-inverted: #fff;
|
|
222
|
-
--color-light-border-link: #
|
|
223
|
-
--color-light-border-primary: #
|
|
224
|
-
--color-light-border-primary-inverted: #
|
|
225
|
-
--color-light-border-secondary: #
|
|
226
|
-
--color-light-border-secondary-inverted: #
|
|
222
|
+
--color-light-border-link: #0072ef;
|
|
223
|
+
--color-light-border-primary: #dcdcdd;
|
|
224
|
+
--color-light-border-primary-inverted: #2b2b2e;
|
|
225
|
+
--color-light-border-secondary: #e9e9eb;
|
|
226
|
+
--color-light-border-secondary-inverted: #262629;
|
|
227
227
|
--color-light-border-tertiary: #f3f4f5;
|
|
228
|
-
--color-light-border-tertiary-inverted: #
|
|
229
|
-
--color-light-border-underline: #
|
|
230
|
-
--color-light-border-underline-inverted: #
|
|
228
|
+
--color-light-border-tertiary-inverted: #1c1c1e;
|
|
229
|
+
--color-light-border-underline: #c5c5c7;
|
|
230
|
+
--color-light-border-underline-inverted: #464649;
|
|
231
231
|
--color-light-graphic-accent: #ef3124;
|
|
232
|
-
--color-light-graphic-attention: #
|
|
233
|
-
--color-light-graphic-link: #
|
|
232
|
+
--color-light-graphic-attention: #f6bf65;
|
|
233
|
+
--color-light-graphic-link: #0072ef;
|
|
234
234
|
--color-light-graphic-negative: #f15045;
|
|
235
235
|
--color-light-graphic-positive: #2fc26e;
|
|
236
|
-
--color-light-graphic-primary: #
|
|
236
|
+
--color-light-graphic-primary: #0e0e0e;
|
|
237
237
|
--color-light-graphic-primary-inverted: #fff;
|
|
238
|
-
--color-light-graphic-quaternary: #
|
|
239
|
-
--color-light-graphic-quaternary-inverted: #
|
|
240
|
-
--color-light-graphic-secondary: #
|
|
241
|
-
--color-light-graphic-secondary-inverted: #
|
|
242
|
-
--color-light-graphic-tertiary: #
|
|
243
|
-
--color-light-graphic-tertiary-inverted: #
|
|
238
|
+
--color-light-graphic-quaternary: #dcdcdd;
|
|
239
|
+
--color-light-graphic-quaternary-inverted: #303032;
|
|
240
|
+
--color-light-graphic-secondary: #86868a;
|
|
241
|
+
--color-light-graphic-secondary-inverted: #85858d;
|
|
242
|
+
--color-light-graphic-tertiary: #c1c1c3;
|
|
243
|
+
--color-light-graphic-tertiary-inverted: #4f4f52;
|
|
244
244
|
--color-light-specialbg-component: rgba(11, 31, 53, 0.07);
|
|
245
|
-
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.
|
|
245
|
+
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1);
|
|
246
246
|
--color-light-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
247
247
|
--color-light-specialbg-overlay-fallback: #5c5c5c;
|
|
248
248
|
--color-light-specialbg-primary-grouped: #f3f4f5;
|
|
249
249
|
--color-light-specialbg-secondary-grouped: #fff;
|
|
250
250
|
--color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
|
|
251
|
-
--color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.
|
|
251
|
+
--color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.06);
|
|
252
252
|
--color-light-specialbg-tertiary-grouped: #f3f4f5;
|
|
253
253
|
--color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
|
|
254
|
-
--color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.
|
|
254
|
+
--color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.11);
|
|
255
255
|
--color-light-text-accent: #ef3124;
|
|
256
|
-
--color-light-text-attention: #
|
|
257
|
-
--color-light-text-disabled: rgba(
|
|
258
|
-
--color-light-text-disabled-inverted: rgba(
|
|
259
|
-
--color-light-text-link: #
|
|
256
|
+
--color-light-text-attention: #cb830f;
|
|
257
|
+
--color-light-text-disabled: rgba(60, 60, 67, 0.22);
|
|
258
|
+
--color-light-text-disabled-inverted: rgba(235, 235, 245, 0.2);
|
|
259
|
+
--color-light-text-link: #0072ef;
|
|
260
260
|
--color-light-text-negative: #d91d0b;
|
|
261
261
|
--color-light-text-positive: #13a463;
|
|
262
|
-
--color-light-text-primary: #
|
|
262
|
+
--color-light-text-primary: #0e0e0e;
|
|
263
263
|
--color-light-text-primary-inverted: #fff;
|
|
264
|
-
--color-light-text-secondary: rgba(
|
|
265
|
-
--color-light-text-secondary-inverted: rgba(
|
|
266
|
-
--color-light-text-tertiary: rgba(
|
|
267
|
-
--color-light-text-tertiary-inverted: rgba(
|
|
264
|
+
--color-light-text-secondary: rgba(60, 60, 67, 0.66);
|
|
265
|
+
--color-light-text-secondary-inverted: rgba(235, 235, 245, 0.54);
|
|
266
|
+
--color-light-text-tertiary: rgba(60, 60, 67, 0.4);
|
|
267
|
+
--color-light-text-tertiary-inverted: rgba(235, 235, 245, 0.32);
|
|
268
268
|
--color-static-bg-accent: #ef3124;
|
|
269
|
-
--color-static-bg-primary-dark: #
|
|
269
|
+
--color-static-bg-primary-dark: #121212;
|
|
270
270
|
--color-static-bg-primary-light: #fff;
|
|
271
|
-
--color-static-bg-quaternary-dark: #
|
|
272
|
-
--color-static-bg-quaternary-light: #
|
|
273
|
-
--color-static-bg-secondary-dark: #
|
|
271
|
+
--color-static-bg-quaternary-dark: #3a3a3c;
|
|
272
|
+
--color-static-bg-quaternary-light: #dcdcdd;
|
|
273
|
+
--color-static-bg-secondary-dark: #202022;
|
|
274
274
|
--color-static-bg-secondary-light: #f3f4f5;
|
|
275
|
-
--color-static-bg-tertiary-dark: #
|
|
276
|
-
--color-static-bg-tertiary-light: #
|
|
275
|
+
--color-static-bg-tertiary-dark: #2c2c2e;
|
|
276
|
+
--color-static-bg-tertiary-light: #e9e9eb;
|
|
277
277
|
--color-static-border-accent: #ef3124;
|
|
278
278
|
--color-static-graphic-accent: #ef3124;
|
|
279
|
-
--color-static-graphic-dark: #
|
|
279
|
+
--color-static-graphic-dark: #0e0e0e;
|
|
280
280
|
--color-static-graphic-light: #fff;
|
|
281
281
|
--color-static-text-accent: #ef3124;
|
|
282
|
-
--color-static-text-primary-dark: #
|
|
282
|
+
--color-static-text-primary-dark: #0e0e0e;
|
|
283
283
|
--color-static-text-primary-light: #fff;
|
|
284
|
-
--color-static-text-secondary-dark: rgba(
|
|
285
|
-
--color-static-text-secondary-light: rgba(
|
|
286
|
-
--color-static-text-tertiary-dark: rgba(
|
|
287
|
-
--color-static-text-tertiary-light: rgba(
|
|
288
|
-
--color-dark-bg-component: rgba(255, 255, 255, 0.
|
|
289
|
-
--color-dark-bg-component-inverted: rgba(
|
|
284
|
+
--color-static-text-secondary-dark: rgba(60, 60, 67, 0.66);
|
|
285
|
+
--color-static-text-secondary-light: rgba(235, 235, 245, 0.54);
|
|
286
|
+
--color-static-text-tertiary-dark: rgba(60, 60, 67, 0.4);
|
|
287
|
+
--color-static-text-tertiary-light: rgba(235, 235, 245, 0.32);
|
|
288
|
+
--color-dark-bg-component: rgba(255, 255, 255, 0.1); /* deprecated */
|
|
289
|
+
--color-dark-bg-component-inverted: rgba(0, 0, 0, 0.08); /* deprecated */
|
|
290
290
|
--color-dark-bg-link-muted: #001c3c; /* deprecated */
|
|
291
|
-
--color-dark-bg-neutral: #
|
|
292
|
-
--color-dark-bg-nulled: rgba(
|
|
293
|
-
--color-dark-bg-primary-grouped: #
|
|
294
|
-
--color-dark-bg-secondary-grouped: #
|
|
295
|
-
--color-dark-bg-tertiary-grouped: #
|
|
296
|
-
--color-dark-graphic-neutral: #
|
|
297
|
-
--color-dark-specialbg-overlay: rgba(0, 0, 0, 0.
|
|
298
|
-
--color-dark-text-disabled-transparent: rgba(
|
|
299
|
-
--color-dark-text-secondary-inverted-transparent: rgba(
|
|
300
|
-
--color-dark-text-secondary-transparent: rgba(
|
|
301
|
-
--color-dark-text-tertiary-inverted-transparent: rgba(
|
|
302
|
-
--color-dark-text-tertiary-transparent: rgba(
|
|
303
|
-
--color-light-bg-component: rgba(
|
|
304
|
-
--color-light-bg-component-inverted: rgba(
|
|
291
|
+
--color-dark-bg-neutral: #3a3a3c; /* deprecated */
|
|
292
|
+
--color-dark-bg-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
293
|
+
--color-dark-bg-primary-grouped: #1a1a1d; /* deprecated */
|
|
294
|
+
--color-dark-bg-secondary-grouped: #2a2a2e; /* deprecated */
|
|
295
|
+
--color-dark-bg-tertiary-grouped: #404045; /* deprecated */
|
|
296
|
+
--color-dark-graphic-neutral: #2a2a2c; /* deprecated */
|
|
297
|
+
--color-dark-specialbg-overlay: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
298
|
+
--color-dark-text-disabled-transparent: rgba(220, 220, 243, 0.14); /* deprecated */
|
|
299
|
+
--color-dark-text-secondary-inverted-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
|
|
300
|
+
--color-dark-text-secondary-transparent: rgba(239, 239, 254, 0.53); /* deprecated */
|
|
301
|
+
--color-dark-text-tertiary-inverted-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
|
|
302
|
+
--color-dark-text-tertiary-transparent: rgba(233, 233, 251, 0.35); /* deprecated */
|
|
303
|
+
--color-light-bg-component: rgba(19, 19, 73, 0.11); /* deprecated */
|
|
304
|
+
--color-light-bg-component-inverted: rgba(223, 223, 246, 0.13); /* deprecated */
|
|
305
305
|
--color-light-bg-link-muted: #d6e8fc; /* deprecated */
|
|
306
|
-
--color-light-bg-neutral: #
|
|
307
|
-
--color-light-bg-nulled: rgba(
|
|
308
|
-
--color-light-bg-primary-grouped: #
|
|
306
|
+
--color-light-bg-neutral: #dcdcdd; /* deprecated */
|
|
307
|
+
--color-light-bg-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
308
|
+
--color-light-bg-primary-grouped: #f2f2f6; /* deprecated */
|
|
309
309
|
--color-light-bg-secondary-grouped: #fff; /* deprecated */
|
|
310
|
-
--color-light-bg-tertiary-grouped: #
|
|
311
|
-
--color-light-graphic-neutral: #
|
|
310
|
+
--color-light-bg-tertiary-grouped: #f2f2f6; /* deprecated */
|
|
311
|
+
--color-light-graphic-neutral: #dcdcdd; /* deprecated */
|
|
312
312
|
--color-light-specialbg-overlay: rgba(0, 0, 0, 0.6); /* deprecated */
|
|
313
|
-
--color-light-text-disabled-transparent: rgba(
|
|
314
|
-
--color-light-text-secondary-inverted-transparent: rgba(
|
|
315
|
-
--color-light-text-secondary-transparent: rgba(
|
|
316
|
-
--color-light-text-tertiary-inverted-transparent: rgba(
|
|
317
|
-
--color-light-text-tertiary-transparent: rgba(
|
|
313
|
+
--color-light-text-disabled-transparent: rgba(1, 1, 24, 0.26); /* deprecated */
|
|
314
|
+
--color-light-text-secondary-inverted-transparent: rgba(239, 239, 254, 0.53); /* deprecated */
|
|
315
|
+
--color-light-text-secondary-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
|
|
316
|
+
--color-light-text-tertiary-inverted-transparent: rgba(233, 233, 251, 0.35); /* deprecated */
|
|
317
|
+
--color-light-text-tertiary-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
|
|
318
318
|
--color-static-bg-dark: #000; /* deprecated */
|
|
319
319
|
--color-static-bg-light: #fff; /* deprecated */
|
|
320
|
-
--color-static-bg-neutral-dark: #
|
|
321
|
-
--color-static-bg-neutral-light: #
|
|
322
|
-
--color-static-text-secondary-dark-transparent: rgba(
|
|
323
|
-
--color-static-text-secondary-light-transparent: rgba(
|
|
324
|
-
--color-static-text-tertiary-dark-transparent: rgba(
|
|
325
|
-
--color-static-text-tertiary-light-transparent: rgba(
|
|
320
|
+
--color-static-bg-neutral-dark: #3a3a3c; /* deprecated */
|
|
321
|
+
--color-static-bg-neutral-light: #dcdcdd; /* deprecated */
|
|
322
|
+
--color-static-text-secondary-dark-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
|
|
323
|
+
--color-static-text-secondary-light-transparent: rgba(235, 235, 245, 0.6); /* deprecated */
|
|
324
|
+
--color-static-text-tertiary-dark-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
|
|
325
|
+
--color-static-text-tertiary-light-transparent: rgba(235, 235, 245, 0.3); /* deprecated */
|
|
326
326
|
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
327
327
|
--color-dark-bg-accent-shade-15: rgb(203, 42, 31);
|
|
328
328
|
--color-dark-bg-accent-shade-20: rgb(191, 39, 29);
|
|
@@ -330,18 +330,18 @@
|
|
|
330
330
|
--color-dark-bg-accent-tint-10: rgb(241, 70, 58);
|
|
331
331
|
--color-dark-bg-accent-tint-15: rgb(241, 80, 69);
|
|
332
332
|
--color-dark-bg-accent-tint-30: rgb(244, 111, 102);
|
|
333
|
-
--color-dark-bg-primary-alpha-4: rgba(
|
|
334
|
-
--color-dark-bg-primary-alpha-8: rgba(
|
|
335
|
-
--color-dark-bg-primary-alpha-12: rgba(
|
|
336
|
-
--color-dark-bg-primary-alpha-15: rgba(
|
|
337
|
-
--color-dark-bg-primary-alpha-16: rgba(
|
|
338
|
-
--color-dark-bg-primary-alpha-20: rgba(
|
|
339
|
-
--color-dark-bg-primary-alpha-30: rgba(
|
|
340
|
-
--color-dark-bg-primary-alpha-32: rgba(
|
|
341
|
-
--color-dark-bg-primary-alpha-37: rgba(
|
|
342
|
-
--color-dark-bg-primary-alpha-40: rgba(
|
|
343
|
-
--color-dark-bg-primary-tint-7: rgb(
|
|
344
|
-
--color-dark-bg-primary-tint-15: rgb(
|
|
333
|
+
--color-dark-bg-primary-alpha-4: rgba(18, 18, 18, 0.04);
|
|
334
|
+
--color-dark-bg-primary-alpha-8: rgba(18, 18, 18, 0.08);
|
|
335
|
+
--color-dark-bg-primary-alpha-12: rgba(18, 18, 18, 0.12);
|
|
336
|
+
--color-dark-bg-primary-alpha-15: rgba(18, 18, 18, 0.15);
|
|
337
|
+
--color-dark-bg-primary-alpha-16: rgba(18, 18, 18, 0.16);
|
|
338
|
+
--color-dark-bg-primary-alpha-20: rgba(18, 18, 18, 0.2);
|
|
339
|
+
--color-dark-bg-primary-alpha-30: rgba(18, 18, 18, 0.3);
|
|
340
|
+
--color-dark-bg-primary-alpha-32: rgba(18, 18, 18, 0.32);
|
|
341
|
+
--color-dark-bg-primary-alpha-37: rgba(18, 18, 18, 0.37);
|
|
342
|
+
--color-dark-bg-primary-alpha-40: rgba(18, 18, 18, 0.4);
|
|
343
|
+
--color-dark-bg-primary-tint-7: rgb(35, 35, 35);
|
|
344
|
+
--color-dark-bg-primary-tint-15: rgb(54, 54, 54);
|
|
345
345
|
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
|
|
346
346
|
--color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
|
|
347
347
|
--color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
|
|
@@ -360,46 +360,46 @@
|
|
|
360
360
|
--color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
361
361
|
--color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
362
362
|
--color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
|
|
363
|
-
--color-dark-bg-quaternary-alpha-30: rgba(
|
|
364
|
-
--color-dark-bg-quaternary-tint-7: rgb(
|
|
365
|
-
--color-dark-bg-quaternary-tint-10: rgb(
|
|
366
|
-
--color-dark-bg-quaternary-tint-15: rgb(
|
|
367
|
-
--color-dark-bg-quaternary-tint-30: rgb(
|
|
368
|
-
--color-dark-bg-quaternary-inverted-alpha-30: rgba(
|
|
369
|
-
--color-dark-bg-quaternary-inverted-shade-15: rgb(
|
|
370
|
-
--color-dark-bg-quaternary-inverted-shade-20: rgb(
|
|
371
|
-
--color-dark-bg-secondary-alpha-30: rgba(
|
|
372
|
-
--color-dark-bg-secondary-shade-15: rgb(
|
|
373
|
-
--color-dark-bg-secondary-shade-20: rgb(
|
|
374
|
-
--color-dark-bg-secondary-tint-7: rgb(
|
|
375
|
-
--color-dark-bg-secondary-tint-15: rgb(
|
|
363
|
+
--color-dark-bg-quaternary-alpha-30: rgba(58, 58, 60, 0.3);
|
|
364
|
+
--color-dark-bg-quaternary-tint-7: rgb(72, 72, 74);
|
|
365
|
+
--color-dark-bg-quaternary-tint-10: rgb(78, 78, 80);
|
|
366
|
+
--color-dark-bg-quaternary-tint-15: rgb(88, 88, 89);
|
|
367
|
+
--color-dark-bg-quaternary-tint-30: rgb(117, 117, 119);
|
|
368
|
+
--color-dark-bg-quaternary-inverted-alpha-30: rgba(220, 220, 221, 0.3);
|
|
369
|
+
--color-dark-bg-quaternary-inverted-shade-15: rgb(187, 187, 188);
|
|
370
|
+
--color-dark-bg-quaternary-inverted-shade-20: rgb(176, 176, 177);
|
|
371
|
+
--color-dark-bg-secondary-alpha-30: rgba(32, 32, 34, 0.3);
|
|
372
|
+
--color-dark-bg-secondary-shade-15: rgb(27, 27, 29);
|
|
373
|
+
--color-dark-bg-secondary-shade-20: rgb(26, 26, 27);
|
|
374
|
+
--color-dark-bg-secondary-tint-7: rgb(48, 48, 49);
|
|
375
|
+
--color-dark-bg-secondary-tint-15: rgb(65, 65, 67);
|
|
376
376
|
--color-dark-bg-secondary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
|
|
377
377
|
--color-dark-bg-secondary-inverted-shade-15: rgb(207, 207, 208);
|
|
378
378
|
--color-dark-bg-secondary-inverted-shade-20: rgb(194, 195, 196);
|
|
379
379
|
--color-dark-bg-secondary-inverted-tint-7: rgb(244, 245, 246);
|
|
380
380
|
--color-dark-bg-secondary-inverted-tint-15: rgb(245, 246, 246);
|
|
381
|
-
--color-dark-bg-tertiary-tint-7: rgb(
|
|
381
|
+
--color-dark-bg-tertiary-tint-7: rgb(59, 59, 61);
|
|
382
382
|
--color-dark-border-key-alpha-7: rgba(255, 255, 255, 0.07);
|
|
383
383
|
--color-dark-border-key-alpha-15: rgba(255, 255, 255, 0.15);
|
|
384
|
-
--color-dark-border-key-inverted-alpha-7: rgba(
|
|
385
|
-
--color-dark-border-key-inverted-alpha-15: rgba(
|
|
386
|
-
--color-dark-border-underline-alpha-30: rgba(
|
|
387
|
-
--color-dark-border-underline-inverted-alpha-30: rgba(
|
|
384
|
+
--color-dark-border-key-inverted-alpha-7: rgba(0, 0, 0, 0.07);
|
|
385
|
+
--color-dark-border-key-inverted-alpha-15: rgba(0, 0, 0, 0.15);
|
|
386
|
+
--color-dark-border-underline-alpha-30: rgba(70, 70, 73, 0.3);
|
|
387
|
+
--color-dark-border-underline-inverted-alpha-30: rgba(197, 197, 199, 0.3);
|
|
388
388
|
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
389
389
|
--color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
|
|
390
390
|
--color-dark-graphic-accent-tint-7: rgb(240, 63, 51);
|
|
391
391
|
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
392
392
|
--color-dark-graphic-accent-tint-15: rgb(241, 80, 69);
|
|
393
393
|
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
394
|
-
--color-dark-graphic-link-alpha-15: rgba(0,
|
|
395
|
-
--color-dark-graphic-negative-alpha-10: rgba(
|
|
396
|
-
--color-dark-graphic-negative-alpha-30: rgba(
|
|
397
|
-
--color-dark-graphic-negative-alpha-40: rgba(
|
|
398
|
-
--color-dark-graphic-negative-shade-20: rgb(
|
|
399
|
-
--color-dark-graphic-negative-shade-30: rgb(
|
|
400
|
-
--color-dark-graphic-negative-tint-7: rgb(
|
|
401
|
-
--color-dark-graphic-negative-tint-15: rgb(
|
|
402
|
-
--color-dark-graphic-negative-tint-30: rgb(
|
|
394
|
+
--color-dark-graphic-link-alpha-15: rgba(0, 114, 239, 0.15);
|
|
395
|
+
--color-dark-graphic-negative-alpha-10: rgba(217, 29, 11, 0.1);
|
|
396
|
+
--color-dark-graphic-negative-alpha-30: rgba(217, 29, 11, 0.3);
|
|
397
|
+
--color-dark-graphic-negative-alpha-40: rgba(217, 29, 11, 0.4);
|
|
398
|
+
--color-dark-graphic-negative-shade-20: rgb(174, 23, 9);
|
|
399
|
+
--color-dark-graphic-negative-shade-30: rgb(152, 20, 8);
|
|
400
|
+
--color-dark-graphic-negative-tint-7: rgb(220, 45, 28);
|
|
401
|
+
--color-dark-graphic-negative-tint-15: rgb(223, 63, 48);
|
|
402
|
+
--color-dark-graphic-negative-tint-30: rgb(228, 97, 84);
|
|
403
403
|
--color-dark-graphic-positive-alpha-10: rgba(47, 194, 110, 0.1);
|
|
404
404
|
--color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
|
|
405
405
|
--color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
|
|
@@ -412,35 +412,35 @@
|
|
|
412
412
|
--color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
|
|
413
413
|
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
|
|
414
414
|
--color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
|
|
415
|
-
--color-dark-graphic-primary-inverted-alpha-30: rgba(
|
|
416
|
-
--color-dark-graphic-primary-inverted-alpha-40: rgba(
|
|
417
|
-
--color-dark-graphic-primary-inverted-alpha-50: rgba(
|
|
418
|
-
--color-dark-graphic-primary-inverted-alpha-60: rgba(
|
|
419
|
-
--color-dark-graphic-primary-inverted-tint-7: rgb(
|
|
420
|
-
--color-dark-graphic-primary-inverted-tint-10: rgb(
|
|
421
|
-
--color-dark-graphic-primary-inverted-tint-15: rgb(
|
|
422
|
-
--color-dark-graphic-primary-inverted-tint-30: rgb(
|
|
423
|
-
--color-dark-graphic-quaternary-tint-10: rgb(
|
|
424
|
-
--color-dark-graphic-secondary-alpha-30: rgba(
|
|
425
|
-
--color-dark-graphic-secondary-tint-30: rgb(
|
|
426
|
-
--color-dark-graphic-secondary-tint-50: rgb(
|
|
427
|
-
--color-dark-graphic-secondary-inverted-alpha-30: rgba(
|
|
428
|
-
--color-dark-graphic-secondary-inverted-shade-15: rgb(
|
|
429
|
-
--color-dark-graphic-secondary-inverted-shade-20: rgb(
|
|
430
|
-
--color-dark-graphic-secondary-inverted-tint-10: rgb(
|
|
431
|
-
--color-dark-graphic-secondary-inverted-tint-30: rgb(
|
|
432
|
-
--color-dark-graphic-tertiary-alpha-30: rgba(
|
|
433
|
-
--color-dark-graphic-tertiary-shade-15: rgb(
|
|
434
|
-
--color-dark-graphic-tertiary-shade-20: rgb(
|
|
435
|
-
--color-dark-graphic-tertiary-tint-7: rgb(
|
|
436
|
-
--color-dark-graphic-tertiary-tint-15: rgb(
|
|
437
|
-
--color-dark-graphic-tertiary-inverted-alpha-30: rgba(
|
|
438
|
-
--color-dark-graphic-tertiary-inverted-shade-15: rgb(
|
|
439
|
-
--color-dark-graphic-tertiary-inverted-shade-20: rgb(
|
|
440
|
-
--color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.
|
|
441
|
-
--color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.
|
|
442
|
-
--color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.
|
|
443
|
-
--color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.
|
|
415
|
+
--color-dark-graphic-primary-inverted-alpha-30: rgba(14, 14, 14, 0.3);
|
|
416
|
+
--color-dark-graphic-primary-inverted-alpha-40: rgba(14, 14, 14, 0.4);
|
|
417
|
+
--color-dark-graphic-primary-inverted-alpha-50: rgba(14, 14, 14, 0.5);
|
|
418
|
+
--color-dark-graphic-primary-inverted-alpha-60: rgba(14, 14, 14, 0.6);
|
|
419
|
+
--color-dark-graphic-primary-inverted-tint-7: rgb(31, 31, 31);
|
|
420
|
+
--color-dark-graphic-primary-inverted-tint-10: rgb(38, 38, 38);
|
|
421
|
+
--color-dark-graphic-primary-inverted-tint-15: rgb(50, 50, 50);
|
|
422
|
+
--color-dark-graphic-primary-inverted-tint-30: rgb(86, 86, 86);
|
|
423
|
+
--color-dark-graphic-quaternary-tint-10: rgb(69, 69, 70);
|
|
424
|
+
--color-dark-graphic-secondary-alpha-30: rgba(133, 133, 141, 0.3);
|
|
425
|
+
--color-dark-graphic-secondary-tint-30: rgb(170, 170, 175);
|
|
426
|
+
--color-dark-graphic-secondary-tint-50: rgb(194, 194, 198);
|
|
427
|
+
--color-dark-graphic-secondary-inverted-alpha-30: rgba(134, 134, 138, 0.3);
|
|
428
|
+
--color-dark-graphic-secondary-inverted-shade-15: rgb(114, 114, 117);
|
|
429
|
+
--color-dark-graphic-secondary-inverted-shade-20: rgb(107, 107, 110);
|
|
430
|
+
--color-dark-graphic-secondary-inverted-tint-10: rgb(146, 146, 150);
|
|
431
|
+
--color-dark-graphic-secondary-inverted-tint-30: rgb(170, 170, 173);
|
|
432
|
+
--color-dark-graphic-tertiary-alpha-30: rgba(79, 79, 82, 0.3);
|
|
433
|
+
--color-dark-graphic-tertiary-shade-15: rgb(67, 67, 70);
|
|
434
|
+
--color-dark-graphic-tertiary-shade-20: rgb(63, 63, 66);
|
|
435
|
+
--color-dark-graphic-tertiary-tint-7: rgb(91, 91, 94);
|
|
436
|
+
--color-dark-graphic-tertiary-tint-15: rgb(105, 105, 108);
|
|
437
|
+
--color-dark-graphic-tertiary-inverted-alpha-30: rgba(193, 193, 195, 0.3);
|
|
438
|
+
--color-dark-graphic-tertiary-inverted-shade-15: rgb(164, 164, 166);
|
|
439
|
+
--color-dark-graphic-tertiary-inverted-shade-20: rgb(154, 154, 156);
|
|
440
|
+
--color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.163);
|
|
441
|
+
--color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.19);
|
|
442
|
+
--color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.235);
|
|
443
|
+
--color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.37);
|
|
444
444
|
--color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02);
|
|
445
445
|
--color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14);
|
|
446
446
|
--color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23);
|
|
@@ -448,18 +448,18 @@
|
|
|
448
448
|
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
449
449
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
450
450
|
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
451
|
-
--color-dark-specialbg-secondary-transparent-tint-7: rgba(255, 255, 255, 0.
|
|
452
|
-
--color-dark-specialbg-secondary-transparent-tint-15: rgba(255, 255, 255, 0.
|
|
451
|
+
--color-dark-specialbg-secondary-transparent-tint-7: rgba(255, 255, 255, 0.1258);
|
|
452
|
+
--color-dark-specialbg-secondary-transparent-tint-15: rgba(255, 255, 255, 0.201);
|
|
453
453
|
--color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.1925);
|
|
454
454
|
--color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.24);
|
|
455
|
-
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.
|
|
456
|
-
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.
|
|
455
|
+
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.1723);
|
|
456
|
+
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.2435);
|
|
457
457
|
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
|
|
458
458
|
--color-dark-specialbg-tertiary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.28);
|
|
459
|
-
--color-dark-text-link-shade-30: rgb(0,
|
|
460
|
-
--color-dark-text-link-shade-50: rgb(0,
|
|
461
|
-
--color-dark-text-link-tint-20: rgb(51,
|
|
462
|
-
--color-dark-text-link-tint-40: rgb(102,
|
|
459
|
+
--color-dark-text-link-shade-30: rgb(0, 80, 167);
|
|
460
|
+
--color-dark-text-link-shade-50: rgb(0, 57, 120);
|
|
461
|
+
--color-dark-text-link-tint-20: rgb(51, 142, 242);
|
|
462
|
+
--color-dark-text-link-tint-40: rgb(102, 170, 245);
|
|
463
463
|
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
464
464
|
--color-dark-text-primary-shade-24: rgb(194, 194, 194);
|
|
465
465
|
--color-dark-text-primary-shade-30: rgb(179, 179, 179);
|
|
@@ -467,22 +467,22 @@
|
|
|
467
467
|
--color-dark-text-primary-shade-50: rgb(128, 128, 128);
|
|
468
468
|
--color-dark-text-primary-tint-20: rgb(255, 255, 255);
|
|
469
469
|
--color-dark-text-primary-tint-40: rgb(255, 255, 255);
|
|
470
|
-
--color-dark-text-primary-inverted-alpha-30: rgba(
|
|
471
|
-
--color-dark-text-primary-inverted-alpha-40: rgba(
|
|
472
|
-
--color-dark-text-primary-inverted-shade-20: rgb(
|
|
473
|
-
--color-dark-text-primary-inverted-shade-30: rgb(
|
|
474
|
-
--color-dark-text-primary-inverted-tint-7: rgb(
|
|
475
|
-
--color-dark-text-primary-inverted-tint-15: rgb(
|
|
476
|
-
--color-dark-text-primary-inverted-tint-24: rgb(
|
|
477
|
-
--color-dark-text-primary-inverted-tint-30: rgb(
|
|
478
|
-
--color-dark-text-primary-inverted-tint-40: rgb(
|
|
479
|
-
--color-dark-text-primary-inverted-tint-50: rgb(
|
|
480
|
-
--color-dark-text-secondary-shade-20: rgba(
|
|
481
|
-
--color-dark-text-secondary-shade-30: rgba(
|
|
482
|
-
--color-dark-text-secondary-tint-20: rgba(
|
|
483
|
-
--color-dark-text-secondary-tint-40: rgba(
|
|
484
|
-
--color-dark-text-secondary-inverted-shade-20: rgba(
|
|
485
|
-
--color-dark-text-secondary-inverted-shade-30: rgba(
|
|
470
|
+
--color-dark-text-primary-inverted-alpha-30: rgba(14, 14, 14, 0.3);
|
|
471
|
+
--color-dark-text-primary-inverted-alpha-40: rgba(14, 14, 14, 0.4);
|
|
472
|
+
--color-dark-text-primary-inverted-shade-20: rgb(11, 11, 11);
|
|
473
|
+
--color-dark-text-primary-inverted-shade-30: rgb(10, 10, 10);
|
|
474
|
+
--color-dark-text-primary-inverted-tint-7: rgb(31, 31, 31);
|
|
475
|
+
--color-dark-text-primary-inverted-tint-15: rgb(50, 50, 50);
|
|
476
|
+
--color-dark-text-primary-inverted-tint-24: rgb(72, 72, 72);
|
|
477
|
+
--color-dark-text-primary-inverted-tint-30: rgb(86, 86, 86);
|
|
478
|
+
--color-dark-text-primary-inverted-tint-40: rgb(110, 110, 110);
|
|
479
|
+
--color-dark-text-primary-inverted-tint-50: rgb(135, 135, 135);
|
|
480
|
+
--color-dark-text-secondary-shade-20: rgba(188, 188, 196, 0.632);
|
|
481
|
+
--color-dark-text-secondary-shade-30: rgba(164, 164, 172, 0.678);
|
|
482
|
+
--color-dark-text-secondary-tint-20: rgba(239, 239, 247, 0.632);
|
|
483
|
+
--color-dark-text-secondary-tint-40: rgba(243, 243, 249, 0.724);
|
|
484
|
+
--color-dark-text-secondary-inverted-shade-20: rgba(48, 48, 54, 0.728);
|
|
485
|
+
--color-dark-text-secondary-inverted-shade-30: rgba(42, 42, 47, 0.762);
|
|
486
486
|
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
487
487
|
--color-light-bg-accent-tint-15: rgb(241, 80, 69);
|
|
488
488
|
--color-light-bg-accent-tint-20: rgb(242, 90, 80);
|
|
@@ -502,56 +502,56 @@
|
|
|
502
502
|
--color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
503
503
|
--color-light-bg-primary-shade-7: rgb(237, 237, 237);
|
|
504
504
|
--color-light-bg-primary-shade-15: rgb(217, 217, 217);
|
|
505
|
-
--color-light-bg-primary-inverted-alpha-3: rgba(
|
|
506
|
-
--color-light-bg-primary-inverted-alpha-4: rgba(
|
|
507
|
-
--color-light-bg-primary-inverted-alpha-5: rgba(
|
|
508
|
-
--color-light-bg-primary-inverted-alpha-7: rgba(
|
|
509
|
-
--color-light-bg-primary-inverted-alpha-8: rgba(
|
|
510
|
-
--color-light-bg-primary-inverted-alpha-10: rgba(
|
|
511
|
-
--color-light-bg-primary-inverted-alpha-12: rgba(
|
|
512
|
-
--color-light-bg-primary-inverted-alpha-15: rgba(
|
|
513
|
-
--color-light-bg-primary-inverted-alpha-16: rgba(
|
|
514
|
-
--color-light-bg-primary-inverted-alpha-20: rgba(
|
|
515
|
-
--color-light-bg-primary-inverted-alpha-24: rgba(
|
|
516
|
-
--color-light-bg-primary-inverted-alpha-30: rgba(
|
|
517
|
-
--color-light-bg-primary-inverted-alpha-32: rgba(
|
|
518
|
-
--color-light-bg-primary-inverted-alpha-40: rgba(
|
|
519
|
-
--color-light-bg-primary-inverted-alpha-50: rgba(
|
|
520
|
-
--color-light-bg-primary-inverted-tint-7: rgb(
|
|
521
|
-
--color-light-bg-primary-inverted-tint-15: rgb(
|
|
522
|
-
--color-light-bg-primary-inverted-tint-20: rgb(
|
|
523
|
-
--color-light-bg-quaternary-alpha-30: rgba(
|
|
524
|
-
--color-light-bg-quaternary-shade-7: rgb(
|
|
525
|
-
--color-light-bg-quaternary-shade-10: rgb(
|
|
526
|
-
--color-light-bg-quaternary-shade-15: rgb(
|
|
527
|
-
--color-light-bg-quaternary-shade-30: rgb(
|
|
528
|
-
--color-light-bg-quaternary-inverted-alpha-30: rgba(
|
|
529
|
-
--color-light-bg-quaternary-inverted-tint-15: rgb(
|
|
530
|
-
--color-light-bg-quaternary-inverted-tint-20: rgb(
|
|
505
|
+
--color-light-bg-primary-inverted-alpha-3: rgba(18, 18, 18, 0.03);
|
|
506
|
+
--color-light-bg-primary-inverted-alpha-4: rgba(18, 18, 18, 0.04);
|
|
507
|
+
--color-light-bg-primary-inverted-alpha-5: rgba(18, 18, 18, 0.05);
|
|
508
|
+
--color-light-bg-primary-inverted-alpha-7: rgba(18, 18, 18, 0.07);
|
|
509
|
+
--color-light-bg-primary-inverted-alpha-8: rgba(18, 18, 18, 0.08);
|
|
510
|
+
--color-light-bg-primary-inverted-alpha-10: rgba(18, 18, 18, 0.1);
|
|
511
|
+
--color-light-bg-primary-inverted-alpha-12: rgba(18, 18, 18, 0.12);
|
|
512
|
+
--color-light-bg-primary-inverted-alpha-15: rgba(18, 18, 18, 0.15);
|
|
513
|
+
--color-light-bg-primary-inverted-alpha-16: rgba(18, 18, 18, 0.16);
|
|
514
|
+
--color-light-bg-primary-inverted-alpha-20: rgba(18, 18, 18, 0.2);
|
|
515
|
+
--color-light-bg-primary-inverted-alpha-24: rgba(18, 18, 18, 0.24);
|
|
516
|
+
--color-light-bg-primary-inverted-alpha-30: rgba(18, 18, 18, 0.3);
|
|
517
|
+
--color-light-bg-primary-inverted-alpha-32: rgba(18, 18, 18, 0.32);
|
|
518
|
+
--color-light-bg-primary-inverted-alpha-40: rgba(18, 18, 18, 0.4);
|
|
519
|
+
--color-light-bg-primary-inverted-alpha-50: rgba(18, 18, 18, 0.5);
|
|
520
|
+
--color-light-bg-primary-inverted-tint-7: rgb(35, 35, 35);
|
|
521
|
+
--color-light-bg-primary-inverted-tint-15: rgb(54, 54, 54);
|
|
522
|
+
--color-light-bg-primary-inverted-tint-20: rgb(65, 65, 65);
|
|
523
|
+
--color-light-bg-quaternary-alpha-30: rgba(220, 220, 221, 0.3);
|
|
524
|
+
--color-light-bg-quaternary-shade-7: rgb(205, 205, 206);
|
|
525
|
+
--color-light-bg-quaternary-shade-10: rgb(198, 198, 199);
|
|
526
|
+
--color-light-bg-quaternary-shade-15: rgb(187, 187, 188);
|
|
527
|
+
--color-light-bg-quaternary-shade-30: rgb(154, 154, 155);
|
|
528
|
+
--color-light-bg-quaternary-inverted-alpha-30: rgba(58, 58, 60, 0.3);
|
|
529
|
+
--color-light-bg-quaternary-inverted-tint-15: rgb(88, 88, 89);
|
|
530
|
+
--color-light-bg-quaternary-inverted-tint-20: rgb(97, 97, 99);
|
|
531
531
|
--color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
|
|
532
532
|
--color-light-bg-secondary-tint-15: rgb(245, 246, 246);
|
|
533
533
|
--color-light-bg-secondary-tint-20: rgb(245, 246, 247);
|
|
534
534
|
--color-light-bg-secondary-shade-7: rgb(226, 227, 228);
|
|
535
535
|
--color-light-bg-secondary-shade-15: rgb(207, 207, 208);
|
|
536
|
-
--color-light-bg-secondary-inverted-alpha-30: rgba(
|
|
537
|
-
--color-light-bg-secondary-inverted-tint-15: rgb(
|
|
538
|
-
--color-light-bg-secondary-inverted-tint-20: rgb(
|
|
539
|
-
--color-light-bg-secondary-inverted-shade-7: rgb(
|
|
540
|
-
--color-light-bg-secondary-inverted-shade-15: rgb(
|
|
541
|
-
--color-light-bg-tertiary-shade-7: rgb(
|
|
542
|
-
--color-light-border-key-alpha-7: rgba(
|
|
543
|
-
--color-light-border-key-alpha-15: rgba(
|
|
536
|
+
--color-light-bg-secondary-inverted-alpha-30: rgba(32, 32, 34, 0.3);
|
|
537
|
+
--color-light-bg-secondary-inverted-tint-15: rgb(65, 65, 67);
|
|
538
|
+
--color-light-bg-secondary-inverted-tint-20: rgb(77, 77, 78);
|
|
539
|
+
--color-light-bg-secondary-inverted-shade-7: rgb(30, 30, 32);
|
|
540
|
+
--color-light-bg-secondary-inverted-shade-15: rgb(27, 27, 29);
|
|
541
|
+
--color-light-bg-tertiary-shade-7: rgb(217, 217, 219);
|
|
542
|
+
--color-light-border-key-alpha-7: rgba(0, 0, 0, 0.07);
|
|
543
|
+
--color-light-border-key-alpha-15: rgba(0, 0, 0, 0.15);
|
|
544
544
|
--color-light-border-key-inverted-alpha-7: rgba(255, 255, 255, 0.07);
|
|
545
545
|
--color-light-border-key-inverted-alpha-15: rgba(255, 255, 255, 0.15);
|
|
546
|
-
--color-light-border-underline-alpha-30: rgba(
|
|
547
|
-
--color-light-border-underline-inverted-alpha-30: rgba(
|
|
546
|
+
--color-light-border-underline-alpha-30: rgba(197, 197, 199, 0.3);
|
|
547
|
+
--color-light-border-underline-inverted-alpha-30: rgba(70, 70, 73, 0.3);
|
|
548
548
|
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
549
549
|
--color-light-graphic-accent-tint-15: rgb(241, 80, 69);
|
|
550
550
|
--color-light-graphic-accent-shade-7: rgb(222, 46, 33);
|
|
551
551
|
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
552
552
|
--color-light-graphic-accent-shade-15: rgb(203, 42, 31);
|
|
553
553
|
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
554
|
-
--color-light-graphic-link-alpha-15: rgba(0,
|
|
554
|
+
--color-light-graphic-link-alpha-15: rgba(0, 114, 239, 0.15);
|
|
555
555
|
--color-light-graphic-negative-alpha-10: rgba(241, 80, 69, 0.1);
|
|
556
556
|
--color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
557
557
|
--color-light-graphic-negative-alpha-40: rgba(241, 80, 69, 0.4);
|
|
@@ -563,15 +563,15 @@
|
|
|
563
563
|
--color-light-graphic-positive-alpha-10: rgba(47, 194, 110, 0.1);
|
|
564
564
|
--color-light-graphic-positive-shade-10: rgb(42, 175, 99);
|
|
565
565
|
--color-light-graphic-positive-shade-30: rgb(33, 136, 77);
|
|
566
|
-
--color-light-graphic-primary-alpha-30: rgba(
|
|
567
|
-
--color-light-graphic-primary-alpha-40: rgba(
|
|
568
|
-
--color-light-graphic-primary-alpha-50: rgba(
|
|
569
|
-
--color-light-graphic-primary-alpha-60: rgba(
|
|
570
|
-
--color-light-graphic-primary-tint-15: rgb(
|
|
571
|
-
--color-light-graphic-primary-tint-20: rgb(
|
|
572
|
-
--color-light-graphic-primary-tint-30: rgb(
|
|
573
|
-
--color-light-graphic-primary-shade-10: rgb(
|
|
574
|
-
--color-light-graphic-primary-shade-30: rgb(
|
|
566
|
+
--color-light-graphic-primary-alpha-30: rgba(14, 14, 14, 0.3);
|
|
567
|
+
--color-light-graphic-primary-alpha-40: rgba(14, 14, 14, 0.4);
|
|
568
|
+
--color-light-graphic-primary-alpha-50: rgba(14, 14, 14, 0.5);
|
|
569
|
+
--color-light-graphic-primary-alpha-60: rgba(14, 14, 14, 0.6);
|
|
570
|
+
--color-light-graphic-primary-tint-15: rgb(50, 50, 50);
|
|
571
|
+
--color-light-graphic-primary-tint-20: rgb(62, 62, 62);
|
|
572
|
+
--color-light-graphic-primary-tint-30: rgb(86, 86, 86);
|
|
573
|
+
--color-light-graphic-primary-shade-10: rgb(13, 13, 13);
|
|
574
|
+
--color-light-graphic-primary-shade-30: rgb(10, 10, 10);
|
|
575
575
|
--color-light-graphic-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
576
576
|
--color-light-graphic-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
577
577
|
--color-light-graphic-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
|
|
@@ -580,23 +580,23 @@
|
|
|
580
580
|
--color-light-graphic-primary-inverted-shade-10: rgb(230, 230, 230);
|
|
581
581
|
--color-light-graphic-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
582
582
|
--color-light-graphic-primary-inverted-shade-30: rgb(179, 179, 179);
|
|
583
|
-
--color-light-graphic-quaternary-shade-10: rgb(
|
|
584
|
-
--color-light-graphic-secondary-alpha-30: rgba(
|
|
585
|
-
--color-light-graphic-secondary-shade-30: rgb(
|
|
586
|
-
--color-light-graphic-secondary-shade-50: rgb(
|
|
587
|
-
--color-light-graphic-secondary-inverted-alpha-30: rgba(
|
|
588
|
-
--color-light-graphic-secondary-inverted-tint-15: rgb(
|
|
589
|
-
--color-light-graphic-secondary-inverted-tint-20: rgb(
|
|
590
|
-
--color-light-graphic-secondary-inverted-shade-10: rgb(
|
|
591
|
-
--color-light-graphic-secondary-inverted-shade-30: rgb(
|
|
592
|
-
--color-light-graphic-tertiary-alpha-30: rgba(
|
|
593
|
-
--color-light-graphic-tertiary-tint-15: rgb(
|
|
594
|
-
--color-light-graphic-tertiary-tint-20: rgb(
|
|
595
|
-
--color-light-graphic-tertiary-shade-7: rgb(
|
|
596
|
-
--color-light-graphic-tertiary-shade-15: rgb(
|
|
597
|
-
--color-light-graphic-tertiary-inverted-alpha-30: rgba(
|
|
598
|
-
--color-light-graphic-tertiary-inverted-tint-15: rgb(
|
|
599
|
-
--color-light-graphic-tertiary-inverted-tint-20: rgb(
|
|
583
|
+
--color-light-graphic-quaternary-shade-10: rgb(198, 198, 199);
|
|
584
|
+
--color-light-graphic-secondary-alpha-30: rgba(134, 134, 138, 0.3);
|
|
585
|
+
--color-light-graphic-secondary-shade-30: rgb(94, 94, 97);
|
|
586
|
+
--color-light-graphic-secondary-shade-50: rgb(67, 67, 69);
|
|
587
|
+
--color-light-graphic-secondary-inverted-alpha-30: rgba(133, 133, 141, 0.3);
|
|
588
|
+
--color-light-graphic-secondary-inverted-tint-15: rgb(151, 151, 158);
|
|
589
|
+
--color-light-graphic-secondary-inverted-tint-20: rgb(157, 157, 164);
|
|
590
|
+
--color-light-graphic-secondary-inverted-shade-10: rgb(120, 120, 127);
|
|
591
|
+
--color-light-graphic-secondary-inverted-shade-30: rgb(93, 93, 99);
|
|
592
|
+
--color-light-graphic-tertiary-alpha-30: rgba(193, 193, 195, 0.3);
|
|
593
|
+
--color-light-graphic-tertiary-tint-15: rgb(202, 202, 204);
|
|
594
|
+
--color-light-graphic-tertiary-tint-20: rgb(205, 205, 207);
|
|
595
|
+
--color-light-graphic-tertiary-shade-7: rgb(179, 179, 181);
|
|
596
|
+
--color-light-graphic-tertiary-shade-15: rgb(164, 164, 166);
|
|
597
|
+
--color-light-graphic-tertiary-inverted-alpha-30: rgba(79, 79, 82, 0.3);
|
|
598
|
+
--color-light-graphic-tertiary-inverted-tint-15: rgb(105, 105, 108);
|
|
599
|
+
--color-light-graphic-tertiary-inverted-tint-20: rgb(114, 114, 117);
|
|
600
600
|
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
601
601
|
--color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
|
|
602
602
|
--color-light-specialbg-component-shade-15: rgba(9, 26, 45, 0.2095);
|
|
@@ -606,27 +606,27 @@
|
|
|
606
606
|
--color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23);
|
|
607
607
|
--color-light-specialbg-component-alpha-30: rgba(11, 31, 53, 0.3);
|
|
608
608
|
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
609
|
-
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.
|
|
610
|
-
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.
|
|
609
|
+
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235);
|
|
610
|
+
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28);
|
|
611
611
|
--color-light-specialbg-secondary-transparent-shade-7: rgba(10, 29, 49, 0.1165);
|
|
612
612
|
--color-light-specialbg-secondary-transparent-shade-15: rgba(9, 26, 45, 0.1925);
|
|
613
|
-
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.
|
|
614
|
-
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.
|
|
613
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.201);
|
|
614
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.248);
|
|
615
615
|
--color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
|
|
616
616
|
--color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
|
|
617
|
-
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.
|
|
618
|
-
--color-light-specialbg-tertiary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.
|
|
619
|
-
--color-light-text-link-tint-30: rgb(77,
|
|
620
|
-
--color-light-text-link-tint-50: rgb(128,
|
|
621
|
-
--color-light-text-link-shade-20: rgb(0,
|
|
622
|
-
--color-light-text-link-shade-40: rgb(0,
|
|
623
|
-
--color-light-text-primary-alpha-30: rgba(
|
|
624
|
-
--color-light-text-primary-tint-24: rgb(
|
|
625
|
-
--color-light-text-primary-tint-30: rgb(
|
|
626
|
-
--color-light-text-primary-tint-40: rgb(
|
|
627
|
-
--color-light-text-primary-tint-50: rgb(
|
|
628
|
-
--color-light-text-primary-shade-20: rgb(
|
|
629
|
-
--color-light-text-primary-shade-40: rgb(
|
|
617
|
+
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.2435);
|
|
618
|
+
--color-light-specialbg-tertiary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.288);
|
|
619
|
+
--color-light-text-link-tint-30: rgb(77, 156, 244);
|
|
620
|
+
--color-light-text-link-tint-50: rgb(128, 185, 247);
|
|
621
|
+
--color-light-text-link-shade-20: rgb(0, 91, 191);
|
|
622
|
+
--color-light-text-link-shade-40: rgb(0, 68, 143);
|
|
623
|
+
--color-light-text-primary-alpha-30: rgba(14, 14, 14, 0.3);
|
|
624
|
+
--color-light-text-primary-tint-24: rgb(72, 72, 72);
|
|
625
|
+
--color-light-text-primary-tint-30: rgb(86, 86, 86);
|
|
626
|
+
--color-light-text-primary-tint-40: rgb(110, 110, 110);
|
|
627
|
+
--color-light-text-primary-tint-50: rgb(135, 135, 135);
|
|
628
|
+
--color-light-text-primary-shade-20: rgb(11, 11, 11);
|
|
629
|
+
--color-light-text-primary-shade-40: rgb(8, 8, 8);
|
|
630
630
|
--color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
631
631
|
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
632
632
|
--color-light-text-primary-inverted-tint-20: rgb(255, 255, 255);
|
|
@@ -637,16 +637,16 @@
|
|
|
637
637
|
--color-light-text-primary-inverted-shade-30: rgb(179, 179, 179);
|
|
638
638
|
--color-light-text-primary-inverted-shade-40: rgb(153, 153, 153);
|
|
639
639
|
--color-light-text-primary-inverted-shade-50: rgb(128, 128, 128);
|
|
640
|
-
--color-light-text-secondary-tint-20: rgba(
|
|
641
|
-
--color-light-text-secondary-tint-30: rgba(
|
|
642
|
-
--color-light-text-secondary-shade-20: rgba(
|
|
643
|
-
--color-light-text-secondary-shade-40: rgba(
|
|
644
|
-
--color-light-text-secondary-inverted-tint-20: rgba(
|
|
645
|
-
--color-light-text-secondary-inverted-tint-30: rgba(
|
|
646
|
-
--color-static-bg-primary-dark-alpha-10: rgba(
|
|
647
|
-
--color-static-bg-primary-dark-alpha-20: rgba(
|
|
648
|
-
--color-static-bg-primary-dark-tint-15: rgb(
|
|
649
|
-
--color-static-bg-primary-dark-tint-20: rgb(
|
|
640
|
+
--color-light-text-secondary-tint-20: rgba(99, 99, 105, 0.728);
|
|
641
|
+
--color-light-text-secondary-tint-30: rgba(119, 119, 123, 0.762);
|
|
642
|
+
--color-light-text-secondary-shade-20: rgba(48, 48, 54, 0.728);
|
|
643
|
+
--color-light-text-secondary-shade-40: rgba(36, 36, 40, 0.796);
|
|
644
|
+
--color-light-text-secondary-inverted-tint-20: rgba(239, 239, 247, 0.632);
|
|
645
|
+
--color-light-text-secondary-inverted-tint-30: rgba(241, 241, 248, 0.678);
|
|
646
|
+
--color-static-bg-primary-dark-alpha-10: rgba(18, 18, 18, 0.1);
|
|
647
|
+
--color-static-bg-primary-dark-alpha-20: rgba(18, 18, 18, 0.2);
|
|
648
|
+
--color-static-bg-primary-dark-tint-15: rgb(54, 54, 54);
|
|
649
|
+
--color-static-bg-primary-dark-tint-20: rgb(65, 65, 65);
|
|
650
650
|
--color-static-graphic-light-shade-7: rgb(237, 237, 237);
|
|
651
651
|
--color-static-graphic-light-shade-15: rgb(217, 217, 217);
|
|
652
652
|
--color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
|
|
@@ -781,42 +781,47 @@
|
|
|
781
781
|
--gap-8xl-neg: -128px;
|
|
782
782
|
}
|
|
783
783
|
:root {
|
|
784
|
-
--shadow-xs: 0
|
|
785
|
-
--shadow-s: 0
|
|
786
|
-
|
|
787
|
-
--shadow-
|
|
788
|
-
|
|
784
|
+
--shadow-xs: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
785
|
+
--shadow-s: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
786
|
+
0 0 1px rgba(0, 0, 0, 0.04);
|
|
787
|
+
--shadow-m: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
788
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
789
|
+
--shadow-l: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
790
|
+
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);
|
|
791
|
+
--shadow-xl: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),
|
|
792
|
+
0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
793
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
789
794
|
|
|
790
795
|
/* Hard */
|
|
791
|
-
--shadow-xs-hard: 0
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
0
|
|
796
|
+
--shadow-xs-hard: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
797
|
+
--shadow-s-hard: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),
|
|
798
|
+
0 0 1px rgba(0, 0, 0, 0.16);
|
|
799
|
+
--shadow-m-hard: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
800
|
+
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
801
|
+
--shadow-l-hard: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),
|
|
802
|
+
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);
|
|
803
|
+
--shadow-xl-hard: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),
|
|
804
|
+
0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
805
|
+
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
801
806
|
|
|
802
807
|
/* Up */
|
|
803
|
-
--shadow-xs-up: 0 0 4px rgba(
|
|
804
|
-
--shadow-s-up: 0 0 8px rgba(
|
|
805
|
-
--shadow-m-up: 0 0 16px rgba(
|
|
806
|
-
--shadow-l-up: 0 0 24px rgba(
|
|
807
|
-
--shadow-xl-up: 0 0 32px rgba(
|
|
808
|
+
--shadow-xs-up: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);
|
|
809
|
+
--shadow-s-up: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);
|
|
810
|
+
--shadow-m-up: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
811
|
+
--shadow-l-up: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);
|
|
812
|
+
--shadow-xl-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);
|
|
808
813
|
|
|
809
814
|
/* Hard up */
|
|
810
|
-
--shadow-xs-hard-up: 0 0 4px rgba(
|
|
811
|
-
0 -2px 4px rgba(
|
|
812
|
-
--shadow-s-hard-up: 0 0 8px rgba(
|
|
813
|
-
0 -4px 8px rgba(
|
|
814
|
-
--shadow-m-hard-up: 0 0 16px rgba(
|
|
815
|
-
0 -8px 16px rgba(
|
|
816
|
-
--shadow-l-hard-up: 0 0 24px rgba(
|
|
817
|
-
0 -12px 24px rgba(
|
|
818
|
-
--shadow-xl-hard-up: 0 0 32px rgba(
|
|
819
|
-
0 -16px 32px rgba(
|
|
815
|
+
--shadow-xs-hard-up: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),
|
|
816
|
+
0 -2px 4px rgba(0, 0, 0, 0.16);
|
|
817
|
+
--shadow-s-hard-up: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),
|
|
818
|
+
0 -4px 8px rgba(0, 0, 0, 0.16);
|
|
819
|
+
--shadow-m-hard-up: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),
|
|
820
|
+
0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
821
|
+
--shadow-l-hard-up: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),
|
|
822
|
+
0 -12px 24px rgba(0, 0, 0, 0.16);
|
|
823
|
+
--shadow-xl-hard-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
|
|
824
|
+
0 -16px 32px rgba(0, 0, 0, 0.16);
|
|
820
825
|
}
|
|
821
826
|
:root {
|
|
822
827
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|