@sberbusiness/triplex-next 0.13.0 → 0.14.1

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 (417) hide show
  1. package/chunks/AlertProcessSpoiler-w7bEDQkZ.js +39 -0
  2. package/chunks/{CalendarViewItem-DML7yFTS.js → CalendarViewItem-bjlzO6fA.js} +20 -20
  3. package/chunks/Card.module-BLsCGNSy.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +14 -0
  5. package/chunks/{Chip-CI3sEzkq.js → Chip-BjcDj2XE.js} +6 -6
  6. package/chunks/Confirm.module-CzudnAyq.js +15 -0
  7. package/chunks/{DropdownListItem-9VgfsLJP.js → DropdownListItem-BByGOD7_.js} +8 -8
  8. package/chunks/DropdownMobile.module-DOLon8EA.js +23 -0
  9. package/chunks/Footer.module-BVFglVCT.js +9 -0
  10. package/chunks/FormFieldInput-CXE2lpa2.js +60 -0
  11. package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +9 -0
  12. package/chunks/HeaderTabs.module-BD-cjJN0.js +9 -0
  13. package/chunks/{HeaderTitle.module-e8_DcucZ.js → HeaderTitle.module-Aa8Ayziq.js} +2 -2
  14. package/chunks/IslandAccordion.module-DuBXHdTP.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +9 -0
  17. package/chunks/{LightBoxContent-Dpu6E3Cr.js → LightBoxContent-B5TEJXI-.js} +13 -13
  18. package/chunks/LightBoxControls.module-4BsaXW9O.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +8 -0
  20. package/chunks/{ListItemControlsButton-BMsTQr9O.js → ListItemControlsButton-BQWXaAf7.js} +11 -11
  21. package/chunks/ListItemTail.module-Dqje1Ta9.js +12 -0
  22. package/chunks/ListMasterFooter.module-CQ5ySLht.js +10 -0
  23. package/chunks/ModalWindow.module-BhRZeAo8.js +17 -0
  24. package/chunks/Notification.module-DwrRfWOt.js +21 -0
  25. package/chunks/Overlay.module-B6CO6ER3.js +18 -0
  26. package/chunks/Page.module-DkHondpd.js +11 -0
  27. package/chunks/{RightBorderArrow-BQ_cZ8U3.js → RightBorderArrow-BjcGiO4Y.js} +8 -8
  28. package/chunks/SMSField.module-CDTpuKgF.js +16 -0
  29. package/chunks/SliderExtendedMarks.module--4YyXPzu.js +15 -0
  30. package/chunks/{SliderExtendedRail-oI7nifMP.js → SliderExtendedRail-DHe0BU85.js} +6 -6
  31. package/chunks/StatusTracker.module-DkISSFNd.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-Bilm-Pwh.js → SuggestFieldMobileDropdownHint-BM9lOqXe.js} +4 -4
  33. package/chunks/TableFooter.module-zu7cE58N.js +14 -0
  34. package/chunks/TabsExtended.module-CKJx5gTC.js +16 -0
  35. package/chunks/TabsLine.module-dWFH4Lb0.js +21 -0
  36. package/chunks/TooltipDesktop.module-8uJuXz2F.js +19 -0
  37. package/chunks/TreeView.module-CBWqJQ3g.js +9 -0
  38. package/chunks/{UploadZoneInput-CfYPrkK_.js → UploadZoneInput-DgPYo5Ct.js} +8 -8
  39. package/chunks/{utils-Bu0wcDBu.js → utils-D6gsTR6V.js} +16 -16
  40. package/chunks/{utils-SerS_ys8.js → utils-DQttOWML.js} +6 -6
  41. package/chunks/utils-DXZkhXsb.js +24 -0
  42. package/chunks/{utils-Ccw--G8d.js → utils-Ds7Etruz.js} +4 -4
  43. package/chunks/{utils-16fU9G4P.js → utils-QtOC5s-T.js} +7 -7
  44. package/chunks/vendor-CalMVkfj.js +12482 -0
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  47. package/components/Alert/AlertContext/AlertContext.js +10 -10
  48. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  50. package/components/Amount/Amount.js +3 -3
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +11 -11
  53. package/components/Body/Body.js +6 -6
  54. package/components/Button/Button.js +27 -27
  55. package/components/Button/ButtonBase.js +1 -1
  56. package/components/Button/ButtonDropdown.js +28 -28
  57. package/components/Button/ButtonDropdownExtended.js +5 -5
  58. package/components/Button/ButtonIcon.js +8 -8
  59. package/components/Calendar/Calendar.js +36 -35
  60. package/components/Calendar/CalendarContext.js +5 -5
  61. package/components/Calendar/components/CalendarControls.js +1 -1
  62. package/components/Calendar/components/CalendarFooter.js +4 -4
  63. package/components/Calendar/components/CalendarViewDays.js +21 -20
  64. package/components/Calendar/components/CalendarViewItem.js +2 -2
  65. package/components/Calendar/components/CalendarViewMonths.js +21 -21
  66. package/components/Calendar/components/CalendarViewYears.js +15 -15
  67. package/components/Calendar/utils.js +6 -6
  68. package/components/Card/CardAction.js +25 -25
  69. package/components/Card/CardStatic.js +3 -3
  70. package/components/Card/components/CardContent/CardContent.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  74. package/components/Card/components/CardMedia.js +2 -2
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +2 -2
  77. package/components/Checkbox/Checkbox.js +18 -18
  78. package/components/Checkbox/CheckboxXGroup.js +16 -16
  79. package/components/Checkbox/CheckboxYGroup.js +7 -7
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  84. package/components/Chip/Chip.js +2 -2
  85. package/components/Chip/ChipClearButton.js +6 -6
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +16 -16
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +4 -4
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +2 -2
  91. package/components/Chip/ChipOptions.js +6 -6
  92. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  94. package/components/Chip/ChipSort.js +2 -2
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +15 -15
  101. package/components/Col/Col.js +131 -131
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
  103. package/components/Confirm/Confirm.js +2 -2
  104. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  105. package/components/Confirm/components/ConfirmContent.js +2 -2
  106. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  107. package/components/Confirm/components/ConfirmControls.js +2 -2
  108. package/components/DateField/DateField.js +8 -8
  109. package/components/DateField/utils.js +3 -3
  110. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  111. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  112. package/components/DateRange/DateRange.js +30 -29
  113. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  114. package/components/Divider/Divider.js +21 -21
  115. package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
  116. package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
  117. package/components/Dropdown/desktop/DropdownList.js +2 -2
  118. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  119. package/components/Dropdown/desktop/index.js +1 -1
  120. package/components/Dropdown/index.js +1 -1
  121. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  122. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  123. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  124. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  125. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  128. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  132. package/components/Ellipsis/Ellipsis.js +6 -6
  133. package/components/ExpandAnimation/ExpandAnimation.js +34 -34
  134. package/components/Footer/Footer.js +1 -1
  135. package/components/Footer/components/FooterDescription.js +2 -2
  136. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  137. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  138. package/components/FormField/FormField.js +21 -21
  139. package/components/FormField/components/FormFieldClear.js +17 -17
  140. package/components/FormField/components/FormFieldCounter.js +5 -5
  141. package/components/FormField/components/FormFieldDescription.js +4 -4
  142. package/components/FormField/components/FormFieldInput.js +2 -2
  143. package/components/FormField/components/FormFieldLabel.js +16 -16
  144. package/components/FormField/components/FormFieldMaskedInput.js +25 -25
  145. package/components/FormField/components/FormFieldPostfix.js +6 -6
  146. package/components/FormField/components/FormFieldPrefix.js +8 -8
  147. package/components/FormField/components/FormFieldTarget.js +13 -13
  148. package/components/FormField/components/FormFieldTextarea.js +32 -35
  149. package/components/FormField/index.js +1 -1
  150. package/components/Header/Header.js +1 -1
  151. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  153. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  154. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
  155. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  156. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  157. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  158. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  159. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  160. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  161. package/components/HelpBox/HelpBox.js +6 -6
  162. package/components/Island/Island.js +2 -2
  163. package/components/Island/components/IslandBody.js +6 -6
  164. package/components/Island/components/IslandFooter.js +4 -4
  165. package/components/Island/components/IslandHeader.js +2 -2
  166. package/components/Island/utils.js +1 -1
  167. package/components/IslandAccordion/IslandAccordion.js +3 -3
  168. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  169. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  170. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  171. package/components/IslandWidget/IslandWidget.js +3 -3
  172. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  173. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  174. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  176. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  177. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  178. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  179. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  180. package/components/LightBox/LightBox.js +28 -28
  181. package/components/LightBox/LightBoxContent.js +2 -2
  182. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  183. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  184. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  185. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  186. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +15 -15
  187. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  188. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  190. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +2 -2
  191. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
  192. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  193. package/components/Link/Link.js +19 -19
  194. package/components/List/List.js +9 -9
  195. package/components/List/ListSortable.js +1 -1
  196. package/components/List/components/ListEmptyState.js +4 -4
  197. package/components/List/components/ListItem.js +1 -1
  198. package/components/List/components/ListItemContent.js +7 -7
  199. package/components/List/components/ListItemControls.js +8 -8
  200. package/components/List/components/ListItemControlsButton.js +2 -2
  201. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  202. package/components/List/components/ListItemLoading.js +5 -5
  203. package/components/List/components/ListItemSelectable.js +10 -10
  204. package/components/List/components/ListItemTable.js +4 -4
  205. package/components/List/components/ListItemTailLeft.js +2 -2
  206. package/components/List/components/ListItemTailRight.js +2 -2
  207. package/components/List/components/ListSortableItem.js +7 -7
  208. package/components/List/components/ListSortableItemControls.js +2 -2
  209. package/components/List/components/ListSortableItemTarget.js +4 -4
  210. package/components/List/index.js +1 -1
  211. package/components/ListMaster/ListMaster.js +1 -1
  212. package/components/ListMaster/components/ListMasterBody.js +1 -1
  213. package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
  214. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  215. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  216. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  217. package/components/ListMaster/components/ListMasterHeader.js +11 -11
  218. package/components/ListMaster/components/SelectionControls.js +3 -3
  219. package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
  220. package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
  221. package/components/LoaderScreen/LoaderScreen.js +10 -10
  222. package/components/Marker/Marker.js +2 -2
  223. package/components/Marker/utils.js +1 -1
  224. package/components/MarkerStatus/MarkerStatus.js +12 -12
  225. package/components/ModalWindow/ModalWindow.js +2 -2
  226. package/components/ModalWindow/components/ModalWindowBody.js +10 -10
  227. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  228. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  229. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  230. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  231. package/components/MonthYearField/utils.js +1 -1
  232. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  233. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
  234. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  235. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  236. package/components/Notification/Notification.js +3 -3
  237. package/components/Notification/NotificationGrouped.js +1 -1
  238. package/components/Notification/components/NotificationBody.js +1 -1
  239. package/components/Notification/components/NotificationBodyContent.js +1 -1
  240. package/components/Notification/components/NotificationBodyList.js +2 -2
  241. package/components/Notification/components/NotificationClose.js +1 -1
  242. package/components/Notification/components/NotificationFooter.js +1 -1
  243. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  244. package/components/Notification/components/NotificationHeader.js +1 -1
  245. package/components/Notification/components/NotificationIcon.js +1 -1
  246. package/components/Notification/components/NotificationTime.js +1 -1
  247. package/components/NotificationIcon/NotificationIcon.js +2 -2
  248. package/components/NumberField/NumberFieldInput.js +1 -1
  249. package/components/OrderedList/OrderedList.js +6 -6
  250. package/components/OrderedList/OrderedListItem.js +7 -7
  251. package/components/Overlay/Overlay.js +2 -2
  252. package/components/Overlay/OverlayMask.js +2 -2
  253. package/components/Overlay/OverlayPanel.js +2 -2
  254. package/components/Page/Page.js +2 -2
  255. package/components/Page/components/BodyPage.js +9 -9
  256. package/components/Page/components/FooterPage.js +2 -2
  257. package/components/Page/components/HeaderPage.js +2 -2
  258. package/components/Pagination/components/PaginationExtended.js +6 -6
  259. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  260. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  261. package/components/Pagination/components/PaginationPageButton.js +2 -2
  262. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  263. package/components/Pagination/components/PaginationSelect.js +2 -2
  264. package/components/Pagination/utils/paginationUtils.js +5 -5
  265. package/components/Radio/Radio.js +11 -11
  266. package/components/Radio/RadioXGroup.js +10 -10
  267. package/components/Radio/RadioYGroup.js +9 -9
  268. package/components/Row/Row.js +6 -6
  269. package/components/SMSField/SMSField.js +3 -3
  270. package/components/SMSField/components/RefreshIcon.js +2 -2
  271. package/components/SMSField/components/SMSFieldInput.js +3 -3
  272. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  273. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  274. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  275. package/components/SegmentedControl/SegmentedControl.js +10 -10
  276. package/components/SegmentedControl/SegmentedControlSegment.js +2 -2
  277. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  278. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  279. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
  280. package/components/SelectField/SelectField.js +1 -1
  281. package/components/Skeleton/Skeleton.js +9 -9
  282. package/components/SliderExtended/SliderExtended.js +3 -3
  283. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
  284. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  285. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  286. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  287. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
  288. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
  289. package/components/SmallInput/SmallInput.js +7 -7
  290. package/components/Spoiler/Spoiler.js +12 -12
  291. package/components/StatusTracker/StatusTracker.js +3 -3
  292. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  293. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  294. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  295. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  296. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  297. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  298. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  299. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  302. package/components/Step/Step.js +13 -13
  303. package/components/Stepper/RightBorderArrow.js +1 -1
  304. package/components/Stepper/Stepper.js +9 -9
  305. package/components/Stepper/StepperExtended.js +2 -2
  306. package/components/Stepper/StepperStep.js +3 -3
  307. package/components/Stepper/StepperWrapper.js +5 -5
  308. package/components/Suggest/Suggest.js +1 -1
  309. package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
  310. package/components/SuggestField/SuggestField.js +1 -1
  311. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  312. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  313. package/components/SuggestField/desktop/SuggestFieldDesktop.js +21 -21
  314. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  315. package/components/SuggestField/index.js +1 -1
  316. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  317. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  318. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  319. package/components/SuggestField/mobile/index.js +1 -1
  320. package/components/SwipeableArea/SwipeableArea.js +17 -17
  321. package/components/Table/FilterPanel.js +3 -3
  322. package/components/Table/MasterTable.js +20 -20
  323. package/components/Table/NoColumns.js +4 -4
  324. package/components/Table/PaginationPanel.js +5 -5
  325. package/components/Table/TableBasic/TableBasic.js +2 -2
  326. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  327. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  328. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  329. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  330. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
  331. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  332. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  333. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  334. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  335. package/components/Table/TableFooter/TableFooter.js +2 -2
  336. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  337. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  338. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  339. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  340. package/components/Table/TabsLinePanel.js +6 -6
  341. package/components/Table/TabsLinePanelLinks.js +6 -6
  342. package/components/Table/utils.js +1 -1
  343. package/components/Tabs/Tabs.js +2 -2
  344. package/components/TabsExtended/TabsExtended.js +3 -3
  345. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  346. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  347. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  348. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  349. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  350. package/components/TabsExtended/utils.js +1 -1
  351. package/components/TabsLine/TabsLine.js +2 -2
  352. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  353. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  354. package/components/TabsLine/components/TabsLineItem.js +2 -2
  355. package/components/TabsLine/components/TabsLineMobile.js +5 -5
  356. package/components/Tag/Tag.js +25 -25
  357. package/components/TagColor/TagColor.js +12 -12
  358. package/components/TagGroup/TagGroup.js +13 -13
  359. package/components/TextField/TextField.js +1 -1
  360. package/components/TextareaField/TextareaField.js +1 -1
  361. package/components/ThemeProvider/ThemeProvider.js +4 -4
  362. package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
  363. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  364. package/components/Tooltip/components/common/TooltipLink.js +12 -12
  365. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  366. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  367. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  368. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  369. package/components/TopOverlay/TopOverlay.js +21 -21
  370. package/components/TreeView/TreeView.js +2 -2
  371. package/components/TreeView/components/TreeViewGroup.js +1 -1
  372. package/components/TreeView/components/TreeViewNode.js +2 -2
  373. package/components/Typography/Caption.js +17 -17
  374. package/components/Typography/Text.js +19 -19
  375. package/components/Typography/Title.js +13 -13
  376. package/components/Typography/utils.js +1 -1
  377. package/components/UnorderedList/UnorderedList.js +3 -3
  378. package/components/UnorderedList/UnorderedListItem.js +3 -3
  379. package/components/UploadZone/UploadZone.js +3 -3
  380. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  381. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  382. package/components/index.js +5 -5
  383. package/consts/DateConst.js +6 -6
  384. package/index.js +5 -5
  385. package/package.json +2 -2
  386. package/styles/triplex-next.css +534 -534
  387. package/utils/amountUtils.js +1 -1
  388. package/chunks/AlertProcessSpoiler-DQAI3bgu.js +0 -39
  389. package/chunks/Card.module-Bg8-F1uZ.js +0 -17
  390. package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +0 -14
  391. package/chunks/Confirm.module-C3SyV40Z.js +0 -15
  392. package/chunks/DropdownMobile.module-BLKzmRLM.js +0 -23
  393. package/chunks/Footer.module-D83FlUYZ.js +0 -9
  394. package/chunks/FormFieldInput-DurMmok0.js +0 -62
  395. package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +0 -9
  396. package/chunks/HeaderTabs.module-11xkKwN7.js +0 -9
  397. package/chunks/IslandAccordion.module-C6INnFmn.js +0 -25
  398. package/chunks/IslandWidgetFooter.module-q--xXUCF.js +0 -9
  399. package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +0 -9
  400. package/chunks/LightBoxControls.module-BkW_w9PJ.js +0 -16
  401. package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +0 -8
  402. package/chunks/ListItemTail.module-CcT-PrXt.js +0 -12
  403. package/chunks/ListMasterFooter.module-CV05gXbo.js +0 -10
  404. package/chunks/ModalWindow.module-DlNg_kPu.js +0 -17
  405. package/chunks/Notification.module-C5D-8Dtt.js +0 -21
  406. package/chunks/Overlay.module-3QvWfMgh.js +0 -18
  407. package/chunks/Page.module-BV59uicx.js +0 -11
  408. package/chunks/SMSField.module-BL9kkhHx.js +0 -16
  409. package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +0 -15
  410. package/chunks/StatusTracker.module-CtjfmWAE.js +0 -24
  411. package/chunks/TableFooter.module-Bq2Lm9CG.js +0 -14
  412. package/chunks/TabsExtended.module-D0-Tp3Ed.js +0 -16
  413. package/chunks/TabsLine.module-D0stwkA6.js +0 -21
  414. package/chunks/TooltipDesktop.module-DUucrF7X.js +0 -19
  415. package/chunks/TreeView.module-CEYl8PNr.js +0 -9
  416. package/chunks/utils-CC47I1cc.js +0 -24
  417. package/chunks/vendor-BARd5eYq.js +0 -15069
@@ -1,7 +1,7 @@
1
- import { jsxs as B, Fragment as F, jsx as o } from "react/jsx-runtime";
2
- import { useRef as n, useEffect as f } from "react";
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";
1
+ import { jsxs as x, Fragment as F, jsx as o } from "react/jsx-runtime";
2
+ import { useRef as n, useEffect as B } from "react";
3
+ import { c as V, F as A } from "../../chunks/vendor-CalMVkfj.js";
4
+ import { L as D, s as e } from "../../chunks/LightBoxContent-B5TEJXI-.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__009679db",
19
- "scroll-15": "scroll-15__ddb60873",
20
- "scroll-16": "scroll-16__2dc67a37",
21
- "scroll-17": "scroll-17__1a9b95ad"
22
- }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", b = [e.bodyOverflowHidden], N = ({
18
+ "scroll-0": "scroll-0__695de17b",
19
+ "scroll-15": "scroll-15__cfeef167",
20
+ "scroll-16": "scroll-16__dd5f1124",
21
+ "scroll-17": "scroll-17__6711ef4e"
22
+ }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
23
23
  children: v,
24
24
  className: M,
25
25
  focusTrapProps: r,
26
- forwardRef: c,
26
+ forwardRef: a,
27
27
  mountNode: s,
28
- lightBoxViewManagerNodeId: d = L,
29
- isLoading: m,
28
+ lightBoxViewManagerNodeId: m = L,
29
+ isLoading: d,
30
30
  isSideOverlayOpened: i,
31
31
  isTopOverlayOpened: y,
32
32
  ...S
@@ -36,43 +36,43 @@ 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 d && (t = document.querySelector(`#${d}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
40
- }, a = n(E()), g = n(_()), h = () => {
41
- b.forEach((t) => document.documentElement.classList.add(t));
39
+ return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
40
+ }, c = n(E()), g = n(_()), h = () => {
41
+ N.forEach((t) => document.documentElement.classList.add(t));
42
42
  };
43
- f(() => (T(Z), h(), setTimeout(h, 100), () => b.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
43
+ B(() => (T(Z), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), B(() => {
44
44
  if (!i && l.current) {
45
45
  const t = Math.round(Math.random() * 100);
46
46
  l.current.style.zIndex = t.toString();
47
47
  }
48
48
  }, [i]);
49
49
  const w = (t) => {
50
- u.current = t, c && (c.current = t);
50
+ u.current = t, a && (a.current = t);
51
51
  }, O = V(
52
52
  C,
53
53
  e.lightBox,
54
54
  {
55
- [e.isLoading]: !!m,
55
+ [e.isLoading]: !!d,
56
56
  [e.lightBoxSideOverlayActive]: !!i,
57
57
  [e.lightBoxTopOverlayActive]: !!y
58
58
  },
59
59
  M
60
60
  );
61
- if (!a.current)
61
+ if (!c.current)
62
62
  return null;
63
- const x = () => /* @__PURE__ */ B("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
63
+ const f = () => /* @__PURE__ */ x("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
64
64
  /* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
65
65
  v,
66
66
  /* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
67
67
  ] });
68
- return /* @__PURE__ */ B(F, { children: [
69
- /* @__PURE__ */ o(k, { container: a.current, children: /* @__PURE__ */ o(
68
+ return /* @__PURE__ */ x(F, { children: [
69
+ /* @__PURE__ */ o(k, { container: c.current, children: /* @__PURE__ */ o(
70
70
  W,
71
71
  {
72
72
  fallback: /* @__PURE__ */ o(
73
73
  A,
74
74
  {
75
- active: !m,
75
+ active: !d,
76
76
  ...r,
77
77
  focusTrapOptions: {
78
78
  clickOutsideDeactivates: !0,
@@ -80,23 +80,23 @@ const Z = {
80
80
  preventScroll: !0,
81
81
  ...r == null ? void 0 : r.focusTrapOptions
82
82
  },
83
- children: x()
83
+ children: f()
84
84
  }
85
85
  ),
86
- children: x()
86
+ children: f()
87
87
  }
88
88
  ) }),
89
89
  g.current && /* @__PURE__ */ o(
90
90
  q,
91
91
  {
92
92
  lightBoxViewManagerNode: g.current,
93
- lightBoxMountNode: a.current
93
+ lightBoxMountNode: c.current
94
94
  }
95
95
  )
96
96
  ] });
97
97
  };
98
- N.displayName = "LightBoxBase";
99
- const st = Object.assign(N, {
98
+ b.displayName = "LightBoxBase";
99
+ const st = Object.assign(b, {
100
100
  Content: D,
101
101
  SideOverlay: R,
102
102
  TopOverlay: j,
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../chunks/vendor-BARd5eYq.js";
3
+ import "../../chunks/vendor-CalMVkfj.js";
4
4
  import "../WindowResizeListener/WindowResizeListener.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-Dpu6E3Cr.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-B5TEJXI-.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-BARd5eYq.js";
3
+ import { c as u } from "../../../chunks/vendor-CalMVkfj.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-BkW_w9PJ.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-4BsaXW9O.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-BARd5eYq.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-BkW_w9PJ.js";
5
+ import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-4BsaXW9O.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-BARd5eYq.js";
3
+ import { c as n } from "../../../chunks/vendor-CalMVkfj.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-BkW_w9PJ.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-4BsaXW9O.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-BARd5eYq.js";
3
+ import { c as n } from "../../../chunks/vendor-CalMVkfj.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-BkW_w9PJ.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-4BsaXW9O.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,
@@ -1,6 +1,6 @@
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-BARd5eYq.js";
3
+ import { c as m, F as X } from "../../../chunks/vendor-CalMVkfj.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";
@@ -8,7 +8,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
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 = {
11
+ const q = "lightBoxSideOverlayMask__3be15f5c", J = "lightBoxSideOverlayWrapper__e018e417", K = "overflowXHidden__a0146917", Q = "overflowYHidden__c69adc7a", V = "closing__fff7fa59", Z = "opened__bbf81e48", $ = "lightBoxSideOverlayContent__a98b90f2", P = "opening__6b6fb2f9", ee = "sizeSM__879d33c2", ie = "sizeMD__128ecb98", te = "sizeLG__fef0851d", oe = "lightBoxSideOverlay__599f6215", e = {
12
12
  lightBoxSideOverlayMask: q,
13
13
  lightBoxSideOverlayWrapper: J,
14
14
  overflowXHidden: K,
@@ -28,20 +28,20 @@ const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__
28
28
  isLoading: a,
29
29
  loadingTitle: u,
30
30
  isTopLevelSideOverlayOpened: B,
31
- isTopOverlayOpened: b,
31
+ isTopOverlayOpened: z,
32
32
  onClose: c,
33
33
  onOpen: d,
34
34
  opened: i,
35
- size: g = s.MD,
36
- ...z
35
+ size: f = s.MD,
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 D = (r) => {
42
+ const b = (r) => {
43
43
  const { target: G, currentTarget: N } = r;
44
- G === N && (o ? (v(!1), c == null || c()) : n && (f(!1), d == null || d()));
44
+ G === N && (o ? (g(!1), c == null || c()) : n && (v(!1), d == null || d()));
45
45
  }, k = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ O(
46
46
  "div",
47
47
  {
@@ -50,7 +50,7 @@ const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__
50
50
  [e.opening]: n,
51
51
  [e.opened]: i
52
52
  }),
53
- onTransitionEnd: D,
53
+ onTransitionEnd: b,
54
54
  ref: S,
55
55
  children: [
56
56
  _,
@@ -62,10 +62,10 @@ const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__
62
62
  [e.closing]: o,
63
63
  [e.opened]: i,
64
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
65
+ [e.overflowYHidden]: !!B || !!a || !!z,
66
+ [e.sizeSM]: f === s.SM,
67
+ [e.sizeMD]: f === s.MD,
68
+ [e.sizeLG]: f === s.LG
69
69
  }), E = (r) => /* @__PURE__ */ O(C, { children: [
70
70
  k(r),
71
71
  H()
@@ -90,7 +90,7 @@ const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__
90
90
  preventScroll: !0,
91
91
  ...l == null ? void 0 : l.focusTrapOptions
92
92
  },
93
- children: /* @__PURE__ */ t("div", { className: w, role: "dialog", "aria-modal": "true", ...z, children: F })
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-BARd5eYq.js";
5
+ import { c as p } from "../../../chunks/vendor-CalMVkfj.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-DAHE1sRE.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-Bx568ER4.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-BARd5eYq.js";
2
+ import { c as r } from "../../../chunks/vendor-CalMVkfj.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-Bx568ER4.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__9d9e4a72", 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__2e0a98f3", 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,6 +1,6 @@
1
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 = {
2
+ import { c as a } from "../../../chunks/vendor-CalMVkfj.js";
3
+ const f = "lightBoxLeftSidebar__001bd896", x = "fixed__055c46f2", s = "lightBoxLeftSidebarInner__470c3b96", e = {
4
4
  lightBoxLeftSidebar: f,
5
5
  fixed: x,
6
6
  lightBoxLeftSidebarInner: s
@@ -1,15 +1,15 @@
1
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 = {
2
+ import { c as o } from "../../../chunks/vendor-CalMVkfj.js";
3
+ const r = "lightBoxRightSidebar__876aa7c1", d = "fixed__055c46f2", x = "lightBoxRightSidebarInner__f1d4a607", i = {
4
4
  lightBoxRightSidebar: r,
5
- fixed: a,
5
+ fixed: d,
6
6
  lightBoxRightSidebarInner: x
7
7
  }, s = ({
8
8
  children: e,
9
9
  className: h,
10
- fixed: d,
10
+ fixed: a,
11
11
  ...g
12
- }) => /* @__PURE__ */ t("div", { className: o(h, i.lightBoxRightSidebar, { [i.fixed]: d }), ...g, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
12
+ }) => /* @__PURE__ */ t("div", { className: o(h, i.lightBoxRightSidebar, { [i.fixed]: a }), ...g, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
13
13
  s.displayName = "LightBoxRightSidebar";
14
14
  export {
15
15
  s as LightBoxRightSidebar
@@ -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-BARd5eYq.js";
3
+ import { u as B, i as k, h as p } from "../../../chunks/vendor-CalMVkfj.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,35 +1,35 @@
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-BARd5eYq.js";
4
- const v = "link__3fb8851b", F = "wordWithContent__317b0ca7", S = "before__77bc4681", T = "after__207a4806", e = {
3
+ import { c as a } from "../../chunks/vendor-CalMVkfj.js";
4
+ const v = "link__7566ec48", F = "wordWithContent__bccac27f", S = "before__2587b892", T = "after__8c315299", 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: b, contentAfter: s, contentBefore: o, ...C }, f) => {
11
- const c = () => o ? /* @__PURE__ */ t(i, { children: [
10
+ ({ children: c, className: N, onBlur: p, onMouseDown: C, contentAfter: s, contentBefore: o, ...f }, W) => {
11
+ const d = () => o ? /* @__PURE__ */ t(i, { children: [
12
12
  "​",
13
13
  o()
14
- ] }) : null, m = () => s ? s() : null, W = (n) => {
14
+ ] }) : null, m = () => s ? s() : null, b = (n) => {
15
15
  const r = n.split(" ");
16
16
  if (r.length < 2 || r.length < 3 && o && s) {
17
- const y = l(e.wordWithContent, {
17
+ const y = a(e.wordWithContent, {
18
18
  [e.after]: !!s,
19
19
  [e.before]: !!o
20
20
  });
21
21
  return /* @__PURE__ */ t("span", { className: y, children: [
22
- c(),
22
+ d(),
23
23
  n,
24
24
  m()
25
25
  ] });
26
26
  }
27
- const a = r[0], h = r[r.length - 1], _ = r.slice(1, -1).join(" "), k = l(e.wordWithContent, {
27
+ const l = r[0], h = r[r.length - 1], _ = r.slice(1, -1).join(" "), k = a(e.wordWithContent, {
28
28
  [e.before]: !!o
29
29
  }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
30
- c(),
31
- a
32
- ] }) : a, x = l(e.wordWithContent, {
30
+ d(),
31
+ l
32
+ ] }) : l, x = a(e.wordWithContent, {
33
33
  [e.after]: !!s
34
34
  }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
35
35
  h,
@@ -43,23 +43,23 @@ const v = "link__3fb8851b", F = "wordWithContent__317b0ca7", S = "before__77bc46
43
43
  j
44
44
  ] });
45
45
  }, u = (n) => {
46
- const r = o ? o() : null, a = s ? s() : null;
46
+ const r = o ? o() : null, l = s ? s() : null;
47
47
  return /* @__PURE__ */ t(i, { children: [
48
48
  r,
49
49
  n,
50
- a
50
+ l
51
51
  ] });
52
- }, w = o || s ? ((n) => typeof n == "string" ? W(n) : u(n))(d) : d;
52
+ }, w = o || s ? ((n) => typeof n == "string" ? b(n) : u(n))(c) : c;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
56
56
  role: "link",
57
- ...C,
58
- className: l(N, e.link, "hoverable"),
57
+ ...f,
58
+ className: a(N, e.link, "hoverable"),
59
59
  onBlur: p,
60
- onMouseDown: b,
61
- "data-tx": "0.13.0",
62
- ref: f,
60
+ onMouseDown: C,
61
+ "data-tx": "0.14.1",
62
+ ref: W,
63
63
  children: w
64
64
  }
65
65
  );
@@ -1,15 +1,15 @@
1
- import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as m } from "../../chunks/vendor-BARd5eYq.js";
1
+ import { jsxs as e, jsx as i } from "react/jsx-runtime";
2
+ import a from "react";
3
+ import { c as m } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__14742ff6", p = {
6
- list: f
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: [
5
+ const d = "list__7091dd3e", p = {
6
+ list: d
7
+ }, f = a.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ e("ul", { className: m(p.list, t), ...o, "data-tx": "0.14.1", ref: r, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ a(c, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ i(c, { type: "small" }) : null
10
10
  ] }));
11
- n.displayName = "List";
11
+ f.displayName = "List";
12
12
  export {
13
- n as List
13
+ f 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-BARd5eYq.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-CalMVkfj.js";
7
7
  import { List as N } from "./List.js";
8
8
  class u extends H {
9
9
  }
@@ -1,10 +1,10 @@
1
- import { jsx as e } from "react/jsx-runtime";
1
+ import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
4
- const p = "listEmptyState__22d5a029", r = {
3
+ import { c as o } from "../../../chunks/vendor-CalMVkfj.js";
4
+ const p = "listEmptyState__de574117", r = {
5
5
  listEmptyState: p
6
6
  }, l = i.forwardRef(
7
- ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(r.listEmptyState, s), ...m, ref: a, children: t })
7
+ ({ children: t, className: s, ...m }, e) => /* @__PURE__ */ a("div", { className: o(r.listEmptyState, s), ...m, ref: e, children: t })
8
8
  );
9
9
  l.displayName = "ListItemEmpty";
10
10
  export {
@@ -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.13.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.14.1", ref: s, children: e }) });
7
7
  });
8
8
  c.displayName = "ListItem";
9
9
  export {
@@ -1,11 +1,11 @@
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-BARd5eYq.js";
3
+ import { c as r } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__f3578400", f = "selected__7966a9f4", t = {
5
+ const d = "listItemContent__561b6445", C = "selected__a36e6e87", t = {
6
6
  listItemContent: d,
7
- selected: f
8
- }, C = i.forwardRef(
7
+ selected: C
8
+ }, I = i.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
10
  const { selected: m } = l(a);
11
11
  return /* @__PURE__ */ c(
@@ -13,15 +13,15 @@ const d = "listItemContent__f3578400", f = "selected__7966a9f4", t = {
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "0.13.0",
16
+ "data-tx": "0.14.1",
17
17
  ref: n,
18
18
  children: e
19
19
  }
20
20
  );
21
21
  }
22
22
  );
23
- C.displayName = "ListItemContent";
23
+ I.displayName = "ListItemContent";
24
24
  export {
25
- C as ListItemContent
25
+ I as ListItemContent
26
26
  };
27
27
  //# sourceMappingURL=ListItemContent.js.map
@@ -1,13 +1,13 @@
1
- import { jsx as l } from "react/jsx-runtime";
2
- import m from "react";
3
- import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
4
- const i = "listItemControls__4ca49bc5", c = {
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import l from "react";
3
+ import { c as m } from "../../../chunks/vendor-CalMVkfj.js";
4
+ const i = "listItemControls__ce5f69ea", n = {
5
5
  listItemControls: i
6
- }, n = m.forwardRef(
7
- ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(c.listItemControls, o), ...s, ref: r, children: t })
6
+ }, a = l.forwardRef(
7
+ ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ e("div", { className: m(n.listItemControls, o), ...s, ref: r, children: t })
8
8
  );
9
- n.displayName = "ListItemControls";
9
+ a.displayName = "ListItemControls";
10
10
  export {
11
- n as ListItemControls
11
+ a 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-BARd5eYq.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-BMsTQr9O.js";
3
+ import "../../../chunks/vendor-CalMVkfj.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-BQWXaAf7.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-BARd5eYq.js";
3
+ import { a as _, c as g } from "../../../chunks/vendor-CalMVkfj.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-BMsTQr9O.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-BQWXaAf7.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-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 = {
3
+ import { c as s } from "../../../chunks/vendor-CalMVkfj.js";
4
+ import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
5
+ import { EComponentSize as r } from "../../../enums/EComponentSize.js";
6
+ const n = "listItemLoading__4bca125a", 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(r, { type: "small", size: a.MD }) })
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 }) })
10
10
  );
11
11
  l.displayName = "ListItemLoading";
12
12
  export {