@sberbusiness/triplex-next 1.16.0 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (402) hide show
  1. package/chunks/{AlertProcessSpoiler-BG_kloAp.js → AlertProcessSpoiler-t7fDdqO9.js} +13 -13
  2. package/chunks/CalendarViewItem-C2DNB4Jw.js +101 -0
  3. package/chunks/Card.module-CoTlxJ6e.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-bZi9dSDw.js +14 -0
  5. package/chunks/{Chip-D_XuO-fG.js → Chip-Cf-GM0CV.js} +16 -16
  6. package/chunks/Confirm.module-BI8PM4Hz.js +15 -0
  7. package/chunks/{DropdownListItem-DzngoNVf.js → DropdownListItem-Cy40lpF7.js} +15 -15
  8. package/chunks/DropdownMobile.module-CiteH_xj.js +23 -0
  9. package/chunks/Footer.module-DnotaF0A.js +9 -0
  10. package/chunks/{FormFieldInput-TbDWEJtn.js → FormFieldInput-AMteABRz.js} +12 -12
  11. package/chunks/HeaderLayoutSidebar.module-Bd_GF8rz.js +9 -0
  12. package/chunks/HeaderTabs.module-Cfl_jvQ5.js +9 -0
  13. package/chunks/{HeaderTitle.module-DVxCsuq0.js → HeaderTitle.module-CWH4Qtxu.js} +2 -2
  14. package/chunks/IslandAccordion.module-C-ODuVTy.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-BKWOZe3U.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-iR-r9VBx.js +12 -0
  17. package/chunks/{LightBoxContent-CY1Sxlp1.js → LightBoxContent-OGbq-MPG.js} +13 -13
  18. package/chunks/LightBoxControls.module-yMjZxWFf.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-DIr7bB-Q.js +8 -0
  20. package/chunks/{ListItemControlsButton-C55hc-cr.js → ListItemControlsButton-D5VCVobZ.js} +10 -10
  21. package/chunks/ListItemTail.module-psSZKLRd.js +12 -0
  22. package/chunks/ListMasterFooter.module-B-sVcLFb.js +10 -0
  23. package/chunks/ModalWindow.module-kWUQDYW7.js +17 -0
  24. package/chunks/Notification.module-CglusCHB.js +21 -0
  25. package/chunks/Overlay.module-DrUdkKMZ.js +18 -0
  26. package/chunks/Page.module-BqOHwRFw.js +11 -0
  27. package/chunks/{RightBorderArrow-D4dScyRx.js → RightBorderArrow-Cg9t6wps.js} +4 -4
  28. package/chunks/SMSField.module-Bu6Qam45.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-BtIySKC1.js +15 -0
  30. package/chunks/{SliderExtendedRail-Bgz2tkUx.js → SliderExtendedRail-C3YHkDdA.js} +9 -9
  31. package/chunks/StatusTracker.module-C6hh8Ogq.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-CaLnhNmM.js → SuggestFieldMobileDropdownHint-DFpzFnw4.js} +4 -4
  33. package/chunks/TableFooter.module-CD1rdwIS.js +14 -0
  34. package/chunks/TabsExtended.module-dt080T3c.js +16 -0
  35. package/chunks/TabsLine.module-BxpgcF_Y.js +21 -0
  36. package/chunks/TooltipDesktop.module-Dg73ZVxN.js +19 -0
  37. package/chunks/TreeView.module-IDSIrNif.js +9 -0
  38. package/chunks/UploadZoneInput-y4jP_J3Z.js +33 -0
  39. package/chunks/{constants-DAn1uZaw.js → constants-BVwJOKSH.js} +13 -13
  40. package/chunks/utils-C2wI3ypW.js +27 -0
  41. package/chunks/{utils-D7Yx6kDI.js → utils-CnUVPndw.js} +4 -4
  42. package/chunks/{utils-DV0NGebi.js → utils-DTJIF2M7.js} +7 -7
  43. package/chunks/utils-DfZbK225.js +73 -0
  44. package/components/Alert/AlertContext/AlertContext.js +14 -14
  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 +7 -7
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +16 -16
  50. package/components/Badge/Badge.js +12 -12
  51. package/components/Badge/BadgeDot.js +8 -8
  52. package/components/Badge/components/BadgeContent.js +20 -20
  53. package/components/Badge/components/BadgePostfix.js +4 -4
  54. package/components/Badge/components/BadgePrefix.js +1 -1
  55. package/components/Body/Body.js +6 -6
  56. package/components/Button/Button.js +21 -21
  57. package/components/Button/ButtonBase.js +1 -1
  58. package/components/Button/ButtonDropdown.js +1 -1
  59. package/components/Button/ButtonDropdownExtended.js +5 -5
  60. package/components/Button/ButtonIcon.js +7 -7
  61. package/components/Calendar/Calendar.js +5 -5
  62. package/components/Calendar/components/CalendarControls.js +1 -1
  63. package/components/Calendar/components/CalendarFooter.js +1 -1
  64. package/components/Calendar/components/CalendarViewDays.js +1 -1
  65. package/components/Calendar/components/CalendarViewItem.js +1 -1
  66. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  67. package/components/Calendar/components/CalendarViewYears.js +1 -1
  68. package/components/Card/CardAction.js +21 -21
  69. package/components/Card/CardStatic.js +2 -2
  70. package/components/Card/components/CardContent/CardContent.js +1 -1
  71. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  74. package/components/Card/components/CardMedia.js +1 -1
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +6 -6
  77. package/components/Checkbox/Checkbox.js +6 -6
  78. package/components/Checkbox/CheckboxXGroup.js +14 -14
  79. package/components/Checkbox/CheckboxYGroup.js +4 -4
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  84. package/components/Chip/Chip.js +1 -1
  85. package/components/Chip/ChipClearButton.js +9 -9
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +4 -4
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +1 -1
  91. package/components/Chip/ChipOptions.js +9 -9
  92. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  94. package/components/Chip/ChipSort.js +1 -1
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +8 -8
  101. package/components/Col/Col.js +130 -130
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
  103. package/components/Confirm/Confirm.js +1 -1
  104. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  105. package/components/Confirm/components/ConfirmContent.js +1 -1
  106. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  107. package/components/Confirm/components/ConfirmControls.js +1 -1
  108. package/components/DateField/DateField.js +1 -1
  109. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  110. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  111. package/components/DateRange/DateRange.js +6 -6
  112. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  113. package/components/Divider/Divider.js +21 -21
  114. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  115. package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
  116. package/components/Dropdown/desktop/DropdownList.js +1 -1
  117. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  118. package/components/Dropdown/desktop/index.js +1 -1
  119. package/components/Dropdown/index.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  121. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  123. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  131. package/components/Ellipsis/Ellipsis.js +8 -8
  132. package/components/ExpandAnimation/ExpandAnimation.js +1 -1
  133. package/components/Footer/Footer.js +1 -1
  134. package/components/Footer/components/FooterDescription.js +1 -1
  135. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  136. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  137. package/components/FormField/FormField.js +33 -33
  138. package/components/FormField/components/FormFieldClear.js +6 -6
  139. package/components/FormField/components/FormFieldCounter.js +1 -1
  140. package/components/FormField/components/FormFieldDescription.js +1 -1
  141. package/components/FormField/components/FormFieldInput.js +1 -1
  142. package/components/FormField/components/FormFieldLabel.js +14 -14
  143. package/components/FormField/components/FormFieldMaskedInput.js +10 -10
  144. package/components/FormField/components/FormFieldPostfix.js +5 -5
  145. package/components/FormField/components/FormFieldPrefix.js +4 -4
  146. package/components/FormField/components/FormFieldTarget.js +6 -6
  147. package/components/FormField/components/FormFieldTextarea.js +12 -12
  148. package/components/FormField/index.js +1 -1
  149. package/components/Header/Header.js +1 -1
  150. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  151. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  153. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +8 -8
  154. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  155. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  156. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  157. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  158. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  159. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  160. package/components/HelpBox/HelpBox.js +13 -13
  161. package/components/Island/Island.js +1 -1
  162. package/components/Island/components/IslandBody.js +3 -3
  163. package/components/Island/components/IslandFooter.js +5 -5
  164. package/components/Island/components/IslandHeader.js +1 -1
  165. package/components/Island/utils.js +1 -1
  166. package/components/IslandAccordion/IslandAccordion.js +2 -2
  167. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  168. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  169. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  170. package/components/IslandWidget/IslandWidget.js +18 -18
  171. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  172. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  173. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  174. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  176. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  177. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  180. package/components/LightBox/LightBox.js +10 -10
  181. package/components/LightBox/LightBoxContent.js +1 -1
  182. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  183. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  184. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  185. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  186. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
  187. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  188. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  190. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +1 -1
  191. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +3 -3
  192. package/components/Link/Link.js +26 -26
  193. package/components/List/List.js +7 -7
  194. package/components/List/components/ListEmptyState.js +3 -3
  195. package/components/List/components/ListItem.js +1 -1
  196. package/components/List/components/ListItemContent.js +2 -2
  197. package/components/List/components/ListItemControls.js +5 -5
  198. package/components/List/components/ListItemControlsButton.js +1 -1
  199. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  200. package/components/List/components/ListItemLoading.js +2 -2
  201. package/components/List/components/ListItemSelectable.js +5 -5
  202. package/components/List/components/ListItemTable.js +6 -6
  203. package/components/List/components/ListItemTailLeft.js +1 -1
  204. package/components/List/components/ListItemTailRight.js +1 -1
  205. package/components/List/components/ListSortableItem.js +4 -4
  206. package/components/List/components/ListSortableItemControls.js +5 -5
  207. package/components/List/components/ListSortableItemTarget.js +6 -6
  208. package/components/List/index.js +1 -1
  209. package/components/ListMaster/ListMaster.js +1 -1
  210. package/components/ListMaster/components/ListMasterBody.js +1 -1
  211. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  212. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  213. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  214. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  215. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  216. package/components/ListMaster/components/SelectionControls.js +6 -6
  217. package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
  218. package/components/Loader/LoaderSmall/LoaderSmall.js +15 -15
  219. package/components/LoaderScreen/LoaderScreen.js +13 -13
  220. package/components/Marker/Marker.js +1 -1
  221. package/components/Marker/utils.js +1 -1
  222. package/components/MarkerStatus/MarkerStatus.js +13 -13
  223. package/components/ModalWindow/ModalWindow.js +1 -1
  224. package/components/ModalWindow/components/ModalWindowBody.js +4 -4
  225. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  226. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  227. package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
  228. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  229. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
  230. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
  231. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  232. package/components/Notification/Notification.js +2 -2
  233. package/components/Notification/NotificationGrouped.js +1 -1
  234. package/components/Notification/components/NotificationBody.js +1 -1
  235. package/components/Notification/components/NotificationBodyContent.js +1 -1
  236. package/components/Notification/components/NotificationBodyList.js +1 -1
  237. package/components/Notification/components/NotificationClose.js +1 -1
  238. package/components/Notification/components/NotificationFooter.js +1 -1
  239. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  240. package/components/Notification/components/NotificationHeader.js +1 -1
  241. package/components/Notification/components/NotificationIcon.js +1 -1
  242. package/components/Notification/components/NotificationTime.js +1 -1
  243. package/components/NotificationIcon/NotificationIcon.js +4 -4
  244. package/components/NumberField/NumberFieldInput.js +1 -1
  245. package/components/OrderedList/OrderedList.js +2 -2
  246. package/components/OrderedList/OrderedListItem.js +2 -2
  247. package/components/Overlay/Overlay.js +1 -1
  248. package/components/Overlay/OverlayMask.js +1 -1
  249. package/components/Overlay/OverlayPanel.js +1 -1
  250. package/components/Page/Page.js +1 -1
  251. package/components/Page/components/BodyPage.js +9 -9
  252. package/components/Page/components/FooterPage.js +1 -1
  253. package/components/Page/components/HeaderPage.js +1 -1
  254. package/components/Pagination/components/PaginationExtended.js +6 -6
  255. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  256. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  257. package/components/Pagination/components/PaginationPageButton.js +1 -1
  258. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  259. package/components/Pagination/components/PaginationSelect.js +10 -10
  260. package/components/Radio/Radio.js +17 -17
  261. package/components/Radio/RadioXGroup.js +7 -7
  262. package/components/Radio/RadioYGroup.js +9 -9
  263. package/components/Row/Row.js +7 -7
  264. package/components/SMSField/SMSField.js +2 -2
  265. package/components/SMSField/components/RefreshIcon.js +1 -1
  266. package/components/SMSField/components/SMSFieldInput.js +2 -2
  267. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  268. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  269. package/components/SegmentedControl/SegmentedControl.js +10 -10
  270. package/components/SegmentedControl/SegmentedControlSegment.js +16 -16
  271. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  272. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  273. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +32 -32
  274. package/components/Skeleton/Skeleton.js +7 -7
  275. package/components/SliderExtended/SliderExtended.js +2 -2
  276. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
  277. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  278. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  279. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  280. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  281. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +16 -16
  282. package/components/SmallInput/SmallInput.js +3 -3
  283. package/components/Spoiler/Spoiler.js +13 -13
  284. package/components/StatusTracker/StatusTracker.js +2 -2
  285. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  286. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  287. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  288. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  289. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  290. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  294. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  295. package/components/Step/Step.js +13 -13
  296. package/components/Stepper/RightBorderArrow.js +1 -1
  297. package/components/Stepper/Stepper.js +3 -3
  298. package/components/Stepper/StepperExtended.js +1 -1
  299. package/components/Stepper/StepperStep.js +2 -2
  300. package/components/Stepper/StepperWrapper.js +2 -2
  301. package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
  302. package/components/SuggestField/SuggestField.js +2 -2
  303. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  304. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  305. package/components/SuggestField/index.js +1 -1
  306. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  307. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  308. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  309. package/components/SuggestField/mobile/index.js +1 -1
  310. package/components/SwipeableArea/SwipeableArea.js +19 -19
  311. package/components/Table/FilterPanel.js +2 -2
  312. package/components/Table/MasterTable.js +8 -8
  313. package/components/Table/NoColumns.js +4 -4
  314. package/components/Table/PaginationPanel.js +4 -4
  315. package/components/Table/TableBasic/TableBasic.js +1 -1
  316. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  317. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  318. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  319. package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
  320. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  321. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  322. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  323. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  324. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  325. package/components/Table/TableFooter/TableFooter.js +1 -1
  326. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  327. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  328. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  329. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  330. package/components/Table/TabsLinePanel.js +5 -5
  331. package/components/Table/TabsLinePanelLinks.js +1 -1
  332. package/components/Table/utils.js +1 -1
  333. package/components/Tabs/Tabs.js +17 -17
  334. package/components/TabsExtended/TabsExtended.js +2 -2
  335. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  336. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  337. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  338. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  339. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  340. package/components/TabsExtended/utils.js +1 -1
  341. package/components/TabsLine/TabsLine.js +1 -1
  342. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  343. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  344. package/components/TabsLine/components/TabsLineItem.js +1 -1
  345. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  346. package/components/Tag/Tag.js +23 -23
  347. package/components/TagColor/TagColor.js +8 -8
  348. package/components/TagGroup/TagGroup.js +9 -9
  349. package/components/TextField/TextField.js +1 -1
  350. package/components/TextareaField/TextareaField.js +1 -1
  351. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  352. package/components/Tooltip/components/common/TooltipLink.js +10 -10
  353. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  354. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  355. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  356. package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
  357. package/components/TopOverlay/TopOverlay.js +15 -15
  358. package/components/TreeView/TreeView.js +1 -1
  359. package/components/TreeView/components/TreeViewGroup.js +1 -1
  360. package/components/TreeView/components/TreeViewNode.js +1 -1
  361. package/components/Typography/Caption.js +17 -17
  362. package/components/Typography/Text.js +19 -19
  363. package/components/Typography/Title.js +15 -15
  364. package/components/Typography/constants.js +1 -1
  365. package/components/UnorderedList/UnorderedList.js +8 -8
  366. package/components/UnorderedList/UnorderedListItem.js +2 -2
  367. package/components/UploadZone/UploadZone.js +2 -2
  368. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  369. package/components/index.js +5 -5
  370. package/index.js +5 -5
  371. package/package.json +1 -1
  372. package/styles/triplex-next.css +546 -546
  373. package/chunks/CalendarViewItem-CQQGgtHA.js +0 -101
  374. package/chunks/Card.module-D_9Nt5tA.js +0 -17
  375. package/chunks/CheckboxTreeExtended.module-D7lKoA-a.js +0 -14
  376. package/chunks/Confirm.module-BFd_0tH_.js +0 -15
  377. package/chunks/DropdownMobile.module-Ct6WVB7d.js +0 -23
  378. package/chunks/Footer.module-Cz5Pu1VT.js +0 -9
  379. package/chunks/HeaderLayoutSidebar.module-Bce5gLLP.js +0 -9
  380. package/chunks/HeaderTabs.module-Bwx0AJwd.js +0 -9
  381. package/chunks/IslandAccordion.module-oqHSoL0z.js +0 -25
  382. package/chunks/IslandWidgetFooter.module-Bp7thdVi.js +0 -9
  383. package/chunks/IslandWidgetHeader.module-B2SJ3aL2.js +0 -12
  384. package/chunks/LightBoxControls.module-CXoONiYm.js +0 -16
  385. package/chunks/LightBoxSideOverlayClose.module-BeAPadn5.js +0 -8
  386. package/chunks/ListItemTail.module-BlucpMEa.js +0 -12
  387. package/chunks/ListMasterFooter.module-D93cBp3m.js +0 -10
  388. package/chunks/ModalWindow.module-AO3qbtIE.js +0 -17
  389. package/chunks/Notification.module-3pjGHWYU.js +0 -21
  390. package/chunks/Overlay.module-yINooO_5.js +0 -18
  391. package/chunks/Page.module-fTNmaZZ6.js +0 -11
  392. package/chunks/SMSField.module-D01Witvu.js +0 -16
  393. package/chunks/SliderExtendedMarks.module-BLyZ9qYi.js +0 -15
  394. package/chunks/StatusTracker.module-DPlTQG3M.js +0 -24
  395. package/chunks/TableFooter.module-zC8u9DwX.js +0 -14
  396. package/chunks/TabsExtended.module-C65aq0XO.js +0 -16
  397. package/chunks/TabsLine.module-B3O0egAv.js +0 -21
  398. package/chunks/TooltipDesktop.module-D1K6FcqB.js +0 -19
  399. package/chunks/TreeView.module-Vpz40gNk.js +0 -9
  400. package/chunks/UploadZoneInput-DxG_yQtm.js +0 -33
  401. package/chunks/utils-9tQwQbYj.js +0 -27
  402. package/chunks/utils-HLMbnICl.js +0 -73
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../WindowResizeListener/WindowResizeListener.js";
4
4
  import "../../chunks/vendor-Dlne6Znf.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-CY1Sxlp1.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-OGbq-MPG.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-CXoONiYm.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-yMjZxWFf.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-Dlne6Znf.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-CXoONiYm.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-yMjZxWFf.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-CXoONiYm.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-yMjZxWFf.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-CXoONiYm.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-yMjZxWFf.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, jsxs as y, Fragment as T } from "react/jsx-runtime";
2
2
  import { useState as B, useRef as O, useEffect as X } from "react";
3
- import { c as m, F as Y } from "../../../chunks/vendor-Dlne6Znf.js";
3
+ import { c as v, F as Y } from "../../../chunks/vendor-Dlne6Znf.js";
4
4
  import { OverlayBase as z, EOverlayDirection as L } from "../../Overlay/OverlayBase.js";
5
5
  import { OverlayMask as R } from "../../Overlay/OverlayMask.js";
6
6
  import { LightBoxSideOverlayLoader as j } from "./LightBoxSideOverlayLoader.js";
@@ -9,7 +9,7 @@ import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseM
9
9
  import { LightBoxSideOverlayCloseDesktop as G } from "./LightBoxSideOverlayCloseDesktop.js";
10
10
  import { EComponentSize as U } from "../../../enums/EComponentSize.js";
11
11
  import { createSizeToClassNameMap as q } from "../../../utils/classNameMaps.js";
12
- const J = "lightBoxSideOverlayMask__91af1ba1", K = "lightBoxSideOverlayWrapper__bd07ba15", Q = "overflowXHidden__8c35e319", V = "overflowYHidden__be0b9b8c", Z = "closing__827e8281", $ = "opened__5ef407fe", P = "lightBoxSideOverlayContent__9f740726", ee = "opening__b573a01f", oe = "sm__29d52167", te = "md__91b8d6fa", ie = "lg__67677bc9", re = "lightBoxSideOverlay__0f1d801f", e = {
12
+ const J = "lightBoxSideOverlayMask__824e8981", K = "lightBoxSideOverlayWrapper__ccf23a8e", Q = "overflowXHidden__9746f1d6", V = "overflowYHidden__bf79a212", Z = "closing__c6a4dac2", $ = "opened__5d51a101", P = "lightBoxSideOverlayContent__e86cc00f", ee = "opening__9bc67803", oe = "sm__9e016440", te = "md__9c22bbe1", ie = "lg__3ed27866", re = "lightBoxSideOverlay__dc972a74", e = {
13
13
  lightBoxSideOverlayMask: J,
14
14
  lightBoxSideOverlayWrapper: K,
15
15
  overflowXHidden: Q,
@@ -22,7 +22,7 @@ const J = "lightBoxSideOverlayMask__91af1ba1", K = "lightBoxSideOverlayWrapper__
22
22
  md: te,
23
23
  lg: ie,
24
24
  lightBoxSideOverlay: re
25
- }, le = q(e), v = ({
25
+ }, le = q(e), f = ({
26
26
  children: x,
27
27
  className: S,
28
28
  focusTrapProps: l,
@@ -33,48 +33,48 @@ const J = "lightBoxSideOverlayMask__91af1ba1", K = "lightBoxSideOverlayWrapper__
33
33
  onClose: s,
34
34
  onOpen: c,
35
35
  opened: o,
36
- size: b = U.MD,
37
- ...M
36
+ size: M = U.MD,
37
+ ...k
38
38
  }) => {
39
- const [i, d] = B(!1), [n, g] = B(!1), f = O(o), p = O(null);
39
+ const [i, d] = B(!1), [n, g] = B(!1), m = O(o), p = O(null);
40
40
  X(() => {
41
- f.current && !o ? (g(!1), d(!0)) : !f.current && o && (d(!1), g(!0)), f.current = o;
41
+ m.current && !o ? (g(!1), d(!0)) : !m.current && o && (d(!1), g(!0)), m.current = o;
42
42
  }, [o]);
43
- const k = (r) => {
43
+ const H = (r) => {
44
44
  const { target: F, currentTarget: W } = r;
45
45
  F === W && (i ? (d(!1), s == null || s()) : n && (g(!1), c == null || c()));
46
- }, H = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), w = () => /* @__PURE__ */ y(
46
+ }, w = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), C = () => /* @__PURE__ */ y(
47
47
  "div",
48
48
  {
49
- className: m(e.lightBoxSideOverlayContent, {
49
+ className: v(e.lightBoxSideOverlayContent, {
50
50
  [e.closing]: i,
51
51
  [e.opening]: n,
52
52
  [e.opened]: o
53
53
  }),
54
- onTransitionEnd: k,
54
+ onTransitionEnd: H,
55
55
  ref: p,
56
56
  children: [
57
57
  x,
58
58
  a && /* @__PURE__ */ t(j, { loadingTitle: _ })
59
59
  ]
60
60
  }
61
- ), C = () => {
62
- }, N = m(S, e.lightBoxSideOverlayWrapper, le[b], {
61
+ ), N = () => {
62
+ }, b = v(S, e.lightBoxSideOverlayWrapper, le[M], {
63
63
  [e.closing]: i,
64
64
  [e.opened]: o,
65
65
  [e.overflowXHidden]: !!h || !!a,
66
66
  [e.overflowYHidden]: !!h || !!a || !!u
67
67
  }), D = (r) => /* @__PURE__ */ y(T, { children: [
68
- H(r),
69
- w()
68
+ w(r),
69
+ C()
70
70
  ] }), E = /* @__PURE__ */ t(
71
71
  "div",
72
72
  {
73
- className: m(e.lightBoxSideOverlay, {
73
+ className: v(e.lightBoxSideOverlay, {
74
74
  [e.closing]: i,
75
75
  [e.opening]: n
76
76
  }),
77
- children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: C, children: D })
77
+ children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: N, children: D })
78
78
  }
79
79
  );
80
80
  return /* @__PURE__ */ t(
@@ -88,14 +88,14 @@ const J = "lightBoxSideOverlayMask__91af1ba1", K = "lightBoxSideOverlayWrapper__
88
88
  preventScroll: !0,
89
89
  ...l == null ? void 0 : l.focusTrapOptions
90
90
  },
91
- children: /* @__PURE__ */ t("div", { className: N, role: "dialog", "aria-modal": "true", ...M, children: E })
91
+ children: /* @__PURE__ */ t("div", { className: b, role: "dialog", "aria-modal": "true", ...k, children: E })
92
92
  }
93
93
  );
94
94
  };
95
- v.displayName = "LightBoxSideOverlay";
96
- v.CloseDesktop = G;
97
- v.CloseMobile = A;
95
+ f.displayName = "LightBoxSideOverlay";
96
+ f.CloseDesktop = G;
97
+ f.CloseMobile = A;
98
98
  export {
99
- v as LightBoxSideOverlay
99
+ f as LightBoxSideOverlay
100
100
  };
101
101
  //# sourceMappingURL=LightBoxSideOverlay.js.map
@@ -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-BeAPadn5.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-DIr7bB-Q.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-Dlne6Znf.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-BeAPadn5.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-DIr7bB-Q.js";
5
5
  import { EButtonTheme as l } from "../../Button/enums.js";
6
6
  import { EComponentSize as s } from "../../../enums/EComponentSize.js";
7
7
  import { Button as a } from "../../Button/Button.js";
@@ -1,18 +1,18 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { useState as s, useRef as d, useEffect as l } from "react";
3
- import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__36e223d2", c = {
2
+ import { useState as s, useRef as l, useEffect as p } from "react";
3
+ import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
4
+ const n = "lightBoxSideOverlayLoaderWrapper__3cc977ec", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
- const [t, r] = s(0), e = d(null);
8
- return l(() => {
7
+ const [t, r] = s(0), e = l(null);
8
+ return p(() => {
9
9
  setTimeout(() => {
10
10
  if (e.current) {
11
11
  const o = e.current.getBoundingClientRect();
12
12
  o.top !== t && (o.top > 0 ? r(0) : r(Math.abs(o.top)));
13
13
  }
14
14
  });
15
- }, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(p, { type: "middle", children: a }) });
15
+ }, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(d, { type: "middle", children: a }) });
16
16
  };
17
17
  f.displayName = "LightBoxSideOverlayLoader";
18
18
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import { c as a } from "../../../chunks/vendor-Dlne6Znf.js";
3
- const d = "lightBoxLeftSidebar__a013ff4b", x = "fixed__1f16afbd", s = "lightBoxLeftSidebarInner__4b1e4f56", e = {
3
+ const d = "lightBoxLeftSidebar__e496f0f8", x = "fixed__f07dcea7", s = "lightBoxLeftSidebarInner__2150acf4", e = {
4
4
  lightBoxLeftSidebar: d,
5
5
  fixed: x,
6
6
  lightBoxLeftSidebarInner: s
@@ -1,8 +1,8 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { c as r } from "../../../chunks/vendor-Dlne6Znf.js";
3
- const a = "lightBoxRightSidebar__42023e7a", d = "fixed__1f16afbd", x = "lightBoxRightSidebarInner__758b2615", i = {
4
- lightBoxRightSidebar: a,
5
- fixed: d,
3
+ const d = "lightBoxRightSidebar__67f085fc", a = "fixed__f07dcea7", x = "lightBoxRightSidebarInner__256058cf", i = {
4
+ lightBoxRightSidebar: d,
5
+ fixed: a,
6
6
  lightBoxRightSidebarInner: x
7
7
  }, s = ({
8
8
  children: e,
@@ -1,22 +1,22 @@
1
- import { jsx as R, jsxs as t, Fragment as i } from "react/jsx-runtime";
1
+ import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
2
2
  import L from "react";
3
- import { c as a } from "../../chunks/vendor-Dlne6Znf.js";
4
- const v = "link__37e7675b", F = "wordWithContent__abe76e2c", S = "before__fb6116cf", T = "after__6e659506", r = {
3
+ import { c as l } from "../../chunks/vendor-Dlne6Znf.js";
4
+ const v = "link__f4ade8a3", F = "wordWithContent__d50c3399", S = "before__1750bca7", T = "after__b8f47120", 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: f, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, _) => {
11
- const c = () => o ? /* @__PURE__ */ t(i, { children: [
10
+ ({ children: i, className: N, onBlur: f, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, _) => {
11
+ const c = () => o ? /* @__PURE__ */ t(d, { children: [
12
12
  "​",
13
13
  o()
14
- ] }) : null, m = () => s ? s() : null, b = (n) => {
15
- const e = n.split(" ");
16
- if (e.length < 2 || e.length < 3 && o && s) {
17
- const y = a(r.wordWithContent, {
18
- [r.after]: !!s,
19
- [r.before]: !!o
14
+ ] }) : null, m = () => s ? s() : null, u = (n) => {
15
+ const r = n.split(" ");
16
+ if (r.length < 2 || r.length < 3 && o && s) {
17
+ const y = l(e.wordWithContent, {
18
+ [e.after]: !!s,
19
+ [e.before]: !!o
20
20
  });
21
21
  return /* @__PURE__ */ t("span", { className: y, children: [
22
22
  c(),
@@ -24,43 +24,43 @@ const v = "link__37e7675b", F = "wordWithContent__abe76e2c", S = "before__fb6116
24
24
  m()
25
25
  ] });
26
26
  }
27
- const l = e[0], h = e[e.length - 1], w = e.slice(1, -1).join(" "), k = a(r.wordWithContent, {
28
- [r.before]: !!o
27
+ const a = r[0], h = r[r.length - 1], w = r.slice(1, -1).join(" "), k = l(e.wordWithContent, {
28
+ [e.before]: !!o
29
29
  }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
30
30
  c(),
31
- l
32
- ] }) : l, x = a(r.wordWithContent, {
33
- [r.after]: !!s
31
+ a
32
+ ] }) : a, x = l(e.wordWithContent, {
33
+ [e.after]: !!s
34
34
  }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
35
35
  h,
36
36
  m()
37
37
  ] }) : h;
38
- return /* @__PURE__ */ t(i, { children: [
38
+ return /* @__PURE__ */ t(d, { children: [
39
39
  g,
40
40
  " ",
41
41
  w,
42
42
  " ",
43
43
  j
44
44
  ] });
45
- }, u = (n) => {
46
- const e = o ? o() : null, l = s ? s() : null;
47
- return /* @__PURE__ */ t(i, { children: [
48
- e,
45
+ }, W = (n) => {
46
+ const r = o ? o() : null, a = s ? s() : null;
47
+ return /* @__PURE__ */ t(d, { children: [
48
+ r,
49
49
  n,
50
- l
50
+ a
51
51
  ] });
52
- }, W = o || s ? ((n) => typeof n == "string" ? b(n) : u(n))(d) : d;
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
57
  ...C,
58
- className: a(N, r.link, "hoverable"),
58
+ className: l(N, e.link, "hoverable"),
59
59
  onBlur: f,
60
60
  onMouseDown: p,
61
- "data-tx": "1.16.0",
61
+ "data-tx": "1.17.0",
62
62
  ref: _,
63
- children: W
63
+ children: b
64
64
  }
65
65
  );
66
66
  }
@@ -1,15 +1,15 @@
1
- import { jsxs as a, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as m } from "../../chunks/vendor-Dlne6Znf.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const d = "list__3055b2d8", f = {
6
- list: d
7
- }, p = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(f.list, t), ...o, "data-tx": "1.16.0", ref: r, children: [
5
+ const f = "list__f8bc398e", p = {
6
+ list: f
7
+ }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ e("ul", { className: m(p.list, t), ...o, "data-tx": "1.17.0", ref: r, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ e(c, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ a(c, { type: "small" }) : null
10
10
  ] }));
11
- p.displayName = "List";
11
+ d.displayName = "List";
12
12
  export {
13
- p as List
13
+ d as List
14
14
  };
15
15
  //# sourceMappingURL=List.js.map
@@ -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-Dlne6Znf.js";
4
- const p = "listEmptyState__5fbdbdd7", l = {
4
+ const p = "listEmptyState__77fde6e3", l = {
5
5
  listEmptyState: p
6
6
  }, r = i.forwardRef(
7
- ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...m, ref: a, children: t })
7
+ ({ children: t, className: s, ...e }, m) => /* @__PURE__ */ a("div", { className: o(l.listEmptyState, s), ...e, ref: m, children: t })
8
8
  );
9
9
  r.displayName = "ListItemEmpty";
10
10
  export {
@@ -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.16.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.17.0", ref: s, children: e }) });
7
7
  });
8
8
  f.displayName = "ListItem";
9
9
  export {
@@ -2,7 +2,7 @@ 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-Dlne6Znf.js";
4
4
  import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__607c7f64", f = "selected__841ce626", t = {
5
+ const d = "listItemContent__468ea1b4", f = "selected__9ebcfbf5", t = {
6
6
  listItemContent: d,
7
7
  selected: f
8
8
  }, C = l.forwardRef(
@@ -13,7 +13,7 @@ const d = "listItemContent__607c7f64", f = "selected__841ce626", t = {
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "1.16.0",
16
+ "data-tx": "1.17.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
@@ -1,10 +1,10 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as m } from "../../../chunks/vendor-Dlne6Znf.js";
4
- const i = "listItemControls__232c2de4", n = {
2
+ import m from "react";
3
+ import { c as e } from "../../../chunks/vendor-Dlne6Znf.js";
4
+ const i = "listItemControls__82f4bb9d", n = {
5
5
  listItemControls: i
6
- }, a = e.forwardRef(
7
- ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(n.listItemControls, o), ...s, ref: l, children: t })
6
+ }, a = m.forwardRef(
7
+ ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(n.listItemControls, o), ...s, ref: l, 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-Dlne6Znf.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-C55hc-cr.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-D5VCVobZ.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-C55hc-cr.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-D5VCVobZ.js";
22
22
  const G = P.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] = E(), D = a(O()), v = ({ opened: e, setOpened: t }) => /* @__PURE__ */ o(
@@ -3,10 +3,10 @@ import m from "react";
3
3
  import { c as s } from "../../../chunks/vendor-Dlne6Znf.js";
4
4
  import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
5
5
  import { EComponentSize as r } from "../../../enums/EComponentSize.js";
6
- const d = "listItemLoading__7dfad022", n = {
6
+ const d = "listItemLoading__dd70eb99", n = {
7
7
  listItemLoading: d
8
8
  }, l = m.forwardRef(
9
- ({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(n.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
9
+ ({ className: o, ...e }, i) => /* @__PURE__ */ t("div", { className: s(n.listItemLoading, o), ...e, ref: i, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
10
10
  );
11
11
  l.displayName = "ListItemLoading";
12
12
  export {
@@ -2,17 +2,17 @@ import { jsxs as n, jsx as t } 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-Dlne6Znf.js";
4
4
  import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
- import { ListItemContext as _ } from "./ListItemContext.js";
6
- const L = "listItemSelectable__8e440406", f = "selected__841ce626", C = "checkboxWrapper__55551954", W = "childrenWrapper__a038e1d5", I = "checkboxLabel__ead343b9", S = "checkboxLabelClickArea__7b6ba4d5", e = {
7
- listItemSelectable: L,
8
- selected: f,
5
+ import { ListItemContext as f } from "./ListItemContext.js";
6
+ const _ = "listItemSelectable__559d73e4", L = "selected__9ebcfbf5", C = "checkboxWrapper__976e0840", W = "childrenWrapper__533af917", I = "checkboxLabel__151c1ce5", S = "checkboxLabelClickArea__6a600f1c", e = {
7
+ listItemSelectable: _,
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: a } = m(f), i = (h) => {
16
16
  s(h.target.checked);
17
17
  };
18
18
  return d(() => {
@@ -1,4 +1,4 @@
1
- import { jsx as e, jsxs as p } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as c } from "react/jsx-runtime";
2
2
  import d from "react";
3
3
  import { SwipeableArea as I } from "../../SwipeableArea/SwipeableArea.js";
4
4
  import { ListItem as b } from "./ListItem.js";
@@ -7,19 +7,19 @@ 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-Dlne6Znf.js";
10
- const C = "listItemTable__808ac8dc", _ = {
10
+ const C = "listItemTable__9050407f", _ = {
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) => {
14
- const c = 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__ */ p(
13
+ ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...f }, n) => {
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), ...f, ref: n, children: /* @__PURE__ */ c(
16
16
  I,
17
17
  {
18
18
  ref: a,
19
19
  rightSwipeableArea: t ? /* @__PURE__ */ e(T, { children: t }) : void 0,
20
20
  children: [
21
21
  /* @__PURE__ */ e(x, {}),
22
- c ? /* @__PURE__ */ e(h, { selected: r, onSelect: i, children: m() }) : m()
22
+ p ? /* @__PURE__ */ e(h, { selected: r, onSelect: i, children: m() }) : m()
23
23
  ]
24
24
  }
25
25
  ) });
@@ -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-Dlne6Znf.js";
4
- import { s } from "../../../chunks/ListItemTail.module-BlucpMEa.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-psSZKLRd.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-Dlne6Znf.js";
4
- import { s } from "../../../chunks/ListItemTail.module-BlucpMEa.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-psSZKLRd.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 { y as u, z as I, c as y } from "../../../chunks/vendor-Dlne6Znf.js";
4
4
  import { ListItem as _ } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as L } from "./ListSortableItemTarget.js";
6
- const R = "listSortableItem__e762f17f", N = "dragging__442cdbab", i = {
6
+ const R = "listSortableItem__23b73c82", N = "dragging__1eb29c38", 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: f, listeners: l, isDragging: a, setNodeRef: c, setActivatorNodeRef: S } = u({
11
+ const { transform: m, transition: l, listeners: f, 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__e762f17f", N = "dragging__442cdbab", i = {
22
22
  _,
23
23
  {
24
24
  className: y(i.listSortableItem, { [i.dragging]: a }, n),
25
- style: { transform: I.Translate.toString(m), transition: f, ...g },
25
+ style: { transform: I.Translate.toString(m), transition: l, ...g },
26
26
  ...s,
27
27
  ref: b,
28
- children: typeof e == "function" ? e({ disabled: r, dragging: a, listeners: l, setActivatorNodeRef: S }) : e
28
+ children: typeof e == "function" ? e({ disabled: r, dragging: a, listeners: f, setActivatorNodeRef: S }) : e
29
29
  }
30
30
  );
31
31
  }),
@@ -1,13 +1,13 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as l } from "../../../chunks/vendor-Dlne6Znf.js";
4
- const a = "listSortableItemControls__89dfe420", m = {
2
+ import l from "react";
3
+ import { c as e } from "../../../chunks/vendor-Dlne6Znf.js";
4
+ const a = "listSortableItemControls__87bb3529", m = {
5
5
  listSortableItemControls: a
6
- }, i = e.forwardRef(
6
+ }, i = l.forwardRef(
7
7
  ({ className: t, ...o }, r) => /* @__PURE__ */ s(
8
8
  "div",
9
9
  {
10
- className: l(m.listSortableItemControls, t),
10
+ className: e(m.listSortableItemControls, t),
11
11
  "data-draggable": "false",
12
12
  ...o,
13
13
  ref: r
@@ -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 } from "../../../chunks/vendor-Dlne6Znf.js";
5
- const I = "listSortableItemTarget__bd9c5a9f", b = "dragging__442cdbab", S = "listSortableItemTargetContent__91a9220d", d = "listSortableItemTargetIcon__e9729f83", t = {
6
- listSortableItemTarget: I,
4
+ import { c as I } from "../../../chunks/vendor-Dlne6Znf.js";
5
+ const c = "listSortableItemTarget__2d3bdeaa", b = "dragging__1eb29c38", d = "listSortableItemTargetContent__9ed3f2a0", S = "listSortableItemTargetIcon__fbf629d9", t = {
6
+ listSortableItemTarget: c,
7
7
  dragging: b,
8
- listSortableItemTargetContent: S,
9
- listSortableItemTargetIcon: d
8
+ listSortableItemTargetContent: d,
9
+ listSortableItemTargetIcon: S
10
10
  }, T = m.forwardRef(
11
11
  ({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
12
12
  "div",
13
13
  {
14
- className: c(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
14
+ className: I(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
15
15
  ...s,
16
16
  ref: g,
17
17
  children: [
@@ -3,7 +3,7 @@ import { AdvancedMouseSensor as m, AdvancedTouchSensor as s, ListSortable as i }
3
3
  import { ListItem as p } from "./components/ListItem.js";
4
4
  import { ListItemControls as x } from "./components/ListItemControls.js";
5
5
  import { ListItemContent as n } from "./components/ListItemContent.js";
6
- import { L as I } from "../../chunks/ListItemControlsButton-C55hc-cr.js";
6
+ import { L as I } from "../../chunks/ListItemControlsButton-D5VCVobZ.js";
7
7
  import { ListItemControlsButtonDropdown as b } from "./components/ListItemControlsButtonDropdown.js";
8
8
  import { ListEmptyState as C } from "./components/ListEmptyState.js";
9
9
  import { ListItemLoading as c } from "./components/ListItemLoading.js";
@@ -6,7 +6,7 @@ import { ListMasterHeader as a } from "./components/ListMasterHeader.js";
6
6
  import { SelectionControls as n } from "./components/SelectionControls.js";
7
7
  import { ListMasterFooterControls as f } from "./components/ListMasterFooterControls.js";
8
8
  import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
9
- const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "1.16.0", children: t });
9
+ const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "1.17.0", children: t });
10
10
  o.Body = m;
11
11
  o.ChipGroup = s;
12
12
  o.Footer = p;
@@ -6,7 +6,7 @@ const s = e.forwardRef(
6
6
  {
7
7
  className: a,
8
8
  ...o,
9
- "data-tx": "1.16.0",
9
+ "data-tx": "1.17.0",
10
10
  ref: r,
11
11
  children: t
12
12
  }