@sberbusiness/triplex-next 0.24.0 → 0.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 (420) hide show
  1. package/README.md +0 -1
  2. package/chunks/AlertProcessSpoiler-DF_eSZ-p.js +41 -0
  3. package/chunks/{CalendarViewItem-DuqIjj7K.js → CalendarViewItem-CQErGrhc.js} +26 -26
  4. package/chunks/Card.module-Ce9rAKOc.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-Cj2c6m06.js +15 -0
  6. package/chunks/Chip-BEnNi0nL.js +77 -0
  7. package/chunks/Confirm.module-CbAi5bkG.js +15 -0
  8. package/chunks/{DropdownListItem-D_38hBVf.js → DropdownListItem-wT8cLRdZ.js} +14 -14
  9. package/chunks/DropdownMobile.module-rYB54yd0.js +23 -0
  10. package/chunks/Footer.module-CzJ_N1fs.js +9 -0
  11. package/chunks/{FormFieldInput-CP3P-T8_.js → FormFieldInput-Dj2JAqj2.js} +12 -12
  12. package/chunks/HeaderLayoutSidebar.module-HXJhEmKU.js +9 -0
  13. package/chunks/HeaderTabs.module-CjapozXy.js +9 -0
  14. package/chunks/{HeaderTitle.module-CoThbDwW.js → HeaderTitle.module-SmVWml2y.js} +2 -2
  15. package/chunks/IslandAccordion.module-YvqRlzmi.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-iMuqKnPP.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CnPne0Uq.js +12 -0
  18. package/chunks/LightBoxContent-DlDaCKV4.js +63 -0
  19. package/chunks/LightBoxControls.module-laAGRPrR.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-B3L_EV1B.js +9 -0
  21. package/chunks/ListItemControlsButton-UKjqQcv7.js +59 -0
  22. package/chunks/ListItemTail.module-igeWTjyg.js +12 -0
  23. package/chunks/ListMasterFooter.module-C0eM4fK4.js +10 -0
  24. package/chunks/ModalWindow.module-Cpk4uhwk.js +17 -0
  25. package/chunks/Notification.module-9japFkgv.js +20 -0
  26. package/chunks/Overlay.module-B3Az7dZS.js +18 -0
  27. package/chunks/Page.module-DOHwIYM4.js +11 -0
  28. package/chunks/{RightBorderArrow-TcR9E_47.js → RightBorderArrow-C6j8565V.js} +9 -9
  29. package/chunks/SMSField.module-BOpUjsSJ.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-cdkiaSbT.js +15 -0
  31. package/chunks/{SliderExtendedRail-DawwH3OZ.js → SliderExtendedRail-jfLPbgEp.js} +9 -9
  32. package/chunks/StatusTracker.module-OAxbFucN.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-_Gn-OMhG.js → SuggestFieldMobileDropdownHint-CCyHjS-V.js} +6 -6
  34. package/chunks/TableFooter.module-CGWCS8e3.js +14 -0
  35. package/chunks/TabsExtended.module-BJOWXSHt.js +16 -0
  36. package/chunks/TabsLine.module-BsiLhw0I.js +21 -0
  37. package/chunks/TooltipDesktop.module-DVp6GHr8.js +19 -0
  38. package/chunks/TreeView.module-C2WPNvMq.js +9 -0
  39. package/chunks/{UploadZoneInput-DmnrQ-pa.js → UploadZoneInput-DYiPRAAI.js} +2 -2
  40. package/chunks/{constants-BECBzrfZ.js → constants-Ctks52i0.js} +14 -14
  41. package/chunks/utils-Bz5uKYQD.js +24 -0
  42. package/chunks/{utils-BlzKyU4p.js → utils-C6a9XDaC.js} +5 -5
  43. package/chunks/{utils-WHBUmZgw.js → utils-CrkRbGiM.js} +9 -9
  44. package/chunks/{utils-C9aEOF3O.js → utils-QVs0E_e3.js} +15 -15
  45. package/components/Alert/AlertContext/AlertContext.js +28 -28
  46. package/components/Alert/AlertProcess/AlertProcess.js +41 -34
  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 +2 -2
  52. package/components/AmountField/AmountField.js +1 -1
  53. package/components/Avatar/Avatar.js +8 -8
  54. package/components/Badge/Badge.js +15 -15
  55. package/components/Badge/BadgeDot.js +6 -6
  56. package/components/Badge/components/BadgeContent.js +18 -18
  57. package/components/Badge/components/BadgePostfix.js +4 -4
  58. package/components/Badge/components/BadgePrefix.js +6 -6
  59. package/components/Body/Body.js +8 -8
  60. package/components/Button/Button.js +63 -86
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +63 -62
  63. package/components/Button/ButtonDropdownExtended.js +1 -1
  64. package/components/Button/ButtonIcon.js +17 -19
  65. package/components/Calendar/Calendar.js +20 -20
  66. package/components/Calendar/components/CalendarControls.js +9 -9
  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 +8 -8
  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 +34 -33
  82. package/components/Checkbox/CheckboxXGroup.js +18 -17
  83. package/components/Checkbox/CheckboxYGroup.js +8 -7
  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 +6 -6
  90. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  91. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  92. package/components/Chip/ChipDropdownArrow.js +4 -4
  93. package/components/Chip/ChipIcon.js +1 -1
  94. package/components/Chip/ChipMultiselect.js +1 -1
  95. package/components/Chip/ChipOptions.js +5 -5
  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 +2 -2
  103. package/components/Chip/index.js +1 -1
  104. package/components/ChipGroup/ChipGroup.js +5 -5
  105. package/components/Col/Col.js +136 -136
  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 +4 -4
  115. package/components/DateRange/DateRange.js +13 -13
  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 +6 -6
  120. package/components/Dropdown/desktop/DropdownDesktop.js +22 -22
  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 +2 -2
  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 +7 -7
  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 +17 -17
  147. package/components/FormField/components/FormFieldClear.js +8 -8
  148. package/components/FormField/components/FormFieldCounter.js +5 -5
  149. package/components/FormField/components/FormFieldDescription.js +7 -7
  150. package/components/FormField/components/FormFieldInput.js +1 -1
  151. package/components/FormField/components/FormFieldLabel.js +6 -6
  152. package/components/FormField/components/FormFieldMaskedInput.js +9 -9
  153. package/components/FormField/components/FormFieldPostfix.js +5 -5
  154. package/components/FormField/components/FormFieldPrefix.js +7 -7
  155. package/components/FormField/components/FormFieldTarget.js +12 -12
  156. package/components/FormField/components/FormFieldTextarea.js +11 -11
  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 +5 -5
  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 +3 -3
  176. package/components/Island/components/IslandHeader.js +1 -1
  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 +28 -28
  182. package/components/IslandWidget/IslandWidget.js +21 -21
  183. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +10 -10
  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 +1 -1
  192. package/components/LightBox/LightBox.js +36 -33
  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 +11 -11
  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 +1 -1
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +3 -3
  204. package/components/LightBox/enums.js +5 -0
  205. package/components/LightBox/index.js +4 -2
  206. package/components/Link/Link.js +42 -41
  207. package/components/List/List.js +4 -4
  208. package/components/List/components/ListEmptyState.js +4 -4
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +8 -8
  211. package/components/List/components/ListItemControls.js +5 -5
  212. package/components/List/components/ListItemControlsButton.js +3 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +29 -30
  214. package/components/List/components/ListItemLoading.js +1 -1
  215. package/components/List/components/ListItemSelectable.js +4 -4
  216. package/components/List/components/ListItemTable.js +6 -6
  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 +4 -4
  220. package/components/List/components/ListSortableItemControls.js +5 -5
  221. package/components/List/components/ListSortableItemTarget.js +12 -12
  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 +1 -1
  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 +10 -10
  230. package/components/ListMaster/components/SelectionControls.js +6 -6
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
  233. package/components/LoaderScreen/LoaderScreen.js +11 -11
  234. package/components/Marker/Marker.js +1 -1
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +7 -7
  237. package/components/ModalWindow/ModalWindow.js +1 -1
  238. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  239. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  240. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  241. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  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 +8 -8
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  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 +19 -14
  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 +4 -4
  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 +2 -2
  268. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  269. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  270. package/components/Pagination/components/PaginationPageButton.js +5 -5
  271. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  272. package/components/Pagination/components/PaginationSelect.js +7 -7
  273. package/components/Radio/Radio.js +11 -11
  274. package/components/Radio/RadioXGroup.js +13 -13
  275. package/components/Radio/RadioYGroup.js +5 -5
  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 +17 -17
  283. package/components/SegmentedControl/SegmentedControlSegment.js +37 -42
  284. package/components/SelectExtendedField/SelectExtendedField.js +1 -1
  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 +90 -90
  288. package/components/SelectField/SelectField.js +1 -1
  289. package/components/Skeleton/Skeleton.js +8 -8
  290. package/components/SliderExtended/SliderExtended.js +2 -2
  291. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  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 +5 -5
  296. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
  297. package/components/SmallInput/SmallInput.js +6 -6
  298. package/components/Spoiler/Spoiler.js +18 -18
  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 +11 -11
  311. package/components/Stepper/RightBorderArrow.js +1 -1
  312. package/components/Stepper/Stepper.js +16 -16
  313. package/components/Stepper/StepperExtended.js +4 -4
  314. package/components/Stepper/StepperStep.js +63 -65
  315. package/components/Stepper/StepperWrapper.js +2 -2
  316. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  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 +8 -8
  326. package/components/Table/FilterPanel.js +2 -2
  327. package/components/Table/MasterTable.js +6 -6
  328. package/components/Table/NoColumns.js +6 -6
  329. package/components/Table/PaginationPanel.js +4 -4
  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 +9 -9
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
  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 +1 -1
  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 +6 -6
  346. package/components/Table/TabsLinePanelLinks.js +1 -1
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +18 -18
  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 +9 -9
  361. package/components/Tag/Tag.js +25 -25
  362. package/components/TagColor/TagColor.js +10 -10
  363. package/components/TagGroup/TagGroup.js +7 -7
  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 +7 -7
  372. package/components/TopOverlay/TopOverlay.js +24 -24
  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 +19 -19
  377. package/components/Typography/CodeText.js +7 -7
  378. package/components/Typography/Text.js +9 -9
  379. package/components/Typography/Title.js +10 -10
  380. package/components/Typography/constants.js +1 -1
  381. package/components/UnorderedList/UnorderedList.js +7 -7
  382. package/components/UnorderedList/UnorderedListItem.js +2 -2
  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-BofkfSM8.js +0 -39
  391. package/chunks/Card.module-Cok9cKxI.js +0 -17
  392. package/chunks/CheckboxTreeExtended.module-D_OBlNho.js +0 -15
  393. package/chunks/Chip-CFtA5mp4.js +0 -104
  394. package/chunks/Confirm.module-BgCUAiCk.js +0 -15
  395. package/chunks/DropdownMobile.module-Bccjckjq.js +0 -23
  396. package/chunks/Footer.module-CkVvrPtL.js +0 -9
  397. package/chunks/HeaderLayoutSidebar.module-Ci8iAZs7.js +0 -9
  398. package/chunks/HeaderTabs.module-2vtcjdH_.js +0 -9
  399. package/chunks/IslandAccordion.module-DLanAkfo.js +0 -25
  400. package/chunks/IslandWidgetFooter.module-kdzBJDuu.js +0 -9
  401. package/chunks/IslandWidgetHeader.module-BAcC1EB8.js +0 -12
  402. package/chunks/LightBoxContent-hyVn3q-T.js +0 -56
  403. package/chunks/LightBoxControls.module-CTUWde8O.js +0 -16
  404. package/chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js +0 -9
  405. package/chunks/ListItemControlsButton-BFfMrFr7.js +0 -51
  406. package/chunks/ListItemTail.module-BOV7kcBg.js +0 -12
  407. package/chunks/ListMasterFooter.module-DT_P8Iub.js +0 -10
  408. package/chunks/ModalWindow.module-DZdMA7rm.js +0 -17
  409. package/chunks/Notification.module-CJl-qcj8.js +0 -20
  410. package/chunks/Overlay.module-Buw8PcSy.js +0 -18
  411. package/chunks/Page.module-DIObxp8c.js +0 -11
  412. package/chunks/SMSField.module-B170OigL.js +0 -16
  413. package/chunks/SliderExtendedMarks.module-SBpITDrZ.js +0 -15
  414. package/chunks/StatusTracker.module-BT9AMEAv.js +0 -24
  415. package/chunks/TableFooter.module-DaFHVJUx.js +0 -14
  416. package/chunks/TabsExtended.module-vg1pJlhg.js +0 -16
  417. package/chunks/TabsLine.module-h8aBK1Tw.js +0 -21
  418. package/chunks/TooltipDesktop.module-oXI2FLzE.js +0 -19
  419. package/chunks/TreeView.module-C6t2uuwa.js +0 -9
  420. package/chunks/utils-BI5x-xfE.js +0 -24
@@ -0,0 +1,27 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ import p from "react";
3
+ import { c as d } from "../../chunks/vendor---Om3uMV.js";
4
+ const b = "disableInteraction__ebea8389", m = "displayContents__b4e32394", e = {
5
+ disableInteraction: b,
6
+ displayContents: m
7
+ }, y = p.forwardRef(
8
+ ({ children: t, className: a, active: s, disabled: n, disableInteraction: o, displayContents: i, ...r }, c) => /* @__PURE__ */ l(
9
+ "span",
10
+ {
11
+ ref: c,
12
+ className: d("hoverable", a, {
13
+ active: !!s,
14
+ disabled: !!n,
15
+ [e.disableInteraction]: !!o,
16
+ [e.displayContents]: !!i
17
+ }),
18
+ ...r,
19
+ children: t
20
+ }
21
+ )
22
+ );
23
+ y.displayName = "IconWrapper";
24
+ export {
25
+ y 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 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-BI5x-xfE.js";
8
+ import { s as o, m as y } from "../../chunks/utils-Bz5uKYQD.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 n } from "../../../chunks/vendor---Om3uMV.js";
4
- const i = "islandBody__d1d355a3", l = {
4
+ const i = "islandBody__6700d48a", l = {
5
5
  islandBody: i
6
6
  }, y = t.forwardRef(
7
7
  ({ children: o, className: s, ...d }, a) => /* @__PURE__ */ r("div", { className: n(l.islandBody, s), ref: a, ...d, children: o })
@@ -1,9 +1,9 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as a } from "../../../chunks/vendor---Om3uMV.js";
4
- const c = "islandFooter__562c6c38", n = {
5
- islandFooter: c
6
- }, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(n.islandFooter), ref: s, ...r, children: o }));
4
+ const n = "islandFooter__924ae140", i = {
5
+ islandFooter: n
6
+ }, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(i.islandFooter), ref: s, ...r, children: o }));
7
7
  export {
8
8
  m as IslandFooter
9
9
  };
@@ -1,7 +1,7 @@
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---Om3uMV.js";
4
- const t = "islandHeader__892ad365", n = {
4
+ const t = "islandHeader__8d6a5105", n = {
5
5
  islandHeader: t
6
6
  }, m = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(n.islandHeader), ref: r, ...e, children: a }));
7
7
  export {
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { m as p } from "../../chunks/utils-BI5x-xfE.js";
2
+ import { m as p } from "../../chunks/utils-Bz5uKYQD.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---Om3uMV.js";
12
- import { s as I } from "../../chunks/IslandAccordion.module-DLanAkfo.js";
12
+ import { s as I } from "../../chunks/IslandAccordion.module-YvqRlzmi.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.24.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.25.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-DLanAkfo.js";
2
+ import { s as r } from "../../../chunks/IslandAccordion.module-YvqRlzmi.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
3
  import { c as a } from "../../../chunks/vendor---Om3uMV.js";
4
- import { s as i } from "../../../chunks/IslandAccordion.module-DLanAkfo.js";
4
+ import { s as i } from "../../../chunks/IslandAccordion.module-YvqRlzmi.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
- 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 s } from "../../../chunks/vendor---Om3uMV.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---Om3uMV.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-DLanAkfo.js";
28
+ import { s as t } from "../../../chunks/IslandAccordion.module-YvqRlzmi.js";
29
29
  const U = {
30
30
  [l.TYPE_1]: t.type1,
31
31
  [l.TYPE_2]: t.type2,
@@ -43,64 +43,64 @@ const U = {
43
43
  opened: i,
44
44
  disabled: e,
45
45
  onRemove: n,
46
- onToggle: a,
47
- id: c,
46
+ onToggle: s,
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), A = j(B()).current, _ = `${A}header`, C = `${A}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), A = w(B()).current, _ = `${A}header`, C = `${A}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 u = !o;
62
- a == null || a(u, c), i === void 0 && h(u);
62
+ s == null || s(u, a), i === void 0 && E(u);
63
63
  }, H = () => {
64
- e || n == null || n(c);
65
- }, L = s(
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: _,
81
81
  "aria-controls": C,
82
82
  "aria-expanded": o,
83
83
  type: "button",
84
- className: s(t.header, {
84
+ className: p(t.header, {
85
85
  hoverable: !o
86
86
  }),
87
87
  onClick: z,
88
88
  disabled: e,
89
- "data-tx": "0.24.0",
89
+ "data-tx": "0.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: s(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: C,
118
118
  role: "region",
119
119
  "aria-labelledby": _,
120
- transitionProps: v,
120
+ transitionProps: O,
121
121
  children: x
122
122
  }
123
123
  )
124
124
  ] }),
125
- n && /* @__PURE__ */ r("div", { className: s(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 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";
@@ -12,28 +12,28 @@ import { IslandWidgetExtraFooter as C } from "./components/IslandWidgetExtraFoot
12
12
  import { EComponentSize as A } from "../../enums/EComponentSize.js";
13
13
  import { c as m } from "../../chunks/vendor---Om3uMV.js";
14
14
  import { IslandWidgetLayoutContext as S } from "./IslandWidgetLayoutContext.js";
15
- import { IslandWidgetContext as b } from "./IslandWidgetContext.js";
16
- import { ExpandAnimation as O } from "../ExpandAnimation/ExpandAnimation.js";
15
+ import { IslandWidgetContext as O } from "./IslandWidgetContext.js";
16
+ import { ExpandAnimation as j } from "../ExpandAnimation/ExpandAnimation.js";
17
17
  import { EScreenWidth as p } from "../../helpers/breakpoints.js";
18
- import { useMatchMedia as j } from "../MediaWidth/useMatchMedia.js";
19
- const N = "islandWidget__4b2dceb9", k = "islandWidgetWithExtraFooter__ebaccd32", z = "islandWidgetHeaderWrapperAdaptive__7ea920cb", i = {
20
- islandWidget: N,
21
- islandWidgetWithExtraFooter: k,
22
- islandWidgetHeaderWrapperAdaptive: z
23
- }, B = Object.assign(
18
+ import { useMatchMedia as N } from "../MediaWidth/useMatchMedia.js";
19
+ const k = "islandWidget__39acdf1d", z = "islandWidgetWithExtraFooter__7b6d2775", B = "islandWidgetHeaderWrapperAdaptive__962df581", i = {
20
+ islandWidget: k,
21
+ islandWidgetWithExtraFooter: z,
22
+ islandWidgetHeaderWrapperAdaptive: B
23
+ }, P = Object.assign(
24
24
  F.forwardRef(
25
- ({ className: l, renderBody: c, renderFooter: o, renderHeader: W, disableAdaptiveCollapsing: r = !1, ...g }, x) => {
26
- const { hasExtraFooter: f } = _(S), [d, h] = v(r), e = j(
25
+ ({ className: l, renderBody: c, renderFooter: o, renderHeader: W, disableAdaptiveCollapsing: r = !1, ...f }, g) => {
26
+ const { hasExtraFooter: x } = _(S), [d, h] = v(r), e = N(
27
27
  `(max-width: ${p.SM_MAX})`,
28
28
  window.innerWidth <= parseInt(p.SM_MAX)
29
29
  ), E = () => {
30
30
  h(!d);
31
- }, I = e && !r, a = () => /* @__PURE__ */ n(s, { children: [
31
+ }, I = e && !r, n = () => /* @__PURE__ */ a(s, { children: [
32
32
  c({}),
33
33
  o ? o({}) : null
34
34
  ] });
35
35
  return /* @__PURE__ */ t(
36
- b.Provider,
36
+ O.Provider,
37
37
  {
38
38
  value: {
39
39
  adaptive: e,
@@ -44,12 +44,12 @@ const N = "islandWidget__4b2dceb9", k = "islandWidgetWithExtraFooter__ebaccd32",
44
44
  "div",
45
45
  {
46
46
  className: m(i.islandWidget, l, {
47
- [i.islandWidgetWithExtraFooter]: f
47
+ [i.islandWidgetWithExtraFooter]: x
48
48
  }),
49
- "data-tx": "0.24.0",
50
- ...g,
51
- ref: x,
52
- children: /* @__PURE__ */ n(u, { type: y.TYPE_1, size: A.MD, children: [
49
+ "data-tx": "0.25.0",
50
+ ...f,
51
+ ref: g,
52
+ children: /* @__PURE__ */ a(u, { type: y.TYPE_1, size: A.MD, children: [
53
53
  /* @__PURE__ */ t(
54
54
  "div",
55
55
  {
@@ -60,7 +60,7 @@ const N = "islandWidget__4b2dceb9", k = "islandWidgetWithExtraFooter__ebaccd32",
60
60
  children: W({})
61
61
  }
62
62
  ),
63
- I ? /* @__PURE__ */ t(O, { expanded: d, children: a() }) : /* @__PURE__ */ t(s, { children: a() })
63
+ I ? /* @__PURE__ */ t(j, { expanded: d, children: n() }) : /* @__PURE__ */ t(s, { children: n() })
64
64
  ] })
65
65
  }
66
66
  )
@@ -75,8 +75,8 @@ const N = "islandWidget__4b2dceb9", k = "islandWidgetWithExtraFooter__ebaccd32",
75
75
  ExtraFooter: C
76
76
  }
77
77
  );
78
- B.displayName = "IslandWidget";
78
+ P.displayName = "IslandWidget";
79
79
  export {
80
- B as IslandWidget
80
+ P as IslandWidget
81
81
  };
82
82
  //# sourceMappingURL=IslandWidget.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as t } from "../../../chunks/vendor---Om3uMV.js";
3
- const a = "islandWidgetBody__34a82e73", e = {
3
+ const a = "islandWidgetBody__4a2be548", e = {
4
4
  islandWidgetBody: a
5
5
  }, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(e.islandWidgetBody, s), children: d });
6
6
  l.displayName = "IslandWidgetBody";
@@ -1,23 +1,23 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { useContext as d, useEffect as i } from "react";
2
+ import { useContext as i, useEffect as d } from "react";
3
3
  import { c as n } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
5
5
  import { IslandWidgetLayoutContext as l } from "../IslandWidgetLayoutContext.js";
6
- const m = "islandWidgetExtraFooter__30b6dcb1", c = {
6
+ const m = "islandWidgetExtraFooter__1eacf048", c = {
7
7
  islandWidgetExtraFooter: m
8
- }, E = ({
9
- children: r,
10
- className: e,
8
+ }, f = ({
9
+ children: e,
10
+ className: r,
11
11
  open: t = !1,
12
12
  ...a
13
13
  }) => {
14
- const { setHasExtraFooter: s } = d(l);
15
- return i(() => {
14
+ const { setHasExtraFooter: s } = i(l);
15
+ return d(() => {
16
16
  s(t);
17
- }, [t]), /* @__PURE__ */ o("div", { ...a, className: n(e, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: r }) });
17
+ }, [t]), /* @__PURE__ */ o("div", { ...a, className: n(r, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: e }) });
18
18
  };
19
- E.displayName = "IslandWidgetExtraFooter";
19
+ f.displayName = "IslandWidgetExtraFooter";
20
20
  export {
21
- E as IslandWidgetExtraFooter
21
+ f as IslandWidgetExtraFooter
22
22
  };
23
23
  //# sourceMappingURL=IslandWidgetExtraFooter.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor---Om3uMV.js";
3
- import { s as n } from "../../../chunks/IslandWidgetFooter.module-kdzBJDuu.js";
3
+ import { s as n } from "../../../chunks/IslandWidgetFooter.module-iMuqKnPP.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-kdzBJDuu.js";
2
+ import { s } from "../../../chunks/IslandWidgetFooter.module-iMuqKnPP.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-kdzBJDuu.js";
2
+ import { s as r } from "../../../chunks/IslandWidgetFooter.module-iMuqKnPP.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---Om3uMV.js";
4
- import { s as e } from "../../../chunks/IslandWidgetHeader.module-BAcC1EB8.js";
4
+ import { s as e } from "../../../chunks/IslandWidgetHeader.module-CnPne0Uq.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---Om3uMV.js";
3
- import { s as o } from "../../../chunks/IslandWidgetHeader.module-BAcC1EB8.js";
3
+ import { s as o } from "../../../chunks/IslandWidgetHeader.module-CnPne0Uq.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---Om3uMV.js";
3
- import { s as t } from "../../../chunks/IslandWidgetHeader.module-BAcC1EB8.js";
3
+ import { s as t } from "../../../chunks/IslandWidgetHeader.module-CnPne0Uq.js";
4
4
  const d = ({
5
5
  children: s,
6
6
  className: e,
@@ -2,7 +2,7 @@ import { jsx as r } from "react/jsx-runtime";
2
2
  import i, { useState as p } from "react";
3
3
  import { c as l } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { IslandWidgetLayoutContext as n } from "../IslandWidgetLayoutContext.js";
5
- const W = "islandWidgetWrapper__ab9bdef6", m = {
5
+ const W = "islandWidgetWrapper__fe29a057", m = {
6
6
  islandWidgetWrapper: W
7
7
  }, c = i.forwardRef(
8
8
  ({ children: e, className: a, ...t }, s) => {
@@ -1,23 +1,24 @@
1
- import { jsxs as B, Fragment as F, jsx as o } from "react/jsx-runtime";
1
+ import { jsxs as B, Fragment as V, jsx as o } from "react/jsx-runtime";
2
2
  import { useRef as n, useEffect as f } from "react";
3
- import { c as V, F as A } from "../../chunks/vendor---Om3uMV.js";
4
- import { L as I, s as e } from "../../chunks/LightBoxContent-hyVn3q-T.js";
3
+ import { c as A, F as D } from "../../chunks/vendor---Om3uMV.js";
4
+ import { L as I, s as e } from "../../chunks/LightBoxContent-DlDaCKV4.js";
5
5
  import { LightBoxControls as R } from "./LightBoxControls/LightBoxControls.js";
6
6
  import { LightBoxSideOverlay as k } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
- import { Portal as D } from "../Portal/Portal.js";
8
- import { addClassNameWithScrollbarWidth as T } from "../../utils/scroll/scrollbar.js";
9
- import { TopOverlay as j } from "../TopOverlay/TopOverlay.js";
10
- import { LightBoxViewManager as q } from "./LightBoxViewManager/LightBoxViewManager.js";
7
+ import { Portal as T } from "../Portal/Portal.js";
8
+ import { addClassNameWithScrollbarWidth as j } from "../../utils/scroll/scrollbar.js";
9
+ import { TopOverlay as q } from "../TopOverlay/TopOverlay.js";
10
+ import { LightBoxViewManager as z } from "./LightBoxViewManager/LightBoxViewManager.js";
11
11
  import { MobileView as W } from "../MobileView/MobileView.js";
12
12
  import { FocusTrapUtils as $ } from "../../utils/focus/FocusTrapUtils.js";
13
- import { useToken as z } from "../ThemeProvider/useToken.js";
14
- import { LightBoxLeftSidebar as H } from "./LightBoxSidebars/LightBoxLeftSidebar.js";
15
- import { LightBoxRightSidebar as U } from "./LightBoxSidebars/LightBoxRightSidebar.js";
16
- const Z = {
17
- "scroll-0": "scroll-0__1087a633",
18
- "scroll-15": "scroll-15__760e6262",
19
- "scroll-16": "scroll-16__925c6de7",
20
- "scroll-17": "scroll-17__afb3e98c"
13
+ import { useToken as H } from "../ThemeProvider/useToken.js";
14
+ import { LightBoxLeftSidebar as U } from "./LightBoxSidebars/LightBoxLeftSidebar.js";
15
+ import { LightBoxRightSidebar as Z } from "./LightBoxSidebars/LightBoxRightSidebar.js";
16
+ import { ELightBoxSize as G } from "./enums.js";
17
+ const J = {
18
+ "scroll-0": "scroll-0__89c3a124",
19
+ "scroll-15": "scroll-15__90bda9e2",
20
+ "scroll-16": "scroll-16__60d68b66",
21
+ "scroll-17": "scroll-17__7f4ac5c3"
21
22
  }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
22
23
  children: M,
23
24
  className: v,
@@ -28,28 +29,30 @@ const Z = {
28
29
  isLoading: d,
29
30
  isSideOverlayOpened: i,
30
31
  isTopOverlayOpened: y,
31
- ...S
32
+ size: S = G.MD,
33
+ ...C
32
34
  }) => {
33
- const l = n(null), u = n(null), { scopeClassName: C } = z(), E = () => {
35
+ const l = n(null), u = n(null), { scopeClassName: E } = H(), w = () => {
34
36
  let t = null;
35
37
  return s ? t = s : (t = document.querySelector(`#${p}`), t || (t = document.createElement("div"), t.setAttribute("id", p), document.body.appendChild(t))), t;
36
- }, w = () => {
38
+ }, _ = () => {
37
39
  let t = null;
38
40
  return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
39
- }, a = n(E()), g = n(w()), h = () => {
41
+ }, a = n(w()), g = n(_()), h = () => {
40
42
  N.forEach((t) => document.documentElement.classList.add(t));
41
43
  };
42
- f(() => (T(Z), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
44
+ f(() => (j(J), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
43
45
  if (!i && l.current) {
44
46
  const t = Math.round(Math.random() * 100);
45
47
  l.current.style.zIndex = t.toString();
46
48
  }
47
49
  }, [i]);
48
- const _ = (t) => {
50
+ const O = (t) => {
49
51
  u.current = t, c && (c.current = t);
50
- }, O = V(
51
- C,
52
+ }, F = A(
53
+ E,
52
54
  e.lightBox,
55
+ e[S],
53
56
  {
54
57
  [e.isLoading]: !!d,
55
58
  [e.lightBoxSideOverlayActive]: !!i,
@@ -59,17 +62,17 @@ const Z = {
59
62
  );
60
63
  if (!a.current)
61
64
  return null;
62
- const x = () => /* @__PURE__ */ B("div", { className: O, ref: _, role: "dialog", "aria-modal": "true", ...S, children: [
65
+ const x = () => /* @__PURE__ */ B("div", { className: F, ref: O, role: "dialog", "aria-modal": "true", ...C, children: [
63
66
  /* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
64
67
  M,
65
68
  /* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
66
69
  ] });
67
- return /* @__PURE__ */ B(F, { children: [
68
- /* @__PURE__ */ o(D, { container: a.current, children: /* @__PURE__ */ o(
70
+ return /* @__PURE__ */ B(V, { children: [
71
+ /* @__PURE__ */ o(T, { container: a.current, children: /* @__PURE__ */ o(
69
72
  W,
70
73
  {
71
74
  fallback: /* @__PURE__ */ o(
72
- A,
75
+ D,
73
76
  {
74
77
  active: !d,
75
78
  ...r,
@@ -86,7 +89,7 @@ const Z = {
86
89
  }
87
90
  ) }),
88
91
  g.current && /* @__PURE__ */ o(
89
- q,
92
+ z,
90
93
  {
91
94
  lightBoxViewManagerNode: g.current,
92
95
  lightBoxMountNode: a.current
@@ -95,16 +98,16 @@ const Z = {
95
98
  ] });
96
99
  };
97
100
  b.displayName = "LightBoxBase";
98
- const ct = Object.assign(b, {
101
+ const dt = Object.assign(b, {
99
102
  Content: I,
100
103
  SideOverlay: k,
101
- TopOverlay: j,
104
+ TopOverlay: q,
102
105
  Controls: R,
103
- LeftSidebar: H,
104
- RightSidebar: U
106
+ LeftSidebar: U,
107
+ RightSidebar: Z
105
108
  });
106
109
  export {
107
- ct as LightBox,
110
+ dt as LightBox,
108
111
  p as lightBoxMountNodeIdDefault,
109
112
  L as lightBoxViewManagerNodeIdDefault
110
113
  };
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../../chunks/vendor---Om3uMV.js";
4
4
  import "../WindowResizeListener/WindowResizeListener.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-hyVn3q-T.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-DlDaCKV4.js";
7
7
  export {
8
8
  n as LightBoxContent
9
9
  };
@@ -7,7 +7,7 @@ import { EVENT_KEY_CODES as g } from "../../../utils/keyboard.js";
7
7
  import { EButtonTheme as i } from "../../Button/enums.js";
8
8
  import { Button as l } from "../../Button/Button.js";
9
9
  import { EComponentSize as a } from "../../../enums/EComponentSize.js";
10
- import { s as o } from "../../../chunks/LightBoxControls.module-CTUWde8O.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-laAGRPrR.js";
11
11
  const N = ({
12
12
  className: c,
13
13
  onClick: t,
@@ -3,7 +3,7 @@ import { LightBoxClose as m } from "./LightBoxClose.js";
3
3
  import { LightBoxNext as l } from "./LightBoxNext.js";
4
4
  import { LightBoxPrev as x } from "./LightBoxPrev.js";
5
5
  import { c as e } from "../../../chunks/vendor---Om3uMV.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-CTUWde8O.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-laAGRPrR.js";
7
7
  const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ i("div", { className: e(r, p.lightBoxControls), ...s, "data-lightbox-component": "controls", children: t });
8
8
  o.displayName = "LightBoxControls";
9
9
  o.Close = m;
@@ -7,7 +7,7 @@ import { EVENT_KEY_CODES as R } from "../../../utils/keyboard.js";
7
7
  import { Button as c } from "../../Button/Button.js";
8
8
  import { EButtonTheme as s } from "../../Button/enums.js";
9
9
  import { EComponentSize as f } from "../../../enums/EComponentSize.js";
10
- import { s as o } from "../../../chunks/LightBoxControls.module-CTUWde8O.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-laAGRPrR.js";
11
11
  const v = ({
12
12
  className: g,
13
13
  clickByArrowRight: u,
@@ -7,7 +7,7 @@ import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKe
7
7
  import { EVENT_KEY_CODES as I } from "../../../utils/keyboard.js";
8
8
  import { Button as s } from "../../Button/Button.js";
9
9
  import { EComponentSize as v } from "../../../enums/EComponentSize.js";
10
- import { s as o } from "../../../chunks/LightBoxControls.module-CTUWde8O.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-laAGRPrR.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,