@sberbusiness/triplex-next 1.8.0 → 1.9.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 (412) hide show
  1. package/chunks/AlertProcessSpoiler-D8OxE3FA.js +39 -0
  2. package/chunks/CalendarViewItem-DXg4wwUA.js +101 -0
  3. package/chunks/Card.module-CDb8O5wa.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-D8lQSOEb.js +11 -0
  5. package/chunks/{Chip-CCv72AgN.js → Chip-DXegvfGS.js} +9 -9
  6. package/chunks/Confirm.module-ySc3irOD.js +15 -0
  7. package/chunks/{DropdownListItem-BcXHt5bk.js → DropdownListItem-ToJzPBLf.js} +18 -18
  8. package/chunks/DropdownMobile.module-B25s43In.js +23 -0
  9. package/chunks/Footer.module-CzmEZNfz.js +9 -0
  10. package/chunks/{FormFieldInput-BnHKlreA.js → FormFieldInput-kWDtKz1V.js} +8 -8
  11. package/chunks/HeaderLayoutSidebar.module-C6GIAW7a.js +9 -0
  12. package/chunks/HeaderTabs.module-BP4HQoDS.js +9 -0
  13. package/chunks/{HeaderTitle.module-0YuV_UNN.js → HeaderTitle.module-DlPGCmxi.js} +2 -2
  14. package/chunks/IslandAccordion.module-DDPPsI1j.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-BGcZce5D.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-BMvYg9LN.js +9 -0
  17. package/chunks/LightBoxContent-BhFPV40j.js +56 -0
  18. package/chunks/LightBoxControls.module-B71hMR9E.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js +8 -0
  20. package/chunks/{ListItemControlsButton-BB9ENDS-.js → ListItemControlsButton-BoYzfwDC.js} +9 -9
  21. package/chunks/ListItemTail.module-D2THwLyb.js +12 -0
  22. package/chunks/ListMasterFooter.module-CQmunIov.js +10 -0
  23. package/chunks/ModalWindow.module-BhR9VsYm.js +17 -0
  24. package/chunks/Notification.module-BHnUAhdM.js +21 -0
  25. package/chunks/Overlay.module-BHV5h0kp.js +18 -0
  26. package/chunks/Page.module-DcF12bw0.js +11 -0
  27. package/chunks/{RightBorderArrow-BsoQkq2D.js → RightBorderArrow-DmvKTu6m.js} +11 -11
  28. package/chunks/SMSInput.module-qYyAcTFr.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-CNaKOqZQ.js +15 -0
  30. package/chunks/{SliderExtendedRail-DCMgHGfh.js → SliderExtendedRail-45DAsx7v.js} +7 -7
  31. package/chunks/StatusTracker.module-BA-WFHqo.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-BEzPFmOF.js → SuggestFieldMobileDropdownHint-CSddz7zn.js} +4 -4
  33. package/chunks/TableFooter.module-D6jJ4Btm.js +14 -0
  34. package/chunks/TabsExtended.module-C87bijNv.js +16 -0
  35. package/chunks/TabsLine.module-D_ARvYGg.js +21 -0
  36. package/chunks/TooltipDesktop.module-CehOLtFg.js +19 -0
  37. package/chunks/{TooltipMobileCloseButton-D5h1S51t.js → TooltipMobileCloseButton-CJByOYY4.js} +7 -7
  38. package/chunks/TreeView.module-B6tUzJoC.js +9 -0
  39. package/chunks/{UploadZoneInput-BES4iuW5.js → UploadZoneInput-D8diOBuf.js} +2 -2
  40. package/chunks/{utils-D2zZhfuB.js → utils--cyZSVhM.js} +7 -7
  41. package/chunks/utils-3xY20XDV.js +24 -0
  42. package/chunks/utils-BCJ-APtm.js +20 -0
  43. package/chunks/{utils-Bg2EU04u.js → utils-BvGDcicX.js} +4 -4
  44. package/chunks/{utils-DRFlp8Cg.js → utils-tUaA-zN1.js} +11 -11
  45. package/components/Alert/AlertContext/AlertContext.js +7 -7
  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 +11 -11
  50. package/components/Body/Body.js +6 -6
  51. package/components/Button/Button.js +28 -28
  52. package/components/Button/ButtonBase.js +1 -1
  53. package/components/Button/ButtonDropdown.js +17 -17
  54. package/components/Button/ButtonDropdownExtended.js +7 -7
  55. package/components/Button/ButtonIcon.js +5 -5
  56. package/components/Calendar/Calendar.js +2 -2
  57. package/components/Calendar/components/CalendarControls.js +9 -9
  58. package/components/Calendar/components/CalendarFooter.js +3 -3
  59. package/components/Calendar/components/CalendarViewDays.js +1 -1
  60. package/components/Calendar/components/CalendarViewItem.js +1 -1
  61. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  62. package/components/Calendar/components/CalendarViewYears.js +1 -1
  63. package/components/Card/CardAction.js +21 -21
  64. package/components/Card/CardStatic.js +2 -2
  65. package/components/Card/components/CardContent/CardContent.js +1 -1
  66. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  67. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  68. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  69. package/components/Card/components/CardMedia.js +1 -1
  70. package/components/Card/utils.js +1 -1
  71. package/components/CarouselExtended/CarouselExtended.js +1 -1
  72. package/components/Checkbox/Checkbox.js +10 -10
  73. package/components/Checkbox/CheckboxXGroup.js +11 -11
  74. package/components/Checkbox/CheckboxYGroup.js +1 -1
  75. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  76. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  77. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  78. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  79. package/components/Chip/Chip.js +1 -1
  80. package/components/Chip/ChipClearButton.js +10 -10
  81. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  82. package/components/Chip/ChipDatePicker/components/ChipDatePickerTarget.js +1 -1
  83. package/components/Chip/ChipDropdownArrow.js +8 -8
  84. package/components/Chip/ChipIcon.js +1 -1
  85. package/components/Chip/ChipMultiselect.js +24 -22
  86. package/components/Chip/ChipOptions.js +6 -6
  87. package/components/Chip/ChipSelect/ChipSelect.js +51 -0
  88. package/components/Chip/ChipSelect/ChipSelectTarget.js +44 -0
  89. package/components/Chip/ChipSelect/index.js +7 -0
  90. package/components/Chip/ChipSort.js +1 -1
  91. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  92. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +69 -57
  93. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +31 -29
  94. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  95. package/components/Chip/index.js +13 -11
  96. package/components/ChipGroup/ChipGroup.js +12 -12
  97. package/components/Col/Col.js +134 -134
  98. package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
  99. package/components/Confirm/Confirm.js +1 -1
  100. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  101. package/components/Confirm/components/ConfirmContent.js +1 -1
  102. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  103. package/components/Confirm/components/ConfirmControls.js +1 -1
  104. package/components/DateField/DateField.js +1 -1
  105. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  106. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
  107. package/components/DateRange/DateRange.js +9 -9
  108. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  109. package/components/DesignTokens/DesignTokensComponents.js +24 -22
  110. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +20 -18
  111. package/components/DesignTokens/components/Calendar.js +6 -4
  112. package/components/DesignTokens/components/TabsLine.js +0 -9
  113. package/components/DesignTokens/components/TagColor.js +26 -0
  114. package/components/DesignTokens/components/index.js +27 -24
  115. package/components/Divider/Divider.js +17 -17
  116. package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
  117. package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
  118. package/components/Dropdown/desktop/DropdownList.js +1 -1
  119. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  120. package/components/Dropdown/desktop/index.js +1 -1
  121. package/components/Dropdown/index.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  123. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  129. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  133. package/components/Ellipsis/Ellipsis.js +8 -8
  134. package/components/ExpandAnimation/ExpandAnimation.js +15 -15
  135. package/components/Footer/Footer.js +1 -1
  136. package/components/Footer/components/FooterDescription.js +1 -1
  137. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  138. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  139. package/components/FormField/FormField.js +22 -22
  140. package/components/FormField/components/FormFieldClear.js +17 -17
  141. package/components/FormField/components/FormFieldCounter.js +5 -5
  142. package/components/FormField/components/FormFieldDescription.js +6 -6
  143. package/components/FormField/components/FormFieldInput.js +1 -1
  144. package/components/FormField/components/FormFieldLabel.js +7 -7
  145. package/components/FormField/components/FormFieldMaskedInput.js +25 -25
  146. package/components/FormField/components/FormFieldPostfix.js +1 -1
  147. package/components/FormField/components/FormFieldPrefix.js +1 -1
  148. package/components/FormField/components/FormFieldTarget.js +24 -24
  149. package/components/FormField/components/FormFieldTextarea.js +1 -1
  150. package/components/FormField/index.js +1 -1
  151. package/components/Header/Header.js +1 -1
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  153. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  154. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  155. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  156. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  157. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  158. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  159. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  160. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  161. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  162. package/components/HelpBox/HelpBox.js +10 -10
  163. package/components/Island/Island.js +1 -1
  164. package/components/Island/components/IslandBody.js +1 -1
  165. package/components/Island/components/IslandFooter.js +4 -4
  166. package/components/Island/components/IslandHeader.js +3 -3
  167. package/components/Island/utils.js +1 -1
  168. package/components/IslandAccordion/IslandAccordion.js +2 -2
  169. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  170. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  171. package/components/IslandAccordion/components/IslandAccordionItem.js +73 -81
  172. package/components/IslandWidget/IslandWidget.js +13 -13
  173. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
  174. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  176. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  177. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  180. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  181. package/components/LightBox/LightBox.js +5 -5
  182. package/components/LightBox/LightBoxContent.js +1 -1
  183. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  184. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  185. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  186. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  187. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +10 -10
  188. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  190. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  191. package/components/Link/Link.js +31 -31
  192. package/components/List/List.js +7 -7
  193. package/components/List/components/ListEmptyState.js +1 -1
  194. package/components/List/components/ListItem.js +1 -1
  195. package/components/List/components/ListItemContent.js +6 -6
  196. package/components/List/components/ListItemControls.js +8 -8
  197. package/components/List/components/ListItemControlsButton.js +1 -1
  198. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  199. package/components/List/components/ListItemLoading.js +3 -3
  200. package/components/List/components/ListItemSelectable.js +11 -11
  201. package/components/List/components/ListItemTable.js +5 -5
  202. package/components/List/components/ListItemTailLeft.js +1 -1
  203. package/components/List/components/ListItemTailRight.js +1 -1
  204. package/components/List/components/ListSortableItem.js +1 -1
  205. package/components/List/components/ListSortableItemControls.js +1 -1
  206. package/components/List/components/ListSortableItemTarget.js +7 -7
  207. package/components/List/index.js +1 -1
  208. package/components/ListMaster/ListMaster.js +1 -1
  209. package/components/ListMaster/components/ListMasterBody.js +1 -1
  210. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  211. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  212. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  213. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  214. package/components/ListMaster/components/ListMasterHeader.js +12 -12
  215. package/components/ListMaster/components/SelectionControls.js +2 -2
  216. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  217. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  218. package/components/LoaderScreen/LoaderScreen.js +1 -1
  219. package/components/Marker/Marker.js +1 -1
  220. package/components/Marker/utils.js +1 -1
  221. package/components/MarkerStatus/MarkerStatus.js +16 -16
  222. package/components/ModalWindow/ModalWindow.js +1 -1
  223. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  224. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  225. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  226. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  227. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  228. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
  229. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  230. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  231. package/components/Notification/Notification.js +2 -2
  232. package/components/Notification/NotificationGrouped.js +1 -1
  233. package/components/Notification/components/NotificationBody.js +1 -1
  234. package/components/Notification/components/NotificationBodyContent.js +1 -1
  235. package/components/Notification/components/NotificationBodyList.js +1 -1
  236. package/components/Notification/components/NotificationClose.js +1 -1
  237. package/components/Notification/components/NotificationFooter.js +1 -1
  238. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  239. package/components/Notification/components/NotificationHeader.js +1 -1
  240. package/components/Notification/components/NotificationIcon.js +1 -1
  241. package/components/Notification/components/NotificationTime.js +1 -1
  242. package/components/NotificationIcon/NotificationIcon.js +4 -4
  243. package/components/NumberField/NumberFieldInput.js +1 -1
  244. package/components/OrderedList/OrderedList.js +5 -5
  245. package/components/OrderedList/OrderedListItem.js +2 -2
  246. package/components/Overlay/Overlay.js +1 -1
  247. package/components/Overlay/OverlayMask.js +1 -1
  248. package/components/Overlay/OverlayPanel.js +1 -1
  249. package/components/Page/Page.js +1 -1
  250. package/components/Page/components/BodyPage.js +14 -14
  251. package/components/Page/components/FooterPage.js +1 -1
  252. package/components/Page/components/HeaderPage.js +1 -1
  253. package/components/Pagination/components/PaginationExtended.js +6 -6
  254. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  255. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  256. package/components/Pagination/components/PaginationPageButton.js +1 -1
  257. package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
  258. package/components/Pagination/components/PaginationSelect.js +7 -7
  259. package/components/Radio/Radio.js +10 -10
  260. package/components/Radio/RadioXGroup.js +7 -7
  261. package/components/Radio/RadioYGroup.js +7 -7
  262. package/components/Row/Row.js +5 -5
  263. package/components/SMSInput/SMSInput.js +2 -2
  264. package/components/SMSInput/components/RefreshIcon.js +1 -1
  265. package/components/SMSInput/components/SMSInputInput.js +2 -2
  266. package/components/SMSInput/components/SMSInputRefresh.js +1 -1
  267. package/components/SMSInput/components/SMSInputSubmit.js +1 -1
  268. package/components/SegmentedControl/SegmentedControl.js +8 -8
  269. package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
  270. package/components/SelectExtendedField/SelectExtendedField.js +10 -10
  271. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  272. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +9 -9
  273. package/components/Skeleton/Skeleton.js +6 -6
  274. package/components/SliderExtended/SliderExtended.js +2 -2
  275. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
  276. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  277. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  278. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  279. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
  280. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
  281. package/components/SmallInput/SmallInput.js +5 -5
  282. package/components/Spoiler/Spoiler.js +7 -7
  283. package/components/StatusTracker/StatusTracker.js +2 -2
  284. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  285. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  286. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  287. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  288. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  289. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  290. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  294. package/components/Step/Step.js +9 -9
  295. package/components/Stepper/RightBorderArrow.js +1 -1
  296. package/components/Stepper/Stepper.js +1 -1
  297. package/components/Stepper/StepperExtended.js +1 -1
  298. package/components/Stepper/StepperStep.js +2 -2
  299. package/components/Stepper/StepperWrapper.js +4 -4
  300. package/components/Suggest/SuggestMobileDropdownContent.js +19 -19
  301. package/components/SuggestField/SuggestField.js +1 -1
  302. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  303. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  304. package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
  305. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  306. package/components/SuggestField/index.js +1 -1
  307. package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
  308. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  309. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  310. package/components/SuggestField/mobile/index.js +1 -1
  311. package/components/SwipeableArea/SwipeableArea.js +2 -2
  312. package/components/Table/FilterPanel.js +2 -2
  313. package/components/Table/MasterTable.js +17 -17
  314. package/components/Table/NoColumns.js +5 -5
  315. package/components/Table/PaginationPanel.js +2 -2
  316. package/components/Table/TableBasic/TableBasic.js +1 -1
  317. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  318. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  319. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  320. package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
  321. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
  322. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
  323. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  324. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  325. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
  326. package/components/Table/TableFooter/TableFooter.js +1 -1
  327. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  328. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  329. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  330. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  331. package/components/Table/TabsLinePanel.js +5 -5
  332. package/components/Table/TabsLinePanelLinks.js +1 -1
  333. package/components/Table/utils.js +1 -1
  334. package/components/Tabs/Tabs.js +14 -14
  335. package/components/TabsExtended/TabsExtended.js +2 -2
  336. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  337. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  338. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  339. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  340. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  341. package/components/TabsExtended/utils.js +1 -1
  342. package/components/TabsLine/TabsLine.js +1 -1
  343. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  344. package/components/TabsLine/components/TabsLineDropdown.js +79 -55
  345. package/components/TabsLine/components/TabsLineItem.js +55 -23
  346. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  347. package/components/TabsLine/utils.js +11 -0
  348. package/components/Tag/Tag.js +1 -1
  349. package/components/TagColor/TagColor.js +36 -0
  350. package/components/TagColor/enums.js +5 -0
  351. package/components/TagColor/index.js +5 -0
  352. package/components/TagColor/types.js +2 -0
  353. package/components/TagGroup/TagGroup.js +9 -9
  354. package/components/TextField/TextField.js +1 -1
  355. package/components/TextareaField/TextareaField.js +1 -1
  356. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  357. package/components/Tooltip/components/common/TooltipLink.js +16 -16
  358. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  359. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  360. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  361. package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
  362. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
  363. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
  364. package/components/TopOverlay/TopOverlay.js +12 -12
  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 +6 -6
  369. package/components/Typography/Text.js +12 -12
  370. package/components/Typography/Title.js +13 -13
  371. package/components/Typography/utils.js +1 -1
  372. package/components/UnorderedList/UnorderedList.js +5 -5
  373. package/components/UnorderedList/UnorderedListItem.js +6 -6
  374. package/components/UploadZone/UploadZone.js +2 -2
  375. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  376. package/components/index.js +512 -510
  377. package/index.d.ts +29 -3
  378. package/index.js +545 -543
  379. package/package.json +5 -1
  380. package/styles/triplex-next.css +533 -528
  381. package/chunks/AlertProcessSpoiler-C7qEZRwB.js +0 -39
  382. package/chunks/CalendarViewItem-CUPkQFFY.js +0 -101
  383. package/chunks/Card.module-D1ZooBvB.js +0 -17
  384. package/chunks/CheckboxTreeExtended.module-CjWzaGb4.js +0 -11
  385. package/chunks/Confirm.module-DCsU0G6f.js +0 -15
  386. package/chunks/DropdownMobile.module-B-UZ3LiZ.js +0 -23
  387. package/chunks/Footer.module-lZvJ02_q.js +0 -9
  388. package/chunks/HeaderLayoutSidebar.module-CWZIkcLe.js +0 -9
  389. package/chunks/HeaderTabs.module-C-ZA_mn1.js +0 -9
  390. package/chunks/IslandAccordion.module-h_O6zE1D.js +0 -26
  391. package/chunks/IslandWidgetFooter.module-Qje3BoKp.js +0 -9
  392. package/chunks/IslandWidgetHeader.module-CX_EFZUr.js +0 -9
  393. package/chunks/LightBoxContent-CzLiq8KE.js +0 -56
  394. package/chunks/LightBoxControls.module-BRiJRrAF.js +0 -16
  395. package/chunks/LightBoxSideOverlayClose.module-CCW9Lhhe.js +0 -8
  396. package/chunks/ListItemTail.module-BNCbqffO.js +0 -12
  397. package/chunks/ListMasterFooter.module-TZgSWuoA.js +0 -10
  398. package/chunks/ModalWindow.module-Bf1JWUeo.js +0 -17
  399. package/chunks/Notification.module-BRB3HPvc.js +0 -21
  400. package/chunks/Overlay.module-BPWZrFj3.js +0 -18
  401. package/chunks/Page.module-qLhls7XX.js +0 -11
  402. package/chunks/SMSInput.module-C87wEVmB.js +0 -16
  403. package/chunks/SliderExtendedMarks.module-DwPWr28H.js +0 -15
  404. package/chunks/StatusTracker.module-8ARjpbBi.js +0 -24
  405. package/chunks/TableFooter.module-DgtjRZYk.js +0 -14
  406. package/chunks/TabsExtended.module-B0_ktbZ6.js +0 -16
  407. package/chunks/TabsLine.module-DGic2tTZ.js +0 -21
  408. package/chunks/TooltipDesktop.module-krYzO0tT.js +0 -19
  409. package/chunks/TreeView.module-7xjkN1j1.js +0 -9
  410. package/chunks/utils-CIob06mu.js +0 -20
  411. package/chunks/utils-TKCSmJUI.js +0 -24
  412. package/components/Chip/ChipSelect.js +0 -55
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-BRB3HPvc.js";
2
+ import { s as t } from "../../../chunks/Notification.module-BHnUAhdM.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-BRB3HPvc.js";
2
+ import { s as t } from "../../../chunks/Notification.module-BHnUAhdM.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
- import { jsx as i } from "react/jsx-runtime";
2
- import { c as n } from "../../chunks/vendor-D3hUOusX.js";
3
- const t = "notificationIcon__3f9c9c7c", a = {
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import { c } from "../../chunks/vendor-D3hUOusX.js";
3
+ const t = "notificationIcon__84847e9c", a = {
4
4
  notificationIcon: t
5
- }, s = ({ className: o, ...c }) => /* @__PURE__ */ i("span", { ...c, className: n(a.notificationIcon, o) });
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
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
6
6
  import "../FormField/components/FormFieldLabel.js";
7
7
  import "../FormField/components/FormFieldClear.js";
8
8
  import "../FormField/components/FormFieldTarget.js";
9
- import { F as d } from "../../chunks/FormFieldInput-BnHKlreA.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-kWDtKz1V.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -2,15 +2,15 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
3
  import { c as o } from "../../chunks/vendor-D3hUOusX.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__61f897ed", a = {
5
+ const m = "orderedList__25c1c713", a = {
6
6
  orderedList: m
7
7
  }, c = Object.assign(
8
- d.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ s(
8
+ d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: o(a.orderedList, e),
12
- ...r,
13
- "data-tx": "1.8.0",
11
+ className: o(a.orderedList, r),
12
+ ...e,
13
+ "data-tx": "1.9.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -5,7 +5,7 @@ import "../Typography/Title.js";
5
5
  import { Text as d } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
7
  import { ETextSize as i } from "../Typography/enums.js";
8
- const a = "orderedListItem__3ce4d819", p = {
8
+ const a = "orderedListItem__54dc5828", p = {
9
9
  orderedListItem: a
10
10
  }, c = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
@@ -15,7 +15,7 @@ const a = "orderedListItem__3ce4d819", p = {
15
15
  size: i.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.8.0",
18
+ "data-tx": "1.9.0",
19
19
  ref: r
20
20
  }
21
21
  )
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-D3hUOusX.js";
4
4
  import { OverlayBase as k } from "./OverlayBase.js";
5
5
  import { OverlayMask as B } from "./OverlayMask.js";
6
6
  import { OverlayPanel as M } from "./OverlayPanel.js";
7
- import { s as r } from "../../chunks/Overlay.module-BPWZrFj3.js";
7
+ import { s as r } from "../../chunks/Overlay.module-BHV5h0kp.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-D3hUOusX.js";
4
- import { s as a } from "../../chunks/Overlay.module-BPWZrFj3.js";
4
+ import { s as a } from "../../chunks/Overlay.module-BHV5h0kp.js";
5
5
  const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__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 d } from "../../chunks/vendor-D3hUOusX.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-BPWZrFj3.js";
5
+ import { s as e } from "../../chunks/Overlay.module-BHV5h0kp.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-D3hUOusX.js";
4
4
  import { BodyPage as p } from "./components/BodyPage.js";
5
5
  import { HeaderPage as f } from "./components/HeaderPage.js";
6
6
  import { FooterPage as g } from "./components/FooterPage.js";
7
- import { s as o } from "../../chunks/Page.module-qLhls7XX.js";
7
+ import { s as o } from "../../chunks/Page.module-DcF12bw0.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -4,22 +4,22 @@ import { Body as c } from "../../Body/Body.js";
4
4
  import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
- import { EIslandType as f } from "../../Island/enums.js";
8
- const M = "bodyPage__b0cffe5d", P = "verticalMargin24__60468f0e", v = "verticalMargin16__b954be94", e = {
9
- bodyPage: M,
10
- verticalMargin24: P,
11
- verticalMargin16: v
12
- }, _ = {
13
- [r.LARGE]: e.verticalMargin24,
14
- [r.SMALL]: e.verticalMargin16
15
- }, b = m.forwardRef(
16
- ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...o }, i) => {
17
- const t = d(s, e.bodyPage, _[g]);
18
- return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: f.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
7
+ import { EIslandType as M } from "../../Island/enums.js";
8
+ const b = "bodyPage__78b2c8b5", f = "verticalMargin24__3b42f159", P = "verticalMargin16__97b144cb", o = {
9
+ bodyPage: b,
10
+ verticalMargin24: f,
11
+ verticalMargin16: P
12
+ }, v = {
13
+ [r.LARGE]: o.verticalMargin24,
14
+ [r.SMALL]: o.verticalMargin16
15
+ }, _ = m.forwardRef(
16
+ ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...e }, i) => {
17
+ const t = d(s, o.bodyPage, v[g]);
18
+ return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
- b.displayName = "BodyPage";
21
+ _.displayName = "BodyPage";
22
22
  export {
23
- b as BodyPage
23
+ _ 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 c } from "../../../chunks/Page.module-qLhls7XX.js";
12
+ import { s as c } from "../../../chunks/Page.module-DcF12bw0.js";
13
13
  const w = Object.assign(
14
14
  F.forwardRef(
15
15
  ({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
@@ -6,7 +6,7 @@ import { c as p } from "../../../chunks/vendor-D3hUOusX.js";
6
6
  import { Island as S } from "../../Island/Island.js";
7
7
  import { EIslandType as y } from "../../Island/enums.js";
8
8
  import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
9
- import { s as i } from "../../../chunks/Page.module-qLhls7XX.js";
9
+ import { s as i } from "../../../chunks/Page.module-DcF12bw0.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,14 +1,14 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-D3hUOusX.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__9f162de2", s = {
4
+ const r = "paginationExtended__8b136f82", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
- ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ d(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: o(s.paginationExtended, a),
11
- "data-tx": "1.8.0",
10
+ className: d(s.paginationExtended, a),
11
+ "data-tx": "1.9.0",
12
12
  ...n,
13
13
  ref: e,
14
14
  children: t
@@ -4,7 +4,7 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__d0b9d101", N = "directionIconNext__b524a90c", n = {
7
+ const g = "paginationNavigationButton__d7dc8994", N = "directionIconNext__4cfb8074", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
10
  }, d = c.forwardRef(
@@ -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-D3hUOusX.js";
4
- const g = "paginationNavigationExtended__15f45239", r = {
4
+ const g = "paginationNavigationExtended__962559ab", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: t, ...i }, n) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, t), ...i, ref: n, children: a })
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import g from "react";
3
3
  import { c } from "../../../chunks/vendor-D3hUOusX.js";
4
- const u = "paginationPageButton__708c6370", s = "currentPage__f6a55b4d", a = {
4
+ const u = "paginationPageButton__78372ca8", s = "currentPage__7c18c292", a = {
5
5
  paginationPageButton: u,
6
6
  currentPage: s
7
7
  }, P = g.forwardRef(
@@ -1,10 +1,10 @@
1
- import { jsx as l } from "react/jsx-runtime";
2
- import { c as p } from "../../../chunks/vendor-D3hUOusX.js";
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import { c as e } from "../../../chunks/vendor-D3hUOusX.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__e2e25ebc", r = {
4
+ const t = "pageEllipsis__741609ad", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
- ({ children: s, className: i, ...a }, e) => /* @__PURE__ */ l("span", { className: p(r.pageEllipsis, i), ...a, ref: e, children: s })
7
+ ({ children: s, className: a, ...i }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, a), ...i, ref: l, children: s })
8
8
  );
9
9
  n.displayName = "PaginationPageEllipsis";
10
10
  export {
@@ -5,22 +5,22 @@ import "../../Typography/Title.js";
5
5
  import { Text as v } from "../../Typography/Text.js";
6
6
  import "../../Typography/Caption.js";
7
7
  import { ETextSize as _ } from "../../Typography/enums.js";
8
- const h = "paginationSelect__ee937e31", b = "paginationSelectControl__c5885cce", c = {
9
- paginationSelect: h,
10
- paginationSelectControl: b
8
+ const b = "paginationSelect__64464b75", h = "paginationSelectControl__1c9a2fdc", c = {
9
+ paginationSelect: b,
10
+ paginationSelectControl: h
11
11
  }, y = S.forwardRef(
12
- ({ paginationLabel: o, className: s, hidden: m, options: i, value: a, onChange: n }, d) => {
12
+ ({ paginationLabel: o, className: s, hidden: d, options: i, value: n, onChange: a }, m) => {
13
13
  const l = f(`Pagination-${x()}`), p = i && i.length > 0 ? i : [10, 20, 50, 100], u = (e) => {
14
14
  const r = Number(e.target.value);
15
- Number.isNaN(r) || n == null || n(r);
15
+ Number.isNaN(r) || a == null || a(r);
16
16
  };
17
- return m ? null : /* @__PURE__ */ g("div", { className: N(c.paginationSelect, s), ref: d, children: [
17
+ return d ? null : /* @__PURE__ */ g("div", { className: N(c.paginationSelect, s), ref: m, children: [
18
18
  /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: o }),
19
19
  /* @__PURE__ */ t("div", { className: c.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  "select",
21
21
  {
22
22
  "aria-labelledby": l.current,
23
- value: a !== void 0 ? String(a) : void 0,
23
+ value: n !== void 0 ? String(n) : void 0,
24
24
  onChange: u,
25
25
  children: p.map((e) => /* @__PURE__ */ t("option", { value: e, children: e }, e))
26
26
  }
@@ -1,13 +1,13 @@
1
1
  import { jsxs as b, jsx as t } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as m } from "../../chunks/vendor-D3hUOusX.js";
3
+ import { c as d } from "../../chunks/vendor-D3hUOusX.js";
4
4
  import "../Typography/Title.js";
5
5
  import { Text as x } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
- import { ETextSize as n } from "../Typography/enums.js";
7
+ import { ETextSize as m } from "../Typography/enums.js";
8
8
  import { EComponentSize as i } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__8ba0ff26", T = "md__bdf34fb3", M = "nonempty__215d60e4", u = "lg__62d9015f", I = "disabled__084f5d2f", R = "radio__958b0fec", S = "radioIcon__6af288e9", o = {
10
+ const y = "label__ab8d5c22", T = "md__fdf9a2de", M = "nonempty__23d20671", u = "lg__6b7a59b6", I = "disabled__d1ec4f12", R = "radio__6d2c5f73", S = "radioIcon__44b6cffc", o = {
11
11
  label: y,
12
12
  md: T,
13
13
  nonempty: M,
@@ -16,17 +16,17 @@ const y = "label__8ba0ff26", T = "md__bdf34fb3", M = "nonempty__215d60e4", u = "
16
16
  radio: R,
17
17
  radioIcon: S
18
18
  }, g = {
19
- [i.LG]: n.B2,
20
- [i.MD]: n.B3
21
- }, C = z(o), h = N.forwardRef((r, c) => {
22
- const { children: s, className: l, disabled: d, labelAttributes: a, size: e = i.MD, ...p } = r, f = m(o.radio, l, C[e]), _ = m(
19
+ [i.LG]: m.B2,
20
+ [i.MD]: m.B3
21
+ }, C = z(o), h = N.forwardRef((n, r) => {
22
+ const { children: s, className: l, disabled: c, labelAttributes: a, size: e = i.MD, ...p } = n, f = d(o.radio, l, C[e]), _ = d(
23
23
  o.label,
24
24
  o[e],
25
- { [o.disabled]: !!d, [o.nonempty]: !!s },
25
+ { [o.disabled]: !!c, [o.nonempty]: !!s },
26
26
  a == null ? void 0 : a.className
27
27
  );
28
- return /* @__PURE__ */ b("label", { ...a, className: _, "data-tx": "1.8.0", children: [
29
- /* @__PURE__ */ t("input", { type: "radio", className: f, disabled: d, ...p, ref: c }),
28
+ return /* @__PURE__ */ b("label", { ...a, className: _, "data-tx": "1.9.0", children: [
29
+ /* @__PURE__ */ t("input", { type: "radio", className: f, disabled: c, ...p, ref: r }),
30
30
  /* @__PURE__ */ t("span", { className: o.radioIcon }),
31
31
  s && /* @__PURE__ */ t(x, { size: g[e], children: s })
32
32
  ] });
@@ -1,14 +1,14 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-D3hUOusX.js";
3
- const c = "radioXGroup__a0eee9d5", _ = "label__8ba0ff26", n = {
3
+ const c = "radioXGroup__20fc7ff2", _ = "label__ab8d5c22", n = {
4
4
  radioXGroup: c,
5
- "indent-12": "indent-12__884a20e1",
5
+ "indent-12": "indent-12__5f3f58e7",
6
6
  label: _,
7
- "indent-16": "indent-16__fca2c8c2",
8
- "indent-20": "indent-20__9b2671e6",
9
- "indent-24": "indent-24__733c0802",
10
- "indent-28": "indent-28__1383ba41",
11
- "indent-32": "indent-32__a0d91406"
7
+ "indent-16": "indent-16__f95a3760",
8
+ "indent-20": "indent-20__c36a079d",
9
+ "indent-24": "indent-24__14b10c9d",
10
+ "indent-28": "indent-28__35c8ff8f",
11
+ "indent-32": "indent-32__975bcae2"
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-D3hUOusX.js";
3
- const p = "radioYGroup__52e0a710", t = {
4
- radioYGroup: p
5
- }, d = (o) => {
6
- const { children: r, className: s, ...a } = o, i = e(t.radioYGroup, s);
2
+ import { c as p } from "../../chunks/vendor-D3hUOusX.js";
3
+ const t = "radioYGroup__71a88a48", d = {
4
+ radioYGroup: t
5
+ }, e = (o) => {
6
+ const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
7
7
  return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
8
8
  };
9
- d.displayName = "RadioYGroup";
9
+ e.displayName = "RadioYGroup";
10
10
  export {
11
- d as RadioYGroup
11
+ e as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,11 +1,11 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as d } from "../../chunks/vendor-D3hUOusX.js";
3
- const m = "row__16aae7c6", i = "noPaddingBottom__3301a5a6", o = {
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { c as r } from "../../chunks/vendor-D3hUOusX.js";
3
+ const m = "row__d6a32cd1", i = "noPaddingBottom__bac3aa5c", o = {
4
4
  row: m,
5
5
  noPaddingBottom: i
6
6
  }, e = ({ children: t, className: n, paddingBottom: a = !0, ...s }) => {
7
- const r = d(n, o.row, { [o.noPaddingBottom]: !a });
8
- return /* @__PURE__ */ c("div", { className: r, ...s, children: t });
7
+ const c = r(n, o.row, { [o.noPaddingBottom]: !a });
8
+ return /* @__PURE__ */ d("div", { className: c, ...s, children: t });
9
9
  };
10
10
  e.displayName = "Row";
11
11
  export {
@@ -6,7 +6,7 @@ import { SMSInputInput as N } from "./components/SMSInputInput.js";
6
6
  import { SMSInputRefresh as x } from "./components/SMSInputRefresh.js";
7
7
  import { SMSInputSubmit as T } from "./components/SMSInputSubmit.js";
8
8
  import { SMSInputTooltip as v } from "./components/SMSInputTooltip.js";
9
- import { s as r } from "../../chunks/SMSInput.module-C87wEVmB.js";
9
+ import { s as r } from "../../chunks/SMSInput.module-qYyAcTFr.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
11
  const y = z(r), t = (i) => {
12
12
  const { children: m, className: p, code: a, disabled: n, error: S, onChangeCode: l, onSubmitCode: u, size: o, ...d } = i, [c, I] = e(!0), [f, b] = e(), M = C(r.smsInput, p);
@@ -26,7 +26,7 @@ const y = z(r), t = (i) => {
26
26
  sizeClassName: y[o],
27
27
  tooltipId: f
28
28
  },
29
- children: /* @__PURE__ */ s("div", { className: M, ...d, "data-tx": "1.8.0", children: m })
29
+ children: /* @__PURE__ */ s("div", { className: M, ...d, "data-tx": "1.9.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-D3hUOusX.js";
3
- import { s as o } from "../../../chunks/SMSInput.module-C87wEVmB.js";
3
+ import { s as o } from "../../../chunks/SMSInput.module-qYyAcTFr.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 y } 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 z } from "../../../chunks/FormFieldInput-BnHKlreA.js";
10
+ import { F as z } from "../../../chunks/FormFieldInput-kWDtKz1V.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 s } from "../../FormField/enums.js";
16
16
  import { FormGroup as A } from "../../FormGroup/FormGroup.js";
17
17
  import { SMSInputContext as L } from "../SMSInputContext.js";
18
- import { s as O } from "../../../chunks/SMSInput.module-C87wEVmB.js";
18
+ import { s as O } from "../../../chunks/SMSInput.module-qYyAcTFr.js";
19
19
  import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
20
20
  const w = new RegExp(/^[0-9]*$/), B = v.forwardRef(
21
21
  ({ className: u, counter: o, description: l, disabled: f, maxLength: c = 8, onChange: e, onKeyDown: m, placeholder: F, ...E }, S) => {
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as B } from "../../Button/enums.js";
10
10
  import { SMSInputContext as z } from "../SMSInputContext.js";
11
11
  import { RefreshIcon as D } from "./RefreshIcon.js";
12
- import { s as m } from "../../../chunks/SMSInput.module-C87wEVmB.js";
12
+ import { s as m } from "../../../chunks/SMSInput.module-qYyAcTFr.js";
13
13
  const E = x(
14
14
  ({ className: i, disabled: r, countdownTime: s, countdownTimeLeft: e, onClick: o, onRefresh: l, ...n }, f) => {
15
15
  const { disabled: t, error: c, size: h, sizeClassName: I, tooltipId: S } = M(z), d = e > 0, a = t && !c || r || d, b = u(m.btnRefresh, I, i, {
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as h } from "../../Button/enums.js";
10
10
  import { SMSInputContext as x } from "../SMSInputContext.js";
11
11
  import { SubmitIcon as N } from "./SubmitIcon.js";
12
- import { s as e } from "../../../chunks/SMSInput.module-C87wEVmB.js";
12
+ import { s as e } from "../../../chunks/SMSInput.module-qYyAcTFr.js";
13
13
  const D = ({ className: r, disabled: a, onClick: o, ...p }) => {
14
14
  const {
15
15
  code: t,
@@ -1,11 +1,11 @@
1
1
  import { ESegmentedControlTheme as o, ESegmentedControlType as m } from "./enums.js";
2
- import { SegmentedControlSegment as y } from "./SegmentedControlSegment.js";
2
+ import { SegmentedControlSegment as b } from "./SegmentedControlSegment.js";
3
3
  import { jsx as c } from "react/jsx-runtime";
4
- import E from "react";
5
- import { c as b } from "../../chunks/vendor-D3hUOusX.js";
4
+ import y from "react";
5
+ import { c as E } from "../../chunks/vendor-D3hUOusX.js";
6
6
  import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
7
7
  import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
8
- const h = "segmentedControl__45dafb01", x = "general1__7de44e9c", L = "secondary1__5b4113a4", A = "general2__ba5639fe", M = "secondary2__4cb954af", G = "sm__55b801ef", O = "md__ee652d50", j = "lg__14510937", e = {
8
+ const h = "segmentedControl__d5f3bf8f", x = "general1__789d6ebc", L = "secondary1__2528b8ce", A = "general2__deb2682b", M = "secondary2__02811b19", G = "sm__1259668c", O = "md__8da9021a", j = "lg__b5789400", e = {
9
9
  segmentedControl: h,
10
10
  general1: x,
11
11
  secondary1: L,
@@ -20,9 +20,9 @@ const h = "segmentedControl__45dafb01", x = "general1__7de44e9c", L = "secondary
20
20
  [o.SECONDARY_1]: e.secondary1,
21
21
  [o.SECONDARY_2]: e.secondary2
22
22
  }, z = T(e), D = Object.assign(
23
- E.forwardRef(
23
+ y.forwardRef(
24
24
  ({ children: d, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...f }, C) => {
25
- const p = b(
25
+ const p = E(
26
26
  e.segmentedControl,
27
27
  v[g],
28
28
  z[_],
@@ -48,13 +48,13 @@ const h = "segmentedControl__45dafb01", x = "general1__7de44e9c", L = "secondary
48
48
  disabled: !!i,
49
49
  onSegmentSelect: S
50
50
  },
51
- children: /* @__PURE__ */ c("div", { className: p, ...f, "data-tx": "1.8.0", ref: C, children: d })
51
+ children: /* @__PURE__ */ c("div", { className: p, ...f, "data-tx": "1.9.0", ref: C, children: d })
52
52
  }
53
53
  );
54
54
  }
55
55
  ),
56
56
  {
57
- Segment: y
57
+ Segment: b
58
58
  }
59
59
  );
60
60
  D.displayName = "SegmentedControl";
@@ -4,7 +4,7 @@ import { c as L } from "../../chunks/vendor-D3hUOusX.js";
4
4
  import { ButtonBase as N } from "../Button/ButtonBase.js";
5
5
  import { ESegmentedControlType as n } from "./enums.js";
6
6
  import { SegmentedControlContext as _ } from "./SegmentedControlContext.js";
7
- const y = "segmentedControlSegment__69645152", E = "selected__53482712", I = "content__3a1bc61d", r = {
7
+ const y = "segmentedControlSegment__14750eb8", E = "selected__cd4068bf", I = "content__b2528ebd", r = {
8
8
  segmentedControlSegment: y,
9
9
  selected: E,
10
10
  content: I
@@ -29,7 +29,7 @@ const y = "segmentedControlSegment__69645152", E = "selected__53482712", I = "co
29
29
  case n.MULTIPLE:
30
30
  return d.includes(e);
31
31
  }
32
- })(), C = L(
32
+ })(), b = L(
33
33
  r.segmentedControlSegment,
34
34
  { [r.selected]: t },
35
35
  "hoverable",
@@ -40,7 +40,7 @@ const y = "segmentedControlSegment__69645152", E = "selected__53482712", I = "co
40
40
  return c;
41
41
  if (typeof s == "string")
42
42
  return s;
43
- }, u = (b) => {
43
+ }, C = (u) => {
44
44
  switch (m) {
45
45
  case n.SINGLE:
46
46
  l({ value: e, selected: !0 });
@@ -49,16 +49,16 @@ const y = "segmentedControlSegment__69645152", E = "selected__53482712", I = "co
49
49
  l({ value: e, selected: !t });
50
50
  break;
51
51
  }
52
- o == null || o(b);
52
+ o == null || o(u);
53
53
  };
54
54
  return /* @__PURE__ */ a(
55
55
  N,
56
56
  {
57
- className: C,
57
+ className: b,
58
58
  title: f(),
59
59
  disabled: g || p,
60
60
  "aria-pressed": t,
61
- onClick: u,
61
+ onClick: C,
62
62
  ...S,
63
63
  children: /* @__PURE__ */ a("span", { className: r.content, children: s })
64
64
  }
@@ -1,15 +1,15 @@
1
1
  import { jsx as R, jsxs as T } from "react/jsx-runtime";
2
- import _, { useState as b, useRef as x, useCallback as c, useEffect as S } from "react";
2
+ import _, { useState as b, useRef as x, useCallback as c, useEffect as w } from "react";
3
3
  import { isKey as K, EVENT_KEY_CODES as C } from "../../utils/keyboard.js";
4
4
  import { KeyDownListener as N } from "../KeyDownListener/KeyDownListener.js";
5
5
  import { c as j } from "../../chunks/vendor-D3hUOusX.js";
6
6
  import { SelectExtendedFieldTarget as k } from "./components/SelectExtendedFieldTarget.js";
7
7
  import { SelectExtendedFieldDropdown as v } from "./components/SelectExtendedFieldDropdown.js";
8
- const A = "SelectExtendedField__cdd0eb42", L = {
9
- SelectExtendedField: A
8
+ const A = "selectExtendedField__4fbd4046", L = {
9
+ selectExtendedField: A
10
10
  }, M = Object.assign(
11
- _.forwardRef((w, n) => {
12
- const { className: y, onKeyDown: o, children: D, renderTarget: F, closeOnTab: m, onClose: d, onOpen: s, ...g } = w, [t, l] = b(!1), i = x(null), u = x(null), h = (e) => {
11
+ _.forwardRef((y, n) => {
12
+ const { className: D, onKeyDown: o, children: F, renderTarget: S, closeOnTab: m, onClose: d, onOpen: s, ...g } = y, [t, l] = b(!1), i = x(null), u = x(null), h = (e) => {
13
13
  i.current = e, typeof n == "function" ? n(e) : n && (n.current = e);
14
14
  }, p = c((e) => {
15
15
  l(e);
@@ -28,20 +28,20 @@ const A = "SelectExtendedField__cdd0eb42", L = {
28
28
  },
29
29
  [m, f, o]
30
30
  );
31
- return S(() => (document.addEventListener("mousedown", a), () => {
31
+ return w(() => (document.addEventListener("mousedown", a), () => {
32
32
  document.removeEventListener("mousedown", a);
33
- }), [a]), S(() => {
33
+ }), [a]), w(() => {
34
34
  t ? s == null || s() : d == null || d();
35
35
  }, [t, s, d]), /* @__PURE__ */ R(N, { onMatch: f, eventKeyCode: C.ESCAPE, children: /* @__PURE__ */ T(
36
36
  "div",
37
37
  {
38
- className: j(L.SelectExtendedField, y),
38
+ className: j(L.selectExtendedField, D),
39
39
  onKeyDown: O,
40
40
  ref: h,
41
41
  ...g,
42
42
  children: [
43
- F({ opened: t, setOpened: p }),
44
- D({
43
+ S({ opened: t, setOpened: p }),
44
+ F({
45
45
  dropdownRef: u,
46
46
  opened: t,
47
47
  setOpened: p,
@@ -3,7 +3,7 @@ import { Dropdown as m } from "../../Dropdown/Dropdown.js";
3
3
  import "../../Dropdown/DropdownListContext.js";
4
4
  import "../../Dropdown/desktop/DropdownDesktop.js";
5
5
  import { DropdownList as e } from "../../Dropdown/desktop/DropdownList.js";
6
- import "../../../chunks/DropdownListItem-BcXHt5bk.js";
6
+ import "../../../chunks/DropdownListItem-ToJzPBLf.js";
7
7
  import "../../Dropdown/mobile/DropdownMobile.js";
8
8
  import "../../Dropdown/mobile/DropdownMobileBody.js";
9
9
  import "../../Dropdown/mobile/DropdownMobileClose.js";