@sberbusiness/triplex-next 1.3.0 → 1.4.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 (380) hide show
  1. package/chunks/AlertProcessSpoiler-BQv9QI6L.js +39 -0
  2. package/chunks/Card.module-kTbr6OQy.js +17 -0
  3. package/chunks/Chip-G6cGXuGj.js +90 -0
  4. package/chunks/DropdownListItem-D2hzyBGc.js +57 -0
  5. package/chunks/DropdownMobile.module-Fa_t6vz1.js +21 -0
  6. package/chunks/Footer.module-B3uFxh54.js +9 -0
  7. package/chunks/FormFieldInput-CO7yZP0Q.js +62 -0
  8. package/chunks/HeaderLayoutSidebar.module-CGCy_cim.js +9 -0
  9. package/chunks/HeaderTabs.module-DMuNfILv.js +9 -0
  10. package/chunks/HeaderTitle.module-BHyH17ZI.js +11 -0
  11. package/chunks/IslandAccordion.module-7xAwgJVI.js +22 -0
  12. package/chunks/LightBoxContent-DmoszkOx.js +56 -0
  13. package/chunks/LightBoxControls.module-42gn-co3.js +16 -0
  14. package/chunks/LightBoxSideOverlayClose.module-B_oIB3rc.js +8 -0
  15. package/chunks/{ListItemControlsButton-Ms4q9wDe.js → ListItemControlsButton-BoEiexyr.js} +6 -6
  16. package/chunks/ListItemTail.module-BB5TJPEc.js +12 -0
  17. package/chunks/ListMasterFooter.module-DxZ_nXDV.js +10 -0
  18. package/chunks/Notification.module-C-HCMpAz.js +21 -0
  19. package/chunks/Overlay.module-q-oPhooa.js +18 -0
  20. package/chunks/Page.module-DjGbJ-Uw.js +12 -0
  21. package/chunks/{RightBorderArrow-D6ZllSTT.js → RightBorderArrow-BHW7rkmN.js} +4 -4
  22. package/chunks/SMSInput.module-Ci4GRnk_.js +16 -0
  23. package/chunks/StatusTracker.module-zTyojoH4.js +24 -0
  24. package/chunks/{SuggestFieldMobileDropdownHint-Cc_fZLBH.js → SuggestFieldMobileDropdownHint-CMKMF0PQ.js} +2 -2
  25. package/chunks/TableFooter.module-DrRycaTr.js +13 -0
  26. package/chunks/TabsExtended.module-Be8qpZYz.js +16 -0
  27. package/chunks/TabsLine.module-DKAp48Sx.js +23 -0
  28. package/chunks/TooltipDesktop.module-D72ObNia.js +19 -0
  29. package/chunks/{UploadZoneInput-Bkv3b0F5.js → UploadZoneInput-pdhICY56.js} +3 -3
  30. package/chunks/{utils-CVSz7tV_.js → utils-B7AjUpy-.js} +2 -2
  31. package/chunks/utils-C-1ATq_g.js +24 -0
  32. package/chunks/{utils-DWPj89gs.js → utils-C8a4iCV0.js} +6 -6
  33. package/chunks/{utils-BZFu5eVD.js → utils-C9-tOm2Z.js} +10 -10
  34. package/chunks/utils-DwX2_kEA.js +72 -0
  35. package/chunks/{vendor-CehxOAkM.js → vendor-Ba_pyhza.js} +5132 -5003
  36. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  37. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  38. package/components/Alert/AlertContext/AlertContext.js +14 -14
  39. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  40. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  41. package/components/Amount/Amount.js +20 -21
  42. package/components/AmountField/AmountField.js +11 -11
  43. package/components/Body/Body.js +25 -8
  44. package/components/Body/enums.js +5 -0
  45. package/components/Button/Button.js +42 -41
  46. package/components/Button/ButtonBase.js +1 -1
  47. package/components/Button/ButtonDropdown.js +2 -2
  48. package/components/Button/ButtonDropdownExtended.js +2 -2
  49. package/components/Button/ButtonIcon.js +9 -9
  50. package/components/Card/CardAction.js +16 -16
  51. package/components/Card/CardStatic.js +3 -3
  52. package/components/Card/components/CardContent/CardContent.js +2 -2
  53. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  54. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  55. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  56. package/components/Card/components/CardMedia.js +2 -2
  57. package/components/Card/utils.js +1 -1
  58. package/components/CarouselExtended/CarouselExtended.js +7 -7
  59. package/components/Checkbox/Checkbox.js +21 -21
  60. package/components/Checkbox/CheckboxXGroup.js +14 -14
  61. package/components/Checkbox/CheckboxYGroup.js +2 -2
  62. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  63. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  64. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +3 -3
  65. package/components/Chip/Chip.js +5 -3
  66. package/components/Chip/ChipClearButton.js +16 -24
  67. package/components/Chip/ChipDropdownArrow.js +5 -5
  68. package/components/Chip/ChipIcon.js +1 -1
  69. package/components/Chip/ChipOptions.js +6 -6
  70. package/components/Chip/ChipSelect.js +2 -2
  71. package/components/Chip/ChipSuggest/ChipSuggest.js +21 -0
  72. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +85 -0
  73. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +42 -0
  74. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +81 -0
  75. package/components/Chip/ChipSuggest/index.js +7 -0
  76. package/components/Chip/index.js +7 -3
  77. package/components/ChipGroup/ChipGroup.js +13 -13
  78. package/components/Col/Col.js +135 -135
  79. package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
  80. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  81. package/components/DesignTokens/DesignTokensComponents.js +54 -40
  82. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +59 -40
  83. package/components/DesignTokens/components/Card.js +6 -3
  84. package/components/DesignTokens/components/Island.js +1 -1
  85. package/components/DesignTokens/components/IslandAccordion.js +9 -0
  86. package/components/DesignTokens/components/LightBox.js +11 -0
  87. package/components/DesignTokens/components/Loader.js +13 -7
  88. package/components/DesignTokens/components/SMSInput.js +26 -0
  89. package/components/DesignTokens/components/StatusTracker.js +35 -0
  90. package/components/DesignTokens/components/Step.js +44 -0
  91. package/components/DesignTokens/components/index.js +76 -64
  92. package/components/Divider/Divider.js +21 -21
  93. package/components/Dropdown/desktop/DropdownDesktop.js +15 -15
  94. package/components/Dropdown/desktop/DropdownList.js +42 -41
  95. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  96. package/components/Dropdown/desktop/index.js +1 -1
  97. package/components/Dropdown/index.js +1 -1
  98. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  99. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  100. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  101. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  102. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  103. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  104. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  105. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  106. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  107. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  108. package/components/Ellipsis/Ellipsis.js +12 -12
  109. package/components/ExpandAnimation/ExpandAnimation.js +26 -26
  110. package/components/Footer/Footer.js +9 -20
  111. package/components/Footer/components/FooterDescription.js +2 -2
  112. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  113. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  114. package/components/FormField/FormField.js +9 -9
  115. package/components/FormField/components/FormFieldClear.js +10 -10
  116. package/components/FormField/components/FormFieldCounter.js +1 -1
  117. package/components/FormField/components/FormFieldDescription.js +4 -4
  118. package/components/FormField/components/FormFieldInput.js +4 -3
  119. package/components/FormField/components/FormFieldLabel.js +9 -9
  120. package/components/FormField/components/FormFieldMaskedInput.js +22 -22
  121. package/components/FormField/components/FormFieldPostfix.js +8 -8
  122. package/components/FormField/components/FormFieldPrefix.js +8 -8
  123. package/components/FormField/components/FormFieldTarget.js +11 -11
  124. package/components/FormField/components/FormFieldTextarea.js +32 -28
  125. package/components/FormField/index.js +1 -1
  126. package/components/Header/Header.js +15 -27
  127. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  128. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  129. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  130. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
  131. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  132. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  133. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  134. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  135. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +15 -7
  136. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +14 -6
  137. package/components/HelpBox/HelpBox.js +20 -20
  138. package/components/Island/Island.js +12 -16
  139. package/components/Island/components/IslandBody.js +4 -4
  140. package/components/Island/components/IslandFooter.js +3 -3
  141. package/components/Island/components/IslandHeader.js +4 -4
  142. package/components/Island/components/index.js +9 -0
  143. package/components/Island/index.js +7 -1
  144. package/components/Island/utils.js +1 -3
  145. package/components/IslandAccordion/IslandAccordion.js +31 -0
  146. package/components/IslandAccordion/IslandAccordionContext.js +16 -0
  147. package/components/IslandAccordion/components/IslandAccordionContent.js +12 -0
  148. package/components/IslandAccordion/components/IslandAccordionFooter.js +13 -0
  149. package/components/IslandAccordion/components/IslandAccordionItem.js +122 -0
  150. package/components/IslandAccordion/components/IslandAccordionTitle.js +21 -0
  151. package/components/IslandAccordion/components/index.js +11 -0
  152. package/components/IslandAccordion/index.js +13 -0
  153. package/components/LightBox/LightBox.js +105 -0
  154. package/components/LightBox/LightBoxContent.js +10 -0
  155. package/components/LightBox/LightBoxControls/LightBoxClose.js +53 -0
  156. package/components/LightBox/LightBoxControls/LightBoxControls.js +15 -0
  157. package/components/LightBox/LightBoxControls/LightBoxNext.js +58 -0
  158. package/components/LightBox/LightBoxControls/LightBoxPrev.js +58 -0
  159. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +106 -0
  160. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +35 -0
  161. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +27 -0
  162. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +21 -0
  163. package/components/LightBox/LightBoxTopOverlay/LightBoxTopOverlay.js +86 -0
  164. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +63 -0
  165. package/components/LightBox/LightBoxViewManager/LightBoxViewManagerConsts.js +28 -0
  166. package/components/LightBox/index.js +7 -0
  167. package/components/Link/Link.js +21 -21
  168. package/components/List/List.js +8 -8
  169. package/components/List/ListSortable.js +1 -1
  170. package/components/List/components/ListEmptyState.js +2 -2
  171. package/components/List/components/ListItem.js +1 -1
  172. package/components/List/components/ListItemContent.js +7 -7
  173. package/components/List/components/ListItemControls.js +5 -5
  174. package/components/List/components/ListItemControlsButton.js +2 -2
  175. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  176. package/components/List/components/ListItemLoading.js +7 -7
  177. package/components/List/components/ListItemSelectable.js +7 -7
  178. package/components/List/components/ListItemTable.js +4 -4
  179. package/components/List/components/ListItemTailLeft.js +2 -2
  180. package/components/List/components/ListItemTailRight.js +2 -2
  181. package/components/List/components/ListSortableItem.js +10 -10
  182. package/components/List/components/ListSortableItemControls.js +5 -5
  183. package/components/List/components/ListSortableItemTarget.js +5 -5
  184. package/components/List/index.js +1 -1
  185. package/components/ListMaster/ListMaster.js +1 -1
  186. package/components/ListMaster/components/ListMasterBody.js +1 -1
  187. package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
  188. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  189. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  190. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  191. package/components/ListMaster/components/ListMasterHeader.js +11 -11
  192. package/components/ListMaster/components/SelectionControls.js +3 -3
  193. package/components/Loader/LoaderMiddle/LoaderMiddle.js +18 -17
  194. package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
  195. package/components/LoaderScreen/LoaderScreen.js +17 -18
  196. package/components/Marker/Marker.js +2 -2
  197. package/components/Marker/utils.js +1 -1
  198. package/components/MarkerStatus/MarkerStatus.js +13 -13
  199. package/components/Notification/Notification.js +3 -3
  200. package/components/Notification/NotificationGrouped.js +1 -1
  201. package/components/Notification/components/NotificationBody.js +1 -1
  202. package/components/Notification/components/NotificationBodyContent.js +1 -1
  203. package/components/Notification/components/NotificationBodyList.js +2 -2
  204. package/components/Notification/components/NotificationClose.js +1 -1
  205. package/components/Notification/components/NotificationFooter.js +1 -1
  206. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  207. package/components/Notification/components/NotificationHeader.js +1 -1
  208. package/components/Notification/components/NotificationIcon.js +1 -1
  209. package/components/Notification/components/NotificationTime.js +1 -1
  210. package/components/NumberField/NumberFieldInput.js +1 -1
  211. package/components/OrderedList/OrderedList.js +7 -7
  212. package/components/OrderedList/OrderedListItem.js +9 -9
  213. package/components/Overlay/Overlay.js +2 -2
  214. package/components/Overlay/OverlayMask.js +2 -2
  215. package/components/Overlay/OverlayPanel.js +2 -2
  216. package/components/Page/Page.js +13 -13
  217. package/components/Page/components/BodyPage.js +2 -2
  218. package/components/Page/components/FooterPage.js +35 -29
  219. package/components/Page/components/HeaderPage.js +22 -28
  220. package/components/Page/components/useStickyCornerRadius.js +32 -22
  221. package/components/Pagination/components/PaginationExtended.js +6 -6
  222. package/components/Pagination/components/PaginationNavigationButton.js +5 -5
  223. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  224. package/components/Pagination/components/PaginationPageButton.js +6 -6
  225. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  226. package/components/Pagination/components/PaginationSelect.js +8 -8
  227. package/components/Pagination/utils/paginationUtils.js +1 -1
  228. package/components/Radio/Radio.js +16 -16
  229. package/components/Radio/RadioXGroup.js +12 -12
  230. package/components/Radio/RadioYGroup.js +9 -9
  231. package/components/Row/Row.js +5 -5
  232. package/components/SMSInput/SMSInput.js +41 -0
  233. package/components/SMSInput/SMSInputContext.js +23 -0
  234. package/components/SMSInput/components/RefreshIcon.js +35 -0
  235. package/components/SMSInput/components/SMSInputInput.js +63 -0
  236. package/components/SMSInput/components/SMSInputRefresh.js +39 -0
  237. package/components/SMSInput/components/SMSInputSubmit.js +43 -0
  238. package/components/SMSInput/components/SMSInputTooltip.js +38 -0
  239. package/components/SMSInput/components/SubmitIcon.js +19 -0
  240. package/components/SMSInput/index.js +5 -0
  241. package/components/SMSInput/types.js +2 -0
  242. package/components/SegmentedControl/SegmentedControl.js +14 -14
  243. package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
  244. package/components/SelectExtendedField/SelectExtendedField.js +7 -7
  245. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  246. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +8 -8
  247. package/components/SelectField/SelectField.js +1 -1
  248. package/components/Skeleton/Skeleton.js +10 -10
  249. package/components/Spoiler/Spoiler.js +75 -0
  250. package/components/Spoiler/index.js +5 -0
  251. package/components/StatusTracker/StatusTracker.js +45 -0
  252. package/components/StatusTracker/components/StatusTrackerAlert.js +18 -0
  253. package/components/StatusTracker/components/StatusTrackerBody.js +20 -0
  254. package/components/StatusTracker/components/StatusTrackerButton.js +16 -0
  255. package/components/StatusTracker/components/StatusTrackerDescription.js +24 -0
  256. package/components/StatusTracker/components/StatusTrackerFooter.js +28 -0
  257. package/components/StatusTracker/components/StatusTrackerHeader.js +22 -0
  258. package/components/StatusTracker/components/StatusTrackerMedia.js +11 -0
  259. package/components/StatusTracker/components/StatusTrackerStatus.js +12 -0
  260. package/components/StatusTracker/components/StatusTrackerSum.js +25 -0
  261. package/components/StatusTracker/components/StatusTrackerTitle.js +24 -0
  262. package/components/StatusTracker/enums.js +6 -0
  263. package/components/StatusTracker/index.js +5 -0
  264. package/components/Step/Step.js +49 -0
  265. package/components/Step/enums.js +6 -0
  266. package/components/Step/index.js +9 -0
  267. package/components/Stepper/RightBorderArrow.js +1 -1
  268. package/components/Stepper/Stepper.js +7 -7
  269. package/components/Stepper/StepperExtended.js +2 -2
  270. package/components/Stepper/StepperStep.js +3 -3
  271. package/components/Stepper/StepperWrapper.js +5 -5
  272. package/components/Suggest/Suggest.js +99 -0
  273. package/components/Suggest/SuggestContext.js +29 -0
  274. package/components/Suggest/SuggestMobileDropdownContent.js +96 -0
  275. package/components/Suggest/index.js +8 -0
  276. package/components/Suggest/types.js +2 -0
  277. package/components/SuggestField/SuggestField.js +11 -12
  278. package/components/SuggestField/SuggestFieldTarget.js +35 -32
  279. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  280. package/components/SuggestField/desktop/SuggestFieldDesktop.js +81 -80
  281. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  282. package/components/SuggestField/index.js +1 -1
  283. package/components/SuggestField/mobile/SuggestFieldMobile.js +27 -26
  284. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  285. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  286. package/components/SuggestField/mobile/index.js +1 -1
  287. package/components/SwipeableArea/SwipeableArea.js +24 -24
  288. package/components/Table/FilterPanel.js +3 -3
  289. package/components/Table/MasterTable.js +18 -18
  290. package/components/Table/NoColumns.js +6 -6
  291. package/components/Table/PaginationPanel.js +3 -3
  292. package/components/Table/TableBasic/TableBasic.js +33 -32
  293. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  294. package/components/Table/TableBasic/components/TableBasicHeader.js +19 -18
  295. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  296. package/components/Table/TableBasicSettings/TableBasicSettings.js +11 -11
  297. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
  298. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  299. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +7 -7
  300. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  301. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  302. package/components/Table/TableFooter/TableFooter.js +2 -2
  303. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  304. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +9 -9
  305. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +10 -21
  306. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  307. package/components/Table/TabsLinePanel.js +6 -6
  308. package/components/Table/TabsLinePanelLinks.js +2 -2
  309. package/components/Table/utils.js +1 -1
  310. package/components/Tabs/Tabs.js +15 -15
  311. package/components/TabsExtended/TabsExtended.js +3 -3
  312. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  313. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  314. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  315. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  316. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  317. package/components/TabsExtended/utils.js +1 -1
  318. package/components/TabsLine/TabsLine.js +2 -2
  319. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  320. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  321. package/components/TabsLine/components/TabsLineItem.js +2 -2
  322. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  323. package/components/Tag/Tag.js +12 -12
  324. package/components/TagGroup/TagGroup.js +10 -10
  325. package/components/TextField/TextField.js +1 -1
  326. package/components/TextareaField/TextareaField.js +18 -0
  327. package/components/TextareaField/index.js +5 -0
  328. package/components/TextareaField/types.js +2 -0
  329. package/components/ThemeProvider/ThemeProvider.js +3 -3
  330. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  331. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  332. package/components/Tooltip/components/common/TooltipLink.js +19 -19
  333. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  334. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  335. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  336. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  337. package/components/TreeView/TreeView.js +1 -1
  338. package/components/TreeView/components/TreeViewNode.js +1 -1
  339. package/components/Triggers/TriggerClickOnKeyDownEvent.js +15 -0
  340. package/components/Typography/Caption.js +17 -17
  341. package/components/Typography/Text.js +28 -28
  342. package/components/Typography/Title.js +11 -11
  343. package/components/Typography/index.js +15 -13
  344. package/components/Typography/utils.js +1 -1
  345. package/components/UnorderedList/UnorderedList.js +6 -6
  346. package/components/UnorderedList/UnorderedListItem.js +11 -11
  347. package/components/UploadZone/UploadZone.js +3 -3
  348. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  349. package/components/WindowResizeListener/WindowResizeListener.js +18 -0
  350. package/components/index.js +418 -366
  351. package/index.d.ts +740 -58
  352. package/index.js +424 -372
  353. package/package.json +33 -1
  354. package/styles/triplex-next.css +472 -441
  355. package/utils/amountUtils.js +1 -1
  356. package/utils/focus/FocusTrapUtils.js +11 -0
  357. package/utils/scroll/scrollbar.js +14 -0
  358. package/chunks/AlertProcessSpoiler-B91XiZ7K.js +0 -39
  359. package/chunks/Card.module-NgdHcwYS.js +0 -17
  360. package/chunks/Chip-XyednI9u.js +0 -87
  361. package/chunks/DropdownListItem-g0mYNHIW.js +0 -57
  362. package/chunks/DropdownMobile.module-BBY44sVr.js +0 -21
  363. package/chunks/Footer.module-4a0n1yRR.js +0 -11
  364. package/chunks/FormFieldInput-qaJqBTBV.js +0 -63
  365. package/chunks/HeaderLayoutSidebar.module-BP0DyJae.js +0 -9
  366. package/chunks/HeaderTabs.module-CXcyvbb5.js +0 -9
  367. package/chunks/HeaderTitle.module-B-6xJFnf.js +0 -9
  368. package/chunks/ListItemTail.module-D5VudFCz.js +0 -12
  369. package/chunks/ListMasterFooter.module-DzXu5TSC.js +0 -10
  370. package/chunks/Notification.module-MX1NZXsu.js +0 -21
  371. package/chunks/Overlay.module-B1IlIRoo.js +0 -18
  372. package/chunks/Page.module-Cwb_zvqj.js +0 -12
  373. package/chunks/TableFooter.module-D9_esv5A.js +0 -13
  374. package/chunks/TabsExtended.module--2PQhvJQ.js +0 -16
  375. package/chunks/TabsLine.module-CH_sqFyE.js +0 -23
  376. package/chunks/TooltipDesktop.module-D3cbaDX1.js +0 -19
  377. package/chunks/utils-D8e1oAR3.js +0 -72
  378. package/chunks/utils-dyCpsmr1.js +0 -48
  379. package/components/DesignTokens/components/Page.js +0 -9
  380. /package/components/{Island → Chip/ChipSuggest}/types.js +0 -0
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { s as t } from "../../chunks/utils-CVSz7tV_.js";
2
+ import { s as t } from "../../chunks/utils-B7AjUpy-.js";
3
3
  export {
4
4
  t as statusToClassNameMap
5
5
  };
@@ -1,36 +1,36 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
- import { Marker as S } from "../Marker/Marker.js";
3
- import { c as f } from "../../chunks/vendor-CehxOAkM.js";
4
- import { s as k } from "../../chunks/utils-CVSz7tV_.js";
2
+ import { Marker as f } from "../Marker/Marker.js";
3
+ import { c as k } from "../../chunks/vendor-Ba_pyhza.js";
4
+ import { s as d } from "../../chunks/utils-B7AjUpy-.js";
5
5
  import "../Typography/Title.js";
6
6
  import { Text as i } from "../Typography/Text.js";
7
7
  import { Caption as _ } from "../Typography/Caption.js";
8
8
  import { ETextSize as n, EFontType as c, ECaptionSize as M } from "../Typography/enums.js";
9
9
  import { EComponentSize as a } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as N } from "../../utils/classNameMaps.js";
11
- const x = "markerStatus__e9a04cdd", T = "contentContainer__6cbbf1bc", u = "md__4f52ddf5", z = "markerContainer__01be0969", E = "lg__c0dfa8e7", e = {
11
+ const x = "markerStatus__05ee2eb0", T = "contentContainer__be1c340a", u = "md__361f55fb", z = "markerContainer__26e63bbc", E = "lg__959c712a", r = {
12
12
  markerStatus: x,
13
13
  contentContainer: T,
14
14
  md: u,
15
15
  markerContainer: z,
16
16
  lg: E
17
- }, h = {
17
+ }, b = {
18
18
  [a.MD]: n.B4,
19
19
  [a.LG]: n.B3
20
- }, D = N(e), F = ({
20
+ }, h = N(r), F = ({
21
21
  children: p,
22
22
  className: l,
23
23
  description: o,
24
24
  status: m,
25
- size: r = a.MD,
25
+ size: e = a.MD,
26
26
  ...C
27
27
  }) => {
28
- const d = f(e.markerStatus, D[r], k[m], l);
29
- return /* @__PURE__ */ s("div", { className: d, "data-tx": "1.3.0", ...C, children: [
30
- /* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(S, { status: m, size: r }) }),
31
- /* @__PURE__ */ s("div", { className: e.contentContainer, children: [
32
- /* @__PURE__ */ t(i, { size: h[r], children: p }),
33
- o && (r === a.MD ? /* @__PURE__ */ t(_, { size: M.C1, type: c.SECONDARY, children: o }) : /* @__PURE__ */ t(i, { size: n.B4, type: c.SECONDARY, children: o }))
28
+ const S = k(r.markerStatus, h[e], d[m], l);
29
+ return /* @__PURE__ */ s("div", { className: S, "data-tx": "1.4.0", ...C, children: [
30
+ /* @__PURE__ */ t("div", { className: r.markerContainer, children: /* @__PURE__ */ t(f, { status: m, size: e }) }),
31
+ /* @__PURE__ */ s("div", { className: r.contentContainer, children: [
32
+ /* @__PURE__ */ t(i, { size: b[e], children: p }),
33
+ o && (e === a.MD ? /* @__PURE__ */ t(_, { size: M.C1, type: c.SECONDARY, children: o }) : /* @__PURE__ */ t(i, { size: n.B4, type: c.SECONDARY, children: o }))
34
34
  ] })
35
35
  ] });
36
36
  };
@@ -1,10 +1,10 @@
1
1
  import { jsx as f } from "react/jsx-runtime";
2
- import { c as l } from "../../chunks/vendor-CehxOAkM.js";
2
+ import { c as l } from "../../chunks/vendor-Ba_pyhza.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-MX1NZXsu.js";
7
+ import { s as i } from "../../chunks/Notification.module-C-HCMpAz.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.3.0",
27
+ "data-tx": "1.4.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-MX1NZXsu.js";
3
+ import { s as e } from "../../chunks/Notification.module-C-HCMpAz.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-MX1NZXsu.js";
6
+ import { s as f } from "../../../chunks/Notification.module-C-HCMpAz.js";
7
7
  const o = ((t) => {
8
8
  const { children: i } = t;
9
9
  return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-MX1NZXsu.js";
2
+ import { s as i } from "../../../chunks/Notification.module-C-HCMpAz.js";
3
3
  const n = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationBodyContent, children: o });
4
4
  n.displayName = "NotificationBodyContent";
5
5
  export {
@@ -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-MX1NZXsu.js";
5
- import { c as e } from "../../../chunks/vendor-CehxOAkM.js";
4
+ import { s as a } from "../../../chunks/Notification.module-C-HCMpAz.js";
5
+ import { c as e } from "../../../chunks/vendor-Ba_pyhza.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-MX1NZXsu.js";
8
+ import { s as m } from "../../../chunks/Notification.module-C-HCMpAz.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-MX1NZXsu.js";
2
+ import { s as i } from "../../../chunks/Notification.module-C-HCMpAz.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-CehxOAkM.js";
3
- import { s as o } from "../../../chunks/Notification.module-MX1NZXsu.js";
2
+ import { c as i } from "../../../chunks/vendor-Ba_pyhza.js";
3
+ import { s as o } from "../../../chunks/Notification.module-C-HCMpAz.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-MX1NZXsu.js";
2
+ import { s as a } from "../../../chunks/Notification.module-C-HCMpAz.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-MX1NZXsu.js";
2
+ import { s as t } from "../../../chunks/Notification.module-C-HCMpAz.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-MX1NZXsu.js";
2
+ import { s as t } from "../../../chunks/Notification.module-C-HCMpAz.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
6
6
  import "../FormField/components/FormFieldLabel.js";
7
7
  import "../FormField/components/FormFieldClear.js";
8
8
  import "../FormField/components/FormFieldTarget.js";
9
- import { F as d } from "../../chunks/FormFieldInput-qaJqBTBV.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-CO7yZP0Q.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -1,21 +1,21 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as o } from "../../chunks/vendor-CehxOAkM.js";
4
- import { OrderedListItem as a } from "./OrderedListItem.js";
5
- const i = "orderedList__aa9b1235", m = {
6
- orderedList: i
3
+ import { c as o } from "../../chunks/vendor-Ba_pyhza.js";
4
+ import { OrderedListItem as i } from "./OrderedListItem.js";
5
+ const m = "orderedList__303d0649", a = {
6
+ orderedList: m
7
7
  }, c = Object.assign(
8
8
  d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: o(m.orderedList, r),
11
+ className: o(a.orderedList, r),
12
12
  ...e,
13
- "data-tx": "1.3.0",
13
+ "data-tx": "1.4.0",
14
14
  ref: t
15
15
  }
16
16
  )),
17
17
  {
18
- Item: a
18
+ Item: i
19
19
  }
20
20
  );
21
21
  c.displayName = "OrderedList";
@@ -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-CehxOAkM.js";
3
+ import { c as d } from "../../chunks/vendor-Ba_pyhza.js";
4
4
  import "../Typography/Title.js";
5
- import { Text as d } from "../Typography/Text.js";
5
+ import { Text as s } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
7
  import { ETextSize as i } from "../Typography/enums.js";
8
- const a = "orderedListItem__40ec81d5", p = {
8
+ const a = "orderedListItem__d0bd33a4", p = {
9
9
  orderedListItem: a
10
- }, c = m.forwardRef(
10
+ }, f = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
- d,
12
+ s,
13
13
  {
14
- className: s(p.orderedListItem, t),
14
+ className: d(p.orderedListItem, t),
15
15
  size: i.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.3.0",
18
+ "data-tx": "1.4.0",
19
19
  ref: r
20
20
  }
21
21
  )
22
22
  );
23
- c.displayName = "OrderedListItem";
23
+ f.displayName = "OrderedListItem";
24
24
  export {
25
- c as OrderedListItem
25
+ f 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-CehxOAkM.js";
3
+ import { c as u } from "../../chunks/vendor-Ba_pyhza.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-B1IlIRoo.js";
7
+ import { s as r } from "../../chunks/Overlay.module-q-oPhooa.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-CehxOAkM.js";
4
- import { s as a } from "../../chunks/Overlay.module-B1IlIRoo.js";
3
+ import { c as t } from "../../chunks/vendor-Ba_pyhza.js";
4
+ import { s as a } from "../../chunks/Overlay.module-q-oPhooa.js";
5
5
  const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
6
6
  "div",
7
7
  {
@@ -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-CehxOAkM.js";
3
+ import { c as d } from "../../chunks/vendor-Ba_pyhza.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-B1IlIRoo.js";
5
+ import { s as e } from "../../chunks/Overlay.module-q-oPhooa.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -1,23 +1,23 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import m from "react";
3
- import { c as s } from "../../chunks/vendor-CehxOAkM.js";
4
- import { BodyPage as i } from "./components/BodyPage.js";
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import s from "react";
3
+ import { c as i } from "../../chunks/vendor-Ba_pyhza.js";
4
+ import { BodyPage as p } from "./components/BodyPage.js";
5
5
  import { HeaderPage as f } from "./components/HeaderPage.js";
6
- import { FooterPage as p } from "./components/FooterPage.js";
7
- import { s as d } from "../../chunks/Page.module-Cwb_zvqj.js";
6
+ import { FooterPage as g } from "./components/FooterPage.js";
7
+ import { s as o } from "../../chunks/Page.module-DjGbJ-Uw.js";
8
8
  import "./components/enums.js";
9
- const g = Object.assign(
10
- m.forwardRef(function({ children: o, className: r, ...e }, a) {
11
- return /* @__PURE__ */ t("div", { className: s(d.page, r), ...e, ref: a, children: o });
9
+ const d = Object.assign(
10
+ s.forwardRef(function({ children: r, className: e, ...a }, t) {
11
+ return /* @__PURE__ */ m("div", { className: i(o.page, o["global-page"], e), ...a, ref: t, children: r });
12
12
  }),
13
13
  {
14
- Body: i,
14
+ Body: p,
15
15
  Header: f,
16
- Footer: p
16
+ Footer: g
17
17
  }
18
18
  );
19
- g.displayName = "Page";
19
+ d.displayName = "Page";
20
20
  export {
21
- g as Page
21
+ d as Page
22
22
  };
23
23
  //# sourceMappingURL=Page.js.map
@@ -1,8 +1,8 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
3
  import { Body as e } from "../../Body/Body.js";
4
- import { c as t } from "../../../chunks/vendor-CehxOAkM.js";
5
- import { s as f } from "../../../chunks/Page.module-Cwb_zvqj.js";
4
+ import { c as t } from "../../../chunks/vendor-Ba_pyhza.js";
5
+ import { s as f } from "../../../chunks/Page.module-DjGbJ-Uw.js";
6
6
  const d = s.forwardRef(({ className: o, ...r }, a) => /* @__PURE__ */ m(e, { className: t(f.bodyPage, o), ...r, ref: a }));
7
7
  d.displayName = "BodyPage";
8
8
  export {
@@ -1,36 +1,42 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import l, { useRef as u } from "react";
3
- import { Footer as t } from "../../Footer/Footer.js";
4
- import { EFooterPageType as f } from "./enums.js";
5
- import { s as p } from "../../../chunks/Page.module-Cwb_zvqj.js";
6
- import { c as a } from "../../../chunks/vendor-CehxOAkM.js";
7
- import { useStickyCornerRadius as y } from "./useStickyCornerRadius.js";
8
- import { Island as R } from "../../Island/Island.js";
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import F, { useRef as R } from "react";
3
+ import { c as T } from "../../../chunks/vendor-Ba_pyhza.js";
4
+ import { Footer as s } from "../../Footer/Footer.js";
5
+ import { EFooterPageType as i } from "./enums.js";
6
+ import { useStickyCornerRadius as d } from "./useStickyCornerRadius.js";
7
+ import { Island as y } from "../../Island/Island.js";
9
8
  import { EIslandType as g } from "../../Island/enums.js";
10
- const I = Object.assign(
11
- l.forwardRef(({ className: s, type: c = f.FIRST, ...i }, o) => {
12
- const m = u(null);
13
- y(m, "bottom");
14
- const n = (e) => {
15
- m.current = e, typeof o == "function" ? o(e) : o && (o.current = e);
16
- }, d = a(s, p.footerPageTypeSecond);
17
- return c === f.SECOND ? /* @__PURE__ */ r(
18
- R,
19
- {
20
- className: d,
21
- type: g.TYPE_1,
22
- borderRadius: 16,
23
- paddingSize: 16,
24
- ref: n,
25
- children: /* @__PURE__ */ r(t, { ...i })
26
- }
27
- ) : /* @__PURE__ */ r(t, { ref: o, className: a(p.footerPageTypeFirst, s), ...i });
28
- }),
9
+ import "../../Island/components/IslandBody.js";
10
+ import "../../Island/components/IslandHeader.js";
11
+ import "../../Island/components/IslandFooter.js";
12
+ import { s as c } from "../../../chunks/Page.module-DjGbJ-Uw.js";
13
+ const w = Object.assign(
14
+ F.forwardRef(
15
+ ({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
16
+ const a = R(null);
17
+ d(a, "bottom", r === i.FIRST && f);
18
+ const l = (t) => {
19
+ a.current = t, typeof o == "function" ? o(t) : o && (o.current = t);
20
+ }, u = T(m, c.footerPageTypeFirst, {
21
+ [c.sticky]: r === i.FIRST && f
22
+ });
23
+ return r === i.FIRST ? /* @__PURE__ */ e(
24
+ y,
25
+ {
26
+ className: u,
27
+ type: g.TYPE_1,
28
+ ref: l,
29
+ size: n,
30
+ children: /* @__PURE__ */ e(s, { ...p })
31
+ }
32
+ ) : /* @__PURE__ */ e(s, { ref: o, className: m, ...p });
33
+ }
34
+ ),
29
35
  {
30
- Description: t.Description
36
+ Description: s.Description
31
37
  }
32
38
  );
33
39
  export {
34
- I as FooterPage
40
+ w as FooterPage
35
41
  };
36
42
  //# sourceMappingURL=FooterPage.js.map
@@ -1,31 +1,25 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import c, { useRef as u } from "react";
1
+ import { jsx as s } from "react/jsx-runtime";
2
+ import T, { useRef as R } from "react";
3
3
  import { Header as e } from "../../Header/Header.js";
4
- import { EHeaderPageType as i } from "./enums.js";
5
- import { c as m } from "../../../chunks/vendor-CehxOAkM.js";
6
- import { Island as y } from "../../Island/Island.js";
7
- import { EIslandType as S } from "../../Island/enums.js";
8
- import { useStickyCornerRadius as T } from "./useStickyCornerRadius.js";
9
- import { s as p } from "../../../chunks/Page.module-Cwb_zvqj.js";
10
- const H = Object.assign(
11
- c.forwardRef(({ className: t, type: f = i.FIRST, ...s }, r) => {
12
- const d = u(null);
13
- T(d, "top");
14
- const n = (a) => {
15
- d.current = a, typeof r == "function" ? r(a) : r && (r.current = a);
16
- }, l = m(t, p.headerPageTypeSecond);
17
- return f === i.SECOND ? /* @__PURE__ */ o(
18
- y,
19
- {
20
- className: l,
21
- type: S.TYPE_1,
22
- borderRadius: 16,
23
- paddingSize: 16,
24
- ref: n,
25
- children: /* @__PURE__ */ o(e, { ...s })
26
- }
27
- ) : /* @__PURE__ */ o(e, { ref: r, className: m(p.headerPageTypeFirst, t), ...s });
28
- }),
4
+ import { EHeaderPageType as t } from "./enums.js";
5
+ import { c as p } from "../../../chunks/vendor-Ba_pyhza.js";
6
+ import { Island as S } from "../../Island/Island.js";
7
+ import { EIslandType as y } from "../../Island/enums.js";
8
+ import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
9
+ import { s as i } from "../../../chunks/Page.module-DjGbJ-Uw.js";
10
+ const j = Object.assign(
11
+ T.forwardRef(
12
+ ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
13
+ const l = R(null);
14
+ b(l, "top", a === t.FIRST && d);
15
+ const c = (o) => {
16
+ l.current = o, typeof r == "function" ? r(o) : r && (r.current = o);
17
+ }, u = p(m, i.headerPageTypeFirst, {
18
+ [i.sticky]: a === t.FIRST && d
19
+ });
20
+ return a === t.FIRST ? /* @__PURE__ */ s(S, { className: u, type: y.TYPE_1, size: n, ref: c, children: /* @__PURE__ */ s(e, { ...f }) }) : /* @__PURE__ */ s(e, { ref: r, className: p(i.headerPageTypeSecond, m), ...f });
21
+ }
22
+ ),
29
23
  {
30
24
  LayoutSidebar: e.LayoutSidebar,
31
25
  Subhead: e.Subhead,
@@ -34,6 +28,6 @@ const H = Object.assign(
34
28
  }
35
29
  );
36
30
  export {
37
- H as HeaderPage
31
+ j as HeaderPage
38
32
  };
39
33
  //# sourceMappingURL=HeaderPage.js.map
@@ -1,34 +1,44 @@
1
- import { useEffect as y } from "react";
2
- function g(n) {
3
- let t = n;
1
+ import { useEffect as v } from "react";
2
+ function E(i) {
3
+ let t = i;
4
4
  for (; t && t !== document.documentElement; ) {
5
- const c = getComputedStyle(t).overflowY;
6
- if (/(auto|scroll|overlay)/.test(c) && t.scrollHeight > t.clientHeight) return t;
5
+ const e = getComputedStyle(t).overflowY;
6
+ if (/(auto|scroll|overlay)/.test(e) && t.scrollHeight > t.clientHeight) return t;
7
7
  t = t.parentElement;
8
8
  }
9
9
  return window;
10
10
  }
11
- function R(n, t) {
12
- y(() => {
13
- const e = n.current;
11
+ function L(i, t, c = !0) {
12
+ v(() => {
13
+ const e = i.current;
14
14
  if (!e) return;
15
- const c = 16, w = t === "top" ? "--r-top" : "--r-bottom", i = getComputedStyle(e), f = t === "top" ? i.top : i.bottom, l = parseFloat(f || "0") || 0, r = g(e);
16
- let o = 0;
17
- const a = () => {
18
- o = 0;
19
- const m = e.getBoundingClientRect(), d = r === window ? { top: 0, bottom: window.innerHeight } : r.getBoundingClientRect(), v = t === "top" ? m.top - (d.top + l) : d.bottom - l - m.bottom, p = Math.max(0, Math.min(c, v));
20
- e.style.setProperty(w, `${p}px`), p <= 0.5 ? e.dataset.stuck = "true" : delete e.dataset.stuck;
21
- }, s = () => {
22
- o || (o = requestAnimationFrame(a));
15
+ const u = t === "top" ? "--r-top" : "--r-bottom";
16
+ if (!c) {
17
+ e.style.removeProperty(u), delete e.dataset.stuck;
18
+ return;
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;
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();
23
35
  };
24
- a();
25
- const u = r === window ? window : r;
26
- return u.addEventListener("scroll", s, { passive: !0 }), window.addEventListener("resize", s), () => {
27
- u.removeEventListener("scroll", s), window.removeEventListener("resize", s), o && cancelAnimationFrame(o);
36
+ return y(), () => {
37
+ l && l.removeEventListener("scroll", a), window.removeEventListener("resize", a), window.removeEventListener("transitionend", w), r && cancelAnimationFrame(r);
28
38
  };
29
- }, [n, t]);
39
+ }, [i, t, c]);
30
40
  }
31
41
  export {
32
- R as useStickyCornerRadius
42
+ L as useStickyCornerRadius
33
43
  };
34
44
  //# 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-CehxOAkM.js";
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { c as o } from "../../../chunks/vendor-Ba_pyhza.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__799e5e04", s = {
4
+ const r = "paginationExtended__7979df6c", 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.3.0",
10
+ className: o(s.paginationExtended, a),
11
+ "data-tx": "1.4.0",
12
12
  ...n,
13
13
  ref: e,
14
14
  children: t
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import c from "react";
2
+ import r from "react";
3
3
  import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__949b553a", N = "directionIconNext__d48e9336", n = {
7
+ const g = "paginationNavigationButton__d18ce87c", N = "directionIconNext__4555aac3", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, d = c.forwardRef(
10
+ }, d = r.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
- const r = i === s.BACK;
12
+ const c = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
14
14
  p,
15
15
  {
@@ -17,7 +17,7 @@ const g = "paginationNavigationButton__949b553a", N = "directionIconNext__d48e93
17
17
  shape: m.SQUIRCLE,
18
18
  ...a,
19
19
  ref: e,
20
- children: r ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
20
+ children: c ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
21
21
  }
22
22
  );
23
23
  }
@@ -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-CehxOAkM.js";
4
- const g = "paginationNavigationExtended__62c2b434", r = {
3
+ import { c as d } from "../../../chunks/vendor-Ba_pyhza.js";
4
+ const g = "paginationNavigationExtended__b95e2d3a", 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 })