@koobiq/components 17.8.4 → 17.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/alert-tokens.scss +14 -8
- package/alert/alert.component.scss +10 -0
- package/badge/badge-tokens.scss +15 -8
- package/button/button-tokens.scss +6 -2
- package/button-toggle/button-toggle-tokens.scss +6 -2
- package/checkbox/checkbox-tokens.scss +13 -8
- package/code-block/code-block-tokens.scss +6 -1
- package/core/forms/forms-tokens.scss +9 -4
- package/core/option/optgroup-tokens.scss +6 -2
- package/core/option/option-tokens.scss +18 -10
- package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +13 -8
- package/datepicker/datepicker-tokens.scss +6 -2
- package/dl/dl-tokens.scss +7 -4
- package/dropdown/dropdown-tokens.scss +15 -8
- package/empty-state/empty-state-tokens.scss +13 -8
- 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/optgroup.mjs +2 -2
- package/esm2022/core/option/option.mjs +2 -2
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/datepicker.component.mjs +3 -3
- package/esm2022/dl/dl.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/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 +2 -2
- package/esm2022/modal/modal.component.mjs +2 -2
- package/esm2022/modal/modal.directive.mjs +43 -7
- 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 +3 -3
- 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/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 +3 -3
- 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 +7 -7
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +2 -2
- 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 +2 -2
- 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 +4 -4
- 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 +2 -2
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +39 -7
- 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 +2 -2
- 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 +2 -2
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +8 -8
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/file-upload-tokens.scss +14 -10
- package/form-field/form-field-tokens.scss +9 -4
- package/form-field/hint-tokens.scss +9 -4
- package/input/input-tokens.scss +6 -2
- package/link/link-tokens.scss +12 -6
- package/list/list-tokens.scss +15 -8
- package/loader-overlay/loader-overlay-tokens.scss +13 -8
- package/markdown/markdown-tokens.scss +40 -30
- package/modal/modal-tokens.scss +9 -4
- package/modal/modal.directive.d.ts +3 -0
- package/navbar/navbar-tokens.scss +6 -2
- package/package.json +4 -4
- package/popover/popover-tokens.scss +9 -4
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/progress-bar/progress-bar-tokens.scss +9 -4
- package/progress-spinner/progress-spinner-tokens.scss +9 -4
- package/radio/radio-tokens.scss +13 -8
- package/risk-level/risk-level-tokens.scss +6 -2
- package/schematics/ng-add/index.js +2 -2
- package/select/select-tokens.scss +7 -4
- package/sidepanel/sidepanel-tokens.scss +9 -4
- package/table/table-tokens.scss +9 -4
- package/tabs/tabs-tokens.scss +6 -2
- package/tags/tag-input-tokens.scss +6 -2
- package/tags/tag-tokens.scss +9 -4
- package/textarea/textarea-tokens.scss +6 -2
- package/timezone/timezone-option-tokens.scss +42 -8
- package/toast/toast-tokens.scss +7 -4
- package/toggle/toggle-tokens.scss +13 -8
- package/tooltip/tooltip-tokens.scss +7 -4
- package/tree/tree-tokens.scss +9 -4
- package/tree-select/tree-select-tokens.scss +6 -2
package/alert/alert-tokens.scss
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
--kbq-alert-size-normal-icon-margin-left: 12px;
|
|
15
15
|
--kbq-alert-size-normal-icon-padding-top: 4px;
|
|
16
16
|
--kbq-alert-size-normal-title-margin-bottom: 4px;
|
|
17
|
-
--kbq-alert-size-normal-close-button-margin-top:
|
|
17
|
+
--kbq-alert-size-normal-close-button-margin-top: 10px;
|
|
18
18
|
--kbq-alert-size-normal-close-button-margin-left: 2px;
|
|
19
19
|
--kbq-alert-size-normal-button-stack-padding-top: 8px;
|
|
20
20
|
--kbq-alert-size-normal-button-stack-padding-bottom: 2px;
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
--kbq-alert-size-compact-icon-margin-right: 8px;
|
|
34
34
|
--kbq-alert-size-compact-icon-padding-top: 4px;
|
|
35
35
|
--kbq-alert-size-compact-title-margin-bottom: 2px;
|
|
36
|
-
--kbq-alert-size-compact-close-button-margin-top:
|
|
36
|
+
--kbq-alert-size-compact-close-button-margin-top: 10px;
|
|
37
37
|
--kbq-alert-size-compact-close-button-margin-left: 2px;
|
|
38
38
|
--kbq-alert-size-compact-button-stack-padding-top: 8px;
|
|
39
39
|
--kbq-alert-size-compact-button-stack-padding-bottom: 2px;
|
|
@@ -43,26 +43,32 @@
|
|
|
43
43
|
--kbq-alert-font-title-line-height: 26px;
|
|
44
44
|
--kbq-alert-font-title-letter-spacing: normal;
|
|
45
45
|
--kbq-alert-font-title-font-weight: 600;
|
|
46
|
-
--kbq-alert-font-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
47
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
48
46
|
--kbq-alert-font-title-text-transform: null;
|
|
49
47
|
--kbq-alert-font-title-font-feature-settings: 'calt', 'kern', 'liga';
|
|
50
48
|
--kbq-alert-font-title-compact-font-size: 16px;
|
|
51
49
|
--kbq-alert-font-title-compact-line-height: 24px;
|
|
52
50
|
--kbq-alert-font-title-compact-letter-spacing: -0.011em;
|
|
53
51
|
--kbq-alert-font-title-compact-font-weight: 600;
|
|
54
|
-
--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
55
|
-
Arial, sans-serif;
|
|
56
52
|
--kbq-alert-font-title-compact-text-transform: null;
|
|
57
53
|
--kbq-alert-font-title-compact-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
58
54
|
--kbq-alert-font-text-font-size: 14px;
|
|
59
55
|
--kbq-alert-font-text-line-height: 20px;
|
|
60
56
|
--kbq-alert-font-text-letter-spacing: -0.006em;
|
|
61
57
|
--kbq-alert-font-text-font-weight: normal;
|
|
62
|
-
--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
63
|
-
sans-serif;
|
|
64
58
|
--kbq-alert-font-text-text-transform: null;
|
|
65
59
|
--kbq-alert-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
60
|
+
--kbq-alert-font-title-font-family: var(--kbq-typography-subheading-font-family);
|
|
61
|
+
--kbq-alert-font-title-compact-font-family: var(--kbq-typography-text-big-strong-font-family);
|
|
62
|
+
--kbq-alert-font-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
:root {
|
|
66
|
+
--kbq-typography-subheading-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
67
|
+
'Helvetica Neue', Arial, sans-serif;
|
|
68
|
+
--kbq-typography-text-big-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
69
|
+
Arial, sans-serif;
|
|
70
|
+
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
71
|
+
Arial, sans-serif;
|
|
66
72
|
}
|
|
67
73
|
|
|
68
74
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -69,6 +69,11 @@
|
|
|
69
69
|
& .kbq-alert__close-button {
|
|
70
70
|
margin-top: kbq-css-variable(alert-size-normal-close-button-margin-top);
|
|
71
71
|
margin-left: kbq-css-variable(alert-size-normal-close-button-margin-left);
|
|
72
|
+
|
|
73
|
+
.kbq-icon-button {
|
|
74
|
+
--kbq-icon-button-size-normal-horizontal-padding: 4px;
|
|
75
|
+
--kbq-icon-button-size-normal-vertical-padding: 4px;
|
|
76
|
+
}
|
|
72
77
|
}
|
|
73
78
|
}
|
|
74
79
|
|
|
@@ -119,6 +124,11 @@
|
|
|
119
124
|
& .kbq-alert__close-button {
|
|
120
125
|
margin-top: kbq-css-variable(alert-size-compact-close-button-margin-top);
|
|
121
126
|
margin-left: kbq-css-variable(alert-size-compact-close-button-margin-left);
|
|
127
|
+
|
|
128
|
+
.kbq-icon-button {
|
|
129
|
+
--kbq-icon-button-size-normal-horizontal-padding: 4px;
|
|
130
|
+
--kbq-icon-button-size-normal-vertical-padding: 4px;
|
|
131
|
+
}
|
|
122
132
|
}
|
|
123
133
|
}
|
|
124
134
|
|
package/badge/badge-tokens.scss
CHANGED
|
@@ -26,34 +26,41 @@
|
|
|
26
26
|
--kbq-badge-font-normal-default-line-height: 20px;
|
|
27
27
|
--kbq-badge-font-normal-default-letter-spacing: -0.006em;
|
|
28
28
|
--kbq-badge-font-normal-default-font-weight: 500;
|
|
29
|
-
--kbq-badge-font-normal-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
30
|
-
Arial, sans-serif;
|
|
31
29
|
--kbq-badge-font-normal-default-text-transform: null;
|
|
32
30
|
--kbq-badge-font-normal-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
33
31
|
--kbq-badge-font-normal-caption-font-size: 14px;
|
|
34
32
|
--kbq-badge-font-normal-caption-line-height: 20px;
|
|
35
33
|
--kbq-badge-font-normal-caption-letter-spacing: -0.006em;
|
|
36
34
|
--kbq-badge-font-normal-caption-font-weight: normal;
|
|
37
|
-
--kbq-badge-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
38
|
-
Arial, sans-serif;
|
|
39
35
|
--kbq-badge-font-normal-caption-text-transform: null;
|
|
40
36
|
--kbq-badge-font-normal-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
41
37
|
--kbq-badge-font-compact-default-font-size: 12px;
|
|
42
38
|
--kbq-badge-font-compact-default-line-height: 16px;
|
|
43
39
|
--kbq-badge-font-compact-default-letter-spacing: normal;
|
|
44
40
|
--kbq-badge-font-compact-default-font-weight: 500;
|
|
45
|
-
--kbq-badge-font-compact-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
46
|
-
Arial, sans-serif;
|
|
47
41
|
--kbq-badge-font-compact-default-text-transform: null;
|
|
48
42
|
--kbq-badge-font-compact-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
49
43
|
--kbq-badge-font-compact-caption-font-size: 12px;
|
|
50
44
|
--kbq-badge-font-compact-caption-line-height: 16px;
|
|
51
45
|
--kbq-badge-font-compact-caption-letter-spacing: normal;
|
|
52
46
|
--kbq-badge-font-compact-caption-font-weight: normal;
|
|
53
|
-
--kbq-badge-font-compact-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
54
|
-
Arial, sans-serif;
|
|
55
47
|
--kbq-badge-font-compact-caption-text-transform: null;
|
|
56
48
|
--kbq-badge-font-compact-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
49
|
+
--kbq-badge-font-normal-default-font-family: var(--kbq-typography-text-normal-medium-font-family);
|
|
50
|
+
--kbq-badge-font-normal-caption-font-family: var(--kbq-typography-text-normal-font-family);
|
|
51
|
+
--kbq-badge-font-compact-default-font-family: var(--kbq-typography-text-compact-medium-font-family);
|
|
52
|
+
--kbq-badge-font-compact-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
:root {
|
|
56
|
+
--kbq-typography-text-normal-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
57
|
+
'Helvetica Neue', Arial, sans-serif;
|
|
58
|
+
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
59
|
+
Arial, sans-serif;
|
|
60
|
+
--kbq-typography-text-compact-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
61
|
+
'Helvetica Neue', Arial, sans-serif;
|
|
62
|
+
--kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
63
|
+
Arial, sans-serif;
|
|
57
64
|
}
|
|
58
65
|
|
|
59
66
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -8,10 +8,14 @@
|
|
|
8
8
|
--kbq-button-font-default-line-height: 20px;
|
|
9
9
|
--kbq-button-font-default-letter-spacing: -0.006em;
|
|
10
10
|
--kbq-button-font-default-font-weight: 500;
|
|
11
|
-
--kbq-button-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
12
|
-
sans-serif;
|
|
13
11
|
--kbq-button-font-default-text-transform: null;
|
|
14
12
|
--kbq-button-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
13
|
+
--kbq-button-font-default-font-family: var(--kbq-typography-text-normal-medium-font-family);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:root {
|
|
17
|
+
--kbq-typography-text-normal-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
18
|
+
'Helvetica Neue', Arial, sans-serif;
|
|
15
19
|
}
|
|
16
20
|
|
|
17
21
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -13,10 +13,14 @@
|
|
|
13
13
|
--kbq-button-toggle-font-item-line-height: 20px;
|
|
14
14
|
--kbq-button-toggle-font-item-letter-spacing: -0.006em;
|
|
15
15
|
--kbq-button-toggle-font-item-font-weight: 500;
|
|
16
|
-
--kbq-button-toggle-font-item-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
17
|
-
Arial, sans-serif;
|
|
18
16
|
--kbq-button-toggle-font-item-text-transform: null;
|
|
19
17
|
--kbq-button-toggle-font-item-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
18
|
+
--kbq-button-toggle-font-item-font-family: var(--kbq-typography-text-normal-medium-font-family);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:root {
|
|
22
|
+
--kbq-typography-text-normal-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
23
|
+
'Helvetica Neue', Arial, sans-serif;
|
|
20
24
|
}
|
|
21
25
|
|
|
22
26
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -15,34 +15,39 @@
|
|
|
15
15
|
--kbq-checkbox-font-normal-label-line-height: 20px;
|
|
16
16
|
--kbq-checkbox-font-normal-label-letter-spacing: -0.006em;
|
|
17
17
|
--kbq-checkbox-font-normal-label-font-weight: normal;
|
|
18
|
-
--kbq-checkbox-font-normal-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
19
|
-
Arial, sans-serif;
|
|
20
18
|
--kbq-checkbox-font-normal-label-text-transform: null;
|
|
21
19
|
--kbq-checkbox-font-normal-label-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
22
20
|
--kbq-checkbox-font-normal-caption-font-size: 12px;
|
|
23
21
|
--kbq-checkbox-font-normal-caption-line-height: 16px;
|
|
24
22
|
--kbq-checkbox-font-normal-caption-letter-spacing: normal;
|
|
25
23
|
--kbq-checkbox-font-normal-caption-font-weight: normal;
|
|
26
|
-
--kbq-checkbox-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
27
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
28
24
|
--kbq-checkbox-font-normal-caption-text-transform: null;
|
|
29
25
|
--kbq-checkbox-font-normal-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
30
26
|
--kbq-checkbox-font-big-label-font-size: 16px;
|
|
31
27
|
--kbq-checkbox-font-big-label-line-height: 24px;
|
|
32
28
|
--kbq-checkbox-font-big-label-letter-spacing: -0.011em;
|
|
33
29
|
--kbq-checkbox-font-big-label-font-weight: normal;
|
|
34
|
-
--kbq-checkbox-font-big-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
35
|
-
Arial, sans-serif;
|
|
36
30
|
--kbq-checkbox-font-big-label-text-transform: null;
|
|
37
31
|
--kbq-checkbox-font-big-label-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
38
32
|
--kbq-checkbox-font-big-caption-font-size: 14px;
|
|
39
33
|
--kbq-checkbox-font-big-caption-line-height: 20px;
|
|
40
34
|
--kbq-checkbox-font-big-caption-letter-spacing: -0.006em;
|
|
41
35
|
--kbq-checkbox-font-big-caption-font-weight: normal;
|
|
42
|
-
--kbq-checkbox-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
43
|
-
Arial, sans-serif;
|
|
44
36
|
--kbq-checkbox-font-big-caption-text-transform: null;
|
|
45
37
|
--kbq-checkbox-font-big-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
38
|
+
--kbq-checkbox-font-normal-label-font-family: var(--kbq-typography-text-normal-font-family);
|
|
39
|
+
--kbq-checkbox-font-normal-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
40
|
+
--kbq-checkbox-font-big-label-font-family: var(--kbq-typography-text-big-font-family);
|
|
41
|
+
--kbq-checkbox-font-big-caption-font-family: var(--kbq-typography-text-normal-font-family);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
:root {
|
|
45
|
+
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
46
|
+
Arial, sans-serif;
|
|
47
|
+
--kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
48
|
+
Arial, sans-serif;
|
|
49
|
+
--kbq-typography-text-big-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
50
|
+
sans-serif;
|
|
46
51
|
}
|
|
47
52
|
|
|
48
53
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
--kbq-code-block-font-default-line-height: 20px;
|
|
25
25
|
--kbq-code-block-font-default-letter-spacing: normal;
|
|
26
26
|
--kbq-code-block-font-default-font-weight: normal;
|
|
27
|
-
--kbq-code-block-font-default-font-family: 'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
|
|
28
27
|
--kbq-code-block-font-default-text-transform: null;
|
|
29
28
|
--kbq-code-block-font-default-font-feature-settings: initial;
|
|
30
29
|
--kbq-code-block-font-hljs-addition-font-style: null;
|
|
@@ -129,6 +128,12 @@
|
|
|
129
128
|
--kbq-code-block-font-hljs-variable-constant-font-weight: null;
|
|
130
129
|
--kbq-code-block-font-hljs-variable-language-font-style: null;
|
|
131
130
|
--kbq-code-block-font-hljs-variable-language-font-weight: null;
|
|
131
|
+
--kbq-code-block-font-default-font-family: var(--kbq-typography-mono-codeblock-font-family);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
:root {
|
|
135
|
+
--kbq-typography-mono-codeblock-font-family: 'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco',
|
|
136
|
+
monospace;
|
|
132
137
|
}
|
|
133
138
|
|
|
134
139
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -14,18 +14,23 @@
|
|
|
14
14
|
--kbq-forms-font-label-line-height: 20px;
|
|
15
15
|
--kbq-forms-font-label-letter-spacing: -0.006em;
|
|
16
16
|
--kbq-forms-font-label-font-weight: normal;
|
|
17
|
-
--kbq-forms-font-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
18
|
-
sans-serif;
|
|
19
17
|
--kbq-forms-font-label-text-transform: null;
|
|
20
18
|
--kbq-forms-font-label-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
21
19
|
--kbq-forms-font-legend-font-size: 18px;
|
|
22
20
|
--kbq-forms-font-legend-line-height: 26px;
|
|
23
21
|
--kbq-forms-font-legend-letter-spacing: normal;
|
|
24
22
|
--kbq-forms-font-legend-font-weight: 600;
|
|
25
|
-
--kbq-forms-font-legend-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
26
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
27
23
|
--kbq-forms-font-legend-text-transform: null;
|
|
28
24
|
--kbq-forms-font-legend-font-feature-settings: 'calt', 'kern', 'liga';
|
|
25
|
+
--kbq-forms-font-label-font-family: var(--kbq-typography-text-normal-font-family);
|
|
26
|
+
--kbq-forms-font-legend-font-family: var(--kbq-typography-subheading-font-family);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:root {
|
|
30
|
+
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
31
|
+
Arial, sans-serif;
|
|
32
|
+
--kbq-typography-subheading-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
33
|
+
'Helvetica Neue', Arial, sans-serif;
|
|
29
34
|
}
|
|
30
35
|
|
|
31
36
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -5,10 +5,14 @@
|
|
|
5
5
|
--kbq-optgroup-font-default-line-height: 26px;
|
|
6
6
|
--kbq-optgroup-font-default-letter-spacing: normal;
|
|
7
7
|
--kbq-optgroup-font-default-font-weight: 600;
|
|
8
|
-
--kbq-optgroup-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
9
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
10
8
|
--kbq-optgroup-font-default-text-transform: null;
|
|
11
9
|
--kbq-optgroup-font-default-font-feature-settings: 'calt', 'kern', 'liga';
|
|
10
|
+
--kbq-optgroup-font-default-font-family: var(--kbq-typography-subheading-font-family);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
:root {
|
|
14
|
+
--kbq-typography-subheading-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
15
|
+
'Helvetica Neue', Arial, sans-serif;
|
|
12
16
|
}
|
|
13
17
|
|
|
14
18
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -21,32 +21,24 @@
|
|
|
21
21
|
--kbq-list-font-text-line-height: 20px;
|
|
22
22
|
--kbq-list-font-text-letter-spacing: -0.006em;
|
|
23
23
|
--kbq-list-font-text-font-weight: normal;
|
|
24
|
-
--kbq-list-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
25
|
-
sans-serif;
|
|
26
24
|
--kbq-list-font-text-text-transform: null;
|
|
27
25
|
--kbq-list-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
28
26
|
--kbq-list-font-caption-font-size: 12px;
|
|
29
27
|
--kbq-list-font-caption-line-height: 16px;
|
|
30
28
|
--kbq-list-font-caption-letter-spacing: normal;
|
|
31
29
|
--kbq-list-font-caption-font-weight: normal;
|
|
32
|
-
--kbq-list-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
33
|
-
sans-serif;
|
|
34
30
|
--kbq-list-font-caption-text-transform: null;
|
|
35
31
|
--kbq-list-font-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
36
32
|
--kbq-list-font-header-font-size: 16px;
|
|
37
33
|
--kbq-list-font-header-line-height: 24px;
|
|
38
34
|
--kbq-list-font-header-letter-spacing: -0.011em;
|
|
39
35
|
--kbq-list-font-header-font-weight: 600;
|
|
40
|
-
--kbq-list-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
41
|
-
sans-serif;
|
|
42
36
|
--kbq-list-font-header-text-transform: null;
|
|
43
37
|
--kbq-list-font-header-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
44
38
|
--kbq-list-font-subheading-font-size: 12px;
|
|
45
39
|
--kbq-list-font-subheading-line-height: 16px;
|
|
46
40
|
--kbq-list-font-subheading-letter-spacing: 1px;
|
|
47
41
|
--kbq-list-font-subheading-font-weight: 500;
|
|
48
|
-
--kbq-list-font-subheading-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
49
|
-
Arial, sans-serif;
|
|
50
42
|
--kbq-list-font-subheading-text-transform: uppercase;
|
|
51
43
|
--kbq-list-font-subheading-font-feature-settings: 'calt', 'case', 'kern', 'liga', 'ss01', 'ss04';
|
|
52
44
|
--kbq-option-size-horizontal-padding: 12px;
|
|
@@ -56,10 +48,26 @@
|
|
|
56
48
|
--kbq-option-font-default-line-height: 24px;
|
|
57
49
|
--kbq-option-font-default-letter-spacing: -0.011em;
|
|
58
50
|
--kbq-option-font-default-font-weight: normal;
|
|
59
|
-
--kbq-option-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
60
|
-
sans-serif;
|
|
61
51
|
--kbq-option-font-default-text-transform: null;
|
|
62
52
|
--kbq-option-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
53
|
+
--kbq-list-font-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
54
|
+
--kbq-list-font-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
55
|
+
--kbq-list-font-header-font-family: var(--kbq-typography-text-big-strong-font-family);
|
|
56
|
+
--kbq-list-font-subheading-font-family: var(--kbq-typography-caps-compact-strong-font-family);
|
|
57
|
+
--kbq-option-font-default-font-family: var(--kbq-typography-text-big-font-family);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
:root {
|
|
61
|
+
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
62
|
+
Arial, sans-serif;
|
|
63
|
+
--kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
64
|
+
Arial, sans-serif;
|
|
65
|
+
--kbq-typography-text-big-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
66
|
+
Arial, sans-serif;
|
|
67
|
+
--kbq-typography-caps-compact-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
68
|
+
'Helvetica Neue', Arial, sans-serif;
|
|
69
|
+
--kbq-typography-text-big-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
70
|
+
sans-serif;
|
|
63
71
|
}
|
|
64
72
|
|
|
65
73
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -15,34 +15,39 @@
|
|
|
15
15
|
--kbq-checkbox-font-normal-label-line-height: 20px;
|
|
16
16
|
--kbq-checkbox-font-normal-label-letter-spacing: -0.006em;
|
|
17
17
|
--kbq-checkbox-font-normal-label-font-weight: normal;
|
|
18
|
-
--kbq-checkbox-font-normal-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
19
|
-
Arial, sans-serif;
|
|
20
18
|
--kbq-checkbox-font-normal-label-text-transform: null;
|
|
21
19
|
--kbq-checkbox-font-normal-label-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
22
20
|
--kbq-checkbox-font-normal-caption-font-size: 12px;
|
|
23
21
|
--kbq-checkbox-font-normal-caption-line-height: 16px;
|
|
24
22
|
--kbq-checkbox-font-normal-caption-letter-spacing: normal;
|
|
25
23
|
--kbq-checkbox-font-normal-caption-font-weight: normal;
|
|
26
|
-
--kbq-checkbox-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
27
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
28
24
|
--kbq-checkbox-font-normal-caption-text-transform: null;
|
|
29
25
|
--kbq-checkbox-font-normal-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
30
26
|
--kbq-checkbox-font-big-label-font-size: 16px;
|
|
31
27
|
--kbq-checkbox-font-big-label-line-height: 24px;
|
|
32
28
|
--kbq-checkbox-font-big-label-letter-spacing: -0.011em;
|
|
33
29
|
--kbq-checkbox-font-big-label-font-weight: normal;
|
|
34
|
-
--kbq-checkbox-font-big-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
35
|
-
Arial, sans-serif;
|
|
36
30
|
--kbq-checkbox-font-big-label-text-transform: null;
|
|
37
31
|
--kbq-checkbox-font-big-label-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
38
32
|
--kbq-checkbox-font-big-caption-font-size: 14px;
|
|
39
33
|
--kbq-checkbox-font-big-caption-line-height: 20px;
|
|
40
34
|
--kbq-checkbox-font-big-caption-letter-spacing: -0.006em;
|
|
41
35
|
--kbq-checkbox-font-big-caption-font-weight: normal;
|
|
42
|
-
--kbq-checkbox-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
43
|
-
Arial, sans-serif;
|
|
44
36
|
--kbq-checkbox-font-big-caption-text-transform: null;
|
|
45
37
|
--kbq-checkbox-font-big-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
38
|
+
--kbq-checkbox-font-normal-label-font-family: var(--kbq-typography-text-normal-font-family);
|
|
39
|
+
--kbq-checkbox-font-normal-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
40
|
+
--kbq-checkbox-font-big-label-font-family: var(--kbq-typography-text-big-font-family);
|
|
41
|
+
--kbq-checkbox-font-big-caption-font-family: var(--kbq-typography-text-normal-font-family);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
:root {
|
|
45
|
+
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
46
|
+
Arial, sans-serif;
|
|
47
|
+
--kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
48
|
+
Arial, sans-serif;
|
|
49
|
+
--kbq-typography-text-big-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
50
|
+
sans-serif;
|
|
46
51
|
}
|
|
47
52
|
|
|
48
53
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -13,10 +13,14 @@
|
|
|
13
13
|
--kbq-datepicker-font-text-line-height: 20px;
|
|
14
14
|
--kbq-datepicker-font-text-letter-spacing: -0.006em;
|
|
15
15
|
--kbq-datepicker-font-text-font-weight: normal;
|
|
16
|
-
--kbq-datepicker-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
17
|
-
Arial, sans-serif;
|
|
18
16
|
--kbq-datepicker-font-text-text-transform: null;
|
|
19
17
|
--kbq-datepicker-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
18
|
+
--kbq-datepicker-font-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:root {
|
|
22
|
+
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
23
|
+
Arial, sans-serif;
|
|
20
24
|
}
|
|
21
25
|
|
|
22
26
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/dl/dl-tokens.scss
CHANGED
|
@@ -7,18 +7,21 @@
|
|
|
7
7
|
--kbq-description-list-font-term-line-height: 20px;
|
|
8
8
|
--kbq-description-list-font-term-letter-spacing: -0.006em;
|
|
9
9
|
--kbq-description-list-font-term-font-weight: normal;
|
|
10
|
-
--kbq-description-list-font-term-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
11
|
-
Arial, sans-serif;
|
|
12
10
|
--kbq-description-list-font-term-text-transform: null;
|
|
13
11
|
--kbq-description-list-font-term-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
14
12
|
--kbq-description-list-font-description-font-size: 14px;
|
|
15
13
|
--kbq-description-list-font-description-line-height: 20px;
|
|
16
14
|
--kbq-description-list-font-description-letter-spacing: -0.006em;
|
|
17
15
|
--kbq-description-list-font-description-font-weight: normal;
|
|
18
|
-
--kbq-description-list-font-description-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
19
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
20
16
|
--kbq-description-list-font-description-text-transform: null;
|
|
21
17
|
--kbq-description-list-font-description-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
18
|
+
--kbq-description-list-font-term-font-family: var(--kbq-typography-text-normal-font-family);
|
|
19
|
+
--kbq-description-list-font-description-font-family: var(--kbq-typography-text-normal-font-family);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:root {
|
|
23
|
+
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
24
|
+
Arial, sans-serif;
|
|
22
25
|
}
|
|
23
26
|
|
|
24
27
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -20,34 +20,41 @@
|
|
|
20
20
|
--kbq-list-font-text-line-height: 20px;
|
|
21
21
|
--kbq-list-font-text-letter-spacing: -0.006em;
|
|
22
22
|
--kbq-list-font-text-font-weight: normal;
|
|
23
|
-
--kbq-list-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
24
|
-
sans-serif;
|
|
25
23
|
--kbq-list-font-text-text-transform: null;
|
|
26
24
|
--kbq-list-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
27
25
|
--kbq-list-font-caption-font-size: 12px;
|
|
28
26
|
--kbq-list-font-caption-line-height: 16px;
|
|
29
27
|
--kbq-list-font-caption-letter-spacing: normal;
|
|
30
28
|
--kbq-list-font-caption-font-weight: normal;
|
|
31
|
-
--kbq-list-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
32
|
-
sans-serif;
|
|
33
29
|
--kbq-list-font-caption-text-transform: null;
|
|
34
30
|
--kbq-list-font-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
35
31
|
--kbq-list-font-header-font-size: 16px;
|
|
36
32
|
--kbq-list-font-header-line-height: 24px;
|
|
37
33
|
--kbq-list-font-header-letter-spacing: -0.011em;
|
|
38
34
|
--kbq-list-font-header-font-weight: 600;
|
|
39
|
-
--kbq-list-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
40
|
-
sans-serif;
|
|
41
35
|
--kbq-list-font-header-text-transform: null;
|
|
42
36
|
--kbq-list-font-header-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
43
37
|
--kbq-list-font-subheading-font-size: 12px;
|
|
44
38
|
--kbq-list-font-subheading-line-height: 16px;
|
|
45
39
|
--kbq-list-font-subheading-letter-spacing: 1px;
|
|
46
40
|
--kbq-list-font-subheading-font-weight: 500;
|
|
47
|
-
--kbq-list-font-subheading-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
48
|
-
Arial, sans-serif;
|
|
49
41
|
--kbq-list-font-subheading-text-transform: uppercase;
|
|
50
42
|
--kbq-list-font-subheading-font-feature-settings: 'calt', 'case', 'kern', 'liga', 'ss01', 'ss04';
|
|
43
|
+
--kbq-list-font-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
44
|
+
--kbq-list-font-caption-font-family: var(--kbq-typography-text-compact-font-family);
|
|
45
|
+
--kbq-list-font-header-font-family: var(--kbq-typography-text-big-strong-font-family);
|
|
46
|
+
--kbq-list-font-subheading-font-family: var(--kbq-typography-caps-compact-strong-font-family);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
:root {
|
|
50
|
+
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
51
|
+
Arial, sans-serif;
|
|
52
|
+
--kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
53
|
+
Arial, sans-serif;
|
|
54
|
+
--kbq-typography-text-big-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
55
|
+
Arial, sans-serif;
|
|
56
|
+
--kbq-typography-caps-compact-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
57
|
+
'Helvetica Neue', Arial, sans-serif;
|
|
51
58
|
}
|
|
52
59
|
|
|
53
60
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -19,34 +19,39 @@
|
|
|
19
19
|
--kbq-empty-state-font-big-title-line-height: 32px;
|
|
20
20
|
--kbq-empty-state-font-big-title-letter-spacing: normal;
|
|
21
21
|
--kbq-empty-state-font-big-title-font-weight: 700;
|
|
22
|
-
--kbq-empty-state-font-big-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
23
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
24
22
|
--kbq-empty-state-font-big-title-text-transform: null;
|
|
25
23
|
--kbq-empty-state-font-big-title-font-feature-settings: 'calt', 'kern', 'liga';
|
|
26
24
|
--kbq-empty-state-font-big-text-font-size: 14px;
|
|
27
25
|
--kbq-empty-state-font-big-text-line-height: 20px;
|
|
28
26
|
--kbq-empty-state-font-big-text-letter-spacing: -0.006em;
|
|
29
27
|
--kbq-empty-state-font-big-text-font-weight: normal;
|
|
30
|
-
--kbq-empty-state-font-big-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
31
|
-
Arial, sans-serif;
|
|
32
28
|
--kbq-empty-state-font-big-text-text-transform: null;
|
|
33
29
|
--kbq-empty-state-font-big-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
34
30
|
--kbq-empty-state-font-normal-title-font-size: 16px;
|
|
35
31
|
--kbq-empty-state-font-normal-title-line-height: 24px;
|
|
36
32
|
--kbq-empty-state-font-normal-title-letter-spacing: -0.011em;
|
|
37
33
|
--kbq-empty-state-font-normal-title-font-weight: 600;
|
|
38
|
-
--kbq-empty-state-font-normal-title-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
39
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
40
34
|
--kbq-empty-state-font-normal-title-text-transform: null;
|
|
41
35
|
--kbq-empty-state-font-normal-title-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
42
36
|
--kbq-empty-state-font-normal-text-font-size: 14px;
|
|
43
37
|
--kbq-empty-state-font-normal-text-line-height: 20px;
|
|
44
38
|
--kbq-empty-state-font-normal-text-letter-spacing: -0.006em;
|
|
45
39
|
--kbq-empty-state-font-normal-text-font-weight: normal;
|
|
46
|
-
--kbq-empty-state-font-normal-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
47
|
-
'Helvetica Neue', Arial, sans-serif;
|
|
48
40
|
--kbq-empty-state-font-normal-text-text-transform: null;
|
|
49
41
|
--kbq-empty-state-font-normal-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
42
|
+
--kbq-empty-state-font-big-title-font-family: var(--kbq-typography-headline-font-family);
|
|
43
|
+
--kbq-empty-state-font-big-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
44
|
+
--kbq-empty-state-font-normal-title-font-family: var(--kbq-typography-text-big-strong-font-family);
|
|
45
|
+
--kbq-empty-state-font-normal-text-font-family: var(--kbq-typography-text-normal-font-family);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
:root {
|
|
49
|
+
--kbq-typography-headline-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
50
|
+
'Helvetica Neue', Arial, sans-serif;
|
|
51
|
+
--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
52
|
+
Arial, sans-serif;
|
|
53
|
+
--kbq-typography-text-big-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
54
|
+
Arial, sans-serif;
|
|
50
55
|
}
|
|
51
56
|
|
|
52
57
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|