@sberbusiness/triplex-next 0.24.0 → 0.26.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 (436) hide show
  1. package/README.md +0 -1
  2. package/chunks/AlertProcessSpoiler-BjHTZKgZ.js +41 -0
  3. package/chunks/{CalendarViewItem-DuqIjj7K.js → CalendarViewItem-BdyVWg8a.js} +11 -11
  4. package/chunks/Card.module-gPkzcCGo.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-BqmTzdxy.js +15 -0
  6. package/chunks/Chip-CuoqjaG4.js +77 -0
  7. package/chunks/Confirm.module-bXfHpEZY.js +15 -0
  8. package/chunks/{DropdownListItem-D_38hBVf.js → DropdownListItem-CRdOVwlq.js} +15 -15
  9. package/chunks/DropdownMobile.module-H5txYrQf.js +23 -0
  10. package/chunks/Footer.module-Dhevv5cy.js +9 -0
  11. package/chunks/{FormFieldInput-CP3P-T8_.js → FormFieldInput-CyAOOwnJ.js} +14 -14
  12. package/chunks/HeaderLayoutSidebar.module-CqLx3F7A.js +9 -0
  13. package/chunks/HeaderTabs.module-BQHI-7dx.js +9 -0
  14. package/chunks/{HeaderTitle.module-CoThbDwW.js → HeaderTitle.module-BDZQCHuH.js} +2 -2
  15. package/chunks/IslandAccordion.module-ElAylnXP.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-km-5hDpn.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-DZJujJ9z.js +12 -0
  18. package/chunks/LightBoxContent-Bp6XRgdB.js +63 -0
  19. package/chunks/LightBoxControls.module-Dp8lh2Rg.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-DDGxczL0.js +9 -0
  21. package/chunks/ListItemControlsButton-PANaJdYf.js +59 -0
  22. package/chunks/ListItemTail.module-BKP1QEpv.js +12 -0
  23. package/chunks/ListMasterFooter.module-D1BeGub8.js +10 -0
  24. package/chunks/ModalWindow.module-PJk-BOT5.js +17 -0
  25. package/chunks/Notification.module-7THtDpDh.js +20 -0
  26. package/chunks/Overlay.module-B0Fayqn2.js +18 -0
  27. package/chunks/Page.module-oxsZ2i2v.js +11 -0
  28. package/chunks/SMSField.module-DQoHDr5D.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-CEOeXrfd.js +15 -0
  30. package/chunks/SliderExtendedRail-B33WytbG.js +40 -0
  31. package/chunks/StatusTracker.module-CwUmaWht.js +24 -0
  32. package/chunks/StepperStepArrowBorder-9OXwuqOn.js +101 -0
  33. package/chunks/SuggestFieldMobileDropdownHint-dcZDUPZa.js +15 -0
  34. package/chunks/TableFooter.module-DaFBiojx.js +14 -0
  35. package/chunks/TabsExtended.module-D4GCJESe.js +16 -0
  36. package/chunks/TabsLine.module-BEA3Lssg.js +21 -0
  37. package/chunks/TooltipDesktop.module-hff_h0-q.js +19 -0
  38. package/chunks/TreeView.module-C-XaQJbB.js +9 -0
  39. package/chunks/{UploadZoneInput-DmnrQ-pa.js → UploadZoneInput-BsJhqlie.js} +2 -2
  40. package/chunks/{constants-BECBzrfZ.js → constants-KINy2OSZ.js} +10 -10
  41. package/chunks/utils-BVhTB5hC.js +73 -0
  42. package/chunks/{utils-BlzKyU4p.js → utils-CWqa2skI.js} +6 -6
  43. package/chunks/utils-DFHOghtD.js +28 -0
  44. package/chunks/utils-TZKbWcP7.js +24 -0
  45. package/components/Alert/AlertContext/AlertContext.js +20 -20
  46. package/components/Alert/AlertProcess/AlertProcess.js +41 -34
  47. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  48. package/components/Alert/AlertProcess/enums.js +5 -0
  49. package/components/Alert/AlertTypeUtils.js +2 -2
  50. package/components/Alert/index.js +7 -5
  51. package/components/Amount/Amount.js +2 -2
  52. package/components/AmountField/AmountField.js +1 -1
  53. package/components/Avatar/Avatar.js +6 -6
  54. package/components/Badge/Badge.js +10 -10
  55. package/components/Badge/BadgeDot.js +9 -9
  56. package/components/Badge/components/BadgeContent.js +16 -16
  57. package/components/Badge/components/BadgePostfix.js +6 -6
  58. package/components/Badge/components/BadgePrefix.js +6 -6
  59. package/components/Body/Body.js +6 -6
  60. package/components/Button/Button.js +63 -86
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +66 -65
  63. package/components/Button/ButtonDropdownExtended.js +4 -4
  64. package/components/Button/ButtonIcon.js +17 -19
  65. package/components/Calendar/Calendar.js +2 -2
  66. package/components/Calendar/components/CalendarControls.js +5 -5
  67. package/components/Calendar/components/CalendarFooter.js +1 -1
  68. package/components/Calendar/components/CalendarViewDays.js +1 -1
  69. package/components/Calendar/components/CalendarViewItem.js +1 -1
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +6 -6
  73. package/components/Card/CardStatic.js +2 -2
  74. package/components/Card/components/CardContent/CardContent.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  78. package/components/Card/components/CardMedia.js +1 -1
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +1 -1
  81. package/components/Checkbox/Checkbox.js +34 -33
  82. package/components/Checkbox/CheckboxXGroup.js +18 -17
  83. package/components/Checkbox/CheckboxYGroup.js +10 -9
  84. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  88. package/components/Chip/Chip.js +3 -2
  89. package/components/Chip/ChipClearButton.js +5 -5
  90. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  91. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  92. package/components/Chip/ChipDropdownArrow.js +4 -4
  93. package/components/Chip/ChipIcon.js +1 -1
  94. package/components/Chip/ChipMultiselect.js +1 -1
  95. package/components/Chip/ChipOptions.js +6 -6
  96. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  97. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  98. package/components/Chip/ChipSort.js +38 -43
  99. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  100. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -21
  101. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +23 -22
  102. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +76 -66
  103. package/components/Chip/index.js +1 -1
  104. package/components/ChipGroup/ChipGroup.js +15 -15
  105. package/components/Col/Col.js +134 -134
  106. package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
  107. package/components/Confirm/Confirm.js +1 -1
  108. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  109. package/components/Confirm/components/ConfirmContent.js +1 -1
  110. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  111. package/components/Confirm/components/ConfirmControls.js +1 -1
  112. package/components/DateField/DateField.js +1 -1
  113. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  114. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  115. package/components/DateRange/DateRange.js +14 -14
  116. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  117. package/components/DesignTokens/components/AlertProcess.js +1 -1
  118. package/components/DesignTokens/components/Stepper.js +11 -20
  119. package/components/Divider/Divider.js +17 -17
  120. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  121. package/components/Dropdown/desktop/DropdownDesktop.js +8 -8
  122. package/components/Dropdown/desktop/DropdownList.js +1 -1
  123. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  124. package/components/Dropdown/desktop/index.js +1 -1
  125. package/components/Dropdown/index.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  136. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  137. package/components/Ellipsis/Ellipsis.js +8 -8
  138. package/components/EmptyView/EmptyView.js +78 -0
  139. package/components/EmptyView/enums.js +5 -0
  140. package/components/EmptyView/index.js +7 -0
  141. package/components/EmptyView/types.js +2 -0
  142. package/components/ExpandAnimation/ExpandAnimation.js +7 -7
  143. package/components/Footer/Footer.js +1 -1
  144. package/components/Footer/components/FooterDescription.js +1 -1
  145. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  146. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  147. package/components/FormField/FormField.js +18 -18
  148. package/components/FormField/components/FormFieldClear.js +8 -8
  149. package/components/FormField/components/FormFieldCounter.js +4 -4
  150. package/components/FormField/components/FormFieldDescription.js +5 -5
  151. package/components/FormField/components/FormFieldInput.js +1 -1
  152. package/components/FormField/components/FormFieldLabel.js +8 -8
  153. package/components/FormField/components/FormFieldMaskedInput.js +13 -13
  154. package/components/FormField/components/FormFieldPostfix.js +1 -1
  155. package/components/FormField/components/FormFieldPrefix.js +7 -7
  156. package/components/FormField/components/FormFieldTarget.js +15 -15
  157. package/components/FormField/components/FormFieldTextarea.js +19 -19
  158. package/components/FormField/components/index.js +1 -1
  159. package/components/FormField/index.js +1 -1
  160. package/components/Header/Header.js +1 -1
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  164. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  165. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  166. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  167. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  168. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  169. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  170. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  171. package/components/HelpBox/HelpBox.js +92 -88
  172. package/components/IconWrapper/IconWrapper.js +27 -0
  173. package/components/IconWrapper/index.js +5 -0
  174. package/components/Island/Island.js +1 -1
  175. package/components/Island/components/IslandBody.js +3 -3
  176. package/components/Island/components/IslandFooter.js +4 -4
  177. package/components/Island/components/IslandHeader.js +2 -2
  178. package/components/Island/utils.js +1 -1
  179. package/components/IslandAccordion/IslandAccordion.js +2 -2
  180. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  181. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  182. package/components/IslandAccordion/components/IslandAccordionItem.js +28 -28
  183. package/components/IslandWidget/IslandWidget.js +24 -24
  184. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  185. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +1 -1
  186. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  190. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  191. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  192. package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
  193. package/components/LightBox/LightBox.js +43 -40
  194. package/components/LightBox/LightBoxContent.js +1 -1
  195. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  196. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  197. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  198. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +19 -19
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  202. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  203. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +13 -13
  204. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
  205. package/components/LightBox/enums.js +5 -0
  206. package/components/LightBox/index.js +4 -2
  207. package/components/Link/Link.js +41 -40
  208. package/components/List/List.js +4 -4
  209. package/components/List/components/ListEmptyState.js +1 -1
  210. package/components/List/components/ListItem.js +1 -1
  211. package/components/List/components/ListItemContent.js +5 -5
  212. package/components/List/components/ListItemControls.js +5 -5
  213. package/components/List/components/ListItemControlsButton.js +3 -2
  214. package/components/List/components/ListItemControlsButtonDropdown.js +29 -30
  215. package/components/List/components/ListItemLoading.js +6 -6
  216. package/components/List/components/ListItemSelectable.js +10 -10
  217. package/components/List/components/ListItemTable.js +7 -7
  218. package/components/List/components/ListItemTailLeft.js +1 -1
  219. package/components/List/components/ListItemTailRight.js +1 -1
  220. package/components/List/components/ListSortableItem.js +8 -8
  221. package/components/List/components/ListSortableItemControls.js +5 -5
  222. package/components/List/components/ListSortableItemTarget.js +12 -12
  223. package/components/List/index.js +1 -1
  224. package/components/ListMaster/ListMaster.js +1 -1
  225. package/components/ListMaster/components/ListMasterBody.js +1 -1
  226. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  227. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  228. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  229. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  230. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  231. package/components/ListMaster/components/SelectionControls.js +2 -2
  232. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  233. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  234. package/components/LoaderScreen/LoaderScreen.js +1 -1
  235. package/components/Marker/Marker.js +1 -1
  236. package/components/Marker/utils.js +1 -1
  237. package/components/MarkerStatus/MarkerStatus.js +15 -15
  238. package/components/ModalWindow/ModalWindow.js +1 -1
  239. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  240. package/components/ModalWindow/components/ModalWindowClose.js +3 -3
  241. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  242. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  243. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  244. package/components/MonthYearField/MonthYearFieldTarget.js +12 -11
  245. package/components/MonthYearRange/MonthYearRange.js +76 -0
  246. package/components/MonthYearRange/enums.js +5 -0
  247. package/components/MonthYearRange/index.js +7 -0
  248. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  249. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
  250. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  251. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  252. package/components/Notification/Notification.js +2 -2
  253. package/components/Notification/NotificationGrouped.js +1 -1
  254. package/components/Notification/components/NotificationBody.js +1 -1
  255. package/components/Notification/components/NotificationBodyList.js +1 -1
  256. package/components/Notification/components/NotificationClose.js +1 -1
  257. package/components/Notification/components/NotificationFooter.js +1 -1
  258. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  259. package/components/Notification/components/NotificationHeader.js +1 -1
  260. package/components/Notification/components/NotificationIcon.js +1 -1
  261. package/components/Notification/components/NotificationTime.js +1 -1
  262. package/components/NumberField/NumberFieldInput.js +1 -1
  263. package/components/OrderedList/OrderedList.js +19 -14
  264. package/components/OrderedList/OrderedListItem.js +2 -2
  265. package/components/Overlay/Overlay.js +1 -1
  266. package/components/Overlay/OverlayMask.js +1 -1
  267. package/components/Overlay/OverlayPanel.js +1 -1
  268. package/components/Page/Page.js +1 -1
  269. package/components/Page/components/BodyPage.js +8 -8
  270. package/components/Page/components/FooterPage.js +1 -1
  271. package/components/Page/components/HeaderPage.js +1 -1
  272. package/components/Pagination/components/PaginationExtended.js +8 -8
  273. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  274. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  275. package/components/Pagination/components/PaginationPageButton.js +5 -5
  276. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  277. package/components/Pagination/components/PaginationSelect.js +5 -5
  278. package/components/Radio/Radio.js +15 -15
  279. package/components/Radio/RadioXGroup.js +10 -10
  280. package/components/Radio/RadioYGroup.js +6 -6
  281. package/components/Row/Row.js +10 -10
  282. package/components/SMSField/SMSField.js +2 -2
  283. package/components/SMSField/components/RefreshIcon.js +1 -1
  284. package/components/SMSField/components/SMSFieldInput.js +2 -2
  285. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  286. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  287. package/components/SegmentedControl/SegmentedControl.js +16 -16
  288. package/components/SegmentedControl/SegmentedControlSegment.js +36 -41
  289. package/components/SelectExtendedField/SelectExtendedField.js +15 -15
  290. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  291. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  292. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +92 -92
  293. package/components/SelectField/SelectField.js +1 -1
  294. package/components/Skeleton/Skeleton.js +11 -11
  295. package/components/SliderExtended/SliderExtended.js +2 -2
  296. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  297. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  298. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  299. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  300. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
  301. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
  302. package/components/SmallInput/SmallInput.js +1 -1
  303. package/components/Spoiler/Spoiler.js +16 -16
  304. package/components/StatusTracker/StatusTracker.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  306. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  307. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  308. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  309. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  310. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  311. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  312. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  313. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  314. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  315. package/components/Step/Step.js +12 -12
  316. package/components/Stepper/Stepper.js +104 -89
  317. package/components/Stepper/StepperExtended.js +23 -21
  318. package/components/Stepper/StepperExtendedContext.js +6 -6
  319. package/components/Stepper/StepperStep.js +61 -64
  320. package/components/Stepper/StepperStepArrowBorder.js +7 -0
  321. package/components/Stepper/enums.js +3 -4
  322. package/components/Stepper/index.js +4 -5
  323. package/components/Stepper/types.js +2 -0
  324. package/components/Suggest/SuggestMobileDropdownContent.js +5 -5
  325. package/components/SuggestField/SuggestField.js +2 -2
  326. package/components/SuggestField/desktop/SuggestFieldDesktop.js +63 -63
  327. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  328. package/components/SuggestField/index.js +1 -1
  329. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  330. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  331. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  332. package/components/SuggestField/mobile/index.js +1 -1
  333. package/components/SwipeableArea/SwipeableArea.js +10 -10
  334. package/components/Table/FilterPanel.js +2 -2
  335. package/components/Table/MasterTable.js +6 -6
  336. package/components/Table/NoColumns.js +1 -1
  337. package/components/Table/PaginationPanel.js +2 -2
  338. package/components/Table/TableBasic/TableBasic.js +1 -1
  339. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  340. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  341. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  342. package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
  343. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
  344. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  346. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  347. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  348. package/components/Table/TableFooter/TableFooter.js +1 -1
  349. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  351. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  352. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  353. package/components/Table/TabsLinePanel.js +5 -5
  354. package/components/Table/TabsLinePanelLinks.js +5 -5
  355. package/components/Table/utils.js +1 -1
  356. package/components/Tabs/Tabs.js +19 -19
  357. package/components/TabsExtended/TabsExtended.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  359. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  360. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  361. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  362. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  363. package/components/TabsExtended/utils.js +1 -1
  364. package/components/TabsLine/TabsLine.js +1 -1
  365. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  366. package/components/TabsLine/components/TabsLineDropdown.js +17 -17
  367. package/components/TabsLine/components/TabsLineItem.js +1 -1
  368. package/components/TabsLine/components/TabsLineMobile.js +10 -10
  369. package/components/Tag/Tag.js +19 -19
  370. package/components/TagColor/TagColor.js +16 -16
  371. package/components/TagColor/index.js +4 -2
  372. package/components/TagGroup/TagGroup.js +10 -10
  373. package/components/TextField/TextField.js +1 -1
  374. package/components/TextareaField/TextareaField.js +1 -1
  375. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  376. package/components/Tooltip/components/common/TooltipLink.js +15 -15
  377. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  378. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  379. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  380. package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
  381. package/components/TopOverlay/TopOverlay.js +15 -15
  382. package/components/TreeView/TreeView.js +1 -1
  383. package/components/TreeView/components/TreeViewGroup.js +1 -1
  384. package/components/TreeView/components/TreeViewNode.js +1 -1
  385. package/components/Typography/Caption.js +2 -2
  386. package/components/Typography/CodeText.js +6 -6
  387. package/components/Typography/Text.js +30 -30
  388. package/components/Typography/Title.js +15 -15
  389. package/components/Typography/constants.js +1 -1
  390. package/components/UnorderedList/UnorderedList.js +7 -7
  391. package/components/UnorderedList/UnorderedListItem.js +2 -2
  392. package/components/UploadZone/UploadZone.js +2 -2
  393. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  394. package/components/index.js +596 -581
  395. package/index.d.ts +136 -36
  396. package/index.js +642 -627
  397. package/package.json +14 -2
  398. package/styles/triplex-next.css +538 -541
  399. package/chunks/AlertProcessSpoiler-BofkfSM8.js +0 -39
  400. package/chunks/Card.module-Cok9cKxI.js +0 -17
  401. package/chunks/CheckboxTreeExtended.module-D_OBlNho.js +0 -15
  402. package/chunks/Chip-CFtA5mp4.js +0 -104
  403. package/chunks/Confirm.module-BgCUAiCk.js +0 -15
  404. package/chunks/DropdownMobile.module-Bccjckjq.js +0 -23
  405. package/chunks/Footer.module-CkVvrPtL.js +0 -9
  406. package/chunks/HeaderLayoutSidebar.module-Ci8iAZs7.js +0 -9
  407. package/chunks/HeaderTabs.module-2vtcjdH_.js +0 -9
  408. package/chunks/IslandAccordion.module-DLanAkfo.js +0 -25
  409. package/chunks/IslandWidgetFooter.module-kdzBJDuu.js +0 -9
  410. package/chunks/IslandWidgetHeader.module-BAcC1EB8.js +0 -12
  411. package/chunks/LightBoxContent-hyVn3q-T.js +0 -56
  412. package/chunks/LightBoxControls.module-CTUWde8O.js +0 -16
  413. package/chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js +0 -9
  414. package/chunks/ListItemControlsButton-BFfMrFr7.js +0 -51
  415. package/chunks/ListItemTail.module-BOV7kcBg.js +0 -12
  416. package/chunks/ListMasterFooter.module-DT_P8Iub.js +0 -10
  417. package/chunks/ModalWindow.module-DZdMA7rm.js +0 -17
  418. package/chunks/Notification.module-CJl-qcj8.js +0 -20
  419. package/chunks/Overlay.module-Buw8PcSy.js +0 -18
  420. package/chunks/Page.module-DIObxp8c.js +0 -11
  421. package/chunks/RightBorderArrow-TcR9E_47.js +0 -146
  422. package/chunks/SMSField.module-B170OigL.js +0 -16
  423. package/chunks/SliderExtendedMarks.module-SBpITDrZ.js +0 -15
  424. package/chunks/SliderExtendedRail-DawwH3OZ.js +0 -40
  425. package/chunks/StatusTracker.module-BT9AMEAv.js +0 -24
  426. package/chunks/SuggestFieldMobileDropdownHint-_Gn-OMhG.js +0 -15
  427. package/chunks/TableFooter.module-DaFHVJUx.js +0 -14
  428. package/chunks/TabsExtended.module-vg1pJlhg.js +0 -16
  429. package/chunks/TabsLine.module-h8aBK1Tw.js +0 -21
  430. package/chunks/TooltipDesktop.module-oXI2FLzE.js +0 -19
  431. package/chunks/TreeView.module-C6t2uuwa.js +0 -9
  432. package/chunks/utils-BI5x-xfE.js +0 -24
  433. package/chunks/utils-C9aEOF3O.js +0 -73
  434. package/chunks/utils-WHBUmZgw.js +0 -28
  435. package/components/Stepper/RightBorderArrow.js +0 -7
  436. package/components/Stepper/StepperWrapper.js +0 -12
@@ -1,25 +1,26 @@
1
- import { jsxs as B, Fragment as F, jsx as o } from "react/jsx-runtime";
2
- import { useRef as n, useEffect as f } from "react";
3
- import { c as V, F as A } from "../../chunks/vendor---Om3uMV.js";
4
- import { L as I, s as e } from "../../chunks/LightBoxContent-hyVn3q-T.js";
1
+ import { jsxs as x, Fragment as V, jsx as o } from "react/jsx-runtime";
2
+ import { useRef as n, useEffect as B } from "react";
3
+ import { c as A, F as D } from "../../chunks/vendor---Om3uMV.js";
4
+ import { L as I, s as e } from "../../chunks/LightBoxContent-Bp6XRgdB.js";
5
5
  import { LightBoxControls as R } from "./LightBoxControls/LightBoxControls.js";
6
6
  import { LightBoxSideOverlay as k } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
- import { Portal as D } from "../Portal/Portal.js";
8
- import { addClassNameWithScrollbarWidth as T } from "../../utils/scroll/scrollbar.js";
9
- import { TopOverlay as j } from "../TopOverlay/TopOverlay.js";
10
- import { LightBoxViewManager as q } from "./LightBoxViewManager/LightBoxViewManager.js";
7
+ import { Portal as T } from "../Portal/Portal.js";
8
+ import { addClassNameWithScrollbarWidth as j } from "../../utils/scroll/scrollbar.js";
9
+ import { TopOverlay as q } from "../TopOverlay/TopOverlay.js";
10
+ import { LightBoxViewManager as z } from "./LightBoxViewManager/LightBoxViewManager.js";
11
11
  import { MobileView as W } from "../MobileView/MobileView.js";
12
12
  import { FocusTrapUtils as $ } from "../../utils/focus/FocusTrapUtils.js";
13
- import { useToken as z } from "../ThemeProvider/useToken.js";
14
- import { LightBoxLeftSidebar as H } from "./LightBoxSidebars/LightBoxLeftSidebar.js";
15
- import { LightBoxRightSidebar as U } from "./LightBoxSidebars/LightBoxRightSidebar.js";
16
- const Z = {
17
- "scroll-0": "scroll-0__1087a633",
18
- "scroll-15": "scroll-15__760e6262",
19
- "scroll-16": "scroll-16__925c6de7",
20
- "scroll-17": "scroll-17__afb3e98c"
21
- }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
22
- children: M,
13
+ import { useToken as H } from "../ThemeProvider/useToken.js";
14
+ import { LightBoxLeftSidebar as U } from "./LightBoxSidebars/LightBoxLeftSidebar.js";
15
+ import { LightBoxRightSidebar as Z } from "./LightBoxSidebars/LightBoxRightSidebar.js";
16
+ import { ELightBoxSize as G } from "./enums.js";
17
+ const J = {
18
+ "scroll-0": "scroll-0__d09b6f59",
19
+ "scroll-15": "scroll-15__6d0f44f9",
20
+ "scroll-16": "scroll-16__c282022a",
21
+ "scroll-17": "scroll-17__f92faa20"
22
+ }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], M = ({
23
+ children: b,
23
24
  className: v,
24
25
  focusTrapProps: r,
25
26
  forwardRef: c,
@@ -28,28 +29,30 @@ const Z = {
28
29
  isLoading: d,
29
30
  isSideOverlayOpened: i,
30
31
  isTopOverlayOpened: y,
31
- ...S
32
+ size: S = G.MD,
33
+ ...C
32
34
  }) => {
33
- const l = n(null), u = n(null), { scopeClassName: C } = z(), E = () => {
35
+ const l = n(null), u = n(null), { scopeClassName: E } = H(), w = () => {
34
36
  let t = null;
35
37
  return s ? t = s : (t = document.querySelector(`#${p}`), t || (t = document.createElement("div"), t.setAttribute("id", p), document.body.appendChild(t))), t;
36
- }, w = () => {
38
+ }, _ = () => {
37
39
  let t = null;
38
40
  return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
39
- }, a = n(E()), g = n(w()), h = () => {
41
+ }, a = n(w()), g = n(_()), h = () => {
40
42
  N.forEach((t) => document.documentElement.classList.add(t));
41
43
  };
42
- f(() => (T(Z), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
44
+ B(() => (j(J), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), B(() => {
43
45
  if (!i && l.current) {
44
46
  const t = Math.round(Math.random() * 100);
45
47
  l.current.style.zIndex = t.toString();
46
48
  }
47
49
  }, [i]);
48
- const _ = (t) => {
50
+ const O = (t) => {
49
51
  u.current = t, c && (c.current = t);
50
- }, O = V(
51
- C,
52
+ }, F = A(
53
+ E,
52
54
  e.lightBox,
55
+ e[S],
53
56
  {
54
57
  [e.isLoading]: !!d,
55
58
  [e.lightBoxSideOverlayActive]: !!i,
@@ -59,17 +62,17 @@ const Z = {
59
62
  );
60
63
  if (!a.current)
61
64
  return null;
62
- const x = () => /* @__PURE__ */ B("div", { className: O, ref: _, role: "dialog", "aria-modal": "true", ...S, children: [
65
+ const f = () => /* @__PURE__ */ x("div", { className: F, ref: O, role: "dialog", "aria-modal": "true", ...C, children: [
63
66
  /* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
64
- M,
67
+ b,
65
68
  /* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
66
69
  ] });
67
- return /* @__PURE__ */ B(F, { children: [
68
- /* @__PURE__ */ o(D, { container: a.current, children: /* @__PURE__ */ o(
70
+ return /* @__PURE__ */ x(V, { children: [
71
+ /* @__PURE__ */ o(T, { container: a.current, children: /* @__PURE__ */ o(
69
72
  W,
70
73
  {
71
74
  fallback: /* @__PURE__ */ o(
72
- A,
75
+ D,
73
76
  {
74
77
  active: !d,
75
78
  ...r,
@@ -79,14 +82,14 @@ const Z = {
79
82
  preventScroll: !0,
80
83
  ...r == null ? void 0 : r.focusTrapOptions
81
84
  },
82
- children: x()
85
+ children: f()
83
86
  }
84
87
  ),
85
- children: x()
88
+ children: f()
86
89
  }
87
90
  ) }),
88
91
  g.current && /* @__PURE__ */ o(
89
- q,
92
+ z,
90
93
  {
91
94
  lightBoxViewManagerNode: g.current,
92
95
  lightBoxMountNode: a.current
@@ -94,17 +97,17 @@ const Z = {
94
97
  )
95
98
  ] });
96
99
  };
97
- b.displayName = "LightBoxBase";
98
- const ct = Object.assign(b, {
100
+ M.displayName = "LightBoxBase";
101
+ const dt = Object.assign(M, {
99
102
  Content: I,
100
103
  SideOverlay: k,
101
- TopOverlay: j,
104
+ TopOverlay: q,
102
105
  Controls: R,
103
- LeftSidebar: H,
104
- RightSidebar: U
106
+ LeftSidebar: U,
107
+ RightSidebar: Z
105
108
  });
106
109
  export {
107
- ct as LightBox,
110
+ dt as LightBox,
108
111
  p as lightBoxMountNodeIdDefault,
109
112
  L as lightBoxViewManagerNodeIdDefault
110
113
  };
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../../chunks/vendor---Om3uMV.js";
4
4
  import "../WindowResizeListener/WindowResizeListener.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-hyVn3q-T.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-Bp6XRgdB.js";
7
7
  export {
8
8
  n as LightBoxContent
9
9
  };
@@ -7,7 +7,7 @@ import { EVENT_KEY_CODES as g } from "../../../utils/keyboard.js";
7
7
  import { EButtonTheme as i } from "../../Button/enums.js";
8
8
  import { Button as l } from "../../Button/Button.js";
9
9
  import { EComponentSize as a } from "../../../enums/EComponentSize.js";
10
- import { s as o } from "../../../chunks/LightBoxControls.module-CTUWde8O.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-Dp8lh2Rg.js";
11
11
  const N = ({
12
12
  className: c,
13
13
  onClick: t,
@@ -3,7 +3,7 @@ import { LightBoxClose as m } from "./LightBoxClose.js";
3
3
  import { LightBoxNext as l } from "./LightBoxNext.js";
4
4
  import { LightBoxPrev as x } from "./LightBoxPrev.js";
5
5
  import { c as e } from "../../../chunks/vendor---Om3uMV.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-CTUWde8O.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-Dp8lh2Rg.js";
7
7
  const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ i("div", { className: e(r, p.lightBoxControls), ...s, "data-lightbox-component": "controls", children: t });
8
8
  o.displayName = "LightBoxControls";
9
9
  o.Close = m;
@@ -7,7 +7,7 @@ import { EVENT_KEY_CODES as R } from "../../../utils/keyboard.js";
7
7
  import { Button as c } from "../../Button/Button.js";
8
8
  import { EButtonTheme as s } from "../../Button/enums.js";
9
9
  import { EComponentSize as f } from "../../../enums/EComponentSize.js";
10
- import { s as o } from "../../../chunks/LightBoxControls.module-CTUWde8O.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-Dp8lh2Rg.js";
11
11
  const v = ({
12
12
  className: g,
13
13
  clickByArrowRight: u,
@@ -7,7 +7,7 @@ import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKe
7
7
  import { EVENT_KEY_CODES as I } from "../../../utils/keyboard.js";
8
8
  import { Button as s } from "../../Button/Button.js";
9
9
  import { EComponentSize as v } from "../../../enums/EComponentSize.js";
10
- import { s as o } from "../../../chunks/LightBoxControls.module-CTUWde8O.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-Dp8lh2Rg.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, jsxs as y, Fragment as T } from "react/jsx-runtime";
2
2
  import { useState as B, useRef as O, useEffect as X } from "react";
3
- import { c as f, F as Y } from "../../../chunks/vendor---Om3uMV.js";
3
+ import { c as v, F as Y } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { OverlayBase as z, EOverlayDirection as L } from "../../Overlay/OverlayBase.js";
5
5
  import { OverlayMask as R } from "../../Overlay/OverlayMask.js";
6
6
  import { LightBoxSideOverlayLoader as j } from "./LightBoxSideOverlayLoader.js";
@@ -9,7 +9,7 @@ import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseM
9
9
  import { LightBoxSideOverlayCloseDesktop as G } from "./LightBoxSideOverlayCloseDesktop.js";
10
10
  import { EComponentSize as U } from "../../../enums/EComponentSize.js";
11
11
  import { createSizeToClassNameMap as q } from "../../../utils/classNameMaps.js";
12
- const J = "lightBoxSideOverlayMask__9903c77c", K = "lightBoxSideOverlayWrapper__355d475f", Q = "overflowXHidden__90a951c8", V = "overflowYHidden__10e1e0c0", Z = "closing__0411bfe8", $ = "opened__6fdc3ec6", P = "lightBoxSideOverlayContent__15505845", ee = "opening__c6a4b5fd", oe = "sm__286b2bf1", te = "md__b0181ee0", ie = "lg__8ecdc552", re = "lightBoxSideOverlay__651e5acf", e = {
12
+ const J = "lightBoxSideOverlayMask__7d3b156f", K = "lightBoxSideOverlayWrapper__264e3bb2", Q = "overflowXHidden__5a216c99", V = "overflowYHidden__9c3cb5c1", Z = "closing__d14395c9", $ = "opened__8f131307", P = "lightBoxSideOverlayContent__caee0882", ee = "opening__317aa8a4", oe = "sm__0b6c0c1c", te = "md__d64db38d", ie = "lg__509bf6c9", re = "lightBoxSideOverlay__4fb6f999", e = {
13
13
  lightBoxSideOverlayMask: J,
14
14
  lightBoxSideOverlayWrapper: K,
15
15
  overflowXHidden: Q,
@@ -22,7 +22,7 @@ const J = "lightBoxSideOverlayMask__9903c77c", K = "lightBoxSideOverlayWrapper__
22
22
  md: te,
23
23
  lg: ie,
24
24
  lightBoxSideOverlay: re
25
- }, le = q(e), v = ({
25
+ }, le = q(e), f = ({
26
26
  children: x,
27
27
  className: S,
28
28
  focusTrapProps: l,
@@ -34,47 +34,47 @@ const J = "lightBoxSideOverlayMask__9903c77c", K = "lightBoxSideOverlayWrapper__
34
34
  onOpen: c,
35
35
  opened: o,
36
36
  size: M = U.MD,
37
- ...k
37
+ ...b
38
38
  }) => {
39
39
  const [i, d] = B(!1), [n, g] = B(!1), m = O(o), p = O(null);
40
40
  X(() => {
41
41
  m.current && !o ? (g(!1), d(!0)) : !m.current && o && (d(!1), g(!0)), m.current = o;
42
42
  }, [o]);
43
- const w = (r) => {
43
+ const k = (r) => {
44
44
  const { target: D, currentTarget: W } = r;
45
45
  D === W && (i ? (d(!1), s == null || s()) : n && (g(!1), c == null || c()));
46
- }, C = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ y(
46
+ }, w = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), C = () => /* @__PURE__ */ y(
47
47
  "div",
48
48
  {
49
- className: f(e.lightBoxSideOverlayContent, {
49
+ className: v(e.lightBoxSideOverlayContent, {
50
50
  [e.closing]: i,
51
51
  [e.opening]: n,
52
52
  [e.opened]: o
53
53
  }),
54
- onTransitionEnd: w,
54
+ onTransitionEnd: k,
55
55
  ref: p,
56
56
  children: [
57
57
  x,
58
58
  a && /* @__PURE__ */ t(j, { loadingTitle: _ })
59
59
  ]
60
60
  }
61
- ), N = () => {
62
- }, b = f(S, e.lightBoxSideOverlayWrapper, le[M], {
61
+ ), H = () => {
62
+ }, N = v(S, e.lightBoxSideOverlayWrapper, le[M], {
63
63
  [e.closing]: i,
64
64
  [e.opened]: o,
65
65
  [e.overflowXHidden]: !!h || !!a,
66
66
  [e.overflowYHidden]: !!h || !!a || !!u
67
67
  }), E = (r) => /* @__PURE__ */ y(T, { children: [
68
- C(r),
69
- H()
68
+ w(r),
69
+ C()
70
70
  ] }), F = /* @__PURE__ */ t(
71
71
  "div",
72
72
  {
73
- className: f(e.lightBoxSideOverlay, {
73
+ className: v(e.lightBoxSideOverlay, {
74
74
  [e.closing]: i,
75
75
  [e.opening]: n
76
76
  }),
77
- children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: N, children: E })
77
+ children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: H, children: E })
78
78
  }
79
79
  );
80
80
  return /* @__PURE__ */ t(
@@ -88,14 +88,14 @@ const J = "lightBoxSideOverlayMask__9903c77c", K = "lightBoxSideOverlayWrapper__
88
88
  preventScroll: !0,
89
89
  ...l == null ? void 0 : l.focusTrapOptions
90
90
  },
91
- children: /* @__PURE__ */ t("div", { className: b, role: "dialog", "aria-modal": "true", ...k, children: F })
91
+ children: /* @__PURE__ */ t("div", { className: N, role: "dialog", "aria-modal": "true", ...b, children: F })
92
92
  }
93
93
  );
94
94
  };
95
- v.displayName = "LightBoxSideOverlay";
96
- v.CloseDesktop = G;
97
- v.CloseMobile = A;
95
+ f.displayName = "LightBoxSideOverlay";
96
+ f.CloseDesktop = G;
97
+ f.CloseMobile = A;
98
98
  export {
99
- v as LightBoxSideOverlay
99
+ f as LightBoxSideOverlay
100
100
  };
101
101
  //# sourceMappingURL=LightBoxSideOverlay.js.map
@@ -7,7 +7,7 @@ import { CrossStrokeSrvIcon32 as d } from "@sberbusiness/icons-next";
7
7
  import { EButtonTheme as f } from "../../Button/enums.js";
8
8
  import { EComponentSize as C } from "../../../enums/EComponentSize.js";
9
9
  import { Button as u } from "../../Button/Button.js";
10
- import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js";
10
+ import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-DDGxczL0.js";
11
11
  const E = ({
12
12
  className: i,
13
13
  clickByEsc: s,
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as r } from "../../../chunks/vendor---Om3uMV.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-DDGxczL0.js";
5
5
  import { EButtonTheme as l } from "../../Button/enums.js";
6
6
  import { EComponentSize as s } from "../../../enums/EComponentSize.js";
7
7
  import { Button as a } from "../../Button/Button.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import { useState as s, useRef as l, useEffect as p } from "react";
3
3
  import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__7e9f43c3", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__1f2af0f0", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
7
  const [t, r] = s(0), e = l(null);
@@ -1,31 +1,31 @@
1
1
  import { jsx as x } from "react/jsx-runtime";
2
- import { forwardRef as N, useRef as o, useImperativeHandle as R, useState as V, useEffect as b } from "react";
2
+ import { forwardRef as N, useRef as d, useImperativeHandle as R, useState as V, useEffect as b } from "react";
3
3
  import { c as h } from "../../../chunks/vendor---Om3uMV.js";
4
- const j = "lightBoxLeftSidebar__f35967a5", z = "fixed__88ea061a", E = "hidden__723e6028", r = {
4
+ const j = "lightBoxLeftSidebar__fd8d6339", z = "fixed__229e075d", E = "hidden__68f282b9", r = {
5
5
  lightBoxLeftSidebar: j,
6
6
  fixed: z,
7
7
  hidden: E
8
8
  }, O = N(
9
- ({ children: m, className: L, fixed: B, minVisibleWidth: f = 100, onShow: s, onHide: i, ...g }, p) => {
10
- const n = o(null);
9
+ ({ children: m, className: L, fixed: B, minVisibleWidth: o = 100, onShow: s, onHide: i, ...g }, p) => {
10
+ const n = d(null);
11
11
  R(p, () => n.current);
12
- const [v, _] = V(!0), e = o(s), t = o(i);
12
+ const [v, _] = V(!0), e = d(s), t = d(i);
13
13
  return b(() => {
14
14
  e.current = s, t.current = i;
15
15
  }, [s, i]), b(() => {
16
- const d = n.current;
17
- if (!d) return;
18
- const a = new ResizeObserver((S) => {
16
+ const f = n.current;
17
+ if (!f) return;
18
+ const l = new ResizeObserver((S) => {
19
19
  for (const y of S) {
20
- const c = y.contentRect.width > f;
20
+ const c = y.contentRect.width > o;
21
21
  _((I) => {
22
- var l, u;
23
- return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
22
+ var a, u;
23
+ return c !== I && (c ? (a = e.current) == null || a.call(e) : (u = t.current) == null || u.call(t)), c;
24
24
  });
25
25
  }
26
26
  });
27
- return a.observe(d), () => a.disconnect();
28
- }, [f]), /* @__PURE__ */ x(
27
+ return l.observe(f), () => l.disconnect();
28
+ }, [o]), /* @__PURE__ */ x(
29
29
  "div",
30
30
  {
31
31
  ref: n,
@@ -1,7 +1,7 @@
1
1
  import { jsx as h } from "react/jsx-runtime";
2
2
  import { forwardRef as N, useRef as o, useImperativeHandle as L, useState as V, useEffect as g } from "react";
3
3
  import { c as x } from "../../../chunks/vendor---Om3uMV.js";
4
- const j = "lightBoxRightSidebar__528b1aa7", z = "fixed__88ea061a", E = "hidden__723e6028", r = {
4
+ const j = "lightBoxRightSidebar__4387f3a4", z = "fixed__229e075d", E = "hidden__68f282b9", r = {
5
5
  lightBoxRightSidebar: j,
6
6
  fixed: z,
7
7
  hidden: E
@@ -15,16 +15,16 @@ const j = "lightBoxRightSidebar__528b1aa7", z = "fixed__88ea061a", E = "hidden__
15
15
  }, [i, s]), g(() => {
16
16
  const a = n.current;
17
17
  if (!a) return;
18
- const l = new ResizeObserver((S) => {
18
+ const f = new ResizeObserver((S) => {
19
19
  for (const y of S) {
20
20
  const c = y.contentRect.width > d;
21
21
  _((I) => {
22
- var u, f;
23
- return c !== I && (c ? (u = e.current) == null || u.call(e) : (f = t.current) == null || f.call(t)), c;
22
+ var l, u;
23
+ return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
24
24
  });
25
25
  }
26
26
  });
27
- return l.observe(a), () => l.disconnect();
27
+ return f.observe(a), () => f.disconnect();
28
28
  }, [d]), /* @__PURE__ */ h(
29
29
  "div",
30
30
  {
@@ -0,0 +1,5 @@
1
+ var l = /* @__PURE__ */ ((r) => (r.SM = "sm", r.MD = "md", r.LG = "lg", r.XL = "xl", r))(l || {});
2
+ export {
3
+ l as ELightBoxSize
4
+ };
5
+ //# sourceMappingURL=enums.js.map
@@ -1,8 +1,10 @@
1
1
  import { LightBox as t, lightBoxMountNodeIdDefault as i, lightBoxViewManagerNodeIdDefault as r } from "./LightBox.js";
2
- import { LightBoxSideOverlay as a } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
2
+ import { ELightBoxSize as g } from "./enums.js";
3
+ import { LightBoxSideOverlay as d } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
3
4
  export {
5
+ g as ELightBoxSize,
4
6
  t as LightBox,
5
- a as LightBoxSideOverlay,
7
+ d as LightBoxSideOverlay,
6
8
  i as lightBoxMountNodeIdDefault,
7
9
  r as lightBoxViewManagerNodeIdDefault
8
10
  };
@@ -1,72 +1,73 @@
1
- import { jsx as R, jsxs as t, Fragment as i } from "react/jsx-runtime";
1
+ import { jsx as h, jsxs as t, Fragment as i } from "react/jsx-runtime";
2
2
  import L from "react";
3
3
  import { c as l } from "../../chunks/vendor---Om3uMV.js";
4
- const v = "link__bbe10c07", F = "wordWithContent__0a4a3618", S = "before__26030191", T = "after__3fefd069", e = {
5
- link: v,
6
- wordWithContent: F,
7
- before: S,
8
- after: T
9
- }, q = L.forwardRef(
10
- ({ children: d, className: N, onBlur: p, onMouseDown: f, contentAfter: s, contentBefore: o, ...C }, W) => {
11
- const c = () => o ? /* @__PURE__ */ t(i, { children: [
4
+ import { IconWrapper as F } from "../IconWrapper/IconWrapper.js";
5
+ const I = "link__830a0a1b", S = "wordWithContent__531a92da", T = "before__ac66e1a8", q = "after__614487d1", e = {
6
+ link: I,
7
+ wordWithContent: S,
8
+ before: T,
9
+ after: q
10
+ }, v = L.forwardRef(
11
+ ({ children: d, className: N, onBlur: C, onMouseDown: W, contentAfter: s, contentBefore: n, ...f }, u) => {
12
+ const c = () => n ? /* @__PURE__ */ t(i, { children: [
12
13
  "​",
13
- o()
14
- ] }) : null, m = () => s ? s() : null, b = (n) => {
15
- const r = n.split(" ");
16
- if (r.length < 2 || r.length < 3 && o && s) {
17
- const y = l(e.wordWithContent, {
14
+ n()
15
+ ] }) : null, m = () => s ? s() : null, w = (o) => {
16
+ const r = o.split(" ");
17
+ if (r.length < 2 || r.length < 3 && n && s) {
18
+ const R = l(e.wordWithContent, {
18
19
  [e.after]: !!s,
19
- [e.before]: !!o
20
+ [e.before]: !!n
20
21
  });
21
- return /* @__PURE__ */ t("span", { className: y, children: [
22
+ return /* @__PURE__ */ t("span", { className: R, children: [
22
23
  c(),
23
- n,
24
+ o,
24
25
  m()
25
26
  ] });
26
27
  }
27
- const a = r[0], h = r[r.length - 1], _ = r.slice(1, -1).join(" "), k = l(e.wordWithContent, {
28
- [e.before]: !!o
29
- }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
28
+ const a = r[0], p = r[r.length - 1], b = r.slice(1, -1).join(" "), g = l(e.wordWithContent, {
29
+ [e.before]: !!n
30
+ }), x = n ? /* @__PURE__ */ t("span", { className: g, children: [
30
31
  c(),
31
32
  a
32
- ] }) : a, x = l(e.wordWithContent, {
33
+ ] }) : a, y = l(e.wordWithContent, {
33
34
  [e.after]: !!s
34
- }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
35
- h,
35
+ }), j = s ? /* @__PURE__ */ t("span", { className: y, children: [
36
+ p,
36
37
  m()
37
- ] }) : h;
38
+ ] }) : p;
38
39
  return /* @__PURE__ */ t(i, { children: [
39
- g,
40
+ x,
40
41
  " ",
41
- _,
42
+ b,
42
43
  " ",
43
44
  j
44
45
  ] });
45
- }, u = (n) => {
46
- const r = o ? o() : null, a = s ? s() : null;
46
+ }, _ = (o) => {
47
+ const r = n ? n() : null, a = s ? s() : null;
47
48
  return /* @__PURE__ */ t(i, { children: [
48
49
  r,
49
- n,
50
+ o,
50
51
  a
51
52
  ] });
52
- }, w = o || s ? ((n) => typeof n == "string" ? b(n) : u(n))(d) : d;
53
- return /* @__PURE__ */ R(
53
+ }, k = n || s ? ((o) => typeof o == "string" ? w(o) : _(o))(d) : d;
54
+ return /* @__PURE__ */ h(
54
55
  "a",
55
56
  {
56
57
  role: "link",
57
- ...C,
58
- className: l(N, e.link, "hoverable"),
59
- onBlur: p,
60
- onMouseDown: f,
61
- "data-tx": "0.24.0",
62
- ref: W,
63
- children: w
58
+ ...f,
59
+ className: l(N, e.link),
60
+ onBlur: C,
61
+ onMouseDown: W,
62
+ "data-tx": "0.26.0",
63
+ ref: u,
64
+ children: /* @__PURE__ */ h(F, { displayContents: !0, children: k })
64
65
  }
65
66
  );
66
67
  }
67
68
  );
68
- q.displayName = "Link";
69
+ v.displayName = "Link";
69
70
  export {
70
- q as Link
71
+ v as Link
71
72
  };
72
73
  //# sourceMappingURL=Link.js.map
@@ -1,10 +1,10 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import a from "react";
3
- import { c as m } from "../../chunks/vendor---Om3uMV.js";
2
+ import m from "react";
3
+ import { c as a } from "../../chunks/vendor---Om3uMV.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const d = "list__70caf936", f = {
5
+ const d = "list__fb3d95d6", f = {
6
6
  list: d
7
- }, p = a.forwardRef(({ children: s, className: t, loading: o, ...r }, i) => /* @__PURE__ */ l("ul", { className: m(f.list, t), ...r, "data-tx": "0.24.0", ref: i, children: [
7
+ }, p = m.forwardRef(({ children: s, className: t, loading: o, ...r }, i) => /* @__PURE__ */ l("ul", { className: a(f.list, t), ...r, "data-tx": "0.26.0", ref: i, children: [
8
8
  s,
9
9
  o ? /* @__PURE__ */ e(c, { type: "middle" }) : null
10
10
  ] }));
@@ -1,7 +1,7 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as o } from "../../../chunks/vendor---Om3uMV.js";
4
- const p = "listEmptyState__4fd172de", r = {
4
+ const p = "listEmptyState__647edea5", r = {
5
5
  listEmptyState: p
6
6
  }, l = i.forwardRef(
7
7
  ({ children: t, className: s, ...m }, e) => /* @__PURE__ */ a("div", { className: o(r.listEmptyState, s), ...m, ref: e, children: t })
@@ -3,7 +3,7 @@ import a, { useState as d } from "react";
3
3
  import { ListItemContext as l } from "./ListItemContext.js";
4
4
  const c = a.forwardRef(({ children: e, className: r, ...o }, s) => {
5
5
  const [i, m] = d(!1);
6
- return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.24.0", ref: s, children: e }) });
6
+ return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.26.0", ref: s, children: e }) });
7
7
  });
8
8
  c.displayName = "ListItem";
9
9
  export {
@@ -2,10 +2,10 @@ import { jsx as c } from "react/jsx-runtime";
2
2
  import i, { useContext as l } from "react";
3
3
  import { c as r } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { ListItemContext as d } from "./ListItemContext.js";
5
- const a = "listItemContent__b9190dde", C = "selected__94c15600", t = {
5
+ const a = "listItemContent__6de3f19d", C = "selected__b9221468", t = {
6
6
  listItemContent: a,
7
7
  selected: C
8
- }, I = i.forwardRef(
8
+ }, f = i.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
10
  const { selected: m } = l(d);
11
11
  return /* @__PURE__ */ c(
@@ -13,15 +13,15 @@ const a = "listItemContent__b9190dde", C = "selected__94c15600", t = {
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "0.24.0",
16
+ "data-tx": "0.26.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
20
20
  );
21
21
  }
22
22
  );
23
- I.displayName = "ListItemContent";
23
+ f.displayName = "ListItemContent";
24
24
  export {
25
- I as ListItemContent
25
+ f as ListItemContent
26
26
  };
27
27
  //# sourceMappingURL=ListItemContent.js.map
@@ -1,13 +1,13 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as e } from "../../../chunks/vendor---Om3uMV.js";
4
- const i = "listItemControls__c51b21aa", a = {
4
+ const i = "listItemControls__a6ffcb88", n = {
5
5
  listItemControls: i
6
- }, n = m.forwardRef(
7
- ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(a.listItemControls, o), ...s, ref: r, children: t })
6
+ }, a = m.forwardRef(
7
+ ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, children: t })
8
8
  );
9
- n.displayName = "ListItemControls";
9
+ a.displayName = "ListItemControls";
10
10
  export {
11
- n as ListItemControls
11
+ a as ListItemControls
12
12
  };
13
13
  //# sourceMappingURL=ListItemControls.js.map