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