@sberbusiness/triplex-next 0.23.0 → 0.25.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 (426) hide show
  1. package/README.md +8 -2
  2. package/assets/fonts/SBSansTextMono-Regular.woff2 +0 -0
  3. package/chunks/AlertProcessSpoiler-DF_eSZ-p.js +41 -0
  4. package/chunks/CalendarViewItem-CQErGrhc.js +101 -0
  5. package/chunks/Card.module-Ce9rAKOc.js +17 -0
  6. package/chunks/CheckboxTreeExtended.module-Cj2c6m06.js +15 -0
  7. package/chunks/Chip-BEnNi0nL.js +77 -0
  8. package/chunks/Confirm.module-CbAi5bkG.js +15 -0
  9. package/chunks/{DropdownListItem-C4JE2xV7.js → DropdownListItem-wT8cLRdZ.js} +14 -14
  10. package/chunks/DropdownMobile.module-rYB54yd0.js +23 -0
  11. package/chunks/Footer.module-CzJ_N1fs.js +9 -0
  12. package/chunks/{FormFieldInput-Dr_WBweC.js → FormFieldInput-Dj2JAqj2.js} +12 -12
  13. package/chunks/HeaderLayoutSidebar.module-HXJhEmKU.js +9 -0
  14. package/chunks/HeaderTabs.module-CjapozXy.js +9 -0
  15. package/chunks/{HeaderTitle.module-D5yAgpuv.js → HeaderTitle.module-SmVWml2y.js} +2 -2
  16. package/chunks/IslandAccordion.module-YvqRlzmi.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-iMuqKnPP.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-CnPne0Uq.js +12 -0
  19. package/chunks/LightBoxContent-DlDaCKV4.js +63 -0
  20. package/chunks/LightBoxControls.module-laAGRPrR.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-B3L_EV1B.js +9 -0
  22. package/chunks/ListItemControlsButton-UKjqQcv7.js +59 -0
  23. package/chunks/ListItemTail.module-igeWTjyg.js +12 -0
  24. package/chunks/ListMasterFooter.module-C0eM4fK4.js +10 -0
  25. package/chunks/ModalWindow.module-Cpk4uhwk.js +17 -0
  26. package/chunks/Notification.module-9japFkgv.js +20 -0
  27. package/chunks/Overlay.module-B3Az7dZS.js +18 -0
  28. package/chunks/Page.module-DOHwIYM4.js +11 -0
  29. package/chunks/{RightBorderArrow-CGThEmc4.js → RightBorderArrow-C6j8565V.js} +9 -9
  30. package/chunks/SMSField.module-BOpUjsSJ.js +16 -0
  31. package/chunks/SliderExtendedMarks.module-cdkiaSbT.js +15 -0
  32. package/chunks/{SliderExtendedRail-C51TfjHY.js → SliderExtendedRail-jfLPbgEp.js} +10 -10
  33. package/chunks/StatusTracker.module-OAxbFucN.js +24 -0
  34. package/chunks/{SuggestFieldMobileDropdownHint-8Km5bFV3.js → SuggestFieldMobileDropdownHint-CCyHjS-V.js} +6 -5
  35. package/chunks/TableFooter.module-CGWCS8e3.js +14 -0
  36. package/chunks/TabsExtended.module-BJOWXSHt.js +16 -0
  37. package/chunks/TabsLine.module-BsiLhw0I.js +21 -0
  38. package/chunks/TooltipDesktop.module-DVp6GHr8.js +19 -0
  39. package/chunks/TreeView.module-C2WPNvMq.js +9 -0
  40. package/chunks/{UploadZoneInput-onwF8t4d.js → UploadZoneInput-DYiPRAAI.js} +7 -7
  41. package/chunks/{constants-CUVfo8-z.js → constants-Ctks52i0.js} +12 -12
  42. package/chunks/utils-Bz5uKYQD.js +24 -0
  43. package/chunks/{utils-By-UAq7Y.js → utils-C6a9XDaC.js} +4 -4
  44. package/chunks/{utils-DxMHp1hh.js → utils-CrkRbGiM.js} +4 -4
  45. package/chunks/utils-QVs0E_e3.js +73 -0
  46. package/components/Alert/AlertContext/AlertContext.js +28 -28
  47. package/components/Alert/AlertProcess/AlertProcess.js +41 -34
  48. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  49. package/components/Alert/AlertProcess/enums.js +5 -0
  50. package/components/Alert/AlertTypeUtils.js +2 -2
  51. package/components/Alert/index.js +7 -5
  52. package/components/Amount/Amount.js +2 -2
  53. package/components/AmountField/AmountField.js +4 -3
  54. package/components/Avatar/Avatar.js +8 -8
  55. package/components/Badge/Badge.js +10 -10
  56. package/components/Badge/BadgeDot.js +10 -10
  57. package/components/Badge/components/BadgeContent.js +16 -16
  58. package/components/Badge/components/BadgePostfix.js +4 -4
  59. package/components/Badge/components/BadgePrefix.js +1 -1
  60. package/components/Body/Body.js +4 -4
  61. package/components/Button/Button.js +63 -86
  62. package/components/Button/ButtonBase.js +1 -1
  63. package/components/Button/ButtonDropdown.js +91 -90
  64. package/components/Button/ButtonDropdownExtended.js +5 -5
  65. package/components/Button/ButtonIcon.js +17 -19
  66. package/components/Calendar/Calendar.js +5 -5
  67. package/components/Calendar/components/CalendarControls.js +1 -1
  68. package/components/Calendar/components/CalendarFooter.js +1 -1
  69. package/components/Calendar/components/CalendarViewDays.js +1 -1
  70. package/components/Calendar/components/CalendarViewItem.js +1 -1
  71. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  72. package/components/Calendar/components/CalendarViewYears.js +1 -1
  73. package/components/Card/CardAction.js +8 -8
  74. package/components/Card/CardStatic.js +2 -2
  75. package/components/Card/components/CardContent/CardContent.js +1 -1
  76. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  77. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  78. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  79. package/components/Card/components/CardMedia.js +1 -1
  80. package/components/Card/utils.js +1 -1
  81. package/components/CarouselExtended/CarouselExtended.js +4 -4
  82. package/components/Checkbox/Checkbox.js +38 -36
  83. package/components/Checkbox/CheckboxXGroup.js +18 -17
  84. package/components/Checkbox/CheckboxYGroup.js +8 -7
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  89. package/components/Chip/Chip.js +3 -2
  90. package/components/Chip/ChipClearButton.js +9 -9
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  93. package/components/Chip/ChipDropdownArrow.js +1 -1
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +1 -1
  96. package/components/Chip/ChipOptions.js +5 -5
  97. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  98. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  99. package/components/Chip/ChipSort.js +38 -43
  100. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  101. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  104. package/components/Chip/index.js +1 -1
  105. package/components/ChipGroup/ChipGroup.js +14 -14
  106. package/components/Col/Col.js +147 -147
  107. package/components/CollapsableTree/components/CollapsableTreeNode.js +10 -10
  108. package/components/Confirm/Confirm.js +1 -1
  109. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  110. package/components/Confirm/components/ConfirmContent.js +1 -1
  111. package/components/Confirm/components/ConfirmContentSubTitle.js +4 -3
  112. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  113. package/components/Confirm/components/ConfirmControls.js +1 -1
  114. package/components/DateField/DateField.js +1 -1
  115. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  116. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
  117. package/components/DateRange/DateRange.js +4 -4
  118. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  119. package/components/DesignTokens/components/AlertProcess.js +1 -1
  120. package/components/Divider/Divider.js +17 -17
  121. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  122. package/components/Dropdown/desktop/DropdownDesktop.js +73 -66
  123. package/components/Dropdown/desktop/DropdownList.js +1 -1
  124. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  125. package/components/Dropdown/desktop/enums.js +2 -2
  126. package/components/Dropdown/desktop/index.js +1 -1
  127. package/components/Dropdown/index.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  136. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  137. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  138. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
  139. package/components/Ellipsis/Ellipsis.js +9 -9
  140. package/components/EmptyView/EmptyView.js +78 -0
  141. package/components/EmptyView/enums.js +5 -0
  142. package/components/EmptyView/index.js +7 -0
  143. package/components/EmptyView/types.js +2 -0
  144. package/components/ExpandAnimation/ExpandAnimation.js +7 -7
  145. package/components/Footer/Footer.js +1 -1
  146. package/components/Footer/components/FooterDescription.js +1 -1
  147. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  148. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  149. package/components/FormField/FormField.js +25 -25
  150. package/components/FormField/components/FormFieldClear.js +7 -7
  151. package/components/FormField/components/FormFieldCounter.js +5 -5
  152. package/components/FormField/components/FormFieldDescription.js +7 -7
  153. package/components/FormField/components/FormFieldInput.js +1 -1
  154. package/components/FormField/components/FormFieldLabel.js +5 -5
  155. package/components/FormField/components/FormFieldMaskedInput.js +16 -16
  156. package/components/FormField/components/FormFieldPostfix.js +5 -5
  157. package/components/FormField/components/FormFieldPrefix.js +8 -8
  158. package/components/FormField/components/FormFieldTarget.js +1 -1
  159. package/components/FormField/components/FormFieldTextarea.js +13 -13
  160. package/components/FormField/components/index.js +1 -1
  161. package/components/FormField/index.js +1 -1
  162. package/components/Header/Header.js +1 -1
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  165. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  166. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  167. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  168. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  169. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  170. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  171. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  172. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  173. package/components/HelpBox/HelpBox.js +92 -88
  174. package/components/IconWrapper/IconWrapper.js +27 -0
  175. package/components/IconWrapper/index.js +5 -0
  176. package/components/Island/Island.js +1 -1
  177. package/components/Island/components/IslandBody.js +9 -7
  178. package/components/Island/components/IslandFooter.js +3 -3
  179. package/components/Island/components/IslandHeader.js +1 -1
  180. package/components/Island/utils.js +1 -1
  181. package/components/IslandAccordion/IslandAccordion.js +2 -2
  182. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  183. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  184. package/components/IslandAccordion/components/IslandAccordionItem.js +29 -28
  185. package/components/IslandWidget/IslandWidget.js +21 -21
  186. package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
  187. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  188. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  190. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  191. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  192. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  193. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  194. package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
  195. package/components/LightBox/LightBox.js +44 -41
  196. package/components/LightBox/LightBoxContent.js +1 -1
  197. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  198. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  199. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  200. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +25 -25
  202. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  203. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  204. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  205. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
  206. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
  207. package/components/LightBox/enums.js +5 -0
  208. package/components/LightBox/index.js +4 -2
  209. package/components/Link/Link.js +46 -45
  210. package/components/List/List.js +2 -2
  211. package/components/List/components/ListEmptyState.js +6 -6
  212. package/components/List/components/ListItem.js +1 -1
  213. package/components/List/components/ListItemContent.js +8 -8
  214. package/components/List/components/ListItemControls.js +6 -6
  215. package/components/List/components/ListItemControlsButton.js +3 -2
  216. package/components/List/components/ListItemControlsButtonDropdown.js +29 -30
  217. package/components/List/components/ListItemLoading.js +6 -6
  218. package/components/List/components/ListItemSelectable.js +1 -1
  219. package/components/List/components/ListItemTable.js +1 -1
  220. package/components/List/components/ListItemTailLeft.js +1 -1
  221. package/components/List/components/ListItemTailRight.js +1 -1
  222. package/components/List/components/ListSortableItem.js +1 -1
  223. package/components/List/components/ListSortableItemControls.js +5 -5
  224. package/components/List/components/ListSortableItemTarget.js +10 -10
  225. package/components/List/index.js +1 -1
  226. package/components/ListMaster/ListMaster.js +1 -1
  227. package/components/ListMaster/components/ListMasterBody.js +1 -1
  228. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  229. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  230. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  231. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  232. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  233. package/components/ListMaster/components/SelectionControls.js +6 -6
  234. package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
  235. package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
  236. package/components/LoaderScreen/LoaderScreen.js +9 -9
  237. package/components/Marker/Marker.js +1 -1
  238. package/components/Marker/utils.js +1 -1
  239. package/components/MarkerStatus/MarkerStatus.js +17 -16
  240. package/components/ModalWindow/ModalWindow.js +1 -1
  241. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  242. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  243. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  244. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  245. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  246. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  247. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
  248. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +5 -5
  249. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  250. package/components/Notification/Notification.js +2 -2
  251. package/components/Notification/NotificationGrouped.js +1 -1
  252. package/components/Notification/components/NotificationBody.js +1 -1
  253. package/components/Notification/components/NotificationBodyList.js +1 -1
  254. package/components/Notification/components/NotificationClose.js +1 -1
  255. package/components/Notification/components/NotificationFooter.js +1 -1
  256. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  257. package/components/Notification/components/NotificationHeader.js +1 -1
  258. package/components/Notification/components/NotificationIcon.js +1 -1
  259. package/components/Notification/components/NotificationTime.js +1 -1
  260. package/components/NumberField/NumberFieldInput.js +1 -1
  261. package/components/OrderedList/OrderedList.js +19 -14
  262. package/components/OrderedList/OrderedListItem.js +10 -9
  263. package/components/Overlay/Overlay.js +1 -1
  264. package/components/Overlay/OverlayMask.js +1 -1
  265. package/components/Overlay/OverlayPanel.js +1 -1
  266. package/components/Page/Page.js +1 -1
  267. package/components/Page/components/BodyPage.js +14 -14
  268. package/components/Page/components/FooterPage.js +1 -1
  269. package/components/Page/components/HeaderPage.js +1 -1
  270. package/components/Pagination/components/PaginationExtended.js +2 -2
  271. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  272. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  273. package/components/Pagination/components/PaginationPageButton.js +10 -9
  274. package/components/Pagination/components/PaginationPageEllipsis.js +3 -2
  275. package/components/Pagination/components/PaginationSelect.js +5 -4
  276. package/components/Radio/Radio.js +11 -10
  277. package/components/Radio/RadioXGroup.js +11 -11
  278. package/components/Radio/RadioYGroup.js +6 -6
  279. package/components/Row/Row.js +10 -10
  280. package/components/SMSField/SMSField.js +2 -2
  281. package/components/SMSField/components/RefreshIcon.js +1 -1
  282. package/components/SMSField/components/SMSFieldInput.js +2 -2
  283. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  284. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  285. package/components/SegmentedControl/SegmentedControl.js +17 -17
  286. package/components/SegmentedControl/SegmentedControlSegment.js +37 -42
  287. package/components/SelectExtendedField/SelectExtendedField.js +51 -42
  288. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  289. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +4 -3
  290. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -90
  291. package/components/SelectField/SelectField.js +1 -1
  292. package/components/Skeleton/Skeleton.js +7 -7
  293. package/components/SliderExtended/SliderExtended.js +2 -2
  294. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +4 -4
  295. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  296. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  297. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  298. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
  299. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
  300. package/components/SmallInput/SmallInput.js +6 -6
  301. package/components/Spoiler/Spoiler.js +14 -14
  302. package/components/StatusTracker/StatusTracker.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerAlert.js +4 -3
  304. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  305. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  306. package/components/StatusTracker/components/StatusTrackerDescription.js +4 -3
  307. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  308. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  309. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  310. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  311. package/components/StatusTracker/components/StatusTrackerSum.js +11 -10
  312. package/components/StatusTracker/components/StatusTrackerTitle.js +8 -7
  313. package/components/Step/Step.js +11 -10
  314. package/components/Stepper/RightBorderArrow.js +1 -1
  315. package/components/Stepper/Stepper.js +3 -3
  316. package/components/Stepper/StepperExtended.js +4 -4
  317. package/components/Stepper/StepperStep.js +63 -65
  318. package/components/Stepper/StepperWrapper.js +4 -4
  319. package/components/Suggest/SuggestMobileDropdownContent.js +12 -11
  320. package/components/SuggestField/SuggestField.js +13 -12
  321. package/components/SuggestField/desktop/SuggestFieldDesktop.js +10 -10
  322. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  323. package/components/SuggestField/index.js +1 -1
  324. package/components/SuggestField/mobile/SuggestFieldMobile.js +40 -38
  325. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +50 -49
  326. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +3 -2
  327. package/components/SuggestField/mobile/index.js +1 -1
  328. package/components/SwipeableArea/SwipeableArea.js +17 -17
  329. package/components/Table/FilterPanel.js +5 -5
  330. package/components/Table/MasterTable.js +12 -12
  331. package/components/Table/NoColumns.js +6 -6
  332. package/components/Table/PaginationPanel.js +2 -2
  333. package/components/Table/TableBasic/TableBasic.js +1 -1
  334. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  335. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  336. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  337. package/components/Table/TableBasicSettings/TableBasicSettings.js +4 -4
  338. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
  339. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  340. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  341. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  342. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  343. package/components/Table/TableFooter/TableFooter.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  345. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  346. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  347. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  348. package/components/Table/TabsLinePanel.js +3 -3
  349. package/components/Table/TabsLinePanelLinks.js +1 -1
  350. package/components/Table/utils.js +1 -1
  351. package/components/Tabs/Tabs.js +17 -17
  352. package/components/TabsExtended/TabsExtended.js +2 -2
  353. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  354. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  355. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  356. package/components/TabsExtended/components/TabsExtendedTabButton.js +5 -4
  357. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  358. package/components/TabsExtended/utils.js +1 -1
  359. package/components/TabsLine/TabsLine.js +1 -1
  360. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  361. package/components/TabsLine/components/TabsLineDropdown.js +20 -19
  362. package/components/TabsLine/components/TabsLineItem.js +1 -1
  363. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  364. package/components/Tag/Tag.js +21 -21
  365. package/components/TagColor/TagColor.js +16 -16
  366. package/components/TagGroup/TagGroup.js +8 -8
  367. package/components/TextField/TextField.js +1 -1
  368. package/components/TextareaField/TextareaField.js +1 -1
  369. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  370. package/components/Tooltip/components/common/TooltipLink.js +6 -6
  371. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  372. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  373. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  374. package/components/Tooltip/components/mobile/TooltipMobile.js +13 -13
  375. package/components/TopOverlay/TopOverlay.js +20 -20
  376. package/components/TreeView/TreeView.js +1 -1
  377. package/components/TreeView/components/TreeViewGroup.js +1 -1
  378. package/components/TreeView/components/TreeViewNode.js +1 -1
  379. package/components/Typography/Caption.js +23 -23
  380. package/components/Typography/CodeText.js +28 -0
  381. package/components/Typography/Text.js +19 -19
  382. package/components/Typography/Title.js +27 -27
  383. package/components/Typography/constants.js +1 -1
  384. package/components/Typography/index.js +12 -10
  385. package/components/UnorderedList/UnorderedList.js +2 -2
  386. package/components/UnorderedList/UnorderedListItem.js +7 -6
  387. package/components/UploadZone/UploadZone.js +2 -2
  388. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  389. package/components/index.js +591 -579
  390. package/index.d.ts +98 -23
  391. package/index.js +639 -627
  392. package/package.json +9 -1
  393. package/styles/triplex-next.css +541 -541
  394. package/chunks/AlertProcessSpoiler-BoQok_f3.js +0 -39
  395. package/chunks/CalendarViewItem-DKS15EZ4.js +0 -101
  396. package/chunks/Card.module-BmZKmkeY.js +0 -17
  397. package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +0 -15
  398. package/chunks/Chip-D5zfQfAA.js +0 -104
  399. package/chunks/Confirm.module-CtbiIzcl.js +0 -15
  400. package/chunks/DropdownMobile.module-BgSbdJtS.js +0 -23
  401. package/chunks/Footer.module-B469C_XO.js +0 -9
  402. package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +0 -9
  403. package/chunks/HeaderTabs.module-4iOT34Zp.js +0 -9
  404. package/chunks/IslandAccordion.module-mdAdZwJL.js +0 -25
  405. package/chunks/IslandWidgetFooter.module-ClvLmtck.js +0 -9
  406. package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +0 -12
  407. package/chunks/LightBoxContent-Lme9r-vN.js +0 -56
  408. package/chunks/LightBoxControls.module-qhDcQmnH.js +0 -16
  409. package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +0 -9
  410. package/chunks/ListItemControlsButton-BLbj6vZS.js +0 -51
  411. package/chunks/ListItemTail.module-BAmXXpc5.js +0 -12
  412. package/chunks/ListMasterFooter.module-BhwH8qqm.js +0 -10
  413. package/chunks/ModalWindow.module-Ciwlg3WX.js +0 -17
  414. package/chunks/Notification.module-CjpGpuL7.js +0 -20
  415. package/chunks/Overlay.module-DPHcy5Kd.js +0 -18
  416. package/chunks/Page.module-98SUxLiM.js +0 -11
  417. package/chunks/SMSField.module-k0lfRov5.js +0 -16
  418. package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +0 -15
  419. package/chunks/StatusTracker.module-BmBKiCLR.js +0 -24
  420. package/chunks/TableFooter.module-D0rUmZhB.js +0 -14
  421. package/chunks/TabsExtended.module-D5-U63Qf.js +0 -16
  422. package/chunks/TabsLine.module-DXlTUTm_.js +0 -21
  423. package/chunks/TooltipDesktop.module-D4z7cwlC.js +0 -19
  424. package/chunks/TreeView.module-DAOSEOZO.js +0 -9
  425. package/chunks/utils-CyxIcdb6.js +0 -73
  426. package/chunks/utils-SSwzNA1R.js +0 -24
@@ -4,7 +4,7 @@ import { Portal as F } from "../Portal/Portal.js";
4
4
  import { c as N, C as j, F as q } from "../../chunks/vendor---Om3uMV.js";
5
5
  import { ModalWindowViewManager as A } from "./components/ModalWindowViewManager.js";
6
6
  import { useToken as D } from "../ThemeProvider/useToken.js";
7
- import { s as n } from "../../chunks/ModalWindow.module-Ciwlg3WX.js";
7
+ import { s as n } from "../../chunks/ModalWindow.module-Cpk4uhwk.js";
8
8
  import { EComponentSize as V } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as G } from "../../utils/classNameMaps.js";
10
10
  const l = "ufs-modal-window", H = 300, i = ["modal-open", "no-hash-overflow-hidden"], I = G(n), J = $.forwardRef((w, a) => {
@@ -3,7 +3,7 @@ import { c as i } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import { Island as n } from "../../Island/Island.js";
4
4
  import { EComponentSize as t } from "../../../enums/EComponentSize.js";
5
5
  import { EIslandType as r } from "../../Island/enums.js";
6
- const a = "modalWindowBody__229c7566", l = {
6
+ const a = "modalWindowBody__7e8df72b", l = {
7
7
  modalWindowBody: a
8
8
  }, w = ({ children: o, className: d, ...m }) => /* @__PURE__ */ s(
9
9
  n,
@@ -6,11 +6,11 @@ import { Button as i } from "../../Button/Button.js";
6
6
  import { CrossStrokeSrvIcon20 as l } from "@sberbusiness/icons-next";
7
7
  import { EComponentSize as s } from "../../../enums/EComponentSize.js";
8
8
  import { EButtonTheme as d } from "../../Button/enums.js";
9
- const C = "modalWindowClose__087539e1", a = {
10
- modalWindowClose: C
11
- }, p = (t) => {
9
+ const a = "modalWindowClose__8c5af7cf", f = {
10
+ modalWindowClose: a
11
+ }, C = (t) => {
12
12
  const e = n(null);
13
- return /* @__PURE__ */ o("div", { className: a.modalWindowClose, children: /* @__PURE__ */ o(r, { eventKeyCode: m.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
13
+ return /* @__PURE__ */ o("div", { className: f.modalWindowClose, children: /* @__PURE__ */ o(r, { eventKeyCode: m.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
14
14
  i,
15
15
  {
16
16
  title: "Закрыть",
@@ -22,8 +22,8 @@ const C = "modalWindowClose__087539e1", a = {
22
22
  }
23
23
  ) }) });
24
24
  };
25
- p.displayName = "ModalWindowClose";
25
+ C.displayName = "ModalWindowClose";
26
26
  export {
27
- p as ModalWindowClose
27
+ C as ModalWindowClose
28
28
  };
29
29
  //# sourceMappingURL=ModalWindowClose.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import { LoaderScreen as i } from "../../LoaderScreen/LoaderScreen.js";
4
- import { s as o } from "../../../chunks/ModalWindow.module-Ciwlg3WX.js";
4
+ import { s as o } from "../../../chunks/ModalWindow.module-Cpk4uhwk.js";
5
5
  import { Page as l } from "../../Page/Page.js";
6
6
  const W = ({
7
7
  isLoading: e,
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
2
2
  import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
3
3
  import { EHeaderPageType as i } from "../../Page/components/enums.js";
4
4
  import { c as l } from "../../../chunks/vendor---Om3uMV.js";
5
- const t = "modalWindowHeader__c8d535b2", s = {
5
+ const t = "modalWindowHeader__7f76d30b", s = {
6
6
  modalWindowHeader: t
7
7
  }, o = ({ className: d, children: a, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, d), ...r, type: i.FIRST, children: a });
8
8
  o.Title = e.Title;
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as m } from "react/jsx-runtime";
2
2
  import { useState as r, useRef as u, useEffect as h, useLayoutEffect as p } from "react";
3
3
  import { g, i as W, p as a } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { Portal as M } from "../../Portal/Portal.js";
5
- import { s as R } from "../../../chunks/ModalWindow.module-Ciwlg3WX.js";
5
+ import { s as R } from "../../../chunks/ModalWindow.module-Cpk4uhwk.js";
6
6
  const s = "modalWindowViewManagerNodeId", z = () => {
7
7
  const [d, c] = r(), [t, l] = r(), o = u(null), n = () => {
8
8
  if (o.current) {
@@ -4,7 +4,7 @@ import { F as a } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import "../../Dropdown/DropdownListContext.js";
5
5
  import "../../Dropdown/desktop/DropdownDesktop.js";
6
6
  import "../../Dropdown/desktop/DropdownList.js";
7
- import "../../../chunks/DropdownListItem-C4JE2xV7.js";
7
+ import "../../../chunks/DropdownListItem-wT8cLRdZ.js";
8
8
  import { EDropdownWidth as s } from "../../Dropdown/desktop/enums.js";
9
9
  import "../../Dropdown/mobile/DropdownMobile.js";
10
10
  import "../../Dropdown/mobile/DropdownMobileBody.js";
@@ -1,16 +1,16 @@
1
1
  import { jsxs as c, jsx as r } from "react/jsx-runtime";
2
2
  import { useContext as m } from "react";
3
3
  import { MultiselectFieldContext as i } from "../MultiselectFieldContext.js";
4
- import { createSizeToClassNameMap as a } from "../../../utils/classNameMaps.js";
5
- import { c as d } from "../../../chunks/vendor---Om3uMV.js";
4
+ import { createSizeToClassNameMap as d } from "../../../utils/classNameMaps.js";
5
+ import { c as a } from "../../../chunks/vendor---Om3uMV.js";
6
6
  import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
7
- const _ = "multiselectFieldContent__1902152e", f = "loaderScreen__98c4d61a", C = "sm__205f3bf8", u = "md__848b88bc", x = "lg__30e2fad5", e = {
7
+ const _ = "multiselectFieldContent__a250e5b5", C = "loaderScreen__324c1ef7", f = "sm__3c2f8edd", u = "md__45491d28", x = "lg__e706cbb7", e = {
8
8
  multiselectFieldContent: _,
9
- loaderScreen: f,
10
- sm: C,
9
+ loaderScreen: C,
10
+ sm: f,
11
11
  md: u,
12
12
  lg: x
13
- }, F = a(e), j = ({
13
+ }, F = d(e), j = ({
14
14
  children: t,
15
15
  className: o,
16
16
  loading: s,
@@ -21,7 +21,7 @@ const _ = "multiselectFieldContent__1902152e", f = "loaderScreen__98c4d61a", C =
21
21
  "div",
22
22
  {
23
23
  tabIndex: -1,
24
- className: d(e.multiselectFieldContent, F[n], o),
24
+ className: a(e.multiselectFieldContent, F[n], o),
25
25
  ...l,
26
26
  children: [
27
27
  t,
@@ -1,13 +1,13 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import { c as s } from "../../../chunks/vendor---Om3uMV.js";
3
- const c = "multiselectFieldFooter__54c6c638", i = {
4
- multiselectFieldFooter: c
5
- }, m = ({
3
+ const i = "multiselectFieldFooter__0dd06a56", c = {
4
+ multiselectFieldFooter: i
5
+ }, d = ({
6
6
  children: e,
7
7
  className: t,
8
8
  ...o
9
- }) => /* @__PURE__ */ l("div", { className: s(i.multiselectFieldFooter, t), ...o, children: e });
9
+ }) => /* @__PURE__ */ l("div", { className: s(c.multiselectFieldFooter, t), ...o, children: e });
10
10
  export {
11
- m as MultiselectFieldDropdownFooter
11
+ d as MultiselectFieldDropdownFooter
12
12
  };
13
13
  //# sourceMappingURL=MultiselectFieldDropdownFooter.js.map
@@ -1,13 +1,13 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { c as d } from "../../../chunks/vendor---Om3uMV.js";
3
- const i = "multiselectFieldHeader__6a6f2d57", c = {
4
- multiselectFieldHeader: i
5
- }, a = ({
2
+ import { c as i } from "../../../chunks/vendor---Om3uMV.js";
3
+ const d = "multiselectFieldHeader__107b8e3b", c = {
4
+ multiselectFieldHeader: d
5
+ }, m = ({
6
6
  children: e,
7
7
  className: l,
8
8
  ...t
9
- }) => /* @__PURE__ */ s("div", { className: d(c.multiselectFieldHeader, l), ...t, children: e });
9
+ }) => /* @__PURE__ */ s("div", { className: i(c.multiselectFieldHeader, l), ...t, children: e });
10
10
  export {
11
- a as MultiselectFieldDropdownHeader
11
+ m as MultiselectFieldDropdownHeader
12
12
  };
13
13
  //# sourceMappingURL=MultiselectFieldDropdownHeader.js.map
@@ -4,7 +4,7 @@ import { NotificationBody as d } from "./components/NotificationBody.js";
4
4
  import { NotificationClose as p } from "./components/NotificationClose.js";
5
5
  import { NotificationIcon as N } from "./components/NotificationIcon.js";
6
6
  import { NotificationTime as x } from "./components/NotificationTime.js";
7
- import { s as i } from "../../chunks/Notification.module-CjpGpuL7.js";
7
+ import { s as i } from "../../chunks/Notification.module-9japFkgv.js";
8
8
  const o = ((t) => {
9
9
  const {
10
10
  children: a,
@@ -24,7 +24,7 @@ const o = ((t) => {
24
24
  role: "alertdialog",
25
25
  className: c,
26
26
  onClick: m,
27
- "data-tx": "0.23.0",
27
+ "data-tx": "0.25.0",
28
28
  children: a
29
29
  }
30
30
  );
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
2
  import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
3
- import { s as e } from "../../chunks/Notification.module-CjpGpuL7.js";
3
+ import { s as e } from "../../chunks/Notification.module-9japFkgv.js";
4
4
  const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
5
5
  o,
6
6
  /* @__PURE__ */ r(t, {})
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
3
3
  import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
4
4
  import { NotificationFooter as e } from "./NotificationFooter.js";
5
5
  import { NotificationBodyList as m } from "./NotificationBodyList.js";
6
- import { s as f } from "../../../chunks/Notification.module-CjpGpuL7.js";
6
+ import { s as f } from "../../../chunks/Notification.module-9japFkgv.js";
7
7
  const o = ((t) => {
8
8
  const { children: i } = t;
9
9
  return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
3
3
  import "../../UnorderedList/UnorderedListItem.js";
4
- import { s as a } from "../../../chunks/Notification.module-CjpGpuL7.js";
4
+ import { s as a } from "../../../chunks/Notification.module-9japFkgv.js";
5
5
  import { c as e } from "../../../chunks/vendor---Om3uMV.js";
6
6
  const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
7
7
  c.displayName = "NotificationBodyList";
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
5
5
  import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
6
6
  import "../../Button/ButtonDropdown.js";
7
7
  import "../../Button/ButtonDropdownExtended.js";
8
- import { s as m } from "../../../chunks/Notification.module-CjpGpuL7.js";
8
+ import { s as m } from "../../../chunks/Notification.module-9japFkgv.js";
9
9
  const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
10
10
  e.displayName = "NotificationClose";
11
11
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-CjpGpuL7.js";
2
+ import { s as i } from "../../../chunks/Notification.module-9japFkgv.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
4
4
  s.displayName = "NotificationFooter";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor---Om3uMV.js";
3
- import { s as o } from "../../../chunks/Notification.module-CjpGpuL7.js";
3
+ import { s as o } from "../../../chunks/Notification.module-9japFkgv.js";
4
4
  const m = () => /* @__PURE__ */ s("div", { children: [
5
5
  /* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
6
6
  /* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as a } from "../../../chunks/Notification.module-CjpGpuL7.js";
2
+ import { s as a } from "../../../chunks/Notification.module-9japFkgv.js";
3
3
  const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
4
4
  t.displayName = "NotificationHeader";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-CjpGpuL7.js";
2
+ import { s as t } from "../../../chunks/Notification.module-9japFkgv.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
4
4
  s.displayName = "NotificationIcon";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-CjpGpuL7.js";
2
+ import { s as t } from "../../../chunks/Notification.module-9japFkgv.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
3
3
  import "../FormField/components/FormFieldClear.js";
4
4
  import "../FormField/components/FormFieldCounter.js";
5
5
  import "../FormField/components/FormFieldDescription.js";
6
- import { F as d } from "../../chunks/FormFieldInput-Dr_WBweC.js";
6
+ import { F as d } from "../../chunks/FormFieldInput-Dj2JAqj2.js";
7
7
  import "../FormField/components/FormFieldLabel.js";
8
8
  import "../FormField/components/FormFieldMaskedInput.js";
9
9
  import "../FormField/components/FormFieldPostfix.js";
@@ -1,25 +1,30 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import o from "react";
3
- import { c as d } from "../../chunks/vendor---Om3uMV.js";
4
- import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__82626b6c", a = {
6
- orderedList: m
7
- }, c = Object.assign(
8
- o.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
2
+ import i from "react";
3
+ import { c as m } from "../../chunks/vendor---Om3uMV.js";
4
+ import { OrderedListItem as a } from "./OrderedListItem.js";
5
+ const c = "orderedList__c8a02efd", f = {
6
+ orderedList: c
7
+ }, L = Object.assign(
8
+ i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: d(a.orderedList, r),
12
- ...e,
13
- "data-tx": "0.23.0",
14
- ref: t
11
+ className: m(f.orderedList, t),
12
+ start: e,
13
+ style: e !== void 0 ? {
14
+ ...r,
15
+ "--start-index-tx": e - 1
16
+ } : r,
17
+ ...d,
18
+ "data-tx": "0.25.0",
19
+ ref: o
15
20
  }
16
21
  )),
17
22
  {
18
- Item: i
23
+ Item: a
19
24
  }
20
25
  );
21
- c.displayName = "OrderedList";
26
+ L.displayName = "OrderedList";
22
27
  export {
23
- c as OrderedList
28
+ L as OrderedList
24
29
  };
25
30
  //# sourceMappingURL=OrderedList.js.map
@@ -1,27 +1,28 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../chunks/vendor---Om3uMV.js";
4
- import { ETextSize as i } from "../Typography/enums.js";
3
+ import { c as i } from "../../chunks/vendor---Om3uMV.js";
4
+ import { ETextSize as s } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
+ import "../Typography/CodeText.js";
6
7
  import { Text as d } from "../Typography/Text.js";
7
8
  import "../Typography/Title.js";
8
- const a = "orderedListItem__ec5cf617", c = {
9
+ const a = "orderedListItem__f42b2199", p = {
9
10
  orderedListItem: a
10
- }, p = m.forwardRef(
11
+ }, f = m.forwardRef(
11
12
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
13
  d,
13
14
  {
14
- className: s(c.orderedListItem, t),
15
- size: i.B3,
15
+ className: i(p.orderedListItem, t),
16
+ size: s.B3,
16
17
  tag: "li",
17
18
  ...e,
18
- "data-tx": "0.23.0",
19
+ "data-tx": "0.25.0",
19
20
  ref: r
20
21
  }
21
22
  )
22
23
  );
23
- p.displayName = "OrderedListItem";
24
+ f.displayName = "OrderedListItem";
24
25
  export {
25
- p as OrderedListItem
26
+ f as OrderedListItem
26
27
  };
27
28
  //# sourceMappingURL=OrderedListItem.js.map
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { OverlayBase as k } from "./OverlayBase.js";
5
5
  import { OverlayMask as B } from "./OverlayMask.js";
6
6
  import { OverlayPanel as M } from "./OverlayPanel.js";
7
- import { s as r } from "../../chunks/Overlay.module-DPHcy5Kd.js";
7
+ import { s as r } from "../../chunks/Overlay.module-B3Az7dZS.js";
8
8
  const s = ({
9
9
  children: o,
10
10
  className: i,
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import l from "react";
3
3
  import { c as t } from "../../chunks/vendor---Om3uMV.js";
4
- import { s as a } from "../../chunks/Overlay.module-DPHcy5Kd.js";
4
+ import { s as a } from "../../chunks/Overlay.module-B3Az7dZS.js";
5
5
  const p = l.forwardRef(
6
6
  ({ className: r, opened: s, ...o }, e) => /* @__PURE__ */ m(
7
7
  "div",
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as P } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { EOverlayDirection as a } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-DPHcy5Kd.js";
5
+ import { s as e } from "../../chunks/Overlay.module-B3Az7dZS.js";
6
6
  const T = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { BodyPage as p } from "./components/BodyPage.js";
5
5
  import { HeaderPage as f } from "./components/HeaderPage.js";
6
6
  import { FooterPage as g } from "./components/FooterPage.js";
7
- import { s as o } from "../../chunks/Page.module-98SUxLiM.js";
7
+ import { s as o } from "../../chunks/Page.module-DOHwIYM4.js";
8
8
  import "./components/enums.js";
9
9
  const c = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, m) {
@@ -1,25 +1,25 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import g from "react";
2
+ import m from "react";
3
3
  import { Body as c } from "../../Body/Body.js";
4
- import { c as m } from "../../../chunks/vendor---Om3uMV.js";
4
+ import { c as d } from "../../../chunks/vendor---Om3uMV.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
- import { EIslandType as M } from "../../Island/enums.js";
8
- const P = "bodyPage__dce8534d", v = "verticalMargin24__03051153", f = "verticalMargin16__d446db75", o = {
9
- bodyPage: P,
10
- verticalMargin24: v,
11
- verticalMargin16: f
12
- }, _ = {
7
+ import { EIslandType as f } from "../../Island/enums.js";
8
+ const M = "bodyPage__a4ff13d3", P = "verticalMargin24__a2f671be", v = "verticalMargin16__c0fba382", o = {
9
+ bodyPage: M,
10
+ verticalMargin24: P,
11
+ verticalMargin16: v
12
+ }, b = {
13
13
  [r.LARGE]: o.verticalMargin24,
14
14
  [r.SMALL]: o.verticalMargin16
15
- }, b = g.forwardRef(
16
- ({ className: s, type: n, size: l, verticalMargin: d = r.LARGE, ...e }, i) => {
17
- const t = m(s, o.bodyPage, _[d]);
18
- return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
15
+ }, _ = m.forwardRef(
16
+ ({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
17
+ const t = d(s, o.bodyPage, b[g]);
18
+ return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: f.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
- b.displayName = "BodyPage";
21
+ _.displayName = "BodyPage";
22
22
  export {
23
- b as BodyPage
23
+ _ as BodyPage
24
24
  };
25
25
  //# sourceMappingURL=BodyPage.js.map
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
9
9
  import "../../Island/components/IslandBody.js";
10
10
  import "../../Island/components/IslandHeader.js";
11
11
  import "../../Island/components/IslandFooter.js";
12
- import { s as n } from "../../../chunks/Page.module-98SUxLiM.js";
12
+ import { s as n } from "../../../chunks/Page.module-DOHwIYM4.js";
13
13
  const N = Object.assign(
14
14
  R.forwardRef(
15
15
  ({ className: m, type: r, size: a, sticky: p, ...f }, o) => {
@@ -6,7 +6,7 @@ import { c as l } from "../../../chunks/vendor---Om3uMV.js";
6
6
  import { Island as S } from "../../Island/Island.js";
7
7
  import { EIslandType as y } from "../../Island/enums.js";
8
8
  import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
9
- import { s as i } from "../../../chunks/Page.module-98SUxLiM.js";
9
+ import { s as i } from "../../../chunks/Page.module-DOHwIYM4.js";
10
10
  const C = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__f5edeb6e", s = {
4
+ const r = "paginationExtended__14d1fc53", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
7
  ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
10
  className: d(s.paginationExtended, n),
11
- "data-tx": "0.23.0",
11
+ "data-tx": "0.25.0",
12
12
  ...a,
13
13
  ref: e,
14
14
  children: t
@@ -4,10 +4,10 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__d50dfbc6", N = "directionIconNext__429ab40e", n = {
7
+ const g = "paginationNavigationButton__a0245572", N = "directionIconNext__5539978d", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, d = c.forwardRef(
10
+ }, I = c.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
12
  const r = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__d50dfbc6", N = "directionIconNext__429ab4
22
22
  );
23
23
  }
24
24
  );
25
- d.displayName = "PaginationNavigationButton";
25
+ I.displayName = "PaginationNavigationButton";
26
26
  export {
27
- d as PaginationNavigationButton
27
+ I as PaginationNavigationButton
28
28
  };
29
29
  //# sourceMappingURL=PaginationNavigationButton.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as d } from "../../../chunks/vendor---Om3uMV.js";
4
- const g = "paginationNavigationExtended__e47f7c5a", r = {
4
+ const g = "paginationNavigationExtended__d116f140", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: i, ...n }, t) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, i), ...n, ref: t, children: a })
@@ -3,6 +3,7 @@ import m from "react";
3
3
  import { c as p } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
+ import "../../Typography/CodeText.js";
6
7
  import { Text as c } from "../../Typography/Text.js";
7
8
  import "../../Typography/Title.js";
8
9
  import "../../Button/Button.js";
@@ -10,11 +11,11 @@ import { ButtonBase as s } from "../../Button/ButtonBase.js";
10
11
  import "../../Button/ButtonIcon.js";
11
12
  import "../../Button/ButtonDropdown.js";
12
13
  import "../../Button/ButtonDropdownExtended.js";
13
- const P = "paginationPageButton__afc0d6ee", f = "currentPage__30f60c50", a = {
14
+ const P = "paginationPageButton__aa9c36b6", u = "currentPage__abc7bf4a", a = {
14
15
  paginationPageButton: P,
15
- currentPage: f
16
- }, u = m.forwardRef(
17
- ({ isCurrent: t = !1, children: e, className: i, ...r }, n) => /* @__PURE__ */ o(
16
+ currentPage: u
17
+ }, f = m.forwardRef(
18
+ ({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
18
19
  s,
19
20
  {
20
21
  className: p(
@@ -22,17 +23,17 @@ const P = "paginationPageButton__afc0d6ee", f = "currentPage__30f60c50", a = {
22
23
  {
23
24
  [a.currentPage]: t
24
25
  },
25
- i
26
+ r
26
27
  ),
27
28
  "aria-live": t ? "polite" : void 0,
28
- ...r,
29
+ ...e,
29
30
  ref: n,
30
- children: /* @__PURE__ */ o(c, { size: g.B3, children: e })
31
+ children: /* @__PURE__ */ o(c, { size: g.B3, children: i })
31
32
  }
32
33
  )
33
34
  );
34
- u.displayName = "PaginationPageButton";
35
+ f.displayName = "PaginationPageButton";
35
36
  export {
36
- u as PaginationPageButton
37
+ f as PaginationPageButton
37
38
  };
38
39
  //# sourceMappingURL=PaginationPageButton.js.map
@@ -3,12 +3,13 @@ import { c as p } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import e from "react";
4
4
  import { ETextSize as r } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
+ import "../../Typography/CodeText.js";
6
7
  import { Text as l } from "../../Typography/Text.js";
7
8
  import "../../Typography/Title.js";
8
- const n = "paginationPageEllipsis__1ec5d04b", m = {
9
+ const n = "paginationPageEllipsis__ec6a0261", m = {
9
10
  paginationPageEllipsis: n
10
11
  }, g = e.forwardRef(
11
- ({ children: i, className: a, ...s }, o) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...s, ref: o, children: i })
12
+ ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
12
13
  );
13
14
  g.displayName = "PaginationPageEllipsis";
14
15
  export {
@@ -1,19 +1,20 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
- import { u as d, c as S } from "../../../chunks/vendor---Om3uMV.js";
3
+ import { u as S, c as d } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { ETextSize as f } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
+ import "../../Typography/CodeText.js";
6
7
  import { Text as g } from "../../Typography/Text.js";
7
8
  import "../../Typography/Title.js";
8
9
  import { SelectField as x } from "../../SelectField/SelectField.js";
9
10
  import { EComponentSize as u } from "../../../enums/EComponentSize.js";
10
- const C = "paginationSelect__9c24b7f7", b = "paginationSelectControl__2a73d49d", o = {
11
+ const C = "paginationSelect__54cfb393", b = "paginationSelectControl__0484ecc0", o = {
11
12
  paginationSelect: C,
12
13
  paginationSelectControl: b
13
14
  }, z = m.forwardRef(
14
15
  ({ paginationLabel: e, className: n, options: a, value: r, onChange: l }, c) => {
15
- const [i] = p(() => `Pagination-${d()}`);
16
- return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, n), ref: c, children: [
16
+ const [i] = p(() => `Pagination-${S()}`);
17
+ return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
17
18
  /* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
18
19
  /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
19
20
  x,