@sberbusiness/triplex-next 1.10.0 → 1.11.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 (403) hide show
  1. package/README.md +6 -0
  2. package/chunks/{AlertProcessSpoiler-C4HDxCMJ.js → AlertProcessSpoiler-BGQ1uQrz.js} +2 -2
  3. package/chunks/{CalendarViewItem-Y3UQ6liF.js → CalendarViewItem-GZv99LrE.js} +10 -10
  4. package/chunks/Card.module-Bb-0eR7p.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-LACc235T.js +11 -0
  6. package/chunks/{Chip-21qt-Ukl.js → Chip-L25luM9A.js} +16 -16
  7. package/chunks/Confirm.module-B2F1vU1t.js +15 -0
  8. package/chunks/{DropdownListItem-DXBppGoi.js → DropdownListItem-QBxfm941.js} +17 -17
  9. package/chunks/DropdownMobile.module-zHrNkkL5.js +23 -0
  10. package/chunks/Footer.module-CTz6ITIP.js +9 -0
  11. package/chunks/{FormFieldInput-hUwbIuBd.js → FormFieldInput-ZCQQZs7b.js} +19 -19
  12. package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +9 -0
  13. package/chunks/HeaderTabs.module-Fe8TyS0Y.js +9 -0
  14. package/chunks/{HeaderTitle.module-B_2yQmEh.js → HeaderTitle.module-C7KQyTXH.js} +2 -2
  15. package/chunks/IslandAccordion.module-B1DwUTEO.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-DNunPtYA.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +9 -0
  18. package/chunks/{LightBoxContent-DDRusGqo.js → LightBoxContent-D0toheNV.js} +14 -14
  19. package/chunks/LightBoxControls.module-DUY3tLKy.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +8 -0
  21. package/chunks/{ListItemControlsButton-3APG17-A.js → ListItemControlsButton-B0Qs0eEN.js} +5 -5
  22. package/chunks/ListItemTail.module-uDs8u3yU.js +12 -0
  23. package/chunks/ListMasterFooter.module-uJGRVDCh.js +10 -0
  24. package/chunks/ModalWindow.module-BxFKBpp4.js +17 -0
  25. package/chunks/Notification.module-HwYJsw5w.js +21 -0
  26. package/chunks/Overlay.module-BdT_EdJd.js +18 -0
  27. package/chunks/Page.module-CQz9ZvqA.js +11 -0
  28. package/chunks/{RightBorderArrow-Bo5_O5lj.js → RightBorderArrow-B3TaRXow.js} +14 -14
  29. package/chunks/SMSField.module-B2vNyUh9.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +15 -0
  31. package/chunks/{SliderExtendedRail-C7TQHv-j.js → SliderExtendedRail-DP6nRRY0.js} +10 -10
  32. package/chunks/StatusTracker.module-BM1Mr7Lr.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BJiMEG2_.js → SuggestFieldMobileDropdownHint-C04_aHFB.js} +4 -4
  34. package/chunks/TableFooter.module-DNpkWevf.js +14 -0
  35. package/chunks/TabsExtended.module-BvIRknmY.js +16 -0
  36. package/chunks/TabsLine.module-BN-kBFLj.js +21 -0
  37. package/chunks/TooltipDesktop.module-itrszAnq.js +19 -0
  38. package/chunks/TreeView.module-CDWFlOAV.js +9 -0
  39. package/chunks/UploadZoneInput-BYGZcWC8.js +35 -0
  40. package/chunks/utils-BWjaO0EE.js +73 -0
  41. package/chunks/utils-BsNeWWRx.js +20 -0
  42. package/chunks/{utils-mlGAF1hQ.js → utils-CDPE3P4X.js} +8 -8
  43. package/chunks/utils-DKyrkqb2.js +36 -0
  44. package/chunks/{utils-HEAUA6LV.js → utils-P0A0WEsB.js} +7 -7
  45. package/components/Alert/AlertContext/AlertContext.js +15 -15
  46. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  47. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  48. package/components/Amount/Amount.js +9 -9
  49. package/components/AmountField/AmountField.js +8 -8
  50. package/components/Body/Body.js +6 -6
  51. package/components/Button/Button.js +32 -32
  52. package/components/Button/ButtonBase.js +1 -1
  53. package/components/Button/ButtonDropdown.js +14 -14
  54. package/components/Button/ButtonDropdownExtended.js +7 -7
  55. package/components/Button/ButtonIcon.js +7 -7
  56. package/components/Calendar/Calendar.js +5 -5
  57. package/components/Calendar/components/CalendarControls.js +1 -1
  58. package/components/Calendar/components/CalendarFooter.js +1 -1
  59. package/components/Calendar/components/CalendarViewDays.js +1 -1
  60. package/components/Calendar/components/CalendarViewItem.js +1 -1
  61. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  62. package/components/Calendar/components/CalendarViewYears.js +1 -1
  63. package/components/Card/CardAction.js +19 -19
  64. package/components/Card/CardStatic.js +2 -2
  65. package/components/Card/components/CardContent/CardContent.js +1 -1
  66. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  67. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  68. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  69. package/components/Card/components/CardMedia.js +1 -1
  70. package/components/Card/utils.js +1 -1
  71. package/components/CarouselExtended/CarouselExtended.js +11 -11
  72. package/components/Checkbox/Checkbox.js +7 -7
  73. package/components/Checkbox/CheckboxXGroup.js +11 -11
  74. package/components/Checkbox/CheckboxYGroup.js +1 -1
  75. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  76. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  77. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  78. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  79. package/components/Chip/Chip.js +1 -1
  80. package/components/Chip/ChipClearButton.js +10 -10
  81. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  82. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  83. package/components/Chip/ChipDropdownArrow.js +5 -5
  84. package/components/Chip/ChipIcon.js +1 -1
  85. package/components/Chip/ChipMultiselect.js +1 -1
  86. package/components/Chip/ChipOptions.js +9 -9
  87. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  88. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  89. package/components/Chip/ChipSort.js +1 -1
  90. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  91. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  92. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  93. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  94. package/components/Chip/index.js +1 -1
  95. package/components/ChipGroup/ChipGroup.js +13 -13
  96. package/components/Col/Col.js +140 -140
  97. package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
  98. package/components/Confirm/Confirm.js +1 -1
  99. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  100. package/components/Confirm/components/ConfirmContent.js +1 -1
  101. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  102. package/components/Confirm/components/ConfirmControls.js +1 -1
  103. package/components/DateField/DateField.js +1 -1
  104. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  105. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  106. package/components/DateRange/DateRange.js +9 -9
  107. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  108. package/components/DesignTokens/components/Step.js +1 -1
  109. package/components/Divider/Divider.js +17 -17
  110. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  111. package/components/Dropdown/desktop/DropdownDesktop.js +14 -14
  112. package/components/Dropdown/desktop/DropdownList.js +1 -1
  113. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  114. package/components/Dropdown/desktop/index.js +1 -1
  115. package/components/Dropdown/index.js +1 -1
  116. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  117. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  118. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  119. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  121. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  123. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  127. package/components/Ellipsis/Ellipsis.js +12 -12
  128. package/components/ExpandAnimation/ExpandAnimation.js +14 -14
  129. package/components/Footer/Footer.js +1 -1
  130. package/components/Footer/components/FooterDescription.js +1 -1
  131. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  132. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  133. package/components/FormField/FormField.js +10 -10
  134. package/components/FormField/components/FormFieldClear.js +7 -7
  135. package/components/FormField/components/FormFieldCounter.js +4 -4
  136. package/components/FormField/components/FormFieldDescription.js +3 -3
  137. package/components/FormField/components/FormFieldInput.js +1 -1
  138. package/components/FormField/components/FormFieldLabel.js +11 -11
  139. package/components/FormField/components/FormFieldMaskedInput.js +15 -15
  140. package/components/FormField/components/FormFieldPostfix.js +7 -7
  141. package/components/FormField/components/FormFieldPrefix.js +9 -9
  142. package/components/FormField/components/FormFieldTarget.js +8 -8
  143. package/components/FormField/components/FormFieldTextarea.js +10 -10
  144. package/components/FormField/index.js +1 -1
  145. package/components/Header/Header.js +1 -1
  146. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  147. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  148. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  149. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
  150. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  151. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  152. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  153. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  154. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  155. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  156. package/components/HelpBox/HelpBox.js +11 -11
  157. package/components/Island/Island.js +1 -1
  158. package/components/Island/components/IslandBody.js +1 -1
  159. package/components/Island/components/IslandFooter.js +1 -1
  160. package/components/Island/components/IslandHeader.js +3 -3
  161. package/components/Island/utils.js +1 -1
  162. package/components/IslandAccordion/IslandAccordion.js +2 -3
  163. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  164. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  165. package/components/IslandAccordion/components/IslandAccordionItem.js +93 -99
  166. package/components/IslandAccordion/components/index.js +1 -3
  167. package/components/IslandAccordion/index.js +3 -5
  168. package/components/IslandWidget/IslandWidget.js +2 -2
  169. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  170. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  171. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  172. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  173. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  174. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  176. package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
  177. package/components/LightBox/LightBox.js +11 -11
  178. package/components/LightBox/LightBoxContent.js +1 -1
  179. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  180. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  181. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  182. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  183. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +18 -18
  184. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  185. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  186. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  187. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +1 -1
  188. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +3 -3
  189. package/components/Link/Link.js +17 -17
  190. package/components/List/List.js +7 -7
  191. package/components/List/components/ListEmptyState.js +1 -1
  192. package/components/List/components/ListItem.js +1 -1
  193. package/components/List/components/ListItemContent.js +12 -12
  194. package/components/List/components/ListItemControls.js +1 -1
  195. package/components/List/components/ListItemControlsButton.js +1 -1
  196. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  197. package/components/List/components/ListItemLoading.js +2 -2
  198. package/components/List/components/ListItemSelectable.js +4 -4
  199. package/components/List/components/ListItemTable.js +6 -6
  200. package/components/List/components/ListItemTailLeft.js +1 -1
  201. package/components/List/components/ListItemTailRight.js +1 -1
  202. package/components/List/components/ListSortableItem.js +5 -5
  203. package/components/List/components/ListSortableItemControls.js +5 -5
  204. package/components/List/components/ListSortableItemTarget.js +5 -5
  205. package/components/List/index.js +1 -1
  206. package/components/ListMaster/ListMaster.js +1 -1
  207. package/components/ListMaster/components/ListMasterBody.js +1 -1
  208. package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
  209. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  210. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  211. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  212. package/components/ListMaster/components/ListMasterHeader.js +10 -10
  213. package/components/ListMaster/components/SelectionControls.js +2 -2
  214. package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
  215. package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
  216. package/components/LoaderScreen/LoaderScreen.js +5 -5
  217. package/components/Marker/Marker.js +1 -1
  218. package/components/Marker/utils.js +1 -1
  219. package/components/MarkerStatus/MarkerStatus.js +7 -7
  220. package/components/ModalWindow/ModalWindow.js +1 -1
  221. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  222. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  223. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  224. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  225. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  226. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
  227. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  228. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  229. package/components/Notification/Notification.js +2 -2
  230. package/components/Notification/NotificationGrouped.js +1 -1
  231. package/components/Notification/components/NotificationBody.js +1 -1
  232. package/components/Notification/components/NotificationBodyContent.js +1 -1
  233. package/components/Notification/components/NotificationBodyList.js +1 -1
  234. package/components/Notification/components/NotificationClose.js +1 -1
  235. package/components/Notification/components/NotificationFooter.js +1 -1
  236. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  237. package/components/Notification/components/NotificationHeader.js +1 -1
  238. package/components/Notification/components/NotificationIcon.js +1 -1
  239. package/components/Notification/components/NotificationTime.js +1 -1
  240. package/components/NotificationIcon/NotificationIcon.js +1 -1
  241. package/components/NumberField/NumberFieldInput.js +1 -1
  242. package/components/OrderedList/OrderedList.js +4 -4
  243. package/components/OrderedList/OrderedListItem.js +6 -6
  244. package/components/Overlay/Overlay.js +1 -1
  245. package/components/Overlay/OverlayMask.js +1 -1
  246. package/components/Overlay/OverlayPanel.js +1 -1
  247. package/components/Page/Page.js +1 -1
  248. package/components/Page/components/BodyPage.js +1 -1
  249. package/components/Page/components/FooterPage.js +1 -1
  250. package/components/Page/components/HeaderPage.js +1 -1
  251. package/components/Pagination/components/PaginationExtended.js +2 -2
  252. package/components/Pagination/components/PaginationNavigationButton.js +6 -6
  253. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  254. package/components/Pagination/components/PaginationPageButton.js +5 -5
  255. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  256. package/components/Pagination/components/PaginationSelect.js +9 -9
  257. package/components/Radio/Radio.js +16 -16
  258. package/components/Radio/RadioXGroup.js +12 -12
  259. package/components/Radio/RadioYGroup.js +9 -9
  260. package/components/Row/Row.js +10 -10
  261. package/components/SMSField/SMSField.js +2 -2
  262. package/components/SMSField/components/RefreshIcon.js +1 -1
  263. package/components/SMSField/components/SMSFieldInput.js +2 -2
  264. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  265. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  266. package/components/SegmentedControl/SegmentedControl.js +12 -12
  267. package/components/SegmentedControl/SegmentedControlSegment.js +17 -17
  268. package/components/SelectExtendedField/SelectExtendedField.js +7 -7
  269. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  270. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +18 -18
  271. package/components/Skeleton/Skeleton.js +12 -12
  272. package/components/SliderExtended/SliderExtended.js +2 -2
  273. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  274. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  275. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  276. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  277. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
  278. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
  279. package/components/SmallInput/SmallInput.js +5 -5
  280. package/components/Spoiler/Spoiler.js +23 -23
  281. package/components/StatusTracker/StatusTracker.js +2 -2
  282. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  283. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  284. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  285. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  286. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  287. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  288. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  289. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  290. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  292. package/components/Step/Step.js +6 -6
  293. package/components/Stepper/RightBorderArrow.js +1 -1
  294. package/components/Stepper/Stepper.js +6 -6
  295. package/components/Stepper/StepperExtended.js +4 -4
  296. package/components/Stepper/StepperStep.js +2 -2
  297. package/components/Stepper/StepperWrapper.js +4 -4
  298. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  299. package/components/SuggestField/SuggestField.js +1 -1
  300. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  301. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  302. package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
  303. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  304. package/components/SuggestField/index.js +1 -1
  305. package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
  306. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  307. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  308. package/components/SuggestField/mobile/index.js +1 -1
  309. package/components/SwipeableArea/SwipeableArea.js +12 -12
  310. package/components/Table/FilterPanel.js +2 -2
  311. package/components/Table/MasterTable.js +2 -2
  312. package/components/Table/NoColumns.js +1 -1
  313. package/components/Table/PaginationPanel.js +2 -2
  314. package/components/Table/TableBasic/TableBasic.js +1 -1
  315. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  316. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  317. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  318. package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
  319. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  320. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +3 -3
  321. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  322. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  323. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  324. package/components/Table/TableFooter/TableFooter.js +1 -1
  325. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  326. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  327. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  328. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  329. package/components/Table/TabsLinePanel.js +5 -5
  330. package/components/Table/TabsLinePanelLinks.js +1 -1
  331. package/components/Table/utils.js +1 -1
  332. package/components/Tabs/Tabs.js +9 -9
  333. package/components/TabsExtended/TabsExtended.js +2 -2
  334. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  335. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  336. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  337. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  338. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  339. package/components/TabsExtended/utils.js +1 -1
  340. package/components/TabsLine/TabsLine.js +1 -1
  341. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  342. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  343. package/components/TabsLine/components/TabsLineItem.js +1 -1
  344. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  345. package/components/Tag/Tag.js +33 -33
  346. package/components/TagColor/TagColor.js +12 -12
  347. package/components/TagGroup/TagGroup.js +1 -1
  348. package/components/TextField/TextField.js +1 -1
  349. package/components/TextareaField/TextareaField.js +1 -1
  350. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  351. package/components/Tooltip/components/common/TooltipLink.js +17 -17
  352. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  353. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  354. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  355. package/components/Tooltip/components/mobile/TooltipMobile.js +8 -8
  356. package/components/TopOverlay/TopOverlay.js +18 -18
  357. package/components/TreeView/TreeView.js +1 -1
  358. package/components/TreeView/components/TreeViewGroup.js +1 -1
  359. package/components/TreeView/components/TreeViewNode.js +1 -1
  360. package/components/Typography/Caption.js +16 -16
  361. package/components/Typography/Text.js +23 -23
  362. package/components/Typography/Title.js +19 -19
  363. package/components/Typography/utils.js +1 -1
  364. package/components/UnorderedList/UnorderedList.js +4 -4
  365. package/components/UnorderedList/UnorderedListItem.js +9 -9
  366. package/components/UploadZone/UploadZone.js +109 -97
  367. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  368. package/components/index.js +172 -174
  369. package/index.d.ts +3 -39
  370. package/index.js +216 -218
  371. package/package.json +1 -1
  372. package/styles/triplex-next.css +535 -535
  373. package/chunks/Card.module-t9A1wsgP.js +0 -17
  374. package/chunks/CheckboxTreeExtended.module-BMfgVvwS.js +0 -11
  375. package/chunks/Confirm.module-CrTyGEYv.js +0 -15
  376. package/chunks/DropdownMobile.module-CdquuBgl.js +0 -23
  377. package/chunks/Footer.module-9PrdQ3S7.js +0 -9
  378. package/chunks/HeaderLayoutSidebar.module-QjkaZFtn.js +0 -9
  379. package/chunks/HeaderTabs.module-a_JyDpFt.js +0 -9
  380. package/chunks/IslandAccordion.module-BCHg71CD.js +0 -25
  381. package/chunks/IslandWidgetFooter.module-DV2tNWtj.js +0 -9
  382. package/chunks/IslandWidgetHeader.module-kAuK5xmR.js +0 -9
  383. package/chunks/LightBoxControls.module-CHrL_gpj.js +0 -16
  384. package/chunks/LightBoxSideOverlayClose.module-CVxmzGmO.js +0 -8
  385. package/chunks/ListItemTail.module-BW9qp-XX.js +0 -12
  386. package/chunks/ListMasterFooter.module-B3kLf2M1.js +0 -10
  387. package/chunks/ModalWindow.module-BFTuZtt7.js +0 -17
  388. package/chunks/Notification.module-DU0GLki1.js +0 -21
  389. package/chunks/Overlay.module-CQY18PV-.js +0 -18
  390. package/chunks/Page.module-BO9rnNjD.js +0 -11
  391. package/chunks/SMSField.module-ibOZLVgV.js +0 -16
  392. package/chunks/SliderExtendedMarks.module-BBaU_j-p.js +0 -15
  393. package/chunks/StatusTracker.module-C66hhTIO.js +0 -24
  394. package/chunks/TableFooter.module-cSix4Lyk.js +0 -14
  395. package/chunks/TabsExtended.module-D7fs9FsL.js +0 -16
  396. package/chunks/TabsLine.module-CEQyfehM.js +0 -21
  397. package/chunks/TooltipDesktop.module-DD9WosV6.js +0 -19
  398. package/chunks/TreeView.module-Dxrir5YQ.js +0 -9
  399. package/chunks/UploadZoneInput-C2_0grVp.js +0 -33
  400. package/chunks/utils-BhoCc4rI.js +0 -36
  401. package/chunks/utils-BsOip28-.js +0 -73
  402. package/chunks/utils-D8Gj0oC8.js +0 -20
  403. package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
@@ -1,122 +1,116 @@
1
- import { jsx as r, jsxs as c } from "react/jsx-runtime";
2
- import j, { useState as w, useContext as z, useRef as F, useEffect as M } from "react";
1
+ import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
+ import w, { useState as z, useContext as F, useRef as M, useEffect as T } from "react";
3
3
  import { CaretdownStrokeSrvIcon24 as Y, CrossStrokeSrvIcon24 as H } from "@sberbusiness/icons-next";
4
- import { a as W, c as x } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ import { a as W, c as n } from "../../../chunks/vendor-ClY57Zzq.js";
5
5
  import { Island as y } from "../../Island/Island.js";
6
6
  import { ExpandAnimation as $ } from "../../ExpandAnimation/ExpandAnimation.js";
7
- import { s as t } from "../../../chunks/IslandAccordion.module-BCHg71CD.js";
8
- import { IslandAccordionTitle as q } from "./IslandAccordionTitle.js";
9
- import { IslandAccordionContent as B } from "./IslandAccordionContent.js";
10
- import { IslandAccordionFooter as X } from "./IslandAccordionFooter.js";
11
- import { createSizeToClassNameMap as D } from "../../../utils/classNameMaps.js";
7
+ import { s as t } from "../../../chunks/IslandAccordion.module-B1DwUTEO.js";
8
+ import { IslandAccordionContent as q } from "./IslandAccordionContent.js";
9
+ import { IslandAccordionFooter as B } from "./IslandAccordionFooter.js";
10
+ import { createSizeToClassNameMap as X } from "../../../utils/classNameMaps.js";
12
11
  import "../../Button/Button.js";
13
12
  import "../../Button/ButtonBase.js";
14
- import { ButtonIcon as G } from "../../Button/ButtonIcon.js";
13
+ import { ButtonIcon as D } from "../../Button/ButtonIcon.js";
15
14
  import "../../Button/ButtonDropdown.js";
16
15
  import "../../Button/ButtonDropdownExtended.js";
17
- import { EIslandType as m } from "../../Island/enums.js";
16
+ import { EIslandType as p } from "../../Island/enums.js";
18
17
  import "../../Island/components/IslandBody.js";
19
18
  import "../../Island/components/IslandHeader.js";
20
19
  import "../../Island/components/IslandFooter.js";
21
- import { Step as J } from "../../Step/Step.js";
22
- import { EStepPosition as K } from "../../Step/enums.js";
23
- import { IslandAccordionContext as L } from "../IslandAccordionContext.js";
24
- const Q = {
25
- [m.TYPE_1]: t.type1,
26
- [m.TYPE_2]: t.type2,
27
- [m.TYPE_3]: t.type3
28
- }, U = D(t), V = Object.assign(
29
- j.forwardRef(
20
+ import { Step as G } from "../../Step/Step.js";
21
+ import { EStepPosition as J } from "../../Step/enums.js";
22
+ import { IslandAccordionContext as K } from "../IslandAccordionContext.js";
23
+ const L = {
24
+ [p.TYPE_1]: t.type1,
25
+ [p.TYPE_2]: t.type2,
26
+ [p.TYPE_3]: t.type3
27
+ }, Q = X(t), U = Object.assign(
28
+ w.forwardRef(
30
29
  ({
31
30
  children: S,
32
31
  title: v,
33
- className: A,
34
- opened: o,
35
- disabled: a,
36
- onRemove: i,
37
- onToggle: s,
38
- id: n,
39
- num: p,
40
- status: d,
41
- stepHint: E,
42
- transitionProps: k,
43
- ...T
44
- }, _) => {
45
- const [e, l] = w(o || !1), { size: f, type: I } = z(L), h = F(W()).current, u = `${h}header`, C = `${h}body`;
46
- M(() => {
47
- o !== void 0 && e !== o && l(o);
48
- }, [o, e]);
49
- const b = () => {
50
- if (a)
32
+ className: E,
33
+ opened: a,
34
+ disabled: e,
35
+ onRemove: s,
36
+ onToggle: c,
37
+ id: m,
38
+ num: d,
39
+ status: l,
40
+ stepHint: k,
41
+ transitionProps: A,
42
+ ..._
43
+ }, b) => {
44
+ const [o, f] = z(a || !1), { size: I, type: h } = F(K), u = M(W()).current, C = `${u}header`, N = `${u}body`;
45
+ T(() => {
46
+ a !== void 0 && o !== a && f(a);
47
+ }, [a, o]);
48
+ const O = () => {
49
+ if (e)
51
50
  return;
52
- const N = !e;
53
- s == null || s(N, n), o === void 0 && l(N);
54
- }, O = () => {
55
- a || i == null || i(n);
56
- }, P = x(A, t.item, U[f], Q[I], {
57
- [t.disabled]: !!a,
58
- [t.opened]: e
51
+ const x = !o;
52
+ c == null || c(x, m), a === void 0 && f(x);
53
+ }, P = () => {
54
+ e || s == null || s(m);
55
+ }, j = n(E, t.item, Q[I], L[h], {
56
+ [t.disabled]: !!e,
57
+ [t.opened]: o
59
58
  });
60
- return /* @__PURE__ */ r("li", { ...T, className: P, id: n, ref: _, children: /* @__PURE__ */ c(y, { className: t.island, size: f, type: I, children: [
61
- /* @__PURE__ */ r(y.Header, { children: /* @__PURE__ */ c(
62
- "button",
63
- {
64
- id: u,
65
- "aria-controls": C,
66
- "aria-expanded": e,
67
- type: "button",
68
- className: t.header,
69
- onClick: b,
70
- disabled: a,
71
- "data-tx": "1.10.0",
72
- children: [
73
- d && p && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(J, { step: p, status: d, position: K.XFirst, children: a ? void 0 : E }) }),
74
- /* @__PURE__ */ c("div", { className: t.titleWrapper, children: [
75
- " ",
76
- v
77
- ] }),
78
- /* @__PURE__ */ r(
79
- "span",
80
- {
81
- className: x(t.caretWrapper, "hoverable", {
82
- active: e
83
- }),
84
- children: /* @__PURE__ */ r(
85
- Y,
86
- {
87
- className: t.caretIcon,
88
- "aria-hidden": "true",
89
- paletteIndex: 5
90
- }
91
- )
92
- }
93
- )
94
- ]
95
- }
96
- ) }),
97
- i && /* @__PURE__ */ r("div", { className: t.remove, children: /* @__PURE__ */ r(G, { onClick: O, title: "Удалить", children: /* @__PURE__ */ r(H, { paletteIndex: 5 }) }) }),
98
- /* @__PURE__ */ r(
99
- $,
100
- {
101
- expanded: e && !a,
102
- id: C,
103
- role: "region",
104
- "aria-labelledby": u,
105
- transitionProps: k,
106
- children: S
107
- }
108
- )
109
- ] }) });
59
+ return /* @__PURE__ */ i("li", { ..._, className: j, id: m, ref: b, children: [
60
+ /* @__PURE__ */ i(y, { className: t.island, size: I, type: h, children: [
61
+ /* @__PURE__ */ r(y.Header, { children: /* @__PURE__ */ i(
62
+ "button",
63
+ {
64
+ id: C,
65
+ "aria-controls": N,
66
+ "aria-expanded": o,
67
+ type: "button",
68
+ className: n(t.header, {
69
+ hoverable: !o
70
+ }),
71
+ onClick: O,
72
+ disabled: e,
73
+ "data-tx": "1.11.0",
74
+ children: [
75
+ l && d && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(G, { step: d, status: l, position: J.XFirst, children: e ? void 0 : k }) }),
76
+ /* @__PURE__ */ i("div", { className: t.titleWrapper, children: [
77
+ " ",
78
+ v
79
+ ] }),
80
+ /* @__PURE__ */ r("span", { className: n(t.caretWrapper), children: /* @__PURE__ */ r(
81
+ Y,
82
+ {
83
+ className: t.caretIcon,
84
+ "aria-hidden": "true",
85
+ paletteIndex: 5
86
+ }
87
+ ) })
88
+ ]
89
+ }
90
+ ) }),
91
+ /* @__PURE__ */ r(
92
+ $,
93
+ {
94
+ expanded: o && !e,
95
+ id: N,
96
+ role: "region",
97
+ "aria-labelledby": C,
98
+ transitionProps: A,
99
+ children: S
100
+ }
101
+ )
102
+ ] }),
103
+ s && /* @__PURE__ */ r("div", { className: n(t.remove, "hoverable", { disabled: e }), children: /* @__PURE__ */ r(D, { onClick: P, title: "Удалить", children: /* @__PURE__ */ r(H, { paletteIndex: 5 }) }) })
104
+ ] });
110
105
  }
111
106
  ),
112
107
  {
113
- Title: q,
114
- Content: B,
115
- Footer: X
108
+ Content: q,
109
+ Footer: B
116
110
  }
117
111
  );
118
- V.displayName = "IslandAccordionItem";
112
+ U.displayName = "IslandAccordionItem";
119
113
  export {
120
- V as IslandAccordionItem
114
+ U as IslandAccordionItem
121
115
  };
122
116
  //# sourceMappingURL=IslandAccordionItem.js.map
@@ -1,11 +1,9 @@
1
1
  import { IslandAccordionItem as n } from "./IslandAccordionItem.js";
2
2
  import { IslandAccordionContent as c } from "./IslandAccordionContent.js";
3
3
  import { IslandAccordionFooter as e } from "./IslandAccordionFooter.js";
4
- import { IslandAccordionTitle as l } from "./IslandAccordionTitle.js";
5
4
  export {
6
5
  c as IslandAccordionContent,
7
6
  e as IslandAccordionFooter,
8
- n as IslandAccordionItem,
9
- l as IslandAccordionTitle
7
+ n as IslandAccordionItem
10
8
  };
11
9
  //# sourceMappingURL=index.js.map
@@ -1,13 +1,11 @@
1
1
  import { IslandAccordion as n } from "./IslandAccordion.js";
2
2
  import { IslandAccordionItem as d } from "./components/IslandAccordionItem.js";
3
3
  import { IslandAccordionContent as e } from "./components/IslandAccordionContent.js";
4
- import { IslandAccordionFooter as l } from "./components/IslandAccordionFooter.js";
5
- import { IslandAccordionTitle as I } from "./components/IslandAccordionTitle.js";
4
+ import { IslandAccordionFooter as I } from "./components/IslandAccordionFooter.js";
6
5
  export {
7
6
  n as IslandAccordion,
8
7
  e as IslandAccordionContent,
9
- l as IslandAccordionFooter,
10
- d as IslandAccordionItem,
11
- I as IslandAccordionTitle
8
+ I as IslandAccordionFooter,
9
+ d as IslandAccordionItem
12
10
  };
13
11
  //# sourceMappingURL=index.js.map
@@ -12,7 +12,7 @@ import { IslandWidgetExtraFooter as E } from "./components/IslandWidgetExtraFoot
12
12
  import { EComponentSize as I } from "../../enums/EComponentSize.js";
13
13
  import { c as F } from "../../chunks/vendor-ClY57Zzq.js";
14
14
  import { IslandWidgetContext as h } from "./IslandWidgetContext.js";
15
- const _ = "islandWidget__6db45c92", y = "islandWidgetWithExtraFooter__1e14a9fd", o = {
15
+ const _ = "islandWidget__48e05356", y = "islandWidgetWithExtraFooter__29941aab", o = {
16
16
  islandWidget: _,
17
17
  islandWidgetWithExtraFooter: y
18
18
  }, u = Object.assign(
@@ -25,7 +25,7 @@ const _ = "islandWidget__6db45c92", y = "islandWidgetWithExtraFooter__1e14a9fd",
25
25
  className: F(o.islandWidget, i, {
26
26
  [o.islandWidgetWithExtraFooter]: s
27
27
  }),
28
- "data-tx": "1.10.0",
28
+ "data-tx": "1.11.0",
29
29
  ...d,
30
30
  ref: a,
31
31
  children: /* @__PURE__ */ m(W, { type: g.TYPE_1, size: I.MD, children: [
@@ -3,9 +3,9 @@ import { useContext as d, useEffect as i } from "react";
3
3
  import { c as n } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
5
5
  import { IslandWidgetContext as l } from "../IslandWidgetContext.js";
6
- const m = "islandWidgetExtraFooter__5b2d7a07", c = {
6
+ const m = "islandWidgetExtraFooter__d7d99f65", c = {
7
7
  islandWidgetExtraFooter: m
8
- }, E = ({
8
+ }, f = ({
9
9
  children: r,
10
10
  className: e,
11
11
  open: t = !1,
@@ -16,8 +16,8 @@ const m = "islandWidgetExtraFooter__5b2d7a07", c = {
16
16
  s(t);
17
17
  }, [t]), /* @__PURE__ */ o("div", { ...a, className: n(e, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: r }) });
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-ClY57Zzq.js";
3
- import { s as n } from "../../../chunks/IslandWidgetFooter.module-DV2tNWtj.js";
3
+ import { s as n } from "../../../chunks/IslandWidgetFooter.module-DNunPtYA.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-DV2tNWtj.js";
2
+ import { s } from "../../../chunks/IslandWidgetFooter.module-DNunPtYA.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-DV2tNWtj.js";
2
+ import { s as r } from "../../../chunks/IslandWidgetFooter.module-DNunPtYA.js";
3
3
  const e = ({
4
4
  children: o,
5
5
  ...s
@@ -1,6 +1,6 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor-ClY57Zzq.js";
3
- import { s as a } from "../../../chunks/IslandWidgetHeader.module-kAuK5xmR.js";
3
+ import { s as a } from "../../../chunks/IslandWidgetHeader.module-CVe7qw8f.js";
4
4
  import { IslandWidgetHeaderContent as o } from "./IslandWidgetHeaderContent.js";
5
5
  import { IslandWidgetHeaderDescription as m } from "./IslandWidgetHeaderDescription.js";
6
6
  const e = ({ children: t, className: r, ...s }) => /* @__PURE__ */ d("div", { ...s, className: i(r, a.islandWidgetHeader), children: t });
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
3
- import { s as o } from "../../../chunks/IslandWidgetHeader.module-kAuK5xmR.js";
3
+ import { s as o } from "../../../chunks/IslandWidgetHeader.module-CVe7qw8f.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-ClY57Zzq.js";
3
- import { s as t } from "../../../chunks/IslandWidgetHeader.module-kAuK5xmR.js";
3
+ import { s as t } from "../../../chunks/IslandWidgetHeader.module-CVe7qw8f.js";
4
4
  const d = ({
5
5
  children: s,
6
6
  className: e,
@@ -1,13 +1,13 @@
1
- import { jsx as e } from "react/jsx-runtime";
1
+ 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-ClY57Zzq.js";
4
4
  import { IslandWidgetContext as n } from "../IslandWidgetContext.js";
5
- const W = "islandWidgetWrapper__944e841b", m = {
5
+ const W = "islandWidgetWrapper__73d47332", m = {
6
6
  islandWidgetWrapper: W
7
7
  }, c = i.forwardRef(
8
- ({ children: r, className: t, ...a }, s) => {
8
+ ({ children: e, className: t, ...a }, s) => {
9
9
  const [d, o] = p(!1);
10
- return /* @__PURE__ */ e(n.Provider, { value: { hasExtraFooter: d, setHasExtraFooter: o }, children: /* @__PURE__ */ e("div", { className: l(m.islandWidgetWrapper, t), ...a, ref: s, children: r }) });
10
+ return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: d, setHasExtraFooter: o }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper, t), ...a, ref: s, children: e }) });
11
11
  }
12
12
  );
13
13
  c.displayName = "IslandWidgetWrapper";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as x, Fragment as R, jsx as o } from "react/jsx-runtime";
2
2
  import { useRef as n, useEffect as B } from "react";
3
3
  import { c as V, h as A } from "../../chunks/vendor-ClY57Zzq.js";
4
- import { L as D, s as e } from "../../chunks/LightBoxContent-DDRusGqo.js";
4
+ import { L as D, s as e } from "../../chunks/LightBoxContent-D0toheNV.js";
5
5
  import { LightBoxControls as F } from "./LightBoxControls/LightBoxControls.js";
6
6
  import { LightBoxSideOverlay as I } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
7
  import { Portal as T } from "../Portal/Portal.js";
@@ -15,15 +15,15 @@ import { LightBoxLeftSidebar as H } from "./LightBoxSidebars/LightBoxLeftSidebar
15
15
  import { LightBoxRightSidebar as U } from "./LightBoxSidebars/LightBoxRightSidebar.js";
16
16
  import "./LightBoxSideOverlay/enums.js";
17
17
  const Z = {
18
- "scroll-0": "scroll-0__f3116a48",
19
- "scroll-15": "scroll-15__f9cdce04",
20
- "scroll-16": "scroll-16__c5a38366",
21
- "scroll-17": "scroll-17__14e2a2b2"
18
+ "scroll-0": "scroll-0__05c236fc",
19
+ "scroll-15": "scroll-15__e303c00d",
20
+ "scroll-16": "scroll-16__ceab07f0",
21
+ "scroll-17": "scroll-17__25b062d4"
22
22
  }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
23
23
  children: v,
24
24
  className: M,
25
25
  focusTrapProps: r,
26
- forwardRef: c,
26
+ forwardRef: a,
27
27
  mountNode: s,
28
28
  lightBoxViewManagerNodeId: m = L,
29
29
  isLoading: d,
@@ -37,7 +37,7 @@ const Z = {
37
37
  }, _ = () => {
38
38
  let t = null;
39
39
  return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
40
- }, a = n(C()), g = n(_()), h = () => {
40
+ }, c = n(C()), g = n(_()), h = () => {
41
41
  N.forEach((t) => document.documentElement.classList.add(t));
42
42
  };
43
43
  B(() => (k(Z), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), B(() => {
@@ -47,7 +47,7 @@ const Z = {
47
47
  }
48
48
  }, [i]);
49
49
  const w = (t) => {
50
- u.current = t, c && (c.current = t);
50
+ u.current = t, a && (a.current = t);
51
51
  }, O = V(
52
52
  E,
53
53
  e.lightBox,
@@ -58,7 +58,7 @@ const Z = {
58
58
  },
59
59
  M
60
60
  );
61
- if (!a.current)
61
+ if (!c.current)
62
62
  return null;
63
63
  const f = () => /* @__PURE__ */ x("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
64
64
  /* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
@@ -66,7 +66,7 @@ const Z = {
66
66
  /* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
67
67
  ] });
68
68
  return /* @__PURE__ */ x(R, { children: [
69
- /* @__PURE__ */ o(T, { container: a.current, children: /* @__PURE__ */ o(
69
+ /* @__PURE__ */ o(T, { container: c.current, children: /* @__PURE__ */ o(
70
70
  W,
71
71
  {
72
72
  fallback: /* @__PURE__ */ o(
@@ -90,7 +90,7 @@ const Z = {
90
90
  q,
91
91
  {
92
92
  lightBoxViewManagerNode: g.current,
93
- lightBoxMountNode: a.current
93
+ lightBoxMountNode: c.current
94
94
  }
95
95
  )
96
96
  ] });
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../WindowResizeListener/WindowResizeListener.js";
4
4
  import "../../chunks/vendor-ClY57Zzq.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-DDRusGqo.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-D0toheNV.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-CHrL_gpj.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-DUY3tLKy.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-ClY57Zzq.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-CHrL_gpj.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-DUY3tLKy.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-CHrL_gpj.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-DUY3tLKy.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-CHrL_gpj.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-DUY3tLKy.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,
@@ -7,8 +7,8 @@ import { LightBoxSideOverlayLoader as I } from "./LightBoxSideOverlayLoader.js";
7
7
  import { FocusTrapUtils as T } from "../../../utils/focus/FocusTrapUtils.js";
8
8
  import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseMobile.js";
9
9
  import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
10
- import { ELightBoxSideOverlaySize as a } from "./enums.js";
11
- const q = "lightBoxSideOverlayMask__3af94f29", J = "lightBoxSideOverlayWrapper__86ab4c8a", K = "overflowXHidden__a26f8b67", Q = "overflowYHidden__1de1e016", V = "closing__f05cb612", Z = "opened__52195157", $ = "lightBoxSideOverlayContent__97bbc901", P = "opening__4abf9867", ee = "sizeSM__1fc74ef4", ie = "sizeMD__d7b1e68a", te = "sizeLG__0fc7056d", oe = "lightBoxSideOverlay__ca7e9f68", e = {
10
+ import { ELightBoxSideOverlaySize as s } from "./enums.js";
11
+ const q = "lightBoxSideOverlayMask__e8a4e735", J = "lightBoxSideOverlayWrapper__b5194a7c", K = "overflowXHidden__80cbf401", Q = "overflowYHidden__553ce50b", V = "closing__ebbb50ff", Z = "opened__903a276d", $ = "lightBoxSideOverlayContent__8b670b5d", P = "opening__99f4d99d", ee = "sizeSM__fed72468", ie = "sizeMD__4cc15bd5", te = "sizeLG__bffec3ec", oe = "lightBoxSideOverlay__1d4429fc", e = {
12
12
  lightBoxSideOverlayMask: q,
13
13
  lightBoxSideOverlayWrapper: J,
14
14
  overflowXHidden: K,
@@ -25,23 +25,23 @@ const q = "lightBoxSideOverlayMask__3af94f29", J = "lightBoxSideOverlayWrapper__
25
25
  children: _,
26
26
  className: M,
27
27
  focusTrapProps: l,
28
- isLoading: s,
28
+ isLoading: a,
29
29
  loadingTitle: u,
30
30
  isTopLevelSideOverlayOpened: B,
31
- isTopOverlayOpened: z,
31
+ isTopOverlayOpened: b,
32
32
  onClose: c,
33
33
  onOpen: d,
34
34
  opened: i,
35
- size: f = a.MD,
36
- ...D
35
+ size: g = s.MD,
36
+ ...z
37
37
  }) => {
38
- const [o, g] = x(!1), [n, v] = x(!1), h = p(i), S = p(null);
38
+ const [o, v] = x(!1), [n, f] = x(!1), h = p(i), S = p(null);
39
39
  W(() => {
40
- h.current && !i ? (v(!1), g(!0)) : !h.current && i && (g(!1), v(!0)), h.current = i;
40
+ h.current && !i ? (f(!1), v(!0)) : !h.current && i && (v(!1), f(!0)), h.current = i;
41
41
  }, [i]);
42
- const b = (r) => {
42
+ const D = (r) => {
43
43
  const { target: G, currentTarget: N } = r;
44
- G === N && (o ? (g(!1), c == null || c()) : n && (v(!1), d == null || d()));
44
+ G === N && (o ? (v(!1), c == null || c()) : n && (f(!1), d == null || d()));
45
45
  }, k = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ O(
46
46
  "div",
47
47
  {
@@ -50,22 +50,22 @@ const q = "lightBoxSideOverlayMask__3af94f29", J = "lightBoxSideOverlayWrapper__
50
50
  [e.opening]: n,
51
51
  [e.opened]: i
52
52
  }),
53
- onTransitionEnd: b,
53
+ onTransitionEnd: D,
54
54
  ref: S,
55
55
  children: [
56
56
  _,
57
- s && /* @__PURE__ */ t(I, { loadingTitle: u })
57
+ a && /* @__PURE__ */ t(I, { loadingTitle: u })
58
58
  ]
59
59
  }
60
60
  ), L = () => {
61
61
  }, w = m(M, e.lightBoxSideOverlayWrapper, {
62
62
  [e.closing]: o,
63
63
  [e.opened]: i,
64
- [e.overflowXHidden]: !!B || !!s,
65
- [e.overflowYHidden]: !!B || !!s || !!z,
66
- [e.sizeSM]: f === a.SM,
67
- [e.sizeMD]: f === a.MD,
68
- [e.sizeLG]: f === a.LG
64
+ [e.overflowXHidden]: !!B || !!a,
65
+ [e.overflowYHidden]: !!B || !!a || !!b,
66
+ [e.sizeSM]: g === s.SM,
67
+ [e.sizeMD]: g === s.MD,
68
+ [e.sizeLG]: g === s.LG
69
69
  }), E = (r) => /* @__PURE__ */ O(C, { children: [
70
70
  k(r),
71
71
  H()
@@ -90,7 +90,7 @@ const q = "lightBoxSideOverlayMask__3af94f29", J = "lightBoxSideOverlayWrapper__
90
90
  preventScroll: !0,
91
91
  ...l == null ? void 0 : l.focusTrapOptions
92
92
  },
93
- children: /* @__PURE__ */ t("div", { className: w, role: "dialog", "aria-modal": "true", ...D, children: F })
93
+ children: /* @__PURE__ */ t("div", { className: w, role: "dialog", "aria-modal": "true", ...z, children: F })
94
94
  }
95
95
  );
96
96
  };
@@ -7,7 +7,7 @@ import { CrossStrokeSrvIcon32 as f } from "@sberbusiness/icons-next";
7
7
  import { EButtonTheme as a } from "../../Button/enums.js";
8
8
  import { EComponentSize as c } from "../../../enums/EComponentSize.js";
9
9
  import { Button as d } from "../../Button/Button.js";
10
- import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-CVxmzGmO.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js";
11
11
  const C = ({
12
12
  className: r,
13
13
  clickByEsc: m,
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as r } from "../../../chunks/vendor-ClY57Zzq.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-CVxmzGmO.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js";
5
5
  import { EButtonTheme as l } from "../../Button/enums.js";
6
6
  import { EComponentSize as s } from "../../../enums/EComponentSize.js";
7
7
  import { Button as a } from "../../Button/Button.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import { useState as d, useRef as s, useEffect as l } from "react";
3
3
  import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__73a086dd", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__0e00ddf4", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
7
  const [t, r] = d(0), e = s(null);
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { c as a } from "../../../chunks/vendor-ClY57Zzq.js";
3
- const d = "lightBoxLeftSidebar__a716dc8f", l = "lightBoxLeftSidebarInner__1e87e899", t = {
3
+ const d = "lightBoxLeftSidebar__d83b53f9", l = "lightBoxLeftSidebarInner__90cb2b5a", t = {
4
4
  lightBoxLeftSidebar: d,
5
5
  lightBoxLeftSidebarInner: l
6
6
  }, s = ({
@@ -1,8 +1,8 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import { c as r } from "../../../chunks/vendor-ClY57Zzq.js";
3
- const o = "lightBoxRightSidebar__3bee621a", a = "lightBoxRightSidebarInner__895f0b91", t = {
4
- lightBoxRightSidebar: o,
5
- lightBoxRightSidebarInner: a
3
+ const a = "lightBoxRightSidebar__7d0e2cfa", o = "lightBoxRightSidebarInner__795b11ba", t = {
4
+ lightBoxRightSidebar: a,
5
+ lightBoxRightSidebarInner: o
6
6
  }, d = ({
7
7
  children: e,
8
8
  className: h,