@sberbusiness/triplex-next 1.24.0 → 1.26.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 (435) hide show
  1. package/README.md +0 -1
  2. package/chunks/AlertProcessSpoiler-Boz5enko.js +41 -0
  3. package/chunks/CalendarViewItem-DHFLturD.js +101 -0
  4. package/chunks/Card.module-Bn676gKC.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-QbHPuClH.js +15 -0
  6. package/chunks/Chip-Di8g8Z6j.js +77 -0
  7. package/chunks/Confirm.module-b8ZTqcR2.js +15 -0
  8. package/chunks/{DropdownListItem-D_36RD5A.js → DropdownListItem-CjZLy9zZ.js} +12 -12
  9. package/chunks/DropdownMobile.module-B2yaydF-.js +23 -0
  10. package/chunks/Footer.module-DlTuw8bG.js +9 -0
  11. package/chunks/{FormFieldInput-C7aO7-c1.js → FormFieldInput-C2TczHnQ.js} +19 -19
  12. package/chunks/HeaderLayoutSidebar.module-BR0oblQF.js +9 -0
  13. package/chunks/HeaderTabs.module-D88xeP19.js +9 -0
  14. package/chunks/{HeaderTitle.module-zCyPp1EB.js → HeaderTitle.module-BdAYtCP5.js} +2 -2
  15. package/chunks/IslandAccordion.module-CbGSbbl6.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-DzcObfJV.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-_sYg-PBp.js +12 -0
  18. package/chunks/LightBoxContent-B8dwsZcd.js +63 -0
  19. package/chunks/LightBoxControls.module-DHrZ8-M9.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-CgO3NViT.js +9 -0
  21. package/chunks/ListItemControlsButton-DjUxcey4.js +59 -0
  22. package/chunks/ListItemTail.module-CIBEtGa9.js +12 -0
  23. package/chunks/ListMasterFooter.module-DDv57q5J.js +10 -0
  24. package/chunks/ModalWindow.module-Cek3j-PN.js +17 -0
  25. package/chunks/Notification.module-BWxDmBI2.js +20 -0
  26. package/chunks/Overlay.module-CUZKmhvQ.js +18 -0
  27. package/chunks/Page.module-BD0MsbnW.js +11 -0
  28. package/chunks/SMSField.module-B6sFmN1l.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-jwnpPZXf.js +15 -0
  30. package/chunks/{SliderExtendedRail-DjkasbSz.js → SliderExtendedRail-BYK2Vyz9.js} +12 -12
  31. package/chunks/StatusTracker.module-DQI30fwP.js +24 -0
  32. package/chunks/StepperStepArrowBorder-CHpL6Q5q.js +101 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BFJfXl0C.js → SuggestFieldMobileDropdownHint-BpAuE0ir.js} +6 -6
  34. package/chunks/TableFooter.module-DB3LfuRN.js +14 -0
  35. package/chunks/TabsExtended.module-DbTk0iCS.js +16 -0
  36. package/chunks/TabsLine.module-D3zxaGjs.js +21 -0
  37. package/chunks/TooltipDesktop.module-BTHsU4ca.js +19 -0
  38. package/chunks/TreeView.module-BXHaAGRo.js +9 -0
  39. package/chunks/{UploadZoneInput-PFc1lc82.js → UploadZoneInput-qDtiZYmT.js} +4 -4
  40. package/chunks/{constants-L3AUxJxB.js → constants-CtrvWwDT.js} +6 -6
  41. package/chunks/utils-4uYqfVa-.js +73 -0
  42. package/chunks/{utils-BLU83HAp.js → utils-BYHIu3S4.js} +2 -2
  43. package/chunks/utils-CqjXJ4Td.js +28 -0
  44. package/chunks/utils-DhWCXYI8.js +24 -0
  45. package/components/Alert/AlertContext/AlertContext.js +35 -35
  46. package/components/Alert/AlertProcess/AlertProcess.js +44 -37
  47. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  48. package/components/Alert/AlertProcess/enums.js +5 -0
  49. package/components/Alert/AlertTypeUtils.js +2 -2
  50. package/components/Alert/index.js +7 -5
  51. package/components/Amount/Amount.js +15 -15
  52. package/components/AmountField/AmountField.js +1 -1
  53. package/components/Avatar/Avatar.js +20 -20
  54. package/components/Badge/Badge.js +17 -17
  55. package/components/Badge/BadgeDot.js +7 -7
  56. package/components/Badge/components/BadgeContent.js +14 -14
  57. package/components/Badge/components/BadgePostfix.js +6 -6
  58. package/components/Badge/components/BadgePrefix.js +4 -4
  59. package/components/Body/Body.js +4 -4
  60. package/components/Button/Button.js +63 -86
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +65 -64
  63. package/components/Button/ButtonDropdownExtended.js +1 -1
  64. package/components/Button/ButtonIcon.js +16 -18
  65. package/components/Calendar/Calendar.js +20 -20
  66. package/components/Calendar/components/CalendarControls.js +1 -1
  67. package/components/Calendar/components/CalendarFooter.js +4 -4
  68. package/components/Calendar/components/CalendarViewDays.js +1 -1
  69. package/components/Calendar/components/CalendarViewItem.js +1 -1
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +12 -12
  73. package/components/Card/CardStatic.js +2 -2
  74. package/components/Card/components/CardContent/CardContent.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  78. package/components/Card/components/CardMedia.js +1 -1
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +1 -1
  81. package/components/Checkbox/Checkbox.js +28 -27
  82. package/components/Checkbox/CheckboxXGroup.js +17 -16
  83. package/components/Checkbox/CheckboxYGroup.js +11 -10
  84. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  88. package/components/Chip/Chip.js +3 -2
  89. package/components/Chip/ChipClearButton.js +5 -5
  90. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  91. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  92. package/components/Chip/ChipDropdownArrow.js +5 -5
  93. package/components/Chip/ChipIcon.js +1 -1
  94. package/components/Chip/ChipMultiselect.js +1 -1
  95. package/components/Chip/ChipOptions.js +8 -8
  96. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  97. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  98. package/components/Chip/ChipSort.js +38 -43
  99. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  100. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +7 -7
  101. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +28 -27
  102. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +75 -65
  103. package/components/Chip/index.js +1 -1
  104. package/components/ChipGroup/ChipGroup.js +10 -10
  105. package/components/Col/Col.js +145 -145
  106. package/components/CollapsableTree/components/CollapsableTreeNode.js +11 -11
  107. package/components/Confirm/Confirm.js +1 -1
  108. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  109. package/components/Confirm/components/ConfirmContent.js +1 -1
  110. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  111. package/components/Confirm/components/ConfirmControls.js +1 -1
  112. package/components/DateField/DateField.js +1 -1
  113. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  114. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +11 -11
  115. package/components/DateRange/DateRange.js +31 -31
  116. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  117. package/components/DesignTokens/components/AlertProcess.js +1 -1
  118. package/components/DesignTokens/components/Stepper.js +11 -20
  119. package/components/Divider/Divider.js +17 -17
  120. package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
  121. package/components/Dropdown/desktop/DropdownDesktop.js +21 -21
  122. package/components/Dropdown/desktop/DropdownList.js +1 -1
  123. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  124. package/components/Dropdown/desktop/index.js +1 -1
  125. package/components/Dropdown/index.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
  133. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  136. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  137. package/components/Ellipsis/Ellipsis.js +8 -8
  138. package/components/EmptyView/EmptyView.js +78 -0
  139. package/components/EmptyView/enums.js +5 -0
  140. package/components/EmptyView/index.js +7 -0
  141. package/components/EmptyView/types.js +2 -0
  142. package/components/ExpandAnimation/ExpandAnimation.js +11 -11
  143. package/components/Footer/Footer.js +1 -1
  144. package/components/Footer/components/FooterDescription.js +1 -1
  145. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  146. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  147. package/components/FormField/FormField.js +15 -15
  148. package/components/FormField/components/FormFieldClear.js +4 -4
  149. package/components/FormField/components/FormFieldCounter.js +1 -1
  150. package/components/FormField/components/FormFieldDescription.js +5 -5
  151. package/components/FormField/components/FormFieldInput.js +1 -1
  152. package/components/FormField/components/FormFieldLabel.js +9 -9
  153. package/components/FormField/components/FormFieldMaskedInput.js +14 -14
  154. package/components/FormField/components/FormFieldPostfix.js +5 -5
  155. package/components/FormField/components/FormFieldPrefix.js +7 -7
  156. package/components/FormField/components/FormFieldTarget.js +12 -12
  157. package/components/FormField/components/FormFieldTextarea.js +24 -24
  158. package/components/FormField/components/index.js +1 -1
  159. package/components/FormField/index.js +1 -1
  160. package/components/Header/Header.js +1 -1
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  164. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  165. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  166. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  167. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  168. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  169. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  170. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  171. package/components/HelpBox/HelpBox.js +92 -88
  172. package/components/IconWrapper/IconWrapper.js +27 -0
  173. package/components/IconWrapper/index.js +5 -0
  174. package/components/Island/Island.js +1 -1
  175. package/components/Island/components/IslandBody.js +1 -1
  176. package/components/Island/components/IslandFooter.js +3 -3
  177. package/components/Island/components/IslandHeader.js +3 -3
  178. package/components/Island/utils.js +1 -1
  179. package/components/IslandAccordion/IslandAccordion.js +2 -2
  180. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  181. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  182. package/components/IslandAccordion/components/IslandAccordionItem.js +27 -27
  183. package/components/IslandWidget/IslandWidget.js +22 -22
  184. package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
  185. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +10 -10
  186. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  190. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  191. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  192. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  193. package/components/LightBox/LightBox.js +41 -38
  194. package/components/LightBox/LightBoxContent.js +1 -1
  195. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  196. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  197. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  198. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +7 -7
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  202. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  203. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
  204. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
  205. package/components/LightBox/enums.js +5 -0
  206. package/components/LightBox/index.js +4 -2
  207. package/components/Link/Link.js +45 -44
  208. package/components/List/List.js +2 -2
  209. package/components/List/components/ListEmptyState.js +2 -2
  210. package/components/List/components/ListItem.js +1 -1
  211. package/components/List/components/ListItemContent.js +5 -5
  212. package/components/List/components/ListItemControls.js +7 -7
  213. package/components/List/components/ListItemControlsButton.js +3 -2
  214. package/components/List/components/ListItemControlsButtonDropdown.js +24 -25
  215. package/components/List/components/ListItemLoading.js +4 -4
  216. package/components/List/components/ListItemSelectable.js +5 -5
  217. package/components/List/components/ListItemTable.js +7 -7
  218. package/components/List/components/ListItemTailLeft.js +1 -1
  219. package/components/List/components/ListItemTailRight.js +1 -1
  220. package/components/List/components/ListSortableItem.js +4 -4
  221. package/components/List/components/ListSortableItemControls.js +5 -5
  222. package/components/List/components/ListSortableItemTarget.js +6 -6
  223. package/components/List/index.js +1 -1
  224. package/components/ListMaster/ListMaster.js +1 -1
  225. package/components/ListMaster/components/ListMasterBody.js +1 -1
  226. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  227. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  228. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  229. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  230. package/components/ListMaster/components/ListMasterHeader.js +9 -9
  231. package/components/ListMaster/components/SelectionControls.js +6 -6
  232. package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
  233. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  234. package/components/LoaderScreen/LoaderScreen.js +9 -9
  235. package/components/Marker/Marker.js +1 -1
  236. package/components/Marker/utils.js +1 -1
  237. package/components/MarkerStatus/MarkerStatus.js +9 -9
  238. package/components/ModalWindow/ModalWindow.js +1 -1
  239. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  240. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  241. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  242. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  243. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  244. package/components/MonthYearField/MonthYearFieldTarget.js +14 -13
  245. package/components/MonthYearRange/MonthYearRange.js +76 -0
  246. package/components/MonthYearRange/enums.js +5 -0
  247. package/components/MonthYearRange/index.js +7 -0
  248. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  249. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
  250. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  251. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  252. package/components/Notification/Notification.js +2 -2
  253. package/components/Notification/NotificationGrouped.js +1 -1
  254. package/components/Notification/components/NotificationBody.js +1 -1
  255. package/components/Notification/components/NotificationBodyList.js +1 -1
  256. package/components/Notification/components/NotificationClose.js +1 -1
  257. package/components/Notification/components/NotificationFooter.js +1 -1
  258. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  259. package/components/Notification/components/NotificationHeader.js +1 -1
  260. package/components/Notification/components/NotificationIcon.js +1 -1
  261. package/components/Notification/components/NotificationTime.js +1 -1
  262. package/components/NumberField/NumberFieldInput.js +1 -1
  263. package/components/OrderedList/OrderedList.js +20 -15
  264. package/components/OrderedList/OrderedListItem.js +2 -2
  265. package/components/Overlay/Overlay.js +1 -1
  266. package/components/Overlay/OverlayMask.js +1 -1
  267. package/components/Overlay/OverlayPanel.js +1 -1
  268. package/components/Page/Page.js +1 -1
  269. package/components/Page/components/BodyPage.js +7 -7
  270. package/components/Page/components/FooterPage.js +1 -1
  271. package/components/Page/components/HeaderPage.js +1 -1
  272. package/components/Pagination/components/PaginationExtended.js +2 -2
  273. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  274. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  275. package/components/Pagination/components/PaginationPageButton.js +4 -4
  276. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  277. package/components/Pagination/components/PaginationSelect.js +14 -14
  278. package/components/Radio/Radio.js +15 -15
  279. package/components/Radio/RadioXGroup.js +10 -10
  280. package/components/Radio/RadioYGroup.js +9 -9
  281. package/components/Row/Row.js +6 -6
  282. package/components/SMSField/SMSField.js +2 -2
  283. package/components/SMSField/components/RefreshIcon.js +1 -1
  284. package/components/SMSField/components/SMSFieldInput.js +2 -2
  285. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  286. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  287. package/components/SegmentedControl/SegmentedControl.js +18 -18
  288. package/components/SegmentedControl/SegmentedControlSegment.js +37 -42
  289. package/components/SelectExtendedField/SelectExtendedField.js +10 -10
  290. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  291. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  292. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -90
  293. package/components/SelectField/SelectField.js +1 -1
  294. package/components/Skeleton/Skeleton.js +8 -8
  295. package/components/SliderExtended/SliderExtended.js +2 -2
  296. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +15 -15
  297. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  298. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  299. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  300. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  301. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +17 -17
  302. package/components/SmallInput/SmallInput.js +3 -3
  303. package/components/Spoiler/Spoiler.js +8 -8
  304. package/components/StatusTracker/StatusTracker.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  306. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  307. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  308. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  309. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  310. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  311. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  312. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  313. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  314. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  315. package/components/Step/Step.js +9 -9
  316. package/components/Stepper/Stepper.js +104 -89
  317. package/components/Stepper/StepperExtended.js +22 -20
  318. package/components/Stepper/StepperExtendedContext.js +6 -6
  319. package/components/Stepper/StepperStep.js +61 -64
  320. package/components/Stepper/StepperStepArrowBorder.js +7 -0
  321. package/components/Stepper/enums.js +3 -4
  322. package/components/Stepper/index.js +4 -5
  323. package/components/Stepper/types.js +2 -0
  324. package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
  325. package/components/SuggestField/SuggestField.js +2 -2
  326. package/components/SuggestField/desktop/SuggestFieldDesktop.js +58 -58
  327. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  328. package/components/SuggestField/index.js +1 -1
  329. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  330. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  331. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  332. package/components/SuggestField/mobile/index.js +1 -1
  333. package/components/SwipeableArea/SwipeableArea.js +12 -12
  334. package/components/Table/FilterPanel.js +2 -2
  335. package/components/Table/MasterTable.js +8 -8
  336. package/components/Table/NoColumns.js +6 -6
  337. package/components/Table/PaginationPanel.js +4 -4
  338. package/components/Table/TableBasic/TableBasic.js +1 -1
  339. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  340. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  341. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  342. package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
  343. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  344. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  346. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  347. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  348. package/components/Table/TableFooter/TableFooter.js +1 -1
  349. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  351. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  352. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  353. package/components/Table/TabsLinePanel.js +5 -5
  354. package/components/Table/TabsLinePanelLinks.js +5 -5
  355. package/components/Table/utils.js +1 -1
  356. package/components/Tabs/Tabs.js +21 -21
  357. package/components/TabsExtended/TabsExtended.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  359. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  360. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  361. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  362. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  363. package/components/TabsExtended/utils.js +1 -1
  364. package/components/TabsLine/TabsLine.js +1 -1
  365. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  366. package/components/TabsLine/components/TabsLineDropdown.js +17 -17
  367. package/components/TabsLine/components/TabsLineItem.js +1 -1
  368. package/components/TabsLine/components/TabsLineMobile.js +10 -10
  369. package/components/Tag/Tag.js +26 -26
  370. package/components/TagColor/TagColor.js +9 -9
  371. package/components/TagColor/index.js +4 -2
  372. package/components/TagGroup/TagGroup.js +9 -9
  373. package/components/TextField/TextField.js +1 -1
  374. package/components/TextareaField/TextareaField.js +1 -1
  375. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  376. package/components/Tooltip/components/common/TooltipLink.js +3 -3
  377. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  378. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  379. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  380. package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
  381. package/components/TopOverlay/TopOverlay.js +15 -15
  382. package/components/TreeView/TreeView.js +1 -1
  383. package/components/TreeView/components/TreeViewGroup.js +1 -1
  384. package/components/TreeView/components/TreeViewNode.js +1 -1
  385. package/components/Typography/Caption.js +34 -34
  386. package/components/Typography/CodeText.js +6 -6
  387. package/components/Typography/Text.js +26 -26
  388. package/components/Typography/Title.js +19 -19
  389. package/components/Typography/constants.js +1 -1
  390. package/components/UnorderedList/UnorderedList.js +6 -6
  391. package/components/UnorderedList/UnorderedListItem.js +2 -2
  392. package/components/UploadZone/UploadZone.js +2 -2
  393. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  394. package/components/index.js +596 -581
  395. package/index.d.ts +136 -36
  396. package/index.js +642 -627
  397. package/package.json +14 -2
  398. package/styles/triplex-next.css +538 -541
  399. package/chunks/AlertProcessSpoiler-80EWxnlw.js +0 -39
  400. package/chunks/CalendarViewItem-DcrCLRoo.js +0 -101
  401. package/chunks/Card.module-CUXrlJIK.js +0 -17
  402. package/chunks/CheckboxTreeExtended.module-Ie0bCwhb.js +0 -15
  403. package/chunks/Chip-DxpL0kHg.js +0 -104
  404. package/chunks/Confirm.module-Cr5VrxP0.js +0 -15
  405. package/chunks/DropdownMobile.module-C3vVcwH8.js +0 -23
  406. package/chunks/Footer.module-SSgVxTxk.js +0 -9
  407. package/chunks/HeaderLayoutSidebar.module-D8g1wOUn.js +0 -9
  408. package/chunks/HeaderTabs.module-BvkH88vz.js +0 -9
  409. package/chunks/IslandAccordion.module-C00y6r96.js +0 -25
  410. package/chunks/IslandWidgetFooter.module-DrJEO_uY.js +0 -9
  411. package/chunks/IslandWidgetHeader.module-Dn_9gy4B.js +0 -12
  412. package/chunks/LightBoxContent-JnifyJVA.js +0 -56
  413. package/chunks/LightBoxControls.module-sVFD1v0Y.js +0 -16
  414. package/chunks/LightBoxSideOverlayClose.module-D-_ry0KX.js +0 -9
  415. package/chunks/ListItemControlsButton-BZ5uutQX.js +0 -51
  416. package/chunks/ListItemTail.module-Dx6BEkhi.js +0 -12
  417. package/chunks/ListMasterFooter.module-wZeGRX3y.js +0 -10
  418. package/chunks/ModalWindow.module-Cn_qF5og.js +0 -17
  419. package/chunks/Notification.module-ytSUjaU2.js +0 -20
  420. package/chunks/Overlay.module-0Rx__Ctf.js +0 -18
  421. package/chunks/Page.module-BWR-liu5.js +0 -11
  422. package/chunks/RightBorderArrow-eMlmbMOj.js +0 -146
  423. package/chunks/SMSField.module-CjgotURM.js +0 -16
  424. package/chunks/SliderExtendedMarks.module-BEldseQH.js +0 -15
  425. package/chunks/StatusTracker.module-DSJGmASX.js +0 -24
  426. package/chunks/TableFooter.module-BE2n5_2S.js +0 -14
  427. package/chunks/TabsExtended.module-BVEU3Ags.js +0 -16
  428. package/chunks/TabsLine.module-QKvdCYgI.js +0 -21
  429. package/chunks/TooltipDesktop.module-LbV07iSe.js +0 -19
  430. package/chunks/TreeView.module-KRwuysl3.js +0 -9
  431. package/chunks/utils-BdtV3MzH.js +0 -28
  432. package/chunks/utils-CjaG-bCZ.js +0 -24
  433. package/chunks/utils-DaknoeiF.js +0 -73
  434. package/components/Stepper/RightBorderArrow.js +0 -7
  435. package/components/Stepper/StepperWrapper.js +0 -12
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as m } from "../../../chunks/vendor-DudMBGKr.js";
4
- import { s as a } from "../../../chunks/Footer.module-SSgVxTxk.js";
4
+ import { s as a } from "../../../chunks/Footer.module-DlTuw8bG.js";
5
5
  const p = i.forwardRef(
6
6
  ({ children: o, className: r, ...t }, s) => /* @__PURE__ */ e("div", { className: m(a.footerDescriptionControls, r), ...t, ref: s, children: o })
7
7
  );
@@ -1,4 +1,4 @@
1
- import { jsx as c } from "react/jsx-runtime";
1
+ import { jsx as n } from "react/jsx-runtime";
2
2
  import I, { useState as t, useMemo as L } from "react";
3
3
  import { c as h } from "../../chunks/vendor-DudMBGKr.js";
4
4
  import { FormFieldContext as v } from "./FormFieldContext.js";
@@ -6,12 +6,12 @@ import { TARGET_PADDING_X_DEFAULT as _ } from "./consts.js";
6
6
  import { EFormFieldStatus as o } from "./enums.js";
7
7
  import { EComponentSize as w } from "../../enums/EComponentSize.js";
8
8
  import { createSizeToClassNameMap as C } from "../../utils/classNameMaps.js";
9
- const S = "formField__a861b44e", W = "sm__e6ff8d5b", G = "md__32305434", M = "lg__7583198c", P = "active__acfd039d", y = "disabled__a63e7196", U = "error__205b8c25", j = "warning__48be3341", z = "filled__0771eb8d", e = {
9
+ const S = "formField__cc8ef1ec", W = "sm__c36a54ac", G = "md__08ccad04", M = "lg__c1944c19", P = "active__153d1e97", y = "disabled__0ac0a7da", U = "error__d1b42372", j = "warning__976fed6b", z = "filled__f520b14f", e = {
10
10
  formField: S,
11
11
  sm: W,
12
12
  md: G,
13
13
  lg: M,
14
- default: "default__f59ad716",
14
+ default: "default__fc7c7547",
15
15
  active: P,
16
16
  disabled: y,
17
17
  error: U,
@@ -30,29 +30,29 @@ const S = "formField__a861b44e", W = "sm__e6ff8d5b", G = "md__32305434", M = "lg
30
30
  size: d = w.LG,
31
31
  status: r = o.DEFAULT,
32
32
  active: a = !1,
33
- ...b
34
- }, u) => {
35
- const [f, x] = t(), [n, T] = t(), [i, E] = t(_), [l, N] = t(_), [m, R] = t(!1), [s, A] = t(!1), D = L(
33
+ ...u
34
+ }, x) => {
35
+ const [f, b] = t(), [m, T] = t(), [i, E] = t(_), [l, N] = t(_), [c, R] = t(!1), [s, A] = t(!1), D = L(
36
36
  () => ({
37
37
  size: d,
38
38
  status: r,
39
39
  targetId: f,
40
- labelId: n,
40
+ labelId: m,
41
41
  postfixWidth: i,
42
42
  prefixWidth: l,
43
- filled: m,
43
+ filled: c,
44
44
  focused: s,
45
45
  active: a || s,
46
- setTargetId: x,
46
+ setTargetId: b,
47
47
  setLabelId: T,
48
48
  setPostfixWidth: E,
49
49
  setPrefixWidth: N,
50
50
  setFilled: R,
51
51
  setFocused: A
52
52
  }),
53
- [d, r, f, n, i, l, m, s, a]
53
+ [d, r, f, m, i, l, c, s, a]
54
54
  );
55
- return /* @__PURE__ */ c(v.Provider, { value: D, children: /* @__PURE__ */ c(
55
+ return /* @__PURE__ */ n(v.Provider, { value: D, children: /* @__PURE__ */ n(
56
56
  "div",
57
57
  {
58
58
  className: h(
@@ -60,15 +60,15 @@ const S = "formField__a861b44e", W = "sm__e6ff8d5b", G = "md__32305434", M = "lg
60
60
  O[d],
61
61
  B[r],
62
62
  {
63
- [e.filled]: m,
63
+ [e.filled]: c,
64
64
  [e.active]: a || s
65
65
  },
66
66
  F
67
67
  ),
68
- "data-tx": "1.24.0",
68
+ "data-tx": "1.26.0",
69
69
  style: { paddingLeft: l, paddingRight: i, ...g },
70
- ...b,
71
- ref: u,
70
+ ...u,
71
+ ref: x,
72
72
  children: p
73
73
  }
74
74
  ) });
@@ -3,10 +3,10 @@ import f, { useCallback as i } from "react";
3
3
  import { c } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { CrossStrokeSrvIcon16 as d } from "@sberbusiness/icons-next";
5
5
  import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
6
- const p = "formFieldClear__028b4ae2", C = {
6
+ const p = "formFieldClear__16e38972", C = {
7
7
  formFieldClear: p
8
8
  }, F = f.forwardRef(
9
- ({ className: a, onMouseDown: r, ...t }, m) => {
9
+ ({ className: t, onMouseDown: r, ...a }, m) => {
10
10
  const o = i(
11
11
  (e) => {
12
12
  e.preventDefault(), r == null || r(e);
@@ -16,8 +16,8 @@ const p = "formFieldClear__028b4ae2", C = {
16
16
  return /* @__PURE__ */ l(
17
17
  s,
18
18
  {
19
- ...t,
20
- className: c(C.formFieldClear, "hoverable", a),
19
+ ...a,
20
+ className: c(C.formFieldClear, t),
21
21
  onMouseDown: o,
22
22
  ref: m,
23
23
  children: /* @__PURE__ */ l(d, { paletteIndex: 5 })
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { useContext as i, useEffect as m } from "react";
3
3
  import { FormFieldDescriptionContext as n } from "../FormFieldDescriptionContext.js";
4
- const s = "formFieldCounter__8ac10824", u = {
4
+ const s = "formFieldCounter__98459740", u = {
5
5
  formFieldCounter: s
6
6
  }, l = ({ children: o, ...e }) => {
7
7
  const { setWithCounter: t } = i(n);
@@ -2,12 +2,12 @@ import { jsx as t } from "react/jsx-runtime";
2
2
  import { useState as n } from "react";
3
3
  import { c } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { FormFieldDescriptionContext as m } from "../FormFieldDescriptionContext.js";
5
- const l = "formFieldDescription__e90c2ba1", d = "withCounter__d98f6d83", i = {
6
- formFieldDescription: l,
7
- withCounter: d
8
- }, p = ({ children: e, ...r }) => {
5
+ const d = "formFieldDescription__5f8adcc6", l = "withCounter__cadd6bab", i = {
6
+ formFieldDescription: d,
7
+ withCounter: l
8
+ }, p = ({ children: r, ...e }) => {
9
9
  const [o, s] = n(!1);
10
- return /* @__PURE__ */ t(m.Provider, { value: { withCounter: o, setWithCounter: s }, children: /* @__PURE__ */ t("div", { className: c(i.formFieldDescription, { [i.withCounter]: o }), ...r, children: e }) });
10
+ return /* @__PURE__ */ t(m.Provider, { value: { withCounter: o, setWithCounter: s }, children: /* @__PURE__ */ t("div", { className: c(i.formFieldDescription, { [i.withCounter]: o }), ...e, children: r }) });
11
11
  };
12
12
  p.displayName = "FormFieldDescription";
13
13
  export {
@@ -5,7 +5,7 @@ import "../FormFieldContext.js";
5
5
  import "../enums.js";
6
6
  import "../../../utils/classNameMaps.js";
7
7
  import "./utils.js";
8
- import { F as d } from "../../../chunks/FormFieldInput-C7aO7-c1.js";
8
+ import { F as d } from "../../../chunks/FormFieldInput-C2TczHnQ.js";
9
9
  export {
10
10
  d as FormFieldInput
11
11
  };
@@ -1,11 +1,11 @@
1
- import { jsx as s } from "react/jsx-runtime";
1
+ import { jsx as o } from "react/jsx-runtime";
2
2
  import A, { useContext as E, useMemo as N, useLayoutEffect as I } from "react";
3
3
  import { u as S, c as h } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { FormFieldContext as y } from "../FormFieldContext.js";
5
5
  import { createSizeToClassNameMap as D } from "../../../utils/classNameMaps.js";
6
6
  import { EFormFieldStatus as C } from "../enums.js";
7
- import { TARGET_PADDING_X_DEFAULT as a } from "../consts.js";
8
- const M = "formFieldLabel__307c9359", R = "sm__e6ff8d5b", v = "md__32305434", z = "lg__7583198c", G = "floating__ce76e672", W = "formFieldLabelText__4a5cdc11", j = "disabled__a63e7196", e = {
7
+ import { TARGET_PADDING_X_DEFAULT as s } from "../consts.js";
8
+ const M = "formFieldLabel__a3da3120", R = "sm__c36a54ac", v = "md__08ccad04", z = "lg__c1944c19", G = "floating__d71607f8", W = "formFieldLabelText__0663413b", j = "disabled__0ac0a7da", e = {
9
9
  formFieldLabel: M,
10
10
  sm: R,
11
11
  md: v,
@@ -14,8 +14,8 @@ const M = "formFieldLabel__307c9359", R = "sm__e6ff8d5b", v = "md__32305434", z
14
14
  formFieldLabelText: W,
15
15
  disabled: j
16
16
  }, q = D(e), w = A.forwardRef(
17
- ({ children: i, id: t, className: m, style: d, floating: r, ...f }, c) => {
18
- const { targetId: n, size: _, status: b, filled: F, active: L, prefixWidth: g, postfixWidth: p, setLabelId: o } = E(y), l = N(() => t === void 0 ? S("label_") : t, [t]), u = r ?? (F || L), x = h(
17
+ ({ children: i, id: t, className: m, style: d, floating: r, ...c }, f) => {
18
+ const { targetId: n, size: _, status: b, filled: F, active: L, prefixWidth: g, postfixWidth: p, setLabelId: a } = E(y), l = N(() => t === void 0 ? S("label_") : t, [t]), u = r ?? (F || L), x = h(
19
19
  e.formFieldLabel,
20
20
  q[_],
21
21
  {
@@ -25,14 +25,14 @@ const M = "formFieldLabel__307c9359", R = "sm__e6ff8d5b", v = "md__32305434", z
25
25
  m
26
26
  ), T = {
27
27
  // Левая позиция элемента. Когда label по-середине инпута, позиция учитывает иконки по краям, когда сверху, позиция на все ширину поля ввода.
28
- left: g || a,
28
+ left: g || s,
29
29
  // Правая позиция элемента. Когда label по-середине инпута, позиция учитывает иконки по краям, когда сверху, позиция на все ширину поля ввода.
30
- right: p || a,
30
+ right: p || s,
31
31
  ...d
32
32
  };
33
33
  return I(() => {
34
- o(l);
35
- }, [l, o]), /* @__PURE__ */ s("label", { ...f, id: l, className: x, htmlFor: n, style: T, ref: c, children: /* @__PURE__ */ s("span", { className: e.formFieldLabelText, children: i }) });
34
+ a(l);
35
+ }, [l, a]), /* @__PURE__ */ o("label", { ...c, id: l, className: x, htmlFor: n, style: T, ref: f, children: /* @__PURE__ */ o("span", { className: e.formFieldLabelText, children: i }) });
36
36
  }
37
37
  );
38
38
  w.displayName = "FormFieldLabel";
@@ -2,30 +2,30 @@ import { jsxs as B, jsx as m } from "react/jsx-runtime";
2
2
  import { useState as $, useRef as L, useContext as N, useEffect as O, useCallback as U } from "react";
3
3
  import { c as F, n as q, o as p } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { presets as G } from "./FormFieldMaskedInputPresets.js";
5
- import { s as H, F as J } from "../../../chunks/FormFieldInput-C7aO7-c1.js";
5
+ import { s as H, F as J } from "../../../chunks/FormFieldInput-C2TczHnQ.js";
6
6
  import { FormFieldContext as K } from "../FormFieldContext.js";
7
7
  import { EFormFieldStatus as V } from "../enums.js";
8
- const Q = "formFieldMaskedInputWrapper__589ea7e4", X = "formFieldMaskedInputPlaceholder__aa28ff95", Y = "formFieldMaskedInput__508df0c5", u = {
8
+ const Q = "formFieldMaskedInputWrapper__649e030e", X = "formFieldMaskedInputPlaceholder__c58c7144", Y = "formFieldMaskedInput__6217392d", u = {
9
9
  formFieldMaskedInputWrapper: Q,
10
10
  formFieldMaskedInputPlaceholder: X,
11
- "size-sm": "size-sm__ef641b4b",
12
- "size-md": "size-md__5056395b",
13
- "size-lg": "size-lg__79a2cf0b",
11
+ "size-sm": "size-sm__f1df10b4",
12
+ "size-md": "size-md__276a4129",
13
+ "size-lg": "size-lg__4db84798",
14
14
  formFieldMaskedInput: Y
15
15
  }, a = ({
16
16
  className: I,
17
- forwardedRef: f,
17
+ forwardedRef: d,
18
18
  mask: o,
19
- onChange: d,
19
+ onChange: f,
20
20
  placeholder: g,
21
21
  placeholderChar: n = "0",
22
22
  placeholderMask: l,
23
23
  value: s,
24
24
  ...M
25
25
  }) => {
26
- const [x, b] = $(""), c = L(!1), { filled: y, focused: z, size: k, status: _ } = N(K);
26
+ const [x, y] = $(""), c = L(!1), { filled: z, focused: k, size: b, status: _ } = N(K);
27
27
  O(() => {
28
- b((() => {
28
+ y((() => {
29
29
  let t = [];
30
30
  if (s) {
31
31
  const { conformedValue: i } = p.conformToMask(s.toString(), o, { guide: !0, placeholderChar: n });
@@ -43,9 +43,9 @@ const Q = "formFieldMaskedInputWrapper__589ea7e4", X = "formFieldMaskedInputPlac
43
43
  const E = U(
44
44
  (e) => {
45
45
  const { value: t } = e.target;
46
- c.current = !1, s !== t && (d == null || d(e));
46
+ c.current = !1, s !== t && (f == null || f(e));
47
47
  },
48
- [s, d]
48
+ [s, f]
49
49
  ), S = () => {
50
50
  c.current = !0;
51
51
  }, T = (e, t) => o === a.presets.masks.phone ? e.length ? P(t.rawValue) : e : o === a.presets.masks.swiftCode ? e.toUpperCase() : e, P = (e) => {
@@ -59,9 +59,9 @@ const Q = "formFieldMaskedInputWrapper__589ea7e4", X = "formFieldMaskedInputPlac
59
59
  value: p.conformToMask(e, o, { guide: !1, placeholderChar: n }).conformedValue
60
60
  };
61
61
  }, D = () => o === a.presets.masks.phone ? (s = P(s).value, s) : p.conformToMask(s, o, { guide: !1, placeholderChar: n }).conformedValue, W = (e) => (t) => {
62
- t && e(t), typeof f == "function" ? f(t) : f && (f.current = t);
63
- }, j = () => !y && !z || !s && g ? "" : x;
64
- return /* @__PURE__ */ B("div", { className: F(u.formFieldMaskedInputWrapper, u[`size-${k}`]), children: [
62
+ t && e(t), typeof d == "function" ? d(t) : d && (d.current = t);
63
+ }, j = () => !z && !k || !s && g ? "" : x;
64
+ return /* @__PURE__ */ B("div", { className: F(u.formFieldMaskedInputWrapper, u[`size-${b}`]), children: [
65
65
  /* @__PURE__ */ m(
66
66
  "input",
67
67
  {
@@ -1,15 +1,15 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import d, { useContext as x, useRef as u, useEffect as a } from "react";
3
- import { FormFieldContext as F } from "../FormFieldContext.js";
2
+ import d, { useContext as x, useRef as u, useEffect as F } from "react";
3
+ import { FormFieldContext as a } from "../FormFieldContext.js";
4
4
  import { c as p } from "../../../chunks/vendor-DudMBGKr.js";
5
- const P = "formFieldPostfix__e674a95b", R = {
5
+ const P = "formFieldPostfix__b906c174", R = {
6
6
  formFieldPostfix: P
7
7
  }, _ = d.forwardRef(
8
8
  ({ children: s, className: i, ...r }, o) => {
9
- const f = p(R.formFieldPostfix, i), { postfixWidth: n, setPostfixWidth: c } = x(F), e = u(), m = (t) => {
9
+ const f = p(R.formFieldPostfix, i), { postfixWidth: n, setPostfixWidth: c } = x(a), e = u(), m = (t) => {
10
10
  e.current = t, typeof o == "function" ? o(t) : o && (o.current = t);
11
11
  };
12
- return a(() => {
12
+ return F(() => {
13
13
  if (!e.current)
14
14
  return;
15
15
  const { width: t } = e.current.getBoundingClientRect();
@@ -1,20 +1,20 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import d, { useContext as x, useRef as u, useEffect as F } from "react";
3
- import { FormFieldContext as a } from "../FormFieldContext.js";
2
+ import d, { useContext as x, useRef as u, useEffect as a } from "react";
3
+ import { FormFieldContext as F } from "../FormFieldContext.js";
4
4
  import { c as p } from "../../../chunks/vendor-DudMBGKr.js";
5
- const P = "formFieldPrefix__296b6f99", R = {
5
+ const P = "formFieldPrefix__a0c91ee3", R = {
6
6
  formFieldPrefix: P
7
7
  }, _ = d.forwardRef(
8
- ({ children: o, className: f, ...i }, r) => {
9
- const s = p(R.formFieldPrefix, f), { prefixWidth: n, setPrefixWidth: c } = x(a), t = u(), m = (e) => {
8
+ ({ children: o, className: i, ...f }, r) => {
9
+ const s = p(R.formFieldPrefix, i), { prefixWidth: n, setPrefixWidth: c } = x(F), t = u(), m = (e) => {
10
10
  t.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
11
11
  };
12
- return F(() => {
12
+ return a(() => {
13
13
  if (!t.current)
14
14
  return;
15
15
  const { width: e } = t.current.getBoundingClientRect();
16
16
  e !== n && c(e);
17
- }), /* @__PURE__ */ l("span", { className: s, ref: m, ...i, children: o });
17
+ }), /* @__PURE__ */ l("span", { className: s, ref: m, ...f, children: o });
18
18
  }
19
19
  );
20
20
  _.displayName = "FormFieldPrefix";
@@ -1,10 +1,10 @@
1
- import { jsx as _ } from "react/jsx-runtime";
2
- import g, { useContext as S, useMemo as h, useLayoutEffect as b, useCallback as F } from "react";
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import b, { useContext as S, useMemo as g, useLayoutEffect as h, useCallback as F } from "react";
3
3
  import { u as y, c as A } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { FormFieldContext as L } from "../FormFieldContext.js";
5
5
  import { EFormFieldStatus as d } from "../enums.js";
6
6
  import { createSizeToClassNameMap as W } from "../../../utils/classNameMaps.js";
7
- const z = "formFieldTarget__f367129a", M = "sm__e6ff8d5b", R = "md__32305434", j = "lg__7583198c", k = "placeholder__384c93ca", q = "disabled__a63e7196", w = "placeholderWrapper__19c69cc8", B = "active__acfd039d", e = {
7
+ const z = "formFieldTarget__22373826", M = "sm__c36a54ac", R = "md__08ccad04", j = "lg__c1944c19", k = "placeholder__e6bcf08c", q = "disabled__0ac0a7da", w = "placeholderWrapper__e8dfcb26", B = "active__153d1e97", e = {
8
8
  formFieldTarget: z,
9
9
  sm: M,
10
10
  md: R,
@@ -13,18 +13,18 @@ const z = "formFieldTarget__f367129a", M = "sm__e6ff8d5b", R = "md__32305434", j
13
13
  disabled: q,
14
14
  placeholderWrapper: w,
15
15
  active: B
16
- }, G = W(e), H = g.forwardRef(
16
+ }, G = W(e), H = b.forwardRef(
17
17
  ({ children: c, id: o, className: T, placeholder: p, onFocus: a, onBlur: t, ...u }, D) => {
18
- const { size: I, status: s, active: v, labelId: x, setFilled: f, setFocused: l, setTargetId: n } = S(L), i = h(() => o === void 0 ? y("target_") : o, [o]), r = h(() => g.Children.toArray(c).length !== 0, [c]), E = A(e.formFieldTarget, G[I], T, {
18
+ const { size: I, status: s, active: v, labelId: x, setFilled: n, setFocused: l, setTargetId: _ } = S(L), i = g(() => o === void 0 ? y("target_") : o, [o]), r = g(() => b.Children.toArray(c).length !== 0, [c]), E = A(e.formFieldTarget, G[I], T, {
19
19
  [e.disabled]: s === d.DISABLED,
20
20
  [e.placeholder]: !!p && !r && s !== d.DISABLED,
21
21
  [e.active]: v
22
22
  });
23
- b(() => {
24
- n(i);
25
- }, [i, n]), b(() => {
26
- f(r);
27
- }, [r, f]);
23
+ h(() => {
24
+ _(i);
25
+ }, [i, _]), h(() => {
26
+ n(r);
27
+ }, [r, n]);
28
28
  const C = F(
29
29
  (m) => {
30
30
  l(!0), a == null || a(m);
@@ -36,7 +36,7 @@ const z = "formFieldTarget__f367129a", M = "sm__e6ff8d5b", R = "md__32305434", j
36
36
  },
37
37
  [t, l]
38
38
  );
39
- return /* @__PURE__ */ _(
39
+ return /* @__PURE__ */ f(
40
40
  "div",
41
41
  {
42
42
  ...u,
@@ -48,7 +48,7 @@ const z = "formFieldTarget__f367129a", M = "sm__e6ff8d5b", R = "md__32305434", j
48
48
  onBlur: N,
49
49
  onFocus: C,
50
50
  ref: D,
51
- children: r ? c : /* @__PURE__ */ _("span", { className: e.placeholderWrapper, children: p })
51
+ children: r ? c : /* @__PURE__ */ f("span", { className: e.placeholderWrapper, children: p })
52
52
  }
53
53
  );
54
54
  }
@@ -1,61 +1,61 @@
1
1
  import { jsx as I } from "react/jsx-runtime";
2
- import M, { useContext as n, useMemo as C, useCallback as a, useLayoutEffect as u } from "react";
2
+ import M, { useContext as n, useMemo as C, useCallback as s, useLayoutEffect as u } from "react";
3
3
  import { u as D, c as L } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { createSizeToClassNameMap as R } from "../../../utils/classNameMaps.js";
5
5
  import { FormFieldContext as W } from "../FormFieldContext.js";
6
6
  import { EFormFieldStatus as j } from "../enums.js";
7
7
  import { isFilled as q } from "./utils.js";
8
- const w = "formFieldTextarea__5b81456d", G = "sm__e6ff8d5b", H = "md__32305434", J = "lg__7583198c", T = {
8
+ const w = "formFieldTextarea__b83f655a", G = "sm__c36a54ac", H = "md__08ccad04", J = "lg__c1944c19", T = {
9
9
  formFieldTextarea: w,
10
10
  sm: G,
11
11
  md: H,
12
12
  lg: J
13
13
  }, K = R(T), O = M.forwardRef(
14
- ({ id: c, className: p, value: s, defaultValue: x, onFocus: r, onBlur: l, onAnimationStart: m, onChange: i, ..._ }, N) => {
15
- const { size: g, status: h, setFocused: o, setTargetId: F, setFilled: d } = n(W), f = C(() => c === void 0 ? D("textarea_") : c, [c]), b = L(T.formFieldTextarea, K[g], p), t = a(
14
+ ({ id: d, className: p, value: a, defaultValue: x, onFocus: r, onBlur: l, onAnimationStart: m, onChange: c, ..._ }, N) => {
15
+ const { size: g, status: h, setFocused: i, setTargetId: F, setFilled: o } = n(W), f = C(() => d === void 0 ? D("textarea_") : d, [d]), y = L(T.formFieldTextarea, K[g], p), t = s(
16
16
  (e) => {
17
- d(q(e));
17
+ o(q(e));
18
18
  },
19
- [d]
19
+ [o]
20
20
  );
21
21
  u(() => {
22
22
  F(f);
23
23
  }, [f, F]), u(() => {
24
- t(s ?? x);
24
+ t(a ?? x);
25
25
  }, []), u(() => {
26
- s !== void 0 && t(s);
27
- }, [s, t]);
28
- const y = a(
26
+ a !== void 0 && t(a);
27
+ }, [a, t]);
28
+ const b = s(
29
29
  (e) => {
30
- t(e.currentTarget.value), o(!0), r == null || r(e);
30
+ t(e.currentTarget.value), i(!0), r == null || r(e);
31
31
  },
32
- [t, o, r]
33
- ), k = a(
32
+ [t, i, r]
33
+ ), k = s(
34
34
  (e) => {
35
- t(e.currentTarget.value), o(!1), l == null || l(e);
35
+ t(e.currentTarget.value), i(!1), l == null || l(e);
36
36
  },
37
- [t, o, l]
38
- ), z = a(
37
+ [t, i, l]
38
+ ), z = s(
39
39
  (e) => {
40
- e.animationName.startsWith("autofill-applied-hook") ? d(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), m == null || m(e);
40
+ e.animationName.startsWith("autofill-applied-hook") ? o(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), m == null || m(e);
41
41
  },
42
- [d, t, m]
43
- ), E = a(
42
+ [o, t, m]
43
+ ), E = s(
44
44
  (e) => {
45
- t(e.currentTarget.value), i == null || i(e);
45
+ t(e.currentTarget.value), c == null || c(e);
46
46
  },
47
- [i, t]
47
+ [c, t]
48
48
  );
49
49
  return /* @__PURE__ */ I(
50
50
  "textarea",
51
51
  {
52
52
  ..._,
53
53
  id: f,
54
- className: b,
55
- value: s,
54
+ className: y,
55
+ value: a,
56
56
  defaultValue: x,
57
57
  disabled: h === j.DISABLED,
58
- onFocus: y,
58
+ onFocus: b,
59
59
  onBlur: k,
60
60
  onAnimationStart: z,
61
61
  onChange: E,
@@ -1,7 +1,7 @@
1
1
  import { FormFieldClear as e } from "./FormFieldClear.js";
2
2
  import { FormFieldCounter as m } from "./FormFieldCounter.js";
3
3
  import { FormFieldDescription as i } from "./FormFieldDescription.js";
4
- import { F as x } from "../../../chunks/FormFieldInput-C7aO7-c1.js";
4
+ import { F as x } from "../../../chunks/FormFieldInput-C2TczHnQ.js";
5
5
  import { FormFieldLabel as l } from "./FormFieldLabel.js";
6
6
  import { FormFieldMaskedInput as a } from "./FormFieldMaskedInput.js";
7
7
  import { FormFieldPostfix as s } from "./FormFieldPostfix.js";
@@ -2,7 +2,7 @@ import { EFormFieldStatus as e } from "./enums.js";
2
2
  import { FormFieldClear as F } from "./components/FormFieldClear.js";
3
3
  import { FormFieldCounter as i } from "./components/FormFieldCounter.js";
4
4
  import { FormFieldDescription as l } from "./components/FormFieldDescription.js";
5
- import { F as f } from "../../chunks/FormFieldInput-C7aO7-c1.js";
5
+ import { F as f } from "../../chunks/FormFieldInput-C2TczHnQ.js";
6
6
  import { FormFieldLabel as a } from "./components/FormFieldLabel.js";
7
7
  import { FormFieldMaskedInput as u } from "./components/FormFieldMaskedInput.js";
8
8
  import { FormFieldPostfix as C } from "./components/FormFieldPostfix.js";
@@ -12,7 +12,7 @@ import "./components/HeaderTitle/HeaderTitleContent.js";
12
12
  import "./components/HeaderTitle/HeaderTitleControls.js";
13
13
  const f = Object.assign(
14
14
  a.forwardRef(function({ children: r, ...e }, t) {
15
- return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.24.0", ref: t, children: r });
15
+ return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.26.0", ref: t, children: r });
16
16
  }),
17
17
  {
18
18
  LayoutSidebar: p,
@@ -3,7 +3,7 @@ import d from "react";
3
3
  import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
4
4
  import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
5
5
  import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
6
- import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-D8g1wOUn.js";
6
+ import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-BR0oblQF.js";
7
7
  const b = Object.assign(
8
8
  d.forwardRef(function({ children: e, className: r, ...a }, o) {
9
9
  return /* @__PURE__ */ t("div", { className: i(f.headerLayoutSidebar, r), ...a, ref: o, children: e });
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import s from "react";
3
3
  import { c as d } from "../../../../chunks/vendor-DudMBGKr.js";
4
- import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-D8g1wOUn.js";
4
+ import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-BR0oblQF.js";
5
5
  const i = s.forwardRef(
6
6
  ({ children: e, className: a, ...t }, o) => /* @__PURE__ */ r("div", { className: d(m.headerLayoutSidebarContent, a), ...t, ref: o, children: e })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as t } from "../../../../chunks/vendor-DudMBGKr.js";
4
- import { s } from "../../../../chunks/HeaderLayoutSidebar.module-D8g1wOUn.js";
4
+ import { s } from "../../../../chunks/HeaderLayoutSidebar.module-BR0oblQF.js";
5
5
  const m = i.forwardRef(
6
6
  ({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: t(s.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
7
7
  );
@@ -1,10 +1,10 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import h from "react";
3
3
  import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
4
- const u = "headerSubheader__1c2e5fb5", c = "withoutPaddings__d0a79b25", e = {
4
+ const u = "headerSubheader__cc5fbf1f", c = "withoutPaddings__e9eb3b58", e = {
5
5
  headerSubheader: u,
6
6
  withoutPaddings: c
7
- }, n = h.forwardRef(
7
+ }, b = h.forwardRef(
8
8
  ({ children: a, className: d, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
9
9
  "div",
10
10
  {
@@ -15,8 +15,8 @@ const u = "headerSubheader__1c2e5fb5", c = "withoutPaddings__d0a79b25", e = {
15
15
  }
16
16
  )
17
17
  );
18
- n.displayName = "HeaderSubheader";
18
+ b.displayName = "HeaderSubheader";
19
19
  export {
20
- n as HeaderSubheader
20
+ b as HeaderSubheader
21
21
  };
22
22
  //# sourceMappingURL=HeaderSubheader.js.map
@@ -3,7 +3,7 @@ import t from "react";
3
3
  import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
4
4
  import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
5
5
  import { c as d } from "../../../../chunks/vendor-DudMBGKr.js";
6
- import { s as f } from "../../../../chunks/HeaderTabs.module-BvkH88vz.js";
6
+ import { s as f } from "../../../../chunks/HeaderTabs.module-D88xeP19.js";
7
7
  const i = Object.assign(
8
8
  t.forwardRef(function({ children: r, className: e, ...a }, o) {
9
9
  return /* @__PURE__ */ s("div", { className: d(f.headerTabs, e), ...a, ref: o, children: r });
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import s from "react";
3
3
  import { c as m } from "../../../../chunks/vendor-DudMBGKr.js";
4
- import { s as n } from "../../../../chunks/HeaderTabs.module-BvkH88vz.js";
4
+ import { s as n } from "../../../../chunks/HeaderTabs.module-D88xeP19.js";
5
5
  const d = s.forwardRef(
6
6
  ({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import t from "react";
3
3
  import { c as m } from "../../../../chunks/vendor-DudMBGKr.js";
4
- import { s as l } from "../../../../chunks/HeaderTabs.module-BvkH88vz.js";
4
+ import { s as l } from "../../../../chunks/HeaderTabs.module-D88xeP19.js";
5
5
  const d = t.forwardRef(
6
6
  ({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
7
7
  );
@@ -3,7 +3,7 @@ import i from "react";
3
3
  import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
4
4
  import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
5
5
  import { c as l } from "../../../../chunks/vendor-DudMBGKr.js";
6
- import { s as n } from "../../../../chunks/HeaderTitle.module-zCyPp1EB.js";
6
+ import { s as n } from "../../../../chunks/HeaderTitle.module-BdAYtCP5.js";
7
7
  const d = Object.assign(
8
8
  i.forwardRef(function({ children: e, className: t, ...r }, o) {
9
9
  return /* @__PURE__ */ a("div", { className: l(n.headerTitle, t), ...r, ref: o, children: e });
@@ -1,7 +1,7 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import s from "react";
3
3
  import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
4
- import { s as e } from "../../../../chunks/HeaderTitle.module-zCyPp1EB.js";
4
+ import { s as e } from "../../../../chunks/HeaderTitle.module-BdAYtCP5.js";
5
5
  const m = s.forwardRef(
6
6
  ({ children: t, className: r, ...o }, a) => /* @__PURE__ */ l(
7
7
  "div",
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import a from "react";
3
3
  import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
4
- import { s as o } from "../../../../chunks/HeaderTitle.module-zCyPp1EB.js";
4
+ import { s as o } from "../../../../chunks/HeaderTitle.module-BdAYtCP5.js";
5
5
  const m = a.forwardRef(
6
6
  ({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
7
7
  "div",