@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
|
@@ -7,20 +7,6 @@
|
|
|
7
7
|
--kbq-progress-spinner-size-big-stroke-width: 3px;
|
|
8
8
|
--kbq-progress-spinner-size-big-content-gap-vertical: var(--kbq-size-3xs);
|
|
9
9
|
--kbq-progress-spinner-size-big-content-gap-horizontal: var(--kbq-size-s);
|
|
10
|
-
--kbq-progress-spinner-font-label-font-size: var(--kbq-typography-text-normal-font-size);
|
|
11
|
-
--kbq-progress-spinner-font-label-line-height: var(--kbq-typography-text-normal-line-height);
|
|
12
|
-
--kbq-progress-spinner-font-label-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
13
|
-
--kbq-progress-spinner-font-label-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
14
|
-
--kbq-progress-spinner-font-label-font-family: var(--kbq-typography-text-normal-font-family);
|
|
15
|
-
--kbq-progress-spinner-font-label-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
16
|
-
--kbq-progress-spinner-font-label-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
17
|
-
--kbq-progress-spinner-font-caption-font-size: var(--kbq-typography-text-compact-font-size);
|
|
18
|
-
--kbq-progress-spinner-font-caption-line-height: var(--kbq-typography-text-compact-line-height);
|
|
19
|
-
--kbq-progress-spinner-font-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
|
|
20
|
-
--kbq-progress-spinner-font-caption-font-weight: var(--kbq-typography-text-compact-font-weight);
|
|
21
|
-
--kbq-progress-spinner-font-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
22
|
-
--kbq-progress-spinner-font-caption-text-transform: var(--kbq-typography-text-compact-text-transform);
|
|
23
|
-
--kbq-progress-spinner-font-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
|
|
24
10
|
}
|
|
25
11
|
|
|
26
12
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/radio/_radio-theme.scss
CHANGED
|
@@ -72,18 +72,18 @@
|
|
|
72
72
|
|
|
73
73
|
@mixin kbq-radio-typography() {
|
|
74
74
|
.kbq-radio-button {
|
|
75
|
-
@include kbq-typography-
|
|
75
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
76
76
|
|
|
77
77
|
& .kbq-hint .kbq-hint__text {
|
|
78
|
-
@include kbq-typography-
|
|
78
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-compact);
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.kbq-radio-button.kbq-radio-button_big {
|
|
83
|
-
@include kbq-typography-
|
|
83
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-big);
|
|
84
84
|
|
|
85
85
|
& .kbq-hint .kbq-hint__text {
|
|
86
|
-
@include kbq-typography-
|
|
86
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
}
|
package/radio/radio-tokens.scss
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
.kbq-radio-group {
|
|
2
|
+
--kbq-radio-size-big-vertical-gap: var(--kbq-size-m);
|
|
3
|
+
--kbq-radio-size-big-top: var(--kbq-size-3xs);
|
|
4
|
+
}
|
|
5
|
+
|
|
1
6
|
.kbq-radio-button {
|
|
2
7
|
--kbq-radio-size-normal-outer-size: var(--kbq-size-l);
|
|
3
8
|
--kbq-radio-size-normal-inner-size: var(--kbq-size-xs);
|
|
@@ -9,36 +14,6 @@
|
|
|
9
14
|
--kbq-radio-size-big-inner-size: var(--kbq-size-xs);
|
|
10
15
|
--kbq-radio-size-big-horizontal-content-padding: var(--kbq-size-s);
|
|
11
16
|
--kbq-radio-size-big-vertical-content-padding: var(--kbq-size-3xs);
|
|
12
|
-
--kbq-radio-size-big-vertical-gap: var(--kbq-size-m);
|
|
13
|
-
--kbq-radio-size-big-top: var(--kbq-size-3xs);
|
|
14
|
-
--kbq-radio-font-normal-label-font-size: var(--kbq-typography-text-normal-font-size);
|
|
15
|
-
--kbq-radio-font-normal-label-line-height: var(--kbq-typography-text-normal-line-height);
|
|
16
|
-
--kbq-radio-font-normal-label-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
17
|
-
--kbq-radio-font-normal-label-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
18
|
-
--kbq-radio-font-normal-label-font-family: var(--kbq-typography-text-normal-font-family);
|
|
19
|
-
--kbq-radio-font-normal-label-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
20
|
-
--kbq-radio-font-normal-label-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
21
|
-
--kbq-radio-font-normal-caption-font-size: var(--kbq-typography-text-compact-font-size);
|
|
22
|
-
--kbq-radio-font-normal-caption-line-height: var(--kbq-typography-text-compact-line-height);
|
|
23
|
-
--kbq-radio-font-normal-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
|
|
24
|
-
--kbq-radio-font-normal-caption-font-weight: var(--kbq-typography-text-compact-font-weight);
|
|
25
|
-
--kbq-radio-font-normal-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
26
|
-
--kbq-radio-font-normal-caption-text-transform: var(--kbq-typography-text-compact-text-transform);
|
|
27
|
-
--kbq-radio-font-normal-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
|
|
28
|
-
--kbq-radio-font-big-label-font-size: var(--kbq-typography-text-big-font-size);
|
|
29
|
-
--kbq-radio-font-big-label-line-height: var(--kbq-typography-text-big-line-height);
|
|
30
|
-
--kbq-radio-font-big-label-letter-spacing: var(--kbq-typography-text-big-letter-spacing);
|
|
31
|
-
--kbq-radio-font-big-label-font-weight: var(--kbq-typography-text-big-font-weight);
|
|
32
|
-
--kbq-radio-font-big-label-font-family: var(--kbq-typography-text-big-font-family);
|
|
33
|
-
--kbq-radio-font-big-label-text-transform: var(--kbq-typography-text-big-text-transform);
|
|
34
|
-
--kbq-radio-font-big-label-font-feature-settings: var(--kbq-typography-text-big-font-feature-settings);
|
|
35
|
-
--kbq-radio-font-big-caption-font-size: var(--kbq-typography-text-normal-font-size);
|
|
36
|
-
--kbq-radio-font-big-caption-line-height: var(--kbq-typography-text-normal-line-height);
|
|
37
|
-
--kbq-radio-font-big-caption-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
38
|
-
--kbq-radio-font-big-caption-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
39
|
-
--kbq-radio-font-big-caption-font-family: var(--kbq-typography-text-normal-font-family);
|
|
40
|
-
--kbq-radio-font-big-caption-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
41
|
-
--kbq-radio-font-big-caption-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
42
17
|
}
|
|
43
18
|
|
|
44
19
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/radio/radio.scss
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
|
|
68
68
|
left: 0;
|
|
69
69
|
|
|
70
|
-
top: kbq-css-half-difference(
|
|
70
|
+
top: kbq-css-half-difference(typography-text-normal-line-height, radio-size-normal-outer-size, 1px);
|
|
71
71
|
|
|
72
72
|
width: var(--kbq-radio-size-normal-outer-size);
|
|
73
73
|
height: var(--kbq-radio-size-normal-outer-size);
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
);
|
|
111
111
|
|
|
112
112
|
.kbq-radio-button__outer-circle {
|
|
113
|
-
top: kbq-css-half-difference(
|
|
113
|
+
top: kbq-css-half-difference(typography-text-big-line-height, radio-size-big-outer-size, 1px);
|
|
114
114
|
|
|
115
115
|
width: var(--kbq-radio-size-big-outer-size);
|
|
116
116
|
height: var(--kbq-radio-size-big-outer-size);
|
|
@@ -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-risk-level-filled-color($type, $sub-type, $style-name) {
|
|
@@ -73,6 +69,6 @@
|
|
|
73
69
|
|
|
74
70
|
@mixin kbq-risk-level-typography() {
|
|
75
71
|
.kbq-risk-level {
|
|
76
|
-
@include kbq-typography-
|
|
72
|
+
@include kbq-typography-level-to-styles_css-variables(typography, subheading);
|
|
77
73
|
}
|
|
78
74
|
}
|
|
@@ -3,13 +3,6 @@
|
|
|
3
3
|
--kbq-risk-level-size-padding-horizontal: var(--kbq-size-s);
|
|
4
4
|
--kbq-risk-level-size-border-width: var(--kbq-size-border-width);
|
|
5
5
|
--kbq-risk-level-size-border-radius: var(--kbq-size-xxs);
|
|
6
|
-
--kbq-risk-level-font-text-font-size: var(--kbq-typography-subheading-font-size);
|
|
7
|
-
--kbq-risk-level-font-text-line-height: var(--kbq-typography-subheading-line-height);
|
|
8
|
-
--kbq-risk-level-font-text-letter-spacing: var(--kbq-typography-subheading-letter-spacing);
|
|
9
|
-
--kbq-risk-level-font-text-font-weight: var(--kbq-typography-subheading-font-weight);
|
|
10
|
-
--kbq-risk-level-font-text-font-family: var(--kbq-typography-subheading-font-family);
|
|
11
|
-
--kbq-risk-level-font-text-text-transform: var(--kbq-typography-subheading-text-transform);
|
|
12
|
-
--kbq-risk-level-font-text-font-feature-settings: var(--kbq-typography-subheading-font-feature-settings);
|
|
13
6
|
}
|
|
14
7
|
|
|
15
8
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -22,7 +22,6 @@ const VERSIONS = {
|
|
|
22
22
|
MESSAGEFORMAT_CORE: '^0.0.0',
|
|
23
23
|
RADIX_NG: '^0.0.0',
|
|
24
24
|
LUXON: '^0.0.0',
|
|
25
|
-
MARKED: '^0.0.0',
|
|
26
25
|
OVERLAYSCROLLBARS: '^0.0.0',
|
|
27
26
|
NGX_HIGHLIGHTJS: '^0.0.0'
|
|
28
27
|
};
|
|
@@ -42,8 +41,8 @@ function ngAdd(options) {
|
|
|
42
41
|
}
|
|
43
42
|
// Installing dependencies
|
|
44
43
|
utils_packageConfig.addPackageToPackageJson(tree, '@angular/cdk', "^18.2.6");
|
|
45
|
-
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/cdk', "^18.
|
|
46
|
-
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^18.
|
|
44
|
+
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/cdk', "^18.5.1");
|
|
45
|
+
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^18.5.1");
|
|
47
46
|
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/date-formatter', "^3.1.3");
|
|
48
47
|
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/date-adapter', "^3.1.3");
|
|
49
48
|
utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/icons', "^9.1.0");
|
|
@@ -52,7 +51,6 @@ function ngAdd(options) {
|
|
|
52
51
|
utils_packageConfig.addPackageToPackageJson(tree, '@messageformat/core', "^3.0.1");
|
|
53
52
|
utils_packageConfig.addPackageToPackageJson(tree, '@radix-ng/primitives', VERSIONS.RADIX_NG);
|
|
54
53
|
utils_packageConfig.addPackageToPackageJson(tree, 'luxon', "^3.4.4");
|
|
55
|
-
utils_packageConfig.addPackageToPackageJson(tree, 'marked', "^9.0.0");
|
|
56
54
|
utils_packageConfig.addPackageToPackageJson(tree, 'overlayscrollbars', "^2.7.3");
|
|
57
55
|
utils_packageConfig.addPackageToPackageJson(tree, 'ngx-highlightjs', "^10.0.0");
|
|
58
56
|
};
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
background: var(--kbq-select-panel-dropdown-background);
|
|
27
27
|
|
|
28
28
|
& .kbq-select__footer {
|
|
29
|
-
border-color: var(--kbq-divider-color);
|
|
29
|
+
border-color: var(--kbq-divider-color, var(--kbq-line-contrast-less));
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.kbq-select__search-container {
|
|
34
|
-
border-bottom-color: var(--kbq-divider-color);
|
|
34
|
+
border-bottom-color: var(--kbq-divider-color, var(--kbq-line-contrast-less));
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.kbq-select__no-options-message {
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
|
|
42
42
|
@mixin kbq-select-typography() {
|
|
43
43
|
.kbq-select {
|
|
44
|
-
@include kbq-typography-
|
|
44
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.kbq-select__panel {
|
|
48
|
-
@include kbq-typography-
|
|
48
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
.kbq-select,
|
|
2
2
|
.kbq-select__panel {
|
|
3
|
-
--kbq-option-size-horizontal-padding: var(--kbq-size-m);
|
|
4
|
-
--kbq-option-size-height: var(--kbq-size-3xl);
|
|
5
|
-
--kbq-option-size-border-width: 2px;
|
|
6
3
|
--kbq-select-size-single-padding-left: var(--kbq-size-m);
|
|
7
4
|
--kbq-select-size-single-padding-right: var(--kbq-size-xxs);
|
|
8
5
|
--kbq-select-size-single-padding-vertical: var(--kbq-size-xs);
|
|
@@ -11,22 +8,8 @@
|
|
|
11
8
|
--kbq-select-size-multiple-padding-right: var(--kbq-size-xxs);
|
|
12
9
|
--kbq-select-size-multiple-padding-vertical: var(--kbq-size-xxs);
|
|
13
10
|
--kbq-select-size-multiple-content-gap: var(--kbq-size-xxs);
|
|
14
|
-
--kbq-select-
|
|
15
|
-
--kbq-select-font-default-line-height: var(--kbq-typography-text-normal-line-height);
|
|
16
|
-
--kbq-select-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
17
|
-
--kbq-select-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
18
|
-
--kbq-select-font-default-font-family: var(--kbq-typography-text-normal-font-family);
|
|
19
|
-
--kbq-select-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
20
|
-
--kbq-select-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
21
|
-
--kbq-select-panel-size-border-radius: var(--kbq-size-s);
|
|
11
|
+
--kbq-select-panel-size-border-radius: var(--kbq-size-border-radius);
|
|
22
12
|
--kbq-select-panel-size-max-height: 256px;
|
|
23
|
-
--kbq-select-panel-font-default-font-size: var(--kbq-typography-text-normal-font-size);
|
|
24
|
-
--kbq-select-panel-font-default-line-height: var(--kbq-typography-text-normal-line-height);
|
|
25
|
-
--kbq-select-panel-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
26
|
-
--kbq-select-panel-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
27
|
-
--kbq-select-panel-font-default-font-family: var(--kbq-typography-text-normal-font-family);
|
|
28
|
-
--kbq-select-panel-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
29
|
-
--kbq-select-panel-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
30
13
|
}
|
|
31
14
|
|
|
32
15
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/select/select.scss
CHANGED
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
@extend %kbq-select-content;
|
|
21
21
|
|
|
22
22
|
&:not(:has(> .kbq-select__no-options-message)) .cdk-virtual-scroll-viewport {
|
|
23
|
-
min-height: var(--kbq-select-panel-size-max-height);
|
|
24
|
-
max-height: var(--kbq-select-panel-size-max-height);
|
|
23
|
+
min-height: var(--kbq-select-panel-size-max-height, 256px);
|
|
24
|
+
max-height: var(--kbq-select-panel-size-max-height, 256px);
|
|
25
25
|
|
|
26
26
|
&.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper {
|
|
27
27
|
max-width: 100%;
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
|
|
20
20
|
@mixin kbq-sidepanel-typography() {
|
|
21
21
|
.kbq-sidepanel-title {
|
|
22
|
-
@include kbq-typography-
|
|
22
|
+
@include kbq-typography-level-to-styles_css-variables(typography, title);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.kbq-sidepanel-container,
|
|
26
26
|
.kbq-sidepanel-footer {
|
|
27
|
-
@include kbq-typography-
|
|
27
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -12,20 +12,6 @@
|
|
|
12
12
|
--kbq-sidepanel-size-footer-padding-bottom: var(--kbq-size-3xl);
|
|
13
13
|
--kbq-sidepanel-size-footer-padding-horizontal: var(--kbq-size-3xl);
|
|
14
14
|
--kbq-sidepanel-size-footer-content-gap-horizontal: var(--kbq-size-l);
|
|
15
|
-
--kbq-sidepanel-font-header-font-size: var(--kbq-typography-title-font-size);
|
|
16
|
-
--kbq-sidepanel-font-header-line-height: var(--kbq-typography-title-line-height);
|
|
17
|
-
--kbq-sidepanel-font-header-letter-spacing: var(--kbq-typography-title-letter-spacing);
|
|
18
|
-
--kbq-sidepanel-font-header-font-weight: var(--kbq-typography-title-font-weight);
|
|
19
|
-
--kbq-sidepanel-font-header-font-family: var(--kbq-typography-title-font-family);
|
|
20
|
-
--kbq-sidepanel-font-header-text-transform: var(--kbq-typography-title-text-transform);
|
|
21
|
-
--kbq-sidepanel-font-header-font-feature-settings: var(--kbq-typography-title-font-feature-settings);
|
|
22
|
-
--kbq-sidepanel-font-content-font-size: var(--kbq-typography-text-normal-font-size);
|
|
23
|
-
--kbq-sidepanel-font-content-line-height: var(--kbq-typography-text-normal-line-height);
|
|
24
|
-
--kbq-sidepanel-font-content-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
25
|
-
--kbq-sidepanel-font-content-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
26
|
-
--kbq-sidepanel-font-content-font-family: var(--kbq-typography-text-normal-font-family);
|
|
27
|
-
--kbq-sidepanel-font-content-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
28
|
-
--kbq-sidepanel-font-content-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
29
15
|
}
|
|
30
16
|
|
|
31
17
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/table/_table-theme.scss
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
1
|
@use '../core/styles/common/tokens' as *;
|
|
5
2
|
|
|
6
3
|
@mixin kbq-table-theme() {
|
|
@@ -44,7 +41,7 @@
|
|
|
44
41
|
font-weight: normal;
|
|
45
42
|
}
|
|
46
43
|
|
|
47
|
-
@include kbq-typography-
|
|
44
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
48
45
|
}
|
|
49
46
|
|
|
50
47
|
& > tbody {
|
|
@@ -52,7 +49,7 @@
|
|
|
52
49
|
font-weight: normal;
|
|
53
50
|
}
|
|
54
51
|
|
|
55
|
-
@include kbq-typography-
|
|
52
|
+
@include kbq-typography-level-to-styles_css-variables(typography, tabular-normal);
|
|
56
53
|
}
|
|
57
54
|
}
|
|
58
55
|
}
|
package/table/table-tokens.scss
CHANGED
|
@@ -2,18 +2,4 @@
|
|
|
2
2
|
--kbq-table-size-border-width: var(--kbq-size-border-width);
|
|
3
3
|
--kbq-table-size-row-padding-vertical: 10px;
|
|
4
4
|
--kbq-table-size-row-padding-horizontal: var(--kbq-size-s);
|
|
5
|
-
--kbq-table-font-header-font-size: var(--kbq-typography-text-normal-font-size);
|
|
6
|
-
--kbq-table-font-header-line-height: var(--kbq-typography-text-normal-line-height);
|
|
7
|
-
--kbq-table-font-header-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
8
|
-
--kbq-table-font-header-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
9
|
-
--kbq-table-font-header-font-family: var(--kbq-typography-text-normal-font-family);
|
|
10
|
-
--kbq-table-font-header-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
11
|
-
--kbq-table-font-header-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
12
|
-
--kbq-table-font-body-font-size: var(--kbq-typography-tabular-normal-font-size);
|
|
13
|
-
--kbq-table-font-body-line-height: var(--kbq-typography-tabular-normal-line-height);
|
|
14
|
-
--kbq-table-font-body-letter-spacing: var(--kbq-typography-tabular-normal-letter-spacing);
|
|
15
|
-
--kbq-table-font-body-font-weight: var(--kbq-typography-tabular-normal-font-weight);
|
|
16
|
-
--kbq-table-font-body-font-family: var(--kbq-typography-tabular-normal-font-family);
|
|
17
|
-
--kbq-table-font-body-text-transform: var(--kbq-typography-tabular-normal-text-transform);
|
|
18
|
-
--kbq-table-font-body-font-feature-settings: var(--kbq-typography-tabular-normal-font-feature-settings);
|
|
19
5
|
}
|
package/table/table.scss
CHANGED
package/tabs/_tabs-theme.scss
CHANGED
package/tabs/tabs-tokens.scss
CHANGED
|
@@ -7,13 +7,6 @@
|
|
|
7
7
|
--kbq-tabs-size-tab-item-focus-outline-width: var(--kbq-size-3xs);
|
|
8
8
|
--kbq-tabs-size-tab-stack-horizontal-border-radius: var(--kbq-size-s);
|
|
9
9
|
--kbq-tabs-size-tab-stack-vertical-content-gap-vertical: var(--kbq-size-s);
|
|
10
|
-
--kbq-tabs-font-text-font-size: var(--kbq-typography-text-normal-medium-font-size);
|
|
11
|
-
--kbq-tabs-font-text-line-height: var(--kbq-typography-text-normal-medium-line-height);
|
|
12
|
-
--kbq-tabs-font-text-letter-spacing: var(--kbq-typography-text-normal-medium-letter-spacing);
|
|
13
|
-
--kbq-tabs-font-text-font-weight: var(--kbq-typography-text-normal-medium-font-weight);
|
|
14
|
-
--kbq-tabs-font-text-font-family: var(--kbq-typography-text-normal-medium-font-family);
|
|
15
|
-
--kbq-tabs-font-text-text-transform: var(--kbq-typography-text-normal-medium-text-transform);
|
|
16
|
-
--kbq-tabs-font-text-font-feature-settings: var(--kbq-typography-text-normal-medium-font-feature-settings);
|
|
17
10
|
}
|
|
18
11
|
|
|
19
12
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/tags/_tag-theme.scss
CHANGED
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
|
|
56
56
|
@mixin kbq-tag-typography() {
|
|
57
57
|
.kbq-tag {
|
|
58
|
-
@include kbq-typography-
|
|
58
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal-medium);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.kbq-tag-input {
|
|
62
|
-
@include kbq-typography-
|
|
62
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -3,11 +3,4 @@
|
|
|
3
3
|
--kbq-tag-input-size-padding-right: var(--kbq-size-m);
|
|
4
4
|
--kbq-tag-input-size-padding-vertical: var(--kbq-size-xxs);
|
|
5
5
|
--kbq-tag-input-size-content-gap: var(--kbq-size-s);
|
|
6
|
-
--kbq-tag-input-font-default-font-size: var(--kbq-typography-text-normal-font-size);
|
|
7
|
-
--kbq-tag-input-font-default-line-height: var(--kbq-typography-text-normal-line-height);
|
|
8
|
-
--kbq-tag-input-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
9
|
-
--kbq-tag-input-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
10
|
-
--kbq-tag-input-font-default-font-family: var(--kbq-typography-text-normal-font-family);
|
|
11
|
-
--kbq-tag-input-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
12
|
-
--kbq-tag-input-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
13
6
|
}
|
package/tags/tag-tokens.scss
CHANGED
|
@@ -1,26 +1,12 @@
|
|
|
1
1
|
.kbq-tag,
|
|
2
2
|
.kbq-tag-list,
|
|
3
3
|
.kbq-tag-input {
|
|
4
|
-
--kbq-tag-input-font-default-font-size: var(--kbq-typography-text-normal-font-size);
|
|
5
|
-
--kbq-tag-input-font-default-line-height: var(--kbq-typography-text-normal-line-height);
|
|
6
|
-
--kbq-tag-input-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
7
|
-
--kbq-tag-input-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
8
|
-
--kbq-tag-input-font-default-font-family: var(--kbq-typography-text-normal-font-family);
|
|
9
|
-
--kbq-tag-input-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
10
|
-
--kbq-tag-input-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
11
4
|
--kbq-tag-list-size-content-gap: var(--kbq-size-xxs);
|
|
12
5
|
--kbq-tag-size-padding-horizontal: var(--kbq-size-xxs);
|
|
13
6
|
--kbq-tag-size-padding-vertical: var(--kbq-size-3xs);
|
|
14
7
|
--kbq-tag-size-content-gap-horizontal: var(--kbq-size-3xs);
|
|
15
8
|
--kbq-tag-size-icon-margin-left: var(--kbq-size-3xs);
|
|
16
9
|
--kbq-tag-size-close-button-margin-right: var(--kbq-size-3xs);
|
|
17
|
-
--kbq-tag-font-default-font-size: var(--kbq-typography-text-normal-medium-font-size);
|
|
18
|
-
--kbq-tag-font-default-line-height: var(--kbq-typography-text-normal-medium-line-height);
|
|
19
|
-
--kbq-tag-font-default-letter-spacing: var(--kbq-typography-text-normal-medium-letter-spacing);
|
|
20
|
-
--kbq-tag-font-default-font-weight: var(--kbq-typography-text-normal-medium-font-weight);
|
|
21
|
-
--kbq-tag-font-default-font-family: var(--kbq-typography-text-normal-medium-font-family);
|
|
22
|
-
--kbq-tag-font-default-text-transform: var(--kbq-typography-text-normal-medium-text-transform);
|
|
23
|
-
--kbq-tag-font-default-font-feature-settings: var(--kbq-typography-text-normal-medium-font-feature-settings);
|
|
24
10
|
}
|
|
25
11
|
|
|
26
12
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
|
|
4
1
|
@use '../core/styles/common/tokens' as *;
|
|
5
2
|
|
|
6
3
|
@mixin kbq-textarea-typography() {
|
|
7
4
|
.kbq-textarea {
|
|
8
|
-
@include kbq-typography-
|
|
5
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
9
6
|
}
|
|
10
7
|
}
|
|
@@ -3,11 +3,4 @@
|
|
|
3
3
|
--kbq-textarea-size-max-height: 96px;
|
|
4
4
|
--kbq-textarea-size-padding-vertical: var(--kbq-size-xs);
|
|
5
5
|
--kbq-textarea-size-padding-horizontal: var(--kbq-size-m);
|
|
6
|
-
--kbq-textarea-font-default-font-size: var(--kbq-typography-text-normal-font-size);
|
|
7
|
-
--kbq-textarea-font-default-line-height: var(--kbq-typography-text-normal-line-height);
|
|
8
|
-
--kbq-textarea-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
9
|
-
--kbq-textarea-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
10
|
-
--kbq-textarea-font-default-font-family: var(--kbq-typography-text-normal-font-family);
|
|
11
|
-
--kbq-textarea-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
12
|
-
--kbq-textarea-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
13
6
|
}
|
package/textarea/textarea.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-timezone-option-theme() {
|
|
@@ -21,18 +17,18 @@
|
|
|
21
17
|
|
|
22
18
|
@mixin kbq-timezone-option-typography() {
|
|
23
19
|
.kbq-timezone-option__offset {
|
|
24
|
-
@include kbq-typography-
|
|
20
|
+
@include kbq-typography-level-to-styles_css-variables(typography, tabular-normal);
|
|
25
21
|
}
|
|
26
22
|
|
|
27
23
|
.kbq-timezone-option__city {
|
|
28
|
-
@include kbq-typography-
|
|
24
|
+
@include kbq-typography-level-to-styles_css-variables(typography, tabular-normal);
|
|
29
25
|
}
|
|
30
26
|
|
|
31
27
|
.kbq-timezone-option__cities {
|
|
32
|
-
@include kbq-typography-
|
|
28
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-compact);
|
|
33
29
|
}
|
|
34
30
|
|
|
35
31
|
.kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label {
|
|
36
|
-
@include kbq-typography-
|
|
32
|
+
@include kbq-typography-level-to-styles_css-variables(typography, caps-compact-strong);
|
|
37
33
|
}
|
|
38
34
|
}
|
|
@@ -1,61 +1,16 @@
|
|
|
1
1
|
.kbq-timezone-select__panel {
|
|
2
|
-
--kbq-option-size-horizontal-padding: var(--kbq-size-m);
|
|
3
|
-
--kbq-option-size-height: var(--kbq-size-3xl);
|
|
4
|
-
--kbq-option-size-border-width: 2px;
|
|
5
2
|
--kbq-select-size-single-padding-left: var(--kbq-size-m);
|
|
6
3
|
--kbq-select-size-single-padding-right: var(--kbq-size-xxs);
|
|
7
4
|
--kbq-select-size-single-padding-vertical: var(--kbq-size-xs);
|
|
8
5
|
--kbq-select-size-single-content-gap: var(--kbq-size-xxs);
|
|
9
6
|
--kbq-select-size-multiple-padding-left: var(--kbq-size-xxs);
|
|
10
7
|
--kbq-select-size-multiple-padding-right: var(--kbq-size-xxs);
|
|
11
|
-
--kbq-select-size-multiple-padding-vertical: var(--kbq-size-xxs);
|
|
12
8
|
--kbq-select-size-multiple-content-gap: var(--kbq-size-xxs);
|
|
13
|
-
--kbq-select-panel-size-border-radius: var(--kbq-size-s);
|
|
14
|
-
--kbq-select-panel-size-max-height: 256px;
|
|
15
|
-
--kbq-select-panel-font-default-font-size: var(--kbq-typography-text-normal-font-size);
|
|
16
|
-
--kbq-select-panel-font-default-line-height: var(--kbq-typography-text-normal-line-height);
|
|
17
|
-
--kbq-select-panel-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
18
|
-
--kbq-select-panel-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
19
|
-
--kbq-select-panel-font-default-font-family: var(--kbq-typography-text-normal-font-family);
|
|
20
|
-
--kbq-select-panel-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
21
|
-
--kbq-select-panel-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
22
9
|
--kbq-timezone-option-size-padding: 6px 10px;
|
|
23
10
|
--kbq-timezone-option-size-column-gap: 16px;
|
|
24
11
|
--kbq-timezone-option-size-height: auto;
|
|
25
12
|
--kbq-timezone-option-size-max-height: 5em;
|
|
26
13
|
--kbq-timezone-option-size-optgroup-label-padding: 12px 12px 4px 12px;
|
|
27
|
-
--kbq-timezone-option-font-text-font-size: var(--kbq-typography-tabular-normal-font-size);
|
|
28
|
-
--kbq-timezone-option-font-text-line-height: var(--kbq-typography-tabular-normal-line-height);
|
|
29
|
-
--kbq-timezone-option-font-text-letter-spacing: var(--kbq-typography-tabular-normal-letter-spacing);
|
|
30
|
-
--kbq-timezone-option-font-text-font-weight: var(--kbq-typography-tabular-normal-font-weight);
|
|
31
|
-
--kbq-timezone-option-font-text-font-family: var(--kbq-typography-tabular-normal-font-family);
|
|
32
|
-
--kbq-timezone-option-font-text-text-transform: var(--kbq-typography-tabular-normal-text-transform);
|
|
33
|
-
--kbq-timezone-option-font-text-font-feature-settings: var(--kbq-typography-tabular-normal-font-feature-settings);
|
|
34
|
-
--kbq-timezone-option-font-offset-text-font-size: var(--kbq-typography-tabular-normal-font-size);
|
|
35
|
-
--kbq-timezone-option-font-offset-text-line-height: var(--kbq-typography-tabular-normal-line-height);
|
|
36
|
-
--kbq-timezone-option-font-offset-text-letter-spacing: var(--kbq-typography-tabular-normal-letter-spacing);
|
|
37
|
-
--kbq-timezone-option-font-offset-text-font-weight: var(--kbq-typography-tabular-normal-font-weight);
|
|
38
|
-
--kbq-timezone-option-font-offset-text-font-family: var(--kbq-typography-tabular-normal-font-family);
|
|
39
|
-
--kbq-timezone-option-font-offset-text-text-transform: var(--kbq-typography-tabular-normal-text-transform);
|
|
40
|
-
--kbq-timezone-option-font-offset-text-font-feature-settings: var(
|
|
41
|
-
--kbq-typography-tabular-normal-font-feature-settings
|
|
42
|
-
);
|
|
43
|
-
--kbq-timezone-option-font-caption-font-size: var(--kbq-typography-text-compact-font-size);
|
|
44
|
-
--kbq-timezone-option-font-caption-line-height: var(--kbq-typography-text-compact-line-height);
|
|
45
|
-
--kbq-timezone-option-font-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
|
|
46
|
-
--kbq-timezone-option-font-caption-font-weight: var(--kbq-typography-text-compact-font-weight);
|
|
47
|
-
--kbq-timezone-option-font-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
48
|
-
--kbq-timezone-option-font-caption-text-transform: var(--kbq-typography-text-compact-text-transform);
|
|
49
|
-
--kbq-timezone-option-font-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
|
|
50
|
-
--kbq-timezone-option-font-optgroup-label-font-size: var(--kbq-typography-caps-compact-strong-font-size);
|
|
51
|
-
--kbq-timezone-option-font-optgroup-label-line-height: var(--kbq-typography-caps-compact-strong-line-height);
|
|
52
|
-
--kbq-timezone-option-font-optgroup-label-letter-spacing: var(--kbq-typography-caps-compact-strong-letter-spacing);
|
|
53
|
-
--kbq-timezone-option-font-optgroup-label-font-weight: var(--kbq-typography-caps-compact-strong-font-weight);
|
|
54
|
-
--kbq-timezone-option-font-optgroup-label-font-family: var(--kbq-typography-caps-compact-strong-font-family);
|
|
55
|
-
--kbq-timezone-option-font-optgroup-label-text-transform: var(--kbq-typography-caps-compact-strong-text-transform);
|
|
56
|
-
--kbq-timezone-option-font-optgroup-label-font-feature-settings: var(
|
|
57
|
-
--kbq-typography-caps-compact-strong-font-feature-settings
|
|
58
|
-
);
|
|
59
14
|
}
|
|
60
15
|
|
|
61
16
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/toast/_toast-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-toast($style-name) {
|
|
@@ -40,10 +36,10 @@
|
|
|
40
36
|
|
|
41
37
|
@mixin kbq-toast-typography() {
|
|
42
38
|
.kbq-toast {
|
|
43
|
-
@include kbq-typography-
|
|
39
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
44
40
|
}
|
|
45
41
|
|
|
46
42
|
.kbq-toast__title {
|
|
47
|
-
@include kbq-typography-
|
|
43
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
48
44
|
}
|
|
49
45
|
}
|
package/toast/toast-tokens.scss
CHANGED
|
@@ -17,20 +17,6 @@
|
|
|
17
17
|
--kbq-toast-size-close-button-margin-right: var(--kbq-size-xxs);
|
|
18
18
|
--kbq-toast-size-button-stack-padding-top: var(--kbq-size-s);
|
|
19
19
|
--kbq-toast-size-button-stack-content-gap-horizontal: var(--kbq-size-m);
|
|
20
|
-
--kbq-toast-font-title-font-size: var(--kbq-typography-text-normal-font-size);
|
|
21
|
-
--kbq-toast-font-title-line-height: var(--kbq-typography-text-normal-line-height);
|
|
22
|
-
--kbq-toast-font-title-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
23
|
-
--kbq-toast-font-title-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
24
|
-
--kbq-toast-font-title-font-family: var(--kbq-typography-text-normal-font-family);
|
|
25
|
-
--kbq-toast-font-title-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
26
|
-
--kbq-toast-font-title-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
27
|
-
--kbq-toast-font-text-font-size: var(--kbq-typography-text-normal-font-size);
|
|
28
|
-
--kbq-toast-font-text-line-height: var(--kbq-typography-text-normal-line-height);
|
|
29
|
-
--kbq-toast-font-text-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
30
|
-
--kbq-toast-font-text-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
31
|
-
--kbq-toast-font-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
32
|
-
--kbq-toast-font-text-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
33
|
-
--kbq-toast-font-text-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
34
20
|
}
|
|
35
21
|
|
|
36
22
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|