@sberbusiness/triplex-next 1.9.0 → 1.11.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 (446) hide show
  1. package/README.md +6 -0
  2. package/chunks/{AlertProcessSpoiler-D8OxE3FA.js → AlertProcessSpoiler-BGQ1uQrz.js} +14 -14
  3. package/chunks/CalendarViewItem-GZv99LrE.js +101 -0
  4. package/chunks/Card.module-Bb-0eR7p.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-LACc235T.js +11 -0
  6. package/chunks/{Chip-DXegvfGS.js → Chip-L25luM9A.js} +6 -6
  7. package/chunks/Confirm.module-B2F1vU1t.js +15 -0
  8. package/chunks/{DropdownListItem-ToJzPBLf.js → DropdownListItem-QBxfm941.js} +19 -19
  9. package/chunks/DropdownMobile.module-zHrNkkL5.js +23 -0
  10. package/chunks/Footer.module-CTz6ITIP.js +9 -0
  11. package/chunks/{FormFieldInput-kWDtKz1V.js → FormFieldInput-ZCQQZs7b.js} +9 -9
  12. package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +9 -0
  13. package/chunks/HeaderTabs.module-Fe8TyS0Y.js +9 -0
  14. package/chunks/{HeaderTitle.module-DlPGCmxi.js → HeaderTitle.module-C7KQyTXH.js} +2 -2
  15. package/chunks/IslandAccordion.module-B1DwUTEO.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-DNunPtYA.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +9 -0
  18. package/chunks/{LightBoxContent-BhFPV40j.js → LightBoxContent-D0toheNV.js} +15 -15
  19. package/chunks/LightBoxControls.module-DUY3tLKy.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +8 -0
  21. package/chunks/{ListItemControlsButton-BoYzfwDC.js → ListItemControlsButton-B0Qs0eEN.js} +8 -8
  22. package/chunks/ListItemTail.module-uDs8u3yU.js +12 -0
  23. package/chunks/ListMasterFooter.module-uJGRVDCh.js +10 -0
  24. package/chunks/ModalWindow.module-BxFKBpp4.js +17 -0
  25. package/chunks/Notification.module-HwYJsw5w.js +21 -0
  26. package/chunks/Overlay.module-BdT_EdJd.js +18 -0
  27. package/chunks/Page.module-CQz9ZvqA.js +11 -0
  28. package/chunks/{RightBorderArrow-DmvKTu6m.js → RightBorderArrow-B3TaRXow.js} +6 -6
  29. package/chunks/SMSField.module-B2vNyUh9.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +15 -0
  31. package/chunks/{SliderExtendedRail-45DAsx7v.js → SliderExtendedRail-DP6nRRY0.js} +11 -11
  32. package/chunks/StatusTracker.module-BM1Mr7Lr.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-CSddz7zn.js → SuggestFieldMobileDropdownHint-C04_aHFB.js} +2 -2
  34. package/chunks/TableFooter.module-DNpkWevf.js +14 -0
  35. package/chunks/TabsExtended.module-BvIRknmY.js +16 -0
  36. package/chunks/TabsLine.module-BN-kBFLj.js +21 -0
  37. package/chunks/TooltipDesktop.module-itrszAnq.js +19 -0
  38. package/chunks/TreeView.module-CDWFlOAV.js +9 -0
  39. package/chunks/UploadZoneInput-BYGZcWC8.js +35 -0
  40. package/chunks/utils-BWjaO0EE.js +73 -0
  41. package/chunks/utils-BsNeWWRx.js +20 -0
  42. package/chunks/{utils--cyZSVhM.js → utils-CDPE3P4X.js} +2 -2
  43. package/chunks/utils-DKyrkqb2.js +36 -0
  44. package/chunks/utils-P0A0WEsB.js +24 -0
  45. package/chunks/{vendor-D3hUOusX.js → vendor-ClY57Zzq.js} +1220 -1220
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +19 -19
  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 +5 -5
  52. package/components/AmountField/AmountField.js +59 -62
  53. package/components/Body/Body.js +8 -8
  54. package/components/Button/Button.js +28 -28
  55. package/components/Button/ButtonBase.js +1 -1
  56. package/components/Button/ButtonDropdown.js +2 -2
  57. package/components/Button/ButtonDropdownExtended.js +5 -5
  58. package/components/Button/ButtonIcon.js +5 -5
  59. package/components/Calendar/Calendar.js +6 -6
  60. package/components/Calendar/CalendarContext.js +1 -1
  61. package/components/Calendar/components/CalendarControls.js +1 -1
  62. package/components/Calendar/components/CalendarFooter.js +1 -1
  63. package/components/Calendar/components/CalendarViewDays.js +2 -2
  64. package/components/Calendar/components/CalendarViewItem.js +2 -2
  65. package/components/Calendar/components/CalendarViewMonths.js +2 -2
  66. package/components/Calendar/components/CalendarViewYears.js +2 -2
  67. package/components/Calendar/utils.js +1 -1
  68. package/components/Card/CardAction.js +22 -22
  69. package/components/Card/CardStatic.js +3 -3
  70. package/components/Card/components/CardContent/CardContent.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  74. package/components/Card/components/CardMedia.js +2 -2
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +7 -7
  77. package/components/CarouselExtended/index.js +5 -0
  78. package/components/Checkbox/Checkbox.js +35 -33
  79. package/components/Checkbox/CheckboxXGroup.js +11 -11
  80. package/components/Checkbox/CheckboxYGroup.js +4 -4
  81. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  85. package/components/Chip/Chip.js +2 -2
  86. package/components/Chip/ChipClearButton.js +7 -7
  87. package/components/Chip/ChipDatePicker/ChipDatePicker.js +3 -3
  88. package/components/Chip/ChipDatePicker/{components/ChipDatePickerTarget.js → ChipDatePickerTarget.js} +5 -5
  89. package/components/Chip/ChipDatePicker/index.js +7 -0
  90. package/components/Chip/ChipDropdownArrow.js +8 -8
  91. package/components/Chip/ChipIcon.js +1 -1
  92. package/components/Chip/ChipMultiselect.js +2 -2
  93. package/components/Chip/ChipOptions.js +9 -9
  94. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  95. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  96. package/components/Chip/ChipSort.js +2 -2
  97. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  98. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  99. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  100. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  101. package/components/Chip/index.js +26 -22
  102. package/components/ChipGroup/ChipGroup.js +8 -8
  103. package/components/Col/Col.js +138 -138
  104. package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
  105. package/components/Confirm/Confirm.js +2 -2
  106. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  107. package/components/Confirm/components/ConfirmContent.js +2 -2
  108. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  109. package/components/Confirm/components/ConfirmControls.js +2 -2
  110. package/components/DateField/DateField.js +2 -2
  111. package/components/DateField/utils.js +1 -1
  112. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  113. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  114. package/components/DateRange/DateRange.js +19 -19
  115. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  116. package/components/DesignTokens/DesignTokensComponents.js +99 -94
  117. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +102 -97
  118. package/components/DesignTokens/components/AmountField.js +11 -0
  119. package/components/DesignTokens/components/FormField.js +2 -2
  120. package/components/DesignTokens/components/{SMSInput.js → SMSField.js} +9 -9
  121. package/components/DesignTokens/components/Step.js +1 -1
  122. package/components/DesignTokens/components/index.js +156 -153
  123. package/components/Divider/Divider.js +18 -18
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
  125. package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
  126. package/components/Dropdown/desktop/DropdownList.js +2 -2
  127. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  128. package/components/Dropdown/desktop/index.js +1 -1
  129. package/components/Dropdown/index.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  137. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  141. package/components/Ellipsis/Ellipsis.js +10 -10
  142. package/components/ExpandAnimation/ExpandAnimation.js +19 -19
  143. package/components/Footer/Footer.js +1 -1
  144. package/components/Footer/components/FooterDescription.js +2 -2
  145. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  146. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  147. package/components/FormField/FormField.js +26 -26
  148. package/components/FormField/components/FormFieldClear.js +6 -6
  149. package/components/FormField/components/FormFieldCounter.js +5 -5
  150. package/components/FormField/components/FormFieldDescription.js +8 -8
  151. package/components/FormField/components/FormFieldInput.js +2 -2
  152. package/components/FormField/components/FormFieldLabel.js +11 -11
  153. package/components/FormField/components/FormFieldMaskedInput.js +53 -53
  154. package/components/FormField/components/FormFieldPostfix.js +6 -6
  155. package/components/FormField/components/FormFieldPrefix.js +2 -2
  156. package/components/FormField/components/FormFieldTarget.js +26 -26
  157. package/components/FormField/components/FormFieldTextarea.js +8 -8
  158. package/components/FormField/enums.js +2 -3
  159. package/components/FormField/index.js +13 -14
  160. package/components/Header/Header.js +1 -1
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  164. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
  165. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  166. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  167. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  168. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  169. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  171. package/components/HelpBox/HelpBox.js +12 -12
  172. package/components/Island/Island.js +2 -2
  173. package/components/Island/components/IslandBody.js +2 -2
  174. package/components/Island/components/IslandFooter.js +5 -5
  175. package/components/Island/components/IslandHeader.js +4 -4
  176. package/components/Island/utils.js +1 -1
  177. package/components/IslandAccordion/IslandAccordion.js +3 -4
  178. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  179. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  180. package/components/IslandAccordion/components/IslandAccordionItem.js +93 -99
  181. package/components/IslandAccordion/components/index.js +1 -3
  182. package/components/IslandAccordion/index.js +3 -5
  183. package/components/IslandWidget/IslandWidget.js +14 -14
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
  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 +4 -4
  192. package/components/LightBox/LightBox.js +59 -53
  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 +22 -22
  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 +6 -6
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -0
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +15 -0
  204. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  205. package/components/Link/Link.js +30 -30
  206. package/components/List/List.js +6 -6
  207. package/components/List/ListSortable.js +1 -1
  208. package/components/List/components/ListEmptyState.js +2 -2
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +10 -10
  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 +4 -4
  215. package/components/List/components/ListItemSelectable.js +13 -13
  216. package/components/List/components/ListItemTable.js +4 -4
  217. package/components/List/components/ListItemTailLeft.js +2 -2
  218. package/components/List/components/ListItemTailRight.js +2 -2
  219. package/components/List/components/ListSortableItem.js +2 -2
  220. package/components/List/components/ListSortableItemControls.js +2 -2
  221. package/components/List/components/ListSortableItemTarget.js +8 -8
  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 +8 -8
  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 +13 -13
  230. package/components/ListMaster/components/SelectionControls.js +3 -3
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  233. package/components/LoaderScreen/LoaderScreen.js +5 -5
  234. package/components/Marker/Marker.js +2 -2
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +14 -14
  237. package/components/ModalWindow/ModalWindow.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowBody.js +3 -3
  239. package/components/ModalWindow/components/ModalWindowClose.js +3 -3
  240. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  242. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  243. package/components/MonthYearField/utils.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  245. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
  246. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  247. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  248. package/components/Notification/Notification.js +3 -3
  249. package/components/Notification/NotificationGrouped.js +1 -1
  250. package/components/Notification/components/NotificationBody.js +1 -1
  251. package/components/Notification/components/NotificationBodyContent.js +1 -1
  252. package/components/Notification/components/NotificationBodyList.js +2 -2
  253. package/components/Notification/components/NotificationClose.js +1 -1
  254. package/components/Notification/components/NotificationFooter.js +1 -1
  255. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  256. package/components/Notification/components/NotificationHeader.js +1 -1
  257. package/components/Notification/components/NotificationIcon.js +1 -1
  258. package/components/Notification/components/NotificationTime.js +1 -1
  259. package/components/NotificationIcon/NotificationIcon.js +4 -4
  260. package/components/NumberField/NumberFieldInput.js +1 -1
  261. package/components/OrderedList/OrderedList.js +5 -5
  262. package/components/OrderedList/OrderedListItem.js +3 -3
  263. package/components/Overlay/Overlay.js +2 -2
  264. package/components/Overlay/OverlayMask.js +2 -2
  265. package/components/Overlay/OverlayPanel.js +2 -2
  266. package/components/Page/Page.js +2 -2
  267. package/components/Page/components/BodyPage.js +10 -10
  268. package/components/Page/components/FooterPage.js +2 -2
  269. package/components/Page/components/HeaderPage.js +2 -2
  270. package/components/Pagination/components/PaginationExtended.js +3 -3
  271. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  272. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  273. package/components/Pagination/components/PaginationPageButton.js +6 -6
  274. package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
  275. package/components/Pagination/components/PaginationSelect.js +6 -6
  276. package/components/Pagination/utils/paginationUtils.js +1 -1
  277. package/components/Radio/Radio.js +23 -21
  278. package/components/Radio/RadioXGroup.js +8 -8
  279. package/components/Radio/RadioYGroup.js +9 -9
  280. package/components/Row/Row.js +10 -10
  281. package/components/SMSField/SMSField.js +41 -0
  282. package/components/{SMSInput/SMSInputContext.js → SMSField/SMSFieldContext.js} +3 -3
  283. package/components/{SMSInput → SMSField}/components/RefreshIcon.js +4 -4
  284. package/components/SMSField/components/SMSFieldInput.js +63 -0
  285. package/components/SMSField/components/SMSFieldRefresh.js +39 -0
  286. package/components/SMSField/components/SMSFieldSubmit.js +43 -0
  287. package/components/SMSField/components/SMSFieldTooltip.js +38 -0
  288. package/components/SMSField/index.js +5 -0
  289. package/components/SegmentedControl/SegmentedControl.js +17 -17
  290. package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
  291. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  292. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  293. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
  294. package/components/SelectField/SelectField.js +1 -1
  295. package/components/Skeleton/Skeleton.js +7 -7
  296. package/components/SliderExtended/SliderExtended.js +3 -3
  297. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
  298. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  299. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  300. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  301. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +7 -7
  302. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
  303. package/components/SmallInput/SmallInput.js +6 -6
  304. package/components/Spoiler/Spoiler.js +15 -15
  305. package/components/StatusTracker/StatusTracker.js +3 -3
  306. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  314. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  315. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  316. package/components/Step/Step.js +7 -7
  317. package/components/Stepper/RightBorderArrow.js +1 -1
  318. package/components/Stepper/Stepper.js +7 -7
  319. package/components/Stepper/StepperExtended.js +6 -6
  320. package/components/Stepper/StepperStep.js +3 -3
  321. package/components/Stepper/StepperWrapper.js +5 -5
  322. package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
  323. package/components/SuggestField/SuggestField.js +1 -1
  324. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  325. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  326. package/components/SuggestField/desktop/SuggestFieldDesktop.js +4 -4
  327. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  328. package/components/SuggestField/index.js +1 -1
  329. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  330. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  331. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  332. package/components/SuggestField/mobile/index.js +1 -1
  333. package/components/SwipeableArea/SwipeableArea.js +3 -3
  334. package/components/Table/FilterPanel.js +3 -3
  335. package/components/Table/MasterTable.js +7 -7
  336. package/components/Table/NoColumns.js +2 -2
  337. package/components/Table/PaginationPanel.js +5 -5
  338. package/components/Table/TableBasic/TableBasic.js +2 -2
  339. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  340. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  341. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  342. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  343. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
  344. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  346. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  347. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +7 -7
  348. package/components/Table/TableFooter/TableFooter.js +2 -2
  349. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  351. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  352. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  353. package/components/Table/TabsLinePanel.js +3 -3
  354. package/components/Table/TabsLinePanelLinks.js +2 -2
  355. package/components/Table/utils.js +1 -1
  356. package/components/Tabs/Tabs.js +6 -6
  357. package/components/TabsExtended/TabsExtended.js +3 -3
  358. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  361. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  362. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  363. package/components/TabsExtended/utils.js +1 -1
  364. package/components/TabsLine/TabsLine.js +2 -2
  365. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  366. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  367. package/components/TabsLine/components/TabsLineItem.js +2 -2
  368. package/components/TabsLine/components/TabsLineMobile.js +8 -8
  369. package/components/Tag/Tag.js +8 -8
  370. package/components/TagColor/TagColor.js +11 -11
  371. package/components/TagGroup/TagGroup.js +10 -10
  372. package/components/TextField/TextField.js +1 -1
  373. package/components/TextareaField/TextareaField.js +1 -1
  374. package/components/ThemeProvider/ThemeProvider.js +1 -1
  375. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  376. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  377. package/components/Tooltip/components/common/TooltipLink.js +17 -17
  378. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  379. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  380. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  381. package/components/Tooltip/components/mobile/TooltipMobile.js +31 -27
  382. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +11 -6
  383. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +5 -5
  384. package/components/TopOverlay/TopOverlay.js +11 -11
  385. package/components/TreeView/TreeView.js +2 -2
  386. package/components/TreeView/components/TreeViewGroup.js +1 -1
  387. package/components/TreeView/components/TreeViewNode.js +2 -2
  388. package/components/Typography/Caption.js +7 -7
  389. package/components/Typography/Text.js +9 -9
  390. package/components/Typography/Title.js +20 -20
  391. package/components/Typography/utils.js +1 -1
  392. package/components/UnorderedList/UnorderedList.js +5 -5
  393. package/components/UnorderedList/UnorderedListItem.js +7 -7
  394. package/components/UploadZone/UploadZone.js +109 -97
  395. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  396. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  397. package/components/index.js +558 -552
  398. package/consts/DateConst.js +1 -1
  399. package/consts/index.js +14 -0
  400. package/index.d.ts +161 -116
  401. package/index.js +569 -555
  402. package/package.json +8 -4
  403. package/styles/triplex-next.css +535 -533
  404. package/utils/amountUtils.js +1 -1
  405. package/chunks/CalendarViewItem-DXg4wwUA.js +0 -101
  406. package/chunks/Card.module-CDb8O5wa.js +0 -17
  407. package/chunks/CheckboxTreeExtended.module-D8lQSOEb.js +0 -11
  408. package/chunks/Confirm.module-ySc3irOD.js +0 -15
  409. package/chunks/DropdownMobile.module-B25s43In.js +0 -23
  410. package/chunks/Footer.module-CzmEZNfz.js +0 -9
  411. package/chunks/HeaderLayoutSidebar.module-C6GIAW7a.js +0 -9
  412. package/chunks/HeaderTabs.module-BP4HQoDS.js +0 -9
  413. package/chunks/IslandAccordion.module-DDPPsI1j.js +0 -25
  414. package/chunks/IslandWidgetFooter.module-BGcZce5D.js +0 -9
  415. package/chunks/IslandWidgetHeader.module-BMvYg9LN.js +0 -9
  416. package/chunks/LightBoxControls.module-B71hMR9E.js +0 -16
  417. package/chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js +0 -8
  418. package/chunks/ListItemTail.module-D2THwLyb.js +0 -12
  419. package/chunks/ListMasterFooter.module-CQmunIov.js +0 -10
  420. package/chunks/ModalWindow.module-BhR9VsYm.js +0 -17
  421. package/chunks/Notification.module-BHnUAhdM.js +0 -21
  422. package/chunks/Overlay.module-BHV5h0kp.js +0 -18
  423. package/chunks/Page.module-DcF12bw0.js +0 -11
  424. package/chunks/SMSInput.module-qYyAcTFr.js +0 -16
  425. package/chunks/SliderExtendedMarks.module-CNaKOqZQ.js +0 -15
  426. package/chunks/StatusTracker.module-BA-WFHqo.js +0 -24
  427. package/chunks/TableFooter.module-D6jJ4Btm.js +0 -14
  428. package/chunks/TabsExtended.module-C87bijNv.js +0 -16
  429. package/chunks/TabsLine.module-D_ARvYGg.js +0 -21
  430. package/chunks/TooltipDesktop.module-CehOLtFg.js +0 -19
  431. package/chunks/TooltipMobileCloseButton-CJByOYY4.js +0 -20
  432. package/chunks/TreeView.module-B6tUzJoC.js +0 -9
  433. package/chunks/UploadZoneInput-D8diOBuf.js +0 -33
  434. package/chunks/utils-3xY20XDV.js +0 -24
  435. package/chunks/utils-BCJ-APtm.js +0 -20
  436. package/chunks/utils-BvGDcicX.js +0 -36
  437. package/chunks/utils-tUaA-zN1.js +0 -73
  438. package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
  439. package/components/SMSInput/SMSInput.js +0 -41
  440. package/components/SMSInput/components/SMSInputInput.js +0 -63
  441. package/components/SMSInput/components/SMSInputRefresh.js +0 -39
  442. package/components/SMSInput/components/SMSInputSubmit.js +0 -43
  443. package/components/SMSInput/components/SMSInputTooltip.js +0 -38
  444. package/components/SMSInput/index.js +0 -5
  445. /package/components/{SMSInput → SMSField}/components/SubmitIcon.js +0 -0
  446. /package/components/{SMSInput → SMSField}/types.js +0 -0
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as a } from "../../../chunks/Notification.module-BHnUAhdM.js";
2
+ import { s as a } from "../../../chunks/Notification.module-HwYJsw5w.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-BHnUAhdM.js";
2
+ import { s as t } from "../../../chunks/Notification.module-HwYJsw5w.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-BHnUAhdM.js";
2
+ import { s as t } from "../../../chunks/Notification.module-HwYJsw5w.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 } from "../../chunks/vendor-D3hUOusX.js";
3
- const t = "notificationIcon__84847e9c", a = {
4
- notificationIcon: t
5
- }, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: c(a.notificationIcon, o) });
2
+ import { c as t } from "../../chunks/vendor-ClY57Zzq.js";
3
+ const c = "notificationIcon__00892db7", a = {
4
+ notificationIcon: c
5
+ }, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: t(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-kWDtKz1V.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-ZCQQZs7b.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -1,16 +1,16 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as o } from "../../chunks/vendor-D3hUOusX.js";
3
+ import { c as o } from "../../chunks/vendor-ClY57Zzq.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__25c1c713", a = {
6
- orderedList: m
5
+ const a = "orderedList__4765731a", 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.9.0",
13
+ "data-tx": "1.11.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,11 +1,11 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../chunks/vendor-D3hUOusX.js";
3
+ import { c as s } from "../../chunks/vendor-ClY57Zzq.js";
4
4
  import "../Typography/Title.js";
5
5
  import { Text as d } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
7
  import { ETextSize as i } from "../Typography/enums.js";
8
- const a = "orderedListItem__54dc5828", p = {
8
+ const a = "orderedListItem__17d4ebc8", p = {
9
9
  orderedListItem: a
10
10
  }, c = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
@@ -15,7 +15,7 @@ const a = "orderedListItem__54dc5828", p = {
15
15
  size: i.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.9.0",
18
+ "data-tx": "1.11.0",
19
19
  ref: r
20
20
  }
21
21
  )
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import { useState as h } from "react";
3
- import { c as u } from "../../chunks/vendor-D3hUOusX.js";
3
+ import { c as u } from "../../chunks/vendor-ClY57Zzq.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-BHV5h0kp.js";
7
+ import { s as r } from "../../chunks/Overlay.module-BdT_EdJd.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
- import { c as t } from "../../chunks/vendor-D3hUOusX.js";
4
- import { s as a } from "../../chunks/Overlay.module-BHV5h0kp.js";
3
+ import { c as t } from "../../chunks/vendor-ClY57Zzq.js";
4
+ import { s as a } from "../../chunks/Overlay.module-BdT_EdJd.js";
5
5
  const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
6
6
  "div",
7
7
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
- import { c as d } from "../../chunks/vendor-D3hUOusX.js";
3
+ import { c as d } from "../../chunks/vendor-ClY57Zzq.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-BHV5h0kp.js";
5
+ import { s as e } from "../../chunks/Overlay.module-BdT_EdJd.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as i } from "../../chunks/vendor-D3hUOusX.js";
3
+ import { c as i } from "../../chunks/vendor-ClY57Zzq.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-DcF12bw0.js";
7
+ import { s as o } from "../../chunks/Page.module-CQz9ZvqA.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -1,25 +1,25 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { Body as c } from "../../Body/Body.js";
4
- import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
4
+ import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
7
  import { EIslandType as M } from "../../Island/enums.js";
8
- const b = "bodyPage__78b2c8b5", f = "verticalMargin24__3b42f159", P = "verticalMargin16__97b144cb", o = {
9
- bodyPage: b,
10
- verticalMargin24: f,
11
- verticalMargin16: P
12
- }, v = {
8
+ const f = "bodyPage__b918a05b", P = "verticalMargin24__df281919", v = "verticalMargin16__20521edb", o = {
9
+ bodyPage: f,
10
+ verticalMargin24: P,
11
+ verticalMargin16: v
12
+ }, _ = {
13
13
  [r.LARGE]: o.verticalMargin24,
14
14
  [r.SMALL]: o.verticalMargin16
15
- }, _ = m.forwardRef(
15
+ }, b = m.forwardRef(
16
16
  ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...e }, i) => {
17
- const t = d(s, o.bodyPage, v[g]);
17
+ const t = d(s, o.bodyPage, _[g]);
18
18
  return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
- _.displayName = "BodyPage";
21
+ b.displayName = "BodyPage";
22
22
  export {
23
- _ as BodyPage
23
+ b as BodyPage
24
24
  };
25
25
  //# sourceMappingURL=BodyPage.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import F, { useRef as R } from "react";
3
- import { c as T } from "../../../chunks/vendor-D3hUOusX.js";
3
+ import { c as T } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { Footer as s } from "../../Footer/Footer.js";
5
5
  import { EFooterPageType as i } from "./enums.js";
6
6
  import { useStickyCornerRadius as d } from "./useStickyCornerRadius.js";
@@ -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-DcF12bw0.js";
12
+ import { s as c } from "../../../chunks/Page.module-CQz9ZvqA.js";
13
13
  const w = Object.assign(
14
14
  F.forwardRef(
15
15
  ({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
@@ -2,11 +2,11 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import T, { useRef as R } from "react";
3
3
  import { Header as e } from "../../Header/Header.js";
4
4
  import { EHeaderPageType as t } from "./enums.js";
5
- import { c as p } from "../../../chunks/vendor-D3hUOusX.js";
5
+ import { c as p } from "../../../chunks/vendor-ClY57Zzq.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-DcF12bw0.js";
9
+ import { s as i } from "../../../chunks/Page.module-CQz9ZvqA.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
2
+ import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__8b136f82", s = {
4
+ const r = "paginationExtended__9610a809", 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.9.0",
11
+ "data-tx": "1.11.0",
12
12
  ...n,
13
13
  ref: e,
14
14
  children: t
@@ -4,10 +4,10 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__d7dc8994", N = "directionIconNext__4cfb8074", n = {
7
+ const g = "paginationNavigationButton__99c50729", N = "directionIconNext__541257b7", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, d = c.forwardRef(
10
+ }, I = c.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
12
  const r = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__d7dc8994", N = "directionIconNext__4cfb80
22
22
  );
23
23
  }
24
24
  );
25
- d.displayName = "PaginationNavigationButton";
25
+ I.displayName = "PaginationNavigationButton";
26
26
  export {
27
- d as PaginationNavigationButton
27
+ I as PaginationNavigationButton
28
28
  };
29
29
  //# sourceMappingURL=PaginationNavigationButton.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
4
- const g = "paginationNavigationExtended__962559ab", r = {
3
+ import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ const g = "paginationNavigationExtended__f336b6c5", 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,11 +1,11 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import g from "react";
3
- import { c } from "../../../chunks/vendor-D3hUOusX.js";
4
- const u = "paginationPageButton__78372ca8", s = "currentPage__7c18c292", a = {
3
+ import { c } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ const u = "paginationPageButton__ac59ebcb", s = "currentPage__e2eac6be", a = {
5
5
  paginationPageButton: u,
6
6
  currentPage: s
7
7
  }, P = g.forwardRef(
8
- ({ isCurrent: t = !1, children: n, className: o, ...e }, i) => /* @__PURE__ */ r(
8
+ ({ isCurrent: t = !1, children: e, className: n, ...o }, i) => /* @__PURE__ */ r(
9
9
  "button",
10
10
  {
11
11
  type: "button",
@@ -14,12 +14,12 @@ const u = "paginationPageButton__78372ca8", s = "currentPage__7c18c292", a = {
14
14
  {
15
15
  [a.currentPage]: t
16
16
  },
17
- o
17
+ n
18
18
  ),
19
19
  "aria-live": t ? "polite" : void 0,
20
- ...e,
20
+ ...o,
21
21
  ref: i,
22
- children: n
22
+ children: e
23
23
  }
24
24
  )
25
25
  );
@@ -1,10 +1,10 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
- import { c as e } from "../../../chunks/vendor-D3hUOusX.js";
2
+ import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__741609ad", r = {
4
+ const t = "pageEllipsis__533bb4dc", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
- ({ children: s, className: a, ...i }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, a), ...i, ref: l, children: s })
7
+ ({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
8
8
  );
9
9
  n.displayName = "PaginationPageEllipsis";
10
10
  export {
@@ -1,20 +1,20 @@
1
1
  import { jsxs as g, jsx as t } from "react/jsx-runtime";
2
2
  import S, { useRef as f } from "react";
3
- import { a as x, c as N } from "../../../chunks/vendor-D3hUOusX.js";
3
+ import { a as x, c as N } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import "../../Typography/Title.js";
5
5
  import { Text as v } from "../../Typography/Text.js";
6
6
  import "../../Typography/Caption.js";
7
7
  import { ETextSize as _ } from "../../Typography/enums.js";
8
- const b = "paginationSelect__64464b75", h = "paginationSelectControl__1c9a2fdc", c = {
8
+ const b = "paginationSelect__49ab2e8a", h = "paginationSelectControl__0a483acc", c = {
9
9
  paginationSelect: b,
10
10
  paginationSelectControl: h
11
11
  }, y = S.forwardRef(
12
- ({ paginationLabel: o, className: s, hidden: d, options: i, value: n, onChange: a }, m) => {
13
- const l = f(`Pagination-${x()}`), p = i && i.length > 0 ? i : [10, 20, 50, 100], u = (e) => {
12
+ ({ paginationLabel: o, className: s, hidden: m, options: a, value: n, onChange: i }, d) => {
13
+ const l = f(`Pagination-${x()}`), p = a && a.length > 0 ? a : [10, 20, 50, 100], u = (e) => {
14
14
  const r = Number(e.target.value);
15
- Number.isNaN(r) || a == null || a(r);
15
+ Number.isNaN(r) || i == null || i(r);
16
16
  };
17
- return d ? null : /* @__PURE__ */ g("div", { className: N(c.paginationSelect, s), ref: m, children: [
17
+ return m ? null : /* @__PURE__ */ g("div", { className: N(c.paginationSelect, s), ref: d, children: [
18
18
  /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: o }),
19
19
  /* @__PURE__ */ t("div", { className: c.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  "select",
@@ -1,4 +1,4 @@
1
- import { n as R } from "../../../chunks/vendor-D3hUOusX.js";
1
+ import { n as R } from "../../../chunks/vendor-ClY57Zzq.js";
2
2
  const m = -1, h = {
3
3
  // Создание массива чисел в заданном диапазоне с заданным шагом.
4
4
  generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
@@ -1,34 +1,36 @@
1
- import { jsxs as b, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as f, jsx as c } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as d } from "../../chunks/vendor-D3hUOusX.js";
3
+ import { c as n } from "../../chunks/vendor-ClY57Zzq.js";
4
4
  import "../Typography/Title.js";
5
5
  import { Text as x } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
- import { ETextSize as m } from "../Typography/enums.js";
8
- import { EComponentSize as i } from "../../enums/EComponentSize.js";
7
+ import { ETextSize as i } from "../Typography/enums.js";
8
+ import { EComponentSize as s } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__ab8d5c22", T = "md__fdf9a2de", M = "nonempty__23d20671", u = "lg__6b7a59b6", I = "disabled__d1ec4f12", R = "radio__6d2c5f73", S = "radioIcon__44b6cffc", o = {
10
+ const y = "label__c52c2b6c", M = "sm__ba4baba4", T = "nonempty__2b61725b", S = "md__a50593a4", u = "lg__b1a7f633", I = "disabled__fbcc074e", R = "radio__e4587b43", g = "radioIcon__22979c6d", a = {
11
11
  label: y,
12
- md: T,
13
- nonempty: M,
12
+ sm: M,
13
+ nonempty: T,
14
+ md: S,
14
15
  lg: u,
15
16
  disabled: I,
16
17
  radio: R,
17
- radioIcon: S
18
- }, g = {
19
- [i.LG]: m.B2,
20
- [i.MD]: m.B3
21
- }, C = z(o), h = N.forwardRef((n, r) => {
22
- const { children: s, className: l, disabled: c, labelAttributes: a, size: e = i.MD, ...p } = n, f = d(o.radio, l, C[e]), _ = d(
23
- o.label,
24
- o[e],
25
- { [o.disabled]: !!c, [o.nonempty]: !!s },
26
- a == null ? void 0 : a.className
18
+ radioIcon: g
19
+ }, B = {
20
+ [s.LG]: i.B2,
21
+ [s.MD]: i.B3,
22
+ [s.SM]: i.B3
23
+ }, C = z(a), h = N.forwardRef((r, l) => {
24
+ const { children: e, className: d, disabled: m, labelAttributes: o, size: t = s.MD, ...p } = r, b = n(a.radio, d, C[t]), _ = n(
25
+ a.label,
26
+ a[t],
27
+ { [a.disabled]: !!m, [a.nonempty]: !!e },
28
+ o == null ? void 0 : o.className
27
29
  );
28
- return /* @__PURE__ */ b("label", { ...a, className: _, "data-tx": "1.9.0", children: [
29
- /* @__PURE__ */ t("input", { type: "radio", className: f, disabled: c, ...p, ref: r }),
30
- /* @__PURE__ */ t("span", { className: o.radioIcon }),
31
- s && /* @__PURE__ */ t(x, { size: g[e], children: s })
30
+ return /* @__PURE__ */ f("label", { ...o, className: _, "data-tx": "1.11.0", children: [
31
+ /* @__PURE__ */ c("input", { type: "radio", className: b, disabled: m, ...p, ref: l }),
32
+ /* @__PURE__ */ c("span", { className: a.radioIcon }),
33
+ e && /* @__PURE__ */ c(x, { size: B[t], children: e })
32
34
  ] });
33
35
  });
34
36
  h.displayName = "Radio";
@@ -1,14 +1,14 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { c as s } from "../../chunks/vendor-D3hUOusX.js";
3
- const c = "radioXGroup__20fc7ff2", _ = "label__ab8d5c22", n = {
2
+ import { c as s } from "../../chunks/vendor-ClY57Zzq.js";
3
+ const c = "radioXGroup__508f8bb1", _ = "label__c52c2b6c", n = {
4
4
  radioXGroup: c,
5
- "indent-12": "indent-12__5f3f58e7",
5
+ "indent-12": "indent-12__6578af3e",
6
6
  label: _,
7
- "indent-16": "indent-16__f95a3760",
8
- "indent-20": "indent-20__c36a079d",
9
- "indent-24": "indent-24__14b10c9d",
10
- "indent-28": "indent-28__35c8ff8f",
11
- "indent-32": "indent-32__975bcae2"
7
+ "indent-16": "indent-16__a25062dc",
8
+ "indent-20": "indent-20__76dfa232",
9
+ "indent-24": "indent-24__f5381c5c",
10
+ "indent-28": "indent-28__42a9658f",
11
+ "indent-32": "indent-32__02389463"
12
12
  }, l = (e) => {
13
13
  const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
14
  return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
@@ -1,13 +1,13 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as p } from "../../chunks/vendor-D3hUOusX.js";
3
- const t = "radioYGroup__71a88a48", 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 });
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { c as d } from "../../chunks/vendor-ClY57Zzq.js";
3
+ const e = "radioYGroup__dbac85e0", p = {
4
+ radioYGroup: e
5
+ }, t = (o) => {
6
+ const { children: r, className: s, ...a } = o, c = d(p.radioYGroup, s);
7
+ return /* @__PURE__ */ i("div", { className: c, role: "radiogroup", ...a, children: r });
8
8
  };
9
- e.displayName = "RadioYGroup";
9
+ t.displayName = "RadioYGroup";
10
10
  export {
11
- e as RadioYGroup
11
+ t as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,14 +1,14 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as r } from "../../chunks/vendor-D3hUOusX.js";
3
- const m = "row__d6a32cd1", i = "noPaddingBottom__bac3aa5c", o = {
4
- row: m,
5
- noPaddingBottom: i
6
- }, e = ({ children: t, className: n, paddingBottom: a = !0, ...s }) => {
7
- const c = r(n, o.row, { [o.noPaddingBottom]: !a });
8
- return /* @__PURE__ */ d("div", { className: c, ...s, children: t });
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import { c as a } from "../../chunks/vendor-ClY57Zzq.js";
3
+ const c = "row__e27573de", e = "noPaddingBottom__fe275496", o = {
4
+ row: c,
5
+ noPaddingBottom: e
6
+ }, i = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
+ const d = a(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ m("div", { className: d, ...r, children: t });
9
9
  };
10
- e.displayName = "Row";
10
+ i.displayName = "Row";
11
11
  export {
12
- e as Row
12
+ i as Row
13
13
  };
14
14
  //# sourceMappingURL=Row.js.map
@@ -0,0 +1,41 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import { c as C } from "../../chunks/vendor-ClY57Zzq.js";
3
+ import { useState as i } from "react";
4
+ import { SMSFieldContext as h } from "./SMSFieldContext.js";
5
+ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
6
+ import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
7
+ import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
8
+ import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
9
+ import { s } from "../../chunks/SMSField.module-B2vNyUh9.js";
10
+ import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
+ const I = z(s), e = (r) => {
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);
13
+ return /* @__PURE__ */ t(
14
+ h.Provider,
15
+ {
16
+ value: {
17
+ code: a,
18
+ disabled: !!d,
19
+ disabledSubmit: f,
20
+ error: !!S,
21
+ onChangeCode: p,
22
+ onSubmitCode: c,
23
+ setDisabledSubmit: u,
24
+ setTooltipId: M,
25
+ size: o,
26
+ sizeClassName: I[o],
27
+ tooltipId: b
28
+ },
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.11.0", children: m })
30
+ }
31
+ );
32
+ };
33
+ e.displayName = "SMSField";
34
+ e.Tooltip = v;
35
+ e.Refresh = x;
36
+ e.Input = N;
37
+ e.Submit = T;
38
+ export {
39
+ e as SMSField
40
+ };
41
+ //# sourceMappingURL=SMSField.js.map
@@ -16,8 +16,8 @@ const o = {
16
16
  size: t.LG,
17
17
  sizeClassName: "",
18
18
  tooltipId: void 0
19
- }, a = e.createContext(o);
19
+ }, s = e.createContext(o);
20
20
  export {
21
- a as SMSInputContext
21
+ s as SMSFieldContext
22
22
  };
23
- //# sourceMappingURL=SMSInputContext.js.map
23
+ //# sourceMappingURL=SMSFieldContext.js.map
@@ -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-D3hUOusX.js";
3
- import { s as o } from "../../../chunks/SMSInput.module-qYyAcTFr.js";
2
+ import { c as P } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-B2vNyUh9.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" + // Рисуем горизонтальную линию вправо в начало сектора.
@@ -20,9 +20,9 @@ a + // Радиус окружности дуги по оси X.
20
20
  [o.empty]: !c.disabled
21
21
  });
22
22
  return c.size === u.LG ? /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", focusable: "false", children: [
23
- /* @__PURE__ */ s("clipPath", { id: `clipFront${t}`, children: /* @__PURE__ */ s("path", { d: w(16, 16, 18, t) }) }),
23
+ /* @__PURE__ */ s("clipPath", { id: `clipFrontLG${t}`, children: /* @__PURE__ */ s("path", { d: w(16, 16, 18, t) }) }),
24
24
  /* @__PURE__ */ s("path", { className: a, d }),
25
- /* @__PURE__ */ s("path", { className: o.full, d, clipPath: `url(#clipFront${t})` })
25
+ /* @__PURE__ */ s("path", { className: o.full, d, clipPath: `url(#clipFrontLG${t})` })
26
26
  ] }) : /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", focusable: "false", children: [
27
27
  /* @__PURE__ */ s("clipPath", { id: `clipFront${t}`, children: /* @__PURE__ */ s("path", { d: w(10, 10, 14, t) }) }),
28
28
  /* @__PURE__ */ s("path", { className: a, d: r }),