@koobiq/components 18.4.0 → 18.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (310) hide show
  1. package/accordion/_accordion-theme.scss +2 -6
  2. package/accordion/accordion-tokens.scss +0 -18
  3. package/accordion/accordion-trigger.component.scss +0 -5
  4. package/accordion/accordion.component.scss +0 -5
  5. package/alert/_alert-theme.scss +3 -7
  6. package/alert/alert-tokens.scss +0 -23
  7. package/alert/alert.component.scss +0 -3
  8. package/autocomplete/_autocomplete-theme.scss +0 -6
  9. package/autocomplete/autocomplete-tokens.scss +0 -2
  10. package/autocomplete/autocomplete.scss +0 -3
  11. package/badge/_badge-theme.scss +4 -8
  12. package/badge/badge-tokens.scss +0 -34
  13. package/badge/badge.component.scss +0 -3
  14. package/button/_button-base.scss +0 -3
  15. package/button/_button-theme.scss +1 -5
  16. package/button/button-tokens.scss +8 -10
  17. package/button/button.scss +0 -2
  18. package/button-toggle/_button-toggle-theme.scss +1 -6
  19. package/button-toggle/button-toggle-tokens.scss +1 -10
  20. package/button-toggle/button-toggle.scss +0 -3
  21. package/checkbox/_checkbox-theme.scss +4 -7
  22. package/checkbox/checkbox-tokens.scss +0 -30
  23. package/checkbox/checkbox.scss +0 -3
  24. package/code-block/_code-block-theme.scss +1 -6
  25. package/code-block/actionbar.component.scss +0 -4
  26. package/code-block/code-block-tokens.scss +2 -11
  27. package/code-block/code-block.scss +1 -3
  28. package/core/formatters/date/formatter.pipe.d.ts +82 -65
  29. package/core/formatters/index.d.ts +1 -1
  30. package/core/forms/_forms-theme.scss +1 -1
  31. package/core/forms/_forms.scss +2 -2
  32. package/core/forms/forms-tokens.scss +0 -17
  33. package/core/option/_optgroup-theme.scss +1 -1
  34. package/core/option/_option-theme.scss +2 -2
  35. package/core/option/action.scss +3 -3
  36. package/core/option/option-tokens.scss +0 -102
  37. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +0 -2
  38. package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +0 -30
  39. package/core/selection/pseudo-checkbox/pseudo-checkbox.scss +0 -3
  40. package/core/styles/_core.scss +0 -2
  41. package/core/styles/_koobiq-theme.scss +0 -2
  42. package/core/styles/common/_groups.scss +4 -12
  43. package/core/styles/common/_list.scss +0 -3
  44. package/core/styles/common/_popup.scss +4 -9
  45. package/core/styles/common/_select.scss +29 -39
  46. package/core/styles/common/_tokens.scss +0 -2
  47. package/core/styles/theming/_scrollbar-theme.scss +0 -3
  48. package/core/styles/theming/_theming.scss +1 -1
  49. package/core/styles/theming/scrollbar-tokens.scss +0 -2
  50. package/core/styles/visual/_layout.scss +0 -3
  51. package/datepicker/_datepicker-theme.scss +2 -7
  52. package/datepicker/calendar-body.scss +0 -8
  53. package/datepicker/calendar-header.scss +0 -5
  54. package/datepicker/calendar.scss +0 -5
  55. package/datepicker/datepicker-content.scss +0 -5
  56. package/datepicker/datepicker-input.scss +0 -3
  57. package/datepicker/datepicker-toggle.scss +0 -5
  58. package/datepicker/datepicker-tokens.scss +0 -9
  59. package/divider/_divider-theme.scss +0 -4
  60. package/divider/divider-tokens.scss +0 -2
  61. package/divider/divider.scss +0 -5
  62. package/dl/_dl-theme.scss +2 -6
  63. package/dl/dl-tokens.scss +0 -18
  64. package/dl/dl.scss +0 -5
  65. package/dropdown/_dropdown-theme.scss +4 -8
  66. package/dropdown/dropdown-item.scss +0 -5
  67. package/dropdown/dropdown-tokens.scss +1 -90
  68. package/dropdown/dropdown.scss +0 -5
  69. package/empty-state/_empty-state-theme.scss +4 -7
  70. package/empty-state/empty-state-tokens.scss +0 -32
  71. package/empty-state/empty-state.scss +0 -4
  72. package/esm2022/accordion/accordion-trigger.component.mjs +2 -2
  73. package/esm2022/accordion/accordion.component.mjs +2 -2
  74. package/esm2022/alert/alert.component.mjs +2 -2
  75. package/esm2022/badge/badge.component.mjs +2 -2
  76. package/esm2022/button/button.component.mjs +2 -2
  77. package/esm2022/button-toggle/button-toggle.component.mjs +2 -2
  78. package/esm2022/checkbox/checkbox.mjs +2 -2
  79. package/esm2022/code-block/code-block.component.mjs +2 -2
  80. package/esm2022/core/formatters/date/formatter.pipe.mjs +280 -120
  81. package/esm2022/core/formatters/index.mjs +65 -12
  82. package/esm2022/core/option/action.mjs +3 -3
  83. package/esm2022/core/option/optgroup.mjs +3 -3
  84. package/esm2022/core/option/option.mjs +3 -3
  85. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
  86. package/esm2022/core/version.mjs +2 -2
  87. package/esm2022/datepicker/calendar-body.component.mjs +3 -3
  88. package/esm2022/datepicker/calendar-header.component.mjs +3 -3
  89. package/esm2022/datepicker/datepicker.component.mjs +3 -3
  90. package/esm2022/dl/dl.component.mjs +2 -2
  91. package/esm2022/dropdown/dropdown-item.component.mjs +2 -2
  92. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  93. package/esm2022/empty-state/empty-state.component.mjs +2 -2
  94. package/esm2022/file-upload/multiple-file-upload.component.mjs +2 -2
  95. package/esm2022/file-upload/single-file-upload.component.mjs +2 -2
  96. package/esm2022/form-field/form-field.mjs +2 -2
  97. package/esm2022/form-field/hint.mjs +2 -2
  98. package/esm2022/form-field/password-hint.mjs +2 -2
  99. package/esm2022/form-field/validate.directive.mjs +21 -1
  100. package/esm2022/list/list-selection.component.mjs +2 -2
  101. package/esm2022/list/list.component.mjs +2 -2
  102. package/esm2022/loader-overlay/loader-overlay.component.mjs +2 -2
  103. package/esm2022/markdown/markdown.component.mjs +34 -20
  104. package/esm2022/markdown/markdown.module.mjs +8 -9
  105. package/esm2022/markdown/markdown.service.mjs +5 -3
  106. package/esm2022/markdown/markdown.values.mjs +5 -1
  107. package/esm2022/modal/modal.component.mjs +2 -2
  108. package/esm2022/navbar/navbar.component.mjs +2 -2
  109. package/esm2022/navbar/vertical-navbar.component.mjs +2 -2
  110. package/esm2022/popover/popover-confirm.component.mjs +3 -3
  111. package/esm2022/popover/popover.component.mjs +3 -3
  112. package/esm2022/progress-bar/progress-bar.component.mjs +2 -2
  113. package/esm2022/progress-spinner/progress-spinner.component.mjs +2 -2
  114. package/esm2022/radio/radio.component.mjs +2 -2
  115. package/esm2022/risk-level/risk-level.component.mjs +2 -2
  116. package/esm2022/select/select.component.mjs +4 -4
  117. package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
  118. package/esm2022/splitter/splitter.component.mjs +2 -2
  119. package/esm2022/table/table.component.mjs +2 -2
  120. package/esm2022/tabs/tab-group.component.mjs +2 -2
  121. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
  122. package/esm2022/tags/tag-list.component.mjs +2 -2
  123. package/esm2022/timezone/timezone-option.component.mjs +2 -2
  124. package/esm2022/timezone/timezone-select.component.mjs +2 -2
  125. package/esm2022/toast/toast.component.mjs +3 -3
  126. package/esm2022/toggle/toggle.component.mjs +3 -3
  127. package/esm2022/tooltip/tooltip.component.mjs +3 -3
  128. package/esm2022/tree/padding.directive.mjs +2 -2
  129. package/esm2022/tree/toggle.mjs +2 -2
  130. package/esm2022/tree/tree-option.component.mjs +2 -2
  131. package/esm2022/tree/tree-selection.component.mjs +2 -2
  132. package/esm2022/tree/tree.mjs +2 -2
  133. package/esm2022/tree-select/tree-select.component.mjs +4 -4
  134. package/fesm2022/koobiq-components-accordion.mjs +4 -4
  135. package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
  136. package/fesm2022/koobiq-components-alert.mjs +2 -2
  137. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  138. package/fesm2022/koobiq-components-badge.mjs +2 -2
  139. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  140. package/fesm2022/koobiq-components-button-toggle.mjs +2 -2
  141. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  142. package/fesm2022/koobiq-components-button.mjs +2 -2
  143. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  144. package/fesm2022/koobiq-components-checkbox.mjs +2 -2
  145. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  146. package/fesm2022/koobiq-components-code-block.mjs +2 -2
  147. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  148. package/fesm2022/koobiq-components-core.mjs +351 -136
  149. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  150. package/fesm2022/koobiq-components-datepicker.mjs +6 -6
  151. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  152. package/fesm2022/koobiq-components-dl.mjs +2 -2
  153. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  154. package/fesm2022/koobiq-components-dropdown.mjs +4 -4
  155. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  156. package/fesm2022/koobiq-components-empty-state.mjs +2 -2
  157. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  158. package/fesm2022/koobiq-components-file-upload.mjs +4 -4
  159. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  160. package/fesm2022/koobiq-components-form-field.mjs +26 -6
  161. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  162. package/fesm2022/koobiq-components-list.mjs +4 -4
  163. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  164. package/fesm2022/koobiq-components-loader-overlay.mjs +2 -2
  165. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  166. package/fesm2022/koobiq-components-markdown.mjs +49 -30
  167. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  168. package/fesm2022/koobiq-components-modal.mjs +2 -2
  169. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  170. package/fesm2022/koobiq-components-navbar.mjs +4 -4
  171. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  172. package/fesm2022/koobiq-components-popover.mjs +4 -4
  173. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  174. package/fesm2022/koobiq-components-progress-bar.mjs +2 -2
  175. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  176. package/fesm2022/koobiq-components-progress-spinner.mjs +2 -2
  177. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  178. package/fesm2022/koobiq-components-radio.mjs +2 -2
  179. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  180. package/fesm2022/koobiq-components-risk-level.mjs +2 -2
  181. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  182. package/fesm2022/koobiq-components-select.mjs +4 -4
  183. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  184. package/fesm2022/koobiq-components-sidepanel.mjs +2 -2
  185. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  186. package/fesm2022/koobiq-components-splitter.mjs +1 -1
  187. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  188. package/fesm2022/koobiq-components-table.mjs +2 -2
  189. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  190. package/fesm2022/koobiq-components-tabs.mjs +4 -4
  191. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  192. package/fesm2022/koobiq-components-tags.mjs +2 -2
  193. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  194. package/fesm2022/koobiq-components-timezone.mjs +4 -4
  195. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  196. package/fesm2022/koobiq-components-toast.mjs +2 -2
  197. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  198. package/fesm2022/koobiq-components-toggle.mjs +2 -2
  199. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  200. package/fesm2022/koobiq-components-tooltip.mjs +2 -2
  201. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  202. package/fesm2022/koobiq-components-tree-select.mjs +4 -4
  203. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  204. package/fesm2022/koobiq-components-tree.mjs +10 -10
  205. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  206. package/file-upload/_file-upload-theme.scss +6 -10
  207. package/file-upload/file-upload-tokens.scss +0 -41
  208. package/file-upload/multiple-file-upload.component.scss +10 -13
  209. package/form-field/_form-field-theme.scss +2 -7
  210. package/form-field/_hint-theme.scss +2 -6
  211. package/form-field/cleaner.scss +0 -5
  212. package/form-field/form-field-tokens.scss +1 -19
  213. package/form-field/form-field.scss +0 -3
  214. package/form-field/hint-tokens.scss +0 -16
  215. package/form-field/password-toggle.scss +0 -5
  216. package/form-field/stepper.scss +0 -5
  217. package/form-field/validate.directive.d.ts +20 -0
  218. package/icon/_icon-button-theme.scss +0 -5
  219. package/icon/_icon-item-theme.scss +0 -2
  220. package/icon/icon-button-tokens.scss +0 -2
  221. package/icon/icon-button.scss +0 -3
  222. package/icon/icon-item-tokens.scss +0 -2
  223. package/icon/icon-item.scss +0 -3
  224. package/icon/icon-tokens.scss +0 -2
  225. package/icon/icon.scss +0 -3
  226. package/input/_input-theme.scss +1 -1
  227. package/input/input-tokens.scss +0 -9
  228. package/input/input.scss +2 -5
  229. package/link/_link-theme.scss +3 -3
  230. package/link/link-tokens.scss +0 -23
  231. package/list/_list-theme.scss +2 -2
  232. package/list/list-tokens.scss +0 -30
  233. package/list/list.scss +0 -3
  234. package/loader-overlay/_loader-overlay-theme.scss +4 -4
  235. package/loader-overlay/loader-overlay-tokens.scss +0 -36
  236. package/loader-overlay/loader-overlay.scss +1 -0
  237. package/markdown/_markdown-theme.scss +19 -19
  238. package/markdown/markdown-tokens.scss +3 -114
  239. package/markdown/markdown.component.d.ts +17 -10
  240. package/markdown/markdown.module.d.ts +1 -4
  241. package/markdown/markdown.service.d.ts +4 -1
  242. package/markdown/markdown.values.d.ts +4 -0
  243. package/modal/_modal-theme.scss +2 -4
  244. package/modal/modal-tokens.scss +0 -16
  245. package/modal/modal.scss +0 -3
  246. package/navbar/_navbar-item_horizontal.scss +0 -3
  247. package/navbar/_navbar-item_vertical.scss +0 -4
  248. package/navbar/navbar-brand.scss +0 -5
  249. package/navbar/navbar-tokens.scss +1 -3
  250. package/package.json +4 -5
  251. package/popover/_popover-theme.scss +2 -2
  252. package/popover/popover-tokens.scss +0 -17
  253. package/popover/popover.scss +1 -1
  254. package/prebuilt-themes/dark-theme.css +1 -1
  255. package/prebuilt-themes/light-theme.css +1 -1
  256. package/prebuilt-themes/theme.css +1 -1
  257. package/progress-bar/_progress-bar-theme.scss +2 -2
  258. package/progress-bar/progress-bar-tokens.scss +0 -16
  259. package/progress-spinner/_progress-spinner-theme.scss +2 -2
  260. package/progress-spinner/progress-spinner-tokens.scss +0 -16
  261. package/radio/_radio-theme.scss +4 -4
  262. package/radio/radio-tokens.scss +4 -31
  263. package/radio/radio.scss +2 -2
  264. package/risk-level/_risk-level-theme.scss +1 -5
  265. package/risk-level/risk-level-tokens.scss +0 -9
  266. package/schematics/ng-add/index.js +2 -4
  267. package/scrollbar/scrollbar-tokens.scss +0 -2
  268. package/select/_select-theme.scss +4 -4
  269. package/select/select-tokens.scss +1 -20
  270. package/select/select.scss +2 -2
  271. package/sidepanel/_sidepanel-theme.scss +2 -2
  272. package/sidepanel/sidepanel-tokens.scss +0 -16
  273. package/table/_table-theme.scss +2 -5
  274. package/table/table-tokens.scss +0 -16
  275. package/table/table.scss +0 -3
  276. package/tabs/_tabs-theme.scss +1 -1
  277. package/tabs/tab-nav-bar/tab-nav-bar.scss +0 -3
  278. package/tabs/tabs-tokens.scss +0 -9
  279. package/tags/_tag-theme.scss +2 -2
  280. package/tags/tag-input-tokens.scss +0 -9
  281. package/tags/tag-tokens.scss +0 -16
  282. package/textarea/_textarea-theme.scss +1 -4
  283. package/textarea/textarea-tokens.scss +0 -9
  284. package/textarea/textarea.scss +0 -3
  285. package/timepicker/timepicker.scss +0 -3
  286. package/timezone/_timezone-option-theme.scss +4 -8
  287. package/timezone/timezone-option-tokens.scss +0 -47
  288. package/timezone/timezone-option.component.scss +0 -3
  289. package/timezone/timezone-select.component.scss +0 -3
  290. package/toast/_toast-theme.scss +2 -6
  291. package/toast/toast-container.component.scss +0 -3
  292. package/toast/toast-tokens.scss +4 -17
  293. package/toast/toast.component.scss +1 -4
  294. package/toggle/_toggle-theme.scss +6 -9
  295. package/toggle/toggle-tokens.scss +0 -30
  296. package/toggle/toggle.scss +1 -4
  297. package/tooltip/_tooltip-theme.scss +2 -2
  298. package/tooltip/tooltip-tokens.scss +0 -16
  299. package/tooltip/tooltip.scss +0 -3
  300. package/tree/_tree-theme.scss +3 -6
  301. package/tree/toggle.scss +0 -3
  302. package/tree/tree-option.scss +8 -5
  303. package/tree/tree-tokens.scss +0 -16
  304. package/tree-select/_tree-select-theme.scss +1 -5
  305. package/tree-select/tree-select-tokens.scss +0 -14
  306. package/tree-select/tree-select.scss +0 -4
  307. package/core/option/optgroup-tokens.scss +0 -12
  308. package/core/option/option-action-tokens.scss +0 -5
  309. package/markdown/README.md +0 -0
  310. package/splitter/splitter-tokens.scss +0 -1
@@ -1,5 +1,3 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-progress-spinner {
4
2
  --kbq-progress-spinner-size-compact-size: var(--kbq-size-l);
5
3
  --kbq-progress-spinner-size-compact-stroke-width: 2px;
@@ -9,20 +7,6 @@
9
7
  --kbq-progress-spinner-size-big-stroke-width: 3px;
10
8
  --kbq-progress-spinner-size-big-content-gap-vertical: var(--kbq-size-3xs);
11
9
  --kbq-progress-spinner-size-big-content-gap-horizontal: var(--kbq-size-s);
12
- --kbq-progress-spinner-font-label-font-size: var(--kbq-typography-text-normal-font-size);
13
- --kbq-progress-spinner-font-label-line-height: var(--kbq-typography-text-normal-line-height);
14
- --kbq-progress-spinner-font-label-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
15
- --kbq-progress-spinner-font-label-font-weight: var(--kbq-typography-text-normal-font-weight);
16
- --kbq-progress-spinner-font-label-font-family: var(--kbq-typography-text-normal-font-family);
17
- --kbq-progress-spinner-font-label-text-transform: var(--kbq-typography-text-normal-text-transform);
18
- --kbq-progress-spinner-font-label-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
19
- --kbq-progress-spinner-font-caption-font-size: var(--kbq-typography-text-compact-font-size);
20
- --kbq-progress-spinner-font-caption-line-height: var(--kbq-typography-text-compact-line-height);
21
- --kbq-progress-spinner-font-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
22
- --kbq-progress-spinner-font-caption-font-weight: var(--kbq-typography-text-compact-font-weight);
23
- --kbq-progress-spinner-font-caption-font-family: var(--kbq-typography-text-compact-font-family);
24
- --kbq-progress-spinner-font-caption-text-transform: var(--kbq-typography-text-compact-text-transform);
25
- --kbq-progress-spinner-font-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
26
10
  }
27
11
 
28
12
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -72,18 +72,18 @@
72
72
 
73
73
  @mixin kbq-radio-typography() {
74
74
  .kbq-radio-button {
75
- @include kbq-typography-css-variables(radio, normal-label);
75
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
76
76
 
77
77
  & .kbq-hint .kbq-hint__text {
78
- @include kbq-typography-css-variables(radio, normal-caption);
78
+ @include kbq-typography-level-to-styles_css-variables(typography, text-compact);
79
79
  }
80
80
  }
81
81
 
82
82
  .kbq-radio-button.kbq-radio-button_big {
83
- @include kbq-typography-css-variables(radio, big-label);
83
+ @include kbq-typography-level-to-styles_css-variables(typography, text-big);
84
84
 
85
85
  & .kbq-hint .kbq-hint__text {
86
- @include kbq-typography-css-variables(radio, big-caption);
86
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
87
87
  }
88
88
  }
89
89
  }
@@ -1,4 +1,7 @@
1
- /* stylelint-disable no-unknown-custom-properties */
1
+ .kbq-radio-group {
2
+ --kbq-radio-size-big-vertical-gap: var(--kbq-size-m);
3
+ --kbq-radio-size-big-top: var(--kbq-size-3xs);
4
+ }
2
5
 
3
6
  .kbq-radio-button {
4
7
  --kbq-radio-size-normal-outer-size: var(--kbq-size-l);
@@ -11,36 +14,6 @@
11
14
  --kbq-radio-size-big-inner-size: var(--kbq-size-xs);
12
15
  --kbq-radio-size-big-horizontal-content-padding: var(--kbq-size-s);
13
16
  --kbq-radio-size-big-vertical-content-padding: var(--kbq-size-3xs);
14
- --kbq-radio-size-big-vertical-gap: var(--kbq-size-m);
15
- --kbq-radio-size-big-top: var(--kbq-size-3xs);
16
- --kbq-radio-font-normal-label-font-size: var(--kbq-typography-text-normal-font-size);
17
- --kbq-radio-font-normal-label-line-height: var(--kbq-typography-text-normal-line-height);
18
- --kbq-radio-font-normal-label-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
19
- --kbq-radio-font-normal-label-font-weight: var(--kbq-typography-text-normal-font-weight);
20
- --kbq-radio-font-normal-label-font-family: var(--kbq-typography-text-normal-font-family);
21
- --kbq-radio-font-normal-label-text-transform: var(--kbq-typography-text-normal-text-transform);
22
- --kbq-radio-font-normal-label-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
23
- --kbq-radio-font-normal-caption-font-size: var(--kbq-typography-text-compact-font-size);
24
- --kbq-radio-font-normal-caption-line-height: var(--kbq-typography-text-compact-line-height);
25
- --kbq-radio-font-normal-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
26
- --kbq-radio-font-normal-caption-font-weight: var(--kbq-typography-text-compact-font-weight);
27
- --kbq-radio-font-normal-caption-font-family: var(--kbq-typography-text-compact-font-family);
28
- --kbq-radio-font-normal-caption-text-transform: var(--kbq-typography-text-compact-text-transform);
29
- --kbq-radio-font-normal-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
30
- --kbq-radio-font-big-label-font-size: var(--kbq-typography-text-big-font-size);
31
- --kbq-radio-font-big-label-line-height: var(--kbq-typography-text-big-line-height);
32
- --kbq-radio-font-big-label-letter-spacing: var(--kbq-typography-text-big-letter-spacing);
33
- --kbq-radio-font-big-label-font-weight: var(--kbq-typography-text-big-font-weight);
34
- --kbq-radio-font-big-label-font-family: var(--kbq-typography-text-big-font-family);
35
- --kbq-radio-font-big-label-text-transform: var(--kbq-typography-text-big-text-transform);
36
- --kbq-radio-font-big-label-font-feature-settings: var(--kbq-typography-text-big-font-feature-settings);
37
- --kbq-radio-font-big-caption-font-size: var(--kbq-typography-text-normal-font-size);
38
- --kbq-radio-font-big-caption-line-height: var(--kbq-typography-text-normal-line-height);
39
- --kbq-radio-font-big-caption-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
40
- --kbq-radio-font-big-caption-font-weight: var(--kbq-typography-text-normal-font-weight);
41
- --kbq-radio-font-big-caption-font-family: var(--kbq-typography-text-normal-font-family);
42
- --kbq-radio-font-big-caption-text-transform: var(--kbq-typography-text-normal-text-transform);
43
- --kbq-radio-font-big-caption-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
44
17
  }
45
18
 
46
19
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
package/radio/radio.scss CHANGED
@@ -67,7 +67,7 @@
67
67
 
68
68
  left: 0;
69
69
 
70
- top: kbq-css-half-difference(radio-font-normal-label-line-height, radio-size-normal-outer-size, 1px);
70
+ top: kbq-css-half-difference(typography-text-normal-line-height, radio-size-normal-outer-size, 1px);
71
71
 
72
72
  width: var(--kbq-radio-size-normal-outer-size);
73
73
  height: var(--kbq-radio-size-normal-outer-size);
@@ -110,7 +110,7 @@
110
110
  );
111
111
 
112
112
  .kbq-radio-button__outer-circle {
113
- top: kbq-css-half-difference(radio-font-big-label-line-height, radio-size-big-outer-size, 1px);
113
+ top: kbq-css-half-difference(typography-text-big-line-height, radio-size-big-outer-size, 1px);
114
114
 
115
115
  width: var(--kbq-radio-size-big-outer-size);
116
116
  height: var(--kbq-radio-size-big-outer-size);
@@ -1,7 +1,3 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
- @use '../core/styles/typography/typography-utils' as *;
5
1
  @use '../core/styles/common/tokens' as *;
6
2
 
7
3
  @mixin kbq-risk-level-filled-color($type, $sub-type, $style-name) {
@@ -73,6 +69,6 @@
73
69
 
74
70
  @mixin kbq-risk-level-typography() {
75
71
  .kbq-risk-level {
76
- @include kbq-typography-css-variables(risk-level, text);
72
+ @include kbq-typography-level-to-styles_css-variables(typography, subheading);
77
73
  }
78
74
  }
@@ -1,17 +1,8 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-risk-level {
4
2
  --kbq-risk-level-size-padding-vertical: var(--kbq-size-3xs);
5
3
  --kbq-risk-level-size-padding-horizontal: var(--kbq-size-s);
6
4
  --kbq-risk-level-size-border-width: var(--kbq-size-border-width);
7
5
  --kbq-risk-level-size-border-radius: var(--kbq-size-xxs);
8
- --kbq-risk-level-font-text-font-size: var(--kbq-typography-subheading-font-size);
9
- --kbq-risk-level-font-text-line-height: var(--kbq-typography-subheading-line-height);
10
- --kbq-risk-level-font-text-letter-spacing: var(--kbq-typography-subheading-letter-spacing);
11
- --kbq-risk-level-font-text-font-weight: var(--kbq-typography-subheading-font-weight);
12
- --kbq-risk-level-font-text-font-family: var(--kbq-typography-subheading-font-family);
13
- --kbq-risk-level-font-text-text-transform: var(--kbq-typography-subheading-text-transform);
14
- --kbq-risk-level-font-text-font-feature-settings: var(--kbq-typography-subheading-font-feature-settings);
15
6
  }
16
7
 
17
8
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -22,7 +22,6 @@ const VERSIONS = {
22
22
  MESSAGEFORMAT_CORE: '^0.0.0',
23
23
  RADIX_NG: '^0.0.0',
24
24
  LUXON: '^0.0.0',
25
- MARKED: '^0.0.0',
26
25
  OVERLAYSCROLLBARS: '^0.0.0',
27
26
  NGX_HIGHLIGHTJS: '^0.0.0'
28
27
  };
@@ -42,8 +41,8 @@ function ngAdd(options) {
42
41
  }
43
42
  // Installing dependencies
44
43
  utils_packageConfig.addPackageToPackageJson(tree, '@angular/cdk', "^18.2.6");
45
- utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/cdk', "^18.4.0");
46
- utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^18.4.0");
44
+ utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/cdk', "^18.5.0");
45
+ utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^18.5.0");
47
46
  utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/date-formatter', "^3.1.3");
48
47
  utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/date-adapter', "^3.1.3");
49
48
  utils_packageConfig.addPackageToPackageJson(tree, '@koobiq/icons', "^9.1.0");
@@ -52,7 +51,6 @@ function ngAdd(options) {
52
51
  utils_packageConfig.addPackageToPackageJson(tree, '@messageformat/core', "^3.0.1");
53
52
  utils_packageConfig.addPackageToPackageJson(tree, '@radix-ng/primitives', VERSIONS.RADIX_NG);
54
53
  utils_packageConfig.addPackageToPackageJson(tree, 'luxon', "^3.4.4");
55
- utils_packageConfig.addPackageToPackageJson(tree, 'marked', "^9.0.0");
56
54
  utils_packageConfig.addPackageToPackageJson(tree, 'overlayscrollbars', "^2.7.3");
57
55
  utils_packageConfig.addPackageToPackageJson(tree, 'ngx-highlightjs', "^10.0.0");
58
56
  };
@@ -1,5 +1,3 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-scrollbar-component {
4
2
  --kbq-scrollbar-size-track-dimension: var(--kbq-size-l);
5
3
  --kbq-scrollbar-size-track-padding-vertical: var(--kbq-size-3xs);
@@ -26,12 +26,12 @@
26
26
  background: var(--kbq-select-panel-dropdown-background);
27
27
 
28
28
  & .kbq-select__footer {
29
- border-color: var(--kbq-divider-color);
29
+ border-color: var(--kbq-divider-color, var(--kbq-line-contrast-less));
30
30
  }
31
31
  }
32
32
 
33
33
  .kbq-select__search-container {
34
- border-bottom-color: var(--kbq-divider-color);
34
+ border-bottom-color: var(--kbq-divider-color, var(--kbq-line-contrast-less));
35
35
  }
36
36
 
37
37
  .kbq-select__no-options-message {
@@ -41,10 +41,10 @@
41
41
 
42
42
  @mixin kbq-select-typography() {
43
43
  .kbq-select {
44
- @include kbq-typography-css-variables(select, default);
44
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
45
45
  }
46
46
 
47
47
  .kbq-select__panel {
48
- @include kbq-typography-css-variables(select-panel, default);
48
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
49
49
  }
50
50
  }
@@ -1,10 +1,5 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-select,
4
2
  .kbq-select__panel {
5
- --kbq-option-size-horizontal-padding: var(--kbq-size-m);
6
- --kbq-option-size-height: var(--kbq-size-3xl);
7
- --kbq-option-size-border-width: 2px;
8
3
  --kbq-select-size-single-padding-left: var(--kbq-size-m);
9
4
  --kbq-select-size-single-padding-right: var(--kbq-size-xxs);
10
5
  --kbq-select-size-single-padding-vertical: var(--kbq-size-xs);
@@ -13,22 +8,8 @@
13
8
  --kbq-select-size-multiple-padding-right: var(--kbq-size-xxs);
14
9
  --kbq-select-size-multiple-padding-vertical: var(--kbq-size-xxs);
15
10
  --kbq-select-size-multiple-content-gap: var(--kbq-size-xxs);
16
- --kbq-select-font-default-font-size: var(--kbq-typography-text-normal-font-size);
17
- --kbq-select-font-default-line-height: var(--kbq-typography-text-normal-line-height);
18
- --kbq-select-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
19
- --kbq-select-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
20
- --kbq-select-font-default-font-family: var(--kbq-typography-text-normal-font-family);
21
- --kbq-select-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
22
- --kbq-select-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
23
- --kbq-select-panel-size-border-radius: var(--kbq-size-s);
11
+ --kbq-select-panel-size-border-radius: var(--kbq-size-border-radius);
24
12
  --kbq-select-panel-size-max-height: 256px;
25
- --kbq-select-panel-font-default-font-size: var(--kbq-typography-text-normal-font-size);
26
- --kbq-select-panel-font-default-line-height: var(--kbq-typography-text-normal-line-height);
27
- --kbq-select-panel-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
28
- --kbq-select-panel-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
29
- --kbq-select-panel-font-default-font-family: var(--kbq-typography-text-normal-font-family);
30
- --kbq-select-panel-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
31
- --kbq-select-panel-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
32
13
  }
33
14
 
34
15
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -20,8 +20,8 @@
20
20
  @extend %kbq-select-content;
21
21
 
22
22
  &:not(:has(> .kbq-select__no-options-message)) .cdk-virtual-scroll-viewport {
23
- min-height: var(--kbq-select-panel-size-max-height);
24
- max-height: var(--kbq-select-panel-size-max-height);
23
+ min-height: var(--kbq-select-panel-size-max-height, 256px);
24
+ max-height: var(--kbq-select-panel-size-max-height, 256px);
25
25
 
26
26
  &.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper {
27
27
  max-width: 100%;
@@ -19,11 +19,11 @@
19
19
 
20
20
  @mixin kbq-sidepanel-typography() {
21
21
  .kbq-sidepanel-title {
22
- @include kbq-typography-css-variables(sidepanel, header);
22
+ @include kbq-typography-level-to-styles_css-variables(typography, title);
23
23
  }
24
24
 
25
25
  .kbq-sidepanel-container,
26
26
  .kbq-sidepanel-footer {
27
- @include kbq-typography-css-variables(sidepanel, content);
27
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
28
28
  }
29
29
  }
@@ -1,5 +1,3 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-sidepanel-container {
4
2
  --kbq-sidepanel-size-small-width: 400px;
5
3
  --kbq-sidepanel-size-medium-width: 640px;
@@ -14,20 +12,6 @@
14
12
  --kbq-sidepanel-size-footer-padding-bottom: var(--kbq-size-3xl);
15
13
  --kbq-sidepanel-size-footer-padding-horizontal: var(--kbq-size-3xl);
16
14
  --kbq-sidepanel-size-footer-content-gap-horizontal: var(--kbq-size-l);
17
- --kbq-sidepanel-font-header-font-size: var(--kbq-typography-title-font-size);
18
- --kbq-sidepanel-font-header-line-height: var(--kbq-typography-title-line-height);
19
- --kbq-sidepanel-font-header-letter-spacing: var(--kbq-typography-title-letter-spacing);
20
- --kbq-sidepanel-font-header-font-weight: var(--kbq-typography-title-font-weight);
21
- --kbq-sidepanel-font-header-font-family: var(--kbq-typography-title-font-family);
22
- --kbq-sidepanel-font-header-text-transform: var(--kbq-typography-title-text-transform);
23
- --kbq-sidepanel-font-header-font-feature-settings: var(--kbq-typography-title-font-feature-settings);
24
- --kbq-sidepanel-font-content-font-size: var(--kbq-typography-text-normal-font-size);
25
- --kbq-sidepanel-font-content-line-height: var(--kbq-typography-text-normal-line-height);
26
- --kbq-sidepanel-font-content-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
27
- --kbq-sidepanel-font-content-font-weight: var(--kbq-typography-text-normal-font-weight);
28
- --kbq-sidepanel-font-content-font-family: var(--kbq-typography-text-normal-font-family);
29
- --kbq-sidepanel-font-content-text-transform: var(--kbq-typography-text-normal-text-transform);
30
- --kbq-sidepanel-font-content-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
31
15
  }
32
16
 
33
17
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -1,6 +1,3 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
1
  @use '../core/styles/common/tokens' as *;
5
2
 
6
3
  @mixin kbq-table-theme() {
@@ -44,7 +41,7 @@
44
41
  font-weight: normal;
45
42
  }
46
43
 
47
- @include kbq-typography-css-variables(table, header);
44
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
48
45
  }
49
46
 
50
47
  & > tbody {
@@ -52,7 +49,7 @@
52
49
  font-weight: normal;
53
50
  }
54
51
 
55
- @include kbq-typography-css-variables(table, body);
52
+ @include kbq-typography-level-to-styles_css-variables(typography, tabular-normal);
56
53
  }
57
54
  }
58
55
  }
@@ -1,21 +1,5 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-table {
4
2
  --kbq-table-size-border-width: var(--kbq-size-border-width);
5
3
  --kbq-table-size-row-padding-vertical: 10px;
6
4
  --kbq-table-size-row-padding-horizontal: var(--kbq-size-s);
7
- --kbq-table-font-header-font-size: var(--kbq-typography-text-normal-font-size);
8
- --kbq-table-font-header-line-height: var(--kbq-typography-text-normal-line-height);
9
- --kbq-table-font-header-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
10
- --kbq-table-font-header-font-weight: var(--kbq-typography-text-normal-font-weight);
11
- --kbq-table-font-header-font-family: var(--kbq-typography-text-normal-font-family);
12
- --kbq-table-font-header-text-transform: var(--kbq-typography-text-normal-text-transform);
13
- --kbq-table-font-header-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
14
- --kbq-table-font-body-font-size: var(--kbq-typography-tabular-normal-font-size);
15
- --kbq-table-font-body-line-height: var(--kbq-typography-tabular-normal-line-height);
16
- --kbq-table-font-body-letter-spacing: var(--kbq-typography-tabular-normal-letter-spacing);
17
- --kbq-table-font-body-font-weight: var(--kbq-typography-tabular-normal-font-weight);
18
- --kbq-table-font-body-font-family: var(--kbq-typography-tabular-normal-font-family);
19
- --kbq-table-font-body-text-transform: var(--kbq-typography-tabular-normal-text-transform);
20
- --kbq-table-font-body-font-feature-settings: var(--kbq-typography-tabular-normal-font-feature-settings);
21
5
  }
package/table/table.scss CHANGED
@@ -1,6 +1,3 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
1
  @use '../core/styles/common/tokens' as *;
5
2
 
6
3
  @use './table-theme' as *;
@@ -151,6 +151,6 @@
151
151
  @mixin kbq-tabs-typography() {
152
152
  .kbq-tab-label,
153
153
  .kbq-tab-link {
154
- @include kbq-typography-css-variables(tabs, text);
154
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal-medium);
155
155
  }
156
156
  }
@@ -1,6 +1,3 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
1
  @use '../tabs-common';
5
2
 
6
3
  .kbq-tab-link {
@@ -1,5 +1,3 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-tab-group,
4
2
  .kbq-tab-nav-bar {
5
3
  --kbq-tabs-size-tab-item-padding-horizontal: var(--kbq-size-m);
@@ -9,13 +7,6 @@
9
7
  --kbq-tabs-size-tab-item-focus-outline-width: var(--kbq-size-3xs);
10
8
  --kbq-tabs-size-tab-stack-horizontal-border-radius: var(--kbq-size-s);
11
9
  --kbq-tabs-size-tab-stack-vertical-content-gap-vertical: var(--kbq-size-s);
12
- --kbq-tabs-font-text-font-size: var(--kbq-typography-text-normal-medium-font-size);
13
- --kbq-tabs-font-text-line-height: var(--kbq-typography-text-normal-medium-line-height);
14
- --kbq-tabs-font-text-letter-spacing: var(--kbq-typography-text-normal-medium-letter-spacing);
15
- --kbq-tabs-font-text-font-weight: var(--kbq-typography-text-normal-medium-font-weight);
16
- --kbq-tabs-font-text-font-family: var(--kbq-typography-text-normal-medium-font-family);
17
- --kbq-tabs-font-text-text-transform: var(--kbq-typography-text-normal-medium-text-transform);
18
- --kbq-tabs-font-text-font-feature-settings: var(--kbq-typography-text-normal-medium-font-feature-settings);
19
10
  }
20
11
 
21
12
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -55,10 +55,10 @@
55
55
 
56
56
  @mixin kbq-tag-typography() {
57
57
  .kbq-tag {
58
- @include kbq-typography-css-variables(tag, default);
58
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal-medium);
59
59
  }
60
60
 
61
61
  .kbq-tag-input {
62
- @include kbq-typography-css-variables(tag-input, default);
62
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
63
63
  }
64
64
  }
@@ -1,15 +1,6 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-form-field-type-tag-list {
4
2
  --kbq-tag-input-size-padding-left: var(--kbq-size-xxs);
5
3
  --kbq-tag-input-size-padding-right: var(--kbq-size-m);
6
4
  --kbq-tag-input-size-padding-vertical: var(--kbq-size-xxs);
7
5
  --kbq-tag-input-size-content-gap: var(--kbq-size-s);
8
- --kbq-tag-input-font-default-font-size: var(--kbq-typography-text-normal-font-size);
9
- --kbq-tag-input-font-default-line-height: var(--kbq-typography-text-normal-line-height);
10
- --kbq-tag-input-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
11
- --kbq-tag-input-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
12
- --kbq-tag-input-font-default-font-family: var(--kbq-typography-text-normal-font-family);
13
- --kbq-tag-input-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
14
- --kbq-tag-input-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
15
6
  }
@@ -1,28 +1,12 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-tag,
4
2
  .kbq-tag-list,
5
3
  .kbq-tag-input {
6
- --kbq-tag-input-font-default-font-size: var(--kbq-typography-text-normal-font-size);
7
- --kbq-tag-input-font-default-line-height: var(--kbq-typography-text-normal-line-height);
8
- --kbq-tag-input-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
9
- --kbq-tag-input-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
10
- --kbq-tag-input-font-default-font-family: var(--kbq-typography-text-normal-font-family);
11
- --kbq-tag-input-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
12
- --kbq-tag-input-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
13
4
  --kbq-tag-list-size-content-gap: var(--kbq-size-xxs);
14
5
  --kbq-tag-size-padding-horizontal: var(--kbq-size-xxs);
15
6
  --kbq-tag-size-padding-vertical: var(--kbq-size-3xs);
16
7
  --kbq-tag-size-content-gap-horizontal: var(--kbq-size-3xs);
17
8
  --kbq-tag-size-icon-margin-left: var(--kbq-size-3xs);
18
9
  --kbq-tag-size-close-button-margin-right: var(--kbq-size-3xs);
19
- --kbq-tag-font-default-font-size: var(--kbq-typography-text-normal-medium-font-size);
20
- --kbq-tag-font-default-line-height: var(--kbq-typography-text-normal-medium-line-height);
21
- --kbq-tag-font-default-letter-spacing: var(--kbq-typography-text-normal-medium-letter-spacing);
22
- --kbq-tag-font-default-font-weight: var(--kbq-typography-text-normal-medium-font-weight);
23
- --kbq-tag-font-default-font-family: var(--kbq-typography-text-normal-medium-font-family);
24
- --kbq-tag-font-default-text-transform: var(--kbq-typography-text-normal-medium-text-transform);
25
- --kbq-tag-font-default-font-feature-settings: var(--kbq-typography-text-normal-medium-font-feature-settings);
26
10
  }
27
11
 
28
12
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -1,10 +1,7 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
1
  @use '../core/styles/common/tokens' as *;
5
2
 
6
3
  @mixin kbq-textarea-typography() {
7
4
  .kbq-textarea {
8
- @include kbq-typography-css-variables(textarea, default);
5
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
9
6
  }
10
7
  }
@@ -1,15 +1,6 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-textarea {
4
2
  --kbq-textarea-size-min-height: 64px;
5
3
  --kbq-textarea-size-max-height: 96px;
6
4
  --kbq-textarea-size-padding-vertical: var(--kbq-size-xs);
7
5
  --kbq-textarea-size-padding-horizontal: var(--kbq-size-m);
8
- --kbq-textarea-font-default-font-size: var(--kbq-typography-text-normal-font-size);
9
- --kbq-textarea-font-default-line-height: var(--kbq-typography-text-normal-line-height);
10
- --kbq-textarea-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
11
- --kbq-textarea-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
12
- --kbq-textarea-font-default-font-family: var(--kbq-typography-text-normal-font-family);
13
- --kbq-textarea-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
14
- --kbq-textarea-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
15
6
  }
@@ -1,6 +1,3 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
1
  @use '../core/styles/common/tokens' as *;
5
2
  @use './textarea-tokens' as *;
6
3
 
@@ -1,6 +1,3 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
1
  @use '../core/styles/common/tokens' as *;
5
2
 
6
3
  .kbq-timepicker {
@@ -1,7 +1,3 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
- @use '../core/styles/typography/typography-utils' as *;
5
1
  @use '../core/styles/common/tokens' as *;
6
2
 
7
3
  @mixin kbq-timezone-option-theme() {
@@ -21,18 +17,18 @@
21
17
 
22
18
  @mixin kbq-timezone-option-typography() {
23
19
  .kbq-timezone-option__offset {
24
- @include kbq-typography-css-variables(timezone-option, offset-text);
20
+ @include kbq-typography-level-to-styles_css-variables(typography, tabular-normal);
25
21
  }
26
22
 
27
23
  .kbq-timezone-option__city {
28
- @include kbq-typography-css-variables(timezone-option, text);
24
+ @include kbq-typography-level-to-styles_css-variables(typography, tabular-normal);
29
25
  }
30
26
 
31
27
  .kbq-timezone-option__cities {
32
- @include kbq-typography-css-variables(timezone-option, caption);
28
+ @include kbq-typography-level-to-styles_css-variables(typography, text-compact);
33
29
  }
34
30
 
35
31
  .kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label {
36
- @include kbq-typography-css-variables(timezone-option, optgroup-label);
32
+ @include kbq-typography-level-to-styles_css-variables(typography, caps-compact-strong);
37
33
  }
38
34
  }
@@ -1,63 +1,16 @@
1
- /* stylelint-disable no-unknown-custom-properties */
2
-
3
1
  .kbq-timezone-select__panel {
4
- --kbq-option-size-horizontal-padding: var(--kbq-size-m);
5
- --kbq-option-size-height: var(--kbq-size-3xl);
6
- --kbq-option-size-border-width: 2px;
7
2
  --kbq-select-size-single-padding-left: var(--kbq-size-m);
8
3
  --kbq-select-size-single-padding-right: var(--kbq-size-xxs);
9
4
  --kbq-select-size-single-padding-vertical: var(--kbq-size-xs);
10
5
  --kbq-select-size-single-content-gap: var(--kbq-size-xxs);
11
6
  --kbq-select-size-multiple-padding-left: var(--kbq-size-xxs);
12
7
  --kbq-select-size-multiple-padding-right: var(--kbq-size-xxs);
13
- --kbq-select-size-multiple-padding-vertical: var(--kbq-size-xxs);
14
8
  --kbq-select-size-multiple-content-gap: var(--kbq-size-xxs);
15
- --kbq-select-panel-size-border-radius: var(--kbq-size-s);
16
- --kbq-select-panel-size-max-height: 256px;
17
- --kbq-select-panel-font-default-font-size: var(--kbq-typography-text-normal-font-size);
18
- --kbq-select-panel-font-default-line-height: var(--kbq-typography-text-normal-line-height);
19
- --kbq-select-panel-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
20
- --kbq-select-panel-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
21
- --kbq-select-panel-font-default-font-family: var(--kbq-typography-text-normal-font-family);
22
- --kbq-select-panel-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
23
- --kbq-select-panel-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
24
9
  --kbq-timezone-option-size-padding: 6px 10px;
25
10
  --kbq-timezone-option-size-column-gap: 16px;
26
11
  --kbq-timezone-option-size-height: auto;
27
12
  --kbq-timezone-option-size-max-height: 5em;
28
13
  --kbq-timezone-option-size-optgroup-label-padding: 12px 12px 4px 12px;
29
- --kbq-timezone-option-font-text-font-size: var(--kbq-typography-tabular-normal-font-size);
30
- --kbq-timezone-option-font-text-line-height: var(--kbq-typography-tabular-normal-line-height);
31
- --kbq-timezone-option-font-text-letter-spacing: var(--kbq-typography-tabular-normal-letter-spacing);
32
- --kbq-timezone-option-font-text-font-weight: var(--kbq-typography-tabular-normal-font-weight);
33
- --kbq-timezone-option-font-text-font-family: var(--kbq-typography-tabular-normal-font-family);
34
- --kbq-timezone-option-font-text-text-transform: var(--kbq-typography-tabular-normal-text-transform);
35
- --kbq-timezone-option-font-text-font-feature-settings: var(--kbq-typography-tabular-normal-font-feature-settings);
36
- --kbq-timezone-option-font-offset-text-font-size: var(--kbq-typography-tabular-normal-font-size);
37
- --kbq-timezone-option-font-offset-text-line-height: var(--kbq-typography-tabular-normal-line-height);
38
- --kbq-timezone-option-font-offset-text-letter-spacing: var(--kbq-typography-tabular-normal-letter-spacing);
39
- --kbq-timezone-option-font-offset-text-font-weight: var(--kbq-typography-tabular-normal-font-weight);
40
- --kbq-timezone-option-font-offset-text-font-family: var(--kbq-typography-tabular-normal-font-family);
41
- --kbq-timezone-option-font-offset-text-text-transform: var(--kbq-typography-tabular-normal-text-transform);
42
- --kbq-timezone-option-font-offset-text-font-feature-settings: var(
43
- --kbq-typography-tabular-normal-font-feature-settings
44
- );
45
- --kbq-timezone-option-font-caption-font-size: var(--kbq-typography-text-compact-font-size);
46
- --kbq-timezone-option-font-caption-line-height: var(--kbq-typography-text-compact-line-height);
47
- --kbq-timezone-option-font-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
48
- --kbq-timezone-option-font-caption-font-weight: var(--kbq-typography-text-compact-font-weight);
49
- --kbq-timezone-option-font-caption-font-family: var(--kbq-typography-text-compact-font-family);
50
- --kbq-timezone-option-font-caption-text-transform: var(--kbq-typography-text-compact-text-transform);
51
- --kbq-timezone-option-font-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
52
- --kbq-timezone-option-font-optgroup-label-font-size: var(--kbq-typography-caps-compact-strong-font-size);
53
- --kbq-timezone-option-font-optgroup-label-line-height: var(--kbq-typography-caps-compact-strong-line-height);
54
- --kbq-timezone-option-font-optgroup-label-letter-spacing: var(--kbq-typography-caps-compact-strong-letter-spacing);
55
- --kbq-timezone-option-font-optgroup-label-font-weight: var(--kbq-typography-caps-compact-strong-font-weight);
56
- --kbq-timezone-option-font-optgroup-label-font-family: var(--kbq-typography-caps-compact-strong-font-family);
57
- --kbq-timezone-option-font-optgroup-label-text-transform: var(--kbq-typography-caps-compact-strong-text-transform);
58
- --kbq-timezone-option-font-optgroup-label-font-feature-settings: var(
59
- --kbq-typography-caps-compact-strong-font-feature-settings
60
- );
61
14
  }
62
15
 
63
16
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
@@ -1,6 +1,3 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
1
  @use '../core/styles/common/tokens' as *;
5
2
 
6
3
  @use './timezone-option-theme' as *;
@@ -1,6 +1,3 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
1
  @use '../core/styles/common/tokens' as *;
5
2
 
6
3
  @use './timezone-option-theme' as *;