@sberbusiness/triplex-next 1.11.1 → 1.13.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 (434) hide show
  1. package/README.md +4 -4
  2. package/chunks/AlertProcessSpoiler-CKP4h8-E.js +39 -0
  3. package/chunks/CalendarViewItem-h3bxNCuW.js +101 -0
  4. package/chunks/Card.module-bJptPqpj.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-bphUNnbQ.js +14 -0
  6. package/chunks/{Chip-cfCxiRgH.js → Chip-DaZ9JtW-.js} +15 -15
  7. package/chunks/Confirm.module-BF4VDMnq.js +15 -0
  8. package/chunks/{DropdownListItem-DmNoGI25.js → DropdownListItem-D52nAe3Z.js} +7 -7
  9. package/chunks/DropdownMobile.module-ClkvaJLd.js +23 -0
  10. package/chunks/Footer.module-QvomhMbc.js +9 -0
  11. package/chunks/{FormFieldInput-8PHiOrKp.js → FormFieldInput-GtoWWQRE.js} +9 -9
  12. package/chunks/HeaderLayoutSidebar.module-OCqAbr7a.js +9 -0
  13. package/chunks/HeaderTabs.module-jYlPSHw3.js +9 -0
  14. package/chunks/{HeaderTitle.module-Br1uSnXp.js → HeaderTitle.module-Bvdyra1H.js} +2 -2
  15. package/chunks/IslandAccordion.module-Z_pjfKJd.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-ChRxDXcv.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-RRcKD0BV.js +9 -0
  18. package/chunks/{LightBoxContent-BsgLiqBK.js → LightBoxContent-BXDZ6C5k.js} +8 -8
  19. package/chunks/LightBoxControls.module-BkOqYjOz.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-CeFQNtqn.js +8 -0
  21. package/chunks/{ListItemControlsButton-Di_xvf2z.js → ListItemControlsButton-BHqWsm74.js} +12 -12
  22. package/chunks/ListItemTail.module-CunfwMYT.js +12 -0
  23. package/chunks/ListMasterFooter.module-Dtv2xqml.js +10 -0
  24. package/chunks/ModalWindow.module-BHX3St6k.js +17 -0
  25. package/chunks/Notification.module-C4_TLm8a.js +21 -0
  26. package/chunks/Overlay.module-B6Jld0v6.js +18 -0
  27. package/chunks/Page.module-2EjEIDnt.js +11 -0
  28. package/chunks/{RightBorderArrow-CCP2YL7m.js → RightBorderArrow-BomPWl1J.js} +6 -6
  29. package/chunks/SMSField.module-BKVjFcIn.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-BGXnGEBx.js +15 -0
  31. package/chunks/SliderExtendedRail-D96vBE1q.js +40 -0
  32. package/chunks/StatusTracker.module-BKem67MH.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-Bxhju9ds.js → SuggestFieldMobileDropdownHint-CmJLz6qx.js} +2 -2
  34. package/chunks/TableFooter.module-BAduw_pb.js +14 -0
  35. package/chunks/TabsExtended.module-D_KXJPSZ.js +16 -0
  36. package/chunks/TabsLine.module-COfUYGXF.js +21 -0
  37. package/chunks/TooltipDesktop.module-CG3_T63F.js +19 -0
  38. package/chunks/TreeView.module-CtJTgfbr.js +9 -0
  39. package/chunks/UploadZoneInput-scXVyf90.js +33 -0
  40. package/chunks/{utils-ByxsWSQj.js → utils-B-KTHE01.js} +4 -4
  41. package/chunks/utils-C_xmindK.js +27 -0
  42. package/chunks/utils-CkGPjHGm.js +73 -0
  43. package/chunks/utils-esDpM0b2.js +24 -0
  44. package/chunks/utils-yLrEzIHN.js +36 -0
  45. package/chunks/{vendor-ClY57Zzq.js → vendor-CwhnMZ7o.js} +126 -109
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +13 -13
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +3 -3
  52. package/components/AmountField/AmountField.js +44 -36
  53. package/components/Avatar/Avatar.js +27 -0
  54. package/components/Avatar/enums.js +5 -0
  55. package/components/Avatar/index.js +7 -0
  56. package/components/Avatar/types.js +2 -0
  57. package/components/Body/Body.js +7 -7
  58. package/components/Button/Button.js +20 -20
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +18 -18
  61. package/components/Button/ButtonDropdownExtended.js +9 -9
  62. package/components/Button/ButtonIcon.js +8 -8
  63. package/components/Calendar/Calendar.js +6 -6
  64. package/components/Calendar/CalendarContext.js +1 -1
  65. package/components/Calendar/components/CalendarControls.js +9 -9
  66. package/components/Calendar/components/CalendarFooter.js +1 -1
  67. package/components/Calendar/components/CalendarViewDays.js +2 -2
  68. package/components/Calendar/components/CalendarViewItem.js +2 -2
  69. package/components/Calendar/components/CalendarViewMonths.js +2 -2
  70. package/components/Calendar/components/CalendarViewYears.js +2 -2
  71. package/components/Calendar/utils.js +1 -1
  72. package/components/Card/CardAction.js +11 -11
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +7 -7
  81. package/components/Checkbox/Checkbox.js +15 -15
  82. package/components/Checkbox/CheckboxXGroup.js +15 -15
  83. package/components/Checkbox/CheckboxYGroup.js +4 -4
  84. package/components/CheckboxTree/CheckboxTree.js +14 -13
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
  86. package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +39 -46
  90. package/components/Chip/Chip.js +2 -2
  91. package/components/Chip/ChipClearButton.js +7 -7
  92. package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
  93. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  94. package/components/Chip/ChipDropdownArrow.js +5 -5
  95. package/components/Chip/ChipIcon.js +1 -1
  96. package/components/Chip/ChipMultiselect.js +2 -2
  97. package/components/Chip/ChipOptions.js +4 -4
  98. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  99. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  100. package/components/Chip/ChipSort.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  103. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  104. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  105. package/components/Chip/index.js +1 -1
  106. package/components/ChipGroup/ChipGroup.js +8 -8
  107. package/components/Col/Col.js +141 -141
  108. package/components/CollapsableTree/components/CollapsableTreeNode.js +14 -14
  109. package/components/Confirm/Confirm.js +2 -2
  110. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  111. package/components/Confirm/components/ConfirmContent.js +2 -2
  112. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  113. package/components/Confirm/components/ConfirmControls.js +2 -2
  114. package/components/DateField/DateField.js +3 -3
  115. package/components/DateField/utils.js +1 -1
  116. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  117. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
  118. package/components/DateRange/DateRange.js +10 -10
  119. package/components/DateRange/index.js +7 -0
  120. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  121. package/components/DesignTokens/DesignTokensComponents.js +96 -99
  122. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -95
  123. package/components/DesignTokens/components/Avatar.js +9 -0
  124. package/components/DesignTokens/components/LightBox.js +1 -1
  125. package/components/DesignTokens/components/index.js +149 -149
  126. package/components/Divider/Divider.js +18 -18
  127. package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
  128. package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
  129. package/components/Dropdown/desktop/DropdownList.js +2 -2
  130. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  131. package/components/Dropdown/desktop/index.js +1 -1
  132. package/components/Dropdown/index.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  142. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  143. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  144. package/components/Ellipsis/Ellipsis.js +6 -6
  145. package/components/ExpandAnimation/ExpandAnimation.js +15 -15
  146. package/components/Footer/Footer.js +1 -1
  147. package/components/Footer/components/FooterDescription.js +2 -2
  148. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  149. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  150. package/components/FormField/FormField.js +51 -45
  151. package/components/FormField/components/FormFieldClear.js +4 -4
  152. package/components/FormField/components/FormFieldCounter.js +1 -1
  153. package/components/FormField/components/FormFieldDescription.js +5 -5
  154. package/components/FormField/components/FormFieldInput.js +2 -2
  155. package/components/FormField/components/FormFieldLabel.js +10 -10
  156. package/components/FormField/components/FormFieldMaskedInput.js +9 -9
  157. package/components/FormField/components/FormFieldPostfix.js +5 -5
  158. package/components/FormField/components/FormFieldPrefix.js +2 -2
  159. package/components/FormField/components/FormFieldTarget.js +17 -17
  160. package/components/FormField/components/FormFieldTextarea.js +14 -14
  161. package/components/FormField/index.js +16 -15
  162. package/components/Header/Header.js +1 -1
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  165. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  166. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
  167. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  169. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  172. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  173. package/components/HelpBox/HelpBox.js +43 -44
  174. package/components/Island/Island.js +2 -2
  175. package/components/Island/components/IslandBody.js +3 -3
  176. package/components/Island/components/IslandFooter.js +4 -4
  177. package/components/Island/components/IslandHeader.js +3 -3
  178. package/components/Island/utils.js +1 -1
  179. package/components/IslandAccordion/IslandAccordion.js +3 -3
  180. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  181. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  182. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  183. package/components/IslandWidget/IslandWidget.js +6 -6
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  185. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  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 +2 -2
  189. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
  192. package/components/LightBox/LightBox.js +17 -17
  193. package/components/LightBox/LightBoxContent.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  195. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +26 -26
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +12 -10
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -12
  204. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  205. package/components/Link/Link.js +18 -18
  206. package/components/List/List.js +5 -5
  207. package/components/List/ListSortable.js +1 -1
  208. package/components/List/components/ListEmptyState.js +2 -2
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +6 -6
  211. package/components/List/components/ListItemControls.js +5 -5
  212. package/components/List/components/ListItemControlsButton.js +2 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  214. package/components/List/components/ListItemLoading.js +4 -4
  215. package/components/List/components/ListItemSelectable.js +5 -5
  216. package/components/List/components/ListItemTable.js +6 -6
  217. package/components/List/components/ListItemTailLeft.js +2 -2
  218. package/components/List/components/ListItemTailRight.js +2 -2
  219. package/components/List/components/ListSortableItem.js +7 -7
  220. package/components/List/components/ListSortableItemControls.js +2 -2
  221. package/components/List/components/ListSortableItemTarget.js +7 -7
  222. package/components/List/index.js +1 -1
  223. package/components/ListMaster/ListMaster.js +1 -1
  224. package/components/ListMaster/components/ListMasterBody.js +1 -1
  225. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  226. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  227. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  228. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  229. package/components/ListMaster/components/ListMasterHeader.js +8 -8
  230. package/components/ListMaster/components/SelectionControls.js +3 -3
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +2 -2
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +4 -4
  233. package/components/LoaderScreen/LoaderScreen.js +11 -11
  234. package/components/Marker/Marker.js +2 -2
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +11 -11
  237. package/components/ModalWindow/ModalWindow.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowBody.js +10 -10
  239. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  240. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  242. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  243. package/components/MonthYearField/utils.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  245. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +21 -16
  246. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  247. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  248. package/components/Notification/Notification.js +3 -3
  249. package/components/Notification/NotificationGrouped.js +1 -1
  250. package/components/Notification/components/NotificationBody.js +1 -1
  251. package/components/Notification/components/NotificationBodyContent.js +1 -1
  252. package/components/Notification/components/NotificationBodyList.js +2 -2
  253. package/components/Notification/components/NotificationClose.js +1 -1
  254. package/components/Notification/components/NotificationFooter.js +1 -1
  255. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  256. package/components/Notification/components/NotificationHeader.js +1 -1
  257. package/components/Notification/components/NotificationIcon.js +1 -1
  258. package/components/Notification/components/NotificationTime.js +1 -1
  259. package/components/NotificationIcon/NotificationIcon.js +2 -2
  260. package/components/NumberField/NumberFieldInput.js +2 -2
  261. package/components/OrderedList/OrderedList.js +5 -5
  262. package/components/OrderedList/OrderedListItem.js +7 -7
  263. package/components/Overlay/Overlay.js +2 -2
  264. package/components/Overlay/OverlayMask.js +2 -2
  265. package/components/Overlay/OverlayPanel.js +2 -2
  266. package/components/Page/Page.js +2 -2
  267. package/components/Page/components/BodyPage.js +11 -11
  268. package/components/Page/components/FooterPage.js +2 -2
  269. package/components/Page/components/HeaderPage.js +2 -2
  270. package/components/Pagination/components/PaginationExtended.js +6 -6
  271. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  272. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  273. package/components/Pagination/components/PaginationPageButton.js +4 -4
  274. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  275. package/components/Pagination/components/PaginationSelect.js +32 -24
  276. package/components/Pagination/utils/paginationUtils.js +1 -1
  277. package/components/Radio/Radio.js +16 -16
  278. package/components/Radio/RadioXGroup.js +15 -15
  279. package/components/Radio/RadioYGroup.js +9 -9
  280. package/components/Row/Row.js +6 -6
  281. package/components/SMSField/SMSField.js +3 -3
  282. package/components/SMSField/components/RefreshIcon.js +2 -2
  283. package/components/SMSField/components/SMSFieldInput.js +3 -3
  284. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  285. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  286. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  287. package/components/SegmentedControl/SegmentedControl.js +6 -6
  288. package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
  289. package/components/SelectExtendedField/SelectExtendedField.js +11 -11
  290. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  291. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -81
  292. package/components/SelectField/SelectField.js +1 -1
  293. package/components/Skeleton/Skeleton.js +11 -11
  294. package/components/SliderExtended/SliderExtended.js +3 -3
  295. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
  296. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  297. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  298. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  299. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +7 -7
  300. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
  301. package/components/SmallInput/SmallInput.js +2 -2
  302. package/components/Spoiler/Spoiler.js +16 -16
  303. package/components/StatusTracker/StatusTracker.js +3 -3
  304. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  314. package/components/Step/Step.js +11 -11
  315. package/components/Stepper/RightBorderArrow.js +1 -1
  316. package/components/Stepper/Stepper.js +4 -4
  317. package/components/Stepper/StepperExtended.js +6 -6
  318. package/components/Stepper/StepperStep.js +3 -3
  319. package/components/Stepper/StepperWrapper.js +6 -6
  320. package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
  321. package/components/SuggestField/SuggestField.js +1 -1
  322. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  323. package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
  324. package/components/SuggestField/desktop/SuggestFieldDesktop.js +16 -16
  325. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  326. package/components/SuggestField/index.js +1 -1
  327. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  328. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  329. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  330. package/components/SuggestField/mobile/index.js +1 -1
  331. package/components/SwipeableArea/SwipeableArea.js +21 -21
  332. package/components/Table/FilterPanel.js +3 -3
  333. package/components/Table/MasterTable.js +16 -16
  334. package/components/Table/NoColumns.js +2 -2
  335. package/components/Table/PaginationPanel.js +5 -5
  336. package/components/Table/TableBasic/TableBasic.js +2 -2
  337. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  338. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  339. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  340. package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
  341. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
  342. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
  343. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  344. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  346. package/components/Table/TableFooter/TableFooter.js +2 -2
  347. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  348. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  349. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  351. package/components/Table/TabsLinePanel.js +6 -6
  352. package/components/Table/TabsLinePanelLinks.js +6 -6
  353. package/components/Table/utils.js +1 -1
  354. package/components/Tabs/Tabs.js +34 -33
  355. package/components/TabsExtended/TabsExtended.js +3 -3
  356. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  357. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  361. package/components/TabsExtended/utils.js +1 -1
  362. package/components/TabsLine/TabsLine.js +2 -2
  363. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  364. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  365. package/components/TabsLine/components/TabsLineItem.js +2 -2
  366. package/components/TabsLine/components/TabsLineMobile.js +1 -1
  367. package/components/Tag/Tag.js +23 -23
  368. package/components/TagColor/TagColor.js +11 -11
  369. package/components/TagGroup/TagGroup.js +12 -12
  370. package/components/TextField/TextField.js +1 -1
  371. package/components/TextareaField/TextareaField.js +2 -2
  372. package/components/ThemeProvider/ThemeProvider.js +1 -1
  373. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  374. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  375. package/components/Tooltip/components/common/TooltipLink.js +18 -18
  376. package/components/Tooltip/components/common/TooltipXButton.js +8 -8
  377. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  378. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  379. package/components/Tooltip/components/mobile/TooltipMobile.js +37 -36
  380. package/components/TopOverlay/TopOverlay.js +23 -23
  381. package/components/TreeView/TreeView.js +2 -2
  382. package/components/TreeView/components/TreeViewGroup.js +1 -1
  383. package/components/TreeView/components/TreeViewNode.js +2 -2
  384. package/components/Typography/Caption.js +15 -15
  385. package/components/Typography/Text.js +21 -21
  386. package/components/Typography/Title.js +19 -19
  387. package/components/Typography/utils.js +1 -1
  388. package/components/UnorderedList/UnorderedList.js +3 -3
  389. package/components/UnorderedList/UnorderedListItem.js +11 -11
  390. package/components/UploadZone/UploadZone.js +69 -91
  391. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  392. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  393. package/components/index.js +556 -547
  394. package/consts/DateConst.js +1 -1
  395. package/index.d.ts +123 -33
  396. package/index.js +598 -589
  397. package/package.json +10 -2
  398. package/styles/triplex-next.css +534 -535
  399. package/utils/amountUtils.js +1 -1
  400. package/chunks/AlertProcessSpoiler-BD_Gn-Dt.js +0 -39
  401. package/chunks/CalendarViewItem-D4xPCMNk.js +0 -101
  402. package/chunks/Card.module-Bhthde3h.js +0 -17
  403. package/chunks/CheckboxTreeExtended.module-BiRkBMQF.js +0 -11
  404. package/chunks/Confirm.module-DFlXoQgj.js +0 -15
  405. package/chunks/DropdownMobile.module-GlVoDQNA.js +0 -23
  406. package/chunks/Footer.module-DF8KqUFe.js +0 -9
  407. package/chunks/HeaderLayoutSidebar.module-Dyup0YXT.js +0 -9
  408. package/chunks/HeaderTabs.module-BOk45fdD.js +0 -9
  409. package/chunks/IslandAccordion.module-DBJCDTU5.js +0 -25
  410. package/chunks/IslandWidgetFooter.module-Cm4qltRz.js +0 -9
  411. package/chunks/IslandWidgetHeader.module-DNGkgtxt.js +0 -9
  412. package/chunks/LightBoxControls.module-D0jwVGM3.js +0 -16
  413. package/chunks/LightBoxSideOverlayClose.module-CRGNy4wB.js +0 -8
  414. package/chunks/ListItemTail.module-8hOMglSb.js +0 -12
  415. package/chunks/ListMasterFooter.module-BqDaSIa3.js +0 -10
  416. package/chunks/ModalWindow.module-D64WOEok.js +0 -17
  417. package/chunks/Notification.module-D_VFaM4r.js +0 -21
  418. package/chunks/Overlay.module-CQqFoPPv.js +0 -18
  419. package/chunks/Page.module-7Rk0weox.js +0 -11
  420. package/chunks/SMSField.module-BYMY_yYk.js +0 -16
  421. package/chunks/SliderExtendedMarks.module-DXK4tjpP.js +0 -15
  422. package/chunks/SliderExtendedRail-DgAU6Her.js +0 -40
  423. package/chunks/StatusTracker.module-BKN8QleZ.js +0 -24
  424. package/chunks/TableFooter.module-BCg7kNAi.js +0 -14
  425. package/chunks/TabsExtended.module--zTP2nly.js +0 -16
  426. package/chunks/TabsLine.module-JVvza8Eg.js +0 -21
  427. package/chunks/TooltipDesktop.module-CKhpsiwl.js +0 -19
  428. package/chunks/TreeView.module-BdAF2m9x.js +0 -9
  429. package/chunks/UploadZoneInput-BYbkWwSb.js +0 -35
  430. package/chunks/utils-B8d-0n8_.js +0 -36
  431. package/chunks/utils-DSD_i5Q7.js +0 -73
  432. package/chunks/utils-DVMlFgJB.js +0 -24
  433. package/chunks/utils-uus5lwmy.js +0 -27
  434. package/components/DesignTokens/components/AmountField.js +0 -11
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
3
- import { s as o } from "../../../chunks/IslandWidgetHeader.module-DNGkgtxt.js";
2
+ import { c as d } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ import { s as o } from "../../../chunks/IslandWidgetHeader.module-RRcKD0BV.js";
4
4
  const n = ({
5
5
  children: e,
6
6
  className: t,
@@ -1,6 +1,6 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { c as a } from "../../../chunks/vendor-ClY57Zzq.js";
3
- import { s as t } from "../../../chunks/IslandWidgetHeader.module-DNGkgtxt.js";
2
+ import { c as a } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ import { s as t } from "../../../chunks/IslandWidgetHeader.module-RRcKD0BV.js";
4
4
  const d = ({
5
5
  children: s,
6
6
  className: e,
@@ -1,8 +1,8 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import i, { useState as p } from "react";
3
- import { c as l } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as l } from "../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { IslandWidgetContext as n } from "../IslandWidgetContext.js";
5
- const W = "islandWidgetWrapper__faad0b22", m = {
5
+ const W = "islandWidgetWrapper__9a572556", m = {
6
6
  islandWidgetWrapper: W
7
7
  }, c = i.forwardRef(
8
8
  ({ children: e, className: a, ...t }, s) => {
@@ -1,7 +1,7 @@
1
- import { jsxs as x, Fragment as R, jsx as o } from "react/jsx-runtime";
2
- import { useRef as n, useEffect as B } from "react";
3
- import { c as V, h as A } from "../../chunks/vendor-ClY57Zzq.js";
4
- import { L as D, s as e } from "../../chunks/LightBoxContent-BsgLiqBK.js";
1
+ import { jsxs as B, Fragment as R, jsx as o } from "react/jsx-runtime";
2
+ import { useRef as n, useEffect as f } from "react";
3
+ import { c as V, h as A } from "../../chunks/vendor-CwhnMZ7o.js";
4
+ import { L as D, s as e } from "../../chunks/LightBoxContent-BXDZ6C5k.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,11 +15,11 @@ 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__c8f2dd3e",
19
- "scroll-15": "scroll-15__9f6fc778",
20
- "scroll-16": "scroll-16__c2049b4f",
21
- "scroll-17": "scroll-17__14244a5a"
22
- }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
18
+ "scroll-0": "scroll-0__cb5141b4",
19
+ "scroll-15": "scroll-15__42c2bb86",
20
+ "scroll-16": "scroll-16__12b7d548",
21
+ "scroll-17": "scroll-17__237d018a"
22
+ }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", b = [e.bodyOverflowHidden], N = ({
23
23
  children: v,
24
24
  className: M,
25
25
  focusTrapProps: r,
@@ -38,9 +38,9 @@ const Z = {
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
40
  }, c = n(C()), g = n(_()), h = () => {
41
- N.forEach((t) => document.documentElement.classList.add(t));
41
+ b.forEach((t) => document.documentElement.classList.add(t));
42
42
  };
43
- B(() => (k(Z), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), B(() => {
43
+ f(() => (k(Z), h(), setTimeout(h, 100), () => b.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
44
44
  if (!i && l.current) {
45
45
  const t = Math.round(Math.random() * 100);
46
46
  l.current.style.zIndex = t.toString();
@@ -60,12 +60,12 @@ const Z = {
60
60
  );
61
61
  if (!c.current)
62
62
  return null;
63
- const f = () => /* @__PURE__ */ x("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
63
+ const x = () => /* @__PURE__ */ B("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
64
64
  /* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
65
65
  v,
66
66
  /* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
67
67
  ] });
68
- return /* @__PURE__ */ x(R, { children: [
68
+ return /* @__PURE__ */ B(R, { children: [
69
69
  /* @__PURE__ */ o(T, { container: c.current, children: /* @__PURE__ */ o(
70
70
  W,
71
71
  {
@@ -80,10 +80,10 @@ const Z = {
80
80
  preventScroll: !0,
81
81
  ...r == null ? void 0 : r.focusTrapOptions
82
82
  },
83
- children: f()
83
+ children: x()
84
84
  }
85
85
  ),
86
- children: f()
86
+ children: x()
87
87
  }
88
88
  ) }),
89
89
  g.current && /* @__PURE__ */ o(
@@ -95,8 +95,8 @@ const Z = {
95
95
  )
96
96
  ] });
97
97
  };
98
- b.displayName = "LightBoxBase";
99
- const st = Object.assign(b, {
98
+ N.displayName = "LightBoxBase";
99
+ const st = Object.assign(N, {
100
100
  Content: D,
101
101
  SideOverlay: I,
102
102
  TopOverlay: j,
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../WindowResizeListener/WindowResizeListener.js";
4
- import "../../chunks/vendor-ClY57Zzq.js";
4
+ import "../../chunks/vendor-CwhnMZ7o.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-BsgLiqBK.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-BXDZ6C5k.js";
7
7
  export {
8
8
  n as LightBoxContent
9
9
  };
@@ -1,13 +1,13 @@
1
1
  import { jsxs as n, jsx as e, Fragment as f } from "react/jsx-runtime";
2
2
  import { useRef as h } from "react";
3
- import { c as u } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as u } from "../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { CrossStrokeSrvIcon32 as x, CrossStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
5
5
  import { TriggerClickOnKeyDownEvent as E } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
6
6
  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-D0jwVGM3.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-BkOqYjOz.js";
11
11
  const N = ({
12
12
  className: c,
13
13
  onClick: t,
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
2
2
  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
- import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-D0jwVGM3.js";
5
+ import { c as e } from "../../../chunks/vendor-CwhnMZ7o.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-BkOqYjOz.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;
@@ -1,13 +1,13 @@
1
1
  import { jsx as e, jsxs as x, Fragment as N } from "react/jsx-runtime";
2
2
  import { useRef as m } from "react";
3
- import { c as n } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as n } from "../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { CaretrightStrokeSrvIcon32 as E, CaretrightStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
5
5
  import { TriggerClickOnKeyDownEvent as I } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
6
6
  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-D0jwVGM3.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-BkOqYjOz.js";
11
11
  const v = ({
12
12
  className: g,
13
13
  clickByArrowRight: u,
@@ -1,13 +1,13 @@
1
1
  import { jsx as e, jsxs as f, Fragment as g } from "react/jsx-runtime";
2
2
  import { useRef as m } from "react";
3
- import { c as n } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as n } from "../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { CaretleftStrokeSrvIcon32 as E, CaretleftStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
5
5
  import { EButtonTheme as h } from "../../Button/enums.js";
6
6
  import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
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-D0jwVGM3.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-BkOqYjOz.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,
@@ -1,14 +1,14 @@
1
1
  import { jsx as t, jsxs as O, Fragment as C } from "react/jsx-runtime";
2
2
  import { useState as x, useRef as p, useEffect as W } from "react";
3
- import { c as m, F as X } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as m, F as X } from "../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { OverlayBase as Y, EOverlayDirection as R } from "../../Overlay/OverlayBase.js";
5
5
  import { OverlayMask as j } from "../../Overlay/OverlayMask.js";
6
6
  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 s } from "./enums.js";
11
- const q = "lightBoxSideOverlayMask__6e06b164", J = "lightBoxSideOverlayWrapper__73a087d3", K = "overflowXHidden__e34b01ea", Q = "overflowYHidden__72ec35c0", V = "closing__6dd430c7", Z = "opened__e879d37a", $ = "lightBoxSideOverlayContent__b7755c7e", P = "opening__c1e3d00d", ee = "sizeSM__0af33cf7", ie = "sizeMD__1d1f5cf8", te = "sizeLG__99f126da", oe = "lightBoxSideOverlay__d344f3e2", e = {
10
+ import { ELightBoxSideOverlaySize as a } from "./enums.js";
11
+ const q = "lightBoxSideOverlayMask__43f74f20", J = "lightBoxSideOverlayWrapper__ed87470f", K = "overflowXHidden__4263e707", Q = "overflowYHidden__9aa7fbc8", V = "closing__a5479ef5", Z = "opened__56aa2a1d", $ = "lightBoxSideOverlayContent__cb9e41f1", P = "opening__788b9449", ee = "sizeSM__bdccf7fc", ie = "sizeMD__f9ba8204", te = "sizeLG__6f9b181c", oe = "lightBoxSideOverlay__4610c81b", e = {
12
12
  lightBoxSideOverlayMask: q,
13
13
  lightBoxSideOverlayWrapper: J,
14
14
  overflowXHidden: K,
@@ -25,24 +25,24 @@ const q = "lightBoxSideOverlayMask__6e06b164", J = "lightBoxSideOverlayWrapper__
25
25
  children: _,
26
26
  className: M,
27
27
  focusTrapProps: l,
28
- isLoading: a,
28
+ isLoading: s,
29
29
  loadingTitle: u,
30
30
  isTopLevelSideOverlayOpened: B,
31
31
  isTopOverlayOpened: z,
32
32
  onClose: c,
33
33
  onOpen: d,
34
34
  opened: i,
35
- size: g = s.MD,
35
+ size: f = a.MD,
36
36
  ...D
37
37
  }) => {
38
- const [o, v] = x(!1), [n, f] = x(!1), h = p(i), S = p(null);
38
+ const [o, g] = x(!1), [n, v] = x(!1), h = p(i), S = p(null);
39
39
  W(() => {
40
- h.current && !i ? (f(!1), v(!0)) : !h.current && i && (v(!1), f(!0)), h.current = i;
40
+ h.current && !i ? (v(!1), g(!0)) : !h.current && i && (g(!1), v(!0)), h.current = i;
41
41
  }, [i]);
42
- const k = (r) => {
43
- const { target: N, currentTarget: b } = r;
44
- N === b && (o ? (v(!1), c == null || c()) : n && (f(!1), d == null || d()));
45
- }, H = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), L = () => /* @__PURE__ */ O(
42
+ const b = (r) => {
43
+ const { target: G, currentTarget: N } = r;
44
+ G === N && (o ? (g(!1), c == null || c()) : n && (v(!1), d == null || d()));
45
+ }, k = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ O(
46
46
  "div",
47
47
  {
48
48
  className: m(e.lightBoxSideOverlayContent, {
@@ -50,33 +50,33 @@ const q = "lightBoxSideOverlayMask__6e06b164", J = "lightBoxSideOverlayWrapper__
50
50
  [e.opening]: n,
51
51
  [e.opened]: i
52
52
  }),
53
- onTransitionEnd: k,
53
+ onTransitionEnd: b,
54
54
  ref: S,
55
55
  children: [
56
56
  _,
57
- a && /* @__PURE__ */ t(I, { loadingTitle: u })
57
+ s && /* @__PURE__ */ t(I, { loadingTitle: u })
58
58
  ]
59
59
  }
60
- ), w = () => {
61
- }, E = m(M, e.lightBoxSideOverlayWrapper, {
60
+ ), L = () => {
61
+ }, w = m(M, e.lightBoxSideOverlayWrapper, {
62
62
  [e.closing]: o,
63
63
  [e.opened]: i,
64
- [e.overflowXHidden]: !!B || !!a,
65
- [e.overflowYHidden]: !!B || !!a || !!z,
66
- [e.sizeSM]: g === s.SM,
67
- [e.sizeMD]: g === s.MD,
68
- [e.sizeLG]: g === s.LG
69
- }), F = (r) => /* @__PURE__ */ O(C, { children: [
70
- H(r),
71
- L()
72
- ] }), G = /* @__PURE__ */ t(
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
69
+ }), E = (r) => /* @__PURE__ */ O(C, { children: [
70
+ k(r),
71
+ H()
72
+ ] }), F = /* @__PURE__ */ t(
73
73
  "div",
74
74
  {
75
75
  className: m(e.lightBoxSideOverlay, {
76
76
  [e.closing]: o,
77
77
  [e.opening]: n
78
78
  }),
79
- children: /* @__PURE__ */ t(Y, { direction: R.RIGHT, opened: i, setOpened: w, children: F })
79
+ children: /* @__PURE__ */ t(Y, { direction: R.RIGHT, opened: i, setOpened: L, children: E })
80
80
  }
81
81
  );
82
82
  return /* @__PURE__ */ t(
@@ -90,7 +90,7 @@ const q = "lightBoxSideOverlayMask__6e06b164", J = "lightBoxSideOverlayWrapper__
90
90
  preventScroll: !0,
91
91
  ...l == null ? void 0 : l.focusTrapOptions
92
92
  },
93
- children: /* @__PURE__ */ t("div", { className: E, role: "dialog", "aria-modal": "true", ...D, children: G })
93
+ children: /* @__PURE__ */ t("div", { className: w, role: "dialog", "aria-modal": "true", ...D, children: F })
94
94
  }
95
95
  );
96
96
  };
@@ -2,12 +2,12 @@ import { jsx as e } from "react/jsx-runtime";
2
2
  import { useRef as s } from "react";
3
3
  import { TriggerClickOnKeyDownEvent as n } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
4
4
  import { EVENT_KEY_CODES as l } from "../../../utils/keyboard.js";
5
- import { c as p } from "../../../chunks/vendor-ClY57Zzq.js";
5
+ import { c as p } from "../../../chunks/vendor-CwhnMZ7o.js";
6
6
  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-CRGNy4wB.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-CeFQNtqn.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
- import { c as r } from "../../../chunks/vendor-ClY57Zzq.js";
2
+ import { c as r } from "../../../chunks/vendor-CwhnMZ7o.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-CRGNy4wB.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-CeFQNtqn.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,18 +1,18 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { useState as s, useRef as d, useEffect as l } from "react";
3
- import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__fd3e147c", c = {
2
+ import { useState as s, useRef as l, useEffect as p } from "react";
3
+ import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
4
+ const n = "lightBoxSideOverlayLoaderWrapper__585eb277", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
- const [t, r] = s(0), e = d(null);
8
- return l(() => {
7
+ const [t, r] = s(0), e = l(null);
8
+ return p(() => {
9
9
  setTimeout(() => {
10
10
  if (e.current) {
11
11
  const o = e.current.getBoundingClientRect();
12
12
  o.top !== t && (o.top > 0 ? r(0) : r(Math.abs(o.top)));
13
13
  }
14
14
  });
15
- }, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(p, { type: "middle", children: a }) });
15
+ }, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(d, { type: "middle", children: a }) });
16
16
  };
17
17
  f.displayName = "LightBoxSideOverlayLoader";
18
18
  export {
@@ -1,15 +1,17 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { c as a } from "../../../chunks/vendor-ClY57Zzq.js";
3
- const d = "lightBoxLeftSidebar__56239157", l = "lightBoxLeftSidebarInner__e915d3a2", t = {
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { c as r } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ const d = "lightBoxLeftSidebar__aecf1b82", x = "fixed__f8f9a954", s = "lightBoxLeftSidebarInner__fd68a9f7", e = {
4
4
  lightBoxLeftSidebar: d,
5
- lightBoxLeftSidebarInner: l
6
- }, s = ({
7
- children: i,
8
- className: r,
5
+ fixed: x,
6
+ lightBoxLeftSidebarInner: s
7
+ }, l = ({
8
+ children: t,
9
+ className: f,
10
+ fixed: a,
9
11
  ...o
10
- }) => /* @__PURE__ */ e("div", { className: a(r, t.lightBoxLeftSidebar), ...o, children: /* @__PURE__ */ e("div", { className: t.lightBoxLeftSidebarInner, children: i }) });
11
- s.displayName = "LightBoxLeftSidebar";
12
+ }) => /* @__PURE__ */ i("div", { className: r(f, e.lightBoxLeftSidebar, { [e.fixed]: a }), ...o, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
13
+ l.displayName = "LightBoxLeftSidebar";
12
14
  export {
13
- s as LightBoxLeftSidebar
15
+ l as LightBoxLeftSidebar
14
16
  };
15
17
  //# sourceMappingURL=LightBoxLeftSidebar.js.map
@@ -1,15 +1,17 @@
1
- import { jsx as i } from "react/jsx-runtime";
2
- import { c as r } from "../../../chunks/vendor-ClY57Zzq.js";
3
- const o = "lightBoxRightSidebar__5b86cb30", a = "lightBoxRightSidebarInner__6f1100b5", t = {
4
- lightBoxRightSidebar: o,
5
- lightBoxRightSidebarInner: a
6
- }, d = ({
7
- children: h,
8
- className: e,
9
- ...g
10
- }) => /* @__PURE__ */ i("div", { className: r(e, t.lightBoxRightSidebar), ...g, children: /* @__PURE__ */ i("div", { className: t.lightBoxRightSidebarInner, children: h }) });
11
- d.displayName = "LightBoxRightSidebar";
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import { c as r } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ const a = "lightBoxRightSidebar__139e90f3", d = "fixed__f8f9a954", x = "lightBoxRightSidebarInner__b988ae77", i = {
4
+ lightBoxRightSidebar: a,
5
+ fixed: d,
6
+ lightBoxRightSidebarInner: x
7
+ }, s = ({
8
+ children: e,
9
+ className: h,
10
+ fixed: g,
11
+ ...o
12
+ }) => /* @__PURE__ */ t("div", { className: r(h, i.lightBoxRightSidebar, { [i.fixed]: g }), ...o, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
13
+ s.displayName = "LightBoxRightSidebar";
12
14
  export {
13
- d as LightBoxRightSidebar
15
+ s as LightBoxRightSidebar
14
16
  };
15
17
  //# sourceMappingURL=LightBoxRightSidebar.js.map
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as N } from "react/jsx-runtime";
2
2
  import { useState as m, useRef as L, useCallback as n, useLayoutEffect as c } from "react";
3
3
  import { Portal as B } from "../../Portal/Portal.js";
4
4
  import { LightBoxViewManagerConsts as l } from "./LightBoxViewManagerConsts.js";
5
- import { u as k, i as P, j as p } from "../../../chunks/vendor-ClY57Zzq.js";
5
+ import { u as k, i as P, j as p } from "../../../chunks/vendor-CwhnMZ7o.js";
6
6
  const g = "LightBoxMountNodeViewManager", M = ({
7
7
  lightBoxMountNode: a,
8
8
  lightBoxViewManagerNode: x
@@ -1,17 +1,17 @@
1
- import { jsx as R, jsxs as t, Fragment as i } from "react/jsx-runtime";
1
+ import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
2
2
  import L from "react";
3
- import { c as l } from "../../chunks/vendor-ClY57Zzq.js";
4
- const v = "link__389962b2", F = "wordWithContent__2a3590a3", S = "before__46f835e2", T = "after__c48e654c", e = {
3
+ import { c as l } from "../../chunks/vendor-CwhnMZ7o.js";
4
+ const v = "link__b4b7b329", F = "wordWithContent__272c39b1", S = "before__137fe157", T = "after__b96daac2", e = {
5
5
  link: v,
6
6
  wordWithContent: F,
7
7
  before: S,
8
8
  after: T
9
9
  }, q = L.forwardRef(
10
- ({ children: d, className: N, onBlur: p, onMouseDown: f, contentAfter: s, contentBefore: o, ...C }, _) => {
11
- const c = () => o ? /* @__PURE__ */ t(i, { children: [
10
+ ({ children: i, className: N, onBlur: b, onMouseDown: p, contentAfter: s, contentBefore: o, ...f }, C) => {
11
+ const c = () => o ? /* @__PURE__ */ t(d, { children: [
12
12
  "​",
13
13
  o()
14
- ] }) : null, m = () => s ? s() : null, u = (n) => {
14
+ ] }) : null, m = () => s ? s() : null, _ = (n) => {
15
15
  const r = n.split(" ");
16
16
  if (r.length < 2 || r.length < 3 && o && s) {
17
17
  const y = l(e.wordWithContent, {
@@ -24,7 +24,7 @@ const v = "link__389962b2", F = "wordWithContent__2a3590a3", S = "before__46f835
24
24
  m()
25
25
  ] });
26
26
  }
27
- const a = r[0], h = r[r.length - 1], b = r.slice(1, -1).join(" "), k = l(e.wordWithContent, {
27
+ const a = r[0], h = r[r.length - 1], w = r.slice(1, -1).join(" "), k = l(e.wordWithContent, {
28
28
  [e.before]: !!o
29
29
  }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
30
30
  c(),
@@ -35,32 +35,32 @@ const v = "link__389962b2", F = "wordWithContent__2a3590a3", S = "before__46f835
35
35
  h,
36
36
  m()
37
37
  ] }) : h;
38
- return /* @__PURE__ */ t(i, { children: [
38
+ return /* @__PURE__ */ t(d, { children: [
39
39
  g,
40
40
  " ",
41
- b,
41
+ w,
42
42
  " ",
43
43
  j
44
44
  ] });
45
- }, W = (n) => {
45
+ }, u = (n) => {
46
46
  const r = o ? o() : null, a = s ? s() : null;
47
- return /* @__PURE__ */ t(i, { children: [
47
+ return /* @__PURE__ */ t(d, { children: [
48
48
  r,
49
49
  n,
50
50
  a
51
51
  ] });
52
- }, w = o || s ? ((n) => typeof n == "string" ? u(n) : W(n))(d) : d;
52
+ }, W = o || s ? ((n) => typeof n == "string" ? _(n) : u(n))(i) : i;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
56
56
  role: "link",
57
- ...C,
57
+ ...f,
58
58
  className: l(N, e.link, "hoverable"),
59
- onBlur: p,
60
- onMouseDown: f,
61
- "data-tx": "1.11.1",
62
- ref: _,
63
- children: w
59
+ onBlur: b,
60
+ onMouseDown: p,
61
+ "data-tx": "1.13.0",
62
+ ref: C,
63
+ children: W
64
64
  }
65
65
  );
66
66
  }
@@ -1,15 +1,15 @@
1
1
  import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as m } from "../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as m } from "../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__fd6b650a", d = {
5
+ const f = "list__31025644", p = {
6
6
  list: f
7
- }, p = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(d.list, t), ...o, "data-tx": "1.11.1", ref: r, children: [
7
+ }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(p.list, t), ...o, "data-tx": "1.13.0", ref: r, children: [
8
8
  s,
9
9
  l ? /* @__PURE__ */ e(c, { type: "small" }) : null
10
10
  ] }));
11
- p.displayName = "List";
11
+ d.displayName = "List";
12
12
  export {
13
- p as List
13
+ d as List
14
14
  };
15
15
  //# sourceMappingURL=List.js.map
@@ -3,7 +3,7 @@ var p = (t, e, r) => e in t ? x(t, e, { enumerable: !0, configurable: !0, writab
3
3
  var o = (t, e, r) => p(t, typeof e != "symbol" ? e + "" : e, r);
4
4
  import { jsx as d } from "react/jsx-runtime";
5
5
  import E from "react";
6
- import { b, d as f, D as M, M as T, r as D, e as L, S as w, v as y, f as I, T as C, g as H } from "../../chunks/vendor-ClY57Zzq.js";
6
+ import { b, d as f, D as M, M as T, r as D, e as L, S as w, v as y, f as I, T as C, g as H } from "../../chunks/vendor-CwhnMZ7o.js";
7
7
  import { List as N } from "./List.js";
8
8
  class u extends H {
9
9
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-ClY57Zzq.js";
4
- const p = "listEmptyState__e0be7f4b", l = {
3
+ import { c as o } from "../../../chunks/vendor-CwhnMZ7o.js";
4
+ const p = "listEmptyState__5ee5d182", l = {
5
5
  listEmptyState: p
6
6
  }, r = i.forwardRef(
7
7
  ({ children: t, className: s, ...e }, m) => /* @__PURE__ */ a("div", { className: o(l.listEmptyState, s), ...e, ref: m, children: t })
@@ -3,7 +3,7 @@ import m, { useState as d } from "react";
3
3
  import { ListItemContext as l } from "./ListItemContext.js";
4
4
  const f = m.forwardRef(({ children: e, className: r, ...o }, s) => {
5
5
  const [a, i] = d(!1);
6
- return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.11.1", ref: s, children: e }) });
6
+ return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.13.0", ref: s, children: e }) });
7
7
  });
8
8
  f.displayName = "ListItem";
9
9
  export {
@@ -1,19 +1,19 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
2
  import l, { useContext as i } from "react";
3
- import { c as r } from "../../../chunks/vendor-ClY57Zzq.js";
4
- import { ListItemContext as d } from "./ListItemContext.js";
5
- const a = "listItemContent__a4cb8dde", f = "selected__8f19625c", t = {
6
- listItemContent: a,
3
+ import { c as r } from "../../../chunks/vendor-CwhnMZ7o.js";
4
+ import { ListItemContext as a } from "./ListItemContext.js";
5
+ const d = "listItemContent__279b0677", f = "selected__4f5042e9", t = {
6
+ listItemContent: d,
7
7
  selected: f
8
8
  }, C = l.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
- const { selected: m } = i(d);
10
+ const { selected: m } = i(a);
11
11
  return /* @__PURE__ */ c(
12
12
  "div",
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "1.11.1",
16
+ "data-tx": "1.13.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
@@ -1,10 +1,10 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import m from "react";
3
- import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
4
- const i = "listItemControls__91f6b6b2", n = {
2
+ import e from "react";
3
+ import { c as m } from "../../../chunks/vendor-CwhnMZ7o.js";
4
+ const i = "listItemControls__e3c63004", n = {
5
5
  listItemControls: i
6
- }, a = m.forwardRef(
7
- ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(n.listItemControls, o), ...s, ref: l, children: t })
6
+ }, a = e.forwardRef(
7
+ ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(n.listItemControls, o), ...s, ref: l, children: t })
8
8
  );
9
9
  a.displayName = "ListItemControls";
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../chunks/vendor-ClY57Zzq.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-Di_xvf2z.js";
3
+ import "../../../chunks/vendor-CwhnMZ7o.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-BHqWsm74.js";
5
5
  import "../../Typography/enums.js";
6
6
  import "../../Typography/Text.js";
7
7
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as o, jsxs as W, Fragment as _ } from "react/jsx-runtime";
2
2
  import P, { useRef as m, useState as E, createElement as w } from "react";
3
- import { a as O, c as g } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { a as O, c as g } from "../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { ETextSize as K } from "../../Typography/enums.js";
5
5
  import { Text as T } from "../../Typography/Text.js";
6
6
  import { ButtonDropdownExtended as b } from "../../Button/ButtonDropdownExtended.js";
@@ -18,7 +18,7 @@ import { DropdownMobileListItem as H } from "../../Dropdown/mobile/DropdownMobil
18
18
  import "../../Loader/LoaderSmall/LoaderSmall.js";
19
19
  import "../../Loader/LoaderMiddle/LoaderMiddle.js";
20
20
  import { DropdownList as R } from "../../Dropdown/desktop/DropdownList.js";
21
- import { s as h, L as V } from "../../../chunks/ListItemControlsButton-Di_xvf2z.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-BHqWsm74.js";
22
22
  const G = P.forwardRef(
23
23
  (y, l) => {
24
24
  const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...N } = y, u = m(null), f = m(null), [p, L] = E(), D = m(O()), v = ({ opened: e, setOpened: t }) => /* @__PURE__ */ o(