@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
@@ -22,42 +22,46 @@
22
22
  --kbq-file-upload-font-single-text-block-line-height: 20px;
23
23
  --kbq-file-upload-font-single-text-block-letter-spacing: -0.006em;
24
24
  --kbq-file-upload-font-single-text-block-font-weight: normal;
25
- --kbq-file-upload-font-single-text-block-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
26
- 'Helvetica Neue', Arial, sans-serif;
27
25
  --kbq-file-upload-font-single-text-block-text-transform: null;
28
26
  --kbq-file-upload-font-single-text-block-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
29
27
  --kbq-file-upload-font-multiple-title-font-size: 18px;
30
28
  --kbq-file-upload-font-multiple-title-line-height: 26px;
31
29
  --kbq-file-upload-font-multiple-title-letter-spacing: normal;
32
30
  --kbq-file-upload-font-multiple-title-font-weight: 600;
33
- --kbq-file-upload-font-multiple-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont,
34
- 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
35
31
  --kbq-file-upload-font-multiple-title-text-transform: null;
36
32
  --kbq-file-upload-font-multiple-title-font-feature-settings: 'calt', 'kern', 'liga';
37
33
  --kbq-file-upload-font-multiple-text-block-font-size: 14px;
38
34
  --kbq-file-upload-font-multiple-text-block-line-height: 20px;
39
35
  --kbq-file-upload-font-multiple-text-block-letter-spacing: -0.006em;
40
36
  --kbq-file-upload-font-multiple-text-block-font-weight: normal;
41
- --kbq-file-upload-font-multiple-text-block-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
42
- 'Helvetica Neue', Arial, sans-serif;
43
37
  --kbq-file-upload-font-multiple-text-block-text-transform: null;
44
38
  --kbq-file-upload-font-multiple-text-block-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
45
39
  --kbq-file-upload-font-multiple-grid-font-size: 14px;
46
40
  --kbq-file-upload-font-multiple-grid-line-height: 20px;
47
41
  --kbq-file-upload-font-multiple-grid-letter-spacing: -0.006em;
48
42
  --kbq-file-upload-font-multiple-grid-font-weight: normal;
49
- --kbq-file-upload-font-multiple-grid-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
50
- 'Helvetica Neue', Arial, sans-serif;
51
43
  --kbq-file-upload-font-multiple-grid-text-transform: null;
52
44
  --kbq-file-upload-font-multiple-grid-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
53
45
  --kbq-form-field-hint-font-text-font-size: 12px;
54
46
  --kbq-form-field-hint-font-text-line-height: 16px;
55
47
  --kbq-form-field-hint-font-text-letter-spacing: normal;
56
48
  --kbq-form-field-hint-font-text-font-weight: normal;
57
- --kbq-form-field-hint-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
58
- Arial, sans-serif;
59
49
  --kbq-form-field-hint-font-text-text-transform: null;
60
50
  --kbq-form-field-hint-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
51
+ --kbq-file-upload-font-single-text-block-font-family: var(--kbq-typography-text-normal-font-family);
52
+ --kbq-file-upload-font-multiple-title-font-family: var(--kbq-typography-subheading-font-family);
53
+ --kbq-file-upload-font-multiple-text-block-font-family: var(--kbq-typography-text-normal-font-family);
54
+ --kbq-file-upload-font-multiple-grid-font-family: var(--kbq-typography-text-normal-font-family);
55
+ --kbq-form-field-hint-font-text-font-family: var(--kbq-typography-text-compact-font-family);
56
+ }
57
+
58
+ :root {
59
+ --kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
60
+ Arial, sans-serif;
61
+ --kbq-typography-subheading-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
62
+ 'Helvetica Neue', Arial, sans-serif;
63
+ --kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
64
+ Arial, sans-serif;
61
65
  }
62
66
 
63
67
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -12,8 +12,6 @@
12
12
  --kbq-form-field-font-text-line-height: 20px;
13
13
  --kbq-form-field-font-text-letter-spacing: -0.006em;
14
14
  --kbq-form-field-font-text-font-weight: normal;
15
- --kbq-form-field-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
16
- Arial, sans-serif;
17
15
  --kbq-form-field-font-text-text-transform: null;
18
16
  --kbq-form-field-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
19
17
  --kbq-form-field-hint-size-margin-top: 4px;
@@ -22,10 +20,17 @@
22
20
  --kbq-form-field-hint-font-text-line-height: 16px;
23
21
  --kbq-form-field-hint-font-text-letter-spacing: normal;
24
22
  --kbq-form-field-hint-font-text-font-weight: normal;
25
- --kbq-form-field-hint-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
26
- Arial, sans-serif;
27
23
  --kbq-form-field-hint-font-text-text-transform: null;
28
24
  --kbq-form-field-hint-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
25
+ --kbq-form-field-font-text-font-family: var(--kbq-typography-text-normal-font-family);
26
+ --kbq-form-field-hint-font-text-font-family: var(--kbq-typography-text-compact-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-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
33
+ Arial, sans-serif;
29
34
  }
30
35
 
31
36
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -7,18 +7,23 @@
7
7
  --kbq-hint-font-normal-text-line-height: 20px;
8
8
  --kbq-hint-font-normal-text-letter-spacing: -0.006em;
9
9
  --kbq-hint-font-normal-text-font-weight: 500;
10
- --kbq-hint-font-normal-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
11
- Arial, sans-serif;
12
10
  --kbq-hint-font-normal-text-text-transform: null;
13
11
  --kbq-hint-font-normal-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
14
12
  --kbq-hint-font-compact-text-font-size: 12px;
15
13
  --kbq-hint-font-compact-text-line-height: 16px;
16
14
  --kbq-hint-font-compact-text-letter-spacing: normal;
17
15
  --kbq-hint-font-compact-text-font-weight: normal;
18
- --kbq-hint-font-compact-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
19
- Arial, sans-serif;
20
16
  --kbq-hint-font-compact-text-text-transform: null;
21
17
  --kbq-hint-font-compact-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
18
+ --kbq-hint-font-normal-text-font-family: var(--kbq-typography-text-normal-medium-font-family);
19
+ --kbq-hint-font-compact-text-font-family: var(--kbq-typography-text-compact-font-family);
20
+ }
21
+
22
+ :root {
23
+ --kbq-typography-text-normal-medium-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
24
+ 'Helvetica Neue', Arial, sans-serif;
25
+ --kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
26
+ Arial, sans-serif;
22
27
  }
23
28
 
24
29
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -5,8 +5,12 @@
5
5
  --kbq-input-font-text-line-height: 20px;
6
6
  --kbq-input-font-text-letter-spacing: -0.006em;
7
7
  --kbq-input-font-text-font-weight: normal;
8
- --kbq-input-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
9
- sans-serif;
10
8
  --kbq-input-font-text-text-transform: null;
11
9
  --kbq-input-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
10
+ --kbq-input-font-text-font-family: var(--kbq-typography-text-normal-font-family);
11
+ }
12
+
13
+ :root {
14
+ --kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
15
+ Arial, sans-serif;
12
16
  }
@@ -8,26 +8,32 @@
8
8
  --kbq-link-font-compact-line-height: 16px;
9
9
  --kbq-link-font-compact-letter-spacing: normal;
10
10
  --kbq-link-font-compact-font-weight: normal;
11
- --kbq-link-font-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
12
- sans-serif;
13
11
  --kbq-link-font-compact-text-transform: null;
14
12
  --kbq-link-font-compact-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
15
13
  --kbq-link-font-normal-font-size: 14px;
16
14
  --kbq-link-font-normal-line-height: 20px;
17
15
  --kbq-link-font-normal-letter-spacing: -0.006em;
18
16
  --kbq-link-font-normal-font-weight: normal;
19
- --kbq-link-font-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
20
- sans-serif;
21
17
  --kbq-link-font-normal-text-transform: null;
22
18
  --kbq-link-font-normal-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
23
19
  --kbq-link-font-big-font-size: 16px;
24
20
  --kbq-link-font-big-line-height: 24px;
25
21
  --kbq-link-font-big-letter-spacing: -0.011em;
26
22
  --kbq-link-font-big-font-weight: normal;
27
- --kbq-link-font-big-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
28
- sans-serif;
29
23
  --kbq-link-font-big-text-transform: null;
30
24
  --kbq-link-font-big-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
25
+ --kbq-link-font-compact-font-family: var(--kbq-typography-text-compact-font-family);
26
+ --kbq-link-font-normal-font-family: var(--kbq-typography-text-normal-font-family);
27
+ --kbq-link-font-big-font-family: var(--kbq-typography-text-big-font-family);
28
+ }
29
+
30
+ :root {
31
+ --kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
32
+ Arial, sans-serif;
33
+ --kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
34
+ Arial, sans-serif;
35
+ --kbq-typography-text-big-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
36
+ sans-serif;
31
37
  }
32
38
 
33
39
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -17,34 +17,41 @@
17
17
  --kbq-list-font-text-line-height: 20px;
18
18
  --kbq-list-font-text-letter-spacing: -0.006em;
19
19
  --kbq-list-font-text-font-weight: normal;
20
- --kbq-list-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
21
- sans-serif;
22
20
  --kbq-list-font-text-text-transform: null;
23
21
  --kbq-list-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
24
22
  --kbq-list-font-caption-font-size: 12px;
25
23
  --kbq-list-font-caption-line-height: 16px;
26
24
  --kbq-list-font-caption-letter-spacing: normal;
27
25
  --kbq-list-font-caption-font-weight: normal;
28
- --kbq-list-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
29
- sans-serif;
30
26
  --kbq-list-font-caption-text-transform: null;
31
27
  --kbq-list-font-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
32
28
  --kbq-list-font-header-font-size: 16px;
33
29
  --kbq-list-font-header-line-height: 24px;
34
30
  --kbq-list-font-header-letter-spacing: -0.011em;
35
31
  --kbq-list-font-header-font-weight: 600;
36
- --kbq-list-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
37
- sans-serif;
38
32
  --kbq-list-font-header-text-transform: null;
39
33
  --kbq-list-font-header-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
40
34
  --kbq-list-font-subheading-font-size: 12px;
41
35
  --kbq-list-font-subheading-line-height: 16px;
42
36
  --kbq-list-font-subheading-letter-spacing: 1px;
43
37
  --kbq-list-font-subheading-font-weight: 500;
44
- --kbq-list-font-subheading-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
45
- Arial, sans-serif;
46
38
  --kbq-list-font-subheading-text-transform: uppercase;
47
39
  --kbq-list-font-subheading-font-feature-settings: 'calt', 'case', 'kern', 'liga', 'ss01', 'ss04';
40
+ --kbq-list-font-text-font-family: var(--kbq-typography-text-normal-font-family);
41
+ --kbq-list-font-caption-font-family: var(--kbq-typography-text-compact-font-family);
42
+ --kbq-list-font-header-font-family: var(--kbq-typography-text-big-strong-font-family);
43
+ --kbq-list-font-subheading-font-family: var(--kbq-typography-caps-compact-strong-font-family);
44
+ }
45
+
46
+ :root {
47
+ --kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
48
+ Arial, sans-serif;
49
+ --kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
50
+ Arial, sans-serif;
51
+ --kbq-typography-text-big-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
52
+ Arial, sans-serif;
53
+ --kbq-typography-caps-compact-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
54
+ 'Helvetica Neue', Arial, sans-serif;
48
55
  }
49
56
 
50
57
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -9,34 +9,39 @@
9
9
  --kbq-loader-overlay-font-big-text-line-height: 26px;
10
10
  --kbq-loader-overlay-font-big-text-letter-spacing: normal;
11
11
  --kbq-loader-overlay-font-big-text-font-weight: 600;
12
- --kbq-loader-overlay-font-big-text-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
13
- 'Helvetica Neue', Arial, sans-serif;
14
12
  --kbq-loader-overlay-font-big-text-text-transform: null;
15
13
  --kbq-loader-overlay-font-big-text-font-feature-settings: 'calt', 'kern', 'liga';
16
14
  --kbq-loader-overlay-font-big-caption-font-size: 14px;
17
15
  --kbq-loader-overlay-font-big-caption-line-height: 20px;
18
16
  --kbq-loader-overlay-font-big-caption-letter-spacing: -0.006em;
19
17
  --kbq-loader-overlay-font-big-caption-font-weight: normal;
20
- --kbq-loader-overlay-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
21
- 'Helvetica Neue', Arial, sans-serif;
22
18
  --kbq-loader-overlay-font-big-caption-text-transform: null;
23
19
  --kbq-loader-overlay-font-big-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
24
20
  --kbq-loader-overlay-font-compact-text-font-size: 14px;
25
21
  --kbq-loader-overlay-font-compact-text-line-height: 20px;
26
22
  --kbq-loader-overlay-font-compact-text-letter-spacing: -0.006em;
27
23
  --kbq-loader-overlay-font-compact-text-font-weight: normal;
28
- --kbq-loader-overlay-font-compact-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
29
- 'Helvetica Neue', Arial, sans-serif;
30
24
  --kbq-loader-overlay-font-compact-text-text-transform: null;
31
25
  --kbq-loader-overlay-font-compact-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
32
26
  --kbq-loader-overlay-font-compact-caption-font-size: 12px;
33
27
  --kbq-loader-overlay-font-compact-caption-line-height: 16px;
34
28
  --kbq-loader-overlay-font-compact-caption-letter-spacing: normal;
35
29
  --kbq-loader-overlay-font-compact-caption-font-weight: normal;
36
- --kbq-loader-overlay-font-compact-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
37
- 'Helvetica Neue', Arial, sans-serif;
38
30
  --kbq-loader-overlay-font-compact-caption-text-transform: null;
39
31
  --kbq-loader-overlay-font-compact-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
32
+ --kbq-loader-overlay-font-big-text-font-family: var(--kbq-typography-subheading-font-family);
33
+ --kbq-loader-overlay-font-big-caption-font-family: var(--kbq-typography-text-normal-font-family);
34
+ --kbq-loader-overlay-font-compact-text-font-family: var(--kbq-typography-text-normal-font-family);
35
+ --kbq-loader-overlay-font-compact-caption-font-family: var(--kbq-typography-text-compact-font-family);
36
+ }
37
+
38
+ :root {
39
+ --kbq-typography-subheading-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
40
+ 'Helvetica Neue', Arial, sans-serif;
41
+ --kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
42
+ Arial, sans-serif;
43
+ --kbq-typography-text-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
44
+ Arial, sans-serif;
40
45
  }
41
46
 
42
47
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -6,8 +6,6 @@
6
6
  --kbq-markdown-h1-font-default-line-height: 44px;
7
7
  --kbq-markdown-h1-font-default-letter-spacing: normal;
8
8
  --kbq-markdown-h1-font-default-font-weight: 400;
9
- --kbq-markdown-h1-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
10
- 'Helvetica Neue', Arial, sans-serif;
11
9
  --kbq-markdown-h1-font-default-text-transform: null;
12
10
  --kbq-markdown-h1-font-default-font-feature-settings: 'calt', 'kern', 'liga';
13
11
  --kbq-markdown-h2-size-max-width: 650px;
@@ -17,8 +15,6 @@
17
15
  --kbq-markdown-h2-font-default-line-height: 32px;
18
16
  --kbq-markdown-h2-font-default-letter-spacing: normal;
19
17
  --kbq-markdown-h2-font-default-font-weight: 700;
20
- --kbq-markdown-h2-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
21
- 'Helvetica Neue', Arial, sans-serif;
22
18
  --kbq-markdown-h2-font-default-text-transform: null;
23
19
  --kbq-markdown-h2-font-default-font-feature-settings: 'calt', 'kern', 'liga';
24
20
  --kbq-markdown-h3-size-max-width: 650px;
@@ -28,8 +24,6 @@
28
24
  --kbq-markdown-h3-font-default-line-height: 28px;
29
25
  --kbq-markdown-h3-font-default-letter-spacing: normal;
30
26
  --kbq-markdown-h3-font-default-font-weight: 700;
31
- --kbq-markdown-h3-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
32
- 'Helvetica Neue', Arial, sans-serif;
33
27
  --kbq-markdown-h3-font-default-text-transform: null;
34
28
  --kbq-markdown-h3-font-default-font-feature-settings: 'calt', 'kern', 'liga';
35
29
  --kbq-markdown-h4-size-max-width: 650px;
@@ -39,8 +33,6 @@
39
33
  --kbq-markdown-h4-font-default-line-height: 26px;
40
34
  --kbq-markdown-h4-font-default-letter-spacing: normal;
41
35
  --kbq-markdown-h4-font-default-font-weight: 700;
42
- --kbq-markdown-h4-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
43
- 'Helvetica Neue', Arial, sans-serif;
44
36
  --kbq-markdown-h4-font-default-text-transform: null;
45
37
  --kbq-markdown-h4-font-default-font-feature-settings: 'calt', 'kern', 'liga';
46
38
  --kbq-markdown-h5-size-max-width: 650px;
@@ -50,8 +42,6 @@
50
42
  --kbq-markdown-h5-font-default-line-height: 24px;
51
43
  --kbq-markdown-h5-font-default-letter-spacing: -0.011em;
52
44
  --kbq-markdown-h5-font-default-font-weight: 700;
53
- --kbq-markdown-h5-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
54
- Arial, sans-serif;
55
45
  --kbq-markdown-h5-font-default-text-transform: null;
56
46
  --kbq-markdown-h5-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
57
47
  --kbq-markdown-h6-size-max-width: 650px;
@@ -61,8 +51,6 @@
61
51
  --kbq-markdown-h6-font-default-line-height: 20px;
62
52
  --kbq-markdown-h6-font-default-letter-spacing: 0.08em;
63
53
  --kbq-markdown-h6-font-default-font-weight: 500;
64
- --kbq-markdown-h6-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
65
- Arial, sans-serif;
66
54
  --kbq-markdown-h6-font-default-text-transform: uppercase;
67
55
  --kbq-markdown-h6-font-default-font-feature-settings: 'calt', 'case', 'kern', 'liga', 'ss01', 'ss04';
68
56
  --kbq-markdown-p-size-max-width: 650px;
@@ -72,8 +60,6 @@
72
60
  --kbq-markdown-p-font-default-line-height: 24px;
73
61
  --kbq-markdown-p-font-default-letter-spacing: -0.011em;
74
62
  --kbq-markdown-p-font-default-font-weight: normal;
75
- --kbq-markdown-p-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
76
- Arial, sans-serif;
77
63
  --kbq-markdown-p-font-default-text-transform: null;
78
64
  --kbq-markdown-p-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
79
65
  --kbq-markdown-list-size-max-width: 650px;
@@ -87,8 +73,6 @@
87
73
  --kbq-markdown-list-font-default-line-height: 24px;
88
74
  --kbq-markdown-list-font-default-letter-spacing: -0.011em;
89
75
  --kbq-markdown-list-font-default-font-weight: normal;
90
- --kbq-markdown-list-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
91
- Arial, sans-serif;
92
76
  --kbq-markdown-list-font-default-text-transform: null;
93
77
  --kbq-markdown-list-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
94
78
  --kbq-markdown-blockquote-size-max-width: 650px;
@@ -102,8 +86,6 @@
102
86
  --kbq-markdown-blockquote-font-default-line-height: 24px;
103
87
  --kbq-markdown-blockquote-font-default-letter-spacing: -0.011em;
104
88
  --kbq-markdown-blockquote-font-default-font-weight: normal;
105
- --kbq-markdown-blockquote-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
106
- 'Helvetica Neue', Arial, sans-serif;
107
89
  --kbq-markdown-blockquote-font-default-text-transform: null;
108
90
  --kbq-markdown-blockquote-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
109
91
  --kbq-markdown-code-size-max-width: 650px;
@@ -117,8 +99,6 @@
117
99
  --kbq-markdown-code-font-default-line-height: 24px;
118
100
  --kbq-markdown-code-font-default-letter-spacing: normal;
119
101
  --kbq-markdown-code-font-default-font-weight: normal;
120
- --kbq-markdown-code-font-default-font-family: 'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco',
121
- monospace;
122
102
  --kbq-markdown-code-font-default-text-transform: null;
123
103
  --kbq-markdown-code-font-default-font-feature-settings: initial;
124
104
  --kbq-markdown-link-size-icon-margin: 2px;
@@ -128,8 +108,6 @@
128
108
  --kbq-markdown-link-font-default-line-height: 24px;
129
109
  --kbq-markdown-link-font-default-letter-spacing: -0.011em;
130
110
  --kbq-markdown-link-font-default-font-weight: normal;
131
- --kbq-markdown-link-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
132
- Arial, sans-serif;
133
111
  --kbq-markdown-link-font-default-text-transform: null;
134
112
  --kbq-markdown-link-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
135
113
  --kbq-markdown-image-size-max-width: 650px;
@@ -141,8 +119,6 @@
141
119
  --kbq-markdown-image-font-caption-line-height: 20px;
142
120
  --kbq-markdown-image-font-caption-letter-spacing: -0.006em;
143
121
  --kbq-markdown-image-font-caption-font-weight: normal;
144
- --kbq-markdown-image-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
145
- 'Helvetica Neue', Arial, sans-serif;
146
122
  --kbq-markdown-image-font-caption-text-transform: null;
147
123
  --kbq-markdown-image-font-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
148
124
  --kbq-markdown-hr-size-width: 1px;
@@ -154,16 +130,12 @@
154
130
  --kbq-markdown-table-font-header-line-height: 20px;
155
131
  --kbq-markdown-table-font-header-letter-spacing: -0.006em;
156
132
  --kbq-markdown-table-font-header-font-weight: normal;
157
- --kbq-markdown-table-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
158
- Arial, sans-serif;
159
133
  --kbq-markdown-table-font-header-text-transform: null;
160
134
  --kbq-markdown-table-font-header-font-feature-settings: 'calt', 'ss01', 'ss04', 'tnum';
161
135
  --kbq-markdown-table-font-body-font-size: 16px;
162
136
  --kbq-markdown-table-font-body-line-height: 24px;
163
137
  --kbq-markdown-table-font-body-letter-spacing: normal;
164
138
  --kbq-markdown-table-font-body-font-weight: normal;
165
- --kbq-markdown-table-font-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
166
- Arial, sans-serif;
167
139
  --kbq-markdown-table-font-body-text-transform: null;
168
140
  --kbq-markdown-table-font-body-font-feature-settings: 'calt', 'ss01', 'ss04', 'tnum';
169
141
  --kbq-markdown-size-max-width: 650px;
@@ -171,10 +143,48 @@
171
143
  --kbq-markdown-font-default-line-height: 24px;
172
144
  --kbq-markdown-font-default-letter-spacing: -0.011em;
173
145
  --kbq-markdown-font-default-font-weight: normal;
174
- --kbq-markdown-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
175
- Arial, sans-serif;
176
146
  --kbq-markdown-font-default-text-transform: null;
177
147
  --kbq-markdown-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
148
+ --kbq-markdown-h1-font-default-font-family: var(--kbq-md-typography-md-h1-font-family);
149
+ --kbq-markdown-h2-font-default-font-family: var(--kbq-md-typography-md-h2-font-family);
150
+ --kbq-markdown-h3-font-default-font-family: var(--kbq-md-typography-md-h3-font-family);
151
+ --kbq-markdown-h4-font-default-font-family: var(--kbq-md-typography-md-h4-font-family);
152
+ --kbq-markdown-h5-font-default-font-family: var(--kbq-md-typography-md-h5-font-family);
153
+ --kbq-markdown-h6-font-default-font-family: var(--kbq-md-typography-md-h6-font-family);
154
+ --kbq-markdown-p-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
155
+ --kbq-markdown-list-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
156
+ --kbq-markdown-blockquote-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
157
+ --kbq-markdown-code-font-default-font-family: var(--kbq-md-typography-md-body-mono-font-family);
158
+ --kbq-markdown-link-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
159
+ --kbq-markdown-image-font-caption-font-family: var(--kbq-md-typography-md-caption-font-family);
160
+ --kbq-markdown-table-font-header-font-family: var(--kbq-md-typography-md-table-header-font-family);
161
+ --kbq-markdown-table-font-body-font-family: var(--kbq-md-typography-md-table-cell-font-family);
162
+ --kbq-markdown-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
163
+ }
164
+
165
+ :root {
166
+ --kbq-md-typography-md-h1-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
167
+ 'Helvetica Neue', Arial, sans-serif;
168
+ --kbq-md-typography-md-h2-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
169
+ 'Helvetica Neue', Arial, sans-serif;
170
+ --kbq-md-typography-md-h3-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
171
+ 'Helvetica Neue', Arial, sans-serif;
172
+ --kbq-md-typography-md-h4-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
173
+ 'Helvetica Neue', Arial, sans-serif;
174
+ --kbq-md-typography-md-h5-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
175
+ sans-serif;
176
+ --kbq-md-typography-md-h6-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
177
+ sans-serif;
178
+ --kbq-md-typography-md-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
179
+ Arial, sans-serif;
180
+ --kbq-md-typography-md-body-mono-font-family: 'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco',
181
+ monospace;
182
+ --kbq-md-typography-md-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
183
+ Arial, sans-serif;
184
+ --kbq-md-typography-md-table-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
185
+ 'Helvetica Neue', Arial, sans-serif;
186
+ --kbq-md-typography-md-table-cell-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
187
+ 'Helvetica Neue', Arial, sans-serif;
178
188
  }
179
189
 
180
190
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -19,18 +19,23 @@
19
19
  --kbq-modal-font-header-line-height: 28px;
20
20
  --kbq-modal-font-header-letter-spacing: normal;
21
21
  --kbq-modal-font-header-font-weight: 700;
22
- --kbq-modal-font-header-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
23
- 'Helvetica Neue', Arial, sans-serif;
24
22
  --kbq-modal-font-header-text-transform: null;
25
23
  --kbq-modal-font-header-font-feature-settings: 'calt', 'kern', 'liga';
26
24
  --kbq-modal-font-content-font-size: 14px;
27
25
  --kbq-modal-font-content-line-height: 20px;
28
26
  --kbq-modal-font-content-letter-spacing: -0.006em;
29
27
  --kbq-modal-font-content-font-weight: normal;
30
- --kbq-modal-font-content-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
31
- sans-serif;
32
28
  --kbq-modal-font-content-text-transform: null;
33
29
  --kbq-modal-font-content-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
30
+ --kbq-modal-font-header-font-family: var(--kbq-typography-title-font-family);
31
+ --kbq-modal-font-content-font-family: var(--kbq-typography-text-normal-font-family);
32
+ }
33
+
34
+ :root {
35
+ --kbq-typography-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
36
+ 'Helvetica Neue', Arial, sans-serif;
37
+ --kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
38
+ Arial, sans-serif;
34
39
  }
35
40
 
36
41
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -21,11 +21,15 @@
21
21
  --kbq-navbar-font-title-line-height: 28px;
22
22
  --kbq-navbar-font-title-letter-spacing: normal;
23
23
  --kbq-navbar-font-title-font-weight: 700;
24
- --kbq-navbar-font-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
25
- 'Helvetica Neue', Arial, sans-serif;
26
24
  --kbq-navbar-font-title-text-transform: null;
27
25
  --kbq-navbar-font-title-font-feature-settings: 'calt', 'kern', 'liga';
28
26
  --kbq-navbar-item-size-content-border-radius: 8px;
27
+ --kbq-navbar-font-title-font-family: var(--kbq-typography-navbar-title-font-family);
28
+ }
29
+
30
+ :root {
31
+ --kbq-typography-navbar-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
32
+ 'Helvetica Neue', Arial, sans-serif;
29
33
  }
30
34
 
31
35
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koobiq/components",
3
- "version": "17.8.3",
3
+ "version": "17.8.5",
4
4
  "description": "koobiq",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,9 +23,9 @@
23
23
  "peerDependencies": {
24
24
  "@angular/cdk": "^17.0.0",
25
25
  "@angular/forms": "^17.0.0",
26
- "@koobiq/cdk": "17.8.3",
27
- "@koobiq/angular-moment-adapter": "17.8.3",
28
- "@koobiq/angular-luxon-adapter": "17.8.3",
26
+ "@koobiq/cdk": "17.8.5",
27
+ "@koobiq/angular-moment-adapter": "17.8.5",
28
+ "@koobiq/angular-luxon-adapter": "17.8.5",
29
29
  "@koobiq/date-formatter": "^3.1.2",
30
30
  "@koobiq/icons": "^7.1.0",
31
31
  "@koobiq/tokens-builder": "3.5.1",
@@ -24,18 +24,23 @@
24
24
  --kbq-popover-font-header-line-height: 26px;
25
25
  --kbq-popover-font-header-letter-spacing: normal;
26
26
  --kbq-popover-font-header-font-weight: 600;
27
- --kbq-popover-font-header-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
28
- 'Helvetica Neue', Arial, sans-serif;
29
27
  --kbq-popover-font-header-text-transform: null;
30
28
  --kbq-popover-font-header-font-feature-settings: 'calt', 'kern', 'liga';
31
29
  --kbq-popover-font-content-font-size: 14px;
32
30
  --kbq-popover-font-content-line-height: 20px;
33
31
  --kbq-popover-font-content-letter-spacing: -0.006em;
34
32
  --kbq-popover-font-content-font-weight: normal;
35
- --kbq-popover-font-content-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
36
- Arial, sans-serif;
37
33
  --kbq-popover-font-content-text-transform: null;
38
34
  --kbq-popover-font-content-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
35
+ --kbq-popover-font-header-font-family: var(--kbq-typography-subheading-font-family);
36
+ --kbq-popover-font-content-font-family: var(--kbq-typography-text-normal-font-family);
37
+ }
38
+
39
+ :root {
40
+ --kbq-typography-subheading-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
41
+ 'Helvetica Neue', Arial, sans-serif;
42
+ --kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
43
+ Arial, sans-serif;
39
44
  }
40
45
 
41
46
  :where(.kbq-light, .theme-light, .kbq-theme-light) {