@sberbusiness/triplex-next 1.8.0 → 1.10.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 (449) hide show
  1. package/chunks/{AlertProcessSpoiler-C7qEZRwB.js → AlertProcessSpoiler-C4HDxCMJ.js} +10 -10
  2. package/chunks/{CalendarViewItem-CUPkQFFY.js → CalendarViewItem-Y3UQ6liF.js} +11 -11
  3. package/chunks/Card.module-t9A1wsgP.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-BMfgVvwS.js +11 -0
  5. package/chunks/{Chip-CCv72AgN.js → Chip-21qt-Ukl.js} +12 -12
  6. package/chunks/Confirm.module-CrTyGEYv.js +15 -0
  7. package/chunks/{DropdownListItem-BcXHt5bk.js → DropdownListItem-DXBppGoi.js} +18 -18
  8. package/chunks/DropdownMobile.module-CdquuBgl.js +23 -0
  9. package/chunks/Footer.module-9PrdQ3S7.js +9 -0
  10. package/chunks/FormFieldInput-hUwbIuBd.js +62 -0
  11. package/chunks/HeaderLayoutSidebar.module-QjkaZFtn.js +9 -0
  12. package/chunks/HeaderTabs.module-a_JyDpFt.js +9 -0
  13. package/chunks/{HeaderTitle.module-0YuV_UNN.js → HeaderTitle.module-B_2yQmEh.js} +2 -2
  14. package/chunks/IslandAccordion.module-BCHg71CD.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-DV2tNWtj.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-kAuK5xmR.js +9 -0
  17. package/chunks/LightBoxContent-DDRusGqo.js +56 -0
  18. package/chunks/LightBoxControls.module-CHrL_gpj.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-CVxmzGmO.js +8 -0
  20. package/chunks/{ListItemControlsButton-BB9ENDS-.js → ListItemControlsButton-3APG17-A.js} +9 -9
  21. package/chunks/ListItemTail.module-BW9qp-XX.js +12 -0
  22. package/chunks/ListMasterFooter.module-B3kLf2M1.js +10 -0
  23. package/chunks/ModalWindow.module-BFTuZtt7.js +17 -0
  24. package/chunks/Notification.module-DU0GLki1.js +21 -0
  25. package/chunks/Overlay.module-CQY18PV-.js +18 -0
  26. package/chunks/Page.module-BO9rnNjD.js +11 -0
  27. package/chunks/{RightBorderArrow-BsoQkq2D.js → RightBorderArrow-Bo5_O5lj.js} +6 -6
  28. package/chunks/SMSField.module-ibOZLVgV.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-BBaU_j-p.js +15 -0
  30. package/chunks/{SliderExtendedRail-DCMgHGfh.js → SliderExtendedRail-C7TQHv-j.js} +9 -9
  31. package/chunks/StatusTracker.module-C66hhTIO.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-BEzPFmOF.js → SuggestFieldMobileDropdownHint-BJiMEG2_.js} +2 -2
  33. package/chunks/TableFooter.module-cSix4Lyk.js +14 -0
  34. package/chunks/TabsExtended.module-D7fs9FsL.js +16 -0
  35. package/chunks/TabsLine.module-CEQyfehM.js +21 -0
  36. package/chunks/TooltipDesktop.module-DD9WosV6.js +19 -0
  37. package/chunks/TreeView.module-Dxrir5YQ.js +9 -0
  38. package/chunks/{UploadZoneInput-BES4iuW5.js → UploadZoneInput-C2_0grVp.js} +8 -8
  39. package/chunks/utils-BhoCc4rI.js +36 -0
  40. package/chunks/{utils-DRFlp8Cg.js → utils-BsOip28-.js} +13 -13
  41. package/chunks/utils-D8Gj0oC8.js +20 -0
  42. package/chunks/utils-HEAUA6LV.js +24 -0
  43. package/chunks/{utils-D2zZhfuB.js → utils-mlGAF1hQ.js} +8 -8
  44. package/chunks/{vendor-D3hUOusX.js → vendor-ClY57Zzq.js} +1220 -1220
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  47. package/components/Alert/AlertContext/AlertContext.js +12 -12
  48. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  50. package/components/Amount/Amount.js +8 -8
  51. package/components/AmountField/AmountField.js +59 -62
  52. package/components/Body/Body.js +8 -8
  53. package/components/Button/Button.js +32 -32
  54. package/components/Button/ButtonBase.js +1 -1
  55. package/components/Button/ButtonDropdown.js +30 -30
  56. package/components/Button/ButtonDropdownExtended.js +5 -5
  57. package/components/Button/ButtonIcon.js +7 -7
  58. package/components/Calendar/Calendar.js +3 -3
  59. package/components/Calendar/CalendarContext.js +1 -1
  60. package/components/Calendar/components/CalendarControls.js +9 -9
  61. package/components/Calendar/components/CalendarFooter.js +3 -3
  62. package/components/Calendar/components/CalendarViewDays.js +2 -2
  63. package/components/Calendar/components/CalendarViewItem.js +2 -2
  64. package/components/Calendar/components/CalendarViewMonths.js +2 -2
  65. package/components/Calendar/components/CalendarViewYears.js +2 -2
  66. package/components/Calendar/utils.js +1 -1
  67. package/components/Card/CardAction.js +18 -18
  68. package/components/Card/CardStatic.js +3 -3
  69. package/components/Card/components/CardContent/CardContent.js +2 -2
  70. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  73. package/components/Card/components/CardMedia.js +2 -2
  74. package/components/Card/utils.js +1 -1
  75. package/components/CarouselExtended/CarouselExtended.js +7 -7
  76. package/components/CarouselExtended/index.js +5 -0
  77. package/components/Checkbox/Checkbox.js +35 -33
  78. package/components/Checkbox/CheckboxXGroup.js +16 -16
  79. package/components/Checkbox/CheckboxYGroup.js +4 -4
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  84. package/components/Chip/Chip.js +2 -2
  85. package/components/Chip/ChipClearButton.js +10 -10
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +3 -3
  87. package/components/Chip/ChipDatePicker/{components/ChipDatePickerTarget.js → ChipDatePickerTarget.js} +5 -5
  88. package/components/Chip/ChipDatePicker/index.js +7 -0
  89. package/components/Chip/ChipDropdownArrow.js +8 -8
  90. package/components/Chip/ChipIcon.js +1 -1
  91. package/components/Chip/ChipMultiselect.js +25 -23
  92. package/components/Chip/ChipOptions.js +6 -6
  93. package/components/Chip/ChipSelect/ChipSelect.js +51 -0
  94. package/components/Chip/ChipSelect/ChipSelectTarget.js +44 -0
  95. package/components/Chip/ChipSelect/index.js +7 -0
  96. package/components/Chip/ChipSort.js +2 -2
  97. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  98. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +69 -57
  99. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +31 -29
  100. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  101. package/components/Chip/index.js +26 -20
  102. package/components/ChipGroup/ChipGroup.js +14 -14
  103. package/components/Col/Col.js +131 -131
  104. package/components/CollapsableTree/components/CollapsableTreeNode.js +14 -14
  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 +26 -26
  115. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  116. package/components/DesignTokens/DesignTokensComponents.js +101 -94
  117. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +102 -95
  118. package/components/DesignTokens/components/AmountField.js +11 -0
  119. package/components/DesignTokens/components/Calendar.js +6 -4
  120. package/components/DesignTokens/components/FormField.js +2 -2
  121. package/components/DesignTokens/components/{SMSInput.js → SMSField.js} +9 -9
  122. package/components/DesignTokens/components/TabsLine.js +0 -9
  123. package/components/DesignTokens/components/TagColor.js +26 -0
  124. package/components/DesignTokens/components/index.js +156 -150
  125. package/components/Divider/Divider.js +18 -18
  126. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  127. package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
  128. package/components/Dropdown/desktop/DropdownList.js +2 -2
  129. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  130. package/components/Dropdown/desktop/index.js +1 -1
  131. package/components/Dropdown/index.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  139. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  142. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  143. package/components/Ellipsis/Ellipsis.js +9 -9
  144. package/components/ExpandAnimation/ExpandAnimation.js +19 -19
  145. package/components/Footer/Footer.js +1 -1
  146. package/components/Footer/components/FooterDescription.js +2 -2
  147. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  148. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  149. package/components/FormField/FormField.js +25 -25
  150. package/components/FormField/components/FormFieldClear.js +16 -16
  151. package/components/FormField/components/FormFieldCounter.js +4 -4
  152. package/components/FormField/components/FormFieldDescription.js +6 -6
  153. package/components/FormField/components/FormFieldInput.js +2 -2
  154. package/components/FormField/components/FormFieldLabel.js +11 -11
  155. package/components/FormField/components/FormFieldMaskedInput.js +47 -47
  156. package/components/FormField/components/FormFieldPostfix.js +10 -10
  157. package/components/FormField/components/FormFieldPrefix.js +10 -10
  158. package/components/FormField/components/FormFieldTarget.js +5 -5
  159. package/components/FormField/components/FormFieldTextarea.js +14 -14
  160. package/components/FormField/enums.js +2 -3
  161. package/components/FormField/index.js +13 -14
  162. package/components/Header/Header.js +1 -1
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  165. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  166. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
  167. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  169. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  172. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  173. package/components/HelpBox/HelpBox.js +11 -11
  174. package/components/Island/Island.js +2 -2
  175. package/components/Island/components/IslandBody.js +2 -2
  176. package/components/Island/components/IslandFooter.js +5 -5
  177. package/components/Island/components/IslandHeader.js +4 -4
  178. package/components/Island/utils.js +1 -1
  179. package/components/IslandAccordion/IslandAccordion.js +3 -3
  180. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  181. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  182. package/components/IslandAccordion/components/IslandAccordionItem.js +73 -81
  183. package/components/IslandWidget/IslandWidget.js +3 -3
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +6 -6
  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 +8 -8
  192. package/components/LightBox/LightBox.js +57 -51
  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 +23 -23
  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 +32 -32
  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 +11 -11
  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 +3 -3
  215. package/components/List/components/ListItemSelectable.js +5 -5
  216. package/components/List/components/ListItemTable.js +9 -9
  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 +6 -6
  220. package/components/List/components/ListSortableItemControls.js +5 -5
  221. package/components/List/components/ListSortableItemTarget.js +5 -5
  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 +7 -7
  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 +11 -11
  230. package/components/ListMaster/components/SelectionControls.js +3 -3
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +13 -13
  233. package/components/LoaderScreen/LoaderScreen.js +9 -9
  234. package/components/Marker/Marker.js +2 -2
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +13 -13
  237. package/components/ModalWindow/ModalWindow.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  239. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  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 +8 -8
  246. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  247. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  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 +5 -5
  260. package/components/NumberField/NumberFieldInput.js +1 -1
  261. package/components/OrderedList/OrderedList.js +6 -6
  262. package/components/OrderedList/OrderedListItem.js +7 -7
  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 +9 -9
  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 +6 -6
  271. package/components/Pagination/components/PaginationNavigationButton.js +6 -6
  272. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  273. package/components/Pagination/components/PaginationPageButton.js +2 -2
  274. package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
  275. package/components/Pagination/components/PaginationSelect.js +8 -8
  276. package/components/Pagination/utils/paginationUtils.js +1 -1
  277. package/components/Radio/Radio.js +22 -20
  278. package/components/Radio/RadioXGroup.js +13 -13
  279. package/components/Radio/RadioYGroup.js +7 -7
  280. package/components/Row/Row.js +7 -7
  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 +6 -6
  290. package/components/SegmentedControl/SegmentedControlSegment.js +15 -15
  291. package/components/SelectExtendedField/SelectExtendedField.js +15 -15
  292. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  293. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +4 -4
  294. package/components/SelectField/SelectField.js +1 -1
  295. package/components/Skeleton/Skeleton.js +14 -14
  296. package/components/SliderExtended/SliderExtended.js +3 -3
  297. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +17 -17
  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 +20 -20
  303. package/components/SmallInput/SmallInput.js +6 -6
  304. package/components/Spoiler/Spoiler.js +18 -18
  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 +9 -9
  317. package/components/Stepper/RightBorderArrow.js +1 -1
  318. package/components/Stepper/Stepper.js +2 -2
  319. package/components/Stepper/StepperExtended.js +4 -4
  320. package/components/Stepper/StepperStep.js +3 -3
  321. package/components/Stepper/StepperWrapper.js +5 -5
  322. package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
  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 +14 -14
  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 +13 -13
  334. package/components/Table/FilterPanel.js +3 -3
  335. package/components/Table/MasterTable.js +16 -16
  336. package/components/Table/NoColumns.js +6 -6
  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 +2 -2
  343. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
  344. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +5 -5
  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 +2 -2
  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 +2 -2
  354. package/components/Table/TabsLinePanelLinks.js +2 -2
  355. package/components/Table/utils.js +1 -1
  356. package/components/Tabs/Tabs.js +18 -18
  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 +79 -55
  367. package/components/TabsLine/components/TabsLineItem.js +55 -23
  368. package/components/TabsLine/components/TabsLineMobile.js +12 -12
  369. package/components/TabsLine/utils.js +11 -0
  370. package/components/Tag/Tag.js +35 -35
  371. package/components/TagColor/TagColor.js +36 -0
  372. package/components/TagColor/enums.js +5 -0
  373. package/components/TagColor/index.js +5 -0
  374. package/components/TagColor/types.js +2 -0
  375. package/components/TagGroup/TagGroup.js +11 -11
  376. package/components/TextField/TextField.js +1 -1
  377. package/components/TextareaField/TextareaField.js +1 -1
  378. package/components/ThemeProvider/ThemeProvider.js +1 -1
  379. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  380. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  381. package/components/Tooltip/components/common/TooltipLink.js +16 -16
  382. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  383. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  384. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  385. package/components/Tooltip/components/mobile/TooltipMobile.js +27 -23
  386. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +11 -6
  387. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +5 -5
  388. package/components/TopOverlay/TopOverlay.js +6 -6
  389. package/components/TreeView/TreeView.js +2 -2
  390. package/components/TreeView/components/TreeViewGroup.js +1 -1
  391. package/components/TreeView/components/TreeViewNode.js +2 -2
  392. package/components/Typography/Caption.js +17 -17
  393. package/components/Typography/Text.js +23 -23
  394. package/components/Typography/Title.js +14 -14
  395. package/components/Typography/utils.js +1 -1
  396. package/components/UnorderedList/UnorderedList.js +6 -6
  397. package/components/UnorderedList/UnorderedListItem.js +11 -11
  398. package/components/UploadZone/UploadZone.js +3 -3
  399. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  400. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  401. package/components/index.js +560 -550
  402. package/consts/DateConst.js +1 -1
  403. package/consts/index.js +14 -0
  404. package/index.d.ts +186 -79
  405. package/index.js +579 -561
  406. package/package.json +12 -4
  407. package/styles/triplex-next.css +535 -528
  408. package/utils/amountUtils.js +1 -1
  409. package/chunks/Card.module-D1ZooBvB.js +0 -17
  410. package/chunks/CheckboxTreeExtended.module-CjWzaGb4.js +0 -11
  411. package/chunks/Confirm.module-DCsU0G6f.js +0 -15
  412. package/chunks/DropdownMobile.module-B-UZ3LiZ.js +0 -23
  413. package/chunks/Footer.module-lZvJ02_q.js +0 -9
  414. package/chunks/FormFieldInput-BnHKlreA.js +0 -62
  415. package/chunks/HeaderLayoutSidebar.module-CWZIkcLe.js +0 -9
  416. package/chunks/HeaderTabs.module-C-ZA_mn1.js +0 -9
  417. package/chunks/IslandAccordion.module-h_O6zE1D.js +0 -26
  418. package/chunks/IslandWidgetFooter.module-Qje3BoKp.js +0 -9
  419. package/chunks/IslandWidgetHeader.module-CX_EFZUr.js +0 -9
  420. package/chunks/LightBoxContent-CzLiq8KE.js +0 -56
  421. package/chunks/LightBoxControls.module-BRiJRrAF.js +0 -16
  422. package/chunks/LightBoxSideOverlayClose.module-CCW9Lhhe.js +0 -8
  423. package/chunks/ListItemTail.module-BNCbqffO.js +0 -12
  424. package/chunks/ListMasterFooter.module-TZgSWuoA.js +0 -10
  425. package/chunks/ModalWindow.module-Bf1JWUeo.js +0 -17
  426. package/chunks/Notification.module-BRB3HPvc.js +0 -21
  427. package/chunks/Overlay.module-BPWZrFj3.js +0 -18
  428. package/chunks/Page.module-qLhls7XX.js +0 -11
  429. package/chunks/SMSInput.module-C87wEVmB.js +0 -16
  430. package/chunks/SliderExtendedMarks.module-DwPWr28H.js +0 -15
  431. package/chunks/StatusTracker.module-8ARjpbBi.js +0 -24
  432. package/chunks/TableFooter.module-DgtjRZYk.js +0 -14
  433. package/chunks/TabsExtended.module-B0_ktbZ6.js +0 -16
  434. package/chunks/TabsLine.module-DGic2tTZ.js +0 -21
  435. package/chunks/TooltipDesktop.module-krYzO0tT.js +0 -19
  436. package/chunks/TooltipMobileCloseButton-D5h1S51t.js +0 -20
  437. package/chunks/TreeView.module-7xjkN1j1.js +0 -9
  438. package/chunks/utils-Bg2EU04u.js +0 -36
  439. package/chunks/utils-CIob06mu.js +0 -20
  440. package/chunks/utils-TKCSmJUI.js +0 -24
  441. package/components/Chip/ChipSelect.js +0 -55
  442. package/components/SMSInput/SMSInput.js +0 -41
  443. package/components/SMSInput/components/SMSInputInput.js +0 -63
  444. package/components/SMSInput/components/SMSInputRefresh.js +0 -39
  445. package/components/SMSInput/components/SMSInputSubmit.js +0 -43
  446. package/components/SMSInput/components/SMSInputTooltip.js +0 -38
  447. package/components/SMSInput/index.js +0 -5
  448. /package/components/{SMSInput → SMSField}/components/SubmitIcon.js +0 -0
  449. /package/components/{SMSInput → SMSField}/types.js +0 -0
@@ -1,8 +1,8 @@
1
- import { jsx as i } from "react/jsx-runtime";
2
- import { c as n } from "../../chunks/vendor-D3hUOusX.js";
3
- const t = "notificationIcon__3f9c9c7c", a = {
4
- notificationIcon: t
5
- }, s = ({ className: o, ...c }) => /* @__PURE__ */ i("span", { ...c, className: n(a.notificationIcon, o) });
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import { c as t } from "../../chunks/vendor-ClY57Zzq.js";
3
+ const c = "notificationIcon__2481642f", 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-BnHKlreA.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-hUwbIuBd.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__61f897ed", a = {
5
+ const m = "orderedList__35107680", a = {
6
6
  orderedList: m
7
7
  }, c = Object.assign(
8
- d.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ s(
8
+ d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: o(a.orderedList, e),
12
- ...r,
13
- "data-tx": "1.8.0",
11
+ className: o(a.orderedList, r),
12
+ ...e,
13
+ "data-tx": "1.10.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
- 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__3ce4d819", p = {
8
+ const a = "orderedListItem__a8f27db4", f = {
9
9
  orderedListItem: a
10
- }, c = m.forwardRef(
10
+ }, p = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
12
  d,
13
13
  {
14
- className: s(p.orderedListItem, t),
14
+ className: s(f.orderedListItem, t),
15
15
  size: i.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.8.0",
18
+ "data-tx": "1.10.0",
19
19
  ref: r
20
20
  }
21
21
  )
22
22
  );
23
- c.displayName = "OrderedListItem";
23
+ p.displayName = "OrderedListItem";
24
24
  export {
25
- c as OrderedListItem
25
+ p as OrderedListItem
26
26
  };
27
27
  //# sourceMappingURL=OrderedListItem.js.map
@@ -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-BPWZrFj3.js";
7
+ import { s as r } from "../../chunks/Overlay.module-CQY18PV-.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-BPWZrFj3.js";
3
+ import { c as t } from "../../chunks/vendor-ClY57Zzq.js";
4
+ import { s as a } from "../../chunks/Overlay.module-CQY18PV-.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-BPWZrFj3.js";
5
+ import { s as e } from "../../chunks/Overlay.module-CQY18PV-.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-qLhls7XX.js";
7
+ import { s as o } from "../../chunks/Page.module-BO9rnNjD.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,21 +1,21 @@
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
- import { EIslandType as f } from "../../Island/enums.js";
8
- const M = "bodyPage__b0cffe5d", P = "verticalMargin24__60468f0e", v = "verticalMargin16__b954be94", e = {
9
- bodyPage: M,
7
+ import { EIslandType as M } from "../../Island/enums.js";
8
+ const f = "bodyPage__fb81a033", P = "verticalMargin24__c1e48bfa", v = "verticalMargin16__dcca62a3", o = {
9
+ bodyPage: f,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
12
12
  }, _ = {
13
- [r.LARGE]: e.verticalMargin24,
14
- [r.SMALL]: e.verticalMargin16
13
+ [r.LARGE]: o.verticalMargin24,
14
+ [r.SMALL]: o.verticalMargin16
15
15
  }, b = m.forwardRef(
16
- ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...o }, i) => {
17
- const t = d(s, e.bodyPage, _[g]);
18
- return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: f.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
16
+ ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...e }, i) => {
17
+ const t = d(s, o.bodyPage, _[g]);
18
+ return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
21
  b.displayName = "BodyPage";
@@ -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-qLhls7XX.js";
12
+ import { s as c } from "../../../chunks/Page.module-BO9rnNjD.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-qLhls7XX.js";
9
+ import { s as i } from "../../../chunks/Page.module-BO9rnNjD.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,14 +1,14 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-D3hUOusX.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__9f162de2", s = {
4
+ const r = "paginationExtended__f2e11bb4", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
- ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ d(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: o(s.paginationExtended, a),
11
- "data-tx": "1.8.0",
10
+ className: d(s.paginationExtended, a),
11
+ "data-tx": "1.10.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__d0b9d101", N = "directionIconNext__b524a90c", n = {
8
- paginationNavigationButton: g,
9
- directionIconNext: N
10
- }, d = c.forwardRef(
7
+ const f = "paginationNavigationButton__45284f0e", g = "directionIconNext__ff1d0df7", n = {
8
+ paginationNavigationButton: f,
9
+ directionIconNext: g
10
+ }, N = 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__d0b9d101", N = "directionIconNext__b524a9
22
22
  );
23
23
  }
24
24
  );
25
- d.displayName = "PaginationNavigationButton";
25
+ N.displayName = "PaginationNavigationButton";
26
26
  export {
27
- d as PaginationNavigationButton
27
+ N 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__15f45239", r = {
3
+ import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ const g = "paginationNavigationExtended__273b3d6b", 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
- import { c } from "../../../chunks/vendor-D3hUOusX.js";
4
- const u = "paginationPageButton__708c6370", s = "currentPage__f6a55b4d", a = {
3
+ import { c } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ const u = "paginationPageButton__b38002c2", s = "currentPage__30ad7ec2", a = {
5
5
  paginationPageButton: u,
6
6
  currentPage: s
7
7
  }, P = g.forwardRef(
@@ -1,10 +1,10 @@
1
- import { jsx as l } from "react/jsx-runtime";
2
- import { c as p } from "../../../chunks/vendor-D3hUOusX.js";
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__e2e25ebc", r = {
4
+ const t = "pageEllipsis__bf8f6263", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
- ({ children: s, className: i, ...a }, e) => /* @__PURE__ */ l("span", { className: p(r.pageEllipsis, i), ...a, ref: e, 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,26 +1,26 @@
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 h = "paginationSelect__ee937e31", b = "paginationSelectControl__c5885cce", c = {
8
+ const h = "paginationSelect__e91a084d", b = "paginationSelectControl__0d853393", o = {
9
9
  paginationSelect: h,
10
10
  paginationSelectControl: b
11
11
  }, y = S.forwardRef(
12
- ({ paginationLabel: o, className: s, hidden: m, options: i, value: a, onChange: n }, d) => {
12
+ ({ paginationLabel: c, className: s, hidden: d, options: i, value: n, onChange: a }, m) => {
13
13
  const l = f(`Pagination-${x()}`), p = i && i.length > 0 ? i : [10, 20, 50, 100], u = (e) => {
14
14
  const r = Number(e.target.value);
15
- Number.isNaN(r) || n == null || n(r);
15
+ Number.isNaN(r) || a == null || a(r);
16
16
  };
17
- return m ? null : /* @__PURE__ */ g("div", { className: N(c.paginationSelect, s), ref: d, children: [
18
- /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: o }),
19
- /* @__PURE__ */ t("div", { className: c.paginationSelectControl, children: /* @__PURE__ */ t(
17
+ return d ? null : /* @__PURE__ */ g("div", { className: N(o.paginationSelect, s), ref: m, children: [
18
+ /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: c }),
19
+ /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  "select",
21
21
  {
22
22
  "aria-labelledby": l.current,
23
- value: a !== void 0 ? String(a) : void 0,
23
+ value: n !== void 0 ? String(n) : void 0,
24
24
  onChange: u,
25
25
  children: p.map((e) => /* @__PURE__ */ t("option", { value: e, children: e }, e))
26
26
  }
@@ -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 d } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as m } 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 n } 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 a } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__8ba0ff26", T = "md__bdf34fb3", M = "nonempty__215d60e4", u = "lg__62d9015f", I = "disabled__084f5d2f", R = "radio__958b0fec", S = "radioIcon__6af288e9", o = {
10
+ const y = "label__b99ebba7", M = "sm__19b358dd", T = "nonempty__e40a081e", S = "md__01c6f49f", u = "lg__1bad1b1b", I = "disabled__b6d77d39", R = "radio__ddb85fe8", g = "radioIcon__1d3ce0f8", o = {
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]: n.B2,
20
- [i.MD]: n.B3
21
- }, C = z(o), h = N.forwardRef((r, c) => {
22
- const { children: s, className: l, disabled: d, labelAttributes: a, size: e = i.MD, ...p } = r, f = m(o.radio, l, C[e]), _ = m(
18
+ radioIcon: g
19
+ }, B = {
20
+ [a.LG]: i.B2,
21
+ [a.MD]: i.B3,
22
+ [a.SM]: i.B3
23
+ }, C = z(o), h = N.forwardRef((c, r) => {
24
+ const { children: e, className: l, disabled: m, labelAttributes: s, size: t = a.MD, ...p } = c, b = n(o.radio, l, C[t]), _ = n(
23
25
  o.label,
24
- o[e],
25
- { [o.disabled]: !!d, [o.nonempty]: !!s },
26
- a == null ? void 0 : a.className
26
+ o[t],
27
+ { [o.disabled]: !!m, [o.nonempty]: !!e },
28
+ s == null ? void 0 : s.className
27
29
  );
28
- return /* @__PURE__ */ b("label", { ...a, className: _, "data-tx": "1.8.0", children: [
29
- /* @__PURE__ */ t("input", { type: "radio", className: f, disabled: d, ...p, ref: c }),
30
- /* @__PURE__ */ t("span", { className: o.radioIcon }),
31
- s && /* @__PURE__ */ t(x, { size: g[e], children: s })
30
+ return /* @__PURE__ */ f("label", { ...s, className: _, "data-tx": "1.10.0", children: [
31
+ /* @__PURE__ */ d("input", { type: "radio", className: b, disabled: m, ...p, ref: r }),
32
+ /* @__PURE__ */ d("span", { className: o.radioIcon }),
33
+ e && /* @__PURE__ */ d(x, { size: B[t], children: e })
32
34
  ] });
33
35
  });
34
36
  h.displayName = "Radio";
@@ -1,20 +1,20 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { c as s } from "../../chunks/vendor-D3hUOusX.js";
3
- const c = "radioXGroup__a0eee9d5", _ = "label__8ba0ff26", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__884a20e1",
6
- label: _,
7
- "indent-16": "indent-16__fca2c8c2",
8
- "indent-20": "indent-20__9b2671e6",
9
- "indent-24": "indent-24__733c0802",
10
- "indent-28": "indent-28__1383ba41",
11
- "indent-32": "indent-32__a0d91406"
12
- }, l = (e) => {
2
+ import { c as s } from "../../chunks/vendor-ClY57Zzq.js";
3
+ const _ = "radioXGroup__93b0b917", c = "label__b99ebba7", n = {
4
+ radioXGroup: _,
5
+ "indent-12": "indent-12__1813bb4e",
6
+ label: c,
7
+ "indent-16": "indent-16__7fda13ba",
8
+ "indent-20": "indent-20__73780f1d",
9
+ "indent-24": "indent-24__bcfb3872",
10
+ "indent-28": "indent-28__48fcb576",
11
+ "indent-32": "indent-32__ef9c0a24"
12
+ }, b = (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 });
15
15
  };
16
- l.displayName = "RadioXGroup";
16
+ b.displayName = "RadioXGroup";
17
17
  export {
18
- l as RadioXGroup
18
+ b as RadioXGroup
19
19
  };
20
20
  //# sourceMappingURL=RadioXGroup.js.map
@@ -1,13 +1,13 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { c as e } from "../../chunks/vendor-D3hUOusX.js";
3
- const p = "radioYGroup__52e0a710", t = {
4
- radioYGroup: p
5
- }, d = (o) => {
6
- const { children: r, className: s, ...a } = o, i = e(t.radioYGroup, s);
2
+ import { c as p } from "../../chunks/vendor-ClY57Zzq.js";
3
+ const t = "radioYGroup__903f6a46", d = {
4
+ radioYGroup: t
5
+ }, e = (o) => {
6
+ const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
7
7
  return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
8
8
  };
9
- d.displayName = "RadioYGroup";
9
+ e.displayName = "RadioYGroup";
10
10
  export {
11
- d as RadioYGroup
11
+ e as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,11 +1,11 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as d } from "../../chunks/vendor-D3hUOusX.js";
3
- const m = "row__16aae7c6", i = "noPaddingBottom__3301a5a6", o = {
4
- row: m,
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { c as m } from "../../chunks/vendor-ClY57Zzq.js";
3
+ const a = "row__d2c85e59", i = "noPaddingBottom__0319f4c3", o = {
4
+ row: a,
5
5
  noPaddingBottom: i
6
- }, e = ({ children: t, className: n, paddingBottom: a = !0, ...s }) => {
7
- const r = d(n, o.row, { [o.noPaddingBottom]: !a });
8
- return /* @__PURE__ */ c("div", { className: r, ...s, children: t });
6
+ }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
+ const c = m(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ d("div", { className: c, ...r, children: t });
9
9
  };
10
10
  e.displayName = "Row";
11
11
  export {
@@ -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-ibOZLVgV.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.10.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-C87wEVmB.js";
2
+ import { c as P } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-ibOZLVgV.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 }),
@@ -0,0 +1,63 @@
1
+ import { jsxs as n, jsx as r, Fragment as I } from "react/jsx-runtime";
2
+ import { c as _ } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import v, { useContext as M } from "react";
4
+ import { FormField as T } from "../../FormField/FormField.js";
5
+ import { FormFieldDescription as j } from "../../FormField/components/FormFieldDescription.js";
6
+ import { FormFieldCounter as y } from "../../FormField/components/FormFieldCounter.js";
7
+ import "../../FormField/components/FormFieldLabel.js";
8
+ import "../../FormField/components/FormFieldClear.js";
9
+ import "../../FormField/components/FormFieldTarget.js";
10
+ import { F as z } from "../../../chunks/FormFieldInput-hUwbIuBd.js";
11
+ import "../../FormField/components/FormFieldMaskedInput.js";
12
+ import "../../FormField/components/FormFieldPostfix.js";
13
+ import "../../FormField/components/FormFieldPrefix.js";
14
+ import "../../FormField/components/FormFieldTextarea.js";
15
+ import { EFormFieldStatus as l } from "../../FormField/enums.js";
16
+ import { FormGroup as A } from "../../FormGroup/FormGroup.js";
17
+ import { SMSFieldContext as L } from "../SMSFieldContext.js";
18
+ import { s as O } from "../../../chunks/SMSField.module-ibOZLVgV.js";
19
+ import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
20
+ const w = new RegExp(/^[0-9]*$/), B = v.forwardRef(
21
+ ({ className: f, counter: e, description: s, disabled: u, maxLength: c = 8, onChange: o, onKeyDown: i, placeholder: F, ...E }, S) => {
22
+ const {
23
+ code: a,
24
+ disabled: C,
25
+ disabledSubmit: h,
26
+ error: x,
27
+ onChangeCode: N,
28
+ onSubmitCode: R,
29
+ size: b,
30
+ sizeClassName: p
31
+ } = M(L), D = C || u, g = _(O.input, p, f);
32
+ let m = l.DEFAULT;
33
+ return D && (m = l.DISABLED), x && (m = l.ERROR), /* @__PURE__ */ n(A, { children: [
34
+ /* @__PURE__ */ r(T, { className: p, onKeyDown: (t) => {
35
+ t.keyCode === k.ENTER && !h && R(a), i == null || i(t);
36
+ }, size: b, status: m, children: /* @__PURE__ */ r(
37
+ z,
38
+ {
39
+ autoComplete: "off",
40
+ className: g,
41
+ maxLength: c,
42
+ onChange: (t) => {
43
+ const d = t.target.value;
44
+ w.test(d) && (N(d), o == null || o(t));
45
+ },
46
+ placeholder: F,
47
+ ref: S,
48
+ value: a,
49
+ ...E
50
+ }
51
+ ) }),
52
+ /* @__PURE__ */ r(j, { children: s || e ? /* @__PURE__ */ n(I, { children: [
53
+ s,
54
+ e ? /* @__PURE__ */ r(y, { children: e }) : null
55
+ ] }) : null })
56
+ ] });
57
+ }
58
+ );
59
+ B.displayName = "SMSFieldInput";
60
+ export {
61
+ B as SMSFieldInput
62
+ };
63
+ //# sourceMappingURL=SMSFieldInput.js.map