@sberbusiness/triplex-next 1.14.0 → 1.15.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 (425) hide show
  1. package/chunks/AlertProcessSpoiler-BHAU8N38.js +39 -0
  2. package/chunks/CalendarViewItem-B0gKGk70.js +101 -0
  3. package/chunks/Card.module-eeYi3ItS.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-CIXQDBeU.js +14 -0
  5. package/chunks/{Chip-CBP_avtm.js → Chip-L-EcpRzH.js} +10 -10
  6. package/chunks/Confirm.module-BgO9xuES.js +15 -0
  7. package/chunks/{DropdownListItem-C6I9gVRb.js → DropdownListItem-khM2CJWN.js} +12 -12
  8. package/chunks/DropdownMobile.module-Bya5zssZ.js +23 -0
  9. package/chunks/Footer.module-Bxx6jElq.js +9 -0
  10. package/chunks/FormFieldInput-D2EXurFF.js +60 -0
  11. package/chunks/HeaderLayoutSidebar.module-C5m0I2xF.js +9 -0
  12. package/chunks/HeaderTabs.module-C3-8xyq-.js +9 -0
  13. package/chunks/{HeaderTitle.module-D2Le-Vmd.js → HeaderTitle.module-Dmmc04q6.js} +2 -2
  14. package/chunks/IslandAccordion.module-Cqv_yxiK.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-PaNLvdB0.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-D_ZngNjX.js +12 -0
  17. package/chunks/{LightBoxContent-Bi0IQWNc.js → LightBoxContent-CjX1eN8g.js} +2 -2
  18. package/chunks/LightBoxControls.module-D7BQsPK3.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-DiEMyDDt.js +8 -0
  20. package/chunks/{ListItemControlsButton--Ek4l8AX.js → ListItemControlsButton-OLK_OaQU.js} +5 -5
  21. package/chunks/ListItemTail.module-DxIG-P_H.js +12 -0
  22. package/chunks/ListMasterFooter.module-DPZnWvfb.js +10 -0
  23. package/chunks/ModalWindow.module-D4shxCeu.js +17 -0
  24. package/chunks/Notification.module-B29_MBTz.js +21 -0
  25. package/chunks/Overlay.module-BJJ7PDLJ.js +18 -0
  26. package/chunks/Page.module-CzfG8baM.js +11 -0
  27. package/chunks/{RightBorderArrow-BqzM7D6K.js → RightBorderArrow-DbiOM5xn.js} +6 -6
  28. package/chunks/SMSField.module-BDZwT1N-.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-Bhhqk5er.js +15 -0
  30. package/chunks/{SliderExtendedRail-BxflNPkW.js → SliderExtendedRail-CVnVXjG6.js} +11 -11
  31. package/chunks/StatusTracker.module-CWpv3e3x.js +24 -0
  32. package/chunks/SuggestFieldMobileDropdownHint-DWutbDoW.js +14 -0
  33. package/chunks/TableFooter.module-NX6NNBfH.js +14 -0
  34. package/chunks/TabsExtended.module-Bga_JXqh.js +16 -0
  35. package/chunks/TabsLine.module-BMBZODMz.js +21 -0
  36. package/chunks/TooltipDesktop.module-tqRh40wY.js +19 -0
  37. package/chunks/TreeView.module-Bkn2k1RS.js +9 -0
  38. package/chunks/{UploadZoneInput--oJn7HTT.js → UploadZoneInput-BceBvb-b.js} +7 -7
  39. package/chunks/constants-BUeoiUro.js +57 -0
  40. package/chunks/utils-DKorGAMQ.js +73 -0
  41. package/chunks/{utils-Cyb1tecG.js → utils-NV5e2Mzn.js} +4 -4
  42. package/chunks/utils-Sxh3Du0J.js +24 -0
  43. package/chunks/{utils-DPkyEvqV.js → utils-tf6Rfsu7.js} +11 -11
  44. package/components/Alert/AlertContext/AlertContext.js +7 -7
  45. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  46. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  47. package/components/Amount/Amount.js +9 -9
  48. package/components/AmountField/AmountField.js +27 -27
  49. package/components/Avatar/Avatar.js +11 -11
  50. package/components/Badge/Badge.js +17 -0
  51. package/components/Badge/index.js +5 -0
  52. package/components/Badge/types.js +2 -0
  53. package/components/Body/Body.js +4 -4
  54. package/components/Button/Button.js +24 -24
  55. package/components/Button/ButtonBase.js +1 -1
  56. package/components/Button/ButtonDropdown.js +13 -13
  57. package/components/Button/ButtonDropdownExtended.js +4 -4
  58. package/components/Button/ButtonIcon.js +7 -7
  59. package/components/Calendar/Calendar.js +20 -20
  60. package/components/Calendar/components/CalendarControls.js +9 -9
  61. package/components/Calendar/components/CalendarFooter.js +1 -1
  62. package/components/Calendar/components/CalendarViewDays.js +1 -1
  63. package/components/Calendar/components/CalendarViewItem.js +1 -1
  64. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  65. package/components/Calendar/components/CalendarViewYears.js +1 -1
  66. package/components/Card/CardAction.js +7 -7
  67. package/components/Card/CardStatic.js +2 -2
  68. package/components/Card/components/CardContent/CardContent.js +1 -1
  69. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  70. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  71. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  72. package/components/Card/components/CardMedia.js +1 -1
  73. package/components/Card/utils.js +1 -1
  74. package/components/CarouselExtended/CarouselExtended.js +6 -6
  75. package/components/Checkbox/Checkbox.js +11 -11
  76. package/components/Checkbox/CheckboxXGroup.js +13 -13
  77. package/components/Checkbox/CheckboxYGroup.js +6 -6
  78. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  79. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  80. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  82. package/components/Chip/Chip.js +1 -1
  83. package/components/Chip/ChipClearButton.js +10 -10
  84. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  85. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  86. package/components/Chip/ChipDropdownArrow.js +5 -5
  87. package/components/Chip/ChipIcon.js +1 -1
  88. package/components/Chip/ChipMultiselect.js +1 -1
  89. package/components/Chip/ChipOptions.js +5 -5
  90. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  91. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  92. package/components/Chip/ChipSort.js +1 -1
  93. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  94. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +6 -6
  95. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  96. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +11 -11
  97. package/components/Chip/index.js +1 -1
  98. package/components/ChipGroup/ChipGroup.js +14 -14
  99. package/components/Col/Col.js +140 -140
  100. package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
  101. package/components/Confirm/Confirm.js +1 -1
  102. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  103. package/components/Confirm/components/ConfirmContent.js +1 -1
  104. package/components/Confirm/components/ConfirmContentSubTitle.js +5 -5
  105. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  106. package/components/Confirm/components/ConfirmControls.js +1 -1
  107. package/components/DateField/DateField.js +1 -1
  108. package/components/DatePickerExtended/DatePickerExtended.js +7 -7
  109. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  110. package/components/DateRange/DateRange.js +4 -4
  111. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  112. package/components/DesignTokens/DesignTokensComponents.js +88 -86
  113. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -90
  114. package/components/DesignTokens/components/Badge.js +9 -0
  115. package/components/DesignTokens/components/Dropdown.js +3 -3
  116. package/components/DesignTokens/components/DropdownMobileList.js +2 -2
  117. package/components/DesignTokens/components/Typography.js +35 -2
  118. package/components/DesignTokens/components/index.js +150 -147
  119. package/components/Divider/Divider.js +22 -22
  120. package/components/DocumentNumberEdit/DocumentNumberEdit.js +10 -10
  121. package/components/Dropdown/desktop/DropdownDesktop.js +69 -68
  122. package/components/Dropdown/desktop/DropdownList.js +1 -1
  123. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  124. package/components/Dropdown/desktop/index.js +1 -1
  125. package/components/Dropdown/index.js +35 -35
  126. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  136. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  137. package/components/Ellipsis/Ellipsis.js +10 -10
  138. package/components/ExpandAnimation/ExpandAnimation.js +14 -14
  139. package/components/Footer/Footer.js +1 -1
  140. package/components/Footer/components/FooterDescription.js +1 -1
  141. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  142. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  143. package/components/FormField/FormField.js +79 -75
  144. package/components/FormField/components/FormFieldClear.js +9 -9
  145. package/components/FormField/components/FormFieldCounter.js +4 -4
  146. package/components/FormField/components/FormFieldDescription.js +3 -3
  147. package/components/FormField/components/FormFieldInput.js +1 -1
  148. package/components/FormField/components/FormFieldLabel.js +7 -7
  149. package/components/FormField/components/FormFieldMaskedInput.js +24 -24
  150. package/components/FormField/components/FormFieldPostfix.js +9 -9
  151. package/components/FormField/components/FormFieldPrefix.js +9 -9
  152. package/components/FormField/components/FormFieldTarget.js +17 -17
  153. package/components/FormField/components/FormFieldTextarea.js +15 -15
  154. package/components/FormField/index.js +1 -1
  155. package/components/Header/Header.js +1 -1
  156. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  157. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  158. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  159. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  160. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  161. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  162. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  163. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  164. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  165. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  166. package/components/HelpBox/HelpBox.js +1 -1
  167. package/components/Island/Island.js +1 -1
  168. package/components/Island/components/IslandBody.js +3 -3
  169. package/components/Island/components/IslandFooter.js +3 -3
  170. package/components/Island/components/IslandHeader.js +2 -2
  171. package/components/Island/utils.js +1 -1
  172. package/components/IslandAccordion/IslandAccordion.js +2 -2
  173. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  174. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  175. package/components/IslandAccordion/components/IslandAccordionItem.js +89 -74
  176. package/components/IslandWidget/IslandWidget.js +68 -37
  177. package/components/IslandWidget/IslandWidgetContext.js +5 -5
  178. package/components/IslandWidget/IslandWidgetLayoutContext.js +10 -0
  179. package/components/IslandWidget/components/IslandWidgetBody.js +7 -4
  180. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  181. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  182. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  183. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  184. package/components/IslandWidget/components/IslandWidgetHeader.js +28 -10
  185. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  186. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  188. package/components/LightBox/LightBox.js +10 -10
  189. package/components/LightBox/LightBoxContent.js +1 -1
  190. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  191. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  192. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  193. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  194. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +17 -17
  195. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  196. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  197. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  198. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  199. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +6 -6
  200. package/components/Link/Link.js +23 -23
  201. package/components/List/List.js +6 -6
  202. package/components/List/components/ListEmptyState.js +1 -1
  203. package/components/List/components/ListItem.js +1 -1
  204. package/components/List/components/ListItemContent.js +10 -10
  205. package/components/List/components/ListItemControls.js +5 -5
  206. package/components/List/components/ListItemControlsButton.js +1 -1
  207. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  208. package/components/List/components/ListItemLoading.js +1 -1
  209. package/components/List/components/ListItemSelectable.js +8 -8
  210. package/components/List/components/ListItemTable.js +6 -6
  211. package/components/List/components/ListItemTailLeft.js +1 -1
  212. package/components/List/components/ListItemTailRight.js +1 -1
  213. package/components/List/components/ListSortableItem.js +1 -1
  214. package/components/List/components/ListSortableItemControls.js +1 -1
  215. package/components/List/components/ListSortableItemTarget.js +10 -10
  216. package/components/List/index.js +1 -1
  217. package/components/ListMaster/ListMaster.js +1 -1
  218. package/components/ListMaster/components/ListMasterBody.js +1 -1
  219. package/components/ListMaster/components/ListMasterChipGroup.js +4 -4
  220. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  221. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  222. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  223. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  224. package/components/ListMaster/components/SelectionControls.js +7 -7
  225. package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
  226. package/components/Loader/LoaderSmall/LoaderSmall.js +4 -4
  227. package/components/LoaderScreen/LoaderScreen.js +7 -7
  228. package/components/Marker/Marker.js +1 -1
  229. package/components/Marker/utils.js +1 -1
  230. package/components/MarkerStatus/MarkerStatus.js +19 -19
  231. package/components/ModalWindow/ModalWindow.js +1 -1
  232. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  233. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  234. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  235. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  236. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  237. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
  238. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  239. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  240. package/components/Notification/Notification.js +2 -2
  241. package/components/Notification/NotificationGrouped.js +1 -1
  242. package/components/Notification/components/NotificationBody.js +1 -1
  243. package/components/Notification/components/NotificationBodyContent.js +1 -1
  244. package/components/Notification/components/NotificationBodyList.js +1 -1
  245. package/components/Notification/components/NotificationClose.js +1 -1
  246. package/components/Notification/components/NotificationFooter.js +1 -1
  247. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  248. package/components/Notification/components/NotificationHeader.js +1 -1
  249. package/components/Notification/components/NotificationIcon.js +1 -1
  250. package/components/Notification/components/NotificationTime.js +1 -1
  251. package/components/NotificationIcon/NotificationIcon.js +4 -4
  252. package/components/NumberField/NumberFieldInput.js +1 -1
  253. package/components/OrderedList/OrderedList.js +4 -4
  254. package/components/OrderedList/OrderedListItem.js +11 -11
  255. package/components/Overlay/Overlay.js +1 -1
  256. package/components/Overlay/OverlayMask.js +1 -1
  257. package/components/Overlay/OverlayPanel.js +1 -1
  258. package/components/Page/Page.js +1 -1
  259. package/components/Page/components/BodyPage.js +11 -11
  260. package/components/Page/components/FooterPage.js +1 -1
  261. package/components/Page/components/HeaderPage.js +1 -1
  262. package/components/Pagination/Pagination.js +4 -4
  263. package/components/Pagination/components/PaginationExtended.js +2 -2
  264. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  265. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  266. package/components/Pagination/components/PaginationPageButton.js +1 -1
  267. package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
  268. package/components/Pagination/components/PaginationSelect.js +26 -30
  269. package/components/Radio/Radio.js +14 -14
  270. package/components/Radio/RadioXGroup.js +12 -12
  271. package/components/Radio/RadioYGroup.js +9 -9
  272. package/components/Row/Row.js +4 -4
  273. package/components/SMSField/SMSField.js +2 -2
  274. package/components/SMSField/components/RefreshIcon.js +1 -1
  275. package/components/SMSField/components/SMSFieldInput.js +2 -2
  276. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  277. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  278. package/components/SegmentedControl/SegmentedControl.js +4 -4
  279. package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
  280. package/components/SelectExtendedField/SelectExtendedField.js +1 -1
  281. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
  282. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +3 -3
  283. package/components/Skeleton/Skeleton.js +9 -9
  284. package/components/SliderExtended/SliderExtended.js +2 -2
  285. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +8 -8
  286. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  287. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  288. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  289. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +7 -7
  290. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
  291. package/components/SmallInput/SmallInput.js +3 -3
  292. package/components/Spoiler/Spoiler.js +14 -14
  293. package/components/StatusTracker/StatusTracker.js +2 -2
  294. package/components/StatusTracker/components/StatusTrackerAlert.js +5 -5
  295. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  296. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  297. package/components/StatusTracker/components/StatusTrackerDescription.js +7 -7
  298. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  299. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  300. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  301. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  302. package/components/StatusTracker/components/StatusTrackerSum.js +7 -7
  303. package/components/StatusTracker/components/StatusTrackerTitle.js +7 -7
  304. package/components/Step/Step.js +12 -12
  305. package/components/Stepper/RightBorderArrow.js +1 -1
  306. package/components/Stepper/Stepper.js +1 -1
  307. package/components/Stepper/StepperExtended.js +6 -6
  308. package/components/Stepper/StepperStep.js +2 -2
  309. package/components/Stepper/StepperWrapper.js +2 -2
  310. package/components/Suggest/Suggest.js +52 -88
  311. package/components/Suggest/SuggestContext.js +4 -7
  312. package/components/Suggest/SuggestMobileDropdownContent.js +18 -18
  313. package/components/Suggest/useSuggest.js +64 -0
  314. package/components/SuggestField/SuggestField.js +44 -47
  315. package/components/SuggestField/desktop/SuggestFieldDesktop.js +129 -130
  316. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +5 -5
  317. package/components/SuggestField/index.js +8 -10
  318. package/components/SuggestField/mobile/SuggestFieldMobile.js +94 -75
  319. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +26 -26
  320. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +4 -4
  321. package/components/SuggestField/mobile/index.js +4 -6
  322. package/components/SwipeableArea/SwipeableArea.js +2 -2
  323. package/components/Table/FilterPanel.js +2 -2
  324. package/components/Table/MasterTable.js +2 -2
  325. package/components/Table/NoColumns.js +5 -5
  326. package/components/Table/PaginationPanel.js +2 -2
  327. package/components/Table/TableBasic/TableBasic.js +1 -1
  328. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  329. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  330. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  331. package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
  332. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  333. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +3 -3
  334. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  335. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  336. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  337. package/components/Table/TableFooter/TableFooter.js +1 -1
  338. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  339. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  340. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  341. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  342. package/components/Table/TabsLinePanel.js +1 -1
  343. package/components/Table/TabsLinePanelLinks.js +8 -8
  344. package/components/Table/utils.js +1 -1
  345. package/components/Tabs/Tabs.js +4 -4
  346. package/components/TabsExtended/TabsExtended.js +2 -2
  347. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  348. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  349. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  350. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  351. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  352. package/components/TabsExtended/utils.js +1 -1
  353. package/components/TabsLine/TabsLine.js +1 -1
  354. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  355. package/components/TabsLine/components/TabsLineDropdown.js +8 -8
  356. package/components/TabsLine/components/TabsLineItem.js +1 -1
  357. package/components/TabsLine/components/TabsLineMobile.js +8 -8
  358. package/components/Tag/Tag.js +23 -23
  359. package/components/TagColor/TagColor.js +13 -13
  360. package/components/TagGroup/TagGroup.js +9 -9
  361. package/components/TextField/TextField.js +1 -1
  362. package/components/TextField/TextFieldBase.js +23 -28
  363. package/components/TextareaField/TextareaField.js +1 -1
  364. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  365. package/components/Tooltip/components/common/TooltipLink.js +6 -6
  366. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  367. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  368. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  369. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  370. package/components/TopOverlay/TopOverlay.js +22 -22
  371. package/components/TreeView/TreeView.js +1 -1
  372. package/components/TreeView/components/TreeViewGroup.js +1 -1
  373. package/components/TreeView/components/TreeViewNode.js +1 -1
  374. package/components/Typography/Caption.js +40 -42
  375. package/components/Typography/Text.js +50 -52
  376. package/components/Typography/Title.js +40 -42
  377. package/components/Typography/constants.js +6 -0
  378. package/components/Typography/enums.js +9 -8
  379. package/components/Typography/index.js +15 -16
  380. package/components/UnorderedList/UnorderedList.js +2 -2
  381. package/components/UnorderedList/UnorderedListItem.js +5 -5
  382. package/components/UploadZone/UploadZone.js +2 -2
  383. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  384. package/components/index.js +539 -540
  385. package/index.d.ts +200 -228
  386. package/index.js +588 -589
  387. package/package.json +5 -1
  388. package/styles/triplex-next.css +546 -534
  389. package/chunks/AlertProcessSpoiler-DALLbh4Y.js +0 -39
  390. package/chunks/CalendarViewItem-DE57LdxF.js +0 -101
  391. package/chunks/Card.module-D18ujhsr.js +0 -17
  392. package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +0 -14
  393. package/chunks/Confirm.module-Y-2NyRFX.js +0 -15
  394. package/chunks/DropdownMobile.module-ppF6TvoG.js +0 -23
  395. package/chunks/Footer.module-BlHDTNCR.js +0 -9
  396. package/chunks/FormFieldInput-D2lqfg4n.js +0 -60
  397. package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +0 -9
  398. package/chunks/HeaderTabs.module-msmMm_BI.js +0 -9
  399. package/chunks/IslandAccordion.module-DpgAGmIN.js +0 -25
  400. package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +0 -9
  401. package/chunks/IslandWidgetHeader.module-BFXzve-T.js +0 -9
  402. package/chunks/LightBoxControls.module-DTFEWumP.js +0 -16
  403. package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +0 -8
  404. package/chunks/ListItemTail.module-DrFpbbjw.js +0 -12
  405. package/chunks/ListMasterFooter.module-CMNUIWxu.js +0 -10
  406. package/chunks/ModalWindow.module-CMT6Qwhi.js +0 -17
  407. package/chunks/Notification.module-8g0up3Mn.js +0 -21
  408. package/chunks/Overlay.module-CJZIns4Y.js +0 -18
  409. package/chunks/Page.module-Cq-KMJ_J.js +0 -11
  410. package/chunks/SMSField.module-Dpw_velC.js +0 -16
  411. package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +0 -15
  412. package/chunks/StatusTracker.module-BPaAftS3.js +0 -24
  413. package/chunks/SuggestFieldMobileDropdownHint-CooicUNx.js +0 -15
  414. package/chunks/TableFooter.module-BXib8bAF.js +0 -14
  415. package/chunks/TabsExtended.module-41dIJqTz.js +0 -16
  416. package/chunks/TabsLine.module-DY1bt47O.js +0 -21
  417. package/chunks/TooltipDesktop.module-BP9en5Mr.js +0 -19
  418. package/chunks/TreeView.module-ssEB6Mn6.js +0 -9
  419. package/chunks/utils-6FIQkvvy.js +0 -36
  420. package/chunks/utils-B5Py99ZO.js +0 -73
  421. package/chunks/utils-BX1E8zy3.js +0 -24
  422. package/components/SuggestField/SuggestFieldTarget.js +0 -70
  423. package/components/SuggestField/SuggestFieldTargetPostfix.js +0 -28
  424. package/components/SuggestField/mobile/SuggestFieldMobileTarget.js +0 -30
  425. package/components/Typography/utils.js +0 -6
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
3
3
  import "../../UnorderedList/UnorderedListItem.js";
4
- import { s as a } from "../../../chunks/Notification.module-8g0up3Mn.js";
4
+ import { s as a } from "../../../chunks/Notification.module-B29_MBTz.js";
5
5
  import { c as e } from "../../../chunks/vendor-DucOfXwy.js";
6
6
  const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
7
7
  c.displayName = "NotificationBodyList";
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
5
5
  import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
6
6
  import "../../Button/ButtonDropdown.js";
7
7
  import "../../Button/ButtonDropdownExtended.js";
8
- import { s as m } from "../../../chunks/Notification.module-8g0up3Mn.js";
8
+ import { s as m } from "../../../chunks/Notification.module-B29_MBTz.js";
9
9
  const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
10
10
  e.displayName = "NotificationClose";
11
11
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-8g0up3Mn.js";
2
+ import { s as i } from "../../../chunks/Notification.module-B29_MBTz.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-DucOfXwy.js";
3
- import { s as o } from "../../../chunks/Notification.module-8g0up3Mn.js";
3
+ import { s as o } from "../../../chunks/Notification.module-B29_MBTz.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-8g0up3Mn.js";
2
+ import { s as a } from "../../../chunks/Notification.module-B29_MBTz.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-8g0up3Mn.js";
2
+ import { s as t } from "../../../chunks/Notification.module-B29_MBTz.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-8g0up3Mn.js";
2
+ import { s as t } from "../../../chunks/Notification.module-B29_MBTz.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -1,8 +1,8 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { c as t } from "../../chunks/vendor-DucOfXwy.js";
3
- const c = "notificationIcon__7e9729d3", a = {
4
- notificationIcon: c
5
- }, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: t(a.notificationIcon, o) });
2
+ import { c } from "../../chunks/vendor-DucOfXwy.js";
3
+ const t = "notificationIcon__d48c9f78", a = {
4
+ notificationIcon: t
5
+ }, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: c(a.notificationIcon, o) });
6
6
  s.displayName = "NotificationIcon";
7
7
  export {
8
8
  s as NotificationIcon
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
6
6
  import "../FormField/components/FormFieldLabel.js";
7
7
  import "../FormField/components/FormFieldClear.js";
8
8
  import "../FormField/components/FormFieldTarget.js";
9
- import { F as d } from "../../chunks/FormFieldInput-D2lqfg4n.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-D2EXurFF.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -2,15 +2,15 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
3
  import { c as o } from "../../chunks/vendor-DucOfXwy.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__8f157c51", a = {
6
- orderedList: m
5
+ const a = "orderedList__146f26a4", m = {
6
+ orderedList: a
7
7
  }, c = Object.assign(
8
8
  d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: o(a.orderedList, r),
11
+ className: o(m.orderedList, r),
12
12
  ...e,
13
- "data-tx": "1.14.0",
13
+ "data-tx": "1.15.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,27 +1,27 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as s } from "../../chunks/vendor-DucOfXwy.js";
4
- import "../Typography/Title.js";
5
- import { Text as i } from "../Typography/Text.js";
4
+ import { ETextSize as i } from "../Typography/enums.js";
6
5
  import "../Typography/Caption.js";
7
- import { ETextSize as d } from "../Typography/enums.js";
8
- const a = "orderedListItem__97843645", p = {
6
+ import { Text as d } from "../Typography/Text.js";
7
+ import "../Typography/Title.js";
8
+ const a = "orderedListItem__f6f9fae3", f = {
9
9
  orderedListItem: a
10
- }, f = m.forwardRef(
10
+ }, p = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
- i,
12
+ d,
13
13
  {
14
- className: s(p.orderedListItem, t),
15
- size: d.B3,
14
+ className: s(f.orderedListItem, t),
15
+ size: i.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.14.0",
18
+ "data-tx": "1.15.0",
19
19
  ref: r
20
20
  }
21
21
  )
22
22
  );
23
- f.displayName = "OrderedListItem";
23
+ p.displayName = "OrderedListItem";
24
24
  export {
25
- f as OrderedListItem
25
+ p as OrderedListItem
26
26
  };
27
27
  //# sourceMappingURL=OrderedListItem.js.map
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-DucOfXwy.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-CJZIns4Y.js";
7
+ import { s as r } from "../../chunks/Overlay.module-BJJ7PDLJ.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-DucOfXwy.js";
4
- import { s as a } from "../../chunks/Overlay.module-CJZIns4Y.js";
4
+ import { s as a } from "../../chunks/Overlay.module-BJJ7PDLJ.js";
5
5
  const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
6
6
  "div",
7
7
  {
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as d } from "../../chunks/vendor-DucOfXwy.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-CJZIns4Y.js";
5
+ import { s as e } from "../../chunks/Overlay.module-BJJ7PDLJ.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-DucOfXwy.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-Cq-KMJ_J.js";
7
+ import { s as o } from "../../chunks/Page.module-CzfG8baM.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -3,23 +3,23 @@ import g from "react";
3
3
  import { Body as c } from "../../Body/Body.js";
4
4
  import { c as m } from "../../../chunks/vendor-DucOfXwy.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
- import { Island as f } from "../../Island/Island.js";
7
- import { EIslandType as p } from "../../Island/enums.js";
8
- const M = "bodyPage__2fe5e99f", P = "verticalMargin24__5f25fddb", v = "verticalMargin16__08cde98a", e = {
6
+ import { Island as p } from "../../Island/Island.js";
7
+ import { EIslandType as f } from "../../Island/enums.js";
8
+ const M = "bodyPage__9788cdd6", P = "verticalMargin24__7a7d62af", v = "verticalMargin16__f2e55afa", o = {
9
9
  bodyPage: M,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
12
12
  }, _ = {
13
- [r.LARGE]: e.verticalMargin24,
14
- [r.SMALL]: e.verticalMargin16
15
- }, b = g.forwardRef(
16
- ({ className: s, type: l, size: n, verticalMargin: d = r.LARGE, ...o }, i) => {
17
- const t = m(s, e.bodyPage, _[d]);
18
- return l === y.FIRST ? /* @__PURE__ */ a(f, { className: t, type: p.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
13
+ [r.LARGE]: o.verticalMargin24,
14
+ [r.SMALL]: o.verticalMargin16
15
+ }, E = g.forwardRef(
16
+ ({ className: s, type: l, size: n, verticalMargin: d = r.LARGE, ...e }, i) => {
17
+ const t = m(s, o.bodyPage, _[d]);
18
+ return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: f.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
- b.displayName = "BodyPage";
21
+ E.displayName = "BodyPage";
22
22
  export {
23
- b as BodyPage
23
+ E as BodyPage
24
24
  };
25
25
  //# sourceMappingURL=BodyPage.js.map
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
9
9
  import "../../Island/components/IslandBody.js";
10
10
  import "../../Island/components/IslandHeader.js";
11
11
  import "../../Island/components/IslandFooter.js";
12
- import { s as c } from "../../../chunks/Page.module-Cq-KMJ_J.js";
12
+ import { s as c } from "../../../chunks/Page.module-CzfG8baM.js";
13
13
  const w = Object.assign(
14
14
  F.forwardRef(
15
15
  ({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
@@ -6,7 +6,7 @@ import { c as p } from "../../../chunks/vendor-DucOfXwy.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-Cq-KMJ_J.js";
9
+ import { s as i } from "../../../chunks/Page.module-CzfG8baM.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -7,12 +7,12 @@ import "./components/PaginationPageButton.js";
7
7
  import "./components/PaginationPageEllipsis.js";
8
8
  import { PaginationSelect as n } from "./components/PaginationSelect.js";
9
9
  import "./enums.js";
10
- import { jsxs as p, jsx as o } from "react/jsx-runtime";
10
+ import { jsxs as p, jsx as r } from "react/jsx-runtime";
11
11
  import f from "react";
12
12
  const d = f.forwardRef(
13
- ({ paginationNavigationProps: t, paginationSelectProps: i, ...r }, m) => /* @__PURE__ */ p(a, { ...r, ref: m, children: [
14
- /* @__PURE__ */ o(n, { ...i }),
15
- t.totalPages > 1 && /* @__PURE__ */ o(e, { ...t })
13
+ ({ paginationNavigationProps: t, paginationSelectProps: o, ...i }, m) => /* @__PURE__ */ p(a, { ...i, ref: m, children: [
14
+ o && /* @__PURE__ */ r(n, { ...o }),
15
+ t.totalPages > 1 && /* @__PURE__ */ r(e, { ...t })
16
16
  ] })
17
17
  );
18
18
  d.displayName = "Pagination";
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-DucOfXwy.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__54b063bc", s = {
4
+ const r = "paginationExtended__ea712540", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
7
  ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
10
  className: d(s.paginationExtended, a),
11
- "data-tx": "1.14.0",
11
+ "data-tx": "1.15.0",
12
12
  ...n,
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__e4c2517f", N = "directionIconNext__f358442e", n = {
7
+ const g = "paginationNavigationButton__581f62b5", N = "directionIconNext__b0236894", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
10
  }, f = 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-DucOfXwy.js";
4
- const g = "paginationNavigationExtended__3e492dc5", r = {
4
+ const g = "paginationNavigationExtended__8beb21ca", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: t, ...i }, n) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, t), ...i, ref: n, children: a })
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import g from "react";
3
3
  import { c } from "../../../chunks/vendor-DucOfXwy.js";
4
- const u = "paginationPageButton__acf7be47", s = "currentPage__93788d49", a = {
4
+ const u = "paginationPageButton__be11a6c7", s = "currentPage__f425cf87", a = {
5
5
  paginationPageButton: u,
6
6
  currentPage: s
7
7
  }, P = g.forwardRef(
@@ -1,13 +1,13 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { c as e } from "../../../chunks/vendor-DucOfXwy.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__377a008f", r = {
4
+ const t = "pageEllipsis__cf868cae", r = {
5
5
  pageEllipsis: t
6
- }, n = o.forwardRef(
6
+ }, c = o.forwardRef(
7
7
  ({ children: s, className: a, ...i }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, a), ...i, ref: l, children: s })
8
8
  );
9
- n.displayName = "PaginationPageEllipsis";
9
+ c.displayName = "PaginationPageEllipsis";
10
10
  export {
11
- n as PaginationPageEllipsis
11
+ c as PaginationPageEllipsis
12
12
  };
13
13
  //# sourceMappingURL=PaginationPageEllipsis.js.map
@@ -1,43 +1,39 @@
1
- import { jsxs as d, jsx as n } from "react/jsx-runtime";
2
- import g, { useState as f } from "react";
3
- import { a as u, c as x } from "../../../chunks/vendor-DucOfXwy.js";
4
- import "../../Typography/Title.js";
5
- import { Text as _ } from "../../Typography/Text.js";
1
+ import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
+ import m, { useState as p } from "react";
3
+ import { a as S, c as d } from "../../../chunks/vendor-DucOfXwy.js";
4
+ import { ETextSize as f } from "../../Typography/enums.js";
6
5
  import "../../Typography/Caption.js";
7
- import { ETextSize as b } from "../../Typography/enums.js";
8
- import { SelectField as C } from "../../SelectField/SelectField.js";
9
- import { EComponentSize as h } from "../../../enums/EComponentSize.js";
10
- const v = "paginationSelect__c04184c2", z = "paginationSelectControl__204d2158", l = {
11
- paginationSelect: v,
12
- paginationSelectControl: z
13
- }, P = g.forwardRef(
14
- ({ paginationLabel: o, className: r, hidden: c, options: e, value: t, onChange: s }, m) => {
15
- const [a] = f(() => `Pagination-${u()}`), p = (e && e.length > 0 ? e : [10, 20, 50, 100]).map((i) => ({
16
- id: String(i),
17
- value: String(i),
18
- label: String(i)
19
- })), S = t !== void 0 ? { id: String(t), value: String(t), label: String(t) } : void 0;
20
- return c ? null : /* @__PURE__ */ d("div", { className: x(l.paginationSelect, r), ref: m, children: [
21
- /* @__PURE__ */ n(_, { size: b.B3, id: a, children: o }),
22
- /* @__PURE__ */ n("div", { className: l.paginationSelectControl, children: /* @__PURE__ */ n(
23
- C,
6
+ import { Text as g } from "../../Typography/Text.js";
7
+ import "../../Typography/Title.js";
8
+ import { SelectField as x } from "../../SelectField/SelectField.js";
9
+ import { EComponentSize as _ } from "../../../enums/EComponentSize.js";
10
+ const u = "paginationSelect__583b3cc3", C = "paginationSelectControl__27867781", o = {
11
+ paginationSelect: u,
12
+ paginationSelectControl: C
13
+ }, b = m.forwardRef(
14
+ ({ paginationLabel: e, className: a, options: n, value: l, onChange: r }, c) => {
15
+ const [i] = p(() => `Pagination-${S()}`);
16
+ return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, a), 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
+ x,
24
20
  {
25
- size: h.SM,
26
- value: S,
27
- mobileTitle: o,
28
- options: p,
29
- onChange: s,
21
+ size: _.SM,
22
+ value: l,
23
+ mobileTitle: e,
24
+ options: n,
25
+ onChange: r,
30
26
  targetProps: {
31
27
  fieldLabel: ""
32
28
  },
33
- "aria-labelledby": a
29
+ "aria-labelledby": i
34
30
  }
35
31
  ) })
36
32
  ] });
37
33
  }
38
34
  );
39
- P.displayName = "PaginationSelect";
35
+ b.displayName = "PaginationSelect";
40
36
  export {
41
- P as PaginationSelect
37
+ b as PaginationSelect
42
38
  };
43
39
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,13 +1,13 @@
1
1
  import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c } from "../../chunks/vendor-DucOfXwy.js";
4
- import "../Typography/Title.js";
5
- import { Text as x } from "../Typography/Text.js";
6
- import "../Typography/Caption.js";
3
+ import { c as n } from "../../chunks/vendor-DucOfXwy.js";
7
4
  import { ETextSize as m } from "../Typography/enums.js";
5
+ import "../Typography/Caption.js";
6
+ import { Text as x } from "../Typography/Text.js";
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__c8944d3b", M = "sm__09b7bd4c", T = "nonempty__383ae83b", S = "md__bfe81a21", g = "lg__6d048a70", u = "disabled__2d2f6676", I = "radio__d8203a19", R = "radioIcon__553cf58b", a = {
10
+ const y = "label__7594a092", M = "sm__49869656", T = "nonempty__c6198cc5", S = "md__b11ab990", g = "lg__eb7d98a1", u = "disabled__c001b3f1", I = "radio__f3298f61", R = "radioIcon__8b5f0b82", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -20,16 +20,16 @@ const y = "label__c8944d3b", M = "sm__09b7bd4c", T = "nonempty__383ae83b", S = "
20
20
  [s.LG]: m.B2,
21
21
  [s.MD]: m.B3,
22
22
  [s.SM]: m.B4
23
- }, C = z(a), h = N.forwardRef((n, r) => {
24
- const { children: e, className: l, disabled: d, labelAttributes: o, size: t = s.MD, ...p } = n, _ = c(a.radio, l, C[t]), b = c(
25
- a.label,
26
- a[t],
27
- { [a.disabled]: !!d, [a.nonempty]: !!e },
28
- o == null ? void 0 : o.className
23
+ }, C = z(o), h = N.forwardRef((r, d) => {
24
+ const { children: e, className: l, disabled: c, labelAttributes: a, size: t = s.MD, ...p } = r, _ = n(o.radio, l, C[t]), b = n(
25
+ o.label,
26
+ o[t],
27
+ { [o.disabled]: !!c, [o.nonempty]: !!e },
28
+ a == null ? void 0 : a.className
29
29
  );
30
- return /* @__PURE__ */ f("label", { ...o, className: b, "data-tx": "1.14.0", children: [
31
- /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: d, ...p, ref: r }),
32
- /* @__PURE__ */ i("span", { className: a.radioIcon }),
30
+ return /* @__PURE__ */ f("label", { ...a, className: b, "data-tx": "1.15.0", children: [
31
+ /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: d }),
32
+ /* @__PURE__ */ i("span", { className: o.radioIcon }),
33
33
  e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
34
34
  ] });
35
35
  });
@@ -1,17 +1,17 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-DucOfXwy.js";
3
- const c = "radioXGroup__d8d117a5", _ = "label__c8944d3b", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__55f05766",
6
- label: _,
7
- "indent-16": "indent-16__3f66d667",
8
- "indent-20": "indent-20__7b6d4c49",
9
- "indent-24": "indent-24__b61d97df",
10
- "indent-28": "indent-28__68e16e31",
11
- "indent-32": "indent-32__1033cf3c"
3
+ const _ = "radioXGroup__d3b1e597", c = "label__7594a092", n = {
4
+ radioXGroup: _,
5
+ "indent-12": "indent-12__76e0d98d",
6
+ label: c,
7
+ "indent-16": "indent-16__f558784b",
8
+ "indent-20": "indent-20__6d8ded41",
9
+ "indent-24": "indent-24__a90a293a",
10
+ "indent-28": "indent-28__0d5ac82a",
11
+ "indent-32": "indent-32__afec23c8"
12
12
  }, l = (d) => {
13
- const { children: e, className: i, indent: o = 12, ...t } = d, r = s(n.radioXGroup, n[`indent-${o}`], i);
14
- return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...t, children: e });
13
+ const { children: e, className: a, indent: i = 12, ...o } = d, t = s(n.radioXGroup, n[`indent-${i}`], a);
14
+ return /* @__PURE__ */ r("div", { className: t, role: "radiogroup", ...o, children: e });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,13 +1,13 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { c as i } from "../../chunks/vendor-DucOfXwy.js";
3
- const d = "radioYGroup__a5dee1bc", p = {
4
- radioYGroup: d
5
- }, t = (o) => {
6
- const { children: r, className: s, ...a } = o, c = i(p.radioYGroup, s);
7
- return /* @__PURE__ */ e("div", { className: c, role: "radiogroup", ...a, children: r });
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { c as p } from "../../chunks/vendor-DucOfXwy.js";
3
+ const t = "radioYGroup__139c74cb", d = {
4
+ radioYGroup: t
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 });
8
8
  };
9
- t.displayName = "RadioYGroup";
9
+ e.displayName = "RadioYGroup";
10
10
  export {
11
- t as RadioYGroup
11
+ e as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,11 +1,11 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as d } from "react/jsx-runtime";
2
2
  import { c as m } from "../../chunks/vendor-DucOfXwy.js";
3
- const c = "row__e55d50b6", i = "noPaddingBottom__32a06629", o = {
3
+ const c = "row__0a115f2b", i = "noPaddingBottom__95658ea6", o = {
4
4
  row: c,
5
5
  noPaddingBottom: i
6
6
  }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
- const d = m(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ a("div", { className: d, ...r, children: t });
7
+ const a = m(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ d("div", { className: a, ...r, children: t });
9
9
  };
10
10
  e.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-Dpw_velC.js";
9
+ import { s } from "../../chunks/SMSField.module-BDZwT1N-.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": "1.14.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.15.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-DucOfXwy.js";
3
- import { s as o } from "../../../chunks/SMSField.module-Dpw_velC.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-BDZwT1N-.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" + // Рисуем горизонтальную линию вправо в начало сектора.
@@ -7,7 +7,7 @@ import { FormFieldCounter as y } from "../../FormField/components/FormFieldCount
7
7
  import "../../FormField/components/FormFieldLabel.js";
8
8
  import "../../FormField/components/FormFieldClear.js";
9
9
  import "../../FormField/components/FormFieldTarget.js";
10
- import { F as z } from "../../../chunks/FormFieldInput-D2lqfg4n.js";
10
+ import { F as z } from "../../../chunks/FormFieldInput-D2EXurFF.js";
11
11
  import "../../FormField/components/FormFieldMaskedInput.js";
12
12
  import "../../FormField/components/FormFieldPostfix.js";
13
13
  import "../../FormField/components/FormFieldPrefix.js";
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
15
15
  import { EFormFieldStatus as l } from "../../FormField/enums.js";
16
16
  import { FormGroup as A } from "../../FormGroup/FormGroup.js";
17
17
  import { SMSFieldContext as L } from "../SMSFieldContext.js";
18
- import { s as O } from "../../../chunks/SMSField.module-Dpw_velC.js";
18
+ import { s as O } from "../../../chunks/SMSField.module-BDZwT1N-.js";
19
19
  import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
20
20
  const w = new RegExp(/^[0-9]*$/), B = v.forwardRef(
21
21
  ({ className: f, counter: e, description: s, disabled: u, maxLength: c = 8, onChange: o, 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-Dpw_velC.js";
12
+ import { s as m } from "../../../chunks/SMSField.module-BDZwT1N-.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-Dpw_velC.js";
12
+ import { s } from "../../../chunks/SMSField.module-BDZwT1N-.js";
13
13
  const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
14
14
  const {
15
15
  code: t,