@sberbusiness/triplex-next 0.25.0 → 0.26.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 (421) hide show
  1. package/chunks/AlertProcessSpoiler-BjHTZKgZ.js +41 -0
  2. package/chunks/{CalendarViewItem-CQErGrhc.js → CalendarViewItem-BdyVWg8a.js} +20 -20
  3. package/chunks/Card.module-gPkzcCGo.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-BqmTzdxy.js +15 -0
  5. package/chunks/Chip-CuoqjaG4.js +77 -0
  6. package/chunks/Confirm.module-bXfHpEZY.js +15 -0
  7. package/chunks/{DropdownListItem-wT8cLRdZ.js → DropdownListItem-CRdOVwlq.js} +15 -15
  8. package/chunks/DropdownMobile.module-H5txYrQf.js +23 -0
  9. package/chunks/Footer.module-Dhevv5cy.js +9 -0
  10. package/chunks/{FormFieldInput-Dj2JAqj2.js → FormFieldInput-CyAOOwnJ.js} +6 -6
  11. package/chunks/HeaderLayoutSidebar.module-CqLx3F7A.js +9 -0
  12. package/chunks/HeaderTabs.module-BQHI-7dx.js +9 -0
  13. package/chunks/{HeaderTitle.module-SmVWml2y.js → HeaderTitle.module-BDZQCHuH.js} +2 -2
  14. package/chunks/IslandAccordion.module-ElAylnXP.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-km-5hDpn.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-DZJujJ9z.js +12 -0
  17. package/chunks/{LightBoxContent-DlDaCKV4.js → LightBoxContent-Bp6XRgdB.js} +9 -9
  18. package/chunks/LightBoxControls.module-Dp8lh2Rg.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-DDGxczL0.js +9 -0
  20. package/chunks/{ListItemControlsButton-UKjqQcv7.js → ListItemControlsButton-PANaJdYf.js} +8 -8
  21. package/chunks/ListItemTail.module-BKP1QEpv.js +12 -0
  22. package/chunks/ListMasterFooter.module-D1BeGub8.js +10 -0
  23. package/chunks/ModalWindow.module-PJk-BOT5.js +17 -0
  24. package/chunks/Notification.module-7THtDpDh.js +20 -0
  25. package/chunks/Overlay.module-B0Fayqn2.js +18 -0
  26. package/chunks/Page.module-oxsZ2i2v.js +11 -0
  27. package/chunks/SMSField.module-DQoHDr5D.js +16 -0
  28. package/chunks/SliderExtendedMarks.module-CEOeXrfd.js +15 -0
  29. package/chunks/{SliderExtendedRail-jfLPbgEp.js → SliderExtendedRail-B33WytbG.js} +7 -7
  30. package/chunks/StatusTracker.module-CwUmaWht.js +24 -0
  31. package/chunks/StepperStepArrowBorder-9OXwuqOn.js +101 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-CCyHjS-V.js → SuggestFieldMobileDropdownHint-dcZDUPZa.js} +4 -4
  33. package/chunks/TableFooter.module-DaFBiojx.js +14 -0
  34. package/chunks/TabsExtended.module-D4GCJESe.js +16 -0
  35. package/chunks/TabsLine.module-BEA3Lssg.js +21 -0
  36. package/chunks/TooltipDesktop.module-hff_h0-q.js +19 -0
  37. package/chunks/TreeView.module-C-XaQJbB.js +9 -0
  38. package/chunks/{UploadZoneInput-DYiPRAAI.js → UploadZoneInput-BsJhqlie.js} +2 -2
  39. package/chunks/{constants-Ctks52i0.js → constants-KINy2OSZ.js} +13 -13
  40. package/chunks/utils-BVhTB5hC.js +73 -0
  41. package/chunks/{utils-C6a9XDaC.js → utils-CWqa2skI.js} +4 -4
  42. package/chunks/utils-DFHOghtD.js +28 -0
  43. package/chunks/utils-TZKbWcP7.js +24 -0
  44. package/components/Alert/AlertContext/AlertContext.js +21 -21
  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 +2 -2
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +4 -4
  50. package/components/Badge/Badge.js +11 -11
  51. package/components/Badge/BadgeDot.js +7 -7
  52. package/components/Badge/components/BadgeContent.js +10 -10
  53. package/components/Badge/components/BadgePostfix.js +8 -8
  54. package/components/Badge/components/BadgePrefix.js +1 -1
  55. package/components/Body/Body.js +4 -4
  56. package/components/Button/Button.js +26 -26
  57. package/components/Button/ButtonBase.js +1 -1
  58. package/components/Button/ButtonDropdown.js +10 -10
  59. package/components/Button/ButtonDropdownExtended.js +4 -4
  60. package/components/Button/ButtonIcon.js +3 -3
  61. package/components/Calendar/Calendar.js +20 -20
  62. package/components/Calendar/components/CalendarControls.js +13 -13
  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 +7 -7
  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 +1 -1
  77. package/components/Checkbox/Checkbox.js +2 -2
  78. package/components/Checkbox/CheckboxXGroup.js +14 -14
  79. package/components/Checkbox/CheckboxYGroup.js +6 -6
  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 +1 -1
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +1 -1
  91. package/components/Chip/ChipOptions.js +5 -5
  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 +21 -21
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +23 -22
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +76 -66
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +16 -16
  101. package/components/Col/Col.js +140 -140
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
  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 +9 -9
  111. package/components/DateRange/DateRange.js +19 -19
  112. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  113. package/components/DesignTokens/components/Stepper.js +11 -20
  114. package/components/Divider/Divider.js +17 -17
  115. package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
  116. package/components/Dropdown/desktop/DropdownDesktop.js +28 -28
  117. package/components/Dropdown/desktop/DropdownList.js +1 -1
  118. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  119. package/components/Dropdown/desktop/index.js +1 -1
  120. package/components/Dropdown/index.js +1 -1
  121. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  122. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  123. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  132. package/components/Ellipsis/Ellipsis.js +7 -7
  133. package/components/EmptyView/EmptyView.js +13 -13
  134. package/components/ExpandAnimation/ExpandAnimation.js +1 -1
  135. package/components/Footer/Footer.js +1 -1
  136. package/components/Footer/components/FooterDescription.js +1 -1
  137. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  138. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  139. package/components/FormField/FormField.js +18 -18
  140. package/components/FormField/components/FormFieldClear.js +1 -1
  141. package/components/FormField/components/FormFieldCounter.js +5 -5
  142. package/components/FormField/components/FormFieldDescription.js +7 -7
  143. package/components/FormField/components/FormFieldInput.js +1 -1
  144. package/components/FormField/components/FormFieldLabel.js +10 -10
  145. package/components/FormField/components/FormFieldMaskedInput.js +15 -15
  146. package/components/FormField/components/FormFieldPostfix.js +5 -5
  147. package/components/FormField/components/FormFieldPrefix.js +9 -9
  148. package/components/FormField/components/FormFieldTarget.js +11 -11
  149. package/components/FormField/components/FormFieldTextarea.js +22 -22
  150. package/components/FormField/components/index.js +1 -1
  151. package/components/FormField/index.js +1 -1
  152. package/components/Header/Header.js +1 -1
  153. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  154. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  155. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  156. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +8 -8
  157. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  158. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  159. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  160. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  161. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  162. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  163. package/components/HelpBox/HelpBox.js +1 -1
  164. package/components/IconWrapper/IconWrapper.js +15 -15
  165. package/components/Island/Island.js +1 -1
  166. package/components/Island/components/IslandBody.js +3 -3
  167. package/components/Island/components/IslandFooter.js +5 -5
  168. package/components/Island/components/IslandHeader.js +2 -2
  169. package/components/Island/utils.js +1 -1
  170. package/components/IslandAccordion/IslandAccordion.js +2 -2
  171. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  172. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  173. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  174. package/components/IslandWidget/IslandWidget.js +12 -12
  175. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  176. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +10 -10
  177. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  180. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  181. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  182. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  183. package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
  184. package/components/LightBox/LightBox.js +17 -17
  185. package/components/LightBox/LightBoxContent.js +1 -1
  186. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  187. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  188. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  189. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  190. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +10 -10
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  193. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  194. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -15
  195. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
  196. package/components/Link/Link.js +10 -10
  197. package/components/List/List.js +2 -2
  198. package/components/List/components/ListEmptyState.js +4 -4
  199. package/components/List/components/ListItem.js +1 -1
  200. package/components/List/components/ListItemContent.js +5 -5
  201. package/components/List/components/ListItemControls.js +1 -1
  202. package/components/List/components/ListItemControlsButton.js +1 -1
  203. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  204. package/components/List/components/ListItemLoading.js +6 -6
  205. package/components/List/components/ListItemSelectable.js +8 -8
  206. package/components/List/components/ListItemTable.js +5 -5
  207. package/components/List/components/ListItemTailLeft.js +1 -1
  208. package/components/List/components/ListItemTailRight.js +1 -1
  209. package/components/List/components/ListSortableItem.js +7 -7
  210. package/components/List/components/ListSortableItemControls.js +1 -1
  211. package/components/List/components/ListSortableItemTarget.js +5 -5
  212. package/components/List/index.js +1 -1
  213. package/components/ListMaster/ListMaster.js +1 -1
  214. package/components/ListMaster/components/ListMasterBody.js +1 -1
  215. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  216. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  217. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  218. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  219. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  220. package/components/ListMaster/components/SelectionControls.js +6 -6
  221. package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
  222. package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
  223. package/components/LoaderScreen/LoaderScreen.js +11 -11
  224. package/components/Marker/Marker.js +1 -1
  225. package/components/Marker/utils.js +1 -1
  226. package/components/MarkerStatus/MarkerStatus.js +16 -16
  227. package/components/ModalWindow/ModalWindow.js +1 -1
  228. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  229. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  230. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  231. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  232. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  233. package/components/MonthYearField/MonthYearFieldTarget.js +12 -11
  234. package/components/MonthYearRange/MonthYearRange.js +76 -0
  235. package/components/MonthYearRange/enums.js +5 -0
  236. package/components/MonthYearRange/index.js +7 -0
  237. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  238. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
  239. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
  240. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  241. package/components/Notification/Notification.js +2 -2
  242. package/components/Notification/NotificationGrouped.js +1 -1
  243. package/components/Notification/components/NotificationBody.js +1 -1
  244. package/components/Notification/components/NotificationBodyList.js +1 -1
  245. package/components/Notification/components/NotificationClose.js +1 -1
  246. package/components/Notification/components/NotificationFooter.js +1 -1
  247. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  248. package/components/Notification/components/NotificationHeader.js +1 -1
  249. package/components/Notification/components/NotificationIcon.js +1 -1
  250. package/components/Notification/components/NotificationTime.js +1 -1
  251. package/components/NumberField/NumberFieldInput.js +1 -1
  252. package/components/OrderedList/OrderedList.js +6 -6
  253. package/components/OrderedList/OrderedListItem.js +2 -2
  254. package/components/Overlay/Overlay.js +1 -1
  255. package/components/Overlay/OverlayMask.js +1 -1
  256. package/components/Overlay/OverlayPanel.js +1 -1
  257. package/components/Page/Page.js +1 -1
  258. package/components/Page/components/BodyPage.js +9 -9
  259. package/components/Page/components/FooterPage.js +1 -1
  260. package/components/Page/components/HeaderPage.js +1 -1
  261. package/components/Pagination/components/PaginationExtended.js +8 -8
  262. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  263. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  264. package/components/Pagination/components/PaginationPageButton.js +1 -1
  265. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  266. package/components/Pagination/components/PaginationSelect.js +11 -11
  267. package/components/Radio/Radio.js +18 -18
  268. package/components/Radio/RadioXGroup.js +11 -11
  269. package/components/Radio/RadioYGroup.js +5 -5
  270. package/components/Row/Row.js +9 -9
  271. package/components/SMSField/SMSField.js +2 -2
  272. package/components/SMSField/components/RefreshIcon.js +1 -1
  273. package/components/SMSField/components/SMSFieldInput.js +2 -2
  274. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  275. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  276. package/components/SegmentedControl/SegmentedControl.js +4 -4
  277. package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
  278. package/components/SelectExtendedField/SelectExtendedField.js +15 -15
  279. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  280. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  281. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +24 -24
  282. package/components/SelectField/SelectField.js +1 -1
  283. package/components/Skeleton/Skeleton.js +7 -7
  284. package/components/SliderExtended/SliderExtended.js +2 -2
  285. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +4 -4
  286. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  287. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  288. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  289. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
  290. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
  291. package/components/SmallInput/SmallInput.js +6 -6
  292. package/components/Spoiler/Spoiler.js +18 -18
  293. package/components/StatusTracker/StatusTracker.js +2 -2
  294. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  295. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  296. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  297. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  298. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  299. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  300. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  301. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  302. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  303. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  304. package/components/Step/Step.js +13 -13
  305. package/components/Stepper/Stepper.js +102 -87
  306. package/components/Stepper/StepperExtended.js +23 -21
  307. package/components/Stepper/StepperExtendedContext.js +6 -6
  308. package/components/Stepper/StepperStep.js +62 -63
  309. package/components/Stepper/StepperStepArrowBorder.js +7 -0
  310. package/components/Stepper/enums.js +3 -4
  311. package/components/Stepper/index.js +4 -5
  312. package/components/Stepper/types.js +2 -0
  313. package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
  314. package/components/SuggestField/SuggestField.js +2 -2
  315. package/components/SuggestField/desktop/SuggestFieldDesktop.js +63 -63
  316. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  317. package/components/SuggestField/index.js +1 -1
  318. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  319. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  320. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  321. package/components/SuggestField/mobile/index.js +1 -1
  322. package/components/SwipeableArea/SwipeableArea.js +14 -14
  323. package/components/Table/FilterPanel.js +2 -2
  324. package/components/Table/MasterTable.js +2 -2
  325. package/components/Table/NoColumns.js +6 -6
  326. package/components/Table/PaginationPanel.js +4 -4
  327. package/components/Table/TableBasic/TableBasic.js +1 -1
  328. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  329. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  330. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  331. package/components/Table/TableBasicSettings/TableBasicSettings.js +4 -4
  332. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
  333. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  334. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  335. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  336. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  337. package/components/Table/TableFooter/TableFooter.js +1 -1
  338. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  339. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  340. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  341. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  342. package/components/Table/TabsLinePanel.js +3 -3
  343. package/components/Table/TabsLinePanelLinks.js +5 -5
  344. package/components/Table/utils.js +1 -1
  345. package/components/Tabs/Tabs.js +18 -18
  346. package/components/TabsExtended/TabsExtended.js +2 -2
  347. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  348. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  349. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  350. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  351. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  352. package/components/TabsExtended/utils.js +1 -1
  353. package/components/TabsLine/TabsLine.js +1 -1
  354. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  355. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  356. package/components/TabsLine/components/TabsLineItem.js +1 -1
  357. package/components/TabsLine/components/TabsLineMobile.js +6 -6
  358. package/components/Tag/Tag.js +15 -15
  359. package/components/TagColor/TagColor.js +16 -16
  360. package/components/TagColor/index.js +4 -2
  361. package/components/TagGroup/TagGroup.js +13 -13
  362. package/components/TextField/TextField.js +1 -1
  363. package/components/TextareaField/TextareaField.js +1 -1
  364. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  365. package/components/Tooltip/components/common/TooltipLink.js +15 -15
  366. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  367. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  368. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  369. package/components/Tooltip/components/mobile/TooltipMobile.js +3 -3
  370. package/components/TopOverlay/TopOverlay.js +14 -14
  371. package/components/TreeView/TreeView.js +1 -1
  372. package/components/TreeView/components/TreeViewGroup.js +1 -1
  373. package/components/TreeView/components/TreeViewNode.js +1 -1
  374. package/components/Typography/Caption.js +19 -19
  375. package/components/Typography/CodeText.js +11 -11
  376. package/components/Typography/Text.js +26 -26
  377. package/components/Typography/Title.js +17 -17
  378. package/components/Typography/constants.js +1 -1
  379. package/components/UnorderedList/UnorderedList.js +2 -2
  380. package/components/UnorderedList/UnorderedListItem.js +2 -2
  381. package/components/UploadZone/UploadZone.js +2 -2
  382. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  383. package/components/index.js +299 -294
  384. package/index.d.ts +56 -22
  385. package/index.js +329 -324
  386. package/package.json +6 -2
  387. package/styles/triplex-next.css +538 -541
  388. package/chunks/AlertProcessSpoiler-DF_eSZ-p.js +0 -41
  389. package/chunks/Card.module-Ce9rAKOc.js +0 -17
  390. package/chunks/CheckboxTreeExtended.module-Cj2c6m06.js +0 -15
  391. package/chunks/Chip-BEnNi0nL.js +0 -77
  392. package/chunks/Confirm.module-CbAi5bkG.js +0 -15
  393. package/chunks/DropdownMobile.module-rYB54yd0.js +0 -23
  394. package/chunks/Footer.module-CzJ_N1fs.js +0 -9
  395. package/chunks/HeaderLayoutSidebar.module-HXJhEmKU.js +0 -9
  396. package/chunks/HeaderTabs.module-CjapozXy.js +0 -9
  397. package/chunks/IslandAccordion.module-YvqRlzmi.js +0 -25
  398. package/chunks/IslandWidgetFooter.module-iMuqKnPP.js +0 -9
  399. package/chunks/IslandWidgetHeader.module-CnPne0Uq.js +0 -12
  400. package/chunks/LightBoxControls.module-laAGRPrR.js +0 -16
  401. package/chunks/LightBoxSideOverlayClose.module-B3L_EV1B.js +0 -9
  402. package/chunks/ListItemTail.module-igeWTjyg.js +0 -12
  403. package/chunks/ListMasterFooter.module-C0eM4fK4.js +0 -10
  404. package/chunks/ModalWindow.module-Cpk4uhwk.js +0 -17
  405. package/chunks/Notification.module-9japFkgv.js +0 -20
  406. package/chunks/Overlay.module-B3Az7dZS.js +0 -18
  407. package/chunks/Page.module-DOHwIYM4.js +0 -11
  408. package/chunks/RightBorderArrow-C6j8565V.js +0 -146
  409. package/chunks/SMSField.module-BOpUjsSJ.js +0 -16
  410. package/chunks/SliderExtendedMarks.module-cdkiaSbT.js +0 -15
  411. package/chunks/StatusTracker.module-OAxbFucN.js +0 -24
  412. package/chunks/TableFooter.module-CGWCS8e3.js +0 -14
  413. package/chunks/TabsExtended.module-BJOWXSHt.js +0 -16
  414. package/chunks/TabsLine.module-BsiLhw0I.js +0 -21
  415. package/chunks/TooltipDesktop.module-DVp6GHr8.js +0 -19
  416. package/chunks/TreeView.module-C2WPNvMq.js +0 -9
  417. package/chunks/utils-Bz5uKYQD.js +0 -24
  418. package/chunks/utils-CrkRbGiM.js +0 -28
  419. package/chunks/utils-QVs0E_e3.js +0 -73
  420. package/components/Stepper/RightBorderArrow.js +0 -7
  421. package/components/Stepper/StepperWrapper.js +0 -12
@@ -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 f, F as Y } from "../../../chunks/vendor---Om3uMV.js";
3
+ import { c as v, F as Y } from "../../../chunks/vendor---Om3uMV.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__706ee422", K = "lightBoxSideOverlayWrapper__33f53050", Q = "overflowXHidden__189cc4be", V = "overflowYHidden__7340d3d6", Z = "closing__210538e1", $ = "opened__4ef18d6a", P = "lightBoxSideOverlayContent__7a4fd305", ee = "opening__4922bcb1", oe = "sm__ffb1b653", te = "md__a048644d", ie = "lg__f9bbb966", re = "lightBoxSideOverlay__43d2cf62", e = {
12
+ const J = "lightBoxSideOverlayMask__7d3b156f", K = "lightBoxSideOverlayWrapper__264e3bb2", Q = "overflowXHidden__5a216c99", V = "overflowYHidden__9c3cb5c1", Z = "closing__d14395c9", $ = "opened__8f131307", P = "lightBoxSideOverlayContent__caee0882", ee = "opening__317aa8a4", oe = "sm__0b6c0c1c", te = "md__d64db38d", ie = "lg__509bf6c9", re = "lightBoxSideOverlay__4fb6f999", e = {
13
13
  lightBoxSideOverlayMask: J,
14
14
  lightBoxSideOverlayWrapper: K,
15
15
  overflowXHidden: Q,
@@ -22,7 +22,7 @@ const J = "lightBoxSideOverlayMask__706ee422", 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,
@@ -46,7 +46,7 @@ const J = "lightBoxSideOverlayMask__706ee422", K = "lightBoxSideOverlayWrapper__
46
46
  }, w = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), C = () => /* @__PURE__ */ y(
47
47
  "div",
48
48
  {
49
- className: f(e.lightBoxSideOverlayContent, {
49
+ className: v(e.lightBoxSideOverlayContent, {
50
50
  [e.closing]: i,
51
51
  [e.opening]: n,
52
52
  [e.opened]: o
@@ -59,7 +59,7 @@ const J = "lightBoxSideOverlayMask__706ee422", K = "lightBoxSideOverlayWrapper__
59
59
  ]
60
60
  }
61
61
  ), H = () => {
62
- }, N = f(S, e.lightBoxSideOverlayWrapper, le[M], {
62
+ }, N = v(S, e.lightBoxSideOverlayWrapper, le[M], {
63
63
  [e.closing]: i,
64
64
  [e.opened]: o,
65
65
  [e.overflowXHidden]: !!h || !!a,
@@ -70,7 +70,7 @@ const J = "lightBoxSideOverlayMask__706ee422", K = "lightBoxSideOverlayWrapper__
70
70
  ] }), F = /* @__PURE__ */ t(
71
71
  "div",
72
72
  {
73
- className: f(e.lightBoxSideOverlay, {
73
+ className: v(e.lightBoxSideOverlay, {
74
74
  [e.closing]: i,
75
75
  [e.opening]: n
76
76
  }),
@@ -92,10 +92,10 @@ const J = "lightBoxSideOverlayMask__706ee422", K = "lightBoxSideOverlayWrapper__
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 d } from "@sberbusiness/icons-next";
7
7
  import { EButtonTheme as f } from "../../Button/enums.js";
8
8
  import { EComponentSize as C } from "../../../enums/EComponentSize.js";
9
9
  import { Button as u } from "../../Button/Button.js";
10
- import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-B3L_EV1B.js";
10
+ import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-DDGxczL0.js";
11
11
  const E = ({
12
12
  className: i,
13
13
  clickByEsc: s,
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as r } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-B3L_EV1B.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-DDGxczL0.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__291609ce", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__1f2af0f0", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
7
  const [t, r] = s(0), e = l(null);
@@ -1,37 +1,37 @@
1
- import { jsx as b } from "react/jsx-runtime";
2
- import { forwardRef as N, useRef as f, useImperativeHandle as R, useState as V, useEffect as x } from "react";
1
+ import { jsx as x } from "react/jsx-runtime";
2
+ import { forwardRef as N, useRef as d, useImperativeHandle as R, useState as V, useEffect as b } from "react";
3
3
  import { c as h } from "../../../chunks/vendor---Om3uMV.js";
4
- const j = "lightBoxLeftSidebar__bdfcb54f", z = "fixed__0b8f15d6", E = "hidden__1a716317", r = {
4
+ const j = "lightBoxLeftSidebar__fd8d6339", z = "fixed__229e075d", E = "hidden__68f282b9", r = {
5
5
  lightBoxLeftSidebar: j,
6
6
  fixed: z,
7
7
  hidden: E
8
8
  }, O = N(
9
9
  ({ children: m, className: L, fixed: B, minVisibleWidth: o = 100, onShow: s, onHide: i, ...g }, p) => {
10
- const n = f(null);
10
+ const n = d(null);
11
11
  R(p, () => n.current);
12
- const [v, _] = V(!0), e = f(s), t = f(i);
13
- return x(() => {
12
+ const [v, _] = V(!0), e = d(s), t = d(i);
13
+ return b(() => {
14
14
  e.current = s, t.current = i;
15
- }, [s, i]), x(() => {
16
- const d = n.current;
17
- if (!d) return;
18
- const a = new ResizeObserver((S) => {
15
+ }, [s, i]), b(() => {
16
+ const f = n.current;
17
+ if (!f) return;
18
+ const l = new ResizeObserver((S) => {
19
19
  for (const y of S) {
20
20
  const c = y.contentRect.width > o;
21
21
  _((I) => {
22
- var l, u;
23
- return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
22
+ var a, u;
23
+ return c !== I && (c ? (a = e.current) == null || a.call(e) : (u = t.current) == null || u.call(t)), c;
24
24
  });
25
25
  }
26
26
  });
27
- return a.observe(d), () => a.disconnect();
28
- }, [o]), /* @__PURE__ */ b(
27
+ return l.observe(f), () => l.disconnect();
28
+ }, [o]), /* @__PURE__ */ x(
29
29
  "div",
30
30
  {
31
31
  ref: n,
32
32
  className: h(L, r.lightBoxLeftSidebar, { [r.fixed]: B }),
33
33
  ...g,
34
- children: /* @__PURE__ */ b("div", { className: h(r.lightBoxLeftSidebarInner, { [r.hidden]: !v }), children: m })
34
+ children: /* @__PURE__ */ x("div", { className: h(r.lightBoxLeftSidebarInner, { [r.hidden]: !v }), children: m })
35
35
  }
36
36
  );
37
37
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as h } from "react/jsx-runtime";
2
2
  import { forwardRef as N, useRef as o, useImperativeHandle as L, useState as V, useEffect as g } from "react";
3
3
  import { c as x } from "../../../chunks/vendor---Om3uMV.js";
4
- const j = "lightBoxRightSidebar__0163e943", z = "fixed__0b8f15d6", E = "hidden__1a716317", r = {
4
+ const j = "lightBoxRightSidebar__4387f3a4", z = "fixed__229e075d", E = "hidden__68f282b9", r = {
5
5
  lightBoxRightSidebar: j,
6
6
  fixed: z,
7
7
  hidden: E
@@ -15,16 +15,16 @@ const j = "lightBoxRightSidebar__0163e943", z = "fixed__0b8f15d6", E = "hidden__
15
15
  }, [i, s]), g(() => {
16
16
  const a = n.current;
17
17
  if (!a) return;
18
- const l = new ResizeObserver((S) => {
18
+ const f = new ResizeObserver((S) => {
19
19
  for (const y of S) {
20
20
  const c = y.contentRect.width > d;
21
21
  _((I) => {
22
- var f, u;
23
- return c !== I && (c ? (f = e.current) == null || f.call(e) : (u = t.current) == null || u.call(t)), c;
22
+ var l, u;
23
+ return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
24
24
  });
25
25
  }
26
26
  });
27
- return l.observe(a), () => l.disconnect();
27
+ return f.observe(a), () => f.disconnect();
28
28
  }, [d]), /* @__PURE__ */ h(
29
29
  "div",
30
30
  {
@@ -1,15 +1,15 @@
1
- import { jsx as h, jsxs as t, Fragment as d } from "react/jsx-runtime";
1
+ import { jsx as h, jsxs as t, Fragment as i } from "react/jsx-runtime";
2
2
  import L from "react";
3
3
  import { c as l } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { IconWrapper as F } from "../IconWrapper/IconWrapper.js";
5
- const I = "link__b30f9e66", S = "wordWithContent__695da5d3", T = "before__d750a3cc", q = "after__a838e865", e = {
5
+ const I = "link__830a0a1b", S = "wordWithContent__531a92da", T = "before__ac66e1a8", q = "after__614487d1", e = {
6
6
  link: I,
7
7
  wordWithContent: S,
8
8
  before: T,
9
9
  after: q
10
10
  }, v = L.forwardRef(
11
- ({ children: i, className: N, onBlur: C, onMouseDown: f, contentAfter: s, contentBefore: n, ...W }, u) => {
12
- const c = () => n ? /* @__PURE__ */ t(d, { children: [
11
+ ({ children: d, className: N, onBlur: C, onMouseDown: W, contentAfter: s, contentBefore: n, ...f }, u) => {
12
+ const c = () => n ? /* @__PURE__ */ t(i, { children: [
13
13
  "​",
14
14
  n()
15
15
  ] }) : null, m = () => s ? s() : null, w = (o) => {
@@ -36,7 +36,7 @@ const I = "link__b30f9e66", S = "wordWithContent__695da5d3", T = "before__d750a3
36
36
  p,
37
37
  m()
38
38
  ] }) : p;
39
- return /* @__PURE__ */ t(d, { children: [
39
+ return /* @__PURE__ */ t(i, { children: [
40
40
  x,
41
41
  " ",
42
42
  b,
@@ -45,21 +45,21 @@ const I = "link__b30f9e66", S = "wordWithContent__695da5d3", T = "before__d750a3
45
45
  ] });
46
46
  }, _ = (o) => {
47
47
  const r = n ? n() : null, a = s ? s() : null;
48
- return /* @__PURE__ */ t(d, { children: [
48
+ return /* @__PURE__ */ t(i, { children: [
49
49
  r,
50
50
  o,
51
51
  a
52
52
  ] });
53
- }, k = n || s ? ((o) => typeof o == "string" ? w(o) : _(o))(i) : i;
53
+ }, k = n || s ? ((o) => typeof o == "string" ? w(o) : _(o))(d) : d;
54
54
  return /* @__PURE__ */ h(
55
55
  "a",
56
56
  {
57
57
  role: "link",
58
- ...W,
58
+ ...f,
59
59
  className: l(N, e.link),
60
60
  onBlur: C,
61
- onMouseDown: f,
62
- "data-tx": "0.25.0",
61
+ onMouseDown: W,
62
+ "data-tx": "0.26.0",
63
63
  ref: u,
64
64
  children: /* @__PURE__ */ h(F, { displayContents: !0, children: k })
65
65
  }
@@ -2,9 +2,9 @@ import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as a } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const d = "list__5f625d98", f = {
5
+ const d = "list__fb3d95d6", f = {
6
6
  list: d
7
- }, p = m.forwardRef(({ children: s, className: t, loading: o, ...r }, i) => /* @__PURE__ */ l("ul", { className: a(f.list, t), ...r, "data-tx": "0.25.0", ref: i, children: [
7
+ }, p = m.forwardRef(({ children: s, className: t, loading: o, ...r }, i) => /* @__PURE__ */ l("ul", { className: a(f.list, t), ...r, "data-tx": "0.26.0", ref: i, children: [
8
8
  s,
9
9
  o ? /* @__PURE__ */ e(c, { type: "middle" }) : null
10
10
  ] }));
@@ -1,13 +1,13 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as o } from "../../../chunks/vendor---Om3uMV.js";
4
- const p = "listEmptyState__e24bc745", r = {
4
+ const p = "listEmptyState__647edea5", r = {
5
5
  listEmptyState: p
6
- }, c = i.forwardRef(
6
+ }, l = i.forwardRef(
7
7
  ({ children: t, className: s, ...m }, e) => /* @__PURE__ */ a("div", { className: o(r.listEmptyState, s), ...m, ref: e, children: t })
8
8
  );
9
- c.displayName = "ListItemEmpty";
9
+ l.displayName = "ListItemEmpty";
10
10
  export {
11
- c as ListEmptyState
11
+ l as ListEmptyState
12
12
  };
13
13
  //# sourceMappingURL=ListEmptyState.js.map
@@ -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.25.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.26.0", ref: s, children: e }) });
7
7
  });
8
8
  c.displayName = "ListItem";
9
9
  export {
@@ -1,19 +1,19 @@
1
1
  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---Om3uMV.js";
4
- import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__09a74c0f", C = "selected__9525e7a3", t = {
6
- listItemContent: d,
4
+ import { ListItemContext as d } from "./ListItemContext.js";
5
+ const a = "listItemContent__6de3f19d", C = "selected__b9221468", t = {
6
+ listItemContent: a,
7
7
  selected: C
8
8
  }, f = i.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
- const { selected: m } = l(a);
10
+ const { selected: m } = l(d);
11
11
  return /* @__PURE__ */ c(
12
12
  "div",
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "0.25.0",
16
+ "data-tx": "0.26.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as e } from "../../../chunks/vendor---Om3uMV.js";
4
- const i = "listItemControls__14b60387", n = {
4
+ const i = "listItemControls__a6ffcb88", n = {
5
5
  listItemControls: i
6
6
  }, a = m.forwardRef(
7
7
  ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, children: t })
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../chunks/vendor---Om3uMV.js";
4
- import { L as n } from "../../../chunks/ListItemControlsButton-UKjqQcv7.js";
4
+ import { L as n } from "../../../chunks/ListItemControlsButton-PANaJdYf.js";
5
5
  import "../../Typography/enums.js";
6
6
  import "../../Typography/Text.js";
7
7
  import "../../IconWrapper/IconWrapper.js";
@@ -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 b } from "../../Dropdown/desktop/DropdownList.js";
21
- import { s as h, L as V } from "../../../chunks/ListItemControlsButton-UKjqQcv7.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-PANaJdYf.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, ...L } = y, u = a(null), f = a(null), [p, N] = O(), D = a(_()), A = ({ opened: t, setOpened: e }) => /* @__PURE__ */ o(
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as r } from "../../../chunks/vendor---Om3uMV.js";
4
- import { EComponentSize as a } from "../../../enums/EComponentSize.js";
5
- import { LoaderSmall as s } from "../../Loader/LoaderSmall/LoaderSmall.js";
6
- import { ELoaderSmallTheme as l } from "../../Loader/LoaderSmall/enum.js";
4
+ import { EComponentSize as s } from "../../../enums/EComponentSize.js";
5
+ import { LoaderSmall as a } from "../../Loader/LoaderSmall/LoaderSmall.js";
6
+ import { ELoaderSmallTheme as d } from "../../Loader/LoaderSmall/enum.js";
7
7
  import "../../Loader/LoaderMiddle/LoaderMiddle.js";
8
- const d = "listItemLoading__3afe2208", n = {
9
- listItemLoading: d
8
+ const l = "listItemLoading__cd98b643", n = {
9
+ listItemLoading: l
10
10
  }, p = e.forwardRef(
11
- ({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(s, { theme: l.BRAND, size: a.MD }) })
11
+ ({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(a, { theme: d.BRAND, size: s.MD }) })
12
12
  );
13
13
  p.displayName = "ListItemLoading";
14
14
  export {
@@ -1,9 +1,9 @@
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---Om3uMV.js";
4
4
  import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
5
  import { ListItemContext as _ } from "./ListItemContext.js";
6
- const f = "listItemSelectable__3ac92239", L = "selected__9525e7a3", C = "checkboxWrapper__4ef2172f", W = "childrenWrapper__81d25344", I = "checkboxLabel__e15563db", S = "checkboxLabelClickArea__90b2d330", e = {
6
+ const f = "listItemSelectable__da2a01fc", L = "selected__b9221468", C = "checkboxWrapper__93ba3b7b", W = "childrenWrapper__ab606378", I = "checkboxLabel__8f710290", S = "checkboxLabelClickArea__ad2e8768", e = {
7
7
  listItemSelectable: f,
8
8
  selected: L,
9
9
  checkboxWrapper: C,
@@ -12,26 +12,26 @@ const f = "listItemSelectable__3ac92239", L = "selected__9525e7a3", C = "checkbo
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,13 +7,13 @@ import { ListItemControls as T } from "./ListItemControls.js";
7
7
  import { ListItemSelectable as h } from "./ListItemSelectable.js";
8
8
  import { ListItemTailRight as A } from "./ListItemTailRight.js";
9
9
  import { c as x } from "../../../chunks/vendor---Om3uMV.js";
10
- const y = "listItemTable__10f331e2", C = "swipeableArea__34d47643", m = {
10
+ const y = "listItemTable__97c61c5f", C = "swipeableArea__d87eb7b5", m = {
11
11
  listItemTable: y,
12
12
  swipeableArea: C
13
13
  }, _ = d.forwardRef(
14
- ({ children: a, className: o, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: n, ...p }, f) => {
15
- const c = typeof i < "u" && typeof r < "u", s = () => /* @__PURE__ */ e(L, { onClick: l, children: a });
16
- return /* @__PURE__ */ e(w, { className: x(m.listItemTable, o), ...p, ref: f, children: /* @__PURE__ */ b(
14
+ ({ children: a, className: o, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: n, ...p }, c) => {
15
+ const f = typeof i < "u" && typeof r < "u", s = () => /* @__PURE__ */ e(L, { onClick: l, children: a });
16
+ return /* @__PURE__ */ e(w, { className: x(m.listItemTable, o), ...p, ref: c, children: /* @__PURE__ */ b(
17
17
  I,
18
18
  {
19
19
  className: m.swipeableArea,
@@ -21,7 +21,7 @@ const y = "listItemTable__10f331e2", C = "swipeableArea__34d47643", m = {
21
21
  rightSwipeableArea: t ? /* @__PURE__ */ e(T, { children: t }) : void 0,
22
22
  children: [
23
23
  /* @__PURE__ */ e(A, {}),
24
- c ? /* @__PURE__ */ e(h, { selected: r, onSelect: i, children: s() }) : s()
24
+ f ? /* @__PURE__ */ e(h, { selected: r, onSelect: i, children: s() }) : s()
25
25
  ]
26
26
  }
27
27
  ) });
@@ -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---Om3uMV.js";
4
- import { s } from "../../../chunks/ListItemTail.module-igeWTjyg.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-BKP1QEpv.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---Om3uMV.js";
4
- import { s } from "../../../chunks/ListItemTail.module-igeWTjyg.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-BKP1QEpv.js";
5
5
  const r = e.forwardRef(
6
6
  ({ className: a, ...i }, m) => /* @__PURE__ */ l("span", { className: o(s.listItemTail, s.listItemTailRight, a), ref: m, ...i, children: [
7
7
  /* @__PURE__ */ t("span", { className: s.listItemTailLine }),
@@ -1,31 +1,31 @@
1
- import { jsx as b } from "react/jsx-runtime";
1
+ import { jsx as d } from "react/jsx-runtime";
2
2
  import p from "react";
3
3
  import { o as I, q as u, c as y } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { ListItem as L } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as R } from "./ListSortableItemTarget.js";
6
- const N = "listSortableItem__6f6032d5", _ = "dragging__911d90e8", a = {
6
+ const N = "listSortableItem__3472bebe", _ = "dragging__4d02b375", a = {
7
7
  listSortableItem: N,
8
8
  dragging: _
9
9
  }, x = Object.assign(
10
10
  p.forwardRef(function({ children: e, className: n, style: g, disabled: r, ...s }, t) {
11
- const { transform: m, transition: l, listeners: f, isDragging: i, setNodeRef: c, setActivatorNodeRef: S } = I({
11
+ const { transform: m, transition: l, listeners: f, isDragging: i, setNodeRef: c, setActivatorNodeRef: b } = I({
12
12
  disabled: r,
13
13
  id: s.id,
14
14
  transition: {
15
15
  duration: 300,
16
16
  easing: "ease-out"
17
17
  }
18
- }), d = (o) => {
18
+ }), S = (o) => {
19
19
  c(o), typeof t == "function" ? t(o) : t && (t.current = o);
20
20
  };
21
- return /* @__PURE__ */ b(
21
+ return /* @__PURE__ */ d(
22
22
  L,
23
23
  {
24
24
  className: y(a.listSortableItem, { [a.dragging]: i }, n),
25
25
  style: { transform: u.Translate.toString(m), transition: l, ...g },
26
26
  ...s,
27
- ref: d,
28
- children: typeof e == "function" ? e({ disabled: r, dragging: i, listeners: f, setActivatorNodeRef: S }) : e
27
+ ref: S,
28
+ children: typeof e == "function" ? e({ disabled: r, dragging: i, listeners: f, setActivatorNodeRef: b }) : e
29
29
  }
30
30
  );
31
31
  }),
@@ -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---Om3uMV.js";
4
- const a = "listSortableItemControls__d019c023", m = {
4
+ const a = "listSortableItemControls__f4864c2b", 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 } from "../../../chunks/vendor---Om3uMV.js";
5
- const I = "listSortableItemTarget__41ec4634", S = "dragging__911d90e8", b = "listSortableItemTargetContent__32406917", T = "listSortableItemTargetIcon__9cf2172e", t = {
4
+ import { c as b } from "../../../chunks/vendor---Om3uMV.js";
5
+ const I = "listSortableItemTarget__39f5b404", c = "dragging__4d02b375", S = "listSortableItemTargetContent__3870bb10", T = "listSortableItemTargetIcon__c05090b7", t = {
6
6
  listSortableItemTarget: I,
7
- dragging: S,
8
- listSortableItemTargetContent: b,
7
+ dragging: c,
8
+ listSortableItemTargetContent: S,
9
9
  listSortableItemTargetIcon: T
10
10
  }, d = m.forwardRef(
11
11
  ({ children: r, className: a, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
12
12
  "div",
13
13
  {
14
- className: c(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", a),
14
+ className: b(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", a),
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-UKjqQcv7.js";
6
+ import { L as I } from "../../chunks/ListItemControlsButton-PANaJdYf.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": "0.25.0", children: t });
9
+ const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.26.0", children: t });
10
10
  o.Body = m;
11
11
  o.ChipGroup = s;
12
12
  o.Footer = p;
@@ -6,7 +6,7 @@ const e = d.forwardRef(
6
6
  {
7
7
  className: o,
8
8
  ...r,
9
- "data-tx": "0.25.0",
9
+ "data-tx": "0.26.0",
10
10
  ref: a,
11
11
  children: t
12
12
  }
@@ -2,13 +2,13 @@ import { jsx as i } from "react/jsx-runtime";
2
2
  import p from "react";
3
3
  import { ChipGroup as e } from "../../ChipGroup/ChipGroup.js";
4
4
  import { c as a } from "../../../chunks/vendor---Om3uMV.js";
5
- const m = "listMasterChipGroup__ee9a06dd", l = {
5
+ const m = "listMasterChipGroup__5aec2fa2", c = {
6
6
  listMasterChipGroup: m
7
- }, c = p.forwardRef(
8
- ({ children: r, className: s, ...t }, o) => /* @__PURE__ */ i(e, { className: a(l.listMasterChipGroup, s), oneLine: !0, ...t, ref: o, children: r })
7
+ }, l = p.forwardRef(
8
+ ({ children: r, className: s, ...t }, o) => /* @__PURE__ */ i(e, { className: a(c.listMasterChipGroup, s), oneLine: !0, ...t, ref: o, children: r })
9
9
  );
10
- c.displayName = "ListMasterChips";
10
+ l.displayName = "ListMasterChips";
11
11
  export {
12
- c as ListMasterChipGroup
12
+ l as ListMasterChipGroup
13
13
  };
14
14
  //# sourceMappingURL=ListMasterChipGroup.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c } from "../../../chunks/vendor---Om3uMV.js";
4
- import { s as t } from "../../../chunks/ListMasterFooter.module-C0eM4fK4.js";
4
+ import { s as t } from "../../../chunks/ListMasterFooter.module-D1BeGub8.js";
5
5
  const f = m.forwardRef(
6
6
  ({ children: r, className: s, sticky: o = !0, ...e }, a) => /* @__PURE__ */ i(
7
7
  "div",
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import a from "react";
3
3
  import { c as m } from "../../../chunks/vendor---Om3uMV.js";
4
- import { s as i } from "../../../chunks/ListMasterFooter.module-C0eM4fK4.js";
4
+ import { s as i } from "../../../chunks/ListMasterFooter.module-D1BeGub8.js";
5
5
  const l = a.forwardRef(
6
6
  ({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, r), ...s, ref: t, children: o })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as a } from "../../../chunks/vendor---Om3uMV.js";
4
- import { s as m } from "../../../chunks/ListMasterFooter.module-C0eM4fK4.js";
4
+ import { s as m } from "../../../chunks/ListMasterFooter.module-D1BeGub8.js";
5
5
  const p = i.forwardRef(
6
6
  ({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, r), ...s, ref: t, children: o })
7
7
  );