@sberbusiness/triplex-next 0.28.0 → 0.29.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 (441) hide show
  1. package/chunks/AlertProcessSpoiler-DE66k9NP.js +41 -0
  2. package/chunks/{CalendarViewItem-DysxnR-B.js → CalendarViewItem-D_gRwbwg.js} +24 -24
  3. package/chunks/Card.module-BWjkCuCg.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-D7kAm43p.js +15 -0
  5. package/chunks/Chip-Bk0l10k4.js +77 -0
  6. package/chunks/Confirm.module-UrrVAY0j.js +15 -0
  7. package/chunks/{DropdownListItem-DEMHVloq.js → DropdownListItem-CGZyMM5K.js} +16 -16
  8. package/chunks/DropdownMobile.module-DyKJlGOg.js +23 -0
  9. package/chunks/Footer.module-sbV81EJD.js +9 -0
  10. package/chunks/{FormFieldInput-Cb-NqZOL.js → FormFieldInput-B7snQZVi.js} +23 -23
  11. package/chunks/HeaderLayoutSidebar.module-x2nqqRdl.js +9 -0
  12. package/chunks/HeaderTabs.module-CksnQh12.js +9 -0
  13. package/chunks/{HeaderTitle.module-B2aVG-8s.js → HeaderTitle.module-CgarzGR5.js} +2 -2
  14. package/chunks/IslandAccordion.module-BXOOvpYn.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-DwWAkCRp.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-CQebj2O8.js +13 -0
  17. package/chunks/{LightBoxContent-CpxzDBba.js → LightBoxContent-BdM4QdVW.js} +6 -6
  18. package/chunks/LightBoxControls.module-CZYk-V6O.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-ColwiMcL.js +9 -0
  20. package/chunks/{ListItemControlsButton-BcWg1BjZ.js → ListItemControlsButton-Bo2ir8rI.js} +16 -16
  21. package/chunks/ListItemTail.module-CFYYwAc-.js +12 -0
  22. package/chunks/ListMasterFooter.module-BUKqB_dT.js +10 -0
  23. package/chunks/ModalWindow.module-4BH52pa7.js +17 -0
  24. package/chunks/Notification.module-Bkv2fddJ.js +20 -0
  25. package/chunks/Overlay.module-B986w4hy.js +18 -0
  26. package/chunks/Page.module-oopm23nH.js +11 -0
  27. package/chunks/SMSField.module-B48LpGzA.js +16 -0
  28. package/chunks/SliderExtendedMarks.module-DkUSlj4_.js +15 -0
  29. package/chunks/{SliderExtendedRail-D-T2vfBA.js → SliderExtendedRail-B1jT6Bzj.js} +6 -6
  30. package/chunks/StatusTracker.module-BtXyaaNz.js +24 -0
  31. package/chunks/{StepperStepArrowBorder-DoCkMkMz.js → StepperStepArrowBorder-CjYvRZAE.js} +8 -8
  32. package/chunks/{SuggestFieldMobileDropdownHint-DMUtIm6D.js → SuggestFieldMobileDropdownHint--qfcwzvU.js} +2 -2
  33. package/chunks/TableFooter.module-CTUrl1eY.js +14 -0
  34. package/chunks/TabsExtended.module-_Y6KIl3m.js +16 -0
  35. package/chunks/TabsLine.module-CaWr6_95.js +21 -0
  36. package/chunks/TooltipDesktop.module-Crnh1kg9.js +19 -0
  37. package/chunks/TreeView.module-BKMbHz4P.js +9 -0
  38. package/chunks/{UploadZoneInput-DBUlHhad.js → UploadZoneInput-BOfYw8qb.js} +5 -5
  39. package/chunks/{constants-3hOLYskn.js → constants-CsbqScFv.js} +9 -9
  40. package/chunks/utils-BB-XJeUI.js +28 -0
  41. package/chunks/utils-BREiNocx.js +24 -0
  42. package/chunks/{utils-BzsnXGYj.js → utils-DNiUrC2u.js} +4 -4
  43. package/chunks/utils-EiF_pPO4.js +73 -0
  44. package/chunks/{vendor---Om3uMV.js → vendor-DJ6wKpvR.js} +4 -4
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  47. package/components/Alert/AlertContext/AlertContext.js +26 -26
  48. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  50. package/components/Amount/Amount.js +3 -3
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +48 -23
  53. package/components/Badge/Badge.js +6 -6
  54. package/components/Badge/BadgeDot.js +8 -8
  55. package/components/Badge/components/BadgeContent.js +9 -9
  56. package/components/Badge/components/BadgePostfix.js +7 -7
  57. package/components/Badge/components/BadgePrefix.js +6 -6
  58. package/components/Body/Body.js +8 -8
  59. package/components/Button/Button.js +17 -17
  60. package/components/Button/ButtonBase.js +1 -1
  61. package/components/Button/ButtonDropdown.js +11 -11
  62. package/components/Button/ButtonDropdownExtended.js +8 -8
  63. package/components/Button/ButtonIcon.js +7 -7
  64. package/components/Calendar/Calendar.js +124 -118
  65. package/components/Calendar/CalendarContext.js +6 -6
  66. package/components/Calendar/components/CalendarControls.js +1 -1
  67. package/components/Calendar/components/CalendarFooter.js +4 -4
  68. package/components/Calendar/components/CalendarFooterButton.js +19 -21
  69. package/components/Calendar/components/CalendarViewDays.js +7 -10
  70. package/components/Calendar/components/CalendarViewItem.js +2 -2
  71. package/components/Calendar/components/CalendarViewMonths.js +29 -29
  72. package/components/Calendar/components/CalendarViewYears.js +1 -1
  73. package/components/Calendar/enums.js +1 -1
  74. package/components/Card/CardAction.js +13 -13
  75. package/components/Card/CardStatic.js +3 -3
  76. package/components/Card/components/CardContent/CardContent.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  78. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  79. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  80. package/components/Card/components/CardMedia.js +2 -2
  81. package/components/Card/utils.js +1 -1
  82. package/components/CarouselExtended/CarouselExtended.js +2 -2
  83. package/components/Checkbox/Checkbox.js +13 -13
  84. package/components/Checkbox/CheckboxXGroup.js +14 -14
  85. package/components/Checkbox/CheckboxYGroup.js +7 -7
  86. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  90. package/components/CheckboxTreeExtended/index.js +3 -1
  91. package/components/Chip/Chip.js +2 -2
  92. package/components/Chip/ChipClearButton.js +10 -10
  93. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  94. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  95. package/components/Chip/ChipDropdownArrow.js +5 -5
  96. package/components/Chip/ChipIcon.js +1 -1
  97. package/components/Chip/ChipMultiselect.js +2 -2
  98. package/components/Chip/ChipOptions.js +4 -4
  99. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  100. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  101. package/components/Chip/ChipSort.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  103. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  104. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  105. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +13 -13
  106. package/components/Chip/index.js +1 -1
  107. package/components/ChipGroup/ChipGroup.js +11 -11
  108. package/components/Col/Col.js +138 -138
  109. package/components/CollapsableTree/components/CollapsableTreeNode.js +4 -4
  110. package/components/CollapsableTree/index.js +7 -0
  111. package/components/Confirm/Confirm.js +2 -2
  112. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  113. package/components/Confirm/components/ConfirmContent.js +2 -2
  114. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  115. package/components/Confirm/components/ConfirmControls.js +2 -2
  116. package/components/DateField/DateField.js +18 -28
  117. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  118. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +12 -12
  119. package/components/DatePickerExtended/index.js +5 -0
  120. package/components/DateRange/DateRange.js +11 -11
  121. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  122. package/components/DesignTokens/components/Calendar.js +34 -42
  123. package/components/Divider/Divider.js +21 -21
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  125. package/components/Dropdown/desktop/DropdownDesktop.js +30 -30
  126. package/components/Dropdown/desktop/DropdownList.js +2 -2
  127. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  128. package/components/Dropdown/desktop/index.js +1 -1
  129. package/components/Dropdown/index.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  141. package/components/Ellipsis/Ellipsis.js +8 -8
  142. package/components/EmptyView/EmptyView.js +22 -22
  143. package/components/ExpandAnimation/ExpandAnimation.js +15 -15
  144. package/components/Footer/Footer.js +1 -1
  145. package/components/Footer/components/FooterDescription.js +2 -2
  146. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  147. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  148. package/components/FormField/FormField.js +18 -18
  149. package/components/FormField/components/FormFieldClear.js +8 -8
  150. package/components/FormField/components/FormFieldCounter.js +9 -11
  151. package/components/FormField/components/FormFieldDescription.js +5 -5
  152. package/components/FormField/components/FormFieldInput.js +2 -2
  153. package/components/FormField/components/FormFieldLabel.js +11 -11
  154. package/components/FormField/components/FormFieldMaskedInput.js +23 -23
  155. package/components/FormField/components/FormFieldPostfix.js +6 -6
  156. package/components/FormField/components/FormFieldPrefix.js +6 -6
  157. package/components/FormField/components/FormFieldTarget.js +21 -21
  158. package/components/FormField/components/FormFieldTextarea.js +24 -24
  159. package/components/FormField/components/index.js +1 -1
  160. package/components/FormField/index.js +1 -1
  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 +7 -7
  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 +5 -5
  173. package/components/IconWrapper/IconWrapper.js +12 -12
  174. package/components/Island/Island.js +2 -2
  175. package/components/Island/components/IslandBody.js +6 -6
  176. package/components/Island/components/IslandFooter.js +4 -4
  177. package/components/Island/components/IslandHeader.js +2 -2
  178. package/components/Island/utils.js +1 -1
  179. package/components/IslandAccordion/IslandAccordion.js +3 -3
  180. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  181. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  182. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  183. package/components/IslandWidget/IslandWidget.js +7 -7
  184. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  185. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  186. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  187. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetHeader.js +19 -17
  190. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +18 -0
  192. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +21 -6
  193. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +18 -0
  194. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  195. package/components/LightBox/LightBox.js +6 -6
  196. package/components/LightBox/LightBoxContent.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  198. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  199. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  200. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +2 -2
  202. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  203. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  204. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  205. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +12 -12
  206. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
  207. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  208. package/components/Link/Link.js +20 -20
  209. package/components/List/List.js +8 -8
  210. package/components/List/ListSortable.js +1 -1
  211. package/components/List/components/ListEmptyState.js +4 -4
  212. package/components/List/components/ListItem.js +1 -1
  213. package/components/List/components/ListItemContent.js +7 -7
  214. package/components/List/components/ListItemControls.js +3 -3
  215. package/components/List/components/ListItemControlsButton.js +2 -2
  216. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  217. package/components/List/components/ListItemLoading.js +5 -5
  218. package/components/List/components/ListItemSelectable.js +6 -6
  219. package/components/List/components/ListItemTable.js +8 -8
  220. package/components/List/components/ListItemTailLeft.js +2 -2
  221. package/components/List/components/ListItemTailRight.js +2 -2
  222. package/components/List/components/ListSortableItem.js +5 -5
  223. package/components/List/components/ListSortableItemControls.js +7 -7
  224. package/components/List/components/ListSortableItemTarget.js +10 -10
  225. package/components/List/index.js +1 -1
  226. package/components/ListMaster/ListMaster.js +1 -1
  227. package/components/ListMaster/components/ListMasterBody.js +1 -1
  228. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  229. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  230. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  231. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  232. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  233. package/components/ListMaster/components/SelectionControls.js +7 -7
  234. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  235. package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
  236. package/components/LoaderScreen/LoaderScreen.js +12 -12
  237. package/components/Marker/Marker.js +2 -2
  238. package/components/Marker/utils.js +1 -1
  239. package/components/MarkerStatus/MarkerStatus.js +5 -5
  240. package/components/ModalWindow/ModalWindow.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  242. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  243. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  244. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  245. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  246. package/components/ModalWindow/index.js +11 -10
  247. package/components/MonthYearField/MonthYearField.js +19 -19
  248. package/components/MonthYearRange/MonthYearRange.js +14 -14
  249. package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
  250. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
  251. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  252. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +5 -5
  253. package/components/Notification/Notification.js +3 -3
  254. package/components/Notification/NotificationGrouped.js +1 -1
  255. package/components/Notification/components/NotificationBody.js +1 -1
  256. package/components/Notification/components/NotificationBodyList.js +2 -2
  257. package/components/Notification/components/NotificationClose.js +1 -1
  258. package/components/Notification/components/NotificationFooter.js +1 -1
  259. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  260. package/components/Notification/components/NotificationHeader.js +1 -1
  261. package/components/Notification/components/NotificationIcon.js +1 -1
  262. package/components/Notification/components/NotificationTime.js +1 -1
  263. package/components/NumberField/NumberFieldInput.js +1 -1
  264. package/components/OrderedList/OrderedList.js +7 -7
  265. package/components/OrderedList/OrderedListItem.js +3 -3
  266. package/components/Overlay/Overlay.js +2 -2
  267. package/components/Overlay/OverlayMask.js +2 -2
  268. package/components/Overlay/OverlayPanel.js +2 -2
  269. package/components/Page/Page.js +2 -2
  270. package/components/Page/components/BodyPage.js +12 -12
  271. package/components/Page/components/FooterPage.js +2 -2
  272. package/components/Page/components/HeaderPage.js +2 -2
  273. package/components/Page/index.js +10 -4
  274. package/components/Pagination/components/PaginationExtended.js +6 -6
  275. package/components/Pagination/components/PaginationNavigationButton.js +7 -7
  276. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  277. package/components/Pagination/components/PaginationPageButton.js +2 -2
  278. package/components/Pagination/components/PaginationPageEllipsis.js +6 -6
  279. package/components/Pagination/components/PaginationSelect.js +5 -5
  280. package/components/Pagination/utils/paginationUtils.js +1 -1
  281. package/components/Radio/Radio.js +14 -14
  282. package/components/Radio/RadioXGroup.js +14 -14
  283. package/components/Radio/RadioYGroup.js +9 -9
  284. package/components/Row/Row.js +6 -6
  285. package/components/SMSField/SMSField.js +3 -3
  286. package/components/SMSField/components/RefreshIcon.js +2 -2
  287. package/components/SMSField/components/SMSFieldInput.js +3 -3
  288. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  289. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  290. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  291. package/components/SMSField/index.js +9 -1
  292. package/components/SegmentedControl/SegmentedControl.js +4 -4
  293. package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
  294. package/components/SelectExtendedField/SelectExtendedField.js +10 -10
  295. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  296. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  297. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
  298. package/components/SelectField/SelectField.js +2 -2
  299. package/components/Skeleton/Skeleton.js +10 -10
  300. package/components/SliderExtended/SliderExtended.js +3 -3
  301. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
  302. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  303. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  304. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  305. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
  306. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
  307. package/components/SmallInput/SmallInput.js +5 -5
  308. package/components/Spoiler/Spoiler.js +10 -10
  309. package/components/StatusTracker/StatusTracker.js +16 -12
  310. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  314. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  315. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  316. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  317. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  318. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  319. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  320. package/components/StatusTracker/index.js +21 -5
  321. package/components/Step/Step.js +17 -17
  322. package/components/Stepper/Stepper.js +4 -4
  323. package/components/Stepper/StepperExtended.js +7 -7
  324. package/components/Stepper/StepperStep.js +3 -3
  325. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  326. package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
  327. package/components/Suggest/useSuggest.js +1 -1
  328. package/components/SuggestField/SuggestField.js +2 -2
  329. package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
  330. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  331. package/components/SuggestField/index.js +1 -1
  332. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  333. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  334. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  335. package/components/SuggestField/mobile/index.js +1 -1
  336. package/components/SwipeableArea/SwipeableArea.js +13 -13
  337. package/components/Table/FilterPanel.js +6 -6
  338. package/components/Table/MasterTable.js +26 -22
  339. package/components/Table/NoColumns.js +4 -4
  340. package/components/Table/PaginationPanel.js +5 -5
  341. package/components/Table/TableBasic/TableBasic.js +2 -2
  342. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  343. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  344. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  345. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  346. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  347. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  348. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  349. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  350. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  351. package/components/Table/TableFooter/TableFooter.js +2 -2
  352. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  353. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  354. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  355. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  356. package/components/Table/TabsLinePanel.js +6 -6
  357. package/components/Table/TabsLinePanelLinks.js +8 -8
  358. package/components/Table/index.js +25 -17
  359. package/components/Table/utils.js +1 -1
  360. package/components/Tabs/Tabs.js +22 -22
  361. package/components/TabsExtended/TabsExtended.js +3 -3
  362. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  363. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  364. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  365. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  366. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  367. package/components/TabsExtended/utils.js +1 -1
  368. package/components/TabsLine/TabsLine.js +2 -2
  369. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  370. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  371. package/components/TabsLine/components/TabsLineItem.js +2 -2
  372. package/components/TabsLine/components/TabsLineMobile.js +10 -10
  373. package/components/Tag/Tag.js +20 -20
  374. package/components/TagColor/TagColor.js +14 -14
  375. package/components/TagGroup/TagGroup.js +11 -11
  376. package/components/TextField/TextField.js +1 -1
  377. package/components/TextareaField/TextareaField.js +1 -1
  378. package/components/ThemeProvider/ThemeProvider.js +5 -5
  379. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  380. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  381. package/components/Tooltip/components/common/TooltipLink.js +10 -10
  382. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  383. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  384. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  385. package/components/Tooltip/components/mobile/TooltipMobile.js +10 -10
  386. package/components/TopOverlay/TopOverlay.js +15 -15
  387. package/components/TreeView/TreeView.js +2 -2
  388. package/components/TreeView/components/TreeViewGroup.js +1 -1
  389. package/components/TreeView/components/TreeViewNode.js +2 -2
  390. package/components/TreeView/index.js +10 -0
  391. package/components/Triggers/index.js +5 -0
  392. package/components/Typography/Caption.js +20 -20
  393. package/components/Typography/CodeText.js +8 -8
  394. package/components/Typography/Text.js +20 -20
  395. package/components/Typography/Title.js +15 -15
  396. package/components/Typography/constants.js +1 -1
  397. package/components/UnorderedList/UnorderedList.js +3 -3
  398. package/components/UnorderedList/UnorderedListItem.js +3 -3
  399. package/components/UploadZone/UploadZone.js +3 -3
  400. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  401. package/components/UploadZone/index.js +4 -2
  402. package/components/WindowResizeListener/WindowResizeListener.js +4 -4
  403. package/components/WindowResizeListener/index.js +5 -0
  404. package/components/index.js +632 -572
  405. package/index.d.ts +404 -65
  406. package/index.js +653 -593
  407. package/package.json +21 -1
  408. package/styles/triplex-next.css +538 -538
  409. package/types/index.js +2 -0
  410. package/utils/amountUtils.js +1 -1
  411. package/chunks/AlertProcessSpoiler-vonjWRtY.js +0 -41
  412. package/chunks/Card.module-DLzMeKEe.js +0 -17
  413. package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +0 -15
  414. package/chunks/Chip-C8WEqATD.js +0 -77
  415. package/chunks/Confirm.module-C9UyoM6r.js +0 -15
  416. package/chunks/DropdownMobile.module-D_HYruos.js +0 -23
  417. package/chunks/Footer.module-BijXXNLX.js +0 -9
  418. package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +0 -9
  419. package/chunks/HeaderTabs.module-Yh7VuJr3.js +0 -9
  420. package/chunks/IslandAccordion.module-DXpQN7Ws.js +0 -25
  421. package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +0 -9
  422. package/chunks/IslandWidgetHeader.module-BntNmew_.js +0 -12
  423. package/chunks/LightBoxControls.module-BulvfqYp.js +0 -16
  424. package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +0 -9
  425. package/chunks/ListItemTail.module-lle264d5.js +0 -12
  426. package/chunks/ListMasterFooter.module-ezPsYAZz.js +0 -10
  427. package/chunks/ModalWindow.module-CbeisCTo.js +0 -17
  428. package/chunks/Notification.module-Cdt0qyac.js +0 -20
  429. package/chunks/Overlay.module-s6l_vTfQ.js +0 -18
  430. package/chunks/Page.module-DfXEH6KZ.js +0 -11
  431. package/chunks/SMSField.module-CTGDSJ9H.js +0 -16
  432. package/chunks/SliderExtendedMarks.module-CEd_dK23.js +0 -15
  433. package/chunks/StatusTracker.module-DhavZ4lj.js +0 -24
  434. package/chunks/TableFooter.module-BEbAVyAP.js +0 -14
  435. package/chunks/TabsExtended.module-DvTlvDRg.js +0 -16
  436. package/chunks/TabsLine.module-Dc3Qo19q.js +0 -21
  437. package/chunks/TooltipDesktop.module-CU7dGBwe.js +0 -19
  438. package/chunks/TreeView.module-BYYaw1fa.js +0 -9
  439. package/chunks/utils-8R7OR9DQ.js +0 -24
  440. package/chunks/utils-C0T4qN0O.js +0 -73
  441. package/chunks/utils-C3N8DE_4.js +0 -28
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as t } from "../../../chunks/vendor---Om3uMV.js";
3
- const a = "islandWidgetBody__fd9063ff", e = {
4
- islandWidgetBody: a
5
- }, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(e.islandWidgetBody, s), children: d });
2
+ import { c as t } from "../../../chunks/vendor-DJ6wKpvR.js";
3
+ const e = "islandWidgetBody__9ee33c19", a = {
4
+ islandWidgetBody: e
5
+ }, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(a.islandWidgetBody, s), children: d });
6
6
  l.displayName = "IslandWidgetBody";
7
7
  export {
8
8
  l as IslandWidgetBody
@@ -1,23 +1,23 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { useContext as i, useEffect as d } from "react";
3
- import { c as n } from "../../../chunks/vendor---Om3uMV.js";
3
+ import { c as n } from "../../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
5
5
  import { IslandWidgetLayoutContext as l } from "../IslandWidgetLayoutContext.js";
6
- const m = "islandWidgetExtraFooter__0c065fbc", c = {
6
+ const m = "islandWidgetExtraFooter__b0ec9275", c = {
7
7
  islandWidgetExtraFooter: m
8
- }, f = ({
9
- children: r,
10
- className: e,
8
+ }, E = ({
9
+ children: e,
10
+ className: r,
11
11
  open: t = !1,
12
12
  ...a
13
13
  }) => {
14
14
  const { setHasExtraFooter: s } = i(l);
15
15
  return d(() => {
16
16
  s(t);
17
- }, [t]), /* @__PURE__ */ o("div", { ...a, className: n(e, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: r }) });
17
+ }, [t]), /* @__PURE__ */ o("div", { ...a, className: n(r, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: e }) });
18
18
  };
19
- f.displayName = "IslandWidgetExtraFooter";
19
+ E.displayName = "IslandWidgetExtraFooter";
20
20
  export {
21
- f as IslandWidgetExtraFooter
21
+ E as IslandWidgetExtraFooter
22
22
  };
23
23
  //# sourceMappingURL=IslandWidgetExtraFooter.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor---Om3uMV.js";
3
- import { s as n } from "../../../chunks/IslandWidgetFooter.module-DsHrU6Ao.js";
2
+ import { c as i } from "../../../chunks/vendor-DJ6wKpvR.js";
3
+ import { s as n } from "../../../chunks/IslandWidgetFooter.module-DwWAkCRp.js";
4
4
  import { IslandWidgetFooterContent as d } from "./IslandWidgetFooterContent.js";
5
5
  import { IslandWidgetFooterControls as m } from "./IslandWidgetFooterControls.js";
6
6
  const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ e("div", { ...s, className: i(r, n.islandWidgetFooter), children: t });
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { s } from "../../../chunks/IslandWidgetFooter.module-DsHrU6Ao.js";
2
+ import { s } from "../../../chunks/IslandWidgetFooter.module-DwWAkCRp.js";
3
3
  const n = ({
4
4
  children: t,
5
5
  ...o
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as r } from "../../../chunks/IslandWidgetFooter.module-DsHrU6Ao.js";
2
+ import { s as r } from "../../../chunks/IslandWidgetFooter.module-DwWAkCRp.js";
3
3
  const e = ({
4
4
  children: o,
5
5
  ...s
@@ -1,31 +1,33 @@
1
- import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
- import { useContext as l } from "react";
3
- import { c as a } from "../../../chunks/vendor---Om3uMV.js";
4
- import { s as e } from "../../../chunks/IslandWidgetHeader.module-BntNmew_.js";
5
- import { IslandWidgetHeaderContent as c } from "./IslandWidgetHeaderContent.js";
1
+ import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
+ import { useContext as p } from "react";
3
+ import { c as a } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ import { s as e } from "../../../chunks/IslandWidgetHeader.module-CQebj2O8.js";
5
+ import { IslandWidgetHeaderControls as c } from "./IslandWidgetHeaderControls.js";
6
6
  import { IslandWidgetHeaderDescription as f } from "./IslandWidgetHeaderDescription.js";
7
- import { CaretdownStrokeSrvIcon24 as I } from "@sberbusiness/icons-next";
8
- import { IslandWidgetContext as g } from "../IslandWidgetContext.js";
9
- const t = ({ children: o, className: s, ...i }) => {
10
- const { adaptive: d, disableAdaptiveCollapsing: n, open: p } = l(g);
7
+ import { IslandWidgetHeaderTitle as I } from "./IslandWidgetHeaderTitle.js";
8
+ import { CaretdownStrokeSrvIcon24 as g } from "@sberbusiness/icons-next";
9
+ import { IslandWidgetContext as W } from "../IslandWidgetContext.js";
10
+ const r = ({ children: o, className: i, ...s }) => {
11
+ const { adaptive: d, disableAdaptiveCollapsing: n, open: l } = p(W);
11
12
  return /* @__PURE__ */ m(
12
13
  "div",
13
14
  {
14
- ...i,
15
- className: a(s, e.islandWidgetHeader, {
16
- [e.open]: p
15
+ ...s,
16
+ className: a(i, e.islandWidgetHeader, {
17
+ [e.open]: l
17
18
  }),
18
19
  children: [
19
20
  o,
20
- d && !n && /* @__PURE__ */ r("span", { className: a(e.caretWrapper), children: /* @__PURE__ */ r(I, { className: e.caretIcon, "aria-hidden": "true", paletteIndex: 5 }) })
21
+ d && !n && /* @__PURE__ */ t("span", { className: a(e.caretWrapper), children: /* @__PURE__ */ t(g, { className: e.caretIcon, "aria-hidden": "true", paletteIndex: 5 }) })
21
22
  ]
22
23
  }
23
24
  );
24
25
  };
25
- t.Content = c;
26
- t.Description = f;
27
- t.displayName = "IslandWidgetHeader";
26
+ r.Title = I;
27
+ r.Controls = c;
28
+ r.Description = f;
29
+ r.displayName = "IslandWidgetHeader";
28
30
  export {
29
- t as IslandWidgetHeader
31
+ r as IslandWidgetHeader
30
32
  };
31
33
  //# sourceMappingURL=IslandWidgetHeader.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { c as d } from "../../../chunks/vendor---Om3uMV.js";
3
- import { s as o } from "../../../chunks/IslandWidgetHeader.module-BntNmew_.js";
2
+ import { c as d } from "../../../chunks/vendor-DJ6wKpvR.js";
3
+ import { s as o } from "../../../chunks/IslandWidgetHeader.module-CQebj2O8.js";
4
4
  const n = ({
5
5
  children: e,
6
6
  className: t,
@@ -0,0 +1,18 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ import { c as r } from "../../../chunks/vendor-DJ6wKpvR.js";
3
+ import { s as n } from "../../../chunks/IslandWidgetHeader.module-CQebj2O8.js";
4
+ const d = ({
5
+ children: s,
6
+ className: o,
7
+ ...a
8
+ }) => {
9
+ const e = r(n.islandWidgetHeaderControls, o);
10
+ return /* @__PURE__ */ l("div", { ...a, className: e, onClick: (t) => {
11
+ t.stopPropagation();
12
+ }, children: s });
13
+ };
14
+ d.displayName = "IslandWidgetHeaderControls";
15
+ export {
16
+ d as IslandWidgetHeaderControls
17
+ };
18
+ //# sourceMappingURL=IslandWidgetHeaderControls.js.map
@@ -1,11 +1,26 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { c as a } from "../../../chunks/vendor---Om3uMV.js";
3
- import { s as t } from "../../../chunks/IslandWidgetHeader.module-BntNmew_.js";
2
+ import { c as o } from "../../../chunks/vendor-DJ6wKpvR.js";
3
+ import { s } from "../../../chunks/IslandWidgetHeader.module-CQebj2O8.js";
4
+ import { EFontType as m, ETextSize as p } from "../../Typography/enums.js";
5
+ import "../../Typography/Caption.js";
6
+ import "../../Typography/CodeText.js";
7
+ import { Text as a } from "../../Typography/Text.js";
8
+ import "../../Typography/Title.js";
4
9
  const d = ({
5
- children: s,
6
- className: e,
7
- ...i
8
- }) => /* @__PURE__ */ r("div", { ...i, className: a(t.islandWidgetHeaderDescription, e), children: s });
10
+ children: e,
11
+ className: i,
12
+ ...t
13
+ }) => /* @__PURE__ */ r(
14
+ a,
15
+ {
16
+ tag: "div",
17
+ size: p.B4,
18
+ type: m.SECONDARY,
19
+ ...t,
20
+ className: o(s.islandWidgetHeaderDescription, i),
21
+ children: e
22
+ }
23
+ );
9
24
  d.displayName = "IslandWidgetHeaderDescription";
10
25
  export {
11
26
  d as IslandWidgetHeaderDescription
@@ -0,0 +1,18 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { ETitleSize as m } from "../../Typography/enums.js";
3
+ import "../../Typography/Caption.js";
4
+ import "../../Typography/CodeText.js";
5
+ import "../../Typography/Text.js";
6
+ import { Title as o } from "../../Typography/Title.js";
7
+ import { s } from "../../../chunks/IslandWidgetHeader.module-CQebj2O8.js";
8
+ import { c as a } from "../../../chunks/vendor-DJ6wKpvR.js";
9
+ const l = ({
10
+ children: e,
11
+ className: i,
12
+ ...t
13
+ }) => /* @__PURE__ */ r(o, { size: m.H3, ...t, className: a(s.islandWidgetHeaderTitle, i), children: e });
14
+ l.displayName = "IslandWidgetHeaderTitle";
15
+ export {
16
+ l as IslandWidgetHeaderTitle
17
+ };
18
+ //# sourceMappingURL=IslandWidgetHeaderTitle.js.map
@@ -1,17 +1,17 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import i, { useState as p } from "react";
3
- import { c as l } from "../../../chunks/vendor---Om3uMV.js";
3
+ import { c as l } from "../../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { IslandWidgetLayoutContext as n } from "../IslandWidgetLayoutContext.js";
5
- const W = "islandWidgetWrapper__854c0a52", c = {
5
+ const W = "islandWidgetWrapper__275a405a", m = {
6
6
  islandWidgetWrapper: W
7
- }, m = i.forwardRef(
8
- ({ children: e, className: a, ...t }, s) => {
7
+ }, c = i.forwardRef(
8
+ ({ children: a, className: e, ...t }, s) => {
9
9
  const [o, d] = p(!1);
10
- return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(c.islandWidgetWrapper, a), ...t, ref: s, children: e }) });
10
+ return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper, e), ...t, ref: s, children: a }) });
11
11
  }
12
12
  );
13
- m.displayName = "IslandWidgetWrapper";
13
+ c.displayName = "IslandWidgetWrapper";
14
14
  export {
15
- m as IslandWidgetWrapper
15
+ c as IslandWidgetWrapper
16
16
  };
17
17
  //# sourceMappingURL=IslandWidgetWrapper.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsxs as B, Fragment as V, jsx as o } from "react/jsx-runtime";
2
2
  import { useRef as n, useEffect as f } from "react";
3
- import { c as A, F as D } from "../../chunks/vendor---Om3uMV.js";
4
- import { L as I, s as e } from "../../chunks/LightBoxContent-CpxzDBba.js";
3
+ import { c as A, F as D } from "../../chunks/vendor-DJ6wKpvR.js";
4
+ import { L as I, s as e } from "../../chunks/LightBoxContent-BdM4QdVW.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 T } from "../Portal/Portal.js";
@@ -15,10 +15,10 @@ import { LightBoxLeftSidebar as U } from "./LightBoxSidebars/LightBoxLeftSidebar
15
15
  import { LightBoxRightSidebar as Z } from "./LightBoxSidebars/LightBoxRightSidebar.js";
16
16
  import { ELightBoxSize as G } from "./enums.js";
17
17
  const J = {
18
- "scroll-0": "scroll-0__3d5a8c8c",
19
- "scroll-15": "scroll-15__06b238e9",
20
- "scroll-16": "scroll-16__be1e227f",
21
- "scroll-17": "scroll-17__855a00d7"
18
+ "scroll-0": "scroll-0__3dd08c6a",
19
+ "scroll-15": "scroll-15__c76a636c",
20
+ "scroll-16": "scroll-16__75792650",
21
+ "scroll-17": "scroll-17__9b44bf60"
22
22
  }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
23
23
  children: M,
24
24
  className: v,
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../chunks/vendor---Om3uMV.js";
3
+ import "../../chunks/vendor-DJ6wKpvR.js";
4
4
  import "../WindowResizeListener/WindowResizeListener.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-CpxzDBba.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-BdM4QdVW.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---Om3uMV.js";
3
+ import { c as u } from "../../../chunks/vendor-DJ6wKpvR.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-BulvfqYp.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-CZYk-V6O.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---Om3uMV.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-BulvfqYp.js";
5
+ import { c as e } from "../../../chunks/vendor-DJ6wKpvR.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-CZYk-V6O.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---Om3uMV.js";
3
+ import { c as n } from "../../../chunks/vendor-DJ6wKpvR.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-BulvfqYp.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-CZYk-V6O.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---Om3uMV.js";
3
+ import { c as n } from "../../../chunks/vendor-DJ6wKpvR.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-BulvfqYp.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-CZYk-V6O.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 B, Fragment as X } from "react/jsx-runtime";
2
2
  import { useState as O, useRef as x, useEffect as Y } from "react";
3
- import { c as f, F as z } from "../../../chunks/vendor---Om3uMV.js";
3
+ import { c as f, F as z } from "../../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { OverlayBase as L, 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";
@@ -10,7 +10,7 @@ import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayClose
10
10
  import { MobileView as V } from "../../MobileView/MobileView.js";
11
11
  import { EComponentSize as q } from "../../../enums/EComponentSize.js";
12
12
  import { createSizeToClassNameMap as J } from "../../../utils/classNameMaps.js";
13
- const K = "lightBoxSideOverlayMask__256fce2f", Q = "lightBoxSideOverlayWrapper__805bd18a", Z = "overflowXHidden__9e5b4c5b", $ = "overflowYHidden__c60db848", P = "closing__e8c2b453", ee = "opened__e396fdb4", oe = "lightBoxSideOverlayContent__d39f912e", te = "opening__dc51c24e", ie = "sm__e4234c2b", re = "md__b7934a0d", le = "lg__ca882061", ne = "lightBoxSideOverlay__95966326", e = {
13
+ const K = "lightBoxSideOverlayMask__ab1dd069", Q = "lightBoxSideOverlayWrapper__3c26bbb3", Z = "overflowXHidden__b220104c", $ = "overflowYHidden__feac4695", P = "closing__070c4d41", ee = "opened__a648ba30", oe = "lightBoxSideOverlayContent__818880f6", te = "opening__1d5ad070", ie = "sm__57c7389c", re = "md__2121ebe7", le = "lg__eed1fab0", ne = "lightBoxSideOverlay__7609f5d6", e = {
14
14
  lightBoxSideOverlayMask: K,
15
15
  lightBoxSideOverlayWrapper: Q,
16
16
  overflowXHidden: Z,
@@ -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---Om3uMV.js";
5
+ import { c } from "../../../chunks/vendor-DJ6wKpvR.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-jdGcrQ0Q.js";
10
+ import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-ColwiMcL.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---Om3uMV.js";
2
+ import { c as r } from "../../../chunks/vendor-DJ6wKpvR.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-ColwiMcL.js";
5
5
  import { EButtonTheme as l } from "../../Button/enums.js";
6
6
  import { EComponentSize as s } from "../../../enums/EComponentSize.js";
7
7
  import { Button as a } from "../../Button/Button.js";
@@ -1,18 +1,18 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { useState as s, useRef as l, useEffect as p } from "react";
3
- import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__1c6eaea8", c = {
2
+ import { useState as d, useRef as s, useEffect as l } from "react";
3
+ import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
4
+ const n = "lightBoxSideOverlayLoaderWrapper__349dfa7d", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
- const [t, r] = s(0), e = l(null);
8
- return p(() => {
7
+ const [t, r] = d(0), e = s(null);
8
+ return l(() => {
9
9
  setTimeout(() => {
10
10
  if (e.current) {
11
11
  const o = e.current.getBoundingClientRect();
12
12
  o.top !== t && (o.top > 0 ? r(0) : r(Math.abs(o.top)));
13
13
  }
14
14
  });
15
- }, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(d, { type: "middle", children: a }) });
15
+ }, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(p, { type: "middle", children: a }) });
16
16
  };
17
17
  f.displayName = "LightBoxSideOverlayLoader";
18
18
  export {
@@ -1,34 +1,34 @@
1
1
  import { jsx as b } from "react/jsx-runtime";
2
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__851d5b83", z = "fixed__9b86ae79", E = "hidden__86595903", r = {
3
+ import { c as h } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ const j = "lightBoxLeftSidebar__c631ef15", z = "fixed__c6b5aa9f", E = "hidden__b6dcebc6", r = {
5
5
  lightBoxLeftSidebar: j,
6
6
  fixed: z,
7
7
  hidden: E
8
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);
9
+ ({ children: m, className: L, fixed: B, minVisibleWidth: f = 100, onShow: s, onHide: i, ...g }, p) => {
10
+ const c = o(null);
11
+ R(p, () => c.current);
12
12
  const [v, _] = V(!0), e = o(s), t = o(i);
13
13
  return x(() => {
14
14
  e.current = s, t.current = i;
15
15
  }, [s, i]), x(() => {
16
- const f = n.current;
17
- if (!f) return;
16
+ const d = c.current;
17
+ if (!d) return;
18
18
  const a = new ResizeObserver((S) => {
19
19
  for (const y of S) {
20
- const c = y.contentRect.width > d;
20
+ const n = y.contentRect.width > f;
21
21
  _((I) => {
22
22
  var l, u;
23
- return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
23
+ return n !== I && (n ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), n;
24
24
  });
25
25
  }
26
26
  });
27
- return a.observe(f), () => a.disconnect();
28
- }, [d]), /* @__PURE__ */ b(
27
+ return a.observe(d), () => a.disconnect();
28
+ }, [f]), /* @__PURE__ */ b(
29
29
  "div",
30
30
  {
31
- ref: n,
31
+ ref: c,
32
32
  className: h(L, r.lightBoxLeftSidebar, { [r.fixed]: B }),
33
33
  ...g,
34
34
  children: /* @__PURE__ */ b("div", { className: h(r.lightBoxLeftSidebarInner, { [r.hidden]: !v }), children: m })
@@ -1,26 +1,26 @@
1
1
  import { jsx as h } from "react/jsx-runtime";
2
2
  import { forwardRef as N, useRef as o, useImperativeHandle as L, useState as V, useEffect as b } from "react";
3
- import { c as g } from "../../../chunks/vendor---Om3uMV.js";
4
- const j = "lightBoxRightSidebar__6f4bd721", z = "fixed__9b86ae79", E = "hidden__86595903", r = {
3
+ import { c as g } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ const j = "lightBoxRightSidebar__1da5cac9", z = "fixed__c6b5aa9f", E = "hidden__b6dcebc6", r = {
5
5
  lightBoxRightSidebar: j,
6
6
  fixed: z,
7
7
  hidden: E
8
8
  }, O = N(
9
9
  ({ children: x, className: m, fixed: R, minVisibleWidth: d = 100, onShow: i, onHide: s, ...B }, p) => {
10
- const n = o(null);
11
- L(p, () => n.current);
10
+ const c = o(null);
11
+ L(p, () => c.current);
12
12
  const [v, _] = V(!0), e = o(i), t = o(s);
13
13
  return b(() => {
14
14
  e.current = i, t.current = s;
15
15
  }, [i, s]), b(() => {
16
- const a = n.current;
16
+ const a = c.current;
17
17
  if (!a) return;
18
18
  const l = new ResizeObserver((S) => {
19
19
  for (const y of S) {
20
- const c = y.contentRect.width > d;
20
+ const n = y.contentRect.width > d;
21
21
  _((I) => {
22
22
  var f, u;
23
- return c !== I && (c ? (f = e.current) == null || f.call(e) : (u = t.current) == null || u.call(t)), c;
23
+ return n !== I && (n ? (f = e.current) == null || f.call(e) : (u = t.current) == null || u.call(t)), n;
24
24
  });
25
25
  }
26
26
  });
@@ -28,7 +28,7 @@ const j = "lightBoxRightSidebar__6f4bd721", z = "fixed__9b86ae79", E = "hidden__
28
28
  }, [d]), /* @__PURE__ */ h(
29
29
  "div",
30
30
  {
31
- ref: n,
31
+ ref: c,
32
32
  className: g(m, r.lightBoxRightSidebar, { [r.fixed]: R }),
33
33
  ...B,
34
34
  children: /* @__PURE__ */ h("div", { className: g(r.lightBoxRightSidebarInner, { [r.hidden]: !v }), children: x })
@@ -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---Om3uMV.js";
3
+ import { g as B, i as k, p } from "../../../chunks/vendor-DJ6wKpvR.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,42 +1,42 @@
1
- import { jsx as h, jsxs as t, Fragment as i } from "react/jsx-runtime";
1
+ import { jsx as h, jsxs as e, Fragment as d } from "react/jsx-runtime";
2
2
  import L from "react";
3
- import { c as a } from "../../chunks/vendor---Om3uMV.js";
3
+ import { c as a } from "../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { IconWrapper as F } from "../IconWrapper/IconWrapper.js";
5
- const I = "link__40cdb394", S = "wordWithContent__e97e3bf5", T = "before__015b258e", q = "after__e977473f", e = {
5
+ const I = "link__093dd032", S = "wordWithContent__7bd91c0f", T = "before__1b00c837", q = "after__f764f4b8", t = {
6
6
  link: I,
7
7
  wordWithContent: S,
8
8
  before: T,
9
9
  after: q
10
10
  }, v = L.forwardRef(
11
- ({ children: d, className: N, onBlur: f, onMouseDown: C, contentAfter: s, contentBefore: n, ...W }, u) => {
12
- const c = () => n ? /* @__PURE__ */ t(i, { children: [
11
+ ({ children: i, className: N, onBlur: f, onMouseDown: C, contentAfter: s, contentBefore: n, ...W }, u) => {
12
+ const c = () => n ? /* @__PURE__ */ e(d, { children: [
13
13
  "​",
14
14
  n()
15
15
  ] }) : null, m = () => s ? s() : null, b = (o) => {
16
16
  const r = o.split(" ");
17
17
  if (r.length < 2 || r.length < 3 && n && s) {
18
- const R = a(e.wordWithContent, {
19
- [e.after]: !!s,
20
- [e.before]: !!n
18
+ const R = a(t.wordWithContent, {
19
+ [t.after]: !!s,
20
+ [t.before]: !!n
21
21
  });
22
- return /* @__PURE__ */ t("span", { className: R, children: [
22
+ return /* @__PURE__ */ e("span", { className: R, children: [
23
23
  c(),
24
24
  o,
25
25
  m()
26
26
  ] });
27
27
  }
28
- const l = r[0], p = r[r.length - 1], k = r.slice(1, -1).join(" "), g = a(e.wordWithContent, {
29
- [e.before]: !!n
30
- }), x = n ? /* @__PURE__ */ t("span", { className: g, children: [
28
+ const l = r[0], p = r[r.length - 1], k = r.slice(1, -1).join(" "), g = a(t.wordWithContent, {
29
+ [t.before]: !!n
30
+ }), x = n ? /* @__PURE__ */ e("span", { className: g, children: [
31
31
  c(),
32
32
  l
33
- ] }) : l, y = a(e.wordWithContent, {
34
- [e.after]: !!s
35
- }), j = s ? /* @__PURE__ */ t("span", { className: y, children: [
33
+ ] }) : l, y = a(t.wordWithContent, {
34
+ [t.after]: !!s
35
+ }), j = s ? /* @__PURE__ */ e("span", { className: y, children: [
36
36
  p,
37
37
  m()
38
38
  ] }) : p;
39
- return /* @__PURE__ */ t(i, { children: [
39
+ return /* @__PURE__ */ e(d, { children: [
40
40
  x,
41
41
  " ",
42
42
  k,
@@ -45,21 +45,21 @@ const I = "link__40cdb394", S = "wordWithContent__e97e3bf5", T = "before__015b25
45
45
  ] });
46
46
  }, w = (o) => {
47
47
  const r = n ? n() : null, l = s ? s() : null;
48
- return /* @__PURE__ */ t(i, { children: [
48
+ return /* @__PURE__ */ e(d, { children: [
49
49
  r,
50
50
  o,
51
51
  l
52
52
  ] });
53
- }, _ = n || s ? ((o) => typeof o == "string" ? b(o) : w(o))(d) : d;
53
+ }, _ = n || s ? ((o) => typeof o == "string" ? b(o) : w(o))(i) : i;
54
54
  return /* @__PURE__ */ h(
55
55
  "a",
56
56
  {
57
57
  role: "link",
58
58
  ...W,
59
- className: a(N, e.link),
59
+ className: a(N, t.link),
60
60
  onBlur: f,
61
61
  onMouseDown: C,
62
- "data-tx": "0.28.0",
62
+ "data-tx": "0.29.0",
63
63
  ref: u,
64
64
  children: /* @__PURE__ */ h(F, { displayContents: !0, children: _ })
65
65
  }
@@ -1,15 +1,15 @@
1
- import { jsxs as i, jsx as l } from "react/jsx-runtime";
2
- import a from "react";
3
- import { c as m } from "../../chunks/vendor---Om3uMV.js";
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-DJ6wKpvR.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const d = "list__e8786ac1", p = {
5
+ const d = "list__577498f2", f = {
6
6
  list: d
7
- }, f = a.forwardRef(({ children: s, className: t, loading: o, ...r }, e) => /* @__PURE__ */ i("ul", { className: m(p.list, t), ...r, "data-tx": "0.28.0", ref: e, children: [
7
+ }, p = m.forwardRef(({ children: s, className: t, loading: o, ...r }, i) => /* @__PURE__ */ l("ul", { className: a(f.list, t), ...r, "data-tx": "0.29.0", ref: i, children: [
8
8
  s,
9
- o ? /* @__PURE__ */ l(c, { type: "middle" }) : null
9
+ o ? /* @__PURE__ */ e(c, { type: "middle" }) : null
10
10
  ] }));
11
- f.displayName = "List";
11
+ p.displayName = "List";
12
12
  export {
13
- f as List
13
+ p as List
14
14
  };
15
15
  //# sourceMappingURL=List.js.map