@koobiq/components 18.4.1 → 18.5.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/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 +0 -2
- 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,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-accordion-theme() {
|
|
@@ -49,7 +45,7 @@
|
|
|
49
45
|
@mixin kbq-accordion-typography() {
|
|
50
46
|
.kbq-accordion-header,
|
|
51
47
|
.kbq-accordion-trigger {
|
|
52
|
-
@include kbq-typography-
|
|
48
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-big);
|
|
53
49
|
}
|
|
54
50
|
|
|
55
51
|
.kbq-accordion-trigger__caption {
|
|
@@ -57,6 +53,6 @@
|
|
|
57
53
|
}
|
|
58
54
|
|
|
59
55
|
.kbq-accordion-content {
|
|
60
|
-
@include kbq-typography-
|
|
56
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
61
57
|
}
|
|
62
58
|
}
|
|
@@ -4,22 +4,6 @@
|
|
|
4
4
|
--kbq-accordion-size-item-header-variant-hug-padding: var(--kbq-size-xs) var(--kbq-size-s) var(--kbq-size-xs)
|
|
5
5
|
var(--kbq-size-m);
|
|
6
6
|
--kbq-accordion-size-item-content-padding: 0px var(--kbq-size-m) var(--kbq-size-s) var(--kbq-size-m);
|
|
7
|
-
--kbq-accordion-font-item-header-text-font-size: var(--kbq-typography-text-big-font-size);
|
|
8
|
-
--kbq-accordion-font-item-header-text-line-height: var(--kbq-typography-text-big-line-height);
|
|
9
|
-
--kbq-accordion-font-item-header-text-letter-spacing: var(--kbq-typography-text-big-letter-spacing);
|
|
10
|
-
--kbq-accordion-font-item-header-text-font-weight: var(--kbq-typography-text-big-font-weight);
|
|
11
|
-
--kbq-accordion-font-item-header-text-font-family: var(--kbq-typography-text-big-font-family);
|
|
12
|
-
--kbq-accordion-font-item-header-text-text-transform: var(--kbq-typography-text-big-text-transform);
|
|
13
|
-
--kbq-accordion-font-item-header-text-font-feature-settings: var(--kbq-typography-text-big-font-feature-settings);
|
|
14
|
-
--kbq-accordion-font-item-content-text-font-size: var(--kbq-typography-text-normal-font-size);
|
|
15
|
-
--kbq-accordion-font-item-content-text-line-height: var(--kbq-typography-text-normal-line-height);
|
|
16
|
-
--kbq-accordion-font-item-content-text-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
17
|
-
--kbq-accordion-font-item-content-text-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
18
|
-
--kbq-accordion-font-item-content-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
19
|
-
--kbq-accordion-font-item-content-text-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
20
|
-
--kbq-accordion-font-item-content-text-font-feature-settings: var(
|
|
21
|
-
--kbq-typography-text-normal-font-feature-settings
|
|
22
|
-
);
|
|
23
7
|
}
|
|
24
8
|
|
|
25
9
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/alert/_alert-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-alert-style($type, $style-name) {
|
|
@@ -68,14 +64,14 @@
|
|
|
68
64
|
|
|
69
65
|
@mixin kbq-alert-typography() {
|
|
70
66
|
.kbq-alert {
|
|
71
|
-
@include kbq-typography-
|
|
67
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
72
68
|
|
|
73
69
|
.kbq-alert__title {
|
|
74
|
-
@include kbq-typography-
|
|
70
|
+
@include kbq-typography-level-to-styles_css-variables(typography, subheading);
|
|
75
71
|
}
|
|
76
72
|
|
|
77
73
|
&.kbq-alert_compact .kbq-alert__title {
|
|
78
|
-
@include kbq-typography-
|
|
74
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-big-strong);
|
|
79
75
|
}
|
|
80
76
|
}
|
|
81
77
|
}
|
package/alert/alert-tokens.scss
CHANGED
|
@@ -39,27 +39,6 @@
|
|
|
39
39
|
--kbq-alert-size-compact-button-stack-padding-bottom: var(--kbq-size-3xs);
|
|
40
40
|
--kbq-alert-size-compact-no-title-icon-margin-top: var(--kbq-size-m);
|
|
41
41
|
--kbq-alert-size-compact-no-title-icon-padding-top: var(--kbq-size-3xs);
|
|
42
|
-
--kbq-alert-font-title-font-size: var(--kbq-typography-subheading-font-size);
|
|
43
|
-
--kbq-alert-font-title-line-height: var(--kbq-typography-subheading-line-height);
|
|
44
|
-
--kbq-alert-font-title-letter-spacing: var(--kbq-typography-subheading-letter-spacing);
|
|
45
|
-
--kbq-alert-font-title-font-weight: var(--kbq-typography-subheading-font-weight);
|
|
46
|
-
--kbq-alert-font-title-font-family: var(--kbq-typography-subheading-font-family);
|
|
47
|
-
--kbq-alert-font-title-text-transform: var(--kbq-typography-subheading-text-transform);
|
|
48
|
-
--kbq-alert-font-title-font-feature-settings: var(--kbq-typography-subheading-font-feature-settings);
|
|
49
|
-
--kbq-alert-font-title-compact-font-size: var(--kbq-typography-text-big-strong-font-size);
|
|
50
|
-
--kbq-alert-font-title-compact-line-height: var(--kbq-typography-text-big-strong-line-height);
|
|
51
|
-
--kbq-alert-font-title-compact-letter-spacing: var(--kbq-typography-text-big-strong-letter-spacing);
|
|
52
|
-
--kbq-alert-font-title-compact-font-weight: var(--kbq-typography-text-big-strong-font-weight);
|
|
53
|
-
--kbq-alert-font-title-compact-font-family: var(--kbq-typography-text-big-strong-font-family);
|
|
54
|
-
--kbq-alert-font-title-compact-text-transform: var(--kbq-typography-text-big-strong-text-transform);
|
|
55
|
-
--kbq-alert-font-title-compact-font-feature-settings: var(--kbq-typography-text-big-strong-font-feature-settings);
|
|
56
|
-
--kbq-alert-font-text-font-size: var(--kbq-typography-text-normal-font-size);
|
|
57
|
-
--kbq-alert-font-text-line-height: var(--kbq-typography-text-normal-line-height);
|
|
58
|
-
--kbq-alert-font-text-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
59
|
-
--kbq-alert-font-text-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
60
|
-
--kbq-alert-font-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
61
|
-
--kbq-alert-font-text-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
62
|
-
--kbq-alert-font-text-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
63
42
|
}
|
|
64
43
|
|
|
65
44
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/badge/_badge-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-badge-style($type, $sub-type, $style-name) {
|
|
@@ -89,18 +85,18 @@
|
|
|
89
85
|
|
|
90
86
|
@mixin kbq-badge-typography() {
|
|
91
87
|
.kbq-badge {
|
|
92
|
-
@include kbq-typography-
|
|
88
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal-medium);
|
|
93
89
|
|
|
94
90
|
& .kbq-badge-caption {
|
|
95
|
-
@include kbq-typography-
|
|
91
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
96
92
|
}
|
|
97
93
|
}
|
|
98
94
|
|
|
99
95
|
.kbq-badge_compact {
|
|
100
|
-
@include kbq-typography-
|
|
96
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-compact-medium);
|
|
101
97
|
|
|
102
98
|
& .kbq-badge-caption {
|
|
103
|
-
@include kbq-typography-
|
|
99
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-compact);
|
|
104
100
|
}
|
|
105
101
|
}
|
|
106
102
|
}
|
package/badge/badge-tokens.scss
CHANGED
|
@@ -22,38 +22,6 @@
|
|
|
22
22
|
--kbq-badge-size-compact-content-padding: var(--kbq-size-3xs);
|
|
23
23
|
--kbq-badge-size-compact-border-width: var(--kbq-size-border-width);
|
|
24
24
|
--kbq-badge-size-compact-border-radius: var(--kbq-size-xxs);
|
|
25
|
-
--kbq-badge-font-normal-default-font-size: var(--kbq-typography-text-normal-medium-font-size);
|
|
26
|
-
--kbq-badge-font-normal-default-line-height: var(--kbq-typography-text-normal-medium-line-height);
|
|
27
|
-
--kbq-badge-font-normal-default-letter-spacing: var(--kbq-typography-text-normal-medium-letter-spacing);
|
|
28
|
-
--kbq-badge-font-normal-default-font-weight: var(--kbq-typography-text-normal-medium-font-weight);
|
|
29
|
-
--kbq-badge-font-normal-default-font-family: var(--kbq-typography-text-normal-medium-font-family);
|
|
30
|
-
--kbq-badge-font-normal-default-text-transform: var(--kbq-typography-text-normal-medium-text-transform);
|
|
31
|
-
--kbq-badge-font-normal-default-font-feature-settings: var(
|
|
32
|
-
--kbq-typography-text-normal-medium-font-feature-settings
|
|
33
|
-
);
|
|
34
|
-
--kbq-badge-font-normal-caption-font-size: var(--kbq-typography-text-normal-font-size);
|
|
35
|
-
--kbq-badge-font-normal-caption-line-height: var(--kbq-typography-text-normal-line-height);
|
|
36
|
-
--kbq-badge-font-normal-caption-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
37
|
-
--kbq-badge-font-normal-caption-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
38
|
-
--kbq-badge-font-normal-caption-font-family: var(--kbq-typography-text-normal-font-family);
|
|
39
|
-
--kbq-badge-font-normal-caption-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
40
|
-
--kbq-badge-font-normal-caption-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
41
|
-
--kbq-badge-font-compact-default-font-size: var(--kbq-typography-text-compact-medium-font-size);
|
|
42
|
-
--kbq-badge-font-compact-default-line-height: var(--kbq-typography-text-compact-medium-line-height);
|
|
43
|
-
--kbq-badge-font-compact-default-letter-spacing: var(--kbq-typography-text-compact-medium-letter-spacing);
|
|
44
|
-
--kbq-badge-font-compact-default-font-weight: var(--kbq-typography-text-compact-medium-font-weight);
|
|
45
|
-
--kbq-badge-font-compact-default-font-family: var(--kbq-typography-text-compact-medium-font-family);
|
|
46
|
-
--kbq-badge-font-compact-default-text-transform: var(--kbq-typography-text-compact-medium-text-transform);
|
|
47
|
-
--kbq-badge-font-compact-default-font-feature-settings: var(
|
|
48
|
-
--kbq-typography-text-compact-medium-font-feature-settings
|
|
49
|
-
);
|
|
50
|
-
--kbq-badge-font-compact-caption-font-size: var(--kbq-typography-text-compact-font-size);
|
|
51
|
-
--kbq-badge-font-compact-caption-line-height: var(--kbq-typography-text-compact-line-height);
|
|
52
|
-
--kbq-badge-font-compact-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
|
|
53
|
-
--kbq-badge-font-compact-caption-font-weight: var(--kbq-typography-text-compact-font-weight);
|
|
54
|
-
--kbq-badge-font-compact-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
55
|
-
--kbq-badge-font-compact-caption-text-transform: var(--kbq-typography-text-compact-text-transform);
|
|
56
|
-
--kbq-badge-font-compact-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
|
|
57
25
|
}
|
|
58
26
|
|
|
59
27
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/button/_button-base.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 _icon($left-icon, $right-icon) {
|
|
@@ -102,7 +98,7 @@
|
|
|
102
98
|
@mixin kbq-button-typography() {
|
|
103
99
|
.kbq-button,
|
|
104
100
|
.kbq-button-icon {
|
|
105
|
-
@include kbq-typography-
|
|
101
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal-medium);
|
|
106
102
|
}
|
|
107
103
|
|
|
108
104
|
.kbq-button-icon.kbq-button-wrapper {
|
|
@@ -8,16 +8,9 @@
|
|
|
8
8
|
.kbq-button-icon {
|
|
9
9
|
--kbq-button-size-height: var(--kbq-size-3xl);
|
|
10
10
|
--kbq-button-size-border-width: var(--kbq-size-border-width);
|
|
11
|
-
--kbq-button-size-border-radius: var(--kbq-size-
|
|
11
|
+
--kbq-button-size-border-radius: var(--kbq-size-border-radius);
|
|
12
12
|
--kbq-button-size-horizontal-padding: var(--kbq-size-m);
|
|
13
13
|
--kbq-button-size-content-padding: var(--kbq-size-xs);
|
|
14
|
-
--kbq-button-font-default-font-size: var(--kbq-typography-text-normal-medium-font-size);
|
|
15
|
-
--kbq-button-font-default-line-height: var(--kbq-typography-text-normal-medium-line-height);
|
|
16
|
-
--kbq-button-font-default-letter-spacing: var(--kbq-typography-text-normal-medium-letter-spacing);
|
|
17
|
-
--kbq-button-font-default-font-weight: var(--kbq-typography-text-normal-medium-font-weight);
|
|
18
|
-
--kbq-button-font-default-font-family: var(--kbq-typography-text-normal-medium-font-family);
|
|
19
|
-
--kbq-button-font-default-text-transform: var(--kbq-typography-text-normal-medium-text-transform);
|
|
20
|
-
--kbq-button-font-default-font-feature-settings: var(--kbq-typography-text-normal-medium-font-feature-settings);
|
|
21
14
|
}
|
|
22
15
|
|
|
23
16
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
|
-
@use '../core/styles/typography/typography-utils' as *;
|
|
5
|
-
|
|
6
1
|
@use '../core/styles/common/tokens' as *;
|
|
7
2
|
|
|
8
3
|
@mixin kbq-button-toggle-state($state-name) {
|
|
@@ -62,6 +57,6 @@
|
|
|
62
57
|
|
|
63
58
|
@mixin kbq-button-toggle-typography() {
|
|
64
59
|
.kbq-button-toggle .kbq-button-toggle-wrapper {
|
|
65
|
-
@include kbq-typography-
|
|
60
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal-medium);
|
|
66
61
|
}
|
|
67
62
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.kbq-button-toggle-group {
|
|
2
|
-
--kbq-button-toggle-size-container-border-radius: var(--kbq-size-
|
|
2
|
+
--kbq-button-toggle-size-container-border-radius: var(--kbq-size-border-radius);
|
|
3
3
|
--kbq-button-toggle-size-container-padding-horizontal: var(--kbq-size-xxs);
|
|
4
4
|
--kbq-button-toggle-size-container-padding-vertical: var(--kbq-size-xxs);
|
|
5
5
|
--kbq-button-toggle-size-container-content-gap-horizontal: var(--kbq-size-xxs);
|
|
@@ -9,13 +9,6 @@
|
|
|
9
9
|
--kbq-button-toggle-size-item-padding-vertical: var(--kbq-size-3xs);
|
|
10
10
|
--kbq-button-toggle-size-item-content-gap-horizontal: var(--kbq-size-xxs);
|
|
11
11
|
--kbq-button-toggle-size-item-focus-outline-width: var(--kbq-size-3xs);
|
|
12
|
-
--kbq-button-toggle-font-item-font-size: var(--kbq-typography-text-normal-medium-font-size);
|
|
13
|
-
--kbq-button-toggle-font-item-line-height: var(--kbq-typography-text-normal-medium-line-height);
|
|
14
|
-
--kbq-button-toggle-font-item-letter-spacing: var(--kbq-typography-text-normal-medium-letter-spacing);
|
|
15
|
-
--kbq-button-toggle-font-item-font-weight: var(--kbq-typography-text-normal-medium-font-weight);
|
|
16
|
-
--kbq-button-toggle-font-item-font-family: var(--kbq-typography-text-normal-medium-font-family);
|
|
17
|
-
--kbq-button-toggle-font-item-text-transform: var(--kbq-typography-text-normal-medium-text-transform);
|
|
18
|
-
--kbq-button-toggle-font-item-font-feature-settings: var(--kbq-typography-text-normal-medium-font-feature-settings);
|
|
19
12
|
}
|
|
20
13
|
|
|
21
14
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
1
|
@use '../core/styles/typography/typography-utils' as *;
|
|
5
2
|
@use '../core/styles/common/tokens' as *;
|
|
6
3
|
|
|
@@ -101,18 +98,18 @@
|
|
|
101
98
|
|
|
102
99
|
@mixin kbq-checkbox-typography() {
|
|
103
100
|
.kbq-checkbox {
|
|
104
|
-
@include kbq-typography-
|
|
101
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
105
102
|
|
|
106
103
|
& .kbq-hint .kbq-hint__text {
|
|
107
|
-
@include kbq-typography-
|
|
104
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-compact);
|
|
108
105
|
}
|
|
109
106
|
}
|
|
110
107
|
|
|
111
108
|
.kbq-checkbox.kbq-checkbox_big {
|
|
112
|
-
@include kbq-typography-
|
|
109
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-big);
|
|
113
110
|
|
|
114
111
|
& .kbq-hint .kbq-hint__text {
|
|
115
|
-
@include kbq-typography-
|
|
112
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
116
113
|
}
|
|
117
114
|
}
|
|
118
115
|
}
|
|
@@ -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/checkbox/checkbox.scss
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
@use 'sass:list';
|
|
4
|
-
|
|
5
|
-
@use '../core/styles/typography/typography-utils' as *;
|
|
6
1
|
@use '../core/styles/common/tokens' as *;
|
|
7
2
|
|
|
8
3
|
@function kbq-code-block-hljs-attr($attr) {
|
|
@@ -364,7 +359,7 @@
|
|
|
364
359
|
|
|
365
360
|
@mixin kbq-code-block-typography() {
|
|
366
361
|
.kbq-code-block {
|
|
367
|
-
@include kbq-typography-
|
|
362
|
+
@include kbq-typography-level-to-styles_css-variables(typography, mono-codeblock);
|
|
368
363
|
|
|
369
364
|
& .kbq-code-block__code {
|
|
370
365
|
font: inherit;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
@use '../core/styles/tokens';
|
|
4
1
|
@use '../core/styles/common/tokens' as *;
|
|
5
2
|
|
|
6
|
-
$tokens: meta.module-variables(tokens) !default;
|
|
7
3
|
$actionbar-indents: var(--kbq-code-block-size-actionbar-padding-vertical)
|
|
8
4
|
var(--kbq-code-block-size-actionbar-padding-horizontal);
|
|
9
5
|
|
|
@@ -20,13 +20,6 @@
|
|
|
20
20
|
--kbq-code-block-size-collapse-expanded-padding-bottom: var(--kbq-size-l);
|
|
21
21
|
--kbq-code-block-size-collapse-collapsed-padding-top: var(--kbq-size-3xl);
|
|
22
22
|
--kbq-code-block-size-collapse-collapsed-padding-bottom: var(--kbq-size-l);
|
|
23
|
-
--kbq-code-block-font-default-font-size: var(--kbq-typography-mono-codeblock-font-size);
|
|
24
|
-
--kbq-code-block-font-default-line-height: var(--kbq-typography-mono-codeblock-line-height);
|
|
25
|
-
--kbq-code-block-font-default-letter-spacing: var(--kbq-typography-mono-codeblock-letter-spacing);
|
|
26
|
-
--kbq-code-block-font-default-font-weight: var(--kbq-typography-mono-codeblock-font-weight);
|
|
27
|
-
--kbq-code-block-font-default-font-family: var(--kbq-typography-mono-codeblock-font-family);
|
|
28
|
-
--kbq-code-block-font-default-text-transform: var(--kbq-typography-mono-codeblock-text-transform);
|
|
29
|
-
--kbq-code-block-font-default-font-feature-settings: var(--kbq-typography-mono-codeblock-font-feature-settings);
|
|
30
23
|
--kbq-code-block-font-hljs-addition-font-style: null;
|
|
31
24
|
--kbq-code-block-font-hljs-addition-font-weight: null;
|
|
32
25
|
--kbq-code-block-font-hljs-attr-font-style: null;
|
|
@@ -150,7 +143,7 @@
|
|
|
150
143
|
);
|
|
151
144
|
--kbq-code-block-filled-collapse-button-expand-background: var(--kbq-background-bg-secondary);
|
|
152
145
|
--kbq-code-block-outline-container-background: var(--kbq-background-card);
|
|
153
|
-
--kbq-code-block-outline-container-border-color: var(--kbq-line-contrast-less);
|
|
146
|
+
--kbq-code-block-outline-container-border-color: var(--kbq-divider-color, var(--kbq-line-contrast-less));
|
|
154
147
|
--kbq-code-block-outline-header-background: var(--kbq-background-card);
|
|
155
148
|
--kbq-code-block-outline-header-scroll-shadow: var(--kbq-shadow-overflow-normal-bottom);
|
|
156
149
|
--kbq-code-block-outline-actionbar-fade-gradient: linear-gradient(90deg, transparent, var(--kbq-background-card));
|
|
@@ -269,7 +262,7 @@
|
|
|
269
262
|
|
|
270
263
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
271
264
|
--kbq-code-block-filled-container-background: var(--kbq-background-bg-secondary);
|
|
272
|
-
--kbq-code-block-filled-container-border-color: var(--kbq-line-contrast-less);
|
|
265
|
+
--kbq-code-block-filled-container-border-color: var(--kbq-divider-color, var(--kbq-line-contrast-less));
|
|
273
266
|
--kbq-code-block-filled-header-background: var(--kbq-background-bg-secondary);
|
|
274
267
|
--kbq-code-block-filled-header-scroll-shadow: var(--kbq-shadow-overflow-normal-bottom);
|
|
275
268
|
--kbq-code-block-filled-actionbar-fade-gradient: linear-gradient(
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
1
|
@use '../core/styles/common/tokens' as *;
|
|
4
2
|
|
|
5
3
|
@use './code-block-theme' as *;
|
|
@@ -194,7 +192,7 @@ $border-width: var(--kbq-code-block-size-container-border-width);
|
|
|
194
192
|
}
|
|
195
193
|
|
|
196
194
|
.bg-wrapper {
|
|
197
|
-
border-radius: var(--kbq-
|
|
195
|
+
border-radius: var(--kbq-size-border-radius);
|
|
198
196
|
}
|
|
199
197
|
}
|
|
200
198
|
|
package/core/forms/_forms.scss
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.kbq-form-horizontal {
|
|
15
|
-
$line-height: var(--kbq-
|
|
16
|
-
$form-field-size-height: var(--kbq-form-field-size-height);
|
|
15
|
+
$line-height: var(--kbq-typography-text-normal-line-height);
|
|
16
|
+
$form-field-size-height: var(--kbq-form-field-size-height, var(--kbq-size-3xl));
|
|
17
17
|
|
|
18
18
|
& .kbq-form-row_margin {
|
|
19
19
|
margin-bottom: var(--kbq-forms-size-horizontal-row-margin-bottom);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
.kbq-form {
|
|
2
|
-
--kbq-form-field-size-height: var(--kbq-size-3xl);
|
|
3
2
|
--kbq-forms-size-horizontal-row-margin-bottom: var(--kbq-size-xl);
|
|
4
3
|
--kbq-forms-size-horizontal-control-padding-left: var(--kbq-size-l);
|
|
5
4
|
--kbq-forms-size-horizontal-legend-margin-top: var(--kbq-size-3xl);
|
|
@@ -10,20 +9,6 @@
|
|
|
10
9
|
--kbq-forms-size-vertical-control-padding-left: var(--kbq-size-xxl);
|
|
11
10
|
--kbq-forms-size-vertical-legend-margin-top: var(--kbq-size-3xl);
|
|
12
11
|
--kbq-forms-size-vertical-legend-margin-bottom: var(--kbq-size-m);
|
|
13
|
-
--kbq-forms-font-label-font-size: var(--kbq-typography-text-normal-font-size);
|
|
14
|
-
--kbq-forms-font-label-line-height: var(--kbq-typography-text-normal-line-height);
|
|
15
|
-
--kbq-forms-font-label-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
16
|
-
--kbq-forms-font-label-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
17
|
-
--kbq-forms-font-label-font-family: var(--kbq-typography-text-normal-font-family);
|
|
18
|
-
--kbq-forms-font-label-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
19
|
-
--kbq-forms-font-label-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
20
|
-
--kbq-forms-font-legend-font-size: var(--kbq-typography-subheading-font-size);
|
|
21
|
-
--kbq-forms-font-legend-line-height: var(--kbq-typography-subheading-line-height);
|
|
22
|
-
--kbq-forms-font-legend-letter-spacing: var(--kbq-typography-subheading-letter-spacing);
|
|
23
|
-
--kbq-forms-font-legend-font-weight: var(--kbq-typography-subheading-font-weight);
|
|
24
|
-
--kbq-forms-font-legend-font-family: var(--kbq-typography-subheading-font-family);
|
|
25
|
-
--kbq-forms-font-legend-text-transform: var(--kbq-typography-subheading-text-transform);
|
|
26
|
-
--kbq-forms-font-legend-font-feature-settings: var(--kbq-typography-subheading-font-feature-settings);
|
|
27
12
|
}
|
|
28
13
|
|
|
29
14
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
|
|
46
46
|
@mixin kbq-option-typography() {
|
|
47
47
|
.kbq-option {
|
|
48
|
-
@include kbq-typography-
|
|
48
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.kbq-list-option-caption {
|
|
52
|
-
@include kbq-typography-
|
|
52
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-compact);
|
|
53
53
|
}
|
|
54
54
|
}
|
package/core/option/action.scss
CHANGED
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
|
|
15
15
|
margin-right: -2px;
|
|
16
16
|
|
|
17
|
-
width: var(--kbq-
|
|
18
|
-
height: var(--kbq-
|
|
17
|
+
width: var(--kbq-typography-text-normal-line-height);
|
|
18
|
+
height: var(--kbq-typography-text-normal-line-height);
|
|
19
19
|
|
|
20
20
|
cursor: pointer;
|
|
21
21
|
|
|
22
22
|
outline: none;
|
|
23
23
|
|
|
24
|
-
border:
|
|
24
|
+
border: var(--kbq-size-3xs) solid transparent;
|
|
25
25
|
|
|
26
26
|
background: transparent;
|
|
27
27
|
|