@koobiq/components 18.4.1 → 18.5.1
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/accordion/_accordion-theme.scss +2 -6
- package/accordion/accordion-tokens.scss +0 -16
- package/accordion/accordion-trigger.component.scss +0 -5
- package/accordion/accordion.component.scss +0 -5
- package/alert/_alert-theme.scss +3 -7
- package/alert/alert-tokens.scss +0 -21
- package/alert/alert.component.scss +0 -3
- package/autocomplete/_autocomplete-theme.scss +0 -6
- package/autocomplete/autocomplete.scss +0 -3
- package/badge/_badge-theme.scss +4 -8
- package/badge/badge-tokens.scss +0 -32
- package/badge/badge.component.scss +0 -3
- package/button/_button-base.scss +0 -3
- package/button/_button-theme.scss +1 -5
- package/button/button-tokens.scss +1 -8
- package/button-toggle/_button-toggle-theme.scss +1 -6
- package/button-toggle/button-toggle-tokens.scss +1 -8
- package/button-toggle/button-toggle.scss +0 -3
- package/checkbox/_checkbox-theme.scss +4 -7
- package/checkbox/checkbox-tokens.scss +0 -28
- package/checkbox/checkbox.scss +0 -3
- package/code-block/_code-block-theme.scss +1 -6
- package/code-block/actionbar.component.scss +0 -4
- package/code-block/code-block-tokens.scss +2 -9
- package/code-block/code-block.scss +1 -3
- package/core/forms/_forms-theme.scss +1 -1
- package/core/forms/_forms.scss +2 -2
- package/core/forms/forms-tokens.scss +0 -15
- package/core/option/_optgroup-theme.scss +1 -1
- package/core/option/_option-theme.scss +2 -2
- package/core/option/action.scss +3 -3
- package/core/option/option-tokens.scss +0 -100
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +0 -2
- package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +0 -28
- package/core/selection/pseudo-checkbox/pseudo-checkbox.scss +0 -3
- package/core/styles/_core.scss +0 -2
- package/core/styles/_koobiq-theme.scss +0 -2
- package/core/styles/common/_groups.scss +4 -12
- package/core/styles/common/_list.scss +0 -3
- package/core/styles/common/_popup.scss +4 -9
- package/core/styles/common/_select.scss +29 -39
- package/core/styles/common/_tokens.scss +1 -3
- package/core/styles/theming/_scrollbar-theme.scss +0 -3
- package/core/styles/visual/_layout.scss +0 -3
- package/datepicker/_datepicker-theme.scss +2 -7
- package/datepicker/calendar-body.scss +0 -8
- package/datepicker/calendar-header.scss +0 -5
- package/datepicker/calendar.scss +0 -5
- package/datepicker/datepicker-content.scss +0 -5
- package/datepicker/datepicker-input.scss +0 -3
- package/datepicker/datepicker-toggle.scss +0 -5
- package/datepicker/datepicker-tokens.scss +0 -7
- package/divider/_divider-theme.scss +0 -4
- package/divider/divider.scss +0 -5
- package/dl/_dl-theme.scss +2 -6
- package/dl/dl-tokens.scss +0 -16
- package/dl/dl.scss +0 -5
- package/dropdown/_dropdown-theme.scss +4 -8
- package/dropdown/dropdown-item.scss +0 -5
- package/dropdown/dropdown-tokens.scss +1 -88
- package/dropdown/dropdown.scss +0 -5
- package/empty-state/_empty-state-theme.scss +4 -7
- package/empty-state/empty-state-tokens.scss +0 -30
- package/empty-state/empty-state.scss +0 -4
- package/esm2022/accordion/accordion-trigger.component.mjs +2 -2
- package/esm2022/accordion/accordion.component.mjs +2 -2
- package/esm2022/alert/alert.component.mjs +2 -2
- package/esm2022/badge/badge.component.mjs +2 -2
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/button-toggle/button-toggle.component.mjs +2 -2
- package/esm2022/checkbox/checkbox.mjs +2 -2
- package/esm2022/code-block/code-block.component.mjs +2 -2
- package/esm2022/core/option/action.mjs +3 -3
- package/esm2022/core/option/optgroup.mjs +3 -3
- package/esm2022/core/option/option.mjs +3 -3
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-body.component.mjs +3 -3
- package/esm2022/datepicker/calendar-header.component.mjs +3 -3
- package/esm2022/datepicker/datepicker.component.mjs +3 -3
- package/esm2022/dl/dl.component.mjs +2 -2
- package/esm2022/dropdown/dropdown-item.component.mjs +2 -2
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/empty-state/empty-state.component.mjs +2 -2
- package/esm2022/file-upload/multiple-file-upload.component.mjs +2 -2
- package/esm2022/file-upload/single-file-upload.component.mjs +2 -2
- package/esm2022/form-field/form-field.mjs +2 -2
- package/esm2022/form-field/hint.mjs +2 -2
- package/esm2022/form-field/password-hint.mjs +2 -2
- package/esm2022/list/list-selection.component.mjs +2 -2
- package/esm2022/list/list.component.mjs +2 -2
- package/esm2022/loader-overlay/loader-overlay.component.mjs +2 -2
- package/esm2022/markdown/markdown.component.mjs +34 -20
- package/esm2022/markdown/markdown.module.mjs +8 -9
- package/esm2022/markdown/markdown.service.mjs +5 -3
- package/esm2022/markdown/markdown.values.mjs +5 -1
- package/esm2022/modal/modal.component.mjs +2 -2
- package/esm2022/navbar/navbar.component.mjs +2 -2
- package/esm2022/navbar/vertical-navbar.component.mjs +2 -2
- package/esm2022/popover/popover-confirm.component.mjs +3 -3
- package/esm2022/popover/popover.component.mjs +3 -3
- package/esm2022/progress-bar/progress-bar.component.mjs +2 -2
- package/esm2022/progress-spinner/progress-spinner.component.mjs +2 -2
- package/esm2022/radio/radio.component.mjs +2 -2
- package/esm2022/risk-level/risk-level.component.mjs +2 -2
- package/esm2022/select/select.component.mjs +4 -4
- package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
- package/esm2022/table/table.component.mjs +2 -2
- package/esm2022/tabs/tab-group.component.mjs +2 -2
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
- package/esm2022/tags/tag-list.component.mjs +2 -2
- package/esm2022/timezone/timezone-option.component.mjs +2 -2
- package/esm2022/timezone/timezone-select.component.mjs +2 -2
- package/esm2022/toast/toast.component.mjs +3 -3
- package/esm2022/toggle/toggle.component.mjs +3 -3
- package/esm2022/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/tree/padding.directive.mjs +2 -2
- package/esm2022/tree/toggle.mjs +2 -2
- package/esm2022/tree/tree-option.component.mjs +2 -2
- package/esm2022/tree/tree-selection.component.mjs +2 -2
- package/esm2022/tree/tree.mjs +2 -2
- package/esm2022/tree-select/tree-select.component.mjs +4 -4
- package/fesm2022/koobiq-components-accordion.mjs +4 -4
- package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
- package/fesm2022/koobiq-components-alert.mjs +2 -2
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +2 -2
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +2 -2
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +2 -2
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +2 -2
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +9 -9
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +6 -6
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +2 -2
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +4 -4
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-empty-state.mjs +2 -2
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +4 -4
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +6 -6
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +4 -4
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +2 -2
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +49 -30
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +2 -2
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +4 -4
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +4 -4
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +2 -2
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +2 -2
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +2 -2
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-risk-level.mjs +2 -2
- package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +4 -4
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +2 -2
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +2 -2
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +4 -4
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +2 -2
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +4 -4
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-toast.mjs +2 -2
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +2 -2
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +4 -4
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +10 -10
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/_file-upload-theme.scss +6 -10
- package/file-upload/file-upload-tokens.scss +0 -39
- package/file-upload/multiple-file-upload.component.scss +10 -13
- package/form-field/_form-field-theme.scss +2 -7
- package/form-field/_hint-theme.scss +2 -6
- package/form-field/cleaner.scss +0 -5
- package/form-field/form-field-tokens.scss +1 -17
- package/form-field/form-field.scss +0 -3
- package/form-field/hint-tokens.scss +0 -14
- package/form-field/password-toggle.scss +0 -5
- package/form-field/stepper.scss +0 -5
- package/icon/_icon-button-theme.scss +0 -5
- package/icon/_icon-item-theme.scss +0 -2
- package/icon/icon-button.scss +0 -3
- package/icon/icon-item.scss +0 -3
- package/icon/icon.scss +0 -3
- package/input/_input-theme.scss +1 -1
- package/input/input-tokens.scss +0 -7
- package/input/input.scss +2 -5
- package/link/_link-theme.scss +3 -3
- package/link/link-tokens.scss +0 -21
- package/list/_list-theme.scss +2 -2
- package/list/list-tokens.scss +0 -28
- package/list/list.scss +0 -3
- package/loader-overlay/_loader-overlay-theme.scss +4 -4
- package/loader-overlay/loader-overlay-tokens.scss +0 -34
- package/loader-overlay/loader-overlay.scss +1 -0
- package/markdown/_markdown-theme.scss +19 -19
- package/markdown/markdown-tokens.scss +3 -112
- package/markdown/markdown.component.d.ts +17 -10
- package/markdown/markdown.module.d.ts +1 -4
- package/markdown/markdown.service.d.ts +4 -1
- package/markdown/markdown.values.d.ts +4 -0
- package/modal/_modal-theme.scss +2 -4
- package/modal/modal-tokens.scss +0 -14
- package/modal/modal.scss +0 -3
- package/navbar/_navbar-item_horizontal.scss +0 -3
- package/navbar/_navbar-item_vertical.scss +0 -4
- package/navbar/navbar-brand.scss +0 -5
- package/navbar/navbar-tokens.scss +1 -1
- package/package.json +4 -5
- package/popover/_popover-theme.scss +2 -2
- package/popover/popover-tokens.scss +0 -15
- package/popover/popover.scss +1 -1
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +2 -2
- package/progress-bar/progress-bar-tokens.scss +0 -14
- package/progress-spinner/_progress-spinner-theme.scss +2 -2
- package/progress-spinner/progress-spinner-tokens.scss +0 -14
- package/radio/_radio-theme.scss +4 -4
- package/radio/radio-tokens.scss +5 -30
- package/radio/radio.scss +2 -2
- package/risk-level/_risk-level-theme.scss +1 -5
- package/risk-level/risk-level-tokens.scss +0 -7
- package/schematics/ng-add/index.js +2 -4
- package/select/_select-theme.scss +4 -4
- package/select/select-tokens.scss +1 -18
- package/select/select.scss +2 -2
- package/sidepanel/_sidepanel-theme.scss +2 -2
- package/sidepanel/sidepanel-tokens.scss +0 -14
- package/table/_table-theme.scss +2 -5
- package/table/table-tokens.scss +0 -14
- package/table/table.scss +0 -3
- package/tabs/_tabs-theme.scss +1 -1
- package/tabs/tab-nav-bar/tab-nav-bar.scss +0 -3
- package/tabs/tabs-tokens.scss +0 -7
- package/tags/_tag-theme.scss +2 -2
- package/tags/tag-input-tokens.scss +0 -7
- package/tags/tag-tokens.scss +0 -14
- package/textarea/_textarea-theme.scss +1 -4
- package/textarea/textarea-tokens.scss +0 -7
- package/textarea/textarea.scss +0 -3
- package/timepicker/timepicker.scss +0 -3
- package/timezone/_timezone-option-theme.scss +4 -8
- package/timezone/timezone-option-tokens.scss +0 -45
- package/timezone/timezone-option.component.scss +0 -3
- package/timezone/timezone-select.component.scss +0 -3
- package/toast/_toast-theme.scss +2 -6
- package/toast/toast-container.component.scss +0 -3
- package/toast/toast-tokens.scss +0 -14
- package/toast/toast.component.scss +1 -4
- package/toggle/_toggle-theme.scss +6 -9
- package/toggle/toggle-tokens.scss +0 -28
- package/toggle/toggle.scss +1 -4
- package/tooltip/_tooltip-theme.scss +2 -2
- package/tooltip/tooltip-tokens.scss +0 -14
- package/tooltip/tooltip.scss +0 -3
- package/tree/_tree-theme.scss +3 -6
- package/tree/toggle.scss +0 -3
- package/tree/tree-option.scss +8 -5
- package/tree/tree-tokens.scss +0 -14
- package/tree-select/_tree-select-theme.scss +1 -5
- package/tree-select/tree-select-tokens.scss +0 -12
- package/tree-select/tree-select.scss +0 -4
- package/core/option/optgroup-tokens.scss +0 -10
- package/core/option/option-action-tokens.scss +0 -3
- package/markdown/README.md +0 -0
|
@@ -1,105 +1,5 @@
|
|
|
1
1
|
.kbq-option {
|
|
2
|
-
--kbq-list-size-container-padding-left: var(--kbq-size-m);
|
|
3
|
-
--kbq-list-size-container-padding-right: var(--kbq-size-m);
|
|
4
|
-
--kbq-list-size-container-padding-vertical: var(--kbq-size-xs);
|
|
5
|
-
--kbq-list-size-container-content-gap-horizontal: var(--kbq-size-s);
|
|
6
|
-
--kbq-list-size-container-content-gap-vertical: var(--kbq-size-3xs);
|
|
7
|
-
--kbq-list-size-container-focus-outline-width: var(--kbq-size-3xs);
|
|
8
|
-
--kbq-list-size-text-padding-vertical: 0;
|
|
9
|
-
--kbq-list-size-header-padding-top: var(--kbq-size-s);
|
|
10
|
-
--kbq-list-size-header-padding-bottom: var(--kbq-size-xxs);
|
|
11
|
-
--kbq-list-size-header-padding-horizontal: var(--kbq-size-m);
|
|
12
|
-
--kbq-list-size-subheading-padding-top: var(--kbq-size-m);
|
|
13
|
-
--kbq-list-size-subheading-padding-bottom: var(--kbq-size-xxs);
|
|
14
|
-
--kbq-list-size-subheading-padding-horizontal: var(--kbq-size-m);
|
|
15
|
-
--kbq-list-font-text-font-size: var(--kbq-typography-text-normal-font-size);
|
|
16
|
-
--kbq-list-font-text-line-height: var(--kbq-typography-text-normal-line-height);
|
|
17
|
-
--kbq-list-font-text-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
18
|
-
--kbq-list-font-text-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
19
|
-
--kbq-list-font-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
20
|
-
--kbq-list-font-text-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
21
|
-
--kbq-list-font-text-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
22
|
-
--kbq-list-font-caption-font-size: var(--kbq-typography-text-compact-font-size);
|
|
23
|
-
--kbq-list-font-caption-line-height: var(--kbq-typography-text-compact-line-height);
|
|
24
|
-
--kbq-list-font-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
|
|
25
|
-
--kbq-list-font-caption-font-weight: var(--kbq-typography-text-compact-font-weight);
|
|
26
|
-
--kbq-list-font-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
27
|
-
--kbq-list-font-caption-text-transform: var(--kbq-typography-text-compact-text-transform);
|
|
28
|
-
--kbq-list-font-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
|
|
29
|
-
--kbq-list-font-header-font-size: var(--kbq-typography-text-big-strong-font-size);
|
|
30
|
-
--kbq-list-font-header-line-height: var(--kbq-typography-text-big-strong-line-height);
|
|
31
|
-
--kbq-list-font-header-letter-spacing: var(--kbq-typography-text-big-strong-letter-spacing);
|
|
32
|
-
--kbq-list-font-header-font-weight: var(--kbq-typography-text-big-strong-font-weight);
|
|
33
|
-
--kbq-list-font-header-font-family: var(--kbq-typography-text-big-strong-font-family);
|
|
34
|
-
--kbq-list-font-header-text-transform: var(--kbq-typography-text-big-strong-text-transform);
|
|
35
|
-
--kbq-list-font-header-font-feature-settings: var(--kbq-typography-text-big-strong-font-feature-settings);
|
|
36
|
-
--kbq-list-font-subheading-font-size: var(--kbq-typography-caps-compact-strong-font-size);
|
|
37
|
-
--kbq-list-font-subheading-line-height: var(--kbq-typography-caps-compact-strong-line-height);
|
|
38
|
-
--kbq-list-font-subheading-letter-spacing: var(--kbq-typography-caps-compact-strong-letter-spacing);
|
|
39
|
-
--kbq-list-font-subheading-font-weight: var(--kbq-typography-caps-compact-strong-font-weight);
|
|
40
|
-
--kbq-list-font-subheading-font-family: var(--kbq-typography-caps-compact-strong-font-family);
|
|
41
|
-
--kbq-list-font-subheading-text-transform: var(--kbq-typography-caps-compact-strong-text-transform);
|
|
42
|
-
--kbq-list-font-subheading-font-feature-settings: var(--kbq-typography-caps-compact-strong-font-feature-settings);
|
|
43
2
|
--kbq-option-size-horizontal-padding: var(--kbq-size-m);
|
|
44
3
|
--kbq-option-size-height: var(--kbq-size-3xl);
|
|
45
4
|
--kbq-option-size-border-width: 2px;
|
|
46
|
-
--kbq-option-font-default-font-size: var(--kbq-typography-text-big-font-size);
|
|
47
|
-
--kbq-option-font-default-line-height: var(--kbq-typography-text-big-line-height);
|
|
48
|
-
--kbq-option-font-default-letter-spacing: var(--kbq-typography-text-big-letter-spacing);
|
|
49
|
-
--kbq-option-font-default-font-weight: var(--kbq-typography-text-big-font-weight);
|
|
50
|
-
--kbq-option-font-default-font-family: var(--kbq-typography-text-big-font-family);
|
|
51
|
-
--kbq-option-font-default-text-transform: var(--kbq-typography-text-big-text-transform);
|
|
52
|
-
--kbq-option-font-default-font-feature-settings: var(--kbq-typography-text-big-font-feature-settings);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
56
|
-
--kbq-list-default-container-background: transparent;
|
|
57
|
-
--kbq-list-default-text-color: var(--kbq-foreground-contrast);
|
|
58
|
-
--kbq-list-default-icon-color: var(--kbq-icon-contrast);
|
|
59
|
-
--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);
|
|
60
|
-
--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);
|
|
61
|
-
--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);
|
|
62
|
-
--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);
|
|
63
|
-
--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);
|
|
64
|
-
--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);
|
|
65
|
-
--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);
|
|
66
|
-
--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);
|
|
67
|
-
--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);
|
|
68
|
-
--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);
|
|
69
|
-
--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);
|
|
70
|
-
--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);
|
|
71
|
-
--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);
|
|
72
|
-
--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);
|
|
73
|
-
--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);
|
|
74
|
-
--kbq-list-states-disabled-container-background: transparent;
|
|
75
|
-
--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);
|
|
76
|
-
--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);
|
|
77
|
-
--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);
|
|
78
|
-
--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
82
|
-
--kbq-list-default-container-background: transparent;
|
|
83
|
-
--kbq-list-default-text-color: var(--kbq-foreground-contrast);
|
|
84
|
-
--kbq-list-default-icon-color: var(--kbq-icon-contrast);
|
|
85
|
-
--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);
|
|
86
|
-
--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);
|
|
87
|
-
--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);
|
|
88
|
-
--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);
|
|
89
|
-
--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);
|
|
90
|
-
--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);
|
|
91
|
-
--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);
|
|
92
|
-
--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);
|
|
93
|
-
--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);
|
|
94
|
-
--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);
|
|
95
|
-
--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);
|
|
96
|
-
--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);
|
|
97
|
-
--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);
|
|
98
|
-
--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);
|
|
99
|
-
--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);
|
|
100
|
-
--kbq-list-states-disabled-container-background: transparent;
|
|
101
|
-
--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);
|
|
102
|
-
--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);
|
|
103
|
-
--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);
|
|
104
|
-
--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled);
|
|
105
5
|
}
|
|
@@ -11,34 +11,6 @@
|
|
|
11
11
|
--kbq-checkbox-size-big-horizontal-content-padding: var(--kbq-size-s);
|
|
12
12
|
--kbq-checkbox-size-big-vertical-content-padding: var(--kbq-size-3xs);
|
|
13
13
|
--kbq-checkbox-size-big-top: var(--kbq-size-xxs);
|
|
14
|
-
--kbq-checkbox-font-normal-label-font-size: var(--kbq-typography-text-normal-font-size);
|
|
15
|
-
--kbq-checkbox-font-normal-label-line-height: var(--kbq-typography-text-normal-line-height);
|
|
16
|
-
--kbq-checkbox-font-normal-label-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
17
|
-
--kbq-checkbox-font-normal-label-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
18
|
-
--kbq-checkbox-font-normal-label-font-family: var(--kbq-typography-text-normal-font-family);
|
|
19
|
-
--kbq-checkbox-font-normal-label-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
20
|
-
--kbq-checkbox-font-normal-label-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
21
|
-
--kbq-checkbox-font-normal-caption-font-size: var(--kbq-typography-text-compact-font-size);
|
|
22
|
-
--kbq-checkbox-font-normal-caption-line-height: var(--kbq-typography-text-compact-line-height);
|
|
23
|
-
--kbq-checkbox-font-normal-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
|
|
24
|
-
--kbq-checkbox-font-normal-caption-font-weight: var(--kbq-typography-text-compact-font-weight);
|
|
25
|
-
--kbq-checkbox-font-normal-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
26
|
-
--kbq-checkbox-font-normal-caption-text-transform: var(--kbq-typography-text-compact-text-transform);
|
|
27
|
-
--kbq-checkbox-font-normal-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
|
|
28
|
-
--kbq-checkbox-font-big-label-font-size: var(--kbq-typography-text-big-font-size);
|
|
29
|
-
--kbq-checkbox-font-big-label-line-height: var(--kbq-typography-text-big-line-height);
|
|
30
|
-
--kbq-checkbox-font-big-label-letter-spacing: var(--kbq-typography-text-big-letter-spacing);
|
|
31
|
-
--kbq-checkbox-font-big-label-font-weight: var(--kbq-typography-text-big-font-weight);
|
|
32
|
-
--kbq-checkbox-font-big-label-font-family: var(--kbq-typography-text-big-font-family);
|
|
33
|
-
--kbq-checkbox-font-big-label-text-transform: var(--kbq-typography-text-big-text-transform);
|
|
34
|
-
--kbq-checkbox-font-big-label-font-feature-settings: var(--kbq-typography-text-big-font-feature-settings);
|
|
35
|
-
--kbq-checkbox-font-big-caption-font-size: var(--kbq-typography-text-normal-font-size);
|
|
36
|
-
--kbq-checkbox-font-big-caption-line-height: var(--kbq-typography-text-normal-line-height);
|
|
37
|
-
--kbq-checkbox-font-big-caption-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
38
|
-
--kbq-checkbox-font-big-caption-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
39
|
-
--kbq-checkbox-font-big-caption-font-family: var(--kbq-typography-text-normal-font-family);
|
|
40
|
-
--kbq-checkbox-font-big-caption-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
41
|
-
--kbq-checkbox-font-big-caption-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
42
14
|
}
|
|
43
15
|
|
|
44
16
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/core/styles/_core.scss
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
|
-
@use '../tokens';
|
|
5
|
-
@use '../common/tokens' as *;
|
|
6
|
-
|
|
7
|
-
$tokens: meta.module-variables(tokens) !default;
|
|
8
|
-
|
|
9
1
|
@mixin border-top-radius($radius) {
|
|
10
2
|
border-top: {
|
|
11
3
|
right-radius: $radius;
|
|
@@ -45,7 +37,7 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
45
37
|
}
|
|
46
38
|
|
|
47
39
|
.kbq-group-item + .kbq-group-item {
|
|
48
|
-
margin-left: calc(-1 * #{var(--kbq-
|
|
40
|
+
margin-left: calc(-1 * #{var(--kbq-size-border-width)});
|
|
49
41
|
}
|
|
50
42
|
|
|
51
43
|
& > .kbq-group-item:first-child:not(:last-child) {
|
|
@@ -81,7 +73,7 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
81
73
|
&:first-child:not(:last-child) {
|
|
82
74
|
@include border-bottom-radius(0);
|
|
83
75
|
|
|
84
|
-
border-top-right-radius: var(--kbq-
|
|
76
|
+
border-top-right-radius: var(--kbq-size-border-radius);
|
|
85
77
|
|
|
86
78
|
> .kbq-form-field__container {
|
|
87
79
|
@include border-bottom-radius(0);
|
|
@@ -91,7 +83,7 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
91
83
|
&:last-child:not(:first-child) {
|
|
92
84
|
@include border-top-radius(0);
|
|
93
85
|
|
|
94
|
-
border-bottom-left-radius: var(--kbq-
|
|
86
|
+
border-bottom-left-radius: var(--kbq-size-border-radius);
|
|
95
87
|
|
|
96
88
|
> .kbq-form-field__container {
|
|
97
89
|
@include border-top-radius(0);
|
|
@@ -108,6 +100,6 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
108
100
|
}
|
|
109
101
|
|
|
110
102
|
.kbq-group-item + .kbq-group-item {
|
|
111
|
-
margin-top: calc(-1 * #{var(--kbq-
|
|
103
|
+
margin-top: calc(-1 * #{var(--kbq-size-border-width)});
|
|
112
104
|
}
|
|
113
105
|
}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
@
|
|
2
|
-
|
|
1
|
+
@mixin popup-params() {
|
|
2
|
+
box-shadow: var(--kbq-popup-shadow);
|
|
3
|
+
border-color: var(--kbq-popup-border);
|
|
3
4
|
|
|
4
|
-
|
|
5
|
-
$popup: map.get($theme, components, popup);
|
|
6
|
-
|
|
7
|
-
box-shadow: var(--kbq-popup-shadow, map.get($popup, shadow));
|
|
8
|
-
border-color: var(--kbq-popup-border, map.get($popup, border));
|
|
9
|
-
|
|
10
|
-
background-color: var(--kbq-popup-background, map.get($popup, background));
|
|
5
|
+
background-color: var(--kbq-popup-background);
|
|
11
6
|
}
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
1
|
@use '../common/vendor-prefixes';
|
|
5
|
-
@use '../tokens';
|
|
6
2
|
@use './tokens' as *;
|
|
7
3
|
|
|
8
|
-
$tokens: meta.module-variables(tokens) !default;
|
|
9
|
-
|
|
10
4
|
%kbq-select-base {
|
|
11
5
|
box-sizing: border-box;
|
|
12
6
|
|
|
@@ -40,37 +34,31 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
40
34
|
|
|
41
35
|
cursor: pointer;
|
|
42
36
|
|
|
43
|
-
height: kbq-
|
|
44
|
-
[form-field-size-height,
|
|
45
|
-
calc(var(--kbq-form-field-size-border-width) * 2)]
|
|
46
|
-
);
|
|
37
|
+
height: calc(var(--kbq-form-field-size-height, var(--kbq-size-3xl)) - calc(var(--kbq-size-border-width) * 2));
|
|
47
38
|
}
|
|
48
39
|
|
|
49
40
|
.kbq-select__trigger.kbq-select__trigger_single,
|
|
50
41
|
.kbq-select__trigger.kbq-select__trigger_multiple.kbq-select__trigger_empty {
|
|
51
42
|
& .kbq-select__matcher {
|
|
52
|
-
padding:
|
|
53
|
-
|
|
54
|
-
form-field-size-border-width]
|
|
43
|
+
padding: calc(
|
|
44
|
+
var(--kbq-select-size-single-padding-vertical, var(--kbq-size-xs)) - var(--kbq-size-border-width)
|
|
55
45
|
)
|
|
56
|
-
kbq-
|
|
57
|
-
kbq-
|
|
58
|
-
kbq-
|
|
46
|
+
calc(var(--kbq-select-size-single-padding-right, var(--kbq-size-xxs)) - var(--kbq-size-border-width))
|
|
47
|
+
calc(var(--kbq-select-size-single-padding-vertical, var(--kbq-size-xs)) - var(--kbq-size-border-width))
|
|
48
|
+
calc(var(--kbq-select-size-single-padding-left, var(--kbq-size-m)) - var(--kbq-size-border-width));
|
|
59
49
|
}
|
|
60
50
|
}
|
|
61
51
|
|
|
62
52
|
.kbq-select__trigger.kbq-select__trigger_multiple:not(.kbq-select__trigger_empty) {
|
|
63
53
|
& .kbq-select__matcher {
|
|
64
|
-
padding:
|
|
65
|
-
|
|
66
|
-
form-field-size-border-width]
|
|
54
|
+
padding: calc(
|
|
55
|
+
var(--kbq-select-size-multiple-padding-vertical, var(--kbq-size-xxs)) - var(--kbq-size-border-width)
|
|
67
56
|
)
|
|
68
|
-
kbq-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
form-field-size-border-width]
|
|
57
|
+
calc(var(--kbq-select-size-multiple-padding-right, var(--kbq-size-xxs)) - var(--kbq-size-border-width))
|
|
58
|
+
calc(
|
|
59
|
+
var(--kbq-select-size-multiple-padding-vertical, var(--kbq-size-xxs)) - var(--kbq-size-border-width)
|
|
72
60
|
)
|
|
73
|
-
kbq-
|
|
61
|
+
calc(var(--kbq-select-size-multiple-padding-left, var(--kbq-size-xxs)) - var(--kbq-size-border-width));
|
|
74
62
|
|
|
75
63
|
.kbq-select__match-container {
|
|
76
64
|
display: flex;
|
|
@@ -81,19 +69,21 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
81
69
|
flex-wrap: wrap;
|
|
82
70
|
overflow: hidden;
|
|
83
71
|
|
|
84
|
-
height:
|
|
85
|
-
|
|
86
|
-
|
|
72
|
+
height: calc(
|
|
73
|
+
var(--kbq-form-field-size-height, var(--kbq-size-3xl)) - calc(
|
|
74
|
+
var(--kbq-select-size-multiple-padding-vertical, var(--kbq-size-xxs)) * 2
|
|
75
|
+
)
|
|
87
76
|
);
|
|
88
77
|
|
|
89
|
-
max-height:
|
|
90
|
-
|
|
91
|
-
|
|
78
|
+
max-height: calc(
|
|
79
|
+
var(--kbq-form-field-size-height, var(--kbq-size-3xl)) - calc(
|
|
80
|
+
var(--kbq-select-size-multiple-padding-vertical, var(--kbq-size-xxs)) * 2
|
|
81
|
+
)
|
|
92
82
|
);
|
|
93
83
|
|
|
94
|
-
gap: var(--kbq-select-size-multiple-content-gap);
|
|
84
|
+
gap: var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs));
|
|
95
85
|
|
|
96
|
-
margin-right: var(--kbq-select-size-multiple-content-gap);
|
|
86
|
+
margin-right: var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs));
|
|
97
87
|
}
|
|
98
88
|
}
|
|
99
89
|
}
|
|
@@ -108,7 +98,7 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
108
98
|
flex: 0 0 70px;
|
|
109
99
|
align-self: center;
|
|
110
100
|
padding-left: 4px;
|
|
111
|
-
padding-right: var(--kbq-select-size-multiple-content-gap);
|
|
101
|
+
padding-right: var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs));
|
|
112
102
|
|
|
113
103
|
text-align: right;
|
|
114
104
|
}
|
|
@@ -146,7 +136,7 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
146
136
|
|
|
147
137
|
overflow: hidden;
|
|
148
138
|
|
|
149
|
-
border-radius: var(--kbq-select-panel-size-border-radius);
|
|
139
|
+
border-radius: var(--kbq-select-panel-size-border-radius, var(--kbq-size-border-radius));
|
|
150
140
|
|
|
151
141
|
// Override optgroup and option to scale based on font-size of the trigger.
|
|
152
142
|
.kbq-optgroup-label,
|
|
@@ -163,15 +153,15 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
163
153
|
position: relative;
|
|
164
154
|
|
|
165
155
|
max-width: 100%;
|
|
166
|
-
height: var(--kbq-option-size-height);
|
|
156
|
+
height: var(--kbq-option-size-height, var(--kbq-size-3xl));
|
|
167
157
|
|
|
168
158
|
cursor: default;
|
|
169
159
|
outline: none;
|
|
170
160
|
|
|
171
|
-
padding-left: var(--kbq-option-size-horizontal-padding);
|
|
172
|
-
padding-right: var(--kbq-option-size-horizontal-padding);
|
|
161
|
+
padding-left: var(--kbq-option-size-horizontal-padding, var(--kbq-size-m));
|
|
162
|
+
padding-right: var(--kbq-option-size-horizontal-padding, var(--kbq-size-m));
|
|
173
163
|
|
|
174
|
-
border: var(--kbq-option-size-border-width) solid transparent;
|
|
164
|
+
border: var(--kbq-option-size-border-width, var(--kbq-size-3xs)) solid transparent;
|
|
175
165
|
}
|
|
176
166
|
|
|
177
167
|
.kbq-select__search-container {
|
|
@@ -183,7 +173,7 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
183
173
|
}
|
|
184
174
|
|
|
185
175
|
%kbq-select-content {
|
|
186
|
-
max-height: var(--kbq-select-panel-size-max-height);
|
|
176
|
+
max-height: var(--kbq-select-panel-size-max-height, 256px);
|
|
187
177
|
padding: 4px 0;
|
|
188
178
|
overflow: hidden auto;
|
|
189
179
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
@use 'sass:meta';
|
|
3
|
-
@use 'sass:string';
|
|
4
|
-
@use 'sass:list';
|
|
5
3
|
|
|
6
4
|
@use '../tokens';
|
|
7
5
|
|
|
@@ -25,7 +23,7 @@ $tokens: meta.module-variables(tokens) !default;
|
|
|
25
23
|
@include kbq-css-font-variable($component, $property, letter-spacing, font-);
|
|
26
24
|
}
|
|
27
25
|
|
|
28
|
-
@mixin kbq-typography-level-to-
|
|
26
|
+
@mixin kbq-typography-level-to-styles-css-variables($component, $property) {
|
|
29
27
|
@include kbq-css-font-variable($component, $property, font-size, '');
|
|
30
28
|
@include kbq-css-font-variable($component, $property, font-weight, '');
|
|
31
29
|
@include kbq-css-font-variable($component, $property, line-height, '');
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
|
-
@use '../core/styles/theming/theming';
|
|
5
|
-
@use '../core/styles/typography/typography-utils' as *;
|
|
6
1
|
@use '../core/styles/common/tokens' as *;
|
|
7
2
|
|
|
8
3
|
@mixin kbq-datepicker-theme() {
|
|
@@ -54,10 +49,10 @@
|
|
|
54
49
|
|
|
55
50
|
@mixin kbq-datepicker-typography() {
|
|
56
51
|
.kbq-calendar {
|
|
57
|
-
@include kbq-typography-
|
|
52
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
58
53
|
}
|
|
59
54
|
|
|
60
55
|
.kbq-calendar__table-header th {
|
|
61
|
-
@include kbq-typography-
|
|
56
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
62
57
|
}
|
|
63
58
|
}
|
package/datepicker/calendar.scss
CHANGED
|
@@ -9,13 +9,6 @@
|
|
|
9
9
|
--kbq-datepicker-size-grid-cell-padding-horizontal: var(--kbq-size-s);
|
|
10
10
|
--kbq-datepicker-size-grid-cell-padding-vertical: var(--kbq-size-s);
|
|
11
11
|
--kbq-datepicker-size-grid-cell-border-radius: var(--kbq-size-s);
|
|
12
|
-
--kbq-datepicker-font-text-font-size: var(--kbq-typography-text-normal-font-size);
|
|
13
|
-
--kbq-datepicker-font-text-line-height: var(--kbq-typography-text-normal-line-height);
|
|
14
|
-
--kbq-datepicker-font-text-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
15
|
-
--kbq-datepicker-font-text-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
16
|
-
--kbq-datepicker-font-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
17
|
-
--kbq-datepicker-font-text-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
18
|
-
--kbq-datepicker-font-text-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
19
12
|
}
|
|
20
13
|
|
|
21
14
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/divider/divider.scss
CHANGED
package/dl/_dl-theme.scss
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
|
-
@use '../core/styles/typography/typography-utils' as *;
|
|
5
1
|
@use '../core/styles/common/tokens' as *;
|
|
6
2
|
|
|
7
3
|
@mixin kbq-dl-theme() {
|
|
@@ -17,11 +13,11 @@
|
|
|
17
13
|
@mixin kbq-dl-typography() {
|
|
18
14
|
.kbq-dl {
|
|
19
15
|
& .kbq-dt {
|
|
20
|
-
@include kbq-typography-
|
|
16
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
21
17
|
}
|
|
22
18
|
|
|
23
19
|
& .kbq-dd {
|
|
24
|
-
@include kbq-typography-
|
|
20
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
25
21
|
}
|
|
26
22
|
}
|
|
27
23
|
}
|
package/dl/dl-tokens.scss
CHANGED
|
@@ -3,22 +3,6 @@
|
|
|
3
3
|
--kbq-description-list-size-horizontal-gap-vertical: var(--kbq-size-l);
|
|
4
4
|
--kbq-description-list-size-vertical-content-gap-vertical: var(--kbq-size-3xs);
|
|
5
5
|
--kbq-description-list-size-vertical-gap-vertical: var(--kbq-size-m);
|
|
6
|
-
--kbq-description-list-font-term-font-size: var(--kbq-typography-text-normal-font-size);
|
|
7
|
-
--kbq-description-list-font-term-line-height: var(--kbq-typography-text-normal-line-height);
|
|
8
|
-
--kbq-description-list-font-term-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
9
|
-
--kbq-description-list-font-term-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
10
|
-
--kbq-description-list-font-term-font-family: var(--kbq-typography-text-normal-font-family);
|
|
11
|
-
--kbq-description-list-font-term-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
12
|
-
--kbq-description-list-font-term-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
13
|
-
--kbq-description-list-font-description-font-size: var(--kbq-typography-text-normal-font-size);
|
|
14
|
-
--kbq-description-list-font-description-line-height: var(--kbq-typography-text-normal-line-height);
|
|
15
|
-
--kbq-description-list-font-description-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
16
|
-
--kbq-description-list-font-description-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
17
|
-
--kbq-description-list-font-description-font-family: var(--kbq-typography-text-normal-font-family);
|
|
18
|
-
--kbq-description-list-font-description-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
19
|
-
--kbq-description-list-font-description-font-feature-settings: var(
|
|
20
|
-
--kbq-typography-text-normal-font-feature-settings
|
|
21
|
-
);
|
|
22
6
|
}
|
|
23
7
|
|
|
24
8
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/dl/dl.scss
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
1
|
@use '../core/styles/theming/theming' as *;
|
|
5
|
-
@use '../core/styles/typography/typography-utils' as *;
|
|
6
2
|
@use '../core/styles/common/tokens' as *;
|
|
7
3
|
|
|
8
4
|
@mixin kbq-dropdown-item-state($style-name) {
|
|
@@ -59,18 +55,18 @@
|
|
|
59
55
|
@mixin kbq-dropdown-typography() {
|
|
60
56
|
.kbq-dropdown-item,
|
|
61
57
|
.kbq-dropdown__content {
|
|
62
|
-
@include kbq-typography-
|
|
58
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
63
59
|
|
|
64
60
|
.kbq-dropdown-item__caption {
|
|
65
|
-
@include kbq-typography-
|
|
61
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-compact);
|
|
66
62
|
}
|
|
67
63
|
}
|
|
68
64
|
|
|
69
65
|
.kbq-dropdown__group-header {
|
|
70
|
-
@include kbq-typography-
|
|
66
|
+
@include kbq-typography-level-to-styles_css-variables(typography, big-strong);
|
|
71
67
|
|
|
72
68
|
&.kbq-dropdown__group-header_small {
|
|
73
|
-
@include kbq-typography-
|
|
69
|
+
@include kbq-typography-level-to-styles_css-variables(typography, caps-compact-strong);
|
|
74
70
|
}
|
|
75
71
|
}
|
|
76
72
|
}
|