@sberbusiness/triplex-next 1.21.0 → 1.23.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 (431) hide show
  1. package/README.md +54 -25
  2. package/chunks/{AlertProcessSpoiler-io5SjBK8.js → AlertProcessSpoiler-IulaUJl0.js} +9 -9
  3. package/chunks/CalendarViewItem-DhRDn7-d.js +101 -0
  4. package/chunks/Card.module-DSOXKXtd.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +15 -0
  6. package/chunks/Chip-EVPZneh2.js +104 -0
  7. package/chunks/Confirm.module-gphOS6IB.js +15 -0
  8. package/chunks/{DropdownListItem-gGRZUigY.js → DropdownListItem-BOB8eQXM.js} +19 -19
  9. package/chunks/DropdownMobile.module-B8t5FlvW.js +23 -0
  10. package/chunks/Footer.module-CMW0u8UD.js +9 -0
  11. package/chunks/FormFieldInput-CwX_1h09.js +79 -0
  12. package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +9 -0
  13. package/chunks/HeaderTabs.module-BKu6DIV4.js +9 -0
  14. package/chunks/{HeaderTitle.module-G-lXVibC.js → HeaderTitle.module-DyI7KGeM.js} +2 -2
  15. package/chunks/IslandAccordion.module-Q_9Jiw2w.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-DiWg8j16.js +12 -0
  18. package/chunks/{LightBoxContent-Dwdsxv-p.js → LightBoxContent-CE6sXjX1.js} +13 -13
  19. package/chunks/LightBoxControls.module-BaHnxhDB.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +9 -0
  21. package/chunks/ListItemControlsButton-BCd2PF9-.js +51 -0
  22. package/chunks/ListItemTail.module-D_nBCryf.js +12 -0
  23. package/chunks/ListMasterFooter.module-D4TPImq7.js +10 -0
  24. package/chunks/ModalWindow.module-u5Pst2YX.js +17 -0
  25. package/chunks/Notification.module-809Tnazq.js +20 -0
  26. package/chunks/Overlay.module-c4cyqpKr.js +18 -0
  27. package/chunks/Page.module-CixV2VSG.js +11 -0
  28. package/chunks/{RightBorderArrow-BStHeZkJ.js → RightBorderArrow-nrRpapza.js} +4 -4
  29. package/chunks/SMSField.module-Qub64N0s.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +15 -0
  31. package/chunks/SliderExtendedRail-BP0BcOY7.js +40 -0
  32. package/chunks/StatusTracker.module-BMkZgzxy.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-DP7pX8_2.js → SuggestFieldMobileDropdownHint-CRvB37lf.js} +4 -4
  34. package/chunks/TableFooter.module-BW9hgU6o.js +14 -0
  35. package/chunks/TabsExtended.module-By6HIyMh.js +16 -0
  36. package/chunks/TabsLine.module-KvKWfBwF.js +21 -0
  37. package/chunks/TooltipDesktop.module-DAGDT-nl.js +19 -0
  38. package/chunks/TreeView.module-B8RxFbbh.js +9 -0
  39. package/chunks/{UploadZoneInput--cEsI9GG.js → UploadZoneInput-D9OID08A.js} +8 -8
  40. package/chunks/{constants-Dag2NxzH.js → constants-DXLVATUh.js} +6 -6
  41. package/chunks/{utils-mDzXEbG8.js → utils-BDGrf0u9.js} +5 -5
  42. package/chunks/utils-BXi-2Jma.js +28 -0
  43. package/chunks/utils-CvsNd4Ut.js +24 -0
  44. package/chunks/utils-DXnkRIJ2.js +73 -0
  45. package/chunks/{vendor-CuCj7SgU.js → vendor-BiObpx9E.js} +43 -47
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +8 -8
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +8 -8
  52. package/components/AmountField/AmountField.js +9 -9
  53. package/components/Avatar/Avatar.js +17 -17
  54. package/components/Badge/Badge.js +10 -10
  55. package/components/Badge/BadgeDot.js +5 -5
  56. package/components/Badge/components/BadgeContent.js +11 -11
  57. package/components/Badge/components/BadgePostfix.js +7 -7
  58. package/components/Badge/components/BadgePrefix.js +4 -4
  59. package/components/Body/Body.js +8 -8
  60. package/components/Button/Button.js +30 -30
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +91 -78
  63. package/components/Button/ButtonDropdownExtended.js +5 -5
  64. package/components/Button/ButtonIcon.js +8 -8
  65. package/components/Calendar/Calendar.js +7 -7
  66. package/components/Calendar/components/CalendarControls.js +9 -9
  67. package/components/Calendar/components/CalendarFooter.js +1 -1
  68. package/components/Calendar/components/CalendarViewDays.js +2 -2
  69. package/components/Calendar/components/CalendarViewItem.js +2 -2
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +13 -13
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +12 -12
  81. package/components/Checkbox/Checkbox.js +9 -9
  82. package/components/Checkbox/CheckboxXGroup.js +16 -16
  83. package/components/Checkbox/CheckboxYGroup.js +2 -2
  84. package/components/CheckboxTree/index.js +6 -2
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  89. package/components/Chip/Chip.js +4 -3
  90. package/components/Chip/ChipClearButton.js +7 -7
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  93. package/components/Chip/ChipDropdownArrow.js +2 -2
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +2 -2
  96. package/components/Chip/ChipOptions.js +2 -2
  97. package/components/Chip/ChipSelect/ChipSelect.js +11 -12
  98. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  99. package/components/Chip/ChipSort.js +9 -10
  100. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +28 -28
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +22 -22
  104. package/components/Chip/index.js +1 -1
  105. package/components/ChipGroup/ChipGroup.js +13 -13
  106. package/components/Col/Col.js +141 -141
  107. package/components/CollapsableTree/components/CollapsableTreeNode.js +17 -17
  108. package/components/Confirm/Confirm.js +2 -2
  109. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  110. package/components/Confirm/components/ConfirmContent.js +2 -2
  111. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  112. package/components/Confirm/components/ConfirmControls.js +2 -2
  113. package/components/DateField/DateField.js +5 -5
  114. package/components/DatePickerExtended/DatePickerExtended.js +3 -3
  115. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  116. package/components/DateRange/DateRange.js +5 -5
  117. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  118. package/components/DesignTokens/components/ListItem.js +4 -4
  119. package/components/DesignTokens/components/ListMaster.js +8 -8
  120. package/components/DesignTokens/components/Tabs.js +0 -18
  121. package/components/Divider/Divider.js +21 -21
  122. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  123. package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
  124. package/components/Dropdown/desktop/DropdownList.js +2 -2
  125. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  126. package/components/Dropdown/desktop/enums.js +7 -0
  127. package/components/Dropdown/desktop/index.js +8 -4
  128. package/components/Dropdown/index.js +24 -25
  129. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
  140. package/components/Ellipsis/Ellipsis.js +12 -12
  141. package/components/ExpandAnimation/ExpandAnimation.js +30 -30
  142. package/components/Footer/Footer.js +1 -1
  143. package/components/Footer/components/FooterDescription.js +2 -2
  144. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  145. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  146. package/components/FormField/FormField.js +70 -78
  147. package/components/FormField/FormFieldContext.js +16 -14
  148. package/components/FormField/components/FormFieldClear.js +25 -23
  149. package/components/FormField/components/FormFieldCounter.js +1 -1
  150. package/components/FormField/components/FormFieldDescription.js +4 -4
  151. package/components/FormField/components/FormFieldInput.js +4 -3
  152. package/components/FormField/components/FormFieldLabel.js +30 -32
  153. package/components/FormField/components/FormFieldMaskedInput.js +29 -29
  154. package/components/FormField/components/FormFieldPostfix.js +8 -8
  155. package/components/FormField/components/FormFieldPrefix.js +6 -6
  156. package/components/FormField/components/FormFieldTarget.js +57 -49
  157. package/components/FormField/components/FormFieldTextarea.js +61 -34
  158. package/components/FormField/components/index.js +23 -0
  159. package/components/FormField/components/utils.js +5 -0
  160. package/components/FormField/index.js +25 -25
  161. package/components/Header/Header.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  165. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
  166. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  167. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  169. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  172. package/components/HelpBox/HelpBox.js +9 -9
  173. package/components/Island/Island.js +2 -2
  174. package/components/Island/components/IslandBody.js +2 -2
  175. package/components/Island/components/IslandFooter.js +4 -4
  176. package/components/Island/components/IslandHeader.js +6 -6
  177. package/components/Island/utils.js +1 -1
  178. package/components/IslandAccordion/IslandAccordion.js +3 -3
  179. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  180. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  181. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  182. package/components/IslandWidget/IslandWidget.js +16 -16
  183. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  189. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  192. package/components/LightBox/LightBox.js +14 -14
  193. package/components/LightBox/LightBoxContent.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  195. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +13 -13
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
  204. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  205. package/components/Link/Link.js +16 -16
  206. package/components/List/List.js +10 -10
  207. package/components/List/ListSortable.js +1 -1
  208. package/components/List/components/ListEmptyState.js +4 -4
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +3 -3
  211. package/components/List/components/ListItemControls.js +5 -5
  212. package/components/List/components/ListItemControlsButton.js +2 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  214. package/components/List/components/ListItemLoading.js +13 -11
  215. package/components/List/components/ListItemSelectable.js +4 -4
  216. package/components/List/components/ListItemTable.js +17 -15
  217. package/components/List/components/ListItemTailLeft.js +2 -2
  218. package/components/List/components/ListItemTailRight.js +7 -15
  219. package/components/List/components/ListSortableItem.js +2 -2
  220. package/components/List/components/ListSortableItemControls.js +5 -5
  221. package/components/List/components/ListSortableItemTarget.js +5 -5
  222. package/components/List/index.js +1 -1
  223. package/components/ListMaster/ListMaster.js +1 -1
  224. package/components/ListMaster/components/ListMasterBody.js +1 -1
  225. package/components/ListMaster/components/ListMasterChipGroup.js +9 -13
  226. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  227. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  228. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  229. package/components/ListMaster/components/ListMasterHeader.js +2 -2
  230. package/components/ListMaster/components/SelectionControls.js +3 -3
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  233. package/components/LoaderScreen/LoaderScreen.js +13 -13
  234. package/components/Marker/Marker.js +2 -2
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +9 -9
  237. package/components/ModalWindow/ModalWindow.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  239. package/components/ModalWindow/components/ModalWindowClose.js +10 -10
  240. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  242. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  243. package/components/MultiselectField/components/MultiselectFieldDropdown.js +44 -41
  244. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +26 -19
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  247. package/components/Notification/Notification.js +3 -3
  248. package/components/Notification/NotificationGrouped.js +1 -1
  249. package/components/Notification/components/NotificationBody.js +1 -1
  250. package/components/Notification/components/NotificationBodyList.js +2 -2
  251. package/components/Notification/components/NotificationClose.js +1 -1
  252. package/components/Notification/components/NotificationFooter.js +1 -1
  253. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  254. package/components/Notification/components/NotificationHeader.js +1 -1
  255. package/components/Notification/components/NotificationIcon.js +1 -1
  256. package/components/Notification/components/NotificationTime.js +1 -1
  257. package/components/NumberField/NumberFieldInput.js +5 -5
  258. package/components/OrderedList/OrderedList.js +5 -5
  259. package/components/OrderedList/OrderedListItem.js +13 -13
  260. package/components/Overlay/Overlay.js +2 -2
  261. package/components/Overlay/OverlayMask.js +2 -2
  262. package/components/Overlay/OverlayPanel.js +2 -2
  263. package/components/Page/Page.js +2 -2
  264. package/components/Page/components/BodyPage.js +12 -12
  265. package/components/Page/components/FooterPage.js +2 -2
  266. package/components/Page/components/HeaderPage.js +2 -2
  267. package/components/Page/components/useStickyCornerRadius.js +35 -32
  268. package/components/Pagination/components/PaginationExtended.js +7 -7
  269. package/components/Pagination/components/PaginationNavigationButton.js +6 -6
  270. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  271. package/components/Pagination/components/PaginationPageButton.js +11 -11
  272. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  273. package/components/Pagination/components/PaginationSelect.js +12 -12
  274. package/components/Pagination/utils/paginationUtils.js +1 -1
  275. package/components/Radio/Radio.js +13 -13
  276. package/components/Radio/RadioXGroup.js +16 -16
  277. package/components/Radio/RadioYGroup.js +2 -2
  278. package/components/Row/Row.js +10 -10
  279. package/components/SMSField/SMSField.js +3 -3
  280. package/components/SMSField/components/RefreshIcon.js +2 -2
  281. package/components/SMSField/components/SMSFieldInput.js +11 -11
  282. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  283. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  284. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  285. package/components/SegmentedControl/SegmentedControl.js +11 -11
  286. package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
  287. package/components/SelectExtendedField/SelectExtendedField.js +11 -11
  288. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  289. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
  290. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +36 -36
  291. package/components/SelectField/SelectField.js +54 -36
  292. package/components/Skeleton/Skeleton.js +9 -9
  293. package/components/SliderExtended/SliderExtended.js +3 -3
  294. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
  295. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  296. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  297. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  298. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
  299. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +39 -39
  300. package/components/SmallInput/SmallInput.js +4 -4
  301. package/components/Spoiler/Spoiler.js +10 -10
  302. package/components/StatusTracker/StatusTracker.js +3 -3
  303. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  313. package/components/Step/Step.js +10 -10
  314. package/components/Stepper/RightBorderArrow.js +1 -1
  315. package/components/Stepper/Stepper.js +2 -2
  316. package/components/Stepper/StepperExtended.js +7 -7
  317. package/components/Stepper/StepperStep.js +3 -3
  318. package/components/Stepper/StepperWrapper.js +5 -5
  319. package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
  320. package/components/Suggest/useSuggest.js +1 -1
  321. package/components/SuggestField/SuggestField.js +6 -6
  322. package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
  323. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -29
  324. package/components/SuggestField/index.js +1 -1
  325. package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
  326. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +25 -24
  327. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  328. package/components/SuggestField/mobile/index.js +1 -1
  329. package/components/SwipeableArea/SwipeableArea.js +23 -23
  330. package/components/Table/FilterPanel.js +3 -3
  331. package/components/Table/MasterTable.js +3 -3
  332. package/components/Table/NoColumns.js +4 -4
  333. package/components/Table/PaginationPanel.js +3 -3
  334. package/components/Table/TableBasic/TableBasic.js +2 -2
  335. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  336. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  337. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  338. package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
  339. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
  340. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  341. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  342. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
  343. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  344. package/components/Table/TableFooter/TableFooter.js +2 -2
  345. package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
  346. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  347. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  348. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  349. package/components/Table/TabsLinePanel.js +2 -2
  350. package/components/Table/TabsLinePanelLinks.js +6 -6
  351. package/components/Table/utils.js +1 -1
  352. package/components/Tabs/Tabs.js +16 -16
  353. package/components/TabsExtended/TabsExtended.js +22 -22
  354. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  355. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  356. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  357. package/components/TabsExtended/components/TabsExtendedTabButton.js +37 -18
  358. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  359. package/components/TabsExtended/utils.js +3 -3
  360. package/components/TabsLine/TabsLine.js +2 -2
  361. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  362. package/components/TabsLine/components/TabsLineDropdown.js +49 -47
  363. package/components/TabsLine/components/TabsLineItem.js +2 -2
  364. package/components/TabsLine/components/TabsLineMobile.js +10 -10
  365. package/components/Tag/Tag.js +27 -27
  366. package/components/TagColor/TagColor.js +7 -7
  367. package/components/TagGroup/TagGroup.js +14 -14
  368. package/components/TextField/TextField.js +1 -1
  369. package/components/TextareaField/TextareaField.js +5 -5
  370. package/components/ThemeProvider/ThemeProvider.js +18 -20
  371. package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
  372. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  373. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  374. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  375. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  376. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  377. package/components/Tooltip/components/mobile/TooltipMobile.js +12 -12
  378. package/components/TopOverlay/TopOverlay.js +10 -10
  379. package/components/TreeView/TreeView.js +2 -2
  380. package/components/TreeView/components/TreeViewGroup.js +1 -1
  381. package/components/TreeView/components/TreeViewNode.js +2 -2
  382. package/components/Typography/Caption.js +24 -24
  383. package/components/Typography/Text.js +19 -19
  384. package/components/Typography/Title.js +16 -16
  385. package/components/Typography/constants.js +1 -1
  386. package/components/UnorderedList/UnorderedList.js +3 -3
  387. package/components/UnorderedList/UnorderedListItem.js +7 -7
  388. package/components/UploadZone/UploadZone.js +3 -3
  389. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  390. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  391. package/components/index.js +541 -538
  392. package/index.d.ts +76 -32
  393. package/index.js +577 -574
  394. package/package.json +3 -4
  395. package/styles/triplex-next.css +541 -547
  396. package/utils/amountUtils.js +1 -1
  397. package/chunks/CalendarViewItem-CW39vnxU.js +0 -101
  398. package/chunks/Card.module-wkZoieJo.js +0 -17
  399. package/chunks/CheckboxTreeExtended.module-yaZgGm0h.js +0 -15
  400. package/chunks/Chip-CtmEt4Cp.js +0 -90
  401. package/chunks/Confirm.module-Bi0IoVgW.js +0 -15
  402. package/chunks/DropdownMobile.module-D1Tda3VC.js +0 -23
  403. package/chunks/Footer.module-dEM87TWq.js +0 -9
  404. package/chunks/FormFieldInput-BXZLkCG-.js +0 -60
  405. package/chunks/HeaderLayoutSidebar.module-CPuC-nCL.js +0 -9
  406. package/chunks/HeaderTabs.module-lGf7L-VN.js +0 -9
  407. package/chunks/IslandAccordion.module-CmJ_07-4.js +0 -25
  408. package/chunks/IslandWidgetFooter.module-PAcTvDvE.js +0 -9
  409. package/chunks/IslandWidgetHeader.module-CCpvQ7cl.js +0 -12
  410. package/chunks/LightBoxControls.module-C0ehN4OK.js +0 -16
  411. package/chunks/LightBoxSideOverlayClose.module-DQQjxPZ4.js +0 -9
  412. package/chunks/ListItemControlsButton-CXrdUtOj.js +0 -43
  413. package/chunks/ListItemTail.module-t77bOXMm.js +0 -12
  414. package/chunks/ListMasterFooter.module-S-2GdDuq.js +0 -10
  415. package/chunks/ModalWindow.module-BNDWxL9E.js +0 -17
  416. package/chunks/Notification.module-BukggXdi.js +0 -20
  417. package/chunks/Overlay.module-DNkYF6tu.js +0 -18
  418. package/chunks/Page.module-Bz9n-Dho.js +0 -11
  419. package/chunks/SMSField.module-DBEf-aa7.js +0 -16
  420. package/chunks/SliderExtendedMarks.module-QVPE-s18.js +0 -15
  421. package/chunks/SliderExtendedRail-1zC_WMFD.js +0 -40
  422. package/chunks/StatusTracker.module-_Hh_EXXG.js +0 -24
  423. package/chunks/TableFooter.module-nim97iDm.js +0 -14
  424. package/chunks/TabsExtended.module-33reL6bh.js +0 -16
  425. package/chunks/TabsLine.module-BS4pWC4f.js +0 -21
  426. package/chunks/TooltipDesktop.module-CU1qQ4fM.js +0 -19
  427. package/chunks/TreeView.module-7JefvvHQ.js +0 -9
  428. package/chunks/utils-C81PwsD3.js +0 -24
  429. package/chunks/utils-DKXtpqrd.js +0 -73
  430. package/chunks/utils-wIML3CoI.js +0 -27
  431. package/components/Dropdown/enums.js +0 -8
@@ -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-BukggXdi.js";
5
- import { c as e } from "../../../chunks/vendor-CuCj7SgU.js";
4
+ import { s as a } from "../../../chunks/Notification.module-809Tnazq.js";
5
+ import { c as e } from "../../../chunks/vendor-BiObpx9E.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-BukggXdi.js";
8
+ import { s as m } from "../../../chunks/Notification.module-809Tnazq.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-BukggXdi.js";
2
+ import { s as i } from "../../../chunks/Notification.module-809Tnazq.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-CuCj7SgU.js";
3
- import { s as o } from "../../../chunks/Notification.module-BukggXdi.js";
2
+ import { c as i } from "../../../chunks/vendor-BiObpx9E.js";
3
+ import { s as o } from "../../../chunks/Notification.module-809Tnazq.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-BukggXdi.js";
2
+ import { s as a } from "../../../chunks/Notification.module-809Tnazq.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-BukggXdi.js";
2
+ import { s as t } from "../../../chunks/Notification.module-809Tnazq.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-BukggXdi.js";
2
+ import { s as t } from "../../../chunks/Notification.module-809Tnazq.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -1,16 +1,16 @@
1
1
  import { jsx as g } from "react/jsx-runtime";
2
2
  import h, { useCallback as l } from "react";
3
- import "../FormField/FormField.js";
4
- import "../FormField/components/FormFieldDescription.js";
3
+ import "../FormField/components/FormFieldClear.js";
5
4
  import "../FormField/components/FormFieldCounter.js";
5
+ import "../FormField/components/FormFieldDescription.js";
6
+ import { F as d } from "../../chunks/FormFieldInput-CwX_1h09.js";
6
7
  import "../FormField/components/FormFieldLabel.js";
7
- import "../FormField/components/FormFieldClear.js";
8
- import "../FormField/components/FormFieldTarget.js";
9
- import { F as d } from "../../chunks/FormFieldInput-BXZLkCG-.js";
10
8
  import "../FormField/components/FormFieldMaskedInput.js";
11
9
  import "../FormField/components/FormFieldPostfix.js";
12
10
  import "../FormField/components/FormFieldPrefix.js";
11
+ import "../FormField/components/FormFieldTarget.js";
13
12
  import "../FormField/components/FormFieldTextarea.js";
13
+ import "../FormField/FormField.js";
14
14
  import { getCaretPosition as F, setCaretPosition as D } from "../../utils/inputUtils.js";
15
15
  import { StringUtils as p } from "../../utils/stringUtils.js";
16
16
  import { AmountConst as f } from "../../consts/AmountConst.js";
@@ -1,16 +1,16 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as o } from "../../chunks/vendor-CuCj7SgU.js";
3
+ import { c as o } from "../../chunks/vendor-BiObpx9E.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__5dbe4f90", a = {
6
- orderedList: m
5
+ const a = "orderedList__0ed6ccea", m = {
6
+ orderedList: a
7
7
  }, c = Object.assign(
8
8
  d.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: o(a.orderedList, e),
11
+ className: o(m.orderedList, e),
12
12
  ...r,
13
- "data-tx": "1.21.0",
13
+ "data-tx": "1.23.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,27 +1,27 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../chunks/vendor-CuCj7SgU.js";
4
- import { ETextSize as i } from "../Typography/enums.js";
3
+ import { c as s } from "../../chunks/vendor-BiObpx9E.js";
4
+ import { ETextSize as d } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
- import { Text as d } from "../Typography/Text.js";
6
+ import { Text as i } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
- const a = "orderedListItem__49b6a1ee", p = {
8
+ const a = "orderedListItem__d75effb7", f = {
9
9
  orderedListItem: a
10
- }, f = m.forwardRef(
11
- ({ className: e, ...t }, r) => /* @__PURE__ */ o(
12
- d,
10
+ }, p = m.forwardRef(
11
+ ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
+ i,
13
13
  {
14
- className: s(p.orderedListItem, e),
15
- size: i.B3,
14
+ className: s(f.orderedListItem, t),
15
+ size: d.B3,
16
16
  tag: "li",
17
- ...t,
18
- "data-tx": "1.21.0",
17
+ ...e,
18
+ "data-tx": "1.23.0",
19
19
  ref: r
20
20
  }
21
21
  )
22
22
  );
23
- f.displayName = "OrderedListItem";
23
+ p.displayName = "OrderedListItem";
24
24
  export {
25
- f as OrderedListItem
25
+ p as OrderedListItem
26
26
  };
27
27
  //# sourceMappingURL=OrderedListItem.js.map
@@ -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-CuCj7SgU.js";
3
+ import { c as u } from "../../chunks/vendor-BiObpx9E.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-DNkYF6tu.js";
7
+ import { s as r } from "../../chunks/Overlay.module-c4cyqpKr.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-CuCj7SgU.js";
4
- import { s as a } from "../../chunks/Overlay.module-DNkYF6tu.js";
3
+ import { c as t } from "../../chunks/vendor-BiObpx9E.js";
4
+ import { s as a } from "../../chunks/Overlay.module-c4cyqpKr.js";
5
5
  const f = l.forwardRef(
6
6
  ({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
7
7
  "div",
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
- import { c as d } from "../../chunks/vendor-CuCj7SgU.js";
3
+ import { c as d } from "../../chunks/vendor-BiObpx9E.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-DNkYF6tu.js";
5
+ import { s as e } from "../../chunks/Overlay.module-c4cyqpKr.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as i } from "../../chunks/vendor-CuCj7SgU.js";
3
+ import { c as i } from "../../chunks/vendor-BiObpx9E.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-Bz9n-Dho.js";
7
+ import { s as o } from "../../chunks/Page.module-CixV2VSG.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -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-CuCj7SgU.js";
4
+ import { c as d } from "../../../chunks/vendor-BiObpx9E.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__feb3b3f9", P = "verticalMargin24__02105c70", v = "verticalMargin16__5efc6ec7", e = {
9
- bodyPage: M,
7
+ import { EIslandType as M } from "../../Island/enums.js";
8
+ const f = "bodyPage__ca729922", P = "verticalMargin24__cc28824f", v = "verticalMargin16__18812aaa", o = {
9
+ bodyPage: f,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
12
12
  }, _ = {
13
- [r.LARGE]: e.verticalMargin24,
14
- [r.SMALL]: e.verticalMargin16
15
- }, b = m.forwardRef(
16
- ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...o }, i) => {
17
- const t = d(s, e.bodyPage, _[g]);
18
- return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: f.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
13
+ [r.LARGE]: o.verticalMargin24,
14
+ [r.SMALL]: o.verticalMargin16
15
+ }, E = m.forwardRef(
16
+ ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...e }, i) => {
17
+ const t = d(s, o.bodyPage, _[g]);
18
+ return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
- b.displayName = "BodyPage";
21
+ E.displayName = "BodyPage";
22
22
  export {
23
- b as BodyPage
23
+ E 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 F, { useRef as R } from "react";
3
- import { c as T } from "../../../chunks/vendor-CuCj7SgU.js";
3
+ import { c as T } from "../../../chunks/vendor-BiObpx9E.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 d } 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 c } from "../../../chunks/Page.module-Bz9n-Dho.js";
12
+ import { s as c } from "../../../chunks/Page.module-CixV2VSG.js";
13
13
  const w = Object.assign(
14
14
  F.forwardRef(
15
15
  ({ className: m, type: r, size: n, sticky: f, ...p }, 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 p } from "../../../chunks/vendor-CuCj7SgU.js";
5
+ import { c as p } from "../../../chunks/vendor-BiObpx9E.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-Bz9n-Dho.js";
9
+ import { s as i } from "../../../chunks/Page.module-CixV2VSG.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,44 +1,47 @@
1
- import { useEffect as v } from "react";
2
- function E(i) {
3
- let t = i;
4
- for (; t && t !== document.documentElement; ) {
5
- const e = getComputedStyle(t).overflowY;
6
- if (/(auto|scroll|overlay)/.test(e) && t.scrollHeight > t.clientHeight) return t;
7
- t = t.parentElement;
1
+ import { useEffect as g } from "react";
2
+ function L(c) {
3
+ let e = c;
4
+ for (; e && e !== document.documentElement; ) {
5
+ const t = getComputedStyle(e).overflowY;
6
+ if (/(auto|scroll|overlay)/.test(t)) return e;
7
+ e = e.parentElement;
8
8
  }
9
9
  return window;
10
10
  }
11
- function L(i, t, c = !0) {
12
- v(() => {
13
- const e = i.current;
14
- if (!e) return;
15
- const u = t === "top" ? "--r-top" : "--r-bottom";
16
- if (!c) {
17
- e.style.removeProperty(u), delete e.dataset.stuck;
11
+ function R(c, e, m = !0) {
12
+ g(() => {
13
+ const t = c.current;
14
+ if (!t) return;
15
+ const f = e === "top" ? "--r-top" : "--r-bottom";
16
+ if (!m) {
17
+ t.style.removeProperty(f), delete t.dataset.stuck;
18
18
  return;
19
19
  }
20
- const p = 24;
21
- let d = 0, r = 0, s = window, l = null;
22
- const m = () => {
23
- r = 0;
24
- const o = e.getBoundingClientRect(), n = s === window ? { top: 0, bottom: window.innerHeight } : s.getBoundingClientRect(), g = t === "top" ? o.top - (n.top + d) : n.bottom - d - o.bottom, f = Math.max(0, Math.min(p, g));
25
- e.style.setProperty(u, `${f}px`), f <= 0.5 ? e.dataset.stuck = "true" : delete e.dataset.stuck;
20
+ const v = 24;
21
+ let u = 0, i = 0, r = window, d = null, l = null;
22
+ const w = () => {
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));
25
+ t.style.setProperty(f, `${y}px`), y <= 0.5 ? t.dataset.stuck = "true" : delete t.dataset.stuck;
26
26
  }, a = () => {
27
- r || (r = requestAnimationFrame(m));
28
- }, y = () => {
29
- const o = getComputedStyle(e), n = t === "top" ? o.top : o.bottom;
30
- d = parseFloat(n || "0") || 0, s = E(e), l = s === window ? window : s, m(), l.addEventListener("scroll", a, { passive: !0 }), window.addEventListener("resize", a), window.addEventListener("transitionend", w);
31
- }, w = (o) => {
32
- o.target && o.target instanceof HTMLElement && o.target.classList && o.propertyName === "transform" && Array.from(o.target.classList).some(
33
- (n) => n.includes("lightBoxSideOverlayContent")
34
- ) && m();
27
+ i || (i = requestAnimationFrame(w));
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(
36
+ (s) => s.includes("lightBoxSideOverlayContent")
37
+ ) && w();
35
38
  };
36
- return setTimeout(y, 100), () => {
37
- l && l.removeEventListener("scroll", a), window.removeEventListener("resize", a), window.removeEventListener("transitionend", w), r && cancelAnimationFrame(r);
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
41
  };
39
- }, [i, t, c]);
42
+ }, [c, e, m]);
40
43
  }
41
44
  export {
42
- L as useStickyCornerRadius
45
+ R as useStickyCornerRadius
43
46
  };
44
47
  //# sourceMappingURL=useStickyCornerRadius.js.map
@@ -1,17 +1,17 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-CuCj7SgU.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as d } from "../../../chunks/vendor-BiObpx9E.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__a2a1219d", s = {
4
+ const r = "paginationExtended__571ec4c6", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
- ({ children: a, className: t, ...n }, e) => /* @__PURE__ */ d(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: o(s.paginationExtended, t),
11
- "data-tx": "1.21.0",
10
+ className: d(s.paginationExtended, a),
11
+ "data-tx": "1.23.0",
12
12
  ...n,
13
13
  ref: e,
14
- children: a
14
+ children: t
15
15
  }
16
16
  )
17
17
  );
@@ -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 f = "paginationNavigationButton__8590f657", g = "directionIconNext__f51d3f4f", n = {
8
- paginationNavigationButton: f,
9
- directionIconNext: g
10
- }, N = c.forwardRef(
7
+ const g = "paginationNavigationButton__1342317c", N = "directionIconNext__cff8618b", n = {
8
+ paginationNavigationButton: g,
9
+ directionIconNext: N
10
+ }, f = 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 f = "paginationNavigationButton__8590f657", g = "directionIconNext__f51d3f
22
22
  );
23
23
  }
24
24
  );
25
- N.displayName = "PaginationNavigationButton";
25
+ f.displayName = "PaginationNavigationButton";
26
26
  export {
27
- N as PaginationNavigationButton
27
+ f 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-CuCj7SgU.js";
4
- const g = "paginationNavigationExtended__98e0a600", r = {
3
+ import { c as d } from "../../../chunks/vendor-BiObpx9E.js";
4
+ const g = "paginationNavigationExtended__7f3829e1", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: t, ...i }, n) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, t), ...i, ref: n, children: a })
@@ -1,21 +1,21 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as p } from "../../../chunks/vendor-CuCj7SgU.js";
3
+ import { c as p } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
- import { Text as c } from "../../Typography/Text.js";
6
+ import { Text as s } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
8
  import "../../Button/Button.js";
9
- import { ButtonBase as s } from "../../Button/ButtonBase.js";
9
+ import { ButtonBase as c } from "../../Button/ButtonBase.js";
10
10
  import "../../Button/ButtonIcon.js";
11
11
  import "../../Button/ButtonDropdown.js";
12
12
  import "../../Button/ButtonDropdownExtended.js";
13
- const u = "paginationPageButton__bb0c66cd", P = "currentPage__911eaa7d", a = {
14
- paginationPageButton: u,
15
- currentPage: P
16
- }, f = m.forwardRef(
13
+ const f = "paginationPageButton__fbe5609f", u = "currentPage__60259d37", a = {
14
+ paginationPageButton: f,
15
+ currentPage: u
16
+ }, P = m.forwardRef(
17
17
  ({ isCurrent: t = !1, children: e, className: i, ...r }, n) => /* @__PURE__ */ o(
18
- s,
18
+ c,
19
19
  {
20
20
  className: p(
21
21
  a.paginationPageButton,
@@ -27,12 +27,12 @@ const u = "paginationPageButton__bb0c66cd", P = "currentPage__911eaa7d", a = {
27
27
  "aria-live": t ? "polite" : void 0,
28
28
  ...r,
29
29
  ref: n,
30
- children: /* @__PURE__ */ o(c, { size: g.B3, children: e })
30
+ children: /* @__PURE__ */ o(s, { size: g.B3, children: e })
31
31
  }
32
32
  )
33
33
  );
34
- f.displayName = "PaginationPageButton";
34
+ P.displayName = "PaginationPageButton";
35
35
  export {
36
- f as PaginationPageButton
36
+ P as PaginationPageButton
37
37
  };
38
38
  //# sourceMappingURL=PaginationPageButton.js.map
@@ -1,11 +1,11 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as p } from "../../../chunks/vendor-CuCj7SgU.js";
2
+ import { c as p } from "../../../chunks/vendor-BiObpx9E.js";
3
3
  import e from "react";
4
4
  import { ETextSize as l } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import { Text as r } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
- const n = "paginationPageEllipsis__9c836b9b", m = {
8
+ const n = "paginationPageEllipsis__d47c20c8", m = {
9
9
  paginationPageEllipsis: n
10
10
  }, g = e.forwardRef(
11
11
  ({ children: i, className: a, ...s }, o) => /* @__PURE__ */ t(r, { size: l.B3, className: p(m.paginationPageEllipsis, a), ...s, ref: o, children: i })
@@ -1,26 +1,26 @@
1
- import { jsxs as s, jsx as e } from "react/jsx-runtime";
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 S, c as d } from "../../../chunks/vendor-CuCj7SgU.js";
3
+ import { u as d, c as S } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { ETextSize as f } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import { Text as g } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
8
  import { SelectField as u } from "../../SelectField/SelectField.js";
9
9
  import { EComponentSize as x } from "../../../enums/EComponentSize.js";
10
- const _ = "paginationSelect__7221548e", C = "paginationSelectControl__39b13425", o = {
10
+ const _ = "paginationSelect__017dd286", C = "paginationSelectControl__0298c230", o = {
11
11
  paginationSelect: _,
12
12
  paginationSelectControl: C
13
- }, b = m.forwardRef(
14
- ({ paginationLabel: t, className: n, options: a, value: l, onChange: r }, c) => {
15
- const [i] = p(() => `Pagination-${S()}`);
16
- return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
17
- /* @__PURE__ */ e(g, { size: f.B3, id: i, children: t }),
18
- /* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
13
+ }, z = m.forwardRef(
14
+ ({ paginationLabel: e, className: n, options: a, value: l, onChange: r }, c) => {
15
+ const [i] = p(() => `Pagination-${d()}`);
16
+ return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, n), ref: c, children: [
17
+ /* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
18
+ /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
19
19
  u,
20
20
  {
21
21
  size: x.SM,
22
22
  value: l,
23
- mobileTitle: t,
23
+ mobileTitle: e,
24
24
  options: a,
25
25
  onChange: r,
26
26
  targetProps: {
@@ -32,8 +32,8 @@ const _ = "paginationSelect__7221548e", C = "paginationSelectControl__39b13425",
32
32
  ] });
33
33
  }
34
34
  );
35
- b.displayName = "PaginationSelect";
35
+ z.displayName = "PaginationSelect";
36
36
  export {
37
- b as PaginationSelect
37
+ z as PaginationSelect
38
38
  };
39
39
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,4 +1,4 @@
1
- import { k as R } from "../../../chunks/vendor-CuCj7SgU.js";
1
+ import { k as R } from "../../../chunks/vendor-BiObpx9E.js";
2
2
  const m = -1, h = {
3
3
  // Создание массива чисел в заданном диапазоне с заданным шагом.
4
4
  generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
@@ -1,13 +1,13 @@
1
- import { jsxs as b, jsx as d } from "react/jsx-runtime";
1
+ import { jsxs as b, jsx as c } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c } from "../../chunks/vendor-CuCj7SgU.js";
3
+ import { c as d } from "../../chunks/vendor-BiObpx9E.js";
4
4
  import { ETextSize as i } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import { Text as x } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
- import { EComponentSize as a } from "../../enums/EComponentSize.js";
8
+ import { EComponentSize as s } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__2e576798", M = "sm__0a53302f", T = "nonempty__bdfd9dc7", S = "md__35c5131c", g = "lg__dc3addd5", u = "disabled__7160efe1", I = "radio__103f404d", R = "radioIcon__f5bde340", o = {
10
+ const y = "label__e7653f28", M = "sm__049c7c47", T = "nonempty__bf177c46", S = "md__da1f8c5b", g = "lg__6483ec41", u = "disabled__80d760da", I = "radio__a42ced27", R = "radioIcon__8de7ce1c", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -17,20 +17,20 @@ const y = "label__2e576798", M = "sm__0a53302f", T = "nonempty__bdfd9dc7", S = "
17
17
  radio: I,
18
18
  radioIcon: R
19
19
  }, B = {
20
- [a.LG]: i.B2,
21
- [a.MD]: i.B3,
22
- [a.SM]: i.B4
20
+ [s.LG]: i.B2,
21
+ [s.MD]: i.B3,
22
+ [s.SM]: i.B4
23
23
  }, C = z(o), h = N.forwardRef((n, r) => {
24
- const { children: e, className: l, disabled: m, labelAttributes: s, size: t = a.MD, ...p } = n, _ = c(o.radio, l, C[t]), f = c(
24
+ const { children: e, className: l, disabled: m, labelAttributes: a, size: t = s.MD, ...p } = n, _ = d(o.radio, l, C[t]), f = d(
25
25
  o.label,
26
26
  o[t],
27
27
  { [o.disabled]: !!m, [o.nonempty]: !!e },
28
- s == null ? void 0 : s.className
28
+ a == null ? void 0 : a.className
29
29
  );
30
- return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "1.21.0", children: [
31
- /* @__PURE__ */ d("input", { type: "radio", className: _, disabled: m, ...p, ref: r }),
32
- /* @__PURE__ */ d("span", { className: o.radioIcon }),
33
- e && /* @__PURE__ */ d(x, { size: B[t], tag: "div", children: e })
30
+ return /* @__PURE__ */ b("label", { ...a, className: f, "data-tx": "1.23.0", children: [
31
+ /* @__PURE__ */ c("input", { type: "radio", className: _, disabled: m, ...p, ref: r }),
32
+ /* @__PURE__ */ c("span", { className: o.radioIcon }),
33
+ e && /* @__PURE__ */ c(x, { size: B[t], tag: "div", children: e })
34
34
  ] });
35
35
  });
36
36
  h.displayName = "Radio";