@sberbusiness/triplex-next 1.31.0 → 1.33.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 (454) hide show
  1. package/README.md +36 -33
  2. package/chunks/{AlertProcessSpoiler-B-2x6lW0.js → AlertProcessSpoiler-Bw11lY_2.js} +14 -14
  3. package/chunks/{CalendarViewItem-o4k7U5Dm.js → CalendarViewItem-9zvGz6lK.js} +14 -14
  4. package/chunks/Card.module-CHntSBGP.js +18 -0
  5. package/chunks/CheckboxTreeExtended.module-DZCnZPkk.js +15 -0
  6. package/chunks/{Chip-CoKB4iXT.js → Chip-DUgRidoA.js} +16 -16
  7. package/chunks/Confirm.module-DzA_7mQO.js +15 -0
  8. package/chunks/{DropdownListItem-Dy7ejFWN.js → DropdownListItem-DfdRzHWo.js} +20 -20
  9. package/chunks/DropdownMobile.module-B2_eLIZO.js +23 -0
  10. package/chunks/Footer.module-CV6e-B3r.js +9 -0
  11. package/chunks/{FormFieldInput-CkVtqncH.js → FormFieldInput-CxAdhoLS.js} +25 -25
  12. package/chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js +9 -0
  13. package/chunks/HeaderTabs.module-fOX5YNsl.js +9 -0
  14. package/chunks/{HeaderTitle.module-ChThbaCy.js → HeaderTitle.module-tH470aDn.js} +2 -2
  15. package/chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js +17 -0
  16. package/chunks/{ImageGalleryExtendedThumb-D9p93wFz.js → ImageGalleryExtendedThumb-Cpk1nE0q.js} +5 -5
  17. package/chunks/IslandAccordion.module-b2tphik7.js +25 -0
  18. package/chunks/IslandWidgetFooter.module-CKmwyHR4.js +9 -0
  19. package/chunks/IslandWidgetHeader.module-CZL2t5u0.js +13 -0
  20. package/chunks/{LightBoxContent-Cr4psg0Z.js → LightBoxContent-Dzx47lKv.js} +10 -10
  21. package/chunks/LightBoxControls.module-RG62wDXb.js +16 -0
  22. package/chunks/LightBoxSideOverlayClose.module-B7Fno0cK.js +9 -0
  23. package/chunks/{ListItemControlsButton-Bv8aFUBc.js → ListItemControlsButton-Dc6wY6Fp.js} +6 -6
  24. package/chunks/ListItemTail.module-DMJ9K0rM.js +12 -0
  25. package/chunks/ListMasterFooter.module-C58NLDG2.js +10 -0
  26. package/chunks/ModalWindow.module-CszS7FwS.js +17 -0
  27. package/chunks/Notification.module-BNsYZ_Ak.js +20 -0
  28. package/chunks/Overlay.module-DOk5L_-8.js +18 -0
  29. package/chunks/Page.module-TORdWU5G.js +11 -0
  30. package/chunks/SMSField.module-BjG_FEkT.js +16 -0
  31. package/chunks/SliderExtendedMarks.module-Bt31TtEn.js +15 -0
  32. package/chunks/SliderExtendedRail-BYOwvNNf.js +40 -0
  33. package/chunks/StatusTracker.module-jqMWmKxs.js +24 -0
  34. package/chunks/{StepperStepArrowBorder-6bgUfxhh.js → StepperStepArrowBorder-j6OP5KT9.js} +12 -12
  35. package/chunks/{SuggestFieldMobileDropdownHint-BYUd-DOC.js → SuggestFieldMobileDropdownHint-C8OEdlFf.js} +2 -2
  36. package/chunks/TableFooter.module-BrNleOTT.js +14 -0
  37. package/chunks/TabsExtended.module-BStXryDc.js +16 -0
  38. package/chunks/TabsLine.module-CR0Zbz9g.js +21 -0
  39. package/chunks/TooltipDesktop.module-lEItFyAS.js +19 -0
  40. package/chunks/TreeView.module-SA9BUUel.js +9 -0
  41. package/chunks/{UploadZoneInput-CUVjN3Kj.js → UploadZoneInput-B_FFSQm7.js} +3 -3
  42. package/chunks/{constants-Ci0_oXbs.js → constants-Dm1nkJLa.js} +13 -13
  43. package/chunks/{utils-BFyvyQPY.js → utils-C7AeO50S.js} +2 -2
  44. package/chunks/utils-C88ipzKd.js +28 -0
  45. package/chunks/utils-CqED8Odf.js +73 -0
  46. package/chunks/utils-DIpdLSK7.js +24 -0
  47. package/chunks/{vendor-82AnkPpo.js → vendor-D5cfSbgz.js} +1114 -1116
  48. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  49. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  50. package/components/Alert/AlertContext/AlertContext.js +9 -9
  51. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  52. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  53. package/components/Amount/Amount.js +5 -5
  54. package/components/AmountField/AmountField.js +1 -1
  55. package/components/Avatar/Avatar.js +5 -5
  56. package/components/Badge/Badge.js +2 -2
  57. package/components/Badge/BadgeDot.js +10 -10
  58. package/components/Badge/components/BadgeContent.js +5 -5
  59. package/components/Badge/components/BadgePostfix.js +7 -7
  60. package/components/Badge/components/BadgePrefix.js +6 -6
  61. package/components/Body/Body.js +8 -8
  62. package/components/Button/Button.js +28 -28
  63. package/components/Button/ButtonBase.js +1 -1
  64. package/components/Button/ButtonDropdown.js +74 -73
  65. package/components/Button/ButtonDropdownExtended.js +5 -5
  66. package/components/Button/ButtonIcon.js +9 -9
  67. package/components/Calendar/Calendar.js +6 -6
  68. package/components/Calendar/components/CalendarControls.js +9 -9
  69. package/components/Calendar/components/CalendarFooter.js +1 -1
  70. package/components/Calendar/components/CalendarViewDays.js +2 -2
  71. package/components/Calendar/components/CalendarViewItem.js +2 -2
  72. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  73. package/components/Calendar/components/CalendarViewYears.js +1 -1
  74. package/components/Card/CardAction.js +8 -8
  75. package/components/Card/CardStatic.js +3 -3
  76. package/components/Card/components/CardContent/CardContent.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  78. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  79. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  80. package/components/Card/components/CardMedia.js +2 -2
  81. package/components/Card/utils.js +1 -1
  82. package/components/CarouselExtended/CarouselExtended.js +12 -12
  83. package/components/Checkbox/Checkbox.js +12 -12
  84. package/components/Checkbox/CheckboxXGroup.js +13 -13
  85. package/components/Checkbox/CheckboxYGroup.js +2 -2
  86. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  90. package/components/Chip/Chip.js +2 -2
  91. package/components/Chip/ChipClearButton.js +10 -10
  92. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  93. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  94. package/components/Chip/ChipDropdownArrow.js +6 -6
  95. package/components/Chip/ChipIcon.js +1 -1
  96. package/components/Chip/ChipMultiselect.js +2 -2
  97. package/components/Chip/ChipOptions.js +2 -2
  98. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  99. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  100. package/components/Chip/ChipSort.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  103. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +15 -15
  104. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +50 -46
  105. package/components/Chip/index.js +1 -1
  106. package/components/ChipGroup/ChipGroup.js +6 -6
  107. package/components/Col/Col.js +132 -132
  108. package/components/CollapsibleTree/CollapsibleTree.js +7 -7
  109. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +2 -2
  110. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +2 -2
  111. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +2 -2
  112. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +4 -4
  113. package/components/Confirm/Confirm.js +2 -2
  114. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  115. package/components/Confirm/components/ConfirmContent.js +2 -2
  116. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  117. package/components/Confirm/components/ConfirmControls.js +2 -2
  118. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  119. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  120. package/components/DateRange/DateRange.js +14 -14
  121. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  122. package/components/DesignTokens/components/Button.js +1 -1
  123. package/components/DesignTokens/components/Chip.js +1 -1
  124. package/components/DesignTokens/components/LightBox.js +10 -4
  125. package/components/DesignTokens/components/Tabs.js +2 -2
  126. package/components/Divider/Divider.js +21 -21
  127. package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
  128. package/components/Dropdown/desktop/DropdownDesktop.js +24 -24
  129. package/components/Dropdown/desktop/DropdownList.js +2 -2
  130. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  131. package/components/Dropdown/desktop/index.js +1 -1
  132. package/components/Dropdown/index.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  142. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  143. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
  144. package/components/Ellipsis/Ellipsis.js +9 -9
  145. package/components/EmptyView/EmptyView.js +7 -7
  146. package/components/ExpandAnimation/ExpandAnimation.js +14 -14
  147. package/components/FocusTrapExtended/FocusTrapExtended.js +34 -0
  148. package/components/FocusTrapExtended/index.js +5 -0
  149. package/components/Footer/Footer.js +1 -1
  150. package/components/Footer/components/FooterDescription.js +2 -2
  151. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  152. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  153. package/components/FormField/FormField.js +25 -25
  154. package/components/FormField/components/FormFieldClear.js +10 -10
  155. package/components/FormField/components/FormFieldCounter.js +5 -5
  156. package/components/FormField/components/FormFieldDescription.js +5 -5
  157. package/components/FormField/components/FormFieldInput.js +2 -2
  158. package/components/FormField/components/FormFieldLabel.js +11 -11
  159. package/components/FormField/components/FormFieldMaskedInput.js +6 -6
  160. package/components/FormField/components/FormFieldPostfix.js +5 -5
  161. package/components/FormField/components/FormFieldPrefix.js +8 -8
  162. package/components/FormField/components/FormFieldTarget.js +20 -20
  163. package/components/FormField/components/FormFieldTextarea.js +23 -23
  164. package/components/FormField/components/index.js +1 -1
  165. package/components/FormField/index.js +1 -1
  166. package/components/Gap/Gap.js +7 -7
  167. package/components/Header/Header.js +1 -1
  168. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  169. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  170. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  171. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
  172. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  173. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  174. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  175. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  176. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  177. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  178. package/components/HelpBox/HelpBox.js +7 -7
  179. package/components/IconWrapper/IconWrapper.js +7 -7
  180. package/components/ImageGallery/ImageGallery.js +5 -4
  181. package/components/ImageGalleryExtended/ImageGalleryExtended.js +9 -9
  182. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +2 -2
  183. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +10 -10
  184. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +8 -7
  185. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +2 -2
  186. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +2 -2
  187. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +2 -2
  188. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +2 -2
  189. package/components/ImageGalleryExtended/components/index.js +1 -1
  190. package/components/ImageGalleryExtended/index.js +1 -1
  191. package/components/Island/Island.js +2 -2
  192. package/components/Island/components/IslandBody.js +5 -5
  193. package/components/Island/components/IslandFooter.js +2 -2
  194. package/components/Island/components/IslandHeader.js +2 -2
  195. package/components/Island/utils.js +1 -1
  196. package/components/IslandAccordion/IslandAccordion.js +3 -3
  197. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  198. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  199. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  200. package/components/IslandWidget/IslandWidget.js +13 -13
  201. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  202. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
  203. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  204. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  205. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  206. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  207. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  208. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +2 -2
  209. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  210. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +2 -2
  211. package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
  212. package/components/LightBox/LightBox.js +60 -69
  213. package/components/LightBox/LightBoxContent.js +2 -2
  214. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  215. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  216. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  217. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  218. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +105 -97
  219. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  220. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  221. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  222. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
  223. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
  224. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  225. package/components/Link/Link.js +21 -21
  226. package/components/List/List.js +6 -6
  227. package/components/List/ListSortable.js +1 -1
  228. package/components/List/components/ListEmptyState.js +2 -2
  229. package/components/List/components/ListItem.js +1 -1
  230. package/components/List/components/ListItemContent.js +12 -12
  231. package/components/List/components/ListItemControls.js +7 -7
  232. package/components/List/components/ListItemControlsButton.js +2 -2
  233. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  234. package/components/List/components/ListItemLoading.js +7 -7
  235. package/components/List/components/ListItemSelectable.js +10 -10
  236. package/components/List/components/ListItemTable.js +6 -6
  237. package/components/List/components/ListItemTailLeft.js +2 -2
  238. package/components/List/components/ListItemTailRight.js +2 -2
  239. package/components/List/components/ListSortableItem.js +5 -5
  240. package/components/List/components/ListSortableItemControls.js +7 -7
  241. package/components/List/components/ListSortableItemTarget.js +4 -4
  242. package/components/List/index.js +1 -1
  243. package/components/ListMaster/ListMaster.js +1 -1
  244. package/components/ListMaster/components/ListMasterBody.js +1 -1
  245. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  246. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  247. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  248. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  249. package/components/ListMaster/components/ListMasterHeader.js +8 -8
  250. package/components/ListMaster/components/SelectionControls.js +6 -6
  251. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  252. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  253. package/components/LoaderScreen/LoaderScreen.js +10 -10
  254. package/components/Marker/Marker.js +2 -2
  255. package/components/Marker/utils.js +1 -1
  256. package/components/MarkerStatus/MarkerStatus.js +27 -31
  257. package/components/MobileView/index.js +3 -1
  258. package/components/MobileView/useMobileView.js +10 -0
  259. package/components/ModalWindow/ModalWindow.js +30 -30
  260. package/components/ModalWindow/components/ModalWindowBody.js +7 -7
  261. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  262. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  263. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  264. package/components/ModalWindow/components/ModalWindowViewManager.js +7 -7
  265. package/components/MonthYearRange/MonthYearRange.js +12 -12
  266. package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
  267. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
  268. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  269. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  270. package/components/Notification/Notification.js +3 -3
  271. package/components/Notification/NotificationGrouped.js +1 -1
  272. package/components/Notification/components/NotificationBody.js +1 -1
  273. package/components/Notification/components/NotificationBodyList.js +2 -2
  274. package/components/Notification/components/NotificationClose.js +1 -1
  275. package/components/Notification/components/NotificationFooter.js +1 -1
  276. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  277. package/components/Notification/components/NotificationHeader.js +1 -1
  278. package/components/Notification/components/NotificationIcon.js +1 -1
  279. package/components/Notification/components/NotificationTime.js +1 -1
  280. package/components/NumberField/NumberFieldInput.js +1 -1
  281. package/components/OrderedList/OrderedList.js +9 -9
  282. package/components/OrderedList/OrderedListItem.js +3 -3
  283. package/components/Overlay/Overlay.js +2 -2
  284. package/components/Overlay/OverlayMask.js +2 -2
  285. package/components/Overlay/OverlayPanel.js +2 -2
  286. package/components/Page/Page.js +2 -2
  287. package/components/Page/components/BodyPage.js +7 -7
  288. package/components/Page/components/FooterPage.js +2 -2
  289. package/components/Page/components/HeaderPage.js +2 -2
  290. package/components/Pagination/components/PaginationExtended.js +6 -6
  291. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  292. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  293. package/components/Pagination/components/PaginationPageButton.js +11 -11
  294. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  295. package/components/Pagination/components/PaginationSelect.js +13 -13
  296. package/components/Pagination/utils/paginationUtils.js +1 -1
  297. package/components/Radio/Radio.js +13 -13
  298. package/components/Radio/RadioXGroup.js +13 -13
  299. package/components/Radio/RadioYGroup.js +8 -8
  300. package/components/Row/Row.js +8 -8
  301. package/components/SMSField/SMSField.js +3 -3
  302. package/components/SMSField/components/RefreshIcon.js +2 -2
  303. package/components/SMSField/components/SMSFieldInput.js +3 -3
  304. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  305. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  306. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  307. package/components/SegmentedControl/SegmentedControl.js +16 -16
  308. package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
  309. package/components/SelectExtendedField/SelectExtendedField.js +19 -19
  310. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  311. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  312. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +20 -19
  313. package/components/SelectField/SelectField.js +2 -2
  314. package/components/Skeleton/Skeleton.js +10 -10
  315. package/components/SliderExtended/SliderExtended.js +3 -3
  316. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
  317. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  318. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  319. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  320. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
  321. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
  322. package/components/SmallInput/SmallInput.js +5 -5
  323. package/components/Spoiler/Spoiler.js +13 -13
  324. package/components/StatusTracker/StatusTracker.js +3 -3
  325. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  326. package/components/StatusTracker/components/StatusTrackerBody.js +11 -9
  327. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  328. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  329. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  330. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  331. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  332. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  333. package/components/StatusTracker/components/StatusTrackerStatusGroup.js +13 -0
  334. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  335. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  336. package/components/Step/Step.js +18 -18
  337. package/components/Stepper/Stepper.js +33 -32
  338. package/components/Stepper/StepperExtended.js +8 -8
  339. package/components/Stepper/StepperStep.js +3 -3
  340. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  341. package/components/Stepper/index.js +9 -7
  342. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  343. package/components/Suggest/useSuggest.js +1 -1
  344. package/components/SuggestField/SuggestField.js +2 -2
  345. package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
  346. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  347. package/components/SuggestField/index.js +1 -1
  348. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  349. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  350. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  351. package/components/SuggestField/mobile/index.js +1 -1
  352. package/components/SwipeableArea/SwipeableArea.js +3 -3
  353. package/components/Table/ChipPanel.js +2 -2
  354. package/components/Table/ChipPanelLinks.js +5 -5
  355. package/components/Table/FilterPanel.js +6 -6
  356. package/components/Table/MasterTable.js +19 -19
  357. package/components/Table/NoColumns.js +6 -6
  358. package/components/Table/PaginationPanel.js +5 -5
  359. package/components/Table/TableBasic/TableBasic.js +2 -2
  360. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  361. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  362. package/components/Table/TableBasic/components/TableBasicRow.js +21 -21
  363. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  364. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
  365. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
  366. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  367. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  368. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  369. package/components/Table/TableFooter/TableFooter.js +2 -2
  370. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  371. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  372. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  373. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  374. package/components/Table/utils.js +1 -1
  375. package/components/Tabs/Tabs.js +44 -39
  376. package/components/TabsExtended/TabsExtended.js +3 -3
  377. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  378. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  379. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  380. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  381. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
  382. package/components/TabsExtended/utils.js +1 -1
  383. package/components/TabsLine/TabsLine.js +13 -12
  384. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  385. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  386. package/components/TabsLine/components/TabsLineItem.js +2 -2
  387. package/components/TabsLine/components/TabsLineMobile.js +1 -1
  388. package/components/Tag/Tag.js +28 -28
  389. package/components/TagColor/TagColor.js +11 -11
  390. package/components/TagGroup/TagGroup.js +10 -10
  391. package/components/TextField/TextField.js +1 -1
  392. package/components/TextField/TextFieldBase.js +1 -1
  393. package/components/TextareaField/TextareaField.js +1 -1
  394. package/components/ThemeProvider/ThemeProvider.js +1 -1
  395. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  396. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  397. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  398. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  399. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  400. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  401. package/components/Tooltip/components/mobile/TooltipMobile.js +13 -13
  402. package/components/TopOverlay/TopOverlay.js +53 -53
  403. package/components/TreeView/TreeView.js +2 -2
  404. package/components/TreeView/components/TreeViewGroup.js +1 -1
  405. package/components/TreeView/components/TreeViewNode.js +2 -2
  406. package/components/Typography/Caption.js +31 -31
  407. package/components/Typography/CodeText.js +11 -11
  408. package/components/Typography/Text.js +18 -18
  409. package/components/Typography/Title.js +15 -15
  410. package/components/Typography/constants.js +1 -1
  411. package/components/Typography/enums.js +1 -1
  412. package/components/UnorderedList/UnorderedList.js +5 -5
  413. package/components/UnorderedList/UnorderedListItem.js +6 -6
  414. package/components/UploadZone/UploadZone.js +3 -3
  415. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  416. package/components/UploadZone/index.js +1 -1
  417. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  418. package/components/index.js +363 -359
  419. package/index.d.ts +42 -42
  420. package/index.js +397 -393
  421. package/package.json +5 -1
  422. package/styles/triplex-next.css +557 -556
  423. package/utils/amountUtils.js +1 -1
  424. package/chunks/Card.module-_9W_bDbW.js +0 -18
  425. package/chunks/CheckboxTreeExtended.module-BW6Er6eg.js +0 -15
  426. package/chunks/Confirm.module-B7EimS-c.js +0 -15
  427. package/chunks/DropdownMobile.module-CEUckjjY.js +0 -23
  428. package/chunks/Footer.module-Btaepr_L.js +0 -9
  429. package/chunks/HeaderLayoutSidebar.module-Uq7eUhaq.js +0 -9
  430. package/chunks/HeaderTabs.module-CiK3DS7c.js +0 -9
  431. package/chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js +0 -17
  432. package/chunks/IslandAccordion.module-BxoLhMzZ.js +0 -25
  433. package/chunks/IslandWidgetFooter.module-CxO5dSVu.js +0 -9
  434. package/chunks/IslandWidgetHeader.module-BZIonIbn.js +0 -13
  435. package/chunks/LightBoxControls.module-BT6tQ7Ue.js +0 -16
  436. package/chunks/LightBoxSideOverlayClose.module-dV9DEtmo.js +0 -9
  437. package/chunks/ListItemTail.module-Bp7M4QdS.js +0 -12
  438. package/chunks/ListMasterFooter.module-DMGAGzUD.js +0 -10
  439. package/chunks/ModalWindow.module-CcEb5ZBL.js +0 -17
  440. package/chunks/Notification.module-DmHe2Kv2.js +0 -20
  441. package/chunks/Overlay.module-f4p8iBuk.js +0 -18
  442. package/chunks/Page.module-B1W0CUyk.js +0 -11
  443. package/chunks/SMSField.module-cmbHRm31.js +0 -16
  444. package/chunks/SliderExtendedMarks.module-DptabtoD.js +0 -15
  445. package/chunks/SliderExtendedRail-D4NXHvvH.js +0 -40
  446. package/chunks/StatusTracker.module-BBm6PrHb.js +0 -24
  447. package/chunks/TableFooter.module-D-gNDmws.js +0 -14
  448. package/chunks/TabsExtended.module-IBQrFWHl.js +0 -16
  449. package/chunks/TabsLine.module-CM-pL6UU.js +0 -21
  450. package/chunks/TooltipDesktop.module-CXZIjsAn.js +0 -19
  451. package/chunks/TreeView.module-Co2-lRZN.js +0 -9
  452. package/chunks/utils-B2FzgoVa.js +0 -28
  453. package/chunks/utils-DEqGmway.js +0 -73
  454. package/chunks/utils-fAec4Z-1.js +0 -24
@@ -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-DmHe2Kv2.js";
3
+ import { s as e } from "../../chunks/Notification.module-BNsYZ_Ak.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-DmHe2Kv2.js";
6
+ import { s as f } from "../../../chunks/Notification.module-BNsYZ_Ak.js";
7
7
  const o = ((t) => {
8
8
  const { children: i } = t;
9
9
  return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
3
3
  import "../../UnorderedList/UnorderedListItem.js";
4
- import { s as a } from "../../../chunks/Notification.module-DmHe2Kv2.js";
5
- import { c as e } from "../../../chunks/vendor-82AnkPpo.js";
4
+ import { s as a } from "../../../chunks/Notification.module-BNsYZ_Ak.js";
5
+ import { c as e } from "../../../chunks/vendor-D5cfSbgz.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-DmHe2Kv2.js";
8
+ import { s as m } from "../../../chunks/Notification.module-BNsYZ_Ak.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-DmHe2Kv2.js";
2
+ import { s as i } from "../../../chunks/Notification.module-BNsYZ_Ak.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-82AnkPpo.js";
3
- import { s as o } from "../../../chunks/Notification.module-DmHe2Kv2.js";
2
+ import { c as i } from "../../../chunks/vendor-D5cfSbgz.js";
3
+ import { s as o } from "../../../chunks/Notification.module-BNsYZ_Ak.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-DmHe2Kv2.js";
2
+ import { s as a } from "../../../chunks/Notification.module-BNsYZ_Ak.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-DmHe2Kv2.js";
2
+ import { s as t } from "../../../chunks/Notification.module-BNsYZ_Ak.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-DmHe2Kv2.js";
2
+ import { s as t } from "../../../chunks/Notification.module-BNsYZ_Ak.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
3
3
  import "../FormField/components/FormFieldClear.js";
4
4
  import "../FormField/components/FormFieldCounter.js";
5
5
  import "../FormField/components/FormFieldDescription.js";
6
- import { F as d } from "../../chunks/FormFieldInput-CkVtqncH.js";
6
+ import { F as d } from "../../chunks/FormFieldInput-CxAdhoLS.js";
7
7
  import "../FormField/components/FormFieldLabel.js";
8
8
  import "../FormField/components/FormFieldMaskedInput.js";
9
9
  import "../FormField/components/FormFieldPostfix.js";
@@ -1,26 +1,26 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as m } from "../../chunks/vendor-82AnkPpo.js";
4
- import { OrderedListItem as a } from "./OrderedListItem.js";
5
- const f = "orderedList__1410ff62", c = {
6
- orderedList: f
3
+ import { c as a } from "../../chunks/vendor-D5cfSbgz.js";
4
+ import { OrderedListItem as m } from "./OrderedListItem.js";
5
+ const c = "orderedList__381bddaa", f = {
6
+ orderedList: c
7
7
  }, L = Object.assign(
8
- i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
8
+ i.forwardRef(({ className: d, start: e, style: r, ...t }, o) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: m(c.orderedList, t),
11
+ className: a(f.orderedList, d),
12
12
  start: e,
13
13
  style: e !== void 0 ? {
14
14
  ...r,
15
15
  "--start-index-tx": e - 1
16
16
  } : r,
17
- ...d,
18
- "data-tx": "1.31.0",
17
+ ...t,
18
+ "data-tx": "1.33.0",
19
19
  ref: o
20
20
  }
21
21
  )),
22
22
  {
23
- Item: a
23
+ Item: m
24
24
  }
25
25
  );
26
26
  L.displayName = "OrderedList";
@@ -1,12 +1,12 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as i } from "../../chunks/vendor-82AnkPpo.js";
3
+ import { c as i } from "../../chunks/vendor-D5cfSbgz.js";
4
4
  import { ETextSize as s } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
7
7
  import { Text as d } from "../Typography/Text.js";
8
8
  import "../Typography/Title.js";
9
- const a = "orderedListItem__5159b7d6", p = {
9
+ const a = "orderedListItem__8acfe302", p = {
10
10
  orderedListItem: a
11
11
  }, f = m.forwardRef(
12
12
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
@@ -16,7 +16,7 @@ const a = "orderedListItem__5159b7d6", p = {
16
16
  size: s.B3,
17
17
  tag: "li",
18
18
  ...e,
19
- "data-tx": "1.31.0",
19
+ "data-tx": "1.33.0",
20
20
  ref: r
21
21
  }
22
22
  )
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import { useState as h } from "react";
3
- import { c as u } from "../../chunks/vendor-82AnkPpo.js";
3
+ import { c as u } from "../../chunks/vendor-D5cfSbgz.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-f4p8iBuk.js";
7
+ import { s as r } from "../../chunks/Overlay.module-DOk5L_-8.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-82AnkPpo.js";
4
- import { s as a } from "../../chunks/Overlay.module-f4p8iBuk.js";
3
+ import { c as t } from "../../chunks/vendor-D5cfSbgz.js";
4
+ import { s as a } from "../../chunks/Overlay.module-DOk5L_-8.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-82AnkPpo.js";
3
+ import { c as d } from "../../chunks/vendor-D5cfSbgz.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-f4p8iBuk.js";
5
+ import { s as e } from "../../chunks/Overlay.module-DOk5L_-8.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-82AnkPpo.js";
3
+ import { c as i } from "../../chunks/vendor-D5cfSbgz.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-B1W0CUyk.js";
7
+ import { s as o } from "../../chunks/Page.module-TORdWU5G.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-82AnkPpo.js";
4
+ import { c as d } from "../../../chunks/vendor-D5cfSbgz.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
7
  import { EIslandType as M } from "../../Island/enums.js";
8
- const f = "bodyPage__9174d38f", P = "verticalMargin24__e5aa3cba", v = "verticalMargin16__079b4790", o = {
8
+ const f = "bodyPage__d5377754", P = "verticalMargin24__e906ef33", v = "verticalMargin16__c98d8ebb", e = {
9
9
  bodyPage: f,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
12
12
  }, _ = {
13
- [r.LARGE]: o.verticalMargin24,
14
- [r.SMALL]: o.verticalMargin16
13
+ [r.LARGE]: e.verticalMargin24,
14
+ [r.SMALL]: e.verticalMargin16
15
15
  }, b = m.forwardRef(
16
- ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...e }, i) => {
17
- const t = d(s, o.bodyPage, _[g]);
18
- return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
16
+ ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...o }, i) => {
17
+ const t = d(s, e.bodyPage, _[g]);
18
+ return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
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-82AnkPpo.js";
3
+ import { c as T } from "../../../chunks/vendor-D5cfSbgz.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-B1W0CUyk.js";
12
+ import { s as c } from "../../../chunks/Page.module-TORdWU5G.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-82AnkPpo.js";
5
+ import { c as p } from "../../../chunks/vendor-D5cfSbgz.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-B1W0CUyk.js";
9
+ import { s as i } from "../../../chunks/Page.module-TORdWU5G.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,14 +1,14 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-82AnkPpo.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as d } from "../../../chunks/vendor-D5cfSbgz.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__d851805b", s = {
4
+ const r = "paginationExtended__26f14558", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
- ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ d(
7
+ ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: o(s.paginationExtended, a),
11
- "data-tx": "1.31.0",
10
+ className: d(s.paginationExtended, a),
11
+ "data-tx": "1.33.0",
12
12
  ...n,
13
13
  ref: e,
14
14
  children: t
@@ -4,10 +4,10 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__8e69e7f8", N = "directionIconNext__7b8e665a", n = {
7
+ const g = "paginationNavigationButton__7d2cdeba", N = "directionIconNext__906ba182", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, f = c.forwardRef(
10
+ }, d = c.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
12
  const r = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__8e69e7f8", N = "directionIconNext__7b8e66
22
22
  );
23
23
  }
24
24
  );
25
- f.displayName = "PaginationNavigationButton";
25
+ d.displayName = "PaginationNavigationButton";
26
26
  export {
27
- f 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-82AnkPpo.js";
4
- const g = "paginationNavigationExtended__39073a4c", r = {
3
+ import { c as d } from "../../../chunks/vendor-D5cfSbgz.js";
4
+ const g = "paginationNavigationExtended__6c942939", 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-82AnkPpo.js";
3
+ import { c as p } from "../../../chunks/vendor-D5cfSbgz.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
@@ -11,11 +11,11 @@ import { ButtonBase as c } from "../../Button/ButtonBase.js";
11
11
  import "../../Button/ButtonIcon.js";
12
12
  import "../../Button/ButtonDropdown.js";
13
13
  import "../../Button/ButtonDropdownExtended.js";
14
- const u = "paginationPageButton__717bd538", P = "currentPage__1026ae9f", a = {
15
- paginationPageButton: u,
16
- currentPage: P
17
- }, f = m.forwardRef(
18
- ({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
14
+ const f = "paginationPageButton__4ee2f935", u = "currentPage__d229fa62", a = {
15
+ paginationPageButton: f,
16
+ currentPage: u
17
+ }, P = m.forwardRef(
18
+ ({ isCurrent: t = !1, children: e, className: i, ...r }, n) => /* @__PURE__ */ o(
19
19
  c,
20
20
  {
21
21
  className: p(
@@ -23,17 +23,17 @@ const u = "paginationPageButton__717bd538", P = "currentPage__1026ae9f", a = {
23
23
  {
24
24
  [a.currentPage]: t
25
25
  },
26
- r
26
+ i
27
27
  ),
28
28
  "aria-live": t ? "polite" : void 0,
29
- ...e,
29
+ ...r,
30
30
  ref: n,
31
- children: /* @__PURE__ */ o(s, { size: g.B3, children: i })
31
+ children: /* @__PURE__ */ o(s, { size: g.B3, children: e })
32
32
  }
33
33
  )
34
34
  );
35
- f.displayName = "PaginationPageButton";
35
+ P.displayName = "PaginationPageButton";
36
36
  export {
37
- f as PaginationPageButton
37
+ P as PaginationPageButton
38
38
  };
39
39
  //# sourceMappingURL=PaginationPageButton.js.map
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as p } from "../../../chunks/vendor-82AnkPpo.js";
2
+ import { c as p } from "../../../chunks/vendor-D5cfSbgz.js";
3
3
  import e from "react";
4
4
  import { ETextSize as r } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
7
  import { Text as l } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
- const n = "paginationPageEllipsis__8b9fe4f7", m = {
9
+ const n = "paginationPageEllipsis__8f4e620d", m = {
10
10
  paginationPageEllipsis: n
11
11
  }, g = e.forwardRef(
12
12
  ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
@@ -1,6 +1,6 @@
1
- import { jsxs as s, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
- import { u as d, c as S } from "../../../chunks/vendor-82AnkPpo.js";
3
+ import { u as S, c as d } from "../../../chunks/vendor-D5cfSbgz.js";
4
4
  import { ETextSize as f } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
@@ -8,20 +8,20 @@ import { Text as g } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
9
  import { SelectField as u } from "../../SelectField/SelectField.js";
10
10
  import { EComponentSize as x } from "../../../enums/EComponentSize.js";
11
- const _ = "paginationSelect__e2cde504", C = "paginationSelectControl__3e1ca325", o = {
11
+ const _ = "paginationSelect__751fa3a0", b = "paginationSelectControl__c79b6b2f", o = {
12
12
  paginationSelect: _,
13
- paginationSelectControl: C
14
- }, z = m.forwardRef(
15
- ({ paginationLabel: t, className: a, options: n, value: r, onChange: l }, c) => {
16
- const [i] = p(() => `Pagination-${d()}`);
17
- return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, a), ref: c, children: [
18
- /* @__PURE__ */ e(g, { size: f.B3, id: i, children: t }),
19
- /* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
13
+ paginationSelectControl: b
14
+ }, C = m.forwardRef(
15
+ ({ paginationLabel: e, className: a, options: n, value: r, onChange: l }, c) => {
16
+ const [i] = p(() => `Pagination-${S()}`);
17
+ return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, a), ref: c, children: [
18
+ /* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
19
+ /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  u,
21
21
  {
22
22
  size: x.SM,
23
23
  value: r,
24
- mobileTitle: t,
24
+ mobileTitle: e,
25
25
  options: n,
26
26
  onChange: l,
27
27
  targetProps: {
@@ -33,8 +33,8 @@ const _ = "paginationSelect__e2cde504", C = "paginationSelectControl__3e1ca325",
33
33
  ] });
34
34
  }
35
35
  );
36
- z.displayName = "PaginationSelect";
36
+ C.displayName = "PaginationSelect";
37
37
  export {
38
- z as PaginationSelect
38
+ C as PaginationSelect
39
39
  };
40
40
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,4 +1,4 @@
1
- import { k as R } from "../../../chunks/vendor-82AnkPpo.js";
1
+ import { k as R } from "../../../chunks/vendor-D5cfSbgz.js";
2
2
  const m = -1, h = {
3
3
  // Создание массива чисел в заданном диапазоне с заданным шагом.
4
4
  generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
@@ -1,14 +1,14 @@
1
- import { jsxs as b, jsx as i } from "react/jsx-runtime";
1
+ import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as d } from "../../chunks/vendor-82AnkPpo.js";
3
+ import { c as n } from "../../chunks/vendor-D5cfSbgz.js";
4
4
  import { ETextSize as m } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
7
7
  import { Text as x } from "../Typography/Text.js";
8
8
  import "../Typography/Title.js";
9
- import { EComponentSize as s } from "../../enums/EComponentSize.js";
9
+ import { EComponentSize as e } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
- const y = "label__0014dee8", M = "sm__85f0408c", T = "nonempty__ceafdf0a", S = "md__d5265cd3", g = "lg__f8e1c894", u = "disabled__54aa1719", I = "radio__b9bfd6a4", R = "radioIcon__9f51b35f", a = {
11
+ const y = "label__bb953aaf", M = "sm__e4267be1", T = "nonempty__46bfc402", S = "md__faea06e8", g = "lg__600ee8f7", u = "disabled__b9b2ee84", I = "radio__4ea58ebd", R = "radioIcon__ccbf5ddb", a = {
12
12
  label: y,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -18,20 +18,20 @@ const y = "label__0014dee8", M = "sm__85f0408c", T = "nonempty__ceafdf0a", S = "
18
18
  radio: I,
19
19
  radioIcon: R
20
20
  }, B = {
21
- [s.LG]: m.B2,
22
- [s.MD]: m.B3,
23
- [s.SM]: m.B4
24
- }, C = z(a), h = N.forwardRef((n, r) => {
25
- const { children: e, className: l, disabled: c, labelAttributes: o, size: t = s.MD, ...p } = n, _ = d(a.radio, l, C[t]), f = d(
21
+ [e.LG]: m.B2,
22
+ [e.MD]: m.B3,
23
+ [e.SM]: m.B4
24
+ }, C = z(a), h = N.forwardRef((d, r) => {
25
+ const { children: s, className: l, disabled: c, labelAttributes: o, size: t = e.MD, ...p } = d, b = n(a.radio, l, C[t]), _ = n(
26
26
  a.label,
27
27
  a[t],
28
- { [a.disabled]: !!c, [a.nonempty]: !!e },
28
+ { [a.disabled]: !!c, [a.nonempty]: !!s },
29
29
  o == null ? void 0 : o.className
30
30
  );
31
- return /* @__PURE__ */ b("label", { ...o, className: f, "data-tx": "1.31.0", children: [
32
- /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: r }),
31
+ return /* @__PURE__ */ f("label", { ...o, className: _, "data-tx": "1.33.0", children: [
32
+ /* @__PURE__ */ i("input", { type: "radio", className: b, disabled: c, ...p, ref: r }),
33
33
  /* @__PURE__ */ i("span", { className: a.radioIcon }),
34
- e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
34
+ s && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: s })
35
35
  ] });
36
36
  });
37
37
  h.displayName = "Radio";
@@ -1,17 +1,17 @@
1
- import { jsx as s } from "react/jsx-runtime";
2
- import { c as a } from "../../chunks/vendor-82AnkPpo.js";
3
- const c = "radioXGroup__d5c86409", _ = "label__0014dee8", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__1ced5633",
6
- label: _,
7
- "indent-16": "indent-16__4c0b35f6",
8
- "indent-20": "indent-20__c7846855",
9
- "indent-24": "indent-24__e6475ee0",
10
- "indent-28": "indent-28__d3504761",
11
- "indent-32": "indent-32__62dce5b0"
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { c as s } from "../../chunks/vendor-D5cfSbgz.js";
3
+ const _ = "radioXGroup__9643c370", c = "label__bb953aaf", n = {
4
+ radioXGroup: _,
5
+ "indent-12": "indent-12__d4ef61ba",
6
+ label: c,
7
+ "indent-16": "indent-16__d4905f20",
8
+ "indent-20": "indent-20__c083eaa8",
9
+ "indent-24": "indent-24__d26a6032",
10
+ "indent-28": "indent-28__63498558",
11
+ "indent-32": "indent-32__01af6d16"
12
12
  }, l = (e) => {
13
- const { children: d, className: i, indent: o = 12, ...t } = e, r = a(n.radioXGroup, n[`indent-${o}`], i);
14
- return /* @__PURE__ */ s("div", { className: r, role: "radiogroup", ...t, children: d });
13
+ const { children: d, className: a, indent: i = 12, ...o } = e, t = s(n.radioXGroup, n[`indent-${i}`], a);
14
+ return /* @__PURE__ */ r("div", { className: t, role: "radiogroup", ...o, children: d });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,13 +1,13 @@
1
- import { jsx as i } from "react/jsx-runtime";
2
- import { c } from "../../chunks/vendor-82AnkPpo.js";
3
- const p = "radioYGroup__ee656ae2", t = {
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as d } from "../../chunks/vendor-D5cfSbgz.js";
3
+ const p = "radioYGroup__072a372d", t = {
4
4
  radioYGroup: p
5
- }, d = (o) => {
6
- const { children: r, className: s, ...a } = o, e = c(t.radioYGroup, s);
7
- return /* @__PURE__ */ i("div", { className: e, role: "radiogroup", ...a, children: r });
5
+ }, e = (o) => {
6
+ const { children: r, className: s, ...a } = o, i = d(t.radioYGroup, s);
7
+ return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
8
8
  };
9
- d.displayName = "RadioYGroup";
9
+ e.displayName = "RadioYGroup";
10
10
  export {
11
- d as RadioYGroup
11
+ e as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map
@@ -1,8 +1,8 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import { c as e } from "../../chunks/vendor-82AnkPpo.js";
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import { c as e } from "../../chunks/vendor-D5cfSbgz.js";
3
3
  import { EComponentSize as t } from "../../enums/EComponentSize.js";
4
4
  import { RowContext as M } from "./RowContext.js";
5
- const a = "row__0027cef0", i = "noPaddingBottom__9468021c", S = "SM__9ad16af5", w = "MD__2b9a7d40", o = {
5
+ const a = "row__3feb13ac", i = "noPaddingBottom__a9cac136", S = "SM__9a13243c", w = "MD__58f1dd5d", o = {
6
6
  row: a,
7
7
  noPaddingBottom: i,
8
8
  SM: S,
@@ -11,16 +11,16 @@ const a = "row__0027cef0", i = "noPaddingBottom__9468021c", S = "SM__9ad16af5",
11
11
  [t.SM]: o.SM,
12
12
  [t.MD]: o.MD
13
13
  }, f = ({
14
- children: s,
15
- className: c,
14
+ children: r,
15
+ className: s,
16
16
  gridHorizontalGap: n = t.SM,
17
17
  paddingBottom: m = !0,
18
- ..._
18
+ ...d
19
19
  }) => {
20
- const d = e(c, o.row, P[n], {
20
+ const _ = e(s, o.row, P[n], {
21
21
  [o.noPaddingBottom]: !m
22
22
  });
23
- return /* @__PURE__ */ r(M.Provider, { value: { gridHorizontalGap: n }, children: /* @__PURE__ */ r("div", { className: d, ..._, children: s }) });
23
+ return /* @__PURE__ */ c(M.Provider, { value: { gridHorizontalGap: n }, children: /* @__PURE__ */ c("div", { className: _, ...d, children: r }) });
24
24
  };
25
25
  f.displayName = "Row";
26
26
  export {
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as C } from "../../chunks/vendor-82AnkPpo.js";
2
+ import { c as C } from "../../chunks/vendor-D5cfSbgz.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-cmbHRm31.js";
9
+ import { s } from "../../chunks/SMSField.module-BjG_FEkT.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.31.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.33.0", children: m })
30
30
  }
31
31
  );
32
32
  };