@sberbusiness/triplex-next 1.9.0 → 1.11.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 (446) hide show
  1. package/README.md +6 -0
  2. package/chunks/{AlertProcessSpoiler-D8OxE3FA.js → AlertProcessSpoiler-BGQ1uQrz.js} +14 -14
  3. package/chunks/CalendarViewItem-GZv99LrE.js +101 -0
  4. package/chunks/Card.module-Bb-0eR7p.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-LACc235T.js +11 -0
  6. package/chunks/{Chip-DXegvfGS.js → Chip-L25luM9A.js} +6 -6
  7. package/chunks/Confirm.module-B2F1vU1t.js +15 -0
  8. package/chunks/{DropdownListItem-ToJzPBLf.js → DropdownListItem-QBxfm941.js} +19 -19
  9. package/chunks/DropdownMobile.module-zHrNkkL5.js +23 -0
  10. package/chunks/Footer.module-CTz6ITIP.js +9 -0
  11. package/chunks/{FormFieldInput-kWDtKz1V.js → FormFieldInput-ZCQQZs7b.js} +9 -9
  12. package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +9 -0
  13. package/chunks/HeaderTabs.module-Fe8TyS0Y.js +9 -0
  14. package/chunks/{HeaderTitle.module-DlPGCmxi.js → HeaderTitle.module-C7KQyTXH.js} +2 -2
  15. package/chunks/IslandAccordion.module-B1DwUTEO.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-DNunPtYA.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +9 -0
  18. package/chunks/{LightBoxContent-BhFPV40j.js → LightBoxContent-D0toheNV.js} +15 -15
  19. package/chunks/LightBoxControls.module-DUY3tLKy.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +8 -0
  21. package/chunks/{ListItemControlsButton-BoYzfwDC.js → ListItemControlsButton-B0Qs0eEN.js} +8 -8
  22. package/chunks/ListItemTail.module-uDs8u3yU.js +12 -0
  23. package/chunks/ListMasterFooter.module-uJGRVDCh.js +10 -0
  24. package/chunks/ModalWindow.module-BxFKBpp4.js +17 -0
  25. package/chunks/Notification.module-HwYJsw5w.js +21 -0
  26. package/chunks/Overlay.module-BdT_EdJd.js +18 -0
  27. package/chunks/Page.module-CQz9ZvqA.js +11 -0
  28. package/chunks/{RightBorderArrow-DmvKTu6m.js → RightBorderArrow-B3TaRXow.js} +6 -6
  29. package/chunks/SMSField.module-B2vNyUh9.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +15 -0
  31. package/chunks/{SliderExtendedRail-45DAsx7v.js → SliderExtendedRail-DP6nRRY0.js} +11 -11
  32. package/chunks/StatusTracker.module-BM1Mr7Lr.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-CSddz7zn.js → SuggestFieldMobileDropdownHint-C04_aHFB.js} +2 -2
  34. package/chunks/TableFooter.module-DNpkWevf.js +14 -0
  35. package/chunks/TabsExtended.module-BvIRknmY.js +16 -0
  36. package/chunks/TabsLine.module-BN-kBFLj.js +21 -0
  37. package/chunks/TooltipDesktop.module-itrszAnq.js +19 -0
  38. package/chunks/TreeView.module-CDWFlOAV.js +9 -0
  39. package/chunks/UploadZoneInput-BYGZcWC8.js +35 -0
  40. package/chunks/utils-BWjaO0EE.js +73 -0
  41. package/chunks/utils-BsNeWWRx.js +20 -0
  42. package/chunks/{utils--cyZSVhM.js → utils-CDPE3P4X.js} +2 -2
  43. package/chunks/utils-DKyrkqb2.js +36 -0
  44. package/chunks/utils-P0A0WEsB.js +24 -0
  45. package/chunks/{vendor-D3hUOusX.js → vendor-ClY57Zzq.js} +1220 -1220
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +19 -19
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +5 -5
  52. package/components/AmountField/AmountField.js +59 -62
  53. package/components/Body/Body.js +8 -8
  54. package/components/Button/Button.js +28 -28
  55. package/components/Button/ButtonBase.js +1 -1
  56. package/components/Button/ButtonDropdown.js +2 -2
  57. package/components/Button/ButtonDropdownExtended.js +5 -5
  58. package/components/Button/ButtonIcon.js +5 -5
  59. package/components/Calendar/Calendar.js +6 -6
  60. package/components/Calendar/CalendarContext.js +1 -1
  61. package/components/Calendar/components/CalendarControls.js +1 -1
  62. package/components/Calendar/components/CalendarFooter.js +1 -1
  63. package/components/Calendar/components/CalendarViewDays.js +2 -2
  64. package/components/Calendar/components/CalendarViewItem.js +2 -2
  65. package/components/Calendar/components/CalendarViewMonths.js +2 -2
  66. package/components/Calendar/components/CalendarViewYears.js +2 -2
  67. package/components/Calendar/utils.js +1 -1
  68. package/components/Card/CardAction.js +22 -22
  69. package/components/Card/CardStatic.js +3 -3
  70. package/components/Card/components/CardContent/CardContent.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  74. package/components/Card/components/CardMedia.js +2 -2
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +7 -7
  77. package/components/CarouselExtended/index.js +5 -0
  78. package/components/Checkbox/Checkbox.js +35 -33
  79. package/components/Checkbox/CheckboxXGroup.js +11 -11
  80. package/components/Checkbox/CheckboxYGroup.js +4 -4
  81. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  85. package/components/Chip/Chip.js +2 -2
  86. package/components/Chip/ChipClearButton.js +7 -7
  87. package/components/Chip/ChipDatePicker/ChipDatePicker.js +3 -3
  88. package/components/Chip/ChipDatePicker/{components/ChipDatePickerTarget.js → ChipDatePickerTarget.js} +5 -5
  89. package/components/Chip/ChipDatePicker/index.js +7 -0
  90. package/components/Chip/ChipDropdownArrow.js +8 -8
  91. package/components/Chip/ChipIcon.js +1 -1
  92. package/components/Chip/ChipMultiselect.js +2 -2
  93. package/components/Chip/ChipOptions.js +9 -9
  94. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  95. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  96. package/components/Chip/ChipSort.js +2 -2
  97. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  98. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  99. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  100. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  101. package/components/Chip/index.js +26 -22
  102. package/components/ChipGroup/ChipGroup.js +8 -8
  103. package/components/Col/Col.js +138 -138
  104. package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
  105. package/components/Confirm/Confirm.js +2 -2
  106. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  107. package/components/Confirm/components/ConfirmContent.js +2 -2
  108. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  109. package/components/Confirm/components/ConfirmControls.js +2 -2
  110. package/components/DateField/DateField.js +2 -2
  111. package/components/DateField/utils.js +1 -1
  112. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  113. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  114. package/components/DateRange/DateRange.js +19 -19
  115. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  116. package/components/DesignTokens/DesignTokensComponents.js +99 -94
  117. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +102 -97
  118. package/components/DesignTokens/components/AmountField.js +11 -0
  119. package/components/DesignTokens/components/FormField.js +2 -2
  120. package/components/DesignTokens/components/{SMSInput.js → SMSField.js} +9 -9
  121. package/components/DesignTokens/components/Step.js +1 -1
  122. package/components/DesignTokens/components/index.js +156 -153
  123. package/components/Divider/Divider.js +18 -18
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
  125. package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
  126. package/components/Dropdown/desktop/DropdownList.js +2 -2
  127. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  128. package/components/Dropdown/desktop/index.js +1 -1
  129. package/components/Dropdown/index.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  137. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  141. package/components/Ellipsis/Ellipsis.js +10 -10
  142. package/components/ExpandAnimation/ExpandAnimation.js +19 -19
  143. package/components/Footer/Footer.js +1 -1
  144. package/components/Footer/components/FooterDescription.js +2 -2
  145. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  146. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  147. package/components/FormField/FormField.js +26 -26
  148. package/components/FormField/components/FormFieldClear.js +6 -6
  149. package/components/FormField/components/FormFieldCounter.js +5 -5
  150. package/components/FormField/components/FormFieldDescription.js +8 -8
  151. package/components/FormField/components/FormFieldInput.js +2 -2
  152. package/components/FormField/components/FormFieldLabel.js +11 -11
  153. package/components/FormField/components/FormFieldMaskedInput.js +53 -53
  154. package/components/FormField/components/FormFieldPostfix.js +6 -6
  155. package/components/FormField/components/FormFieldPrefix.js +2 -2
  156. package/components/FormField/components/FormFieldTarget.js +26 -26
  157. package/components/FormField/components/FormFieldTextarea.js +8 -8
  158. package/components/FormField/enums.js +2 -3
  159. package/components/FormField/index.js +13 -14
  160. package/components/Header/Header.js +1 -1
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  164. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
  165. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  166. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  167. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  168. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  169. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  171. package/components/HelpBox/HelpBox.js +12 -12
  172. package/components/Island/Island.js +2 -2
  173. package/components/Island/components/IslandBody.js +2 -2
  174. package/components/Island/components/IslandFooter.js +5 -5
  175. package/components/Island/components/IslandHeader.js +4 -4
  176. package/components/Island/utils.js +1 -1
  177. package/components/IslandAccordion/IslandAccordion.js +3 -4
  178. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  179. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  180. package/components/IslandAccordion/components/IslandAccordionItem.js +93 -99
  181. package/components/IslandAccordion/components/index.js +1 -3
  182. package/components/IslandAccordion/index.js +3 -5
  183. package/components/IslandWidget/IslandWidget.js +14 -14
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
  185. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  189. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
  192. package/components/LightBox/LightBox.js +59 -53
  193. package/components/LightBox/LightBoxContent.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  195. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -0
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +15 -0
  204. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  205. package/components/Link/Link.js +30 -30
  206. package/components/List/List.js +6 -6
  207. package/components/List/ListSortable.js +1 -1
  208. package/components/List/components/ListEmptyState.js +2 -2
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +10 -10
  211. package/components/List/components/ListItemControls.js +6 -6
  212. package/components/List/components/ListItemControlsButton.js +2 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  214. package/components/List/components/ListItemLoading.js +4 -4
  215. package/components/List/components/ListItemSelectable.js +13 -13
  216. package/components/List/components/ListItemTable.js +4 -4
  217. package/components/List/components/ListItemTailLeft.js +2 -2
  218. package/components/List/components/ListItemTailRight.js +2 -2
  219. package/components/List/components/ListSortableItem.js +2 -2
  220. package/components/List/components/ListSortableItemControls.js +2 -2
  221. package/components/List/components/ListSortableItemTarget.js +8 -8
  222. package/components/List/index.js +1 -1
  223. package/components/ListMaster/ListMaster.js +1 -1
  224. package/components/ListMaster/components/ListMasterBody.js +1 -1
  225. package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
  226. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  227. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  228. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  229. package/components/ListMaster/components/ListMasterHeader.js +13 -13
  230. package/components/ListMaster/components/SelectionControls.js +3 -3
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  233. package/components/LoaderScreen/LoaderScreen.js +5 -5
  234. package/components/Marker/Marker.js +2 -2
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +14 -14
  237. package/components/ModalWindow/ModalWindow.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowBody.js +3 -3
  239. package/components/ModalWindow/components/ModalWindowClose.js +3 -3
  240. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  242. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  243. package/components/MonthYearField/utils.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  245. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
  246. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  247. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  248. package/components/Notification/Notification.js +3 -3
  249. package/components/Notification/NotificationGrouped.js +1 -1
  250. package/components/Notification/components/NotificationBody.js +1 -1
  251. package/components/Notification/components/NotificationBodyContent.js +1 -1
  252. package/components/Notification/components/NotificationBodyList.js +2 -2
  253. package/components/Notification/components/NotificationClose.js +1 -1
  254. package/components/Notification/components/NotificationFooter.js +1 -1
  255. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  256. package/components/Notification/components/NotificationHeader.js +1 -1
  257. package/components/Notification/components/NotificationIcon.js +1 -1
  258. package/components/Notification/components/NotificationTime.js +1 -1
  259. package/components/NotificationIcon/NotificationIcon.js +4 -4
  260. package/components/NumberField/NumberFieldInput.js +1 -1
  261. package/components/OrderedList/OrderedList.js +5 -5
  262. package/components/OrderedList/OrderedListItem.js +3 -3
  263. package/components/Overlay/Overlay.js +2 -2
  264. package/components/Overlay/OverlayMask.js +2 -2
  265. package/components/Overlay/OverlayPanel.js +2 -2
  266. package/components/Page/Page.js +2 -2
  267. package/components/Page/components/BodyPage.js +10 -10
  268. package/components/Page/components/FooterPage.js +2 -2
  269. package/components/Page/components/HeaderPage.js +2 -2
  270. package/components/Pagination/components/PaginationExtended.js +3 -3
  271. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  272. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  273. package/components/Pagination/components/PaginationPageButton.js +6 -6
  274. package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
  275. package/components/Pagination/components/PaginationSelect.js +6 -6
  276. package/components/Pagination/utils/paginationUtils.js +1 -1
  277. package/components/Radio/Radio.js +23 -21
  278. package/components/Radio/RadioXGroup.js +8 -8
  279. package/components/Radio/RadioYGroup.js +9 -9
  280. package/components/Row/Row.js +10 -10
  281. package/components/SMSField/SMSField.js +41 -0
  282. package/components/{SMSInput/SMSInputContext.js → SMSField/SMSFieldContext.js} +3 -3
  283. package/components/{SMSInput → SMSField}/components/RefreshIcon.js +4 -4
  284. package/components/SMSField/components/SMSFieldInput.js +63 -0
  285. package/components/SMSField/components/SMSFieldRefresh.js +39 -0
  286. package/components/SMSField/components/SMSFieldSubmit.js +43 -0
  287. package/components/SMSField/components/SMSFieldTooltip.js +38 -0
  288. package/components/SMSField/index.js +5 -0
  289. package/components/SegmentedControl/SegmentedControl.js +17 -17
  290. package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
  291. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  292. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  293. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
  294. package/components/SelectField/SelectField.js +1 -1
  295. package/components/Skeleton/Skeleton.js +7 -7
  296. package/components/SliderExtended/SliderExtended.js +3 -3
  297. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
  298. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  299. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  300. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  301. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +7 -7
  302. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
  303. package/components/SmallInput/SmallInput.js +6 -6
  304. package/components/Spoiler/Spoiler.js +15 -15
  305. package/components/StatusTracker/StatusTracker.js +3 -3
  306. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  314. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  315. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  316. package/components/Step/Step.js +7 -7
  317. package/components/Stepper/RightBorderArrow.js +1 -1
  318. package/components/Stepper/Stepper.js +7 -7
  319. package/components/Stepper/StepperExtended.js +6 -6
  320. package/components/Stepper/StepperStep.js +3 -3
  321. package/components/Stepper/StepperWrapper.js +5 -5
  322. package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
  323. package/components/SuggestField/SuggestField.js +1 -1
  324. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  325. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  326. package/components/SuggestField/desktop/SuggestFieldDesktop.js +4 -4
  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 +3 -3
  334. package/components/Table/FilterPanel.js +3 -3
  335. package/components/Table/MasterTable.js +7 -7
  336. package/components/Table/NoColumns.js +2 -2
  337. package/components/Table/PaginationPanel.js +5 -5
  338. package/components/Table/TableBasic/TableBasic.js +2 -2
  339. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  340. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  341. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  342. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  343. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
  344. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  346. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  347. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +7 -7
  348. package/components/Table/TableFooter/TableFooter.js +2 -2
  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 +3 -3
  354. package/components/Table/TabsLinePanelLinks.js +2 -2
  355. package/components/Table/utils.js +1 -1
  356. package/components/Tabs/Tabs.js +6 -6
  357. package/components/TabsExtended/TabsExtended.js +3 -3
  358. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  361. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  362. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  363. package/components/TabsExtended/utils.js +1 -1
  364. package/components/TabsLine/TabsLine.js +2 -2
  365. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  366. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  367. package/components/TabsLine/components/TabsLineItem.js +2 -2
  368. package/components/TabsLine/components/TabsLineMobile.js +8 -8
  369. package/components/Tag/Tag.js +8 -8
  370. package/components/TagColor/TagColor.js +11 -11
  371. package/components/TagGroup/TagGroup.js +10 -10
  372. package/components/TextField/TextField.js +1 -1
  373. package/components/TextareaField/TextareaField.js +1 -1
  374. package/components/ThemeProvider/ThemeProvider.js +1 -1
  375. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  376. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  377. package/components/Tooltip/components/common/TooltipLink.js +17 -17
  378. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  379. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  380. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  381. package/components/Tooltip/components/mobile/TooltipMobile.js +31 -27
  382. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +11 -6
  383. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +5 -5
  384. package/components/TopOverlay/TopOverlay.js +11 -11
  385. package/components/TreeView/TreeView.js +2 -2
  386. package/components/TreeView/components/TreeViewGroup.js +1 -1
  387. package/components/TreeView/components/TreeViewNode.js +2 -2
  388. package/components/Typography/Caption.js +7 -7
  389. package/components/Typography/Text.js +9 -9
  390. package/components/Typography/Title.js +20 -20
  391. package/components/Typography/utils.js +1 -1
  392. package/components/UnorderedList/UnorderedList.js +5 -5
  393. package/components/UnorderedList/UnorderedListItem.js +7 -7
  394. package/components/UploadZone/UploadZone.js +109 -97
  395. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  396. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  397. package/components/index.js +558 -552
  398. package/consts/DateConst.js +1 -1
  399. package/consts/index.js +14 -0
  400. package/index.d.ts +161 -116
  401. package/index.js +569 -555
  402. package/package.json +8 -4
  403. package/styles/triplex-next.css +535 -533
  404. package/utils/amountUtils.js +1 -1
  405. package/chunks/CalendarViewItem-DXg4wwUA.js +0 -101
  406. package/chunks/Card.module-CDb8O5wa.js +0 -17
  407. package/chunks/CheckboxTreeExtended.module-D8lQSOEb.js +0 -11
  408. package/chunks/Confirm.module-ySc3irOD.js +0 -15
  409. package/chunks/DropdownMobile.module-B25s43In.js +0 -23
  410. package/chunks/Footer.module-CzmEZNfz.js +0 -9
  411. package/chunks/HeaderLayoutSidebar.module-C6GIAW7a.js +0 -9
  412. package/chunks/HeaderTabs.module-BP4HQoDS.js +0 -9
  413. package/chunks/IslandAccordion.module-DDPPsI1j.js +0 -25
  414. package/chunks/IslandWidgetFooter.module-BGcZce5D.js +0 -9
  415. package/chunks/IslandWidgetHeader.module-BMvYg9LN.js +0 -9
  416. package/chunks/LightBoxControls.module-B71hMR9E.js +0 -16
  417. package/chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js +0 -8
  418. package/chunks/ListItemTail.module-D2THwLyb.js +0 -12
  419. package/chunks/ListMasterFooter.module-CQmunIov.js +0 -10
  420. package/chunks/ModalWindow.module-BhR9VsYm.js +0 -17
  421. package/chunks/Notification.module-BHnUAhdM.js +0 -21
  422. package/chunks/Overlay.module-BHV5h0kp.js +0 -18
  423. package/chunks/Page.module-DcF12bw0.js +0 -11
  424. package/chunks/SMSInput.module-qYyAcTFr.js +0 -16
  425. package/chunks/SliderExtendedMarks.module-CNaKOqZQ.js +0 -15
  426. package/chunks/StatusTracker.module-BA-WFHqo.js +0 -24
  427. package/chunks/TableFooter.module-D6jJ4Btm.js +0 -14
  428. package/chunks/TabsExtended.module-C87bijNv.js +0 -16
  429. package/chunks/TabsLine.module-D_ARvYGg.js +0 -21
  430. package/chunks/TooltipDesktop.module-CehOLtFg.js +0 -19
  431. package/chunks/TooltipMobileCloseButton-CJByOYY4.js +0 -20
  432. package/chunks/TreeView.module-B6tUzJoC.js +0 -9
  433. package/chunks/UploadZoneInput-D8diOBuf.js +0 -33
  434. package/chunks/utils-3xY20XDV.js +0 -24
  435. package/chunks/utils-BCJ-APtm.js +0 -20
  436. package/chunks/utils-BvGDcicX.js +0 -36
  437. package/chunks/utils-tUaA-zN1.js +0 -73
  438. package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
  439. package/components/SMSInput/SMSInput.js +0 -41
  440. package/components/SMSInput/components/SMSInputInput.js +0 -63
  441. package/components/SMSInput/components/SMSInputRefresh.js +0 -39
  442. package/components/SMSInput/components/SMSInputSubmit.js +0 -43
  443. package/components/SMSInput/components/SMSInputTooltip.js +0 -38
  444. package/components/SMSInput/index.js +0 -5
  445. /package/components/{SMSInput → SMSField}/components/SubmitIcon.js +0 -0
  446. /package/components/{SMSInput → SMSField}/types.js +0 -0
@@ -1,13 +1,13 @@
1
1
  import { jsx as e, jsxs as x, Fragment as N } from "react/jsx-runtime";
2
2
  import { useRef as m } from "react";
3
- import { c as n } from "../../../chunks/vendor-D3hUOusX.js";
3
+ import { c as n } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { CaretrightStrokeSrvIcon32 as E, CaretrightStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
5
5
  import { TriggerClickOnKeyDownEvent as I } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
6
6
  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-B71hMR9E.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-DUY3tLKy.js";
11
11
  const v = ({
12
12
  className: g,
13
13
  clickByArrowRight: u,
@@ -1,13 +1,13 @@
1
1
  import { jsx as e, jsxs as f, Fragment as g } from "react/jsx-runtime";
2
2
  import { useRef as m } from "react";
3
- import { c as n } from "../../../chunks/vendor-D3hUOusX.js";
3
+ import { c as n } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { CaretleftStrokeSrvIcon32 as E, CaretleftStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
5
5
  import { EButtonTheme as h } from "../../Button/enums.js";
6
6
  import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
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-B71hMR9E.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-DUY3tLKy.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,
@@ -1,14 +1,14 @@
1
1
  import { jsx as t, jsxs as O, Fragment as C } from "react/jsx-runtime";
2
2
  import { useState as x, useRef as p, useEffect as W } from "react";
3
- import { c as m, F as X } from "../../../chunks/vendor-D3hUOusX.js";
3
+ import { c as m, F as X } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { OverlayBase as Y, EOverlayDirection as R } from "../../Overlay/OverlayBase.js";
5
5
  import { OverlayMask as j } from "../../Overlay/OverlayMask.js";
6
6
  import { LightBoxSideOverlayLoader as I } from "./LightBoxSideOverlayLoader.js";
7
7
  import { FocusTrapUtils as T } from "../../../utils/focus/FocusTrapUtils.js";
8
8
  import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseMobile.js";
9
9
  import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
10
- import { ELightBoxSideOverlaySize as a } from "./enums.js";
11
- const q = "lightBoxSideOverlayMask__46bedb8a", J = "lightBoxSideOverlayWrapper__d178e6e7", K = "overflowXHidden__565322fb", Q = "overflowYHidden__fa626993", V = "closing__5a0bce04", Z = "opened__f6dacf24", $ = "lightBoxSideOverlayContent__1e1a6082", P = "opening__01569906", ee = "sizeSM__d47929bd", ie = "sizeMD__5ca5fc1e", te = "sizeLG__63c1c9f6", oe = "lightBoxSideOverlay__cc4cdf71", e = {
10
+ import { ELightBoxSideOverlaySize as s } from "./enums.js";
11
+ const q = "lightBoxSideOverlayMask__e8a4e735", J = "lightBoxSideOverlayWrapper__b5194a7c", K = "overflowXHidden__80cbf401", Q = "overflowYHidden__553ce50b", V = "closing__ebbb50ff", Z = "opened__903a276d", $ = "lightBoxSideOverlayContent__8b670b5d", P = "opening__99f4d99d", ee = "sizeSM__fed72468", ie = "sizeMD__4cc15bd5", te = "sizeLG__bffec3ec", oe = "lightBoxSideOverlay__1d4429fc", e = {
12
12
  lightBoxSideOverlayMask: q,
13
13
  lightBoxSideOverlayWrapper: J,
14
14
  overflowXHidden: K,
@@ -25,24 +25,24 @@ const q = "lightBoxSideOverlayMask__46bedb8a", J = "lightBoxSideOverlayWrapper__
25
25
  children: _,
26
26
  className: M,
27
27
  focusTrapProps: l,
28
- isLoading: s,
28
+ isLoading: a,
29
29
  loadingTitle: u,
30
30
  isTopLevelSideOverlayOpened: B,
31
- isTopOverlayOpened: z,
31
+ isTopOverlayOpened: b,
32
32
  onClose: c,
33
33
  onOpen: d,
34
34
  opened: i,
35
- size: g = a.MD,
36
- ...D
35
+ size: g = s.MD,
36
+ ...z
37
37
  }) => {
38
38
  const [o, v] = x(!1), [n, f] = x(!1), h = p(i), S = p(null);
39
39
  W(() => {
40
40
  h.current && !i ? (f(!1), v(!0)) : !h.current && i && (v(!1), f(!0)), h.current = i;
41
41
  }, [i]);
42
- const k = (r) => {
42
+ const D = (r) => {
43
43
  const { target: G, currentTarget: N } = r;
44
44
  G === N && (o ? (v(!1), c == null || c()) : n && (f(!1), d == null || d()));
45
- }, H = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), L = () => /* @__PURE__ */ O(
45
+ }, k = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ O(
46
46
  "div",
47
47
  {
48
48
  className: m(e.lightBoxSideOverlayContent, {
@@ -50,25 +50,25 @@ const q = "lightBoxSideOverlayMask__46bedb8a", J = "lightBoxSideOverlayWrapper__
50
50
  [e.opening]: n,
51
51
  [e.opened]: i
52
52
  }),
53
- onTransitionEnd: k,
53
+ onTransitionEnd: D,
54
54
  ref: S,
55
55
  children: [
56
56
  _,
57
- s && /* @__PURE__ */ t(I, { loadingTitle: u })
57
+ a && /* @__PURE__ */ t(I, { loadingTitle: u })
58
58
  ]
59
59
  }
60
- ), w = () => {
61
- }, b = m(M, e.lightBoxSideOverlayWrapper, {
60
+ ), L = () => {
61
+ }, w = m(M, e.lightBoxSideOverlayWrapper, {
62
62
  [e.closing]: o,
63
63
  [e.opened]: i,
64
- [e.overflowXHidden]: !!B || !!s,
65
- [e.overflowYHidden]: !!B || !!s || !!z,
66
- [e.sizeSM]: g === a.SM,
67
- [e.sizeMD]: g === a.MD,
68
- [e.sizeLG]: g === a.LG
64
+ [e.overflowXHidden]: !!B || !!a,
65
+ [e.overflowYHidden]: !!B || !!a || !!b,
66
+ [e.sizeSM]: g === s.SM,
67
+ [e.sizeMD]: g === s.MD,
68
+ [e.sizeLG]: g === s.LG
69
69
  }), E = (r) => /* @__PURE__ */ O(C, { children: [
70
- H(r),
71
- L()
70
+ k(r),
71
+ H()
72
72
  ] }), F = /* @__PURE__ */ t(
73
73
  "div",
74
74
  {
@@ -76,7 +76,7 @@ const q = "lightBoxSideOverlayMask__46bedb8a", J = "lightBoxSideOverlayWrapper__
76
76
  [e.closing]: o,
77
77
  [e.opening]: n
78
78
  }),
79
- children: /* @__PURE__ */ t(Y, { direction: R.RIGHT, opened: i, setOpened: w, children: E })
79
+ children: /* @__PURE__ */ t(Y, { direction: R.RIGHT, opened: i, setOpened: L, children: E })
80
80
  }
81
81
  );
82
82
  return /* @__PURE__ */ t(
@@ -90,7 +90,7 @@ const q = "lightBoxSideOverlayMask__46bedb8a", J = "lightBoxSideOverlayWrapper__
90
90
  preventScroll: !0,
91
91
  ...l == null ? void 0 : l.focusTrapOptions
92
92
  },
93
- children: /* @__PURE__ */ t("div", { className: b, role: "dialog", "aria-modal": "true", ...D, children: F })
93
+ children: /* @__PURE__ */ t("div", { className: w, role: "dialog", "aria-modal": "true", ...z, children: F })
94
94
  }
95
95
  );
96
96
  };
@@ -2,12 +2,12 @@ import { jsx as e } from "react/jsx-runtime";
2
2
  import { useRef as s } from "react";
3
3
  import { TriggerClickOnKeyDownEvent as n } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
4
4
  import { EVENT_KEY_CODES as l } from "../../../utils/keyboard.js";
5
- import { c as p } from "../../../chunks/vendor-D3hUOusX.js";
5
+ import { c as p } from "../../../chunks/vendor-ClY57Zzq.js";
6
6
  import { CrossStrokeSrvIcon32 as f } from "@sberbusiness/icons-next";
7
7
  import { EButtonTheme as a } from "../../Button/enums.js";
8
8
  import { EComponentSize as c } from "../../../enums/EComponentSize.js";
9
9
  import { Button as d } from "../../Button/Button.js";
10
- import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js";
11
11
  const C = ({
12
12
  className: r,
13
13
  clickByEsc: m,
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as r } from "../../../chunks/vendor-D3hUOusX.js";
2
+ import { c as r } from "../../../chunks/vendor-ClY57Zzq.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.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,18 +1,18 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { useState as s, useRef as l, useEffect as p } from "react";
3
- import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__9528f15c", c = {
2
+ import { useState as d, useRef as s, useEffect as l } from "react";
3
+ import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
4
+ const n = "lightBoxSideOverlayLoaderWrapper__0e00ddf4", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
- const [t, r] = s(0), e = l(null);
8
- return p(() => {
7
+ const [t, r] = d(0), e = s(null);
8
+ return l(() => {
9
9
  setTimeout(() => {
10
10
  if (e.current) {
11
11
  const o = e.current.getBoundingClientRect();
12
12
  o.top !== t && (o.top > 0 ? r(0) : r(Math.abs(o.top)));
13
13
  }
14
14
  });
15
- }, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(d, { type: "middle", children: a }) });
15
+ }, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(p, { type: "middle", children: a }) });
16
16
  };
17
17
  f.displayName = "LightBoxSideOverlayLoader";
18
18
  export {
@@ -0,0 +1,15 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import { c as a } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ const d = "lightBoxLeftSidebar__d83b53f9", l = "lightBoxLeftSidebarInner__90cb2b5a", t = {
4
+ lightBoxLeftSidebar: d,
5
+ lightBoxLeftSidebarInner: l
6
+ }, s = ({
7
+ children: i,
8
+ className: r,
9
+ ...o
10
+ }) => /* @__PURE__ */ e("div", { className: a(r, t.lightBoxLeftSidebar), ...o, children: /* @__PURE__ */ e("div", { className: t.lightBoxLeftSidebarInner, children: i }) });
11
+ s.displayName = "LightBoxLeftSidebar";
12
+ export {
13
+ s as LightBoxLeftSidebar
14
+ };
15
+ //# sourceMappingURL=LightBoxLeftSidebar.js.map
@@ -0,0 +1,15 @@
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { c as r } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ const a = "lightBoxRightSidebar__7d0e2cfa", o = "lightBoxRightSidebarInner__795b11ba", t = {
4
+ lightBoxRightSidebar: a,
5
+ lightBoxRightSidebarInner: o
6
+ }, d = ({
7
+ children: e,
8
+ className: h,
9
+ ...g
10
+ }) => /* @__PURE__ */ i("div", { className: r(h, t.lightBoxRightSidebar), ...g, children: /* @__PURE__ */ i("div", { className: t.lightBoxRightSidebarInner, children: e }) });
11
+ d.displayName = "LightBoxRightSidebar";
12
+ export {
13
+ d as LightBoxRightSidebar
14
+ };
15
+ //# sourceMappingURL=LightBoxRightSidebar.js.map
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as N } from "react/jsx-runtime";
2
2
  import { useState as m, useRef as L, useCallback as n, useLayoutEffect as c } from "react";
3
3
  import { Portal as B } from "../../Portal/Portal.js";
4
4
  import { LightBoxViewManagerConsts as l } from "./LightBoxViewManagerConsts.js";
5
- import { u as k, i as P, j as p } from "../../../chunks/vendor-D3hUOusX.js";
5
+ import { u as k, i as P, j as p } from "../../../chunks/vendor-ClY57Zzq.js";
6
6
  const g = "LightBoxMountNodeViewManager", M = ({
7
7
  lightBoxMountNode: a,
8
8
  lightBoxViewManagerNode: x
@@ -1,66 +1,66 @@
1
- import { jsx as R, jsxs as e, Fragment as d } from "react/jsx-runtime";
1
+ import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
2
2
  import L from "react";
3
- import { c as l } from "../../chunks/vendor-D3hUOusX.js";
4
- const v = "link__a4ffd7bd", F = "wordWithContent__a474a5b8", S = "before__eaffa4d7", T = "after__a976bb67", a = {
3
+ import { c as a } from "../../chunks/vendor-ClY57Zzq.js";
4
+ const v = "link__4dd372e6", F = "wordWithContent__d81f0200", S = "before__437677f4", T = "after__4a2d0ce5", e = {
5
5
  link: v,
6
6
  wordWithContent: F,
7
7
  before: S,
8
8
  after: T
9
9
  }, q = L.forwardRef(
10
- ({ children: i, className: f, onBlur: N, onMouseDown: p, contentAfter: s, contentBefore: o, ...b }, C) => {
11
- const c = () => o ? /* @__PURE__ */ e(d, { children: [
10
+ ({ children: i, className: N, onBlur: f, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, _) => {
11
+ const c = () => o ? /* @__PURE__ */ t(d, { children: [
12
12
  "​",
13
13
  o()
14
- ] }) : null, m = () => s ? s() : null, _ = (n) => {
14
+ ] }) : null, m = () => s ? s() : null, u = (n) => {
15
15
  const r = n.split(" ");
16
16
  if (r.length < 2 || r.length < 3 && o && s) {
17
- const y = l(a.wordWithContent, {
18
- [a.after]: !!s,
19
- [a.before]: !!o
17
+ const y = a(e.wordWithContent, {
18
+ [e.after]: !!s,
19
+ [e.before]: !!o
20
20
  });
21
- return /* @__PURE__ */ e("span", { className: y, children: [
21
+ return /* @__PURE__ */ t("span", { className: y, children: [
22
22
  c(),
23
23
  n,
24
24
  m()
25
25
  ] });
26
26
  }
27
- const t = r[0], h = r[r.length - 1], w = r.slice(1, -1).join(" "), k = l(a.wordWithContent, {
28
- [a.before]: !!o
29
- }), g = o ? /* @__PURE__ */ e("span", { className: k, children: [
27
+ const l = r[0], h = r[r.length - 1], k = r.slice(1, -1).join(" "), b = a(e.wordWithContent, {
28
+ [e.before]: !!o
29
+ }), g = o ? /* @__PURE__ */ t("span", { className: b, children: [
30
30
  c(),
31
- t
32
- ] }) : t, x = l(a.wordWithContent, {
33
- [a.after]: !!s
34
- }), j = s ? /* @__PURE__ */ e("span", { className: x, children: [
31
+ l
32
+ ] }) : l, x = a(e.wordWithContent, {
33
+ [e.after]: !!s
34
+ }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
35
35
  h,
36
36
  m()
37
37
  ] }) : h;
38
- return /* @__PURE__ */ e(d, { children: [
38
+ return /* @__PURE__ */ t(d, { children: [
39
39
  g,
40
40
  " ",
41
- w,
41
+ k,
42
42
  " ",
43
43
  j
44
44
  ] });
45
- }, u = (n) => {
46
- const r = o ? o() : null, t = s ? s() : null;
47
- return /* @__PURE__ */ e(d, { children: [
45
+ }, W = (n) => {
46
+ const r = o ? o() : null, l = s ? s() : null;
47
+ return /* @__PURE__ */ t(d, { children: [
48
48
  r,
49
49
  n,
50
- t
50
+ l
51
51
  ] });
52
- }, W = o || s ? ((n) => typeof n == "string" ? _(n) : u(n))(i) : i;
52
+ }, w = o || s ? ((n) => typeof n == "string" ? u(n) : W(n))(i) : i;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
56
56
  role: "link",
57
- ...b,
58
- className: l(f, a.link, "hoverable"),
59
- onBlur: N,
57
+ ...C,
58
+ className: a(N, e.link, "hoverable"),
59
+ onBlur: f,
60
60
  onMouseDown: p,
61
- "data-tx": "1.9.0",
62
- ref: C,
63
- children: W
61
+ "data-tx": "1.11.0",
62
+ ref: _,
63
+ children: w
64
64
  }
65
65
  );
66
66
  }
@@ -1,12 +1,12 @@
1
1
  import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
- import c from "react";
3
- import { c as i } from "../../chunks/vendor-D3hUOusX.js";
4
- import { LoaderScreen as m } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__ce2c30cf", p = {
2
+ import i from "react";
3
+ import { c as m } from "../../chunks/vendor-ClY57Zzq.js";
4
+ import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
+ const f = "list__f9ebb7b2", p = {
6
6
  list: f
7
- }, d = c.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ e("ul", { className: i(p.list, t), ...o, "data-tx": "1.9.0", ref: r, children: [
7
+ }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ e("ul", { className: m(p.list, t), ...o, "data-tx": "1.11.0", ref: r, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ a(m, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ a(c, { type: "small" }) : null
10
10
  ] }));
11
11
  d.displayName = "List";
12
12
  export {
@@ -3,7 +3,7 @@ var p = (t, e, r) => e in t ? x(t, e, { enumerable: !0, configurable: !0, writab
3
3
  var o = (t, e, r) => p(t, typeof e != "symbol" ? e + "" : e, r);
4
4
  import { jsx as d } from "react/jsx-runtime";
5
5
  import E from "react";
6
- import { b, d as f, D as M, M as T, r as D, e as L, S as w, v as y, f as I, T as C, g as H } from "../../chunks/vendor-D3hUOusX.js";
6
+ import { b, d as f, D as M, M as T, r as D, e as L, S as w, v as y, f as I, T as C, g as H } from "../../chunks/vendor-ClY57Zzq.js";
7
7
  import { List as N } from "./List.js";
8
8
  class u extends H {
9
9
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-D3hUOusX.js";
4
- const p = "listEmptyState__a3f8d511", l = {
3
+ import { c as o } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ const p = "listEmptyState__679d301c", l = {
5
5
  listEmptyState: p
6
6
  }, r = i.forwardRef(
7
7
  ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...m, ref: a, children: t })
@@ -3,7 +3,7 @@ import m, { useState as d } from "react";
3
3
  import { ListItemContext as l } from "./ListItemContext.js";
4
4
  const f = m.forwardRef(({ children: e, className: r, ...o }, s) => {
5
5
  const [a, i] = d(!1);
6
- return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.9.0", ref: s, children: e }) });
6
+ return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.11.0", ref: s, children: e }) });
7
7
  });
8
8
  f.displayName = "ListItem";
9
9
  export {
@@ -1,27 +1,27 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
2
  import l, { useContext as i } from "react";
3
- import { c as r } from "../../../chunks/vendor-D3hUOusX.js";
4
- import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__6bbcb012", C = "selected__4146a03a", t = {
6
- listItemContent: d,
7
- selected: C
8
- }, f = l.forwardRef(
3
+ import { c as r } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ import { ListItemContext as d } from "./ListItemContext.js";
5
+ const a = "listItemContent__5428b28b", f = "selected__291d6eff", t = {
6
+ listItemContent: a,
7
+ selected: f
8
+ }, C = l.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
- const { selected: m } = i(a);
10
+ const { selected: m } = i(d);
11
11
  return /* @__PURE__ */ c(
12
12
  "div",
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "1.9.0",
16
+ "data-tx": "1.11.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
20
20
  );
21
21
  }
22
22
  );
23
- f.displayName = "ListItemContent";
23
+ C.displayName = "ListItemContent";
24
24
  export {
25
- f as ListItemContent
25
+ C as ListItemContent
26
26
  };
27
27
  //# sourceMappingURL=ListItemContent.js.map
@@ -1,13 +1,13 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as e } from "../../../chunks/vendor-D3hUOusX.js";
4
- const i = "listItemControls__b1144426", n = {
3
+ import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ const i = "listItemControls__2d31f7a7", a = {
5
5
  listItemControls: i
6
- }, a = m.forwardRef(
7
- ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(n.listItemControls, o), ...s, ref: l, children: t })
6
+ }, n = m.forwardRef(
7
+ ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(a.listItemControls, o), ...s, ref: l, children: t })
8
8
  );
9
- a.displayName = "ListItemControls";
9
+ n.displayName = "ListItemControls";
10
10
  export {
11
- a as ListItemControls
11
+ n as ListItemControls
12
12
  };
13
13
  //# sourceMappingURL=ListItemControls.js.map
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../chunks/vendor-D3hUOusX.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-BoYzfwDC.js";
3
+ import "../../../chunks/vendor-ClY57Zzq.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-B0Qs0eEN.js";
5
5
  import "../../Typography/enums.js";
6
6
  import "../../Typography/Text.js";
7
7
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as o, jsxs as W, Fragment as _ } from "react/jsx-runtime";
2
2
  import P, { useRef as m, useState as E, createElement as w } from "react";
3
- import { a as O, c as g } from "../../../chunks/vendor-D3hUOusX.js";
3
+ import { a as O, c as g } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { ETextSize as K } from "../../Typography/enums.js";
5
5
  import { Text as T } from "../../Typography/Text.js";
6
6
  import { ButtonDropdownExtended as b } from "../../Button/ButtonDropdownExtended.js";
@@ -18,7 +18,7 @@ import { DropdownMobileListItem as H } from "../../Dropdown/mobile/DropdownMobil
18
18
  import "../../Loader/LoaderSmall/LoaderSmall.js";
19
19
  import "../../Loader/LoaderMiddle/LoaderMiddle.js";
20
20
  import { DropdownList as R } from "../../Dropdown/desktop/DropdownList.js";
21
- import { s as h, L as V } from "../../../chunks/ListItemControlsButton-BoYzfwDC.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-B0Qs0eEN.js";
22
22
  const G = P.forwardRef(
23
23
  (y, l) => {
24
24
  const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...N } = y, u = m(null), f = m(null), [p, L] = E(), D = m(O()), v = ({ opened: e, setOpened: t }) => /* @__PURE__ */ o(
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../../chunks/vendor-D3hUOusX.js";
3
+ import { c as s } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
5
5
  import { EComponentSize as r } from "../../../enums/EComponentSize.js";
6
- const d = "listItemLoading__d351873f", n = {
7
- listItemLoading: d
6
+ const n = "listItemLoading__1004e9e4", d = {
7
+ listItemLoading: n
8
8
  }, l = m.forwardRef(
9
- ({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(n.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
9
+ ({ className: o, ...e }, i) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...e, ref: i, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
10
10
  );
11
11
  l.displayName = "ListItemLoading";
12
12
  export {
@@ -1,37 +1,37 @@
1
- import { jsxs as n, jsx as a } from "react/jsx-runtime";
2
- import p, { useContext as m, useEffect as d } from "react";
3
- import { c as k } from "../../../chunks/vendor-D3hUOusX.js";
1
+ import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
+ import p, { useContext as d, useEffect as m } from "react";
3
+ import { c as k } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
5
  import { ListItemContext as _ } from "./ListItemContext.js";
6
- const L = "listItemSelectable__60b68002", f = "selected__4146a03a", C = "checkboxWrapper__1a28d233", W = "childrenWrapper__864043a3", I = "checkboxLabel__9b5ad534", S = "checkboxLabelClickArea__6dbac7ad", e = {
7
- listItemSelectable: L,
8
- selected: f,
6
+ const f = "listItemSelectable__26d44a2c", L = "selected__291d6eff", C = "checkboxWrapper__7149f2e5", W = "childrenWrapper__08d63a0c", I = "checkboxLabel__dbd052ee", S = "checkboxLabelClickArea__38e2413c", e = {
7
+ listItemSelectable: f,
8
+ selected: L,
9
9
  checkboxWrapper: C,
10
10
  childrenWrapper: W,
11
11
  checkboxLabel: I,
12
12
  checkboxLabelClickArea: S
13
13
  }, N = p.forwardRef(
14
14
  ({ selected: c, children: l, className: r, onSelect: s, ...o }, b) => {
15
- const { setSelected: t } = m(_), i = (h) => {
15
+ const { setSelected: a } = d(_), i = (h) => {
16
16
  s(h.target.checked);
17
17
  };
18
- return d(() => {
19
- t(c);
20
- }, [c, t]), /* @__PURE__ */ n(
18
+ return m(() => {
19
+ a(c);
20
+ }, [c, a]), /* @__PURE__ */ n(
21
21
  "div",
22
22
  {
23
23
  className: k(e.listItemSelectable, { [e.selected]: c }, r),
24
24
  ...o,
25
25
  ref: b,
26
26
  children: [
27
- /* @__PURE__ */ a("div", { className: e.childrenWrapper, children: l }),
28
- /* @__PURE__ */ a("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ a(
27
+ /* @__PURE__ */ t("div", { className: e.childrenWrapper, children: l }),
28
+ /* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
29
29
  x,
30
30
  {
31
31
  checked: c,
32
32
  onChange: i,
33
33
  labelAttributes: { className: e.checkboxLabel },
34
- children: /* @__PURE__ */ a("span", { className: e.checkboxLabelClickArea })
34
+ children: /* @__PURE__ */ t("span", { className: e.checkboxLabelClickArea })
35
35
  }
36
36
  ) })
37
37
  ]
@@ -6,13 +6,13 @@ import { ListItemContent as L } from "./ListItemContent.js";
6
6
  import { ListItemControls as T } from "./ListItemControls.js";
7
7
  import { ListItemSelectable as h } from "./ListItemSelectable.js";
8
8
  import { ListItemTailRight as x } from "./ListItemTailRight.js";
9
- import { c as y } from "../../../chunks/vendor-D3hUOusX.js";
10
- const C = "listItemTable__433811d1", _ = {
9
+ import { c as y } from "../../../chunks/vendor-ClY57Zzq.js";
10
+ const C = "listItemTable__c1fa5882", _ = {
11
11
  listItemTable: C
12
12
  }, u = d.forwardRef(
13
- ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...n }, f) => {
13
+ ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...f }, n) => {
14
14
  const p = typeof i < "u" && typeof r < "u", m = () => /* @__PURE__ */ e(L, { onClick: l, children: o });
15
- return /* @__PURE__ */ e(b, { className: y(_.listItemTable, s), ...n, ref: f, children: /* @__PURE__ */ c(
15
+ return /* @__PURE__ */ e(b, { className: y(_.listItemTable, s), ...f, ref: n, children: /* @__PURE__ */ c(
16
16
  I,
17
17
  {
18
18
  ref: a,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as o } from "../../../chunks/vendor-D3hUOusX.js";
4
- import { s } from "../../../chunks/ListItemTail.module-D2THwLyb.js";
3
+ import { c as o } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-uDs8u3yU.js";
5
5
  const r = m.forwardRef(
6
6
  ({ className: a, ...e }, i) => /* @__PURE__ */ l(
7
7
  "span",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as o } from "../../../chunks/vendor-D3hUOusX.js";
4
- import { s } from "../../../chunks/ListItemTail.module-D2THwLyb.js";
3
+ import { c as o } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-uDs8u3yU.js";
5
5
  const r = e.forwardRef(
6
6
  ({ className: a, ...i }, l) => /* @__PURE__ */ m(
7
7
  "span",
@@ -1,9 +1,9 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import p from "react";
3
- import { z as u, A as I, c as _ } from "../../../chunks/vendor-D3hUOusX.js";
3
+ import { z as u, A as I, c as _ } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { ListItem as y } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as L } from "./ListSortableItemTarget.js";
6
- const R = "listSortableItem__4301c1fa", N = "dragging__6bbade8a", i = {
6
+ const R = "listSortableItem__af27e8ad", N = "dragging__9bab7cec", i = {
7
7
  listSortableItem: R,
8
8
  dragging: N
9
9
  }, x = Object.assign(
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import l from "react";
3
- import { c as e } from "../../../chunks/vendor-D3hUOusX.js";
4
- const a = "listSortableItemControls__62bc32c4", m = {
3
+ import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ const a = "listSortableItemControls__75952a22", m = {
5
5
  listSortableItemControls: a
6
6
  }, i = l.forwardRef(
7
7
  ({ className: t, ...o }, r) => /* @__PURE__ */ s(