@sberbusiness/triplex-next 0.29.0 → 0.31.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 (476) hide show
  1. package/chunks/AlertProcessSpoiler-D94updt3.js +41 -0
  2. package/chunks/{CalendarViewItem-D_gRwbwg.js → CalendarViewItem-w08J4qsu.js} +23 -23
  3. package/chunks/Card.module-D8EAMd92.js +18 -0
  4. package/chunks/CheckboxTreeExtended.module-b9bSHVAz.js +15 -0
  5. package/chunks/Chip-Cteq3rht.js +85 -0
  6. package/chunks/Confirm.module-BtroC28g.js +15 -0
  7. package/chunks/{DropdownListItem-CGZyMM5K.js → DropdownListItem-D093kwGL.js} +21 -21
  8. package/chunks/DropdownMobile.module-BkdWickw.js +23 -0
  9. package/chunks/Footer.module-fb6dwao-.js +9 -0
  10. package/chunks/{FormFieldInput-B7snQZVi.js → FormFieldInput-DEkpK71h.js} +14 -14
  11. package/chunks/HeaderLayoutSidebar.module-DJZa8d1z.js +9 -0
  12. package/chunks/HeaderTabs.module-CYj6xy4J.js +9 -0
  13. package/chunks/{HeaderTitle.module-CgarzGR5.js → HeaderTitle.module-_RjZrixi.js} +2 -2
  14. package/chunks/ImageGalleryExtendedMain.module-Da65hjez.js +17 -0
  15. package/chunks/ImageGalleryExtendedThumb-DvxWiBol.js +28 -0
  16. package/chunks/IslandAccordion.module-BPxUPtoo.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-ZxH3O6oy.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-BSFljZcD.js +13 -0
  19. package/chunks/{LightBoxContent-BdM4QdVW.js → LightBoxContent-CD2ywHRd.js} +7 -7
  20. package/chunks/LightBoxControls.module-CmEdh818.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-BN81wlqm.js +9 -0
  22. package/chunks/ListItemControlsButton-ooEBqOYi.js +59 -0
  23. package/chunks/ListItemTail.module-4rSSMPVx.js +12 -0
  24. package/chunks/ListMasterFooter.module-C-WLsVa2.js +10 -0
  25. package/chunks/ModalWindow.module-D-ruP-W_.js +17 -0
  26. package/chunks/Notification.module-CGwe5hz6.js +20 -0
  27. package/chunks/Overlay.module-VY4-MhFj.js +18 -0
  28. package/chunks/Page.module-DxsbvUY0.js +11 -0
  29. package/chunks/SMSField.module-DsLV_aE8.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-D_aHvnyq.js +15 -0
  31. package/chunks/SliderExtendedRail-DUIgrgt7.js +40 -0
  32. package/chunks/StatusTracker.module-BXZqUX7q.js +24 -0
  33. package/chunks/{StepperStepArrowBorder-CjYvRZAE.js → StepperStepArrowBorder-A6WoCp_l.js} +11 -11
  34. package/chunks/{SuggestFieldMobileDropdownHint--qfcwzvU.js → SuggestFieldMobileDropdownHint-B6H-gTlk.js} +4 -4
  35. package/chunks/TableFooter.module-IT9a3X2n.js +14 -0
  36. package/chunks/TabsExtended.module-BeSILSIo.js +16 -0
  37. package/chunks/TabsLine.module-D1SiIi4c.js +21 -0
  38. package/chunks/TooltipDesktop.module--e7kCd3A.js +19 -0
  39. package/chunks/TreeView.module-BGGC5iP2.js +9 -0
  40. package/chunks/{UploadZoneInput-BOfYw8qb.js → UploadZoneInput-CKzf73QX.js} +6 -6
  41. package/chunks/{constants-CsbqScFv.js → constants-BO1zd0dv.js} +13 -13
  42. package/chunks/utils-B99NmqsA.js +73 -0
  43. package/chunks/{utils-BB-XJeUI.js → utils-BKnry-Ny.js} +8 -8
  44. package/chunks/{utils-DNiUrC2u.js → utils-DBuNwIFU.js} +4 -4
  45. package/chunks/{utils-BREiNocx.js → utils-bwYnj4U9.js} +7 -7
  46. package/chunks/vendor-z35N2Tap.js +12618 -0
  47. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  48. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  49. package/components/Alert/AlertContext/AlertContext.js +27 -27
  50. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  51. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  52. package/components/Amount/Amount.js +3 -3
  53. package/components/AmountField/AmountField.js +1 -1
  54. package/components/Avatar/Avatar.js +12 -12
  55. package/components/Badge/Badge.js +11 -11
  56. package/components/Badge/BadgeDot.js +5 -5
  57. package/components/Badge/components/BadgeContent.js +13 -13
  58. package/components/Badge/components/BadgePostfix.js +7 -7
  59. package/components/Badge/components/BadgePrefix.js +2 -2
  60. package/components/Body/Body.js +8 -8
  61. package/components/Button/Button.js +26 -26
  62. package/components/Button/ButtonBase.js +1 -1
  63. package/components/Button/ButtonDropdown.js +11 -11
  64. package/components/Button/ButtonDropdownExtended.js +5 -5
  65. package/components/Button/ButtonIcon.js +11 -11
  66. package/components/Calendar/Calendar.js +3 -3
  67. package/components/Calendar/components/CalendarControls.js +1 -1
  68. package/components/Calendar/components/CalendarFooter.js +1 -1
  69. package/components/Calendar/components/CalendarViewDays.js +2 -2
  70. package/components/Calendar/components/CalendarViewItem.js +2 -2
  71. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  72. package/components/Calendar/components/CalendarViewYears.js +1 -1
  73. package/components/Card/CardAction.js +12 -12
  74. package/components/Card/CardStatic.js +3 -3
  75. package/components/Card/components/CardContent/CardContent.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  78. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  79. package/components/Card/components/CardMedia.js +2 -2
  80. package/components/Card/utils.js +1 -1
  81. package/components/CarouselExtended/CarouselExtended.js +2 -2
  82. package/components/Checkbox/Checkbox.js +13 -13
  83. package/components/Checkbox/CheckboxXGroup.js +13 -13
  84. package/components/Checkbox/CheckboxYGroup.js +6 -6
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +5 -5
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +10 -10
  89. package/components/Chip/Chip.js +4 -3
  90. package/components/Chip/ChipClearButton.js +7 -7
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +11 -11
  93. package/components/Chip/ChipDropdownArrow.js +2 -2
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +22 -21
  96. package/components/Chip/ChipOptions.js +6 -6
  97. package/components/Chip/ChipSelect/ChipSelect.js +40 -27
  98. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  99. package/components/Chip/ChipSort.js +23 -22
  100. package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
  101. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  104. package/components/Chip/enums.js +5 -0
  105. package/components/Chip/index.js +28 -26
  106. package/components/ChipGroup/ChipGroup.js +16 -16
  107. package/components/Col/Col.js +178 -163
  108. package/components/CollapsibleTree/CollapsibleTree.js +23 -0
  109. package/components/CollapsibleTree/components/CollapsibleTreeBranchNode.js +37 -0
  110. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +13 -0
  111. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +24 -0
  112. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +44 -0
  113. package/components/CollapsibleTree/components/CollapsibleTreeNodeLabel.js +12 -0
  114. package/components/CollapsibleTree/index.js +11 -0
  115. package/components/CollapsibleTree/types.js +5 -0
  116. package/components/CollapsibleTreeExtended/CollapsibleTreeExtended.js +10 -0
  117. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +71 -0
  118. package/components/CollapsibleTreeExtended/index.js +7 -0
  119. package/components/Confirm/Confirm.js +2 -2
  120. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  121. package/components/Confirm/components/ConfirmContent.js +2 -2
  122. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  123. package/components/Confirm/components/ConfirmControls.js +2 -2
  124. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  125. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
  126. package/components/DateRange/DateRange.js +6 -6
  127. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  128. package/components/DesignTokens/DesignTokensComponents.js +94 -84
  129. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +90 -80
  130. package/components/DesignTokens/components/Chip.js +12 -6
  131. package/components/DesignTokens/components/CollapsibleTree.js +11 -0
  132. package/components/DesignTokens/components/ImageGallery.js +47 -0
  133. package/components/DesignTokens/components/LightBox.js +1 -1
  134. package/components/DesignTokens/components/ListItem.js +7 -4
  135. package/components/DesignTokens/components/TopOverlay.js +1 -1
  136. package/components/DesignTokens/components/index.js +144 -138
  137. package/components/Divider/Divider.js +21 -21
  138. package/components/DocumentNumberEdit/DocumentNumberEdit.js +11 -11
  139. package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
  140. package/components/Dropdown/desktop/DropdownList.js +2 -2
  141. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  142. package/components/Dropdown/desktop/index.js +1 -1
  143. package/components/Dropdown/index.js +1 -1
  144. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  145. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  146. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  147. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  148. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  149. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  150. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  151. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  152. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  153. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  154. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  155. package/components/Ellipsis/Ellipsis.js +9 -9
  156. package/components/EmptyView/EmptyView.js +21 -21
  157. package/components/ExpandAnimation/ExpandAnimation.js +14 -14
  158. package/components/Footer/Footer.js +1 -1
  159. package/components/Footer/components/FooterDescription.js +2 -2
  160. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  161. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  162. package/components/FormField/FormField.js +22 -22
  163. package/components/FormField/components/FormFieldClear.js +8 -8
  164. package/components/FormField/components/FormFieldCounter.js +1 -1
  165. package/components/FormField/components/FormFieldDescription.js +6 -6
  166. package/components/FormField/components/FormFieldInput.js +2 -2
  167. package/components/FormField/components/FormFieldLabel.js +11 -11
  168. package/components/FormField/components/FormFieldMaskedInput.js +21 -21
  169. package/components/FormField/components/FormFieldPostfix.js +24 -17
  170. package/components/FormField/components/FormFieldPrefix.js +24 -17
  171. package/components/FormField/components/FormFieldTarget.js +18 -18
  172. package/components/FormField/components/FormFieldTextarea.js +14 -14
  173. package/components/FormField/components/index.js +1 -1
  174. package/components/FormField/index.js +1 -1
  175. package/components/Gap/Gap.js +15 -5
  176. package/components/Header/Header.js +1 -1
  177. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  178. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  179. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  180. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
  181. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  182. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  183. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  184. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  185. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  186. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  187. package/components/HelpBox/HelpBox.js +5 -5
  188. package/components/IconWrapper/IconWrapper.js +11 -11
  189. package/components/ImageGallery/ImageGallery.js +74 -0
  190. package/components/ImageGallery/index.js +5 -0
  191. package/components/ImageGallery/types.js +2 -0
  192. package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
  193. package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
  194. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
  195. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
  196. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
  197. package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
  198. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
  199. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
  200. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
  201. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
  202. package/components/ImageGalleryExtended/components/index.js +15 -0
  203. package/components/ImageGalleryExtended/enums.js +5 -0
  204. package/components/ImageGalleryExtended/index.js +21 -0
  205. package/components/ImageGalleryExtended/types.js +2 -0
  206. package/components/Island/Island.js +2 -2
  207. package/components/Island/components/IslandBody.js +2 -2
  208. package/components/Island/components/IslandFooter.js +2 -2
  209. package/components/Island/components/IslandHeader.js +2 -2
  210. package/components/Island/utils.js +1 -1
  211. package/components/IslandAccordion/IslandAccordion.js +3 -3
  212. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  213. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  214. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  215. package/components/IslandWidget/IslandWidget.js +14 -14
  216. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  217. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
  218. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  219. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  220. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  221. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  222. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  223. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +2 -2
  224. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  225. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +2 -2
  226. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  227. package/components/LightBox/LightBox.js +33 -33
  228. package/components/LightBox/LightBoxContent.js +2 -2
  229. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  230. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  231. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  232. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  233. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +34 -34
  234. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  235. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  236. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  237. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
  238. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +6 -6
  239. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  240. package/components/Link/Link.js +26 -26
  241. package/components/List/List.js +3 -3
  242. package/components/List/ListSortable.js +1 -1
  243. package/components/List/components/ListEmptyState.js +5 -5
  244. package/components/List/components/ListItem.js +8 -8
  245. package/components/List/components/ListItemContent.js +21 -16
  246. package/components/List/components/ListItemContext.js +5 -2
  247. package/components/List/components/ListItemControls.js +6 -6
  248. package/components/List/components/ListItemControlsButton.js +2 -2
  249. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  250. package/components/List/components/ListItemLoading.js +7 -7
  251. package/components/List/components/ListItemSelectable.js +30 -27
  252. package/components/List/components/ListItemTable.js +15 -14
  253. package/components/List/components/ListItemTailLeft.js +2 -2
  254. package/components/List/components/ListItemTailRight.js +2 -2
  255. package/components/List/components/ListSortableItem.js +2 -2
  256. package/components/List/components/ListSortableItemControls.js +2 -2
  257. package/components/List/components/ListSortableItemTarget.js +11 -11
  258. package/components/List/index.js +1 -1
  259. package/components/ListMaster/ListMaster.js +1 -1
  260. package/components/ListMaster/components/ListMasterBody.js +1 -1
  261. package/components/ListMaster/components/ListMasterChipGroup.js +3 -3
  262. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  263. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  264. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  265. package/components/ListMaster/components/ListMasterHeader.js +13 -13
  266. package/components/ListMaster/components/SelectionControls.js +7 -7
  267. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  268. package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
  269. package/components/LoaderScreen/LoaderScreen.js +13 -13
  270. package/components/Marker/Marker.js +2 -2
  271. package/components/Marker/utils.js +1 -1
  272. package/components/MarkerStatus/MarkerStatus.js +5 -5
  273. package/components/ModalWindow/ModalWindow.js +9 -9
  274. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  275. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  276. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  277. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  278. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  279. package/components/MonthYearRange/MonthYearRange.js +5 -5
  280. package/components/MultiselectField/MultiselectField.js +19 -14
  281. package/components/MultiselectField/MultiselectFieldContext.js +5 -4
  282. package/components/MultiselectField/components/MultiselectFieldDropdown.js +32 -29
  283. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
  284. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  285. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  286. package/components/Notification/Notification.js +3 -3
  287. package/components/Notification/NotificationGrouped.js +1 -1
  288. package/components/Notification/components/NotificationBody.js +1 -1
  289. package/components/Notification/components/NotificationBodyList.js +2 -2
  290. package/components/Notification/components/NotificationClose.js +1 -1
  291. package/components/Notification/components/NotificationFooter.js +1 -1
  292. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  293. package/components/Notification/components/NotificationHeader.js +1 -1
  294. package/components/Notification/components/NotificationIcon.js +1 -1
  295. package/components/Notification/components/NotificationTime.js +1 -1
  296. package/components/NumberField/NumberFieldInput.js +1 -1
  297. package/components/OrderedList/OrderedList.js +3 -3
  298. package/components/OrderedList/OrderedListItem.js +3 -3
  299. package/components/Overlay/Overlay.js +2 -2
  300. package/components/Overlay/OverlayMask.js +2 -2
  301. package/components/Overlay/OverlayPanel.js +2 -2
  302. package/components/Page/Page.js +2 -2
  303. package/components/Page/components/BodyPage.js +11 -11
  304. package/components/Page/components/FooterPage.js +2 -2
  305. package/components/Page/components/HeaderPage.js +2 -2
  306. package/components/Page/components/useStickyCornerRadius.js +16 -16
  307. package/components/Pagination/components/PaginationExtended.js +6 -6
  308. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  309. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  310. package/components/Pagination/components/PaginationPageButton.js +2 -2
  311. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  312. package/components/Pagination/components/PaginationSelect.js +10 -10
  313. package/components/Pagination/utils/paginationUtils.js +1 -1
  314. package/components/Radio/Radio.js +12 -12
  315. package/components/Radio/RadioXGroup.js +13 -13
  316. package/components/Radio/RadioYGroup.js +6 -6
  317. package/components/Row/Row.js +25 -10
  318. package/components/Row/RowContext.js +9 -0
  319. package/components/SMSField/SMSField.js +3 -3
  320. package/components/SMSField/components/RefreshIcon.js +2 -2
  321. package/components/SMSField/components/SMSFieldInput.js +29 -29
  322. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  323. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  324. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  325. package/components/SegmentedControl/SegmentedControl.js +11 -11
  326. package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
  327. package/components/SelectExtendedField/SelectExtendedField.js +10 -10
  328. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  329. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  330. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
  331. package/components/SelectField/SelectField.js +2 -2
  332. package/components/Skeleton/Skeleton.js +11 -11
  333. package/components/SliderExtended/SliderExtended.js +3 -3
  334. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
  335. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  336. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  337. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  338. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +8 -8
  339. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
  340. package/components/SmallInput/SmallInput.js +2 -2
  341. package/components/Spoiler/Spoiler.js +14 -14
  342. package/components/StatusTracker/StatusTracker.js +3 -3
  343. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  344. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  345. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  346. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  347. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  348. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  349. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  350. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  351. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  352. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  353. package/components/Step/Step.js +19 -19
  354. package/components/Stepper/Stepper.js +34 -34
  355. package/components/Stepper/StepperExtended.js +10 -10
  356. package/components/Stepper/StepperStep.js +3 -3
  357. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  358. package/components/Suggest/SuggestMobileDropdownContent.js +16 -16
  359. package/components/Suggest/useSuggest.js +1 -1
  360. package/components/SuggestField/SuggestField.js +2 -2
  361. package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
  362. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  363. package/components/SuggestField/index.js +1 -1
  364. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  365. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  366. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  367. package/components/SuggestField/mobile/index.js +1 -1
  368. package/components/SwipeableArea/SwipeableArea.js +77 -81
  369. package/components/Table/ChipPanel.js +12 -0
  370. package/components/Table/ChipPanelLinks.js +22 -0
  371. package/components/Table/FilterPanel.js +6 -6
  372. package/components/Table/MasterTable.js +10 -10
  373. package/components/Table/NoColumns.js +2 -2
  374. package/components/Table/PaginationPanel.js +3 -3
  375. package/components/Table/TableBasic/TableBasic.js +2 -2
  376. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  377. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  378. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  379. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  380. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
  381. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  382. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  383. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  384. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  385. package/components/Table/TableFooter/TableFooter.js +2 -2
  386. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  387. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  388. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  389. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  390. package/components/Table/index.js +7 -7
  391. package/components/Table/utils.js +1 -1
  392. package/components/Tabs/Tabs.js +15 -15
  393. package/components/TabsExtended/TabsExtended.js +3 -3
  394. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  395. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  396. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  397. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  398. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  399. package/components/TabsExtended/utils.js +1 -1
  400. package/components/TabsLine/TabsLine.js +2 -2
  401. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  402. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  403. package/components/TabsLine/components/TabsLineItem.js +2 -2
  404. package/components/TabsLine/components/TabsLineMobile.js +5 -5
  405. package/components/Tag/Tag.js +15 -15
  406. package/components/TagColor/TagColor.js +16 -16
  407. package/components/TagGroup/TagGroup.js +10 -10
  408. package/components/TextField/TextField.js +1 -1
  409. package/components/TextField/TextFieldBase.js +22 -17
  410. package/components/TextareaField/TextareaField.js +1 -1
  411. package/components/ThemeProvider/ThemeProvider.js +1 -1
  412. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  413. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  414. package/components/Tooltip/components/common/TooltipLink.js +12 -12
  415. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  416. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  417. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  418. package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
  419. package/components/TopOverlay/TopOverlay.js +38 -38
  420. package/components/TreeView/TreeView.js +2 -2
  421. package/components/TreeView/components/TreeViewGroup.js +1 -1
  422. package/components/TreeView/components/TreeViewNode.js +2 -2
  423. package/components/Typography/Caption.js +20 -20
  424. package/components/Typography/CodeText.js +9 -9
  425. package/components/Typography/Text.js +26 -26
  426. package/components/Typography/Title.js +10 -10
  427. package/components/Typography/constants.js +1 -1
  428. package/components/UnorderedList/UnorderedList.js +3 -3
  429. package/components/UnorderedList/UnorderedListItem.js +6 -6
  430. package/components/UploadZone/UploadZone.js +3 -3
  431. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  432. package/components/UploadZone/index.js +1 -1
  433. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  434. package/components/index.js +652 -622
  435. package/index.d.ts +449 -88
  436. package/index.js +685 -655
  437. package/package.json +16 -4
  438. package/styles/triplex-next.css +556 -538
  439. package/utils/amountUtils.js +1 -1
  440. package/chunks/AlertProcessSpoiler-DE66k9NP.js +0 -41
  441. package/chunks/Card.module-BWjkCuCg.js +0 -17
  442. package/chunks/CheckboxTreeExtended.module-D7kAm43p.js +0 -15
  443. package/chunks/Chip-Bk0l10k4.js +0 -77
  444. package/chunks/Confirm.module-UrrVAY0j.js +0 -15
  445. package/chunks/DropdownMobile.module-DyKJlGOg.js +0 -23
  446. package/chunks/Footer.module-sbV81EJD.js +0 -9
  447. package/chunks/HeaderLayoutSidebar.module-x2nqqRdl.js +0 -9
  448. package/chunks/HeaderTabs.module-CksnQh12.js +0 -9
  449. package/chunks/IslandAccordion.module-BXOOvpYn.js +0 -25
  450. package/chunks/IslandWidgetFooter.module-DwWAkCRp.js +0 -9
  451. package/chunks/IslandWidgetHeader.module-CQebj2O8.js +0 -13
  452. package/chunks/LightBoxControls.module-CZYk-V6O.js +0 -16
  453. package/chunks/LightBoxSideOverlayClose.module-ColwiMcL.js +0 -9
  454. package/chunks/ListItemControlsButton-Bo2ir8rI.js +0 -59
  455. package/chunks/ListItemTail.module-CFYYwAc-.js +0 -12
  456. package/chunks/ListMasterFooter.module-BUKqB_dT.js +0 -10
  457. package/chunks/ModalWindow.module-4BH52pa7.js +0 -17
  458. package/chunks/Notification.module-Bkv2fddJ.js +0 -20
  459. package/chunks/Overlay.module-B986w4hy.js +0 -18
  460. package/chunks/Page.module-oopm23nH.js +0 -11
  461. package/chunks/SMSField.module-B48LpGzA.js +0 -16
  462. package/chunks/SliderExtendedMarks.module-DkUSlj4_.js +0 -15
  463. package/chunks/SliderExtendedRail-B1jT6Bzj.js +0 -40
  464. package/chunks/StatusTracker.module-BtXyaaNz.js +0 -24
  465. package/chunks/TableFooter.module-CTUrl1eY.js +0 -14
  466. package/chunks/TabsExtended.module-_Y6KIl3m.js +0 -16
  467. package/chunks/TabsLine.module-CaWr6_95.js +0 -21
  468. package/chunks/TooltipDesktop.module-Crnh1kg9.js +0 -19
  469. package/chunks/TreeView.module-BKMbHz4P.js +0 -9
  470. package/chunks/utils-EiF_pPO4.js +0 -73
  471. package/chunks/vendor-DJ6wKpvR.js +0 -12477
  472. package/components/CollapsableTree/CollapsableTree.js +0 -10
  473. package/components/CollapsableTree/components/CollapsableTreeNode.js +0 -79
  474. package/components/CollapsableTree/index.js +0 -7
  475. package/components/Table/TabsLinePanel.js +0 -12
  476. package/components/Table/TabsLinePanelLinks.js +0 -26
@@ -1,10 +1,10 @@
1
1
  import { jsx as f } from "react/jsx-runtime";
2
- import { c as l } from "../../chunks/vendor-DJ6wKpvR.js";
2
+ import { c as l } from "../../chunks/vendor-z35N2Tap.js";
3
3
  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-Bkv2fddJ.js";
7
+ import { s as i } from "../../chunks/Notification.module-CGwe5hz6.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.29.0",
27
+ "data-tx": "0.31.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-Bkv2fddJ.js";
3
+ import { s as e } from "../../chunks/Notification.module-CGwe5hz6.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-Bkv2fddJ.js";
6
+ import { s as f } from "../../../chunks/Notification.module-CGwe5hz6.js";
7
7
  const o = ((t) => {
8
8
  const { children: i } = t;
9
9
  return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
@@ -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-Bkv2fddJ.js";
5
- import { c as e } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ import { s as a } from "../../../chunks/Notification.module-CGwe5hz6.js";
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";
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-Bkv2fddJ.js";
8
+ import { s as m } from "../../../chunks/Notification.module-CGwe5hz6.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-Bkv2fddJ.js";
2
+ import { s as i } from "../../../chunks/Notification.module-CGwe5hz6.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-DJ6wKpvR.js";
3
- import { s as o } from "../../../chunks/Notification.module-Bkv2fddJ.js";
2
+ import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
3
+ import { s as o } from "../../../chunks/Notification.module-CGwe5hz6.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-Bkv2fddJ.js";
2
+ import { s as a } from "../../../chunks/Notification.module-CGwe5hz6.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-Bkv2fddJ.js";
2
+ import { s as t } from "../../../chunks/Notification.module-CGwe5hz6.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-Bkv2fddJ.js";
2
+ import { s as t } from "../../../chunks/Notification.module-CGwe5hz6.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-B7snQZVi.js";
6
+ import { F as d } from "../../chunks/FormFieldInput-DEkpK71h.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-DJ6wKpvR.js";
3
+ import { c as m } from "../../chunks/vendor-z35N2Tap.js";
4
4
  import { OrderedListItem as a } from "./OrderedListItem.js";
5
- const c = "orderedList__66977df9", f = {
5
+ const c = "orderedList__f917bbb1", 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__66977df9", f = {
15
15
  "--start-index-tx": e - 1
16
16
  } : r,
17
17
  ...d,
18
- "data-tx": "0.29.0",
18
+ "data-tx": "0.31.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-DJ6wKpvR.js";
3
+ import { c as i } from "../../chunks/vendor-z35N2Tap.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__5eb7138b", p = {
9
+ const a = "orderedListItem__404f8c66", 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__5eb7138b", p = {
16
16
  size: s.B3,
17
17
  tag: "li",
18
18
  ...e,
19
- "data-tx": "0.29.0",
19
+ "data-tx": "0.31.0",
20
20
  ref: r
21
21
  }
22
22
  )
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import { useState as h } from "react";
3
- import { c as u } from "../../chunks/vendor-DJ6wKpvR.js";
3
+ 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-B986w4hy.js";
7
+ import { s as r } from "../../chunks/Overlay.module-VY4-MhFj.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
- import { c as t } from "../../chunks/vendor-DJ6wKpvR.js";
4
- import { s as a } from "../../chunks/Overlay.module-B986w4hy.js";
3
+ import { c as t } from "../../chunks/vendor-z35N2Tap.js";
4
+ import { s as a } from "../../chunks/Overlay.module-VY4-MhFj.js";
5
5
  const p = l.forwardRef(
6
6
  ({ className: r, opened: s, ...o }, e) => /* @__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 P } from "../../chunks/vendor-DJ6wKpvR.js";
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-B986w4hy.js";
5
+ import { s as e } from "../../chunks/Overlay.module-VY4-MhFj.js";
6
6
  const T = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -1,10 +1,10 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as i } from "../../chunks/vendor-DJ6wKpvR.js";
3
+ 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-oopm23nH.js";
7
+ import { s as o } from "../../chunks/Page.module-DxsbvUY0.js";
8
8
  import "./components/enums.js";
9
9
  const c = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, m) {
@@ -1,25 +1,25 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { Body as c } from "../../Body/Body.js";
4
- import { c as d } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ 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 p } from "../../Island/Island.js";
7
- import { EIslandType as f } from "../../Island/enums.js";
8
- const M = "bodyPage__97adc22a", P = "verticalMargin24__0dc2f9ff", v = "verticalMargin16__203f517e", o = {
9
- bodyPage: M,
10
- verticalMargin24: P,
7
+ import { EIslandType as M } from "../../Island/enums.js";
8
+ const P = "bodyPage__b982e522", f = "verticalMargin24__d03bcd5a", v = "verticalMargin16__98215fc8", o = {
9
+ bodyPage: P,
10
+ verticalMargin24: f,
11
11
  verticalMargin16: v
12
- }, _ = {
12
+ }, b = {
13
13
  [r.LARGE]: o.verticalMargin24,
14
14
  [r.SMALL]: o.verticalMargin16
15
- }, E = 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]);
18
- return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: f.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
17
+ const t = d(s, o.bodyPage, b[g]);
18
+ return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
- E.displayName = "BodyPage";
21
+ _.displayName = "BodyPage";
22
22
  export {
23
- E as BodyPage
23
+ _ as BodyPage
24
24
  };
25
25
  //# sourceMappingURL=BodyPage.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import R, { useRef as u } from "react";
3
- import { c as T } from "../../../chunks/vendor-DJ6wKpvR.js";
3
+ import { c as T } from "../../../chunks/vendor-z35N2Tap.js";
4
4
  import { Footer as s } from "../../Footer/Footer.js";
5
5
  import { EFooterPageType as i } from "./enums.js";
6
6
  import { useStickyCornerRadius as y } from "./useStickyCornerRadius.js";
@@ -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-oopm23nH.js";
12
+ import { s as n } from "../../../chunks/Page.module-DxsbvUY0.js";
13
13
  const N = Object.assign(
14
14
  R.forwardRef(
15
15
  ({ className: m, type: r, size: a, sticky: p, ...f }, o) => {
@@ -2,11 +2,11 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import T, { useRef as R } from "react";
3
3
  import { Header as e } from "../../Header/Header.js";
4
4
  import { EHeaderPageType as t } from "./enums.js";
5
- import { c as l } from "../../../chunks/vendor-DJ6wKpvR.js";
5
+ 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-oopm23nH.js";
9
+ import { s as i } from "../../../chunks/Page.module-DxsbvUY0.js";
10
10
  const C = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,5 +1,5 @@
1
- import { useEffect as g } from "react";
2
- function L(c) {
1
+ import { useEffect as L } from "react";
2
+ function h(c) {
3
3
  let e = c;
4
4
  for (; e && e !== document.documentElement; ) {
5
5
  const t = getComputedStyle(e).overflowY;
@@ -8,8 +8,8 @@ function L(c) {
8
8
  }
9
9
  return window;
10
10
  }
11
- function R(c, e, m = !0) {
12
- g(() => {
11
+ function b(c, e, m = !0) {
12
+ L(() => {
13
13
  const t = c.current;
14
14
  if (!t) return;
15
15
  const f = e === "top" ? "--r-top" : "--r-bottom";
@@ -21,27 +21,27 @@ function R(c, e, m = !0) {
21
21
  let u = 0, i = 0, r = window, d = null, l = null;
22
22
  const w = () => {
23
23
  i = 0;
24
- const n = t.getBoundingClientRect(), s = r === window ? { top: 0, bottom: window.innerHeight } : r.getBoundingClientRect(), o = e === "top" ? n.top - (s.top + u) : s.bottom - u - n.bottom, y = Math.max(0, Math.min(v, o));
24
+ const o = t.getBoundingClientRect(), s = r === window ? { top: 0, bottom: window.innerHeight } : r.getBoundingClientRect(), n = e === "top" ? o.top - (s.top + u) : s.bottom - u - o.bottom, y = Math.max(0, Math.min(v, n));
25
25
  t.style.setProperty(f, `${y}px`), y <= 0.5 ? t.dataset.stuck = "true" : delete t.dataset.stuck;
26
26
  }, a = () => {
27
27
  i || (i = requestAnimationFrame(w));
28
28
  }, E = () => {
29
- const n = getComputedStyle(t), s = e === "top" ? n.top : n.bottom;
30
- u = parseFloat(s || "0") || 0, r = L(t), d = r === window ? window : r, w(), d.addEventListener("scroll", a, { passive: !0 }), window.addEventListener("resize", a), window.addEventListener("transitionend", p), l = new ResizeObserver(a);
31
- let o = t.parentElement;
32
- for (; o && (l.observe(o), o !== r); )
33
- o = o.parentElement;
34
- }, p = (n) => {
35
- n.target && n.target instanceof HTMLElement && n.target.classList && n.propertyName === "transform" && Array.from(n.target.classList).some(
29
+ const o = getComputedStyle(t), s = e === "top" ? o.top : o.bottom;
30
+ u = parseFloat(s || "0") || 0, r = h(t), d = r === window ? window : r, w(), d.addEventListener("scroll", a, { passive: !0 }), window.addEventListener("resize", a), window.addEventListener("transitionend", p), l = new ResizeObserver(a);
31
+ let n = t.parentElement;
32
+ for (; n && (l.observe(n), n !== r); )
33
+ n = n.parentElement;
34
+ }, p = (o) => {
35
+ o.target && o.target instanceof HTMLElement && o.target.classList && o.propertyName === "transform" && Array.from(o.target.classList).some(
36
36
  (s) => s.includes("lightBoxSideOverlayContent")
37
37
  ) && w();
38
- };
39
- return setTimeout(E, 100), () => {
40
- d && d.removeEventListener("scroll", a), window.removeEventListener("resize", a), window.removeEventListener("transitionend", p), l == null || l.disconnect(), i && cancelAnimationFrame(i);
38
+ }, g = setTimeout(E, 100);
39
+ return () => {
40
+ clearTimeout(g), d && d.removeEventListener("scroll", a), window.removeEventListener("resize", a), window.removeEventListener("transitionend", p), l == null || l.disconnect(), i && cancelAnimationFrame(i);
41
41
  };
42
42
  }, [c, e, m]);
43
43
  }
44
44
  export {
45
- R as useStickyCornerRadius
45
+ b as useStickyCornerRadius
46
46
  };
47
47
  //# sourceMappingURL=useStickyCornerRadius.js.map
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-DJ6wKpvR.js";
3
- import d from "react";
4
- const r = "paginationExtended__c6b32210", s = {
2
+ import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
3
+ import i from "react";
4
+ const r = "paginationExtended__26ced97b", s = {
5
5
  paginationExtended: r
6
- }, x = d.forwardRef(
6
+ }, x = i.forwardRef(
7
7
  ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: i(s.paginationExtended, n),
11
- "data-tx": "0.29.0",
10
+ className: d(s.paginationExtended, n),
11
+ "data-tx": "0.31.0",
12
12
  ...a,
13
13
  ref: e,
14
14
  children: t
@@ -4,10 +4,10 @@ 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__a9be8e34", N = "directionIconNext__7a2cfc59", n = {
7
+ const g = "paginationNavigationButton__1708d736", N = "directionIconNext__0d2909f2", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, I = c.forwardRef(
10
+ }, d = c.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
12
  const r = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__a9be8e34", N = "directionIconNext__7a2cfc
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
- import { c as d } from "../../../chunks/vendor-DJ6wKpvR.js";
4
- const g = "paginationNavigationExtended__0cc496cd", r = {
3
+ import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
4
+ const g = "paginationNavigationExtended__b1e03dcc", 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,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as p } from "../../../chunks/vendor-DJ6wKpvR.js";
3
+ import { c as p } from "../../../chunks/vendor-z35N2Tap.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
@@ -11,7 +11,7 @@ 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__7b72bfda", u = "currentPage__285c2dcd", a = {
14
+ const P = "paginationPageButton__117e3d91", u = "currentPage__2c0253fa", a = {
15
15
  paginationPageButton: P,
16
16
  currentPage: u
17
17
  }, f = m.forwardRef(
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as p } from "../../../chunks/vendor-DJ6wKpvR.js";
2
+ import { c as p } from "../../../chunks/vendor-z35N2Tap.js";
3
3
  import r from "react";
4
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__232731bf", m = {
9
+ const n = "paginationPageEllipsis__150599d7", m = {
10
10
  paginationPageEllipsis: n
11
11
  }, g = r.forwardRef(
12
12
  ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: e.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
- import { u as d, c as S } from "../../../chunks/vendor-DJ6wKpvR.js";
3
+ import { u as S, c as d } from "../../../chunks/vendor-z35N2Tap.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
@@ -8,13 +8,13 @@ import { Text as f } 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__ae0e8235", z = "paginationSelectControl__d7dea9a6", o = {
11
+ const C = "paginationSelect__28d15e15", b = "paginationSelectControl__bae44817", o = {
12
12
  paginationSelect: C,
13
- paginationSelectControl: z
14
- }, P = m.forwardRef(
15
- ({ paginationLabel: t, className: a, options: n, value: r, onChange: l }, c) => {
16
- const [i] = p(() => `Pagination-${d()}`);
17
- return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, a), ref: c, children: [
13
+ paginationSelectControl: b
14
+ }, z = m.forwardRef(
15
+ ({ paginationLabel: t, className: n, options: a, value: r, onChange: l }, c) => {
16
+ const [i] = p(() => `Pagination-${S()}`);
17
+ return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
18
18
  /* @__PURE__ */ e(f, { size: g.B3, id: i, children: t }),
19
19
  /* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
20
20
  x,
@@ -22,7 +22,7 @@ const C = "paginationSelect__ae0e8235", z = "paginationSelectControl__d7dea9a6",
22
22
  size: u.SM,
23
23
  value: r,
24
24
  mobileTitle: t,
25
- options: n,
25
+ options: a,
26
26
  onChange: l,
27
27
  targetProps: {
28
28
  fieldLabel: ""
@@ -33,8 +33,8 @@ const C = "paginationSelect__ae0e8235", z = "paginationSelectControl__d7dea9a6",
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,4 +1,4 @@
1
- import { j as R } from "../../../chunks/vendor-DJ6wKpvR.js";
1
+ import { j as R } from "../../../chunks/vendor-z35N2Tap.js";
2
2
  const m = -1, h = {
3
3
  // Создание массива чисел в заданном диапазоне с заданным шагом.
4
4
  generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
@@ -1,14 +1,14 @@
1
1
  import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as n } from "../../chunks/vendor-DJ6wKpvR.js";
4
- import { ETextSize as c } from "../Typography/enums.js";
3
+ import { c } from "../../chunks/vendor-z35N2Tap.js";
4
+ import { ETextSize as m } 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
- import { EComponentSize as s } from "../../enums/EComponentSize.js";
9
+ import { EComponentSize as a } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
- const y = "label__b481365e", M = "sm__6c28bda1", T = "nonempty__79bf54aa", S = "md__0e5c9920", g = "lg__c404199f", I = "disabled__728c405f", R = "radio__1c61ab04", u = "radioIcon__c3306566", o = {
11
+ const y = "label__7c8b261b", M = "sm__3ae96ae5", T = "nonempty__e84b0883", S = "md__94eb6b07", g = "lg__c6b21254", I = "disabled__964e907f", R = "radio__f06737d7", u = "radioIcon__78696814", o = {
12
12
  label: y,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -18,18 +18,18 @@ const y = "label__b481365e", M = "sm__6c28bda1", T = "nonempty__79bf54aa", S = "
18
18
  radio: R,
19
19
  radioIcon: u
20
20
  }, B = {
21
- [s.LG]: c.B2,
22
- [s.MD]: c.B3,
23
- [s.SM]: c.B4
21
+ [a.LG]: m.B2,
22
+ [a.MD]: m.B3,
23
+ [a.SM]: m.B4
24
24
  }, C = z(o), h = N.forwardRef((r, d) => {
25
- const { children: e, className: l, disabled: m, labelAttributes: a, size: t = s.MD, ...p } = r, _ = n(o.radio, l, C[t]), b = n(
25
+ const { children: e, className: l, disabled: n, labelAttributes: s, size: t = a.MD, ...p } = r, b = c(o.radio, l, C[t]), _ = c(
26
26
  o.label,
27
27
  o[t],
28
- { [o.disabled]: !!m, [o.nonempty]: !!e },
29
- a == null ? void 0 : a.className
28
+ { [o.disabled]: !!n, [o.nonempty]: !!e },
29
+ s == null ? void 0 : s.className
30
30
  );
31
- return /* @__PURE__ */ f("label", { ...a, className: b, "data-tx": "0.29.0", children: [
32
- /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: m, ...p, ref: d }),
31
+ return /* @__PURE__ */ f("label", { ...s, className: _, "data-tx": "0.31.0", children: [
32
+ /* @__PURE__ */ i("input", { type: "radio", className: b, disabled: n, ...p, ref: d }),
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
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { c as s } from "../../chunks/vendor-DJ6wKpvR.js";
3
- const c = "radioXGroup__68feaf9b", _ = "label__b481365e", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__663735c5",
6
- label: _,
7
- "indent-16": "indent-16__0c0fe406",
8
- "indent-20": "indent-20__58b876b9",
9
- "indent-24": "indent-24__d220552f",
10
- "indent-28": "indent-28__e35443cf",
11
- "indent-32": "indent-32__3df89c18"
12
- }, l = (e) => {
13
- const { children: d, className: i, indent: o = 12, ...t } = e, r = s(n.radioXGroup, n[`indent-${o}`], i);
14
- return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...t, children: d });
2
+ import { c as s } from "../../chunks/vendor-z35N2Tap.js";
3
+ const _ = "radioXGroup__bb441f5e", c = "label__7c8b261b", n = {
4
+ radioXGroup: _,
5
+ "indent-12": "indent-12__bd91d0c4",
6
+ label: c,
7
+ "indent-16": "indent-16__579a684b",
8
+ "indent-20": "indent-20__545047bd",
9
+ "indent-24": "indent-24__07cf9daf",
10
+ "indent-28": "indent-28__68d55987",
11
+ "indent-32": "indent-32__f72ffe58"
12
+ }, l = (d) => {
13
+ const { children: e, className: i, indent: o = 12, ...t } = d, r = s(n.radioXGroup, n[`indent-${o}`], i);
14
+ return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...t, children: e });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,10 +1,10 @@
1
- import { jsx as i } from "react/jsx-runtime";
2
- import { c as p } from "../../chunks/vendor-DJ6wKpvR.js";
3
- const t = "radioYGroup__67a48a3c", d = {
4
- radioYGroup: t
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as d } from "../../chunks/vendor-z35N2Tap.js";
3
+ const p = "radioYGroup__49461d30", t = {
4
+ radioYGroup: p
5
5
  }, e = (o) => {
6
- const { children: r, className: s, ...a } = o, c = p(d.radioYGroup, s);
7
- return /* @__PURE__ */ i("div", { className: c, role: "radiogroup", ...a, children: r });
6
+ const { children: r, className: s, ...a } = o, i = d(t.radioYGroup, s);
7
+ return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
8
8
  };
9
9
  e.displayName = "RadioYGroup";
10
10
  export {