@koobiq/components 17.8.5 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/alert-tokens.scss +114 -121
- package/autocomplete/autocomplete-tokens.scss +8 -7
- package/badge/badge-tokens.scss +164 -169
- package/button/button-tokens.scss +237 -228
- package/button/button.scss +5 -9
- package/button-toggle/button-toggle-tokens.scss +68 -71
- package/checkbox/checkbox-tokens.scss +118 -125
- package/code-block/code-block-tokens.scss +92 -91
- package/core/common-behaviors/index.d.ts +1 -1
- package/core/forms/forms-tokens.scss +28 -33
- package/core/option/optgroup-tokens.scss +8 -26
- package/core/option/option-action-tokens.scss +3 -19
- package/core/option/option-tokens.scss +89 -105
- package/core/pop-up/pop-up-trigger.d.ts +5 -1
- package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +118 -125
- package/core/styles/_koobiq-theme.scss +3 -7
- package/core/styles/theming/_theming.scss +4 -6
- package/core/styles/theming/scrollbar-tokens.scss +16 -14
- package/core/styles/typography/_typography.scss +1 -0
- package/datepicker/datepicker-tokens.scss +41 -47
- package/divider/divider-tokens.scss +6 -4
- package/dl/dl-tokens.scss +24 -25
- package/dropdown/dropdown-tokens.scss +87 -99
- package/empty-state/empty-state-tokens.scss +46 -59
- package/esm2022/alert/alert.component.mjs +13 -13
- package/esm2022/alert/alert.module.mjs +4 -4
- package/esm2022/autocomplete/autocomplete-origin.directive.mjs +3 -3
- package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +3 -3
- package/esm2022/autocomplete/autocomplete.component.mjs +5 -5
- package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2022/badge/badge.component.mjs +10 -10
- package/esm2022/badge/badge.module.mjs +4 -4
- package/esm2022/button/button.component.mjs +8 -8
- package/esm2022/button/button.module.mjs +4 -4
- package/esm2022/button-toggle/button-toggle.component.mjs +8 -8
- package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
- package/esm2022/checkbox/checkbox-module.mjs +4 -4
- package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
- package/esm2022/checkbox/checkbox.mjs +5 -5
- package/esm2022/code-block/actionbar.component.mjs +5 -5
- package/esm2022/code-block/code-block.component.mjs +5 -5
- package/esm2022/code-block/code-block.module.mjs +4 -4
- package/esm2022/core/common-behaviors/common-module.mjs +4 -4
- package/esm2022/core/common-behaviors/index.mjs +2 -2
- package/esm2022/core/error/error-options.mjs +6 -6
- package/esm2022/core/formatters/date/formatter.mjs +3 -3
- package/esm2022/core/formatters/date/formatter.pipe.mjs +39 -39
- package/esm2022/core/formatters/index.mjs +4 -4
- package/esm2022/core/formatters/number/formatter.mjs +12 -12
- package/esm2022/core/forms/forms-module.mjs +4 -4
- package/esm2022/core/forms/forms.directive.mjs +6 -6
- package/esm2022/core/highlight/highlight.pipe.mjs +3 -3
- package/esm2022/core/highlight/index.mjs +4 -4
- package/esm2022/core/line/line.mjs +7 -7
- package/esm2022/core/locales/locale-service.mjs +3 -3
- package/esm2022/core/locales/locale-service.module.mjs +4 -4
- package/esm2022/core/option/action.mjs +8 -8
- package/esm2022/core/option/optgroup.mjs +4 -4
- package/esm2022/core/option/option-module.mjs +4 -4
- package/esm2022/core/option/option.mjs +5 -5
- package/esm2022/core/pop-up/pop-up-trigger.mjs +17 -8
- package/esm2022/core/pop-up/pop-up.mjs +3 -3
- package/esm2022/core/select/common.mjs +15 -15
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +5 -5
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
- package/esm2022/core/services/measure-scrollbar.service.mjs +3 -3
- package/esm2022/core/services/theme.service.mjs +3 -3
- package/esm2022/core/utils/data-size/data-size.pipe.mjs +3 -3
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-body.component.mjs +3 -3
- package/esm2022/datepicker/calendar-header.component.mjs +5 -5
- package/esm2022/datepicker/calendar.component.mjs +3 -3
- package/esm2022/datepicker/datepicker-input.directive.mjs +3 -3
- package/esm2022/datepicker/datepicker-intl.mjs +3 -3
- package/esm2022/datepicker/datepicker-module.mjs +4 -4
- package/esm2022/datepicker/datepicker-toggle.component.mjs +8 -8
- package/esm2022/datepicker/datepicker.component.mjs +8 -8
- package/esm2022/datepicker/month-view.component.mjs +3 -3
- package/esm2022/divider/divider.component.mjs +4 -4
- package/esm2022/divider/divider.module.mjs +4 -4
- package/esm2022/dl/dl.component.mjs +10 -10
- package/esm2022/dl/dl.module.mjs +4 -4
- package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
- package/esm2022/dropdown/dropdown-item.component.mjs +6 -6
- package/esm2022/dropdown/dropdown-trigger.directive.mjs +3 -3
- package/esm2022/dropdown/dropdown.component.mjs +6 -6
- package/esm2022/dropdown/dropdown.module.mjs +4 -4
- package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -7
- package/esm2022/empty-state/empty-state.component.mjs +16 -16
- package/esm2022/empty-state/empty-state.module.mjs +4 -4
- package/esm2022/file-upload/file-drop.mjs +3 -3
- package/esm2022/file-upload/file-upload.module.mjs +4 -4
- package/esm2022/file-upload/multiple-file-upload.component.mjs +5 -5
- package/esm2022/file-upload/single-file-upload.component.mjs +5 -5
- package/esm2022/form-field/cleaner.mjs +6 -6
- package/esm2022/form-field/form-field.mjs +11 -11
- package/esm2022/form-field/form-field.module.mjs +4 -4
- package/esm2022/form-field/hint.mjs +5 -5
- package/esm2022/form-field/password-hint.mjs +7 -7
- package/esm2022/form-field/password-toggle.mjs +5 -5
- package/esm2022/form-field/prefix.mjs +3 -3
- package/esm2022/form-field/stepper.mjs +8 -8
- package/esm2022/form-field/suffix.mjs +3 -3
- package/esm2022/form-field/validate.directive.mjs +3 -3
- package/esm2022/icon/icon-button.component.mjs +7 -7
- package/esm2022/icon/icon-item.component.mjs +7 -7
- package/esm2022/icon/icon.component.mjs +7 -7
- package/esm2022/icon/icon.module.mjs +13 -24
- package/esm2022/input/input-number-validators.mjs +6 -6
- package/esm2022/input/input-number.mjs +3 -3
- package/esm2022/input/input-password.mjs +3 -3
- package/esm2022/input/input.mjs +6 -6
- package/esm2022/input/input.module.mjs +4 -4
- package/esm2022/link/link.component.mjs +3 -3
- package/esm2022/link/link.module.mjs +4 -4
- package/esm2022/list/list-selection.component.mjs +11 -11
- package/esm2022/list/list.component.mjs +7 -7
- package/esm2022/list/list.module.mjs +4 -4
- package/esm2022/loader-overlay/loader-overlay.component.mjs +13 -13
- package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
- package/esm2022/markdown/markdown.component.mjs +5 -5
- package/esm2022/markdown/markdown.module.mjs +4 -4
- package/esm2022/markdown/markdown.service.mjs +3 -3
- package/esm2022/modal/css-unit.pipe.mjs +3 -3
- package/esm2022/modal/modal-control.service.mjs +3 -3
- package/esm2022/modal/modal.component.mjs +5 -5
- package/esm2022/modal/modal.directive.mjs +53 -17
- package/esm2022/modal/modal.module.mjs +4 -4
- package/esm2022/modal/modal.service.mjs +3 -3
- package/esm2022/navbar/navbar-item.component.mjs +33 -33
- package/esm2022/navbar/navbar.component.mjs +11 -11
- package/esm2022/navbar/navbar.module.mjs +4 -4
- package/esm2022/navbar/vertical-navbar.component.mjs +5 -5
- package/esm2022/popover/popover-confirm.component.mjs +8 -8
- package/esm2022/popover/popover.component.mjs +8 -8
- package/esm2022/popover/popover.module.mjs +4 -4
- package/esm2022/progress-bar/progress-bar.component.mjs +10 -10
- package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2022/progress-spinner/progress-spinner.component.mjs +10 -10
- package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
- package/esm2022/radio/radio.component.mjs +7 -7
- package/esm2022/radio/radio.module.mjs +4 -4
- package/esm2022/risk-level/risk-level.component.mjs +4 -4
- package/esm2022/risk-level/risk-level.module.mjs +4 -4
- package/esm2022/scrollbar/scrollbar.component.mjs +6 -6
- package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
- package/esm2022/scrollbar/scrollbar.module.mjs +4 -4
- package/esm2022/select/select-option.directive.mjs +3 -3
- package/esm2022/select/select.component.mjs +6 -6
- package/esm2022/select/select.module.mjs +4 -4
- package/esm2022/sidebar/sidebar.component.mjs +9 -9
- package/esm2022/sidebar/sidebar.module.mjs +4 -4
- package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -5
- package/esm2022/sidepanel/sidepanel-directives.mjs +18 -18
- package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
- package/esm2022/sidepanel/sidepanel.service.mjs +3 -3
- package/esm2022/splitter/splitter.component.mjs +14 -14
- package/esm2022/splitter/splitter.module.mjs +4 -4
- package/esm2022/table/table.component.mjs +7 -7
- package/esm2022/table/table.module.mjs +4 -4
- package/esm2022/tabs/paginated-tab-header.mjs +3 -3
- package/esm2022/tabs/tab-body.component.mjs +6 -6
- package/esm2022/tabs/tab-content.directive.mjs +3 -3
- package/esm2022/tabs/tab-group.component.mjs +33 -18
- package/esm2022/tabs/tab-header.component.mjs +16 -5
- package/esm2022/tabs/tab-label-wrapper.directive.mjs +8 -4
- package/esm2022/tabs/tab-label.directive.mjs +3 -3
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
- package/esm2022/tabs/tab.component.mjs +3 -3
- package/esm2022/tabs/tabs.module.mjs +15 -8
- package/esm2022/tags/tag-input.mjs +3 -3
- package/esm2022/tags/tag-list.component.mjs +4 -4
- package/esm2022/tags/tag.component.mjs +12 -12
- package/esm2022/tags/tag.module.mjs +4 -4
- package/esm2022/textarea/textarea.component.mjs +3 -3
- package/esm2022/textarea/textarea.module.mjs +4 -4
- package/esm2022/timepicker/timepicker.directive.mjs +3 -3
- package/esm2022/timepicker/timepicker.module.mjs +4 -4
- package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
- package/esm2022/timezone/timezone-option.component.mjs +5 -5
- package/esm2022/timezone/timezone-option.directive.mjs +3 -3
- package/esm2022/timezone/timezone-select.component.mjs +9 -9
- package/esm2022/timezone/timezone.module.mjs +4 -4
- package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
- package/esm2022/title/title.directive.mjs +3 -3
- package/esm2022/title/title.module.mjs +4 -4
- package/esm2022/toast/toast-container.component.mjs +3 -3
- package/esm2022/toast/toast.component.mjs +8 -8
- package/esm2022/toast/toast.module.mjs +4 -4
- package/esm2022/toast/toast.service.mjs +3 -3
- package/esm2022/toggle/toggle.component.mjs +6 -6
- package/esm2022/toggle/toggle.module.mjs +4 -4
- package/esm2022/tooltip/tooltip.component.mjs +52 -15
- package/esm2022/tooltip/tooltip.module.mjs +15 -28
- package/esm2022/tree/node.mjs +3 -3
- package/esm2022/tree/outlet.mjs +3 -3
- package/esm2022/tree/padding.directive.mjs +3 -3
- package/esm2022/tree/toggle.mjs +14 -14
- package/esm2022/tree/tree-base.mjs +6 -6
- package/esm2022/tree/tree-option.component.mjs +5 -5
- package/esm2022/tree/tree-selection.component.mjs +5 -5
- package/esm2022/tree/tree.mjs +5 -5
- package/esm2022/tree/tree.module.mjs +4 -4
- package/esm2022/tree-select/tree-select.component.mjs +6 -6
- package/esm2022/tree-select/tree-select.module.mjs +4 -4
- package/fesm2022/koobiq-components-alert.mjs +17 -17
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-autocomplete.mjs +15 -15
- package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +14 -14
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +12 -12
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +12 -12
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +11 -11
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +12 -12
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +171 -162
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +37 -37
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-divider.mjs +8 -8
- package/fesm2022/koobiq-components-divider.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +14 -14
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +20 -20
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
- package/fesm2022/koobiq-components-empty-state.mjs +20 -20
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +15 -15
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +51 -51
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +30 -41
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +22 -22
- package/fesm2022/koobiq-components-link.mjs +7 -7
- package/fesm2022/koobiq-components-list.mjs +22 -22
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +17 -17
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +12 -12
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +64 -32
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +52 -52
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +18 -18
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +14 -14
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +14 -14
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +11 -11
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-risk-level.mjs +8 -8
- package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
- package/fesm2022/koobiq-components-scrollbar.mjs +12 -12
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +12 -12
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +13 -13
- package/fesm2022/koobiq-components-sidepanel.mjs +28 -28
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs +17 -17
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +11 -11
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +93 -56
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +23 -23
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +7 -7
- package/fesm2022/koobiq-components-timepicker.mjs +7 -7
- package/fesm2022/koobiq-components-timezone.mjs +26 -26
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +7 -7
- package/fesm2022/koobiq-components-toast.mjs +17 -17
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +9 -9
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +67 -42
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +9 -9
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +47 -47
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/file-upload-tokens.scss +142 -145
- package/file-upload/multiple-file-upload.component.scss +2 -8
- package/form-field/form-field-tokens.scss +70 -75
- package/form-field/hint-tokens.scss +49 -54
- package/icon/icon-button-tokens.scss +54 -56
- package/icon/icon-button.component.d.ts +1 -1
- package/icon/icon-item-tokens.scss +46 -44
- package/icon/icon-item.component.d.ts +1 -1
- package/icon/icon-tokens.scss +14 -12
- package/icon/icon.component.d.ts +1 -1
- package/icon/icon.module.d.ts +1 -3
- package/input/input-tokens.scss +10 -13
- package/link/link-tokens.scss +53 -60
- package/list/list-tokens.scss +80 -89
- package/loader-overlay/loader-overlay-tokens.scss +50 -51
- package/markdown/markdown-tokens.scss +203 -234
- package/modal/modal-tokens.scss +38 -44
- package/modal/modal.directive.d.ts +3 -0
- package/navbar/navbar-tokens.scss +49 -74
- package/package.json +12 -9
- package/popover/popover-tokens.scss +38 -48
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -0
- package/progress-bar/progress-bar-tokens.scss +26 -31
- package/progress-spinner/progress-spinner-tokens.scss +26 -31
- package/radio/radio-tokens.scss +115 -128
- package/risk-level/risk-level-tokens.scss +56 -59
- package/schematics/collection.json +5 -0
- package/schematics/new-icons-pack/data.js +2303 -0
- package/schematics/new-icons-pack/index.js +120 -0
- package/schematics/new-icons-pack/schema.json +25 -0
- package/schematics/ng-add/index.js +14 -40
- package/schematics/utils/package-config.js +65 -0
- package/scrollbar/scrollbar-tokens.scss +16 -14
- package/scrollbar/scrollbar.directive.d.ts +1 -24
- package/select/select-tokens.scss +30 -50
- package/sidepanel/sidepanel-tokens.scss +34 -40
- package/splitter/splitter-tokens.scss +1 -7
- package/table/table-tokens.scss +16 -37
- package/tabs/_tabs-common.scss +29 -0
- package/tabs/_tabs-theme.scss +12 -0
- package/tabs/tab-group.component.d.ts +7 -2
- package/tabs/tab-header.component.d.ts +4 -1
- package/tabs/tab-header.scss +28 -0
- package/tabs/tabs-tokens.scss +167 -110
- package/tabs/tabs.module.d.ts +2 -1
- package/tags/tag-input-tokens.scss +12 -15
- package/tags/tag-tokens.scss +139 -144
- package/textarea/textarea-tokens.scss +10 -13
- package/timezone/timezone-option-tokens.scss +60 -39
- package/toast/toast-tokens.scss +59 -66
- package/toggle/toggle-tokens.scss +120 -129
- package/tooltip/tooltip-tokens.scss +48 -55
- package/tooltip/tooltip.component.d.ts +11 -4
- package/tooltip/tooltip.module.d.ts +1 -3
- package/tree/tree-tokens.scss +78 -83
- package/tree-select/tree-select-tokens.scss +13 -53
|
@@ -1,65 +1,60 @@
|
|
|
1
|
+
/* stylelint-disable no-unknown-custom-properties */
|
|
2
|
+
|
|
1
3
|
.kbq-hint {
|
|
2
|
-
--kbq-hint-size-normal-margin-top:
|
|
3
|
-
--kbq-hint-size-normal-content-padding:
|
|
4
|
+
--kbq-hint-size-normal-margin-top: var(--kbq-size-3xs);
|
|
5
|
+
--kbq-hint-size-normal-content-padding: var(--kbq-size-xxs);
|
|
4
6
|
--kbq-hint-size-compact-margin-top: 0;
|
|
5
|
-
--kbq-hint-size-compact-content-padding:
|
|
6
|
-
--kbq-hint-font-normal-text-font-size:
|
|
7
|
-
--kbq-hint-font-normal-text-line-height:
|
|
8
|
-
--kbq-hint-font-normal-text-letter-spacing: -
|
|
9
|
-
--kbq-hint-font-normal-text-font-weight:
|
|
10
|
-
--kbq-hint-font-normal-text-text-transform: null;
|
|
11
|
-
--kbq-hint-font-normal-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
12
|
-
--kbq-hint-font-compact-text-font-size: 12px;
|
|
13
|
-
--kbq-hint-font-compact-text-line-height: 16px;
|
|
14
|
-
--kbq-hint-font-compact-text-letter-spacing: normal;
|
|
15
|
-
--kbq-hint-font-compact-text-font-weight: normal;
|
|
16
|
-
--kbq-hint-font-compact-text-text-transform: null;
|
|
17
|
-
--kbq-hint-font-compact-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
7
|
+
--kbq-hint-size-compact-content-padding: var(--kbq-size-xxs);
|
|
8
|
+
--kbq-hint-font-normal-text-font-size: var(--kbq-typography-text-normal-medium-font-size);
|
|
9
|
+
--kbq-hint-font-normal-text-line-height: var(--kbq-typography-text-normal-medium-line-height);
|
|
10
|
+
--kbq-hint-font-normal-text-letter-spacing: var(--kbq-typography-text-normal-medium-letter-spacing);
|
|
11
|
+
--kbq-hint-font-normal-text-font-weight: var(--kbq-typography-text-normal-medium-font-weight);
|
|
18
12
|
--kbq-hint-font-normal-text-font-family: var(--kbq-typography-text-normal-medium-font-family);
|
|
13
|
+
--kbq-hint-font-normal-text-text-transform: var(--kbq-typography-text-normal-medium-text-transform);
|
|
14
|
+
--kbq-hint-font-normal-text-font-feature-settings: var(--kbq-typography-text-normal-medium-font-feature-settings);
|
|
15
|
+
--kbq-hint-font-compact-text-font-size: var(--kbq-typography-text-compact-font-size);
|
|
16
|
+
--kbq-hint-font-compact-text-line-height: var(--kbq-typography-text-compact-line-height);
|
|
17
|
+
--kbq-hint-font-compact-text-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
|
|
18
|
+
--kbq-hint-font-compact-text-font-weight: var(--kbq-typography-text-compact-font-weight);
|
|
19
19
|
--kbq-hint-font-compact-text-font-family: var(--kbq-typography-text-compact-font-family);
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
:root {
|
|
23
|
-
--kbq-typography-text-normal-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
24
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
25
|
-
--kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
26
|
-
Arial, sans-serif;
|
|
20
|
+
--kbq-hint-font-compact-text-text-transform: var(--kbq-typography-text-compact-text-transform);
|
|
21
|
+
--kbq-hint-font-compact-text-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
|
|
27
22
|
}
|
|
28
23
|
|
|
29
24
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
30
|
-
--kbq-hint-fill-text-off-fade-contrast-text:
|
|
31
|
-
--kbq-hint-fill-text-off-fade-contrast-icon:
|
|
32
|
-
--kbq-hint-fill-text-off-success-text:
|
|
33
|
-
--kbq-hint-fill-text-off-success-icon:
|
|
34
|
-
--kbq-hint-fill-text-off-warning-text:
|
|
35
|
-
--kbq-hint-fill-text-off-warning-icon:
|
|
36
|
-
--kbq-hint-fill-text-off-error-text:
|
|
37
|
-
--kbq-hint-fill-text-off-error-icon:
|
|
38
|
-
--kbq-hint-fill-text-on-fade-contrast-text:
|
|
39
|
-
--kbq-hint-fill-text-on-fade-contrast-icon:
|
|
40
|
-
--kbq-hint-fill-text-on-success-text:
|
|
41
|
-
--kbq-hint-fill-text-on-success-icon:
|
|
42
|
-
--kbq-hint-fill-text-on-warning-text:
|
|
43
|
-
--kbq-hint-fill-text-on-warning-icon:
|
|
44
|
-
--kbq-hint-fill-text-on-error-text:
|
|
45
|
-
--kbq-hint-fill-text-on-error-icon:
|
|
25
|
+
--kbq-hint-fill-text-off-fade-contrast-text: var(--kbq-foreground-contrast);
|
|
26
|
+
--kbq-hint-fill-text-off-fade-contrast-icon: var(--kbq-icon-contrast-fade);
|
|
27
|
+
--kbq-hint-fill-text-off-success-text: var(--kbq-foreground-contrast);
|
|
28
|
+
--kbq-hint-fill-text-off-success-icon: var(--kbq-icon-success);
|
|
29
|
+
--kbq-hint-fill-text-off-warning-text: var(--kbq-foreground-contrast);
|
|
30
|
+
--kbq-hint-fill-text-off-warning-icon: var(--kbq-icon-warning);
|
|
31
|
+
--kbq-hint-fill-text-off-error-text: var(--kbq-foreground-contrast);
|
|
32
|
+
--kbq-hint-fill-text-off-error-icon: var(--kbq-icon-error);
|
|
33
|
+
--kbq-hint-fill-text-on-fade-contrast-text: var(--kbq-foreground-contrast);
|
|
34
|
+
--kbq-hint-fill-text-on-fade-contrast-icon: var(--kbq-icon-contrast-fade);
|
|
35
|
+
--kbq-hint-fill-text-on-success-text: var(--kbq-foreground-success);
|
|
36
|
+
--kbq-hint-fill-text-on-success-icon: var(--kbq-icon-success);
|
|
37
|
+
--kbq-hint-fill-text-on-warning-text: var(--kbq-foreground-warning);
|
|
38
|
+
--kbq-hint-fill-text-on-warning-icon: var(--kbq-icon-warning);
|
|
39
|
+
--kbq-hint-fill-text-on-error-text: var(--kbq-foreground-error);
|
|
40
|
+
--kbq-hint-fill-text-on-error-icon: var(--kbq-icon-error);
|
|
46
41
|
}
|
|
47
42
|
|
|
48
43
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
49
|
-
--kbq-hint-fill-text-off-fade-contrast-text:
|
|
50
|
-
--kbq-hint-fill-text-off-fade-contrast-icon:
|
|
51
|
-
--kbq-hint-fill-text-off-success-text:
|
|
52
|
-
--kbq-hint-fill-text-off-success-icon:
|
|
53
|
-
--kbq-hint-fill-text-off-warning-text:
|
|
54
|
-
--kbq-hint-fill-text-off-warning-icon:
|
|
55
|
-
--kbq-hint-fill-text-off-error-text:
|
|
56
|
-
--kbq-hint-fill-text-off-error-icon:
|
|
57
|
-
--kbq-hint-fill-text-on-fade-contrast-text:
|
|
58
|
-
--kbq-hint-fill-text-on-fade-contrast-icon:
|
|
59
|
-
--kbq-hint-fill-text-on-success-text:
|
|
60
|
-
--kbq-hint-fill-text-on-success-icon:
|
|
61
|
-
--kbq-hint-fill-text-on-warning-text:
|
|
62
|
-
--kbq-hint-fill-text-on-warning-icon:
|
|
63
|
-
--kbq-hint-fill-text-on-error-text:
|
|
64
|
-
--kbq-hint-fill-text-on-error-icon:
|
|
44
|
+
--kbq-hint-fill-text-off-fade-contrast-text: var(--kbq-foreground-contrast);
|
|
45
|
+
--kbq-hint-fill-text-off-fade-contrast-icon: var(--kbq-icon-contrast-fade);
|
|
46
|
+
--kbq-hint-fill-text-off-success-text: var(--kbq-foreground-contrast);
|
|
47
|
+
--kbq-hint-fill-text-off-success-icon: var(--kbq-icon-success);
|
|
48
|
+
--kbq-hint-fill-text-off-warning-text: var(--kbq-foreground-contrast);
|
|
49
|
+
--kbq-hint-fill-text-off-warning-icon: var(--kbq-icon-warning);
|
|
50
|
+
--kbq-hint-fill-text-off-error-text: var(--kbq-foreground-contrast);
|
|
51
|
+
--kbq-hint-fill-text-off-error-icon: var(--kbq-icon-error);
|
|
52
|
+
--kbq-hint-fill-text-on-fade-contrast-text: var(--kbq-foreground-contrast);
|
|
53
|
+
--kbq-hint-fill-text-on-fade-contrast-icon: var(--kbq-icon-contrast-fade);
|
|
54
|
+
--kbq-hint-fill-text-on-success-text: var(--kbq-foreground-success);
|
|
55
|
+
--kbq-hint-fill-text-on-success-icon: var(--kbq-icon-success);
|
|
56
|
+
--kbq-hint-fill-text-on-warning-text: var(--kbq-foreground-warning);
|
|
57
|
+
--kbq-hint-fill-text-on-warning-icon: var(--kbq-icon-warning);
|
|
58
|
+
--kbq-hint-fill-text-on-error-text: var(--kbq-foreground-error);
|
|
59
|
+
--kbq-hint-fill-text-on-error-icon: var(--kbq-icon-error);
|
|
65
60
|
}
|
|
@@ -1,66 +1,64 @@
|
|
|
1
|
+
/* stylelint-disable no-unknown-custom-properties */
|
|
2
|
+
|
|
1
3
|
.kbq-icon-button {
|
|
2
|
-
--kbq-icon-button-size-horizontal-padding:
|
|
3
|
-
--kbq-icon-button-size-left-icon-padding:
|
|
4
|
+
--kbq-icon-button-size-horizontal-padding: var(--kbq-size-s);
|
|
5
|
+
--kbq-icon-button-size-left-icon-padding: var(--kbq-size-xs);
|
|
4
6
|
--kbq-icon-button-size-normal-horizontal-padding: 0;
|
|
5
7
|
--kbq-icon-button-size-normal-vertical-padding: 0;
|
|
6
|
-
--kbq-icon-button-size-small-horizontal-padding:
|
|
7
|
-
--kbq-icon-button-size-small-vertical-padding:
|
|
8
|
+
--kbq-icon-button-size-small-horizontal-padding: var(--kbq-size-xxs);
|
|
9
|
+
--kbq-icon-button-size-small-vertical-padding: var(--kbq-size-xxs);
|
|
8
10
|
}
|
|
9
11
|
|
|
10
12
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
11
|
-
--kbq-
|
|
12
|
-
--kbq-
|
|
13
|
-
--kbq-icon-button-theme-
|
|
14
|
-
--kbq-icon-button-theme-states-
|
|
15
|
-
--kbq-icon-button-
|
|
16
|
-
--kbq-icon-button-
|
|
17
|
-
--kbq-icon-button-contrast-
|
|
18
|
-
--kbq-icon-button-contrast-states-
|
|
19
|
-
--kbq-icon-button-contrast-
|
|
20
|
-
--kbq-icon-button-contrast-states-
|
|
21
|
-
--kbq-icon-button-fade-contrast-
|
|
22
|
-
--kbq-icon-button-fade-contrast-states-
|
|
23
|
-
--kbq-icon-button-
|
|
24
|
-
--kbq-icon-button-
|
|
25
|
-
--kbq-icon-button-error-
|
|
26
|
-
--kbq-icon-button-error-states-
|
|
27
|
-
--kbq-icon-button-
|
|
28
|
-
--kbq-icon-button-
|
|
29
|
-
--kbq-icon-button-success-
|
|
30
|
-
--kbq-icon-button-success-states-
|
|
31
|
-
--kbq-icon-button-
|
|
32
|
-
--kbq-icon-button-
|
|
33
|
-
--kbq-icon-button-warning-
|
|
34
|
-
--kbq-icon-button-warning-states-
|
|
35
|
-
--kbq-icon-button-warning-states-active: hsla(38, 100%, 42%, 100%);
|
|
36
|
-
--kbq-icon-button-warning-states-disabled: hsla(229, 15%, 15%, 32%);
|
|
13
|
+
--kbq-icon-button-theme-default: var(--kbq-icon-theme);
|
|
14
|
+
--kbq-icon-button-theme-states-hover: var(--kbq-states-icon-theme-hover);
|
|
15
|
+
--kbq-icon-button-theme-states-active: var(--kbq-states-icon-theme-active);
|
|
16
|
+
--kbq-icon-button-theme-states-disabled: var(--kbq-states-icon-disabled);
|
|
17
|
+
--kbq-icon-button-contrast-default: var(--kbq-icon-contrast);
|
|
18
|
+
--kbq-icon-button-contrast-states-hover: var(--kbq-states-icon-contrast-hover);
|
|
19
|
+
--kbq-icon-button-contrast-states-active: var(--kbq-states-icon-contrast-active);
|
|
20
|
+
--kbq-icon-button-contrast-states-disabled: var(--kbq-states-icon-disabled);
|
|
21
|
+
--kbq-icon-button-fade-contrast-default: var(--kbq-icon-contrast-fade);
|
|
22
|
+
--kbq-icon-button-fade-contrast-states-hover: var(--kbq-states-icon-contrast-fade-hover);
|
|
23
|
+
--kbq-icon-button-fade-contrast-states-active: var(--kbq-states-icon-contrast-fade-active);
|
|
24
|
+
--kbq-icon-button-fade-contrast-states-disabled: var(--kbq-states-icon-disabled);
|
|
25
|
+
--kbq-icon-button-error-default: var(--kbq-icon-error);
|
|
26
|
+
--kbq-icon-button-error-states-hover: var(--kbq-states-icon-error-hover);
|
|
27
|
+
--kbq-icon-button-error-states-active: var(--kbq-states-icon-error-active);
|
|
28
|
+
--kbq-icon-button-error-states-disabled: var(--kbq-states-icon-disabled);
|
|
29
|
+
--kbq-icon-button-success-default: var(--kbq-icon-success);
|
|
30
|
+
--kbq-icon-button-success-states-hover: var(--kbq-states-icon-success-hover);
|
|
31
|
+
--kbq-icon-button-success-states-active: var(--kbq-states-icon-success-active);
|
|
32
|
+
--kbq-icon-button-success-states-disabled: var(--kbq-states-icon-disabled);
|
|
33
|
+
--kbq-icon-button-warning-default: var(--kbq-icon-warning);
|
|
34
|
+
--kbq-icon-button-warning-states-hover: var(--kbq-states-icon-warning-hover);
|
|
35
|
+
--kbq-icon-button-warning-states-active: var(--kbq-states-icon-warning-active);
|
|
36
|
+
--kbq-icon-button-warning-states-disabled: var(--kbq-states-icon-disabled);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
40
|
-
--kbq-
|
|
41
|
-
--kbq-
|
|
42
|
-
--kbq-icon-button-theme-
|
|
43
|
-
--kbq-icon-button-theme-states-
|
|
44
|
-
--kbq-icon-button-
|
|
45
|
-
--kbq-icon-button-
|
|
46
|
-
--kbq-icon-button-contrast-
|
|
47
|
-
--kbq-icon-button-contrast-states-
|
|
48
|
-
--kbq-icon-button-contrast-
|
|
49
|
-
--kbq-icon-button-contrast-states-
|
|
50
|
-
--kbq-icon-button-fade-contrast-
|
|
51
|
-
--kbq-icon-button-fade-contrast-states-
|
|
52
|
-
--kbq-icon-button-
|
|
53
|
-
--kbq-icon-button-
|
|
54
|
-
--kbq-icon-button-error-
|
|
55
|
-
--kbq-icon-button-error-states-
|
|
56
|
-
--kbq-icon-button-
|
|
57
|
-
--kbq-icon-button-
|
|
58
|
-
--kbq-icon-button-success-
|
|
59
|
-
--kbq-icon-button-success-states-
|
|
60
|
-
--kbq-icon-button-
|
|
61
|
-
--kbq-icon-button-
|
|
62
|
-
--kbq-icon-button-warning-
|
|
63
|
-
--kbq-icon-button-warning-states-
|
|
64
|
-
--kbq-icon-button-warning-states-active: hsla(38, 100%, 42%, 100%);
|
|
65
|
-
--kbq-icon-button-warning-states-disabled: hsla(229, 15%, 30%, 100%);
|
|
40
|
+
--kbq-icon-button-theme-default: var(--kbq-icon-theme);
|
|
41
|
+
--kbq-icon-button-theme-states-hover: var(--kbq-states-icon-theme-hover);
|
|
42
|
+
--kbq-icon-button-theme-states-active: var(--kbq-states-icon-theme-active);
|
|
43
|
+
--kbq-icon-button-theme-states-disabled: var(--kbq-states-icon-disabled);
|
|
44
|
+
--kbq-icon-button-contrast-default: var(--kbq-icon-contrast);
|
|
45
|
+
--kbq-icon-button-contrast-states-hover: var(--kbq-states-icon-contrast-hover);
|
|
46
|
+
--kbq-icon-button-contrast-states-active: var(--kbq-states-icon-contrast-active);
|
|
47
|
+
--kbq-icon-button-contrast-states-disabled: var(--kbq-states-icon-disabled);
|
|
48
|
+
--kbq-icon-button-fade-contrast-default: var(--kbq-icon-contrast-fade);
|
|
49
|
+
--kbq-icon-button-fade-contrast-states-hover: var(--kbq-states-icon-contrast-fade-hover);
|
|
50
|
+
--kbq-icon-button-fade-contrast-states-active: var(--kbq-states-icon-contrast-fade-active);
|
|
51
|
+
--kbq-icon-button-fade-contrast-states-disabled: var(--kbq-states-icon-disabled);
|
|
52
|
+
--kbq-icon-button-error-default: var(--kbq-icon-error);
|
|
53
|
+
--kbq-icon-button-error-states-hover: var(--kbq-states-icon-error-hover);
|
|
54
|
+
--kbq-icon-button-error-states-active: var(--kbq-states-icon-error-active);
|
|
55
|
+
--kbq-icon-button-error-states-disabled: var(--kbq-states-icon-disabled);
|
|
56
|
+
--kbq-icon-button-success-default: var(--kbq-icon-success);
|
|
57
|
+
--kbq-icon-button-success-states-hover: var(--kbq-states-icon-success-hover);
|
|
58
|
+
--kbq-icon-button-success-states-active: var(--kbq-states-icon-success-active);
|
|
59
|
+
--kbq-icon-button-success-states-disabled: var(--kbq-states-icon-disabled);
|
|
60
|
+
--kbq-icon-button-warning-default: var(--kbq-icon-warning);
|
|
61
|
+
--kbq-icon-button-warning-states-hover: var(--kbq-states-icon-warning-hover);
|
|
62
|
+
--kbq-icon-button-warning-states-active: var(--kbq-states-icon-warning-active);
|
|
63
|
+
--kbq-icon-button-warning-states-disabled: var(--kbq-states-icon-disabled);
|
|
66
64
|
}
|
|
@@ -20,6 +20,6 @@ export declare class KbqIconButton extends KbqIcon implements OnDestroy, CanColo
|
|
|
20
20
|
private runFocusMonitor;
|
|
21
21
|
private stopFocusMonitor;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqIconButton, [null, { attribute: "kbq-icon-button"; }, { optional: true; }, null, null]>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqIconButton, "[kbq-icon-button]", never, { "color": { "alias": "color"; "required": false; }; "small": { "alias": "small"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"],
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KbqIconButton, "[kbq-icon-button]", never, { "color": { "alias": "color"; "required": false; }; "small": { "alias": "small"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
24
24
|
static ngAcceptInputType_disabled: unknown;
|
|
25
25
|
}
|
|
@@ -1,52 +1,54 @@
|
|
|
1
|
+
/* stylelint-disable no-unknown-custom-properties */
|
|
2
|
+
|
|
1
3
|
.kbq-icon-item {
|
|
2
|
-
--kbq-icon-item-size-normal-horizontal-padding:
|
|
3
|
-
--kbq-icon-item-size-normal-vertical-padding:
|
|
4
|
-
--kbq-icon-item-size-big-horizontal-padding:
|
|
5
|
-
--kbq-icon-item-size-big-vertical-padding:
|
|
4
|
+
--kbq-icon-item-size-normal-horizontal-padding: var(--kbq-size-s);
|
|
5
|
+
--kbq-icon-item-size-normal-vertical-padding: var(--kbq-size-s);
|
|
6
|
+
--kbq-icon-item-size-big-horizontal-padding: var(--kbq-size-l);
|
|
7
|
+
--kbq-icon-item-size-big-vertical-padding: var(--kbq-size-l);
|
|
6
8
|
}
|
|
7
9
|
|
|
8
10
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
9
|
-
--kbq-icon-item-filled-fade-off-theme-color:
|
|
10
|
-
--kbq-icon-item-filled-fade-off-theme-background:
|
|
11
|
-
--kbq-icon-item-filled-fade-off-contrast-color:
|
|
12
|
-
--kbq-icon-item-filled-fade-off-contrast-background:
|
|
13
|
-
--kbq-icon-item-filled-fade-off-error-color:
|
|
14
|
-
--kbq-icon-item-filled-fade-off-error-background:
|
|
15
|
-
--kbq-icon-item-filled-fade-off-warning-color:
|
|
16
|
-
--kbq-icon-item-filled-fade-off-warning-background:
|
|
17
|
-
--kbq-icon-item-filled-fade-off-success-color:
|
|
18
|
-
--kbq-icon-item-filled-fade-off-success-background:
|
|
19
|
-
--kbq-icon-item-filled-fade-on-theme-color:
|
|
20
|
-
--kbq-icon-item-filled-fade-on-theme-background:
|
|
21
|
-
--kbq-icon-item-filled-fade-on-contrast-color:
|
|
22
|
-
--kbq-icon-item-filled-fade-on-contrast-background:
|
|
23
|
-
--kbq-icon-item-filled-fade-on-error-color:
|
|
24
|
-
--kbq-icon-item-filled-fade-on-error-background:
|
|
25
|
-
--kbq-icon-item-filled-fade-on-warning-color:
|
|
26
|
-
--kbq-icon-item-filled-fade-on-warning-background:
|
|
27
|
-
--kbq-icon-item-filled-fade-on-success-color:
|
|
28
|
-
--kbq-icon-item-filled-fade-on-success-background:
|
|
11
|
+
--kbq-icon-item-filled-fade-off-theme-color: var(--kbq-icon-white);
|
|
12
|
+
--kbq-icon-item-filled-fade-off-theme-background: var(--kbq-background-theme);
|
|
13
|
+
--kbq-icon-item-filled-fade-off-contrast-color: var(--kbq-icon-on-contrast);
|
|
14
|
+
--kbq-icon-item-filled-fade-off-contrast-background: var(--kbq-background-contrast);
|
|
15
|
+
--kbq-icon-item-filled-fade-off-error-color: var(--kbq-icon-white);
|
|
16
|
+
--kbq-icon-item-filled-fade-off-error-background: var(--kbq-background-error);
|
|
17
|
+
--kbq-icon-item-filled-fade-off-warning-color: var(--kbq-icon-white);
|
|
18
|
+
--kbq-icon-item-filled-fade-off-warning-background: var(--kbq-background-warning);
|
|
19
|
+
--kbq-icon-item-filled-fade-off-success-color: var(--kbq-icon-white);
|
|
20
|
+
--kbq-icon-item-filled-fade-off-success-background: var(--kbq-background-success);
|
|
21
|
+
--kbq-icon-item-filled-fade-on-theme-color: var(--kbq-icon-theme);
|
|
22
|
+
--kbq-icon-item-filled-fade-on-theme-background: var(--kbq-background-theme-fade);
|
|
23
|
+
--kbq-icon-item-filled-fade-on-contrast-color: var(--kbq-icon-contrast);
|
|
24
|
+
--kbq-icon-item-filled-fade-on-contrast-background: var(--kbq-background-contrast-fade);
|
|
25
|
+
--kbq-icon-item-filled-fade-on-error-color: var(--kbq-icon-error);
|
|
26
|
+
--kbq-icon-item-filled-fade-on-error-background: var(--kbq-background-error-fade);
|
|
27
|
+
--kbq-icon-item-filled-fade-on-warning-color: var(--kbq-icon-warning);
|
|
28
|
+
--kbq-icon-item-filled-fade-on-warning-background: var(--kbq-background-warning-fade);
|
|
29
|
+
--kbq-icon-item-filled-fade-on-success-color: var(--kbq-icon-success);
|
|
30
|
+
--kbq-icon-item-filled-fade-on-success-background: var(--kbq-background-success-fade);
|
|
29
31
|
}
|
|
30
32
|
|
|
31
33
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
32
|
-
--kbq-icon-item-filled-fade-off-theme-color:
|
|
33
|
-
--kbq-icon-item-filled-fade-off-theme-background:
|
|
34
|
-
--kbq-icon-item-filled-fade-off-contrast-color:
|
|
35
|
-
--kbq-icon-item-filled-fade-off-contrast-background:
|
|
36
|
-
--kbq-icon-item-filled-fade-off-error-color:
|
|
37
|
-
--kbq-icon-item-filled-fade-off-error-background:
|
|
38
|
-
--kbq-icon-item-filled-fade-off-warning-color:
|
|
39
|
-
--kbq-icon-item-filled-fade-off-warning-background:
|
|
40
|
-
--kbq-icon-item-filled-fade-off-success-color:
|
|
41
|
-
--kbq-icon-item-filled-fade-off-success-background:
|
|
42
|
-
--kbq-icon-item-filled-fade-on-theme-color:
|
|
43
|
-
--kbq-icon-item-filled-fade-on-theme-background:
|
|
44
|
-
--kbq-icon-item-filled-fade-on-contrast-color:
|
|
45
|
-
--kbq-icon-item-filled-fade-on-contrast-background:
|
|
46
|
-
--kbq-icon-item-filled-fade-on-error-color:
|
|
47
|
-
--kbq-icon-item-filled-fade-on-error-background:
|
|
48
|
-
--kbq-icon-item-filled-fade-on-warning-color:
|
|
49
|
-
--kbq-icon-item-filled-fade-on-warning-background:
|
|
50
|
-
--kbq-icon-item-filled-fade-on-success-color:
|
|
51
|
-
--kbq-icon-item-filled-fade-on-success-background:
|
|
34
|
+
--kbq-icon-item-filled-fade-off-theme-color: var(--kbq-icon-white);
|
|
35
|
+
--kbq-icon-item-filled-fade-off-theme-background: var(--kbq-background-theme);
|
|
36
|
+
--kbq-icon-item-filled-fade-off-contrast-color: var(--kbq-icon-on-contrast);
|
|
37
|
+
--kbq-icon-item-filled-fade-off-contrast-background: var(--kbq-background-contrast);
|
|
38
|
+
--kbq-icon-item-filled-fade-off-error-color: var(--kbq-icon-white);
|
|
39
|
+
--kbq-icon-item-filled-fade-off-error-background: var(--kbq-background-error);
|
|
40
|
+
--kbq-icon-item-filled-fade-off-warning-color: var(--kbq-icon-white);
|
|
41
|
+
--kbq-icon-item-filled-fade-off-warning-background: var(--kbq-background-warning);
|
|
42
|
+
--kbq-icon-item-filled-fade-off-success-color: var(--kbq-icon-white);
|
|
43
|
+
--kbq-icon-item-filled-fade-off-success-background: var(--kbq-background-success);
|
|
44
|
+
--kbq-icon-item-filled-fade-on-theme-color: var(--kbq-icon-theme);
|
|
45
|
+
--kbq-icon-item-filled-fade-on-theme-background: var(--kbq-background-theme-fade);
|
|
46
|
+
--kbq-icon-item-filled-fade-on-contrast-color: var(--kbq-icon-contrast);
|
|
47
|
+
--kbq-icon-item-filled-fade-on-contrast-background: var(--kbq-background-contrast-fade);
|
|
48
|
+
--kbq-icon-item-filled-fade-on-error-color: var(--kbq-icon-error);
|
|
49
|
+
--kbq-icon-item-filled-fade-on-error-background: var(--kbq-background-error-fade);
|
|
50
|
+
--kbq-icon-item-filled-fade-on-warning-color: var(--kbq-icon-warning);
|
|
51
|
+
--kbq-icon-item-filled-fade-on-warning-background: var(--kbq-background-warning-fade);
|
|
52
|
+
--kbq-icon-item-filled-fade-on-success-color: var(--kbq-icon-success);
|
|
53
|
+
--kbq-icon-item-filled-fade-on-success-background: var(--kbq-background-success-fade);
|
|
52
54
|
}
|
|
@@ -9,5 +9,5 @@ export declare class KbqIconItem extends KbqIcon implements CanColor {
|
|
|
9
9
|
big: boolean;
|
|
10
10
|
constructor(elementRef: ElementRef, iconName: string, formField: KbqFormFieldRef, changeDetectorRef: ChangeDetectorRef);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqIconItem, [null, { attribute: "kbq-icon-item"; }, { optional: true; }, null]>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqIconItem, "[kbq-icon-item]", never, { "color": { "alias": "color"; "required": false; }; "fade": { "alias": "fade"; "required": false; }; "big": { "alias": "big"; "required": false; }; }, {}, never, ["*"],
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KbqIconItem, "[kbq-icon-item]", never, { "color": { "alias": "color"; "required": false; }; "fade": { "alias": "fade"; "required": false; }; "big": { "alias": "big"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
13
13
|
}
|
package/icon/icon-tokens.scss
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
|
+
/* stylelint-disable no-unknown-custom-properties */
|
|
2
|
+
|
|
1
3
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
2
|
-
--kbq-icon-theme-color:
|
|
3
|
-
--kbq-icon-contrast-color:
|
|
4
|
-
--kbq-icon-fade-contrast-color:
|
|
5
|
-
--kbq-icon-error-color:
|
|
6
|
-
--kbq-icon-success-color:
|
|
7
|
-
--kbq-icon-warning-color:
|
|
4
|
+
--kbq-icon-theme-color: var(--kbq-icon-theme);
|
|
5
|
+
--kbq-icon-contrast-color: var(--kbq-icon-contrast);
|
|
6
|
+
--kbq-icon-fade-contrast-color: var(--kbq-icon-contrast-fade);
|
|
7
|
+
--kbq-icon-error-color: var(--kbq-icon-error);
|
|
8
|
+
--kbq-icon-success-color: var(--kbq-icon-success);
|
|
9
|
+
--kbq-icon-warning-color: var(--kbq-icon-warning);
|
|
8
10
|
}
|
|
9
11
|
|
|
10
12
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
11
|
-
--kbq-icon-theme-color:
|
|
12
|
-
--kbq-icon-contrast-color:
|
|
13
|
-
--kbq-icon-fade-contrast-color:
|
|
14
|
-
--kbq-icon-error-color:
|
|
15
|
-
--kbq-icon-success-color:
|
|
16
|
-
--kbq-icon-warning-color:
|
|
13
|
+
--kbq-icon-theme-color: var(--kbq-icon-theme);
|
|
14
|
+
--kbq-icon-contrast-color: var(--kbq-icon-contrast);
|
|
15
|
+
--kbq-icon-fade-contrast-color: var(--kbq-icon-contrast-fade);
|
|
16
|
+
--kbq-icon-error-color: var(--kbq-icon-error);
|
|
17
|
+
--kbq-icon-success-color: var(--kbq-icon-success);
|
|
18
|
+
--kbq-icon-warning-color: var(--kbq-icon-warning);
|
|
17
19
|
}
|
package/icon/icon.component.d.ts
CHANGED
|
@@ -22,5 +22,5 @@ export declare class KbqIcon extends KbqIconMixinBase implements CanColor, After
|
|
|
22
22
|
ngAfterContentInit(): void;
|
|
23
23
|
private updateState;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqIcon, [null, { attribute: "kbq-icon"; }, { optional: true; }, null]>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqIcon, "[kbq-icon]", never, { "color": { "alias": "color"; "required": false; }; "small": { "alias": "small"; "required": false; }; "autoColor": { "alias": "autoColor"; "required": false; }; }, {}, never, ["*"],
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KbqIcon, "[kbq-icon]", never, { "color": { "alias": "color"; "required": false; }; "small": { "alias": "small"; "required": false; }; "autoColor": { "alias": "autoColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
26
26
|
}
|
package/icon/icon.module.d.ts
CHANGED
|
@@ -2,10 +2,8 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./icon.component";
|
|
3
3
|
import * as i2 from "./icon-button.component";
|
|
4
4
|
import * as i3 from "./icon-item.component";
|
|
5
|
-
import * as i4 from "@angular/cdk/a11y";
|
|
6
|
-
import * as i5 from "@angular/cdk/platform";
|
|
7
5
|
export declare class KbqIconModule {
|
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqIconModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqIconModule, [typeof i1.KbqIcon, typeof i2.KbqIconButton, typeof i3.KbqIconItem], [typeof
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqIconModule, never, [typeof i1.KbqIcon, typeof i2.KbqIconButton, typeof i3.KbqIconItem], [typeof i1.KbqIcon, typeof i2.KbqIconButton, typeof i3.KbqIconItem]>;
|
|
10
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqIconModule>;
|
|
11
9
|
}
|
package/input/input-tokens.scss
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
|
+
/* stylelint-disable no-unknown-custom-properties */
|
|
2
|
+
|
|
1
3
|
.kbq-input {
|
|
2
|
-
--kbq-input-size-padding-horizontal:
|
|
3
|
-
--kbq-input-size-padding-vertical:
|
|
4
|
-
--kbq-input-font-text-font-size:
|
|
5
|
-
--kbq-input-font-text-line-height:
|
|
6
|
-
--kbq-input-font-text-letter-spacing: -
|
|
7
|
-
--kbq-input-font-text-font-weight: normal;
|
|
8
|
-
--kbq-input-font-text-text-transform: null;
|
|
9
|
-
--kbq-input-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
4
|
+
--kbq-input-size-padding-horizontal: var(--kbq-size-m);
|
|
5
|
+
--kbq-input-size-padding-vertical: var(--kbq-size-xs);
|
|
6
|
+
--kbq-input-font-text-font-size: var(--kbq-typography-text-normal-font-size);
|
|
7
|
+
--kbq-input-font-text-line-height: var(--kbq-typography-text-normal-line-height);
|
|
8
|
+
--kbq-input-font-text-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
9
|
+
--kbq-input-font-text-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
10
10
|
--kbq-input-font-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
:root {
|
|
14
|
-
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
15
|
-
Arial, sans-serif;
|
|
11
|
+
--kbq-input-font-text-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
12
|
+
--kbq-input-font-text-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
16
13
|
}
|
package/link/link-tokens.scss
CHANGED
|
@@ -1,73 +1,66 @@
|
|
|
1
|
+
/* stylelint-disable no-unknown-custom-properties */
|
|
2
|
+
|
|
1
3
|
.kbq-link {
|
|
2
4
|
--kbq-link-size-state-focused-outline-offset: 0px;
|
|
3
5
|
--kbq-link-size-state-focused-outline-width: 2px;
|
|
4
|
-
--kbq-link-size-compact-content-padding:
|
|
5
|
-
--kbq-link-size-normal-content-padding:
|
|
6
|
-
--kbq-link-size-big-content-padding:
|
|
7
|
-
--kbq-link-font-compact-font-size:
|
|
8
|
-
--kbq-link-font-compact-line-height:
|
|
9
|
-
--kbq-link-font-compact-letter-spacing:
|
|
10
|
-
--kbq-link-font-compact-font-weight:
|
|
11
|
-
--kbq-link-font-compact-text-transform: null;
|
|
12
|
-
--kbq-link-font-compact-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
13
|
-
--kbq-link-font-normal-font-size: 14px;
|
|
14
|
-
--kbq-link-font-normal-line-height: 20px;
|
|
15
|
-
--kbq-link-font-normal-letter-spacing: -0.006em;
|
|
16
|
-
--kbq-link-font-normal-font-weight: normal;
|
|
17
|
-
--kbq-link-font-normal-text-transform: null;
|
|
18
|
-
--kbq-link-font-normal-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
19
|
-
--kbq-link-font-big-font-size: 16px;
|
|
20
|
-
--kbq-link-font-big-line-height: 24px;
|
|
21
|
-
--kbq-link-font-big-letter-spacing: -0.011em;
|
|
22
|
-
--kbq-link-font-big-font-weight: normal;
|
|
23
|
-
--kbq-link-font-big-text-transform: null;
|
|
24
|
-
--kbq-link-font-big-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
6
|
+
--kbq-link-size-compact-content-padding: var(--kbq-size-xxs);
|
|
7
|
+
--kbq-link-size-normal-content-padding: var(--kbq-size-xxs);
|
|
8
|
+
--kbq-link-size-big-content-padding: var(--kbq-size-xxs);
|
|
9
|
+
--kbq-link-font-compact-font-size: var(--kbq-typography-text-compact-font-size);
|
|
10
|
+
--kbq-link-font-compact-line-height: var(--kbq-typography-text-compact-line-height);
|
|
11
|
+
--kbq-link-font-compact-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
|
|
12
|
+
--kbq-link-font-compact-font-weight: var(--kbq-typography-text-compact-font-weight);
|
|
25
13
|
--kbq-link-font-compact-font-family: var(--kbq-typography-text-compact-font-family);
|
|
14
|
+
--kbq-link-font-compact-text-transform: var(--kbq-typography-text-compact-text-transform);
|
|
15
|
+
--kbq-link-font-compact-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
|
|
16
|
+
--kbq-link-font-normal-font-size: var(--kbq-typography-text-normal-font-size);
|
|
17
|
+
--kbq-link-font-normal-line-height: var(--kbq-typography-text-normal-line-height);
|
|
18
|
+
--kbq-link-font-normal-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
19
|
+
--kbq-link-font-normal-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
26
20
|
--kbq-link-font-normal-font-family: var(--kbq-typography-text-normal-font-family);
|
|
21
|
+
--kbq-link-font-normal-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
22
|
+
--kbq-link-font-normal-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
23
|
+
--kbq-link-font-big-font-size: var(--kbq-typography-text-big-font-size);
|
|
24
|
+
--kbq-link-font-big-line-height: var(--kbq-typography-text-big-line-height);
|
|
25
|
+
--kbq-link-font-big-letter-spacing: var(--kbq-typography-text-big-letter-spacing);
|
|
26
|
+
--kbq-link-font-big-font-weight: var(--kbq-typography-text-big-font-weight);
|
|
27
27
|
--kbq-link-font-big-font-family: var(--kbq-typography-text-big-font-family);
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
:root {
|
|
31
|
-
--kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
32
|
-
Arial, sans-serif;
|
|
33
|
-
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
34
|
-
Arial, sans-serif;
|
|
35
|
-
--kbq-typography-text-big-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
36
|
-
sans-serif;
|
|
28
|
+
--kbq-link-font-big-text-transform: var(--kbq-typography-text-big-text-transform);
|
|
29
|
+
--kbq-link-font-big-font-feature-settings: var(--kbq-typography-text-big-font-feature-settings);
|
|
37
30
|
}
|
|
38
31
|
|
|
39
32
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
40
|
-
--kbq-link-text:
|
|
41
|
-
--kbq-link-border-bottom:
|
|
42
|
-
--kbq-link-state-visited-text:
|
|
43
|
-
--kbq-link-state-visited-border-bottom:
|
|
44
|
-
--kbq-link-state-visited-hover-text:
|
|
45
|
-
--kbq-link-state-visited-hover-border-bottom:
|
|
46
|
-
--kbq-link-state-visited-active-text:
|
|
47
|
-
--kbq-link-state-visited-active-border-bottom:
|
|
48
|
-
--kbq-link-state-hover-text:
|
|
49
|
-
--kbq-link-state-hover-border-bottom:
|
|
50
|
-
--kbq-link-state-active-text:
|
|
51
|
-
--kbq-link-state-active-border-bottom:
|
|
52
|
-
--kbq-link-state-focused-outline:
|
|
53
|
-
--kbq-link-state-disabled-text:
|
|
54
|
-
--kbq-link-state-disabled-border-bottom:
|
|
33
|
+
--kbq-link-text: var(--kbq-foreground-theme);
|
|
34
|
+
--kbq-link-border-bottom: var(--kbq-line-theme-less);
|
|
35
|
+
--kbq-link-state-visited-text: var(--kbq-foreground-visited);
|
|
36
|
+
--kbq-link-state-visited-border-bottom: var(--kbq-line-visited);
|
|
37
|
+
--kbq-link-state-visited-hover-text: var(--kbq-states-foreground-visited-hover);
|
|
38
|
+
--kbq-link-state-visited-hover-border-bottom: var(--kbq-line-visited);
|
|
39
|
+
--kbq-link-state-visited-active-text: var(--kbq-states-foreground-visited-active);
|
|
40
|
+
--kbq-link-state-visited-active-border-bottom: var(--kbq-line-visited);
|
|
41
|
+
--kbq-link-state-hover-text: var(--kbq-states-foreground-theme-hover);
|
|
42
|
+
--kbq-link-state-hover-border-bottom: var(--kbq-line-theme-less);
|
|
43
|
+
--kbq-link-state-active-text: var(--kbq-states-foreground-theme-active);
|
|
44
|
+
--kbq-link-state-active-border-bottom: var(--kbq-line-theme-less);
|
|
45
|
+
--kbq-link-state-focused-outline: var(--kbq-states-line-focus-theme);
|
|
46
|
+
--kbq-link-state-disabled-text: var(--kbq-states-foreground-disabled);
|
|
47
|
+
--kbq-link-state-disabled-border-bottom: var(--kbq-states-line-disabled);
|
|
55
48
|
}
|
|
56
49
|
|
|
57
50
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
58
|
-
--kbq-link-text:
|
|
59
|
-
--kbq-link-border-bottom:
|
|
60
|
-
--kbq-link-state-visited-text:
|
|
61
|
-
--kbq-link-state-visited-border-bottom:
|
|
62
|
-
--kbq-link-state-visited-hover-text:
|
|
63
|
-
--kbq-link-state-visited-hover-border-bottom:
|
|
64
|
-
--kbq-link-state-visited-active-text:
|
|
65
|
-
--kbq-link-state-visited-active-border-bottom:
|
|
66
|
-
--kbq-link-state-hover-text:
|
|
67
|
-
--kbq-link-state-hover-border-bottom:
|
|
68
|
-
--kbq-link-state-active-text:
|
|
69
|
-
--kbq-link-state-active-border-bottom:
|
|
70
|
-
--kbq-link-state-focused-outline:
|
|
71
|
-
--kbq-link-state-disabled-text:
|
|
72
|
-
--kbq-link-state-disabled-border-bottom:
|
|
51
|
+
--kbq-link-text: var(--kbq-foreground-theme);
|
|
52
|
+
--kbq-link-border-bottom: var(--kbq-line-theme-less);
|
|
53
|
+
--kbq-link-state-visited-text: var(--kbq-foreground-visited);
|
|
54
|
+
--kbq-link-state-visited-border-bottom: var(--kbq-line-visited);
|
|
55
|
+
--kbq-link-state-visited-hover-text: var(--kbq-states-foreground-visited-hover);
|
|
56
|
+
--kbq-link-state-visited-hover-border-bottom: var(--kbq-line-visited);
|
|
57
|
+
--kbq-link-state-visited-active-text: var(--kbq-states-foreground-visited-active);
|
|
58
|
+
--kbq-link-state-visited-active-border-bottom: var(--kbq-line-visited);
|
|
59
|
+
--kbq-link-state-hover-text: var(--kbq-states-foreground-theme-hover);
|
|
60
|
+
--kbq-link-state-hover-border-bottom: var(--kbq-line-theme-less);
|
|
61
|
+
--kbq-link-state-active-text: var(--kbq-states-foreground-theme-active);
|
|
62
|
+
--kbq-link-state-active-border-bottom: var(--kbq-line-theme-less);
|
|
63
|
+
--kbq-link-state-focused-outline: var(--kbq-states-line-focus-theme);
|
|
64
|
+
--kbq-link-state-disabled-text: var(--kbq-states-foreground-disabled);
|
|
65
|
+
--kbq-link-state-disabled-border-bottom: var(--kbq-states-line-disabled);
|
|
73
66
|
}
|