@koobiq/components 18.0.0 → 18.2.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 (447) hide show
  1. package/accordion/README.md +0 -0
  2. package/accordion/_accordion-theme.scss +62 -0
  3. package/accordion/accordion-content.d.ts +6 -0
  4. package/accordion/accordion-header.d.ts +6 -0
  5. package/accordion/accordion-item.d.ts +6 -0
  6. package/accordion/accordion-tokens.scss +45 -0
  7. package/accordion/accordion-trigger.component.d.ts +11 -0
  8. package/accordion/accordion-trigger.component.scss +79 -0
  9. package/accordion/accordion.component.d.ts +20 -0
  10. package/accordion/accordion.component.scss +66 -0
  11. package/accordion/accordion.module.d.ts +12 -0
  12. package/accordion/index.d.ts +1 -0
  13. package/accordion/public-api.d.ts +6 -0
  14. package/alert/_alert-theme.scss +3 -3
  15. package/alert/alert-tokens.scss +2 -2
  16. package/alert/alert.component.scss +40 -39
  17. package/autocomplete/_autocomplete-theme.scss +2 -2
  18. package/autocomplete/autocomplete.scss +6 -6
  19. package/badge/_badge-theme.scss +5 -5
  20. package/badge/badge.component.scss +16 -16
  21. package/button/_button-base.scss +6 -6
  22. package/button/_button-theme.scss +11 -11
  23. package/button/button.dropdown-trigger.directive.d.ts +14 -0
  24. package/button/button.module.d.ts +2 -1
  25. package/button/button.scss +8 -8
  26. package/button/public-api.d.ts +1 -0
  27. package/button-toggle/_button-toggle-theme.scss +5 -5
  28. package/button-toggle/button-toggle.scss +11 -11
  29. package/checkbox/_checkbox-theme.scss +22 -22
  30. package/checkbox/checkbox-tokens.scss +2 -2
  31. package/checkbox/checkbox.scss +16 -16
  32. package/code-block/_code-block-theme.scss +15 -15
  33. package/code-block/actionbar.component.scss +4 -4
  34. package/code-block/code-block.scss +18 -19
  35. package/core/forms/_forms-theme.scss +2 -2
  36. package/core/forms/_forms.scss +12 -12
  37. package/core/option/_optgroup-theme.scss +2 -2
  38. package/core/option/_option-action-theme.scss +6 -6
  39. package/core/option/_option-theme.scss +5 -5
  40. package/core/option/action.scss +2 -2
  41. package/core/option/optgroup.scss +1 -1
  42. package/core/pop-up/pop-up-trigger.d.ts +5 -1
  43. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +8 -8
  44. package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +2 -2
  45. package/core/selection/pseudo-checkbox/pseudo-checkbox.scss +8 -8
  46. package/core/styles/common/_groups.scss +4 -4
  47. package/core/styles/common/_list.scss +19 -19
  48. package/core/styles/common/_popup.scss +3 -3
  49. package/core/styles/common/_select.scss +13 -13
  50. package/core/styles/common/_tokens.scss +8 -19
  51. package/core/styles/theming/_scrollbar-theme.scss +11 -11
  52. package/core/styles/typography/_typography.scss +15 -0
  53. package/core/styles/visual/_layout.scss +13 -13
  54. package/datepicker/_datepicker-theme.scss +15 -15
  55. package/datepicker/calendar-body.scss +2 -2
  56. package/datepicker/calendar-header.scss +3 -3
  57. package/datepicker/calendar.scss +6 -6
  58. package/datepicker/datepicker-content.scss +4 -4
  59. package/datepicker/datepicker-toggle.scss +2 -2
  60. package/divider/_divider-theme.scss +1 -1
  61. package/divider/divider.scss +6 -6
  62. package/dl/_dl-theme.scss +2 -2
  63. package/dl/dl.scss +4 -4
  64. package/dropdown/_dropdown-theme.scss +7 -7
  65. package/dropdown/dropdown-item.scss +2 -2
  66. package/dropdown/dropdown.scss +5 -5
  67. package/empty-state/_empty-state-theme.scss +4 -4
  68. package/empty-state/empty-state.scss +18 -20
  69. package/esm2022/accordion/accordion-content.mjs +19 -0
  70. package/esm2022/accordion/accordion-header.mjs +19 -0
  71. package/esm2022/accordion/accordion-item.mjs +25 -0
  72. package/esm2022/accordion/accordion-trigger.component.mjs +60 -0
  73. package/esm2022/accordion/accordion.component.mjs +40 -0
  74. package/esm2022/accordion/accordion.module.mjs +44 -0
  75. package/esm2022/accordion/index.mjs +2 -0
  76. package/esm2022/accordion/koobiq-components-accordion.mjs +5 -0
  77. package/esm2022/accordion/public-api.mjs +7 -0
  78. package/esm2022/alert/alert.component.mjs +13 -13
  79. package/esm2022/alert/alert.module.mjs +4 -4
  80. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +3 -3
  81. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  82. package/esm2022/autocomplete/autocomplete.component.mjs +5 -5
  83. package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
  84. package/esm2022/badge/badge.component.mjs +10 -10
  85. package/esm2022/badge/badge.module.mjs +4 -4
  86. package/esm2022/button/button.component.mjs +8 -8
  87. package/esm2022/button/button.dropdown-trigger.directive.mjs +28 -0
  88. package/esm2022/button/button.module.mjs +14 -9
  89. package/esm2022/button/public-api.mjs +2 -1
  90. package/esm2022/button-toggle/button-toggle.component.mjs +8 -8
  91. package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
  92. package/esm2022/checkbox/checkbox-module.mjs +4 -4
  93. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  94. package/esm2022/checkbox/checkbox.mjs +4 -4
  95. package/esm2022/code-block/actionbar.component.mjs +4 -4
  96. package/esm2022/code-block/code-block.component.mjs +4 -4
  97. package/esm2022/code-block/code-block.module.mjs +4 -4
  98. package/esm2022/core/common-behaviors/common-module.mjs +4 -4
  99. package/esm2022/core/error/error-options.mjs +6 -6
  100. package/esm2022/core/formatters/date/formatter.mjs +3 -3
  101. package/esm2022/core/formatters/date/formatter.pipe.mjs +39 -39
  102. package/esm2022/core/formatters/index.mjs +4 -4
  103. package/esm2022/core/formatters/number/formatter.mjs +12 -12
  104. package/esm2022/core/forms/forms-module.mjs +4 -4
  105. package/esm2022/core/forms/forms.directive.mjs +6 -6
  106. package/esm2022/core/highlight/highlight.pipe.mjs +3 -3
  107. package/esm2022/core/highlight/index.mjs +4 -4
  108. package/esm2022/core/line/line.mjs +7 -7
  109. package/esm2022/core/locales/locale-service.mjs +3 -3
  110. package/esm2022/core/locales/locale-service.module.mjs +4 -4
  111. package/esm2022/core/option/action.mjs +5 -5
  112. package/esm2022/core/option/optgroup.mjs +4 -4
  113. package/esm2022/core/option/option-module.mjs +4 -4
  114. package/esm2022/core/option/option.mjs +5 -5
  115. package/esm2022/core/pop-up/pop-up-trigger.mjs +17 -8
  116. package/esm2022/core/pop-up/pop-up.mjs +3 -3
  117. package/esm2022/core/select/common.mjs +15 -15
  118. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  119. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  120. package/esm2022/core/services/measure-scrollbar.service.mjs +3 -3
  121. package/esm2022/core/services/theme.service.mjs +3 -3
  122. package/esm2022/core/utils/data-size/data-size.pipe.mjs +3 -3
  123. package/esm2022/core/version.mjs +2 -2
  124. package/esm2022/datepicker/calendar-body.component.mjs +4 -4
  125. package/esm2022/datepicker/calendar-header.component.mjs +4 -4
  126. package/esm2022/datepicker/calendar.component.mjs +4 -4
  127. package/esm2022/datepicker/datepicker-input.directive.mjs +3 -3
  128. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  129. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  130. package/esm2022/datepicker/datepicker-toggle.component.mjs +7 -7
  131. package/esm2022/datepicker/datepicker.component.mjs +8 -8
  132. package/esm2022/datepicker/month-view.component.mjs +3 -3
  133. package/esm2022/divider/divider.component.mjs +4 -4
  134. package/esm2022/divider/divider.module.mjs +4 -4
  135. package/esm2022/dl/dl.component.mjs +10 -10
  136. package/esm2022/dl/dl.module.mjs +4 -4
  137. package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
  138. package/esm2022/dropdown/dropdown-item.component.mjs +5 -5
  139. package/esm2022/dropdown/dropdown-trigger.directive.mjs +3 -3
  140. package/esm2022/dropdown/dropdown.component.mjs +6 -6
  141. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  142. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -7
  143. package/esm2022/empty-state/empty-state.component.mjs +16 -16
  144. package/esm2022/empty-state/empty-state.module.mjs +4 -4
  145. package/esm2022/file-upload/file-drop.mjs +3 -3
  146. package/esm2022/file-upload/file-upload.module.mjs +4 -4
  147. package/esm2022/file-upload/multiple-file-upload.component.mjs +4 -4
  148. package/esm2022/file-upload/single-file-upload.component.mjs +4 -4
  149. package/esm2022/form-field/cleaner.mjs +5 -5
  150. package/esm2022/form-field/form-field.mjs +11 -11
  151. package/esm2022/form-field/form-field.module.mjs +4 -4
  152. package/esm2022/form-field/hint.mjs +5 -5
  153. package/esm2022/form-field/password-hint.mjs +6 -6
  154. package/esm2022/form-field/password-toggle.mjs +4 -4
  155. package/esm2022/form-field/prefix.mjs +3 -3
  156. package/esm2022/form-field/stepper.mjs +5 -5
  157. package/esm2022/form-field/suffix.mjs +3 -3
  158. package/esm2022/form-field/validate.directive.mjs +3 -3
  159. package/esm2022/icon/icon-button.component.mjs +6 -6
  160. package/esm2022/icon/icon-item.component.mjs +6 -6
  161. package/esm2022/icon/icon.component.mjs +6 -6
  162. package/esm2022/icon/icon.module.mjs +13 -24
  163. package/esm2022/input/input-number-validators.mjs +6 -6
  164. package/esm2022/input/input-number.mjs +5 -5
  165. package/esm2022/input/input-password.mjs +3 -3
  166. package/esm2022/input/input.mjs +8 -8
  167. package/esm2022/input/input.module.mjs +4 -4
  168. package/esm2022/link/link.component.mjs +3 -3
  169. package/esm2022/link/link.module.mjs +4 -4
  170. package/esm2022/list/list-selection.component.mjs +11 -11
  171. package/esm2022/list/list.component.mjs +7 -7
  172. package/esm2022/list/list.module.mjs +4 -4
  173. package/esm2022/loader-overlay/loader-overlay.component.mjs +13 -13
  174. package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
  175. package/esm2022/markdown/markdown.component.mjs +5 -5
  176. package/esm2022/markdown/markdown.module.mjs +4 -4
  177. package/esm2022/markdown/markdown.service.mjs +3 -3
  178. package/esm2022/modal/css-unit.pipe.mjs +3 -3
  179. package/esm2022/modal/modal-control.service.mjs +3 -3
  180. package/esm2022/modal/modal.component.mjs +7 -9
  181. package/esm2022/modal/modal.directive.mjs +53 -17
  182. package/esm2022/modal/modal.module.mjs +4 -4
  183. package/esm2022/modal/modal.service.mjs +3 -3
  184. package/esm2022/navbar/navbar-item.component.mjs +29 -29
  185. package/esm2022/navbar/navbar.component.mjs +11 -11
  186. package/esm2022/navbar/navbar.module.mjs +4 -4
  187. package/esm2022/navbar/vertical-navbar.component.mjs +5 -5
  188. package/esm2022/popover/popover-confirm.component.mjs +8 -8
  189. package/esm2022/popover/popover.component.mjs +8 -8
  190. package/esm2022/popover/popover.module.mjs +4 -4
  191. package/esm2022/progress-bar/progress-bar.component.mjs +10 -10
  192. package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
  193. package/esm2022/progress-spinner/progress-spinner.component.mjs +10 -10
  194. package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
  195. package/esm2022/radio/radio.component.mjs +7 -7
  196. package/esm2022/radio/radio.module.mjs +4 -4
  197. package/esm2022/risk-level/risk-level.component.mjs +4 -4
  198. package/esm2022/risk-level/risk-level.module.mjs +4 -4
  199. package/esm2022/scrollbar/scrollbar.component.mjs +6 -6
  200. package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
  201. package/esm2022/scrollbar/scrollbar.module.mjs +4 -4
  202. package/esm2022/select/select-option.directive.mjs +3 -3
  203. package/esm2022/select/select.component.mjs +6 -6
  204. package/esm2022/select/select.module.mjs +4 -4
  205. package/esm2022/sidebar/sidebar.component.mjs +9 -9
  206. package/esm2022/sidebar/sidebar.module.mjs +4 -4
  207. package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -5
  208. package/esm2022/sidepanel/sidepanel-directives.mjs +15 -15
  209. package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
  210. package/esm2022/sidepanel/sidepanel.service.mjs +3 -3
  211. package/esm2022/splitter/splitter.component.mjs +14 -14
  212. package/esm2022/splitter/splitter.module.mjs +4 -4
  213. package/esm2022/table/table.component.mjs +7 -7
  214. package/esm2022/table/table.module.mjs +4 -4
  215. package/esm2022/tabs/paginated-tab-header.mjs +3 -3
  216. package/esm2022/tabs/tab-body.component.mjs +6 -6
  217. package/esm2022/tabs/tab-content.directive.mjs +3 -3
  218. package/esm2022/tabs/tab-group.component.mjs +33 -18
  219. package/esm2022/tabs/tab-header.component.mjs +16 -5
  220. package/esm2022/tabs/tab-label-wrapper.directive.mjs +8 -4
  221. package/esm2022/tabs/tab-label.directive.mjs +3 -3
  222. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
  223. package/esm2022/tabs/tab.component.mjs +3 -3
  224. package/esm2022/tabs/tabs.module.mjs +15 -8
  225. package/esm2022/tags/tag-input.mjs +3 -3
  226. package/esm2022/tags/tag-list.component.mjs +4 -4
  227. package/esm2022/tags/tag.component.mjs +13 -13
  228. package/esm2022/tags/tag.module.mjs +4 -4
  229. package/esm2022/textarea/textarea.component.mjs +3 -3
  230. package/esm2022/textarea/textarea.module.mjs +4 -4
  231. package/esm2022/timepicker/timepicker.directive.mjs +3 -3
  232. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  233. package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
  234. package/esm2022/timezone/timezone-option.component.mjs +5 -5
  235. package/esm2022/timezone/timezone-option.directive.mjs +3 -3
  236. package/esm2022/timezone/timezone-select.component.mjs +8 -8
  237. package/esm2022/timezone/timezone.module.mjs +4 -4
  238. package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
  239. package/esm2022/title/title.directive.mjs +3 -3
  240. package/esm2022/title/title.module.mjs +4 -4
  241. package/esm2022/toast/toast-container.component.mjs +4 -4
  242. package/esm2022/toast/toast.component.mjs +8 -8
  243. package/esm2022/toast/toast.module.mjs +4 -4
  244. package/esm2022/toast/toast.service.mjs +3 -3
  245. package/esm2022/toggle/toggle.component.mjs +6 -6
  246. package/esm2022/toggle/toggle.module.mjs +4 -4
  247. package/esm2022/tooltip/tooltip.component.mjs +52 -15
  248. package/esm2022/tooltip/tooltip.module.mjs +15 -28
  249. package/esm2022/tree/node.mjs +3 -3
  250. package/esm2022/tree/outlet.mjs +3 -3
  251. package/esm2022/tree/padding.directive.mjs +3 -3
  252. package/esm2022/tree/toggle.mjs +11 -11
  253. package/esm2022/tree/tree-base.mjs +6 -6
  254. package/esm2022/tree/tree-option.component.mjs +8 -7
  255. package/esm2022/tree/tree-selection.component.mjs +5 -5
  256. package/esm2022/tree/tree.mjs +5 -5
  257. package/esm2022/tree/tree.module.mjs +4 -4
  258. package/esm2022/tree-select/tree-select.component.mjs +15 -8
  259. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  260. package/fesm2022/koobiq-components-accordion.mjs +189 -0
  261. package/fesm2022/koobiq-components-accordion.mjs.map +1 -0
  262. package/fesm2022/koobiq-components-alert.mjs +17 -17
  263. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  264. package/fesm2022/koobiq-components-autocomplete.mjs +15 -15
  265. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  266. package/fesm2022/koobiq-components-badge.mjs +14 -14
  267. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  268. package/fesm2022/koobiq-components-button-toggle.mjs +12 -12
  269. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  270. package/fesm2022/koobiq-components-button.mjs +48 -18
  271. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  272. package/fesm2022/koobiq-components-checkbox.mjs +11 -11
  273. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  274. package/fesm2022/koobiq-components-code-block.mjs +12 -12
  275. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  276. package/fesm2022/koobiq-components-core.mjs +169 -160
  277. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  278. package/fesm2022/koobiq-components-datepicker.mjs +39 -39
  279. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  280. package/fesm2022/koobiq-components-divider.mjs +8 -8
  281. package/fesm2022/koobiq-components-divider.mjs.map +1 -1
  282. package/fesm2022/koobiq-components-dl.mjs +14 -14
  283. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  284. package/fesm2022/koobiq-components-dropdown.mjs +20 -20
  285. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  286. package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
  287. package/fesm2022/koobiq-components-empty-state.mjs +20 -20
  288. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  289. package/fesm2022/koobiq-components-file-upload.mjs +15 -15
  290. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  291. package/fesm2022/koobiq-components-form-field.mjs +48 -48
  292. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  293. package/fesm2022/koobiq-components-icon.mjs +27 -38
  294. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  295. package/fesm2022/koobiq-components-input.mjs +24 -24
  296. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  297. package/fesm2022/koobiq-components-link.mjs +7 -7
  298. package/fesm2022/koobiq-components-list.mjs +22 -22
  299. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  300. package/fesm2022/koobiq-components-loader-overlay.mjs +17 -17
  301. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  302. package/fesm2022/koobiq-components-markdown.mjs +12 -12
  303. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  304. package/fesm2022/koobiq-components-modal.mjs +66 -36
  305. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  306. package/fesm2022/koobiq-components-navbar.mjs +49 -49
  307. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  308. package/fesm2022/koobiq-components-popover.mjs +18 -18
  309. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  310. package/fesm2022/koobiq-components-progress-bar.mjs +14 -14
  311. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  312. package/fesm2022/koobiq-components-progress-spinner.mjs +14 -14
  313. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  314. package/fesm2022/koobiq-components-radio.mjs +11 -11
  315. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  316. package/fesm2022/koobiq-components-risk-level.mjs +8 -8
  317. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  318. package/fesm2022/koobiq-components-scrollbar.mjs +12 -12
  319. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  320. package/fesm2022/koobiq-components-select.mjs +12 -12
  321. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  322. package/fesm2022/koobiq-components-sidebar.mjs +13 -13
  323. package/fesm2022/koobiq-components-sidepanel.mjs +26 -26
  324. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  325. package/fesm2022/koobiq-components-splitter.mjs +17 -17
  326. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  327. package/fesm2022/koobiq-components-table.mjs +11 -11
  328. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  329. package/fesm2022/koobiq-components-tabs.mjs +93 -56
  330. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  331. package/fesm2022/koobiq-components-tags.mjs +24 -24
  332. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  333. package/fesm2022/koobiq-components-textarea.mjs +7 -7
  334. package/fesm2022/koobiq-components-timepicker.mjs +7 -7
  335. package/fesm2022/koobiq-components-timezone.mjs +26 -26
  336. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  337. package/fesm2022/koobiq-components-title.mjs +7 -7
  338. package/fesm2022/koobiq-components-toast.mjs +18 -18
  339. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  340. package/fesm2022/koobiq-components-toggle.mjs +9 -9
  341. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  342. package/fesm2022/koobiq-components-tooltip.mjs +67 -42
  343. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  344. package/fesm2022/koobiq-components-tree-select.mjs +18 -11
  345. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  346. package/fesm2022/koobiq-components-tree.mjs +47 -46
  347. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  348. package/file-upload/_file-upload-theme.scss +27 -29
  349. package/file-upload/file-upload-tokens.scss +1 -1
  350. package/file-upload/multiple-file-upload.component.scss +26 -26
  351. package/file-upload/single-file-upload.component.scss +8 -8
  352. package/form-field/_form-field-theme.scss +14 -14
  353. package/form-field/_hint-theme.scss +2 -2
  354. package/form-field/cleaner.scss +2 -2
  355. package/form-field/form-field.scss +10 -10
  356. package/form-field/hint.scss +4 -4
  357. package/form-field/password-toggle.scss +2 -2
  358. package/form-field/stepper.scss +3 -3
  359. package/icon/_icon-button-theme.scss +26 -26
  360. package/icon/_icon-item-theme.scss +2 -2
  361. package/icon/_icon-theme.scss +6 -6
  362. package/icon/icon-button.component.d.ts +1 -1
  363. package/icon/icon-button.scss +2 -4
  364. package/icon/icon-item.component.d.ts +1 -1
  365. package/icon/icon-item.scss +2 -4
  366. package/icon/icon.component.d.ts +1 -1
  367. package/icon/icon.module.d.ts +1 -3
  368. package/input/input-number.d.ts +1 -1
  369. package/input/input.d.ts +1 -1
  370. package/input/input.scss +2 -2
  371. package/link/_link-theme.scss +11 -11
  372. package/link/link-tokens.scss +2 -2
  373. package/list/_list-theme.scss +6 -6
  374. package/list/list.scss +1 -1
  375. package/loader-overlay/_loader-overlay-theme.scss +6 -6
  376. package/loader-overlay/loader-overlay.scss +8 -8
  377. package/markdown/_markdown-theme.scss +27 -27
  378. package/markdown/markdown-tokens.scss +19 -19
  379. package/markdown/markdown.scss +29 -29
  380. package/modal/_modal-confirm.scss +1 -1
  381. package/modal/_modal-theme.scss +9 -12
  382. package/modal/modal.directive.d.ts +3 -0
  383. package/modal/modal.scss +12 -13
  384. package/navbar/_navbar-item_horizontal.scss +20 -20
  385. package/navbar/_navbar-item_vertical.scss +28 -28
  386. package/navbar/_navbar-theme.scss +8 -8
  387. package/navbar/navbar-brand.scss +23 -23
  388. package/navbar/navbar-divider.scss +3 -3
  389. package/navbar/navbar-item.scss +6 -6
  390. package/navbar/navbar.scss +1 -1
  391. package/navbar/vertical-navbar.scss +2 -2
  392. package/package.json +13 -6
  393. package/popover/_popover-theme.scss +7 -7
  394. package/popover/popover.scss +17 -18
  395. package/prebuilt-themes/dark-theme.css +1 -1
  396. package/prebuilt-themes/light-theme.css +1 -1
  397. package/prebuilt-themes/theme.css +1 -1
  398. package/progress-bar/_progress-bar-theme.scss +4 -4
  399. package/progress-bar/progress-bar.scss +5 -5
  400. package/progress-spinner/_progress-spinner-theme.scss +3 -3
  401. package/progress-spinner/progress-spinner.scss +7 -7
  402. package/radio/_radio-theme.scss +9 -9
  403. package/radio/radio.scss +14 -14
  404. package/risk-level/_risk-level-theme.scss +5 -5
  405. package/risk-level/risk-level.component.scss +3 -3
  406. package/schematics/ng-add/index.js +22 -5
  407. package/scrollbar/_scrollbar-component-theme.scss +12 -12
  408. package/scrollbar/scrollbar.component.scss +6 -6
  409. package/select/_select-theme.scss +9 -9
  410. package/select/select.scss +2 -2
  411. package/sidepanel/_sidepanel-theme.scss +4 -4
  412. package/sidepanel/sidepanel.scss +14 -16
  413. package/splitter/_splitter-theme.scss +1 -1
  414. package/table/_table-theme.scss +5 -5
  415. package/table/table.scss +12 -12
  416. package/tabs/_tabs-common.scss +32 -3
  417. package/tabs/_tabs-theme.scss +24 -12
  418. package/tabs/tab-group.component.d.ts +7 -2
  419. package/tabs/tab-group.scss +1 -1
  420. package/tabs/tab-header.component.d.ts +4 -1
  421. package/tabs/tab-header.scss +29 -0
  422. package/tabs/tab-nav-bar/tab-nav-bar.scss +1 -1
  423. package/tabs/tabs.module.d.ts +2 -1
  424. package/tags/_tag-theme.scss +5 -5
  425. package/tags/tag-list.scss +5 -5
  426. package/tags/tag.scss +4 -4
  427. package/textarea/textarea.scss +2 -2
  428. package/timepicker/timepicker.scss +1 -1
  429. package/timezone/_timezone-option-theme.scss +3 -3
  430. package/timezone/timezone-option-tokens.scss +24 -0
  431. package/timezone/timezone-option.component.scss +4 -4
  432. package/timezone/timezone-select.component.scss +1 -1
  433. package/toast/_toast-theme.scss +4 -4
  434. package/toast/toast-container.component.scss +3 -3
  435. package/toast/toast.component.scss +21 -21
  436. package/toggle/_toggle-theme.scss +8 -8
  437. package/toggle/toggle.scss +8 -8
  438. package/tooltip/_tooltip-theme.scss +5 -5
  439. package/tooltip/tooltip.component.d.ts +11 -4
  440. package/tooltip/tooltip.module.d.ts +1 -3
  441. package/tooltip/tooltip.scss +7 -7
  442. package/tree/_tree-theme.scss +6 -6
  443. package/tree/toggle.scss +2 -2
  444. package/tree/tree-option.component.d.ts +1 -0
  445. package/tree/tree-option.scss +4 -4
  446. package/tree-select/_tree-select-theme.scss +7 -7
  447. package/tree-select/tree-select.component.d.ts +2 -0
package/table/table.scss CHANGED
@@ -15,10 +15,10 @@
15
15
  & > th,
16
16
  & > td {
17
17
  padding: {
18
- top: kbq-css-variable(table-size-row-padding-vertical);
19
- right: kbq-css-variable(table-size-row-padding-horizontal);
20
- bottom: kbq-css-variable(table-size-row-padding-vertical);
21
- left: kbq-css-variable(table-size-row-padding-horizontal);
18
+ top: var(--kbq-table-size-row-padding-vertical);
19
+ right: var(--kbq-table-size-row-padding-horizontal);
20
+ bottom: var(--kbq-table-size-row-padding-vertical);
21
+ left: var(--kbq-table-size-row-padding-horizontal);
22
22
  }
23
23
 
24
24
  vertical-align: baseline;
@@ -29,14 +29,14 @@
29
29
 
30
30
  & > thead {
31
31
  & > tr > th {
32
- border-bottom-width: kbq-css-variable(table-size-border-width);
32
+ border-bottom-width: var(--kbq-table-size-border-width);
33
33
  border-bottom-style: solid;
34
34
  }
35
35
  }
36
36
 
37
37
  .kbq-table-cell_has-button {
38
- padding-top: kbq-css-variable(size-xxs);
39
- padding-bottom: kbq-css-variable(size-xxs);
38
+ padding-top: var(--kbq-size-xxs);
39
+ padding-bottom: var(--kbq-size-xxs);
40
40
  }
41
41
  }
42
42
 
@@ -44,7 +44,7 @@
44
44
  & > tbody > tr {
45
45
  & th,
46
46
  & td {
47
- border-bottom-width: kbq-css-variable(table-size-border-width);
47
+ border-bottom-width: var(--kbq-table-size-border-width);
48
48
  border-bottom-style: solid;
49
49
  }
50
50
  }
@@ -53,13 +53,13 @@
53
53
  .kbq-table:not(.kbq-table_bordered) {
54
54
  & > tbody > tr {
55
55
  & > td:first-child {
56
- border-top-left-radius: kbq-css-variable(size-m);
57
- border-bottom-left-radius: kbq-css-variable(size-m);
56
+ border-top-left-radius: var(--kbq-size-m);
57
+ border-bottom-left-radius: var(--kbq-size-m);
58
58
  }
59
59
 
60
60
  & > td:last-child {
61
- border-top-right-radius: kbq-css-variable(size-m);
62
- border-bottom-right-radius: kbq-css-variable(size-m);
61
+ border-top-right-radius: var(--kbq-size-m);
62
+ border-bottom-right-radius: var(--kbq-size-m);
63
63
  }
64
64
 
65
65
  &:first-child {
@@ -24,14 +24,33 @@
24
24
  );
25
25
 
26
26
  border: {
27
- width: kbq-css-variable(tabs-size-tab-item-focus-outline-width);
27
+ width: var(--kbq-tabs-size-tab-item-focus-outline-width);
28
28
  style: solid;
29
29
  color: transparent;
30
- radius: kbq-css-variable(tabs-size-tab-item-border-radius);
30
+ radius: var(--kbq-tabs-size-tab-item-border-radius);
31
31
  }
32
32
 
33
33
  outline: none;
34
34
 
35
+ &.kbq-tab-label_underlined:not(.kbq-tab-label_vertical) {
36
+ padding-left: 14px;
37
+ padding-right: 14px;
38
+ }
39
+
40
+ &.kbq-tab-label_underlined:not(.kbq-tab-label_vertical).kbq-tab-label_with-icon-left {
41
+ padding-left: kbq-difference-series-css-variables(
42
+ [tabs-size-tab-item-padding-horizontal,
43
+ tabs-size-tab-item-focus-outline-width]
44
+ );
45
+ }
46
+
47
+ &.kbq-tab-label_underlined:not(.kbq-tab-label_vertical).kbq-tab-label_with-icon-right {
48
+ padding-right: kbq-difference-series-css-variables(
49
+ [tabs-size-tab-item-padding-horizontal,
50
+ tabs-size-tab-item-focus-outline-width]
51
+ );
52
+ }
53
+
35
54
  &.kbq-selected {
36
55
  cursor: default;
37
56
  }
@@ -48,13 +67,23 @@
48
67
  display: flex;
49
68
  align-items: center;
50
69
 
51
- gap: kbq-css-variable(tabs-size-tab-item-content-gap-horizontal);
70
+ gap: var(--kbq-tabs-size-tab-item-content-gap-horizontal);
71
+ }
72
+
73
+ &.kbq-tab-label_underlined:not(.kbq-tab-label_vertical):before {
74
+ content: '';
75
+ position: absolute;
76
+ left: 0;
77
+ right: 0;
78
+ top: -10px;
79
+ bottom: -10px;
52
80
  }
53
81
 
54
82
  &.kbq-tab-label_vertical {
55
83
  justify-content: flex-start;
56
84
 
57
85
  & .kbq-tab-label__content {
86
+ display: block;
58
87
  overflow: hidden;
59
88
  text-overflow: ellipsis;
60
89
  white-space: nowrap;
@@ -4,11 +4,11 @@
4
4
  @mixin kbq-tab-item-state($type, $sub-type, $style-name) {
5
5
  $base: tabs-tab-item-#{$type}-#{$sub-type}-#{$style-name};
6
6
 
7
- background: kbq-css-variable(#{$base}-background);
8
- color: kbq-css-variable(#{$base}-text-color);
7
+ background: var(--kbq-#{$base}-background);
8
+ color: var(--kbq-#{$base}-text-color);
9
9
 
10
10
  & .kbq-icon {
11
- color: kbq-css-variable(#{$base}-icon-color);
11
+ color: var(--kbq-#{$base}-icon-color);
12
12
  }
13
13
  }
14
14
 
@@ -19,16 +19,28 @@
19
19
  @include kbq-tab-item-state($type, $sub-type, states-hover);
20
20
  }
21
21
 
22
+ &.kbq-tab-label_empty {
23
+ color: var(--kbq-foreground-contrast-secondary);
24
+ }
25
+
22
26
  &.kbq-selected {
23
27
  @include kbq-tab-item-state($type, $sub-type, states-selected);
24
28
 
29
+ &.kbq-tab-label_underlined:not(.kbq-tab-label_vertical) {
30
+ background: none;
31
+ }
32
+
25
33
  &:hover {
26
34
  @include kbq-tab-item-state($type, $sub-type, states-selected-hover);
35
+
36
+ &.kbq-tab-label_underlined:not(.kbq-tab-label_vertical) {
37
+ background: none;
38
+ }
27
39
  }
28
40
  }
29
41
 
30
42
  &.cdk-keyboard-focused {
31
- border-color: kbq-css-variable(tabs-tab-item-#{$type}-#{$sub-type}-states-focused-focus-outline-color);
43
+ border-color: var(--kbq-tabs-tab-item-#{$type}-#{$sub-type}-states-focused-focus-outline-color);
32
44
  }
33
45
 
34
46
  &.kbq-disabled {
@@ -46,7 +58,7 @@
46
58
  &.kbq-tab-group_filled {
47
59
  &.kbq-tab-group_on-background {
48
60
  .kbq-tab-header {
49
- background: kbq-css-variable(tabs-tab-stack-filled-on-background-background);
61
+ background: var(--kbq-tabs-tab-stack-filled-on-background-background);
50
62
  }
51
63
 
52
64
  & .kbq-tab-label {
@@ -56,7 +68,7 @@
56
68
 
57
69
  &.kbq-tab-group_on-surface {
58
70
  .kbq-tab-header {
59
- background: kbq-css-variable(tabs-tab-stack-filled-on-surface-background);
71
+ background: var(--kbq-tabs-tab-stack-filled-on-surface-background);
60
72
  }
61
73
 
62
74
  // FIXME: need check, tab-group has different subtype
@@ -69,7 +81,7 @@
69
81
  &.kbq-tab-group_transparent {
70
82
  &.kbq-tab-group_on-background {
71
83
  .kbq-tab-header {
72
- background: kbq-css-variable(tabs-tab-stack-transparent-on-background-background);
84
+ background: var(--kbq-tabs-tab-stack-transparent-on-background-background);
73
85
  }
74
86
 
75
87
  & .kbq-tab-label {
@@ -79,7 +91,7 @@
79
91
 
80
92
  &.kbq-tab-group_on-surface {
81
93
  .kbq-tab-header {
82
- background: kbq-css-variable(tabs-tab-stack-transparent-on-surface-background);
94
+ background: var(--kbq-tabs-tab-stack-transparent-on-surface-background);
83
95
  }
84
96
 
85
97
  & .kbq-tab-label {
@@ -93,7 +105,7 @@
93
105
  &.kbq-tab-nav-bar_filled {
94
106
  &.kbq-tab-nav-bar_on-background {
95
107
  .kbq-tab-header {
96
- background: kbq-css-variable(tabs-tab-stack-filled-on-background-background);
108
+ background: var(--kbq-tabs-tab-stack-filled-on-background-background);
97
109
  }
98
110
 
99
111
  & .kbq-tab-link {
@@ -103,7 +115,7 @@
103
115
 
104
116
  &.kbq-tab-nav-bar_on-surface {
105
117
  .kbq-tab-header {
106
- background: kbq-css-variable(tabs-tab-stack-filled-on-surface-background);
118
+ background: var(--kbq-tabs-tab-stack-filled-on-surface-background);
107
119
  }
108
120
 
109
121
  & .kbq-tab-link {
@@ -115,7 +127,7 @@
115
127
  &.kbq-tab-nav-bar_transparent {
116
128
  &.kbq-tab-nav-bar_on-background {
117
129
  .kbq-tab-header {
118
- background: kbq-css-variable(tabs-tab-stack-transparent-on-background-background);
130
+ background: var(--kbq-tabs-tab-stack-transparent-on-background-background);
119
131
  }
120
132
 
121
133
  & .kbq-tab-link {
@@ -125,7 +137,7 @@
125
137
 
126
138
  &.kbq-tab-nav-bar_on-surface {
127
139
  .kbq-tab-header {
128
- background: kbq-css-variable(tabs-tab-stack-transparent-on-surface-background);
140
+ background: var(--kbq-tabs-tab-stack-transparent-on-surface-background);
129
141
  }
130
142
 
131
143
  & .kbq-tab-link {
@@ -20,6 +20,10 @@ export declare class KbqVerticalTabsCssStyler {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqVerticalTabsCssStyler, never>;
21
21
  static ɵdir: i0.ɵɵDirectiveDeclaration<KbqVerticalTabsCssStyler, "kbq-tab-group[vertical], [kbq-tab-nav-bar][vertical]", never, {}, {}, never, never, false, never>;
22
22
  }
23
+ export declare class KbqUnderlinedTabsCssStyler {
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqUnderlinedTabsCssStyler, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqUnderlinedTabsCssStyler, "kbq-tab-group[underlined], [kbq-tab-nav-bar][underlined]", never, {}, {}, never, never, false, never>;
26
+ }
23
27
  /** A simple change event emitted on focus or selection changes. */
24
28
  export declare class KbqTabChangeEvent {
25
29
  /** Index of the currently-selected tab. */
@@ -52,6 +56,7 @@ export declare class KbqTabGroup extends KbqTabGroupMixinBase implements AfterCo
52
56
  private readonly changeDetectorRef;
53
57
  readonly resizeStream: Subject<Event>;
54
58
  vertical: boolean;
59
+ underlined: boolean;
55
60
  tabs: QueryList<KbqTab>;
56
61
  tabBodyWrapper: ElementRef;
57
62
  tabHeader: KbqTabHeader;
@@ -91,7 +96,7 @@ export declare class KbqTabGroup extends KbqTabGroupMixinBase implements AfterCo
91
96
  private resizeSubscription;
92
97
  private readonly groupId;
93
98
  private readonly resizeDebounceInterval;
94
- constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, vertical: string, defaultConfig?: IKbqTabsConfig);
99
+ constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, vertical: string, underlined: string, defaultConfig?: IKbqTabsConfig);
95
100
  /**
96
101
  * After the content is checked, this component knows what tabs have been defined
97
102
  * and what the selected index should be. This is where we can know exactly what position
@@ -132,6 +137,6 @@ export declare class KbqTabGroup extends KbqTabGroupMixinBase implements AfterCo
132
137
  /** Clamps the given index to the bounds of 0 and the tabs length. */
133
138
  private clampTabIndex;
134
139
  private getTabIndexToSelect;
135
- static ɵfac: i0.ɵɵFactoryDeclaration<KbqTabGroup, [null, null, { attribute: "vertical"; }, { optional: true; }]>;
140
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqTabGroup, [null, null, { attribute: "vertical"; }, { attribute: "underlined"; }, { optional: true; }]>;
136
141
  static ɵcmp: i0.ɵɵComponentDeclaration<KbqTabGroup, "kbq-tab-group", ["kbqTabGroup"], { "disabled": { "alias": "disabled"; "required": false; }; "transparent": { "alias": "transparent"; "required": false; }; "onSurface": { "alias": "onSurface"; "required": false; }; "dynamicHeight": { "alias": "dynamicHeight"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "activeTab": { "alias": "activeTab"; "required": false; }; "headerPosition": { "alias": "headerPosition"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "activeTabChange": "activeTabChange"; "focusChange": "focusChange"; "animationDone": "animationDone"; "selectedTabChange": "selectedTabChange"; }, ["tabs"], never, false, never>;
137
142
  }
@@ -18,7 +18,7 @@
18
18
  flex-direction: row;
19
19
 
20
20
  .kbq-tab-list__content {
21
- gap: kbq-css-variable(tabs-size-tab-stack-vertical-content-gap-vertical) 0;
21
+ gap: var(--kbq-tabs-size-tab-stack-vertical-content-gap-vertical) 0;
22
22
  }
23
23
 
24
24
  & .kbq-tab-header__content {
@@ -23,13 +23,16 @@ export declare class KbqTabHeader extends KbqPaginatedTabHeader {
23
23
  readonly changeDetectorRef: ChangeDetectorRef;
24
24
  /** The index of the active tab. */
25
25
  vertical: boolean;
26
+ underlined: boolean;
26
27
  items: QueryList<KbqTabLabelWrapper>;
27
28
  tabListContainer: ElementRef;
28
29
  tabList: ElementRef;
29
30
  nextPaginator: ElementRef<HTMLElement>;
30
31
  previousPaginator: ElementRef<HTMLElement>;
32
+ get activeTabOffsetWidth(): string;
33
+ get activeTabOffsetLeft(): string;
31
34
  constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, ngZone: NgZone, platform: Platform, dir: Directionality, animationMode?: string);
32
35
  itemSelected(event: KeyboardEvent): void;
33
36
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqTabHeader, [null, null, null, null, null, { optional: true; }, { optional: true; }]>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<KbqTabHeader, "kbq-tab-header", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, ["items"], ["*"], false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<KbqTabHeader, "kbq-tab-header", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "underlined": { "alias": "underlined"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, ["items"], ["*"], false, never>;
35
38
  }
@@ -1,5 +1,6 @@
1
1
  @use '../core/styles/common/vendor-prefixes';
2
2
  @use 'tabs-common' as *;
3
+ @use '../core/styles/common/tokens' as *;
3
4
 
4
5
  .kbq-tab-header {
5
6
  display: flex;
@@ -24,6 +25,34 @@
24
25
  flex-direction: column;
25
26
  }
26
27
 
28
+ .kbq-tab-header_underlined:not(.kbq-tab-header_vertical) .kbq-tab-list__content {
29
+ padding: 8px 0;
30
+ }
31
+
32
+ .kbq-tab-header_underlined:not(.kbq-tab-header_vertical):after {
33
+ content: '';
34
+ position: absolute;
35
+ left: 0;
36
+ bottom: 0;
37
+ right: 0;
38
+ height: 1px;
39
+ background: var(--kbq-line-contrast-less);
40
+ }
41
+
42
+ .kbq-tab-list__active-tab-underline {
43
+ display: none;
44
+ }
45
+
46
+ .kbq-tab-header_underlined:not(.kbq-tab-header_vertical) .kbq-tab-list__active-tab-underline {
47
+ display: block;
48
+ position: absolute;
49
+ bottom: 0;
50
+ height: 3px;
51
+ border-radius: 2px 2px 0 0;
52
+ background: var(--kbq-line-contrast);
53
+ transition: all 0.2s ease-in-out;
54
+ }
55
+
27
56
  .kbq-tab-header__pagination {
28
57
  @include vendor-prefixes.user-select(none);
29
58
 
@@ -33,6 +33,6 @@
33
33
  &.kbq-tab-group_vertical {
34
34
  flex-direction: column;
35
35
  flex-grow: 0;
36
- gap: kbq-css-variable(tabs-size-tab-stack-vertical-content-gap-vertical) 0;
36
+ gap: var(--kbq-tabs-size-tab-stack-vertical-content-gap-vertical) 0;
37
37
  }
38
38
  }
@@ -13,8 +13,9 @@ import * as i11 from "@angular/cdk/scrolling";
13
13
  import * as i12 from "@koobiq/components/core";
14
14
  import * as i13 from "@koobiq/components/icon";
15
15
  import * as i14 from "@koobiq/components/tooltip";
16
+ import * as i15 from "@angular/common";
16
17
  export declare class KbqTabsModule {
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqTabsModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTabsModule, [typeof i1.KbqTabGroup, typeof i2.KbqTabLabel, typeof i3.KbqTab, typeof i4.KbqTabLabelWrapper, typeof i5.KbqTabNav, typeof i5.KbqTabLink, typeof i6.KbqTabBody, typeof i6.KbqTabBodyPortal, typeof i7.KbqTabHeader, typeof i8.KbqTabContent, typeof i1.KbqAlignTabsCenterCssStyler, typeof i1.KbqAlignTabsEndCssStyler, typeof i1.KbqStretchTabsCssStyler, typeof i1.KbqVerticalTabsCssStyler], [typeof i9.PortalModule, typeof i10.A11yModule, typeof i11.CdkScrollableModule, typeof i12.KbqCommonModule, typeof i13.KbqIconModule, typeof i14.KbqToolTipModule], [typeof i12.KbqCommonModule, typeof i1.KbqTabGroup, typeof i2.KbqTabLabel, typeof i3.KbqTab, typeof i5.KbqTabNav, typeof i5.KbqTabLink, typeof i8.KbqTabContent, typeof i1.KbqAlignTabsCenterCssStyler, typeof i1.KbqAlignTabsEndCssStyler, typeof i1.KbqStretchTabsCssStyler, typeof i1.KbqVerticalTabsCssStyler]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTabsModule, [typeof i1.KbqTabGroup, typeof i2.KbqTabLabel, typeof i3.KbqTab, typeof i4.KbqTabLabelWrapper, typeof i5.KbqTabNav, typeof i5.KbqTabLink, typeof i6.KbqTabBody, typeof i6.KbqTabBodyPortal, typeof i7.KbqTabHeader, typeof i8.KbqTabContent, typeof i1.KbqAlignTabsCenterCssStyler, typeof i1.KbqAlignTabsEndCssStyler, typeof i1.KbqStretchTabsCssStyler, typeof i1.KbqUnderlinedTabsCssStyler, typeof i1.KbqVerticalTabsCssStyler], [typeof i9.PortalModule, typeof i10.A11yModule, typeof i11.CdkScrollableModule, typeof i12.KbqCommonModule, typeof i13.KbqIconModule, typeof i14.KbqToolTipModule, typeof i15.NgStyle], [typeof i12.KbqCommonModule, typeof i1.KbqTabGroup, typeof i2.KbqTabLabel, typeof i3.KbqTab, typeof i5.KbqTabNav, typeof i5.KbqTabLink, typeof i8.KbqTabContent, typeof i1.KbqAlignTabsCenterCssStyler, typeof i1.KbqAlignTabsEndCssStyler, typeof i1.KbqStretchTabsCssStyler, typeof i1.KbqUnderlinedTabsCssStyler, typeof i1.KbqVerticalTabsCssStyler]>;
19
20
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqTabsModule>;
20
21
  }
@@ -5,14 +5,14 @@
5
5
  @mixin kbq-tag-state($type, $style-name) {
6
6
  $base: tag-#{$type}-#{$style-name};
7
7
 
8
- background: kbq-css-variable(#{$base}-background);
8
+ background: var(--kbq-#{$base}-background);
9
9
 
10
10
  & .kbq-icon {
11
- color: kbq-css-variable(#{$base}-icon);
11
+ color: var(--kbq-#{$base}-icon);
12
12
  }
13
13
 
14
14
  & .kbq-tag__text {
15
- color: kbq-css-variable(#{$base}-text);
15
+ color: var(--kbq-#{$base}-text);
16
16
  }
17
17
  }
18
18
 
@@ -28,8 +28,8 @@
28
28
  @include kbq-tag-state($type, states-focus);
29
29
 
30
30
  box-shadow:
31
- inset 0 0 0.1px 1px kbq-css-variable(tag-#{$type}-states-focus-outline),
32
- 0 0 0.1px 1px kbq-css-variable(tag-#{$type}-states-focus-outline);
31
+ inset 0 0 0.1px 1px var(--kbq-tag-#{$type}-states-focus-outline),
32
+ 0 0 0.1px 1px var(--kbq-tag-#{$type}-states-focus-outline);
33
33
  }
34
34
 
35
35
  &.kbq-disabled {
@@ -20,8 +20,8 @@
20
20
 
21
21
  min-height: unset;
22
22
 
23
- padding-top: kbq-css-variable(tag-size-padding-vertical);
24
- padding-bottom: kbq-css-variable(tag-size-padding-vertical);
23
+ padding-top: var(--kbq-tag-size-padding-vertical);
24
+ padding-bottom: var(--kbq-tag-size-padding-vertical);
25
25
  padding-left: 4px;
26
26
  padding-right: unset;
27
27
  }
@@ -35,7 +35,7 @@
35
35
 
36
36
  min-width: 0;
37
37
 
38
- gap: kbq-css-variable(tag-list-size-content-gap);
38
+ gap: var(--kbq-tag-list-size-content-gap);
39
39
 
40
40
  & .kbq-tag-input {
41
41
  max-width: 100%;
@@ -53,8 +53,8 @@
53
53
  .kbq-form-field-type-tag-list {
54
54
  & .kbq-form-field__container {
55
55
  padding: kbq-difference-series-css-variables([tag-input-size-padding-vertical, form-field-size-border-width])
56
- kbq-css-variable(tag-input-size-padding-right)
56
+ var(--kbq-tag-input-size-padding-right)
57
57
  kbq-difference-series-css-variables([tag-input-size-padding-vertical, form-field-size-border-width])
58
- kbq-css-variable(tag-input-size-padding-left);
58
+ var(--kbq-tag-input-size-padding-left);
59
59
  }
60
60
  }
package/tags/tag.scss CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  max-width: 100%;
9
9
 
10
- padding: kbq-css-variable(tag-size-padding-vertical) kbq-css-variable(tag-size-padding-horizontal);
10
+ padding: var(--kbq-tag-size-padding-vertical) var(--kbq-tag-size-padding-horizontal);
11
11
 
12
12
  border-radius: 4px;
13
13
 
@@ -24,7 +24,7 @@
24
24
 
25
25
  flex-shrink: 0;
26
26
 
27
- margin-right: kbq-css-variable(tag-size-close-button-margin-right);
27
+ margin-right: var(--kbq-tag-size-close-button-margin-right);
28
28
 
29
29
  &:hover {
30
30
  cursor: pointer;
@@ -40,11 +40,11 @@
40
40
  white-space: nowrap;
41
41
  overflow: hidden;
42
42
 
43
- margin: 0 kbq-css-variable(tag-size-content-gap-horizontal);
43
+ margin: 0 var(--kbq-tag-size-content-gap-horizontal);
44
44
  }
45
45
 
46
46
  & .kbq-icon_left {
47
- margin-left: kbq-css-variable(tag-size-icon-margin-left);
47
+ margin-left: var(--kbq-tag-size-icon-margin-left);
48
48
  }
49
49
  }
50
50
 
@@ -19,7 +19,7 @@
19
19
 
20
20
  box-sizing: border-box;
21
21
 
22
- padding: kbq-css-variable(textarea-size-padding-vertical) kbq-css-variable(textarea-size-padding-horizontal);
22
+ padding: var(--kbq-textarea-size-padding-vertical) var(--kbq-textarea-size-padding-horizontal);
23
23
 
24
24
  -webkit-appearance: none; // Chrome textarea height sizing fix
25
25
  vertical-align: bottom; // Chrome textarea height sizing fix
@@ -31,7 +31,7 @@
31
31
 
32
32
  &.kbq-textarea-resizable {
33
33
  resize: vertical;
34
- min-height: kbq-css-variable(textarea-size-min-height);
34
+ min-height: var(--kbq-textarea-size-min-height);
35
35
  }
36
36
  }
37
37
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  .kbq-timepicker {
7
7
  // FIXME: default token doesn't exist
8
- padding-right: kbq-css-variable(timepicker-size-padding-right);
8
+ padding-right: var(--kbq-timepicker-size-padding-right);
9
9
  }
10
10
 
11
11
  .kbq-form-field-type-timepicker {
@@ -7,15 +7,15 @@
7
7
  @mixin kbq-timezone-option-theme() {
8
8
  .kbq-timezone-option__offset,
9
9
  .kbq-timezone-option__city {
10
- color: kbq-css-variable(timezone-option-text);
10
+ color: var(--kbq-timezone-option-text);
11
11
  }
12
12
 
13
13
  .kbq-timezone-option__cities {
14
- color: kbq-css-variable(timezone-option-caption);
14
+ color: var(--kbq-timezone-option-caption);
15
15
  }
16
16
 
17
17
  .kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label {
18
- color: kbq-css-variable(timezone-option-optgroup-label);
18
+ color: var(--kbq-timezone-option-optgroup-label);
19
19
  }
20
20
  }
21
21
 
@@ -1,6 +1,26 @@
1
1
  /* stylelint-disable no-unknown-custom-properties */
2
2
 
3
3
  .kbq-timezone-select__panel {
4
+ --kbq-option-size-horizontal-padding: var(--kbq-size-m);
5
+ --kbq-option-size-height: var(--kbq-size-3xl);
6
+ --kbq-option-size-border-width: 2px;
7
+ --kbq-select-size-single-padding-left: var(--kbq-size-m);
8
+ --kbq-select-size-single-padding-right: var(--kbq-size-xxs);
9
+ --kbq-select-size-single-padding-vertical: var(--kbq-size-xs);
10
+ --kbq-select-size-single-content-gap: var(--kbq-size-xxs);
11
+ --kbq-select-size-multiple-padding-left: var(--kbq-size-xxs);
12
+ --kbq-select-size-multiple-padding-right: var(--kbq-size-xxs);
13
+ --kbq-select-size-multiple-padding-vertical: var(--kbq-size-xxs);
14
+ --kbq-select-size-multiple-content-gap: var(--kbq-size-xxs);
15
+ --kbq-select-panel-size-border-radius: var(--kbq-size-s);
16
+ --kbq-select-panel-size-max-height: 256px;
17
+ --kbq-select-panel-font-default-font-size: var(--kbq-typography-text-normal-font-size);
18
+ --kbq-select-panel-font-default-line-height: var(--kbq-typography-text-normal-line-height);
19
+ --kbq-select-panel-font-default-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
20
+ --kbq-select-panel-font-default-font-weight: var(--kbq-typography-text-normal-font-weight);
21
+ --kbq-select-panel-font-default-font-family: var(--kbq-typography-text-normal-font-family);
22
+ --kbq-select-panel-font-default-text-transform: var(--kbq-typography-text-normal-text-transform);
23
+ --kbq-select-panel-font-default-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
4
24
  --kbq-timezone-option-size-padding: 6px 10px;
5
25
  --kbq-timezone-option-size-column-gap: 16px;
6
26
  --kbq-timezone-option-size-height: auto;
@@ -41,12 +61,16 @@
41
61
  }
42
62
 
43
63
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
64
+ --kbq-select-panel-dropdown-background: var(--kbq-background-card);
65
+ --kbq-select-panel-dropdown-shadow: var(--kbq-shadow-popup);
44
66
  --kbq-timezone-option-text: var(--kbq-foreground-contrast);
45
67
  --kbq-timezone-option-caption: var(--kbq-foreground-contrast-secondary);
46
68
  --kbq-timezone-option-optgroup-label: var(--kbq-foreground-contrast-secondary);
47
69
  }
48
70
 
49
71
  :where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
72
+ --kbq-select-panel-dropdown-background: var(--kbq-background-card);
73
+ --kbq-select-panel-dropdown-shadow: var(--kbq-shadow-popup);
50
74
  --kbq-timezone-option-text: var(--kbq-foreground-contrast);
51
75
  --kbq-timezone-option-caption: var(--kbq-foreground-contrast-secondary);
52
76
  --kbq-timezone-option-optgroup-label: var(--kbq-foreground-contrast-secondary);
@@ -10,8 +10,8 @@
10
10
  flex-direction: row;
11
11
  align-items: flex-start;
12
12
 
13
- padding: kbq-css-variable(timezone-option-size-padding);
14
- column-gap: kbq-css-variable(timezone-option-size-column-gap);
13
+ padding: var(--kbq-timezone-option-size-padding);
14
+ column-gap: var(--kbq-timezone-option-size-column-gap);
15
15
  }
16
16
 
17
17
  .kbq-timezone-option__label {
@@ -29,12 +29,12 @@
29
29
  .kbq-timezone-option__cities {
30
30
  display: -webkit-box;
31
31
  -webkit-box-orient: vertical;
32
- max-height: kbq-css-variable(timezone-option-size-max-height);
32
+ max-height: var(--kbq-timezone-option-size-max-height);
33
33
  overflow: hidden;
34
34
  }
35
35
 
36
36
  .kbq-select__panel .kbq-timezone-option {
37
- height: kbq-css-variable(timezone-option-size-height);
37
+ height: var(--kbq-timezone-option-size-height);
38
38
  }
39
39
 
40
40
  @include kbq-timezone-option-theme();
@@ -8,7 +8,7 @@
8
8
  .kbq-timezone-select__panel.kbq-select__panel {
9
9
  .kbq-optgroup-label {
10
10
  display: block;
11
- padding: kbq-css-variable(timezone-option-size-optgroup-label-padding);
11
+ padding: var(--kbq-timezone-option-size-optgroup-label-padding);
12
12
  }
13
13
  }
14
14
 
@@ -5,16 +5,16 @@
5
5
  @use '../core/styles/common/tokens' as *;
6
6
 
7
7
  @mixin kbq-toast($style-name) {
8
- box-shadow: kbq-css-variable(toast-#{$style-name}-container-shadow);
8
+ box-shadow: var(--kbq-toast-#{$style-name}-container-shadow);
9
9
 
10
- background: kbq-css-variable(toast-#{$style-name}-container-background);
10
+ background: var(--kbq-toast-#{$style-name}-container-background);
11
11
 
12
12
  .kbq-toast__title {
13
- color: kbq-css-variable(toast-#{$style-name}-container-title);
13
+ color: var(--kbq-toast-#{$style-name}-container-title);
14
14
  }
15
15
 
16
16
  .kbq-toast__text {
17
- color: kbq-css-variable(toast-#{$style-name}-container-text);
17
+ color: var(--kbq-toast-#{$style-name}-container-text);
18
18
  }
19
19
  }
20
20
 
@@ -8,8 +8,8 @@
8
8
  flex-direction: column;
9
9
  align-items: flex-end;
10
10
 
11
- margin-top: kbq-css-variable(toast-stack-size-margin-top);
12
- margin-right: kbq-css-variable(toast-stack-size-margin-right);
11
+ margin-top: var(--kbq-toast-stack-size-margin-top);
12
+ margin-right: var(--kbq-toast-stack-size-margin-right);
13
13
 
14
- gap: kbq-css-variable(toast-stack-size-gap);
14
+ gap: var(--kbq-toast-stack-size-gap);
15
15
  }