@koobiq/components 17.8.3 → 17.8.5
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 +12 -6
- package/badge/badge-tokens.scss +15 -8
- package/button/button-tokens.scss +6 -2
- package/button-toggle/button-toggle-tokens.scss +6 -2
- package/checkbox/checkbox-tokens.scss +13 -8
- package/code-block/code-block-tokens.scss +6 -1
- package/core/forms/forms-tokens.scss +9 -4
- package/core/option/optgroup-tokens.scss +6 -2
- package/core/option/option-tokens.scss +18 -10
- package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +13 -8
- package/core/styles/typography/_typography.scss +15 -0
- package/datepicker/datepicker-tokens.scss +6 -2
- package/dl/dl-tokens.scss +7 -4
- package/dropdown/dropdown-tokens.scss +15 -8
- package/empty-state/empty-state-tokens.scss +13 -8
- package/esm2022/alert/alert.component.mjs +2 -2
- package/esm2022/badge/badge.component.mjs +2 -2
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/button-toggle/button-toggle.component.mjs +2 -2
- package/esm2022/checkbox/checkbox.mjs +2 -2
- package/esm2022/code-block/code-block.component.mjs +2 -2
- package/esm2022/core/option/optgroup.mjs +2 -2
- package/esm2022/core/option/option.mjs +2 -2
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/datepicker.component.mjs +3 -3
- package/esm2022/dl/dl.component.mjs +2 -2
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/empty-state/empty-state.component.mjs +2 -2
- package/esm2022/file-upload/multiple-file-upload.component.mjs +2 -2
- package/esm2022/file-upload/single-file-upload.component.mjs +2 -2
- package/esm2022/form-field/form-field.mjs +2 -2
- package/esm2022/form-field/hint.mjs +2 -2
- package/esm2022/list/list-selection.component.mjs +2 -2
- package/esm2022/list/list.component.mjs +2 -2
- package/esm2022/loader-overlay/loader-overlay.component.mjs +2 -2
- package/esm2022/markdown/markdown.component.mjs +2 -2
- package/esm2022/modal/modal.component.mjs +2 -2
- package/esm2022/navbar/navbar.component.mjs +2 -2
- package/esm2022/navbar/vertical-navbar.component.mjs +2 -2
- package/esm2022/popover/popover-confirm.component.mjs +3 -3
- package/esm2022/popover/popover.component.mjs +3 -3
- package/esm2022/progress-bar/progress-bar.component.mjs +2 -2
- package/esm2022/progress-spinner/progress-spinner.component.mjs +2 -2
- package/esm2022/radio/radio.component.mjs +2 -2
- package/esm2022/risk-level/risk-level.component.mjs +2 -2
- package/esm2022/select/select.component.mjs +3 -3
- package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
- package/esm2022/table/table.component.mjs +2 -2
- package/esm2022/tabs/tab-group.component.mjs +2 -2
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
- package/esm2022/tags/tag-list.component.mjs +2 -2
- package/esm2022/timezone/timezone-option.component.mjs +2 -2
- package/esm2022/timezone/timezone-select.component.mjs +2 -2
- package/esm2022/toast/toast.component.mjs +3 -3
- package/esm2022/toggle/toggle.component.mjs +3 -3
- package/esm2022/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/tree/toggle.mjs +2 -2
- package/esm2022/tree/tree-option.component.mjs +2 -2
- package/esm2022/tree/tree-selection.component.mjs +2 -2
- package/esm2022/tree/tree.mjs +2 -2
- package/esm2022/tree-select/tree-select.component.mjs +3 -3
- package/fesm2022/koobiq-components-alert.mjs +2 -2
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +2 -2
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +2 -2
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +2 -2
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +2 -2
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +7 -7
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +2 -2
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +2 -2
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +2 -2
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-empty-state.mjs +2 -2
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +4 -4
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +4 -4
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +4 -4
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +2 -2
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +2 -2
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +2 -2
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +4 -4
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +4 -4
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +2 -2
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +2 -2
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +2 -2
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-risk-level.mjs +2 -2
- package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +2 -2
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +2 -2
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +2 -2
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +4 -4
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +2 -2
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +4 -4
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-toast.mjs +2 -2
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +2 -2
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +2 -2
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +8 -8
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/file-upload-tokens.scss +14 -10
- package/form-field/form-field-tokens.scss +9 -4
- package/form-field/hint-tokens.scss +9 -4
- package/input/input-tokens.scss +6 -2
- package/link/link-tokens.scss +12 -6
- package/list/list-tokens.scss +15 -8
- package/loader-overlay/loader-overlay-tokens.scss +13 -8
- package/markdown/markdown-tokens.scss +40 -30
- package/modal/modal-tokens.scss +9 -4
- package/navbar/navbar-tokens.scss +6 -2
- package/package.json +4 -4
- package/popover/popover-tokens.scss +9 -4
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/progress-bar/progress-bar-tokens.scss +9 -4
- package/progress-spinner/progress-spinner-tokens.scss +9 -4
- package/radio/radio-tokens.scss +13 -8
- package/risk-level/risk-level-tokens.scss +6 -2
- package/schematics/ng-add/index.js +2 -2
- package/select/select-tokens.scss +7 -4
- package/sidepanel/sidepanel-tokens.scss +9 -4
- package/table/table-tokens.scss +9 -4
- package/tabs/tabs-tokens.scss +6 -2
- package/tags/tag-input-tokens.scss +6 -2
- package/tags/tag-tokens.scss +9 -4
- package/textarea/textarea-tokens.scss +6 -2
- package/timezone/timezone-option-tokens.scss +13 -8
- package/toast/toast-tokens.scss +7 -4
- package/toggle/toggle-tokens.scss +13 -8
- package/tooltip/tooltip-tokens.scss +7 -4
- package/tree/tree-tokens.scss +9 -4
- package/tree-select/tree-select-tokens.scss +6 -2
|
@@ -76,7 +76,7 @@ export class KbqAlert {
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlert, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
79
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.0", type: KbqAlert, selector: "kbq-alert", inputs: { compact: "compact", alertStyle: "alertStyle", alertColor: "alertColor" }, host: { properties: { "class": "alertColor", "class.kbq-alert_normal": "!compact", "class.kbq-alert_compact": "compact", "class.kbq-alert_default": "!isColored", "class.kbq-alert_colored": "isColored", "class.kbq-alert_dismissible": "closeButton" }, classAttribute: "kbq-alert" }, queries: [{ propertyName: "iconItem", first: true, predicate: KbqIconItem, descendants: true }, { propertyName: "icon", first: true, predicate: KbqIcon, descendants: true }, { propertyName: "button", first: true, predicate: KbqButton, descendants: true }, { propertyName: "title", first: true, predicate: KbqAlertTitle, descendants: true }, { propertyName: "control", first: true, predicate: KbqAlertControl, descendants: true }, { propertyName: "closeButton", first: true, predicate: KbqAlertCloseButton, descendants: true }], ngImport: i0, template: "@if (iconItem || icon) {\n <div\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n >\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n </div>\n}\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n @if (control) {\n <div\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n }\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
79
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.0", type: KbqAlert, selector: "kbq-alert", inputs: { compact: "compact", alertStyle: "alertStyle", alertColor: "alertColor" }, host: { properties: { "class": "alertColor", "class.kbq-alert_normal": "!compact", "class.kbq-alert_compact": "compact", "class.kbq-alert_default": "!isColored", "class.kbq-alert_colored": "isColored", "class.kbq-alert_dismissible": "closeButton" }, classAttribute: "kbq-alert" }, queries: [{ propertyName: "iconItem", first: true, predicate: KbqIconItem, descendants: true }, { propertyName: "icon", first: true, predicate: KbqIcon, descendants: true }, { propertyName: "button", first: true, predicate: KbqButton, descendants: true }, { propertyName: "title", first: true, predicate: KbqAlertTitle, descendants: true }, { propertyName: "control", first: true, predicate: KbqAlertControl, descendants: true }, { propertyName: "closeButton", first: true, predicate: KbqAlertCloseButton, descendants: true }], ngImport: i0, template: "@if (iconItem || icon) {\n <div\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n >\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n </div>\n}\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n @if (control) {\n <div\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n }\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-title-font-family: var(--kbq-typography-subheading-font-family);--kbq-alert-font-title-compact-font-family: var(--kbq-typography-text-big-strong-font-family);--kbq-alert-font-text-font-family: var(--kbq-typography-text-normal-font-family)}:root{--kbq-typography-subheading-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-big-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
80
80
|
}
|
|
81
81
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlert, decorators: [{
|
|
82
82
|
type: Component,
|
|
@@ -88,7 +88,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
|
|
|
88
88
|
'[class.kbq-alert_default]': '!isColored',
|
|
89
89
|
'[class.kbq-alert_colored]': 'isColored',
|
|
90
90
|
'[class.kbq-alert_dismissible]': 'closeButton'
|
|
91
|
-
}, template: "@if (iconItem || icon) {\n <div\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n >\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n </div>\n}\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n @if (control) {\n <div\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n }\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"] }]
|
|
91
|
+
}, template: "@if (iconItem || icon) {\n <div\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n >\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n </div>\n}\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n @if (control) {\n <div\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n }\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-title-font-family: var(--kbq-typography-subheading-font-family);--kbq-alert-font-title-compact-font-family: var(--kbq-typography-text-big-strong-font-family);--kbq-alert-font-text-font-family: var(--kbq-typography-text-normal-font-family)}:root{--kbq-typography-subheading-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-big-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"] }]
|
|
92
92
|
}], propDecorators: { iconItem: [{
|
|
93
93
|
type: ContentChild,
|
|
94
94
|
args: [KbqIconItem]
|
|
@@ -101,7 +101,7 @@ export class KbqBadge {
|
|
|
101
101
|
this._badgeColor = value || KbqBadgeColors.FadeContrast;
|
|
102
102
|
}
|
|
103
103
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqBadge, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
104
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", type: KbqBadge, selector: "kbq-badge", inputs: { compact: "compact", outline: "outline", badgeColor: "badgeColor" }, host: { properties: { "class.kbq-badge_compact": "compact", "class.kbq-badge-filled": "!outline", "class.kbq-badge-outline": "outline", "class": "badgeColor" }, classAttribute: "kbq-badge" }, queries: [{ propertyName: "iconItem", first: true, predicate: KbqIconItem, descendants: true }], ngImport: i0, template: '<ng-content />', isInline: true, styles: [".kbq-badge{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;height:var(--kbq-badge-size-normal-height, 24px);text-align:center;white-space:nowrap;border-style:solid;box-sizing:border-box;padding-right:var(--kbq-badge-size-normal-horizontal-padding, 8px);padding-left:var(--kbq-badge-size-normal-horizontal-padding, 8px);border-width:var(--kbq-badge-size-normal-border-width, 1px);border-radius:var(--kbq-badge-size-normal-border-radius, 4px)}.kbq-badge .kbq-badge-caption{padding-left:var(--kbq-badge-size-normal-content-padding, 4px)}.kbq-badge .kbq-icon_left{margin-right:var(--kbq-badge-size-normal-icon-left-margin-right, 4px)}.kbq-badge .kbq-icon_right{margin-left:var(--kbq-badge-size-normal-icon-right-margin-left, 4px)}.kbq-badge.kbq-badge_compact{height:var(--kbq-badge-size-compact-height, 16px);padding-right:var(--kbq-badge-size-compact-horizontal-padding, 4px);padding-left:var(--kbq-badge-size-compact-horizontal-padding, 4px);border-width:var(--kbq-badge-size-compact-border-width, 1px);border-radius:var(--kbq-badge-size-compact-border-radius, 4px)}.kbq-badge.kbq-badge_compact .kbq-badge-caption{padding-left:var(--kbq-badge-size-compact-content-padding, 2px)}.kbq-badge.kbq-badge_compact .kbq-icon_left{margin-right:var(--kbq-badge-size-compact-icon-left-margin-right, 2px)}.kbq-badge.kbq-badge_compact .kbq-icon_right{margin-left:var(--kbq-badge-size-compact-icon-right-margin-left, 2px)}.kbq-badge-filled.kbq-badge_fade-contrast{color:var(--kbq-badge-filled-fade-on-contrast-color, );background:var(--kbq-badge-filled-fade-on-contrast-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-contrast .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-contrast-caption, )}.kbq-badge-filled.kbq-badge_fade-contrast .kbq-icon{color:var(--kbq-badge-filled-fade-on-contrast-icon, )!important}.kbq-badge-filled.kbq-badge_fade-theme{color:var(--kbq-badge-filled-fade-on-theme-color, );background:var(--kbq-badge-filled-fade-on-theme-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-theme .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-theme-caption, )}.kbq-badge-filled.kbq-badge_fade-theme .kbq-icon{color:var(--kbq-badge-filled-fade-on-theme-icon, )!important}.kbq-badge-filled.kbq-badge_fade-success{color:var(--kbq-badge-filled-fade-on-success-color, );background:var(--kbq-badge-filled-fade-on-success-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-success .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-success-caption, )}.kbq-badge-filled.kbq-badge_fade-success .kbq-icon{color:var(--kbq-badge-filled-fade-on-success-icon, )!important}.kbq-badge-filled.kbq-badge_fade-warning{color:var(--kbq-badge-filled-fade-on-warning-color, );background:var(--kbq-badge-filled-fade-on-warning-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-warning .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-warning-caption, )}.kbq-badge-filled.kbq-badge_fade-warning .kbq-icon{color:var(--kbq-badge-filled-fade-on-warning-icon, )!important}.kbq-badge-filled.kbq-badge_fade-error{color:var(--kbq-badge-filled-fade-on-error-color, );background:var(--kbq-badge-filled-fade-on-error-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-error .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-error-caption, )}.kbq-badge-filled.kbq-badge_fade-error .kbq-icon{color:var(--kbq-badge-filled-fade-on-error-icon, )!important}.kbq-badge-filled.kbq-badge_theme{color:var(--kbq-badge-filled-fade-off-theme-color, );background:var(--kbq-badge-filled-fade-off-theme-background, );border:transparent}.kbq-badge-filled.kbq-badge_theme .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-theme-caption, )}.kbq-badge-filled.kbq-badge_theme .kbq-icon{color:var(--kbq-badge-filled-fade-off-theme-icon, )!important}.kbq-badge-filled.kbq-badge_success{color:var(--kbq-badge-filled-fade-off-success-color, );background:var(--kbq-badge-filled-fade-off-success-background, );border:transparent}.kbq-badge-filled.kbq-badge_success .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-success-caption, )}.kbq-badge-filled.kbq-badge_success .kbq-icon{color:var(--kbq-badge-filled-fade-off-success-icon, )!important}.kbq-badge-filled.kbq-badge_warning{color:var(--kbq-badge-filled-fade-off-warning-color, );background:var(--kbq-badge-filled-fade-off-warning-background, );border:transparent}.kbq-badge-filled.kbq-badge_warning .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-warning-caption, )}.kbq-badge-filled.kbq-badge_warning .kbq-icon{color:var(--kbq-badge-filled-fade-off-warning-icon, )!important}.kbq-badge-filled.kbq-badge_error{color:var(--kbq-badge-filled-fade-off-error-color, );background:var(--kbq-badge-filled-fade-off-error-background, );border:transparent}.kbq-badge-filled.kbq-badge_error .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-error-caption, )}.kbq-badge-filled.kbq-badge_error .kbq-icon{color:var(--kbq-badge-filled-fade-off-error-icon, )!important}.kbq-badge-outline.kbq-badge_fade-contrast{color:var(--kbq-badge-outline-fade-on-contrast-color, );background:var(--kbq-badge-outline-fade-on-contrast-background, );border-color:var(--kbq-badge-outline-fade-on-contrast-border, )}.kbq-badge-outline.kbq-badge_fade-contrast .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-contrast-caption, )}.kbq-badge-outline.kbq-badge_fade-contrast .kbq-icon{color:var(--kbq-badge-outline-fade-on-contrast-icon, )!important}.kbq-badge-outline.kbq-badge_fade-theme{color:var(--kbq-badge-outline-fade-on-theme-color, );background:var(--kbq-badge-outline-fade-on-theme-background, );border-color:var(--kbq-badge-outline-fade-on-theme-border, )}.kbq-badge-outline.kbq-badge_fade-theme .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-theme-caption, )}.kbq-badge-outline.kbq-badge_fade-theme .kbq-icon{color:var(--kbq-badge-outline-fade-on-theme-icon, )!important}.kbq-badge-outline.kbq-badge_fade-success{color:var(--kbq-badge-outline-fade-on-success-color, );background:var(--kbq-badge-outline-fade-on-success-background, );border-color:var(--kbq-badge-outline-fade-on-success-border, )}.kbq-badge-outline.kbq-badge_fade-success .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-success-caption, )}.kbq-badge-outline.kbq-badge_fade-success .kbq-icon{color:var(--kbq-badge-outline-fade-on-success-icon, )!important}.kbq-badge-outline.kbq-badge_fade-warning{color:var(--kbq-badge-outline-fade-on-warning-color, );background:var(--kbq-badge-outline-fade-on-warning-background, );border-color:var(--kbq-badge-outline-fade-on-warning-border, )}.kbq-badge-outline.kbq-badge_fade-warning .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-warning-caption, )}.kbq-badge-outline.kbq-badge_fade-warning .kbq-icon{color:var(--kbq-badge-outline-fade-on-warning-icon, )!important}.kbq-badge-outline.kbq-badge_fade-error{color:var(--kbq-badge-outline-fade-on-error-color, );background:var(--kbq-badge-outline-fade-on-error-background, );border-color:var(--kbq-badge-outline-fade-on-error-border, )}.kbq-badge-outline.kbq-badge_fade-error .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-error-caption, )}.kbq-badge-outline.kbq-badge_fade-error .kbq-icon{color:var(--kbq-badge-outline-fade-on-error-icon, )!important}.kbq-badge{font-size:var(--kbq-badge-font-normal-default-font-size, 14px);font-weight:var(--kbq-badge-font-normal-default-font-weight, 500);line-height:var(--kbq-badge-font-normal-default-line-height, 20px);font-family:var(--kbq-badge-font-normal-default-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-normal-default-text-transform, );font-feature-settings:var(--kbq-badge-font-normal-default-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-normal-default-letter-spacing, -.006em)}.kbq-badge .kbq-badge-caption{font-size:var(--kbq-badge-font-normal-caption-font-size, 14px);font-weight:var(--kbq-badge-font-normal-caption-font-weight, normal);line-height:var(--kbq-badge-font-normal-caption-line-height, 20px);font-family:var(--kbq-badge-font-normal-caption-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-normal-caption-text-transform, );font-feature-settings:var(--kbq-badge-font-normal-caption-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-normal-caption-letter-spacing, -.006em)}.kbq-badge_compact{font-size:var(--kbq-badge-font-compact-default-font-size, 12px);font-weight:var(--kbq-badge-font-compact-default-font-weight, 500);line-height:var(--kbq-badge-font-compact-default-line-height, 16px);font-family:var(--kbq-badge-font-compact-default-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-compact-default-text-transform, );font-feature-settings:var(--kbq-badge-font-compact-default-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-compact-default-letter-spacing, normal)}.kbq-badge_compact .kbq-badge-caption{font-size:var(--kbq-badge-font-compact-caption-font-size, 12px);font-weight:var(--kbq-badge-font-compact-caption-font-weight, normal);line-height:var(--kbq-badge-font-compact-caption-line-height, 16px);font-family:var(--kbq-badge-font-compact-caption-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-compact-caption-text-transform, );font-feature-settings:var(--kbq-badge-font-compact-caption-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-compact-caption-letter-spacing, normal)}\n", ".kbq-badge{--kbq-badge-size-normal-height: 24px;--kbq-badge-size-normal-icon-left-width: 16px;--kbq-badge-size-normal-icon-left-height: 16px;--kbq-badge-size-normal-icon-left-margin-right: 4px;--kbq-badge-size-normal-icon-right-width: 16px;--kbq-badge-size-normal-icon-right-height: 16px;--kbq-badge-size-normal-icon-right-margin-left: 4px;--kbq-badge-size-normal-horizontal-padding: 8px;--kbq-badge-size-normal-content-padding: 4px;--kbq-badge-size-normal-border-width: 1px;--kbq-badge-size-normal-border-radius: 4px;--kbq-badge-size-compact-height: 16px;--kbq-badge-size-compact-icon-left-width: 16px;--kbq-badge-size-compact-icon-left-height: 16px;--kbq-badge-size-compact-icon-left-margin-right: 2px;--kbq-badge-size-compact-icon-right-width: 16px;--kbq-badge-size-compact-icon-right-height: 16px;--kbq-badge-size-compact-icon-right-margin-left: 2px;--kbq-badge-size-compact-vertical-padding: 0;--kbq-badge-size-compact-horizontal-padding: 4px;--kbq-badge-size-compact-content-padding: 2px;--kbq-badge-size-compact-border-width: 1px;--kbq-badge-size-compact-border-radius: 4px;--kbq-badge-font-normal-default-font-size: 14px;--kbq-badge-font-normal-default-line-height: 20px;--kbq-badge-font-normal-default-letter-spacing: -.006em;--kbq-badge-font-normal-default-font-weight: 500;--kbq-badge-font-normal-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-badge-font-normal-default-text-transform: null;--kbq-badge-font-normal-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-normal-caption-font-size: 14px;--kbq-badge-font-normal-caption-line-height: 20px;--kbq-badge-font-normal-caption-letter-spacing: -.006em;--kbq-badge-font-normal-caption-font-weight: normal;--kbq-badge-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-badge-font-normal-caption-text-transform: null;--kbq-badge-font-normal-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-compact-default-font-size: 12px;--kbq-badge-font-compact-default-line-height: 16px;--kbq-badge-font-compact-default-letter-spacing: normal;--kbq-badge-font-compact-default-font-weight: 500;--kbq-badge-font-compact-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-badge-font-compact-default-text-transform: null;--kbq-badge-font-compact-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-compact-caption-font-size: 12px;--kbq-badge-font-compact-caption-line-height: 16px;--kbq-badge-font-compact-caption-letter-spacing: normal;--kbq-badge-font-compact-caption-font-weight: normal;--kbq-badge-font-compact-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-badge-font-compact-caption-text-transform: null;--kbq-badge-font-compact-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-badge-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%);--kbq-badge-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-on-theme-background: hsla(216, 100%, 85%, 100%);--kbq-badge-filled-fade-on-theme-color: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-theme-caption: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-theme-icon: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%);--kbq-badge-filled-fade-on-contrast-color: hsla(229, 15%, 15%, 100%);--kbq-badge-filled-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%);--kbq-badge-filled-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%);--kbq-badge-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%);--kbq-badge-filled-fade-on-success-color: hsla(104, 64%, 30%, 100%);--kbq-badge-filled-fade-on-success-caption: hsla(104, 64%, 30%, 100%);--kbq-badge-filled-fade-on-success-icon: hsla(104, 64%, 40%, 100%);--kbq-badge-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%);--kbq-badge-filled-fade-on-warning-color: hsla(38, 100%, 33%, 100%);--kbq-badge-filled-fade-on-warning-caption: hsla(38, 100%, 33%, 100%);--kbq-badge-filled-fade-on-warning-icon: hsla(38, 100%, 42%, 100%);--kbq-badge-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%);--kbq-badge-filled-fade-on-error-color: hsla(7, 97%, 40%, 100%);--kbq-badge-filled-fade-on-error-caption: hsla(7, 97%, 40%, 100%);--kbq-badge-filled-fade-on-error-icon: hsla(7, 97%, 45%, 100%);--kbq-badge-outline-fade-on-theme-background: transparent;--kbq-badge-outline-fade-on-theme-color: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-theme-border: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-caption: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-theme-icon: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-contrast-background: transparent;--kbq-badge-outline-fade-on-contrast-color: hsla(229, 15%, 15%, 100%);--kbq-badge-outline-fade-on-contrast-border: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%);--kbq-badge-outline-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%);--kbq-badge-outline-fade-on-success-background: transparent;--kbq-badge-outline-fade-on-success-color: hsla(104, 64%, 30%, 100%);--kbq-badge-outline-fade-on-success-border: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-caption: hsla(104, 64%, 30%, 100%);--kbq-badge-outline-fade-on-success-icon: hsla(104, 64%, 40%, 100%);--kbq-badge-outline-fade-on-warning-background: transparent;--kbq-badge-outline-fade-on-warning-color: hsla(38, 100%, 33%, 100%);--kbq-badge-outline-fade-on-warning-border: hsla(38, 100%, 55%, 100%);--kbq-badge-outline-fade-on-warning-caption: hsla(38, 100%, 33%, 100%);--kbq-badge-outline-fade-on-warning-icon: hsla(38, 100%, 42%, 100%);--kbq-badge-outline-fade-on-error-background: transparent;--kbq-badge-outline-fade-on-error-color: hsla(7, 97%, 40%, 100%);--kbq-badge-outline-fade-on-error-border: hsla(7, 97%, 65%, 100%);--kbq-badge-outline-fade-on-error-caption: hsla(7, 97%, 40%, 100%);--kbq-badge-outline-fade-on-error-icon: hsla(7, 97%, 45%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-badge-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%);--kbq-badge-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%);--kbq-badge-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%);--kbq-badge-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-on-theme-background: hsla(216, 100%, 20%, 100%);--kbq-badge-filled-fade-on-theme-color: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-theme-caption: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-theme-icon: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%);--kbq-badge-filled-fade-on-contrast-color: hsla(229, 15%, 80%, 100%);--kbq-badge-filled-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%);--kbq-badge-filled-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%);--kbq-badge-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%);--kbq-badge-filled-fade-on-success-color: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-success-caption: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-success-icon: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%);--kbq-badge-filled-fade-on-warning-color: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-warning-caption: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-warning-icon: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%);--kbq-badge-filled-fade-on-error-color: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-on-error-caption: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-on-error-icon: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-theme-background: transparent;--kbq-badge-outline-fade-on-theme-color: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-border: hsla(216, 100%, 30%, 100%);--kbq-badge-outline-fade-on-theme-caption: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-icon: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-contrast-background: transparent;--kbq-badge-outline-fade-on-contrast-color: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-border: hsla(229, 15%, 30%, 100%);--kbq-badge-outline-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%);--kbq-badge-outline-fade-on-success-background: transparent;--kbq-badge-outline-fade-on-success-color: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-border: hsla(104, 64%, 20%, 100%);--kbq-badge-outline-fade-on-success-caption: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-icon: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-warning-background: transparent;--kbq-badge-outline-fade-on-warning-color: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-warning-border: hsla(38, 100%, 20%, 100%);--kbq-badge-outline-fade-on-warning-caption: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-warning-icon: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-error-background: transparent;--kbq-badge-outline-fade-on-error-color: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-error-border: hsla(7, 97%, 35%, 100%);--kbq-badge-outline-fade-on-error-caption: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-error-icon: hsla(7, 97%, 60%, 100%)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
104
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", type: KbqBadge, selector: "kbq-badge", inputs: { compact: "compact", outline: "outline", badgeColor: "badgeColor" }, host: { properties: { "class.kbq-badge_compact": "compact", "class.kbq-badge-filled": "!outline", "class.kbq-badge-outline": "outline", "class": "badgeColor" }, classAttribute: "kbq-badge" }, queries: [{ propertyName: "iconItem", first: true, predicate: KbqIconItem, descendants: true }], ngImport: i0, template: '<ng-content />', isInline: true, styles: [".kbq-badge{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;height:var(--kbq-badge-size-normal-height, 24px);text-align:center;white-space:nowrap;border-style:solid;box-sizing:border-box;padding-right:var(--kbq-badge-size-normal-horizontal-padding, 8px);padding-left:var(--kbq-badge-size-normal-horizontal-padding, 8px);border-width:var(--kbq-badge-size-normal-border-width, 1px);border-radius:var(--kbq-badge-size-normal-border-radius, 4px)}.kbq-badge .kbq-badge-caption{padding-left:var(--kbq-badge-size-normal-content-padding, 4px)}.kbq-badge .kbq-icon_left{margin-right:var(--kbq-badge-size-normal-icon-left-margin-right, 4px)}.kbq-badge .kbq-icon_right{margin-left:var(--kbq-badge-size-normal-icon-right-margin-left, 4px)}.kbq-badge.kbq-badge_compact{height:var(--kbq-badge-size-compact-height, 16px);padding-right:var(--kbq-badge-size-compact-horizontal-padding, 4px);padding-left:var(--kbq-badge-size-compact-horizontal-padding, 4px);border-width:var(--kbq-badge-size-compact-border-width, 1px);border-radius:var(--kbq-badge-size-compact-border-radius, 4px)}.kbq-badge.kbq-badge_compact .kbq-badge-caption{padding-left:var(--kbq-badge-size-compact-content-padding, 2px)}.kbq-badge.kbq-badge_compact .kbq-icon_left{margin-right:var(--kbq-badge-size-compact-icon-left-margin-right, 2px)}.kbq-badge.kbq-badge_compact .kbq-icon_right{margin-left:var(--kbq-badge-size-compact-icon-right-margin-left, 2px)}.kbq-badge-filled.kbq-badge_fade-contrast{color:var(--kbq-badge-filled-fade-on-contrast-color, );background:var(--kbq-badge-filled-fade-on-contrast-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-contrast .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-contrast-caption, )}.kbq-badge-filled.kbq-badge_fade-contrast .kbq-icon{color:var(--kbq-badge-filled-fade-on-contrast-icon, )!important}.kbq-badge-filled.kbq-badge_fade-theme{color:var(--kbq-badge-filled-fade-on-theme-color, );background:var(--kbq-badge-filled-fade-on-theme-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-theme .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-theme-caption, )}.kbq-badge-filled.kbq-badge_fade-theme .kbq-icon{color:var(--kbq-badge-filled-fade-on-theme-icon, )!important}.kbq-badge-filled.kbq-badge_fade-success{color:var(--kbq-badge-filled-fade-on-success-color, );background:var(--kbq-badge-filled-fade-on-success-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-success .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-success-caption, )}.kbq-badge-filled.kbq-badge_fade-success .kbq-icon{color:var(--kbq-badge-filled-fade-on-success-icon, )!important}.kbq-badge-filled.kbq-badge_fade-warning{color:var(--kbq-badge-filled-fade-on-warning-color, );background:var(--kbq-badge-filled-fade-on-warning-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-warning .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-warning-caption, )}.kbq-badge-filled.kbq-badge_fade-warning .kbq-icon{color:var(--kbq-badge-filled-fade-on-warning-icon, )!important}.kbq-badge-filled.kbq-badge_fade-error{color:var(--kbq-badge-filled-fade-on-error-color, );background:var(--kbq-badge-filled-fade-on-error-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-error .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-error-caption, )}.kbq-badge-filled.kbq-badge_fade-error .kbq-icon{color:var(--kbq-badge-filled-fade-on-error-icon, )!important}.kbq-badge-filled.kbq-badge_theme{color:var(--kbq-badge-filled-fade-off-theme-color, );background:var(--kbq-badge-filled-fade-off-theme-background, );border:transparent}.kbq-badge-filled.kbq-badge_theme .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-theme-caption, )}.kbq-badge-filled.kbq-badge_theme .kbq-icon{color:var(--kbq-badge-filled-fade-off-theme-icon, )!important}.kbq-badge-filled.kbq-badge_success{color:var(--kbq-badge-filled-fade-off-success-color, );background:var(--kbq-badge-filled-fade-off-success-background, );border:transparent}.kbq-badge-filled.kbq-badge_success .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-success-caption, )}.kbq-badge-filled.kbq-badge_success .kbq-icon{color:var(--kbq-badge-filled-fade-off-success-icon, )!important}.kbq-badge-filled.kbq-badge_warning{color:var(--kbq-badge-filled-fade-off-warning-color, );background:var(--kbq-badge-filled-fade-off-warning-background, );border:transparent}.kbq-badge-filled.kbq-badge_warning .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-warning-caption, )}.kbq-badge-filled.kbq-badge_warning .kbq-icon{color:var(--kbq-badge-filled-fade-off-warning-icon, )!important}.kbq-badge-filled.kbq-badge_error{color:var(--kbq-badge-filled-fade-off-error-color, );background:var(--kbq-badge-filled-fade-off-error-background, );border:transparent}.kbq-badge-filled.kbq-badge_error .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-error-caption, )}.kbq-badge-filled.kbq-badge_error .kbq-icon{color:var(--kbq-badge-filled-fade-off-error-icon, )!important}.kbq-badge-outline.kbq-badge_fade-contrast{color:var(--kbq-badge-outline-fade-on-contrast-color, );background:var(--kbq-badge-outline-fade-on-contrast-background, );border-color:var(--kbq-badge-outline-fade-on-contrast-border, )}.kbq-badge-outline.kbq-badge_fade-contrast .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-contrast-caption, )}.kbq-badge-outline.kbq-badge_fade-contrast .kbq-icon{color:var(--kbq-badge-outline-fade-on-contrast-icon, )!important}.kbq-badge-outline.kbq-badge_fade-theme{color:var(--kbq-badge-outline-fade-on-theme-color, );background:var(--kbq-badge-outline-fade-on-theme-background, );border-color:var(--kbq-badge-outline-fade-on-theme-border, )}.kbq-badge-outline.kbq-badge_fade-theme .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-theme-caption, )}.kbq-badge-outline.kbq-badge_fade-theme .kbq-icon{color:var(--kbq-badge-outline-fade-on-theme-icon, )!important}.kbq-badge-outline.kbq-badge_fade-success{color:var(--kbq-badge-outline-fade-on-success-color, );background:var(--kbq-badge-outline-fade-on-success-background, );border-color:var(--kbq-badge-outline-fade-on-success-border, )}.kbq-badge-outline.kbq-badge_fade-success .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-success-caption, )}.kbq-badge-outline.kbq-badge_fade-success .kbq-icon{color:var(--kbq-badge-outline-fade-on-success-icon, )!important}.kbq-badge-outline.kbq-badge_fade-warning{color:var(--kbq-badge-outline-fade-on-warning-color, );background:var(--kbq-badge-outline-fade-on-warning-background, );border-color:var(--kbq-badge-outline-fade-on-warning-border, )}.kbq-badge-outline.kbq-badge_fade-warning .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-warning-caption, )}.kbq-badge-outline.kbq-badge_fade-warning .kbq-icon{color:var(--kbq-badge-outline-fade-on-warning-icon, )!important}.kbq-badge-outline.kbq-badge_fade-error{color:var(--kbq-badge-outline-fade-on-error-color, );background:var(--kbq-badge-outline-fade-on-error-background, );border-color:var(--kbq-badge-outline-fade-on-error-border, )}.kbq-badge-outline.kbq-badge_fade-error .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-error-caption, )}.kbq-badge-outline.kbq-badge_fade-error .kbq-icon{color:var(--kbq-badge-outline-fade-on-error-icon, )!important}.kbq-badge{font-size:var(--kbq-badge-font-normal-default-font-size, 14px);font-weight:var(--kbq-badge-font-normal-default-font-weight, 500);line-height:var(--kbq-badge-font-normal-default-line-height, 20px);font-family:var(--kbq-badge-font-normal-default-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-normal-default-text-transform, );font-feature-settings:var(--kbq-badge-font-normal-default-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-normal-default-letter-spacing, -.006em)}.kbq-badge .kbq-badge-caption{font-size:var(--kbq-badge-font-normal-caption-font-size, 14px);font-weight:var(--kbq-badge-font-normal-caption-font-weight, normal);line-height:var(--kbq-badge-font-normal-caption-line-height, 20px);font-family:var(--kbq-badge-font-normal-caption-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-normal-caption-text-transform, );font-feature-settings:var(--kbq-badge-font-normal-caption-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-normal-caption-letter-spacing, -.006em)}.kbq-badge_compact{font-size:var(--kbq-badge-font-compact-default-font-size, 12px);font-weight:var(--kbq-badge-font-compact-default-font-weight, 500);line-height:var(--kbq-badge-font-compact-default-line-height, 16px);font-family:var(--kbq-badge-font-compact-default-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-compact-default-text-transform, );font-feature-settings:var(--kbq-badge-font-compact-default-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-compact-default-letter-spacing, normal)}.kbq-badge_compact .kbq-badge-caption{font-size:var(--kbq-badge-font-compact-caption-font-size, 12px);font-weight:var(--kbq-badge-font-compact-caption-font-weight, normal);line-height:var(--kbq-badge-font-compact-caption-line-height, 16px);font-family:var(--kbq-badge-font-compact-caption-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-compact-caption-text-transform, );font-feature-settings:var(--kbq-badge-font-compact-caption-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-compact-caption-letter-spacing, normal)}\n", ".kbq-badge{--kbq-badge-size-normal-height: 24px;--kbq-badge-size-normal-icon-left-width: 16px;--kbq-badge-size-normal-icon-left-height: 16px;--kbq-badge-size-normal-icon-left-margin-right: 4px;--kbq-badge-size-normal-icon-right-width: 16px;--kbq-badge-size-normal-icon-right-height: 16px;--kbq-badge-size-normal-icon-right-margin-left: 4px;--kbq-badge-size-normal-horizontal-padding: 8px;--kbq-badge-size-normal-content-padding: 4px;--kbq-badge-size-normal-border-width: 1px;--kbq-badge-size-normal-border-radius: 4px;--kbq-badge-size-compact-height: 16px;--kbq-badge-size-compact-icon-left-width: 16px;--kbq-badge-size-compact-icon-left-height: 16px;--kbq-badge-size-compact-icon-left-margin-right: 2px;--kbq-badge-size-compact-icon-right-width: 16px;--kbq-badge-size-compact-icon-right-height: 16px;--kbq-badge-size-compact-icon-right-margin-left: 2px;--kbq-badge-size-compact-vertical-padding: 0;--kbq-badge-size-compact-horizontal-padding: 4px;--kbq-badge-size-compact-content-padding: 2px;--kbq-badge-size-compact-border-width: 1px;--kbq-badge-size-compact-border-radius: 4px;--kbq-badge-font-normal-default-font-size: 14px;--kbq-badge-font-normal-default-line-height: 20px;--kbq-badge-font-normal-default-letter-spacing: -.006em;--kbq-badge-font-normal-default-font-weight: 500;--kbq-badge-font-normal-default-text-transform: null;--kbq-badge-font-normal-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-normal-caption-font-size: 14px;--kbq-badge-font-normal-caption-line-height: 20px;--kbq-badge-font-normal-caption-letter-spacing: -.006em;--kbq-badge-font-normal-caption-font-weight: normal;--kbq-badge-font-normal-caption-text-transform: null;--kbq-badge-font-normal-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-compact-default-font-size: 12px;--kbq-badge-font-compact-default-line-height: 16px;--kbq-badge-font-compact-default-letter-spacing: normal;--kbq-badge-font-compact-default-font-weight: 500;--kbq-badge-font-compact-default-text-transform: null;--kbq-badge-font-compact-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-compact-caption-font-size: 12px;--kbq-badge-font-compact-caption-line-height: 16px;--kbq-badge-font-compact-caption-letter-spacing: normal;--kbq-badge-font-compact-caption-font-weight: normal;--kbq-badge-font-compact-caption-text-transform: null;--kbq-badge-font-compact-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-normal-default-font-family: var(--kbq-typography-text-normal-medium-font-family);--kbq-badge-font-normal-caption-font-family: var(--kbq-typography-text-normal-font-family);--kbq-badge-font-compact-default-font-family: var(--kbq-typography-text-compact-medium-font-family);--kbq-badge-font-compact-caption-font-family: var(--kbq-typography-text-compact-font-family)}:root{--kbq-typography-text-normal-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-compact-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-badge-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%);--kbq-badge-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-on-theme-background: hsla(216, 100%, 85%, 100%);--kbq-badge-filled-fade-on-theme-color: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-theme-caption: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-theme-icon: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%);--kbq-badge-filled-fade-on-contrast-color: hsla(229, 15%, 15%, 100%);--kbq-badge-filled-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%);--kbq-badge-filled-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%);--kbq-badge-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%);--kbq-badge-filled-fade-on-success-color: hsla(104, 64%, 30%, 100%);--kbq-badge-filled-fade-on-success-caption: hsla(104, 64%, 30%, 100%);--kbq-badge-filled-fade-on-success-icon: hsla(104, 64%, 40%, 100%);--kbq-badge-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%);--kbq-badge-filled-fade-on-warning-color: hsla(38, 100%, 33%, 100%);--kbq-badge-filled-fade-on-warning-caption: hsla(38, 100%, 33%, 100%);--kbq-badge-filled-fade-on-warning-icon: hsla(38, 100%, 42%, 100%);--kbq-badge-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%);--kbq-badge-filled-fade-on-error-color: hsla(7, 97%, 40%, 100%);--kbq-badge-filled-fade-on-error-caption: hsla(7, 97%, 40%, 100%);--kbq-badge-filled-fade-on-error-icon: hsla(7, 97%, 45%, 100%);--kbq-badge-outline-fade-on-theme-background: transparent;--kbq-badge-outline-fade-on-theme-color: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-theme-border: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-caption: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-theme-icon: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-contrast-background: transparent;--kbq-badge-outline-fade-on-contrast-color: hsla(229, 15%, 15%, 100%);--kbq-badge-outline-fade-on-contrast-border: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%);--kbq-badge-outline-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%);--kbq-badge-outline-fade-on-success-background: transparent;--kbq-badge-outline-fade-on-success-color: hsla(104, 64%, 30%, 100%);--kbq-badge-outline-fade-on-success-border: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-caption: hsla(104, 64%, 30%, 100%);--kbq-badge-outline-fade-on-success-icon: hsla(104, 64%, 40%, 100%);--kbq-badge-outline-fade-on-warning-background: transparent;--kbq-badge-outline-fade-on-warning-color: hsla(38, 100%, 33%, 100%);--kbq-badge-outline-fade-on-warning-border: hsla(38, 100%, 55%, 100%);--kbq-badge-outline-fade-on-warning-caption: hsla(38, 100%, 33%, 100%);--kbq-badge-outline-fade-on-warning-icon: hsla(38, 100%, 42%, 100%);--kbq-badge-outline-fade-on-error-background: transparent;--kbq-badge-outline-fade-on-error-color: hsla(7, 97%, 40%, 100%);--kbq-badge-outline-fade-on-error-border: hsla(7, 97%, 65%, 100%);--kbq-badge-outline-fade-on-error-caption: hsla(7, 97%, 40%, 100%);--kbq-badge-outline-fade-on-error-icon: hsla(7, 97%, 45%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-badge-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%);--kbq-badge-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%);--kbq-badge-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%);--kbq-badge-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-on-theme-background: hsla(216, 100%, 20%, 100%);--kbq-badge-filled-fade-on-theme-color: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-theme-caption: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-theme-icon: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%);--kbq-badge-filled-fade-on-contrast-color: hsla(229, 15%, 80%, 100%);--kbq-badge-filled-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%);--kbq-badge-filled-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%);--kbq-badge-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%);--kbq-badge-filled-fade-on-success-color: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-success-caption: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-success-icon: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%);--kbq-badge-filled-fade-on-warning-color: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-warning-caption: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-warning-icon: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%);--kbq-badge-filled-fade-on-error-color: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-on-error-caption: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-on-error-icon: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-theme-background: transparent;--kbq-badge-outline-fade-on-theme-color: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-border: hsla(216, 100%, 30%, 100%);--kbq-badge-outline-fade-on-theme-caption: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-icon: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-contrast-background: transparent;--kbq-badge-outline-fade-on-contrast-color: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-border: hsla(229, 15%, 30%, 100%);--kbq-badge-outline-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%);--kbq-badge-outline-fade-on-success-background: transparent;--kbq-badge-outline-fade-on-success-color: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-border: hsla(104, 64%, 20%, 100%);--kbq-badge-outline-fade-on-success-caption: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-icon: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-warning-background: transparent;--kbq-badge-outline-fade-on-warning-color: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-warning-border: hsla(38, 100%, 20%, 100%);--kbq-badge-outline-fade-on-warning-caption: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-warning-icon: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-error-background: transparent;--kbq-badge-outline-fade-on-error-color: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-error-border: hsla(7, 97%, 35%, 100%);--kbq-badge-outline-fade-on-error-caption: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-error-icon: hsla(7, 97%, 60%, 100%)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
105
105
|
}
|
|
106
106
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqBadge, decorators: [{
|
|
107
107
|
type: Component,
|
|
@@ -111,7 +111,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
|
|
|
111
111
|
'[class.kbq-badge-filled]': '!outline',
|
|
112
112
|
'[class.kbq-badge-outline]': 'outline',
|
|
113
113
|
'[class]': 'badgeColor'
|
|
114
|
-
}, styles: [".kbq-badge{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;height:var(--kbq-badge-size-normal-height, 24px);text-align:center;white-space:nowrap;border-style:solid;box-sizing:border-box;padding-right:var(--kbq-badge-size-normal-horizontal-padding, 8px);padding-left:var(--kbq-badge-size-normal-horizontal-padding, 8px);border-width:var(--kbq-badge-size-normal-border-width, 1px);border-radius:var(--kbq-badge-size-normal-border-radius, 4px)}.kbq-badge .kbq-badge-caption{padding-left:var(--kbq-badge-size-normal-content-padding, 4px)}.kbq-badge .kbq-icon_left{margin-right:var(--kbq-badge-size-normal-icon-left-margin-right, 4px)}.kbq-badge .kbq-icon_right{margin-left:var(--kbq-badge-size-normal-icon-right-margin-left, 4px)}.kbq-badge.kbq-badge_compact{height:var(--kbq-badge-size-compact-height, 16px);padding-right:var(--kbq-badge-size-compact-horizontal-padding, 4px);padding-left:var(--kbq-badge-size-compact-horizontal-padding, 4px);border-width:var(--kbq-badge-size-compact-border-width, 1px);border-radius:var(--kbq-badge-size-compact-border-radius, 4px)}.kbq-badge.kbq-badge_compact .kbq-badge-caption{padding-left:var(--kbq-badge-size-compact-content-padding, 2px)}.kbq-badge.kbq-badge_compact .kbq-icon_left{margin-right:var(--kbq-badge-size-compact-icon-left-margin-right, 2px)}.kbq-badge.kbq-badge_compact .kbq-icon_right{margin-left:var(--kbq-badge-size-compact-icon-right-margin-left, 2px)}.kbq-badge-filled.kbq-badge_fade-contrast{color:var(--kbq-badge-filled-fade-on-contrast-color, );background:var(--kbq-badge-filled-fade-on-contrast-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-contrast .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-contrast-caption, )}.kbq-badge-filled.kbq-badge_fade-contrast .kbq-icon{color:var(--kbq-badge-filled-fade-on-contrast-icon, )!important}.kbq-badge-filled.kbq-badge_fade-theme{color:var(--kbq-badge-filled-fade-on-theme-color, );background:var(--kbq-badge-filled-fade-on-theme-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-theme .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-theme-caption, )}.kbq-badge-filled.kbq-badge_fade-theme .kbq-icon{color:var(--kbq-badge-filled-fade-on-theme-icon, )!important}.kbq-badge-filled.kbq-badge_fade-success{color:var(--kbq-badge-filled-fade-on-success-color, );background:var(--kbq-badge-filled-fade-on-success-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-success .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-success-caption, )}.kbq-badge-filled.kbq-badge_fade-success .kbq-icon{color:var(--kbq-badge-filled-fade-on-success-icon, )!important}.kbq-badge-filled.kbq-badge_fade-warning{color:var(--kbq-badge-filled-fade-on-warning-color, );background:var(--kbq-badge-filled-fade-on-warning-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-warning .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-warning-caption, )}.kbq-badge-filled.kbq-badge_fade-warning .kbq-icon{color:var(--kbq-badge-filled-fade-on-warning-icon, )!important}.kbq-badge-filled.kbq-badge_fade-error{color:var(--kbq-badge-filled-fade-on-error-color, );background:var(--kbq-badge-filled-fade-on-error-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-error .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-error-caption, )}.kbq-badge-filled.kbq-badge_fade-error .kbq-icon{color:var(--kbq-badge-filled-fade-on-error-icon, )!important}.kbq-badge-filled.kbq-badge_theme{color:var(--kbq-badge-filled-fade-off-theme-color, );background:var(--kbq-badge-filled-fade-off-theme-background, );border:transparent}.kbq-badge-filled.kbq-badge_theme .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-theme-caption, )}.kbq-badge-filled.kbq-badge_theme .kbq-icon{color:var(--kbq-badge-filled-fade-off-theme-icon, )!important}.kbq-badge-filled.kbq-badge_success{color:var(--kbq-badge-filled-fade-off-success-color, );background:var(--kbq-badge-filled-fade-off-success-background, );border:transparent}.kbq-badge-filled.kbq-badge_success .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-success-caption, )}.kbq-badge-filled.kbq-badge_success .kbq-icon{color:var(--kbq-badge-filled-fade-off-success-icon, )!important}.kbq-badge-filled.kbq-badge_warning{color:var(--kbq-badge-filled-fade-off-warning-color, );background:var(--kbq-badge-filled-fade-off-warning-background, );border:transparent}.kbq-badge-filled.kbq-badge_warning .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-warning-caption, )}.kbq-badge-filled.kbq-badge_warning .kbq-icon{color:var(--kbq-badge-filled-fade-off-warning-icon, )!important}.kbq-badge-filled.kbq-badge_error{color:var(--kbq-badge-filled-fade-off-error-color, );background:var(--kbq-badge-filled-fade-off-error-background, );border:transparent}.kbq-badge-filled.kbq-badge_error .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-error-caption, )}.kbq-badge-filled.kbq-badge_error .kbq-icon{color:var(--kbq-badge-filled-fade-off-error-icon, )!important}.kbq-badge-outline.kbq-badge_fade-contrast{color:var(--kbq-badge-outline-fade-on-contrast-color, );background:var(--kbq-badge-outline-fade-on-contrast-background, );border-color:var(--kbq-badge-outline-fade-on-contrast-border, )}.kbq-badge-outline.kbq-badge_fade-contrast .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-contrast-caption, )}.kbq-badge-outline.kbq-badge_fade-contrast .kbq-icon{color:var(--kbq-badge-outline-fade-on-contrast-icon, )!important}.kbq-badge-outline.kbq-badge_fade-theme{color:var(--kbq-badge-outline-fade-on-theme-color, );background:var(--kbq-badge-outline-fade-on-theme-background, );border-color:var(--kbq-badge-outline-fade-on-theme-border, )}.kbq-badge-outline.kbq-badge_fade-theme .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-theme-caption, )}.kbq-badge-outline.kbq-badge_fade-theme .kbq-icon{color:var(--kbq-badge-outline-fade-on-theme-icon, )!important}.kbq-badge-outline.kbq-badge_fade-success{color:var(--kbq-badge-outline-fade-on-success-color, );background:var(--kbq-badge-outline-fade-on-success-background, );border-color:var(--kbq-badge-outline-fade-on-success-border, )}.kbq-badge-outline.kbq-badge_fade-success .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-success-caption, )}.kbq-badge-outline.kbq-badge_fade-success .kbq-icon{color:var(--kbq-badge-outline-fade-on-success-icon, )!important}.kbq-badge-outline.kbq-badge_fade-warning{color:var(--kbq-badge-outline-fade-on-warning-color, );background:var(--kbq-badge-outline-fade-on-warning-background, );border-color:var(--kbq-badge-outline-fade-on-warning-border, )}.kbq-badge-outline.kbq-badge_fade-warning .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-warning-caption, )}.kbq-badge-outline.kbq-badge_fade-warning .kbq-icon{color:var(--kbq-badge-outline-fade-on-warning-icon, )!important}.kbq-badge-outline.kbq-badge_fade-error{color:var(--kbq-badge-outline-fade-on-error-color, );background:var(--kbq-badge-outline-fade-on-error-background, );border-color:var(--kbq-badge-outline-fade-on-error-border, )}.kbq-badge-outline.kbq-badge_fade-error .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-error-caption, )}.kbq-badge-outline.kbq-badge_fade-error .kbq-icon{color:var(--kbq-badge-outline-fade-on-error-icon, )!important}.kbq-badge{font-size:var(--kbq-badge-font-normal-default-font-size, 14px);font-weight:var(--kbq-badge-font-normal-default-font-weight, 500);line-height:var(--kbq-badge-font-normal-default-line-height, 20px);font-family:var(--kbq-badge-font-normal-default-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-normal-default-text-transform, );font-feature-settings:var(--kbq-badge-font-normal-default-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-normal-default-letter-spacing, -.006em)}.kbq-badge .kbq-badge-caption{font-size:var(--kbq-badge-font-normal-caption-font-size, 14px);font-weight:var(--kbq-badge-font-normal-caption-font-weight, normal);line-height:var(--kbq-badge-font-normal-caption-line-height, 20px);font-family:var(--kbq-badge-font-normal-caption-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-normal-caption-text-transform, );font-feature-settings:var(--kbq-badge-font-normal-caption-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-normal-caption-letter-spacing, -.006em)}.kbq-badge_compact{font-size:var(--kbq-badge-font-compact-default-font-size, 12px);font-weight:var(--kbq-badge-font-compact-default-font-weight, 500);line-height:var(--kbq-badge-font-compact-default-line-height, 16px);font-family:var(--kbq-badge-font-compact-default-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-compact-default-text-transform, );font-feature-settings:var(--kbq-badge-font-compact-default-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-compact-default-letter-spacing, normal)}.kbq-badge_compact .kbq-badge-caption{font-size:var(--kbq-badge-font-compact-caption-font-size, 12px);font-weight:var(--kbq-badge-font-compact-caption-font-weight, normal);line-height:var(--kbq-badge-font-compact-caption-line-height, 16px);font-family:var(--kbq-badge-font-compact-caption-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-compact-caption-text-transform, );font-feature-settings:var(--kbq-badge-font-compact-caption-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-compact-caption-letter-spacing, normal)}\n", ".kbq-badge{--kbq-badge-size-normal-height: 24px;--kbq-badge-size-normal-icon-left-width: 16px;--kbq-badge-size-normal-icon-left-height: 16px;--kbq-badge-size-normal-icon-left-margin-right: 4px;--kbq-badge-size-normal-icon-right-width: 16px;--kbq-badge-size-normal-icon-right-height: 16px;--kbq-badge-size-normal-icon-right-margin-left: 4px;--kbq-badge-size-normal-horizontal-padding: 8px;--kbq-badge-size-normal-content-padding: 4px;--kbq-badge-size-normal-border-width: 1px;--kbq-badge-size-normal-border-radius: 4px;--kbq-badge-size-compact-height: 16px;--kbq-badge-size-compact-icon-left-width: 16px;--kbq-badge-size-compact-icon-left-height: 16px;--kbq-badge-size-compact-icon-left-margin-right: 2px;--kbq-badge-size-compact-icon-right-width: 16px;--kbq-badge-size-compact-icon-right-height: 16px;--kbq-badge-size-compact-icon-right-margin-left: 2px;--kbq-badge-size-compact-vertical-padding: 0;--kbq-badge-size-compact-horizontal-padding: 4px;--kbq-badge-size-compact-content-padding: 2px;--kbq-badge-size-compact-border-width: 1px;--kbq-badge-size-compact-border-radius: 4px;--kbq-badge-font-normal-default-font-size: 14px;--kbq-badge-font-normal-default-line-height: 20px;--kbq-badge-font-normal-default-letter-spacing: -.006em;--kbq-badge-font-normal-default-font-weight: 500;--kbq-badge-font-normal-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-badge-font-normal-default-text-transform: null;--kbq-badge-font-normal-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-normal-caption-font-size: 14px;--kbq-badge-font-normal-caption-line-height: 20px;--kbq-badge-font-normal-caption-letter-spacing: -.006em;--kbq-badge-font-normal-caption-font-weight: normal;--kbq-badge-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-badge-font-normal-caption-text-transform: null;--kbq-badge-font-normal-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-compact-default-font-size: 12px;--kbq-badge-font-compact-default-line-height: 16px;--kbq-badge-font-compact-default-letter-spacing: normal;--kbq-badge-font-compact-default-font-weight: 500;--kbq-badge-font-compact-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-badge-font-compact-default-text-transform: null;--kbq-badge-font-compact-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-compact-caption-font-size: 12px;--kbq-badge-font-compact-caption-line-height: 16px;--kbq-badge-font-compact-caption-letter-spacing: normal;--kbq-badge-font-compact-caption-font-weight: normal;--kbq-badge-font-compact-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-badge-font-compact-caption-text-transform: null;--kbq-badge-font-compact-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-badge-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%);--kbq-badge-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-on-theme-background: hsla(216, 100%, 85%, 100%);--kbq-badge-filled-fade-on-theme-color: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-theme-caption: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-theme-icon: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%);--kbq-badge-filled-fade-on-contrast-color: hsla(229, 15%, 15%, 100%);--kbq-badge-filled-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%);--kbq-badge-filled-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%);--kbq-badge-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%);--kbq-badge-filled-fade-on-success-color: hsla(104, 64%, 30%, 100%);--kbq-badge-filled-fade-on-success-caption: hsla(104, 64%, 30%, 100%);--kbq-badge-filled-fade-on-success-icon: hsla(104, 64%, 40%, 100%);--kbq-badge-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%);--kbq-badge-filled-fade-on-warning-color: hsla(38, 100%, 33%, 100%);--kbq-badge-filled-fade-on-warning-caption: hsla(38, 100%, 33%, 100%);--kbq-badge-filled-fade-on-warning-icon: hsla(38, 100%, 42%, 100%);--kbq-badge-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%);--kbq-badge-filled-fade-on-error-color: hsla(7, 97%, 40%, 100%);--kbq-badge-filled-fade-on-error-caption: hsla(7, 97%, 40%, 100%);--kbq-badge-filled-fade-on-error-icon: hsla(7, 97%, 45%, 100%);--kbq-badge-outline-fade-on-theme-background: transparent;--kbq-badge-outline-fade-on-theme-color: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-theme-border: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-caption: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-theme-icon: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-contrast-background: transparent;--kbq-badge-outline-fade-on-contrast-color: hsla(229, 15%, 15%, 100%);--kbq-badge-outline-fade-on-contrast-border: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%);--kbq-badge-outline-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%);--kbq-badge-outline-fade-on-success-background: transparent;--kbq-badge-outline-fade-on-success-color: hsla(104, 64%, 30%, 100%);--kbq-badge-outline-fade-on-success-border: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-caption: hsla(104, 64%, 30%, 100%);--kbq-badge-outline-fade-on-success-icon: hsla(104, 64%, 40%, 100%);--kbq-badge-outline-fade-on-warning-background: transparent;--kbq-badge-outline-fade-on-warning-color: hsla(38, 100%, 33%, 100%);--kbq-badge-outline-fade-on-warning-border: hsla(38, 100%, 55%, 100%);--kbq-badge-outline-fade-on-warning-caption: hsla(38, 100%, 33%, 100%);--kbq-badge-outline-fade-on-warning-icon: hsla(38, 100%, 42%, 100%);--kbq-badge-outline-fade-on-error-background: transparent;--kbq-badge-outline-fade-on-error-color: hsla(7, 97%, 40%, 100%);--kbq-badge-outline-fade-on-error-border: hsla(7, 97%, 65%, 100%);--kbq-badge-outline-fade-on-error-caption: hsla(7, 97%, 40%, 100%);--kbq-badge-outline-fade-on-error-icon: hsla(7, 97%, 45%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-badge-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%);--kbq-badge-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%);--kbq-badge-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%);--kbq-badge-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-on-theme-background: hsla(216, 100%, 20%, 100%);--kbq-badge-filled-fade-on-theme-color: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-theme-caption: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-theme-icon: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%);--kbq-badge-filled-fade-on-contrast-color: hsla(229, 15%, 80%, 100%);--kbq-badge-filled-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%);--kbq-badge-filled-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%);--kbq-badge-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%);--kbq-badge-filled-fade-on-success-color: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-success-caption: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-success-icon: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%);--kbq-badge-filled-fade-on-warning-color: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-warning-caption: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-warning-icon: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%);--kbq-badge-filled-fade-on-error-color: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-on-error-caption: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-on-error-icon: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-theme-background: transparent;--kbq-badge-outline-fade-on-theme-color: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-border: hsla(216, 100%, 30%, 100%);--kbq-badge-outline-fade-on-theme-caption: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-icon: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-contrast-background: transparent;--kbq-badge-outline-fade-on-contrast-color: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-border: hsla(229, 15%, 30%, 100%);--kbq-badge-outline-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%);--kbq-badge-outline-fade-on-success-background: transparent;--kbq-badge-outline-fade-on-success-color: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-border: hsla(104, 64%, 20%, 100%);--kbq-badge-outline-fade-on-success-caption: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-icon: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-warning-background: transparent;--kbq-badge-outline-fade-on-warning-color: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-warning-border: hsla(38, 100%, 20%, 100%);--kbq-badge-outline-fade-on-warning-caption: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-warning-icon: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-error-background: transparent;--kbq-badge-outline-fade-on-error-color: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-error-border: hsla(7, 97%, 35%, 100%);--kbq-badge-outline-fade-on-error-caption: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-error-icon: hsla(7, 97%, 60%, 100%)}\n"] }]
|
|
114
|
+
}, styles: [".kbq-badge{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;height:var(--kbq-badge-size-normal-height, 24px);text-align:center;white-space:nowrap;border-style:solid;box-sizing:border-box;padding-right:var(--kbq-badge-size-normal-horizontal-padding, 8px);padding-left:var(--kbq-badge-size-normal-horizontal-padding, 8px);border-width:var(--kbq-badge-size-normal-border-width, 1px);border-radius:var(--kbq-badge-size-normal-border-radius, 4px)}.kbq-badge .kbq-badge-caption{padding-left:var(--kbq-badge-size-normal-content-padding, 4px)}.kbq-badge .kbq-icon_left{margin-right:var(--kbq-badge-size-normal-icon-left-margin-right, 4px)}.kbq-badge .kbq-icon_right{margin-left:var(--kbq-badge-size-normal-icon-right-margin-left, 4px)}.kbq-badge.kbq-badge_compact{height:var(--kbq-badge-size-compact-height, 16px);padding-right:var(--kbq-badge-size-compact-horizontal-padding, 4px);padding-left:var(--kbq-badge-size-compact-horizontal-padding, 4px);border-width:var(--kbq-badge-size-compact-border-width, 1px);border-radius:var(--kbq-badge-size-compact-border-radius, 4px)}.kbq-badge.kbq-badge_compact .kbq-badge-caption{padding-left:var(--kbq-badge-size-compact-content-padding, 2px)}.kbq-badge.kbq-badge_compact .kbq-icon_left{margin-right:var(--kbq-badge-size-compact-icon-left-margin-right, 2px)}.kbq-badge.kbq-badge_compact .kbq-icon_right{margin-left:var(--kbq-badge-size-compact-icon-right-margin-left, 2px)}.kbq-badge-filled.kbq-badge_fade-contrast{color:var(--kbq-badge-filled-fade-on-contrast-color, );background:var(--kbq-badge-filled-fade-on-contrast-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-contrast .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-contrast-caption, )}.kbq-badge-filled.kbq-badge_fade-contrast .kbq-icon{color:var(--kbq-badge-filled-fade-on-contrast-icon, )!important}.kbq-badge-filled.kbq-badge_fade-theme{color:var(--kbq-badge-filled-fade-on-theme-color, );background:var(--kbq-badge-filled-fade-on-theme-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-theme .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-theme-caption, )}.kbq-badge-filled.kbq-badge_fade-theme .kbq-icon{color:var(--kbq-badge-filled-fade-on-theme-icon, )!important}.kbq-badge-filled.kbq-badge_fade-success{color:var(--kbq-badge-filled-fade-on-success-color, );background:var(--kbq-badge-filled-fade-on-success-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-success .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-success-caption, )}.kbq-badge-filled.kbq-badge_fade-success .kbq-icon{color:var(--kbq-badge-filled-fade-on-success-icon, )!important}.kbq-badge-filled.kbq-badge_fade-warning{color:var(--kbq-badge-filled-fade-on-warning-color, );background:var(--kbq-badge-filled-fade-on-warning-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-warning .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-warning-caption, )}.kbq-badge-filled.kbq-badge_fade-warning .kbq-icon{color:var(--kbq-badge-filled-fade-on-warning-icon, )!important}.kbq-badge-filled.kbq-badge_fade-error{color:var(--kbq-badge-filled-fade-on-error-color, );background:var(--kbq-badge-filled-fade-on-error-background, );border:transparent}.kbq-badge-filled.kbq-badge_fade-error .kbq-badge-caption{color:var(--kbq-badge-filled-fade-on-error-caption, )}.kbq-badge-filled.kbq-badge_fade-error .kbq-icon{color:var(--kbq-badge-filled-fade-on-error-icon, )!important}.kbq-badge-filled.kbq-badge_theme{color:var(--kbq-badge-filled-fade-off-theme-color, );background:var(--kbq-badge-filled-fade-off-theme-background, );border:transparent}.kbq-badge-filled.kbq-badge_theme .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-theme-caption, )}.kbq-badge-filled.kbq-badge_theme .kbq-icon{color:var(--kbq-badge-filled-fade-off-theme-icon, )!important}.kbq-badge-filled.kbq-badge_success{color:var(--kbq-badge-filled-fade-off-success-color, );background:var(--kbq-badge-filled-fade-off-success-background, );border:transparent}.kbq-badge-filled.kbq-badge_success .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-success-caption, )}.kbq-badge-filled.kbq-badge_success .kbq-icon{color:var(--kbq-badge-filled-fade-off-success-icon, )!important}.kbq-badge-filled.kbq-badge_warning{color:var(--kbq-badge-filled-fade-off-warning-color, );background:var(--kbq-badge-filled-fade-off-warning-background, );border:transparent}.kbq-badge-filled.kbq-badge_warning .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-warning-caption, )}.kbq-badge-filled.kbq-badge_warning .kbq-icon{color:var(--kbq-badge-filled-fade-off-warning-icon, )!important}.kbq-badge-filled.kbq-badge_error{color:var(--kbq-badge-filled-fade-off-error-color, );background:var(--kbq-badge-filled-fade-off-error-background, );border:transparent}.kbq-badge-filled.kbq-badge_error .kbq-badge-caption{color:var(--kbq-badge-filled-fade-off-error-caption, )}.kbq-badge-filled.kbq-badge_error .kbq-icon{color:var(--kbq-badge-filled-fade-off-error-icon, )!important}.kbq-badge-outline.kbq-badge_fade-contrast{color:var(--kbq-badge-outline-fade-on-contrast-color, );background:var(--kbq-badge-outline-fade-on-contrast-background, );border-color:var(--kbq-badge-outline-fade-on-contrast-border, )}.kbq-badge-outline.kbq-badge_fade-contrast .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-contrast-caption, )}.kbq-badge-outline.kbq-badge_fade-contrast .kbq-icon{color:var(--kbq-badge-outline-fade-on-contrast-icon, )!important}.kbq-badge-outline.kbq-badge_fade-theme{color:var(--kbq-badge-outline-fade-on-theme-color, );background:var(--kbq-badge-outline-fade-on-theme-background, );border-color:var(--kbq-badge-outline-fade-on-theme-border, )}.kbq-badge-outline.kbq-badge_fade-theme .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-theme-caption, )}.kbq-badge-outline.kbq-badge_fade-theme .kbq-icon{color:var(--kbq-badge-outline-fade-on-theme-icon, )!important}.kbq-badge-outline.kbq-badge_fade-success{color:var(--kbq-badge-outline-fade-on-success-color, );background:var(--kbq-badge-outline-fade-on-success-background, );border-color:var(--kbq-badge-outline-fade-on-success-border, )}.kbq-badge-outline.kbq-badge_fade-success .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-success-caption, )}.kbq-badge-outline.kbq-badge_fade-success .kbq-icon{color:var(--kbq-badge-outline-fade-on-success-icon, )!important}.kbq-badge-outline.kbq-badge_fade-warning{color:var(--kbq-badge-outline-fade-on-warning-color, );background:var(--kbq-badge-outline-fade-on-warning-background, );border-color:var(--kbq-badge-outline-fade-on-warning-border, )}.kbq-badge-outline.kbq-badge_fade-warning .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-warning-caption, )}.kbq-badge-outline.kbq-badge_fade-warning .kbq-icon{color:var(--kbq-badge-outline-fade-on-warning-icon, )!important}.kbq-badge-outline.kbq-badge_fade-error{color:var(--kbq-badge-outline-fade-on-error-color, );background:var(--kbq-badge-outline-fade-on-error-background, );border-color:var(--kbq-badge-outline-fade-on-error-border, )}.kbq-badge-outline.kbq-badge_fade-error .kbq-badge-caption{color:var(--kbq-badge-outline-fade-on-error-caption, )}.kbq-badge-outline.kbq-badge_fade-error .kbq-icon{color:var(--kbq-badge-outline-fade-on-error-icon, )!important}.kbq-badge{font-size:var(--kbq-badge-font-normal-default-font-size, 14px);font-weight:var(--kbq-badge-font-normal-default-font-weight, 500);line-height:var(--kbq-badge-font-normal-default-line-height, 20px);font-family:var(--kbq-badge-font-normal-default-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-normal-default-text-transform, );font-feature-settings:var(--kbq-badge-font-normal-default-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-normal-default-letter-spacing, -.006em)}.kbq-badge .kbq-badge-caption{font-size:var(--kbq-badge-font-normal-caption-font-size, 14px);font-weight:var(--kbq-badge-font-normal-caption-font-weight, normal);line-height:var(--kbq-badge-font-normal-caption-line-height, 20px);font-family:var(--kbq-badge-font-normal-caption-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-normal-caption-text-transform, );font-feature-settings:var(--kbq-badge-font-normal-caption-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-normal-caption-letter-spacing, -.006em)}.kbq-badge_compact{font-size:var(--kbq-badge-font-compact-default-font-size, 12px);font-weight:var(--kbq-badge-font-compact-default-font-weight, 500);line-height:var(--kbq-badge-font-compact-default-line-height, 16px);font-family:var(--kbq-badge-font-compact-default-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-compact-default-text-transform, );font-feature-settings:var(--kbq-badge-font-compact-default-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-compact-default-letter-spacing, normal)}.kbq-badge_compact .kbq-badge-caption{font-size:var(--kbq-badge-font-compact-caption-font-size, 12px);font-weight:var(--kbq-badge-font-compact-caption-font-weight, normal);line-height:var(--kbq-badge-font-compact-caption-line-height, 16px);font-family:var(--kbq-badge-font-compact-caption-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-badge-font-compact-caption-text-transform, );font-feature-settings:var(--kbq-badge-font-compact-caption-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-badge-font-compact-caption-letter-spacing, normal)}\n", ".kbq-badge{--kbq-badge-size-normal-height: 24px;--kbq-badge-size-normal-icon-left-width: 16px;--kbq-badge-size-normal-icon-left-height: 16px;--kbq-badge-size-normal-icon-left-margin-right: 4px;--kbq-badge-size-normal-icon-right-width: 16px;--kbq-badge-size-normal-icon-right-height: 16px;--kbq-badge-size-normal-icon-right-margin-left: 4px;--kbq-badge-size-normal-horizontal-padding: 8px;--kbq-badge-size-normal-content-padding: 4px;--kbq-badge-size-normal-border-width: 1px;--kbq-badge-size-normal-border-radius: 4px;--kbq-badge-size-compact-height: 16px;--kbq-badge-size-compact-icon-left-width: 16px;--kbq-badge-size-compact-icon-left-height: 16px;--kbq-badge-size-compact-icon-left-margin-right: 2px;--kbq-badge-size-compact-icon-right-width: 16px;--kbq-badge-size-compact-icon-right-height: 16px;--kbq-badge-size-compact-icon-right-margin-left: 2px;--kbq-badge-size-compact-vertical-padding: 0;--kbq-badge-size-compact-horizontal-padding: 4px;--kbq-badge-size-compact-content-padding: 2px;--kbq-badge-size-compact-border-width: 1px;--kbq-badge-size-compact-border-radius: 4px;--kbq-badge-font-normal-default-font-size: 14px;--kbq-badge-font-normal-default-line-height: 20px;--kbq-badge-font-normal-default-letter-spacing: -.006em;--kbq-badge-font-normal-default-font-weight: 500;--kbq-badge-font-normal-default-text-transform: null;--kbq-badge-font-normal-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-normal-caption-font-size: 14px;--kbq-badge-font-normal-caption-line-height: 20px;--kbq-badge-font-normal-caption-letter-spacing: -.006em;--kbq-badge-font-normal-caption-font-weight: normal;--kbq-badge-font-normal-caption-text-transform: null;--kbq-badge-font-normal-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-compact-default-font-size: 12px;--kbq-badge-font-compact-default-line-height: 16px;--kbq-badge-font-compact-default-letter-spacing: normal;--kbq-badge-font-compact-default-font-weight: 500;--kbq-badge-font-compact-default-text-transform: null;--kbq-badge-font-compact-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-compact-caption-font-size: 12px;--kbq-badge-font-compact-caption-line-height: 16px;--kbq-badge-font-compact-caption-letter-spacing: normal;--kbq-badge-font-compact-caption-font-weight: normal;--kbq-badge-font-compact-caption-text-transform: null;--kbq-badge-font-compact-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-badge-font-normal-default-font-family: var(--kbq-typography-text-normal-medium-font-family);--kbq-badge-font-normal-caption-font-family: var(--kbq-typography-text-normal-font-family);--kbq-badge-font-compact-default-font-family: var(--kbq-typography-text-compact-medium-font-family);--kbq-badge-font-compact-caption-font-family: var(--kbq-typography-text-compact-font-family)}:root{--kbq-typography-text-normal-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-compact-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-badge-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%);--kbq-badge-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-on-theme-background: hsla(216, 100%, 85%, 100%);--kbq-badge-filled-fade-on-theme-color: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-theme-caption: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-theme-icon: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%);--kbq-badge-filled-fade-on-contrast-color: hsla(229, 15%, 15%, 100%);--kbq-badge-filled-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%);--kbq-badge-filled-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%);--kbq-badge-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%);--kbq-badge-filled-fade-on-success-color: hsla(104, 64%, 30%, 100%);--kbq-badge-filled-fade-on-success-caption: hsla(104, 64%, 30%, 100%);--kbq-badge-filled-fade-on-success-icon: hsla(104, 64%, 40%, 100%);--kbq-badge-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%);--kbq-badge-filled-fade-on-warning-color: hsla(38, 100%, 33%, 100%);--kbq-badge-filled-fade-on-warning-caption: hsla(38, 100%, 33%, 100%);--kbq-badge-filled-fade-on-warning-icon: hsla(38, 100%, 42%, 100%);--kbq-badge-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%);--kbq-badge-filled-fade-on-error-color: hsla(7, 97%, 40%, 100%);--kbq-badge-filled-fade-on-error-caption: hsla(7, 97%, 40%, 100%);--kbq-badge-filled-fade-on-error-icon: hsla(7, 97%, 45%, 100%);--kbq-badge-outline-fade-on-theme-background: transparent;--kbq-badge-outline-fade-on-theme-color: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-theme-border: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-caption: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-theme-icon: hsla(216, 100%, 50%, 100%);--kbq-badge-outline-fade-on-contrast-background: transparent;--kbq-badge-outline-fade-on-contrast-color: hsla(229, 15%, 15%, 100%);--kbq-badge-outline-fade-on-contrast-border: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%);--kbq-badge-outline-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%);--kbq-badge-outline-fade-on-success-background: transparent;--kbq-badge-outline-fade-on-success-color: hsla(104, 64%, 30%, 100%);--kbq-badge-outline-fade-on-success-border: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-caption: hsla(104, 64%, 30%, 100%);--kbq-badge-outline-fade-on-success-icon: hsla(104, 64%, 40%, 100%);--kbq-badge-outline-fade-on-warning-background: transparent;--kbq-badge-outline-fade-on-warning-color: hsla(38, 100%, 33%, 100%);--kbq-badge-outline-fade-on-warning-border: hsla(38, 100%, 55%, 100%);--kbq-badge-outline-fade-on-warning-caption: hsla(38, 100%, 33%, 100%);--kbq-badge-outline-fade-on-warning-icon: hsla(38, 100%, 42%, 100%);--kbq-badge-outline-fade-on-error-background: transparent;--kbq-badge-outline-fade-on-error-color: hsla(7, 97%, 40%, 100%);--kbq-badge-outline-fade-on-error-border: hsla(7, 97%, 65%, 100%);--kbq-badge-outline-fade-on-error-caption: hsla(7, 97%, 40%, 100%);--kbq-badge-outline-fade-on-error-icon: hsla(7, 97%, 45%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-badge-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%);--kbq-badge-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%);--kbq-badge-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%);--kbq-badge-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%);--kbq-badge-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%);--kbq-badge-filled-fade-on-theme-background: hsla(216, 100%, 20%, 100%);--kbq-badge-filled-fade-on-theme-color: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-theme-caption: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-theme-icon: hsla(216, 100%, 65%, 100%);--kbq-badge-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%);--kbq-badge-filled-fade-on-contrast-color: hsla(229, 15%, 80%, 100%);--kbq-badge-filled-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%);--kbq-badge-filled-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%);--kbq-badge-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%);--kbq-badge-filled-fade-on-success-color: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-success-caption: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-success-icon: hsla(104, 64%, 45%, 100%);--kbq-badge-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%);--kbq-badge-filled-fade-on-warning-color: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-warning-caption: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-warning-icon: hsla(38, 100%, 60%, 100%);--kbq-badge-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%);--kbq-badge-filled-fade-on-error-color: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-on-error-caption: hsla(7, 97%, 60%, 100%);--kbq-badge-filled-fade-on-error-icon: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-theme-background: transparent;--kbq-badge-outline-fade-on-theme-color: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-border: hsla(216, 100%, 30%, 100%);--kbq-badge-outline-fade-on-theme-caption: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-theme-icon: hsla(216, 100%, 65%, 100%);--kbq-badge-outline-fade-on-contrast-background: transparent;--kbq-badge-outline-fade-on-contrast-color: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-border: hsla(229, 15%, 30%, 100%);--kbq-badge-outline-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%);--kbq-badge-outline-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%);--kbq-badge-outline-fade-on-success-background: transparent;--kbq-badge-outline-fade-on-success-color: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-border: hsla(104, 64%, 20%, 100%);--kbq-badge-outline-fade-on-success-caption: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-success-icon: hsla(104, 64%, 45%, 100%);--kbq-badge-outline-fade-on-warning-background: transparent;--kbq-badge-outline-fade-on-warning-color: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-warning-border: hsla(38, 100%, 20%, 100%);--kbq-badge-outline-fade-on-warning-caption: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-warning-icon: hsla(38, 100%, 60%, 100%);--kbq-badge-outline-fade-on-error-background: transparent;--kbq-badge-outline-fade-on-error-color: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-error-border: hsla(7, 97%, 35%, 100%);--kbq-badge-outline-fade-on-error-caption: hsla(7, 97%, 60%, 100%);--kbq-badge-outline-fade-on-error-icon: hsla(7, 97%, 60%, 100%)}\n"] }]
|
|
115
115
|
}], propDecorators: { iconItem: [{
|
|
116
116
|
type: ContentChild,
|
|
117
117
|
args: [KbqIconItem]
|