@sberbusiness/triplex-next 0.11.0 → 0.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 (431) hide show
  1. package/README.md +4 -4
  2. package/chunks/{AlertProcessSpoiler-NTQfGBrX.js → AlertProcessSpoiler-DQAI3bgu.js} +12 -12
  3. package/chunks/{CalendarViewItem-2IOAiJCi.js → CalendarViewItem-DML7yFTS.js} +18 -18
  4. package/chunks/Card.module-Bg8-F1uZ.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +14 -0
  6. package/chunks/{Chip-BtHrgIed.js → Chip-CI3sEzkq.js} +6 -6
  7. package/chunks/Confirm.module-C3SyV40Z.js +15 -0
  8. package/chunks/{DropdownListItem-CiE3zUVn.js → DropdownListItem-9VgfsLJP.js} +20 -20
  9. package/chunks/DropdownMobile.module-BLKzmRLM.js +23 -0
  10. package/chunks/Footer.module-D83FlUYZ.js +9 -0
  11. package/chunks/{FormFieldInput-DO7mZKjJ.js → FormFieldInput-DurMmok0.js} +17 -17
  12. package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +9 -0
  13. package/chunks/HeaderTabs.module-11xkKwN7.js +9 -0
  14. package/chunks/{HeaderTitle.module-Db-ProSl.js → HeaderTitle.module-e8_DcucZ.js} +2 -2
  15. package/chunks/IslandAccordion.module-C6INnFmn.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-q--xXUCF.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +9 -0
  18. package/chunks/{LightBoxContent-CdWfZopQ.js → LightBoxContent-Dpu6E3Cr.js} +15 -15
  19. package/chunks/LightBoxControls.module-BkW_w9PJ.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +8 -0
  21. package/chunks/{ListItemControlsButton-ABcLen-s.js → ListItemControlsButton-BMsTQr9O.js} +9 -9
  22. package/chunks/ListItemTail.module-CcT-PrXt.js +12 -0
  23. package/chunks/ListMasterFooter.module-CV05gXbo.js +10 -0
  24. package/chunks/ModalWindow.module-DlNg_kPu.js +17 -0
  25. package/chunks/Notification.module-C5D-8Dtt.js +21 -0
  26. package/chunks/Overlay.module-3QvWfMgh.js +18 -0
  27. package/chunks/Page.module-BV59uicx.js +11 -0
  28. package/chunks/{RightBorderArrow-CO-Xom11.js → RightBorderArrow-BQ_cZ8U3.js} +6 -6
  29. package/chunks/SMSField.module-BL9kkhHx.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +15 -0
  31. package/chunks/{SliderExtendedRail-BXD0TPpN.js → SliderExtendedRail-oI7nifMP.js} +10 -10
  32. package/chunks/StatusTracker.module-CtjfmWAE.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-CN-2l1Nh.js → SuggestFieldMobileDropdownHint-Bilm-Pwh.js} +4 -4
  34. package/chunks/TableFooter.module-Bq2Lm9CG.js +14 -0
  35. package/chunks/TabsExtended.module-D0-Tp3Ed.js +16 -0
  36. package/chunks/TabsLine.module-D0stwkA6.js +21 -0
  37. package/chunks/TooltipDesktop.module-DUucrF7X.js +19 -0
  38. package/chunks/TreeView.module-CEYl8PNr.js +9 -0
  39. package/chunks/UploadZoneInput-CfYPrkK_.js +33 -0
  40. package/chunks/{utils-JjvCkK44.js → utils-16fU9G4P.js} +6 -6
  41. package/chunks/utils-Bu0wcDBu.js +73 -0
  42. package/chunks/utils-CC47I1cc.js +24 -0
  43. package/chunks/utils-Ccw--G8d.js +20 -0
  44. package/chunks/{utils-DK364Pn0.js → utils-SerS_ys8.js} +6 -6
  45. package/chunks/{vendor-BlJo2ILB.js → vendor-BARd5eYq.js} +5008 -5131
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +3 -3
  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 +50 -42
  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 +21 -21
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +40 -40
  61. package/components/Button/ButtonDropdownExtended.js +5 -5
  62. package/components/Button/ButtonIcon.js +9 -9
  63. package/components/Calendar/Calendar.js +3 -3
  64. package/components/Calendar/CalendarContext.js +1 -1
  65. package/components/Calendar/components/CalendarControls.js +1 -1
  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 +15 -15
  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 +2 -2
  81. package/components/Checkbox/Checkbox.js +15 -15
  82. package/components/Checkbox/CheckboxXGroup.js +14 -14
  83. package/components/Checkbox/CheckboxYGroup.js +6 -6
  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 +5 -5
  92. package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
  93. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  94. package/components/Chip/ChipDropdownArrow.js +4 -4
  95. package/components/Chip/ChipIcon.js +1 -1
  96. package/components/Chip/ChipMultiselect.js +2 -2
  97. package/components/Chip/ChipOptions.js +9 -9
  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 +11 -11
  105. package/components/Chip/index.js +1 -1
  106. package/components/ChipGroup/ChipGroup.js +16 -16
  107. package/components/Col/Col.js +137 -137
  108. package/components/CollapsableTree/components/CollapsableTreeNode.js +4 -4
  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 +5 -5
  118. package/components/DateRange/DateRange.js +5 -5
  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 +7 -7
  128. package/components/Dropdown/desktop/DropdownDesktop.js +13 -13
  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 +4 -4
  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 +11 -11
  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 +53 -47
  151. package/components/FormField/components/FormFieldClear.js +6 -6
  152. package/components/FormField/components/FormFieldCounter.js +5 -5
  153. package/components/FormField/components/FormFieldDescription.js +9 -9
  154. package/components/FormField/components/FormFieldInput.js +2 -2
  155. package/components/FormField/components/FormFieldLabel.js +15 -15
  156. package/components/FormField/components/FormFieldMaskedInput.js +6 -6
  157. package/components/FormField/components/FormFieldPostfix.js +6 -6
  158. package/components/FormField/components/FormFieldPrefix.js +2 -2
  159. package/components/FormField/components/FormFieldTarget.js +18 -18
  160. package/components/FormField/components/FormFieldTextarea.js +11 -11
  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 +49 -50
  174. package/components/Island/Island.js +2 -2
  175. package/components/Island/components/IslandBody.js +5 -5
  176. package/components/Island/components/IslandFooter.js +4 -4
  177. package/components/Island/components/IslandHeader.js +2 -2
  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 +11 -11
  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 +4 -4
  192. package/components/LightBox/LightBox.js +11 -11
  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 +22 -22
  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 +1 -1
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +14 -12
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +11 -9
  204. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  205. package/components/Link/Link.js +11 -11
  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 +6 -6
  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 +5 -5
  215. package/components/List/components/ListItemSelectable.js +17 -17
  216. package/components/List/components/ListItemTable.js +4 -4
  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 +2 -2
  220. package/components/List/components/ListSortableItemControls.js +5 -5
  221. package/components/List/components/ListSortableItemTarget.js +2 -2
  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 +2 -2
  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 +13 -13
  230. package/components/ListMaster/components/SelectionControls.js +3 -3
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +13 -13
  233. package/components/LoaderScreen/LoaderScreen.js +8 -8
  234. package/components/Marker/Marker.js +2 -2
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +7 -7
  237. package/components/ModalWindow/ModalWindow.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  239. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  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 +19 -14
  246. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  247. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  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 +4 -4
  260. package/components/NumberField/NumberFieldInput.js +2 -2
  261. package/components/OrderedList/OrderedList.js +3 -3
  262. package/components/OrderedList/OrderedListItem.js +11 -11
  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 +5 -5
  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 +9 -9
  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 +2 -2
  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 +18 -18
  278. package/components/Radio/RadioXGroup.js +10 -10
  279. package/components/Radio/RadioYGroup.js +2 -2
  280. package/components/Row/Row.js +7 -7
  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 +10 -10
  288. package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
  289. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  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 +8 -8
  294. package/components/SliderExtended/SliderExtended.js +3 -3
  295. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  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 +4 -4
  300. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
  301. package/components/SmallInput/SmallInput.js +5 -5
  302. package/components/Spoiler/Spoiler.js +13 -13
  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 +12 -12
  315. package/components/Stepper/RightBorderArrow.js +1 -1
  316. package/components/Stepper/Stepper.js +2 -2
  317. package/components/Stepper/StepperExtended.js +4 -4
  318. package/components/Stepper/StepperStep.js +3 -3
  319. package/components/Stepper/StepperWrapper.js +5 -5
  320. package/components/Suggest/Suggest.js +1 -1
  321. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  322. package/components/SuggestField/SuggestField.js +1 -1
  323. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  324. package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
  325. package/components/SuggestField/desktop/SuggestFieldDesktop.js +6 -6
  326. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  327. package/components/SuggestField/index.js +1 -1
  328. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  329. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  330. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  331. package/components/SuggestField/mobile/index.js +1 -1
  332. package/components/SwipeableArea/SwipeableArea.js +15 -15
  333. package/components/Table/FilterPanel.js +6 -6
  334. package/components/Table/MasterTable.js +3 -3
  335. package/components/Table/NoColumns.js +4 -4
  336. package/components/Table/PaginationPanel.js +3 -3
  337. package/components/Table/TableBasic/TableBasic.js +2 -2
  338. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  339. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  340. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  341. package/components/Table/TableBasicSettings/TableBasicSettings.js +10 -10
  342. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  343. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  344. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  346. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  347. package/components/Table/TableFooter/TableFooter.js +2 -2
  348. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  349. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  351. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  352. package/components/Table/TabsLinePanel.js +6 -6
  353. package/components/Table/TabsLinePanelLinks.js +6 -6
  354. package/components/Table/utils.js +1 -1
  355. package/components/Tabs/Tabs.js +30 -29
  356. package/components/TabsExtended/TabsExtended.js +3 -3
  357. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  361. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  362. package/components/TabsExtended/utils.js +1 -1
  363. package/components/TabsLine/TabsLine.js +2 -2
  364. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  365. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  366. package/components/TabsLine/components/TabsLineItem.js +2 -2
  367. package/components/TabsLine/components/TabsLineMobile.js +6 -6
  368. package/components/Tag/Tag.js +24 -24
  369. package/components/TagColor/TagColor.js +11 -11
  370. package/components/TagGroup/TagGroup.js +14 -14
  371. package/components/TextField/TextField.js +1 -1
  372. package/components/TextareaField/TextareaField.js +2 -2
  373. package/components/ThemeProvider/ThemeProvider.js +1 -1
  374. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  375. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  376. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  377. package/components/Tooltip/components/common/TooltipXButton.js +8 -8
  378. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  379. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  380. package/components/Tooltip/components/mobile/TooltipMobile.js +37 -36
  381. package/components/TopOverlay/TopOverlay.js +25 -25
  382. package/components/TreeView/TreeView.js +2 -2
  383. package/components/TreeView/components/TreeViewGroup.js +1 -1
  384. package/components/TreeView/components/TreeViewNode.js +2 -2
  385. package/components/Typography/Caption.js +11 -11
  386. package/components/Typography/Text.js +18 -18
  387. package/components/Typography/Title.js +18 -18
  388. package/components/Typography/utils.js +1 -1
  389. package/components/UnorderedList/UnorderedList.js +3 -3
  390. package/components/UnorderedList/UnorderedListItem.js +7 -7
  391. package/components/UploadZone/UploadZone.js +69 -91
  392. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  393. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  394. package/components/index.js +556 -547
  395. package/consts/DateConst.js +1 -1
  396. package/index.d.ts +123 -33
  397. package/index.js +598 -589
  398. package/package.json +10 -2
  399. package/styles/triplex-next.css +534 -535
  400. package/utils/amountUtils.js +1 -1
  401. package/chunks/Card.module-CTH4ur-u.js +0 -17
  402. package/chunks/CheckboxTreeExtended.module-DKqKzsOD.js +0 -11
  403. package/chunks/Confirm.module-DSBC6Yw1.js +0 -15
  404. package/chunks/DropdownMobile.module-wrANtbau.js +0 -23
  405. package/chunks/Footer.module-Dcht4j1M.js +0 -9
  406. package/chunks/HeaderLayoutSidebar.module-Bk1s4R6K.js +0 -9
  407. package/chunks/HeaderTabs.module-DQtcQlY-.js +0 -9
  408. package/chunks/IslandAccordion.module-Bzf6LSEv.js +0 -25
  409. package/chunks/IslandWidgetFooter.module-BAka54Z0.js +0 -9
  410. package/chunks/IslandWidgetHeader.module-D0IG5uT2.js +0 -9
  411. package/chunks/LightBoxControls.module-B_wOBHqj.js +0 -16
  412. package/chunks/LightBoxSideOverlayClose.module-LYfcE0NM.js +0 -8
  413. package/chunks/ListItemTail.module-BrfPnk8y.js +0 -12
  414. package/chunks/ListMasterFooter.module-BMZXwZ7J.js +0 -10
  415. package/chunks/ModalWindow.module-h07HG756.js +0 -17
  416. package/chunks/Notification.module-D0gwzw2G.js +0 -21
  417. package/chunks/Overlay.module-bxX7Sw1v.js +0 -18
  418. package/chunks/Page.module-QEvU_pYT.js +0 -11
  419. package/chunks/SMSField.module-BXwYRXqL.js +0 -16
  420. package/chunks/SliderExtendedMarks.module-B7ILUATa.js +0 -15
  421. package/chunks/StatusTracker.module-B9ddfVz8.js +0 -24
  422. package/chunks/TableFooter.module-BJXoCeSm.js +0 -14
  423. package/chunks/TabsExtended.module-Bz6DCd7L.js +0 -16
  424. package/chunks/TabsLine.module-CGVMZUpJ.js +0 -21
  425. package/chunks/TooltipDesktop.module-Czj3LOl5.js +0 -19
  426. package/chunks/TreeView.module-BNdrvQFP.js +0 -9
  427. package/chunks/UploadZoneInput-D41J-S68.js +0 -35
  428. package/chunks/utils-B705lf16.js +0 -24
  429. package/chunks/utils-CEIGazsY.js +0 -73
  430. package/chunks/utils-CG0eQjCw.js +0 -20
  431. package/components/DesignTokens/components/AmountField.js +0 -11
@@ -1,6 +1,6 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-BlJo2ILB.js";
3
- import { s as a } from "../../../chunks/IslandWidgetHeader.module-D0IG5uT2.js";
2
+ import { c as i } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { s as a } from "../../../chunks/IslandWidgetHeader.module-CcgfF5TF.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
- import { c as d } from "../../../chunks/vendor-BlJo2ILB.js";
3
- import { s as o } from "../../../chunks/IslandWidgetHeader.module-D0IG5uT2.js";
2
+ import { c as d } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { s as o } from "../../../chunks/IslandWidgetHeader.module-CcgfF5TF.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-BlJo2ILB.js";
3
- import { s as t } from "../../../chunks/IslandWidgetHeader.module-D0IG5uT2.js";
2
+ import { c as a } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { s as t } from "../../../chunks/IslandWidgetHeader.module-CcgfF5TF.js";
4
4
  const d = ({
5
5
  children: s,
6
6
  className: e,
@@ -1,13 +1,13 @@
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-BlJo2ILB.js";
3
+ import { c as l } from "../../../chunks/vendor-BARd5eYq.js";
4
4
  import { IslandWidgetContext as n } from "../IslandWidgetContext.js";
5
- const W = "islandWidgetWrapper__798978b7", m = {
5
+ const W = "islandWidgetWrapper__73fbb79d", m = {
6
6
  islandWidgetWrapper: W
7
7
  }, c = i.forwardRef(
8
8
  ({ children: e, className: t, ...a }, s) => {
9
- const [o, d] = p(!1);
10
- return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper, t), ...a, ref: s, children: e }) });
9
+ const [d, o] = p(!1);
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 B, Fragment as F, jsx as o } from "react/jsx-runtime";
2
2
  import { useRef as n, useEffect as f } from "react";
3
- import { c as V, F as A } from "../../chunks/vendor-BlJo2ILB.js";
4
- import { L as D, s as e } from "../../chunks/LightBoxContent-CdWfZopQ.js";
3
+ import { c as V, F as A } from "../../chunks/vendor-BARd5eYq.js";
4
+ import { L as D, s as e } from "../../chunks/LightBoxContent-Dpu6E3Cr.js";
5
5
  import { LightBoxControls as I } from "./LightBoxControls/LightBoxControls.js";
6
6
  import { LightBoxSideOverlay as R } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
7
  import { Portal as k } from "../Portal/Portal.js";
@@ -15,18 +15,18 @@ 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__adeea371",
19
- "scroll-15": "scroll-15__b22b272e",
20
- "scroll-16": "scroll-16__02a64451",
21
- "scroll-17": "scroll-17__3327b6d5"
18
+ "scroll-0": "scroll-0__009679db",
19
+ "scroll-15": "scroll-15__ddb60873",
20
+ "scroll-16": "scroll-16__2dc67a37",
21
+ "scroll-17": "scroll-17__1a9b95ad"
22
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,
26
26
  forwardRef: c,
27
27
  mountNode: s,
28
- lightBoxViewManagerNodeId: m = L,
29
- isLoading: d,
28
+ lightBoxViewManagerNodeId: d = L,
29
+ isLoading: m,
30
30
  isSideOverlayOpened: i,
31
31
  isTopOverlayOpened: y,
32
32
  ...S
@@ -36,7 +36,7 @@ const Z = {
36
36
  return s ? t = s : (t = document.querySelector(`#${p}`), t || (t = document.createElement("div"), t.setAttribute("id", p), document.body.appendChild(t))), t;
37
37
  }, _ = () => {
38
38
  let t = null;
39
- return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
39
+ return d && (t = document.querySelector(`#${d}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
40
40
  }, a = n(E()), g = n(_()), h = () => {
41
41
  b.forEach((t) => document.documentElement.classList.add(t));
42
42
  };
@@ -52,7 +52,7 @@ const Z = {
52
52
  C,
53
53
  e.lightBox,
54
54
  {
55
- [e.isLoading]: !!d,
55
+ [e.isLoading]: !!m,
56
56
  [e.lightBoxSideOverlayActive]: !!i,
57
57
  [e.lightBoxTopOverlayActive]: !!y
58
58
  },
@@ -72,7 +72,7 @@ const Z = {
72
72
  fallback: /* @__PURE__ */ o(
73
73
  A,
74
74
  {
75
- active: !d,
75
+ active: !m,
76
76
  ...r,
77
77
  focusTrapOptions: {
78
78
  clickOutsideDeactivates: !0,
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../chunks/vendor-BlJo2ILB.js";
3
+ import "../../chunks/vendor-BARd5eYq.js";
4
4
  import "../WindowResizeListener/WindowResizeListener.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-CdWfZopQ.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-Dpu6E3Cr.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-BlJo2ILB.js";
3
+ import { c as u } from "../../../chunks/vendor-BARd5eYq.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-B_wOBHqj.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-BkW_w9PJ.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-BlJo2ILB.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-B_wOBHqj.js";
5
+ import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-BkW_w9PJ.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-BlJo2ILB.js";
3
+ import { c as n } from "../../../chunks/vendor-BARd5eYq.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-B_wOBHqj.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-BkW_w9PJ.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-BlJo2ILB.js";
3
+ import { c as n } from "../../../chunks/vendor-BARd5eYq.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-B_wOBHqj.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-BkW_w9PJ.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-BlJo2ILB.js";
3
+ import { c as m, F as X } from "../../../chunks/vendor-BARd5eYq.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 a } from "./enums.js";
11
- const q = "lightBoxSideOverlayMask__a749762f", J = "lightBoxSideOverlayWrapper__edfce4ee", K = "overflowXHidden__8622a443", Q = "overflowYHidden__0ab06b09", V = "closing__526d7c5d", Z = "opened__508a9578", $ = "lightBoxSideOverlayContent__ae5126b5", P = "opening__61871559", ee = "sizeSM__25afca31", ie = "sizeMD__84d6fa82", te = "sizeLG__bc33ff9f", oe = "lightBoxSideOverlay__58d1fc99", e = {
10
+ import { ELightBoxSideOverlaySize as s } from "./enums.js";
11
+ const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__dc79f7f7", K = "overflowXHidden__6b8bb518", Q = "overflowYHidden__a448152d", V = "closing__78a52807", Z = "opened__a3db39b1", $ = "lightBoxSideOverlayContent__87f7e2bb", P = "opening__e802578d", ee = "sizeSM__b1fd9c0e", ie = "sizeMD__a75185d4", te = "sizeLG__19dbd9e3", oe = "lightBoxSideOverlay__9f1b09e1", e = {
12
12
  lightBoxSideOverlayMask: q,
13
13
  lightBoxSideOverlayWrapper: J,
14
14
  overflowXHidden: K,
@@ -25,24 +25,24 @@ const q = "lightBoxSideOverlayMask__a749762f", 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: g = a.MD,
36
- ...D
35
+ size: g = s.MD,
36
+ ...z
37
37
  }) => {
38
38
  const [o, v] = x(!1), [n, f] = x(!1), h = p(i), S = p(null);
39
39
  W(() => {
40
40
  h.current && !i ? (f(!1), v(!0)) : !h.current && i && (v(!1), f(!0)), h.current = i;
41
41
  }, [i]);
42
- const k = (r) => {
42
+ const D = (r) => {
43
43
  const { target: G, currentTarget: N } = r;
44
44
  G === N && (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(
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,25 +50,25 @@ const q = "lightBoxSideOverlayMask__a749762f", J = "lightBoxSideOverlayWrapper__
50
50
  [e.opening]: n,
51
51
  [e.opened]: i
52
52
  }),
53
- onTransitionEnd: k,
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
- ), w = () => {
61
- }, b = 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 || !!s,
65
- [e.overflowYHidden]: !!B || !!s || !!z,
66
- [e.sizeSM]: g === a.SM,
67
- [e.sizeMD]: g === a.MD,
68
- [e.sizeLG]: g === 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
- H(r),
71
- L()
70
+ k(r),
71
+ H()
72
72
  ] }), F = /* @__PURE__ */ t(
73
73
  "div",
74
74
  {
@@ -76,7 +76,7 @@ const q = "lightBoxSideOverlayMask__a749762f", J = "lightBoxSideOverlayWrapper__
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: E })
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__a749762f", J = "lightBoxSideOverlayWrapper__
90
90
  preventScroll: !0,
91
91
  ...l == null ? void 0 : l.focusTrapOptions
92
92
  },
93
- children: /* @__PURE__ */ t("div", { className: b, 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
  };
@@ -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-BlJo2ILB.js";
5
+ import { c as p } from "../../../chunks/vendor-BARd5eYq.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-LYfcE0NM.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-DAHE1sRE.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-BlJo2ILB.js";
2
+ import { c as r } from "../../../chunks/vendor-BARd5eYq.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-LYfcE0NM.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-DAHE1sRE.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 s, useRef as d, useEffect as l } from "react";
3
3
  import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__c755dea2", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__9d9e4a72", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
7
  const [t, r] = s(0), e = d(null);
@@ -1,15 +1,17 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { c as a } from "../../../chunks/vendor-BlJo2ILB.js";
3
- const d = "lightBoxLeftSidebar__353554a2", l = "lightBoxLeftSidebarInner__67641052", t = {
4
- lightBoxLeftSidebar: d,
5
- lightBoxLeftSidebarInner: l
6
- }, s = ({
7
- children: i,
8
- className: r,
9
- ...o
10
- }) => /* @__PURE__ */ e("div", { className: a(r, t.lightBoxLeftSidebar), ...o, children: /* @__PURE__ */ e("div", { className: t.lightBoxLeftSidebarInner, children: i }) });
11
- s.displayName = "LightBoxLeftSidebar";
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { c as a } from "../../../chunks/vendor-BARd5eYq.js";
3
+ const f = "lightBoxLeftSidebar__566248b1", x = "fixed__6f293dec", s = "lightBoxLeftSidebarInner__20c6185e", e = {
4
+ lightBoxLeftSidebar: f,
5
+ fixed: x,
6
+ lightBoxLeftSidebarInner: s
7
+ }, l = ({
8
+ children: t,
9
+ className: o,
10
+ fixed: r,
11
+ ...d
12
+ }) => /* @__PURE__ */ i("div", { className: a(o, e.lightBoxLeftSidebar, { [e.fixed]: r }), ...d, 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-BlJo2ILB.js";
3
- const o = "lightBoxRightSidebar__c95c51e4", a = "lightBoxRightSidebarInner__f1df0ce9", t = {
4
- lightBoxRightSidebar: o,
5
- lightBoxRightSidebarInner: a
6
- }, d = ({
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
3
+ const r = "lightBoxRightSidebar__3fb22946", a = "fixed__6f293dec", x = "lightBoxRightSidebarInner__8a6d71bf", i = {
4
+ lightBoxRightSidebar: r,
5
+ fixed: a,
6
+ lightBoxRightSidebarInner: x
7
+ }, s = ({
7
8
  children: e,
8
9
  className: h,
10
+ fixed: d,
9
11
  ...g
10
- }) => /* @__PURE__ */ i("div", { className: r(h, t.lightBoxRightSidebar), ...g, children: /* @__PURE__ */ i("div", { className: t.lightBoxRightSidebarInner, children: e }) });
11
- d.displayName = "LightBoxRightSidebar";
12
+ }) => /* @__PURE__ */ t("div", { className: o(h, i.lightBoxRightSidebar, { [i.fixed]: d }), ...g, 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
@@ -1,6 +1,6 @@
1
1
  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
- import { u as B, i as k, h as p } from "../../../chunks/vendor-BlJo2ILB.js";
3
+ import { u as B, i as k, h as p } from "../../../chunks/vendor-BARd5eYq.js";
4
4
  import { Portal as P } from "../../Portal/Portal.js";
5
5
  import { LightBoxViewManagerConsts as l } from "./LightBoxViewManagerConsts.js";
6
6
  const g = "LightBoxMountNodeViewManager", $ = ({
@@ -1,17 +1,17 @@
1
1
  import { jsx as R, jsxs as t, Fragment as i } from "react/jsx-runtime";
2
2
  import L from "react";
3
- import { c as l } from "../../chunks/vendor-BlJo2ILB.js";
4
- const v = "link__7cf8515a", F = "wordWithContent__ce572cfc", S = "before__6d3252c6", T = "after__a12503bb", e = {
3
+ import { c as l } from "../../chunks/vendor-BARd5eYq.js";
4
+ const v = "link__3fb8851b", F = "wordWithContent__317b0ca7", S = "before__77bc4681", T = "after__207a4806", e = {
5
5
  link: v,
6
6
  wordWithContent: F,
7
7
  before: S,
8
8
  after: T
9
9
  }, q = L.forwardRef(
10
- ({ children: c, className: N, onBlur: p, onMouseDown: f, contentAfter: s, contentBefore: o, ...C }, W) => {
11
- const d = () => o ? /* @__PURE__ */ t(i, { children: [
10
+ ({ children: d, className: N, onBlur: p, onMouseDown: b, contentAfter: s, contentBefore: o, ...C }, f) => {
11
+ const c = () => o ? /* @__PURE__ */ t(i, { children: [
12
12
  "​",
13
13
  o()
14
- ] }) : null, m = () => s ? s() : null, b = (n) => {
14
+ ] }) : null, m = () => s ? s() : null, W = (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, {
@@ -19,7 +19,7 @@ const v = "link__7cf8515a", F = "wordWithContent__ce572cfc", S = "before__6d3252
19
19
  [e.before]: !!o
20
20
  });
21
21
  return /* @__PURE__ */ t("span", { className: y, children: [
22
- d(),
22
+ c(),
23
23
  n,
24
24
  m()
25
25
  ] });
@@ -27,7 +27,7 @@ const v = "link__7cf8515a", F = "wordWithContent__ce572cfc", S = "before__6d3252
27
27
  const a = r[0], h = r[r.length - 1], _ = 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
- d(),
30
+ c(),
31
31
  a
32
32
  ] }) : a, x = l(e.wordWithContent, {
33
33
  [e.after]: !!s
@@ -49,7 +49,7 @@ const v = "link__7cf8515a", F = "wordWithContent__ce572cfc", S = "before__6d3252
49
49
  n,
50
50
  a
51
51
  ] });
52
- }, w = o || s ? ((n) => typeof n == "string" ? b(n) : u(n))(c) : c;
52
+ }, w = o || s ? ((n) => typeof n == "string" ? W(n) : u(n))(d) : d;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
@@ -57,9 +57,9 @@ const v = "link__7cf8515a", F = "wordWithContent__ce572cfc", S = "before__6d3252
57
57
  ...C,
58
58
  className: l(N, e.link, "hoverable"),
59
59
  onBlur: p,
60
- onMouseDown: f,
61
- "data-tx": "0.11.0",
62
- ref: W,
60
+ onMouseDown: b,
61
+ "data-tx": "0.13.0",
62
+ ref: f,
63
63
  children: w
64
64
  }
65
65
  );
@@ -1,12 +1,12 @@
1
- import { jsxs as a, jsx as i } from "react/jsx-runtime";
1
+ import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as m } from "../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as m } from "../../chunks/vendor-BARd5eYq.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__87f59a87", p = {
5
+ const f = "list__14742ff6", p = {
6
6
  list: f
7
- }, n = e.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(p.list, t), ...o, "data-tx": "0.11.0", ref: r, children: [
7
+ }, n = e.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ i("ul", { className: m(p.list, t), ...o, "data-tx": "0.13.0", ref: r, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ i(c, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ a(c, { type: "small" }) : null
10
10
  ] }));
11
11
  n.displayName = "List";
12
12
  export {
@@ -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-BlJo2ILB.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-BARd5eYq.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 e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-BlJo2ILB.js";
4
- const p = "listEmptyState__70b34df1", r = {
3
+ import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
4
+ const p = "listEmptyState__22d5a029", r = {
5
5
  listEmptyState: p
6
6
  }, l = i.forwardRef(
7
7
  ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(r.listEmptyState, s), ...m, ref: a, children: t })
@@ -3,7 +3,7 @@ import a, { useState as d } from "react";
3
3
  import { ListItemContext as l } from "./ListItemContext.js";
4
4
  const c = a.forwardRef(({ children: e, className: r, ...o }, s) => {
5
5
  const [i, m] = d(!1);
6
- return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.11.0", ref: s, children: e }) });
6
+ return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.13.0", ref: s, children: e }) });
7
7
  });
8
8
  c.displayName = "ListItem";
9
9
  export {
@@ -1,19 +1,19 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
2
  import i, { useContext as l } from "react";
3
- import { c as r } from "../../../chunks/vendor-BlJo2ILB.js";
4
- import { ListItemContext as d } from "./ListItemContext.js";
5
- const a = "listItemContent__fdd42f93", f = "selected__2dc2c21b", t = {
6
- listItemContent: a,
3
+ import { c as r } from "../../../chunks/vendor-BARd5eYq.js";
4
+ import { ListItemContext as a } from "./ListItemContext.js";
5
+ const d = "listItemContent__f3578400", f = "selected__7966a9f4", t = {
6
+ listItemContent: d,
7
7
  selected: f
8
8
  }, C = i.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
- const { selected: m } = l(d);
10
+ const { selected: m } = l(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": "0.11.0",
16
+ "data-tx": "0.13.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
@@ -1,13 +1,13 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as e } from "../../../chunks/vendor-BlJo2ILB.js";
4
- const i = "listItemControls__4f291b52", n = {
3
+ import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
4
+ const i = "listItemControls__4ca49bc5", c = {
5
5
  listItemControls: i
6
- }, a = m.forwardRef(
7
- ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, children: t })
6
+ }, n = m.forwardRef(
7
+ ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(c.listItemControls, o), ...s, ref: r, children: t })
8
8
  );
9
- a.displayName = "ListItemControls";
9
+ n.displayName = "ListItemControls";
10
10
  export {
11
- a as ListItemControls
11
+ n as ListItemControls
12
12
  };
13
13
  //# sourceMappingURL=ListItemControls.js.map
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../chunks/vendor-BlJo2ILB.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-ABcLen-s.js";
3
+ import "../../../chunks/vendor-BARd5eYq.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-BMsTQr9O.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 t, jsxs as W, Fragment as P } from "react/jsx-runtime";
2
2
  import E, { useRef as a, useState as O, createElement as w } from "react";
3
- import { a as _, c as g } from "../../../chunks/vendor-BlJo2ILB.js";
3
+ import { a as _, c as g } from "../../../chunks/vendor-BARd5eYq.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-ABcLen-s.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-BMsTQr9O.js";
22
22
  const G = E.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 = a(null), f = a(null), [p, L] = O(), D = a(_()), v = ({ opened: e, setOpened: o }) => /* @__PURE__ */ t(
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../../chunks/vendor-BlJo2ILB.js";
4
- import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
5
- import { EComponentSize as r } from "../../../enums/EComponentSize.js";
6
- const n = "listItemLoading__f1a5c963", d = {
3
+ import { c as s } from "../../../chunks/vendor-BARd5eYq.js";
4
+ import { LoaderScreen as r } from "../../LoaderScreen/LoaderScreen.js";
5
+ import { EComponentSize as a } from "../../../enums/EComponentSize.js";
6
+ const n = "listItemLoading__1708c462", d = {
7
7
  listItemLoading: n
8
8
  }, l = m.forwardRef(
9
- ({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
9
+ ({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(r, { type: "small", size: a.MD }) })
10
10
  );
11
11
  l.displayName = "ListItemLoading";
12
12
  export {