@sberbusiness/triplex-next 1.22.0 → 1.23.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 (409) hide show
  1. package/chunks/AlertProcessSpoiler-IulaUJl0.js +39 -0
  2. package/chunks/{CalendarViewItem-UwoR2Xwr.js → CalendarViewItem-DhRDn7-d.js} +27 -27
  3. package/chunks/Card.module-DSOXKXtd.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +15 -0
  5. package/chunks/Chip-EVPZneh2.js +104 -0
  6. package/chunks/Confirm.module-gphOS6IB.js +15 -0
  7. package/chunks/{DropdownListItem-Dl8gN2ar.js → DropdownListItem-BOB8eQXM.js} +14 -14
  8. package/chunks/DropdownMobile.module-B8t5FlvW.js +23 -0
  9. package/chunks/Footer.module-CMW0u8UD.js +9 -0
  10. package/chunks/{FormFieldInput--W9kjf4s.js → FormFieldInput-CwX_1h09.js} +29 -29
  11. package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +9 -0
  12. package/chunks/HeaderTabs.module-BKu6DIV4.js +9 -0
  13. package/chunks/{HeaderTitle.module-DUqjpN6C.js → HeaderTitle.module-DyI7KGeM.js} +2 -2
  14. package/chunks/IslandAccordion.module-Q_9Jiw2w.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-DiWg8j16.js +12 -0
  17. package/chunks/{LightBoxContent-CBpCA29-.js → LightBoxContent-CE6sXjX1.js} +10 -10
  18. package/chunks/LightBoxControls.module-BaHnxhDB.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +9 -0
  20. package/chunks/ListItemControlsButton-BCd2PF9-.js +51 -0
  21. package/chunks/ListItemTail.module-D_nBCryf.js +12 -0
  22. package/chunks/ListMasterFooter.module-D4TPImq7.js +10 -0
  23. package/chunks/ModalWindow.module-u5Pst2YX.js +17 -0
  24. package/chunks/Notification.module-809Tnazq.js +20 -0
  25. package/chunks/Overlay.module-c4cyqpKr.js +18 -0
  26. package/chunks/Page.module-CixV2VSG.js +11 -0
  27. package/chunks/{RightBorderArrow-C390Za7P.js → RightBorderArrow-nrRpapza.js} +6 -6
  28. package/chunks/SMSField.module-Qub64N0s.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +15 -0
  30. package/chunks/SliderExtendedRail-BP0BcOY7.js +40 -0
  31. package/chunks/StatusTracker.module-BMkZgzxy.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-Cf_uwjFP.js → SuggestFieldMobileDropdownHint-CRvB37lf.js} +5 -5
  33. package/chunks/TableFooter.module-BW9hgU6o.js +14 -0
  34. package/chunks/TabsExtended.module-By6HIyMh.js +16 -0
  35. package/chunks/TabsLine.module-KvKWfBwF.js +21 -0
  36. package/chunks/TooltipDesktop.module-DAGDT-nl.js +19 -0
  37. package/chunks/TreeView.module-B8RxFbbh.js +9 -0
  38. package/chunks/{UploadZoneInput-CQYsDdG_.js → UploadZoneInput-D9OID08A.js} +2 -2
  39. package/chunks/{constants-Crak3JEf.js → constants-DXLVATUh.js} +14 -14
  40. package/chunks/{utils-Dq2VA3Zd.js → utils-BDGrf0u9.js} +6 -6
  41. package/chunks/utils-BXi-2Jma.js +28 -0
  42. package/chunks/utils-CvsNd4Ut.js +24 -0
  43. package/chunks/{utils-CS30w_en.js → utils-DXnkRIJ2.js} +16 -16
  44. package/components/Alert/AlertContext/AlertContext.js +10 -10
  45. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  46. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  47. package/components/Amount/Amount.js +2 -2
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +16 -16
  50. package/components/Badge/Badge.js +12 -12
  51. package/components/Badge/BadgeDot.js +5 -5
  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 +29 -29
  57. package/components/Button/ButtonBase.js +1 -1
  58. package/components/Button/ButtonDropdown.js +2 -2
  59. package/components/Button/ButtonDropdownExtended.js +4 -4
  60. package/components/Button/ButtonIcon.js +7 -7
  61. package/components/Calendar/Calendar.js +6 -6
  62. package/components/Calendar/components/CalendarControls.js +9 -9
  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 +8 -8
  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 +14 -14
  78. package/components/Checkbox/CheckboxXGroup.js +14 -14
  79. package/components/Checkbox/CheckboxYGroup.js +3 -3
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  84. package/components/Chip/Chip.js +3 -2
  85. package/components/Chip/ChipClearButton.js +7 -7
  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 +9 -9
  92. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  94. package/components/Chip/ChipSort.js +1 -1
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -20
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +7 -7
  101. package/components/Col/Col.js +141 -141
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +3 -3
  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 +7 -7
  111. package/components/DateRange/DateRange.js +10 -10
  112. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  113. package/components/DesignTokens/components/ListItem.js +4 -4
  114. package/components/DesignTokens/components/ListMaster.js +8 -8
  115. package/components/Divider/Divider.js +20 -20
  116. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  117. package/components/Dropdown/desktop/DropdownDesktop.js +6 -6
  118. package/components/Dropdown/desktop/DropdownList.js +1 -1
  119. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  120. package/components/Dropdown/desktop/index.js +1 -1
  121. package/components/Dropdown/index.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  123. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
  133. package/components/Ellipsis/Ellipsis.js +5 -5
  134. package/components/ExpandAnimation/ExpandAnimation.js +15 -15
  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 +15 -15
  140. package/components/FormField/components/FormFieldClear.js +6 -6
  141. package/components/FormField/components/FormFieldCounter.js +1 -1
  142. package/components/FormField/components/FormFieldDescription.js +5 -5
  143. package/components/FormField/components/FormFieldInput.js +1 -1
  144. package/components/FormField/components/FormFieldLabel.js +6 -6
  145. package/components/FormField/components/FormFieldMaskedInput.js +23 -23
  146. package/components/FormField/components/FormFieldPostfix.js +9 -9
  147. package/components/FormField/components/FormFieldPrefix.js +5 -5
  148. package/components/FormField/components/FormFieldTarget.js +8 -8
  149. package/components/FormField/components/FormFieldTextarea.js +25 -25
  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 +4 -4
  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 +7 -7
  164. package/components/Island/Island.js +1 -1
  165. package/components/Island/components/IslandBody.js +3 -3
  166. package/components/Island/components/IslandFooter.js +4 -4
  167. package/components/Island/components/IslandHeader.js +3 -3
  168. package/components/Island/utils.js +1 -1
  169. package/components/IslandAccordion/IslandAccordion.js +2 -2
  170. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  171. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  172. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  173. package/components/IslandWidget/IslandWidget.js +9 -9
  174. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  176. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  177. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  180. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  181. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  182. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  183. package/components/LightBox/LightBox.js +22 -22
  184. package/components/LightBox/LightBoxContent.js +1 -1
  185. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  186. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  187. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  188. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +5 -5
  190. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  193. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
  194. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
  195. package/components/Link/Link.js +18 -18
  196. package/components/List/List.js +7 -7
  197. package/components/List/components/ListEmptyState.js +3 -3
  198. package/components/List/components/ListItem.js +1 -1
  199. package/components/List/components/ListItemContent.js +5 -5
  200. package/components/List/components/ListItemControls.js +1 -1
  201. package/components/List/components/ListItemControlsButton.js +1 -1
  202. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  203. package/components/List/components/ListItemLoading.js +13 -11
  204. package/components/List/components/ListItemSelectable.js +5 -5
  205. package/components/List/components/ListItemTable.js +17 -15
  206. package/components/List/components/ListItemTailLeft.js +1 -1
  207. package/components/List/components/ListItemTailRight.js +6 -14
  208. package/components/List/components/ListSortableItem.js +5 -5
  209. package/components/List/components/ListSortableItemControls.js +5 -5
  210. package/components/List/components/ListSortableItemTarget.js +1 -1
  211. package/components/List/index.js +1 -1
  212. package/components/ListMaster/ListMaster.js +1 -1
  213. package/components/ListMaster/components/ListMasterBody.js +1 -1
  214. package/components/ListMaster/components/ListMasterChipGroup.js +5 -9
  215. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  216. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  217. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  218. package/components/ListMaster/components/ListMasterHeader.js +8 -8
  219. package/components/ListMaster/components/SelectionControls.js +6 -6
  220. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  221. package/components/Loader/LoaderSmall/LoaderSmall.js +3 -3
  222. package/components/LoaderScreen/LoaderScreen.js +12 -12
  223. package/components/Marker/Marker.js +1 -1
  224. package/components/Marker/utils.js +1 -1
  225. package/components/MarkerStatus/MarkerStatus.js +14 -14
  226. package/components/ModalWindow/ModalWindow.js +1 -1
  227. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  228. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  229. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  230. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  231. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  232. package/components/MultiselectField/components/MultiselectFieldDropdown.js +33 -46
  233. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
  234. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  235. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  236. package/components/Notification/Notification.js +2 -2
  237. package/components/Notification/NotificationGrouped.js +1 -1
  238. package/components/Notification/components/NotificationBody.js +1 -1
  239. package/components/Notification/components/NotificationBodyList.js +1 -1
  240. package/components/Notification/components/NotificationClose.js +1 -1
  241. package/components/Notification/components/NotificationFooter.js +1 -1
  242. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  243. package/components/Notification/components/NotificationHeader.js +1 -1
  244. package/components/Notification/components/NotificationIcon.js +1 -1
  245. package/components/Notification/components/NotificationTime.js +1 -1
  246. package/components/NumberField/NumberFieldInput.js +1 -1
  247. package/components/OrderedList/OrderedList.js +6 -6
  248. package/components/OrderedList/OrderedListItem.js +10 -10
  249. package/components/Overlay/Overlay.js +1 -1
  250. package/components/Overlay/OverlayMask.js +1 -1
  251. package/components/Overlay/OverlayPanel.js +1 -1
  252. package/components/Page/Page.js +1 -1
  253. package/components/Page/components/BodyPage.js +6 -6
  254. package/components/Page/components/FooterPage.js +1 -1
  255. package/components/Page/components/HeaderPage.js +1 -1
  256. package/components/Pagination/components/PaginationExtended.js +6 -6
  257. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  258. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  259. package/components/Pagination/components/PaginationPageButton.js +10 -10
  260. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  261. package/components/Pagination/components/PaginationSelect.js +11 -11
  262. package/components/Radio/Radio.js +16 -16
  263. package/components/Radio/RadioXGroup.js +14 -14
  264. package/components/Radio/RadioYGroup.js +9 -9
  265. package/components/Row/Row.js +8 -8
  266. package/components/SMSField/SMSField.js +2 -2
  267. package/components/SMSField/components/RefreshIcon.js +1 -1
  268. package/components/SMSField/components/SMSFieldInput.js +2 -2
  269. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  270. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  271. package/components/SegmentedControl/SegmentedControl.js +3 -3
  272. package/components/SegmentedControl/SegmentedControlSegment.js +19 -19
  273. package/components/SelectExtendedField/SelectExtendedField.js +10 -10
  274. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  275. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  276. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +25 -25
  277. package/components/SelectField/SelectField.js +1 -1
  278. package/components/Skeleton/Skeleton.js +11 -11
  279. package/components/SliderExtended/SliderExtended.js +2 -2
  280. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
  281. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  282. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  283. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  284. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  285. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +1 -1
  286. package/components/SmallInput/SmallInput.js +1 -1
  287. package/components/Spoiler/Spoiler.js +14 -14
  288. package/components/StatusTracker/StatusTracker.js +2 -2
  289. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  290. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  294. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  295. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  296. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  297. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  298. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  299. package/components/Step/Step.js +8 -8
  300. package/components/Stepper/RightBorderArrow.js +1 -1
  301. package/components/Stepper/Stepper.js +1 -1
  302. package/components/Stepper/StepperExtended.js +4 -4
  303. package/components/Stepper/StepperStep.js +2 -2
  304. package/components/Stepper/StepperWrapper.js +4 -4
  305. package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
  306. package/components/SuggestField/SuggestField.js +2 -2
  307. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  308. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -30
  309. package/components/SuggestField/index.js +1 -1
  310. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  311. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +25 -24
  312. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  313. package/components/SuggestField/mobile/index.js +1 -1
  314. package/components/SwipeableArea/SwipeableArea.js +19 -19
  315. package/components/Table/FilterPanel.js +2 -2
  316. package/components/Table/MasterTable.js +2 -2
  317. package/components/Table/NoColumns.js +5 -5
  318. package/components/Table/PaginationPanel.js +2 -2
  319. package/components/Table/TableBasic/TableBasic.js +1 -1
  320. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  321. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  322. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  323. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  324. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +1 -1
  325. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  326. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  327. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  328. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  329. package/components/Table/TableFooter/TableFooter.js +1 -1
  330. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  331. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  332. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  333. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  334. package/components/Table/TabsLinePanel.js +5 -5
  335. package/components/Table/TabsLinePanelLinks.js +5 -5
  336. package/components/Table/utils.js +1 -1
  337. package/components/Tabs/Tabs.js +4 -4
  338. package/components/TabsExtended/TabsExtended.js +2 -2
  339. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  340. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  341. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  342. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  343. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  344. package/components/TabsExtended/utils.js +1 -1
  345. package/components/TabsLine/TabsLine.js +1 -1
  346. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  347. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  348. package/components/TabsLine/components/TabsLineItem.js +1 -1
  349. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  350. package/components/Tag/Tag.js +1 -1
  351. package/components/TagColor/TagColor.js +9 -9
  352. package/components/TagGroup/TagGroup.js +11 -11
  353. package/components/TextField/TextField.js +1 -1
  354. package/components/TextareaField/TextareaField.js +1 -1
  355. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  356. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  357. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  358. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  359. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  360. package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
  361. package/components/TopOverlay/TopOverlay.js +5 -5
  362. package/components/TreeView/TreeView.js +1 -1
  363. package/components/TreeView/components/TreeViewGroup.js +1 -1
  364. package/components/TreeView/components/TreeViewNode.js +1 -1
  365. package/components/Typography/Caption.js +14 -14
  366. package/components/Typography/Text.js +17 -17
  367. package/components/Typography/Title.js +19 -19
  368. package/components/Typography/constants.js +1 -1
  369. package/components/UnorderedList/UnorderedList.js +6 -6
  370. package/components/UnorderedList/UnorderedListItem.js +6 -6
  371. package/components/UploadZone/UploadZone.js +2 -2
  372. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  373. package/components/index.js +5 -5
  374. package/index.d.ts +25 -7
  375. package/index.js +5 -5
  376. package/package.json +2 -2
  377. package/styles/triplex-next.css +541 -541
  378. package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +0 -39
  379. package/chunks/Card.module-CPD2xDmu.js +0 -17
  380. package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +0 -15
  381. package/chunks/Chip-Bxr2kLyU.js +0 -90
  382. package/chunks/Confirm.module-CmYpxyDp.js +0 -15
  383. package/chunks/DropdownMobile.module-l5rlPxNK.js +0 -23
  384. package/chunks/Footer.module-CjY-6G8t.js +0 -9
  385. package/chunks/HeaderLayoutSidebar.module-fr4_lzKQ.js +0 -9
  386. package/chunks/HeaderTabs.module-Clz5KbqR.js +0 -9
  387. package/chunks/IslandAccordion.module-CPVWJz-Z.js +0 -25
  388. package/chunks/IslandWidgetFooter.module-BRjR7Nva.js +0 -9
  389. package/chunks/IslandWidgetHeader.module-CQVHkydc.js +0 -12
  390. package/chunks/LightBoxControls.module-6rLkTPqp.js +0 -16
  391. package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +0 -9
  392. package/chunks/ListItemControlsButton-BZSR-ESi.js +0 -43
  393. package/chunks/ListItemTail.module-TZkbhx39.js +0 -12
  394. package/chunks/ListMasterFooter.module-BJocFxEb.js +0 -10
  395. package/chunks/ModalWindow.module-CACqfnx4.js +0 -17
  396. package/chunks/Notification.module-ByKcbqB9.js +0 -20
  397. package/chunks/Overlay.module-fYkVPgjL.js +0 -18
  398. package/chunks/Page.module-Bhn0Pz59.js +0 -11
  399. package/chunks/SMSField.module-KA-eacXJ.js +0 -16
  400. package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +0 -15
  401. package/chunks/SliderExtendedRail-Dld8UNeR.js +0 -40
  402. package/chunks/StatusTracker.module-B8xoFRr0.js +0 -24
  403. package/chunks/TableFooter.module-b8TKJFW8.js +0 -14
  404. package/chunks/TabsExtended.module-k8oKnmv6.js +0 -16
  405. package/chunks/TabsLine.module-BLpqn-ZP.js +0 -21
  406. package/chunks/TooltipDesktop.module-DgogF0cV.js +0 -19
  407. package/chunks/TreeView.module-lJCCAWQb.js +0 -9
  408. package/chunks/utils-R-JQhhgt.js +0 -24
  409. package/chunks/utils-Z8JNo8tP.js +0 -28
@@ -1,7 +1,7 @@
1
- import { jsxs as j, jsx as w } from "react/jsx-runtime";
2
- import z, { useState as A, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
1
+ import { jsxs as j, jsx as b } from "react/jsx-runtime";
2
+ import z, { useState as w, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
3
3
  import { c as g } from "../../chunks/vendor-BiObpx9E.js";
4
- const H = "swipeableArea__da9f6b67", V = "content__5ee2338a", $ = "disableScroll__535639ca", k = "disablePointerEvents__987d237b", q = "swipeAnimationFinish__392d181f", G = "leftContent__d11c3f78", J = "rightContent__3554b4e6", s = {
4
+ const H = "swipeableArea__20c8c86f", V = "content__bfbf023b", $ = "disableScroll__fdde502e", k = "disablePointerEvents__885a974e", q = "swipeAnimationFinish__498cb80b", G = "leftContent__edfaa458", J = "rightContent__573f3c54", s = {
5
5
  swipeableArea: H,
6
6
  content: V,
7
7
  disableScroll: $,
@@ -9,9 +9,9 @@ const H = "swipeableArea__da9f6b67", V = "content__5ee2338a", $ = "disableScroll
9
9
  swipeAnimationFinish: q,
10
10
  leftContent: G,
11
11
  rightContent: J
12
- }, p = 24, b = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
12
+ }, p = 24, A = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
13
13
  ({ children: L, className: I, leftSwipeableArea: m, rightSwipeableArea: C, ...y }, B) => {
14
- const [S, a] = A(!1), [l, d] = A(), [o, e] = A(0), i = u(null), r = u(null), n = u(0), h = u(N), _ = u(null), X = () => {
14
+ const [S, a] = w(!1), [l, d] = w(), [o, e] = w(0), i = u(null), r = u(null), n = u(0), f = u(N), _ = u(null), X = () => {
15
15
  a(!0);
16
16
  const t = n.current - o;
17
17
  n.current === 0 ? t > 0 ? e(
@@ -24,17 +24,17 @@ const H = "swipeableArea__da9f6b67", V = "content__5ee2338a", $ = "disableScroll
24
24
  Math.abs(t) > p ? 0 : -r.current.getBoundingClientRect().width
25
25
  );
26
26
  }, E = () => {
27
- h.current = N, d(void 0), document.removeEventListener("touchend", E);
27
+ f.current = N, d(void 0), document.removeEventListener("touchend", E);
28
28
  };
29
29
  M(() => {
30
30
  !l && o !== n.current && X();
31
31
  }, [l]);
32
32
  const x = (t) => {
33
- h.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend", E);
33
+ f.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend", E);
34
34
  }, O = (t) => {
35
35
  if (t.touches.length != 1)
36
36
  return;
37
- const c = t.touches[0].clientX - h.current.clientX, F = t.touches[0].clientY - h.current.clientY;
37
+ const c = t.touches[0].clientX - f.current.clientX, F = t.touches[0].clientY - f.current.clientY;
38
38
  if (!l) {
39
39
  Math.abs(F) > Math.abs(c) ? d(
40
40
  "vertical"
@@ -47,12 +47,12 @@ const H = "swipeableArea__da9f6b67", V = "content__5ee2338a", $ = "disableScroll
47
47
  }
48
48
  if (l === "vertical")
49
49
  return;
50
- const f = n.current + c;
50
+ const h = n.current + c;
51
51
  n.current === 0 ? c > 0 && m ? e(
52
- Math.min(f, i.current.getBoundingClientRect().width)
52
+ Math.min(h, i.current.getBoundingClientRect().width)
53
53
  ) : c < 0 && C && e(
54
- Math.max(f, -r.current.getBoundingClientRect().width)
55
- ) : n.current > 0 ? c < 0 && e(Math.max(0, f)) : n.current < 0 && c > 0 && e(Math.min(0, f));
54
+ Math.max(h, -r.current.getBoundingClientRect().width)
55
+ ) : n.current > 0 ? c < 0 && e(Math.max(0, h)) : n.current < 0 && c > 0 && e(Math.min(0, h));
56
56
  }, D = () => a(!1), P = () => r.current ? Math.abs(o) / r.current.getBoundingClientRect().width : 1, Y = () => i.current ? Math.abs(o) / i.current.getBoundingClientRect().width : 1;
57
57
  M(() => {
58
58
  const t = (c) => {
@@ -86,38 +86,38 @@ const H = "swipeableArea__da9f6b67", V = "content__5ee2338a", $ = "disableScroll
86
86
  {
87
87
  className: g(s.swipeableArea, I),
88
88
  ...y,
89
- "data-tx": "1.22.0",
89
+ "data-tx": "1.23.0",
90
90
  ref: _,
91
91
  children: [
92
- typeof m < "u" ? /* @__PURE__ */ w(
92
+ typeof m < "u" ? /* @__PURE__ */ b(
93
93
  "div",
94
94
  {
95
95
  className: g(s.leftContent, {
96
- [b]: S
96
+ [A]: S
97
97
  }),
98
98
  ref: i,
99
99
  style: { opacity: Y() },
100
100
  children: m
101
101
  }
102
102
  ) : null,
103
- typeof C < "u" ? /* @__PURE__ */ w(
103
+ typeof C < "u" ? /* @__PURE__ */ b(
104
104
  "div",
105
105
  {
106
106
  className: g(s.rightContent, {
107
- [b]: S
107
+ [A]: S
108
108
  }),
109
109
  ref: r,
110
110
  style: { opacity: P() },
111
111
  children: C
112
112
  }
113
113
  ) : null,
114
- /* @__PURE__ */ w(
114
+ /* @__PURE__ */ b(
115
115
  "div",
116
116
  {
117
117
  className: g(s.content, {
118
118
  [Q]: o !== 0,
119
119
  [K]: l === "horizontal",
120
- [b]: S
120
+ [A]: S
121
121
  }),
122
122
  onTouchStart: x,
123
123
  onTouchMove: O,
@@ -1,13 +1,13 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { c as r } from "../../chunks/vendor-BiObpx9E.js";
3
- const s = "filterPanel__9394dce4", i = {
3
+ const s = "filterPanel__49a01d8f", i = {
4
4
  filterPanel: s
5
5
  }, n = ({ children: e, className: l, ...t }) => /* @__PURE__ */ a(
6
6
  "div",
7
7
  {
8
8
  className: r(i.filterPanel, l),
9
9
  ...t,
10
- "data-tx": "1.22.0",
10
+ "data-tx": "1.23.0",
11
11
  children: e
12
12
  }
13
13
  );
@@ -11,7 +11,7 @@ import { TableFooter as u } from "./TableFooter/TableFooter.js";
11
11
  import { PaginationPanel as d } from "./PaginationPanel.js";
12
12
  import "./TableBasicSettings/components/ColumnSettings.js";
13
13
  import "./TableBasic/enums.js";
14
- const x = "masterTable__b3620423", g = {
14
+ const x = "masterTable__4b89612f", g = {
15
15
  masterTable: x
16
16
  }, e = ({ children: t, className: o, loading: r = !1, ...m }) => {
17
17
  const [s, l] = i([]);
@@ -28,7 +28,7 @@ const x = "masterTable__b3620423", g = {
28
28
  {
29
29
  className: b(g.masterTable, o),
30
30
  ...m,
31
- "data-tx": "1.22.0",
31
+ "data-tx": "1.23.0",
32
32
  children: t
33
33
  }
34
34
  )
@@ -1,11 +1,11 @@
1
- import { jsxs as m, jsx as o } from "react/jsx-runtime";
1
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
2
2
  import { c as e } from "../../chunks/vendor-BiObpx9E.js";
3
3
  import { Gap as l } from "../Gap/Gap.js";
4
4
  import { ServicesetupSysIcon96 as r } from "@sberbusiness/icons-next";
5
- const a = "noColumns__a5ebc52b", i = "content__cf2e584a", s = {
6
- noColumns: a,
7
- content: i
8
- }, p = ({ children: n, className: t, ...c }) => /* @__PURE__ */ m("div", { className: e(s.noColumns, t), ...c, children: [
5
+ const i = "noColumns__d8551ba4", a = "content__80039b19", s = {
6
+ noColumns: i,
7
+ content: a
8
+ }, p = ({ children: n, className: t, ...m }) => /* @__PURE__ */ c("div", { className: e(s.noColumns, t), ...m, children: [
9
9
  /* @__PURE__ */ o(r, {}),
10
10
  /* @__PURE__ */ o(l, { size: 8 }),
11
11
  /* @__PURE__ */ o("div", { className: s.content, children: n })
@@ -1,13 +1,13 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { c as o } from "../../chunks/vendor-BiObpx9E.js";
3
- const s = "paginationPanel__5c61bb14", e = {
3
+ const s = "paginationPanel__9ac1ac37", e = {
4
4
  paginationPanel: s
5
5
  }, l = ({ children: a, className: n, ...i }) => /* @__PURE__ */ t(
6
6
  "div",
7
7
  {
8
8
  className: o(e.paginationPanel, n),
9
9
  ...i,
10
- "data-tx": "1.22.0",
10
+ "data-tx": "1.23.0",
11
11
  children: a
12
12
  }
13
13
  );
@@ -2,7 +2,7 @@ import { jsxs as d, jsx as r } from "react/jsx-runtime";
2
2
  import { useContext as B, useEffect as N } from "react";
3
3
  import { i as T } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { MasterTableContext as L } from "../MasterTableContext.js";
5
- import { s as a } from "../../../chunks/utils-CS30w_en.js";
5
+ import { s as a } from "../../../chunks/utils-DXnkRIJ2.js";
6
6
  import { TableBasicHeader as g } from "./components/TableBasicHeader.js";
7
7
  import { TableBasicBody as C } from "./components/TableBasicBody.js";
8
8
  import { LoaderMiddle as E } from "../../Loader/LoaderMiddle/LoaderMiddle.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { TableBasicRow as b } from "./TableBasicRow.js";
3
3
  import { c as p } from "../../../../chunks/vendor-BiObpx9E.js";
4
- import { s as r } from "../../../../chunks/utils-CS30w_en.js";
4
+ import { s as r } from "../../../../chunks/utils-DXnkRIJ2.js";
5
5
  const B = ({ columns: c, data: o, highlightRowOnHover: t, onClickRow: e }) => {
6
6
  if (o.length === 0)
7
7
  return null;
@@ -5,7 +5,7 @@ import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttribute
5
5
  import { getDataHTMLAttributes as y } from "../../../../utils/html/DataAttributes.js";
6
6
  import { ECellType as T, EHorizontalAlign as s, EOrderDirection as t } from "../enums.js";
7
7
  import { c as d } from "../../../../chunks/vendor-BiObpx9E.js";
8
- import { s as n, m as z } from "../../../../chunks/utils-CS30w_en.js";
8
+ import { s as n, m as z } from "../../../../chunks/utils-DXnkRIJ2.js";
9
9
  import { Text as B } from "../../../Typography/Text.js";
10
10
  import { ETextSize as v } from "../../../Typography/enums.js";
11
11
  const w = ({ columns: u, onOrderBy: l }) => {
@@ -3,7 +3,7 @@ import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttribute
3
3
  import { getDataHTMLAttributes as D } from "../../../../utils/html/DataAttributes.js";
4
4
  import { DataTestId as L } from "../../../../consts/DataTestId.js";
5
5
  import { c as p } from "../../../../chunks/vendor-BiObpx9E.js";
6
- import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-CS30w_en.js";
6
+ import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-DXnkRIJ2.js";
7
7
  import { ECellType as a, EVerticalAlign as f } from "../enums.js";
8
8
  import { ETextSize as A } from "../../../Typography/enums.js";
9
9
  import { Text as N } from "../../../Typography/Text.js";
@@ -1,17 +1,17 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { useRef as i } from "react";
3
- import { ButtonDropdownExtended as a } from "../../Button/ButtonDropdownExtended.js";
2
+ import { useRef as a } from "react";
3
+ import { ButtonDropdownExtended as i } from "../../Button/ButtonDropdownExtended.js";
4
4
  import { c as l } from "../../../chunks/vendor-BiObpx9E.js";
5
5
  import { TableBasicSettingsBody as u } from "./components/TableBasicSettingsBody.js";
6
6
  import { ColumnSettings as w } from "./components/ColumnSettings.js";
7
7
  import { TableBasicSettingsFooter as B } from "./components/TableBasicSettingsFooter.js";
8
8
  import { TableBasicSettingsHeader as D } from "./components/TableBasicSettingsHeader.js";
9
9
  import { Link as x } from "../../Link/Link.js";
10
- const k = "tableSettingsLink__63734336", L = "tableSettingsDropdown__953290e4", d = {
10
+ const k = "tableSettingsLink__aac84862", L = "tableSettingsDropdown__e3534adc", d = {
11
11
  tableSettingsLink: k,
12
12
  tableSettingsDropdown: L
13
13
  }, t = ({ children: m, className: p, linkTitle: c, ...f }) => {
14
- const r = i(null), s = i(null), g = ({ opened: e, setOpened: o }) => /* @__PURE__ */ n(
14
+ const r = a(null), s = a(null), g = ({ opened: e, setOpened: o }) => /* @__PURE__ */ n(
15
15
  x,
16
16
  {
17
17
  href: "#",
@@ -25,7 +25,7 @@ const k = "tableSettingsLink__63734336", L = "tableSettingsDropdown__953290e4",
25
25
  children: c
26
26
  }
27
27
  ), b = ({ className: e, ...o }) => /* @__PURE__ */ n(
28
- a.Dropdown,
28
+ i.Dropdown,
29
29
  {
30
30
  className: l(d.tableSettingsDropdown, e),
31
31
  ...o,
@@ -35,7 +35,7 @@ const k = "tableSettingsLink__63734336", L = "tableSettingsDropdown__953290e4",
35
35
  }
36
36
  );
37
37
  return /* @__PURE__ */ n(
38
- a,
38
+ i,
39
39
  {
40
40
  className: l(d.tableSettingsLink, p),
41
41
  renderButton: g,
@@ -3,7 +3,7 @@ import i from "react";
3
3
  import { ListSortableItemTarget as g } from "../../../List/components/ListSortableItemTarget.js";
4
4
  import { ListSortableItemControls as l } from "../../../List/components/ListSortableItemControls.js";
5
5
  import { c as n } from "../../../../chunks/vendor-BiObpx9E.js";
6
- const c = "columnSettingsSortableListItemTarget__212889d2", S = "dragging__823ff9c2", r = {
6
+ const c = "columnSettingsSortableListItemTarget__1b3ca470", S = "dragging__f5910f37", r = {
7
7
  columnSettingsSortableListItemTarget: c,
8
8
  dragging: S
9
9
  }, f = i.forwardRef(
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as o } from "../../../../chunks/vendor-BiObpx9E.js";
4
4
  import { ListItem as c } from "../../../List/components/ListItem.js";
5
- const n = "columnSettingsStaticListItem__3bf18853", a = {
5
+ const n = "columnSettingsStaticListItem__972ddd86", a = {
6
6
  columnSettingsStaticListItem: n
7
7
  }, r = e.forwardRef(
8
8
  ({ className: t, ...i }, s) => /* @__PURE__ */ m(c, { className: o(a.columnSettingsStaticListItem, t), ...i, ref: s })
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import o from "react";
3
3
  import { c } from "../../../../chunks/vendor-BiObpx9E.js";
4
- const B = "tableBasicSettingsBody__fb6d75c9", d = {
4
+ const B = "tableBasicSettingsBody__280daa10", d = {
5
5
  tableBasicSettingsBody: B
6
6
  }, l = o.forwardRef(
7
7
  ({ children: t, className: s, ...a }, e) => /* @__PURE__ */ i("div", { className: c(d.tableBasicSettingsBody, s), ref: e, ...a, children: t })
@@ -1,7 +1,7 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as r } from "../../../../chunks/vendor-BiObpx9E.js";
4
- const c = "tableBasicSettingsFooter__afa4780c", l = {
4
+ const c = "tableBasicSettingsFooter__db07851e", l = {
5
5
  tableBasicSettingsFooter: c
6
6
  }, n = i.forwardRef(
7
7
  ({ children: t, className: e, ...o }, s) => /* @__PURE__ */ a("div", { className: r(l.tableBasicSettingsFooter, e), ref: s, ...o, children: t })
@@ -2,7 +2,7 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
3
3
  import { Text as r } from "../../../Typography/Text.js";
4
4
  import { EFontWeightText as o, ETextSize as c } from "../../../Typography/enums.js";
5
- const l = "tableBasicSettingsHeader__34aeb0d1", m = {
5
+ const l = "tableBasicSettingsHeader__2a473d5f", m = {
6
6
  tableBasicSettingsHeader: l
7
7
  }, n = ({
8
8
  children: e,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as m, jsx as o } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor-BiObpx9E.js";
3
- import { s as r } from "../../../chunks/TableFooter.module-b8TKJFW8.js";
3
+ import { s as r } from "../../../chunks/TableFooter.module-BW9hgU6o.js";
4
4
  import { FooterDescription as l } from "../../Footer/components/FooterDescription.js";
5
5
  import { FooterDescriptionControls as p } from "../../Footer/components/FooterDescriptionControls.js";
6
6
  import { TableFooterSummary as c } from "./components/TableFooterSummary.js";
@@ -3,7 +3,7 @@ import { FooterDescription as r } from "../../../Footer/components/FooterDescrip
3
3
  import { TableFooterSummaryAmount as m } from "./TableFooterSummaryAmount.js";
4
4
  import { TableFooterSummarySelectedCount as a } from "./TableFooterSummarySelectedCount.js";
5
5
  import { TableFooterSummarySelectAllButton as l } from "./TableFooterSummarySelectAllButton.js";
6
- import { s as n } from "../../../../chunks/TableFooter.module-b8TKJFW8.js";
6
+ import { s as n } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
7
7
  const y = Object.assign(
8
8
  ({ children: t, ...e }) => /* @__PURE__ */ o(r.Content, { ...e, children: /* @__PURE__ */ o("div", { className: n.tableFooterSummary, children: t }) }),
9
9
  {
@@ -1,5 +1,5 @@
1
1
  import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
- import { s as m } from "../../../../chunks/TableFooter.module-b8TKJFW8.js";
2
+ import { s as m } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
3
3
  import { Amount as s } from "../../../Amount/Amount.js";
4
4
  import { Text as l } from "../../../Typography/Text.js";
5
5
  import { ETextSize as i } from "../../../Typography/enums.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { s as a } from "../../../../chunks/TableFooter.module-b8TKJFW8.js";
2
+ import { s as a } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
3
3
  import { ETextSize as s } from "../../../Typography/enums.js";
4
4
  import { Link as i } from "../../../Link/Link.js";
5
5
  import { Text as p } from "../../../Typography/Text.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as t } from "../../../../chunks/TableFooter.module-b8TKJFW8.js";
2
+ import { s as t } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
3
3
  const a = ({ children: e }) => /* @__PURE__ */ o("span", { className: t.tableFooterSummarySelectedCount, children: e });
4
4
  a.displayName = "TableFooterSummarySelectedCount";
5
5
  export {
@@ -1,12 +1,12 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import { c as t } from "../../chunks/vendor-BiObpx9E.js";
3
3
  import { TabsLinePanelLinks as l } from "./TabsLinePanelLinks.js";
4
- const o = "tabsLinePanel__67bc82fe", L = {
4
+ const o = "tabsLinePanel__bc71c7a8", L = {
5
5
  tabsLinePanel: o
6
- }, s = ({ children: a, className: e, ...n }) => /* @__PURE__ */ i("div", { className: t(L.tabsLinePanel, e), ...n, children: a });
7
- s.Links = l;
8
- s.displayName = "TabsLinePanel";
6
+ }, a = ({ children: s, className: n, ...e }) => /* @__PURE__ */ i("div", { className: t(L.tabsLinePanel, n), ...e, children: s });
7
+ a.Links = l;
8
+ a.displayName = "TabsLinePanel";
9
9
  export {
10
- s as TabsLinePanel
10
+ a as TabsLinePanel
11
11
  };
12
12
  //# sourceMappingURL=TabsLinePanel.js.map
@@ -2,11 +2,11 @@ import { jsx as n } from "react/jsx-runtime";
2
2
  import { c as t } from "../../chunks/vendor-BiObpx9E.js";
3
3
  import { Text as a } from "../Typography/Text.js";
4
4
  import { EFontWeightText as o, ETextSize as L } from "../Typography/enums.js";
5
- const l = "tabsLinePanelLinks__e7d24615", m = {
5
+ const l = "tabsLinePanelLinks__803479c9", m = {
6
6
  tabsLinePanelLinks: l
7
7
  }, r = ({
8
- children: e,
9
- className: s,
8
+ children: s,
9
+ className: e,
10
10
  ...i
11
11
  }) => /* @__PURE__ */ n(
12
12
  a,
@@ -14,9 +14,9 @@ const l = "tabsLinePanelLinks__e7d24615", m = {
14
14
  tag: "div",
15
15
  size: L.B3,
16
16
  weight: o.SEMIBOLD,
17
- className: t(s, m.tabsLinePanelLinks),
17
+ className: t(e, m.tabsLinePanelLinks),
18
18
  ...i,
19
- children: e
19
+ children: s
20
20
  }
21
21
  );
22
22
  r.displayName = "TabsLinePanelLinks";
@@ -1,5 +1,5 @@
1
1
  import "./TableBasic/enums.js";
2
- import { b as s, m as o, a as e } from "../../chunks/utils-CS30w_en.js";
2
+ import { b as s, m as o, a as e } from "../../chunks/utils-DXnkRIJ2.js";
3
3
  export {
4
4
  s as mapCellTypeToClassName,
5
5
  o as mapHorizontalAlignToClassName,
@@ -15,7 +15,7 @@ import "../Button/ButtonDropdownExtended.js";
15
15
  import { EButtonDotsTheme as j } from "../Button/enums.js";
16
16
  import { EComponentSize as K } from "../../enums/EComponentSize.js";
17
17
  import { isKey as _ } from "../../utils/keyboard.js";
18
- const k = "tabsContent__5b878c3f", G = "tabButtonDropdown__00467db7", H = "sm__7f4fe7e4", L = "md__c53f2ad5", M = "lg__c24fe683", p = {
18
+ const k = "tabsContent__66d7ff2b", G = "tabButtonDropdown__a2681cb1", H = "sm__8c8df622", L = "md__05226da6", M = "lg__458fcf39", p = {
19
19
  tabsContent: k,
20
20
  tabButtonDropdown: G,
21
21
  sm: H,
@@ -29,10 +29,10 @@ const k = "tabsContent__5b878c3f", G = "tabButtonDropdown__00467db7", H = "sm__7
29
29
  tabs: t,
30
30
  ...v
31
31
  }) => {
32
- const [w, f] = l(a || t[0].id), [R, A] = l(""), [F, I] = l(""), m = D(null), d = D(null), S = ({ dropdownItemsIds: n, onSelectTab: o }) => t.filter((e) => n.includes(e.id)).map((e) => ({ ...e, onSelect: () => o(e.id) })), B = (n, o) => /* @__PURE__ */ c(s.Content.Tab, { ...n, children: ({ selected: e, isFirstInlineTab: N, isLastInlineTab: g }) => {
32
+ const [w, d] = l(a || t[0].id), [R, A] = l(""), [F, I] = l(""), f = D(null), m = D(null), S = ({ dropdownItemsIds: n, onSelectTab: o }) => t.filter((e) => n.includes(e.id)).map((e) => ({ ...e, onSelect: () => o(e.id) })), B = (n, o) => /* @__PURE__ */ c(s.Content.Tab, { ...n, children: ({ selected: e, isFirstInlineTab: N, isLastInlineTab: g }) => {
33
33
  const E = w === n.id ? 0 : -1, O = () => {
34
34
  let r;
35
- return R === n.id ? r = m : F === n.id && (r = d), r;
35
+ return R === n.id ? r = f : F === n.id && (r = m), r;
36
36
  };
37
37
  return /* @__PURE__ */ c(
38
38
  s.Content.TabButton,
@@ -48,7 +48,7 @@ const k = "tabsContent__5b878c3f", G = "tabButtonDropdown__00467db7", H = "sm__7
48
48
  onKeyDown: (r) => {
49
49
  var b, T;
50
50
  const { key: u } = r;
51
- _(u, "ARROW_LEFT") ? (N || (f(t[o - 1].id), (b = m.current) == null || b.focus()), r.preventDefault()) : _(u, "ARROW_RIGHT") && (g || (f(t[o + 1].id), (T = d.current) == null || T.focus()), r.preventDefault());
51
+ _(u, "ARROW_LEFT") ? (N || (d(t[o - 1].id), (b = f.current) == null || b.focus()), r.preventDefault()) : _(u, "ARROW_RIGHT") && (g || (d(t[o + 1].id), (T = m.current) == null || T.focus()), r.preventDefault());
52
52
  },
53
53
  children: n.label
54
54
  }
@@ -3,9 +3,9 @@ import { useState as r, useRef as c } from "react";
3
3
  import { c as x } from "../../chunks/vendor-BiObpx9E.js";
4
4
  import { TabsExtendedContext as b } from "./TabsExtendedContext.js";
5
5
  import { TabsExtendedContent as I } from "./components/TabsExtendedContent.js";
6
- import { s as _ } from "../../chunks/TabsExtended.module-k8oKnmv6.js";
6
+ import { s as _ } from "../../chunks/TabsExtended.module-By6HIyMh.js";
7
7
  import { ETabsExtendedType as S } from "./enums.js";
8
- import { T as u } from "../../chunks/utils-Z8JNo8tP.js";
8
+ import { T as u } from "../../chunks/utils-BXi-2Jma.js";
9
9
  import "./components/TabsExtendedDropdownWrapper.js";
10
10
  import "./components/TabsExtendedTab.js";
11
11
  import "./components/TabsExtendedTabButton.js";
@@ -5,7 +5,7 @@ import { TabsExtendedTab as d } from "./TabsExtendedTab.js";
5
5
  import { TabsExtendedTabButton as i } from "./TabsExtendedTabButton.js";
6
6
  import { EComponentSize as T } from "../../../enums/EComponentSize.js";
7
7
  import { TabsExtendedDropdownWrapper as b } from "./TabsExtendedDropdownWrapper.js";
8
- import { s as r } from "../../../chunks/TabsExtended.module-k8oKnmv6.js";
8
+ import { s as r } from "../../../chunks/TabsExtended.module-By6HIyMh.js";
9
9
  import { createSizeToClassNameMap as f } from "../../../utils/classNameMaps.js";
10
10
  import "./TabsExtendedTabContext.js";
11
11
  const x = f(r), o = ({
@@ -1,6 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { useContext as m } from "react";
3
- import { s as p } from "../../../chunks/TabsExtended.module-k8oKnmv6.js";
3
+ import { s as p } from "../../../chunks/TabsExtended.module-By6HIyMh.js";
4
4
  import { c as a } from "../../../chunks/vendor-BiObpx9E.js";
5
5
  import { TabsExtendedContext as i } from "../TabsExtendedContext.js";
6
6
  const w = ({
@@ -1,6 +1,6 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import x, { useContext as d } from "react";
3
- import { s as o } from "../../../chunks/TabsExtended.module-k8oKnmv6.js";
3
+ import { s as o } from "../../../chunks/TabsExtended.module-By6HIyMh.js";
4
4
  import { c as I } from "../../../chunks/vendor-BiObpx9E.js";
5
5
  import { TabsExtendedContext as u } from "../TabsExtendedContext.js";
6
6
  import { TabsExtendedTabContext as E } from "./TabsExtendedTabContext.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as x, jsx as e } from "react/jsx-runtime";
2
2
  import b, { useContext as c } from "react";
3
3
  import { c as f } from "../../../chunks/vendor-BiObpx9E.js";
4
- import { s as t, T as _, a as r } from "../../../chunks/utils-Z8JNo8tP.js";
4
+ import { s as t, T as _, a as r } from "../../../chunks/utils-BXi-2Jma.js";
5
5
  import { TabsExtendedContext as l } from "../TabsExtendedContext.js";
6
6
  import { EFontType as u } from "../../Typography/enums.js";
7
7
  import "../../Typography/Caption.js";
@@ -3,7 +3,7 @@ import a, { useContext as A, useState as D, useRef as g, useLayoutEffect as R, i
3
3
  import { h as F, c as N, j } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { TabsExtendedContext as z } from "../TabsExtendedContext.js";
5
5
  import { TabsExtendedTabContext as _ } from "./TabsExtendedTabContext.js";
6
- import { s as l } from "../../../chunks/TabsExtended.module-k8oKnmv6.js";
6
+ import { s as l } from "../../../chunks/TabsExtended.module-By6HIyMh.js";
7
7
  const G = ({
8
8
  children: s,
9
9
  className: C,
@@ -1,6 +1,6 @@
1
1
  import "./enums.js";
2
2
  import "../../enums/EComponentSize.js";
3
- import { a as o, T as r } from "../../chunks/utils-Z8JNo8tP.js";
3
+ import { a as o, T as r } from "../../chunks/utils-BXi-2Jma.js";
4
4
  import "../Typography/enums.js";
5
5
  export {
6
6
  o as TABS_EXTENDED_SIZE_TO_TEXT_SIZE_MAP,
@@ -3,7 +3,7 @@ import { c as b } from "../../chunks/vendor-BiObpx9E.js";
3
3
  import { MobileView as c } from "../MobileView/MobileView.js";
4
4
  import { TabsLineDesktop as d } from "./components/TabsLineDesktop.js";
5
5
  import { TabsLineMobile as x } from "./components/TabsLineMobile.js";
6
- import { s as m } from "../../chunks/TabsLine.module-BLpqn-ZP.js";
6
+ import { s as m } from "../../chunks/TabsLine.module-KvKWfBwF.js";
7
7
  import "./components/TabsLineDropdown.js";
8
8
  import "./components/TabsLineItem.js";
9
9
  const v = ({
@@ -4,7 +4,7 @@ import { TabsLineDropdown as S } from "./TabsLineDropdown.js";
4
4
  import { TabsLineItem as k } from "./TabsLineItem.js";
5
5
  import { isKey as u } from "../../../utils/keyboard.js";
6
6
  import { l as L } from "../../../chunks/vendor-BiObpx9E.js";
7
- import { s as J } from "../../../chunks/TabsLine.module-BLpqn-ZP.js";
7
+ import { s as J } from "../../../chunks/TabsLine.module-KvKWfBwF.js";
8
8
  const $ = ({
9
9
  tabs: l,
10
10
  dropdownTargetHtmlAttributes: g,
@@ -4,7 +4,7 @@ import { u as H, c as w } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { DropdownListContext as Y } from "../../Dropdown/DropdownListContext.js";
5
5
  import "../../Dropdown/desktop/DropdownDesktop.js";
6
6
  import { DropdownList as S } from "../../Dropdown/desktop/DropdownList.js";
7
- import "../../../chunks/DropdownListItem-Dl8gN2ar.js";
7
+ import "../../../chunks/DropdownListItem-BOB8eQXM.js";
8
8
  import { EDropdownWidth as q } from "../../Dropdown/desktop/enums.js";
9
9
  import "../../Dropdown/mobile/DropdownMobile.js";
10
10
  import "../../Dropdown/mobile/DropdownMobileBody.js";
@@ -21,7 +21,7 @@ import { EComponentSize as G } from "../../../enums/EComponentSize.js";
21
21
  import { Dropdown as U } from "../../Dropdown/Dropdown.js";
22
22
  import { CaretdownStrokeSrvIcon16 as Z } from "@sberbusiness/icons-next";
23
23
  import { isKey as m } from "../../../utils/keyboard.js";
24
- import { s as t } from "../../../chunks/TabsLine.module-BLpqn-ZP.js";
24
+ import { s as t } from "../../../chunks/TabsLine.module-KvKWfBwF.js";
25
25
  import { createSizeToClassNameMap as J } from "../../../utils/classNameMaps.js";
26
26
  import { EFontType as b } from "../../Typography/enums.js";
27
27
  import "../../Typography/Caption.js";
@@ -7,7 +7,7 @@ import { EComponentSize as p } from "../../../enums/EComponentSize.js";
7
7
  import { Text as v } from "../../Typography/Text.js";
8
8
  import { tabsLineSizeToTextSizeMap as x } from "../utils.js";
9
9
  import { EFontType as l } from "../../Typography/enums.js";
10
- import { s as e } from "../../../chunks/TabsLine.module-BLpqn-ZP.js";
10
+ import { s as e } from "../../../chunks/TabsLine.module-KvKWfBwF.js";
11
11
  const L = N(e), R = y.forwardRef(
12
12
  ({
13
13
  id: c,
@@ -1,19 +1,19 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { TabsLineItem as t } from "./TabsLineItem.js";
3
- const d = "tabsLineMobileWrapper__cce25fb7", p = "tabsLineMobile__53d65618", l = {
4
- tabsLineMobileWrapper: d,
5
- tabsLineMobile: p
6
- }, h = ({ onChangeTab: r, selectedId: o, tabs: i }) => {
3
+ const p = "tabsLineMobileWrapper__a2f92b8e", d = "tabsLineMobile__ea16c853", l = {
4
+ tabsLineMobileWrapper: p,
5
+ tabsLineMobile: d
6
+ }, h = ({ onChangeTab: r, selectedId: a, tabs: i }) => {
7
7
  if (!i.length)
8
8
  return null;
9
- const a = ({ selected: L, ...e }) => {
9
+ const o = ({ selected: L, ...e }) => {
10
10
  const b = (c) => {
11
11
  var s;
12
12
  r(e.id), (s = e.onClick) == null || s.call(e, c);
13
13
  };
14
- return /* @__PURE__ */ n(t, { selected: o === e.id, ...e, onClick: b }, e.id);
14
+ return /* @__PURE__ */ n(t, { selected: a === e.id, ...e, onClick: b }, e.id);
15
15
  };
16
- return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(a) }) });
16
+ return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(o) }) });
17
17
  };
18
18
  export {
19
19
  h as TabsLineMobile
@@ -7,7 +7,7 @@ import { ETextSize as I, EFontType as _ } from "../Typography/enums.js";
7
7
  import { ButtonIcon as T } from "../Button/ButtonIcon.js";
8
8
  import { createSizeToClassNameMap as j } from "../../utils/classNameMaps.js";
9
9
  import { EComponentSize as e } from "../../enums/EComponentSize.js";
10
- const A = "tag__4680b28d", R = "sm__6036c187", w = "md__1927ef68", F = "lg__9b142be2", P = "content__7241873c", l = {
10
+ const A = "tag__394a2c66", R = "sm__b115c069", w = "md__ce5f3e72", F = "lg__1292f224", P = "content__43e2e6d1", l = {
11
11
  tag: A,
12
12
  sm: R,
13
13
  md: w,