@sberbusiness/triplex-next 1.23.0 → 1.25.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 (437) hide show
  1. package/README.md +8 -2
  2. package/assets/fonts/SBSansTextMono-Regular.woff2 +0 -0
  3. package/chunks/AlertProcessSpoiler-B46jKfAb.js +41 -0
  4. package/chunks/{CalendarViewItem-DhRDn7-d.js → CalendarViewItem-D-POWd2-.js} +8 -8
  5. package/chunks/Card.module-CncHGyjC.js +17 -0
  6. package/chunks/CheckboxTreeExtended.module-B1Kgd0nu.js +15 -0
  7. package/chunks/Chip-DTIbYTEg.js +77 -0
  8. package/chunks/Confirm.module-EXbF7o_5.js +15 -0
  9. package/chunks/{DropdownListItem-BOB8eQXM.js → DropdownListItem-DEiNYa7V.js} +19 -19
  10. package/chunks/DropdownMobile.module-BoKjV5kN.js +23 -0
  11. package/chunks/Footer.module-DZkZf8cZ.js +9 -0
  12. package/chunks/{FormFieldInput-CwX_1h09.js → FormFieldInput-DtYGQ_bi.js} +19 -19
  13. package/chunks/HeaderLayoutSidebar.module-DgEDu6U2.js +9 -0
  14. package/chunks/HeaderTabs.module-BepwFanR.js +9 -0
  15. package/chunks/{HeaderTitle.module-DyI7KGeM.js → HeaderTitle.module-C31ELKBY.js} +2 -2
  16. package/chunks/IslandAccordion.module-rpYHTG9-.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-CGX_gIzr.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-CBRjot0L.js +12 -0
  19. package/chunks/LightBoxContent-9gb9WiYK.js +63 -0
  20. package/chunks/LightBoxControls.module-DW8BGlP2.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-DfPgpuEZ.js +9 -0
  22. package/chunks/ListItemControlsButton-DYBfA1gz.js +59 -0
  23. package/chunks/ListItemTail.module-BaV7s4hM.js +12 -0
  24. package/chunks/ListMasterFooter.module-DJ5zh4gk.js +10 -0
  25. package/chunks/ModalWindow.module-CBYym922.js +17 -0
  26. package/chunks/Notification.module-DxdRS8Y5.js +20 -0
  27. package/chunks/Overlay.module-BNFZ_rbt.js +18 -0
  28. package/chunks/Page.module-C50cd0OD.js +11 -0
  29. package/chunks/{RightBorderArrow-nrRpapza.js → RightBorderArrow-BDD4mS5-.js} +6 -6
  30. package/chunks/SMSField.module-C20gqTPw.js +16 -0
  31. package/chunks/SliderExtendedMarks.module-CsyPT1yp.js +15 -0
  32. package/chunks/{SliderExtendedRail-BP0BcOY7.js → SliderExtendedRail-D5G6Gddu.js} +6 -6
  33. package/chunks/StatusTracker.module-Dn-2MvTp.js +24 -0
  34. package/chunks/{SuggestFieldMobileDropdownHint-CRvB37lf.js → SuggestFieldMobileDropdownHint-Bl-fHUU9.js} +6 -5
  35. package/chunks/TableFooter.module-CVe7H3F5.js +14 -0
  36. package/chunks/TabsExtended.module-DAVeemgZ.js +16 -0
  37. package/chunks/TabsLine.module-DpFaqhk4.js +21 -0
  38. package/chunks/TooltipDesktop.module-OpglHVA8.js +19 -0
  39. package/chunks/TreeView.module-D0XjOCzq.js +9 -0
  40. package/chunks/{UploadZoneInput-D9OID08A.js → UploadZoneInput-CUKt0mmY.js} +3 -3
  41. package/chunks/{constants-DXLVATUh.js → constants-CmdvDG7U.js} +12 -12
  42. package/chunks/utils-B8JwCW07.js +73 -0
  43. package/chunks/{utils-BXi-2Jma.js → utils-D0TxmRz_.js} +11 -11
  44. package/chunks/{utils-BDGrf0u9.js → utils-DILds0zQ.js} +2 -2
  45. package/chunks/utils-iU8-da0U.js +24 -0
  46. package/chunks/{vendor-BiObpx9E.js → vendor-DudMBGKr.js} +4964 -4966
  47. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  48. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  49. package/components/Alert/AlertContext/AlertContext.js +21 -21
  50. package/components/Alert/AlertProcess/AlertProcess.js +45 -38
  51. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  52. package/components/Alert/AlertProcess/enums.js +5 -0
  53. package/components/Alert/AlertTypeUtils.js +2 -2
  54. package/components/Alert/index.js +7 -5
  55. package/components/Amount/Amount.js +3 -3
  56. package/components/AmountField/AmountField.js +4 -3
  57. package/components/Avatar/Avatar.js +14 -14
  58. package/components/Badge/Badge.js +12 -12
  59. package/components/Badge/BadgeDot.js +8 -8
  60. package/components/Badge/components/BadgeContent.js +16 -16
  61. package/components/Badge/components/BadgePostfix.js +7 -7
  62. package/components/Badge/components/BadgePrefix.js +6 -6
  63. package/components/Body/Body.js +6 -6
  64. package/components/Button/Button.js +63 -86
  65. package/components/Button/ButtonBase.js +1 -1
  66. package/components/Button/ButtonDropdown.js +90 -89
  67. package/components/Button/ButtonDropdownExtended.js +5 -5
  68. package/components/Button/ButtonIcon.js +16 -18
  69. package/components/Calendar/Calendar.js +7 -7
  70. package/components/Calendar/components/CalendarControls.js +13 -13
  71. package/components/Calendar/components/CalendarFooter.js +1 -1
  72. package/components/Calendar/components/CalendarViewDays.js +2 -2
  73. package/components/Calendar/components/CalendarViewItem.js +2 -2
  74. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  75. package/components/Calendar/components/CalendarViewYears.js +1 -1
  76. package/components/Card/CardAction.js +24 -24
  77. package/components/Card/CardStatic.js +3 -3
  78. package/components/Card/components/CardContent/CardContent.js +2 -2
  79. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  80. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  81. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  82. package/components/Card/components/CardMedia.js +2 -2
  83. package/components/Card/utils.js +1 -1
  84. package/components/CarouselExtended/CarouselExtended.js +2 -2
  85. package/components/Checkbox/Checkbox.js +30 -28
  86. package/components/Checkbox/CheckboxXGroup.js +17 -16
  87. package/components/Checkbox/CheckboxYGroup.js +11 -10
  88. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  90. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  91. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  92. package/components/Chip/Chip.js +4 -3
  93. package/components/Chip/ChipClearButton.js +7 -7
  94. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  95. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  96. package/components/Chip/ChipDropdownArrow.js +2 -2
  97. package/components/Chip/ChipIcon.js +1 -1
  98. package/components/Chip/ChipMultiselect.js +2 -2
  99. package/components/Chip/ChipOptions.js +9 -9
  100. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  101. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  102. package/components/Chip/ChipSort.js +38 -43
  103. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  104. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  105. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  106. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  107. package/components/Chip/index.js +1 -1
  108. package/components/ChipGroup/ChipGroup.js +9 -9
  109. package/components/Col/Col.js +146 -146
  110. package/components/CollapsableTree/components/CollapsableTreeNode.js +4 -4
  111. package/components/Confirm/Confirm.js +2 -2
  112. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  113. package/components/Confirm/components/ConfirmContent.js +2 -2
  114. package/components/Confirm/components/ConfirmContentSubTitle.js +4 -3
  115. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  116. package/components/Confirm/components/ConfirmControls.js +2 -2
  117. package/components/DateField/DateField.js +1 -1
  118. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  119. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  120. package/components/DateRange/DateRange.js +9 -9
  121. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  122. package/components/DesignTokens/components/AlertProcess.js +1 -1
  123. package/components/Divider/Divider.js +21 -21
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
  125. package/components/Dropdown/desktop/DropdownDesktop.js +70 -63
  126. package/components/Dropdown/desktop/DropdownList.js +2 -2
  127. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  128. package/components/Dropdown/desktop/enums.js +2 -2
  129. package/components/Dropdown/desktop/index.js +1 -1
  130. package/components/Dropdown/index.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
  142. package/components/Ellipsis/Ellipsis.js +6 -6
  143. package/components/EmptyView/EmptyView.js +78 -0
  144. package/components/EmptyView/enums.js +5 -0
  145. package/components/EmptyView/index.js +7 -0
  146. package/components/EmptyView/types.js +2 -0
  147. package/components/ExpandAnimation/ExpandAnimation.js +12 -12
  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 +17 -17
  153. package/components/FormField/components/FormFieldClear.js +5 -5
  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 +7 -7
  158. package/components/FormField/components/FormFieldMaskedInput.js +10 -10
  159. package/components/FormField/components/FormFieldPostfix.js +9 -9
  160. package/components/FormField/components/FormFieldPrefix.js +9 -9
  161. package/components/FormField/components/FormFieldTarget.js +5 -5
  162. package/components/FormField/components/FormFieldTextarea.js +17 -17
  163. package/components/FormField/components/index.js +1 -1
  164. package/components/FormField/index.js +1 -1
  165. package/components/Header/Header.js +1 -1
  166. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  167. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  168. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  169. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +9 -9
  170. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  171. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  172. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  173. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  174. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  175. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  176. package/components/HelpBox/HelpBox.js +92 -88
  177. package/components/IconWrapper/IconWrapper.js +27 -0
  178. package/components/IconWrapper/index.js +5 -0
  179. package/components/Island/Island.js +2 -2
  180. package/components/Island/components/IslandBody.js +9 -7
  181. package/components/Island/components/IslandFooter.js +5 -5
  182. package/components/Island/components/IslandHeader.js +3 -3
  183. package/components/Island/utils.js +1 -1
  184. package/components/IslandAccordion/IslandAccordion.js +3 -3
  185. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  186. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  187. package/components/IslandAccordion/components/IslandAccordionItem.js +28 -27
  188. package/components/IslandWidget/IslandWidget.js +13 -13
  189. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  191. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  192. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  193. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  194. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  195. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  196. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  197. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  198. package/components/LightBox/LightBox.js +43 -40
  199. package/components/LightBox/LightBoxContent.js +2 -2
  200. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  201. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  202. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  203. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  204. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +13 -13
  205. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  206. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  207. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  208. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +12 -12
  209. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +2 -2
  210. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  211. package/components/LightBox/enums.js +5 -0
  212. package/components/LightBox/index.js +4 -2
  213. package/components/Link/Link.js +40 -39
  214. package/components/List/List.js +4 -4
  215. package/components/List/ListSortable.js +1 -1
  216. package/components/List/components/ListEmptyState.js +7 -7
  217. package/components/List/components/ListItem.js +1 -1
  218. package/components/List/components/ListItemContent.js +11 -11
  219. package/components/List/components/ListItemControls.js +2 -2
  220. package/components/List/components/ListItemControlsButton.js +4 -3
  221. package/components/List/components/ListItemControlsButtonDropdown.js +25 -26
  222. package/components/List/components/ListItemLoading.js +8 -8
  223. package/components/List/components/ListItemSelectable.js +12 -12
  224. package/components/List/components/ListItemTable.js +7 -7
  225. package/components/List/components/ListItemTailLeft.js +2 -2
  226. package/components/List/components/ListItemTailRight.js +2 -2
  227. package/components/List/components/ListSortableItem.js +8 -8
  228. package/components/List/components/ListSortableItemControls.js +2 -2
  229. package/components/List/components/ListSortableItemTarget.js +6 -6
  230. package/components/List/index.js +1 -1
  231. package/components/ListMaster/ListMaster.js +1 -1
  232. package/components/ListMaster/components/ListMasterBody.js +1 -1
  233. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  234. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  235. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  236. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  237. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  238. package/components/ListMaster/components/SelectionControls.js +7 -7
  239. package/components/Loader/LoaderMiddle/LoaderMiddle.js +11 -11
  240. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  241. package/components/LoaderScreen/LoaderScreen.js +11 -11
  242. package/components/Marker/Marker.js +2 -2
  243. package/components/Marker/utils.js +1 -1
  244. package/components/MarkerStatus/MarkerStatus.js +16 -15
  245. package/components/ModalWindow/ModalWindow.js +2 -2
  246. package/components/ModalWindow/components/ModalWindowBody.js +6 -6
  247. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  248. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  249. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  250. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  251. package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
  252. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +14 -14
  253. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  254. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  255. package/components/Notification/Notification.js +3 -3
  256. package/components/Notification/NotificationGrouped.js +1 -1
  257. package/components/Notification/components/NotificationBody.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/NumberField/NumberFieldInput.js +1 -1
  266. package/components/OrderedList/OrderedList.js +19 -14
  267. package/components/OrderedList/OrderedListItem.js +12 -11
  268. package/components/Overlay/Overlay.js +2 -2
  269. package/components/Overlay/OverlayMask.js +2 -2
  270. package/components/Overlay/OverlayPanel.js +2 -2
  271. package/components/Page/Page.js +2 -2
  272. package/components/Page/components/BodyPage.js +13 -13
  273. package/components/Page/components/FooterPage.js +2 -2
  274. package/components/Page/components/HeaderPage.js +2 -2
  275. package/components/Pagination/components/PaginationExtended.js +6 -6
  276. package/components/Pagination/components/PaginationNavigationButton.js +7 -7
  277. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  278. package/components/Pagination/components/PaginationPageButton.js +15 -14
  279. package/components/Pagination/components/PaginationPageEllipsis.js +6 -5
  280. package/components/Pagination/components/PaginationSelect.js +12 -11
  281. package/components/Pagination/utils/paginationUtils.js +1 -1
  282. package/components/Radio/Radio.js +18 -17
  283. package/components/Radio/RadioXGroup.js +14 -14
  284. package/components/Radio/RadioYGroup.js +2 -2
  285. package/components/Row/Row.js +9 -9
  286. package/components/SMSField/SMSField.js +3 -3
  287. package/components/SMSField/components/RefreshIcon.js +2 -2
  288. package/components/SMSField/components/SMSFieldInput.js +3 -3
  289. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  290. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  291. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  292. package/components/SegmentedControl/SegmentedControl.js +6 -6
  293. package/components/SegmentedControl/SegmentedControlSegment.js +32 -37
  294. package/components/SelectExtendedField/SelectExtendedField.js +50 -41
  295. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  296. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +4 -3
  297. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -90
  298. package/components/SelectField/SelectField.js +2 -2
  299. package/components/Skeleton/Skeleton.js +10 -10
  300. package/components/SliderExtended/SliderExtended.js +3 -3
  301. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
  302. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  303. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  304. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  305. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
  306. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
  307. package/components/SmallInput/SmallInput.js +5 -5
  308. package/components/Spoiler/Spoiler.js +7 -7
  309. package/components/StatusTracker/StatusTracker.js +3 -3
  310. package/components/StatusTracker/components/StatusTrackerAlert.js +5 -4
  311. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerDescription.js +5 -4
  314. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  315. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  316. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  317. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  318. package/components/StatusTracker/components/StatusTrackerSum.js +11 -10
  319. package/components/StatusTracker/components/StatusTrackerTitle.js +9 -8
  320. package/components/Step/Step.js +8 -7
  321. package/components/Stepper/RightBorderArrow.js +1 -1
  322. package/components/Stepper/Stepper.js +9 -9
  323. package/components/Stepper/StepperExtended.js +6 -6
  324. package/components/Stepper/StepperStep.js +63 -65
  325. package/components/Stepper/StepperWrapper.js +5 -5
  326. package/components/Suggest/SuggestMobileDropdownContent.js +12 -11
  327. package/components/Suggest/useSuggest.js +1 -1
  328. package/components/SuggestField/SuggestField.js +13 -12
  329. package/components/SuggestField/desktop/SuggestFieldDesktop.js +11 -11
  330. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  331. package/components/SuggestField/index.js +1 -1
  332. package/components/SuggestField/mobile/SuggestFieldMobile.js +40 -38
  333. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +50 -49
  334. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +3 -2
  335. package/components/SuggestField/mobile/index.js +1 -1
  336. package/components/SwipeableArea/SwipeableArea.js +3 -3
  337. package/components/Table/FilterPanel.js +6 -6
  338. package/components/Table/MasterTable.js +3 -3
  339. package/components/Table/NoColumns.js +4 -4
  340. package/components/Table/PaginationPanel.js +3 -3
  341. package/components/Table/TableBasic/TableBasic.js +2 -2
  342. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  343. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  344. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  345. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  346. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
  347. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  348. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  349. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  350. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +10 -10
  351. package/components/Table/TableFooter/TableFooter.js +2 -2
  352. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  353. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  354. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  355. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  356. package/components/Table/TabsLinePanel.js +3 -3
  357. package/components/Table/TabsLinePanelLinks.js +2 -2
  358. package/components/Table/utils.js +1 -1
  359. package/components/Tabs/Tabs.js +7 -7
  360. package/components/TabsExtended/TabsExtended.js +3 -3
  361. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  362. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  363. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  364. package/components/TabsExtended/components/TabsExtendedTabButton.js +3 -2
  365. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  366. package/components/TabsExtended/utils.js +1 -1
  367. package/components/TabsLine/TabsLine.js +2 -2
  368. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  369. package/components/TabsLine/components/TabsLineDropdown.js +21 -20
  370. package/components/TabsLine/components/TabsLineItem.js +2 -2
  371. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  372. package/components/Tag/Tag.js +15 -15
  373. package/components/TagColor/TagColor.js +15 -15
  374. package/components/TagGroup/TagGroup.js +14 -14
  375. package/components/TextField/TextField.js +1 -1
  376. package/components/TextareaField/TextareaField.js +1 -1
  377. package/components/ThemeProvider/ThemeProvider.js +1 -1
  378. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  379. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  380. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  381. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  382. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  383. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  384. package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
  385. package/components/TopOverlay/TopOverlay.js +6 -6
  386. package/components/TreeView/TreeView.js +2 -2
  387. package/components/TreeView/components/TreeViewGroup.js +1 -1
  388. package/components/TreeView/components/TreeViewNode.js +2 -2
  389. package/components/Typography/Caption.js +17 -17
  390. package/components/Typography/CodeText.js +36 -0
  391. package/components/Typography/Text.js +13 -13
  392. package/components/Typography/Title.js +22 -22
  393. package/components/Typography/constants.js +1 -1
  394. package/components/Typography/index.js +12 -10
  395. package/components/UnorderedList/UnorderedList.js +7 -7
  396. package/components/UnorderedList/UnorderedListItem.js +12 -11
  397. package/components/UploadZone/UploadZone.js +3 -3
  398. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  399. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  400. package/components/index.js +591 -579
  401. package/index.d.ts +94 -23
  402. package/index.js +639 -627
  403. package/package.json +9 -1
  404. package/styles/triplex-next.css +541 -541
  405. package/utils/amountUtils.js +1 -1
  406. package/chunks/AlertProcessSpoiler-IulaUJl0.js +0 -39
  407. package/chunks/Card.module-DSOXKXtd.js +0 -17
  408. package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +0 -15
  409. package/chunks/Chip-EVPZneh2.js +0 -104
  410. package/chunks/Confirm.module-gphOS6IB.js +0 -15
  411. package/chunks/DropdownMobile.module-B8t5FlvW.js +0 -23
  412. package/chunks/Footer.module-CMW0u8UD.js +0 -9
  413. package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +0 -9
  414. package/chunks/HeaderTabs.module-BKu6DIV4.js +0 -9
  415. package/chunks/IslandAccordion.module-Q_9Jiw2w.js +0 -25
  416. package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +0 -9
  417. package/chunks/IslandWidgetHeader.module-DiWg8j16.js +0 -12
  418. package/chunks/LightBoxContent-CE6sXjX1.js +0 -56
  419. package/chunks/LightBoxControls.module-BaHnxhDB.js +0 -16
  420. package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +0 -9
  421. package/chunks/ListItemControlsButton-BCd2PF9-.js +0 -51
  422. package/chunks/ListItemTail.module-D_nBCryf.js +0 -12
  423. package/chunks/ListMasterFooter.module-D4TPImq7.js +0 -10
  424. package/chunks/ModalWindow.module-u5Pst2YX.js +0 -17
  425. package/chunks/Notification.module-809Tnazq.js +0 -20
  426. package/chunks/Overlay.module-c4cyqpKr.js +0 -18
  427. package/chunks/Page.module-CixV2VSG.js +0 -11
  428. package/chunks/SMSField.module-Qub64N0s.js +0 -16
  429. package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +0 -15
  430. package/chunks/StatusTracker.module-BMkZgzxy.js +0 -24
  431. package/chunks/TableFooter.module-BW9hgU6o.js +0 -14
  432. package/chunks/TabsExtended.module-By6HIyMh.js +0 -16
  433. package/chunks/TabsLine.module-KvKWfBwF.js +0 -21
  434. package/chunks/TooltipDesktop.module-DAGDT-nl.js +0 -19
  435. package/chunks/TreeView.module-B8RxFbbh.js +0 -9
  436. package/chunks/utils-CvsNd4Ut.js +0 -24
  437. package/chunks/utils-DXnkRIJ2.js +0 -73
@@ -1,18 +1,18 @@
1
1
  import { jsx as I } from "react/jsx-runtime";
2
- import M, { useContext as n, useMemo as C, useCallback as s, useLayoutEffect as u } from "react";
3
- import { u as D, c as L } from "../../../chunks/vendor-BiObpx9E.js";
2
+ import M, { useContext as n, useMemo as C, useCallback as a, useLayoutEffect as u } from "react";
3
+ import { u as D, c as L } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { createSizeToClassNameMap as R } from "../../../utils/classNameMaps.js";
5
5
  import { FormFieldContext as W } from "../FormFieldContext.js";
6
6
  import { EFormFieldStatus as j } from "../enums.js";
7
7
  import { isFilled as q } from "./utils.js";
8
- const w = "formFieldTextarea__7a3d371b", G = "sm__26ad389e", H = "md__d9ffd574", J = "lg__35f13ce0", T = {
8
+ const w = "formFieldTextarea__eb1fd6e5", G = "sm__f589f97d", H = "md__6b4d80bd", J = "lg__96b7f74b", T = {
9
9
  formFieldTextarea: w,
10
10
  sm: G,
11
11
  md: H,
12
12
  lg: J
13
13
  }, K = R(T), O = M.forwardRef(
14
- ({ id: c, className: p, value: a, defaultValue: x, onFocus: r, onBlur: l, onAnimationStart: m, onChange: d, ..._ }, N) => {
15
- const { size: g, status: h, setFocused: i, setTargetId: F, setFilled: o } = n(W), f = C(() => c === void 0 ? D("textarea_") : c, [c]), y = L(T.formFieldTextarea, K[g], p), t = s(
14
+ ({ id: c, className: p, value: s, defaultValue: x, onFocus: r, onBlur: l, onAnimationStart: m, onChange: d, ..._ }, b) => {
15
+ const { size: N, status: g, setFocused: i, setTargetId: F, setFilled: o } = n(W), f = C(() => c === void 0 ? D("textarea_") : c, [c]), h = L(T.formFieldTextarea, K[N], p), t = a(
16
16
  (e) => {
17
17
  o(q(e));
18
18
  },
@@ -21,26 +21,26 @@ const w = "formFieldTextarea__7a3d371b", G = "sm__26ad389e", H = "md__d9ffd574",
21
21
  u(() => {
22
22
  F(f);
23
23
  }, [f, F]), u(() => {
24
- t(a ?? x);
24
+ t(s ?? x);
25
25
  }, []), u(() => {
26
- a !== void 0 && t(a);
27
- }, [a, t]);
28
- const b = s(
26
+ s !== void 0 && t(s);
27
+ }, [s, t]);
28
+ const y = a(
29
29
  (e) => {
30
30
  t(e.currentTarget.value), i(!0), r == null || r(e);
31
31
  },
32
32
  [t, i, r]
33
- ), k = s(
33
+ ), k = a(
34
34
  (e) => {
35
35
  t(e.currentTarget.value), i(!1), l == null || l(e);
36
36
  },
37
37
  [t, i, l]
38
- ), z = s(
38
+ ), z = a(
39
39
  (e) => {
40
40
  e.animationName.startsWith("autofill-applied-hook") ? o(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), m == null || m(e);
41
41
  },
42
42
  [o, t, m]
43
- ), E = s(
43
+ ), E = a(
44
44
  (e) => {
45
45
  t(e.currentTarget.value), d == null || d(e);
46
46
  },
@@ -51,15 +51,15 @@ const w = "formFieldTextarea__7a3d371b", G = "sm__26ad389e", H = "md__d9ffd574",
51
51
  {
52
52
  ..._,
53
53
  id: f,
54
- className: y,
55
- value: a,
54
+ className: h,
55
+ value: s,
56
56
  defaultValue: x,
57
- disabled: h === j.DISABLED,
58
- onFocus: b,
57
+ disabled: g === j.DISABLED,
58
+ onFocus: y,
59
59
  onBlur: k,
60
60
  onAnimationStart: z,
61
61
  onChange: E,
62
- ref: N
62
+ ref: b
63
63
  }
64
64
  );
65
65
  }
@@ -1,7 +1,7 @@
1
1
  import { FormFieldClear as e } from "./FormFieldClear.js";
2
2
  import { FormFieldCounter as m } from "./FormFieldCounter.js";
3
3
  import { FormFieldDescription as i } from "./FormFieldDescription.js";
4
- import { F as x } from "../../../chunks/FormFieldInput-CwX_1h09.js";
4
+ import { F as x } from "../../../chunks/FormFieldInput-DtYGQ_bi.js";
5
5
  import { FormFieldLabel as l } from "./FormFieldLabel.js";
6
6
  import { FormFieldMaskedInput as a } from "./FormFieldMaskedInput.js";
7
7
  import { FormFieldPostfix as s } from "./FormFieldPostfix.js";
@@ -2,7 +2,7 @@ import { EFormFieldStatus as e } from "./enums.js";
2
2
  import { FormFieldClear as F } from "./components/FormFieldClear.js";
3
3
  import { FormFieldCounter as i } from "./components/FormFieldCounter.js";
4
4
  import { FormFieldDescription as l } from "./components/FormFieldDescription.js";
5
- import { F as f } from "../../chunks/FormFieldInput-CwX_1h09.js";
5
+ import { F as f } from "../../chunks/FormFieldInput-DtYGQ_bi.js";
6
6
  import { FormFieldLabel as a } from "./components/FormFieldLabel.js";
7
7
  import { FormFieldMaskedInput as u } from "./components/FormFieldMaskedInput.js";
8
8
  import { FormFieldPostfix as C } from "./components/FormFieldPostfix.js";
@@ -12,7 +12,7 @@ import "./components/HeaderTitle/HeaderTitleContent.js";
12
12
  import "./components/HeaderTitle/HeaderTitleControls.js";
13
13
  const f = Object.assign(
14
14
  a.forwardRef(function({ children: r, ...e }, t) {
15
- return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.23.0", ref: t, children: r });
15
+ return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.25.0", ref: t, children: r });
16
16
  }),
17
17
  {
18
18
  LayoutSidebar: p,
@@ -1,9 +1,9 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
3
+ import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
4
4
  import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
5
5
  import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
6
- import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js";
6
+ import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-DgEDu6U2.js";
7
7
  const b = Object.assign(
8
8
  d.forwardRef(function({ children: e, className: r, ...a }, o) {
9
9
  return /* @__PURE__ */ t("div", { className: i(f.headerLayoutSidebar, r), ...a, ref: o, children: e });
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as d } from "../../../../chunks/vendor-BiObpx9E.js";
4
- import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js";
3
+ import { c as d } from "../../../../chunks/vendor-DudMBGKr.js";
4
+ import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-DgEDu6U2.js";
5
5
  const i = s.forwardRef(
6
6
  ({ children: e, className: a, ...t }, o) => /* @__PURE__ */ r("div", { className: d(m.headerLayoutSidebarContent, a), ...t, ref: o, children: e })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as t } from "../../../../chunks/vendor-BiObpx9E.js";
4
- import { s } from "../../../../chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js";
3
+ import { c as t } from "../../../../chunks/vendor-DudMBGKr.js";
4
+ import { s } from "../../../../chunks/HeaderLayoutSidebar.module-DgEDu6U2.js";
5
5
  const m = i.forwardRef(
6
6
  ({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: t(s.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
7
7
  );
@@ -1,22 +1,22 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import h from "react";
3
- import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
4
- const u = "headerSubheader__5591b825", n = "withoutPaddings__65f9270b", e = {
3
+ import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
4
+ const u = "headerSubheader__1ddf91e0", c = "withoutPaddings__4c3ebd1e", e = {
5
5
  headerSubheader: u,
6
- withoutPaddings: n
7
- }, b = h.forwardRef(
8
- ({ children: a, className: d, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
6
+ withoutPaddings: c
7
+ }, n = h.forwardRef(
8
+ ({ children: d, className: a, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
9
9
  "div",
10
10
  {
11
- className: i(e.headerSubheader, { [e.withoutPaddings]: !!r }, d),
11
+ className: i(e.headerSubheader, { [e.withoutPaddings]: !!r }, a),
12
12
  ...t,
13
13
  ref: o,
14
- children: a
14
+ children: d
15
15
  }
16
16
  )
17
17
  );
18
- b.displayName = "HeaderSubheader";
18
+ n.displayName = "HeaderSubheader";
19
19
  export {
20
- b as HeaderSubheader
20
+ n as HeaderSubheader
21
21
  };
22
22
  //# sourceMappingURL=HeaderSubheader.js.map
@@ -2,8 +2,8 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import t from "react";
3
3
  import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
4
4
  import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
5
- import { c as d } from "../../../../chunks/vendor-BiObpx9E.js";
6
- import { s as f } from "../../../../chunks/HeaderTabs.module-BKu6DIV4.js";
5
+ import { c as d } from "../../../../chunks/vendor-DudMBGKr.js";
6
+ import { s as f } from "../../../../chunks/HeaderTabs.module-BepwFanR.js";
7
7
  const i = Object.assign(
8
8
  t.forwardRef(function({ children: r, className: e, ...a }, o) {
9
9
  return /* @__PURE__ */ s("div", { className: d(f.headerTabs, e), ...a, ref: o, children: r });
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as m } from "../../../../chunks/vendor-BiObpx9E.js";
4
- import { s as n } from "../../../../chunks/HeaderTabs.module-BKu6DIV4.js";
3
+ import { c as m } from "../../../../chunks/vendor-DudMBGKr.js";
4
+ import { s as n } from "../../../../chunks/HeaderTabs.module-BepwFanR.js";
5
5
  const d = s.forwardRef(
6
6
  ({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import t from "react";
3
- import { c as m } from "../../../../chunks/vendor-BiObpx9E.js";
4
- import { s as l } from "../../../../chunks/HeaderTabs.module-BKu6DIV4.js";
3
+ import { c as m } from "../../../../chunks/vendor-DudMBGKr.js";
4
+ import { s as l } from "../../../../chunks/HeaderTabs.module-BepwFanR.js";
5
5
  const d = t.forwardRef(
6
6
  ({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
7
7
  );
@@ -2,8 +2,8 @@ import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
4
4
  import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
5
- import { c as l } from "../../../../chunks/vendor-BiObpx9E.js";
6
- import { s as n } from "../../../../chunks/HeaderTitle.module-DyI7KGeM.js";
5
+ import { c as l } from "../../../../chunks/vendor-DudMBGKr.js";
6
+ import { s as n } from "../../../../chunks/HeaderTitle.module-C31ELKBY.js";
7
7
  const d = Object.assign(
8
8
  i.forwardRef(function({ children: e, className: t, ...r }, o) {
9
9
  return /* @__PURE__ */ a("div", { className: l(n.headerTitle, t), ...r, ref: o, children: e });
@@ -1,7 +1,7 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
4
- import { s as e } from "../../../../chunks/HeaderTitle.module-DyI7KGeM.js";
3
+ import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
4
+ import { s as e } from "../../../../chunks/HeaderTitle.module-C31ELKBY.js";
5
5
  const m = s.forwardRef(
6
6
  ({ children: t, className: r, ...o }, a) => /* @__PURE__ */ l(
7
7
  "div",
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import a from "react";
3
- import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
4
- import { s as o } from "../../../../chunks/HeaderTitle.module-DyI7KGeM.js";
3
+ import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
4
+ import { s as o } from "../../../../chunks/HeaderTitle.module-C31ELKBY.js";
5
5
  const m = a.forwardRef(
6
6
  ({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
7
7
  "div",
@@ -1,94 +1,98 @@
1
- import { jsxs as B, Fragment as M, jsx as t } from "react/jsx-runtime";
2
- import { useRef as N, useState as h, useId as R } from "react";
3
- import { c as S, g as L } from "../../chunks/vendor-BiObpx9E.js";
4
- import { QuestioncircleFilledSrvIcon16 as j } from "@sberbusiness/icons-next";
5
- import { ButtonIcon as k } from "../Button/ButtonIcon.js";
6
- import { EButtonIconShape as _ } from "../Button/enums.js";
7
- import { Tooltip as l } from "../Tooltip/Tooltip.js";
8
- import { TooltipMobileHeader as z } from "../Tooltip/components/mobile/components/TooltipMobileHeader.js";
9
- import { MobileView as C } from "../MobileView/MobileView.js";
10
- import { getDataHTMLAttributes as D } from "../../utils/html/DataAttributes.js";
11
- import { getAriaHTMLAttributes as Q } from "../../utils/html/AriaAttributes.js";
12
- const V = "helpBoxButton__8364f7c0", X = {
13
- helpBoxButton: V
14
- }, $ = ({
15
- children: x,
16
- className: T,
17
- focusTrapProps: o,
18
- mobileHeaderContent: c,
19
- isOpen: i,
20
- onShow: n,
21
- tooltipSize: I,
22
- preferPlace: v,
23
- toggle: r,
24
- tooltipAriaAttributes: s,
25
- tooltipDataAttributes: p,
26
- iconProps: F,
27
- ...O
28
- }) => {
29
- const m = N(null), [b, g] = h(!!i), [d, u] = h(null), f = R(), a = i ?? b, y = (e) => {
30
- i === void 0 && g(e), e || u(null), r == null || r(e);
31
- }, E = (e) => {
32
- u(e), n == null || n(e);
33
- }, H = (e) => /* @__PURE__ */ t(
34
- C,
35
- {
36
- fallback: /* @__PURE__ */ t(
37
- L.FocusTrap,
1
+ import { jsxs as h, Fragment as S, jsx as e } from "react/jsx-runtime";
2
+ import _, { useRef as L, useState as x, useId as j } from "react";
3
+ import { c as k, g as z } from "../../chunks/vendor-DudMBGKr.js";
4
+ import { QuestioncircleFilledSrvIcon16 as C } from "@sberbusiness/icons-next";
5
+ import { ButtonIcon as D } from "../Button/ButtonIcon.js";
6
+ import { EButtonIconShape as Q } from "../Button/enums.js";
7
+ import { Tooltip as i } from "../Tooltip/Tooltip.js";
8
+ import { TooltipMobileHeader as V } from "../Tooltip/components/mobile/components/TooltipMobileHeader.js";
9
+ import { MobileView as X } from "../MobileView/MobileView.js";
10
+ import { getDataHTMLAttributes as $ } from "../../utils/html/DataAttributes.js";
11
+ import { getAriaHTMLAttributes as q } from "../../utils/html/AriaAttributes.js";
12
+ const w = "helpBoxButton__25f9169f", A = {
13
+ helpBoxButton: w
14
+ }, G = _.forwardRef(
15
+ ({
16
+ children: T,
17
+ className: I,
18
+ focusTrapProps: o,
19
+ mobileHeaderContent: a,
20
+ isOpen: n,
21
+ onShow: r,
22
+ tooltipSize: R,
23
+ preferPlace: v,
24
+ toggle: c,
25
+ tooltipAriaAttributes: p,
26
+ tooltipDataAttributes: u,
27
+ iconProps: F,
28
+ tooltipXButtonProps: O,
29
+ ...g
30
+ }, l) => {
31
+ const m = L(null), [y, b] = x(!!n), [d, f] = x(null), B = j(), s = n ?? y, E = (t) => {
32
+ m.current = t, typeof l == "function" ? l(t) : l && (l.current = t);
33
+ }, H = (t) => {
34
+ n === void 0 && b(t), t || f(null), c == null || c(t);
35
+ }, M = (t) => {
36
+ f(t), r == null || r(t);
37
+ }, N = (t) => /* @__PURE__ */ e(
38
+ X,
39
+ {
40
+ fallback: /* @__PURE__ */ e(
41
+ z.FocusTrap,
42
+ {
43
+ active: s,
44
+ ...o,
45
+ focusTrapOptions: {
46
+ clickOutsideDeactivates: !0,
47
+ initialFocus: `[id='${B}']`,
48
+ preventScroll: !0,
49
+ ...o == null ? void 0 : o.focusTrapOptions
50
+ },
51
+ containerElements: [t]
52
+ }
53
+ ),
54
+ children: null
55
+ }
56
+ );
57
+ return /* @__PURE__ */ h(S, { children: [
58
+ /* @__PURE__ */ h(
59
+ i,
38
60
  {
39
- active: a,
40
- ...o,
41
- focusTrapOptions: {
42
- clickOutsideDeactivates: !0,
43
- initialFocus: `[id='${f}']`,
44
- preventScroll: !0,
45
- ...o == null ? void 0 : o.focusTrapOptions
46
- },
47
- containerElements: [e]
61
+ id: B,
62
+ tabIndex: -1,
63
+ role: "dialog",
64
+ toggleType: "hover",
65
+ size: R,
66
+ preferPlace: v,
67
+ isOpen: s,
68
+ toggle: H,
69
+ onShow: M,
70
+ targetRef: m,
71
+ ...!!p && q(p),
72
+ ...!!u && $(u),
73
+ children: [
74
+ /* @__PURE__ */ e(i.Target, { children: /* @__PURE__ */ e(
75
+ D,
76
+ {
77
+ className: k(A.helpBoxButton, I),
78
+ shape: Q.CIRCLE,
79
+ ref: E,
80
+ ...g,
81
+ children: /* @__PURE__ */ e(C, { paletteIndex: 5, ...F })
82
+ }
83
+ ) }),
84
+ a && /* @__PURE__ */ e(V, { children: a }),
85
+ /* @__PURE__ */ e(i.Body, { children: T }),
86
+ /* @__PURE__ */ e(i.XButton, { ...O })
87
+ ]
48
88
  }
49
89
  ),
50
- children: null
51
- }
52
- );
53
- return /* @__PURE__ */ B(M, { children: [
54
- /* @__PURE__ */ B(
55
- l,
56
- {
57
- id: f,
58
- tabIndex: -1,
59
- role: "dialog",
60
- toggleType: "hover",
61
- size: I,
62
- preferPlace: v,
63
- isOpen: a,
64
- toggle: y,
65
- onShow: E,
66
- targetRef: m,
67
- ...!!s && Q(s),
68
- ...!!p && D(p),
69
- children: [
70
- /* @__PURE__ */ t(l.Target, { children: /* @__PURE__ */ t(
71
- k,
72
- {
73
- className: S(X.helpBoxButton, T),
74
- "aria-label": "Подсказка",
75
- shape: _.CIRCLE,
76
- ref: m,
77
- ...O,
78
- children: /* @__PURE__ */ t(j, { paletteIndex: 5, ...F })
79
- }
80
- ) }),
81
- c && /* @__PURE__ */ t(z, { children: c }),
82
- /* @__PURE__ */ t(l.Body, { children: x }),
83
- /* @__PURE__ */ t(l.XButton, { "aria-label": "Закрыть" })
84
- ]
85
- }
86
- ),
87
- a && d && H(d)
88
- ] });
89
- };
90
- $.displayName = "HelpBox";
90
+ s && d && N(d)
91
+ ] });
92
+ }
93
+ );
94
+ G.displayName = "HelpBox";
91
95
  export {
92
- $ as HelpBox
96
+ G as HelpBox
93
97
  };
94
98
  //# sourceMappingURL=HelpBox.js.map
@@ -0,0 +1,27 @@
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import l from "react";
3
+ import { c as p } from "../../chunks/vendor-DudMBGKr.js";
4
+ const b = "disableInteraction__f3122b2d", f = "displayContents__d6d1f81b", t = {
5
+ disableInteraction: b,
6
+ displayContents: f
7
+ }, m = l.forwardRef(
8
+ ({ children: a, className: s, active: e, disabled: n, disableInteraction: o, displayContents: i, ...r }, d) => /* @__PURE__ */ c(
9
+ "span",
10
+ {
11
+ ref: d,
12
+ className: p("hoverable", s, {
13
+ active: !!e,
14
+ disabled: !!n,
15
+ [t.disableInteraction]: !!o,
16
+ [t.displayContents]: !!i
17
+ }),
18
+ ...r,
19
+ children: a
20
+ }
21
+ )
22
+ );
23
+ m.displayName = "IconWrapper";
24
+ export {
25
+ m as IconWrapper
26
+ };
27
+ //# sourceMappingURL=IconWrapper.js.map
@@ -0,0 +1,5 @@
1
+ import { IconWrapper as p } from "./IconWrapper.js";
2
+ export {
3
+ p as IconWrapper
4
+ };
5
+ //# sourceMappingURL=index.js.map
@@ -1,11 +1,11 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as d } from "../../chunks/vendor-BiObpx9E.js";
3
+ import { c as d } from "../../chunks/vendor-DudMBGKr.js";
4
4
  import { EIslandType as l } from "./enums.js";
5
5
  import { IslandBody as f } from "./components/IslandBody.js";
6
6
  import { IslandHeader as n } from "./components/IslandHeader.js";
7
7
  import { IslandFooter as c } from "./components/IslandFooter.js";
8
- import { s as o, m as y } from "../../chunks/utils-CvsNd4Ut.js";
8
+ import { s as o, m as y } from "../../chunks/utils-iU8-da0U.js";
9
9
  import { EComponentSize as I } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
11
11
  const N = T(o), C = Object.assign(
@@ -1,10 +1,12 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import r from "react";
3
- import { c as t } from "../../../chunks/vendor-BiObpx9E.js";
4
- const l = "islandBody__52321673", n = {
5
- islandBody: l
6
- }, m = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(n.islandBody), ref: d, ...s, children: o }));
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import t from "react";
3
+ import { c as l } from "../../../chunks/vendor-DudMBGKr.js";
4
+ const n = "islandBody__00c3a406", c = {
5
+ islandBody: n
6
+ }, f = t.forwardRef(
7
+ ({ children: o, className: s, ...d }, a) => /* @__PURE__ */ r("div", { className: l(c.islandBody, s), ref: a, ...d, children: o })
8
+ );
7
9
  export {
8
- m as IslandBody
10
+ f as IslandBody
9
11
  };
10
12
  //# sourceMappingURL=IslandBody.js.map
@@ -1,10 +1,10 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as a } from "../../../chunks/vendor-BiObpx9E.js";
4
- const l = "islandFooter__e44f3f54", n = {
2
+ import a from "react";
3
+ import { c as e } from "../../../chunks/vendor-DudMBGKr.js";
4
+ const l = "islandFooter__5aa395bf", n = {
5
5
  islandFooter: l
6
- }, c = e.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: a(n.islandFooter), ref: t, ...r, children: o }));
6
+ }, f = a.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: e(n.islandFooter), ref: t, ...r, children: o }));
7
7
  export {
8
- c as IslandFooter
8
+ f as IslandFooter
9
9
  };
10
10
  //# sourceMappingURL=IslandFooter.js.map
@@ -1,9 +1,9 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as o } from "../../../chunks/vendor-BiObpx9E.js";
4
- const t = "islandHeader__f6c00a4d", l = {
3
+ import { c as o } from "../../../chunks/vendor-DudMBGKr.js";
4
+ const t = "islandHeader__b142df44", l = {
5
5
  islandHeader: t
6
- }, f = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...e, children: a }));
6
+ }, f = d.forwardRef(({ children: e, ...a }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...a, children: e }));
7
7
  export {
8
8
  f as IslandHeader
9
9
  };
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { m as p } from "../../chunks/utils-CvsNd4Ut.js";
2
+ import { m as p } from "../../chunks/utils-iU8-da0U.js";
3
3
  export {
4
4
  p as mapTypeToClassName
5
5
  };
@@ -8,15 +8,15 @@ import { EIslandType as l } from "../Island/enums.js";
8
8
  import "../Island/components/IslandBody.js";
9
9
  import "../Island/components/IslandHeader.js";
10
10
  import "../Island/components/IslandFooter.js";
11
- import { c as f } from "../../chunks/vendor-BiObpx9E.js";
12
- import { s as I } from "../../chunks/IslandAccordion.module-Q_9Jiw2w.js";
11
+ import { c as f } from "../../chunks/vendor-DudMBGKr.js";
12
+ import { s as I } from "../../chunks/IslandAccordion.module-rpYHTG9-.js";
13
13
  import "./components/IslandAccordionContent.js";
14
14
  import "./components/IslandAccordionFooter.js";
15
15
  const x = Object.assign(
16
16
  e.forwardRef(
17
17
  ({ className: r, children: t, size: m = d.MD, type: i = l.TYPE_1, ...s }, a) => {
18
18
  const c = f(r, I.islandAccordion);
19
- return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.23.0", ref: a, children: t }) });
19
+ return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.25.0", ref: a, children: t }) });
20
20
  }
21
21
  ),
22
22
  {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as r } from "../../../chunks/IslandAccordion.module-Q_9Jiw2w.js";
2
+ import { s as r } from "../../../chunks/IslandAccordion.module-rpYHTG9-.js";
3
3
  import { Island as s } from "../../Island/Island.js";
4
4
  import "../../Island/components/IslandBody.js";
5
5
  import "../../Island/components/IslandHeader.js";
@@ -1,6 +1,6 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { c as t } from "../../../chunks/vendor-BiObpx9E.js";
3
- import { s as m } from "../../../chunks/IslandAccordion.module-Q_9Jiw2w.js";
2
+ import { c as t } from "../../../chunks/vendor-DudMBGKr.js";
3
+ import { s as m } from "../../../chunks/IslandAccordion.module-rpYHTG9-.js";
4
4
  import { Island as i } from "../../Island/Island.js";
5
5
  import "../../Island/components/IslandBody.js";
6
6
  import "../../Island/components/IslandHeader.js";