@koobiq/components 17.8.5 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/alert-tokens.scss +114 -121
- package/autocomplete/autocomplete-tokens.scss +8 -7
- package/badge/badge-tokens.scss +164 -169
- package/button/button-tokens.scss +237 -228
- package/button/button.scss +5 -9
- package/button-toggle/button-toggle-tokens.scss +68 -71
- package/checkbox/checkbox-tokens.scss +118 -125
- package/code-block/code-block-tokens.scss +92 -91
- package/core/common-behaviors/index.d.ts +1 -1
- package/core/forms/forms-tokens.scss +28 -33
- package/core/option/optgroup-tokens.scss +8 -26
- package/core/option/option-action-tokens.scss +3 -19
- package/core/option/option-tokens.scss +89 -105
- package/core/pop-up/pop-up-trigger.d.ts +5 -1
- package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +118 -125
- package/core/styles/_koobiq-theme.scss +3 -7
- package/core/styles/theming/_theming.scss +4 -6
- package/core/styles/theming/scrollbar-tokens.scss +16 -14
- package/core/styles/typography/_typography.scss +1 -0
- package/datepicker/datepicker-tokens.scss +41 -47
- package/divider/divider-tokens.scss +6 -4
- package/dl/dl-tokens.scss +24 -25
- package/dropdown/dropdown-tokens.scss +87 -99
- package/empty-state/empty-state-tokens.scss +46 -59
- package/esm2022/alert/alert.component.mjs +13 -13
- package/esm2022/alert/alert.module.mjs +4 -4
- package/esm2022/autocomplete/autocomplete-origin.directive.mjs +3 -3
- package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +3 -3
- package/esm2022/autocomplete/autocomplete.component.mjs +5 -5
- package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2022/badge/badge.component.mjs +10 -10
- package/esm2022/badge/badge.module.mjs +4 -4
- package/esm2022/button/button.component.mjs +8 -8
- package/esm2022/button/button.module.mjs +4 -4
- package/esm2022/button-toggle/button-toggle.component.mjs +8 -8
- package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
- package/esm2022/checkbox/checkbox-module.mjs +4 -4
- package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
- package/esm2022/checkbox/checkbox.mjs +5 -5
- package/esm2022/code-block/actionbar.component.mjs +5 -5
- package/esm2022/code-block/code-block.component.mjs +5 -5
- package/esm2022/code-block/code-block.module.mjs +4 -4
- package/esm2022/core/common-behaviors/common-module.mjs +4 -4
- package/esm2022/core/common-behaviors/index.mjs +2 -2
- package/esm2022/core/error/error-options.mjs +6 -6
- package/esm2022/core/formatters/date/formatter.mjs +3 -3
- package/esm2022/core/formatters/date/formatter.pipe.mjs +39 -39
- package/esm2022/core/formatters/index.mjs +4 -4
- package/esm2022/core/formatters/number/formatter.mjs +12 -12
- package/esm2022/core/forms/forms-module.mjs +4 -4
- package/esm2022/core/forms/forms.directive.mjs +6 -6
- package/esm2022/core/highlight/highlight.pipe.mjs +3 -3
- package/esm2022/core/highlight/index.mjs +4 -4
- package/esm2022/core/line/line.mjs +7 -7
- package/esm2022/core/locales/locale-service.mjs +3 -3
- package/esm2022/core/locales/locale-service.module.mjs +4 -4
- package/esm2022/core/option/action.mjs +8 -8
- package/esm2022/core/option/optgroup.mjs +4 -4
- package/esm2022/core/option/option-module.mjs +4 -4
- package/esm2022/core/option/option.mjs +5 -5
- package/esm2022/core/pop-up/pop-up-trigger.mjs +17 -8
- package/esm2022/core/pop-up/pop-up.mjs +3 -3
- package/esm2022/core/select/common.mjs +15 -15
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +5 -5
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
- package/esm2022/core/services/measure-scrollbar.service.mjs +3 -3
- package/esm2022/core/services/theme.service.mjs +3 -3
- package/esm2022/core/utils/data-size/data-size.pipe.mjs +3 -3
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-body.component.mjs +3 -3
- package/esm2022/datepicker/calendar-header.component.mjs +5 -5
- package/esm2022/datepicker/calendar.component.mjs +3 -3
- package/esm2022/datepicker/datepicker-input.directive.mjs +3 -3
- package/esm2022/datepicker/datepicker-intl.mjs +3 -3
- package/esm2022/datepicker/datepicker-module.mjs +4 -4
- package/esm2022/datepicker/datepicker-toggle.component.mjs +8 -8
- package/esm2022/datepicker/datepicker.component.mjs +8 -8
- package/esm2022/datepicker/month-view.component.mjs +3 -3
- package/esm2022/divider/divider.component.mjs +4 -4
- package/esm2022/divider/divider.module.mjs +4 -4
- package/esm2022/dl/dl.component.mjs +10 -10
- package/esm2022/dl/dl.module.mjs +4 -4
- package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
- package/esm2022/dropdown/dropdown-item.component.mjs +6 -6
- package/esm2022/dropdown/dropdown-trigger.directive.mjs +3 -3
- package/esm2022/dropdown/dropdown.component.mjs +6 -6
- package/esm2022/dropdown/dropdown.module.mjs +4 -4
- package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -7
- package/esm2022/empty-state/empty-state.component.mjs +16 -16
- package/esm2022/empty-state/empty-state.module.mjs +4 -4
- package/esm2022/file-upload/file-drop.mjs +3 -3
- package/esm2022/file-upload/file-upload.module.mjs +4 -4
- package/esm2022/file-upload/multiple-file-upload.component.mjs +5 -5
- package/esm2022/file-upload/single-file-upload.component.mjs +5 -5
- package/esm2022/form-field/cleaner.mjs +6 -6
- package/esm2022/form-field/form-field.mjs +11 -11
- package/esm2022/form-field/form-field.module.mjs +4 -4
- package/esm2022/form-field/hint.mjs +5 -5
- package/esm2022/form-field/password-hint.mjs +7 -7
- package/esm2022/form-field/password-toggle.mjs +5 -5
- package/esm2022/form-field/prefix.mjs +3 -3
- package/esm2022/form-field/stepper.mjs +8 -8
- package/esm2022/form-field/suffix.mjs +3 -3
- package/esm2022/form-field/validate.directive.mjs +3 -3
- package/esm2022/icon/icon-button.component.mjs +7 -7
- package/esm2022/icon/icon-item.component.mjs +7 -7
- package/esm2022/icon/icon.component.mjs +7 -7
- package/esm2022/icon/icon.module.mjs +13 -24
- package/esm2022/input/input-number-validators.mjs +6 -6
- package/esm2022/input/input-number.mjs +3 -3
- package/esm2022/input/input-password.mjs +3 -3
- package/esm2022/input/input.mjs +6 -6
- package/esm2022/input/input.module.mjs +4 -4
- package/esm2022/link/link.component.mjs +3 -3
- package/esm2022/link/link.module.mjs +4 -4
- package/esm2022/list/list-selection.component.mjs +11 -11
- package/esm2022/list/list.component.mjs +7 -7
- package/esm2022/list/list.module.mjs +4 -4
- package/esm2022/loader-overlay/loader-overlay.component.mjs +13 -13
- package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
- package/esm2022/markdown/markdown.component.mjs +5 -5
- package/esm2022/markdown/markdown.module.mjs +4 -4
- package/esm2022/markdown/markdown.service.mjs +3 -3
- package/esm2022/modal/css-unit.pipe.mjs +3 -3
- package/esm2022/modal/modal-control.service.mjs +3 -3
- package/esm2022/modal/modal.component.mjs +5 -5
- package/esm2022/modal/modal.directive.mjs +53 -17
- package/esm2022/modal/modal.module.mjs +4 -4
- package/esm2022/modal/modal.service.mjs +3 -3
- package/esm2022/navbar/navbar-item.component.mjs +33 -33
- package/esm2022/navbar/navbar.component.mjs +11 -11
- package/esm2022/navbar/navbar.module.mjs +4 -4
- package/esm2022/navbar/vertical-navbar.component.mjs +5 -5
- package/esm2022/popover/popover-confirm.component.mjs +8 -8
- package/esm2022/popover/popover.component.mjs +8 -8
- package/esm2022/popover/popover.module.mjs +4 -4
- package/esm2022/progress-bar/progress-bar.component.mjs +10 -10
- package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2022/progress-spinner/progress-spinner.component.mjs +10 -10
- package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
- package/esm2022/radio/radio.component.mjs +7 -7
- package/esm2022/radio/radio.module.mjs +4 -4
- package/esm2022/risk-level/risk-level.component.mjs +4 -4
- package/esm2022/risk-level/risk-level.module.mjs +4 -4
- package/esm2022/scrollbar/scrollbar.component.mjs +6 -6
- package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
- package/esm2022/scrollbar/scrollbar.module.mjs +4 -4
- package/esm2022/select/select-option.directive.mjs +3 -3
- package/esm2022/select/select.component.mjs +6 -6
- package/esm2022/select/select.module.mjs +4 -4
- package/esm2022/sidebar/sidebar.component.mjs +9 -9
- package/esm2022/sidebar/sidebar.module.mjs +4 -4
- package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -5
- package/esm2022/sidepanel/sidepanel-directives.mjs +18 -18
- package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
- package/esm2022/sidepanel/sidepanel.service.mjs +3 -3
- package/esm2022/splitter/splitter.component.mjs +14 -14
- package/esm2022/splitter/splitter.module.mjs +4 -4
- package/esm2022/table/table.component.mjs +7 -7
- package/esm2022/table/table.module.mjs +4 -4
- package/esm2022/tabs/paginated-tab-header.mjs +3 -3
- package/esm2022/tabs/tab-body.component.mjs +6 -6
- package/esm2022/tabs/tab-content.directive.mjs +3 -3
- package/esm2022/tabs/tab-group.component.mjs +33 -18
- package/esm2022/tabs/tab-header.component.mjs +16 -5
- package/esm2022/tabs/tab-label-wrapper.directive.mjs +8 -4
- package/esm2022/tabs/tab-label.directive.mjs +3 -3
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
- package/esm2022/tabs/tab.component.mjs +3 -3
- package/esm2022/tabs/tabs.module.mjs +15 -8
- package/esm2022/tags/tag-input.mjs +3 -3
- package/esm2022/tags/tag-list.component.mjs +4 -4
- package/esm2022/tags/tag.component.mjs +12 -12
- package/esm2022/tags/tag.module.mjs +4 -4
- package/esm2022/textarea/textarea.component.mjs +3 -3
- package/esm2022/textarea/textarea.module.mjs +4 -4
- package/esm2022/timepicker/timepicker.directive.mjs +3 -3
- package/esm2022/timepicker/timepicker.module.mjs +4 -4
- package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
- package/esm2022/timezone/timezone-option.component.mjs +5 -5
- package/esm2022/timezone/timezone-option.directive.mjs +3 -3
- package/esm2022/timezone/timezone-select.component.mjs +9 -9
- package/esm2022/timezone/timezone.module.mjs +4 -4
- package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
- package/esm2022/title/title.directive.mjs +3 -3
- package/esm2022/title/title.module.mjs +4 -4
- package/esm2022/toast/toast-container.component.mjs +3 -3
- package/esm2022/toast/toast.component.mjs +8 -8
- package/esm2022/toast/toast.module.mjs +4 -4
- package/esm2022/toast/toast.service.mjs +3 -3
- package/esm2022/toggle/toggle.component.mjs +6 -6
- package/esm2022/toggle/toggle.module.mjs +4 -4
- package/esm2022/tooltip/tooltip.component.mjs +52 -15
- package/esm2022/tooltip/tooltip.module.mjs +15 -28
- package/esm2022/tree/node.mjs +3 -3
- package/esm2022/tree/outlet.mjs +3 -3
- package/esm2022/tree/padding.directive.mjs +3 -3
- package/esm2022/tree/toggle.mjs +14 -14
- package/esm2022/tree/tree-base.mjs +6 -6
- package/esm2022/tree/tree-option.component.mjs +5 -5
- package/esm2022/tree/tree-selection.component.mjs +5 -5
- package/esm2022/tree/tree.mjs +5 -5
- package/esm2022/tree/tree.module.mjs +4 -4
- package/esm2022/tree-select/tree-select.component.mjs +6 -6
- package/esm2022/tree-select/tree-select.module.mjs +4 -4
- package/fesm2022/koobiq-components-alert.mjs +17 -17
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-autocomplete.mjs +15 -15
- package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +14 -14
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +12 -12
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +12 -12
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +11 -11
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +12 -12
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +171 -162
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +37 -37
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-divider.mjs +8 -8
- package/fesm2022/koobiq-components-divider.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +14 -14
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +20 -20
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
- package/fesm2022/koobiq-components-empty-state.mjs +20 -20
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +15 -15
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +51 -51
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +30 -41
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +22 -22
- package/fesm2022/koobiq-components-link.mjs +7 -7
- package/fesm2022/koobiq-components-list.mjs +22 -22
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +17 -17
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +12 -12
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +64 -32
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +52 -52
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +18 -18
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +14 -14
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +14 -14
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +11 -11
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-risk-level.mjs +8 -8
- package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
- package/fesm2022/koobiq-components-scrollbar.mjs +12 -12
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +12 -12
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +13 -13
- package/fesm2022/koobiq-components-sidepanel.mjs +28 -28
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs +17 -17
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +11 -11
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +93 -56
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +23 -23
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +7 -7
- package/fesm2022/koobiq-components-timepicker.mjs +7 -7
- package/fesm2022/koobiq-components-timezone.mjs +26 -26
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +7 -7
- package/fesm2022/koobiq-components-toast.mjs +17 -17
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +9 -9
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +67 -42
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +9 -9
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +47 -47
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/file-upload-tokens.scss +142 -145
- package/file-upload/multiple-file-upload.component.scss +2 -8
- package/form-field/form-field-tokens.scss +70 -75
- package/form-field/hint-tokens.scss +49 -54
- package/icon/icon-button-tokens.scss +54 -56
- package/icon/icon-button.component.d.ts +1 -1
- package/icon/icon-item-tokens.scss +46 -44
- package/icon/icon-item.component.d.ts +1 -1
- package/icon/icon-tokens.scss +14 -12
- package/icon/icon.component.d.ts +1 -1
- package/icon/icon.module.d.ts +1 -3
- package/input/input-tokens.scss +10 -13
- package/link/link-tokens.scss +53 -60
- package/list/list-tokens.scss +80 -89
- package/loader-overlay/loader-overlay-tokens.scss +50 -51
- package/markdown/markdown-tokens.scss +203 -234
- package/modal/modal-tokens.scss +38 -44
- package/modal/modal.directive.d.ts +3 -0
- package/navbar/navbar-tokens.scss +49 -74
- package/package.json +12 -9
- package/popover/popover-tokens.scss +38 -48
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -0
- package/progress-bar/progress-bar-tokens.scss +26 -31
- package/progress-spinner/progress-spinner-tokens.scss +26 -31
- package/radio/radio-tokens.scss +115 -128
- package/risk-level/risk-level-tokens.scss +56 -59
- package/schematics/collection.json +5 -0
- package/schematics/new-icons-pack/data.js +2303 -0
- package/schematics/new-icons-pack/index.js +120 -0
- package/schematics/new-icons-pack/schema.json +25 -0
- package/schematics/ng-add/index.js +14 -40
- package/schematics/utils/package-config.js +65 -0
- package/scrollbar/scrollbar-tokens.scss +16 -14
- package/scrollbar/scrollbar.directive.d.ts +1 -24
- package/select/select-tokens.scss +30 -50
- package/sidepanel/sidepanel-tokens.scss +34 -40
- package/splitter/splitter-tokens.scss +1 -7
- package/table/table-tokens.scss +16 -37
- package/tabs/_tabs-common.scss +29 -0
- package/tabs/_tabs-theme.scss +12 -0
- package/tabs/tab-group.component.d.ts +7 -2
- package/tabs/tab-header.component.d.ts +4 -1
- package/tabs/tab-header.scss +28 -0
- package/tabs/tabs-tokens.scss +167 -110
- package/tabs/tabs.module.d.ts +2 -1
- package/tags/tag-input-tokens.scss +12 -15
- package/tags/tag-tokens.scss +139 -144
- package/textarea/textarea-tokens.scss +10 -13
- package/timezone/timezone-option-tokens.scss +60 -39
- package/toast/toast-tokens.scss +59 -66
- package/toggle/toggle-tokens.scss +120 -129
- package/tooltip/tooltip-tokens.scss +48 -55
- package/tooltip/tooltip.component.d.ts +11 -4
- package/tooltip/tooltip.module.d.ts +1 -3
- package/tree/tree-tokens.scss +78 -83
- package/tree-select/tree-select-tokens.scss +13 -53
package/tags/tag-tokens.scss
CHANGED
|
@@ -1,156 +1,151 @@
|
|
|
1
|
+
/* stylelint-disable no-unknown-custom-properties */
|
|
2
|
+
|
|
1
3
|
.kbq-tag,
|
|
2
4
|
.kbq-tag-list,
|
|
3
5
|
.kbq-tag-input {
|
|
4
|
-
--kbq-tag-input-font-default-font-size:
|
|
5
|
-
--kbq-tag-input-font-default-line-height:
|
|
6
|
-
--kbq-tag-input-font-default-letter-spacing: -
|
|
7
|
-
--kbq-tag-input-font-default-font-weight: normal;
|
|
8
|
-
--kbq-tag-input-font-default-text-transform: null;
|
|
9
|
-
--kbq-tag-input-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
10
|
-
--kbq-tag-list-size-content-gap: 4px;
|
|
11
|
-
--kbq-tag-size-padding-horizontal: 4px;
|
|
12
|
-
--kbq-tag-size-padding-vertical: 2px;
|
|
13
|
-
--kbq-tag-size-content-gap-horizontal: 2px;
|
|
14
|
-
--kbq-tag-size-icon-margin-left: 2px;
|
|
15
|
-
--kbq-tag-size-close-button-margin-right: 2px;
|
|
16
|
-
--kbq-tag-font-default-font-size: 14px;
|
|
17
|
-
--kbq-tag-font-default-line-height: 20px;
|
|
18
|
-
--kbq-tag-font-default-letter-spacing: -0.006em;
|
|
19
|
-
--kbq-tag-font-default-font-weight: 500;
|
|
20
|
-
--kbq-tag-font-default-text-transform: null;
|
|
21
|
-
--kbq-tag-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
6
|
+
--kbq-tag-input-font-default-font-size: var(--kbq-typography-text-normal-font-size);
|
|
7
|
+
--kbq-tag-input-font-default-line-height: var(--kbq-typography-text-normal-line-height);
|
|
8
|
+
--kbq-tag-input-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
9
|
+
--kbq-tag-input-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
22
10
|
--kbq-tag-input-font-default-font-family: var(--kbq-typography-text-normal-font-family);
|
|
11
|
+
--kbq-tag-input-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
12
|
+
--kbq-tag-input-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
13
|
+
--kbq-tag-list-size-content-gap: var(--kbq-size-xxs);
|
|
14
|
+
--kbq-tag-size-padding-horizontal: var(--kbq-size-xxs);
|
|
15
|
+
--kbq-tag-size-padding-vertical: var(--kbq-size-3xs);
|
|
16
|
+
--kbq-tag-size-content-gap-horizontal: var(--kbq-size-3xs);
|
|
17
|
+
--kbq-tag-size-icon-margin-left: var(--kbq-size-3xs);
|
|
18
|
+
--kbq-tag-size-close-button-margin-right: var(--kbq-size-3xs);
|
|
19
|
+
--kbq-tag-font-default-font-size: var(--kbq-typography-text-normal-medium-font-size);
|
|
20
|
+
--kbq-tag-font-default-line-height: var(--kbq-typography-text-normal-medium-line-height);
|
|
21
|
+
--kbq-tag-font-default-letter-spacing: var(--kbq-typography-text-normal-medium-letter-spacing);
|
|
22
|
+
--kbq-tag-font-default-font-weight: var(--kbq-typography-text-normal-medium-font-weight);
|
|
23
23
|
--kbq-tag-font-default-font-family: var(--kbq-typography-text-normal-medium-font-family);
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
:root {
|
|
27
|
-
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
28
|
-
Arial, sans-serif;
|
|
29
|
-
--kbq-typography-text-normal-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
30
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
24
|
+
--kbq-tag-font-default-text-transform: var(--kbq-typography-text-normal-medium-text-transform);
|
|
25
|
+
--kbq-tag-font-default-font-feature-settings: var(--kbq-typography-text-normal-medium-font-feature-settings);
|
|
31
26
|
}
|
|
32
27
|
|
|
33
28
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
34
|
-
--kbq-tag-theme-fade-on-default-background:
|
|
35
|
-
--kbq-tag-theme-fade-on-default-text:
|
|
36
|
-
--kbq-tag-theme-fade-on-default-icon:
|
|
37
|
-
--kbq-tag-theme-fade-on-default-close-button:
|
|
38
|
-
--kbq-tag-theme-fade-on-states-hover-background:
|
|
39
|
-
--kbq-tag-theme-fade-on-states-hover-text:
|
|
40
|
-
--kbq-tag-theme-fade-on-states-hover-icon:
|
|
41
|
-
--kbq-tag-theme-fade-on-states-hover-close-button:
|
|
42
|
-
--kbq-tag-theme-fade-on-states-focus-background:
|
|
43
|
-
--kbq-tag-theme-fade-on-states-focus-text:
|
|
44
|
-
--kbq-tag-theme-fade-on-states-focus-icon:
|
|
45
|
-
--kbq-tag-theme-fade-on-states-focus-close-button:
|
|
46
|
-
--kbq-tag-theme-fade-on-states-focus-outline:
|
|
47
|
-
--kbq-tag-theme-fade-on-states-disabled-background:
|
|
48
|
-
--kbq-tag-theme-fade-on-states-disabled-text:
|
|
49
|
-
--kbq-tag-theme-fade-on-states-disabled-icon:
|
|
50
|
-
--kbq-tag-theme-fade-on-states-disabled-close-button:
|
|
51
|
-
--kbq-tag-contrast-fade-on-default-background:
|
|
52
|
-
--kbq-tag-contrast-fade-on-default-text:
|
|
53
|
-
--kbq-tag-contrast-fade-on-default-icon:
|
|
54
|
-
--kbq-tag-contrast-fade-on-default-close-button:
|
|
55
|
-
--kbq-tag-contrast-fade-on-states-hover-background:
|
|
56
|
-
--kbq-tag-contrast-fade-on-states-hover-text:
|
|
57
|
-
--kbq-tag-contrast-fade-on-states-hover-icon:
|
|
58
|
-
--kbq-tag-contrast-fade-on-states-hover-close-button:
|
|
59
|
-
--kbq-tag-contrast-fade-on-states-focus-background:
|
|
60
|
-
--kbq-tag-contrast-fade-on-states-focus-text:
|
|
61
|
-
--kbq-tag-contrast-fade-on-states-focus-icon:
|
|
62
|
-
--kbq-tag-contrast-fade-on-states-focus-close-button:
|
|
63
|
-
--kbq-tag-contrast-fade-on-states-focus-outline:
|
|
64
|
-
--kbq-tag-contrast-fade-on-states-disabled-background:
|
|
65
|
-
--kbq-tag-contrast-fade-on-states-disabled-text:
|
|
66
|
-
--kbq-tag-contrast-fade-on-states-disabled-icon:
|
|
67
|
-
--kbq-tag-contrast-fade-on-states-disabled-close-button:
|
|
68
|
-
--kbq-tag-error-fade-on-default-background:
|
|
69
|
-
--kbq-tag-error-fade-on-default-text:
|
|
70
|
-
--kbq-tag-error-fade-on-default-icon:
|
|
71
|
-
--kbq-tag-error-fade-on-default-close-button:
|
|
72
|
-
--kbq-tag-error-fade-on-states-hover-background:
|
|
73
|
-
--kbq-tag-error-fade-on-states-hover-text:
|
|
74
|
-
--kbq-tag-error-fade-on-states-hover-icon:
|
|
75
|
-
--kbq-tag-error-fade-on-states-hover-close-button:
|
|
76
|
-
--kbq-tag-error-fade-on-states-focus-background:
|
|
77
|
-
--kbq-tag-error-fade-on-states-focus-text:
|
|
78
|
-
--kbq-tag-error-fade-on-states-focus-icon:
|
|
79
|
-
--kbq-tag-error-fade-on-states-focus-close-button:
|
|
80
|
-
--kbq-tag-error-fade-on-states-focus-outline:
|
|
81
|
-
--kbq-tag-error-fade-on-states-disabled-background:
|
|
82
|
-
--kbq-tag-error-fade-on-states-disabled-text:
|
|
83
|
-
--kbq-tag-error-fade-on-states-disabled-icon:
|
|
84
|
-
--kbq-tag-error-fade-on-states-disabled-close-button:
|
|
29
|
+
--kbq-tag-theme-fade-on-default-background: var(--kbq-background-theme-fade);
|
|
30
|
+
--kbq-tag-theme-fade-on-default-text: var(--kbq-foreground-theme);
|
|
31
|
+
--kbq-tag-theme-fade-on-default-icon: var(--kbq-icon-theme);
|
|
32
|
+
--kbq-tag-theme-fade-on-default-close-button: var(--kbq-icon-theme);
|
|
33
|
+
--kbq-tag-theme-fade-on-states-hover-background: var(--kbq-states-background-theme-fade-hover);
|
|
34
|
+
--kbq-tag-theme-fade-on-states-hover-text: var(--kbq-foreground-theme);
|
|
35
|
+
--kbq-tag-theme-fade-on-states-hover-icon: var(--kbq-icon-theme);
|
|
36
|
+
--kbq-tag-theme-fade-on-states-hover-close-button: var(--kbq-icon-theme);
|
|
37
|
+
--kbq-tag-theme-fade-on-states-focus-background: var(--kbq-background-theme-fade);
|
|
38
|
+
--kbq-tag-theme-fade-on-states-focus-text: var(--kbq-foreground-theme);
|
|
39
|
+
--kbq-tag-theme-fade-on-states-focus-icon: var(--kbq-icon-theme);
|
|
40
|
+
--kbq-tag-theme-fade-on-states-focus-close-button: var(--kbq-icon-theme);
|
|
41
|
+
--kbq-tag-theme-fade-on-states-focus-outline: var(--kbq-states-line-focus-theme);
|
|
42
|
+
--kbq-tag-theme-fade-on-states-disabled-background: var(--kbq-states-background-disabled);
|
|
43
|
+
--kbq-tag-theme-fade-on-states-disabled-text: var(--kbq-states-foreground-disabled);
|
|
44
|
+
--kbq-tag-theme-fade-on-states-disabled-icon: var(--kbq-states-icon-disabled);
|
|
45
|
+
--kbq-tag-theme-fade-on-states-disabled-close-button: var(--kbq-states-icon-disabled);
|
|
46
|
+
--kbq-tag-contrast-fade-on-default-background: var(--kbq-background-contrast-fade);
|
|
47
|
+
--kbq-tag-contrast-fade-on-default-text: var(--kbq-foreground-contrast);
|
|
48
|
+
--kbq-tag-contrast-fade-on-default-icon: var(--kbq-icon-contrast-fade);
|
|
49
|
+
--kbq-tag-contrast-fade-on-default-close-button: var(--kbq-icon-contrast-fade);
|
|
50
|
+
--kbq-tag-contrast-fade-on-states-hover-background: var(--kbq-states-background-contrast-fade-hover);
|
|
51
|
+
--kbq-tag-contrast-fade-on-states-hover-text: var(--kbq-foreground-contrast);
|
|
52
|
+
--kbq-tag-contrast-fade-on-states-hover-icon: var(--kbq-icon-contrast-fade);
|
|
53
|
+
--kbq-tag-contrast-fade-on-states-hover-close-button: var(--kbq-icon-contrast-fade);
|
|
54
|
+
--kbq-tag-contrast-fade-on-states-focus-background: var(--kbq-background-contrast-fade);
|
|
55
|
+
--kbq-tag-contrast-fade-on-states-focus-text: var(--kbq-foreground-contrast);
|
|
56
|
+
--kbq-tag-contrast-fade-on-states-focus-icon: var(--kbq-icon-contrast-fade);
|
|
57
|
+
--kbq-tag-contrast-fade-on-states-focus-close-button: var(--kbq-icon-contrast-fade);
|
|
58
|
+
--kbq-tag-contrast-fade-on-states-focus-outline: var(--kbq-states-line-focus-theme);
|
|
59
|
+
--kbq-tag-contrast-fade-on-states-disabled-background: var(--kbq-states-background-disabled);
|
|
60
|
+
--kbq-tag-contrast-fade-on-states-disabled-text: var(--kbq-states-foreground-disabled);
|
|
61
|
+
--kbq-tag-contrast-fade-on-states-disabled-icon: var(--kbq-states-icon-disabled);
|
|
62
|
+
--kbq-tag-contrast-fade-on-states-disabled-close-button: var(--kbq-states-icon-disabled);
|
|
63
|
+
--kbq-tag-error-fade-on-default-background: var(--kbq-background-error-fade);
|
|
64
|
+
--kbq-tag-error-fade-on-default-text: var(--kbq-foreground-error);
|
|
65
|
+
--kbq-tag-error-fade-on-default-icon: var(--kbq-icon-error);
|
|
66
|
+
--kbq-tag-error-fade-on-default-close-button: var(--kbq-icon-error);
|
|
67
|
+
--kbq-tag-error-fade-on-states-hover-background: var(--kbq-states-background-error-fade-hover);
|
|
68
|
+
--kbq-tag-error-fade-on-states-hover-text: var(--kbq-foreground-error);
|
|
69
|
+
--kbq-tag-error-fade-on-states-hover-icon: var(--kbq-icon-error);
|
|
70
|
+
--kbq-tag-error-fade-on-states-hover-close-button: var(--kbq-icon-error);
|
|
71
|
+
--kbq-tag-error-fade-on-states-focus-background: var(--kbq-background-error-fade);
|
|
72
|
+
--kbq-tag-error-fade-on-states-focus-text: var(--kbq-foreground-error);
|
|
73
|
+
--kbq-tag-error-fade-on-states-focus-icon: var(--kbq-icon-error);
|
|
74
|
+
--kbq-tag-error-fade-on-states-focus-close-button: var(--kbq-icon-error);
|
|
75
|
+
--kbq-tag-error-fade-on-states-focus-outline: var(--kbq-states-line-focus-error);
|
|
76
|
+
--kbq-tag-error-fade-on-states-disabled-background: var(--kbq-states-background-disabled);
|
|
77
|
+
--kbq-tag-error-fade-on-states-disabled-text: var(--kbq-states-foreground-disabled);
|
|
78
|
+
--kbq-tag-error-fade-on-states-disabled-icon: var(--kbq-states-icon-disabled);
|
|
79
|
+
--kbq-tag-error-fade-on-states-disabled-close-button: var(--kbq-states-icon-disabled);
|
|
85
80
|
}
|
|
86
81
|
|
|
87
82
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
88
|
-
--kbq-tag-theme-fade-on-default-background:
|
|
89
|
-
--kbq-tag-theme-fade-on-default-text:
|
|
90
|
-
--kbq-tag-theme-fade-on-default-icon:
|
|
91
|
-
--kbq-tag-theme-fade-on-default-close-button:
|
|
92
|
-
--kbq-tag-theme-fade-on-states-hover-background:
|
|
93
|
-
--kbq-tag-theme-fade-on-states-hover-text:
|
|
94
|
-
--kbq-tag-theme-fade-on-states-hover-icon:
|
|
95
|
-
--kbq-tag-theme-fade-on-states-hover-close-button:
|
|
96
|
-
--kbq-tag-theme-fade-on-states-focus-background:
|
|
97
|
-
--kbq-tag-theme-fade-on-states-focus-text:
|
|
98
|
-
--kbq-tag-theme-fade-on-states-focus-icon:
|
|
99
|
-
--kbq-tag-theme-fade-on-states-focus-close-button:
|
|
100
|
-
--kbq-tag-theme-fade-on-states-focus-outline:
|
|
101
|
-
--kbq-tag-theme-fade-on-states-disabled-background:
|
|
102
|
-
--kbq-tag-theme-fade-on-states-disabled-text:
|
|
103
|
-
--kbq-tag-theme-fade-on-states-disabled-icon:
|
|
104
|
-
--kbq-tag-theme-fade-on-states-disabled-close-button:
|
|
105
|
-
--kbq-tag-contrast-fade-on-default-background:
|
|
106
|
-
--kbq-tag-contrast-fade-on-default-text:
|
|
107
|
-
--kbq-tag-contrast-fade-on-default-icon:
|
|
108
|
-
--kbq-tag-contrast-fade-on-default-close-button:
|
|
109
|
-
--kbq-tag-contrast-fade-on-states-hover-background:
|
|
110
|
-
--kbq-tag-contrast-fade-on-states-hover-text:
|
|
111
|
-
--kbq-tag-contrast-fade-on-states-hover-icon:
|
|
112
|
-
--kbq-tag-contrast-fade-on-states-hover-close-button:
|
|
113
|
-
--kbq-tag-contrast-fade-on-states-focus-background:
|
|
114
|
-
--kbq-tag-contrast-fade-on-states-focus-text:
|
|
115
|
-
--kbq-tag-contrast-fade-on-states-focus-icon:
|
|
116
|
-
--kbq-tag-contrast-fade-on-states-focus-close-button:
|
|
117
|
-
--kbq-tag-contrast-fade-on-states-focus-outline:
|
|
118
|
-
--kbq-tag-contrast-fade-on-states-disabled-background:
|
|
119
|
-
--kbq-tag-contrast-fade-on-states-disabled-text:
|
|
120
|
-
--kbq-tag-contrast-fade-on-states-disabled-icon:
|
|
121
|
-
--kbq-tag-contrast-fade-on-states-disabled-close-button:
|
|
122
|
-
--kbq-tag-error-fade-on-default-background:
|
|
123
|
-
--kbq-tag-error-fade-on-default-text:
|
|
124
|
-
--kbq-tag-error-fade-on-default-icon:
|
|
125
|
-
--kbq-tag-error-fade-on-default-close-button:
|
|
126
|
-
--kbq-tag-error-fade-on-states-hover-background:
|
|
127
|
-
--kbq-tag-error-fade-on-states-hover-text:
|
|
128
|
-
--kbq-tag-error-fade-on-states-hover-icon:
|
|
129
|
-
--kbq-tag-error-fade-on-states-hover-close-button:
|
|
130
|
-
--kbq-tag-error-fade-on-states-focus-background:
|
|
131
|
-
--kbq-tag-error-fade-on-states-focus-text:
|
|
132
|
-
--kbq-tag-error-fade-on-states-focus-icon:
|
|
133
|
-
--kbq-tag-error-fade-on-states-focus-close-button:
|
|
134
|
-
--kbq-tag-error-fade-on-states-focus-outline:
|
|
135
|
-
--kbq-tag-error-fade-on-states-disabled-background:
|
|
136
|
-
--kbq-tag-error-fade-on-states-disabled-text:
|
|
137
|
-
--kbq-tag-error-fade-on-states-disabled-icon:
|
|
138
|
-
--kbq-tag-error-fade-on-states-disabled-close-button:
|
|
139
|
-
--kbq-tag-warning-fade-on-default-background:
|
|
140
|
-
--kbq-tag-warning-fade-on-default-text:
|
|
141
|
-
--kbq-tag-warning-fade-on-default-icon:
|
|
142
|
-
--kbq-tag-warning-fade-on-default-close-button:
|
|
143
|
-
--kbq-tag-warning-fade-on-states-hover-background:
|
|
144
|
-
--kbq-tag-warning-fade-on-states-hover-text:
|
|
145
|
-
--kbq-tag-warning-fade-on-states-hover-icon:
|
|
146
|
-
--kbq-tag-warning-fade-on-states-hover-close-button:
|
|
147
|
-
--kbq-tag-warning-fade-on-states-focus-background:
|
|
148
|
-
--kbq-tag-warning-fade-on-states-focus-text:
|
|
149
|
-
--kbq-tag-warning-fade-on-states-focus-icon:
|
|
150
|
-
--kbq-tag-warning-fade-on-states-focus-close-button:
|
|
151
|
-
--kbq-tag-warning-fade-on-states-focus-outline:
|
|
152
|
-
--kbq-tag-warning-fade-on-states-disabled-background:
|
|
153
|
-
--kbq-tag-warning-fade-on-states-disabled-text:
|
|
154
|
-
--kbq-tag-warning-fade-on-states-disabled-icon:
|
|
155
|
-
--kbq-tag-warning-fade-on-states-disabled-close-button:
|
|
83
|
+
--kbq-tag-theme-fade-on-default-background: var(--kbq-background-theme-fade);
|
|
84
|
+
--kbq-tag-theme-fade-on-default-text: var(--kbq-foreground-theme);
|
|
85
|
+
--kbq-tag-theme-fade-on-default-icon: var(--kbq-icon-theme);
|
|
86
|
+
--kbq-tag-theme-fade-on-default-close-button: var(--kbq-icon-theme);
|
|
87
|
+
--kbq-tag-theme-fade-on-states-hover-background: var(--kbq-states-background-theme-fade-hover);
|
|
88
|
+
--kbq-tag-theme-fade-on-states-hover-text: var(--kbq-foreground-theme);
|
|
89
|
+
--kbq-tag-theme-fade-on-states-hover-icon: var(--kbq-icon-theme);
|
|
90
|
+
--kbq-tag-theme-fade-on-states-hover-close-button: var(--kbq-icon-theme);
|
|
91
|
+
--kbq-tag-theme-fade-on-states-focus-background: var(--kbq-background-theme-fade);
|
|
92
|
+
--kbq-tag-theme-fade-on-states-focus-text: var(--kbq-foreground-theme);
|
|
93
|
+
--kbq-tag-theme-fade-on-states-focus-icon: var(--kbq-icon-theme);
|
|
94
|
+
--kbq-tag-theme-fade-on-states-focus-close-button: var(--kbq-icon-theme);
|
|
95
|
+
--kbq-tag-theme-fade-on-states-focus-outline: var(--kbq-states-line-focus-theme);
|
|
96
|
+
--kbq-tag-theme-fade-on-states-disabled-background: var(--kbq-states-background-disabled);
|
|
97
|
+
--kbq-tag-theme-fade-on-states-disabled-text: var(--kbq-states-foreground-disabled);
|
|
98
|
+
--kbq-tag-theme-fade-on-states-disabled-icon: var(--kbq-states-icon-disabled);
|
|
99
|
+
--kbq-tag-theme-fade-on-states-disabled-close-button: var(--kbq-states-icon-disabled);
|
|
100
|
+
--kbq-tag-contrast-fade-on-default-background: var(--kbq-background-contrast-fade);
|
|
101
|
+
--kbq-tag-contrast-fade-on-default-text: var(--kbq-foreground-contrast);
|
|
102
|
+
--kbq-tag-contrast-fade-on-default-icon: var(--kbq-icon-contrast-fade);
|
|
103
|
+
--kbq-tag-contrast-fade-on-default-close-button: var(--kbq-icon-contrast-fade);
|
|
104
|
+
--kbq-tag-contrast-fade-on-states-hover-background: var(--kbq-states-background-contrast-fade-hover);
|
|
105
|
+
--kbq-tag-contrast-fade-on-states-hover-text: var(--kbq-foreground-contrast);
|
|
106
|
+
--kbq-tag-contrast-fade-on-states-hover-icon: var(--kbq-icon-contrast-fade);
|
|
107
|
+
--kbq-tag-contrast-fade-on-states-hover-close-button: var(--kbq-icon-contrast-fade);
|
|
108
|
+
--kbq-tag-contrast-fade-on-states-focus-background: var(--kbq-background-contrast-fade);
|
|
109
|
+
--kbq-tag-contrast-fade-on-states-focus-text: var(--kbq-foreground-contrast);
|
|
110
|
+
--kbq-tag-contrast-fade-on-states-focus-icon: var(--kbq-icon-contrast-fade);
|
|
111
|
+
--kbq-tag-contrast-fade-on-states-focus-close-button: var(--kbq-icon-contrast-fade);
|
|
112
|
+
--kbq-tag-contrast-fade-on-states-focus-outline: var(--kbq-states-line-focus-theme);
|
|
113
|
+
--kbq-tag-contrast-fade-on-states-disabled-background: var(--kbq-states-background-disabled);
|
|
114
|
+
--kbq-tag-contrast-fade-on-states-disabled-text: var(--kbq-states-foreground-disabled);
|
|
115
|
+
--kbq-tag-contrast-fade-on-states-disabled-icon: var(--kbq-states-icon-disabled);
|
|
116
|
+
--kbq-tag-contrast-fade-on-states-disabled-close-button: var(--kbq-states-icon-disabled);
|
|
117
|
+
--kbq-tag-error-fade-on-default-background: var(--kbq-background-error-fade);
|
|
118
|
+
--kbq-tag-error-fade-on-default-text: var(--kbq-foreground-error);
|
|
119
|
+
--kbq-tag-error-fade-on-default-icon: var(--kbq-icon-error);
|
|
120
|
+
--kbq-tag-error-fade-on-default-close-button: var(--kbq-icon-error);
|
|
121
|
+
--kbq-tag-error-fade-on-states-hover-background: var(--kbq-states-background-error-fade-hover);
|
|
122
|
+
--kbq-tag-error-fade-on-states-hover-text: var(--kbq-foreground-error);
|
|
123
|
+
--kbq-tag-error-fade-on-states-hover-icon: var(--kbq-icon-error);
|
|
124
|
+
--kbq-tag-error-fade-on-states-hover-close-button: var(--kbq-icon-error);
|
|
125
|
+
--kbq-tag-error-fade-on-states-focus-background: var(--kbq-background-error-fade);
|
|
126
|
+
--kbq-tag-error-fade-on-states-focus-text: var(--kbq-foreground-error);
|
|
127
|
+
--kbq-tag-error-fade-on-states-focus-icon: var(--kbq-icon-error);
|
|
128
|
+
--kbq-tag-error-fade-on-states-focus-close-button: var(--kbq-icon-error);
|
|
129
|
+
--kbq-tag-error-fade-on-states-focus-outline: var(--kbq-states-line-focus-error);
|
|
130
|
+
--kbq-tag-error-fade-on-states-disabled-background: var(--kbq-states-background-disabled);
|
|
131
|
+
--kbq-tag-error-fade-on-states-disabled-text: var(--kbq-states-foreground-disabled);
|
|
132
|
+
--kbq-tag-error-fade-on-states-disabled-icon: var(--kbq-states-icon-disabled);
|
|
133
|
+
--kbq-tag-error-fade-on-states-disabled-close-button: var(--kbq-states-icon-disabled);
|
|
134
|
+
--kbq-tag-warning-fade-on-default-background: var(--kbq-background-warning-fade);
|
|
135
|
+
--kbq-tag-warning-fade-on-default-text: var(--kbq-foreground-warning);
|
|
136
|
+
--kbq-tag-warning-fade-on-default-icon: var(--kbq-icon-warning);
|
|
137
|
+
--kbq-tag-warning-fade-on-default-close-button: var(--kbq-icon-warning);
|
|
138
|
+
--kbq-tag-warning-fade-on-states-hover-background: var(--kbq-states-background-warning-fade-hover);
|
|
139
|
+
--kbq-tag-warning-fade-on-states-hover-text: var(--kbq-foreground-warning);
|
|
140
|
+
--kbq-tag-warning-fade-on-states-hover-icon: var(--kbq-icon-warning);
|
|
141
|
+
--kbq-tag-warning-fade-on-states-hover-close-button: var(--kbq-icon-warning);
|
|
142
|
+
--kbq-tag-warning-fade-on-states-focus-background: var(--kbq-background-warning-fade);
|
|
143
|
+
--kbq-tag-warning-fade-on-states-focus-text: var(--kbq-foreground-warning);
|
|
144
|
+
--kbq-tag-warning-fade-on-states-focus-icon: var(--kbq-icon-warning);
|
|
145
|
+
--kbq-tag-warning-fade-on-states-focus-close-button: var(--kbq-icon-warning);
|
|
146
|
+
--kbq-tag-warning-fade-on-states-focus-outline: var(--kbq-states-line-focus-theme);
|
|
147
|
+
--kbq-tag-warning-fade-on-states-disabled-background: var(--kbq-states-background-disabled);
|
|
148
|
+
--kbq-tag-warning-fade-on-states-disabled-text: var(--kbq-states-foreground-disabled);
|
|
149
|
+
--kbq-tag-warning-fade-on-states-disabled-icon: var(--kbq-states-icon-disabled);
|
|
150
|
+
--kbq-tag-warning-fade-on-states-disabled-close-button: var(--kbq-states-icon-disabled);
|
|
156
151
|
}
|
|
@@ -1,18 +1,15 @@
|
|
|
1
|
+
/* stylelint-disable no-unknown-custom-properties */
|
|
2
|
+
|
|
1
3
|
.kbq-textarea {
|
|
2
4
|
--kbq-textarea-size-min-height: 64px;
|
|
3
5
|
--kbq-textarea-size-max-height: 96px;
|
|
4
|
-
--kbq-textarea-size-padding-vertical:
|
|
5
|
-
--kbq-textarea-size-padding-horizontal:
|
|
6
|
-
--kbq-textarea-font-default-font-size:
|
|
7
|
-
--kbq-textarea-font-default-line-height:
|
|
8
|
-
--kbq-textarea-font-default-letter-spacing: -
|
|
9
|
-
--kbq-textarea-font-default-font-weight: normal;
|
|
10
|
-
--kbq-textarea-font-default-text-transform: null;
|
|
11
|
-
--kbq-textarea-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
6
|
+
--kbq-textarea-size-padding-vertical: var(--kbq-size-xs);
|
|
7
|
+
--kbq-textarea-size-padding-horizontal: var(--kbq-size-m);
|
|
8
|
+
--kbq-textarea-font-default-font-size: var(--kbq-typography-text-normal-font-size);
|
|
9
|
+
--kbq-textarea-font-default-line-height: var(--kbq-typography-text-normal-line-height);
|
|
10
|
+
--kbq-textarea-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
11
|
+
--kbq-textarea-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
12
12
|
--kbq-textarea-font-default-font-family: var(--kbq-typography-text-normal-font-family);
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
:root {
|
|
16
|
-
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
17
|
-
Arial, sans-serif;
|
|
13
|
+
--kbq-textarea-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
14
|
+
--kbq-textarea-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
18
15
|
}
|
|
@@ -1,56 +1,77 @@
|
|
|
1
|
+
/* stylelint-disable no-unknown-custom-properties */
|
|
2
|
+
|
|
1
3
|
.kbq-timezone-select__panel {
|
|
4
|
+
--kbq-option-size-horizontal-padding: var(--kbq-size-m);
|
|
5
|
+
--kbq-option-size-height: var(--kbq-size-3xl);
|
|
6
|
+
--kbq-option-size-border-width: 2px;
|
|
7
|
+
--kbq-select-size-single-padding-left: var(--kbq-size-m);
|
|
8
|
+
--kbq-select-size-single-padding-right: var(--kbq-size-xxs);
|
|
9
|
+
--kbq-select-size-single-padding-vertical: var(--kbq-size-xs);
|
|
10
|
+
--kbq-select-size-single-content-gap: var(--kbq-size-xxs);
|
|
11
|
+
--kbq-select-size-multiple-padding-left: var(--kbq-size-xxs);
|
|
12
|
+
--kbq-select-size-multiple-padding-right: var(--kbq-size-xxs);
|
|
13
|
+
--kbq-select-size-multiple-padding-vertical: var(--kbq-size-xxs);
|
|
14
|
+
--kbq-select-size-multiple-content-gap: var(--kbq-size-xxs);
|
|
15
|
+
--kbq-select-panel-size-border-radius: var(--kbq-size-s);
|
|
16
|
+
--kbq-select-panel-size-max-height: 256px;
|
|
17
|
+
--kbq-select-panel-font-default-font-size: var(--kbq-typography-text-normal-font-size);
|
|
18
|
+
--kbq-select-panel-font-default-line-height: var(--kbq-typography-text-normal-line-height);
|
|
19
|
+
--kbq-select-panel-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
20
|
+
--kbq-select-panel-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
21
|
+
--kbq-select-panel-font-default-font-family: var(--kbq-typography-text-normal-font-family);
|
|
22
|
+
--kbq-select-panel-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
23
|
+
--kbq-select-panel-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
2
24
|
--kbq-timezone-option-size-padding: 6px 10px;
|
|
3
25
|
--kbq-timezone-option-size-column-gap: 16px;
|
|
4
26
|
--kbq-timezone-option-size-height: auto;
|
|
5
27
|
--kbq-timezone-option-size-max-height: 5em;
|
|
6
28
|
--kbq-timezone-option-size-optgroup-label-padding: 12px 12px 4px 12px;
|
|
7
|
-
--kbq-timezone-option-font-text-font-size:
|
|
8
|
-
--kbq-timezone-option-font-text-line-height:
|
|
9
|
-
--kbq-timezone-option-font-text-letter-spacing: -
|
|
10
|
-
--kbq-timezone-option-font-text-font-weight: normal;
|
|
11
|
-
--kbq-timezone-option-font-text-text-transform: null;
|
|
12
|
-
--kbq-timezone-option-font-text-font-feature-settings: 'calt', 'ss01', 'ss04', 'tnum';
|
|
13
|
-
--kbq-timezone-option-font-offset-text-font-size: 14px;
|
|
14
|
-
--kbq-timezone-option-font-offset-text-line-height: 20px;
|
|
15
|
-
--kbq-timezone-option-font-offset-text-letter-spacing: -0.006em;
|
|
16
|
-
--kbq-timezone-option-font-offset-text-font-weight: normal;
|
|
17
|
-
--kbq-timezone-option-font-offset-text-text-transform: null;
|
|
18
|
-
--kbq-timezone-option-font-offset-text-font-feature-settings: 'calt', 'ss01', 'ss04', 'tnum';
|
|
19
|
-
--kbq-timezone-option-font-caption-font-size: 12px;
|
|
20
|
-
--kbq-timezone-option-font-caption-line-height: 16px;
|
|
21
|
-
--kbq-timezone-option-font-caption-letter-spacing: normal;
|
|
22
|
-
--kbq-timezone-option-font-caption-font-weight: normal;
|
|
23
|
-
--kbq-timezone-option-font-caption-text-transform: null;
|
|
24
|
-
--kbq-timezone-option-font-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
25
|
-
--kbq-timezone-option-font-optgroup-label-font-size: 12px;
|
|
26
|
-
--kbq-timezone-option-font-optgroup-label-line-height: 16px;
|
|
27
|
-
--kbq-timezone-option-font-optgroup-label-letter-spacing: 1px;
|
|
28
|
-
--kbq-timezone-option-font-optgroup-label-font-weight: 500;
|
|
29
|
-
--kbq-timezone-option-font-optgroup-label-text-transform: uppercase;
|
|
30
|
-
--kbq-timezone-option-font-optgroup-label-font-feature-settings: 'calt', 'case', 'kern', 'liga', 'ss01', 'ss04';
|
|
29
|
+
--kbq-timezone-option-font-text-font-size: var(--kbq-typography-tabular-normal-font-size);
|
|
30
|
+
--kbq-timezone-option-font-text-line-height: var(--kbq-typography-tabular-normal-line-height);
|
|
31
|
+
--kbq-timezone-option-font-text-letter-spacing: var(--kbq-typography-tabular-normal-letter-spacing);
|
|
32
|
+
--kbq-timezone-option-font-text-font-weight: var(--kbq-typography-tabular-normal-font-weight);
|
|
31
33
|
--kbq-timezone-option-font-text-font-family: var(--kbq-typography-tabular-normal-font-family);
|
|
34
|
+
--kbq-timezone-option-font-text-text-transform: var(--kbq-typography-tabular-normal-text-transform);
|
|
35
|
+
--kbq-timezone-option-font-text-font-feature-settings: var(--kbq-typography-tabular-normal-font-feature-settings);
|
|
36
|
+
--kbq-timezone-option-font-offset-text-font-size: var(--kbq-typography-tabular-normal-font-size);
|
|
37
|
+
--kbq-timezone-option-font-offset-text-line-height: var(--kbq-typography-tabular-normal-line-height);
|
|
38
|
+
--kbq-timezone-option-font-offset-text-letter-spacing: var(--kbq-typography-tabular-normal-letter-spacing);
|
|
39
|
+
--kbq-timezone-option-font-offset-text-font-weight: var(--kbq-typography-tabular-normal-font-weight);
|
|
32
40
|
--kbq-timezone-option-font-offset-text-font-family: var(--kbq-typography-tabular-normal-font-family);
|
|
41
|
+
--kbq-timezone-option-font-offset-text-text-transform: var(--kbq-typography-tabular-normal-text-transform);
|
|
42
|
+
--kbq-timezone-option-font-offset-text-font-feature-settings: var(
|
|
43
|
+
--kbq-typography-tabular-normal-font-feature-settings
|
|
44
|
+
);
|
|
45
|
+
--kbq-timezone-option-font-caption-font-size: var(--kbq-typography-text-compact-font-size);
|
|
46
|
+
--kbq-timezone-option-font-caption-line-height: var(--kbq-typography-text-compact-line-height);
|
|
47
|
+
--kbq-timezone-option-font-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
|
|
48
|
+
--kbq-timezone-option-font-caption-font-weight: var(--kbq-typography-text-compact-font-weight);
|
|
33
49
|
--kbq-timezone-option-font-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
50
|
+
--kbq-timezone-option-font-caption-text-transform: var(--kbq-typography-text-compact-text-transform);
|
|
51
|
+
--kbq-timezone-option-font-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
|
|
52
|
+
--kbq-timezone-option-font-optgroup-label-font-size: var(--kbq-typography-caps-compact-strong-font-size);
|
|
53
|
+
--kbq-timezone-option-font-optgroup-label-line-height: var(--kbq-typography-caps-compact-strong-line-height);
|
|
54
|
+
--kbq-timezone-option-font-optgroup-label-letter-spacing: var(--kbq-typography-caps-compact-strong-letter-spacing);
|
|
55
|
+
--kbq-timezone-option-font-optgroup-label-font-weight: var(--kbq-typography-caps-compact-strong-font-weight);
|
|
34
56
|
--kbq-timezone-option-font-optgroup-label-font-family: var(--kbq-typography-caps-compact-strong-font-family);
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
Arial, sans-serif;
|
|
40
|
-
--kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
41
|
-
Arial, sans-serif;
|
|
42
|
-
--kbq-typography-caps-compact-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
43
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
57
|
+
--kbq-timezone-option-font-optgroup-label-text-transform: var(--kbq-typography-caps-compact-strong-text-transform);
|
|
58
|
+
--kbq-timezone-option-font-optgroup-label-font-feature-settings: var(
|
|
59
|
+
--kbq-typography-caps-compact-strong-font-feature-settings
|
|
60
|
+
);
|
|
44
61
|
}
|
|
45
62
|
|
|
46
63
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
47
|
-
--kbq-
|
|
48
|
-
--kbq-
|
|
49
|
-
--kbq-timezone-option-
|
|
64
|
+
--kbq-select-panel-dropdown-background: var(--kbq-background-card);
|
|
65
|
+
--kbq-select-panel-dropdown-shadow: var(--kbq-shadow-popup);
|
|
66
|
+
--kbq-timezone-option-text: var(--kbq-foreground-contrast);
|
|
67
|
+
--kbq-timezone-option-caption: var(--kbq-foreground-contrast-secondary);
|
|
68
|
+
--kbq-timezone-option-optgroup-label: var(--kbq-foreground-contrast-secondary);
|
|
50
69
|
}
|
|
51
70
|
|
|
52
71
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
53
|
-
--kbq-
|
|
54
|
-
--kbq-
|
|
55
|
-
--kbq-timezone-option-
|
|
72
|
+
--kbq-select-panel-dropdown-background: var(--kbq-background-card);
|
|
73
|
+
--kbq-select-panel-dropdown-shadow: var(--kbq-shadow-popup);
|
|
74
|
+
--kbq-timezone-option-text: var(--kbq-foreground-contrast);
|
|
75
|
+
--kbq-timezone-option-caption: var(--kbq-foreground-contrast-secondary);
|
|
76
|
+
--kbq-timezone-option-optgroup-label: var(--kbq-foreground-contrast-secondary);
|
|
56
77
|
}
|
package/toast/toast-tokens.scss
CHANGED
|
@@ -1,78 +1,71 @@
|
|
|
1
|
+
/* stylelint-disable no-unknown-custom-properties */
|
|
2
|
+
|
|
1
3
|
.kbq-toast {
|
|
2
4
|
--kbq-toast-size-container-width: 360px;
|
|
3
|
-
--kbq-toast-size-container-border-radius:
|
|
4
|
-
--kbq-toast-size-container-padding-left:
|
|
5
|
-
--kbq-toast-size-container-padding-right:
|
|
6
|
-
--kbq-toast-size-content-padding-top:
|
|
7
|
-
--kbq-toast-size-content-padding-bottom:
|
|
8
|
-
--kbq-toast-size-caption-padding-bottom:
|
|
9
|
-
--kbq-toast-size-icon-width:
|
|
10
|
-
--kbq-toast-size-icon-height:
|
|
11
|
-
--kbq-toast-size-icon-margin-right:
|
|
5
|
+
--kbq-toast-size-container-border-radius: var(--kbq-size-s);
|
|
6
|
+
--kbq-toast-size-container-padding-left: var(--kbq-size-m);
|
|
7
|
+
--kbq-toast-size-container-padding-right: var(--kbq-size-s);
|
|
8
|
+
--kbq-toast-size-content-padding-top: var(--kbq-size-l);
|
|
9
|
+
--kbq-toast-size-content-padding-bottom: var(--kbq-size-l);
|
|
10
|
+
--kbq-toast-size-caption-padding-bottom: var(--kbq-size-xxs);
|
|
11
|
+
--kbq-toast-size-icon-width: var(--kbq-size-l);
|
|
12
|
+
--kbq-toast-size-icon-height: var(--kbq-size-l);
|
|
13
|
+
--kbq-toast-size-icon-margin-right: var(--kbq-size-s);
|
|
12
14
|
--kbq-toast-size-icon-border-radius: 50%;
|
|
13
|
-
--kbq-toast-size-close-button-margin-top:
|
|
14
|
-
--kbq-toast-size-close-button-margin-right:
|
|
15
|
-
--kbq-toast-size-button-stack-padding-top:
|
|
16
|
-
--kbq-toast-size-button-stack-content-gap-horizontal:
|
|
17
|
-
--kbq-toast-font-title-font-size:
|
|
18
|
-
--kbq-toast-font-title-line-height:
|
|
19
|
-
--kbq-toast-font-title-letter-spacing: -
|
|
20
|
-
--kbq-toast-font-title-font-weight: normal;
|
|
21
|
-
--kbq-toast-font-title-text-transform: null;
|
|
22
|
-
--kbq-toast-font-title-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
23
|
-
--kbq-toast-font-text-font-size: 14px;
|
|
24
|
-
--kbq-toast-font-text-line-height: 20px;
|
|
25
|
-
--kbq-toast-font-text-letter-spacing: -0.006em;
|
|
26
|
-
--kbq-toast-font-text-font-weight: normal;
|
|
27
|
-
--kbq-toast-font-text-text-transform: null;
|
|
28
|
-
--kbq-toast-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
15
|
+
--kbq-toast-size-close-button-margin-top: var(--kbq-size-m);
|
|
16
|
+
--kbq-toast-size-close-button-margin-right: var(--kbq-size-xxs);
|
|
17
|
+
--kbq-toast-size-button-stack-padding-top: var(--kbq-size-s);
|
|
18
|
+
--kbq-toast-size-button-stack-content-gap-horizontal: var(--kbq-size-m);
|
|
19
|
+
--kbq-toast-font-title-font-size: var(--kbq-typography-text-normal-font-size);
|
|
20
|
+
--kbq-toast-font-title-line-height: var(--kbq-typography-text-normal-line-height);
|
|
21
|
+
--kbq-toast-font-title-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
22
|
+
--kbq-toast-font-title-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
29
23
|
--kbq-toast-font-title-font-family: var(--kbq-typography-text-normal-font-family);
|
|
24
|
+
--kbq-toast-font-title-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
25
|
+
--kbq-toast-font-title-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
26
|
+
--kbq-toast-font-text-font-size: var(--kbq-typography-text-normal-font-size);
|
|
27
|
+
--kbq-toast-font-text-line-height: var(--kbq-typography-text-normal-line-height);
|
|
28
|
+
--kbq-toast-font-text-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
29
|
+
--kbq-toast-font-text-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
30
30
|
--kbq-toast-font-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
:root {
|
|
34
|
-
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
35
|
-
Arial, sans-serif;
|
|
31
|
+
--kbq-toast-font-text-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
32
|
+
--kbq-toast-font-text-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
36
33
|
}
|
|
37
34
|
|
|
38
35
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
39
|
-
--kbq-toast-contrast-container-background:
|
|
40
|
-
--kbq-toast-contrast-container-title:
|
|
41
|
-
--kbq-toast-contrast-container-text:
|
|
42
|
-
--kbq-toast-contrast-container-shadow:
|
|
43
|
-
|
|
44
|
-
--kbq-toast-error-container-
|
|
45
|
-
--kbq-toast-error-container-
|
|
46
|
-
--kbq-toast-error-container-
|
|
47
|
-
--kbq-toast-
|
|
48
|
-
|
|
49
|
-
--kbq-toast-warning-container-
|
|
50
|
-
--kbq-toast-warning-container-
|
|
51
|
-
--kbq-toast-
|
|
52
|
-
--kbq-toast-
|
|
53
|
-
|
|
54
|
-
--kbq-toast-success-container-
|
|
55
|
-
--kbq-toast-success-container-title: hsla(229, 15%, 15%, 100%);
|
|
56
|
-
--kbq-toast-success-container-text: hsla(229, 15%, 50%, 100%);
|
|
57
|
-
--kbq-toast-success-container-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%),
|
|
58
|
-
0 3px 8px hsla(229, 15%, 6%, 12%);
|
|
36
|
+
--kbq-toast-contrast-container-background: var(--kbq-background-card);
|
|
37
|
+
--kbq-toast-contrast-container-title: var(--kbq-foreground-contrast);
|
|
38
|
+
--kbq-toast-contrast-container-text: var(--kbq-foreground-contrast-secondary);
|
|
39
|
+
--kbq-toast-contrast-container-shadow: var(--kbq-shadow-popup);
|
|
40
|
+
--kbq-toast-error-container-background: var(--kbq-background-card);
|
|
41
|
+
--kbq-toast-error-container-title: var(--kbq-foreground-contrast);
|
|
42
|
+
--kbq-toast-error-container-text: var(--kbq-foreground-contrast-secondary);
|
|
43
|
+
--kbq-toast-error-container-shadow: var(--kbq-shadow-popup);
|
|
44
|
+
--kbq-toast-warning-container-background: var(--kbq-background-card);
|
|
45
|
+
--kbq-toast-warning-container-title: var(--kbq-foreground-contrast);
|
|
46
|
+
--kbq-toast-warning-container-text: var(--kbq-foreground-contrast-secondary);
|
|
47
|
+
--kbq-toast-warning-container-shadow: var(--kbq-shadow-popup);
|
|
48
|
+
--kbq-toast-success-container-background: var(--kbq-background-card);
|
|
49
|
+
--kbq-toast-success-container-title: var(--kbq-foreground-contrast);
|
|
50
|
+
--kbq-toast-success-container-text: var(--kbq-foreground-contrast-secondary);
|
|
51
|
+
--kbq-toast-success-container-shadow: var(--kbq-shadow-popup);
|
|
59
52
|
}
|
|
60
53
|
|
|
61
54
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
62
|
-
--kbq-toast-contrast-container-background:
|
|
63
|
-
--kbq-toast-contrast-container-title:
|
|
64
|
-
--kbq-toast-contrast-container-text:
|
|
65
|
-
--kbq-toast-contrast-container-shadow:
|
|
66
|
-
--kbq-toast-error-container-background:
|
|
67
|
-
--kbq-toast-error-container-title:
|
|
68
|
-
--kbq-toast-error-container-text:
|
|
69
|
-
--kbq-toast-error-container-shadow:
|
|
70
|
-
--kbq-toast-warning-container-background:
|
|
71
|
-
--kbq-toast-warning-container-title:
|
|
72
|
-
--kbq-toast-warning-container-text:
|
|
73
|
-
--kbq-toast-warning-container-shadow:
|
|
74
|
-
--kbq-toast-success-container-background:
|
|
75
|
-
--kbq-toast-success-container-title:
|
|
76
|
-
--kbq-toast-success-container-text:
|
|
77
|
-
--kbq-toast-success-container-shadow:
|
|
55
|
+
--kbq-toast-contrast-container-background: var(--kbq-background-card);
|
|
56
|
+
--kbq-toast-contrast-container-title: var(--kbq-foreground-contrast);
|
|
57
|
+
--kbq-toast-contrast-container-text: var(--kbq-foreground-contrast-secondary);
|
|
58
|
+
--kbq-toast-contrast-container-shadow: var(--kbq-shadow-popup);
|
|
59
|
+
--kbq-toast-error-container-background: var(--kbq-background-card);
|
|
60
|
+
--kbq-toast-error-container-title: var(--kbq-foreground-contrast);
|
|
61
|
+
--kbq-toast-error-container-text: var(--kbq-foreground-contrast-secondary);
|
|
62
|
+
--kbq-toast-error-container-shadow: var(--kbq-shadow-popup);
|
|
63
|
+
--kbq-toast-warning-container-background: var(--kbq-background-card);
|
|
64
|
+
--kbq-toast-warning-container-title: var(--kbq-foreground-contrast);
|
|
65
|
+
--kbq-toast-warning-container-text: var(--kbq-foreground-contrast-secondary);
|
|
66
|
+
--kbq-toast-warning-container-shadow: var(--kbq-shadow-popup);
|
|
67
|
+
--kbq-toast-success-container-background: var(--kbq-background-card);
|
|
68
|
+
--kbq-toast-success-container-title: var(--kbq-foreground-contrast);
|
|
69
|
+
--kbq-toast-success-container-text: var(--kbq-foreground-contrast-secondary);
|
|
70
|
+
--kbq-toast-success-container-shadow: var(--kbq-shadow-popup);
|
|
78
71
|
}
|