@koobiq/components 17.0.0-rc.10 → 17.0.0-rc.11

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 (495) hide show
  1. package/alert/public-api.d.ts +1 -1
  2. package/autocomplete/public-api.d.ts +2 -2
  3. package/badge/public-api.d.ts +1 -1
  4. package/button/button.component.d.ts +2 -2
  5. package/button/public-api.d.ts +1 -1
  6. package/button-toggle/public-api.d.ts +1 -1
  7. package/card/card.component.d.ts +1 -1
  8. package/card/public-api.d.ts +1 -1
  9. package/code-block/code-block.component.d.ts +2 -2
  10. package/code-block/public-api.d.ts +1 -1
  11. package/core/animation/index.d.ts +1 -1
  12. package/core/common-behaviors/index.d.ts +3 -3
  13. package/core/datetime/index.d.ts +1 -1
  14. package/core/formatters/index.d.ts +1 -1
  15. package/core/forms/index.d.ts +1 -1
  16. package/core/locales/index.d.ts +1 -1
  17. package/core/option/index.d.ts +2 -2
  18. package/core/option/optgroup.scss +2 -2
  19. package/core/pop-up/pop-up-trigger.d.ts +1 -1
  20. package/core/public-api.d.ts +3 -3
  21. package/core/select/constants.d.ts +1 -1
  22. package/core/select/index.d.ts +3 -3
  23. package/core/styles/common/_list.scss +23 -62
  24. package/core/styles/theming/_components-theming.scss +331 -331
  25. package/core/styles/theming/_theming.scss +3 -3
  26. package/core/styles/typography/_typography.scss +7 -7
  27. package/core/styles/visual/_layout.scss +1 -1
  28. package/core/utils/data-size/index.d.ts +1 -1
  29. package/core/utils/public-api.d.ts +1 -1
  30. package/datepicker/datepicker-input.directive.d.ts +1 -0
  31. package/datepicker/public-api.d.ts +4 -4
  32. package/dl/public-api.d.ts +1 -1
  33. package/dropdown/_dropdown-theme.scss +4 -1
  34. package/dropdown/dropdown-content.directive.d.ts +1 -1
  35. package/dropdown/dropdown-item.component.d.ts +1 -1
  36. package/dropdown/dropdown-item.scss +9 -6
  37. package/dropdown/dropdown.component.d.ts +1 -1
  38. package/dropdown/public-api.d.ts +5 -5
  39. package/ellipsis-center/ellipsis-center.directive.d.ts +1 -1
  40. package/empty-state/public-api.d.ts +1 -1
  41. package/esm2022/alert/alert.component.mjs +3 -3
  42. package/esm2022/alert/alert.module.mjs +1 -1
  43. package/esm2022/alert/public-api.mjs +2 -2
  44. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +1 -1
  45. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +23 -31
  46. package/esm2022/autocomplete/autocomplete.component.mjs +14 -9
  47. package/esm2022/autocomplete/autocomplete.module.mjs +3 -3
  48. package/esm2022/autocomplete/public-api.mjs +3 -3
  49. package/esm2022/badge/badge.component.mjs +6 -4
  50. package/esm2022/badge/badge.module.mjs +1 -1
  51. package/esm2022/badge/public-api.mjs +2 -2
  52. package/esm2022/button/button.component.mjs +12 -9
  53. package/esm2022/button/button.module.mjs +1 -1
  54. package/esm2022/button/public-api.mjs +2 -2
  55. package/esm2022/button-toggle/button-toggle.component.mjs +22 -14
  56. package/esm2022/button-toggle/button-toggle.module.mjs +1 -1
  57. package/esm2022/button-toggle/public-api.mjs +2 -2
  58. package/esm2022/card/card.component.mjs +2 -2
  59. package/esm2022/card/card.module.mjs +1 -1
  60. package/esm2022/card/public-api.mjs +2 -2
  61. package/esm2022/checkbox/checkbox-config.mjs +1 -1
  62. package/esm2022/checkbox/checkbox-module.mjs +1 -1
  63. package/esm2022/checkbox/checkbox-required-validator.mjs +1 -1
  64. package/esm2022/checkbox/checkbox.mjs +6 -6
  65. package/esm2022/checkbox/public-api.mjs +1 -1
  66. package/esm2022/code-block/actionbar.component.mjs +4 -6
  67. package/esm2022/code-block/code-block.component.mjs +16 -13
  68. package/esm2022/code-block/code-block.module.mjs +9 -5
  69. package/esm2022/code-block/public-api.mjs +2 -2
  70. package/esm2022/core/animation/fade-animations.mjs +1 -1
  71. package/esm2022/core/animation/index.mjs +2 -2
  72. package/esm2022/core/animation/select-animations.mjs +2 -2
  73. package/esm2022/core/common-behaviors/color.mjs +4 -2
  74. package/esm2022/core/common-behaviors/common-module.mjs +2 -2
  75. package/esm2022/core/common-behaviors/constructor.mjs +1 -1
  76. package/esm2022/core/common-behaviors/disabled.mjs +1 -1
  77. package/esm2022/core/common-behaviors/error-state.mjs +1 -1
  78. package/esm2022/core/common-behaviors/index.mjs +4 -4
  79. package/esm2022/core/common-behaviors/tabindex.mjs +1 -1
  80. package/esm2022/core/datetime/date-adapter.mjs +1 -1
  81. package/esm2022/core/datetime/date-formats.mjs +1 -1
  82. package/esm2022/core/datetime/index.mjs +2 -2
  83. package/esm2022/core/error/error-options.mjs +1 -1
  84. package/esm2022/core/form-field/form-field-ref.mjs +1 -1
  85. package/esm2022/core/formatters/date/formatter.mjs +1 -1
  86. package/esm2022/core/formatters/date/formatter.pipe.mjs +1 -1
  87. package/esm2022/core/formatters/index.mjs +2 -2
  88. package/esm2022/core/formatters/number/formatter.mjs +19 -20
  89. package/esm2022/core/forms/forms-module.mjs +1 -1
  90. package/esm2022/core/forms/forms.directive.mjs +1 -1
  91. package/esm2022/core/forms/index.mjs +2 -2
  92. package/esm2022/core/highlight/highlight.pipe.mjs +1 -1
  93. package/esm2022/core/highlight/index.mjs +1 -1
  94. package/esm2022/core/label/label-options.mjs +1 -1
  95. package/esm2022/core/line/line.mjs +2 -2
  96. package/esm2022/core/locales/en-US.mjs +1 -1
  97. package/esm2022/core/locales/es-LA.mjs +1 -1
  98. package/esm2022/core/locales/fa-IR.mjs +1 -1
  99. package/esm2022/core/locales/index.mjs +2 -2
  100. package/esm2022/core/locales/locale-service.mjs +8 -5
  101. package/esm2022/core/locales/locale-service.module.mjs +1 -1
  102. package/esm2022/core/locales/pt-BR.mjs +1 -1
  103. package/esm2022/core/locales/ru-RU.mjs +3 -3
  104. package/esm2022/core/locales/zh-CN.mjs +1 -1
  105. package/esm2022/core/option/action.mjs +20 -12
  106. package/esm2022/core/option/index.mjs +3 -3
  107. package/esm2022/core/option/optgroup.mjs +4 -4
  108. package/esm2022/core/option/option-module.mjs +1 -1
  109. package/esm2022/core/option/option.mjs +13 -7
  110. package/esm2022/core/overlay/overlay-position-map.mjs +1 -1
  111. package/esm2022/core/pop-up/pop-up-trigger.mjs +15 -23
  112. package/esm2022/core/pop-up/pop-up.mjs +1 -1
  113. package/esm2022/core/public-api.mjs +4 -4
  114. package/esm2022/core/select/common.mjs +2 -2
  115. package/esm2022/core/select/constants.mjs +1 -1
  116. package/esm2022/core/select/index.mjs +4 -4
  117. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  118. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +1 -1
  119. package/esm2022/core/services/measure-scrollbar.service.mjs +1 -1
  120. package/esm2022/core/services/theme.service.mjs +2 -4
  121. package/esm2022/core/title/title-text-ref.mjs +1 -1
  122. package/esm2022/core/utils/data-size/config.mjs +1 -1
  123. package/esm2022/core/utils/data-size/data-size.pipe.mjs +2 -3
  124. package/esm2022/core/utils/data-size/index.mjs +2 -2
  125. package/esm2022/core/utils/data-size/size.mjs +3 -6
  126. package/esm2022/core/utils/public-api.mjs +2 -2
  127. package/esm2022/core/utils/utils.mjs +4 -2
  128. package/esm2022/core/validation/validation.mjs +4 -2
  129. package/esm2022/core/version.mjs +2 -2
  130. package/esm2022/datepicker/calendar-body.component.mjs +3 -3
  131. package/esm2022/datepicker/calendar-header.component.mjs +8 -7
  132. package/esm2022/datepicker/calendar.component.mjs +6 -6
  133. package/esm2022/datepicker/datepicker-animations.mjs +1 -1
  134. package/esm2022/datepicker/datepicker-errors.mjs +1 -1
  135. package/esm2022/datepicker/datepicker-input.directive.mjs +42 -34
  136. package/esm2022/datepicker/datepicker-intl.mjs +1 -1
  137. package/esm2022/datepicker/datepicker-module.mjs +2 -2
  138. package/esm2022/datepicker/datepicker-toggle.component.mjs +11 -10
  139. package/esm2022/datepicker/datepicker.component.mjs +15 -15
  140. package/esm2022/datepicker/month-view.component.mjs +14 -13
  141. package/esm2022/datepicker/public-api.mjs +5 -5
  142. package/esm2022/divider/divider.component.mjs +1 -1
  143. package/esm2022/divider/divider.module.mjs +1 -1
  144. package/esm2022/dl/dl.component.mjs +1 -1
  145. package/esm2022/dl/dl.module.mjs +2 -2
  146. package/esm2022/dl/public-api.mjs +2 -2
  147. package/esm2022/dropdown/dropdown-animations.mjs +2 -2
  148. package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
  149. package/esm2022/dropdown/dropdown-item.component.mjs +5 -5
  150. package/esm2022/dropdown/dropdown-trigger.directive.mjs +22 -28
  151. package/esm2022/dropdown/dropdown.component.mjs +10 -18
  152. package/esm2022/dropdown/dropdown.module.mjs +1 -1
  153. package/esm2022/dropdown/dropdown.types.mjs +1 -1
  154. package/esm2022/dropdown/public-api.mjs +6 -6
  155. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +3 -3
  156. package/esm2022/empty-state/empty-state.component.mjs +1 -1
  157. package/esm2022/empty-state/empty-state.module.mjs +2 -2
  158. package/esm2022/empty-state/public-api.mjs +2 -2
  159. package/esm2022/file-upload/file-drop.mjs +2 -2
  160. package/esm2022/file-upload/file-upload.mjs +1 -1
  161. package/esm2022/file-upload/file-upload.module.mjs +2 -2
  162. package/esm2022/file-upload/index.mjs +1 -1
  163. package/esm2022/file-upload/multiple-file-upload.component.mjs +16 -12
  164. package/esm2022/file-upload/public-api.mjs +2 -2
  165. package/esm2022/file-upload/single-file-upload.component.mjs +14 -10
  166. package/esm2022/form-field/cleaner.mjs +13 -3
  167. package/esm2022/form-field/form-field-control.mjs +1 -1
  168. package/esm2022/form-field/form-field-errors.mjs +1 -1
  169. package/esm2022/form-field/form-field.mjs +8 -13
  170. package/esm2022/form-field/form-field.module.mjs +1 -1
  171. package/esm2022/form-field/hint.mjs +2 -2
  172. package/esm2022/form-field/password-hint.mjs +13 -13
  173. package/esm2022/form-field/password-toggle.mjs +4 -7
  174. package/esm2022/form-field/prefix.mjs +1 -1
  175. package/esm2022/form-field/public-api.mjs +4 -4
  176. package/esm2022/form-field/stepper.mjs +33 -29
  177. package/esm2022/form-field/suffix.mjs +1 -1
  178. package/esm2022/form-field/validate.directive.mjs +6 -5
  179. package/esm2022/icon/icon-button.component.mjs +2 -2
  180. package/esm2022/icon/icon-item.component.mjs +1 -1
  181. package/esm2022/icon/icon.component.mjs +3 -4
  182. package/esm2022/icon/icon.module.mjs +1 -1
  183. package/esm2022/icon/public-api.mjs +3 -3
  184. package/esm2022/input/input-number-validators.mjs +1 -1
  185. package/esm2022/input/input-number.mjs +34 -35
  186. package/esm2022/input/input-password.mjs +13 -7
  187. package/esm2022/input/input-value-accessor.mjs +1 -1
  188. package/esm2022/input/input.mjs +13 -7
  189. package/esm2022/input/input.module.mjs +1 -1
  190. package/esm2022/input/public-api.mjs +3 -3
  191. package/esm2022/link/link.component.mjs +2 -2
  192. package/esm2022/link/link.module.mjs +1 -1
  193. package/esm2022/link/public-api.mjs +2 -2
  194. package/esm2022/list/list-selection.component.mjs +34 -36
  195. package/esm2022/list/list.component.mjs +3 -3
  196. package/esm2022/list/list.module.mjs +2 -2
  197. package/esm2022/list/public-api.mjs +3 -3
  198. package/esm2022/loader-overlay/loader-overlay.component.mjs +3 -3
  199. package/esm2022/loader-overlay/loader-overlay.module.mjs +1 -1
  200. package/esm2022/loader-overlay/public-api.mjs +2 -2
  201. package/esm2022/markdown/markdown.component.mjs +20 -6
  202. package/esm2022/markdown/markdown.module.mjs +1 -1
  203. package/esm2022/markdown/markdown.service.mjs +1 -1
  204. package/esm2022/modal/css-unit.pipe.mjs +1 -1
  205. package/esm2022/modal/modal-control.service.mjs +3 -2
  206. package/esm2022/modal/modal-ref.class.mjs +1 -1
  207. package/esm2022/modal/modal-util.mjs +1 -1
  208. package/esm2022/modal/modal.component.mjs +50 -27
  209. package/esm2022/modal/modal.directive.mjs +27 -11
  210. package/esm2022/modal/modal.module.mjs +2 -2
  211. package/esm2022/modal/modal.service.mjs +3 -2
  212. package/esm2022/modal/modal.type.mjs +1 -1
  213. package/esm2022/modal/public-api.mjs +3 -3
  214. package/esm2022/navbar/index.mjs +1 -1
  215. package/esm2022/navbar/navbar-item.component.mjs +37 -28
  216. package/esm2022/navbar/navbar.component.mjs +19 -28
  217. package/esm2022/navbar/navbar.module.mjs +2 -2
  218. package/esm2022/navbar/public-api.mjs +3 -3
  219. package/esm2022/navbar/vertical-navbar.component.mjs +17 -18
  220. package/esm2022/popover/popover-animations.mjs +1 -1
  221. package/esm2022/popover/popover-confirm.component.mjs +3 -3
  222. package/esm2022/popover/popover.component.mjs +5 -5
  223. package/esm2022/popover/popover.module.mjs +1 -1
  224. package/esm2022/popover/public-api.mjs +3 -3
  225. package/esm2022/progress-bar/progress-bar.component.mjs +4 -4
  226. package/esm2022/progress-bar/progress-bar.module.mjs +2 -2
  227. package/esm2022/progress-bar/public-api.mjs +2 -2
  228. package/esm2022/progress-spinner/progress-spinner.component.mjs +4 -4
  229. package/esm2022/progress-spinner/progress-spinner.module.mjs +1 -1
  230. package/esm2022/progress-spinner/public-api.mjs +2 -2
  231. package/esm2022/radio/public-api.mjs +2 -2
  232. package/esm2022/radio/radio.component.mjs +9 -10
  233. package/esm2022/radio/radio.module.mjs +1 -1
  234. package/esm2022/risk-level/public-api.mjs +2 -2
  235. package/esm2022/risk-level/risk-level.component.mjs +1 -1
  236. package/esm2022/risk-level/risk-level.module.mjs +1 -1
  237. package/esm2022/scrollbar/public-api.mjs +2 -2
  238. package/esm2022/scrollbar/scrollbar.component.mjs +13 -11
  239. package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
  240. package/esm2022/scrollbar/scrollbar.module.mjs +2 -2
  241. package/esm2022/scrollbar/scrollbar.types.mjs +3 -2
  242. package/esm2022/select/public-api.mjs +3 -3
  243. package/esm2022/select/select-option.directive.mjs +8 -5
  244. package/esm2022/select/select.component.mjs +41 -64
  245. package/esm2022/select/select.module.mjs +1 -1
  246. package/esm2022/sidebar/public-api.mjs +2 -2
  247. package/esm2022/sidebar/sidebar-animations.mjs +1 -1
  248. package/esm2022/sidebar/sidebar.component.mjs +3 -3
  249. package/esm2022/sidebar/sidebar.module.mjs +1 -1
  250. package/esm2022/sidepanel/public-api.mjs +4 -4
  251. package/esm2022/sidepanel/sidepanel-animations.mjs +7 -3
  252. package/esm2022/sidepanel/sidepanel-config.mjs +1 -1
  253. package/esm2022/sidepanel/sidepanel-container.component.mjs +4 -4
  254. package/esm2022/sidepanel/sidepanel-directives.mjs +30 -16
  255. package/esm2022/sidepanel/sidepanel-ref.mjs +10 -4
  256. package/esm2022/sidepanel/sidepanel.module.mjs +1 -1
  257. package/esm2022/sidepanel/sidepanel.service.mjs +11 -14
  258. package/esm2022/splitter/public-api.mjs +2 -2
  259. package/esm2022/splitter/splitter.component.mjs +13 -23
  260. package/esm2022/splitter/splitter.module.mjs +1 -1
  261. package/esm2022/table/public-api.mjs +2 -2
  262. package/esm2022/table/table.component.mjs +1 -1
  263. package/esm2022/table/table.module.mjs +1 -1
  264. package/esm2022/tabs/paginated-tab-header.mjs +8 -11
  265. package/esm2022/tabs/public-api.mjs +6 -6
  266. package/esm2022/tabs/tab-body.component.mjs +9 -9
  267. package/esm2022/tabs/tab-content.directive.mjs +1 -1
  268. package/esm2022/tabs/tab-group.component.mjs +11 -13
  269. package/esm2022/tabs/tab-header.component.mjs +4 -4
  270. package/esm2022/tabs/tab-label-wrapper.directive.mjs +1 -1
  271. package/esm2022/tabs/tab-label.directive.mjs +1 -1
  272. package/esm2022/tabs/tab-nav-bar/index.mjs +1 -1
  273. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
  274. package/esm2022/tabs/tab.component.mjs +4 -6
  275. package/esm2022/tabs/tabs-animations.mjs +1 -1
  276. package/esm2022/tabs/tabs.module.mjs +2 -2
  277. package/esm2022/tags/public-api.mjs +5 -5
  278. package/esm2022/tags/tag-default-options.mjs +1 -1
  279. package/esm2022/tags/tag-input.mjs +12 -14
  280. package/esm2022/tags/tag-list.component.mjs +14 -20
  281. package/esm2022/tags/tag-text-control.mjs +1 -1
  282. package/esm2022/tags/tag.component.mjs +5 -7
  283. package/esm2022/tags/tag.module.mjs +9 -5
  284. package/esm2022/textarea/index.mjs +1 -1
  285. package/esm2022/textarea/textarea.component.mjs +4 -6
  286. package/esm2022/textarea/textarea.module.mjs +1 -1
  287. package/esm2022/timepicker/public-api.mjs +2 -2
  288. package/esm2022/timepicker/timepicker.constants.mjs +6 -1
  289. package/esm2022/timepicker/timepicker.directive.mjs +62 -26
  290. package/esm2022/timepicker/timepicker.module.mjs +1 -1
  291. package/esm2022/timezone/cities-by-filter.pipe.mjs +1 -1
  292. package/esm2022/timezone/timezone-option.component.mjs +12 -11
  293. package/esm2022/timezone/timezone-option.directive.mjs +3 -3
  294. package/esm2022/timezone/timezone-select.component.mjs +5 -5
  295. package/esm2022/timezone/timezone.module.mjs +1 -1
  296. package/esm2022/timezone/timezone.utils.mjs +5 -9
  297. package/esm2022/timezone/utc-offset.pipe.mjs +1 -1
  298. package/esm2022/title/public-api.mjs +2 -2
  299. package/esm2022/title/title.directive.mjs +9 -5
  300. package/esm2022/title/title.module.mjs +1 -1
  301. package/esm2022/toast/public-api.mjs +4 -4
  302. package/esm2022/toast/toast-animations.mjs +2 -2
  303. package/esm2022/toast/toast-container.component.mjs +3 -4
  304. package/esm2022/toast/toast.component.mjs +5 -5
  305. package/esm2022/toast/toast.module.mjs +1 -1
  306. package/esm2022/toast/toast.service.mjs +14 -30
  307. package/esm2022/toast/toast.type.mjs +1 -1
  308. package/esm2022/toggle/public-api.mjs +2 -2
  309. package/esm2022/toggle/toggle.component.mjs +17 -9
  310. package/esm2022/toggle/toggle.module.mjs +1 -1
  311. package/esm2022/tooltip/public-api.mjs +2 -2
  312. package/esm2022/tooltip/tooltip.animations.mjs +1 -1
  313. package/esm2022/tooltip/tooltip.component.mjs +7 -5
  314. package/esm2022/tooltip/tooltip.module.mjs +2 -2
  315. package/esm2022/tree/control/base-tree-control.mjs +1 -1
  316. package/esm2022/tree/control/flat-tree-control.filters.mjs +4 -7
  317. package/esm2022/tree/control/flat-tree-control.mjs +4 -7
  318. package/esm2022/tree/control/nested-tree-control.mjs +1 -1
  319. package/esm2022/tree/control/tree-control.mjs +1 -1
  320. package/esm2022/tree/data-source/flat-data-source.mjs +3 -8
  321. package/esm2022/tree/data-source/nested-data-source.mjs +2 -3
  322. package/esm2022/tree/node.mjs +1 -1
  323. package/esm2022/tree/outlet.mjs +1 -1
  324. package/esm2022/tree/padding.directive.mjs +4 -5
  325. package/esm2022/tree/public-api.mjs +11 -11
  326. package/esm2022/tree/toggle.mjs +8 -5
  327. package/esm2022/tree/tree-base.mjs +3 -3
  328. package/esm2022/tree/tree-errors.mjs +1 -1
  329. package/esm2022/tree/tree-option.component.mjs +9 -13
  330. package/esm2022/tree/tree-selection.component.mjs +17 -36
  331. package/esm2022/tree/tree.mjs +7 -3
  332. package/esm2022/tree/tree.module.mjs +4 -4
  333. package/esm2022/tree-select/public-api.mjs +2 -2
  334. package/esm2022/tree-select/tree-select.component.mjs +54 -64
  335. package/esm2022/tree-select/tree-select.module.mjs +1 -1
  336. package/fesm2022/koobiq-components-alert.mjs +6 -6
  337. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  338. package/fesm2022/koobiq-components-autocomplete.mjs +58 -61
  339. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  340. package/fesm2022/koobiq-components-badge.mjs +8 -6
  341. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  342. package/fesm2022/koobiq-components-button-toggle.mjs +26 -18
  343. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  344. package/fesm2022/koobiq-components-button.mjs +14 -11
  345. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  346. package/fesm2022/koobiq-components-card.mjs +2 -2
  347. package/fesm2022/koobiq-components-card.mjs.map +1 -1
  348. package/fesm2022/koobiq-components-checkbox.mjs +3 -3
  349. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  350. package/fesm2022/koobiq-components-code-block.mjs +33 -28
  351. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  352. package/fesm2022/koobiq-components-core.mjs +323 -315
  353. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  354. package/fesm2022/koobiq-components-datepicker.mjs +100 -89
  355. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  356. package/fesm2022/koobiq-components-divider.mjs.map +1 -1
  357. package/fesm2022/koobiq-components-dl.mjs +3 -3
  358. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  359. package/fesm2022/koobiq-components-dropdown.mjs +124 -138
  360. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  361. package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
  362. package/fesm2022/koobiq-components-empty-state.mjs +3 -3
  363. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  364. package/fesm2022/koobiq-components-file-upload.mjs +45 -37
  365. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  366. package/fesm2022/koobiq-components-form-field.mjs +69 -62
  367. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  368. package/fesm2022/koobiq-components-icon.mjs +3 -4
  369. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  370. package/fesm2022/koobiq-components-input.mjs +61 -50
  371. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  372. package/fesm2022/koobiq-components-link.mjs +1 -1
  373. package/fesm2022/koobiq-components-link.mjs.map +1 -1
  374. package/fesm2022/koobiq-components-list.mjs +39 -41
  375. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  376. package/fesm2022/koobiq-components-loader-overlay.mjs +6 -6
  377. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  378. package/fesm2022/koobiq-components-markdown.mjs +18 -4
  379. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  380. package/fesm2022/koobiq-components-modal.mjs +84 -44
  381. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  382. package/fesm2022/koobiq-components-navbar.mjs +74 -75
  383. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  384. package/fesm2022/koobiq-components-popover.mjs +12 -12
  385. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  386. package/fesm2022/koobiq-components-progress-bar.mjs +5 -5
  387. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  388. package/fesm2022/koobiq-components-progress-spinner.mjs +5 -5
  389. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  390. package/fesm2022/koobiq-components-radio.mjs +11 -12
  391. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  392. package/fesm2022/koobiq-components-risk-level.mjs +2 -2
  393. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  394. package/fesm2022/koobiq-components-scrollbar.mjs +15 -12
  395. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  396. package/fesm2022/koobiq-components-select.mjs +52 -72
  397. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  398. package/fesm2022/koobiq-components-sidebar.mjs +3 -3
  399. package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
  400. package/fesm2022/koobiq-components-sidepanel.mjs +108 -87
  401. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  402. package/fesm2022/koobiq-components-splitter.mjs +15 -25
  403. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  404. package/fesm2022/koobiq-components-table.mjs +3 -3
  405. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  406. package/fesm2022/koobiq-components-tabs.mjs +36 -43
  407. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  408. package/fesm2022/koobiq-components-tags.mjs +38 -44
  409. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  410. package/fesm2022/koobiq-components-textarea.mjs +2 -4
  411. package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
  412. package/fesm2022/koobiq-components-timepicker.mjs +69 -28
  413. package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
  414. package/fesm2022/koobiq-components-timezone.mjs +16 -19
  415. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  416. package/fesm2022/koobiq-components-title.mjs +11 -7
  417. package/fesm2022/koobiq-components-title.mjs.map +1 -1
  418. package/fesm2022/koobiq-components-toast.mjs +69 -86
  419. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  420. package/fesm2022/koobiq-components-toggle.mjs +17 -9
  421. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  422. package/fesm2022/koobiq-components-tooltip.mjs +10 -8
  423. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  424. package/fesm2022/koobiq-components-tree-select.mjs +63 -73
  425. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  426. package/fesm2022/koobiq-components-tree.mjs +506 -535
  427. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  428. package/file-upload/multiple-file-upload.component.d.ts +2 -2
  429. package/file-upload/public-api.d.ts +1 -1
  430. package/file-upload/single-file-upload.component.d.ts +2 -2
  431. package/form-field/public-api.d.ts +3 -3
  432. package/icon/public-api.d.ts +2 -2
  433. package/input/public-api.d.ts +2 -2
  434. package/link/_link-theme.scss +2 -0
  435. package/link/link.component.d.ts +1 -1
  436. package/link/public-api.d.ts +1 -1
  437. package/list/list-selection.component.d.ts +2 -2
  438. package/list/list.scss +1 -1
  439. package/list/public-api.d.ts +2 -2
  440. package/loader-overlay/public-api.d.ts +1 -1
  441. package/modal/README.md +1 -1
  442. package/modal/modal.directive.d.ts +3 -3
  443. package/modal/modal.type.d.ts +2 -2
  444. package/modal/public-api.d.ts +2 -2
  445. package/navbar/_navbar-item_horizontal.scss +31 -23
  446. package/navbar/_navbar-item_vertical.scss +0 -2
  447. package/navbar/navbar-item.scss +7 -0
  448. package/navbar/public-api.d.ts +2 -2
  449. package/package.json +4 -4
  450. package/popover/popover.component.d.ts +1 -1
  451. package/popover/public-api.d.ts +2 -2
  452. package/prebuilt-themes/dark-theme.css +1 -1
  453. package/prebuilt-themes/light-theme.css +1 -1
  454. package/progress-bar/public-api.d.ts +1 -1
  455. package/progress-spinner/public-api.d.ts +1 -1
  456. package/radio/_radio-theme.scss +1 -0
  457. package/radio/public-api.d.ts +1 -1
  458. package/radio/radio.scss +12 -2
  459. package/risk-level/public-api.d.ts +1 -1
  460. package/schematics/ng-add/index.js +2 -2
  461. package/scrollbar/public-api.d.ts +1 -1
  462. package/scrollbar/scrollbar.directive.d.ts +1 -1
  463. package/scrollbar/scrollbar.types.d.ts +1 -1
  464. package/select/public-api.d.ts +2 -2
  465. package/select/select.component.d.ts +1 -1
  466. package/sidebar/public-api.d.ts +1 -1
  467. package/sidepanel/public-api.d.ts +3 -3
  468. package/sidepanel/sidepanel.scss +1 -1
  469. package/splitter/public-api.d.ts +1 -1
  470. package/table/public-api.d.ts +1 -1
  471. package/tabs/paginated-tab-header.d.ts +1 -1
  472. package/tabs/public-api.d.ts +5 -5
  473. package/tabs/tab-body.component.d.ts +3 -3
  474. package/tabs/tab-group.component.d.ts +1 -1
  475. package/tags/public-api.d.ts +4 -4
  476. package/tags/tag-input.d.ts +1 -1
  477. package/textarea/textarea.component.d.ts +1 -1
  478. package/timepicker/public-api.d.ts +1 -1
  479. package/timepicker/timepicker.constants.d.ts +2 -0
  480. package/timepicker/timepicker.directive.d.ts +10 -3
  481. package/timezone/timezone-option.directive.d.ts +1 -1
  482. package/timezone/timezone.utils.d.ts +1 -1
  483. package/title/public-api.d.ts +1 -1
  484. package/toast/public-api.d.ts +3 -3
  485. package/toast/toast.service.d.ts +2 -2
  486. package/toast/toast.type.d.ts +1 -1
  487. package/toggle/public-api.d.ts +1 -1
  488. package/tooltip/public-api.d.ts +1 -1
  489. package/tooltip/tooltip.component.d.ts +2 -2
  490. package/tree/public-api.d.ts +10 -10
  491. package/tree/tree-base.d.ts +1 -1
  492. package/tree/tree-option.component.d.ts +1 -1
  493. package/tree/tree-selection.component.d.ts +1 -1
  494. package/tree-select/public-api.d.ts +1 -1
  495. package/tree-select/tree-select.component.d.ts +6 -4
@@ -1,2 +1,2 @@
1
- export * from './alert.module';
2
1
  export * from './alert.component';
2
+ export * from './alert.module';
@@ -1,4 +1,4 @@
1
+ export * from './autocomplete-origin.directive';
2
+ export * from './autocomplete-trigger.directive';
1
3
  export * from './autocomplete.component';
2
4
  export * from './autocomplete.module';
3
- export * from './autocomplete-trigger.directive';
4
- export * from './autocomplete-origin.directive';
@@ -1,2 +1,2 @@
1
- export * from './badge.module';
2
1
  export * from './badge.component';
2
+ export * from './badge.module';
@@ -1,6 +1,6 @@
1
1
  import { FocusMonitor } from '@angular/cdk/a11y';
2
- import { ChangeDetectorRef, ElementRef, OnDestroy, Renderer2, QueryList, AfterContentInit } from '@angular/core';
3
- import { CanColor, CanDisable, CanColorCtor, HasTabIndexCtor, KbqTitleTextRef } from '@koobiq/components/core';
2
+ import { AfterContentInit, ChangeDetectorRef, ElementRef, OnDestroy, QueryList, Renderer2 } from '@angular/core';
3
+ import { CanColor, CanColorCtor, CanDisable, HasTabIndexCtor, KbqTitleTextRef } from '@koobiq/components/core';
4
4
  import { KbqIcon } from '@koobiq/components/icon';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare enum KbqButtonStyles {
@@ -1,2 +1,2 @@
1
- export * from './button.module';
2
1
  export * from './button.component';
2
+ export * from './button.module';
@@ -1,2 +1,2 @@
1
- export * from './button-toggle.module';
2
1
  export * from './button-toggle.component';
2
+ export * from './button-toggle.module';
@@ -1,5 +1,5 @@
1
1
  import { FocusMonitor } from '@angular/cdk/a11y';
2
- import { ElementRef, OnDestroy, EventEmitter } from '@angular/core';
2
+ import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
3
3
  import { CanColorCtor } from '@koobiq/components/core';
4
4
  import * as i0 from "@angular/core";
5
5
  /** @docs-private */
@@ -1,2 +1,2 @@
1
- export * from './card.module';
2
1
  export * from './card.component';
2
+ export * from './card.module';
@@ -1,9 +1,9 @@
1
+ import { FocusMonitor } from '@angular/cdk/a11y';
1
2
  import { Clipboard } from '@angular/cdk/clipboard';
2
- import { InjectionToken, ElementRef, ChangeDetectorRef, OnDestroy, Renderer2, AfterViewInit } from '@angular/core';
3
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, InjectionToken, OnDestroy, Renderer2 } from '@angular/core';
3
4
  import { KbqTabChangeEvent, KbqTabGroup } from '@koobiq/components/tabs';
4
5
  import { Subject } from 'rxjs';
5
6
  import { KbqCodeBlockConfiguration, KbqCodeFile } from './code-block.types';
6
- import { FocusMonitor } from '@angular/cdk/a11y';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare const COPIED_MESSAGE_TOOLTIP_TIMEOUT = 100;
9
9
  export declare const DEFAULT_EXTENSION = "txt";
@@ -1,3 +1,3 @@
1
+ export * from './code-block.component';
1
2
  export * from './code-block.module';
2
3
  export * from './code-block.types';
3
- export * from './code-block.component';
@@ -1,3 +1,3 @@
1
- export { fadeAnimation } from './fade-animations';
2
1
  export * from './animation';
2
+ export { fadeAnimation } from './fade-animations';
3
3
  export { kbqSelectAnimations } from './select-animations';
@@ -1,7 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- export { KbqCommonModule, KBQ_SANITY_CHECKS } from './common-module';
2
+ export { CanColor, CanColorCtor, KbqComponentColors, ThemePalette, mixinColor } from './color';
3
+ export { KBQ_SANITY_CHECKS, KbqCommonModule } from './common-module';
3
4
  export { CanDisable, CanDisableCtor, mixinDisabled } from './disabled';
4
- export { CanColor, CanColorCtor, mixinColor, ThemePalette, KbqComponentColors } from './color';
5
+ export { CanUpdateErrorState, CanUpdateErrorStateCtor, mixinErrorState } from './error-state';
5
6
  export { HasTabIndex, HasTabIndexCtor, mixinTabIndex } from './tabindex';
6
- export { CanUpdateErrorStateCtor, CanUpdateErrorState, mixinErrorState } from './error-state';
7
7
  export declare const KBQ_PARENT_ANIMATION_COMPONENT: InjectionToken<any>;
@@ -1,2 +1,2 @@
1
- export * from './date-formats';
2
1
  export * from './date-adapter';
2
+ export * from './date-formats';
@@ -6,6 +6,6 @@ export declare class KbqFormattersModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<KbqFormattersModule, [typeof i1.KbqDecimalPipe, typeof i1.KbqRoundDecimalPipe, typeof i1.KbqTableNumberPipe, typeof i2.AbsoluteDateFormatterPipe, typeof i2.AbsoluteDateTimeFormatterPipe, typeof i2.AbsoluteDateShortFormatterPipe, typeof i2.AbsoluteShortDateTimeFormatterPipe, typeof i2.RelativeDateFormatterPipe, typeof i2.RelativeDateTimeFormatterPipe, typeof i2.RelativeShortDateFormatterPipe, typeof i2.RelativeShortDateTimeFormatterPipe, typeof i2.RangeDateFormatterPipe, typeof i2.RangeShortDateFormatterPipe, typeof i2.RangeDateTimeFormatterPipe, typeof i2.RangeShortDateTimeFormatterPipe, typeof i2.RangeMiddleDateTimeFormatterPipe], never, [typeof i1.KbqDecimalPipe, typeof i1.KbqRoundDecimalPipe, typeof i1.KbqTableNumberPipe, typeof i2.AbsoluteDateFormatterPipe, typeof i2.AbsoluteDateTimeFormatterPipe, typeof i2.AbsoluteDateShortFormatterPipe, typeof i2.AbsoluteShortDateTimeFormatterPipe, typeof i2.RelativeDateFormatterPipe, typeof i2.RelativeDateTimeFormatterPipe, typeof i2.RelativeShortDateFormatterPipe, typeof i2.RelativeShortDateTimeFormatterPipe, typeof i2.RangeDateFormatterPipe, typeof i2.RangeShortDateFormatterPipe, typeof i2.RangeDateTimeFormatterPipe, typeof i2.RangeShortDateTimeFormatterPipe, typeof i2.RangeMiddleDateTimeFormatterPipe]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqFormattersModule>;
8
8
  }
9
- export * from './number/formatter';
10
9
  export * from './date/formatter';
11
10
  export * from './date/formatter.pipe';
11
+ export * from './number/formatter';
@@ -1,2 +1,2 @@
1
- export * from './forms.directive';
2
1
  export * from './forms-module';
2
+ export * from './forms.directive';
@@ -4,6 +4,6 @@ export * from './fa-IR';
4
4
  export * from './pt-BR';
5
5
  export * from './ru-RU';
6
6
  export * from './zh-CN';
7
+ export * from './formatters';
7
8
  export * from './locale-service';
8
9
  export * from './locale-service.module';
9
- export * from './formatters';
@@ -1,4 +1,4 @@
1
- export * from './option';
2
- export * from './optgroup';
3
1
  export * from './action';
2
+ export * from './optgroup';
3
+ export * from './option';
4
4
  export * from './option-module';
@@ -3,13 +3,13 @@
3
3
 
4
4
  @use '../styles/common/vendor-prefixes';
5
5
  @use '../styles/tokens';
6
+ @use '../styles/common/tokens' as *;
6
7
 
7
8
  $tokens: meta.module-variables(tokens) !default;
8
9
 
9
10
  .kbq-optgroup-label {
10
- padding-left: var(--kbq-optgroup-size-padding-left, map.get($tokens, optgroup-size-padding-left));
11
+ padding-left: kbq-css-variable(size-m);
11
12
 
12
13
  @include vendor-prefixes.user-select(none);
13
-
14
14
  cursor: default;
15
15
  }
@@ -1,5 +1,5 @@
1
1
  import { Directionality } from '@angular/cdk/bidi';
2
- import { ConnectedOverlayPositionChange, ConnectionPositionPair, Overlay, OverlayRef, ScrollDispatcher, OverlayConfig } from '@angular/cdk/overlay';
2
+ import { ConnectedOverlayPositionChange, ConnectionPositionPair, Overlay, OverlayConfig, OverlayRef, ScrollDispatcher } from '@angular/cdk/overlay';
3
3
  import { ComponentPortal } from '@angular/cdk/portal';
4
4
  import { ElementRef, EventEmitter, NgZone, TemplateRef, Type, ViewContainerRef } from '@angular/core';
5
5
  import { Observable, Subject, Subscription } from 'rxjs';
@@ -2,21 +2,21 @@ export * from './animation/index';
2
2
  export * from './common-behaviors/index';
3
3
  export * from './datetime/index';
4
4
  export * from './error/error-options';
5
- export * from './formatters/index';
6
5
  export * from './form-field/index';
6
+ export * from './formatters/index';
7
7
  export * from './forms/index';
8
8
  export * from './highlight/index';
9
9
  export * from './label/label-options';
10
10
  export * from './line/line';
11
+ export * from './locales/index';
11
12
  export * from './option/index';
12
13
  export * from './overlay/overlay-position-map';
13
14
  export * from './pop-up/index';
14
15
  export * from './select/index';
15
16
  export * from './selection/index';
16
- export * from './locales/index';
17
- export * from './title/index';
18
17
  export * from './services/measure-scrollbar.service';
19
18
  export * from './services/theme.service';
19
+ export * from './title/index';
20
20
  export * from './utils/index';
21
21
  export * from './validation/index';
22
22
  export * from './version';
@@ -1,4 +1,4 @@
1
- import { ScrollStrategy, Overlay, RepositionScrollStrategy } from '@angular/cdk/overlay';
1
+ import { Overlay, RepositionScrollStrategy, ScrollStrategy } from '@angular/cdk/overlay';
2
2
  import { InjectionToken } from '@angular/core';
3
3
  /** The max height of the select's overlay panel */
4
4
  export declare const SELECT_PANEL_MAX_HEIGHT = 224;
@@ -1,4 +1,4 @@
1
- export * from './events';
2
- export * from './errors';
3
- export * from './constants';
4
1
  export * from './common';
2
+ export * from './constants';
3
+ export * from './errors';
4
+ export * from './events';
@@ -29,7 +29,7 @@
29
29
  display: flex;
30
30
  flex-direction: column;
31
31
  width: 100%;
32
- box-sizing: border-box;
32
+ box-sizing: content-box;
33
33
  overflow: hidden;
34
34
 
35
35
  // Must remove wrapper when lines are empty or it takes up horizontal
@@ -48,93 +48,54 @@
48
48
  }
49
49
 
50
50
  @mixin kbq-list-text() {
51
- $tokens: meta.module-variables(tokens) !default;
52
-
53
51
  @include kbq-line-wrapper-base();
54
52
  display: inline-block;
55
53
 
56
54
  @include kbq-truncate-line();
57
-
58
- padding-top: kbq-css-variable(list-size-text-padding-vertical);
59
- padding-bottom: kbq-css-variable(list-size-text-padding-vertical);
60
55
  }
61
56
 
62
57
  // This mixin provides all list-item styles, changing font size and height based on whether the list is in dense mode.
63
58
  @mixin kbq-list-item-base() {
64
- $tokens: meta.module-variables(tokens) !default;
65
-
66
- $outline-width: map.get($tokens, list-size-container-focus-outline-width);
67
-
68
- $padding-vertical: map.get($tokens, list-size-container-padding-vertical);
69
- $padding-left: map.get($tokens, list-size-container-padding-left);
70
- $padding-right: map.get($tokens, list-size-container-padding-right);
71
-
72
59
  position: relative;
73
-
74
60
  display: flex;
75
61
  flex-direction: row;
76
62
  align-items: center;
77
-
78
63
  box-sizing: border-box;
79
-
80
64
  outline: none;
81
65
  -webkit-tap-highlight-color: transparent;
82
-
83
66
  min-height: 32px;
67
+ gap: kbq-css-variable(size-s);
84
68
 
85
- gap: kbq-css-variable(list-size-container-content-gap-horizontal);
86
-
87
- border-width: kbq-css-variable(list-size-container-focus-outline-width);
88
- border-style: solid;
89
- border-color: transparent;
90
-
91
- padding: calc(
92
- var(--kbq-list-size-container-padding-vertical, $padding-vertical) - var(
93
- --kbq-list-size-container-focus-outline-width,
94
- $outline-width
95
- )
96
- )
97
- calc(
98
- var(--kbq-list-size-container-padding-right, $padding-right) - var(
99
- --kbq-list-size-container-focus-outline-width,
100
- $outline-width
101
- )
102
- )
103
- calc(
104
- var(--kbq-list-size-container-padding-vertical, $padding-vertical) - var(
105
- --kbq-list-size-container-focus-outline-width,
106
- $outline-width
107
- )
108
- )
109
- calc(
110
- var(--kbq-list-size-container-padding-left, $padding-left) - var(
111
- --kbq-list-size-container-focus-outline-width,
112
- $outline-width
113
- )
114
- );
69
+ border: kbq-css-variable(size-3xs) solid transparent;
70
+
71
+ padding-top: kbq-css-variable(size-xxs);
72
+ padding-left: kbq-css-variable(size-m);
73
+ padding-right: kbq-css-variable(size-m);
74
+ padding-bottom: kbq-css-variable(size-xxs);
115
75
 
116
76
  .kbq-list-text {
117
77
  @include kbq-list-text();
118
78
  }
119
79
 
120
80
  .kbq-list-option-caption {
121
- padding-top: kbq-css-variable(list-size-container-content-gap-vertical);
81
+ padding-top: kbq-css-variable(size-3xs);
122
82
  }
123
83
  }
124
84
 
125
85
  @mixin kbq-list-header-base() {
126
- $tokens: meta.module-variables(tokens) !default;
127
-
128
86
  display: flex;
129
87
  flex-direction: row;
130
88
  align-items: center;
131
-
132
89
  box-sizing: border-box;
133
-
134
90
  min-height: 32px;
135
91
 
136
- padding: kbq-css-variable(list-size-header-padding-top) kbq-css-variable(list-size-header-padding-horizontal)
137
- kbq-css-variable(list-size-header-padding-bottom) kbq-css-variable(list-size-header-padding-horizontal);
92
+ border-left: kbq-css-variable(size-3xs) solid transparent;
93
+ border-right: kbq-css-variable(size-3xs) solid transparent;
94
+
95
+ padding-top: kbq-css-variable(size-xs);
96
+ padding-left: kbq-css-variable(size-m);
97
+ padding-right: kbq-css-variable(size-m);
98
+ padding-bottom: kbq-css-variable(size-3xs);
138
99
 
139
100
  .kbq-list-text {
140
101
  @include kbq-list-text();
@@ -142,19 +103,19 @@
142
103
  }
143
104
 
144
105
  @mixin kbq-list-subheading-base() {
145
- $tokens: meta.module-variables(tokens) !default;
146
-
147
106
  display: flex;
148
107
  flex-direction: row;
149
108
  align-items: center;
150
-
151
109
  box-sizing: border-box;
152
-
153
110
  min-height: 32px;
154
111
 
155
- padding: kbq-css-variable(list-size-subheading-padding-top)
156
- kbq-css-variable(list-size-subheading-padding-horizontal) kbq-css-variable(list-size-subheading-padding-bottom)
157
- kbq-css-variable(list-size-subheading-padding-horizontal);
112
+ border-left: kbq-css-variable(size-3xs) solid transparent;
113
+ border-right: kbq-css-variable(size-3xs) solid transparent;
114
+
115
+ padding-top: kbq-css-variable(size-m);
116
+ padding-left: kbq-css-variable(size-m);
117
+ padding-right: kbq-css-variable(size-m);
118
+ padding-bottom: kbq-css-variable(size-xxs);
158
119
 
159
120
  .kbq-list-text {
160
121
  @include kbq-list-text();