@sberbusiness/triplex-next 1.12.0 → 1.14.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 (433) hide show
  1. package/README.md +4 -4
  2. package/chunks/AlertProcessSpoiler-DALLbh4Y.js +39 -0
  3. package/chunks/{CalendarViewItem-DM6giHDZ.js → CalendarViewItem-DE57LdxF.js} +28 -28
  4. package/chunks/Card.module-D18ujhsr.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +14 -0
  6. package/chunks/{Chip-DAuhowke.js → Chip-CBP_avtm.js} +11 -11
  7. package/chunks/Confirm.module-Y-2NyRFX.js +15 -0
  8. package/chunks/{DropdownListItem-Dd97YDii.js → DropdownListItem-C6I9gVRb.js} +13 -13
  9. package/chunks/DropdownMobile.module-ppF6TvoG.js +23 -0
  10. package/chunks/Footer.module-BlHDTNCR.js +9 -0
  11. package/chunks/FormFieldInput-D2lqfg4n.js +60 -0
  12. package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +9 -0
  13. package/chunks/HeaderTabs.module-msmMm_BI.js +9 -0
  14. package/chunks/{HeaderTitle.module-B5-wunmu.js → HeaderTitle.module-D2Le-Vmd.js} +2 -2
  15. package/chunks/IslandAccordion.module-DpgAGmIN.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-BFXzve-T.js +9 -0
  18. package/chunks/LightBoxContent-Bi0IQWNc.js +56 -0
  19. package/chunks/LightBoxControls.module-DTFEWumP.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +8 -0
  21. package/chunks/{ListItemControlsButton-CzGamwTx.js → ListItemControlsButton--Ek4l8AX.js} +13 -13
  22. package/chunks/ListItemTail.module-DrFpbbjw.js +12 -0
  23. package/chunks/ListMasterFooter.module-CMNUIWxu.js +10 -0
  24. package/chunks/ModalWindow.module-CMT6Qwhi.js +17 -0
  25. package/chunks/Notification.module-8g0up3Mn.js +21 -0
  26. package/chunks/Overlay.module-CJZIns4Y.js +18 -0
  27. package/chunks/Page.module-Cq-KMJ_J.js +11 -0
  28. package/chunks/{RightBorderArrow-DCUUrij3.js → RightBorderArrow-BqzM7D6K.js} +12 -12
  29. package/chunks/SMSField.module-Dpw_velC.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +15 -0
  31. package/chunks/{SliderExtendedRail-BGydR8-k.js → SliderExtendedRail-BxflNPkW.js} +11 -11
  32. package/chunks/StatusTracker.module-BPaAftS3.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-B1y2_WeW.js → SuggestFieldMobileDropdownHint-CooicUNx.js} +2 -2
  34. package/chunks/TableFooter.module-BXib8bAF.js +14 -0
  35. package/chunks/TabsExtended.module-41dIJqTz.js +16 -0
  36. package/chunks/TabsLine.module-DY1bt47O.js +21 -0
  37. package/chunks/TooltipDesktop.module-BP9en5Mr.js +19 -0
  38. package/chunks/TreeView.module-ssEB6Mn6.js +9 -0
  39. package/chunks/UploadZoneInput--oJn7HTT.js +33 -0
  40. package/chunks/utils-6FIQkvvy.js +36 -0
  41. package/chunks/utils-B5Py99ZO.js +73 -0
  42. package/chunks/utils-BX1E8zy3.js +24 -0
  43. package/chunks/utils-Cyb1tecG.js +20 -0
  44. package/chunks/{utils-BxluXyQN.js → utils-DPkyEvqV.js} +10 -10
  45. package/chunks/vendor-DucOfXwy.js +12269 -0
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +10 -10
  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 +11 -11
  52. package/components/AmountField/AmountField.js +7 -7
  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 +6 -6
  58. package/components/Button/Button.js +32 -32
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +27 -27
  61. package/components/Button/ButtonDropdownExtended.js +8 -8
  62. package/components/Button/ButtonIcon.js +7 -7
  63. package/components/Calendar/Calendar.js +45 -44
  64. package/components/Calendar/CalendarContext.js +4 -4
  65. package/components/Calendar/components/CalendarControls.js +1 -1
  66. package/components/Calendar/components/CalendarFooter.js +3 -3
  67. package/components/Calendar/components/CalendarViewDays.js +14 -13
  68. package/components/Calendar/components/CalendarViewItem.js +2 -2
  69. package/components/Calendar/components/CalendarViewMonths.js +26 -26
  70. package/components/Calendar/components/CalendarViewYears.js +16 -16
  71. package/components/Calendar/utils.js +6 -6
  72. package/components/Card/CardAction.js +12 -12
  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 +18 -18
  82. package/components/Checkbox/CheckboxXGroup.js +14 -14
  83. package/components/Checkbox/CheckboxYGroup.js +2 -2
  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 +6 -6
  92. package/components/Chip/ChipDatePicker/ChipDatePicker.js +9 -9
  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 +6 -6
  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 +21 -21
  105. package/components/Chip/index.js +1 -1
  106. package/components/ChipGroup/ChipGroup.js +15 -15
  107. package/components/Col/Col.js +140 -140
  108. package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
  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 +12 -12
  115. package/components/DateField/utils.js +3 -3
  116. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  117. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  118. package/components/DateRange/DateRange.js +37 -36
  119. package/components/DesignTokens/DesignTokenUtils.js +7 -7
  120. package/components/DesignTokens/DesignTokensComponents.js +106 -104
  121. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +104 -102
  122. package/components/DesignTokens/components/Avatar.js +9 -0
  123. package/components/DesignTokens/components/LightBox.js +1 -1
  124. package/components/DesignTokens/components/index.js +156 -153
  125. package/components/Divider/Divider.js +21 -21
  126. package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
  127. package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
  128. package/components/Dropdown/desktop/DropdownList.js +2 -2
  129. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  130. package/components/Dropdown/desktop/index.js +1 -1
  131. package/components/Dropdown/index.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  142. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
  143. package/components/Ellipsis/Ellipsis.js +11 -11
  144. package/components/ExpandAnimation/ExpandAnimation.js +13 -13
  145. package/components/Footer/Footer.js +1 -1
  146. package/components/Footer/components/FooterDescription.js +2 -2
  147. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  148. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  149. package/components/FormField/FormField.js +56 -50
  150. package/components/FormField/components/FormFieldClear.js +18 -18
  151. package/components/FormField/components/FormFieldCounter.js +4 -4
  152. package/components/FormField/components/FormFieldDescription.js +9 -9
  153. package/components/FormField/components/FormFieldInput.js +2 -2
  154. package/components/FormField/components/FormFieldLabel.js +9 -9
  155. package/components/FormField/components/FormFieldMaskedInput.js +27 -27
  156. package/components/FormField/components/FormFieldPostfix.js +2 -2
  157. package/components/FormField/components/FormFieldPrefix.js +10 -10
  158. package/components/FormField/components/FormFieldTarget.js +17 -17
  159. package/components/FormField/components/FormFieldTextarea.js +34 -37
  160. package/components/FormField/index.js +16 -15
  161. package/components/Header/Header.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  165. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +3 -3
  166. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  167. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  169. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  172. package/components/HelpBox/HelpBox.js +47 -48
  173. package/components/Island/Island.js +2 -2
  174. package/components/Island/components/IslandBody.js +2 -2
  175. package/components/Island/components/IslandFooter.js +4 -4
  176. package/components/Island/components/IslandHeader.js +3 -3
  177. package/components/Island/utils.js +1 -1
  178. package/components/IslandAccordion/IslandAccordion.js +3 -3
  179. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  180. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  181. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  182. package/components/IslandWidget/IslandWidget.js +7 -7
  183. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  184. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  186. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  188. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  189. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
  191. package/components/LightBox/LightBox.js +20 -20
  192. package/components/LightBox/LightBoxContent.js +2 -2
  193. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  195. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  197. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +11 -11
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  201. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +14 -12
  202. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -11
  203. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  204. package/components/Link/Link.js +33 -33
  205. package/components/List/List.js +5 -5
  206. package/components/List/ListSortable.js +1 -1
  207. package/components/List/components/ListEmptyState.js +4 -4
  208. package/components/List/components/ListItem.js +1 -1
  209. package/components/List/components/ListItemContent.js +10 -10
  210. package/components/List/components/ListItemControls.js +7 -7
  211. package/components/List/components/ListItemControlsButton.js +2 -2
  212. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  213. package/components/List/components/ListItemLoading.js +4 -4
  214. package/components/List/components/ListItemSelectable.js +14 -14
  215. package/components/List/components/ListItemTable.js +7 -7
  216. package/components/List/components/ListItemTailLeft.js +2 -2
  217. package/components/List/components/ListItemTailRight.js +2 -2
  218. package/components/List/components/ListSortableItem.js +8 -8
  219. package/components/List/components/ListSortableItemControls.js +2 -2
  220. package/components/List/components/ListSortableItemTarget.js +9 -9
  221. package/components/List/index.js +1 -1
  222. package/components/ListMaster/ListMaster.js +1 -1
  223. package/components/ListMaster/components/ListMasterBody.js +1 -1
  224. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  225. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  226. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  227. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  228. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  229. package/components/ListMaster/components/SelectionControls.js +9 -9
  230. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  231. package/components/Loader/LoaderSmall/LoaderSmall.js +4 -4
  232. package/components/LoaderScreen/LoaderScreen.js +8 -8
  233. package/components/Marker/Marker.js +2 -2
  234. package/components/Marker/utils.js +1 -1
  235. package/components/MarkerStatus/MarkerStatus.js +13 -13
  236. package/components/ModalWindow/ModalWindow.js +2 -2
  237. package/components/ModalWindow/components/ModalWindowBody.js +10 -10
  238. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  239. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  240. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  241. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  242. package/components/MonthYearField/utils.js +1 -1
  243. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +21 -16
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  247. package/components/Notification/Notification.js +3 -3
  248. package/components/Notification/NotificationGrouped.js +1 -1
  249. package/components/Notification/components/NotificationBody.js +1 -1
  250. package/components/Notification/components/NotificationBodyContent.js +1 -1
  251. package/components/Notification/components/NotificationBodyList.js +2 -2
  252. package/components/Notification/components/NotificationClose.js +1 -1
  253. package/components/Notification/components/NotificationFooter.js +1 -1
  254. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  255. package/components/Notification/components/NotificationHeader.js +1 -1
  256. package/components/Notification/components/NotificationIcon.js +1 -1
  257. package/components/Notification/components/NotificationTime.js +1 -1
  258. package/components/NotificationIcon/NotificationIcon.js +2 -2
  259. package/components/NumberField/NumberFieldInput.js +2 -2
  260. package/components/OrderedList/OrderedList.js +3 -3
  261. package/components/OrderedList/OrderedListItem.js +6 -6
  262. package/components/Overlay/Overlay.js +2 -2
  263. package/components/Overlay/OverlayMask.js +2 -2
  264. package/components/Overlay/OverlayPanel.js +2 -2
  265. package/components/Page/Page.js +2 -2
  266. package/components/Page/components/BodyPage.js +11 -11
  267. package/components/Page/components/FooterPage.js +2 -2
  268. package/components/Page/components/HeaderPage.js +2 -2
  269. package/components/Pagination/components/PaginationExtended.js +3 -3
  270. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  271. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  272. package/components/Pagination/components/PaginationPageButton.js +4 -4
  273. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  274. package/components/Pagination/components/PaginationSelect.js +8 -8
  275. package/components/Pagination/utils/paginationUtils.js +5 -5
  276. package/components/Radio/Radio.js +20 -20
  277. package/components/Radio/RadioXGroup.js +12 -12
  278. package/components/Radio/RadioYGroup.js +9 -9
  279. package/components/Row/Row.js +5 -5
  280. package/components/SMSField/SMSField.js +3 -3
  281. package/components/SMSField/components/RefreshIcon.js +2 -2
  282. package/components/SMSField/components/SMSFieldInput.js +3 -3
  283. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  284. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  285. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  286. package/components/SegmentedControl/SegmentedControl.js +4 -4
  287. package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
  288. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  289. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  290. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -82
  291. package/components/SelectField/SelectField.js +1 -1
  292. package/components/Skeleton/Skeleton.js +11 -11
  293. package/components/SliderExtended/SliderExtended.js +3 -3
  294. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +29 -29
  295. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  296. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  297. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  298. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +12 -12
  299. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +37 -37
  300. package/components/SmallInput/SmallInput.js +2 -2
  301. package/components/Spoiler/Spoiler.js +13 -13
  302. package/components/StatusTracker/StatusTracker.js +3 -3
  303. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  313. package/components/Step/Step.js +8 -8
  314. package/components/Stepper/RightBorderArrow.js +1 -1
  315. package/components/Stepper/Stepper.js +7 -7
  316. package/components/Stepper/StepperExtended.js +6 -6
  317. package/components/Stepper/StepperStep.js +3 -3
  318. package/components/Stepper/StepperWrapper.js +5 -5
  319. package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
  320. package/components/SuggestField/SuggestField.js +1 -1
  321. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  322. package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
  323. package/components/SuggestField/desktop/SuggestFieldDesktop.js +23 -23
  324. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  325. package/components/SuggestField/index.js +1 -1
  326. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  327. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  328. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  329. package/components/SuggestField/mobile/index.js +1 -1
  330. package/components/SwipeableArea/SwipeableArea.js +15 -15
  331. package/components/Table/FilterPanel.js +3 -3
  332. package/components/Table/MasterTable.js +3 -3
  333. package/components/Table/NoColumns.js +4 -4
  334. package/components/Table/PaginationPanel.js +3 -3
  335. package/components/Table/TableBasic/TableBasic.js +2 -2
  336. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  337. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  338. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  339. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  340. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
  341. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
  342. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  343. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  344. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  345. package/components/Table/TableFooter/TableFooter.js +2 -2
  346. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  347. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  348. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  349. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  350. package/components/Table/TabsLinePanel.js +4 -4
  351. package/components/Table/TabsLinePanelLinks.js +8 -8
  352. package/components/Table/utils.js +1 -1
  353. package/components/Tabs/Tabs.js +30 -29
  354. package/components/TabsExtended/TabsExtended.js +3 -3
  355. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  356. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  357. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  360. package/components/TabsExtended/utils.js +1 -1
  361. package/components/TabsLine/TabsLine.js +2 -2
  362. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  363. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  364. package/components/TabsLine/components/TabsLineItem.js +2 -2
  365. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  366. package/components/Tag/Tag.js +30 -30
  367. package/components/TagColor/TagColor.js +12 -12
  368. package/components/TagGroup/TagGroup.js +9 -9
  369. package/components/TextField/TextField.js +1 -1
  370. package/components/TextareaField/TextareaField.js +2 -2
  371. package/components/ThemeProvider/ThemeProvider.js +1 -1
  372. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  373. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  374. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  375. package/components/Tooltip/components/common/TooltipXButton.js +8 -8
  376. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  377. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  378. package/components/Tooltip/components/mobile/TooltipMobile.js +36 -35
  379. package/components/TopOverlay/TopOverlay.js +22 -22
  380. package/components/TreeView/TreeView.js +2 -2
  381. package/components/TreeView/components/TreeViewGroup.js +1 -1
  382. package/components/TreeView/components/TreeViewNode.js +2 -2
  383. package/components/Typography/Caption.js +5 -5
  384. package/components/Typography/Text.js +21 -21
  385. package/components/Typography/Title.js +16 -16
  386. package/components/Typography/utils.js +1 -1
  387. package/components/UnorderedList/UnorderedList.js +7 -7
  388. package/components/UnorderedList/UnorderedListItem.js +7 -7
  389. package/components/UploadZone/UploadZone.js +69 -91
  390. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  391. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  392. package/components/index.js +554 -549
  393. package/consts/DateConst.js +6 -6
  394. package/index.d.ts +59 -23
  395. package/index.js +598 -593
  396. package/package.json +7 -3
  397. package/styles/triplex-next.css +534 -533
  398. package/utils/amountUtils.js +1 -1
  399. package/chunks/AlertProcessSpoiler-2ISgLMAv.js +0 -39
  400. package/chunks/Card.module-B3p3ckTi.js +0 -17
  401. package/chunks/CheckboxTreeExtended.module-C9E_PNKd.js +0 -11
  402. package/chunks/Confirm.module-C8vukyYR.js +0 -15
  403. package/chunks/DropdownMobile.module-CCITYoi5.js +0 -23
  404. package/chunks/Footer.module-CvMg6tX7.js +0 -9
  405. package/chunks/FormFieldInput-CkbWg1jd.js +0 -62
  406. package/chunks/HeaderLayoutSidebar.module-Dsxv0xGF.js +0 -9
  407. package/chunks/HeaderTabs.module-BByuDFWD.js +0 -9
  408. package/chunks/IslandAccordion.module-xj0cP0m9.js +0 -25
  409. package/chunks/IslandWidgetFooter.module-bDnVNRPn.js +0 -9
  410. package/chunks/IslandWidgetHeader.module-BW5vlxfL.js +0 -9
  411. package/chunks/LightBoxContent-CkXwpIcr.js +0 -56
  412. package/chunks/LightBoxControls.module-CzUVzNt3.js +0 -16
  413. package/chunks/LightBoxSideOverlayClose.module-DLin9oqm.js +0 -8
  414. package/chunks/ListItemTail.module-nXIzaumG.js +0 -12
  415. package/chunks/ListMasterFooter.module-DSwVh_Ga.js +0 -10
  416. package/chunks/ModalWindow.module-Cve8WlGX.js +0 -17
  417. package/chunks/Notification.module-CPxgLCeP.js +0 -21
  418. package/chunks/Overlay.module-CUGc7krZ.js +0 -18
  419. package/chunks/Page.module-F4pO41fd.js +0 -11
  420. package/chunks/SMSField.module-DsbfVxJI.js +0 -16
  421. package/chunks/SliderExtendedMarks.module-gx4fpmmQ.js +0 -15
  422. package/chunks/StatusTracker.module-BfU9IGap.js +0 -24
  423. package/chunks/TableFooter.module-B85spOme.js +0 -14
  424. package/chunks/TabsExtended.module-D5Cengc4.js +0 -16
  425. package/chunks/TabsLine.module-BIWiErhn.js +0 -21
  426. package/chunks/TooltipDesktop.module-BHooJ0zu.js +0 -19
  427. package/chunks/TreeView.module-BlFF2oGU.js +0 -9
  428. package/chunks/UploadZoneInput-BERiqnOn.js +0 -35
  429. package/chunks/utils-7DZsULe6.js +0 -73
  430. package/chunks/utils-BSFj4o72.js +0 -24
  431. package/chunks/utils-Bn_7-Ayu.js +0 -36
  432. package/chunks/utils-x7NpEaSu.js +0 -20
  433. package/chunks/vendor-CwhnMZ7o.js +0 -14856
@@ -1,7 +1,7 @@
1
- import { jsxs as B, Fragment as R, jsx as o } from "react/jsx-runtime";
2
- import { useRef as n, useEffect as f } from "react";
3
- import { c as V, h as A } from "../../chunks/vendor-CwhnMZ7o.js";
4
- import { L as D, s as e } from "../../chunks/LightBoxContent-CkXwpIcr.js";
1
+ import { jsxs as x, Fragment as R, jsx as o } from "react/jsx-runtime";
2
+ import { useRef as n, useEffect as B } from "react";
3
+ import { c as V, h as A } from "../../chunks/vendor-DucOfXwy.js";
4
+ import { L as D, s as e } from "../../chunks/LightBoxContent-Bi0IQWNc.js";
5
5
  import { LightBoxControls as F } from "./LightBoxControls/LightBoxControls.js";
6
6
  import { LightBoxSideOverlay as I } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
7
  import { Portal as T } from "../Portal/Portal.js";
@@ -15,13 +15,13 @@ 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__c1d54a25",
19
- "scroll-15": "scroll-15__8058a813",
20
- "scroll-16": "scroll-16__e279ed12",
21
- "scroll-17": "scroll-17__d2372768"
22
- }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], v = ({
23
- children: M,
24
- className: b,
18
+ "scroll-0": "scroll-0__8e1b6811",
19
+ "scroll-15": "scroll-15__8ca22f9f",
20
+ "scroll-16": "scroll-16__aa820ed7",
21
+ "scroll-17": "scroll-17__3ceff857"
22
+ }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
23
+ children: v,
24
+ className: M,
25
25
  focusTrapProps: r,
26
26
  forwardRef: c,
27
27
  mountNode: s,
@@ -40,7 +40,7 @@ const Z = {
40
40
  }, a = n(C()), g = n(_()), h = () => {
41
41
  N.forEach((t) => document.documentElement.classList.add(t));
42
42
  };
43
- f(() => (k(Z), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
43
+ B(() => (k(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();
@@ -56,16 +56,16 @@ const Z = {
56
56
  [e.lightBoxSideOverlayActive]: !!i,
57
57
  [e.lightBoxTopOverlayActive]: !!y
58
58
  },
59
- b
59
+ M
60
60
  );
61
61
  if (!a.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
- M,
65
+ v,
66
66
  /* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
67
67
  ] });
68
- return /* @__PURE__ */ B(R, { children: [
68
+ return /* @__PURE__ */ x(R, { children: [
69
69
  /* @__PURE__ */ o(T, { container: a.current, children: /* @__PURE__ */ o(
70
70
  W,
71
71
  {
@@ -80,10 +80,10 @@ const Z = {
80
80
  preventScroll: !0,
81
81
  ...r == null ? void 0 : r.focusTrapOptions
82
82
  },
83
- children: x()
83
+ children: f()
84
84
  }
85
85
  ),
86
- children: x()
86
+ children: f()
87
87
  }
88
88
  ) }),
89
89
  g.current && /* @__PURE__ */ o(
@@ -95,8 +95,8 @@ const Z = {
95
95
  )
96
96
  ] });
97
97
  };
98
- v.displayName = "LightBoxBase";
99
- const st = Object.assign(v, {
98
+ b.displayName = "LightBoxBase";
99
+ const st = Object.assign(b, {
100
100
  Content: D,
101
101
  SideOverlay: I,
102
102
  TopOverlay: j,
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../WindowResizeListener/WindowResizeListener.js";
4
- import "../../chunks/vendor-CwhnMZ7o.js";
4
+ import "../../chunks/vendor-DucOfXwy.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-CkXwpIcr.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-Bi0IQWNc.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-CwhnMZ7o.js";
3
+ import { c as u } from "../../../chunks/vendor-DucOfXwy.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-CzUVzNt3.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-DTFEWumP.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-CwhnMZ7o.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-CzUVzNt3.js";
5
+ import { c as e } from "../../../chunks/vendor-DucOfXwy.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-DTFEWumP.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-CwhnMZ7o.js";
3
+ import { c as n } from "../../../chunks/vendor-DucOfXwy.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-CzUVzNt3.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-DTFEWumP.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-CwhnMZ7o.js";
3
+ import { c as n } from "../../../chunks/vendor-DucOfXwy.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-CzUVzNt3.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-DTFEWumP.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-CwhnMZ7o.js";
3
+ import { c as m, F as X } from "../../../chunks/vendor-DucOfXwy.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__af5f505f", J = "lightBoxSideOverlayWrapper__cb68d879", K = "overflowXHidden__fffe482c", Q = "overflowYHidden__0ba3a2e6", V = "closing__4ab40f50", Z = "opened__6d306856", $ = "lightBoxSideOverlayContent__5554bda2", P = "opening__a08c8b10", ee = "sizeSM__966a92aa", ie = "sizeMD__8228eb46", te = "sizeLG__64bfc5e3", oe = "lightBoxSideOverlay__7afd2c83", e = {
10
+ import { ELightBoxSideOverlaySize as s } from "./enums.js";
11
+ const q = "lightBoxSideOverlayMask__436197d9", J = "lightBoxSideOverlayWrapper__5ded9f70", K = "overflowXHidden__6a83751f", Q = "overflowYHidden__457e35ae", V = "closing__59e1bcf4", Z = "opened__28cb54d8", $ = "lightBoxSideOverlayContent__3877df17", P = "opening__5f4bd3ff", ee = "sizeSM__31bf1e92", ie = "sizeMD__3ec2293b", te = "sizeLG__d7d4ff08", oe = "lightBoxSideOverlay__b9bd57e6", e = {
12
12
  lightBoxSideOverlayMask: q,
13
13
  lightBoxSideOverlayWrapper: J,
14
14
  overflowXHidden: K,
@@ -25,14 +25,14 @@ const q = "lightBoxSideOverlayMask__af5f505f", 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
31
  isTopOverlayOpened: z,
32
32
  onClose: c,
33
33
  onOpen: d,
34
34
  opened: i,
35
- size: f = a.MD,
35
+ size: f = s.MD,
36
36
  ...D
37
37
  }) => {
38
38
  const [o, g] = x(!1), [n, v] = x(!1), h = p(i), S = p(null);
@@ -54,18 +54,18 @@ const q = "lightBoxSideOverlayMask__af5f505f", J = "lightBoxSideOverlayWrapper__
54
54
  ref: S,
55
55
  children: [
56
56
  _,
57
- s && /* @__PURE__ */ t(I, { loadingTitle: u })
57
+ a && /* @__PURE__ */ t(I, { loadingTitle: u })
58
58
  ]
59
59
  }
60
60
  ), L = () => {
61
61
  }, w = m(M, e.lightBoxSideOverlayWrapper, {
62
62
  [e.closing]: o,
63
63
  [e.opened]: i,
64
- [e.overflowXHidden]: !!B || !!s,
65
- [e.overflowYHidden]: !!B || !!s || !!z,
66
- [e.sizeSM]: f === a.SM,
67
- [e.sizeMD]: f === a.MD,
68
- [e.sizeLG]: f === a.LG
64
+ [e.overflowXHidden]: !!B || !!a,
65
+ [e.overflowYHidden]: !!B || !!a || !!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()
@@ -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-CwhnMZ7o.js";
5
+ import { c as p } from "../../../chunks/vendor-DucOfXwy.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-DLin9oqm.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-CLzUeuQG.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-CwhnMZ7o.js";
2
+ import { c as r } from "../../../chunks/vendor-DucOfXwy.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-DLin9oqm.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-CLzUeuQG.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 l, useEffect as p } from "react";
3
3
  import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__5ac695f3", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__927ea791", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
7
  const [t, r] = s(0), e = l(null);
@@ -1,15 +1,17 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-CwhnMZ7o.js";
3
- const d = "lightBoxLeftSidebar__37e11a18", l = "lightBoxLeftSidebarInner__db2d4a5b", t = {
4
- lightBoxLeftSidebar: d,
5
- lightBoxLeftSidebarInner: l
6
- }, s = ({
7
- children: i,
8
- className: r,
9
- ...a
10
- }) => /* @__PURE__ */ e("div", { className: o(r, t.lightBoxLeftSidebar), ...a, 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-DucOfXwy.js";
3
+ const f = "lightBoxLeftSidebar__43f74250", x = "fixed__7b2db4f7", s = "lightBoxLeftSidebarInner__004f4daa", e = {
4
+ lightBoxLeftSidebar: f,
5
+ fixed: x,
6
+ lightBoxLeftSidebarInner: s
7
+ }, l = ({
8
+ children: t,
9
+ className: d,
10
+ fixed: o,
11
+ ...r
12
+ }) => /* @__PURE__ */ i("div", { className: a(d, e.lightBoxLeftSidebar, { [e.fixed]: o }), ...r, 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 g } from "../../../chunks/vendor-CwhnMZ7o.js";
3
- const r = "lightBoxRightSidebar__b175236b", o = "lightBoxRightSidebarInner__cbaa3ab3", t = {
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import { c as o } from "../../../chunks/vendor-DucOfXwy.js";
3
+ const r = "lightBoxRightSidebar__de7ce655", a = "fixed__7b2db4f7", x = "lightBoxRightSidebarInner__af713b21", i = {
4
4
  lightBoxRightSidebar: r,
5
- lightBoxRightSidebarInner: o
6
- }, b = ({
7
- children: h,
8
- className: a,
9
- ...e
10
- }) => /* @__PURE__ */ i("div", { className: g(a, t.lightBoxRightSidebar), ...e, children: /* @__PURE__ */ i("div", { className: t.lightBoxRightSidebarInner, children: h }) });
11
- b.displayName = "LightBoxRightSidebar";
5
+ fixed: a,
6
+ lightBoxRightSidebarInner: x
7
+ }, s = ({
8
+ children: e,
9
+ className: h,
10
+ fixed: d,
11
+ ...g
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
- b as LightBoxRightSidebar
15
+ s as LightBoxRightSidebar
14
16
  };
15
17
  //# sourceMappingURL=LightBoxRightSidebar.js.map
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as N } from "react/jsx-runtime";
2
2
  import { useState as m, useRef as L, useCallback as n, useLayoutEffect as c } from "react";
3
3
  import { Portal as B } from "../../Portal/Portal.js";
4
4
  import { LightBoxViewManagerConsts as l } from "./LightBoxViewManagerConsts.js";
5
- import { u as k, i as P, j as p } from "../../../chunks/vendor-CwhnMZ7o.js";
5
+ import { u as k, i as P, j as p } from "../../../chunks/vendor-DucOfXwy.js";
6
6
  const g = "LightBoxMountNodeViewManager", M = ({
7
7
  lightBoxMountNode: a,
8
8
  lightBoxViewManagerNode: x
@@ -1,66 +1,66 @@
1
- import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
1
+ import { jsx as R, jsxs as a, Fragment as d } from "react/jsx-runtime";
2
2
  import L from "react";
3
- import { c as a } from "../../chunks/vendor-CwhnMZ7o.js";
4
- const v = "link__129fdfb6", F = "wordWithContent__66142597", S = "before__4461e011", T = "after__0741880e", e = {
3
+ import { c as l } from "../../chunks/vendor-DucOfXwy.js";
4
+ const v = "link__c7a74ecf", F = "wordWithContent__2aa828ef", S = "before__9eabfbc6", T = "after__bfcb64ad", r = {
5
5
  link: v,
6
6
  wordWithContent: F,
7
7
  before: S,
8
8
  after: T
9
9
  }, q = L.forwardRef(
10
- ({ children: i, className: N, onBlur: f, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, _) => {
11
- const c = () => o ? /* @__PURE__ */ t(d, { children: [
10
+ ({ children: i, className: f, onBlur: N, onMouseDown: p, contentAfter: s, contentBefore: o, ...b }, C) => {
11
+ const c = () => o ? /* @__PURE__ */ a(d, { children: [
12
12
  "​",
13
13
  o()
14
- ] }) : null, m = () => s ? s() : null, u = (n) => {
15
- const r = n.split(" ");
16
- if (r.length < 2 || r.length < 3 && o && s) {
17
- const y = a(e.wordWithContent, {
18
- [e.after]: !!s,
19
- [e.before]: !!o
14
+ ] }) : null, m = () => s ? s() : null, _ = (n) => {
15
+ const e = n.split(" ");
16
+ if (e.length < 2 || e.length < 3 && o && s) {
17
+ const y = l(r.wordWithContent, {
18
+ [r.after]: !!s,
19
+ [r.before]: !!o
20
20
  });
21
- return /* @__PURE__ */ t("span", { className: y, children: [
21
+ return /* @__PURE__ */ a("span", { className: y, children: [
22
22
  c(),
23
23
  n,
24
24
  m()
25
25
  ] });
26
26
  }
27
- const l = r[0], h = r[r.length - 1], b = r.slice(1, -1).join(" "), k = a(e.wordWithContent, {
28
- [e.before]: !!o
29
- }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
27
+ const t = e[0], h = e[e.length - 1], w = e.slice(1, -1).join(" "), k = l(r.wordWithContent, {
28
+ [r.before]: !!o
29
+ }), g = o ? /* @__PURE__ */ a("span", { className: k, children: [
30
30
  c(),
31
- l
32
- ] }) : l, x = a(e.wordWithContent, {
33
- [e.after]: !!s
34
- }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
31
+ t
32
+ ] }) : t, x = l(r.wordWithContent, {
33
+ [r.after]: !!s
34
+ }), j = s ? /* @__PURE__ */ a("span", { className: x, children: [
35
35
  h,
36
36
  m()
37
37
  ] }) : h;
38
- return /* @__PURE__ */ t(d, { children: [
38
+ return /* @__PURE__ */ a(d, { children: [
39
39
  g,
40
40
  " ",
41
- b,
41
+ w,
42
42
  " ",
43
43
  j
44
44
  ] });
45
- }, W = (n) => {
46
- const r = o ? o() : null, l = s ? s() : null;
47
- return /* @__PURE__ */ t(d, { children: [
48
- r,
45
+ }, u = (n) => {
46
+ const e = o ? o() : null, t = s ? s() : null;
47
+ return /* @__PURE__ */ a(d, { children: [
48
+ e,
49
49
  n,
50
- l
50
+ t
51
51
  ] });
52
- }, w = o || s ? ((n) => typeof n == "string" ? u(n) : W(n))(i) : i;
52
+ }, W = o || s ? ((n) => typeof n == "string" ? _(n) : u(n))(i) : i;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
56
56
  role: "link",
57
- ...C,
58
- className: a(N, e.link, "hoverable"),
59
- onBlur: f,
57
+ ...b,
58
+ className: l(f, r.link, "hoverable"),
59
+ onBlur: N,
60
60
  onMouseDown: p,
61
- "data-tx": "1.12.0",
62
- ref: _,
63
- children: w
61
+ "data-tx": "1.14.0",
62
+ ref: C,
63
+ children: W
64
64
  }
65
65
  );
66
66
  }
@@ -1,12 +1,12 @@
1
- import { jsxs as a, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as m } from "../../chunks/vendor-CwhnMZ7o.js";
3
+ import { c as m } from "../../chunks/vendor-DucOfXwy.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__835b7f94", p = {
5
+ const f = "list__f2f573e7", p = {
6
6
  list: f
7
- }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(p.list, t), ...o, "data-tx": "1.12.0", ref: r, children: [
7
+ }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ e("ul", { className: m(p.list, t), ...o, "data-tx": "1.14.0", ref: r, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ e(c, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ a(c, { type: "small" }) : null
10
10
  ] }));
11
11
  d.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-CwhnMZ7o.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-DucOfXwy.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 a } from "react/jsx-runtime";
1
+ import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-CwhnMZ7o.js";
4
- const p = "listEmptyState__050e3b49", l = {
3
+ import { c as o } from "../../../chunks/vendor-DucOfXwy.js";
4
+ const p = "listEmptyState__f04c72d1", l = {
5
5
  listEmptyState: p
6
6
  }, r = i.forwardRef(
7
- ({ children: t, className: s, ...m }, e) => /* @__PURE__ */ a("div", { className: o(l.listEmptyState, s), ...m, ref: e, children: t })
7
+ ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...m, ref: a, children: t })
8
8
  );
9
9
  r.displayName = "ListItemEmpty";
10
10
  export {
@@ -3,7 +3,7 @@ import m, { useState as d } from "react";
3
3
  import { ListItemContext as l } from "./ListItemContext.js";
4
4
  const f = m.forwardRef(({ children: e, className: r, ...o }, s) => {
5
5
  const [a, i] = d(!1);
6
- return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.12.0", ref: s, children: e }) });
6
+ return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.14.0", ref: s, children: e }) });
7
7
  });
8
8
  f.displayName = "ListItem";
9
9
  export {
@@ -1,27 +1,27 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
2
  import l, { useContext as i } from "react";
3
- import { c as r } from "../../../chunks/vendor-CwhnMZ7o.js";
4
- import { ListItemContext as d } from "./ListItemContext.js";
5
- const a = "listItemContent__8092911c", C = "selected__4d3e7ecb", t = {
6
- listItemContent: a,
7
- selected: C
8
- }, f = l.forwardRef(
3
+ import { c as r } from "../../../chunks/vendor-DucOfXwy.js";
4
+ import { ListItemContext as a } from "./ListItemContext.js";
5
+ const d = "listItemContent__e3695f1d", f = "selected__5ea0ad2c", t = {
6
+ listItemContent: d,
7
+ selected: f
8
+ }, C = l.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
- const { selected: m } = i(d);
10
+ const { selected: m } = i(a);
11
11
  return /* @__PURE__ */ c(
12
12
  "div",
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "1.12.0",
16
+ "data-tx": "1.14.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
20
20
  );
21
21
  }
22
22
  );
23
- f.displayName = "ListItemContent";
23
+ C.displayName = "ListItemContent";
24
24
  export {
25
- f as ListItemContent
25
+ C as ListItemContent
26
26
  };
27
27
  //# sourceMappingURL=ListItemContent.js.map
@@ -1,13 +1,13 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as m } from "../../../chunks/vendor-CwhnMZ7o.js";
4
- const i = "listItemControls__1e5399d3", n = {
2
+ import m from "react";
3
+ import { c as e } from "../../../chunks/vendor-DucOfXwy.js";
4
+ const i = "listItemControls__3c6223c8", c = {
5
5
  listItemControls: i
6
- }, a = e.forwardRef(
7
- ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(n.listItemControls, o), ...s, ref: l, children: t })
6
+ }, n = m.forwardRef(
7
+ ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(c.listItemControls, o), ...s, ref: l, 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-CwhnMZ7o.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-CzGamwTx.js";
3
+ import "../../../chunks/vendor-DucOfXwy.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton--Ek4l8AX.js";
5
5
  import "../../Typography/enums.js";
6
6
  import "../../Typography/Text.js";
7
7
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as o, jsxs as W, Fragment as _ } from "react/jsx-runtime";
2
2
  import P, { useRef as m, useState as E, createElement as w } from "react";
3
- import { a as O, c as g } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ import { a as O, c as g } from "../../../chunks/vendor-DucOfXwy.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-CzGamwTx.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton--Ek4l8AX.js";
22
22
  const G = P.forwardRef(
23
23
  (y, l) => {
24
24
  const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...N } = y, u = m(null), f = m(null), [p, L] = E(), D = m(O()), v = ({ opened: e, setOpened: t }) => /* @__PURE__ */ o(
@@ -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-CwhnMZ7o.js";
3
+ import { c as s } from "../../../chunks/vendor-DucOfXwy.js";
4
4
  import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
5
5
  import { EComponentSize as r } from "../../../enums/EComponentSize.js";
6
- const n = "listItemLoading__3eb699f8", d = {
7
- listItemLoading: n
6
+ const d = "listItemLoading__2f8506cd", n = {
7
+ listItemLoading: d
8
8
  }, l = m.forwardRef(
9
- ({ className: o, ...e }, i) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...e, ref: i, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
9
+ ({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(n.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
10
10
  );
11
11
  l.displayName = "ListItemLoading";
12
12
  export {