@sberbusiness/triplex-next 1.6.0 → 1.6.1

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 (379) hide show
  1. package/chunks/{AlertProcessSpoiler-BCXIqVd5.js → AlertProcessSpoiler-Dq0fm-3a.js} +13 -13
  2. package/chunks/{CalendarViewItem-CHiqUGxF.js → CalendarViewItem-BoFDPLNT.js} +2 -2
  3. package/chunks/Card.module-xUBtHcBW.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-CzX04UVi.js +11 -0
  5. package/chunks/{Chip-yWyfl_o2.js → Chip-C91-I9zb.js} +9 -9
  6. package/chunks/Confirm.module-yvrei2lL.js +15 -0
  7. package/chunks/{DropdownListItem-DgEkMGvB.js → DropdownListItem-PbfrmOZJ.js} +13 -13
  8. package/chunks/DropdownMobile.module-CvDbPL9W.js +21 -0
  9. package/chunks/Footer.module-Kij9_qbS.js +9 -0
  10. package/chunks/{FormFieldInput-BBhoiftf.js → FormFieldInput-BL8yYnKo.js} +12 -12
  11. package/chunks/HeaderLayoutSidebar.module-CPvbS61i.js +9 -0
  12. package/chunks/HeaderTabs.module-xhlfJ1R9.js +9 -0
  13. package/chunks/{HeaderTitle.module-CBMLSjn-.js → HeaderTitle.module-29jwPQr2.js} +2 -2
  14. package/chunks/IslandAccordion.module-C7SBNJJJ.js +26 -0
  15. package/chunks/{LightBoxContent-BjsBFl6W.js → LightBoxContent-D9VFXK17.js} +8 -8
  16. package/chunks/LightBoxControls.module-C76N_yWS.js +16 -0
  17. package/chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js +8 -0
  18. package/chunks/{ListItemControlsButton-CueYzEGM.js → ListItemControlsButton-DnuVSFV7.js} +6 -6
  19. package/chunks/ListItemTail.module-DE8OWHba.js +12 -0
  20. package/chunks/ListMasterFooter.module-FTLh0QAQ.js +10 -0
  21. package/chunks/ModalWindow.module-C7N9wjxW.js +17 -0
  22. package/chunks/Notification.module-ByRBfuR2.js +21 -0
  23. package/chunks/Overlay.module-EIMAbb4c.js +18 -0
  24. package/chunks/Page.module-BokYwJr5.js +12 -0
  25. package/chunks/{RightBorderArrow-rROpeCX0.js → RightBorderArrow-esMRIv7g.js} +17 -17
  26. package/chunks/SMSInput.module-5r7uaeim.js +16 -0
  27. package/chunks/SliderExtendedMarks.module-D1DTVGpV.js +15 -0
  28. package/chunks/SliderExtendedRail-Ck23Ui6E.js +40 -0
  29. package/chunks/StatusTracker.module-D1-siBfk.js +24 -0
  30. package/chunks/{SuggestFieldMobileDropdownHint-Bh4smUeN.js → SuggestFieldMobileDropdownHint-CpoZIQ7a.js} +2 -2
  31. package/chunks/TableFooter.module-D8h1OLCP.js +14 -0
  32. package/chunks/TabsExtended.module-Dvvx9orv.js +16 -0
  33. package/chunks/TabsLine.module-BW1667el.js +23 -0
  34. package/chunks/TooltipDesktop.module-E3qNKUvc.js +19 -0
  35. package/chunks/{TooltipMobileCloseButton-BUyQFHWX.js → TooltipMobileCloseButton-Bdw8P_WT.js} +6 -6
  36. package/chunks/TreeView.module-CKfLtgeC.js +9 -0
  37. package/chunks/{UploadZoneInput-CjsECm07.js → UploadZoneInput-Cr1wEu6A.js} +5 -5
  38. package/chunks/{utils-Cb3psf0n.js → utils-BGuB8cgl.js} +17 -17
  39. package/chunks/{utils-vwCIbf0H.js → utils-BJhZJ9SO.js} +7 -7
  40. package/chunks/utils-DpVkLh52.js +20 -0
  41. package/chunks/{utils-D-KMukhm.js → utils-GixgRYNn.js} +8 -8
  42. package/chunks/utils-PII_juCp.js +36 -0
  43. package/components/Alert/AlertContext/AlertContext.js +8 -8
  44. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  45. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  46. package/components/Amount/Amount.js +2 -2
  47. package/components/AmountField/AmountField.js +2 -2
  48. package/components/Body/Body.js +10 -10
  49. package/components/Button/Button.js +24 -24
  50. package/components/Button/ButtonBase.js +1 -1
  51. package/components/Button/ButtonDropdown.js +13 -13
  52. package/components/Button/ButtonDropdownExtended.js +4 -4
  53. package/components/Button/ButtonIcon.js +8 -8
  54. package/components/Calendar/Calendar.js +2 -2
  55. package/components/Calendar/components/CalendarControls.js +4 -5
  56. package/components/Calendar/components/CalendarFooter.js +4 -4
  57. package/components/Calendar/components/CalendarViewDays.js +1 -1
  58. package/components/Calendar/components/CalendarViewItem.js +1 -1
  59. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  60. package/components/Calendar/components/CalendarViewYears.js +1 -1
  61. package/components/Card/CardAction.js +15 -15
  62. package/components/Card/CardStatic.js +2 -2
  63. package/components/Card/components/CardContent/CardContent.js +1 -1
  64. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  65. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  66. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  67. package/components/Card/components/CardMedia.js +1 -1
  68. package/components/Card/utils.js +1 -1
  69. package/components/CarouselExtended/CarouselExtended.js +6 -6
  70. package/components/Checkbox/Checkbox.js +2 -2
  71. package/components/Checkbox/CheckboxXGroup.js +14 -14
  72. package/components/Checkbox/CheckboxYGroup.js +3 -3
  73. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  74. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  75. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  76. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  77. package/components/Chip/Chip.js +1 -1
  78. package/components/Chip/ChipClearButton.js +6 -6
  79. package/components/Chip/ChipDropdownArrow.js +1 -1
  80. package/components/Chip/ChipIcon.js +1 -1
  81. package/components/Chip/ChipMultiselect.js +1 -1
  82. package/components/Chip/ChipOptions.js +10 -10
  83. package/components/Chip/ChipSelect.js +1 -1
  84. package/components/Chip/ChipSort.js +1 -1
  85. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  86. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  87. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  88. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  89. package/components/Chip/index.js +1 -1
  90. package/components/ChipGroup/ChipGroup.js +12 -12
  91. package/components/Col/Col.js +130 -130
  92. package/components/CollapsableTree/components/CollapsableTreeNode.js +13 -13
  93. package/components/Confirm/Confirm.js +1 -1
  94. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  95. package/components/Confirm/components/ConfirmContent.js +1 -1
  96. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  97. package/components/Confirm/components/ConfirmControls.js +1 -1
  98. package/components/DateField/DateField.js +1 -1
  99. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  100. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  101. package/components/DateRange/DateRange.js +21 -21
  102. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  103. package/components/Divider/Divider.js +17 -17
  104. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  105. package/components/Dropdown/desktop/DropdownDesktop.js +5 -5
  106. package/components/Dropdown/desktop/DropdownList.js +1 -1
  107. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  108. package/components/Dropdown/desktop/index.js +1 -1
  109. package/components/Dropdown/index.js +1 -1
  110. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  111. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  112. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  113. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  114. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  115. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  116. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  117. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  118. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  119. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  121. package/components/Ellipsis/Ellipsis.js +12 -12
  122. package/components/ExpandAnimation/ExpandAnimation.js +15 -15
  123. package/components/Footer/Footer.js +1 -1
  124. package/components/Footer/components/FooterDescription.js +1 -1
  125. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  126. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  127. package/components/FormField/FormField.js +21 -21
  128. package/components/FormField/components/FormFieldClear.js +11 -11
  129. package/components/FormField/components/FormFieldCounter.js +5 -5
  130. package/components/FormField/components/FormFieldDescription.js +4 -4
  131. package/components/FormField/components/FormFieldInput.js +1 -1
  132. package/components/FormField/components/FormFieldLabel.js +4 -4
  133. package/components/FormField/components/FormFieldMaskedInput.js +10 -10
  134. package/components/FormField/components/FormFieldPostfix.js +5 -5
  135. package/components/FormField/components/FormFieldPrefix.js +7 -7
  136. package/components/FormField/components/FormFieldTarget.js +4 -4
  137. package/components/FormField/components/FormFieldTextarea.js +15 -15
  138. package/components/FormField/index.js +1 -1
  139. package/components/Header/Header.js +1 -1
  140. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  141. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  142. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  143. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
  144. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  145. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  146. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  147. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  148. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  149. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  150. package/components/HelpBox/HelpBox.js +17 -17
  151. package/components/Island/Island.js +1 -1
  152. package/components/Island/components/IslandBody.js +4 -4
  153. package/components/Island/components/IslandFooter.js +3 -3
  154. package/components/Island/components/IslandHeader.js +1 -1
  155. package/components/Island/utils.js +1 -1
  156. package/components/IslandAccordion/IslandAccordion.js +2 -2
  157. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  158. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  159. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  160. package/components/LightBox/LightBox.js +13 -13
  161. package/components/LightBox/LightBoxContent.js +1 -1
  162. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  163. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  164. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  165. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  166. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +10 -10
  167. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  168. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  169. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  170. package/components/Link/Link.js +11 -11
  171. package/components/List/List.js +5 -5
  172. package/components/List/components/ListEmptyState.js +5 -5
  173. package/components/List/components/ListItem.js +1 -1
  174. package/components/List/components/ListItemContent.js +5 -5
  175. package/components/List/components/ListItemControls.js +1 -1
  176. package/components/List/components/ListItemControlsButton.js +1 -1
  177. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  178. package/components/List/components/ListItemLoading.js +1 -1
  179. package/components/List/components/ListItemSelectable.js +5 -5
  180. package/components/List/components/ListItemTable.js +3 -3
  181. package/components/List/components/ListItemTailLeft.js +1 -1
  182. package/components/List/components/ListItemTailRight.js +1 -1
  183. package/components/List/components/ListSortableItem.js +4 -4
  184. package/components/List/components/ListSortableItemControls.js +5 -5
  185. package/components/List/components/ListSortableItemTarget.js +4 -4
  186. package/components/List/index.js +1 -1
  187. package/components/ListMaster/ListMaster.js +1 -1
  188. package/components/ListMaster/components/ListMasterBody.js +1 -1
  189. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  190. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  191. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  192. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  193. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  194. package/components/ListMaster/components/SelectionControls.js +5 -5
  195. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  196. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  197. package/components/LoaderScreen/LoaderScreen.js +8 -8
  198. package/components/Marker/Marker.js +1 -1
  199. package/components/Marker/utils.js +1 -1
  200. package/components/MarkerStatus/MarkerStatus.js +14 -14
  201. package/components/ModalWindow/ModalWindow.js +1 -1
  202. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  203. package/components/ModalWindow/components/ModalWindowClose.js +3 -3
  204. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  205. package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
  206. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  207. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
  208. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  209. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  210. package/components/Notification/Notification.js +2 -2
  211. package/components/Notification/NotificationGrouped.js +1 -1
  212. package/components/Notification/components/NotificationBody.js +1 -1
  213. package/components/Notification/components/NotificationBodyContent.js +1 -1
  214. package/components/Notification/components/NotificationBodyList.js +1 -1
  215. package/components/Notification/components/NotificationClose.js +1 -1
  216. package/components/Notification/components/NotificationFooter.js +1 -1
  217. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  218. package/components/Notification/components/NotificationHeader.js +1 -1
  219. package/components/Notification/components/NotificationIcon.js +1 -1
  220. package/components/Notification/components/NotificationTime.js +1 -1
  221. package/components/NumberField/NumberFieldInput.js +1 -1
  222. package/components/OrderedList/OrderedList.js +6 -6
  223. package/components/OrderedList/OrderedListItem.js +9 -9
  224. package/components/Overlay/Overlay.js +1 -1
  225. package/components/Overlay/OverlayMask.js +1 -1
  226. package/components/Overlay/OverlayPanel.js +1 -1
  227. package/components/Page/Page.js +1 -1
  228. package/components/Page/components/BodyPage.js +1 -1
  229. package/components/Page/components/FooterPage.js +1 -1
  230. package/components/Page/components/HeaderPage.js +1 -1
  231. package/components/Pagination/components/PaginationExtended.js +2 -2
  232. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  233. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  234. package/components/Pagination/components/PaginationPageButton.js +1 -1
  235. package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
  236. package/components/Pagination/components/PaginationSelect.js +7 -7
  237. package/components/Radio/Radio.js +6 -6
  238. package/components/Radio/RadioXGroup.js +14 -14
  239. package/components/Radio/RadioYGroup.js +7 -7
  240. package/components/Row/Row.js +6 -6
  241. package/components/SMSInput/SMSInput.js +2 -2
  242. package/components/SMSInput/components/RefreshIcon.js +1 -1
  243. package/components/SMSInput/components/SMSInputInput.js +2 -2
  244. package/components/SMSInput/components/SMSInputRefresh.js +1 -1
  245. package/components/SMSInput/components/SMSInputSubmit.js +1 -1
  246. package/components/SegmentedControl/SegmentedControl.js +6 -6
  247. package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
  248. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  249. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  250. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
  251. package/components/Skeleton/Skeleton.js +10 -10
  252. package/components/SliderExtended/SliderExtended.js +2 -2
  253. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
  254. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  255. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  256. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  257. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  258. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
  259. package/components/SmallInput/SmallInput.js +1 -1
  260. package/components/Spoiler/Spoiler.js +9 -9
  261. package/components/StatusTracker/StatusTracker.js +2 -2
  262. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  263. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  264. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  265. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  266. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  267. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  268. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  269. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  270. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  271. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  272. package/components/Step/Step.js +2 -2
  273. package/components/Stepper/RightBorderArrow.js +1 -1
  274. package/components/Stepper/Stepper.js +12 -12
  275. package/components/Stepper/StepperExtended.js +5 -5
  276. package/components/Stepper/StepperStep.js +2 -2
  277. package/components/Stepper/StepperWrapper.js +4 -4
  278. package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
  279. package/components/SuggestField/SuggestField.js +1 -1
  280. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  281. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  282. package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
  283. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  284. package/components/SuggestField/index.js +1 -1
  285. package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
  286. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  287. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  288. package/components/SuggestField/mobile/index.js +1 -1
  289. package/components/SwipeableArea/SwipeableArea.js +2 -2
  290. package/components/Table/FilterPanel.js +6 -6
  291. package/components/Table/MasterTable.js +2 -2
  292. package/components/Table/NoColumns.js +4 -4
  293. package/components/Table/PaginationPanel.js +4 -4
  294. package/components/Table/TableBasic/TableBasic.js +1 -1
  295. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  296. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  297. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  298. package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
  299. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  300. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +5 -5
  301. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  302. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  303. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  304. package/components/Table/TableFooter/TableFooter.js +1 -1
  305. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  306. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  307. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  308. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  309. package/components/Table/TabsLinePanel.js +5 -5
  310. package/components/Table/TabsLinePanelLinks.js +1 -1
  311. package/components/Table/utils.js +1 -1
  312. package/components/Tabs/Tabs.js +17 -17
  313. package/components/TabsExtended/TabsExtended.js +2 -2
  314. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  315. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  316. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  317. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  318. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  319. package/components/TabsExtended/utils.js +1 -1
  320. package/components/TabsLine/TabsLine.js +1 -1
  321. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  322. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  323. package/components/TabsLine/components/TabsLineItem.js +1 -1
  324. package/components/TabsLine/components/TabsLineMobile.js +6 -6
  325. package/components/Tag/Tag.js +20 -20
  326. package/components/TagGroup/TagGroup.js +10 -10
  327. package/components/TextField/TextField.js +1 -1
  328. package/components/TextareaField/TextareaField.js +1 -1
  329. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  330. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  331. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  332. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  333. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  334. package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
  335. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
  336. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
  337. package/components/TopOverlay/TopOverlay.js +22 -22
  338. package/components/TreeView/TreeView.js +1 -1
  339. package/components/TreeView/components/TreeViewGroup.js +1 -1
  340. package/components/TreeView/components/TreeViewNode.js +1 -1
  341. package/components/Typography/Caption.js +17 -17
  342. package/components/Typography/Text.js +21 -21
  343. package/components/Typography/Title.js +20 -20
  344. package/components/Typography/utils.js +1 -1
  345. package/components/UnorderedList/UnorderedList.js +6 -6
  346. package/components/UnorderedList/UnorderedListItem.js +6 -6
  347. package/components/UploadZone/UploadZone.js +2 -2
  348. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  349. package/components/index.js +5 -5
  350. package/index.js +5 -5
  351. package/package.json +1 -1
  352. package/styles/triplex-next.css +527 -527
  353. package/chunks/Card.module-CmXEvD5r.js +0 -17
  354. package/chunks/CheckboxTreeExtended.module-D-2ZUrcy.js +0 -11
  355. package/chunks/Confirm.module-Ds4ZMYVB.js +0 -15
  356. package/chunks/DropdownMobile.module-thvNKX4t.js +0 -21
  357. package/chunks/Footer.module-DZhiuTzP.js +0 -9
  358. package/chunks/HeaderLayoutSidebar.module-DaB6pHPF.js +0 -9
  359. package/chunks/HeaderTabs.module-DK3rR1yV.js +0 -9
  360. package/chunks/IslandAccordion.module-D9LSijXT.js +0 -26
  361. package/chunks/LightBoxControls.module-BHw6I5-d.js +0 -16
  362. package/chunks/LightBoxSideOverlayClose.module-VE4NCDr0.js +0 -8
  363. package/chunks/ListItemTail.module-Bw2cyg-n.js +0 -12
  364. package/chunks/ListMasterFooter.module-BfD7OQFa.js +0 -10
  365. package/chunks/ModalWindow.module-Nps-2rvx.js +0 -17
  366. package/chunks/Notification.module-DZZnmvDX.js +0 -21
  367. package/chunks/Overlay.module-BGfiVeol.js +0 -18
  368. package/chunks/Page.module-CV4uy77C.js +0 -12
  369. package/chunks/SMSInput.module-Br6FTDVD.js +0 -16
  370. package/chunks/SliderExtendedMarks.module-Bubs2UAN.js +0 -15
  371. package/chunks/SliderExtendedRail-BmH-0W3L.js +0 -40
  372. package/chunks/StatusTracker.module-BVzGbfDD.js +0 -24
  373. package/chunks/TableFooter.module-hx13-EO6.js +0 -14
  374. package/chunks/TabsExtended.module-CNjCgifz.js +0 -16
  375. package/chunks/TabsLine.module-_Jn8K0jv.js +0 -23
  376. package/chunks/TooltipDesktop.module-Cx6fDiek.js +0 -19
  377. package/chunks/TreeView.module-oeG4_2Ve.js +0 -9
  378. package/chunks/utils-C1Q-0uVF.js +0 -36
  379. package/chunks/utils-C8A7RzC0.js +0 -20
@@ -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-D3hUOusX.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__1cceb0fe", c = {
7
+ import { ETextSize as i } from "../Typography/enums.js";
8
+ const a = "orderedListItem__4b1667d5", p = {
9
9
  orderedListItem: a
10
10
  }, f = m.forwardRef(
11
- ({ className: e, ...t }, r) => /* @__PURE__ */ o(
12
- i,
11
+ ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
+ d,
13
13
  {
14
- className: s(c.orderedListItem, e),
15
- size: d.B3,
14
+ className: s(p.orderedListItem, t),
15
+ size: i.B3,
16
16
  tag: "li",
17
- ...t,
18
- "data-tx": "1.6.0",
17
+ ...e,
18
+ "data-tx": "1.6.1",
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-BGfiVeol.js";
7
+ import { s as r } from "../../chunks/Overlay.module-EIMAbb4c.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-BGfiVeol.js";
4
+ import { s as a } from "../../chunks/Overlay.module-EIMAbb4c.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-BGfiVeol.js";
5
+ import { s as e } from "../../chunks/Overlay.module-EIMAbb4c.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-CV4uy77C.js";
7
+ import { s as o } from "../../chunks/Page.module-BokYwJr5.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
3
  import { Body as e } from "../../Body/Body.js";
4
4
  import { c as t } from "../../../chunks/vendor-D3hUOusX.js";
5
- import { s as f } from "../../../chunks/Page.module-CV4uy77C.js";
5
+ import { s as f } from "../../../chunks/Page.module-BokYwJr5.js";
6
6
  const d = s.forwardRef(({ className: o, ...r }, a) => /* @__PURE__ */ m(e, { className: t(f.bodyPage, o), ...r, ref: a }));
7
7
  d.displayName = "BodyPage";
8
8
  export {
@@ -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-CV4uy77C.js";
12
+ import { s as c } from "../../../chunks/Page.module-BokYwJr5.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-CV4uy77C.js";
9
+ import { s as i } from "../../../chunks/Page.module-BokYwJr5.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
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__4ca10077", s = {
4
+ const r = "paginationExtended__a1276052", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
7
  ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
10
  className: d(s.paginationExtended, a),
11
- "data-tx": "1.6.0",
11
+ "data-tx": "1.6.1",
12
12
  ...n,
13
13
  ref: e,
14
14
  children: t
@@ -4,10 +4,10 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__d8b5cb1e", N = "directionIconNext__598d6fcd", n = {
7
+ const g = "paginationNavigationButton__3e52f5f1", N = "directionIconNext__2b00b050", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, d = c.forwardRef(
10
+ }, f = 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__d8b5cb1e", N = "directionIconNext__598d6f
22
22
  );
23
23
  }
24
24
  );
25
- d.displayName = "PaginationNavigationButton";
25
+ f.displayName = "PaginationNavigationButton";
26
26
  export {
27
- d as PaginationNavigationButton
27
+ f 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-D3hUOusX.js";
4
- const g = "paginationNavigationExtended__98242f02", r = {
4
+ const g = "paginationNavigationExtended__8e1659d5", 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__5a0e4c4f", s = "currentPage__f138e483", a = {
4
+ const u = "paginationPageButton__f15bf280", s = "currentPage__dee38f5c", a = {
5
5
  paginationPageButton: u,
6
6
  currentPage: s
7
7
  }, P = g.forwardRef(
@@ -1,13 +1,13 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { c as e } from "../../../chunks/vendor-D3hUOusX.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__92167717", r = {
4
+ const t = "pageEllipsis__fce008ff", r = {
5
5
  pageEllipsis: t
6
- }, n = o.forwardRef(
6
+ }, f = o.forwardRef(
7
7
  ({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
8
8
  );
9
- n.displayName = "PaginationPageEllipsis";
9
+ f.displayName = "PaginationPageEllipsis";
10
10
  export {
11
- n as PaginationPageEllipsis
11
+ f as PaginationPageEllipsis
12
12
  };
13
13
  //# sourceMappingURL=PaginationPageEllipsis.js.map
@@ -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 b = "paginationSelect__cce91e23", h = "paginationSelectControl__61cbd92d", c = {
8
+ const b = "paginationSelect__3710229b", h = "paginationSelectControl__328f654a", o = {
9
9
  paginationSelect: b,
10
10
  paginationSelectControl: h
11
11
  }, y = S.forwardRef(
12
- ({ paginationLabel: o, className: s, hidden: d, options: i, value: a, onChange: n }, m) => {
12
+ ({ paginationLabel: c, className: s, hidden: m, options: i, value: n, onChange: a }, d) => {
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 d ? null : /* @__PURE__ */ g("div", { className: N(c.paginationSelect, s), ref: m, children: [
18
- /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: o }),
19
- /* @__PURE__ */ t("div", { className: c.paginationSelectControl, children: /* @__PURE__ */ t(
17
+ return m ? null : /* @__PURE__ */ g("div", { className: N(o.paginationSelect, s), ref: d, children: [
18
+ /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: c }),
19
+ /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  "select",
21
21
  {
22
22
  "aria-labelledby": l.current,
23
- value: a !== void 0 ? String(a) : void 0,
23
+ value: n !== void 0 ? String(n) : void 0,
24
24
  onChange: u,
25
25
  children: p.map((e) => /* @__PURE__ */ t("option", { value: e, children: e }, e))
26
26
  }
@@ -7,7 +7,7 @@ import "../Typography/Caption.js";
7
7
  import { ETextSize as n } 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__1a2c006d", T = "md__666032f0", M = "nonempty__ba3ef99d", u = "lg__40c417f1", I = "disabled__0c09f9a0", R = "radio__f2a32416", S = "radioIcon__3cf39417", a = {
10
+ const y = "label__47f553fe", T = "md__af8d7ea5", M = "nonempty__4dbdca10", u = "lg__e0603af8", I = "disabled__aa3d8fea", R = "radio__29717aa6", S = "radioIcon__ab1a9c1b", a = {
11
11
  label: y,
12
12
  md: T,
13
13
  nonempty: M,
@@ -18,15 +18,15 @@ const y = "label__1a2c006d", T = "md__666032f0", M = "nonempty__ba3ef99d", u = "
18
18
  }, g = {
19
19
  [i.LG]: n.B2,
20
20
  [i.MD]: n.B3
21
- }, C = z(a), h = N.forwardRef((r, d) => {
22
- const { children: s, className: l, disabled: c, labelAttributes: o, size: e = i.MD, ...p } = r, f = m(a.radio, l, C[e]), _ = m(
21
+ }, C = z(a), h = N.forwardRef((c, r) => {
22
+ const { children: s, className: l, disabled: d, labelAttributes: o, size: e = i.MD, ...p } = c, _ = m(a.radio, l, C[e]), f = m(
23
23
  a.label,
24
24
  a[e],
25
- { [a.disabled]: !!c, [a.nonempty]: !!s },
25
+ { [a.disabled]: !!d, [a.nonempty]: !!s },
26
26
  o == null ? void 0 : o.className
27
27
  );
28
- return /* @__PURE__ */ b("label", { ...o, className: _, "data-tx": "1.6.0", children: [
29
- /* @__PURE__ */ t("input", { type: "radio", className: f, disabled: c, ...p, ref: d }),
28
+ return /* @__PURE__ */ b("label", { ...o, className: f, "data-tx": "1.6.1", children: [
29
+ /* @__PURE__ */ t("input", { type: "radio", className: _, disabled: d, ...p, ref: r }),
30
30
  /* @__PURE__ */ t("span", { className: a.radioIcon }),
31
31
  s && /* @__PURE__ */ t(x, { size: g[e], children: s })
32
32
  ] });
@@ -1,20 +1,20 @@
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__71f628a7", _ = "label__1a2c006d", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__1cfc27d1",
6
- label: _,
7
- "indent-16": "indent-16__bb3e9eba",
8
- "indent-20": "indent-20__f7d11e62",
9
- "indent-24": "indent-24__c60702af",
10
- "indent-28": "indent-28__48adc27f",
11
- "indent-32": "indent-32__b3d0066d"
12
- }, l = (d) => {
13
- const { children: e, className: i, indent: o = 12, ...t } = d, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
- return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: e });
3
+ const _ = "radioXGroup__d2934415", l = "label__47f553fe", n = {
4
+ radioXGroup: _,
5
+ "indent-12": "indent-12__60d3595f",
6
+ label: l,
7
+ "indent-16": "indent-16__ca14eef5",
8
+ "indent-20": "indent-20__17487497",
9
+ "indent-24": "indent-24__1f753333",
10
+ "indent-28": "indent-28__9a7f9275",
11
+ "indent-32": "indent-32__d5319a7e"
12
+ }, c = (e) => {
13
+ const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
+ return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
15
15
  };
16
- l.displayName = "RadioXGroup";
16
+ c.displayName = "RadioXGroup";
17
17
  export {
18
- l as RadioXGroup
18
+ c as RadioXGroup
19
19
  };
20
20
  //# sourceMappingURL=RadioXGroup.js.map
@@ -1,13 +1,13 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as e } from "../../chunks/vendor-D3hUOusX.js";
3
- const p = "radioYGroup__68e3087c", t = {
4
- radioYGroup: p
5
- }, d = (o) => {
6
- const { children: r, className: s, ...a } = o, c = e(t.radioYGroup, s);
2
+ import { c as p } from "../../chunks/vendor-D3hUOusX.js";
3
+ const t = "radioYGroup__abc81690", d = {
4
+ radioYGroup: t
5
+ }, e = (o) => {
6
+ const { children: r, className: s, ...a } = o, c = p(d.radioYGroup, s);
7
7
  return /* @__PURE__ */ i("div", { className: c, 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 a } from "react/jsx-runtime";
2
- import { c } from "../../chunks/vendor-D3hUOusX.js";
3
- const m = "row__9b10bacf", i = "noPaddingBottom__f488479d", o = {
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { c as a } from "../../chunks/vendor-D3hUOusX.js";
3
+ const m = "row__f6ac0c9d", i = "noPaddingBottom__d4dbc3b7", o = {
4
4
  row: m,
5
5
  noPaddingBottom: i
6
- }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
- const d = c(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ a("div", { className: d, ...r, children: t });
6
+ }, e = ({ children: t, className: n, paddingBottom: d = !0, ...s }) => {
7
+ const c = a(n, o.row, { [o.noPaddingBottom]: !d });
8
+ return /* @__PURE__ */ r("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-Br6FTDVD.js";
9
+ import { s as r } from "../../chunks/SMSInput.module-5r7uaeim.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.6.0", children: m })
29
+ children: /* @__PURE__ */ s("div", { className: M, ...d, "data-tx": "1.6.1", 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-Br6FTDVD.js";
3
+ import { s as o } from "../../../chunks/SMSInput.module-5r7uaeim.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-BBhoiftf.js";
10
+ import { F as z } from "../../../chunks/FormFieldInput-BL8yYnKo.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-Br6FTDVD.js";
18
+ import { s as O } from "../../../chunks/SMSInput.module-5r7uaeim.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-Br6FTDVD.js";
12
+ import { s as m } from "../../../chunks/SMSInput.module-5r7uaeim.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-Br6FTDVD.js";
12
+ import { s as e } from "../../../chunks/SMSInput.module-5r7uaeim.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
2
  import { SegmentedControlSegment as y } from "./SegmentedControlSegment.js";
3
- import { jsx as c } from "react/jsx-runtime";
3
+ import { jsx as d } from "react/jsx-runtime";
4
4
  import E from "react";
5
5
  import { c as b } 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__9b1237af", x = "general1__6f6aeb79", L = "secondary1__82a52b8f", A = "general2__726472f3", M = "secondary2__755a4fcf", G = "sm__9ee11eed", O = "md__0f55ac8b", j = "lg__07da9893", e = {
8
+ const h = "segmentedControl__627a94f0", x = "general1__9c5f2f86", L = "secondary1__40e0e4d2", A = "general2__a8a8dae6", M = "secondary2__7fbf40e9", G = "sm__06db43f1", O = "md__a9b04e37", j = "lg__d759ff24", e = {
9
9
  segmentedControl: h,
10
10
  general1: x,
11
11
  secondary1: L,
@@ -21,12 +21,12 @@ const h = "segmentedControl__9b1237af", x = "general1__6f6aeb79", L = "secondary
21
21
  [o.SECONDARY_2]: e.secondary2
22
22
  }, z = T(e), D = Object.assign(
23
23
  E.forwardRef(
24
- ({ children: l, className: d, value: n, theme: g, type: r, size: _, disabled: f, onSelect: t, ...i }, C) => {
24
+ ({ children: c, className: l, value: n, theme: g, type: r, size: _, disabled: f, onSelect: t, ...i }, C) => {
25
25
  const p = b(
26
26
  e.segmentedControl,
27
27
  v[g],
28
28
  z[_],
29
- d
29
+ l
30
30
  ), S = ({
31
31
  selected: a,
32
32
  value: s
@@ -39,7 +39,7 @@ const h = "segmentedControl__9b1237af", x = "general1__6f6aeb79", L = "secondary
39
39
  t(a ? [...n, s] : [...n].filter((N) => N !== s));
40
40
  }
41
41
  };
42
- return /* @__PURE__ */ c(
42
+ return /* @__PURE__ */ d(
43
43
  R.Provider,
44
44
  {
45
45
  value: {
@@ -48,7 +48,7 @@ const h = "segmentedControl__9b1237af", x = "general1__6f6aeb79", L = "secondary
48
48
  disabled: !!f,
49
49
  onSegmentSelect: S
50
50
  },
51
- children: /* @__PURE__ */ c("div", { className: p, ...i, "data-tx": "1.6.0", ref: C, children: l })
51
+ children: /* @__PURE__ */ d("div", { className: p, ...i, "data-tx": "1.6.1", ref: C, children: c })
52
52
  }
53
53
  );
54
54
  }
@@ -1,10 +1,10 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as d } from "react/jsx-runtime";
2
2
  import { useContext as x } from "react";
3
3
  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__a14648e6", E = "selected__ae318106", I = "content__8eb644d4", r = {
7
+ const y = "segmentedControlSegment__8a7460e8", E = "selected__eb8486f5", I = "content__c441aaa0", r = {
8
8
  segmentedControlSegment: y,
9
9
  selected: E,
10
10
  content: I
@@ -19,23 +19,23 @@ const y = "segmentedControlSegment__a14648e6", E = "selected__ae318106", I = "co
19
19
  }) => {
20
20
  const {
21
21
  type: m,
22
- value: d,
22
+ value: a,
23
23
  disabled: p,
24
24
  onSegmentSelect: l
25
25
  } = x(_), t = (() => {
26
26
  switch (m) {
27
27
  case n.SINGLE:
28
- return e === d;
28
+ return e === a;
29
29
  case n.MULTIPLE:
30
- return d.includes(e);
30
+ return a.includes(e);
31
31
  }
32
- })(), C = L(
32
+ })(), f = L(
33
33
  r.segmentedControlSegment,
34
34
  { [r.selected]: t },
35
35
  "hoverable",
36
36
  { active: t },
37
37
  i
38
- ), f = () => {
38
+ ), C = () => {
39
39
  if (c)
40
40
  return c;
41
41
  if (typeof s == "string")
@@ -51,16 +51,16 @@ const y = "segmentedControlSegment__a14648e6", E = "selected__ae318106", I = "co
51
51
  }
52
52
  o == null || o(b);
53
53
  };
54
- return /* @__PURE__ */ a(
54
+ return /* @__PURE__ */ d(
55
55
  N,
56
56
  {
57
- className: C,
58
- title: f(),
57
+ className: f,
58
+ title: C(),
59
59
  disabled: g || p,
60
60
  "aria-pressed": t,
61
61
  onClick: u,
62
62
  ...S,
63
- children: /* @__PURE__ */ a("span", { className: r.content, children: s })
63
+ children: /* @__PURE__ */ d("span", { className: r.content, children: s })
64
64
  }
65
65
  );
66
66
  };
@@ -1,15 +1,15 @@
1
1
  import { jsx as R, jsxs as T } from "react/jsx-runtime";
2
- import _, { useState as K, useRef as x, useCallback as c, useEffect as S } from "react";
3
- import { isKey as b, EVENT_KEY_CODES as C } from "../../utils/keyboard.js";
2
+ import _, { useState as b, useRef as x, useCallback as c, useEffect as S } from "react";
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__a11dd787", L = {
8
+ const A = "SelectExtendedField__3e0a619b", L = {
9
9
  SelectExtendedField: A
10
10
  }, M = Object.assign(
11
11
  _.forwardRef((w, n) => {
12
- const { className: y, onKeyDown: o, children: D, renderTarget: F, closeOnTab: m, onClose: d, onOpen: s, ...g } = w, [t, l] = K(!1), i = x(null), u = x(null), h = (e) => {
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) => {
13
13
  i.current = e, typeof n == "function" ? n(e) : n && (n.current = e);
14
14
  }, p = c((e) => {
15
15
  l(e);
@@ -24,7 +24,7 @@ const A = "SelectExtendedField__a11dd787", L = {
24
24
  }, [t]), O = c(
25
25
  (e) => {
26
26
  const r = e.code || e.keyCode;
27
- m && b(r, "TAB") && f(), o == null || o(e);
27
+ m && K(r, "TAB") && f(), o == null || o(e);
28
28
  },
29
29
  [m, f, o]
30
30
  );
@@ -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-DgEkMGvB.js";
6
+ import "../../../chunks/DropdownListItem-PbfrmOZJ.js";
7
7
  import "../../Dropdown/mobile/DropdownMobile.js";
8
8
  import "../../Dropdown/mobile/DropdownMobileBody.js";
9
9
  import "../../Dropdown/mobile/DropdownMobileClose.js";
@@ -12,14 +12,14 @@ import "../../FormField/components/FormFieldCounter.js";
12
12
  import { FormFieldLabel as G } from "../../FormField/components/FormFieldLabel.js";
13
13
  import "../../FormField/components/FormFieldClear.js";
14
14
  import { FormFieldTarget as W } from "../../FormField/components/FormFieldTarget.js";
15
- import "../../../chunks/FormFieldInput-BBhoiftf.js";
15
+ import "../../../chunks/FormFieldInput-BL8yYnKo.js";
16
16
  import "../../FormField/components/FormFieldMaskedInput.js";
17
17
  import { FormFieldPostfix as j } from "../../FormField/components/FormFieldPostfix.js";
18
18
  import { FormFieldPrefix as K } from "../../FormField/components/FormFieldPrefix.js";
19
19
  import "../../FormField/components/FormFieldTextarea.js";
20
- import { EFormFieldStatus as c } from "../../FormField/enums.js";
20
+ import { EFormFieldStatus as s } from "../../FormField/enums.js";
21
21
  import { EComponentSize as o } from "../../../enums/EComponentSize.js";
22
- const v = "selectExtendedFieldTarget__f5f650b2", U = "caretIcon__c13c1d2c", V = "selectOpened__595b0b7a", Y = "loading__2ce5a68c", q = "disabled__12d7c751", t = {
22
+ const v = "selectExtendedFieldTarget__bf40d42a", U = "caretIcon__3c82db84", V = "selectOpened__4a1aacce", Y = "loading__decee0a9", q = "disabled__5a0ff240", t = {
23
23
  selectExtendedFieldTarget: v,
24
24
  caretIcon: U,
25
25
  selectOpened: V,
@@ -37,8 +37,8 @@ const v = "selectExtendedFieldTarget__f5f650b2", U = "caretIcon__c13c1d2c", V =
37
37
  (_, i) => {
38
38
  const {
39
39
  children: X,
40
- className: b,
41
- label: s,
40
+ className: h,
41
+ label: c,
42
42
  placeholder: E,
43
43
  onKeyDown: m,
44
44
  onClick: p,
@@ -49,7 +49,7 @@ const v = "selectExtendedFieldTarget__f5f650b2", U = "caretIcon__c13c1d2c", V =
49
49
  loading: l,
50
50
  size: f = o.MD,
51
51
  status: d,
52
- tabIndex: h,
52
+ tabIndex: b,
53
53
  fieldLabel: N,
54
54
  ...R
55
55
  } = _, T = B(null), L = g(
@@ -57,13 +57,13 @@ const v = "selectExtendedFieldTarget__f5f650b2", U = "caretIcon__c13c1d2c", V =
57
57
  {
58
58
  [t.selectOpened]: a,
59
59
  [t.loading]: l,
60
- [t.disabled]: d === c.DISABLED
60
+ [t.disabled]: d === s.DISABLED
61
61
  },
62
- b
63
- ), A = () => d === c.DISABLED || l ? -1 : h || 0, C = (e) => {
64
- l && d === c.DISABLED || (F(!a), p == null || p(e));
62
+ h
63
+ ), A = () => d === s.DISABLED || l ? -1 : b || 0, C = (e) => {
64
+ l && d === s.DISABLED || (F(!a), p == null || p(e));
65
65
  }, M = (e) => {
66
- l && d === c.DISABLED || (a || [
66
+ l && d === s.DISABLED || (a || [
67
67
  n.SPACE,
68
68
  n.ENTER,
69
69
  n.ARROW_DOWN,
@@ -83,7 +83,7 @@ const v = "selectExtendedFieldTarget__f5f650b2", U = "caretIcon__c13c1d2c", V =
83
83
  className: L,
84
84
  "aria-expanded": a,
85
85
  "aria-haspopup": "listbox",
86
- "data-tx": "1.6.0",
86
+ "data-tx": "1.6.1",
87
87
  ...R,
88
88
  children: [
89
89
  D ? /* @__PURE__ */ r(K, { children: D }) : null,
@@ -93,11 +93,11 @@ const v = "selectExtendedFieldTarget__f5f650b2", U = "caretIcon__c13c1d2c", V =
93
93
  {
94
94
  ref: O,
95
95
  className: g(t.target, {
96
- [t.placeholder]: !!E && !s,
97
- [t.label]: !!s
96
+ [t.placeholder]: !!E && !c,
97
+ [t.label]: !!c
98
98
  }),
99
99
  placeholder: E,
100
- children: s
100
+ children: c
101
101
  }
102
102
  ),
103
103
  /* @__PURE__ */ u(j, { children: [