@sberbusiness/triplex-next 0.12.0 → 0.13.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 (409) hide show
  1. package/README.md +4 -4
  2. package/chunks/AlertProcessSpoiler-DQAI3bgu.js +39 -0
  3. package/chunks/{CalendarViewItem-B7_R_3t_.js → CalendarViewItem-DML7yFTS.js} +23 -23
  4. package/chunks/Card.module-Bg8-F1uZ.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +14 -0
  6. package/chunks/{Chip-BiNNkTCM.js → Chip-CI3sEzkq.js} +10 -10
  7. package/chunks/Confirm.module-C3SyV40Z.js +15 -0
  8. package/chunks/{DropdownListItem-BxEqWaJ8.js → DropdownListItem-9VgfsLJP.js} +6 -6
  9. package/chunks/DropdownMobile.module-BLKzmRLM.js +23 -0
  10. package/chunks/Footer.module-D83FlUYZ.js +9 -0
  11. package/chunks/{FormFieldInput-B4hNuHJx.js → FormFieldInput-DurMmok0.js} +18 -18
  12. package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +9 -0
  13. package/chunks/HeaderTabs.module-11xkKwN7.js +9 -0
  14. package/chunks/{HeaderTitle.module-DlNyNird.js → HeaderTitle.module-e8_DcucZ.js} +2 -2
  15. package/chunks/IslandAccordion.module-C6INnFmn.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-q--xXUCF.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +9 -0
  18. package/chunks/{LightBoxContent-DBZCrC3l.js → LightBoxContent-Dpu6E3Cr.js} +10 -10
  19. package/chunks/LightBoxControls.module-BkW_w9PJ.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +8 -0
  21. package/chunks/{ListItemControlsButton-B7xM1V5l.js → ListItemControlsButton-BMsTQr9O.js} +9 -9
  22. package/chunks/ListItemTail.module-CcT-PrXt.js +12 -0
  23. package/chunks/ListMasterFooter.module-CV05gXbo.js +10 -0
  24. package/chunks/ModalWindow.module-DlNg_kPu.js +17 -0
  25. package/chunks/Notification.module-C5D-8Dtt.js +21 -0
  26. package/chunks/Overlay.module-3QvWfMgh.js +18 -0
  27. package/chunks/Page.module-BV59uicx.js +11 -0
  28. package/chunks/{RightBorderArrow-qUNK7k_Z.js → RightBorderArrow-BQ_cZ8U3.js} +8 -8
  29. package/chunks/SMSField.module-BL9kkhHx.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +15 -0
  31. package/chunks/{SliderExtendedRail-fxB35VnJ.js → SliderExtendedRail-oI7nifMP.js} +10 -10
  32. package/chunks/StatusTracker.module-CtjfmWAE.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BRLUCupu.js → SuggestFieldMobileDropdownHint-Bilm-Pwh.js} +4 -4
  34. package/chunks/TableFooter.module-Bq2Lm9CG.js +14 -0
  35. package/chunks/TabsExtended.module-D0-Tp3Ed.js +16 -0
  36. package/chunks/TabsLine.module-D0stwkA6.js +21 -0
  37. package/chunks/TooltipDesktop.module-DUucrF7X.js +19 -0
  38. package/chunks/TreeView.module-CEYl8PNr.js +9 -0
  39. package/chunks/UploadZoneInput-CfYPrkK_.js +33 -0
  40. package/chunks/{utils-D3BbfI4I.js → utils-16fU9G4P.js} +6 -6
  41. package/chunks/utils-Bu0wcDBu.js +73 -0
  42. package/chunks/{utils-bltVmJ1Y.js → utils-CC47I1cc.js} +5 -5
  43. package/chunks/{utils-pT3qplA1.js → utils-Ccw--G8d.js} +4 -4
  44. package/chunks/{utils-Kc2jGbAd.js → utils-SerS_ys8.js} +5 -5
  45. package/components/Alert/AlertContext/AlertContext.js +5 -5
  46. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  47. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  48. package/components/Amount/Amount.js +2 -2
  49. package/components/AmountField/AmountField.js +7 -7
  50. package/components/Avatar/Avatar.js +27 -0
  51. package/components/Avatar/enums.js +5 -0
  52. package/components/Avatar/index.js +7 -0
  53. package/components/Avatar/types.js +2 -0
  54. package/components/Body/Body.js +4 -4
  55. package/components/Button/Button.js +33 -33
  56. package/components/Button/ButtonBase.js +1 -1
  57. package/components/Button/ButtonDropdown.js +39 -39
  58. package/components/Button/ButtonDropdownExtended.js +1 -1
  59. package/components/Button/ButtonIcon.js +4 -4
  60. package/components/Calendar/Calendar.js +5 -5
  61. package/components/Calendar/components/CalendarControls.js +1 -1
  62. package/components/Calendar/components/CalendarFooter.js +1 -1
  63. package/components/Calendar/components/CalendarViewDays.js +1 -1
  64. package/components/Calendar/components/CalendarViewItem.js +1 -1
  65. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  66. package/components/Calendar/components/CalendarViewYears.js +1 -1
  67. package/components/Card/CardAction.js +13 -13
  68. package/components/Card/CardStatic.js +2 -2
  69. package/components/Card/components/CardContent/CardContent.js +1 -1
  70. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  71. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  72. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  73. package/components/Card/components/CardMedia.js +1 -1
  74. package/components/Card/utils.js +1 -1
  75. package/components/CarouselExtended/CarouselExtended.js +1 -1
  76. package/components/Checkbox/Checkbox.js +11 -11
  77. package/components/Checkbox/CheckboxXGroup.js +13 -13
  78. package/components/Checkbox/CheckboxYGroup.js +6 -6
  79. package/components/CheckboxTree/CheckboxTree.js +14 -13
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
  81. package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +38 -45
  85. package/components/Chip/Chip.js +1 -1
  86. package/components/Chip/ChipClearButton.js +4 -4
  87. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  88. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  89. package/components/Chip/ChipDropdownArrow.js +1 -1
  90. package/components/Chip/ChipIcon.js +1 -1
  91. package/components/Chip/ChipMultiselect.js +1 -1
  92. package/components/Chip/ChipOptions.js +6 -6
  93. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  94. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  95. package/components/Chip/ChipSort.js +1 -1
  96. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  97. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  98. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  99. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +24 -24
  100. package/components/Chip/index.js +1 -1
  101. package/components/ChipGroup/ChipGroup.js +8 -8
  102. package/components/Col/Col.js +130 -130
  103. package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
  104. package/components/Confirm/Confirm.js +1 -1
  105. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  106. package/components/Confirm/components/ConfirmContent.js +1 -1
  107. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  108. package/components/Confirm/components/ConfirmControls.js +1 -1
  109. package/components/DateField/DateField.js +2 -2
  110. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  111. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  112. package/components/DateRange/DateRange.js +13 -13
  113. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  114. package/components/DesignTokens/DesignTokensComponents.js +106 -104
  115. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +104 -102
  116. package/components/DesignTokens/components/Avatar.js +9 -0
  117. package/components/DesignTokens/components/LightBox.js +1 -1
  118. package/components/DesignTokens/components/index.js +156 -153
  119. package/components/Divider/Divider.js +17 -17
  120. package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
  121. package/components/Dropdown/desktop/DropdownDesktop.js +5 -5
  122. package/components/Dropdown/desktop/DropdownList.js +1 -1
  123. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  124. package/components/Dropdown/desktop/index.js +1 -1
  125. package/components/Dropdown/index.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  136. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
  137. package/components/Ellipsis/Ellipsis.js +5 -5
  138. package/components/ExpandAnimation/ExpandAnimation.js +14 -14
  139. package/components/Footer/Footer.js +1 -1
  140. package/components/Footer/components/FooterDescription.js +1 -1
  141. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  142. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  143. package/components/FormField/FormField.js +51 -45
  144. package/components/FormField/components/FormFieldClear.js +8 -8
  145. package/components/FormField/components/FormFieldCounter.js +4 -4
  146. package/components/FormField/components/FormFieldDescription.js +7 -7
  147. package/components/FormField/components/FormFieldInput.js +1 -1
  148. package/components/FormField/components/FormFieldLabel.js +4 -4
  149. package/components/FormField/components/FormFieldMaskedInput.js +11 -11
  150. package/components/FormField/components/FormFieldPostfix.js +5 -5
  151. package/components/FormField/components/FormFieldPrefix.js +8 -8
  152. package/components/FormField/components/FormFieldTarget.js +6 -6
  153. package/components/FormField/components/FormFieldTextarea.js +11 -11
  154. package/components/FormField/index.js +16 -15
  155. package/components/Header/Header.js +1 -1
  156. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  157. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  158. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  159. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
  160. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  161. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  162. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  163. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  164. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  165. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  166. package/components/HelpBox/HelpBox.js +41 -42
  167. package/components/Island/Island.js +1 -1
  168. package/components/Island/components/IslandBody.js +5 -5
  169. package/components/Island/components/IslandFooter.js +3 -3
  170. package/components/Island/components/IslandHeader.js +2 -2
  171. package/components/Island/utils.js +1 -1
  172. package/components/IslandAccordion/IslandAccordion.js +2 -2
  173. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  174. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  175. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  176. package/components/IslandWidget/IslandWidget.js +8 -8
  177. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  178. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  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 +1 -1
  182. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  183. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  184. package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
  185. package/components/LightBox/LightBox.js +10 -10
  186. package/components/LightBox/LightBoxContent.js +1 -1
  187. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  188. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  189. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  190. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +7 -7
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  193. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  194. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  195. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +13 -11
  196. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -11
  197. package/components/Link/Link.js +20 -20
  198. package/components/List/List.js +3 -3
  199. package/components/List/components/ListEmptyState.js +1 -1
  200. package/components/List/components/ListItem.js +1 -1
  201. package/components/List/components/ListItemContent.js +9 -9
  202. package/components/List/components/ListItemControls.js +5 -5
  203. package/components/List/components/ListItemControlsButton.js +1 -1
  204. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  205. package/components/List/components/ListItemLoading.js +1 -1
  206. package/components/List/components/ListItemSelectable.js +16 -16
  207. package/components/List/components/ListItemTable.js +3 -3
  208. package/components/List/components/ListItemTailLeft.js +1 -1
  209. package/components/List/components/ListItemTailRight.js +1 -1
  210. package/components/List/components/ListSortableItem.js +4 -4
  211. package/components/List/components/ListSortableItemControls.js +1 -1
  212. package/components/List/components/ListSortableItemTarget.js +10 -10
  213. package/components/List/index.js +1 -1
  214. package/components/ListMaster/ListMaster.js +1 -1
  215. package/components/ListMaster/components/ListMasterBody.js +1 -1
  216. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  217. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  218. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  219. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  220. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  221. package/components/ListMaster/components/SelectionControls.js +2 -2
  222. package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
  223. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  224. package/components/LoaderScreen/LoaderScreen.js +12 -12
  225. package/components/Marker/Marker.js +1 -1
  226. package/components/Marker/utils.js +1 -1
  227. package/components/MarkerStatus/MarkerStatus.js +9 -9
  228. package/components/ModalWindow/ModalWindow.js +1 -1
  229. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  230. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  231. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  232. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  233. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  234. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +20 -15
  235. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  236. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  237. package/components/Notification/Notification.js +2 -2
  238. package/components/Notification/NotificationGrouped.js +1 -1
  239. package/components/Notification/components/NotificationBody.js +1 -1
  240. package/components/Notification/components/NotificationBodyContent.js +1 -1
  241. package/components/Notification/components/NotificationBodyList.js +1 -1
  242. package/components/Notification/components/NotificationClose.js +1 -1
  243. package/components/Notification/components/NotificationFooter.js +1 -1
  244. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  245. package/components/Notification/components/NotificationHeader.js +1 -1
  246. package/components/Notification/components/NotificationIcon.js +1 -1
  247. package/components/Notification/components/NotificationTime.js +1 -1
  248. package/components/NotificationIcon/NotificationIcon.js +4 -4
  249. package/components/NumberField/NumberFieldInput.js +2 -2
  250. package/components/OrderedList/OrderedList.js +6 -6
  251. package/components/OrderedList/OrderedListItem.js +6 -6
  252. package/components/Overlay/Overlay.js +1 -1
  253. package/components/Overlay/OverlayMask.js +1 -1
  254. package/components/Overlay/OverlayPanel.js +1 -1
  255. package/components/Page/Page.js +1 -1
  256. package/components/Page/components/BodyPage.js +8 -8
  257. package/components/Page/components/FooterPage.js +1 -1
  258. package/components/Page/components/HeaderPage.js +1 -1
  259. package/components/Pagination/components/PaginationExtended.js +8 -8
  260. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  261. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  262. package/components/Pagination/components/PaginationPageButton.js +1 -1
  263. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  264. package/components/Pagination/components/PaginationSelect.js +4 -4
  265. package/components/Radio/Radio.js +6 -6
  266. package/components/Radio/RadioXGroup.js +7 -7
  267. package/components/Radio/RadioYGroup.js +7 -7
  268. package/components/Row/Row.js +5 -5
  269. package/components/SMSField/SMSField.js +2 -2
  270. package/components/SMSField/components/RefreshIcon.js +1 -1
  271. package/components/SMSField/components/SMSFieldInput.js +2 -2
  272. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  273. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  274. package/components/SegmentedControl/SegmentedControl.js +10 -10
  275. package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
  276. package/components/SelectExtendedField/SelectExtendedField.js +1 -1
  277. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  278. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -81
  279. package/components/Skeleton/Skeleton.js +11 -11
  280. package/components/SliderExtended/SliderExtended.js +2 -2
  281. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  282. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  283. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  284. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  285. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +3 -3
  286. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
  287. package/components/SmallInput/SmallInput.js +6 -6
  288. package/components/Spoiler/Spoiler.js +9 -9
  289. package/components/StatusTracker/StatusTracker.js +2 -2
  290. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  294. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  295. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  296. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  297. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  298. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  299. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  300. package/components/Step/Step.js +10 -10
  301. package/components/Stepper/RightBorderArrow.js +1 -1
  302. package/components/Stepper/Stepper.js +10 -10
  303. package/components/Stepper/StepperExtended.js +1 -1
  304. package/components/Stepper/StepperStep.js +2 -2
  305. package/components/Stepper/StepperWrapper.js +4 -4
  306. package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
  307. package/components/SuggestField/SuggestField.js +1 -1
  308. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  309. package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
  310. package/components/SuggestField/desktop/SuggestFieldDesktop.js +5 -5
  311. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  312. package/components/SuggestField/index.js +1 -1
  313. package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
  314. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  315. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  316. package/components/SuggestField/mobile/index.js +1 -1
  317. package/components/SwipeableArea/SwipeableArea.js +2 -2
  318. package/components/Table/FilterPanel.js +2 -2
  319. package/components/Table/MasterTable.js +2 -2
  320. package/components/Table/NoColumns.js +3 -3
  321. package/components/Table/PaginationPanel.js +4 -4
  322. package/components/Table/TableBasic/TableBasic.js +1 -1
  323. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  324. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  325. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  326. package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
  327. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
  328. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  329. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  330. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  331. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  332. package/components/Table/TableFooter/TableFooter.js +1 -1
  333. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  334. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  335. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  336. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  337. package/components/Table/TabsLinePanel.js +5 -5
  338. package/components/Table/TabsLinePanelLinks.js +5 -5
  339. package/components/Table/utils.js +1 -1
  340. package/components/Tabs/Tabs.js +31 -30
  341. package/components/TabsExtended/TabsExtended.js +2 -2
  342. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  343. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  344. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  345. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  346. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  347. package/components/TabsExtended/utils.js +1 -1
  348. package/components/TabsLine/TabsLine.js +1 -1
  349. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  350. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  351. package/components/TabsLine/components/TabsLineItem.js +1 -1
  352. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  353. package/components/Tag/Tag.js +28 -28
  354. package/components/TagColor/TagColor.js +14 -14
  355. package/components/TagGroup/TagGroup.js +14 -14
  356. package/components/TextField/TextField.js +1 -1
  357. package/components/TextareaField/TextareaField.js +2 -2
  358. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  359. package/components/Tooltip/components/common/TooltipLink.js +3 -3
  360. package/components/Tooltip/components/common/TooltipXButton.js +8 -8
  361. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  362. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  363. package/components/Tooltip/components/mobile/TooltipMobile.js +37 -36
  364. package/components/TopOverlay/TopOverlay.js +29 -29
  365. package/components/TreeView/TreeView.js +1 -1
  366. package/components/TreeView/components/TreeViewGroup.js +1 -1
  367. package/components/TreeView/components/TreeViewNode.js +1 -1
  368. package/components/Typography/Caption.js +23 -23
  369. package/components/Typography/Text.js +25 -25
  370. package/components/Typography/Title.js +13 -13
  371. package/components/Typography/utils.js +1 -1
  372. package/components/UnorderedList/UnorderedList.js +2 -2
  373. package/components/UnorderedList/UnorderedListItem.js +2 -2
  374. package/components/UploadZone/UploadZone.js +68 -90
  375. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  376. package/components/index.js +554 -549
  377. package/index.d.ts +59 -23
  378. package/index.js +598 -593
  379. package/package.json +6 -2
  380. package/styles/triplex-next.css +534 -533
  381. package/chunks/AlertProcessSpoiler-SFMiAq2e.js +0 -39
  382. package/chunks/Card.module-B8eF0PyT.js +0 -17
  383. package/chunks/CheckboxTreeExtended.module-BL2GvhSW.js +0 -11
  384. package/chunks/Confirm.module-DtGkChdz.js +0 -15
  385. package/chunks/DropdownMobile.module-hCX_8o3O.js +0 -23
  386. package/chunks/Footer.module-CmBv6U70.js +0 -9
  387. package/chunks/HeaderLayoutSidebar.module-72lLZguP.js +0 -9
  388. package/chunks/HeaderTabs.module-Cg4Skmf_.js +0 -9
  389. package/chunks/IslandAccordion.module-CASKTyF5.js +0 -25
  390. package/chunks/IslandWidgetFooter.module-BOmbhSZq.js +0 -9
  391. package/chunks/IslandWidgetHeader.module-Bb1VehSy.js +0 -9
  392. package/chunks/LightBoxControls.module-Bd3m7ZxT.js +0 -16
  393. package/chunks/LightBoxSideOverlayClose.module-BOo9E8eM.js +0 -8
  394. package/chunks/ListItemTail.module-Cc6Q6gR8.js +0 -12
  395. package/chunks/ListMasterFooter.module-CPTvVSEg.js +0 -10
  396. package/chunks/ModalWindow.module-Cjfs_3lX.js +0 -17
  397. package/chunks/Notification.module-DRNzc662.js +0 -21
  398. package/chunks/Overlay.module-CyE4VM64.js +0 -18
  399. package/chunks/Page.module-CiiwZIG0.js +0 -11
  400. package/chunks/SMSField.module-Df8IlNx3.js +0 -16
  401. package/chunks/SliderExtendedMarks.module-C3yroPQo.js +0 -15
  402. package/chunks/StatusTracker.module-C3dx5TPW.js +0 -24
  403. package/chunks/TableFooter.module-CJATQpk2.js +0 -14
  404. package/chunks/TabsExtended.module-mbk25DHy.js +0 -16
  405. package/chunks/TabsLine.module-eLr2Qyu1.js +0 -21
  406. package/chunks/TooltipDesktop.module-D4l2yNW-.js +0 -19
  407. package/chunks/TreeView.module-BZTj2oze.js +0 -9
  408. package/chunks/UploadZoneInput-ZvLsxymO.js +0 -35
  409. package/chunks/utils-CkEbPHhV.js +0 -73
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
2
  import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
3
- import { s as e } from "../../chunks/Notification.module-DRNzc662.js";
3
+ import { s as e } from "../../chunks/Notification.module-C5D-8Dtt.js";
4
4
  const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
5
5
  o,
6
6
  /* @__PURE__ */ r(t, {})
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
3
3
  import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
4
4
  import { NotificationFooter as e } from "./NotificationFooter.js";
5
5
  import { NotificationBodyList as m } from "./NotificationBodyList.js";
6
- import { s as f } from "../../../chunks/Notification.module-DRNzc662.js";
6
+ import { s as f } from "../../../chunks/Notification.module-C5D-8Dtt.js";
7
7
  const o = ((t) => {
8
8
  const { children: i } = t;
9
9
  return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-DRNzc662.js";
2
+ import { s as i } from "../../../chunks/Notification.module-C5D-8Dtt.js";
3
3
  const n = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationBodyContent, children: o });
4
4
  n.displayName = "NotificationBodyContent";
5
5
  export {
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
3
3
  import "../../UnorderedList/UnorderedListItem.js";
4
- import { s as a } from "../../../chunks/Notification.module-DRNzc662.js";
4
+ import { s as a } from "../../../chunks/Notification.module-C5D-8Dtt.js";
5
5
  import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
6
6
  const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
7
7
  c.displayName = "NotificationBodyList";
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
5
5
  import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
6
6
  import "../../Button/ButtonDropdown.js";
7
7
  import "../../Button/ButtonDropdownExtended.js";
8
- import { s as m } from "../../../chunks/Notification.module-DRNzc662.js";
8
+ import { s as m } from "../../../chunks/Notification.module-C5D-8Dtt.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-DRNzc662.js";
2
+ import { s as i } from "../../../chunks/Notification.module-C5D-8Dtt.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
4
4
  s.displayName = "NotificationFooter";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor-BARd5eYq.js";
3
- import { s as o } from "../../../chunks/Notification.module-DRNzc662.js";
3
+ import { s as o } from "../../../chunks/Notification.module-C5D-8Dtt.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-DRNzc662.js";
2
+ import { s as a } from "../../../chunks/Notification.module-C5D-8Dtt.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-DRNzc662.js";
2
+ import { s as t } from "../../../chunks/Notification.module-C5D-8Dtt.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-DRNzc662.js";
2
+ import { s as t } from "../../../chunks/Notification.module-C5D-8Dtt.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -1,8 +1,8 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { c as t } from "../../chunks/vendor-BARd5eYq.js";
3
- const c = "notificationIcon__47daabaa", a = {
4
- notificationIcon: c
5
- }, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: t(a.notificationIcon, o) });
2
+ import { c } from "../../chunks/vendor-BARd5eYq.js";
3
+ const t = "notificationIcon__89fe3c3e", a = {
4
+ notificationIcon: t
5
+ }, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: c(a.notificationIcon, o) });
6
6
  s.displayName = "NotificationIcon";
7
7
  export {
8
8
  s as NotificationIcon
@@ -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-DurMmok0.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-BARd5eYq.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__5d8839fc", a = {
5
+ const m = "orderedList__037a964b", 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.13.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -2,20 +2,20 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as s } from "../../chunks/vendor-BARd5eYq.js";
4
4
  import "../Typography/Title.js";
5
- import { Text as i } from "../Typography/Text.js";
5
+ import { Text as d } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
- import { ETextSize as d } from "../Typography/enums.js";
8
- const a = "orderedListItem__88160264", p = {
7
+ import { ETextSize as i } from "../Typography/enums.js";
8
+ const a = "orderedListItem__1d3bd569", p = {
9
9
  orderedListItem: a
10
10
  }, c = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
- i,
12
+ d,
13
13
  {
14
14
  className: s(p.orderedListItem, t),
15
- size: d.B3,
15
+ size: i.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "0.12.0",
18
+ "data-tx": "0.13.0",
19
19
  ref: r
20
20
  }
21
21
  )
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-BARd5eYq.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-3QvWfMgh.js";
8
8
  const s = ({
9
9
  children: o,
10
10
  className: i,
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import l from "react";
3
3
  import { c as t } from "../../chunks/vendor-BARd5eYq.js";
4
- import { s as a } from "../../chunks/Overlay.module-CyE4VM64.js";
4
+ import { s as a } from "../../chunks/Overlay.module-3QvWfMgh.js";
5
5
  const p = l.forwardRef(({ className: r, opened: s, ...o }, e) => /* @__PURE__ */ m(
6
6
  "div",
7
7
  {
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as P } from "../../chunks/vendor-BARd5eYq.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-3QvWfMgh.js";
6
6
  const T = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-BARd5eYq.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-BV59uicx.js";
8
8
  import "./components/enums.js";
9
9
  const c = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, m) {
@@ -5,21 +5,21 @@ import { c as d } from "../../../chunks/vendor-BARd5eYq.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__292205ac", P = "verticalMargin24__9f5262e4", v = "verticalMargin16__619f04c2", o = {
9
+ bodyPage: f,
10
+ verticalMargin24: P,
11
11
  verticalMargin16: v
12
- }, b = {
12
+ }, _ = {
13
13
  [r.LARGE]: o.verticalMargin24,
14
14
  [r.SMALL]: o.verticalMargin16
15
- }, _ = m.forwardRef(
15
+ }, E = m.forwardRef(
16
16
  ({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
17
- const t = d(s, o.bodyPage, b[g]);
17
+ const t = d(s, o.bodyPage, _[g]);
18
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 });
19
19
  }
20
20
  );
21
- _.displayName = "BodyPage";
21
+ E.displayName = "BodyPage";
22
22
  export {
23
- _ as BodyPage
23
+ E as BodyPage
24
24
  };
25
25
  //# sourceMappingURL=BodyPage.js.map
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
9
9
  import "../../Island/components/IslandBody.js";
10
10
  import "../../Island/components/IslandHeader.js";
11
11
  import "../../Island/components/IslandFooter.js";
12
- import { s as n } from "../../../chunks/Page.module-CiiwZIG0.js";
12
+ import { s as n } from "../../../chunks/Page.module-BV59uicx.js";
13
13
  const N = Object.assign(
14
14
  R.forwardRef(
15
15
  ({ className: m, type: r, size: a, sticky: p, ...f }, o) => {
@@ -6,7 +6,7 @@ import { c as l } from "../../../chunks/vendor-BARd5eYq.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-BV59uicx.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
- import { jsx as o } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-BARd5eYq.js";
3
- import d from "react";
4
- const r = "paginationExtended__38962985", s = {
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import i from "react";
4
+ const r = "paginationExtended__d4dcf6f9", s = {
5
5
  paginationExtended: r
6
- }, x = d.forwardRef(
7
- ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
6
+ }, x = i.forwardRef(
7
+ ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ d(
8
8
  "nav",
9
9
  {
10
- className: i(s.paginationExtended, n),
11
- "data-tx": "0.12.0",
10
+ className: o(s.paginationExtended, n),
11
+ "data-tx": "0.13.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__1ef9fc0f", N = "directionIconNext__e43c651a", n = {
7
+ const g = "paginationNavigationButton__ad2434c3", N = "directionIconNext__e7475249", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, f = 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__1ef9fc0f", N = "directionIconNext__e43c65
22
22
  );
23
23
  }
24
24
  );
25
- f.displayName = "PaginationNavigationButton";
25
+ I.displayName = "PaginationNavigationButton";
26
26
  export {
27
- f 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
3
  import { c as d } from "../../../chunks/vendor-BARd5eYq.js";
4
- const g = "paginationNavigationExtended__2eacd1e4", r = {
4
+ const g = "paginationNavigationExtended__9a613e9f", 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
3
  import { c } from "../../../chunks/vendor-BARd5eYq.js";
4
- const s = "paginationPageButton__5b1eea54", u = "currentPage__ff24eb05", a = {
4
+ const s = "paginationPageButton__9fa15822", u = "currentPage__f8846b7f", 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
2
  import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__f3cfa8be", r = {
4
+ const t = "pageEllipsis__c6b9282e", 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 })
@@ -7,17 +7,17 @@ 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__3dfc1f39", P = "paginationSelectControl__65cf2909", 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,4 +1,4 @@
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
3
  import { c } from "../../chunks/vendor-BARd5eYq.js";
4
4
  import "../Typography/Title.js";
@@ -7,7 +7,7 @@ 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__1cb9f1f1", M = "sm__453632d6", T = "nonempty__f8349189", S = "md__1f2b900a", I = "lg__b2aca712", R = "disabled__7711fe6b", g = "radio__e5de7eb8", u = "radioIcon__ab8f78b3", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -20,15 +20,15 @@ const y = "label__13858340", M = "sm__467394ac", T = "nonempty__7f13f767", S = "
20
20
  [a.LG]: m.B2,
21
21
  [a.MD]: m.B3,
22
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(
23
+ }, C = z(o), h = N.forwardRef((r, d) => {
24
+ const { children: e, className: l, disabled: n, labelAttributes: s, size: t = a.MD, ...p } = r, b = c(o.radio, l, C[t]), _ = c(
25
25
  o.label,
26
26
  o[t],
27
27
  { [o.disabled]: !!n, [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.13.0", children: [
31
+ /* @__PURE__ */ i("input", { type: "radio", className: b, disabled: n, ...p, ref: d }),
32
32
  /* @__PURE__ */ i("span", { className: o.radioIcon }),
33
33
  e && /* @__PURE__ */ i(x, { size: B[t], children: e })
34
34
  ] });
@@ -1,14 +1,14 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-BARd5eYq.js";
3
- const _ = "radioXGroup__eb24814b", c = "label__13858340", n = {
3
+ const _ = "radioXGroup__d476315b", c = "label__1cb9f1f1", n = {
4
4
  radioXGroup: _,
5
- "indent-12": "indent-12__26c6cfad",
5
+ "indent-12": "indent-12__ee97d65a",
6
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"
7
+ "indent-16": "indent-16__a69164df",
8
+ "indent-20": "indent-20__c411d005",
9
+ "indent-24": "indent-24__f202ebb7",
10
+ "indent-28": "indent-28__d72a7b9e",
11
+ "indent-32": "indent-32__ef4ebff4"
12
12
  }, l = (e) => {
13
13
  const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
14
  return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
@@ -1,13 +1,13 @@
1
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-BARd5eYq.js";
3
+ const t = "radioYGroup__866826bf", 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 = {
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { c } from "../../chunks/vendor-BARd5eYq.js";
3
+ const m = "row__54ea9786", i = "noPaddingBottom__f057cd35", o = {
4
4
  row: m,
5
5
  noPaddingBottom: i
6
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 });
7
+ const d = c(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ a("div", { className: d, ...r, children: t });
9
9
  };
10
10
  e.displayName = "Row";
11
11
  export {
@@ -6,7 +6,7 @@ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
6
6
  import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
7
7
  import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
8
8
  import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
9
- import { s } from "../../chunks/SMSField.module-Df8IlNx3.js";
9
+ import { s } from "../../chunks/SMSField.module-BL9kkhHx.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.13.0", children: m })
30
30
  }
31
31
  );
32
32
  };
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as s } from "react/jsx-runtime";
2
2
  import { c as P } from "../../../chunks/vendor-BARd5eYq.js";
3
- import { s as o } from "../../../chunks/SMSField.module-Df8IlNx3.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-BL9kkhHx.js";
4
4
  import { EComponentSize as u } from "../../../enums/EComponentSize.js";
5
5
  const r = "M2 10c0-4.42 3.58-8 8-8 2.52 0 4.77 1.16 6.24 3H13.5c-.56 0-1 .44-1 1 0 .55.44 1 1 1h5c.55 0 1-.45 1-1V1c0-.56-.45-1-1-1-.56 0-1 .44-1 1v2.38A10.02 10.02 0 0 0 10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 4.41-3.59 8-8 8-4.42 0-8-3.59-8-8", d = "M27 16c0 .81-.09 1.61-.27 2.39a10.9 10.9 0 0 1-1.54 3.65c-.41.62-.88 1.2-1.42 1.73-.53.54-1.11 1.01-1.73 1.42a10.906 10.906 0 0 1-3.65 1.54c-.78.18-1.58.27-2.39.27q-1.23 0-2.4-.27a10.9 10.9 0 0 1-3.65-1.54c-.62-.41-1.2-.88-1.73-1.42-.54-.53-1.01-1.11-1.42-1.73a10.906 10.906 0 0 1-1.54-3.65C5.08 17.61 5 16.81 5 16c0-.82.08-1.62.26-2.4A10.9 10.9 0 0 1 6.8 9.95c.41-.62.88-1.2 1.42-1.73.53-.54 1.11-1.01 1.73-1.42a10.906 10.906 0 0 1 3.65-1.54C14.38 5.08 15.18 5 16 5a11.1 11.1 0 0 1 2.93.39c.44.12.86.27 1.27.44.47.19.93.42 1.37.68.39.23.75.47 1.1.74.4.31.78.64 1.14 1 .06.06.12.13.19.2V6c0-.57.44-1 1-1s1 .43 1 1v5c0 .66-.34 1-1 1h-5c-.56 0-1-.44-1-1 0-.57.44-1 1-1h2.7c-.1-.12-.21-.23-.31-.34-.3-.3-.61-.58-.95-.83-.28-.21-.57-.41-.88-.59a8.753 8.753 0 0 0-3-1.11C17.05 7.04 16.53 7 16 7c-.69 0-1.35.07-2 .22-.52.11-1.02.27-1.51.48-.5.21-.97.47-1.42.76a9 9 0 0 0-2.61 2.61c-.29.45-.55.92-.76 1.42-.21.49-.37.99-.48 1.51A8.8 8.8 0 0 0 7 16c0 .68.07 1.34.22 1.99.11.52.27 1.02.48 1.51.21.5.47.97.76 1.42q.51.78 1.17 1.44c.45.44.92.83 1.44 1.17.45.29.92.55 1.42.76.49.21.99.37 1.51.48a8.803 8.803 0 0 0 3.99 0c.52-.11 1.02-.27 1.51-.48.5-.21.97-.47 1.42-.76a9 9 0 0 0 2.61-2.61c.29-.45.55-.92.76-1.42.21-.49.37-.99.48-1.51.15-.65.23-1.31.23-1.99 0-.57.44-1 1-1s1 .43 1 1", v = Math.PI / 180, e = Math.PI * 2, M = (c) => (c = c % 360, c = c < 0 ? 360 + c : c, c * v), n = M(-8), h = M(-19), m = h < n ? e - (n - h) : h - n, p = (c, t) => Math.round(c * Math.cos(t) * 1e3) / 1e3, f = (c, t) => Math.round(c * Math.sin(t) * 1e3) / 1e3, w = (c, t, a, l) => "M" + c + " " + t + // Смещаем перо в центр окружности.
6
6
  "L" + // Рисуем горизонтальную линию вправо в начало сектора.
@@ -7,7 +7,7 @@ import { FormFieldCounter as 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-DurMmok0.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-BL9kkhHx.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) => {
@@ -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-BL9kkhHx.js";
13
13
  const D = M(
14
14
  ({ className: l, disabled: r, countdownTime: e, countdownTimeLeft: s, onClick: t, onRefresh: p, ...f }, n) => {
15
15
  const { disabled: o, error: c, size: h, sizeClassName: d, tooltipId: S } = N(u), b = s > 0, a = o && !c || r || b, R = I(m.btnRefresh, d, l, {
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as x } from "../../Button/enums.js";
10
10
  import { SMSFieldContext as I } from "../SMSFieldContext.js";
11
11
  import { SubmitIcon as N } from "./SubmitIcon.js";
12
- import { s } from "../../../chunks/SMSField.module-Df8IlNx3.js";
12
+ import { s } from "../../../chunks/SMSField.module-BL9kkhHx.js";
13
13
  const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
14
14
  const {
15
15
  code: t,
@@ -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";
6
- import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
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 = {
5
+ import { c as R } from "../../chunks/vendor-BARd5eYq.js";
6
+ import { SegmentedControlContext as T } from "./SegmentedControlContext.js";
7
+ import { createSizeToClassNameMap as b } from "../../utils/classNameMaps.js";
8
+ const h = "segmentedControl__8da76f85", x = "general1__bb632386", L = "secondary1__fd580e94", A = "general2__3a6852fa", M = "secondary2__a0ee3d38", G = "sm__1e71ca84", O = "md__693310c6", j = "lg__29cf0f48", e = {
9
9
  segmentedControl: h,
10
10
  general1: x,
11
11
  secondary1: L,
@@ -19,14 +19,14 @@ const h = "segmentedControl__917c1510", x = "general1__5dbbb979", L = "secondary
19
19
  [o.GENERAL_2]: e.general2,
20
20
  [o.SECONDARY_1]: e.secondary1,
21
21
  [o.SECONDARY_2]: e.secondary2
22
- }, z = T(e), D = Object.assign(
22
+ }, z = b(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) => {
25
- const p = b(
24
+ ({ children: d, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...f }, C) => {
25
+ const p = R(
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
@@ -40,7 +40,7 @@ const h = "segmentedControl__917c1510", x = "general1__5dbbb979", L = "secondary
40
40
  }
41
41
  };
42
42
  return /* @__PURE__ */ c(
43
- R.Provider,
43
+ T.Provider,
44
44
  {
45
45
  value: {
46
46
  type: r,
@@ -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.13.0", ref: C, children: d })
52
52
  }
53
53
  );
54
54
  }