@sberbusiness/triplex-next 0.33.0 → 0.34.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 (433) hide show
  1. package/chunks/AlertProcessSpoiler-BXa1yThy.js +41 -0
  2. package/chunks/{CalendarViewItem-jaPGc7g9.js → CalendarViewItem-CcneNgUN.js} +16 -16
  3. package/chunks/Card.module-B95wvDgf.js +18 -0
  4. package/chunks/CheckboxTreeExtended.module-DieUohY2.js +15 -0
  5. package/chunks/Chip-CwUtKklT.js +85 -0
  6. package/chunks/Confirm.module-DAri1spU.js +15 -0
  7. package/chunks/{DropdownListItem-9uM7fY6X.js → DropdownListItem-Cspd56Yl.js} +16 -16
  8. package/chunks/DropdownMobile.module-DrD6ibvE.js +23 -0
  9. package/chunks/Footer.module-DcYb0T1i.js +9 -0
  10. package/chunks/{FormFieldInput-CLHhO8Kh.js → FormFieldInput-D3Ncfs2O.js} +14 -14
  11. package/chunks/HeaderLayoutSidebar.module-C3C0sKOR.js +9 -0
  12. package/chunks/HeaderTabs.module-BkwLC92-.js +9 -0
  13. package/chunks/{HeaderTitle.module-D4SZQJKQ.js → HeaderTitle.module-CgvvJQ0i.js} +2 -2
  14. package/chunks/ImageGalleryExtendedMain.module-DsxpDSCZ.js +17 -0
  15. package/chunks/{ImageGalleryExtendedThumb-DVMRe0a9.js → ImageGalleryExtendedThumb-Dwh72nwh.js} +2 -2
  16. package/chunks/IslandAccordion.module-DaY9vVJp.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-CEfWuouj.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-CxuzaM--.js +13 -0
  19. package/chunks/{LightBoxContent-CJPhUyR3.js → LightBoxContent-CJtTSiys.js} +5 -5
  20. package/chunks/LightBoxControls.module-DWLPCWBc.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-oYZl6d26.js +9 -0
  22. package/chunks/{ListItemControlsButton-BsJp3m-o.js → ListItemControlsButton-BwKD73pC.js} +11 -11
  23. package/chunks/ListItemTail.module-Bj8zic0V.js +12 -0
  24. package/chunks/ListMasterFooter.module-BFDBK4_z.js +10 -0
  25. package/chunks/ModalWindow.module-CpZnXDzI.js +17 -0
  26. package/chunks/Notification.module-CgMv6vKH.js +20 -0
  27. package/chunks/Overlay.module-CW1lqxQV.js +18 -0
  28. package/chunks/Page.module-B9JECpGI.js +11 -0
  29. package/chunks/SMSField.module-VqYW2mTS.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-DadrWVGM.js +15 -0
  31. package/chunks/{SliderExtendedRail-SYhKGslJ.js → SliderExtendedRail-BDQN7rWF.js} +5 -5
  32. package/chunks/StatusTracker.module-DWmAmjm2.js +24 -0
  33. package/chunks/{StepperStepArrowBorder-B59UgJt-.js → StepperStepArrowBorder-BMResef_.js} +12 -12
  34. package/chunks/{SuggestFieldMobileDropdownHint-GTMw7Nng.js → SuggestFieldMobileDropdownHint-9Q2UeJdi.js} +2 -2
  35. package/chunks/TableFooter.module-Dftom-s2.js +14 -0
  36. package/chunks/TabsExtended.module-DR0KZ8sI.js +16 -0
  37. package/chunks/TabsLine.module-D8wvke8p.js +21 -0
  38. package/chunks/TooltipDesktop.module-Chw47OdI.js +19 -0
  39. package/chunks/TreeView.module-DlD_4rrF.js +9 -0
  40. package/chunks/{UploadZoneInput-NoKos3kX.js → UploadZoneInput-DyTdTOhb.js} +4 -4
  41. package/chunks/{constants-DXTFMfA_.js → constants-CEkl1AbB.js} +16 -16
  42. package/chunks/{utils-C2i3hSWR.js → utils-B1xQI_Pq.js} +6 -6
  43. package/chunks/utils-B8AZrFu8.js +28 -0
  44. package/chunks/utils-BHumxyiH.js +73 -0
  45. package/chunks/utils-C0t0OqOb.js +24 -0
  46. package/components/Alert/AlertContext/AlertContext.js +13 -13
  47. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  48. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  49. package/components/Amount/Amount.js +4 -4
  50. package/components/AmountField/AmountField.js +1 -1
  51. package/components/Avatar/Avatar.js +21 -21
  52. package/components/Badge/Badge.js +9 -9
  53. package/components/Badge/BadgeDot.js +5 -5
  54. package/components/Badge/components/BadgeContent.js +8 -8
  55. package/components/Badge/components/BadgePostfix.js +1 -1
  56. package/components/Badge/components/BadgePrefix.js +4 -4
  57. package/components/Body/Body.js +6 -6
  58. package/components/Button/Button.js +27 -27
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +15 -15
  61. package/components/Button/ButtonDropdownExtended.js +7 -7
  62. package/components/Button/ButtonIcon.js +6 -6
  63. package/components/Calendar/Calendar.js +2 -2
  64. package/components/Calendar/components/CalendarControls.js +9 -9
  65. package/components/Calendar/components/CalendarFooter.js +1 -1
  66. package/components/Calendar/components/CalendarViewDays.js +1 -1
  67. package/components/Calendar/components/CalendarViewItem.js +1 -1
  68. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  69. package/components/Calendar/components/CalendarViewYears.js +1 -1
  70. package/components/Card/CardAction.js +12 -12
  71. package/components/Card/CardStatic.js +2 -2
  72. package/components/Card/components/CardContent/CardContent.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  74. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  76. package/components/Card/components/CardMedia.js +1 -1
  77. package/components/Card/utils.js +1 -1
  78. package/components/CarouselExtended/CarouselExtended.js +1 -1
  79. package/components/Checkbox/Checkbox.js +16 -16
  80. package/components/Checkbox/CheckboxXGroup.js +13 -13
  81. package/components/Checkbox/CheckboxYGroup.js +3 -3
  82. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  86. package/components/Chip/Chip.js +1 -1
  87. package/components/Chip/ChipClearButton.js +6 -6
  88. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  89. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  90. package/components/Chip/ChipDropdownArrow.js +5 -5
  91. package/components/Chip/ChipIcon.js +1 -1
  92. package/components/Chip/ChipMultiselect.js +1 -1
  93. package/components/Chip/ChipOptions.js +10 -10
  94. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  95. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  96. package/components/Chip/ChipSort.js +1 -1
  97. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  98. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  99. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  100. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +19 -19
  101. package/components/Chip/index.js +1 -1
  102. package/components/ChipGroup/ChipGroup.js +14 -14
  103. package/components/Col/Col.js +140 -140
  104. package/components/CollapsibleTree/CollapsibleTree.js +7 -7
  105. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
  106. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
  107. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +1 -1
  108. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +10 -10
  109. package/components/Confirm/Confirm.js +1 -1
  110. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  111. package/components/Confirm/components/ConfirmContent.js +1 -1
  112. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  113. package/components/Confirm/components/ConfirmControls.js +1 -1
  114. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  115. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +9 -9
  116. package/components/DateRange/DateRange.js +11 -11
  117. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  118. package/components/Divider/Divider.js +17 -17
  119. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  120. package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
  121. package/components/Dropdown/desktop/DropdownList.js +1 -1
  122. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  123. package/components/Dropdown/desktop/index.js +1 -1
  124. package/components/Dropdown/index.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  136. package/components/Ellipsis/Ellipsis.js +2 -2
  137. package/components/EmptyView/EmptyView.js +9 -9
  138. package/components/ExpandAnimation/ExpandAnimation.js +7 -7
  139. package/components/Footer/Footer.js +1 -1
  140. package/components/Footer/components/FooterDescription.js +1 -1
  141. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  142. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  143. package/components/FormField/FormField.js +14 -14
  144. package/components/FormField/components/FormFieldClear.js +5 -5
  145. package/components/FormField/components/FormFieldCounter.js +4 -4
  146. package/components/FormField/components/FormFieldDescription.js +3 -3
  147. package/components/FormField/components/FormFieldInput.js +1 -1
  148. package/components/FormField/components/FormFieldLabel.js +4 -4
  149. package/components/FormField/components/FormFieldMaskedInput.js +17 -17
  150. package/components/FormField/components/FormFieldPostfix.js +1 -1
  151. package/components/FormField/components/FormFieldPrefix.js +1 -1
  152. package/components/FormField/components/FormFieldTarget.js +14 -14
  153. package/components/FormField/components/FormFieldTextarea.js +22 -22
  154. package/components/FormField/components/index.js +1 -1
  155. package/components/FormField/index.js +1 -1
  156. package/components/Gap/Gap.js +13 -13
  157. package/components/Header/Header.js +1 -1
  158. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  159. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  160. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  161. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  162. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  163. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  164. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  165. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  166. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  167. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  168. package/components/HelpBox/HelpBox.js +7 -7
  169. package/components/IconWrapper/IconWrapper.js +9 -9
  170. package/components/ImageGallery/ImageGallery.js +1 -1
  171. package/components/ImageGalleryExtended/ImageGalleryExtended.js +6 -6
  172. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
  173. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +8 -8
  174. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +1 -1
  175. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
  176. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
  177. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
  178. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
  179. package/components/ImageGalleryExtended/components/index.js +1 -1
  180. package/components/ImageGalleryExtended/index.js +1 -1
  181. package/components/Island/Island.js +1 -1
  182. package/components/Island/components/IslandBody.js +4 -4
  183. package/components/Island/components/IslandFooter.js +5 -5
  184. package/components/Island/components/IslandHeader.js +2 -2
  185. package/components/Island/utils.js +1 -1
  186. package/components/IslandAccordion/IslandAccordion.js +2 -2
  187. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  188. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  189. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  190. package/components/IslandWidget/IslandWidget.js +19 -19
  191. package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
  192. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  193. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  194. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  195. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  196. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  197. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  198. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
  199. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  200. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
  201. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  202. package/components/LightBox/LightBox.js +22 -22
  203. package/components/LightBox/LightBoxContent.js +1 -1
  204. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  205. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  206. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  207. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  208. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +24 -24
  209. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  210. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  211. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  212. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
  213. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
  214. package/components/Link/Link.js +15 -15
  215. package/components/List/List.js +10 -9
  216. package/components/List/components/ListEmptyState.js +5 -5
  217. package/components/List/components/ListItem.js +1 -1
  218. package/components/List/components/ListItemContent.js +10 -10
  219. package/components/List/components/ListItemControls.js +5 -5
  220. package/components/List/components/ListItemControlsButton.js +1 -1
  221. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  222. package/components/List/components/ListItemLoading.js +8 -8
  223. package/components/List/components/ListItemSelectable.js +10 -10
  224. package/components/List/components/ListItemTable.js +1 -1
  225. package/components/List/components/ListItemTailLeft.js +6 -14
  226. package/components/List/components/ListItemTailRight.js +1 -1
  227. package/components/List/components/ListSortableItem.js +1 -1
  228. package/components/List/components/ListSortableItemControls.js +1 -1
  229. package/components/List/components/ListSortableItemTarget.js +8 -8
  230. package/components/List/index.js +1 -1
  231. package/components/ListMaster/ListMaster.js +1 -1
  232. package/components/ListMaster/components/ListMasterBody.js +1 -1
  233. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  234. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  235. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  236. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  237. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  238. package/components/ListMaster/components/SelectionControls.js +2 -2
  239. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  240. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  241. package/components/LoaderScreen/LoaderScreen.js +12 -12
  242. package/components/Marker/Marker.js +1 -1
  243. package/components/Marker/utils.js +1 -1
  244. package/components/MarkerStatus/MarkerStatus.js +18 -18
  245. package/components/ModalWindow/ModalWindow.js +1 -1
  246. package/components/ModalWindow/components/ModalWindowBody.js +4 -4
  247. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  248. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  249. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  250. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  251. package/components/MonthYearRange/MonthYearRange.js +13 -13
  252. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  253. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
  254. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  255. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  256. package/components/Notification/Notification.js +35 -36
  257. package/components/Notification/NotificationGrouped.js +14 -9
  258. package/components/Notification/components/NotificationBody.js +20 -16
  259. package/components/Notification/components/NotificationBodyList.js +1 -1
  260. package/components/Notification/components/NotificationClose.js +1 -1
  261. package/components/Notification/components/NotificationFooter.js +1 -1
  262. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  263. package/components/Notification/components/NotificationHeader.js +1 -1
  264. package/components/Notification/components/NotificationIcon.js +1 -1
  265. package/components/Notification/components/NotificationTime.js +1 -1
  266. package/components/NumberField/NumberFieldInput.js +1 -1
  267. package/components/OrderedList/OrderedList.js +5 -5
  268. package/components/OrderedList/OrderedListItem.js +5 -5
  269. package/components/Overlay/Overlay.js +54 -54
  270. package/components/Overlay/OverlayBase.js +26 -22
  271. package/components/Overlay/OverlayMask.js +1 -1
  272. package/components/Overlay/OverlayPanel.js +1 -1
  273. package/components/Page/Page.js +1 -1
  274. package/components/Page/components/BodyPage.js +15 -15
  275. package/components/Page/components/FooterPage.js +1 -1
  276. package/components/Page/components/HeaderPage.js +1 -1
  277. package/components/Pagination/components/PaginationExtended.js +5 -5
  278. package/components/Pagination/components/PaginationNavigationButton.js +7 -7
  279. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  280. package/components/Pagination/components/PaginationPageButton.js +1 -1
  281. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  282. package/components/Pagination/components/PaginationSelect.js +5 -5
  283. package/components/Radio/Radio.js +17 -17
  284. package/components/Radio/RadioXGroup.js +7 -7
  285. package/components/Radio/RadioYGroup.js +6 -6
  286. package/components/Row/Row.js +18 -18
  287. package/components/SMSField/SMSField.js +2 -2
  288. package/components/SMSField/components/RefreshIcon.js +1 -1
  289. package/components/SMSField/components/SMSFieldInput.js +2 -2
  290. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  291. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  292. package/components/SegmentedControl/SegmentedControl.js +11 -11
  293. package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
  294. package/components/SelectExtendedField/SelectExtendedField.js +16 -16
  295. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  296. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  297. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
  298. package/components/SelectField/SelectField.js +1 -1
  299. package/components/Skeleton/Skeleton.js +10 -10
  300. package/components/SliderExtended/SliderExtended.js +2 -2
  301. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
  302. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  303. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  304. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  305. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
  306. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +7 -7
  307. package/components/SmallInput/SmallInput.js +1 -1
  308. package/components/Spoiler/Spoiler.js +17 -17
  309. package/components/StatusTracker/StatusTracker.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  311. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  312. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  313. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  314. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  315. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  316. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  317. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  318. package/components/StatusTracker/components/StatusTrackerStatusGroup.js +1 -1
  319. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  320. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  321. package/components/Step/Step.js +8 -8
  322. package/components/Stepper/Stepper.js +27 -27
  323. package/components/Stepper/StepperExtended.js +5 -5
  324. package/components/Stepper/StepperStep.js +2 -2
  325. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  326. package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
  327. package/components/SuggestField/SuggestField.js +2 -2
  328. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  329. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  330. package/components/SuggestField/index.js +1 -1
  331. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  332. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  333. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  334. package/components/SuggestField/mobile/index.js +1 -1
  335. package/components/SwipeableArea/SwipeableArea.js +21 -21
  336. package/components/Table/ChipPanel.js +9 -9
  337. package/components/Table/ChipPanelLinks.js +4 -4
  338. package/components/Table/FilterPanel.js +2 -2
  339. package/components/Table/MasterTable.js +16 -16
  340. package/components/Table/NoColumns.js +1 -1
  341. package/components/Table/PaginationPanel.js +2 -2
  342. package/components/Table/TableBasic/TableBasic.js +1 -1
  343. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  344. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  345. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  346. package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
  347. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
  348. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  349. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  350. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
  351. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  352. package/components/Table/TableFooter/TableFooter.js +1 -1
  353. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  354. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  355. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  356. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  357. package/components/Table/utils.js +1 -1
  358. package/components/Tabs/Tabs.js +13 -13
  359. package/components/TabsExtended/TabsExtended.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  361. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  362. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  363. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  364. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  365. package/components/TabsExtended/utils.js +1 -1
  366. package/components/TabsLine/TabsLine.js +1 -1
  367. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  368. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  369. package/components/TabsLine/components/TabsLineItem.js +37 -37
  370. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  371. package/components/Tag/Tag.js +28 -28
  372. package/components/TagColor/TagColor.js +13 -13
  373. package/components/TagGroup/TagGroup.js +5 -5
  374. package/components/TextField/TextField.js +1 -1
  375. package/components/TextField/TextFieldBase.js +1 -1
  376. package/components/TextareaField/TextareaField.js +1 -1
  377. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  378. package/components/Tooltip/components/common/TooltipLink.js +6 -6
  379. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  380. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  381. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  382. package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
  383. package/components/TopOverlay/TopOverlay.js +20 -20
  384. package/components/TreeView/TreeView.js +1 -1
  385. package/components/TreeView/components/TreeViewGroup.js +1 -1
  386. package/components/TreeView/components/TreeViewNode.js +1 -1
  387. package/components/Typography/Caption.js +29 -29
  388. package/components/Typography/CodeText.js +8 -8
  389. package/components/Typography/Text.js +17 -17
  390. package/components/Typography/Title.js +12 -12
  391. package/components/Typography/constants.js +1 -1
  392. package/components/UnorderedList/UnorderedList.js +7 -7
  393. package/components/UnorderedList/UnorderedListItem.js +2 -2
  394. package/components/UploadZone/UploadZone.js +2 -2
  395. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  396. package/components/UploadZone/index.js +1 -1
  397. package/components/index.js +7 -7
  398. package/index.d.ts +71 -116
  399. package/index.js +7 -7
  400. package/package.json +1 -1
  401. package/styles/triplex-next.css +557 -557
  402. package/chunks/AlertProcessSpoiler-D5Z3QhxI.js +0 -41
  403. package/chunks/Card.module-BT82F3Ky.js +0 -18
  404. package/chunks/CheckboxTreeExtended.module-dWJEHy4I.js +0 -15
  405. package/chunks/Chip-DEoNciDr.js +0 -85
  406. package/chunks/Confirm.module-Bek5Y_d5.js +0 -15
  407. package/chunks/DropdownMobile.module-Dn9sFUCq.js +0 -23
  408. package/chunks/Footer.module-cwVzdGju.js +0 -9
  409. package/chunks/HeaderLayoutSidebar.module-By0WroW0.js +0 -9
  410. package/chunks/HeaderTabs.module-nNfmab3J.js +0 -9
  411. package/chunks/ImageGalleryExtendedMain.module-BV4sYkkw.js +0 -17
  412. package/chunks/IslandAccordion.module-DZaeBDfB.js +0 -25
  413. package/chunks/IslandWidgetFooter.module-gs1vcAcR.js +0 -9
  414. package/chunks/IslandWidgetHeader.module-DCfKgbBN.js +0 -13
  415. package/chunks/LightBoxControls.module-Dw9yTb8h.js +0 -16
  416. package/chunks/LightBoxSideOverlayClose.module-PasYNDqH.js +0 -9
  417. package/chunks/ListItemTail.module-C_0Ilv6P.js +0 -12
  418. package/chunks/ListMasterFooter.module-BtdNBL90.js +0 -10
  419. package/chunks/ModalWindow.module-BL1rtFYz.js +0 -17
  420. package/chunks/Notification.module-DGitAi0W.js +0 -20
  421. package/chunks/Overlay.module-C4CvBteS.js +0 -18
  422. package/chunks/Page.module-C0z8yMeg.js +0 -11
  423. package/chunks/SMSField.module-BcNuX5lS.js +0 -16
  424. package/chunks/SliderExtendedMarks.module-C_x_7ws7.js +0 -15
  425. package/chunks/StatusTracker.module-DkbOCTwb.js +0 -24
  426. package/chunks/TableFooter.module-CGgvFs4s.js +0 -14
  427. package/chunks/TabsExtended.module-D6URUq4g.js +0 -16
  428. package/chunks/TabsLine.module-DZEuIiZO.js +0 -21
  429. package/chunks/TooltipDesktop.module-DK_Fl-Dq.js +0 -19
  430. package/chunks/TreeView.module-Bq5-RYgn.js +0 -9
  431. package/chunks/utils-D55sjebM.js +0 -73
  432. package/chunks/utils-DDzMRlrV.js +0 -28
  433. package/chunks/utils-DVaJTyM2.js +0 -24
@@ -5,7 +5,7 @@ import { Calendar as X } from "../Calendar/Calendar.js";
5
5
  import "../Dropdown/DropdownListContext.js";
6
6
  import "../Dropdown/desktop/DropdownDesktop.js";
7
7
  import "../Dropdown/desktop/DropdownList.js";
8
- import "../../chunks/DropdownListItem-9uM7fY6X.js";
8
+ import "../../chunks/DropdownListItem-Cspd56Yl.js";
9
9
  import { EDropdownAlignment as Y } from "../Dropdown/desktop/enums.js";
10
10
  import "../Dropdown/mobile/DropdownMobile.js";
11
11
  import "../Dropdown/mobile/DropdownMobileBody.js";
@@ -103,7 +103,7 @@ const ee = I.forwardRef((l, r) => {
103
103
  onKeyDown: F,
104
104
  onMouseDown: N,
105
105
  ...V,
106
- "data-tx": "0.33.0",
106
+ "data-tx": "0.34.0",
107
107
  ref: (e) => {
108
108
  a.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
109
109
  },
@@ -1,10 +1,10 @@
1
1
  import { jsx as e, jsxs as s, Fragment as m } from "react/jsx-runtime";
2
- import f, { useContext as u } from "react";
2
+ import u, { useContext as f } from "react";
3
3
  import { F as D } from "../../chunks/vendor-z35N2Tap.js";
4
4
  import { Dropdown as w } from "../Dropdown/Dropdown.js";
5
- import { DatePickerExtendedContext as b } from "./DatePickerExtendedContext.js";
5
+ import { DatePickerExtendedContext as x } from "./DatePickerExtendedContext.js";
6
6
  import "../Dropdown/mobile/DropdownMobile.js";
7
- import { DropdownMobileBody as x } from "../Dropdown/mobile/DropdownMobileBody.js";
7
+ import { DropdownMobileBody as b } from "../Dropdown/mobile/DropdownMobileBody.js";
8
8
  import { DropdownMobileClose as k } from "../Dropdown/mobile/DropdownMobileClose.js";
9
9
  import "../Dropdown/mobile/DropdownMobileFooter.js";
10
10
  import { DropdownMobileHeader as M } from "../Dropdown/mobile/DropdownMobileHeader.js";
@@ -14,11 +14,11 @@ import "../Dropdown/mobile/DropdownMobileList.js";
14
14
  import "../Dropdown/mobile/DropdownMobileListItem.js";
15
15
  import "../Loader/LoaderSmall/LoaderSmall.js";
16
16
  import "../Loader/LoaderMiddle/LoaderMiddle.js";
17
- const h = "datePickerExtendedMobileDropdown__b9672f6a", C = {
17
+ const h = "datePickerExtendedMobileDropdown__4ca9724e", C = {
18
18
  datePickerExtendedMobileDropdown: h
19
- }, E = f.forwardRef(
19
+ }, E = u.forwardRef(
20
20
  (i, d) => {
21
- const { children: P, targetRef: r, setOpened: a, renderHeaderTarget: c, renderCalendar: t, focusTrapProps: o, ...p } = i, { mouseUsedRef: n, setDropdownOpen: l } = u(b);
21
+ const { children: P, targetRef: r, setOpened: c, renderHeaderTarget: a, renderCalendar: t, focusTrapProps: o, ...p } = i, { mouseUsedRef: n, setDropdownOpen: l } = f(x);
22
22
  return /* @__PURE__ */ e(
23
23
  w,
24
24
  {
@@ -27,12 +27,12 @@ const h = "datePickerExtendedMobileDropdown__b9672f6a", C = {
27
27
  targetRef: r,
28
28
  mobileViewProps: {
29
29
  children: /* @__PURE__ */ s(m, { children: [
30
- /* @__PURE__ */ e(M, { controlButtons: /* @__PURE__ */ e(k, { onClick: () => l(!1) }), children: c() }),
31
- /* @__PURE__ */ e(x, { children: t(!0) })
30
+ /* @__PURE__ */ e(M, { controlButtons: /* @__PURE__ */ e(k, { onClick: () => l(!1) }), children: a() }),
31
+ /* @__PURE__ */ e(b, { children: t(!0) })
32
32
  ] }),
33
33
  className: C.datePickerExtendedMobileDropdown
34
34
  },
35
- setOpened: a,
35
+ setOpened: c,
36
36
  ...p,
37
37
  ref: d,
38
38
  children: /* @__PURE__ */ e(
@@ -4,25 +4,25 @@ import { CaretleftStrokeSrvIcon20 as D, RangeStrokeSrvIcon16 as Y, CaretrightStr
4
4
  import { dateFormatYYYYMMDD as r } from "../../consts/DateConst.js";
5
5
  import { EDateRangeShiftUnit as E } from "./enums.js";
6
6
  import { c as i } from "../../chunks/vendor-z35N2Tap.js";
7
- const F = "dateRange__4689d3bf", M = "dateRangeButton__761a4017", h = "separator__0850bc89", d = {
7
+ const F = "dateRange__ce2ea51a", M = "dateRangeButton__9f44b59f", h = "separator__b3edbb68", d = {
8
8
  dateRange: F,
9
9
  dateRangeButton: M,
10
10
  separator: h
11
11
  }, j = ({
12
12
  children: y,
13
13
  className: R,
14
- value: g,
14
+ value: f,
15
15
  onChange: o,
16
16
  shiftAmount: n = 1,
17
17
  shiftUnit: s = E.MONTH,
18
18
  hideNavigation: p,
19
- renderPickerFrom: f,
20
- renderPickerTo: u,
21
- renderButtonForward: S,
22
- renderButtonBack: b,
19
+ renderPickerFrom: g,
20
+ renderPickerTo: b,
21
+ renderButtonForward: u,
22
+ renderButtonBack: S,
23
23
  ...k
24
24
  }) => {
25
- const [t, a] = g, x = i(d.dateRange, R), B = (e) => {
25
+ const [t, a] = f, x = i(d.dateRange, R), B = (e) => {
26
26
  !e || !a || e <= a ? o([e, a]) : o([e, ""]);
27
27
  }, I = (e) => {
28
28
  !e || !t || e >= t ? o([t, e]) : o(["", e]);
@@ -44,22 +44,22 @@ const F = "dateRange__4689d3bf", M = "dateRangeButton__761a4017", h = "separator
44
44
  ]);
45
45
  };
46
46
  return /* @__PURE__ */ v("div", { className: x, ...k, children: [
47
- !p && b({
47
+ !p && S({
48
48
  children: /* @__PURE__ */ l(D, { paletteIndex: 5 }),
49
49
  className: i(d.dateRangeButton, { disabled: !(t && a) }),
50
50
  disabled: !(t && a),
51
51
  onClick: N
52
52
  }),
53
- f({
53
+ g({
54
54
  onChange: B,
55
55
  value: t
56
56
  }),
57
57
  /* @__PURE__ */ l(Y, { className: d.separator, paletteIndex: 5 }),
58
- u({
58
+ b({
59
59
  onChange: I,
60
60
  value: a
61
61
  }),
62
- !p && S({
62
+ !p && u({
63
63
  children: /* @__PURE__ */ l(C, { paletteIndex: 5 }),
64
64
  className: i(d.dateRangeButton, { disabled: !(t && a) }),
65
65
  disabled: !(t && a),
@@ -7,7 +7,7 @@ import { k as l } from "../../chunks/vendor-z35N2Tap.js";
7
7
  const n = {
8
8
  getCSSVariableByTokenGroup: (t, s) => {
9
9
  const e = Object.keys(t)[0], r = "triplex-next";
10
- let o = "0.33.0";
10
+ let o = "0.34.0";
11
11
  return o = o.replace(/\./g, "-"), Object.keys(t[e]).map(
12
12
  (T) => `--${r}-${e}-${T}-${o}: ${n.getTokenValue(
13
13
  t[e][T],
@@ -1,23 +1,23 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { c as g } from "../../chunks/vendor-z35N2Tap.js";
3
- const z = "divider__c6eab180", i = {
3
+ const z = "divider__259ba400", i = {
4
4
  divider: z,
5
- "marginTopSize-4": "marginTopSize-4__16e55e18",
6
- "marginBottomSize-4": "marginBottomSize-4__e4222f47",
7
- "marginTopSize-8": "marginTopSize-8__23beaf81",
8
- "marginBottomSize-8": "marginBottomSize-8__d9b8ebd5",
9
- "marginTopSize-12": "marginTopSize-12__9ef2f896",
10
- "marginBottomSize-12": "marginBottomSize-12__297b745b",
11
- "marginTopSize-16": "marginTopSize-16__bd26fed8",
12
- "marginBottomSize-16": "marginBottomSize-16__b5dd8acb",
13
- "marginTopSize-20": "marginTopSize-20__07692071",
14
- "marginBottomSize-20": "marginBottomSize-20__df1a9fd5",
15
- "marginTopSize-24": "marginTopSize-24__25aa35fb",
16
- "marginBottomSize-24": "marginBottomSize-24__0d606c49",
17
- "marginTopSize-28": "marginTopSize-28__706d13d1",
18
- "marginBottomSize-28": "marginBottomSize-28__d4ad36db",
19
- "marginTopSize-32": "marginTopSize-32__8eaab7d1",
20
- "marginBottomSize-32": "marginBottomSize-32__fdafe27f"
5
+ "marginTopSize-4": "marginTopSize-4__45879a5b",
6
+ "marginBottomSize-4": "marginBottomSize-4__292dd55a",
7
+ "marginTopSize-8": "marginTopSize-8__f5e29327",
8
+ "marginBottomSize-8": "marginBottomSize-8__6f50def0",
9
+ "marginTopSize-12": "marginTopSize-12__b645f615",
10
+ "marginBottomSize-12": "marginBottomSize-12__3a7e9176",
11
+ "marginTopSize-16": "marginTopSize-16__52fb7e1d",
12
+ "marginBottomSize-16": "marginBottomSize-16__c86fc0c5",
13
+ "marginTopSize-20": "marginTopSize-20__b06183ae",
14
+ "marginBottomSize-20": "marginBottomSize-20__24d6def5",
15
+ "marginTopSize-24": "marginTopSize-24__5a17fcc8",
16
+ "marginBottomSize-24": "marginBottomSize-24__f7df89a3",
17
+ "marginTopSize-28": "marginTopSize-28__07dd8174",
18
+ "marginBottomSize-28": "marginBottomSize-28__31564589",
19
+ "marginTopSize-32": "marginTopSize-32__af1c7999",
20
+ "marginBottomSize-32": "marginBottomSize-32__60361a4d"
21
21
  }, S = (e) => {
22
22
  const { className: a, marginTopSize: o, marginBottomSize: m, ...r } = e, t = g(
23
23
  i.divider,
@@ -8,7 +8,7 @@ import { StringUtils as B } from "../../utils/stringUtils.js";
8
8
  import { isKey as O } from "../../utils/keyboard.js";
9
9
  import { c as U } from "../../chunks/vendor-z35N2Tap.js";
10
10
  import { Link as Y } from "../Link/Link.js";
11
- const $ = "documentNumberEdit__fe77efb6", G = "label__42ececea", H = "inputEditWrapper__a5407744", c = {
11
+ const $ = "documentNumberEdit__0cb4a260", G = "label__2198d8d8", H = "inputEditWrapper__c3e29cf1", c = {
12
12
  documentNumberEdit: $,
13
13
  label: G,
14
14
  inputEditWrapper: H
@@ -1,12 +1,12 @@
1
1
  import { jsx as U } from "react/jsx-runtime";
2
2
  import B, { useState as F, useRef as I, useCallback as d, useEffect as O } from "react";
3
3
  import { c as j } from "../../../chunks/vendor-z35N2Tap.js";
4
- import { EDropdownDirection as u, EDropdownAlignment as R, EDropdownWidth as T } from "./enums.js";
4
+ import { EDropdownDirection as u, EDropdownAlignment as b, EDropdownWidth as T } from "./enums.js";
5
5
  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__b175e963", Q = "sm__baa246d6", X = "md__c2e6462e", Y = "lg__f57029ad", Z = "dropdownDesktopOverflowHidden__54d071a8", k = {
9
+ const J = "dropdownDesktop__f856e871", Q = "sm__ce56ee84", X = "md__61215687", Y = "lg__761a2a89", Z = "dropdownDesktopOverflowHidden__22f2155c", k = {
10
10
  dropdownDesktop: J,
11
11
  sm: Q,
12
12
  md: X,
@@ -19,13 +19,13 @@ const J = "dropdownDesktop__b175e963", Q = "sm__baa246d6", X = "md__c2e6462e", Y
19
19
  style: C,
20
20
  size: M = K.MD,
21
21
  direction: a = u.AUTO,
22
- alignment: _ = R.LEFT,
22
+ alignment: _ = b.LEFT,
23
23
  width: p = T.CONTENT,
24
24
  opened: s,
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(k.dropdownDesktop, $[M], z, A), w = d(
28
+ } = H, [W, g] = F({ opacity: 0 }), i = I(null), { scopeClassName: z } = q(), x = j(k.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,10 +42,10 @@ const J = "dropdownDesktop__b175e963", Q = "sm__baa246d6", X = "md__c2e6462e", 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
+ ), L = d(
46
46
  (e, t, o) => {
47
47
  const r = document.documentElement.clientWidth, v = t.left, D = t.right - o;
48
- if (_ === R.LEFT) {
48
+ if (_ === b.LEFT) {
49
49
  const y = v + o <= r;
50
50
  e.left = y ? v : Math.max(0, D);
51
51
  } else {
@@ -54,7 +54,7 @@ const J = "dropdownDesktop__b175e963", Q = "sm__baa246d6", X = "md__c2e6462e", Y
54
54
  }
55
55
  },
56
56
  [_]
57
- ), L = d(
57
+ ), R = d(
58
58
  (e, t, o) => {
59
59
  a === u.AUTO ? o.bottom + 4 + t.height < document.documentElement.clientHeight ? e.top = o.bottom + 4 : o.top - 4 - t.height > 0 ? e.bottom = document.documentElement.clientHeight - o.top + 4 : e.top = o.bottom + 4 : a === u.BOTTOM ? e.top = o.bottom + 4 : a === u.TOP && (e.bottom = document.documentElement.clientHeight - o.top + 4);
60
60
  },
@@ -63,10 +63,10 @@ const J = "dropdownDesktop__b175e963", Q = "sm__baa246d6", X = "md__c2e6462e", 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), R(o, e, t), L(o, t, r), g(o);
67
+ }, [l, p, R, L]);
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__b175e963", Q = "sm__baa246d6", X = "md__c2e6462e", Y
90
90
  className: x,
91
91
  style: { ...W, ...C },
92
92
  ...S,
93
- "data-tx": "0.33.0",
93
+ "data-tx": "0.34.0",
94
94
  ref: G,
95
95
  children: P
96
96
  }
@@ -1,7 +1,7 @@
1
1
  import { jsxs as y, jsx as h } from "react/jsx-runtime";
2
2
  import l, { useContext as B, useRef as b, useState as z, useEffect as f } from "react";
3
3
  import { c as _ } from "../../../chunks/vendor-z35N2Tap.js";
4
- import { s as D, D as x } from "../../../chunks/DropdownListItem-9uM7fY6X.js";
4
+ import { s as D, D as x } from "../../../chunks/DropdownListItem-Cspd56Yl.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-z35N2Tap.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-9uM7fY6X.js";
7
+ import { D } from "../../../chunks/DropdownListItem-Cspd56Yl.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-9uM7fY6X.js";
3
+ import { D as e } from "../../../chunks/DropdownListItem-Cspd56Yl.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-9uM7fY6X.js";
4
+ import { D as i } from "../../chunks/DropdownListItem-Cspd56Yl.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 m, { useEffect as a } 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-Dn9sFUCq.js";
5
+ import { s as p } from "../../../chunks/DropdownMobile.module-DrD6ibvE.js";
6
6
  const r = p.dropdownMobileBodyOverflow, y = m.forwardRef(
7
7
  ({ children: t, opened: o, setOpened: s, ...d }, i) => (a(() => (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 = m.forwardRef(
10
10
  ...l,
11
11
  ...d,
12
12
  ref: i,
13
- "data-tx": "0.33.0",
13
+ "data-tx": "0.34.0",
14
14
  children: t
15
15
  }
16
16
  ) }))
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import t from "react";
3
3
  import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
4
- import { s as i } from "../../../chunks/DropdownMobile.module-Dn9sFUCq.js";
4
+ import { s as i } from "../../../chunks/DropdownMobile.module-DrD6ibvE.js";
5
5
  const p = t.forwardRef(
6
6
  ({ children: o, className: r, ...s }, e) => /* @__PURE__ */ m("div", { className: d(i.dropdownMobileContent, r), ref: e, ...s, 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-z35N2Tap.js";
6
- import { s as i } from "../../../chunks/DropdownMobile.module-Dn9sFUCq.js";
6
+ import { s as i } from "../../../chunks/DropdownMobile.module-DrD6ibvE.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 t } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
4
- import { s as p } from "../../../chunks/DropdownMobile.module-Dn9sFUCq.js";
4
+ import { s as p } from "../../../chunks/DropdownMobile.module-DrD6ibvE.js";
5
5
  const a = m.forwardRef(
6
6
  ({ children: o, className: r, ...e }, s) => /* @__PURE__ */ t("div", { className: i(p.dropdownMobileFooter, r), ref: s, ...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-z35N2Tap.js";
4
- import { s as o } from "../../../chunks/DropdownMobile.module-Dn9sFUCq.js";
4
+ import { s as o } from "../../../chunks/DropdownMobile.module-DrD6ibvE.js";
5
5
  const n = t.forwardRef(
6
6
  ({ children: r, className: s, controlButtons: d, ...a }, i) => /* @__PURE__ */ l("div", { className: m(o.dropdownMobileHeader, s), 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-z35N2Tap.js";
4
4
  import { useToken as B } from "../../ThemeProvider/useToken.js";
5
- import { s as e } from "../../../chunks/DropdownMobile.module-Dn9sFUCq.js";
5
+ import { s as e } from "../../../chunks/DropdownMobile.module-DrD6ibvE.js";
6
6
  const C = y.forwardRef(
7
7
  ({
8
8
  children: m,
@@ -1,7 +1,7 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import r from "react";
3
3
  import { c as e } from "../../../chunks/vendor-z35N2Tap.js";
4
- const d = "dropdownMobileInput__e31f24be", i = {
4
+ const d = "dropdownMobileInput__3eeb18c3", i = {
5
5
  dropdownMobileInput: d
6
6
  }, s = r.forwardRef(
7
7
  ({ className: o, ...p }, n) => /* @__PURE__ */ t("input", { className: e(i.dropdownMobileInput, o), ...p, ref: n })
@@ -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 w } from "../../../enums/EComponentSize.js";
8
8
  import { DropdownMobileListItem as M } from "./DropdownMobileListItem.js";
9
- import { s as r } from "../../../chunks/DropdownMobile.module-Dn9sFUCq.js";
9
+ import { s as r } from "../../../chunks/DropdownMobile.module-DrD6ibvE.js";
10
10
  const u = p.forwardRef(
11
11
  ({ children: e, className: i, loading: t, ...m }, s) => {
12
12
  const [d] = n(() => c()), a = () => /* @__PURE__ */ o(M, { id: d, className: r.dropdownMobileListLoader, children: /* @__PURE__ */ o(L, { theme: b.BRAND, size: w.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-Dn9sFUCq.js";
8
+ import { s as r } from "../../../chunks/DropdownMobile.module-DrD6ibvE.js";
9
9
  const M = x.forwardRef(
10
10
  ({ children: o, className: s, id: b, onClick: t, onSelect: i, selected: m, showNotificationIcon: e, ...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-Dn9sFUCq.js";
7
+ import { s } from "../../../chunks/DropdownMobile.module-DrD6ibvE.js";
8
8
  const S = ({ className: o, ...r }) => /* @__PURE__ */ m(
9
9
  t,
10
10
  {
@@ -1,9 +1,9 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
3
3
  import { FormFieldMaskedInput as o } from "../../FormField/components/FormFieldMaskedInput.js";
4
- const t = "dropdownMobileMaskedInput__b1686643", r = {
4
+ const t = "dropdownMobileMaskedInput__8caf8ae8", r = {
5
5
  dropdownMobileMaskedInput: t
6
- }, n = ({ className: s, ...e }) => /* @__PURE__ */ p(o, { className: d(r.dropdownMobileMaskedInput, s), ...e });
6
+ }, n = ({ className: e, ...s }) => /* @__PURE__ */ p(o, { className: d(r.dropdownMobileMaskedInput, e), ...s });
7
7
  n.presets = o.presets;
8
8
  export {
9
9
  n as DropdownMobileMaskedInput
@@ -1,7 +1,7 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import t from "react";
3
3
  import { c as m } from "../../chunks/vendor-z35N2Tap.js";
4
- const c = "ellipsisLineClamp__d133a3b2", r = "oneLine__3e8d6191", e = {
4
+ const c = "ellipsisLineClamp__794edba5", r = "oneLine__42c87b55", e = {
5
5
  ellipsisLineClamp: c,
6
6
  oneLine: r
7
7
  }, L = t.forwardRef(
@@ -13,7 +13,7 @@ const c = "ellipsisLineClamp__d133a3b2", r = "oneLine__3e8d6191", e = {
13
13
  className: p,
14
14
  style: { "--ellipsis-line-clamp": s },
15
15
  ...n,
16
- "data-tx": "0.33.0",
16
+ "data-tx": "0.34.0",
17
17
  ref: o,
18
18
  children: i
19
19
  }
@@ -1,12 +1,12 @@
1
1
  import { EEmptyViewSize as i } from "./enums.js";
2
- import { jsxs as s, jsx as e, Fragment as x } from "react/jsx-runtime";
3
- import N from "react";
2
+ import { jsxs as s, jsx as e, Fragment as N } from "react/jsx-runtime";
3
+ import f from "react";
4
4
  import { c as A } from "../../chunks/vendor-z35N2Tap.js";
5
5
  import { Title as R } from "../Typography/Title.js";
6
6
  import { EFontWeightTitle as h, ETitleSize as p, ETextSize as M, EFontType as d, EFontWeightText as S } from "../Typography/enums.js";
7
7
  import { Text as _ } from "../Typography/Text.js";
8
8
  import { Gap as n } from "../Gap/Gap.js";
9
- const B = "emptyView__ec114f0d", D = "container__0b1f6feb", g = "icon__74575a8a", I = "textBlock__e704d91b", t = {
9
+ const B = "emptyView__c6ba2a5b", D = "container__62e38134", g = "icon__0a9b6d78", I = "textBlock__a71d2d6b", t = {
10
10
  emptyView: B,
11
11
  container: D,
12
12
  icon: g,
@@ -23,15 +23,15 @@ const B = "emptyView__ec114f0d", D = "container__0b1f6feb", g = "icon__74575a8a"
23
23
  }, z = {
24
24
  [i.SM]: 16,
25
25
  [i.MD]: 24
26
- }, k = N.forwardRef(
27
- ({ className: f, size: o, icon: a, title: c, description: r, caption: m, buttons: E, ...w }, y) => {
26
+ }, k = f.forwardRef(
27
+ ({ className: w, size: o, icon: a, title: c, description: r, caption: m, buttons: E, ...y }, x) => {
28
28
  const l = !!(r || m);
29
29
  return /* @__PURE__ */ s(
30
30
  "div",
31
31
  {
32
- className: A(t.emptyView, V[o], { [t.hasTitle]: !!c }, f),
33
- ref: y,
34
- ...w,
32
+ className: A(t.emptyView, V[o], { [t.hasTitle]: !!c }, w),
33
+ ref: x,
34
+ ...y,
35
35
  children: [
36
36
  /* @__PURE__ */ s("div", { className: t.container, children: [
37
37
  a && /* @__PURE__ */ e("div", { className: t.icon, children: a }),
@@ -62,7 +62,7 @@ const B = "emptyView__ec114f0d", D = "container__0b1f6feb", g = "icon__74575a8a"
62
62
  ] })
63
63
  ] })
64
64
  ] }),
65
- E && /* @__PURE__ */ s(x, { children: [
65
+ E && /* @__PURE__ */ s(N, { children: [
66
66
  /* @__PURE__ */ e(n, { size: z[o] }),
67
67
  /* @__PURE__ */ e("div", { className: t.buttons, children: E })
68
68
  ] })
@@ -1,7 +1,7 @@
1
1
  import { jsx as g } from "react/jsx-runtime";
2
2
  import N, { useRef as y } from "react";
3
3
  import { z as U, c as j } from "../../chunks/vendor-z35N2Tap.js";
4
- const z = "expandAnimation__098b8168", F = {
4
+ const z = "expandAnimation__2dbaf9e6", F = {
5
5
  expandAnimation: z
6
6
  }, I = 300, L = N.forwardRef(
7
7
  ({
@@ -10,7 +10,7 @@ const z = "expandAnimation__098b8168", F = {
10
10
  expanded: v,
11
11
  animationTime: f = I,
12
12
  style: R,
13
- onStart: d,
13
+ onStart: l,
14
14
  onEnd: h,
15
15
  transitionProps: e,
16
16
  ...w
@@ -21,27 +21,27 @@ const z = "expandAnimation__098b8168", F = {
21
21
  exiting: { height: 0, overflow: "hidden" },
22
22
  exited: { height: 0, overflow: "hidden", visibility: "hidden" },
23
23
  unmounted: {}
24
- }), l = y(null), H = (c) => {
24
+ }), d = y(null), H = (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);
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
27
  }, T = (c) => {
28
28
  var u;
29
29
  h == null || h(), (u = e == null ? void 0 : e.onEntered) == null || u.call(e, c);
30
30
  }, _ = () => {
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);
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
33
  }, b = () => {
34
34
  var c;
35
35
  h == null || h(), (c = e == null ? void 0 : e.onExited) == null || c.call(e);
36
36
  }, D = (c) => {
37
- l.current = c, typeof x == "function" ? x(c) : x && (x.current = c);
37
+ d.current = c, typeof x == "function" ? x(c) : x && (x.current = c);
38
38
  };
39
39
  return /* @__PURE__ */ g(
40
40
  U,
41
41
  {
42
42
  in: v,
43
43
  timeout: f,
44
- nodeRef: l,
44
+ nodeRef: d,
45
45
  ...e,
46
46
  onEnter: H,
47
47
  onEntered: T,
@@ -5,7 +5,7 @@ import "./components/FooterDescriptionControls.js";
5
5
  import "./components/FooterDescriptionContent.js";
6
6
  const p = Object.assign(
7
7
  e.forwardRef(function({ children: o, ...r }, t) {
8
- return /* @__PURE__ */ i("div", { ...r, "data-tx": "0.33.0", ref: t, children: o });
8
+ return /* @__PURE__ */ i("div", { ...r, "data-tx": "0.34.0", ref: t, 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-z35N2Tap.js";
6
- import { s as c } from "../../../chunks/Footer.module-cwVzdGju.js";
6
+ import { s as c } from "../../../chunks/Footer.module-DcYb0T1i.js";
7
7
  const f = Object.assign(
8
8
  s.forwardRef(function({ children: o, className: r, ...t }, e) {
9
9
  return /* @__PURE__ */ i("div", { className: p(c.footerDescription, r), ...t, 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-z35N2Tap.js";
4
- import { s as n } from "../../../chunks/Footer.module-cwVzdGju.js";
4
+ import { s as n } from "../../../chunks/Footer.module-DcYb0T1i.js";
5
5
  const p = 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-z35N2Tap.js";
4
- import { s as p } from "../../../chunks/Footer.module-cwVzdGju.js";
4
+ import { s as p } from "../../../chunks/Footer.module-DcYb0T1i.js";
5
5
  const a = i.forwardRef(
6
6
  ({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(p.footerDescriptionControls, r), ...s, ref: t, children: o })
7
7
  );