@koobiq/components 17.8.2 → 18.0.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 (334) hide show
  1. package/alert/alert-tokens.scss +117 -118
  2. package/autocomplete/autocomplete-tokens.scss +8 -7
  3. package/badge/badge-tokens.scss +168 -166
  4. package/button/button-tokens.scss +238 -225
  5. package/button/button.scss +5 -9
  6. package/button-toggle/button-toggle-tokens.scss +69 -68
  7. package/checkbox/checkbox-tokens.scss +122 -124
  8. package/code-block/code-block-tokens.scss +92 -86
  9. package/core/common-behaviors/index.d.ts +1 -1
  10. package/core/forms/forms-tokens.scss +30 -30
  11. package/core/option/optgroup-tokens.scss +9 -23
  12. package/core/option/option-action-tokens.scss +3 -19
  13. package/core/option/option-tokens.scss +93 -101
  14. package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +122 -124
  15. package/core/styles/_koobiq-theme.scss +3 -7
  16. package/core/styles/theming/_theming.scss +4 -6
  17. package/core/styles/theming/scrollbar-tokens.scss +16 -14
  18. package/core/styles/typography/_typography.scss +1 -0
  19. package/datepicker/datepicker-tokens.scss +42 -44
  20. package/divider/divider-tokens.scss +6 -4
  21. package/dl/dl-tokens.scss +26 -24
  22. package/dropdown/dropdown-tokens.scss +91 -96
  23. package/empty-state/empty-state-tokens.scss +50 -58
  24. package/esm2022/alert/alert.component.mjs +13 -13
  25. package/esm2022/alert/alert.module.mjs +4 -4
  26. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +3 -3
  27. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  28. package/esm2022/autocomplete/autocomplete.component.mjs +5 -5
  29. package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
  30. package/esm2022/badge/badge.component.mjs +10 -10
  31. package/esm2022/badge/badge.module.mjs +4 -4
  32. package/esm2022/button/button.component.mjs +8 -8
  33. package/esm2022/button/button.module.mjs +4 -4
  34. package/esm2022/button-toggle/button-toggle.component.mjs +8 -8
  35. package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
  36. package/esm2022/checkbox/checkbox-module.mjs +4 -4
  37. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  38. package/esm2022/checkbox/checkbox.mjs +5 -5
  39. package/esm2022/code-block/actionbar.component.mjs +5 -5
  40. package/esm2022/code-block/code-block.component.mjs +5 -5
  41. package/esm2022/code-block/code-block.module.mjs +4 -4
  42. package/esm2022/core/common-behaviors/common-module.mjs +4 -4
  43. package/esm2022/core/common-behaviors/index.mjs +2 -2
  44. package/esm2022/core/error/error-options.mjs +6 -6
  45. package/esm2022/core/formatters/date/formatter.mjs +3 -3
  46. package/esm2022/core/formatters/date/formatter.pipe.mjs +39 -39
  47. package/esm2022/core/formatters/index.mjs +4 -4
  48. package/esm2022/core/formatters/number/formatter.mjs +12 -12
  49. package/esm2022/core/forms/forms-module.mjs +4 -4
  50. package/esm2022/core/forms/forms.directive.mjs +6 -6
  51. package/esm2022/core/highlight/highlight.pipe.mjs +3 -3
  52. package/esm2022/core/highlight/index.mjs +4 -4
  53. package/esm2022/core/line/line.mjs +7 -7
  54. package/esm2022/core/locales/locale-service.mjs +3 -3
  55. package/esm2022/core/locales/locale-service.module.mjs +4 -4
  56. package/esm2022/core/option/action.mjs +8 -8
  57. package/esm2022/core/option/optgroup.mjs +4 -4
  58. package/esm2022/core/option/option-module.mjs +4 -4
  59. package/esm2022/core/option/option.mjs +5 -5
  60. package/esm2022/core/pop-up/pop-up-trigger.mjs +3 -3
  61. package/esm2022/core/pop-up/pop-up.mjs +3 -3
  62. package/esm2022/core/select/common.mjs +15 -15
  63. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +5 -5
  64. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  65. package/esm2022/core/services/measure-scrollbar.service.mjs +3 -3
  66. package/esm2022/core/services/theme.service.mjs +3 -3
  67. package/esm2022/core/utils/data-size/data-size.pipe.mjs +3 -3
  68. package/esm2022/core/version.mjs +2 -2
  69. package/esm2022/datepicker/calendar-body.component.mjs +3 -3
  70. package/esm2022/datepicker/calendar-header.component.mjs +5 -5
  71. package/esm2022/datepicker/calendar.component.mjs +3 -3
  72. package/esm2022/datepicker/datepicker-input.directive.mjs +3 -3
  73. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  74. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  75. package/esm2022/datepicker/datepicker-toggle.component.mjs +8 -8
  76. package/esm2022/datepicker/datepicker.component.mjs +8 -8
  77. package/esm2022/datepicker/month-view.component.mjs +3 -3
  78. package/esm2022/divider/divider.component.mjs +4 -4
  79. package/esm2022/divider/divider.module.mjs +4 -4
  80. package/esm2022/dl/dl.component.mjs +10 -10
  81. package/esm2022/dl/dl.module.mjs +4 -4
  82. package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
  83. package/esm2022/dropdown/dropdown-item.component.mjs +6 -6
  84. package/esm2022/dropdown/dropdown-trigger.directive.mjs +3 -3
  85. package/esm2022/dropdown/dropdown.component.mjs +6 -6
  86. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  87. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -7
  88. package/esm2022/empty-state/empty-state.component.mjs +16 -16
  89. package/esm2022/empty-state/empty-state.module.mjs +4 -4
  90. package/esm2022/file-upload/file-drop.mjs +3 -3
  91. package/esm2022/file-upload/file-upload.module.mjs +4 -4
  92. package/esm2022/file-upload/multiple-file-upload.component.mjs +5 -5
  93. package/esm2022/file-upload/single-file-upload.component.mjs +5 -5
  94. package/esm2022/form-field/cleaner.mjs +6 -6
  95. package/esm2022/form-field/form-field.mjs +11 -11
  96. package/esm2022/form-field/form-field.module.mjs +4 -4
  97. package/esm2022/form-field/hint.mjs +5 -5
  98. package/esm2022/form-field/password-hint.mjs +5 -5
  99. package/esm2022/form-field/password-toggle.mjs +5 -5
  100. package/esm2022/form-field/prefix.mjs +3 -3
  101. package/esm2022/form-field/stepper.mjs +8 -8
  102. package/esm2022/form-field/suffix.mjs +3 -3
  103. package/esm2022/form-field/validate.directive.mjs +3 -3
  104. package/esm2022/icon/icon-button.component.mjs +6 -6
  105. package/esm2022/icon/icon-item.component.mjs +6 -6
  106. package/esm2022/icon/icon.component.mjs +6 -6
  107. package/esm2022/icon/icon.module.mjs +4 -4
  108. package/esm2022/input/input-number-validators.mjs +6 -6
  109. package/esm2022/input/input-number.mjs +3 -3
  110. package/esm2022/input/input-password.mjs +3 -3
  111. package/esm2022/input/input.mjs +6 -6
  112. package/esm2022/input/input.module.mjs +4 -4
  113. package/esm2022/link/link.component.mjs +3 -3
  114. package/esm2022/link/link.module.mjs +4 -4
  115. package/esm2022/list/list-selection.component.mjs +11 -11
  116. package/esm2022/list/list.component.mjs +7 -7
  117. package/esm2022/list/list.module.mjs +4 -4
  118. package/esm2022/loader-overlay/loader-overlay.component.mjs +13 -13
  119. package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
  120. package/esm2022/markdown/markdown.component.mjs +5 -5
  121. package/esm2022/markdown/markdown.module.mjs +4 -4
  122. package/esm2022/markdown/markdown.service.mjs +3 -3
  123. package/esm2022/modal/css-unit.pipe.mjs +3 -3
  124. package/esm2022/modal/modal-control.service.mjs +3 -3
  125. package/esm2022/modal/modal.component.mjs +5 -5
  126. package/esm2022/modal/modal.directive.mjs +12 -12
  127. package/esm2022/modal/modal.module.mjs +4 -4
  128. package/esm2022/modal/modal.service.mjs +3 -3
  129. package/esm2022/navbar/navbar-item.component.mjs +33 -33
  130. package/esm2022/navbar/navbar.component.mjs +11 -11
  131. package/esm2022/navbar/navbar.module.mjs +4 -4
  132. package/esm2022/navbar/vertical-navbar.component.mjs +5 -5
  133. package/esm2022/popover/popover-confirm.component.mjs +8 -8
  134. package/esm2022/popover/popover.component.mjs +8 -8
  135. package/esm2022/popover/popover.module.mjs +4 -4
  136. package/esm2022/progress-bar/progress-bar.component.mjs +10 -10
  137. package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
  138. package/esm2022/progress-spinner/progress-spinner.component.mjs +10 -10
  139. package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
  140. package/esm2022/radio/radio.component.mjs +7 -7
  141. package/esm2022/radio/radio.module.mjs +4 -4
  142. package/esm2022/risk-level/risk-level.component.mjs +4 -4
  143. package/esm2022/risk-level/risk-level.module.mjs +4 -4
  144. package/esm2022/scrollbar/scrollbar.component.mjs +6 -6
  145. package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
  146. package/esm2022/scrollbar/scrollbar.module.mjs +4 -4
  147. package/esm2022/select/select-option.directive.mjs +3 -3
  148. package/esm2022/select/select.component.mjs +6 -6
  149. package/esm2022/select/select.module.mjs +4 -4
  150. package/esm2022/sidebar/sidebar.component.mjs +9 -9
  151. package/esm2022/sidebar/sidebar.module.mjs +4 -4
  152. package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -5
  153. package/esm2022/sidepanel/sidepanel-directives.mjs +18 -18
  154. package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
  155. package/esm2022/sidepanel/sidepanel.service.mjs +3 -3
  156. package/esm2022/splitter/splitter.component.mjs +14 -14
  157. package/esm2022/splitter/splitter.module.mjs +4 -4
  158. package/esm2022/table/table.component.mjs +7 -7
  159. package/esm2022/table/table.module.mjs +4 -4
  160. package/esm2022/tabs/paginated-tab-header.mjs +3 -3
  161. package/esm2022/tabs/tab-body.component.mjs +6 -6
  162. package/esm2022/tabs/tab-content.directive.mjs +3 -3
  163. package/esm2022/tabs/tab-group.component.mjs +16 -16
  164. package/esm2022/tabs/tab-header.component.mjs +5 -5
  165. package/esm2022/tabs/tab-label-wrapper.directive.mjs +3 -3
  166. package/esm2022/tabs/tab-label.directive.mjs +3 -3
  167. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
  168. package/esm2022/tabs/tab.component.mjs +3 -3
  169. package/esm2022/tabs/tabs.module.mjs +4 -4
  170. package/esm2022/tags/tag-input.mjs +3 -3
  171. package/esm2022/tags/tag-list.component.mjs +4 -4
  172. package/esm2022/tags/tag.component.mjs +12 -12
  173. package/esm2022/tags/tag.module.mjs +4 -4
  174. package/esm2022/textarea/textarea.component.mjs +3 -3
  175. package/esm2022/textarea/textarea.module.mjs +4 -4
  176. package/esm2022/timepicker/timepicker.directive.mjs +3 -3
  177. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  178. package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
  179. package/esm2022/timezone/timezone-option.component.mjs +5 -5
  180. package/esm2022/timezone/timezone-option.directive.mjs +3 -3
  181. package/esm2022/timezone/timezone-select.component.mjs +9 -9
  182. package/esm2022/timezone/timezone.module.mjs +4 -4
  183. package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
  184. package/esm2022/title/title.directive.mjs +3 -3
  185. package/esm2022/title/title.module.mjs +4 -4
  186. package/esm2022/toast/toast-container.component.mjs +3 -3
  187. package/esm2022/toast/toast.component.mjs +8 -8
  188. package/esm2022/toast/toast.module.mjs +4 -4
  189. package/esm2022/toast/toast.service.mjs +3 -3
  190. package/esm2022/toggle/toggle.component.mjs +6 -6
  191. package/esm2022/toggle/toggle.module.mjs +4 -4
  192. package/esm2022/tooltip/tooltip.component.mjs +14 -14
  193. package/esm2022/tooltip/tooltip.module.mjs +4 -4
  194. package/esm2022/tree/node.mjs +3 -3
  195. package/esm2022/tree/outlet.mjs +3 -3
  196. package/esm2022/tree/padding.directive.mjs +3 -3
  197. package/esm2022/tree/toggle.mjs +14 -14
  198. package/esm2022/tree/tree-base.mjs +6 -6
  199. package/esm2022/tree/tree-option.component.mjs +5 -5
  200. package/esm2022/tree/tree-selection.component.mjs +5 -5
  201. package/esm2022/tree/tree.mjs +5 -5
  202. package/esm2022/tree/tree.module.mjs +4 -4
  203. package/esm2022/tree-select/tree-select.component.mjs +6 -6
  204. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  205. package/fesm2022/koobiq-components-alert.mjs +17 -17
  206. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  207. package/fesm2022/koobiq-components-autocomplete.mjs +15 -15
  208. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  209. package/fesm2022/koobiq-components-badge.mjs +14 -14
  210. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  211. package/fesm2022/koobiq-components-button-toggle.mjs +12 -12
  212. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  213. package/fesm2022/koobiq-components-button.mjs +12 -12
  214. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  215. package/fesm2022/koobiq-components-checkbox.mjs +11 -11
  216. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  217. package/fesm2022/koobiq-components-code-block.mjs +12 -12
  218. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  219. package/fesm2022/koobiq-components-core.mjs +158 -158
  220. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  221. package/fesm2022/koobiq-components-datepicker.mjs +37 -37
  222. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  223. package/fesm2022/koobiq-components-divider.mjs +8 -8
  224. package/fesm2022/koobiq-components-divider.mjs.map +1 -1
  225. package/fesm2022/koobiq-components-dl.mjs +14 -14
  226. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  227. package/fesm2022/koobiq-components-dropdown.mjs +20 -20
  228. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  229. package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
  230. package/fesm2022/koobiq-components-empty-state.mjs +20 -20
  231. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  232. package/fesm2022/koobiq-components-file-upload.mjs +15 -15
  233. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  234. package/fesm2022/koobiq-components-form-field.mjs +49 -49
  235. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  236. package/fesm2022/koobiq-components-icon.mjs +19 -19
  237. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  238. package/fesm2022/koobiq-components-input.mjs +22 -22
  239. package/fesm2022/koobiq-components-link.mjs +7 -7
  240. package/fesm2022/koobiq-components-list.mjs +22 -22
  241. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  242. package/fesm2022/koobiq-components-loader-overlay.mjs +17 -17
  243. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  244. package/fesm2022/koobiq-components-markdown.mjs +12 -12
  245. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  246. package/fesm2022/koobiq-components-modal.mjs +29 -29
  247. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  248. package/fesm2022/koobiq-components-navbar.mjs +52 -52
  249. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  250. package/fesm2022/koobiq-components-popover.mjs +18 -18
  251. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  252. package/fesm2022/koobiq-components-progress-bar.mjs +14 -14
  253. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  254. package/fesm2022/koobiq-components-progress-spinner.mjs +14 -14
  255. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  256. package/fesm2022/koobiq-components-radio.mjs +11 -11
  257. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  258. package/fesm2022/koobiq-components-risk-level.mjs +8 -8
  259. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  260. package/fesm2022/koobiq-components-scrollbar.mjs +12 -12
  261. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  262. package/fesm2022/koobiq-components-select.mjs +12 -12
  263. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  264. package/fesm2022/koobiq-components-sidebar.mjs +13 -13
  265. package/fesm2022/koobiq-components-sidepanel.mjs +28 -28
  266. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  267. package/fesm2022/koobiq-components-splitter.mjs +17 -17
  268. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  269. package/fesm2022/koobiq-components-table.mjs +11 -11
  270. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  271. package/fesm2022/koobiq-components-tabs.mjs +52 -52
  272. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  273. package/fesm2022/koobiq-components-tags.mjs +23 -23
  274. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  275. package/fesm2022/koobiq-components-textarea.mjs +7 -7
  276. package/fesm2022/koobiq-components-timepicker.mjs +7 -7
  277. package/fesm2022/koobiq-components-timezone.mjs +26 -26
  278. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  279. package/fesm2022/koobiq-components-title.mjs +7 -7
  280. package/fesm2022/koobiq-components-toast.mjs +17 -17
  281. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  282. package/fesm2022/koobiq-components-toggle.mjs +9 -9
  283. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  284. package/fesm2022/koobiq-components-tooltip.mjs +17 -17
  285. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  286. package/fesm2022/koobiq-components-tree-select.mjs +9 -9
  287. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  288. package/fesm2022/koobiq-components-tree.mjs +47 -47
  289. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  290. package/file-upload/file-upload-tokens.scss +147 -146
  291. package/file-upload/multiple-file-upload.component.scss +2 -8
  292. package/form-field/form-field-tokens.scss +72 -72
  293. package/form-field/hint-tokens.scss +51 -51
  294. package/icon/icon-button-tokens.scss +54 -56
  295. package/icon/icon-item-tokens.scss +46 -44
  296. package/icon/icon-tokens.scss +14 -12
  297. package/input/input-tokens.scss +11 -10
  298. package/link/link-tokens.scss +56 -57
  299. package/list/list-tokens.scss +84 -86
  300. package/loader-overlay/loader-overlay-tokens.scss +54 -50
  301. package/markdown/markdown-tokens.scss +214 -235
  302. package/modal/modal-tokens.scss +40 -41
  303. package/navbar/navbar-tokens.scss +50 -71
  304. package/package.json +12 -9
  305. package/popover/popover-tokens.scss +40 -45
  306. package/prebuilt-themes/dark-theme.css +1 -1
  307. package/prebuilt-themes/light-theme.css +1 -1
  308. package/prebuilt-themes/theme.css +1 -0
  309. package/progress-bar/progress-bar-tokens.scss +28 -28
  310. package/progress-spinner/progress-spinner-tokens.scss +28 -28
  311. package/radio/radio-tokens.scss +119 -127
  312. package/risk-level/risk-level-tokens.scss +57 -56
  313. package/schematics/collection.json +5 -0
  314. package/schematics/new-icons-pack/data.js +2303 -0
  315. package/schematics/new-icons-pack/index.js +120 -0
  316. package/schematics/new-icons-pack/schema.json +25 -0
  317. package/schematics/ng-add/index.js +14 -40
  318. package/schematics/utils/package-config.js +65 -0
  319. package/scrollbar/scrollbar-tokens.scss +16 -14
  320. package/scrollbar/scrollbar.directive.d.ts +1 -24
  321. package/select/select-tokens.scss +31 -48
  322. package/sidepanel/sidepanel-tokens.scss +36 -37
  323. package/splitter/splitter-tokens.scss +1 -7
  324. package/table/table-tokens.scss +18 -34
  325. package/tabs/tabs-tokens.scss +168 -107
  326. package/tags/tag-input-tokens.scss +13 -12
  327. package/tags/tag-tokens.scss +141 -141
  328. package/textarea/textarea-tokens.scss +11 -10
  329. package/timezone/timezone-option-tokens.scss +40 -38
  330. package/toast/toast-tokens.scss +61 -65
  331. package/toggle/toggle-tokens.scss +124 -128
  332. package/tooltip/tooltip-tokens.scss +50 -54
  333. package/tree/tree-tokens.scss +80 -80
  334. package/tree-select/tree-select-tokens.scss +14 -50
@@ -1,60 +1,60 @@
1
+ /* stylelint-disable no-unknown-custom-properties */
2
+
1
3
  .kbq-hint {
2
- --kbq-hint-size-normal-margin-top: 2px;
3
- --kbq-hint-size-normal-content-padding: 4px;
4
+ --kbq-hint-size-normal-margin-top: var(--kbq-size-3xs);
5
+ --kbq-hint-size-normal-content-padding: var(--kbq-size-xxs);
4
6
  --kbq-hint-size-compact-margin-top: 0;
5
- --kbq-hint-size-compact-content-padding: 4px;
6
- --kbq-hint-font-normal-text-font-size: 14px;
7
- --kbq-hint-font-normal-text-line-height: 20px;
8
- --kbq-hint-font-normal-text-letter-spacing: -0.006em;
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
- --kbq-hint-font-normal-text-text-transform: null;
13
- --kbq-hint-font-normal-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
14
- --kbq-hint-font-compact-text-font-size: 12px;
15
- --kbq-hint-font-compact-text-line-height: 16px;
16
- --kbq-hint-font-compact-text-letter-spacing: normal;
17
- --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
- --kbq-hint-font-compact-text-text-transform: null;
21
- --kbq-hint-font-compact-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
7
+ --kbq-hint-size-compact-content-padding: var(--kbq-size-xxs);
8
+ --kbq-hint-font-normal-text-font-size: var(--kbq-typography-text-normal-medium-font-size);
9
+ --kbq-hint-font-normal-text-line-height: var(--kbq-typography-text-normal-medium-line-height);
10
+ --kbq-hint-font-normal-text-letter-spacing: var(--kbq-typography-text-normal-medium-letter-spacing);
11
+ --kbq-hint-font-normal-text-font-weight: var(--kbq-typography-text-normal-medium-font-weight);
12
+ --kbq-hint-font-normal-text-font-family: var(--kbq-typography-text-normal-medium-font-family);
13
+ --kbq-hint-font-normal-text-text-transform: var(--kbq-typography-text-normal-medium-text-transform);
14
+ --kbq-hint-font-normal-text-font-feature-settings: var(--kbq-typography-text-normal-medium-font-feature-settings);
15
+ --kbq-hint-font-compact-text-font-size: var(--kbq-typography-text-compact-font-size);
16
+ --kbq-hint-font-compact-text-line-height: var(--kbq-typography-text-compact-line-height);
17
+ --kbq-hint-font-compact-text-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
18
+ --kbq-hint-font-compact-text-font-weight: var(--kbq-typography-text-compact-font-weight);
19
+ --kbq-hint-font-compact-text-font-family: var(--kbq-typography-text-compact-font-family);
20
+ --kbq-hint-font-compact-text-text-transform: var(--kbq-typography-text-compact-text-transform);
21
+ --kbq-hint-font-compact-text-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
22
22
  }
23
23
 
24
24
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
25
- --kbq-hint-fill-text-off-fade-contrast-text: hsla(229, 15%, 15%, 100%);
26
- --kbq-hint-fill-text-off-fade-contrast-icon: hsla(229, 15%, 60%, 100%);
27
- --kbq-hint-fill-text-off-success-text: hsla(229, 15%, 15%, 100%);
28
- --kbq-hint-fill-text-off-success-icon: hsla(104, 64%, 40%, 100%);
29
- --kbq-hint-fill-text-off-warning-text: hsla(229, 15%, 15%, 100%);
30
- --kbq-hint-fill-text-off-warning-icon: hsla(38, 100%, 42%, 100%);
31
- --kbq-hint-fill-text-off-error-text: hsla(229, 15%, 15%, 100%);
32
- --kbq-hint-fill-text-off-error-icon: hsla(7, 97%, 45%, 100%);
33
- --kbq-hint-fill-text-on-fade-contrast-text: hsla(229, 15%, 15%, 100%);
34
- --kbq-hint-fill-text-on-fade-contrast-icon: hsla(229, 15%, 60%, 100%);
35
- --kbq-hint-fill-text-on-success-text: hsla(104, 64%, 30%, 100%);
36
- --kbq-hint-fill-text-on-success-icon: hsla(104, 64%, 40%, 100%);
37
- --kbq-hint-fill-text-on-warning-text: hsla(38, 100%, 33%, 100%);
38
- --kbq-hint-fill-text-on-warning-icon: hsla(38, 100%, 42%, 100%);
39
- --kbq-hint-fill-text-on-error-text: hsla(7, 97%, 40%, 100%);
40
- --kbq-hint-fill-text-on-error-icon: hsla(7, 97%, 45%, 100%);
25
+ --kbq-hint-fill-text-off-fade-contrast-text: var(--kbq-foreground-contrast);
26
+ --kbq-hint-fill-text-off-fade-contrast-icon: var(--kbq-icon-contrast-fade);
27
+ --kbq-hint-fill-text-off-success-text: var(--kbq-foreground-contrast);
28
+ --kbq-hint-fill-text-off-success-icon: var(--kbq-icon-success);
29
+ --kbq-hint-fill-text-off-warning-text: var(--kbq-foreground-contrast);
30
+ --kbq-hint-fill-text-off-warning-icon: var(--kbq-icon-warning);
31
+ --kbq-hint-fill-text-off-error-text: var(--kbq-foreground-contrast);
32
+ --kbq-hint-fill-text-off-error-icon: var(--kbq-icon-error);
33
+ --kbq-hint-fill-text-on-fade-contrast-text: var(--kbq-foreground-contrast);
34
+ --kbq-hint-fill-text-on-fade-contrast-icon: var(--kbq-icon-contrast-fade);
35
+ --kbq-hint-fill-text-on-success-text: var(--kbq-foreground-success);
36
+ --kbq-hint-fill-text-on-success-icon: var(--kbq-icon-success);
37
+ --kbq-hint-fill-text-on-warning-text: var(--kbq-foreground-warning);
38
+ --kbq-hint-fill-text-on-warning-icon: var(--kbq-icon-warning);
39
+ --kbq-hint-fill-text-on-error-text: var(--kbq-foreground-error);
40
+ --kbq-hint-fill-text-on-error-icon: var(--kbq-icon-error);
41
41
  }
42
42
 
43
43
  :where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
44
- --kbq-hint-fill-text-off-fade-contrast-text: hsla(229, 15%, 80%, 100%);
45
- --kbq-hint-fill-text-off-fade-contrast-icon: hsla(229, 15%, 45%, 100%);
46
- --kbq-hint-fill-text-off-success-text: hsla(229, 15%, 80%, 100%);
47
- --kbq-hint-fill-text-off-success-icon: hsla(104, 64%, 45%, 100%);
48
- --kbq-hint-fill-text-off-warning-text: hsla(229, 15%, 80%, 100%);
49
- --kbq-hint-fill-text-off-warning-icon: hsla(38, 100%, 60%, 100%);
50
- --kbq-hint-fill-text-off-error-text: hsla(229, 15%, 80%, 100%);
51
- --kbq-hint-fill-text-off-error-icon: hsla(7, 97%, 60%, 100%);
52
- --kbq-hint-fill-text-on-fade-contrast-text: hsla(229, 15%, 80%, 100%);
53
- --kbq-hint-fill-text-on-fade-contrast-icon: hsla(229, 15%, 45%, 100%);
54
- --kbq-hint-fill-text-on-success-text: hsla(104, 64%, 45%, 100%);
55
- --kbq-hint-fill-text-on-success-icon: hsla(104, 64%, 45%, 100%);
56
- --kbq-hint-fill-text-on-warning-text: hsla(38, 100%, 60%, 100%);
57
- --kbq-hint-fill-text-on-warning-icon: hsla(38, 100%, 60%, 100%);
58
- --kbq-hint-fill-text-on-error-text: hsla(7, 97%, 60%, 100%);
59
- --kbq-hint-fill-text-on-error-icon: hsla(7, 97%, 60%, 100%);
44
+ --kbq-hint-fill-text-off-fade-contrast-text: var(--kbq-foreground-contrast);
45
+ --kbq-hint-fill-text-off-fade-contrast-icon: var(--kbq-icon-contrast-fade);
46
+ --kbq-hint-fill-text-off-success-text: var(--kbq-foreground-contrast);
47
+ --kbq-hint-fill-text-off-success-icon: var(--kbq-icon-success);
48
+ --kbq-hint-fill-text-off-warning-text: var(--kbq-foreground-contrast);
49
+ --kbq-hint-fill-text-off-warning-icon: var(--kbq-icon-warning);
50
+ --kbq-hint-fill-text-off-error-text: var(--kbq-foreground-contrast);
51
+ --kbq-hint-fill-text-off-error-icon: var(--kbq-icon-error);
52
+ --kbq-hint-fill-text-on-fade-contrast-text: var(--kbq-foreground-contrast);
53
+ --kbq-hint-fill-text-on-fade-contrast-icon: var(--kbq-icon-contrast-fade);
54
+ --kbq-hint-fill-text-on-success-text: var(--kbq-foreground-success);
55
+ --kbq-hint-fill-text-on-success-icon: var(--kbq-icon-success);
56
+ --kbq-hint-fill-text-on-warning-text: var(--kbq-foreground-warning);
57
+ --kbq-hint-fill-text-on-warning-icon: var(--kbq-icon-warning);
58
+ --kbq-hint-fill-text-on-error-text: var(--kbq-foreground-error);
59
+ --kbq-hint-fill-text-on-error-icon: var(--kbq-icon-error);
60
60
  }
@@ -1,66 +1,64 @@
1
+ /* stylelint-disable no-unknown-custom-properties */
2
+
1
3
  .kbq-icon-button {
2
- --kbq-icon-button-size-horizontal-padding: 8px;
3
- --kbq-icon-button-size-left-icon-padding: 6px;
4
+ --kbq-icon-button-size-horizontal-padding: var(--kbq-size-s);
5
+ --kbq-icon-button-size-left-icon-padding: var(--kbq-size-xs);
4
6
  --kbq-icon-button-size-normal-horizontal-padding: 0;
5
7
  --kbq-icon-button-size-normal-vertical-padding: 0;
6
- --kbq-icon-button-size-small-horizontal-padding: 4px;
7
- --kbq-icon-button-size-small-vertical-padding: 4px;
8
+ --kbq-icon-button-size-small-horizontal-padding: var(--kbq-size-xxs);
9
+ --kbq-icon-button-size-small-vertical-padding: var(--kbq-size-xxs);
8
10
  }
9
11
 
10
12
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
11
- --kbq-states-focused-color: hsla(216, 100%, 50%, 100%);
12
- --kbq-states-focused-color-error: hsla(7, 97%, 50%, 100%);
13
- --kbq-icon-button-theme-default: hsla(216, 100%, 50%, 100%);
14
- --kbq-icon-button-theme-states-hover: hsla(216, 100%, 45%, 100%);
15
- --kbq-icon-button-theme-states-active: hsla(216, 100%, 40%, 100%);
16
- --kbq-icon-button-theme-states-disabled: hsla(229, 15%, 15%, 32%);
17
- --kbq-icon-button-contrast-default: hsla(229, 15%, 15%, 100%);
18
- --kbq-icon-button-contrast-states-hover: hsla(229, 15%, 10%, 100%);
19
- --kbq-icon-button-contrast-states-active: hsla(229, 15%, 10%, 100%);
20
- --kbq-icon-button-contrast-states-disabled: hsla(229, 15%, 15%, 32%);
21
- --kbq-icon-button-fade-contrast-default: hsla(229, 15%, 60%, 100%);
22
- --kbq-icon-button-fade-contrast-states-hover: hsla(229, 15%, 50%, 100%);
23
- --kbq-icon-button-fade-contrast-states-active: hsla(229, 15%, 40%, 100%);
24
- --kbq-icon-button-fade-contrast-states-disabled: hsla(229, 15%, 15%, 32%);
25
- --kbq-icon-button-error-default: hsla(7, 97%, 45%, 100%);
26
- --kbq-icon-button-error-states-hover: hsla(7, 97%, 45%, 100%);
27
- --kbq-icon-button-error-states-active: hsla(7, 97%, 40%, 100%);
28
- --kbq-icon-button-error-states-disabled: hsla(229, 15%, 15%, 32%);
29
- --kbq-icon-button-success-default: hsla(104, 64%, 40%, 100%);
30
- --kbq-icon-button-success-states-hover: hsla(104, 64%, 40%, 100%);
31
- --kbq-icon-button-success-states-active: hsla(104, 64%, 30%, 100%);
32
- --kbq-icon-button-success-states-disabled: hsla(229, 15%, 15%, 32%);
33
- --kbq-icon-button-warning-default: hsla(38, 100%, 42%, 100%);
34
- --kbq-icon-button-warning-states-hover: hsla(38, 100%, 45%, 100%);
35
- --kbq-icon-button-warning-states-active: hsla(38, 100%, 42%, 100%);
36
- --kbq-icon-button-warning-states-disabled: hsla(229, 15%, 15%, 32%);
13
+ --kbq-icon-button-theme-default: var(--kbq-icon-theme);
14
+ --kbq-icon-button-theme-states-hover: var(--kbq-states-icon-theme-hover);
15
+ --kbq-icon-button-theme-states-active: var(--kbq-states-icon-theme-active);
16
+ --kbq-icon-button-theme-states-disabled: var(--kbq-states-icon-disabled);
17
+ --kbq-icon-button-contrast-default: var(--kbq-icon-contrast);
18
+ --kbq-icon-button-contrast-states-hover: var(--kbq-states-icon-contrast-hover);
19
+ --kbq-icon-button-contrast-states-active: var(--kbq-states-icon-contrast-active);
20
+ --kbq-icon-button-contrast-states-disabled: var(--kbq-states-icon-disabled);
21
+ --kbq-icon-button-fade-contrast-default: var(--kbq-icon-contrast-fade);
22
+ --kbq-icon-button-fade-contrast-states-hover: var(--kbq-states-icon-contrast-fade-hover);
23
+ --kbq-icon-button-fade-contrast-states-active: var(--kbq-states-icon-contrast-fade-active);
24
+ --kbq-icon-button-fade-contrast-states-disabled: var(--kbq-states-icon-disabled);
25
+ --kbq-icon-button-error-default: var(--kbq-icon-error);
26
+ --kbq-icon-button-error-states-hover: var(--kbq-states-icon-error-hover);
27
+ --kbq-icon-button-error-states-active: var(--kbq-states-icon-error-active);
28
+ --kbq-icon-button-error-states-disabled: var(--kbq-states-icon-disabled);
29
+ --kbq-icon-button-success-default: var(--kbq-icon-success);
30
+ --kbq-icon-button-success-states-hover: var(--kbq-states-icon-success-hover);
31
+ --kbq-icon-button-success-states-active: var(--kbq-states-icon-success-active);
32
+ --kbq-icon-button-success-states-disabled: var(--kbq-states-icon-disabled);
33
+ --kbq-icon-button-warning-default: var(--kbq-icon-warning);
34
+ --kbq-icon-button-warning-states-hover: var(--kbq-states-icon-warning-hover);
35
+ --kbq-icon-button-warning-states-active: var(--kbq-states-icon-warning-active);
36
+ --kbq-icon-button-warning-states-disabled: var(--kbq-states-icon-disabled);
37
37
  }
38
38
 
39
39
  :where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
40
- --kbq-states-focused-color: hsla(216, 100%, 50%, 100%);
41
- --kbq-states-focused-color-error: hsla(7, 97%, 50%, 100%);
42
- --kbq-icon-button-theme-default: hsla(216, 100%, 65%, 100%);
43
- --kbq-icon-button-theme-states-hover: hsla(216, 100%, 45%, 100%);
44
- --kbq-icon-button-theme-states-active: hsla(216, 100%, 40%, 100%);
45
- --kbq-icon-button-theme-states-disabled: hsla(229, 15%, 30%, 100%);
46
- --kbq-icon-button-contrast-default: hsla(229, 15%, 80%, 100%);
47
- --kbq-icon-button-contrast-states-hover: hsla(229, 15%, 90%, 100%);
48
- --kbq-icon-button-contrast-states-active: hsla(229, 15%, 80%, 100%);
49
- --kbq-icon-button-contrast-states-disabled: hsla(229, 15%, 30%, 100%);
50
- --kbq-icon-button-fade-contrast-default: hsla(229, 15%, 45%, 100%);
51
- --kbq-icon-button-fade-contrast-states-hover: hsla(229, 15%, 50%, 100%);
52
- --kbq-icon-button-fade-contrast-states-active: hsla(229, 15%, 40%, 100%);
53
- --kbq-icon-button-fade-contrast-states-disabled: hsla(229, 15%, 30%, 100%);
54
- --kbq-icon-button-error-default: hsla(7, 97%, 60%, 100%);
55
- --kbq-icon-button-error-states-hover: hsla(7, 97%, 50%, 100%);
56
- --kbq-icon-button-error-states-active: hsla(7, 97%, 40%, 100%);
57
- --kbq-icon-button-error-states-disabled: hsla(229, 15%, 30%, 100%);
58
- --kbq-icon-button-success-default: hsla(104, 64%, 45%, 100%);
59
- --kbq-icon-button-success-states-hover: hsla(104, 64%, 40%, 100%);
60
- --kbq-icon-button-success-states-active: hsla(104, 64%, 30%, 100%);
61
- --kbq-icon-button-success-states-disabled: hsla(229, 15%, 30%, 100%);
62
- --kbq-icon-button-warning-default: hsla(38, 100%, 60%, 100%);
63
- --kbq-icon-button-warning-states-hover: hsla(38, 100%, 45%, 100%);
64
- --kbq-icon-button-warning-states-active: hsla(38, 100%, 42%, 100%);
65
- --kbq-icon-button-warning-states-disabled: hsla(229, 15%, 30%, 100%);
40
+ --kbq-icon-button-theme-default: var(--kbq-icon-theme);
41
+ --kbq-icon-button-theme-states-hover: var(--kbq-states-icon-theme-hover);
42
+ --kbq-icon-button-theme-states-active: var(--kbq-states-icon-theme-active);
43
+ --kbq-icon-button-theme-states-disabled: var(--kbq-states-icon-disabled);
44
+ --kbq-icon-button-contrast-default: var(--kbq-icon-contrast);
45
+ --kbq-icon-button-contrast-states-hover: var(--kbq-states-icon-contrast-hover);
46
+ --kbq-icon-button-contrast-states-active: var(--kbq-states-icon-contrast-active);
47
+ --kbq-icon-button-contrast-states-disabled: var(--kbq-states-icon-disabled);
48
+ --kbq-icon-button-fade-contrast-default: var(--kbq-icon-contrast-fade);
49
+ --kbq-icon-button-fade-contrast-states-hover: var(--kbq-states-icon-contrast-fade-hover);
50
+ --kbq-icon-button-fade-contrast-states-active: var(--kbq-states-icon-contrast-fade-active);
51
+ --kbq-icon-button-fade-contrast-states-disabled: var(--kbq-states-icon-disabled);
52
+ --kbq-icon-button-error-default: var(--kbq-icon-error);
53
+ --kbq-icon-button-error-states-hover: var(--kbq-states-icon-error-hover);
54
+ --kbq-icon-button-error-states-active: var(--kbq-states-icon-error-active);
55
+ --kbq-icon-button-error-states-disabled: var(--kbq-states-icon-disabled);
56
+ --kbq-icon-button-success-default: var(--kbq-icon-success);
57
+ --kbq-icon-button-success-states-hover: var(--kbq-states-icon-success-hover);
58
+ --kbq-icon-button-success-states-active: var(--kbq-states-icon-success-active);
59
+ --kbq-icon-button-success-states-disabled: var(--kbq-states-icon-disabled);
60
+ --kbq-icon-button-warning-default: var(--kbq-icon-warning);
61
+ --kbq-icon-button-warning-states-hover: var(--kbq-states-icon-warning-hover);
62
+ --kbq-icon-button-warning-states-active: var(--kbq-states-icon-warning-active);
63
+ --kbq-icon-button-warning-states-disabled: var(--kbq-states-icon-disabled);
66
64
  }
@@ -1,52 +1,54 @@
1
+ /* stylelint-disable no-unknown-custom-properties */
2
+
1
3
  .kbq-icon-item {
2
- --kbq-icon-item-size-normal-horizontal-padding: 8px;
3
- --kbq-icon-item-size-normal-vertical-padding: 8px;
4
- --kbq-icon-item-size-big-horizontal-padding: 16px;
5
- --kbq-icon-item-size-big-vertical-padding: 16px;
4
+ --kbq-icon-item-size-normal-horizontal-padding: var(--kbq-size-s);
5
+ --kbq-icon-item-size-normal-vertical-padding: var(--kbq-size-s);
6
+ --kbq-icon-item-size-big-horizontal-padding: var(--kbq-size-l);
7
+ --kbq-icon-item-size-big-vertical-padding: var(--kbq-size-l);
6
8
  }
7
9
 
8
10
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
9
- --kbq-icon-item-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%);
10
- --kbq-icon-item-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%);
11
- --kbq-icon-item-filled-fade-off-contrast-color: hsla(229, 15%, 100%, 100%);
12
- --kbq-icon-item-filled-fade-off-contrast-background: hsla(229, 15%, 25%, 100%);
13
- --kbq-icon-item-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%);
14
- --kbq-icon-item-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%);
15
- --kbq-icon-item-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%);
16
- --kbq-icon-item-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%);
17
- --kbq-icon-item-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%);
18
- --kbq-icon-item-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%);
19
- --kbq-icon-item-filled-fade-on-theme-color: hsla(216, 100%, 50%, 100%);
20
- --kbq-icon-item-filled-fade-on-theme-background: hsla(216, 100%, 85%, 100%);
21
- --kbq-icon-item-filled-fade-on-contrast-color: hsla(229, 15%, 15%, 100%);
22
- --kbq-icon-item-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%);
23
- --kbq-icon-item-filled-fade-on-error-color: hsla(7, 97%, 45%, 100%);
24
- --kbq-icon-item-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%);
25
- --kbq-icon-item-filled-fade-on-warning-color: hsla(38, 100%, 42%, 100%);
26
- --kbq-icon-item-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%);
27
- --kbq-icon-item-filled-fade-on-success-color: hsla(104, 64%, 40%, 100%);
28
- --kbq-icon-item-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%);
11
+ --kbq-icon-item-filled-fade-off-theme-color: var(--kbq-icon-white);
12
+ --kbq-icon-item-filled-fade-off-theme-background: var(--kbq-background-theme);
13
+ --kbq-icon-item-filled-fade-off-contrast-color: var(--kbq-icon-on-contrast);
14
+ --kbq-icon-item-filled-fade-off-contrast-background: var(--kbq-background-contrast);
15
+ --kbq-icon-item-filled-fade-off-error-color: var(--kbq-icon-white);
16
+ --kbq-icon-item-filled-fade-off-error-background: var(--kbq-background-error);
17
+ --kbq-icon-item-filled-fade-off-warning-color: var(--kbq-icon-white);
18
+ --kbq-icon-item-filled-fade-off-warning-background: var(--kbq-background-warning);
19
+ --kbq-icon-item-filled-fade-off-success-color: var(--kbq-icon-white);
20
+ --kbq-icon-item-filled-fade-off-success-background: var(--kbq-background-success);
21
+ --kbq-icon-item-filled-fade-on-theme-color: var(--kbq-icon-theme);
22
+ --kbq-icon-item-filled-fade-on-theme-background: var(--kbq-background-theme-fade);
23
+ --kbq-icon-item-filled-fade-on-contrast-color: var(--kbq-icon-contrast);
24
+ --kbq-icon-item-filled-fade-on-contrast-background: var(--kbq-background-contrast-fade);
25
+ --kbq-icon-item-filled-fade-on-error-color: var(--kbq-icon-error);
26
+ --kbq-icon-item-filled-fade-on-error-background: var(--kbq-background-error-fade);
27
+ --kbq-icon-item-filled-fade-on-warning-color: var(--kbq-icon-warning);
28
+ --kbq-icon-item-filled-fade-on-warning-background: var(--kbq-background-warning-fade);
29
+ --kbq-icon-item-filled-fade-on-success-color: var(--kbq-icon-success);
30
+ --kbq-icon-item-filled-fade-on-success-background: var(--kbq-background-success-fade);
29
31
  }
30
32
 
31
33
  :where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
32
- --kbq-icon-item-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%);
33
- --kbq-icon-item-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%);
34
- --kbq-icon-item-filled-fade-off-contrast-color: hsla(229, 15%, 15%, 100%);
35
- --kbq-icon-item-filled-fade-off-contrast-background: hsla(229, 15%, 90%, 100%);
36
- --kbq-icon-item-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%);
37
- --kbq-icon-item-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%);
38
- --kbq-icon-item-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%);
39
- --kbq-icon-item-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%);
40
- --kbq-icon-item-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%);
41
- --kbq-icon-item-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%);
42
- --kbq-icon-item-filled-fade-on-theme-color: hsla(216, 100%, 65%, 100%);
43
- --kbq-icon-item-filled-fade-on-theme-background: hsla(216, 100%, 20%, 100%);
44
- --kbq-icon-item-filled-fade-on-contrast-color: hsla(229, 15%, 80%, 100%);
45
- --kbq-icon-item-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%);
46
- --kbq-icon-item-filled-fade-on-error-color: hsla(7, 97%, 60%, 100%);
47
- --kbq-icon-item-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%);
48
- --kbq-icon-item-filled-fade-on-warning-color: hsla(38, 100%, 60%, 100%);
49
- --kbq-icon-item-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%);
50
- --kbq-icon-item-filled-fade-on-success-color: hsla(104, 64%, 45%, 100%);
51
- --kbq-icon-item-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%);
34
+ --kbq-icon-item-filled-fade-off-theme-color: var(--kbq-icon-white);
35
+ --kbq-icon-item-filled-fade-off-theme-background: var(--kbq-background-theme);
36
+ --kbq-icon-item-filled-fade-off-contrast-color: var(--kbq-icon-on-contrast);
37
+ --kbq-icon-item-filled-fade-off-contrast-background: var(--kbq-background-contrast);
38
+ --kbq-icon-item-filled-fade-off-error-color: var(--kbq-icon-white);
39
+ --kbq-icon-item-filled-fade-off-error-background: var(--kbq-background-error);
40
+ --kbq-icon-item-filled-fade-off-warning-color: var(--kbq-icon-white);
41
+ --kbq-icon-item-filled-fade-off-warning-background: var(--kbq-background-warning);
42
+ --kbq-icon-item-filled-fade-off-success-color: var(--kbq-icon-white);
43
+ --kbq-icon-item-filled-fade-off-success-background: var(--kbq-background-success);
44
+ --kbq-icon-item-filled-fade-on-theme-color: var(--kbq-icon-theme);
45
+ --kbq-icon-item-filled-fade-on-theme-background: var(--kbq-background-theme-fade);
46
+ --kbq-icon-item-filled-fade-on-contrast-color: var(--kbq-icon-contrast);
47
+ --kbq-icon-item-filled-fade-on-contrast-background: var(--kbq-background-contrast-fade);
48
+ --kbq-icon-item-filled-fade-on-error-color: var(--kbq-icon-error);
49
+ --kbq-icon-item-filled-fade-on-error-background: var(--kbq-background-error-fade);
50
+ --kbq-icon-item-filled-fade-on-warning-color: var(--kbq-icon-warning);
51
+ --kbq-icon-item-filled-fade-on-warning-background: var(--kbq-background-warning-fade);
52
+ --kbq-icon-item-filled-fade-on-success-color: var(--kbq-icon-success);
53
+ --kbq-icon-item-filled-fade-on-success-background: var(--kbq-background-success-fade);
52
54
  }
@@ -1,17 +1,19 @@
1
+ /* stylelint-disable no-unknown-custom-properties */
2
+
1
3
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
2
- --kbq-icon-theme-color: hsla(216, 100%, 50%, 100%);
3
- --kbq-icon-contrast-color: hsla(229, 15%, 15%, 100%);
4
- --kbq-icon-fade-contrast-color: hsla(229, 15%, 60%, 100%);
5
- --kbq-icon-error-color: hsla(7, 97%, 45%, 100%);
6
- --kbq-icon-success-color: hsla(104, 64%, 40%, 100%);
7
- --kbq-icon-warning-color: hsla(38, 100%, 42%, 100%);
4
+ --kbq-icon-theme-color: var(--kbq-icon-theme);
5
+ --kbq-icon-contrast-color: var(--kbq-icon-contrast);
6
+ --kbq-icon-fade-contrast-color: var(--kbq-icon-contrast-fade);
7
+ --kbq-icon-error-color: var(--kbq-icon-error);
8
+ --kbq-icon-success-color: var(--kbq-icon-success);
9
+ --kbq-icon-warning-color: var(--kbq-icon-warning);
8
10
  }
9
11
 
10
12
  :where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
11
- --kbq-icon-theme-color: hsla(216, 100%, 65%, 100%);
12
- --kbq-icon-contrast-color: hsla(229, 15%, 80%, 100%);
13
- --kbq-icon-fade-contrast-color: hsla(229, 15%, 45%, 100%);
14
- --kbq-icon-error-color: hsla(7, 97%, 60%, 100%);
15
- --kbq-icon-success-color: hsla(104, 64%, 45%, 100%);
16
- --kbq-icon-warning-color: hsla(38, 100%, 60%, 100%);
13
+ --kbq-icon-theme-color: var(--kbq-icon-theme);
14
+ --kbq-icon-contrast-color: var(--kbq-icon-contrast);
15
+ --kbq-icon-fade-contrast-color: var(--kbq-icon-contrast-fade);
16
+ --kbq-icon-error-color: var(--kbq-icon-error);
17
+ --kbq-icon-success-color: var(--kbq-icon-success);
18
+ --kbq-icon-warning-color: var(--kbq-icon-warning);
17
19
  }
@@ -1,12 +1,13 @@
1
+ /* stylelint-disable no-unknown-custom-properties */
2
+
1
3
  .kbq-input {
2
- --kbq-input-size-padding-horizontal: 12px;
3
- --kbq-input-size-padding-vertical: 6px;
4
- --kbq-input-font-text-font-size: 14px;
5
- --kbq-input-font-text-line-height: 20px;
6
- --kbq-input-font-text-letter-spacing: -0.006em;
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
- --kbq-input-font-text-text-transform: null;
11
- --kbq-input-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
4
+ --kbq-input-size-padding-horizontal: var(--kbq-size-m);
5
+ --kbq-input-size-padding-vertical: var(--kbq-size-xs);
6
+ --kbq-input-font-text-font-size: var(--kbq-typography-text-normal-font-size);
7
+ --kbq-input-font-text-line-height: var(--kbq-typography-text-normal-line-height);
8
+ --kbq-input-font-text-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
9
+ --kbq-input-font-text-font-weight: var(--kbq-typography-text-normal-font-weight);
10
+ --kbq-input-font-text-font-family: var(--kbq-typography-text-normal-font-family);
11
+ --kbq-input-font-text-text-transform: var(--kbq-typography-text-normal-text-transform);
12
+ --kbq-input-font-text-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
12
13
  }
@@ -1,67 +1,66 @@
1
+ /* stylelint-disable no-unknown-custom-properties */
2
+
1
3
  .kbq-link {
2
4
  --kbq-link-size-state-focused-outline-offset: 0px;
3
5
  --kbq-link-size-state-focused-outline-width: 2px;
4
- --kbq-link-size-compact-content-padding: 2px;
5
- --kbq-link-size-normal-content-padding: 2px;
6
- --kbq-link-size-big-content-padding: 4px;
7
- --kbq-link-font-compact-font-size: 12px;
8
- --kbq-link-font-compact-line-height: 16px;
9
- --kbq-link-font-compact-letter-spacing: normal;
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
- --kbq-link-font-compact-text-transform: null;
14
- --kbq-link-font-compact-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
15
- --kbq-link-font-normal-font-size: 14px;
16
- --kbq-link-font-normal-line-height: 20px;
17
- --kbq-link-font-normal-letter-spacing: -0.006em;
18
- --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
- --kbq-link-font-normal-text-transform: null;
22
- --kbq-link-font-normal-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
23
- --kbq-link-font-big-font-size: 16px;
24
- --kbq-link-font-big-line-height: 24px;
25
- --kbq-link-font-big-letter-spacing: -0.011em;
26
- --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
- --kbq-link-font-big-text-transform: null;
30
- --kbq-link-font-big-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
6
+ --kbq-link-size-compact-content-padding: var(--kbq-size-3xs);
7
+ --kbq-link-size-normal-content-padding: var(--kbq-size-3xs);
8
+ --kbq-link-size-big-content-padding: var(--kbq-size-xxs);
9
+ --kbq-link-font-compact-font-size: var(--kbq-typography-text-compact-font-size);
10
+ --kbq-link-font-compact-line-height: var(--kbq-typography-text-compact-line-height);
11
+ --kbq-link-font-compact-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
12
+ --kbq-link-font-compact-font-weight: var(--kbq-typography-text-compact-font-weight);
13
+ --kbq-link-font-compact-font-family: var(--kbq-typography-text-compact-font-family);
14
+ --kbq-link-font-compact-text-transform: var(--kbq-typography-text-compact-text-transform);
15
+ --kbq-link-font-compact-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);
16
+ --kbq-link-font-normal-font-size: var(--kbq-typography-text-normal-font-size);
17
+ --kbq-link-font-normal-line-height: var(--kbq-typography-text-normal-line-height);
18
+ --kbq-link-font-normal-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
19
+ --kbq-link-font-normal-font-weight: var(--kbq-typography-text-normal-font-weight);
20
+ --kbq-link-font-normal-font-family: var(--kbq-typography-text-normal-font-family);
21
+ --kbq-link-font-normal-text-transform: var(--kbq-typography-text-normal-text-transform);
22
+ --kbq-link-font-normal-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
23
+ --kbq-link-font-big-font-size: var(--kbq-typography-text-big-font-size);
24
+ --kbq-link-font-big-line-height: var(--kbq-typography-text-big-line-height);
25
+ --kbq-link-font-big-letter-spacing: var(--kbq-typography-text-big-letter-spacing);
26
+ --kbq-link-font-big-font-weight: var(--kbq-typography-text-big-font-weight);
27
+ --kbq-link-font-big-font-family: var(--kbq-typography-text-big-font-family);
28
+ --kbq-link-font-big-text-transform: var(--kbq-typography-text-big-text-transform);
29
+ --kbq-link-font-big-font-feature-settings: var(--kbq-typography-text-big-font-feature-settings);
31
30
  }
32
31
 
33
32
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
34
- --kbq-link-text: hsla(216, 100%, 50%, 100%);
35
- --kbq-link-border-bottom: hsla(216, 100%, 85%, 100%);
36
- --kbq-link-state-visited-text: hsla(277, 72%, 45%, 100%);
37
- --kbq-link-state-visited-border-bottom: hsla(277, 72%, 80%, 100%);
38
- --kbq-link-state-visited-hover-text: hsla(277, 72%, 40%, 100%);
39
- --kbq-link-state-visited-hover-border-bottom: hsla(277, 72%, 80%, 100%);
40
- --kbq-link-state-visited-active-text: hsla(277, 72%, 35%, 100%);
41
- --kbq-link-state-visited-active-border-bottom: hsla(277, 72%, 80%, 100%);
42
- --kbq-link-state-hover-text: hsla(216, 100%, 45%, 100%);
43
- --kbq-link-state-hover-border-bottom: hsla(216, 100%, 85%, 100%);
44
- --kbq-link-state-active-text: hsla(216, 100%, 40%, 100%);
45
- --kbq-link-state-active-border-bottom: hsla(216, 100%, 85%, 100%);
46
- --kbq-link-state-focused-outline: hsla(216, 100%, 60%, 100%);
47
- --kbq-link-state-disabled-text: hsla(229, 15%, 15%, 32%);
48
- --kbq-link-state-disabled-border-bottom: hsla(229, 15%, 50%, 32%);
33
+ --kbq-link-text: var(--kbq-foreground-theme);
34
+ --kbq-link-border-bottom: var(--kbq-line-theme-less);
35
+ --kbq-link-state-visited-text: var(--kbq-foreground-visited);
36
+ --kbq-link-state-visited-border-bottom: var(--kbq-line-visited);
37
+ --kbq-link-state-visited-hover-text: var(--kbq-states-foreground-visited-hover);
38
+ --kbq-link-state-visited-hover-border-bottom: var(--kbq-line-visited);
39
+ --kbq-link-state-visited-active-text: var(--kbq-states-foreground-visited-active);
40
+ --kbq-link-state-visited-active-border-bottom: var(--kbq-line-visited);
41
+ --kbq-link-state-hover-text: var(--kbq-states-foreground-theme-hover);
42
+ --kbq-link-state-hover-border-bottom: var(--kbq-line-theme-less);
43
+ --kbq-link-state-active-text: var(--kbq-states-foreground-theme-active);
44
+ --kbq-link-state-active-border-bottom: var(--kbq-line-theme-less);
45
+ --kbq-link-state-focused-outline: var(--kbq-states-line-focus-theme);
46
+ --kbq-link-state-disabled-text: var(--kbq-states-foreground-disabled);
47
+ --kbq-link-state-disabled-border-bottom: var(--kbq-states-line-disabled);
49
48
  }
50
49
 
51
50
  :where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
52
- --kbq-link-text: hsla(216, 100%, 65%, 100%);
53
- --kbq-link-border-bottom: hsla(216, 100%, 27%, 100%);
54
- --kbq-link-state-visited-text: hsla(277, 72%, 50%, 100%);
55
- --kbq-link-state-visited-border-bottom: hsla(277, 72%, 30%, 100%);
56
- --kbq-link-state-visited-hover-text: hsla(277, 72%, 55%, 100%);
57
- --kbq-link-state-visited-hover-border-bottom: hsla(277, 72%, 30%, 100%);
58
- --kbq-link-state-visited-active-text: hsla(277, 72%, 60%, 100%);
59
- --kbq-link-state-visited-active-border-bottom: hsla(277, 72%, 30%, 100%);
60
- --kbq-link-state-hover-text: hsla(216, 100%, 65%, 100%);
61
- --kbq-link-state-hover-border-bottom: hsla(216, 100%, 27%, 100%);
62
- --kbq-link-state-active-text: hsla(216, 100%, 70%, 100%);
63
- --kbq-link-state-active-border-bottom: hsla(216, 100%, 27%, 100%);
64
- --kbq-link-state-focused-outline: hsla(216, 100%, 60%, 100%);
65
- --kbq-link-state-disabled-text: hsla(229, 15%, 40%, 100%);
66
- --kbq-link-state-disabled-border-bottom: hsla(229, 15%, 50%, 32%);
51
+ --kbq-link-text: var(--kbq-foreground-theme);
52
+ --kbq-link-border-bottom: var(--kbq-line-theme-less);
53
+ --kbq-link-state-visited-text: var(--kbq-foreground-visited);
54
+ --kbq-link-state-visited-border-bottom: var(--kbq-line-visited);
55
+ --kbq-link-state-visited-hover-text: var(--kbq-states-foreground-visited-hover);
56
+ --kbq-link-state-visited-hover-border-bottom: var(--kbq-line-visited);
57
+ --kbq-link-state-visited-active-text: var(--kbq-states-foreground-visited-active);
58
+ --kbq-link-state-visited-active-border-bottom: var(--kbq-line-visited);
59
+ --kbq-link-state-hover-text: var(--kbq-states-foreground-theme-hover);
60
+ --kbq-link-state-hover-border-bottom: var(--kbq-line-theme-less);
61
+ --kbq-link-state-active-text: var(--kbq-states-foreground-theme-active);
62
+ --kbq-link-state-active-border-bottom: var(--kbq-line-theme-less);
63
+ --kbq-link-state-focused-outline: var(--kbq-states-line-focus-theme);
64
+ --kbq-link-state-disabled-text: var(--kbq-states-foreground-disabled);
65
+ --kbq-link-state-disabled-border-bottom: var(--kbq-states-line-disabled);
67
66
  }