@sberbusiness/triplex-next 0.15.0 → 0.17.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 (425) hide show
  1. package/chunks/AlertProcessSpoiler-DnMeoMRa.js +39 -0
  2. package/chunks/{CalendarViewItem-C4iZEwoX.js → CalendarViewItem-DJCvUxM5.js} +12 -12
  3. package/chunks/Card.module-CMUnMJ_k.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-CggPosrf.js +14 -0
  5. package/chunks/{Chip-CQvFfbck.js → Chip-NCNX4aqk.js} +14 -14
  6. package/chunks/Confirm.module-BYcKID70.js +15 -0
  7. package/chunks/{DropdownListItem-CcCakDyr.js → DropdownListItem-BuR89hPJ.js} +19 -19
  8. package/chunks/DropdownMobile.module-D1kNUx6-.js +23 -0
  9. package/chunks/Footer.module-cBu_SV2P.js +9 -0
  10. package/chunks/FormFieldInput-EYc8oHbI.js +60 -0
  11. package/chunks/HeaderLayoutSidebar.module-QC9-L6FM.js +9 -0
  12. package/chunks/HeaderTabs.module-Bg8pE2hc.js +9 -0
  13. package/chunks/{HeaderTitle.module-BVJYOrCs.js → HeaderTitle.module-BEtGrxIR.js} +2 -2
  14. package/chunks/IslandAccordion.module-vTFelMzP.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-CM5h0W7b.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-C5Me9IIL.js +12 -0
  17. package/chunks/{LightBoxContent-MLggVllJ.js → LightBoxContent-tmFMe3Jq.js} +14 -14
  18. package/chunks/LightBoxControls.module-p6sqZFX7.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-BqbeiAEG.js +8 -0
  20. package/chunks/{ListItemControlsButton-BShMlm2B.js → ListItemControlsButton-CDYgneeE.js} +10 -10
  21. package/chunks/ListItemTail.module-BpGKcI6W.js +12 -0
  22. package/chunks/ListMasterFooter.module-B7YGTi33.js +10 -0
  23. package/chunks/ModalWindow.module-ZH4YBn7A.js +17 -0
  24. package/chunks/Notification.module-_VFcjKv9.js +21 -0
  25. package/chunks/Overlay.module-DJfkOjXa.js +18 -0
  26. package/chunks/Page.module-hM20h-I6.js +11 -0
  27. package/chunks/{RightBorderArrow-CxMqoJOA.js → RightBorderArrow-_zjTHek_.js} +4 -4
  28. package/chunks/SMSField.module-CY9R7ACZ.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-CcgK2mu-.js +15 -0
  30. package/chunks/SliderExtendedRail-aR4aPOcb.js +40 -0
  31. package/chunks/StatusTracker.module-s_qiteNu.js +24 -0
  32. package/chunks/SuggestFieldMobileDropdownHint-BLvUyupa.js +14 -0
  33. package/chunks/TableFooter.module-XxoB1ydg.js +14 -0
  34. package/chunks/TabsExtended.module-Ce6tDS2A.js +16 -0
  35. package/chunks/TabsLine.module-YxNiuXB5.js +21 -0
  36. package/chunks/TooltipDesktop.module-CyeERXWq.js +19 -0
  37. package/chunks/TreeView.module-DV2mpAEi.js +9 -0
  38. package/chunks/{UploadZoneInput-DRVoNz0G.js → UploadZoneInput-BuIUwilQ.js} +5 -5
  39. package/chunks/{constants-C0-h2pRq.js → constants-BG01GOrx.js} +2 -2
  40. package/chunks/{utils-DYe-VisL.js → utils-C3Drcn94.js} +10 -10
  41. package/chunks/utils-DT0zStlo.js +73 -0
  42. package/chunks/utils-DYuqi1kC.js +24 -0
  43. package/chunks/{utils-qhEFBj7O.js → utils-uktTSRz4.js} +4 -4
  44. package/chunks/{vendor-CalMVkfj.js → vendor-DE8Zvm0w.js} +5 -5
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +4 -4
  47. package/components/Alert/AlertContext/AlertContext.js +13 -13
  48. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  50. package/components/Amount/Amount.js +3 -3
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +18 -18
  53. package/components/Badge/Badge.js +26 -13
  54. package/components/Badge/BadgeDot.js +15 -0
  55. package/components/Badge/components/BadgeContent.js +35 -0
  56. package/components/Badge/components/BadgePostfix.js +14 -0
  57. package/components/Badge/components/BadgePrefix.js +10 -0
  58. package/components/Body/Body.js +6 -6
  59. package/components/Button/Button.js +25 -25
  60. package/components/Button/ButtonBase.js +1 -1
  61. package/components/Button/ButtonDropdown.js +12 -12
  62. package/components/Button/ButtonDropdownExtended.js +5 -5
  63. package/components/Button/ButtonIcon.js +4 -4
  64. package/components/Calendar/Calendar.js +6 -6
  65. package/components/Calendar/components/CalendarControls.js +9 -9
  66. package/components/Calendar/components/CalendarFooter.js +4 -4
  67. package/components/Calendar/components/CalendarViewDays.js +2 -2
  68. package/components/Calendar/components/CalendarViewItem.js +2 -2
  69. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  70. package/components/Calendar/components/CalendarViewYears.js +1 -1
  71. package/components/Card/CardAction.js +12 -12
  72. package/components/Card/CardStatic.js +3 -3
  73. package/components/Card/components/CardContent/CardContent.js +2 -2
  74. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  77. package/components/Card/components/CardMedia.js +2 -2
  78. package/components/Card/utils.js +1 -1
  79. package/components/CarouselExtended/CarouselExtended.js +5 -5
  80. package/components/Checkbox/Checkbox.js +14 -14
  81. package/components/Checkbox/CheckboxXGroup.js +13 -13
  82. package/components/Checkbox/CheckboxYGroup.js +4 -4
  83. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  87. package/components/Chip/Chip.js +2 -2
  88. package/components/Chip/ChipClearButton.js +5 -5
  89. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  90. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  91. package/components/Chip/ChipDropdownArrow.js +7 -7
  92. package/components/Chip/ChipIcon.js +1 -1
  93. package/components/Chip/ChipMultiselect.js +2 -2
  94. package/components/Chip/ChipOptions.js +5 -5
  95. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  96. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  97. package/components/Chip/ChipSort.js +51 -42
  98. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  99. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  100. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  101. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  102. package/components/Chip/index.js +1 -1
  103. package/components/ChipGroup/ChipGroup.js +12 -12
  104. package/components/Col/Col.js +141 -141
  105. package/components/CollapsableTree/components/CollapsableTreeNode.js +19 -19
  106. package/components/Confirm/Confirm.js +2 -2
  107. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  108. package/components/Confirm/components/ConfirmContent.js +2 -2
  109. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  110. package/components/Confirm/components/ConfirmControls.js +2 -2
  111. package/components/DateField/DateField.js +1 -1
  112. package/components/DateField/DateFieldTarget.js +29 -28
  113. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  114. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
  115. package/components/DateRange/DateRange.js +5 -5
  116. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  117. package/components/Divider/Divider.js +18 -18
  118. package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
  119. package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
  120. package/components/Dropdown/desktop/DropdownList.js +2 -2
  121. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  122. package/components/Dropdown/desktop/index.js +1 -1
  123. package/components/Dropdown/index.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  125. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  135. package/components/Ellipsis/Ellipsis.js +5 -5
  136. package/components/ExpandAnimation/ExpandAnimation.js +13 -13
  137. package/components/ExpandAnimation/index.js +5 -0
  138. package/components/Footer/Footer.js +1 -1
  139. package/components/Footer/components/FooterDescription.js +2 -2
  140. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  141. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  142. package/components/FormField/FormField.js +16 -16
  143. package/components/FormField/components/FormFieldClear.js +9 -9
  144. package/components/FormField/components/FormFieldCounter.js +3 -3
  145. package/components/FormField/components/FormFieldDescription.js +4 -4
  146. package/components/FormField/components/FormFieldInput.js +2 -2
  147. package/components/FormField/components/FormFieldLabel.js +14 -14
  148. package/components/FormField/components/FormFieldMaskedInput.js +28 -28
  149. package/components/FormField/components/FormFieldPostfix.js +4 -4
  150. package/components/FormField/components/FormFieldPrefix.js +6 -6
  151. package/components/FormField/components/FormFieldTarget.js +18 -18
  152. package/components/FormField/components/FormFieldTextarea.js +16 -16
  153. package/components/FormField/index.js +1 -1
  154. package/components/Header/Header.js +1 -1
  155. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  156. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  157. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  158. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  159. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  160. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  161. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  162. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  163. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  164. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  165. package/components/HelpBox/HelpBox.js +39 -38
  166. package/components/Island/Island.js +2 -2
  167. package/components/Island/components/IslandBody.js +5 -5
  168. package/components/Island/components/IslandFooter.js +2 -2
  169. package/components/Island/components/IslandHeader.js +3 -3
  170. package/components/Island/utils.js +1 -1
  171. package/components/IslandAccordion/IslandAccordion.js +3 -3
  172. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  173. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  174. package/components/IslandAccordion/components/IslandAccordionItem.js +8 -8
  175. package/components/IslandWidget/IslandWidget.js +7 -7
  176. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  177. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  178. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  179. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  180. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  181. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  182. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  183. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  184. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  185. package/components/LightBox/LightBox.js +20 -21
  186. package/components/LightBox/LightBoxContent.js +2 -2
  187. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  188. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  189. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  190. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +70 -72
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  193. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  194. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  195. package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
  196. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  197. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
  198. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  199. package/components/LightBox/index.js +0 -2
  200. package/components/Link/Link.js +17 -17
  201. package/components/List/List.js +9 -9
  202. package/components/List/ListSortable.js +1 -1
  203. package/components/List/components/ListEmptyState.js +7 -7
  204. package/components/List/components/ListItem.js +1 -1
  205. package/components/List/components/ListItemContent.js +10 -10
  206. package/components/List/components/ListItemControls.js +6 -6
  207. package/components/List/components/ListItemControlsButton.js +2 -2
  208. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  209. package/components/List/components/ListItemLoading.js +3 -3
  210. package/components/List/components/ListItemSelectable.js +2 -2
  211. package/components/List/components/ListItemTable.js +9 -9
  212. package/components/List/components/ListItemTailLeft.js +2 -2
  213. package/components/List/components/ListItemTailRight.js +2 -2
  214. package/components/List/components/ListSortableItem.js +2 -2
  215. package/components/List/components/ListSortableItemControls.js +2 -2
  216. package/components/List/components/ListSortableItemTarget.js +7 -7
  217. package/components/List/index.js +1 -1
  218. package/components/ListMaster/ListMaster.js +1 -1
  219. package/components/ListMaster/components/ListMasterBody.js +1 -1
  220. package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
  221. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  222. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  223. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  224. package/components/ListMaster/components/ListMasterHeader.js +2 -2
  225. package/components/ListMaster/components/SelectionControls.js +7 -7
  226. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  227. package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
  228. package/components/LoaderScreen/LoaderScreen.js +7 -7
  229. package/components/Marker/Marker.js +2 -2
  230. package/components/Marker/utils.js +1 -1
  231. package/components/MarkerStatus/MarkerStatus.js +11 -11
  232. package/components/ModalWindow/ModalWindow.js +2 -2
  233. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  234. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  235. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  236. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  237. package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
  238. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  239. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
  240. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  241. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  242. package/components/Notification/Notification.js +3 -3
  243. package/components/Notification/NotificationGrouped.js +1 -1
  244. package/components/Notification/components/NotificationBody.js +1 -1
  245. package/components/Notification/components/NotificationBodyContent.js +1 -1
  246. package/components/Notification/components/NotificationBodyList.js +2 -2
  247. package/components/Notification/components/NotificationClose.js +1 -1
  248. package/components/Notification/components/NotificationFooter.js +1 -1
  249. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  250. package/components/Notification/components/NotificationHeader.js +1 -1
  251. package/components/Notification/components/NotificationIcon.js +1 -1
  252. package/components/Notification/components/NotificationTime.js +1 -1
  253. package/components/NotificationIcon/NotificationIcon.js +2 -2
  254. package/components/NumberField/NumberFieldInput.js +1 -1
  255. package/components/OrderedList/OrderedList.js +6 -6
  256. package/components/OrderedList/OrderedListItem.js +11 -11
  257. package/components/Overlay/Overlay.js +2 -2
  258. package/components/Overlay/OverlayMask.js +2 -2
  259. package/components/Overlay/OverlayPanel.js +2 -2
  260. package/components/Page/Page.js +2 -2
  261. package/components/Page/components/BodyPage.js +11 -11
  262. package/components/Page/components/FooterPage.js +2 -2
  263. package/components/Page/components/HeaderPage.js +2 -2
  264. package/components/Pagination/components/PaginationExtended.js +6 -6
  265. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  266. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  267. package/components/Pagination/components/PaginationPageButton.js +2 -2
  268. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  269. package/components/Pagination/components/PaginationSelect.js +15 -15
  270. package/components/Pagination/utils/paginationUtils.js +1 -1
  271. package/components/Radio/Radio.js +11 -11
  272. package/components/Radio/RadioXGroup.js +12 -12
  273. package/components/Radio/RadioYGroup.js +7 -7
  274. package/components/Row/Row.js +10 -10
  275. package/components/SMSField/SMSField.js +3 -3
  276. package/components/SMSField/components/RefreshIcon.js +2 -2
  277. package/components/SMSField/components/SMSFieldInput.js +3 -3
  278. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  279. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  280. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  281. package/components/SegmentedControl/SegmentedControl.js +5 -5
  282. package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
  283. package/components/SelectExtendedField/SelectExtendedField.js +9 -9
  284. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
  286. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
  287. package/components/SelectField/SelectField.js +5 -5
  288. package/components/Skeleton/Skeleton.js +9 -9
  289. package/components/SliderExtended/SliderExtended.js +3 -3
  290. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
  291. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  292. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  293. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  294. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  295. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
  296. package/components/SmallInput/SmallInput.js +5 -5
  297. package/components/Spoiler/Spoiler.js +7 -7
  298. package/components/StatusTracker/StatusTracker.js +3 -3
  299. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  302. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  309. package/components/Step/Step.js +8 -8
  310. package/components/Stepper/RightBorderArrow.js +1 -1
  311. package/components/Stepper/Stepper.js +9 -9
  312. package/components/Stepper/StepperExtended.js +2 -2
  313. package/components/Stepper/StepperStep.js +3 -3
  314. package/components/Stepper/StepperWrapper.js +5 -5
  315. package/components/Suggest/SuggestMobileDropdownContent.js +14 -14
  316. package/components/Suggest/useSuggest.js +3 -3
  317. package/components/SuggestField/SuggestField.js +2 -2
  318. package/components/SuggestField/desktop/SuggestFieldDesktop.js +12 -12
  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 +3 -3
  326. package/components/Table/FilterPanel.js +6 -6
  327. package/components/Table/MasterTable.js +18 -18
  328. package/components/Table/NoColumns.js +2 -2
  329. package/components/Table/PaginationPanel.js +3 -3
  330. package/components/Table/TableBasic/TableBasic.js +2 -2
  331. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  332. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  333. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  334. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  335. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  337. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  338. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  340. package/components/Table/TableFooter/TableFooter.js +2 -2
  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 +6 -6
  346. package/components/Table/TabsLinePanelLinks.js +2 -2
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +16 -16
  349. package/components/TabsExtended/TabsExtended.js +3 -3
  350. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  351. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  352. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  353. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  354. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  355. package/components/TabsExtended/utils.js +1 -1
  356. package/components/TabsLine/TabsLine.js +2 -2
  357. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  358. package/components/TabsLine/components/TabsLineDropdown.js +14 -14
  359. package/components/TabsLine/components/TabsLineItem.js +2 -2
  360. package/components/TabsLine/components/TabsLineMobile.js +3 -3
  361. package/components/Tag/Tag.js +28 -28
  362. package/components/TagColor/TagColor.js +11 -11
  363. package/components/TagGroup/TagGroup.js +11 -11
  364. package/components/TextField/TextField.js +1 -1
  365. package/components/TextareaField/TextareaField.js +1 -1
  366. package/components/ThemeProvider/ThemeProvider.js +1 -1
  367. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  368. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  369. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  370. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  371. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  372. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  373. package/components/Tooltip/components/mobile/TooltipMobile.js +13 -13
  374. package/components/TopOverlay/TopOverlay.js +23 -23
  375. package/components/TreeView/TreeView.js +2 -2
  376. package/components/TreeView/components/TreeViewGroup.js +1 -1
  377. package/components/TreeView/components/TreeViewNode.js +2 -2
  378. package/components/Typography/Caption.js +19 -19
  379. package/components/Typography/Text.js +25 -25
  380. package/components/Typography/Title.js +26 -26
  381. package/components/Typography/constants.js +1 -1
  382. package/components/UnorderedList/UnorderedList.js +8 -8
  383. package/components/UnorderedList/UnorderedListItem.js +7 -7
  384. package/components/UploadZone/UploadZone.js +3 -3
  385. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  386. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  387. package/components/index.js +162 -162
  388. package/index.d.ts +40 -13
  389. package/index.js +161 -161
  390. package/package.json +5 -1
  391. package/styles/triplex-next.css +546 -546
  392. package/utils/amountUtils.js +1 -1
  393. package/chunks/AlertProcessSpoiler-DwZ5kXLz.js +0 -39
  394. package/chunks/Card.module-DnZ_SmT7.js +0 -17
  395. package/chunks/CheckboxTreeExtended.module-CRE6yTt5.js +0 -14
  396. package/chunks/Confirm.module-BrVl-yob.js +0 -15
  397. package/chunks/DropdownMobile.module-af6OVs0G.js +0 -23
  398. package/chunks/Footer.module-tAG-SN8m.js +0 -9
  399. package/chunks/FormFieldInput-M-BWeUyG.js +0 -60
  400. package/chunks/HeaderLayoutSidebar.module-Dx11MAi3.js +0 -9
  401. package/chunks/HeaderTabs.module-HGiK1PZg.js +0 -9
  402. package/chunks/IslandAccordion.module-BRmaipCD.js +0 -25
  403. package/chunks/IslandWidgetFooter.module-BXn6GbbA.js +0 -9
  404. package/chunks/IslandWidgetHeader.module-D3zGpkS_.js +0 -12
  405. package/chunks/LightBoxControls.module-zJ2jYB7p.js +0 -16
  406. package/chunks/LightBoxSideOverlayClose.module-DjqVi-v8.js +0 -8
  407. package/chunks/ListItemTail.module-BBVRXBTR.js +0 -12
  408. package/chunks/ListMasterFooter.module-8-LOEhYM.js +0 -10
  409. package/chunks/ModalWindow.module-uM-PCOaZ.js +0 -17
  410. package/chunks/Notification.module-B7fXFvwU.js +0 -21
  411. package/chunks/Overlay.module-Dtk3whPQ.js +0 -18
  412. package/chunks/Page.module-CoeirpZV.js +0 -11
  413. package/chunks/SMSField.module-wdtLV1SH.js +0 -16
  414. package/chunks/SliderExtendedMarks.module-ll3UD_YO.js +0 -15
  415. package/chunks/SliderExtendedRail-BdLhibqT.js +0 -40
  416. package/chunks/StatusTracker.module-DrbWwUtn.js +0 -24
  417. package/chunks/SuggestFieldMobileDropdownHint-C5OdORCu.js +0 -14
  418. package/chunks/TableFooter.module-BDsK8o22.js +0 -14
  419. package/chunks/TabsExtended.module-jfDq5xSa.js +0 -16
  420. package/chunks/TabsLine.module-BnotsPff.js +0 -21
  421. package/chunks/TooltipDesktop.module-CAL6IPaE.js +0 -19
  422. package/chunks/TreeView.module-BYyI_lNS.js +0 -9
  423. package/chunks/utils-Bdg4Vfo1.js +0 -24
  424. package/chunks/utils-DykNYdbk.js +0 -73
  425. package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
@@ -1,9 +1,9 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as d } from "../../../../chunks/vendor-CalMVkfj.js";
3
+ import { c as d } from "../../../../chunks/vendor-DE8Zvm0w.js";
4
4
  import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
5
5
  import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
6
- import { s as b } from "../../../../chunks/HeaderLayoutSidebar.module-Dx11MAi3.js";
6
+ import { s as b } from "../../../../chunks/HeaderLayoutSidebar.module-QC9-L6FM.js";
7
7
  const f = Object.assign(
8
8
  i.forwardRef(function({ children: r, className: e, ...a }, o) {
9
9
  return /* @__PURE__ */ t("div", { className: d(b.headerLayoutSidebar, e), ...a, ref: o, children: r });
@@ -1,7 +1,7 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as m } from "../../../../chunks/vendor-CalMVkfj.js";
4
- import { s as d } from "../../../../chunks/HeaderLayoutSidebar.module-Dx11MAi3.js";
3
+ import { c as m } from "../../../../chunks/vendor-DE8Zvm0w.js";
4
+ import { s as d } from "../../../../chunks/HeaderLayoutSidebar.module-QC9-L6FM.js";
5
5
  const i = s.forwardRef(
6
6
  ({ children: e, className: a, ...o }, r) => /* @__PURE__ */ t("div", { className: m(d.headerLayoutSidebarContent, a), ...o, ref: r, 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 s } from "../../../../chunks/vendor-CalMVkfj.js";
4
- import { s as t } from "../../../../chunks/HeaderLayoutSidebar.module-Dx11MAi3.js";
3
+ import { c as s } from "../../../../chunks/vendor-DE8Zvm0w.js";
4
+ import { s as t } from "../../../../chunks/HeaderLayoutSidebar.module-QC9-L6FM.js";
5
5
  const m = i.forwardRef(
6
6
  ({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: s(t.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
7
7
  );
@@ -1,9 +1,9 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import h from "react";
3
- import { c as i } from "../../../../chunks/vendor-CalMVkfj.js";
4
- const c = "headerSubheader__3629b9dc", u = "withoutPaddings__16cf7f14", e = {
5
- headerSubheader: c,
6
- withoutPaddings: u
3
+ import { c as i } from "../../../../chunks/vendor-DE8Zvm0w.js";
4
+ const u = "headerSubheader__73ebe179", c = "withoutPaddings__f84d2cad", e = {
5
+ headerSubheader: u,
6
+ withoutPaddings: c
7
7
  }, n = h.forwardRef(
8
8
  ({ children: a, className: d, withoutPaddings: r, ...o }, t) => /* @__PURE__ */ s(
9
9
  "div",
@@ -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 i } from "../../../../chunks/vendor-CalMVkfj.js";
6
- import { s as d } from "../../../../chunks/HeaderTabs.module-HGiK1PZg.js";
5
+ import { c as i } from "../../../../chunks/vendor-DE8Zvm0w.js";
6
+ import { s as d } from "../../../../chunks/HeaderTabs.module-Bg8pE2hc.js";
7
7
  const f = Object.assign(
8
8
  t.forwardRef(function({ children: r, className: e, ...o }, a) {
9
9
  return /* @__PURE__ */ s("div", { className: i(d.headerTabs, e), ...o, ref: a, 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-CalMVkfj.js";
4
- import { s as n } from "../../../../chunks/HeaderTabs.module-HGiK1PZg.js";
3
+ import { c as m } from "../../../../chunks/vendor-DE8Zvm0w.js";
4
+ import { s as n } from "../../../../chunks/HeaderTabs.module-Bg8pE2hc.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-CalMVkfj.js";
4
- import { s as l } from "../../../../chunks/HeaderTabs.module-HGiK1PZg.js";
3
+ import { c as m } from "../../../../chunks/vendor-DE8Zvm0w.js";
4
+ import { s as l } from "../../../../chunks/HeaderTabs.module-Bg8pE2hc.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 i } from "react/jsx-runtime";
2
2
  import a 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-CalMVkfj.js";
6
- import { s as n } from "../../../../chunks/HeaderTitle.module-BVJYOrCs.js";
5
+ import { c as l } from "../../../../chunks/vendor-DE8Zvm0w.js";
6
+ import { s as n } from "../../../../chunks/HeaderTitle.module-BEtGrxIR.js";
7
7
  const d = Object.assign(
8
8
  a.forwardRef(function({ children: e, className: r, ...t }, o) {
9
9
  return /* @__PURE__ */ i("div", { className: l(n.headerTitle, r), ...t, ref: o, children: e });
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as l } from "../../../../chunks/vendor-CalMVkfj.js";
4
- import { s as e } from "../../../../chunks/HeaderTitle.module-BVJYOrCs.js";
3
+ import { c as l } from "../../../../chunks/vendor-DE8Zvm0w.js";
4
+ import { s as e } from "../../../../chunks/HeaderTitle.module-BEtGrxIR.js";
5
5
  const m = i.forwardRef(
6
6
  ({ children: t, className: r, ...o }, a) => /* @__PURE__ */ s(
7
7
  "div",
@@ -1,7 +1,7 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import a from "react";
3
- import { c as i } from "../../../../chunks/vendor-CalMVkfj.js";
4
- import { s as o } from "../../../../chunks/HeaderTitle.module-BVJYOrCs.js";
3
+ import { c as i } from "../../../../chunks/vendor-DE8Zvm0w.js";
4
+ import { s as o } from "../../../../chunks/HeaderTitle.module-BEtGrxIR.js";
5
5
  const m = a.forwardRef(
6
6
  ({ children: r, className: e, ...t }, s) => /* @__PURE__ */ l(
7
7
  "div",
@@ -1,17 +1,17 @@
1
- import { jsxs as h, Fragment as M, jsx as t } from "react/jsx-runtime";
2
- import { useRef as N, useState as c } from "react";
3
- import { a as S, c as E, F as L } from "../../chunks/vendor-CalMVkfj.js";
4
- import { QuestioncircleFilledSrvIcon16 as R } from "@sberbusiness/icons-next";
5
- import { ButtonIcon as j } from "../Button/ButtonIcon.js";
6
- import { EButtonIconShape as k } from "../Button/enums.js";
1
+ import { jsxs as h, Fragment as N, jsx as t } from "react/jsx-runtime";
2
+ import { useRef as S, useState as c } from "react";
3
+ import { u as E, c as L, F as R } from "../../chunks/vendor-DE8Zvm0w.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
7
  import { Tooltip as l } from "../Tooltip/Tooltip.js";
8
- import { TooltipMobileHeader as _ } from "../Tooltip/components/mobile/components/TooltipMobileHeader.js";
9
- import { MobileView as q } from "../MobileView/MobileView.js";
10
- import { getDataHTMLAttributes as z } from "../../utils/html/DataAttributes.js";
11
- import { getAriaHTMLAttributes as C } from "../../utils/html/AriaAttributes.js";
12
- const D = "helpBoxButton__897016b8", Q = {
13
- helpBoxButton: D
14
- }, V = ({
8
+ import { TooltipMobileHeader as q } from "../Tooltip/components/mobile/components/TooltipMobileHeader.js";
9
+ import { MobileView as z } from "../MobileView/MobileView.js";
10
+ import { getDataHTMLAttributes as C } from "../../utils/html/DataAttributes.js";
11
+ import { getAriaHTMLAttributes as D } from "../../utils/html/AriaAttributes.js";
12
+ const Q = "helpBoxButton__fb4348b8", V = {
13
+ helpBoxButton: Q
14
+ }, X = ({
15
15
  children: x,
16
16
  className: T,
17
17
  focusTrapProps: o,
@@ -19,21 +19,22 @@ const D = "helpBoxButton__897016b8", Q = {
19
19
  isOpen: i,
20
20
  onShow: n,
21
21
  tooltipSize: I,
22
- preferPlace: F,
22
+ preferPlace: b,
23
23
  toggle: r,
24
24
  tooltipAriaAttributes: m,
25
25
  tooltipDataAttributes: p,
26
- ...b
26
+ iconProps: F,
27
+ ...v
27
28
  }) => {
28
- const d = N(null), [v, O] = c(!!i), [u, B] = c(null), [f] = c(S()), a = i ?? v, g = (e) => {
29
- i === void 0 && O(e), e || B(null), r == null || r(e);
30
- }, y = (e) => {
29
+ const u = S(null), [O, g] = c(!!i), [d, B] = c(null), [f] = c(E()), a = i ?? O, y = (e) => {
30
+ i === void 0 && g(e), e || B(null), r == null || r(e);
31
+ }, H = (e) => {
31
32
  B(e), n == null || n(e);
32
- }, H = (e) => /* @__PURE__ */ t(
33
- q,
33
+ }, M = (e) => /* @__PURE__ */ t(
34
+ z,
34
35
  {
35
36
  fallback: /* @__PURE__ */ t(
36
- L,
37
+ R,
37
38
  {
38
39
  active: a,
39
40
  ...o,
@@ -49,7 +50,7 @@ const D = "helpBoxButton__897016b8", Q = {
49
50
  children: null
50
51
  }
51
52
  );
52
- return /* @__PURE__ */ h(M, { children: [
53
+ return /* @__PURE__ */ h(N, { children: [
53
54
  /* @__PURE__ */ h(
54
55
  l,
55
56
  {
@@ -58,36 +59,36 @@ const D = "helpBoxButton__897016b8", Q = {
58
59
  role: "dialog",
59
60
  toggleType: "hover",
60
61
  size: I,
61
- preferPlace: F,
62
+ preferPlace: b,
62
63
  isOpen: a,
63
- toggle: g,
64
- onShow: y,
65
- targetRef: d,
66
- ...!!m && C(m),
67
- ...!!p && z(p),
64
+ toggle: y,
65
+ onShow: H,
66
+ targetRef: u,
67
+ ...!!m && D(m),
68
+ ...!!p && C(p),
68
69
  children: [
69
70
  /* @__PURE__ */ t(l.Target, { children: /* @__PURE__ */ t(
70
- j,
71
+ k,
71
72
  {
72
- className: E(Q.helpBoxButton, T),
73
+ className: L(V.helpBoxButton, T),
73
74
  "aria-label": "Подсказка",
74
- shape: k.CIRCLE,
75
- ref: d,
76
- ...b,
77
- children: /* @__PURE__ */ t(R, { paletteIndex: 5 })
75
+ shape: _.CIRCLE,
76
+ ref: u,
77
+ ...v,
78
+ children: /* @__PURE__ */ t(j, { paletteIndex: 5, ...F })
78
79
  }
79
80
  ) }),
80
- s && /* @__PURE__ */ t(_, { children: s }),
81
+ s && /* @__PURE__ */ t(q, { children: s }),
81
82
  /* @__PURE__ */ t(l.Body, { children: x }),
82
83
  /* @__PURE__ */ t(l.XButton, { "aria-label": "Закрыть" })
83
84
  ]
84
85
  }
85
86
  ),
86
- a && u && H(u)
87
+ a && d && M(d)
87
88
  ] });
88
89
  };
89
- V.displayName = "HelpBox";
90
+ X.displayName = "HelpBox";
90
91
  export {
91
- V as HelpBox
92
+ X as HelpBox
92
93
  };
93
94
  //# sourceMappingURL=HelpBox.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-CalMVkfj.js";
3
+ import { c as d } from "../../chunks/vendor-DE8Zvm0w.js";
4
4
  import { EIslandType as l } from "./enums.js";
5
5
  import { IslandBody as n } from "./components/IslandBody.js";
6
6
  import { IslandHeader as f } 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-Bdg4Vfo1.js";
8
+ import { s as o, m as y } from "../../chunks/utils-DYuqi1kC.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,9 +1,9 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import a from "react";
3
- import { c as t } from "../../../chunks/vendor-CalMVkfj.js";
4
- const n = "islandBody__998b56cb", c = {
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import r from "react";
3
+ import { c as t } from "../../../chunks/vendor-DE8Zvm0w.js";
4
+ const n = "islandBody__54b59aab", i = {
5
5
  islandBody: n
6
- }, e = a.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ r("div", { className: t(c.islandBody), ref: d, ...s, children: o }));
6
+ }, e = r.forwardRef(({ children: o, ...s }, a) => /* @__PURE__ */ d("div", { className: t(i.islandBody), ref: a, ...s, children: o }));
7
7
  export {
8
8
  e as IslandBody
9
9
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as a } from "../../../chunks/vendor-CalMVkfj.js";
4
- const n = "islandFooter__d5612b35", d = {
3
+ import { c as a } from "../../../chunks/vendor-DE8Zvm0w.js";
4
+ const n = "islandFooter__6d991979", d = {
5
5
  islandFooter: n
6
6
  }, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(d.islandFooter), ref: s, ...r, children: o }));
7
7
  export {
@@ -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-CalMVkfj.js";
4
- const t = "islandHeader__a0aefb31", n = {
3
+ import { c as o } from "../../../chunks/vendor-DE8Zvm0w.js";
4
+ const t = "islandHeader__15c1beb7", n = {
5
5
  islandHeader: t
6
- }, m = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(n.islandHeader), ref: r, ...e, children: a }));
6
+ }, m = d.forwardRef(({ children: e, ...r }, a) => /* @__PURE__ */ s("div", { className: o(n.islandHeader), ref: a, ...r, children: e }));
7
7
  export {
8
8
  m as IslandHeader
9
9
  };
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { m as p } from "../../chunks/utils-Bdg4Vfo1.js";
2
+ import { m as p } from "../../chunks/utils-DYuqi1kC.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-CalMVkfj.js";
12
- import { s as I } from "../../chunks/IslandAccordion.module-BRmaipCD.js";
11
+ import { c as f } from "../../chunks/vendor-DE8Zvm0w.js";
12
+ import { s as I } from "../../chunks/IslandAccordion.module-vTFelMzP.js";
13
13
  import "./components/IslandAccordionContent.js";
14
14
  import "./components/IslandAccordionFooter.js";
15
15
  const x = Object.assign(
16
16
  n.forwardRef(
17
17
  ({ className: r, children: m, size: t = 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: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.15.0", ref: a, children: m }) });
19
+ return /* @__PURE__ */ o(p.Provider, { value: { size: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.17.0", ref: a, children: m }) });
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-BRmaipCD.js";
2
+ import { s as r } from "../../../chunks/IslandAccordion.module-vTFelMzP.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,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as a } from "../../../chunks/vendor-CalMVkfj.js";
4
- import { s as i } from "../../../chunks/IslandAccordion.module-BRmaipCD.js";
3
+ import { c as a } from "../../../chunks/vendor-DE8Zvm0w.js";
4
+ import { s as i } from "../../../chunks/IslandAccordion.module-vTFelMzP.js";
5
5
  import { Island as e } from "../../Island/Island.js";
6
6
  import "../../Island/components/IslandBody.js";
7
7
  import "../../Island/components/IslandHeader.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as p, jsx as e } from "react/jsx-runtime";
2
2
  import b, { useState as j, useContext as w, useRef as D, useEffect as _ } from "react";
3
3
  import { CaretdownStrokeSrvIcon24 as B, CrossStrokeSrvIcon24 as L } from "@sberbusiness/icons-next";
4
- import { a as $, c as s } from "../../../chunks/vendor-CalMVkfj.js";
4
+ import { u as $, c as s } from "../../../chunks/vendor-DE8Zvm0w.js";
5
5
  import { Island as E } from "../../Island/Island.js";
6
6
  import { ExpandAnimation as q } from "../../ExpandAnimation/ExpandAnimation.js";
7
7
  import { IslandAccordionContent as G } from "./IslandAccordionContent.js";
@@ -24,7 +24,7 @@ import { ETitleSize as f, EFontType as z } from "../../Typography/enums.js";
24
24
  import "../../Typography/Caption.js";
25
25
  import "../../Typography/Text.js";
26
26
  import { Title as U } from "../../Typography/Title.js";
27
- import { s as t } from "../../../chunks/IslandAccordion.module-BRmaipCD.js";
27
+ import { s as t } from "../../../chunks/IslandAccordion.module-vTFelMzP.js";
28
28
  const V = {
29
29
  [l.TYPE_1]: t.type1,
30
30
  [l.TYPE_2]: t.type2,
@@ -50,7 +50,7 @@ const V = {
50
50
  transitionProps: k,
51
51
  ...H
52
52
  }, P) => {
53
- const [o, y] = j(i || !1), { size: m, type: C } = w(Q), N = D($()).current, S = `${N}header`, u = `${N}body`;
53
+ const [o, y] = j(i || !1), { size: m, type: C } = w(Q), u = D($()).current, N = `${u}header`, S = `${u}body`;
54
54
  _(() => {
55
55
  i !== void 0 && o !== i && y(i);
56
56
  }, [i, o]);
@@ -70,8 +70,8 @@ const V = {
70
70
  /* @__PURE__ */ e(E.Header, { children: /* @__PURE__ */ p(
71
71
  "button",
72
72
  {
73
- id: S,
74
- "aria-controls": u,
73
+ id: N,
74
+ "aria-controls": S,
75
75
  "aria-expanded": o,
76
76
  type: "button",
77
77
  className: s(t.header, {
@@ -79,7 +79,7 @@ const V = {
79
79
  }),
80
80
  onClick: F,
81
81
  disabled: r,
82
- "data-tx": "0.15.0",
82
+ "data-tx": "0.17.0",
83
83
  children: [
84
84
  h && I && /* @__PURE__ */ e("div", { className: t.step, children: /* @__PURE__ */ e(J, { step: I, status: h, position: K.XFirst, children: r ? void 0 : M }) }),
85
85
  /* @__PURE__ */ e(
@@ -107,9 +107,9 @@ const V = {
107
107
  q,
108
108
  {
109
109
  expanded: o && !r,
110
- id: u,
110
+ id: S,
111
111
  role: "region",
112
- "aria-labelledby": S,
112
+ "aria-labelledby": N,
113
113
  transitionProps: k,
114
114
  children: A
115
115
  }
@@ -1,4 +1,4 @@
1
- import { jsx as t, jsxs as a, Fragment as s } from "react/jsx-runtime";
1
+ import { jsx as t, jsxs as n, Fragment as s } from "react/jsx-runtime";
2
2
  import F, { useContext as _, useState as v } from "react";
3
3
  import { Island as u } from "../Island/Island.js";
4
4
  import { EIslandType as y } from "../Island/enums.js";
@@ -10,13 +10,13 @@ import { IslandWidgetBody as M } from "./components/IslandWidgetBody.js";
10
10
  import { IslandWidgetFooter as w } from "./components/IslandWidgetFooter.js";
11
11
  import { IslandWidgetExtraFooter as C } from "./components/IslandWidgetExtraFooter.js";
12
12
  import { EComponentSize as A } from "../../enums/EComponentSize.js";
13
- import { c as m } from "../../chunks/vendor-CalMVkfj.js";
13
+ import { c as m } from "../../chunks/vendor-DE8Zvm0w.js";
14
14
  import { IslandWidgetLayoutContext as S } from "./IslandWidgetLayoutContext.js";
15
15
  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__fa31366f", z = "islandWidgetWithExtraFooter__7575c337", B = "islandWidgetHeaderWrapperAdaptive__5d665422", d = {
19
+ const k = "islandWidget__e611c558", z = "islandWidgetWithExtraFooter__99db4a06", B = "islandWidgetHeaderWrapperAdaptive__80114faf", d = {
20
20
  islandWidget: k,
21
21
  islandWidgetWithExtraFooter: z,
22
22
  islandWidgetHeaderWrapperAdaptive: B
@@ -28,7 +28,7 @@ const k = "islandWidget__fa31366f", z = "islandWidgetWithExtraFooter__7575c337",
28
28
  window.innerWidth <= parseInt(p.SM_MAX)
29
29
  ), E = () => {
30
30
  h(!i);
31
- }, I = e && !r, n = () => /* @__PURE__ */ a(s, { children: [
31
+ }, I = e && !r, a = () => /* @__PURE__ */ n(s, { children: [
32
32
  c({}),
33
33
  o ? o({}) : null
34
34
  ] });
@@ -46,10 +46,10 @@ const k = "islandWidget__fa31366f", z = "islandWidgetWithExtraFooter__7575c337",
46
46
  className: m(d.islandWidget, l, {
47
47
  [d.islandWidgetWithExtraFooter]: x
48
48
  }),
49
- "data-tx": "0.15.0",
49
+ "data-tx": "0.17.0",
50
50
  ...f,
51
51
  ref: g,
52
- children: /* @__PURE__ */ a(u, { type: y.TYPE_1, size: A.MD, children: [
52
+ children: /* @__PURE__ */ n(u, { type: y.TYPE_1, size: A.MD, children: [
53
53
  /* @__PURE__ */ t(
54
54
  "div",
55
55
  {
@@ -60,7 +60,7 @@ const k = "islandWidget__fa31366f", z = "islandWidgetWithExtraFooter__7575c337",
60
60
  children: W({})
61
61
  }
62
62
  ),
63
- I ? /* @__PURE__ */ t(j, { expanded: i, children: n() }) : /* @__PURE__ */ t(s, { children: n() })
63
+ I ? /* @__PURE__ */ t(j, { expanded: i, children: a() }) : /* @__PURE__ */ t(s, { children: a() })
64
64
  ] })
65
65
  }
66
66
  )
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as t } from "../../../chunks/vendor-CalMVkfj.js";
3
- const e = "islandWidgetBody__c5ec76c6", a = {
4
- islandWidgetBody: e
5
- }, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(a.islandWidgetBody, s), children: d });
2
+ import { c as t } from "../../../chunks/vendor-DE8Zvm0w.js";
3
+ const a = "islandWidgetBody__74aef8db", 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
@@ -1,20 +1,20 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { useContext as i, useEffect as d } from "react";
3
- import { c as n } from "../../../chunks/vendor-CalMVkfj.js";
2
+ import { useContext as d, useEffect as i } from "react";
3
+ import { c as n } from "../../../chunks/vendor-DE8Zvm0w.js";
4
4
  import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
5
5
  import { IslandWidgetLayoutContext as l } from "../IslandWidgetLayoutContext.js";
6
- const m = "islandWidgetExtraFooter__1ee57e21", c = {
6
+ const m = "islandWidgetExtraFooter__5739d5ab", c = {
7
7
  islandWidgetExtraFooter: m
8
8
  }, E = ({
9
- children: e,
10
- className: r,
9
+ children: r,
10
+ className: e,
11
11
  open: t = !1,
12
12
  ...a
13
13
  }) => {
14
- const { setHasExtraFooter: s } = i(l);
15
- return d(() => {
14
+ const { setHasExtraFooter: s } = d(l);
15
+ return i(() => {
16
16
  s(t);
17
- }, [t]), /* @__PURE__ */ o("div", { ...a, className: n(r, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: e }) });
17
+ }, [t]), /* @__PURE__ */ o("div", { ...a, className: n(e, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: r }) });
18
18
  };
19
19
  E.displayName = "IslandWidgetExtraFooter";
20
20
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-CalMVkfj.js";
3
- import { s as n } from "../../../chunks/IslandWidgetFooter.module-BXn6GbbA.js";
2
+ import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { s as n } from "../../../chunks/IslandWidgetFooter.module-CM5h0W7b.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-BXn6GbbA.js";
2
+ import { s } from "../../../chunks/IslandWidgetFooter.module-CM5h0W7b.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-BXn6GbbA.js";
2
+ import { s as r } from "../../../chunks/IslandWidgetFooter.module-CM5h0W7b.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
- import { c as a } from "../../../chunks/vendor-CalMVkfj.js";
4
- import { s as e } from "../../../chunks/IslandWidgetHeader.module-D3zGpkS_.js";
3
+ import { c as a } from "../../../chunks/vendor-DE8Zvm0w.js";
4
+ import { s as e } from "../../../chunks/IslandWidgetHeader.module-C5Me9IIL.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
- import { c as d } from "../../../chunks/vendor-CalMVkfj.js";
3
- import { s as o } from "../../../chunks/IslandWidgetHeader.module-D3zGpkS_.js";
2
+ import { c as d } from "../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { s as o } from "../../../chunks/IslandWidgetHeader.module-C5Me9IIL.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
- import { c as a } from "../../../chunks/vendor-CalMVkfj.js";
3
- import { s as t } from "../../../chunks/IslandWidgetHeader.module-D3zGpkS_.js";
2
+ import { c as a } from "../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { s as t } from "../../../chunks/IslandWidgetHeader.module-C5Me9IIL.js";
4
4
  const d = ({
5
5
  children: s,
6
6
  className: e,
@@ -1,17 +1,17 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import i, { useState as p } from "react";
3
- import { c as l } from "../../../chunks/vendor-CalMVkfj.js";
3
+ import { c as l } from "../../../chunks/vendor-DE8Zvm0w.js";
4
4
  import { IslandWidgetLayoutContext as n } from "../IslandWidgetLayoutContext.js";
5
- const W = "islandWidgetWrapper__3c2d53bd", c = {
5
+ const W = "islandWidgetWrapper__48d6eb70", m = {
6
6
  islandWidgetWrapper: W
7
- }, m = i.forwardRef(
7
+ }, c = i.forwardRef(
8
8
  ({ children: e, className: t, ...a }, 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, t), ...a, ref: s, children: e }) });
9
+ const [o, d] = p(!1);
10
+ return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper, t), ...a, ref: s, children: e }) });
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