@koobiq/components 17.8.3 → 17.8.5

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.
Files changed (162) hide show
  1. package/alert/alert-tokens.scss +12 -6
  2. package/badge/badge-tokens.scss +15 -8
  3. package/button/button-tokens.scss +6 -2
  4. package/button-toggle/button-toggle-tokens.scss +6 -2
  5. package/checkbox/checkbox-tokens.scss +13 -8
  6. package/code-block/code-block-tokens.scss +6 -1
  7. package/core/forms/forms-tokens.scss +9 -4
  8. package/core/option/optgroup-tokens.scss +6 -2
  9. package/core/option/option-tokens.scss +18 -10
  10. package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +13 -8
  11. package/core/styles/typography/_typography.scss +15 -0
  12. package/datepicker/datepicker-tokens.scss +6 -2
  13. package/dl/dl-tokens.scss +7 -4
  14. package/dropdown/dropdown-tokens.scss +15 -8
  15. package/empty-state/empty-state-tokens.scss +13 -8
  16. package/esm2022/alert/alert.component.mjs +2 -2
  17. package/esm2022/badge/badge.component.mjs +2 -2
  18. package/esm2022/button/button.component.mjs +2 -2
  19. package/esm2022/button-toggle/button-toggle.component.mjs +2 -2
  20. package/esm2022/checkbox/checkbox.mjs +2 -2
  21. package/esm2022/code-block/code-block.component.mjs +2 -2
  22. package/esm2022/core/option/optgroup.mjs +2 -2
  23. package/esm2022/core/option/option.mjs +2 -2
  24. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
  25. package/esm2022/core/version.mjs +2 -2
  26. package/esm2022/datepicker/datepicker.component.mjs +3 -3
  27. package/esm2022/dl/dl.component.mjs +2 -2
  28. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  29. package/esm2022/empty-state/empty-state.component.mjs +2 -2
  30. package/esm2022/file-upload/multiple-file-upload.component.mjs +2 -2
  31. package/esm2022/file-upload/single-file-upload.component.mjs +2 -2
  32. package/esm2022/form-field/form-field.mjs +2 -2
  33. package/esm2022/form-field/hint.mjs +2 -2
  34. package/esm2022/list/list-selection.component.mjs +2 -2
  35. package/esm2022/list/list.component.mjs +2 -2
  36. package/esm2022/loader-overlay/loader-overlay.component.mjs +2 -2
  37. package/esm2022/markdown/markdown.component.mjs +2 -2
  38. package/esm2022/modal/modal.component.mjs +2 -2
  39. package/esm2022/navbar/navbar.component.mjs +2 -2
  40. package/esm2022/navbar/vertical-navbar.component.mjs +2 -2
  41. package/esm2022/popover/popover-confirm.component.mjs +3 -3
  42. package/esm2022/popover/popover.component.mjs +3 -3
  43. package/esm2022/progress-bar/progress-bar.component.mjs +2 -2
  44. package/esm2022/progress-spinner/progress-spinner.component.mjs +2 -2
  45. package/esm2022/radio/radio.component.mjs +2 -2
  46. package/esm2022/risk-level/risk-level.component.mjs +2 -2
  47. package/esm2022/select/select.component.mjs +3 -3
  48. package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
  49. package/esm2022/table/table.component.mjs +2 -2
  50. package/esm2022/tabs/tab-group.component.mjs +2 -2
  51. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
  52. package/esm2022/tags/tag-list.component.mjs +2 -2
  53. package/esm2022/timezone/timezone-option.component.mjs +2 -2
  54. package/esm2022/timezone/timezone-select.component.mjs +2 -2
  55. package/esm2022/toast/toast.component.mjs +3 -3
  56. package/esm2022/toggle/toggle.component.mjs +3 -3
  57. package/esm2022/tooltip/tooltip.component.mjs +3 -3
  58. package/esm2022/tree/toggle.mjs +2 -2
  59. package/esm2022/tree/tree-option.component.mjs +2 -2
  60. package/esm2022/tree/tree-selection.component.mjs +2 -2
  61. package/esm2022/tree/tree.mjs +2 -2
  62. package/esm2022/tree-select/tree-select.component.mjs +3 -3
  63. package/fesm2022/koobiq-components-alert.mjs +2 -2
  64. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  65. package/fesm2022/koobiq-components-badge.mjs +2 -2
  66. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  67. package/fesm2022/koobiq-components-button-toggle.mjs +2 -2
  68. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  69. package/fesm2022/koobiq-components-button.mjs +2 -2
  70. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  71. package/fesm2022/koobiq-components-checkbox.mjs +2 -2
  72. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  73. package/fesm2022/koobiq-components-code-block.mjs +2 -2
  74. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  75. package/fesm2022/koobiq-components-core.mjs +7 -7
  76. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  77. package/fesm2022/koobiq-components-datepicker.mjs +2 -2
  78. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  79. package/fesm2022/koobiq-components-dl.mjs +2 -2
  80. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  81. package/fesm2022/koobiq-components-dropdown.mjs +2 -2
  82. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  83. package/fesm2022/koobiq-components-empty-state.mjs +2 -2
  84. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  85. package/fesm2022/koobiq-components-file-upload.mjs +4 -4
  86. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  87. package/fesm2022/koobiq-components-form-field.mjs +4 -4
  88. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  89. package/fesm2022/koobiq-components-list.mjs +4 -4
  90. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  91. package/fesm2022/koobiq-components-loader-overlay.mjs +2 -2
  92. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  93. package/fesm2022/koobiq-components-markdown.mjs +2 -2
  94. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  95. package/fesm2022/koobiq-components-modal.mjs +2 -2
  96. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  97. package/fesm2022/koobiq-components-navbar.mjs +4 -4
  98. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  99. package/fesm2022/koobiq-components-popover.mjs +4 -4
  100. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  101. package/fesm2022/koobiq-components-progress-bar.mjs +2 -2
  102. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  103. package/fesm2022/koobiq-components-progress-spinner.mjs +2 -2
  104. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  105. package/fesm2022/koobiq-components-radio.mjs +2 -2
  106. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  107. package/fesm2022/koobiq-components-risk-level.mjs +2 -2
  108. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  109. package/fesm2022/koobiq-components-select.mjs +2 -2
  110. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  111. package/fesm2022/koobiq-components-sidepanel.mjs +2 -2
  112. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  113. package/fesm2022/koobiq-components-table.mjs +2 -2
  114. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  115. package/fesm2022/koobiq-components-tabs.mjs +4 -4
  116. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  117. package/fesm2022/koobiq-components-tags.mjs +2 -2
  118. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  119. package/fesm2022/koobiq-components-timezone.mjs +4 -4
  120. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  121. package/fesm2022/koobiq-components-toast.mjs +2 -2
  122. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  123. package/fesm2022/koobiq-components-toggle.mjs +2 -2
  124. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  125. package/fesm2022/koobiq-components-tooltip.mjs +2 -2
  126. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  127. package/fesm2022/koobiq-components-tree-select.mjs +2 -2
  128. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  129. package/fesm2022/koobiq-components-tree.mjs +8 -8
  130. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  131. package/file-upload/file-upload-tokens.scss +14 -10
  132. package/form-field/form-field-tokens.scss +9 -4
  133. package/form-field/hint-tokens.scss +9 -4
  134. package/input/input-tokens.scss +6 -2
  135. package/link/link-tokens.scss +12 -6
  136. package/list/list-tokens.scss +15 -8
  137. package/loader-overlay/loader-overlay-tokens.scss +13 -8
  138. package/markdown/markdown-tokens.scss +40 -30
  139. package/modal/modal-tokens.scss +9 -4
  140. package/navbar/navbar-tokens.scss +6 -2
  141. package/package.json +4 -4
  142. package/popover/popover-tokens.scss +9 -4
  143. package/prebuilt-themes/dark-theme.css +1 -1
  144. package/prebuilt-themes/light-theme.css +1 -1
  145. package/progress-bar/progress-bar-tokens.scss +9 -4
  146. package/progress-spinner/progress-spinner-tokens.scss +9 -4
  147. package/radio/radio-tokens.scss +13 -8
  148. package/risk-level/risk-level-tokens.scss +6 -2
  149. package/schematics/ng-add/index.js +2 -2
  150. package/select/select-tokens.scss +7 -4
  151. package/sidepanel/sidepanel-tokens.scss +9 -4
  152. package/table/table-tokens.scss +9 -4
  153. package/tabs/tabs-tokens.scss +6 -2
  154. package/tags/tag-input-tokens.scss +6 -2
  155. package/tags/tag-tokens.scss +9 -4
  156. package/textarea/textarea-tokens.scss +6 -2
  157. package/timezone/timezone-option-tokens.scss +13 -8
  158. package/toast/toast-tokens.scss +7 -4
  159. package/toggle/toggle-tokens.scss +13 -8
  160. package/tooltip/tooltip-tokens.scss +7 -4
  161. package/tree/tree-tokens.scss +9 -4
  162. package/tree-select/tree-select-tokens.scss +6 -2
@@ -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) {
@@ -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) {
@@ -45,10 +45,13 @@
45
45
  display-compact-strong: map.get($typography, display-compact-strong),
46
46
  text-big: map.get($typography, text-big),
47
47
  text-big-strong: map.get($typography, text-big-strong),
48
+ text-big-medium: map.get($typography, text-big-medium),
48
49
  text-normal: map.get($typography, text-normal),
49
50
  text-normal-strong: map.get($typography, text-normal-strong),
51
+ text-normal-medium: map.get($typography, text-normal-medium),
50
52
  text-compact: map.get($typography, text-compact),
51
53
  text-compact-strong: map.get($typography, text-compact-strong),
54
+ text-compact-medium: map.get($typography, text-compact-medium),
52
55
  caps-big: map.get($typography, caps-big),
53
56
  caps-big-strong: map.get($typography, caps-big-strong),
54
57
  caps-normal: map.get($typography, caps-normal),
@@ -280,6 +283,10 @@
280
283
  @include kbq-typography-level-to-styles_css-variables(typography, text-big-strong);
281
284
  }
282
285
 
286
+ .kbq-text-big-medium {
287
+ @include kbq-typography-level-to-styles_css-variables(typography, text-big-medium);
288
+ }
289
+
283
290
  .kbq-text-normal {
284
291
  @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
285
292
  }
@@ -288,6 +295,10 @@
288
295
  @include kbq-typography-level-to-styles_css-variables(typography, text-normal-strong);
289
296
  }
290
297
 
298
+ .kbq-text-normal-medium {
299
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal-medium);
300
+ }
301
+
291
302
  .kbq-text-compact {
292
303
  @include kbq-typography-level-to-styles_css-variables(typography, text-compact);
293
304
  }
@@ -296,6 +307,10 @@
296
307
  @include kbq-typography-level-to-styles_css-variables(typography, text-compact-strong);
297
308
  }
298
309
 
310
+ .kbq-text-compact-medium {
311
+ @include kbq-typography-level-to-styles_css-variables(typography, text-compact-medium);
312
+ }
313
+
299
314
  .kbq-caps-big {
300
315
  @include kbq-typography-level-to-styles_css-variables(typography, caps-big);
301
316
  }
@@ -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) {