@sberbusiness/triplex-next 1.11.0 → 1.12.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 (422) hide show
  1. package/chunks/AlertProcessSpoiler-2ISgLMAv.js +39 -0
  2. package/chunks/{CalendarViewItem-GZv99LrE.js → CalendarViewItem-DM6giHDZ.js} +30 -30
  3. package/chunks/Card.module-B3p3ckTi.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-C9E_PNKd.js +11 -0
  5. package/chunks/{Chip-L25luM9A.js → Chip-DAuhowke.js} +16 -16
  6. package/chunks/Confirm.module-C8vukyYR.js +15 -0
  7. package/chunks/{DropdownListItem-QBxfm941.js → DropdownListItem-Dd97YDii.js} +15 -15
  8. package/chunks/DropdownMobile.module-CCITYoi5.js +23 -0
  9. package/chunks/Footer.module-CvMg6tX7.js +9 -0
  10. package/chunks/{FormFieldInput-ZCQQZs7b.js → FormFieldInput-CkbWg1jd.js} +16 -16
  11. package/chunks/HeaderLayoutSidebar.module-Dsxv0xGF.js +9 -0
  12. package/chunks/HeaderTabs.module-BByuDFWD.js +9 -0
  13. package/chunks/{HeaderTitle.module-C7KQyTXH.js → HeaderTitle.module-B5-wunmu.js} +2 -2
  14. package/chunks/IslandAccordion.module-xj0cP0m9.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-bDnVNRPn.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-BW5vlxfL.js +9 -0
  17. package/chunks/{LightBoxContent-D0toheNV.js → LightBoxContent-CkXwpIcr.js} +11 -11
  18. package/chunks/LightBoxControls.module-CzUVzNt3.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-DLin9oqm.js +8 -0
  20. package/chunks/{ListItemControlsButton-B0Qs0eEN.js → ListItemControlsButton-CzGamwTx.js} +9 -9
  21. package/chunks/ListItemTail.module-nXIzaumG.js +12 -0
  22. package/chunks/ListMasterFooter.module-DSwVh_Ga.js +10 -0
  23. package/chunks/ModalWindow.module-Cve8WlGX.js +17 -0
  24. package/chunks/Notification.module-CPxgLCeP.js +21 -0
  25. package/chunks/Overlay.module-CUGc7krZ.js +18 -0
  26. package/chunks/Page.module-F4pO41fd.js +11 -0
  27. package/chunks/{RightBorderArrow-B3TaRXow.js → RightBorderArrow-DCUUrij3.js} +17 -17
  28. package/chunks/SMSField.module-DsbfVxJI.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-gx4fpmmQ.js +15 -0
  30. package/chunks/{SliderExtendedRail-DP6nRRY0.js → SliderExtendedRail-BGydR8-k.js} +10 -10
  31. package/chunks/StatusTracker.module-BfU9IGap.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-C04_aHFB.js → SuggestFieldMobileDropdownHint-B1y2_WeW.js} +2 -2
  33. package/chunks/TableFooter.module-B85spOme.js +14 -0
  34. package/chunks/TabsExtended.module-D5Cengc4.js +16 -0
  35. package/chunks/TabsLine.module-BIWiErhn.js +21 -0
  36. package/chunks/TooltipDesktop.module-BHooJ0zu.js +19 -0
  37. package/chunks/TreeView.module-BlFF2oGU.js +9 -0
  38. package/chunks/UploadZoneInput-BERiqnOn.js +35 -0
  39. package/chunks/{utils-BWjaO0EE.js → utils-7DZsULe6.js} +14 -14
  40. package/chunks/utils-BSFj4o72.js +24 -0
  41. package/chunks/utils-Bn_7-Ayu.js +36 -0
  42. package/chunks/{utils-CDPE3P4X.js → utils-BxluXyQN.js} +8 -8
  43. package/chunks/utils-x7NpEaSu.js +20 -0
  44. package/chunks/{vendor-ClY57Zzq.js → vendor-CwhnMZ7o.js} +126 -109
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  47. package/components/Alert/AlertContext/AlertContext.js +15 -15
  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 +6 -6
  51. package/components/AmountField/AmountField.js +47 -39
  52. package/components/Body/Body.js +4 -4
  53. package/components/Button/Button.js +35 -35
  54. package/components/Button/ButtonBase.js +1 -1
  55. package/components/Button/ButtonDropdown.js +27 -27
  56. package/components/Button/ButtonDropdownExtended.js +6 -6
  57. package/components/Button/ButtonIcon.js +8 -8
  58. package/components/Calendar/Calendar.js +6 -6
  59. package/components/Calendar/CalendarContext.js +1 -1
  60. package/components/Calendar/components/CalendarControls.js +1 -1
  61. package/components/Calendar/components/CalendarFooter.js +3 -3
  62. package/components/Calendar/components/CalendarViewDays.js +2 -2
  63. package/components/Calendar/components/CalendarViewItem.js +2 -2
  64. package/components/Calendar/components/CalendarViewMonths.js +2 -2
  65. package/components/Calendar/components/CalendarViewYears.js +2 -2
  66. package/components/Calendar/utils.js +1 -1
  67. package/components/Card/CardAction.js +21 -21
  68. package/components/Card/CardStatic.js +3 -3
  69. package/components/Card/components/CardContent/CardContent.js +2 -2
  70. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  73. package/components/Card/components/CardMedia.js +2 -2
  74. package/components/Card/utils.js +1 -1
  75. package/components/CarouselExtended/CarouselExtended.js +7 -7
  76. package/components/Checkbox/Checkbox.js +8 -8
  77. package/components/Checkbox/CheckboxXGroup.js +15 -15
  78. package/components/Checkbox/CheckboxYGroup.js +2 -2
  79. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  80. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  83. package/components/Chip/Chip.js +2 -2
  84. package/components/Chip/ChipClearButton.js +5 -5
  85. package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
  86. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  87. package/components/Chip/ChipDropdownArrow.js +4 -4
  88. package/components/Chip/ChipIcon.js +1 -1
  89. package/components/Chip/ChipMultiselect.js +2 -2
  90. package/components/Chip/ChipOptions.js +6 -6
  91. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  92. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  93. package/components/Chip/ChipSort.js +2 -2
  94. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  95. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  96. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  97. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  98. package/components/Chip/index.js +1 -1
  99. package/components/ChipGroup/ChipGroup.js +11 -11
  100. package/components/Col/Col.js +145 -145
  101. package/components/CollapsableTree/components/CollapsableTreeNode.js +17 -17
  102. package/components/Confirm/Confirm.js +2 -2
  103. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  104. package/components/Confirm/components/ConfirmContent.js +2 -2
  105. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  106. package/components/Confirm/components/ConfirmControls.js +2 -2
  107. package/components/DateField/DateField.js +2 -2
  108. package/components/DateField/utils.js +1 -1
  109. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  110. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
  111. package/components/DateRange/DateRange.js +2 -2
  112. package/components/DateRange/index.js +7 -0
  113. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  114. package/components/DesignTokens/DesignTokensComponents.js +90 -95
  115. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -97
  116. package/components/DesignTokens/components/index.js +153 -156
  117. package/components/Divider/Divider.js +18 -18
  118. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  119. package/components/Dropdown/desktop/DropdownDesktop.js +6 -6
  120. package/components/Dropdown/desktop/DropdownList.js +2 -2
  121. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  122. package/components/Dropdown/desktop/index.js +1 -1
  123. package/components/Dropdown/index.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  125. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  135. package/components/Ellipsis/Ellipsis.js +14 -14
  136. package/components/ExpandAnimation/ExpandAnimation.js +9 -9
  137. package/components/Footer/Footer.js +1 -1
  138. package/components/Footer/components/FooterDescription.js +2 -2
  139. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  140. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  141. package/components/FormField/FormField.js +23 -23
  142. package/components/FormField/components/FormFieldClear.js +7 -7
  143. package/components/FormField/components/FormFieldCounter.js +4 -4
  144. package/components/FormField/components/FormFieldDescription.js +5 -5
  145. package/components/FormField/components/FormFieldInput.js +2 -2
  146. package/components/FormField/components/FormFieldLabel.js +13 -13
  147. package/components/FormField/components/FormFieldMaskedInput.js +27 -27
  148. package/components/FormField/components/FormFieldPostfix.js +6 -6
  149. package/components/FormField/components/FormFieldPrefix.js +2 -2
  150. package/components/FormField/components/FormFieldTarget.js +9 -9
  151. package/components/FormField/components/FormFieldTextarea.js +2 -2
  152. package/components/FormField/index.js +1 -1
  153. package/components/Header/Header.js +1 -1
  154. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  155. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  156. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  157. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +3 -3
  158. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  159. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  160. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  161. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  162. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  163. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  164. package/components/HelpBox/HelpBox.js +6 -6
  165. package/components/Island/Island.js +2 -2
  166. package/components/Island/components/IslandBody.js +4 -4
  167. package/components/Island/components/IslandFooter.js +4 -4
  168. package/components/Island/components/IslandHeader.js +2 -2
  169. package/components/Island/utils.js +1 -1
  170. package/components/IslandAccordion/IslandAccordion.js +3 -3
  171. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  172. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  173. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  174. package/components/IslandWidget/IslandWidget.js +7 -7
  175. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
  176. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  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 +2 -2
  180. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  181. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  182. package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
  183. package/components/LightBox/LightBox.js +26 -26
  184. package/components/LightBox/LightBoxContent.js +2 -2
  185. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  186. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  187. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  188. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +19 -19
  190. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  193. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +4 -4
  194. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +10 -10
  195. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  196. package/components/Link/Link.js +6 -6
  197. package/components/List/List.js +5 -5
  198. package/components/List/ListSortable.js +1 -1
  199. package/components/List/components/ListEmptyState.js +4 -4
  200. package/components/List/components/ListItem.js +1 -1
  201. package/components/List/components/ListItemContent.js +7 -7
  202. package/components/List/components/ListItemControls.js +7 -7
  203. package/components/List/components/ListItemControlsButton.js +2 -2
  204. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  205. package/components/List/components/ListItemLoading.js +2 -2
  206. package/components/List/components/ListItemSelectable.js +7 -7
  207. package/components/List/components/ListItemTable.js +2 -2
  208. package/components/List/components/ListItemTailLeft.js +2 -2
  209. package/components/List/components/ListItemTailRight.js +2 -2
  210. package/components/List/components/ListSortableItem.js +6 -6
  211. package/components/List/components/ListSortableItemControls.js +2 -2
  212. package/components/List/components/ListSortableItemTarget.js +4 -4
  213. package/components/List/index.js +1 -1
  214. package/components/ListMaster/ListMaster.js +1 -1
  215. package/components/ListMaster/components/ListMasterBody.js +1 -1
  216. package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
  217. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  218. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  219. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  220. package/components/ListMaster/components/ListMasterHeader.js +2 -2
  221. package/components/ListMaster/components/SelectionControls.js +7 -7
  222. package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
  223. package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
  224. package/components/LoaderScreen/LoaderScreen.js +10 -10
  225. package/components/Marker/Marker.js +2 -2
  226. package/components/Marker/utils.js +1 -1
  227. package/components/MarkerStatus/MarkerStatus.js +12 -12
  228. package/components/ModalWindow/ModalWindow.js +2 -2
  229. package/components/ModalWindow/components/ModalWindowBody.js +10 -10
  230. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  231. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  232. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  233. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  234. package/components/MonthYearField/utils.js +1 -1
  235. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  236. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +2 -2
  237. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  238. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  239. package/components/Notification/Notification.js +3 -3
  240. package/components/Notification/NotificationGrouped.js +1 -1
  241. package/components/Notification/components/NotificationBody.js +1 -1
  242. package/components/Notification/components/NotificationBodyContent.js +1 -1
  243. package/components/Notification/components/NotificationBodyList.js +2 -2
  244. package/components/Notification/components/NotificationClose.js +1 -1
  245. package/components/Notification/components/NotificationFooter.js +1 -1
  246. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  247. package/components/Notification/components/NotificationHeader.js +1 -1
  248. package/components/Notification/components/NotificationIcon.js +1 -1
  249. package/components/Notification/components/NotificationTime.js +1 -1
  250. package/components/NotificationIcon/NotificationIcon.js +2 -2
  251. package/components/NumberField/NumberFieldInput.js +1 -1
  252. package/components/OrderedList/OrderedList.js +5 -5
  253. package/components/OrderedList/OrderedListItem.js +7 -7
  254. package/components/Overlay/Overlay.js +2 -2
  255. package/components/Overlay/OverlayMask.js +2 -2
  256. package/components/Overlay/OverlayPanel.js +2 -2
  257. package/components/Page/Page.js +2 -2
  258. package/components/Page/components/BodyPage.js +5 -5
  259. package/components/Page/components/FooterPage.js +2 -2
  260. package/components/Page/components/HeaderPage.js +2 -2
  261. package/components/Pagination/components/PaginationExtended.js +3 -3
  262. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  263. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  264. package/components/Pagination/components/PaginationPageButton.js +8 -8
  265. package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
  266. package/components/Pagination/components/PaginationSelect.js +31 -23
  267. package/components/Pagination/utils/paginationUtils.js +1 -1
  268. package/components/Radio/Radio.js +18 -18
  269. package/components/Radio/RadioXGroup.js +8 -8
  270. package/components/Radio/RadioYGroup.js +9 -9
  271. package/components/Row/Row.js +9 -9
  272. package/components/SMSField/SMSField.js +3 -3
  273. package/components/SMSField/components/RefreshIcon.js +2 -2
  274. package/components/SMSField/components/SMSFieldInput.js +3 -3
  275. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  276. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  277. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  278. package/components/SegmentedControl/SegmentedControl.js +12 -12
  279. package/components/SegmentedControl/SegmentedControlSegment.js +9 -9
  280. package/components/SelectExtendedField/SelectExtendedField.js +6 -6
  281. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  282. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +24 -24
  283. package/components/SelectField/SelectField.js +1 -1
  284. package/components/Skeleton/Skeleton.js +7 -7
  285. package/components/SliderExtended/SliderExtended.js +3 -3
  286. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  287. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  288. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  289. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  290. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  291. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
  292. package/components/SmallInput/SmallInput.js +4 -4
  293. package/components/Spoiler/Spoiler.js +6 -6
  294. package/components/StatusTracker/StatusTracker.js +3 -3
  295. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  296. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  297. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  298. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  299. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  302. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  305. package/components/Step/Step.js +7 -7
  306. package/components/Stepper/RightBorderArrow.js +1 -1
  307. package/components/Stepper/Stepper.js +2 -2
  308. package/components/Stepper/StepperExtended.js +6 -6
  309. package/components/Stepper/StepperStep.js +3 -3
  310. package/components/Stepper/StepperWrapper.js +5 -5
  311. package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
  312. package/components/SuggestField/SuggestField.js +1 -1
  313. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  314. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  315. package/components/SuggestField/desktop/SuggestFieldDesktop.js +4 -4
  316. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  317. package/components/SuggestField/index.js +1 -1
  318. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  319. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  320. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  321. package/components/SuggestField/mobile/index.js +1 -1
  322. package/components/SwipeableArea/SwipeableArea.js +3 -3
  323. package/components/Table/FilterPanel.js +3 -3
  324. package/components/Table/MasterTable.js +3 -3
  325. package/components/Table/NoColumns.js +4 -4
  326. package/components/Table/PaginationPanel.js +5 -5
  327. package/components/Table/TableBasic/TableBasic.js +2 -2
  328. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  329. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  330. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  331. package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
  332. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
  333. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  334. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  335. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  336. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  337. package/components/Table/TableFooter/TableFooter.js +2 -2
  338. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  339. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  340. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  341. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  342. package/components/Table/TabsLinePanel.js +7 -7
  343. package/components/Table/TabsLinePanelLinks.js +2 -2
  344. package/components/Table/utils.js +1 -1
  345. package/components/Tabs/Tabs.js +5 -5
  346. package/components/TabsExtended/TabsExtended.js +3 -3
  347. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  348. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  349. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  350. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  351. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  352. package/components/TabsExtended/utils.js +1 -1
  353. package/components/TabsLine/TabsLine.js +2 -2
  354. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  355. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  356. package/components/TabsLine/components/TabsLineItem.js +2 -2
  357. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  358. package/components/Tag/Tag.js +14 -14
  359. package/components/TagColor/TagColor.js +12 -12
  360. package/components/TagGroup/TagGroup.js +13 -13
  361. package/components/TextField/TextField.js +1 -1
  362. package/components/TextareaField/TextareaField.js +1 -1
  363. package/components/ThemeProvider/ThemeProvider.js +1 -1
  364. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  365. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  366. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  367. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  368. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  369. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  370. package/components/Tooltip/components/mobile/TooltipMobile.js +10 -10
  371. package/components/TopOverlay/TopOverlay.js +34 -34
  372. package/components/TreeView/TreeView.js +2 -2
  373. package/components/TreeView/components/TreeViewGroup.js +1 -1
  374. package/components/TreeView/components/TreeViewNode.js +2 -2
  375. package/components/Typography/Caption.js +3 -3
  376. package/components/Typography/Text.js +14 -14
  377. package/components/Typography/Title.js +13 -13
  378. package/components/Typography/utils.js +1 -1
  379. package/components/UnorderedList/UnorderedList.js +7 -7
  380. package/components/UnorderedList/UnorderedListItem.js +3 -3
  381. package/components/UploadZone/UploadZone.js +4 -4
  382. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  383. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  384. package/components/index.js +54 -50
  385. package/consts/DateConst.js +1 -1
  386. package/index.d.ts +70 -16
  387. package/index.js +136 -132
  388. package/package.json +5 -1
  389. package/styles/triplex-next.css +533 -535
  390. package/utils/amountUtils.js +1 -1
  391. package/chunks/AlertProcessSpoiler-BGQ1uQrz.js +0 -39
  392. package/chunks/Card.module-Bb-0eR7p.js +0 -17
  393. package/chunks/CheckboxTreeExtended.module-LACc235T.js +0 -11
  394. package/chunks/Confirm.module-B2F1vU1t.js +0 -15
  395. package/chunks/DropdownMobile.module-zHrNkkL5.js +0 -23
  396. package/chunks/Footer.module-CTz6ITIP.js +0 -9
  397. package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +0 -9
  398. package/chunks/HeaderTabs.module-Fe8TyS0Y.js +0 -9
  399. package/chunks/IslandAccordion.module-B1DwUTEO.js +0 -25
  400. package/chunks/IslandWidgetFooter.module-DNunPtYA.js +0 -9
  401. package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +0 -9
  402. package/chunks/LightBoxControls.module-DUY3tLKy.js +0 -16
  403. package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +0 -8
  404. package/chunks/ListItemTail.module-uDs8u3yU.js +0 -12
  405. package/chunks/ListMasterFooter.module-uJGRVDCh.js +0 -10
  406. package/chunks/ModalWindow.module-BxFKBpp4.js +0 -17
  407. package/chunks/Notification.module-HwYJsw5w.js +0 -21
  408. package/chunks/Overlay.module-BdT_EdJd.js +0 -18
  409. package/chunks/Page.module-CQz9ZvqA.js +0 -11
  410. package/chunks/SMSField.module-B2vNyUh9.js +0 -16
  411. package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +0 -15
  412. package/chunks/StatusTracker.module-BM1Mr7Lr.js +0 -24
  413. package/chunks/TableFooter.module-DNpkWevf.js +0 -14
  414. package/chunks/TabsExtended.module-BvIRknmY.js +0 -16
  415. package/chunks/TabsLine.module-BN-kBFLj.js +0 -21
  416. package/chunks/TooltipDesktop.module-itrszAnq.js +0 -19
  417. package/chunks/TreeView.module-CDWFlOAV.js +0 -9
  418. package/chunks/UploadZoneInput-BYGZcWC8.js +0 -35
  419. package/chunks/utils-BsNeWWRx.js +0 -20
  420. package/chunks/utils-DKyrkqb2.js +0 -36
  421. package/chunks/utils-P0A0WEsB.js +0 -24
  422. package/components/DesignTokens/components/AmountField.js +0 -11
@@ -3,12 +3,12 @@ var k = (p, r, e) => r in p ? A(p, r, { enumerable: !0, configurable: !0, writab
3
3
  var t = (p, r, e) => k(p, typeof r != "symbol" ? r + "" : r, e);
4
4
  import { jsxs as g, jsx as d } from "react/jsx-runtime";
5
5
  import v, { createElement as O } from "react";
6
- import { a as x, c as C } from "../../../chunks/vendor-ClY57Zzq.js";
6
+ import { a as x, c as C } from "../../../chunks/vendor-CwhnMZ7o.js";
7
7
  import { Dropdown as E } from "../../Dropdown/Dropdown.js";
8
8
  import { DropdownListContext as M } from "../../Dropdown/DropdownListContext.js";
9
9
  import "../../Dropdown/desktop/DropdownDesktop.js";
10
10
  import { DropdownList as N } from "../../Dropdown/desktop/DropdownList.js";
11
- import "../../../chunks/DropdownListItem-QBxfm941.js";
11
+ import "../../../chunks/DropdownListItem-Dd97YDii.js";
12
12
  import "../../Dropdown/mobile/DropdownMobile.js";
13
13
  import "../../Dropdown/mobile/DropdownMobileBody.js";
14
14
  import "../../Dropdown/mobile/DropdownMobileClose.js";
@@ -23,7 +23,7 @@ import "../../Loader/LoaderMiddle/LoaderMiddle.js";
23
23
  import { EComponentSize as y } from "../../../enums/EComponentSize.js";
24
24
  import { CaretdownStrokeSrvIcon16 as L } from "@sberbusiness/icons-next";
25
25
  import { isKey as l } from "../../../utils/keyboard.js";
26
- import { s as o } from "../../../chunks/TabsLine.module-BN-kBFLj.js";
26
+ import { s as o } from "../../../chunks/TabsLine.module-BIWiErhn.js";
27
27
  import { createSizeToClassNameMap as z } from "../../../utils/classNameMaps.js";
28
28
  import { Text as P } from "../../Typography/Text.js";
29
29
  import { tabsLineSizeToTextSizeMap as K } from "../utils.js";
@@ -1,10 +1,10 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import N, { useState as f, createElement as h } from "react";
3
- import { c as y } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as y } from "../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { EComponentSize as E } from "../../../enums/EComponentSize.js";
5
5
  import { createSizeToClassNameMap as S } from "../../../utils/classNameMaps.js";
6
6
  import { NotificationIcon as v } from "../../NotificationIcon/NotificationIcon.js";
7
- import { s as e } from "../../../chunks/TabsLine.module-BN-kBFLj.js";
7
+ import { s as e } from "../../../chunks/TabsLine.module-BIWiErhn.js";
8
8
  import { Text as x } from "../../Typography/Text.js";
9
9
  import { tabsLineSizeToTextSizeMap as z } from "../utils.js";
10
10
  import { EFontType as c } from "../../Typography/enums.js";
@@ -1,19 +1,19 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { TabsLineItem as c } from "./TabsLineItem.js";
3
- const p = "tabsLineMobileWrapper__b5f631f6", d = "tabsLineMobile__07aa33a0", a = {
4
- tabsLineMobileWrapper: p,
5
- tabsLineMobile: d
6
- }, h = ({ onChangeTab: l, selectedId: r, tabs: i }) => {
2
+ import { TabsLineItem as t } from "./TabsLineItem.js";
3
+ const d = "tabsLineMobileWrapper__bf2ce74d", p = "tabsLineMobile__9ca3faff", l = {
4
+ tabsLineMobileWrapper: d,
5
+ tabsLineMobile: p
6
+ }, h = ({ onChangeTab: r, selectedId: a, tabs: i }) => {
7
7
  if (!i.length)
8
8
  return null;
9
9
  const o = ({ selected: L, ...e }) => {
10
- const b = (t) => {
10
+ const b = (c) => {
11
11
  var s;
12
- l(e.id), (s = e.onClick) == null || s.call(e, t);
12
+ r(e.id), (s = e.onClick) == null || s.call(e, c);
13
13
  };
14
- return /* @__PURE__ */ n(c, { selected: r === 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: a.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: a.tabsLineMobile, children: i.map(o) }) });
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
@@ -1,35 +1,35 @@
1
1
  import { jsx as o, jsxs as D } from "react/jsx-runtime";
2
- import d, { useCallback as S } from "react";
3
- import { c as E } from "../../chunks/vendor-ClY57Zzq.js";
4
- import { EditStrokeSrvIcon24 as L, EditStrokeSrvIcon20 as N, EditStrokeSrvIcon16 as v, CrossStrokeSrvIcon24 as y, CrossStrokeSrvIcon20 as z, CrossStrokeSrvIcon16 as G } from "@sberbusiness/icons-next";
2
+ import E, { useCallback as S } from "react";
3
+ import { c as L } from "../../chunks/vendor-CwhnMZ7o.js";
4
+ import { EditStrokeSrvIcon24 as N, EditStrokeSrvIcon20 as d, EditStrokeSrvIcon16 as v, CrossStrokeSrvIcon24 as y, CrossStrokeSrvIcon20 as z, CrossStrokeSrvIcon16 as G } from "@sberbusiness/icons-next";
5
5
  import { Text as h } from "../Typography/Text.js";
6
- import { ETextSize as I, EFontType as _ } from "../Typography/enums.js";
6
+ import { ETextSize as f, 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__68d78efd", R = "sm__7a0a2348", w = "md__708711cc", F = "lg__804c5e3f", P = "content__a1c26f88", f = {
10
+ const A = "tag__8f1484ae", R = "sm__abace8f3", w = "md__b5f3f861", F = "lg__f0e534d3", P = "content__a0358440", I = {
11
11
  tag: A,
12
12
  sm: R,
13
13
  md: w,
14
14
  lg: F,
15
15
  content: P
16
- }, Y = j(f), q = {
17
- [e.SM]: I.B4,
18
- [e.MD]: I.B3,
19
- [e.LG]: I.B2
16
+ }, Y = j(I), q = {
17
+ [e.SM]: f.B4,
18
+ [e.MD]: f.B3,
19
+ [e.LG]: f.B2
20
20
  }, H = {
21
21
  [e.SM]: /* @__PURE__ */ o(v, { paletteIndex: 5 }),
22
- [e.MD]: /* @__PURE__ */ o(N, { paletteIndex: 5 }),
23
- [e.LG]: /* @__PURE__ */ o(L, { paletteIndex: 5 })
22
+ [e.MD]: /* @__PURE__ */ o(d, { paletteIndex: 5 }),
23
+ [e.LG]: /* @__PURE__ */ o(N, { paletteIndex: 5 })
24
24
  }, J = {
25
25
  [e.SM]: /* @__PURE__ */ o(G, { paletteIndex: 5 }),
26
26
  [e.MD]: /* @__PURE__ */ o(z, { paletteIndex: 5 }),
27
27
  [e.LG]: /* @__PURE__ */ o(y, { paletteIndex: 5 })
28
- }, b = d.forwardRef(
28
+ }, b = E.forwardRef(
29
29
  ({ children: l, id: s, className: u, size: r, disabled: n, onRemove: a, onEdit: c, removeButtonProps: x, editButtonProps: M, ...g }, C) => {
30
30
  const k = S(() => {
31
31
  const t = n ? _.DISABLED : _.PRIMARY;
32
- return /* @__PURE__ */ o(h, { className: f.content, type: t, size: q[r], children: l });
32
+ return /* @__PURE__ */ o(h, { className: I.content, type: t, size: q[r], children: l });
33
33
  }, [l, r, n]), B = S(() => {
34
34
  const { onClick: t, ...m } = M || {};
35
35
  return /* @__PURE__ */ o(
@@ -57,7 +57,7 @@ const A = "tag__68d78efd", R = "sm__7a0a2348", w = "md__708711cc", F = "lg__804c
57
57
  }
58
58
  );
59
59
  }, [s, r, n, x, a]);
60
- return /* @__PURE__ */ D("span", { className: E(f.tag, Y[r], u), ...g, ref: C, children: [
60
+ return /* @__PURE__ */ D("span", { className: L(I.tag, Y[r], u), ...g, ref: C, children: [
61
61
  k(),
62
62
  c && B(),
63
63
  i()
@@ -1,32 +1,32 @@
1
- import { jsx as t } from "react/jsx-runtime";
1
+ import { jsx as a } from "react/jsx-runtime";
2
2
  import _ from "react";
3
- import { c as f } from "../../chunks/vendor-ClY57Zzq.js";
4
- import { createSizeToClassNameMap as l } from "../../utils/classNameMaps.js";
3
+ import { c as l } from "../../chunks/vendor-CwhnMZ7o.js";
4
+ import { createSizeToClassNameMap as m } from "../../utils/classNameMaps.js";
5
5
  import { ETagColorStatus as s } from "./enums.js";
6
- const m = "tagColor__59cd630d", d = "sm__fc8b3f7b", i = "md__118aae86", g = "lg__189988fa", p = "success__1de710f9", C = "info__bbd02551", u = "warning__55b4ad21", N = "error__3d378f1c", T = "content__2023113f", o = {
7
- tagColor: m,
8
- sm: d,
6
+ const d = "tagColor__da945aa3", f = "sm__bcca0d8d", i = "md__c2759bb5", g = "lg__b2331c75", p = "success__c24d4f64", C = "info__70ac9ddc", u = "warning__2f58410e", N = "error__1eba76ea", b = "content__57762bae", o = {
7
+ tagColor: d,
8
+ sm: f,
9
9
  md: i,
10
10
  lg: g,
11
- default: "default__8d8cc0e4",
11
+ default: "default__b6cdedc2",
12
12
  success: p,
13
13
  info: C,
14
14
  warning: u,
15
15
  error: N,
16
- content: T
17
- }, R = l(o), b = {
16
+ content: b
17
+ }, T = m(o), R = {
18
18
  [s.DEFAULT]: o.default,
19
19
  [s.SUCCESS]: o.success,
20
20
  [s.INFO]: o.info,
21
21
  [s.WARNING]: o.warning,
22
22
  [s.ERROR]: o.error
23
23
  }, F = _.forwardRef(
24
- ({ children: a, className: c, size: r, status: n = s.DEFAULT, ...e }) => /* @__PURE__ */ t(
24
+ ({ children: t, className: c, size: r, status: n = s.DEFAULT, ...e }) => /* @__PURE__ */ a(
25
25
  "span",
26
26
  {
27
- className: f(o.tagColor, R[r], b[n], c),
27
+ className: l(o.tagColor, T[r], R[n], c),
28
28
  ...e,
29
- children: /* @__PURE__ */ t("span", { className: o.content, children: a })
29
+ children: /* @__PURE__ */ a("span", { className: o.content, children: t })
30
30
  }
31
31
  )
32
32
  );
@@ -1,25 +1,25 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import c from "react";
3
- import { c as p } from "../../chunks/vendor-ClY57Zzq.js";
4
- import { createSizeToClassNameMap as d } from "../../utils/classNameMaps.js";
5
- const l = "tagGroup__579db1bb", _ = "sm__d9dba024", g = "md__e027cf98", f = "lg__dbda8070", o = {
6
- tagGroup: l,
7
- sm: _,
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import e from "react";
3
+ import { c as p } from "../../chunks/vendor-CwhnMZ7o.js";
4
+ import { createSizeToClassNameMap as l } from "../../utils/classNameMaps.js";
5
+ const _ = "tagGroup__7ccc2e35", f = "sm__c412df17", g = "md__ec3ce907", d = "lg__586ad5f5", o = {
6
+ tagGroup: _,
7
+ sm: f,
8
8
  md: g,
9
- lg: f
10
- }, i = d(o), x = c.forwardRef(
11
- ({ children: s, className: a, size: t, ...r }, m) => /* @__PURE__ */ e(
9
+ lg: d
10
+ }, i = l(o), N = e.forwardRef(
11
+ ({ children: s, className: t, size: a, ...r }, c) => /* @__PURE__ */ m(
12
12
  "div",
13
13
  {
14
- className: p(o.tagGroup, i[t], a),
14
+ className: p(o.tagGroup, i[a], t),
15
15
  role: "group",
16
16
  ...r,
17
- ref: m,
17
+ ref: c,
18
18
  children: s
19
19
  }
20
20
  )
21
21
  );
22
22
  export {
23
- x as TagGroup
23
+ N as TagGroup
24
24
  };
25
25
  //# sourceMappingURL=TagGroup.js.map
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { F as r } from "../../chunks/FormFieldInput-ZCQQZs7b.js";
2
+ import { F as r } from "../../chunks/FormFieldInput-CkbWg1jd.js";
3
3
  import { TextFieldBase as t } from "./TextFieldBase.js";
4
4
  const m = ({ inputProps: i, ...o }) => /* @__PURE__ */ e(t, { ...o, children: /* @__PURE__ */ e(r, { ...i }) });
5
5
  m.displayName = "TextField";
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
6
6
  import "../FormField/components/FormFieldLabel.js";
7
7
  import "../FormField/components/FormFieldClear.js";
8
8
  import "../FormField/components/FormFieldTarget.js";
9
- import "../../chunks/FormFieldInput-ZCQQZs7b.js";
9
+ import "../../chunks/FormFieldInput-CkbWg1jd.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -1,6 +1,6 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import { useState as x, useEffect as i } from "react";
3
- import { w as c, x as d, y as f } from "../../chunks/vendor-ClY57Zzq.js";
3
+ import { w as c, x as d, y as f } from "../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { DesignTokenUtils as S } from "../DesignTokens/DesignTokenUtils.js";
5
5
  import { ThemeProviderView as h } from "./components/ThemeProviderView.js";
6
6
  import { ETriplexNextTheme as u } from "./ETriplexNextTheme.js";
@@ -6,7 +6,7 @@ import { DesignTokensCore as D } from "../../DesignTokens/DesignTokensCore.js";
6
6
  import { DesignTokensCoreThemeDark as d } from "../../DesignTokens/DesignTokensCoreThemeDark.js";
7
7
  import { DesignTokensComponents as v } from "../../DesignTokens/DesignTokensComponents.js";
8
8
  import { DesignTokensComponentsThemeDark as x } from "../../DesignTokens/DesignTokensComponentsThemeDark.js";
9
- import { m as g } from "../../../chunks/vendor-ClY57Zzq.js";
9
+ import { m as g } from "../../../chunks/vendor-CwhnMZ7o.js";
10
10
  const I = ({
11
11
  children: s,
12
12
  scopeClassName: r,
@@ -1,10 +1,10 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import r from "react";
3
- import { c as s } from "../../../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as s } from "../../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { MobileView as a } from "../../../MobileView/MobileView.js";
5
5
  import { Text as l } from "../../../Typography/Text.js";
6
6
  import { ELineType as p, ETextSize as c } from "../../../Typography/enums.js";
7
- import { s as f } from "../../../../chunks/TooltipDesktop.module-itrszAnq.js";
7
+ import { s as f } from "../../../../chunks/TooltipDesktop.module-BHooJ0zu.js";
8
8
  const d = r.forwardRef(({ className: m, ...i }, t) => {
9
9
  const e = s(f.tooltipBody, m);
10
10
  return /* @__PURE__ */ o(a, { fallback: /* @__PURE__ */ o("div", { className: e, ...i, ref: t }), children: /* @__PURE__ */ o(l, { className: e, size: c.B3, line: p.NORMAL, tag: "div", ...i, ref: t }) });
@@ -1,8 +1,8 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import n from "react";
3
- import { c as s } from "../../../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as s } from "../../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { MobileView as a } from "../../../MobileView/MobileView.js";
5
- const k = "tooltipLink__8a51374b", r = "desktop__846ffedd", c = "mobile__b10cc02c", o = {
5
+ const k = "tooltipLink__78c8c3e1", r = "desktop__937d555f", c = "mobile__ffc13905", o = {
6
6
  tooltipLink: k,
7
7
  desktop: r,
8
8
  mobile: c
@@ -12,7 +12,7 @@ const k = "tooltipLink__8a51374b", r = "desktop__846ffedd", c = "mobile__b10cc02
12
12
  {
13
13
  className: s(o.tooltipLink, o.desktop, e),
14
14
  ...l,
15
- "data-tx": "1.11.0",
15
+ "data-tx": "1.12.0",
16
16
  ref: p,
17
17
  children: i
18
18
  }
@@ -21,7 +21,7 @@ const k = "tooltipLink__8a51374b", r = "desktop__846ffedd", c = "mobile__b10cc02
21
21
  {
22
22
  className: s(o.tooltipLink, o.mobile, e),
23
23
  ...l,
24
- "data-tx": "1.11.0",
24
+ "data-tx": "1.12.0",
25
25
  ref: p,
26
26
  children: i
27
27
  }
@@ -3,7 +3,7 @@ import { useContext as p } from "react";
3
3
  import { CrossStrokeSrvIcon16 as n } from "@sberbusiness/icons-next";
4
4
  import { TooltipContext as i } from "../../TootlipContext.js";
5
5
  import { ButtonIcon as l } from "../../../Button/ButtonIcon.js";
6
- import { s as f } from "../../../../chunks/TooltipDesktop.module-itrszAnq.js";
6
+ import { s as f } from "../../../../chunks/TooltipDesktop.module-BHooJ0zu.js";
7
7
  const I = ({ onClick: t, ...r }) => {
8
8
  const { setTooltipOpen: e } = p(i), s = (m) => {
9
9
  e(!1), t == null || t(m);
@@ -3,13 +3,13 @@ var H = (p, a, i) => a in p ? _(p, a, { enumerable: !0, configurable: !0, writab
3
3
  var t = (p, a, i) => H(p, typeof a != "symbol" ? a + "" : a, i);
4
4
  import { jsxs as S, Fragment as P, jsx as x } from "react/jsx-runtime";
5
5
  import O from "react";
6
- import { i as M, c as $ } from "../../../../../chunks/vendor-ClY57Zzq.js";
6
+ import { i as M, c as $ } from "../../../../../chunks/vendor-CwhnMZ7o.js";
7
7
  import { TooltipContext as X } from "../../../TootlipContext.js";
8
8
  import { Portal as Y } from "../../../../Portal/Portal.js";
9
9
  import { ETooltipPreferPlace as u, ETooltipDirection as B, ETooltipAlign as z, ETooltipFlowTypes as I, ETooltipSizeParameter as r, ETooltipTypeName as C, ETooltipEndCoordinates as N, ETooltipStartCoordinates as R, ETooltipAxesType as G, ETooltipSize as U } from "../../../enums.js";
10
10
  import { TooltipDesktopTip as V } from "./TooltipDesktopTip.js";
11
11
  import { pickZone as j, axes as q, calcRelPos as K, centerOfBoundsFromBounds as Z, calcBounds as L, equalCoords as J } from "../../../utils/Positioning.js";
12
- import { s as f } from "../../../../../chunks/TooltipDesktop.module-itrszAnq.js";
12
+ import { s as f } from "../../../../../chunks/TooltipDesktop.module-BHooJ0zu.js";
13
13
  const Q = {
14
14
  column: "translateX",
15
15
  row: "translateY"
@@ -1,8 +1,8 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import p from "react";
3
3
  import { ETooltipDirection as e } from "../../../enums.js";
4
- import { c } from "../../../../../chunks/vendor-ClY57Zzq.js";
5
- import { s as t } from "../../../../../chunks/TooltipDesktop.module-itrszAnq.js";
4
+ import { c } from "../../../../../chunks/vendor-CwhnMZ7o.js";
5
+ import { s as t } from "../../../../../chunks/TooltipDesktop.module-BHooJ0zu.js";
6
6
  const l = p.forwardRef((r, i) => {
7
7
  const { direction: s } = r;
8
8
  let o;
@@ -5,26 +5,26 @@ import { Portal as x } from "../../../Portal/Portal.js";
5
5
  import { DropdownMobile as _ } from "../../../Dropdown/mobile/DropdownMobile.js";
6
6
  import { DropdownMobileBody as h } from "../../../Dropdown/mobile/DropdownMobileBody.js";
7
7
  import { TooltipMobileCloseButton as y } from "./components/TooltipMobileCloseButton.js";
8
- import { c as B } from "../../../../chunks/vendor-ClY57Zzq.js";
9
- const T = "tooltipMobile__f2ea08d5", g = "tooltipMobileContent__fa269bc5", H = "headerless__797da8d8", r = {
8
+ import { c as B } from "../../../../chunks/vendor-CwhnMZ7o.js";
9
+ const T = "tooltipMobile__b627d59b", g = "tooltipMobileContent__96bca115", H = "headerless__c10e8e56", r = {
10
10
  tooltipMobile: T,
11
11
  tooltipMobileContent: g,
12
12
  headerless: H
13
13
  }, z = ({
14
14
  children: N,
15
- className: d,
15
+ className: p,
16
16
  renderContainer: R,
17
17
  targetRef: j,
18
18
  disableAdaptiveMode: D,
19
19
  isOpen: o,
20
20
  onShow: t,
21
- ...p
21
+ ...d
22
22
  }) => {
23
- const { elements: e, setTooltipOpen: a } = f(C), i = u(null), c = B(r.tooltipMobile, { [r.headerless]: e.mobileHeader === null }, d);
23
+ const { elements: e, setTooltipOpen: c } = f(C), i = u(null), m = B(r.tooltipMobile, { [r.headerless]: e.mobileHeader === null }, p);
24
24
  M(() => {
25
25
  o && (t == null || t(i.current));
26
26
  }, [o]);
27
- const m = () => {
27
+ const a = () => {
28
28
  var n;
29
29
  return /* @__PURE__ */ s(y, { ...(n = e.closeButton) == null ? void 0 : n.props });
30
30
  };
@@ -33,18 +33,18 @@ const T = "tooltipMobile__f2ea08d5", g = "tooltipMobileContent__fa269bc5", H = "
33
33
  /* @__PURE__ */ s(x, { container: document.body, children: /* @__PURE__ */ l(
34
34
  _,
35
35
  {
36
- className: c,
36
+ className: m,
37
37
  tabIndex: -1,
38
38
  opened: o,
39
- setOpened: a,
40
- ...p,
39
+ setOpened: c,
40
+ ...d,
41
41
  ref: i,
42
42
  children: [
43
43
  e.mobileHeader,
44
44
  /* @__PURE__ */ l(h, { className: r.tooltipMobileContent, children: [
45
45
  e.body,
46
46
  e.link,
47
- e.mobileHeader === null && m()
47
+ e.mobileHeader === null && a()
48
48
  ] })
49
49
  ]
50
50
  }
@@ -1,9 +1,9 @@
1
- import { jsx as o, jsxs as B, Fragment as C } from "react/jsx-runtime";
2
- import { useState as y, useRef as g, useEffect as R } from "react";
3
- import { EOverlayDirection as S } from "../Overlay/OverlayBase.js";
1
+ import { jsx as a, jsxs as I, Fragment as B } from "react/jsx-runtime";
2
+ import { useState as y, useRef as g, useEffect as C } from "react";
3
+ import { EOverlayDirection as R } from "../Overlay/OverlayBase.js";
4
4
  import { Overlay as O } from "../Overlay/Overlay.js";
5
- import { c as b, F as j } from "../../chunks/vendor-ClY57Zzq.js";
6
- const D = "topOverlayMask__530324c2", E = "topOverlayWrapper__6405f4fc", A = "closing__1ccc2de9", V = "opened__8ea30637", $ = "topOverlayPanel__70743c07", q = "topOverlay__bc47e585", t = {
5
+ import { c as S, F as j } from "../../chunks/vendor-CwhnMZ7o.js";
6
+ const D = "topOverlayMask__24e4602a", E = "topOverlayWrapper__b55f27bc", A = "closing__1c8b9f50", V = "opened__bab03b92", $ = "topOverlayPanel__3f5df479", q = "topOverlay__b63106fa", t = {
7
7
  topOverlayMask: D,
8
8
  topOverlayWrapper: E,
9
9
  closing: A,
@@ -12,13 +12,13 @@ const D = "topOverlayMask__530324c2", E = "topOverlayWrapper__6405f4fc", A = "cl
12
12
  topOverlay: q
13
13
  }, K = ({
14
14
  children: _,
15
- focusTrapProps: a,
15
+ focusTrapProps: o,
16
16
  opened: e,
17
17
  onClose: l,
18
18
  onOpen: n,
19
19
  ...h
20
20
  }) => {
21
- const [W, u] = y(!1), [x, d] = y(!1), [f, c] = y(0), p = g(e), s = g(null), m = () => {
21
+ const [b, f] = y(!1), [W, u] = y(!1), [d, c] = y(0), p = g(e), s = g(null), m = () => {
22
22
  if (s.current) {
23
23
  const r = getComputedStyle(s.current).getPropertyValue("--lightBox-screen-top") || "0", i = s.current.getBoundingClientRect();
24
24
  i.top < 0 ? c(
@@ -28,52 +28,52 @@ const D = "topOverlayMask__530324c2", E = "topOverlayWrapper__6405f4fc", A = "cl
28
28
  (v) => parseInt(v, 10) - i.top + parseInt(r, 10)
29
29
  );
30
30
  }
31
- }, k = () => {
32
- m(), d(!0), n == null || n();
31
+ }, x = () => {
32
+ m(), u(!0), n == null || n();
33
33
  };
34
- R(() => {
35
- p.current && !e ? u(!0) : !p.current && e && m(), p.current = e;
34
+ C(() => {
35
+ p.current && !e ? f(!0) : !p.current && e && m(), p.current = e;
36
36
  }, [e]);
37
- const M = () => {
38
- u(!1), c(0), l == null || l();
39
- }, T = () => d(!1), F = (r) => /* @__PURE__ */ B(C, { children: [
40
- /* @__PURE__ */ o(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
41
- /* @__PURE__ */ o(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
42
- ] }), N = () => {
43
- }, P = b(t.topOverlayWrapper, {
44
- [t.closing]: W,
37
+ const k = () => {
38
+ f(!1), c(0), l == null || l();
39
+ }, M = () => u(!1), T = (r) => /* @__PURE__ */ I(B, { children: [
40
+ /* @__PURE__ */ a(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
41
+ /* @__PURE__ */ a(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
42
+ ] }), F = () => {
43
+ }, N = S(t.topOverlayWrapper, {
44
+ [t.closing]: b,
45
45
  [t.opened]: e
46
- }), I = /* @__PURE__ */ o(
46
+ }), P = /* @__PURE__ */ a(
47
47
  O,
48
48
  {
49
- onClose: M,
50
- onClosing: T,
51
- onOpen: k,
49
+ onClose: k,
50
+ onClosing: M,
51
+ onOpen: x,
52
52
  opened: e,
53
- setOpened: N,
53
+ setOpened: F,
54
54
  ...h,
55
55
  className: t.topOverlay,
56
- direction: S.TOP,
57
- children: F
56
+ direction: R.TOP,
57
+ children: T
58
58
  }
59
59
  );
60
- return /* @__PURE__ */ o(
60
+ return /* @__PURE__ */ a(
61
61
  j,
62
62
  {
63
- active: x,
64
- ...a,
63
+ active: W,
64
+ ...o,
65
65
  focusTrapOptions: {
66
66
  clickOutsideDeactivates: !0,
67
67
  preventScroll: !0,
68
- ...a == null ? void 0 : a.focusTrapOptions
68
+ ...o == null ? void 0 : o.focusTrapOptions
69
69
  },
70
- children: /* @__PURE__ */ o(
70
+ children: /* @__PURE__ */ a(
71
71
  "div",
72
72
  {
73
- className: P,
73
+ className: N,
74
74
  ref: s,
75
- style: f ? { top: `${f}px` } : void 0,
76
- children: I
75
+ style: d ? { top: `${d}px` } : void 0,
76
+ children: P
77
77
  }
78
78
  )
79
79
  }
@@ -9,8 +9,8 @@ import { TreeViewContext as l } from "./TreeViewContext.js";
9
9
  import { TreeViewAbstractNode as C } from "./TreeViewAbstractNode.js";
10
10
  import { TreeViewNode as f } from "./components/TreeViewNode.js";
11
11
  import { TreeViewGroup as b } from "./components/TreeViewGroup.js";
12
- import { c as v } from "../../chunks/vendor-ClY57Zzq.js";
13
- import { s as w } from "../../chunks/TreeView.module-CDWFlOAV.js";
12
+ import { c as v } from "../../chunks/vendor-CwhnMZ7o.js";
13
+ import { s as w } from "../../chunks/TreeView.module-BlFF2oGU.js";
14
14
  const R = "rootNode";
15
15
  class n extends m.Component {
16
16
  constructor(e) {
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s } from "../../../chunks/TreeView.module-CDWFlOAV.js";
2
+ import { s } from "../../../chunks/TreeView.module-BlFF2oGU.js";
3
3
  const m = ({ children: r, ...e }) => /* @__PURE__ */ o("ul", { role: "group", className: s.treeViewGroup, ...e, children: r });
4
4
  export {
5
5
  m as TreeViewGroup
@@ -6,8 +6,8 @@ import l from "react";
6
6
  import { TreeViewContext as m, withTreeViewContext as x } from "../TreeViewContext.js";
7
7
  import { TreeViewAbstractNode as b } from "../TreeViewAbstractNode.js";
8
8
  import { TreeViewAbstractNodeUtils as n } from "../TreeViewAbstractNodeUtils.js";
9
- import { c as w } from "../../../chunks/vendor-ClY57Zzq.js";
10
- import { s as C } from "../../../chunks/TreeView.module-CDWFlOAV.js";
9
+ import { c as w } from "../../../chunks/vendor-CwhnMZ7o.js";
10
+ import { s as C } from "../../../chunks/TreeView.module-BlFF2oGU.js";
11
11
  class V extends l.Component {
12
12
  constructor(e) {
13
13
  super(e);
@@ -1,9 +1,9 @@
1
1
  import { jsx as f } from "react/jsx-runtime";
2
2
  import { forwardRef as g } from "react";
3
- import { c as y } from "../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as y } from "../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { EFontWeightText as e, ECaptionSize as c, EFontType as T } from "./enums.js";
5
- import { t as s, m as b } from "../../chunks/utils-DKyrkqb2.js";
6
- const R = "caption__2bd49642", E = "regular__1b3aa33d", u = "semibold__fab7a2e3", x = "c1__ae96443d", S = "c2__1f511bdc", h = "d1__5f8e57d0", o = {
5
+ import { t as s, m as b } from "../../chunks/utils-Bn_7-Ayu.js";
6
+ const R = "caption__ac2f0cd2", E = "regular__dfc26bb0", u = "semibold__03217377", x = "c1__7eec2a9d", S = "c2__bbc4f26e", h = "d1__9ac7ce3e", o = {
7
7
  caption: R,
8
8
  regular: E,
9
9
  semibold: u,
@@ -1,9 +1,9 @@
1
- import { jsx as y } from "react/jsx-runtime";
2
- import { forwardRef as d } from "react";
3
- import { c as g } from "../../chunks/vendor-ClY57Zzq.js";
4
- import { ETextSize as e, EFontWeightText as r, ELineType as c, EFontType as C } from "./enums.js";
5
- import { t, m as R } from "../../chunks/utils-DKyrkqb2.js";
6
- const E = "text__e5fa7eee", L = "regular__1b3aa33d", A = "semibold__fab7a2e3", u = "b1__265c3165", B = "b2__cf6a0ded", M = "b3__894280c7", S = "b4__6fd1918f", s = {
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { forwardRef as g } from "react";
3
+ import { c as C } from "../../chunks/vendor-CwhnMZ7o.js";
4
+ import { ETextSize as e, EFontWeightText as r, ELineType as b, EFontType as f } from "./enums.js";
5
+ import { t, m as R } from "../../chunks/utils-Bn_7-Ayu.js";
6
+ const E = "text__31819a60", L = "regular__dfc26bb0", A = "semibold__03217377", u = "b1__87ef2bd3", B = "b2__7ced34b9", M = "b3__51065629", S = "b4__ad021eee", s = {
7
7
  text: E,
8
8
  regular: L,
9
9
  semibold: A,
@@ -20,22 +20,22 @@ const E = "text__e5fa7eee", L = "regular__1b3aa33d", A = "semibold__fab7a2e3", u
20
20
  [r.REGULAR]: s.regular,
21
21
  [r.SEMIBOLD]: s.semibold
22
22
  }, N = {
23
- [c.NORMAL]: "",
24
- [c.COMPACT]: t.compact
25
- }, O = d(
23
+ [b.NORMAL]: "",
24
+ [b.COMPACT]: t.compact
25
+ }, O = g(
26
26
  ({
27
- children: b,
27
+ children: c,
28
28
  className: m,
29
29
  size: n,
30
30
  tag: p = "span",
31
- type: l = C.PRIMARY,
31
+ type: l = f.PRIMARY,
32
32
  weight: T = r.REGULAR,
33
- line: i = c.NORMAL,
33
+ line: i = b.NORMAL,
34
34
  underline: o,
35
35
  strikethrough: a,
36
36
  ...x
37
37
  }, _) => {
38
- const f = g(
38
+ const y = C(
39
39
  t.typography,
40
40
  s.text,
41
41
  h[n],
@@ -49,7 +49,7 @@ const E = "text__e5fa7eee", L = "regular__1b3aa33d", A = "semibold__fab7a2e3", u
49
49
  },
50
50
  m
51
51
  );
52
- return /* @__PURE__ */ y(p, { ref: _, className: f, ...x, children: b });
52
+ return /* @__PURE__ */ d(p, { ref: _, className: y, ...x, children: c });
53
53
  }
54
54
  );
55
55
  O.displayName = "Text";