@sberbusiness/triplex-next 1.22.0 → 1.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (409) hide show
  1. package/chunks/AlertProcessSpoiler-IulaUJl0.js +39 -0
  2. package/chunks/{CalendarViewItem-UwoR2Xwr.js → CalendarViewItem-DhRDn7-d.js} +27 -27
  3. package/chunks/Card.module-DSOXKXtd.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +15 -0
  5. package/chunks/Chip-EVPZneh2.js +104 -0
  6. package/chunks/Confirm.module-gphOS6IB.js +15 -0
  7. package/chunks/{DropdownListItem-Dl8gN2ar.js → DropdownListItem-BOB8eQXM.js} +14 -14
  8. package/chunks/DropdownMobile.module-B8t5FlvW.js +23 -0
  9. package/chunks/Footer.module-CMW0u8UD.js +9 -0
  10. package/chunks/{FormFieldInput--W9kjf4s.js → FormFieldInput-CwX_1h09.js} +29 -29
  11. package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +9 -0
  12. package/chunks/HeaderTabs.module-BKu6DIV4.js +9 -0
  13. package/chunks/{HeaderTitle.module-DUqjpN6C.js → HeaderTitle.module-DyI7KGeM.js} +2 -2
  14. package/chunks/IslandAccordion.module-Q_9Jiw2w.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-DiWg8j16.js +12 -0
  17. package/chunks/{LightBoxContent-CBpCA29-.js → LightBoxContent-CE6sXjX1.js} +10 -10
  18. package/chunks/LightBoxControls.module-BaHnxhDB.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +9 -0
  20. package/chunks/ListItemControlsButton-BCd2PF9-.js +51 -0
  21. package/chunks/ListItemTail.module-D_nBCryf.js +12 -0
  22. package/chunks/ListMasterFooter.module-D4TPImq7.js +10 -0
  23. package/chunks/ModalWindow.module-u5Pst2YX.js +17 -0
  24. package/chunks/Notification.module-809Tnazq.js +20 -0
  25. package/chunks/Overlay.module-c4cyqpKr.js +18 -0
  26. package/chunks/Page.module-CixV2VSG.js +11 -0
  27. package/chunks/{RightBorderArrow-C390Za7P.js → RightBorderArrow-nrRpapza.js} +6 -6
  28. package/chunks/SMSField.module-Qub64N0s.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +15 -0
  30. package/chunks/SliderExtendedRail-BP0BcOY7.js +40 -0
  31. package/chunks/StatusTracker.module-BMkZgzxy.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-Cf_uwjFP.js → SuggestFieldMobileDropdownHint-CRvB37lf.js} +5 -5
  33. package/chunks/TableFooter.module-BW9hgU6o.js +14 -0
  34. package/chunks/TabsExtended.module-By6HIyMh.js +16 -0
  35. package/chunks/TabsLine.module-KvKWfBwF.js +21 -0
  36. package/chunks/TooltipDesktop.module-DAGDT-nl.js +19 -0
  37. package/chunks/TreeView.module-B8RxFbbh.js +9 -0
  38. package/chunks/{UploadZoneInput-CQYsDdG_.js → UploadZoneInput-D9OID08A.js} +2 -2
  39. package/chunks/{constants-Crak3JEf.js → constants-DXLVATUh.js} +14 -14
  40. package/chunks/{utils-Dq2VA3Zd.js → utils-BDGrf0u9.js} +6 -6
  41. package/chunks/utils-BXi-2Jma.js +28 -0
  42. package/chunks/utils-CvsNd4Ut.js +24 -0
  43. package/chunks/{utils-CS30w_en.js → utils-DXnkRIJ2.js} +16 -16
  44. package/components/Alert/AlertContext/AlertContext.js +10 -10
  45. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  46. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  47. package/components/Amount/Amount.js +2 -2
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +16 -16
  50. package/components/Badge/Badge.js +12 -12
  51. package/components/Badge/BadgeDot.js +5 -5
  52. package/components/Badge/components/BadgeContent.js +10 -10
  53. package/components/Badge/components/BadgePostfix.js +8 -8
  54. package/components/Badge/components/BadgePrefix.js +1 -1
  55. package/components/Body/Body.js +4 -4
  56. package/components/Button/Button.js +29 -29
  57. package/components/Button/ButtonBase.js +1 -1
  58. package/components/Button/ButtonDropdown.js +2 -2
  59. package/components/Button/ButtonDropdownExtended.js +4 -4
  60. package/components/Button/ButtonIcon.js +7 -7
  61. package/components/Calendar/Calendar.js +6 -6
  62. package/components/Calendar/components/CalendarControls.js +9 -9
  63. package/components/Calendar/components/CalendarFooter.js +1 -1
  64. package/components/Calendar/components/CalendarViewDays.js +1 -1
  65. package/components/Calendar/components/CalendarViewItem.js +1 -1
  66. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  67. package/components/Calendar/components/CalendarViewYears.js +1 -1
  68. package/components/Card/CardAction.js +8 -8
  69. package/components/Card/CardStatic.js +2 -2
  70. package/components/Card/components/CardContent/CardContent.js +1 -1
  71. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  74. package/components/Card/components/CardMedia.js +1 -1
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +1 -1
  77. package/components/Checkbox/Checkbox.js +14 -14
  78. package/components/Checkbox/CheckboxXGroup.js +14 -14
  79. package/components/Checkbox/CheckboxYGroup.js +3 -3
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  84. package/components/Chip/Chip.js +3 -2
  85. package/components/Chip/ChipClearButton.js +7 -7
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +1 -1
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +1 -1
  91. package/components/Chip/ChipOptions.js +9 -9
  92. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  94. package/components/Chip/ChipSort.js +1 -1
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -20
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +7 -7
  101. package/components/Col/Col.js +141 -141
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +3 -3
  103. package/components/Confirm/Confirm.js +1 -1
  104. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  105. package/components/Confirm/components/ConfirmContent.js +1 -1
  106. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  107. package/components/Confirm/components/ConfirmControls.js +1 -1
  108. package/components/DateField/DateField.js +1 -1
  109. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  110. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  111. package/components/DateRange/DateRange.js +10 -10
  112. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  113. package/components/DesignTokens/components/ListItem.js +4 -4
  114. package/components/DesignTokens/components/ListMaster.js +8 -8
  115. package/components/Divider/Divider.js +20 -20
  116. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  117. package/components/Dropdown/desktop/DropdownDesktop.js +6 -6
  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 +1 -1
  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 +1 -1
  133. package/components/Ellipsis/Ellipsis.js +5 -5
  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 +15 -15
  140. package/components/FormField/components/FormFieldClear.js +6 -6
  141. package/components/FormField/components/FormFieldCounter.js +1 -1
  142. package/components/FormField/components/FormFieldDescription.js +5 -5
  143. package/components/FormField/components/FormFieldInput.js +1 -1
  144. package/components/FormField/components/FormFieldLabel.js +6 -6
  145. package/components/FormField/components/FormFieldMaskedInput.js +23 -23
  146. package/components/FormField/components/FormFieldPostfix.js +9 -9
  147. package/components/FormField/components/FormFieldPrefix.js +5 -5
  148. package/components/FormField/components/FormFieldTarget.js +8 -8
  149. package/components/FormField/components/FormFieldTextarea.js +25 -25
  150. package/components/FormField/components/index.js +1 -1
  151. package/components/FormField/index.js +1 -1
  152. package/components/Header/Header.js +1 -1
  153. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  154. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  155. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  156. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  157. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  158. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  159. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  160. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  161. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  162. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  163. package/components/HelpBox/HelpBox.js +7 -7
  164. package/components/Island/Island.js +1 -1
  165. package/components/Island/components/IslandBody.js +3 -3
  166. package/components/Island/components/IslandFooter.js +4 -4
  167. package/components/Island/components/IslandHeader.js +3 -3
  168. package/components/Island/utils.js +1 -1
  169. package/components/IslandAccordion/IslandAccordion.js +2 -2
  170. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  171. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  172. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  173. package/components/IslandWidget/IslandWidget.js +9 -9
  174. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  176. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  177. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  180. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  181. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  182. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  183. package/components/LightBox/LightBox.js +22 -22
  184. package/components/LightBox/LightBoxContent.js +1 -1
  185. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  186. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  187. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  188. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +5 -5
  190. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  193. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
  194. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
  195. package/components/Link/Link.js +18 -18
  196. package/components/List/List.js +7 -7
  197. package/components/List/components/ListEmptyState.js +3 -3
  198. package/components/List/components/ListItem.js +1 -1
  199. package/components/List/components/ListItemContent.js +5 -5
  200. package/components/List/components/ListItemControls.js +1 -1
  201. package/components/List/components/ListItemControlsButton.js +1 -1
  202. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  203. package/components/List/components/ListItemLoading.js +13 -11
  204. package/components/List/components/ListItemSelectable.js +5 -5
  205. package/components/List/components/ListItemTable.js +17 -15
  206. package/components/List/components/ListItemTailLeft.js +1 -1
  207. package/components/List/components/ListItemTailRight.js +6 -14
  208. package/components/List/components/ListSortableItem.js +5 -5
  209. package/components/List/components/ListSortableItemControls.js +5 -5
  210. package/components/List/components/ListSortableItemTarget.js +1 -1
  211. package/components/List/index.js +1 -1
  212. package/components/ListMaster/ListMaster.js +1 -1
  213. package/components/ListMaster/components/ListMasterBody.js +1 -1
  214. package/components/ListMaster/components/ListMasterChipGroup.js +5 -9
  215. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  216. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  217. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  218. package/components/ListMaster/components/ListMasterHeader.js +8 -8
  219. package/components/ListMaster/components/SelectionControls.js +6 -6
  220. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  221. package/components/Loader/LoaderSmall/LoaderSmall.js +3 -3
  222. package/components/LoaderScreen/LoaderScreen.js +12 -12
  223. package/components/Marker/Marker.js +1 -1
  224. package/components/Marker/utils.js +1 -1
  225. package/components/MarkerStatus/MarkerStatus.js +14 -14
  226. package/components/ModalWindow/ModalWindow.js +1 -1
  227. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  228. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  229. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  230. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  231. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  232. package/components/MultiselectField/components/MultiselectFieldDropdown.js +33 -46
  233. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
  234. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  235. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  236. package/components/Notification/Notification.js +2 -2
  237. package/components/Notification/NotificationGrouped.js +1 -1
  238. package/components/Notification/components/NotificationBody.js +1 -1
  239. package/components/Notification/components/NotificationBodyList.js +1 -1
  240. package/components/Notification/components/NotificationClose.js +1 -1
  241. package/components/Notification/components/NotificationFooter.js +1 -1
  242. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  243. package/components/Notification/components/NotificationHeader.js +1 -1
  244. package/components/Notification/components/NotificationIcon.js +1 -1
  245. package/components/Notification/components/NotificationTime.js +1 -1
  246. package/components/NumberField/NumberFieldInput.js +1 -1
  247. package/components/OrderedList/OrderedList.js +6 -6
  248. package/components/OrderedList/OrderedListItem.js +10 -10
  249. package/components/Overlay/Overlay.js +1 -1
  250. package/components/Overlay/OverlayMask.js +1 -1
  251. package/components/Overlay/OverlayPanel.js +1 -1
  252. package/components/Page/Page.js +1 -1
  253. package/components/Page/components/BodyPage.js +6 -6
  254. package/components/Page/components/FooterPage.js +1 -1
  255. package/components/Page/components/HeaderPage.js +1 -1
  256. package/components/Pagination/components/PaginationExtended.js +6 -6
  257. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  258. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  259. package/components/Pagination/components/PaginationPageButton.js +10 -10
  260. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  261. package/components/Pagination/components/PaginationSelect.js +11 -11
  262. package/components/Radio/Radio.js +16 -16
  263. package/components/Radio/RadioXGroup.js +14 -14
  264. package/components/Radio/RadioYGroup.js +9 -9
  265. package/components/Row/Row.js +8 -8
  266. package/components/SMSField/SMSField.js +2 -2
  267. package/components/SMSField/components/RefreshIcon.js +1 -1
  268. package/components/SMSField/components/SMSFieldInput.js +2 -2
  269. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  270. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  271. package/components/SegmentedControl/SegmentedControl.js +3 -3
  272. package/components/SegmentedControl/SegmentedControlSegment.js +19 -19
  273. package/components/SelectExtendedField/SelectExtendedField.js +10 -10
  274. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  275. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  276. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +25 -25
  277. package/components/SelectField/SelectField.js +1 -1
  278. package/components/Skeleton/Skeleton.js +11 -11
  279. package/components/SliderExtended/SliderExtended.js +2 -2
  280. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
  281. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  282. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  283. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  284. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  285. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +1 -1
  286. package/components/SmallInput/SmallInput.js +1 -1
  287. package/components/Spoiler/Spoiler.js +14 -14
  288. package/components/StatusTracker/StatusTracker.js +2 -2
  289. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  290. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  294. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  295. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  296. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  297. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  298. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  299. package/components/Step/Step.js +8 -8
  300. package/components/Stepper/RightBorderArrow.js +1 -1
  301. package/components/Stepper/Stepper.js +1 -1
  302. package/components/Stepper/StepperExtended.js +4 -4
  303. package/components/Stepper/StepperStep.js +2 -2
  304. package/components/Stepper/StepperWrapper.js +4 -4
  305. package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
  306. package/components/SuggestField/SuggestField.js +2 -2
  307. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  308. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -30
  309. package/components/SuggestField/index.js +1 -1
  310. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  311. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +25 -24
  312. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  313. package/components/SuggestField/mobile/index.js +1 -1
  314. package/components/SwipeableArea/SwipeableArea.js +19 -19
  315. package/components/Table/FilterPanel.js +2 -2
  316. package/components/Table/MasterTable.js +2 -2
  317. package/components/Table/NoColumns.js +5 -5
  318. package/components/Table/PaginationPanel.js +2 -2
  319. package/components/Table/TableBasic/TableBasic.js +1 -1
  320. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  321. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  322. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  323. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  324. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +1 -1
  325. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  326. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  327. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  328. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  329. package/components/Table/TableFooter/TableFooter.js +1 -1
  330. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  331. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  332. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  333. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  334. package/components/Table/TabsLinePanel.js +5 -5
  335. package/components/Table/TabsLinePanelLinks.js +5 -5
  336. package/components/Table/utils.js +1 -1
  337. package/components/Tabs/Tabs.js +4 -4
  338. package/components/TabsExtended/TabsExtended.js +2 -2
  339. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  340. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  341. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  342. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  343. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  344. package/components/TabsExtended/utils.js +1 -1
  345. package/components/TabsLine/TabsLine.js +1 -1
  346. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  347. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  348. package/components/TabsLine/components/TabsLineItem.js +1 -1
  349. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  350. package/components/Tag/Tag.js +1 -1
  351. package/components/TagColor/TagColor.js +9 -9
  352. package/components/TagGroup/TagGroup.js +11 -11
  353. package/components/TextField/TextField.js +1 -1
  354. package/components/TextareaField/TextareaField.js +1 -1
  355. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  356. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  357. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  358. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  359. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  360. package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
  361. package/components/TopOverlay/TopOverlay.js +5 -5
  362. package/components/TreeView/TreeView.js +1 -1
  363. package/components/TreeView/components/TreeViewGroup.js +1 -1
  364. package/components/TreeView/components/TreeViewNode.js +1 -1
  365. package/components/Typography/Caption.js +14 -14
  366. package/components/Typography/Text.js +17 -17
  367. package/components/Typography/Title.js +19 -19
  368. package/components/Typography/constants.js +1 -1
  369. package/components/UnorderedList/UnorderedList.js +6 -6
  370. package/components/UnorderedList/UnorderedListItem.js +6 -6
  371. package/components/UploadZone/UploadZone.js +2 -2
  372. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  373. package/components/index.js +5 -5
  374. package/index.d.ts +25 -7
  375. package/index.js +5 -5
  376. package/package.json +2 -2
  377. package/styles/triplex-next.css +541 -541
  378. package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +0 -39
  379. package/chunks/Card.module-CPD2xDmu.js +0 -17
  380. package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +0 -15
  381. package/chunks/Chip-Bxr2kLyU.js +0 -90
  382. package/chunks/Confirm.module-CmYpxyDp.js +0 -15
  383. package/chunks/DropdownMobile.module-l5rlPxNK.js +0 -23
  384. package/chunks/Footer.module-CjY-6G8t.js +0 -9
  385. package/chunks/HeaderLayoutSidebar.module-fr4_lzKQ.js +0 -9
  386. package/chunks/HeaderTabs.module-Clz5KbqR.js +0 -9
  387. package/chunks/IslandAccordion.module-CPVWJz-Z.js +0 -25
  388. package/chunks/IslandWidgetFooter.module-BRjR7Nva.js +0 -9
  389. package/chunks/IslandWidgetHeader.module-CQVHkydc.js +0 -12
  390. package/chunks/LightBoxControls.module-6rLkTPqp.js +0 -16
  391. package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +0 -9
  392. package/chunks/ListItemControlsButton-BZSR-ESi.js +0 -43
  393. package/chunks/ListItemTail.module-TZkbhx39.js +0 -12
  394. package/chunks/ListMasterFooter.module-BJocFxEb.js +0 -10
  395. package/chunks/ModalWindow.module-CACqfnx4.js +0 -17
  396. package/chunks/Notification.module-ByKcbqB9.js +0 -20
  397. package/chunks/Overlay.module-fYkVPgjL.js +0 -18
  398. package/chunks/Page.module-Bhn0Pz59.js +0 -11
  399. package/chunks/SMSField.module-KA-eacXJ.js +0 -16
  400. package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +0 -15
  401. package/chunks/SliderExtendedRail-Dld8UNeR.js +0 -40
  402. package/chunks/StatusTracker.module-B8xoFRr0.js +0 -24
  403. package/chunks/TableFooter.module-b8TKJFW8.js +0 -14
  404. package/chunks/TabsExtended.module-k8oKnmv6.js +0 -16
  405. package/chunks/TabsLine.module-BLpqn-ZP.js +0 -21
  406. package/chunks/TooltipDesktop.module-DgogF0cV.js +0 -19
  407. package/chunks/TreeView.module-lJCCAWQb.js +0 -9
  408. package/chunks/utils-R-JQhhgt.js +0 -24
  409. package/chunks/utils-Z8JNo8tP.js +0 -28
@@ -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-BiObpx9E.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__8b289193", a = {
6
- orderedList: m
5
+ const a = "orderedList__0ed6ccea", m = {
6
+ orderedList: a
7
7
  }, c = Object.assign(
8
- d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
8
+ d.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: o(a.orderedList, r),
12
- ...e,
13
- "data-tx": "1.22.0",
11
+ className: o(m.orderedList, e),
12
+ ...r,
13
+ "data-tx": "1.23.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,27 +1,27 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as s } from "../../chunks/vendor-BiObpx9E.js";
4
- import { ETextSize as i } from "../Typography/enums.js";
4
+ import { ETextSize as d } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
- import { Text as d } from "../Typography/Text.js";
6
+ import { Text as i } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
- const a = "orderedListItem__74471158", p = {
8
+ const a = "orderedListItem__d75effb7", f = {
9
9
  orderedListItem: a
10
- }, f = m.forwardRef(
10
+ }, p = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
- d,
12
+ i,
13
13
  {
14
- className: s(p.orderedListItem, t),
15
- size: i.B3,
14
+ className: s(f.orderedListItem, t),
15
+ size: d.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.22.0",
18
+ "data-tx": "1.23.0",
19
19
  ref: r
20
20
  }
21
21
  )
22
22
  );
23
- f.displayName = "OrderedListItem";
23
+ p.displayName = "OrderedListItem";
24
24
  export {
25
- f as OrderedListItem
25
+ p as OrderedListItem
26
26
  };
27
27
  //# sourceMappingURL=OrderedListItem.js.map
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-BiObpx9E.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-fYkVPgjL.js";
7
+ import { s as r } from "../../chunks/Overlay.module-c4cyqpKr.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-BiObpx9E.js";
4
- import { s as a } from "../../chunks/Overlay.module-fYkVPgjL.js";
4
+ import { s as a } from "../../chunks/Overlay.module-c4cyqpKr.js";
5
5
  const f = l.forwardRef(
6
6
  ({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
7
7
  "div",
@@ -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-BiObpx9E.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-fYkVPgjL.js";
5
+ import { s as e } from "../../chunks/Overlay.module-c4cyqpKr.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-BiObpx9E.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-Bhn0Pz59.js";
7
+ import { s as o } from "../../chunks/Page.module-CixV2VSG.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -5,21 +5,21 @@ import { c as d } from "../../../chunks/vendor-BiObpx9E.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
7
  import { EIslandType as M } from "../../Island/enums.js";
8
- const P = "bodyPage__15cc0d5a", f = "verticalMargin24__a8200227", v = "verticalMargin16__088ec76b", o = {
9
- bodyPage: P,
10
- verticalMargin24: f,
8
+ const f = "bodyPage__ca729922", P = "verticalMargin24__cc28824f", v = "verticalMargin16__18812aaa", o = {
9
+ bodyPage: f,
10
+ verticalMargin24: P,
11
11
  verticalMargin16: v
12
12
  }, _ = {
13
13
  [r.LARGE]: o.verticalMargin24,
14
14
  [r.SMALL]: o.verticalMargin16
15
- }, b = m.forwardRef(
15
+ }, E = m.forwardRef(
16
16
  ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...e }, i) => {
17
17
  const t = d(s, o.bodyPage, _[g]);
18
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
+ E.displayName = "BodyPage";
22
22
  export {
23
- b as BodyPage
23
+ E as BodyPage
24
24
  };
25
25
  //# sourceMappingURL=BodyPage.js.map
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
9
9
  import "../../Island/components/IslandBody.js";
10
10
  import "../../Island/components/IslandHeader.js";
11
11
  import "../../Island/components/IslandFooter.js";
12
- import { s as c } from "../../../chunks/Page.module-Bhn0Pz59.js";
12
+ import { s as c } from "../../../chunks/Page.module-CixV2VSG.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-BiObpx9E.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-Bhn0Pz59.js";
9
+ import { s as i } from "../../../chunks/Page.module-CixV2VSG.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-BiObpx9E.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as d } from "../../../chunks/vendor-BiObpx9E.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__edbd8ef8", s = {
4
+ const r = "paginationExtended__571ec4c6", 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.22.0",
10
+ className: d(s.paginationExtended, a),
11
+ "data-tx": "1.23.0",
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__117701e6", N = "directionIconNext__f6da1ad0", n = {
7
+ const g = "paginationNavigationButton__1342317c", N = "directionIconNext__cff8618b", 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__117701e6", N = "directionIconNext__f6da1a
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-BiObpx9E.js";
4
- const g = "paginationNavigationExtended__81e59a20", r = {
4
+ const g = "paginationNavigationExtended__7f3829e1", 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 })
@@ -3,19 +3,19 @@ import m from "react";
3
3
  import { c as p } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
- import { Text as c } from "../../Typography/Text.js";
6
+ import { Text as s } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
8
  import "../../Button/Button.js";
9
- import { ButtonBase as s } from "../../Button/ButtonBase.js";
9
+ import { ButtonBase as c } from "../../Button/ButtonBase.js";
10
10
  import "../../Button/ButtonIcon.js";
11
11
  import "../../Button/ButtonDropdown.js";
12
12
  import "../../Button/ButtonDropdownExtended.js";
13
- const u = "paginationPageButton__b378e60d", P = "currentPage__b5c6dd4d", a = {
14
- paginationPageButton: u,
15
- currentPage: P
16
- }, f = m.forwardRef(
13
+ const f = "paginationPageButton__fbe5609f", u = "currentPage__60259d37", a = {
14
+ paginationPageButton: f,
15
+ currentPage: u
16
+ }, P = m.forwardRef(
17
17
  ({ isCurrent: t = !1, children: e, className: i, ...r }, n) => /* @__PURE__ */ o(
18
- s,
18
+ c,
19
19
  {
20
20
  className: p(
21
21
  a.paginationPageButton,
@@ -27,12 +27,12 @@ const u = "paginationPageButton__b378e60d", P = "currentPage__b5c6dd4d", a = {
27
27
  "aria-live": t ? "polite" : void 0,
28
28
  ...r,
29
29
  ref: n,
30
- children: /* @__PURE__ */ o(c, { size: g.B3, children: e })
30
+ children: /* @__PURE__ */ o(s, { size: g.B3, children: e })
31
31
  }
32
32
  )
33
33
  );
34
- f.displayName = "PaginationPageButton";
34
+ P.displayName = "PaginationPageButton";
35
35
  export {
36
- f as PaginationPageButton
36
+ P as PaginationPageButton
37
37
  };
38
38
  //# sourceMappingURL=PaginationPageButton.js.map
@@ -1,14 +1,14 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as e } from "../../../chunks/vendor-BiObpx9E.js";
3
- import p from "react";
2
+ import { c as p } from "../../../chunks/vendor-BiObpx9E.js";
3
+ import e from "react";
4
4
  import { ETextSize as l } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import { Text as r } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
- const n = "paginationPageEllipsis__5e37a130", m = {
8
+ const n = "paginationPageEllipsis__d47c20c8", m = {
9
9
  paginationPageEllipsis: n
10
- }, g = p.forwardRef(
11
- ({ children: i, className: a, ...s }, o) => /* @__PURE__ */ t(r, { size: l.B3, className: e(m.paginationPageEllipsis, a), ...s, ref: o, children: i })
10
+ }, g = e.forwardRef(
11
+ ({ children: i, className: a, ...s }, o) => /* @__PURE__ */ t(r, { size: l.B3, className: p(m.paginationPageEllipsis, a), ...s, ref: o, children: i })
12
12
  );
13
13
  g.displayName = "PaginationPageEllipsis";
14
14
  export {
@@ -1,4 +1,4 @@
1
- import { jsxs as s, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
3
  import { u as d, c as S } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { ETextSize as f } from "../../Typography/enums.js";
@@ -7,21 +7,21 @@ import { Text as g } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
8
  import { SelectField as u } from "../../SelectField/SelectField.js";
9
9
  import { EComponentSize as x } from "../../../enums/EComponentSize.js";
10
- const _ = "paginationSelect__d47e05b7", C = "paginationSelectControl__10522a54", o = {
10
+ const _ = "paginationSelect__017dd286", C = "paginationSelectControl__0298c230", o = {
11
11
  paginationSelect: _,
12
12
  paginationSelectControl: C
13
- }, b = m.forwardRef(
14
- ({ paginationLabel: t, className: a, options: n, value: l, onChange: r }, c) => {
13
+ }, z = m.forwardRef(
14
+ ({ paginationLabel: e, className: n, options: a, value: l, onChange: r }, c) => {
15
15
  const [i] = p(() => `Pagination-${d()}`);
16
- return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, a), ref: c, children: [
17
- /* @__PURE__ */ e(g, { size: f.B3, id: i, children: t }),
18
- /* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
16
+ return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, n), ref: c, children: [
17
+ /* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
18
+ /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
19
19
  u,
20
20
  {
21
21
  size: x.SM,
22
22
  value: l,
23
- mobileTitle: t,
24
- options: n,
23
+ mobileTitle: e,
24
+ options: a,
25
25
  onChange: r,
26
26
  targetProps: {
27
27
  fieldLabel: ""
@@ -32,8 +32,8 @@ const _ = "paginationSelect__d47e05b7", C = "paginationSelectControl__10522a54",
32
32
  ] });
33
33
  }
34
34
  );
35
- b.displayName = "PaginationSelect";
35
+ z.displayName = "PaginationSelect";
36
36
  export {
37
- b as PaginationSelect
37
+ z as PaginationSelect
38
38
  };
39
39
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,13 +1,13 @@
1
- import { jsxs as b, jsx as i } from "react/jsx-runtime";
1
+ import { jsxs as b, jsx as c } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c } from "../../chunks/vendor-BiObpx9E.js";
4
- import { ETextSize as m } from "../Typography/enums.js";
3
+ import { c as d } from "../../chunks/vendor-BiObpx9E.js";
4
+ import { ETextSize as i } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import { Text as x } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
- import { EComponentSize as a } from "../../enums/EComponentSize.js";
8
+ import { EComponentSize as s } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__e0b8e6f7", M = "sm__8db64655", T = "nonempty__3592998d", S = "md__699fcfe2", g = "lg__fc21e457", u = "disabled__5a315363", I = "radio__0bd20239", R = "radioIcon__54f30e6b", o = {
10
+ const y = "label__e7653f28", M = "sm__049c7c47", T = "nonempty__bf177c46", S = "md__da1f8c5b", g = "lg__6483ec41", u = "disabled__80d760da", I = "radio__a42ced27", R = "radioIcon__8de7ce1c", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -17,20 +17,20 @@ const y = "label__e0b8e6f7", M = "sm__8db64655", T = "nonempty__3592998d", S = "
17
17
  radio: I,
18
18
  radioIcon: R
19
19
  }, B = {
20
- [a.LG]: m.B2,
21
- [a.MD]: m.B3,
22
- [a.SM]: m.B4
23
- }, C = z(o), h = N.forwardRef((d, r) => {
24
- const { children: e, className: l, disabled: n, labelAttributes: s, size: t = a.MD, ...p } = d, _ = c(o.radio, l, C[t]), f = c(
20
+ [s.LG]: i.B2,
21
+ [s.MD]: i.B3,
22
+ [s.SM]: i.B4
23
+ }, C = z(o), h = N.forwardRef((n, r) => {
24
+ const { children: e, className: l, disabled: m, labelAttributes: a, size: t = s.MD, ...p } = n, _ = d(o.radio, l, C[t]), f = d(
25
25
  o.label,
26
26
  o[t],
27
- { [o.disabled]: !!n, [o.nonempty]: !!e },
28
- s == null ? void 0 : s.className
27
+ { [o.disabled]: !!m, [o.nonempty]: !!e },
28
+ a == null ? void 0 : a.className
29
29
  );
30
- return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "1.22.0", children: [
31
- /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: n, ...p, ref: r }),
32
- /* @__PURE__ */ i("span", { className: o.radioIcon }),
33
- e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
30
+ return /* @__PURE__ */ b("label", { ...a, className: f, "data-tx": "1.23.0", children: [
31
+ /* @__PURE__ */ c("input", { type: "radio", className: _, disabled: m, ...p, ref: r }),
32
+ /* @__PURE__ */ c("span", { className: o.radioIcon }),
33
+ e && /* @__PURE__ */ c(x, { size: B[t], tag: "div", children: e })
34
34
  ] });
35
35
  });
36
36
  h.displayName = "Radio";
@@ -1,20 +1,20 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-BiObpx9E.js";
3
- const _ = "radioXGroup__2d991ef8", c = "label__e0b8e6f7", n = {
3
+ const _ = "radioXGroup__e06e41a6", l = "label__e7653f28", n = {
4
4
  radioXGroup: _,
5
- "indent-12": "indent-12__3a97db4b",
6
- label: c,
7
- "indent-16": "indent-16__77385fd4",
8
- "indent-20": "indent-20__215cddc2",
9
- "indent-24": "indent-24__5b7acbb1",
10
- "indent-28": "indent-28__39ed9134",
11
- "indent-32": "indent-32__866b2638"
12
- }, l = (e) => {
13
- const { children: d, className: i, indent: o = 12, ...t } = e, r = s(n.radioXGroup, n[`indent-${o}`], i);
14
- return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...t, children: d });
5
+ "indent-12": "indent-12__779bbef6",
6
+ label: l,
7
+ "indent-16": "indent-16__b2643588",
8
+ "indent-20": "indent-20__43ef985d",
9
+ "indent-24": "indent-24__3dbbb592",
10
+ "indent-28": "indent-28__d7a8ff32",
11
+ "indent-32": "indent-32__641928ca"
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
- import { jsx as i } from "react/jsx-runtime";
2
- import { c as d } from "../../chunks/vendor-BiObpx9E.js";
3
- const e = "radioYGroup__46e2f6dc", p = {
4
- radioYGroup: e
5
- }, t = (o) => {
6
- const { children: r, className: s, ...a } = o, c = d(p.radioYGroup, s);
7
- return /* @__PURE__ */ i("div", { className: c, role: "radiogroup", ...a, children: r });
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as p } from "../../chunks/vendor-BiObpx9E.js";
3
+ const t = "radioYGroup__9f941b29", d = {
4
+ radioYGroup: t
5
+ }, e = (o) => {
6
+ const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
7
+ return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
8
8
  };
9
- t.displayName = "RadioYGroup";
9
+ e.displayName = "RadioYGroup";
10
10
  export {
11
- t 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-BiObpx9E.js";
3
- const e = "row__e7da61e4", m = "noPaddingBottom__8abced0e", o = {
4
- row: e,
5
- noPaddingBottom: m
6
- }, i = ({ children: t, className: n, paddingBottom: s = !0, ...d }) => {
7
- const r = c(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ a("div", { className: r, ...d, children: t });
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as m } from "../../chunks/vendor-BiObpx9E.js";
3
+ const a = "row__6e04190c", e = "noPaddingBottom__dbe31672", o = {
4
+ row: a,
5
+ noPaddingBottom: e
6
+ }, i = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
+ const d = m(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ c("div", { className: d, ...r, children: t });
9
9
  };
10
10
  i.displayName = "Row";
11
11
  export {
@@ -6,7 +6,7 @@ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
6
6
  import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
7
7
  import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
8
8
  import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
9
- import { s } from "../../chunks/SMSField.module-KA-eacXJ.js";
9
+ import { s } from "../../chunks/SMSField.module-Qub64N0s.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
11
  const I = z(s), e = (r) => {
12
12
  const { children: m, className: l, code: a, disabled: d, error: S, onChangeCode: p, onSubmitCode: c, size: o, ...n } = r, [f, u] = i(!0), [b, M] = i(), F = C(s.smsField, l);
@@ -26,7 +26,7 @@ const I = z(s), e = (r) => {
26
26
  sizeClassName: I[o],
27
27
  tooltipId: b
28
28
  },
29
- children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.22.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.23.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-BiObpx9E.js";
3
- import { s as o } from "../../../chunks/SMSField.module-KA-eacXJ.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-Qub64N0s.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" + // Рисуем горизонтальную линию вправо в начало сектора.
@@ -5,7 +5,7 @@ import { EFormFieldStatus as l } from "../../FormField/enums.js";
5
5
  import "../../FormField/components/FormFieldClear.js";
6
6
  import { FormFieldCounter as T } from "../../FormField/components/FormFieldCounter.js";
7
7
  import { FormFieldDescription as j } from "../../FormField/components/FormFieldDescription.js";
8
- import { F as y } from "../../../chunks/FormFieldInput--W9kjf4s.js";
8
+ import { F as y } from "../../../chunks/FormFieldInput-CwX_1h09.js";
9
9
  import "../../FormField/components/FormFieldLabel.js";
10
10
  import "../../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../../FormField/components/FormFieldPostfix.js";
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
15
15
  import { FormField as z } from "../../FormField/FormField.js";
16
16
  import { FormGroup as A } from "../../FormGroup/FormGroup.js";
17
17
  import { SMSFieldContext as L } from "../SMSFieldContext.js";
18
- import { s as O } from "../../../chunks/SMSField.module-KA-eacXJ.js";
18
+ import { s as O } from "../../../chunks/SMSField.module-Qub64N0s.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: f, counter: e, description: s, disabled: u, maxLength: c = 8, onChange: o, onKeyDown: i, placeholder: F, ...E }, S) => {
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as F } from "../../Button/enums.js";
10
10
  import { SMSFieldContext as u } from "../SMSFieldContext.js";
11
11
  import { RefreshIcon as z } from "./RefreshIcon.js";
12
- import { s as m } from "../../../chunks/SMSField.module-KA-eacXJ.js";
12
+ import { s as m } from "../../../chunks/SMSField.module-Qub64N0s.js";
13
13
  const D = M(
14
14
  ({ className: l, disabled: r, countdownTime: e, countdownTimeLeft: s, onClick: t, onRefresh: p, ...f }, n) => {
15
15
  const { disabled: o, error: c, size: h, sizeClassName: d, tooltipId: S } = N(u), b = s > 0, a = o && !c || r || b, R = I(m.btnRefresh, d, l, {
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
9
9
  import { EButtonIconShape as x } from "../../Button/enums.js";
10
10
  import { SMSFieldContext as I } from "../SMSFieldContext.js";
11
11
  import { SubmitIcon as N } from "./SubmitIcon.js";
12
- import { s } from "../../../chunks/SMSField.module-KA-eacXJ.js";
12
+ import { s } from "../../../chunks/SMSField.module-Qub64N0s.js";
13
13
  const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
14
14
  const {
15
15
  code: t,
@@ -5,7 +5,7 @@ import E from "react";
5
5
  import { c as b } from "../../chunks/vendor-BiObpx9E.js";
6
6
  import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
7
7
  import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
8
- const h = "segmentedControl__0d0b8610", x = "general1__8db4096f", L = "secondary1__4396fb72", A = "general2__030cdee3", M = "secondary2__797ace58", G = "sm__2cae864c", O = "md__568e05c8", j = "lg__5bd10ed2", e = {
8
+ const h = "segmentedControl__ca9dfb6e", x = "general1__f15e3ead", L = "secondary1__1bd60abb", A = "general2__75ee31d9", M = "secondary2__7649b219", G = "sm__7f8c8827", O = "md__5ac0586f", j = "lg__2321b73a", e = {
9
9
  segmentedControl: h,
10
10
  general1: x,
11
11
  secondary1: L,
@@ -21,7 +21,7 @@ const h = "segmentedControl__0d0b8610", x = "general1__8db4096f", L = "secondary
21
21
  [o.SECONDARY_2]: e.secondary2
22
22
  }, z = T(e), D = Object.assign(
23
23
  E.forwardRef(
24
- ({ children: d, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...C }, f) => {
24
+ ({ children: d, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...f }, C) => {
25
25
  const p = b(
26
26
  e.segmentedControl,
27
27
  v[g],
@@ -48,7 +48,7 @@ const h = "segmentedControl__0d0b8610", x = "general1__8db4096f", L = "secondary
48
48
  disabled: !!i,
49
49
  onSegmentSelect: S
50
50
  },
51
- children: /* @__PURE__ */ c("div", { className: p, ...C, "data-tx": "1.22.0", ref: f, children: d })
51
+ children: /* @__PURE__ */ c("div", { className: p, ...f, "data-tx": "1.23.0", ref: C, children: d })
52
52
  }
53
53
  );
54
54
  }