@sberbusiness/triplex-next 1.20.0 → 1.22.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 (434) hide show
  1. package/README.md +89 -22
  2. package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +39 -0
  3. package/chunks/{CalendarViewItem-B22G4WdJ.js → CalendarViewItem-UwoR2Xwr.js} +18 -18
  4. package/chunks/Card.module-CPD2xDmu.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +15 -0
  6. package/chunks/{Chip-Df2PJxv_.js → Chip-Bxr2kLyU.js} +6 -6
  7. package/chunks/Confirm.module-CmYpxyDp.js +15 -0
  8. package/chunks/{DropdownListItem-JDPG7EtK.js → DropdownListItem-Dl8gN2ar.js} +22 -22
  9. package/chunks/DropdownMobile.module-l5rlPxNK.js +23 -0
  10. package/chunks/Footer.module-CjY-6G8t.js +9 -0
  11. package/chunks/FormFieldInput--W9kjf4s.js +79 -0
  12. package/chunks/HeaderLayoutSidebar.module-fr4_lzKQ.js +9 -0
  13. package/chunks/HeaderTabs.module-Clz5KbqR.js +9 -0
  14. package/chunks/{HeaderTitle.module-Cz5VxXST.js → HeaderTitle.module-DUqjpN6C.js} +2 -2
  15. package/chunks/IslandAccordion.module-CPVWJz-Z.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-BRjR7Nva.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CQVHkydc.js +12 -0
  18. package/chunks/{LightBoxContent-DcdEm4um.js → LightBoxContent-CBpCA29-.js} +15 -15
  19. package/chunks/LightBoxControls.module-6rLkTPqp.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +9 -0
  21. package/chunks/{ListItemControlsButton-CWkrMtu6.js → ListItemControlsButton-BZSR-ESi.js} +11 -11
  22. package/chunks/ListItemTail.module-TZkbhx39.js +12 -0
  23. package/chunks/ListMasterFooter.module-BJocFxEb.js +10 -0
  24. package/chunks/ModalWindow.module-CACqfnx4.js +17 -0
  25. package/chunks/Notification.module-ByKcbqB9.js +20 -0
  26. package/chunks/Overlay.module-fYkVPgjL.js +18 -0
  27. package/chunks/Page.module-Bhn0Pz59.js +11 -0
  28. package/chunks/{RightBorderArrow-CD9RfiqH.js → RightBorderArrow-C390Za7P.js} +11 -11
  29. package/chunks/SMSField.module-KA-eacXJ.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +15 -0
  31. package/chunks/{SliderExtendedRail-Alw2vXQr.js → SliderExtendedRail-Dld8UNeR.js} +8 -8
  32. package/chunks/StatusTracker.module-B8xoFRr0.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BfOcMGUs.js → SuggestFieldMobileDropdownHint-Cf_uwjFP.js} +6 -6
  34. package/chunks/TableFooter.module-b8TKJFW8.js +14 -0
  35. package/chunks/TabsExtended.module-k8oKnmv6.js +16 -0
  36. package/chunks/TabsLine.module-BLpqn-ZP.js +21 -0
  37. package/chunks/TooltipDesktop.module-DgogF0cV.js +19 -0
  38. package/chunks/TreeView.module-lJCCAWQb.js +9 -0
  39. package/chunks/{UploadZoneInput-DWEQ023-.js → UploadZoneInput-CQYsDdG_.js} +3 -3
  40. package/chunks/{constants-mUMWgzNs.js → constants-Crak3JEf.js} +11 -11
  41. package/chunks/utils-CS30w_en.js +73 -0
  42. package/chunks/{utils-B269a8Xy.js → utils-Dq2VA3Zd.js} +6 -6
  43. package/chunks/utils-R-JQhhgt.js +24 -0
  44. package/chunks/utils-Z8JNo8tP.js +28 -0
  45. package/chunks/{vendor-BIl4KTrD.js → vendor-BiObpx9E.js} +8836 -8700
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +9 -9
  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 +10 -10
  54. package/components/Badge/Badge.js +11 -11
  55. package/components/Badge/BadgeDot.js +8 -8
  56. package/components/Badge/components/BadgeContent.js +2 -2
  57. package/components/Badge/components/BadgePostfix.js +7 -7
  58. package/components/Badge/components/BadgePrefix.js +4 -4
  59. package/components/Body/Body.js +5 -5
  60. package/components/Button/Button.js +29 -29
  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 +12 -12
  65. package/components/Calendar/Calendar.js +6 -6
  66. package/components/Calendar/components/CalendarControls.js +9 -9
  67. package/components/Calendar/components/CalendarFooter.js +4 -4
  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 +15 -15
  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 +7 -7
  81. package/components/Checkbox/Checkbox.js +6 -6
  82. package/components/Checkbox/CheckboxXGroup.js +16 -16
  83. package/components/Checkbox/CheckboxYGroup.js +6 -6
  84. package/components/CheckboxTree/index.js +6 -2
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +18 -10
  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 +2 -2
  89. package/components/Chip/Chip.js +2 -2
  90. package/components/Chip/ChipClearButton.js +7 -7
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +25 -24
  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 +20 -21
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  104. package/components/Chip/index.js +1 -1
  105. package/components/ChipGroup/ChipGroup.js +10 -10
  106. package/components/Col/Col.js +137 -137
  107. package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
  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/Confirm/index.js +4 -2
  114. package/components/DateField/DateField.js +5 -5
  115. package/components/DatePickerExtended/DatePickerExtended.js +3 -3
  116. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +12 -12
  117. package/components/DateRange/DateRange.js +9 -9
  118. package/components/DesignTokens/DesignTokenUtils.js +7 -7
  119. package/components/DesignTokens/DesignTokensCore.js +8 -0
  120. package/components/DesignTokens/components/Pagination.js +2 -5
  121. package/components/DesignTokens/components/Tabs.js +0 -18
  122. package/components/DesignTokens/types/DesignTokensTypes.js +2 -0
  123. package/components/Divider/Divider.js +18 -18
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
  125. package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
  126. package/components/Dropdown/desktop/DropdownList.js +2 -2
  127. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  128. package/components/Dropdown/desktop/enums.js +7 -0
  129. package/components/Dropdown/desktop/index.js +8 -4
  130. package/components/Dropdown/index.js +24 -25
  131. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  142. package/components/Ellipsis/Ellipsis.js +6 -6
  143. package/components/ExpandAnimation/ExpandAnimation.js +13 -13
  144. package/components/Footer/Footer.js +1 -1
  145. package/components/Footer/components/FooterDescription.js +2 -2
  146. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  147. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  148. package/components/FormField/FormField.js +67 -73
  149. package/components/FormField/FormFieldContext.js +16 -13
  150. package/components/FormField/components/FormFieldClear.js +25 -23
  151. package/components/FormField/components/FormFieldCounter.js +4 -4
  152. package/components/FormField/components/FormFieldDescription.js +6 -6
  153. package/components/FormField/components/FormFieldInput.js +4 -3
  154. package/components/FormField/components/FormFieldLabel.js +31 -33
  155. package/components/FormField/components/FormFieldMaskedInput.js +32 -32
  156. package/components/FormField/components/FormFieldPostfix.js +5 -5
  157. package/components/FormField/components/FormFieldPrefix.js +2 -2
  158. package/components/FormField/components/FormFieldTarget.js +56 -46
  159. package/components/FormField/components/FormFieldTextarea.js +62 -35
  160. package/components/FormField/components/index.js +23 -0
  161. package/components/FormField/components/utils.js +5 -0
  162. package/components/FormField/index.js +25 -25
  163. package/components/Header/Header.js +1 -1
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  165. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  166. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  167. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  169. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  170. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  172. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  173. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  174. package/components/HelpBox/HelpBox.js +8 -8
  175. package/components/Island/Island.js +2 -2
  176. package/components/Island/components/IslandBody.js +4 -4
  177. package/components/Island/components/IslandFooter.js +5 -5
  178. package/components/Island/components/IslandHeader.js +4 -4
  179. package/components/Island/utils.js +1 -1
  180. package/components/IslandAccordion/IslandAccordion.js +3 -3
  181. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  182. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  183. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  184. package/components/IslandWidget/IslandWidget.js +3 -3
  185. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
  187. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  188. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  190. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  192. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  193. package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
  194. package/components/LightBox/LightBox.js +35 -35
  195. package/components/LightBox/LightBoxContent.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  198. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  199. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +17 -17
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  202. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  203. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  204. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  205. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
  206. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +3 -3
  207. package/components/Link/Link.js +24 -24
  208. package/components/List/List.js +8 -8
  209. package/components/List/ListSortable.js +1 -1
  210. package/components/List/components/ListEmptyState.js +2 -2
  211. package/components/List/components/ListItem.js +1 -1
  212. package/components/List/components/ListItemContent.js +6 -6
  213. package/components/List/components/ListItemControls.js +5 -5
  214. package/components/List/components/ListItemControlsButton.js +2 -2
  215. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  216. package/components/List/components/ListItemLoading.js +3 -3
  217. package/components/List/components/ListItemSelectable.js +11 -11
  218. package/components/List/components/ListItemTable.js +4 -4
  219. package/components/List/components/ListItemTailLeft.js +2 -2
  220. package/components/List/components/ListItemTailRight.js +2 -2
  221. package/components/List/components/ListSortableItem.js +9 -9
  222. package/components/List/components/ListSortableItemControls.js +5 -5
  223. package/components/List/components/ListSortableItemTarget.js +8 -8
  224. package/components/List/index.js +1 -1
  225. package/components/ListMaster/ListMaster.js +1 -1
  226. package/components/ListMaster/components/ListMasterBody.js +1 -1
  227. package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
  228. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  229. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  230. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  231. package/components/ListMaster/components/ListMasterHeader.js +9 -9
  232. package/components/ListMaster/components/SelectionControls.js +9 -9
  233. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  234. package/components/Loader/LoaderSmall/LoaderSmall.js +12 -12
  235. package/components/LoaderScreen/LoaderScreen.js +8 -8
  236. package/components/Marker/Marker.js +2 -2
  237. package/components/Marker/utils.js +1 -1
  238. package/components/MarkerStatus/MarkerStatus.js +12 -12
  239. package/components/ModalWindow/ModalWindow.js +14 -14
  240. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  241. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  242. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  243. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  244. package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
  245. package/components/MultiselectField/components/MultiselectFieldDropdown.js +51 -35
  246. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +27 -20
  247. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  248. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  249. package/components/Notification/Notification.js +3 -3
  250. package/components/Notification/NotificationGrouped.js +1 -1
  251. package/components/Notification/components/NotificationBody.js +1 -1
  252. package/components/Notification/components/NotificationBodyList.js +2 -2
  253. package/components/Notification/components/NotificationClose.js +1 -1
  254. package/components/Notification/components/NotificationFooter.js +1 -1
  255. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  256. package/components/Notification/components/NotificationHeader.js +1 -1
  257. package/components/Notification/components/NotificationIcon.js +1 -1
  258. package/components/Notification/components/NotificationTime.js +1 -1
  259. package/components/NumberField/NumberFieldInput.js +5 -5
  260. package/components/OrderedList/OrderedList.js +3 -3
  261. package/components/OrderedList/OrderedListItem.js +3 -3
  262. package/components/Overlay/Overlay.js +2 -2
  263. package/components/Overlay/OverlayMask.js +2 -2
  264. package/components/Overlay/OverlayPanel.js +2 -2
  265. package/components/Page/Page.js +2 -2
  266. package/components/Page/components/BodyPage.js +9 -9
  267. package/components/Page/components/FooterPage.js +2 -2
  268. package/components/Page/components/HeaderPage.js +2 -2
  269. package/components/Page/components/useStickyCornerRadius.js +35 -32
  270. package/components/Pagination/components/PaginationExtended.js +6 -6
  271. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  272. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  273. package/components/Pagination/components/PaginationPageButton.js +24 -16
  274. package/components/Pagination/components/PaginationPageEllipsis.js +13 -9
  275. package/components/Pagination/components/PaginationSelect.js +5 -5
  276. package/components/Pagination/utils/paginationUtils.js +5 -5
  277. package/components/Portal/index.js +5 -0
  278. package/components/Radio/Radio.js +14 -14
  279. package/components/Radio/RadioXGroup.js +13 -13
  280. package/components/Radio/RadioYGroup.js +9 -9
  281. package/components/Row/Row.js +7 -7
  282. package/components/SMSField/SMSField.js +3 -3
  283. package/components/SMSField/components/RefreshIcon.js +2 -2
  284. package/components/SMSField/components/SMSFieldInput.js +11 -11
  285. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  286. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  287. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  288. package/components/SegmentedControl/SegmentedControl.js +6 -6
  289. package/components/SegmentedControl/SegmentedControlSegment.js +15 -15
  290. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  291. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  292. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
  293. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +73 -69
  294. package/components/SelectField/SelectField.js +54 -36
  295. package/components/Skeleton/Skeleton.js +10 -10
  296. package/components/SliderExtended/SliderExtended.js +3 -3
  297. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +27 -27
  298. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  299. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  300. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  301. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +8 -8
  302. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
  303. package/components/SmallInput/SmallInput.js +2 -2
  304. package/components/Spoiler/Spoiler.js +16 -16
  305. package/components/StatusTracker/StatusTracker.js +3 -3
  306. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  314. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  315. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  316. package/components/Step/Step.js +8 -8
  317. package/components/Stepper/RightBorderArrow.js +1 -1
  318. package/components/Stepper/Stepper.js +19 -19
  319. package/components/Stepper/StepperExtended.js +8 -8
  320. package/components/Stepper/StepperStep.js +3 -3
  321. package/components/Stepper/StepperWrapper.js +7 -7
  322. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  323. package/components/Suggest/useSuggest.js +1 -1
  324. package/components/SuggestField/SuggestField.js +6 -6
  325. package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
  326. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +26 -25
  327. package/components/SuggestField/index.js +1 -1
  328. package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
  329. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  330. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  331. package/components/SuggestField/mobile/index.js +1 -1
  332. package/components/SwipeableArea/SwipeableArea.js +31 -31
  333. package/components/Table/FilterPanel.js +3 -3
  334. package/components/Table/MasterTable.js +7 -7
  335. package/components/Table/NoColumns.js +7 -7
  336. package/components/Table/PaginationPanel.js +5 -5
  337. package/components/Table/TableBasic/TableBasic.js +2 -2
  338. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  339. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  340. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  341. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  342. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
  343. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  344. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  346. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  347. package/components/Table/TableFooter/TableFooter.js +2 -2
  348. package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
  349. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  351. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  352. package/components/Table/TabsLinePanel.js +6 -6
  353. package/components/Table/TabsLinePanelLinks.js +2 -2
  354. package/components/Table/utils.js +1 -1
  355. package/components/Tabs/Tabs.js +20 -20
  356. package/components/TabsExtended/TabsExtended.js +22 -22
  357. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedTabButton.js +37 -18
  361. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
  362. package/components/TabsExtended/utils.js +3 -3
  363. package/components/TabsLine/TabsLine.js +2 -2
  364. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  365. package/components/TabsLine/components/TabsLineDropdown.js +49 -47
  366. package/components/TabsLine/components/TabsLineItem.js +2 -2
  367. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  368. package/components/Tag/Tag.js +2 -2
  369. package/components/TagColor/TagColor.js +22 -20
  370. package/components/TagGroup/TagGroup.js +13 -13
  371. package/components/TextField/TextField.js +1 -1
  372. package/components/TextareaField/TextareaField.js +5 -5
  373. package/components/ThemeProvider/ThemeProvider.js +18 -20
  374. package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
  375. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  376. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  377. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  378. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  379. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  380. package/components/Tooltip/components/mobile/TooltipMobile.js +2 -2
  381. package/components/Tooltip/index.js +13 -5
  382. package/components/TopOverlay/TopOverlay.js +23 -23
  383. package/components/TreeView/TreeView.js +2 -2
  384. package/components/TreeView/components/TreeViewGroup.js +1 -1
  385. package/components/TreeView/components/TreeViewNode.js +2 -2
  386. package/components/Typography/Caption.js +20 -20
  387. package/components/Typography/Text.js +22 -22
  388. package/components/Typography/Title.js +18 -18
  389. package/components/Typography/constants.js +1 -1
  390. package/components/UnorderedList/UnorderedList.js +9 -9
  391. package/components/UnorderedList/UnorderedListItem.js +3 -3
  392. package/components/UploadZone/UploadZone.js +3 -3
  393. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  394. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  395. package/components/index.js +583 -566
  396. package/generated/refTokenTypes.js +1 -1
  397. package/helpers/less/colors.less +2 -0
  398. package/index.d.ts +271 -39
  399. package/index.js +621 -604
  400. package/package.json +6 -3
  401. package/styles/triplex-next.css +541 -546
  402. package/utils/amountUtils.js +1 -1
  403. package/chunks/AlertProcessSpoiler-CT4kuQU5.js +0 -39
  404. package/chunks/Card.module-CYQS3e5D.js +0 -17
  405. package/chunks/CheckboxTreeExtended.module-Bm15tlJo.js +0 -14
  406. package/chunks/Confirm.module-B2BrmONy.js +0 -15
  407. package/chunks/DropdownMobile.module-BEV1I-ay.js +0 -23
  408. package/chunks/Footer.module-Bd88HiEv.js +0 -9
  409. package/chunks/FormFieldInput-C4pLJsXx.js +0 -60
  410. package/chunks/HeaderLayoutSidebar.module-CqfeCJ-B.js +0 -9
  411. package/chunks/HeaderTabs.module-CWX7b7Dh.js +0 -9
  412. package/chunks/IslandAccordion.module-CDvdz98b.js +0 -25
  413. package/chunks/IslandWidgetFooter.module-e4tVz5in.js +0 -9
  414. package/chunks/IslandWidgetHeader.module-Ch-s_cQT.js +0 -12
  415. package/chunks/LightBoxControls.module-uaiuwR-r.js +0 -16
  416. package/chunks/LightBoxSideOverlayClose.module-CMuFmWFe.js +0 -9
  417. package/chunks/ListItemTail.module-7mfIAr0W.js +0 -12
  418. package/chunks/ListMasterFooter.module-P4_LpH8K.js +0 -10
  419. package/chunks/ModalWindow.module-D-5u9tYs.js +0 -17
  420. package/chunks/Notification.module-C0ZCimeJ.js +0 -20
  421. package/chunks/Overlay.module-DllxTgO6.js +0 -18
  422. package/chunks/Page.module-D8eZ3riP.js +0 -11
  423. package/chunks/SMSField.module-Ct20kGRY.js +0 -16
  424. package/chunks/SliderExtendedMarks.module-AiKoZWUL.js +0 -15
  425. package/chunks/StatusTracker.module-BS9GBa45.js +0 -24
  426. package/chunks/TableFooter.module-DYutPrdO.js +0 -14
  427. package/chunks/TabsExtended.module-uL61NvZ4.js +0 -16
  428. package/chunks/TabsLine.module-ByA3hnWg.js +0 -21
  429. package/chunks/TooltipDesktop.module-CWKvU1wk.js +0 -19
  430. package/chunks/TreeView.module-Co4Cu58-.js +0 -9
  431. package/chunks/utils-C64rf2gI.js +0 -27
  432. package/chunks/utils-C8q6y8Et.js +0 -73
  433. package/chunks/utils-rInBvmh_.js +0 -24
  434. package/components/Dropdown/enums.js +0 -8
@@ -1,43 +1,59 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import f, { useState as p, useContext as w, useEffect as F } from "react";
3
- import { h as D } from "../../../chunks/vendor-BIl4KTrD.js";
4
- import { Dropdown as M } from "../../Dropdown/Dropdown.js";
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import u, { useState as f, useContext as w, useEffect as D } from "react";
3
+ import { g as F } from "../../../chunks/vendor-BiObpx9E.js";
4
+ import "../../Dropdown/DropdownListContext.js";
5
+ import "../../Dropdown/desktop/DropdownDesktop.js";
6
+ import "../../Dropdown/desktop/DropdownList.js";
7
+ import "../../../chunks/DropdownListItem-Dl8gN2ar.js";
8
+ import { EDropdownWidth as M } from "../../Dropdown/desktop/enums.js";
9
+ import "../../Dropdown/mobile/DropdownMobile.js";
10
+ import "../../Dropdown/mobile/DropdownMobileBody.js";
11
+ import "../../Dropdown/mobile/DropdownMobileClose.js";
12
+ import "../../Dropdown/mobile/DropdownMobileFooter.js";
13
+ import "../../Dropdown/mobile/DropdownMobileHeader.js";
14
+ import "../../Dropdown/mobile/DropdownMobileInner.js";
15
+ import "../../Dropdown/mobile/DropdownMobileInput.js";
16
+ import "../../Dropdown/mobile/DropdownMobileList.js";
17
+ import "../../Dropdown/mobile/DropdownMobileListItem.js";
18
+ import "../../Loader/LoaderSmall/LoaderSmall.js";
19
+ import "../../Loader/LoaderMiddle/LoaderMiddle.js";
20
+ import { Dropdown as v } from "../../Dropdown/Dropdown.js";
5
21
  import { MultiselectFieldDropdownHeader as x } from "./MultiselectFieldDropdownHeader.js";
6
- import { MultiselectFieldDropdownContent as v } from "./MultiselectFieldDropdownContent.js";
7
- import { MultiselectFieldDropdownFooter as h } from "./MultiselectFieldDropdownFooter.js";
8
- import { MobileView as C } from "../../MobileView/MobileView.js";
9
- import { MultiselectFieldContext as O } from "../MultiselectFieldContext.js";
10
- const N = Object.assign(
11
- f.forwardRef(
12
- ({ children: l, focusTrapProps: t, opened: e, targetRef: c, mobileViewProps: o, ...n }, a) => {
13
- const [d, s] = p(!1), { size: m } = w(O);
14
- F(() => {
15
- const u = window.setTimeout(() => s(e));
16
- return () => window.clearTimeout(u);
17
- }, [e]);
18
- const i = () => /* @__PURE__ */ r(
19
- M,
22
+ import { MultiselectFieldDropdownContent as h } from "./MultiselectFieldDropdownContent.js";
23
+ import { MultiselectFieldDropdownFooter as C } from "./MultiselectFieldDropdownFooter.js";
24
+ import { MobileView as E } from "../../MobileView/MobileView.js";
25
+ import { MultiselectFieldContext as N } from "../MultiselectFieldContext.js";
26
+ const O = Object.assign(
27
+ u.forwardRef(
28
+ ({ children: m, focusTrapProps: t, opened: o, targetRef: l, mobileViewProps: r, ...n }, p) => {
29
+ const [c, d] = f(!1), { size: a } = w(N);
30
+ D(() => {
31
+ const s = window.setTimeout(() => d(o));
32
+ return () => window.clearTimeout(s);
33
+ }, [o]);
34
+ const i = () => /* @__PURE__ */ e(
35
+ v,
20
36
  {
21
- fixedWidth: !1,
37
+ width: M.MIN_TARGET,
22
38
  mobileViewProps: {
23
- ...o,
24
- className: o == null ? void 0 : o.className
39
+ ...r,
40
+ className: r == null ? void 0 : r.className
25
41
  },
26
- targetRef: c,
27
- opened: e,
28
- size: m,
42
+ targetRef: l,
43
+ opened: o,
44
+ size: a,
29
45
  ...n,
30
- ref: a,
31
- children: l
46
+ ref: p,
47
+ children: m
32
48
  }
33
49
  );
34
- return /* @__PURE__ */ r(
35
- C,
50
+ return /* @__PURE__ */ e(
51
+ E,
36
52
  {
37
- fallback: e ? /* @__PURE__ */ r(
38
- D.FocusTrap,
53
+ fallback: o ? /* @__PURE__ */ e(
54
+ F.FocusTrap,
39
55
  {
40
- active: d,
56
+ active: c,
41
57
  ...t,
42
58
  focusTrapOptions: {
43
59
  clickOutsideDeactivates: !0,
@@ -54,12 +70,12 @@ const N = Object.assign(
54
70
  ),
55
71
  {
56
72
  Header: x,
57
- Content: v,
58
- Footer: h
73
+ Content: h,
74
+ Footer: C
59
75
  }
60
76
  );
61
- N.displayName = "MultiselectFieldDropdown";
77
+ O.displayName = "MultiselectFieldDropdown";
62
78
  export {
63
- N as MultiselectFieldDropdown
79
+ O as MultiselectFieldDropdown
64
80
  };
65
81
  //# sourceMappingURL=MultiselectFieldDropdown.js.map
@@ -1,29 +1,36 @@
1
- import { jsx as t, jsxs as i } from "react/jsx-runtime";
1
+ import { jsxs as c, jsx as r } from "react/jsx-runtime";
2
2
  import { useContext as m } from "react";
3
- import { MultiselectFieldContext as a } from "../MultiselectFieldContext.js";
4
- import { createSizeToClassNameMap as d } from "../../../utils/classNameMaps.js";
5
- import { c as l } from "../../../chunks/vendor-BIl4KTrD.js";
3
+ import { MultiselectFieldContext as i } from "../MultiselectFieldContext.js";
4
+ import { createSizeToClassNameMap as a } from "../../../utils/classNameMaps.js";
5
+ import { c as d } from "../../../chunks/vendor-BiObpx9E.js";
6
6
  import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
7
- const C = "multiselectFieldContentWrapper__89fc12b0", u = "multiselectFieldContent__f5b7b21a", _ = "loaderScreen__286a55eb", F = "sm__4969fd5b", f = "md__482ee8a7", x = "lg__9659211e", e = {
8
- multiselectFieldContentWrapper: C,
9
- multiselectFieldContent: u,
10
- loaderScreen: _,
11
- sm: F,
12
- md: f,
7
+ const _ = "multiselectFieldContent__3bef795a", f = "loaderScreen__6fa42893", C = "sm__c6985386", u = "md__bc6fe211", x = "lg__09e23619", e = {
8
+ multiselectFieldContent: _,
9
+ loaderScreen: f,
10
+ sm: C,
11
+ md: u,
13
12
  lg: x
14
- }, b = d(e), h = ({
15
- children: s,
13
+ }, F = a(e), j = ({
14
+ children: t,
16
15
  className: o,
17
- loading: n,
18
- ...r
16
+ loading: s,
17
+ ...l
19
18
  }) => {
20
- const { size: c } = m(a);
21
- return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...r, children: /* @__PURE__ */ i("div", { tabIndex: -1, className: l(e.multiselectFieldContent, b[c]), children: [
22
- s,
23
- n && /* @__PURE__ */ t(p, { type: "small", className: e.loaderScreen })
24
- ] }) });
19
+ const { size: n } = m(i);
20
+ return /* @__PURE__ */ c(
21
+ "div",
22
+ {
23
+ tabIndex: -1,
24
+ className: d(e.multiselectFieldContent, F[n], o),
25
+ ...l,
26
+ children: [
27
+ t,
28
+ s && /* @__PURE__ */ r(p, { type: "small", className: e.loaderScreen })
29
+ ]
30
+ }
31
+ );
25
32
  };
26
33
  export {
27
- h as MultiselectFieldDropdownContent
34
+ j as MultiselectFieldDropdownContent
28
35
  };
29
36
  //# sourceMappingURL=MultiselectFieldDropdownContent.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import { c as s } from "../../../chunks/vendor-BIl4KTrD.js";
3
- const i = "multiselectFieldFooter__1d337781", c = {
2
+ import { c as s } from "../../../chunks/vendor-BiObpx9E.js";
3
+ const i = "multiselectFieldFooter__c6b7f394", c = {
4
4
  multiselectFieldFooter: i
5
5
  }, m = ({
6
6
  children: e,
@@ -1,12 +1,12 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { c } from "../../../chunks/vendor-BIl4KTrD.js";
3
- const i = "multiselectFieldHeader__840ccb8f", d = {
2
+ import { c as d } from "../../../chunks/vendor-BiObpx9E.js";
3
+ const i = "multiselectFieldHeader__ee087d89", c = {
4
4
  multiselectFieldHeader: i
5
5
  }, m = ({
6
6
  children: e,
7
7
  className: l,
8
8
  ...t
9
- }) => /* @__PURE__ */ s("div", { className: c(d.multiselectFieldHeader, l), ...t, children: e });
9
+ }) => /* @__PURE__ */ s("div", { className: d(c.multiselectFieldHeader, l), ...t, children: e });
10
10
  export {
11
11
  m as MultiselectFieldDropdownHeader
12
12
  };
@@ -1,10 +1,10 @@
1
1
  import { jsx as f } from "react/jsx-runtime";
2
- import { c as l } from "../../chunks/vendor-BIl4KTrD.js";
2
+ import { c as l } from "../../chunks/vendor-BiObpx9E.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-C0ZCimeJ.js";
7
+ import { s as i } from "../../chunks/Notification.module-ByKcbqB9.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": "1.20.0",
27
+ "data-tx": "1.22.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-C0ZCimeJ.js";
3
+ import { s as e } from "../../chunks/Notification.module-ByKcbqB9.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-C0ZCimeJ.js";
6
+ import { s as f } from "../../../chunks/Notification.module-ByKcbqB9.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-C0ZCimeJ.js";
5
- import { c as e } from "../../../chunks/vendor-BIl4KTrD.js";
4
+ import { s as a } from "../../../chunks/Notification.module-ByKcbqB9.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-C0ZCimeJ.js";
8
+ import { s as m } from "../../../chunks/Notification.module-ByKcbqB9.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-C0ZCimeJ.js";
2
+ import { s as i } from "../../../chunks/Notification.module-ByKcbqB9.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-BIl4KTrD.js";
3
- import { s as o } from "../../../chunks/Notification.module-C0ZCimeJ.js";
2
+ import { c as i } from "../../../chunks/vendor-BiObpx9E.js";
3
+ import { s as o } from "../../../chunks/Notification.module-ByKcbqB9.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-C0ZCimeJ.js";
2
+ import { s as a } from "../../../chunks/Notification.module-ByKcbqB9.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-C0ZCimeJ.js";
2
+ import { s as t } from "../../../chunks/Notification.module-ByKcbqB9.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-C0ZCimeJ.js";
2
+ import { s as t } from "../../../chunks/Notification.module-ByKcbqB9.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--W9kjf4s.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-C4pLJsXx.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,8 +1,8 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as o } from "../../chunks/vendor-BIl4KTrD.js";
3
+ import { c as o } from "../../chunks/vendor-BiObpx9E.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__9d4f6b85", a = {
5
+ const m = "orderedList__8b289193", a = {
6
6
  orderedList: m
7
7
  }, c = Object.assign(
8
8
  d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
@@ -10,7 +10,7 @@ const m = "orderedList__9d4f6b85", a = {
10
10
  {
11
11
  className: o(a.orderedList, r),
12
12
  ...e,
13
- "data-tx": "1.20.0",
13
+ "data-tx": "1.22.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,11 +1,11 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../chunks/vendor-BIl4KTrD.js";
3
+ import { c as s } 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 d } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
- const a = "orderedListItem__230a1eb7", p = {
8
+ const a = "orderedListItem__74471158", p = {
9
9
  orderedListItem: a
10
10
  }, f = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
@@ -15,7 +15,7 @@ const a = "orderedListItem__230a1eb7", p = {
15
15
  size: i.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.20.0",
18
+ "data-tx": "1.22.0",
19
19
  ref: r
20
20
  }
21
21
  )
@@ -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-BIl4KTrD.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-DllxTgO6.js";
7
+ import { s as r } from "../../chunks/Overlay.module-fYkVPgjL.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-BIl4KTrD.js";
4
- import { s as a } from "../../chunks/Overlay.module-DllxTgO6.js";
3
+ import { c as t } from "../../chunks/vendor-BiObpx9E.js";
4
+ import { s as a } from "../../chunks/Overlay.module-fYkVPgjL.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-BIl4KTrD.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-DllxTgO6.js";
5
+ import { s as e } from "../../chunks/Overlay.module-fYkVPgjL.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-BIl4KTrD.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-D8eZ3riP.js";
7
+ import { s as o } from "../../chunks/Page.module-Bhn0Pz59.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,21 +1,21 @@
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-BIl4KTrD.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
7
  import { EIslandType as M } from "../../Island/enums.js";
8
- const f = "bodyPage__44e958df", P = "verticalMargin24__cb37d6a1", v = "verticalMargin16__5b603ec9", e = {
9
- bodyPage: f,
10
- verticalMargin24: P,
8
+ const P = "bodyPage__15cc0d5a", f = "verticalMargin24__a8200227", v = "verticalMargin16__088ec76b", o = {
9
+ bodyPage: P,
10
+ verticalMargin24: f,
11
11
  verticalMargin16: v
12
12
  }, _ = {
13
- [r.LARGE]: e.verticalMargin24,
14
- [r.SMALL]: e.verticalMargin16
13
+ [r.LARGE]: o.verticalMargin24,
14
+ [r.SMALL]: o.verticalMargin16
15
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: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
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
21
  b.displayName = "BodyPage";
@@ -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-BIl4KTrD.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-D8eZ3riP.js";
12
+ import { s as c } from "../../../chunks/Page.module-Bhn0Pz59.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-BIl4KTrD.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-D8eZ3riP.js";
9
+ import { s as i } from "../../../chunks/Page.module-Bhn0Pz59.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,14 +1,14 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { c as d } from "../../../chunks/vendor-BIl4KTrD.js";
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { c as o } from "../../../chunks/vendor-BiObpx9E.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__f581f368", s = {
4
+ const r = "paginationExtended__edbd8ef8", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
- ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ d(
8
8
  "nav",
9
9
  {
10
- className: d(s.paginationExtended, a),
11
- "data-tx": "1.20.0",
10
+ className: o(s.paginationExtended, a),
11
+ "data-tx": "1.22.0",
12
12
  ...n,
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__9ae2c932", N = "directionIconNext__1c706a42", n = {
7
+ const g = "paginationNavigationButton__117701e6", N = "directionIconNext__f6da1ad0", 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__9ae2c932", N = "directionIconNext__1c706a
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