@sberbusiness/triplex-next 1.25.0 → 1.27.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 (424) hide show
  1. package/chunks/AlertProcessSpoiler-kutiygyc.js +41 -0
  2. package/chunks/{CalendarViewItem-D-POWd2-.js → CalendarViewItem-5MWTfOXg.js} +14 -14
  3. package/chunks/Card.module-BdHlvmcC.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-CtU7nxR-.js +15 -0
  5. package/chunks/Chip-BOBB8hDQ.js +77 -0
  6. package/chunks/Confirm.module-DX-8Qawd.js +15 -0
  7. package/chunks/{DropdownListItem-DEiNYa7V.js → DropdownListItem-kVq_Shxy.js} +16 -16
  8. package/chunks/DropdownMobile.module-DxT1Mh6q.js +23 -0
  9. package/chunks/Footer.module-DBFjyD0W.js +9 -0
  10. package/chunks/{FormFieldInput-DtYGQ_bi.js → FormFieldInput-DB9UpgIs.js} +29 -29
  11. package/chunks/HeaderLayoutSidebar.module-BIMH5ZRB.js +9 -0
  12. package/chunks/HeaderTabs.module-D62rOoJt.js +9 -0
  13. package/chunks/{HeaderTitle.module-C31ELKBY.js → HeaderTitle.module-Ckh2V8ux.js} +2 -2
  14. package/chunks/IslandAccordion.module-BI69hCoR.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-BUJQAvCe.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-DqTmcCwj.js +12 -0
  17. package/chunks/{LightBoxContent-9gb9WiYK.js → LightBoxContent-CK07PlB9.js} +11 -11
  18. package/chunks/LightBoxControls.module-DR9tmKz6.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-BiFhnV3i.js +9 -0
  20. package/chunks/{ListItemControlsButton-DYBfA1gz.js → ListItemControlsButton-27xRORri.js} +13 -13
  21. package/chunks/ListItemTail.module-DKJmlaMg.js +12 -0
  22. package/chunks/ListMasterFooter.module-DkH4Ou-p.js +10 -0
  23. package/chunks/ModalWindow.module-Be4wGbwq.js +17 -0
  24. package/chunks/Notification.module-O5iV5kzx.js +20 -0
  25. package/chunks/Overlay.module-B0iGlEWG.js +18 -0
  26. package/chunks/Page.module-D0FFKxyx.js +11 -0
  27. package/chunks/SMSField.module-DrbNbpz3.js +16 -0
  28. package/chunks/SliderExtendedMarks.module-A0_OgEiW.js +15 -0
  29. package/chunks/SliderExtendedRail-D7nuFyRp.js +40 -0
  30. package/chunks/StatusTracker.module-DenK6Z9K.js +24 -0
  31. package/chunks/StepperStepArrowBorder-D9rM6XEL.js +101 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-Bl-fHUU9.js → SuggestFieldMobileDropdownHint-CSrNs8VF.js} +5 -5
  33. package/chunks/TableFooter.module-BqHcJ9ea.js +14 -0
  34. package/chunks/TabsExtended.module-BtTx6oxY.js +16 -0
  35. package/chunks/TabsLine.module-C9KVj0hj.js +21 -0
  36. package/chunks/TooltipDesktop.module-uHaX3xgt.js +19 -0
  37. package/chunks/TreeView.module-BKi0xbbR.js +9 -0
  38. package/chunks/{UploadZoneInput-CUKt0mmY.js → UploadZoneInput-Bjnmk93x.js} +4 -4
  39. package/chunks/{constants-CmdvDG7U.js → constants-1ccyxiKh.js} +4 -4
  40. package/chunks/{utils-iU8-da0U.js → utils-BxF0Dq4C.js} +6 -6
  41. package/chunks/utils-CVIZqPO7.js +28 -0
  42. package/chunks/{utils-B8JwCW07.js → utils-CZzNEYf-.js} +7 -7
  43. package/chunks/{utils-DILds0zQ.js → utils-DfVeTN89.js} +5 -5
  44. package/components/Alert/AlertContext/AlertContext.js +11 -11
  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 +18 -18
  50. package/components/Badge/Badge.js +10 -10
  51. package/components/Badge/BadgeDot.js +10 -10
  52. package/components/Badge/components/BadgeContent.js +20 -20
  53. package/components/Badge/components/BadgePostfix.js +7 -7
  54. package/components/Badge/components/BadgePrefix.js +6 -6
  55. package/components/Body/Body.js +5 -5
  56. package/components/Button/Button.js +15 -15
  57. package/components/Button/ButtonBase.js +1 -1
  58. package/components/Button/ButtonDropdown.js +15 -15
  59. package/components/Button/ButtonDropdownExtended.js +1 -1
  60. package/components/Button/ButtonIcon.js +4 -4
  61. package/components/Calendar/Calendar.js +2 -2
  62. package/components/Calendar/components/CalendarControls.js +13 -13
  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 +19 -19
  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 +9 -9
  77. package/components/Checkbox/Checkbox.js +17 -17
  78. package/components/Checkbox/CheckboxXGroup.js +14 -14
  79. package/components/Checkbox/CheckboxYGroup.js +1 -1
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  84. package/components/Chip/Chip.js +1 -1
  85. package/components/Chip/ChipClearButton.js +4 -4
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +5 -5
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +1 -1
  91. package/components/Chip/ChipOptions.js +6 -6
  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 +7 -7
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +28 -27
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +75 -65
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +11 -11
  101. package/components/Col/Col.js +136 -136
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +11 -11
  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 +53 -51
  109. package/components/DateField/DateFieldTarget.js +39 -38
  110. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  111. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +4 -4
  112. package/components/DateRange/DateRange.js +18 -18
  113. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  114. package/components/DesignTokens/components/Stepper.js +11 -20
  115. package/components/Divider/Divider.js +20 -20
  116. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  117. package/components/Dropdown/desktop/DropdownDesktop.js +7 -7
  118. package/components/Dropdown/desktop/DropdownList.js +1 -1
  119. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  120. package/components/Dropdown/desktop/index.js +1 -1
  121. package/components/Dropdown/index.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  123. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  129. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  133. package/components/Ellipsis/Ellipsis.js +8 -8
  134. package/components/EmptyView/EmptyView.js +1 -1
  135. package/components/ExpandAnimation/ExpandAnimation.js +23 -23
  136. package/components/Footer/Footer.js +1 -1
  137. package/components/Footer/components/FooterDescription.js +1 -1
  138. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  139. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  140. package/components/FormField/FormField.js +20 -20
  141. package/components/FormField/components/FormFieldClear.js +7 -7
  142. package/components/FormField/components/FormFieldCounter.js +5 -5
  143. package/components/FormField/components/FormFieldDescription.js +4 -4
  144. package/components/FormField/components/FormFieldInput.js +1 -1
  145. package/components/FormField/components/FormFieldLabel.js +7 -7
  146. package/components/FormField/components/FormFieldMaskedInput.js +14 -14
  147. package/components/FormField/components/FormFieldPostfix.js +6 -6
  148. package/components/FormField/components/FormFieldPrefix.js +9 -9
  149. package/components/FormField/components/FormFieldTarget.js +4 -4
  150. package/components/FormField/components/FormFieldTextarea.js +28 -28
  151. package/components/FormField/components/index.js +1 -1
  152. package/components/FormField/index.js +1 -1
  153. package/components/Header/Header.js +1 -1
  154. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  155. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  156. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  157. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +8 -8
  158. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  159. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  160. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  161. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  162. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  163. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  164. package/components/HelpBox/HelpBox.js +1 -1
  165. package/components/IconWrapper/IconWrapper.js +10 -10
  166. package/components/Island/Island.js +1 -1
  167. package/components/Island/components/IslandBody.js +2 -2
  168. package/components/Island/components/IslandFooter.js +5 -5
  169. package/components/Island/components/IslandHeader.js +3 -3
  170. package/components/Island/utils.js +1 -1
  171. package/components/IslandAccordion/IslandAccordion.js +2 -2
  172. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  173. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  174. package/components/IslandAccordion/components/IslandAccordionItem.js +69 -63
  175. package/components/IslandWidget/IslandWidget.js +49 -41
  176. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  177. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  178. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  180. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  181. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  182. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  183. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  184. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  185. package/components/LightBox/LightBox.js +5 -5
  186. package/components/LightBox/LightBoxContent.js +1 -1
  187. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  188. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  189. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  190. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +10 -10
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  193. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  194. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  195. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -15
  196. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
  197. package/components/Link/Link.js +24 -24
  198. package/components/List/List.js +5 -5
  199. package/components/List/ListSortable.js +30 -55
  200. package/components/List/components/ListEmptyState.js +6 -6
  201. package/components/List/components/ListItem.js +1 -1
  202. package/components/List/components/ListItemContent.js +10 -10
  203. package/components/List/components/ListItemControls.js +6 -6
  204. package/components/List/components/ListItemControlsButton.js +1 -1
  205. package/components/List/components/ListItemControlsButtonDropdown.js +40 -39
  206. package/components/List/components/ListItemLoading.js +8 -8
  207. package/components/List/components/ListItemSelectable.js +10 -10
  208. package/components/List/components/ListItemTable.js +6 -6
  209. package/components/List/components/ListItemTailLeft.js +1 -1
  210. package/components/List/components/ListItemTailRight.js +1 -1
  211. package/components/List/components/ListSortableItem.js +22 -21
  212. package/components/List/components/ListSortableItemControls.js +1 -1
  213. package/components/List/components/ListSortableItemTarget.js +8 -8
  214. package/components/List/index.js +1 -1
  215. package/components/List/utils.js +20 -0
  216. package/components/ListMaster/ListMaster.js +20 -13
  217. package/components/ListMaster/components/ListMasterBody.js +1 -1
  218. package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
  219. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  220. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  221. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  222. package/components/ListMaster/components/ListMasterHeader.js +9 -9
  223. package/components/ListMaster/components/SelectionControls.js +9 -9
  224. package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
  225. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  226. package/components/LoaderScreen/LoaderScreen.js +11 -11
  227. package/components/Marker/Marker.js +1 -1
  228. package/components/Marker/utils.js +1 -1
  229. package/components/MarkerStatus/MarkerStatus.js +12 -12
  230. package/components/ModalWindow/ModalWindow.js +1 -1
  231. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  232. package/components/ModalWindow/components/ModalWindowClose.js +3 -3
  233. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  234. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  235. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  236. package/components/MonthYearField/MonthYearField.js +32 -30
  237. package/components/MonthYearField/MonthYearFieldTarget.js +37 -36
  238. package/components/MonthYearRange/MonthYearRange.js +76 -0
  239. package/components/MonthYearRange/enums.js +5 -0
  240. package/components/MonthYearRange/index.js +7 -0
  241. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  242. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
  243. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  245. package/components/Notification/Notification.js +2 -2
  246. package/components/Notification/NotificationGrouped.js +1 -1
  247. package/components/Notification/components/NotificationBody.js +1 -1
  248. package/components/Notification/components/NotificationBodyList.js +1 -1
  249. package/components/Notification/components/NotificationClose.js +1 -1
  250. package/components/Notification/components/NotificationFooter.js +1 -1
  251. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  252. package/components/Notification/components/NotificationHeader.js +1 -1
  253. package/components/Notification/components/NotificationIcon.js +1 -1
  254. package/components/Notification/components/NotificationTime.js +1 -1
  255. package/components/NumberField/NumberFieldInput.js +1 -1
  256. package/components/OrderedList/OrderedList.js +2 -2
  257. package/components/OrderedList/OrderedListItem.js +5 -5
  258. package/components/Overlay/Overlay.js +1 -1
  259. package/components/Overlay/OverlayMask.js +1 -1
  260. package/components/Overlay/OverlayPanel.js +1 -1
  261. package/components/Page/Page.js +1 -1
  262. package/components/Page/components/BodyPage.js +8 -8
  263. package/components/Page/components/FooterPage.js +1 -1
  264. package/components/Page/components/HeaderPage.js +1 -1
  265. package/components/Pagination/components/PaginationExtended.js +6 -6
  266. package/components/Pagination/components/PaginationNavigationButton.js +5 -5
  267. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  268. package/components/Pagination/components/PaginationPageButton.js +8 -8
  269. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  270. package/components/Pagination/components/PaginationSelect.js +1 -1
  271. package/components/Radio/Radio.js +16 -16
  272. package/components/Radio/RadioXGroup.js +10 -10
  273. package/components/Radio/RadioYGroup.js +6 -6
  274. package/components/Row/Row.js +6 -6
  275. package/components/SMSField/SMSField.js +2 -2
  276. package/components/SMSField/components/RefreshIcon.js +1 -1
  277. package/components/SMSField/components/SMSFieldInput.js +2 -2
  278. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  279. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  280. package/components/SegmentedControl/SegmentedControl.js +11 -11
  281. package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
  282. package/components/SelectExtendedField/SelectExtendedField.js +10 -10
  283. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  284. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  285. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +22 -22
  286. package/components/SelectField/SelectField.js +1 -1
  287. package/components/Skeleton/Skeleton.js +9 -9
  288. package/components/SliderExtended/SliderExtended.js +2 -2
  289. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
  290. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  291. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  292. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  293. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
  294. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
  295. package/components/SmallInput/SmallInput.js +1 -1
  296. package/components/Spoiler/Spoiler.js +13 -13
  297. package/components/StatusTracker/StatusTracker.js +2 -2
  298. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  299. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  300. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  301. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  302. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  303. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  304. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  305. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  306. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  307. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  308. package/components/Step/Step.js +30 -24
  309. package/components/Stepper/Stepper.js +104 -89
  310. package/components/Stepper/StepperExtended.js +23 -21
  311. package/components/Stepper/StepperExtendedContext.js +6 -6
  312. package/components/Stepper/StepperStep.js +62 -63
  313. package/components/Stepper/StepperStepArrowBorder.js +7 -0
  314. package/components/Stepper/enums.js +3 -4
  315. package/components/Stepper/index.js +4 -5
  316. package/components/Stepper/types.js +2 -0
  317. package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
  318. package/components/SuggestField/SuggestField.js +2 -2
  319. package/components/SuggestField/desktop/SuggestFieldDesktop.js +58 -58
  320. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  321. package/components/SuggestField/index.js +1 -1
  322. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  323. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  324. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  325. package/components/SuggestField/mobile/index.js +1 -1
  326. package/components/SwipeableArea/SwipeableArea.js +12 -12
  327. package/components/Table/FilterPanel.js +5 -5
  328. package/components/Table/MasterTable.js +2 -2
  329. package/components/Table/NoColumns.js +1 -1
  330. package/components/Table/PaginationPanel.js +2 -2
  331. package/components/Table/TableBasic/TableBasic.js +1 -1
  332. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  333. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  334. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  335. package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
  337. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  338. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
  340. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
  341. package/components/Table/TableFooter/TableFooter.js +1 -1
  342. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  343. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  345. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  346. package/components/Table/TabsLinePanel.js +5 -5
  347. package/components/Table/TabsLinePanelLinks.js +8 -8
  348. package/components/Table/utils.js +1 -1
  349. package/components/Tabs/Tabs.js +13 -13
  350. package/components/TabsExtended/TabsExtended.js +2 -2
  351. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  352. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  353. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  354. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  355. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  356. package/components/TabsExtended/utils.js +1 -1
  357. package/components/TabsLine/TabsLine.js +1 -1
  358. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  359. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  360. package/components/TabsLine/components/TabsLineItem.js +1 -1
  361. package/components/TabsLine/components/TabsLineMobile.js +1 -1
  362. package/components/Tag/Tag.js +6 -6
  363. package/components/TagColor/TagColor.js +15 -15
  364. package/components/TagColor/index.js +4 -2
  365. package/components/TagGroup/TagGroup.js +7 -7
  366. package/components/TextField/TextField.js +1 -1
  367. package/components/TextareaField/TextareaField.js +1 -1
  368. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  369. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  370. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  371. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  372. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  373. package/components/Tooltip/components/mobile/TooltipMobile.js +13 -13
  374. package/components/TopOverlay/TopOverlay.js +19 -19
  375. package/components/TreeView/TreeView.js +1 -1
  376. package/components/TreeView/components/TreeViewGroup.js +1 -1
  377. package/components/TreeView/components/TreeViewNode.js +1 -1
  378. package/components/Typography/Caption.js +21 -21
  379. package/components/Typography/CodeText.js +7 -7
  380. package/components/Typography/Text.js +20 -20
  381. package/components/Typography/Title.js +24 -24
  382. package/components/Typography/constants.js +1 -1
  383. package/components/UnorderedList/UnorderedList.js +5 -5
  384. package/components/UnorderedList/UnorderedListItem.js +11 -11
  385. package/components/UploadZone/UploadZone.js +2 -2
  386. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  387. package/components/index.js +299 -294
  388. package/index.d.ts +115 -42
  389. package/index.js +329 -324
  390. package/package.json +6 -2
  391. package/styles/triplex-next.css +538 -541
  392. package/chunks/AlertProcessSpoiler-B46jKfAb.js +0 -41
  393. package/chunks/Card.module-CncHGyjC.js +0 -17
  394. package/chunks/CheckboxTreeExtended.module-B1Kgd0nu.js +0 -15
  395. package/chunks/Chip-DTIbYTEg.js +0 -77
  396. package/chunks/Confirm.module-EXbF7o_5.js +0 -15
  397. package/chunks/DropdownMobile.module-BoKjV5kN.js +0 -23
  398. package/chunks/Footer.module-DZkZf8cZ.js +0 -9
  399. package/chunks/HeaderLayoutSidebar.module-DgEDu6U2.js +0 -9
  400. package/chunks/HeaderTabs.module-BepwFanR.js +0 -9
  401. package/chunks/IslandAccordion.module-rpYHTG9-.js +0 -25
  402. package/chunks/IslandWidgetFooter.module-CGX_gIzr.js +0 -9
  403. package/chunks/IslandWidgetHeader.module-CBRjot0L.js +0 -12
  404. package/chunks/LightBoxControls.module-DW8BGlP2.js +0 -16
  405. package/chunks/LightBoxSideOverlayClose.module-DfPgpuEZ.js +0 -9
  406. package/chunks/ListItemTail.module-BaV7s4hM.js +0 -12
  407. package/chunks/ListMasterFooter.module-DJ5zh4gk.js +0 -10
  408. package/chunks/ModalWindow.module-CBYym922.js +0 -17
  409. package/chunks/Notification.module-DxdRS8Y5.js +0 -20
  410. package/chunks/Overlay.module-BNFZ_rbt.js +0 -18
  411. package/chunks/Page.module-C50cd0OD.js +0 -11
  412. package/chunks/RightBorderArrow-BDD4mS5-.js +0 -146
  413. package/chunks/SMSField.module-C20gqTPw.js +0 -16
  414. package/chunks/SliderExtendedMarks.module-CsyPT1yp.js +0 -15
  415. package/chunks/SliderExtendedRail-D5G6Gddu.js +0 -40
  416. package/chunks/StatusTracker.module-Dn-2MvTp.js +0 -24
  417. package/chunks/TableFooter.module-CVe7H3F5.js +0 -14
  418. package/chunks/TabsExtended.module-DAVeemgZ.js +0 -16
  419. package/chunks/TabsLine.module-DpFaqhk4.js +0 -21
  420. package/chunks/TooltipDesktop.module-OpglHVA8.js +0 -19
  421. package/chunks/TreeView.module-D0XjOCzq.js +0 -9
  422. package/chunks/utils-D0TxmRz_.js +0 -28
  423. package/components/Stepper/RightBorderArrow.js +0 -7
  424. package/components/Stepper/StepperWrapper.js +0 -12
@@ -6,7 +6,7 @@ import { EComponentSize as K } from "../../../enums/EComponentSize.js";
6
6
  import { createSizeToClassNameMap as V } from "../../../utils/classNameMaps.js";
7
7
  import { useToken as q } from "../../ThemeProvider/useToken.js";
8
8
  import { isKey as n } from "../../../utils/keyboard.js";
9
- const J = "dropdownDesktop__fdb647f3", Q = "sm__fc1b2fec", X = "md__47789f5a", Y = "lg__31408154", Z = "dropdownDesktopOverflowHidden__a01c200a", _ = {
9
+ const J = "dropdownDesktop__83931376", Q = "sm__25dcc2e1", X = "md__edbdf881", Y = "lg__79f8f57a", Z = "dropdownDesktopOverflowHidden__d5d008c2", _ = {
10
10
  dropdownDesktop: J,
11
11
  sm: Q,
12
12
  md: X,
@@ -25,7 +25,7 @@ const J = "dropdownDesktop__fdb647f3", Q = "sm__fc1b2fec", X = "md__47789f5a", Y
25
25
  targetRef: l,
26
26
  setOpened: te,
27
27
  ...S
28
- } = H, [W, b] = F({ opacity: 0 }), i = I(null), { scopeClassName: z } = q(), x = j(_.dropdownDesktop, $[M], z, A), w = d(
28
+ } = H, [W, g] = F({ opacity: 0 }), i = I(null), { scopeClassName: z } = q(), x = j(_.dropdownDesktop, $[M], z, A), w = d(
29
29
  (e) => {
30
30
  var t;
31
31
  (t = i.current) != null && t.contains(e.target) || e.preventDefault();
@@ -42,7 +42,7 @@ const J = "dropdownDesktop__fdb647f3", Q = "sm__fc1b2fec", X = "md__47789f5a", Y
42
42
  e ? (document.addEventListener("wheel", w, { passive: !1 }), document.addEventListener("keydown", h)) : (document.removeEventListener("wheel", w), document.removeEventListener("keydown", h));
43
43
  },
44
44
  [w, h]
45
- ), g = d(
45
+ ), b = d(
46
46
  (e, t, o) => {
47
47
  const r = document.documentElement.clientWidth, v = t.left, D = t.right - o;
48
48
  if (k === R.LEFT) {
@@ -63,10 +63,10 @@ const J = "dropdownDesktop__fdb647f3", Q = "sm__fc1b2fec", X = "md__47789f5a", Y
63
63
  if (i.current === null || l.current === null) return;
64
64
  const e = i.current.getBoundingClientRect(), t = l.current.getBoundingClientRect(), o = {};
65
65
  let r = e.width;
66
- p === T.TARGET ? (r = t.width, o.width = t.width) : p === T.MIN_TARGET && (r = Math.max(e.width, t.width), o.minWidth = t.width), L(o, e, t), g(o, t, r), b(o);
67
- }, [l, p, L, g]);
66
+ p === T.TARGET ? (r = t.width, o.width = t.width) : p === T.MIN_TARGET && (r = Math.max(e.width, t.width), o.minWidth = t.width), L(o, e, t), b(o, t, r), g(o);
67
+ }, [l, p, L, b]);
68
68
  O(() => {
69
- s ? c() : b({ opacity: 0 });
69
+ s ? c() : g({ opacity: 0 });
70
70
  }, [s, c]), O(() => {
71
71
  if (!s || i.current === null || l.current === null) return;
72
72
  const e = new ResizeObserver(c);
@@ -90,7 +90,7 @@ const J = "dropdownDesktop__fdb647f3", Q = "sm__fc1b2fec", X = "md__47789f5a", Y
90
90
  className: x,
91
91
  style: { ...W, ...C },
92
92
  ...S,
93
- "data-tx": "1.25.0",
93
+ "data-tx": "1.27.0",
94
94
  ref: G,
95
95
  children: P
96
96
  }
@@ -1,7 +1,7 @@
1
1
  import { jsxs as _, jsx as h } from "react/jsx-runtime";
2
2
  import l, { useContext as y, useRef as B, useState as b, useEffect as f } from "react";
3
3
  import { c as z } from "../../../chunks/vendor-DudMBGKr.js";
4
- import { s as D, D as x } from "../../../chunks/DropdownListItem-DEiNYa7V.js";
4
+ import { s as D, D as x } from "../../../chunks/DropdownListItem-kVq_Shxy.js";
5
5
  import { EVENT_KEY_CODES as w } from "../../../utils/keyboard.js";
6
6
  import { DropdownListContext as V } from "../DropdownListContext.js";
7
7
  import { LoaderSmall as W } from "../../Loader/LoaderSmall/LoaderSmall.js";
@@ -4,7 +4,7 @@ import "../../../chunks/vendor-DudMBGKr.js";
4
4
  import "../../../enums/EComponentSize.js";
5
5
  import "../../../utils/keyboard.js";
6
6
  import "../../Badge/Badge.js";
7
- import { D } from "../../../chunks/DropdownListItem-DEiNYa7V.js";
7
+ import { D } from "../../../chunks/DropdownListItem-kVq_Shxy.js";
8
8
  export {
9
9
  D as DropdownListItem
10
10
  };
@@ -1,6 +1,6 @@
1
1
  import { DropdownDesktop as p } from "./DropdownDesktop.js";
2
2
  import { DropdownList as n } from "./DropdownList.js";
3
- import { D as e } from "../../../chunks/DropdownListItem-DEiNYa7V.js";
3
+ import { D as e } from "../../../chunks/DropdownListItem-kVq_Shxy.js";
4
4
  import { EDropdownAlignment as i, EDropdownDirection as m, EDropdownWidth as w } from "./enums.js";
5
5
  export {
6
6
  p as DropdownDesktop,
@@ -1,7 +1,7 @@
1
1
  import { DropdownListContext as e } from "./DropdownListContext.js";
2
2
  import { DropdownDesktop as t } from "./desktop/DropdownDesktop.js";
3
3
  import { DropdownList as d } from "./desktop/DropdownList.js";
4
- import { D as i } from "../../chunks/DropdownListItem-DEiNYa7V.js";
4
+ import { D as i } from "../../chunks/DropdownListItem-kVq_Shxy.js";
5
5
  import { EDropdownAlignment as w, EDropdownDirection as x, EDropdownWidth as f } from "./desktop/enums.js";
6
6
  import { DropdownMobile as b } from "./mobile/DropdownMobile.js";
7
7
  import { DropdownMobileBody as s } from "./mobile/DropdownMobileBody.js";
@@ -2,7 +2,7 @@ import { jsx as e } from "react/jsx-runtime";
2
2
  import a, { useEffect as m } from "react";
3
3
  import { OverlayBase as n, EOverlayDirection as c } from "../../Overlay/OverlayBase.js";
4
4
  import { DropdownMobileInner as f } from "./DropdownMobileInner.js";
5
- import { s as p } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
5
+ import { s as p } from "../../../chunks/DropdownMobile.module-DxT1Mh6q.js";
6
6
  const r = p.dropdownMobileBodyOverflow, y = a.forwardRef(
7
7
  ({ children: t, opened: o, setOpened: s, ...d }, i) => (m(() => (o ? document.body.classList.add(r) : document.body.classList.remove(r), () => document.body.classList.remove(r)), [o]), /* @__PURE__ */ e(n, { setOpened: s, opened: o, direction: c.BOTTOM, children: (l) => /* @__PURE__ */ e(
8
8
  f,
@@ -10,7 +10,7 @@ const r = p.dropdownMobileBodyOverflow, y = a.forwardRef(
10
10
  ...l,
11
11
  ...d,
12
12
  ref: i,
13
- "data-tx": "1.25.0",
13
+ "data-tx": "1.27.0",
14
14
  children: t
15
15
  }
16
16
  ) }))
@@ -1,7 +1,7 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import d from "react";
3
3
  import { c as m } from "../../../chunks/vendor-DudMBGKr.js";
4
- import { s as a } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
4
+ import { s as a } from "../../../chunks/DropdownMobile.module-DxT1Mh6q.js";
5
5
  const i = d.forwardRef(
6
6
  ({ children: o, className: r, ...e }, s) => /* @__PURE__ */ t("div", { className: m(a.dropdownMobileContent, r), ref: s, ...e, children: o })
7
7
  );
@@ -3,7 +3,7 @@ import t from "react";
3
3
  import { ButtonIcon as m } from "../../Button/ButtonIcon.js";
4
4
  import { CrossStrokeSrvIcon16 as l } from "@sberbusiness/icons-next";
5
5
  import { c as p } from "../../../chunks/vendor-DudMBGKr.js";
6
- import { s as i } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
6
+ import { s as i } from "../../../chunks/DropdownMobile.module-DxT1Mh6q.js";
7
7
  const a = t.forwardRef(
8
8
  ({ className: r, ...e }, s) => /* @__PURE__ */ o(m, { className: p(i.dropdownMobileClose, r), ref: s, ...e, children: /* @__PURE__ */ o(l, { paletteIndex: 5 }) })
9
9
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as a } from "../../../chunks/vendor-DudMBGKr.js";
4
- import { s as i } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
4
+ import { s as i } from "../../../chunks/DropdownMobile.module-DxT1Mh6q.js";
5
5
  const p = m.forwardRef(
6
6
  ({ children: o, className: r, ...e }, t) => /* @__PURE__ */ s("div", { className: a(i.dropdownMobileFooter, r), ref: t, ...e, children: o })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, 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 o } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
4
+ import { s as o } from "../../../chunks/DropdownMobile.module-DxT1Mh6q.js";
5
5
  const n = t.forwardRef(
6
6
  ({ children: r, className: d, controlButtons: s, ...a }, i) => /* @__PURE__ */ l("div", { className: m(o.dropdownMobileHeader, d), ref: i, ...a, children: [
7
7
  /* @__PURE__ */ e("div", { className: o.dropdownMobileHeaderContent, children: r }),
@@ -2,7 +2,7 @@ import { jsxs as j, jsx as c } from "react/jsx-runtime";
2
2
  import y, { useState as l, useEffect as d } from "react";
3
3
  import { c as n } from "../../../chunks/vendor-DudMBGKr.js";
4
4
  import { useToken as B } from "../../ThemeProvider/useToken.js";
5
- import { s as e } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
5
+ import { s as e } from "../../../chunks/DropdownMobile.module-DxT1Mh6q.js";
6
6
  const C = y.forwardRef(
7
7
  ({
8
8
  children: f,
@@ -1,10 +1,10 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import r from "react";
3
- import { c as d } from "../../../chunks/vendor-DudMBGKr.js";
4
- const e = "dropdownMobileInput__d30c4536", i = {
5
- dropdownMobileInput: e
3
+ import { c as e } from "../../../chunks/vendor-DudMBGKr.js";
4
+ const d = "dropdownMobileInput__eff547b7", i = {
5
+ dropdownMobileInput: d
6
6
  }, l = r.forwardRef(
7
- ({ className: o, ...p }, t) => /* @__PURE__ */ n("input", { className: d(i.dropdownMobileInput, o), ...p, ref: t })
7
+ ({ className: o, ...p }, t) => /* @__PURE__ */ n("input", { className: e(i.dropdownMobileInput, o), ...p, ref: t })
8
8
  );
9
9
  l.displayName = "DropdownMobileInput";
10
10
  export {
@@ -6,7 +6,7 @@ import { ELoaderSmallTheme as b } from "../../Loader/LoaderSmall/enum.js";
6
6
  import "../../Loader/LoaderMiddle/LoaderMiddle.js";
7
7
  import { EComponentSize as u } from "../../../enums/EComponentSize.js";
8
8
  import { DropdownMobileListItem as w } from "./DropdownMobileListItem.js";
9
- import { s as r } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
9
+ import { s as r } from "../../../chunks/DropdownMobile.module-DxT1Mh6q.js";
10
10
  const M = p.forwardRef(
11
11
  ({ children: e, className: t, loading: i, ...m }, s) => {
12
12
  const [d] = n(() => f()), a = () => /* @__PURE__ */ o(w, { id: d, className: r.dropdownMobileListLoader, children: /* @__PURE__ */ o(L, { theme: b.BRAND, size: u.MD }) });
@@ -5,7 +5,7 @@ import { Text as z } from "../../Typography/Text.js";
5
5
  import { ETextSize as B } from "../../Typography/enums.js";
6
6
  import { Badge as D } from "../../Badge/Badge.js";
7
7
  import { EComponentSize as I } from "../../../enums/EComponentSize.js";
8
- import { s as r } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
8
+ import { s as r } from "../../../chunks/DropdownMobile.module-DxT1Mh6q.js";
9
9
  const M = x.forwardRef(
10
10
  ({ children: o, className: m, id: b, onClick: t, onSelect: i, selected: e, showNotificationIcon: s, ...a }, p) => {
11
11
  const f = (d) => {
@@ -4,7 +4,7 @@ import { LoaderSmall as t } from "../../Loader/LoaderSmall/LoaderSmall.js";
4
4
  import { ELoaderSmallTheme as i } from "../../Loader/LoaderSmall/enum.js";
5
5
  import "../../Loader/LoaderMiddle/LoaderMiddle.js";
6
6
  import { EComponentSize as p } from "../../../enums/EComponentSize.js";
7
- import { s } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
7
+ import { s } from "../../../chunks/DropdownMobile.module-DxT1Mh6q.js";
8
8
  const S = ({ className: o, ...r }) => /* @__PURE__ */ m(
9
9
  t,
10
10
  {
@@ -1,9 +1,9 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as p } from "../../../chunks/vendor-DudMBGKr.js";
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import { c as d } from "../../../chunks/vendor-DudMBGKr.js";
3
3
  import { FormFieldMaskedInput as o } from "../../FormField/components/FormFieldMaskedInput.js";
4
- const t = "dropdownMobileMaskedInput__8d8114e8", r = {
4
+ const t = "dropdownMobileMaskedInput__fa416020", r = {
5
5
  dropdownMobileMaskedInput: t
6
- }, n = ({ className: e, ...s }) => /* @__PURE__ */ d(o, { className: p(r.dropdownMobileMaskedInput, e), ...s });
6
+ }, n = ({ className: s, ...e }) => /* @__PURE__ */ p(o, { className: d(r.dropdownMobileMaskedInput, s), ...e });
7
7
  n.presets = o.presets;
8
8
  export {
9
9
  n as DropdownMobileMaskedInput
@@ -1,27 +1,27 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import t from "react";
3
3
  import { c as m } from "../../chunks/vendor-DudMBGKr.js";
4
- const c = "ellipsisLineClamp__f95d734a", r = "oneLine__bf66967c", e = {
4
+ const c = "ellipsisLineClamp__3a40b68a", r = "oneLine__e2b2c44b", e = {
5
5
  ellipsisLineClamp: c,
6
6
  oneLine: r
7
- }, f = t.forwardRef(
8
- ({ children: i, maxLines: s, className: l, ...n }, a) => {
7
+ }, L = t.forwardRef(
8
+ ({ children: i, maxLines: s, className: l, ...a }, n) => {
9
9
  const o = m(e.ellipsisLineClamp, { [e.oneLine]: s === 1 }, l);
10
10
  return /* @__PURE__ */ p(
11
11
  "div",
12
12
  {
13
13
  className: o,
14
14
  style: { "--ellipsis-line-clamp": s },
15
- ...n,
16
- "data-tx": "1.25.0",
17
- ref: a,
15
+ ...a,
16
+ "data-tx": "1.27.0",
17
+ ref: n,
18
18
  children: i
19
19
  }
20
20
  );
21
21
  }
22
22
  );
23
- f.displayName = "Ellipsis";
23
+ L.displayName = "Ellipsis";
24
24
  export {
25
- f as Ellipsis
25
+ L as Ellipsis
26
26
  };
27
27
  //# sourceMappingURL=Ellipsis.js.map
@@ -6,7 +6,7 @@ import { Title as R } from "../Typography/Title.js";
6
6
  import { EFontWeightTitle as h, ETitleSize as p, ETextSize as _, EFontType as d, EFontWeightText as M } from "../Typography/enums.js";
7
7
  import { Text as S } from "../Typography/Text.js";
8
8
  import { Gap as n } from "../Gap/Gap.js";
9
- const B = "emptyView__90829ebf", D = "container__938ece26", g = "icon__0d9e33e9", I = "textBlock__fa30074d", t = {
9
+ const B = "emptyView__eaff9541", D = "container__0ce874a8", g = "icon__3bad76d5", I = "textBlock__81a7e80b", t = {
10
10
  emptyView: B,
11
11
  container: D,
12
12
  icon: g,
@@ -1,63 +1,63 @@
1
1
  import { jsx as g } from "react/jsx-runtime";
2
- import U, { useRef as y } from "react";
3
- import { z as b, c as j } from "../../chunks/vendor-DudMBGKr.js";
4
- const z = "expandAnimation__05f2784e", F = {
2
+ import N, { useRef as y } from "react";
3
+ import { z as U, c as j } from "../../chunks/vendor-DudMBGKr.js";
4
+ const z = "expandAnimation__4c5debbe", F = {
5
5
  expandAnimation: z
6
- }, I = 300, L = U.forwardRef(
6
+ }, I = 300, L = N.forwardRef(
7
7
  ({
8
8
  children: A,
9
9
  className: E,
10
10
  expanded: v,
11
- animationTime: x = I,
11
+ animationTime: f = I,
12
12
  style: R,
13
- onStart: d,
13
+ onStart: l,
14
14
  onEnd: h,
15
15
  transitionProps: e,
16
16
  ..._
17
- }, f) => {
17
+ }, x) => {
18
18
  const m = y({
19
19
  entering: { height: void 0, overflow: "hidden" },
20
20
  entered: {},
21
21
  exiting: { height: 0, overflow: "hidden" },
22
22
  exited: { height: 0, overflow: "hidden", visibility: "hidden" },
23
23
  unmounted: {}
24
- }), l = y(null), w = (c) => {
24
+ }), d = y(null), w = (c) => {
25
25
  var u;
26
- l.current && (m.current.entering.height = l.current.scrollHeight), d == null || d(), (u = e == null ? void 0 : e.onEnter) == null || u.call(e, c);
27
- }, H = (c) => {
26
+ d.current && (m.current.entering.height = d.current.scrollHeight), l == null || l(), (u = e == null ? void 0 : e.onEnter) == null || u.call(e, c);
27
+ }, b = (c) => {
28
28
  var u;
29
29
  h == null || h(), (u = e == null ? void 0 : e.onEntered) == null || u.call(e, c);
30
- }, T = () => {
30
+ }, H = () => {
31
31
  var c;
32
- l.current && (l.current.style.height = l.current.scrollHeight + "px", l.current.scrollHeight), d == null || d(), (c = e == null ? void 0 : e.onExit) == null || c.call(e);
33
- }, D = () => {
32
+ d.current && (d.current.style.height = d.current.scrollHeight + "px", d.current.scrollHeight), l == null || l(), (c = e == null ? void 0 : e.onExit) == null || c.call(e);
33
+ }, T = () => {
34
34
  var c;
35
35
  h == null || h(), (c = e == null ? void 0 : e.onExited) == null || c.call(e);
36
- }, N = (c) => {
37
- l.current = c, typeof f == "function" ? f(c) : f && (f.current = c);
36
+ }, D = (c) => {
37
+ d.current = c, typeof x == "function" ? x(c) : x && (x.current = c);
38
38
  };
39
39
  return /* @__PURE__ */ g(
40
- b,
40
+ U,
41
41
  {
42
42
  in: v,
43
- timeout: x,
44
- nodeRef: l,
43
+ timeout: f,
44
+ nodeRef: d,
45
45
  ...e,
46
46
  onEnter: w,
47
- onEntered: H,
48
- onExit: T,
49
- onExited: D,
47
+ onEntered: b,
48
+ onExit: H,
49
+ onExited: T,
50
50
  children: (c) => /* @__PURE__ */ g(
51
51
  "div",
52
52
  {
53
53
  className: j(F.expandAnimation, E),
54
54
  style: {
55
- transitionDuration: x + "ms",
55
+ transitionDuration: f + "ms",
56
56
  ...m.current[c],
57
57
  ...R
58
58
  },
59
59
  ..._,
60
- ref: N,
60
+ ref: D,
61
61
  children: A
62
62
  }
63
63
  )
@@ -5,7 +5,7 @@ import "./components/FooterDescriptionControls.js";
5
5
  import "./components/FooterDescriptionContent.js";
6
6
  const p = Object.assign(
7
7
  i.forwardRef(function({ children: o, ...t }, r) {
8
- return /* @__PURE__ */ e("div", { ...t, "data-tx": "1.25.0", ref: r, children: o });
8
+ return /* @__PURE__ */ e("div", { ...t, "data-tx": "1.27.0", ref: r, children: o });
9
9
  }),
10
10
  {
11
11
  Description: m
@@ -3,7 +3,7 @@ import s from "react";
3
3
  import { FooterDescriptionContent as n } from "./FooterDescriptionContent.js";
4
4
  import { FooterDescriptionControls as m } from "./FooterDescriptionControls.js";
5
5
  import { c as p } from "../../../chunks/vendor-DudMBGKr.js";
6
- import { s as c } from "../../../chunks/Footer.module-DZkZf8cZ.js";
6
+ import { s as c } from "../../../chunks/Footer.module-DBFjyD0W.js";
7
7
  const f = Object.assign(
8
8
  s.forwardRef(function({ children: o, className: t, ...r }, e) {
9
9
  return /* @__PURE__ */ i("div", { className: p(c.footerDescription, t), ...r, ref: e, children: o });
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } 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 n } from "../../../chunks/Footer.module-DZkZf8cZ.js";
4
+ import { s as n } from "../../../chunks/Footer.module-DBFjyD0W.js";
5
5
  const a = i.forwardRef(
6
6
  ({ children: o, className: t, ...r }, e) => /* @__PURE__ */ s("div", { className: m(n.footerDescriptionContent, t), ...r, ref: e, children: o })
7
7
  );
@@ -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-DZkZf8cZ.js";
4
+ import { s as a } from "../../../chunks/Footer.module-DBFjyD0W.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 n } from "react/jsx-runtime";
1
+ import { jsx as f } 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__102c06f2", W = "sm__f589f97d", G = "md__6b4d80bd", M = "lg__96b7f74b", P = "active__13e73209", y = "disabled__680cc01e", U = "error__d20d2acd", j = "warning__d4cb4cc5", z = "filled__d0aba4a4", e = {
9
+ const S = "formField__55c41751", W = "sm__9288c063", G = "md__a459d881", M = "lg__08238f19", P = "active__d5c1b865", y = "disabled__6b565390", U = "error__10380aad", j = "warning__cc7bdbae", z = "filled__0583122d", e = {
10
10
  formField: S,
11
11
  sm: W,
12
12
  md: G,
13
13
  lg: M,
14
- default: "default__c9a7dc4a",
14
+ default: "default__6ff43282",
15
15
  active: P,
16
16
  disabled: y,
17
17
  error: U,
@@ -26,23 +26,23 @@ const S = "formField__102c06f2", W = "sm__f589f97d", G = "md__6b4d80bd", M = "lg
26
26
  ({
27
27
  children: p,
28
28
  className: F,
29
- style: b,
30
- size: s = w.LG,
29
+ style: g,
30
+ size: d = w.LG,
31
31
  status: r = o.DEFAULT,
32
32
  active: a = !1,
33
- ...g
34
- }, u) => {
35
- const [m, x] = t(), [f, T] = t(), [i, E] = t(_), [l, N] = t(_), [c, R] = t(!1), [d, A] = t(!1), D = L(
33
+ ...u
34
+ }, b) => {
35
+ const [m, x] = t(), [n, T] = t(), [i, E] = t(_), [l, N] = t(_), [c, R] = t(!1), [s, A] = t(!1), D = L(
36
36
  () => ({
37
- size: s,
37
+ size: d,
38
38
  status: r,
39
39
  targetId: m,
40
- labelId: f,
40
+ labelId: n,
41
41
  postfixWidth: i,
42
42
  prefixWidth: l,
43
43
  filled: c,
44
- focused: d,
45
- active: a || d,
44
+ focused: s,
45
+ active: a || s,
46
46
  setTargetId: x,
47
47
  setLabelId: T,
48
48
  setPostfixWidth: E,
@@ -50,25 +50,25 @@ const S = "formField__102c06f2", W = "sm__f589f97d", G = "md__6b4d80bd", M = "lg
50
50
  setFilled: R,
51
51
  setFocused: A
52
52
  }),
53
- [s, r, m, f, i, l, c, d, a]
53
+ [d, r, m, n, i, l, c, s, a]
54
54
  );
55
- return /* @__PURE__ */ n(v.Provider, { value: D, children: /* @__PURE__ */ n(
55
+ return /* @__PURE__ */ f(v.Provider, { value: D, children: /* @__PURE__ */ f(
56
56
  "div",
57
57
  {
58
58
  className: h(
59
59
  e.formField,
60
- O[s],
60
+ O[d],
61
61
  B[r],
62
62
  {
63
63
  [e.filled]: c,
64
- [e.active]: a || d
64
+ [e.active]: a || s
65
65
  },
66
66
  F
67
67
  ),
68
- "data-tx": "1.25.0",
69
- style: { paddingLeft: l, paddingRight: i, ...b },
70
- ...g,
71
- ref: u,
68
+ "data-tx": "1.27.0",
69
+ style: { paddingLeft: l, paddingRight: i, ...g },
70
+ ...u,
71
+ ref: b,
72
72
  children: p
73
73
  }
74
74
  ) });
@@ -1,13 +1,13 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import f, { useCallback as i } from "react";
3
- import { c } from "../../../chunks/vendor-DudMBGKr.js";
2
+ import f, { useCallback as c } from "react";
3
+ import { c as i } 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__157e13b3", C = {
6
+ const p = "formFieldClear__f74158ca", C = {
7
7
  formFieldClear: p
8
8
  }, F = f.forwardRef(
9
- ({ className: t, onMouseDown: r, ...a }, m) => {
10
- const o = i(
9
+ ({ className: a, onMouseDown: r, ...t }, m) => {
10
+ const o = c(
11
11
  (e) => {
12
12
  e.preventDefault(), r == null || r(e);
13
13
  },
@@ -16,8 +16,8 @@ const p = "formFieldClear__157e13b3", C = {
16
16
  return /* @__PURE__ */ l(
17
17
  s,
18
18
  {
19
- ...a,
20
- className: c(C.formFieldClear, t),
19
+ ...t,
20
+ className: i(C.formFieldClear, a),
21
21
  onMouseDown: o,
22
22
  ref: m,
23
23
  children: /* @__PURE__ */ l(d, { paletteIndex: 5 })
@@ -1,16 +1,16 @@
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__9c28f227", u = {
4
+ const s = "formFieldCounter__03736d0e", u = {
5
5
  formFieldCounter: s
6
- }, f = ({ children: o, ...e }) => {
6
+ }, d = ({ children: e, ...o }) => {
7
7
  const { setWithCounter: t } = i(n);
8
8
  return m(() => {
9
9
  t(!0);
10
- }, []), /* @__PURE__ */ r("div", { className: u.formFieldCounter, ...e, children: o });
10
+ }, []), /* @__PURE__ */ r("div", { className: u.formFieldCounter, ...o, children: e });
11
11
  };
12
- f.displayName = "FormFieldCounter";
12
+ d.displayName = "FormFieldCounter";
13
13
  export {
14
- f as FormFieldCounter
14
+ d as FormFieldCounter
15
15
  };
16
16
  //# sourceMappingURL=FormFieldCounter.js.map
@@ -1,13 +1,13 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { useState as n } from "react";
3
- import { c } from "../../../chunks/vendor-DudMBGKr.js";
4
- import { FormFieldDescriptionContext as m } from "../FormFieldDescriptionContext.js";
5
- const l = "formFieldDescription__85e2cca8", p = "withCounter__69a43f35", i = {
3
+ import { c as m } from "../../../chunks/vendor-DudMBGKr.js";
4
+ import { FormFieldDescriptionContext as c } from "../FormFieldDescriptionContext.js";
5
+ const l = "formFieldDescription__200d7013", p = "withCounter__aaf890e8", i = {
6
6
  formFieldDescription: l,
7
7
  withCounter: p
8
8
  }, d = ({ children: e, ...r }) => {
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(c.Provider, { value: { withCounter: o, setWithCounter: s }, children: /* @__PURE__ */ t("div", { className: m(i.formFieldDescription, { [i.withCounter]: o }), ...r, children: e }) });
11
11
  };
12
12
  d.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-DtYGQ_bi.js";
8
+ import { F as d } from "../../../chunks/FormFieldInput-DB9UpgIs.js";
9
9
  export {
10
10
  d as FormFieldInput
11
11
  };
@@ -5,7 +5,7 @@ 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
7
  import { TARGET_PADDING_X_DEFAULT as a } from "../consts.js";
8
- const M = "formFieldLabel__ba3da132", R = "sm__f589f97d", v = "md__6b4d80bd", z = "lg__96b7f74b", G = "floating__e0e9a755", W = "formFieldLabelText__d5252fb4", j = "disabled__680cc01e", e = {
8
+ const M = "formFieldLabel__6764b11e", R = "sm__9288c063", v = "md__a459d881", z = "lg__08238f19", G = "floating__6c13a24d", W = "formFieldLabelText__a85c802f", j = "disabled__6b565390", e = {
9
9
  formFieldLabel: M,
10
10
  sm: R,
11
11
  md: v,
@@ -14,21 +14,21 @@ const M = "formFieldLabel__ba3da132", R = "sm__f589f97d", v = "md__6b4d80bd", z
14
14
  formFieldLabelText: W,
15
15
  disabled: j
16
16
  }, q = D(e), w = A.forwardRef(
17
- ({ children: i, id: t, className: d, style: m, floating: r, ...f }, c) => {
18
- const { targetId: n, size: b, status: _, 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, ...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(
19
19
  e.formFieldLabel,
20
- q[b],
20
+ q[_],
21
21
  {
22
22
  [e.floating]: u,
23
- [e.disabled]: _ === C.DISABLED
23
+ [e.disabled]: b === C.DISABLED
24
24
  },
25
- d
25
+ m
26
26
  ), T = {
27
27
  // Левая позиция элемента. Когда label по-середине инпута, позиция учитывает иконки по краям, когда сверху, позиция на все ширину поля ввода.
28
28
  left: g || a,
29
29
  // Правая позиция элемента. Когда label по-середине инпута, позиция учитывает иконки по краям, когда сверху, позиция на все ширину поля ввода.
30
30
  right: p || a,
31
- ...m
31
+ ...d
32
32
  };
33
33
  return I(() => {
34
34
  o(l);