@sberbusiness/triplex-next 0.24.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 (420) hide show
  1. package/README.md +0 -1
  2. package/chunks/AlertProcessSpoiler-DF_eSZ-p.js +41 -0
  3. package/chunks/{CalendarViewItem-DuqIjj7K.js → CalendarViewItem-CQErGrhc.js} +26 -26
  4. package/chunks/Card.module-Ce9rAKOc.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-Cj2c6m06.js +15 -0
  6. package/chunks/Chip-BEnNi0nL.js +77 -0
  7. package/chunks/Confirm.module-CbAi5bkG.js +15 -0
  8. package/chunks/{DropdownListItem-D_38hBVf.js → DropdownListItem-wT8cLRdZ.js} +14 -14
  9. package/chunks/DropdownMobile.module-rYB54yd0.js +23 -0
  10. package/chunks/Footer.module-CzJ_N1fs.js +9 -0
  11. package/chunks/{FormFieldInput-CP3P-T8_.js → FormFieldInput-Dj2JAqj2.js} +12 -12
  12. package/chunks/HeaderLayoutSidebar.module-HXJhEmKU.js +9 -0
  13. package/chunks/HeaderTabs.module-CjapozXy.js +9 -0
  14. package/chunks/{HeaderTitle.module-CoThbDwW.js → HeaderTitle.module-SmVWml2y.js} +2 -2
  15. package/chunks/IslandAccordion.module-YvqRlzmi.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-iMuqKnPP.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CnPne0Uq.js +12 -0
  18. package/chunks/LightBoxContent-DlDaCKV4.js +63 -0
  19. package/chunks/LightBoxControls.module-laAGRPrR.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-B3L_EV1B.js +9 -0
  21. package/chunks/ListItemControlsButton-UKjqQcv7.js +59 -0
  22. package/chunks/ListItemTail.module-igeWTjyg.js +12 -0
  23. package/chunks/ListMasterFooter.module-C0eM4fK4.js +10 -0
  24. package/chunks/ModalWindow.module-Cpk4uhwk.js +17 -0
  25. package/chunks/Notification.module-9japFkgv.js +20 -0
  26. package/chunks/Overlay.module-B3Az7dZS.js +18 -0
  27. package/chunks/Page.module-DOHwIYM4.js +11 -0
  28. package/chunks/{RightBorderArrow-TcR9E_47.js → RightBorderArrow-C6j8565V.js} +9 -9
  29. package/chunks/SMSField.module-BOpUjsSJ.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-cdkiaSbT.js +15 -0
  31. package/chunks/{SliderExtendedRail-DawwH3OZ.js → SliderExtendedRail-jfLPbgEp.js} +9 -9
  32. package/chunks/StatusTracker.module-OAxbFucN.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-_Gn-OMhG.js → SuggestFieldMobileDropdownHint-CCyHjS-V.js} +6 -6
  34. package/chunks/TableFooter.module-CGWCS8e3.js +14 -0
  35. package/chunks/TabsExtended.module-BJOWXSHt.js +16 -0
  36. package/chunks/TabsLine.module-BsiLhw0I.js +21 -0
  37. package/chunks/TooltipDesktop.module-DVp6GHr8.js +19 -0
  38. package/chunks/TreeView.module-C2WPNvMq.js +9 -0
  39. package/chunks/{UploadZoneInput-DmnrQ-pa.js → UploadZoneInput-DYiPRAAI.js} +2 -2
  40. package/chunks/{constants-BECBzrfZ.js → constants-Ctks52i0.js} +14 -14
  41. package/chunks/utils-Bz5uKYQD.js +24 -0
  42. package/chunks/{utils-BlzKyU4p.js → utils-C6a9XDaC.js} +5 -5
  43. package/chunks/{utils-WHBUmZgw.js → utils-CrkRbGiM.js} +9 -9
  44. package/chunks/{utils-C9aEOF3O.js → utils-QVs0E_e3.js} +15 -15
  45. package/components/Alert/AlertContext/AlertContext.js +28 -28
  46. package/components/Alert/AlertProcess/AlertProcess.js +41 -34
  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 +2 -2
  52. package/components/AmountField/AmountField.js +1 -1
  53. package/components/Avatar/Avatar.js +8 -8
  54. package/components/Badge/Badge.js +15 -15
  55. package/components/Badge/BadgeDot.js +6 -6
  56. package/components/Badge/components/BadgeContent.js +18 -18
  57. package/components/Badge/components/BadgePostfix.js +4 -4
  58. package/components/Badge/components/BadgePrefix.js +6 -6
  59. package/components/Body/Body.js +8 -8
  60. package/components/Button/Button.js +63 -86
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +63 -62
  63. package/components/Button/ButtonDropdownExtended.js +1 -1
  64. package/components/Button/ButtonIcon.js +17 -19
  65. package/components/Calendar/Calendar.js +20 -20
  66. package/components/Calendar/components/CalendarControls.js +9 -9
  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 +8 -8
  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 +34 -33
  82. package/components/Checkbox/CheckboxXGroup.js +18 -17
  83. package/components/Checkbox/CheckboxYGroup.js +8 -7
  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 +6 -6
  90. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  91. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  92. package/components/Chip/ChipDropdownArrow.js +4 -4
  93. package/components/Chip/ChipIcon.js +1 -1
  94. package/components/Chip/ChipMultiselect.js +1 -1
  95. package/components/Chip/ChipOptions.js +5 -5
  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 +2 -2
  103. package/components/Chip/index.js +1 -1
  104. package/components/ChipGroup/ChipGroup.js +5 -5
  105. package/components/Col/Col.js +136 -136
  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 +4 -4
  115. package/components/DateRange/DateRange.js +13 -13
  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 +6 -6
  120. package/components/Dropdown/desktop/DropdownDesktop.js +22 -22
  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 +2 -2
  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 +7 -7
  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 +17 -17
  147. package/components/FormField/components/FormFieldClear.js +8 -8
  148. package/components/FormField/components/FormFieldCounter.js +5 -5
  149. package/components/FormField/components/FormFieldDescription.js +7 -7
  150. package/components/FormField/components/FormFieldInput.js +1 -1
  151. package/components/FormField/components/FormFieldLabel.js +6 -6
  152. package/components/FormField/components/FormFieldMaskedInput.js +9 -9
  153. package/components/FormField/components/FormFieldPostfix.js +5 -5
  154. package/components/FormField/components/FormFieldPrefix.js +7 -7
  155. package/components/FormField/components/FormFieldTarget.js +12 -12
  156. package/components/FormField/components/FormFieldTextarea.js +11 -11
  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 +5 -5
  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 +3 -3
  176. package/components/Island/components/IslandHeader.js +1 -1
  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 +28 -28
  182. package/components/IslandWidget/IslandWidget.js +21 -21
  183. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +10 -10
  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 +1 -1
  192. package/components/LightBox/LightBox.js +36 -33
  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 +11 -11
  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 +1 -1
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +3 -3
  204. package/components/LightBox/enums.js +5 -0
  205. package/components/LightBox/index.js +4 -2
  206. package/components/Link/Link.js +42 -41
  207. package/components/List/List.js +4 -4
  208. package/components/List/components/ListEmptyState.js +4 -4
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +8 -8
  211. package/components/List/components/ListItemControls.js +5 -5
  212. package/components/List/components/ListItemControlsButton.js +3 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +29 -30
  214. package/components/List/components/ListItemLoading.js +1 -1
  215. package/components/List/components/ListItemSelectable.js +4 -4
  216. package/components/List/components/ListItemTable.js +6 -6
  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 +4 -4
  220. package/components/List/components/ListSortableItemControls.js +5 -5
  221. package/components/List/components/ListSortableItemTarget.js +12 -12
  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 +1 -1
  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 +10 -10
  230. package/components/ListMaster/components/SelectionControls.js +6 -6
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
  233. package/components/LoaderScreen/LoaderScreen.js +11 -11
  234. package/components/Marker/Marker.js +1 -1
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +7 -7
  237. package/components/ModalWindow/ModalWindow.js +1 -1
  238. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  239. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  240. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  241. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  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 +8 -8
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  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 +19 -14
  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 +4 -4
  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 +2 -2
  268. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  269. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  270. package/components/Pagination/components/PaginationPageButton.js +5 -5
  271. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  272. package/components/Pagination/components/PaginationSelect.js +7 -7
  273. package/components/Radio/Radio.js +11 -11
  274. package/components/Radio/RadioXGroup.js +13 -13
  275. package/components/Radio/RadioYGroup.js +5 -5
  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 +17 -17
  283. package/components/SegmentedControl/SegmentedControlSegment.js +37 -42
  284. package/components/SelectExtendedField/SelectExtendedField.js +1 -1
  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 +90 -90
  288. package/components/SelectField/SelectField.js +1 -1
  289. package/components/Skeleton/Skeleton.js +8 -8
  290. package/components/SliderExtended/SliderExtended.js +2 -2
  291. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  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 +5 -5
  296. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
  297. package/components/SmallInput/SmallInput.js +6 -6
  298. package/components/Spoiler/Spoiler.js +18 -18
  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 +11 -11
  311. package/components/Stepper/RightBorderArrow.js +1 -1
  312. package/components/Stepper/Stepper.js +16 -16
  313. package/components/Stepper/StepperExtended.js +4 -4
  314. package/components/Stepper/StepperStep.js +63 -65
  315. package/components/Stepper/StepperWrapper.js +2 -2
  316. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  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 +8 -8
  326. package/components/Table/FilterPanel.js +2 -2
  327. package/components/Table/MasterTable.js +6 -6
  328. package/components/Table/NoColumns.js +6 -6
  329. package/components/Table/PaginationPanel.js +4 -4
  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 +9 -9
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
  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 +1 -1
  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 +6 -6
  346. package/components/Table/TabsLinePanelLinks.js +1 -1
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +18 -18
  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 +9 -9
  361. package/components/Tag/Tag.js +25 -25
  362. package/components/TagColor/TagColor.js +10 -10
  363. package/components/TagGroup/TagGroup.js +7 -7
  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 +7 -7
  372. package/components/TopOverlay/TopOverlay.js +24 -24
  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 +19 -19
  377. package/components/Typography/CodeText.js +7 -7
  378. package/components/Typography/Text.js +9 -9
  379. package/components/Typography/Title.js +10 -10
  380. package/components/Typography/constants.js +1 -1
  381. package/components/UnorderedList/UnorderedList.js +7 -7
  382. package/components/UnorderedList/UnorderedListItem.js +2 -2
  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-BofkfSM8.js +0 -39
  391. package/chunks/Card.module-Cok9cKxI.js +0 -17
  392. package/chunks/CheckboxTreeExtended.module-D_OBlNho.js +0 -15
  393. package/chunks/Chip-CFtA5mp4.js +0 -104
  394. package/chunks/Confirm.module-BgCUAiCk.js +0 -15
  395. package/chunks/DropdownMobile.module-Bccjckjq.js +0 -23
  396. package/chunks/Footer.module-CkVvrPtL.js +0 -9
  397. package/chunks/HeaderLayoutSidebar.module-Ci8iAZs7.js +0 -9
  398. package/chunks/HeaderTabs.module-2vtcjdH_.js +0 -9
  399. package/chunks/IslandAccordion.module-DLanAkfo.js +0 -25
  400. package/chunks/IslandWidgetFooter.module-kdzBJDuu.js +0 -9
  401. package/chunks/IslandWidgetHeader.module-BAcC1EB8.js +0 -12
  402. package/chunks/LightBoxContent-hyVn3q-T.js +0 -56
  403. package/chunks/LightBoxControls.module-CTUWde8O.js +0 -16
  404. package/chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js +0 -9
  405. package/chunks/ListItemControlsButton-BFfMrFr7.js +0 -51
  406. package/chunks/ListItemTail.module-BOV7kcBg.js +0 -12
  407. package/chunks/ListMasterFooter.module-DT_P8Iub.js +0 -10
  408. package/chunks/ModalWindow.module-DZdMA7rm.js +0 -17
  409. package/chunks/Notification.module-CJl-qcj8.js +0 -20
  410. package/chunks/Overlay.module-Buw8PcSy.js +0 -18
  411. package/chunks/Page.module-DIObxp8c.js +0 -11
  412. package/chunks/SMSField.module-B170OigL.js +0 -16
  413. package/chunks/SliderExtendedMarks.module-SBpITDrZ.js +0 -15
  414. package/chunks/StatusTracker.module-BT9AMEAv.js +0 -24
  415. package/chunks/TableFooter.module-DaFHVJUx.js +0 -14
  416. package/chunks/TabsExtended.module-vg1pJlhg.js +0 -16
  417. package/chunks/TabsLine.module-h8aBK1Tw.js +0 -21
  418. package/chunks/TooltipDesktop.module-oXI2FLzE.js +0 -19
  419. package/chunks/TreeView.module-C6t2uuwa.js +0 -9
  420. package/chunks/utils-BI5x-xfE.js +0 -24
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-CJl-qcj8.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-CJl-qcj8.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-CJl-qcj8.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-CJl-qcj8.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-CJl-qcj8.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-CP3P-T8_.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 d from "react";
3
- import { c as o } from "../../chunks/vendor---Om3uMV.js";
4
- import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__d4023b2e", a = {
6
- orderedList: m
7
- }, c = Object.assign(
8
- d.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: o(a.orderedList, r),
12
- ...e,
13
- "data-tx": "0.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": "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
@@ -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__849a858f", p = {
9
+ const a = "orderedListItem__f42b2199", p = {
10
10
  orderedListItem: a
11
11
  }, f = m.forwardRef(
12
12
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
@@ -16,7 +16,7 @@ const a = "orderedListItem__849a858f", p = {
16
16
  size: s.B3,
17
17
  tag: "li",
18
18
  ...e,
19
- "data-tx": "0.24.0",
19
+ "data-tx": "0.25.0",
20
20
  ref: r
21
21
  }
22
22
  )
@@ -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-Buw8PcSy.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-Buw8PcSy.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-Buw8PcSy.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-DIObxp8c.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) {
@@ -4,9 +4,9 @@ import { Body as c } from "../../Body/Body.js";
4
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 f = "bodyPage__f83e3061", P = "verticalMargin24__9b7d0f8b", v = "verticalMargin16__367ba840", o = {
9
- bodyPage: f,
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
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
12
12
  }, b = {
@@ -15,7 +15,7 @@ const f = "bodyPage__f83e3061", P = "verticalMargin24__9b7d0f8b", v = "verticalM
15
15
  }, _ = m.forwardRef(
16
16
  ({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
17
17
  const t = d(s, o.bodyPage, b[g]);
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 });
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
21
  _.displayName = "BodyPage";
@@ -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-DIObxp8c.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-DIObxp8c.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__1ebe5bd7", 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.24.0",
11
+ "data-tx": "0.25.0",
12
12
  ...a,
13
13
  ref: e,
14
14
  children: t
@@ -4,7 +4,7 @@ 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__83843261", N = "directionIconNext__bdfceb8b", n = {
7
+ const g = "paginationNavigationButton__a0245572", N = "directionIconNext__5539978d", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
10
  }, I = c.forwardRef(
@@ -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__9398a7ec", 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 })
@@ -11,10 +11,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 P = "paginationPageButton__6c5fc4b3", f = "currentPage__d9bb709f", a = {
14
+ const P = "paginationPageButton__aa9c36b6", u = "currentPage__abc7bf4a", a = {
15
15
  paginationPageButton: P,
16
- currentPage: f
17
- }, u = m.forwardRef(
16
+ currentPage: u
17
+ }, f = m.forwardRef(
18
18
  ({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
19
19
  s,
20
20
  {
@@ -32,8 +32,8 @@ const P = "paginationPageButton__6c5fc4b3", f = "currentPage__d9bb709f", a = {
32
32
  }
33
33
  )
34
34
  );
35
- u.displayName = "PaginationPageButton";
35
+ f.displayName = "PaginationPageButton";
36
36
  export {
37
- u as PaginationPageButton
37
+ f as PaginationPageButton
38
38
  };
39
39
  //# sourceMappingURL=PaginationPageButton.js.map
@@ -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__593bec62", m = {
9
+ const n = "paginationPageEllipsis__ec6a0261", 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 })
@@ -1,28 +1,28 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
3
  import { u as S, c as d } from "../../../chunks/vendor---Om3uMV.js";
4
- import { ETextSize as g } from "../../Typography/enums.js";
4
+ import { ETextSize as f } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
- import { Text as f } from "../../Typography/Text.js";
7
+ import { Text as g } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
9
  import { SelectField as x } from "../../SelectField/SelectField.js";
10
10
  import { EComponentSize as u } from "../../../enums/EComponentSize.js";
11
- const C = "paginationSelect__70754ba8", b = "paginationSelectControl__a2642c73", o = {
11
+ const C = "paginationSelect__54cfb393", b = "paginationSelectControl__0484ecc0", o = {
12
12
  paginationSelect: C,
13
13
  paginationSelectControl: b
14
14
  }, z = m.forwardRef(
15
- ({ paginationLabel: e, className: a, options: n, value: r, onChange: l }, c) => {
15
+ ({ paginationLabel: e, className: n, options: a, value: r, onChange: l }, c) => {
16
16
  const [i] = p(() => `Pagination-${S()}`);
17
- return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, a), ref: c, children: [
18
- /* @__PURE__ */ t(f, { size: g.B3, id: i, children: e }),
17
+ return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
18
+ /* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
19
19
  /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  x,
21
21
  {
22
22
  size: u.SM,
23
23
  value: r,
24
24
  mobileTitle: e,
25
- options: n,
25
+ options: a,
26
26
  onChange: l,
27
27
  targetProps: {
28
28
  fieldLabel: ""
@@ -1,6 +1,6 @@
1
1
  import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as r } from "../../chunks/vendor---Om3uMV.js";
3
+ import { c as d } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { ETextSize as m } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
@@ -8,7 +8,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__7a24f902", M = "sm__a1075c48", T = "nonempty__93e10bf6", S = "md__e43e5e1a", g = "lg__a8071fd9", I = "disabled__000b6630", R = "radio__038a5441", u = "radioIcon__7d488283", o = {
11
+ const y = "label__cc88a94d", M = "sm__edfbd0e8", T = "nonempty__c0e4d330", S = "md__9a13d60c", g = "lg__bc95b430", I = "disabled__006f9a10", R = "radio__a6b21a20", u = "radioIcon__236ad963", a = {
12
12
  label: y,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -21,16 +21,16 @@ const y = "label__7a24f902", M = "sm__a1075c48", T = "nonempty__93e10bf6", S = "
21
21
  [s.LG]: m.B2,
22
22
  [s.MD]: m.B3,
23
23
  [s.SM]: m.B4
24
- }, C = z(o), h = N.forwardRef((c, d) => {
25
- const { children: e, className: l, disabled: n, labelAttributes: a, size: t = s.MD, ...p } = c, _ = r(o.radio, l, C[t]), b = r(
26
- o.label,
27
- o[t],
28
- { [o.disabled]: !!n, [o.nonempty]: !!e },
29
- a == null ? void 0 : a.className
24
+ }, C = z(a), h = N.forwardRef((n, r) => {
25
+ const { children: e, className: l, disabled: c, labelAttributes: o, size: t = s.MD, ...p } = n, _ = d(a.radio, l, C[t]), b = d(
26
+ a.label,
27
+ a[t],
28
+ { [a.disabled]: !!c, [a.nonempty]: !!e },
29
+ o == null ? void 0 : o.className
30
30
  );
31
- return /* @__PURE__ */ f("label", { ...a, className: b, "data-tx": "0.24.0", children: [
32
- /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: n, ...p, ref: d }),
33
- /* @__PURE__ */ i("span", { className: o.radioIcon }),
31
+ return /* @__PURE__ */ f("label", { ...o, className: b, "data-tx": "0.25.0", children: [
32
+ /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: r }),
33
+ /* @__PURE__ */ i("span", { className: a.radioIcon }),
34
34
  e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
35
35
  ] });
36
36
  });
@@ -1,17 +1,17 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import { c as s } from "../../chunks/vendor---Om3uMV.js";
3
- const c = "radioXGroup__669e0e0d", _ = "label__7a24f902", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__c97cb9ef",
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { c } from "../../chunks/vendor---Om3uMV.js";
3
+ const s = "radioXGroup__6cfa78d6", _ = "label__cc88a94d", n = {
4
+ radioXGroup: s,
5
+ "indent-12": "indent-12__d5c0455d",
6
6
  label: _,
7
- "indent-16": "indent-16__e31604f4",
8
- "indent-20": "indent-20__64d0cc93",
9
- "indent-24": "indent-24__46ed9e5c",
10
- "indent-28": "indent-28__b830e466",
11
- "indent-32": "indent-32__5099b2e3"
12
- }, l = (e) => {
13
- const { children: d, className: i, indent: o = 12, ...t } = e, r = s(n.radioXGroup, n[`indent-${o}`], i);
14
- return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...t, children: d });
7
+ "indent-16": "indent-16__d0f4b3af",
8
+ "indent-20": "indent-20__15c7b0c9",
9
+ "indent-24": "indent-24__7ec0188c",
10
+ "indent-28": "indent-28__8288e284",
11
+ "indent-32": "indent-32__2565d96b"
12
+ }, l = (d) => {
13
+ const { children: e, className: i, indent: o = 12, ...t } = d, a = c(n.radioXGroup, n[`indent-${o}`], i);
14
+ return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: e });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,10 +1,10 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as p } from "../../chunks/vendor---Om3uMV.js";
3
- const t = "radioYGroup__af8b193c", d = {
4
- radioYGroup: t
2
+ import { c } from "../../chunks/vendor---Om3uMV.js";
3
+ const p = "radioYGroup__d8f14dd3", t = {
4
+ radioYGroup: p
5
5
  }, e = (o) => {
6
- const { children: r, className: s, ...a } = o, c = p(d.radioYGroup, s);
7
- return /* @__PURE__ */ i("div", { className: c, role: "radiogroup", ...a, children: r });
6
+ const { children: r, className: s, ...a } = o, d = c(t.radioYGroup, s);
7
+ return /* @__PURE__ */ i("div", { className: d, role: "radiogroup", ...a, children: r });
8
8
  };
9
9
  e.displayName = "RadioYGroup";
10
10
  export {
@@ -1,11 +1,11 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import { c } from "../../chunks/vendor---Om3uMV.js";
3
- const m = "row__c4e7abde", e = "noPaddingBottom__ed558b32", o = {
4
- row: m,
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as m } from "../../chunks/vendor---Om3uMV.js";
3
+ const a = "row__f20db8ee", e = "noPaddingBottom__474c4406", o = {
4
+ row: a,
5
5
  noPaddingBottom: e
6
- }, i = ({ children: t, className: n, paddingBottom: s = !0, ...d }) => {
7
- const r = c(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ a("div", { className: r, ...d, children: t });
6
+ }, i = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
+ const d = m(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ c("div", { className: d, ...r, children: t });
9
9
  };
10
10
  i.displayName = "Row";
11
11
  export {
@@ -6,7 +6,7 @@ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
6
6
  import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
7
7
  import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
8
8
  import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
9
- import { s } from "../../chunks/SMSField.module-B170OigL.js";
9
+ import { s } from "../../chunks/SMSField.module-BOpUjsSJ.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
11
  const I = z(s), e = (r) => {
12
12
  const { children: m, className: l, code: a, disabled: d, error: S, onChangeCode: p, onSubmitCode: c, size: o, ...n } = r, [f, u] = i(!0), [b, M] = i(), F = C(s.smsField, l);
@@ -26,7 +26,7 @@ const I = z(s), e = (r) => {
26
26
  sizeClassName: I[o],
27
27
  tooltipId: b
28
28
  },
29
- children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.24.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.25.0", children: m })
30
30
  }
31
31
  );
32
32
  };
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as s } from "react/jsx-runtime";
2
2
  import { c as P } from "../../../chunks/vendor---Om3uMV.js";
3
- import { s as o } from "../../../chunks/SMSField.module-B170OigL.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-BOpUjsSJ.js";
4
4
  import { EComponentSize as u } from "../../../enums/EComponentSize.js";
5
5
  const r = "M2 10c0-4.42 3.58-8 8-8 2.52 0 4.77 1.16 6.24 3H13.5c-.56 0-1 .44-1 1 0 .55.44 1 1 1h5c.55 0 1-.45 1-1V1c0-.56-.45-1-1-1-.56 0-1 .44-1 1v2.38A10.02 10.02 0 0 0 10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 4.41-3.59 8-8 8-4.42 0-8-3.59-8-8", d = "M27 16c0 .81-.09 1.61-.27 2.39a10.9 10.9 0 0 1-1.54 3.65c-.41.62-.88 1.2-1.42 1.73-.53.54-1.11 1.01-1.73 1.42a10.906 10.906 0 0 1-3.65 1.54c-.78.18-1.58.27-2.39.27q-1.23 0-2.4-.27a10.9 10.9 0 0 1-3.65-1.54c-.62-.41-1.2-.88-1.73-1.42-.54-.53-1.01-1.11-1.42-1.73a10.906 10.906 0 0 1-1.54-3.65C5.08 17.61 5 16.81 5 16c0-.82.08-1.62.26-2.4A10.9 10.9 0 0 1 6.8 9.95c.41-.62.88-1.2 1.42-1.73.53-.54 1.11-1.01 1.73-1.42a10.906 10.906 0 0 1 3.65-1.54C14.38 5.08 15.18 5 16 5a11.1 11.1 0 0 1 2.93.39c.44.12.86.27 1.27.44.47.19.93.42 1.37.68.39.23.75.47 1.1.74.4.31.78.64 1.14 1 .06.06.12.13.19.2V6c0-.57.44-1 1-1s1 .43 1 1v5c0 .66-.34 1-1 1h-5c-.56 0-1-.44-1-1 0-.57.44-1 1-1h2.7c-.1-.12-.21-.23-.31-.34-.3-.3-.61-.58-.95-.83-.28-.21-.57-.41-.88-.59a8.753 8.753 0 0 0-3-1.11C17.05 7.04 16.53 7 16 7c-.69 0-1.35.07-2 .22-.52.11-1.02.27-1.51.48-.5.21-.97.47-1.42.76a9 9 0 0 0-2.61 2.61c-.29.45-.55.92-.76 1.42-.21.49-.37.99-.48 1.51A8.8 8.8 0 0 0 7 16c0 .68.07 1.34.22 1.99.11.52.27 1.02.48 1.51.21.5.47.97.76 1.42q.51.78 1.17 1.44c.45.44.92.83 1.44 1.17.45.29.92.55 1.42.76.49.21.99.37 1.51.48a8.803 8.803 0 0 0 3.99 0c.52-.11 1.02-.27 1.51-.48.5-.21.97-.47 1.42-.76a9 9 0 0 0 2.61-2.61c.29-.45.55-.92.76-1.42.21-.49.37-.99.48-1.51.15-.65.23-1.31.23-1.99 0-.57.44-1 1-1s1 .43 1 1", v = Math.PI / 180, e = Math.PI * 2, M = (c) => (c = c % 360, c = c < 0 ? 360 + c : c, c * v), n = M(-8), h = M(-19), m = h < n ? e - (n - h) : h - n, p = (c, t) => Math.round(c * Math.cos(t) * 1e3) / 1e3, f = (c, t) => Math.round(c * Math.sin(t) * 1e3) / 1e3, w = (c, t, a, l) => "M" + c + " " + t + // Смещаем перо в центр окружности.
6
6
  "L" + // Рисуем горизонтальную линию вправо в начало сектора.
@@ -5,7 +5,7 @@ import { EFormFieldStatus as l } from "../../FormField/enums.js";
5
5
  import "../../FormField/components/FormFieldClear.js";
6
6
  import { FormFieldCounter as j } from "../../FormField/components/FormFieldCounter.js";
7
7
  import { FormFieldDescription as y } from "../../FormField/components/FormFieldDescription.js";
8
- import { F as z } from "../../../chunks/FormFieldInput-CP3P-T8_.js";
8
+ import { F as z } from "../../../chunks/FormFieldInput-Dj2JAqj2.js";
9
9
  import "../../FormField/components/FormFieldLabel.js";
10
10
  import "../../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../../FormField/components/FormFieldPostfix.js";
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
15
15
  import { FormField as A } from "../../FormField/FormField.js";
16
16
  import { FormGroup as L } from "../../FormGroup/FormGroup.js";
17
17
  import { SMSFieldContext as O } from "../SMSFieldContext.js";
18
- import { s as _ } from "../../../chunks/SMSField.module-B170OigL.js";
18
+ import { s as _ } from "../../../chunks/SMSField.module-BOpUjsSJ.js";
19
19
  import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
20
20
  const w = new RegExp(/^[0-9]*$/), B = M.forwardRef(
21
21
  ({ className: f, counter: o, description: s, disabled: u, maxLength: c = 8, onChange: e, onKeyDown: i, placeholder: F, ...E }, S) => {
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as F } from "../../Button/enums.js";
10
10
  import { SMSFieldContext as u } from "../SMSFieldContext.js";
11
11
  import { RefreshIcon as z } from "./RefreshIcon.js";
12
- import { s as m } from "../../../chunks/SMSField.module-B170OigL.js";
12
+ import { s as m } from "../../../chunks/SMSField.module-BOpUjsSJ.js";
13
13
  const D = M(
14
14
  ({ className: l, disabled: r, countdownTime: e, countdownTimeLeft: s, onClick: t, onRefresh: p, ...f }, n) => {
15
15
  const { disabled: o, error: c, size: h, sizeClassName: d, tooltipId: S } = N(u), b = s > 0, a = o && !c || r || b, R = I(m.btnRefresh, d, l, {
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as x } from "../../Button/enums.js";
10
10
  import { SMSFieldContext as I } from "../SMSFieldContext.js";
11
11
  import { SubmitIcon as N } from "./SubmitIcon.js";
12
- import { s } from "../../../chunks/SMSField.module-B170OigL.js";
12
+ import { s } from "../../../chunks/SMSField.module-BOpUjsSJ.js";
13
13
  const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
14
14
  const {
15
15
  code: t,
@@ -1,16 +1,16 @@
1
1
  import { ESegmentedControlTheme as o, ESegmentedControlType as m } from "./enums.js";
2
2
  import { SegmentedControlSegment as y } from "./SegmentedControlSegment.js";
3
- import { jsx as d } from "react/jsx-runtime";
3
+ import { jsx as c } from "react/jsx-runtime";
4
4
  import E from "react";
5
- import { c as R } from "../../chunks/vendor---Om3uMV.js";
6
- import { SegmentedControlContext as T } from "./SegmentedControlContext.js";
7
- import { createSizeToClassNameMap as h } from "../../utils/classNameMaps.js";
8
- const x = "segmentedControl__ae3961af", L = "general1__c0914aed", A = "secondary1__5385d236", M = "general2__74e26d1a", b = "secondary2__a9330505", G = "sm__7a8d3864", O = "md__78a0a400", j = "lg__d4e670dd", e = {
9
- segmentedControl: x,
10
- general1: L,
11
- secondary1: A,
12
- general2: M,
13
- secondary2: b,
5
+ import { c as b } from "../../chunks/vendor---Om3uMV.js";
6
+ import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
7
+ import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
8
+ const h = "segmentedControl__53a26743", x = "general1__6ec4e268", L = "secondary1__3ab5d7c7", A = "general2__0081d11e", M = "secondary2__0e7796f1", G = "sm__060a0a4b", O = "md__72c3432b", j = "lg__9f5bb120", e = {
9
+ segmentedControl: h,
10
+ general1: x,
11
+ secondary1: L,
12
+ general2: A,
13
+ secondary2: M,
14
14
  sm: G,
15
15
  md: O,
16
16
  lg: j
@@ -19,14 +19,14 @@ const x = "segmentedControl__ae3961af", L = "general1__c0914aed", A = "secondary
19
19
  [o.GENERAL_2]: e.general2,
20
20
  [o.SECONDARY_1]: e.secondary1,
21
21
  [o.SECONDARY_2]: e.secondary2
22
- }, z = h(e), D = Object.assign(
22
+ }, z = T(e), D = Object.assign(
23
23
  E.forwardRef(
24
- ({ children: c, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...C }, f) => {
25
- const p = R(
24
+ ({ children: l, className: d, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...C }, f) => {
25
+ const p = b(
26
26
  e.segmentedControl,
27
27
  v[g],
28
28
  z[_],
29
- l
29
+ d
30
30
  ), S = ({
31
31
  selected: a,
32
32
  value: s
@@ -39,8 +39,8 @@ const x = "segmentedControl__ae3961af", L = "general1__c0914aed", A = "secondary
39
39
  t(a ? [...n, s] : [...n].filter((N) => N !== s));
40
40
  }
41
41
  };
42
- return /* @__PURE__ */ d(
43
- T.Provider,
42
+ return /* @__PURE__ */ c(
43
+ R.Provider,
44
44
  {
45
45
  value: {
46
46
  type: r,
@@ -48,7 +48,7 @@ const x = "segmentedControl__ae3961af", L = "general1__c0914aed", A = "secondary
48
48
  disabled: !!i,
49
49
  onSegmentSelect: S
50
50
  },
51
- children: /* @__PURE__ */ d("div", { className: p, ...C, "data-tx": "0.24.0", ref: f, children: c })
51
+ children: /* @__PURE__ */ c("div", { className: p, ...C, "data-tx": "0.25.0", ref: f, children: l })
52
52
  }
53
53
  );
54
54
  }