@sberbusiness/triplex-next 1.32.0 → 1.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (455) hide show
  1. package/README.md +36 -33
  2. package/chunks/{AlertProcessSpoiler-p-fWJ9CC.js → AlertProcessSpoiler-DaiPrsW6.js} +11 -11
  3. package/chunks/{CalendarViewItem-y_OwskEF.js → CalendarViewItem-DBzrBL3f.js} +15 -15
  4. package/chunks/Card.module-Pe2ogNIk.js +18 -0
  5. package/chunks/CheckboxTreeExtended.module-D-nuxCw2.js +15 -0
  6. package/chunks/Chip-l3XTM9L_.js +85 -0
  7. package/chunks/Confirm.module-BBLLzr0p.js +15 -0
  8. package/chunks/{DropdownListItem-CBAmYB__.js → DropdownListItem-Db1_Qf-T.js} +9 -9
  9. package/chunks/DropdownMobile.module-yjUQwtlN.js +23 -0
  10. package/chunks/Footer.module-CT9KM6mo.js +9 -0
  11. package/chunks/{FormFieldInput-d6WkPngW.js → FormFieldInput-DFQ9utC5.js} +10 -10
  12. package/chunks/HeaderLayoutSidebar.module-DyYzCUfm.js +9 -0
  13. package/chunks/HeaderTabs.module-xtUGHrWk.js +9 -0
  14. package/chunks/{HeaderTitle.module-CFdpGGVy.js → HeaderTitle.module-XER-L3oZ.js} +2 -2
  15. package/chunks/ImageGalleryExtendedMain.module-XdOAzDPn.js +17 -0
  16. package/chunks/ImageGalleryExtendedThumb-DyFhUrYf.js +28 -0
  17. package/chunks/IslandAccordion.module-CJbyk2md.js +25 -0
  18. package/chunks/IslandWidgetFooter.module-DmCVzrdZ.js +9 -0
  19. package/chunks/IslandWidgetHeader.module-DsL-iWLC.js +13 -0
  20. package/chunks/{LightBoxContent-CUHF8ym9.js → LightBoxContent--zK60qip.js} +10 -10
  21. package/chunks/LightBoxControls.module-CzFWAOVn.js +16 -0
  22. package/chunks/LightBoxSideOverlayClose.module-DMvLOKDr.js +9 -0
  23. package/chunks/{ListItemControlsButton-GwTSx9t3.js → ListItemControlsButton-DOzJu8QS.js} +11 -11
  24. package/chunks/ListItemTail.module-BktNzHQ3.js +12 -0
  25. package/chunks/ListMasterFooter.module-BupkMzcp.js +10 -0
  26. package/chunks/ModalWindow.module-BKssph_P.js +17 -0
  27. package/chunks/Notification.module-BU6Z_ATv.js +20 -0
  28. package/chunks/Overlay.module-MZsYSnWB.js +18 -0
  29. package/chunks/Page.module-CS5TUL6b.js +11 -0
  30. package/chunks/SMSField.module-C73HM5Ag.js +16 -0
  31. package/chunks/SliderExtendedMarks.module-BONXJjKi.js +15 -0
  32. package/chunks/{SliderExtendedRail-s3nj0g7A.js → SliderExtendedRail-DmkehIF9.js} +6 -6
  33. package/chunks/StatusTracker.module-BpNMTLV3.js +24 -0
  34. package/chunks/{StepperStepArrowBorder-7nXw_k6S.js → StepperStepArrowBorder-D7k-xdb7.js} +6 -6
  35. package/chunks/{SuggestFieldMobileDropdownHint-DTd9ZRJc.js → SuggestFieldMobileDropdownHint-AG8aD2R1.js} +4 -4
  36. package/chunks/TableFooter.module-gdlmAJMs.js +14 -0
  37. package/chunks/TabsExtended.module-CAl-vyry.js +16 -0
  38. package/chunks/TabsLine.module-DzWGxbiq.js +21 -0
  39. package/chunks/TooltipDesktop.module-Bfmd95Xq.js +19 -0
  40. package/chunks/TreeView.module-zhlptASD.js +9 -0
  41. package/chunks/{UploadZoneInput-DH0deFXt.js → UploadZoneInput-DsuMWKCX.js} +8 -8
  42. package/chunks/{constants-Dsgjokad.js → constants-BU5P5Suc.js} +10 -10
  43. package/chunks/{utils-C0vdTK6h.js → utils-B0yofitE.js} +4 -4
  44. package/chunks/utils-BWmvhfLt.js +73 -0
  45. package/chunks/utils-DeQzy52G.js +24 -0
  46. package/chunks/{utils-CXTWVT_w.js → utils-YOUyx-FI.js} +10 -10
  47. package/chunks/{vendor-82AnkPpo.js → vendor-D5cfSbgz.js} +1114 -1116
  48. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  49. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  50. package/components/Alert/AlertContext/AlertContext.js +22 -22
  51. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  52. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  53. package/components/Amount/Amount.js +3 -3
  54. package/components/AmountField/AmountField.js +1 -1
  55. package/components/Avatar/Avatar.js +12 -12
  56. package/components/Badge/Badge.js +6 -6
  57. package/components/Badge/BadgeDot.js +4 -4
  58. package/components/Badge/components/BadgeContent.js +16 -16
  59. package/components/Badge/components/BadgePostfix.js +5 -5
  60. package/components/Badge/components/BadgePrefix.js +6 -6
  61. package/components/Body/Body.js +5 -5
  62. package/components/Button/Button.js +22 -22
  63. package/components/Button/ButtonBase.js +1 -1
  64. package/components/Button/ButtonDropdown.js +27 -27
  65. package/components/Button/ButtonDropdownExtended.js +2 -2
  66. package/components/Button/ButtonIcon.js +2 -2
  67. package/components/Calendar/Calendar.js +8 -8
  68. package/components/Calendar/components/CalendarControls.js +13 -13
  69. package/components/Calendar/components/CalendarFooter.js +1 -1
  70. package/components/Calendar/components/CalendarViewDays.js +2 -2
  71. package/components/Calendar/components/CalendarViewItem.js +2 -2
  72. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  73. package/components/Calendar/components/CalendarViewYears.js +1 -1
  74. package/components/Card/CardAction.js +11 -11
  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 +19 -19
  84. package/components/Checkbox/CheckboxXGroup.js +16 -16
  85. package/components/Checkbox/CheckboxYGroup.js +2 -2
  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/Chip/Chip.js +2 -2
  91. package/components/Chip/ChipClearButton.js +5 -5
  92. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  93. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  94. package/components/Chip/ChipDropdownArrow.js +6 -6
  95. package/components/Chip/ChipIcon.js +1 -1
  96. package/components/Chip/ChipMultiselect.js +2 -2
  97. package/components/Chip/ChipOptions.js +9 -9
  98. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  99. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  100. package/components/Chip/ChipSort.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  103. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +15 -15
  104. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +50 -46
  105. package/components/Chip/index.js +1 -1
  106. package/components/ChipGroup/ChipGroup.js +10 -10
  107. package/components/Col/Col.js +143 -143
  108. package/components/CollapsibleTree/CollapsibleTree.js +6 -6
  109. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
  110. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
  111. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +11 -11
  112. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +4 -4
  113. package/components/Confirm/Confirm.js +2 -2
  114. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  115. package/components/Confirm/components/ConfirmContent.js +2 -2
  116. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  117. package/components/Confirm/components/ConfirmControls.js +2 -2
  118. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  119. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  120. package/components/DateRange/DateRange.js +16 -16
  121. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  122. package/components/DesignTokens/components/Button.js +1 -1
  123. package/components/DesignTokens/components/Chip.js +1 -1
  124. package/components/DesignTokens/components/LightBox.js +10 -4
  125. package/components/DesignTokens/components/Tabs.js +2 -2
  126. package/components/Divider/Divider.js +23 -23
  127. package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
  128. package/components/Dropdown/desktop/DropdownDesktop.js +9 -9
  129. package/components/Dropdown/desktop/DropdownList.js +2 -2
  130. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  131. package/components/Dropdown/desktop/index.js +1 -1
  132. package/components/Dropdown/index.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
  140. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  142. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  143. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  144. package/components/Ellipsis/Ellipsis.js +8 -8
  145. package/components/EmptyView/EmptyView.js +12 -12
  146. package/components/ExpandAnimation/ExpandAnimation.js +19 -19
  147. package/components/FocusTrapExtended/FocusTrapExtended.js +34 -0
  148. package/components/FocusTrapExtended/index.js +5 -0
  149. package/components/Footer/Footer.js +1 -1
  150. package/components/Footer/components/FooterDescription.js +2 -2
  151. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  152. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  153. package/components/FormField/FormField.js +18 -18
  154. package/components/FormField/components/FormFieldClear.js +8 -8
  155. package/components/FormField/components/FormFieldCounter.js +4 -4
  156. package/components/FormField/components/FormFieldDescription.js +6 -6
  157. package/components/FormField/components/FormFieldInput.js +2 -2
  158. package/components/FormField/components/FormFieldLabel.js +12 -12
  159. package/components/FormField/components/FormFieldMaskedInput.js +26 -26
  160. package/components/FormField/components/FormFieldPostfix.js +8 -8
  161. package/components/FormField/components/FormFieldPrefix.js +6 -6
  162. package/components/FormField/components/FormFieldTarget.js +11 -11
  163. package/components/FormField/components/FormFieldTextarea.js +20 -20
  164. package/components/FormField/components/index.js +1 -1
  165. package/components/FormField/index.js +1 -1
  166. package/components/Gap/Gap.js +11 -11
  167. package/components/Header/Header.js +1 -1
  168. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  169. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  170. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  171. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
  172. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  173. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  174. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  175. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  176. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  177. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  178. package/components/HelpBox/HelpBox.js +7 -7
  179. package/components/IconWrapper/IconWrapper.js +14 -14
  180. package/components/ImageGallery/ImageGallery.js +5 -4
  181. package/components/ImageGalleryExtended/ImageGalleryExtended.js +15 -15
  182. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +2 -2
  183. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +12 -12
  184. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +8 -7
  185. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +2 -2
  186. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +2 -2
  187. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +2 -2
  188. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +2 -2
  189. package/components/ImageGalleryExtended/components/index.js +1 -1
  190. package/components/ImageGalleryExtended/index.js +1 -1
  191. package/components/Island/Island.js +2 -2
  192. package/components/Island/components/IslandBody.js +3 -3
  193. package/components/Island/components/IslandFooter.js +4 -4
  194. package/components/Island/components/IslandHeader.js +4 -4
  195. package/components/Island/utils.js +1 -1
  196. package/components/IslandAccordion/IslandAccordion.js +3 -3
  197. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  198. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  199. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  200. package/components/IslandWidget/IslandWidget.js +19 -19
  201. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  202. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
  203. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  204. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  205. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  206. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  207. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  208. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +2 -2
  209. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  210. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +2 -2
  211. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  212. package/components/LightBox/LightBox.js +49 -48
  213. package/components/LightBox/LightBoxContent.js +2 -2
  214. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  215. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  216. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  217. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  218. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +105 -97
  219. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  220. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  221. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  222. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  223. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
  224. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  225. package/components/Link/Link.js +19 -19
  226. package/components/List/List.js +9 -8
  227. package/components/List/ListSortable.js +1 -1
  228. package/components/List/components/ListEmptyState.js +4 -4
  229. package/components/List/components/ListItem.js +1 -1
  230. package/components/List/components/ListItemContent.js +14 -14
  231. package/components/List/components/ListItemControls.js +6 -6
  232. package/components/List/components/ListItemControlsButton.js +2 -2
  233. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  234. package/components/List/components/ListItemLoading.js +6 -6
  235. package/components/List/components/ListItemSelectable.js +2 -2
  236. package/components/List/components/ListItemTable.js +6 -6
  237. package/components/List/components/ListItemTailLeft.js +7 -15
  238. package/components/List/components/ListItemTailRight.js +2 -2
  239. package/components/List/components/ListSortableItem.js +2 -2
  240. package/components/List/components/ListSortableItemControls.js +5 -5
  241. package/components/List/components/ListSortableItemTarget.js +4 -4
  242. package/components/List/index.js +1 -1
  243. package/components/ListMaster/ListMaster.js +1 -1
  244. package/components/ListMaster/components/ListMasterBody.js +1 -1
  245. package/components/ListMaster/components/ListMasterChipGroup.js +3 -3
  246. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  247. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  248. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  249. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  250. package/components/ListMaster/components/SelectionControls.js +6 -6
  251. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  252. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  253. package/components/LoaderScreen/LoaderScreen.js +8 -8
  254. package/components/Marker/Marker.js +2 -2
  255. package/components/Marker/utils.js +1 -1
  256. package/components/MarkerStatus/MarkerStatus.js +4 -4
  257. package/components/MobileView/index.js +3 -1
  258. package/components/MobileView/useMobileView.js +10 -0
  259. package/components/ModalWindow/ModalWindow.js +30 -30
  260. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  261. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  262. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  263. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  264. package/components/ModalWindow/components/ModalWindowViewManager.js +7 -7
  265. package/components/MonthYearRange/MonthYearRange.js +6 -6
  266. package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
  267. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +13 -13
  268. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  269. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  270. package/components/Notification/Notification.js +36 -37
  271. package/components/Notification/NotificationGrouped.js +12 -7
  272. package/components/Notification/components/NotificationBody.js +20 -16
  273. package/components/Notification/components/NotificationBodyList.js +2 -2
  274. package/components/Notification/components/NotificationClose.js +1 -1
  275. package/components/Notification/components/NotificationFooter.js +1 -1
  276. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  277. package/components/Notification/components/NotificationHeader.js +1 -1
  278. package/components/Notification/components/NotificationIcon.js +1 -1
  279. package/components/Notification/components/NotificationTime.js +1 -1
  280. package/components/NumberField/NumberFieldInput.js +1 -1
  281. package/components/OrderedList/OrderedList.js +3 -3
  282. package/components/OrderedList/OrderedListItem.js +3 -3
  283. package/components/Overlay/Overlay.js +54 -54
  284. package/components/Overlay/OverlayBase.js +26 -22
  285. package/components/Overlay/OverlayMask.js +2 -2
  286. package/components/Overlay/OverlayPanel.js +2 -2
  287. package/components/Page/Page.js +2 -2
  288. package/components/Page/components/BodyPage.js +9 -9
  289. package/components/Page/components/FooterPage.js +2 -2
  290. package/components/Page/components/HeaderPage.js +2 -2
  291. package/components/Pagination/components/PaginationExtended.js +6 -6
  292. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  293. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  294. package/components/Pagination/components/PaginationPageButton.js +13 -13
  295. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  296. package/components/Pagination/components/PaginationSelect.js +7 -7
  297. package/components/Pagination/utils/paginationUtils.js +1 -1
  298. package/components/Radio/Radio.js +12 -12
  299. package/components/Radio/RadioXGroup.js +13 -13
  300. package/components/Radio/RadioYGroup.js +5 -5
  301. package/components/Row/Row.js +16 -16
  302. package/components/SMSField/SMSField.js +3 -3
  303. package/components/SMSField/components/RefreshIcon.js +2 -2
  304. package/components/SMSField/components/SMSFieldInput.js +3 -3
  305. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  306. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  307. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  308. package/components/SegmentedControl/SegmentedControl.js +14 -14
  309. package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
  310. package/components/SelectExtendedField/SelectExtendedField.js +16 -16
  311. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  312. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  313. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +4 -4
  314. package/components/SelectField/SelectField.js +2 -2
  315. package/components/Skeleton/Skeleton.js +7 -7
  316. package/components/SliderExtended/SliderExtended.js +3 -3
  317. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
  318. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  319. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  320. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  321. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
  322. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
  323. package/components/SmallInput/SmallInput.js +4 -4
  324. package/components/Spoiler/Spoiler.js +14 -14
  325. package/components/StatusTracker/StatusTracker.js +3 -3
  326. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  327. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  328. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  329. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  330. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  331. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  332. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  333. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  334. package/components/StatusTracker/components/StatusTrackerStatusGroup.js +2 -2
  335. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  336. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  337. package/components/Step/Step.js +9 -9
  338. package/components/Stepper/Stepper.js +13 -12
  339. package/components/Stepper/StepperExtended.js +9 -9
  340. package/components/Stepper/StepperStep.js +3 -3
  341. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  342. package/components/Stepper/index.js +9 -7
  343. package/components/Suggest/SuggestMobileDropdownContent.js +18 -18
  344. package/components/Suggest/useSuggest.js +1 -1
  345. package/components/SuggestField/SuggestField.js +2 -2
  346. package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
  347. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  348. package/components/SuggestField/index.js +1 -1
  349. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  350. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  351. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  352. package/components/SuggestField/mobile/index.js +1 -1
  353. package/components/SwipeableArea/SwipeableArea.js +11 -11
  354. package/components/Table/ChipPanel.js +7 -7
  355. package/components/Table/ChipPanelLinks.js +2 -2
  356. package/components/Table/FilterPanel.js +3 -3
  357. package/components/Table/MasterTable.js +7 -7
  358. package/components/Table/NoColumns.js +2 -2
  359. package/components/Table/PaginationPanel.js +3 -3
  360. package/components/Table/TableBasic/TableBasic.js +2 -2
  361. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  362. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  363. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  364. package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
  365. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
  366. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  367. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +4 -4
  368. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  369. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  370. package/components/Table/TableFooter/TableFooter.js +2 -2
  371. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  372. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  373. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  374. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  375. package/components/Table/utils.js +1 -1
  376. package/components/Tabs/Tabs.js +10 -10
  377. package/components/TabsExtended/TabsExtended.js +3 -3
  378. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  379. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  380. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  381. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  382. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
  383. package/components/TabsExtended/utils.js +1 -1
  384. package/components/TabsLine/TabsLine.js +13 -12
  385. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  386. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  387. package/components/TabsLine/components/TabsLineItem.js +38 -38
  388. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  389. package/components/Tag/Tag.js +27 -27
  390. package/components/TagColor/TagColor.js +9 -9
  391. package/components/TagGroup/TagGroup.js +11 -11
  392. package/components/TextField/TextField.js +1 -1
  393. package/components/TextField/TextFieldBase.js +1 -1
  394. package/components/TextareaField/TextareaField.js +1 -1
  395. package/components/ThemeProvider/ThemeProvider.js +1 -1
  396. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  397. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  398. package/components/Tooltip/components/common/TooltipLink.js +18 -18
  399. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  400. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  401. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  402. package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
  403. package/components/TopOverlay/TopOverlay.js +43 -43
  404. package/components/TreeView/TreeView.js +2 -2
  405. package/components/TreeView/components/TreeViewGroup.js +1 -1
  406. package/components/TreeView/components/TreeViewNode.js +2 -2
  407. package/components/Typography/Caption.js +19 -19
  408. package/components/Typography/CodeText.js +7 -7
  409. package/components/Typography/Text.js +25 -25
  410. package/components/Typography/Title.js +20 -20
  411. package/components/Typography/constants.js +1 -1
  412. package/components/Typography/enums.js +1 -1
  413. package/components/UnorderedList/UnorderedList.js +7 -7
  414. package/components/UnorderedList/UnorderedListItem.js +3 -3
  415. package/components/UploadZone/UploadZone.js +3 -3
  416. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  417. package/components/UploadZone/index.js +1 -1
  418. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  419. package/components/index.js +363 -359
  420. package/index.d.ts +104 -155
  421. package/index.js +397 -393
  422. package/package.json +5 -1
  423. package/styles/triplex-next.css +557 -556
  424. package/utils/amountUtils.js +1 -1
  425. package/chunks/Card.module-DLre-hDg.js +0 -18
  426. package/chunks/CheckboxTreeExtended.module-BsnFYetJ.js +0 -15
  427. package/chunks/Chip-Fb7_tfTx.js +0 -85
  428. package/chunks/Confirm.module-ONNAnitW.js +0 -15
  429. package/chunks/DropdownMobile.module-C99ad0jt.js +0 -23
  430. package/chunks/Footer.module-fCYYdKPC.js +0 -9
  431. package/chunks/HeaderLayoutSidebar.module-BUlWJH2L.js +0 -9
  432. package/chunks/HeaderTabs.module-f0pOEOus.js +0 -9
  433. package/chunks/ImageGalleryExtendedMain.module-BGe90A85.js +0 -17
  434. package/chunks/ImageGalleryExtendedThumb-BVI6zmzL.js +0 -28
  435. package/chunks/IslandAccordion.module-CpsIbUZS.js +0 -25
  436. package/chunks/IslandWidgetFooter.module-Cv-pFx97.js +0 -9
  437. package/chunks/IslandWidgetHeader.module-DZ7u5KdZ.js +0 -13
  438. package/chunks/LightBoxControls.module-BGzxKeYz.js +0 -16
  439. package/chunks/LightBoxSideOverlayClose.module-CmhYqDUn.js +0 -9
  440. package/chunks/ListItemTail.module-_zPCXCQZ.js +0 -12
  441. package/chunks/ListMasterFooter.module-OOs3HMYn.js +0 -10
  442. package/chunks/ModalWindow.module-BkI79oza.js +0 -17
  443. package/chunks/Notification.module-CtpYgvcX.js +0 -20
  444. package/chunks/Overlay.module-C3WPSJN5.js +0 -18
  445. package/chunks/Page.module-CkMrRJ3E.js +0 -11
  446. package/chunks/SMSField.module-Bo60-Oyi.js +0 -16
  447. package/chunks/SliderExtendedMarks.module-kdIHU6Y0.js +0 -15
  448. package/chunks/StatusTracker.module-DiLzRUA8.js +0 -24
  449. package/chunks/TableFooter.module-Bq-wqvaF.js +0 -14
  450. package/chunks/TabsExtended.module-CsY7VuxQ.js +0 -16
  451. package/chunks/TabsLine.module-BWx30e5X.js +0 -21
  452. package/chunks/TooltipDesktop.module-BkTwHXKO.js +0 -19
  453. package/chunks/TreeView.module-seYxUon6.js +0 -9
  454. package/chunks/utils-BIYQTFij.js +0 -24
  455. package/chunks/utils-CXwYWTdr.js +0 -73
@@ -1,13 +1,13 @@
1
1
  import { jsx as r, jsxs as m } from "react/jsx-runtime";
2
- import h, { useState as s, useRef as p, useLayoutEffect as R } from "react";
3
- import { h as g, i as W, p as c } from "../../../chunks/vendor-82AnkPpo.js";
2
+ import p, { useState as s, useRef as h, useLayoutEffect as g } from "react";
3
+ import { g as R, i as W, p as c } from "../../../chunks/vendor-D5cfSbgz.js";
4
4
  import { Portal as M } from "../../Portal/Portal.js";
5
- import { s as N } from "../../../chunks/ModalWindow.module-BkI79oza.js";
5
+ import { s as N } from "../../../chunks/ModalWindow.module-BKssph_P.js";
6
6
  const l = "modalWindowViewManagerNodeId", x = () => {
7
7
  let e = document.querySelector(`#${l}`);
8
8
  return e || (e = document.createElement("div"), e.setAttribute("id", l), document.body.appendChild(e)), e;
9
- }, V = h.forwardRef((e, i) => {
10
- const [n] = s(x), [t, f] = s(), d = p(null), u = (o) => {
9
+ }, V = p.forwardRef((e, i) => {
10
+ const [n] = s(x), [t, f] = s(), d = h(null), u = (o) => {
11
11
  d.current = o, typeof i == "function" ? i(o) : i && (i.current = o);
12
12
  }, a = () => {
13
13
  if (d.current) {
@@ -18,10 +18,10 @@ const l = "modalWindowViewManagerNodeId", x = () => {
18
18
  ) || f(o);
19
19
  }
20
20
  };
21
- R(() => {
21
+ g(() => {
22
22
  a();
23
23
  });
24
- const { ref: w } = g({
24
+ const { ref: w } = R({
25
25
  handleWidth: !0,
26
26
  onResize: a,
27
27
  refreshMode: "debounce",
@@ -1,15 +1,15 @@
1
1
  import { jsxs as N, jsx as i } from "react/jsx-runtime";
2
- import b from "react";
2
+ import v from "react";
3
3
  import c from "moment";
4
- import { CaretleftStrokeSrvIcon20 as v, RangeStrokeSrvIcon16 as V, CaretrightStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
5
- import { c as d } from "../../chunks/vendor-82AnkPpo.js";
4
+ import { CaretleftStrokeSrvIcon20 as b, RangeStrokeSrvIcon16 as V, CaretrightStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
5
+ import { c as d } from "../../chunks/vendor-D5cfSbgz.js";
6
6
  import { dateFormatYYYYMMDD as a } from "../../consts/DateConst.js";
7
7
  import { EMonthYearRangeShiftUnit as E } from "./enums.js";
8
- const F = "monthYearRange__1695511d", j = "monthYearRangeButton__6a888e81", w = "separator__3fd52b9a", l = {
8
+ const F = "monthYearRange__9e5da9d5", j = "monthYearRangeButton__491652c5", w = "separator__2aee1427", l = {
9
9
  monthYearRange: F,
10
10
  monthYearRangeButton: j,
11
11
  separator: w
12
- }, y = b.forwardRef(
12
+ }, y = v.forwardRef(
13
13
  ({
14
14
  className: R,
15
15
  value: p,
@@ -46,7 +46,7 @@ const F = "monthYearRange__1695511d", j = "monthYearRangeButton__6a888e81", w =
46
46
  };
47
47
  return /* @__PURE__ */ N("div", { className: _, ...S, ref: k, children: [
48
48
  !f && h({
49
- children: /* @__PURE__ */ i(v, { paletteIndex: 5 }),
49
+ children: /* @__PURE__ */ i(b, { paletteIndex: 5 }),
50
50
  className: d(l.monthYearRangeButton),
51
51
  disabled: !(t && r),
52
52
  onClick: I
@@ -1,10 +1,10 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import d, { useContext as s, useEffect as a } from "react";
3
- import { g as u } from "../../../chunks/vendor-82AnkPpo.js";
3
+ import { j as u } from "../../../chunks/vendor-D5cfSbgz.js";
4
4
  import "../../Dropdown/DropdownListContext.js";
5
5
  import "../../Dropdown/desktop/DropdownDesktop.js";
6
6
  import "../../Dropdown/desktop/DropdownList.js";
7
- import "../../../chunks/DropdownListItem-CBAmYB__.js";
7
+ import "../../../chunks/DropdownListItem-Db1_Qf-T.js";
8
8
  import { EDropdownWidth as f } from "../../Dropdown/desktop/enums.js";
9
9
  import "../../Dropdown/mobile/DropdownMobile.js";
10
10
  import "../../Dropdown/mobile/DropdownMobileBody.js";
@@ -1,23 +1,23 @@
1
- import { jsxs as c, jsx as r } from "react/jsx-runtime";
1
+ import { jsxs as r, jsx as c } from "react/jsx-runtime";
2
2
  import { useContext as m } from "react";
3
- import { MultiselectFieldContext as i } from "../MultiselectFieldContext.js";
4
- import { createSizeToClassNameMap as a } from "../../../utils/classNameMaps.js";
5
- import { c as d } from "../../../chunks/vendor-82AnkPpo.js";
3
+ import { MultiselectFieldContext as a } from "../MultiselectFieldContext.js";
4
+ import { createSizeToClassNameMap as i } from "../../../utils/classNameMaps.js";
5
+ import { c as d } from "../../../chunks/vendor-D5cfSbgz.js";
6
6
  import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
7
- const f = "multiselectFieldContent__64e34c89", _ = "loaderScreen__ef0f8730", C = "sm__9e805af5", u = "md__6ec1e22e", x = "lg__f289434d", e = {
8
- multiselectFieldContent: f,
9
- loaderScreen: _,
10
- sm: C,
7
+ const _ = "multiselectFieldContent__fe538562", C = "loaderScreen__9ab4eda9", f = "sm__ec673d7e", u = "md__ba645f69", x = "lg__583290a5", e = {
8
+ multiselectFieldContent: _,
9
+ loaderScreen: C,
10
+ sm: f,
11
11
  md: u,
12
12
  lg: x
13
- }, F = a(e), y = ({
13
+ }, F = i(e), j = ({
14
14
  children: t,
15
15
  className: o,
16
16
  loading: s,
17
17
  ...l
18
18
  }) => {
19
- const { size: n } = m(i);
20
- return /* @__PURE__ */ c(
19
+ const { size: n } = m(a);
20
+ return /* @__PURE__ */ r(
21
21
  "div",
22
22
  {
23
23
  tabIndex: -1,
@@ -25,12 +25,12 @@ const f = "multiselectFieldContent__64e34c89", _ = "loaderScreen__ef0f8730", C =
25
25
  ...l,
26
26
  children: [
27
27
  t,
28
- s && /* @__PURE__ */ r(p, { type: "small", className: e.loaderScreen })
28
+ s && /* @__PURE__ */ c(p, { type: "small", className: e.loaderScreen })
29
29
  ]
30
30
  }
31
31
  );
32
32
  };
33
33
  export {
34
- y as MultiselectFieldDropdownContent
34
+ j as MultiselectFieldDropdownContent
35
35
  };
36
36
  //# sourceMappingURL=MultiselectFieldDropdownContent.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import { c as s } from "../../../chunks/vendor-82AnkPpo.js";
3
- const i = "multiselectFieldFooter__a9758d62", c = {
2
+ import { c as s } from "../../../chunks/vendor-D5cfSbgz.js";
3
+ const i = "multiselectFieldFooter__b87d1103", c = {
4
4
  multiselectFieldFooter: i
5
5
  }, m = ({
6
6
  children: e,
@@ -1,13 +1,13 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { c as d } from "../../../chunks/vendor-82AnkPpo.js";
3
- const i = "multiselectFieldHeader__e407de33", c = {
4
- multiselectFieldHeader: i
5
- }, m = ({
2
+ import { c as i } from "../../../chunks/vendor-D5cfSbgz.js";
3
+ const c = "multiselectFieldHeader__ac006564", d = {
4
+ multiselectFieldHeader: c
5
+ }, a = ({
6
6
  children: e,
7
7
  className: l,
8
8
  ...t
9
- }) => /* @__PURE__ */ s("div", { className: d(c.multiselectFieldHeader, l), ...t, children: e });
9
+ }) => /* @__PURE__ */ s("div", { className: i(d.multiselectFieldHeader, l), ...t, children: e });
10
10
  export {
11
- m as MultiselectFieldDropdownHeader
11
+ a as MultiselectFieldDropdownHeader
12
12
  };
13
13
  //# sourceMappingURL=MultiselectFieldDropdownHeader.js.map
@@ -1,40 +1,39 @@
1
- import { jsx as f } from "react/jsx-runtime";
2
- import { c as l } from "../../chunks/vendor-82AnkPpo.js";
3
- import { NotificationBody as d } from "./components/NotificationBody.js";
4
- import { NotificationClose as p } from "./components/NotificationClose.js";
5
- import { NotificationIcon as N } from "./components/NotificationIcon.js";
6
- import { NotificationTime as x } from "./components/NotificationTime.js";
7
- import { s as i } from "../../chunks/Notification.module-CtpYgvcX.js";
8
- const o = ((t) => {
9
- const {
10
- children: a,
11
- className: r,
12
- withExtraBottomPadding: s = !1,
13
- isShowCloseOnHover: e = !1,
14
- onClick: m,
15
- ...n
16
- } = t, c = l(r, i.notification, {
17
- [i.showCloseOnHover]: e,
18
- [i.extraBottomPadding]: s
19
- });
20
- return /* @__PURE__ */ f(
21
- "div",
22
- {
23
- ...n,
24
- role: "alertdialog",
25
- className: c,
26
- onClick: m,
27
- "data-tx": "1.32.0",
28
- children: a
29
- }
30
- );
31
- });
32
- o.displayName = "Notification";
33
- o.Icon = N;
34
- o.Body = d;
35
- o.Close = p;
36
- o.Time = x;
1
+ import { jsx as s } from "react/jsx-runtime";
2
+ import { c } from "../../chunks/vendor-D5cfSbgz.js";
3
+ import { NotificationBody as l } from "./components/NotificationBody.js";
4
+ import { NotificationClose as d } from "./components/NotificationClose.js";
5
+ import { NotificationIcon as p } from "./components/NotificationIcon.js";
6
+ import { NotificationTime as N } from "./components/NotificationTime.js";
7
+ import x from "react";
8
+ import { s as o } from "../../chunks/Notification.module-BU6Z_ATv.js";
9
+ const y = Object.assign(
10
+ x.forwardRef(function({ children: i, className: t, withExtraBottomPadding: a = !1, isShowCloseOnHover: r = !1, onClick: f, ...m }, e) {
11
+ const n = c(t, o.notification, {
12
+ [o.showCloseOnHover]: r,
13
+ [o.extraBottomPadding]: a
14
+ });
15
+ return /* @__PURE__ */ s(
16
+ "div",
17
+ {
18
+ ...m,
19
+ role: "alertdialog",
20
+ className: n,
21
+ onClick: f,
22
+ ref: e,
23
+ "data-tx": "1.34.0",
24
+ children: i
25
+ }
26
+ );
27
+ }),
28
+ {
29
+ Icon: p,
30
+ Body: l,
31
+ Close: d,
32
+ Time: N
33
+ }
34
+ );
35
+ y.displayName = "Notification";
37
36
  export {
38
- o as Notification
37
+ y as Notification
39
38
  };
40
39
  //# sourceMappingURL=Notification.js.map
@@ -1,10 +1,15 @@
1
- import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
- import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
3
- import { s as e } from "../../chunks/Notification.module-CtpYgvcX.js";
4
- const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
5
- o,
6
- /* @__PURE__ */ r(t, {})
7
- ] });
1
+ import { jsxs as r, jsx as t } from "react/jsx-runtime";
2
+ import { NotificationGroupedFooter as e } from "./components/NotificationGroupedFooter.js";
3
+ import a from "react";
4
+ import { s as f } from "../../chunks/Notification.module-BU6Z_ATv.js";
5
+ const p = a.forwardRef(
6
+ function({ children: o }, i) {
7
+ return /* @__PURE__ */ r("div", { className: f.notificationGroupedWrapper, ref: i, children: [
8
+ o,
9
+ /* @__PURE__ */ t(e, {})
10
+ ] });
11
+ }
12
+ );
8
13
  p.displayName = "NotificationGrouped";
9
14
  export {
10
15
  p as NotificationGrouped
@@ -1,19 +1,23 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import { NotificationHeader as n } from "./NotificationHeader.js";
3
- import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
4
- import { NotificationFooter as e } from "./NotificationFooter.js";
5
- import { NotificationBodyList as m } from "./NotificationBodyList.js";
6
- import { s as f } from "../../../chunks/Notification.module-CtpYgvcX.js";
7
- const o = ((t) => {
8
- const { children: i } = t;
9
- return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
10
- });
11
- o.displayName = "NotificationBody";
12
- o.Header = n;
13
- o.Content = a;
14
- o.List = m;
15
- o.Footer = e;
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import r from "react";
3
+ import { NotificationHeader as a } from "./NotificationHeader.js";
4
+ import { NotificationBodyContent as f } from "./NotificationBodyContent.js";
5
+ import { NotificationFooter as n } from "./NotificationFooter.js";
6
+ import { NotificationBodyList as e } from "./NotificationBodyList.js";
7
+ import { s as m } from "../../../chunks/Notification.module-BU6Z_ATv.js";
8
+ const c = Object.assign(
9
+ r.forwardRef(function({ children: o }, t) {
10
+ return /* @__PURE__ */ i("div", { className: m.notificationBody, ref: t, children: o });
11
+ }),
12
+ {
13
+ Header: a,
14
+ Content: f,
15
+ List: e,
16
+ Footer: n
17
+ }
18
+ );
19
+ c.displayName = "NotificationBody";
16
20
  export {
17
- o as NotificationBody
21
+ c as NotificationBody
18
22
  };
19
23
  //# sourceMappingURL=NotificationBody.js.map
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
3
3
  import "../../UnorderedList/UnorderedListItem.js";
4
- import { s as a } from "../../../chunks/Notification.module-CtpYgvcX.js";
5
- import { c as e } from "../../../chunks/vendor-82AnkPpo.js";
4
+ import { s as a } from "../../../chunks/Notification.module-BU6Z_ATv.js";
5
+ import { c as e } from "../../../chunks/vendor-D5cfSbgz.js";
6
6
  const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
7
7
  c.displayName = "NotificationBodyList";
8
8
  export {
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
5
5
  import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
6
6
  import "../../Button/ButtonDropdown.js";
7
7
  import "../../Button/ButtonDropdownExtended.js";
8
- import { s as m } from "../../../chunks/Notification.module-CtpYgvcX.js";
8
+ import { s as m } from "../../../chunks/Notification.module-BU6Z_ATv.js";
9
9
  const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
10
10
  e.displayName = "NotificationClose";
11
11
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-CtpYgvcX.js";
2
+ import { s as i } from "../../../chunks/Notification.module-BU6Z_ATv.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
4
4
  s.displayName = "NotificationFooter";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-82AnkPpo.js";
3
- import { s as o } from "../../../chunks/Notification.module-CtpYgvcX.js";
2
+ import { c as i } from "../../../chunks/vendor-D5cfSbgz.js";
3
+ import { s as o } from "../../../chunks/Notification.module-BU6Z_ATv.js";
4
4
  const m = () => /* @__PURE__ */ s("div", { children: [
5
5
  /* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
6
6
  /* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as a } from "../../../chunks/Notification.module-CtpYgvcX.js";
2
+ import { s as a } from "../../../chunks/Notification.module-BU6Z_ATv.js";
3
3
  const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
4
4
  t.displayName = "NotificationHeader";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-CtpYgvcX.js";
2
+ import { s as t } from "../../../chunks/Notification.module-BU6Z_ATv.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
4
4
  s.displayName = "NotificationIcon";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-CtpYgvcX.js";
2
+ import { s as t } from "../../../chunks/Notification.module-BU6Z_ATv.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
3
3
  import "../FormField/components/FormFieldClear.js";
4
4
  import "../FormField/components/FormFieldCounter.js";
5
5
  import "../FormField/components/FormFieldDescription.js";
6
- import { F as d } from "../../chunks/FormFieldInput-d6WkPngW.js";
6
+ import { F as d } from "../../chunks/FormFieldInput-DFQ9utC5.js";
7
7
  import "../FormField/components/FormFieldLabel.js";
8
8
  import "../FormField/components/FormFieldMaskedInput.js";
9
9
  import "../FormField/components/FormFieldPostfix.js";
@@ -1,8 +1,8 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as m } from "../../chunks/vendor-82AnkPpo.js";
3
+ import { c as m } from "../../chunks/vendor-D5cfSbgz.js";
4
4
  import { OrderedListItem as a } from "./OrderedListItem.js";
5
- const c = "orderedList__9e3a30d6", f = {
5
+ const c = "orderedList__2fc4def6", f = {
6
6
  orderedList: c
7
7
  }, L = Object.assign(
8
8
  i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
@@ -15,7 +15,7 @@ const c = "orderedList__9e3a30d6", f = {
15
15
  "--start-index-tx": e - 1
16
16
  } : r,
17
17
  ...d,
18
- "data-tx": "1.32.0",
18
+ "data-tx": "1.34.0",
19
19
  ref: o
20
20
  }
21
21
  )),
@@ -1,12 +1,12 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as i } from "../../chunks/vendor-82AnkPpo.js";
3
+ import { c as i } from "../../chunks/vendor-D5cfSbgz.js";
4
4
  import { ETextSize as s } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
7
7
  import { Text as d } from "../Typography/Text.js";
8
8
  import "../Typography/Title.js";
9
- const a = "orderedListItem__de523c4c", p = {
9
+ const a = "orderedListItem__bce38484", p = {
10
10
  orderedListItem: a
11
11
  }, c = m.forwardRef(
12
12
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
@@ -16,7 +16,7 @@ const a = "orderedListItem__de523c4c", p = {
16
16
  size: s.B3,
17
17
  tag: "li",
18
18
  ...e,
19
- "data-tx": "1.32.0",
19
+ "data-tx": "1.34.0",
20
20
  ref: r
21
21
  }
22
22
  )
@@ -1,57 +1,57 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import { useState as h } from "react";
3
- import { c as u } from "../../chunks/vendor-82AnkPpo.js";
4
- import { OverlayBase as k } from "./OverlayBase.js";
5
- import { OverlayMask as B } from "./OverlayMask.js";
6
- import { OverlayPanel as M } from "./OverlayPanel.js";
7
- import { s as r } from "../../chunks/Overlay.module-C3WPSJN5.js";
8
- const s = ({
9
- children: o,
10
- className: i,
11
- direction: c,
12
- fixed: f,
13
- onClose: a,
14
- onClosing: e,
15
- onOpening: p,
16
- onOpen: y,
17
- opened: t,
18
- setOpened: v,
19
- ...d
20
- }) => {
21
- const [n, l] = h(!1), O = () => {
22
- l(!0), e == null || e();
23
- }, x = () => {
24
- l(!1), a == null || a();
25
- };
26
- return /* @__PURE__ */ m(
27
- "div",
28
- {
29
- className: u(r.overlay, i, {
30
- [r.closing]: n,
31
- [r.fixed]: !!f,
32
- [r.opened]: t
33
- }),
34
- ...d,
35
- children: /* @__PURE__ */ m(
36
- k,
37
- {
38
- direction: c,
39
- onClose: x,
40
- onClosing: O,
41
- onOpening: p,
42
- onOpen: y,
43
- opened: t,
44
- setOpened: v,
45
- children: o
46
- }
47
- )
48
- }
49
- );
50
- };
51
- s.displayName = "Overlay";
52
- s.Mask = B;
53
- s.Panel = M;
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import v from "react";
3
+ import { c as O } from "../../chunks/vendor-D5cfSbgz.js";
4
+ import { OverlayBase as x } from "./OverlayBase.js";
5
+ import { OverlayMask as g } from "./OverlayMask.js";
6
+ import { OverlayPanel as h } from "./OverlayPanel.js";
7
+ import { s as r } from "../../chunks/Overlay.module-MZsYSnWB.js";
8
+ const j = Object.assign(
9
+ v.forwardRef(
10
+ ({
11
+ children: l,
12
+ className: s,
13
+ direction: m,
14
+ fixed: i,
15
+ onClose: t,
16
+ onClosing: f,
17
+ onOpening: c,
18
+ onOpen: n,
19
+ opened: a,
20
+ setOpened: y,
21
+ ...p
22
+ }, d) => /* @__PURE__ */ o(
23
+ x,
24
+ {
25
+ direction: m,
26
+ onClose: t,
27
+ onClosing: f,
28
+ onOpening: c,
29
+ onOpen: n,
30
+ opened: a,
31
+ setOpened: y,
32
+ children: (e) => /* @__PURE__ */ o(
33
+ "div",
34
+ {
35
+ className: O(r.overlay, s, {
36
+ [r.closing]: e.closing,
37
+ [r.fixed]: !!i,
38
+ [r.opened]: a
39
+ }),
40
+ ref: d,
41
+ ...p,
42
+ children: l(e)
43
+ }
44
+ )
45
+ }
46
+ )
47
+ ),
48
+ {
49
+ Mask: g,
50
+ Panel: h
51
+ }
52
+ );
53
+ j.displayName = "Overlay";
54
54
  export {
55
- s as Overlay
55
+ j as Overlay
56
56
  };
57
57
  //# sourceMappingURL=Overlay.js.map
@@ -1,28 +1,32 @@
1
- import { useState as h, useRef as x, useEffect as B, useLayoutEffect as F } from "react";
2
- var G = /* @__PURE__ */ ((t) => (t.BOTTOM = "bottom", t.LEFT = "left", t.RIGHT = "right", t.TOP = "top", t))(G || {});
3
- const P = ({
4
- children: t,
5
- direction: L = "right",
6
- opened: r,
7
- onClose: s,
8
- onClosing: f,
9
- onOpen: c,
10
- onOpening: u,
11
- setOpened: R
1
+ import { useState as p, useRef as T, useLayoutEffect as B, useEffect as m } from "react";
2
+ var k = /* @__PURE__ */ ((r) => (r.BOTTOM = "bottom", r.LEFT = "left", r.RIGHT = "right", r.TOP = "top", r))(k || {});
3
+ const C = ({
4
+ children: r,
5
+ direction: F = "right",
6
+ opened: t,
7
+ onClose: O,
8
+ onClosing: R,
9
+ onOpen: b,
10
+ onOpening: h,
11
+ setOpened: L
12
12
  }) => {
13
- const [I, b] = h(!1), [e, a] = h(!1), [T, m] = h(!1), M = x(r);
13
+ const [f, l] = p(!1), [a, i] = p(!1), o = T(t), g = T(!0), e = T({ onClose: O, onClosing: R, onOpen: b, onOpening: h });
14
14
  return B(() => {
15
- b(!0);
16
- }, []), F(() => {
17
- M.current && !r ? (m(!1), a(!0), f == null || f()) : !M.current && r && (a(!1), m(!0), u == null || u()), M.current = r;
18
- }, [r]), B(() => {
19
- I && (e ? f == null || f() : s == null || s());
20
- }, [e]), B(() => {
21
- I && (T ? u == null || u() : c == null || c());
22
- }, [T]), t({ closing: e, direction: L, opened: r, opening: T, setClosing: a, setOpened: R, setOpening: m });
15
+ e.current = { onClose: O, onClosing: R, onOpen: b, onOpening: h };
16
+ }), B(() => {
17
+ o.current && !t ? (i(!1), l(!0)) : !o.current && t && (l(!1), i(!0)), o.current = t;
18
+ }, [t]), m(() => {
19
+ var s, u, n, c;
20
+ g.current || (f ? (u = (s = e.current).onClosing) == null || u.call(s) : (c = (n = e.current).onClose) == null || c.call(n));
21
+ }, [f]), m(() => {
22
+ var s, u, n, c;
23
+ g.current || (a ? (u = (s = e.current).onOpening) == null || u.call(s) : (c = (n = e.current).onOpen) == null || c.call(n));
24
+ }, [a]), m(() => {
25
+ g.current = !1;
26
+ }, []), r({ closing: f, direction: F, opened: t, opening: a, setClosing: l, setOpened: L, setOpening: i });
23
27
  };
24
28
  export {
25
- G as EOverlayDirection,
26
- P as OverlayBase
29
+ k as EOverlayDirection,
30
+ C as OverlayBase
27
31
  };
28
32
  //# sourceMappingURL=OverlayBase.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import l from "react";
3
- import { c as t } from "../../chunks/vendor-82AnkPpo.js";
4
- import { s as a } from "../../chunks/Overlay.module-C3WPSJN5.js";
3
+ import { c as t } from "../../chunks/vendor-D5cfSbgz.js";
4
+ import { s as a } from "../../chunks/Overlay.module-MZsYSnWB.js";
5
5
  const f = l.forwardRef(
6
6
  ({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
7
7
  "div",
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
- import { c as d } from "../../chunks/vendor-82AnkPpo.js";
3
+ import { c as d } from "../../chunks/vendor-D5cfSbgz.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-C3WPSJN5.js";
5
+ import { s as e } from "../../chunks/Overlay.module-MZsYSnWB.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as i } from "../../chunks/vendor-82AnkPpo.js";
3
+ import { c as i } from "../../chunks/vendor-D5cfSbgz.js";
4
4
  import { BodyPage as p } from "./components/BodyPage.js";
5
5
  import { HeaderPage as f } from "./components/HeaderPage.js";
6
6
  import { FooterPage as g } from "./components/FooterPage.js";
7
- import { s as o } from "../../chunks/Page.module-CkMrRJ3E.js";
7
+ import { s as o } from "../../chunks/Page.module-CS5TUL6b.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {