@sberbusiness/triplex-next 0.27.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-DRBt_s0Q.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-BWrXp8b3.js → Chip-Bk0l10k4.js} +7 -7
  6. package/chunks/Confirm.module-UrrVAY0j.js +15 -0
  7. package/chunks/{DropdownListItem-BflrX8i-.js → DropdownListItem-CGZyMM5K.js} +15 -15
  8. package/chunks/DropdownMobile.module-DyKJlGOg.js +23 -0
  9. package/chunks/Footer.module-sbV81EJD.js +9 -0
  10. package/chunks/FormFieldInput-B7snQZVi.js +79 -0
  11. package/chunks/HeaderLayoutSidebar.module-x2nqqRdl.js +9 -0
  12. package/chunks/HeaderTabs.module-CksnQh12.js +9 -0
  13. package/chunks/{HeaderTitle.module-Y10Bm5lm.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-DHs-Qjcp.js → LightBoxContent-BdM4QdVW.js} +10 -10
  18. package/chunks/LightBoxControls.module-CZYk-V6O.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-ColwiMcL.js +9 -0
  20. package/chunks/ListItemControlsButton-Bo2ir8rI.js +59 -0
  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-ylfekLwv.js → SliderExtendedRail-B1jT6Bzj.js} +7 -7
  30. package/chunks/StatusTracker.module-BtXyaaNz.js +24 -0
  31. package/chunks/{StepperStepArrowBorder-DJAqKqGz.js → StepperStepArrowBorder-CjYvRZAE.js} +13 -13
  32. package/chunks/{SuggestFieldMobileDropdownHint-DC3vUbne.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-xOoub0aL.js → UploadZoneInput-BOfYw8qb.js} +9 -9
  39. package/chunks/{constants-CoLWcWYQ.js → constants-CsbqScFv.js} +12 -12
  40. package/chunks/{utils-BXp6zjzV.js → utils-BB-XJeUI.js} +8 -8
  41. package/chunks/utils-BREiNocx.js +24 -0
  42. package/chunks/{utils-D_H8vO74.js → utils-DNiUrC2u.js} +6 -6
  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 +27 -27
  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 +8 -8
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +48 -23
  53. package/components/Badge/Badge.js +7 -7
  54. package/components/Badge/BadgeDot.js +2 -2
  55. package/components/Badge/components/BadgeContent.js +18 -18
  56. package/components/Badge/components/BadgePostfix.js +10 -10
  57. package/components/Badge/components/BadgePrefix.js +6 -6
  58. package/components/Body/Body.js +6 -6
  59. package/components/Button/Button.js +21 -21
  60. package/components/Button/ButtonBase.js +1 -1
  61. package/components/Button/ButtonDropdown.js +3 -3
  62. package/components/Button/ButtonDropdownExtended.js +5 -5
  63. package/components/Button/ButtonIcon.js +9 -9
  64. package/components/Calendar/Calendar.js +124 -118
  65. package/components/Calendar/CalendarContext.js +6 -6
  66. package/components/Calendar/components/CalendarControls.js +13 -13
  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 +9 -9
  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 +8 -8
  84. package/components/Checkbox/CheckboxXGroup.js +12 -12
  85. package/components/Checkbox/CheckboxYGroup.js +4 -4
  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 +2 -2
  96. package/components/Chip/ChipIcon.js +1 -1
  97. package/components/Chip/ChipMultiselect.js +2 -2
  98. package/components/Chip/ChipOptions.js +8 -8
  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 +17 -17
  106. package/components/Chip/index.js +1 -1
  107. package/components/ChipGroup/ChipGroup.js +16 -16
  108. package/components/Col/Col.js +145 -145
  109. package/components/CollapsableTree/components/CollapsableTreeNode.js +10 -10
  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 +7 -7
  119. package/components/DatePickerExtended/index.js +5 -0
  120. package/components/DateRange/DateRange.js +10 -10
  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 +11 -11
  125. package/components/Dropdown/desktop/DropdownDesktop.js +20 -20
  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 +4 -4
  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 +3 -3
  141. package/components/Ellipsis/Ellipsis.js +6 -6
  142. package/components/EmptyView/EmptyView.js +9 -9
  143. package/components/ExpandAnimation/ExpandAnimation.js +8 -8
  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 +4 -4
  152. package/components/FormField/components/FormFieldInput.js +2 -2
  153. package/components/FormField/components/FormFieldLabel.js +10 -10
  154. package/components/FormField/components/FormFieldMaskedInput.js +30 -30
  155. package/components/FormField/components/FormFieldPostfix.js +8 -8
  156. package/components/FormField/components/FormFieldPrefix.js +8 -8
  157. package/components/FormField/components/FormFieldTarget.js +15 -15
  158. package/components/FormField/components/FormFieldTextarea.js +23 -23
  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 +2 -2
  173. package/components/IconWrapper/IconWrapper.js +8 -8
  174. package/components/Island/Island.js +2 -2
  175. package/components/Island/components/IslandBody.js +6 -6
  176. package/components/Island/components/IslandFooter.js +3 -3
  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 +26 -26
  184. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
  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 +4 -4
  195. package/components/LightBox/LightBox.js +11 -11
  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 +68 -61
  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 +16 -16
  206. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +17 -17
  207. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  208. package/components/Link/Link.js +22 -22
  209. package/components/List/List.js +5 -5
  210. package/components/List/ListSortable.js +1 -1
  211. package/components/List/components/ListEmptyState.js +7 -7
  212. package/components/List/components/ListItem.js +1 -1
  213. package/components/List/components/ListItemContent.js +8 -8
  214. package/components/List/components/ListItemControls.js +6 -6
  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 +2 -2
  224. package/components/List/components/ListSortableItemTarget.js +11 -11
  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 +11 -11
  233. package/components/ListMaster/components/SelectionControls.js +7 -7
  234. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  235. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  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 +11 -11
  240. package/components/ModalWindow/ModalWindow.js +61 -65
  241. package/components/ModalWindow/components/ModalWindowBody.js +14 -13
  242. package/components/ModalWindow/components/ModalWindowClose.js +14 -15
  243. package/components/ModalWindow/components/ModalWindowContent.js +22 -16
  244. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  245. package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
  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 +8 -8
  251. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  252. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  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 +10 -10
  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 +10 -10
  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 +3 -3
  275. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  276. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  277. package/components/Pagination/components/PaginationPageButton.js +6 -6
  278. package/components/Pagination/components/PaginationPageEllipsis.js +6 -6
  279. package/components/Pagination/components/PaginationSelect.js +19 -19
  280. package/components/Pagination/utils/paginationUtils.js +1 -1
  281. package/components/Radio/Radio.js +15 -15
  282. package/components/Radio/RadioXGroup.js +12 -12
  283. package/components/Radio/RadioYGroup.js +9 -9
  284. package/components/Row/Row.js +5 -5
  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 +19 -19
  294. package/components/SelectExtendedField/SelectExtendedField.js +8 -8
  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 +19 -19
  298. package/components/SelectField/SelectField.js +2 -2
  299. package/components/Skeleton/Skeleton.js +11 -11
  300. package/components/SliderExtended/SliderExtended.js +3 -3
  301. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +18 -18
  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 +9 -9
  306. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
  307. package/components/SmallInput/SmallInput.js +5 -5
  308. package/components/Spoiler/Spoiler.js +7 -7
  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 +8 -8
  322. package/components/Stepper/Stepper.js +2 -2
  323. package/components/Stepper/StepperExtended.js +8 -8
  324. package/components/Stepper/StepperStep.js +3 -3
  325. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  326. package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
  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 +20 -20
  337. package/components/Table/FilterPanel.js +6 -6
  338. package/components/Table/MasterTable.js +29 -25
  339. package/components/Table/NoColumns.js +4 -4
  340. package/components/Table/PaginationPanel.js +3 -3
  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 +2 -2
  346. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
  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 +6 -6
  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 +2 -2
  358. package/components/Table/index.js +25 -17
  359. package/components/Table/utils.js +1 -1
  360. package/components/Tabs/Tabs.js +20 -20
  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 +3 -3
  373. package/components/Tag/Tag.js +25 -25
  374. package/components/TagColor/TagColor.js +13 -13
  375. package/components/TagGroup/TagGroup.js +12 -12
  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 +4 -4
  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 +11 -11
  386. package/components/TopOverlay/TopOverlay.js +9 -9
  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 +22 -22
  393. package/components/Typography/CodeText.js +9 -9
  394. package/components/Typography/Text.js +5 -5
  395. package/components/Typography/Title.js +13 -13
  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 +441 -73
  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-CyQjNK-A.js +0 -41
  412. package/chunks/Card.module-D8T8SSWF.js +0 -17
  413. package/chunks/CheckboxTreeExtended.module-BQD7DKNP.js +0 -15
  414. package/chunks/Confirm.module-D5UicEEs.js +0 -15
  415. package/chunks/DropdownMobile.module-3D5LlZCS.js +0 -23
  416. package/chunks/Footer.module-BfB70vm7.js +0 -9
  417. package/chunks/FormFieldInput-q8qt9K5c.js +0 -79
  418. package/chunks/HeaderLayoutSidebar.module-DP3SxiTp.js +0 -9
  419. package/chunks/HeaderTabs.module-Cx-Ctxui.js +0 -9
  420. package/chunks/IslandAccordion.module-CVxFZsLG.js +0 -25
  421. package/chunks/IslandWidgetFooter.module-VlqE7l7C.js +0 -9
  422. package/chunks/IslandWidgetHeader.module-DwIaQr1_.js +0 -12
  423. package/chunks/LightBoxControls.module-D1KjqwKb.js +0 -16
  424. package/chunks/LightBoxSideOverlayClose.module-DPT31Rzn.js +0 -9
  425. package/chunks/ListItemControlsButton-pIOQbY1R.js +0 -59
  426. package/chunks/ListItemTail.module-Cu4UoxMF.js +0 -12
  427. package/chunks/ListMasterFooter.module-wznlsgml.js +0 -10
  428. package/chunks/ModalWindow.module-BrOAz5Ut.js +0 -17
  429. package/chunks/Notification.module-CyBTQm0m.js +0 -20
  430. package/chunks/Overlay.module-hR6GT0XD.js +0 -18
  431. package/chunks/Page.module-DydaWXa2.js +0 -11
  432. package/chunks/SMSField.module-DoBN7Aba.js +0 -16
  433. package/chunks/SliderExtendedMarks.module-DZXE3Uju.js +0 -15
  434. package/chunks/StatusTracker.module-D8_bnGs2.js +0 -24
  435. package/chunks/TableFooter.module-BG7ShSJ1.js +0 -14
  436. package/chunks/TabsExtended.module-D60HGy0o.js +0 -16
  437. package/chunks/TabsLine.module-BfBp0UOt.js +0 -21
  438. package/chunks/TooltipDesktop.module-BrcbbP-s.js +0 -19
  439. package/chunks/TreeView.module-lKZg_HMx.js +0 -9
  440. package/chunks/utils-CfCPvNY4.js +0 -73
  441. package/chunks/utils-PKY322-t.js +0 -24
@@ -1,54 +1,54 @@
1
1
  import { jsxs as B, jsx as m } from "react/jsx-runtime";
2
2
  import { useState as $, useRef as L, useContext as N, useEffect as O, useCallback as U } from "react";
3
- import { c as F, m as q, n as p } from "../../../chunks/vendor---Om3uMV.js";
3
+ import { c as F, m as q, n as p } from "../../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { presets as G } from "./FormFieldMaskedInputPresets.js";
5
- import { s as H, F as J } from "../../../chunks/FormFieldInput-q8qt9K5c.js";
5
+ import { s as H, F as J } from "../../../chunks/FormFieldInput-B7snQZVi.js";
6
6
  import { FormFieldContext as K } from "../FormFieldContext.js";
7
7
  import { EFormFieldStatus as V } from "../enums.js";
8
- const Q = "formFieldMaskedInputWrapper__ac09bc47", X = "formFieldMaskedInputPlaceholder__ce829ddc", Y = "formFieldMaskedInput__24d7b1c5", l = {
8
+ const Q = "formFieldMaskedInputWrapper__ff186aff", X = "formFieldMaskedInputPlaceholder__7cc02802", Y = "formFieldMaskedInput__944e700e", u = {
9
9
  formFieldMaskedInputWrapper: Q,
10
10
  formFieldMaskedInputPlaceholder: X,
11
- "size-sm": "size-sm__d6b1d405",
12
- "size-md": "size-md__872bfd7d",
13
- "size-lg": "size-lg__ee2b979d",
11
+ "size-sm": "size-sm__eee6d82f",
12
+ "size-md": "size-md__6d773018",
13
+ "size-lg": "size-lg__2c160edc",
14
14
  formFieldMaskedInput: Y
15
15
  }, c = ({
16
16
  className: I,
17
- forwardedRef: u,
17
+ forwardedRef: f,
18
18
  mask: o,
19
- onChange: f,
19
+ onChange: d,
20
20
  placeholder: g,
21
21
  placeholderChar: n = "0",
22
- placeholderMask: d,
22
+ placeholderMask: l,
23
23
  value: s,
24
24
  ...M
25
25
  }) => {
26
- const [b, x] = $(""), a = L(!1), { filled: y, focused: z, size: k, status: _ } = N(K);
26
+ const [x, y] = $(""), a = L(!1), { filled: z, focused: k, size: E, status: _ } = N(K);
27
27
  O(() => {
28
- x((() => {
28
+ y((() => {
29
29
  let t = [];
30
30
  if (s) {
31
31
  const { conformedValue: i } = p.conformToMask(s.toString(), o, { guide: !0, placeholderChar: n });
32
32
  for (let r = 0; r < o.length; r++)
33
- typeof o[r] == "string" ? t[r] = i[r] : i[r] === n && !s.toString()[r] ? t[r] = (d == null ? void 0 : d[r]) || n : t[r] = i[r];
34
- } else if (d)
35
- t = d.split("");
33
+ typeof o[r] == "string" ? t[r] = i[r] : i[r] === n && !s.toString()[r] ? t[r] = (l == null ? void 0 : l[r]) || n : t[r] = i[r];
34
+ } else if (l)
35
+ t = l.split("");
36
36
  else {
37
37
  const { conformedValue: i } = p.conformToMask("", o, { guide: !0, placeholderChar: n });
38
38
  t = i.split("");
39
39
  }
40
40
  return t.join("");
41
41
  })());
42
- }, [s, o, n, d]);
43
- const E = U(
42
+ }, [s, o, n, l]);
43
+ const S = U(
44
44
  (e) => {
45
45
  const { value: t } = e.target;
46
- a.current = !1, s !== t && (f == null || f(e));
46
+ a.current = !1, s !== t && (d == null || d(e));
47
47
  },
48
- [s, f]
49
- ), S = () => {
48
+ [s, d]
49
+ ), T = () => {
50
50
  a.current = !0;
51
- }, T = (e, t) => o === c.presets.masks.phone ? e.length ? P(t.rawValue) : e : o === c.presets.masks.swiftCode ? e.toUpperCase() : e, P = (e) => {
51
+ }, D = (e, t) => o === c.presets.masks.phone ? e.length ? P(t.rawValue) : e : o === c.presets.masks.swiftCode ? e.toUpperCase() : e, P = (e) => {
52
52
  let t = [];
53
53
  if (a.current) {
54
54
  let i = /^[78]((\D*\d)*)/;
@@ -58,14 +58,14 @@ const Q = "formFieldMaskedInputWrapper__ac09bc47", X = "formFieldMaskedInputPlac
58
58
  indexesOfPipedChars: t,
59
59
  value: p.conformToMask(e, o, { guide: !1, placeholderChar: n }).conformedValue
60
60
  };
61
- }, D = () => o === c.presets.masks.phone ? (s = P(s).value, s) : p.conformToMask(s, o, { guide: !1, placeholderChar: n }).conformedValue, W = (e) => (t) => {
62
- t && e(t), typeof u == "function" ? u(t) : u && (u.current = t);
63
- }, j = () => !y && !z || !s && g ? "" : b;
64
- return /* @__PURE__ */ B("div", { className: F(l.formFieldMaskedInputWrapper, l[`size-${k}`]), children: [
61
+ }, b = () => o === c.presets.masks.phone ? (s = P(s).value, s) : p.conformToMask(s, o, { guide: !1, placeholderChar: n }).conformedValue, W = (e) => (t) => {
62
+ t && e(t), typeof f == "function" ? f(t) : f && (f.current = t);
63
+ }, j = () => !z && !k || !s && g ? "" : x;
64
+ return /* @__PURE__ */ B("div", { className: F(u.formFieldMaskedInputWrapper, u[`size-${E}`]), children: [
65
65
  /* @__PURE__ */ m(
66
66
  "input",
67
67
  {
68
- className: F(H.formFieldInput, l.formFieldMaskedInputPlaceholder, I),
68
+ className: F(H.formFieldInput, u.formFieldMaskedInputPlaceholder, I),
69
69
  disabled: _ === V.DISABLED,
70
70
  placeholder: j(),
71
71
  readOnly: !0,
@@ -77,17 +77,17 @@ const Q = "formFieldMaskedInputWrapper__ac09bc47", X = "formFieldMaskedInputPlac
77
77
  /* @__PURE__ */ m(
78
78
  q,
79
79
  {
80
- className: F(l.formFieldMaskedInput, { [l.error]: !!M.error }, I),
80
+ className: F(u.formFieldMaskedInput, { [u.error]: !!M.error }, I),
81
81
  defaultValue: "",
82
82
  disabled: _ === V.DISABLED,
83
83
  guide: !1,
84
84
  render: (e, t) => /* @__PURE__ */ m(J, { ...t, value: s, placeholder: g || "", ref: W(e) }),
85
85
  mask: o,
86
- onChange: E,
87
- onPaste: S,
86
+ onChange: S,
87
+ onPaste: T,
88
88
  placeholderChar: n,
89
- value: D(),
90
- pipe: T,
89
+ value: b(),
90
+ pipe: D,
91
91
  type: "text",
92
92
  ...M
93
93
  }
@@ -1,20 +1,20 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import d, { useContext as x, useRef as u, useEffect as F } from "react";
3
- import { FormFieldContext as p } from "../FormFieldContext.js";
4
- import { c as a } from "../../../chunks/vendor---Om3uMV.js";
5
- const P = "formFieldPostfix__cf10f531", R = {
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-DJ6wKpvR.js";
5
+ const P = "formFieldPostfix__a39efa26", R = {
6
6
  formFieldPostfix: P
7
7
  }, h = d.forwardRef(
8
- ({ children: s, className: f, ...i }, o) => {
9
- const r = a(R.formFieldPostfix, f), { postfixWidth: n, setPostfixWidth: c } = x(p), e = u(), m = (t) => {
8
+ ({ children: s, className: i, ...r }, o) => {
9
+ const f = p(R.formFieldPostfix, i), { postfixWidth: n, setPostfixWidth: c } = x(F), e = u(), m = (t) => {
10
10
  e.current = t, typeof o == "function" ? o(t) : o && (o.current = t);
11
11
  };
12
- return F(() => {
12
+ return a(() => {
13
13
  if (!e.current)
14
14
  return;
15
15
  const { width: t } = e.current.getBoundingClientRect();
16
16
  t !== n && c(t);
17
- }), /* @__PURE__ */ l("span", { className: r, ref: m, ...i, children: s });
17
+ }), /* @__PURE__ */ l("span", { className: f, ref: m, ...r, children: s });
18
18
  }
19
19
  );
20
20
  h.displayName = "FormFieldPostfix";
@@ -1,12 +1,12 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import l, { useContext as x, useRef as u, useEffect as F } from "react";
3
- import { FormFieldContext as a } from "../FormFieldContext.js";
4
- import { c as p } from "../../../chunks/vendor---Om3uMV.js";
5
- const P = "formFieldPrefix__a142d794", R = {
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ import d, { useContext as x, useRef as u, useEffect as F } from "react";
3
+ import { FormFieldContext as 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
- }, h = l.forwardRef(
7
+ }, h = d.forwardRef(
8
8
  ({ children: o, className: i, ...f }, r) => {
9
- const s = p(R.formFieldPrefix, i), { prefixWidth: n, setPrefixWidth: c } = x(a), 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
12
  return F(() => {
@@ -14,7 +14,7 @@ const P = "formFieldPrefix__a142d794", R = {
14
14
  return;
15
15
  const { width: e } = t.current.getBoundingClientRect();
16
16
  e !== n && c(e);
17
- }), /* @__PURE__ */ d("span", { className: s, ref: m, ...f, children: o });
17
+ }), /* @__PURE__ */ l("span", { className: s, ref: m, ...f, children: o });
18
18
  }
19
19
  );
20
20
  h.displayName = "FormFieldPrefix";
@@ -1,10 +1,10 @@
1
1
  import { jsx as _ } from "react/jsx-runtime";
2
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---Om3uMV.js";
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__065c9532", M = "sm__e69e1699", R = "md__2d9b4743", j = "lg__5bb9d693", k = "placeholder__0c3ad7f7", q = "disabled__4e520221", w = "placeholderWrapper__00c6ea2e", B = "active__feec4621", 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,
@@ -15,26 +15,26 @@ const z = "formFieldTarget__065c9532", M = "sm__e69e1699", R = "md__2d9b4743", j
15
15
  active: B
16
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: f } = S(L), i = g(() => c === void 0 ? y("target_") : c, [c]), l = g(() => b.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
24
  f(i);
25
25
  }, [i, f]), h(() => {
26
- n(l);
27
- }, [l, n]);
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
39
  return /* @__PURE__ */ _(
40
40
  "div",
@@ -42,13 +42,13 @@ const z = "formFieldTarget__065c9532", M = "sm__e69e1699", R = "md__2d9b4743", j
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__ */ _("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__f1bdf3c4", G = "sm__e69e1699", H = "md__2d9b4743", J = "lg__5bb9d693", 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: c, className: p, value: s, defaultValue: F, onFocus: r, onBlur: l, onAnimationStart: m, onChange: i, ..._ }, N) => {
15
- const { size: b, status: g, setFocused: o, setTargetId: T, setFilled: d } = n(W), f = C(() => c === void 0 ? D("textarea_") : c, [c]), h = L(u.formFieldTextarea, K[b], 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
- d(q(e));
17
+ o(q(e));
18
18
  },
19
- [d]
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") ? d(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), m == null || m(e);
40
+ e.animationName.startsWith("autofill-applied-hook") ? o(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), l == null || l(e);
41
41
  },
42
- [d, 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,7 +52,7 @@ const w = "formFieldTextarea__f1bdf3c4", G = "sm__e69e1699", H = "md__2d9b4743",
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,
@@ -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-q8qt9K5c.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-q8qt9K5c.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.27.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-DP3SxiTp.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-DP3SxiTp.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-DP3SxiTp.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,17 +1,17 @@
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__d71d3efe", c = "withoutPaddings__745d57fc", e = {
5
- headerSubheader: u,
6
- withoutPaddings: c
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
7
  }, n = h.forwardRef(
8
- ({ children: d, className: a, withoutPaddings: r, ...o }, t) => /* @__PURE__ */ s(
8
+ ({ children: a, className: d, withoutPaddings: r, ...o }, t) => /* @__PURE__ */ s(
9
9
  "div",
10
10
  {
11
- className: i(e.headerSubheader, { [e.withoutPaddings]: !!r }, a),
11
+ className: i(e.headerSubheader, { [e.withoutPaddings]: !!r }, d),
12
12
  ...o,
13
13
  ref: t,
14
- children: d
14
+ children: a
15
15
  }
16
16
  )
17
17
  );
@@ -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-Cx-Ctxui.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-Cx-Ctxui.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-Cx-Ctxui.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-Y10Bm5lm.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-Y10Bm5lm.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-Y10Bm5lm.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__55ce5ccb", A = {
12
+ const w = "helpBoxButton__466db3f0", A = {
13
13
  helpBoxButton: w
14
14
  }, G = L.forwardRef(
15
15
  ({
@@ -1,21 +1,21 @@
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 f = "disableInteraction__0d6f9c19", m = "displayContents__26afcfa5", a = {
5
- disableInteraction: f,
6
- displayContents: m
3
+ import { c as d } from "../../chunks/vendor-DJ6wKpvR.js";
4
+ const m = "disableInteraction__7998aaca", f = "displayContents__f33cecf5", a = {
5
+ disableInteraction: m,
6
+ displayContents: f
7
7
  }, b = p.forwardRef(
8
- ({ children: t, className: s, active: e, disabled: n, disableInteraction: o, displayContents: i, ...r }, c) => /* @__PURE__ */ l(
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
15
  [a.disableInteraction]: !!o,
16
- [a.displayContents]: !!i
16
+ [a.displayContents]: !!c
17
17
  }),
18
- ...r,
18
+ ...i,
19
19
  children: t
20
20
  }
21
21
  )
@@ -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-PKY322-t.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
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 c = "islandBody__eac5656e", e = {
5
- islandBody: c
6
- }, y = t.forwardRef(
7
- ({ children: o, className: s, ...d }, a) => /* @__PURE__ */ r("div", { className: n(e.islandBody, s), ref: a, ...d, children: o })
3
+ import { c as n } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ const i = "islandBody__0be6fa8d", l = {
5
+ islandBody: i
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
- y 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 n = "islandFooter__908f1bcb", c = {
3
+ import { c as a } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ const n = "islandFooter__e34497b9", i = {
5
5
  islandFooter: n
6
- }, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(c.islandFooter), ref: s, ...r, children: o }));
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__3bddf124", 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-PKY322-t.js";
2
+ import { m as p } from "../../chunks/utils-BREiNocx.js";
3
3
  export {
4
4
  p as mapTypeToClassName
5
5
  };