@sberbusiness/triplex-next 0.32.0 → 0.33.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 (443) hide show
  1. package/README.md +35 -32
  2. package/chunks/AlertProcessSpoiler-D5Z3QhxI.js +41 -0
  3. package/chunks/{CalendarViewItem-DnsWMQ6f.js → CalendarViewItem-jaPGc7g9.js} +19 -19
  4. package/chunks/Card.module-BT82F3Ky.js +18 -0
  5. package/chunks/CheckboxTreeExtended.module-dWJEHy4I.js +15 -0
  6. package/chunks/Chip-DEoNciDr.js +85 -0
  7. package/chunks/Confirm.module-Bek5Y_d5.js +15 -0
  8. package/chunks/{DropdownListItem-Bp1g9j21.js → DropdownListItem-9uM7fY6X.js} +19 -19
  9. package/chunks/DropdownMobile.module-Dn9sFUCq.js +23 -0
  10. package/chunks/Footer.module-cwVzdGju.js +9 -0
  11. package/chunks/{FormFieldInput-DZ9wvF_L.js → FormFieldInput-CLHhO8Kh.js} +21 -21
  12. package/chunks/HeaderLayoutSidebar.module-By0WroW0.js +9 -0
  13. package/chunks/HeaderTabs.module-nNfmab3J.js +9 -0
  14. package/chunks/{HeaderTitle.module-Bjd_PeFL.js → HeaderTitle.module-D4SZQJKQ.js} +2 -2
  15. package/chunks/ImageGalleryExtendedMain.module-BV4sYkkw.js +17 -0
  16. package/chunks/{ImageGalleryExtendedThumb-A47Rfe5O.js → ImageGalleryExtendedThumb-DVMRe0a9.js} +8 -8
  17. package/chunks/IslandAccordion.module-DZaeBDfB.js +25 -0
  18. package/chunks/IslandWidgetFooter.module-gs1vcAcR.js +9 -0
  19. package/chunks/IslandWidgetHeader.module-DCfKgbBN.js +13 -0
  20. package/chunks/{LightBoxContent-9n7KZhyO.js → LightBoxContent-CJPhUyR3.js} +8 -8
  21. package/chunks/LightBoxControls.module-Dw9yTb8h.js +16 -0
  22. package/chunks/LightBoxSideOverlayClose.module-PasYNDqH.js +9 -0
  23. package/chunks/{ListItemControlsButton-CvLzuMWL.js → ListItemControlsButton-BsJp3m-o.js} +11 -11
  24. package/chunks/ListItemTail.module-C_0Ilv6P.js +12 -0
  25. package/chunks/ListMasterFooter.module-BtdNBL90.js +10 -0
  26. package/chunks/ModalWindow.module-BL1rtFYz.js +17 -0
  27. package/chunks/Notification.module-DGitAi0W.js +20 -0
  28. package/chunks/Overlay.module-C4CvBteS.js +18 -0
  29. package/chunks/Page.module-C0z8yMeg.js +11 -0
  30. package/chunks/SMSField.module-BcNuX5lS.js +16 -0
  31. package/chunks/SliderExtendedMarks.module-C_x_7ws7.js +15 -0
  32. package/chunks/{SliderExtendedRail-BAv_g4xj.js → SliderExtendedRail-SYhKGslJ.js} +12 -12
  33. package/chunks/StatusTracker.module-DkbOCTwb.js +24 -0
  34. package/chunks/{StepperStepArrowBorder-zBMxIbHq.js → StepperStepArrowBorder-B59UgJt-.js} +6 -6
  35. package/chunks/{SuggestFieldMobileDropdownHint-DoCjNfsA.js → SuggestFieldMobileDropdownHint-GTMw7Nng.js} +2 -2
  36. package/chunks/TableFooter.module-CGgvFs4s.js +14 -0
  37. package/chunks/TabsExtended.module-D6URUq4g.js +16 -0
  38. package/chunks/TabsLine.module-DZEuIiZO.js +21 -0
  39. package/chunks/TooltipDesktop.module-DK_Fl-Dq.js +19 -0
  40. package/chunks/TreeView.module-Bq5-RYgn.js +9 -0
  41. package/chunks/{UploadZoneInput-CZ0-33sV.js → UploadZoneInput-NoKos3kX.js} +4 -4
  42. package/chunks/{constants-8_Umj6ax.js → constants-DXTFMfA_.js} +9 -9
  43. package/chunks/{utils-gmsD_32w.js → utils-C2i3hSWR.js} +4 -4
  44. package/chunks/utils-D55sjebM.js +73 -0
  45. package/chunks/utils-DDzMRlrV.js +28 -0
  46. package/chunks/utils-DVaJTyM2.js +24 -0
  47. package/components/Alert/AlertContext/AlertContext.js +12 -12
  48. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  50. package/components/Amount/Amount.js +4 -4
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +26 -26
  53. package/components/Badge/Badge.js +15 -15
  54. package/components/Badge/BadgeDot.js +6 -6
  55. package/components/Badge/components/BadgeContent.js +5 -5
  56. package/components/Badge/components/BadgePostfix.js +4 -4
  57. package/components/Badge/components/BadgePrefix.js +1 -1
  58. package/components/Body/Body.js +5 -5
  59. package/components/Button/Button.js +27 -27
  60. package/components/Button/ButtonBase.js +1 -1
  61. package/components/Button/ButtonDropdown.js +2 -2
  62. package/components/Button/ButtonDropdownExtended.js +1 -1
  63. package/components/Button/ButtonIcon.js +13 -13
  64. package/components/Calendar/Calendar.js +2 -2
  65. package/components/Calendar/components/CalendarControls.js +9 -9
  66. package/components/Calendar/components/CalendarFooter.js +3 -3
  67. package/components/Calendar/components/CalendarViewDays.js +1 -1
  68. package/components/Calendar/components/CalendarViewItem.js +1 -1
  69. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  70. package/components/Calendar/components/CalendarViewYears.js +1 -1
  71. package/components/Card/CardAction.js +8 -8
  72. package/components/Card/CardStatic.js +2 -2
  73. package/components/Card/components/CardContent/CardContent.js +1 -1
  74. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  76. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  77. package/components/Card/components/CardMedia.js +1 -1
  78. package/components/Card/utils.js +1 -1
  79. package/components/CarouselExtended/CarouselExtended.js +1 -1
  80. package/components/Checkbox/Checkbox.js +8 -8
  81. package/components/Checkbox/CheckboxXGroup.js +14 -14
  82. package/components/Checkbox/CheckboxYGroup.js +4 -4
  83. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  87. package/components/Chip/Chip.js +1 -1
  88. package/components/Chip/ChipClearButton.js +8 -8
  89. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  90. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  91. package/components/Chip/ChipDropdownArrow.js +5 -5
  92. package/components/Chip/ChipIcon.js +1 -1
  93. package/components/Chip/ChipMultiselect.js +1 -1
  94. package/components/Chip/ChipOptions.js +10 -10
  95. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  96. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  97. package/components/Chip/ChipSort.js +1 -1
  98. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  99. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  100. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +15 -15
  101. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +46 -42
  102. package/components/Chip/index.js +1 -1
  103. package/components/ChipGroup/ChipGroup.js +10 -10
  104. package/components/Col/Col.js +143 -143
  105. package/components/CollapsibleTree/CollapsibleTree.js +7 -7
  106. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +1 -1
  107. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
  108. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +5 -5
  109. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +4 -4
  110. package/components/Confirm/Confirm.js +1 -1
  111. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  112. package/components/Confirm/components/ConfirmContent.js +1 -1
  113. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  114. package/components/Confirm/components/ConfirmControls.js +1 -1
  115. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  116. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  117. package/components/DateRange/DateRange.js +5 -5
  118. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  119. package/components/DesignTokens/components/Button.js +1 -1
  120. package/components/DesignTokens/components/Chip.js +1 -1
  121. package/components/DesignTokens/components/LightBox.js +10 -4
  122. package/components/DesignTokens/components/Tabs.js +2 -2
  123. package/components/Divider/Divider.js +17 -17
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
  125. package/components/Dropdown/desktop/DropdownDesktop.js +18 -18
  126. package/components/Dropdown/desktop/DropdownList.js +1 -1
  127. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  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 +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  136. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  137. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  138. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  139. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  140. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  141. package/components/Ellipsis/Ellipsis.js +5 -5
  142. package/components/EmptyView/EmptyView.js +7 -7
  143. package/components/ExpandAnimation/ExpandAnimation.js +1 -1
  144. package/components/FocusTrapExtended/FocusTrapExtended.js +34 -0
  145. package/components/FocusTrapExtended/index.js +5 -0
  146. package/components/Footer/Footer.js +1 -1
  147. package/components/Footer/components/FooterDescription.js +1 -1
  148. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  149. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  150. package/components/FormField/FormField.js +17 -17
  151. package/components/FormField/components/FormFieldClear.js +4 -4
  152. package/components/FormField/components/FormFieldCounter.js +1 -1
  153. package/components/FormField/components/FormFieldDescription.js +5 -5
  154. package/components/FormField/components/FormFieldInput.js +1 -1
  155. package/components/FormField/components/FormFieldLabel.js +10 -10
  156. package/components/FormField/components/FormFieldMaskedInput.js +8 -8
  157. package/components/FormField/components/FormFieldPostfix.js +3 -3
  158. package/components/FormField/components/FormFieldPrefix.js +5 -5
  159. package/components/FormField/components/FormFieldTarget.js +18 -18
  160. package/components/FormField/components/FormFieldTextarea.js +11 -11
  161. package/components/FormField/components/index.js +1 -1
  162. package/components/FormField/index.js +1 -1
  163. package/components/Gap/Gap.js +11 -11
  164. package/components/Header/Header.js +1 -1
  165. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  166. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  167. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  168. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
  169. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  170. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  171. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  172. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  173. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  174. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  175. package/components/HelpBox/HelpBox.js +4 -4
  176. package/components/IconWrapper/IconWrapper.js +11 -11
  177. package/components/ImageGallery/ImageGallery.js +10 -9
  178. package/components/ImageGalleryExtended/ImageGalleryExtended.js +6 -6
  179. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
  180. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +12 -12
  181. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +9 -8
  182. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
  183. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
  184. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
  185. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
  186. package/components/ImageGalleryExtended/components/index.js +1 -1
  187. package/components/ImageGalleryExtended/index.js +1 -1
  188. package/components/Island/Island.js +1 -1
  189. package/components/Island/components/IslandBody.js +3 -3
  190. package/components/Island/components/IslandFooter.js +4 -4
  191. package/components/Island/components/IslandHeader.js +2 -2
  192. package/components/Island/utils.js +1 -1
  193. package/components/IslandAccordion/IslandAccordion.js +2 -2
  194. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  195. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  196. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  197. package/components/IslandWidget/IslandWidget.js +21 -21
  198. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  199. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  200. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  201. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  202. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  203. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  204. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  205. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
  206. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  207. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
  208. package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
  209. package/components/LightBox/LightBox.js +51 -50
  210. package/components/LightBox/LightBoxContent.js +1 -1
  211. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  212. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  213. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  214. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  215. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +105 -97
  216. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  217. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  218. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +3 -3
  219. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +13 -13
  220. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +16 -16
  221. package/components/Link/Link.js +11 -11
  222. package/components/List/List.js +7 -7
  223. package/components/List/components/ListEmptyState.js +1 -1
  224. package/components/List/components/ListItem.js +1 -1
  225. package/components/List/components/ListItemContent.js +13 -13
  226. package/components/List/components/ListItemControls.js +5 -5
  227. package/components/List/components/ListItemControlsButton.js +1 -1
  228. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  229. package/components/List/components/ListItemLoading.js +7 -7
  230. package/components/List/components/ListItemSelectable.js +12 -12
  231. package/components/List/components/ListItemTable.js +5 -5
  232. package/components/List/components/ListItemTailLeft.js +1 -1
  233. package/components/List/components/ListItemTailRight.js +1 -1
  234. package/components/List/components/ListSortableItem.js +5 -5
  235. package/components/List/components/ListSortableItemControls.js +5 -5
  236. package/components/List/components/ListSortableItemTarget.js +8 -8
  237. package/components/List/index.js +1 -1
  238. package/components/ListMaster/ListMaster.js +1 -1
  239. package/components/ListMaster/components/ListMasterBody.js +1 -1
  240. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  241. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  242. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  243. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  244. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  245. package/components/ListMaster/components/SelectionControls.js +2 -2
  246. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  247. package/components/Loader/LoaderSmall/LoaderSmall.js +4 -4
  248. package/components/LoaderScreen/LoaderScreen.js +6 -6
  249. package/components/Marker/Marker.js +1 -1
  250. package/components/Marker/utils.js +1 -1
  251. package/components/MarkerStatus/MarkerStatus.js +18 -18
  252. package/components/MobileView/index.js +3 -1
  253. package/components/MobileView/useMobileView.js +10 -0
  254. package/components/ModalWindow/ModalWindow.js +33 -33
  255. package/components/ModalWindow/components/ModalWindowBody.js +4 -4
  256. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  257. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  258. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  259. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  260. package/components/MonthYearRange/MonthYearRange.js +1 -1
  261. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  262. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +3 -3
  263. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
  264. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  265. package/components/Notification/Notification.js +2 -2
  266. package/components/Notification/NotificationGrouped.js +1 -1
  267. package/components/Notification/components/NotificationBody.js +1 -1
  268. package/components/Notification/components/NotificationBodyList.js +1 -1
  269. package/components/Notification/components/NotificationClose.js +1 -1
  270. package/components/Notification/components/NotificationFooter.js +1 -1
  271. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  272. package/components/Notification/components/NotificationHeader.js +1 -1
  273. package/components/Notification/components/NotificationIcon.js +1 -1
  274. package/components/Notification/components/NotificationTime.js +1 -1
  275. package/components/NumberField/NumberFieldInput.js +1 -1
  276. package/components/OrderedList/OrderedList.js +2 -2
  277. package/components/OrderedList/OrderedListItem.js +2 -2
  278. package/components/Overlay/Overlay.js +1 -1
  279. package/components/Overlay/OverlayMask.js +1 -1
  280. package/components/Overlay/OverlayPanel.js +1 -1
  281. package/components/Page/Page.js +1 -1
  282. package/components/Page/components/BodyPage.js +6 -6
  283. package/components/Page/components/FooterPage.js +1 -1
  284. package/components/Page/components/HeaderPage.js +1 -1
  285. package/components/Pagination/components/PaginationExtended.js +8 -8
  286. package/components/Pagination/components/PaginationNavigationButton.js +7 -7
  287. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  288. package/components/Pagination/components/PaginationPageButton.js +8 -8
  289. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  290. package/components/Pagination/components/PaginationSelect.js +8 -8
  291. package/components/Radio/Radio.js +10 -10
  292. package/components/Radio/RadioXGroup.js +13 -13
  293. package/components/Radio/RadioYGroup.js +4 -4
  294. package/components/Row/Row.js +14 -14
  295. package/components/SMSField/SMSField.js +2 -2
  296. package/components/SMSField/components/RefreshIcon.js +1 -1
  297. package/components/SMSField/components/SMSFieldInput.js +2 -2
  298. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  299. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  300. package/components/SegmentedControl/SegmentedControl.js +2 -2
  301. package/components/SegmentedControl/SegmentedControlSegment.js +18 -18
  302. package/components/SelectExtendedField/SelectExtendedField.js +12 -12
  303. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  304. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  305. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
  306. package/components/SelectField/SelectField.js +1 -1
  307. package/components/Skeleton/Skeleton.js +12 -12
  308. package/components/SliderExtended/SliderExtended.js +2 -2
  309. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  310. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  311. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  312. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  313. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
  314. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
  315. package/components/SmallInput/SmallInput.js +4 -4
  316. package/components/Spoiler/Spoiler.js +12 -12
  317. package/components/StatusTracker/StatusTracker.js +2 -2
  318. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  319. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  320. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  321. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  322. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  323. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  324. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  325. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  326. package/components/StatusTracker/components/StatusTrackerStatusGroup.js +1 -1
  327. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  328. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  329. package/components/Step/Step.js +12 -12
  330. package/components/Stepper/Stepper.js +31 -30
  331. package/components/Stepper/StepperExtended.js +1 -1
  332. package/components/Stepper/StepperStep.js +2 -2
  333. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  334. package/components/Stepper/index.js +9 -7
  335. package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
  336. package/components/SuggestField/SuggestField.js +2 -2
  337. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  338. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  339. package/components/SuggestField/index.js +1 -1
  340. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  341. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  342. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  343. package/components/SuggestField/mobile/index.js +1 -1
  344. package/components/SwipeableArea/SwipeableArea.js +15 -15
  345. package/components/Table/ChipPanel.js +1 -1
  346. package/components/Table/ChipPanelLinks.js +1 -1
  347. package/components/Table/FilterPanel.js +2 -2
  348. package/components/Table/MasterTable.js +9 -9
  349. package/components/Table/NoColumns.js +3 -3
  350. package/components/Table/PaginationPanel.js +2 -2
  351. package/components/Table/TableBasic/TableBasic.js +1 -1
  352. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  353. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  354. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  355. package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
  356. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
  357. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  358. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  359. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
  360. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  361. package/components/Table/TableFooter/TableFooter.js +1 -1
  362. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  363. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  364. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  365. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  366. package/components/Table/utils.js +1 -1
  367. package/components/Tabs/Tabs.js +6 -6
  368. package/components/TabsExtended/TabsExtended.js +2 -2
  369. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  370. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  371. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  372. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  373. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  374. package/components/TabsExtended/utils.js +1 -1
  375. package/components/TabsLine/TabsLine.js +12 -11
  376. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  377. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  378. package/components/TabsLine/components/TabsLineItem.js +1 -1
  379. package/components/TabsLine/components/TabsLineMobile.js +5 -5
  380. package/components/Tag/Tag.js +13 -13
  381. package/components/TagColor/TagColor.js +12 -12
  382. package/components/TagGroup/TagGroup.js +4 -4
  383. package/components/TextField/TextField.js +1 -1
  384. package/components/TextField/TextFieldBase.js +1 -1
  385. package/components/TextareaField/TextareaField.js +1 -1
  386. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  387. package/components/Tooltip/components/common/TooltipLink.js +10 -10
  388. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  389. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  390. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  391. package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
  392. package/components/TopOverlay/TopOverlay.js +44 -44
  393. package/components/TreeView/TreeView.js +1 -1
  394. package/components/TreeView/components/TreeViewGroup.js +1 -1
  395. package/components/TreeView/components/TreeViewNode.js +1 -1
  396. package/components/Typography/Caption.js +24 -24
  397. package/components/Typography/CodeText.js +12 -12
  398. package/components/Typography/Text.js +21 -21
  399. package/components/Typography/Title.js +28 -28
  400. package/components/Typography/constants.js +1 -1
  401. package/components/Typography/enums.js +1 -1
  402. package/components/UnorderedList/UnorderedList.js +5 -5
  403. package/components/UnorderedList/UnorderedListItem.js +2 -2
  404. package/components/UploadZone/UploadZone.js +2 -2
  405. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  406. package/components/UploadZone/index.js +1 -1
  407. package/components/index.js +363 -359
  408. package/index.d.ts +33 -39
  409. package/index.js +397 -393
  410. package/package.json +5 -1
  411. package/styles/triplex-next.css +557 -556
  412. package/chunks/AlertProcessSpoiler-DW0BhZ40.js +0 -41
  413. package/chunks/Card.module-CXz8VlRt.js +0 -18
  414. package/chunks/CheckboxTreeExtended.module-eCBHjGXW.js +0 -15
  415. package/chunks/Chip-C4673wYg.js +0 -85
  416. package/chunks/Confirm.module-DXe0cS1V.js +0 -15
  417. package/chunks/DropdownMobile.module-B-gfhyrz.js +0 -23
  418. package/chunks/Footer.module-CHW5czGs.js +0 -9
  419. package/chunks/HeaderLayoutSidebar.module-ChykZk2C.js +0 -9
  420. package/chunks/HeaderTabs.module-CXzQ8YYa.js +0 -9
  421. package/chunks/ImageGalleryExtendedMain.module-DtrGKrbn.js +0 -17
  422. package/chunks/IslandAccordion.module-Cez7gPQx.js +0 -25
  423. package/chunks/IslandWidgetFooter.module-DJ6DLnlZ.js +0 -9
  424. package/chunks/IslandWidgetHeader.module-Cax47StS.js +0 -13
  425. package/chunks/LightBoxControls.module-CqE7tSjd.js +0 -16
  426. package/chunks/LightBoxSideOverlayClose.module-76jyTCms.js +0 -9
  427. package/chunks/ListItemTail.module-Cj1qtzG7.js +0 -12
  428. package/chunks/ListMasterFooter.module-BFddN0Fo.js +0 -10
  429. package/chunks/ModalWindow.module-DRSCJT-j.js +0 -17
  430. package/chunks/Notification.module-XEc1_4xz.js +0 -20
  431. package/chunks/Overlay.module-CG_bCws2.js +0 -18
  432. package/chunks/Page.module-w5MrLoeL.js +0 -11
  433. package/chunks/SMSField.module-CKYqfE0O.js +0 -16
  434. package/chunks/SliderExtendedMarks.module-BrV0KqUb.js +0 -15
  435. package/chunks/StatusTracker.module-Bxjr2F_-.js +0 -24
  436. package/chunks/TableFooter.module-nSntoxBZ.js +0 -14
  437. package/chunks/TabsExtended.module-BAblULYn.js +0 -16
  438. package/chunks/TabsLine.module-BB5LVegW.js +0 -21
  439. package/chunks/TooltipDesktop.module-DNiN5lh5.js +0 -19
  440. package/chunks/TreeView.module-C8K0ykxB.js +0 -9
  441. package/chunks/utils-BT5PPv2k.js +0 -24
  442. package/chunks/utils-CP79T5VE.js +0 -73
  443. package/chunks/utils-De8Skuhh.js +0 -28
@@ -2,9 +2,9 @@ import { jsx as m } from "react/jsx-runtime";
2
2
  import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
3
3
  import { EHeaderPageType as i } from "../../Page/components/enums.js";
4
4
  import { c as l } from "../../../chunks/vendor-z35N2Tap.js";
5
- const t = "modalWindowHeader__6e963e10", s = {
5
+ const t = "modalWindowHeader__df8cf5e3", s = {
6
6
  modalWindowHeader: t
7
- }, o = ({ className: a, children: d, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, a), ...r, type: i.FIRST, children: d });
7
+ }, o = ({ className: d, children: a, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, d), ...r, type: i.FIRST, children: a });
8
8
  o.Title = e.Title;
9
9
  o.displayName = "ModalWindowHeader";
10
10
  export {
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as m } from "react/jsx-runtime";
2
2
  import p, { useState as s, useRef as h, useLayoutEffect as g } from "react";
3
3
  import { g as R, i as W, p as c } from "../../../chunks/vendor-z35N2Tap.js";
4
4
  import { Portal as M } from "../../Portal/Portal.js";
5
- import { s as N } from "../../../chunks/ModalWindow.module-DRSCJT-j.js";
5
+ import { s as N } from "../../../chunks/ModalWindow.module-BL1rtFYz.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;
@@ -5,7 +5,7 @@ import { CaretleftStrokeSrvIcon20 as v, RangeStrokeSrvIcon16 as V, CaretrightStr
5
5
  import { c as d } from "../../chunks/vendor-z35N2Tap.js";
6
6
  import { dateFormatYYYYMMDD as a } from "../../consts/DateConst.js";
7
7
  import { EMonthYearRangeShiftUnit as E } from "./enums.js";
8
- const F = "monthYearRange__74ca068b", j = "monthYearRangeButton__d03c2880", w = "separator__fbca46ae", l = {
8
+ const F = "monthYearRange__d5872d90", j = "monthYearRangeButton__432b9a51", w = "separator__c2b2f624", l = {
9
9
  monthYearRange: F,
10
10
  monthYearRangeButton: j,
11
11
  separator: w
@@ -4,7 +4,7 @@ import { F as u } from "../../../chunks/vendor-z35N2Tap.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-Bp1g9j21.js";
7
+ import "../../../chunks/DropdownListItem-9uM7fY6X.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";
@@ -4,10 +4,10 @@ import { MultiselectFieldContext as a } from "../MultiselectFieldContext.js";
4
4
  import { createSizeToClassNameMap as i } from "../../../utils/classNameMaps.js";
5
5
  import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
6
6
  import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
7
- const _ = "multiselectFieldContent__116f7753", C = "loaderScreen__7c9c207a", f = "sm__a55b7c5e", u = "md__13bd0b6e", x = "lg__6a6f464a", e = {
7
+ const _ = "multiselectFieldContent__177d55a8", f = "loaderScreen__2cff0b00", C = "sm__f8e602a9", u = "md__a84cd65c", x = "lg__b4d9abab", e = {
8
8
  multiselectFieldContent: _,
9
- loaderScreen: C,
10
- sm: f,
9
+ loaderScreen: f,
10
+ sm: C,
11
11
  md: u,
12
12
  lg: x
13
13
  }, F = i(e), j = ({
@@ -1,12 +1,12 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import { c as s } from "../../../chunks/vendor-z35N2Tap.js";
3
- const c = "multiselectFieldFooter__ac3646ce", i = {
4
- multiselectFieldFooter: c
3
+ const i = "multiselectFieldFooter__1e4b1f57", c = {
4
+ multiselectFieldFooter: i
5
5
  }, m = ({
6
6
  children: e,
7
7
  className: t,
8
8
  ...o
9
- }) => /* @__PURE__ */ l("div", { className: s(i.multiselectFieldFooter, t), ...o, children: e });
9
+ }) => /* @__PURE__ */ l("div", { className: s(c.multiselectFieldFooter, t), ...o, children: e });
10
10
  export {
11
11
  m as MultiselectFieldDropdownFooter
12
12
  };
@@ -1,12 +1,12 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
3
- const c = "multiselectFieldHeader__2113110c", d = {
4
- multiselectFieldHeader: c
3
+ const d = "multiselectFieldHeader__87708577", c = {
4
+ multiselectFieldHeader: d
5
5
  }, m = ({
6
6
  children: e,
7
7
  className: l,
8
8
  ...t
9
- }) => /* @__PURE__ */ s("div", { className: i(d.multiselectFieldHeader, l), ...t, children: e });
9
+ }) => /* @__PURE__ */ s("div", { className: i(c.multiselectFieldHeader, l), ...t, children: e });
10
10
  export {
11
11
  m as MultiselectFieldDropdownHeader
12
12
  };
@@ -4,7 +4,7 @@ import { NotificationBody as d } from "./components/NotificationBody.js";
4
4
  import { NotificationClose as p } from "./components/NotificationClose.js";
5
5
  import { NotificationIcon as N } from "./components/NotificationIcon.js";
6
6
  import { NotificationTime as x } from "./components/NotificationTime.js";
7
- import { s as i } from "../../chunks/Notification.module-XEc1_4xz.js";
7
+ import { s as i } from "../../chunks/Notification.module-DGitAi0W.js";
8
8
  const o = ((t) => {
9
9
  const {
10
10
  children: a,
@@ -24,7 +24,7 @@ const o = ((t) => {
24
24
  role: "alertdialog",
25
25
  className: c,
26
26
  onClick: m,
27
- "data-tx": "0.32.0",
27
+ "data-tx": "0.33.0",
28
28
  children: a
29
29
  }
30
30
  );
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
2
  import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
3
- import { s as e } from "../../chunks/Notification.module-XEc1_4xz.js";
3
+ import { s as e } from "../../chunks/Notification.module-DGitAi0W.js";
4
4
  const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
5
5
  o,
6
6
  /* @__PURE__ */ r(t, {})
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
3
3
  import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
4
4
  import { NotificationFooter as e } from "./NotificationFooter.js";
5
5
  import { NotificationBodyList as m } from "./NotificationBodyList.js";
6
- import { s as f } from "../../../chunks/Notification.module-XEc1_4xz.js";
6
+ import { s as f } from "../../../chunks/Notification.module-DGitAi0W.js";
7
7
  const o = ((t) => {
8
8
  const { children: i } = t;
9
9
  return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
@@ -1,7 +1,7 @@
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-XEc1_4xz.js";
4
+ import { s as a } from "../../../chunks/Notification.module-DGitAi0W.js";
5
5
  import { c as e } from "../../../chunks/vendor-z35N2Tap.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";
@@ -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-XEc1_4xz.js";
8
+ import { s as m } from "../../../chunks/Notification.module-DGitAi0W.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-XEc1_4xz.js";
2
+ import { s as i } from "../../../chunks/Notification.module-DGitAi0W.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
2
  import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
3
- import { s as o } from "../../../chunks/Notification.module-XEc1_4xz.js";
3
+ import { s as o } from "../../../chunks/Notification.module-DGitAi0W.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-XEc1_4xz.js";
2
+ import { s as a } from "../../../chunks/Notification.module-DGitAi0W.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-XEc1_4xz.js";
2
+ import { s as t } from "../../../chunks/Notification.module-DGitAi0W.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-XEc1_4xz.js";
2
+ import { s as t } from "../../../chunks/Notification.module-DGitAi0W.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-DZ9wvF_L.js";
6
+ import { F as d } from "../../chunks/FormFieldInput-CLHhO8Kh.js";
7
7
  import "../FormField/components/FormFieldLabel.js";
8
8
  import "../FormField/components/FormFieldMaskedInput.js";
9
9
  import "../FormField/components/FormFieldPostfix.js";
@@ -2,7 +2,7 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as m } from "../../chunks/vendor-z35N2Tap.js";
4
4
  import { OrderedListItem as a } from "./OrderedListItem.js";
5
- const c = "orderedList__b08a7209", L = {
5
+ const c = "orderedList__59e59288", L = {
6
6
  orderedList: c
7
7
  }, f = Object.assign(
8
8
  i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
@@ -15,7 +15,7 @@ const c = "orderedList__b08a7209", L = {
15
15
  "--start-index-tx": e - 1
16
16
  } : r,
17
17
  ...d,
18
- "data-tx": "0.32.0",
18
+ "data-tx": "0.33.0",
19
19
  ref: o
20
20
  }
21
21
  )),
@@ -6,7 +6,7 @@ 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__1ad732e7", p = {
9
+ const a = "orderedListItem__29adb2c2", 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__1ad732e7", p = {
16
16
  size: s.B3,
17
17
  tag: "li",
18
18
  ...e,
19
- "data-tx": "0.32.0",
19
+ "data-tx": "0.33.0",
20
20
  ref: r
21
21
  }
22
22
  )
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-z35N2Tap.js";
4
4
  import { OverlayBase as k } from "./OverlayBase.js";
5
5
  import { OverlayMask as B } from "./OverlayMask.js";
6
6
  import { OverlayPanel as M } from "./OverlayPanel.js";
7
- import { s as r } from "../../chunks/Overlay.module-CG_bCws2.js";
7
+ import { s as r } from "../../chunks/Overlay.module-C4CvBteS.js";
8
8
  const s = ({
9
9
  children: o,
10
10
  className: i,
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import l from "react";
3
3
  import { c as t } from "../../chunks/vendor-z35N2Tap.js";
4
- import { s as a } from "../../chunks/Overlay.module-CG_bCws2.js";
4
+ import { s as a } from "../../chunks/Overlay.module-C4CvBteS.js";
5
5
  const p = l.forwardRef(
6
6
  ({ className: r, opened: s, ...o }, e) => /* @__PURE__ */ m(
7
7
  "div",
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as P } from "../../chunks/vendor-z35N2Tap.js";
4
4
  import { EOverlayDirection as a } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-CG_bCws2.js";
5
+ import { s as e } from "../../chunks/Overlay.module-C4CvBteS.js";
6
6
  const T = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-z35N2Tap.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-w5MrLoeL.js";
7
+ import { s as o } from "../../chunks/Page.module-C0z8yMeg.js";
8
8
  import "./components/enums.js";
9
9
  const c = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, m) {
@@ -5,21 +5,21 @@ import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as f } from "../../Island/Island.js";
7
7
  import { EIslandType as p } from "../../Island/enums.js";
8
- const M = "bodyPage__8392b20f", P = "verticalMargin24__232f483f", v = "verticalMargin16__ed4a82ff", o = {
8
+ const M = "bodyPage__b28a11de", P = "verticalMargin24__5ffe5955", v = "verticalMargin16__2bfcbcff", o = {
9
9
  bodyPage: M,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
12
- }, _ = {
12
+ }, b = {
13
13
  [r.LARGE]: o.verticalMargin24,
14
14
  [r.SMALL]: o.verticalMargin16
15
- }, b = m.forwardRef(
15
+ }, _ = m.forwardRef(
16
16
  ({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
17
- const t = d(s, o.bodyPage, _[g]);
17
+ const t = d(s, o.bodyPage, b[g]);
18
18
  return n === y.FIRST ? /* @__PURE__ */ a(f, { className: t, type: p.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
- b.displayName = "BodyPage";
21
+ _.displayName = "BodyPage";
22
22
  export {
23
- b as BodyPage
23
+ _ as BodyPage
24
24
  };
25
25
  //# sourceMappingURL=BodyPage.js.map
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
9
9
  import "../../Island/components/IslandBody.js";
10
10
  import "../../Island/components/IslandHeader.js";
11
11
  import "../../Island/components/IslandFooter.js";
12
- import { s as n } from "../../../chunks/Page.module-w5MrLoeL.js";
12
+ import { s as n } from "../../../chunks/Page.module-C0z8yMeg.js";
13
13
  const N = Object.assign(
14
14
  R.forwardRef(
15
15
  ({ className: m, type: r, size: a, sticky: p, ...f }, o) => {
@@ -6,7 +6,7 @@ import { c as l } from "../../../chunks/vendor-z35N2Tap.js";
6
6
  import { Island as S } from "../../Island/Island.js";
7
7
  import { EIslandType as y } from "../../Island/enums.js";
8
8
  import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
9
- import { s as i } from "../../../chunks/Page.module-w5MrLoeL.js";
9
+ import { s as i } from "../../../chunks/Page.module-C0z8yMeg.js";
10
10
  const C = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,15 +1,15 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
3
- import d from "react";
4
- const r = "paginationExtended__b227fc89", s = {
2
+ import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
3
+ import i from "react";
4
+ const r = "paginationExtended__b369bd7a", s = {
5
5
  paginationExtended: r
6
- }, x = d.forwardRef(
7
- ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
6
+ }, x = i.forwardRef(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: i(s.paginationExtended, n),
11
- "data-tx": "0.32.0",
12
- ...a,
10
+ className: d(s.paginationExtended, a),
11
+ "data-tx": "0.33.0",
12
+ ...n,
13
13
  ref: e,
14
14
  children: t
15
15
  }
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import c from "react";
2
+ import r from "react";
3
3
  import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__95cd4f5e", N = "directionIconNext__8ae388c4", n = {
7
+ const g = "paginationNavigationButton__c970ce8d", N = "directionIconNext__d6cb3cda", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, I = c.forwardRef(
10
+ }, d = r.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
- const r = i === s.BACK;
12
+ const c = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
14
14
  p,
15
15
  {
@@ -17,13 +17,13 @@ const g = "paginationNavigationButton__95cd4f5e", N = "directionIconNext__8ae388
17
17
  shape: m.SQUIRCLE,
18
18
  ...a,
19
19
  ref: e,
20
- children: r ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
20
+ children: c ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
21
21
  }
22
22
  );
23
23
  }
24
24
  );
25
- I.displayName = "PaginationNavigationButton";
25
+ d.displayName = "PaginationNavigationButton";
26
26
  export {
27
- I as PaginationNavigationButton
27
+ d as PaginationNavigationButton
28
28
  };
29
29
  //# sourceMappingURL=PaginationNavigationButton.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
4
- const g = "paginationNavigationExtended__4f57ab3c", r = {
4
+ const g = "paginationNavigationExtended__87b335a9", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: i, ...n }, t) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, i), ...n, ref: t, children: a })
@@ -1,20 +1,20 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as p } from "../../../chunks/vendor-z35N2Tap.js";
4
- import { ETextSize as c } from "../../Typography/enums.js";
4
+ import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
- import { Text as g } from "../../Typography/Text.js";
7
+ import { Text as c } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
9
  import "../../Button/Button.js";
10
10
  import { ButtonBase as s } from "../../Button/ButtonBase.js";
11
11
  import "../../Button/ButtonIcon.js";
12
12
  import "../../Button/ButtonDropdown.js";
13
13
  import "../../Button/ButtonDropdownExtended.js";
14
- const P = "paginationPageButton__3c8987cb", u = "currentPage__bdcc16a8", a = {
14
+ const P = "paginationPageButton__fbd282b2", f = "currentPage__e156cd7f", a = {
15
15
  paginationPageButton: P,
16
- currentPage: u
17
- }, f = m.forwardRef(
16
+ currentPage: f
17
+ }, u = m.forwardRef(
18
18
  ({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
19
19
  s,
20
20
  {
@@ -28,12 +28,12 @@ const P = "paginationPageButton__3c8987cb", u = "currentPage__bdcc16a8", a = {
28
28
  "aria-live": t ? "polite" : void 0,
29
29
  ...e,
30
30
  ref: n,
31
- children: /* @__PURE__ */ o(g, { size: c.B3, children: i })
31
+ children: /* @__PURE__ */ o(c, { size: g.B3, children: i })
32
32
  }
33
33
  )
34
34
  );
35
- f.displayName = "PaginationPageButton";
35
+ u.displayName = "PaginationPageButton";
36
36
  export {
37
- f as PaginationPageButton
37
+ u as PaginationPageButton
38
38
  };
39
39
  //# sourceMappingURL=PaginationPageButton.js.map
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { c as p } from "../../../chunks/vendor-z35N2Tap.js";
3
- import e from "react";
4
- import { ETextSize as r } from "../../Typography/enums.js";
3
+ import r from "react";
4
+ import { ETextSize as e } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
7
  import { Text as l } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
- const n = "paginationPageEllipsis__ef591d91", m = {
9
+ const n = "paginationPageEllipsis__ba1aa137", m = {
10
10
  paginationPageEllipsis: n
11
- }, g = e.forwardRef(
12
- ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
11
+ }, g = r.forwardRef(
12
+ ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: e.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
13
13
  );
14
14
  g.displayName = "PaginationPageEllipsis";
15
15
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
- import { u as d, c as S } from "../../../chunks/vendor-z35N2Tap.js";
3
+ import { u as S, c as d } from "../../../chunks/vendor-z35N2Tap.js";
4
4
  import { ETextSize as f } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
@@ -8,13 +8,13 @@ import { Text as g } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
9
  import { SelectField as x } from "../../SelectField/SelectField.js";
10
10
  import { EComponentSize as u } from "../../../enums/EComponentSize.js";
11
- const C = "paginationSelect__dd450269", z = "paginationSelectControl__f45a290d", o = {
11
+ const C = "paginationSelect__e6d53f01", b = "paginationSelectControl__7627107b", o = {
12
12
  paginationSelect: C,
13
- paginationSelectControl: z
14
- }, P = m.forwardRef(
13
+ paginationSelectControl: b
14
+ }, z = m.forwardRef(
15
15
  ({ paginationLabel: e, className: n, options: a, value: r, onChange: l }, c) => {
16
- const [i] = p(() => `Pagination-${d()}`);
17
- return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, n), ref: c, children: [
16
+ const [i] = p(() => `Pagination-${S()}`);
17
+ return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
18
18
  /* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
19
19
  /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  x,
@@ -33,8 +33,8 @@ const C = "paginationSelect__dd450269", z = "paginationSelectControl__f45a290d",
33
33
  ] });
34
34
  }
35
35
  );
36
- P.displayName = "PaginationSelect";
36
+ z.displayName = "PaginationSelect";
37
37
  export {
38
- P as PaginationSelect
38
+ z as PaginationSelect
39
39
  };
40
40
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,14 +1,14 @@
1
- import { jsxs as _, jsx as i } from "react/jsx-runtime";
1
+ import { jsxs as b, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
3
  import { c as d } from "../../chunks/vendor-z35N2Tap.js";
4
- import { ETextSize as m } from "../Typography/enums.js";
4
+ import { ETextSize as c } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
7
7
  import { Text as x } from "../Typography/Text.js";
8
8
  import "../Typography/Title.js";
9
9
  import { EComponentSize as a } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
- const y = "label__119f91c8", M = "sm__1fdfd407", T = "nonempty__0f6bbb94", S = "md__2bf33150", g = "lg__ebc75acb", I = "disabled__dd576fdf", R = "radio__fb4312c1", u = "radioIcon__8a03b240", o = {
11
+ const y = "label__9db7c52c", M = "sm__f5f4c749", T = "nonempty__e58d1d9a", S = "md__60b11374", g = "lg__455fff17", I = "disabled__5fc403f1", R = "radio__97cb7fd2", u = "radioIcon__0f0c0d50", o = {
12
12
  label: y,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -18,18 +18,18 @@ const y = "label__119f91c8", M = "sm__1fdfd407", T = "nonempty__0f6bbb94", S = "
18
18
  radio: R,
19
19
  radioIcon: u
20
20
  }, B = {
21
- [a.LG]: m.B2,
22
- [a.MD]: m.B3,
23
- [a.SM]: m.B4
21
+ [a.LG]: c.B2,
22
+ [a.MD]: c.B3,
23
+ [a.SM]: c.B4
24
24
  }, C = z(o), h = N.forwardRef((n, r) => {
25
- const { children: e, className: l, disabled: c, labelAttributes: s, size: t = a.MD, ...p } = n, b = d(o.radio, l, C[t]), f = d(
25
+ const { children: e, className: l, disabled: m, labelAttributes: s, size: t = a.MD, ...p } = n, f = d(o.radio, l, C[t]), _ = d(
26
26
  o.label,
27
27
  o[t],
28
- { [o.disabled]: !!c, [o.nonempty]: !!e },
28
+ { [o.disabled]: !!m, [o.nonempty]: !!e },
29
29
  s == null ? void 0 : s.className
30
30
  );
31
- return /* @__PURE__ */ _("label", { ...s, className: f, "data-tx": "0.32.0", children: [
32
- /* @__PURE__ */ i("input", { type: "radio", className: b, disabled: c, ...p, ref: r }),
31
+ return /* @__PURE__ */ b("label", { ...s, className: _, "data-tx": "0.33.0", children: [
32
+ /* @__PURE__ */ i("input", { type: "radio", className: f, disabled: m, ...p, ref: r }),
33
33
  /* @__PURE__ */ i("span", { className: o.radioIcon }),
34
34
  e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
35
35
  ] });
@@ -1,17 +1,17 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-z35N2Tap.js";
3
- const _ = "radioXGroup__3a406d11", c = "label__119f91c8", e = {
4
- radioXGroup: _,
5
- "indent-12": "indent-12__f987777e",
6
- label: c,
7
- "indent-16": "indent-16__7718b0e9",
8
- "indent-20": "indent-20__bd067ecb",
9
- "indent-24": "indent-24__9f41796f",
10
- "indent-28": "indent-28__9ed2eee6",
11
- "indent-32": "indent-32__1bee0010"
12
- }, l = (n) => {
13
- const { children: d, className: i, indent: o = 12, ...t } = n, r = s(e.radioXGroup, e[`indent-${o}`], i);
14
- return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...t, children: d });
3
+ const c = "radioXGroup__56c2dfc0", _ = "label__9db7c52c", n = {
4
+ radioXGroup: c,
5
+ "indent-12": "indent-12__f6d5a407",
6
+ label: _,
7
+ "indent-16": "indent-16__f86f1e1d",
8
+ "indent-20": "indent-20__a786546e",
9
+ "indent-24": "indent-24__554977a7",
10
+ "indent-28": "indent-28__b4e4740e",
11
+ "indent-32": "indent-32__d98c5727"
12
+ }, l = (e) => {
13
+ const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
+ return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,9 +1,9 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { c as d } from "../../chunks/vendor-z35N2Tap.js";
3
- const p = "radioYGroup__724d6a73", t = {
4
- radioYGroup: p
2
+ import { c as p } from "../../chunks/vendor-z35N2Tap.js";
3
+ const t = "radioYGroup__bb82fa68", d = {
4
+ radioYGroup: t
5
5
  }, e = (o) => {
6
- const { children: r, className: s, ...a } = o, i = d(t.radioYGroup, s);
6
+ const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
7
7
  return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
8
8
  };
9
9
  e.displayName = "RadioYGroup";