@koobiq/components 17.0.0-rc.9 → 17.0.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/README.md +1 -2
- package/alert/_alert-theme.scss +0 -1
- package/alert/alert.component.d.ts +3 -1
- package/alert/alert.component.scss +14 -14
- package/alert/public-api.d.ts +1 -1
- package/autocomplete/_autocomplete-theme.scss +0 -1
- package/autocomplete/autocomplete.scss +3 -6
- package/autocomplete/public-api.d.ts +2 -2
- package/badge/_badge-theme.scss +1 -2
- package/badge/badge.component.scss +0 -1
- package/badge/public-api.d.ts +1 -1
- package/button/_button-base.scss +0 -1
- package/button/_button-theme.scss +5 -3
- package/button/button.component.d.ts +2 -2
- package/button/button.scss +0 -1
- package/button/public-api.d.ts +1 -1
- package/button-toggle/_button-toggle-theme.scss +2 -3
- package/button-toggle/button-toggle.scss +2 -9
- package/button-toggle/public-api.d.ts +1 -1
- package/card/_card-theme.scss +0 -1
- package/card/card.component.d.ts +1 -1
- package/card/card.component.scss +1 -2
- package/card/public-api.d.ts +1 -1
- package/checkbox/_checkbox-theme.scss +10 -11
- package/checkbox/checkbox.scss +13 -19
- package/code-block/README.md +17 -14
- package/code-block/_code-block-theme.scss +23 -16
- package/code-block/actionbar.component.scss +4 -7
- package/code-block/code-block.component.d.ts +2 -2
- package/code-block/code-block.scss +8 -14
- package/code-block/public-api.d.ts +1 -1
- package/core/animation/index.d.ts +1 -1
- package/core/common-behaviors/index.d.ts +3 -3
- package/core/datetime/index.d.ts +1 -1
- package/core/formatters/index.d.ts +1 -1
- package/core/forms/_forms-theme.scss +0 -1
- package/core/forms/_forms.scss +0 -1
- package/core/forms/index.d.ts +1 -1
- package/core/locales/index.d.ts +1 -1
- package/core/option/_optgroup-theme.scss +0 -1
- package/core/option/_option-action-theme.scss +0 -1
- package/core/option/_option-theme.scss +0 -1
- package/core/option/action.scss +4 -2
- package/core/option/index.d.ts +2 -2
- package/core/option/optgroup.scss +2 -3
- package/core/option/option.scss +0 -1
- package/core/pop-up/_pop-up.scss +0 -1
- package/core/pop-up/pop-up-trigger.d.ts +3 -3
- package/core/public-api.d.ts +3 -3
- package/core/select/constants.d.ts +1 -1
- package/core/select/index.d.ts +3 -3
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +0 -2
- package/core/selection/pseudo-checkbox/pseudo-checkbox.scss +0 -1
- package/core/services/theme.service.d.ts +3 -2
- package/core/styles/_core.scss +0 -1
- package/core/styles/_koobiq-theme.scss +5 -3
- package/core/styles/common/_animation.scss +11 -10
- package/core/styles/common/_button.scss +0 -2
- package/core/styles/common/_clearfix.scss +1 -1
- package/core/styles/common/_groups.scss +0 -4
- package/core/styles/common/_list.scss +23 -61
- package/core/styles/common/_overlay.scss +4 -3
- package/core/styles/common/_popup.scss +0 -1
- package/core/styles/common/_rtl.scss +4 -4
- package/core/styles/common/_select.scss +37 -26
- package/core/styles/common/_tokens.scss +0 -2
- package/core/styles/functions/_number.scss +14 -19
- package/core/styles/functions/_string.scss +18 -19
- package/core/styles/functions/_timing.scss +24 -24
- package/core/styles/theming/_components-theming.scss +1120 -1208
- package/core/styles/theming/_scrollbar-theme.scss +8 -5
- package/core/styles/theming/_theming.scss +22 -20
- package/core/styles/typography/_typography-utils.scss +9 -3
- package/core/styles/typography/_typography.scss +114 -94
- package/core/styles/visual/_body.scss +0 -2
- package/core/styles/visual/_layout.scss +30 -22
- package/core/utils/data-size/index.d.ts +1 -1
- package/core/utils/public-api.d.ts +1 -1
- package/datepicker/_datepicker-theme.scss +21 -8
- package/datepicker/calendar-body.scss +0 -3
- package/datepicker/calendar-header.scss +0 -1
- package/datepicker/calendar.scss +1 -2
- package/datepicker/datepicker-content.scss +1 -3
- package/datepicker/datepicker-input.directive.d.ts +1 -0
- package/datepicker/datepicker-input.scss +0 -1
- package/datepicker/datepicker-toggle.scss +0 -1
- package/datepicker/datepicker.component.d.ts +2 -2
- package/datepicker/public-api.d.ts +4 -4
- package/divider/_divider-theme.scss +0 -1
- package/divider/divider.scss +0 -1
- package/dl/_dl-theme.scss +0 -2
- package/dl/dl.scss +0 -1
- package/dl/public-api.d.ts +1 -1
- package/dropdown/_dropdown-theme.scss +4 -2
- package/dropdown/dropdown-content.directive.d.ts +1 -1
- package/dropdown/dropdown-item.component.d.ts +1 -1
- package/dropdown/dropdown-item.scss +9 -7
- package/dropdown/dropdown.component.d.ts +1 -1
- package/dropdown/dropdown.scss +0 -1
- package/dropdown/public-api.d.ts +5 -5
- package/ellipsis-center/ellipsis-center.directive.d.ts +1 -1
- package/empty-state/README.md +0 -0
- package/empty-state/_empty-state-theme.scss +56 -0
- package/empty-state/empty-state.component.d.ts +31 -0
- package/empty-state/empty-state.module.d.ts +10 -0
- package/empty-state/empty-state.scss +81 -0
- package/empty-state/index.d.ts +1 -0
- package/empty-state/public-api.d.ts +2 -0
- package/esm2022/alert/alert.component.mjs +7 -3
- package/esm2022/alert/alert.module.mjs +1 -1
- package/esm2022/alert/public-api.mjs +2 -2
- package/esm2022/autocomplete/autocomplete-origin.directive.mjs +1 -1
- package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +25 -42
- package/esm2022/autocomplete/autocomplete.component.mjs +14 -9
- package/esm2022/autocomplete/autocomplete.module.mjs +3 -3
- package/esm2022/autocomplete/public-api.mjs +3 -3
- package/esm2022/badge/badge.component.mjs +8 -6
- package/esm2022/badge/badge.module.mjs +1 -1
- package/esm2022/badge/public-api.mjs +2 -2
- package/esm2022/button/button.component.mjs +12 -9
- package/esm2022/button/button.module.mjs +1 -1
- package/esm2022/button/public-api.mjs +2 -2
- package/esm2022/button-toggle/button-toggle.component.mjs +26 -20
- package/esm2022/button-toggle/button-toggle.module.mjs +1 -1
- package/esm2022/button-toggle/public-api.mjs +2 -2
- package/esm2022/card/card.component.mjs +4 -5
- package/esm2022/card/card.module.mjs +1 -1
- package/esm2022/card/public-api.mjs +2 -2
- package/esm2022/checkbox/checkbox-config.mjs +1 -1
- package/esm2022/checkbox/checkbox-module.mjs +1 -1
- package/esm2022/checkbox/checkbox-required-validator.mjs +1 -1
- package/esm2022/checkbox/checkbox.mjs +6 -8
- package/esm2022/checkbox/public-api.mjs +1 -1
- package/esm2022/code-block/actionbar.component.mjs +4 -6
- package/esm2022/code-block/code-block.component.mjs +17 -19
- package/esm2022/code-block/code-block.module.mjs +9 -5
- package/esm2022/code-block/public-api.mjs +2 -2
- package/esm2022/core/animation/fade-animations.mjs +1 -1
- package/esm2022/core/animation/index.mjs +2 -2
- package/esm2022/core/animation/select-animations.mjs +2 -2
- package/esm2022/core/common-behaviors/color.mjs +4 -2
- package/esm2022/core/common-behaviors/common-module.mjs +2 -5
- package/esm2022/core/common-behaviors/constructor.mjs +1 -1
- package/esm2022/core/common-behaviors/disabled.mjs +2 -2
- package/esm2022/core/common-behaviors/error-state.mjs +1 -1
- package/esm2022/core/common-behaviors/index.mjs +4 -4
- package/esm2022/core/common-behaviors/tabindex.mjs +1 -1
- package/esm2022/core/datetime/date-adapter.mjs +1 -2
- package/esm2022/core/datetime/date-formats.mjs +1 -1
- package/esm2022/core/datetime/index.mjs +2 -2
- package/esm2022/core/error/error-options.mjs +1 -1
- package/esm2022/core/form-field/form-field-ref.mjs +1 -1
- package/esm2022/core/formatters/date/formatter.mjs +1 -1
- package/esm2022/core/formatters/date/formatter.pipe.mjs +1 -1
- package/esm2022/core/formatters/index.mjs +2 -2
- package/esm2022/core/formatters/number/formatter.mjs +19 -24
- package/esm2022/core/forms/forms-module.mjs +1 -1
- package/esm2022/core/forms/forms.directive.mjs +1 -1
- package/esm2022/core/forms/index.mjs +2 -2
- package/esm2022/core/highlight/highlight.pipe.mjs +1 -1
- package/esm2022/core/highlight/index.mjs +1 -1
- package/esm2022/core/label/label-options.mjs +1 -1
- package/esm2022/core/line/line.mjs +2 -2
- package/esm2022/core/locales/en-US.mjs +1 -1
- package/esm2022/core/locales/es-LA.mjs +1 -1
- package/esm2022/core/locales/fa-IR.mjs +1 -1
- package/esm2022/core/locales/formatters.mjs +1 -3
- package/esm2022/core/locales/index.mjs +2 -2
- package/esm2022/core/locales/locale-service.mjs +8 -5
- package/esm2022/core/locales/locale-service.module.mjs +1 -1
- package/esm2022/core/locales/pt-BR.mjs +1 -1
- package/esm2022/core/locales/ru-RU.mjs +3 -3
- package/esm2022/core/locales/zh-CN.mjs +1 -1
- package/esm2022/core/option/action.mjs +22 -14
- package/esm2022/core/option/index.mjs +3 -3
- package/esm2022/core/option/optgroup.mjs +4 -5
- package/esm2022/core/option/option-module.mjs +1 -1
- package/esm2022/core/option/option.mjs +13 -10
- package/esm2022/core/overlay/overlay-position-map.mjs +1 -1
- package/esm2022/core/pop-up/pop-up-trigger.mjs +14 -24
- package/esm2022/core/pop-up/pop-up.mjs +1 -2
- package/esm2022/core/public-api.mjs +4 -4
- package/esm2022/core/select/common.mjs +2 -5
- package/esm2022/core/select/constants.mjs +1 -2
- package/esm2022/core/select/index.mjs +4 -4
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +1 -1
- package/esm2022/core/services/measure-scrollbar.service.mjs +1 -2
- package/esm2022/core/services/theme.service.mjs +5 -4
- package/esm2022/core/title/title-text-ref.mjs +1 -1
- package/esm2022/core/utils/data-size/config.mjs +1 -1
- package/esm2022/core/utils/data-size/data-size.pipe.mjs +2 -3
- package/esm2022/core/utils/data-size/index.mjs +2 -2
- package/esm2022/core/utils/data-size/size.mjs +3 -6
- package/esm2022/core/utils/public-api.mjs +2 -2
- package/esm2022/core/utils/utils.mjs +4 -2
- package/esm2022/core/validation/validation.mjs +4 -2
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-body.component.mjs +3 -5
- package/esm2022/datepicker/calendar-header.component.mjs +8 -8
- package/esm2022/datepicker/calendar.component.mjs +6 -6
- package/esm2022/datepicker/datepicker-animations.mjs +1 -1
- package/esm2022/datepicker/datepicker-errors.mjs +1 -1
- package/esm2022/datepicker/datepicker-input.directive.mjs +47 -49
- package/esm2022/datepicker/datepicker-intl.mjs +1 -1
- package/esm2022/datepicker/datepicker-module.mjs +2 -2
- package/esm2022/datepicker/datepicker-toggle.component.mjs +11 -10
- package/esm2022/datepicker/datepicker.component.mjs +15 -18
- package/esm2022/datepicker/month-view.component.mjs +14 -14
- package/esm2022/datepicker/public-api.mjs +5 -5
- package/esm2022/divider/divider.component.mjs +1 -1
- package/esm2022/divider/divider.module.mjs +1 -1
- package/esm2022/dl/dl.component.mjs +7 -7
- package/esm2022/dl/dl.module.mjs +2 -2
- package/esm2022/dl/public-api.mjs +2 -2
- package/esm2022/dropdown/dropdown-animations.mjs +2 -2
- package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
- package/esm2022/dropdown/dropdown-item.component.mjs +5 -8
- package/esm2022/dropdown/dropdown-trigger.directive.mjs +24 -33
- package/esm2022/dropdown/dropdown.component.mjs +10 -19
- package/esm2022/dropdown/dropdown.module.mjs +1 -1
- package/esm2022/dropdown/dropdown.types.mjs +1 -2
- package/esm2022/dropdown/public-api.mjs +6 -6
- package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +6 -5
- package/esm2022/empty-state/empty-state.component.mjs +104 -0
- package/esm2022/empty-state/empty-state.module.mjs +50 -0
- package/esm2022/empty-state/index.mjs +2 -0
- package/esm2022/empty-state/koobiq-components-empty-state.mjs +5 -0
- package/esm2022/empty-state/public-api.mjs +3 -0
- package/esm2022/file-upload/file-drop.mjs +3 -2
- package/esm2022/file-upload/file-upload.mjs +1 -1
- package/esm2022/file-upload/file-upload.module.mjs +2 -2
- package/esm2022/file-upload/index.mjs +1 -1
- package/esm2022/file-upload/multiple-file-upload.component.mjs +16 -14
- package/esm2022/file-upload/public-api.mjs +2 -2
- package/esm2022/file-upload/single-file-upload.component.mjs +14 -12
- package/esm2022/form-field/cleaner.mjs +13 -3
- package/esm2022/form-field/form-field-control.mjs +1 -2
- package/esm2022/form-field/form-field-errors.mjs +1 -1
- package/esm2022/form-field/form-field.mjs +8 -15
- package/esm2022/form-field/form-field.module.mjs +1 -1
- package/esm2022/form-field/hint.mjs +6 -6
- package/esm2022/form-field/password-hint.mjs +15 -15
- package/esm2022/form-field/password-toggle.mjs +4 -7
- package/esm2022/form-field/prefix.mjs +1 -1
- package/esm2022/form-field/public-api.mjs +4 -4
- package/esm2022/form-field/stepper.mjs +33 -29
- package/esm2022/form-field/suffix.mjs +1 -1
- package/esm2022/form-field/validate.directive.mjs +6 -7
- package/esm2022/icon/icon-button.component.mjs +4 -4
- package/esm2022/icon/icon-item.component.mjs +3 -3
- package/esm2022/icon/icon.component.mjs +5 -6
- package/esm2022/icon/icon.module.mjs +1 -1
- package/esm2022/icon/public-api.mjs +3 -3
- package/esm2022/input/input-number-validators.mjs +1 -1
- package/esm2022/input/input-number.mjs +29 -41
- package/esm2022/input/input-password.mjs +13 -8
- package/esm2022/input/input-value-accessor.mjs +1 -1
- package/esm2022/input/input.mjs +13 -10
- package/esm2022/input/input.module.mjs +1 -1
- package/esm2022/input/public-api.mjs +3 -3
- package/esm2022/link/link.component.mjs +2 -2
- package/esm2022/link/link.module.mjs +1 -1
- package/esm2022/link/public-api.mjs +2 -2
- package/esm2022/list/list-selection.component.mjs +36 -41
- package/esm2022/list/list.component.mjs +5 -6
- package/esm2022/list/list.module.mjs +2 -2
- package/esm2022/list/public-api.mjs +3 -3
- package/esm2022/loader-overlay/loader-overlay.component.mjs +3 -3
- package/esm2022/loader-overlay/loader-overlay.module.mjs +1 -1
- package/esm2022/loader-overlay/public-api.mjs +2 -2
- package/esm2022/markdown/markdown.component.mjs +20 -6
- package/esm2022/markdown/markdown.module.mjs +1 -1
- package/esm2022/markdown/markdown.service.mjs +1 -1
- package/esm2022/modal/css-unit.pipe.mjs +1 -1
- package/esm2022/modal/modal-control.service.mjs +6 -2
- package/esm2022/modal/modal-ref.class.mjs +1 -2
- package/esm2022/modal/modal-util.mjs +1 -1
- package/esm2022/modal/modal.component.mjs +60 -33
- package/esm2022/modal/modal.directive.mjs +27 -11
- package/esm2022/modal/modal.module.mjs +2 -2
- package/esm2022/modal/modal.service.mjs +3 -6
- package/esm2022/modal/modal.type.mjs +1 -1
- package/esm2022/modal/public-api.mjs +3 -3
- package/esm2022/navbar/index.mjs +1 -1
- package/esm2022/navbar/navbar-item.component.mjs +41 -33
- package/esm2022/navbar/navbar.component.mjs +19 -29
- package/esm2022/navbar/navbar.module.mjs +2 -2
- package/esm2022/navbar/public-api.mjs +3 -3
- package/esm2022/navbar/vertical-navbar.component.mjs +21 -23
- package/esm2022/popover/popover-animations.mjs +1 -1
- package/esm2022/popover/popover-confirm.component.mjs +3 -3
- package/esm2022/popover/popover.component.mjs +5 -5
- package/esm2022/popover/popover.module.mjs +1 -1
- package/esm2022/popover/public-api.mjs +3 -3
- package/esm2022/progress-bar/progress-bar.component.mjs +4 -4
- package/esm2022/progress-bar/progress-bar.module.mjs +2 -2
- package/esm2022/progress-bar/public-api.mjs +2 -2
- package/esm2022/progress-spinner/progress-spinner.component.mjs +4 -4
- package/esm2022/progress-spinner/progress-spinner.module.mjs +1 -1
- package/esm2022/progress-spinner/public-api.mjs +2 -2
- package/esm2022/radio/public-api.mjs +2 -2
- package/esm2022/radio/radio.component.mjs +9 -14
- package/esm2022/radio/radio.module.mjs +1 -1
- package/esm2022/risk-level/public-api.mjs +2 -2
- package/esm2022/risk-level/risk-level.component.mjs +3 -3
- package/esm2022/risk-level/risk-level.module.mjs +1 -1
- package/esm2022/scrollbar/public-api.mjs +2 -2
- package/esm2022/scrollbar/scrollbar.component.mjs +19 -21
- package/esm2022/scrollbar/scrollbar.directive.mjs +4 -5
- package/esm2022/scrollbar/scrollbar.module.mjs +2 -2
- package/esm2022/scrollbar/scrollbar.types.mjs +3 -2
- package/esm2022/select/public-api.mjs +3 -3
- package/esm2022/select/select-option.directive.mjs +8 -5
- package/esm2022/select/select.component.mjs +45 -71
- package/esm2022/select/select.module.mjs +1 -1
- package/esm2022/sidebar/public-api.mjs +2 -2
- package/esm2022/sidebar/sidebar-animations.mjs +1 -1
- package/esm2022/sidebar/sidebar.component.mjs +5 -7
- package/esm2022/sidebar/sidebar.module.mjs +1 -1
- package/esm2022/sidepanel/public-api.mjs +4 -4
- package/esm2022/sidepanel/sidepanel-animations.mjs +7 -4
- package/esm2022/sidepanel/sidepanel-config.mjs +1 -1
- package/esm2022/sidepanel/sidepanel-container.component.mjs +4 -4
- package/esm2022/sidepanel/sidepanel-directives.mjs +33 -20
- package/esm2022/sidepanel/sidepanel-ref.mjs +10 -5
- package/esm2022/sidepanel/sidepanel.module.mjs +1 -1
- package/esm2022/sidepanel/sidepanel.service.mjs +11 -15
- package/esm2022/splitter/public-api.mjs +2 -2
- package/esm2022/splitter/splitter.component.mjs +13 -24
- package/esm2022/splitter/splitter.module.mjs +1 -1
- package/esm2022/table/public-api.mjs +2 -2
- package/esm2022/table/table.component.mjs +3 -3
- package/esm2022/table/table.module.mjs +1 -1
- package/esm2022/tabs/paginated-tab-header.mjs +9 -14
- package/esm2022/tabs/public-api.mjs +6 -6
- package/esm2022/tabs/tab-body.component.mjs +10 -11
- package/esm2022/tabs/tab-content.directive.mjs +1 -1
- package/esm2022/tabs/tab-group.component.mjs +11 -13
- package/esm2022/tabs/tab-header.component.mjs +4 -4
- package/esm2022/tabs/tab-label-wrapper.directive.mjs +1 -1
- package/esm2022/tabs/tab-label.directive.mjs +1 -1
- package/esm2022/tabs/tab-nav-bar/index.mjs +1 -1
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +46 -49
- package/esm2022/tabs/tab.component.mjs +7 -10
- package/esm2022/tabs/tabs-animations.mjs +1 -1
- package/esm2022/tabs/tabs.module.mjs +2 -2
- package/esm2022/tags/public-api.mjs +5 -5
- package/esm2022/tags/tag-default-options.mjs +1 -1
- package/esm2022/tags/tag-input.mjs +12 -16
- package/esm2022/tags/tag-list.component.mjs +15 -27
- package/esm2022/tags/tag-text-control.mjs +1 -1
- package/esm2022/tags/tag.component.mjs +5 -8
- package/esm2022/tags/tag.module.mjs +9 -7
- package/esm2022/textarea/index.mjs +1 -1
- package/esm2022/textarea/textarea.component.mjs +4 -7
- package/esm2022/textarea/textarea.module.mjs +1 -1
- package/esm2022/timepicker/public-api.mjs +2 -2
- package/esm2022/timepicker/timepicker.constants.mjs +6 -2
- package/esm2022/timepicker/timepicker.directive.mjs +62 -31
- package/esm2022/timepicker/timepicker.module.mjs +1 -1
- package/esm2022/timezone/cities-by-filter.pipe.mjs +1 -1
- package/esm2022/timezone/timezone-option.component.mjs +12 -11
- package/esm2022/timezone/timezone-option.directive.mjs +3 -3
- package/esm2022/timezone/timezone-select.component.mjs +5 -5
- package/esm2022/timezone/timezone.models.mjs +1 -2
- package/esm2022/timezone/timezone.module.mjs +1 -1
- package/esm2022/timezone/timezone.utils.mjs +5 -9
- package/esm2022/timezone/utc-offset.pipe.mjs +1 -1
- package/esm2022/title/public-api.mjs +2 -2
- package/esm2022/title/title.directive.mjs +9 -5
- package/esm2022/title/title.module.mjs +1 -1
- package/esm2022/toast/public-api.mjs +4 -4
- package/esm2022/toast/toast-animations.mjs +2 -2
- package/esm2022/toast/toast-container.component.mjs +5 -6
- package/esm2022/toast/toast.component.mjs +6 -6
- package/esm2022/toast/toast.module.mjs +1 -1
- package/esm2022/toast/toast.service.mjs +18 -30
- package/esm2022/toast/toast.type.mjs +1 -1
- package/esm2022/toggle/public-api.mjs +2 -2
- package/esm2022/toggle/toggle.component.mjs +17 -11
- package/esm2022/toggle/toggle.module.mjs +1 -1
- package/esm2022/tooltip/public-api.mjs +2 -2
- package/esm2022/tooltip/tooltip.animations.mjs +1 -1
- package/esm2022/tooltip/tooltip.component.mjs +7 -7
- package/esm2022/tooltip/tooltip.module.mjs +2 -2
- package/esm2022/tree/control/base-tree-control.mjs +1 -2
- package/esm2022/tree/control/flat-tree-control.filters.mjs +4 -7
- package/esm2022/tree/control/flat-tree-control.mjs +4 -7
- package/esm2022/tree/control/nested-tree-control.mjs +1 -2
- package/esm2022/tree/control/tree-control.mjs +1 -1
- package/esm2022/tree/data-source/flat-data-source.mjs +3 -8
- package/esm2022/tree/data-source/nested-data-source.mjs +2 -4
- package/esm2022/tree/node.mjs +1 -1
- package/esm2022/tree/outlet.mjs +1 -1
- package/esm2022/tree/padding.directive.mjs +4 -5
- package/esm2022/tree/public-api.mjs +11 -11
- package/esm2022/tree/toggle.mjs +8 -5
- package/esm2022/tree/tree-base.mjs +3 -7
- package/esm2022/tree/tree-errors.mjs +1 -1
- package/esm2022/tree/tree-option.component.mjs +9 -13
- package/esm2022/tree/tree-selection.component.mjs +20 -36
- package/esm2022/tree/tree.mjs +7 -3
- package/esm2022/tree/tree.module.mjs +2 -3
- package/esm2022/tree-select/public-api.mjs +2 -2
- package/esm2022/tree-select/tree-select.component.mjs +59 -72
- package/esm2022/tree-select/tree-select.module.mjs +1 -1
- package/fesm2022/koobiq-components-alert.mjs +10 -6
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-autocomplete.mjs +60 -72
- package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +10 -8
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +30 -24
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +14 -11
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-card.mjs +4 -5
- package/fesm2022/koobiq-components-card.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +3 -5
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +34 -34
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +325 -336
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +105 -111
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-divider.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +9 -9
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +125 -147
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-ellipsis-center.mjs +3 -2
- package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
- package/fesm2022/koobiq-components-empty-state.mjs +157 -0
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -0
- package/fesm2022/koobiq-components-file-upload.mjs +46 -41
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +75 -73
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +9 -10
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +56 -60
- package/fesm2022/koobiq-components-input.mjs.map +1 -1
- package/fesm2022/koobiq-components-link.mjs +1 -1
- package/fesm2022/koobiq-components-link.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +43 -49
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +6 -6
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +18 -4
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +96 -54
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +82 -86
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +12 -12
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +5 -5
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +5 -5
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +11 -16
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-risk-level.mjs +4 -4
- package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
- package/fesm2022/koobiq-components-scrollbar.mjs +22 -24
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +55 -78
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +5 -7
- package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +110 -93
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs +15 -26
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +5 -5
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +85 -98
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +39 -56
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +2 -5
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-timepicker.mjs +69 -34
- package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +16 -21
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +11 -7
- package/fesm2022/koobiq-components-title.mjs.map +1 -1
- package/fesm2022/koobiq-components-toast.mjs +74 -87
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +17 -11
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +10 -10
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +67 -80
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +509 -541
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/_file-upload-theme.scss +28 -18
- package/file-upload/file-upload.scss +0 -1
- package/file-upload/multiple-file-upload.component.d.ts +2 -2
- package/file-upload/multiple-file-upload.component.scss +17 -27
- package/file-upload/public-api.d.ts +1 -1
- package/file-upload/single-file-upload.component.d.ts +2 -2
- package/file-upload/single-file-upload.component.scss +1 -7
- package/form-field/_form-field-theme.scss +24 -12
- package/form-field/_hint-theme.scss +0 -2
- package/form-field/cleaner.scss +0 -1
- package/form-field/form-field.scss +12 -14
- package/form-field/hint.scss +0 -1
- package/form-field/password-toggle.scss +0 -1
- package/form-field/public-api.d.ts +3 -3
- package/form-field/stepper.scss +0 -1
- package/icon/_icon-button-theme.scss +18 -7
- package/icon/_icon-theme.scss +0 -1
- package/icon/icon-button.scss +2 -5
- package/icon/icon-item.scss +2 -5
- package/icon/icon.scss +0 -1
- package/icon/public-api.d.ts +2 -2
- package/input/_input-theme.scss +0 -1
- package/input/input.scss +9 -9
- package/input/public-api.d.ts +2 -2
- package/link/_link-theme.scss +12 -18
- package/link/link.component.d.ts +1 -1
- package/link/public-api.d.ts +1 -1
- package/list/_list-theme.scss +0 -1
- package/list/list-selection.component.d.ts +3 -3
- package/list/list.scss +1 -3
- package/list/public-api.d.ts +2 -2
- package/loader-overlay/_loader-overlay-theme.scss +6 -4
- package/loader-overlay/loader-overlay.scss +0 -1
- package/loader-overlay/public-api.d.ts +1 -1
- package/markdown/_markdown-theme.scss +11 -8
- package/markdown/markdown.scss +3 -3
- package/modal/README.md +4 -3
- package/modal/_modal-animation.scss +0 -1
- package/modal/_modal-confirm.scss +0 -1
- package/modal/_modal-theme.scss +8 -9
- package/modal/modal.directive.d.ts +3 -3
- package/modal/modal.scss +9 -15
- package/modal/modal.type.d.ts +2 -2
- package/modal/public-api.d.ts +2 -2
- package/navbar/README.md +21 -20
- package/navbar/_navbar-item_horizontal.scss +31 -24
- package/navbar/_navbar-item_vertical.scss +0 -3
- package/navbar/_navbar-theme.scss +3 -6
- package/navbar/navbar-brand.scss +0 -1
- package/navbar/navbar-divider.scss +0 -1
- package/navbar/navbar-item.component.d.ts +1 -1
- package/navbar/navbar-item.scss +9 -2
- package/navbar/navbar.scss +0 -1
- package/navbar/public-api.d.ts +2 -2
- package/navbar/vertical-navbar.scss +0 -1
- package/package.json +12 -6
- package/popover/README.md +17 -14
- package/popover/_popover-theme.scss +0 -1
- package/popover/popover.component.d.ts +1 -1
- package/popover/popover.scss +5 -13
- package/popover/public-api.d.ts +2 -2
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +0 -1
- package/progress-bar/progress-bar.scss +0 -1
- package/progress-bar/public-api.d.ts +1 -1
- package/progress-spinner/_progress-spinner-theme.scss +0 -1
- package/progress-spinner/progress-spinner.scss +0 -1
- package/progress-spinner/public-api.d.ts +1 -1
- package/radio/_radio-theme.scss +13 -5
- package/radio/public-api.d.ts +1 -1
- package/radio/radio.scss +20 -6
- package/risk-level/_risk-level-theme.scss +0 -1
- package/risk-level/public-api.d.ts +1 -1
- package/risk-level/risk-level.component.scss +1 -4
- package/schematics/ng-add/index.js +4 -4
- package/scrollbar/_scrollbar-component-theme.scss +2 -3
- package/scrollbar/public-api.d.ts +1 -1
- package/scrollbar/scrollbar.component.scss +56 -44
- package/scrollbar/scrollbar.directive.d.ts +1 -1
- package/scrollbar/scrollbar.types.d.ts +1 -1
- package/select/_select-theme.scss +0 -1
- package/select/public-api.d.ts +2 -2
- package/select/select.component.d.ts +4 -1
- package/select/select.scss +0 -1
- package/sidebar/public-api.d.ts +1 -1
- package/sidepanel/_sidepanel-theme.scss +0 -1
- package/sidepanel/public-api.d.ts +3 -3
- package/sidepanel/sidepanel.scss +6 -12
- package/splitter/_splitter-theme.scss +0 -1
- package/splitter/public-api.d.ts +1 -1
- package/splitter/splitter.component.d.ts +2 -2
- package/splitter/splitter.scss +0 -1
- package/table/_table-theme.scss +7 -7
- package/table/public-api.d.ts +1 -1
- package/table/table.scss +2 -2
- package/tabs/_tabs-common.scss +10 -8
- package/tabs/_tabs-theme.scss +0 -1
- package/tabs/paginated-tab-header.d.ts +1 -1
- package/tabs/public-api.d.ts +5 -5
- package/tabs/tab-body.component.d.ts +3 -3
- package/tabs/tab-group.component.d.ts +1 -1
- package/tabs/tab-group.scss +0 -1
- package/tabs/tab-header.scss +0 -6
- package/tabs/tab-nav-bar/tab-nav-bar.d.ts +17 -17
- package/tabs/tab-nav-bar/tab-nav-bar.scss +0 -1
- package/tags/_tag-theme.scss +0 -2
- package/tags/public-api.d.ts +4 -4
- package/tags/tag-input.d.ts +1 -1
- package/tags/tag-list.scss +9 -7
- package/tags/tag.component.d.ts +2 -2
- package/tags/tag.scss +1 -4
- package/textarea/_textarea-theme.scss +0 -1
- package/textarea/textarea.component.d.ts +1 -1
- package/textarea/textarea.scss +1 -4
- package/timepicker/public-api.d.ts +1 -1
- package/timepicker/timepicker.constants.d.ts +2 -0
- package/timepicker/timepicker.directive.d.ts +10 -3
- package/timepicker/timepicker.scss +0 -1
- package/timezone/_timezone-option-theme.scss +0 -1
- package/timezone/timezone-option.component.scss +0 -1
- package/timezone/timezone-option.directive.d.ts +1 -1
- package/timezone/timezone-select.component.scss +0 -1
- package/timezone/timezone.utils.d.ts +1 -1
- package/title/public-api.d.ts +1 -1
- package/title/title.directive.d.ts +2 -2
- package/toast/_toast-theme.scss +0 -2
- package/toast/public-api.d.ts +3 -3
- package/toast/toast-container.component.scss +0 -1
- package/toast/toast.component.scss +4 -2
- package/toast/toast.service.d.ts +2 -2
- package/toast/toast.type.d.ts +1 -1
- package/toggle/_toggle-theme.scss +10 -9
- package/toggle/public-api.d.ts +1 -1
- package/toggle/toggle.component.d.ts +2 -2
- package/toggle/toggle.scss +0 -1
- package/tooltip/_tooltip-theme.scss +0 -1
- package/tooltip/public-api.d.ts +1 -1
- package/tooltip/tooltip.component.d.ts +2 -2
- package/tooltip/tooltip.scss +1 -5
- package/tree/_tree-theme.scss +2 -3
- package/tree/public-api.d.ts +10 -10
- package/tree/toggle.scss +0 -1
- package/tree/tree-base.d.ts +1 -1
- package/tree/tree-option.component.d.ts +1 -1
- package/tree/tree-option.scss +12 -8
- package/tree/tree-selection.component.d.ts +3 -2
- package/tree-select/_tree-select-theme.scss +0 -1
- package/tree-select/public-api.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +9 -4
- package/tree-select/tree-select.scss +0 -1
|
@@ -1,172 +1,172 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
|
|
1
3
|
@function kbq-components-theme($tokens, $scheme) {
|
|
2
4
|
$alert: (
|
|
3
5
|
default: (
|
|
4
6
|
contrast: (
|
|
5
|
-
background: map
|
|
6
|
-
title: map
|
|
7
|
-
text: map
|
|
7
|
+
background: map.get($tokens, 'alert-#{$scheme}-default-contrast-container-background'),
|
|
8
|
+
title: map.get($tokens, 'alert-#{$scheme}-default-contrast-container-title'),
|
|
9
|
+
text: map.get($tokens, 'alert-#{$scheme}-default-contrast-container-text')
|
|
8
10
|
),
|
|
9
11
|
error: (
|
|
10
|
-
background: map
|
|
11
|
-
title: map
|
|
12
|
-
text: map
|
|
12
|
+
background: map.get($tokens, 'alert-#{$scheme}-default-error-container-background'),
|
|
13
|
+
title: map.get($tokens, 'alert-#{$scheme}-default-error-container-title'),
|
|
14
|
+
text: map.get($tokens, 'alert-#{$scheme}-default-error-container-text')
|
|
13
15
|
),
|
|
14
16
|
warning: (
|
|
15
|
-
background: map
|
|
16
|
-
title: map
|
|
17
|
-
text: map
|
|
17
|
+
background: map.get($tokens, 'alert-#{$scheme}-default-warning-container-background'),
|
|
18
|
+
title: map.get($tokens, 'alert-#{$scheme}-default-warning-container-title'),
|
|
19
|
+
text: map.get($tokens, 'alert-#{$scheme}-default-warning-container-text')
|
|
18
20
|
),
|
|
19
21
|
success: (
|
|
20
|
-
background: map
|
|
21
|
-
title: map
|
|
22
|
-
text: map
|
|
22
|
+
background: map.get($tokens, 'alert-#{$scheme}-default-success-container-background'),
|
|
23
|
+
title: map.get($tokens, 'alert-#{$scheme}-default-success-container-title'),
|
|
24
|
+
text: map.get($tokens, 'alert-#{$scheme}-default-success-container-text')
|
|
23
25
|
),
|
|
24
26
|
theme: (
|
|
25
|
-
background: map
|
|
26
|
-
title: map
|
|
27
|
-
text: map
|
|
27
|
+
background: map.get($tokens, 'alert-#{$scheme}-default-theme-container-background'),
|
|
28
|
+
title: map.get($tokens, 'alert-#{$scheme}-default-theme-container-title'),
|
|
29
|
+
text: map.get($tokens, 'alert-#{$scheme}-default-theme-container-text')
|
|
28
30
|
)
|
|
29
31
|
),
|
|
30
32
|
colored: (
|
|
31
33
|
contrast: (
|
|
32
|
-
background: map
|
|
33
|
-
title: map
|
|
34
|
-
text: map
|
|
34
|
+
background: map.get($tokens, 'alert-#{$scheme}-colored-contrast-container-background'),
|
|
35
|
+
title: map.get($tokens, 'alert-#{$scheme}-colored-contrast-container-title'),
|
|
36
|
+
text: map.get($tokens, 'alert-#{$scheme}-colored-contrast-container-text')
|
|
35
37
|
),
|
|
36
38
|
error: (
|
|
37
|
-
background: map
|
|
38
|
-
title: map
|
|
39
|
-
text: map
|
|
39
|
+
background: map.get($tokens, 'alert-#{$scheme}-colored-error-container-background'),
|
|
40
|
+
title: map.get($tokens, 'alert-#{$scheme}-colored-error-container-title'),
|
|
41
|
+
text: map.get($tokens, 'alert-#{$scheme}-colored-error-container-text')
|
|
40
42
|
),
|
|
41
43
|
warning: (
|
|
42
|
-
background: map
|
|
43
|
-
title: map
|
|
44
|
-
text: map
|
|
44
|
+
background: map.get($tokens, 'alert-#{$scheme}-colored-warning-container-background'),
|
|
45
|
+
title: map.get($tokens, 'alert-#{$scheme}-colored-warning-container-title'),
|
|
46
|
+
text: map.get($tokens, 'alert-#{$scheme}-colored-warning-container-text')
|
|
45
47
|
),
|
|
46
48
|
success: (
|
|
47
|
-
background: map
|
|
48
|
-
title: map
|
|
49
|
-
text: map
|
|
49
|
+
background: map.get($tokens, 'alert-#{$scheme}-colored-success-container-background'),
|
|
50
|
+
title: map.get($tokens, 'alert-#{$scheme}-colored-success-container-title'),
|
|
51
|
+
text: map.get($tokens, 'alert-#{$scheme}-colored-success-container-text')
|
|
50
52
|
),
|
|
51
53
|
theme: (
|
|
52
|
-
background: map
|
|
53
|
-
title: map
|
|
54
|
-
text: map
|
|
54
|
+
background: map.get($tokens, 'alert-#{$scheme}-colored-theme-container-background'),
|
|
55
|
+
title: map.get($tokens, 'alert-#{$scheme}-colored-theme-container-title'),
|
|
56
|
+
text: map.get($tokens, 'alert-#{$scheme}-colored-theme-container-text')
|
|
55
57
|
)
|
|
56
58
|
)
|
|
57
|
-
|
|
58
59
|
);
|
|
59
60
|
|
|
60
61
|
$popup: (
|
|
61
|
-
shadow: map
|
|
62
|
-
border: map
|
|
63
|
-
|
|
64
|
-
background: map
|
|
65
|
-
footer-background: map-get($tokens, 'popup-#{$scheme}-footer-background')
|
|
62
|
+
shadow: map.get($tokens, 'popup-#{$scheme}-shadow'),
|
|
63
|
+
border: map.get($tokens, 'popup-#{$scheme}-border'),
|
|
64
|
+
background: map.get($tokens, 'popup-#{$scheme}-background'),
|
|
65
|
+
footer-background: map.get($tokens, 'popup-#{$scheme}-footer-background')
|
|
66
66
|
);
|
|
67
67
|
|
|
68
68
|
$dropdown: (
|
|
69
|
-
box-shadow: map
|
|
70
|
-
background: map
|
|
69
|
+
box-shadow: map.get($tokens, 'dropdown-#{$scheme}-container-box-shadow'),
|
|
70
|
+
background: map.get($tokens, 'dropdown-#{$scheme}-container-background')
|
|
71
71
|
);
|
|
72
72
|
|
|
73
73
|
$badge: (
|
|
74
74
|
filled: (
|
|
75
75
|
fade-off: (
|
|
76
76
|
theme: (
|
|
77
|
-
color: map
|
|
78
|
-
background: map
|
|
79
|
-
caption: map
|
|
80
|
-
icon: map
|
|
77
|
+
color: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-theme-color'),
|
|
78
|
+
background: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-theme-background'),
|
|
79
|
+
caption: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-theme-caption'),
|
|
80
|
+
icon: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-theme-icon')
|
|
81
81
|
),
|
|
82
82
|
success: (
|
|
83
|
-
color: map
|
|
84
|
-
background: map
|
|
85
|
-
caption: map
|
|
86
|
-
icon: map
|
|
83
|
+
color: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-success-color'),
|
|
84
|
+
background: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-success-background'),
|
|
85
|
+
caption: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-success-caption'),
|
|
86
|
+
icon: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-success-icon')
|
|
87
87
|
),
|
|
88
88
|
warning: (
|
|
89
|
-
color: map
|
|
90
|
-
background: map
|
|
91
|
-
caption: map
|
|
92
|
-
icon: map
|
|
89
|
+
color: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-warning-color'),
|
|
90
|
+
background: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-warning-background'),
|
|
91
|
+
caption: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-warning-caption'),
|
|
92
|
+
icon: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-warning-icon')
|
|
93
93
|
),
|
|
94
94
|
error: (
|
|
95
|
-
color: map
|
|
96
|
-
background: map
|
|
97
|
-
caption: map
|
|
98
|
-
icon: map
|
|
95
|
+
color: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-error-color'),
|
|
96
|
+
background: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-error-background'),
|
|
97
|
+
caption: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-error-caption'),
|
|
98
|
+
icon: map.get($tokens, 'badge-#{$scheme}-filled-fade-off-error-icon')
|
|
99
99
|
)
|
|
100
100
|
),
|
|
101
101
|
fade-on: (
|
|
102
102
|
theme: (
|
|
103
|
-
color: map
|
|
104
|
-
background: map
|
|
105
|
-
caption: map
|
|
106
|
-
icon: map
|
|
103
|
+
color: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-theme-color'),
|
|
104
|
+
background: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-theme-background'),
|
|
105
|
+
caption: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-theme-caption'),
|
|
106
|
+
icon: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-theme-icon')
|
|
107
107
|
),
|
|
108
108
|
contrast: (
|
|
109
|
-
color: map
|
|
110
|
-
background: map
|
|
111
|
-
caption: map
|
|
112
|
-
icon: map
|
|
109
|
+
color: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-contrast-color'),
|
|
110
|
+
background: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-contrast-background'),
|
|
111
|
+
caption: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-contrast-caption'),
|
|
112
|
+
icon: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-contrast-icon')
|
|
113
113
|
),
|
|
114
114
|
success: (
|
|
115
|
-
color: map
|
|
116
|
-
background: map
|
|
117
|
-
caption: map
|
|
118
|
-
icon: map
|
|
115
|
+
color: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-success-color'),
|
|
116
|
+
background: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-success-background'),
|
|
117
|
+
caption: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-success-caption'),
|
|
118
|
+
icon: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-success-icon')
|
|
119
119
|
),
|
|
120
120
|
warning: (
|
|
121
|
-
color: map
|
|
122
|
-
background: map
|
|
123
|
-
caption: map
|
|
124
|
-
icon: map
|
|
121
|
+
color: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-warning-color'),
|
|
122
|
+
background: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-warning-background'),
|
|
123
|
+
caption: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-warning-caption'),
|
|
124
|
+
icon: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-warning-icon')
|
|
125
125
|
),
|
|
126
126
|
error: (
|
|
127
|
-
color: map
|
|
128
|
-
background: map
|
|
129
|
-
caption: map
|
|
130
|
-
icon: map
|
|
127
|
+
color: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-error-color'),
|
|
128
|
+
background: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-error-background'),
|
|
129
|
+
caption: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-error-caption'),
|
|
130
|
+
icon: map.get($tokens, 'badge-#{$scheme}-filled-fade-on-error-icon')
|
|
131
131
|
)
|
|
132
132
|
)
|
|
133
133
|
),
|
|
134
134
|
outline: (
|
|
135
135
|
fade-on: (
|
|
136
136
|
theme: (
|
|
137
|
-
color: map
|
|
138
|
-
background: map
|
|
139
|
-
border: map
|
|
140
|
-
caption: map
|
|
141
|
-
icon: map
|
|
137
|
+
color: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-theme-color'),
|
|
138
|
+
background: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-theme-background'),
|
|
139
|
+
border: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-theme-border'),
|
|
140
|
+
caption: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-theme-caption'),
|
|
141
|
+
icon: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-theme-icon')
|
|
142
142
|
),
|
|
143
143
|
contrast: (
|
|
144
|
-
color: map
|
|
145
|
-
background: map
|
|
146
|
-
border: map
|
|
147
|
-
caption: map
|
|
148
|
-
icon: map
|
|
144
|
+
color: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-contrast-color'),
|
|
145
|
+
background: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-contrast-background'),
|
|
146
|
+
border: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-contrast-border'),
|
|
147
|
+
caption: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-contrast-caption'),
|
|
148
|
+
icon: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-contrast-icon')
|
|
149
149
|
),
|
|
150
150
|
success: (
|
|
151
|
-
color: map
|
|
152
|
-
background: map
|
|
153
|
-
border: map
|
|
154
|
-
caption: map
|
|
155
|
-
icon: map
|
|
151
|
+
color: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-success-color'),
|
|
152
|
+
background: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-success-background'),
|
|
153
|
+
border: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-success-border'),
|
|
154
|
+
caption: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-success-caption'),
|
|
155
|
+
icon: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-success-icon')
|
|
156
156
|
),
|
|
157
157
|
warning: (
|
|
158
|
-
color: map
|
|
159
|
-
background: map
|
|
160
|
-
border: map
|
|
161
|
-
caption: map
|
|
162
|
-
icon: map
|
|
158
|
+
color: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-warning-color'),
|
|
159
|
+
background: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-warning-background'),
|
|
160
|
+
border: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-warning-border'),
|
|
161
|
+
caption: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-warning-caption'),
|
|
162
|
+
icon: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-warning-icon')
|
|
163
163
|
),
|
|
164
164
|
error: (
|
|
165
|
-
color: map
|
|
166
|
-
background: map
|
|
167
|
-
border: map
|
|
168
|
-
caption: map
|
|
169
|
-
icon: map
|
|
165
|
+
color: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-error-color'),
|
|
166
|
+
background: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-error-background'),
|
|
167
|
+
border: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-error-border'),
|
|
168
|
+
caption: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-error-caption'),
|
|
169
|
+
icon: map.get($tokens, 'badge-#{$scheme}-outline-fade-on-error-icon')
|
|
170
170
|
)
|
|
171
171
|
)
|
|
172
172
|
)
|
|
@@ -175,308 +175,268 @@
|
|
|
175
175
|
$button: (
|
|
176
176
|
filled: (
|
|
177
177
|
contrast-fade-off: (
|
|
178
|
-
border: map
|
|
179
|
-
foreground: map
|
|
180
|
-
background: map
|
|
181
|
-
left-icon: map
|
|
182
|
-
right-icon: map
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
states-
|
|
188
|
-
$tokens, 'button-#{$scheme}-filled-contrast-fade-off-states-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
$tokens, 'button-#{$scheme}-filled-contrast-fade-off-states-disabled-
|
|
195
|
-
),
|
|
196
|
-
states-disabled-left-icon: map-get(
|
|
197
|
-
$tokens, 'button-#{$scheme}-filled-contrast-fade-off-states-disabled-left-icon'
|
|
198
|
-
),
|
|
199
|
-
states-disabled-right-icon: map-get(
|
|
200
|
-
$tokens, 'button-#{$scheme}-filled-contrast-fade-off-states-disabled-right-icon'
|
|
201
|
-
)
|
|
178
|
+
border: map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-border'),
|
|
179
|
+
foreground: map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-foreground'),
|
|
180
|
+
background: map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-background'),
|
|
181
|
+
left-icon: map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-left-icon'),
|
|
182
|
+
right-icon: map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-right-icon'),
|
|
183
|
+
states-hover-background:
|
|
184
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-states-hover-background'),
|
|
185
|
+
states-active-background:
|
|
186
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-states-active-background'),
|
|
187
|
+
states-disabled-foreground:
|
|
188
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-states-disabled-foreground'),
|
|
189
|
+
states-disabled-background:
|
|
190
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-states-disabled-background'),
|
|
191
|
+
states-disabled-left-icon:
|
|
192
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-states-disabled-left-icon'),
|
|
193
|
+
states-disabled-right-icon:
|
|
194
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-off-states-disabled-right-icon')
|
|
202
195
|
),
|
|
203
196
|
contrast-fade-on: (
|
|
204
|
-
border: map
|
|
205
|
-
foreground: map
|
|
206
|
-
background: map
|
|
207
|
-
left-icon: map
|
|
208
|
-
right-icon: map
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
states-
|
|
214
|
-
$tokens, 'button-#{$scheme}-filled-contrast-fade-on-states-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
$tokens, 'button-#{$scheme}-filled-contrast-fade-on-states-disabled-
|
|
221
|
-
),
|
|
222
|
-
states-disabled-left-icon: map-get(
|
|
223
|
-
$tokens, 'button-#{$scheme}-filled-contrast-fade-on-states-disabled-left-icon'
|
|
224
|
-
),
|
|
225
|
-
states-disabled-right-icon: map-get(
|
|
226
|
-
$tokens, 'button-#{$scheme}-filled-contrast-fade-on-states-disabled-right-icon'
|
|
227
|
-
)
|
|
197
|
+
border: map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-border'),
|
|
198
|
+
foreground: map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-foreground'),
|
|
199
|
+
background: map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-background'),
|
|
200
|
+
left-icon: map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-left-icon'),
|
|
201
|
+
right-icon: map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-right-icon'),
|
|
202
|
+
states-hover-background:
|
|
203
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-states-hover-background'),
|
|
204
|
+
states-active-background:
|
|
205
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-states-active-background'),
|
|
206
|
+
states-disabled-foreground:
|
|
207
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-states-disabled-foreground'),
|
|
208
|
+
states-disabled-background:
|
|
209
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-states-disabled-background'),
|
|
210
|
+
states-disabled-left-icon:
|
|
211
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-states-disabled-left-icon'),
|
|
212
|
+
states-disabled-right-icon:
|
|
213
|
+
map.get($tokens, 'button-#{$scheme}-filled-contrast-fade-on-states-disabled-right-icon')
|
|
228
214
|
)
|
|
229
215
|
),
|
|
230
216
|
outline: (
|
|
231
217
|
theme-fade-on: (
|
|
232
|
-
border: map
|
|
233
|
-
foreground: map
|
|
234
|
-
background: map
|
|
235
|
-
left-icon: map
|
|
236
|
-
right-icon: map
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
$tokens, 'button-#{$scheme}-outline-theme-fade-on-states-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
states-disabled-
|
|
248
|
-
$tokens, 'button-#{$scheme}-outline-theme-fade-on-states-disabled-
|
|
249
|
-
),
|
|
250
|
-
states-disabled-left-icon: map-get(
|
|
251
|
-
$tokens, 'button-#{$scheme}-outline-theme-fade-on-states-disabled-left-icon'
|
|
252
|
-
),
|
|
253
|
-
states-disabled-right-icon: map-get(
|
|
254
|
-
$tokens, 'button-#{$scheme}-outline-theme-fade-on-states-disabled-right-icon'
|
|
255
|
-
)
|
|
218
|
+
border: map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-border'),
|
|
219
|
+
foreground: map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-foreground'),
|
|
220
|
+
background: map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-background'),
|
|
221
|
+
left-icon: map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-left-icon'),
|
|
222
|
+
right-icon: map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-right-icon'),
|
|
223
|
+
states-hover-background:
|
|
224
|
+
map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-states-hover-background'),
|
|
225
|
+
states-active-background:
|
|
226
|
+
map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-states-active-background'),
|
|
227
|
+
states_disabled_border:
|
|
228
|
+
map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-states-disabled-border'),
|
|
229
|
+
states-disabled-foreground:
|
|
230
|
+
map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-states-disabled-foreground'),
|
|
231
|
+
states-disabled-left-icon:
|
|
232
|
+
map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-states-disabled-left-icon'),
|
|
233
|
+
states-disabled-right-icon:
|
|
234
|
+
map.get($tokens, 'button-#{$scheme}-outline-theme-fade-on-states-disabled-right-icon')
|
|
256
235
|
),
|
|
257
236
|
contrast-fade-on: (
|
|
258
|
-
border: map
|
|
259
|
-
foreground: map
|
|
260
|
-
background: map
|
|
261
|
-
left-icon: map
|
|
262
|
-
right-icon: map
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
$tokens, 'button-#{$scheme}-outline-contrast-fade-on-states-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
states-disabled-
|
|
274
|
-
$tokens, 'button-#{$scheme}-outline-contrast-fade-on-states-disabled-
|
|
275
|
-
),
|
|
276
|
-
states-disabled-left-icon: map-get(
|
|
277
|
-
$tokens, 'button-#{$scheme}-outline-contrast-fade-on-states-disabled-left-icon'
|
|
278
|
-
),
|
|
279
|
-
states-disabled-right-icon: map-get(
|
|
280
|
-
$tokens, 'button-#{$scheme}-outline-contrast-fade-on-states-disabled-right-icon'
|
|
281
|
-
)
|
|
237
|
+
border: map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-border'),
|
|
238
|
+
foreground: map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-foreground'),
|
|
239
|
+
background: map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-background'),
|
|
240
|
+
left-icon: map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-left-icon'),
|
|
241
|
+
right-icon: map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-right-icon'),
|
|
242
|
+
states-hover-background:
|
|
243
|
+
map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-states-hover-background'),
|
|
244
|
+
states-active-background:
|
|
245
|
+
map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-states-active-background'),
|
|
246
|
+
states_disabled_border:
|
|
247
|
+
map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-states-disabled-border'),
|
|
248
|
+
states-disabled-foreground:
|
|
249
|
+
map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-states-disabled-foreground'),
|
|
250
|
+
states-disabled-left-icon:
|
|
251
|
+
map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-states-disabled-left-icon'),
|
|
252
|
+
states-disabled-right-icon:
|
|
253
|
+
map.get($tokens, 'button-#{$scheme}-outline-contrast-fade-on-states-disabled-right-icon')
|
|
282
254
|
)
|
|
283
255
|
),
|
|
284
256
|
transparent: (
|
|
285
257
|
theme: (
|
|
286
|
-
border: map
|
|
287
|
-
foreground: map
|
|
288
|
-
background: map
|
|
289
|
-
left-icon: map
|
|
290
|
-
right-icon: map
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
states-
|
|
296
|
-
$tokens, 'button-#{$scheme}-transparent-theme-fade-on-states-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
states-disabled-left-icon: map-get(
|
|
302
|
-
$tokens, 'button-#{$scheme}-transparent-theme-fade-on-states-disabled-left-icon'
|
|
303
|
-
),
|
|
304
|
-
states-disabled-right-icon: map-get(
|
|
305
|
-
$tokens, 'button-#{$scheme}-transparent-theme-fade-on-states-disabled-right-icon'
|
|
306
|
-
)
|
|
258
|
+
border: map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-border'),
|
|
259
|
+
foreground: map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-foreground'),
|
|
260
|
+
background: map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-background'),
|
|
261
|
+
left-icon: map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-left-icon'),
|
|
262
|
+
right-icon: map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-right-icon'),
|
|
263
|
+
states-hover-background:
|
|
264
|
+
map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-states-hover-background'),
|
|
265
|
+
states-active-background:
|
|
266
|
+
map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-states-active-background'),
|
|
267
|
+
states-disabled-foreground:
|
|
268
|
+
map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-states-disabled-foreground'),
|
|
269
|
+
states-disabled-left-icon:
|
|
270
|
+
map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-states-disabled-left-icon'),
|
|
271
|
+
states-disabled-right-icon:
|
|
272
|
+
map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-states-disabled-right-icon')
|
|
307
273
|
),
|
|
308
274
|
contrast: (
|
|
309
|
-
border: map
|
|
310
|
-
foreground: map
|
|
311
|
-
background: map
|
|
312
|
-
left-icon: map
|
|
313
|
-
right-icon: map
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
states-
|
|
319
|
-
$tokens, 'button-#{$scheme}-transparent-contrast-fade-on-states-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
states-disabled-left-icon: map-get(
|
|
325
|
-
$tokens, 'button-#{$scheme}-transparent-contrast-fade-on-states-disabled-left-icon'
|
|
326
|
-
),
|
|
327
|
-
states-disabled-right-icon: map-get(
|
|
328
|
-
$tokens, 'button-#{$scheme}-transparent-contrast-fade-on-states-disabled-right-icon'
|
|
329
|
-
)
|
|
275
|
+
border: map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-border'),
|
|
276
|
+
foreground: map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-foreground'),
|
|
277
|
+
background: map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-background'),
|
|
278
|
+
left-icon: map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-left-icon'),
|
|
279
|
+
right-icon: map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-right-icon'),
|
|
280
|
+
states-hover-background:
|
|
281
|
+
map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-states-hover-background'),
|
|
282
|
+
states-active-background:
|
|
283
|
+
map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-states-active-background'),
|
|
284
|
+
states-disabled-foreground:
|
|
285
|
+
map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-states-disabled-foreground'),
|
|
286
|
+
states-disabled-left-icon:
|
|
287
|
+
map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-states-disabled-left-icon'),
|
|
288
|
+
states-disabled-right-icon:
|
|
289
|
+
map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-states-disabled-right-icon')
|
|
330
290
|
)
|
|
331
291
|
)
|
|
332
292
|
);
|
|
333
293
|
|
|
334
294
|
$button-toggle: (
|
|
335
295
|
container: (
|
|
336
|
-
background: map
|
|
296
|
+
background: map.get($tokens, 'button-toggle-#{$scheme}-container-background')
|
|
337
297
|
),
|
|
338
298
|
item: (
|
|
339
299
|
default: (
|
|
340
|
-
background: map
|
|
341
|
-
text: map
|
|
342
|
-
icon: map
|
|
300
|
+
background: map.get($tokens, 'button-toggle-#{$scheme}-item-default-background'),
|
|
301
|
+
text: map.get($tokens, 'button-toggle-#{$scheme}-item-default-text'),
|
|
302
|
+
icon: map.get($tokens, 'button-toggle-#{$scheme}-item-default-icon')
|
|
343
303
|
),
|
|
344
304
|
states-hover: (
|
|
345
|
-
background: map
|
|
346
|
-
text: map
|
|
347
|
-
icon: map
|
|
305
|
+
background: map.get($tokens, 'button-toggle-#{$scheme}-item-states-hover-background'),
|
|
306
|
+
text: map.get($tokens, 'button-toggle-#{$scheme}-item-states-hover-text'),
|
|
307
|
+
icon: map.get($tokens, 'button-toggle-#{$scheme}-item-states-hover-icon')
|
|
348
308
|
),
|
|
349
309
|
states-active: (
|
|
350
|
-
background: map
|
|
351
|
-
text: map
|
|
352
|
-
icon: map
|
|
310
|
+
background: map.get($tokens, 'button-toggle-#{$scheme}-item-states-active-background'),
|
|
311
|
+
text: map.get($tokens, 'button-toggle-#{$scheme}-item-states-active-text'),
|
|
312
|
+
icon: map.get($tokens, 'button-toggle-#{$scheme}-item-states-active-icon')
|
|
353
313
|
),
|
|
354
314
|
states-selected: (
|
|
355
|
-
background: map
|
|
356
|
-
text: map
|
|
357
|
-
icon: map
|
|
315
|
+
background: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-background'),
|
|
316
|
+
text: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-text'),
|
|
317
|
+
icon: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-icon')
|
|
358
318
|
),
|
|
359
319
|
states-selected-hover: (
|
|
360
|
-
background: map
|
|
361
|
-
text: map
|
|
362
|
-
icon: map
|
|
320
|
+
background: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-hover-background'),
|
|
321
|
+
text: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-hover-text'),
|
|
322
|
+
icon: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-hover-icon')
|
|
363
323
|
),
|
|
364
324
|
states-selected-active: (
|
|
365
|
-
background: map
|
|
366
|
-
text: map
|
|
367
|
-
icon: map
|
|
325
|
+
background: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-active-background'),
|
|
326
|
+
text: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-active-text'),
|
|
327
|
+
icon: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-active-icon')
|
|
368
328
|
),
|
|
369
329
|
states-selected-disabled: (
|
|
370
|
-
background: map
|
|
371
|
-
text: map
|
|
372
|
-
icon: map
|
|
330
|
+
background: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-disabled-background'),
|
|
331
|
+
text: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-disabled-text'),
|
|
332
|
+
icon: map.get($tokens, 'button-toggle-#{$scheme}-item-states-selected-disabled-icon')
|
|
373
333
|
),
|
|
374
334
|
states-disabled: (
|
|
375
|
-
background: map
|
|
376
|
-
text: map
|
|
377
|
-
icon: map
|
|
335
|
+
background: map.get($tokens, 'button-toggle-#{$scheme}-item-states-disabled-background'),
|
|
336
|
+
text: map.get($tokens, 'button-toggle-#{$scheme}-item-states-disabled-text'),
|
|
337
|
+
icon: map.get($tokens, 'button-toggle-#{$scheme}-item-states-disabled-icon')
|
|
378
338
|
),
|
|
379
|
-
states-focused: map
|
|
339
|
+
states-focused: map.get($tokens, 'button-toggle-#{$scheme}-item-states-focused-outline')
|
|
380
340
|
)
|
|
381
341
|
);
|
|
382
342
|
|
|
383
343
|
$card: (
|
|
384
344
|
error: (
|
|
385
|
-
vertical-line: map
|
|
386
|
-
background: map
|
|
387
|
-
shadow: map
|
|
345
|
+
vertical-line: map.get($tokens, 'card-#{$scheme}-error-vertical-line'),
|
|
346
|
+
background: map.get($tokens, 'card-#{$scheme}-error-background'),
|
|
347
|
+
shadow: map.get($tokens, 'card-#{$scheme}-error-shadow')
|
|
388
348
|
),
|
|
389
349
|
warning: (
|
|
390
|
-
vertical-line: map
|
|
391
|
-
background: map
|
|
392
|
-
shadow: map
|
|
350
|
+
vertical-line: map.get($tokens, 'card-#{$scheme}-warning-vertical-line'),
|
|
351
|
+
background: map.get($tokens, 'card-#{$scheme}-warning-background'),
|
|
352
|
+
shadow: map.get($tokens, 'card-#{$scheme}-warning-shadow')
|
|
393
353
|
),
|
|
394
354
|
success: (
|
|
395
|
-
vertical-line: map
|
|
396
|
-
background: map
|
|
397
|
-
shadow: map
|
|
355
|
+
vertical-line: map.get($tokens, 'card-#{$scheme}-success-vertical-line'),
|
|
356
|
+
background: map.get($tokens, 'card-#{$scheme}-success-background'),
|
|
357
|
+
shadow: map.get($tokens, 'card-#{$scheme}-success-shadow')
|
|
398
358
|
),
|
|
399
359
|
info: (
|
|
400
|
-
vertical-line: map
|
|
401
|
-
background: map
|
|
402
|
-
shadow: map
|
|
360
|
+
vertical-line: map.get($tokens, 'card-#{$scheme}-info-vertical-line'),
|
|
361
|
+
background: map.get($tokens, 'card-#{$scheme}-info-background'),
|
|
362
|
+
shadow: map.get($tokens, 'card-#{$scheme}-info-shadow')
|
|
403
363
|
)
|
|
404
364
|
);
|
|
405
365
|
|
|
406
366
|
$checkbox: (
|
|
407
367
|
theme: (
|
|
408
368
|
default: (
|
|
409
|
-
border: map
|
|
410
|
-
color: map
|
|
411
|
-
text: map
|
|
412
|
-
background: map
|
|
413
|
-
caption: map
|
|
369
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-theme-default-border'),
|
|
370
|
+
color: map.get($tokens, 'checkbox-#{$scheme}-theme-default-color'),
|
|
371
|
+
text: map.get($tokens, 'checkbox-#{$scheme}-theme-default-text'),
|
|
372
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-theme-default-background'),
|
|
373
|
+
caption: map.get($tokens, 'checkbox-#{$scheme}-theme-default-caption')
|
|
414
374
|
),
|
|
415
375
|
hover: (
|
|
416
|
-
border: map
|
|
417
|
-
background: map
|
|
376
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-theme-states-hover-border'),
|
|
377
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-theme-states-hover-background')
|
|
418
378
|
),
|
|
419
379
|
checked: (
|
|
420
|
-
border: map
|
|
421
|
-
background: map
|
|
380
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-theme-states-checked-border'),
|
|
381
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-theme-states-checked-background')
|
|
422
382
|
),
|
|
423
383
|
checked-hover: (
|
|
424
|
-
border: map
|
|
425
|
-
background: map
|
|
384
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-theme-states-checked-hover-border'),
|
|
385
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-theme-states-checked-hover-background')
|
|
426
386
|
),
|
|
427
387
|
focused: (
|
|
428
|
-
border: map
|
|
429
|
-
background: map
|
|
430
|
-
outline: map
|
|
388
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-theme-states-focused-border'),
|
|
389
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-theme-states-focused-background'),
|
|
390
|
+
outline: map.get($tokens, 'checkbox-#{$scheme}-theme-states-focused-outline')
|
|
431
391
|
),
|
|
432
392
|
checked-focused: (
|
|
433
|
-
border: map
|
|
434
|
-
background: map
|
|
435
|
-
outline: map
|
|
393
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-theme-states-checked-focused-border'),
|
|
394
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-theme-states-checked-focused-background'),
|
|
395
|
+
outline: map.get($tokens, 'checkbox-#{$scheme}-theme-states-checked-focused-outline')
|
|
436
396
|
),
|
|
437
397
|
disabled: (
|
|
438
|
-
border: map
|
|
439
|
-
color: map
|
|
440
|
-
text: map
|
|
441
|
-
background: map
|
|
442
|
-
caption: map
|
|
398
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-theme-states-disabled-border'),
|
|
399
|
+
color: map.get($tokens, 'checkbox-#{$scheme}-theme-states-disabled-color'),
|
|
400
|
+
text: map.get($tokens, 'checkbox-#{$scheme}-theme-states-disabled-text'),
|
|
401
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-theme-states-disabled-background'),
|
|
402
|
+
caption: map.get($tokens, 'checkbox-#{$scheme}-theme-states-disabled-caption')
|
|
443
403
|
)
|
|
444
404
|
),
|
|
445
405
|
error: (
|
|
446
406
|
default: (
|
|
447
|
-
border: map
|
|
448
|
-
color: map
|
|
449
|
-
text: map
|
|
450
|
-
background: map
|
|
407
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-error-default-border'),
|
|
408
|
+
color: map.get($tokens, 'checkbox-#{$scheme}-error-default-color'),
|
|
409
|
+
text: map.get($tokens, 'checkbox-#{$scheme}-error-default-text'),
|
|
410
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-error-default-background')
|
|
451
411
|
),
|
|
452
412
|
|
|
453
413
|
hover: (
|
|
454
|
-
border: map
|
|
455
|
-
background: map
|
|
414
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-error-states-hover-border'),
|
|
415
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-error-states-hover-background')
|
|
456
416
|
),
|
|
457
417
|
checked: (
|
|
458
|
-
border: map
|
|
459
|
-
background: map
|
|
418
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-error-states-checked-border'),
|
|
419
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-error-states-checked-background')
|
|
460
420
|
),
|
|
461
421
|
checked-hover: (
|
|
462
|
-
border: map
|
|
463
|
-
background: map
|
|
422
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-error-states-checked-hover-border'),
|
|
423
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-error-states-checked-hover-background')
|
|
464
424
|
),
|
|
465
425
|
focused: (
|
|
466
|
-
border: map
|
|
467
|
-
background: map
|
|
468
|
-
outline: map
|
|
426
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-error-states-focused-border'),
|
|
427
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-error-states-focused-background'),
|
|
428
|
+
outline: map.get($tokens, 'checkbox-#{$scheme}-error-states-focused-outline')
|
|
469
429
|
),
|
|
470
430
|
checked-focused: (
|
|
471
|
-
border: map
|
|
472
|
-
background: map
|
|
473
|
-
outline: map
|
|
431
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-error-states-checked-focused-border'),
|
|
432
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-error-states-checked-focused-background'),
|
|
433
|
+
outline: map.get($tokens, 'checkbox-#{$scheme}-error-states-checked-focused-outline')
|
|
474
434
|
),
|
|
475
435
|
disabled: (
|
|
476
|
-
border: map
|
|
477
|
-
color: map
|
|
478
|
-
text: map
|
|
479
|
-
background: map
|
|
436
|
+
border: map.get($tokens, 'checkbox-#{$scheme}-error-states-disabled-border'),
|
|
437
|
+
color: map.get($tokens, 'checkbox-#{$scheme}-error-states-disabled-color'),
|
|
438
|
+
text: map.get($tokens, 'checkbox-#{$scheme}-error-states-disabled-text'),
|
|
439
|
+
background: map.get($tokens, 'checkbox-#{$scheme}-error-states-disabled-background')
|
|
480
440
|
)
|
|
481
441
|
)
|
|
482
442
|
);
|
|
@@ -484,279 +444,280 @@
|
|
|
484
444
|
$code-block: (
|
|
485
445
|
filled: (
|
|
486
446
|
container: (
|
|
487
|
-
background: map
|
|
488
|
-
border: map
|
|
447
|
+
background: map.get($tokens, 'code-block-#{$scheme}-filled-container-background'),
|
|
448
|
+
border: map.get($tokens, 'code-block-#{$scheme}-filled-container-border-color')
|
|
489
449
|
),
|
|
490
450
|
header: (
|
|
491
|
-
background: map
|
|
492
|
-
shadow: map
|
|
451
|
+
background: map.get($tokens, 'code-block-#{$scheme}-filled-header-background'),
|
|
452
|
+
shadow: map.get($tokens, 'code-block-#{$scheme}-filled-header-shadow')
|
|
493
453
|
),
|
|
494
454
|
actionbar: (
|
|
495
|
-
fade-gradient: map
|
|
496
|
-
background: map
|
|
455
|
+
fade-gradient: map.get($tokens, 'code-block-#{$scheme}-filled-actionbar-fade-gradient'),
|
|
456
|
+
background: map.get($tokens, 'code-block-#{$scheme}-filled-actionbar-background')
|
|
497
457
|
),
|
|
498
458
|
collapse: (
|
|
499
|
-
expanded-background: map
|
|
500
|
-
collapsed-background: map
|
|
501
|
-
button-expand-background:
|
|
502
|
-
$tokens, 'code-block-#{$scheme}-filled-collapse-button-expand-background'
|
|
503
|
-
)
|
|
459
|
+
expanded-background: map.get($tokens, 'code-block-#{$scheme}-filled-collapse-expanded-background'),
|
|
460
|
+
collapsed-background: map.get($tokens, 'code-block-#{$scheme}-filled-collapse-collapsed-background'),
|
|
461
|
+
button-expand-background:
|
|
462
|
+
map.get($tokens, 'code-block-#{$scheme}-filled-collapse-button-expand-background')
|
|
504
463
|
)
|
|
505
464
|
),
|
|
506
465
|
outline: (
|
|
507
466
|
container: (
|
|
508
|
-
background: map
|
|
509
|
-
border: map
|
|
467
|
+
background: map.get($tokens, 'code-block-#{$scheme}-outline-container-background'),
|
|
468
|
+
border: map.get($tokens, 'code-block-#{$scheme}-outline-container-border-color')
|
|
510
469
|
),
|
|
511
470
|
header: (
|
|
512
|
-
background: map
|
|
513
|
-
shadow: map
|
|
471
|
+
background: map.get($tokens, 'code-block-#{$scheme}-outline-header-background'),
|
|
472
|
+
shadow: map.get($tokens, 'code-block-#{$scheme}-outline-header-shadow')
|
|
514
473
|
),
|
|
515
474
|
actionbar: (
|
|
516
|
-
fade-gradient: map
|
|
517
|
-
background: map
|
|
475
|
+
fade-gradient: map.get($tokens, 'code-block-#{$scheme}-outline-actionbar-fade-gradient'),
|
|
476
|
+
background: map.get($tokens, 'code-block-#{$scheme}-outline-actionbar-background')
|
|
518
477
|
),
|
|
519
478
|
collapse: (
|
|
520
|
-
expanded-background: map
|
|
521
|
-
collapsed-background: map
|
|
522
|
-
button-expand-background:
|
|
523
|
-
$tokens, 'code-block-#{$scheme}-outline-collapse-button-expand-background'
|
|
524
|
-
)
|
|
479
|
+
expanded-background: map.get($tokens, 'code-block-#{$scheme}-outline-collapse-expanded-background'),
|
|
480
|
+
collapsed-background: map.get($tokens, 'code-block-#{$scheme}-outline-collapse-collapsed-background'),
|
|
481
|
+
button-expand-background:
|
|
482
|
+
map.get($tokens, 'code-block-#{$scheme}-outline-collapse-button-expand-background')
|
|
525
483
|
)
|
|
526
484
|
),
|
|
527
485
|
|
|
528
486
|
hljs: (
|
|
529
|
-
addition-background: map
|
|
530
|
-
addition-color: map
|
|
531
|
-
attr-background: map
|
|
532
|
-
attr-color: map
|
|
533
|
-
attribute-background: map
|
|
534
|
-
attribute-color: map
|
|
535
|
-
built-in-background: map
|
|
536
|
-
built-in-color: map
|
|
537
|
-
bullet-background: map
|
|
538
|
-
bullet-color: map
|
|
539
|
-
char-escape-background: map
|
|
540
|
-
char-escape-color: map
|
|
541
|
-
class-background: map
|
|
542
|
-
class-color: map
|
|
543
|
-
code-background: map
|
|
544
|
-
code-color: map
|
|
545
|
-
comment-background: map
|
|
546
|
-
comment-color: map
|
|
547
|
-
deletion-background: map
|
|
548
|
-
deletion-color: map
|
|
549
|
-
doctag-background: map
|
|
550
|
-
doctag-color: map
|
|
551
|
-
emphasis-background: map
|
|
552
|
-
emphasis-color: map
|
|
553
|
-
formula-background: map
|
|
554
|
-
formula-color: map
|
|
555
|
-
function-background: map
|
|
556
|
-
function-color: map
|
|
557
|
-
keyword-background: map
|
|
558
|
-
keyword-color: map
|
|
559
|
-
line-numbers-color: map
|
|
560
|
-
link-background: map
|
|
561
|
-
link-color: map
|
|
562
|
-
literal-background: map
|
|
563
|
-
literal-color: map
|
|
564
|
-
meta-background: map
|
|
565
|
-
meta-color: map
|
|
566
|
-
meta-keyword-background: map
|
|
567
|
-
meta-keyword-color: map
|
|
568
|
-
meta-string-background: map
|
|
569
|
-
meta-string-color: map
|
|
570
|
-
meta-prompt-background: map
|
|
571
|
-
meta-prompt-color: map
|
|
572
|
-
name-background: map
|
|
573
|
-
name-color: map
|
|
574
|
-
number-background: map
|
|
575
|
-
number-color: map
|
|
576
|
-
operator-background: map
|
|
577
|
-
operator-color: map
|
|
578
|
-
params-background: map
|
|
579
|
-
params-color: map
|
|
580
|
-
property-background: map
|
|
581
|
-
property-color: map
|
|
582
|
-
punctuation-background: map
|
|
583
|
-
punctuation-color: map
|
|
584
|
-
quote-background: map
|
|
585
|
-
quote-color: map
|
|
586
|
-
regexp-background: map
|
|
587
|
-
regexp-color: map
|
|
588
|
-
section-background: map
|
|
589
|
-
section-color: map
|
|
590
|
-
selector-attr-background: map
|
|
591
|
-
selector-attr-color: map
|
|
592
|
-
selector-class-background: map
|
|
593
|
-
selector-class-color: map
|
|
594
|
-
selector-id-background: map
|
|
595
|
-
selector-id-color: map
|
|
596
|
-
selector-pseudo-background: map
|
|
597
|
-
selector-pseudo-color: map
|
|
598
|
-
selector-tag-background: map
|
|
599
|
-
selector-tag-color: map
|
|
600
|
-
string-background: map
|
|
601
|
-
string-color: map
|
|
602
|
-
strong-background: map
|
|
603
|
-
strong-color: map
|
|
604
|
-
subst-background: map
|
|
605
|
-
subst-color: map
|
|
606
|
-
symbol-background: map
|
|
607
|
-
symbol-color: map
|
|
608
|
-
tag-background: map
|
|
609
|
-
tag-color: map
|
|
610
|
-
template-tag-background: map
|
|
611
|
-
template-tag-color: map
|
|
612
|
-
template-variable-background: map
|
|
613
|
-
template-variable-color: map
|
|
614
|
-
title-background: map
|
|
615
|
-
title-color: map
|
|
616
|
-
title-class-background: map
|
|
617
|
-
title-class-color: map
|
|
618
|
-
title-class-inherited-background:
|
|
619
|
-
$tokens, 'code-block-#{$scheme}-hljs-title-class-inherited-background'
|
|
620
|
-
),
|
|
621
|
-
title-
|
|
622
|
-
title-function-
|
|
623
|
-
title-function-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
),
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
variable-background: map
|
|
631
|
-
variable-color: map
|
|
632
|
-
variable-
|
|
633
|
-
variable-
|
|
634
|
-
variable-language-background: map-get($tokens, 'code-block-#{$scheme}-hljs-variable-language-background'),
|
|
635
|
-
variable-language-color: map-get($tokens, 'code-block-#{$scheme}-hljs-variable-language-color')r
|
|
487
|
+
addition-background: map.get($tokens, 'code-block-#{$scheme}-hljs-addition-background'),
|
|
488
|
+
addition-color: map.get($tokens, 'code-block-#{$scheme}-hljs-addition-color'),
|
|
489
|
+
attr-background: map.get($tokens, 'code-block-#{$scheme}-hljs-attr-background'),
|
|
490
|
+
attr-color: map.get($tokens, 'code-block-#{$scheme}-hljs-attr-color'),
|
|
491
|
+
attribute-background: map.get($tokens, 'code-block-#{$scheme}-hljs-attribute-background'),
|
|
492
|
+
attribute-color: map.get($tokens, 'code-block-#{$scheme}-hljs-attribute-color'),
|
|
493
|
+
built-in-background: map.get($tokens, 'code-block-#{$scheme}-hljs-built-in-background'),
|
|
494
|
+
built-in-color: map.get($tokens, 'code-block-#{$scheme}-hljs-built-in-color'),
|
|
495
|
+
bullet-background: map.get($tokens, 'code-block-#{$scheme}-hljs-bullet-background'),
|
|
496
|
+
bullet-color: map.get($tokens, 'code-block-#{$scheme}-hljs-bullet-color'),
|
|
497
|
+
char-escape-background: map.get($tokens, 'code-block-#{$scheme}-hljs-char-escape-background'),
|
|
498
|
+
char-escape-color: map.get($tokens, 'code-block-#{$scheme}-hljs-char-escape-color'),
|
|
499
|
+
class-background: map.get($tokens, 'code-block-#{$scheme}-hljs-class-background'),
|
|
500
|
+
class-color: map.get($tokens, 'code-block-#{$scheme}-hljs-class-color'),
|
|
501
|
+
code-background: map.get($tokens, 'code-block-#{$scheme}-hljs-code-background'),
|
|
502
|
+
code-color: map.get($tokens, 'code-block-#{$scheme}-hljs-code-color'),
|
|
503
|
+
comment-background: map.get($tokens, 'code-block-#{$scheme}-hljs-comment-background'),
|
|
504
|
+
comment-color: map.get($tokens, 'code-block-#{$scheme}-hljs-comment-color'),
|
|
505
|
+
deletion-background: map.get($tokens, 'code-block-#{$scheme}-hljs-deletion-background'),
|
|
506
|
+
deletion-color: map.get($tokens, 'code-block-#{$scheme}-hljs-deletion-color'),
|
|
507
|
+
doctag-background: map.get($tokens, 'code-block-#{$scheme}-hljs-doctag-background'),
|
|
508
|
+
doctag-color: map.get($tokens, 'code-block-#{$scheme}-hljs-doctag-color'),
|
|
509
|
+
emphasis-background: map.get($tokens, 'code-block-#{$scheme}-hljs-emphasis-background'),
|
|
510
|
+
emphasis-color: map.get($tokens, 'code-block-#{$scheme}-hljs-emphasis-color'),
|
|
511
|
+
formula-background: map.get($tokens, 'code-block-#{$scheme}-hljs-formula-background'),
|
|
512
|
+
formula-color: map.get($tokens, 'code-block-#{$scheme}-hljs-formula-color'),
|
|
513
|
+
function-background: map.get($tokens, 'code-block-#{$scheme}-hljs-function-background'),
|
|
514
|
+
function-color: map.get($tokens, 'code-block-#{$scheme}-hljs-function-color'),
|
|
515
|
+
keyword-background: map.get($tokens, 'code-block-#{$scheme}-hljs-keyword-background'),
|
|
516
|
+
keyword-color: map.get($tokens, 'code-block-#{$scheme}-hljs-keyword-color'),
|
|
517
|
+
line-numbers-color: map.get($tokens, 'code-block-#{$scheme}-hljs-line-numbers-color'),
|
|
518
|
+
link-background: map.get($tokens, 'code-block-#{$scheme}-hljs-link-background'),
|
|
519
|
+
link-color: map.get($tokens, 'code-block-#{$scheme}-hljs-link-color'),
|
|
520
|
+
literal-background: map.get($tokens, 'code-block-#{$scheme}-hljs-literal-background'),
|
|
521
|
+
literal-color: map.get($tokens, 'code-block-#{$scheme}-hljs-literal-color'),
|
|
522
|
+
meta-background: map.get($tokens, 'code-block-#{$scheme}-hljs-meta-background'),
|
|
523
|
+
meta-color: map.get($tokens, 'code-block-#{$scheme}-hljs-meta-color'),
|
|
524
|
+
meta-keyword-background: map.get($tokens, 'code-block-#{$scheme}-hljs-meta-keyword-background'),
|
|
525
|
+
meta-keyword-color: map.get($tokens, 'code-block-#{$scheme}-hljs-meta-keyword-color'),
|
|
526
|
+
meta-string-background: map.get($tokens, 'code-block-#{$scheme}-hljs-meta-string-background'),
|
|
527
|
+
meta-string-color: map.get($tokens, 'code-block-#{$scheme}-hljs-meta-string-color'),
|
|
528
|
+
meta-prompt-background: map.get($tokens, 'code-block-#{$scheme}-hljs-meta-prompt-background'),
|
|
529
|
+
meta-prompt-color: map.get($tokens, 'code-block-#{$scheme}-hljs-meta-prompt-color'),
|
|
530
|
+
name-background: map.get($tokens, 'code-block-#{$scheme}-hljs-name-background'),
|
|
531
|
+
name-color: map.get($tokens, 'code-block-#{$scheme}-hljs-name-color'),
|
|
532
|
+
number-background: map.get($tokens, 'code-block-#{$scheme}-hljs-number-background'),
|
|
533
|
+
number-color: map.get($tokens, 'code-block-#{$scheme}-hljs-number-color'),
|
|
534
|
+
operator-background: map.get($tokens, 'code-block-#{$scheme}-hljs-operator-background'),
|
|
535
|
+
operator-color: map.get($tokens, 'code-block-#{$scheme}-hljs-operator-color'),
|
|
536
|
+
params-background: map.get($tokens, 'code-block-#{$scheme}-hljs-params-background'),
|
|
537
|
+
params-color: map.get($tokens, 'code-block-#{$scheme}-hljs-params-color'),
|
|
538
|
+
property-background: map.get($tokens, 'code-block-#{$scheme}-hljs-property-background'),
|
|
539
|
+
property-color: map.get($tokens, 'code-block-#{$scheme}-hljs-property-color'),
|
|
540
|
+
punctuation-background: map.get($tokens, 'code-block-#{$scheme}-hljs-punctuation-background'),
|
|
541
|
+
punctuation-color: map.get($tokens, 'code-block-#{$scheme}-hljs-punctuation-color'),
|
|
542
|
+
quote-background: map.get($tokens, 'code-block-#{$scheme}-hljs-quote-background'),
|
|
543
|
+
quote-color: map.get($tokens, 'code-block-#{$scheme}-hljs-quote-color'),
|
|
544
|
+
regexp-background: map.get($tokens, 'code-block-#{$scheme}-hljs-regexp-background'),
|
|
545
|
+
regexp-color: map.get($tokens, 'code-block-#{$scheme}-hljs-regexp-color'),
|
|
546
|
+
section-background: map.get($tokens, 'code-block-#{$scheme}-hljs-section-background'),
|
|
547
|
+
section-color: map.get($tokens, 'code-block-#{$scheme}-hljs-section-color'),
|
|
548
|
+
selector-attr-background: map.get($tokens, 'code-block-#{$scheme}-hljs-selector-attr-background'),
|
|
549
|
+
selector-attr-color: map.get($tokens, 'code-block-#{$scheme}-hljs-selector-attr-color'),
|
|
550
|
+
selector-class-background: map.get($tokens, 'code-block-#{$scheme}-hljs-selector-class-background'),
|
|
551
|
+
selector-class-color: map.get($tokens, 'code-block-#{$scheme}-hljs-selector-class-color'),
|
|
552
|
+
selector-id-background: map.get($tokens, 'code-block-#{$scheme}-hljs-selector-id-background'),
|
|
553
|
+
selector-id-color: map.get($tokens, 'code-block-#{$scheme}-hljs-selector-id-color'),
|
|
554
|
+
selector-pseudo-background: map.get($tokens, 'code-block-#{$scheme}-hljs-selector-pseudo-background'),
|
|
555
|
+
selector-pseudo-color: map.get($tokens, 'code-block-#{$scheme}-hljs-selector-pseudo-color'),
|
|
556
|
+
selector-tag-background: map.get($tokens, 'code-block-#{$scheme}-hljs-selector-tag-background'),
|
|
557
|
+
selector-tag-color: map.get($tokens, 'code-block-#{$scheme}-hljs-selector-tag-color'),
|
|
558
|
+
string-background: map.get($tokens, 'code-block-#{$scheme}-hljs-string-background'),
|
|
559
|
+
string-color: map.get($tokens, 'code-block-#{$scheme}-hljs-string-color'),
|
|
560
|
+
strong-background: map.get($tokens, 'code-block-#{$scheme}-hljs-strong-background'),
|
|
561
|
+
strong-color: map.get($tokens, 'code-block-#{$scheme}-hljs-strong-color'),
|
|
562
|
+
subst-background: map.get($tokens, 'code-block-#{$scheme}-hljs-subst-background'),
|
|
563
|
+
subst-color: map.get($tokens, 'code-block-#{$scheme}-hljs-subst-color'),
|
|
564
|
+
symbol-background: map.get($tokens, 'code-block-#{$scheme}-hljs-symbol-background'),
|
|
565
|
+
symbol-color: map.get($tokens, 'code-block-#{$scheme}-hljs-symbol-color'),
|
|
566
|
+
tag-background: map.get($tokens, 'code-block-#{$scheme}-hljs-tag-background'),
|
|
567
|
+
tag-color: map.get($tokens, 'code-block-#{$scheme}-hljs-tag-color'),
|
|
568
|
+
template-tag-background: map.get($tokens, 'code-block-#{$scheme}-hljs-template-tag-background'),
|
|
569
|
+
template-tag-color: map.get($tokens, 'code-block-#{$scheme}-hljs-template-tag-color'),
|
|
570
|
+
template-variable-background: map.get($tokens, 'code-block-#{$scheme}-hljs-template-variable-background'),
|
|
571
|
+
template-variable-color: map.get($tokens, 'code-block-#{$scheme}-hljs-template-variable-color'),
|
|
572
|
+
title-background: map.get($tokens, 'code-block-#{$scheme}-hljs-title-background'),
|
|
573
|
+
title-color: map.get($tokens, 'code-block-#{$scheme}-hljs-title-color'),
|
|
574
|
+
title-class-background: map.get($tokens, 'code-block-#{$scheme}-hljs-title-class-background'),
|
|
575
|
+
title-class-color: map.get($tokens, 'code-block-#{$scheme}-hljs-title-class-color'),
|
|
576
|
+
title-class-inherited-background:
|
|
577
|
+
map.get($tokens, 'code-block-#{$scheme}-hljs-title-class-inherited-background'),
|
|
578
|
+
title-class-inherited-color: map.get($tokens, 'code-block-#{$scheme}-hljs-title-class-inherited-color'),
|
|
579
|
+
title-function-background: map.get($tokens, 'code-block-#{$scheme}-hljs-title-function-background'),
|
|
580
|
+
title-function-color: map.get($tokens, 'code-block-#{$scheme}-hljs-title-function-color'),
|
|
581
|
+
title-function-invoke-background:
|
|
582
|
+
map.get($tokens, 'code-block-#{$scheme}-hljs-title-function-invoke-background'),
|
|
583
|
+
title-function-invoke-color: map.get($tokens, 'code-block-#{$scheme}-hljs-title-function-invoke-color'),
|
|
584
|
+
type-background: map.get($tokens, 'code-block-#{$scheme}-hljs-type-background'),
|
|
585
|
+
type-color: map.get($tokens, 'code-block-#{$scheme}-hljs-type-color'),
|
|
586
|
+
variable-background: map.get($tokens, 'code-block-#{$scheme}-hljs-variable-background'),
|
|
587
|
+
variable-color: map.get($tokens, 'code-block-#{$scheme}-hljs-variable-color'),
|
|
588
|
+
variable-constant-background: map.get($tokens, 'code-block-#{$scheme}-hljs-variable-constant-background'),
|
|
589
|
+
variable-constant-color: map.get($tokens, 'code-block-#{$scheme}-hljs-variable-constant-color'),
|
|
590
|
+
variable-language-background: map.get($tokens, 'code-block-#{$scheme}-hljs-variable-language-background'),
|
|
591
|
+
variable-language-color: map.get($tokens, 'code-block-#{$scheme}-hljs-variable-language-color') r
|
|
636
592
|
)
|
|
637
593
|
);
|
|
638
594
|
|
|
639
595
|
$datepicker: (
|
|
640
596
|
container: (
|
|
641
|
-
background: map
|
|
642
|
-
box-shadow: map
|
|
597
|
+
background: map.get($tokens, 'datepicker-#{$scheme}-container-background'),
|
|
598
|
+
box-shadow: map.get($tokens, 'datepicker-#{$scheme}-container-box-shadow')
|
|
643
599
|
),
|
|
644
600
|
header: (
|
|
645
|
-
text: map
|
|
646
|
-
divider: map
|
|
601
|
+
text: map.get($tokens, 'datepicker-#{$scheme}-header-text'),
|
|
602
|
+
divider: map.get($tokens, 'datepicker-#{$scheme}-header-divider')
|
|
647
603
|
),
|
|
648
604
|
|
|
649
605
|
cell: (
|
|
650
606
|
default: (
|
|
651
|
-
background: map
|
|
652
|
-
text: map
|
|
607
|
+
background: map.get($tokens, 'datepicker-#{$scheme}-grid-cell-default-background'),
|
|
608
|
+
text: map.get($tokens, 'datepicker-#{$scheme}-grid-cell-default-text')
|
|
653
609
|
),
|
|
654
610
|
today: (
|
|
655
|
-
background: map
|
|
656
|
-
text: map
|
|
611
|
+
background: map.get($tokens, 'datepicker-#{$scheme}-grid-cell-today-background'),
|
|
612
|
+
text: map.get($tokens, 'datepicker-#{$scheme}-grid-cell-today-text')
|
|
657
613
|
),
|
|
658
614
|
hover: (
|
|
659
|
-
background: map
|
|
615
|
+
background: map.get($tokens, 'datepicker-#{$scheme}-grid-cell-states-hover-background')
|
|
660
616
|
),
|
|
661
617
|
active: (
|
|
662
|
-
background: map
|
|
618
|
+
background: map.get($tokens, 'datepicker-#{$scheme}-grid-cell-states-active-background')
|
|
663
619
|
),
|
|
664
620
|
selected: (
|
|
665
|
-
background: map
|
|
666
|
-
text: map
|
|
621
|
+
background: map.get($tokens, 'datepicker-#{$scheme}-grid-cell-states-selected-background'),
|
|
622
|
+
text: map.get($tokens, 'datepicker-#{$scheme}-grid-cell-states-selected-text')
|
|
667
623
|
),
|
|
668
624
|
selected-hover: (
|
|
669
|
-
background: map
|
|
625
|
+
background: map.get($tokens, 'datepicker-#{$scheme}-grid-cell-states-selected-hover-background')
|
|
670
626
|
),
|
|
671
627
|
disabled: (
|
|
672
|
-
background: map
|
|
628
|
+
background: map.get($tokens, 'datepicker-#{$scheme}-grid-cell-states-disabled-background')
|
|
673
629
|
)
|
|
674
630
|
)
|
|
675
631
|
);
|
|
676
632
|
|
|
677
633
|
$divider: (
|
|
678
|
-
color: map
|
|
634
|
+
color: map.get($tokens, 'divider-#{$scheme}-color')
|
|
679
635
|
);
|
|
680
636
|
|
|
681
637
|
$dl: (
|
|
682
|
-
dt: map
|
|
683
|
-
dd: map
|
|
638
|
+
dt: map.get($tokens, 'description-list-#{$scheme}-term-color'),
|
|
639
|
+
dd: map.get($tokens, 'description-list-#{$scheme}-description-color')
|
|
640
|
+
);
|
|
641
|
+
|
|
642
|
+
$empty-state: (
|
|
643
|
+
title: map.get($tokens, 'empty-state-#{$scheme}-title'),
|
|
644
|
+
color: map.get($tokens, 'empty-state-#{$scheme}-color')
|
|
684
645
|
);
|
|
685
646
|
|
|
686
647
|
$form-field: (
|
|
687
648
|
default: (
|
|
688
|
-
border: map
|
|
689
|
-
background: map
|
|
690
|
-
placeholder: map
|
|
691
|
-
text: map
|
|
649
|
+
border: map.get($tokens, 'form-field-#{$scheme}-default-border-color'),
|
|
650
|
+
background: map.get($tokens, 'form-field-#{$scheme}-default-background'),
|
|
651
|
+
placeholder: map.get($tokens, 'form-field-#{$scheme}-default-placeholder'),
|
|
652
|
+
text: map.get($tokens, 'form-field-#{$scheme}-default-text')
|
|
692
653
|
),
|
|
693
654
|
states-focused: (
|
|
694
|
-
border: map
|
|
695
|
-
background: map
|
|
696
|
-
placeholder: map
|
|
697
|
-
text: map
|
|
698
|
-
focus-outline: map
|
|
655
|
+
border: map.get($tokens, 'form-field-#{$scheme}-states-focused-border-color'),
|
|
656
|
+
background: map.get($tokens, 'form-field-#{$scheme}-states-focused-background'),
|
|
657
|
+
placeholder: map.get($tokens, 'form-field-#{$scheme}-states-focused-placeholder'),
|
|
658
|
+
text: map.get($tokens, 'form-field-#{$scheme}-states-focused-text'),
|
|
659
|
+
focus-outline: map.get($tokens, 'form-field-#{$scheme}-states-focused-focus-outline')
|
|
699
660
|
),
|
|
700
661
|
states-error: (
|
|
701
|
-
border: map
|
|
702
|
-
background: map
|
|
703
|
-
placeholder: map
|
|
704
|
-
text: map
|
|
705
|
-
focus-outline: map
|
|
662
|
+
border: map.get($tokens, 'form-field-#{$scheme}-states-error-border-color'),
|
|
663
|
+
background: map.get($tokens, 'form-field-#{$scheme}-states-error-background'),
|
|
664
|
+
placeholder: map.get($tokens, 'form-field-#{$scheme}-states-error-placeholder'),
|
|
665
|
+
text: map.get($tokens, 'form-field-#{$scheme}-states-error-text'),
|
|
666
|
+
focus-outline: map.get($tokens, 'form-field-#{$scheme}-states-error-focused-focus-outline')
|
|
706
667
|
),
|
|
707
668
|
states-autofill: (
|
|
708
|
-
border: map
|
|
709
|
-
background: map
|
|
710
|
-
placeholder: map
|
|
711
|
-
text: map
|
|
669
|
+
border: map.get($tokens, 'form-field-#{$scheme}-states-autofill-border-color'),
|
|
670
|
+
background: map.get($tokens, 'form-field-#{$scheme}-states-autofill-background'),
|
|
671
|
+
placeholder: map.get($tokens, 'form-field-#{$scheme}-states-autofill-placeholder'),
|
|
672
|
+
text: map.get($tokens, 'form-field-#{$scheme}-states-autofill-text')
|
|
712
673
|
),
|
|
713
674
|
states-disabled: (
|
|
714
|
-
border: map
|
|
715
|
-
background: map
|
|
716
|
-
placeholder: map
|
|
717
|
-
text: map
|
|
675
|
+
border: map.get($tokens, 'form-field-#{$scheme}-states-disabled-border-color'),
|
|
676
|
+
background: map.get($tokens, 'form-field-#{$scheme}-states-disabled-background'),
|
|
677
|
+
placeholder: map.get($tokens, 'form-field-#{$scheme}-states-disabled-placeholder'),
|
|
678
|
+
text: map.get($tokens, 'form-field-#{$scheme}-states-disabled-text')
|
|
718
679
|
)
|
|
719
680
|
);
|
|
720
681
|
|
|
721
682
|
$form-field-hint: (
|
|
722
|
-
text: map
|
|
683
|
+
text: map.get($tokens, 'form-field-hint-#{$scheme}-text')
|
|
723
684
|
);
|
|
724
685
|
|
|
725
686
|
$hint: (
|
|
726
687
|
fill-text-on: (
|
|
727
688
|
fade-contrast: (
|
|
728
|
-
text: map
|
|
729
|
-
icon: map
|
|
689
|
+
text: map.get($tokens, 'hint-#{$scheme}-fill-text-on-fade-contrast-text'),
|
|
690
|
+
icon: map.get($tokens, 'hint-#{$scheme}-fill-text-on-fade-contrast-icon')
|
|
730
691
|
),
|
|
731
692
|
success: (
|
|
732
|
-
text: map
|
|
733
|
-
icon: map
|
|
693
|
+
text: map.get($tokens, 'hint-#{$scheme}-fill-text-on-success-text'),
|
|
694
|
+
icon: map.get($tokens, 'hint-#{$scheme}-fill-text-on-success-icon')
|
|
734
695
|
),
|
|
735
696
|
warning: (
|
|
736
|
-
text: map
|
|
737
|
-
icon: map
|
|
697
|
+
text: map.get($tokens, 'hint-#{$scheme}-fill-text-on-warning-text'),
|
|
698
|
+
icon: map.get($tokens, 'hint-#{$scheme}-fill-text-on-warning-icon')
|
|
738
699
|
),
|
|
739
700
|
error: (
|
|
740
|
-
text: map
|
|
741
|
-
icon: map
|
|
701
|
+
text: map.get($tokens, 'hint-#{$scheme}-fill-text-on-error-text'),
|
|
702
|
+
icon: map.get($tokens, 'hint-#{$scheme}-fill-text-on-error-icon')
|
|
742
703
|
)
|
|
743
704
|
),
|
|
744
705
|
fill-text-off: (
|
|
745
706
|
fade-contrast: (
|
|
746
|
-
text: map
|
|
747
|
-
icon: map
|
|
707
|
+
text: map.get($tokens, 'hint-#{$scheme}-fill-text-off-fade-contrast-text'),
|
|
708
|
+
icon: map.get($tokens, 'hint-#{$scheme}-fill-text-off-fade-contrast-icon')
|
|
748
709
|
),
|
|
749
710
|
success: (
|
|
750
|
-
text: map
|
|
751
|
-
icon: map
|
|
711
|
+
text: map.get($tokens, 'hint-#{$scheme}-fill-text-off-success-text'),
|
|
712
|
+
icon: map.get($tokens, 'hint-#{$scheme}-fill-text-off-success-icon')
|
|
752
713
|
),
|
|
753
714
|
warning: (
|
|
754
|
-
text: map
|
|
755
|
-
icon: map
|
|
715
|
+
text: map.get($tokens, 'hint-#{$scheme}-fill-text-off-warning-text'),
|
|
716
|
+
icon: map.get($tokens, 'hint-#{$scheme}-fill-text-off-warning-icon')
|
|
756
717
|
),
|
|
757
718
|
error: (
|
|
758
|
-
text: map
|
|
759
|
-
icon: map
|
|
719
|
+
text: map.get($tokens, 'hint-#{$scheme}-fill-text-off-error-text'),
|
|
720
|
+
icon: map.get($tokens, 'hint-#{$scheme}-fill-text-off-error-icon')
|
|
760
721
|
)
|
|
761
722
|
)
|
|
762
723
|
);
|
|
@@ -764,570 +725,503 @@
|
|
|
764
725
|
$file-upload: (
|
|
765
726
|
single: (
|
|
766
727
|
default: (
|
|
767
|
-
border: map
|
|
768
|
-
background: map
|
|
769
|
-
upload-icon: map
|
|
770
|
-
left-icon: map
|
|
771
|
-
text-block: map
|
|
772
|
-
icon-button: map
|
|
728
|
+
border: map.get($tokens, 'file-upload-#{$scheme}-single-default-container-border'),
|
|
729
|
+
background: map.get($tokens, 'file-upload-#{$scheme}-single-default-container-background'),
|
|
730
|
+
upload-icon: map.get($tokens, 'file-upload-#{$scheme}-single-default-upload-icon-color'),
|
|
731
|
+
left-icon: map.get($tokens, 'file-upload-#{$scheme}-single-default-left-icon-color'),
|
|
732
|
+
text-block: map.get($tokens, 'file-upload-#{$scheme}-single-default-text-block-color'),
|
|
733
|
+
icon-button: map.get($tokens, 'file-upload-#{$scheme}-single-default-icon-button-color')
|
|
773
734
|
),
|
|
774
735
|
states: (
|
|
775
736
|
on-drag: (
|
|
776
|
-
border: map
|
|
777
|
-
background: map
|
|
778
|
-
upload-icon: map
|
|
779
|
-
left-icon: map
|
|
780
|
-
text-block: map
|
|
737
|
+
border: map.get($tokens, 'file-upload-#{$scheme}-single-states-on-drag-container-border'),
|
|
738
|
+
background: map.get($tokens, 'file-upload-#{$scheme}-single-states-on-drag-container-background'),
|
|
739
|
+
upload-icon: map.get($tokens, 'file-upload-#{$scheme}-single-states-on-drag-upload-icon-color'),
|
|
740
|
+
left-icon: map.get($tokens, 'file-upload-#{$scheme}-single-states-on-drag-left-icon-color'),
|
|
741
|
+
text-block: map.get($tokens, 'file-upload-#{$scheme}-single-states-on-drag-text-block-color')
|
|
781
742
|
),
|
|
782
743
|
error: (
|
|
783
|
-
border: map
|
|
784
|
-
background: map
|
|
785
|
-
left-icon: map
|
|
786
|
-
text-block: map
|
|
744
|
+
border: map.get($tokens, 'file-upload-#{$scheme}-single-states-error-container-border'),
|
|
745
|
+
background: map.get($tokens, 'file-upload-#{$scheme}-single-states-error-container-background'),
|
|
746
|
+
left-icon: map.get($tokens, 'file-upload-#{$scheme}-single-states-error-left-icon-color'),
|
|
747
|
+
text-block: map.get($tokens, 'file-upload-#{$scheme}-single-states-error-text-block-color')
|
|
787
748
|
),
|
|
788
749
|
disabled: (
|
|
789
|
-
border: map
|
|
790
|
-
background: map
|
|
791
|
-
upload-icon: map
|
|
792
|
-
left-icon: map
|
|
793
|
-
text-block: map
|
|
750
|
+
border: map.get($tokens, 'file-upload-#{$scheme}-single-states-disabled-container-border'),
|
|
751
|
+
background: map.get($tokens, 'file-upload-#{$scheme}-single-states-disabled-container-background'),
|
|
752
|
+
upload-icon: map.get($tokens, 'file-upload-#{$scheme}-single-states-disabled-upload-icon-color'),
|
|
753
|
+
left-icon: map.get($tokens, 'file-upload-#{$scheme}-single-states-disabled-left-icon-color'),
|
|
754
|
+
text-block: map.get($tokens, 'file-upload-#{$scheme}-single-states-disabled-text-block-color')
|
|
794
755
|
),
|
|
795
|
-
focused: map
|
|
756
|
+
focused: map.get($tokens, 'file-upload-#{$scheme}-single-states-focused-focus-outline-color')
|
|
796
757
|
)
|
|
797
758
|
),
|
|
798
759
|
multiple: (
|
|
799
760
|
default: (
|
|
800
|
-
border: map
|
|
801
|
-
background: map
|
|
802
|
-
upload-icon: map
|
|
803
|
-
left-icon: map
|
|
804
|
-
text-block: map
|
|
805
|
-
icon-button: map
|
|
806
|
-
grid-divider: map
|
|
761
|
+
border: map.get($tokens, 'file-upload-#{$scheme}-multiple-default-container-border'),
|
|
762
|
+
background: map.get($tokens, 'file-upload-#{$scheme}-multiple-default-container-background'),
|
|
763
|
+
upload-icon: map.get($tokens, 'file-upload-#{$scheme}-multiple-default-upload-icon-color'),
|
|
764
|
+
left-icon: map.get($tokens, 'file-upload-#{$scheme}-multiple-default-left-icon-color'),
|
|
765
|
+
text-block: map.get($tokens, 'file-upload-#{$scheme}-multiple-default-text-block-color'),
|
|
766
|
+
icon-button: map.get($tokens, 'file-upload-#{$scheme}-multiple-default-icon-button-color'),
|
|
767
|
+
grid-divider: map.get($tokens, 'file-upload-#{$scheme}-multiple-default-grid-divider-color')
|
|
807
768
|
),
|
|
808
769
|
states: (
|
|
809
770
|
on-drag: (
|
|
810
|
-
border: map
|
|
811
|
-
background: map
|
|
812
|
-
upload-icon: map
|
|
813
|
-
left-icon: map
|
|
814
|
-
text-block: map
|
|
815
|
-
icon-button: map
|
|
816
|
-
grid-divider: map
|
|
771
|
+
border: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-on-drag-container-border'),
|
|
772
|
+
background: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-on-drag-container-background'),
|
|
773
|
+
upload-icon: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-on-drag-upload-icon-color'),
|
|
774
|
+
left-icon: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-on-drag-left-icon-color'),
|
|
775
|
+
text-block: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-on-drag-text-block-color'),
|
|
776
|
+
icon-button: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-on-drag-icon-button-color'),
|
|
777
|
+
grid-divider: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-on-drag-grid-divider-color')
|
|
817
778
|
),
|
|
818
779
|
error: (
|
|
819
|
-
grid-cell-background:
|
|
820
|
-
$tokens, 'file-upload-#{$scheme}-multiple-states-error-grid-cell-background'
|
|
821
|
-
),
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
icon-button: map-get($tokens, 'file-upload-#{$scheme}-multiple-states-error-icon-button-color')
|
|
780
|
+
grid-cell-background:
|
|
781
|
+
map.get($tokens, 'file-upload-#{$scheme}-multiple-states-error-grid-cell-background'),
|
|
782
|
+
left-icon: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-error-left-icon-color'),
|
|
783
|
+
text-block: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-error-text-block-color'),
|
|
784
|
+
icon-button: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-error-icon-button-color')
|
|
825
785
|
),
|
|
826
786
|
disabled: (
|
|
827
|
-
border: map
|
|
828
|
-
background: map
|
|
829
|
-
|
|
830
|
-
),
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
text-block: map-get($tokens, 'file-upload-#{$scheme}-multiple-states-disabled-text-block-color'),
|
|
834
|
-
grid-divider: map-get($tokens, 'file-upload-#{$scheme}-multiple-states-disabled-grid-divider-color')
|
|
787
|
+
border: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-disabled-container-border'),
|
|
788
|
+
background: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-disabled-container-background'),
|
|
789
|
+
upload-icon: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-disabled-upload-icon-color'),
|
|
790
|
+
left-icon: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-disabled-left-icon-color'),
|
|
791
|
+
text-block: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-disabled-text-block-color'),
|
|
792
|
+
grid-divider: map.get($tokens, 'file-upload-#{$scheme}-multiple-states-disabled-grid-divider-color')
|
|
835
793
|
)
|
|
836
794
|
)
|
|
837
795
|
)
|
|
838
796
|
);
|
|
839
797
|
|
|
840
798
|
$forms: (
|
|
841
|
-
label: map
|
|
842
|
-
legend: map
|
|
799
|
+
label: map.get($tokens, 'forms-#{$scheme}-label'),
|
|
800
|
+
legend: map.get($tokens, 'forms-#{$scheme}-legend')
|
|
843
801
|
);
|
|
844
802
|
|
|
845
803
|
$icon: (
|
|
846
804
|
theme: (
|
|
847
|
-
color: map
|
|
805
|
+
color: map.get($tokens, 'icon-#{$scheme}-theme-color')
|
|
848
806
|
),
|
|
849
807
|
contrast: (
|
|
850
|
-
color: map
|
|
808
|
+
color: map.get($tokens, 'icon-#{$scheme}-contrast-color')
|
|
851
809
|
),
|
|
852
810
|
fade-contrast: (
|
|
853
|
-
color: map
|
|
811
|
+
color: map.get($tokens, 'icon-#{$scheme}-fade-contrast-color')
|
|
854
812
|
),
|
|
855
813
|
error: (
|
|
856
|
-
color: map
|
|
814
|
+
color: map.get($tokens, 'icon-#{$scheme}-error-color')
|
|
857
815
|
),
|
|
858
816
|
warning: (
|
|
859
|
-
color: map
|
|
817
|
+
color: map.get($tokens, 'icon-#{$scheme}-warning-color')
|
|
860
818
|
),
|
|
861
819
|
success: (
|
|
862
|
-
color: map
|
|
820
|
+
color: map.get($tokens, 'icon-#{$scheme}-success-color')
|
|
863
821
|
)
|
|
864
822
|
);
|
|
865
823
|
|
|
866
824
|
$icon-item: (
|
|
867
825
|
fade-off: (
|
|
868
826
|
theme: (
|
|
869
|
-
color: map
|
|
870
|
-
background: map
|
|
827
|
+
color: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-off-theme-color'),
|
|
828
|
+
background: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-off-theme-background')
|
|
871
829
|
),
|
|
872
830
|
contrast: (
|
|
873
|
-
color: map
|
|
874
|
-
background: map
|
|
831
|
+
color: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-off-contrast-color'),
|
|
832
|
+
background: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-off-contrast-background')
|
|
875
833
|
),
|
|
876
834
|
error: (
|
|
877
|
-
color: map
|
|
878
|
-
background: map
|
|
835
|
+
color: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-off-error-color'),
|
|
836
|
+
background: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-off-error-background')
|
|
879
837
|
),
|
|
880
838
|
warning: (
|
|
881
|
-
color: map
|
|
882
|
-
background: map
|
|
839
|
+
color: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-off-warning-color'),
|
|
840
|
+
background: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-off-warning-background')
|
|
883
841
|
),
|
|
884
842
|
success: (
|
|
885
|
-
color: map
|
|
886
|
-
background: map
|
|
843
|
+
color: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-off-success-color'),
|
|
844
|
+
background: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-off-success-background')
|
|
887
845
|
)
|
|
888
846
|
),
|
|
889
847
|
fade-on: (
|
|
890
848
|
theme: (
|
|
891
|
-
color: map
|
|
892
|
-
background: map
|
|
849
|
+
color: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-on-theme-color'),
|
|
850
|
+
background: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-on-theme-background')
|
|
893
851
|
),
|
|
894
852
|
contrast: (
|
|
895
|
-
color: map
|
|
896
|
-
background: map
|
|
853
|
+
color: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-on-contrast-color'),
|
|
854
|
+
background: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-on-contrast-background')
|
|
897
855
|
),
|
|
898
856
|
error: (
|
|
899
|
-
color: map
|
|
900
|
-
background: map
|
|
857
|
+
color: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-on-error-color'),
|
|
858
|
+
background: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-on-error-background')
|
|
901
859
|
),
|
|
902
860
|
warning: (
|
|
903
|
-
color: map
|
|
904
|
-
background: map
|
|
861
|
+
color: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-on-warning-color'),
|
|
862
|
+
background: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-on-warning-background')
|
|
905
863
|
),
|
|
906
864
|
success: (
|
|
907
|
-
color: map
|
|
908
|
-
background: map
|
|
865
|
+
color: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-on-success-color'),
|
|
866
|
+
background: map.get($tokens, 'icon-item-#{$scheme}-filled-fade-on-success-background')
|
|
909
867
|
)
|
|
910
868
|
)
|
|
911
869
|
);
|
|
912
870
|
|
|
913
871
|
$icon-button: (
|
|
914
872
|
theme: (
|
|
915
|
-
default: map
|
|
916
|
-
state-hover: map
|
|
917
|
-
state-active: map
|
|
918
|
-
state-disabled: map
|
|
873
|
+
default: map.get($tokens, 'icon-button-#{$scheme}-theme-default'),
|
|
874
|
+
state-hover: map.get($tokens, 'icon-button-#{$scheme}-theme-states-hover'),
|
|
875
|
+
state-active: map.get($tokens, 'icon-button-#{$scheme}-theme-states-active'),
|
|
876
|
+
state-disabled: map.get($tokens, 'icon-button-#{$scheme}-theme-states-disabled')
|
|
919
877
|
),
|
|
920
878
|
contrast: (
|
|
921
|
-
default: map
|
|
922
|
-
state-hover: map
|
|
923
|
-
state-active: map
|
|
924
|
-
state-disabled: map
|
|
879
|
+
default: map.get($tokens, 'icon-button-#{$scheme}-contrast-default'),
|
|
880
|
+
state-hover: map.get($tokens, 'icon-button-#{$scheme}-contrast-states-hover'),
|
|
881
|
+
state-active: map.get($tokens, 'icon-button-#{$scheme}-contrast-states-active'),
|
|
882
|
+
state-disabled: map.get($tokens, 'icon-button-#{$scheme}-contrast-states-disabled')
|
|
925
883
|
),
|
|
926
884
|
fade-contrast: (
|
|
927
|
-
default: map
|
|
928
|
-
state-hover: map
|
|
929
|
-
state-active: map
|
|
930
|
-
state-disabled: map
|
|
885
|
+
default: map.get($tokens, 'icon-button-#{$scheme}-fade-contrast-default'),
|
|
886
|
+
state-hover: map.get($tokens, 'icon-button-#{$scheme}-fade-contrast-states-hover'),
|
|
887
|
+
state-active: map.get($tokens, 'icon-button-#{$scheme}-fade-contrast-states-active'),
|
|
888
|
+
state-disabled: map.get($tokens, 'icon-button-#{$scheme}-fade-contrast-states-disabled')
|
|
931
889
|
),
|
|
932
890
|
error: (
|
|
933
|
-
default: map
|
|
934
|
-
state-hover: map
|
|
935
|
-
state-active: map
|
|
936
|
-
state-disabled: map
|
|
891
|
+
default: map.get($tokens, 'icon-button-#{$scheme}-error-default'),
|
|
892
|
+
state-hover: map.get($tokens, 'icon-button-#{$scheme}-error-states-hover'),
|
|
893
|
+
state-active: map.get($tokens, 'icon-button-#{$scheme}-error-states-active'),
|
|
894
|
+
state-disabled: map.get($tokens, 'icon-button-#{$scheme}-error-states-disabled')
|
|
937
895
|
),
|
|
938
896
|
success: (
|
|
939
|
-
default: map
|
|
940
|
-
state-hover: map
|
|
941
|
-
state-active: map
|
|
942
|
-
state-disabled: map
|
|
897
|
+
default: map.get($tokens, 'icon-button-#{$scheme}-success-default'),
|
|
898
|
+
state-hover: map.get($tokens, 'icon-button-#{$scheme}-success-states-hover'),
|
|
899
|
+
state-active: map.get($tokens, 'icon-button-#{$scheme}-success-states-active'),
|
|
900
|
+
state-disabled: map.get($tokens, 'icon-button-#{$scheme}-success-states-disabled')
|
|
943
901
|
),
|
|
944
902
|
warning: (
|
|
945
|
-
default: map
|
|
946
|
-
state-hover: map
|
|
947
|
-
state-active: map
|
|
948
|
-
state-disabled: map
|
|
903
|
+
default: map.get($tokens, 'icon-button-#{$scheme}-warning-default'),
|
|
904
|
+
state-hover: map.get($tokens, 'icon-button-#{$scheme}-warning-states-hover'),
|
|
905
|
+
state-active: map.get($tokens, 'icon-button-#{$scheme}-warning-states-active'),
|
|
906
|
+
state-disabled: map.get($tokens, 'icon-button-#{$scheme}-warning-states-disabled')
|
|
949
907
|
)
|
|
950
908
|
);
|
|
951
909
|
|
|
952
|
-
|
|
953
910
|
$link: (
|
|
954
911
|
default: (
|
|
955
|
-
text: map
|
|
956
|
-
border-bottom: map
|
|
912
|
+
text: map.get($tokens, 'link-#{$scheme}-text'),
|
|
913
|
+
border-bottom: map.get($tokens, 'link-#{$scheme}-border-bottom')
|
|
957
914
|
),
|
|
958
915
|
state-visited: (
|
|
959
|
-
text: map
|
|
960
|
-
border-bottom: map
|
|
916
|
+
text: map.get($tokens, 'link-#{$scheme}-state-visited-text'),
|
|
917
|
+
border-bottom: map.get($tokens, 'link-#{$scheme}-state-visited-border-bottom')
|
|
961
918
|
),
|
|
962
919
|
state-visited-hover: (
|
|
963
|
-
text: map
|
|
964
|
-
border-bottom: map
|
|
920
|
+
text: map.get($tokens, 'link-#{$scheme}-state-visited-hover-text'),
|
|
921
|
+
border-bottom: map.get($tokens, 'link-#{$scheme}-state-visited-hover-border-bottom')
|
|
965
922
|
),
|
|
966
923
|
state-visited-active: (
|
|
967
|
-
text: map
|
|
968
|
-
border-bottom: map
|
|
924
|
+
text: map.get($tokens, 'link-#{$scheme}-state-visited-active-text'),
|
|
925
|
+
border-bottom: map.get($tokens, 'link-#{$scheme}-state-visited-active-border-bottom')
|
|
969
926
|
),
|
|
970
927
|
state-hover: (
|
|
971
|
-
text: map
|
|
972
|
-
border-bottom: map
|
|
928
|
+
text: map.get($tokens, 'link-#{$scheme}-state-hover-text'),
|
|
929
|
+
border-bottom: map.get($tokens, 'link-#{$scheme}-state-hover-border-bottom')
|
|
973
930
|
),
|
|
974
931
|
state-active: (
|
|
975
|
-
text: map
|
|
976
|
-
border-bottom: map
|
|
932
|
+
text: map.get($tokens, 'link-#{$scheme}-state-active-text'),
|
|
933
|
+
border-bottom: map.get($tokens, 'link-#{$scheme}-state-active-border-bottom')
|
|
977
934
|
),
|
|
978
935
|
state-focused: (
|
|
979
|
-
outline: map
|
|
936
|
+
outline: map.get($tokens, 'link-#{$scheme}-state-focused-outline')
|
|
980
937
|
),
|
|
981
938
|
state-disabled: (
|
|
982
|
-
text: map
|
|
983
|
-
border-bottom: map
|
|
939
|
+
text: map.get($tokens, 'link-#{$scheme}-state-disabled-text'),
|
|
940
|
+
border-bottom: map.get($tokens, 'link-#{$scheme}-state-disabled-border-bottom')
|
|
984
941
|
)
|
|
985
942
|
);
|
|
986
943
|
|
|
987
944
|
$list-item: (
|
|
988
945
|
default: (
|
|
989
|
-
container-background: map
|
|
990
|
-
text: map
|
|
991
|
-
icon: map
|
|
992
|
-
icon-button: map
|
|
993
|
-
caption: map
|
|
946
|
+
container-background: map.get($tokens, 'list-#{$scheme}-default-container-background'),
|
|
947
|
+
text: map.get($tokens, 'list-#{$scheme}-default-text-color'),
|
|
948
|
+
icon: map.get($tokens, 'list-#{$scheme}-default-icon-color'),
|
|
949
|
+
icon-button: map.get($tokens, 'list-#{$scheme}-default-icon-button-color'),
|
|
950
|
+
caption: map.get($tokens, 'list-#{$scheme}-default-caption-color')
|
|
994
951
|
),
|
|
995
952
|
states-hover: (
|
|
996
|
-
container-background: map
|
|
997
|
-
text: map
|
|
998
|
-
icon: map
|
|
999
|
-
icon-button: map
|
|
953
|
+
container-background: map.get($tokens, 'list-#{$scheme}-states-hover-container-background'),
|
|
954
|
+
text: map.get($tokens, 'list-#{$scheme}-states-hover-text-color'),
|
|
955
|
+
icon: map.get($tokens, 'list-#{$scheme}-states-hover-icon-color'),
|
|
956
|
+
icon-button: map.get($tokens, 'list-#{$scheme}-states-hover-icon-button-color')
|
|
1000
957
|
),
|
|
1001
958
|
states-selected: (
|
|
1002
|
-
container-background: map
|
|
1003
|
-
text: map
|
|
1004
|
-
icon: map
|
|
1005
|
-
icon-button: map
|
|
959
|
+
container-background: map.get($tokens, 'list-#{$scheme}-states-selected-container-background'),
|
|
960
|
+
text: map.get($tokens, 'list-#{$scheme}-states-selected-text-color'),
|
|
961
|
+
icon: map.get($tokens, 'list-#{$scheme}-states-selected-icon-color'),
|
|
962
|
+
icon-button: map.get($tokens, 'list-#{$scheme}-states-selected-icon-button-color')
|
|
1006
963
|
),
|
|
1007
964
|
states-selected-hover: (
|
|
1008
|
-
container-background: map
|
|
1009
|
-
text: map
|
|
1010
|
-
icon: map
|
|
1011
|
-
icon-button: map
|
|
965
|
+
container-background: map.get($tokens, 'list-#{$scheme}-states-selected-hover-container-background'),
|
|
966
|
+
text: map.get($tokens, 'list-#{$scheme}-states-selected-hover-text-color'),
|
|
967
|
+
icon: map.get($tokens, 'list-#{$scheme}-states-selected-hover-icon-color'),
|
|
968
|
+
icon-button: map.get($tokens, 'list-#{$scheme}-states-selected-hover-icon-button-color')
|
|
1012
969
|
),
|
|
1013
970
|
states-focused: (
|
|
1014
|
-
focus-outline: map
|
|
971
|
+
focus-outline: map.get($tokens, 'list-#{$scheme}-states-focused-focus-outline-color')
|
|
1015
972
|
),
|
|
1016
973
|
states-disabled: (
|
|
1017
|
-
container-background: map
|
|
1018
|
-
text: map
|
|
1019
|
-
icon: map
|
|
1020
|
-
icon-button: map
|
|
1021
|
-
caption: map
|
|
974
|
+
container-background: map.get($tokens, 'list-#{$scheme}-states-disabled-container-background'),
|
|
975
|
+
text: map.get($tokens, 'list-#{$scheme}-states-disabled-text-color'),
|
|
976
|
+
icon: map.get($tokens, 'list-#{$scheme}-states-disabled-icon-color'),
|
|
977
|
+
icon-button: map.get($tokens, 'list-#{$scheme}-states-disabled-icon-button-color'),
|
|
978
|
+
caption: map.get($tokens, 'list-#{$scheme}-states-disabled-caption-color')
|
|
1022
979
|
)
|
|
1023
980
|
);
|
|
1024
981
|
|
|
1025
982
|
$loader-overlay: (
|
|
1026
|
-
filled:(
|
|
1027
|
-
background: map
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
caption: map-get($tokens, 'loader-overlay-#{$scheme}-filled-caption-color'),
|
|
983
|
+
filled: (
|
|
984
|
+
background: map.get($tokens, 'loader-overlay-#{$scheme}-filled-overlay-background'),
|
|
985
|
+
text: map.get($tokens, 'loader-overlay-#{$scheme}-filled-text-color'),
|
|
986
|
+
caption: map.get($tokens, 'loader-overlay-#{$scheme}-filled-caption-color')
|
|
1031
987
|
),
|
|
1032
|
-
transparent:(
|
|
1033
|
-
background: map
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
caption: map-get($tokens, 'loader-overlay-#{$scheme}-transparent-caption-color'),
|
|
988
|
+
transparent: (
|
|
989
|
+
background: map.get($tokens, 'loader-overlay-#{$scheme}-transparent-overlay-background'),
|
|
990
|
+
text: map.get($tokens, 'loader-overlay-#{$scheme}-transparent-text-color'),
|
|
991
|
+
caption: map.get($tokens, 'loader-overlay-#{$scheme}-transparent-caption-color')
|
|
1037
992
|
)
|
|
1038
993
|
);
|
|
1039
994
|
|
|
1040
995
|
$modal: (
|
|
1041
|
-
container-background: map
|
|
1042
|
-
container-box-shadow: map
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
overlay: map-get($tokens, 'modal-#{$scheme}-overlay-background')
|
|
996
|
+
container-background: map.get($tokens, 'modal-#{$scheme}-container-background'),
|
|
997
|
+
container-box-shadow: map.get($tokens, 'modal-#{$scheme}-container-box-shadow'),
|
|
998
|
+
close-button: map.get($tokens, 'modal-#{$scheme}-close-button-color'),
|
|
999
|
+
header: map.get($tokens, 'modal-#{$scheme}-header-text-color'),
|
|
1000
|
+
content: map.get($tokens, 'modal-#{$scheme}-content-text-color'),
|
|
1001
|
+
overlay: map.get($tokens, 'modal-#{$scheme}-overlay-background')
|
|
1049
1002
|
);
|
|
1050
1003
|
|
|
1051
1004
|
$markdown: (
|
|
1052
|
-
h1-color: map
|
|
1053
|
-
h2-color: map
|
|
1054
|
-
h3-color: map
|
|
1055
|
-
h4-color: map
|
|
1056
|
-
h5-color: map
|
|
1057
|
-
h6-color: map
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
blockquote-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
link-
|
|
1073
|
-
link-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
link-state-active-text: map-get($tokens, 'markdown-link-#{$scheme}-state-active'),
|
|
1082
|
-
|
|
1083
|
-
link-state-focused-outline: map-get($tokens, 'markdown-link-#{$scheme}-state-focused-outline'),
|
|
1084
|
-
|
|
1085
|
-
image-caption-text: map-get($tokens, 'markdown-image-#{$scheme}-caption-text'),
|
|
1086
|
-
|
|
1087
|
-
hr-color: map-get($tokens, 'markdown-hr-#{$scheme}-color'),
|
|
1088
|
-
|
|
1089
|
-
table-header: map-get($tokens, 'markdown-table-#{$scheme}-header'),
|
|
1090
|
-
table-body: map-get($tokens, 'markdown-table-#{$scheme}-body'),
|
|
1091
|
-
table-border: map-get($tokens, 'markdown-table-#{$scheme}-border')
|
|
1005
|
+
h1-color: map.get($tokens, 'markdown-h1-#{$scheme}-color'),
|
|
1006
|
+
h2-color: map.get($tokens, 'markdown-h2-#{$scheme}-color'),
|
|
1007
|
+
h3-color: map.get($tokens, 'markdown-h3-#{$scheme}-color'),
|
|
1008
|
+
h4-color: map.get($tokens, 'markdown-h4-#{$scheme}-color'),
|
|
1009
|
+
h5-color: map.get($tokens, 'markdown-h5-#{$scheme}-color'),
|
|
1010
|
+
h6-color: map.get($tokens, 'markdown-h6-#{$scheme}-color'),
|
|
1011
|
+
p-color: map.get($tokens, 'markdown-p-#{$scheme}-color'),
|
|
1012
|
+
list-color: map.get($tokens, 'markdown-list-#{$scheme}-color'),
|
|
1013
|
+
blockquote-text: map.get($tokens, 'markdown-blockquote-#{$scheme}-text'),
|
|
1014
|
+
blockquote-line: map.get($tokens, 'markdown-blockquote-#{$scheme}-line'),
|
|
1015
|
+
blockquote-background: map.get($tokens, 'markdown-blockquote-#{$scheme}-background'),
|
|
1016
|
+
blockquote-border: map.get($tokens, 'markdown-blockquote-#{$scheme}-border'),
|
|
1017
|
+
code-text: map.get($tokens, 'markdown-code-#{$scheme}-text'),
|
|
1018
|
+
code-background: map.get($tokens, 'markdown-code-#{$scheme}-background'),
|
|
1019
|
+
code-border: map.get($tokens, 'markdown-code-#{$scheme}-border'),
|
|
1020
|
+
link-text: map.get($tokens, 'markdown-link-#{$scheme}-text'),
|
|
1021
|
+
link-border-bottom: map.get($tokens, 'markdown-link-#{$scheme}-border-bottom'),
|
|
1022
|
+
link-state-visited-text: map.get($tokens, 'markdown-link-#{$scheme}-state-visited-text'),
|
|
1023
|
+
link-state-visited-border-bottom: map.get($tokens, 'markdown-link-#{$scheme}-state-visited-border-bottom'),
|
|
1024
|
+
link-state-hover-text: map.get($tokens, 'markdown-link-#{$scheme}-state-hover-text'),
|
|
1025
|
+
link-state-hover-border-bottom: map.get($tokens, 'markdown-link-#{$scheme}-state-hover-border-bottom'),
|
|
1026
|
+
link-state-active-text: map.get($tokens, 'markdown-link-#{$scheme}-state-active'),
|
|
1027
|
+
link-state-focused-outline: map.get($tokens, 'markdown-link-#{$scheme}-state-focused-outline'),
|
|
1028
|
+
image-caption-text: map.get($tokens, 'markdown-image-#{$scheme}-caption-text'),
|
|
1029
|
+
hr-color: map.get($tokens, 'markdown-hr-#{$scheme}-color'),
|
|
1030
|
+
table-header: map.get($tokens, 'markdown-table-#{$scheme}-header'),
|
|
1031
|
+
table-body: map.get($tokens, 'markdown-table-#{$scheme}-body'),
|
|
1032
|
+
table-border: map.get($tokens, 'markdown-table-#{$scheme}-border')
|
|
1092
1033
|
);
|
|
1093
1034
|
|
|
1094
1035
|
$navbar: (
|
|
1095
|
-
background: map
|
|
1096
|
-
border: map
|
|
1097
|
-
|
|
1036
|
+
background: map.get($tokens, 'navbar-#{$scheme}-background'),
|
|
1037
|
+
border: map.get($tokens, 'navbar-#{$scheme}-border'),
|
|
1098
1038
|
item: (
|
|
1099
1039
|
default: (
|
|
1100
|
-
background: map
|
|
1101
|
-
text: map
|
|
1102
|
-
icon-left: map
|
|
1103
|
-
icon-right: map
|
|
1040
|
+
background: map.get($tokens, 'navbar-item-#{$scheme}-default-content-background'),
|
|
1041
|
+
text: map.get($tokens, 'navbar-item-#{$scheme}-default-content-text'),
|
|
1042
|
+
icon-left: map.get($tokens, 'navbar-item-#{$scheme}-default-content-icon-left'),
|
|
1043
|
+
icon-right: map.get($tokens, 'navbar-item-#{$scheme}-default-content-icon-right')
|
|
1104
1044
|
),
|
|
1105
1045
|
hover: (
|
|
1106
|
-
background: map
|
|
1107
|
-
text: map
|
|
1108
|
-
icon-left: map
|
|
1109
|
-
icon-right: map
|
|
1046
|
+
background: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-background'),
|
|
1047
|
+
text: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-text'),
|
|
1048
|
+
icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-icon-left'),
|
|
1049
|
+
icon-right: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-icon-right')
|
|
1110
1050
|
),
|
|
1111
1051
|
selected: (
|
|
1112
|
-
background: map
|
|
1113
|
-
text: map
|
|
1114
|
-
icon-left: map
|
|
1115
|
-
icon-right: map
|
|
1052
|
+
background: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-background'),
|
|
1053
|
+
text: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-text'),
|
|
1054
|
+
icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-icon-left'),
|
|
1055
|
+
icon-right: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-icon-right')
|
|
1116
1056
|
),
|
|
1117
1057
|
selected-hover: (
|
|
1118
|
-
background: map
|
|
1119
|
-
text: map
|
|
1120
|
-
icon-left: map
|
|
1121
|
-
icon-right: map
|
|
1058
|
+
background: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-background'),
|
|
1059
|
+
text: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-text'),
|
|
1060
|
+
icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-icon-left'),
|
|
1061
|
+
icon-right: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-icon-right')
|
|
1122
1062
|
),
|
|
1123
1063
|
disabled: (
|
|
1124
|
-
background: map
|
|
1125
|
-
text: map
|
|
1126
|
-
icon-left: map
|
|
1127
|
-
icon-right: map
|
|
1064
|
+
background: map.get($tokens, 'navbar-item-#{$scheme}-states-disabled-content-background'),
|
|
1065
|
+
text: map.get($tokens, 'navbar-item-#{$scheme}-states-disabled-content-text'),
|
|
1066
|
+
icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-disabled-content-icon-left'),
|
|
1067
|
+
icon-right: map.get($tokens, 'navbar-item-#{$scheme}-states-disabled-content-icon-right')
|
|
1128
1068
|
)
|
|
1129
1069
|
)
|
|
1130
1070
|
);
|
|
1131
1071
|
|
|
1132
1072
|
$popover: (
|
|
1133
1073
|
container: (
|
|
1134
|
-
background: map
|
|
1135
|
-
box-shadow: map
|
|
1074
|
+
background: map.get($tokens, 'popover-#{$scheme}-container-background'),
|
|
1075
|
+
box-shadow: map.get($tokens, 'popover-#{$scheme}-container-box-shadow')
|
|
1136
1076
|
),
|
|
1137
1077
|
header: (
|
|
1138
|
-
text: map
|
|
1139
|
-
scroll-shadow: map
|
|
1078
|
+
text: map.get($tokens, 'popover-#{$scheme}-header-text-color'),
|
|
1079
|
+
scroll-shadow: map.get($tokens, 'popover-#{$scheme}-header-scroll-shadow')
|
|
1140
1080
|
),
|
|
1141
1081
|
content: (
|
|
1142
|
-
text: map
|
|
1082
|
+
text: map.get($tokens, 'popover-#{$scheme}-content-text-color')
|
|
1143
1083
|
),
|
|
1144
1084
|
footer: (
|
|
1145
|
-
scroll-shadow: map
|
|
1085
|
+
scroll-shadow: map.get($tokens, 'popover-#{$scheme}-footer-scroll-shadow')
|
|
1146
1086
|
)
|
|
1147
1087
|
);
|
|
1148
1088
|
|
|
1149
1089
|
$progress-bar: (
|
|
1150
1090
|
bar: (
|
|
1151
|
-
background: map
|
|
1152
|
-
foreground: map
|
|
1091
|
+
background: map.get($tokens, 'progress-bar-#{$scheme}-bar-background'),
|
|
1092
|
+
foreground: map.get($tokens, 'progress-bar-#{$scheme}-bar-foreground')
|
|
1153
1093
|
),
|
|
1154
|
-
text: map
|
|
1155
|
-
caption: map
|
|
1094
|
+
text: map.get($tokens, 'progress-bar-#{$scheme}-text-color'),
|
|
1095
|
+
caption: map.get($tokens, 'progress-bar-#{$scheme}-caption-color')
|
|
1156
1096
|
);
|
|
1157
1097
|
|
|
1158
1098
|
$progress-spinner: (
|
|
1159
|
-
circle: map
|
|
1160
|
-
text: map
|
|
1161
|
-
caption: map
|
|
1099
|
+
circle: map.get($tokens, 'progress-spinner-#{$scheme}-circle-background'),
|
|
1100
|
+
text: map.get($tokens, 'progress-spinner-#{$scheme}-text-color'),
|
|
1101
|
+
caption: map.get($tokens, 'progress-spinner-#{$scheme}-caption-color')
|
|
1162
1102
|
);
|
|
1163
1103
|
|
|
1164
1104
|
$radio: (
|
|
1165
1105
|
theme: (
|
|
1166
1106
|
default: (
|
|
1167
|
-
outer-circle-border: map
|
|
1168
|
-
outer-circle-background: map
|
|
1169
|
-
inner-circle-background: map
|
|
1170
|
-
caption: map
|
|
1107
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-theme-default-outer-circle-border'),
|
|
1108
|
+
outer-circle-background: map.get($tokens, 'radio-#{$scheme}-theme-default-outer-circle-background'),
|
|
1109
|
+
inner-circle-background: map.get($tokens, 'radio-#{$scheme}-theme-default-inner-circle-background'),
|
|
1110
|
+
caption: map.get($tokens, 'radio-#{$scheme}-theme-default-caption')
|
|
1171
1111
|
),
|
|
1172
1112
|
|
|
1173
1113
|
states-hover: (
|
|
1174
|
-
outer-circle-border: map
|
|
1175
|
-
outer-circle-background: map
|
|
1176
|
-
|
|
1177
|
-
),
|
|
1178
|
-
inner-circle-background: map-get(
|
|
1179
|
-
$tokens, 'radio-#{$scheme}-theme-states-hover-inner-circle-background'
|
|
1180
|
-
)
|
|
1114
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-theme-states-hover-outer-circle-border'),
|
|
1115
|
+
outer-circle-background: map.get($tokens, 'radio-#{$scheme}-theme-states-hover-outer-circle-background'),
|
|
1116
|
+
inner-circle-background: map.get($tokens, 'radio-#{$scheme}-theme-states-hover-inner-circle-background')
|
|
1181
1117
|
),
|
|
1182
1118
|
states-checked: (
|
|
1183
|
-
outer-circle-border: map
|
|
1184
|
-
outer-circle-background:
|
|
1185
|
-
$tokens, 'radio-#{$scheme}-theme-states-checked-outer-circle-background'
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
$tokens, 'radio-#{$scheme}-theme-states-checked-inner-circle-background'
|
|
1189
|
-
)
|
|
1119
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-theme-states-checked-outer-circle-border'),
|
|
1120
|
+
outer-circle-background:
|
|
1121
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-outer-circle-background'),
|
|
1122
|
+
inner-circle-background:
|
|
1123
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-inner-circle-background')
|
|
1190
1124
|
),
|
|
1191
1125
|
states-checked-hover: (
|
|
1192
|
-
outer-circle-border: map
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
$tokens, 'radio-#{$scheme}-theme-states-checked-hover-
|
|
1197
|
-
),
|
|
1198
|
-
inner-circle-background: map-get(
|
|
1199
|
-
$tokens, 'radio-#{$scheme}-theme-states-checked-hover-inner-circle-background'
|
|
1200
|
-
)
|
|
1126
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-theme-states-checked-hover-outer-circle-border'),
|
|
1127
|
+
outer-circle-background:
|
|
1128
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-hover-outer-circle-background'),
|
|
1129
|
+
inner-circle-background:
|
|
1130
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-hover-inner-circle-background')
|
|
1201
1131
|
),
|
|
1202
1132
|
states-checked-disabled: (
|
|
1203
|
-
outer-circle-border:
|
|
1204
|
-
$tokens, 'radio-#{$scheme}-theme-states-checked-disabled-outer-circle-border'
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
inner-circle-background: map-get(
|
|
1210
|
-
$tokens, 'radio-#{$scheme}-theme-states-checked-disabled-inner-circle-background'
|
|
1211
|
-
)
|
|
1133
|
+
outer-circle-border:
|
|
1134
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-disabled-outer-circle-border'),
|
|
1135
|
+
outer-circle-background:
|
|
1136
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-disabled-outer-circle-background'),
|
|
1137
|
+
inner-circle-background:
|
|
1138
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-disabled-inner-circle-background')
|
|
1212
1139
|
),
|
|
1213
1140
|
states-focused: (
|
|
1214
|
-
outer-circle-border: map
|
|
1215
|
-
outer-circle-background:
|
|
1216
|
-
$tokens, 'radio-#{$scheme}-theme-states-focused-outer-circle-background'
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
),
|
|
1221
|
-
outer-circle-shadow: map-get(
|
|
1222
|
-
$tokens, 'radio-#{$scheme}-theme-states-focused-outer-circle-shadow'
|
|
1223
|
-
)
|
|
1141
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-theme-states-focused-outer-circle-border'),
|
|
1142
|
+
outer-circle-background:
|
|
1143
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-focused-outer-circle-background'),
|
|
1144
|
+
inner-circle-background:
|
|
1145
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-focused-inner-circle-background'),
|
|
1146
|
+
outer-circle-shadow: map.get($tokens, 'radio-#{$scheme}-theme-states-focused-outer-circle-shadow')
|
|
1224
1147
|
),
|
|
1225
1148
|
states-checked-focused: (
|
|
1226
|
-
outer-circle-border:
|
|
1227
|
-
$tokens, 'radio-#{$scheme}-theme-states-checked-focused-outer-circle-border'
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
$tokens, 'radio-#{$scheme}-theme-states-checked-focused-
|
|
1234
|
-
),
|
|
1235
|
-
outer-circle-shadow: map-get(
|
|
1236
|
-
$tokens, 'radio-#{$scheme}-theme-states-checked-focused-outer-circle-shadow'
|
|
1237
|
-
)
|
|
1149
|
+
outer-circle-border:
|
|
1150
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-focused-outer-circle-border'),
|
|
1151
|
+
outer-circle-background:
|
|
1152
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-focused-outer-circle-background'),
|
|
1153
|
+
inner-circle-background:
|
|
1154
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-focused-inner-circle-background'),
|
|
1155
|
+
outer-circle-shadow:
|
|
1156
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-checked-focused-outer-circle-shadow')
|
|
1238
1157
|
),
|
|
1239
1158
|
states-disabled: (
|
|
1240
|
-
outer-circle-border: map
|
|
1241
|
-
outer-circle-background:
|
|
1242
|
-
$tokens, 'radio-#{$scheme}-theme-states-disabled-outer-circle-background'
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
),
|
|
1247
|
-
caption: map-get($tokens, 'radio-#{$scheme}-theme-states-disabled-caption'),
|
|
1159
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-theme-states-disabled-outer-circle-border'),
|
|
1160
|
+
outer-circle-background:
|
|
1161
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-disabled-outer-circle-background'),
|
|
1162
|
+
inner-circle-background:
|
|
1163
|
+
map.get($tokens, 'radio-#{$scheme}-theme-states-disabled-inner-circle-background'),
|
|
1164
|
+
caption: map.get($tokens, 'radio-#{$scheme}-theme-states-disabled-caption')
|
|
1248
1165
|
)
|
|
1249
1166
|
),
|
|
1250
1167
|
error: (
|
|
1251
1168
|
default: (
|
|
1252
|
-
outer-circle-border: map
|
|
1253
|
-
outer-circle-background: map
|
|
1254
|
-
inner-circle-background: map
|
|
1169
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-error-default-outer-circle-border'),
|
|
1170
|
+
outer-circle-background: map.get($tokens, 'radio-#{$scheme}-error-default-outer-circle-background'),
|
|
1171
|
+
inner-circle-background: map.get($tokens, 'radio-#{$scheme}-error-default-inner-circle-background')
|
|
1255
1172
|
),
|
|
1256
1173
|
|
|
1257
1174
|
states-hover: (
|
|
1258
|
-
outer-circle-border: map
|
|
1259
|
-
outer-circle-background: map
|
|
1260
|
-
|
|
1261
|
-
),
|
|
1262
|
-
inner-circle-background: map-get(
|
|
1263
|
-
$tokens, 'radio-#{$scheme}-error-states-hover-inner-circle-background'
|
|
1264
|
-
)
|
|
1175
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-error-states-hover-outer-circle-border'),
|
|
1176
|
+
outer-circle-background: map.get($tokens, 'radio-#{$scheme}-error-states-hover-outer-circle-background'),
|
|
1177
|
+
inner-circle-background: map.get($tokens, 'radio-#{$scheme}-error-states-hover-inner-circle-background')
|
|
1265
1178
|
),
|
|
1266
1179
|
states-checked: (
|
|
1267
|
-
outer-circle-border: map
|
|
1268
|
-
outer-circle-background:
|
|
1269
|
-
$tokens, 'radio-#{$scheme}-error-states-checked-outer-circle-background'
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
$tokens, 'radio-#{$scheme}-error-states-checked-inner-circle-background'
|
|
1273
|
-
)
|
|
1180
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-error-states-checked-outer-circle-border'),
|
|
1181
|
+
outer-circle-background:
|
|
1182
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-outer-circle-background'),
|
|
1183
|
+
inner-circle-background:
|
|
1184
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-inner-circle-background')
|
|
1274
1185
|
),
|
|
1275
1186
|
states-checked-hover: (
|
|
1276
|
-
outer-circle-border: map
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
$tokens, 'radio-#{$scheme}-error-states-checked-hover-
|
|
1281
|
-
),
|
|
1282
|
-
inner-circle-background: map-get(
|
|
1283
|
-
$tokens, 'radio-#{$scheme}-error-states-checked-hover-inner-circle-background'
|
|
1284
|
-
)
|
|
1187
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-error-states-checked-hover-outer-circle-border'),
|
|
1188
|
+
outer-circle-background:
|
|
1189
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-hover-outer-circle-background'),
|
|
1190
|
+
inner-circle-background:
|
|
1191
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-hover-inner-circle-background')
|
|
1285
1192
|
),
|
|
1286
1193
|
states-checked-disabled: (
|
|
1287
|
-
outer-circle-border:
|
|
1288
|
-
$tokens, 'radio-#{$scheme}-error-states-checked-disabled-outer-circle-border'
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
inner-circle-background: map-get(
|
|
1294
|
-
$tokens, 'radio-#{$scheme}-error-states-checked-disabled-inner-circle-background'
|
|
1295
|
-
)
|
|
1194
|
+
outer-circle-border:
|
|
1195
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-disabled-outer-circle-border'),
|
|
1196
|
+
outer-circle-background:
|
|
1197
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-disabled-outer-circle-background'),
|
|
1198
|
+
inner-circle-background:
|
|
1199
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-disabled-inner-circle-background')
|
|
1296
1200
|
),
|
|
1297
1201
|
states-focused: (
|
|
1298
|
-
outer-circle-border: map
|
|
1299
|
-
outer-circle-background:
|
|
1300
|
-
$tokens, 'radio-#{$scheme}-error-states-focused-outer-circle-background'
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
),
|
|
1305
|
-
outer-circle-shadow: map-get(
|
|
1306
|
-
$tokens, 'radio-#{$scheme}-error-states-focused-outer-circle-shadow'
|
|
1307
|
-
)
|
|
1202
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-error-states-focused-outer-circle-border'),
|
|
1203
|
+
outer-circle-background:
|
|
1204
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-focused-outer-circle-background'),
|
|
1205
|
+
inner-circle-background:
|
|
1206
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-focused-inner-circle-background'),
|
|
1207
|
+
outer-circle-shadow: map.get($tokens, 'radio-#{$scheme}-error-states-focused-outer-circle-shadow')
|
|
1308
1208
|
),
|
|
1309
1209
|
states-checked-focused: (
|
|
1310
|
-
outer-circle-border:
|
|
1311
|
-
$tokens, 'radio-#{$scheme}-error-states-checked-focused-outer-circle-border'
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
$tokens, 'radio-#{$scheme}-error-states-checked-focused-
|
|
1318
|
-
),
|
|
1319
|
-
outer-circle-shadow: map-get(
|
|
1320
|
-
$tokens, 'radio-#{$scheme}-error-states-checked-focused-outer-circle-shadow'
|
|
1321
|
-
)
|
|
1210
|
+
outer-circle-border:
|
|
1211
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-focused-outer-circle-border'),
|
|
1212
|
+
outer-circle-background:
|
|
1213
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-focused-outer-circle-background'),
|
|
1214
|
+
inner-circle-background:
|
|
1215
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-focused-inner-circle-background'),
|
|
1216
|
+
outer-circle-shadow:
|
|
1217
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-checked-focused-outer-circle-shadow')
|
|
1322
1218
|
),
|
|
1323
1219
|
states-disabled: (
|
|
1324
|
-
outer-circle-border: map
|
|
1325
|
-
outer-circle-background:
|
|
1326
|
-
$tokens, 'radio-#{$scheme}-error-states-disabled-outer-circle-background'
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
$tokens, 'radio-#{$scheme}-error-states-disabled-inner-circle-background'
|
|
1330
|
-
)
|
|
1220
|
+
outer-circle-border: map.get($tokens, 'radio-#{$scheme}-error-states-disabled-outer-circle-border'),
|
|
1221
|
+
outer-circle-background:
|
|
1222
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-disabled-outer-circle-background'),
|
|
1223
|
+
inner-circle-background:
|
|
1224
|
+
map.get($tokens, 'radio-#{$scheme}-error-states-disabled-inner-circle-background')
|
|
1331
1225
|
)
|
|
1332
1226
|
)
|
|
1333
1227
|
);
|
|
@@ -1336,280 +1230,297 @@
|
|
|
1336
1230
|
filled: (
|
|
1337
1231
|
fade-off: (
|
|
1338
1232
|
success: (
|
|
1339
|
-
color: map
|
|
1340
|
-
background: map
|
|
1233
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-off-success-text'),
|
|
1234
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-off-success-background')
|
|
1341
1235
|
),
|
|
1342
1236
|
warning: (
|
|
1343
|
-
color: map
|
|
1344
|
-
background: map
|
|
1237
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-off-warning-text'),
|
|
1238
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-off-warning-background')
|
|
1345
1239
|
),
|
|
1346
1240
|
error: (
|
|
1347
|
-
color: map
|
|
1348
|
-
background: map
|
|
1241
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-off-error-text'),
|
|
1242
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-off-error-background')
|
|
1349
1243
|
)
|
|
1350
1244
|
),
|
|
1351
1245
|
fade-on: (
|
|
1352
1246
|
success: (
|
|
1353
|
-
color: map
|
|
1354
|
-
background: map
|
|
1247
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-on-success-text'),
|
|
1248
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-on-success-background')
|
|
1355
1249
|
),
|
|
1356
1250
|
warning: (
|
|
1357
|
-
color: map
|
|
1358
|
-
background: map
|
|
1251
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-on-warning-text'),
|
|
1252
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-on-warning-background')
|
|
1359
1253
|
),
|
|
1360
1254
|
error: (
|
|
1361
|
-
color: map
|
|
1362
|
-
background: map
|
|
1255
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-on-error-text'),
|
|
1256
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-on-error-background')
|
|
1363
1257
|
),
|
|
1364
1258
|
contrast: (
|
|
1365
|
-
color: map
|
|
1366
|
-
background: map
|
|
1259
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-on-contrast-text'),
|
|
1260
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-filled-fade-on-contrast-background')
|
|
1367
1261
|
)
|
|
1368
1262
|
)
|
|
1369
1263
|
),
|
|
1370
1264
|
outline: (
|
|
1371
1265
|
fade-on: (
|
|
1372
1266
|
success: (
|
|
1373
|
-
color: map
|
|
1374
|
-
background: map
|
|
1375
|
-
border: map
|
|
1267
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-success-text'),
|
|
1268
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-success-background'),
|
|
1269
|
+
border: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-success-border')
|
|
1376
1270
|
),
|
|
1377
1271
|
warning: (
|
|
1378
|
-
color: map
|
|
1379
|
-
background: map
|
|
1380
|
-
border: map
|
|
1272
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-warning-text'),
|
|
1273
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-warning-background'),
|
|
1274
|
+
border: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-warning-border')
|
|
1381
1275
|
),
|
|
1382
1276
|
error: (
|
|
1383
|
-
color: map
|
|
1384
|
-
background: map
|
|
1385
|
-
border: map
|
|
1277
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-error-text'),
|
|
1278
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-error-background'),
|
|
1279
|
+
border: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-error-border')
|
|
1386
1280
|
),
|
|
1387
1281
|
contrast: (
|
|
1388
|
-
color: map
|
|
1389
|
-
background: map
|
|
1390
|
-
border: map
|
|
1282
|
+
color: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-contrast-text'),
|
|
1283
|
+
background: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-contrast-background'),
|
|
1284
|
+
border: map.get($tokens, 'risk-level-#{$scheme}-outline-fade-on-contrast-border')
|
|
1391
1285
|
)
|
|
1392
1286
|
)
|
|
1393
1287
|
)
|
|
1394
1288
|
);
|
|
1395
1289
|
|
|
1396
1290
|
$select-panel: (
|
|
1397
|
-
background: map
|
|
1398
|
-
shadow: map
|
|
1291
|
+
background: map.get($tokens, 'select-panel-#{$scheme}-dropdown-background'),
|
|
1292
|
+
shadow: map.get($tokens, 'select-panel-#{$scheme}-dropdown-shadow')
|
|
1399
1293
|
);
|
|
1400
1294
|
|
|
1401
1295
|
$sidepanel: (
|
|
1402
|
-
box-shadow: map
|
|
1403
|
-
background: map
|
|
1404
|
-
header-text: map
|
|
1405
|
-
content-text: map
|
|
1406
|
-
|
|
1407
|
-
overlay: map-get($tokens, 'sidepanel-#{$scheme}-overlay-background')
|
|
1296
|
+
box-shadow: map.get($tokens, 'sidepanel-#{$scheme}-container-box-shadow'),
|
|
1297
|
+
background: map.get($tokens, 'sidepanel-#{$scheme}-container-background'),
|
|
1298
|
+
header-text: map.get($tokens, 'sidepanel-#{$scheme}-header-text-color'),
|
|
1299
|
+
content-text: map.get($tokens, 'sidepanel-#{$scheme}-content-text-color'),
|
|
1300
|
+
overlay: map.get($tokens, 'sidepanel-#{$scheme}-overlay-background')
|
|
1408
1301
|
);
|
|
1409
1302
|
|
|
1410
1303
|
$tab-item: (
|
|
1411
1304
|
filled: (
|
|
1412
1305
|
on-background: (
|
|
1413
1306
|
default: (
|
|
1414
|
-
background: map
|
|
1415
|
-
text: map
|
|
1416
|
-
icon: map
|
|
1307
|
+
background: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-default-background'),
|
|
1308
|
+
text: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-default-text-color'),
|
|
1309
|
+
icon: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-default-icon-color')
|
|
1417
1310
|
),
|
|
1418
1311
|
states-hover: (
|
|
1419
|
-
background:
|
|
1420
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-states-hover-background'
|
|
1421
|
-
)
|
|
1312
|
+
background:
|
|
1313
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-states-hover-background')
|
|
1422
1314
|
),
|
|
1423
1315
|
states-focused: (
|
|
1424
|
-
border-color:
|
|
1425
|
-
|
|
1426
|
-
|
|
1316
|
+
border-color:
|
|
1317
|
+
map.get(
|
|
1318
|
+
$tokens,
|
|
1319
|
+
'tabs-#{$scheme}-tab-item-filled-on-background-states-focused-focus-outline-color'
|
|
1320
|
+
)
|
|
1427
1321
|
),
|
|
1428
1322
|
states-selected: (
|
|
1429
|
-
background:
|
|
1430
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-states-selected-background'
|
|
1431
|
-
)
|
|
1323
|
+
background:
|
|
1324
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-states-selected-background')
|
|
1432
1325
|
),
|
|
1433
1326
|
states-selected-hover: (
|
|
1434
|
-
background:
|
|
1435
|
-
|
|
1436
|
-
|
|
1327
|
+
background:
|
|
1328
|
+
map.get(
|
|
1329
|
+
$tokens,
|
|
1330
|
+
'tabs-#{$scheme}-tab-item-filled-on-background-states-selected-hover-background'
|
|
1331
|
+
)
|
|
1437
1332
|
),
|
|
1438
1333
|
states-selected-disabled: (
|
|
1439
|
-
background:
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1334
|
+
background:
|
|
1335
|
+
map.get(
|
|
1336
|
+
$tokens,
|
|
1337
|
+
'tabs-#{$scheme}-tab-item-filled-on-background-states-selected-disabled-background'
|
|
1338
|
+
),
|
|
1339
|
+
text:
|
|
1340
|
+
map.get(
|
|
1341
|
+
$tokens,
|
|
1342
|
+
'tabs-#{$scheme}-tab-item-filled-on-background-states-selected-disabled-text-color'
|
|
1343
|
+
),
|
|
1344
|
+
icon:
|
|
1345
|
+
map.get(
|
|
1346
|
+
$tokens,
|
|
1347
|
+
'tabs-#{$scheme}-tab-item-filled-on-background-states-selected-disabled-icon-color'
|
|
1348
|
+
)
|
|
1448
1349
|
),
|
|
1449
1350
|
states-disabled: (
|
|
1450
|
-
background:
|
|
1451
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-states-disabled-background'
|
|
1452
|
-
),
|
|
1453
|
-
|
|
1454
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-states-disabled-text-color'
|
|
1455
|
-
),
|
|
1456
|
-
icon: map-get(
|
|
1457
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-states-disabled-icon-color'
|
|
1458
|
-
)
|
|
1351
|
+
background:
|
|
1352
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-states-disabled-background'),
|
|
1353
|
+
text: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-states-disabled-text-color'),
|
|
1354
|
+
icon: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-background-states-disabled-icon-color')
|
|
1459
1355
|
)
|
|
1460
1356
|
),
|
|
1461
1357
|
on-surface: (
|
|
1462
1358
|
default: (
|
|
1463
|
-
background: map
|
|
1464
|
-
text: map
|
|
1465
|
-
icon: map
|
|
1359
|
+
background: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-default-background'),
|
|
1360
|
+
text: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-default-text-color'),
|
|
1361
|
+
icon: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-default-icon-color')
|
|
1466
1362
|
),
|
|
1467
1363
|
states-hover: (
|
|
1468
|
-
background: map
|
|
1469
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-hover-background'
|
|
1470
|
-
),
|
|
1364
|
+
background: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-hover-background')
|
|
1471
1365
|
),
|
|
1472
1366
|
states-focused: (
|
|
1473
|
-
border-color:
|
|
1474
|
-
|
|
1475
|
-
|
|
1367
|
+
border-color:
|
|
1368
|
+
map.get(
|
|
1369
|
+
$tokens,
|
|
1370
|
+
'tabs-#{$scheme}-tab-item-filled-on-surface-states-focused-focus-outline-color'
|
|
1371
|
+
)
|
|
1476
1372
|
),
|
|
1477
1373
|
states-selected: (
|
|
1478
|
-
background:
|
|
1479
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-selected-background'
|
|
1480
|
-
),
|
|
1374
|
+
background:
|
|
1375
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-selected-background')
|
|
1481
1376
|
),
|
|
1482
1377
|
states-selected-hover: (
|
|
1483
|
-
background:
|
|
1484
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-selected-hover-background'
|
|
1485
|
-
)
|
|
1378
|
+
background:
|
|
1379
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-selected-hover-background')
|
|
1486
1380
|
),
|
|
1487
1381
|
states-selected-disabled: (
|
|
1488
|
-
background:
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1382
|
+
background:
|
|
1383
|
+
map.get(
|
|
1384
|
+
$tokens,
|
|
1385
|
+
'tabs-#{$scheme}-tab-item-filled-on-surface-states-selected-disabled-background'
|
|
1386
|
+
),
|
|
1387
|
+
text:
|
|
1388
|
+
map.get(
|
|
1389
|
+
$tokens,
|
|
1390
|
+
'tabs-#{$scheme}-tab-item-filled-on-surface-states-selected-disabled-text-color'
|
|
1391
|
+
),
|
|
1392
|
+
icon:
|
|
1393
|
+
map.get(
|
|
1394
|
+
$tokens,
|
|
1395
|
+
'tabs-#{$scheme}-tab-item-filled-on-surface-states-selected-disabled-icon-color'
|
|
1396
|
+
)
|
|
1497
1397
|
),
|
|
1498
1398
|
states-disabled: (
|
|
1499
|
-
background:
|
|
1500
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-disabled-background'
|
|
1501
|
-
),
|
|
1502
|
-
|
|
1503
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-disabled-text-color'
|
|
1504
|
-
),
|
|
1505
|
-
icon: map-get(
|
|
1506
|
-
$tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-disabled-icon-color'
|
|
1507
|
-
)
|
|
1399
|
+
background:
|
|
1400
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-disabled-background'),
|
|
1401
|
+
text: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-disabled-text-color'),
|
|
1402
|
+
icon: map.get($tokens, 'tabs-#{$scheme}-tab-item-filled-on-surface-states-disabled-icon-color')
|
|
1508
1403
|
)
|
|
1509
1404
|
)
|
|
1510
1405
|
),
|
|
1511
1406
|
transparent: (
|
|
1512
1407
|
on-background: (
|
|
1513
1408
|
default: (
|
|
1514
|
-
background:
|
|
1515
|
-
$tokens, 'tabs-#{$scheme}-tab-item-transparent-on-background-default-background'
|
|
1516
|
-
),
|
|
1517
|
-
|
|
1518
|
-
icon: map-get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-background-default-icon-color')
|
|
1409
|
+
background:
|
|
1410
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-background-default-background'),
|
|
1411
|
+
text: map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-background-default-text-color'),
|
|
1412
|
+
icon: map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-background-default-icon-color')
|
|
1519
1413
|
),
|
|
1520
1414
|
states-hover: (
|
|
1521
|
-
background:
|
|
1522
|
-
$tokens, 'tabs-#{$scheme}-tab-item-transparent-on-background-states-hover-background'
|
|
1523
|
-
)
|
|
1415
|
+
background:
|
|
1416
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-background-states-hover-background')
|
|
1524
1417
|
),
|
|
1525
1418
|
states-focused: (
|
|
1526
|
-
border-color:
|
|
1527
|
-
|
|
1528
|
-
|
|
1419
|
+
border-color:
|
|
1420
|
+
map.get(
|
|
1421
|
+
$tokens,
|
|
1422
|
+
'tabs-#{$scheme}-tab-item-transparent-on-background-states-focused-focus-outline-color'
|
|
1423
|
+
)
|
|
1529
1424
|
),
|
|
1530
1425
|
states-selected: (
|
|
1531
|
-
background:
|
|
1532
|
-
|
|
1533
|
-
|
|
1426
|
+
background:
|
|
1427
|
+
map.get(
|
|
1428
|
+
$tokens,
|
|
1429
|
+
'tabs-#{$scheme}-tab-item-transparent-on-background-states-selected-background'
|
|
1430
|
+
)
|
|
1534
1431
|
),
|
|
1535
1432
|
states-selected-hover: (
|
|
1536
|
-
background:
|
|
1537
|
-
|
|
1538
|
-
|
|
1433
|
+
background:
|
|
1434
|
+
map.get(
|
|
1435
|
+
$tokens,
|
|
1436
|
+
'tabs-#{$scheme}-tab-item-transparent-on-background-states-selected-hover-background'
|
|
1437
|
+
)
|
|
1539
1438
|
),
|
|
1540
1439
|
states-selected-disabled: (
|
|
1541
|
-
background:
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1440
|
+
background:
|
|
1441
|
+
map.get(
|
|
1442
|
+
$tokens,
|
|
1443
|
+
'tabs-#{$scheme}-tab-item-transparent-on-background-states-selected-disabled-background'
|
|
1444
|
+
),
|
|
1445
|
+
text:
|
|
1446
|
+
map.get(
|
|
1447
|
+
$tokens,
|
|
1448
|
+
'tabs-#{$scheme}-tab-item-transparent-on-background-states-selected-disabled-text-color'
|
|
1449
|
+
),
|
|
1450
|
+
icon:
|
|
1451
|
+
map.get(
|
|
1452
|
+
$tokens,
|
|
1453
|
+
'tabs-#{$scheme}-tab-item-transparent-on-background-states-selected-disabled-icon-color'
|
|
1454
|
+
)
|
|
1553
1455
|
),
|
|
1554
1456
|
states-disabled: (
|
|
1555
|
-
background:
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1457
|
+
background:
|
|
1458
|
+
map.get(
|
|
1459
|
+
$tokens,
|
|
1460
|
+
'tabs-#{$scheme}-tab-item-transparent-on-background-states-disabled-background'
|
|
1461
|
+
),
|
|
1462
|
+
text:
|
|
1463
|
+
map.get(
|
|
1464
|
+
$tokens,
|
|
1465
|
+
'tabs-#{$scheme}-tab-item-transparent-on-background-states-disabled-text-color'
|
|
1466
|
+
),
|
|
1467
|
+
icon:
|
|
1468
|
+
map.get(
|
|
1469
|
+
$tokens,
|
|
1470
|
+
'tabs-#{$scheme}-tab-item-transparent-on-background-states-disabled-icon-color'
|
|
1471
|
+
)
|
|
1564
1472
|
)
|
|
1565
1473
|
),
|
|
1566
1474
|
on-surface: (
|
|
1567
1475
|
default: (
|
|
1568
|
-
background: map
|
|
1569
|
-
text: map
|
|
1570
|
-
icon: map
|
|
1476
|
+
background: map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-default-background'),
|
|
1477
|
+
text: map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-default-text-color'),
|
|
1478
|
+
icon: map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-default-icon-color')
|
|
1571
1479
|
),
|
|
1572
1480
|
states-hover: (
|
|
1573
|
-
background:
|
|
1574
|
-
$tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-states-hover-background'
|
|
1575
|
-
),
|
|
1481
|
+
background:
|
|
1482
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-states-hover-background')
|
|
1576
1483
|
),
|
|
1577
1484
|
states-focused: (
|
|
1578
|
-
border-color:
|
|
1579
|
-
|
|
1580
|
-
|
|
1485
|
+
border-color:
|
|
1486
|
+
map.get(
|
|
1487
|
+
$tokens,
|
|
1488
|
+
'tabs-#{$scheme}-tab-item-transparent-on-surface-states-focused-focus-outline-color'
|
|
1489
|
+
)
|
|
1581
1490
|
),
|
|
1582
1491
|
states-selected: (
|
|
1583
|
-
background:
|
|
1584
|
-
$tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-states-selected-background'
|
|
1585
|
-
),
|
|
1492
|
+
background:
|
|
1493
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-states-selected-background')
|
|
1586
1494
|
),
|
|
1587
1495
|
states-selected-hover: (
|
|
1588
|
-
background:
|
|
1589
|
-
|
|
1590
|
-
|
|
1496
|
+
background:
|
|
1497
|
+
map.get(
|
|
1498
|
+
$tokens,
|
|
1499
|
+
'tabs-#{$scheme}-tab-item-transparent-on-surface-states-selected-hover-background'
|
|
1500
|
+
)
|
|
1591
1501
|
),
|
|
1592
1502
|
states-selected-disabled: (
|
|
1593
|
-
background:
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1503
|
+
background:
|
|
1504
|
+
map.get(
|
|
1505
|
+
$tokens,
|
|
1506
|
+
'tabs-#{$scheme}-tab-item-transparent-on-surface-states-selected-disabled-background'
|
|
1507
|
+
),
|
|
1508
|
+
text:
|
|
1509
|
+
map.get(
|
|
1510
|
+
$tokens,
|
|
1511
|
+
'tabs-#{$scheme}-tab-item-transparent-on-surface-states-selected-disabled-text-color'
|
|
1512
|
+
),
|
|
1513
|
+
icon:
|
|
1514
|
+
map.get(
|
|
1515
|
+
$tokens,
|
|
1516
|
+
'tabs-#{$scheme}-tab-item-transparent-on-surface-states-selected-disabled-icon-color'
|
|
1517
|
+
)
|
|
1602
1518
|
),
|
|
1603
1519
|
states-disabled: (
|
|
1604
|
-
background:
|
|
1605
|
-
$tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-states-disabled-background'
|
|
1606
|
-
),
|
|
1607
|
-
|
|
1608
|
-
$tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-states-disabled-text-color'
|
|
1609
|
-
),
|
|
1610
|
-
icon: map-get(
|
|
1611
|
-
$tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-states-disabled-icon-color'
|
|
1612
|
-
)
|
|
1520
|
+
background:
|
|
1521
|
+
map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-states-disabled-background'),
|
|
1522
|
+
text: map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-states-disabled-text-color'),
|
|
1523
|
+
icon: map.get($tokens, 'tabs-#{$scheme}-tab-item-transparent-on-surface-states-disabled-icon-color')
|
|
1613
1524
|
)
|
|
1614
1525
|
)
|
|
1615
1526
|
)
|
|
@@ -1618,19 +1529,19 @@
|
|
|
1618
1529
|
$tab-stack: (
|
|
1619
1530
|
filled: (
|
|
1620
1531
|
on-background: (
|
|
1621
|
-
background: map
|
|
1532
|
+
background: map.get($tokens, 'tabs-#{$scheme}-tab-stack-filled-on-background-background')
|
|
1622
1533
|
),
|
|
1623
1534
|
on-surface: (
|
|
1624
|
-
background: map
|
|
1535
|
+
background: map.get($tokens, 'tabs-#{$scheme}-tab-stack-filled-on-surface-background')
|
|
1625
1536
|
)
|
|
1626
1537
|
),
|
|
1627
1538
|
|
|
1628
1539
|
transparent: (
|
|
1629
1540
|
on-background: (
|
|
1630
|
-
background: map
|
|
1541
|
+
background: map.get($tokens, 'tabs-#{$scheme}-tab-stack-transparent-on-background-background')
|
|
1631
1542
|
),
|
|
1632
1543
|
on-surface: (
|
|
1633
|
-
background: map
|
|
1544
|
+
background: map.get($tokens, 'tabs-#{$scheme}-tab-stack-transparent-on-surface-background')
|
|
1634
1545
|
)
|
|
1635
1546
|
)
|
|
1636
1547
|
);
|
|
@@ -1638,274 +1549,274 @@
|
|
|
1638
1549
|
$tag: (
|
|
1639
1550
|
theme-fade-on: (
|
|
1640
1551
|
default: (
|
|
1641
|
-
background: map
|
|
1642
|
-
text: map
|
|
1643
|
-
icon: map
|
|
1644
|
-
close-button: map
|
|
1552
|
+
background: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-default-background'),
|
|
1553
|
+
text: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-default-text'),
|
|
1554
|
+
icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-default-icon'),
|
|
1555
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-default-close-button')
|
|
1645
1556
|
),
|
|
1646
1557
|
hover: (
|
|
1647
|
-
background: map
|
|
1648
|
-
text: map
|
|
1649
|
-
icon: map
|
|
1650
|
-
close-button: map
|
|
1558
|
+
background: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-background'),
|
|
1559
|
+
text: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-text'),
|
|
1560
|
+
icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-icon'),
|
|
1561
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-close-button')
|
|
1651
1562
|
),
|
|
1652
1563
|
focus: (
|
|
1653
|
-
background: map
|
|
1654
|
-
text: map
|
|
1655
|
-
icon: map
|
|
1656
|
-
close-button: map
|
|
1657
|
-
outline: map
|
|
1564
|
+
background: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-background'),
|
|
1565
|
+
text: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-text'),
|
|
1566
|
+
icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-icon'),
|
|
1567
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-close-button'),
|
|
1568
|
+
outline: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-outline')
|
|
1658
1569
|
),
|
|
1659
1570
|
disabled: (
|
|
1660
|
-
background: map
|
|
1661
|
-
text: map
|
|
1662
|
-
icon: map
|
|
1663
|
-
close-button: map
|
|
1571
|
+
background: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-disabled-background'),
|
|
1572
|
+
text: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-disabled-text'),
|
|
1573
|
+
icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-disabled-icon'),
|
|
1574
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-disabled-close-button')
|
|
1664
1575
|
)
|
|
1665
1576
|
),
|
|
1666
1577
|
contrast-fade-on: (
|
|
1667
1578
|
default: (
|
|
1668
|
-
background: map
|
|
1669
|
-
text: map
|
|
1670
|
-
icon: map
|
|
1671
|
-
close-button: map
|
|
1579
|
+
background: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-default-background'),
|
|
1580
|
+
text: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-default-text'),
|
|
1581
|
+
icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-default-icon'),
|
|
1582
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-default-close-button')
|
|
1672
1583
|
),
|
|
1673
1584
|
hover: (
|
|
1674
|
-
background: map
|
|
1675
|
-
text: map
|
|
1676
|
-
icon: map
|
|
1677
|
-
close-button: map
|
|
1585
|
+
background: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-background'),
|
|
1586
|
+
text: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-text'),
|
|
1587
|
+
icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-icon'),
|
|
1588
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-close-button')
|
|
1678
1589
|
),
|
|
1679
1590
|
focus: (
|
|
1680
|
-
background: map
|
|
1681
|
-
text: map
|
|
1682
|
-
icon: map
|
|
1683
|
-
close-button: map
|
|
1684
|
-
outline: map
|
|
1591
|
+
background: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-background'),
|
|
1592
|
+
text: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-text'),
|
|
1593
|
+
icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-icon'),
|
|
1594
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-close-button'),
|
|
1595
|
+
outline: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-outline')
|
|
1685
1596
|
),
|
|
1686
1597
|
disabled: (
|
|
1687
|
-
background: map
|
|
1688
|
-
text: map
|
|
1689
|
-
icon: map
|
|
1690
|
-
close-button: map
|
|
1598
|
+
background: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-disabled-background'),
|
|
1599
|
+
text: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-disabled-text'),
|
|
1600
|
+
icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-disabled-icon'),
|
|
1601
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-disabled-close-button')
|
|
1691
1602
|
)
|
|
1692
1603
|
),
|
|
1693
1604
|
error-fade-on: (
|
|
1694
1605
|
default: (
|
|
1695
|
-
background: map
|
|
1696
|
-
text: map
|
|
1697
|
-
icon: map
|
|
1698
|
-
close-button: map
|
|
1606
|
+
background: map.get($tokens, 'tag-#{$scheme}-error-fade-on-default-background'),
|
|
1607
|
+
text: map.get($tokens, 'tag-#{$scheme}-error-fade-on-default-text'),
|
|
1608
|
+
icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-default-icon'),
|
|
1609
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-error-fade-on-default-close-button')
|
|
1699
1610
|
),
|
|
1700
1611
|
hover: (
|
|
1701
|
-
background: map
|
|
1702
|
-
text: map
|
|
1703
|
-
icon: map
|
|
1704
|
-
close-button: map
|
|
1612
|
+
background: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-background'),
|
|
1613
|
+
text: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-text'),
|
|
1614
|
+
icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-icon'),
|
|
1615
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-close-button')
|
|
1705
1616
|
),
|
|
1706
1617
|
focus: (
|
|
1707
|
-
background: map
|
|
1708
|
-
text: map
|
|
1709
|
-
icon: map
|
|
1710
|
-
close-button: map
|
|
1711
|
-
outline: map
|
|
1618
|
+
background: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-background'),
|
|
1619
|
+
text: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-text'),
|
|
1620
|
+
icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-icon'),
|
|
1621
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-close-button'),
|
|
1622
|
+
outline: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-outline')
|
|
1712
1623
|
),
|
|
1713
1624
|
disabled: (
|
|
1714
|
-
background: map
|
|
1715
|
-
text: map
|
|
1716
|
-
icon: map
|
|
1717
|
-
close-button: map
|
|
1625
|
+
background: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-disabled-background'),
|
|
1626
|
+
text: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-disabled-text'),
|
|
1627
|
+
icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-disabled-icon'),
|
|
1628
|
+
close-button: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-disabled-close-button')
|
|
1718
1629
|
)
|
|
1719
1630
|
)
|
|
1720
1631
|
);
|
|
1721
1632
|
|
|
1722
1633
|
$toggle: (
|
|
1723
|
-
theme:(
|
|
1724
|
-
default:(
|
|
1725
|
-
border: map
|
|
1726
|
-
background: map
|
|
1727
|
-
circle-background: map
|
|
1634
|
+
theme: (
|
|
1635
|
+
default: (
|
|
1636
|
+
border: map.get($tokens, 'toggle-#{$scheme}-theme-default-border'),
|
|
1637
|
+
background: map.get($tokens, 'toggle-#{$scheme}-theme-default-background'),
|
|
1638
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-theme-default-circle-background')
|
|
1728
1639
|
),
|
|
1729
1640
|
states-hover: (
|
|
1730
|
-
border: map
|
|
1731
|
-
background: map
|
|
1732
|
-
circle-background: map
|
|
1641
|
+
border: map.get($tokens, 'toggle-#{$scheme}-theme-states-hover-border'),
|
|
1642
|
+
background: map.get($tokens, 'toggle-#{$scheme}-theme-states-hover-background'),
|
|
1643
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-theme-states-hover-circle-background')
|
|
1733
1644
|
),
|
|
1734
1645
|
states-checked: (
|
|
1735
|
-
border: map
|
|
1736
|
-
background: map
|
|
1737
|
-
circle-background: map
|
|
1646
|
+
border: map.get($tokens, 'toggle-#{$scheme}-theme-states-checked-border'),
|
|
1647
|
+
background: map.get($tokens, 'toggle-#{$scheme}-theme-states-checked-background'),
|
|
1648
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-theme-states-checked-circle-background')
|
|
1738
1649
|
),
|
|
1739
1650
|
states-checked-hover: (
|
|
1740
|
-
border: map
|
|
1741
|
-
background: map
|
|
1742
|
-
circle-background: map
|
|
1651
|
+
border: map.get($tokens, 'toggle-#{$scheme}-theme-states-checked-hover-border'),
|
|
1652
|
+
background: map.get($tokens, 'toggle-#{$scheme}-theme-states-checked-hover-background'),
|
|
1653
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-theme-states-checked-hover-circle-background')
|
|
1743
1654
|
),
|
|
1744
1655
|
states-focused: (
|
|
1745
|
-
border: map
|
|
1746
|
-
background: map
|
|
1747
|
-
circle-background: map
|
|
1748
|
-
focus-outline: map
|
|
1656
|
+
border: map.get($tokens, 'toggle-#{$scheme}-theme-states-focused-border'),
|
|
1657
|
+
background: map.get($tokens, 'toggle-#{$scheme}-theme-states-focused-background'),
|
|
1658
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-theme-states-focused-circle-background'),
|
|
1659
|
+
focus-outline: map.get($tokens, 'toggle-#{$scheme}-theme-states-focused-focus-outline')
|
|
1749
1660
|
),
|
|
1750
1661
|
states-checked-focused: (
|
|
1751
|
-
border: map
|
|
1752
|
-
background: map
|
|
1753
|
-
circle-background: map
|
|
1754
|
-
focus-outline: map
|
|
1662
|
+
border: map.get($tokens, 'toggle-#{$scheme}-theme-states-checked-focused-border'),
|
|
1663
|
+
background: map.get($tokens, 'toggle-#{$scheme}-theme-states-checked-focused-background'),
|
|
1664
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-theme-states-checked-focused-circle-background'),
|
|
1665
|
+
focus-outline: map.get($tokens, 'toggle-#{$scheme}-theme-states-checked-focused-focus-outline')
|
|
1755
1666
|
),
|
|
1756
1667
|
states-disabled: (
|
|
1757
|
-
border: map
|
|
1758
|
-
background: map
|
|
1759
|
-
circle-background: map
|
|
1668
|
+
border: map.get($tokens, 'toggle-#{$scheme}-theme-states-disabled-border'),
|
|
1669
|
+
background: map.get($tokens, 'toggle-#{$scheme}-theme-states-disabled-background'),
|
|
1670
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-theme-states-disabled-circle-background')
|
|
1760
1671
|
)
|
|
1761
1672
|
),
|
|
1762
|
-
error:(
|
|
1763
|
-
default:(
|
|
1764
|
-
border: map
|
|
1765
|
-
background: map
|
|
1766
|
-
circle-background: map
|
|
1673
|
+
error: (
|
|
1674
|
+
default: (
|
|
1675
|
+
border: map.get($tokens, 'toggle-#{$scheme}-error-default-border'),
|
|
1676
|
+
background: map.get($tokens, 'toggle-#{$scheme}-error-default-background'),
|
|
1677
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-error-default-circle-background')
|
|
1767
1678
|
),
|
|
1768
1679
|
states-hover: (
|
|
1769
|
-
border: map
|
|
1770
|
-
background: map
|
|
1771
|
-
circle-background: map
|
|
1680
|
+
border: map.get($tokens, 'toggle-#{$scheme}-error-states-hover-border'),
|
|
1681
|
+
background: map.get($tokens, 'toggle-#{$scheme}-error-states-hover-background'),
|
|
1682
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-error-states-hover-circle-background')
|
|
1772
1683
|
),
|
|
1773
1684
|
states-checked: (
|
|
1774
|
-
border: map
|
|
1775
|
-
background: map
|
|
1776
|
-
circle-background: map
|
|
1685
|
+
border: map.get($tokens, 'toggle-#{$scheme}-error-states-checked-border'),
|
|
1686
|
+
background: map.get($tokens, 'toggle-#{$scheme}-error-states-checked-background'),
|
|
1687
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-error-states-checked-circle-background')
|
|
1777
1688
|
),
|
|
1778
1689
|
states-checked-hover: (
|
|
1779
|
-
border: map
|
|
1780
|
-
background: map
|
|
1781
|
-
circle-background: map
|
|
1690
|
+
border: map.get($tokens, 'toggle-#{$scheme}-error-states-checked-hover-border'),
|
|
1691
|
+
background: map.get($tokens, 'toggle-#{$scheme}-error-states-checked-hover-background'),
|
|
1692
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-error-states-checked-hover-circle-background')
|
|
1782
1693
|
),
|
|
1783
1694
|
states-focused: (
|
|
1784
|
-
border: map
|
|
1785
|
-
background: map
|
|
1786
|
-
circle-background: map
|
|
1787
|
-
focus-outline: map
|
|
1695
|
+
border: map.get($tokens, 'toggle-#{$scheme}-error-states-focused-border'),
|
|
1696
|
+
background: map.get($tokens, 'toggle-#{$scheme}-error-states-focused-background'),
|
|
1697
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-error-states-focused-circle-background'),
|
|
1698
|
+
focus-outline: map.get($tokens, 'toggle-#{$scheme}-error-states-focused-focus-outline')
|
|
1788
1699
|
),
|
|
1789
1700
|
states-checked-focused: (
|
|
1790
|
-
border: map
|
|
1791
|
-
background: map
|
|
1792
|
-
circle-background: map
|
|
1793
|
-
focus-outline: map
|
|
1701
|
+
border: map.get($tokens, 'toggle-#{$scheme}-error-states-checked-focused-border'),
|
|
1702
|
+
background: map.get($tokens, 'toggle-#{$scheme}-error-states-checked-focused-background'),
|
|
1703
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-error-states-checked-focused-circle-background'),
|
|
1704
|
+
focus-outline: map.get($tokens, 'toggle-#{$scheme}-error-states-checked-focused-focus-outline')
|
|
1794
1705
|
),
|
|
1795
1706
|
states-disabled: (
|
|
1796
|
-
border: map
|
|
1797
|
-
background: map
|
|
1798
|
-
circle-background: map
|
|
1707
|
+
border: map.get($tokens, 'toggle-#{$scheme}-error-states-disabled-border'),
|
|
1708
|
+
background: map.get($tokens, 'toggle-#{$scheme}-error-states-disabled-background'),
|
|
1709
|
+
circle-background: map.get($tokens, 'toggle-#{$scheme}-error-states-disabled-circle-background')
|
|
1799
1710
|
)
|
|
1800
1711
|
)
|
|
1801
1712
|
);
|
|
1802
1713
|
|
|
1803
1714
|
$timezone: (
|
|
1804
|
-
text: map
|
|
1805
|
-
caption: map
|
|
1806
|
-
optgroup-label: map
|
|
1715
|
+
text: map.get($tokens, 'timezone-option-#{$scheme}-text'),
|
|
1716
|
+
caption: map.get($tokens, 'timezone-option-#{$scheme}-caption'),
|
|
1717
|
+
optgroup-label: map.get($tokens, 'timezone-option-#{$scheme}-optgroup-label')
|
|
1807
1718
|
);
|
|
1808
1719
|
|
|
1809
1720
|
$toast: (
|
|
1810
1721
|
contrast: (
|
|
1811
|
-
background: map
|
|
1812
|
-
title: map
|
|
1813
|
-
text: map
|
|
1814
|
-
box-shadow: map
|
|
1722
|
+
background: map.get($tokens, 'toast-#{$scheme}-contrast-container-background'),
|
|
1723
|
+
title: map.get($tokens, 'toast-#{$scheme}-contrast-container-title'),
|
|
1724
|
+
text: map.get($tokens, 'toast-#{$scheme}-contrast-container-text'),
|
|
1725
|
+
box-shadow: map.get($tokens, 'toast-#{$scheme}-contrast-container-shadow')
|
|
1815
1726
|
),
|
|
1816
1727
|
success: (
|
|
1817
|
-
background: map
|
|
1818
|
-
title: map
|
|
1819
|
-
text: map
|
|
1820
|
-
box-shadow: map
|
|
1728
|
+
background: map.get($tokens, 'toast-#{$scheme}-success-container-background'),
|
|
1729
|
+
title: map.get($tokens, 'toast-#{$scheme}-success-container-title'),
|
|
1730
|
+
text: map.get($tokens, 'toast-#{$scheme}-success-container-text'),
|
|
1731
|
+
box-shadow: map.get($tokens, 'toast-#{$scheme}-success-container-shadow')
|
|
1821
1732
|
),
|
|
1822
1733
|
warning: (
|
|
1823
|
-
background: map
|
|
1824
|
-
title: map
|
|
1825
|
-
text: map
|
|
1826
|
-
box-shadow: map
|
|
1734
|
+
background: map.get($tokens, 'toast-#{$scheme}-warning-container-background'),
|
|
1735
|
+
title: map.get($tokens, 'toast-#{$scheme}-warning-container-title'),
|
|
1736
|
+
text: map.get($tokens, 'toast-#{$scheme}-warning-container-text'),
|
|
1737
|
+
box-shadow: map.get($tokens, 'toast-#{$scheme}-warning-container-shadow')
|
|
1827
1738
|
),
|
|
1828
1739
|
error: (
|
|
1829
|
-
background: map
|
|
1830
|
-
title: map
|
|
1831
|
-
text: map
|
|
1832
|
-
box-shadow: map
|
|
1740
|
+
background: map.get($tokens, 'toast-#{$scheme}-error-container-background'),
|
|
1741
|
+
title: map.get($tokens, 'toast-#{$scheme}-error-container-title'),
|
|
1742
|
+
text: map.get($tokens, 'toast-#{$scheme}-error-container-text'),
|
|
1743
|
+
box-shadow: map.get($tokens, 'toast-#{$scheme}-error-container-shadow')
|
|
1833
1744
|
)
|
|
1834
1745
|
);
|
|
1835
1746
|
|
|
1836
1747
|
$tooltip: (
|
|
1837
1748
|
theme-fade-off: (
|
|
1838
|
-
background: map
|
|
1839
|
-
text: map
|
|
1840
|
-
shadow: map
|
|
1749
|
+
background: map.get($tokens, 'tooltip-#{$scheme}-theme-fade-off-background'),
|
|
1750
|
+
text: map.get($tokens, 'tooltip-#{$scheme}-theme-fade-off-text'),
|
|
1751
|
+
shadow: map.get($tokens, 'tooltip-#{$scheme}-theme-fade-off-shadow')
|
|
1841
1752
|
),
|
|
1842
1753
|
contrast-fade-on: (
|
|
1843
|
-
background: map
|
|
1844
|
-
text: map
|
|
1845
|
-
shadow: map
|
|
1754
|
+
background: map.get($tokens, 'tooltip-#{$scheme}-contrast-fade-on-background'),
|
|
1755
|
+
text: map.get($tokens, 'tooltip-#{$scheme}-contrast-fade-on-text'),
|
|
1756
|
+
shadow: map.get($tokens, 'tooltip-#{$scheme}-contrast-fade-on-shadow')
|
|
1846
1757
|
),
|
|
1847
1758
|
contrast-fade-off: (
|
|
1848
|
-
background: map
|
|
1849
|
-
text: map
|
|
1850
|
-
shadow: map
|
|
1759
|
+
background: map.get($tokens, 'tooltip-#{$scheme}-contrast-fade-off-background'),
|
|
1760
|
+
text: map.get($tokens, 'tooltip-#{$scheme}-contrast-fade-off-text'),
|
|
1761
|
+
shadow: map.get($tokens, 'tooltip-#{$scheme}-contrast-fade-off-shadow')
|
|
1851
1762
|
)
|
|
1852
1763
|
);
|
|
1853
1764
|
|
|
1854
1765
|
$tree-item: (
|
|
1855
1766
|
default: (
|
|
1856
|
-
container-background: map
|
|
1857
|
-
text: map
|
|
1858
|
-
icon: map
|
|
1859
|
-
tree-toggle: map
|
|
1860
|
-
action-button: map
|
|
1861
|
-
caption: map
|
|
1767
|
+
container-background: map.get($tokens, 'tree-#{$scheme}-default-container-background'),
|
|
1768
|
+
text: map.get($tokens, 'tree-#{$scheme}-default-text-color'),
|
|
1769
|
+
icon: map.get($tokens, 'tree-#{$scheme}-default-icon-color'),
|
|
1770
|
+
tree-toggle: map.get($tokens, 'tree-#{$scheme}-default-tree-toggle-color'),
|
|
1771
|
+
action-button: map.get($tokens, 'tree-#{$scheme}-default-action-button-color'),
|
|
1772
|
+
caption: map.get($tokens, 'tree-#{$scheme}-default-caption-color')
|
|
1862
1773
|
),
|
|
1863
1774
|
states-hover: (
|
|
1864
|
-
container-background: map
|
|
1865
|
-
text: map
|
|
1866
|
-
icon: map
|
|
1867
|
-
tree-toggle: map
|
|
1868
|
-
action-button: map
|
|
1869
|
-
caption: map
|
|
1775
|
+
container-background: map.get($tokens, 'tree-#{$scheme}-states-hover-container-background'),
|
|
1776
|
+
text: map.get($tokens, 'tree-#{$scheme}-states-hover-text-color'),
|
|
1777
|
+
icon: map.get($tokens, 'tree-#{$scheme}-states-hover-icon-color'),
|
|
1778
|
+
tree-toggle: map.get($tokens, 'tree-#{$scheme}-states-hover-tree-toggle-color'),
|
|
1779
|
+
action-button: map.get($tokens, 'tree-#{$scheme}-states-hover-action-button-color'),
|
|
1780
|
+
caption: map.get($tokens, 'tree-#{$scheme}-states-hover-caption-color')
|
|
1870
1781
|
),
|
|
1871
1782
|
states-selected: (
|
|
1872
|
-
container-background: map
|
|
1873
|
-
text: map
|
|
1874
|
-
icon: map
|
|
1875
|
-
tree-toggle: map
|
|
1876
|
-
action-button: map
|
|
1877
|
-
caption: map
|
|
1783
|
+
container-background: map.get($tokens, 'tree-#{$scheme}-states-selected-container-background'),
|
|
1784
|
+
text: map.get($tokens, 'tree-#{$scheme}-states-selected-text-color'),
|
|
1785
|
+
icon: map.get($tokens, 'tree-#{$scheme}-states-selected-icon-color'),
|
|
1786
|
+
tree-toggle: map.get($tokens, 'tree-#{$scheme}-states-selected-tree-toggle-color'),
|
|
1787
|
+
action-button: map.get($tokens, 'tree-#{$scheme}-states-selected-action-button-color'),
|
|
1788
|
+
caption: map.get($tokens, 'tree-#{$scheme}-states-selected-caption-color')
|
|
1878
1789
|
),
|
|
1879
1790
|
states-selected-hover: (
|
|
1880
|
-
container-background: map
|
|
1881
|
-
text: map
|
|
1882
|
-
icon: map
|
|
1883
|
-
tree-toggle: map
|
|
1884
|
-
action-button: map
|
|
1885
|
-
caption: map
|
|
1791
|
+
container-background: map.get($tokens, 'tree-#{$scheme}-states-selected-hover-container-background'),
|
|
1792
|
+
text: map.get($tokens, 'tree-#{$scheme}-states-selected-hover-text-color'),
|
|
1793
|
+
icon: map.get($tokens, 'tree-#{$scheme}-states-selected-hover-icon-color'),
|
|
1794
|
+
tree-toggle: map.get($tokens, 'tree-#{$scheme}-states-selected-hover-tree-toggle-color'),
|
|
1795
|
+
action-button: map.get($tokens, 'tree-#{$scheme}-states-selected-hover-action-button-color'),
|
|
1796
|
+
caption: map.get($tokens, 'tree-#{$scheme}-states-selected-hover-caption-color')
|
|
1886
1797
|
),
|
|
1887
1798
|
states-focused: (
|
|
1888
|
-
focus-outline: map
|
|
1799
|
+
focus-outline: map.get($tokens, 'tree-#{$scheme}-states-focused-focus-outline-color')
|
|
1889
1800
|
),
|
|
1890
1801
|
states-disabled: (
|
|
1891
|
-
container-background: map
|
|
1892
|
-
text: map
|
|
1893
|
-
icon: map
|
|
1894
|
-
tree-toggle: map
|
|
1895
|
-
action-button: map
|
|
1896
|
-
caption: map
|
|
1802
|
+
container-background: map.get($tokens, 'tree-#{$scheme}-states-disabled-container-background'),
|
|
1803
|
+
text: map.get($tokens, 'tree-#{$scheme}-states-disabled-text-color'),
|
|
1804
|
+
icon: map.get($tokens, 'tree-#{$scheme}-states-disabled-icon-color'),
|
|
1805
|
+
tree-toggle: map.get($tokens, 'tree-#{$scheme}-states-disabled-tree-toggle-color'),
|
|
1806
|
+
action-button: map.get($tokens, 'tree-#{$scheme}-states-disabled-action-button-color'),
|
|
1807
|
+
caption: map.get($tokens, 'tree-#{$scheme}-states-disabled-caption-color')
|
|
1897
1808
|
)
|
|
1898
1809
|
);
|
|
1899
1810
|
|
|
1900
1811
|
$scrollbar: (
|
|
1901
|
-
default: map
|
|
1902
|
-
hover: map
|
|
1903
|
-
active: map
|
|
1904
|
-
disabled: map
|
|
1812
|
+
default: map.get($tokens, 'scrollbar-#{$scheme}-thumb-default-background'),
|
|
1813
|
+
hover: map.get($tokens, 'scrollbar-#{$scheme}-thumb-hover-background'),
|
|
1814
|
+
active: map.get($tokens, 'scrollbar-#{$scheme}-thumb-active-background'),
|
|
1815
|
+
disabled: map.get($tokens, 'scrollbar-#{$scheme}-thumb-disabled-background'),
|
|
1905
1816
|
track: (
|
|
1906
|
-
default: map
|
|
1907
|
-
hover: map
|
|
1908
|
-
active: map
|
|
1817
|
+
default: map.get($tokens, 'scrollbar-#{$scheme}-track-default-background'),
|
|
1818
|
+
hover: map.get($tokens, 'scrollbar-#{$scheme}-track-hover-background'),
|
|
1819
|
+
active: map.get($tokens, 'scrollbar-#{$scheme}-track-active-background')
|
|
1909
1820
|
)
|
|
1910
1821
|
);
|
|
1911
1822
|
|
|
@@ -1922,6 +1833,7 @@
|
|
|
1922
1833
|
datepicker: $datepicker,
|
|
1923
1834
|
divider: $divider,
|
|
1924
1835
|
dl: $dl,
|
|
1836
|
+
empty-state: $empty-state,
|
|
1925
1837
|
file-upload: $file-upload,
|
|
1926
1838
|
form-field: $form-field,
|
|
1927
1839
|
form-field-hint: $form-field-hint,
|