@sberbusiness/triplex-next 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (379) hide show
  1. package/chunks/{AlertProcessSpoiler-BCXIqVd5.js → AlertProcessSpoiler-Dq0fm-3a.js} +13 -13
  2. package/chunks/{CalendarViewItem-CHiqUGxF.js → CalendarViewItem-BoFDPLNT.js} +2 -2
  3. package/chunks/Card.module-xUBtHcBW.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-CzX04UVi.js +11 -0
  5. package/chunks/{Chip-yWyfl_o2.js → Chip-C91-I9zb.js} +9 -9
  6. package/chunks/Confirm.module-yvrei2lL.js +15 -0
  7. package/chunks/{DropdownListItem-DgEkMGvB.js → DropdownListItem-PbfrmOZJ.js} +13 -13
  8. package/chunks/DropdownMobile.module-CvDbPL9W.js +21 -0
  9. package/chunks/Footer.module-Kij9_qbS.js +9 -0
  10. package/chunks/{FormFieldInput-BBhoiftf.js → FormFieldInput-BL8yYnKo.js} +12 -12
  11. package/chunks/HeaderLayoutSidebar.module-CPvbS61i.js +9 -0
  12. package/chunks/HeaderTabs.module-xhlfJ1R9.js +9 -0
  13. package/chunks/{HeaderTitle.module-CBMLSjn-.js → HeaderTitle.module-29jwPQr2.js} +2 -2
  14. package/chunks/IslandAccordion.module-C7SBNJJJ.js +26 -0
  15. package/chunks/{LightBoxContent-BjsBFl6W.js → LightBoxContent-D9VFXK17.js} +8 -8
  16. package/chunks/LightBoxControls.module-C76N_yWS.js +16 -0
  17. package/chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js +8 -0
  18. package/chunks/{ListItemControlsButton-CueYzEGM.js → ListItemControlsButton-DnuVSFV7.js} +6 -6
  19. package/chunks/ListItemTail.module-DE8OWHba.js +12 -0
  20. package/chunks/ListMasterFooter.module-FTLh0QAQ.js +10 -0
  21. package/chunks/ModalWindow.module-C7N9wjxW.js +17 -0
  22. package/chunks/Notification.module-ByRBfuR2.js +21 -0
  23. package/chunks/Overlay.module-EIMAbb4c.js +18 -0
  24. package/chunks/Page.module-BokYwJr5.js +12 -0
  25. package/chunks/{RightBorderArrow-rROpeCX0.js → RightBorderArrow-esMRIv7g.js} +17 -17
  26. package/chunks/SMSInput.module-5r7uaeim.js +16 -0
  27. package/chunks/SliderExtendedMarks.module-D1DTVGpV.js +15 -0
  28. package/chunks/SliderExtendedRail-Ck23Ui6E.js +40 -0
  29. package/chunks/StatusTracker.module-D1-siBfk.js +24 -0
  30. package/chunks/{SuggestFieldMobileDropdownHint-Bh4smUeN.js → SuggestFieldMobileDropdownHint-CpoZIQ7a.js} +2 -2
  31. package/chunks/TableFooter.module-D8h1OLCP.js +14 -0
  32. package/chunks/TabsExtended.module-Dvvx9orv.js +16 -0
  33. package/chunks/TabsLine.module-BW1667el.js +23 -0
  34. package/chunks/TooltipDesktop.module-E3qNKUvc.js +19 -0
  35. package/chunks/{TooltipMobileCloseButton-BUyQFHWX.js → TooltipMobileCloseButton-Bdw8P_WT.js} +6 -6
  36. package/chunks/TreeView.module-CKfLtgeC.js +9 -0
  37. package/chunks/{UploadZoneInput-CjsECm07.js → UploadZoneInput-Cr1wEu6A.js} +5 -5
  38. package/chunks/{utils-Cb3psf0n.js → utils-BGuB8cgl.js} +17 -17
  39. package/chunks/{utils-vwCIbf0H.js → utils-BJhZJ9SO.js} +7 -7
  40. package/chunks/utils-DpVkLh52.js +20 -0
  41. package/chunks/{utils-D-KMukhm.js → utils-GixgRYNn.js} +8 -8
  42. package/chunks/utils-PII_juCp.js +36 -0
  43. package/components/Alert/AlertContext/AlertContext.js +8 -8
  44. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  45. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  46. package/components/Amount/Amount.js +2 -2
  47. package/components/AmountField/AmountField.js +2 -2
  48. package/components/Body/Body.js +10 -10
  49. package/components/Button/Button.js +24 -24
  50. package/components/Button/ButtonBase.js +1 -1
  51. package/components/Button/ButtonDropdown.js +13 -13
  52. package/components/Button/ButtonDropdownExtended.js +4 -4
  53. package/components/Button/ButtonIcon.js +8 -8
  54. package/components/Calendar/Calendar.js +2 -2
  55. package/components/Calendar/components/CalendarControls.js +4 -5
  56. package/components/Calendar/components/CalendarFooter.js +4 -4
  57. package/components/Calendar/components/CalendarViewDays.js +1 -1
  58. package/components/Calendar/components/CalendarViewItem.js +1 -1
  59. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  60. package/components/Calendar/components/CalendarViewYears.js +1 -1
  61. package/components/Card/CardAction.js +15 -15
  62. package/components/Card/CardStatic.js +2 -2
  63. package/components/Card/components/CardContent/CardContent.js +1 -1
  64. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  65. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  66. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  67. package/components/Card/components/CardMedia.js +1 -1
  68. package/components/Card/utils.js +1 -1
  69. package/components/CarouselExtended/CarouselExtended.js +6 -6
  70. package/components/Checkbox/Checkbox.js +2 -2
  71. package/components/Checkbox/CheckboxXGroup.js +14 -14
  72. package/components/Checkbox/CheckboxYGroup.js +3 -3
  73. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  74. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  75. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  76. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  77. package/components/Chip/Chip.js +1 -1
  78. package/components/Chip/ChipClearButton.js +6 -6
  79. package/components/Chip/ChipDropdownArrow.js +1 -1
  80. package/components/Chip/ChipIcon.js +1 -1
  81. package/components/Chip/ChipMultiselect.js +1 -1
  82. package/components/Chip/ChipOptions.js +10 -10
  83. package/components/Chip/ChipSelect.js +1 -1
  84. package/components/Chip/ChipSort.js +1 -1
  85. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  86. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  87. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  88. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  89. package/components/Chip/index.js +1 -1
  90. package/components/ChipGroup/ChipGroup.js +12 -12
  91. package/components/Col/Col.js +130 -130
  92. package/components/CollapsableTree/components/CollapsableTreeNode.js +13 -13
  93. package/components/Confirm/Confirm.js +1 -1
  94. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  95. package/components/Confirm/components/ConfirmContent.js +1 -1
  96. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  97. package/components/Confirm/components/ConfirmControls.js +1 -1
  98. package/components/DateField/DateField.js +1 -1
  99. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  100. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  101. package/components/DateRange/DateRange.js +21 -21
  102. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  103. package/components/Divider/Divider.js +17 -17
  104. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  105. package/components/Dropdown/desktop/DropdownDesktop.js +5 -5
  106. package/components/Dropdown/desktop/DropdownList.js +1 -1
  107. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  108. package/components/Dropdown/desktop/index.js +1 -1
  109. package/components/Dropdown/index.js +1 -1
  110. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  111. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  112. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  113. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  114. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  115. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  116. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  117. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  118. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  119. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  121. package/components/Ellipsis/Ellipsis.js +12 -12
  122. package/components/ExpandAnimation/ExpandAnimation.js +15 -15
  123. package/components/Footer/Footer.js +1 -1
  124. package/components/Footer/components/FooterDescription.js +1 -1
  125. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  126. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  127. package/components/FormField/FormField.js +21 -21
  128. package/components/FormField/components/FormFieldClear.js +11 -11
  129. package/components/FormField/components/FormFieldCounter.js +5 -5
  130. package/components/FormField/components/FormFieldDescription.js +4 -4
  131. package/components/FormField/components/FormFieldInput.js +1 -1
  132. package/components/FormField/components/FormFieldLabel.js +4 -4
  133. package/components/FormField/components/FormFieldMaskedInput.js +10 -10
  134. package/components/FormField/components/FormFieldPostfix.js +5 -5
  135. package/components/FormField/components/FormFieldPrefix.js +7 -7
  136. package/components/FormField/components/FormFieldTarget.js +4 -4
  137. package/components/FormField/components/FormFieldTextarea.js +15 -15
  138. package/components/FormField/index.js +1 -1
  139. package/components/Header/Header.js +1 -1
  140. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  141. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  142. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  143. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
  144. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  145. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  146. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  147. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  148. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  149. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  150. package/components/HelpBox/HelpBox.js +17 -17
  151. package/components/Island/Island.js +1 -1
  152. package/components/Island/components/IslandBody.js +4 -4
  153. package/components/Island/components/IslandFooter.js +3 -3
  154. package/components/Island/components/IslandHeader.js +1 -1
  155. package/components/Island/utils.js +1 -1
  156. package/components/IslandAccordion/IslandAccordion.js +2 -2
  157. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  158. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  159. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  160. package/components/LightBox/LightBox.js +13 -13
  161. package/components/LightBox/LightBoxContent.js +1 -1
  162. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  163. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  164. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  165. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  166. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +10 -10
  167. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  168. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  169. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  170. package/components/Link/Link.js +11 -11
  171. package/components/List/List.js +5 -5
  172. package/components/List/components/ListEmptyState.js +5 -5
  173. package/components/List/components/ListItem.js +1 -1
  174. package/components/List/components/ListItemContent.js +5 -5
  175. package/components/List/components/ListItemControls.js +1 -1
  176. package/components/List/components/ListItemControlsButton.js +1 -1
  177. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  178. package/components/List/components/ListItemLoading.js +1 -1
  179. package/components/List/components/ListItemSelectable.js +5 -5
  180. package/components/List/components/ListItemTable.js +3 -3
  181. package/components/List/components/ListItemTailLeft.js +1 -1
  182. package/components/List/components/ListItemTailRight.js +1 -1
  183. package/components/List/components/ListSortableItem.js +4 -4
  184. package/components/List/components/ListSortableItemControls.js +5 -5
  185. package/components/List/components/ListSortableItemTarget.js +4 -4
  186. package/components/List/index.js +1 -1
  187. package/components/ListMaster/ListMaster.js +1 -1
  188. package/components/ListMaster/components/ListMasterBody.js +1 -1
  189. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  190. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  191. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  192. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  193. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  194. package/components/ListMaster/components/SelectionControls.js +5 -5
  195. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  196. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  197. package/components/LoaderScreen/LoaderScreen.js +8 -8
  198. package/components/Marker/Marker.js +1 -1
  199. package/components/Marker/utils.js +1 -1
  200. package/components/MarkerStatus/MarkerStatus.js +14 -14
  201. package/components/ModalWindow/ModalWindow.js +1 -1
  202. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  203. package/components/ModalWindow/components/ModalWindowClose.js +3 -3
  204. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  205. package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
  206. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  207. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
  208. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  209. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  210. package/components/Notification/Notification.js +2 -2
  211. package/components/Notification/NotificationGrouped.js +1 -1
  212. package/components/Notification/components/NotificationBody.js +1 -1
  213. package/components/Notification/components/NotificationBodyContent.js +1 -1
  214. package/components/Notification/components/NotificationBodyList.js +1 -1
  215. package/components/Notification/components/NotificationClose.js +1 -1
  216. package/components/Notification/components/NotificationFooter.js +1 -1
  217. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  218. package/components/Notification/components/NotificationHeader.js +1 -1
  219. package/components/Notification/components/NotificationIcon.js +1 -1
  220. package/components/Notification/components/NotificationTime.js +1 -1
  221. package/components/NumberField/NumberFieldInput.js +1 -1
  222. package/components/OrderedList/OrderedList.js +6 -6
  223. package/components/OrderedList/OrderedListItem.js +9 -9
  224. package/components/Overlay/Overlay.js +1 -1
  225. package/components/Overlay/OverlayMask.js +1 -1
  226. package/components/Overlay/OverlayPanel.js +1 -1
  227. package/components/Page/Page.js +1 -1
  228. package/components/Page/components/BodyPage.js +1 -1
  229. package/components/Page/components/FooterPage.js +1 -1
  230. package/components/Page/components/HeaderPage.js +1 -1
  231. package/components/Pagination/components/PaginationExtended.js +2 -2
  232. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  233. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  234. package/components/Pagination/components/PaginationPageButton.js +1 -1
  235. package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
  236. package/components/Pagination/components/PaginationSelect.js +7 -7
  237. package/components/Radio/Radio.js +6 -6
  238. package/components/Radio/RadioXGroup.js +14 -14
  239. package/components/Radio/RadioYGroup.js +7 -7
  240. package/components/Row/Row.js +6 -6
  241. package/components/SMSInput/SMSInput.js +2 -2
  242. package/components/SMSInput/components/RefreshIcon.js +1 -1
  243. package/components/SMSInput/components/SMSInputInput.js +2 -2
  244. package/components/SMSInput/components/SMSInputRefresh.js +1 -1
  245. package/components/SMSInput/components/SMSInputSubmit.js +1 -1
  246. package/components/SegmentedControl/SegmentedControl.js +6 -6
  247. package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
  248. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  249. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  250. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
  251. package/components/Skeleton/Skeleton.js +10 -10
  252. package/components/SliderExtended/SliderExtended.js +2 -2
  253. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
  254. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  255. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  256. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  257. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  258. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
  259. package/components/SmallInput/SmallInput.js +1 -1
  260. package/components/Spoiler/Spoiler.js +9 -9
  261. package/components/StatusTracker/StatusTracker.js +2 -2
  262. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  263. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  264. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  265. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  266. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  267. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  268. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  269. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  270. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  271. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  272. package/components/Step/Step.js +2 -2
  273. package/components/Stepper/RightBorderArrow.js +1 -1
  274. package/components/Stepper/Stepper.js +12 -12
  275. package/components/Stepper/StepperExtended.js +5 -5
  276. package/components/Stepper/StepperStep.js +2 -2
  277. package/components/Stepper/StepperWrapper.js +4 -4
  278. package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
  279. package/components/SuggestField/SuggestField.js +1 -1
  280. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  281. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  282. package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
  283. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  284. package/components/SuggestField/index.js +1 -1
  285. package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
  286. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  287. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  288. package/components/SuggestField/mobile/index.js +1 -1
  289. package/components/SwipeableArea/SwipeableArea.js +2 -2
  290. package/components/Table/FilterPanel.js +6 -6
  291. package/components/Table/MasterTable.js +2 -2
  292. package/components/Table/NoColumns.js +4 -4
  293. package/components/Table/PaginationPanel.js +4 -4
  294. package/components/Table/TableBasic/TableBasic.js +1 -1
  295. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  296. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  297. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  298. package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
  299. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  300. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +5 -5
  301. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  302. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  303. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  304. package/components/Table/TableFooter/TableFooter.js +1 -1
  305. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  306. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  307. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  308. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  309. package/components/Table/TabsLinePanel.js +5 -5
  310. package/components/Table/TabsLinePanelLinks.js +1 -1
  311. package/components/Table/utils.js +1 -1
  312. package/components/Tabs/Tabs.js +17 -17
  313. package/components/TabsExtended/TabsExtended.js +2 -2
  314. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  315. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  316. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  317. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  318. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  319. package/components/TabsExtended/utils.js +1 -1
  320. package/components/TabsLine/TabsLine.js +1 -1
  321. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  322. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  323. package/components/TabsLine/components/TabsLineItem.js +1 -1
  324. package/components/TabsLine/components/TabsLineMobile.js +6 -6
  325. package/components/Tag/Tag.js +20 -20
  326. package/components/TagGroup/TagGroup.js +10 -10
  327. package/components/TextField/TextField.js +1 -1
  328. package/components/TextareaField/TextareaField.js +1 -1
  329. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  330. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  331. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  332. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  333. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  334. package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
  335. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
  336. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
  337. package/components/TopOverlay/TopOverlay.js +22 -22
  338. package/components/TreeView/TreeView.js +1 -1
  339. package/components/TreeView/components/TreeViewGroup.js +1 -1
  340. package/components/TreeView/components/TreeViewNode.js +1 -1
  341. package/components/Typography/Caption.js +17 -17
  342. package/components/Typography/Text.js +21 -21
  343. package/components/Typography/Title.js +20 -20
  344. package/components/Typography/utils.js +1 -1
  345. package/components/UnorderedList/UnorderedList.js +6 -6
  346. package/components/UnorderedList/UnorderedListItem.js +6 -6
  347. package/components/UploadZone/UploadZone.js +2 -2
  348. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  349. package/components/index.js +5 -5
  350. package/index.js +5 -5
  351. package/package.json +1 -1
  352. package/styles/triplex-next.css +527 -527
  353. package/chunks/Card.module-CmXEvD5r.js +0 -17
  354. package/chunks/CheckboxTreeExtended.module-D-2ZUrcy.js +0 -11
  355. package/chunks/Confirm.module-Ds4ZMYVB.js +0 -15
  356. package/chunks/DropdownMobile.module-thvNKX4t.js +0 -21
  357. package/chunks/Footer.module-DZhiuTzP.js +0 -9
  358. package/chunks/HeaderLayoutSidebar.module-DaB6pHPF.js +0 -9
  359. package/chunks/HeaderTabs.module-DK3rR1yV.js +0 -9
  360. package/chunks/IslandAccordion.module-D9LSijXT.js +0 -26
  361. package/chunks/LightBoxControls.module-BHw6I5-d.js +0 -16
  362. package/chunks/LightBoxSideOverlayClose.module-VE4NCDr0.js +0 -8
  363. package/chunks/ListItemTail.module-Bw2cyg-n.js +0 -12
  364. package/chunks/ListMasterFooter.module-BfD7OQFa.js +0 -10
  365. package/chunks/ModalWindow.module-Nps-2rvx.js +0 -17
  366. package/chunks/Notification.module-DZZnmvDX.js +0 -21
  367. package/chunks/Overlay.module-BGfiVeol.js +0 -18
  368. package/chunks/Page.module-CV4uy77C.js +0 -12
  369. package/chunks/SMSInput.module-Br6FTDVD.js +0 -16
  370. package/chunks/SliderExtendedMarks.module-Bubs2UAN.js +0 -15
  371. package/chunks/SliderExtendedRail-BmH-0W3L.js +0 -40
  372. package/chunks/StatusTracker.module-BVzGbfDD.js +0 -24
  373. package/chunks/TableFooter.module-hx13-EO6.js +0 -14
  374. package/chunks/TabsExtended.module-CNjCgifz.js +0 -16
  375. package/chunks/TabsLine.module-_Jn8K0jv.js +0 -23
  376. package/chunks/TooltipDesktop.module-Cx6fDiek.js +0 -19
  377. package/chunks/TreeView.module-oeG4_2Ve.js +0 -9
  378. package/chunks/utils-C1Q-0uVF.js +0 -36
  379. package/chunks/utils-C8A7RzC0.js +0 -20
@@ -5,7 +5,7 @@ import { EIslandType as l } from "./enums.js";
5
5
  import { IslandBody as f } from "./components/IslandBody.js";
6
6
  import { IslandHeader as n } from "./components/IslandHeader.js";
7
7
  import { IslandFooter as c } from "./components/IslandFooter.js";
8
- import { s as o, m as y } from "../../chunks/utils-vwCIbf0H.js";
8
+ import { s as o, m as y } from "../../chunks/utils-BJhZJ9SO.js";
9
9
  import { EComponentSize as I } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
11
11
  const N = T(o), C = Object.assign(
@@ -1,10 +1,10 @@
1
- import { jsx as d } from "react/jsx-runtime";
1
+ import { jsx as a } from "react/jsx-runtime";
2
2
  import r from "react";
3
3
  import { c as t } from "../../../chunks/vendor-D3hUOusX.js";
4
- const l = "islandBody__3a48c9a3", n = {
4
+ const l = "islandBody__774965f8", n = {
5
5
  islandBody: l
6
- }, m = r.forwardRef(({ children: o, ...s }, a) => /* @__PURE__ */ d("div", { className: t(n.islandBody), ref: a, ...s, children: o }));
6
+ }, f = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(n.islandBody), ref: d, ...s, children: o }));
7
7
  export {
8
- m as IslandBody
8
+ f as IslandBody
9
9
  };
10
10
  //# sourceMappingURL=IslandBody.js.map
@@ -1,10 +1,10 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as a } from "../../../chunks/vendor-D3hUOusX.js";
4
- const l = "islandFooter__72187b60", n = {
4
+ const l = "islandFooter__130e212f", n = {
5
5
  islandFooter: l
6
- }, m = e.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: a(n.islandFooter), ref: t, ...r, children: o }));
6
+ }, f = e.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: a(n.islandFooter), ref: t, ...r, children: o }));
7
7
  export {
8
- m as IslandFooter
8
+ f as IslandFooter
9
9
  };
10
10
  //# sourceMappingURL=IslandFooter.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
3
  import { c as o } from "../../../chunks/vendor-D3hUOusX.js";
4
- const t = "islandHeader__410fd016", l = {
4
+ const t = "islandHeader__2e9d15f1", l = {
5
5
  islandHeader: t
6
6
  }, f = d.forwardRef(({ children: e, ...a }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...a, children: e }));
7
7
  export {
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { m as p } from "../../chunks/utils-vwCIbf0H.js";
2
+ import { m as p } from "../../chunks/utils-BJhZJ9SO.js";
3
3
  export {
4
4
  p as mapTypeToClassName
5
5
  };
@@ -9,7 +9,7 @@ import "../Island/components/IslandBody.js";
9
9
  import "../Island/components/IslandHeader.js";
10
10
  import "../Island/components/IslandFooter.js";
11
11
  import { c as f } from "../../chunks/vendor-D3hUOusX.js";
12
- import { s as I } from "../../chunks/IslandAccordion.module-D9LSijXT.js";
12
+ import { s as I } from "../../chunks/IslandAccordion.module-C7SBNJJJ.js";
13
13
  import "./components/IslandAccordionContent.js";
14
14
  import "./components/IslandAccordionFooter.js";
15
15
  import "./components/IslandAccordionTitle.js";
@@ -17,7 +17,7 @@ const x = Object.assign(
17
17
  e.forwardRef(
18
18
  ({ className: r, children: t, size: m = d.MD, type: i = l.TYPE_1, ...s }, a) => {
19
19
  const c = f(r, I.islandAccordion);
20
- return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.6.0", ref: a, children: t }) });
20
+ return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.6.1", ref: a, children: t }) });
21
21
  }
22
22
  ),
23
23
  {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as r } from "../../../chunks/IslandAccordion.module-D9LSijXT.js";
2
+ import { s as r } from "../../../chunks/IslandAccordion.module-C7SBNJJJ.js";
3
3
  import { Island as s } from "../../Island/Island.js";
4
4
  import "../../Island/components/IslandBody.js";
5
5
  import "../../Island/components/IslandHeader.js";
@@ -1,6 +1,6 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import { c as t } from "../../../chunks/vendor-D3hUOusX.js";
3
- import { s as m } from "../../../chunks/IslandAccordion.module-D9LSijXT.js";
3
+ import { s as m } from "../../../chunks/IslandAccordion.module-C7SBNJJJ.js";
4
4
  import { Island as i } from "../../Island/Island.js";
5
5
  import "../../Island/components/IslandBody.js";
6
6
  import "../../Island/components/IslandHeader.js";
@@ -4,7 +4,7 @@ import { CaretdownStrokeSrvIcon24 as X, CrossStrokeSrvIcon24 as D } from "@sberb
4
4
  import { a as G, c as d } from "../../../chunks/vendor-D3hUOusX.js";
5
5
  import { Island as v } from "../../Island/Island.js";
6
6
  import { ExpandAnimation as J } from "../../ExpandAnimation/ExpandAnimation.js";
7
- import { s as e } from "../../../chunks/IslandAccordion.module-D9LSijXT.js";
7
+ import { s as e } from "../../../chunks/IslandAccordion.module-C7SBNJJJ.js";
8
8
  import { IslandAccordionTitle as K } from "./IslandAccordionTitle.js";
9
9
  import { IslandAccordionContent as L } from "./IslandAccordionContent.js";
10
10
  import { IslandAccordionFooter as Q } from "./IslandAccordionFooter.js";
@@ -76,7 +76,7 @@ const ee = {
76
76
  onFocus: P,
77
77
  onBlur: j,
78
78
  disabled: a,
79
- "data-tx": "1.6.0",
79
+ "data-tx": "1.6.1",
80
80
  children: [
81
81
  p && m && /* @__PURE__ */ t("div", { className: e.step, children: /* @__PURE__ */ t(Z, { step: m, status: p, position: R.XFirst, children: a ? void 0 : b }) }),
82
82
  /* @__PURE__ */ c("div", { className: e.titleWrapper, children: [
@@ -1,7 +1,7 @@
1
1
  import { jsxs as B, Fragment as T, jsx as o } from "react/jsx-runtime";
2
2
  import { useRef as l, useEffect as p } from "react";
3
3
  import { c as V, h as A } from "../../chunks/vendor-D3hUOusX.js";
4
- import { s as e, L as D } from "../../chunks/LightBoxContent-BjsBFl6W.js";
4
+ import { s as e, L as D } from "../../chunks/LightBoxContent-D9VFXK17.js";
5
5
  import { LightBoxControls as F } from "./LightBoxControls/LightBoxControls.js";
6
6
  import { LightBoxSideOverlay as I } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
7
  import { Portal as k } from "../Portal/Portal.js";
@@ -12,28 +12,28 @@ import { MobileView as W } from "../MobileView/MobileView.js";
12
12
  import { FocusTrapUtils as $ } from "../../utils/focus/FocusTrapUtils.js";
13
13
  import { useToken as z } from "../ThemeProvider/useToken.js";
14
14
  const H = {
15
- "scroll-0": "scroll-0__56169442",
16
- "scroll-15": "scroll-15__eedc4b43",
17
- "scroll-16": "scroll-16__6677d423",
18
- "scroll-17": "scroll-17__d4f15475"
15
+ "scroll-0": "scroll-0__e628c019",
16
+ "scroll-15": "scroll-15__f976d9a9",
17
+ "scroll-16": "scroll-16__55fc4454",
18
+ "scroll-17": "scroll-17__76e90737"
19
19
  }, N = "LightBox-next-mount-node", v = "LightBox-next-view-manager-node", L = [e.bodyOverflowHidden], r = ({
20
20
  children: y,
21
21
  className: M,
22
22
  focusTrapProps: n,
23
23
  forwardRef: s,
24
- mountNode: d,
25
- lightBoxViewManagerNodeId: m = v,
24
+ mountNode: m,
25
+ lightBoxViewManagerNodeId: d = v,
26
26
  isLoading: u,
27
27
  isSideOverlayOpened: i,
28
28
  isTopOverlayOpened: E,
29
- ...b
29
+ ...C
30
30
  }) => {
31
- const c = l(null), h = l(null), { scopeClassName: C } = z(), S = () => {
31
+ const c = l(null), h = l(null), { scopeClassName: b } = z(), S = () => {
32
32
  let t = null;
33
- return d ? t = d : (t = document.querySelector(`#${N}`), t || (t = document.createElement("div"), t.setAttribute("id", N), document.body.appendChild(t))), t;
33
+ return m ? t = m : (t = document.querySelector(`#${N}`), t || (t = document.createElement("div"), t.setAttribute("id", N), document.body.appendChild(t))), t;
34
34
  }, _ = () => {
35
35
  let t = null;
36
- return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", v), document.body.appendChild(t)), t;
36
+ return d && (t = document.querySelector(`#${d}`)), t || (t = document.createElement("div"), t.setAttribute("id", v), document.body.appendChild(t)), t;
37
37
  }, a = l(S()), g = l(_()), x = () => {
38
38
  L.forEach((t) => document.documentElement.classList.add(t));
39
39
  };
@@ -46,7 +46,7 @@ const H = {
46
46
  const w = (t) => {
47
47
  h.current = t, s && (s.current = t);
48
48
  }, O = V(
49
- C,
49
+ b,
50
50
  e.lightBox,
51
51
  {
52
52
  [e.isLoading]: !!u,
@@ -57,7 +57,7 @@ const H = {
57
57
  );
58
58
  if (!a.current)
59
59
  return null;
60
- const f = () => /* @__PURE__ */ B("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...b, children: [
60
+ const f = () => /* @__PURE__ */ B("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...C, children: [
61
61
  /* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
62
62
  y,
63
63
  /* @__PURE__ */ o("span", { ref: c, className: e.tempElSafariBug })
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../WindowResizeListener/WindowResizeListener.js";
4
4
  import "../../chunks/vendor-D3hUOusX.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-BjsBFl6W.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-D9VFXK17.js";
7
7
  export {
8
8
  n as LightBoxContent
9
9
  };
@@ -7,7 +7,7 @@ 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-BHw6I5-d.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-C76N_yWS.js";
11
11
  const N = ({
12
12
  className: c,
13
13
  onClick: t,
@@ -3,7 +3,7 @@ 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
5
  import { c as e } from "../../../chunks/vendor-D3hUOusX.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-BHw6I5-d.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-C76N_yWS.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;
@@ -7,7 +7,7 @@ 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-BHw6I5-d.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-C76N_yWS.js";
11
11
  const v = ({
12
12
  className: g,
13
13
  clickByArrowRight: u,
@@ -7,7 +7,7 @@ import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKe
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-BHw6I5-d.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-C76N_yWS.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,
@@ -7,7 +7,7 @@ import { LightBoxSideOverlayLoader as I } from "./LightBoxSideOverlayLoader.js";
7
7
  import { FocusTrapUtils as T } from "../../../utils/focus/FocusTrapUtils.js";
8
8
  import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseMobile.js";
9
9
  import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
10
- const q = "lightBoxSideOverlayMask__37ecee17", E = "lightBoxSideOverlayWrapper__e5cb1c20", J = "overflowXHidden__974deff4", K = "overflowYHidden__40529122", Q = "closing__fa78239d", V = "opened__9cb2da88", Z = "lightBoxSideOverlayContent__840bb60f", $ = "opening__37a3b80a", P = "sizeSM__83fdfbf4", ee = "sizeMD__31311621", te = "sizeLG__143bb5bc", oe = "lightBoxSideOverlay__e888f549", e = {
10
+ const q = "lightBoxSideOverlayMask__11215bac", E = "lightBoxSideOverlayWrapper__ad1454e6", J = "overflowXHidden__3d0affd8", K = "overflowYHidden__b875d1c1", Q = "closing__80e2f09a", V = "opened__d4114954", Z = "lightBoxSideOverlayContent__87229cca", $ = "opening__7c1198e5", P = "sizeSM__792f14c9", ee = "sizeMD__08e13dfd", te = "sizeLG__c835790a", oe = "lightBoxSideOverlay__eb86b4ab", e = {
11
11
  lightBoxSideOverlayMask: q,
12
12
  lightBoxSideOverlayWrapper: E,
13
13
  overflowXHidden: J,
@@ -34,16 +34,16 @@ const h = ({
34
34
  onOpen: d,
35
35
  opened: o,
36
36
  size: f = 1,
37
- ...b
37
+ ...D
38
38
  }) => {
39
39
  const [r, v] = O(!1), [s, g] = O(!1), m = x(o), y = x(null);
40
40
  L(() => {
41
41
  m.current && !o ? (g(!1), v(!0)) : !m.current && o && (v(!1), g(!0)), m.current = o;
42
42
  }, [o]);
43
- const D = (n) => {
43
+ const k = (n) => {
44
44
  const { target: z, currentTarget: C } = n;
45
45
  z === C && (r ? (v(!1), c == null || c()) : s && (g(!1), d == null || d()));
46
- }, k = ({ opened: n }) => /* @__PURE__ */ i(j, { opened: n, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ B(
46
+ }, H = ({ opened: n }) => /* @__PURE__ */ i(j, { opened: n, className: e.lightBoxSideOverlayMask }), w = () => /* @__PURE__ */ B(
47
47
  "div",
48
48
  {
49
49
  className: _(e.lightBoxSideOverlayContent, {
@@ -51,14 +51,14 @@ const h = ({
51
51
  [e.opening]: s,
52
52
  [e.opened]: o
53
53
  }),
54
- onTransitionEnd: D,
54
+ onTransitionEnd: k,
55
55
  ref: y,
56
56
  children: [
57
57
  t,
58
58
  a && /* @__PURE__ */ i(I, { loadingTitle: S })
59
59
  ]
60
60
  }
61
- ), w = () => {
61
+ ), b = () => {
62
62
  }, G = _(M, e.lightBoxSideOverlayWrapper, {
63
63
  [e.closing]: r,
64
64
  [e.opened]: o,
@@ -69,8 +69,8 @@ const h = ({
69
69
  [e.sizeLG]: f === 2
70
70
  /* LG */
71
71
  }), F = (n) => /* @__PURE__ */ B(W, { children: [
72
- k(n),
73
- H()
72
+ H(n),
73
+ w()
74
74
  ] }), N = /* @__PURE__ */ i(
75
75
  "div",
76
76
  {
@@ -78,7 +78,7 @@ const h = ({
78
78
  [e.closing]: r,
79
79
  [e.opening]: s
80
80
  }),
81
- children: /* @__PURE__ */ i(Y, { direction: R.RIGHT, opened: o, setOpened: w, children: F })
81
+ children: /* @__PURE__ */ i(Y, { direction: R.RIGHT, opened: o, setOpened: b, children: F })
82
82
  }
83
83
  );
84
84
  return /* @__PURE__ */ i(
@@ -92,7 +92,7 @@ const h = ({
92
92
  preventScroll: !0,
93
93
  ...l == null ? void 0 : l.focusTrapOptions
94
94
  },
95
- children: /* @__PURE__ */ i("div", { className: G, role: "dialog", "aria-modal": "true", ...b, children: N })
95
+ children: /* @__PURE__ */ i("div", { className: G, role: "dialog", "aria-modal": "true", ...D, children: N })
96
96
  }
97
97
  );
98
98
  };
@@ -7,7 +7,7 @@ import { CrossStrokeSrvIcon32 as f } from "@sberbusiness/icons-next";
7
7
  import { EButtonTheme as a } from "../../Button/enums.js";
8
8
  import { EComponentSize as c } from "../../../enums/EComponentSize.js";
9
9
  import { Button as d } from "../../Button/Button.js";
10
- import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-VE4NCDr0.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js";
11
11
  const C = ({
12
12
  className: r,
13
13
  clickByEsc: m,
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as r } from "../../../chunks/vendor-D3hUOusX.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-VE4NCDr0.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-CwTd-n3M.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 d, useEffect as l } from "react";
3
3
  import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__f8d6720b", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__18b1d2f2", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
7
  const [t, r] = s(0), e = d(null);
@@ -1,17 +1,17 @@
1
1
  import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
2
2
  import L from "react";
3
3
  import { c as a } from "../../chunks/vendor-D3hUOusX.js";
4
- const v = "link__c1f07272", F = "wordWithContent__6ad79b42", S = "before__61b38325", T = "after__b0b10d2e", e = {
4
+ const v = "link__4d32811f", F = "wordWithContent__9426f39f", S = "before__5117b895", T = "after__ba2128c8", e = {
5
5
  link: v,
6
6
  wordWithContent: F,
7
7
  before: S,
8
8
  after: T
9
9
  }, q = L.forwardRef(
10
- ({ children: i, className: N, onBlur: p, onMouseDown: b, contentAfter: s, contentBefore: o, ...f }, C) => {
10
+ ({ children: i, className: N, onBlur: f, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, _) => {
11
11
  const c = () => o ? /* @__PURE__ */ t(d, { children: [
12
12
  "​",
13
13
  o()
14
- ] }) : null, m = () => s ? s() : null, _ = (n) => {
14
+ ] }) : null, m = () => s ? s() : null, u = (n) => {
15
15
  const r = n.split(" ");
16
16
  if (r.length < 2 || r.length < 3 && o && s) {
17
17
  const y = a(e.wordWithContent, {
@@ -42,25 +42,25 @@ const v = "link__c1f07272", F = "wordWithContent__6ad79b42", S = "before__61b383
42
42
  " ",
43
43
  j
44
44
  ] });
45
- }, u = (n) => {
45
+ }, W = (n) => {
46
46
  const r = o ? o() : null, l = s ? s() : null;
47
47
  return /* @__PURE__ */ t(d, { children: [
48
48
  r,
49
49
  n,
50
50
  l
51
51
  ] });
52
- }, W = o || s ? ((n) => typeof n == "string" ? _(n) : u(n))(i) : i;
52
+ }, b = 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,
57
+ ...C,
58
58
  className: a(N, e.link, "hoverable"),
59
- onBlur: p,
60
- onMouseDown: b,
61
- "data-tx": "1.6.0",
62
- ref: C,
63
- children: W
59
+ onBlur: f,
60
+ onMouseDown: p,
61
+ "data-tx": "1.6.1",
62
+ ref: _,
63
+ children: b
64
64
  }
65
65
  );
66
66
  }
@@ -1,12 +1,12 @@
1
1
  import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as m } from "../../chunks/vendor-D3hUOusX.js";
4
- import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__a05e5702", p = {
3
+ import { c } from "../../chunks/vendor-D3hUOusX.js";
4
+ import { LoaderScreen as m } from "../LoaderScreen/LoaderScreen.js";
5
+ const f = "list__5cc24452", p = {
6
6
  list: f
7
- }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(p.list, t), ...o, "data-tx": "1.6.0", ref: r, children: [
7
+ }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: c(p.list, t), ...o, "data-tx": "1.6.1", ref: r, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ e(c, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ e(m, { type: "small" }) : null
10
10
  ] }));
11
11
  d.displayName = "List";
12
12
  export {
@@ -1,13 +1,13 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as o } from "../../../chunks/vendor-D3hUOusX.js";
4
- const p = "listEmptyState__dc12b57d", l = {
4
+ const p = "listEmptyState__cc23ba8d", c = {
5
5
  listEmptyState: p
6
- }, r = i.forwardRef(
7
- ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...m, ref: a, children: t })
6
+ }, l = i.forwardRef(
7
+ ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(c.listEmptyState, s), ...m, ref: a, children: t })
8
8
  );
9
- r.displayName = "ListItemEmpty";
9
+ l.displayName = "ListItemEmpty";
10
10
  export {
11
- r as ListEmptyState
11
+ l as ListEmptyState
12
12
  };
13
13
  //# sourceMappingURL=ListEmptyState.js.map
@@ -3,7 +3,7 @@ import m, { useState as d } from "react";
3
3
  import { ListItemContext as l } from "./ListItemContext.js";
4
4
  const f = m.forwardRef(({ children: e, className: r, ...o }, s) => {
5
5
  const [a, i] = d(!1);
6
- return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.6.0", ref: s, children: e }) });
6
+ return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.6.1", ref: s, children: e }) });
7
7
  });
8
8
  f.displayName = "ListItem";
9
9
  export {
@@ -1,19 +1,19 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
2
  import l, { useContext as i } from "react";
3
3
  import { c as r } from "../../../chunks/vendor-D3hUOusX.js";
4
- import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__c079544c", C = "selected__b7ab3be0", t = {
6
- listItemContent: d,
4
+ import { ListItemContext as d } from "./ListItemContext.js";
5
+ const a = "listItemContent__a1712b41", C = "selected__129b13dd", t = {
6
+ listItemContent: a,
7
7
  selected: C
8
8
  }, f = l.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
- const { selected: m } = i(a);
10
+ const { selected: m } = i(d);
11
11
  return /* @__PURE__ */ c(
12
12
  "div",
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "1.6.0",
16
+ "data-tx": "1.6.1",
17
17
  ref: n,
18
18
  children: e
19
19
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as e } from "../../../chunks/vendor-D3hUOusX.js";
4
- const i = "listItemControls__f0dc950f", n = {
4
+ const i = "listItemControls__1c757259", n = {
5
5
  listItemControls: i
6
6
  }, a = m.forwardRef(
7
7
  ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(n.listItemControls, o), ...s, ref: l, children: t })
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../chunks/vendor-D3hUOusX.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-CueYzEGM.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-DnuVSFV7.js";
5
5
  import "../../Typography/enums.js";
6
6
  import "../../Typography/Text.js";
7
7
  export {
@@ -18,7 +18,7 @@ import { DropdownMobileListItem as H } from "../../Dropdown/mobile/DropdownMobil
18
18
  import "../../Loader/LoaderSmall/LoaderSmall.js";
19
19
  import "../../Loader/LoaderMiddle/LoaderMiddle.js";
20
20
  import { DropdownList as h } from "../../Dropdown/desktop/DropdownList.js";
21
- import { s as y, L as V } from "../../../chunks/ListItemControlsButton-CueYzEGM.js";
21
+ import { s as y, L as V } from "../../../chunks/ListItemControlsButton-DnuVSFV7.js";
22
22
  const G = P.forwardRef(
23
23
  (C, l) => {
24
24
  const { buttonAttributes: x, children: c, className: I, icon: N, options: d, selected: n, disabled: B, ...L } = C, f = m(null), u = m(null), [p, v] = E(), D = m(O()), A = ({ opened: e, setOpened: t }) => /* @__PURE__ */ o(
@@ -3,7 +3,7 @@ import m from "react";
3
3
  import { c as s } from "../../../chunks/vendor-D3hUOusX.js";
4
4
  import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
5
5
  import { EComponentSize as r } from "../../../enums/EComponentSize.js";
6
- const n = "listItemLoading__a2e2a3eb", d = {
6
+ const n = "listItemLoading__e758676a", d = {
7
7
  listItemLoading: n
8
8
  }, l = m.forwardRef(
9
9
  ({ className: o, ...e }, i) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...e, ref: i, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
@@ -1,21 +1,21 @@
1
1
  import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
- import p, { useContext as m, useEffect as d } from "react";
2
+ import d, { useContext as p, useEffect as m } from "react";
3
3
  import { c as k } from "../../../chunks/vendor-D3hUOusX.js";
4
4
  import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
5
  import { ListItemContext as _ } from "./ListItemContext.js";
6
- const f = "listItemSelectable__52e38ee9", L = "selected__b7ab3be0", C = "checkboxWrapper__068da2e1", W = "childrenWrapper__2ac9baf2", I = "checkboxLabel__97d021cf", S = "checkboxLabelClickArea__c842750b", e = {
6
+ const f = "listItemSelectable__e6bd4492", L = "selected__129b13dd", C = "checkboxWrapper__47aa267f", W = "childrenWrapper__d91ab260", I = "checkboxLabel__cf8ab010", S = "checkboxLabelClickArea__792dd546", e = {
7
7
  listItemSelectable: f,
8
8
  selected: L,
9
9
  checkboxWrapper: C,
10
10
  childrenWrapper: W,
11
11
  checkboxLabel: I,
12
12
  checkboxLabelClickArea: S
13
- }, N = p.forwardRef(
13
+ }, N = d.forwardRef(
14
14
  ({ selected: c, children: l, className: r, onSelect: s, ...o }, b) => {
15
- const { setSelected: a } = m(_), i = (h) => {
15
+ const { setSelected: a } = p(_), i = (h) => {
16
16
  s(h.target.checked);
17
17
  };
18
- return d(() => {
18
+ return m(() => {
19
19
  a(c);
20
20
  }, [c, a]), /* @__PURE__ */ n(
21
21
  "div",
@@ -7,12 +7,12 @@ import { ListItemControls as T } from "./ListItemControls.js";
7
7
  import { ListItemSelectable as h } from "./ListItemSelectable.js";
8
8
  import { ListItemTailRight as x } from "./ListItemTailRight.js";
9
9
  import { c as y } from "../../../chunks/vendor-D3hUOusX.js";
10
- const C = "listItemTable__87a4c0de", _ = {
10
+ const C = "listItemTable__17f724e5", _ = {
11
11
  listItemTable: C
12
12
  }, u = d.forwardRef(
13
- ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...n }, f) => {
13
+ ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...f }, n) => {
14
14
  const p = typeof i < "u" && typeof r < "u", m = () => /* @__PURE__ */ e(L, { onClick: l, children: o });
15
- return /* @__PURE__ */ e(b, { className: y(_.listItemTable, s), ...n, ref: f, children: /* @__PURE__ */ c(
15
+ return /* @__PURE__ */ e(b, { className: y(_.listItemTable, s), ...f, ref: n, children: /* @__PURE__ */ c(
16
16
  I,
17
17
  {
18
18
  ref: a,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as o } from "../../../chunks/vendor-D3hUOusX.js";
4
- import { s } from "../../../chunks/ListItemTail.module-Bw2cyg-n.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-DE8OWHba.js";
5
5
  const r = m.forwardRef(
6
6
  ({ className: a, ...e }, i) => /* @__PURE__ */ l(
7
7
  "span",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as o } from "../../../chunks/vendor-D3hUOusX.js";
4
- import { s } from "../../../chunks/ListItemTail.module-Bw2cyg-n.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-DE8OWHba.js";
5
5
  const r = e.forwardRef(
6
6
  ({ className: a, ...i }, l) => /* @__PURE__ */ m(
7
7
  "span",
@@ -3,12 +3,12 @@ import p from "react";
3
3
  import { z as u, A as I, c as _ } from "../../../chunks/vendor-D3hUOusX.js";
4
4
  import { ListItem as y } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as L } from "./ListSortableItemTarget.js";
6
- const R = "listSortableItem__33424876", N = "dragging__161082aa", i = {
6
+ const R = "listSortableItem__0ed5e4a3", N = "dragging__afe696f4", i = {
7
7
  listSortableItem: R,
8
8
  dragging: N
9
9
  }, x = Object.assign(
10
10
  p.forwardRef(function({ children: e, className: n, style: g, disabled: r, ...s }, t) {
11
- const { transform: m, transition: l, listeners: f, isDragging: a, setNodeRef: c, setActivatorNodeRef: S } = u({
11
+ const { transform: m, transition: f, listeners: l, isDragging: a, setNodeRef: c, setActivatorNodeRef: S } = u({
12
12
  disabled: r,
13
13
  id: s.id,
14
14
  transition: {
@@ -22,10 +22,10 @@ const R = "listSortableItem__33424876", N = "dragging__161082aa", i = {
22
22
  y,
23
23
  {
24
24
  className: _(i.listSortableItem, { [i.dragging]: a }, n),
25
- style: { transform: I.Translate.toString(m), transition: l, ...g },
25
+ style: { transform: I.Translate.toString(m), transition: f, ...g },
26
26
  ...s,
27
27
  ref: d,
28
- children: typeof e == "function" ? e({ disabled: r, dragging: a, listeners: f, setActivatorNodeRef: S }) : e
28
+ children: typeof e == "function" ? e({ disabled: r, dragging: a, listeners: l, setActivatorNodeRef: S }) : e
29
29
  }
30
30
  );
31
31
  }),