@sberbusiness/triplex-next 0.12.0 → 0.14.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 (431) hide show
  1. package/README.md +4 -4
  2. package/chunks/AlertProcessSpoiler-Clc5Pcoq.js +39 -0
  3. package/chunks/{CalendarViewItem-B7_R_3t_.js → CalendarViewItem-BXB-l14w.js} +30 -30
  4. package/chunks/Card.module-Cu7AW6wF.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +14 -0
  6. package/chunks/{Chip-BiNNkTCM.js → Chip-CY6jm0GS.js} +7 -7
  7. package/chunks/Confirm.module-OZDQwZ76.js +15 -0
  8. package/chunks/{DropdownListItem-BxEqWaJ8.js → DropdownListItem-BsD2UckS.js} +22 -22
  9. package/chunks/DropdownMobile.module-DyAN0fdk.js +23 -0
  10. package/chunks/Footer.module-CNLRKuaO.js +9 -0
  11. package/chunks/FormFieldInput-fdQkON04.js +60 -0
  12. package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +9 -0
  13. package/chunks/HeaderTabs.module-bgwZzpN5.js +9 -0
  14. package/chunks/{HeaderTitle.module-DlNyNird.js → HeaderTitle.module-DcwCxesK.js} +2 -2
  15. package/chunks/IslandAccordion.module-CkwZRvz0.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-CRDSENKS.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CplPMePk.js +9 -0
  18. package/chunks/{LightBoxContent-DBZCrC3l.js → LightBoxContent-3oHJFM6-.js} +11 -11
  19. package/chunks/LightBoxControls.module-BiErhmuy.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +8 -0
  21. package/chunks/{ListItemControlsButton-B7xM1V5l.js → ListItemControlsButton-DQyZxkWl.js} +12 -12
  22. package/chunks/ListItemTail.module-BcXdd7Tg.js +12 -0
  23. package/chunks/ListMasterFooter.module-IIuFg261.js +10 -0
  24. package/chunks/ModalWindow.module-BxpQ7u7J.js +17 -0
  25. package/chunks/Notification.module-Dd05nJZX.js +21 -0
  26. package/chunks/Overlay.module-nyoFWXgt.js +18 -0
  27. package/chunks/Page.module-COesJT7Q.js +11 -0
  28. package/chunks/{RightBorderArrow-qUNK7k_Z.js → RightBorderArrow-NMZgNz0e.js} +11 -11
  29. package/chunks/SMSField.module-CyHqtrvG.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +15 -0
  31. package/chunks/{SliderExtendedRail-fxB35VnJ.js → SliderExtendedRail-w5E8mOCQ.js} +8 -8
  32. package/chunks/StatusTracker.module-4qTM1xYQ.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BRLUCupu.js → SuggestFieldMobileDropdownHint-Bu9hDMWX.js} +2 -2
  34. package/chunks/TableFooter.module-w1swDJka.js +14 -0
  35. package/chunks/TabsExtended.module-tx9R1r2s.js +16 -0
  36. package/chunks/TabsLine.module-DySAqOh5.js +21 -0
  37. package/chunks/TooltipDesktop.module-CVyAe5HN.js +19 -0
  38. package/chunks/TreeView.module-4qMoe0gI.js +9 -0
  39. package/chunks/UploadZoneInput-DxpDQJSy.js +33 -0
  40. package/chunks/{utils-pT3qplA1.js → utils-BqO-7PCm.js} +5 -5
  41. package/chunks/{utils-Kc2jGbAd.js → utils-CXsSOP27.js} +6 -6
  42. package/chunks/utils-Clzm2Vel.js +73 -0
  43. package/chunks/utils-Dtu8f6BX.js +24 -0
  44. package/chunks/{utils-D3BbfI4I.js → utils-H2e9tc3r.js} +6 -6
  45. package/chunks/vendor-CalMVkfj.js +12482 -0
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +12 -12
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +7 -7
  52. package/components/AmountField/AmountField.js +7 -7
  53. package/components/Avatar/Avatar.js +27 -0
  54. package/components/Avatar/enums.js +5 -0
  55. package/components/Avatar/index.js +7 -0
  56. package/components/Avatar/types.js +2 -0
  57. package/components/Body/Body.js +6 -6
  58. package/components/Button/Button.js +13 -13
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +18 -18
  61. package/components/Button/ButtonDropdownExtended.js +8 -8
  62. package/components/Button/ButtonIcon.js +11 -11
  63. package/components/Calendar/Calendar.js +36 -35
  64. package/components/Calendar/CalendarContext.js +5 -5
  65. package/components/Calendar/components/CalendarControls.js +1 -1
  66. package/components/Calendar/components/CalendarFooter.js +4 -4
  67. package/components/Calendar/components/CalendarViewDays.js +21 -20
  68. package/components/Calendar/components/CalendarViewItem.js +2 -2
  69. package/components/Calendar/components/CalendarViewMonths.js +21 -21
  70. package/components/Calendar/components/CalendarViewYears.js +15 -15
  71. package/components/Calendar/utils.js +6 -6
  72. package/components/Card/CardAction.js +4 -4
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +5 -5
  81. package/components/Checkbox/Checkbox.js +21 -21
  82. package/components/Checkbox/CheckboxXGroup.js +12 -12
  83. package/components/Checkbox/CheckboxYGroup.js +2 -2
  84. package/components/CheckboxTree/CheckboxTree.js +14 -13
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
  86. package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +39 -46
  90. package/components/Chip/Chip.js +2 -2
  91. package/components/Chip/ChipClearButton.js +5 -5
  92. package/components/Chip/ChipDatePicker/ChipDatePicker.js +16 -16
  93. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  94. package/components/Chip/ChipDropdownArrow.js +8 -8
  95. package/components/Chip/ChipIcon.js +1 -1
  96. package/components/Chip/ChipMultiselect.js +2 -2
  97. package/components/Chip/ChipOptions.js +4 -4
  98. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  99. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  100. package/components/Chip/ChipSort.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  103. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  104. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  105. package/components/Chip/index.js +1 -1
  106. package/components/ChipGroup/ChipGroup.js +9 -9
  107. package/components/Col/Col.js +135 -135
  108. package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
  109. package/components/Confirm/Confirm.js +2 -2
  110. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  111. package/components/Confirm/components/ConfirmContent.js +2 -2
  112. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  113. package/components/Confirm/components/ConfirmControls.js +2 -2
  114. package/components/DateField/DateField.js +9 -9
  115. package/components/DateField/utils.js +3 -3
  116. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  117. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
  118. package/components/DateRange/DateRange.js +31 -30
  119. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  120. package/components/DesignTokens/DesignTokensComponents.js +106 -104
  121. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +104 -102
  122. package/components/DesignTokens/components/Avatar.js +9 -0
  123. package/components/DesignTokens/components/LightBox.js +1 -1
  124. package/components/DesignTokens/components/index.js +156 -153
  125. package/components/Divider/Divider.js +21 -21
  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 +3 -3
  143. package/components/Ellipsis/Ellipsis.js +6 -6
  144. package/components/ExpandAnimation/ExpandAnimation.js +18 -18
  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 +51 -45
  150. package/components/FormField/components/FormFieldClear.js +18 -18
  151. package/components/FormField/components/FormFieldCounter.js +4 -4
  152. package/components/FormField/components/FormFieldDescription.js +7 -7
  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 +22 -22
  156. package/components/FormField/components/FormFieldPostfix.js +2 -2
  157. package/components/FormField/components/FormFieldPrefix.js +6 -6
  158. package/components/FormField/components/FormFieldTarget.js +17 -17
  159. package/components/FormField/components/FormFieldTextarea.js +32 -35
  160. package/components/FormField/index.js +16 -15
  161. package/components/Header/Header.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  165. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
  166. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  167. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  169. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  172. package/components/HelpBox/HelpBox.js +41 -42
  173. package/components/Island/Island.js +2 -2
  174. package/components/Island/components/IslandBody.js +5 -5
  175. package/components/Island/components/IslandFooter.js +4 -4
  176. package/components/Island/components/IslandHeader.js +2 -2
  177. package/components/Island/utils.js +1 -1
  178. package/components/IslandAccordion/IslandAccordion.js +3 -3
  179. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  180. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  181. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  182. package/components/IslandWidget/IslandWidget.js +14 -14
  183. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
  184. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  186. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  188. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  189. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  191. package/components/LightBox/LightBox.js +12 -12
  192. package/components/LightBox/LightBoxContent.js +2 -2
  193. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  195. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  197. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +20 -20
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  201. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +14 -12
  202. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -12
  203. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  204. package/components/Link/Link.js +12 -12
  205. package/components/List/List.js +6 -6
  206. package/components/List/ListSortable.js +1 -1
  207. package/components/List/components/ListEmptyState.js +2 -2
  208. package/components/List/components/ListItem.js +1 -1
  209. package/components/List/components/ListItemContent.js +6 -6
  210. package/components/List/components/ListItemControls.js +2 -2
  211. package/components/List/components/ListItemControlsButton.js +2 -2
  212. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  213. package/components/List/components/ListItemLoading.js +2 -2
  214. package/components/List/components/ListItemSelectable.js +7 -7
  215. package/components/List/components/ListItemTable.js +2 -2
  216. package/components/List/components/ListItemTailLeft.js +2 -2
  217. package/components/List/components/ListItemTailRight.js +2 -2
  218. package/components/List/components/ListSortableItem.js +10 -10
  219. package/components/List/components/ListSortableItemControls.js +2 -2
  220. package/components/List/components/ListSortableItemTarget.js +8 -8
  221. package/components/List/index.js +1 -1
  222. package/components/ListMaster/ListMaster.js +1 -1
  223. package/components/ListMaster/components/ListMasterBody.js +1 -1
  224. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  225. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  226. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  227. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  228. package/components/ListMaster/components/ListMasterHeader.js +13 -13
  229. package/components/ListMaster/components/SelectionControls.js +7 -7
  230. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  231. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  232. package/components/LoaderScreen/LoaderScreen.js +12 -12
  233. package/components/Marker/Marker.js +2 -2
  234. package/components/Marker/utils.js +1 -1
  235. package/components/MarkerStatus/MarkerStatus.js +13 -13
  236. package/components/ModalWindow/ModalWindow.js +2 -2
  237. package/components/ModalWindow/components/ModalWindowBody.js +3 -3
  238. package/components/ModalWindow/components/ModalWindowClose.js +10 -10
  239. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  240. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  242. package/components/MonthYearField/utils.js +1 -1
  243. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +21 -16
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  247. package/components/Notification/Notification.js +3 -3
  248. package/components/Notification/NotificationGrouped.js +1 -1
  249. package/components/Notification/components/NotificationBody.js +1 -1
  250. package/components/Notification/components/NotificationBodyContent.js +1 -1
  251. package/components/Notification/components/NotificationBodyList.js +2 -2
  252. package/components/Notification/components/NotificationClose.js +1 -1
  253. package/components/Notification/components/NotificationFooter.js +1 -1
  254. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  255. package/components/Notification/components/NotificationHeader.js +1 -1
  256. package/components/Notification/components/NotificationIcon.js +1 -1
  257. package/components/Notification/components/NotificationTime.js +1 -1
  258. package/components/NotificationIcon/NotificationIcon.js +2 -2
  259. package/components/NumberField/NumberFieldInput.js +2 -2
  260. package/components/OrderedList/OrderedList.js +6 -6
  261. package/components/OrderedList/OrderedListItem.js +6 -6
  262. package/components/Overlay/Overlay.js +2 -2
  263. package/components/Overlay/OverlayMask.js +2 -2
  264. package/components/Overlay/OverlayPanel.js +2 -2
  265. package/components/Page/Page.js +2 -2
  266. package/components/Page/components/BodyPage.js +9 -9
  267. package/components/Page/components/FooterPage.js +2 -2
  268. package/components/Page/components/HeaderPage.js +2 -2
  269. package/components/Pagination/components/PaginationExtended.js +3 -3
  270. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  271. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  272. package/components/Pagination/components/PaginationPageButton.js +2 -2
  273. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  274. package/components/Pagination/components/PaginationSelect.js +5 -5
  275. package/components/Pagination/utils/paginationUtils.js +5 -5
  276. package/components/Radio/Radio.js +13 -13
  277. package/components/Radio/RadioXGroup.js +13 -13
  278. package/components/Radio/RadioYGroup.js +7 -7
  279. package/components/Row/Row.js +7 -7
  280. package/components/SMSField/SMSField.js +3 -3
  281. package/components/SMSField/components/RefreshIcon.js +2 -2
  282. package/components/SMSField/components/SMSFieldInput.js +3 -3
  283. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  284. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  285. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  286. package/components/SegmentedControl/SegmentedControl.js +5 -5
  287. package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
  288. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  289. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  290. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -82
  291. package/components/SelectField/SelectField.js +1 -1
  292. package/components/Skeleton/Skeleton.js +11 -11
  293. package/components/SliderExtended/SliderExtended.js +3 -3
  294. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +8 -8
  295. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  296. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  297. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  298. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
  299. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +9 -9
  300. package/components/SmallInput/SmallInput.js +5 -5
  301. package/components/Spoiler/Spoiler.js +12 -12
  302. package/components/StatusTracker/StatusTracker.js +3 -3
  303. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  313. package/components/Step/Step.js +7 -7
  314. package/components/Stepper/RightBorderArrow.js +1 -1
  315. package/components/Stepper/Stepper.js +16 -16
  316. package/components/Stepper/StepperExtended.js +2 -2
  317. package/components/Stepper/StepperStep.js +3 -3
  318. package/components/Stepper/StepperWrapper.js +3 -3
  319. package/components/Suggest/Suggest.js +1 -1
  320. package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
  321. package/components/SuggestField/SuggestField.js +1 -1
  322. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  323. package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
  324. package/components/SuggestField/desktop/SuggestFieldDesktop.js +31 -31
  325. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  326. package/components/SuggestField/index.js +1 -1
  327. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  328. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  329. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  330. package/components/SuggestField/mobile/index.js +1 -1
  331. package/components/SwipeableArea/SwipeableArea.js +11 -11
  332. package/components/Table/FilterPanel.js +3 -3
  333. package/components/Table/MasterTable.js +3 -3
  334. package/components/Table/NoColumns.js +2 -2
  335. package/components/Table/PaginationPanel.js +3 -3
  336. package/components/Table/TableBasic/TableBasic.js +2 -2
  337. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  338. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  339. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  340. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  341. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
  342. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  343. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  344. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  346. package/components/Table/TableFooter/TableFooter.js +2 -2
  347. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  348. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  349. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  351. package/components/Table/TabsLinePanel.js +2 -2
  352. package/components/Table/TabsLinePanelLinks.js +8 -8
  353. package/components/Table/utils.js +1 -1
  354. package/components/Tabs/Tabs.js +31 -30
  355. package/components/TabsExtended/TabsExtended.js +3 -3
  356. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  357. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  361. package/components/TabsExtended/utils.js +1 -1
  362. package/components/TabsLine/TabsLine.js +2 -2
  363. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  364. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  365. package/components/TabsLine/components/TabsLineItem.js +2 -2
  366. package/components/TabsLine/components/TabsLineMobile.js +11 -11
  367. package/components/Tag/Tag.js +29 -29
  368. package/components/TagColor/TagColor.js +7 -7
  369. package/components/TagGroup/TagGroup.js +13 -13
  370. package/components/TextField/TextField.js +1 -1
  371. package/components/TextareaField/TextareaField.js +2 -2
  372. package/components/ThemeProvider/ThemeProvider.js +4 -4
  373. package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
  374. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  375. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  376. package/components/Tooltip/components/common/TooltipXButton.js +8 -8
  377. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  378. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  379. package/components/Tooltip/components/mobile/TooltipMobile.js +37 -36
  380. package/components/TopOverlay/TopOverlay.js +2 -2
  381. package/components/TreeView/TreeView.js +2 -2
  382. package/components/TreeView/components/TreeViewGroup.js +1 -1
  383. package/components/TreeView/components/TreeViewNode.js +2 -2
  384. package/components/Typography/Caption.js +24 -24
  385. package/components/Typography/Text.js +17 -17
  386. package/components/Typography/Title.js +13 -13
  387. package/components/Typography/utils.js +1 -1
  388. package/components/UnorderedList/UnorderedList.js +9 -9
  389. package/components/UnorderedList/UnorderedListItem.js +6 -6
  390. package/components/UploadZone/UploadZone.js +69 -91
  391. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  392. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  393. package/components/index.js +554 -549
  394. package/consts/DateConst.js +6 -6
  395. package/index.d.ts +59 -23
  396. package/index.js +598 -593
  397. package/package.json +7 -3
  398. package/styles/triplex-next.css +534 -533
  399. package/utils/amountUtils.js +1 -1
  400. package/chunks/AlertProcessSpoiler-SFMiAq2e.js +0 -39
  401. package/chunks/Card.module-B8eF0PyT.js +0 -17
  402. package/chunks/CheckboxTreeExtended.module-BL2GvhSW.js +0 -11
  403. package/chunks/Confirm.module-DtGkChdz.js +0 -15
  404. package/chunks/DropdownMobile.module-hCX_8o3O.js +0 -23
  405. package/chunks/Footer.module-CmBv6U70.js +0 -9
  406. package/chunks/FormFieldInput-B4hNuHJx.js +0 -62
  407. package/chunks/HeaderLayoutSidebar.module-72lLZguP.js +0 -9
  408. package/chunks/HeaderTabs.module-Cg4Skmf_.js +0 -9
  409. package/chunks/IslandAccordion.module-CASKTyF5.js +0 -25
  410. package/chunks/IslandWidgetFooter.module-BOmbhSZq.js +0 -9
  411. package/chunks/IslandWidgetHeader.module-Bb1VehSy.js +0 -9
  412. package/chunks/LightBoxControls.module-Bd3m7ZxT.js +0 -16
  413. package/chunks/LightBoxSideOverlayClose.module-BOo9E8eM.js +0 -8
  414. package/chunks/ListItemTail.module-Cc6Q6gR8.js +0 -12
  415. package/chunks/ListMasterFooter.module-CPTvVSEg.js +0 -10
  416. package/chunks/ModalWindow.module-Cjfs_3lX.js +0 -17
  417. package/chunks/Notification.module-DRNzc662.js +0 -21
  418. package/chunks/Overlay.module-CyE4VM64.js +0 -18
  419. package/chunks/Page.module-CiiwZIG0.js +0 -11
  420. package/chunks/SMSField.module-Df8IlNx3.js +0 -16
  421. package/chunks/SliderExtendedMarks.module-C3yroPQo.js +0 -15
  422. package/chunks/StatusTracker.module-C3dx5TPW.js +0 -24
  423. package/chunks/TableFooter.module-CJATQpk2.js +0 -14
  424. package/chunks/TabsExtended.module-mbk25DHy.js +0 -16
  425. package/chunks/TabsLine.module-eLr2Qyu1.js +0 -21
  426. package/chunks/TooltipDesktop.module-D4l2yNW-.js +0 -19
  427. package/chunks/TreeView.module-BZTj2oze.js +0 -9
  428. package/chunks/UploadZoneInput-ZvLsxymO.js +0 -35
  429. package/chunks/utils-CkEbPHhV.js +0 -73
  430. package/chunks/utils-bltVmJ1Y.js +0 -24
  431. package/chunks/vendor-BARd5eYq.js +0 -15069
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-DRNzc662.js";
2
+ import { s as t } from "../../../chunks/Notification.module-Dd05nJZX.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { c as t } from "../../chunks/vendor-BARd5eYq.js";
3
- const c = "notificationIcon__47daabaa", a = {
2
+ import { c as t } from "../../chunks/vendor-CalMVkfj.js";
3
+ const c = "notificationIcon__6eb8b15f", a = {
4
4
  notificationIcon: c
5
5
  }, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: t(a.notificationIcon, o) });
6
6
  s.displayName = "NotificationIcon";
@@ -1,12 +1,12 @@
1
1
  import { jsx as g } from "react/jsx-runtime";
2
2
  import h, { useCallback as l } from "react";
3
- import "../FormField/FormFieldContext.js";
3
+ import "../FormField/FormField.js";
4
4
  import "../FormField/components/FormFieldDescription.js";
5
5
  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-B4hNuHJx.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-fdQkON04.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
- import d from "react";
3
- import { c as o } from "../../chunks/vendor-BARd5eYq.js";
2
+ import o from "react";
3
+ import { c as d } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__5d8839fc", a = {
5
+ const m = "orderedList__07f077b1", a = {
6
6
  orderedList: m
7
7
  }, c = Object.assign(
8
- d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
8
+ o.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: o(a.orderedList, r),
11
+ className: d(a.orderedList, r),
12
12
  ...e,
13
- "data-tx": "0.12.0",
13
+ "data-tx": "0.14.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,13 +1,13 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../chunks/vendor-BARd5eYq.js";
3
+ import { c as s } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import "../Typography/Title.js";
5
5
  import { Text as i } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
7
  import { ETextSize as d } from "../Typography/enums.js";
8
- const a = "orderedListItem__88160264", p = {
8
+ const a = "orderedListItem__d0a3725f", p = {
9
9
  orderedListItem: a
10
- }, c = m.forwardRef(
10
+ }, f = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
12
  i,
13
13
  {
@@ -15,13 +15,13 @@ const a = "orderedListItem__88160264", p = {
15
15
  size: d.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "0.12.0",
18
+ "data-tx": "0.14.0",
19
19
  ref: r
20
20
  }
21
21
  )
22
22
  );
23
- c.displayName = "OrderedListItem";
23
+ f.displayName = "OrderedListItem";
24
24
  export {
25
- c as OrderedListItem
25
+ f 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-BARd5eYq.js";
3
+ import { c as u } from "../../chunks/vendor-CalMVkfj.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-CyE4VM64.js";
7
+ import { s as r } from "../../chunks/Overlay.module-nyoFWXgt.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-BARd5eYq.js";
4
- import { s as a } from "../../chunks/Overlay.module-CyE4VM64.js";
3
+ import { c as t } from "../../chunks/vendor-CalMVkfj.js";
4
+ import { s as a } from "../../chunks/Overlay.module-nyoFWXgt.js";
5
5
  const p = l.forwardRef(({ className: r, opened: s, ...o }, e) => /* @__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 P } from "../../chunks/vendor-BARd5eYq.js";
3
+ import { c as P } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import { EOverlayDirection as a } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-CyE4VM64.js";
5
+ import { s as e } from "../../chunks/Overlay.module-nyoFWXgt.js";
6
6
  const T = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -1,10 +1,10 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as i } from "../../chunks/vendor-BARd5eYq.js";
3
+ import { c as i } from "../../chunks/vendor-CalMVkfj.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-CiiwZIG0.js";
7
+ import { s as o } from "../../chunks/Page.module-COesJT7Q.js";
8
8
  import "./components/enums.js";
9
9
  const c = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, m) {
@@ -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-BARd5eYq.js";
4
+ import { c as d } from "../../../chunks/vendor-CalMVkfj.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 P = "bodyPage__9c04268f", f = "verticalMargin24__db07b35d", v = "verticalMargin16__b5a92078", o = {
9
- bodyPage: P,
10
- verticalMargin24: f,
8
+ const f = "bodyPage__fe1d44aa", P = "verticalMargin24__54ed9b32", v = "verticalMargin16__4c4fe3b7", e = {
9
+ bodyPage: f,
10
+ verticalMargin24: P,
11
11
  verticalMargin16: v
12
12
  }, b = {
13
- [r.LARGE]: o.verticalMargin24,
14
- [r.SMALL]: o.verticalMargin16
13
+ [r.LARGE]: e.verticalMargin24,
14
+ [r.SMALL]: e.verticalMargin16
15
15
  }, _ = m.forwardRef(
16
- ({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
17
- const t = d(s, o.bodyPage, b[g]);
18
- return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
16
+ ({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...o }, i) => {
17
+ const t = d(s, e.bodyPage, b[g]);
18
+ return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
19
19
  }
20
20
  );
21
21
  _.displayName = "BodyPage";
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import R, { useRef as u } from "react";
3
- import { c as T } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { c as T } from "../../../chunks/vendor-CalMVkfj.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 y } 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 n } from "../../../chunks/Page.module-CiiwZIG0.js";
12
+ import { s as n } from "../../../chunks/Page.module-COesJT7Q.js";
13
13
  const N = Object.assign(
14
14
  R.forwardRef(
15
15
  ({ className: m, type: r, size: a, sticky: p, ...f }, 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 l } from "../../../chunks/vendor-BARd5eYq.js";
5
+ import { c as l } from "../../../chunks/vendor-CalMVkfj.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-CiiwZIG0.js";
9
+ import { s as i } from "../../../chunks/Page.module-COesJT7Q.js";
10
10
  const C = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-BARd5eYq.js";
2
+ import { c as i } from "../../../chunks/vendor-CalMVkfj.js";
3
3
  import d from "react";
4
- const r = "paginationExtended__38962985", s = {
4
+ const r = "paginationExtended__55219901", s = {
5
5
  paginationExtended: r
6
6
  }, x = d.forwardRef(
7
7
  ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
10
  className: i(s.paginationExtended, n),
11
- "data-tx": "0.12.0",
11
+ "data-tx": "0.14.0",
12
12
  ...a,
13
13
  ref: e,
14
14
  children: t
@@ -4,7 +4,7 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__1ef9fc0f", N = "directionIconNext__e43c651a", n = {
7
+ const g = "paginationNavigationButton__b76d52aa", N = "directionIconNext__fb4f15a3", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
10
  }, f = c.forwardRef(
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as d } from "../../../chunks/vendor-BARd5eYq.js";
4
- const g = "paginationNavigationExtended__2eacd1e4", r = {
3
+ import { c as d } from "../../../chunks/vendor-CalMVkfj.js";
4
+ const g = "paginationNavigationExtended__1ddf5329", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: i, ...n }, t) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, i), ...n, ref: t, children: a })
@@ -1,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-BARd5eYq.js";
4
- const s = "paginationPageButton__5b1eea54", u = "currentPage__ff24eb05", a = {
3
+ import { c } from "../../../chunks/vendor-CalMVkfj.js";
4
+ const s = "paginationPageButton__3501a63b", u = "currentPage__11b8c934", a = {
5
5
  paginationPageButton: s,
6
6
  currentPage: u
7
7
  }, P = g.forwardRef(
@@ -1,7 +1,7 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
- import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
2
+ import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__f3cfa8be", r = {
4
+ const t = "pageEllipsis__db623083", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
7
  ({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
@@ -1,23 +1,23 @@
1
1
  import { jsxs as d, jsx as n } from "react/jsx-runtime";
2
2
  import g, { useState as f } from "react";
3
- import { a as u, c as x } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { a as u, c as x } from "../../../chunks/vendor-CalMVkfj.js";
4
4
  import "../../Typography/Title.js";
5
5
  import { Text as b } from "../../Typography/Text.js";
6
6
  import "../../Typography/Caption.js";
7
7
  import { ETextSize as C } from "../../Typography/enums.js";
8
8
  import { SelectField as h } from "../../SelectField/SelectField.js";
9
9
  import { EComponentSize as v } from "../../../enums/EComponentSize.js";
10
- const z = "paginationSelect__6f30021d", P = "paginationSelectControl__fe327692", l = {
10
+ const z = "paginationSelect__acf58f78", P = "paginationSelectControl__cdeff3d9", l = {
11
11
  paginationSelect: z,
12
12
  paginationSelectControl: P
13
13
  }, _ = g.forwardRef(
14
- ({ paginationLabel: o, className: r, hidden: s, options: e, value: t, onChange: c }, m) => {
14
+ ({ paginationLabel: o, className: r, hidden: c, options: e, value: t, onChange: s }, m) => {
15
15
  const [a] = f(() => `Pagination-${u()}`), p = (e && e.length > 0 ? e : [10, 20, 50, 100]).map((i) => ({
16
16
  id: String(i),
17
17
  value: String(i),
18
18
  label: String(i)
19
19
  })), S = t !== void 0 ? { id: String(t), value: String(t), label: String(t) } : void 0;
20
- return s ? null : /* @__PURE__ */ d("div", { className: x(l.paginationSelect, r), ref: m, children: [
20
+ return c ? null : /* @__PURE__ */ d("div", { className: x(l.paginationSelect, r), ref: m, children: [
21
21
  /* @__PURE__ */ n(b, { size: C.B3, id: a, children: o }),
22
22
  /* @__PURE__ */ n("div", { className: l.paginationSelectControl, children: /* @__PURE__ */ n(
23
23
  h,
@@ -26,7 +26,7 @@ const z = "paginationSelect__6f30021d", P = "paginationSelectControl__fe327692",
26
26
  value: S,
27
27
  mobileTitle: o,
28
28
  options: p,
29
- onChange: c,
29
+ onChange: s,
30
30
  targetProps: {
31
31
  fieldLabel: ""
32
32
  },
@@ -1,5 +1,5 @@
1
- import { m as R } from "../../../chunks/vendor-BARd5eYq.js";
2
- const t = -1, h = {
1
+ import { k as R } from "../../../chunks/vendor-CalMVkfj.js";
2
+ const m = -1, h = {
3
3
  // Создание массива чисел в заданном диапазоне с заданным шагом.
4
4
  generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
5
5
  // Создание массивов страниц в начале, конце и вокруг текущей.
@@ -23,12 +23,12 @@ const t = -1, h = {
23
23
  boundaryCount: e,
24
24
  totalPages: s
25
25
  }) => {
26
- const { boundaryDivider: p, endPages: m, siblingsEnd: g, siblingsStart: a, startPages: c } = h.generatePageRanges(n, i, e, s), r = c;
27
- return a > e + p ? r.push(t) : e + 1 < s - e && r.push(e + 1), r.push(...h.generateRange(a, g)), g < s - e - 1 ? r.push(t) : s - e > e && r.push(s - e), r.push(...m), r;
26
+ const { boundaryDivider: p, endPages: t, siblingsEnd: g, siblingsStart: a, startPages: c } = h.generatePageRanges(n, i, e, s), r = c;
27
+ return a > e + p ? r.push(m) : e + 1 < s - e && r.push(e + 1), r.push(...h.generateRange(a, g)), g < s - e - 1 ? r.push(m) : s - e > e && r.push(s - e), r.push(...t), r;
28
28
  }
29
29
  };
30
30
  export {
31
- t as PAGINATION_ELLIPSIS_VALUE,
31
+ m as PAGINATION_ELLIPSIS_VALUE,
32
32
  h as PaginationUtils
33
33
  };
34
34
  //# sourceMappingURL=paginationUtils.js.map
@@ -1,36 +1,36 @@
1
- import { jsxs as b, jsx as i } from "react/jsx-runtime";
1
+ import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c } from "../../chunks/vendor-BARd5eYq.js";
3
+ import { c as n } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import "../Typography/Title.js";
5
5
  import { Text as x } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
7
  import { ETextSize as m } from "../Typography/enums.js";
8
8
  import { EComponentSize as a } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__13858340", M = "sm__467394ac", T = "nonempty__7f13f767", S = "md__16830728", I = "lg__a118f10d", R = "disabled__276311ba", g = "radio__428ff499", u = "radioIcon__624fbea3", o = {
10
+ const y = "label__a59b604b", M = "sm__ece69c65", T = "nonempty__f533c48e", S = "md__4bdab3dc", g = "lg__3b9574d6", I = "disabled__67065b5e", R = "radio__846972d8", u = "radioIcon__27895869", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
14
14
  md: S,
15
- lg: I,
16
- disabled: R,
17
- radio: g,
15
+ lg: g,
16
+ disabled: I,
17
+ radio: R,
18
18
  radioIcon: u
19
19
  }, B = {
20
20
  [a.LG]: m.B2,
21
21
  [a.MD]: m.B3,
22
- [a.SM]: m.B3
23
- }, C = z(o), h = N.forwardRef((r, l) => {
24
- const { children: e, className: d, disabled: n, labelAttributes: s, size: t = a.MD, ...p } = r, _ = c(o.radio, d, C[t]), f = c(
22
+ [a.SM]: m.B4
23
+ }, C = z(o), h = N.forwardRef((d, r) => {
24
+ const { children: e, className: l, disabled: c, labelAttributes: s, size: t = a.MD, ...p } = d, b = n(o.radio, l, C[t]), _ = n(
25
25
  o.label,
26
26
  o[t],
27
- { [o.disabled]: !!n, [o.nonempty]: !!e },
27
+ { [o.disabled]: !!c, [o.nonempty]: !!e },
28
28
  s == null ? void 0 : s.className
29
29
  );
30
- return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "0.12.0", children: [
31
- /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: n, ...p, ref: l }),
30
+ return /* @__PURE__ */ f("label", { ...s, className: _, "data-tx": "0.14.0", children: [
31
+ /* @__PURE__ */ i("input", { type: "radio", className: b, disabled: c, ...p, ref: r }),
32
32
  /* @__PURE__ */ i("span", { className: o.radioIcon }),
33
- e && /* @__PURE__ */ i(x, { size: B[t], children: e })
33
+ e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
34
34
  ] });
35
35
  });
36
36
  h.displayName = "Radio";
@@ -1,17 +1,17 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { c as s } from "../../chunks/vendor-BARd5eYq.js";
3
- const _ = "radioXGroup__eb24814b", c = "label__13858340", n = {
4
- radioXGroup: _,
5
- "indent-12": "indent-12__26c6cfad",
6
- label: c,
7
- "indent-16": "indent-16__7aafee66",
8
- "indent-20": "indent-20__e09106f0",
9
- "indent-24": "indent-24__1b152aab",
10
- "indent-28": "indent-28__8a1fe326",
11
- "indent-32": "indent-32__714d713f"
12
- }, l = (e) => {
13
- const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
- return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
2
+ import { c as s } from "../../chunks/vendor-CalMVkfj.js";
3
+ const c = "radioXGroup__438792aa", _ = "label__a59b604b", n = {
4
+ radioXGroup: c,
5
+ "indent-12": "indent-12__64395add",
6
+ label: _,
7
+ "indent-16": "indent-16__1eb80d6c",
8
+ "indent-20": "indent-20__9ca42893",
9
+ "indent-24": "indent-24__c834182d",
10
+ "indent-28": "indent-28__5c999aa7",
11
+ "indent-32": "indent-32__899b41fd"
12
+ }, l = (d) => {
13
+ const { children: e, className: a, indent: i = 12, ...o } = d, t = s(n.radioXGroup, n[`indent-${i}`], a);
14
+ return /* @__PURE__ */ r("div", { className: t, role: "radiogroup", ...o, children: e });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,13 +1,13 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { c as e } from "../../chunks/vendor-BARd5eYq.js";
3
- const p = "radioYGroup__90e839f2", 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-CalMVkfj.js";
3
+ const t = "radioYGroup__15abb454", 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-BARd5eYq.js";
3
- const m = "row__06e22a18", i = "noPaddingBottom__f0fca487", o = {
4
- row: m,
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import { c as a } from "../../chunks/vendor-CalMVkfj.js";
3
+ const c = "row__ed441538", i = "noPaddingBottom__7bd65118", o = {
4
+ row: c,
5
5
  noPaddingBottom: i
6
- }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
- const a = d(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ c("div", { className: a, ...r, children: t });
6
+ }, e = ({ children: t, className: n, paddingBottom: s = !0, ...d }) => {
7
+ const r = a(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ m("div", { className: r, ...d, children: t });
9
9
  };
10
10
  e.displayName = "Row";
11
11
  export {
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as C } from "../../chunks/vendor-BARd5eYq.js";
2
+ import { c as C } from "../../chunks/vendor-CalMVkfj.js";
3
3
  import { useState as i } from "react";
4
4
  import { SMSFieldContext as h } from "./SMSFieldContext.js";
5
5
  import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
6
6
  import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
7
7
  import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
8
8
  import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
9
- import { s } from "../../chunks/SMSField.module-Df8IlNx3.js";
9
+ import { s } from "../../chunks/SMSField.module-CyHqtrvG.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
11
  const I = z(s), e = (r) => {
12
12
  const { children: m, className: l, code: a, disabled: d, error: S, onChangeCode: p, onSubmitCode: c, size: o, ...n } = r, [f, u] = i(!0), [b, M] = i(), F = C(s.smsField, l);
@@ -26,7 +26,7 @@ const I = z(s), e = (r) => {
26
26
  sizeClassName: I[o],
27
27
  tooltipId: b
28
28
  },
29
- children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.12.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.14.0", children: m })
30
30
  }
31
31
  );
32
32
  };
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as s } from "react/jsx-runtime";
2
- import { c as P } from "../../../chunks/vendor-BARd5eYq.js";
3
- import { s as o } from "../../../chunks/SMSField.module-Df8IlNx3.js";
2
+ import { c as P } from "../../../chunks/vendor-CalMVkfj.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-CyHqtrvG.js";
4
4
  import { EComponentSize as u } from "../../../enums/EComponentSize.js";
5
5
  const r = "M2 10c0-4.42 3.58-8 8-8 2.52 0 4.77 1.16 6.24 3H13.5c-.56 0-1 .44-1 1 0 .55.44 1 1 1h5c.55 0 1-.45 1-1V1c0-.56-.45-1-1-1-.56 0-1 .44-1 1v2.38A10.02 10.02 0 0 0 10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 4.41-3.59 8-8 8-4.42 0-8-3.59-8-8", d = "M27 16c0 .81-.09 1.61-.27 2.39a10.9 10.9 0 0 1-1.54 3.65c-.41.62-.88 1.2-1.42 1.73-.53.54-1.11 1.01-1.73 1.42a10.906 10.906 0 0 1-3.65 1.54c-.78.18-1.58.27-2.39.27q-1.23 0-2.4-.27a10.9 10.9 0 0 1-3.65-1.54c-.62-.41-1.2-.88-1.73-1.42-.54-.53-1.01-1.11-1.42-1.73a10.906 10.906 0 0 1-1.54-3.65C5.08 17.61 5 16.81 5 16c0-.82.08-1.62.26-2.4A10.9 10.9 0 0 1 6.8 9.95c.41-.62.88-1.2 1.42-1.73.53-.54 1.11-1.01 1.73-1.42a10.906 10.906 0 0 1 3.65-1.54C14.38 5.08 15.18 5 16 5a11.1 11.1 0 0 1 2.93.39c.44.12.86.27 1.27.44.47.19.93.42 1.37.68.39.23.75.47 1.1.74.4.31.78.64 1.14 1 .06.06.12.13.19.2V6c0-.57.44-1 1-1s1 .43 1 1v5c0 .66-.34 1-1 1h-5c-.56 0-1-.44-1-1 0-.57.44-1 1-1h2.7c-.1-.12-.21-.23-.31-.34-.3-.3-.61-.58-.95-.83-.28-.21-.57-.41-.88-.59a8.753 8.753 0 0 0-3-1.11C17.05 7.04 16.53 7 16 7c-.69 0-1.35.07-2 .22-.52.11-1.02.27-1.51.48-.5.21-.97.47-1.42.76a9 9 0 0 0-2.61 2.61c-.29.45-.55.92-.76 1.42-.21.49-.37.99-.48 1.51A8.8 8.8 0 0 0 7 16c0 .68.07 1.34.22 1.99.11.52.27 1.02.48 1.51.21.5.47.97.76 1.42q.51.78 1.17 1.44c.45.44.92.83 1.44 1.17.45.29.92.55 1.42.76.49.21.99.37 1.51.48a8.803 8.803 0 0 0 3.99 0c.52-.11 1.02-.27 1.51-.48.5-.21.97-.47 1.42-.76a9 9 0 0 0 2.61-2.61c.29-.45.55-.92.76-1.42.21-.49.37-.99.48-1.51.15-.65.23-1.31.23-1.99 0-.57.44-1 1-1s1 .43 1 1", v = Math.PI / 180, e = Math.PI * 2, M = (c) => (c = c % 360, c = c < 0 ? 360 + c : c, c * v), n = M(-8), h = M(-19), m = h < n ? e - (n - h) : h - n, p = (c, t) => Math.round(c * Math.cos(t) * 1e3) / 1e3, f = (c, t) => Math.round(c * Math.sin(t) * 1e3) / 1e3, w = (c, t, a, l) => "M" + c + " " + t + // Смещаем перо в центр окружности.
6
6
  "L" + // Рисуем горизонтальную линию вправо в начало сектора.
@@ -1,5 +1,5 @@
1
1
  import { jsxs as n, jsx as t, Fragment as I } from "react/jsx-runtime";
2
- import { c as v } from "../../../chunks/vendor-BARd5eYq.js";
2
+ import { c as v } from "../../../chunks/vendor-CalMVkfj.js";
3
3
  import M, { useContext as T } from "react";
4
4
  import { FormField as j } from "../../FormField/FormField.js";
5
5
  import { FormFieldDescription as y } from "../../FormField/components/FormFieldDescription.js";
@@ -7,7 +7,7 @@ import { FormFieldCounter as z } from "../../FormField/components/FormFieldCount
7
7
  import "../../FormField/components/FormFieldLabel.js";
8
8
  import "../../FormField/components/FormFieldClear.js";
9
9
  import "../../FormField/components/FormFieldTarget.js";
10
- import { F as A } from "../../../chunks/FormFieldInput-B4hNuHJx.js";
10
+ import { F as A } from "../../../chunks/FormFieldInput-fdQkON04.js";
11
11
  import "../../FormField/components/FormFieldMaskedInput.js";
12
12
  import "../../FormField/components/FormFieldPostfix.js";
13
13
  import "../../FormField/components/FormFieldPrefix.js";
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
15
15
  import { EFormFieldStatus as l } from "../../FormField/enums.js";
16
16
  import { FormGroup as L } from "../../FormGroup/FormGroup.js";
17
17
  import { SMSFieldContext as O } from "../SMSFieldContext.js";
18
- import { s as _ } from "../../../chunks/SMSField.module-Df8IlNx3.js";
18
+ import { s as _ } from "../../../chunks/SMSField.module-CyHqtrvG.js";
19
19
  import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
20
20
  const w = new RegExp(/^[0-9]*$/), B = M.forwardRef(
21
21
  ({ className: f, counter: o, description: s, disabled: u, maxLength: c = 8, onChange: e, onKeyDown: i, placeholder: F, ...E }, S) => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as I } from "../../../chunks/vendor-BARd5eYq.js";
2
+ import { c as I } from "../../../chunks/vendor-CalMVkfj.js";
3
3
  import { forwardRef as M, useContext as N, useMemo as y } from "react";
4
4
  import "../../Button/Button.js";
5
5
  import "../../Button/ButtonBase.js";
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as F } from "../../Button/enums.js";
10
10
  import { SMSFieldContext as u } from "../SMSFieldContext.js";
11
11
  import { RefreshIcon as z } from "./RefreshIcon.js";
12
- import { s as m } from "../../../chunks/SMSField.module-Df8IlNx3.js";
12
+ import { s as m } from "../../../chunks/SMSField.module-CyHqtrvG.js";
13
13
  const D = M(
14
14
  ({ className: l, disabled: r, countdownTime: e, countdownTimeLeft: s, onClick: t, onRefresh: p, ...f }, n) => {
15
15
  const { disabled: o, error: c, size: h, sizeClassName: d, tooltipId: S } = N(u), b = s > 0, a = o && !c || r || b, R = I(m.btnRefresh, d, l, {
@@ -1,5 +1,5 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
- import { c as S } from "../../../chunks/vendor-BARd5eYq.js";
2
+ import { c as S } from "../../../chunks/vendor-CalMVkfj.js";
3
3
  import { useContext as f, useEffect as C } from "react";
4
4
  import "../../Button/Button.js";
5
5
  import "../../Button/ButtonBase.js";
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as x } from "../../Button/enums.js";
10
10
  import { SMSFieldContext as I } from "../SMSFieldContext.js";
11
11
  import { SubmitIcon as N } from "./SubmitIcon.js";
12
- import { s } from "../../../chunks/SMSField.module-Df8IlNx3.js";
12
+ import { s } from "../../../chunks/SMSField.module-CyHqtrvG.js";
13
13
  const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
14
14
  const {
15
15
  code: t,
@@ -3,7 +3,7 @@ import { useContext as T, useEffect as f } from "react";
3
3
  import { SMSFieldContext as n } from "../SMSFieldContext.js";
4
4
  import { ETooltipSize as S, ETooltipAlign as a } from "../../Tooltip/enums.js";
5
5
  import { Tooltip as i } from "../../Tooltip/Tooltip.js";
6
- import { a as u } from "../../../chunks/vendor-BARd5eYq.js";
6
+ import { a as u } from "../../../chunks/vendor-CalMVkfj.js";
7
7
  const c = ({
8
8
  children: l,
9
9
  id: o,
@@ -2,10 +2,10 @@ import { ESegmentedControlTheme as o, ESegmentedControlType as m } from "./enums
2
2
  import { SegmentedControlSegment as y } from "./SegmentedControlSegment.js";
3
3
  import { jsx as c } from "react/jsx-runtime";
4
4
  import E from "react";
5
- import { c as b } from "../../chunks/vendor-BARd5eYq.js";
5
+ import { c as b } from "../../chunks/vendor-CalMVkfj.js";
6
6
  import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
7
7
  import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
8
- const h = "segmentedControl__917c1510", x = "general1__5dbbb979", L = "secondary1__abf1935e", A = "general2__1892c266", M = "secondary2__33e33987", G = "sm__88b400c7", O = "md__265bf960", j = "lg__1eecea91", e = {
8
+ const h = "segmentedControl__86b95b27", x = "general1__b9cdafe4", L = "secondary1__e8f55ca8", A = "general2__581356bc", M = "secondary2__d67eda88", G = "sm__2246a2f8", O = "md__f1eb9fec", j = "lg__f02ce122", e = {
9
9
  segmentedControl: h,
10
10
  general1: x,
11
11
  secondary1: L,
@@ -21,12 +21,12 @@ const h = "segmentedControl__917c1510", x = "general1__5dbbb979", L = "secondary
21
21
  [o.SECONDARY_2]: e.secondary2
22
22
  }, z = T(e), D = Object.assign(
23
23
  E.forwardRef(
24
- ({ children: l, className: d, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...C }, f) => {
24
+ ({ children: d, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...f }, C) => {
25
25
  const p = b(
26
26
  e.segmentedControl,
27
27
  v[g],
28
28
  z[_],
29
- d
29
+ l
30
30
  ), S = ({
31
31
  selected: a,
32
32
  value: s
@@ -48,7 +48,7 @@ const h = "segmentedControl__917c1510", x = "general1__5dbbb979", L = "secondary
48
48
  disabled: !!i,
49
49
  onSegmentSelect: S
50
50
  },
51
- children: /* @__PURE__ */ c("div", { className: p, ...C, "data-tx": "0.12.0", ref: f, children: l })
51
+ children: /* @__PURE__ */ c("div", { className: p, ...f, "data-tx": "0.14.0", ref: C, children: d })
52
52
  }
53
53
  );
54
54
  }