@sberbusiness/triplex-next 1.14.0 → 1.16.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 (446) hide show
  1. package/chunks/{AlertProcessSpoiler-DALLbh4Y.js → AlertProcessSpoiler-BG_kloAp.js} +14 -14
  2. package/chunks/{CalendarViewItem-DE57LdxF.js → CalendarViewItem-CQQGgtHA.js} +18 -18
  3. package/chunks/Card.module-D_9Nt5tA.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-D7lKoA-a.js +14 -0
  5. package/chunks/{Chip-CBP_avtm.js → Chip-D_XuO-fG.js} +19 -19
  6. package/chunks/Confirm.module-BFd_0tH_.js +15 -0
  7. package/chunks/{DropdownListItem-C6I9gVRb.js → DropdownListItem-DzngoNVf.js} +8 -8
  8. package/chunks/DropdownMobile.module-Ct6WVB7d.js +23 -0
  9. package/chunks/Footer.module-Cz5Pu1VT.js +9 -0
  10. package/chunks/{FormFieldInput-D2lqfg4n.js → FormFieldInput-TbDWEJtn.js} +14 -14
  11. package/chunks/HeaderLayoutSidebar.module-Bce5gLLP.js +9 -0
  12. package/chunks/HeaderTabs.module-Bwx0AJwd.js +9 -0
  13. package/chunks/{HeaderTitle.module-D2Le-Vmd.js → HeaderTitle.module-DVxCsuq0.js} +2 -2
  14. package/chunks/IslandAccordion.module-oqHSoL0z.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-Bp7thdVi.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-B2SJ3aL2.js +12 -0
  17. package/chunks/{LightBoxContent-Bi0IQWNc.js → LightBoxContent-CY1Sxlp1.js} +10 -10
  18. package/chunks/LightBoxControls.module-CXoONiYm.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-BeAPadn5.js +8 -0
  20. package/chunks/{ListItemControlsButton--Ek4l8AX.js → ListItemControlsButton-C55hc-cr.js} +8 -8
  21. package/chunks/ListItemTail.module-BlucpMEa.js +12 -0
  22. package/chunks/ListMasterFooter.module-D93cBp3m.js +10 -0
  23. package/chunks/ModalWindow.module-AO3qbtIE.js +17 -0
  24. package/chunks/Notification.module-3pjGHWYU.js +21 -0
  25. package/chunks/Overlay.module-yINooO_5.js +18 -0
  26. package/chunks/Page.module-fTNmaZZ6.js +11 -0
  27. package/chunks/{RightBorderArrow-BqzM7D6K.js → RightBorderArrow-D4dScyRx.js} +11 -11
  28. package/chunks/SMSField.module-D01Witvu.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-BLyZ9qYi.js +15 -0
  30. package/chunks/{SliderExtendedRail-BxflNPkW.js → SliderExtendedRail-Bgz2tkUx.js} +8 -8
  31. package/chunks/StatusTracker.module-DPlTQG3M.js +24 -0
  32. package/chunks/SuggestFieldMobileDropdownHint-CaLnhNmM.js +14 -0
  33. package/chunks/TableFooter.module-zC8u9DwX.js +14 -0
  34. package/chunks/TabsExtended.module-C65aq0XO.js +16 -0
  35. package/chunks/TabsLine.module-B3O0egAv.js +21 -0
  36. package/chunks/TooltipDesktop.module-D1K6FcqB.js +19 -0
  37. package/chunks/TreeView.module-Vpz40gNk.js +9 -0
  38. package/chunks/UploadZoneInput-DxG_yQtm.js +33 -0
  39. package/chunks/constants-DAn1uZaw.js +57 -0
  40. package/chunks/{utils-DPkyEvqV.js → utils-9tQwQbYj.js} +11 -11
  41. package/chunks/{utils-Cyb1tecG.js → utils-D7Yx6kDI.js} +4 -4
  42. package/chunks/utils-DV0NGebi.js +24 -0
  43. package/chunks/utils-HLMbnICl.js +73 -0
  44. package/chunks/{vendor-DucOfXwy.js → vendor-Dlne6Znf.js} +5 -5
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +4 -4
  47. package/components/Alert/AlertContext/AlertContext.js +7 -7
  48. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  50. package/components/Amount/Amount.js +10 -10
  51. package/components/AmountField/AmountField.js +27 -27
  52. package/components/Avatar/Avatar.js +15 -15
  53. package/components/Badge/Badge.js +30 -0
  54. package/components/Badge/BadgeDot.js +15 -0
  55. package/components/Badge/components/BadgeContent.js +35 -0
  56. package/components/Badge/components/BadgePostfix.js +14 -0
  57. package/components/Badge/components/BadgePrefix.js +10 -0
  58. package/components/Badge/index.js +5 -0
  59. package/components/Badge/types.js +2 -0
  60. package/components/Body/Body.js +5 -5
  61. package/components/Button/Button.js +21 -21
  62. package/components/Button/ButtonBase.js +1 -1
  63. package/components/Button/ButtonDropdown.js +2 -2
  64. package/components/Button/ButtonDropdownExtended.js +8 -8
  65. package/components/Button/ButtonIcon.js +5 -5
  66. package/components/Calendar/Calendar.js +21 -21
  67. package/components/Calendar/components/CalendarControls.js +9 -9
  68. package/components/Calendar/components/CalendarFooter.js +1 -1
  69. package/components/Calendar/components/CalendarViewDays.js +2 -2
  70. package/components/Calendar/components/CalendarViewItem.js +2 -2
  71. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  72. package/components/Calendar/components/CalendarViewYears.js +1 -1
  73. package/components/Card/CardAction.js +16 -16
  74. package/components/Card/CardStatic.js +3 -3
  75. package/components/Card/components/CardContent/CardContent.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  78. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  79. package/components/Card/components/CardMedia.js +2 -2
  80. package/components/Card/utils.js +1 -1
  81. package/components/CarouselExtended/CarouselExtended.js +2 -2
  82. package/components/Checkbox/Checkbox.js +10 -10
  83. package/components/Checkbox/CheckboxXGroup.js +15 -15
  84. package/components/Checkbox/CheckboxYGroup.js +2 -2
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  89. package/components/Chip/Chip.js +2 -2
  90. package/components/Chip/ChipClearButton.js +6 -6
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  93. package/components/Chip/ChipDropdownArrow.js +4 -4
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +2 -2
  96. package/components/Chip/ChipOptions.js +6 -6
  97. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  98. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  99. package/components/Chip/ChipSort.js +51 -42
  100. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +7 -7
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  104. package/components/Chip/index.js +1 -1
  105. package/components/ChipGroup/ChipGroup.js +13 -13
  106. package/components/Col/Col.js +145 -145
  107. package/components/CollapsableTree/components/CollapsableTreeNode.js +19 -19
  108. package/components/Confirm/Confirm.js +2 -2
  109. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  110. package/components/Confirm/components/ConfirmContent.js +2 -2
  111. package/components/Confirm/components/ConfirmContentSubTitle.js +5 -5
  112. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  113. package/components/Confirm/components/ConfirmControls.js +2 -2
  114. package/components/DateField/DateField.js +1 -1
  115. package/components/DateField/DateFieldTarget.js +31 -30
  116. package/components/DatePickerExtended/DatePickerExtended.js +7 -7
  117. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  118. package/components/DateRange/DateRange.js +10 -10
  119. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  120. package/components/DesignTokens/DesignTokensComponents.js +88 -86
  121. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -90
  122. package/components/DesignTokens/components/Badge.js +9 -0
  123. package/components/DesignTokens/components/Dropdown.js +3 -3
  124. package/components/DesignTokens/components/DropdownMobileList.js +2 -2
  125. package/components/DesignTokens/components/Typography.js +35 -2
  126. package/components/DesignTokens/components/index.js +150 -147
  127. package/components/Divider/Divider.js +23 -23
  128. package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
  129. package/components/Dropdown/desktop/DropdownDesktop.js +70 -69
  130. package/components/Dropdown/desktop/DropdownList.js +2 -2
  131. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  132. package/components/Dropdown/desktop/index.js +1 -1
  133. package/components/Dropdown/index.js +35 -35
  134. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  142. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  143. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  144. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
  145. package/components/Ellipsis/Ellipsis.js +13 -13
  146. package/components/ExpandAnimation/ExpandAnimation.js +12 -12
  147. package/components/ExpandAnimation/index.js +5 -0
  148. package/components/Footer/Footer.js +1 -1
  149. package/components/Footer/components/FooterDescription.js +2 -2
  150. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  151. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  152. package/components/FormField/FormField.js +79 -75
  153. package/components/FormField/components/FormFieldClear.js +10 -10
  154. package/components/FormField/components/FormFieldCounter.js +4 -4
  155. package/components/FormField/components/FormFieldDescription.js +4 -4
  156. package/components/FormField/components/FormFieldInput.js +2 -2
  157. package/components/FormField/components/FormFieldLabel.js +14 -14
  158. package/components/FormField/components/FormFieldMaskedInput.js +16 -16
  159. package/components/FormField/components/FormFieldPostfix.js +8 -8
  160. package/components/FormField/components/FormFieldPrefix.js +8 -8
  161. package/components/FormField/components/FormFieldTarget.js +17 -17
  162. package/components/FormField/components/FormFieldTextarea.js +14 -14
  163. package/components/FormField/index.js +1 -1
  164. package/components/Header/Header.js +1 -1
  165. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  166. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  167. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  168. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +9 -9
  169. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  170. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  171. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  172. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  173. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  174. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  175. package/components/HelpBox/HelpBox.js +38 -37
  176. package/components/Island/Island.js +2 -2
  177. package/components/Island/components/IslandBody.js +3 -3
  178. package/components/Island/components/IslandFooter.js +5 -5
  179. package/components/Island/components/IslandHeader.js +4 -4
  180. package/components/Island/utils.js +1 -1
  181. package/components/IslandAccordion/IslandAccordion.js +3 -3
  182. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  183. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  184. package/components/IslandAccordion/components/IslandAccordionItem.js +89 -74
  185. package/components/IslandWidget/IslandWidget.js +68 -37
  186. package/components/IslandWidget/IslandWidgetContext.js +5 -5
  187. package/components/IslandWidget/IslandWidgetLayoutContext.js +10 -0
  188. package/components/IslandWidget/components/IslandWidgetBody.js +7 -4
  189. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +3 -3
  190. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  192. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  193. package/components/IslandWidget/components/IslandWidgetHeader.js +28 -10
  194. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  195. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  196. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  197. package/components/LightBox/LightBox.js +14 -15
  198. package/components/LightBox/LightBoxContent.js +2 -2
  199. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  200. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  201. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  202. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  203. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +68 -70
  204. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  205. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  206. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  207. package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
  208. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +5 -5
  209. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
  210. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  211. package/components/LightBox/index.js +0 -2
  212. package/components/Link/Link.js +23 -23
  213. package/components/List/List.js +8 -8
  214. package/components/List/ListSortable.js +1 -1
  215. package/components/List/components/ListEmptyState.js +2 -2
  216. package/components/List/components/ListItem.js +1 -1
  217. package/components/List/components/ListItemContent.js +3 -3
  218. package/components/List/components/ListItemControls.js +7 -7
  219. package/components/List/components/ListItemControlsButton.js +2 -2
  220. package/components/List/components/ListItemControlsButtonDropdown.js +9 -9
  221. package/components/List/components/ListItemLoading.js +2 -2
  222. package/components/List/components/ListItemSelectable.js +11 -11
  223. package/components/List/components/ListItemTable.js +9 -9
  224. package/components/List/components/ListItemTailLeft.js +2 -2
  225. package/components/List/components/ListItemTailRight.js +2 -2
  226. package/components/List/components/ListSortableItem.js +6 -6
  227. package/components/List/components/ListSortableItemControls.js +5 -5
  228. package/components/List/components/ListSortableItemTarget.js +7 -7
  229. package/components/List/index.js +1 -1
  230. package/components/ListMaster/ListMaster.js +1 -1
  231. package/components/ListMaster/components/ListMasterBody.js +1 -1
  232. package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
  233. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  234. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  235. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  236. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  237. package/components/ListMaster/components/SelectionControls.js +9 -9
  238. package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
  239. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  240. package/components/LoaderScreen/LoaderScreen.js +9 -9
  241. package/components/Marker/Marker.js +2 -2
  242. package/components/Marker/utils.js +1 -1
  243. package/components/MarkerStatus/MarkerStatus.js +15 -15
  244. package/components/ModalWindow/ModalWindow.js +2 -2
  245. package/components/ModalWindow/components/ModalWindowBody.js +3 -3
  246. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  247. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  248. package/components/ModalWindow/components/ModalWindowHeader.js +6 -6
  249. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  250. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  251. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
  252. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  253. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  254. package/components/Notification/Notification.js +3 -3
  255. package/components/Notification/NotificationGrouped.js +1 -1
  256. package/components/Notification/components/NotificationBody.js +1 -1
  257. package/components/Notification/components/NotificationBodyContent.js +1 -1
  258. package/components/Notification/components/NotificationBodyList.js +2 -2
  259. package/components/Notification/components/NotificationClose.js +1 -1
  260. package/components/Notification/components/NotificationFooter.js +1 -1
  261. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  262. package/components/Notification/components/NotificationHeader.js +1 -1
  263. package/components/Notification/components/NotificationIcon.js +1 -1
  264. package/components/Notification/components/NotificationTime.js +1 -1
  265. package/components/NotificationIcon/NotificationIcon.js +2 -2
  266. package/components/NumberField/NumberFieldInput.js +1 -1
  267. package/components/OrderedList/OrderedList.js +5 -5
  268. package/components/OrderedList/OrderedListItem.js +8 -8
  269. package/components/Overlay/Overlay.js +2 -2
  270. package/components/Overlay/OverlayMask.js +2 -2
  271. package/components/Overlay/OverlayPanel.js +2 -2
  272. package/components/Page/Page.js +2 -2
  273. package/components/Page/components/BodyPage.js +7 -7
  274. package/components/Page/components/FooterPage.js +2 -2
  275. package/components/Page/components/HeaderPage.js +2 -2
  276. package/components/Pagination/Pagination.js +4 -4
  277. package/components/Pagination/components/PaginationExtended.js +3 -3
  278. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  279. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  280. package/components/Pagination/components/PaginationPageButton.js +2 -2
  281. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  282. package/components/Pagination/components/PaginationSelect.js +26 -30
  283. package/components/Pagination/utils/paginationUtils.js +1 -1
  284. package/components/Radio/Radio.js +15 -15
  285. package/components/Radio/RadioXGroup.js +14 -14
  286. package/components/Radio/RadioYGroup.js +5 -5
  287. package/components/Row/Row.js +4 -4
  288. package/components/SMSField/SMSField.js +3 -3
  289. package/components/SMSField/components/RefreshIcon.js +2 -2
  290. package/components/SMSField/components/SMSFieldInput.js +3 -3
  291. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  292. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  293. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  294. package/components/SegmentedControl/SegmentedControl.js +6 -6
  295. package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
  296. package/components/SelectExtendedField/SelectExtendedField.js +6 -6
  297. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
  298. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
  299. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +22 -22
  300. package/components/SelectField/SelectField.js +11 -11
  301. package/components/Skeleton/Skeleton.js +5 -5
  302. package/components/SliderExtended/SliderExtended.js +3 -3
  303. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +17 -17
  304. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  305. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  306. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  307. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +7 -7
  308. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +24 -24
  309. package/components/SmallInput/SmallInput.js +2 -2
  310. package/components/Spoiler/Spoiler.js +17 -17
  311. package/components/StatusTracker/StatusTracker.js +3 -3
  312. package/components/StatusTracker/components/StatusTrackerAlert.js +6 -6
  313. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  314. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  315. package/components/StatusTracker/components/StatusTrackerDescription.js +8 -8
  316. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  317. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  318. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  319. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  320. package/components/StatusTracker/components/StatusTrackerSum.js +8 -8
  321. package/components/StatusTracker/components/StatusTrackerTitle.js +8 -8
  322. package/components/Step/Step.js +10 -10
  323. package/components/Stepper/RightBorderArrow.js +1 -1
  324. package/components/Stepper/Stepper.js +4 -4
  325. package/components/Stepper/StepperExtended.js +6 -6
  326. package/components/Stepper/StepperStep.js +3 -3
  327. package/components/Stepper/StepperWrapper.js +3 -3
  328. package/components/Suggest/Suggest.js +52 -88
  329. package/components/Suggest/SuggestContext.js +4 -7
  330. package/components/Suggest/SuggestMobileDropdownContent.js +18 -18
  331. package/components/Suggest/useSuggest.js +64 -0
  332. package/components/SuggestField/SuggestField.js +44 -47
  333. package/components/SuggestField/desktop/SuggestFieldDesktop.js +128 -129
  334. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +5 -5
  335. package/components/SuggestField/index.js +8 -10
  336. package/components/SuggestField/mobile/SuggestFieldMobile.js +94 -75
  337. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +26 -26
  338. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +4 -4
  339. package/components/SuggestField/mobile/index.js +4 -6
  340. package/components/SwipeableArea/SwipeableArea.js +21 -21
  341. package/components/Table/FilterPanel.js +3 -3
  342. package/components/Table/MasterTable.js +16 -16
  343. package/components/Table/NoColumns.js +4 -4
  344. package/components/Table/PaginationPanel.js +3 -3
  345. package/components/Table/TableBasic/TableBasic.js +2 -2
  346. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  347. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  348. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  349. package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
  350. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
  351. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
  352. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
  353. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  354. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  355. package/components/Table/TableFooter/TableFooter.js +2 -2
  356. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  357. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  358. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  359. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  360. package/components/Table/TabsLinePanel.js +6 -6
  361. package/components/Table/TabsLinePanelLinks.js +8 -8
  362. package/components/Table/utils.js +1 -1
  363. package/components/Tabs/Tabs.js +21 -21
  364. package/components/TabsExtended/TabsExtended.js +3 -3
  365. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  366. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  367. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  368. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  369. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  370. package/components/TabsExtended/utils.js +1 -1
  371. package/components/TabsLine/TabsLine.js +2 -2
  372. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  373. package/components/TabsLine/components/TabsLineDropdown.js +9 -9
  374. package/components/TabsLine/components/TabsLineItem.js +2 -2
  375. package/components/TabsLine/components/TabsLineMobile.js +1 -1
  376. package/components/Tag/Tag.js +12 -12
  377. package/components/TagColor/TagColor.js +15 -15
  378. package/components/TagGroup/TagGroup.js +4 -4
  379. package/components/TextField/TextField.js +1 -1
  380. package/components/TextField/TextFieldBase.js +23 -28
  381. package/components/TextareaField/TextareaField.js +1 -1
  382. package/components/ThemeProvider/ThemeProvider.js +1 -1
  383. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  384. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  385. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  386. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  387. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  388. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  389. package/components/Tooltip/components/mobile/TooltipMobile.js +2 -2
  390. package/components/TopOverlay/TopOverlay.js +23 -23
  391. package/components/TreeView/TreeView.js +2 -2
  392. package/components/TreeView/components/TreeViewGroup.js +1 -1
  393. package/components/TreeView/components/TreeViewNode.js +2 -2
  394. package/components/Typography/Caption.js +41 -43
  395. package/components/Typography/Text.js +49 -51
  396. package/components/Typography/Title.js +40 -42
  397. package/components/Typography/constants.js +6 -0
  398. package/components/Typography/enums.js +9 -8
  399. package/components/Typography/index.js +15 -16
  400. package/components/UnorderedList/UnorderedList.js +5 -5
  401. package/components/UnorderedList/UnorderedListItem.js +12 -12
  402. package/components/UploadZone/UploadZone.js +3 -3
  403. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  404. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  405. package/components/index.js +532 -533
  406. package/index.d.ts +236 -237
  407. package/index.js +576 -577
  408. package/package.json +9 -1
  409. package/styles/triplex-next.css +546 -534
  410. package/utils/amountUtils.js +1 -1
  411. package/chunks/Card.module-D18ujhsr.js +0 -17
  412. package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +0 -14
  413. package/chunks/Confirm.module-Y-2NyRFX.js +0 -15
  414. package/chunks/DropdownMobile.module-ppF6TvoG.js +0 -23
  415. package/chunks/Footer.module-BlHDTNCR.js +0 -9
  416. package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +0 -9
  417. package/chunks/HeaderTabs.module-msmMm_BI.js +0 -9
  418. package/chunks/IslandAccordion.module-DpgAGmIN.js +0 -25
  419. package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +0 -9
  420. package/chunks/IslandWidgetHeader.module-BFXzve-T.js +0 -9
  421. package/chunks/LightBoxControls.module-DTFEWumP.js +0 -16
  422. package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +0 -8
  423. package/chunks/ListItemTail.module-DrFpbbjw.js +0 -12
  424. package/chunks/ListMasterFooter.module-CMNUIWxu.js +0 -10
  425. package/chunks/ModalWindow.module-CMT6Qwhi.js +0 -17
  426. package/chunks/Notification.module-8g0up3Mn.js +0 -21
  427. package/chunks/Overlay.module-CJZIns4Y.js +0 -18
  428. package/chunks/Page.module-Cq-KMJ_J.js +0 -11
  429. package/chunks/SMSField.module-Dpw_velC.js +0 -16
  430. package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +0 -15
  431. package/chunks/StatusTracker.module-BPaAftS3.js +0 -24
  432. package/chunks/SuggestFieldMobileDropdownHint-CooicUNx.js +0 -15
  433. package/chunks/TableFooter.module-BXib8bAF.js +0 -14
  434. package/chunks/TabsExtended.module-41dIJqTz.js +0 -16
  435. package/chunks/TabsLine.module-DY1bt47O.js +0 -21
  436. package/chunks/TooltipDesktop.module-BP9en5Mr.js +0 -19
  437. package/chunks/TreeView.module-ssEB6Mn6.js +0 -9
  438. package/chunks/UploadZoneInput--oJn7HTT.js +0 -33
  439. package/chunks/utils-6FIQkvvy.js +0 -36
  440. package/chunks/utils-B5Py99ZO.js +0 -73
  441. package/chunks/utils-BX1E8zy3.js +0 -24
  442. package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
  443. package/components/SuggestField/SuggestFieldTarget.js +0 -70
  444. package/components/SuggestField/SuggestFieldTargetPostfix.js +0 -28
  445. package/components/SuggestField/mobile/SuggestFieldMobileTarget.js +0 -30
  446. package/components/Typography/utils.js +0 -6
package/index.d.ts CHANGED
@@ -4,6 +4,7 @@ import { default as default_3 } from 'moment';
4
4
  import { default as default_4 } from 'big.js';
5
5
  import { FC } from 'react';
6
6
  import { FocusTrapProps } from 'focus-trap-react';
7
+ import { ISingleColorIconProps } from '@sberbusiness/icons-next';
7
8
  import { JSX as JSX_2 } from 'react/jsx-runtime';
8
9
  import { MaskedInputProps } from 'react-text-mask';
9
10
  import { Moment } from 'moment';
@@ -69,6 +70,15 @@ export declare const AmountField: default_2.ForwardRefExoticComponent<IAmountFie
69
70
  /** Аватар, предназначен для отображения изображений профиля пользователя, инициалов или иконок. */
70
71
  export declare const Avatar: default_2.ForwardRefExoticComponent<IAvatarProps & default_2.RefAttributes<HTMLDivElement>>;
71
72
 
73
+ /**
74
+ * Индикатор статуса или уведомления.
75
+ * Может содержать префикс, контент и постфикс.
76
+ * Для отображения точки используется компонент BadgeDot.
77
+ * */
78
+ export declare const Badge: default_2.ForwardRefExoticComponent<IBadgeProps & default_2.RefAttributes<HTMLSpanElement>> & {
79
+ Dot: default_2.ForwardRefExoticComponent<IBadgeDotProps & default_2.RefAttributes<HTMLSpanElement>>;
80
+ };
81
+
72
82
  /**
73
83
  * Компонент Body, используется как один из детей(Header, Body и Footer) компонента Page.
74
84
  * Используется как контейнер для контента страницы. Имеет дефолтные отступы со всех сторон.
@@ -127,612 +137,612 @@ export declare const Caption: default_2.ForwardRefExoticComponent<(Omit<{
127
137
  /** Размер текста. */
128
138
  size: ECaptionSize;
129
139
  /** Толщина шрифта. */
130
- weight?: EFontWeightText;
140
+ weight?: EFontWeightCaption;
131
141
  } & ITypographyProps & default_2.SVGProps<SVGSymbolElement>, "ref"> | Omit<{
132
142
  /** Размер текста. */
133
143
  size: ECaptionSize;
134
144
  /** Толщина шрифта. */
135
- weight?: EFontWeightText;
145
+ weight?: EFontWeightCaption;
136
146
  } & ITypographyProps & default_2.ClassAttributes<HTMLObjectElement> & default_2.ObjectHTMLAttributes<HTMLObjectElement>, "ref"> | Omit<{
137
147
  /** Размер текста. */
138
148
  size: ECaptionSize;
139
149
  /** Толщина шрифта. */
140
- weight?: EFontWeightText;
150
+ weight?: EFontWeightCaption;
141
151
  } & ITypographyProps & default_2.ClassAttributes<HTMLHeadingElement> & default_2.HTMLAttributes<HTMLHeadingElement>, "ref"> | Omit<{
142
152
  /** Размер текста. */
143
153
  size: ECaptionSize;
144
154
  /** Толщина шрифта. */
145
- weight?: EFontWeightText;
155
+ weight?: EFontWeightCaption;
146
156
  } & ITypographyProps & default_2.ClassAttributes<HTMLAnchorElement> & default_2.AnchorHTMLAttributes<HTMLAnchorElement>, "ref"> | Omit<{
147
157
  /** Размер текста. */
148
158
  size: ECaptionSize;
149
159
  /** Толщина шрифта. */
150
- weight?: EFontWeightText;
160
+ weight?: EFontWeightCaption;
151
161
  } & ITypographyProps & default_2.ClassAttributes<HTMLElement> & default_2.HTMLAttributes<HTMLElement>, "ref"> | Omit<{
152
162
  /** Размер текста. */
153
163
  size: ECaptionSize;
154
164
  /** Толщина шрифта. */
155
- weight?: EFontWeightText;
165
+ weight?: EFontWeightCaption;
156
166
  } & ITypographyProps & default_2.ClassAttributes<HTMLAreaElement> & default_2.AreaHTMLAttributes<HTMLAreaElement>, "ref"> | Omit<{
157
167
  /** Размер текста. */
158
168
  size: ECaptionSize;
159
169
  /** Толщина шрифта. */
160
- weight?: EFontWeightText;
170
+ weight?: EFontWeightCaption;
161
171
  } & ITypographyProps & default_2.ClassAttributes<HTMLAudioElement> & default_2.AudioHTMLAttributes<HTMLAudioElement>, "ref"> | Omit<{
162
172
  /** Размер текста. */
163
173
  size: ECaptionSize;
164
174
  /** Толщина шрифта. */
165
- weight?: EFontWeightText;
175
+ weight?: EFontWeightCaption;
166
176
  } & ITypographyProps & default_2.ClassAttributes<HTMLBaseElement> & default_2.BaseHTMLAttributes<HTMLBaseElement>, "ref"> | Omit<{
167
177
  /** Размер текста. */
168
178
  size: ECaptionSize;
169
179
  /** Толщина шрифта. */
170
- weight?: EFontWeightText;
180
+ weight?: EFontWeightCaption;
171
181
  } & ITypographyProps & default_2.ClassAttributes<HTMLQuoteElement> & default_2.BlockquoteHTMLAttributes<HTMLQuoteElement>, "ref"> | Omit<{
172
182
  /** Размер текста. */
173
183
  size: ECaptionSize;
174
184
  /** Толщина шрифта. */
175
- weight?: EFontWeightText;
185
+ weight?: EFontWeightCaption;
176
186
  } & ITypographyProps & default_2.ClassAttributes<HTMLBodyElement> & default_2.HTMLAttributes<HTMLBodyElement>, "ref"> | Omit<{
177
187
  /** Размер текста. */
178
188
  size: ECaptionSize;
179
189
  /** Толщина шрифта. */
180
- weight?: EFontWeightText;
190
+ weight?: EFontWeightCaption;
181
191
  } & ITypographyProps & default_2.ClassAttributes<HTMLBRElement> & default_2.HTMLAttributes<HTMLBRElement>, "ref"> | Omit<{
182
192
  /** Размер текста. */
183
193
  size: ECaptionSize;
184
194
  /** Толщина шрифта. */
185
- weight?: EFontWeightText;
195
+ weight?: EFontWeightCaption;
186
196
  } & ITypographyProps & default_2.ClassAttributes<HTMLButtonElement> & default_2.ButtonHTMLAttributes<HTMLButtonElement>, "ref"> | Omit<{
187
197
  /** Размер текста. */
188
198
  size: ECaptionSize;
189
199
  /** Толщина шрифта. */
190
- weight?: EFontWeightText;
200
+ weight?: EFontWeightCaption;
191
201
  } & ITypographyProps & default_2.ClassAttributes<HTMLCanvasElement> & default_2.CanvasHTMLAttributes<HTMLCanvasElement>, "ref"> | Omit<{
192
202
  /** Размер текста. */
193
203
  size: ECaptionSize;
194
204
  /** Толщина шрифта. */
195
- weight?: EFontWeightText;
205
+ weight?: EFontWeightCaption;
196
206
  } & ITypographyProps & default_2.ClassAttributes<HTMLTableColElement> & default_2.ColHTMLAttributes<HTMLTableColElement>, "ref"> | Omit<{
197
207
  /** Размер текста. */
198
208
  size: ECaptionSize;
199
209
  /** Толщина шрифта. */
200
- weight?: EFontWeightText;
210
+ weight?: EFontWeightCaption;
201
211
  } & ITypographyProps & default_2.ClassAttributes<HTMLTableColElement> & default_2.ColgroupHTMLAttributes<HTMLTableColElement>, "ref"> | Omit<{
202
212
  /** Размер текста. */
203
213
  size: ECaptionSize;
204
214
  /** Толщина шрифта. */
205
- weight?: EFontWeightText;
215
+ weight?: EFontWeightCaption;
206
216
  } & ITypographyProps & default_2.ClassAttributes<HTMLDataElement> & default_2.DataHTMLAttributes<HTMLDataElement>, "ref"> | Omit<{
207
217
  /** Размер текста. */
208
218
  size: ECaptionSize;
209
219
  /** Толщина шрифта. */
210
- weight?: EFontWeightText;
220
+ weight?: EFontWeightCaption;
211
221
  } & ITypographyProps & default_2.ClassAttributes<HTMLDataListElement> & default_2.HTMLAttributes<HTMLDataListElement>, "ref"> | Omit<{
212
222
  /** Размер текста. */
213
223
  size: ECaptionSize;
214
224
  /** Толщина шрифта. */
215
- weight?: EFontWeightText;
225
+ weight?: EFontWeightCaption;
216
226
  } & ITypographyProps & default_2.ClassAttributes<HTMLModElement> & default_2.DelHTMLAttributes<HTMLModElement>, "ref"> | Omit<{
217
227
  /** Размер текста. */
218
228
  size: ECaptionSize;
219
229
  /** Толщина шрифта. */
220
- weight?: EFontWeightText;
230
+ weight?: EFontWeightCaption;
221
231
  } & ITypographyProps & default_2.ClassAttributes<HTMLDetailsElement> & default_2.DetailsHTMLAttributes<HTMLDetailsElement>, "ref"> | Omit<{
222
232
  /** Размер текста. */
223
233
  size: ECaptionSize;
224
234
  /** Толщина шрифта. */
225
- weight?: EFontWeightText;
235
+ weight?: EFontWeightCaption;
226
236
  } & ITypographyProps & default_2.ClassAttributes<HTMLDialogElement> & default_2.DialogHTMLAttributes<HTMLDialogElement>, "ref"> | Omit<{
227
237
  /** Размер текста. */
228
238
  size: ECaptionSize;
229
239
  /** Толщина шрифта. */
230
- weight?: EFontWeightText;
240
+ weight?: EFontWeightCaption;
231
241
  } & ITypographyProps & default_2.ClassAttributes<HTMLDivElement> & default_2.HTMLAttributes<HTMLDivElement>, "ref"> | Omit<{
232
242
  /** Размер текста. */
233
243
  size: ECaptionSize;
234
244
  /** Толщина шрифта. */
235
- weight?: EFontWeightText;
245
+ weight?: EFontWeightCaption;
236
246
  } & ITypographyProps & default_2.ClassAttributes<HTMLDListElement> & default_2.HTMLAttributes<HTMLDListElement>, "ref"> | Omit<{
237
247
  /** Размер текста. */
238
248
  size: ECaptionSize;
239
249
  /** Толщина шрифта. */
240
- weight?: EFontWeightText;
250
+ weight?: EFontWeightCaption;
241
251
  } & ITypographyProps & default_2.ClassAttributes<HTMLEmbedElement> & default_2.EmbedHTMLAttributes<HTMLEmbedElement>, "ref"> | Omit<{
242
252
  /** Размер текста. */
243
253
  size: ECaptionSize;
244
254
  /** Толщина шрифта. */
245
- weight?: EFontWeightText;
255
+ weight?: EFontWeightCaption;
246
256
  } & ITypographyProps & default_2.ClassAttributes<HTMLFieldSetElement> & default_2.FieldsetHTMLAttributes<HTMLFieldSetElement>, "ref"> | Omit<{
247
257
  /** Размер текста. */
248
258
  size: ECaptionSize;
249
259
  /** Толщина шрифта. */
250
- weight?: EFontWeightText;
260
+ weight?: EFontWeightCaption;
251
261
  } & ITypographyProps & default_2.ClassAttributes<HTMLFormElement> & default_2.FormHTMLAttributes<HTMLFormElement>, "ref"> | Omit<{
252
262
  /** Размер текста. */
253
263
  size: ECaptionSize;
254
264
  /** Толщина шрифта. */
255
- weight?: EFontWeightText;
265
+ weight?: EFontWeightCaption;
256
266
  } & ITypographyProps & default_2.ClassAttributes<HTMLHeadElement> & default_2.HTMLAttributes<HTMLHeadElement>, "ref"> | Omit<{
257
267
  /** Размер текста. */
258
268
  size: ECaptionSize;
259
269
  /** Толщина шрифта. */
260
- weight?: EFontWeightText;
270
+ weight?: EFontWeightCaption;
261
271
  } & ITypographyProps & default_2.ClassAttributes<HTMLHRElement> & default_2.HTMLAttributes<HTMLHRElement>, "ref"> | Omit<{
262
272
  /** Размер текста. */
263
273
  size: ECaptionSize;
264
274
  /** Толщина шрифта. */
265
- weight?: EFontWeightText;
275
+ weight?: EFontWeightCaption;
266
276
  } & ITypographyProps & default_2.ClassAttributes<HTMLHtmlElement> & default_2.HtmlHTMLAttributes<HTMLHtmlElement>, "ref"> | Omit<{
267
277
  /** Размер текста. */
268
278
  size: ECaptionSize;
269
279
  /** Толщина шрифта. */
270
- weight?: EFontWeightText;
280
+ weight?: EFontWeightCaption;
271
281
  } & ITypographyProps & default_2.ClassAttributes<HTMLIFrameElement> & default_2.IframeHTMLAttributes<HTMLIFrameElement>, "ref"> | Omit<{
272
282
  /** Размер текста. */
273
283
  size: ECaptionSize;
274
284
  /** Толщина шрифта. */
275
- weight?: EFontWeightText;
285
+ weight?: EFontWeightCaption;
276
286
  } & ITypographyProps & default_2.ClassAttributes<HTMLImageElement> & default_2.ImgHTMLAttributes<HTMLImageElement>, "ref"> | Omit<{
277
287
  /** Размер текста. */
278
288
  size: ECaptionSize;
279
289
  /** Толщина шрифта. */
280
- weight?: EFontWeightText;
290
+ weight?: EFontWeightCaption;
281
291
  } & ITypographyProps & default_2.ClassAttributes<HTMLModElement> & default_2.InsHTMLAttributes<HTMLModElement>, "ref"> | Omit<{
282
292
  /** Размер текста. */
283
293
  size: ECaptionSize;
284
294
  /** Толщина шрифта. */
285
- weight?: EFontWeightText;
295
+ weight?: EFontWeightCaption;
286
296
  } & ITypographyProps & default_2.ClassAttributes<HTMLElement> & default_2.KeygenHTMLAttributes<HTMLElement>, "ref"> | Omit<{
287
297
  /** Размер текста. */
288
298
  size: ECaptionSize;
289
299
  /** Толщина шрифта. */
290
- weight?: EFontWeightText;
300
+ weight?: EFontWeightCaption;
291
301
  } & ITypographyProps & default_2.ClassAttributes<HTMLLabelElement> & default_2.LabelHTMLAttributes<HTMLLabelElement>, "ref"> | Omit<{
292
302
  /** Размер текста. */
293
303
  size: ECaptionSize;
294
304
  /** Толщина шрифта. */
295
- weight?: EFontWeightText;
305
+ weight?: EFontWeightCaption;
296
306
  } & ITypographyProps & default_2.ClassAttributes<HTMLLegendElement> & default_2.HTMLAttributes<HTMLLegendElement>, "ref"> | Omit<{
297
307
  /** Размер текста. */
298
308
  size: ECaptionSize;
299
309
  /** Толщина шрифта. */
300
- weight?: EFontWeightText;
310
+ weight?: EFontWeightCaption;
301
311
  } & ITypographyProps & default_2.ClassAttributes<HTMLLIElement> & default_2.LiHTMLAttributes<HTMLLIElement>, "ref"> | Omit<{
302
312
  /** Размер текста. */
303
313
  size: ECaptionSize;
304
314
  /** Толщина шрифта. */
305
- weight?: EFontWeightText;
315
+ weight?: EFontWeightCaption;
306
316
  } & ITypographyProps & default_2.ClassAttributes<HTMLLinkElement> & default_2.LinkHTMLAttributes<HTMLLinkElement>, "ref"> | Omit<{
307
317
  /** Размер текста. */
308
318
  size: ECaptionSize;
309
319
  /** Толщина шрифта. */
310
- weight?: EFontWeightText;
320
+ weight?: EFontWeightCaption;
311
321
  } & ITypographyProps & default_2.ClassAttributes<HTMLMapElement> & default_2.MapHTMLAttributes<HTMLMapElement>, "ref"> | Omit<{
312
322
  /** Размер текста. */
313
323
  size: ECaptionSize;
314
324
  /** Толщина шрифта. */
315
- weight?: EFontWeightText;
325
+ weight?: EFontWeightCaption;
316
326
  } & ITypographyProps & default_2.ClassAttributes<HTMLElement> & default_2.MenuHTMLAttributes<HTMLElement>, "ref"> | Omit<{
317
327
  /** Размер текста. */
318
328
  size: ECaptionSize;
319
329
  /** Толщина шрифта. */
320
- weight?: EFontWeightText;
330
+ weight?: EFontWeightCaption;
321
331
  } & ITypographyProps & default_2.ClassAttributes<HTMLMetaElement> & default_2.MetaHTMLAttributes<HTMLMetaElement>, "ref"> | Omit<{
322
332
  /** Размер текста. */
323
333
  size: ECaptionSize;
324
334
  /** Толщина шрифта. */
325
- weight?: EFontWeightText;
335
+ weight?: EFontWeightCaption;
326
336
  } & ITypographyProps & default_2.ClassAttributes<HTMLMeterElement> & default_2.MeterHTMLAttributes<HTMLMeterElement>, "ref"> | Omit<{
327
337
  /** Размер текста. */
328
338
  size: ECaptionSize;
329
339
  /** Толщина шрифта. */
330
- weight?: EFontWeightText;
340
+ weight?: EFontWeightCaption;
331
341
  } & ITypographyProps & default_2.ClassAttributes<HTMLOListElement> & default_2.OlHTMLAttributes<HTMLOListElement>, "ref"> | Omit<{
332
342
  /** Размер текста. */
333
343
  size: ECaptionSize;
334
344
  /** Толщина шрифта. */
335
- weight?: EFontWeightText;
345
+ weight?: EFontWeightCaption;
336
346
  } & ITypographyProps & default_2.ClassAttributes<HTMLOptGroupElement> & default_2.OptgroupHTMLAttributes<HTMLOptGroupElement>, "ref"> | Omit<{
337
347
  /** Размер текста. */
338
348
  size: ECaptionSize;
339
349
  /** Толщина шрифта. */
340
- weight?: EFontWeightText;
350
+ weight?: EFontWeightCaption;
341
351
  } & ITypographyProps & default_2.ClassAttributes<HTMLOptionElement> & default_2.OptionHTMLAttributes<HTMLOptionElement>, "ref"> | Omit<{
342
352
  /** Размер текста. */
343
353
  size: ECaptionSize;
344
354
  /** Толщина шрифта. */
345
- weight?: EFontWeightText;
355
+ weight?: EFontWeightCaption;
346
356
  } & ITypographyProps & default_2.ClassAttributes<HTMLOutputElement> & default_2.OutputHTMLAttributes<HTMLOutputElement>, "ref"> | Omit<{
347
357
  /** Размер текста. */
348
358
  size: ECaptionSize;
349
359
  /** Толщина шрифта. */
350
- weight?: EFontWeightText;
360
+ weight?: EFontWeightCaption;
351
361
  } & ITypographyProps & default_2.ClassAttributes<HTMLParagraphElement> & default_2.HTMLAttributes<HTMLParagraphElement>, "ref"> | Omit<{
352
362
  /** Размер текста. */
353
363
  size: ECaptionSize;
354
364
  /** Толщина шрифта. */
355
- weight?: EFontWeightText;
365
+ weight?: EFontWeightCaption;
356
366
  } & ITypographyProps & default_2.ClassAttributes<HTMLParamElement> & default_2.ParamHTMLAttributes<HTMLParamElement>, "ref"> | Omit<{
357
367
  /** Размер текста. */
358
368
  size: ECaptionSize;
359
369
  /** Толщина шрифта. */
360
- weight?: EFontWeightText;
370
+ weight?: EFontWeightCaption;
361
371
  } & ITypographyProps & default_2.ClassAttributes<HTMLPreElement> & default_2.HTMLAttributes<HTMLPreElement>, "ref"> | Omit<{
362
372
  /** Размер текста. */
363
373
  size: ECaptionSize;
364
374
  /** Толщина шрифта. */
365
- weight?: EFontWeightText;
375
+ weight?: EFontWeightCaption;
366
376
  } & ITypographyProps & default_2.ClassAttributes<HTMLProgressElement> & default_2.ProgressHTMLAttributes<HTMLProgressElement>, "ref"> | Omit<{
367
377
  /** Размер текста. */
368
378
  size: ECaptionSize;
369
379
  /** Толщина шрифта. */
370
- weight?: EFontWeightText;
380
+ weight?: EFontWeightCaption;
371
381
  } & ITypographyProps & default_2.ClassAttributes<HTMLQuoteElement> & default_2.QuoteHTMLAttributes<HTMLQuoteElement>, "ref"> | Omit<{
372
382
  /** Размер текста. */
373
383
  size: ECaptionSize;
374
384
  /** Толщина шрифта. */
375
- weight?: EFontWeightText;
385
+ weight?: EFontWeightCaption;
376
386
  } & ITypographyProps & default_2.ClassAttributes<HTMLSlotElement> & default_2.SlotHTMLAttributes<HTMLSlotElement>, "ref"> | Omit<{
377
387
  /** Размер текста. */
378
388
  size: ECaptionSize;
379
389
  /** Толщина шрифта. */
380
- weight?: EFontWeightText;
390
+ weight?: EFontWeightCaption;
381
391
  } & ITypographyProps & default_2.ClassAttributes<HTMLScriptElement> & default_2.ScriptHTMLAttributes<HTMLScriptElement>, "ref"> | Omit<{
382
392
  /** Размер текста. */
383
393
  size: ECaptionSize;
384
394
  /** Толщина шрифта. */
385
- weight?: EFontWeightText;
395
+ weight?: EFontWeightCaption;
386
396
  } & ITypographyProps & default_2.ClassAttributes<HTMLSourceElement> & default_2.SourceHTMLAttributes<HTMLSourceElement>, "ref"> | Omit<{
387
397
  /** Размер текста. */
388
398
  size: ECaptionSize;
389
399
  /** Толщина шрифта. */
390
- weight?: EFontWeightText;
400
+ weight?: EFontWeightCaption;
391
401
  } & ITypographyProps & default_2.ClassAttributes<HTMLSpanElement> & default_2.HTMLAttributes<HTMLSpanElement>, "ref"> | Omit<{
392
402
  /** Размер текста. */
393
403
  size: ECaptionSize;
394
404
  /** Толщина шрифта. */
395
- weight?: EFontWeightText;
405
+ weight?: EFontWeightCaption;
396
406
  } & ITypographyProps & default_2.ClassAttributes<HTMLStyleElement> & default_2.StyleHTMLAttributes<HTMLStyleElement>, "ref"> | Omit<{
397
407
  /** Размер текста. */
398
408
  size: ECaptionSize;
399
409
  /** Толщина шрифта. */
400
- weight?: EFontWeightText;
410
+ weight?: EFontWeightCaption;
401
411
  } & ITypographyProps & default_2.ClassAttributes<HTMLTableElement> & default_2.TableHTMLAttributes<HTMLTableElement>, "ref"> | Omit<{
402
412
  /** Размер текста. */
403
413
  size: ECaptionSize;
404
414
  /** Толщина шрифта. */
405
- weight?: EFontWeightText;
415
+ weight?: EFontWeightCaption;
406
416
  } & ITypographyProps & default_2.ClassAttributes<HTMLTemplateElement> & default_2.HTMLAttributes<HTMLTemplateElement>, "ref"> | Omit<{
407
417
  /** Размер текста. */
408
418
  size: ECaptionSize;
409
419
  /** Толщина шрифта. */
410
- weight?: EFontWeightText;
420
+ weight?: EFontWeightCaption;
411
421
  } & ITypographyProps & default_2.ClassAttributes<HTMLTableSectionElement> & default_2.HTMLAttributes<HTMLTableSectionElement>, "ref"> | Omit<{
412
422
  /** Размер текста. */
413
423
  size: ECaptionSize;
414
424
  /** Толщина шрифта. */
415
- weight?: EFontWeightText;
425
+ weight?: EFontWeightCaption;
416
426
  } & ITypographyProps & default_2.ClassAttributes<HTMLTableDataCellElement> & default_2.TdHTMLAttributes<HTMLTableDataCellElement>, "ref"> | Omit<{
417
427
  /** Размер текста. */
418
428
  size: ECaptionSize;
419
429
  /** Толщина шрифта. */
420
- weight?: EFontWeightText;
430
+ weight?: EFontWeightCaption;
421
431
  } & ITypographyProps & default_2.ClassAttributes<HTMLTextAreaElement> & default_2.TextareaHTMLAttributes<HTMLTextAreaElement>, "ref"> | Omit<{
422
432
  /** Размер текста. */
423
433
  size: ECaptionSize;
424
434
  /** Толщина шрифта. */
425
- weight?: EFontWeightText;
435
+ weight?: EFontWeightCaption;
426
436
  } & ITypographyProps & default_2.ClassAttributes<HTMLTableHeaderCellElement> & default_2.ThHTMLAttributes<HTMLTableHeaderCellElement>, "ref"> | Omit<{
427
437
  /** Размер текста. */
428
438
  size: ECaptionSize;
429
439
  /** Толщина шрифта. */
430
- weight?: EFontWeightText;
440
+ weight?: EFontWeightCaption;
431
441
  } & ITypographyProps & default_2.ClassAttributes<HTMLTimeElement> & default_2.TimeHTMLAttributes<HTMLTimeElement>, "ref"> | Omit<{
432
442
  /** Размер текста. */
433
443
  size: ECaptionSize;
434
444
  /** Толщина шрифта. */
435
- weight?: EFontWeightText;
445
+ weight?: EFontWeightCaption;
436
446
  } & ITypographyProps & default_2.ClassAttributes<HTMLTitleElement> & default_2.HTMLAttributes<HTMLTitleElement>, "ref"> | Omit<{
437
447
  /** Размер текста. */
438
448
  size: ECaptionSize;
439
449
  /** Толщина шрифта. */
440
- weight?: EFontWeightText;
450
+ weight?: EFontWeightCaption;
441
451
  } & ITypographyProps & default_2.ClassAttributes<HTMLTableRowElement> & default_2.HTMLAttributes<HTMLTableRowElement>, "ref"> | Omit<{
442
452
  /** Размер текста. */
443
453
  size: ECaptionSize;
444
454
  /** Толщина шрифта. */
445
- weight?: EFontWeightText;
455
+ weight?: EFontWeightCaption;
446
456
  } & ITypographyProps & default_2.ClassAttributes<HTMLTrackElement> & default_2.TrackHTMLAttributes<HTMLTrackElement>, "ref"> | Omit<{
447
457
  /** Размер текста. */
448
458
  size: ECaptionSize;
449
459
  /** Толщина шрифта. */
450
- weight?: EFontWeightText;
460
+ weight?: EFontWeightCaption;
451
461
  } & ITypographyProps & default_2.ClassAttributes<HTMLUListElement> & default_2.HTMLAttributes<HTMLUListElement>, "ref"> | Omit<{
452
462
  /** Размер текста. */
453
463
  size: ECaptionSize;
454
464
  /** Толщина шрифта. */
455
- weight?: EFontWeightText;
465
+ weight?: EFontWeightCaption;
456
466
  } & ITypographyProps & default_2.ClassAttributes<HTMLVideoElement> & default_2.VideoHTMLAttributes<HTMLVideoElement>, "ref"> | Omit<{
457
467
  /** Размер текста. */
458
468
  size: ECaptionSize;
459
469
  /** Толщина шрифта. */
460
- weight?: EFontWeightText;
470
+ weight?: EFontWeightCaption;
461
471
  } & ITypographyProps & default_2.ClassAttributes<HTMLWebViewElement> & default_2.WebViewHTMLAttributes<HTMLWebViewElement>, "ref"> | Omit<{
462
472
  /** Размер текста. */
463
473
  size: ECaptionSize;
464
474
  /** Толщина шрифта. */
465
- weight?: EFontWeightText;
475
+ weight?: EFontWeightCaption;
466
476
  } & ITypographyProps & default_2.SVGProps<SVGSVGElement>, "ref"> | Omit<{
467
477
  /** Размер текста. */
468
478
  size: ECaptionSize;
469
479
  /** Толщина шрифта. */
470
- weight?: EFontWeightText;
480
+ weight?: EFontWeightCaption;
471
481
  } & ITypographyProps & default_2.SVGProps<SVGElement>, "ref"> | Omit<{
472
482
  /** Размер текста. */
473
483
  size: ECaptionSize;
474
484
  /** Толщина шрифта. */
475
- weight?: EFontWeightText;
485
+ weight?: EFontWeightCaption;
476
486
  } & ITypographyProps & default_2.SVGProps<SVGCircleElement>, "ref"> | Omit<{
477
487
  /** Размер текста. */
478
488
  size: ECaptionSize;
479
489
  /** Толщина шрифта. */
480
- weight?: EFontWeightText;
490
+ weight?: EFontWeightCaption;
481
491
  } & ITypographyProps & default_2.SVGProps<SVGClipPathElement>, "ref"> | Omit<{
482
492
  /** Размер текста. */
483
493
  size: ECaptionSize;
484
494
  /** Толщина шрифта. */
485
- weight?: EFontWeightText;
495
+ weight?: EFontWeightCaption;
486
496
  } & ITypographyProps & default_2.SVGProps<SVGDefsElement>, "ref"> | Omit<{
487
497
  /** Размер текста. */
488
498
  size: ECaptionSize;
489
499
  /** Толщина шрифта. */
490
- weight?: EFontWeightText;
500
+ weight?: EFontWeightCaption;
491
501
  } & ITypographyProps & default_2.SVGProps<SVGDescElement>, "ref"> | Omit<{
492
502
  /** Размер текста. */
493
503
  size: ECaptionSize;
494
504
  /** Толщина шрифта. */
495
- weight?: EFontWeightText;
505
+ weight?: EFontWeightCaption;
496
506
  } & ITypographyProps & default_2.SVGProps<SVGEllipseElement>, "ref"> | Omit<{
497
507
  /** Размер текста. */
498
508
  size: ECaptionSize;
499
509
  /** Толщина шрифта. */
500
- weight?: EFontWeightText;
510
+ weight?: EFontWeightCaption;
501
511
  } & ITypographyProps & default_2.SVGProps<SVGFEBlendElement>, "ref"> | Omit<{
502
512
  /** Размер текста. */
503
513
  size: ECaptionSize;
504
514
  /** Толщина шрифта. */
505
- weight?: EFontWeightText;
515
+ weight?: EFontWeightCaption;
506
516
  } & ITypographyProps & default_2.SVGProps<SVGFEColorMatrixElement>, "ref"> | Omit<{
507
517
  /** Размер текста. */
508
518
  size: ECaptionSize;
509
519
  /** Толщина шрифта. */
510
- weight?: EFontWeightText;
520
+ weight?: EFontWeightCaption;
511
521
  } & ITypographyProps & default_2.SVGProps<SVGFEComponentTransferElement>, "ref"> | Omit<{
512
522
  /** Размер текста. */
513
523
  size: ECaptionSize;
514
524
  /** Толщина шрифта. */
515
- weight?: EFontWeightText;
525
+ weight?: EFontWeightCaption;
516
526
  } & ITypographyProps & default_2.SVGProps<SVGFECompositeElement>, "ref"> | Omit<{
517
527
  /** Размер текста. */
518
528
  size: ECaptionSize;
519
529
  /** Толщина шрифта. */
520
- weight?: EFontWeightText;
530
+ weight?: EFontWeightCaption;
521
531
  } & ITypographyProps & default_2.SVGProps<SVGFEConvolveMatrixElement>, "ref"> | Omit<{
522
532
  /** Размер текста. */
523
533
  size: ECaptionSize;
524
534
  /** Толщина шрифта. */
525
- weight?: EFontWeightText;
535
+ weight?: EFontWeightCaption;
526
536
  } & ITypographyProps & default_2.SVGProps<SVGFEDiffuseLightingElement>, "ref"> | Omit<{
527
537
  /** Размер текста. */
528
538
  size: ECaptionSize;
529
539
  /** Толщина шрифта. */
530
- weight?: EFontWeightText;
540
+ weight?: EFontWeightCaption;
531
541
  } & ITypographyProps & default_2.SVGProps<SVGFEDisplacementMapElement>, "ref"> | Omit<{
532
542
  /** Размер текста. */
533
543
  size: ECaptionSize;
534
544
  /** Толщина шрифта. */
535
- weight?: EFontWeightText;
545
+ weight?: EFontWeightCaption;
536
546
  } & ITypographyProps & default_2.SVGProps<SVGFEDistantLightElement>, "ref"> | Omit<{
537
547
  /** Размер текста. */
538
548
  size: ECaptionSize;
539
549
  /** Толщина шрифта. */
540
- weight?: EFontWeightText;
550
+ weight?: EFontWeightCaption;
541
551
  } & ITypographyProps & default_2.SVGProps<SVGFEDropShadowElement>, "ref"> | Omit<{
542
552
  /** Размер текста. */
543
553
  size: ECaptionSize;
544
554
  /** Толщина шрифта. */
545
- weight?: EFontWeightText;
555
+ weight?: EFontWeightCaption;
546
556
  } & ITypographyProps & default_2.SVGProps<SVGFEFloodElement>, "ref"> | Omit<{
547
557
  /** Размер текста. */
548
558
  size: ECaptionSize;
549
559
  /** Толщина шрифта. */
550
- weight?: EFontWeightText;
560
+ weight?: EFontWeightCaption;
551
561
  } & ITypographyProps & default_2.SVGProps<SVGFEFuncAElement>, "ref"> | Omit<{
552
562
  /** Размер текста. */
553
563
  size: ECaptionSize;
554
564
  /** Толщина шрифта. */
555
- weight?: EFontWeightText;
565
+ weight?: EFontWeightCaption;
556
566
  } & ITypographyProps & default_2.SVGProps<SVGFEFuncBElement>, "ref"> | Omit<{
557
567
  /** Размер текста. */
558
568
  size: ECaptionSize;
559
569
  /** Толщина шрифта. */
560
- weight?: EFontWeightText;
570
+ weight?: EFontWeightCaption;
561
571
  } & ITypographyProps & default_2.SVGProps<SVGFEFuncGElement>, "ref"> | Omit<{
562
572
  /** Размер текста. */
563
573
  size: ECaptionSize;
564
574
  /** Толщина шрифта. */
565
- weight?: EFontWeightText;
575
+ weight?: EFontWeightCaption;
566
576
  } & ITypographyProps & default_2.SVGProps<SVGFEFuncRElement>, "ref"> | Omit<{
567
577
  /** Размер текста. */
568
578
  size: ECaptionSize;
569
579
  /** Толщина шрифта. */
570
- weight?: EFontWeightText;
580
+ weight?: EFontWeightCaption;
571
581
  } & ITypographyProps & default_2.SVGProps<SVGFEGaussianBlurElement>, "ref"> | Omit<{
572
582
  /** Размер текста. */
573
583
  size: ECaptionSize;
574
584
  /** Толщина шрифта. */
575
- weight?: EFontWeightText;
585
+ weight?: EFontWeightCaption;
576
586
  } & ITypographyProps & default_2.SVGProps<SVGFEImageElement>, "ref"> | Omit<{
577
587
  /** Размер текста. */
578
588
  size: ECaptionSize;
579
589
  /** Толщина шрифта. */
580
- weight?: EFontWeightText;
590
+ weight?: EFontWeightCaption;
581
591
  } & ITypographyProps & default_2.SVGProps<SVGFEMergeElement>, "ref"> | Omit<{
582
592
  /** Размер текста. */
583
593
  size: ECaptionSize;
584
594
  /** Толщина шрифта. */
585
- weight?: EFontWeightText;
595
+ weight?: EFontWeightCaption;
586
596
  } & ITypographyProps & default_2.SVGProps<SVGFEMergeNodeElement>, "ref"> | Omit<{
587
597
  /** Размер текста. */
588
598
  size: ECaptionSize;
589
599
  /** Толщина шрифта. */
590
- weight?: EFontWeightText;
600
+ weight?: EFontWeightCaption;
591
601
  } & ITypographyProps & default_2.SVGProps<SVGFEMorphologyElement>, "ref"> | Omit<{
592
602
  /** Размер текста. */
593
603
  size: ECaptionSize;
594
604
  /** Толщина шрифта. */
595
- weight?: EFontWeightText;
605
+ weight?: EFontWeightCaption;
596
606
  } & ITypographyProps & default_2.SVGProps<SVGFEOffsetElement>, "ref"> | Omit<{
597
607
  /** Размер текста. */
598
608
  size: ECaptionSize;
599
609
  /** Толщина шрифта. */
600
- weight?: EFontWeightText;
610
+ weight?: EFontWeightCaption;
601
611
  } & ITypographyProps & default_2.SVGProps<SVGFEPointLightElement>, "ref"> | Omit<{
602
612
  /** Размер текста. */
603
613
  size: ECaptionSize;
604
614
  /** Толщина шрифта. */
605
- weight?: EFontWeightText;
615
+ weight?: EFontWeightCaption;
606
616
  } & ITypographyProps & default_2.SVGProps<SVGFESpecularLightingElement>, "ref"> | Omit<{
607
617
  /** Размер текста. */
608
618
  size: ECaptionSize;
609
619
  /** Толщина шрифта. */
610
- weight?: EFontWeightText;
620
+ weight?: EFontWeightCaption;
611
621
  } & ITypographyProps & default_2.SVGProps<SVGFESpotLightElement>, "ref"> | Omit<{
612
622
  /** Размер текста. */
613
623
  size: ECaptionSize;
614
624
  /** Толщина шрифта. */
615
- weight?: EFontWeightText;
625
+ weight?: EFontWeightCaption;
616
626
  } & ITypographyProps & default_2.SVGProps<SVGFETileElement>, "ref"> | Omit<{
617
627
  /** Размер текста. */
618
628
  size: ECaptionSize;
619
629
  /** Толщина шрифта. */
620
- weight?: EFontWeightText;
630
+ weight?: EFontWeightCaption;
621
631
  } & ITypographyProps & default_2.SVGProps<SVGFETurbulenceElement>, "ref"> | Omit<{
622
632
  /** Размер текста. */
623
633
  size: ECaptionSize;
624
634
  /** Толщина шрифта. */
625
- weight?: EFontWeightText;
635
+ weight?: EFontWeightCaption;
626
636
  } & ITypographyProps & default_2.SVGProps<SVGFilterElement>, "ref"> | Omit<{
627
637
  /** Размер текста. */
628
638
  size: ECaptionSize;
629
639
  /** Толщина шрифта. */
630
- weight?: EFontWeightText;
640
+ weight?: EFontWeightCaption;
631
641
  } & ITypographyProps & default_2.SVGProps<SVGForeignObjectElement>, "ref"> | Omit<{
632
642
  /** Размер текста. */
633
643
  size: ECaptionSize;
634
644
  /** Толщина шрифта. */
635
- weight?: EFontWeightText;
645
+ weight?: EFontWeightCaption;
636
646
  } & ITypographyProps & default_2.SVGProps<SVGGElement>, "ref"> | Omit<{
637
647
  /** Размер текста. */
638
648
  size: ECaptionSize;
639
649
  /** Толщина шрифта. */
640
- weight?: EFontWeightText;
650
+ weight?: EFontWeightCaption;
641
651
  } & ITypographyProps & default_2.SVGProps<SVGImageElement>, "ref"> | Omit<{
642
652
  /** Размер текста. */
643
653
  size: ECaptionSize;
644
654
  /** Толщина шрифта. */
645
- weight?: EFontWeightText;
655
+ weight?: EFontWeightCaption;
646
656
  } & ITypographyProps & default_2.SVGLineElementAttributes<SVGLineElement>, "ref"> | Omit<{
647
657
  /** Размер текста. */
648
658
  size: ECaptionSize;
649
659
  /** Толщина шрифта. */
650
- weight?: EFontWeightText;
660
+ weight?: EFontWeightCaption;
651
661
  } & ITypographyProps & default_2.SVGProps<SVGLinearGradientElement>, "ref"> | Omit<{
652
662
  /** Размер текста. */
653
663
  size: ECaptionSize;
654
664
  /** Толщина шрифта. */
655
- weight?: EFontWeightText;
665
+ weight?: EFontWeightCaption;
656
666
  } & ITypographyProps & default_2.SVGProps<SVGMarkerElement>, "ref"> | Omit<{
657
667
  /** Размер текста. */
658
668
  size: ECaptionSize;
659
669
  /** Толщина шрифта. */
660
- weight?: EFontWeightText;
670
+ weight?: EFontWeightCaption;
661
671
  } & ITypographyProps & default_2.SVGProps<SVGMaskElement>, "ref"> | Omit<{
662
672
  /** Размер текста. */
663
673
  size: ECaptionSize;
664
674
  /** Толщина шрифта. */
665
- weight?: EFontWeightText;
675
+ weight?: EFontWeightCaption;
666
676
  } & ITypographyProps & default_2.SVGProps<SVGMetadataElement>, "ref"> | Omit<{
667
677
  /** Размер текста. */
668
678
  size: ECaptionSize;
669
679
  /** Толщина шрифта. */
670
- weight?: EFontWeightText;
680
+ weight?: EFontWeightCaption;
671
681
  } & ITypographyProps & default_2.SVGProps<SVGPathElement>, "ref"> | Omit<{
672
682
  /** Размер текста. */
673
683
  size: ECaptionSize;
674
684
  /** Толщина шрифта. */
675
- weight?: EFontWeightText;
685
+ weight?: EFontWeightCaption;
676
686
  } & ITypographyProps & default_2.SVGProps<SVGPatternElement>, "ref"> | Omit<{
677
687
  /** Размер текста. */
678
688
  size: ECaptionSize;
679
689
  /** Толщина шрифта. */
680
- weight?: EFontWeightText;
690
+ weight?: EFontWeightCaption;
681
691
  } & ITypographyProps & default_2.SVGProps<SVGPolygonElement>, "ref"> | Omit<{
682
692
  /** Размер текста. */
683
693
  size: ECaptionSize;
684
694
  /** Толщина шрифта. */
685
- weight?: EFontWeightText;
695
+ weight?: EFontWeightCaption;
686
696
  } & ITypographyProps & default_2.SVGProps<SVGPolylineElement>, "ref"> | Omit<{
687
697
  /** Размер текста. */
688
698
  size: ECaptionSize;
689
699
  /** Толщина шрифта. */
690
- weight?: EFontWeightText;
700
+ weight?: EFontWeightCaption;
691
701
  } & ITypographyProps & default_2.SVGProps<SVGRadialGradientElement>, "ref"> | Omit<{
692
702
  /** Размер текста. */
693
703
  size: ECaptionSize;
694
704
  /** Толщина шрифта. */
695
- weight?: EFontWeightText;
705
+ weight?: EFontWeightCaption;
696
706
  } & ITypographyProps & default_2.SVGProps<SVGRectElement>, "ref"> | Omit<{
697
707
  /** Размер текста. */
698
708
  size: ECaptionSize;
699
709
  /** Толщина шрифта. */
700
- weight?: EFontWeightText;
710
+ weight?: EFontWeightCaption;
701
711
  } & ITypographyProps & default_2.SVGProps<SVGSetElement>, "ref"> | Omit<{
702
712
  /** Размер текста. */
703
713
  size: ECaptionSize;
704
714
  /** Толщина шрифта. */
705
- weight?: EFontWeightText;
715
+ weight?: EFontWeightCaption;
706
716
  } & ITypographyProps & default_2.SVGProps<SVGStopElement>, "ref"> | Omit<{
707
717
  /** Размер текста. */
708
718
  size: ECaptionSize;
709
719
  /** Толщина шрифта. */
710
- weight?: EFontWeightText;
720
+ weight?: EFontWeightCaption;
711
721
  } & ITypographyProps & default_2.SVGProps<SVGSwitchElement>, "ref"> | Omit<{
712
722
  /** Размер текста. */
713
723
  size: ECaptionSize;
714
724
  /** Толщина шрифта. */
715
- weight?: EFontWeightText;
725
+ weight?: EFontWeightCaption;
716
726
  } & ITypographyProps & default_2.SVGTextElementAttributes<SVGTextElement>, "ref"> | Omit<{
717
727
  /** Размер текста. */
718
728
  size: ECaptionSize;
719
729
  /** Толщина шрифта. */
720
- weight?: EFontWeightText;
730
+ weight?: EFontWeightCaption;
721
731
  } & ITypographyProps & default_2.SVGProps<SVGTextPathElement>, "ref"> | Omit<{
722
732
  /** Размер текста. */
723
733
  size: ECaptionSize;
724
734
  /** Толщина шрифта. */
725
- weight?: EFontWeightText;
735
+ weight?: EFontWeightCaption;
726
736
  } & ITypographyProps & default_2.SVGProps<SVGTSpanElement>, "ref"> | Omit<{
727
737
  /** Размер текста. */
728
738
  size: ECaptionSize;
729
739
  /** Толщина шрифта. */
730
- weight?: EFontWeightText;
740
+ weight?: EFontWeightCaption;
731
741
  } & ITypographyProps & default_2.SVGProps<SVGUseElement>, "ref"> | Omit<{
732
742
  /** Размер текста. */
733
743
  size: ECaptionSize;
734
744
  /** Толщина шрифта. */
735
- weight?: EFontWeightText;
745
+ weight?: EFontWeightCaption;
736
746
  } & ITypographyProps & default_2.SVGProps<SVGViewElement>, "ref">) & default_2.RefAttributes<HTMLElement>>;
737
747
 
738
748
  /** Компонент "Интерактивная карточка". */
@@ -945,6 +955,8 @@ declare const designTokensComponentsAlertProcessKeys: readonly ["Info_Background
945
955
 
946
956
  declare const designTokensComponentsAvatarKeys: readonly ["Background"];
947
957
 
958
+ declare const designTokensComponentsBadgeKeys: readonly ["Background"];
959
+
948
960
  declare const designTokensComponentsButtonKeys: readonly ["General_Background_Active", "General_Background_Default", "General_Background_Disabled", "General_Background_Hover", "General_Color_Active", "General_Color_Default", "General_Color_Disabled", "General_Color_Hover", "General_Shadow_Focus", "Secondary_Background_Active", "Secondary_Background_Default", "Secondary_Background_Disabled", "Secondary_Background_Hover", "Secondary_Color_Active", "Secondary_Color_Default", "Secondary_Color_Disabled", "Secondary_Color_Hover", "Secondary_Shadow_Focus", "SecondaryLight_Background_Active", "SecondaryLight_Background_Default", "SecondaryLight_Background_Disabled", "SecondaryLight_Background_Hover", "SecondaryLight_Color_Active", "SecondaryLight_Color_Default", "SecondaryLight_Color_Disabled", "SecondaryLight_Color_Hover", "SecondaryLight_Shadow_Focus", "Danger_Background_Active", "Danger_Background_Default", "Danger_Background_Disabled", "Danger_Background_Hover", "Danger_Color_Active", "Danger_Color_Default", "Danger_Color_Disabled", "Danger_Color_Hover", "Danger_Shadow_Focus", "Icon_Shadow_Focus", "Link_Color_Active", "Link_Color_Default", "Link_Color_Disabled", "Link_Color_Hover", "Link_Shadow_Focus"];
949
961
 
950
962
  declare const designTokensComponentsCalendarKeys: readonly ["Background_Shadow", "View_Header_Color", "View_Item_Background_Default", "View_Item_Background_Hover", "View_Item_Background_Selected_Default", "View_Item_Background_Selected_Hover", "View_Item_Background_Selected_Muted_Default", "View_Item_Background_Selected_Muted_Hover", "View_Item_BorderColor_Default", "View_Item_BorderColor_Focus", "View_Item_Color_Default", "View_Item_Color_Hover", "View_Item_Color_Disabled", "View_Item_Color_Muted", "View_Item_Color_Selected", "View_Item_Color_Selected_Muted_Default", "View_Item_Color_Selected_Muted_Hover", "View_Item_Mark_Basic_Background_Default", "View_Item_Mark_Basic_Background_Selected_Default", "View_Item_Mark_Basic_Background_Selected_Hover", "View_Item_Mark_Standard_Background_Default", "View_Item_Mark_Standard_Background_Selected_Default", "View_Item_Mark_Standard_Background_Selected_Hover", "View_Item_Mark_Attention_Background_Default", "View_Item_Mark_Attention_Background_Selected_Default", "View_Item_Mark_Attention_Background_Selected_Hover", "View_Item_Mark_Critical_Background_Default", "View_Item_Mark_Critical_Background_Selected_Default", "View_Item_Mark_Critical_Background_Selected_Hover"];
@@ -1041,7 +1053,7 @@ declare const designTokensComponentsTooltipKeys: readonly ["Background", "Color"
1041
1053
 
1042
1054
  declare const designTokensComponentsTopOverlayKeys: readonly ["Background"];
1043
1055
 
1044
- declare const designTokensComponentsTypographyKeys: readonly ["Primary_Color", "Complementary_Color", "Secondary_Color", "Tertiary_Color", "Disabled_Color", "Brand_Color", "Info_Color", "Success_Color", "Error_Color", "Warning_Color", "System_Color"];
1056
+ declare const designTokensComponentsTypographyKeys: readonly ["Primary_Color", "Complementary_Color", "Secondary_Color", "Tertiary_Color", "Disabled_Color", "Brand_Color", "Info_Color", "Success_Color", "Error_Color", "Warning_Color", "System_Color", "PrimaryInvert_Color", "ComplementaryInvert_Color", "SecondaryInvert_Color", "TertiaryInvert_Color", "DisabledInvert_Color", "BrandInvert_Color", "InfoInvert_Color", "SuccessInvert_Color", "ErrorInvert_Color", "WarningInvert_Color", "SystemInvert_Color"];
1045
1057
 
1046
1058
  declare const designTokensComponentsUploadZoneKeys: readonly ["Background_Default", "Background_Hover", "BorderColor_Default", "DragArea_Background", "DragArea_BorderColor"];
1047
1059
 
@@ -1197,7 +1209,7 @@ export declare enum ECalendarViewMode {
1197
1209
  YEARS = "years"
1198
1210
  }
1199
1211
 
1200
- /** Возможные размеры Caption. */
1212
+ /** Возможные размеры компонента Caption. */
1201
1213
  export declare enum ECaptionSize {
1202
1214
  C1 = "C1",// В дизайне C1
1203
1215
  C2 = "C2",// В дизайне C2
@@ -1301,16 +1313,33 @@ export declare enum EFontType {
1301
1313
  SUCCESS = "success",
1302
1314
  WARNING = "warning",
1303
1315
  ERROR = "error",
1304
- SYSTEM = "system"
1316
+ SYSTEM = "system",
1317
+ PRIMARY_INVERT = "primary-invert",
1318
+ COMPLEMENTARY_INVERT = "complementary-invert",
1319
+ SECONDARY_INVERT = "secondary-invert",
1320
+ TERTIARY_INVERT = "tertiary-invert",
1321
+ DISABLED_INVERT = "disabled-invert",
1322
+ BRAND_INVERT = "brand-invert",
1323
+ INFO_INVERT = "info-invert",
1324
+ SUCCESS_INVERT = "success-invert",
1325
+ WARNING_INVERT = "warning-invert",
1326
+ ERROR_INVERT = "error-invert",
1327
+ SYSTEM_INVERT = "system-invert"
1328
+ }
1329
+
1330
+ /** Возможные начертания шрифта компонента Caption. */
1331
+ export declare enum EFontWeightCaption {
1332
+ REGULAR = "regular",
1333
+ SEMIBOLD = "semibold"
1305
1334
  }
1306
1335
 
1307
- /** Возможные начертания шрифта. */
1336
+ /** Возможные начертания шрифта компонента Text. */
1308
1337
  export declare enum EFontWeightText {
1309
1338
  REGULAR = "regular",
1310
1339
  SEMIBOLD = "semibold"
1311
1340
  }
1312
1341
 
1313
- /** Возможные начертания шрифта. */
1342
+ /** Возможные начертания шрифта компонента Title. */
1314
1343
  export declare enum EFontWeightTitle {
1315
1344
  MEDIUM = "medium",
1316
1345
  REGULAR = "regular",
@@ -1349,13 +1378,7 @@ export declare enum EIslandType {
1349
1378
  TYPE_3 = "type_3"
1350
1379
  }
1351
1380
 
1352
- export declare enum ELightBoxSideOverlaySize {
1353
- SM = "sm",
1354
- MD = "md",
1355
- LG = "lg"
1356
- }
1357
-
1358
- /** Возможные типы интерлиньяжа. */
1381
+ /** Возможные типы интерлиньяжа компонентов типографики. */
1359
1382
  export declare enum ELineType {
1360
1383
  NORMAL = "normal",
1361
1384
  COMPACT = "compact"
@@ -1501,7 +1524,7 @@ export declare enum ETabsExtendedType {
1501
1524
  TYPE_2 = "type2"
1502
1525
  }
1503
1526
 
1504
- /** Возможные размеры текста. */
1527
+ /** Возможные размеры компонента Text. */
1505
1528
  export declare enum ETextSize {
1506
1529
  B1 = "B1",// В дизайне S1, B1
1507
1530
  B2 = "B2",// В дизайне S2, B2
@@ -1509,7 +1532,7 @@ export declare enum ETextSize {
1509
1532
  B4 = "B4"
1510
1533
  }
1511
1534
 
1512
- /** Возможные размеры заголовка. */
1535
+ /** Возможные размеры компонента Title. */
1513
1536
  export declare enum ETitleSize {
1514
1537
  H1 = "h1",// В дизайне H1
1515
1538
  H2 = "h2",// В дизайне H2
@@ -1612,6 +1635,9 @@ export declare enum EVerticalAlign {
1612
1635
  BOTTOM = "bottom"
1613
1636
  }
1614
1637
 
1638
+ /** Компонент анимации сворачивания/разворачивания контента. */
1639
+ export declare const ExpandAnimation: default_2.ForwardRefExoticComponent<IExpandAnimationProps & default_2.RefAttributes<HTMLDivElement>>;
1640
+
1615
1641
  /** Компонент панели под элементы фильтрации данных для таблицы. */
1616
1642
  export declare const FilterPanel: default_2.FC<IFilterPanelProps>;
1617
1643
 
@@ -1657,7 +1683,7 @@ declare const FooterPage: default_2.ForwardRefExoticComponent<(IFooterPageTypeSe
1657
1683
  export declare function formatAmount(amount: string | default_4, fractionLength?: number | null, separateGroups?: boolean, fillFraction?: boolean): string;
1658
1684
 
1659
1685
  /** Элемент, отображающий input/select/textarea + label. */
1660
- export declare const FormField: default_2.FC<IFormFieldProps>;
1686
+ export declare const FormField: default_2.ForwardRefExoticComponent<IFormFieldProps & default_2.RefAttributes<HTMLDivElement>>;
1661
1687
 
1662
1688
  /** Кнопка очищения введенного значения. */
1663
1689
  export declare const FormFieldClear: default_2.ForwardRefExoticComponent<IFormFieldClearProps & default_2.RefAttributes<HTMLButtonElement>>;
@@ -1916,6 +1942,28 @@ export declare interface IAvatarProps extends default_2.HTMLAttributes<HTMLDivEl
1916
1942
  size: EAvatarSize;
1917
1943
  }
1918
1944
 
1945
+ /** Свойства компонента BadgeContent. */
1946
+ export declare interface IBadgeContentProps extends default_2.HTMLAttributes<HTMLSpanElement> {
1947
+ size: EComponentSize;
1948
+ /** Флаг, определяющий, нужно ли удалить левый отступ. */
1949
+ noPaddingLeft?: boolean;
1950
+ /** Флаг, определяющий, нужно ли удалить правый отступ. */
1951
+ noPaddingRight?: boolean;
1952
+ }
1953
+
1954
+ /** Свойства компонента BadgeDot. */
1955
+ export declare interface IBadgeDotProps extends Omit<default_2.HTMLAttributes<HTMLSpanElement>, "children"> {
1956
+ size: EComponentSize;
1957
+ children?: never;
1958
+ }
1959
+
1960
+ /** Свойства компонента Badge. */
1961
+ export declare interface IBadgeProps extends Omit<default_2.HTMLAttributes<HTMLSpanElement>, "prefix" | "postfix"> {
1962
+ size: EComponentSize;
1963
+ prefix?: default_2.ReactNode;
1964
+ postfix?: default_2.ReactNode;
1965
+ }
1966
+
1919
1967
  declare interface IBodyPageTypeFirstProps extends IBodyProps {
1920
1968
  children: default_2.ReactNode;
1921
1969
  /** Тип компонента BodyPage. */
@@ -2849,7 +2897,7 @@ export declare interface IEllipsisProps extends default_2.HTMLAttributes<HTMLDiv
2849
2897
  }
2850
2898
 
2851
2899
  /** Свойства компонента ExpandAnimation. */
2852
- declare interface IExpandAnimationProps extends default_2.HTMLAttributes<HTMLDivElement> {
2900
+ export declare interface IExpandAnimationProps extends default_2.HTMLAttributes<HTMLDivElement> {
2853
2901
  /** Время анимации (мс). */
2854
2902
  animationTime?: number;
2855
2903
  /** Развёрнут ли компонент. */
@@ -2974,7 +3022,9 @@ export declare interface IFormFieldPrefixProps extends default_2.HTMLAttributes<
2974
3022
 
2975
3023
  /** Свойства компонента FormField. */
2976
3024
  export declare interface IFormFieldProps extends default_2.HTMLAttributes<HTMLDivElement>, DataAttributes {
3025
+ /** Визуальное состояние. */
2977
3026
  status?: EFormFieldStatus;
3027
+ /** Размер. */
2978
3028
  size?: EComponentSize;
2979
3029
  }
2980
3030
 
@@ -3078,6 +3128,8 @@ export declare interface IHelpBoxProps extends default_2.HTMLAttributes<HTMLButt
3078
3128
  tooltipSize: ETooltipSize;
3079
3129
  /** Контент заголовка TooltipMobile. */
3080
3130
  mobileHeaderContent?: default_2.ReactNode;
3131
+ /** Свойства иконки. */
3132
+ iconProps?: ISingleColorIconProps;
3081
3133
  }
3082
3134
 
3083
3135
  /** Свойства компонента IslandAccordionContent. */
@@ -3138,6 +3190,7 @@ export declare interface IIslandWidgetBodyProps extends default_2.HTMLAttributes
3138
3190
 
3139
3191
  /** Свойства компонента IslandWidgetExtraFooter. */
3140
3192
  declare interface IIslandWidgetExtraFooterProps extends default_2.HTMLAttributes<HTMLDivElement> {
3193
+ /** Контролируемое состояние открытости. */
3141
3194
  open?: boolean;
3142
3195
  }
3143
3196
 
@@ -3164,9 +3217,14 @@ export declare interface IIslandWidgetHeaderProps extends default_2.HTMLAttribut
3164
3217
  }
3165
3218
 
3166
3219
  export declare interface IIslandWidgetProps extends default_2.HTMLAttributes<HTMLDivElement> {
3220
+ /** Рендер-функция Body. */
3167
3221
  renderBody: (props: IIslandWidgetBodyProps) => default_2.ReactNode;
3222
+ /** Рендер-функция Footer. */
3168
3223
  renderFooter?: (props: IIslandWidgetFooterProps) => default_2.ReactNode;
3224
+ /** Рендер-функция Header. */
3169
3225
  renderHeader: (props: IIslandWidgetHeaderProps) => default_2.ReactNode;
3226
+ /** Отключение возможности сворачивания контента в адаптиве. */
3227
+ disableAdaptiveCollapsing?: boolean;
3170
3228
  }
3171
3229
 
3172
3230
  export declare interface IIslandWidgetWrapperProps extends default_2.HTMLAttributes<HTMLDivElement> {
@@ -3209,6 +3267,7 @@ declare interface ILightBoxControlsProps extends default_2.HTMLAttributes<HTMLDi
3209
3267
  }
3210
3268
 
3211
3269
  declare interface ILightBoxLeftSidebarProps extends default_2.HTMLAttributes<HTMLDivElement> {
3270
+ /** Фиксация боковой панели. */
3212
3271
  fixed?: boolean;
3213
3272
  }
3214
3273
 
@@ -3252,6 +3311,7 @@ export declare interface ILightBoxProps extends default_2.HTMLAttributes<HTMLDiv
3252
3311
  }
3253
3312
 
3254
3313
  declare interface ILightBoxRightSidebarProps extends default_2.HTMLAttributes<HTMLDivElement> {
3314
+ /** Фиксация боковой панели. */
3255
3315
  fixed?: boolean;
3256
3316
  }
3257
3317
 
@@ -3274,14 +3334,16 @@ export declare interface ILightBoxSideOverlayFC extends default_2.FC<ILightBoxSi
3274
3334
  export declare interface ILightBoxSideOverlayProps extends default_2.HTMLAttributes<HTMLDivElement>, Pick<IOverlayBaseProps, "opened" | "onClose" | "onOpen"> {
3275
3335
  /** Свойства FocusTrap. Используется npm-пакет focus-trap-react. */
3276
3336
  focusTrapProps?: FocusTrapProps;
3337
+ /** Состояние загрузки. */
3277
3338
  isLoading?: boolean;
3278
3339
  /** Текст под спиннером. */
3279
3340
  loadingTitle?: default_2.ReactNode;
3280
3341
  /** Открыт другой SideOverlay поверх текущего. */
3281
3342
  isTopLevelSideOverlayOpened?: boolean;
3282
- /** Открыт TopOverlay в текущей SideOverlay. */
3343
+ /** Открыт TopOverlay в текущем SideOverlay. */
3283
3344
  isTopOverlayOpened?: boolean;
3284
- size?: ELightBoxSideOverlaySize;
3345
+ /** Размер компонента. */
3346
+ size?: EComponentSize;
3285
3347
  }
3286
3348
 
3287
3349
  /** Общие свойства компонента Link. */
@@ -3862,16 +3924,14 @@ export declare interface IPaginationPanelProps extends default_2.HTMLAttributes<
3862
3924
 
3863
3925
  declare interface IPaginationProps extends IPaginationExtendedProps {
3864
3926
  /** Свойства компонента PaginationSelect. */
3865
- paginationSelectProps: IPaginationSelectProps;
3927
+ paginationSelectProps?: IPaginationSelectProps;
3866
3928
  /** Свойства компонента PaginationNavigation. */
3867
3929
  paginationNavigationProps: IPaginationNavigationProps;
3868
3930
  }
3869
3931
 
3870
- export declare interface IPaginationSelectProps extends Omit<ISelectFieldProps, "size"> {
3932
+ export declare interface IPaginationSelectProps extends Omit<ISelectFieldProps, "size" | "value">, Required<Pick<ISelectFieldProps, "value">> {
3871
3933
  /** Текст лейбла пагинации. */
3872
3934
  paginationLabel: default_2.ReactNode;
3873
- /** Компонент скрыт. */
3874
- hidden?: boolean;
3875
3935
  }
3876
3936
 
3877
3937
  /** Свойства компонента Radio. */
@@ -3997,6 +4057,7 @@ export declare interface ISelectFieldOption extends ISelectExtendedFieldDefaultO
3997
4057
  }
3998
4058
 
3999
4059
  export declare interface ISelectFieldProps extends Omit<ISelectExtendedFieldProps, "children" | "onChange" | "renderTarget">, Pick<ISelectExtendedFieldTargetProps, "loading" | "status" | "placeholder"> {
4060
+ /** Размер компонента. */
4000
4061
  size: EComponentSize;
4001
4062
  children?: never;
4002
4063
  /** Текущее выбранное значение. */
@@ -4387,7 +4448,7 @@ declare interface ISuggestContext<T extends ISuggestOption> extends Pick<ISugges
4387
4448
  activeDescendant: string | undefined;
4388
4449
  dropdownOpen: boolean;
4389
4450
  setDropdownOpen: default_2.Dispatch<default_2.SetStateAction<boolean>>;
4390
- closeDropdown: () => void;
4451
+ closeDropdown: (newInputValue?: string) => void;
4391
4452
  dropdownListId: string;
4392
4453
  suggestRef: default_2.MutableRefObject<HTMLDivElement | null>;
4393
4454
  dropdownRef: default_2.MutableRefObject<HTMLDivElement | null>;
@@ -4437,31 +4498,17 @@ export declare interface ISuggestFieldDesktopProps<T extends ISuggestFieldOption
4437
4498
  renderDropdownListItem?: (props: ISuggestFieldDesktopDropdownListItemProvideProps) => JSX.Element;
4438
4499
  }
4439
4500
 
4440
- /** Свойства, передаваемые в рендер-функцию TargetInput. */
4441
- export declare interface ISuggestFieldInputProvideProps extends Pick<IFormFieldInputProps, "value" | "placeholder" | "aria-controls" | "aria-activedescendant" | "disabled" | "onChange"> {
4442
- }
4443
-
4444
- /** Свойства, передаваемые в рендер-функцию TargetLabel. */
4445
- export declare interface ISuggestFieldLabelProvideProps extends Pick<IFormFieldLabelProps, "children"> {
4446
- }
4447
-
4448
4501
  /** Свойства компонента SuggestFieldMobileDropdownHint. */
4449
4502
  export declare interface ISuggestFieldMobileDropdownHintProps {
4450
4503
  children?: React.ReactNode;
4451
4504
  }
4452
4505
 
4453
4506
  /** Свойства компонента SuggestFieldMobileDropdown. */
4454
- export declare interface ISuggestFieldMobileDropdownProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<IDropdownMobileProps, "onSelect">, Pick<ISuggestFieldMobileProps<T>, "value" | "options" | "placeholder" | "dropdownHint" | "loading" | "dropdownListLoading" | "clearInputOnFocus" | "onFilter" | "onSelect" | "onScrollEnd"> {
4507
+ export declare interface ISuggestFieldMobileDropdownProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<IDropdownMobileProps, "onSelect">, Pick<ISuggestFieldMobileProps<T>, "value" | "options" | "placeholder" | "tooltipHint" | "loading" | "dropdownListLoading" | "clearInputOnFocus" | "onFilter" | "onSelect" | "onScrollEnd"> {
4455
4508
  }
4456
4509
 
4457
4510
  /** Свойства компонента SuggestFieldMobile. */
4458
- export declare interface ISuggestFieldMobileProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<ISuggestFieldProps<T>, "tooltipHint" | "tooltipOpen"> {
4459
- /** Текст подсказки. Например - "Ничего не найдено" или "Введите более 3 символов". Подсказка отображается на месте списка выбора. */
4460
- dropdownHint: string;
4461
- }
4462
-
4463
- /** Свойства компонента SuggestFieldMobileTarget. */
4464
- export declare interface ISuggestFieldMobileTargetProps extends ISuggestFieldTargetProps {
4511
+ export declare interface ISuggestFieldMobileProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<ISuggestFieldProps<T>, "tooltipOpen"> {
4465
4512
  }
4466
4513
 
4467
4514
  /** Опция выпадающего списка SuggestField. */
@@ -4475,7 +4522,7 @@ export declare interface ISuggestFieldOption {
4475
4522
  }
4476
4523
 
4477
4524
  /** Свойства компонента SuggestField. */
4478
- export declare interface ISuggestFieldProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<default_2.HTMLAttributes<HTMLDivElement>, "onSelect">, Required<Pick<IFormFieldProps, "size" | "status">>, DataAttributes {
4525
+ export declare interface ISuggestFieldProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<ITextFieldProps, "onSelect">, DataAttributes {
4479
4526
  /** Выбранное значение. */
4480
4527
  value: T | undefined;
4481
4528
  /** Список значений. */
@@ -4500,48 +4547,10 @@ export declare interface ISuggestFieldProps<T extends ISuggestFieldOption = ISug
4500
4547
  onFilter: (value: string) => void;
4501
4548
  /** Обработчик окончания скролла списка (доступные в данный момент элементы закончились). */
4502
4549
  onScrollEnd?: () => void;
4503
- /** Обработчик получения фокуса TargetInput. */
4504
- onTargetInputFocus?: (event: default_2.FocusEvent<HTMLInputElement>) => void;
4505
- /** Обработчик потери фокуса TargetInput. */
4506
- onTargetInputBlur?: (event: default_2.FocusEvent<HTMLInputElement>) => void;
4507
- /** Рендер-функция Target. */
4508
- renderTarget?: (props: ISuggestFieldTargetProps) => JSX.Element;
4509
- /** Рендер-функция TargetInput. */
4510
- renderTargetInput?: (props: ISuggestFieldInputProvideProps) => JSX.Element;
4511
- /** Рендер-функция TargetLabel. */
4512
- renderTargetLabel?: (props: ISuggestFieldLabelProvideProps) => JSX.Element;
4513
- /** Рендер-функция TargetPrefix. */
4514
- renderTargetPrefix?: () => JSX.Element;
4515
- /** Рендер-функция TargetPostfix. */
4516
- renderTargetPostfix?: (props: ISuggestFieldTargetPostfixProvideProps) => JSX.Element;
4517
- }
4518
-
4519
- /** Свойства компонента SuggestFieldPostfix. */
4520
- export declare interface ISuggestFieldTargetPostfixProps extends IFormFieldPostfixProps, Pick<ISuggestFieldProps, "size" | "loading"> {
4521
- /** Обработчик очищения значения. */
4522
- onClear?: () => void;
4523
- }
4524
-
4525
- /** Свойства, передаваемые в рендер-функцию TargetPostfix. */
4526
- export declare interface ISuggestFieldTargetPostfixProvideProps extends Pick<ISuggestFieldTargetPostfixProps, "size" | "loading" | "onClear"> {
4527
- }
4528
-
4529
- /** Свойство компонента SuggestFieldTarget. */
4530
- export declare interface ISuggestFieldTargetProps extends default_2.HTMLAttributes<HTMLElement>, Pick<ISuggestFieldProps, "size" | "status" | "label" | "placeholder" | "loading">, Pick<ISuggestFieldTargetPostfixProps, "onClear"> {
4531
- /** Значение поля ввода. */
4532
- inputValue: string;
4533
- /** Идентификатор для тестирования. */
4534
- dataTestId?: string;
4535
- /** Dropdown открыт. */
4536
- dropdownOpen: boolean;
4537
- /** Рендер поля ввода. */
4538
- renderInput?: (props: ISuggestFieldInputProvideProps) => JSX.Element;
4539
- /** Рендер лейбла. */
4540
- renderLabel?: (props: ISuggestFieldLabelProvideProps) => JSX.Element;
4541
- /** Рендер префикса. */
4542
- renderPrefix?: () => JSX.Element;
4543
- /** Рендер постфикса. */
4544
- renderPostfix?: (props: ISuggestFieldTargetPostfixProvideProps) => JSX.Element;
4550
+ /** Обработчик отчиски поля. */
4551
+ onClear?: default_2.MouseEventHandler<HTMLButtonElement>;
4552
+ /** Рендер-функция поля ввода. */
4553
+ renderInput?: (props: IFormFieldInputProps) => JSX.Element;
4545
4554
  }
4546
4555
 
4547
4556
  /** Свойства компонента SuggestMobileTarget. */
@@ -5287,21 +5296,6 @@ export declare const LoaderScreen: default_2.FC<ILoaderScreenProps>;
5287
5296
 
5288
5297
  export declare const LoaderSmall: default_2.FC<ILoaderSmallProps>;
5289
5298
 
5290
- /** Соответствие цвета шрифта стилевому классу. */
5291
- export declare const mapFontWeightTitleToCssClass: {
5292
- medium: string;
5293
- regular: string;
5294
- semibold: string;
5295
- bold: string;
5296
- };
5297
-
5298
- /** Соответствие размера заголовка стилевому классу. */
5299
- export declare const mapTitleSizeToCssClass: {
5300
- h1: string;
5301
- h2: string;
5302
- h3: string;
5303
- };
5304
-
5305
5299
  export declare const Marker: default_2.FC<IMarkerProps>;
5306
5300
 
5307
5301
  export declare const MarkerStatus: default_2.FC<IMarkerStatusProps>;
@@ -5680,12 +5674,7 @@ export declare const SuggestContext: default_2.Context<ISuggestContext<any>>;
5680
5674
 
5681
5675
  /** Выпадающий список с возможностью поиска по введённому значению. */
5682
5676
  export declare const SuggestField: (<T extends ISuggestFieldOption = ISuggestFieldOption>(props: ISuggestFieldProps<T>) => JSX.Element) & {
5683
- Target: default_2.FC<ISuggestFieldTargetProps> & {
5684
- Input: default_2.ForwardRefExoticComponent<IFormFieldInputProps & default_2.RefAttributes<HTMLInputElement>>;
5685
- Label: default_2.ForwardRefExoticComponent<IFormFieldLabelProps & default_2.RefAttributes<HTMLLabelElement>>;
5686
- Prefix: default_2.ForwardRefExoticComponent<IFormFieldPrefixProps & default_2.RefAttributes<HTMLSpanElement>>;
5687
- Postfix: default_2.ForwardRefExoticComponent<ISuggestFieldTargetPostfixProps & default_2.RefAttributes<HTMLDivElement>>;
5688
- };
5677
+ Input: default_2.ForwardRefExoticComponent<IFormFieldInputProps & default_2.RefAttributes<HTMLInputElement>>;
5689
5678
  };
5690
5679
 
5691
5680
  /**
@@ -5694,10 +5683,7 @@ export declare const SuggestField: (<T extends ISuggestFieldOption = ISuggestFie
5694
5683
  *
5695
5684
  * @template T - тип опции, должен расширять ISuggestFieldOption
5696
5685
  */
5697
- export declare const SuggestFieldDesktop: {
5698
- <T extends ISuggestFieldOption = ISuggestFieldOption>({ className, value, options, size, status, label, placeholder, loading, dropdownListLoading, tooltipHint, tooltipOpen, clearInputOnFocus, onSelect, onFilter, onScrollEnd, onTargetInputFocus, onTargetInputBlur, renderTarget, renderTargetInput, renderTargetLabel, renderTargetPrefix, renderTargetPostfix, renderDropdown, renderDropdownList, renderDropdownListItem, "data-test-id": dataTestId, ...restProps }: ISuggestFieldDesktopProps<T>): JSX_2.Element;
5699
- displayName: string;
5700
- };
5686
+ export declare const SuggestFieldDesktop: <T extends ISuggestFieldOption = ISuggestFieldOption>({ value, options, size, status, placeholder, "data-test-id": dataTestId, loading, dropdownListLoading, tooltipHint, tooltipOpen, clearInputOnFocus, onSelect, onFilter, onScrollEnd, onClear, prefix, postfix, renderInput, renderDropdown, renderDropdownList, renderDropdownListItem, inputProps, ...restProps }: ISuggestFieldDesktopProps<T>) => JSX_2.Element;
5701
5687
 
5702
5688
  export declare const SuggestFieldDesktopDropdown: <T extends ISuggestFieldOption = ISuggestFieldOption>({ size, value, options, targetRef, listId, dataTestId, opened, listLoading, listRef, renderList, renderListItem, onSelect, setOpened, ...restProps }: ISuggestFieldDesktopDropdownProps<T>) => JSX_2.Element;
5703
5689
 
@@ -5705,16 +5691,13 @@ export declare const SuggestFieldDesktopDropdown: <T extends ISuggestFieldOption
5705
5691
  * Мобильный SuggestField.
5706
5692
  * Отображает поле ввода (target). При получении полем ввода фокуса - отображает мобильный Dropdown.
5707
5693
  */
5708
- export declare function SuggestFieldMobile<T extends ISuggestFieldOption = ISuggestFieldOption>({ className, value, options, size, status, label, placeholder, dropdownHint, loading, dropdownListLoading, clearInputOnFocus, onFilter, onSelect, onScrollEnd, onTargetInputFocus, onTargetInputBlur, renderTarget, renderTargetInput, renderTargetLabel, renderTargetPrefix, renderTargetPostfix, ...restProps }: ISuggestFieldMobileProps<T>): JSX_2.Element;
5694
+ export declare const SuggestFieldMobile: <T extends ISuggestFieldOption = ISuggestFieldOption>({ value, options, size, placeholder, "data-test-id": dataTestId, postfix, tooltipHint, loading, dropdownListLoading, clearInputOnFocus, onFilter, onSelect, onClear, onScrollEnd, renderInput, inputProps, ...restProps }: ISuggestFieldMobileProps<T>) => JSX_2.Element;
5709
5695
 
5710
5696
  export declare const SuggestFieldMobileDropdown: <T extends ISuggestFieldOption = ISuggestFieldOption>(props: ISuggestFieldMobileDropdownProps<T> & default_2.RefAttributes<HTMLDivElement>) => JSX.Element;
5711
5697
 
5712
5698
  /** Подсказка компонента SuggestFieldMobileDropdown, например: "Ничего не найдено" или "Введите более 3 символов". */
5713
5699
  export declare const SuggestFieldMobileDropdownHint: default_2.FC<ISuggestFieldMobileDropdownHintProps>;
5714
5700
 
5715
- /** Целевой элемент компонента SuggestFieldMobile. */
5716
- export declare const SuggestFieldMobileTarget: default_2.FC<ISuggestFieldMobileTargetProps>;
5717
-
5718
5701
  /**
5719
5702
  * Контейнер с реализацией свайпа.
5720
5703
  * При свайпе влево открывается rightSwipeableArea.
@@ -5844,6 +5827,14 @@ export declare type TButtonProps = IButtonGeneralProps | IButtonSecondaryProps |
5844
5827
  /** Тип отмеченных дней календаря. */
5845
5828
  export declare type TCalendarMarkedDays = string[] | Record<string, ECalendarDateMarkType>;
5846
5829
 
5830
+ /** Свойства компонента Caption. */
5831
+ export declare type TCaptionProps<T extends keyof JSX.IntrinsicElements> = {
5832
+ /** Размер текста. */
5833
+ size: ECaptionSize;
5834
+ /** Толщина шрифта. */
5835
+ weight?: EFontWeightCaption;
5836
+ } & ITypographyProps & JSX.IntrinsicElements[T];
5837
+
5847
5838
  export declare type TColumnSize = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
5848
5839
 
5849
5840
  declare type TCreatePartialTokens<Type> = {
@@ -5870,7 +5861,7 @@ export declare type TDayHtmlAttributesFunction = (params: IDayHtmlAttributesFunc
5870
5861
 
5871
5862
  declare type TDesignTokens = TDesignTokensCore & TDesignTokensComponents;
5872
5863
 
5873
- declare type TDesignTokensComponents = TDesignTokensComponentsAlertContext | TDesignTokensComponentsAlertProcess | TDesignTokensComponentsAvatar | TDesignTokensComponentsButton | TDesignTokensComponentsCalendar | TDesignTokensComponentsCard | TDesignTokensComponentsCheckbox | TDesignTokensComponentsChip | TDesignTokensComponentsDivider | TDesignTokensComponentsDropdown | TDesignTokensComponentsDropdownList | TDesignTokensComponentsDropdownMobile | TDesignTokensComponentsDropdownMobileList | TDesignTokensComponentsFooterPage | TDesignTokensComponentsFormField | TDesignTokensComponentsHeaderPage | TDesignTokensComponentsIsland | TDesignTokensComponentsIslandAccordion | TDesignTokensComponentsIslandWidget | TDesignTokensComponentsLightBox | TDesignTokensComponentsLink | TDesignTokensComponentsListItem | TDesignTokensComponentsListItemControlsButton | TDesignTokensComponentsListMaster | TDesignTokensComponentsLoader | TDesignTokensComponentsLoaderScreen | TDesignTokensComponentsMarker | TDesignTokensComponentsMarkerStatus | TDesignTokensComponentsModalWindow | TDesignTokensComponentsMultiselectField | TDesignTokensComponentsNotification | TDesignTokensComponentsOverlay | TDesignTokensComponentsPagination | TDesignTokensComponentsRadio | TDesignTokensComponentsSegmentedControl | TDesignTokensComponentsSegmentedControlSegment | TDesignTokensComponentsSkeleton | TDesignTokensComponentsSmallInput | TDesignTokensComponentsSMSField | TDesignTokensComponentsSlider | TDesignTokensComponentsStep | TDesignTokensComponentsStepper | TDesignTokensComponentsTableBasic | TDesignTokensComponentsTabs | TDesignTokensComponentsTag | TDesignTokensComponentsTagColor | TDesignTokensComponentsTabsLine | TDesignTokensComponentsTooltip | TDesignTokensComponentsTopOverlay | TDesignTokensComponentsTypography | TDesignTokensComponentsUploadZone | TDesignTokensComponentsNotification | TDesignTokensComponentsStatusTracker | TDesignTokensComponentsUploadZone;
5864
+ declare type TDesignTokensComponents = TDesignTokensComponentsAlertContext | TDesignTokensComponentsAlertProcess | TDesignTokensComponentsAvatar | TDesignTokensComponentsBadge | TDesignTokensComponentsButton | TDesignTokensComponentsCalendar | TDesignTokensComponentsCard | TDesignTokensComponentsCheckbox | TDesignTokensComponentsChip | TDesignTokensComponentsDivider | TDesignTokensComponentsDropdown | TDesignTokensComponentsDropdownList | TDesignTokensComponentsDropdownMobile | TDesignTokensComponentsDropdownMobileList | TDesignTokensComponentsFooterPage | TDesignTokensComponentsFormField | TDesignTokensComponentsHeaderPage | TDesignTokensComponentsIsland | TDesignTokensComponentsIslandAccordion | TDesignTokensComponentsIslandWidget | TDesignTokensComponentsLightBox | TDesignTokensComponentsLink | TDesignTokensComponentsListItem | TDesignTokensComponentsListItemControlsButton | TDesignTokensComponentsListMaster | TDesignTokensComponentsLoader | TDesignTokensComponentsLoaderScreen | TDesignTokensComponentsMarker | TDesignTokensComponentsMarkerStatus | TDesignTokensComponentsModalWindow | TDesignTokensComponentsMultiselectField | TDesignTokensComponentsNotification | TDesignTokensComponentsOverlay | TDesignTokensComponentsPagination | TDesignTokensComponentsRadio | TDesignTokensComponentsSegmentedControl | TDesignTokensComponentsSegmentedControlSegment | TDesignTokensComponentsSkeleton | TDesignTokensComponentsSmallInput | TDesignTokensComponentsSMSField | TDesignTokensComponentsSlider | TDesignTokensComponentsStep | TDesignTokensComponentsStepper | TDesignTokensComponentsTableBasic | TDesignTokensComponentsTabs | TDesignTokensComponentsTag | TDesignTokensComponentsTagColor | TDesignTokensComponentsTabsLine | TDesignTokensComponentsTooltip | TDesignTokensComponentsTopOverlay | TDesignTokensComponentsTypography | TDesignTokensComponentsStatusTracker | TDesignTokensComponentsUploadZone;
5874
5865
 
5875
5866
  declare type TDesignTokensComponentsAlertContext = {
5876
5867
  AlertContext: TDesignTokensComponentsAlertContextValue;
@@ -5896,6 +5887,14 @@ declare type TDesignTokensComponentsAvatarKeys = (typeof designTokensComponentsA
5896
5887
 
5897
5888
  declare type TDesignTokensComponentsAvatarValue = Record<TDesignTokensComponentsAvatarKeys, TDesignTokenValue>;
5898
5889
 
5890
+ declare type TDesignTokensComponentsBadge = {
5891
+ Badge: TDesignTokensComponentsBadgeValue;
5892
+ };
5893
+
5894
+ declare type TDesignTokensComponentsBadgeKeys = (typeof designTokensComponentsBadgeKeys)[number];
5895
+
5896
+ declare type TDesignTokensComponentsBadgeValue = Record<TDesignTokensComponentsBadgeKeys, TDesignTokenValue>;
5897
+
5899
5898
  declare type TDesignTokensComponentsButton = {
5900
5899
  Button: TDesignTokensComponentsButtonValue;
5901
5900
  };
@@ -8003,7 +8002,7 @@ declare type TTabsExtendedOnSelectTab = (id: string) => void;
8003
8002
  export declare type TTdHTMLAttributesWithData = default_2.TdHTMLAttributes<HTMLTableCellElement> & TWithDataAttributes;
8004
8003
 
8005
8004
  /** Свойства компонента Text. */
8006
- declare type TTextProps<T extends keyof JSX.IntrinsicElements> = {
8005
+ export declare type TTextProps<T extends keyof JSX.IntrinsicElements> = {
8007
8006
  /** Размер текста. */
8008
8007
  size: ETextSize;
8009
8008
  /** Высота блока строки. */
@@ -8049,8 +8048,8 @@ declare type UploadZoneOnChangeType = (files: FileList | null, e: default_2.Synt
8049
8048
  */
8050
8049
  export declare function useMatchMedia(query: string, initial: boolean): boolean;
8051
8050
 
8052
- /** [описание] */
8053
- export declare function useSuggestContext<T extends ISuggestOption>(): ISuggestContext<T>;
8051
+ /** Хук для получения контекста Suggest. */
8052
+ export declare const useSuggestContext: <T extends ISuggestOption>() => ISuggestContext<T>;
8054
8053
 
8055
8054
  /**
8056
8055
  * Хук, возвращающий текущую тему и токены.