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