@sberbusiness/triplex-next 0.15.0 → 0.16.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 (424) hide show
  1. package/chunks/AlertProcessSpoiler-BfExIHyf.js +39 -0
  2. package/chunks/{CalendarViewItem-C4iZEwoX.js → CalendarViewItem-DjDlwsr-.js} +23 -23
  3. package/chunks/Card.module-BDhkqA-1.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-DvYrGq2d.js +14 -0
  5. package/chunks/{Chip-CQvFfbck.js → Chip-Is4KDVHc.js} +9 -9
  6. package/chunks/Confirm.module-DJgmkdgX.js +15 -0
  7. package/chunks/{DropdownListItem-CcCakDyr.js → DropdownListItem-BdSacGyt.js} +21 -21
  8. package/chunks/DropdownMobile.module-04Mon9FN.js +23 -0
  9. package/chunks/Footer.module-B0GfNisY.js +9 -0
  10. package/chunks/FormFieldInput-DDUEO0k6.js +60 -0
  11. package/chunks/HeaderLayoutSidebar.module-BvdGzIVf.js +9 -0
  12. package/chunks/HeaderTabs.module-COsRYfxE.js +9 -0
  13. package/chunks/{HeaderTitle.module-BVJYOrCs.js → HeaderTitle.module-LN1Fj13p.js} +2 -2
  14. package/chunks/IslandAccordion.module-GnMVxP0n.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-Cvl5d8YC.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-JkauVtWn.js +12 -0
  17. package/chunks/{LightBoxContent-MLggVllJ.js → LightBoxContent-CN7SmRwX.js} +12 -12
  18. package/chunks/LightBoxControls.module-koLoz_-f.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-D6FP9Ulx.js +8 -0
  20. package/chunks/{ListItemControlsButton-BShMlm2B.js → ListItemControlsButton-CgrHz7BO.js} +13 -13
  21. package/chunks/ListItemTail.module-DNRGTk64.js +12 -0
  22. package/chunks/ListMasterFooter.module-iy5cZxzC.js +10 -0
  23. package/chunks/ModalWindow.module-boLwaSVC.js +17 -0
  24. package/chunks/Notification.module-6l7KFShv.js +21 -0
  25. package/chunks/Overlay.module-COWWNc0T.js +18 -0
  26. package/chunks/Page.module-UL2Y8-XU.js +11 -0
  27. package/chunks/{RightBorderArrow-CxMqoJOA.js → RightBorderArrow-B47Am4iB.js} +7 -7
  28. package/chunks/SMSField.module-BGqA-NcR.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-CrvLHlu0.js +15 -0
  30. package/chunks/{SliderExtendedRail-BdLhibqT.js → SliderExtendedRail-C_eWUceV.js} +9 -9
  31. package/chunks/StatusTracker.module-BIpb3AbV.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-C5OdORCu.js → SuggestFieldMobileDropdownHint-C_9OyUAk.js} +5 -5
  33. package/chunks/TableFooter.module-DpjOyrUF.js +14 -0
  34. package/chunks/TabsExtended.module-hRiksHlb.js +16 -0
  35. package/chunks/TabsLine.module-3hdH-7s8.js +21 -0
  36. package/chunks/TooltipDesktop.module-BQ_-qhMK.js +19 -0
  37. package/chunks/TreeView.module-BHzh1VmC.js +9 -0
  38. package/chunks/{UploadZoneInput-DRVoNz0G.js → UploadZoneInput--8r5kxhe.js} +6 -6
  39. package/chunks/{constants-C0-h2pRq.js → constants-BY1BSJmu.js} +7 -7
  40. package/chunks/{utils-DYe-VisL.js → utils-Bg2bllE8.js} +11 -11
  41. package/chunks/utils-e1nAN4Kk.js +20 -0
  42. package/chunks/utils-rqbzWAF8.js +24 -0
  43. package/chunks/utils-zNOBXKDX.js +73 -0
  44. package/chunks/{vendor-CalMVkfj.js → vendor-DE8Zvm0w.js} +5 -5
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +4 -4
  47. package/components/Alert/AlertContext/AlertContext.js +7 -7
  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 +3 -3
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +16 -16
  53. package/components/Badge/Badge.js +26 -13
  54. package/components/Badge/BadgeDot.js +15 -0
  55. package/components/Badge/components/BadgeContent.js +35 -0
  56. package/components/Badge/components/BadgePostfix.js +14 -0
  57. package/components/Badge/components/BadgePrefix.js +10 -0
  58. package/components/Body/Body.js +8 -8
  59. package/components/Button/Button.js +29 -29
  60. package/components/Button/ButtonBase.js +1 -1
  61. package/components/Button/ButtonDropdown.js +15 -15
  62. package/components/Button/ButtonDropdownExtended.js +5 -5
  63. package/components/Button/ButtonIcon.js +12 -12
  64. package/components/Calendar/Calendar.js +3 -3
  65. package/components/Calendar/components/CalendarControls.js +9 -9
  66. package/components/Calendar/components/CalendarFooter.js +1 -1
  67. package/components/Calendar/components/CalendarViewDays.js +2 -2
  68. package/components/Calendar/components/CalendarViewItem.js +2 -2
  69. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  70. package/components/Calendar/components/CalendarViewYears.js +1 -1
  71. package/components/Card/CardAction.js +16 -16
  72. package/components/Card/CardStatic.js +3 -3
  73. package/components/Card/components/CardContent/CardContent.js +2 -2
  74. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  77. package/components/Card/components/CardMedia.js +2 -2
  78. package/components/Card/utils.js +1 -1
  79. package/components/CarouselExtended/CarouselExtended.js +5 -5
  80. package/components/Checkbox/Checkbox.js +18 -18
  81. package/components/Checkbox/CheckboxXGroup.js +14 -14
  82. package/components/Checkbox/CheckboxYGroup.js +4 -4
  83. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  87. package/components/Chip/Chip.js +2 -2
  88. package/components/Chip/ChipClearButton.js +5 -5
  89. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  90. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  91. package/components/Chip/ChipDropdownArrow.js +8 -8
  92. package/components/Chip/ChipIcon.js +1 -1
  93. package/components/Chip/ChipMultiselect.js +2 -2
  94. package/components/Chip/ChipOptions.js +4 -4
  95. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  96. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  97. package/components/Chip/ChipSort.js +51 -42
  98. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  99. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  100. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  101. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
  102. package/components/Chip/index.js +1 -1
  103. package/components/ChipGroup/ChipGroup.js +18 -18
  104. package/components/Col/Col.js +141 -141
  105. package/components/CollapsableTree/components/CollapsableTreeNode.js +12 -12
  106. package/components/Confirm/Confirm.js +2 -2
  107. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  108. package/components/Confirm/components/ConfirmContent.js +2 -2
  109. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  110. package/components/Confirm/components/ConfirmControls.js +2 -2
  111. package/components/DateField/DateField.js +1 -1
  112. package/components/DateField/DateFieldTarget.js +29 -28
  113. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  114. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
  115. package/components/DateRange/DateRange.js +2 -2
  116. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  117. package/components/Divider/Divider.js +18 -18
  118. package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
  119. package/components/Dropdown/desktop/DropdownDesktop.js +18 -18
  120. package/components/Dropdown/desktop/DropdownList.js +2 -2
  121. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  122. package/components/Dropdown/desktop/index.js +1 -1
  123. package/components/Dropdown/index.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  125. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  135. package/components/Ellipsis/Ellipsis.js +9 -9
  136. package/components/ExpandAnimation/ExpandAnimation.js +23 -23
  137. package/components/ExpandAnimation/index.js +5 -0
  138. package/components/Footer/Footer.js +1 -1
  139. package/components/Footer/components/FooterDescription.js +2 -2
  140. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  141. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  142. package/components/FormField/FormField.js +26 -26
  143. package/components/FormField/components/FormFieldClear.js +10 -10
  144. package/components/FormField/components/FormFieldCounter.js +5 -5
  145. package/components/FormField/components/FormFieldDescription.js +8 -8
  146. package/components/FormField/components/FormFieldInput.js +2 -2
  147. package/components/FormField/components/FormFieldLabel.js +9 -9
  148. package/components/FormField/components/FormFieldMaskedInput.js +20 -20
  149. package/components/FormField/components/FormFieldPostfix.js +4 -4
  150. package/components/FormField/components/FormFieldPrefix.js +8 -8
  151. package/components/FormField/components/FormFieldTarget.js +12 -12
  152. package/components/FormField/components/FormFieldTextarea.js +18 -18
  153. package/components/FormField/index.js +1 -1
  154. package/components/Header/Header.js +1 -1
  155. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  156. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  157. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  158. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  159. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  160. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  161. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  162. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  163. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  164. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  165. package/components/HelpBox/HelpBox.js +39 -38
  166. package/components/Island/Island.js +2 -2
  167. package/components/Island/components/IslandBody.js +3 -3
  168. package/components/Island/components/IslandFooter.js +3 -3
  169. package/components/Island/components/IslandHeader.js +2 -2
  170. package/components/Island/utils.js +1 -1
  171. package/components/IslandAccordion/IslandAccordion.js +3 -3
  172. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  173. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  174. package/components/IslandAccordion/components/IslandAccordionItem.js +8 -8
  175. package/components/IslandWidget/IslandWidget.js +9 -9
  176. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  177. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  178. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  179. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  180. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  181. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  182. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  183. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  184. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  185. package/components/LightBox/LightBox.js +18 -19
  186. package/components/LightBox/LightBoxContent.js +2 -2
  187. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  188. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  189. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  190. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +70 -72
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  193. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  194. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  195. package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
  196. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
  197. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +2 -2
  198. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  199. package/components/LightBox/index.js +0 -2
  200. package/components/Link/Link.js +25 -25
  201. package/components/List/List.js +8 -8
  202. package/components/List/ListSortable.js +1 -1
  203. package/components/List/components/ListEmptyState.js +6 -6
  204. package/components/List/components/ListItem.js +1 -1
  205. package/components/List/components/ListItemContent.js +11 -11
  206. package/components/List/components/ListItemControls.js +5 -5
  207. package/components/List/components/ListItemControlsButton.js +2 -2
  208. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  209. package/components/List/components/ListItemLoading.js +5 -5
  210. package/components/List/components/ListItemSelectable.js +5 -5
  211. package/components/List/components/ListItemTable.js +12 -12
  212. package/components/List/components/ListItemTailLeft.js +2 -2
  213. package/components/List/components/ListItemTailRight.js +2 -2
  214. package/components/List/components/ListSortableItem.js +5 -5
  215. package/components/List/components/ListSortableItemControls.js +2 -2
  216. package/components/List/components/ListSortableItemTarget.js +2 -2
  217. package/components/List/index.js +1 -1
  218. package/components/ListMaster/ListMaster.js +1 -1
  219. package/components/ListMaster/components/ListMasterBody.js +1 -1
  220. package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
  221. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  222. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  223. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  224. package/components/ListMaster/components/ListMasterHeader.js +8 -8
  225. package/components/ListMaster/components/SelectionControls.js +3 -3
  226. package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
  227. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  228. package/components/LoaderScreen/LoaderScreen.js +6 -6
  229. package/components/Marker/Marker.js +2 -2
  230. package/components/Marker/utils.js +1 -1
  231. package/components/MarkerStatus/MarkerStatus.js +7 -7
  232. package/components/ModalWindow/ModalWindow.js +2 -2
  233. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  234. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  235. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  236. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  237. package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
  238. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  239. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +13 -13
  240. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  241. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  242. package/components/Notification/Notification.js +3 -3
  243. package/components/Notification/NotificationGrouped.js +1 -1
  244. package/components/Notification/components/NotificationBody.js +1 -1
  245. package/components/Notification/components/NotificationBodyContent.js +1 -1
  246. package/components/Notification/components/NotificationBodyList.js +2 -2
  247. package/components/Notification/components/NotificationClose.js +1 -1
  248. package/components/Notification/components/NotificationFooter.js +1 -1
  249. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  250. package/components/Notification/components/NotificationHeader.js +1 -1
  251. package/components/Notification/components/NotificationIcon.js +1 -1
  252. package/components/Notification/components/NotificationTime.js +1 -1
  253. package/components/NotificationIcon/NotificationIcon.js +2 -2
  254. package/components/NumberField/NumberFieldInput.js +1 -1
  255. package/components/OrderedList/OrderedList.js +6 -6
  256. package/components/OrderedList/OrderedListItem.js +7 -7
  257. package/components/Overlay/Overlay.js +2 -2
  258. package/components/Overlay/OverlayMask.js +2 -2
  259. package/components/Overlay/OverlayPanel.js +2 -2
  260. package/components/Page/Page.js +2 -2
  261. package/components/Page/components/BodyPage.js +2 -2
  262. package/components/Page/components/FooterPage.js +2 -2
  263. package/components/Page/components/HeaderPage.js +2 -2
  264. package/components/Pagination/components/PaginationExtended.js +6 -6
  265. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  266. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  267. package/components/Pagination/components/PaginationPageButton.js +2 -2
  268. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  269. package/components/Pagination/components/PaginationSelect.js +15 -15
  270. package/components/Pagination/utils/paginationUtils.js +1 -1
  271. package/components/Radio/Radio.js +17 -17
  272. package/components/Radio/RadioXGroup.js +10 -10
  273. package/components/Radio/RadioYGroup.js +4 -4
  274. package/components/Row/Row.js +9 -9
  275. package/components/SMSField/SMSField.js +3 -3
  276. package/components/SMSField/components/RefreshIcon.js +2 -2
  277. package/components/SMSField/components/SMSFieldInput.js +3 -3
  278. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  279. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  280. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  281. package/components/SegmentedControl/SegmentedControl.js +5 -5
  282. package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
  283. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  284. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
  286. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +9 -9
  287. package/components/SelectField/SelectField.js +5 -5
  288. package/components/Skeleton/Skeleton.js +8 -8
  289. package/components/SliderExtended/SliderExtended.js +3 -3
  290. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +18 -18
  291. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  292. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  293. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  294. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +12 -12
  295. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
  296. package/components/SmallInput/SmallInput.js +2 -2
  297. package/components/Spoiler/Spoiler.js +10 -10
  298. package/components/StatusTracker/StatusTracker.js +3 -3
  299. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  302. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  309. package/components/Step/Step.js +7 -7
  310. package/components/Stepper/RightBorderArrow.js +1 -1
  311. package/components/Stepper/Stepper.js +9 -9
  312. package/components/Stepper/StepperExtended.js +2 -2
  313. package/components/Stepper/StepperStep.js +3 -3
  314. package/components/Stepper/StepperWrapper.js +5 -5
  315. package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
  316. package/components/Suggest/useSuggest.js +3 -3
  317. package/components/SuggestField/SuggestField.js +2 -2
  318. package/components/SuggestField/desktop/SuggestFieldDesktop.js +12 -12
  319. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  320. package/components/SuggestField/index.js +1 -1
  321. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  322. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  323. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  324. package/components/SuggestField/mobile/index.js +1 -1
  325. package/components/SwipeableArea/SwipeableArea.js +11 -11
  326. package/components/Table/FilterPanel.js +3 -3
  327. package/components/Table/MasterTable.js +18 -18
  328. package/components/Table/NoColumns.js +2 -2
  329. package/components/Table/PaginationPanel.js +5 -5
  330. package/components/Table/TableBasic/TableBasic.js +2 -2
  331. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  332. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  333. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  334. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  335. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  337. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  338. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +5 -5
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  340. package/components/Table/TableFooter/TableFooter.js +2 -2
  341. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  342. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  343. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  345. package/components/Table/TabsLinePanel.js +2 -2
  346. package/components/Table/TabsLinePanelLinks.js +2 -2
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +18 -18
  349. package/components/TabsExtended/TabsExtended.js +3 -3
  350. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  351. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  352. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  353. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  354. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  355. package/components/TabsExtended/utils.js +1 -1
  356. package/components/TabsLine/TabsLine.js +2 -2
  357. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  358. package/components/TabsLine/components/TabsLineDropdown.js +14 -14
  359. package/components/TabsLine/components/TabsLineItem.js +2 -2
  360. package/components/TabsLine/components/TabsLineMobile.js +11 -11
  361. package/components/Tag/Tag.js +22 -22
  362. package/components/TagColor/TagColor.js +13 -13
  363. package/components/TagGroup/TagGroup.js +11 -11
  364. package/components/TextField/TextField.js +1 -1
  365. package/components/TextareaField/TextareaField.js +1 -1
  366. package/components/ThemeProvider/ThemeProvider.js +1 -1
  367. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  368. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  369. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  370. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  371. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  372. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  373. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  374. package/components/TopOverlay/TopOverlay.js +28 -28
  375. package/components/TreeView/TreeView.js +2 -2
  376. package/components/TreeView/components/TreeViewGroup.js +1 -1
  377. package/components/TreeView/components/TreeViewNode.js +2 -2
  378. package/components/Typography/Caption.js +16 -16
  379. package/components/Typography/Text.js +31 -31
  380. package/components/Typography/Title.js +23 -23
  381. package/components/Typography/constants.js +1 -1
  382. package/components/UnorderedList/UnorderedList.js +8 -8
  383. package/components/UnorderedList/UnorderedListItem.js +7 -7
  384. package/components/UploadZone/UploadZone.js +3 -3
  385. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  386. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  387. package/components/index.js +162 -162
  388. package/index.d.ts +40 -13
  389. package/index.js +161 -161
  390. package/package.json +5 -1
  391. package/styles/triplex-next.css +546 -546
  392. package/utils/amountUtils.js +1 -1
  393. package/chunks/AlertProcessSpoiler-DwZ5kXLz.js +0 -39
  394. package/chunks/Card.module-DnZ_SmT7.js +0 -17
  395. package/chunks/CheckboxTreeExtended.module-CRE6yTt5.js +0 -14
  396. package/chunks/Confirm.module-BrVl-yob.js +0 -15
  397. package/chunks/DropdownMobile.module-af6OVs0G.js +0 -23
  398. package/chunks/Footer.module-tAG-SN8m.js +0 -9
  399. package/chunks/FormFieldInput-M-BWeUyG.js +0 -60
  400. package/chunks/HeaderLayoutSidebar.module-Dx11MAi3.js +0 -9
  401. package/chunks/HeaderTabs.module-HGiK1PZg.js +0 -9
  402. package/chunks/IslandAccordion.module-BRmaipCD.js +0 -25
  403. package/chunks/IslandWidgetFooter.module-BXn6GbbA.js +0 -9
  404. package/chunks/IslandWidgetHeader.module-D3zGpkS_.js +0 -12
  405. package/chunks/LightBoxControls.module-zJ2jYB7p.js +0 -16
  406. package/chunks/LightBoxSideOverlayClose.module-DjqVi-v8.js +0 -8
  407. package/chunks/ListItemTail.module-BBVRXBTR.js +0 -12
  408. package/chunks/ListMasterFooter.module-8-LOEhYM.js +0 -10
  409. package/chunks/ModalWindow.module-uM-PCOaZ.js +0 -17
  410. package/chunks/Notification.module-B7fXFvwU.js +0 -21
  411. package/chunks/Overlay.module-Dtk3whPQ.js +0 -18
  412. package/chunks/Page.module-CoeirpZV.js +0 -11
  413. package/chunks/SMSField.module-wdtLV1SH.js +0 -16
  414. package/chunks/SliderExtendedMarks.module-ll3UD_YO.js +0 -15
  415. package/chunks/StatusTracker.module-DrbWwUtn.js +0 -24
  416. package/chunks/TableFooter.module-BDsK8o22.js +0 -14
  417. package/chunks/TabsExtended.module-jfDq5xSa.js +0 -16
  418. package/chunks/TabsLine.module-BnotsPff.js +0 -21
  419. package/chunks/TooltipDesktop.module-CAL6IPaE.js +0 -19
  420. package/chunks/TreeView.module-BYyI_lNS.js +0 -9
  421. package/chunks/utils-Bdg4Vfo1.js +0 -24
  422. package/chunks/utils-DykNYdbk.js +0 -73
  423. package/chunks/utils-qhEFBj7O.js +0 -20
  424. package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
3
3
  import "../../UnorderedList/UnorderedListItem.js";
4
- import { s as a } from "../../../chunks/Notification.module-B7fXFvwU.js";
5
- import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
4
+ import { s as a } from "../../../chunks/Notification.module-6l7KFShv.js";
5
+ import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
6
6
  const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
7
7
  c.displayName = "NotificationBodyList";
8
8
  export {
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
5
5
  import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
6
6
  import "../../Button/ButtonDropdown.js";
7
7
  import "../../Button/ButtonDropdownExtended.js";
8
- import { s as m } from "../../../chunks/Notification.module-B7fXFvwU.js";
8
+ import { s as m } from "../../../chunks/Notification.module-6l7KFShv.js";
9
9
  const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
10
10
  e.displayName = "NotificationClose";
11
11
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-B7fXFvwU.js";
2
+ import { s as i } from "../../../chunks/Notification.module-6l7KFShv.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
4
4
  s.displayName = "NotificationFooter";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-CalMVkfj.js";
3
- import { s as o } from "../../../chunks/Notification.module-B7fXFvwU.js";
2
+ import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { s as o } from "../../../chunks/Notification.module-6l7KFShv.js";
4
4
  const m = () => /* @__PURE__ */ s("div", { children: [
5
5
  /* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
6
6
  /* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as a } from "../../../chunks/Notification.module-B7fXFvwU.js";
2
+ import { s as a } from "../../../chunks/Notification.module-6l7KFShv.js";
3
3
  const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
4
4
  t.displayName = "NotificationHeader";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-B7fXFvwU.js";
2
+ import { s as t } from "../../../chunks/Notification.module-6l7KFShv.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
4
4
  s.displayName = "NotificationIcon";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-B7fXFvwU.js";
2
+ import { s as t } from "../../../chunks/Notification.module-6l7KFShv.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-CalMVkfj.js";
3
- const c = "notificationIcon__787bd27f", a = {
2
+ import { c as t } from "../../chunks/vendor-DE8Zvm0w.js";
3
+ const c = "notificationIcon__ab04f374", 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";
@@ -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-M-BWeUyG.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-DDUEO0k6.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 o from "react";
3
- import { c as d } from "../../chunks/vendor-CalMVkfj.js";
2
+ import d from "react";
3
+ import { c as o } from "../../chunks/vendor-DE8Zvm0w.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__524a6018", a = {
5
+ const m = "orderedList__9c64d8a0", a = {
6
6
  orderedList: m
7
7
  }, c = Object.assign(
8
- o.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
8
+ d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: d(a.orderedList, r),
11
+ className: o(a.orderedList, r),
12
12
  ...e,
13
- "data-tx": "0.15.0",
13
+ "data-tx": "0.16.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,21 +1,21 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../chunks/vendor-CalMVkfj.js";
4
- import { ETextSize as i } from "../Typography/enums.js";
3
+ import { c as s } from "../../chunks/vendor-DE8Zvm0w.js";
4
+ import { ETextSize as d } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
- import { Text as d } from "../Typography/Text.js";
6
+ import { Text as i } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
- const a = "orderedListItem__d76961ac", p = {
8
+ const a = "orderedListItem__84d7d464", p = {
9
9
  orderedListItem: a
10
10
  }, c = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
- d,
12
+ i,
13
13
  {
14
14
  className: s(p.orderedListItem, t),
15
- size: i.B3,
15
+ size: d.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "0.15.0",
18
+ "data-tx": "0.16.0",
19
19
  ref: r
20
20
  }
21
21
  )
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import { useState as h } from "react";
3
- import { c as u } from "../../chunks/vendor-CalMVkfj.js";
3
+ import { c as u } from "../../chunks/vendor-DE8Zvm0w.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-Dtk3whPQ.js";
7
+ import { s as r } from "../../chunks/Overlay.module-COWWNc0T.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-CalMVkfj.js";
4
- import { s as a } from "../../chunks/Overlay.module-Dtk3whPQ.js";
3
+ import { c as t } from "../../chunks/vendor-DE8Zvm0w.js";
4
+ import { s as a } from "../../chunks/Overlay.module-COWWNc0T.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-CalMVkfj.js";
3
+ import { c as P } from "../../chunks/vendor-DE8Zvm0w.js";
4
4
  import { EOverlayDirection as a } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-Dtk3whPQ.js";
5
+ import { s as e } from "../../chunks/Overlay.module-COWWNc0T.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-CalMVkfj.js";
3
+ import { c as i } from "../../chunks/vendor-DE8Zvm0w.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-CoeirpZV.js";
7
+ import { s as o } from "../../chunks/Page.module-UL2Y8-XU.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,11 +1,11 @@
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-CalMVkfj.js";
4
+ import { c as d } from "../../../chunks/vendor-DE8Zvm0w.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 f = "bodyPage__7fe1b574", P = "verticalMargin24__8a2e9e49", v = "verticalMargin16__1242d6fe", e = {
8
+ const f = "bodyPage__5e24c1af", P = "verticalMargin24__1e2a8c86", v = "verticalMargin16__f7b25ced", e = {
9
9
  bodyPage: f,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
@@ -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-CalMVkfj.js";
3
+ import { c as T } from "../../../chunks/vendor-DE8Zvm0w.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-CoeirpZV.js";
12
+ import { s as n } from "../../../chunks/Page.module-UL2Y8-XU.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-CalMVkfj.js";
5
+ import { c as l } from "../../../chunks/vendor-DE8Zvm0w.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-CoeirpZV.js";
9
+ import { s as i } from "../../../chunks/Page.module-UL2Y8-XU.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 d } from "../../../chunks/vendor-CalMVkfj.js";
3
- import i from "react";
4
- const r = "paginationExtended__44e8967d", s = {
2
+ import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
3
+ import d from "react";
4
+ const r = "paginationExtended__572b95b5", s = {
5
5
  paginationExtended: r
6
- }, x = i.forwardRef(
6
+ }, x = d.forwardRef(
7
7
  ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: d(s.paginationExtended, n),
11
- "data-tx": "0.15.0",
10
+ className: i(s.paginationExtended, n),
11
+ "data-tx": "0.16.0",
12
12
  ...a,
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__0659d4b7", N = "directionIconNext__018cd1f4", n = {
7
+ const g = "paginationNavigationButton__96963b80", N = "directionIconNext__9c9328ae", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, d = c.forwardRef(
10
+ }, I = c.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
12
  const r = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__0659d4b7", N = "directionIconNext__018cd1
22
22
  );
23
23
  }
24
24
  );
25
- d.displayName = "PaginationNavigationButton";
25
+ I.displayName = "PaginationNavigationButton";
26
26
  export {
27
- d as PaginationNavigationButton
27
+ I as PaginationNavigationButton
28
28
  };
29
29
  //# sourceMappingURL=PaginationNavigationButton.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as d } from "../../../chunks/vendor-CalMVkfj.js";
4
- const g = "paginationNavigationExtended__6741494e", r = {
3
+ import { c as d } from "../../../chunks/vendor-DE8Zvm0w.js";
4
+ const g = "paginationNavigationExtended__3c1b85e4", 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-CalMVkfj.js";
4
- const s = "paginationPageButton__44d9fab5", u = "currentPage__e180dff1", a = {
3
+ import { c } from "../../../chunks/vendor-DE8Zvm0w.js";
4
+ const s = "paginationPageButton__6f03b400", u = "currentPage__493f7d16", a = {
5
5
  paginationPageButton: s,
6
6
  currentPage: u
7
7
  }, P = g.forwardRef(
@@ -1,13 +1,13 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
- import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
2
+ import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__cac5f5c6", r = {
4
+ const t = "pageEllipsis__6e62c046", r = {
5
5
  pageEllipsis: t
6
- }, c = o.forwardRef(
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 })
8
8
  );
9
- c.displayName = "PaginationPageEllipsis";
9
+ n.displayName = "PaginationPageEllipsis";
10
10
  export {
11
- c as PaginationPageEllipsis
11
+ n as PaginationPageEllipsis
12
12
  };
13
13
  //# sourceMappingURL=PaginationPageEllipsis.js.map
@@ -1,26 +1,26 @@
1
- import { jsxs as s, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
- import { a as S, c as d } from "../../../chunks/vendor-CalMVkfj.js";
4
- import { ETextSize as f } from "../../Typography/enums.js";
3
+ import { u as d, c as S } from "../../../chunks/vendor-DE8Zvm0w.js";
4
+ import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
- import { Text as g } from "../../Typography/Text.js";
6
+ import { Text as f } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
8
  import { SelectField as x } from "../../SelectField/SelectField.js";
9
- import { EComponentSize as C } from "../../../enums/EComponentSize.js";
10
- const b = "paginationSelect__2a077bc8", u = "paginationSelectControl__97a0249f", o = {
11
- paginationSelect: b,
12
- paginationSelectControl: u
9
+ import { EComponentSize as u } from "../../../enums/EComponentSize.js";
10
+ const C = "paginationSelect__0edc575a", b = "paginationSelectControl__c6cebda9", o = {
11
+ paginationSelect: C,
12
+ paginationSelectControl: b
13
13
  }, z = m.forwardRef(
14
- ({ paginationLabel: e, className: a, options: n, value: r, onChange: l }, c) => {
15
- const [i] = p(() => `Pagination-${S()}`);
16
- return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, a), ref: c, children: [
17
- /* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
18
- /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
14
+ ({ paginationLabel: t, className: a, options: n, value: r, onChange: l }, c) => {
15
+ const [i] = p(() => `Pagination-${d()}`);
16
+ return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, a), ref: c, children: [
17
+ /* @__PURE__ */ e(f, { size: g.B3, id: i, children: t }),
18
+ /* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
19
19
  x,
20
20
  {
21
- size: C.SM,
21
+ size: u.SM,
22
22
  value: r,
23
- mobileTitle: e,
23
+ mobileTitle: t,
24
24
  options: n,
25
25
  onChange: l,
26
26
  targetProps: {
@@ -1,4 +1,4 @@
1
- import { k as R } from "../../../chunks/vendor-CalMVkfj.js";
1
+ import { k as R } from "../../../chunks/vendor-DE8Zvm0w.js";
2
2
  const m = -1, h = {
3
3
  // Создание массива чисел в заданном диапазоне с заданным шагом.
4
4
  generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
@@ -1,13 +1,13 @@
1
- import { jsxs as f, jsx as d } from "react/jsx-runtime";
1
+ import { jsxs as b, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as n } from "../../chunks/vendor-CalMVkfj.js";
4
- import { ETextSize as i } from "../Typography/enums.js";
3
+ import { c as m } from "../../chunks/vendor-DE8Zvm0w.js";
4
+ import { ETextSize as c } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import { Text as x } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
8
  import { EComponentSize as s } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__64bdf22d", M = "sm__105ff0d5", T = "nonempty__4d3e47bb", S = "md__d4ba6578", g = "lg__d8630a43", I = "disabled__a3ed5a67", R = "radio__d4aec188", u = "radioIcon__9cb5f13d", a = {
10
+ const y = "label__fad05fbc", M = "sm__8989c55a", T = "nonempty__e0de9409", S = "md__64862f95", g = "lg__ddd00caa", I = "disabled__4778f9c8", R = "radio__bf3c221d", u = "radioIcon__0456181d", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -17,20 +17,20 @@ const y = "label__64bdf22d", M = "sm__105ff0d5", T = "nonempty__4d3e47bb", S = "
17
17
  radio: R,
18
18
  radioIcon: u
19
19
  }, B = {
20
- [s.LG]: i.B2,
21
- [s.MD]: i.B3,
22
- [s.SM]: i.B4
23
- }, C = z(a), h = N.forwardRef((c, r) => {
24
- const { children: e, className: l, disabled: m, labelAttributes: o, size: t = s.MD, ...p } = c, _ = n(a.radio, l, C[t]), b = n(
25
- a.label,
26
- a[t],
27
- { [a.disabled]: !!m, [a.nonempty]: !!e },
28
- o == null ? void 0 : o.className
20
+ [s.LG]: c.B2,
21
+ [s.MD]: c.B3,
22
+ [s.SM]: c.B4
23
+ }, C = z(o), h = N.forwardRef((n, r) => {
24
+ const { children: e, className: l, disabled: d, labelAttributes: a, size: t = s.MD, ...p } = n, _ = m(o.radio, l, C[t]), f = m(
25
+ o.label,
26
+ o[t],
27
+ { [o.disabled]: !!d, [o.nonempty]: !!e },
28
+ a == null ? void 0 : a.className
29
29
  );
30
- return /* @__PURE__ */ f("label", { ...o, className: b, "data-tx": "0.15.0", children: [
31
- /* @__PURE__ */ d("input", { type: "radio", className: _, disabled: m, ...p, ref: r }),
32
- /* @__PURE__ */ d("span", { className: a.radioIcon }),
33
- e && /* @__PURE__ */ d(x, { size: B[t], tag: "div", children: e })
30
+ return /* @__PURE__ */ b("label", { ...a, className: f, "data-tx": "0.16.0", children: [
31
+ /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: d, ...p, ref: r }),
32
+ /* @__PURE__ */ i("span", { className: o.radioIcon }),
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-CalMVkfj.js";
3
- const _ = "radioXGroup__52f1d684", c = "label__64bdf22d", n = {
2
+ import { c as s } from "../../chunks/vendor-DE8Zvm0w.js";
3
+ const _ = "radioXGroup__68244b9b", c = "label__fad05fbc", n = {
4
4
  radioXGroup: _,
5
- "indent-12": "indent-12__1f7d8234",
5
+ "indent-12": "indent-12__3d85de97",
6
6
  label: c,
7
- "indent-16": "indent-16__363f4468",
8
- "indent-20": "indent-20__2befc6b6",
9
- "indent-24": "indent-24__0faf424b",
10
- "indent-28": "indent-28__f7a7a912",
11
- "indent-32": "indent-32__8c873fe4"
7
+ "indent-16": "indent-16__7782f29a",
8
+ "indent-20": "indent-20__c40e49c0",
9
+ "indent-24": "indent-24__8a1afa34",
10
+ "indent-28": "indent-28__ae0e0e36",
11
+ "indent-32": "indent-32__61b2097a"
12
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 });
13
+ const { children: d, className: a, indent: i = 12, ...o } = e, t = s(n.radioXGroup, n[`indent-${i}`], a);
14
+ return /* @__PURE__ */ r("div", { className: t, role: "radiogroup", ...o, children: d });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,10 +1,10 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c } from "../../chunks/vendor-CalMVkfj.js";
3
- const e = "radioYGroup__74d1e1bd", p = {
2
+ import { c as d } from "../../chunks/vendor-DE8Zvm0w.js";
3
+ const e = "radioYGroup__9ff4e2cd", p = {
4
4
  radioYGroup: e
5
5
  }, t = (o) => {
6
- const { children: r, className: s, ...a } = o, d = c(p.radioYGroup, s);
7
- return /* @__PURE__ */ i("div", { className: d, role: "radiogroup", ...a, children: r });
6
+ const { children: r, className: s, ...a } = o, c = d(p.radioYGroup, s);
7
+ return /* @__PURE__ */ i("div", { className: c, role: "radiogroup", ...a, children: r });
8
8
  };
9
9
  t.displayName = "RadioYGroup";
10
10
  export {
@@ -1,14 +1,14 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
- import { c as m } from "../../chunks/vendor-CalMVkfj.js";
3
- const a = "row__b7726772", e = "noPaddingBottom__b5089ece", o = {
4
- row: a,
5
- noPaddingBottom: e
6
- }, i = ({ 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 });
2
+ import { c as m } from "../../chunks/vendor-DE8Zvm0w.js";
3
+ const c = "row__13b540a1", i = "noPaddingBottom__dab4afb4", o = {
4
+ row: c,
5
+ noPaddingBottom: i
6
+ }, e = ({ children: t, className: n, paddingBottom: s = !0, ...a }) => {
7
+ const r = m(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ d("div", { className: r, ...a, children: t });
9
9
  };
10
- i.displayName = "Row";
10
+ e.displayName = "Row";
11
11
  export {
12
- i as Row
12
+ e as Row
13
13
  };
14
14
  //# sourceMappingURL=Row.js.map
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as C } from "../../chunks/vendor-CalMVkfj.js";
2
+ import { c as C } from "../../chunks/vendor-DE8Zvm0w.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-wdtLV1SH.js";
9
+ import { s } from "../../chunks/SMSField.module-BGqA-NcR.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.15.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.16.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-CalMVkfj.js";
3
- import { s as o } from "../../../chunks/SMSField.module-wdtLV1SH.js";
2
+ import { c as P } from "../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-BGqA-NcR.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-CalMVkfj.js";
2
+ import { c as v } from "../../../chunks/vendor-DE8Zvm0w.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-M-BWeUyG.js";
10
+ import { F as A } from "../../../chunks/FormFieldInput-DDUEO0k6.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-wdtLV1SH.js";
18
+ import { s as _ } from "../../../chunks/SMSField.module-BGqA-NcR.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-CalMVkfj.js";
2
+ import { c as I } from "../../../chunks/vendor-DE8Zvm0w.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-wdtLV1SH.js";
12
+ import { s as m } from "../../../chunks/SMSField.module-BGqA-NcR.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-CalMVkfj.js";
2
+ import { c as S } from "../../../chunks/vendor-DE8Zvm0w.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-wdtLV1SH.js";
12
+ import { s } from "../../../chunks/SMSField.module-BGqA-NcR.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-CalMVkfj.js";
6
+ import { u } from "../../../chunks/vendor-DE8Zvm0w.js";
7
7
  const c = ({
8
8
  children: l,
9
9
  id: o,