@sberbusiness/triplex-next 0.21.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (432) hide show
  1. package/README.md +54 -25
  2. package/chunks/AlertProcessSpoiler-BoQok_f3.js +39 -0
  3. package/chunks/CalendarViewItem-DKS15EZ4.js +101 -0
  4. package/chunks/Card.module-BmZKmkeY.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +15 -0
  6. package/chunks/Chip-D5zfQfAA.js +104 -0
  7. package/chunks/Confirm.module-CtbiIzcl.js +15 -0
  8. package/chunks/DropdownListItem-C4JE2xV7.js +65 -0
  9. package/chunks/DropdownMobile.module-BgSbdJtS.js +23 -0
  10. package/chunks/Footer.module-B469C_XO.js +9 -0
  11. package/chunks/FormFieldInput-Dr_WBweC.js +79 -0
  12. package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +9 -0
  13. package/chunks/HeaderTabs.module-4iOT34Zp.js +9 -0
  14. package/chunks/{HeaderTitle.module-Cg-I_NJG.js → HeaderTitle.module-D5yAgpuv.js} +2 -2
  15. package/chunks/IslandAccordion.module-mdAdZwJL.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-ClvLmtck.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +12 -0
  18. package/chunks/{LightBoxContent-BLPx_Tsf.js → LightBoxContent-Lme9r-vN.js} +12 -12
  19. package/chunks/LightBoxControls.module-qhDcQmnH.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +9 -0
  21. package/chunks/ListItemControlsButton-BLbj6vZS.js +51 -0
  22. package/chunks/ListItemTail.module-BAmXXpc5.js +12 -0
  23. package/chunks/ListMasterFooter.module-BhwH8qqm.js +10 -0
  24. package/chunks/ModalWindow.module-Ciwlg3WX.js +17 -0
  25. package/chunks/Notification.module-CjpGpuL7.js +20 -0
  26. package/chunks/Overlay.module-DPHcy5Kd.js +18 -0
  27. package/chunks/Page.module-98SUxLiM.js +11 -0
  28. package/chunks/{RightBorderArrow-1OX8NAL9.js → RightBorderArrow-CGThEmc4.js} +6 -6
  29. package/chunks/SMSField.module-k0lfRov5.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +15 -0
  31. package/chunks/{SliderExtendedRail-C_1LnK7I.js → SliderExtendedRail-C51TfjHY.js} +6 -6
  32. package/chunks/StatusTracker.module-BmBKiCLR.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-DNKfDfM3.js → SuggestFieldMobileDropdownHint-8Km5bFV3.js} +5 -5
  34. package/chunks/TableFooter.module-D0rUmZhB.js +14 -0
  35. package/chunks/TabsExtended.module-D5-U63Qf.js +16 -0
  36. package/chunks/TabsLine.module-DXlTUTm_.js +21 -0
  37. package/chunks/TooltipDesktop.module-D4z7cwlC.js +19 -0
  38. package/chunks/TreeView.module-DAOSEOZO.js +9 -0
  39. package/chunks/{UploadZoneInput-CIib3dEF.js → UploadZoneInput-onwF8t4d.js} +8 -8
  40. package/chunks/{constants-BamiEgAW.js → constants-CUVfo8-z.js} +7 -7
  41. package/chunks/{utils-Bt-cuXIX.js → utils-By-UAq7Y.js} +5 -5
  42. package/chunks/utils-CyxIcdb6.js +73 -0
  43. package/chunks/utils-DxMHp1hh.js +28 -0
  44. package/chunks/utils-SSwzNA1R.js +24 -0
  45. package/chunks/{vendor-DaOifQgP.js → vendor---Om3uMV.js} +43 -47
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +12 -12
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +3 -3
  52. package/components/AmountField/AmountField.js +9 -9
  53. package/components/Avatar/Avatar.js +7 -7
  54. package/components/Badge/Badge.js +2 -2
  55. package/components/Badge/BadgeDot.js +7 -7
  56. package/components/Badge/components/BadgeContent.js +11 -11
  57. package/components/Badge/components/BadgePostfix.js +10 -10
  58. package/components/Badge/components/BadgePrefix.js +5 -5
  59. package/components/Body/Body.js +7 -7
  60. package/components/Button/Button.js +24 -24
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +96 -83
  63. package/components/Button/ButtonDropdownExtended.js +9 -9
  64. package/components/Button/ButtonIcon.js +12 -12
  65. package/components/Calendar/Calendar.js +3 -3
  66. package/components/Calendar/components/CalendarControls.js +1 -1
  67. package/components/Calendar/components/CalendarFooter.js +3 -3
  68. package/components/Calendar/components/CalendarViewDays.js +2 -2
  69. package/components/Calendar/components/CalendarViewItem.js +2 -2
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +11 -11
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +5 -5
  81. package/components/Checkbox/Checkbox.js +6 -6
  82. package/components/Checkbox/CheckboxXGroup.js +14 -14
  83. package/components/Checkbox/CheckboxYGroup.js +4 -4
  84. package/components/CheckboxTree/index.js +6 -2
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  89. package/components/Chip/Chip.js +4 -3
  90. package/components/Chip/ChipClearButton.js +2 -2
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  93. package/components/Chip/ChipDropdownArrow.js +2 -2
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +2 -2
  96. package/components/Chip/ChipOptions.js +6 -6
  97. package/components/Chip/ChipSelect/ChipSelect.js +9 -10
  98. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  99. package/components/Chip/ChipSort.js +7 -8
  100. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -21
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  104. package/components/Chip/index.js +1 -1
  105. package/components/ChipGroup/ChipGroup.js +10 -10
  106. package/components/Col/Col.js +140 -140
  107. package/components/CollapsableTree/components/CollapsableTreeNode.js +10 -10
  108. package/components/Confirm/Confirm.js +2 -2
  109. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  110. package/components/Confirm/components/ConfirmContent.js +2 -2
  111. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  112. package/components/Confirm/components/ConfirmControls.js +2 -2
  113. package/components/DateField/DateField.js +5 -5
  114. package/components/DatePickerExtended/DatePickerExtended.js +3 -3
  115. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  116. package/components/DateRange/DateRange.js +18 -18
  117. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  118. package/components/DesignTokens/components/ListItem.js +4 -4
  119. package/components/DesignTokens/components/ListMaster.js +8 -8
  120. package/components/DesignTokens/components/Tabs.js +0 -18
  121. package/components/Divider/Divider.js +21 -21
  122. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  123. package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
  124. package/components/Dropdown/desktop/DropdownList.js +2 -2
  125. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  126. package/components/Dropdown/desktop/enums.js +7 -0
  127. package/components/Dropdown/desktop/index.js +8 -4
  128. package/components/Dropdown/index.js +24 -25
  129. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  136. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  140. package/components/Ellipsis/Ellipsis.js +13 -13
  141. package/components/ExpandAnimation/ExpandAnimation.js +14 -14
  142. package/components/Footer/Footer.js +1 -1
  143. package/components/Footer/components/FooterDescription.js +2 -2
  144. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  145. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  146. package/components/FormField/FormField.js +69 -77
  147. package/components/FormField/FormFieldContext.js +16 -14
  148. package/components/FormField/components/FormFieldClear.js +25 -23
  149. package/components/FormField/components/FormFieldCounter.js +1 -1
  150. package/components/FormField/components/FormFieldDescription.js +5 -5
  151. package/components/FormField/components/FormFieldInput.js +4 -3
  152. package/components/FormField/components/FormFieldLabel.js +30 -32
  153. package/components/FormField/components/FormFieldMaskedInput.js +27 -27
  154. package/components/FormField/components/FormFieldPostfix.js +8 -8
  155. package/components/FormField/components/FormFieldPrefix.js +5 -5
  156. package/components/FormField/components/FormFieldTarget.js +57 -49
  157. package/components/FormField/components/FormFieldTextarea.js +62 -35
  158. package/components/FormField/components/index.js +23 -0
  159. package/components/FormField/components/utils.js +5 -0
  160. package/components/FormField/index.js +25 -25
  161. package/components/Header/Header.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  165. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
  166. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  167. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  169. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  172. package/components/HelpBox/HelpBox.js +7 -7
  173. package/components/Island/Island.js +2 -2
  174. package/components/Island/components/IslandBody.js +4 -4
  175. package/components/Island/components/IslandFooter.js +4 -4
  176. package/components/Island/components/IslandHeader.js +2 -2
  177. package/components/Island/utils.js +1 -1
  178. package/components/IslandAccordion/IslandAccordion.js +3 -3
  179. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  180. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  181. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  182. package/components/IslandWidget/IslandWidget.js +21 -21
  183. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  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 +2 -2
  189. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  192. package/components/LightBox/LightBox.js +14 -14
  193. package/components/LightBox/LightBoxContent.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  195. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +17 -17
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
  204. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  205. package/components/Link/Link.js +14 -14
  206. package/components/List/List.js +10 -10
  207. package/components/List/ListSortable.js +1 -1
  208. package/components/List/components/ListEmptyState.js +6 -6
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +7 -7
  211. package/components/List/components/ListItemControls.js +6 -6
  212. package/components/List/components/ListItemControlsButton.js +2 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  214. package/components/List/components/ListItemLoading.js +13 -11
  215. package/components/List/components/ListItemSelectable.js +14 -14
  216. package/components/List/components/ListItemTable.js +17 -15
  217. package/components/List/components/ListItemTailLeft.js +2 -2
  218. package/components/List/components/ListItemTailRight.js +7 -15
  219. package/components/List/components/ListSortableItem.js +9 -9
  220. package/components/List/components/ListSortableItemControls.js +2 -2
  221. package/components/List/components/ListSortableItemTarget.js +6 -6
  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 +9 -13
  226. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  227. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  228. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  229. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  230. package/components/ListMaster/components/SelectionControls.js +3 -3
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  233. package/components/LoaderScreen/LoaderScreen.js +12 -12
  234. package/components/Marker/Marker.js +2 -2
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +9 -9
  237. package/components/ModalWindow/ModalWindow.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  239. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  240. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  242. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  243. package/components/MultiselectField/components/MultiselectFieldDropdown.js +44 -41
  244. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +27 -20
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  247. package/components/Notification/Notification.js +3 -3
  248. package/components/Notification/NotificationGrouped.js +1 -1
  249. package/components/Notification/components/NotificationBody.js +1 -1
  250. package/components/Notification/components/NotificationBodyList.js +2 -2
  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 +2 -2
  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 +5 -5
  258. package/components/OrderedList/OrderedList.js +3 -3
  259. package/components/OrderedList/OrderedListItem.js +7 -7
  260. package/components/Overlay/Overlay.js +2 -2
  261. package/components/Overlay/OverlayMask.js +2 -2
  262. package/components/Overlay/OverlayPanel.js +2 -2
  263. package/components/Page/Page.js +2 -2
  264. package/components/Page/components/BodyPage.js +14 -14
  265. package/components/Page/components/FooterPage.js +2 -2
  266. package/components/Page/components/HeaderPage.js +2 -2
  267. package/components/Page/components/useStickyCornerRadius.js +35 -32
  268. package/components/Pagination/components/PaginationExtended.js +8 -8
  269. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  270. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  271. package/components/Pagination/components/PaginationPageButton.js +11 -11
  272. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  273. package/components/Pagination/components/PaginationSelect.js +13 -13
  274. package/components/Pagination/utils/paginationUtils.js +1 -1
  275. package/components/Radio/Radio.js +8 -8
  276. package/components/Radio/RadioXGroup.js +12 -12
  277. package/components/Radio/RadioYGroup.js +9 -9
  278. package/components/Row/Row.js +6 -6
  279. package/components/SMSField/SMSField.js +3 -3
  280. package/components/SMSField/components/RefreshIcon.js +2 -2
  281. package/components/SMSField/components/SMSFieldInput.js +11 -11
  282. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  283. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  284. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  285. package/components/SegmentedControl/SegmentedControl.js +9 -9
  286. package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
  287. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  288. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  289. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
  290. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +16 -16
  291. package/components/SelectField/SelectField.js +54 -36
  292. package/components/Skeleton/Skeleton.js +8 -8
  293. package/components/SliderExtended/SliderExtended.js +3 -3
  294. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +29 -29
  295. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  296. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  297. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  298. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
  299. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +7 -7
  300. package/components/SmallInput/SmallInput.js +7 -7
  301. package/components/Spoiler/Spoiler.js +9 -9
  302. package/components/StatusTracker/StatusTracker.js +3 -3
  303. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  313. package/components/Step/Step.js +9 -9
  314. package/components/Stepper/RightBorderArrow.js +1 -1
  315. package/components/Stepper/Stepper.js +4 -4
  316. package/components/Stepper/StepperExtended.js +7 -7
  317. package/components/Stepper/StepperStep.js +3 -3
  318. package/components/Stepper/StepperWrapper.js +3 -3
  319. package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
  320. package/components/Suggest/useSuggest.js +1 -1
  321. package/components/SuggestField/SuggestField.js +6 -6
  322. package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
  323. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -29
  324. package/components/SuggestField/index.js +1 -1
  325. package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
  326. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +27 -26
  327. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  328. package/components/SuggestField/mobile/index.js +1 -1
  329. package/components/SwipeableArea/SwipeableArea.js +24 -24
  330. package/components/Table/FilterPanel.js +6 -6
  331. package/components/Table/MasterTable.js +9 -9
  332. package/components/Table/NoColumns.js +6 -6
  333. package/components/Table/PaginationPanel.js +3 -3
  334. package/components/Table/TableBasic/TableBasic.js +2 -2
  335. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  336. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  337. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  338. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  339. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
  340. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  341. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  342. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  343. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  344. package/components/Table/TableFooter/TableFooter.js +2 -2
  345. package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
  346. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  347. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  348. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  349. package/components/Table/TabsLinePanel.js +3 -3
  350. package/components/Table/TabsLinePanelLinks.js +2 -2
  351. package/components/Table/utils.js +1 -1
  352. package/components/Tabs/Tabs.js +16 -16
  353. package/components/TabsExtended/TabsExtended.js +22 -22
  354. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  355. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  356. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  357. package/components/TabsExtended/components/TabsExtendedTabButton.js +37 -18
  358. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  359. package/components/TabsExtended/utils.js +3 -3
  360. package/components/TabsLine/TabsLine.js +2 -2
  361. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  362. package/components/TabsLine/components/TabsLineDropdown.js +49 -47
  363. package/components/TabsLine/components/TabsLineItem.js +2 -2
  364. package/components/TabsLine/components/TabsLineMobile.js +3 -3
  365. package/components/Tag/Tag.js +24 -24
  366. package/components/TagColor/TagColor.js +11 -11
  367. package/components/TagGroup/TagGroup.js +9 -9
  368. package/components/TextField/TextField.js +1 -1
  369. package/components/TextareaField/TextareaField.js +5 -5
  370. package/components/ThemeProvider/ThemeProvider.js +18 -20
  371. package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
  372. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  373. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  374. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  375. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  376. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  377. package/components/Tooltip/components/mobile/TooltipMobile.js +11 -11
  378. package/components/TopOverlay/TopOverlay.js +21 -21
  379. package/components/TreeView/TreeView.js +2 -2
  380. package/components/TreeView/components/TreeViewGroup.js +1 -1
  381. package/components/TreeView/components/TreeViewNode.js +2 -2
  382. package/components/Typography/Caption.js +10 -10
  383. package/components/Typography/Text.js +19 -19
  384. package/components/Typography/Title.js +29 -29
  385. package/components/Typography/constants.js +1 -1
  386. package/components/UnorderedList/UnorderedList.js +7 -7
  387. package/components/UnorderedList/UnorderedListItem.js +11 -11
  388. package/components/UploadZone/UploadZone.js +3 -3
  389. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  390. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  391. package/components/index.js +541 -538
  392. package/index.d.ts +75 -31
  393. package/index.js +577 -574
  394. package/package.json +2 -3
  395. package/styles/triplex-next.css +541 -547
  396. package/utils/amountUtils.js +1 -1
  397. package/chunks/AlertProcessSpoiler-DxZ8QVn2.js +0 -39
  398. package/chunks/CalendarViewItem-D879SDC1.js +0 -101
  399. package/chunks/Card.module--O3Bx82B.js +0 -17
  400. package/chunks/CheckboxTreeExtended.module-Cw3yb-cF.js +0 -15
  401. package/chunks/Chip-M9mPbBOt.js +0 -90
  402. package/chunks/Confirm.module-DtBiR4Fo.js +0 -15
  403. package/chunks/DropdownListItem-BdLTF7q1.js +0 -65
  404. package/chunks/DropdownMobile.module-PpB3KA4H.js +0 -23
  405. package/chunks/Footer.module-Z4RIi8JP.js +0 -9
  406. package/chunks/FormFieldInput-C75omt8Y.js +0 -60
  407. package/chunks/HeaderLayoutSidebar.module-BJZj3qz4.js +0 -9
  408. package/chunks/HeaderTabs.module-ykRWLBUI.js +0 -9
  409. package/chunks/IslandAccordion.module-DE-xutGt.js +0 -25
  410. package/chunks/IslandWidgetFooter.module-DpnJPgi0.js +0 -9
  411. package/chunks/IslandWidgetHeader.module-lf-NGWlm.js +0 -12
  412. package/chunks/LightBoxControls.module-Cbi_wgHX.js +0 -16
  413. package/chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js +0 -9
  414. package/chunks/ListItemControlsButton-0bXNCLYU.js +0 -43
  415. package/chunks/ListItemTail.module-DFYWneN6.js +0 -12
  416. package/chunks/ListMasterFooter.module-CoXWM3Nq.js +0 -10
  417. package/chunks/ModalWindow.module-DqMffIcE.js +0 -17
  418. package/chunks/Notification.module-CPSD8BYw.js +0 -20
  419. package/chunks/Overlay.module-B5Hl3baB.js +0 -18
  420. package/chunks/Page.module-BbrHHqMK.js +0 -11
  421. package/chunks/SMSField.module-CPSjUBD-.js +0 -16
  422. package/chunks/SliderExtendedMarks.module-QNSG8UcN.js +0 -15
  423. package/chunks/StatusTracker.module-KkpUE8KY.js +0 -24
  424. package/chunks/TableFooter.module-OEvn0oaX.js +0 -14
  425. package/chunks/TabsExtended.module-B3Ti-48x.js +0 -16
  426. package/chunks/TabsLine.module-BgCBcRYT.js +0 -21
  427. package/chunks/TooltipDesktop.module-CC_4-ATz.js +0 -19
  428. package/chunks/TreeView.module-CmGHGs81.js +0 -9
  429. package/chunks/utils-C5IWf42V.js +0 -24
  430. package/chunks/utils-d7-rkiPs.js +0 -27
  431. package/chunks/utils-hbQGLR7K.js +0 -73
  432. package/components/Dropdown/enums.js +0 -8
@@ -1,44 +1,47 @@
1
- import { useEffect as v } from "react";
2
- function E(i) {
3
- let t = i;
4
- for (; t && t !== document.documentElement; ) {
5
- const e = getComputedStyle(t).overflowY;
6
- if (/(auto|scroll|overlay)/.test(e) && t.scrollHeight > t.clientHeight) return t;
7
- t = t.parentElement;
1
+ import { useEffect as g } from "react";
2
+ function L(c) {
3
+ let e = c;
4
+ for (; e && e !== document.documentElement; ) {
5
+ const t = getComputedStyle(e).overflowY;
6
+ if (/(auto|scroll|overlay)/.test(t)) return e;
7
+ e = e.parentElement;
8
8
  }
9
9
  return window;
10
10
  }
11
- function L(i, t, c = !0) {
12
- v(() => {
13
- const e = i.current;
14
- if (!e) return;
15
- const u = t === "top" ? "--r-top" : "--r-bottom";
16
- if (!c) {
17
- e.style.removeProperty(u), delete e.dataset.stuck;
11
+ function R(c, e, m = !0) {
12
+ g(() => {
13
+ const t = c.current;
14
+ if (!t) return;
15
+ const f = e === "top" ? "--r-top" : "--r-bottom";
16
+ if (!m) {
17
+ t.style.removeProperty(f), delete t.dataset.stuck;
18
18
  return;
19
19
  }
20
- const p = 24;
21
- let d = 0, r = 0, s = window, l = null;
22
- const m = () => {
23
- r = 0;
24
- const o = e.getBoundingClientRect(), n = s === window ? { top: 0, bottom: window.innerHeight } : s.getBoundingClientRect(), g = t === "top" ? o.top - (n.top + d) : n.bottom - d - o.bottom, f = Math.max(0, Math.min(p, g));
25
- e.style.setProperty(u, `${f}px`), f <= 0.5 ? e.dataset.stuck = "true" : delete e.dataset.stuck;
20
+ const v = 24;
21
+ let u = 0, i = 0, r = window, d = null, l = null;
22
+ const w = () => {
23
+ i = 0;
24
+ const n = t.getBoundingClientRect(), s = r === window ? { top: 0, bottom: window.innerHeight } : r.getBoundingClientRect(), o = e === "top" ? n.top - (s.top + u) : s.bottom - u - n.bottom, y = Math.max(0, Math.min(v, o));
25
+ t.style.setProperty(f, `${y}px`), y <= 0.5 ? t.dataset.stuck = "true" : delete t.dataset.stuck;
26
26
  }, a = () => {
27
- r || (r = requestAnimationFrame(m));
28
- }, y = () => {
29
- const o = getComputedStyle(e), n = t === "top" ? o.top : o.bottom;
30
- d = parseFloat(n || "0") || 0, s = E(e), l = s === window ? window : s, m(), l.addEventListener("scroll", a, { passive: !0 }), window.addEventListener("resize", a), window.addEventListener("transitionend", w);
31
- }, w = (o) => {
32
- o.target && o.target instanceof HTMLElement && o.target.classList && o.propertyName === "transform" && Array.from(o.target.classList).some(
33
- (n) => n.includes("lightBoxSideOverlayContent")
34
- ) && m();
27
+ i || (i = requestAnimationFrame(w));
28
+ }, E = () => {
29
+ const n = getComputedStyle(t), s = e === "top" ? n.top : n.bottom;
30
+ u = parseFloat(s || "0") || 0, r = L(t), d = r === window ? window : r, w(), d.addEventListener("scroll", a, { passive: !0 }), window.addEventListener("resize", a), window.addEventListener("transitionend", p), l = new ResizeObserver(a);
31
+ let o = t.parentElement;
32
+ for (; o && (l.observe(o), o !== r); )
33
+ o = o.parentElement;
34
+ }, p = (n) => {
35
+ n.target && n.target instanceof HTMLElement && n.target.classList && n.propertyName === "transform" && Array.from(n.target.classList).some(
36
+ (s) => s.includes("lightBoxSideOverlayContent")
37
+ ) && w();
35
38
  };
36
- return setTimeout(y, 100), () => {
37
- l && l.removeEventListener("scroll", a), window.removeEventListener("resize", a), window.removeEventListener("transitionend", w), r && cancelAnimationFrame(r);
39
+ return setTimeout(E, 100), () => {
40
+ d && d.removeEventListener("scroll", a), window.removeEventListener("resize", a), window.removeEventListener("transitionend", p), l == null || l.disconnect(), i && cancelAnimationFrame(i);
38
41
  };
39
- }, [i, t, c]);
42
+ }, [c, e, m]);
40
43
  }
41
44
  export {
42
- L as useStickyCornerRadius
45
+ R as useStickyCornerRadius
43
46
  };
44
47
  //# sourceMappingURL=useStickyCornerRadius.js.map
@@ -1,15 +1,15 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-DaOifQgP.js";
3
- import d from "react";
4
- const r = "paginationExtended__2a249c65", s = {
2
+ import { c as d } from "../../../chunks/vendor---Om3uMV.js";
3
+ import i from "react";
4
+ const r = "paginationExtended__f5edeb6e", s = {
5
5
  paginationExtended: r
6
- }, x = d.forwardRef(
7
- ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
6
+ }, x = i.forwardRef(
7
+ ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: i(s.paginationExtended, a),
11
- "data-tx": "0.21.0",
12
- ...n,
10
+ className: d(s.paginationExtended, n),
11
+ "data-tx": "0.23.0",
12
+ ...a,
13
13
  ref: e,
14
14
  children: t
15
15
  }
@@ -4,10 +4,10 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__c33eb961", N = "directionIconNext__8ef18d3b", n = {
7
+ const g = "paginationNavigationButton__d50dfbc6", N = "directionIconNext__429ab40e", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, I = c.forwardRef(
10
+ }, d = c.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
12
  const r = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__c33eb961", N = "directionIconNext__8ef18d
22
22
  );
23
23
  }
24
24
  );
25
- I.displayName = "PaginationNavigationButton";
25
+ d.displayName = "PaginationNavigationButton";
26
26
  export {
27
- I as PaginationNavigationButton
27
+ d as PaginationNavigationButton
28
28
  };
29
29
  //# sourceMappingURL=PaginationNavigationButton.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as d } from "../../../chunks/vendor-DaOifQgP.js";
4
- const g = "paginationNavigationExtended__b4255921", r = {
3
+ import { c as d } from "../../../chunks/vendor---Om3uMV.js";
4
+ const g = "paginationNavigationExtended__e47f7c5a", 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 })
@@ -1,33 +1,33 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as p } from "../../../chunks/vendor-DaOifQgP.js";
3
+ import { c as p } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
- import { Text as s } from "../../Typography/Text.js";
6
+ import { Text as c } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
8
  import "../../Button/Button.js";
9
- import { ButtonBase as c } from "../../Button/ButtonBase.js";
9
+ import { ButtonBase as s } from "../../Button/ButtonBase.js";
10
10
  import "../../Button/ButtonIcon.js";
11
11
  import "../../Button/ButtonDropdown.js";
12
12
  import "../../Button/ButtonDropdownExtended.js";
13
- const f = "paginationPageButton__7f2f5ff3", P = "currentPage__196d7e50", a = {
14
- paginationPageButton: f,
15
- currentPage: P
13
+ const P = "paginationPageButton__afc0d6ee", f = "currentPage__30f60c50", a = {
14
+ paginationPageButton: P,
15
+ currentPage: f
16
16
  }, u = m.forwardRef(
17
- ({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
18
- c,
17
+ ({ isCurrent: t = !1, children: e, className: i, ...r }, n) => /* @__PURE__ */ o(
18
+ s,
19
19
  {
20
20
  className: p(
21
21
  a.paginationPageButton,
22
22
  {
23
23
  [a.currentPage]: t
24
24
  },
25
- r
25
+ i
26
26
  ),
27
27
  "aria-live": t ? "polite" : void 0,
28
- ...e,
28
+ ...r,
29
29
  ref: n,
30
- children: /* @__PURE__ */ o(s, { size: g.B3, children: i })
30
+ children: /* @__PURE__ */ o(c, { size: g.B3, children: e })
31
31
  }
32
32
  )
33
33
  );
@@ -1,11 +1,11 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as p } from "../../../chunks/vendor-DaOifQgP.js";
2
+ import { c as p } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import e from "react";
4
4
  import { ETextSize as r } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import { Text as l } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
- const n = "paginationPageEllipsis__3e2b4597", m = {
8
+ const n = "paginationPageEllipsis__1ec5d04b", m = {
9
9
  paginationPageEllipsis: n
10
10
  }, g = e.forwardRef(
11
11
  ({ children: i, className: a, ...s }, o) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...s, ref: o, children: i })
@@ -1,26 +1,26 @@
1
- import { jsxs as s, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
- import { u as S, c as d } from "../../../chunks/vendor-DaOifQgP.js";
3
+ import { u as d, c as S } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { ETextSize as f } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import { Text as g } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
8
  import { SelectField as x } from "../../SelectField/SelectField.js";
9
9
  import { EComponentSize as u } from "../../../enums/EComponentSize.js";
10
- const C = "paginationSelect__1c894016", z = "paginationSelectControl__e311f602", o = {
10
+ const C = "paginationSelect__9c24b7f7", b = "paginationSelectControl__2a73d49d", o = {
11
11
  paginationSelect: C,
12
- paginationSelectControl: z
13
- }, P = m.forwardRef(
14
- ({ paginationLabel: t, className: n, options: a, value: r, onChange: l }, c) => {
15
- const [i] = p(() => `Pagination-${S()}`);
16
- return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
17
- /* @__PURE__ */ e(g, { size: f.B3, id: i, children: t }),
18
- /* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
12
+ paginationSelectControl: b
13
+ }, z = m.forwardRef(
14
+ ({ paginationLabel: e, className: n, options: a, value: r, onChange: l }, c) => {
15
+ const [i] = p(() => `Pagination-${d()}`);
16
+ return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, n), ref: c, children: [
17
+ /* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
18
+ /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
19
19
  x,
20
20
  {
21
21
  size: u.SM,
22
22
  value: r,
23
- mobileTitle: t,
23
+ mobileTitle: e,
24
24
  options: a,
25
25
  onChange: l,
26
26
  targetProps: {
@@ -32,8 +32,8 @@ const C = "paginationSelect__1c894016", z = "paginationSelectControl__e311f602",
32
32
  ] });
33
33
  }
34
34
  );
35
- P.displayName = "PaginationSelect";
35
+ z.displayName = "PaginationSelect";
36
36
  export {
37
- P as PaginationSelect
37
+ z as PaginationSelect
38
38
  };
39
39
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,4 +1,4 @@
1
- import { j as R } from "../../../chunks/vendor-DaOifQgP.js";
1
+ import { j as R } from "../../../chunks/vendor---Om3uMV.js";
2
2
  const m = -1, h = {
3
3
  // Создание массива чисел в заданном диапазоне с заданным шагом.
4
4
  generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
@@ -1,13 +1,13 @@
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 n } from "../../chunks/vendor-DaOifQgP.js";
3
+ import { c as n } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { ETextSize as m } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import { Text as x } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
8
  import { EComponentSize as s } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__e0a23862", M = "sm__f10d5ca9", T = "nonempty__716e13f1", S = "md__2fe62dae", g = "lg__9d9fa452", I = "disabled__836b2195", R = "radio__3d115247", u = "radioIcon__c4df8f8d", o = {
10
+ const y = "label__f3dfe08b", M = "sm__baa54dd6", T = "nonempty__99de520a", S = "md__a6286075", g = "lg__6b147066", I = "disabled__c91e250e", R = "radio__ccf38be8", u = "radioIcon__27397708", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -20,15 +20,15 @@ const y = "label__e0a23862", M = "sm__f10d5ca9", T = "nonempty__716e13f1", S = "
20
20
  [s.LG]: m.B2,
21
21
  [s.MD]: m.B3,
22
22
  [s.SM]: m.B4
23
- }, C = z(o), h = N.forwardRef((c, r) => {
24
- const { children: e, className: l, disabled: d, labelAttributes: a, size: t = s.MD, ...p } = c, _ = n(o.radio, l, C[t]), f = n(
23
+ }, C = z(o), h = N.forwardRef((d, r) => {
24
+ const { children: e, className: l, disabled: c, labelAttributes: a, size: t = s.MD, ...p } = d, _ = n(o.radio, l, C[t]), b = n(
25
25
  o.label,
26
26
  o[t],
27
- { [o.disabled]: !!d, [o.nonempty]: !!e },
27
+ { [o.disabled]: !!c, [o.nonempty]: !!e },
28
28
  a == null ? void 0 : a.className
29
29
  );
30
- return /* @__PURE__ */ b("label", { ...a, className: f, "data-tx": "0.21.0", children: [
31
- /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: d, ...p, ref: r }),
30
+ return /* @__PURE__ */ f("label", { ...a, className: b, "data-tx": "0.23.0", children: [
31
+ /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: r }),
32
32
  /* @__PURE__ */ i("span", { className: o.radioIcon }),
33
33
  e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
34
34
  ] });
@@ -1,17 +1,17 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import { c as s } from "../../chunks/vendor-DaOifQgP.js";
3
- const c = "radioXGroup__94063f6f", _ = "label__e0a23862", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__ff9e2e0b",
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { c } from "../../chunks/vendor---Om3uMV.js";
3
+ const s = "radioXGroup__c882217b", _ = "label__f3dfe08b", n = {
4
+ radioXGroup: s,
5
+ "indent-12": "indent-12__331e2a3f",
6
6
  label: _,
7
- "indent-16": "indent-16__8b85a047",
8
- "indent-20": "indent-20__9e2ca3c6",
9
- "indent-24": "indent-24__c1f7ef1c",
10
- "indent-28": "indent-28__788b383a",
11
- "indent-32": "indent-32__c1fb0183"
7
+ "indent-16": "indent-16__f462f78e",
8
+ "indent-20": "indent-20__c3b6c548",
9
+ "indent-24": "indent-24__c09623c8",
10
+ "indent-28": "indent-28__c843ac6e",
11
+ "indent-32": "indent-32__c1e531b1"
12
12
  }, l = (e) => {
13
- const { children: i, className: o, indent: t = 12, ...d } = e, a = s(n.radioXGroup, n[`indent-${t}`], o);
14
- return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...d, children: i });
13
+ const { children: i, className: o, indent: t = 12, ...d } = e, r = c(n.radioXGroup, n[`indent-${t}`], o);
14
+ return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...d, children: i });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,13 +1,13 @@
1
- import { jsx as i } from "react/jsx-runtime";
2
- import { c } from "../../chunks/vendor-DaOifQgP.js";
3
- const p = "radioYGroup__52fafe3e", t = {
4
- radioYGroup: p
5
- }, d = (o) => {
6
- const { children: r, className: s, ...a } = o, e = c(t.radioYGroup, s);
7
- return /* @__PURE__ */ i("div", { className: e, role: "radiogroup", ...a, children: r });
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as p } from "../../chunks/vendor---Om3uMV.js";
3
+ const t = "radioYGroup__42311535", d = {
4
+ radioYGroup: t
5
+ }, e = (o) => {
6
+ const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
7
+ return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
8
8
  };
9
- d.displayName = "RadioYGroup";
9
+ e.displayName = "RadioYGroup";
10
10
  export {
11
- d as RadioYGroup
11
+ e as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,11 +1,11 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as m } from "../../chunks/vendor-DaOifQgP.js";
3
- const c = "row__a4510705", i = "noPaddingBottom__26303a12", o = {
4
- row: c,
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { c as d } from "../../chunks/vendor---Om3uMV.js";
3
+ const m = "row__0653a8b7", i = "noPaddingBottom__9cbce4b4", o = {
4
+ row: m,
5
5
  noPaddingBottom: i
6
6
  }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
- const a = m(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ d("div", { className: a, ...r, children: t });
7
+ const c = d(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ a("div", { className: c, ...r, children: t });
9
9
  };
10
10
  e.displayName = "Row";
11
11
  export {
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as C } from "../../chunks/vendor-DaOifQgP.js";
2
+ import { c as C } from "../../chunks/vendor---Om3uMV.js";
3
3
  import { useState as i } from "react";
4
4
  import { SMSFieldContext as h } from "./SMSFieldContext.js";
5
5
  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-CPSjUBD-.js";
9
+ import { s } from "../../chunks/SMSField.module-k0lfRov5.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.21.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.23.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
- import { c as P } from "../../../chunks/vendor-DaOifQgP.js";
3
- import { s as o } from "../../../chunks/SMSField.module-CPSjUBD-.js";
2
+ import { c as P } from "../../../chunks/vendor---Om3uMV.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-k0lfRov5.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" + // Рисуем горизонтальную линию вправо в начало сектора.
@@ -1,21 +1,21 @@
1
1
  import { jsxs as n, jsx as t, Fragment as I } from "react/jsx-runtime";
2
- import { c as v } from "../../../chunks/vendor-DaOifQgP.js";
2
+ import { c as v } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import M, { useContext as T } from "react";
4
- import { FormField as j } from "../../FormField/FormField.js";
4
+ import { EFormFieldStatus as l } from "../../FormField/enums.js";
5
+ import "../../FormField/components/FormFieldClear.js";
6
+ import { FormFieldCounter as j } from "../../FormField/components/FormFieldCounter.js";
5
7
  import { FormFieldDescription as y } from "../../FormField/components/FormFieldDescription.js";
6
- import { FormFieldCounter as z } from "../../FormField/components/FormFieldCounter.js";
8
+ import { F as z } from "../../../chunks/FormFieldInput-Dr_WBweC.js";
7
9
  import "../../FormField/components/FormFieldLabel.js";
8
- import "../../FormField/components/FormFieldClear.js";
9
- import "../../FormField/components/FormFieldTarget.js";
10
- import { F as A } from "../../../chunks/FormFieldInput-C75omt8Y.js";
11
10
  import "../../FormField/components/FormFieldMaskedInput.js";
12
11
  import "../../FormField/components/FormFieldPostfix.js";
13
12
  import "../../FormField/components/FormFieldPrefix.js";
13
+ import "../../FormField/components/FormFieldTarget.js";
14
14
  import "../../FormField/components/FormFieldTextarea.js";
15
- import { EFormFieldStatus as l } from "../../FormField/enums.js";
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-CPSjUBD-.js";
18
+ import { s as _ } from "../../../chunks/SMSField.module-k0lfRov5.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) => {
@@ -31,10 +31,10 @@ const w = new RegExp(/^[0-9]*$/), B = M.forwardRef(
31
31
  } = T(O), D = C || u, g = v(_.input, p, f);
32
32
  let m = l.DEFAULT;
33
33
  return D && (m = l.DISABLED), x && (m = l.ERROR), /* @__PURE__ */ n(L, { children: [
34
- /* @__PURE__ */ t(j, { className: p, onKeyDown: (r) => {
34
+ /* @__PURE__ */ t(A, { className: p, onKeyDown: (r) => {
35
35
  r.keyCode === k.ENTER && !h && R(a), i == null || i(r);
36
36
  }, size: b, status: m, children: /* @__PURE__ */ t(
37
- A,
37
+ z,
38
38
  {
39
39
  autoComplete: "off",
40
40
  className: g,
@@ -51,7 +51,7 @@ const w = new RegExp(/^[0-9]*$/), B = M.forwardRef(
51
51
  ) }),
52
52
  /* @__PURE__ */ t(y, { children: s || o ? /* @__PURE__ */ n(I, { children: [
53
53
  s,
54
- o ? /* @__PURE__ */ t(z, { children: o }) : null
54
+ o ? /* @__PURE__ */ t(j, { children: o }) : null
55
55
  ] }) : null })
56
56
  ] });
57
57
  }
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as I } from "../../../chunks/vendor-DaOifQgP.js";
2
+ import { c as I } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import { forwardRef as M, useContext as N, useMemo as y } from "react";
4
4
  import "../../Button/Button.js";
5
5
  import "../../Button/ButtonBase.js";
@@ -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-CPSjUBD-.js";
12
+ import { s as m } from "../../../chunks/SMSField.module-k0lfRov5.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, {
@@ -1,5 +1,5 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
- import { c as S } from "../../../chunks/vendor-DaOifQgP.js";
2
+ import { c as S } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import { useContext as f, useEffect as C } from "react";
4
4
  import "../../Button/Button.js";
5
5
  import "../../Button/ButtonBase.js";
@@ -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-CPSjUBD-.js";
12
+ import { s } from "../../../chunks/SMSField.module-k0lfRov5.js";
13
13
  const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
14
14
  const {
15
15
  code: t,
@@ -3,7 +3,7 @@ import { useContext as T, useEffect as f } from "react";
3
3
  import { SMSFieldContext as n } from "../SMSFieldContext.js";
4
4
  import { ETooltipSize as S, ETooltipAlign as a } from "../../Tooltip/enums.js";
5
5
  import { Tooltip as i } from "../../Tooltip/Tooltip.js";
6
- import { u } from "../../../chunks/vendor-DaOifQgP.js";
6
+ import { u } from "../../../chunks/vendor---Om3uMV.js";
7
7
  const c = ({
8
8
  children: l,
9
9
  id: o,
@@ -2,15 +2,15 @@ import { ESegmentedControlTheme as o, ESegmentedControlType as m } from "./enums
2
2
  import { SegmentedControlSegment as y } from "./SegmentedControlSegment.js";
3
3
  import { jsx as c } from "react/jsx-runtime";
4
4
  import E from "react";
5
- import { c as R } from "../../chunks/vendor-DaOifQgP.js";
5
+ import { c as R } from "../../chunks/vendor---Om3uMV.js";
6
6
  import { SegmentedControlContext as T } from "./SegmentedControlContext.js";
7
7
  import { createSizeToClassNameMap as h } from "../../utils/classNameMaps.js";
8
- const x = "segmentedControl__a1d428ef", L = "general1__3f53a427", b = "secondary1__d96edfd5", A = "general2__48c1231d", M = "secondary2__aa2f710e", G = "sm__4764bcd6", O = "md__516ca49a", j = "lg__050a5eec", e = {
8
+ const x = "segmentedControl__6266a245", L = "general1__058de02d", A = "secondary1__e19e6e9f", M = "general2__0f97e7e0", b = "secondary2__c9fd4f70", G = "sm__d8acf67d", O = "md__625e4fcf", j = "lg__873fe1c4", e = {
9
9
  segmentedControl: x,
10
10
  general1: L,
11
- secondary1: b,
12
- general2: A,
13
- secondary2: M,
11
+ secondary1: A,
12
+ general2: M,
13
+ secondary2: b,
14
14
  sm: G,
15
15
  md: O,
16
16
  lg: j
@@ -21,11 +21,11 @@ const x = "segmentedControl__a1d428ef", L = "general1__3f53a427", b = "secondary
21
21
  [o.SECONDARY_2]: e.secondary2
22
22
  }, z = h(e), D = Object.assign(
23
23
  E.forwardRef(
24
- ({ children: d, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...f }, C) => {
24
+ ({ children: d, className: l, value: n, theme: g, type: r, size: f, disabled: _, onSelect: t, ...i }, C) => {
25
25
  const p = R(
26
26
  e.segmentedControl,
27
27
  v[g],
28
- z[_],
28
+ z[f],
29
29
  l
30
30
  ), S = ({
31
31
  selected: a,
@@ -45,10 +45,10 @@ const x = "segmentedControl__a1d428ef", L = "general1__3f53a427", b = "secondary
45
45
  value: {
46
46
  type: r,
47
47
  value: n,
48
- disabled: !!i,
48
+ disabled: !!_,
49
49
  onSegmentSelect: S
50
50
  },
51
- children: /* @__PURE__ */ c("div", { className: p, ...f, "data-tx": "0.21.0", ref: C, children: d })
51
+ children: /* @__PURE__ */ c("div", { className: p, ...i, "data-tx": "0.23.0", ref: C, children: d })
52
52
  }
53
53
  );
54
54
  }
@@ -1,10 +1,10 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as l } from "react/jsx-runtime";
2
2
  import { useContext as x } from "react";
3
- import { c as L } from "../../chunks/vendor-DaOifQgP.js";
3
+ import { c as L } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { ButtonBase as N } from "../Button/ButtonBase.js";
5
5
  import { ESegmentedControlType as n } from "./enums.js";
6
6
  import { SegmentedControlContext as _ } from "./SegmentedControlContext.js";
7
- const y = "segmentedControlSegment__7a25d825", E = "selected__9053c82d", I = "content__e2b9180c", r = {
7
+ const y = "segmentedControlSegment__4d5a04fd", E = "selected__845aa461", I = "content__3f19b003", r = {
8
8
  segmentedControlSegment: y,
9
9
  selected: E,
10
10
  content: I
@@ -21,7 +21,7 @@ const y = "segmentedControlSegment__7a25d825", E = "selected__9053c82d", I = "co
21
21
  type: m,
22
22
  value: d,
23
23
  disabled: p,
24
- onSegmentSelect: l
24
+ onSegmentSelect: a
25
25
  } = x(_), t = (() => {
26
26
  switch (m) {
27
27
  case n.SINGLE:
@@ -29,13 +29,13 @@ const y = "segmentedControlSegment__7a25d825", E = "selected__9053c82d", I = "co
29
29
  case n.MULTIPLE:
30
30
  return d.includes(e);
31
31
  }
32
- })(), C = L(
32
+ })(), f = L(
33
33
  r.segmentedControlSegment,
34
34
  { [r.selected]: t },
35
35
  "hoverable",
36
36
  { active: t },
37
37
  i
38
- ), f = () => {
38
+ ), C = () => {
39
39
  if (c)
40
40
  return c;
41
41
  if (typeof s == "string")
@@ -43,24 +43,24 @@ const y = "segmentedControlSegment__7a25d825", E = "selected__9053c82d", I = "co
43
43
  }, u = (b) => {
44
44
  switch (m) {
45
45
  case n.SINGLE:
46
- l({ value: e, selected: !0 });
46
+ a({ value: e, selected: !0 });
47
47
  break;
48
48
  case n.MULTIPLE:
49
- l({ value: e, selected: !t });
49
+ a({ value: e, selected: !t });
50
50
  break;
51
51
  }
52
52
  o == null || o(b);
53
53
  };
54
- return /* @__PURE__ */ a(
54
+ return /* @__PURE__ */ l(
55
55
  N,
56
56
  {
57
- className: C,
58
- title: f(),
57
+ className: f,
58
+ title: C(),
59
59
  disabled: g || p,
60
60
  "aria-pressed": t,
61
61
  onClick: u,
62
62
  ...S,
63
- children: /* @__PURE__ */ a("span", { className: r.content, children: s })
63
+ children: /* @__PURE__ */ l("span", { className: r.content, children: s })
64
64
  }
65
65
  );
66
66
  };