@sberbusiness/triplex-next 0.14.0 → 0.14.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 (398) hide show
  1. package/chunks/AlertProcessSpoiler-w7bEDQkZ.js +39 -0
  2. package/chunks/{CalendarViewItem-BXB-l14w.js → CalendarViewItem-bjlzO6fA.js} +26 -26
  3. package/chunks/Card.module-BLsCGNSy.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +14 -0
  5. package/chunks/{Chip-CY6jm0GS.js → Chip-BjcDj2XE.js} +12 -12
  6. package/chunks/Confirm.module-CzudnAyq.js +15 -0
  7. package/chunks/{DropdownListItem-BsD2UckS.js → DropdownListItem-BByGOD7_.js} +13 -13
  8. package/chunks/DropdownMobile.module-DOLon8EA.js +23 -0
  9. package/chunks/Footer.module-BVFglVCT.js +9 -0
  10. package/chunks/{FormFieldInput-fdQkON04.js → FormFieldInput-CXE2lpa2.js} +14 -14
  11. package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +9 -0
  12. package/chunks/HeaderTabs.module-BD-cjJN0.js +9 -0
  13. package/chunks/{HeaderTitle.module-DcwCxesK.js → HeaderTitle.module-Aa8Ayziq.js} +2 -2
  14. package/chunks/IslandAccordion.module-DuBXHdTP.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +9 -0
  17. package/chunks/{LightBoxContent-3oHJFM6-.js → LightBoxContent-B5TEJXI-.js} +13 -13
  18. package/chunks/LightBoxControls.module-4BsaXW9O.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +8 -0
  20. package/chunks/{ListItemControlsButton-DQyZxkWl.js → ListItemControlsButton-BQWXaAf7.js} +13 -13
  21. package/chunks/ListItemTail.module-Dqje1Ta9.js +12 -0
  22. package/chunks/ListMasterFooter.module-CQ5ySLht.js +10 -0
  23. package/chunks/ModalWindow.module-BhRZeAo8.js +17 -0
  24. package/chunks/Notification.module-DwrRfWOt.js +21 -0
  25. package/chunks/Overlay.module-B6CO6ER3.js +18 -0
  26. package/chunks/Page.module-DkHondpd.js +11 -0
  27. package/chunks/{RightBorderArrow-NMZgNz0e.js → RightBorderArrow-BjcGiO4Y.js} +10 -10
  28. package/chunks/SMSField.module-CDTpuKgF.js +16 -0
  29. package/chunks/SliderExtendedMarks.module--4YyXPzu.js +15 -0
  30. package/chunks/{SliderExtendedRail-w5E8mOCQ.js → SliderExtendedRail-DHe0BU85.js} +2 -2
  31. package/chunks/StatusTracker.module-DkISSFNd.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-Bu9hDMWX.js → SuggestFieldMobileDropdownHint-BM9lOqXe.js} +2 -2
  33. package/chunks/TableFooter.module-zu7cE58N.js +14 -0
  34. package/chunks/TabsExtended.module-CKJx5gTC.js +16 -0
  35. package/chunks/TabsLine.module-dWFH4Lb0.js +21 -0
  36. package/chunks/TooltipDesktop.module-8uJuXz2F.js +19 -0
  37. package/chunks/TreeView.module-CBWqJQ3g.js +9 -0
  38. package/chunks/{UploadZoneInput-DxpDQJSy.js → UploadZoneInput-DgPYo5Ct.js} +7 -7
  39. package/chunks/utils-D6gsTR6V.js +73 -0
  40. package/chunks/{utils-CXsSOP27.js → utils-DQttOWML.js} +5 -5
  41. package/chunks/utils-DXZkhXsb.js +24 -0
  42. package/chunks/utils-Ds7Etruz.js +20 -0
  43. package/chunks/{utils-H2e9tc3r.js → utils-QtOC5s-T.js} +7 -7
  44. package/components/Alert/AlertContext/AlertContext.js +10 -10
  45. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  46. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  47. package/components/Amount/Amount.js +6 -6
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +14 -14
  50. package/components/Body/Body.js +6 -6
  51. package/components/Button/Button.js +29 -29
  52. package/components/Button/ButtonBase.js +1 -1
  53. package/components/Button/ButtonDropdown.js +1 -1
  54. package/components/Button/ButtonDropdownExtended.js +8 -8
  55. package/components/Button/ButtonIcon.js +7 -7
  56. package/components/Calendar/Calendar.js +5 -5
  57. package/components/Calendar/components/CalendarControls.js +1 -1
  58. package/components/Calendar/components/CalendarFooter.js +1 -1
  59. package/components/Calendar/components/CalendarViewDays.js +1 -1
  60. package/components/Calendar/components/CalendarViewItem.js +1 -1
  61. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  62. package/components/Calendar/components/CalendarViewYears.js +1 -1
  63. package/components/Card/CardAction.js +16 -16
  64. package/components/Card/CardStatic.js +2 -2
  65. package/components/Card/components/CardContent/CardContent.js +1 -1
  66. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  67. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  68. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  69. package/components/Card/components/CardMedia.js +1 -1
  70. package/components/Card/utils.js +1 -1
  71. package/components/CarouselExtended/CarouselExtended.js +4 -4
  72. package/components/Checkbox/Checkbox.js +8 -8
  73. package/components/Checkbox/CheckboxXGroup.js +14 -14
  74. package/components/Checkbox/CheckboxYGroup.js +5 -5
  75. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  76. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  77. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  78. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  79. package/components/Chip/Chip.js +1 -1
  80. package/components/Chip/ChipClearButton.js +5 -5
  81. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  82. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  83. package/components/Chip/ChipDropdownArrow.js +7 -7
  84. package/components/Chip/ChipIcon.js +1 -1
  85. package/components/Chip/ChipMultiselect.js +1 -1
  86. package/components/Chip/ChipOptions.js +4 -4
  87. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  88. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  89. package/components/Chip/ChipSort.js +1 -1
  90. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  91. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  92. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  93. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  94. package/components/Chip/index.js +1 -1
  95. package/components/ChipGroup/ChipGroup.js +13 -13
  96. package/components/Col/Col.js +134 -134
  97. package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
  98. package/components/Confirm/Confirm.js +1 -1
  99. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  100. package/components/Confirm/components/ConfirmContent.js +1 -1
  101. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  102. package/components/Confirm/components/ConfirmControls.js +1 -1
  103. package/components/DateField/DateField.js +1 -1
  104. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  105. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  106. package/components/DateRange/DateRange.js +10 -10
  107. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  108. package/components/Divider/Divider.js +17 -17
  109. package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
  110. package/components/Dropdown/desktop/DropdownDesktop.js +14 -14
  111. package/components/Dropdown/desktop/DropdownList.js +1 -1
  112. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  113. package/components/Dropdown/desktop/index.js +1 -1
  114. package/components/Dropdown/index.js +1 -1
  115. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  116. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  117. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  118. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  119. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  121. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  123. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  126. package/components/Ellipsis/Ellipsis.js +5 -5
  127. package/components/ExpandAnimation/ExpandAnimation.js +20 -20
  128. package/components/Footer/Footer.js +1 -1
  129. package/components/Footer/components/FooterDescription.js +1 -1
  130. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  131. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  132. package/components/FormField/FormField.js +23 -23
  133. package/components/FormField/components/FormFieldClear.js +4 -4
  134. package/components/FormField/components/FormFieldCounter.js +5 -5
  135. package/components/FormField/components/FormFieldDescription.js +5 -5
  136. package/components/FormField/components/FormFieldInput.js +1 -1
  137. package/components/FormField/components/FormFieldLabel.js +11 -11
  138. package/components/FormField/components/FormFieldMaskedInput.js +5 -5
  139. package/components/FormField/components/FormFieldPostfix.js +9 -9
  140. package/components/FormField/components/FormFieldPrefix.js +6 -6
  141. package/components/FormField/components/FormFieldTarget.js +17 -17
  142. package/components/FormField/components/FormFieldTextarea.js +1 -1
  143. package/components/FormField/index.js +1 -1
  144. package/components/Header/Header.js +1 -1
  145. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  146. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  147. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  148. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
  149. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  150. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  151. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  152. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  153. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  154. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  155. package/components/HelpBox/HelpBox.js +5 -5
  156. package/components/Island/Island.js +1 -1
  157. package/components/Island/components/IslandBody.js +4 -4
  158. package/components/Island/components/IslandFooter.js +3 -3
  159. package/components/Island/components/IslandHeader.js +2 -2
  160. package/components/Island/utils.js +1 -1
  161. package/components/IslandAccordion/IslandAccordion.js +2 -2
  162. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  163. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  164. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  165. package/components/IslandWidget/IslandWidget.js +9 -9
  166. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  167. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  168. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  169. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  170. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  171. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  172. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  173. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  174. package/components/LightBox/LightBox.js +16 -16
  175. package/components/LightBox/LightBoxContent.js +1 -1
  176. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  177. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  178. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  179. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  180. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
  181. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  182. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  183. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  184. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +5 -5
  185. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +6 -6
  186. package/components/Link/Link.js +11 -11
  187. package/components/List/List.js +5 -5
  188. package/components/List/components/ListEmptyState.js +3 -3
  189. package/components/List/components/ListItem.js +1 -1
  190. package/components/List/components/ListItemContent.js +5 -5
  191. package/components/List/components/ListItemControls.js +6 -6
  192. package/components/List/components/ListItemControlsButton.js +1 -1
  193. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  194. package/components/List/components/ListItemLoading.js +4 -4
  195. package/components/List/components/ListItemSelectable.js +10 -10
  196. package/components/List/components/ListItemTable.js +1 -1
  197. package/components/List/components/ListItemTailLeft.js +1 -1
  198. package/components/List/components/ListItemTailRight.js +1 -1
  199. package/components/List/components/ListSortableItem.js +1 -1
  200. package/components/List/components/ListSortableItemControls.js +1 -1
  201. package/components/List/components/ListSortableItemTarget.js +5 -5
  202. package/components/List/index.js +1 -1
  203. package/components/ListMaster/ListMaster.js +1 -1
  204. package/components/ListMaster/components/ListMasterBody.js +1 -1
  205. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  206. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  207. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  208. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  209. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  210. package/components/ListMaster/components/SelectionControls.js +7 -7
  211. package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
  212. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  213. package/components/LoaderScreen/LoaderScreen.js +14 -14
  214. package/components/Marker/Marker.js +1 -1
  215. package/components/Marker/utils.js +1 -1
  216. package/components/MarkerStatus/MarkerStatus.js +7 -7
  217. package/components/ModalWindow/ModalWindow.js +1 -1
  218. package/components/ModalWindow/components/ModalWindowBody.js +10 -10
  219. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  220. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  221. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  222. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  223. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
  224. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  225. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  226. package/components/Notification/Notification.js +2 -2
  227. package/components/Notification/NotificationGrouped.js +1 -1
  228. package/components/Notification/components/NotificationBody.js +1 -1
  229. package/components/Notification/components/NotificationBodyContent.js +1 -1
  230. package/components/Notification/components/NotificationBodyList.js +1 -1
  231. package/components/Notification/components/NotificationClose.js +1 -1
  232. package/components/Notification/components/NotificationFooter.js +1 -1
  233. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  234. package/components/Notification/components/NotificationHeader.js +1 -1
  235. package/components/Notification/components/NotificationIcon.js +1 -1
  236. package/components/Notification/components/NotificationTime.js +1 -1
  237. package/components/NotificationIcon/NotificationIcon.js +4 -4
  238. package/components/NumberField/NumberFieldInput.js +1 -1
  239. package/components/OrderedList/OrderedList.js +6 -6
  240. package/components/OrderedList/OrderedListItem.js +5 -5
  241. package/components/Overlay/Overlay.js +1 -1
  242. package/components/Overlay/OverlayMask.js +1 -1
  243. package/components/Overlay/OverlayPanel.js +1 -1
  244. package/components/Page/Page.js +1 -1
  245. package/components/Page/components/BodyPage.js +8 -8
  246. package/components/Page/components/FooterPage.js +1 -1
  247. package/components/Page/components/HeaderPage.js +1 -1
  248. package/components/Pagination/components/PaginationExtended.js +6 -6
  249. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  250. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  251. package/components/Pagination/components/PaginationPageButton.js +1 -1
  252. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  253. package/components/Pagination/components/PaginationSelect.js +1 -1
  254. package/components/Radio/Radio.js +5 -5
  255. package/components/Radio/RadioXGroup.js +10 -10
  256. package/components/Radio/RadioYGroup.js +9 -9
  257. package/components/Row/Row.js +5 -5
  258. package/components/SMSField/SMSField.js +2 -2
  259. package/components/SMSField/components/RefreshIcon.js +1 -1
  260. package/components/SMSField/components/SMSFieldInput.js +2 -2
  261. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  262. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  263. package/components/SegmentedControl/SegmentedControl.js +4 -4
  264. package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
  265. package/components/SelectExtendedField/SelectExtendedField.js +1 -1
  266. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  267. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +17 -17
  268. package/components/Skeleton/Skeleton.js +9 -9
  269. package/components/SliderExtended/SliderExtended.js +2 -2
  270. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
  271. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  272. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  273. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  274. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
  275. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +19 -19
  276. package/components/SmallInput/SmallInput.js +4 -4
  277. package/components/Spoiler/Spoiler.js +14 -14
  278. package/components/StatusTracker/StatusTracker.js +2 -2
  279. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  280. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  281. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  282. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  283. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  284. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  285. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  286. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  287. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  288. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  289. package/components/Step/Step.js +2 -2
  290. package/components/Stepper/RightBorderArrow.js +1 -1
  291. package/components/Stepper/Stepper.js +15 -15
  292. package/components/Stepper/StepperExtended.js +1 -1
  293. package/components/Stepper/StepperStep.js +2 -2
  294. package/components/Stepper/StepperWrapper.js +2 -2
  295. package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
  296. package/components/SuggestField/SuggestField.js +1 -1
  297. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  298. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  299. package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
  300. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  301. package/components/SuggestField/index.js +1 -1
  302. package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
  303. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  304. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  305. package/components/SuggestField/mobile/index.js +1 -1
  306. package/components/SwipeableArea/SwipeableArea.js +22 -22
  307. package/components/Table/FilterPanel.js +2 -2
  308. package/components/Table/MasterTable.js +19 -19
  309. package/components/Table/NoColumns.js +1 -1
  310. package/components/Table/PaginationPanel.js +2 -2
  311. package/components/Table/TableBasic/TableBasic.js +1 -1
  312. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  313. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  314. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  315. package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
  316. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
  317. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  318. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  319. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  320. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  321. package/components/Table/TableFooter/TableFooter.js +1 -1
  322. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  323. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  324. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  325. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  326. package/components/Table/TabsLinePanel.js +2 -2
  327. package/components/Table/TabsLinePanelLinks.js +8 -8
  328. package/components/Table/utils.js +1 -1
  329. package/components/Tabs/Tabs.js +12 -12
  330. package/components/TabsExtended/TabsExtended.js +2 -2
  331. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  332. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  333. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  334. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  335. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  336. package/components/TabsExtended/utils.js +1 -1
  337. package/components/TabsLine/TabsLine.js +1 -1
  338. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  339. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  340. package/components/TabsLine/components/TabsLineItem.js +1 -1
  341. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  342. package/components/Tag/Tag.js +23 -23
  343. package/components/TagColor/TagColor.js +9 -9
  344. package/components/TagGroup/TagGroup.js +12 -12
  345. package/components/TextField/TextField.js +1 -1
  346. package/components/TextareaField/TextareaField.js +1 -1
  347. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  348. package/components/Tooltip/components/common/TooltipLink.js +12 -12
  349. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  350. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  351. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  352. package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
  353. package/components/TopOverlay/TopOverlay.js +13 -13
  354. package/components/TreeView/TreeView.js +1 -1
  355. package/components/TreeView/components/TreeViewGroup.js +1 -1
  356. package/components/TreeView/components/TreeViewNode.js +1 -1
  357. package/components/Typography/Caption.js +18 -18
  358. package/components/Typography/Text.js +10 -10
  359. package/components/Typography/Title.js +10 -10
  360. package/components/Typography/utils.js +1 -1
  361. package/components/UnorderedList/UnorderedList.js +8 -8
  362. package/components/UnorderedList/UnorderedListItem.js +5 -5
  363. package/components/UploadZone/UploadZone.js +2 -2
  364. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  365. package/components/index.js +5 -5
  366. package/index.js +5 -5
  367. package/package.json +1 -1
  368. package/styles/triplex-next.css +534 -534
  369. package/chunks/AlertProcessSpoiler-Clc5Pcoq.js +0 -39
  370. package/chunks/Card.module-Cu7AW6wF.js +0 -17
  371. package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +0 -14
  372. package/chunks/Confirm.module-OZDQwZ76.js +0 -15
  373. package/chunks/DropdownMobile.module-DyAN0fdk.js +0 -23
  374. package/chunks/Footer.module-CNLRKuaO.js +0 -9
  375. package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +0 -9
  376. package/chunks/HeaderTabs.module-bgwZzpN5.js +0 -9
  377. package/chunks/IslandAccordion.module-CkwZRvz0.js +0 -25
  378. package/chunks/IslandWidgetFooter.module-CRDSENKS.js +0 -9
  379. package/chunks/IslandWidgetHeader.module-CplPMePk.js +0 -9
  380. package/chunks/LightBoxControls.module-BiErhmuy.js +0 -16
  381. package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +0 -8
  382. package/chunks/ListItemTail.module-BcXdd7Tg.js +0 -12
  383. package/chunks/ListMasterFooter.module-IIuFg261.js +0 -10
  384. package/chunks/ModalWindow.module-BxpQ7u7J.js +0 -17
  385. package/chunks/Notification.module-Dd05nJZX.js +0 -21
  386. package/chunks/Overlay.module-nyoFWXgt.js +0 -18
  387. package/chunks/Page.module-COesJT7Q.js +0 -11
  388. package/chunks/SMSField.module-CyHqtrvG.js +0 -16
  389. package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +0 -15
  390. package/chunks/StatusTracker.module-4qTM1xYQ.js +0 -24
  391. package/chunks/TableFooter.module-w1swDJka.js +0 -14
  392. package/chunks/TabsExtended.module-tx9R1r2s.js +0 -16
  393. package/chunks/TabsLine.module-DySAqOh5.js +0 -21
  394. package/chunks/TooltipDesktop.module-CVyAe5HN.js +0 -19
  395. package/chunks/TreeView.module-4qMoe0gI.js +0 -9
  396. package/chunks/utils-BqO-7PCm.js +0 -20
  397. package/chunks/utils-Clzm2Vel.js +0 -73
  398. package/chunks/utils-Dtu8f6BX.js +0 -24
@@ -1,7 +1,7 @@
1
- import { jsxs as B, Fragment as F, jsx as o } from "react/jsx-runtime";
2
- import { useRef as n, useEffect as f } from "react";
1
+ import { jsxs as x, Fragment as F, jsx as o } from "react/jsx-runtime";
2
+ import { useRef as n, useEffect as B } from "react";
3
3
  import { c as V, F as A } from "../../chunks/vendor-CalMVkfj.js";
4
- import { L as D, s as e } from "../../chunks/LightBoxContent-3oHJFM6-.js";
4
+ import { L as D, s as e } from "../../chunks/LightBoxContent-B5TEJXI-.js";
5
5
  import { LightBoxControls as I } from "./LightBoxControls/LightBoxControls.js";
6
6
  import { LightBoxSideOverlay as R } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
7
  import { Portal as k } from "../Portal/Portal.js";
@@ -15,11 +15,11 @@ import { LightBoxLeftSidebar as H } from "./LightBoxSidebars/LightBoxLeftSidebar
15
15
  import { LightBoxRightSidebar as U } from "./LightBoxSidebars/LightBoxRightSidebar.js";
16
16
  import "./LightBoxSideOverlay/enums.js";
17
17
  const Z = {
18
- "scroll-0": "scroll-0__b0d4e4cb",
19
- "scroll-15": "scroll-15__7ab77077",
20
- "scroll-16": "scroll-16__da2c1b14",
21
- "scroll-17": "scroll-17__bc3ee76d"
22
- }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", b = [e.bodyOverflowHidden], N = ({
18
+ "scroll-0": "scroll-0__695de17b",
19
+ "scroll-15": "scroll-15__cfeef167",
20
+ "scroll-16": "scroll-16__dd5f1124",
21
+ "scroll-17": "scroll-17__6711ef4e"
22
+ }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
23
23
  children: v,
24
24
  className: M,
25
25
  focusTrapProps: r,
@@ -38,9 +38,9 @@ const Z = {
38
38
  let t = null;
39
39
  return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
40
40
  }, c = n(E()), g = n(_()), h = () => {
41
- b.forEach((t) => document.documentElement.classList.add(t));
41
+ N.forEach((t) => document.documentElement.classList.add(t));
42
42
  };
43
- f(() => (T(Z), h(), setTimeout(h, 100), () => b.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
43
+ B(() => (T(Z), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), B(() => {
44
44
  if (!i && l.current) {
45
45
  const t = Math.round(Math.random() * 100);
46
46
  l.current.style.zIndex = t.toString();
@@ -60,12 +60,12 @@ const Z = {
60
60
  );
61
61
  if (!c.current)
62
62
  return null;
63
- const x = () => /* @__PURE__ */ B("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
63
+ const f = () => /* @__PURE__ */ x("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
64
64
  /* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
65
65
  v,
66
66
  /* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
67
67
  ] });
68
- return /* @__PURE__ */ B(F, { children: [
68
+ return /* @__PURE__ */ x(F, { children: [
69
69
  /* @__PURE__ */ o(k, { container: c.current, children: /* @__PURE__ */ o(
70
70
  W,
71
71
  {
@@ -80,10 +80,10 @@ const Z = {
80
80
  preventScroll: !0,
81
81
  ...r == null ? void 0 : r.focusTrapOptions
82
82
  },
83
- children: x()
83
+ children: f()
84
84
  }
85
85
  ),
86
- children: x()
86
+ children: f()
87
87
  }
88
88
  ) }),
89
89
  g.current && /* @__PURE__ */ o(
@@ -95,8 +95,8 @@ const Z = {
95
95
  )
96
96
  ] });
97
97
  };
98
- N.displayName = "LightBoxBase";
99
- const st = Object.assign(N, {
98
+ b.displayName = "LightBoxBase";
99
+ const st = Object.assign(b, {
100
100
  Content: D,
101
101
  SideOverlay: R,
102
102
  TopOverlay: j,
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../../chunks/vendor-CalMVkfj.js";
4
4
  import "../WindowResizeListener/WindowResizeListener.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-3oHJFM6-.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-B5TEJXI-.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-BiErhmuy.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-4BsaXW9O.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-CalMVkfj.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-BiErhmuy.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-4BsaXW9O.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-BiErhmuy.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-4BsaXW9O.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-BiErhmuy.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-4BsaXW9O.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,
@@ -7,8 +7,8 @@ import { LightBoxSideOverlayLoader as I } from "./LightBoxSideOverlayLoader.js";
7
7
  import { FocusTrapUtils as T } from "../../../utils/focus/FocusTrapUtils.js";
8
8
  import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseMobile.js";
9
9
  import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
10
- import { ELightBoxSideOverlaySize as a } from "./enums.js";
11
- const q = "lightBoxSideOverlayMask__3583ab6a", J = "lightBoxSideOverlayWrapper__bc596e27", K = "overflowXHidden__73e8d417", Q = "overflowYHidden__167e30cf", V = "closing__9820c030", Z = "opened__44504a8a", $ = "lightBoxSideOverlayContent__60ceeaf3", P = "opening__f477660a", ee = "sizeSM__ddaa65e7", ie = "sizeMD__15dd2630", te = "sizeLG__7b5a9490", oe = "lightBoxSideOverlay__b29edf97", e = {
10
+ import { ELightBoxSideOverlaySize as s } from "./enums.js";
11
+ const q = "lightBoxSideOverlayMask__3be15f5c", J = "lightBoxSideOverlayWrapper__e018e417", K = "overflowXHidden__a0146917", Q = "overflowYHidden__c69adc7a", V = "closing__fff7fa59", Z = "opened__bbf81e48", $ = "lightBoxSideOverlayContent__a98b90f2", P = "opening__6b6fb2f9", ee = "sizeSM__879d33c2", ie = "sizeMD__128ecb98", te = "sizeLG__fef0851d", oe = "lightBoxSideOverlay__599f6215", e = {
12
12
  lightBoxSideOverlayMask: q,
13
13
  lightBoxSideOverlayWrapper: J,
14
14
  overflowXHidden: K,
@@ -25,24 +25,24 @@ const q = "lightBoxSideOverlayMask__3583ab6a", J = "lightBoxSideOverlayWrapper__
25
25
  children: _,
26
26
  className: M,
27
27
  focusTrapProps: l,
28
- isLoading: s,
28
+ isLoading: a,
29
29
  loadingTitle: u,
30
30
  isTopLevelSideOverlayOpened: B,
31
31
  isTopOverlayOpened: z,
32
32
  onClose: c,
33
33
  onOpen: d,
34
34
  opened: i,
35
- size: g = a.MD,
35
+ size: f = s.MD,
36
36
  ...D
37
37
  }) => {
38
- const [o, v] = x(!1), [n, f] = x(!1), h = p(i), S = p(null);
38
+ const [o, g] = x(!1), [n, v] = x(!1), h = p(i), S = p(null);
39
39
  W(() => {
40
- h.current && !i ? (f(!1), v(!0)) : !h.current && i && (v(!1), f(!0)), h.current = i;
40
+ h.current && !i ? (v(!1), g(!0)) : !h.current && i && (g(!1), v(!0)), h.current = i;
41
41
  }, [i]);
42
- const k = (r) => {
42
+ const b = (r) => {
43
43
  const { target: G, currentTarget: N } = r;
44
- G === N && (o ? (v(!1), c == null || c()) : n && (f(!1), d == null || d()));
45
- }, H = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), L = () => /* @__PURE__ */ O(
44
+ G === N && (o ? (g(!1), c == null || c()) : n && (v(!1), d == null || d()));
45
+ }, k = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ O(
46
46
  "div",
47
47
  {
48
48
  className: m(e.lightBoxSideOverlayContent, {
@@ -50,25 +50,25 @@ const q = "lightBoxSideOverlayMask__3583ab6a", J = "lightBoxSideOverlayWrapper__
50
50
  [e.opening]: n,
51
51
  [e.opened]: i
52
52
  }),
53
- onTransitionEnd: k,
53
+ onTransitionEnd: b,
54
54
  ref: S,
55
55
  children: [
56
56
  _,
57
- s && /* @__PURE__ */ t(I, { loadingTitle: u })
57
+ a && /* @__PURE__ */ t(I, { loadingTitle: u })
58
58
  ]
59
59
  }
60
- ), w = () => {
61
- }, b = m(M, e.lightBoxSideOverlayWrapper, {
60
+ ), L = () => {
61
+ }, w = m(M, e.lightBoxSideOverlayWrapper, {
62
62
  [e.closing]: o,
63
63
  [e.opened]: i,
64
- [e.overflowXHidden]: !!B || !!s,
65
- [e.overflowYHidden]: !!B || !!s || !!z,
66
- [e.sizeSM]: g === a.SM,
67
- [e.sizeMD]: g === a.MD,
68
- [e.sizeLG]: g === a.LG
64
+ [e.overflowXHidden]: !!B || !!a,
65
+ [e.overflowYHidden]: !!B || !!a || !!z,
66
+ [e.sizeSM]: f === s.SM,
67
+ [e.sizeMD]: f === s.MD,
68
+ [e.sizeLG]: f === s.LG
69
69
  }), E = (r) => /* @__PURE__ */ O(C, { children: [
70
- H(r),
71
- L()
70
+ k(r),
71
+ H()
72
72
  ] }), F = /* @__PURE__ */ t(
73
73
  "div",
74
74
  {
@@ -76,7 +76,7 @@ const q = "lightBoxSideOverlayMask__3583ab6a", J = "lightBoxSideOverlayWrapper__
76
76
  [e.closing]: o,
77
77
  [e.opening]: n
78
78
  }),
79
- children: /* @__PURE__ */ t(Y, { direction: R.RIGHT, opened: i, setOpened: w, children: E })
79
+ children: /* @__PURE__ */ t(Y, { direction: R.RIGHT, opened: i, setOpened: L, children: E })
80
80
  }
81
81
  );
82
82
  return /* @__PURE__ */ t(
@@ -90,7 +90,7 @@ const q = "lightBoxSideOverlayMask__3583ab6a", J = "lightBoxSideOverlayWrapper__
90
90
  preventScroll: !0,
91
91
  ...l == null ? void 0 : l.focusTrapOptions
92
92
  },
93
- children: /* @__PURE__ */ t("div", { className: b, role: "dialog", "aria-modal": "true", ...D, children: F })
93
+ children: /* @__PURE__ */ t("div", { className: w, role: "dialog", "aria-modal": "true", ...D, children: F })
94
94
  }
95
95
  );
96
96
  };
@@ -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-B1Ry_HK0.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-Bx568ER4.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-CalMVkfj.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-Bx568ER4.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__98288a24", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__2e0a98f3", 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
2
  import { c as a } from "../../../chunks/vendor-CalMVkfj.js";
3
- const f = "lightBoxLeftSidebar__40d7e9fd", x = "fixed__cec169a0", s = "lightBoxLeftSidebarInner__a744bb1d", e = {
3
+ const f = "lightBoxLeftSidebar__001bd896", x = "fixed__055c46f2", s = "lightBoxLeftSidebarInner__470c3b96", e = {
4
4
  lightBoxLeftSidebar: f,
5
5
  fixed: x,
6
6
  lightBoxLeftSidebarInner: s
7
7
  }, l = ({
8
8
  children: t,
9
- className: d,
10
- fixed: o,
11
- ...r
12
- }) => /* @__PURE__ */ i("div", { className: a(d, e.lightBoxLeftSidebar, { [e.fixed]: o }), ...r, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
9
+ className: o,
10
+ fixed: r,
11
+ ...d
12
+ }) => /* @__PURE__ */ i("div", { className: a(o, e.lightBoxLeftSidebar, { [e.fixed]: r }), ...d, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
13
13
  l.displayName = "LightBoxLeftSidebar";
14
14
  export {
15
15
  l as LightBoxLeftSidebar
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as r } from "../../../chunks/vendor-CalMVkfj.js";
3
- const a = "lightBoxRightSidebar__40c32798", d = "fixed__cec169a0", x = "lightBoxRightSidebarInner__79694699", i = {
4
- lightBoxRightSidebar: a,
2
+ import { c as o } from "../../../chunks/vendor-CalMVkfj.js";
3
+ const r = "lightBoxRightSidebar__876aa7c1", d = "fixed__055c46f2", x = "lightBoxRightSidebarInner__f1d4a607", i = {
4
+ lightBoxRightSidebar: r,
5
5
  fixed: d,
6
6
  lightBoxRightSidebarInner: x
7
7
  }, s = ({
8
8
  children: e,
9
9
  className: h,
10
- fixed: g,
11
- ...o
12
- }) => /* @__PURE__ */ t("div", { className: r(h, i.lightBoxRightSidebar, { [i.fixed]: g }), ...o, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
10
+ fixed: a,
11
+ ...g
12
+ }) => /* @__PURE__ */ t("div", { className: o(h, i.lightBoxRightSidebar, { [i.fixed]: a }), ...g, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
13
13
  s.displayName = "LightBoxRightSidebar";
14
14
  export {
15
15
  s as LightBoxRightSidebar
@@ -1,17 +1,17 @@
1
1
  import { jsx as R, jsxs as t, Fragment as i } from "react/jsx-runtime";
2
2
  import L from "react";
3
3
  import { c as a } from "../../chunks/vendor-CalMVkfj.js";
4
- const v = "link__23b05c82", F = "wordWithContent__63cc6b53", S = "before__e0baf431", T = "after__3e1667f1", e = {
4
+ const v = "link__7566ec48", F = "wordWithContent__bccac27f", S = "before__2587b892", T = "after__8c315299", e = {
5
5
  link: v,
6
6
  wordWithContent: F,
7
7
  before: S,
8
8
  after: T
9
9
  }, q = L.forwardRef(
10
- ({ children: d, className: N, onBlur: p, onMouseDown: f, contentAfter: s, contentBefore: o, ...C }, b) => {
11
- const c = () => o ? /* @__PURE__ */ t(i, { children: [
10
+ ({ children: c, className: N, onBlur: p, onMouseDown: C, contentAfter: s, contentBefore: o, ...f }, W) => {
11
+ const d = () => o ? /* @__PURE__ */ t(i, { children: [
12
12
  "​",
13
13
  o()
14
- ] }) : null, m = () => s ? s() : null, W = (n) => {
14
+ ] }) : null, m = () => s ? s() : null, b = (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, {
@@ -19,7 +19,7 @@ const v = "link__23b05c82", F = "wordWithContent__63cc6b53", S = "before__e0baf4
19
19
  [e.before]: !!o
20
20
  });
21
21
  return /* @__PURE__ */ t("span", { className: y, children: [
22
- c(),
22
+ d(),
23
23
  n,
24
24
  m()
25
25
  ] });
@@ -27,7 +27,7 @@ const v = "link__23b05c82", F = "wordWithContent__63cc6b53", S = "before__e0baf4
27
27
  const l = r[0], h = r[r.length - 1], _ = r.slice(1, -1).join(" "), k = a(e.wordWithContent, {
28
28
  [e.before]: !!o
29
29
  }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
30
- c(),
30
+ d(),
31
31
  l
32
32
  ] }) : l, x = a(e.wordWithContent, {
33
33
  [e.after]: !!s
@@ -49,17 +49,17 @@ const v = "link__23b05c82", F = "wordWithContent__63cc6b53", S = "before__e0baf4
49
49
  n,
50
50
  l
51
51
  ] });
52
- }, w = o || s ? ((n) => typeof n == "string" ? W(n) : u(n))(d) : d;
52
+ }, w = o || s ? ((n) => typeof n == "string" ? b(n) : u(n))(c) : c;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
56
56
  role: "link",
57
- ...C,
57
+ ...f,
58
58
  className: a(N, e.link, "hoverable"),
59
59
  onBlur: p,
60
- onMouseDown: f,
61
- "data-tx": "0.14.0",
62
- ref: b,
60
+ onMouseDown: C,
61
+ "data-tx": "0.14.1",
62
+ ref: W,
63
63
  children: w
64
64
  }
65
65
  );
@@ -1,12 +1,12 @@
1
- import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
- import e from "react";
1
+ import { jsxs as e, jsx as i } from "react/jsx-runtime";
2
+ import a from "react";
3
3
  import { c as m } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const d = "list__dd03729d", p = {
5
+ const d = "list__7091dd3e", p = {
6
6
  list: d
7
- }, f = e.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ i("ul", { className: m(p.list, t), ...o, "data-tx": "0.14.0", ref: r, children: [
7
+ }, f = a.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ e("ul", { className: m(p.list, t), ...o, "data-tx": "0.14.1", ref: r, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ a(c, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ i(c, { type: "small" }) : null
10
10
  ] }));
11
11
  f.displayName = "List";
12
12
  export {
@@ -1,10 +1,10 @@
1
- import { jsx as e } from "react/jsx-runtime";
1
+ import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as o } from "../../../chunks/vendor-CalMVkfj.js";
4
- const p = "listEmptyState__5977941a", r = {
4
+ const p = "listEmptyState__de574117", r = {
5
5
  listEmptyState: p
6
6
  }, l = i.forwardRef(
7
- ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(r.listEmptyState, s), ...m, ref: a, children: t })
7
+ ({ children: t, className: s, ...m }, e) => /* @__PURE__ */ a("div", { className: o(r.listEmptyState, s), ...m, ref: e, children: t })
8
8
  );
9
9
  l.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.14.0", ref: s, children: e }) });
6
+ return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.14.1", ref: s, children: e }) });
7
7
  });
8
8
  c.displayName = "ListItem";
9
9
  export {
@@ -2,10 +2,10 @@ import { jsx as c } from "react/jsx-runtime";
2
2
  import i, { useContext as l } from "react";
3
3
  import { c as r } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__643af3c6", C = "selected__d1080e62", t = {
5
+ const d = "listItemContent__561b6445", C = "selected__a36e6e87", t = {
6
6
  listItemContent: d,
7
7
  selected: C
8
- }, f = i.forwardRef(
8
+ }, I = i.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
10
  const { selected: m } = l(a);
11
11
  return /* @__PURE__ */ c(
@@ -13,15 +13,15 @@ const d = "listItemContent__643af3c6", C = "selected__d1080e62", t = {
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "0.14.0",
16
+ "data-tx": "0.14.1",
17
17
  ref: n,
18
18
  children: e
19
19
  }
20
20
  );
21
21
  }
22
22
  );
23
- f.displayName = "ListItemContent";
23
+ I.displayName = "ListItemContent";
24
24
  export {
25
- f as ListItemContent
25
+ I as ListItemContent
26
26
  };
27
27
  //# sourceMappingURL=ListItemContent.js.map
@@ -1,10 +1,10 @@
1
- import { jsx as l } from "react/jsx-runtime";
2
- import m from "react";
3
- import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
4
- const i = "listItemControls__814d88eb", n = {
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import l from "react";
3
+ import { c as m } from "../../../chunks/vendor-CalMVkfj.js";
4
+ const i = "listItemControls__ce5f69ea", n = {
5
5
  listItemControls: i
6
- }, a = m.forwardRef(
7
- ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, children: t })
6
+ }, a = l.forwardRef(
7
+ ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ e("div", { className: m(n.listItemControls, o), ...s, ref: r, children: t })
8
8
  );
9
9
  a.displayName = "ListItemControls";
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../chunks/vendor-CalMVkfj.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-DQyZxkWl.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-BQWXaAf7.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 R } from "../../Dropdown/desktop/DropdownList.js";
21
- import { s as h, L as V } from "../../../chunks/ListItemControlsButton-DQyZxkWl.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-BQWXaAf7.js";
22
22
  const G = E.forwardRef(
23
23
  (y, l) => {
24
24
  const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...N } = y, u = a(null), f = a(null), [p, L] = O(), D = a(_()), v = ({ opened: e, setOpened: o }) => /* @__PURE__ */ t(
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as s } from "../../../chunks/vendor-CalMVkfj.js";
4
- import { LoaderScreen as r } from "../../LoaderScreen/LoaderScreen.js";
5
- import { EComponentSize as a } from "../../../enums/EComponentSize.js";
6
- const n = "listItemLoading__0709fe7d", d = {
4
+ import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
5
+ import { EComponentSize as r } from "../../../enums/EComponentSize.js";
6
+ const n = "listItemLoading__4bca125a", d = {
7
7
  listItemLoading: n
8
8
  }, l = m.forwardRef(
9
- ({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(r, { type: "small", size: a.MD }) })
9
+ ({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
10
10
  );
11
11
  l.displayName = "ListItemLoading";
12
12
  export {
@@ -1,37 +1,37 @@
1
- import { jsxs as n, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as n, jsx as a } from "react/jsx-runtime";
2
2
  import p, { useContext as m, useEffect as d } from "react";
3
3
  import { c as k } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
5
  import { ListItemContext as _ } from "./ListItemContext.js";
6
- const L = "listItemSelectable__0b396545", f = "selected__d1080e62", C = "checkboxWrapper__5d4b2d6c", W = "childrenWrapper__9d79eb05", I = "checkboxLabel__b6e192f0", S = "checkboxLabelClickArea__a47052bb", e = {
7
- listItemSelectable: L,
8
- selected: f,
6
+ const f = "listItemSelectable__492a8cfd", L = "selected__a36e6e87", C = "checkboxWrapper__05748435", W = "childrenWrapper__8ee030b2", I = "checkboxLabel__58909da9", S = "checkboxLabelClickArea__6f4a5a7b", e = {
7
+ listItemSelectable: f,
8
+ selected: L,
9
9
  checkboxWrapper: C,
10
10
  childrenWrapper: W,
11
11
  checkboxLabel: I,
12
12
  checkboxLabelClickArea: S
13
13
  }, N = p.forwardRef(
14
14
  ({ selected: c, children: l, className: r, onSelect: s, ...o }, b) => {
15
- const { setSelected: a } = m(_), i = (h) => {
15
+ const { setSelected: t } = m(_), i = (h) => {
16
16
  s(h.target.checked);
17
17
  };
18
18
  return d(() => {
19
- a(c);
20
- }, [c, a]), /* @__PURE__ */ n(
19
+ t(c);
20
+ }, [c, t]), /* @__PURE__ */ n(
21
21
  "div",
22
22
  {
23
23
  className: k(e.listItemSelectable, { [e.selected]: c }, r),
24
24
  ...o,
25
25
  ref: b,
26
26
  children: [
27
- /* @__PURE__ */ t("div", { className: e.childrenWrapper, children: l }),
28
- /* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
27
+ /* @__PURE__ */ a("div", { className: e.childrenWrapper, children: l }),
28
+ /* @__PURE__ */ a("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ a(
29
29
  x,
30
30
  {
31
31
  checked: c,
32
32
  onChange: i,
33
33
  labelAttributes: { className: e.checkboxLabel },
34
- children: /* @__PURE__ */ t("span", { className: e.checkboxLabelClickArea })
34
+ children: /* @__PURE__ */ a("span", { className: e.checkboxLabelClickArea })
35
35
  }
36
36
  ) })
37
37
  ]
@@ -7,7 +7,7 @@ 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-CalMVkfj.js";
10
- const C = "listItemTable__f5a09e7e", w = {
10
+ const C = "listItemTable__8ae1287a", w = {
11
11
  listItemTable: C
12
12
  }, R = d.forwardRef(
13
13
  ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...n }, f) => {
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
2
  import l from "react";
3
3
  import { c as o } from "../../../chunks/vendor-CalMVkfj.js";
4
- import { s } from "../../../chunks/ListItemTail.module-BcXdd7Tg.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-Dqje1Ta9.js";
5
5
  const r = l.forwardRef(
6
6
  ({ className: a, ...e }, i) => /* @__PURE__ */ m(
7
7
  "span",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as o } from "../../../chunks/vendor-CalMVkfj.js";
4
- import { s } from "../../../chunks/ListItemTail.module-BcXdd7Tg.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-Dqje1Ta9.js";
5
5
  const r = e.forwardRef(
6
6
  ({ className: a, ...i }, m) => /* @__PURE__ */ l(
7
7
  "span",
@@ -3,7 +3,7 @@ import p from "react";
3
3
  import { x as I, y as u, c as y } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { ListItem as L } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as R } from "./ListSortableItemTarget.js";
6
- const x = "listSortableItem__3813e603", N = "dragging__2a2725ba", i = {
6
+ const x = "listSortableItem__ebadb590", N = "dragging__64474959", i = {
7
7
  listSortableItem: x,
8
8
  dragging: N
9
9
  }, _ = Object.assign(
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import l from "react";
3
3
  import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
4
- const a = "listSortableItemControls__7809585c", m = {
4
+ const a = "listSortableItemControls__54560b94", m = {
5
5
  listSortableItemControls: a
6
6
  }, i = l.forwardRef(
7
7
  ({ className: t, ...o }, r) => /* @__PURE__ */ s(
@@ -1,17 +1,17 @@
1
1
  import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { DragdotsStrokeSrvIcon24 as n } from "@sberbusiness/icons-next";
4
- import { c as I } from "../../../chunks/vendor-CalMVkfj.js";
5
- const b = "listSortableItemTarget__e4aba832", c = "dragging__2a2725ba", S = "listSortableItemTargetContent__9794baa1", T = "listSortableItemTargetIcon__4e32e92e", t = {
6
- listSortableItemTarget: b,
7
- dragging: c,
4
+ import { c } from "../../../chunks/vendor-CalMVkfj.js";
5
+ const I = "listSortableItemTarget__723ca2c7", b = "dragging__64474959", S = "listSortableItemTargetContent__f5dc572a", T = "listSortableItemTargetIcon__8ad98ba9", t = {
6
+ listSortableItemTarget: I,
7
+ dragging: b,
8
8
  listSortableItemTargetContent: S,
9
9
  listSortableItemTargetIcon: T
10
10
  }, d = m.forwardRef(
11
11
  ({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
12
12
  "div",
13
13
  {
14
- className: I(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
14
+ className: c(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
15
15
  ...s,
16
16
  ref: g,
17
17
  children: [