@sberbusiness/triplex-next 1.24.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 (421) hide show
  1. package/README.md +0 -1
  2. package/chunks/AlertProcessSpoiler-B46jKfAb.js +41 -0
  3. package/chunks/{CalendarViewItem-DcrCLRoo.js → CalendarViewItem-D-POWd2-.js} +21 -21
  4. package/chunks/Card.module-CncHGyjC.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-B1Kgd0nu.js +15 -0
  6. package/chunks/Chip-DTIbYTEg.js +77 -0
  7. package/chunks/Confirm.module-EXbF7o_5.js +15 -0
  8. package/chunks/{DropdownListItem-D_36RD5A.js → DropdownListItem-DEiNYa7V.js} +15 -15
  9. package/chunks/DropdownMobile.module-BoKjV5kN.js +23 -0
  10. package/chunks/Footer.module-DZkZf8cZ.js +9 -0
  11. package/chunks/{FormFieldInput-C7aO7-c1.js → FormFieldInput-DtYGQ_bi.js} +15 -15
  12. package/chunks/HeaderLayoutSidebar.module-DgEDu6U2.js +9 -0
  13. package/chunks/HeaderTabs.module-BepwFanR.js +9 -0
  14. package/chunks/{HeaderTitle.module-zCyPp1EB.js → HeaderTitle.module-C31ELKBY.js} +2 -2
  15. package/chunks/IslandAccordion.module-rpYHTG9-.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-CGX_gIzr.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CBRjot0L.js +12 -0
  18. package/chunks/LightBoxContent-9gb9WiYK.js +63 -0
  19. package/chunks/LightBoxControls.module-DW8BGlP2.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-DfPgpuEZ.js +9 -0
  21. package/chunks/ListItemControlsButton-DYBfA1gz.js +59 -0
  22. package/chunks/ListItemTail.module-BaV7s4hM.js +12 -0
  23. package/chunks/ListMasterFooter.module-DJ5zh4gk.js +10 -0
  24. package/chunks/ModalWindow.module-CBYym922.js +17 -0
  25. package/chunks/Notification.module-DxdRS8Y5.js +20 -0
  26. package/chunks/Overlay.module-BNFZ_rbt.js +18 -0
  27. package/chunks/Page.module-C50cd0OD.js +11 -0
  28. package/chunks/{RightBorderArrow-eMlmbMOj.js → RightBorderArrow-BDD4mS5-.js} +11 -11
  29. package/chunks/SMSField.module-C20gqTPw.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-CsyPT1yp.js +15 -0
  31. package/chunks/{SliderExtendedRail-DjkasbSz.js → SliderExtendedRail-D5G6Gddu.js} +14 -14
  32. package/chunks/StatusTracker.module-Dn-2MvTp.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BFJfXl0C.js → SuggestFieldMobileDropdownHint-Bl-fHUU9.js} +4 -4
  34. package/chunks/TableFooter.module-CVe7H3F5.js +14 -0
  35. package/chunks/TabsExtended.module-DAVeemgZ.js +16 -0
  36. package/chunks/TabsLine.module-DpFaqhk4.js +21 -0
  37. package/chunks/TooltipDesktop.module-OpglHVA8.js +19 -0
  38. package/chunks/TreeView.module-D0XjOCzq.js +9 -0
  39. package/chunks/{UploadZoneInput-PFc1lc82.js → UploadZoneInput-CUKt0mmY.js} +7 -7
  40. package/chunks/{constants-L3AUxJxB.js → constants-CmdvDG7U.js} +7 -7
  41. package/chunks/utils-B8JwCW07.js +73 -0
  42. package/chunks/{utils-BdtV3MzH.js → utils-D0TxmRz_.js} +9 -9
  43. package/chunks/{utils-BLU83HAp.js → utils-DILds0zQ.js} +4 -4
  44. package/chunks/utils-iU8-da0U.js +24 -0
  45. package/components/Alert/AlertContext/AlertContext.js +21 -21
  46. package/components/Alert/AlertProcess/AlertProcess.js +44 -37
  47. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  48. package/components/Alert/AlertProcess/enums.js +5 -0
  49. package/components/Alert/AlertTypeUtils.js +2 -2
  50. package/components/Alert/index.js +7 -5
  51. package/components/Amount/Amount.js +7 -7
  52. package/components/AmountField/AmountField.js +1 -1
  53. package/components/Avatar/Avatar.js +18 -18
  54. package/components/Badge/Badge.js +11 -11
  55. package/components/Badge/BadgeDot.js +8 -8
  56. package/components/Badge/components/BadgeContent.js +16 -16
  57. package/components/Badge/components/BadgePostfix.js +6 -6
  58. package/components/Badge/components/BadgePrefix.js +6 -6
  59. package/components/Body/Body.js +6 -6
  60. package/components/Button/Button.js +64 -87
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +65 -64
  63. package/components/Button/ButtonDropdownExtended.js +4 -4
  64. package/components/Button/ButtonIcon.js +17 -19
  65. package/components/Calendar/Calendar.js +17 -17
  66. package/components/Calendar/components/CalendarControls.js +5 -5
  67. package/components/Calendar/components/CalendarFooter.js +1 -1
  68. package/components/Calendar/components/CalendarViewDays.js +1 -1
  69. package/components/Calendar/components/CalendarViewItem.js +1 -1
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +16 -16
  73. package/components/Card/CardStatic.js +2 -2
  74. package/components/Card/components/CardContent/CardContent.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  78. package/components/Card/components/CardMedia.js +1 -1
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +1 -1
  81. package/components/Checkbox/Checkbox.js +33 -32
  82. package/components/Checkbox/CheckboxXGroup.js +17 -16
  83. package/components/Checkbox/CheckboxYGroup.js +11 -10
  84. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  88. package/components/Chip/Chip.js +3 -2
  89. package/components/Chip/ChipClearButton.js +5 -5
  90. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  91. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  92. package/components/Chip/ChipDropdownArrow.js +5 -5
  93. package/components/Chip/ChipIcon.js +1 -1
  94. package/components/Chip/ChipMultiselect.js +1 -1
  95. package/components/Chip/ChipOptions.js +9 -9
  96. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  97. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  98. package/components/Chip/ChipSort.js +38 -43
  99. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  100. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  101. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  102. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +11 -11
  103. package/components/Chip/index.js +1 -1
  104. package/components/ChipGroup/ChipGroup.js +7 -7
  105. package/components/Col/Col.js +134 -134
  106. package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
  107. package/components/Confirm/Confirm.js +1 -1
  108. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  109. package/components/Confirm/components/ConfirmContent.js +1 -1
  110. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  111. package/components/Confirm/components/ConfirmControls.js +1 -1
  112. package/components/DateField/DateField.js +1 -1
  113. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  114. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  115. package/components/DateRange/DateRange.js +12 -12
  116. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  117. package/components/DesignTokens/components/AlertProcess.js +1 -1
  118. package/components/Divider/Divider.js +17 -17
  119. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  120. package/components/Dropdown/desktop/DropdownDesktop.js +19 -19
  121. package/components/Dropdown/desktop/DropdownList.js +1 -1
  122. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  123. package/components/Dropdown/desktop/index.js +1 -1
  124. package/components/Dropdown/index.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
  136. package/components/Ellipsis/Ellipsis.js +8 -8
  137. package/components/EmptyView/EmptyView.js +78 -0
  138. package/components/EmptyView/enums.js +5 -0
  139. package/components/EmptyView/index.js +7 -0
  140. package/components/EmptyView/types.js +2 -0
  141. package/components/ExpandAnimation/ExpandAnimation.js +19 -19
  142. package/components/Footer/Footer.js +1 -1
  143. package/components/Footer/components/FooterDescription.js +1 -1
  144. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  145. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  146. package/components/FormField/FormField.js +21 -21
  147. package/components/FormField/components/FormFieldClear.js +4 -4
  148. package/components/FormField/components/FormFieldCounter.js +4 -4
  149. package/components/FormField/components/FormFieldDescription.js +5 -5
  150. package/components/FormField/components/FormFieldInput.js +1 -1
  151. package/components/FormField/components/FormFieldLabel.js +7 -7
  152. package/components/FormField/components/FormFieldMaskedInput.js +17 -17
  153. package/components/FormField/components/FormFieldPostfix.js +7 -7
  154. package/components/FormField/components/FormFieldPrefix.js +9 -9
  155. package/components/FormField/components/FormFieldTarget.js +8 -8
  156. package/components/FormField/components/FormFieldTextarea.js +16 -16
  157. package/components/FormField/components/index.js +1 -1
  158. package/components/FormField/index.js +1 -1
  159. package/components/Header/Header.js +1 -1
  160. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  163. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  164. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  165. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  166. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  167. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  168. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  169. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  170. package/components/HelpBox/HelpBox.js +92 -88
  171. package/components/IconWrapper/IconWrapper.js +27 -0
  172. package/components/IconWrapper/index.js +5 -0
  173. package/components/Island/Island.js +1 -1
  174. package/components/Island/components/IslandBody.js +1 -1
  175. package/components/Island/components/IslandFooter.js +5 -5
  176. package/components/Island/components/IslandHeader.js +3 -3
  177. package/components/Island/utils.js +1 -1
  178. package/components/IslandAccordion/IslandAccordion.js +2 -2
  179. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  180. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  181. package/components/IslandAccordion/components/IslandAccordionItem.js +27 -27
  182. package/components/IslandWidget/IslandWidget.js +11 -11
  183. package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +1 -1
  185. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  186. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  190. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  191. package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
  192. package/components/LightBox/LightBox.js +37 -34
  193. package/components/LightBox/LightBoxContent.js +1 -1
  194. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  195. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  196. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  197. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +12 -12
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
  204. package/components/LightBox/enums.js +5 -0
  205. package/components/LightBox/index.js +4 -2
  206. package/components/Link/Link.js +40 -39
  207. package/components/List/List.js +3 -3
  208. package/components/List/components/ListEmptyState.js +5 -5
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +12 -12
  211. package/components/List/components/ListItemControls.js +6 -6
  212. package/components/List/components/ListItemControlsButton.js +3 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +24 -25
  214. package/components/List/components/ListItemLoading.js +6 -6
  215. package/components/List/components/ListItemSelectable.js +13 -13
  216. package/components/List/components/ListItemTable.js +7 -7
  217. package/components/List/components/ListItemTailLeft.js +1 -1
  218. package/components/List/components/ListItemTailRight.js +1 -1
  219. package/components/List/components/ListSortableItem.js +6 -6
  220. package/components/List/components/ListSortableItemControls.js +1 -1
  221. package/components/List/components/ListSortableItemTarget.js +10 -10
  222. package/components/List/index.js +1 -1
  223. package/components/ListMaster/ListMaster.js +1 -1
  224. package/components/ListMaster/components/ListMasterBody.js +1 -1
  225. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  226. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  227. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  228. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  229. package/components/ListMaster/components/ListMasterHeader.js +1 -1
  230. package/components/ListMaster/components/SelectionControls.js +6 -6
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
  233. package/components/LoaderScreen/LoaderScreen.js +1 -1
  234. package/components/Marker/Marker.js +1 -1
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +15 -15
  237. package/components/ModalWindow/ModalWindow.js +1 -1
  238. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  239. package/components/ModalWindow/components/ModalWindowClose.js +3 -3
  240. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  241. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  242. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  243. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +1 -1
  247. package/components/Notification/Notification.js +2 -2
  248. package/components/Notification/NotificationGrouped.js +1 -1
  249. package/components/Notification/components/NotificationBody.js +1 -1
  250. package/components/Notification/components/NotificationBodyList.js +1 -1
  251. package/components/Notification/components/NotificationClose.js +1 -1
  252. package/components/Notification/components/NotificationFooter.js +1 -1
  253. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  254. package/components/Notification/components/NotificationHeader.js +1 -1
  255. package/components/Notification/components/NotificationIcon.js +1 -1
  256. package/components/Notification/components/NotificationTime.js +1 -1
  257. package/components/NumberField/NumberFieldInput.js +1 -1
  258. package/components/OrderedList/OrderedList.js +20 -15
  259. package/components/OrderedList/OrderedListItem.js +2 -2
  260. package/components/Overlay/Overlay.js +1 -1
  261. package/components/Overlay/OverlayMask.js +1 -1
  262. package/components/Overlay/OverlayPanel.js +1 -1
  263. package/components/Page/Page.js +1 -1
  264. package/components/Page/components/BodyPage.js +15 -15
  265. package/components/Page/components/FooterPage.js +1 -1
  266. package/components/Page/components/HeaderPage.js +1 -1
  267. package/components/Pagination/components/PaginationExtended.js +6 -6
  268. package/components/Pagination/components/PaginationNavigationButton.js +5 -5
  269. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  270. package/components/Pagination/components/PaginationPageButton.js +4 -4
  271. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  272. package/components/Pagination/components/PaginationSelect.js +1 -1
  273. package/components/Radio/Radio.js +11 -11
  274. package/components/Radio/RadioXGroup.js +7 -7
  275. package/components/Radio/RadioYGroup.js +1 -1
  276. package/components/Row/Row.js +7 -7
  277. package/components/SMSField/SMSField.js +2 -2
  278. package/components/SMSField/components/RefreshIcon.js +1 -1
  279. package/components/SMSField/components/SMSFieldInput.js +2 -2
  280. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  281. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  282. package/components/SegmentedControl/SegmentedControl.js +11 -11
  283. package/components/SegmentedControl/SegmentedControlSegment.js +36 -41
  284. package/components/SelectExtendedField/SelectExtendedField.js +7 -7
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  286. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  287. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -89
  288. package/components/SelectField/SelectField.js +1 -1
  289. package/components/Skeleton/Skeleton.js +9 -9
  290. package/components/SliderExtended/SliderExtended.js +2 -2
  291. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
  292. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  293. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  294. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  295. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +14 -14
  296. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +23 -23
  297. package/components/SmallInput/SmallInput.js +3 -3
  298. package/components/Spoiler/Spoiler.js +10 -10
  299. package/components/StatusTracker/StatusTracker.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  301. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  302. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  303. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  304. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  305. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  306. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  307. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  308. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  309. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  310. package/components/Step/Step.js +14 -14
  311. package/components/Stepper/RightBorderArrow.js +1 -1
  312. package/components/Stepper/Stepper.js +6 -6
  313. package/components/Stepper/StepperExtended.js +4 -4
  314. package/components/Stepper/StepperStep.js +63 -65
  315. package/components/Stepper/StepperWrapper.js +5 -5
  316. package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
  317. package/components/SuggestField/SuggestField.js +2 -2
  318. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  319. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  320. package/components/SuggestField/index.js +1 -1
  321. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  322. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  323. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  324. package/components/SuggestField/mobile/index.js +1 -1
  325. package/components/SwipeableArea/SwipeableArea.js +10 -10
  326. package/components/Table/FilterPanel.js +5 -5
  327. package/components/Table/MasterTable.js +2 -2
  328. package/components/Table/NoColumns.js +3 -3
  329. package/components/Table/PaginationPanel.js +2 -2
  330. package/components/Table/TableBasic/TableBasic.js +1 -1
  331. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  332. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  333. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  334. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  335. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
  337. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  338. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
  340. package/components/Table/TableFooter/TableFooter.js +1 -1
  341. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  342. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  343. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  345. package/components/Table/TabsLinePanel.js +2 -2
  346. package/components/Table/TabsLinePanelLinks.js +5 -5
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +20 -20
  349. package/components/TabsExtended/TabsExtended.js +2 -2
  350. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  351. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  352. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  353. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  354. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  355. package/components/TabsExtended/utils.js +1 -1
  356. package/components/TabsLine/TabsLine.js +1 -1
  357. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  358. package/components/TabsLine/components/TabsLineDropdown.js +17 -17
  359. package/components/TabsLine/components/TabsLineItem.js +1 -1
  360. package/components/TabsLine/components/TabsLineMobile.js +8 -8
  361. package/components/Tag/Tag.js +15 -15
  362. package/components/TagColor/TagColor.js +14 -14
  363. package/components/TagGroup/TagGroup.js +10 -10
  364. package/components/TextField/TextField.js +1 -1
  365. package/components/TextareaField/TextareaField.js +1 -1
  366. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  367. package/components/Tooltip/components/common/TooltipLink.js +3 -3
  368. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  369. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  370. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  371. package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
  372. package/components/TopOverlay/TopOverlay.js +14 -14
  373. package/components/TreeView/TreeView.js +1 -1
  374. package/components/TreeView/components/TreeViewGroup.js +1 -1
  375. package/components/TreeView/components/TreeViewNode.js +1 -1
  376. package/components/Typography/Caption.js +21 -21
  377. package/components/Typography/CodeText.js +6 -6
  378. package/components/Typography/Text.js +16 -16
  379. package/components/Typography/Title.js +18 -18
  380. package/components/Typography/constants.js +1 -1
  381. package/components/UnorderedList/UnorderedList.js +5 -5
  382. package/components/UnorderedList/UnorderedListItem.js +11 -11
  383. package/components/UploadZone/UploadZone.js +2 -2
  384. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  385. package/components/index.js +591 -581
  386. package/index.d.ts +80 -14
  387. package/index.js +639 -629
  388. package/package.json +9 -1
  389. package/styles/triplex-next.css +541 -541
  390. package/chunks/AlertProcessSpoiler-80EWxnlw.js +0 -39
  391. package/chunks/Card.module-CUXrlJIK.js +0 -17
  392. package/chunks/CheckboxTreeExtended.module-Ie0bCwhb.js +0 -15
  393. package/chunks/Chip-DxpL0kHg.js +0 -104
  394. package/chunks/Confirm.module-Cr5VrxP0.js +0 -15
  395. package/chunks/DropdownMobile.module-C3vVcwH8.js +0 -23
  396. package/chunks/Footer.module-SSgVxTxk.js +0 -9
  397. package/chunks/HeaderLayoutSidebar.module-D8g1wOUn.js +0 -9
  398. package/chunks/HeaderTabs.module-BvkH88vz.js +0 -9
  399. package/chunks/IslandAccordion.module-C00y6r96.js +0 -25
  400. package/chunks/IslandWidgetFooter.module-DrJEO_uY.js +0 -9
  401. package/chunks/IslandWidgetHeader.module-Dn_9gy4B.js +0 -12
  402. package/chunks/LightBoxContent-JnifyJVA.js +0 -56
  403. package/chunks/LightBoxControls.module-sVFD1v0Y.js +0 -16
  404. package/chunks/LightBoxSideOverlayClose.module-D-_ry0KX.js +0 -9
  405. package/chunks/ListItemControlsButton-BZ5uutQX.js +0 -51
  406. package/chunks/ListItemTail.module-Dx6BEkhi.js +0 -12
  407. package/chunks/ListMasterFooter.module-wZeGRX3y.js +0 -10
  408. package/chunks/ModalWindow.module-Cn_qF5og.js +0 -17
  409. package/chunks/Notification.module-ytSUjaU2.js +0 -20
  410. package/chunks/Overlay.module-0Rx__Ctf.js +0 -18
  411. package/chunks/Page.module-BWR-liu5.js +0 -11
  412. package/chunks/SMSField.module-CjgotURM.js +0 -16
  413. package/chunks/SliderExtendedMarks.module-BEldseQH.js +0 -15
  414. package/chunks/StatusTracker.module-DSJGmASX.js +0 -24
  415. package/chunks/TableFooter.module-BE2n5_2S.js +0 -14
  416. package/chunks/TabsExtended.module-BVEU3Ags.js +0 -16
  417. package/chunks/TabsLine.module-QKvdCYgI.js +0 -21
  418. package/chunks/TooltipDesktop.module-LbV07iSe.js +0 -19
  419. package/chunks/TreeView.module-KRwuysl3.js +0 -9
  420. package/chunks/utils-CjaG-bCZ.js +0 -24
  421. package/chunks/utils-DaknoeiF.js +0 -73
@@ -3,7 +3,7 @@ import i from "react";
3
3
  import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
4
4
  import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
5
5
  import { c as l } from "../../../../chunks/vendor-DudMBGKr.js";
6
- import { s as n } from "../../../../chunks/HeaderTitle.module-zCyPp1EB.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
3
  import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
4
- import { s as e } from "../../../../chunks/HeaderTitle.module-zCyPp1EB.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
3
  import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
4
- import { s as o } from "../../../../chunks/HeaderTitle.module-zCyPp1EB.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-DudMBGKr.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__87f63146", 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
@@ -5,7 +5,7 @@ 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-CjaG-bCZ.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,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import t from "react";
3
3
  import { c as l } from "../../../chunks/vendor-DudMBGKr.js";
4
- const n = "islandBody__ca476723", c = {
4
+ const n = "islandBody__00c3a406", c = {
5
5
  islandBody: n
6
6
  }, f = t.forwardRef(
7
7
  ({ children: o, className: s, ...d }, a) => /* @__PURE__ */ r("div", { className: l(c.islandBody, s), ref: a, ...d, children: o })
@@ -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-DudMBGKr.js";
4
- const l = "islandFooter__b0340120", 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
- }, m = 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
- m as IslandFooter
8
+ f as IslandFooter
9
9
  };
10
10
  //# sourceMappingURL=IslandFooter.js.map
@@ -1,10 +1,10 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
3
  import { c as o } from "../../../chunks/vendor-DudMBGKr.js";
4
- const t = "islandHeader__0413197d", l = {
4
+ const t = "islandHeader__b142df44", l = {
5
5
  islandHeader: t
6
- }, m = d.forwardRef(({ children: e, ...a }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...a, children: e }));
6
+ }, f = d.forwardRef(({ children: e, ...a }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...a, children: e }));
7
7
  export {
8
- m as IslandHeader
8
+ f as IslandHeader
9
9
  };
10
10
  //# sourceMappingURL=IslandHeader.js.map
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { m as p } from "../../chunks/utils-CjaG-bCZ.js";
2
+ import { m as p } from "../../chunks/utils-iU8-da0U.js";
3
3
  export {
4
4
  p as mapTypeToClassName
5
5
  };
@@ -9,14 +9,14 @@ import "../Island/components/IslandBody.js";
9
9
  import "../Island/components/IslandHeader.js";
10
10
  import "../Island/components/IslandFooter.js";
11
11
  import { c as f } from "../../chunks/vendor-DudMBGKr.js";
12
- import { s as I } from "../../chunks/IslandAccordion.module-C00y6r96.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.24.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-C00y6r96.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
2
  import { c as t } from "../../../chunks/vendor-DudMBGKr.js";
3
- import { s as m } from "../../../chunks/IslandAccordion.module-C00y6r96.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";
@@ -1,7 +1,7 @@
1
- import { jsxs as p, jsx as r } from "react/jsx-runtime";
2
- import Y, { useState as F, useContext as b, useRef as j, useEffect as w } from "react";
3
- import { CaretdownStrokeSrvIcon24 as D, CrossStrokeSrvIcon24 as Z } from "@sberbusiness/icons-next";
4
- import { u as B, c as a } from "../../../chunks/vendor-DudMBGKr.js";
1
+ import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
+ import Y, { useState as F, useContext as j, useRef as w, useEffect as D } from "react";
3
+ import { CaretdownStrokeSrvIcon24 as Z, CrossStrokeSrvIcon24 as b } from "@sberbusiness/icons-next";
4
+ import { u as B, c as p } from "../../../chunks/vendor-DudMBGKr.js";
5
5
  import { Island as y } from "../../Island/Island.js";
6
6
  import { ExpandAnimation as $ } from "../../ExpandAnimation/ExpandAnimation.js";
7
7
  import { IslandAccordionContent as q } from "./IslandAccordionContent.js";
@@ -25,7 +25,7 @@ import "../../Typography/Caption.js";
25
25
  import "../../Typography/CodeText.js";
26
26
  import "../../Typography/Text.js";
27
27
  import { Title as Q } from "../../Typography/Title.js";
28
- import { s as t } from "../../../chunks/IslandAccordion.module-C00y6r96.js";
28
+ import { s as t } from "../../../chunks/IslandAccordion.module-rpYHTG9-.js";
29
29
  const U = {
30
30
  [l.TYPE_1]: t.type1,
31
31
  [l.TYPE_2]: t.type2,
@@ -44,63 +44,63 @@ const U = {
44
44
  disabled: e,
45
45
  onRemove: n,
46
46
  onToggle: s,
47
- id: c,
47
+ id: a,
48
48
  num: I,
49
49
  status: S,
50
50
  stepHint: P,
51
- transitionProps: v,
52
- ...O
53
- }, k) => {
54
- const [o, h] = F(i || !1), { size: m, type: E } = b(K), _ = j(B()).current, A = `${_}header`, u = `${_}body`;
55
- w(() => {
56
- i !== void 0 && o !== i && h(i);
51
+ transitionProps: O,
52
+ ...k
53
+ }, v) => {
54
+ const [o, E] = F(i || !1), { size: c, type: h } = j(K), _ = w(B()).current, A = `${_}header`, u = `${_}body`;
55
+ D(() => {
56
+ i !== void 0 && o !== i && E(i);
57
57
  }, [i, o]);
58
58
  const z = () => {
59
59
  if (e)
60
60
  return;
61
61
  const C = !o;
62
- s == null || s(C, c), i === void 0 && h(C);
62
+ s == null || s(C, a), i === void 0 && E(C);
63
63
  }, H = () => {
64
- e || n == null || n(c);
65
- }, L = a(
64
+ e || n == null || n(a);
65
+ }, L = p(
66
66
  M,
67
67
  t.item,
68
- g[m],
69
- U[E],
68
+ g[c],
69
+ U[h],
70
70
  {
71
71
  [t.disabled]: !!e,
72
72
  [t.opened]: o
73
73
  }
74
74
  );
75
- return /* @__PURE__ */ p("li", { ...O, className: L, id: c, ref: k, children: [
76
- /* @__PURE__ */ p(y, { className: t.island, size: m, type: E, children: [
77
- /* @__PURE__ */ r(y.Header, { children: /* @__PURE__ */ p(
75
+ return /* @__PURE__ */ m("li", { ...k, className: L, id: a, ref: v, children: [
76
+ /* @__PURE__ */ m(y, { className: t.island, size: c, type: h, children: [
77
+ /* @__PURE__ */ r(y.Header, { children: /* @__PURE__ */ m(
78
78
  "button",
79
79
  {
80
80
  id: A,
81
81
  "aria-controls": u,
82
82
  "aria-expanded": o,
83
83
  type: "button",
84
- className: a(t.header, {
84
+ className: p(t.header, {
85
85
  hoverable: !o
86
86
  }),
87
87
  onClick: z,
88
88
  disabled: e,
89
- "data-tx": "1.24.0",
89
+ "data-tx": "1.25.0",
90
90
  children: [
91
91
  S && I && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(X, { step: I, status: S, position: J.XFirst, children: e ? void 0 : P }) }),
92
92
  /* @__PURE__ */ r(
93
93
  Q,
94
94
  {
95
95
  className: t.title,
96
- size: V[m],
96
+ size: V[c],
97
97
  type: e ? N.DISABLED : N.PRIMARY,
98
98
  tag: "div",
99
99
  children: T
100
100
  }
101
101
  ),
102
- /* @__PURE__ */ r("span", { className: a(t.caretWrapper), children: /* @__PURE__ */ r(
103
- D,
102
+ /* @__PURE__ */ r("span", { className: p(t.caretWrapper), children: /* @__PURE__ */ r(
103
+ Z,
104
104
  {
105
105
  className: t.caretIcon,
106
106
  "aria-hidden": "true",
@@ -117,12 +117,12 @@ const U = {
117
117
  id: u,
118
118
  role: "region",
119
119
  "aria-labelledby": A,
120
- transitionProps: v,
120
+ transitionProps: O,
121
121
  children: x
122
122
  }
123
123
  )
124
124
  ] }),
125
- n && /* @__PURE__ */ r("div", { className: a(t.remove, "hoverable", { disabled: e }), children: /* @__PURE__ */ r(W, { onClick: H, title: "Удалить", children: /* @__PURE__ */ r(Z, { paletteIndex: 5 }) }) })
125
+ n && /* @__PURE__ */ r("span", { className: t.remove, children: /* @__PURE__ */ r(W, { onClick: H, disabled: e, title: "Удалить", children: /* @__PURE__ */ r(b, { paletteIndex: 5 }) }) })
126
126
  ] });
127
127
  }
128
128
  ),
@@ -1,4 +1,4 @@
1
- import { jsx as t, jsxs as n, Fragment as s } from "react/jsx-runtime";
1
+ import { jsx as t, jsxs as a, Fragment as s } from "react/jsx-runtime";
2
2
  import _, { useContext as F, useState as u } from "react";
3
3
  import { Island as v } from "../Island/Island.js";
4
4
  import { EIslandType as y } from "../Island/enums.js";
@@ -16,20 +16,20 @@ import { IslandWidgetContext as O } from "./IslandWidgetContext.js";
16
16
  import { ExpandAnimation as j } from "../ExpandAnimation/ExpandAnimation.js";
17
17
  import { EScreenWidth as p } from "../../helpers/breakpoints.js";
18
18
  import { useMatchMedia as N } from "../MediaWidth/useMatchMedia.js";
19
- const k = "islandWidget__14748b39", z = "islandWidgetWithExtraFooter__4a41a857", B = "islandWidgetHeaderWrapperAdaptive__148a8a05", d = {
19
+ const k = "islandWidget__77288332", z = "islandWidgetWithExtraFooter__9f42e74c", B = "islandWidgetHeaderWrapperAdaptive__1effb5c5", d = {
20
20
  islandWidget: k,
21
21
  islandWidgetWithExtraFooter: z,
22
22
  islandWidgetHeaderWrapperAdaptive: B
23
23
  }, P = Object.assign(
24
24
  _.forwardRef(
25
- ({ className: l, renderBody: W, renderFooter: o, renderHeader: c, disableAdaptiveCollapsing: r = !1, ...g }, f) => {
25
+ ({ className: l, renderBody: c, renderFooter: o, renderHeader: W, disableAdaptiveCollapsing: r = !1, ...f }, g) => {
26
26
  const { hasExtraFooter: x } = F(S), [i, h] = u(r), e = N(
27
27
  `(max-width: ${p.SM_MAX})`,
28
28
  window.innerWidth <= parseInt(p.SM_MAX)
29
29
  ), E = () => {
30
30
  h(!i);
31
- }, I = e && !r, a = () => /* @__PURE__ */ n(s, { children: [
32
- W({}),
31
+ }, I = e && !r, n = () => /* @__PURE__ */ a(s, { children: [
32
+ c({}),
33
33
  o ? o({}) : null
34
34
  ] });
35
35
  return /* @__PURE__ */ t(
@@ -46,10 +46,10 @@ const k = "islandWidget__14748b39", z = "islandWidgetWithExtraFooter__4a41a857",
46
46
  className: m(d.islandWidget, l, {
47
47
  [d.islandWidgetWithExtraFooter]: x
48
48
  }),
49
- "data-tx": "1.24.0",
50
- ...g,
51
- ref: f,
52
- children: /* @__PURE__ */ n(v, { type: y.TYPE_1, size: A.MD, children: [
49
+ "data-tx": "1.25.0",
50
+ ...f,
51
+ ref: g,
52
+ children: /* @__PURE__ */ a(v, { type: y.TYPE_1, size: A.MD, children: [
53
53
  /* @__PURE__ */ t(
54
54
  "div",
55
55
  {
@@ -57,10 +57,10 @@ const k = "islandWidget__14748b39", z = "islandWidgetWithExtraFooter__4a41a857",
57
57
  [d.islandWidgetHeaderWrapperAdaptive]: e
58
58
  }),
59
59
  onClick: e ? E : void 0,
60
- children: c({})
60
+ children: W({})
61
61
  }
62
62
  ),
63
- I ? /* @__PURE__ */ t(j, { expanded: i, children: a() }) : /* @__PURE__ */ t(s, { children: a() })
63
+ I ? /* @__PURE__ */ t(j, { expanded: i, children: n() }) : /* @__PURE__ */ t(s, { children: n() })
64
64
  ] })
65
65
  }
66
66
  )
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as t } from "../../../chunks/vendor-DudMBGKr.js";
3
- const e = "islandWidgetBody__3a86ee8c", a = {
4
- islandWidgetBody: e
5
- }, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(a.islandWidgetBody, s), children: d });
3
+ const a = "islandWidgetBody__a85929d3", e = {
4
+ islandWidgetBody: a
5
+ }, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(e.islandWidgetBody, s), children: d });
6
6
  l.displayName = "IslandWidgetBody";
7
7
  export {
8
8
  l as IslandWidgetBody
@@ -3,7 +3,7 @@ import { useContext as d, useEffect as i } from "react";
3
3
  import { c as n } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
5
5
  import { IslandWidgetLayoutContext as l } from "../IslandWidgetLayoutContext.js";
6
- const m = "islandWidgetExtraFooter__3a33695d", c = {
6
+ const m = "islandWidgetExtraFooter__177d9988", c = {
7
7
  islandWidgetExtraFooter: m
8
8
  }, E = ({
9
9
  children: r,
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor-DudMBGKr.js";
3
- import { s as n } from "../../../chunks/IslandWidgetFooter.module-DrJEO_uY.js";
3
+ import { s as n } from "../../../chunks/IslandWidgetFooter.module-CGX_gIzr.js";
4
4
  import { IslandWidgetFooterContent as d } from "./IslandWidgetFooterContent.js";
5
5
  import { IslandWidgetFooterControls as m } from "./IslandWidgetFooterControls.js";
6
6
  const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ e("div", { ...s, className: i(r, n.islandWidgetFooter), children: t });
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { s } from "../../../chunks/IslandWidgetFooter.module-DrJEO_uY.js";
2
+ import { s } from "../../../chunks/IslandWidgetFooter.module-CGX_gIzr.js";
3
3
  const n = ({
4
4
  children: t,
5
5
  ...o
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as r } from "../../../chunks/IslandWidgetFooter.module-DrJEO_uY.js";
2
+ import { s as r } from "../../../chunks/IslandWidgetFooter.module-CGX_gIzr.js";
3
3
  const e = ({
4
4
  children: o,
5
5
  ...s
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
2
  import { useContext as l } from "react";
3
3
  import { c as a } from "../../../chunks/vendor-DudMBGKr.js";
4
- import { s as e } from "../../../chunks/IslandWidgetHeader.module-Dn_9gy4B.js";
4
+ import { s as e } from "../../../chunks/IslandWidgetHeader.module-CBRjot0L.js";
5
5
  import { IslandWidgetHeaderContent as c } from "./IslandWidgetHeaderContent.js";
6
6
  import { IslandWidgetHeaderDescription as f } from "./IslandWidgetHeaderDescription.js";
7
7
  import { CaretdownStrokeSrvIcon24 as I } from "@sberbusiness/icons-next";
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-DudMBGKr.js";
3
- import { s as o } from "../../../chunks/IslandWidgetHeader.module-Dn_9gy4B.js";
3
+ import { s as o } from "../../../chunks/IslandWidgetHeader.module-CBRjot0L.js";
4
4
  const n = ({
5
5
  children: e,
6
6
  className: t,
@@ -1,6 +1,6 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as a } from "../../../chunks/vendor-DudMBGKr.js";
3
- import { s as t } from "../../../chunks/IslandWidgetHeader.module-Dn_9gy4B.js";
3
+ import { s as t } from "../../../chunks/IslandWidgetHeader.module-CBRjot0L.js";
4
4
  const d = ({
5
5
  children: s,
6
6
  className: e,
@@ -1,17 +1,17 @@
1
- import { jsx as r } from "react/jsx-runtime";
1
+ import { jsx as e } from "react/jsx-runtime";
2
2
  import i, { useState as p } from "react";
3
3
  import { c as l } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { IslandWidgetLayoutContext as n } from "../IslandWidgetLayoutContext.js";
5
- const W = "islandWidgetWrapper__d0b0ca30", c = {
5
+ const W = "islandWidgetWrapper__b9f189e7", m = {
6
6
  islandWidgetWrapper: W
7
- }, m = i.forwardRef(
8
- ({ children: e, className: a, ...t }, s) => {
9
- const [d, o] = p(!1);
10
- return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: d, setHasExtraFooter: o }, children: /* @__PURE__ */ r("div", { className: l(c.islandWidgetWrapper, a), ...t, ref: s, children: e }) });
7
+ }, c = i.forwardRef(
8
+ ({ children: r, className: t, ...a }, s) => {
9
+ const [o, d] = p(!1);
10
+ return /* @__PURE__ */ e(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ e("div", { className: l(m.islandWidgetWrapper, t), ...a, ref: s, children: r }) });
11
11
  }
12
12
  );
13
- m.displayName = "IslandWidgetWrapper";
13
+ c.displayName = "IslandWidgetWrapper";
14
14
  export {
15
- m as IslandWidgetWrapper
15
+ c as IslandWidgetWrapper
16
16
  };
17
17
  //# sourceMappingURL=IslandWidgetWrapper.js.map