@koobiq/components 17.8.5 → 18.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (348) hide show
  1. package/alert/alert-tokens.scss +114 -121
  2. package/autocomplete/autocomplete-tokens.scss +8 -7
  3. package/badge/badge-tokens.scss +164 -169
  4. package/button/button-tokens.scss +237 -228
  5. package/button/button.scss +5 -9
  6. package/button-toggle/button-toggle-tokens.scss +68 -71
  7. package/checkbox/checkbox-tokens.scss +118 -125
  8. package/code-block/code-block-tokens.scss +92 -91
  9. package/core/common-behaviors/index.d.ts +1 -1
  10. package/core/forms/forms-tokens.scss +28 -33
  11. package/core/option/optgroup-tokens.scss +8 -26
  12. package/core/option/option-action-tokens.scss +3 -19
  13. package/core/option/option-tokens.scss +89 -105
  14. package/core/pop-up/pop-up-trigger.d.ts +5 -1
  15. package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +118 -125
  16. package/core/styles/_koobiq-theme.scss +3 -7
  17. package/core/styles/theming/_theming.scss +4 -6
  18. package/core/styles/theming/scrollbar-tokens.scss +16 -14
  19. package/core/styles/typography/_typography.scss +1 -0
  20. package/datepicker/datepicker-tokens.scss +41 -47
  21. package/divider/divider-tokens.scss +6 -4
  22. package/dl/dl-tokens.scss +24 -25
  23. package/dropdown/dropdown-tokens.scss +87 -99
  24. package/empty-state/empty-state-tokens.scss +46 -59
  25. package/esm2022/alert/alert.component.mjs +13 -13
  26. package/esm2022/alert/alert.module.mjs +4 -4
  27. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +3 -3
  28. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  29. package/esm2022/autocomplete/autocomplete.component.mjs +5 -5
  30. package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
  31. package/esm2022/badge/badge.component.mjs +10 -10
  32. package/esm2022/badge/badge.module.mjs +4 -4
  33. package/esm2022/button/button.component.mjs +8 -8
  34. package/esm2022/button/button.module.mjs +4 -4
  35. package/esm2022/button-toggle/button-toggle.component.mjs +8 -8
  36. package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
  37. package/esm2022/checkbox/checkbox-module.mjs +4 -4
  38. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  39. package/esm2022/checkbox/checkbox.mjs +5 -5
  40. package/esm2022/code-block/actionbar.component.mjs +5 -5
  41. package/esm2022/code-block/code-block.component.mjs +5 -5
  42. package/esm2022/code-block/code-block.module.mjs +4 -4
  43. package/esm2022/core/common-behaviors/common-module.mjs +4 -4
  44. package/esm2022/core/common-behaviors/index.mjs +2 -2
  45. package/esm2022/core/error/error-options.mjs +6 -6
  46. package/esm2022/core/formatters/date/formatter.mjs +3 -3
  47. package/esm2022/core/formatters/date/formatter.pipe.mjs +39 -39
  48. package/esm2022/core/formatters/index.mjs +4 -4
  49. package/esm2022/core/formatters/number/formatter.mjs +12 -12
  50. package/esm2022/core/forms/forms-module.mjs +4 -4
  51. package/esm2022/core/forms/forms.directive.mjs +6 -6
  52. package/esm2022/core/highlight/highlight.pipe.mjs +3 -3
  53. package/esm2022/core/highlight/index.mjs +4 -4
  54. package/esm2022/core/line/line.mjs +7 -7
  55. package/esm2022/core/locales/locale-service.mjs +3 -3
  56. package/esm2022/core/locales/locale-service.module.mjs +4 -4
  57. package/esm2022/core/option/action.mjs +8 -8
  58. package/esm2022/core/option/optgroup.mjs +4 -4
  59. package/esm2022/core/option/option-module.mjs +4 -4
  60. package/esm2022/core/option/option.mjs +5 -5
  61. package/esm2022/core/pop-up/pop-up-trigger.mjs +17 -8
  62. package/esm2022/core/pop-up/pop-up.mjs +3 -3
  63. package/esm2022/core/select/common.mjs +15 -15
  64. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +5 -5
  65. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  66. package/esm2022/core/services/measure-scrollbar.service.mjs +3 -3
  67. package/esm2022/core/services/theme.service.mjs +3 -3
  68. package/esm2022/core/utils/data-size/data-size.pipe.mjs +3 -3
  69. package/esm2022/core/version.mjs +2 -2
  70. package/esm2022/datepicker/calendar-body.component.mjs +3 -3
  71. package/esm2022/datepicker/calendar-header.component.mjs +5 -5
  72. package/esm2022/datepicker/calendar.component.mjs +3 -3
  73. package/esm2022/datepicker/datepicker-input.directive.mjs +3 -3
  74. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  75. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  76. package/esm2022/datepicker/datepicker-toggle.component.mjs +8 -8
  77. package/esm2022/datepicker/datepicker.component.mjs +8 -8
  78. package/esm2022/datepicker/month-view.component.mjs +3 -3
  79. package/esm2022/divider/divider.component.mjs +4 -4
  80. package/esm2022/divider/divider.module.mjs +4 -4
  81. package/esm2022/dl/dl.component.mjs +10 -10
  82. package/esm2022/dl/dl.module.mjs +4 -4
  83. package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
  84. package/esm2022/dropdown/dropdown-item.component.mjs +6 -6
  85. package/esm2022/dropdown/dropdown-trigger.directive.mjs +3 -3
  86. package/esm2022/dropdown/dropdown.component.mjs +6 -6
  87. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  88. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -7
  89. package/esm2022/empty-state/empty-state.component.mjs +16 -16
  90. package/esm2022/empty-state/empty-state.module.mjs +4 -4
  91. package/esm2022/file-upload/file-drop.mjs +3 -3
  92. package/esm2022/file-upload/file-upload.module.mjs +4 -4
  93. package/esm2022/file-upload/multiple-file-upload.component.mjs +5 -5
  94. package/esm2022/file-upload/single-file-upload.component.mjs +5 -5
  95. package/esm2022/form-field/cleaner.mjs +6 -6
  96. package/esm2022/form-field/form-field.mjs +11 -11
  97. package/esm2022/form-field/form-field.module.mjs +4 -4
  98. package/esm2022/form-field/hint.mjs +5 -5
  99. package/esm2022/form-field/password-hint.mjs +7 -7
  100. package/esm2022/form-field/password-toggle.mjs +5 -5
  101. package/esm2022/form-field/prefix.mjs +3 -3
  102. package/esm2022/form-field/stepper.mjs +8 -8
  103. package/esm2022/form-field/suffix.mjs +3 -3
  104. package/esm2022/form-field/validate.directive.mjs +3 -3
  105. package/esm2022/icon/icon-button.component.mjs +7 -7
  106. package/esm2022/icon/icon-item.component.mjs +7 -7
  107. package/esm2022/icon/icon.component.mjs +7 -7
  108. package/esm2022/icon/icon.module.mjs +13 -24
  109. package/esm2022/input/input-number-validators.mjs +6 -6
  110. package/esm2022/input/input-number.mjs +3 -3
  111. package/esm2022/input/input-password.mjs +3 -3
  112. package/esm2022/input/input.mjs +6 -6
  113. package/esm2022/input/input.module.mjs +4 -4
  114. package/esm2022/link/link.component.mjs +3 -3
  115. package/esm2022/link/link.module.mjs +4 -4
  116. package/esm2022/list/list-selection.component.mjs +11 -11
  117. package/esm2022/list/list.component.mjs +7 -7
  118. package/esm2022/list/list.module.mjs +4 -4
  119. package/esm2022/loader-overlay/loader-overlay.component.mjs +13 -13
  120. package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
  121. package/esm2022/markdown/markdown.component.mjs +5 -5
  122. package/esm2022/markdown/markdown.module.mjs +4 -4
  123. package/esm2022/markdown/markdown.service.mjs +3 -3
  124. package/esm2022/modal/css-unit.pipe.mjs +3 -3
  125. package/esm2022/modal/modal-control.service.mjs +3 -3
  126. package/esm2022/modal/modal.component.mjs +5 -5
  127. package/esm2022/modal/modal.directive.mjs +53 -17
  128. package/esm2022/modal/modal.module.mjs +4 -4
  129. package/esm2022/modal/modal.service.mjs +3 -3
  130. package/esm2022/navbar/navbar-item.component.mjs +33 -33
  131. package/esm2022/navbar/navbar.component.mjs +11 -11
  132. package/esm2022/navbar/navbar.module.mjs +4 -4
  133. package/esm2022/navbar/vertical-navbar.component.mjs +5 -5
  134. package/esm2022/popover/popover-confirm.component.mjs +8 -8
  135. package/esm2022/popover/popover.component.mjs +8 -8
  136. package/esm2022/popover/popover.module.mjs +4 -4
  137. package/esm2022/progress-bar/progress-bar.component.mjs +10 -10
  138. package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
  139. package/esm2022/progress-spinner/progress-spinner.component.mjs +10 -10
  140. package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
  141. package/esm2022/radio/radio.component.mjs +7 -7
  142. package/esm2022/radio/radio.module.mjs +4 -4
  143. package/esm2022/risk-level/risk-level.component.mjs +4 -4
  144. package/esm2022/risk-level/risk-level.module.mjs +4 -4
  145. package/esm2022/scrollbar/scrollbar.component.mjs +6 -6
  146. package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
  147. package/esm2022/scrollbar/scrollbar.module.mjs +4 -4
  148. package/esm2022/select/select-option.directive.mjs +3 -3
  149. package/esm2022/select/select.component.mjs +6 -6
  150. package/esm2022/select/select.module.mjs +4 -4
  151. package/esm2022/sidebar/sidebar.component.mjs +9 -9
  152. package/esm2022/sidebar/sidebar.module.mjs +4 -4
  153. package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -5
  154. package/esm2022/sidepanel/sidepanel-directives.mjs +18 -18
  155. package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
  156. package/esm2022/sidepanel/sidepanel.service.mjs +3 -3
  157. package/esm2022/splitter/splitter.component.mjs +14 -14
  158. package/esm2022/splitter/splitter.module.mjs +4 -4
  159. package/esm2022/table/table.component.mjs +7 -7
  160. package/esm2022/table/table.module.mjs +4 -4
  161. package/esm2022/tabs/paginated-tab-header.mjs +3 -3
  162. package/esm2022/tabs/tab-body.component.mjs +6 -6
  163. package/esm2022/tabs/tab-content.directive.mjs +3 -3
  164. package/esm2022/tabs/tab-group.component.mjs +33 -18
  165. package/esm2022/tabs/tab-header.component.mjs +16 -5
  166. package/esm2022/tabs/tab-label-wrapper.directive.mjs +8 -4
  167. package/esm2022/tabs/tab-label.directive.mjs +3 -3
  168. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
  169. package/esm2022/tabs/tab.component.mjs +3 -3
  170. package/esm2022/tabs/tabs.module.mjs +15 -8
  171. package/esm2022/tags/tag-input.mjs +3 -3
  172. package/esm2022/tags/tag-list.component.mjs +4 -4
  173. package/esm2022/tags/tag.component.mjs +12 -12
  174. package/esm2022/tags/tag.module.mjs +4 -4
  175. package/esm2022/textarea/textarea.component.mjs +3 -3
  176. package/esm2022/textarea/textarea.module.mjs +4 -4
  177. package/esm2022/timepicker/timepicker.directive.mjs +3 -3
  178. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  179. package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
  180. package/esm2022/timezone/timezone-option.component.mjs +5 -5
  181. package/esm2022/timezone/timezone-option.directive.mjs +3 -3
  182. package/esm2022/timezone/timezone-select.component.mjs +9 -9
  183. package/esm2022/timezone/timezone.module.mjs +4 -4
  184. package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
  185. package/esm2022/title/title.directive.mjs +3 -3
  186. package/esm2022/title/title.module.mjs +4 -4
  187. package/esm2022/toast/toast-container.component.mjs +3 -3
  188. package/esm2022/toast/toast.component.mjs +8 -8
  189. package/esm2022/toast/toast.module.mjs +4 -4
  190. package/esm2022/toast/toast.service.mjs +3 -3
  191. package/esm2022/toggle/toggle.component.mjs +6 -6
  192. package/esm2022/toggle/toggle.module.mjs +4 -4
  193. package/esm2022/tooltip/tooltip.component.mjs +52 -15
  194. package/esm2022/tooltip/tooltip.module.mjs +15 -28
  195. package/esm2022/tree/node.mjs +3 -3
  196. package/esm2022/tree/outlet.mjs +3 -3
  197. package/esm2022/tree/padding.directive.mjs +3 -3
  198. package/esm2022/tree/toggle.mjs +14 -14
  199. package/esm2022/tree/tree-base.mjs +6 -6
  200. package/esm2022/tree/tree-option.component.mjs +5 -5
  201. package/esm2022/tree/tree-selection.component.mjs +5 -5
  202. package/esm2022/tree/tree.mjs +5 -5
  203. package/esm2022/tree/tree.module.mjs +4 -4
  204. package/esm2022/tree-select/tree-select.component.mjs +6 -6
  205. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  206. package/fesm2022/koobiq-components-alert.mjs +17 -17
  207. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  208. package/fesm2022/koobiq-components-autocomplete.mjs +15 -15
  209. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  210. package/fesm2022/koobiq-components-badge.mjs +14 -14
  211. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  212. package/fesm2022/koobiq-components-button-toggle.mjs +12 -12
  213. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  214. package/fesm2022/koobiq-components-button.mjs +12 -12
  215. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  216. package/fesm2022/koobiq-components-checkbox.mjs +11 -11
  217. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  218. package/fesm2022/koobiq-components-code-block.mjs +12 -12
  219. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  220. package/fesm2022/koobiq-components-core.mjs +171 -162
  221. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  222. package/fesm2022/koobiq-components-datepicker.mjs +37 -37
  223. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  224. package/fesm2022/koobiq-components-divider.mjs +8 -8
  225. package/fesm2022/koobiq-components-divider.mjs.map +1 -1
  226. package/fesm2022/koobiq-components-dl.mjs +14 -14
  227. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  228. package/fesm2022/koobiq-components-dropdown.mjs +20 -20
  229. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  230. package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
  231. package/fesm2022/koobiq-components-empty-state.mjs +20 -20
  232. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  233. package/fesm2022/koobiq-components-file-upload.mjs +15 -15
  234. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  235. package/fesm2022/koobiq-components-form-field.mjs +51 -51
  236. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  237. package/fesm2022/koobiq-components-icon.mjs +30 -41
  238. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  239. package/fesm2022/koobiq-components-input.mjs +22 -22
  240. package/fesm2022/koobiq-components-link.mjs +7 -7
  241. package/fesm2022/koobiq-components-list.mjs +22 -22
  242. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  243. package/fesm2022/koobiq-components-loader-overlay.mjs +17 -17
  244. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  245. package/fesm2022/koobiq-components-markdown.mjs +12 -12
  246. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  247. package/fesm2022/koobiq-components-modal.mjs +64 -32
  248. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  249. package/fesm2022/koobiq-components-navbar.mjs +52 -52
  250. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  251. package/fesm2022/koobiq-components-popover.mjs +18 -18
  252. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  253. package/fesm2022/koobiq-components-progress-bar.mjs +14 -14
  254. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  255. package/fesm2022/koobiq-components-progress-spinner.mjs +14 -14
  256. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  257. package/fesm2022/koobiq-components-radio.mjs +11 -11
  258. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  259. package/fesm2022/koobiq-components-risk-level.mjs +8 -8
  260. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  261. package/fesm2022/koobiq-components-scrollbar.mjs +12 -12
  262. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  263. package/fesm2022/koobiq-components-select.mjs +12 -12
  264. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  265. package/fesm2022/koobiq-components-sidebar.mjs +13 -13
  266. package/fesm2022/koobiq-components-sidepanel.mjs +28 -28
  267. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  268. package/fesm2022/koobiq-components-splitter.mjs +17 -17
  269. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  270. package/fesm2022/koobiq-components-table.mjs +11 -11
  271. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  272. package/fesm2022/koobiq-components-tabs.mjs +93 -56
  273. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  274. package/fesm2022/koobiq-components-tags.mjs +23 -23
  275. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  276. package/fesm2022/koobiq-components-textarea.mjs +7 -7
  277. package/fesm2022/koobiq-components-timepicker.mjs +7 -7
  278. package/fesm2022/koobiq-components-timezone.mjs +26 -26
  279. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  280. package/fesm2022/koobiq-components-title.mjs +7 -7
  281. package/fesm2022/koobiq-components-toast.mjs +17 -17
  282. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  283. package/fesm2022/koobiq-components-toggle.mjs +9 -9
  284. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  285. package/fesm2022/koobiq-components-tooltip.mjs +67 -42
  286. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  287. package/fesm2022/koobiq-components-tree-select.mjs +9 -9
  288. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  289. package/fesm2022/koobiq-components-tree.mjs +47 -47
  290. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  291. package/file-upload/file-upload-tokens.scss +142 -145
  292. package/file-upload/multiple-file-upload.component.scss +2 -8
  293. package/form-field/form-field-tokens.scss +70 -75
  294. package/form-field/hint-tokens.scss +49 -54
  295. package/icon/icon-button-tokens.scss +54 -56
  296. package/icon/icon-button.component.d.ts +1 -1
  297. package/icon/icon-item-tokens.scss +46 -44
  298. package/icon/icon-item.component.d.ts +1 -1
  299. package/icon/icon-tokens.scss +14 -12
  300. package/icon/icon.component.d.ts +1 -1
  301. package/icon/icon.module.d.ts +1 -3
  302. package/input/input-tokens.scss +10 -13
  303. package/link/link-tokens.scss +53 -60
  304. package/list/list-tokens.scss +80 -89
  305. package/loader-overlay/loader-overlay-tokens.scss +50 -51
  306. package/markdown/markdown-tokens.scss +203 -234
  307. package/modal/modal-tokens.scss +38 -44
  308. package/modal/modal.directive.d.ts +3 -0
  309. package/navbar/navbar-tokens.scss +49 -74
  310. package/package.json +12 -9
  311. package/popover/popover-tokens.scss +38 -48
  312. package/prebuilt-themes/dark-theme.css +1 -1
  313. package/prebuilt-themes/light-theme.css +1 -1
  314. package/prebuilt-themes/theme.css +1 -0
  315. package/progress-bar/progress-bar-tokens.scss +26 -31
  316. package/progress-spinner/progress-spinner-tokens.scss +26 -31
  317. package/radio/radio-tokens.scss +115 -128
  318. package/risk-level/risk-level-tokens.scss +56 -59
  319. package/schematics/collection.json +5 -0
  320. package/schematics/new-icons-pack/data.js +2303 -0
  321. package/schematics/new-icons-pack/index.js +120 -0
  322. package/schematics/new-icons-pack/schema.json +25 -0
  323. package/schematics/ng-add/index.js +14 -40
  324. package/schematics/utils/package-config.js +65 -0
  325. package/scrollbar/scrollbar-tokens.scss +16 -14
  326. package/scrollbar/scrollbar.directive.d.ts +1 -24
  327. package/select/select-tokens.scss +30 -50
  328. package/sidepanel/sidepanel-tokens.scss +34 -40
  329. package/splitter/splitter-tokens.scss +1 -7
  330. package/table/table-tokens.scss +16 -37
  331. package/tabs/_tabs-common.scss +29 -0
  332. package/tabs/_tabs-theme.scss +12 -0
  333. package/tabs/tab-group.component.d.ts +7 -2
  334. package/tabs/tab-header.component.d.ts +4 -1
  335. package/tabs/tab-header.scss +28 -0
  336. package/tabs/tabs-tokens.scss +167 -110
  337. package/tabs/tabs.module.d.ts +2 -1
  338. package/tags/tag-input-tokens.scss +12 -15
  339. package/tags/tag-tokens.scss +139 -144
  340. package/textarea/textarea-tokens.scss +10 -13
  341. package/timezone/timezone-option-tokens.scss +60 -39
  342. package/toast/toast-tokens.scss +59 -66
  343. package/toggle/toggle-tokens.scss +120 -129
  344. package/tooltip/tooltip-tokens.scss +48 -55
  345. package/tooltip/tooltip.component.d.ts +11 -4
  346. package/tooltip/tooltip.module.d.ts +1 -3
  347. package/tree/tree-tokens.scss +78 -83
  348. package/tree-select/tree-select-tokens.scss +13 -53
@@ -1,262 +1,231 @@
1
+ /* stylelint-disable no-unknown-custom-properties */
2
+
1
3
  .kbq-markdown {
2
- --kbq-markdown-h1-size-max-width: 650px;
4
+ --kbq-markdown-h1-size-max-width: var(--kbq-markdown-size-max-width);
3
5
  --kbq-markdown-h1-size-margin-top: 0;
4
- --kbq-markdown-h1-size-margin-bottom: 16px;
5
- --kbq-markdown-h1-font-default-font-size: 36px;
6
- --kbq-markdown-h1-font-default-line-height: 44px;
7
- --kbq-markdown-h1-font-default-letter-spacing: normal;
8
- --kbq-markdown-h1-font-default-font-weight: 400;
9
- --kbq-markdown-h1-font-default-text-transform: null;
10
- --kbq-markdown-h1-font-default-font-feature-settings: 'calt', 'kern', 'liga';
11
- --kbq-markdown-h2-size-max-width: 650px;
12
- --kbq-markdown-h2-size-margin-top: 24px;
13
- --kbq-markdown-h2-size-margin-bottom: 12px;
14
- --kbq-markdown-h2-font-default-font-size: 24px;
15
- --kbq-markdown-h2-font-default-line-height: 32px;
16
- --kbq-markdown-h2-font-default-letter-spacing: normal;
17
- --kbq-markdown-h2-font-default-font-weight: 700;
18
- --kbq-markdown-h2-font-default-text-transform: null;
19
- --kbq-markdown-h2-font-default-font-feature-settings: 'calt', 'kern', 'liga';
20
- --kbq-markdown-h3-size-max-width: 650px;
21
- --kbq-markdown-h3-size-margin-top: 24px;
22
- --kbq-markdown-h3-size-margin-bottom: 12px;
23
- --kbq-markdown-h3-font-default-font-size: 20px;
24
- --kbq-markdown-h3-font-default-line-height: 28px;
25
- --kbq-markdown-h3-font-default-letter-spacing: normal;
26
- --kbq-markdown-h3-font-default-font-weight: 700;
27
- --kbq-markdown-h3-font-default-text-transform: null;
28
- --kbq-markdown-h3-font-default-font-feature-settings: 'calt', 'kern', 'liga';
29
- --kbq-markdown-h4-size-max-width: 650px;
30
- --kbq-markdown-h4-size-margin-top: 24px;
31
- --kbq-markdown-h4-size-margin-bottom: 12px;
32
- --kbq-markdown-h4-font-default-font-size: 18px;
33
- --kbq-markdown-h4-font-default-line-height: 26px;
34
- --kbq-markdown-h4-font-default-letter-spacing: normal;
35
- --kbq-markdown-h4-font-default-font-weight: 700;
36
- --kbq-markdown-h4-font-default-text-transform: null;
37
- --kbq-markdown-h4-font-default-font-feature-settings: 'calt', 'kern', 'liga';
38
- --kbq-markdown-h5-size-max-width: 650px;
39
- --kbq-markdown-h5-size-margin-top: 24px;
40
- --kbq-markdown-h5-size-margin-bottom: 8px;
41
- --kbq-markdown-h5-font-default-font-size: 16px;
42
- --kbq-markdown-h5-font-default-line-height: 24px;
43
- --kbq-markdown-h5-font-default-letter-spacing: -0.011em;
44
- --kbq-markdown-h5-font-default-font-weight: 700;
45
- --kbq-markdown-h5-font-default-text-transform: null;
46
- --kbq-markdown-h5-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
47
- --kbq-markdown-h6-size-max-width: 650px;
48
- --kbq-markdown-h6-size-margin-top: 24px;
49
- --kbq-markdown-h6-size-margin-bottom: 8px;
50
- --kbq-markdown-h6-font-default-font-size: 14px;
51
- --kbq-markdown-h6-font-default-line-height: 20px;
52
- --kbq-markdown-h6-font-default-letter-spacing: 0.08em;
53
- --kbq-markdown-h6-font-default-font-weight: 500;
54
- --kbq-markdown-h6-font-default-text-transform: uppercase;
55
- --kbq-markdown-h6-font-default-font-feature-settings: 'calt', 'case', 'kern', 'liga', 'ss01', 'ss04';
56
- --kbq-markdown-p-size-max-width: 650px;
57
- --kbq-markdown-p-size-margin-top: 12px;
58
- --kbq-markdown-p-size-margin-bottom: 12px;
59
- --kbq-markdown-p-font-default-font-size: 16px;
60
- --kbq-markdown-p-font-default-line-height: 24px;
61
- --kbq-markdown-p-font-default-letter-spacing: -0.011em;
62
- --kbq-markdown-p-font-default-font-weight: normal;
63
- --kbq-markdown-p-font-default-text-transform: null;
64
- --kbq-markdown-p-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
65
- --kbq-markdown-list-size-max-width: 650px;
66
- --kbq-markdown-list-size-margin-top: 12px;
67
- --kbq-markdown-list-size-margin-bottom: 12px;
68
- --kbq-markdown-list-size-margin-top-after-paragraph: -8px;
69
- --kbq-markdown-list-size-ol-number-padding-right: 4px;
70
- --kbq-markdown-list-size-ul-padding: 0 0 0 24px;
71
- --kbq-markdown-list-size-item-margin-bottom: 4px;
72
- --kbq-markdown-list-font-default-font-size: 16px;
73
- --kbq-markdown-list-font-default-line-height: 24px;
74
- --kbq-markdown-list-font-default-letter-spacing: -0.011em;
75
- --kbq-markdown-list-font-default-font-weight: normal;
76
- --kbq-markdown-list-font-default-text-transform: null;
77
- --kbq-markdown-list-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
78
- --kbq-markdown-blockquote-size-max-width: 650px;
79
- --kbq-markdown-blockquote-size-margin-top: 12px;
80
- --kbq-markdown-blockquote-size-margin-bottom: 12px;
81
- --kbq-markdown-blockquote-size-padding: 2px 12px;
82
- --kbq-markdown-blockquote-size-line-width: 4px;
83
- --kbq-markdown-blockquote-size-border-radius: 0;
84
- --kbq-markdown-blockquote-size-border-width: 0;
85
- --kbq-markdown-blockquote-font-default-font-size: 16px;
86
- --kbq-markdown-blockquote-font-default-line-height: 24px;
87
- --kbq-markdown-blockquote-font-default-letter-spacing: -0.011em;
88
- --kbq-markdown-blockquote-font-default-font-weight: normal;
89
- --kbq-markdown-blockquote-font-default-text-transform: null;
90
- --kbq-markdown-blockquote-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
91
- --kbq-markdown-code-size-max-width: 650px;
92
- --kbq-markdown-code-size-multiline-margin-top: 12px;
93
- --kbq-markdown-code-size-multiline-margin-bottom: 24px;
94
- --kbq-markdown-code-size-inline-padding: 0 4px;
95
- --kbq-markdown-code-size-multiline-padding: 12px 16px;
96
- --kbq-markdown-code-size-border-radius: 8px;
97
- --kbq-markdown-code-size-border-width: 1px;
98
- --kbq-markdown-code-font-default-font-size: 16px;
99
- --kbq-markdown-code-font-default-line-height: 24px;
100
- --kbq-markdown-code-font-default-letter-spacing: normal;
101
- --kbq-markdown-code-font-default-font-weight: normal;
102
- --kbq-markdown-code-font-default-text-transform: null;
103
- --kbq-markdown-code-font-default-font-feature-settings: initial;
104
- --kbq-markdown-link-size-icon-margin: 2px;
105
- --kbq-markdown-link-size-state-focused-outline-offset: 0px;
106
- --kbq-markdown-link-size-state-focused-outline-width: 2px;
107
- --kbq-markdown-link-font-default-font-size: 16px;
108
- --kbq-markdown-link-font-default-line-height: 24px;
109
- --kbq-markdown-link-font-default-letter-spacing: -0.011em;
110
- --kbq-markdown-link-font-default-font-weight: normal;
111
- --kbq-markdown-link-font-default-text-transform: null;
112
- --kbq-markdown-link-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
113
- --kbq-markdown-image-size-max-width: 650px;
114
- --kbq-markdown-image-size-margin-top: 12px;
115
- --kbq-markdown-image-size-margin-bottom: 12px;
116
- --kbq-markdown-image-size-caption-margin-top: -8px;
117
- --kbq-markdown-image-size-caption-margin-bottom: 24px;
118
- --kbq-markdown-image-font-caption-font-size: 14px;
119
- --kbq-markdown-image-font-caption-line-height: 20px;
120
- --kbq-markdown-image-font-caption-letter-spacing: -0.006em;
121
- --kbq-markdown-image-font-caption-font-weight: normal;
122
- --kbq-markdown-image-font-caption-text-transform: null;
123
- --kbq-markdown-image-font-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
124
- --kbq-markdown-hr-size-width: 1px;
125
- --kbq-markdown-hr-size-margin-vertical: 24px;
126
- --kbq-markdown-table-size-border-width: 1px;
127
- --kbq-markdown-table-size-padding: 8px;
128
- --kbq-markdown-table-size-margin-bottom: 12px;
129
- --kbq-markdown-table-font-header-font-size: 14px;
130
- --kbq-markdown-table-font-header-line-height: 20px;
131
- --kbq-markdown-table-font-header-letter-spacing: -0.006em;
132
- --kbq-markdown-table-font-header-font-weight: normal;
133
- --kbq-markdown-table-font-header-text-transform: null;
134
- --kbq-markdown-table-font-header-font-feature-settings: 'calt', 'ss01', 'ss04', 'tnum';
135
- --kbq-markdown-table-font-body-font-size: 16px;
136
- --kbq-markdown-table-font-body-line-height: 24px;
137
- --kbq-markdown-table-font-body-letter-spacing: normal;
138
- --kbq-markdown-table-font-body-font-weight: normal;
139
- --kbq-markdown-table-font-body-text-transform: null;
140
- --kbq-markdown-table-font-body-font-feature-settings: 'calt', 'ss01', 'ss04', 'tnum';
141
- --kbq-markdown-size-max-width: 650px;
142
- --kbq-markdown-font-default-font-size: 16px;
143
- --kbq-markdown-font-default-line-height: 24px;
144
- --kbq-markdown-font-default-letter-spacing: -0.011em;
145
- --kbq-markdown-font-default-font-weight: normal;
146
- --kbq-markdown-font-default-text-transform: null;
147
- --kbq-markdown-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
6
+ --kbq-markdown-h1-size-margin-bottom: var(--kbq-size-l);
7
+ --kbq-markdown-h1-font-default-font-size: var(--kbq-md-typography-md-h1-font-size);
8
+ --kbq-markdown-h1-font-default-line-height: var(--kbq-md-typography-md-h1-line-height);
9
+ --kbq-markdown-h1-font-default-letter-spacing: var(--kbq-md-typography-md-h1-letter-spacing);
10
+ --kbq-markdown-h1-font-default-font-weight: var(--kbq-md-typography-md-h1-font-weight);
148
11
  --kbq-markdown-h1-font-default-font-family: var(--kbq-md-typography-md-h1-font-family);
12
+ --kbq-markdown-h1-font-default-text-transform: var(--kbq-md-typography-md-h1-text-transform);
13
+ --kbq-markdown-h1-font-default-font-feature-settings: var(--kbq-md-typography-md-h1-font-feature-settings);
14
+ --kbq-markdown-h2-size-max-width: var(--kbq-markdown-size-max-width);
15
+ --kbq-markdown-h2-size-margin-top: var(--kbq-size-xxl);
16
+ --kbq-markdown-h2-size-margin-bottom: var(--kbq-size-m);
17
+ --kbq-markdown-h2-font-default-font-size: var(--kbq-md-typography-md-h2-font-size);
18
+ --kbq-markdown-h2-font-default-line-height: var(--kbq-md-typography-md-h2-line-height);
19
+ --kbq-markdown-h2-font-default-letter-spacing: var(--kbq-md-typography-md-h2-letter-spacing);
20
+ --kbq-markdown-h2-font-default-font-weight: var(--kbq-md-typography-md-h2-font-weight);
149
21
  --kbq-markdown-h2-font-default-font-family: var(--kbq-md-typography-md-h2-font-family);
22
+ --kbq-markdown-h2-font-default-text-transform: var(--kbq-md-typography-md-h2-text-transform);
23
+ --kbq-markdown-h2-font-default-font-feature-settings: var(--kbq-md-typography-md-h2-font-feature-settings);
24
+ --kbq-markdown-h3-size-max-width: var(--kbq-markdown-size-max-width);
25
+ --kbq-markdown-h3-size-margin-top: var(--kbq-size-xxl);
26
+ --kbq-markdown-h3-size-margin-bottom: var(--kbq-size-m);
27
+ --kbq-markdown-h3-font-default-font-size: var(--kbq-md-typography-md-h3-font-size);
28
+ --kbq-markdown-h3-font-default-line-height: var(--kbq-md-typography-md-h3-line-height);
29
+ --kbq-markdown-h3-font-default-letter-spacing: var(--kbq-md-typography-md-h3-letter-spacing);
30
+ --kbq-markdown-h3-font-default-font-weight: var(--kbq-md-typography-md-h3-font-weight);
150
31
  --kbq-markdown-h3-font-default-font-family: var(--kbq-md-typography-md-h3-font-family);
32
+ --kbq-markdown-h3-font-default-text-transform: var(--kbq-md-typography-md-h3-text-transform);
33
+ --kbq-markdown-h3-font-default-font-feature-settings: var(--kbq-md-typography-md-h3-font-feature-settings);
34
+ --kbq-markdown-h4-size-max-width: var(--kbq-markdown-size-max-width);
35
+ --kbq-markdown-h4-size-margin-top: var(--kbq-size-xxl);
36
+ --kbq-markdown-h4-size-margin-bottom: var(--kbq-size-m);
37
+ --kbq-markdown-h4-font-default-font-size: var(--kbq-md-typography-md-h4-font-size);
38
+ --kbq-markdown-h4-font-default-line-height: var(--kbq-md-typography-md-h4-line-height);
39
+ --kbq-markdown-h4-font-default-letter-spacing: var(--kbq-md-typography-md-h4-letter-spacing);
40
+ --kbq-markdown-h4-font-default-font-weight: var(--kbq-md-typography-md-h4-font-weight);
151
41
  --kbq-markdown-h4-font-default-font-family: var(--kbq-md-typography-md-h4-font-family);
42
+ --kbq-markdown-h4-font-default-text-transform: var(--kbq-md-typography-md-h4-text-transform);
43
+ --kbq-markdown-h4-font-default-font-feature-settings: var(--kbq-md-typography-md-h4-font-feature-settings);
44
+ --kbq-markdown-h5-size-max-width: var(--kbq-markdown-size-max-width);
45
+ --kbq-markdown-h5-size-margin-top: var(--kbq-size-xxl);
46
+ --kbq-markdown-h5-size-margin-bottom: var(--kbq-size-s);
47
+ --kbq-markdown-h5-font-default-font-size: var(--kbq-md-typography-md-h5-font-size);
48
+ --kbq-markdown-h5-font-default-line-height: var(--kbq-md-typography-md-h5-line-height);
49
+ --kbq-markdown-h5-font-default-letter-spacing: var(--kbq-md-typography-md-h5-letter-spacing);
50
+ --kbq-markdown-h5-font-default-font-weight: var(--kbq-md-typography-md-h5-font-weight);
152
51
  --kbq-markdown-h5-font-default-font-family: var(--kbq-md-typography-md-h5-font-family);
52
+ --kbq-markdown-h5-font-default-text-transform: var(--kbq-md-typography-md-h5-text-transform);
53
+ --kbq-markdown-h5-font-default-font-feature-settings: var(--kbq-md-typography-md-h5-font-feature-settings);
54
+ --kbq-markdown-h6-size-max-width: var(--kbq-markdown-size-max-width);
55
+ --kbq-markdown-h6-size-margin-top: var(--kbq-size-xxl);
56
+ --kbq-markdown-h6-size-margin-bottom: var(--kbq-size-s);
57
+ --kbq-markdown-h6-font-default-font-size: var(--kbq-md-typography-md-h6-font-size);
58
+ --kbq-markdown-h6-font-default-line-height: var(--kbq-md-typography-md-h6-line-height);
59
+ --kbq-markdown-h6-font-default-letter-spacing: var(--kbq-md-typography-md-h6-letter-spacing);
60
+ --kbq-markdown-h6-font-default-font-weight: var(--kbq-md-typography-md-h6-font-weight);
153
61
  --kbq-markdown-h6-font-default-font-family: var(--kbq-md-typography-md-h6-font-family);
62
+ --kbq-markdown-h6-font-default-text-transform: var(--kbq-md-typography-md-h6-text-transform);
63
+ --kbq-markdown-h6-font-default-font-feature-settings: var(--kbq-md-typography-md-h6-font-feature-settings);
64
+ --kbq-markdown-p-size-max-width: var(--kbq-markdown-size-max-width);
65
+ --kbq-markdown-p-size-margin-top: var(--kbq-size-m);
66
+ --kbq-markdown-p-size-margin-bottom: var(--kbq-size-m);
67
+ --kbq-markdown-p-font-default-font-size: var(--kbq-md-typography-md-body-font-size);
68
+ --kbq-markdown-p-font-default-line-height: var(--kbq-md-typography-md-body-line-height);
69
+ --kbq-markdown-p-font-default-letter-spacing: var(--kbq-md-typography-md-body-letter-spacing);
70
+ --kbq-markdown-p-font-default-font-weight: var(--kbq-md-typography-md-body-font-weight);
154
71
  --kbq-markdown-p-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
72
+ --kbq-markdown-p-font-default-text-transform: var(--kbq-md-typography-md-body-text-transform);
73
+ --kbq-markdown-p-font-default-font-feature-settings: var(--kbq-md-typography-md-body-font-feature-settings);
74
+ --kbq-markdown-list-size-max-width: var(--kbq-markdown-size-max-width);
75
+ --kbq-markdown-list-size-margin-top: var(--kbq-size-m);
76
+ --kbq-markdown-list-size-margin-bottom: var(--kbq-size-m);
77
+ --kbq-markdown-list-size-margin-top-after-paragraph: -var(--kbq-size-s);
78
+ --kbq-markdown-list-size-ol-number-padding-right: var(--kbq-size-xxs);
79
+ --kbq-markdown-list-size-ul-padding: 0 0 0 var(--kbq-size-xxl);
80
+ --kbq-markdown-list-size-item-margin-bottom: var(--kbq-size-xxs);
81
+ --kbq-markdown-list-font-default-font-size: var(--kbq-md-typography-md-body-font-size);
82
+ --kbq-markdown-list-font-default-line-height: var(--kbq-md-typography-md-body-line-height);
83
+ --kbq-markdown-list-font-default-letter-spacing: var(--kbq-md-typography-md-body-letter-spacing);
84
+ --kbq-markdown-list-font-default-font-weight: var(--kbq-md-typography-md-body-font-weight);
155
85
  --kbq-markdown-list-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
86
+ --kbq-markdown-list-font-default-text-transform: var(--kbq-md-typography-md-body-text-transform);
87
+ --kbq-markdown-list-font-default-font-feature-settings: var(--kbq-md-typography-md-body-font-feature-settings);
88
+ --kbq-markdown-blockquote-size-max-width: var(--kbq-markdown-size-max-width);
89
+ --kbq-markdown-blockquote-size-margin-top: var(--kbq-size-m);
90
+ --kbq-markdown-blockquote-size-margin-bottom: var(--kbq-size-m);
91
+ --kbq-markdown-blockquote-size-padding: var(--kbq-size-3xs) var(--kbq-size-m);
92
+ --kbq-markdown-blockquote-size-line-width: var(--kbq-size-xxs);
93
+ --kbq-markdown-blockquote-size-border-radius: 0;
94
+ --kbq-markdown-blockquote-size-border-width: 0;
95
+ --kbq-markdown-blockquote-font-default-font-size: var(--kbq-md-typography-md-body-font-size);
96
+ --kbq-markdown-blockquote-font-default-line-height: var(--kbq-md-typography-md-body-line-height);
97
+ --kbq-markdown-blockquote-font-default-letter-spacing: var(--kbq-md-typography-md-body-letter-spacing);
98
+ --kbq-markdown-blockquote-font-default-font-weight: var(--kbq-md-typography-md-body-font-weight);
156
99
  --kbq-markdown-blockquote-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
100
+ --kbq-markdown-blockquote-font-default-text-transform: var(--kbq-md-typography-md-body-text-transform);
101
+ --kbq-markdown-blockquote-font-default-font-feature-settings: var(
102
+ --kbq-md-typography-md-body-font-feature-settings
103
+ );
104
+ --kbq-markdown-code-size-max-width: var(--kbq-markdown-size-max-width);
105
+ --kbq-markdown-code-size-multiline-margin-top: var(--kbq-size-m);
106
+ --kbq-markdown-code-size-multiline-margin-bottom: var(--kbq-size-xxl);
107
+ --kbq-markdown-code-size-inline-padding: 0 var(--kbq-size-xxs);
108
+ --kbq-markdown-code-size-multiline-padding: var(--kbq-size-m) var(--kbq-size-l);
109
+ --kbq-markdown-code-size-border-radius: var(--kbq-size-border-radius);
110
+ --kbq-markdown-code-size-border-width: var(--kbq-size-border-width);
111
+ --kbq-markdown-code-font-default-font-size: var(--kbq-md-typography-md-body-mono-font-size);
112
+ --kbq-markdown-code-font-default-line-height: var(--kbq-md-typography-md-body-mono-line-height);
113
+ --kbq-markdown-code-font-default-letter-spacing: var(--kbq-md-typography-md-body-mono-letter-spacing);
114
+ --kbq-markdown-code-font-default-font-weight: var(--kbq-md-typography-md-body-mono-font-weight);
157
115
  --kbq-markdown-code-font-default-font-family: var(--kbq-md-typography-md-body-mono-font-family);
116
+ --kbq-markdown-code-font-default-text-transform: var(--kbq-md-typography-md-body-mono-text-transform);
117
+ --kbq-markdown-code-font-default-font-feature-settings: var(--kbq-md-typography-md-body-mono-font-feature-settings);
118
+ --kbq-markdown-link-size-icon-margin: var(--kbq-link-size-normal-content-padding);
119
+ --kbq-markdown-link-size-state-focused-outline-offset: var(--kbq-link-size-state-focused-outline-offset);
120
+ --kbq-markdown-link-size-state-focused-outline-width: var(--kbq-link-size-state-focused-outline-width);
121
+ --kbq-markdown-link-font-default-font-size: var(--kbq-md-typography-md-body-font-size);
122
+ --kbq-markdown-link-font-default-line-height: var(--kbq-md-typography-md-body-line-height);
123
+ --kbq-markdown-link-font-default-letter-spacing: var(--kbq-md-typography-md-body-letter-spacing);
124
+ --kbq-markdown-link-font-default-font-weight: var(--kbq-md-typography-md-body-font-weight);
158
125
  --kbq-markdown-link-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
126
+ --kbq-markdown-link-font-default-text-transform: var(--kbq-md-typography-md-body-text-transform);
127
+ --kbq-markdown-link-font-default-font-feature-settings: var(--kbq-md-typography-md-body-font-feature-settings);
128
+ --kbq-markdown-image-size-max-width: var(--kbq-markdown-size-max-width);
129
+ --kbq-markdown-image-size-margin-top: var(--kbq-size-m);
130
+ --kbq-markdown-image-size-margin-bottom: var(--kbq-size-m);
131
+ --kbq-markdown-image-size-caption-margin-top: -var(--kbq-size-s);
132
+ --kbq-markdown-image-size-caption-margin-bottom: var(--kbq-size-xxl);
133
+ --kbq-markdown-image-font-caption-font-size: var(--kbq-md-typography-md-caption-font-size);
134
+ --kbq-markdown-image-font-caption-line-height: var(--kbq-md-typography-md-caption-line-height);
135
+ --kbq-markdown-image-font-caption-letter-spacing: var(--kbq-md-typography-md-caption-letter-spacing);
136
+ --kbq-markdown-image-font-caption-font-weight: var(--kbq-md-typography-md-caption-font-weight);
159
137
  --kbq-markdown-image-font-caption-font-family: var(--kbq-md-typography-md-caption-font-family);
138
+ --kbq-markdown-image-font-caption-text-transform: var(--kbq-md-typography-md-caption-text-transform);
139
+ --kbq-markdown-image-font-caption-font-feature-settings: var(--kbq-md-typography-md-caption-font-feature-settings);
140
+ --kbq-markdown-hr-size-width: 1px;
141
+ --kbq-markdown-hr-size-margin-vertical: var(--kbq-size-xxl);
142
+ --kbq-markdown-table-size-border-width: var(--kbq-size-border-width);
143
+ --kbq-markdown-table-size-padding: var(--kbq-size-s);
144
+ --kbq-markdown-table-size-margin-bottom: var(--kbq-size-m);
145
+ --kbq-markdown-table-font-header-font-size: var(--kbq-md-typography-md-table-header-font-size);
146
+ --kbq-markdown-table-font-header-line-height: var(--kbq-md-typography-md-table-header-line-height);
147
+ --kbq-markdown-table-font-header-letter-spacing: var(--kbq-md-typography-md-table-header-letter-spacing);
148
+ --kbq-markdown-table-font-header-font-weight: var(--kbq-md-typography-md-table-header-font-weight);
160
149
  --kbq-markdown-table-font-header-font-family: var(--kbq-md-typography-md-table-header-font-family);
150
+ --kbq-markdown-table-font-header-text-transform: var(--kbq-md-typography-md-table-header-text-transform);
151
+ --kbq-markdown-table-font-header-font-feature-settings: var(
152
+ --kbq-md-typography-md-table-header-font-feature-settings
153
+ );
154
+ --kbq-markdown-table-font-body-font-size: var(--kbq-md-typography-md-table-cell-font-size);
155
+ --kbq-markdown-table-font-body-line-height: var(--kbq-md-typography-md-table-cell-line-height);
156
+ --kbq-markdown-table-font-body-letter-spacing: var(--kbq-md-typography-md-table-cell-letter-spacing);
157
+ --kbq-markdown-table-font-body-font-weight: var(--kbq-md-typography-md-table-cell-font-weight);
161
158
  --kbq-markdown-table-font-body-font-family: var(--kbq-md-typography-md-table-cell-font-family);
159
+ --kbq-markdown-table-font-body-text-transform: var(--kbq-md-typography-md-table-cell-text-transform);
160
+ --kbq-markdown-table-font-body-font-feature-settings: var(--kbq-md-typography-md-table-cell-font-feature-settings);
161
+ --kbq-markdown-size-max-width: 650px;
162
+ --kbq-markdown-font-default-font-size: var(--kbq-md-typography-md-body-font-size);
163
+ --kbq-markdown-font-default-line-height: var(--kbq-md-typography-md-body-line-height);
164
+ --kbq-markdown-font-default-letter-spacing: var(--kbq-md-typography-md-body-letter-spacing);
165
+ --kbq-markdown-font-default-font-weight: var(--kbq-md-typography-md-body-font-weight);
162
166
  --kbq-markdown-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
163
- }
164
-
165
- :root {
166
- --kbq-md-typography-md-h1-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
167
- 'Helvetica Neue', Arial, sans-serif;
168
- --kbq-md-typography-md-h2-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
169
- 'Helvetica Neue', Arial, sans-serif;
170
- --kbq-md-typography-md-h3-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
171
- 'Helvetica Neue', Arial, sans-serif;
172
- --kbq-md-typography-md-h4-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
173
- 'Helvetica Neue', Arial, sans-serif;
174
- --kbq-md-typography-md-h5-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
175
- sans-serif;
176
- --kbq-md-typography-md-h6-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
177
- sans-serif;
178
- --kbq-md-typography-md-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
179
- Arial, sans-serif;
180
- --kbq-md-typography-md-body-mono-font-family: 'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco',
181
- monospace;
182
- --kbq-md-typography-md-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
183
- Arial, sans-serif;
184
- --kbq-md-typography-md-table-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
185
- 'Helvetica Neue', Arial, sans-serif;
186
- --kbq-md-typography-md-table-cell-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
187
- 'Helvetica Neue', Arial, sans-serif;
167
+ --kbq-markdown-font-default-text-transform: var(--kbq-md-typography-md-body-text-transform);
168
+ --kbq-markdown-font-default-font-feature-settings: var(--kbq-md-typography-md-body-font-feature-settings);
188
169
  }
189
170
 
190
171
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
191
- --kbq-background-bg: hsla(0, 0%, 100%, 100%);
192
- --kbq-background-bg-secondary: hsla(229, 15%, 95%, 100%);
193
- --kbq-background-bg-tertiary: hsla(229, 15%, 97%, 100%);
194
- --kbq-foreground-contrast: hsla(229, 15%, 15%, 100%);
195
- --kbq-foreground-contrast-secondary: hsla(229, 15%, 50%, 100%);
196
- --kbq-foreground-contrast-tertiary: hsla(229, 15%, 60%, 100%);
197
- --kbq-markdown-h1-color: hsla(229, 15%, 15%, 100%);
198
- --kbq-markdown-h2-color: hsla(229, 15%, 15%, 100%);
199
- --kbq-markdown-h3-color: hsla(229, 15%, 15%, 100%);
200
- --kbq-markdown-h4-color: hsla(229, 15%, 15%, 100%);
201
- --kbq-markdown-h5-color: hsla(229, 15%, 15%, 100%);
202
- --kbq-markdown-h6-color: hsla(229, 15%, 15%, 100%);
203
- --kbq-markdown-p-color: hsla(229, 15%, 15%, 100%);
204
- --kbq-markdown-list-color: hsla(229, 15%, 15%, 100%);
205
- --kbq-markdown-blockquote-text: hsla(229, 15%, 15%, 100%);
206
- --kbq-markdown-blockquote-line: hsla(229, 15%, 80%, 100%);
172
+ --kbq-markdown-h1-color: var(--kbq-foreground-contrast);
173
+ --kbq-markdown-h2-color: var(--kbq-foreground-contrast);
174
+ --kbq-markdown-h3-color: var(--kbq-foreground-contrast);
175
+ --kbq-markdown-h4-color: var(--kbq-foreground-contrast);
176
+ --kbq-markdown-h5-color: var(--kbq-foreground-contrast);
177
+ --kbq-markdown-h6-color: var(--kbq-foreground-contrast);
178
+ --kbq-markdown-p-color: var(--kbq-foreground-contrast);
179
+ --kbq-markdown-list-color: var(--kbq-foreground-contrast);
180
+ --kbq-markdown-blockquote-text: var(--kbq-foreground-contrast);
181
+ --kbq-markdown-blockquote-line: var(--kbq-foreground-border);
207
182
  --kbq-markdown-blockquote-background: transparent;
208
183
  --kbq-markdown-blockquote-border: transparent;
209
- --kbq-markdown-code-text: hsla(229, 15%, 15%, 100%);
210
- --kbq-markdown-code-background: hsla(229, 15%, 95%, 100%);
211
- --kbq-markdown-code-border: hsla(229, 15%, 6%, 12%);
212
- --kbq-markdown-link-text: hsla(216, 100%, 50%, 100%);
213
- --kbq-markdown-link-border-bottom: hsla(216, 100%, 85%, 100%);
214
- --kbq-markdown-link-state-visited-text: hsla(277, 72%, 45%, 100%);
215
- --kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 80%, 100%);
216
- --kbq-markdown-link-state-hover-text: hsla(216, 100%, 45%, 100%);
217
- --kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 85%, 100%);
218
- --kbq-markdown-link-state-active: hsla(216, 100%, 40%, 100%);
219
- --kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%);
220
- --kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%);
221
- --kbq-markdown-hr-color: hsla(229, 15%, 6%, 12%);
222
- --kbq-markdown-table-header: hsla(229, 15%, 50%, 100%);
223
- --kbq-markdown-table-body: hsla(229, 15%, 15%, 100%);
224
- --kbq-markdown-table-border: hsla(229, 15%, 6%, 12%);
184
+ --kbq-markdown-code-text: var(--kbq-foreground-contrast);
185
+ --kbq-markdown-code-background: var(--kbq-background-background-less-contrast);
186
+ --kbq-markdown-code-border: var(--kbq-line-contrast-less);
187
+ --kbq-markdown-link-text: var(--kbq-link-text);
188
+ --kbq-markdown-link-border-bottom: var(--kbq-link-border-bottom);
189
+ --kbq-markdown-link-state-visited-text: var(--kbq-link-state-visited-text);
190
+ --kbq-markdown-link-state-visited-border-bottom: var(--kbq-link-state-visited-border-bottom);
191
+ --kbq-markdown-link-state-hover-text: var(--kbq-link-state-hover-text);
192
+ --kbq-markdown-link-state-hover-border-bottom: var(--kbq-link-state-hover-border-bottom);
193
+ --kbq-markdown-link-state-active: var(--kbq-link-state-active-text);
194
+ --kbq-markdown-link-state-focused-outline: var(--kbq-link-state-focused-outline);
195
+ --kbq-markdown-image-caption-text: var(--kbq-foreground-text-less-contrast);
196
+ --kbq-markdown-hr-color: var(--kbq-line-contrast-less);
197
+ --kbq-markdown-table-header: var(--kbq-foreground-text-less-contrast);
198
+ --kbq-markdown-table-body: var(--kbq-foreground-contrast);
199
+ --kbq-markdown-table-border: var(--kbq-line-contrast-less);
225
200
  }
226
201
 
227
202
  :where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
228
- --kbq-background-bg: hsla(229, 15%, 12%, 100%);
229
- --kbq-background-bg-secondary: hsla(229, 15%, 16%, 100%);
230
- --kbq-background-bg-tertiary: hsla(229, 15%, 14%, 100%);
231
- --kbq-foreground-contrast: hsla(229, 15%, 80%, 100%);
232
- --kbq-foreground-contrast-secondary: hsla(229, 15%, 60%, 100%);
233
- --kbq-foreground-contrast-tertiary: hsla(229, 15%, 45%, 100%);
234
- --kbq-markdown-h1-color: hsla(229, 15%, 80%, 100%);
235
- --kbq-markdown-h2-color: hsla(229, 15%, 80%, 100%);
236
- --kbq-markdown-h3-color: hsla(229, 15%, 80%, 100%);
237
- --kbq-markdown-h4-color: hsla(229, 15%, 80%, 100%);
238
- --kbq-markdown-h5-color: hsla(229, 15%, 80%, 100%);
239
- --kbq-markdown-h6-color: hsla(229, 15%, 80%, 100%);
240
- --kbq-markdown-p-color: hsla(229, 15%, 80%, 100%);
241
- --kbq-markdown-list-color: hsla(229, 15%, 80%, 100%);
242
- --kbq-markdown-blockquote-text: hsla(229, 15%, 80%, 100%);
243
- --kbq-markdown-blockquote-line: hsla(229, 15%, 30%, 100%);
203
+ --kbq-markdown-h1-color: var(--kbq-foreground-contrast);
204
+ --kbq-markdown-h2-color: var(--kbq-foreground-contrast);
205
+ --kbq-markdown-h3-color: var(--kbq-foreground-contrast);
206
+ --kbq-markdown-h4-color: var(--kbq-foreground-contrast);
207
+ --kbq-markdown-h5-color: var(--kbq-foreground-contrast);
208
+ --kbq-markdown-h6-color: var(--kbq-foreground-contrast);
209
+ --kbq-markdown-p-color: var(--kbq-foreground-contrast);
210
+ --kbq-markdown-list-color: var(--kbq-foreground-contrast);
211
+ --kbq-markdown-blockquote-text: var(--kbq-foreground-contrast);
212
+ --kbq-markdown-blockquote-line: var(--kbq-foreground-border);
244
213
  --kbq-markdown-blockquote-background: transparent;
245
214
  --kbq-markdown-blockquote-border: transparent;
246
- --kbq-markdown-code-text: hsla(229, 15%, 80%, 100%);
247
- --kbq-markdown-code-background: hsla(229, 15%, 95%, 100%);
248
- --kbq-markdown-code-border: hsla(229, 15%, 22%, 100%);
249
- --kbq-markdown-link-text: hsla(216, 100%, 65%, 100%);
250
- --kbq-markdown-link-border-bottom: hsla(216, 100%, 27%, 100%);
251
- --kbq-markdown-link-state-visited-text: hsla(277, 72%, 50%, 100%);
252
- --kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 30%, 100%);
253
- --kbq-markdown-link-state-hover-text: hsla(216, 100%, 65%, 100%);
254
- --kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 27%, 100%);
255
- --kbq-markdown-link-state-active: hsla(216, 100%, 70%, 100%);
256
- --kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%);
257
- --kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%);
258
- --kbq-markdown-hr-color: hsla(229, 15%, 22%, 100%);
259
- --kbq-markdown-table-header: hsla(229, 15%, 50%, 100%);
260
- --kbq-markdown-table-body: hsla(229, 15%, 80%, 100%);
261
- --kbq-markdown-table-border: hsla(229, 15%, 22%, 100%);
215
+ --kbq-markdown-code-text: var(--kbq-foreground-contrast);
216
+ --kbq-markdown-code-background: var(--kbq-background-background-less-contrast);
217
+ --kbq-markdown-code-border: var(--kbq-line-contrast-less);
218
+ --kbq-markdown-link-text: var(--kbq-link-text);
219
+ --kbq-markdown-link-border-bottom: var(--kbq-link-border-bottom);
220
+ --kbq-markdown-link-state-visited-text: var(--kbq-link-state-visited-text);
221
+ --kbq-markdown-link-state-visited-border-bottom: var(--kbq-link-state-visited-border-bottom);
222
+ --kbq-markdown-link-state-hover-text: var(--kbq-link-state-hover-text);
223
+ --kbq-markdown-link-state-hover-border-bottom: var(--kbq-link-state-hover-border-bottom);
224
+ --kbq-markdown-link-state-active: var(--kbq-link-state-active-text);
225
+ --kbq-markdown-link-state-focused-outline: var(--kbq-link-state-focused-outline);
226
+ --kbq-markdown-image-caption-text: var(--kbq-foreground-text-less-contrast);
227
+ --kbq-markdown-hr-color: var(--kbq-line-contrast-less);
228
+ --kbq-markdown-table-header: var(--kbq-foreground-text-less-contrast);
229
+ --kbq-markdown-table-body: var(--kbq-foreground-contrast);
230
+ --kbq-markdown-table-border: var(--kbq-line-contrast-less);
262
231
  }
@@ -1,58 +1,52 @@
1
+ /* stylelint-disable no-unknown-custom-properties */
2
+
1
3
  .kbq-modal {
2
4
  --kbq-modal-size-small-width: 400px;
3
5
  --kbq-modal-size-medium-width: 640px;
4
6
  --kbq-modal-size-large-width: 960px;
5
- --kbq-modal-size-border-radius: 8px;
6
- --kbq-modal-size-header-padding-vertical: 16px;
7
- --kbq-modal-size-header-padding-left: 24px;
8
- --kbq-modal-size-header-padding-right: 48px;
9
- --kbq-modal-size-close-button-margin-left: 8px;
10
- --kbq-modal-size-content-padding-horizontal: 24px;
7
+ --kbq-modal-size-border-radius: var(--kbq-size-s);
8
+ --kbq-modal-size-header-padding-vertical: var(--kbq-size-l);
9
+ --kbq-modal-size-header-padding-left: var(--kbq-size-xxl);
10
+ --kbq-modal-size-header-padding-right: var(--kbq-size-5xl);
11
+ --kbq-modal-size-close-button-margin-left: var(--kbq-size-s);
12
+ --kbq-modal-size-content-padding-horizontal: var(--kbq-size-xxl);
11
13
  --kbq-modal-size-content-padding-top: 0;
12
- --kbq-modal-size-content-padding-bottom: 8px;
13
- --kbq-modal-size-content-padding-top-without-header: 24px;
14
- --kbq-modal-size-content-padding-bottom-without-footer: 40px;
15
- --kbq-modal-size-footer-padding-horizontal: 24px;
16
- --kbq-modal-size-footer-padding-vertical: 20px;
17
- --kbq-modal-size-footer-content-gap-horizontal: 16px;
18
- --kbq-modal-font-header-font-size: 20px;
19
- --kbq-modal-font-header-line-height: 28px;
20
- --kbq-modal-font-header-letter-spacing: normal;
21
- --kbq-modal-font-header-font-weight: 700;
22
- --kbq-modal-font-header-text-transform: null;
23
- --kbq-modal-font-header-font-feature-settings: 'calt', 'kern', 'liga';
24
- --kbq-modal-font-content-font-size: 14px;
25
- --kbq-modal-font-content-line-height: 20px;
26
- --kbq-modal-font-content-letter-spacing: -0.006em;
27
- --kbq-modal-font-content-font-weight: normal;
28
- --kbq-modal-font-content-text-transform: null;
29
- --kbq-modal-font-content-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
14
+ --kbq-modal-size-content-padding-bottom: var(--kbq-size-s);
15
+ --kbq-modal-size-content-padding-top-without-header: var(--kbq-size-xxl);
16
+ --kbq-modal-size-content-padding-bottom-without-footer: var(--kbq-size-4xl);
17
+ --kbq-modal-size-footer-padding-horizontal: var(--kbq-size-xxl);
18
+ --kbq-modal-size-footer-padding-vertical: var(--kbq-size-xl);
19
+ --kbq-modal-size-footer-content-gap-horizontal: var(--kbq-size-l);
20
+ --kbq-modal-font-header-font-size: var(--kbq-typography-title-font-size);
21
+ --kbq-modal-font-header-line-height: var(--kbq-typography-title-line-height);
22
+ --kbq-modal-font-header-letter-spacing: var(--kbq-typography-title-letter-spacing);
23
+ --kbq-modal-font-header-font-weight: var(--kbq-typography-title-font-weight);
30
24
  --kbq-modal-font-header-font-family: var(--kbq-typography-title-font-family);
25
+ --kbq-modal-font-header-text-transform: var(--kbq-typography-title-text-transform);
26
+ --kbq-modal-font-header-font-feature-settings: var(--kbq-typography-title-font-feature-settings);
27
+ --kbq-modal-font-content-font-size: var(--kbq-typography-text-normal-font-size);
28
+ --kbq-modal-font-content-line-height: var(--kbq-typography-text-normal-line-height);
29
+ --kbq-modal-font-content-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
30
+ --kbq-modal-font-content-font-weight: var(--kbq-typography-text-normal-font-weight);
31
31
  --kbq-modal-font-content-font-family: var(--kbq-typography-text-normal-font-family);
32
- }
33
-
34
- :root {
35
- --kbq-typography-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI',
36
- 'Helvetica Neue', Arial, sans-serif;
37
- --kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
38
- Arial, sans-serif;
32
+ --kbq-modal-font-content-text-transform: var(--kbq-typography-text-normal-text-transform);
33
+ --kbq-modal-font-content-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
39
34
  }
40
35
 
41
36
  :where(.kbq-light, .theme-light, .kbq-theme-light) {
42
- --kbq-modal-overlay-background: hsla(229, 15%, 20%, 32%);
43
- --kbq-modal-container-background: hsla(229, 15%, 100%, 100%);
44
- --kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%),
45
- 0 4px 32px hsla(229, 15%, 6%, 12%);
46
- --kbq-modal-close-button-color: hsla(229, 15%, 15%, 100%);
47
- --kbq-modal-header-text-color: hsla(229, 15%, 15%, 100%);
48
- --kbq-modal-content-text-color: hsla(229, 15%, 15%, 100%);
37
+ --kbq-modal-overlay-background: var(--kbq-background-overlay);
38
+ --kbq-modal-container-background: var(--kbq-background-card);
39
+ --kbq-modal-container-box-shadow: var(--kbq-shadow-overlay);
40
+ --kbq-modal-close-button-color: var(--kbq-icon-contrast);
41
+ --kbq-modal-header-text-color: var(--kbq-foreground-contrast);
42
+ --kbq-modal-content-text-color: var(--kbq-foreground-contrast);
49
43
  }
50
44
 
51
45
  :where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
52
- --kbq-modal-overlay-background: hsla(229, 15%, 6%, 64%);
53
- --kbq-modal-container-background: hsla(229, 15%, 15%, 100%);
54
- --kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%);
55
- --kbq-modal-close-button-color: hsla(229, 15%, 80%, 100%);
56
- --kbq-modal-header-text-color: hsla(229, 15%, 80%, 100%);
57
- --kbq-modal-content-text-color: hsla(229, 15%, 80%, 100%);
46
+ --kbq-modal-overlay-background: var(--kbq-background-overlay);
47
+ --kbq-modal-container-background: var(--kbq-background-card);
48
+ --kbq-modal-container-box-shadow: var(--kbq-shadow-overlay);
49
+ --kbq-modal-close-button-color: var(--kbq-icon-contrast);
50
+ --kbq-modal-header-text-color: var(--kbq-foreground-contrast);
51
+ --kbq-modal-content-text-color: var(--kbq-foreground-contrast);
58
52
  }
@@ -1,5 +1,8 @@
1
+ import { KbqModalComponent } from './modal.component';
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class KbqModalTitle {
4
+ protected modal: KbqModalComponent;
5
+ constructor(modal: KbqModalComponent);
3
6
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqModalTitle, never>;
4
7
  static ɵcmp: i0.ɵɵComponentDeclaration<KbqModalTitle, "[kbq-modal-title], kbq-modal-title, [kbqModalTitle]", never, {}, {}, never, ["*"], false, never>;
5
8
  }