@sberbusiness/triplex-next 0.28.0 → 0.29.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 (441) hide show
  1. package/chunks/AlertProcessSpoiler-DE66k9NP.js +41 -0
  2. package/chunks/{CalendarViewItem-DysxnR-B.js → CalendarViewItem-D_gRwbwg.js} +24 -24
  3. package/chunks/Card.module-BWjkCuCg.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-D7kAm43p.js +15 -0
  5. package/chunks/Chip-Bk0l10k4.js +77 -0
  6. package/chunks/Confirm.module-UrrVAY0j.js +15 -0
  7. package/chunks/{DropdownListItem-DEMHVloq.js → DropdownListItem-CGZyMM5K.js} +16 -16
  8. package/chunks/DropdownMobile.module-DyKJlGOg.js +23 -0
  9. package/chunks/Footer.module-sbV81EJD.js +9 -0
  10. package/chunks/{FormFieldInput-Cb-NqZOL.js → FormFieldInput-B7snQZVi.js} +23 -23
  11. package/chunks/HeaderLayoutSidebar.module-x2nqqRdl.js +9 -0
  12. package/chunks/HeaderTabs.module-CksnQh12.js +9 -0
  13. package/chunks/{HeaderTitle.module-B2aVG-8s.js → HeaderTitle.module-CgarzGR5.js} +2 -2
  14. package/chunks/IslandAccordion.module-BXOOvpYn.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-DwWAkCRp.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-CQebj2O8.js +13 -0
  17. package/chunks/{LightBoxContent-CpxzDBba.js → LightBoxContent-BdM4QdVW.js} +6 -6
  18. package/chunks/LightBoxControls.module-CZYk-V6O.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-ColwiMcL.js +9 -0
  20. package/chunks/{ListItemControlsButton-BcWg1BjZ.js → ListItemControlsButton-Bo2ir8rI.js} +16 -16
  21. package/chunks/ListItemTail.module-CFYYwAc-.js +12 -0
  22. package/chunks/ListMasterFooter.module-BUKqB_dT.js +10 -0
  23. package/chunks/ModalWindow.module-4BH52pa7.js +17 -0
  24. package/chunks/Notification.module-Bkv2fddJ.js +20 -0
  25. package/chunks/Overlay.module-B986w4hy.js +18 -0
  26. package/chunks/Page.module-oopm23nH.js +11 -0
  27. package/chunks/SMSField.module-B48LpGzA.js +16 -0
  28. package/chunks/SliderExtendedMarks.module-DkUSlj4_.js +15 -0
  29. package/chunks/{SliderExtendedRail-D-T2vfBA.js → SliderExtendedRail-B1jT6Bzj.js} +6 -6
  30. package/chunks/StatusTracker.module-BtXyaaNz.js +24 -0
  31. package/chunks/{StepperStepArrowBorder-DoCkMkMz.js → StepperStepArrowBorder-CjYvRZAE.js} +8 -8
  32. package/chunks/{SuggestFieldMobileDropdownHint-DMUtIm6D.js → SuggestFieldMobileDropdownHint--qfcwzvU.js} +2 -2
  33. package/chunks/TableFooter.module-CTUrl1eY.js +14 -0
  34. package/chunks/TabsExtended.module-_Y6KIl3m.js +16 -0
  35. package/chunks/TabsLine.module-CaWr6_95.js +21 -0
  36. package/chunks/TooltipDesktop.module-Crnh1kg9.js +19 -0
  37. package/chunks/TreeView.module-BKMbHz4P.js +9 -0
  38. package/chunks/{UploadZoneInput-DBUlHhad.js → UploadZoneInput-BOfYw8qb.js} +5 -5
  39. package/chunks/{constants-3hOLYskn.js → constants-CsbqScFv.js} +9 -9
  40. package/chunks/utils-BB-XJeUI.js +28 -0
  41. package/chunks/utils-BREiNocx.js +24 -0
  42. package/chunks/{utils-BzsnXGYj.js → utils-DNiUrC2u.js} +4 -4
  43. package/chunks/utils-EiF_pPO4.js +73 -0
  44. package/chunks/{vendor---Om3uMV.js → vendor-DJ6wKpvR.js} +4 -4
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  47. package/components/Alert/AlertContext/AlertContext.js +26 -26
  48. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  50. package/components/Amount/Amount.js +3 -3
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +48 -23
  53. package/components/Badge/Badge.js +6 -6
  54. package/components/Badge/BadgeDot.js +8 -8
  55. package/components/Badge/components/BadgeContent.js +9 -9
  56. package/components/Badge/components/BadgePostfix.js +7 -7
  57. package/components/Badge/components/BadgePrefix.js +6 -6
  58. package/components/Body/Body.js +8 -8
  59. package/components/Button/Button.js +17 -17
  60. package/components/Button/ButtonBase.js +1 -1
  61. package/components/Button/ButtonDropdown.js +11 -11
  62. package/components/Button/ButtonDropdownExtended.js +8 -8
  63. package/components/Button/ButtonIcon.js +7 -7
  64. package/components/Calendar/Calendar.js +124 -118
  65. package/components/Calendar/CalendarContext.js +6 -6
  66. package/components/Calendar/components/CalendarControls.js +1 -1
  67. package/components/Calendar/components/CalendarFooter.js +4 -4
  68. package/components/Calendar/components/CalendarFooterButton.js +19 -21
  69. package/components/Calendar/components/CalendarViewDays.js +7 -10
  70. package/components/Calendar/components/CalendarViewItem.js +2 -2
  71. package/components/Calendar/components/CalendarViewMonths.js +29 -29
  72. package/components/Calendar/components/CalendarViewYears.js +1 -1
  73. package/components/Calendar/enums.js +1 -1
  74. package/components/Card/CardAction.js +13 -13
  75. package/components/Card/CardStatic.js +3 -3
  76. package/components/Card/components/CardContent/CardContent.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  78. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  79. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  80. package/components/Card/components/CardMedia.js +2 -2
  81. package/components/Card/utils.js +1 -1
  82. package/components/CarouselExtended/CarouselExtended.js +2 -2
  83. package/components/Checkbox/Checkbox.js +13 -13
  84. package/components/Checkbox/CheckboxXGroup.js +14 -14
  85. package/components/Checkbox/CheckboxYGroup.js +7 -7
  86. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  90. package/components/CheckboxTreeExtended/index.js +3 -1
  91. package/components/Chip/Chip.js +2 -2
  92. package/components/Chip/ChipClearButton.js +10 -10
  93. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  94. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  95. package/components/Chip/ChipDropdownArrow.js +5 -5
  96. package/components/Chip/ChipIcon.js +1 -1
  97. package/components/Chip/ChipMultiselect.js +2 -2
  98. package/components/Chip/ChipOptions.js +4 -4
  99. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  100. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  101. package/components/Chip/ChipSort.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  103. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  104. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  105. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +13 -13
  106. package/components/Chip/index.js +1 -1
  107. package/components/ChipGroup/ChipGroup.js +11 -11
  108. package/components/Col/Col.js +138 -138
  109. package/components/CollapsableTree/components/CollapsableTreeNode.js +4 -4
  110. package/components/CollapsableTree/index.js +7 -0
  111. package/components/Confirm/Confirm.js +2 -2
  112. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  113. package/components/Confirm/components/ConfirmContent.js +2 -2
  114. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  115. package/components/Confirm/components/ConfirmControls.js +2 -2
  116. package/components/DateField/DateField.js +18 -28
  117. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  118. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +12 -12
  119. package/components/DatePickerExtended/index.js +5 -0
  120. package/components/DateRange/DateRange.js +11 -11
  121. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  122. package/components/DesignTokens/components/Calendar.js +34 -42
  123. package/components/Divider/Divider.js +21 -21
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  125. package/components/Dropdown/desktop/DropdownDesktop.js +30 -30
  126. package/components/Dropdown/desktop/DropdownList.js +2 -2
  127. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  128. package/components/Dropdown/desktop/index.js +1 -1
  129. package/components/Dropdown/index.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  141. package/components/Ellipsis/Ellipsis.js +8 -8
  142. package/components/EmptyView/EmptyView.js +22 -22
  143. package/components/ExpandAnimation/ExpandAnimation.js +15 -15
  144. package/components/Footer/Footer.js +1 -1
  145. package/components/Footer/components/FooterDescription.js +2 -2
  146. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  147. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  148. package/components/FormField/FormField.js +18 -18
  149. package/components/FormField/components/FormFieldClear.js +8 -8
  150. package/components/FormField/components/FormFieldCounter.js +9 -11
  151. package/components/FormField/components/FormFieldDescription.js +5 -5
  152. package/components/FormField/components/FormFieldInput.js +2 -2
  153. package/components/FormField/components/FormFieldLabel.js +11 -11
  154. package/components/FormField/components/FormFieldMaskedInput.js +23 -23
  155. package/components/FormField/components/FormFieldPostfix.js +6 -6
  156. package/components/FormField/components/FormFieldPrefix.js +6 -6
  157. package/components/FormField/components/FormFieldTarget.js +21 -21
  158. package/components/FormField/components/FormFieldTextarea.js +24 -24
  159. package/components/FormField/components/index.js +1 -1
  160. package/components/FormField/index.js +1 -1
  161. package/components/Header/Header.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  165. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
  166. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  167. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  169. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  172. package/components/HelpBox/HelpBox.js +5 -5
  173. package/components/IconWrapper/IconWrapper.js +12 -12
  174. package/components/Island/Island.js +2 -2
  175. package/components/Island/components/IslandBody.js +6 -6
  176. package/components/Island/components/IslandFooter.js +4 -4
  177. package/components/Island/components/IslandHeader.js +2 -2
  178. package/components/Island/utils.js +1 -1
  179. package/components/IslandAccordion/IslandAccordion.js +3 -3
  180. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  181. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  182. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  183. package/components/IslandWidget/IslandWidget.js +7 -7
  184. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  185. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  186. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  187. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetHeader.js +19 -17
  190. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +18 -0
  192. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +21 -6
  193. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +18 -0
  194. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  195. package/components/LightBox/LightBox.js +6 -6
  196. package/components/LightBox/LightBoxContent.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  198. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  199. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  200. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +2 -2
  202. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  203. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  204. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  205. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +12 -12
  206. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
  207. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  208. package/components/Link/Link.js +20 -20
  209. package/components/List/List.js +8 -8
  210. package/components/List/ListSortable.js +1 -1
  211. package/components/List/components/ListEmptyState.js +4 -4
  212. package/components/List/components/ListItem.js +1 -1
  213. package/components/List/components/ListItemContent.js +7 -7
  214. package/components/List/components/ListItemControls.js +3 -3
  215. package/components/List/components/ListItemControlsButton.js +2 -2
  216. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  217. package/components/List/components/ListItemLoading.js +5 -5
  218. package/components/List/components/ListItemSelectable.js +6 -6
  219. package/components/List/components/ListItemTable.js +8 -8
  220. package/components/List/components/ListItemTailLeft.js +2 -2
  221. package/components/List/components/ListItemTailRight.js +2 -2
  222. package/components/List/components/ListSortableItem.js +5 -5
  223. package/components/List/components/ListSortableItemControls.js +7 -7
  224. package/components/List/components/ListSortableItemTarget.js +10 -10
  225. package/components/List/index.js +1 -1
  226. package/components/ListMaster/ListMaster.js +1 -1
  227. package/components/ListMaster/components/ListMasterBody.js +1 -1
  228. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  229. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  230. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  231. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  232. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  233. package/components/ListMaster/components/SelectionControls.js +7 -7
  234. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  235. package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
  236. package/components/LoaderScreen/LoaderScreen.js +12 -12
  237. package/components/Marker/Marker.js +2 -2
  238. package/components/Marker/utils.js +1 -1
  239. package/components/MarkerStatus/MarkerStatus.js +5 -5
  240. package/components/ModalWindow/ModalWindow.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  242. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  243. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  244. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  245. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  246. package/components/ModalWindow/index.js +11 -10
  247. package/components/MonthYearField/MonthYearField.js +19 -19
  248. package/components/MonthYearRange/MonthYearRange.js +14 -14
  249. package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
  250. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
  251. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  252. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +5 -5
  253. package/components/Notification/Notification.js +3 -3
  254. package/components/Notification/NotificationGrouped.js +1 -1
  255. package/components/Notification/components/NotificationBody.js +1 -1
  256. package/components/Notification/components/NotificationBodyList.js +2 -2
  257. package/components/Notification/components/NotificationClose.js +1 -1
  258. package/components/Notification/components/NotificationFooter.js +1 -1
  259. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  260. package/components/Notification/components/NotificationHeader.js +1 -1
  261. package/components/Notification/components/NotificationIcon.js +1 -1
  262. package/components/Notification/components/NotificationTime.js +1 -1
  263. package/components/NumberField/NumberFieldInput.js +1 -1
  264. package/components/OrderedList/OrderedList.js +7 -7
  265. package/components/OrderedList/OrderedListItem.js +3 -3
  266. package/components/Overlay/Overlay.js +2 -2
  267. package/components/Overlay/OverlayMask.js +2 -2
  268. package/components/Overlay/OverlayPanel.js +2 -2
  269. package/components/Page/Page.js +2 -2
  270. package/components/Page/components/BodyPage.js +12 -12
  271. package/components/Page/components/FooterPage.js +2 -2
  272. package/components/Page/components/HeaderPage.js +2 -2
  273. package/components/Page/index.js +10 -4
  274. package/components/Pagination/components/PaginationExtended.js +6 -6
  275. package/components/Pagination/components/PaginationNavigationButton.js +7 -7
  276. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  277. package/components/Pagination/components/PaginationPageButton.js +2 -2
  278. package/components/Pagination/components/PaginationPageEllipsis.js +6 -6
  279. package/components/Pagination/components/PaginationSelect.js +5 -5
  280. package/components/Pagination/utils/paginationUtils.js +1 -1
  281. package/components/Radio/Radio.js +14 -14
  282. package/components/Radio/RadioXGroup.js +14 -14
  283. package/components/Radio/RadioYGroup.js +9 -9
  284. package/components/Row/Row.js +6 -6
  285. package/components/SMSField/SMSField.js +3 -3
  286. package/components/SMSField/components/RefreshIcon.js +2 -2
  287. package/components/SMSField/components/SMSFieldInput.js +3 -3
  288. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  289. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  290. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  291. package/components/SMSField/index.js +9 -1
  292. package/components/SegmentedControl/SegmentedControl.js +4 -4
  293. package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
  294. package/components/SelectExtendedField/SelectExtendedField.js +10 -10
  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 +13 -13
  298. package/components/SelectField/SelectField.js +2 -2
  299. package/components/Skeleton/Skeleton.js +10 -10
  300. package/components/SliderExtended/SliderExtended.js +3 -3
  301. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
  302. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  303. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  304. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  305. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
  306. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
  307. package/components/SmallInput/SmallInput.js +5 -5
  308. package/components/Spoiler/Spoiler.js +10 -10
  309. package/components/StatusTracker/StatusTracker.js +16 -12
  310. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  314. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  315. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  316. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  317. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  318. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  319. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  320. package/components/StatusTracker/index.js +21 -5
  321. package/components/Step/Step.js +17 -17
  322. package/components/Stepper/Stepper.js +4 -4
  323. package/components/Stepper/StepperExtended.js +7 -7
  324. package/components/Stepper/StepperStep.js +3 -3
  325. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  326. package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
  327. package/components/Suggest/useSuggest.js +1 -1
  328. package/components/SuggestField/SuggestField.js +2 -2
  329. package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
  330. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  331. package/components/SuggestField/index.js +1 -1
  332. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  333. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  334. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  335. package/components/SuggestField/mobile/index.js +1 -1
  336. package/components/SwipeableArea/SwipeableArea.js +13 -13
  337. package/components/Table/FilterPanel.js +6 -6
  338. package/components/Table/MasterTable.js +26 -22
  339. package/components/Table/NoColumns.js +4 -4
  340. package/components/Table/PaginationPanel.js +5 -5
  341. package/components/Table/TableBasic/TableBasic.js +2 -2
  342. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  343. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  344. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  345. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  346. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  347. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  348. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  349. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  350. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  351. package/components/Table/TableFooter/TableFooter.js +2 -2
  352. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  353. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  354. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  355. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  356. package/components/Table/TabsLinePanel.js +6 -6
  357. package/components/Table/TabsLinePanelLinks.js +8 -8
  358. package/components/Table/index.js +25 -17
  359. package/components/Table/utils.js +1 -1
  360. package/components/Tabs/Tabs.js +22 -22
  361. package/components/TabsExtended/TabsExtended.js +3 -3
  362. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  363. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  364. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  365. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  366. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  367. package/components/TabsExtended/utils.js +1 -1
  368. package/components/TabsLine/TabsLine.js +2 -2
  369. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  370. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  371. package/components/TabsLine/components/TabsLineItem.js +2 -2
  372. package/components/TabsLine/components/TabsLineMobile.js +10 -10
  373. package/components/Tag/Tag.js +20 -20
  374. package/components/TagColor/TagColor.js +14 -14
  375. package/components/TagGroup/TagGroup.js +11 -11
  376. package/components/TextField/TextField.js +1 -1
  377. package/components/TextareaField/TextareaField.js +1 -1
  378. package/components/ThemeProvider/ThemeProvider.js +5 -5
  379. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  380. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  381. package/components/Tooltip/components/common/TooltipLink.js +10 -10
  382. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  383. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  384. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  385. package/components/Tooltip/components/mobile/TooltipMobile.js +10 -10
  386. package/components/TopOverlay/TopOverlay.js +15 -15
  387. package/components/TreeView/TreeView.js +2 -2
  388. package/components/TreeView/components/TreeViewGroup.js +1 -1
  389. package/components/TreeView/components/TreeViewNode.js +2 -2
  390. package/components/TreeView/index.js +10 -0
  391. package/components/Triggers/index.js +5 -0
  392. package/components/Typography/Caption.js +20 -20
  393. package/components/Typography/CodeText.js +8 -8
  394. package/components/Typography/Text.js +20 -20
  395. package/components/Typography/Title.js +15 -15
  396. package/components/Typography/constants.js +1 -1
  397. package/components/UnorderedList/UnorderedList.js +3 -3
  398. package/components/UnorderedList/UnorderedListItem.js +3 -3
  399. package/components/UploadZone/UploadZone.js +3 -3
  400. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  401. package/components/UploadZone/index.js +4 -2
  402. package/components/WindowResizeListener/WindowResizeListener.js +4 -4
  403. package/components/WindowResizeListener/index.js +5 -0
  404. package/components/index.js +632 -572
  405. package/index.d.ts +404 -65
  406. package/index.js +653 -593
  407. package/package.json +21 -1
  408. package/styles/triplex-next.css +538 -538
  409. package/types/index.js +2 -0
  410. package/utils/amountUtils.js +1 -1
  411. package/chunks/AlertProcessSpoiler-vonjWRtY.js +0 -41
  412. package/chunks/Card.module-DLzMeKEe.js +0 -17
  413. package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +0 -15
  414. package/chunks/Chip-C8WEqATD.js +0 -77
  415. package/chunks/Confirm.module-C9UyoM6r.js +0 -15
  416. package/chunks/DropdownMobile.module-D_HYruos.js +0 -23
  417. package/chunks/Footer.module-BijXXNLX.js +0 -9
  418. package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +0 -9
  419. package/chunks/HeaderTabs.module-Yh7VuJr3.js +0 -9
  420. package/chunks/IslandAccordion.module-DXpQN7Ws.js +0 -25
  421. package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +0 -9
  422. package/chunks/IslandWidgetHeader.module-BntNmew_.js +0 -12
  423. package/chunks/LightBoxControls.module-BulvfqYp.js +0 -16
  424. package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +0 -9
  425. package/chunks/ListItemTail.module-lle264d5.js +0 -12
  426. package/chunks/ListMasterFooter.module-ezPsYAZz.js +0 -10
  427. package/chunks/ModalWindow.module-CbeisCTo.js +0 -17
  428. package/chunks/Notification.module-Cdt0qyac.js +0 -20
  429. package/chunks/Overlay.module-s6l_vTfQ.js +0 -18
  430. package/chunks/Page.module-DfXEH6KZ.js +0 -11
  431. package/chunks/SMSField.module-CTGDSJ9H.js +0 -16
  432. package/chunks/SliderExtendedMarks.module-CEd_dK23.js +0 -15
  433. package/chunks/StatusTracker.module-DhavZ4lj.js +0 -24
  434. package/chunks/TableFooter.module-BEbAVyAP.js +0 -14
  435. package/chunks/TabsExtended.module-DvTlvDRg.js +0 -16
  436. package/chunks/TabsLine.module-Dc3Qo19q.js +0 -21
  437. package/chunks/TooltipDesktop.module-CU7dGBwe.js +0 -19
  438. package/chunks/TreeView.module-BYYaw1fa.js +0 -9
  439. package/chunks/utils-8R7OR9DQ.js +0 -24
  440. package/chunks/utils-C0T4qN0O.js +0 -73
  441. package/chunks/utils-C3N8DE_4.js +0 -28
@@ -1,15 +1,15 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import d, { useContext as x, useRef as u, useEffect as a } from "react";
3
- import { FormFieldContext as F } from "../FormFieldContext.js";
4
- import { c as p } from "../../../chunks/vendor---Om3uMV.js";
5
- const P = "formFieldPrefix__aa0000e2", R = {
2
+ import d, { useContext as x, useRef as u, useEffect as F } from "react";
3
+ import { FormFieldContext as p } from "../FormFieldContext.js";
4
+ import { c as a } from "../../../chunks/vendor-DJ6wKpvR.js";
5
+ const P = "formFieldPrefix__26978044", R = {
6
6
  formFieldPrefix: P
7
7
  }, h = d.forwardRef(
8
8
  ({ children: o, className: i, ...f }, r) => {
9
- const s = p(R.formFieldPrefix, i), { prefixWidth: n, setPrefixWidth: c } = x(F), t = u(), m = (e) => {
9
+ const s = a(R.formFieldPrefix, i), { prefixWidth: n, setPrefixWidth: c } = x(p), t = u(), m = (e) => {
10
10
  t.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
11
11
  };
12
- return a(() => {
12
+ return F(() => {
13
13
  if (!t.current)
14
14
  return;
15
15
  const { width: e } = t.current.getBoundingClientRect();
@@ -1,10 +1,10 @@
1
- import { jsx as b } from "react/jsx-runtime";
2
- import f, { useContext as S, useMemo as g, useLayoutEffect as h, useCallback as F } from "react";
3
- import { u as y, c as A } from "../../../chunks/vendor---Om3uMV.js";
1
+ import { jsx as _ } from "react/jsx-runtime";
2
+ import b, { useContext as S, useMemo as g, useLayoutEffect as h, useCallback as F } from "react";
3
+ import { u as y, c as A } from "../../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { FormFieldContext as L } from "../FormFieldContext.js";
5
- import { EFormFieldStatus as d } from "../enums.js";
5
+ import { EFormFieldStatus as l } from "../enums.js";
6
6
  import { createSizeToClassNameMap as W } from "../../../utils/classNameMaps.js";
7
- const z = "formFieldTarget__2eb5b199", M = "sm__03b1ce1c", R = "md__35be776a", j = "lg__eb185181", k = "placeholder__e3de647c", q = "disabled__d0a25adf", w = "placeholderWrapper__6a725d70", B = "active__e3b267de", e = {
7
+ const z = "formFieldTarget__1141b780", M = "sm__73ad6550", R = "md__f8b59b9a", j = "lg__dd7da29d", k = "placeholder__c083c6d8", q = "disabled__0f67b9dd", w = "placeholderWrapper__251cffc2", B = "active__38638889", e = {
8
8
  formFieldTarget: z,
9
9
  sm: M,
10
10
  md: R,
@@ -13,42 +13,42 @@ const z = "formFieldTarget__2eb5b199", M = "sm__03b1ce1c", R = "md__35be776a", j
13
13
  disabled: q,
14
14
  placeholderWrapper: w,
15
15
  active: B
16
- }, G = W(e), H = f.forwardRef(
16
+ }, G = W(e), H = b.forwardRef(
17
17
  ({ children: o, id: c, className: T, placeholder: p, onFocus: a, onBlur: t, ...D }, I) => {
18
- const { size: u, status: s, active: v, labelId: x, setFilled: n, setFocused: r, setTargetId: _ } = S(L), i = g(() => c === void 0 ? y("target_") : c, [c]), l = g(() => f.Children.toArray(o).length !== 0, [o]), E = A(e.formFieldTarget, G[u], T, {
19
- [e.disabled]: s === d.DISABLED,
20
- [e.placeholder]: !!p && !l && s !== d.DISABLED,
18
+ const { size: u, status: s, active: v, labelId: x, setFilled: n, setFocused: d, setTargetId: f } = S(L), i = g(() => c === void 0 ? y("target_") : c, [c]), r = g(() => b.Children.toArray(o).length !== 0, [o]), E = A(e.formFieldTarget, G[u], T, {
19
+ [e.disabled]: s === l.DISABLED,
20
+ [e.placeholder]: !!p && !r && s !== l.DISABLED,
21
21
  [e.active]: v
22
22
  });
23
23
  h(() => {
24
- _(i);
25
- }, [i, _]), h(() => {
26
- n(l);
27
- }, [l, n]);
24
+ f(i);
25
+ }, [i, f]), h(() => {
26
+ n(r);
27
+ }, [r, n]);
28
28
  const C = F(
29
29
  (m) => {
30
- r(!0), a == null || a(m);
30
+ d(!0), a == null || a(m);
31
31
  },
32
- [a, r]
32
+ [a, d]
33
33
  ), N = F(
34
34
  (m) => {
35
- r(!1), t == null || t(m);
35
+ d(!1), t == null || t(m);
36
36
  },
37
- [t, r]
37
+ [t, d]
38
38
  );
39
- return /* @__PURE__ */ b(
39
+ return /* @__PURE__ */ _(
40
40
  "div",
41
41
  {
42
42
  ...D,
43
43
  id: i,
44
44
  className: E,
45
- tabIndex: s === d.DISABLED ? -1 : 0,
45
+ tabIndex: s === l.DISABLED ? -1 : 0,
46
46
  "aria-labelledby": x,
47
- "aria-disabled": s === d.DISABLED,
47
+ "aria-disabled": s === l.DISABLED,
48
48
  onBlur: N,
49
49
  onFocus: C,
50
50
  ref: I,
51
- children: l ? o : /* @__PURE__ */ b("span", { className: e.placeholderWrapper, children: p })
51
+ children: r ? o : /* @__PURE__ */ _("span", { className: e.placeholderWrapper, children: p })
52
52
  }
53
53
  );
54
54
  }
@@ -1,50 +1,50 @@
1
1
  import { jsx as I } from "react/jsx-runtime";
2
- import M, { useContext as n, useMemo as C, useCallback as a, useLayoutEffect as x } from "react";
3
- import { u as D, c as L } from "../../../chunks/vendor---Om3uMV.js";
2
+ import M, { useContext as n, useMemo as C, useCallback as s, useLayoutEffect as x } from "react";
3
+ import { u as D, c as L } from "../../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { createSizeToClassNameMap as R } from "../../../utils/classNameMaps.js";
5
5
  import { FormFieldContext as W } from "../FormFieldContext.js";
6
6
  import { EFormFieldStatus as j } from "../enums.js";
7
7
  import { isFilled as q } from "./utils.js";
8
- const w = "formFieldTextarea__bb8a94d8", G = "sm__03b1ce1c", H = "md__35be776a", J = "lg__eb185181", u = {
8
+ const w = "formFieldTextarea__4ddb6778", G = "sm__73ad6550", H = "md__f8b59b9a", J = "lg__dd7da29d", u = {
9
9
  formFieldTextarea: w,
10
10
  sm: G,
11
11
  md: H,
12
12
  lg: J
13
13
  }, K = R(u), O = M.forwardRef(
14
- ({ id: d, className: p, value: s, defaultValue: F, onFocus: r, onBlur: l, onAnimationStart: m, onChange: i, ..._ }, b) => {
15
- const { size: N, status: g, setFocused: o, setTargetId: T, setFilled: c } = n(W), f = C(() => d === void 0 ? D("textarea_") : d, [d]), h = L(u.formFieldTextarea, K[N], p), t = a(
14
+ ({ id: c, className: p, value: a, defaultValue: F, onFocus: r, onBlur: d, onAnimationStart: l, onChange: m, ..._ }, N) => {
15
+ const { size: b, status: g, setFocused: i, setTargetId: T, setFilled: o } = n(W), f = C(() => c === void 0 ? D("textarea_") : c, [c]), h = L(u.formFieldTextarea, K[b], p), t = s(
16
16
  (e) => {
17
- c(q(e));
17
+ o(q(e));
18
18
  },
19
- [c]
19
+ [o]
20
20
  );
21
21
  x(() => {
22
22
  T(f);
23
23
  }, [f, T]), x(() => {
24
- t(s ?? F);
24
+ t(a ?? F);
25
25
  }, []), x(() => {
26
- s !== void 0 && t(s);
27
- }, [s, t]);
28
- const y = a(
26
+ a !== void 0 && t(a);
27
+ }, [a, t]);
28
+ const y = s(
29
29
  (e) => {
30
- t(e.currentTarget.value), o(!0), r == null || r(e);
30
+ t(e.currentTarget.value), i(!0), r == null || r(e);
31
31
  },
32
- [t, o, r]
33
- ), k = a(
32
+ [t, i, r]
33
+ ), k = s(
34
34
  (e) => {
35
- t(e.currentTarget.value), o(!1), l == null || l(e);
35
+ t(e.currentTarget.value), i(!1), d == null || d(e);
36
36
  },
37
- [t, o, l]
38
- ), z = a(
37
+ [t, i, d]
38
+ ), z = s(
39
39
  (e) => {
40
- e.animationName.startsWith("autofill-applied-hook") ? c(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), m == null || m(e);
40
+ e.animationName.startsWith("autofill-applied-hook") ? o(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), l == null || l(e);
41
41
  },
42
- [c, t, m]
43
- ), E = a(
42
+ [o, t, l]
43
+ ), E = s(
44
44
  (e) => {
45
- t(e.currentTarget.value), i == null || i(e);
45
+ t(e.currentTarget.value), m == null || m(e);
46
46
  },
47
- [i, t]
47
+ [m, t]
48
48
  );
49
49
  return /* @__PURE__ */ I(
50
50
  "textarea",
@@ -52,14 +52,14 @@ const w = "formFieldTextarea__bb8a94d8", G = "sm__03b1ce1c", H = "md__35be776a",
52
52
  ..._,
53
53
  id: f,
54
54
  className: h,
55
- value: s,
55
+ value: a,
56
56
  defaultValue: F,
57
57
  disabled: g === j.DISABLED,
58
58
  onFocus: y,
59
59
  onBlur: k,
60
60
  onAnimationStart: z,
61
61
  onChange: E,
62
- ref: b
62
+ ref: N
63
63
  }
64
64
  );
65
65
  }
@@ -1,7 +1,7 @@
1
1
  import { FormFieldClear as e } from "./FormFieldClear.js";
2
2
  import { FormFieldCounter as m } from "./FormFieldCounter.js";
3
3
  import { FormFieldDescription as i } from "./FormFieldDescription.js";
4
- import { F as x } from "../../../chunks/FormFieldInput-Cb-NqZOL.js";
4
+ import { F as x } from "../../../chunks/FormFieldInput-B7snQZVi.js";
5
5
  import { FormFieldLabel as l } from "./FormFieldLabel.js";
6
6
  import { FormFieldMaskedInput as a } from "./FormFieldMaskedInput.js";
7
7
  import { FormFieldPostfix as s } from "./FormFieldPostfix.js";
@@ -2,7 +2,7 @@ import { EFormFieldStatus as e } from "./enums.js";
2
2
  import { FormFieldClear as F } from "./components/FormFieldClear.js";
3
3
  import { FormFieldCounter as i } from "./components/FormFieldCounter.js";
4
4
  import { FormFieldDescription as l } from "./components/FormFieldDescription.js";
5
- import { F as f } from "../../chunks/FormFieldInput-Cb-NqZOL.js";
5
+ import { F as f } from "../../chunks/FormFieldInput-B7snQZVi.js";
6
6
  import { FormFieldLabel as a } from "./components/FormFieldLabel.js";
7
7
  import { FormFieldMaskedInput as u } from "./components/FormFieldMaskedInput.js";
8
8
  import { FormFieldPostfix as C } from "./components/FormFieldPostfix.js";
@@ -12,7 +12,7 @@ import "./components/HeaderTitle/HeaderTitleContent.js";
12
12
  import "./components/HeaderTitle/HeaderTitleControls.js";
13
13
  const f = Object.assign(
14
14
  a.forwardRef(function({ children: r, ...e }, o) {
15
- return /* @__PURE__ */ t("div", { ...e, "data-tx": "0.28.0", ref: o, children: r });
15
+ return /* @__PURE__ */ t("div", { ...e, "data-tx": "0.29.0", ref: o, children: r });
16
16
  }),
17
17
  {
18
18
  LayoutSidebar: p,
@@ -1,9 +1,9 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as d } from "../../../../chunks/vendor---Om3uMV.js";
3
+ import { c as d } from "../../../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
5
5
  import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
6
- import { s as b } from "../../../../chunks/HeaderLayoutSidebar.module-BvSSRT60.js";
6
+ import { s as b } from "../../../../chunks/HeaderLayoutSidebar.module-x2nqqRdl.js";
7
7
  const f = Object.assign(
8
8
  i.forwardRef(function({ children: r, className: e, ...a }, o) {
9
9
  return /* @__PURE__ */ t("div", { className: d(b.headerLayoutSidebar, e), ...a, ref: o, children: r });
@@ -1,7 +1,7 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as m } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as d } from "../../../../chunks/HeaderLayoutSidebar.module-BvSSRT60.js";
3
+ import { c as m } from "../../../../chunks/vendor-DJ6wKpvR.js";
4
+ import { s as d } from "../../../../chunks/HeaderLayoutSidebar.module-x2nqqRdl.js";
5
5
  const i = s.forwardRef(
6
6
  ({ children: e, className: a, ...o }, r) => /* @__PURE__ */ t("div", { className: m(d.headerLayoutSidebarContent, a), ...o, ref: r, children: e })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as s } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as t } from "../../../../chunks/HeaderLayoutSidebar.module-BvSSRT60.js";
3
+ import { c as s } from "../../../../chunks/vendor-DJ6wKpvR.js";
4
+ import { s as t } from "../../../../chunks/HeaderLayoutSidebar.module-x2nqqRdl.js";
5
5
  const m = i.forwardRef(
6
6
  ({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: s(t.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
7
7
  );
@@ -1,10 +1,10 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import h from "react";
3
- import { c as i } from "../../../../chunks/vendor---Om3uMV.js";
4
- const u = "headerSubheader__d1e7a88a", n = "withoutPaddings__9948fd53", e = {
5
- headerSubheader: u,
6
- withoutPaddings: n
7
- }, c = h.forwardRef(
3
+ import { c as i } from "../../../../chunks/vendor-DJ6wKpvR.js";
4
+ const c = "headerSubheader__cb56b543", u = "withoutPaddings__98cf6328", e = {
5
+ headerSubheader: c,
6
+ withoutPaddings: u
7
+ }, n = h.forwardRef(
8
8
  ({ children: a, className: d, withoutPaddings: r, ...o }, t) => /* @__PURE__ */ s(
9
9
  "div",
10
10
  {
@@ -15,8 +15,8 @@ const u = "headerSubheader__d1e7a88a", n = "withoutPaddings__9948fd53", e = {
15
15
  }
16
16
  )
17
17
  );
18
- c.displayName = "HeaderSubheader";
18
+ n.displayName = "HeaderSubheader";
19
19
  export {
20
- c as HeaderSubheader
20
+ n as HeaderSubheader
21
21
  };
22
22
  //# sourceMappingURL=HeaderSubheader.js.map
@@ -2,8 +2,8 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import t from "react";
3
3
  import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
4
4
  import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
5
- import { c as i } from "../../../../chunks/vendor---Om3uMV.js";
6
- import { s as d } from "../../../../chunks/HeaderTabs.module-Yh7VuJr3.js";
5
+ import { c as i } from "../../../../chunks/vendor-DJ6wKpvR.js";
6
+ import { s as d } from "../../../../chunks/HeaderTabs.module-CksnQh12.js";
7
7
  const f = Object.assign(
8
8
  t.forwardRef(function({ children: r, className: e, ...o }, a) {
9
9
  return /* @__PURE__ */ s("div", { className: i(d.headerTabs, e), ...o, ref: a, children: r });
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as m } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as n } from "../../../../chunks/HeaderTabs.module-Yh7VuJr3.js";
3
+ import { c as m } from "../../../../chunks/vendor-DJ6wKpvR.js";
4
+ import { s as n } from "../../../../chunks/HeaderTabs.module-CksnQh12.js";
5
5
  const d = s.forwardRef(
6
6
  ({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import t from "react";
3
- import { c as m } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as l } from "../../../../chunks/HeaderTabs.module-Yh7VuJr3.js";
3
+ import { c as m } from "../../../../chunks/vendor-DJ6wKpvR.js";
4
+ import { s as l } from "../../../../chunks/HeaderTabs.module-CksnQh12.js";
5
5
  const d = t.forwardRef(
6
6
  ({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
7
7
  );
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
2
2
  import a from "react";
3
3
  import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
4
4
  import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
5
- import { c as l } from "../../../../chunks/vendor---Om3uMV.js";
6
- import { s as n } from "../../../../chunks/HeaderTitle.module-B2aVG-8s.js";
5
+ import { c as l } from "../../../../chunks/vendor-DJ6wKpvR.js";
6
+ import { s as n } from "../../../../chunks/HeaderTitle.module-CgarzGR5.js";
7
7
  const d = Object.assign(
8
8
  a.forwardRef(function({ children: e, className: r, ...t }, o) {
9
9
  return /* @__PURE__ */ i("div", { className: l(n.headerTitle, r), ...t, ref: o, children: e });
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as l } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as e } from "../../../../chunks/HeaderTitle.module-B2aVG-8s.js";
3
+ import { c as l } from "../../../../chunks/vendor-DJ6wKpvR.js";
4
+ import { s as e } from "../../../../chunks/HeaderTitle.module-CgarzGR5.js";
5
5
  const m = i.forwardRef(
6
6
  ({ children: t, className: r, ...o }, a) => /* @__PURE__ */ s(
7
7
  "div",
@@ -1,7 +1,7 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import a from "react";
3
- import { c as i } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as o } from "../../../../chunks/HeaderTitle.module-B2aVG-8s.js";
3
+ import { c as i } from "../../../../chunks/vendor-DJ6wKpvR.js";
4
+ import { s as o } from "../../../../chunks/HeaderTitle.module-CgarzGR5.js";
5
5
  const m = a.forwardRef(
6
6
  ({ children: r, className: e, ...t }, s) => /* @__PURE__ */ l(
7
7
  "div",
@@ -1,6 +1,6 @@
1
1
  import { jsxs as x, Fragment as E, jsx as e } from "react/jsx-runtime";
2
2
  import L, { useRef as j, useState as a } from "react";
3
- import { u as k, c as _, F as q } from "../../chunks/vendor---Om3uMV.js";
3
+ import { u as k, c as _, F as q } from "../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { QuestioncircleFilledSrvIcon16 as z } from "@sberbusiness/icons-next";
5
5
  import { ButtonIcon as C } from "../Button/ButtonIcon.js";
6
6
  import { EButtonIconShape as D } from "../Button/enums.js";
@@ -9,7 +9,7 @@ import { TooltipMobileHeader as Q } from "../Tooltip/components/mobile/component
9
9
  import { MobileView as V } from "../MobileView/MobileView.js";
10
10
  import { getDataHTMLAttributes as X } from "../../utils/html/DataAttributes.js";
11
11
  import { getAriaHTMLAttributes as $ } from "../../utils/html/AriaAttributes.js";
12
- const w = "helpBoxButton__16df5062", A = {
12
+ const w = "helpBoxButton__466db3f0", A = {
13
13
  helpBoxButton: w
14
14
  }, G = L.forwardRef(
15
15
  ({
@@ -26,9 +26,9 @@ const w = "helpBoxButton__16df5062", A = {
26
26
  tooltipDataAttributes: p,
27
27
  iconProps: v,
28
28
  tooltipXButtonProps: O,
29
- ...y
29
+ ...b
30
30
  }, i) => {
31
- const d = j(null), [b, g] = a(!!l), [f, B] = a(null), [h] = a(k()), s = l ?? b, H = (t) => {
31
+ const d = j(null), [y, g] = a(!!l), [f, B] = a(null), [h] = a(k()), s = l ?? y, H = (t) => {
32
32
  d.current = t, typeof i == "function" ? i(t) : i && (i.current = t);
33
33
  }, M = (t) => {
34
34
  l === void 0 && g(t), t || B(null), c == null || c(t);
@@ -77,7 +77,7 @@ const w = "helpBoxButton__16df5062", A = {
77
77
  className: _(A.helpBoxButton, I),
78
78
  shape: D.CIRCLE,
79
79
  ref: H,
80
- ...y,
80
+ ...b,
81
81
  children: /* @__PURE__ */ e(z, { paletteIndex: 5, ...v })
82
82
  }
83
83
  ) }),
@@ -1,27 +1,27 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import p from "react";
3
- import { c as d } from "../../chunks/vendor---Om3uMV.js";
4
- const m = "disableInteraction__c9419b71", b = "displayContents__8e34361a", t = {
3
+ import { c as d } from "../../chunks/vendor-DJ6wKpvR.js";
4
+ const m = "disableInteraction__7998aaca", f = "displayContents__f33cecf5", a = {
5
5
  disableInteraction: m,
6
- displayContents: b
7
- }, y = p.forwardRef(
8
- ({ children: a, className: s, active: e, disabled: n, disableInteraction: o, displayContents: i, ...r }, c) => /* @__PURE__ */ l(
6
+ displayContents: f
7
+ }, b = p.forwardRef(
8
+ ({ children: t, className: s, active: e, disabled: n, disableInteraction: o, displayContents: c, ...i }, r) => /* @__PURE__ */ l(
9
9
  "span",
10
10
  {
11
- ref: c,
11
+ ref: r,
12
12
  className: d("hoverable", s, {
13
13
  active: !!e,
14
14
  disabled: !!n,
15
- [t.disableInteraction]: !!o,
16
- [t.displayContents]: !!i
15
+ [a.disableInteraction]: !!o,
16
+ [a.displayContents]: !!c
17
17
  }),
18
- ...r,
19
- children: a
18
+ ...i,
19
+ children: t
20
20
  }
21
21
  )
22
22
  );
23
- y.displayName = "IconWrapper";
23
+ b.displayName = "IconWrapper";
24
24
  export {
25
- y as IconWrapper
25
+ b as IconWrapper
26
26
  };
27
27
  //# sourceMappingURL=IconWrapper.js.map
@@ -1,11 +1,11 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as d } from "../../chunks/vendor---Om3uMV.js";
3
+ import { c as d } from "../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { EIslandType as l } from "./enums.js";
5
5
  import { IslandBody as n } from "./components/IslandBody.js";
6
6
  import { IslandHeader as f } from "./components/IslandHeader.js";
7
7
  import { IslandFooter as c } from "./components/IslandFooter.js";
8
- import { s as o, m as y } from "../../chunks/utils-8R7OR9DQ.js";
8
+ import { s as o, m as y } from "../../chunks/utils-BREiNocx.js";
9
9
  import { EComponentSize as I } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
11
11
  const N = T(o), C = Object.assign(
@@ -1,12 +1,12 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import t from "react";
3
- import { c as n } from "../../../chunks/vendor---Om3uMV.js";
4
- const i = "islandBody__271ffb1b", l = {
3
+ import { c as n } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ const i = "islandBody__0be6fa8d", l = {
5
5
  islandBody: i
6
- }, e = t.forwardRef(
7
- ({ children: o, className: s, ...d }, r) => /* @__PURE__ */ a("div", { className: n(l.islandBody, s), ref: r, ...d, children: o })
6
+ }, f = t.forwardRef(
7
+ ({ children: o, className: s, ...d }, a) => /* @__PURE__ */ r("div", { className: n(l.islandBody, s), ref: a, ...d, children: o })
8
8
  );
9
9
  export {
10
- e as IslandBody
10
+ f as IslandBody
11
11
  };
12
12
  //# sourceMappingURL=IslandBody.js.map
@@ -1,9 +1,9 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as a } from "../../../chunks/vendor---Om3uMV.js";
4
- const c = "islandFooter__d3cdc788", d = {
5
- islandFooter: c
6
- }, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(d.islandFooter), ref: s, ...r, children: o }));
3
+ import { c as a } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ const n = "islandFooter__e34497b9", i = {
5
+ islandFooter: n
6
+ }, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(i.islandFooter), ref: s, ...r, children: o }));
7
7
  export {
8
8
  m as IslandFooter
9
9
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as o } from "../../../chunks/vendor---Om3uMV.js";
4
- const t = "islandHeader__e9180594", n = {
3
+ import { c as o } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ const t = "islandHeader__1b2227e3", n = {
5
5
  islandHeader: t
6
6
  }, m = d.forwardRef(({ children: e, ...r }, a) => /* @__PURE__ */ s("div", { className: o(n.islandHeader), ref: a, ...r, children: e }));
7
7
  export {
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { m as p } from "../../chunks/utils-8R7OR9DQ.js";
2
+ import { m as p } from "../../chunks/utils-BREiNocx.js";
3
3
  export {
4
4
  p as mapTypeToClassName
5
5
  };
@@ -8,15 +8,15 @@ import { EIslandType as l } from "../Island/enums.js";
8
8
  import "../Island/components/IslandBody.js";
9
9
  import "../Island/components/IslandHeader.js";
10
10
  import "../Island/components/IslandFooter.js";
11
- import { c as f } from "../../chunks/vendor---Om3uMV.js";
12
- import { s as I } from "../../chunks/IslandAccordion.module-DXpQN7Ws.js";
11
+ import { c as f } from "../../chunks/vendor-DJ6wKpvR.js";
12
+ import { s as I } from "../../chunks/IslandAccordion.module-BXOOvpYn.js";
13
13
  import "./components/IslandAccordionContent.js";
14
14
  import "./components/IslandAccordionFooter.js";
15
15
  const x = Object.assign(
16
16
  n.forwardRef(
17
17
  ({ className: r, children: m, size: t = d.MD, type: i = l.TYPE_1, ...s }, a) => {
18
18
  const c = f(r, I.islandAccordion);
19
- return /* @__PURE__ */ o(p.Provider, { value: { size: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.28.0", ref: a, children: m }) });
19
+ return /* @__PURE__ */ o(p.Provider, { value: { size: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.29.0", ref: a, children: m }) });
20
20
  }
21
21
  ),
22
22
  {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as r } from "../../../chunks/IslandAccordion.module-DXpQN7Ws.js";
2
+ import { s as r } from "../../../chunks/IslandAccordion.module-BXOOvpYn.js";
3
3
  import { Island as s } from "../../Island/Island.js";
4
4
  import "../../Island/components/IslandBody.js";
5
5
  import "../../Island/components/IslandHeader.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as a } from "../../../chunks/vendor---Om3uMV.js";
4
- import { s as i } from "../../../chunks/IslandAccordion.module-DXpQN7Ws.js";
3
+ import { c as a } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ import { s as i } from "../../../chunks/IslandAccordion.module-BXOOvpYn.js";
5
5
  import { Island as e } from "../../Island/Island.js";
6
6
  import "../../Island/components/IslandBody.js";
7
7
  import "../../Island/components/IslandHeader.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as p, jsx as r } from "react/jsx-runtime";
2
2
  import D, { useState as W, useContext as j, useRef as X, useEffect as Z } from "react";
3
3
  import { CaretdownStrokeSrvIcon24 as $, CrossStrokeSrvIcon24 as b } from "@sberbusiness/icons-next";
4
- import { u as B, c as d } from "../../../chunks/vendor---Om3uMV.js";
4
+ import { u as B, c as d } from "../../../chunks/vendor-DJ6wKpvR.js";
5
5
  import { Island as C } from "../../Island/Island.js";
6
6
  import { ExpandAnimation as q } from "../../ExpandAnimation/ExpandAnimation.js";
7
7
  import { IslandAccordionContent as G } from "./IslandAccordionContent.js";
@@ -25,7 +25,7 @@ import "../../Typography/Caption.js";
25
25
  import "../../Typography/CodeText.js";
26
26
  import "../../Typography/Text.js";
27
27
  import { Title as tt } from "../../Typography/Title.js";
28
- import { s as t } from "../../../chunks/IslandAccordion.module-DXpQN7Ws.js";
28
+ import { s as t } from "../../../chunks/IslandAccordion.module-BXOOvpYn.js";
29
29
  import { EScreenWidth as y } from "../../../helpers/breakpoints.js";
30
30
  import { useMatchMedia as rt } from "../../MediaWidth/useMatchMedia.js";
31
31
  const et = {
@@ -91,7 +91,7 @@ const et = {
91
91
  }),
92
92
  onClick: H,
93
93
  disabled: e,
94
- "data-tx": "0.28.0",
94
+ "data-tx": "0.29.0",
95
95
  children: [
96
96
  h && I && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(K, { step: I, status: h, position: Q.XFirst, size: a, children: e ? void 0 : w }) }),
97
97
  /* @__PURE__ */ r(
@@ -10,13 +10,13 @@ import { IslandWidgetBody as w } from "./components/IslandWidgetBody.js";
10
10
  import { IslandWidgetFooter as C } from "./components/IslandWidgetFooter.js";
11
11
  import { IslandWidgetExtraFooter as A } from "./components/IslandWidgetExtraFooter.js";
12
12
  import { EComponentSize as S } from "../../enums/EComponentSize.js";
13
- import { c as m } from "../../chunks/vendor---Om3uMV.js";
13
+ import { c as m } from "../../chunks/vendor-DJ6wKpvR.js";
14
14
  import { IslandWidgetLayoutContext as O } from "./IslandWidgetLayoutContext.js";
15
15
  import { IslandWidgetContext as j } from "./IslandWidgetContext.js";
16
16
  import { ExpandAnimation as N } from "../ExpandAnimation/ExpandAnimation.js";
17
17
  import { EScreenWidth as p } from "../../helpers/breakpoints.js";
18
18
  import { useMatchMedia as k } from "../MediaWidth/useMatchMedia.js";
19
- const B = "islandWidget__b3e090cd", P = "islandWidgetWithExtraFooter__deefa741", R = "islandWidgetHeaderWrapperAdaptive__1554f457", i = {
19
+ const B = "islandWidget__22da2f02", P = "islandWidgetWithExtraFooter__04de4664", R = "islandWidgetHeaderWrapperAdaptive__17792f18", i = {
20
20
  islandWidget: B,
21
21
  islandWidgetWithExtraFooter: P,
22
22
  islandWidgetHeaderWrapperAdaptive: R
@@ -24,8 +24,8 @@ const B = "islandWidget__b3e090cd", P = "islandWidgetWithExtraFooter__deefa741",
24
24
  _.forwardRef(
25
25
  ({
26
26
  className: l,
27
- size: c = S.MD,
28
- renderBody: W,
27
+ size: W = S.MD,
28
+ renderBody: c,
29
29
  renderFooter: o,
30
30
  renderHeader: f,
31
31
  disableAdaptiveCollapsing: r = !1,
@@ -37,7 +37,7 @@ const B = "islandWidget__b3e090cd", P = "islandWidgetWithExtraFooter__deefa741",
37
37
  ), I = () => {
38
38
  E(!d);
39
39
  }, F = e && !r, n = () => /* @__PURE__ */ a(s, { children: [
40
- W({}),
40
+ c({}),
41
41
  o ? o({}) : null
42
42
  ] });
43
43
  return /* @__PURE__ */ t(
@@ -54,10 +54,10 @@ const B = "islandWidget__b3e090cd", P = "islandWidgetWithExtraFooter__deefa741",
54
54
  className: m(i.islandWidget, l, {
55
55
  [i.islandWidgetWithExtraFooter]: h
56
56
  }),
57
- "data-tx": "0.28.0",
57
+ "data-tx": "0.29.0",
58
58
  ...g,
59
59
  ref: x,
60
- children: /* @__PURE__ */ a(y, { type: H.TYPE_1, size: c, children: [
60
+ children: /* @__PURE__ */ a(y, { type: H.TYPE_1, size: W, children: [
61
61
  /* @__PURE__ */ t(
62
62
  "div",
63
63
  {