@sberbusiness/triplex-next 0.19.1 → 0.21.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 (426) hide show
  1. package/README.md +61 -23
  2. package/chunks/{AlertProcessSpoiler-CApu9sgV.js → AlertProcessSpoiler-DxZ8QVn2.js} +11 -11
  3. package/chunks/{CalendarViewItem-CCClPe6W.js → CalendarViewItem-D879SDC1.js} +23 -23
  4. package/chunks/Card.module--O3Bx82B.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-Cw3yb-cF.js +15 -0
  6. package/chunks/{Chip-D-F5Ccch.js → Chip-M9mPbBOt.js} +9 -9
  7. package/chunks/Confirm.module-DtBiR4Fo.js +15 -0
  8. package/chunks/{DropdownListItem-B89w0ZP6.js → DropdownListItem-BdLTF7q1.js} +20 -20
  9. package/chunks/DropdownMobile.module-PpB3KA4H.js +23 -0
  10. package/chunks/Footer.module-Z4RIi8JP.js +9 -0
  11. package/chunks/FormFieldInput-C75omt8Y.js +60 -0
  12. package/chunks/HeaderLayoutSidebar.module-BJZj3qz4.js +9 -0
  13. package/chunks/HeaderTabs.module-ykRWLBUI.js +9 -0
  14. package/chunks/{HeaderTitle.module-F927IkdE.js → HeaderTitle.module-Cg-I_NJG.js} +2 -2
  15. package/chunks/IslandAccordion.module-DE-xutGt.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-DpnJPgi0.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-lf-NGWlm.js +12 -0
  18. package/chunks/LightBoxContent-BLPx_Tsf.js +56 -0
  19. package/chunks/LightBoxControls.module-Cbi_wgHX.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js +9 -0
  21. package/chunks/{ListItemControlsButton-CDm9UcL0.js → ListItemControlsButton-0bXNCLYU.js} +9 -9
  22. package/chunks/ListItemTail.module-DFYWneN6.js +12 -0
  23. package/chunks/ListMasterFooter.module-CoXWM3Nq.js +10 -0
  24. package/chunks/ModalWindow.module-DqMffIcE.js +17 -0
  25. package/chunks/Notification.module-CPSD8BYw.js +20 -0
  26. package/chunks/Overlay.module-B5Hl3baB.js +18 -0
  27. package/chunks/Page.module-BbrHHqMK.js +11 -0
  28. package/chunks/{RightBorderArrow-BUP-gfBp.js → RightBorderArrow-1OX8NAL9.js} +11 -11
  29. package/chunks/SMSField.module-CPSjUBD-.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-QNSG8UcN.js +15 -0
  31. package/chunks/SliderExtendedRail-C_1LnK7I.js +40 -0
  32. package/chunks/StatusTracker.module-KkpUE8KY.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-B6hhbNqZ.js → SuggestFieldMobileDropdownHint-DNKfDfM3.js} +4 -4
  34. package/chunks/TableFooter.module-OEvn0oaX.js +14 -0
  35. package/chunks/TabsExtended.module-B3Ti-48x.js +16 -0
  36. package/chunks/TabsLine.module-BgCBcRYT.js +21 -0
  37. package/chunks/TooltipDesktop.module-CC_4-ATz.js +19 -0
  38. package/chunks/TreeView.module-CmGHGs81.js +9 -0
  39. package/chunks/{UploadZoneInput-CCOpTzdI.js → UploadZoneInput-CIib3dEF.js} +3 -3
  40. package/chunks/{constants-BY0--v5J.js → constants-BamiEgAW.js} +7 -7
  41. package/chunks/{utils-CDZhfAbZ.js → utils-Bt-cuXIX.js} +6 -6
  42. package/chunks/utils-C5IWf42V.js +24 -0
  43. package/chunks/{utils-DN-l5mfA.js → utils-d7-rkiPs.js} +6 -6
  44. package/chunks/utils-hbQGLR7K.js +73 -0
  45. package/chunks/{vendor-DE8Zvm0w.js → vendor-DaOifQgP.js} +5330 -5331
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +17 -17
  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 +8 -8
  52. package/components/AmountField/AmountField.js +1 -1
  53. package/components/Avatar/Avatar.js +12 -12
  54. package/components/Badge/Badge.js +15 -15
  55. package/components/Badge/BadgeDot.js +5 -5
  56. package/components/Badge/components/BadgeContent.js +15 -15
  57. package/components/Badge/components/BadgePostfix.js +9 -9
  58. package/components/Badge/components/BadgePrefix.js +2 -2
  59. package/components/Body/Body.js +4 -4
  60. package/components/Button/Button.js +26 -26
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +13 -13
  63. package/components/Button/ButtonDropdownExtended.js +8 -8
  64. package/components/Button/ButtonIcon.js +13 -13
  65. package/components/Calendar/Calendar.js +6 -6
  66. package/components/Calendar/components/CalendarControls.js +1 -1
  67. package/components/Calendar/components/CalendarFooter.js +1 -1
  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 +12 -12
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +2 -2
  81. package/components/Checkbox/Checkbox.js +6 -6
  82. package/components/Checkbox/CheckboxXGroup.js +11 -11
  83. package/components/Checkbox/CheckboxYGroup.js +9 -9
  84. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +18 -10
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +35 -28
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  88. package/components/Chip/Chip.js +2 -2
  89. package/components/Chip/ChipClearButton.js +7 -7
  90. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  91. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +24 -23
  92. package/components/Chip/ChipDropdownArrow.js +6 -6
  93. package/components/Chip/ChipIcon.js +1 -1
  94. package/components/Chip/ChipMultiselect.js +2 -2
  95. package/components/Chip/ChipOptions.js +2 -2
  96. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  97. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  98. package/components/Chip/ChipSort.js +2 -2
  99. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  100. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  102. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  103. package/components/Chip/index.js +1 -1
  104. package/components/ChipGroup/ChipGroup.js +16 -16
  105. package/components/Col/Col.js +135 -135
  106. package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
  107. package/components/Confirm/Confirm.js +2 -2
  108. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  109. package/components/Confirm/components/ConfirmContent.js +2 -2
  110. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  111. package/components/Confirm/components/ConfirmControls.js +2 -2
  112. package/components/Confirm/index.js +4 -2
  113. package/components/DateField/DateField.js +1 -1
  114. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  115. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
  116. package/components/DateRange/DateRange.js +19 -19
  117. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  118. package/components/DesignTokens/DesignTokensCore.js +8 -0
  119. package/components/DesignTokens/components/Pagination.js +2 -5
  120. package/components/DesignTokens/types/DesignTokensTypes.js +2 -0
  121. package/components/Divider/Divider.js +21 -21
  122. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  123. package/components/Dropdown/desktop/DropdownDesktop.js +19 -19
  124. package/components/Dropdown/desktop/DropdownList.js +2 -2
  125. package/components/Dropdown/desktop/DropdownListItem.js +3 -3
  126. package/components/Dropdown/desktop/index.js +1 -1
  127. package/components/Dropdown/index.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  135. package/components/Dropdown/mobile/DropdownMobileList.js +14 -21
  136. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  139. package/components/Ellipsis/Ellipsis.js +6 -6
  140. package/components/ExpandAnimation/ExpandAnimation.js +23 -23
  141. package/components/Footer/Footer.js +1 -1
  142. package/components/Footer/components/FooterDescription.js +2 -2
  143. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  144. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  145. package/components/FormField/FormField.js +61 -59
  146. package/components/FormField/FormFieldContext.js +4 -3
  147. package/components/FormField/components/FormFieldClear.js +2 -2
  148. package/components/FormField/components/FormFieldCounter.js +3 -3
  149. package/components/FormField/components/FormFieldDescription.js +5 -5
  150. package/components/FormField/components/FormFieldInput.js +2 -2
  151. package/components/FormField/components/FormFieldLabel.js +19 -19
  152. package/components/FormField/components/FormFieldMaskedInput.js +9 -9
  153. package/components/FormField/components/FormFieldPostfix.js +9 -9
  154. package/components/FormField/components/FormFieldPrefix.js +8 -8
  155. package/components/FormField/components/FormFieldTarget.js +31 -29
  156. package/components/FormField/components/FormFieldTextarea.js +9 -9
  157. package/components/FormField/index.js +1 -1
  158. package/components/Header/Header.js +1 -1
  159. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  160. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  162. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +10 -10
  163. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  164. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  165. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  166. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  167. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  168. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  169. package/components/HelpBox/HelpBox.js +7 -7
  170. package/components/Island/Island.js +2 -2
  171. package/components/Island/components/IslandBody.js +2 -2
  172. package/components/Island/components/IslandFooter.js +3 -3
  173. package/components/Island/components/IslandHeader.js +3 -3
  174. package/components/Island/utils.js +1 -1
  175. package/components/IslandAccordion/IslandAccordion.js +3 -3
  176. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  177. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  178. package/components/IslandAccordion/components/IslandAccordionItem.js +75 -69
  179. package/components/IslandWidget/IslandWidget.js +18 -18
  180. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  181. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  182. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  183. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  184. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  185. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  187. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  188. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  189. package/components/LightBox/LightBox.js +22 -22
  190. package/components/LightBox/LightBoxContent.js +2 -2
  191. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  192. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  193. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  195. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
  196. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +24 -24
  197. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  199. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  200. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
  201. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  202. package/components/Link/Link.js +30 -30
  203. package/components/List/List.js +9 -9
  204. package/components/List/ListSortable.js +1 -1
  205. package/components/List/components/ListEmptyState.js +4 -4
  206. package/components/List/components/ListItem.js +1 -1
  207. package/components/List/components/ListItemContent.js +3 -3
  208. package/components/List/components/ListItemControls.js +2 -2
  209. package/components/List/components/ListItemControlsButton.js +2 -2
  210. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  211. package/components/List/components/ListItemLoading.js +6 -6
  212. package/components/List/components/ListItemSelectable.js +15 -15
  213. package/components/List/components/ListItemTable.js +6 -6
  214. package/components/List/components/ListItemTailLeft.js +2 -2
  215. package/components/List/components/ListItemTailRight.js +2 -2
  216. package/components/List/components/ListSortableItem.js +10 -10
  217. package/components/List/components/ListSortableItemControls.js +5 -5
  218. package/components/List/components/ListSortableItemTarget.js +2 -2
  219. package/components/List/index.js +1 -1
  220. package/components/ListMaster/ListMaster.js +1 -1
  221. package/components/ListMaster/components/ListMasterBody.js +1 -1
  222. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  223. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  224. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  225. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  226. package/components/ListMaster/components/ListMasterHeader.js +2 -2
  227. package/components/ListMaster/components/SelectionControls.js +7 -7
  228. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  229. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  230. package/components/LoaderScreen/LoaderScreen.js +12 -12
  231. package/components/Marker/Marker.js +2 -2
  232. package/components/Marker/utils.js +1 -1
  233. package/components/MarkerStatus/MarkerStatus.js +7 -7
  234. package/components/ModalWindow/ModalWindow.js +12 -12
  235. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  236. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  237. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  239. package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
  240. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  241. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
  242. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  243. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  244. package/components/Notification/Notification.js +3 -3
  245. package/components/Notification/NotificationGrouped.js +1 -1
  246. package/components/Notification/components/NotificationBody.js +1 -1
  247. package/components/Notification/components/NotificationBodyList.js +2 -2
  248. package/components/Notification/components/NotificationClose.js +1 -1
  249. package/components/Notification/components/NotificationFooter.js +1 -1
  250. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  251. package/components/Notification/components/NotificationHeader.js +1 -1
  252. package/components/Notification/components/NotificationIcon.js +1 -1
  253. package/components/Notification/components/NotificationTime.js +1 -1
  254. package/components/NumberField/NumberFieldInput.js +1 -1
  255. package/components/OrderedList/OrderedList.js +6 -6
  256. package/components/OrderedList/OrderedListItem.js +6 -6
  257. package/components/Overlay/Overlay.js +2 -2
  258. package/components/Overlay/OverlayMask.js +2 -2
  259. package/components/Overlay/OverlayPanel.js +2 -2
  260. package/components/Page/Page.js +2 -2
  261. package/components/Page/components/BodyPage.js +10 -10
  262. package/components/Page/components/FooterPage.js +2 -2
  263. package/components/Page/components/HeaderPage.js +2 -2
  264. package/components/Pagination/components/PaginationExtended.js +6 -6
  265. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  266. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  267. package/components/Pagination/components/PaginationPageButton.js +24 -16
  268. package/components/Pagination/components/PaginationPageEllipsis.js +13 -9
  269. package/components/Pagination/components/PaginationSelect.js +9 -9
  270. package/components/Pagination/utils/paginationUtils.js +1 -1
  271. package/components/Portal/index.js +5 -0
  272. package/components/Radio/Radio.js +12 -12
  273. package/components/Radio/RadioXGroup.js +11 -11
  274. package/components/Radio/RadioYGroup.js +8 -8
  275. package/components/Row/Row.js +5 -5
  276. package/components/SMSField/SMSField.js +3 -3
  277. package/components/SMSField/components/RefreshIcon.js +2 -2
  278. package/components/SMSField/components/SMSFieldInput.js +3 -3
  279. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  280. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  281. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  282. package/components/SegmentedControl/SegmentedControl.js +11 -11
  283. package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
  284. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  286. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +71 -67
  287. package/components/SelectField/SelectField.js +1 -1
  288. package/components/Skeleton/Skeleton.js +8 -8
  289. package/components/SliderExtended/SliderExtended.js +3 -3
  290. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +27 -27
  291. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  292. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  293. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  294. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  295. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
  296. package/components/SmallInput/SmallInput.js +7 -7
  297. package/components/Spoiler/Spoiler.js +18 -18
  298. package/components/StatusTracker/StatusTracker.js +3 -3
  299. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  302. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  309. package/components/Step/Step.js +11 -11
  310. package/components/Stepper/RightBorderArrow.js +1 -1
  311. package/components/Stepper/Stepper.js +2 -2
  312. package/components/Stepper/StepperExtended.js +5 -5
  313. package/components/Stepper/StepperStep.js +3 -3
  314. package/components/Stepper/StepperWrapper.js +3 -3
  315. package/components/Suggest/SuggestMobileDropdownContent.js +20 -19
  316. package/components/Suggest/useSuggest.js +1 -1
  317. package/components/SuggestField/SuggestField.js +2 -2
  318. package/components/SuggestField/desktop/SuggestFieldDesktop.js +141 -137
  319. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +59 -55
  320. package/components/SuggestField/index.js +1 -1
  321. package/components/SuggestField/mobile/SuggestFieldMobile.js +53 -49
  322. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +75 -67
  323. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  324. package/components/SuggestField/mobile/index.js +1 -1
  325. package/components/SwipeableArea/SwipeableArea.js +15 -15
  326. package/components/Table/FilterPanel.js +3 -3
  327. package/components/Table/MasterTable.js +13 -13
  328. package/components/Table/NoColumns.js +4 -4
  329. package/components/Table/PaginationPanel.js +5 -5
  330. package/components/Table/TableBasic/TableBasic.js +2 -2
  331. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  332. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  333. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  334. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  335. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  337. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  338. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  340. package/components/Table/TableFooter/TableFooter.js +2 -2
  341. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  342. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  343. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  345. package/components/Table/TabsLinePanel.js +2 -2
  346. package/components/Table/TabsLinePanelLinks.js +8 -8
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +19 -19
  349. package/components/TabsExtended/TabsExtended.js +3 -3
  350. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  351. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  352. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  353. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  354. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  355. package/components/TabsExtended/utils.js +1 -1
  356. package/components/TabsLine/TabsLine.js +2 -2
  357. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  358. package/components/TabsLine/components/TabsLineDropdown.js +120 -156
  359. package/components/TabsLine/components/TabsLineItem.js +2 -2
  360. package/components/TabsLine/components/TabsLineMobile.js +5 -5
  361. package/components/Tag/Tag.js +33 -33
  362. package/components/TagColor/TagColor.js +21 -19
  363. package/components/TagGroup/TagGroup.js +8 -8
  364. package/components/TextField/TextField.js +1 -1
  365. package/components/TextareaField/TextareaField.js +1 -1
  366. package/components/ThemeProvider/ThemeProvider.js +4 -4
  367. package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
  368. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  369. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  370. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  371. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  372. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  373. package/components/Tooltip/components/mobile/TooltipMobile.js +2 -2
  374. package/components/Tooltip/index.js +13 -5
  375. package/components/TopOverlay/TopOverlay.js +36 -36
  376. package/components/TreeView/TreeView.js +2 -2
  377. package/components/TreeView/components/TreeViewGroup.js +1 -1
  378. package/components/TreeView/components/TreeViewNode.js +2 -2
  379. package/components/Typography/Caption.js +15 -15
  380. package/components/Typography/Text.js +23 -23
  381. package/components/Typography/Title.js +16 -16
  382. package/components/Typography/constants.js +1 -1
  383. package/components/UnorderedList/UnorderedList.js +3 -3
  384. package/components/UnorderedList/UnorderedListItem.js +6 -6
  385. package/components/UploadZone/UploadZone.js +3 -3
  386. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  387. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  388. package/components/index.js +574 -560
  389. package/generated/refTokenTypes.js +1 -1
  390. package/helpers/less/colors.less +2 -0
  391. package/index.d.ts +231 -68
  392. package/index.js +618 -604
  393. package/package.json +5 -1
  394. package/styles/triplex-next.css +547 -546
  395. package/utils/amountUtils.js +1 -1
  396. package/chunks/Card.module-D48lssVF.js +0 -17
  397. package/chunks/CheckboxTreeExtended.module-BLtvkZsi.js +0 -14
  398. package/chunks/Confirm.module-CvrGGvLz.js +0 -15
  399. package/chunks/DropdownMobile.module-CEbQqs2X.js +0 -23
  400. package/chunks/Footer.module-WHmnrQeq.js +0 -9
  401. package/chunks/FormFieldInput-CC-nRhb4.js +0 -60
  402. package/chunks/HeaderLayoutSidebar.module-Cnl-O6HE.js +0 -9
  403. package/chunks/HeaderTabs.module-Nz927HlU.js +0 -9
  404. package/chunks/IslandAccordion.module-CFCDu7K5.js +0 -25
  405. package/chunks/IslandWidgetFooter.module--vNV-XXe.js +0 -9
  406. package/chunks/IslandWidgetHeader.module-BhnBnkZk.js +0 -12
  407. package/chunks/LightBoxContent-CWI11Mkg.js +0 -56
  408. package/chunks/LightBoxControls.module-Kv0-R_GW.js +0 -16
  409. package/chunks/LightBoxSideOverlayClose.module-DGwWDaQC.js +0 -8
  410. package/chunks/ListItemTail.module-DZ2CIKA4.js +0 -12
  411. package/chunks/ListMasterFooter.module-DMTXvddx.js +0 -10
  412. package/chunks/ModalWindow.module-CmKHP-l0.js +0 -17
  413. package/chunks/Notification.module-CtiA4KeZ.js +0 -20
  414. package/chunks/Overlay.module-BKGmOe22.js +0 -18
  415. package/chunks/Page.module-BjtGL1n5.js +0 -11
  416. package/chunks/SMSField.module-BM5o6WPK.js +0 -16
  417. package/chunks/SliderExtendedMarks.module-C4eA55N-.js +0 -15
  418. package/chunks/SliderExtendedRail-BtDNU2QU.js +0 -40
  419. package/chunks/StatusTracker.module-jKCRT7JR.js +0 -24
  420. package/chunks/TableFooter.module-BIxc-uz_.js +0 -14
  421. package/chunks/TabsExtended.module-CWXgdzlB.js +0 -16
  422. package/chunks/TabsLine.module-BQ_DsA4u.js +0 -21
  423. package/chunks/TooltipDesktop.module-DMqxtrmh.js +0 -19
  424. package/chunks/TreeView.module-DwpFo7Sm.js +0 -9
  425. package/chunks/utils-BD4-x_pW.js +0 -24
  426. package/chunks/utils-CIrM2Shg.js +0 -73
@@ -1,10 +1,10 @@
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-DE8Zvm0w.js";
4
- import { L as D, s as e } from "../../chunks/LightBoxContent-CWI11Mkg.js";
5
- import { LightBoxControls as I } from "./LightBoxControls/LightBoxControls.js";
6
- import { LightBoxSideOverlay as R } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
- import { Portal as k } from "../Portal/Portal.js";
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";
5
+ import { LightBoxControls as R } from "./LightBoxControls/LightBoxControls.js";
6
+ import { LightBoxSideOverlay as k } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
+ import { Portal as D } from "../Portal/Portal.js";
8
8
  import { addClassNameWithScrollbarWidth as T } from "../../utils/scroll/scrollbar.js";
9
9
  import { TopOverlay as j } from "../TopOverlay/TopOverlay.js";
10
10
  import { LightBoxViewManager as q } from "./LightBoxViewManager/LightBoxViewManager.js";
@@ -14,13 +14,13 @@ 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__8039ddd3",
18
- "scroll-15": "scroll-15__beac80e4",
19
- "scroll-16": "scroll-16__ee6e0cf9",
20
- "scroll-17": "scroll-17__385256f7"
17
+ "scroll-0": "scroll-0__9c139a5c",
18
+ "scroll-15": "scroll-15__29df9fc7",
19
+ "scroll-16": "scroll-16__4d3535b1",
20
+ "scroll-17": "scroll-17__6d26e78f"
21
21
  }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
22
- children: v,
23
- className: M,
22
+ children: M,
23
+ className: v,
24
24
  focusTrapProps: r,
25
25
  forwardRef: a,
26
26
  mountNode: s,
@@ -33,10 +33,10 @@ const Z = {
33
33
  const l = n(null), u = n(null), { scopeClassName: C } = z(), E = () => {
34
34
  let t = null;
35
35
  return s ? t = s : (t = document.querySelector(`#${p}`), t || (t = document.createElement("div"), t.setAttribute("id", p), document.body.appendChild(t))), t;
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(_()), h = () => {
39
+ }, c = 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(() => {
@@ -45,7 +45,7 @@ const Z = {
45
45
  l.current.style.zIndex = t.toString();
46
46
  }
47
47
  }, [i]);
48
- const w = (t) => {
48
+ const _ = (t) => {
49
49
  u.current = t, a && (a.current = t);
50
50
  }, O = V(
51
51
  C,
@@ -55,17 +55,17 @@ const Z = {
55
55
  [e.lightBoxSideOverlayActive]: !!i,
56
56
  [e.lightBoxTopOverlayActive]: !!y
57
57
  },
58
- M
58
+ v
59
59
  );
60
60
  if (!c.current)
61
61
  return null;
62
- const f = () => /* @__PURE__ */ x("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
62
+ const f = () => /* @__PURE__ */ x("div", { className: O, ref: _, role: "dialog", "aria-modal": "true", ...S, children: [
63
63
  /* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
64
- v,
64
+ M,
65
65
  /* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
66
66
  ] });
67
67
  return /* @__PURE__ */ x(F, { children: [
68
- /* @__PURE__ */ o(k, { container: c.current, children: /* @__PURE__ */ o(
68
+ /* @__PURE__ */ o(D, { container: c.current, children: /* @__PURE__ */ o(
69
69
  W,
70
70
  {
71
71
  fallback: /* @__PURE__ */ o(
@@ -74,7 +74,7 @@ const Z = {
74
74
  active: !m,
75
75
  ...r,
76
76
  focusTrapOptions: {
77
- clickOutsideDeactivates: !0,
77
+ allowOutsideClick: !0,
78
78
  initialFocus: () => $.getFirstInteractionElementByDataAttr(u.current),
79
79
  preventScroll: !0,
80
80
  ...r == null ? void 0 : r.focusTrapOptions
@@ -96,10 +96,10 @@ const Z = {
96
96
  };
97
97
  b.displayName = "LightBoxBase";
98
98
  const at = Object.assign(b, {
99
- Content: D,
100
- SideOverlay: R,
99
+ Content: I,
100
+ SideOverlay: k,
101
101
  TopOverlay: j,
102
- Controls: I,
102
+ Controls: R,
103
103
  LeftSidebar: H,
104
104
  RightSidebar: U
105
105
  });
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../chunks/vendor-DE8Zvm0w.js";
3
+ import "../../chunks/vendor-DaOifQgP.js";
4
4
  import "../WindowResizeListener/WindowResizeListener.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-CWI11Mkg.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-BLPx_Tsf.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-DE8Zvm0w.js";
3
+ import { c as u } from "../../../chunks/vendor-DaOifQgP.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-Kv0-R_GW.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-Cbi_wgHX.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-DE8Zvm0w.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-Kv0-R_GW.js";
5
+ import { c as e } from "../../../chunks/vendor-DaOifQgP.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-Cbi_wgHX.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-DE8Zvm0w.js";
3
+ import { c as n } from "../../../chunks/vendor-DaOifQgP.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-Kv0-R_GW.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-Cbi_wgHX.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-DE8Zvm0w.js";
3
+ import { c as n } from "../../../chunks/vendor-DaOifQgP.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-Kv0-R_GW.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-Cbi_wgHX.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 v, F as Y } from "../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { c as f, F as Y } from "../../../chunks/vendor-DaOifQgP.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__b1728b47", K = "lightBoxSideOverlayWrapper__a3745f2d", Q = "overflowXHidden__829e5242", V = "overflowYHidden__6e227705", Z = "closing__0d160590", $ = "opened__e782f1e2", P = "lightBoxSideOverlayContent__51c351e9", ee = "opening__142e3801", oe = "sm__3a2553ed", te = "md__b9c36307", ie = "lg__b6744dd0", re = "lightBoxSideOverlay__a3361b47", e = {
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 = {
13
13
  lightBoxSideOverlayMask: J,
14
14
  lightBoxSideOverlayWrapper: K,
15
15
  overflowXHidden: Q,
@@ -22,7 +22,7 @@ const J = "lightBoxSideOverlayMask__b1728b47", K = "lightBoxSideOverlayWrapper__
22
22
  md: te,
23
23
  lg: ie,
24
24
  lightBoxSideOverlay: re
25
- }, le = q(e), f = ({
25
+ }, le = q(e), v = ({
26
26
  children: x,
27
27
  className: S,
28
28
  focusTrapProps: l,
@@ -40,18 +40,18 @@ const J = "lightBoxSideOverlayMask__b1728b47", K = "lightBoxSideOverlayWrapper__
40
40
  X(() => {
41
41
  m.current && !o ? (g(!1), d(!0)) : !m.current && o && (d(!1), g(!0)), m.current = o;
42
42
  }, [o]);
43
- const H = (r) => {
44
- const { target: F, currentTarget: W } = r;
45
- F === W && (i ? (d(!1), s == null || s()) : n && (g(!1), c == null || c()));
46
- }, w = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), C = () => /* @__PURE__ */ y(
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()));
46
+ }, C = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ y(
47
47
  "div",
48
48
  {
49
- className: v(e.lightBoxSideOverlayContent, {
49
+ className: f(e.lightBoxSideOverlayContent, {
50
50
  [e.closing]: i,
51
51
  [e.opening]: n,
52
52
  [e.opened]: o
53
53
  }),
54
- onTransitionEnd: H,
54
+ onTransitionEnd: w,
55
55
  ref: p,
56
56
  children: [
57
57
  x,
@@ -59,22 +59,22 @@ const J = "lightBoxSideOverlayMask__b1728b47", K = "lightBoxSideOverlayWrapper__
59
59
  ]
60
60
  }
61
61
  ), N = () => {
62
- }, b = v(S, e.lightBoxSideOverlayWrapper, le[M], {
62
+ }, E = f(S, e.lightBoxSideOverlayWrapper, le[M], {
63
63
  [e.closing]: i,
64
64
  [e.opened]: o,
65
65
  [e.overflowXHidden]: !!h || !!a,
66
66
  [e.overflowYHidden]: !!h || !!a || !!u
67
- }), D = (r) => /* @__PURE__ */ y(T, { children: [
68
- w(r),
69
- C()
70
- ] }), E = /* @__PURE__ */ t(
67
+ }), F = (r) => /* @__PURE__ */ y(T, { children: [
68
+ C(r),
69
+ H()
70
+ ] }), D = /* @__PURE__ */ t(
71
71
  "div",
72
72
  {
73
- className: v(e.lightBoxSideOverlay, {
73
+ className: f(e.lightBoxSideOverlay, {
74
74
  [e.closing]: i,
75
75
  [e.opening]: n
76
76
  }),
77
- children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: N, children: D })
77
+ children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: N, children: F })
78
78
  }
79
79
  );
80
80
  return /* @__PURE__ */ t(
@@ -83,19 +83,19 @@ const J = "lightBoxSideOverlayMask__b1728b47", K = "lightBoxSideOverlayWrapper__
83
83
  active: o && !n && !i,
84
84
  ...l,
85
85
  focusTrapOptions: {
86
- clickOutsideDeactivates: !0,
86
+ allowOutsideClick: !0,
87
87
  initialFocus: () => I.getFirstInteractionElementByDataAttr(p.current),
88
88
  preventScroll: !0,
89
89
  ...l == null ? void 0 : l.focusTrapOptions
90
90
  },
91
- children: /* @__PURE__ */ t("div", { className: b, role: "dialog", "aria-modal": "true", ...k, children: E })
91
+ children: /* @__PURE__ */ t("div", { className: E, role: "dialog", "aria-modal": "true", ...k, children: D })
92
92
  }
93
93
  );
94
94
  };
95
- f.displayName = "LightBoxSideOverlay";
96
- f.CloseDesktop = G;
97
- f.CloseMobile = A;
95
+ v.displayName = "LightBoxSideOverlay";
96
+ v.CloseDesktop = G;
97
+ v.CloseMobile = A;
98
98
  export {
99
- f as LightBoxSideOverlay
99
+ v as LightBoxSideOverlay
100
100
  };
101
101
  //# sourceMappingURL=LightBoxSideOverlay.js.map
@@ -1,35 +1,35 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { useRef as s } from "react";
3
- import { TriggerClickOnKeyDownEvent as n } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
4
- import { EVENT_KEY_CODES as l } from "../../../utils/keyboard.js";
5
- import { c as p } from "../../../chunks/vendor-DE8Zvm0w.js";
6
- import { CrossStrokeSrvIcon32 as f } from "@sberbusiness/icons-next";
7
- import { EButtonTheme as a } from "../../Button/enums.js";
8
- import { EComponentSize as c } from "../../../enums/EComponentSize.js";
9
- import { Button as d } from "../../Button/Button.js";
10
- import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-DGwWDaQC.js";
11
- const C = ({
12
- className: r,
13
- clickByEsc: m,
14
- ...i
2
+ import { useRef as l } from "react";
3
+ import { TriggerClickOnKeyDownEvent as a } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
4
+ import { EVENT_KEY_CODES as p } from "../../../utils/keyboard.js";
5
+ import { c } from "../../../chunks/vendor-DaOifQgP.js";
6
+ import { CrossStrokeSrvIcon32 as d } from "@sberbusiness/icons-next";
7
+ import { EButtonTheme as f } from "../../Button/enums.js";
8
+ import { EComponentSize as C } from "../../../enums/EComponentSize.js";
9
+ import { Button as u } from "../../Button/Button.js";
10
+ import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js";
11
+ const E = ({
12
+ className: i,
13
+ clickByEsc: s,
14
+ ...n
15
15
  }) => {
16
- const o = s(null), t = () => /* @__PURE__ */ e(
17
- d,
16
+ const o = l(null), t = () => /* @__PURE__ */ e(
17
+ u,
18
18
  {
19
19
  "data-exclude-modal-focus": !0,
20
- className: p(r, u.lightBoxSideOverlayCloseDesktop),
20
+ className: c(i, r.lightBoxSideOverlayCloseDesktop),
21
21
  title: "Закрыть",
22
- ...i,
22
+ ...n,
23
23
  ref: o,
24
- icon: /* @__PURE__ */ e(f, { paletteIndex: 0 }),
25
- size: c.LG,
26
- theme: a.SECONDARY_LIGHT
24
+ icon: /* @__PURE__ */ e(d, { paletteIndex: 0 }),
25
+ size: C.LG,
26
+ theme: f.SECONDARY_LIGHT
27
27
  }
28
- );
29
- return m ? /* @__PURE__ */ e(n, { eventKeyCode: l.ESCAPE, targetRef: o, children: t() }) : t();
28
+ ), m = () => s ? /* @__PURE__ */ e(a, { eventKeyCode: p.ESCAPE, targetRef: o, children: t() }) : t();
29
+ return /* @__PURE__ */ e("div", { className: r.lightBoxSideOverlayCloseDesktopContainer, children: m() });
30
30
  };
31
- C.displayName = "LightBoxSideOverlayCloseDesktop";
31
+ E.displayName = "LightBoxSideOverlayCloseDesktop";
32
32
  export {
33
- C as LightBoxSideOverlayCloseDesktop
33
+ E as LightBoxSideOverlayCloseDesktop
34
34
  };
35
35
  //# sourceMappingURL=LightBoxSideOverlayCloseDesktop.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as r } from "../../../chunks/vendor-DE8Zvm0w.js";
2
+ import { c as r } from "../../../chunks/vendor-DaOifQgP.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-DGwWDaQC.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.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__421f4c6f", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__14af5936", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
7
  const [t, r] = s(0), e = l(null);
@@ -1,15 +1,15 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-DE8Zvm0w.js";
3
- const r = "lightBoxLeftSidebar__ddaf10fa", x = "fixed__f19c1242", s = "lightBoxLeftSidebarInner__70caadaf", e = {
4
- lightBoxLeftSidebar: r,
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
5
  fixed: x,
6
6
  lightBoxLeftSidebarInner: s
7
7
  }, l = ({
8
8
  children: t,
9
9
  className: a,
10
- fixed: d,
11
- ...f
12
- }) => /* @__PURE__ */ i("div", { className: o(a, e.lightBoxLeftSidebar, { [e.fixed]: d }), ...f, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
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
13
  l.displayName = "LightBoxLeftSidebar";
14
14
  export {
15
15
  l as LightBoxLeftSidebar
@@ -1,17 +1,17 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-DE8Zvm0w.js";
3
- const r = "lightBoxRightSidebar__9d414d3b", a = "fixed__f19c1242", x = "lightBoxRightSidebarInner__4a326eba", i = {
2
+ import { c as o } from "../../../chunks/vendor-DaOifQgP.js";
3
+ const r = "lightBoxRightSidebar__63e7de6d", a = "fixed__3fa7bb74", x = "lightBoxRightSidebarInner__40bbb0c7", i = {
4
4
  lightBoxRightSidebar: r,
5
5
  fixed: a,
6
6
  lightBoxRightSidebarInner: x
7
- }, s = ({
7
+ }, b = ({
8
8
  children: e,
9
9
  className: h,
10
10
  fixed: d,
11
11
  ...g
12
12
  }) => /* @__PURE__ */ t("div", { className: o(h, i.lightBoxRightSidebar, { [i.fixed]: d }), ...g, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
13
- s.displayName = "LightBoxRightSidebar";
13
+ b.displayName = "LightBoxRightSidebar";
14
14
  export {
15
- s as LightBoxRightSidebar
15
+ b as LightBoxRightSidebar
16
16
  };
17
17
  //# sourceMappingURL=LightBoxRightSidebar.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as r, jsxs as N } from "react/jsx-runtime";
2
2
  import { useState as m, useRef as L, useCallback as n, useLayoutEffect as c } from "react";
3
- import { a as B, i as k, h as p } from "../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { g as B, i as k, p } from "../../../chunks/vendor-DaOifQgP.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,66 +1,66 @@
1
- import { jsx as R, jsxs as t, Fragment as i } from "react/jsx-runtime";
1
+ import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
2
2
  import L from "react";
3
- import { c as a } from "../../chunks/vendor-DE8Zvm0w.js";
4
- const v = "link__38c2c46e", F = "wordWithContent__4b3228bb", S = "before__ebc9e6f4", T = "after__f2e61bc5", r = {
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 = {
5
5
  link: v,
6
6
  wordWithContent: F,
7
7
  before: S,
8
8
  after: T
9
9
  }, q = L.forwardRef(
10
- ({ children: c, className: N, onBlur: b, onMouseDown: p, contentAfter: s, contentBefore: o, ...f }, C) => {
11
- const d = () => o ? /* @__PURE__ */ t(i, { children: [
10
+ ({ children: i, className: N, onBlur: f, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, W) => {
11
+ const c = () => o ? /* @__PURE__ */ t(d, { children: [
12
12
  "​",
13
13
  o()
14
- ] }) : null, m = () => s ? s() : null, W = (n) => {
15
- const e = n.split(" ");
16
- if (e.length < 2 || e.length < 3 && o && s) {
17
- const y = a(r.wordWithContent, {
18
- [r.after]: !!s,
19
- [r.before]: !!o
14
+ ] }) : null, m = () => s ? s() : null, u = (n) => {
15
+ const r = n.split(" ");
16
+ if (r.length < 2 || r.length < 3 && o && s) {
17
+ const y = a(e.wordWithContent, {
18
+ [e.after]: !!s,
19
+ [e.before]: !!o
20
20
  });
21
21
  return /* @__PURE__ */ t("span", { className: y, children: [
22
- d(),
22
+ c(),
23
23
  n,
24
24
  m()
25
25
  ] });
26
26
  }
27
- const l = e[0], h = e[e.length - 1], _ = e.slice(1, -1).join(" "), k = a(r.wordWithContent, {
28
- [r.before]: !!o
27
+ const l = r[0], h = r[r.length - 1], b = r.slice(1, -1).join(" "), k = a(e.wordWithContent, {
28
+ [e.before]: !!o
29
29
  }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
30
- d(),
30
+ c(),
31
31
  l
32
- ] }) : l, x = a(r.wordWithContent, {
33
- [r.after]: !!s
32
+ ] }) : l, x = a(e.wordWithContent, {
33
+ [e.after]: !!s
34
34
  }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
35
35
  h,
36
36
  m()
37
37
  ] }) : h;
38
- return /* @__PURE__ */ t(i, { children: [
38
+ return /* @__PURE__ */ t(d, { children: [
39
39
  g,
40
40
  " ",
41
- _,
41
+ b,
42
42
  " ",
43
43
  j
44
44
  ] });
45
- }, u = (n) => {
46
- const e = o ? o() : null, l = s ? s() : null;
47
- return /* @__PURE__ */ t(i, { children: [
48
- e,
45
+ }, w = (n) => {
46
+ const r = o ? o() : null, l = s ? s() : null;
47
+ return /* @__PURE__ */ t(d, { children: [
48
+ r,
49
49
  n,
50
50
  l
51
51
  ] });
52
- }, w = o || s ? ((n) => typeof n == "string" ? W(n) : u(n))(c) : c;
52
+ }, _ = o || s ? ((n) => typeof n == "string" ? u(n) : w(n))(i) : i;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
56
56
  role: "link",
57
- ...f,
58
- className: a(N, r.link, "hoverable"),
59
- onBlur: b,
57
+ ...C,
58
+ className: a(N, e.link, "hoverable"),
59
+ onBlur: f,
60
60
  onMouseDown: p,
61
- "data-tx": "0.19.1",
62
- ref: C,
63
- children: w
61
+ "data-tx": "0.21.0",
62
+ ref: W,
63
+ children: _
64
64
  }
65
65
  );
66
66
  }
@@ -1,15 +1,15 @@
1
- import { jsxs as e, jsx as i } from "react/jsx-runtime";
2
- import a from "react";
3
- import { c as m } from "../../chunks/vendor-DE8Zvm0w.js";
4
- import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__dd1fef03", d = {
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
6
  list: f
7
- }, p = a.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ e("ul", { className: m(d.list, t), ...o, "data-tx": "0.19.1", ref: r, children: [
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: [
8
8
  s,
9
- l ? /* @__PURE__ */ i(c, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ i(m, { type: "small" }) : null
10
10
  ] }));
11
- p.displayName = "List";
11
+ d.displayName = "List";
12
12
  export {
13
- p as List
13
+ d as List
14
14
  };
15
15
  //# sourceMappingURL=List.js.map
@@ -3,7 +3,7 @@ var p = (t, e, r) => e in t ? x(t, e, { enumerable: !0, configurable: !0, writab
3
3
  var o = (t, e, r) => p(t, typeof e != "symbol" ? e + "" : e, r);
4
4
  import { jsx as d } from "react/jsx-runtime";
5
5
  import E from "react";
6
- import { b, d as f, D as M, M as T, r as D, e as L, S as w, v as y, f as I, T as C, g as H } from "../../chunks/vendor-DE8Zvm0w.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-DaOifQgP.js";
7
7
  import { List as N } from "./List.js";
8
8
  class u extends H {
9
9
  }
@@ -1,10 +1,10 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-DE8Zvm0w.js";
4
- const p = "listEmptyState__b2ceb81d", r = {
3
+ import { c as o } from "../../../chunks/vendor-DaOifQgP.js";
4
+ const p = "listEmptyState__332cd122", r = {
5
5
  listEmptyState: p
6
6
  }, c = i.forwardRef(
7
- ({ children: t, className: s, ...m }, e) => /* @__PURE__ */ a("div", { className: o(r.listEmptyState, s), ...m, ref: e, children: t })
7
+ ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(r.listEmptyState, s), ...m, ref: a, children: t })
8
8
  );
9
9
  c.displayName = "ListItemEmpty";
10
10
  export {
@@ -3,7 +3,7 @@ import a, { useState as d } from "react";
3
3
  import { ListItemContext as l } from "./ListItemContext.js";
4
4
  const c = a.forwardRef(({ children: e, className: r, ...o }, s) => {
5
5
  const [i, m] = d(!1);
6
- return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.19.1", 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.21.0", ref: s, children: e }) });
7
7
  });
8
8
  c.displayName = "ListItem";
9
9
  export {
@@ -1,8 +1,8 @@
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-DE8Zvm0w.js";
3
+ import { c as r } from "../../../chunks/vendor-DaOifQgP.js";
4
4
  import { ListItemContext as d } from "./ListItemContext.js";
5
- const a = "listItemContent__72d910ee", f = "selected__f21ec5ff", t = {
5
+ const a = "listItemContent__9bf15d13", f = "selected__15e4f0b2", t = {
6
6
  listItemContent: a,
7
7
  selected: f
8
8
  }, C = i.forwardRef(
@@ -13,7 +13,7 @@ const a = "listItemContent__72d910ee", f = "selected__f21ec5ff", t = {
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "0.19.1",
16
+ "data-tx": "0.21.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
4
- const i = "listItemControls__7f6faebd", n = {
3
+ import { c as e } from "../../../chunks/vendor-DaOifQgP.js";
4
+ const i = "listItemControls__d35ba737", n = {
5
5
  listItemControls: i
6
6
  }, a = m.forwardRef(
7
7
  ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, children: t })
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../chunks/vendor-DE8Zvm0w.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-CDm9UcL0.js";
3
+ import "../../../chunks/vendor-DaOifQgP.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-0bXNCLYU.js";
5
5
  import "../../Typography/enums.js";
6
6
  import "../../Typography/Text.js";
7
7
  export {