@sberbusiness/triplex-next 1.20.0 → 1.22.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 (434) hide show
  1. package/README.md +89 -22
  2. package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +39 -0
  3. package/chunks/{CalendarViewItem-B22G4WdJ.js → CalendarViewItem-UwoR2Xwr.js} +18 -18
  4. package/chunks/Card.module-CPD2xDmu.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +15 -0
  6. package/chunks/{Chip-Df2PJxv_.js → Chip-Bxr2kLyU.js} +6 -6
  7. package/chunks/Confirm.module-CmYpxyDp.js +15 -0
  8. package/chunks/{DropdownListItem-JDPG7EtK.js → DropdownListItem-Dl8gN2ar.js} +22 -22
  9. package/chunks/DropdownMobile.module-l5rlPxNK.js +23 -0
  10. package/chunks/Footer.module-CjY-6G8t.js +9 -0
  11. package/chunks/FormFieldInput--W9kjf4s.js +79 -0
  12. package/chunks/HeaderLayoutSidebar.module-fr4_lzKQ.js +9 -0
  13. package/chunks/HeaderTabs.module-Clz5KbqR.js +9 -0
  14. package/chunks/{HeaderTitle.module-Cz5VxXST.js → HeaderTitle.module-DUqjpN6C.js} +2 -2
  15. package/chunks/IslandAccordion.module-CPVWJz-Z.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-BRjR7Nva.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CQVHkydc.js +12 -0
  18. package/chunks/{LightBoxContent-DcdEm4um.js → LightBoxContent-CBpCA29-.js} +15 -15
  19. package/chunks/LightBoxControls.module-6rLkTPqp.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +9 -0
  21. package/chunks/{ListItemControlsButton-CWkrMtu6.js → ListItemControlsButton-BZSR-ESi.js} +11 -11
  22. package/chunks/ListItemTail.module-TZkbhx39.js +12 -0
  23. package/chunks/ListMasterFooter.module-BJocFxEb.js +10 -0
  24. package/chunks/ModalWindow.module-CACqfnx4.js +17 -0
  25. package/chunks/Notification.module-ByKcbqB9.js +20 -0
  26. package/chunks/Overlay.module-fYkVPgjL.js +18 -0
  27. package/chunks/Page.module-Bhn0Pz59.js +11 -0
  28. package/chunks/{RightBorderArrow-CD9RfiqH.js → RightBorderArrow-C390Za7P.js} +11 -11
  29. package/chunks/SMSField.module-KA-eacXJ.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +15 -0
  31. package/chunks/{SliderExtendedRail-Alw2vXQr.js → SliderExtendedRail-Dld8UNeR.js} +8 -8
  32. package/chunks/StatusTracker.module-B8xoFRr0.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BfOcMGUs.js → SuggestFieldMobileDropdownHint-Cf_uwjFP.js} +6 -6
  34. package/chunks/TableFooter.module-b8TKJFW8.js +14 -0
  35. package/chunks/TabsExtended.module-k8oKnmv6.js +16 -0
  36. package/chunks/TabsLine.module-BLpqn-ZP.js +21 -0
  37. package/chunks/TooltipDesktop.module-DgogF0cV.js +19 -0
  38. package/chunks/TreeView.module-lJCCAWQb.js +9 -0
  39. package/chunks/{UploadZoneInput-DWEQ023-.js → UploadZoneInput-CQYsDdG_.js} +3 -3
  40. package/chunks/{constants-mUMWgzNs.js → constants-Crak3JEf.js} +11 -11
  41. package/chunks/utils-CS30w_en.js +73 -0
  42. package/chunks/{utils-B269a8Xy.js → utils-Dq2VA3Zd.js} +6 -6
  43. package/chunks/utils-R-JQhhgt.js +24 -0
  44. package/chunks/utils-Z8JNo8tP.js +28 -0
  45. package/chunks/{vendor-BIl4KTrD.js → vendor-BiObpx9E.js} +8836 -8700
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +9 -9
  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 +9 -9
  53. package/components/Avatar/Avatar.js +10 -10
  54. package/components/Badge/Badge.js +11 -11
  55. package/components/Badge/BadgeDot.js +8 -8
  56. package/components/Badge/components/BadgeContent.js +2 -2
  57. package/components/Badge/components/BadgePostfix.js +7 -7
  58. package/components/Badge/components/BadgePrefix.js +4 -4
  59. package/components/Body/Body.js +5 -5
  60. package/components/Button/Button.js +29 -29
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +91 -78
  63. package/components/Button/ButtonDropdownExtended.js +5 -5
  64. package/components/Button/ButtonIcon.js +12 -12
  65. package/components/Calendar/Calendar.js +6 -6
  66. package/components/Calendar/components/CalendarControls.js +9 -9
  67. package/components/Calendar/components/CalendarFooter.js +4 -4
  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 +15 -15
  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 +7 -7
  81. package/components/Checkbox/Checkbox.js +6 -6
  82. package/components/Checkbox/CheckboxXGroup.js +16 -16
  83. package/components/Checkbox/CheckboxYGroup.js +6 -6
  84. package/components/CheckboxTree/index.js +6 -2
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +18 -10
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  89. package/components/Chip/Chip.js +2 -2
  90. package/components/Chip/ChipClearButton.js +7 -7
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +25 -24
  93. package/components/Chip/ChipDropdownArrow.js +2 -2
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +2 -2
  96. package/components/Chip/ChipOptions.js +2 -2
  97. package/components/Chip/ChipSelect/ChipSelect.js +11 -12
  98. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  99. package/components/Chip/ChipSort.js +9 -10
  100. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +20 -21
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  104. package/components/Chip/index.js +1 -1
  105. package/components/ChipGroup/ChipGroup.js +10 -10
  106. package/components/Col/Col.js +137 -137
  107. package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
  108. package/components/Confirm/Confirm.js +2 -2
  109. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  110. package/components/Confirm/components/ConfirmContent.js +2 -2
  111. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  112. package/components/Confirm/components/ConfirmControls.js +2 -2
  113. package/components/Confirm/index.js +4 -2
  114. package/components/DateField/DateField.js +5 -5
  115. package/components/DatePickerExtended/DatePickerExtended.js +3 -3
  116. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +12 -12
  117. package/components/DateRange/DateRange.js +9 -9
  118. package/components/DesignTokens/DesignTokenUtils.js +7 -7
  119. package/components/DesignTokens/DesignTokensCore.js +8 -0
  120. package/components/DesignTokens/components/Pagination.js +2 -5
  121. package/components/DesignTokens/components/Tabs.js +0 -18
  122. package/components/DesignTokens/types/DesignTokensTypes.js +2 -0
  123. package/components/Divider/Divider.js +18 -18
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
  125. package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
  126. package/components/Dropdown/desktop/DropdownList.js +2 -2
  127. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  128. package/components/Dropdown/desktop/enums.js +7 -0
  129. package/components/Dropdown/desktop/index.js +8 -4
  130. package/components/Dropdown/index.js +24 -25
  131. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  142. package/components/Ellipsis/Ellipsis.js +6 -6
  143. package/components/ExpandAnimation/ExpandAnimation.js +13 -13
  144. package/components/Footer/Footer.js +1 -1
  145. package/components/Footer/components/FooterDescription.js +2 -2
  146. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  147. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  148. package/components/FormField/FormField.js +67 -73
  149. package/components/FormField/FormFieldContext.js +16 -13
  150. package/components/FormField/components/FormFieldClear.js +25 -23
  151. package/components/FormField/components/FormFieldCounter.js +4 -4
  152. package/components/FormField/components/FormFieldDescription.js +6 -6
  153. package/components/FormField/components/FormFieldInput.js +4 -3
  154. package/components/FormField/components/FormFieldLabel.js +31 -33
  155. package/components/FormField/components/FormFieldMaskedInput.js +32 -32
  156. package/components/FormField/components/FormFieldPostfix.js +5 -5
  157. package/components/FormField/components/FormFieldPrefix.js +2 -2
  158. package/components/FormField/components/FormFieldTarget.js +56 -46
  159. package/components/FormField/components/FormFieldTextarea.js +62 -35
  160. package/components/FormField/components/index.js +23 -0
  161. package/components/FormField/components/utils.js +5 -0
  162. package/components/FormField/index.js +25 -25
  163. package/components/Header/Header.js +1 -1
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  165. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  166. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  167. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  169. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  170. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  172. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  173. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  174. package/components/HelpBox/HelpBox.js +8 -8
  175. package/components/Island/Island.js +2 -2
  176. package/components/Island/components/IslandBody.js +4 -4
  177. package/components/Island/components/IslandFooter.js +5 -5
  178. package/components/Island/components/IslandHeader.js +4 -4
  179. package/components/Island/utils.js +1 -1
  180. package/components/IslandAccordion/IslandAccordion.js +3 -3
  181. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  182. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  183. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  184. package/components/IslandWidget/IslandWidget.js +3 -3
  185. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
  187. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  188. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  190. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  192. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  193. package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
  194. package/components/LightBox/LightBox.js +35 -35
  195. package/components/LightBox/LightBoxContent.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  198. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  199. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +17 -17
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  202. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  203. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  204. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  205. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
  206. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +3 -3
  207. package/components/Link/Link.js +24 -24
  208. package/components/List/List.js +8 -8
  209. package/components/List/ListSortable.js +1 -1
  210. package/components/List/components/ListEmptyState.js +2 -2
  211. package/components/List/components/ListItem.js +1 -1
  212. package/components/List/components/ListItemContent.js +6 -6
  213. package/components/List/components/ListItemControls.js +5 -5
  214. package/components/List/components/ListItemControlsButton.js +2 -2
  215. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  216. package/components/List/components/ListItemLoading.js +3 -3
  217. package/components/List/components/ListItemSelectable.js +11 -11
  218. package/components/List/components/ListItemTable.js +4 -4
  219. package/components/List/components/ListItemTailLeft.js +2 -2
  220. package/components/List/components/ListItemTailRight.js +2 -2
  221. package/components/List/components/ListSortableItem.js +9 -9
  222. package/components/List/components/ListSortableItemControls.js +5 -5
  223. package/components/List/components/ListSortableItemTarget.js +8 -8
  224. package/components/List/index.js +1 -1
  225. package/components/ListMaster/ListMaster.js +1 -1
  226. package/components/ListMaster/components/ListMasterBody.js +1 -1
  227. package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
  228. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  229. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  230. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  231. package/components/ListMaster/components/ListMasterHeader.js +9 -9
  232. package/components/ListMaster/components/SelectionControls.js +9 -9
  233. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  234. package/components/Loader/LoaderSmall/LoaderSmall.js +12 -12
  235. package/components/LoaderScreen/LoaderScreen.js +8 -8
  236. package/components/Marker/Marker.js +2 -2
  237. package/components/Marker/utils.js +1 -1
  238. package/components/MarkerStatus/MarkerStatus.js +12 -12
  239. package/components/ModalWindow/ModalWindow.js +14 -14
  240. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  241. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  242. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  243. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  244. package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
  245. package/components/MultiselectField/components/MultiselectFieldDropdown.js +51 -35
  246. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +27 -20
  247. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  248. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  249. package/components/Notification/Notification.js +3 -3
  250. package/components/Notification/NotificationGrouped.js +1 -1
  251. package/components/Notification/components/NotificationBody.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/NumberField/NumberFieldInput.js +5 -5
  260. package/components/OrderedList/OrderedList.js +3 -3
  261. package/components/OrderedList/OrderedListItem.js +3 -3
  262. package/components/Overlay/Overlay.js +2 -2
  263. package/components/Overlay/OverlayMask.js +2 -2
  264. package/components/Overlay/OverlayPanel.js +2 -2
  265. package/components/Page/Page.js +2 -2
  266. package/components/Page/components/BodyPage.js +9 -9
  267. package/components/Page/components/FooterPage.js +2 -2
  268. package/components/Page/components/HeaderPage.js +2 -2
  269. package/components/Page/components/useStickyCornerRadius.js +35 -32
  270. package/components/Pagination/components/PaginationExtended.js +6 -6
  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 +24 -16
  274. package/components/Pagination/components/PaginationPageEllipsis.js +13 -9
  275. package/components/Pagination/components/PaginationSelect.js +5 -5
  276. package/components/Pagination/utils/paginationUtils.js +5 -5
  277. package/components/Portal/index.js +5 -0
  278. package/components/Radio/Radio.js +14 -14
  279. package/components/Radio/RadioXGroup.js +13 -13
  280. package/components/Radio/RadioYGroup.js +9 -9
  281. package/components/Row/Row.js +7 -7
  282. package/components/SMSField/SMSField.js +3 -3
  283. package/components/SMSField/components/RefreshIcon.js +2 -2
  284. package/components/SMSField/components/SMSFieldInput.js +11 -11
  285. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  286. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  287. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  288. package/components/SegmentedControl/SegmentedControl.js +6 -6
  289. package/components/SegmentedControl/SegmentedControlSegment.js +15 -15
  290. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  291. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  292. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
  293. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +73 -69
  294. package/components/SelectField/SelectField.js +54 -36
  295. package/components/Skeleton/Skeleton.js +10 -10
  296. package/components/SliderExtended/SliderExtended.js +3 -3
  297. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +27 -27
  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 +8 -8
  302. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
  303. package/components/SmallInput/SmallInput.js +2 -2
  304. package/components/Spoiler/Spoiler.js +16 -16
  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 +8 -8
  317. package/components/Stepper/RightBorderArrow.js +1 -1
  318. package/components/Stepper/Stepper.js +19 -19
  319. package/components/Stepper/StepperExtended.js +8 -8
  320. package/components/Stepper/StepperStep.js +3 -3
  321. package/components/Stepper/StepperWrapper.js +7 -7
  322. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  323. package/components/Suggest/useSuggest.js +1 -1
  324. package/components/SuggestField/SuggestField.js +6 -6
  325. package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
  326. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +26 -25
  327. package/components/SuggestField/index.js +1 -1
  328. package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
  329. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  330. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  331. package/components/SuggestField/mobile/index.js +1 -1
  332. package/components/SwipeableArea/SwipeableArea.js +31 -31
  333. package/components/Table/FilterPanel.js +3 -3
  334. package/components/Table/MasterTable.js +7 -7
  335. package/components/Table/NoColumns.js +7 -7
  336. package/components/Table/PaginationPanel.js +5 -5
  337. package/components/Table/TableBasic/TableBasic.js +2 -2
  338. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  339. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  340. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  341. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  342. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
  343. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  344. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  346. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  347. package/components/Table/TableFooter/TableFooter.js +2 -2
  348. package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
  349. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  351. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  352. package/components/Table/TabsLinePanel.js +6 -6
  353. package/components/Table/TabsLinePanelLinks.js +2 -2
  354. package/components/Table/utils.js +1 -1
  355. package/components/Tabs/Tabs.js +20 -20
  356. package/components/TabsExtended/TabsExtended.js +22 -22
  357. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedTabButton.js +37 -18
  361. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
  362. package/components/TabsExtended/utils.js +3 -3
  363. package/components/TabsLine/TabsLine.js +2 -2
  364. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  365. package/components/TabsLine/components/TabsLineDropdown.js +49 -47
  366. package/components/TabsLine/components/TabsLineItem.js +2 -2
  367. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  368. package/components/Tag/Tag.js +2 -2
  369. package/components/TagColor/TagColor.js +22 -20
  370. package/components/TagGroup/TagGroup.js +13 -13
  371. package/components/TextField/TextField.js +1 -1
  372. package/components/TextareaField/TextareaField.js +5 -5
  373. package/components/ThemeProvider/ThemeProvider.js +18 -20
  374. package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
  375. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  376. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  377. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  378. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  379. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  380. package/components/Tooltip/components/mobile/TooltipMobile.js +2 -2
  381. package/components/Tooltip/index.js +13 -5
  382. package/components/TopOverlay/TopOverlay.js +23 -23
  383. package/components/TreeView/TreeView.js +2 -2
  384. package/components/TreeView/components/TreeViewGroup.js +1 -1
  385. package/components/TreeView/components/TreeViewNode.js +2 -2
  386. package/components/Typography/Caption.js +20 -20
  387. package/components/Typography/Text.js +22 -22
  388. package/components/Typography/Title.js +18 -18
  389. package/components/Typography/constants.js +1 -1
  390. package/components/UnorderedList/UnorderedList.js +9 -9
  391. package/components/UnorderedList/UnorderedListItem.js +3 -3
  392. package/components/UploadZone/UploadZone.js +3 -3
  393. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  394. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  395. package/components/index.js +583 -566
  396. package/generated/refTokenTypes.js +1 -1
  397. package/helpers/less/colors.less +2 -0
  398. package/index.d.ts +271 -39
  399. package/index.js +621 -604
  400. package/package.json +6 -3
  401. package/styles/triplex-next.css +541 -546
  402. package/utils/amountUtils.js +1 -1
  403. package/chunks/AlertProcessSpoiler-CT4kuQU5.js +0 -39
  404. package/chunks/Card.module-CYQS3e5D.js +0 -17
  405. package/chunks/CheckboxTreeExtended.module-Bm15tlJo.js +0 -14
  406. package/chunks/Confirm.module-B2BrmONy.js +0 -15
  407. package/chunks/DropdownMobile.module-BEV1I-ay.js +0 -23
  408. package/chunks/Footer.module-Bd88HiEv.js +0 -9
  409. package/chunks/FormFieldInput-C4pLJsXx.js +0 -60
  410. package/chunks/HeaderLayoutSidebar.module-CqfeCJ-B.js +0 -9
  411. package/chunks/HeaderTabs.module-CWX7b7Dh.js +0 -9
  412. package/chunks/IslandAccordion.module-CDvdz98b.js +0 -25
  413. package/chunks/IslandWidgetFooter.module-e4tVz5in.js +0 -9
  414. package/chunks/IslandWidgetHeader.module-Ch-s_cQT.js +0 -12
  415. package/chunks/LightBoxControls.module-uaiuwR-r.js +0 -16
  416. package/chunks/LightBoxSideOverlayClose.module-CMuFmWFe.js +0 -9
  417. package/chunks/ListItemTail.module-7mfIAr0W.js +0 -12
  418. package/chunks/ListMasterFooter.module-P4_LpH8K.js +0 -10
  419. package/chunks/ModalWindow.module-D-5u9tYs.js +0 -17
  420. package/chunks/Notification.module-C0ZCimeJ.js +0 -20
  421. package/chunks/Overlay.module-DllxTgO6.js +0 -18
  422. package/chunks/Page.module-D8eZ3riP.js +0 -11
  423. package/chunks/SMSField.module-Ct20kGRY.js +0 -16
  424. package/chunks/SliderExtendedMarks.module-AiKoZWUL.js +0 -15
  425. package/chunks/StatusTracker.module-BS9GBa45.js +0 -24
  426. package/chunks/TableFooter.module-DYutPrdO.js +0 -14
  427. package/chunks/TabsExtended.module-uL61NvZ4.js +0 -16
  428. package/chunks/TabsLine.module-ByA3hnWg.js +0 -21
  429. package/chunks/TooltipDesktop.module-CWKvU1wk.js +0 -19
  430. package/chunks/TreeView.module-Co4Cu58-.js +0 -9
  431. package/chunks/utils-C64rf2gI.js +0 -27
  432. package/chunks/utils-C8q6y8Et.js +0 -73
  433. package/chunks/utils-rInBvmh_.js +0 -24
  434. package/components/Dropdown/enums.js +0 -8
@@ -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-BIl4KTrD.js";
3
+ import { c as n } from "../../../chunks/vendor-BiObpx9E.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-uaiuwR-r.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-6rLkTPqp.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, jsxs as y, Fragment as T } from "react/jsx-runtime";
2
2
  import { useState as B, useRef as O, useEffect as X } from "react";
3
- import { c as v, F as Y } from "../../../chunks/vendor-BIl4KTrD.js";
3
+ import { c as v, F as Y } from "../../../chunks/vendor-BiObpx9E.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__889a572e", K = "lightBoxSideOverlayWrapper__b0da2fff", Q = "overflowXHidden__c77d1157", V = "overflowYHidden__bd761ea3", Z = "closing__97fd1f5a", $ = "opened__9de74e99", P = "lightBoxSideOverlayContent__ecb3a947", ee = "opening__ddc57e98", oe = "sm__223541f8", te = "md__9204d9b7", ie = "lg__9de59e71", re = "lightBoxSideOverlay__983548d0", e = {
12
+ const J = "lightBoxSideOverlayMask__3c8126c6", K = "lightBoxSideOverlayWrapper__576007fa", Q = "overflowXHidden__73ac6296", V = "overflowYHidden__95ee95e8", Z = "closing__ac418431", $ = "opened__405e764d", P = "lightBoxSideOverlayContent__d2440883", ee = "opening__bec5b5d9", oe = "sm__aebb1041", te = "md__10bac9c9", ie = "lg__38ab4286", re = "lightBoxSideOverlay__b1c16c2d", e = {
13
13
  lightBoxSideOverlayMask: J,
14
14
  lightBoxSideOverlayWrapper: K,
15
15
  overflowXHidden: Q,
@@ -31,18 +31,18 @@ const J = "lightBoxSideOverlayMask__889a572e", K = "lightBoxSideOverlayWrapper__
31
31
  isTopLevelSideOverlayOpened: h,
32
32
  isTopOverlayOpened: u,
33
33
  onClose: s,
34
- onOpen: d,
34
+ onOpen: c,
35
35
  opened: o,
36
36
  size: M = U.MD,
37
- ...k
37
+ ...b
38
38
  }) => {
39
- const [i, c] = B(!1), [n, g] = B(!1), m = 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
- m.current && !o ? (g(!1), c(!0)) : !m.current && o && (c(!1), g(!0)), m.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 H = (r) => {
44
- const { target: F, currentTarget: W } = r;
45
- F === W && (i ? (c(!1), s == null || s()) : n && (g(!1), d == null || d()));
43
+ const k = (r) => {
44
+ const { target: D, currentTarget: W } = r;
45
+ D === W && (i ? (d(!1), s == null || s()) : n && (g(!1), c == null || c()));
46
46
  }, w = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), C = () => /* @__PURE__ */ y(
47
47
  "div",
48
48
  {
@@ -51,30 +51,30 @@ const J = "lightBoxSideOverlayMask__889a572e", K = "lightBoxSideOverlayWrapper__
51
51
  [e.opening]: n,
52
52
  [e.opened]: o
53
53
  }),
54
- onTransitionEnd: H,
54
+ onTransitionEnd: k,
55
55
  ref: p,
56
56
  children: [
57
57
  x,
58
58
  a && /* @__PURE__ */ t(j, { loadingTitle: _ })
59
59
  ]
60
60
  }
61
- ), N = () => {
62
- }, b = v(S, e.lightBoxSideOverlayWrapper, le[M], {
61
+ ), H = () => {
62
+ }, N = v(S, e.lightBoxSideOverlayWrapper, le[M], {
63
63
  [e.closing]: i,
64
64
  [e.opened]: o,
65
65
  [e.overflowXHidden]: !!h || !!a,
66
66
  [e.overflowYHidden]: !!h || !!a || !!u
67
- }), D = (r) => /* @__PURE__ */ y(T, { children: [
67
+ }), E = (r) => /* @__PURE__ */ y(T, { children: [
68
68
  w(r),
69
69
  C()
70
- ] }), E = /* @__PURE__ */ t(
70
+ ] }), F = /* @__PURE__ */ t(
71
71
  "div",
72
72
  {
73
73
  className: v(e.lightBoxSideOverlay, {
74
74
  [e.closing]: i,
75
75
  [e.opening]: n
76
76
  }),
77
- children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: N, children: D })
77
+ children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: H, children: E })
78
78
  }
79
79
  );
80
80
  return /* @__PURE__ */ t(
@@ -83,12 +83,12 @@ const J = "lightBoxSideOverlayMask__889a572e", 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: b, role: "dialog", "aria-modal": "true", ...k, children: E })
91
+ children: /* @__PURE__ */ t("div", { className: N, role: "dialog", "aria-modal": "true", ...b, children: F })
92
92
  }
93
93
  );
94
94
  };
@@ -2,12 +2,12 @@ import { jsx as e } from "react/jsx-runtime";
2
2
  import { useRef as l } from "react";
3
3
  import { TriggerClickOnKeyDownEvent as a } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
4
4
  import { EVENT_KEY_CODES as p } from "../../../utils/keyboard.js";
5
- import { c } from "../../../chunks/vendor-BIl4KTrD.js";
5
+ import { c } from "../../../chunks/vendor-BiObpx9E.js";
6
6
  import { CrossStrokeSrvIcon32 as d } from "@sberbusiness/icons-next";
7
7
  import { EButtonTheme as f } from "../../Button/enums.js";
8
8
  import { EComponentSize as C } from "../../../enums/EComponentSize.js";
9
9
  import { Button as u } from "../../Button/Button.js";
10
- import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-CMuFmWFe.js";
10
+ import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-1PauvUbz.js";
11
11
  const E = ({
12
12
  className: i,
13
13
  clickByEsc: s,
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as r } from "../../../chunks/vendor-BIl4KTrD.js";
2
+ import { c as r } from "../../../chunks/vendor-BiObpx9E.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-CMuFmWFe.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-1PauvUbz.js";
5
5
  import { EButtonTheme as l } from "../../Button/enums.js";
6
6
  import { EComponentSize as s } from "../../../enums/EComponentSize.js";
7
7
  import { Button as a } from "../../Button/Button.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import { useState as s, useRef as l, useEffect as p } from "react";
3
3
  import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__3317fbb3", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__bf44095e", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
7
  const [t, r] = s(0), e = l(null);
@@ -1,15 +1,15 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as d } from "../../../chunks/vendor-BIl4KTrD.js";
3
- const f = "lightBoxLeftSidebar__f5896df5", x = "fixed__e3ca756a", s = "lightBoxLeftSidebarInner__f991cb92", e = {
2
+ import { c as a } from "../../../chunks/vendor-BiObpx9E.js";
3
+ const f = "lightBoxLeftSidebar__cf5d3217", x = "fixed__10a032ae", s = "lightBoxLeftSidebarInner__4bd74456", e = {
4
4
  lightBoxLeftSidebar: f,
5
5
  fixed: x,
6
6
  lightBoxLeftSidebarInner: s
7
7
  }, l = ({
8
8
  children: t,
9
- className: o,
10
- fixed: r,
11
- ...a
12
- }) => /* @__PURE__ */ i("div", { className: d(o, e.lightBoxLeftSidebar, { [e.fixed]: r }), ...a, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
9
+ className: d,
10
+ fixed: o,
11
+ ...r
12
+ }) => /* @__PURE__ */ i("div", { className: a(d, e.lightBoxLeftSidebar, { [e.fixed]: o }), ...r, 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 r } from "../../../chunks/vendor-BIl4KTrD.js";
3
- const a = "lightBoxRightSidebar__efe77e79", d = "fixed__e3ca756a", x = "lightBoxRightSidebarInner__0044705c", i = {
4
- lightBoxRightSidebar: a,
2
+ import { c as o } from "../../../chunks/vendor-BiObpx9E.js";
3
+ const r = "lightBoxRightSidebar__fb2311f3", d = "fixed__10a032ae", x = "lightBoxRightSidebarInner__b7aaaf61", i = {
4
+ lightBoxRightSidebar: r,
5
5
  fixed: d,
6
6
  lightBoxRightSidebarInner: x
7
7
  }, s = ({
8
8
  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 }) });
9
+ className: a,
10
+ fixed: h,
11
+ ...g
12
+ }) => /* @__PURE__ */ t("div", { className: o(a, i.lightBoxRightSidebar, { [i.fixed]: h }), ...g, 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-BIl4KTrD.js";
6
- const g = "LightBoxMountNodeViewManager", M = ({
5
+ import { h as k, i as P, p } from "../../../chunks/vendor-BiObpx9E.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 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-BIl4KTrD.js";
4
- const v = "link__f1aa9513", F = "wordWithContent__137a9001", S = "before__cc57ab1d", T = "after__5e19e1fd", e = {
3
+ import { c as a } from "../../chunks/vendor-BiObpx9E.js";
4
+ const v = "link__bccc2bf4", F = "wordWithContent__86ff01d4", S = "before__59180c52", T = "after__b807ee6f", 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: N, onBlur: f, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, _) => {
11
- const c = () => o ? /* @__PURE__ */ a(d, { children: [
10
+ ({ children: i, className: f, onBlur: N, 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, u = (n) => {
14
+ ] }) : null, m = () => s ? s() : null, b = (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(d, { children: [
38
+ return /* @__PURE__ */ t(d, { children: [
39
39
  g,
40
40
  " ",
41
- b,
41
+ w,
42
42
  " ",
43
43
  j
44
44
  ] });
45
- }, W = (n) => {
46
- const r = o ? o() : null, t = s ? s() : null;
47
- return /* @__PURE__ */ a(d, { children: [
45
+ }, u = (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" ? u(n) : W(n))(i) : i;
52
+ }, W = o || s ? ((n) => typeof n == "string" ? b(n) : u(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"),
59
- onBlur: f,
58
+ className: a(f, e.link, "hoverable"),
59
+ onBlur: N,
60
60
  onMouseDown: p,
61
- "data-tx": "1.20.0",
61
+ "data-tx": "1.22.0",
62
62
  ref: _,
63
- children: w
63
+ children: W
64
64
  }
65
65
  );
66
66
  }
@@ -1,15 +1,15 @@
1
- import { jsxs as e, jsx as a } from "react/jsx-runtime";
1
+ import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c } from "../../chunks/vendor-BIl4KTrD.js";
4
- import { LoaderScreen as m } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__e0f6c2c7", p = {
3
+ import { c as m } from "../../chunks/vendor-BiObpx9E.js";
4
+ import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
+ const f = "list__efeabda6", d = {
6
6
  list: f
7
- }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ e("ul", { className: c(p.list, t), ...o, "data-tx": "1.20.0", ref: r, children: [
7
+ }, p = i.forwardRef(({ children: s, className: t, loading: l, ...a }, e) => /* @__PURE__ */ o("ul", { className: m(d.list, t), ...a, "data-tx": "1.22.0", ref: e, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ a(m, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ r(c, { type: "small" }) : null
10
10
  ] }));
11
- d.displayName = "List";
11
+ p.displayName = "List";
12
12
  export {
13
- d as List
13
+ p as List
14
14
  };
15
15
  //# sourceMappingURL=List.js.map
@@ -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-BIl4KTrD.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-BiObpx9E.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-BIl4KTrD.js";
4
- const p = "listEmptyState__9bf81f73", l = {
3
+ import { c as o } from "../../../chunks/vendor-BiObpx9E.js";
4
+ const p = "listEmptyState__9065ba96", 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.20.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.22.0", ref: s, children: e }) });
7
7
  });
8
8
  f.displayName = "ListItem";
9
9
  export {
@@ -1,19 +1,19 @@
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-BIl4KTrD.js";
4
- import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__c09e0b76", C = "selected__22aa2908", t = {
6
- listItemContent: d,
3
+ import { c as r } from "../../../chunks/vendor-BiObpx9E.js";
4
+ import { ListItemContext as d } from "./ListItemContext.js";
5
+ const a = "listItemContent__2a08d97e", C = "selected__869492d1", t = {
6
+ listItemContent: a,
7
7
  selected: C
8
8
  }, f = 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.20.0",
16
+ "data-tx": "1.22.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
@@ -1,10 +1,10 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as m } from "../../../chunks/vendor-BIl4KTrD.js";
4
- const i = "listItemControls__9091edb0", n = {
2
+ import m from "react";
3
+ import { c as e } from "../../../chunks/vendor-BiObpx9E.js";
4
+ const i = "listItemControls__5248bbb1", n = {
5
5
  listItemControls: i
6
- }, a = e.forwardRef(
7
- ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(n.listItemControls, o), ...s, ref: l, children: t })
6
+ }, a = m.forwardRef(
7
+ ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(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-BIl4KTrD.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-CWkrMtu6.js";
3
+ import "../../../chunks/vendor-BiObpx9E.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-BZSR-ESi.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-BIl4KTrD.js";
3
+ import { u as O, c as g } from "../../../chunks/vendor-BiObpx9E.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-CWkrMtu6.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-BZSR-ESi.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-BIl4KTrD.js";
3
+ import { c as s } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
5
5
  import { EComponentSize as r } from "../../../enums/EComponentSize.js";
6
- const n = "listItemLoading__419841ee", d = {
6
+ const n = "listItemLoading__ae7284ee", d = {
7
7
  listItemLoading: n
8
8
  }, l = m.forwardRef(
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 }) })
9
+ ({ className: e, ...o }, i) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, e), ...o, ref: i, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
10
10
  );
11
11
  l.displayName = "ListItemLoading";
12
12
  export {
@@ -1,10 +1,10 @@
1
- import { jsxs as n, jsx as a } from "react/jsx-runtime";
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-BIl4KTrD.js";
3
+ import { c as k } from "../../../chunks/vendor-BiObpx9E.js";
4
4
  import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
- import { ListItemContext as _ } from "./ListItemContext.js";
6
- const f = "listItemSelectable__c2de7a8f", L = "selected__22aa2908", C = "checkboxWrapper__25d811fd", W = "childrenWrapper__e94f8b1e", I = "checkboxLabel__60763a19", S = "checkboxLabelClickArea__6812926a", e = {
7
- listItemSelectable: f,
5
+ import { ListItemContext as f } from "./ListItemContext.js";
6
+ const _ = "listItemSelectable__123c473f", L = "selected__869492d1", C = "checkboxWrapper__c0a0e891", W = "childrenWrapper__fc525f90", I = "checkboxLabel__8cd3b449", S = "checkboxLabelClickArea__aeef54a5", e = {
7
+ listItemSelectable: _,
8
8
  selected: L,
9
9
  checkboxWrapper: C,
10
10
  childrenWrapper: W,
@@ -12,26 +12,26 @@ const f = "listItemSelectable__c2de7a8f", L = "selected__22aa2908", C = "checkbo
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 } = m(f), i = (h) => {
16
16
  s(h.target.checked);
17
17
  };
18
18
  return d(() => {
19
- t(c);
20
- }, [c, t]), /* @__PURE__ */ n(
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-BIl4KTrD.js";
10
- const C = "listItemTable__4947350f", _ = {
9
+ import { c as y } from "../../../chunks/vendor-BiObpx9E.js";
10
+ const C = "listItemTable__c0780a1d", _ = {
11
11
  listItemTable: C
12
12
  }, u = d.forwardRef(
13
- ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...f }, n) => {
13
+ ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...n }, f) => {
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), ...f, ref: n, children: /* @__PURE__ */ c(
15
+ return /* @__PURE__ */ e(b, { className: y(_.listItemTable, s), ...n, ref: f, 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-BIl4KTrD.js";
4
- import { s } from "../../../chunks/ListItemTail.module-7mfIAr0W.js";
3
+ import { c as o } from "../../../chunks/vendor-BiObpx9E.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-TZkbhx39.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-BIl4KTrD.js";
4
- import { s } from "../../../chunks/ListItemTail.module-7mfIAr0W.js";
3
+ import { c as o } from "../../../chunks/vendor-BiObpx9E.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-TZkbhx39.js";
5
5
  const r = e.forwardRef(
6
6
  ({ className: a, ...i }, l) => /* @__PURE__ */ m(
7
7
  "span",
@@ -1,31 +1,31 @@
1
1
  import { jsx as b } from "react/jsx-runtime";
2
2
  import p from "react";
3
- import { y as u, z as I, c as y } from "../../../chunks/vendor-BIl4KTrD.js";
4
- import { ListItem as _ } from "./ListItem.js";
3
+ import { q as u, s as I, c as _ } from "../../../chunks/vendor-BiObpx9E.js";
4
+ import { ListItem as y } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as L } from "./ListSortableItemTarget.js";
6
- const R = "listSortableItem__1e6d2892", N = "dragging__6b2d609b", i = {
6
+ const R = "listSortableItem__1f4e11ec", N = "dragging__2e130683", i = {
7
7
  listSortableItem: R,
8
8
  dragging: N
9
9
  }, x = Object.assign(
10
10
  p.forwardRef(function({ children: e, className: n, style: g, disabled: r, ...s }, t) {
11
- const { transform: m, transition: l, listeners: f, isDragging: a, setNodeRef: c, setActivatorNodeRef: d } = u({
11
+ const { transform: m, transition: l, listeners: f, isDragging: a, setNodeRef: c, setActivatorNodeRef: S } = u({
12
12
  disabled: r,
13
13
  id: s.id,
14
14
  transition: {
15
15
  duration: 300,
16
16
  easing: "ease-out"
17
17
  }
18
- }), S = (o) => {
18
+ }), d = (o) => {
19
19
  c(o), typeof t == "function" ? t(o) : t && (t.current = o);
20
20
  };
21
21
  return /* @__PURE__ */ b(
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
- ref: S,
28
- children: typeof e == "function" ? e({ disabled: r, dragging: a, listeners: f, setActivatorNodeRef: d }) : e
27
+ ref: d,
28
+ children: typeof e == "function" ? e({ disabled: r, dragging: a, listeners: f, setActivatorNodeRef: S }) : e
29
29
  }
30
30
  );
31
31
  }),
@@ -1,13 +1,13 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as l } from "../../../chunks/vendor-BIl4KTrD.js";
4
- const a = "listSortableItemControls__7266079e", m = {
2
+ import l from "react";
3
+ import { c as e } from "../../../chunks/vendor-BiObpx9E.js";
4
+ const a = "listSortableItemControls__1562f27f", m = {
5
5
  listSortableItemControls: a
6
- }, i = e.forwardRef(
6
+ }, i = l.forwardRef(
7
7
  ({ className: t, ...o }, r) => /* @__PURE__ */ s(
8
8
  "div",
9
9
  {
10
- className: l(m.listSortableItemControls, t),
10
+ className: e(m.listSortableItemControls, t),
11
11
  "data-draggable": "false",
12
12
  ...o,
13
13
  ref: r