@sberbusiness/triplex-next 1.19.1 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (427) hide show
  1. package/README.md +60 -22
  2. package/chunks/{AlertProcessSpoiler-CJysh-L6.js → AlertProcessSpoiler-io5SjBK8.js} +9 -9
  3. package/chunks/CalendarViewItem-CW39vnxU.js +101 -0
  4. package/chunks/Card.module-wkZoieJo.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-yaZgGm0h.js +15 -0
  6. package/chunks/{Chip-Cp4nSSv9.js → Chip-CtmEt4Cp.js} +20 -20
  7. package/chunks/Confirm.module-Bi0IoVgW.js +15 -0
  8. package/chunks/{DropdownListItem-Czxj-82d.js → DropdownListItem-gGRZUigY.js} +14 -14
  9. package/chunks/DropdownMobile.module-D1Tda3VC.js +23 -0
  10. package/chunks/Footer.module-dEM87TWq.js +9 -0
  11. package/chunks/FormFieldInput-BXZLkCG-.js +60 -0
  12. package/chunks/HeaderLayoutSidebar.module-CPuC-nCL.js +9 -0
  13. package/chunks/HeaderTabs.module-lGf7L-VN.js +9 -0
  14. package/chunks/{HeaderTitle.module-bJWT64K6.js → HeaderTitle.module-G-lXVibC.js} +2 -2
  15. package/chunks/IslandAccordion.module-CmJ_07-4.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-PAcTvDvE.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CCpvQ7cl.js +12 -0
  18. package/chunks/LightBoxContent-Dwdsxv-p.js +56 -0
  19. package/chunks/LightBoxControls.module-C0ehN4OK.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-DQQjxPZ4.js +9 -0
  21. package/chunks/{ListItemControlsButton-CLWIOf-c.js → ListItemControlsButton-CXrdUtOj.js} +8 -8
  22. package/chunks/ListItemTail.module-t77bOXMm.js +12 -0
  23. package/chunks/ListMasterFooter.module-S-2GdDuq.js +10 -0
  24. package/chunks/ModalWindow.module-BNDWxL9E.js +17 -0
  25. package/chunks/Notification.module-BukggXdi.js +20 -0
  26. package/chunks/Overlay.module-DNkYF6tu.js +18 -0
  27. package/chunks/Page.module-Bz9n-Dho.js +11 -0
  28. package/chunks/{RightBorderArrow-CDLZGJBa.js → RightBorderArrow-BStHeZkJ.js} +12 -12
  29. package/chunks/SMSField.module-DBEf-aa7.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-QVPE-s18.js +15 -0
  31. package/chunks/SliderExtendedRail-1zC_WMFD.js +40 -0
  32. package/chunks/StatusTracker.module-_Hh_EXXG.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-B1qT-8-p.js → SuggestFieldMobileDropdownHint-DP7pX8_2.js} +2 -2
  34. package/chunks/TableFooter.module-nim97iDm.js +14 -0
  35. package/chunks/TabsExtended.module-33reL6bh.js +16 -0
  36. package/chunks/TabsLine.module-BS4pWC4f.js +21 -0
  37. package/chunks/TooltipDesktop.module-CU1qQ4fM.js +19 -0
  38. package/chunks/TreeView.module-7JefvvHQ.js +9 -0
  39. package/chunks/{UploadZoneInput-CXhNQ2dO.js → UploadZoneInput--cEsI9GG.js} +8 -8
  40. package/chunks/{constants-sbJX8JQ4.js → constants-Dag2NxzH.js} +15 -15
  41. package/chunks/utils-C81PwsD3.js +24 -0
  42. package/chunks/utils-DKXtpqrd.js +73 -0
  43. package/chunks/{utils-OFOU7B72.js → utils-mDzXEbG8.js} +6 -6
  44. package/chunks/{utils-BIaaXA7W.js → utils-wIML3CoI.js} +6 -6
  45. package/chunks/{vendor-Dlne6Znf.js → vendor-CuCj7SgU.js} +7116 -6977
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +6 -6
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +8 -8
  52. package/components/AmountField/AmountField.js +1 -1
  53. package/components/Avatar/Avatar.js +16 -16
  54. package/components/Badge/Badge.js +8 -8
  55. package/components/Badge/BadgeDot.js +10 -10
  56. package/components/Badge/components/BadgeContent.js +14 -14
  57. package/components/Badge/components/BadgePostfix.js +5 -5
  58. package/components/Badge/components/BadgePrefix.js +6 -6
  59. package/components/Body/Body.js +6 -6
  60. package/components/Button/Button.js +19 -19
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +12 -12
  63. package/components/Button/ButtonDropdownExtended.js +5 -5
  64. package/components/Button/ButtonIcon.js +9 -9
  65. package/components/Calendar/Calendar.js +3 -3
  66. package/components/Calendar/components/CalendarControls.js +1 -1
  67. package/components/Calendar/components/CalendarFooter.js +1 -1
  68. package/components/Calendar/components/CalendarViewDays.js +2 -2
  69. package/components/Calendar/components/CalendarViewItem.js +2 -2
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +19 -19
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +12 -12
  81. package/components/Checkbox/Checkbox.js +14 -14
  82. package/components/Checkbox/CheckboxXGroup.js +16 -16
  83. package/components/Checkbox/CheckboxYGroup.js +2 -2
  84. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +18 -10
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +35 -28
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  88. package/components/Chip/Chip.js +2 -2
  89. package/components/Chip/ChipClearButton.js +2 -2
  90. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  91. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +25 -24
  92. package/components/Chip/ChipDropdownArrow.js +5 -5
  93. package/components/Chip/ChipIcon.js +1 -1
  94. package/components/Chip/ChipMultiselect.js +2 -2
  95. package/components/Chip/ChipOptions.js +6 -6
  96. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  97. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  98. package/components/Chip/ChipSort.js +2 -2
  99. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  100. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  102. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +10 -10
  103. package/components/Chip/index.js +1 -1
  104. package/components/ChipGroup/ChipGroup.js +8 -8
  105. package/components/Col/Col.js +141 -141
  106. package/components/CollapsableTree/components/CollapsableTreeNode.js +16 -16
  107. package/components/Confirm/Confirm.js +2 -2
  108. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  109. package/components/Confirm/components/ConfirmContent.js +2 -2
  110. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  111. package/components/Confirm/components/ConfirmControls.js +2 -2
  112. package/components/Confirm/index.js +4 -2
  113. package/components/DateField/DateField.js +1 -1
  114. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  115. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  116. package/components/DateRange/DateRange.js +11 -11
  117. package/components/DesignTokens/DesignTokenUtils.js +7 -7
  118. package/components/DesignTokens/DesignTokensCore.js +8 -0
  119. package/components/DesignTokens/components/Pagination.js +2 -5
  120. package/components/DesignTokens/types/DesignTokensTypes.js +2 -0
  121. package/components/Divider/Divider.js +18 -18
  122. package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
  123. package/components/Dropdown/desktop/DropdownDesktop.js +3 -3
  124. package/components/Dropdown/desktop/DropdownList.js +2 -2
  125. package/components/Dropdown/desktop/DropdownListItem.js +3 -3
  126. package/components/Dropdown/desktop/index.js +1 -1
  127. package/components/Dropdown/index.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileList.js +14 -21
  136. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
  139. package/components/Ellipsis/Ellipsis.js +9 -9
  140. package/components/ExpandAnimation/ExpandAnimation.js +17 -17
  141. package/components/Footer/Footer.js +1 -1
  142. package/components/Footer/components/FooterDescription.js +2 -2
  143. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  144. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  145. package/components/FormField/FormField.js +69 -67
  146. package/components/FormField/FormFieldContext.js +4 -3
  147. package/components/FormField/components/FormFieldClear.js +5 -5
  148. package/components/FormField/components/FormFieldCounter.js +3 -3
  149. package/components/FormField/components/FormFieldDescription.js +6 -6
  150. package/components/FormField/components/FormFieldInput.js +2 -2
  151. package/components/FormField/components/FormFieldLabel.js +22 -22
  152. package/components/FormField/components/FormFieldMaskedInput.js +20 -20
  153. package/components/FormField/components/FormFieldPostfix.js +10 -10
  154. package/components/FormField/components/FormFieldPrefix.js +6 -6
  155. package/components/FormField/components/FormFieldTarget.js +34 -32
  156. package/components/FormField/components/FormFieldTextarea.js +12 -12
  157. package/components/FormField/index.js +1 -1
  158. package/components/Header/Header.js +1 -1
  159. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  160. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  162. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
  163. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  164. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  165. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  166. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  167. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  168. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  169. package/components/HelpBox/HelpBox.js +8 -8
  170. package/components/Island/Island.js +2 -2
  171. package/components/Island/components/IslandBody.js +4 -4
  172. package/components/Island/components/IslandFooter.js +4 -4
  173. package/components/Island/components/IslandHeader.js +6 -6
  174. package/components/Island/utils.js +1 -1
  175. package/components/IslandAccordion/IslandAccordion.js +3 -3
  176. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  177. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  178. package/components/IslandAccordion/components/IslandAccordionItem.js +75 -69
  179. package/components/IslandWidget/IslandWidget.js +14 -14
  180. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  181. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  182. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  183. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  184. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  185. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  187. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  188. package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
  189. package/components/LightBox/LightBox.js +36 -36
  190. package/components/LightBox/LightBoxContent.js +2 -2
  191. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  192. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  193. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  195. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +26 -26
  196. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +24 -24
  197. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +3 -3
  199. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
  200. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
  201. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +3 -3
  202. package/components/Link/Link.js +21 -21
  203. package/components/List/List.js +3 -3
  204. package/components/List/ListSortable.js +1 -1
  205. package/components/List/components/ListEmptyState.js +3 -3
  206. package/components/List/components/ListItem.js +1 -1
  207. package/components/List/components/ListItemContent.js +7 -7
  208. package/components/List/components/ListItemControls.js +6 -6
  209. package/components/List/components/ListItemControlsButton.js +2 -2
  210. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  211. package/components/List/components/ListItemLoading.js +4 -4
  212. package/components/List/components/ListItemSelectable.js +2 -2
  213. package/components/List/components/ListItemTable.js +9 -9
  214. package/components/List/components/ListItemTailLeft.js +2 -2
  215. package/components/List/components/ListItemTailRight.js +2 -2
  216. package/components/List/components/ListSortableItem.js +5 -5
  217. package/components/List/components/ListSortableItemControls.js +5 -5
  218. package/components/List/components/ListSortableItemTarget.js +6 -6
  219. package/components/List/index.js +1 -1
  220. package/components/ListMaster/ListMaster.js +1 -1
  221. package/components/ListMaster/components/ListMasterBody.js +1 -1
  222. package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
  223. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  224. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  225. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  226. package/components/ListMaster/components/ListMasterHeader.js +2 -2
  227. package/components/ListMaster/components/SelectionControls.js +7 -7
  228. package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
  229. package/components/Loader/LoaderSmall/LoaderSmall.js +12 -12
  230. package/components/LoaderScreen/LoaderScreen.js +9 -9
  231. package/components/Marker/Marker.js +2 -2
  232. package/components/Marker/utils.js +1 -1
  233. package/components/MarkerStatus/MarkerStatus.js +14 -14
  234. package/components/ModalWindow/ModalWindow.js +14 -14
  235. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  236. package/components/ModalWindow/components/ModalWindowClose.js +7 -7
  237. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  239. package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
  240. package/components/MultiselectField/components/MultiselectFieldDropdown.js +7 -7
  241. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +4 -4
  242. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  243. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +2 -2
  244. package/components/Notification/Notification.js +3 -3
  245. package/components/Notification/NotificationGrouped.js +1 -1
  246. package/components/Notification/components/NotificationBody.js +1 -1
  247. package/components/Notification/components/NotificationBodyList.js +2 -2
  248. package/components/Notification/components/NotificationClose.js +1 -1
  249. package/components/Notification/components/NotificationFooter.js +1 -1
  250. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  251. package/components/Notification/components/NotificationHeader.js +1 -1
  252. package/components/Notification/components/NotificationIcon.js +1 -1
  253. package/components/Notification/components/NotificationTime.js +1 -1
  254. package/components/NumberField/NumberFieldInput.js +1 -1
  255. package/components/OrderedList/OrderedList.js +3 -3
  256. package/components/OrderedList/OrderedListItem.js +6 -6
  257. package/components/Overlay/Overlay.js +2 -2
  258. package/components/Overlay/OverlayMask.js +2 -2
  259. package/components/Overlay/OverlayPanel.js +2 -2
  260. package/components/Page/Page.js +2 -2
  261. package/components/Page/components/BodyPage.js +9 -9
  262. package/components/Page/components/FooterPage.js +2 -2
  263. package/components/Page/components/HeaderPage.js +2 -2
  264. package/components/Pagination/components/PaginationExtended.js +7 -7
  265. package/components/Pagination/components/PaginationNavigationButton.js +6 -6
  266. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  267. package/components/Pagination/components/PaginationPageButton.js +24 -16
  268. package/components/Pagination/components/PaginationPageEllipsis.js +13 -9
  269. package/components/Pagination/components/PaginationSelect.js +6 -6
  270. package/components/Pagination/utils/paginationUtils.js +5 -5
  271. package/components/Portal/index.js +5 -0
  272. package/components/Radio/Radio.js +18 -18
  273. package/components/Radio/RadioXGroup.js +11 -11
  274. package/components/Radio/RadioYGroup.js +4 -4
  275. package/components/Row/Row.js +6 -6
  276. package/components/SMSField/SMSField.js +3 -3
  277. package/components/SMSField/components/RefreshIcon.js +2 -2
  278. package/components/SMSField/components/SMSFieldInput.js +3 -3
  279. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  280. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  281. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  282. package/components/SegmentedControl/SegmentedControl.js +8 -8
  283. package/components/SegmentedControl/SegmentedControlSegment.js +9 -9
  284. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  286. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +72 -68
  287. package/components/SelectField/SelectField.js +1 -1
  288. package/components/Skeleton/Skeleton.js +8 -8
  289. package/components/SliderExtended/SliderExtended.js +3 -3
  290. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
  291. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  292. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  293. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  294. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +11 -11
  295. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +35 -35
  296. package/components/SmallInput/SmallInput.js +6 -6
  297. package/components/Spoiler/Spoiler.js +11 -11
  298. package/components/StatusTracker/StatusTracker.js +3 -3
  299. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  302. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  309. package/components/Step/Step.js +15 -15
  310. package/components/Stepper/RightBorderArrow.js +1 -1
  311. package/components/Stepper/Stepper.js +7 -7
  312. package/components/Stepper/StepperExtended.js +2 -2
  313. package/components/Stepper/StepperStep.js +3 -3
  314. package/components/Stepper/StepperWrapper.js +3 -3
  315. package/components/Suggest/SuggestMobileDropdownContent.js +18 -17
  316. package/components/Suggest/useSuggest.js +1 -1
  317. package/components/SuggestField/SuggestField.js +2 -2
  318. package/components/SuggestField/desktop/SuggestFieldDesktop.js +141 -137
  319. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +59 -55
  320. package/components/SuggestField/index.js +1 -1
  321. package/components/SuggestField/mobile/SuggestFieldMobile.js +53 -49
  322. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +75 -67
  323. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  324. package/components/SuggestField/mobile/index.js +1 -1
  325. package/components/SwipeableArea/SwipeableArea.js +23 -23
  326. package/components/Table/FilterPanel.js +6 -6
  327. package/components/Table/MasterTable.js +3 -3
  328. package/components/Table/NoColumns.js +4 -4
  329. package/components/Table/PaginationPanel.js +5 -5
  330. package/components/Table/TableBasic/TableBasic.js +2 -2
  331. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  332. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  333. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  334. package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
  335. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  337. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  338. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  340. package/components/Table/TableFooter/TableFooter.js +2 -2
  341. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  342. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  343. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  345. package/components/Table/TabsLinePanel.js +6 -6
  346. package/components/Table/TabsLinePanelLinks.js +2 -2
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +20 -20
  349. package/components/TabsExtended/TabsExtended.js +3 -3
  350. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  351. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  352. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  353. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  354. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
  355. package/components/TabsExtended/utils.js +1 -1
  356. package/components/TabsLine/TabsLine.js +2 -2
  357. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  358. package/components/TabsLine/components/TabsLineDropdown.js +120 -156
  359. package/components/TabsLine/components/TabsLineItem.js +2 -2
  360. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  361. package/components/Tag/Tag.js +36 -36
  362. package/components/TagColor/TagColor.js +21 -19
  363. package/components/TagGroup/TagGroup.js +12 -12
  364. package/components/TextField/TextField.js +1 -1
  365. package/components/TextareaField/TextareaField.js +1 -1
  366. package/components/ThemeProvider/ThemeProvider.js +3 -3
  367. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  368. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  369. package/components/Tooltip/components/common/TooltipLink.js +10 -10
  370. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  371. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  372. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  373. package/components/Tooltip/components/mobile/TooltipMobile.js +2 -2
  374. package/components/Tooltip/index.js +13 -5
  375. package/components/TopOverlay/TopOverlay.js +31 -31
  376. package/components/TreeView/TreeView.js +2 -2
  377. package/components/TreeView/components/TreeViewGroup.js +1 -1
  378. package/components/TreeView/components/TreeViewNode.js +2 -2
  379. package/components/Typography/Caption.js +29 -29
  380. package/components/Typography/Text.js +10 -10
  381. package/components/Typography/Title.js +18 -18
  382. package/components/Typography/constants.js +1 -1
  383. package/components/UnorderedList/UnorderedList.js +7 -7
  384. package/components/UnorderedList/UnorderedListItem.js +11 -11
  385. package/components/UploadZone/UploadZone.js +3 -3
  386. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  387. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  388. package/components/index.js +574 -560
  389. package/generated/refTokenTypes.js +1 -1
  390. package/helpers/less/colors.less +2 -0
  391. package/index.d.ts +231 -68
  392. package/index.js +618 -604
  393. package/package.json +5 -1
  394. package/styles/triplex-next.css +547 -546
  395. package/utils/amountUtils.js +1 -1
  396. package/chunks/CalendarViewItem-Dxr-IKuh.js +0 -101
  397. package/chunks/Card.module-DMUHU1y_.js +0 -17
  398. package/chunks/CheckboxTreeExtended.module-wyBivaJR.js +0 -14
  399. package/chunks/Confirm.module-BMe3cCgA.js +0 -15
  400. package/chunks/DropdownMobile.module-ChlziR7V.js +0 -23
  401. package/chunks/Footer.module-DdBlWFOs.js +0 -9
  402. package/chunks/FormFieldInput-Bb0syEep.js +0 -60
  403. package/chunks/HeaderLayoutSidebar.module-tndsgX78.js +0 -9
  404. package/chunks/HeaderTabs.module-T7IKL1xp.js +0 -9
  405. package/chunks/IslandAccordion.module-CLQD0a3_.js +0 -25
  406. package/chunks/IslandWidgetFooter.module-CPs8lx4X.js +0 -9
  407. package/chunks/IslandWidgetHeader.module-EYRdEBM6.js +0 -12
  408. package/chunks/LightBoxContent-6jOQAiJe.js +0 -56
  409. package/chunks/LightBoxControls.module-OIHtatwH.js +0 -16
  410. package/chunks/LightBoxSideOverlayClose.module-BB5P2oIx.js +0 -8
  411. package/chunks/ListItemTail.module-D9_VecUp.js +0 -12
  412. package/chunks/ListMasterFooter.module-Tad6_QUF.js +0 -10
  413. package/chunks/ModalWindow.module-CtWGFobP.js +0 -17
  414. package/chunks/Notification.module-1ONl_AQl.js +0 -20
  415. package/chunks/Overlay.module-BzUI6PNY.js +0 -18
  416. package/chunks/Page.module-BIAYhn48.js +0 -11
  417. package/chunks/SMSField.module-CshFlMUU.js +0 -16
  418. package/chunks/SliderExtendedMarks.module-BPt30iMn.js +0 -15
  419. package/chunks/SliderExtendedRail-Dc_iZlxS.js +0 -40
  420. package/chunks/StatusTracker.module-CTVX8mSd.js +0 -24
  421. package/chunks/TableFooter.module-CcIh2kO5.js +0 -14
  422. package/chunks/TabsExtended.module-DtrXq1jE.js +0 -16
  423. package/chunks/TabsLine.module-D5PBUMxf.js +0 -21
  424. package/chunks/TooltipDesktop.module-B2iSBrr1.js +0 -19
  425. package/chunks/TreeView.module-DEJX2JUM.js +0 -9
  426. package/chunks/utils-DHbotYsG.js +0 -73
  427. package/chunks/utils-DjwTklmD.js +0 -24
@@ -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 m, F as Y } from "../../../chunks/vendor-Dlne6Znf.js";
3
+ import { c as v, F as Y } from "../../../chunks/vendor-CuCj7SgU.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__0723330e", K = "lightBoxSideOverlayWrapper__aa4940d3", Q = "overflowXHidden__da9aab9e", V = "overflowYHidden__d2cf805f", Z = "closing__1a97e07b", $ = "opened__118f3c2e", P = "lightBoxSideOverlayContent__e14f2fce", ee = "opening__8d85ba53", oe = "sm__e655f133", te = "md__b1df23bb", ie = "lg__0388dfc3", re = "lightBoxSideOverlay__1af5644b", e = {
12
+ const J = "lightBoxSideOverlayMask__057d5da8", K = "lightBoxSideOverlayWrapper__35708611", Q = "overflowXHidden__f7e22593", V = "overflowYHidden__4c7626a8", Z = "closing__60ca6ece", $ = "opened__57004a87", P = "lightBoxSideOverlayContent__6cfbce4d", ee = "opening__f4d04c12", oe = "sm__a392be6a", te = "md__da48ae44", ie = "lg__919ac8b6", re = "lightBoxSideOverlay__bf4d6c06", e = {
13
13
  lightBoxSideOverlayMask: J,
14
14
  lightBoxSideOverlayWrapper: K,
15
15
  overflowXHidden: Q,
@@ -22,7 +22,7 @@ const J = "lightBoxSideOverlayMask__0723330e", 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__0723330e", K = "lightBoxSideOverlayWrapper__
34
34
  onOpen: c,
35
35
  opened: o,
36
36
  size: M = U.MD,
37
- ...b
37
+ ...k
38
38
  }) => {
39
- const [i, d] = B(!1), [n, g] = B(!1), f = O(o), p = O(null);
39
+ const [i, d] = B(!1), [n, g] = B(!1), m = O(o), p = O(null);
40
40
  X(() => {
41
- f.current && !o ? (g(!1), d(!0)) : !f.current && o && (d(!1), g(!0)), f.current = o;
41
+ m.current && !o ? (g(!1), d(!0)) : !m.current && o && (d(!1), g(!0)), m.current = o;
42
42
  }, [o]);
43
- const k = (r) => {
44
- const { target: F, currentTarget: W } = r;
45
- F === W && (i ? (d(!1), s == null || s()) : n && (g(!1), c == null || c()));
46
- }, H = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), w = () => /* @__PURE__ */ y(
43
+ const w = (r) => {
44
+ const { target: D, currentTarget: W } = r;
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(
47
47
  "div",
48
48
  {
49
- className: m(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: k,
54
+ onTransitionEnd: w,
55
55
  ref: p,
56
56
  children: [
57
57
  x,
58
58
  a && /* @__PURE__ */ t(j, { loadingTitle: _ })
59
59
  ]
60
60
  }
61
- ), C = () => {
62
- }, N = m(S, e.lightBoxSideOverlayWrapper, le[M], {
61
+ ), N = () => {
62
+ }, b = 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
- }), D = (r) => /* @__PURE__ */ y(T, { children: [
68
- H(r),
69
- w()
70
- ] }), E = /* @__PURE__ */ t(
67
+ }), E = (r) => /* @__PURE__ */ y(T, { children: [
68
+ C(r),
69
+ H()
70
+ ] }), F = /* @__PURE__ */ t(
71
71
  "div",
72
72
  {
73
- className: m(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: C, children: D })
77
+ children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: N, children: E })
78
78
  }
79
79
  );
80
80
  return /* @__PURE__ */ t(
@@ -83,19 +83,19 @@ const J = "lightBoxSideOverlayMask__0723330e", K = "lightBoxSideOverlayWrapper__
83
83
  active: o && !n && !i,
84
84
  ...l,
85
85
  focusTrapOptions: {
86
- clickOutsideDeactivates: !0,
86
+ allowOutsideClick: !0,
87
87
  initialFocus: () => I.getFirstInteractionElementByDataAttr(p.current),
88
88
  preventScroll: !0,
89
89
  ...l == null ? void 0 : l.focusTrapOptions
90
90
  },
91
- children: /* @__PURE__ */ t("div", { className: N, role: "dialog", "aria-modal": "true", ...b, children: E })
91
+ children: /* @__PURE__ */ t("div", { className: b, role: "dialog", "aria-modal": "true", ...k, 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
@@ -1,35 +1,35 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { useRef as s } from "react";
3
- import { TriggerClickOnKeyDownEvent as n } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
4
- import { EVENT_KEY_CODES as l } from "../../../utils/keyboard.js";
5
- import { c as p } from "../../../chunks/vendor-Dlne6Znf.js";
6
- import { CrossStrokeSrvIcon32 as f } from "@sberbusiness/icons-next";
7
- import { EButtonTheme as a } from "../../Button/enums.js";
8
- import { EComponentSize as c } from "../../../enums/EComponentSize.js";
9
- import { Button as d } from "../../Button/Button.js";
10
- import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-BB5P2oIx.js";
11
- const C = ({
12
- className: r,
13
- clickByEsc: m,
14
- ...i
2
+ import { useRef as l } from "react";
3
+ import { TriggerClickOnKeyDownEvent as a } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
4
+ import { EVENT_KEY_CODES as p } from "../../../utils/keyboard.js";
5
+ import { c } from "../../../chunks/vendor-CuCj7SgU.js";
6
+ import { CrossStrokeSrvIcon32 as d } from "@sberbusiness/icons-next";
7
+ import { EButtonTheme as f } from "../../Button/enums.js";
8
+ import { EComponentSize as C } from "../../../enums/EComponentSize.js";
9
+ import { Button as u } from "../../Button/Button.js";
10
+ import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-DQQjxPZ4.js";
11
+ const E = ({
12
+ className: i,
13
+ clickByEsc: s,
14
+ ...n
15
15
  }) => {
16
- const o = s(null), t = () => /* @__PURE__ */ e(
17
- d,
16
+ const o = l(null), t = () => /* @__PURE__ */ e(
17
+ u,
18
18
  {
19
19
  "data-exclude-modal-focus": !0,
20
- className: p(r, u.lightBoxSideOverlayCloseDesktop),
20
+ className: c(i, r.lightBoxSideOverlayCloseDesktop),
21
21
  title: "Закрыть",
22
- ...i,
22
+ ...n,
23
23
  ref: o,
24
- icon: /* @__PURE__ */ e(f, { paletteIndex: 0 }),
25
- size: c.LG,
26
- theme: a.SECONDARY_LIGHT
24
+ icon: /* @__PURE__ */ e(d, { paletteIndex: 0 }),
25
+ size: C.LG,
26
+ theme: f.SECONDARY_LIGHT
27
27
  }
28
- );
29
- return m ? /* @__PURE__ */ e(n, { eventKeyCode: l.ESCAPE, targetRef: o, children: t() }) : t();
28
+ ), m = () => s ? /* @__PURE__ */ e(a, { eventKeyCode: p.ESCAPE, targetRef: o, children: t() }) : t();
29
+ return /* @__PURE__ */ e("div", { className: r.lightBoxSideOverlayCloseDesktopContainer, children: m() });
30
30
  };
31
- C.displayName = "LightBoxSideOverlayCloseDesktop";
31
+ E.displayName = "LightBoxSideOverlayCloseDesktop";
32
32
  export {
33
- C as LightBoxSideOverlayCloseDesktop
33
+ E as LightBoxSideOverlayCloseDesktop
34
34
  };
35
35
  //# sourceMappingURL=LightBoxSideOverlayCloseDesktop.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as r } from "../../../chunks/vendor-Dlne6Znf.js";
2
+ import { c as r } from "../../../chunks/vendor-CuCj7SgU.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-BB5P2oIx.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-DQQjxPZ4.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,10 +1,10 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { useState as d, useRef as s, useEffect as l } from "react";
2
+ import { useState as s, useRef as d, useEffect as l } from "react";
3
3
  import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__2b369d5d", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__98e3e54d", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
- const [t, r] = d(0), e = s(null);
7
+ const [t, r] = s(0), e = d(null);
8
8
  return l(() => {
9
9
  setTimeout(() => {
10
10
  if (e.current) {
@@ -1,15 +1,15 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as f } from "../../../chunks/vendor-Dlne6Znf.js";
3
- const a = "lightBoxLeftSidebar__6c56f3d5", x = "fixed__652ded03", s = "lightBoxLeftSidebarInner__ffda989d", e = {
4
- lightBoxLeftSidebar: a,
2
+ import { c as a } from "../../../chunks/vendor-CuCj7SgU.js";
3
+ const f = "lightBoxLeftSidebar__a862c056", x = "fixed__65d04821", s = "lightBoxLeftSidebarInner__ef0c74b8", e = {
4
+ lightBoxLeftSidebar: f,
5
5
  fixed: x,
6
6
  lightBoxLeftSidebarInner: s
7
7
  }, l = ({
8
8
  children: t,
9
- className: d,
10
- fixed: o,
11
- ...r
12
- }) => /* @__PURE__ */ i("div", { className: f(d, e.lightBoxLeftSidebar, { [e.fixed]: o }), ...r, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
9
+ className: o,
10
+ fixed: r,
11
+ ...d
12
+ }) => /* @__PURE__ */ i("div", { className: a(o, e.lightBoxLeftSidebar, { [e.fixed]: r }), ...d, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
13
13
  l.displayName = "LightBoxLeftSidebar";
14
14
  export {
15
15
  l as LightBoxLeftSidebar
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-Dlne6Znf.js";
3
- const r = "lightBoxRightSidebar__954f9340", a = "fixed__652ded03", x = "lightBoxRightSidebarInner__5ad662cd", i = {
4
- lightBoxRightSidebar: r,
2
+ import { c as r } from "../../../chunks/vendor-CuCj7SgU.js";
3
+ const d = "lightBoxRightSidebar__02c9e733", a = "fixed__65d04821", x = "lightBoxRightSidebarInner__e6134078", i = {
4
+ lightBoxRightSidebar: d,
5
5
  fixed: a,
6
6
  lightBoxRightSidebarInner: x
7
7
  }, s = ({
8
8
  children: e,
9
- className: d,
10
- fixed: h,
11
- ...g
12
- }) => /* @__PURE__ */ t("div", { className: o(d, i.lightBoxRightSidebar, { [i.fixed]: h }), ...g, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
9
+ className: h,
10
+ fixed: g,
11
+ ...o
12
+ }) => /* @__PURE__ */ t("div", { className: r(h, i.lightBoxRightSidebar, { [i.fixed]: g }), ...o, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
13
13
  s.displayName = "LightBoxRightSidebar";
14
14
  export {
15
15
  s as LightBoxRightSidebar
@@ -2,8 +2,8 @@ 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 { a as k, i as P, j as p } from "../../../chunks/vendor-Dlne6Znf.js";
6
- const g = "LightBoxMountNodeViewManager", M = ({
5
+ import { h as k, i as P, p } from "../../../chunks/vendor-CuCj7SgU.js";
6
+ const g = "LightBoxMountNodeViewManager", $ = ({
7
7
  lightBoxMountNode: a,
8
8
  lightBoxViewManagerNode: x
9
9
  }) => {
@@ -58,6 +58,6 @@ const g = "LightBoxMountNodeViewManager", M = ({
58
58
  ] }) });
59
59
  };
60
60
  export {
61
- M as LightBoxViewManager
61
+ $ as LightBoxViewManager
62
62
  };
63
63
  //# sourceMappingURL=LightBoxViewManager.js.map
@@ -1,66 +1,66 @@
1
- import { jsx as R, jsxs as a, Fragment as i } 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-Dlne6Znf.js";
4
- const v = "link__09ab1a45", F = "wordWithContent__99a1735f", S = "before__9a7929f7", T = "after__391f6841", e = {
3
+ import { c as a } from "../../chunks/vendor-CuCj7SgU.js";
4
+ const v = "link__5bf9d842", F = "wordWithContent__f17412e1", S = "before__2f92e013", T = "after__3b349276", e = {
5
5
  link: v,
6
6
  wordWithContent: F,
7
7
  before: S,
8
8
  after: T
9
9
  }, q = L.forwardRef(
10
- ({ children: d, className: N, onBlur: f, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, _) => {
11
- const c = () => o ? /* @__PURE__ */ a(i, { 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
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(e.wordWithContent, {
17
+ const y = a(e.wordWithContent, {
18
18
  [e.after]: !!s,
19
19
  [e.before]: !!o
20
20
  });
21
- return /* @__PURE__ */ a("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], b = r.slice(1, -1).join(" "), k = l(e.wordWithContent, {
27
+ const l = r[0], h = r[r.length - 1], w = r.slice(1, -1).join(" "), k = a(e.wordWithContent, {
28
28
  [e.before]: !!o
29
- }), g = o ? /* @__PURE__ */ a("span", { className: k, children: [
29
+ }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
30
30
  c(),
31
- t
32
- ] }) : t, x = l(e.wordWithContent, {
31
+ l
32
+ ] }) : l, x = a(e.wordWithContent, {
33
33
  [e.after]: !!s
34
- }), j = s ? /* @__PURE__ */ a("span", { className: x, children: [
34
+ }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
35
35
  h,
36
36
  m()
37
37
  ] }) : h;
38
- return /* @__PURE__ */ a(i, { children: [
38
+ return /* @__PURE__ */ t(d, { children: [
39
39
  g,
40
40
  " ",
41
- b,
41
+ w,
42
42
  " ",
43
43
  j
44
44
  ] });
45
45
  }, W = (n) => {
46
- const r = o ? o() : null, t = s ? s() : null;
47
- return /* @__PURE__ */ a(i, { children: [
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" ? u(n) : W(n))(d) : d;
52
+ }, b = 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
57
  ...C,
58
- className: l(N, e.link, "hoverable"),
58
+ className: a(N, e.link, "hoverable"),
59
59
  onBlur: f,
60
60
  onMouseDown: p,
61
- "data-tx": "1.19.1",
61
+ "data-tx": "1.21.0",
62
62
  ref: _,
63
- children: w
63
+ children: b
64
64
  }
65
65
  );
66
66
  }
@@ -1,10 +1,10 @@
1
1
  import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as m } from "../../chunks/vendor-Dlne6Znf.js";
3
+ import { c as m } from "../../chunks/vendor-CuCj7SgU.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__4307a087", p = {
5
+ const f = "list__11298ea5", p = {
6
6
  list: f
7
- }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(p.list, t), ...o, "data-tx": "1.19.1", ref: r, children: [
7
+ }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(p.list, t), ...o, "data-tx": "1.21.0", ref: r, children: [
8
8
  s,
9
9
  l ? /* @__PURE__ */ e(c, { type: "small" }) : null
10
10
  ] }));
@@ -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-Dlne6Znf.js";
6
+ import { a as b, b as f, D as M, M as T, r as D, d as L, S as w, v as y, e as I, T as C, f as H } from "../../chunks/vendor-CuCj7SgU.js";
7
7
  import { List as N } from "./List.js";
8
8
  class u extends H {
9
9
  }
@@ -1,10 +1,10 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-Dlne6Znf.js";
4
- const p = "listEmptyState__0baf0ea3", l = {
3
+ import { c as o } from "../../../chunks/vendor-CuCj7SgU.js";
4
+ const p = "listEmptyState__234b4d48", l = {
5
5
  listEmptyState: p
6
6
  }, r = i.forwardRef(
7
- ({ children: t, className: s, ...a }, m) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...a, ref: m, children: t })
7
+ ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...m, ref: a, children: t })
8
8
  );
9
9
  r.displayName = "ListItemEmpty";
10
10
  export {
@@ -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.19.1", 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.21.0", ref: s, children: e }) });
7
7
  });
8
8
  f.displayName = "ListItem";
9
9
  export {
@@ -1,19 +1,19 @@
1
- import { jsx as m } from "react/jsx-runtime";
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-Dlne6Znf.js";
3
+ import { c as r } from "../../../chunks/vendor-CuCj7SgU.js";
4
4
  import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__dc83281b", C = "selected__ac802c76", t = {
5
+ const d = "listItemContent__094c4756", C = "selected__d9a86ea6", t = {
6
6
  listItemContent: d,
7
7
  selected: C
8
8
  }, f = l.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
- const { selected: c } = i(a);
11
- return /* @__PURE__ */ m(
10
+ const { selected: m } = i(a);
11
+ return /* @__PURE__ */ c(
12
12
  "div",
13
13
  {
14
- className: r(t.listItemContent, { [t.selected]: c }, s),
14
+ className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "1.19.1",
16
+ "data-tx": "1.21.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
@@ -1,10 +1,10 @@
1
- import { jsx as l } from "react/jsx-runtime";
2
- import r from "react";
3
- import { c as m } from "../../../chunks/vendor-Dlne6Znf.js";
4
- const i = "listItemControls__e18ef737", n = {
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import e from "react";
3
+ import { c as m } from "../../../chunks/vendor-CuCj7SgU.js";
4
+ const i = "listItemControls__3e064619", n = {
5
5
  listItemControls: i
6
- }, a = r.forwardRef(
7
- ({ children: t, className: o, ...s }, e) => /* @__PURE__ */ l("div", { className: m(n.listItemControls, o), ...s, ref: e, children: t })
6
+ }, a = e.forwardRef(
7
+ ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(n.listItemControls, o), ...s, ref: l, children: t })
8
8
  );
9
9
  a.displayName = "ListItemControls";
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../chunks/vendor-Dlne6Znf.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-CLWIOf-c.js";
3
+ import "../../../chunks/vendor-CuCj7SgU.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-CXrdUtOj.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 a, useState as E, createElement as w } from "react";
3
- import { u as O, c as g } from "../../../chunks/vendor-Dlne6Znf.js";
3
+ import { u as O, c as g } from "../../../chunks/vendor-CuCj7SgU.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-CLWIOf-c.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-CXrdUtOj.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 = a(null), f = a(null), [p, L] = E(), D = a(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-Dlne6Znf.js";
3
+ import { c as s } from "../../../chunks/vendor-CuCj7SgU.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__07ca1a3d", n = {
7
- listItemLoading: d
6
+ const n = "listItemLoading__1c7eb729", 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,9 +1,9 @@
1
1
  import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
2
  import p, { useContext as m, useEffect as d } from "react";
3
- import { c as k } from "../../../chunks/vendor-Dlne6Znf.js";
3
+ import { c as k } from "../../../chunks/vendor-CuCj7SgU.js";
4
4
  import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
5
  import { ListItemContext as _ } from "./ListItemContext.js";
6
- const f = "listItemSelectable__c18bf02d", L = "selected__ac802c76", C = "checkboxWrapper__3597dec6", W = "childrenWrapper__52acaca6", I = "checkboxLabel__1b40e421", S = "checkboxLabelClickArea__f40eb227", e = {
6
+ const f = "listItemSelectable__3d98c084", L = "selected__d9a86ea6", C = "checkboxWrapper__399029f3", W = "childrenWrapper__39328605", I = "checkboxLabel__683b073f", S = "checkboxLabelClickArea__16ab0653", e = {
7
7
  listItemSelectable: f,
8
8
  selected: L,
9
9
  checkboxWrapper: C,
@@ -1,25 +1,25 @@
1
- import { jsx as e, jsxs as p } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as c } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { SwipeableArea as b } from "../../SwipeableArea/SwipeableArea.js";
4
- import { ListItem as I } from "./ListItem.js";
3
+ import { SwipeableArea as I } from "../../SwipeableArea/SwipeableArea.js";
4
+ import { ListItem as b } from "./ListItem.js";
5
5
  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-Dlne6Znf.js";
10
- const C = "listItemTable__ba5ccc53", _ = {
9
+ import { c as y } from "../../../chunks/vendor-CuCj7SgU.js";
10
+ const C = "listItemTable__ac04d92d", _ = {
11
11
  listItemTable: C
12
12
  }, u = d.forwardRef(
13
13
  ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...n }, f) => {
14
- const c = typeof i < "u" && typeof r < "u", m = () => /* @__PURE__ */ e(L, { onClick: l, children: o });
15
- return /* @__PURE__ */ e(I, { className: y(_.listItemTable, s), ...n, ref: f, children: /* @__PURE__ */ p(
16
- b,
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(
16
+ I,
17
17
  {
18
18
  ref: a,
19
19
  rightSwipeableArea: t ? /* @__PURE__ */ e(T, { children: t }) : void 0,
20
20
  children: [
21
21
  /* @__PURE__ */ e(x, {}),
22
- c ? /* @__PURE__ */ e(h, { selected: r, onSelect: i, children: m() }) : m()
22
+ p ? /* @__PURE__ */ e(h, { selected: r, onSelect: i, children: m() }) : m()
23
23
  ]
24
24
  }
25
25
  ) });
@@ -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-Dlne6Znf.js";
4
- import { s } from "../../../chunks/ListItemTail.module-D9_VecUp.js";
3
+ import { c as o } from "../../../chunks/vendor-CuCj7SgU.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-t77bOXMm.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-Dlne6Znf.js";
4
- import { s } from "../../../chunks/ListItemTail.module-D9_VecUp.js";
3
+ import { c as o } from "../../../chunks/vendor-CuCj7SgU.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-t77bOXMm.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 { y as u, z as I, c as y } from "../../../chunks/vendor-Dlne6Znf.js";
4
- import { ListItem as _ } from "./ListItem.js";
3
+ import { s as u, w as I, c as _ } from "../../../chunks/vendor-CuCj7SgU.js";
4
+ import { ListItem as y } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as L } from "./ListSortableItemTarget.js";
6
- const R = "listSortableItem__3b52ec14", N = "dragging__250166f4", i = {
6
+ const R = "listSortableItem__c6e2c567", N = "dragging__634bcc73", i = {
7
7
  listSortableItem: R,
8
8
  dragging: N
9
9
  }, x = Object.assign(
@@ -19,9 +19,9 @@ const R = "listSortableItem__3b52ec14", N = "dragging__250166f4", i = {
19
19
  c(o), typeof t == "function" ? t(o) : t && (t.current = o);
20
20
  };
21
21
  return /* @__PURE__ */ d(
22
- _,
22
+ y,
23
23
  {
24
- className: y(i.listSortableItem, { [i.dragging]: a }, n),
24
+ className: _(i.listSortableItem, { [i.dragging]: a }, n),
25
25
  style: { transform: I.Translate.toString(m), transition: l, ...g },
26
26
  ...s,
27
27
  ref: b,
@@ -1,9 +1,9 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import l from "react";
3
- import { c as e } from "../../../chunks/vendor-Dlne6Znf.js";
4
- const a = "listSortableItemControls__5ddbbbb0", m = {
3
+ import { c as e } from "../../../chunks/vendor-CuCj7SgU.js";
4
+ const a = "listSortableItemControls__55cba11a", m = {
5
5
  listSortableItemControls: a
6
- }, b = l.forwardRef(
6
+ }, i = l.forwardRef(
7
7
  ({ className: t, ...o }, r) => /* @__PURE__ */ s(
8
8
  "div",
9
9
  {
@@ -14,8 +14,8 @@ const a = "listSortableItemControls__5ddbbbb0", m = {
14
14
  }
15
15
  )
16
16
  );
17
- b.displayName = "ListSortableItemControls";
17
+ i.displayName = "ListSortableItemControls";
18
18
  export {
19
- b as ListSortableItemControls
19
+ i as ListSortableItemControls
20
20
  };
21
21
  //# sourceMappingURL=ListSortableItemControls.js.map