@sberbusiness/triplex-next 1.24.0 → 1.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 (421) hide show
  1. package/README.md +0 -1
  2. package/chunks/AlertProcessSpoiler-B46jKfAb.js +41 -0
  3. package/chunks/{CalendarViewItem-DcrCLRoo.js → CalendarViewItem-D-POWd2-.js} +21 -21
  4. package/chunks/Card.module-CncHGyjC.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-B1Kgd0nu.js +15 -0
  6. package/chunks/Chip-DTIbYTEg.js +77 -0
  7. package/chunks/Confirm.module-EXbF7o_5.js +15 -0
  8. package/chunks/{DropdownListItem-D_36RD5A.js → DropdownListItem-DEiNYa7V.js} +15 -15
  9. package/chunks/DropdownMobile.module-BoKjV5kN.js +23 -0
  10. package/chunks/Footer.module-DZkZf8cZ.js +9 -0
  11. package/chunks/{FormFieldInput-C7aO7-c1.js → FormFieldInput-DtYGQ_bi.js} +15 -15
  12. package/chunks/HeaderLayoutSidebar.module-DgEDu6U2.js +9 -0
  13. package/chunks/HeaderTabs.module-BepwFanR.js +9 -0
  14. package/chunks/{HeaderTitle.module-zCyPp1EB.js → HeaderTitle.module-C31ELKBY.js} +2 -2
  15. package/chunks/IslandAccordion.module-rpYHTG9-.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-CGX_gIzr.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CBRjot0L.js +12 -0
  18. package/chunks/LightBoxContent-9gb9WiYK.js +63 -0
  19. package/chunks/LightBoxControls.module-DW8BGlP2.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-DfPgpuEZ.js +9 -0
  21. package/chunks/ListItemControlsButton-DYBfA1gz.js +59 -0
  22. package/chunks/ListItemTail.module-BaV7s4hM.js +12 -0
  23. package/chunks/ListMasterFooter.module-DJ5zh4gk.js +10 -0
  24. package/chunks/ModalWindow.module-CBYym922.js +17 -0
  25. package/chunks/Notification.module-DxdRS8Y5.js +20 -0
  26. package/chunks/Overlay.module-BNFZ_rbt.js +18 -0
  27. package/chunks/Page.module-C50cd0OD.js +11 -0
  28. package/chunks/{RightBorderArrow-eMlmbMOj.js → RightBorderArrow-BDD4mS5-.js} +11 -11
  29. package/chunks/SMSField.module-C20gqTPw.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-CsyPT1yp.js +15 -0
  31. package/chunks/{SliderExtendedRail-DjkasbSz.js → SliderExtendedRail-D5G6Gddu.js} +14 -14
  32. package/chunks/StatusTracker.module-Dn-2MvTp.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BFJfXl0C.js → SuggestFieldMobileDropdownHint-Bl-fHUU9.js} +4 -4
  34. package/chunks/TableFooter.module-CVe7H3F5.js +14 -0
  35. package/chunks/TabsExtended.module-DAVeemgZ.js +16 -0
  36. package/chunks/TabsLine.module-DpFaqhk4.js +21 -0
  37. package/chunks/TooltipDesktop.module-OpglHVA8.js +19 -0
  38. package/chunks/TreeView.module-D0XjOCzq.js +9 -0
  39. package/chunks/{UploadZoneInput-PFc1lc82.js → UploadZoneInput-CUKt0mmY.js} +7 -7
  40. package/chunks/{constants-L3AUxJxB.js → constants-CmdvDG7U.js} +7 -7
  41. package/chunks/utils-B8JwCW07.js +73 -0
  42. package/chunks/{utils-BdtV3MzH.js → utils-D0TxmRz_.js} +9 -9
  43. package/chunks/{utils-BLU83HAp.js → utils-DILds0zQ.js} +4 -4
  44. package/chunks/utils-iU8-da0U.js +24 -0
  45. package/components/Alert/AlertContext/AlertContext.js +21 -21
  46. package/components/Alert/AlertProcess/AlertProcess.js +44 -37
  47. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  48. package/components/Alert/AlertProcess/enums.js +5 -0
  49. package/components/Alert/AlertTypeUtils.js +2 -2
  50. package/components/Alert/index.js +7 -5
  51. package/components/Amount/Amount.js +7 -7
  52. package/components/AmountField/AmountField.js +1 -1
  53. package/components/Avatar/Avatar.js +18 -18
  54. package/components/Badge/Badge.js +11 -11
  55. package/components/Badge/BadgeDot.js +8 -8
  56. package/components/Badge/components/BadgeContent.js +16 -16
  57. package/components/Badge/components/BadgePostfix.js +6 -6
  58. package/components/Badge/components/BadgePrefix.js +6 -6
  59. package/components/Body/Body.js +6 -6
  60. package/components/Button/Button.js +64 -87
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +65 -64
  63. package/components/Button/ButtonDropdownExtended.js +4 -4
  64. package/components/Button/ButtonIcon.js +17 -19
  65. package/components/Calendar/Calendar.js +17 -17
  66. package/components/Calendar/components/CalendarControls.js +5 -5
  67. package/components/Calendar/components/CalendarFooter.js +1 -1
  68. package/components/Calendar/components/CalendarViewDays.js +1 -1
  69. package/components/Calendar/components/CalendarViewItem.js +1 -1
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +16 -16
  73. package/components/Card/CardStatic.js +2 -2
  74. package/components/Card/components/CardContent/CardContent.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  78. package/components/Card/components/CardMedia.js +1 -1
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +1 -1
  81. package/components/Checkbox/Checkbox.js +33 -32
  82. package/components/Checkbox/CheckboxXGroup.js +17 -16
  83. package/components/Checkbox/CheckboxYGroup.js +11 -10
  84. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  88. package/components/Chip/Chip.js +3 -2
  89. package/components/Chip/ChipClearButton.js +5 -5
  90. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  91. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  92. package/components/Chip/ChipDropdownArrow.js +5 -5
  93. package/components/Chip/ChipIcon.js +1 -1
  94. package/components/Chip/ChipMultiselect.js +1 -1
  95. package/components/Chip/ChipOptions.js +9 -9
  96. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  97. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  98. package/components/Chip/ChipSort.js +38 -43
  99. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  100. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  101. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  102. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +11 -11
  103. package/components/Chip/index.js +1 -1
  104. package/components/ChipGroup/ChipGroup.js +7 -7
  105. package/components/Col/Col.js +134 -134
  106. package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
  107. package/components/Confirm/Confirm.js +1 -1
  108. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  109. package/components/Confirm/components/ConfirmContent.js +1 -1
  110. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  111. package/components/Confirm/components/ConfirmControls.js +1 -1
  112. package/components/DateField/DateField.js +1 -1
  113. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  114. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  115. package/components/DateRange/DateRange.js +12 -12
  116. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  117. package/components/DesignTokens/components/AlertProcess.js +1 -1
  118. package/components/Divider/Divider.js +17 -17
  119. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  120. package/components/Dropdown/desktop/DropdownDesktop.js +19 -19
  121. package/components/Dropdown/desktop/DropdownList.js +1 -1
  122. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  123. package/components/Dropdown/desktop/index.js +1 -1
  124. package/components/Dropdown/index.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
  136. package/components/Ellipsis/Ellipsis.js +8 -8
  137. package/components/EmptyView/EmptyView.js +78 -0
  138. package/components/EmptyView/enums.js +5 -0
  139. package/components/EmptyView/index.js +7 -0
  140. package/components/EmptyView/types.js +2 -0
  141. package/components/ExpandAnimation/ExpandAnimation.js +19 -19
  142. package/components/Footer/Footer.js +1 -1
  143. package/components/Footer/components/FooterDescription.js +1 -1
  144. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  145. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  146. package/components/FormField/FormField.js +21 -21
  147. package/components/FormField/components/FormFieldClear.js +4 -4
  148. package/components/FormField/components/FormFieldCounter.js +4 -4
  149. package/components/FormField/components/FormFieldDescription.js +5 -5
  150. package/components/FormField/components/FormFieldInput.js +1 -1
  151. package/components/FormField/components/FormFieldLabel.js +7 -7
  152. package/components/FormField/components/FormFieldMaskedInput.js +17 -17
  153. package/components/FormField/components/FormFieldPostfix.js +7 -7
  154. package/components/FormField/components/FormFieldPrefix.js +9 -9
  155. package/components/FormField/components/FormFieldTarget.js +8 -8
  156. package/components/FormField/components/FormFieldTextarea.js +16 -16
  157. package/components/FormField/components/index.js +1 -1
  158. package/components/FormField/index.js +1 -1
  159. package/components/Header/Header.js +1 -1
  160. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  163. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  164. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  165. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  166. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  167. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  168. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  169. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  170. package/components/HelpBox/HelpBox.js +92 -88
  171. package/components/IconWrapper/IconWrapper.js +27 -0
  172. package/components/IconWrapper/index.js +5 -0
  173. package/components/Island/Island.js +1 -1
  174. package/components/Island/components/IslandBody.js +1 -1
  175. package/components/Island/components/IslandFooter.js +5 -5
  176. package/components/Island/components/IslandHeader.js +3 -3
  177. package/components/Island/utils.js +1 -1
  178. package/components/IslandAccordion/IslandAccordion.js +2 -2
  179. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  180. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  181. package/components/IslandAccordion/components/IslandAccordionItem.js +27 -27
  182. package/components/IslandWidget/IslandWidget.js +11 -11
  183. package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +1 -1
  185. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  186. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  190. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  191. package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
  192. package/components/LightBox/LightBox.js +37 -34
  193. package/components/LightBox/LightBoxContent.js +1 -1
  194. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  195. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  196. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  197. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +12 -12
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
  204. package/components/LightBox/enums.js +5 -0
  205. package/components/LightBox/index.js +4 -2
  206. package/components/Link/Link.js +40 -39
  207. package/components/List/List.js +3 -3
  208. package/components/List/components/ListEmptyState.js +5 -5
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +12 -12
  211. package/components/List/components/ListItemControls.js +6 -6
  212. package/components/List/components/ListItemControlsButton.js +3 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +24 -25
  214. package/components/List/components/ListItemLoading.js +6 -6
  215. package/components/List/components/ListItemSelectable.js +13 -13
  216. package/components/List/components/ListItemTable.js +7 -7
  217. package/components/List/components/ListItemTailLeft.js +1 -1
  218. package/components/List/components/ListItemTailRight.js +1 -1
  219. package/components/List/components/ListSortableItem.js +6 -6
  220. package/components/List/components/ListSortableItemControls.js +1 -1
  221. package/components/List/components/ListSortableItemTarget.js +10 -10
  222. package/components/List/index.js +1 -1
  223. package/components/ListMaster/ListMaster.js +1 -1
  224. package/components/ListMaster/components/ListMasterBody.js +1 -1
  225. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  226. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  227. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  228. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  229. package/components/ListMaster/components/ListMasterHeader.js +1 -1
  230. package/components/ListMaster/components/SelectionControls.js +6 -6
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
  233. package/components/LoaderScreen/LoaderScreen.js +1 -1
  234. package/components/Marker/Marker.js +1 -1
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +15 -15
  237. package/components/ModalWindow/ModalWindow.js +1 -1
  238. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  239. package/components/ModalWindow/components/ModalWindowClose.js +3 -3
  240. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  241. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  242. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  243. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +1 -1
  247. package/components/Notification/Notification.js +2 -2
  248. package/components/Notification/NotificationGrouped.js +1 -1
  249. package/components/Notification/components/NotificationBody.js +1 -1
  250. package/components/Notification/components/NotificationBodyList.js +1 -1
  251. package/components/Notification/components/NotificationClose.js +1 -1
  252. package/components/Notification/components/NotificationFooter.js +1 -1
  253. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  254. package/components/Notification/components/NotificationHeader.js +1 -1
  255. package/components/Notification/components/NotificationIcon.js +1 -1
  256. package/components/Notification/components/NotificationTime.js +1 -1
  257. package/components/NumberField/NumberFieldInput.js +1 -1
  258. package/components/OrderedList/OrderedList.js +20 -15
  259. package/components/OrderedList/OrderedListItem.js +2 -2
  260. package/components/Overlay/Overlay.js +1 -1
  261. package/components/Overlay/OverlayMask.js +1 -1
  262. package/components/Overlay/OverlayPanel.js +1 -1
  263. package/components/Page/Page.js +1 -1
  264. package/components/Page/components/BodyPage.js +15 -15
  265. package/components/Page/components/FooterPage.js +1 -1
  266. package/components/Page/components/HeaderPage.js +1 -1
  267. package/components/Pagination/components/PaginationExtended.js +6 -6
  268. package/components/Pagination/components/PaginationNavigationButton.js +5 -5
  269. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  270. package/components/Pagination/components/PaginationPageButton.js +4 -4
  271. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  272. package/components/Pagination/components/PaginationSelect.js +1 -1
  273. package/components/Radio/Radio.js +11 -11
  274. package/components/Radio/RadioXGroup.js +7 -7
  275. package/components/Radio/RadioYGroup.js +1 -1
  276. package/components/Row/Row.js +7 -7
  277. package/components/SMSField/SMSField.js +2 -2
  278. package/components/SMSField/components/RefreshIcon.js +1 -1
  279. package/components/SMSField/components/SMSFieldInput.js +2 -2
  280. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  281. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  282. package/components/SegmentedControl/SegmentedControl.js +11 -11
  283. package/components/SegmentedControl/SegmentedControlSegment.js +36 -41
  284. package/components/SelectExtendedField/SelectExtendedField.js +7 -7
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  286. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  287. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -89
  288. package/components/SelectField/SelectField.js +1 -1
  289. package/components/Skeleton/Skeleton.js +9 -9
  290. package/components/SliderExtended/SliderExtended.js +2 -2
  291. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
  292. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  293. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  294. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  295. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +14 -14
  296. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +23 -23
  297. package/components/SmallInput/SmallInput.js +3 -3
  298. package/components/Spoiler/Spoiler.js +10 -10
  299. package/components/StatusTracker/StatusTracker.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  301. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  302. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  303. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  304. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  305. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  306. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  307. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  308. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  309. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  310. package/components/Step/Step.js +14 -14
  311. package/components/Stepper/RightBorderArrow.js +1 -1
  312. package/components/Stepper/Stepper.js +6 -6
  313. package/components/Stepper/StepperExtended.js +4 -4
  314. package/components/Stepper/StepperStep.js +63 -65
  315. package/components/Stepper/StepperWrapper.js +5 -5
  316. package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
  317. package/components/SuggestField/SuggestField.js +2 -2
  318. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  319. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  320. package/components/SuggestField/index.js +1 -1
  321. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  322. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  323. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  324. package/components/SuggestField/mobile/index.js +1 -1
  325. package/components/SwipeableArea/SwipeableArea.js +10 -10
  326. package/components/Table/FilterPanel.js +5 -5
  327. package/components/Table/MasterTable.js +2 -2
  328. package/components/Table/NoColumns.js +3 -3
  329. package/components/Table/PaginationPanel.js +2 -2
  330. package/components/Table/TableBasic/TableBasic.js +1 -1
  331. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  332. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  333. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  334. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  335. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
  337. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  338. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
  340. package/components/Table/TableFooter/TableFooter.js +1 -1
  341. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  342. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  343. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  345. package/components/Table/TabsLinePanel.js +2 -2
  346. package/components/Table/TabsLinePanelLinks.js +5 -5
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +20 -20
  349. package/components/TabsExtended/TabsExtended.js +2 -2
  350. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  351. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  352. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  353. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  354. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  355. package/components/TabsExtended/utils.js +1 -1
  356. package/components/TabsLine/TabsLine.js +1 -1
  357. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  358. package/components/TabsLine/components/TabsLineDropdown.js +17 -17
  359. package/components/TabsLine/components/TabsLineItem.js +1 -1
  360. package/components/TabsLine/components/TabsLineMobile.js +8 -8
  361. package/components/Tag/Tag.js +15 -15
  362. package/components/TagColor/TagColor.js +14 -14
  363. package/components/TagGroup/TagGroup.js +10 -10
  364. package/components/TextField/TextField.js +1 -1
  365. package/components/TextareaField/TextareaField.js +1 -1
  366. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  367. package/components/Tooltip/components/common/TooltipLink.js +3 -3
  368. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  369. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  370. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  371. package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
  372. package/components/TopOverlay/TopOverlay.js +14 -14
  373. package/components/TreeView/TreeView.js +1 -1
  374. package/components/TreeView/components/TreeViewGroup.js +1 -1
  375. package/components/TreeView/components/TreeViewNode.js +1 -1
  376. package/components/Typography/Caption.js +21 -21
  377. package/components/Typography/CodeText.js +6 -6
  378. package/components/Typography/Text.js +16 -16
  379. package/components/Typography/Title.js +18 -18
  380. package/components/Typography/constants.js +1 -1
  381. package/components/UnorderedList/UnorderedList.js +5 -5
  382. package/components/UnorderedList/UnorderedListItem.js +11 -11
  383. package/components/UploadZone/UploadZone.js +2 -2
  384. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  385. package/components/index.js +591 -581
  386. package/index.d.ts +80 -14
  387. package/index.js +639 -629
  388. package/package.json +9 -1
  389. package/styles/triplex-next.css +541 -541
  390. package/chunks/AlertProcessSpoiler-80EWxnlw.js +0 -39
  391. package/chunks/Card.module-CUXrlJIK.js +0 -17
  392. package/chunks/CheckboxTreeExtended.module-Ie0bCwhb.js +0 -15
  393. package/chunks/Chip-DxpL0kHg.js +0 -104
  394. package/chunks/Confirm.module-Cr5VrxP0.js +0 -15
  395. package/chunks/DropdownMobile.module-C3vVcwH8.js +0 -23
  396. package/chunks/Footer.module-SSgVxTxk.js +0 -9
  397. package/chunks/HeaderLayoutSidebar.module-D8g1wOUn.js +0 -9
  398. package/chunks/HeaderTabs.module-BvkH88vz.js +0 -9
  399. package/chunks/IslandAccordion.module-C00y6r96.js +0 -25
  400. package/chunks/IslandWidgetFooter.module-DrJEO_uY.js +0 -9
  401. package/chunks/IslandWidgetHeader.module-Dn_9gy4B.js +0 -12
  402. package/chunks/LightBoxContent-JnifyJVA.js +0 -56
  403. package/chunks/LightBoxControls.module-sVFD1v0Y.js +0 -16
  404. package/chunks/LightBoxSideOverlayClose.module-D-_ry0KX.js +0 -9
  405. package/chunks/ListItemControlsButton-BZ5uutQX.js +0 -51
  406. package/chunks/ListItemTail.module-Dx6BEkhi.js +0 -12
  407. package/chunks/ListMasterFooter.module-wZeGRX3y.js +0 -10
  408. package/chunks/ModalWindow.module-Cn_qF5og.js +0 -17
  409. package/chunks/Notification.module-ytSUjaU2.js +0 -20
  410. package/chunks/Overlay.module-0Rx__Ctf.js +0 -18
  411. package/chunks/Page.module-BWR-liu5.js +0 -11
  412. package/chunks/SMSField.module-CjgotURM.js +0 -16
  413. package/chunks/SliderExtendedMarks.module-BEldseQH.js +0 -15
  414. package/chunks/StatusTracker.module-DSJGmASX.js +0 -24
  415. package/chunks/TableFooter.module-BE2n5_2S.js +0 -14
  416. package/chunks/TabsExtended.module-BVEU3Ags.js +0 -16
  417. package/chunks/TabsLine.module-QKvdCYgI.js +0 -21
  418. package/chunks/TooltipDesktop.module-LbV07iSe.js +0 -19
  419. package/chunks/TreeView.module-KRwuysl3.js +0 -9
  420. package/chunks/utils-CjaG-bCZ.js +0 -24
  421. package/chunks/utils-DaknoeiF.js +0 -73
@@ -3,12 +3,12 @@ import { c as i } from "../../../chunks/vendor-DudMBGKr.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__2494dc1d", l = {
6
+ const a = "modalWindowBody__e19c6e7c", e = {
7
7
  modalWindowBody: a
8
8
  }, w = ({ children: o, className: d, ...m }) => /* @__PURE__ */ s(
9
9
  n,
10
10
  {
11
- className: i(l.modalWindowBody, d),
11
+ className: i(e.modalWindowBody, d),
12
12
  type: r.TYPE_1,
13
13
  size: t.MD,
14
14
  ...m,
@@ -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 a = "modalWindowClose__b760e26a", C = {
10
- modalWindowClose: a
9
+ const C = "modalWindowClose__014d7413", a = {
10
+ modalWindowClose: C
11
11
  }, p = (t) => {
12
12
  const e = n(null);
13
- return /* @__PURE__ */ o("div", { className: C.modalWindowClose, children: /* @__PURE__ */ o(r, { eventKeyCode: m.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
13
+ return /* @__PURE__ */ o("div", { className: a.modalWindowClose, children: /* @__PURE__ */ o(r, { eventKeyCode: m.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
14
14
  i,
15
15
  {
16
16
  title: "Закрыть",
@@ -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-DudMBGKr.js";
3
3
  import { LoaderScreen as i } from "../../LoaderScreen/LoaderScreen.js";
4
- import { s as o } from "../../../chunks/ModalWindow.module-Cn_qF5og.js";
4
+ import { s as o } from "../../../chunks/ModalWindow.module-CBYym922.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-DudMBGKr.js";
5
- const t = "modalWindowHeader__2a507acb", s = {
5
+ const t = "modalWindowHeader__76253375", s = {
6
6
  modalWindowHeader: t
7
7
  }, o = ({ className: a, children: d, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, a), ...r, type: i.FIRST, children: d });
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 h, useEffect as u, useLayoutEffect as p } from "react";
3
3
  import { h as g, i as W, p as a } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { Portal as M } from "../../Portal/Portal.js";
5
- import { s as R } from "../../../chunks/ModalWindow.module-Cn_qF5og.js";
5
+ import { s as R } from "../../../chunks/ModalWindow.module-CBYym922.js";
6
6
  const s = "modalWindowViewManagerNodeId", z = () => {
7
7
  const [d, c] = r(), [t, l] = r(), o = h(null), n = () => {
8
8
  if (o.current) {
@@ -4,7 +4,7 @@ import { g as a } from "../../../chunks/vendor-DudMBGKr.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-D_36RD5A.js";
7
+ import "../../../chunks/DropdownListItem-DEiNYa7V.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,31 +1,31 @@
1
- import { jsxs as r, jsx as c } from "react/jsx-runtime";
1
+ import { jsxs as c, jsx as r } from "react/jsx-runtime";
2
2
  import { useContext as m } from "react";
3
- import { MultiselectFieldContext as a } from "../MultiselectFieldContext.js";
4
- import { createSizeToClassNameMap as i } from "../../../utils/classNameMaps.js";
3
+ import { MultiselectFieldContext as i } from "../MultiselectFieldContext.js";
4
+ import { createSizeToClassNameMap as a } from "../../../utils/classNameMaps.js";
5
5
  import { c as d } from "../../../chunks/vendor-DudMBGKr.js";
6
6
  import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
7
- const _ = "multiselectFieldContent__ff2841b6", C = "loaderScreen__be2038ee", f = "sm__84660ada", u = "md__995b00ba", x = "lg__ad74bcd5", e = {
7
+ const _ = "multiselectFieldContent__dc1a79f9", C = "loaderScreen__6737e62c", u = "sm__d7102ad9", f = "md__2c9e7500", x = "lg__08b6e864", e = {
8
8
  multiselectFieldContent: _,
9
9
  loaderScreen: C,
10
- sm: f,
11
- md: u,
10
+ sm: u,
11
+ md: f,
12
12
  lg: x
13
- }, b = i(e), j = ({
13
+ }, F = a(e), j = ({
14
14
  children: t,
15
15
  className: o,
16
16
  loading: s,
17
17
  ...l
18
18
  }) => {
19
- const { size: n } = m(a);
20
- return /* @__PURE__ */ r(
19
+ const { size: n } = m(i);
20
+ return /* @__PURE__ */ c(
21
21
  "div",
22
22
  {
23
23
  tabIndex: -1,
24
- className: d(e.multiselectFieldContent, b[n], o),
24
+ className: d(e.multiselectFieldContent, F[n], o),
25
25
  ...l,
26
26
  children: [
27
27
  t,
28
- s && /* @__PURE__ */ c(p, { type: "small", className: e.loaderScreen })
28
+ s && /* @__PURE__ */ r(p, { type: "small", className: e.loaderScreen })
29
29
  ]
30
30
  }
31
31
  );
@@ -1,6 +1,6 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import { c as s } from "../../../chunks/vendor-DudMBGKr.js";
3
- const i = "multiselectFieldFooter__5d75556e", c = {
3
+ const i = "multiselectFieldFooter__6007db60", c = {
4
4
  multiselectFieldFooter: i
5
5
  }, m = ({
6
6
  children: e,
@@ -1,6 +1,6 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-DudMBGKr.js";
3
- const i = "multiselectFieldHeader__d9d3832c", c = {
3
+ const i = "multiselectFieldHeader__4d021555", c = {
4
4
  multiselectFieldHeader: i
5
5
  }, m = ({
6
6
  children: e,
@@ -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-ytSUjaU2.js";
7
+ import { s as i } from "../../chunks/Notification.module-DxdRS8Y5.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": "1.24.0",
27
+ "data-tx": "1.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-ytSUjaU2.js";
3
+ import { s as e } from "../../chunks/Notification.module-DxdRS8Y5.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-ytSUjaU2.js";
6
+ import { s as f } from "../../../chunks/Notification.module-DxdRS8Y5.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-ytSUjaU2.js";
4
+ import { s as a } from "../../../chunks/Notification.module-DxdRS8Y5.js";
5
5
  import { c as e } from "../../../chunks/vendor-DudMBGKr.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-ytSUjaU2.js";
8
+ import { s as m } from "../../../chunks/Notification.module-DxdRS8Y5.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-ytSUjaU2.js";
2
+ import { s as i } from "../../../chunks/Notification.module-DxdRS8Y5.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-DudMBGKr.js";
3
- import { s as o } from "../../../chunks/Notification.module-ytSUjaU2.js";
3
+ import { s as o } from "../../../chunks/Notification.module-DxdRS8Y5.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-ytSUjaU2.js";
2
+ import { s as a } from "../../../chunks/Notification.module-DxdRS8Y5.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-ytSUjaU2.js";
2
+ import { s as t } from "../../../chunks/Notification.module-DxdRS8Y5.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-ytSUjaU2.js";
2
+ import { s as t } from "../../../chunks/Notification.module-DxdRS8Y5.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-C7aO7-c1.js";
6
+ import { F as d } from "../../chunks/FormFieldInput-DtYGQ_bi.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
- import { jsx as d } from "react/jsx-runtime";
2
- import s from "react";
3
- import { c as o } from "../../chunks/vendor-DudMBGKr.js";
4
- import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const a = "orderedList__8b908dda", m = {
6
- orderedList: a
7
- }, c = Object.assign(
8
- s.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ d(
1
+ import { jsx as s } from "react/jsx-runtime";
2
+ import i from "react";
3
+ import { c as m } from "../../chunks/vendor-DudMBGKr.js";
4
+ import { OrderedListItem as a } from "./OrderedListItem.js";
5
+ const c = "orderedList__8cce94f1", 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: o(m.orderedList, r),
12
- ...e,
13
- "data-tx": "1.24.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": "1.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
@@ -6,7 +6,7 @@ import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
7
7
  import { Text as d } from "../Typography/Text.js";
8
8
  import "../Typography/Title.js";
9
- const a = "orderedListItem__5bb2ac32", p = {
9
+ const a = "orderedListItem__1636dc43", p = {
10
10
  orderedListItem: a
11
11
  }, c = m.forwardRef(
12
12
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
@@ -16,7 +16,7 @@ const a = "orderedListItem__5bb2ac32", p = {
16
16
  size: s.B3,
17
17
  tag: "li",
18
18
  ...e,
19
- "data-tx": "1.24.0",
19
+ "data-tx": "1.25.0",
20
20
  ref: r
21
21
  }
22
22
  )
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-DudMBGKr.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-0Rx__Ctf.js";
7
+ import { s as r } from "../../chunks/Overlay.module-BNFZ_rbt.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-DudMBGKr.js";
4
- import { s as a } from "../../chunks/Overlay.module-0Rx__Ctf.js";
4
+ import { s as a } from "../../chunks/Overlay.module-BNFZ_rbt.js";
5
5
  const f = l.forwardRef(
6
6
  ({ className: r, opened: s, ...e }, o) => /* @__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 d } from "../../chunks/vendor-DudMBGKr.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-0Rx__Ctf.js";
5
+ import { s as e } from "../../chunks/Overlay.module-BNFZ_rbt.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-DudMBGKr.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-BWR-liu5.js";
7
+ import { s as o } from "../../chunks/Page.module-C50cd0OD.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -1,25 +1,25 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import m from "react";
2
+ import g from "react";
3
3
  import { Body as c } from "../../Body/Body.js";
4
- import { c as d } from "../../../chunks/vendor-DudMBGKr.js";
4
+ import { c as m } from "../../../chunks/vendor-DudMBGKr.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
7
  import { EIslandType as M } from "../../Island/enums.js";
8
- const f = "bodyPage__8178b5fb", P = "verticalMargin24__7641a4ea", b = "verticalMargin16__7bdf2db6", o = {
9
- bodyPage: f,
10
- verticalMargin24: P,
11
- verticalMargin16: b
12
- }, v = {
13
- [r.LARGE]: o.verticalMargin24,
14
- [r.SMALL]: o.verticalMargin16
15
- }, _ = m.forwardRef(
16
- ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...e }, i) => {
17
- const t = d(s, o.bodyPage, v[g]);
18
- return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
8
+ const P = "bodyPage__8d76c77e", f = "verticalMargin24__37ed001b", v = "verticalMargin16__5bd0cbc6", e = {
9
+ bodyPage: P,
10
+ verticalMargin24: f,
11
+ verticalMargin16: v
12
+ }, _ = {
13
+ [r.LARGE]: e.verticalMargin24,
14
+ [r.SMALL]: e.verticalMargin16
15
+ }, b = g.forwardRef(
16
+ ({ className: s, type: l, size: n, verticalMargin: d = r.LARGE, ...o }, i) => {
17
+ const t = m(s, e.bodyPage, _[d]);
18
+ return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
19
19
  }
20
20
  );
21
- _.displayName = "BodyPage";
21
+ b.displayName = "BodyPage";
22
22
  export {
23
- _ as BodyPage
23
+ b 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 c } from "../../../chunks/Page.module-BWR-liu5.js";
12
+ import { s as c } from "../../../chunks/Page.module-C50cd0OD.js";
13
13
  const w = Object.assign(
14
14
  F.forwardRef(
15
15
  ({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
@@ -6,7 +6,7 @@ import { c as p } from "../../../chunks/vendor-DudMBGKr.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-BWR-liu5.js";
9
+ import { s as i } from "../../../chunks/Page.module-C50cd0OD.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,14 +1,14 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { c as d } from "../../../chunks/vendor-DudMBGKr.js";
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { c as o } from "../../../chunks/vendor-DudMBGKr.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__5b7f5cb6", s = {
4
+ const r = "paginationExtended__7b88decc", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
- ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ d(
8
8
  "nav",
9
9
  {
10
- className: d(s.paginationExtended, a),
11
- "data-tx": "1.24.0",
10
+ className: o(s.paginationExtended, a),
11
+ "data-tx": "1.25.0",
12
12
  ...n,
13
13
  ref: e,
14
14
  children: t
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import c from "react";
2
+ import r from "react";
3
3
  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__2604f4d4", N = "directionIconNext__1a7219da", n = {
7
+ const g = "paginationNavigationButton__cdbb0a5e", N = "directionIconNext__4bc58c47", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, d = c.forwardRef(
10
+ }, d = r.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
- const r = i === s.BACK;
12
+ const c = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
14
14
  p,
15
15
  {
@@ -17,7 +17,7 @@ const g = "paginationNavigationButton__2604f4d4", N = "directionIconNext__1a7219
17
17
  shape: m.SQUIRCLE,
18
18
  ...a,
19
19
  ref: e,
20
- children: r ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
20
+ children: c ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
21
21
  }
22
22
  );
23
23
  }
@@ -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-DudMBGKr.js";
4
- const g = "paginationNavigationExtended__e7f1ec48", r = {
4
+ const g = "paginationNavigationExtended__7d343631", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: t, ...i }, n) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, t), ...i, ref: n, children: a })
@@ -1,17 +1,17 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as p } from "../../../chunks/vendor-DudMBGKr.js";
4
- import { ETextSize as c } from "../../Typography/enums.js";
4
+ import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
- import { Text as g } from "../../Typography/Text.js";
7
+ import { Text as c } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
9
  import "../../Button/Button.js";
10
10
  import { ButtonBase as s } from "../../Button/ButtonBase.js";
11
11
  import "../../Button/ButtonIcon.js";
12
12
  import "../../Button/ButtonDropdown.js";
13
13
  import "../../Button/ButtonDropdownExtended.js";
14
- const u = "paginationPageButton__486b5cb8", P = "currentPage__8192ce0c", a = {
14
+ const u = "paginationPageButton__c81123bd", P = "currentPage__b981b2e0", a = {
15
15
  paginationPageButton: u,
16
16
  currentPage: P
17
17
  }, f = m.forwardRef(
@@ -28,7 +28,7 @@ const u = "paginationPageButton__486b5cb8", P = "currentPage__8192ce0c", a = {
28
28
  "aria-live": t ? "polite" : void 0,
29
29
  ...e,
30
30
  ref: n,
31
- children: /* @__PURE__ */ o(g, { size: c.B3, children: i })
31
+ children: /* @__PURE__ */ o(c, { size: g.B3, children: i })
32
32
  }
33
33
  )
34
34
  );
@@ -6,7 +6,7 @@ import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
7
  import { Text as l } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
- const n = "paginationPageEllipsis__cb271b9a", m = {
9
+ const n = "paginationPageEllipsis__0fbf0a14", m = {
10
10
  paginationPageEllipsis: n
11
11
  }, g = e.forwardRef(
12
12
  ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
@@ -8,7 +8,7 @@ import { Text as g } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
9
  import { SelectField as u } from "../../SelectField/SelectField.js";
10
10
  import { EComponentSize as x } from "../../../enums/EComponentSize.js";
11
- const _ = "paginationSelect__dae43305", b = "paginationSelectControl__d4c4cbb5", o = {
11
+ const _ = "paginationSelect__60cb78a8", b = "paginationSelectControl__d39b5d10", o = {
12
12
  paginationSelect: _,
13
13
  paginationSelectControl: b
14
14
  }, C = m.forwardRef(
@@ -1,14 +1,14 @@
1
- import { jsxs as b, jsx as i } from "react/jsx-runtime";
1
+ import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as d } from "../../chunks/vendor-DudMBGKr.js";
4
- import { ETextSize as c } from "../Typography/enums.js";
3
+ import { c as m } from "../../chunks/vendor-DudMBGKr.js";
4
+ import { ETextSize as d } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
7
7
  import { Text as x } from "../Typography/Text.js";
8
8
  import "../Typography/Title.js";
9
9
  import { EComponentSize as s } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
- const y = "label__d0cd9841", M = "sm__11c0f720", T = "nonempty__7eab772a", S = "md__25cf7c73", g = "lg__7f19ca6b", u = "disabled__5dcef3b2", I = "radio__f24d6a01", R = "radioIcon__0ca9deae", a = {
11
+ const y = "label__00cd1632", M = "sm__707b0b6a", T = "nonempty__2a5dccbf", S = "md__cde65fe7", g = "lg__9dc92ad4", u = "disabled__8ddc6b07", I = "radio__84b26ff5", R = "radioIcon__4aa296d6", a = {
12
12
  label: y,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -18,18 +18,18 @@ const y = "label__d0cd9841", M = "sm__11c0f720", T = "nonempty__7eab772a", S = "
18
18
  radio: I,
19
19
  radioIcon: R
20
20
  }, B = {
21
- [s.LG]: c.B2,
22
- [s.MD]: c.B3,
23
- [s.SM]: c.B4
21
+ [s.LG]: d.B2,
22
+ [s.MD]: d.B3,
23
+ [s.SM]: d.B4
24
24
  }, C = z(a), h = N.forwardRef((n, r) => {
25
- const { children: e, className: l, disabled: m, labelAttributes: o, size: t = s.MD, ...p } = n, _ = d(a.radio, l, C[t]), f = d(
25
+ const { children: e, className: l, disabled: c, labelAttributes: o, size: t = s.MD, ...p } = n, _ = m(a.radio, l, C[t]), b = m(
26
26
  a.label,
27
27
  a[t],
28
- { [a.disabled]: !!m, [a.nonempty]: !!e },
28
+ { [a.disabled]: !!c, [a.nonempty]: !!e },
29
29
  o == null ? void 0 : o.className
30
30
  );
31
- return /* @__PURE__ */ b("label", { ...o, className: f, "data-tx": "1.24.0", children: [
32
- /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: m, ...p, ref: r }),
31
+ return /* @__PURE__ */ f("label", { ...o, className: b, "data-tx": "1.25.0", children: [
32
+ /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: r }),
33
33
  /* @__PURE__ */ i("span", { className: a.radioIcon }),
34
34
  e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
35
35
  ] });
@@ -1,14 +1,14 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-DudMBGKr.js";
3
- const _ = "radioXGroup__b0608b33", c = "label__d0cd9841", n = {
3
+ const _ = "radioXGroup__63e8b1ef", c = "label__00cd1632", n = {
4
4
  radioXGroup: _,
5
- "indent-12": "indent-12__575069be",
5
+ "indent-12": "indent-12__18513021",
6
6
  label: c,
7
- "indent-16": "indent-16__d236fbd7",
8
- "indent-20": "indent-20__5a4e21f9",
9
- "indent-24": "indent-24__c22ed686",
10
- "indent-28": "indent-28__b28ad044",
11
- "indent-32": "indent-32__fa153859"
7
+ "indent-16": "indent-16__906a8712",
8
+ "indent-20": "indent-20__8b78ada3",
9
+ "indent-24": "indent-24__52fd3add",
10
+ "indent-28": "indent-28__70d37cc0",
11
+ "indent-32": "indent-32__4e813114"
12
12
  }, l = (d) => {
13
13
  const { children: e, className: i, indent: o = 12, ...t } = d, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
14
  return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: e });
@@ -1,6 +1,6 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
2
  import { c as p } from "../../chunks/vendor-DudMBGKr.js";
3
- const t = "radioYGroup__5ffb5048", d = {
3
+ const t = "radioYGroup__183160b7", d = {
4
4
  radioYGroup: t
5
5
  }, e = (o) => {
6
6
  const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);