@sberbusiness/triplex-next 1.6.1 → 1.7.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 (411) hide show
  1. package/chunks/AlertProcessSpoiler-Ce_8Yuvv.js +39 -0
  2. package/chunks/{CalendarViewItem-BoFDPLNT.js → CalendarViewItem-BDMvwpK5.js} +17 -17
  3. package/chunks/Card.module-BvlTqE5R.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-DsOQXTb2.js +11 -0
  5. package/chunks/{Chip-C91-I9zb.js → Chip-eRAmMCbK.js} +5 -5
  6. package/chunks/Confirm.module-BQvs_z36.js +15 -0
  7. package/chunks/{DropdownListItem-PbfrmOZJ.js → DropdownListItem-DjvVx10v.js} +18 -18
  8. package/chunks/DropdownMobile.module-CEPFt9uH.js +21 -0
  9. package/chunks/Footer.module-CXnDx0Qq.js +9 -0
  10. package/chunks/{FormFieldInput-BL8yYnKo.js → FormFieldInput-Dc0f4nno.js} +14 -14
  11. package/chunks/HeaderLayoutSidebar.module-CHV51xUH.js +9 -0
  12. package/chunks/HeaderTabs.module-T3W10WU8.js +9 -0
  13. package/chunks/{HeaderTitle.module-29jwPQr2.js → HeaderTitle.module-B6qQsh69.js} +2 -2
  14. package/chunks/IslandAccordion.module-DoM2x4VR.js +26 -0
  15. package/chunks/IslandWidgetFooter.module-qNMIN4zr.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-DUf_HV96.js +9 -0
  17. package/chunks/{LightBoxContent-D9VFXK17.js → LightBoxContent--MHZ9Gkl.js} +14 -14
  18. package/chunks/LightBoxControls.module-C3_q74nl.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-D66ESS7b.js +8 -0
  20. package/chunks/{ListItemControlsButton-DnuVSFV7.js → ListItemControlsButton-CDyUDFUr.js} +5 -5
  21. package/chunks/ListItemTail.module-DYbacvAR.js +12 -0
  22. package/chunks/ListMasterFooter.module-ghOvyA19.js +10 -0
  23. package/chunks/ModalWindow.module-CvIIBPzJ.js +17 -0
  24. package/chunks/Notification.module-DrKXO_L0.js +21 -0
  25. package/chunks/Overlay.module-B4exkEG2.js +18 -0
  26. package/chunks/Page.module-CvSterCP.js +11 -0
  27. package/chunks/{RightBorderArrow-esMRIv7g.js → RightBorderArrow-B-QGBlRY.js} +8 -8
  28. package/chunks/SMSInput.module-DkPfMZWv.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-DZlxonFv.js +15 -0
  30. package/chunks/SliderExtendedRail-VV02EHbt.js +40 -0
  31. package/chunks/StatusTracker.module-BzVEt7sh.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-CpoZIQ7a.js → SuggestFieldMobileDropdownHint-CW9LKnIb.js} +4 -4
  33. package/chunks/TableFooter.module-DKNnDtzT.js +14 -0
  34. package/chunks/TabsExtended.module-BQKnCc6i.js +16 -0
  35. package/chunks/TabsLine.module-Cr-x0ll4.js +23 -0
  36. package/chunks/TooltipDesktop.module-D3epe_HW.js +19 -0
  37. package/chunks/{TooltipMobileCloseButton-Bdw8P_WT.js → TooltipMobileCloseButton-BCyljTIq.js} +7 -7
  38. package/chunks/TreeView.module-BXfRfHL4.js +9 -0
  39. package/chunks/{UploadZoneInput-Cr1wEu6A.js → UploadZoneInput-DNhfVDyP.js} +5 -5
  40. package/chunks/{utils-GixgRYNn.js → utils-BY1yN3Hq.js} +9 -9
  41. package/chunks/{utils-DpVkLh52.js → utils-BtnGErpx.js} +4 -4
  42. package/chunks/utils-CR8DYAi0.js +73 -0
  43. package/chunks/{utils-PII_juCp.js → utils-D9oDaQiI.js} +7 -7
  44. package/chunks/utils-DQX5JZ_3.js +24 -0
  45. package/components/Alert/AlertContext/AlertContext.js +2 -2
  46. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  47. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  48. package/components/Amount/Amount.js +7 -7
  49. package/components/AmountField/AmountField.js +2 -2
  50. package/components/Body/Body.js +8 -25
  51. package/components/Body/index.js +2 -4
  52. package/components/Button/Button.js +28 -28
  53. package/components/Button/ButtonBase.js +1 -1
  54. package/components/Button/ButtonDropdown.js +1 -1
  55. package/components/Button/ButtonDropdownExtended.js +7 -7
  56. package/components/Button/ButtonIcon.js +4 -4
  57. package/components/Calendar/Calendar.js +5 -5
  58. package/components/Calendar/components/CalendarControls.js +1 -1
  59. package/components/Calendar/components/CalendarFooter.js +1 -1
  60. package/components/Calendar/components/CalendarViewDays.js +1 -1
  61. package/components/Calendar/components/CalendarViewItem.js +1 -1
  62. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  63. package/components/Calendar/components/CalendarViewYears.js +1 -1
  64. package/components/Card/CardAction.js +14 -14
  65. package/components/Card/CardStatic.js +2 -2
  66. package/components/Card/components/CardContent/CardContent.js +1 -1
  67. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  68. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  69. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  70. package/components/Card/components/CardMedia.js +1 -1
  71. package/components/Card/utils.js +1 -1
  72. package/components/CarouselExtended/CarouselExtended.js +6 -6
  73. package/components/Checkbox/Checkbox.js +14 -14
  74. package/components/Checkbox/CheckboxXGroup.js +12 -12
  75. package/components/Checkbox/CheckboxYGroup.js +1 -1
  76. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  77. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  78. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  79. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  80. package/components/Chip/Chip.js +1 -1
  81. package/components/Chip/ChipClearButton.js +8 -8
  82. package/components/Chip/ChipDatePicker/ChipDatePicker.js +91 -0
  83. package/components/Chip/ChipDatePicker/components/ChipDatePickerTarget.js +34 -0
  84. package/components/Chip/ChipDropdownArrow.js +1 -1
  85. package/components/Chip/ChipIcon.js +1 -1
  86. package/components/Chip/ChipMultiselect.js +1 -1
  87. package/components/Chip/ChipOptions.js +8 -8
  88. package/components/Chip/ChipSelect.js +1 -1
  89. package/components/Chip/ChipSort.js +1 -1
  90. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  91. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  92. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  93. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
  94. package/components/Chip/index.js +1 -1
  95. package/components/ChipGroup/ChipGroup.js +14 -14
  96. package/components/Col/Col.js +140 -140
  97. package/components/CollapsableTree/components/CollapsableTreeNode.js +3 -3
  98. package/components/Confirm/Confirm.js +1 -1
  99. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  100. package/components/Confirm/components/ConfirmContent.js +1 -1
  101. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  102. package/components/Confirm/components/ConfirmControls.js +1 -1
  103. package/components/DateField/DateField.js +1 -1
  104. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  105. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  106. package/components/DateRange/DateRange.js +9 -9
  107. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  108. package/components/DesignTokens/DesignTokensComponents.js +36 -31
  109. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +42 -37
  110. package/components/DesignTokens/components/IslandWidget.js +14 -0
  111. package/components/DesignTokens/components/index.js +63 -60
  112. package/components/Divider/Divider.js +17 -17
  113. package/components/DocumentNumberEdit/DocumentNumberEdit.js +8 -8
  114. package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
  115. package/components/Dropdown/desktop/DropdownList.js +1 -1
  116. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  117. package/components/Dropdown/desktop/index.js +1 -1
  118. package/components/Dropdown/index.js +1 -1
  119. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  120. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  121. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  123. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  126. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  130. package/components/Ellipsis/Ellipsis.js +5 -5
  131. package/components/ExpandAnimation/ExpandAnimation.js +19 -19
  132. package/components/Footer/Footer.js +1 -1
  133. package/components/Footer/components/FooterDescription.js +1 -1
  134. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  135. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  136. package/components/FormField/FormField.js +19 -19
  137. package/components/FormField/components/FormFieldClear.js +10 -10
  138. package/components/FormField/components/FormFieldCounter.js +4 -4
  139. package/components/FormField/components/FormFieldDescription.js +4 -4
  140. package/components/FormField/components/FormFieldInput.js +1 -1
  141. package/components/FormField/components/FormFieldLabel.js +9 -9
  142. package/components/FormField/components/FormFieldMaskedInput.js +27 -27
  143. package/components/FormField/components/FormFieldPostfix.js +7 -7
  144. package/components/FormField/components/FormFieldPrefix.js +4 -4
  145. package/components/FormField/components/FormFieldTarget.js +17 -17
  146. package/components/FormField/components/FormFieldTextarea.js +15 -15
  147. package/components/FormField/index.js +1 -1
  148. package/components/Header/Header.js +1 -1
  149. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  150. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  151. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  152. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
  153. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  154. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  155. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  156. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  157. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  158. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  159. package/components/HelpBox/HelpBox.js +31 -31
  160. package/components/HelpBox/index.js +5 -0
  161. package/components/Island/Island.js +1 -1
  162. package/components/Island/components/IslandBody.js +3 -3
  163. package/components/Island/components/IslandFooter.js +5 -5
  164. package/components/Island/components/IslandHeader.js +1 -1
  165. package/components/Island/utils.js +1 -1
  166. package/components/IslandAccordion/IslandAccordion.js +2 -2
  167. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  168. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  169. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  170. package/components/IslandWidget/IslandWidget.js +51 -0
  171. package/components/IslandWidget/IslandWidgetContext.js +10 -0
  172. package/components/IslandWidget/components/IslandWidgetBody.js +7 -0
  173. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +23 -0
  174. package/components/IslandWidget/components/IslandWidgetFooter.js +13 -0
  175. package/components/IslandWidget/components/IslandWidgetFooterContent.js +11 -0
  176. package/components/IslandWidget/components/IslandWidgetFooterControls.js +11 -0
  177. package/components/IslandWidget/components/IslandWidgetHeader.js +13 -0
  178. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +13 -0
  179. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +13 -0
  180. package/components/IslandWidget/components/IslandWidgetWrapper.js +17 -0
  181. package/components/IslandWidget/components/index.js +15 -0
  182. package/components/IslandWidget/index.js +17 -0
  183. package/components/LightBox/LightBox.js +6 -5
  184. package/components/LightBox/LightBoxContent.js +1 -1
  185. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  186. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  187. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  188. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +62 -65
  190. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  193. package/components/LightBox/LightBoxSideOverlay/enums.js +5 -0
  194. package/components/LightBox/LightBoxSideOverlay/index.js +7 -0
  195. package/components/LightBox/index.js +7 -3
  196. package/components/Link/Link.js +14 -14
  197. package/components/List/List.js +5 -5
  198. package/components/List/components/ListEmptyState.js +5 -5
  199. package/components/List/components/ListItem.js +1 -1
  200. package/components/List/components/ListItemContent.js +9 -9
  201. package/components/List/components/ListItemControls.js +1 -1
  202. package/components/List/components/ListItemControlsButton.js +1 -1
  203. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  204. package/components/List/components/ListItemLoading.js +3 -3
  205. package/components/List/components/ListItemSelectable.js +5 -5
  206. package/components/List/components/ListItemTable.js +5 -5
  207. package/components/List/components/ListItemTailLeft.js +1 -1
  208. package/components/List/components/ListItemTailRight.js +1 -1
  209. package/components/List/components/ListSortableItem.js +6 -6
  210. package/components/List/components/ListSortableItemControls.js +5 -5
  211. package/components/List/components/ListSortableItemTarget.js +1 -1
  212. package/components/List/index.js +1 -1
  213. package/components/ListMaster/ListMaster.js +1 -1
  214. package/components/ListMaster/components/ListMasterBody.js +1 -1
  215. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  216. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  217. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  218. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  219. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  220. package/components/ListMaster/components/SelectionControls.js +2 -2
  221. package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
  222. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  223. package/components/LoaderScreen/LoaderScreen.js +8 -8
  224. package/components/Marker/Marker.js +1 -1
  225. package/components/Marker/utils.js +1 -1
  226. package/components/MarkerStatus/MarkerStatus.js +12 -12
  227. package/components/ModalWindow/ModalWindow.js +37 -36
  228. package/components/ModalWindow/components/ModalWindowBody.js +10 -10
  229. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  230. package/components/ModalWindow/components/ModalWindowContent.js +15 -9
  231. package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
  232. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  233. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
  234. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
  235. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  236. package/components/Notification/Notification.js +2 -2
  237. package/components/Notification/NotificationGrouped.js +1 -1
  238. package/components/Notification/components/NotificationBody.js +1 -1
  239. package/components/Notification/components/NotificationBodyContent.js +1 -1
  240. package/components/Notification/components/NotificationBodyList.js +1 -1
  241. package/components/Notification/components/NotificationClose.js +1 -1
  242. package/components/Notification/components/NotificationFooter.js +1 -1
  243. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  244. package/components/Notification/components/NotificationHeader.js +1 -1
  245. package/components/Notification/components/NotificationIcon.js +1 -1
  246. package/components/Notification/components/NotificationTime.js +1 -1
  247. package/components/NumberField/NumberFieldInput.js +1 -1
  248. package/components/OrderedList/OrderedList.js +5 -5
  249. package/components/OrderedList/OrderedListItem.js +10 -10
  250. package/components/Overlay/Overlay.js +1 -1
  251. package/components/Overlay/OverlayMask.js +1 -1
  252. package/components/Overlay/OverlayPanel.js +1 -1
  253. package/components/Page/Page.js +1 -1
  254. package/components/Page/components/BodyPage.js +22 -8
  255. package/components/Page/components/FooterPage.js +1 -1
  256. package/components/Page/components/HeaderPage.js +1 -1
  257. package/components/Page/components/enums.js +5 -3
  258. package/components/Page/index.js +7 -5
  259. package/components/Pagination/components/PaginationExtended.js +2 -2
  260. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  261. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  262. package/components/Pagination/components/PaginationPageButton.js +1 -1
  263. package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
  264. package/components/Pagination/components/PaginationSelect.js +7 -7
  265. package/components/Radio/Radio.js +12 -12
  266. package/components/Radio/RadioXGroup.js +11 -11
  267. package/components/Radio/RadioYGroup.js +4 -4
  268. package/components/Row/Row.js +9 -9
  269. package/components/SMSInput/SMSInput.js +2 -2
  270. package/components/SMSInput/components/RefreshIcon.js +1 -1
  271. package/components/SMSInput/components/SMSInputInput.js +2 -2
  272. package/components/SMSInput/components/SMSInputRefresh.js +1 -1
  273. package/components/SMSInput/components/SMSInputSubmit.js +1 -1
  274. package/components/SegmentedControl/SegmentedControl.js +6 -6
  275. package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
  276. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  277. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  278. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +3 -3
  279. package/components/Skeleton/Skeleton.js +8 -8
  280. package/components/SliderExtended/SliderExtended.js +2 -2
  281. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
  282. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  283. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  284. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  285. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
  286. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +8 -8
  287. package/components/SmallInput/SmallInput.js +4 -4
  288. package/components/Spoiler/Spoiler.js +16 -16
  289. package/components/StatusTracker/StatusTracker.js +2 -2
  290. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  294. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  295. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  296. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  297. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  298. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  299. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  300. package/components/Step/Step.js +6 -6
  301. package/components/Stepper/RightBorderArrow.js +1 -1
  302. package/components/Stepper/Stepper.js +12 -12
  303. package/components/Stepper/StepperExtended.js +1 -1
  304. package/components/Stepper/StepperStep.js +2 -2
  305. package/components/Stepper/StepperWrapper.js +2 -2
  306. package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
  307. package/components/SuggestField/SuggestField.js +1 -1
  308. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  309. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  310. package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
  311. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  312. package/components/SuggestField/index.js +1 -1
  313. package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
  314. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  315. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  316. package/components/SuggestField/mobile/index.js +1 -1
  317. package/components/SwipeableArea/SwipeableArea.js +2 -2
  318. package/components/Table/FilterPanel.js +2 -2
  319. package/components/Table/MasterTable.js +2 -2
  320. package/components/Table/NoColumns.js +6 -6
  321. package/components/Table/PaginationPanel.js +2 -2
  322. package/components/Table/TableBasic/TableBasic.js +1 -1
  323. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  324. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  325. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  326. package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
  327. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +1 -1
  328. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +5 -5
  329. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  330. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  331. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  332. package/components/Table/TableFooter/TableFooter.js +1 -1
  333. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  334. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  335. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  336. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  337. package/components/Table/TabsLinePanel.js +1 -1
  338. package/components/Table/TabsLinePanelLinks.js +1 -1
  339. package/components/Table/utils.js +1 -1
  340. package/components/Tabs/Tabs.js +20 -20
  341. package/components/TabsExtended/TabsExtended.js +2 -2
  342. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  343. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  344. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  345. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  346. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  347. package/components/TabsExtended/utils.js +1 -1
  348. package/components/TabsLine/TabsLine.js +1 -1
  349. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  350. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  351. package/components/TabsLine/components/TabsLineItem.js +1 -1
  352. package/components/TabsLine/components/TabsLineMobile.js +5 -5
  353. package/components/Tag/Tag.js +23 -23
  354. package/components/TagGroup/TagGroup.js +8 -8
  355. package/components/TextField/TextField.js +1 -1
  356. package/components/TextareaField/TextareaField.js +1 -1
  357. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  358. package/components/Tooltip/components/common/TooltipLink.js +3 -3
  359. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  360. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  361. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  362. package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
  363. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
  364. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
  365. package/components/TopOverlay/TopOverlay.js +20 -20
  366. package/components/TreeView/TreeView.js +1 -1
  367. package/components/TreeView/components/TreeViewGroup.js +1 -1
  368. package/components/TreeView/components/TreeViewNode.js +1 -1
  369. package/components/Typography/Caption.js +15 -15
  370. package/components/Typography/Text.js +21 -21
  371. package/components/Typography/Title.js +14 -14
  372. package/components/Typography/utils.js +1 -1
  373. package/components/UnorderedList/UnorderedList.js +4 -4
  374. package/components/UnorderedList/UnorderedListItem.js +6 -6
  375. package/components/UploadZone/UploadZone.js +2 -2
  376. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  377. package/components/index.js +559 -528
  378. package/index.d.ts +266 -21
  379. package/index.js +410 -363
  380. package/package.json +9 -1
  381. package/styles/triplex-next.css +529 -527
  382. package/utils/index.js +30 -0
  383. package/chunks/AlertProcessSpoiler-Dq0fm-3a.js +0 -39
  384. package/chunks/Card.module-xUBtHcBW.js +0 -17
  385. package/chunks/CheckboxTreeExtended.module-CzX04UVi.js +0 -11
  386. package/chunks/Confirm.module-yvrei2lL.js +0 -15
  387. package/chunks/DropdownMobile.module-CvDbPL9W.js +0 -21
  388. package/chunks/Footer.module-Kij9_qbS.js +0 -9
  389. package/chunks/HeaderLayoutSidebar.module-CPvbS61i.js +0 -9
  390. package/chunks/HeaderTabs.module-xhlfJ1R9.js +0 -9
  391. package/chunks/IslandAccordion.module-C7SBNJJJ.js +0 -26
  392. package/chunks/LightBoxControls.module-C76N_yWS.js +0 -16
  393. package/chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js +0 -8
  394. package/chunks/ListItemTail.module-DE8OWHba.js +0 -12
  395. package/chunks/ListMasterFooter.module-FTLh0QAQ.js +0 -10
  396. package/chunks/ModalWindow.module-C7N9wjxW.js +0 -17
  397. package/chunks/Notification.module-ByRBfuR2.js +0 -21
  398. package/chunks/Overlay.module-EIMAbb4c.js +0 -18
  399. package/chunks/Page.module-BokYwJr5.js +0 -12
  400. package/chunks/SMSInput.module-5r7uaeim.js +0 -16
  401. package/chunks/SliderExtendedMarks.module-D1DTVGpV.js +0 -15
  402. package/chunks/SliderExtendedRail-Ck23Ui6E.js +0 -40
  403. package/chunks/StatusTracker.module-D1-siBfk.js +0 -24
  404. package/chunks/TableFooter.module-D8h1OLCP.js +0 -14
  405. package/chunks/TabsExtended.module-Dvvx9orv.js +0 -16
  406. package/chunks/TabsLine.module-BW1667el.js +0 -23
  407. package/chunks/TooltipDesktop.module-E3qNKUvc.js +0 -19
  408. package/chunks/TreeView.module-CKfLtgeC.js +0 -9
  409. package/chunks/utils-BGuB8cgl.js +0 -73
  410. package/chunks/utils-BJhZJ9SO.js +0 -24
  411. package/components/Body/enums.js +0 -5
@@ -1,13 +1,19 @@
1
- import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
- import { c as s } from "../../../chunks/vendor-D3hUOusX.js";
3
- import { LoaderScreen as t } from "../../LoaderScreen/LoaderScreen.js";
4
- import { s as o } from "../../../chunks/ModalWindow.module-C7N9wjxW.js";
5
- import { Page as d } from "../../Page/Page.js";
6
- const w = ({ isLoading: e, loadingTitle: m, children: a }) => /* @__PURE__ */ n("div", { className: s(o.modalWindowContent, { [o.isLoading]: !!e }), children: [
7
- /* @__PURE__ */ r(d, { className: o.modalWindowContentPage, children: a }),
8
- e && /* @__PURE__ */ r(t, { className: o.modalWindowLoaderScreen, type: "middle", children: m })
1
+ import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
+ import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
3
+ import { LoaderScreen as i } from "../../LoaderScreen/LoaderScreen.js";
4
+ import { s as o } from "../../../chunks/ModalWindow.module-CvIIBPzJ.js";
5
+ import { Page as l } from "../../Page/Page.js";
6
+ const W = ({
7
+ isLoading: e,
8
+ className: m,
9
+ loadingTitle: a,
10
+ children: n,
11
+ ...s
12
+ }) => /* @__PURE__ */ t("div", { className: d(o.modalWindowContent, m, { [o.isLoading]: !!e }), ...s, children: [
13
+ /* @__PURE__ */ r(l, { className: o.modalWindowContentPage, children: n }),
14
+ e && /* @__PURE__ */ r(i, { className: o.modalWindowLoaderScreen, type: "middle", children: a })
9
15
  ] });
10
16
  export {
11
- w as ModalWindowContent
17
+ W as ModalWindowContent
12
18
  };
13
19
  //# sourceMappingURL=ModalWindowContent.js.map
@@ -2,12 +2,12 @@ import { jsx as m } from "react/jsx-runtime";
2
2
  import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
3
3
  import { EHeaderPageType as i } from "../../Page/components/enums.js";
4
4
  import { c as l } from "../../../chunks/vendor-D3hUOusX.js";
5
- const t = "modalWindowHeader__d9dd20ea", s = {
5
+ const t = "modalWindowHeader__4e4d85f1", s = {
6
6
  modalWindowHeader: t
7
- }, d = ({ className: o, children: a, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, o), ...r, type: i.FIRST, children: a });
8
- d.Title = e.Title;
9
- d.displayName = "ModalWindowHeader";
7
+ }, o = ({ className: d, children: a, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, d), ...r, type: i.FIRST, children: a });
8
+ o.Title = e.Title;
9
+ o.displayName = "ModalWindowHeader";
10
10
  export {
11
- d as ModalWindowHeader
11
+ o as ModalWindowHeader
12
12
  };
13
13
  //# sourceMappingURL=ModalWindowHeader.js.map
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as m } from "react/jsx-runtime";
2
2
  import { useState as r, useRef as u, useEffect as h, useLayoutEffect as p } from "react";
3
3
  import { u as g, i as W, j as a } from "../../../chunks/vendor-D3hUOusX.js";
4
4
  import { Portal as M } from "../../Portal/Portal.js";
5
- import { s as R } from "../../../chunks/ModalWindow.module-C7N9wjxW.js";
5
+ import { s as R } from "../../../chunks/ModalWindow.module-CvIIBPzJ.js";
6
6
  const s = "modalWindowViewManagerNodeId", z = () => {
7
7
  const [d, c] = r(), [t, l] = r(), o = u(null), n = () => {
8
8
  if (o.current) {
@@ -1,23 +1,23 @@
1
- import { jsx as t } from "react/jsx-runtime";
1
+ import { jsx as e } from "react/jsx-runtime";
2
2
  import { useContext as m } from "react";
3
3
  import { MultiselectFieldContext as c } from "../MultiselectFieldContext.js";
4
4
  import { createSizeToClassNameMap as r } from "../../../utils/classNameMaps.js";
5
5
  import { c as l } from "../../../chunks/vendor-D3hUOusX.js";
6
- const d = "multiselectFieldContentWrapper__bba73fd4", a = "multiselectFieldContent__843fc9e5", p = "sm__12b659d4", C = "md__6be0bb09", u = "lg__8ed061d9", e = {
7
- multiselectFieldContentWrapper: d,
8
- multiselectFieldContent: a,
6
+ const a = "multiselectFieldContentWrapper__a6703a5a", d = "multiselectFieldContent__c003b593", p = "sm__a7cd1fa2", C = "md__7844f73d", u = "lg__2992a730", t = {
7
+ multiselectFieldContentWrapper: a,
8
+ multiselectFieldContent: d,
9
9
  sm: p,
10
10
  md: C,
11
11
  lg: u
12
- }, F = r(e), N = ({
12
+ }, F = r(t), W = ({
13
13
  children: s,
14
14
  className: o,
15
15
  ...n
16
16
  }) => {
17
17
  const { size: i } = m(c);
18
- return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...n, children: /* @__PURE__ */ t("div", { tabIndex: -1, className: l(e.multiselectFieldContent, F[i]), children: s }) });
18
+ return /* @__PURE__ */ e("div", { className: l(t.multiselectFieldContentWrapper, o), ...n, children: /* @__PURE__ */ e("div", { tabIndex: -1, className: l(t.multiselectFieldContent, F[i]), children: s }) });
19
19
  };
20
20
  export {
21
- N as MultiselectFieldDropdownContent
21
+ W as MultiselectFieldDropdownContent
22
22
  };
23
23
  //# sourceMappingURL=MultiselectFieldDropdownContent.js.map
@@ -1,12 +1,12 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import { c as s } from "../../../chunks/vendor-D3hUOusX.js";
3
- const i = "multiselectFieldFooter__0e374149", c = {
4
- multiselectFieldFooter: i
3
+ const c = "multiselectFieldFooter__c8711dc1", i = {
4
+ multiselectFieldFooter: c
5
5
  }, m = ({
6
6
  children: e,
7
7
  className: t,
8
8
  ...o
9
- }) => /* @__PURE__ */ l("div", { className: s(c.multiselectFieldFooter, t), ...o, children: e });
9
+ }) => /* @__PURE__ */ l("div", { className: s(i.multiselectFieldFooter, t), ...o, children: e });
10
10
  export {
11
11
  m as MultiselectFieldDropdownFooter
12
12
  };
@@ -1,12 +1,12 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor-D3hUOusX.js";
3
- const c = "multiselectFieldHeader__24286c98", d = {
4
- multiselectFieldHeader: c
3
+ const d = "multiselectFieldHeader__0f8114b4", c = {
4
+ multiselectFieldHeader: d
5
5
  }, m = ({
6
6
  children: e,
7
7
  className: l,
8
8
  ...t
9
- }) => /* @__PURE__ */ s("div", { className: i(d.multiselectFieldHeader, l), ...t, children: e });
9
+ }) => /* @__PURE__ */ s("div", { className: i(c.multiselectFieldHeader, l), ...t, children: e });
10
10
  export {
11
11
  m as MultiselectFieldDropdownHeader
12
12
  };
@@ -4,7 +4,7 @@ import { NotificationBody as d } from "./components/NotificationBody.js";
4
4
  import { NotificationClose as p } from "./components/NotificationClose.js";
5
5
  import { NotificationIcon as N } from "./components/NotificationIcon.js";
6
6
  import { NotificationTime as x } from "./components/NotificationTime.js";
7
- import { s as i } from "../../chunks/Notification.module-ByRBfuR2.js";
7
+ import { s as i } from "../../chunks/Notification.module-DrKXO_L0.js";
8
8
  const o = ((t) => {
9
9
  const {
10
10
  children: a,
@@ -24,7 +24,7 @@ const o = ((t) => {
24
24
  role: "alertdialog",
25
25
  className: c,
26
26
  onClick: m,
27
- "data-tx": "1.6.1",
27
+ "data-tx": "1.7.0",
28
28
  children: a
29
29
  }
30
30
  );
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
2
  import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
3
- import { s as e } from "../../chunks/Notification.module-ByRBfuR2.js";
3
+ import { s as e } from "../../chunks/Notification.module-DrKXO_L0.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-ByRBfuR2.js";
6
+ import { s as f } from "../../../chunks/Notification.module-DrKXO_L0.js";
7
7
  const o = ((t) => {
8
8
  const { children: i } = t;
9
9
  return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-ByRBfuR2.js";
2
+ import { s as i } from "../../../chunks/Notification.module-DrKXO_L0.js";
3
3
  const n = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationBodyContent, children: o });
4
4
  n.displayName = "NotificationBodyContent";
5
5
  export {
@@ -1,7 +1,7 @@
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-ByRBfuR2.js";
4
+ import { s as a } from "../../../chunks/Notification.module-DrKXO_L0.js";
5
5
  import { c as e } from "../../../chunks/vendor-D3hUOusX.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";
@@ -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-ByRBfuR2.js";
8
+ import { s as m } from "../../../chunks/Notification.module-DrKXO_L0.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-ByRBfuR2.js";
2
+ import { s as i } from "../../../chunks/Notification.module-DrKXO_L0.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
2
  import { c as i } from "../../../chunks/vendor-D3hUOusX.js";
3
- import { s as o } from "../../../chunks/Notification.module-ByRBfuR2.js";
3
+ import { s as o } from "../../../chunks/Notification.module-DrKXO_L0.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-ByRBfuR2.js";
2
+ import { s as a } from "../../../chunks/Notification.module-DrKXO_L0.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-ByRBfuR2.js";
2
+ import { s as t } from "../../../chunks/Notification.module-DrKXO_L0.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-ByRBfuR2.js";
2
+ import { s as t } from "../../../chunks/Notification.module-DrKXO_L0.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
6
6
  import "../FormField/components/FormFieldLabel.js";
7
7
  import "../FormField/components/FormFieldClear.js";
8
8
  import "../FormField/components/FormFieldTarget.js";
9
- import { F as d } from "../../chunks/FormFieldInput-BL8yYnKo.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-Dc0f4nno.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -2,15 +2,15 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
3
  import { c as o } from "../../chunks/vendor-D3hUOusX.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__88443ce3", a = {
5
+ const m = "orderedList__4764dcc4", 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.6.1",
11
+ className: o(a.orderedList, r),
12
+ ...e,
13
+ "data-tx": "1.7.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -2,26 +2,26 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as s } from "../../chunks/vendor-D3hUOusX.js";
4
4
  import "../Typography/Title.js";
5
- import { Text as d } from "../Typography/Text.js";
5
+ import { Text as i } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
- import { ETextSize as i } from "../Typography/enums.js";
8
- const a = "orderedListItem__4b1667d5", p = {
7
+ import { ETextSize as d } from "../Typography/enums.js";
8
+ const a = "orderedListItem__5e911f15", f = {
9
9
  orderedListItem: a
10
- }, f = m.forwardRef(
10
+ }, p = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
- d,
12
+ i,
13
13
  {
14
- className: s(p.orderedListItem, t),
15
- size: i.B3,
14
+ className: s(f.orderedListItem, t),
15
+ size: d.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.6.1",
18
+ "data-tx": "1.7.0",
19
19
  ref: r
20
20
  }
21
21
  )
22
22
  );
23
- f.displayName = "OrderedListItem";
23
+ p.displayName = "OrderedListItem";
24
24
  export {
25
- f as OrderedListItem
25
+ p as OrderedListItem
26
26
  };
27
27
  //# sourceMappingURL=OrderedListItem.js.map
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-D3hUOusX.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-EIMAbb4c.js";
7
+ import { s as r } from "../../chunks/Overlay.module-B4exkEG2.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
3
  import { c as t } from "../../chunks/vendor-D3hUOusX.js";
4
- import { s as a } from "../../chunks/Overlay.module-EIMAbb4c.js";
4
+ import { s as a } from "../../chunks/Overlay.module-B4exkEG2.js";
5
5
  const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
6
6
  "div",
7
7
  {
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as d } from "../../chunks/vendor-D3hUOusX.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-EIMAbb4c.js";
5
+ import { s as e } from "../../chunks/Overlay.module-B4exkEG2.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-D3hUOusX.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-BokYwJr5.js";
7
+ import { s as o } from "../../chunks/Page.module-CvSterCP.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,11 +1,25 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import s from "react";
3
- import { Body as e } from "../../Body/Body.js";
4
- import { c as t } from "../../../chunks/vendor-D3hUOusX.js";
5
- import { s as f } from "../../../chunks/Page.module-BokYwJr5.js";
6
- const d = s.forwardRef(({ className: o, ...r }, a) => /* @__PURE__ */ m(e, { className: t(f.bodyPage, o), ...r, ref: a }));
7
- d.displayName = "BodyPage";
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import m from "react";
3
+ import { Body as c } from "../../Body/Body.js";
4
+ import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
5
+ import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
+ import { Island as p } from "../../Island/Island.js";
7
+ import { EIslandType as M } from "../../Island/enums.js";
8
+ const f = "bodyPage__2ebd6069", P = "verticalMargin24__ffc80e1c", v = "verticalMargin16__5150e66b", e = {
9
+ bodyPage: f,
10
+ verticalMargin24: P,
11
+ verticalMargin16: v
12
+ }, _ = {
13
+ [r.LARGE]: e.verticalMargin24,
14
+ [r.SMALL]: e.verticalMargin16
15
+ }, b = m.forwardRef(
16
+ ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...o }, i) => {
17
+ const t = d(s, e.bodyPage, _[g]);
18
+ return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
19
+ }
20
+ );
21
+ b.displayName = "BodyPage";
8
22
  export {
9
- d as BodyPage
23
+ b as BodyPage
10
24
  };
11
25
  //# sourceMappingURL=BodyPage.js.map
@@ -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-BokYwJr5.js";
12
+ import { s as c } from "../../../chunks/Page.module-CvSterCP.js";
13
13
  const w = Object.assign(
14
14
  F.forwardRef(
15
15
  ({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
@@ -6,7 +6,7 @@ import { c as p } from "../../../chunks/vendor-D3hUOusX.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-BokYwJr5.js";
9
+ import { s as i } from "../../../chunks/Page.module-CvSterCP.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,6 +1,8 @@
1
- var n = /* @__PURE__ */ ((r) => (r.FIRST = "first", r.SECOND = "second", r))(n || {}), s = /* @__PURE__ */ ((r) => (r.FIRST = "first", r.SECOND = "second", r))(s || {});
1
+ var s = /* @__PURE__ */ ((r) => (r.FIRST = "first", r.SECOND = "second", r))(s || {}), S = /* @__PURE__ */ ((r) => (r.FIRST = "first", r.SECOND = "second", r))(S || {}), n = /* @__PURE__ */ ((r) => (r.FIRST = "first", r.SECOND = "second", r))(n || {}), t = /* @__PURE__ */ ((r) => (r.LARGE = "large", r.SMALL = "small", r))(t || {});
2
2
  export {
3
- s as EFooterPageType,
4
- n as EHeaderPageType
3
+ n as EBodyPageType,
4
+ t as EBodyPageVerticalMargin,
5
+ S as EFooterPageType,
6
+ s as EHeaderPageType
5
7
  };
6
8
  //# sourceMappingURL=enums.js.map
@@ -1,8 +1,10 @@
1
- import { Page as r } from "./Page.js";
2
- import { EFooterPageType as p, EHeaderPageType as g } from "./components/enums.js";
1
+ import { Page as o } from "./Page.js";
2
+ import { EBodyPageType as g, EBodyPageVerticalMargin as p, EFooterPageType as y, EHeaderPageType as P } from "./components/enums.js";
3
3
  export {
4
- p as EFooterPageType,
5
- g as EHeaderPageType,
6
- r as Page
4
+ g as EBodyPageType,
5
+ p as EBodyPageVerticalMargin,
6
+ y as EFooterPageType,
7
+ P as EHeaderPageType,
8
+ o as Page
7
9
  };
8
10
  //# sourceMappingURL=index.js.map
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__a1276052", s = {
4
+ const r = "paginationExtended__a7557910", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
7
  ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
10
  className: d(s.paginationExtended, a),
11
- "data-tx": "1.6.1",
11
+ "data-tx": "1.7.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__3e52f5f1", N = "directionIconNext__2b00b050", n = {
7
+ const g = "paginationNavigationButton__1094e3e5", N = "directionIconNext__be7bd7b6", 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__3e52f5f1", N = "directionIconNext__2b00b0
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
3
  import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
4
- const g = "paginationNavigationExtended__8e1659d5", r = {
4
+ const g = "paginationNavigationExtended__de4e336a", 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,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import g from "react";
3
3
  import { c } from "../../../chunks/vendor-D3hUOusX.js";
4
- const u = "paginationPageButton__f15bf280", s = "currentPage__dee38f5c", a = {
4
+ const u = "paginationPageButton__609dcb22", s = "currentPage__be4fc3e7", a = {
5
5
  paginationPageButton: u,
6
6
  currentPage: s
7
7
  }, P = g.forwardRef(
@@ -1,13 +1,13 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { c as e } from "../../../chunks/vendor-D3hUOusX.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__fce008ff", r = {
4
+ const t = "pageEllipsis__7c78f960", r = {
5
5
  pageEllipsis: t
6
- }, f = o.forwardRef(
6
+ }, n = o.forwardRef(
7
7
  ({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
8
8
  );
9
- f.displayName = "PaginationPageEllipsis";
9
+ n.displayName = "PaginationPageEllipsis";
10
10
  export {
11
- f as PaginationPageEllipsis
11
+ n as PaginationPageEllipsis
12
12
  };
13
13
  //# sourceMappingURL=PaginationPageEllipsis.js.map
@@ -5,18 +5,18 @@ import "../../Typography/Title.js";
5
5
  import { Text as v } from "../../Typography/Text.js";
6
6
  import "../../Typography/Caption.js";
7
7
  import { ETextSize as _ } from "../../Typography/enums.js";
8
- const b = "paginationSelect__3710229b", h = "paginationSelectControl__328f654a", o = {
9
- paginationSelect: b,
10
- paginationSelectControl: h
8
+ const h = "paginationSelect__0dd2c98e", b = "paginationSelectControl__61f5adac", c = {
9
+ paginationSelect: h,
10
+ paginationSelectControl: b
11
11
  }, y = S.forwardRef(
12
- ({ paginationLabel: c, className: s, hidden: m, options: i, value: n, onChange: a }, d) => {
12
+ ({ paginationLabel: o, className: s, hidden: d, options: i, value: n, onChange: a }, m) => {
13
13
  const l = f(`Pagination-${x()}`), p = i && i.length > 0 ? i : [10, 20, 50, 100], u = (e) => {
14
14
  const r = Number(e.target.value);
15
15
  Number.isNaN(r) || a == null || a(r);
16
16
  };
17
- return m ? null : /* @__PURE__ */ g("div", { className: N(o.paginationSelect, s), ref: d, children: [
18
- /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: c }),
19
- /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
17
+ return d ? null : /* @__PURE__ */ g("div", { className: N(c.paginationSelect, s), ref: m, children: [
18
+ /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: o }),
19
+ /* @__PURE__ */ t("div", { className: c.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  "select",
21
21
  {
22
22
  "aria-labelledby": l.current,
@@ -1,13 +1,13 @@
1
1
  import { jsxs as b, jsx as t } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as m } from "../../chunks/vendor-D3hUOusX.js";
3
+ import { c as n } from "../../chunks/vendor-D3hUOusX.js";
4
4
  import "../Typography/Title.js";
5
5
  import { Text as x } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
- import { ETextSize as n } from "../Typography/enums.js";
7
+ import { ETextSize as r } from "../Typography/enums.js";
8
8
  import { EComponentSize as i } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__47f553fe", T = "md__af8d7ea5", M = "nonempty__4dbdca10", u = "lg__e0603af8", I = "disabled__aa3d8fea", R = "radio__29717aa6", S = "radioIcon__ab1a9c1b", a = {
10
+ const y = "label__28321a9c", T = "md__16f86d9e", M = "nonempty__471ffb7a", u = "lg__3bf44aa2", I = "disabled__704beee9", R = "radio__9fe2080b", S = "radioIcon__91ae5df7", a = {
11
11
  label: y,
12
12
  md: T,
13
13
  nonempty: M,
@@ -16,19 +16,19 @@ const y = "label__47f553fe", T = "md__af8d7ea5", M = "nonempty__4dbdca10", u = "
16
16
  radio: R,
17
17
  radioIcon: S
18
18
  }, g = {
19
- [i.LG]: n.B2,
20
- [i.MD]: n.B3
21
- }, C = z(a), h = N.forwardRef((c, r) => {
22
- const { children: s, className: l, disabled: d, labelAttributes: o, size: e = i.MD, ...p } = c, _ = m(a.radio, l, C[e]), f = m(
19
+ [i.LG]: r.B2,
20
+ [i.MD]: r.B3
21
+ }, C = z(a), h = N.forwardRef((c, d) => {
22
+ const { children: e, className: l, disabled: m, labelAttributes: o, size: s = i.MD, ...p } = c, f = n(a.radio, l, C[s]), _ = n(
23
23
  a.label,
24
- a[e],
25
- { [a.disabled]: !!d, [a.nonempty]: !!s },
24
+ a[s],
25
+ { [a.disabled]: !!m, [a.nonempty]: !!e },
26
26
  o == null ? void 0 : o.className
27
27
  );
28
- return /* @__PURE__ */ b("label", { ...o, className: f, "data-tx": "1.6.1", children: [
29
- /* @__PURE__ */ t("input", { type: "radio", className: _, disabled: d, ...p, ref: r }),
28
+ return /* @__PURE__ */ b("label", { ...o, className: _, "data-tx": "1.7.0", children: [
29
+ /* @__PURE__ */ t("input", { type: "radio", className: f, disabled: m, ...p, ref: d }),
30
30
  /* @__PURE__ */ t("span", { className: a.radioIcon }),
31
- s && /* @__PURE__ */ t(x, { size: g[e], children: s })
31
+ e && /* @__PURE__ */ t(x, { size: g[s], children: e })
32
32
  ] });
33
33
  });
34
34
  h.displayName = "Radio";