@taiga-ui/kit 4.52.0-canary.abf3e8c → 4.52.0-canary.ae38a1e

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 (335) hide show
  1. package/components/avatar/avatar-labeled.component.d.ts +3 -3
  2. package/components/avatar/avatar-stack.component.d.ts +2 -2
  3. package/components/badge-notification/badge-notification.component.d.ts +2 -3
  4. package/components/badged-content/badged-content.directive.d.ts +2 -3
  5. package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
  6. package/components/button-loading/button-loading.component.d.ts +5 -5
  7. package/components/calendar-month/calendar-month.component.d.ts +5 -5
  8. package/components/calendar-range/calendar-range.component.d.ts +1 -3
  9. package/components/calendar-range/day-range-period.d.ts +2 -1
  10. package/components/carousel/carousel-autoscroll.directive.d.ts +1 -2
  11. package/components/carousel/carousel-scroll.directive.d.ts +1 -1
  12. package/components/carousel/carousel.component.d.ts +15 -18
  13. package/components/carousel/carousel.directive.d.ts +5 -4
  14. package/components/combo-box/combo-box.d.ts +1 -1
  15. package/components/combo-box/combo-box.directive.d.ts +3 -5
  16. package/components/compass/compass.component.d.ts +2 -2
  17. package/components/copy/copy.component.d.ts +2 -3
  18. package/components/drawer/drawer.component.d.ts +3 -4
  19. package/components/files/file/file.component.d.ts +16 -29
  20. package/components/files/files/files.component.d.ts +5 -8
  21. package/components/files/input-files/input-files.component.d.ts +2 -2
  22. package/components/files/input-files/input-files.content.d.ts +7 -8
  23. package/components/files/input-files/input-files.directive.d.ts +2 -2
  24. package/components/filter/filter.component.d.ts +9 -12
  25. package/components/fullscreen/fullscreen.component.d.ts +5 -8
  26. package/components/index.d.ts +0 -3
  27. package/components/input-color/input-color.component.d.ts +5 -9
  28. package/components/input-color/input-color.d.ts +1 -1
  29. package/components/input-date/input-date.component.d.ts +2 -2
  30. package/components/input-date/input-date.d.ts +1 -1
  31. package/components/input-date/input-date.directive.d.ts +15 -14
  32. package/components/input-date/input-date.options.d.ts +3 -3
  33. package/components/input-date-multi/input-date-multi.d.ts +1 -1
  34. package/components/input-date-multi/input-date-multi.directive.d.ts +2 -2
  35. package/components/input-date-range/input-date-range.d.ts +1 -1
  36. package/components/input-date-range/input-date-range.directive.d.ts +7 -8
  37. package/components/input-date-range/input-date-range.options.d.ts +2 -2
  38. package/components/input-date-time/input-date-time.d.ts +1 -1
  39. package/components/input-date-time/input-date-time.directive.d.ts +12 -12
  40. package/components/input-date-time/input-date-time.options.d.ts +2 -2
  41. package/components/input-inline/input-inline.component.d.ts +3 -2
  42. package/components/input-month/input-month.component.d.ts +3 -5
  43. package/components/input-month/input-month.d.ts +1 -1
  44. package/components/input-month/input-month.directive.d.ts +1 -1
  45. package/components/input-month-range/input-month-range.d.ts +1 -1
  46. package/components/input-month-range/input-month-range.directive.d.ts +1 -1
  47. package/components/input-number/index.d.ts +3 -0
  48. package/components/input-number/input-number.d.ts +5 -3
  49. package/components/input-number/input-number.directive.d.ts +9 -22
  50. package/components/input-number/input-number.options.d.ts +4 -7
  51. package/components/input-number/number-mask.directive.d.ts +42 -0
  52. package/components/input-number/quantum.directive.d.ts +10 -8
  53. package/components/input-number/step/input-number-step.component.d.ts +10 -9
  54. package/components/input-number/transformers/bigint.value-transformer.d.ts +11 -0
  55. package/components/input-number/transformers/number.value-transformer.d.ts +11 -0
  56. package/components/input-phone/input-phone.d.ts +1 -1
  57. package/components/input-phone/input-phone.directive.d.ts +6 -8
  58. package/components/input-phone-international/input-phone-international.component.d.ts +8 -10
  59. package/components/input-phone-international/input-phone-international.d.ts +1 -1
  60. package/components/input-phone-international/input-phone-international.options.d.ts +1 -0
  61. package/components/input-pin/input-pin.component.d.ts +3 -4
  62. package/components/input-pin/input-pin.d.ts +1 -1
  63. package/components/input-range/index.d.ts +0 -1
  64. package/components/input-range/input-range.component.d.ts +22 -52
  65. package/components/input-slider/input-slider.d.ts +1 -1
  66. package/components/input-slider/input-slider.directive.d.ts +3 -2
  67. package/components/input-time/input-time.d.ts +1 -1
  68. package/components/input-time/input-time.directive.d.ts +1 -1
  69. package/components/input-year/input-year.d.ts +1 -1
  70. package/components/input-year/input-year.directive.d.ts +4 -6
  71. package/components/input-year/input-year.options.d.ts +2 -2
  72. package/components/items-with-more/items-with-more.component.d.ts +6 -6
  73. package/components/items-with-more/items-with-more.directive.d.ts +6 -6
  74. package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +5 -4
  75. package/components/pager/pager.component.d.ts +12 -12
  76. package/components/pagination/pagination.component.d.ts +1 -1
  77. package/components/preview/index.d.ts +1 -0
  78. package/components/preview/pagination/preview-pagination.component.d.ts +6 -10
  79. package/components/preview/preview.component.d.ts +6 -6
  80. package/components/preview/zoom/preview-zoom.component.d.ts +10 -17
  81. package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
  82. package/components/progress/progress-circle/progress-circle.component.d.ts +7 -11
  83. package/components/pulse/pulse.component.d.ts +2 -2
  84. package/components/push/push.component.d.ts +6 -7
  85. package/components/radio-list/radio-list.component.d.ts +9 -9
  86. package/components/range/range.component.d.ts +3 -4
  87. package/components/select/select.d.ts +1 -1
  88. package/components/slider/helpers/slider-key-steps.directive.d.ts +10 -7
  89. package/components/slider/helpers/slider-readonly.directive.d.ts +2 -4
  90. package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -4
  91. package/components/slider/slider.component.d.ts +4 -7
  92. package/components/stepper/step.component.d.ts +9 -2
  93. package/components/stepper/stepper.component.d.ts +1 -3
  94. package/components/tabs/tabs-horizontal.directive.d.ts +4 -5
  95. package/components/tabs/tabs-vertical.directive.d.ts +2 -2
  96. package/components/tabs/tabs-with-more.component.d.ts +12 -16
  97. package/components/tabs/tabs.directive.d.ts +5 -7
  98. package/components/textarea/textarea.component.d.ts +7 -8
  99. package/components/textarea/textarea.d.ts +1 -1
  100. package/components/tiles/tile-handle.directive.d.ts +2 -1
  101. package/components/tiles/tile.component.d.ts +7 -10
  102. package/components/tiles/tile.service.d.ts +1 -1
  103. package/components/tiles/tiles.component.d.ts +4 -7
  104. package/components/tree/components/tree/tree.component.d.ts +7 -7
  105. package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
  106. package/components/tree/directives/tree-children.directive.d.ts +2 -2
  107. package/components/tree/directives/tree-controller.directive.d.ts +4 -5
  108. package/components/tree/directives/tree-item-controller.directive.d.ts +2 -2
  109. package/components/tree/directives/tree-node.directive.d.ts +5 -4
  110. package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
  111. package/directives/appearance-proxy/index.d.ts +1 -0
  112. package/directives/fade/fade.directive.d.ts +5 -5
  113. package/directives/highlight/highlight.directive.d.ts +4 -4
  114. package/directives/index.d.ts +1 -1
  115. package/directives/present/present.directive.d.ts +2 -4
  116. package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
  117. package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
  118. package/fesm2022/taiga-ui-kit-components-accordion.mjs +8 -8
  119. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  120. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +7 -7
  121. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  122. package/fesm2022/taiga-ui-kit-components-avatar.mjs +33 -47
  123. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  124. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +8 -10
  125. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  126. package/fesm2022/taiga-ui-kit-components-badge.mjs +7 -7
  127. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -11
  128. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  129. package/fesm2022/taiga-ui-kit-components-block.mjs +7 -7
  130. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  131. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +13 -27
  132. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  133. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +18 -26
  134. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  135. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +12 -24
  136. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  137. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +26 -35
  138. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  139. package/fesm2022/taiga-ui-kit-components-carousel.mjs +69 -116
  140. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  141. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +3 -3
  142. package/fesm2022/taiga-ui-kit-components-chip.mjs +7 -7
  143. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +8 -23
  144. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  145. package/fesm2022/taiga-ui-kit-components-comment.mjs +7 -7
  146. package/fesm2022/taiga-ui-kit-components-compass.mjs +7 -9
  147. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  148. package/fesm2022/taiga-ui-kit-components-confirm.mjs +7 -7
  149. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  150. package/fesm2022/taiga-ui-kit-components-copy.mjs +11 -18
  151. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
  152. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +6 -6
  153. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  154. package/fesm2022/taiga-ui-kit-components-drawer.mjs +15 -32
  155. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  156. package/fesm2022/taiga-ui-kit-components-files.mjs +108 -228
  157. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  158. package/fesm2022/taiga-ui-kit-components-filter.mjs +20 -33
  159. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  160. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +23 -42
  161. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +7 -16
  163. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-kit-components-input-color.mjs +8 -20
  165. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  166. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +9 -7
  167. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  168. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +21 -30
  169. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  170. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +24 -47
  171. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  172. package/fesm2022/taiga-ui-kit-components-input-date.mjs +31 -42
  173. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  174. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +10 -12
  175. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  176. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +12 -16
  177. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  178. package/fesm2022/taiga-ui-kit-components-input-month.mjs +25 -39
  179. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  180. package/fesm2022/taiga-ui-kit-components-input-number.mjs +252 -179
  181. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  182. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +31 -48
  183. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  184. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +13 -28
  185. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  186. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +11 -18
  187. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  188. package/fesm2022/taiga-ui-kit-components-input-range.mjs +42 -69
  189. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  190. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +20 -15
  191. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  192. package/fesm2022/taiga-ui-kit-components-input-time.mjs +10 -11
  193. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  194. package/fesm2022/taiga-ui-kit-components-input-year.mjs +12 -27
  195. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  196. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +50 -70
  197. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  198. package/fesm2022/taiga-ui-kit-components-like.mjs +3 -3
  199. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +9 -9
  200. package/fesm2022/taiga-ui-kit-components-message.mjs +7 -7
  201. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  202. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +26 -31
  203. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  204. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +11 -11
  205. package/fesm2022/taiga-ui-kit-components-pager.mjs +29 -41
  206. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  207. package/fesm2022/taiga-ui-kit-components-pagination.mjs +14 -18
  208. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  209. package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
  210. package/fesm2022/taiga-ui-kit-components-preview.mjs +74 -143
  211. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  212. package/fesm2022/taiga-ui-kit-components-progress.mjs +44 -63
  213. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  214. package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
  215. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  216. package/fesm2022/taiga-ui-kit-components-push.mjs +20 -32
  217. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  218. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +21 -33
  219. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  220. package/fesm2022/taiga-ui-kit-components-radio.mjs +6 -6
  221. package/fesm2022/taiga-ui-kit-components-range.mjs +19 -29
  222. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  223. package/fesm2022/taiga-ui-kit-components-rating.mjs +3 -3
  224. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +3 -3
  225. package/fesm2022/taiga-ui-kit-components-segmented.mjs +7 -7
  226. package/fesm2022/taiga-ui-kit-components-select.mjs +10 -11
  227. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  228. package/fesm2022/taiga-ui-kit-components-slider.mjs +52 -74
  229. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  230. package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
  231. package/fesm2022/taiga-ui-kit-components-stepper.mjs +36 -29
  232. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  233. package/fesm2022/taiga-ui-kit-components-switch.mjs +4 -4
  234. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  235. package/fesm2022/taiga-ui-kit-components-tabs.mjs +83 -142
  236. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  237. package/fesm2022/taiga-ui-kit-components-textarea.mjs +25 -38
  238. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  239. package/fesm2022/taiga-ui-kit-components-tiles.mjs +52 -96
  240. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  241. package/fesm2022/taiga-ui-kit-components-toast.mjs +16 -16
  242. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  243. package/fesm2022/taiga-ui-kit-components-tree.mjs +61 -92
  244. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  245. package/fesm2022/taiga-ui-kit-components.mjs +0 -3
  246. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  247. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
  248. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
  249. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +7 -7
  250. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +3 -3
  252. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +7 -7
  253. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  254. package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -7
  255. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  256. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +3 -3
  257. package/fesm2022/taiga-ui-kit-directives-fade.mjs +20 -30
  258. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  259. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +3 -3
  260. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -20
  261. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  262. package/fesm2022/taiga-ui-kit-directives-password.mjs +3 -3
  263. package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -17
  264. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  265. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
  266. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
  267. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
  268. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  269. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +6 -6
  270. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +7 -9
  271. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  272. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +9 -13
  273. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  274. package/fesm2022/taiga-ui-kit-directives.mjs +1 -1
  275. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +3 -3
  276. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
  277. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +14 -15
  278. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  279. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +3 -4
  280. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -1
  281. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +23 -26
  282. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  283. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +3 -3
  284. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
  285. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  286. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
  287. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
  288. package/fesm2022/taiga-ui-kit-tokens.mjs +4 -108
  289. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  290. package/fesm2022/taiga-ui-kit-utils.mjs +2 -8
  291. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  292. package/package.json +86 -98
  293. package/pipes/filter-by-input/filter-by-input.pipe.d.ts +3 -0
  294. package/pipes/flag/flag.pipe.d.ts +1 -2
  295. package/pipes/hide-selected/hide-selected.pipe.d.ts +2 -0
  296. package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
  297. package/styles/components/avatar.less +14 -14
  298. package/styles/components/badge.less +3 -3
  299. package/styles/components/block.less +4 -4
  300. package/styles/components/chip.less +3 -3
  301. package/styles/components/comment.less +1 -1
  302. package/styles/components/message.less +1 -1
  303. package/styles/components/pin.less +3 -3
  304. package/styles/components/switch.less +3 -2
  305. package/styles/components/toast.less +1 -1
  306. package/tokens/i18n.d.ts +1 -0
  307. package/tokens/index.d.ts +0 -7
  308. package/utils/index.d.ts +0 -1
  309. package/utils/maskito.binding.d.ts +1 -1
  310. package/components/elastic-container/elastic-container.component.d.ts +0 -8
  311. package/components/elastic-container/elastic-container.directive.d.ts +0 -7
  312. package/components/elastic-container/index.d.ts +0 -2
  313. package/components/floating-container/floating-container.directive.d.ts +0 -7
  314. package/components/floating-container/index.d.ts +0 -1
  315. package/components/input-range/input-range.d.ts +0 -3
  316. package/components/slides/index.d.ts +0 -1
  317. package/components/slides/slides.directive.d.ts +0 -11
  318. package/directives/button-close/button-close.directive.d.ts +0 -6
  319. package/directives/button-close/index.d.ts +0 -1
  320. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -77
  321. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
  322. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
  323. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
  324. package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
  325. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
  326. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +0 -47
  327. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +0 -1
  328. package/tokens/calendar-date-stream.d.ts +0 -10
  329. package/tokens/date-inputs-value-transformers.d.ts +0 -19
  330. package/tokens/input-date-options.d.ts +0 -15
  331. package/tokens/items-handlers.d.ts +0 -20
  332. package/tokens/mobile-calendar.d.ts +0 -6
  333. package/tokens/month-formatter.d.ts +0 -5
  334. package/utils/toggle-day.d.ts +0 -2
  335. /package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.52.0-canary.abf3e8c",
3
+ "version": "4.52.0-canary.ae38a1e",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -24,14 +24,14 @@
24
24
  "types": "./index.d.ts",
25
25
  "default": "./fesm2022/taiga-ui-kit.mjs"
26
26
  },
27
- "./directives": {
28
- "types": "./directives/index.d.ts",
29
- "default": "./fesm2022/taiga-ui-kit-directives.mjs"
30
- },
31
27
  "./components": {
32
28
  "types": "./components/index.d.ts",
33
29
  "default": "./fesm2022/taiga-ui-kit-components.mjs"
34
30
  },
31
+ "./directives": {
32
+ "types": "./directives/index.d.ts",
33
+ "default": "./fesm2022/taiga-ui-kit-directives.mjs"
34
+ },
35
35
  "./pipes": {
36
36
  "types": "./pipes/index.d.ts",
37
37
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
@@ -40,78 +40,10 @@
40
40
  "types": "./tokens/index.d.ts",
41
41
  "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
42
42
  },
43
- "./directives/button-close": {
44
- "types": "./directives/button-close/index.d.ts",
45
- "default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
46
- },
47
43
  "./utils": {
48
44
  "types": "./utils/index.d.ts",
49
45
  "default": "./fesm2022/taiga-ui-kit-utils.mjs"
50
46
  },
51
- "./directives/button-group": {
52
- "types": "./directives/button-group/index.d.ts",
53
- "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
54
- },
55
- "./directives/button-select": {
56
- "types": "./directives/button-select/index.d.ts",
57
- "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
58
- },
59
- "./directives/chevron": {
60
- "types": "./directives/chevron/index.d.ts",
61
- "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
62
- },
63
- "./directives/connected": {
64
- "types": "./directives/connected/index.d.ts",
65
- "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
66
- },
67
- "./directives/data-list-dropdown-manager": {
68
- "types": "./directives/data-list-dropdown-manager/index.d.ts",
69
- "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
70
- },
71
- "./directives/fade": {
72
- "types": "./directives/fade/index.d.ts",
73
- "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
74
- },
75
- "./directives/fluid-typography": {
76
- "types": "./directives/fluid-typography/index.d.ts",
77
- "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
78
- },
79
- "./directives/password": {
80
- "types": "./directives/password/index.d.ts",
81
- "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
82
- },
83
- "./directives/present": {
84
- "types": "./directives/present/index.d.ts",
85
- "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
86
- },
87
- "./directives/highlight": {
88
- "types": "./directives/highlight/index.d.ts",
89
- "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
90
- },
91
- "./directives/sensitive": {
92
- "types": "./directives/sensitive/index.d.ts",
93
- "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
94
- },
95
- "./directives/shimmer": {
96
- "types": "./directives/shimmer/index.d.ts",
97
- "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
98
- },
99
- "./directives/skeleton": {
100
- "types": "./directives/skeleton/index.d.ts",
101
- "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
102
- },
103
- "./directives/tooltip": {
104
- "types": "./directives/tooltip/index.d.ts",
105
- "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
106
- },
107
- "./directives/unfinished-validator": {
108
- "types": "./directives/unfinished-validator/index.d.ts",
109
- "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
110
- },
111
- "./directives/unmask-handler": {
112
- "types": "./directives/unmask-handler/index.d.ts",
113
- "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
114
- },
115
47
  "./components/accordion": {
116
48
  "types": "./components/accordion/index.d.ts",
117
49
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
@@ -156,6 +88,10 @@
156
88
  "types": "./components/calendar-range/index.d.ts",
157
89
  "default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
158
90
  },
91
+ "./components/carousel": {
92
+ "types": "./components/carousel/index.d.ts",
93
+ "default": "./fesm2022/taiga-ui-kit-components-carousel.mjs"
94
+ },
159
95
  "./components/checkbox": {
160
96
  "types": "./components/checkbox/index.d.ts",
161
97
  "default": "./fesm2022/taiga-ui-kit-components-checkbox.mjs"
@@ -168,10 +104,6 @@
168
104
  "types": "./components/combo-box/index.d.ts",
169
105
  "default": "./fesm2022/taiga-ui-kit-components-combo-box.mjs"
170
106
  },
171
- "./components/carousel": {
172
- "types": "./components/carousel/index.d.ts",
173
- "default": "./fesm2022/taiga-ui-kit-components-carousel.mjs"
174
- },
175
107
  "./components/comment": {
176
108
  "types": "./components/comment/index.d.ts",
177
109
  "default": "./fesm2022/taiga-ui-kit-components-comment.mjs"
@@ -196,10 +128,6 @@
196
128
  "types": "./components/drawer/index.d.ts",
197
129
  "default": "./fesm2022/taiga-ui-kit-components-drawer.mjs"
198
130
  },
199
- "./components/elastic-container": {
200
- "types": "./components/elastic-container/index.d.ts",
201
- "default": "./fesm2022/taiga-ui-kit-components-elastic-container.mjs"
202
- },
203
131
  "./components/files": {
204
132
  "types": "./components/files/index.d.ts",
205
133
  "default": "./fesm2022/taiga-ui-kit-components-files.mjs"
@@ -208,10 +136,6 @@
208
136
  "types": "./components/filter/index.d.ts",
209
137
  "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
210
138
  },
211
- "./components/floating-container": {
212
- "types": "./components/floating-container/index.d.ts",
213
- "default": "./fesm2022/taiga-ui-kit-components-floating-container.mjs"
214
- },
215
139
  "./components/fullscreen": {
216
140
  "types": "./components/fullscreen/index.d.ts",
217
141
  "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
@@ -320,14 +244,14 @@
320
244
  "types": "./components/pin/index.d.ts",
321
245
  "default": "./fesm2022/taiga-ui-kit-components-pin.mjs"
322
246
  },
323
- "./components/progress": {
324
- "types": "./components/progress/index.d.ts",
325
- "default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
326
- },
327
247
  "./components/preview": {
328
248
  "types": "./components/preview/index.d.ts",
329
249
  "default": "./fesm2022/taiga-ui-kit-components-preview.mjs"
330
250
  },
251
+ "./components/progress": {
252
+ "types": "./components/progress/index.d.ts",
253
+ "default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
254
+ },
331
255
  "./components/pulse": {
332
256
  "types": "./components/pulse/index.d.ts",
333
257
  "default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
@@ -368,10 +292,6 @@
368
292
  "types": "./components/slider/index.d.ts",
369
293
  "default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
370
294
  },
371
- "./components/slides": {
372
- "types": "./components/slides/index.d.ts",
373
- "default": "./fesm2022/taiga-ui-kit-components-slides.mjs"
374
- },
375
295
  "./components/status": {
376
296
  "types": "./components/status/index.d.ts",
377
297
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
@@ -404,6 +324,74 @@
404
324
  "types": "./components/tree/index.d.ts",
405
325
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
406
326
  },
327
+ "./directives/appearance-proxy": {
328
+ "types": "./directives/appearance-proxy/index.d.ts",
329
+ "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
330
+ },
331
+ "./directives/button-group": {
332
+ "types": "./directives/button-group/index.d.ts",
333
+ "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
334
+ },
335
+ "./directives/button-select": {
336
+ "types": "./directives/button-select/index.d.ts",
337
+ "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
338
+ },
339
+ "./directives/chevron": {
340
+ "types": "./directives/chevron/index.d.ts",
341
+ "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
342
+ },
343
+ "./directives/connected": {
344
+ "types": "./directives/connected/index.d.ts",
345
+ "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
346
+ },
347
+ "./directives/data-list-dropdown-manager": {
348
+ "types": "./directives/data-list-dropdown-manager/index.d.ts",
349
+ "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
350
+ },
351
+ "./directives/fade": {
352
+ "types": "./directives/fade/index.d.ts",
353
+ "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
354
+ },
355
+ "./directives/fluid-typography": {
356
+ "types": "./directives/fluid-typography/index.d.ts",
357
+ "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
358
+ },
359
+ "./directives/highlight": {
360
+ "types": "./directives/highlight/index.d.ts",
361
+ "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
362
+ },
363
+ "./directives/password": {
364
+ "types": "./directives/password/index.d.ts",
365
+ "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
366
+ },
367
+ "./directives/present": {
368
+ "types": "./directives/present/index.d.ts",
369
+ "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
370
+ },
371
+ "./directives/sensitive": {
372
+ "types": "./directives/sensitive/index.d.ts",
373
+ "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
374
+ },
375
+ "./directives/shimmer": {
376
+ "types": "./directives/shimmer/index.d.ts",
377
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
378
+ },
379
+ "./directives/skeleton": {
380
+ "types": "./directives/skeleton/index.d.ts",
381
+ "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
382
+ },
383
+ "./directives/tooltip": {
384
+ "types": "./directives/tooltip/index.d.ts",
385
+ "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
386
+ },
387
+ "./directives/unfinished-validator": {
388
+ "types": "./directives/unfinished-validator/index.d.ts",
389
+ "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
390
+ },
391
+ "./directives/unmask-handler": {
392
+ "types": "./directives/unmask-handler/index.d.ts",
393
+ "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
394
+ },
407
395
  "./pipes/auto-color": {
408
396
  "types": "./pipes/auto-color/index.d.ts",
409
397
  "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
@@ -446,17 +434,17 @@
446
434
  "@angular/core": ">=19.0.0",
447
435
  "@angular/forms": ">=19.0.0",
448
436
  "@angular/router": ">=19.0.0",
449
- "@maskito/angular": "^4.0.1",
450
- "@maskito/core": "^4.0.1",
451
- "@maskito/kit": "^4.0.1",
452
- "@maskito/phone": "^4.0.1",
437
+ "@maskito/angular": "^5.0.0",
438
+ "@maskito/core": "^5.0.0",
439
+ "@maskito/kit": "^5.0.0",
440
+ "@maskito/phone": "^5.0.0",
453
441
  "@ng-web-apis/common": "^4.12.2",
454
442
  "@ng-web-apis/intersection-observer": "^4.12.2",
455
443
  "@ng-web-apis/mutation-observer": "^4.12.2",
456
444
  "@ng-web-apis/resize-observer": "^4.12.2",
457
445
  "@taiga-ui/cdk": "^4.52.0",
458
446
  "@taiga-ui/core": "^4.52.0",
459
- "@taiga-ui/design-tokens": "~0.272.0",
447
+ "@taiga-ui/design-tokens": "~0.274.0",
460
448
  "@taiga-ui/i18n": "^4.52.0",
461
449
  "@taiga-ui/polymorpheus": "^4.9.0",
462
450
  "rxjs": ">=7.0.0"
@@ -5,6 +5,9 @@ export declare class TuiFilterByInputPipe implements PipeTransform {
5
5
  private readonly textfield;
6
6
  private readonly handlers;
7
7
  private readonly multi;
8
+ private readonly matcher;
9
+ private readonly items;
10
+ private readonly filtered;
8
11
  transform<T>(items: ReadonlyArray<readonly T[]>, matcher?: TuiStringMatcher<T>): ReadonlyArray<readonly T[]>;
9
12
  transform<T>(items: readonly T[], matcher?: TuiStringMatcher<T>): readonly T[];
10
13
  transform<T>(items: ReadonlyArray<readonly T[]> | null, matcher?: TuiStringMatcher<T>): ReadonlyArray<readonly T[]> | null;
@@ -1,8 +1,7 @@
1
1
  import { type PipeTransform } from '@angular/core';
2
- import { type TuiLooseUnion } from '@taiga-ui/cdk/types';
3
2
  import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
4
3
  import * as i0 from "@angular/core";
5
- type IsoCode = TuiLooseUnion<TuiCountryIsoCode>;
4
+ type IsoCode = TuiCountryIsoCode | string;
6
5
  export declare class TuiFlagPipe implements PipeTransform {
7
6
  private readonly staticPath;
8
7
  transform(countryIsoCode: IsoCode): string;
@@ -3,6 +3,8 @@ import * as i0 from "@angular/core";
3
3
  export declare class TuiHideSelectedPipe implements PipeTransform {
4
4
  private readonly textfield;
5
5
  private readonly handlers;
6
+ private readonly items;
7
+ private readonly filtered;
6
8
  transform<T>(items: readonly T[] | null): readonly T[] | null;
7
9
  transform<T>(items: ReadonlyArray<readonly T[]> | null): ReadonlyArray<readonly T[]> | null;
8
10
  private filter2d;
@@ -1,10 +1,11 @@
1
1
  import { type PipeTransform } from '@angular/core';
2
2
  import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
3
- import { type Observable } from 'rxjs';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class TuiSortCountriesPipe implements PipeTransform {
6
- private readonly countriesNames$;
7
- transform(countries: readonly TuiCountryIsoCode[]): Observable<TuiCountryIsoCode[]>;
5
+ private readonly names;
6
+ private readonly countries;
7
+ private readonly result;
8
+ transform(countries: readonly TuiCountryIsoCode[]): TuiCountryIsoCode[];
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiSortCountriesPipe, never>;
9
10
  static ɵpipe: i0.ɵɵPipeDeclaration<TuiSortCountriesPipe, "tuiSortCountries", true>;
10
11
  }
@@ -41,7 +41,7 @@
41
41
  vertical-align: middle;
42
42
  box-sizing: border-box;
43
43
  padding: 0.25rem;
44
- font: var(--tui-font-text-l);
44
+ font: var(--tui-font-body-l);
45
45
  font-weight: bold;
46
46
  opacity: 0.999; // Kick in hardware rendering layer to avoid artifacts on the edges
47
47
 
@@ -60,11 +60,11 @@
60
60
  --t-size: var(--tui-height-xs);
61
61
  --t-radius: 0.5rem;
62
62
 
63
- font: var(--tui-font-text-ui-xs);
63
+ font: var(--tui-font-ui-xs);
64
64
  font-size: 0.5625rem;
65
65
 
66
66
  &._initials::before {
67
- font: var(--tui-font-text-ui-xs);
67
+ font: var(--tui-font-ui-xs);
68
68
  font-weight: bold;
69
69
  }
70
70
  }
@@ -73,11 +73,11 @@
73
73
  --t-size: var(--tui-height-s);
74
74
  --t-radius: 0.5rem;
75
75
 
76
- font: var(--tui-font-text-ui-xs);
76
+ font: var(--tui-font-ui-xs);
77
77
  font-weight: bold;
78
78
 
79
79
  &._initials::before {
80
- font: var(--tui-font-text-s);
80
+ font: var(--tui-font-body-s);
81
81
  font-weight: bold;
82
82
  }
83
83
  }
@@ -86,11 +86,11 @@
86
86
  --t-size: calc(var(--tui-height-m) - 0.25rem);
87
87
  --t-radius: 0.75rem;
88
88
 
89
- font: var(--tui-font-text-ui-m);
89
+ font: var(--tui-font-ui-m);
90
90
  font-weight: bold;
91
91
 
92
92
  &._initials::before {
93
- font: var(--tui-font-text-m);
93
+ font: var(--tui-font-body-m);
94
94
  font-weight: bold;
95
95
  }
96
96
  }
@@ -99,10 +99,10 @@
99
99
  --t-size: 5rem;
100
100
  --t-radius: 0.75rem;
101
101
 
102
- font: var(--tui-font-heading-4);
102
+ font: var(--tui-font-heading-h4);
103
103
 
104
104
  &._initials::before {
105
- font: var(--tui-font-heading-3);
105
+ font: var(--tui-font-heading-h3);
106
106
  }
107
107
  }
108
108
 
@@ -110,10 +110,10 @@
110
110
  --t-size: 6rem;
111
111
  --t-radius: 1rem;
112
112
 
113
- font: var(--tui-font-heading-3);
113
+ font: var(--tui-font-heading-h3);
114
114
 
115
115
  &._initials::before {
116
- font: var(--tui-font-heading-3);
116
+ font: var(--tui-font-heading-h3);
117
117
  }
118
118
  }
119
119
 
@@ -121,10 +121,10 @@
121
121
  --t-size: 8rem;
122
122
  --t-radius: 1.25rem;
123
123
 
124
- font: var(--tui-font-heading-3);
124
+ font: var(--tui-font-heading-h3);
125
125
 
126
126
  &._initials::before {
127
- font: var(--tui-font-heading-2);
127
+ font: var(--tui-font-heading-h2);
128
128
  }
129
129
  }
130
130
 
@@ -137,7 +137,7 @@
137
137
  content: attr(data-icon-start);
138
138
  mask: none;
139
139
  background: none;
140
- font: var(--tui-font-heading-6);
140
+ font: var(--tui-font-heading-h6);
141
141
  }
142
142
  }
143
143
 
@@ -33,7 +33,7 @@ tui-badge,
33
33
  block-size: var(--t-size);
34
34
  min-inline-size: var(--t-size);
35
35
  inline-size: fit-content;
36
- font: var(--tui-font-text-s);
36
+ font: var(--tui-font-body-s);
37
37
 
38
38
  &[tuiStatus]::before {
39
39
  inline-size: 0.375rem;
@@ -75,7 +75,7 @@ tui-badge,
75
75
  --t-icon-size: 0.625rem;
76
76
  --t-margin: -0.125rem;
77
77
 
78
- font: var(--tui-font-text-xs);
78
+ font: var(--tui-font-body-xs);
79
79
 
80
80
  &[tuiStatus]::before {
81
81
  inline-size: 0.25rem;
@@ -96,7 +96,7 @@ tui-badge,
96
96
  --t-padding: 0 0.75rem;
97
97
  --t-size: var(--tui-height-s);
98
98
 
99
- font: var(--tui-font-text-m);
99
+ font: var(--tui-font-body-m);
100
100
 
101
101
  &[tuiStatus]::before {
102
102
  inline-size: 0.5rem;
@@ -33,20 +33,20 @@
33
33
  box-sizing: border-box;
34
34
  cursor: pointer;
35
35
  overflow: hidden;
36
- font: var(--tui-font-text-m);
36
+ font: var(--tui-font-body-m);
37
37
  padding: var(--tui-padding-l);
38
38
  isolation: isolate;
39
39
 
40
40
  &[data-size='s'] {
41
41
  gap: 0.5rem;
42
- font: var(--tui-font-text-ui-s);
42
+ font: var(--tui-font-ui-s);
43
43
  padding: 0.5rem;
44
44
 
45
45
  --t-height: var(--tui-height-s);
46
46
  --t-radius: var(--tui-radius-m);
47
47
 
48
48
  [tuiSubtitle] {
49
- font: var(--tui-font-text-ui-xs);
49
+ font: var(--tui-font-ui-xs);
50
50
  }
51
51
 
52
52
  [tuiTooltip] {
@@ -56,7 +56,7 @@
56
56
 
57
57
  &[data-size='m'] {
58
58
  gap: 0.625rem;
59
- font: var(--tui-font-text-ui-m);
59
+ font: var(--tui-font-ui-m);
60
60
  padding: var(--tui-padding-m);
61
61
 
62
62
  --t-height: var(--tui-height-m);
@@ -26,7 +26,7 @@ tui-chip,
26
26
 
27
27
  .button-base();
28
28
 
29
- font: var(--tui-font-text-s);
29
+ font: var(--tui-font-body-s);
30
30
  border-radius: var(--tui-radius-m);
31
31
  padding: var(--t-padding);
32
32
  block-size: var(--t-size);
@@ -60,7 +60,7 @@ tui-chip,
60
60
  --t-size: 1rem;
61
61
  --t-icon-size: 0.75rem;
62
62
 
63
- font: var(--tui-font-text-xs);
63
+ font: var(--tui-font-body-xs);
64
64
  border-radius: var(--tui-radius-xs);
65
65
 
66
66
  & > [tuiIconButton] {
@@ -86,7 +86,7 @@ tui-chip,
86
86
  --t-padding: 0 1rem;
87
87
  --t-size: var(--tui-height-m);
88
88
 
89
- font: var(--tui-font-text-m);
89
+ font: var(--tui-font-body-m);
90
90
 
91
91
  & > [tuiIconButton] {
92
92
  margin: -0.75rem;
@@ -16,7 +16,7 @@
16
16
  [tuiComment] {
17
17
  position: relative;
18
18
  display: inline-flex;
19
- font: var(--tui-font-text-m);
19
+ font: var(--tui-font-body-m);
20
20
  color: #fff;
21
21
  padding: 0.5rem 0.75rem;
22
22
  min-inline-size: 2.5rem;
@@ -23,7 +23,7 @@
23
23
  isolation: isolate;
24
24
  white-space: nowrap;
25
25
  text-align: start;
26
- font: var(--tui-font-text-ui-m);
26
+ font: var(--tui-font-ui-m);
27
27
  border-radius: var(--tui-radius-l);
28
28
 
29
29
  > [tuiLink] {
@@ -28,7 +28,7 @@
28
28
  justify-content: center;
29
29
  text-align: center;
30
30
  border-radius: 100%;
31
- font: var(--tui-font-text-s);
31
+ font: var(--tui-font-body-s);
32
32
  font-weight: bold;
33
33
  box-sizing: border-box;
34
34
  color: var(--tui-text-primary-on-accent-2);
@@ -73,7 +73,7 @@
73
73
  &:has(:checked) {
74
74
  --t-size: 3.5rem;
75
75
 
76
- font: var(--tui-font-text-m);
76
+ font: var(--tui-font-body-m);
77
77
  font-weight: bold;
78
78
  border-width: 0;
79
79
  margin-block-start: -2.75rem;
@@ -101,7 +101,7 @@
101
101
  &._open {
102
102
  --t-size: 3.5rem;
103
103
 
104
- font: var(--tui-font-text-m);
104
+ font: var(--tui-font-body-m);
105
105
  font-weight: bold;
106
106
  border-width: 0;
107
107
  margin-block-start: -2.75rem;
@@ -22,6 +22,7 @@
22
22
  [tuiSwitch] {
23
23
  .transition(~'background, box-shadow');
24
24
 
25
+ display: inline-block;
25
26
  inline-size: 3rem;
26
27
  block-size: 1.5rem;
27
28
  border-radius: 2rem;
@@ -36,7 +37,7 @@
36
37
  inline-size: 2rem;
37
38
 
38
39
  &::before {
39
- inline-size: 1.125rem;
40
+ inline-size: 1rem;
40
41
  transform: translateX(-1rem);
41
42
  font-size: 0.75rem;
42
43
  }
@@ -76,8 +77,8 @@
76
77
  }
77
78
 
78
79
  &::before {
80
+ left: 0.125rem;
79
81
  font-size: 1rem;
80
- inline-size: 1.375rem;
81
82
  transform: translateX(-1.5rem);
82
83
  }
83
84
 
@@ -16,7 +16,7 @@
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  inline-size: max-content;
19
- font: var(--tui-font-text-ui-s);
19
+ font: var(--tui-font-ui-s);
20
20
  max-inline-size: ~'min(calc(100vw - 2rem), 25rem)';
21
21
  border: inherit;
22
22
  text-decoration: none;
package/tokens/i18n.d.ts CHANGED
@@ -63,3 +63,4 @@ export declare const TUI_PREVIEW_ZOOM_TEXTS: InjectionToken<Signal<{
63
63
  reset: string;
64
64
  }>>;
65
65
  export declare const TUI_INTERNATIONAL_SEARCH: InjectionToken<Signal<string>>;
66
+ export declare const TUI_DAY_RANGE_PERIODS: InjectionToken<Signal<readonly [forAllTime: string, today: string, yesterday: string, currentWeek: string, currentMonth: string, previousMonth: string]>>;
package/tokens/index.d.ts CHANGED
@@ -1,8 +1 @@
1
- export * from './calendar-date-stream';
2
- export * from './date-inputs-value-transformers';
3
1
  export * from './i18n';
4
- export * from './input-date-options';
5
- export * from './items-handlers';
6
- export * from './mobile-calendar';
7
- export * from './month-formatter';
8
- export * from './preview-icons';
package/utils/index.d.ts CHANGED
@@ -2,4 +2,3 @@ export * from './create-time-periods';
2
2
  export * from './inject-value';
3
3
  export * from './is-flat';
4
4
  export * from './maskito.binding';
5
- export * from './toggle-day';
@@ -1,6 +1,6 @@
1
1
  import { type Signal, type WritableSignal } from '@angular/core';
2
2
  import { type MaskitoOptions } from '@maskito/core';
3
- type M = MaskitoOptions | null;
3
+ type M = MaskitoOptions;
4
4
  export declare function tuiMaskito(options: M | WritableSignal<M>): WritableSignal<M>;
5
5
  export declare function tuiMaskito(options: Signal<M>): Signal<M>;
6
6
  export {};
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiElasticContainer {
3
- protected height: number;
4
- protected transitions: number;
5
- protected onAnimation(_name: string, count: number): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticContainer, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiElasticContainer, "tui-elastic-container", never, {}, {}, never, ["*"], true, never>;
8
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiElasticContainerDirective {
3
- private readonly el;
4
- readonly tuiElasticContainer: import("rxjs").Observable<number>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticContainerDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiElasticContainerDirective, "[tuiElasticContainer]", never, {}, { "tuiElasticContainer": "tuiElasticContainer"; }, never, never, true, never>;
7
- }
@@ -1,2 +0,0 @@
1
- export * from './elastic-container.component';
2
- export * from './elastic-container.directive';
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiFloatingContainer {
3
- protected readonly nothing: undefined;
4
- readonly background: import("@angular/core").InputSignal<string>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiFloatingContainer, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFloatingContainer, "[tuiFloatingContainer]", never, { "background": { "alias": "tuiFloatingContainer"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
- }
@@ -1 +0,0 @@
1
- export * from './floating-container.directive';