@sberbusiness/triplex-next 0.21.0 → 0.23.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 (432) hide show
  1. package/README.md +54 -25
  2. package/chunks/AlertProcessSpoiler-BoQok_f3.js +39 -0
  3. package/chunks/CalendarViewItem-DKS15EZ4.js +101 -0
  4. package/chunks/Card.module-BmZKmkeY.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +15 -0
  6. package/chunks/Chip-D5zfQfAA.js +104 -0
  7. package/chunks/Confirm.module-CtbiIzcl.js +15 -0
  8. package/chunks/DropdownListItem-C4JE2xV7.js +65 -0
  9. package/chunks/DropdownMobile.module-BgSbdJtS.js +23 -0
  10. package/chunks/Footer.module-B469C_XO.js +9 -0
  11. package/chunks/FormFieldInput-Dr_WBweC.js +79 -0
  12. package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +9 -0
  13. package/chunks/HeaderTabs.module-4iOT34Zp.js +9 -0
  14. package/chunks/{HeaderTitle.module-Cg-I_NJG.js → HeaderTitle.module-D5yAgpuv.js} +2 -2
  15. package/chunks/IslandAccordion.module-mdAdZwJL.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-ClvLmtck.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +12 -0
  18. package/chunks/{LightBoxContent-BLPx_Tsf.js → LightBoxContent-Lme9r-vN.js} +12 -12
  19. package/chunks/LightBoxControls.module-qhDcQmnH.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +9 -0
  21. package/chunks/ListItemControlsButton-BLbj6vZS.js +51 -0
  22. package/chunks/ListItemTail.module-BAmXXpc5.js +12 -0
  23. package/chunks/ListMasterFooter.module-BhwH8qqm.js +10 -0
  24. package/chunks/ModalWindow.module-Ciwlg3WX.js +17 -0
  25. package/chunks/Notification.module-CjpGpuL7.js +20 -0
  26. package/chunks/Overlay.module-DPHcy5Kd.js +18 -0
  27. package/chunks/Page.module-98SUxLiM.js +11 -0
  28. package/chunks/{RightBorderArrow-1OX8NAL9.js → RightBorderArrow-CGThEmc4.js} +6 -6
  29. package/chunks/SMSField.module-k0lfRov5.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +15 -0
  31. package/chunks/{SliderExtendedRail-C_1LnK7I.js → SliderExtendedRail-C51TfjHY.js} +6 -6
  32. package/chunks/StatusTracker.module-BmBKiCLR.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-DNKfDfM3.js → SuggestFieldMobileDropdownHint-8Km5bFV3.js} +5 -5
  34. package/chunks/TableFooter.module-D0rUmZhB.js +14 -0
  35. package/chunks/TabsExtended.module-D5-U63Qf.js +16 -0
  36. package/chunks/TabsLine.module-DXlTUTm_.js +21 -0
  37. package/chunks/TooltipDesktop.module-D4z7cwlC.js +19 -0
  38. package/chunks/TreeView.module-DAOSEOZO.js +9 -0
  39. package/chunks/{UploadZoneInput-CIib3dEF.js → UploadZoneInput-onwF8t4d.js} +8 -8
  40. package/chunks/{constants-BamiEgAW.js → constants-CUVfo8-z.js} +7 -7
  41. package/chunks/{utils-Bt-cuXIX.js → utils-By-UAq7Y.js} +5 -5
  42. package/chunks/utils-CyxIcdb6.js +73 -0
  43. package/chunks/utils-DxMHp1hh.js +28 -0
  44. package/chunks/utils-SSwzNA1R.js +24 -0
  45. package/chunks/{vendor-DaOifQgP.js → vendor---Om3uMV.js} +43 -47
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +12 -12
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +3 -3
  52. package/components/AmountField/AmountField.js +9 -9
  53. package/components/Avatar/Avatar.js +7 -7
  54. package/components/Badge/Badge.js +2 -2
  55. package/components/Badge/BadgeDot.js +7 -7
  56. package/components/Badge/components/BadgeContent.js +11 -11
  57. package/components/Badge/components/BadgePostfix.js +10 -10
  58. package/components/Badge/components/BadgePrefix.js +5 -5
  59. package/components/Body/Body.js +7 -7
  60. package/components/Button/Button.js +24 -24
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +96 -83
  63. package/components/Button/ButtonDropdownExtended.js +9 -9
  64. package/components/Button/ButtonIcon.js +12 -12
  65. package/components/Calendar/Calendar.js +3 -3
  66. package/components/Calendar/components/CalendarControls.js +1 -1
  67. package/components/Calendar/components/CalendarFooter.js +3 -3
  68. package/components/Calendar/components/CalendarViewDays.js +2 -2
  69. package/components/Calendar/components/CalendarViewItem.js +2 -2
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +11 -11
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +5 -5
  81. package/components/Checkbox/Checkbox.js +6 -6
  82. package/components/Checkbox/CheckboxXGroup.js +14 -14
  83. package/components/Checkbox/CheckboxYGroup.js +4 -4
  84. package/components/CheckboxTree/index.js +6 -2
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  89. package/components/Chip/Chip.js +4 -3
  90. package/components/Chip/ChipClearButton.js +2 -2
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  93. package/components/Chip/ChipDropdownArrow.js +2 -2
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +2 -2
  96. package/components/Chip/ChipOptions.js +6 -6
  97. package/components/Chip/ChipSelect/ChipSelect.js +9 -10
  98. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  99. package/components/Chip/ChipSort.js +7 -8
  100. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -21
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  104. package/components/Chip/index.js +1 -1
  105. package/components/ChipGroup/ChipGroup.js +10 -10
  106. package/components/Col/Col.js +140 -140
  107. package/components/CollapsableTree/components/CollapsableTreeNode.js +10 -10
  108. package/components/Confirm/Confirm.js +2 -2
  109. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  110. package/components/Confirm/components/ConfirmContent.js +2 -2
  111. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  112. package/components/Confirm/components/ConfirmControls.js +2 -2
  113. package/components/DateField/DateField.js +5 -5
  114. package/components/DatePickerExtended/DatePickerExtended.js +3 -3
  115. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  116. package/components/DateRange/DateRange.js +18 -18
  117. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  118. package/components/DesignTokens/components/ListItem.js +4 -4
  119. package/components/DesignTokens/components/ListMaster.js +8 -8
  120. package/components/DesignTokens/components/Tabs.js +0 -18
  121. package/components/Divider/Divider.js +21 -21
  122. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  123. package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
  124. package/components/Dropdown/desktop/DropdownList.js +2 -2
  125. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  126. package/components/Dropdown/desktop/enums.js +7 -0
  127. package/components/Dropdown/desktop/index.js +8 -4
  128. package/components/Dropdown/index.js +24 -25
  129. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  136. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  140. package/components/Ellipsis/Ellipsis.js +13 -13
  141. package/components/ExpandAnimation/ExpandAnimation.js +14 -14
  142. package/components/Footer/Footer.js +1 -1
  143. package/components/Footer/components/FooterDescription.js +2 -2
  144. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  145. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  146. package/components/FormField/FormField.js +69 -77
  147. package/components/FormField/FormFieldContext.js +16 -14
  148. package/components/FormField/components/FormFieldClear.js +25 -23
  149. package/components/FormField/components/FormFieldCounter.js +1 -1
  150. package/components/FormField/components/FormFieldDescription.js +5 -5
  151. package/components/FormField/components/FormFieldInput.js +4 -3
  152. package/components/FormField/components/FormFieldLabel.js +30 -32
  153. package/components/FormField/components/FormFieldMaskedInput.js +27 -27
  154. package/components/FormField/components/FormFieldPostfix.js +8 -8
  155. package/components/FormField/components/FormFieldPrefix.js +5 -5
  156. package/components/FormField/components/FormFieldTarget.js +57 -49
  157. package/components/FormField/components/FormFieldTextarea.js +62 -35
  158. package/components/FormField/components/index.js +23 -0
  159. package/components/FormField/components/utils.js +5 -0
  160. package/components/FormField/index.js +25 -25
  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 +2 -2
  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 +7 -7
  173. package/components/Island/Island.js +2 -2
  174. package/components/Island/components/IslandBody.js +4 -4
  175. package/components/Island/components/IslandFooter.js +4 -4
  176. package/components/Island/components/IslandHeader.js +2 -2
  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 +21 -21
  183. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  189. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  192. package/components/LightBox/LightBox.js +14 -14
  193. package/components/LightBox/LightBoxContent.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  195. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +17 -17
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
  204. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  205. package/components/Link/Link.js +14 -14
  206. package/components/List/List.js +10 -10
  207. package/components/List/ListSortable.js +1 -1
  208. package/components/List/components/ListEmptyState.js +6 -6
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +7 -7
  211. package/components/List/components/ListItemControls.js +6 -6
  212. package/components/List/components/ListItemControlsButton.js +2 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  214. package/components/List/components/ListItemLoading.js +13 -11
  215. package/components/List/components/ListItemSelectable.js +14 -14
  216. package/components/List/components/ListItemTable.js +17 -15
  217. package/components/List/components/ListItemTailLeft.js +2 -2
  218. package/components/List/components/ListItemTailRight.js +7 -15
  219. package/components/List/components/ListSortableItem.js +9 -9
  220. package/components/List/components/ListSortableItemControls.js +2 -2
  221. package/components/List/components/ListSortableItemTarget.js +6 -6
  222. package/components/List/index.js +1 -1
  223. package/components/ListMaster/ListMaster.js +1 -1
  224. package/components/ListMaster/components/ListMasterBody.js +1 -1
  225. package/components/ListMaster/components/ListMasterChipGroup.js +9 -13
  226. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  227. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  228. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  229. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  230. package/components/ListMaster/components/SelectionControls.js +3 -3
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  233. package/components/LoaderScreen/LoaderScreen.js +12 -12
  234. package/components/Marker/Marker.js +2 -2
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +9 -9
  237. package/components/ModalWindow/ModalWindow.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  239. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  240. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  242. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  243. package/components/MultiselectField/components/MultiselectFieldDropdown.js +44 -41
  244. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +27 -20
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  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/NotificationBodyList.js +2 -2
  251. package/components/Notification/components/NotificationClose.js +1 -1
  252. package/components/Notification/components/NotificationFooter.js +1 -1
  253. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  254. package/components/Notification/components/NotificationHeader.js +1 -1
  255. package/components/Notification/components/NotificationIcon.js +1 -1
  256. package/components/Notification/components/NotificationTime.js +1 -1
  257. package/components/NumberField/NumberFieldInput.js +5 -5
  258. package/components/OrderedList/OrderedList.js +3 -3
  259. package/components/OrderedList/OrderedListItem.js +7 -7
  260. package/components/Overlay/Overlay.js +2 -2
  261. package/components/Overlay/OverlayMask.js +2 -2
  262. package/components/Overlay/OverlayPanel.js +2 -2
  263. package/components/Page/Page.js +2 -2
  264. package/components/Page/components/BodyPage.js +14 -14
  265. package/components/Page/components/FooterPage.js +2 -2
  266. package/components/Page/components/HeaderPage.js +2 -2
  267. package/components/Page/components/useStickyCornerRadius.js +35 -32
  268. package/components/Pagination/components/PaginationExtended.js +8 -8
  269. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  270. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  271. package/components/Pagination/components/PaginationPageButton.js +11 -11
  272. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  273. package/components/Pagination/components/PaginationSelect.js +13 -13
  274. package/components/Pagination/utils/paginationUtils.js +1 -1
  275. package/components/Radio/Radio.js +8 -8
  276. package/components/Radio/RadioXGroup.js +12 -12
  277. package/components/Radio/RadioYGroup.js +9 -9
  278. package/components/Row/Row.js +6 -6
  279. package/components/SMSField/SMSField.js +3 -3
  280. package/components/SMSField/components/RefreshIcon.js +2 -2
  281. package/components/SMSField/components/SMSFieldInput.js +11 -11
  282. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  283. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  284. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  285. package/components/SegmentedControl/SegmentedControl.js +9 -9
  286. package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
  287. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  288. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  289. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
  290. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +16 -16
  291. package/components/SelectField/SelectField.js +54 -36
  292. package/components/Skeleton/Skeleton.js +8 -8
  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 +6 -6
  299. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +7 -7
  300. package/components/SmallInput/SmallInput.js +7 -7
  301. package/components/Spoiler/Spoiler.js +9 -9
  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 +9 -9
  314. package/components/Stepper/RightBorderArrow.js +1 -1
  315. package/components/Stepper/Stepper.js +4 -4
  316. package/components/Stepper/StepperExtended.js +7 -7
  317. package/components/Stepper/StepperStep.js +3 -3
  318. package/components/Stepper/StepperWrapper.js +3 -3
  319. package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
  320. package/components/Suggest/useSuggest.js +1 -1
  321. package/components/SuggestField/SuggestField.js +6 -6
  322. package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
  323. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -29
  324. package/components/SuggestField/index.js +1 -1
  325. package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
  326. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +27 -26
  327. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  328. package/components/SuggestField/mobile/index.js +1 -1
  329. package/components/SwipeableArea/SwipeableArea.js +24 -24
  330. package/components/Table/FilterPanel.js +6 -6
  331. package/components/Table/MasterTable.js +9 -9
  332. package/components/Table/NoColumns.js +6 -6
  333. package/components/Table/PaginationPanel.js +3 -3
  334. package/components/Table/TableBasic/TableBasic.js +2 -2
  335. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  336. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  337. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  338. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  339. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
  340. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  341. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  342. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  343. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  344. package/components/Table/TableFooter/TableFooter.js +2 -2
  345. package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
  346. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  347. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  348. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  349. package/components/Table/TabsLinePanel.js +3 -3
  350. package/components/Table/TabsLinePanelLinks.js +2 -2
  351. package/components/Table/utils.js +1 -1
  352. package/components/Tabs/Tabs.js +16 -16
  353. package/components/TabsExtended/TabsExtended.js +22 -22
  354. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  355. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  356. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  357. package/components/TabsExtended/components/TabsExtendedTabButton.js +37 -18
  358. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  359. package/components/TabsExtended/utils.js +3 -3
  360. package/components/TabsLine/TabsLine.js +2 -2
  361. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  362. package/components/TabsLine/components/TabsLineDropdown.js +49 -47
  363. package/components/TabsLine/components/TabsLineItem.js +2 -2
  364. package/components/TabsLine/components/TabsLineMobile.js +3 -3
  365. package/components/Tag/Tag.js +24 -24
  366. package/components/TagColor/TagColor.js +11 -11
  367. package/components/TagGroup/TagGroup.js +9 -9
  368. package/components/TextField/TextField.js +1 -1
  369. package/components/TextareaField/TextareaField.js +5 -5
  370. package/components/ThemeProvider/ThemeProvider.js +18 -20
  371. package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
  372. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  373. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  374. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  375. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  376. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  377. package/components/Tooltip/components/mobile/TooltipMobile.js +11 -11
  378. package/components/TopOverlay/TopOverlay.js +21 -21
  379. package/components/TreeView/TreeView.js +2 -2
  380. package/components/TreeView/components/TreeViewGroup.js +1 -1
  381. package/components/TreeView/components/TreeViewNode.js +2 -2
  382. package/components/Typography/Caption.js +10 -10
  383. package/components/Typography/Text.js +19 -19
  384. package/components/Typography/Title.js +29 -29
  385. package/components/Typography/constants.js +1 -1
  386. package/components/UnorderedList/UnorderedList.js +7 -7
  387. package/components/UnorderedList/UnorderedListItem.js +11 -11
  388. package/components/UploadZone/UploadZone.js +3 -3
  389. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  390. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  391. package/components/index.js +541 -538
  392. package/index.d.ts +75 -31
  393. package/index.js +577 -574
  394. package/package.json +2 -3
  395. package/styles/triplex-next.css +541 -547
  396. package/utils/amountUtils.js +1 -1
  397. package/chunks/AlertProcessSpoiler-DxZ8QVn2.js +0 -39
  398. package/chunks/CalendarViewItem-D879SDC1.js +0 -101
  399. package/chunks/Card.module--O3Bx82B.js +0 -17
  400. package/chunks/CheckboxTreeExtended.module-Cw3yb-cF.js +0 -15
  401. package/chunks/Chip-M9mPbBOt.js +0 -90
  402. package/chunks/Confirm.module-DtBiR4Fo.js +0 -15
  403. package/chunks/DropdownListItem-BdLTF7q1.js +0 -65
  404. package/chunks/DropdownMobile.module-PpB3KA4H.js +0 -23
  405. package/chunks/Footer.module-Z4RIi8JP.js +0 -9
  406. package/chunks/FormFieldInput-C75omt8Y.js +0 -60
  407. package/chunks/HeaderLayoutSidebar.module-BJZj3qz4.js +0 -9
  408. package/chunks/HeaderTabs.module-ykRWLBUI.js +0 -9
  409. package/chunks/IslandAccordion.module-DE-xutGt.js +0 -25
  410. package/chunks/IslandWidgetFooter.module-DpnJPgi0.js +0 -9
  411. package/chunks/IslandWidgetHeader.module-lf-NGWlm.js +0 -12
  412. package/chunks/LightBoxControls.module-Cbi_wgHX.js +0 -16
  413. package/chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js +0 -9
  414. package/chunks/ListItemControlsButton-0bXNCLYU.js +0 -43
  415. package/chunks/ListItemTail.module-DFYWneN6.js +0 -12
  416. package/chunks/ListMasterFooter.module-CoXWM3Nq.js +0 -10
  417. package/chunks/ModalWindow.module-DqMffIcE.js +0 -17
  418. package/chunks/Notification.module-CPSD8BYw.js +0 -20
  419. package/chunks/Overlay.module-B5Hl3baB.js +0 -18
  420. package/chunks/Page.module-BbrHHqMK.js +0 -11
  421. package/chunks/SMSField.module-CPSjUBD-.js +0 -16
  422. package/chunks/SliderExtendedMarks.module-QNSG8UcN.js +0 -15
  423. package/chunks/StatusTracker.module-KkpUE8KY.js +0 -24
  424. package/chunks/TableFooter.module-OEvn0oaX.js +0 -14
  425. package/chunks/TabsExtended.module-B3Ti-48x.js +0 -16
  426. package/chunks/TabsLine.module-BgCBcRYT.js +0 -21
  427. package/chunks/TooltipDesktop.module-CC_4-ATz.js +0 -19
  428. package/chunks/TreeView.module-CmGHGs81.js +0 -9
  429. package/chunks/utils-C5IWf42V.js +0 -24
  430. package/chunks/utils-d7-rkiPs.js +0 -27
  431. package/chunks/utils-hbQGLR7K.js +0 -73
  432. package/components/Dropdown/enums.js +0 -8
@@ -1,7 +1,7 @@
1
1
  import { jsxs as x, Fragment as F, jsx as o } from "react/jsx-runtime";
2
2
  import { useRef as n, useEffect as B } from "react";
3
- import { c as V, F as A } from "../../chunks/vendor-DaOifQgP.js";
4
- import { L as I, s as e } from "../../chunks/LightBoxContent-BLPx_Tsf.js";
3
+ import { c as V, F as A } from "../../chunks/vendor---Om3uMV.js";
4
+ import { L as I, s as e } from "../../chunks/LightBoxContent-Lme9r-vN.js";
5
5
  import { LightBoxControls as R } from "./LightBoxControls/LightBoxControls.js";
6
6
  import { LightBoxSideOverlay as k } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
7
  import { Portal as D } from "../Portal/Portal.js";
@@ -14,15 +14,15 @@ import { useToken as z } from "../ThemeProvider/useToken.js";
14
14
  import { LightBoxLeftSidebar as H } from "./LightBoxSidebars/LightBoxLeftSidebar.js";
15
15
  import { LightBoxRightSidebar as U } from "./LightBoxSidebars/LightBoxRightSidebar.js";
16
16
  const Z = {
17
- "scroll-0": "scroll-0__9c139a5c",
18
- "scroll-15": "scroll-15__29df9fc7",
19
- "scroll-16": "scroll-16__4d3535b1",
20
- "scroll-17": "scroll-17__6d26e78f"
17
+ "scroll-0": "scroll-0__5c08ebb9",
18
+ "scroll-15": "scroll-15__26152f74",
19
+ "scroll-16": "scroll-16__4add754e",
20
+ "scroll-17": "scroll-17__27fd2461"
21
21
  }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
22
22
  children: M,
23
23
  className: v,
24
24
  focusTrapProps: r,
25
- forwardRef: a,
25
+ forwardRef: c,
26
26
  mountNode: s,
27
27
  lightBoxViewManagerNodeId: d = L,
28
28
  isLoading: m,
@@ -36,7 +36,7 @@ const Z = {
36
36
  }, w = () => {
37
37
  let t = null;
38
38
  return d && (t = document.querySelector(`#${d}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
39
- }, c = n(E()), g = n(w()), h = () => {
39
+ }, a = n(E()), g = n(w()), h = () => {
40
40
  N.forEach((t) => document.documentElement.classList.add(t));
41
41
  };
42
42
  B(() => (T(Z), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), B(() => {
@@ -46,7 +46,7 @@ const Z = {
46
46
  }
47
47
  }, [i]);
48
48
  const _ = (t) => {
49
- u.current = t, a && (a.current = t);
49
+ u.current = t, c && (c.current = t);
50
50
  }, O = V(
51
51
  C,
52
52
  e.lightBox,
@@ -57,7 +57,7 @@ const Z = {
57
57
  },
58
58
  v
59
59
  );
60
- if (!c.current)
60
+ if (!a.current)
61
61
  return null;
62
62
  const f = () => /* @__PURE__ */ x("div", { className: O, ref: _, role: "dialog", "aria-modal": "true", ...S, children: [
63
63
  /* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
@@ -65,7 +65,7 @@ const Z = {
65
65
  /* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
66
66
  ] });
67
67
  return /* @__PURE__ */ x(F, { children: [
68
- /* @__PURE__ */ o(D, { container: c.current, children: /* @__PURE__ */ o(
68
+ /* @__PURE__ */ o(D, { container: a.current, children: /* @__PURE__ */ o(
69
69
  W,
70
70
  {
71
71
  fallback: /* @__PURE__ */ o(
@@ -89,13 +89,13 @@ const Z = {
89
89
  q,
90
90
  {
91
91
  lightBoxViewManagerNode: g.current,
92
- lightBoxMountNode: c.current
92
+ lightBoxMountNode: a.current
93
93
  }
94
94
  )
95
95
  ] });
96
96
  };
97
97
  b.displayName = "LightBoxBase";
98
- const at = Object.assign(b, {
98
+ const ct = Object.assign(b, {
99
99
  Content: I,
100
100
  SideOverlay: k,
101
101
  TopOverlay: j,
@@ -104,7 +104,7 @@ const at = Object.assign(b, {
104
104
  RightSidebar: U
105
105
  });
106
106
  export {
107
- at as LightBox,
107
+ ct as LightBox,
108
108
  p as lightBoxMountNodeIdDefault,
109
109
  L as lightBoxViewManagerNodeIdDefault
110
110
  };
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../chunks/vendor-DaOifQgP.js";
3
+ import "../../chunks/vendor---Om3uMV.js";
4
4
  import "../WindowResizeListener/WindowResizeListener.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-BLPx_Tsf.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-Lme9r-vN.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-DaOifQgP.js";
3
+ import { c as u } from "../../../chunks/vendor---Om3uMV.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-Cbi_wgHX.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-qhDcQmnH.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-DaOifQgP.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-Cbi_wgHX.js";
5
+ import { c as e } from "../../../chunks/vendor---Om3uMV.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-qhDcQmnH.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-DaOifQgP.js";
3
+ import { c as n } from "../../../chunks/vendor---Om3uMV.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-Cbi_wgHX.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-qhDcQmnH.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-DaOifQgP.js";
3
+ import { c as n } from "../../../chunks/vendor---Om3uMV.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-Cbi_wgHX.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-qhDcQmnH.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 y, Fragment as T } from "react/jsx-runtime";
2
2
  import { useState as B, useRef as O, useEffect as X } from "react";
3
- import { c as f, F as Y } from "../../../chunks/vendor-DaOifQgP.js";
3
+ import { c as v, F as Y } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { OverlayBase as z, EOverlayDirection as L } from "../../Overlay/OverlayBase.js";
5
5
  import { OverlayMask as R } from "../../Overlay/OverlayMask.js";
6
6
  import { LightBoxSideOverlayLoader as j } from "./LightBoxSideOverlayLoader.js";
@@ -9,7 +9,7 @@ import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseM
9
9
  import { LightBoxSideOverlayCloseDesktop as G } from "./LightBoxSideOverlayCloseDesktop.js";
10
10
  import { EComponentSize as U } from "../../../enums/EComponentSize.js";
11
11
  import { createSizeToClassNameMap as q } from "../../../utils/classNameMaps.js";
12
- const J = "lightBoxSideOverlayMask__714af292", K = "lightBoxSideOverlayWrapper__e5747e9e", Q = "overflowXHidden__1ad241a3", V = "overflowYHidden__b078fc2e", Z = "closing__f5759ec0", $ = "opened__58fba5f6", P = "lightBoxSideOverlayContent__4e1a2f10", ee = "opening__3e6c3779", oe = "sm__60670172", te = "md__f882860a", ie = "lg__a0813075", re = "lightBoxSideOverlay__29a74dcd", e = {
12
+ const J = "lightBoxSideOverlayMask__a9b3dc3d", K = "lightBoxSideOverlayWrapper__706995a9", Q = "overflowXHidden__da983460", V = "overflowYHidden__f2d08965", Z = "closing__647d498d", $ = "opened__55b09648", P = "lightBoxSideOverlayContent__d803707e", ee = "opening__180f70ad", oe = "sm__5629a592", te = "md__a799085d", ie = "lg__4bc9799e", re = "lightBoxSideOverlay__8e1fa606", e = {
13
13
  lightBoxSideOverlayMask: J,
14
14
  lightBoxSideOverlayWrapper: K,
15
15
  overflowXHidden: Q,
@@ -22,7 +22,7 @@ const J = "lightBoxSideOverlayMask__714af292", K = "lightBoxSideOverlayWrapper__
22
22
  md: te,
23
23
  lg: ie,
24
24
  lightBoxSideOverlay: re
25
- }, le = q(e), v = ({
25
+ }, le = q(e), f = ({
26
26
  children: x,
27
27
  className: S,
28
28
  focusTrapProps: l,
@@ -31,22 +31,22 @@ const J = "lightBoxSideOverlayMask__714af292", K = "lightBoxSideOverlayWrapper__
31
31
  isTopLevelSideOverlayOpened: h,
32
32
  isTopOverlayOpened: u,
33
33
  onClose: s,
34
- onOpen: c,
34
+ onOpen: d,
35
35
  opened: o,
36
36
  size: M = U.MD,
37
37
  ...k
38
38
  }) => {
39
- const [i, d] = B(!1), [n, g] = B(!1), m = O(o), p = O(null);
39
+ const [i, c] = B(!1), [n, g] = B(!1), m = O(o), p = O(null);
40
40
  X(() => {
41
- m.current && !o ? (g(!1), d(!0)) : !m.current && o && (d(!1), g(!0)), m.current = o;
41
+ m.current && !o ? (g(!1), c(!0)) : !m.current && o && (c(!1), g(!0)), m.current = o;
42
42
  }, [o]);
43
43
  const w = (r) => {
44
- const { target: W, currentTarget: b } = r;
45
- W === b && (i ? (d(!1), s == null || s()) : n && (g(!1), c == null || c()));
44
+ const { target: D, currentTarget: W } = r;
45
+ D === W && (i ? (c(!1), s == null || s()) : n && (g(!1), d == null || d()));
46
46
  }, C = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ y(
47
47
  "div",
48
48
  {
49
- className: f(e.lightBoxSideOverlayContent, {
49
+ className: v(e.lightBoxSideOverlayContent, {
50
50
  [e.closing]: i,
51
51
  [e.opening]: n,
52
52
  [e.opened]: o
@@ -59,7 +59,7 @@ const J = "lightBoxSideOverlayMask__714af292", K = "lightBoxSideOverlayWrapper__
59
59
  ]
60
60
  }
61
61
  ), N = () => {
62
- }, E = f(S, e.lightBoxSideOverlayWrapper, le[M], {
62
+ }, E = v(S, e.lightBoxSideOverlayWrapper, le[M], {
63
63
  [e.closing]: i,
64
64
  [e.opened]: o,
65
65
  [e.overflowXHidden]: !!h || !!a,
@@ -67,10 +67,10 @@ const J = "lightBoxSideOverlayMask__714af292", K = "lightBoxSideOverlayWrapper__
67
67
  }), F = (r) => /* @__PURE__ */ y(T, { children: [
68
68
  C(r),
69
69
  H()
70
- ] }), D = /* @__PURE__ */ t(
70
+ ] }), b = /* @__PURE__ */ t(
71
71
  "div",
72
72
  {
73
- className: f(e.lightBoxSideOverlay, {
73
+ className: v(e.lightBoxSideOverlay, {
74
74
  [e.closing]: i,
75
75
  [e.opening]: n
76
76
  }),
@@ -88,14 +88,14 @@ const J = "lightBoxSideOverlayMask__714af292", K = "lightBoxSideOverlayWrapper__
88
88
  preventScroll: !0,
89
89
  ...l == null ? void 0 : l.focusTrapOptions
90
90
  },
91
- children: /* @__PURE__ */ t("div", { className: E, role: "dialog", "aria-modal": "true", ...k, children: D })
91
+ children: /* @__PURE__ */ t("div", { className: E, role: "dialog", "aria-modal": "true", ...k, children: b })
92
92
  }
93
93
  );
94
94
  };
95
- v.displayName = "LightBoxSideOverlay";
96
- v.CloseDesktop = G;
97
- v.CloseMobile = A;
95
+ f.displayName = "LightBoxSideOverlay";
96
+ f.CloseDesktop = G;
97
+ f.CloseMobile = A;
98
98
  export {
99
- v as LightBoxSideOverlay
99
+ f as LightBoxSideOverlay
100
100
  };
101
101
  //# sourceMappingURL=LightBoxSideOverlay.js.map
@@ -2,12 +2,12 @@ import { jsx as e } from "react/jsx-runtime";
2
2
  import { useRef as l } from "react";
3
3
  import { TriggerClickOnKeyDownEvent as a } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
4
4
  import { EVENT_KEY_CODES as p } from "../../../utils/keyboard.js";
5
- import { c } from "../../../chunks/vendor-DaOifQgP.js";
5
+ import { c } from "../../../chunks/vendor---Om3uMV.js";
6
6
  import { CrossStrokeSrvIcon32 as d } from "@sberbusiness/icons-next";
7
7
  import { EButtonTheme as f } from "../../Button/enums.js";
8
8
  import { EComponentSize as C } from "../../../enums/EComponentSize.js";
9
9
  import { Button as u } from "../../Button/Button.js";
10
- import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js";
10
+ import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js";
11
11
  const E = ({
12
12
  className: i,
13
13
  clickByEsc: s,
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as r } from "../../../chunks/vendor-DaOifQgP.js";
2
+ import { c as r } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.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__14af5936", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__98a57a98", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
7
  const [t, r] = s(0), e = l(null);
@@ -1,17 +1,43 @@
1
- import { jsx as i } from "react/jsx-runtime";
2
- import { c as d } from "../../../chunks/vendor-DaOifQgP.js";
3
- const f = "lightBoxLeftSidebar__2bc00188", x = "fixed__3fa7bb74", s = "lightBoxLeftSidebarInner__2420fa3a", e = {
4
- lightBoxLeftSidebar: f,
5
- fixed: x,
6
- lightBoxLeftSidebarInner: s
7
- }, l = ({
8
- children: t,
9
- className: a,
10
- fixed: o,
11
- ...r
12
- }) => /* @__PURE__ */ i("div", { className: d(a, e.lightBoxLeftSidebar, { [e.fixed]: o }), ...r, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
13
- l.displayName = "LightBoxLeftSidebar";
1
+ import { jsx as b } from "react/jsx-runtime";
2
+ import { forwardRef as N, useRef as o, useImperativeHandle as R, useState as V, useEffect as x } from "react";
3
+ import { c as h } from "../../../chunks/vendor---Om3uMV.js";
4
+ const j = "lightBoxLeftSidebar__29b53383", z = "fixed__263b6d23", E = "hidden__a36cafa1", r = {
5
+ lightBoxLeftSidebar: j,
6
+ fixed: z,
7
+ hidden: E
8
+ }, O = N(
9
+ ({ children: m, className: L, fixed: B, minVisibleWidth: d = 100, onShow: s, onHide: i, ...g }, p) => {
10
+ const n = o(null);
11
+ R(p, () => n.current);
12
+ const [v, _] = V(!0), e = o(s), t = o(i);
13
+ return x(() => {
14
+ e.current = s, t.current = i;
15
+ }, [s, i]), x(() => {
16
+ const f = n.current;
17
+ if (!f) return;
18
+ const a = new ResizeObserver((S) => {
19
+ for (const y of S) {
20
+ const c = y.contentRect.width > d;
21
+ _((I) => {
22
+ var l, u;
23
+ return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
24
+ });
25
+ }
26
+ });
27
+ return a.observe(f), () => a.disconnect();
28
+ }, [d]), /* @__PURE__ */ b(
29
+ "div",
30
+ {
31
+ ref: n,
32
+ className: h(L, r.lightBoxLeftSidebar, { [r.fixed]: B }),
33
+ ...g,
34
+ children: /* @__PURE__ */ b("div", { className: h(r.lightBoxLeftSidebarInner, { [r.hidden]: !v }), children: m })
35
+ }
36
+ );
37
+ }
38
+ );
39
+ O.displayName = "LightBoxLeftSidebar";
14
40
  export {
15
- l as LightBoxLeftSidebar
41
+ O as LightBoxLeftSidebar
16
42
  };
17
43
  //# sourceMappingURL=LightBoxLeftSidebar.js.map
@@ -1,17 +1,43 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-DaOifQgP.js";
3
- const r = "lightBoxRightSidebar__63e7de6d", a = "fixed__3fa7bb74", x = "lightBoxRightSidebarInner__40bbb0c7", i = {
4
- lightBoxRightSidebar: r,
5
- fixed: a,
6
- lightBoxRightSidebarInner: x
7
- }, b = ({
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
- b.displayName = "LightBoxRightSidebar";
1
+ import { jsx as h } from "react/jsx-runtime";
2
+ import { forwardRef as N, useRef as o, useImperativeHandle as L, useState as V, useEffect as g } from "react";
3
+ import { c as x } from "../../../chunks/vendor---Om3uMV.js";
4
+ const j = "lightBoxRightSidebar__aa8f4a80", z = "fixed__263b6d23", E = "hidden__a36cafa1", r = {
5
+ lightBoxRightSidebar: j,
6
+ fixed: z,
7
+ hidden: E
8
+ }, O = N(
9
+ ({ children: b, className: m, fixed: R, minVisibleWidth: d = 100, onShow: i, onHide: s, ...B }, p) => {
10
+ const n = o(null);
11
+ L(p, () => n.current);
12
+ const [v, _] = V(!0), e = o(i), t = o(s);
13
+ return g(() => {
14
+ e.current = i, t.current = s;
15
+ }, [i, s]), g(() => {
16
+ const a = n.current;
17
+ if (!a) return;
18
+ const f = new ResizeObserver((S) => {
19
+ for (const y of S) {
20
+ const c = y.contentRect.width > d;
21
+ _((I) => {
22
+ var l, u;
23
+ return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
24
+ });
25
+ }
26
+ });
27
+ return f.observe(a), () => f.disconnect();
28
+ }, [d]), /* @__PURE__ */ h(
29
+ "div",
30
+ {
31
+ ref: n,
32
+ className: x(m, r.lightBoxRightSidebar, { [r.fixed]: R }),
33
+ ...B,
34
+ children: /* @__PURE__ */ h("div", { className: x(r.lightBoxRightSidebarInner, { [r.hidden]: !v }), children: b })
35
+ }
36
+ );
37
+ }
38
+ );
39
+ O.displayName = "LightBoxRightSidebar";
14
40
  export {
15
- b as LightBoxRightSidebar
41
+ O as LightBoxRightSidebar
16
42
  };
17
43
  //# sourceMappingURL=LightBoxRightSidebar.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as r, jsxs as N } from "react/jsx-runtime";
2
2
  import { useState as m, useRef as L, useCallback as n, useLayoutEffect as c } from "react";
3
- import { g as B, i as k, p } from "../../../chunks/vendor-DaOifQgP.js";
3
+ import { g as B, i as k, p } from "../../../chunks/vendor---Om3uMV.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,14 +1,14 @@
1
- import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
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 a } from "../../chunks/vendor-DaOifQgP.js";
4
- const v = "link__e23945d1", F = "wordWithContent__f9448dfb", S = "before__05ae6353", T = "after__f41cc407", e = {
3
+ import { c as a } from "../../chunks/vendor---Om3uMV.js";
4
+ const v = "link__c67135ee", F = "wordWithContent__8f9aef01", S = "before__630fc14d", T = "after__42cf14f2", e = {
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 }, W) => {
11
- const c = () => o ? /* @__PURE__ */ t(d, { children: [
10
+ ({ children: d, className: f, onBlur: N, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, W) => {
11
+ const c = () => o ? /* @__PURE__ */ t(i, { children: [
12
12
  "​",
13
13
  o()
14
14
  ] }) : null, m = () => s ? s() : null, u = (n) => {
@@ -24,9 +24,9 @@ const v = "link__e23945d1", F = "wordWithContent__f9448dfb", S = "before__05ae63
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, {
27
+ const l = r[0], h = r[r.length - 1], k = r.slice(1, -1).join(" "), b = a(e.wordWithContent, {
28
28
  [e.before]: !!o
29
- }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
29
+ }), g = o ? /* @__PURE__ */ t("span", { className: b, children: [
30
30
  c(),
31
31
  l
32
32
  ] }) : l, x = a(e.wordWithContent, {
@@ -35,30 +35,30 @@ const v = "link__e23945d1", F = "wordWithContent__f9448dfb", S = "before__05ae63
35
35
  h,
36
36
  m()
37
37
  ] }) : h;
38
- return /* @__PURE__ */ t(d, { children: [
38
+ return /* @__PURE__ */ t(i, { children: [
39
39
  g,
40
40
  " ",
41
- b,
41
+ k,
42
42
  " ",
43
43
  j
44
44
  ] });
45
45
  }, w = (n) => {
46
46
  const r = o ? o() : null, l = s ? s() : null;
47
- return /* @__PURE__ */ t(d, { children: [
47
+ return /* @__PURE__ */ t(i, { children: [
48
48
  r,
49
49
  n,
50
50
  l
51
51
  ] });
52
- }, _ = o || s ? ((n) => typeof n == "string" ? u(n) : w(n))(i) : i;
52
+ }, _ = o || s ? ((n) => typeof n == "string" ? u(n) : w(n))(d) : d;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
56
56
  role: "link",
57
57
  ...C,
58
- className: a(N, e.link, "hoverable"),
59
- onBlur: f,
58
+ className: a(f, e.link, "hoverable"),
59
+ onBlur: N,
60
60
  onMouseDown: p,
61
- "data-tx": "0.21.0",
61
+ "data-tx": "0.23.0",
62
62
  ref: W,
63
63
  children: _
64
64
  }
@@ -1,15 +1,15 @@
1
- import { jsxs as a, jsx as i } from "react/jsx-runtime";
2
- import c from "react";
3
- import { c as e } from "../../chunks/vendor-DaOifQgP.js";
4
- import { LoaderScreen as m } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__2af8d8cc", p = {
6
- list: f
7
- }, d = c.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: e(p.list, t), ...o, "data-tx": "0.21.0", ref: r, children: [
1
+ import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
+ import m from "react";
3
+ import { c as a } from "../../chunks/vendor---Om3uMV.js";
4
+ import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
+ const d = "list__46bbf98d", f = {
6
+ list: d
7
+ }, p = m.forwardRef(({ children: s, className: t, loading: o, ...r }, i) => /* @__PURE__ */ l("ul", { className: a(f.list, t), ...r, "data-tx": "0.23.0", ref: i, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ i(m, { type: "small" }) : null
9
+ o ? /* @__PURE__ */ e(c, { type: "middle" }) : null
10
10
  ] }));
11
- d.displayName = "List";
11
+ p.displayName = "List";
12
12
  export {
13
- d as List
13
+ p 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 { a as b, b as f, D as M, M as T, r as D, d as L, S as w, v as y, e as I, T as C, f as H } from "../../chunks/vendor-DaOifQgP.js";
6
+ import { a as b, b as f, D as M, M as T, r as D, d as L, S as w, v as y, e as I, T as C, f as H } from "../../chunks/vendor---Om3uMV.js";
7
7
  import { List as N } from "./List.js";
8
8
  class u extends H {
9
9
  }
@@ -1,13 +1,13 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-DaOifQgP.js";
4
- const p = "listEmptyState__332cd122", r = {
3
+ import { c as o } from "../../../chunks/vendor---Om3uMV.js";
4
+ const p = "listEmptyState__cbf4bb7c", c = {
5
5
  listEmptyState: p
6
- }, c = i.forwardRef(
7
- ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(r.listEmptyState, s), ...m, ref: a, children: t })
6
+ }, r = i.forwardRef(
7
+ ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(c.listEmptyState, s), ...m, ref: a, children: t })
8
8
  );
9
- c.displayName = "ListItemEmpty";
9
+ r.displayName = "ListItemEmpty";
10
10
  export {
11
- c as ListEmptyState
11
+ r as ListEmptyState
12
12
  };
13
13
  //# sourceMappingURL=ListEmptyState.js.map
@@ -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.21.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.23.0", 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-DaOifQgP.js";
3
+ import { c as r } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { ListItemContext as d } from "./ListItemContext.js";
5
- const a = "listItemContent__9bf15d13", f = "selected__15e4f0b2", t = {
5
+ const a = "listItemContent__24c62904", C = "selected__76707d2b", t = {
6
6
  listItemContent: a,
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(d);
11
11
  return /* @__PURE__ */ c(
@@ -13,15 +13,15 @@ const a = "listItemContent__9bf15d13", f = "selected__15e4f0b2", t = {
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "0.21.0",
16
+ "data-tx": "0.23.0",
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,10 +1,10 @@
1
- import { jsx as l } from "react/jsx-runtime";
2
- import m from "react";
3
- import { c as e } from "../../../chunks/vendor-DaOifQgP.js";
4
- const i = "listItemControls__d35ba737", n = {
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import l from "react";
3
+ import { c as m } from "../../../chunks/vendor---Om3uMV.js";
4
+ const i = "listItemControls__e35f7f9e", n = {
5
5
  listItemControls: i
6
- }, a = m.forwardRef(
7
- ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, children: t })
6
+ }, 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
9
  a.displayName = "ListItemControls";
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../chunks/vendor-DaOifQgP.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-0bXNCLYU.js";
3
+ import "../../../chunks/vendor---Om3uMV.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-BLbj6vZS.js";
5
5
  import "../../Typography/enums.js";
6
6
  import "../../Typography/Text.js";
7
7
  export {