@sberbusiness/triplex-next 1.21.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 (427) hide show
  1. package/README.md +54 -25
  2. package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +39 -0
  3. package/chunks/CalendarViewItem-UwoR2Xwr.js +101 -0
  4. package/chunks/Card.module-CPD2xDmu.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +15 -0
  6. package/chunks/{Chip-CtmEt4Cp.js → Chip-Bxr2kLyU.js} +18 -18
  7. package/chunks/Confirm.module-CmYpxyDp.js +15 -0
  8. package/chunks/{DropdownListItem-gGRZUigY.js → DropdownListItem-Dl8gN2ar.js} +18 -18
  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-G-lXVibC.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-Dwdsxv-p.js → LightBoxContent-CBpCA29-.js} +9 -9
  19. package/chunks/LightBoxControls.module-6rLkTPqp.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +9 -0
  21. package/chunks/{ListItemControlsButton-CXrdUtOj.js → ListItemControlsButton-BZSR-ESi.js} +5 -5
  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-BStHeZkJ.js → RightBorderArrow-C390Za7P.js} +8 -8
  29. package/chunks/SMSField.module-KA-eacXJ.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +15 -0
  31. package/chunks/{SliderExtendedRail-1zC_WMFD.js → SliderExtendedRail-Dld8UNeR.js} +15 -15
  32. package/chunks/StatusTracker.module-B8xoFRr0.js +24 -0
  33. package/chunks/SuggestFieldMobileDropdownHint-Cf_uwjFP.js +14 -0
  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--cEsI9GG.js → UploadZoneInput-CQYsDdG_.js} +8 -8
  40. package/chunks/{constants-Dag2NxzH.js → constants-Crak3JEf.js} +14 -14
  41. package/chunks/utils-CS30w_en.js +73 -0
  42. package/chunks/{utils-mDzXEbG8.js → utils-Dq2VA3Zd.js} +6 -6
  43. package/chunks/{utils-C81PwsD3.js → utils-R-JQhhgt.js} +2 -2
  44. package/chunks/utils-Z8JNo8tP.js +28 -0
  45. package/chunks/{vendor-CuCj7SgU.js → vendor-BiObpx9E.js} +43 -47
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +6 -6
  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 +12 -12
  54. package/components/Badge/Badge.js +14 -14
  55. package/components/Badge/BadgeDot.js +3 -3
  56. package/components/Badge/components/BadgeContent.js +7 -7
  57. package/components/Badge/components/BadgePostfix.js +8 -8
  58. package/components/Badge/components/BadgePrefix.js +4 -4
  59. package/components/Body/Body.js +6 -6
  60. package/components/Button/Button.js +16 -16
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +91 -78
  63. package/components/Button/ButtonDropdownExtended.js +8 -8
  64. package/components/Button/ButtonIcon.js +2 -2
  65. package/components/Calendar/Calendar.js +3 -3
  66. package/components/Calendar/components/CalendarControls.js +1 -1
  67. package/components/Calendar/components/CalendarFooter.js +1 -1
  68. package/components/Calendar/components/CalendarViewDays.js +2 -2
  69. package/components/Calendar/components/CalendarViewItem.js +2 -2
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +8 -8
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +12 -12
  81. package/components/Checkbox/Checkbox.js +13 -13
  82. package/components/Checkbox/CheckboxXGroup.js +16 -16
  83. package/components/Checkbox/CheckboxYGroup.js +4 -4
  84. package/components/CheckboxTree/index.js +6 -2
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +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 +5 -5
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  93. package/components/Chip/ChipDropdownArrow.js +2 -2
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +2 -2
  96. package/components/Chip/ChipOptions.js +9 -9
  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 +13 -13
  106. package/components/Col/Col.js +141 -141
  107. package/components/CollapsableTree/components/CollapsableTreeNode.js +16 -16
  108. package/components/Confirm/Confirm.js +2 -2
  109. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  110. package/components/Confirm/components/ConfirmContent.js +2 -2
  111. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  112. package/components/Confirm/components/ConfirmControls.js +2 -2
  113. package/components/DateField/DateField.js +5 -5
  114. package/components/DatePickerExtended/DatePickerExtended.js +3 -3
  115. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +12 -12
  116. package/components/DateRange/DateRange.js +8 -8
  117. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  118. package/components/DesignTokens/components/Tabs.js +0 -18
  119. package/components/Divider/Divider.js +18 -18
  120. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  121. package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
  122. package/components/Dropdown/desktop/DropdownList.js +2 -2
  123. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  124. package/components/Dropdown/desktop/enums.js +7 -0
  125. package/components/Dropdown/desktop/index.js +8 -4
  126. package/components/Dropdown/index.js +24 -25
  127. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
  138. package/components/Ellipsis/Ellipsis.js +13 -13
  139. package/components/ExpandAnimation/ExpandAnimation.js +23 -23
  140. package/components/Footer/Footer.js +1 -1
  141. package/components/Footer/components/FooterDescription.js +2 -2
  142. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  143. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  144. package/components/FormField/FormField.js +70 -78
  145. package/components/FormField/FormFieldContext.js +16 -14
  146. package/components/FormField/components/FormFieldClear.js +25 -23
  147. package/components/FormField/components/FormFieldCounter.js +1 -1
  148. package/components/FormField/components/FormFieldDescription.js +7 -7
  149. package/components/FormField/components/FormFieldInput.js +4 -3
  150. package/components/FormField/components/FormFieldLabel.js +30 -32
  151. package/components/FormField/components/FormFieldMaskedInput.js +33 -33
  152. package/components/FormField/components/FormFieldPostfix.js +6 -6
  153. package/components/FormField/components/FormFieldPrefix.js +9 -9
  154. package/components/FormField/components/FormFieldTarget.js +57 -49
  155. package/components/FormField/components/FormFieldTextarea.js +62 -35
  156. package/components/FormField/components/index.js +23 -0
  157. package/components/FormField/components/utils.js +5 -0
  158. package/components/FormField/index.js +25 -25
  159. package/components/Header/Header.js +1 -1
  160. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  163. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  164. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  165. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  166. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  167. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  168. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  169. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  170. package/components/HelpBox/HelpBox.js +14 -14
  171. package/components/Island/Island.js +2 -2
  172. package/components/Island/components/IslandBody.js +4 -4
  173. package/components/Island/components/IslandFooter.js +5 -5
  174. package/components/Island/components/IslandHeader.js +5 -5
  175. package/components/Island/utils.js +1 -1
  176. package/components/IslandAccordion/IslandAccordion.js +3 -3
  177. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  178. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  179. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  180. package/components/IslandWidget/IslandWidget.js +14 -14
  181. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  182. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  183. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  184. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  185. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  186. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  187. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  188. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  189. package/components/IslandWidget/components/IslandWidgetWrapper.js +9 -9
  190. package/components/LightBox/LightBox.js +16 -16
  191. package/components/LightBox/LightBoxContent.js +2 -2
  192. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  193. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  195. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  196. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +12 -12
  197. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  200. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  201. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
  202. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  203. package/components/Link/Link.js +10 -10
  204. package/components/List/List.js +7 -7
  205. package/components/List/ListSortable.js +1 -1
  206. package/components/List/components/ListEmptyState.js +2 -2
  207. package/components/List/components/ListItem.js +1 -1
  208. package/components/List/components/ListItemContent.js +6 -6
  209. package/components/List/components/ListItemControls.js +5 -5
  210. package/components/List/components/ListItemControlsButton.js +2 -2
  211. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  212. package/components/List/components/ListItemLoading.js +3 -3
  213. package/components/List/components/ListItemSelectable.js +5 -5
  214. package/components/List/components/ListItemTable.js +2 -2
  215. package/components/List/components/ListItemTailLeft.js +2 -2
  216. package/components/List/components/ListItemTailRight.js +2 -2
  217. package/components/List/components/ListSortableItem.js +6 -6
  218. package/components/List/components/ListSortableItemControls.js +2 -2
  219. package/components/List/components/ListSortableItemTarget.js +5 -5
  220. package/components/List/index.js +1 -1
  221. package/components/ListMaster/ListMaster.js +1 -1
  222. package/components/ListMaster/components/ListMasterBody.js +1 -1
  223. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  224. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  225. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  226. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  227. package/components/ListMaster/components/ListMasterHeader.js +9 -9
  228. package/components/ListMaster/components/SelectionControls.js +7 -7
  229. package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
  230. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  231. package/components/LoaderScreen/LoaderScreen.js +10 -10
  232. package/components/Marker/Marker.js +2 -2
  233. package/components/Marker/utils.js +1 -1
  234. package/components/MarkerStatus/MarkerStatus.js +16 -16
  235. package/components/ModalWindow/ModalWindow.js +2 -2
  236. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  237. package/components/ModalWindow/components/ModalWindowClose.js +10 -10
  238. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  239. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  240. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  241. package/components/MultiselectField/components/MultiselectFieldDropdown.js +49 -33
  242. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +26 -19
  243. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  244. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  245. package/components/Notification/Notification.js +3 -3
  246. package/components/Notification/NotificationGrouped.js +1 -1
  247. package/components/Notification/components/NotificationBody.js +1 -1
  248. package/components/Notification/components/NotificationBodyList.js +2 -2
  249. package/components/Notification/components/NotificationClose.js +1 -1
  250. package/components/Notification/components/NotificationFooter.js +1 -1
  251. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  252. package/components/Notification/components/NotificationHeader.js +1 -1
  253. package/components/Notification/components/NotificationIcon.js +1 -1
  254. package/components/Notification/components/NotificationTime.js +1 -1
  255. package/components/NumberField/NumberFieldInput.js +5 -5
  256. package/components/OrderedList/OrderedList.js +6 -6
  257. package/components/OrderedList/OrderedListItem.js +6 -6
  258. package/components/Overlay/Overlay.js +2 -2
  259. package/components/Overlay/OverlayMask.js +2 -2
  260. package/components/Overlay/OverlayPanel.js +2 -2
  261. package/components/Page/Page.js +2 -2
  262. package/components/Page/components/BodyPage.js +10 -10
  263. package/components/Page/components/FooterPage.js +2 -2
  264. package/components/Page/components/HeaderPage.js +2 -2
  265. package/components/Page/components/useStickyCornerRadius.js +35 -32
  266. package/components/Pagination/components/PaginationExtended.js +6 -6
  267. package/components/Pagination/components/PaginationNavigationButton.js +6 -6
  268. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  269. package/components/Pagination/components/PaginationPageButton.js +2 -2
  270. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  271. package/components/Pagination/components/PaginationSelect.js +6 -6
  272. package/components/Pagination/utils/paginationUtils.js +1 -1
  273. package/components/Radio/Radio.js +14 -14
  274. package/components/Radio/RadioXGroup.js +10 -10
  275. package/components/Radio/RadioYGroup.js +9 -9
  276. package/components/Row/Row.js +10 -10
  277. package/components/SMSField/SMSField.js +3 -3
  278. package/components/SMSField/components/RefreshIcon.js +2 -2
  279. package/components/SMSField/components/SMSFieldInput.js +11 -11
  280. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  281. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  282. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  283. package/components/SegmentedControl/SegmentedControl.js +12 -12
  284. package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
  285. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  286. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  287. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
  288. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +16 -16
  289. package/components/SelectField/SelectField.js +54 -36
  290. package/components/Skeleton/Skeleton.js +9 -9
  291. package/components/SliderExtended/SliderExtended.js +3 -3
  292. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
  293. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  294. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  295. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  296. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
  297. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +39 -39
  298. package/components/SmallInput/SmallInput.js +4 -4
  299. package/components/Spoiler/Spoiler.js +18 -18
  300. package/components/StatusTracker/StatusTracker.js +3 -3
  301. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  302. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  311. package/components/Step/Step.js +13 -13
  312. package/components/Stepper/RightBorderArrow.js +1 -1
  313. package/components/Stepper/Stepper.js +2 -2
  314. package/components/Stepper/StepperExtended.js +5 -5
  315. package/components/Stepper/StepperStep.js +3 -3
  316. package/components/Stepper/StepperWrapper.js +7 -7
  317. package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
  318. package/components/Suggest/useSuggest.js +1 -1
  319. package/components/SuggestField/SuggestField.js +6 -6
  320. package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
  321. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +26 -25
  322. package/components/SuggestField/index.js +1 -1
  323. package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
  324. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  325. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  326. package/components/SuggestField/mobile/index.js +1 -1
  327. package/components/SwipeableArea/SwipeableArea.js +18 -18
  328. package/components/Table/FilterPanel.js +3 -3
  329. package/components/Table/MasterTable.js +3 -3
  330. package/components/Table/NoColumns.js +4 -4
  331. package/components/Table/PaginationPanel.js +3 -3
  332. package/components/Table/TableBasic/TableBasic.js +2 -2
  333. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  334. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  335. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  336. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  337. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
  338. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  340. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
  341. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  342. package/components/Table/TableFooter/TableFooter.js +2 -2
  343. package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
  344. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  345. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  346. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  347. package/components/Table/TabsLinePanel.js +6 -6
  348. package/components/Table/TabsLinePanelLinks.js +2 -2
  349. package/components/Table/utils.js +1 -1
  350. package/components/Tabs/Tabs.js +16 -16
  351. package/components/TabsExtended/TabsExtended.js +22 -22
  352. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  353. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  354. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  355. package/components/TabsExtended/components/TabsExtendedTabButton.js +37 -18
  356. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  357. package/components/TabsExtended/utils.js +3 -3
  358. package/components/TabsLine/TabsLine.js +2 -2
  359. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  360. package/components/TabsLine/components/TabsLineDropdown.js +49 -47
  361. package/components/TabsLine/components/TabsLineItem.js +2 -2
  362. package/components/TabsLine/components/TabsLineMobile.js +5 -5
  363. package/components/Tag/Tag.js +27 -27
  364. package/components/TagColor/TagColor.js +11 -11
  365. package/components/TagGroup/TagGroup.js +12 -12
  366. package/components/TextField/TextField.js +1 -1
  367. package/components/TextareaField/TextareaField.js +5 -5
  368. package/components/ThemeProvider/ThemeProvider.js +18 -20
  369. package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
  370. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  371. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  372. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  373. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  374. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  375. package/components/Tooltip/components/mobile/TooltipMobile.js +12 -12
  376. package/components/TopOverlay/TopOverlay.js +11 -11
  377. package/components/TreeView/TreeView.js +2 -2
  378. package/components/TreeView/components/TreeViewGroup.js +1 -1
  379. package/components/TreeView/components/TreeViewNode.js +2 -2
  380. package/components/Typography/Caption.js +28 -28
  381. package/components/Typography/Text.js +25 -25
  382. package/components/Typography/Title.js +19 -19
  383. package/components/Typography/constants.js +1 -1
  384. package/components/UnorderedList/UnorderedList.js +7 -7
  385. package/components/UnorderedList/UnorderedListItem.js +3 -3
  386. package/components/UploadZone/UploadZone.js +3 -3
  387. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  388. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  389. package/components/index.js +541 -538
  390. package/index.d.ts +51 -25
  391. package/index.js +577 -574
  392. package/package.json +2 -3
  393. package/styles/triplex-next.css +541 -547
  394. package/utils/amountUtils.js +1 -1
  395. package/chunks/AlertProcessSpoiler-io5SjBK8.js +0 -39
  396. package/chunks/CalendarViewItem-CW39vnxU.js +0 -101
  397. package/chunks/Card.module-wkZoieJo.js +0 -17
  398. package/chunks/CheckboxTreeExtended.module-yaZgGm0h.js +0 -15
  399. package/chunks/Confirm.module-Bi0IoVgW.js +0 -15
  400. package/chunks/DropdownMobile.module-D1Tda3VC.js +0 -23
  401. package/chunks/Footer.module-dEM87TWq.js +0 -9
  402. package/chunks/FormFieldInput-BXZLkCG-.js +0 -60
  403. package/chunks/HeaderLayoutSidebar.module-CPuC-nCL.js +0 -9
  404. package/chunks/HeaderTabs.module-lGf7L-VN.js +0 -9
  405. package/chunks/IslandAccordion.module-CmJ_07-4.js +0 -25
  406. package/chunks/IslandWidgetFooter.module-PAcTvDvE.js +0 -9
  407. package/chunks/IslandWidgetHeader.module-CCpvQ7cl.js +0 -12
  408. package/chunks/LightBoxControls.module-C0ehN4OK.js +0 -16
  409. package/chunks/LightBoxSideOverlayClose.module-DQQjxPZ4.js +0 -9
  410. package/chunks/ListItemTail.module-t77bOXMm.js +0 -12
  411. package/chunks/ListMasterFooter.module-S-2GdDuq.js +0 -10
  412. package/chunks/ModalWindow.module-BNDWxL9E.js +0 -17
  413. package/chunks/Notification.module-BukggXdi.js +0 -20
  414. package/chunks/Overlay.module-DNkYF6tu.js +0 -18
  415. package/chunks/Page.module-Bz9n-Dho.js +0 -11
  416. package/chunks/SMSField.module-DBEf-aa7.js +0 -16
  417. package/chunks/SliderExtendedMarks.module-QVPE-s18.js +0 -15
  418. package/chunks/StatusTracker.module-_Hh_EXXG.js +0 -24
  419. package/chunks/SuggestFieldMobileDropdownHint-DP7pX8_2.js +0 -14
  420. package/chunks/TableFooter.module-nim97iDm.js +0 -14
  421. package/chunks/TabsExtended.module-33reL6bh.js +0 -16
  422. package/chunks/TabsLine.module-BS4pWC4f.js +0 -21
  423. package/chunks/TooltipDesktop.module-CU1qQ4fM.js +0 -19
  424. package/chunks/TreeView.module-7JefvvHQ.js +0 -9
  425. package/chunks/utils-DKXtpqrd.js +0 -73
  426. package/chunks/utils-wIML3CoI.js +0 -27
  427. package/components/Dropdown/enums.js +0 -8
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-CuCj7SgU.js";
3
- import { s as o } from "../../../chunks/Notification.module-BukggXdi.js";
2
+ import { c as i } from "../../../chunks/vendor-BiObpx9E.js";
3
+ import { s as o } from "../../../chunks/Notification.module-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-BukggXdi.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-BukggXdi.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-BukggXdi.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-BXZLkCG-.js";
10
8
  import "../FormField/components/FormFieldMaskedInput.js";
11
9
  import "../FormField/components/FormFieldPostfix.js";
12
10
  import "../FormField/components/FormFieldPrefix.js";
11
+ import "../FormField/components/FormFieldTarget.js";
13
12
  import "../FormField/components/FormFieldTextarea.js";
13
+ import "../FormField/FormField.js";
14
14
  import { getCaretPosition as F, setCaretPosition as D } from "../../utils/inputUtils.js";
15
15
  import { StringUtils as p } from "../../utils/stringUtils.js";
16
16
  import { AmountConst as f } from "../../consts/AmountConst.js";
@@ -1,16 +1,16 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as o } from "../../chunks/vendor-CuCj7SgU.js";
3
+ import { c as o } from "../../chunks/vendor-BiObpx9E.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__5dbe4f90", a = {
5
+ const m = "orderedList__8b289193", a = {
6
6
  orderedList: m
7
7
  }, c = Object.assign(
8
- d.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ s(
8
+ d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: o(a.orderedList, e),
12
- ...r,
13
- "data-tx": "1.21.0",
11
+ className: o(a.orderedList, r),
12
+ ...e,
13
+ "data-tx": "1.22.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,21 +1,21 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../chunks/vendor-CuCj7SgU.js";
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__49b6a1ee", p = {
8
+ const a = "orderedListItem__74471158", p = {
9
9
  orderedListItem: a
10
10
  }, f = m.forwardRef(
11
- ({ className: e, ...t }, r) => /* @__PURE__ */ o(
11
+ ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
12
  d,
13
13
  {
14
- className: s(p.orderedListItem, e),
14
+ className: s(p.orderedListItem, t),
15
15
  size: i.B3,
16
16
  tag: "li",
17
- ...t,
18
- "data-tx": "1.21.0",
17
+ ...e,
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-CuCj7SgU.js";
3
+ import { c as u } from "../../chunks/vendor-BiObpx9E.js";
4
4
  import { OverlayBase as k } from "./OverlayBase.js";
5
5
  import { OverlayMask as B } from "./OverlayMask.js";
6
6
  import { OverlayPanel as M } from "./OverlayPanel.js";
7
- import { s as r } from "../../chunks/Overlay.module-DNkYF6tu.js";
7
+ import { s as r } from "../../chunks/Overlay.module-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-CuCj7SgU.js";
4
- import { s as a } from "../../chunks/Overlay.module-DNkYF6tu.js";
3
+ import { c as t } from "../../chunks/vendor-BiObpx9E.js";
4
+ import { s as a } from "../../chunks/Overlay.module-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-CuCj7SgU.js";
3
+ import { c as d } from "../../chunks/vendor-BiObpx9E.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-DNkYF6tu.js";
5
+ import { s as e } from "../../chunks/Overlay.module-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-CuCj7SgU.js";
3
+ import { c as i } from "../../chunks/vendor-BiObpx9E.js";
4
4
  import { BodyPage as p } from "./components/BodyPage.js";
5
5
  import { HeaderPage as f } from "./components/HeaderPage.js";
6
6
  import { FooterPage as g } from "./components/FooterPage.js";
7
- import { s as o } from "../../chunks/Page.module-Bz9n-Dho.js";
7
+ import { s as o } from "../../chunks/Page.module-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-CuCj7SgU.js";
4
+ import { c as d } from "../../../chunks/vendor-BiObpx9E.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
- import { EIslandType as f } from "../../Island/enums.js";
8
- const M = "bodyPage__feb3b3f9", P = "verticalMargin24__02105c70", v = "verticalMargin16__5efc6ec7", e = {
9
- bodyPage: M,
10
- verticalMargin24: P,
7
+ import { EIslandType as M } from "../../Island/enums.js";
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: f.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-CuCj7SgU.js";
3
+ import { c as T } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { Footer as s } from "../../Footer/Footer.js";
5
5
  import { EFooterPageType as i } from "./enums.js";
6
6
  import { useStickyCornerRadius as d } from "./useStickyCornerRadius.js";
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
9
9
  import "../../Island/components/IslandBody.js";
10
10
  import "../../Island/components/IslandHeader.js";
11
11
  import "../../Island/components/IslandFooter.js";
12
- import { s as c } from "../../../chunks/Page.module-Bz9n-Dho.js";
12
+ import { s as c } from "../../../chunks/Page.module-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-CuCj7SgU.js";
5
+ import { c as p } from "../../../chunks/vendor-BiObpx9E.js";
6
6
  import { Island as S } from "../../Island/Island.js";
7
7
  import { EIslandType as y } from "../../Island/enums.js";
8
8
  import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
9
- import { s as i } from "../../../chunks/Page.module-Bz9n-Dho.js";
9
+ import { s as i } from "../../../chunks/Page.module-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,17 +1,17 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-CuCj7SgU.js";
2
+ import { c as o } from "../../../chunks/vendor-BiObpx9E.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__a2a1219d", s = {
4
+ const r = "paginationExtended__edbd8ef8", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
- ({ children: a, className: t, ...n }, e) => /* @__PURE__ */ d(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ d(
8
8
  "nav",
9
9
  {
10
- className: o(s.paginationExtended, t),
11
- "data-tx": "1.21.0",
10
+ className: o(s.paginationExtended, a),
11
+ "data-tx": "1.22.0",
12
12
  ...n,
13
13
  ref: e,
14
- children: a
14
+ children: t
15
15
  }
16
16
  )
17
17
  );
@@ -4,10 +4,10 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const f = "paginationNavigationButton__8590f657", g = "directionIconNext__f51d3f4f", n = {
8
- paginationNavigationButton: f,
9
- directionIconNext: g
10
- }, N = c.forwardRef(
7
+ const g = "paginationNavigationButton__117701e6", N = "directionIconNext__f6da1ad0", n = {
8
+ paginationNavigationButton: g,
9
+ directionIconNext: N
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 f = "paginationNavigationButton__8590f657", g = "directionIconNext__f51d3f
22
22
  );
23
23
  }
24
24
  );
25
- N.displayName = "PaginationNavigationButton";
25
+ d.displayName = "PaginationNavigationButton";
26
26
  export {
27
- N as PaginationNavigationButton
27
+ d as PaginationNavigationButton
28
28
  };
29
29
  //# sourceMappingURL=PaginationNavigationButton.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as d } from "../../../chunks/vendor-CuCj7SgU.js";
4
- const g = "paginationNavigationExtended__98e0a600", r = {
3
+ import { c as d } from "../../../chunks/vendor-BiObpx9E.js";
4
+ const g = "paginationNavigationExtended__81e59a20", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: t, ...i }, n) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, t), ...i, ref: n, children: a })
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as p } from "../../../chunks/vendor-CuCj7SgU.js";
3
+ import { c as p } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import { Text as c } from "../../Typography/Text.js";
@@ -10,7 +10,7 @@ import { ButtonBase as s } from "../../Button/ButtonBase.js";
10
10
  import "../../Button/ButtonIcon.js";
11
11
  import "../../Button/ButtonDropdown.js";
12
12
  import "../../Button/ButtonDropdownExtended.js";
13
- const u = "paginationPageButton__bb0c66cd", P = "currentPage__911eaa7d", a = {
13
+ const u = "paginationPageButton__b378e60d", P = "currentPage__b5c6dd4d", a = {
14
14
  paginationPageButton: u,
15
15
  currentPage: P
16
16
  }, f = m.forwardRef(
@@ -1,14 +1,14 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as p } from "../../../chunks/vendor-CuCj7SgU.js";
3
- import e from "react";
2
+ import { c as e } from "../../../chunks/vendor-BiObpx9E.js";
3
+ import p from "react";
4
4
  import { ETextSize as l } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import { Text as r } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
- const n = "paginationPageEllipsis__9c836b9b", m = {
8
+ const n = "paginationPageEllipsis__5e37a130", m = {
9
9
  paginationPageEllipsis: n
10
- }, g = e.forwardRef(
11
- ({ children: i, className: a, ...s }, o) => /* @__PURE__ */ t(r, { size: l.B3, className: p(m.paginationPageEllipsis, a), ...s, ref: o, children: i })
10
+ }, g = p.forwardRef(
11
+ ({ children: i, className: a, ...s }, o) => /* @__PURE__ */ t(r, { size: l.B3, className: e(m.paginationPageEllipsis, a), ...s, ref: o, children: i })
12
12
  );
13
13
  g.displayName = "PaginationPageEllipsis";
14
14
  export {
@@ -1,19 +1,19 @@
1
1
  import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
- import { u as S, c as d } from "../../../chunks/vendor-CuCj7SgU.js";
3
+ import { u as d, c as S } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { ETextSize as f } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import { Text as g } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
8
  import { SelectField as u } from "../../SelectField/SelectField.js";
9
9
  import { EComponentSize as x } from "../../../enums/EComponentSize.js";
10
- const _ = "paginationSelect__7221548e", C = "paginationSelectControl__39b13425", o = {
10
+ const _ = "paginationSelect__d47e05b7", C = "paginationSelectControl__10522a54", o = {
11
11
  paginationSelect: _,
12
12
  paginationSelectControl: C
13
13
  }, b = m.forwardRef(
14
- ({ paginationLabel: t, className: n, options: a, value: l, onChange: r }, c) => {
15
- const [i] = p(() => `Pagination-${S()}`);
16
- return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
14
+ ({ paginationLabel: t, className: a, options: n, value: l, onChange: r }, c) => {
15
+ const [i] = p(() => `Pagination-${d()}`);
16
+ return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, a), ref: c, children: [
17
17
  /* @__PURE__ */ e(g, { size: f.B3, id: i, children: t }),
18
18
  /* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
19
19
  u,
@@ -21,7 +21,7 @@ const _ = "paginationSelect__7221548e", C = "paginationSelectControl__39b13425",
21
21
  size: x.SM,
22
22
  value: l,
23
23
  mobileTitle: t,
24
- options: a,
24
+ options: n,
25
25
  onChange: r,
26
26
  targetProps: {
27
27
  fieldLabel: ""
@@ -1,4 +1,4 @@
1
- import { k as R } from "../../../chunks/vendor-CuCj7SgU.js";
1
+ import { k as R } from "../../../chunks/vendor-BiObpx9E.js";
2
2
  const m = -1, h = {
3
3
  // Создание массива чисел в заданном диапазоне с заданным шагом.
4
4
  generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
@@ -1,13 +1,13 @@
1
- import { jsxs as b, jsx as d } from "react/jsx-runtime";
1
+ import { jsxs as b, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c } from "../../chunks/vendor-CuCj7SgU.js";
4
- import { ETextSize as i } from "../Typography/enums.js";
3
+ import { c } from "../../chunks/vendor-BiObpx9E.js";
4
+ import { ETextSize as m } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import { Text as x } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
8
  import { EComponentSize as a } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__2e576798", M = "sm__0a53302f", T = "nonempty__bdfd9dc7", S = "md__35c5131c", g = "lg__dc3addd5", u = "disabled__7160efe1", I = "radio__103f404d", R = "radioIcon__f5bde340", o = {
10
+ const y = "label__e0b8e6f7", M = "sm__8db64655", T = "nonempty__3592998d", S = "md__699fcfe2", g = "lg__fc21e457", u = "disabled__5a315363", I = "radio__0bd20239", R = "radioIcon__54f30e6b", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -17,20 +17,20 @@ const y = "label__2e576798", M = "sm__0a53302f", T = "nonempty__bdfd9dc7", S = "
17
17
  radio: I,
18
18
  radioIcon: R
19
19
  }, B = {
20
- [a.LG]: i.B2,
21
- [a.MD]: i.B3,
22
- [a.SM]: i.B4
23
- }, C = z(o), h = N.forwardRef((n, r) => {
24
- const { children: e, className: l, disabled: m, labelAttributes: s, size: t = a.MD, ...p } = n, _ = c(o.radio, l, C[t]), f = c(
20
+ [a.LG]: m.B2,
21
+ [a.MD]: m.B3,
22
+ [a.SM]: m.B4
23
+ }, C = z(o), h = N.forwardRef((d, r) => {
24
+ const { children: e, className: l, disabled: n, labelAttributes: s, size: t = a.MD, ...p } = d, _ = c(o.radio, l, C[t]), f = c(
25
25
  o.label,
26
26
  o[t],
27
- { [o.disabled]: !!m, [o.nonempty]: !!e },
27
+ { [o.disabled]: !!n, [o.nonempty]: !!e },
28
28
  s == null ? void 0 : s.className
29
29
  );
30
- return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "1.21.0", children: [
31
- /* @__PURE__ */ d("input", { type: "radio", className: _, disabled: m, ...p, ref: r }),
32
- /* @__PURE__ */ d("span", { className: o.radioIcon }),
33
- e && /* @__PURE__ */ d(x, { size: B[t], tag: "div", children: e })
30
+ return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "1.22.0", children: [
31
+ /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: n, ...p, ref: r }),
32
+ /* @__PURE__ */ i("span", { className: o.radioIcon }),
33
+ e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
34
34
  ] });
35
35
  });
36
36
  h.displayName = "Radio";
@@ -1,14 +1,14 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { c as s } from "../../chunks/vendor-CuCj7SgU.js";
3
- const c = "radioXGroup__2b97c351", _ = "label__2e576798", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__81768fc0",
6
- label: _,
7
- "indent-16": "indent-16__d370f203",
8
- "indent-20": "indent-20__16b05b04",
9
- "indent-24": "indent-24__51def3a6",
10
- "indent-28": "indent-28__3cf42b84",
11
- "indent-32": "indent-32__f421058c"
2
+ import { c as s } from "../../chunks/vendor-BiObpx9E.js";
3
+ const _ = "radioXGroup__2d991ef8", c = "label__e0b8e6f7", n = {
4
+ radioXGroup: _,
5
+ "indent-12": "indent-12__3a97db4b",
6
+ label: c,
7
+ "indent-16": "indent-16__77385fd4",
8
+ "indent-20": "indent-20__215cddc2",
9
+ "indent-24": "indent-24__5b7acbb1",
10
+ "indent-28": "indent-28__39ed9134",
11
+ "indent-32": "indent-32__866b2638"
12
12
  }, l = (e) => {
13
13
  const { children: d, className: i, indent: o = 12, ...t } = e, r = s(n.radioXGroup, n[`indent-${o}`], i);
14
14
  return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...t, children: d });
@@ -1,13 +1,13 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as p } from "../../chunks/vendor-CuCj7SgU.js";
3
- const t = "radioYGroup__13231af7", d = {
4
- radioYGroup: t
5
- }, e = (o) => {
6
- const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
7
- return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { c as d } from "../../chunks/vendor-BiObpx9E.js";
3
+ const e = "radioYGroup__46e2f6dc", p = {
4
+ radioYGroup: e
5
+ }, t = (o) => {
6
+ const { children: r, className: s, ...a } = o, c = d(p.radioYGroup, s);
7
+ return /* @__PURE__ */ i("div", { className: c, role: "radiogroup", ...a, children: r });
8
8
  };
9
- e.displayName = "RadioYGroup";
9
+ t.displayName = "RadioYGroup";
10
10
  export {
11
- e as RadioYGroup
11
+ t as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,14 +1,14 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import { c as a } from "../../chunks/vendor-CuCj7SgU.js";
3
- const c = "row__9020fe32", i = "noPaddingBottom__b2d936f4", o = {
4
- row: c,
5
- noPaddingBottom: i
6
- }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
- const d = a(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ m("div", { className: d, ...r, children: t });
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { c } from "../../chunks/vendor-BiObpx9E.js";
3
+ const e = "row__e7da61e4", m = "noPaddingBottom__8abced0e", o = {
4
+ row: e,
5
+ noPaddingBottom: m
6
+ }, i = ({ children: t, className: n, paddingBottom: s = !0, ...d }) => {
7
+ const r = c(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ a("div", { className: r, ...d, children: t });
9
9
  };
10
- e.displayName = "Row";
10
+ i.displayName = "Row";
11
11
  export {
12
- e as Row
12
+ i as Row
13
13
  };
14
14
  //# sourceMappingURL=Row.js.map
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as C } from "../../chunks/vendor-CuCj7SgU.js";
2
+ import { c as C } from "../../chunks/vendor-BiObpx9E.js";
3
3
  import { useState as i } from "react";
4
4
  import { SMSFieldContext as h } from "./SMSFieldContext.js";
5
5
  import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
6
6
  import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
7
7
  import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
8
8
  import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
9
- import { s } from "../../chunks/SMSField.module-DBEf-aa7.js";
9
+ import { s } from "../../chunks/SMSField.module-KA-eacXJ.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
11
  const I = z(s), e = (r) => {
12
12
  const { children: m, className: l, code: a, disabled: d, error: S, onChangeCode: p, onSubmitCode: c, size: o, ...n } = r, [f, u] = i(!0), [b, M] = i(), F = C(s.smsField, l);
@@ -26,7 +26,7 @@ const I = z(s), e = (r) => {
26
26
  sizeClassName: I[o],
27
27
  tooltipId: b
28
28
  },
29
- children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.21.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.22.0", children: m })
30
30
  }
31
31
  );
32
32
  };