@sberbusiness/triplex-next 0.13.0 → 0.14.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 (418) hide show
  1. package/chunks/{AlertProcessSpoiler-DQAI3bgu.js → AlertProcessSpoiler-Clc5Pcoq.js} +12 -12
  2. package/chunks/{CalendarViewItem-DML7yFTS.js → CalendarViewItem-BXB-l14w.js} +11 -11
  3. package/chunks/Card.module-Cu7AW6wF.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +14 -0
  5. package/chunks/{Chip-CI3sEzkq.js → Chip-CY6jm0GS.js} +13 -13
  6. package/chunks/Confirm.module-OZDQwZ76.js +15 -0
  7. package/chunks/{DropdownListItem-9VgfsLJP.js → DropdownListItem-BsD2UckS.js} +18 -18
  8. package/chunks/DropdownMobile.module-DyAN0fdk.js +23 -0
  9. package/chunks/Footer.module-CNLRKuaO.js +9 -0
  10. package/chunks/FormFieldInput-fdQkON04.js +60 -0
  11. package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +9 -0
  12. package/chunks/HeaderTabs.module-bgwZzpN5.js +9 -0
  13. package/chunks/{HeaderTitle.module-e8_DcucZ.js → HeaderTitle.module-DcwCxesK.js} +2 -2
  14. package/chunks/IslandAccordion.module-CkwZRvz0.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-CRDSENKS.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-CplPMePk.js +9 -0
  17. package/chunks/{LightBoxContent-Dpu6E3Cr.js → LightBoxContent-3oHJFM6-.js} +3 -3
  18. package/chunks/LightBoxControls.module-BiErhmuy.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +8 -0
  20. package/chunks/{ListItemControlsButton-BMsTQr9O.js → ListItemControlsButton-DQyZxkWl.js} +10 -10
  21. package/chunks/ListItemTail.module-BcXdd7Tg.js +12 -0
  22. package/chunks/ListMasterFooter.module-IIuFg261.js +10 -0
  23. package/chunks/ModalWindow.module-BxpQ7u7J.js +17 -0
  24. package/chunks/Notification.module-Dd05nJZX.js +21 -0
  25. package/chunks/Overlay.module-nyoFWXgt.js +18 -0
  26. package/chunks/Page.module-COesJT7Q.js +11 -0
  27. package/chunks/{RightBorderArrow-BQ_cZ8U3.js → RightBorderArrow-NMZgNz0e.js} +11 -11
  28. package/chunks/SMSField.module-CyHqtrvG.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +15 -0
  30. package/chunks/{SliderExtendedRail-oI7nifMP.js → SliderExtendedRail-w5E8mOCQ.js} +6 -6
  31. package/chunks/StatusTracker.module-4qTM1xYQ.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-Bilm-Pwh.js → SuggestFieldMobileDropdownHint-Bu9hDMWX.js} +4 -4
  33. package/chunks/TableFooter.module-w1swDJka.js +14 -0
  34. package/chunks/TabsExtended.module-tx9R1r2s.js +16 -0
  35. package/chunks/TabsLine.module-DySAqOh5.js +21 -0
  36. package/chunks/TooltipDesktop.module-CVyAe5HN.js +19 -0
  37. package/chunks/TreeView.module-4qMoe0gI.js +9 -0
  38. package/chunks/{UploadZoneInput-CfYPrkK_.js → UploadZoneInput-DxpDQJSy.js} +3 -3
  39. package/chunks/utils-BqO-7PCm.js +20 -0
  40. package/chunks/{utils-SerS_ys8.js → utils-CXsSOP27.js} +8 -8
  41. package/chunks/utils-Clzm2Vel.js +73 -0
  42. package/chunks/utils-Dtu8f6BX.js +24 -0
  43. package/chunks/{utils-16fU9G4P.js → utils-H2e9tc3r.js} +2 -2
  44. package/chunks/vendor-CalMVkfj.js +12482 -0
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  47. package/components/Alert/AlertContext/AlertContext.js +14 -14
  48. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  50. package/components/Amount/Amount.js +7 -7
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +14 -14
  53. package/components/Body/Body.js +6 -6
  54. package/components/Button/Button.js +32 -32
  55. package/components/Button/ButtonBase.js +1 -1
  56. package/components/Button/ButtonDropdown.js +28 -28
  57. package/components/Button/ButtonDropdownExtended.js +8 -8
  58. package/components/Button/ButtonIcon.js +12 -12
  59. package/components/Calendar/Calendar.js +38 -37
  60. package/components/Calendar/CalendarContext.js +5 -5
  61. package/components/Calendar/components/CalendarControls.js +1 -1
  62. package/components/Calendar/components/CalendarFooter.js +4 -4
  63. package/components/Calendar/components/CalendarViewDays.js +21 -20
  64. package/components/Calendar/components/CalendarViewItem.js +2 -2
  65. package/components/Calendar/components/CalendarViewMonths.js +21 -21
  66. package/components/Calendar/components/CalendarViewYears.js +15 -15
  67. package/components/Calendar/utils.js +6 -6
  68. package/components/Card/CardAction.js +14 -14
  69. package/components/Card/CardStatic.js +3 -3
  70. package/components/Card/components/CardContent/CardContent.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  74. package/components/Card/components/CardMedia.js +2 -2
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +5 -5
  77. package/components/Checkbox/Checkbox.js +19 -19
  78. package/components/Checkbox/CheckboxXGroup.js +13 -13
  79. package/components/Checkbox/CheckboxYGroup.js +7 -7
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  84. package/components/Chip/Chip.js +2 -2
  85. package/components/Chip/ChipClearButton.js +2 -2
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +16 -16
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +8 -8
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +2 -2
  91. package/components/Chip/ChipOptions.js +8 -8
  92. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  94. package/components/Chip/ChipSort.js +2 -2
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +11 -11
  101. package/components/Col/Col.js +135 -135
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
  103. package/components/Confirm/Confirm.js +2 -2
  104. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  105. package/components/Confirm/components/ConfirmContent.js +2 -2
  106. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  107. package/components/Confirm/components/ConfirmControls.js +2 -2
  108. package/components/DateField/DateField.js +8 -8
  109. package/components/DateField/utils.js +3 -3
  110. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  111. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
  112. package/components/DateRange/DateRange.js +24 -23
  113. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  114. package/components/Divider/Divider.js +21 -21
  115. package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
  116. package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
  117. package/components/Dropdown/desktop/DropdownList.js +2 -2
  118. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  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 +2 -2
  123. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  124. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  125. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  128. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
  132. package/components/Ellipsis/Ellipsis.js +9 -9
  133. package/components/ExpandAnimation/ExpandAnimation.js +21 -21
  134. package/components/Footer/Footer.js +1 -1
  135. package/components/Footer/components/FooterDescription.js +2 -2
  136. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  137. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  138. package/components/FormField/FormField.js +29 -29
  139. package/components/FormField/components/FormFieldClear.js +17 -17
  140. package/components/FormField/components/FormFieldCounter.js +1 -1
  141. package/components/FormField/components/FormFieldDescription.js +4 -4
  142. package/components/FormField/components/FormFieldInput.js +2 -2
  143. package/components/FormField/components/FormFieldLabel.js +11 -11
  144. package/components/FormField/components/FormFieldMaskedInput.js +25 -25
  145. package/components/FormField/components/FormFieldPostfix.js +6 -6
  146. package/components/FormField/components/FormFieldPrefix.js +8 -8
  147. package/components/FormField/components/FormFieldTarget.js +18 -18
  148. package/components/FormField/components/FormFieldTextarea.js +32 -35
  149. package/components/FormField/index.js +1 -1
  150. package/components/Header/Header.js +1 -1
  151. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  153. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  154. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
  155. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  156. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  157. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  158. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  159. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  160. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  161. package/components/HelpBox/HelpBox.js +2 -2
  162. package/components/Island/Island.js +2 -2
  163. package/components/Island/components/IslandBody.js +4 -4
  164. package/components/Island/components/IslandFooter.js +2 -2
  165. package/components/Island/components/IslandHeader.js +3 -3
  166. package/components/Island/utils.js +1 -1
  167. package/components/IslandAccordion/IslandAccordion.js +3 -3
  168. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  169. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  170. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  171. package/components/IslandWidget/IslandWidget.js +10 -10
  172. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
  173. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  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 +2 -2
  177. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  178. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  179. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  180. package/components/LightBox/LightBox.js +17 -17
  181. package/components/LightBox/LightBoxContent.js +2 -2
  182. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  183. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  184. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  185. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  186. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
  187. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  188. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  190. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  191. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
  192. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  193. package/components/Link/Link.js +13 -13
  194. package/components/List/List.js +6 -6
  195. package/components/List/ListSortable.js +1 -1
  196. package/components/List/components/ListEmptyState.js +2 -2
  197. package/components/List/components/ListItem.js +1 -1
  198. package/components/List/components/ListItemContent.js +7 -7
  199. package/components/List/components/ListItemControls.js +6 -6
  200. package/components/List/components/ListItemControlsButton.js +2 -2
  201. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  202. package/components/List/components/ListItemLoading.js +2 -2
  203. package/components/List/components/ListItemSelectable.js +17 -17
  204. package/components/List/components/ListItemTable.js +4 -4
  205. package/components/List/components/ListItemTailLeft.js +2 -2
  206. package/components/List/components/ListItemTailRight.js +2 -2
  207. package/components/List/components/ListSortableItem.js +7 -7
  208. package/components/List/components/ListSortableItemControls.js +2 -2
  209. package/components/List/components/ListSortableItemTarget.js +6 -6
  210. package/components/List/index.js +1 -1
  211. package/components/ListMaster/ListMaster.js +1 -1
  212. package/components/ListMaster/components/ListMasterBody.js +1 -1
  213. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  214. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  215. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  216. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  217. package/components/ListMaster/components/ListMasterHeader.js +11 -11
  218. package/components/ListMaster/components/SelectionControls.js +7 -7
  219. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  220. package/components/Loader/LoaderSmall/LoaderSmall.js +12 -12
  221. package/components/LoaderScreen/LoaderScreen.js +11 -11
  222. package/components/Marker/Marker.js +2 -2
  223. package/components/Marker/utils.js +1 -1
  224. package/components/MarkerStatus/MarkerStatus.js +11 -11
  225. package/components/ModalWindow/ModalWindow.js +2 -2
  226. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  227. package/components/ModalWindow/components/ModalWindowClose.js +10 -10
  228. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  229. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  230. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  231. package/components/MonthYearField/utils.js +1 -1
  232. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  233. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
  234. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  235. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  236. package/components/Notification/Notification.js +3 -3
  237. package/components/Notification/NotificationGrouped.js +1 -1
  238. package/components/Notification/components/NotificationBody.js +1 -1
  239. package/components/Notification/components/NotificationBodyContent.js +1 -1
  240. package/components/Notification/components/NotificationBodyList.js +2 -2
  241. package/components/Notification/components/NotificationClose.js +1 -1
  242. package/components/Notification/components/NotificationFooter.js +1 -1
  243. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  244. package/components/Notification/components/NotificationHeader.js +1 -1
  245. package/components/Notification/components/NotificationIcon.js +1 -1
  246. package/components/Notification/components/NotificationTime.js +1 -1
  247. package/components/NotificationIcon/NotificationIcon.js +4 -4
  248. package/components/NumberField/NumberFieldInput.js +1 -1
  249. package/components/OrderedList/OrderedList.js +3 -3
  250. package/components/OrderedList/OrderedListItem.js +10 -10
  251. package/components/Overlay/Overlay.js +2 -2
  252. package/components/Overlay/OverlayMask.js +2 -2
  253. package/components/Overlay/OverlayPanel.js +2 -2
  254. package/components/Page/Page.js +2 -2
  255. package/components/Page/components/BodyPage.js +11 -11
  256. package/components/Page/components/FooterPage.js +2 -2
  257. package/components/Page/components/HeaderPage.js +2 -2
  258. package/components/Pagination/components/PaginationExtended.js +8 -8
  259. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  260. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  261. package/components/Pagination/components/PaginationPageButton.js +2 -2
  262. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  263. package/components/Pagination/components/PaginationSelect.js +2 -2
  264. package/components/Pagination/utils/paginationUtils.js +5 -5
  265. package/components/Radio/Radio.js +12 -12
  266. package/components/Radio/RadioXGroup.js +13 -13
  267. package/components/Radio/RadioYGroup.js +2 -2
  268. package/components/Row/Row.js +7 -7
  269. package/components/SMSField/SMSField.js +3 -3
  270. package/components/SMSField/components/RefreshIcon.js +2 -2
  271. package/components/SMSField/components/SMSFieldInput.js +3 -3
  272. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  273. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  274. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  275. package/components/SegmentedControl/SegmentedControl.js +8 -8
  276. package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
  277. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  278. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  279. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
  280. package/components/SelectField/SelectField.js +1 -1
  281. package/components/Skeleton/Skeleton.js +5 -5
  282. package/components/SliderExtended/SliderExtended.js +3 -3
  283. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
  284. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  285. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  286. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  287. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
  288. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
  289. package/components/SmallInput/SmallInput.js +5 -5
  290. package/components/Spoiler/Spoiler.js +7 -7
  291. package/components/StatusTracker/StatusTracker.js +3 -3
  292. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  293. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  294. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  295. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  296. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  297. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  298. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  299. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  302. package/components/Step/Step.js +13 -13
  303. package/components/Stepper/RightBorderArrow.js +1 -1
  304. package/components/Stepper/Stepper.js +11 -11
  305. package/components/Stepper/StepperExtended.js +2 -2
  306. package/components/Stepper/StepperStep.js +3 -3
  307. package/components/Stepper/StepperWrapper.js +5 -5
  308. package/components/Suggest/Suggest.js +1 -1
  309. package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
  310. package/components/SuggestField/SuggestField.js +1 -1
  311. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  312. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  313. package/components/SuggestField/desktop/SuggestFieldDesktop.js +29 -29
  314. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  315. package/components/SuggestField/index.js +1 -1
  316. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  317. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  318. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  319. package/components/SuggestField/mobile/index.js +1 -1
  320. package/components/SwipeableArea/SwipeableArea.js +11 -11
  321. package/components/Table/FilterPanel.js +3 -3
  322. package/components/Table/MasterTable.js +3 -3
  323. package/components/Table/NoColumns.js +4 -4
  324. package/components/Table/PaginationPanel.js +5 -5
  325. package/components/Table/TableBasic/TableBasic.js +2 -2
  326. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  327. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  328. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  329. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  330. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
  331. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  332. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
  333. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  334. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  335. package/components/Table/TableFooter/TableFooter.js +2 -2
  336. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  337. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  338. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  339. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  340. package/components/Table/TabsLinePanel.js +6 -6
  341. package/components/Table/TabsLinePanelLinks.js +5 -5
  342. package/components/Table/utils.js +1 -1
  343. package/components/Tabs/Tabs.js +13 -13
  344. package/components/TabsExtended/TabsExtended.js +3 -3
  345. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  346. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  347. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  348. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  349. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  350. package/components/TabsExtended/utils.js +1 -1
  351. package/components/TabsLine/TabsLine.js +2 -2
  352. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  353. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  354. package/components/TabsLine/components/TabsLineItem.js +2 -2
  355. package/components/TabsLine/components/TabsLineMobile.js +11 -11
  356. package/components/Tag/Tag.js +31 -31
  357. package/components/TagColor/TagColor.js +16 -16
  358. package/components/TagGroup/TagGroup.js +11 -11
  359. package/components/TextField/TextField.js +1 -1
  360. package/components/TextareaField/TextareaField.js +1 -1
  361. package/components/ThemeProvider/ThemeProvider.js +4 -4
  362. package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
  363. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  364. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  365. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  366. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  367. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  368. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  369. package/components/TopOverlay/TopOverlay.js +29 -29
  370. package/components/TreeView/TreeView.js +2 -2
  371. package/components/TreeView/components/TreeViewGroup.js +1 -1
  372. package/components/TreeView/components/TreeViewNode.js +2 -2
  373. package/components/Typography/Caption.js +8 -8
  374. package/components/Typography/Text.js +18 -18
  375. package/components/Typography/Title.js +9 -9
  376. package/components/Typography/utils.js +1 -1
  377. package/components/UnorderedList/UnorderedList.js +9 -9
  378. package/components/UnorderedList/UnorderedListItem.js +6 -6
  379. package/components/UploadZone/UploadZone.js +3 -3
  380. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  381. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  382. package/components/index.js +5 -5
  383. package/consts/DateConst.js +6 -6
  384. package/index.js +5 -5
  385. package/package.json +2 -2
  386. package/styles/triplex-next.css +534 -534
  387. package/utils/amountUtils.js +1 -1
  388. package/chunks/Card.module-Bg8-F1uZ.js +0 -17
  389. package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +0 -14
  390. package/chunks/Confirm.module-C3SyV40Z.js +0 -15
  391. package/chunks/DropdownMobile.module-BLKzmRLM.js +0 -23
  392. package/chunks/Footer.module-D83FlUYZ.js +0 -9
  393. package/chunks/FormFieldInput-DurMmok0.js +0 -62
  394. package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +0 -9
  395. package/chunks/HeaderTabs.module-11xkKwN7.js +0 -9
  396. package/chunks/IslandAccordion.module-C6INnFmn.js +0 -25
  397. package/chunks/IslandWidgetFooter.module-q--xXUCF.js +0 -9
  398. package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +0 -9
  399. package/chunks/LightBoxControls.module-BkW_w9PJ.js +0 -16
  400. package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +0 -8
  401. package/chunks/ListItemTail.module-CcT-PrXt.js +0 -12
  402. package/chunks/ListMasterFooter.module-CV05gXbo.js +0 -10
  403. package/chunks/ModalWindow.module-DlNg_kPu.js +0 -17
  404. package/chunks/Notification.module-C5D-8Dtt.js +0 -21
  405. package/chunks/Overlay.module-3QvWfMgh.js +0 -18
  406. package/chunks/Page.module-BV59uicx.js +0 -11
  407. package/chunks/SMSField.module-BL9kkhHx.js +0 -16
  408. package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +0 -15
  409. package/chunks/StatusTracker.module-CtjfmWAE.js +0 -24
  410. package/chunks/TableFooter.module-Bq2Lm9CG.js +0 -14
  411. package/chunks/TabsExtended.module-D0-Tp3Ed.js +0 -16
  412. package/chunks/TabsLine.module-D0stwkA6.js +0 -21
  413. package/chunks/TooltipDesktop.module-DUucrF7X.js +0 -19
  414. package/chunks/TreeView.module-CEYl8PNr.js +0 -9
  415. package/chunks/utils-Bu0wcDBu.js +0 -73
  416. package/chunks/utils-CC47I1cc.js +0 -24
  417. package/chunks/utils-Ccw--G8d.js +0 -20
  418. package/chunks/vendor-BARd5eYq.js +0 -15069
@@ -1,14 +1,14 @@
1
1
  import { jsx as t, jsxs as O, Fragment as C } from "react/jsx-runtime";
2
2
  import { useState as x, useRef as p, useEffect as W } from "react";
3
- import { c as m, F as X } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { c as m, F as X } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { OverlayBase as Y, EOverlayDirection as R } from "../../Overlay/OverlayBase.js";
5
5
  import { OverlayMask as j } from "../../Overlay/OverlayMask.js";
6
6
  import { LightBoxSideOverlayLoader as I } from "./LightBoxSideOverlayLoader.js";
7
7
  import { FocusTrapUtils as T } from "../../../utils/focus/FocusTrapUtils.js";
8
8
  import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseMobile.js";
9
9
  import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
10
- import { ELightBoxSideOverlaySize as s } from "./enums.js";
11
- const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__dc79f7f7", K = "overflowXHidden__6b8bb518", Q = "overflowYHidden__a448152d", V = "closing__78a52807", Z = "opened__a3db39b1", $ = "lightBoxSideOverlayContent__87f7e2bb", P = "opening__e802578d", ee = "sizeSM__b1fd9c0e", ie = "sizeMD__a75185d4", te = "sizeLG__19dbd9e3", oe = "lightBoxSideOverlay__9f1b09e1", e = {
10
+ import { ELightBoxSideOverlaySize as a } from "./enums.js";
11
+ const q = "lightBoxSideOverlayMask__3583ab6a", J = "lightBoxSideOverlayWrapper__bc596e27", K = "overflowXHidden__73e8d417", Q = "overflowYHidden__167e30cf", V = "closing__9820c030", Z = "opened__44504a8a", $ = "lightBoxSideOverlayContent__60ceeaf3", P = "opening__f477660a", ee = "sizeSM__ddaa65e7", ie = "sizeMD__15dd2630", te = "sizeLG__7b5a9490", oe = "lightBoxSideOverlay__b29edf97", e = {
12
12
  lightBoxSideOverlayMask: q,
13
13
  lightBoxSideOverlayWrapper: J,
14
14
  overflowXHidden: K,
@@ -25,24 +25,24 @@ const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__
25
25
  children: _,
26
26
  className: M,
27
27
  focusTrapProps: l,
28
- isLoading: a,
28
+ isLoading: s,
29
29
  loadingTitle: u,
30
30
  isTopLevelSideOverlayOpened: B,
31
- isTopOverlayOpened: b,
31
+ isTopOverlayOpened: z,
32
32
  onClose: c,
33
33
  onOpen: d,
34
34
  opened: i,
35
- size: g = s.MD,
36
- ...z
35
+ size: g = a.MD,
36
+ ...D
37
37
  }) => {
38
38
  const [o, v] = x(!1), [n, f] = x(!1), h = p(i), S = p(null);
39
39
  W(() => {
40
40
  h.current && !i ? (f(!1), v(!0)) : !h.current && i && (v(!1), f(!0)), h.current = i;
41
41
  }, [i]);
42
- const D = (r) => {
42
+ const k = (r) => {
43
43
  const { target: G, currentTarget: N } = r;
44
44
  G === N && (o ? (v(!1), c == null || c()) : n && (f(!1), d == null || d()));
45
- }, k = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ O(
45
+ }, H = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), L = () => /* @__PURE__ */ O(
46
46
  "div",
47
47
  {
48
48
  className: m(e.lightBoxSideOverlayContent, {
@@ -50,25 +50,25 @@ const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__
50
50
  [e.opening]: n,
51
51
  [e.opened]: i
52
52
  }),
53
- onTransitionEnd: D,
53
+ onTransitionEnd: k,
54
54
  ref: S,
55
55
  children: [
56
56
  _,
57
- a && /* @__PURE__ */ t(I, { loadingTitle: u })
57
+ s && /* @__PURE__ */ t(I, { loadingTitle: u })
58
58
  ]
59
59
  }
60
- ), L = () => {
61
- }, w = m(M, e.lightBoxSideOverlayWrapper, {
60
+ ), w = () => {
61
+ }, b = m(M, e.lightBoxSideOverlayWrapper, {
62
62
  [e.closing]: o,
63
63
  [e.opened]: i,
64
- [e.overflowXHidden]: !!B || !!a,
65
- [e.overflowYHidden]: !!B || !!a || !!b,
66
- [e.sizeSM]: g === s.SM,
67
- [e.sizeMD]: g === s.MD,
68
- [e.sizeLG]: g === s.LG
64
+ [e.overflowXHidden]: !!B || !!s,
65
+ [e.overflowYHidden]: !!B || !!s || !!z,
66
+ [e.sizeSM]: g === a.SM,
67
+ [e.sizeMD]: g === a.MD,
68
+ [e.sizeLG]: g === a.LG
69
69
  }), E = (r) => /* @__PURE__ */ O(C, { children: [
70
- k(r),
71
- H()
70
+ H(r),
71
+ L()
72
72
  ] }), F = /* @__PURE__ */ t(
73
73
  "div",
74
74
  {
@@ -76,7 +76,7 @@ const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__
76
76
  [e.closing]: o,
77
77
  [e.opening]: n
78
78
  }),
79
- children: /* @__PURE__ */ t(Y, { direction: R.RIGHT, opened: i, setOpened: L, children: E })
79
+ children: /* @__PURE__ */ t(Y, { direction: R.RIGHT, opened: i, setOpened: w, children: E })
80
80
  }
81
81
  );
82
82
  return /* @__PURE__ */ t(
@@ -90,7 +90,7 @@ const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__
90
90
  preventScroll: !0,
91
91
  ...l == null ? void 0 : l.focusTrapOptions
92
92
  },
93
- children: /* @__PURE__ */ t("div", { className: w, role: "dialog", "aria-modal": "true", ...z, children: F })
93
+ children: /* @__PURE__ */ t("div", { className: b, role: "dialog", "aria-modal": "true", ...D, children: F })
94
94
  }
95
95
  );
96
96
  };
@@ -2,12 +2,12 @@ import { jsx as e } from "react/jsx-runtime";
2
2
  import { useRef as s } from "react";
3
3
  import { TriggerClickOnKeyDownEvent as n } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
4
4
  import { EVENT_KEY_CODES as l } from "../../../utils/keyboard.js";
5
- import { c as p } from "../../../chunks/vendor-BARd5eYq.js";
5
+ import { c as p } from "../../../chunks/vendor-CalMVkfj.js";
6
6
  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-DAHE1sRE.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.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
- import { c as r } from "../../../chunks/vendor-BARd5eYq.js";
2
+ import { c as r } from "../../../chunks/vendor-CalMVkfj.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.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__9d9e4a72", 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__98288a24", 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,15 +1,15 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as a } from "../../../chunks/vendor-BARd5eYq.js";
3
- const f = "lightBoxLeftSidebar__566248b1", x = "fixed__6f293dec", s = "lightBoxLeftSidebarInner__20c6185e", e = {
2
+ import { c as a } from "../../../chunks/vendor-CalMVkfj.js";
3
+ const f = "lightBoxLeftSidebar__40d7e9fd", x = "fixed__cec169a0", s = "lightBoxLeftSidebarInner__a744bb1d", e = {
4
4
  lightBoxLeftSidebar: f,
5
5
  fixed: x,
6
6
  lightBoxLeftSidebarInner: s
7
7
  }, l = ({
8
8
  children: t,
9
- className: o,
10
- fixed: r,
11
- ...d
12
- }) => /* @__PURE__ */ i("div", { className: a(o, e.lightBoxLeftSidebar, { [e.fixed]: r }), ...d, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
9
+ className: d,
10
+ fixed: o,
11
+ ...r
12
+ }) => /* @__PURE__ */ i("div", { className: a(d, e.lightBoxLeftSidebar, { [e.fixed]: o }), ...r, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
13
13
  l.displayName = "LightBoxLeftSidebar";
14
14
  export {
15
15
  l as LightBoxLeftSidebar
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
3
- const r = "lightBoxRightSidebar__3fb22946", a = "fixed__6f293dec", x = "lightBoxRightSidebarInner__8a6d71bf", i = {
4
- lightBoxRightSidebar: r,
5
- fixed: a,
2
+ import { c as r } from "../../../chunks/vendor-CalMVkfj.js";
3
+ const a = "lightBoxRightSidebar__40c32798", d = "fixed__cec169a0", x = "lightBoxRightSidebarInner__79694699", i = {
4
+ lightBoxRightSidebar: a,
5
+ fixed: d,
6
6
  lightBoxRightSidebarInner: x
7
7
  }, s = ({
8
8
  children: e,
9
9
  className: h,
10
- fixed: d,
11
- ...g
12
- }) => /* @__PURE__ */ t("div", { className: o(h, i.lightBoxRightSidebar, { [i.fixed]: d }), ...g, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
10
+ fixed: g,
11
+ ...o
12
+ }) => /* @__PURE__ */ t("div", { className: r(h, i.lightBoxRightSidebar, { [i.fixed]: g }), ...o, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
13
13
  s.displayName = "LightBoxRightSidebar";
14
14
  export {
15
15
  s as LightBoxRightSidebar
@@ -1,6 +1,6 @@
1
1
  import { jsx as r, jsxs as N } from "react/jsx-runtime";
2
2
  import { useState as m, useRef as L, useCallback as n, useLayoutEffect as c } from "react";
3
- import { u as B, i as k, h as p } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { u as B, i as k, h as p } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { Portal as P } from "../../Portal/Portal.js";
5
5
  import { LightBoxViewManagerConsts as l } from "./LightBoxViewManagerConsts.js";
6
6
  const g = "LightBoxMountNodeViewManager", $ = ({
@@ -1,20 +1,20 @@
1
1
  import { jsx as R, jsxs as t, Fragment as i } from "react/jsx-runtime";
2
2
  import L from "react";
3
- import { c as l } from "../../chunks/vendor-BARd5eYq.js";
4
- const v = "link__3fb8851b", F = "wordWithContent__317b0ca7", S = "before__77bc4681", T = "after__207a4806", e = {
3
+ import { c as a } from "../../chunks/vendor-CalMVkfj.js";
4
+ const v = "link__23b05c82", F = "wordWithContent__63cc6b53", S = "before__e0baf431", T = "after__3e1667f1", e = {
5
5
  link: v,
6
6
  wordWithContent: F,
7
7
  before: S,
8
8
  after: T
9
9
  }, q = L.forwardRef(
10
- ({ children: d, className: N, onBlur: p, onMouseDown: b, contentAfter: s, contentBefore: o, ...C }, f) => {
10
+ ({ children: d, className: N, onBlur: p, onMouseDown: f, contentAfter: s, contentBefore: o, ...C }, b) => {
11
11
  const c = () => o ? /* @__PURE__ */ t(i, { children: [
12
12
  "​",
13
13
  o()
14
14
  ] }) : null, m = () => s ? s() : null, W = (n) => {
15
15
  const r = n.split(" ");
16
16
  if (r.length < 2 || r.length < 3 && o && s) {
17
- const y = l(e.wordWithContent, {
17
+ const y = a(e.wordWithContent, {
18
18
  [e.after]: !!s,
19
19
  [e.before]: !!o
20
20
  });
@@ -24,12 +24,12 @@ const v = "link__3fb8851b", F = "wordWithContent__317b0ca7", S = "before__77bc46
24
24
  m()
25
25
  ] });
26
26
  }
27
- const a = r[0], h = r[r.length - 1], _ = r.slice(1, -1).join(" "), k = l(e.wordWithContent, {
27
+ const l = r[0], h = r[r.length - 1], _ = r.slice(1, -1).join(" "), k = a(e.wordWithContent, {
28
28
  [e.before]: !!o
29
29
  }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
30
30
  c(),
31
- a
32
- ] }) : a, x = l(e.wordWithContent, {
31
+ l
32
+ ] }) : l, x = a(e.wordWithContent, {
33
33
  [e.after]: !!s
34
34
  }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
35
35
  h,
@@ -43,11 +43,11 @@ const v = "link__3fb8851b", F = "wordWithContent__317b0ca7", S = "before__77bc46
43
43
  j
44
44
  ] });
45
45
  }, u = (n) => {
46
- const r = o ? o() : null, a = s ? s() : null;
46
+ const r = o ? o() : null, l = s ? s() : null;
47
47
  return /* @__PURE__ */ t(i, { children: [
48
48
  r,
49
49
  n,
50
- a
50
+ l
51
51
  ] });
52
52
  }, w = o || s ? ((n) => typeof n == "string" ? W(n) : u(n))(d) : d;
53
53
  return /* @__PURE__ */ R(
@@ -55,11 +55,11 @@ const v = "link__3fb8851b", F = "wordWithContent__317b0ca7", S = "before__77bc46
55
55
  {
56
56
  role: "link",
57
57
  ...C,
58
- className: l(N, e.link, "hoverable"),
58
+ className: a(N, e.link, "hoverable"),
59
59
  onBlur: p,
60
- onMouseDown: b,
61
- "data-tx": "0.13.0",
62
- ref: f,
60
+ onMouseDown: f,
61
+ "data-tx": "0.14.0",
62
+ ref: b,
63
63
  children: w
64
64
  }
65
65
  );
@@ -1,15 +1,15 @@
1
1
  import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as m } from "../../chunks/vendor-BARd5eYq.js";
3
+ import { c as m } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__14742ff6", p = {
6
- list: f
7
- }, n = e.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ i("ul", { className: m(p.list, t), ...o, "data-tx": "0.13.0", ref: r, children: [
5
+ const d = "list__dd03729d", p = {
6
+ list: d
7
+ }, f = e.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ i("ul", { className: m(p.list, t), ...o, "data-tx": "0.14.0", ref: r, children: [
8
8
  s,
9
9
  l ? /* @__PURE__ */ a(c, { type: "small" }) : null
10
10
  ] }));
11
- n.displayName = "List";
11
+ f.displayName = "List";
12
12
  export {
13
- n as List
13
+ f as List
14
14
  };
15
15
  //# sourceMappingURL=List.js.map
@@ -3,7 +3,7 @@ var p = (t, e, r) => e in t ? x(t, e, { enumerable: !0, configurable: !0, writab
3
3
  var o = (t, e, r) => p(t, typeof e != "symbol" ? e + "" : e, r);
4
4
  import { jsx as d } from "react/jsx-runtime";
5
5
  import E from "react";
6
- import { b, d as f, D as M, M as T, r as D, e as L, S as w, v as y, f as I, T as C, g as H } from "../../chunks/vendor-BARd5eYq.js";
6
+ import { b, d as f, D as M, M as T, r as D, e as L, S as w, v as y, f as I, T as C, g as H } from "../../chunks/vendor-CalMVkfj.js";
7
7
  import { List as N } from "./List.js";
8
8
  class u extends H {
9
9
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
4
- const p = "listEmptyState__22d5a029", r = {
3
+ import { c as o } from "../../../chunks/vendor-CalMVkfj.js";
4
+ const p = "listEmptyState__5977941a", r = {
5
5
  listEmptyState: p
6
6
  }, l = i.forwardRef(
7
7
  ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(r.listEmptyState, s), ...m, ref: a, children: t })
@@ -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.13.0", ref: s, children: e }) });
6
+ return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.14.0", ref: s, children: e }) });
7
7
  });
8
8
  c.displayName = "ListItem";
9
9
  export {
@@ -1,11 +1,11 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
2
  import i, { useContext as l } from "react";
3
- import { c as r } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { c as r } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__f3578400", f = "selected__7966a9f4", t = {
5
+ const d = "listItemContent__643af3c6", C = "selected__d1080e62", t = {
6
6
  listItemContent: d,
7
- selected: f
8
- }, C = i.forwardRef(
7
+ selected: C
8
+ }, f = i.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
10
  const { selected: m } = l(a);
11
11
  return /* @__PURE__ */ c(
@@ -13,15 +13,15 @@ const d = "listItemContent__f3578400", f = "selected__7966a9f4", t = {
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "0.13.0",
16
+ "data-tx": "0.14.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
20
20
  );
21
21
  }
22
22
  );
23
- C.displayName = "ListItemContent";
23
+ f.displayName = "ListItemContent";
24
24
  export {
25
- C as ListItemContent
25
+ f as ListItemContent
26
26
  };
27
27
  //# sourceMappingURL=ListItemContent.js.map
@@ -1,13 +1,13 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
4
- const i = "listItemControls__4ca49bc5", c = {
3
+ import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
4
+ const i = "listItemControls__814d88eb", n = {
5
5
  listItemControls: i
6
- }, n = m.forwardRef(
7
- ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(c.listItemControls, o), ...s, ref: r, children: t })
6
+ }, a = m.forwardRef(
7
+ ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, children: t })
8
8
  );
9
- n.displayName = "ListItemControls";
9
+ a.displayName = "ListItemControls";
10
10
  export {
11
- n as ListItemControls
11
+ a as ListItemControls
12
12
  };
13
13
  //# sourceMappingURL=ListItemControls.js.map
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../chunks/vendor-BARd5eYq.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-BMsTQr9O.js";
3
+ import "../../../chunks/vendor-CalMVkfj.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-DQyZxkWl.js";
5
5
  import "../../Typography/enums.js";
6
6
  import "../../Typography/Text.js";
7
7
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, jsxs as W, Fragment as P } from "react/jsx-runtime";
2
2
  import E, { useRef as a, useState as O, createElement as w } from "react";
3
- import { a as _, c as g } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { a as _, c as g } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { ETextSize as K } from "../../Typography/enums.js";
5
5
  import { Text as T } from "../../Typography/Text.js";
6
6
  import { ButtonDropdownExtended as b } from "../../Button/ButtonDropdownExtended.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 R } from "../../Dropdown/desktop/DropdownList.js";
21
- import { s as h, L as V } from "../../../chunks/ListItemControlsButton-BMsTQr9O.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-DQyZxkWl.js";
22
22
  const G = E.forwardRef(
23
23
  (y, l) => {
24
24
  const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...N } = y, u = a(null), f = a(null), [p, L] = O(), D = a(_()), v = ({ opened: e, setOpened: o }) => /* @__PURE__ */ t(
@@ -1,9 +1,9 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { c as s } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { LoaderScreen as r } from "../../LoaderScreen/LoaderScreen.js";
5
5
  import { EComponentSize as a } from "../../../enums/EComponentSize.js";
6
- const n = "listItemLoading__1708c462", d = {
6
+ const n = "listItemLoading__0709fe7d", d = {
7
7
  listItemLoading: n
8
8
  }, l = m.forwardRef(
9
9
  ({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(r, { type: "small", size: a.MD }) })
@@ -1,37 +1,37 @@
1
- import { jsxs as n, jsx as a } from "react/jsx-runtime";
2
- import p, { useContext as m, useEffect as k } from "react";
3
- import { c as x } from "../../../chunks/vendor-BARd5eYq.js";
4
- import { Checkbox as f } from "../../Checkbox/Checkbox.js";
5
- import { ListItemContext as d } from "./ListItemContext.js";
6
- const _ = "listItemSelectable__6c1acb40", L = "selected__7966a9f4", C = "checkboxWrapper__39fef18a", W = "childrenWrapper__f1256b50", I = "checkboxLabel__f90f5aff", S = "checkboxLabelClickArea__6acf631a", e = {
7
- listItemSelectable: _,
8
- selected: L,
1
+ import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
+ import p, { useContext as m, useEffect as d } from "react";
3
+ import { c as k } from "../../../chunks/vendor-CalMVkfj.js";
4
+ import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
+ import { ListItemContext as _ } from "./ListItemContext.js";
6
+ const L = "listItemSelectable__0b396545", f = "selected__d1080e62", C = "checkboxWrapper__5d4b2d6c", W = "childrenWrapper__9d79eb05", I = "checkboxLabel__b6e192f0", S = "checkboxLabelClickArea__a47052bb", e = {
7
+ listItemSelectable: L,
8
+ selected: f,
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: t } = m(d), i = (h) => {
15
+ const { setSelected: a } = m(_), i = (h) => {
16
16
  s(h.target.checked);
17
17
  };
18
- return k(() => {
19
- t(c);
20
- }, [c, t]), /* @__PURE__ */ n(
18
+ return d(() => {
19
+ a(c);
20
+ }, [c, a]), /* @__PURE__ */ n(
21
21
  "div",
22
22
  {
23
- className: x(e.listItemSelectable, { [e.selected]: c }, r),
23
+ className: k(e.listItemSelectable, { [e.selected]: c }, r),
24
24
  ...o,
25
25
  ref: b,
26
26
  children: [
27
- /* @__PURE__ */ a("div", { className: e.childrenWrapper, children: l }),
28
- /* @__PURE__ */ a("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ a(
29
- f,
27
+ /* @__PURE__ */ t("div", { className: e.childrenWrapper, children: l }),
28
+ /* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
29
+ x,
30
30
  {
31
31
  checked: c,
32
32
  onChange: i,
33
33
  labelAttributes: { className: e.checkboxLabel },
34
- children: /* @__PURE__ */ a("span", { className: e.checkboxLabelClickArea })
34
+ children: /* @__PURE__ */ t("span", { className: e.checkboxLabelClickArea })
35
35
  }
36
36
  ) })
37
37
  ]
@@ -6,13 +6,13 @@ import { ListItemContent as L } from "./ListItemContent.js";
6
6
  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
- import { c as y } from "../../../chunks/vendor-BARd5eYq.js";
10
- const C = "listItemTable__265f69af", w = {
9
+ import { c as y } from "../../../chunks/vendor-CalMVkfj.js";
10
+ const C = "listItemTable__f5a09e7e", w = {
11
11
  listItemTable: C
12
12
  }, R = d.forwardRef(
13
- ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...f }, n) => {
13
+ ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...n }, f) => {
14
14
  const p = typeof i < "u" && typeof r < "u", m = () => /* @__PURE__ */ e(L, { onClick: l, children: o });
15
- return /* @__PURE__ */ e(b, { className: y(w.listItemTable, s), ...f, ref: n, children: /* @__PURE__ */ c(
15
+ return /* @__PURE__ */ e(b, { className: y(w.listItemTable, s), ...n, ref: f, children: /* @__PURE__ */ c(
16
16
  I,
17
17
  {
18
18
  ref: a,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
2
  import l from "react";
3
- import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
4
- import { s } from "../../../chunks/ListItemTail.module-CcT-PrXt.js";
3
+ import { c as o } from "../../../chunks/vendor-CalMVkfj.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-BcXdd7Tg.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
- import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
4
- import { s } from "../../../chunks/ListItemTail.module-CcT-PrXt.js";
3
+ import { c as o } from "../../../chunks/vendor-CalMVkfj.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-BcXdd7Tg.js";
5
5
  const r = e.forwardRef(
6
6
  ({ className: a, ...i }, m) => /* @__PURE__ */ l(
7
7
  "span",
@@ -1,12 +1,12 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import p from "react";
3
- import { y as I, z as u, c as y } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { x as I, y as u, c as y } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import { ListItem as L } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as R } from "./ListSortableItemTarget.js";
6
- const N = "listSortableItem__52f48328", _ = "dragging__e3c4a577", i = {
7
- listSortableItem: N,
8
- dragging: _
9
- }, x = Object.assign(
6
+ const x = "listSortableItem__3813e603", N = "dragging__2a2725ba", i = {
7
+ listSortableItem: x,
8
+ dragging: N
9
+ }, _ = Object.assign(
10
10
  p.forwardRef(function({ children: e, className: n, style: g, disabled: r, ...s }, t) {
11
11
  const { transform: m, transition: l, listeners: f, isDragging: a, setNodeRef: c, setActivatorNodeRef: S } = I({
12
12
  disabled: r,
@@ -33,8 +33,8 @@ const N = "listSortableItem__52f48328", _ = "dragging__e3c4a577", i = {
33
33
  Target: R
34
34
  }
35
35
  );
36
- x.displayName = "ListSortableItem";
36
+ _.displayName = "ListSortableItem";
37
37
  export {
38
- x as ListSortableItem
38
+ _ as ListSortableItem
39
39
  };
40
40
  //# sourceMappingURL=ListSortableItem.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import l from "react";
3
- import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
4
- const a = "listSortableItemControls__6d1726a3", m = {
3
+ import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
4
+ const a = "listSortableItemControls__7809585c", 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-BARd5eYq.js";
5
- const I = "listSortableItemTarget__6e01f66c", S = "dragging__e3c4a577", b = "listSortableItemTargetContent__8a043201", T = "listSortableItemTargetIcon__11639f76", t = {
6
- listSortableItemTarget: I,
7
- dragging: S,
8
- listSortableItemTargetContent: b,
4
+ import { c as I } from "../../../chunks/vendor-CalMVkfj.js";
5
+ const b = "listSortableItemTarget__e4aba832", c = "dragging__2a2725ba", S = "listSortableItemTargetContent__9794baa1", T = "listSortableItemTargetIcon__4e32e92e", t = {
6
+ listSortableItemTarget: b,
7
+ dragging: c,
8
+ listSortableItemTargetContent: S,
9
9
  listSortableItemTargetIcon: T
10
10
  }, d = m.forwardRef(
11
11
  ({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
12
12
  "div",
13
13
  {
14
- className: 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-BMsTQr9O.js";
6
+ import { L as I } from "../../chunks/ListItemControlsButton-DQyZxkWl.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.13.0", children: t });
9
+ const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.14.0", children: t });
10
10
  o.Body = m;
11
11
  o.ChipGroup = s;
12
12
  o.Footer = p;