@sberbusiness/triplex-next 0.10.0 → 0.12.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 +6 -0
  2. package/chunks/AlertProcessSpoiler-SFMiAq2e.js +39 -0
  3. package/chunks/{CalendarViewItem-CNP7C3l_.js → CalendarViewItem-B7_R_3t_.js} +19 -19
  4. package/chunks/Card.module-B8eF0PyT.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-BL2GvhSW.js +11 -0
  6. package/chunks/{Chip-DaFItkIp.js → Chip-BiNNkTCM.js} +14 -14
  7. package/chunks/Confirm.module-DtGkChdz.js +15 -0
  8. package/chunks/{DropdownListItem-lbLsbKwC.js → DropdownListItem-BxEqWaJ8.js} +19 -19
  9. package/chunks/DropdownMobile.module-hCX_8o3O.js +23 -0
  10. package/chunks/Footer.module-CmBv6U70.js +9 -0
  11. package/chunks/{FormFieldInput-BoG8X8Sc.js → FormFieldInput-B4hNuHJx.js} +9 -9
  12. package/chunks/HeaderLayoutSidebar.module-72lLZguP.js +9 -0
  13. package/chunks/HeaderTabs.module-Cg4Skmf_.js +9 -0
  14. package/chunks/{HeaderTitle.module-r9kVKK-W.js → HeaderTitle.module-DlNyNird.js} +2 -2
  15. package/chunks/IslandAccordion.module-CASKTyF5.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-BOmbhSZq.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-Bb1VehSy.js +9 -0
  18. package/chunks/{LightBoxContent-3M4bOnUh.js → LightBoxContent-DBZCrC3l.js} +11 -11
  19. package/chunks/LightBoxControls.module-Bd3m7ZxT.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-BOo9E8eM.js +8 -0
  21. package/chunks/{ListItemControlsButton-rF_5JaM-.js → ListItemControlsButton-B7xM1V5l.js} +10 -10
  22. package/chunks/ListItemTail.module-Cc6Q6gR8.js +12 -0
  23. package/chunks/ListMasterFooter.module-CPTvVSEg.js +10 -0
  24. package/chunks/ModalWindow.module-Cjfs_3lX.js +17 -0
  25. package/chunks/Notification.module-DRNzc662.js +21 -0
  26. package/chunks/Overlay.module-CyE4VM64.js +18 -0
  27. package/chunks/Page.module-CiiwZIG0.js +11 -0
  28. package/chunks/{RightBorderArrow-C1vPwzXO.js → RightBorderArrow-qUNK7k_Z.js} +12 -12
  29. package/chunks/SMSField.module-Df8IlNx3.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-C3yroPQo.js +15 -0
  31. package/chunks/{SliderExtendedRail-Bw4p-kLW.js → SliderExtendedRail-fxB35VnJ.js} +10 -10
  32. package/chunks/StatusTracker.module-C3dx5TPW.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-Ciw5Nm9X.js → SuggestFieldMobileDropdownHint-BRLUCupu.js} +2 -2
  34. package/chunks/TableFooter.module-CJATQpk2.js +14 -0
  35. package/chunks/TabsExtended.module-mbk25DHy.js +16 -0
  36. package/chunks/TabsLine.module-eLr2Qyu1.js +21 -0
  37. package/chunks/TooltipDesktop.module-D4l2yNW-.js +19 -0
  38. package/chunks/TreeView.module-BZTj2oze.js +9 -0
  39. package/chunks/UploadZoneInput-ZvLsxymO.js +35 -0
  40. package/chunks/utils-CkEbPHhV.js +73 -0
  41. package/chunks/{utils-CxR_OPBn.js → utils-D3BbfI4I.js} +8 -8
  42. package/chunks/{utils-Ql50x949.js → utils-Kc2jGbAd.js} +8 -8
  43. package/chunks/utils-bltVmJ1Y.js +24 -0
  44. package/chunks/{utils-DTmo2xHF.js → utils-pT3qplA1.js} +5 -5
  45. package/chunks/{vendor-BlJo2ILB.js → vendor-BARd5eYq.js} +5008 -5131
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +10 -10
  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 +3 -3
  52. package/components/AmountField/AmountField.js +48 -40
  53. package/components/Body/Body.js +5 -5
  54. package/components/Button/Button.js +24 -24
  55. package/components/Button/ButtonBase.js +1 -1
  56. package/components/Button/ButtonDropdown.js +13 -13
  57. package/components/Button/ButtonDropdownExtended.js +5 -5
  58. package/components/Button/ButtonIcon.js +7 -7
  59. package/components/Calendar/Calendar.js +3 -3
  60. package/components/Calendar/CalendarContext.js +1 -1
  61. package/components/Calendar/components/CalendarControls.js +1 -1
  62. package/components/Calendar/components/CalendarFooter.js +4 -4
  63. package/components/Calendar/components/CalendarViewDays.js +2 -2
  64. package/components/Calendar/components/CalendarViewItem.js +2 -2
  65. package/components/Calendar/components/CalendarViewMonths.js +2 -2
  66. package/components/Calendar/components/CalendarViewYears.js +2 -2
  67. package/components/Calendar/utils.js +1 -1
  68. package/components/Card/CardAction.js +7 -7
  69. package/components/Card/CardStatic.js +3 -3
  70. package/components/Card/components/CardContent/CardContent.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  74. package/components/Card/components/CardMedia.js +2 -2
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +2 -2
  77. package/components/Checkbox/Checkbox.js +9 -9
  78. package/components/Checkbox/CheckboxXGroup.js +12 -12
  79. package/components/Checkbox/CheckboxYGroup.js +7 -7
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  84. package/components/Chip/Chip.js +2 -2
  85. package/components/Chip/ChipClearButton.js +5 -5
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +8 -8
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +2 -2
  91. package/components/Chip/ChipOptions.js +6 -6
  92. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  94. package/components/Chip/ChipSort.js +2 -2
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +13 -13
  101. package/components/Col/Col.js +141 -141
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
  103. package/components/Confirm/Confirm.js +2 -2
  104. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  105. package/components/Confirm/components/ConfirmContent.js +2 -2
  106. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  107. package/components/Confirm/components/ConfirmControls.js +2 -2
  108. package/components/DateField/DateField.js +2 -2
  109. package/components/DateField/utils.js +1 -1
  110. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  111. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +10 -10
  112. package/components/DateRange/DateRange.js +10 -10
  113. package/components/DateRange/index.js +7 -0
  114. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  115. package/components/DesignTokens/DesignTokensComponents.js +90 -95
  116. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -97
  117. package/components/DesignTokens/components/Step.js +1 -1
  118. package/components/DesignTokens/components/index.js +153 -156
  119. package/components/Divider/Divider.js +18 -18
  120. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  121. package/components/Dropdown/desktop/DropdownDesktop.js +13 -13
  122. package/components/Dropdown/desktop/DropdownList.js +2 -2
  123. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  124. package/components/Dropdown/desktop/index.js +1 -1
  125. package/components/Dropdown/index.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  137. package/components/Ellipsis/Ellipsis.js +9 -9
  138. package/components/ExpandAnimation/ExpandAnimation.js +20 -20
  139. package/components/Footer/Footer.js +1 -1
  140. package/components/Footer/components/FooterDescription.js +2 -2
  141. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  142. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  143. package/components/FormField/FormField.js +21 -21
  144. package/components/FormField/components/FormFieldClear.js +10 -10
  145. package/components/FormField/components/FormFieldCounter.js +4 -4
  146. package/components/FormField/components/FormFieldDescription.js +7 -7
  147. package/components/FormField/components/FormFieldInput.js +2 -2
  148. package/components/FormField/components/FormFieldLabel.js +10 -10
  149. package/components/FormField/components/FormFieldMaskedInput.js +17 -17
  150. package/components/FormField/components/FormFieldPostfix.js +6 -6
  151. package/components/FormField/components/FormFieldPrefix.js +4 -4
  152. package/components/FormField/components/FormFieldTarget.js +17 -17
  153. package/components/FormField/components/FormFieldTextarea.js +9 -9
  154. package/components/FormField/index.js +1 -1
  155. package/components/Header/Header.js +1 -1
  156. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  157. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  158. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  159. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  160. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  161. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  162. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  163. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  164. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  165. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  166. package/components/HelpBox/HelpBox.js +13 -13
  167. package/components/Island/Island.js +2 -2
  168. package/components/Island/components/IslandBody.js +5 -5
  169. package/components/Island/components/IslandFooter.js +5 -5
  170. package/components/Island/components/IslandHeader.js +3 -3
  171. package/components/Island/utils.js +1 -1
  172. package/components/IslandAccordion/IslandAccordion.js +6 -7
  173. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  174. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  175. package/components/IslandAccordion/components/IslandAccordionItem.js +92 -98
  176. package/components/IslandAccordion/components/index.js +1 -3
  177. package/components/IslandAccordion/index.js +3 -5
  178. package/components/IslandWidget/IslandWidget.js +10 -10
  179. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
  180. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  181. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  182. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  183. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  184. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  187. package/components/LightBox/LightBox.js +19 -19
  188. package/components/LightBox/LightBoxContent.js +2 -2
  189. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  190. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  191. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  192. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  193. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +25 -25
  194. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  195. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  196. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  197. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +4 -4
  198. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
  199. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  200. package/components/Link/Link.js +20 -20
  201. package/components/List/List.js +8 -8
  202. package/components/List/ListSortable.js +1 -1
  203. package/components/List/components/ListEmptyState.js +5 -5
  204. package/components/List/components/ListItem.js +1 -1
  205. package/components/List/components/ListItemContent.js +10 -10
  206. package/components/List/components/ListItemControls.js +2 -2
  207. package/components/List/components/ListItemControlsButton.js +2 -2
  208. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  209. package/components/List/components/ListItemLoading.js +5 -5
  210. package/components/List/components/ListItemSelectable.js +11 -11
  211. package/components/List/components/ListItemTable.js +2 -2
  212. package/components/List/components/ListItemTailLeft.js +2 -2
  213. package/components/List/components/ListItemTailRight.js +2 -2
  214. package/components/List/components/ListSortableItem.js +2 -2
  215. package/components/List/components/ListSortableItemControls.js +5 -5
  216. package/components/List/components/ListSortableItemTarget.js +8 -8
  217. package/components/List/index.js +1 -1
  218. package/components/ListMaster/ListMaster.js +1 -1
  219. package/components/ListMaster/components/ListMasterBody.js +1 -1
  220. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  221. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  222. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  223. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  224. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  225. package/components/ListMaster/components/SelectionControls.js +3 -3
  226. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  227. package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
  228. package/components/LoaderScreen/LoaderScreen.js +11 -11
  229. package/components/Marker/Marker.js +2 -2
  230. package/components/Marker/utils.js +1 -1
  231. package/components/MarkerStatus/MarkerStatus.js +16 -16
  232. package/components/ModalWindow/ModalWindow.js +2 -2
  233. package/components/ModalWindow/components/ModalWindowBody.js +3 -3
  234. package/components/ModalWindow/components/ModalWindowClose.js +5 -5
  235. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  236. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  237. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  238. package/components/MonthYearField/utils.js +1 -1
  239. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  240. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
  241. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  242. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  243. package/components/Notification/Notification.js +3 -3
  244. package/components/Notification/NotificationGrouped.js +1 -1
  245. package/components/Notification/components/NotificationBody.js +1 -1
  246. package/components/Notification/components/NotificationBodyContent.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/NotificationIcon/NotificationIcon.js +4 -4
  255. package/components/NumberField/NumberFieldInput.js +1 -1
  256. package/components/OrderedList/OrderedList.js +3 -3
  257. package/components/OrderedList/OrderedListItem.js +11 -11
  258. package/components/Overlay/Overlay.js +2 -2
  259. package/components/Overlay/OverlayMask.js +2 -2
  260. package/components/Overlay/OverlayPanel.js +2 -2
  261. package/components/Page/Page.js +2 -2
  262. package/components/Page/components/BodyPage.js +9 -9
  263. package/components/Page/components/FooterPage.js +2 -2
  264. package/components/Page/components/HeaderPage.js +2 -2
  265. package/components/Pagination/components/PaginationExtended.js +7 -7
  266. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  267. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  268. package/components/Pagination/components/PaginationPageButton.js +2 -2
  269. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  270. package/components/Pagination/components/PaginationSelect.js +32 -24
  271. package/components/Pagination/utils/paginationUtils.js +1 -1
  272. package/components/Radio/Radio.js +13 -13
  273. package/components/Radio/RadioXGroup.js +10 -10
  274. package/components/Radio/RadioYGroup.js +9 -9
  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 +13 -13
  284. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  286. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
  287. package/components/SelectField/SelectField.js +1 -1
  288. package/components/Skeleton/Skeleton.js +10 -10
  289. package/components/SliderExtended/SliderExtended.js +3 -3
  290. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  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 +2 -2
  295. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +25 -25
  296. package/components/SmallInput/SmallInput.js +5 -5
  297. package/components/Spoiler/Spoiler.js +13 -13
  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 +10 -10
  310. package/components/Stepper/RightBorderArrow.js +1 -1
  311. package/components/Stepper/Stepper.js +11 -11
  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/Suggest.js +1 -1
  316. package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
  317. package/components/SuggestField/SuggestField.js +1 -1
  318. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  319. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  320. package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
  321. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  322. package/components/SuggestField/index.js +1 -1
  323. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  324. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  325. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  326. package/components/SuggestField/mobile/index.js +1 -1
  327. package/components/SwipeableArea/SwipeableArea.js +15 -15
  328. package/components/Table/FilterPanel.js +3 -3
  329. package/components/Table/MasterTable.js +16 -16
  330. package/components/Table/NoColumns.js +4 -4
  331. package/components/Table/PaginationPanel.js +5 -5
  332. package/components/Table/TableBasic/TableBasic.js +2 -2
  333. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  334. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  335. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  336. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  337. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
  338. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  340. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  341. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  342. package/components/Table/TableFooter/TableFooter.js +2 -2
  343. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  345. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  346. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  347. package/components/Table/TabsLinePanel.js +3 -3
  348. package/components/Table/TabsLinePanelLinks.js +6 -6
  349. package/components/Table/utils.js +1 -1
  350. package/components/Tabs/Tabs.js +12 -12
  351. package/components/TabsExtended/TabsExtended.js +3 -3
  352. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  353. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  354. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  355. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  356. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  357. package/components/TabsExtended/utils.js +1 -1
  358. package/components/TabsLine/TabsLine.js +2 -2
  359. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  360. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  361. package/components/TabsLine/components/TabsLineItem.js +2 -2
  362. package/components/TabsLine/components/TabsLineMobile.js +10 -10
  363. package/components/Tag/Tag.js +23 -23
  364. package/components/TagColor/TagColor.js +12 -12
  365. package/components/TagGroup/TagGroup.js +9 -9
  366. package/components/TextField/TextField.js +1 -1
  367. package/components/TextareaField/TextareaField.js +1 -1
  368. package/components/ThemeProvider/ThemeProvider.js +1 -1
  369. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  370. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  371. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  372. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  373. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  374. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  375. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  376. package/components/TopOverlay/TopOverlay.js +23 -23
  377. package/components/TreeView/TreeView.js +2 -2
  378. package/components/TreeView/components/TreeViewGroup.js +1 -1
  379. package/components/TreeView/components/TreeViewNode.js +2 -2
  380. package/components/Typography/Caption.js +28 -28
  381. package/components/Typography/Text.js +25 -25
  382. package/components/Typography/Title.js +18 -18
  383. package/components/Typography/utils.js +1 -1
  384. package/components/UnorderedList/UnorderedList.js +3 -3
  385. package/components/UnorderedList/UnorderedListItem.js +3 -3
  386. package/components/UploadZone/UploadZone.js +110 -98
  387. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  388. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  389. package/components/index.js +209 -207
  390. package/consts/DateConst.js +1 -1
  391. package/index.d.ts +73 -55
  392. package/index.js +269 -267
  393. package/package.json +5 -1
  394. package/styles/triplex-next.css +533 -535
  395. package/utils/amountUtils.js +1 -1
  396. package/chunks/AlertProcessSpoiler-BthiLiMe.js +0 -39
  397. package/chunks/Card.module-BxAU0ct3.js +0 -17
  398. package/chunks/CheckboxTreeExtended.module-8H0Dgq8c.js +0 -11
  399. package/chunks/Confirm.module-BaXVkVHJ.js +0 -15
  400. package/chunks/DropdownMobile.module-kHpY8q0l.js +0 -23
  401. package/chunks/Footer.module-BZTAlpWH.js +0 -9
  402. package/chunks/HeaderLayoutSidebar.module-Bbxhh0aE.js +0 -9
  403. package/chunks/HeaderTabs.module-Bo3HPBP_.js +0 -9
  404. package/chunks/IslandAccordion.module-r5TKHc-1.js +0 -25
  405. package/chunks/IslandWidgetFooter.module-DANV-WDZ.js +0 -9
  406. package/chunks/IslandWidgetHeader.module-D9N9d8U0.js +0 -9
  407. package/chunks/LightBoxControls.module-C1sKSbiw.js +0 -16
  408. package/chunks/LightBoxSideOverlayClose.module-H2K8IoVH.js +0 -8
  409. package/chunks/ListItemTail.module-rBxpoSGQ.js +0 -12
  410. package/chunks/ListMasterFooter.module-CjjTF28N.js +0 -10
  411. package/chunks/ModalWindow.module-BJWhs2p-.js +0 -17
  412. package/chunks/Notification.module-CoXNIHHx.js +0 -21
  413. package/chunks/Overlay.module-DqeHrg4k.js +0 -18
  414. package/chunks/Page.module-JyadpNMJ.js +0 -11
  415. package/chunks/SMSField.module-BR0BSWtJ.js +0 -16
  416. package/chunks/SliderExtendedMarks.module-DyfiF83O.js +0 -15
  417. package/chunks/StatusTracker.module-BzdhWkFm.js +0 -24
  418. package/chunks/TableFooter.module-BRn2cKAx.js +0 -14
  419. package/chunks/TabsExtended.module-DW52Fxa9.js +0 -16
  420. package/chunks/TabsLine.module-Do3KfZpp.js +0 -21
  421. package/chunks/TooltipDesktop.module-B10Gb93w.js +0 -19
  422. package/chunks/TreeView.module-oFkxX2oe.js +0 -9
  423. package/chunks/UploadZoneInput-CQ9bTi-y.js +0 -33
  424. package/chunks/utils-BHK9pmFJ.js +0 -73
  425. package/chunks/utils-DbKLiLdh.js +0 -24
  426. package/components/DesignTokens/components/AmountField.js +0 -11
  427. package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
@@ -1,20 +1,20 @@
1
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-BlJo2ILB.js";
4
- const v = "link__38cbdf90", F = "wordWithContent__89e80838", S = "before__9a61d43f", T = "after__822a2e9f", e = {
3
+ import { c as a } from "../../chunks/vendor-BARd5eYq.js";
4
+ const v = "link__9d05b6e2", F = "wordWithContent__7c717045", S = "before__4bd99a04", T = "after__381c5919", 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 }, W) => {
10
+ ({ children: i, className: N, onBlur: p, onMouseDown: C, contentAfter: s, contentBefore: o, ...W }, b) => {
11
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, f = (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
  });
@@ -24,12 +24,12 @@ const v = "link__38cbdf90", F = "wordWithContent__89e80838", S = "before__9a61d4
24
24
  m()
25
25
  ] });
26
26
  }
27
- const a = 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], _ = r.slice(1, -1).join(" "), k = a(e.wordWithContent, {
28
28
  [e.before]: !!o
29
29
  }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
30
30
  c(),
31
- a
32
- ] }) : a, x = l(e.wordWithContent, {
31
+ l
32
+ ] }) : l, x = a(e.wordWithContent, {
33
33
  [e.after]: !!s
34
34
  }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
35
35
  h,
@@ -38,29 +38,29 @@ const v = "link__38cbdf90", F = "wordWithContent__89e80838", S = "before__9a61d4
38
38
  return /* @__PURE__ */ t(d, { children: [
39
39
  g,
40
40
  " ",
41
- b,
41
+ _,
42
42
  " ",
43
43
  j
44
44
  ] });
45
- }, w = (n) => {
46
- const r = o ? o() : null, a = s ? s() : null;
45
+ }, u = (n) => {
46
+ const r = o ? o() : null, l = s ? s() : null;
47
47
  return /* @__PURE__ */ t(d, { children: [
48
48
  r,
49
49
  n,
50
- a
50
+ l
51
51
  ] });
52
- }, _ = o || s ? ((n) => typeof n == "string" ? u(n) : w(n))(i) : i;
52
+ }, w = o || s ? ((n) => typeof n == "string" ? f(n) : u(n))(i) : i;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
56
56
  role: "link",
57
- ...C,
58
- className: l(N, e.link, "hoverable"),
59
- onBlur: f,
60
- onMouseDown: p,
61
- "data-tx": "0.10.0",
62
- ref: W,
63
- children: _
57
+ ...W,
58
+ className: a(N, e.link, "hoverable"),
59
+ onBlur: p,
60
+ onMouseDown: C,
61
+ "data-tx": "0.12.0",
62
+ ref: b,
63
+ children: w
64
64
  }
65
65
  );
66
66
  }
@@ -1,15 +1,15 @@
1
- import { jsxs as a, jsx as i } from "react/jsx-runtime";
1
+ import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as m } from "../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as m } from "../../chunks/vendor-BARd5eYq.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__6db2faf1", p = {
6
- list: f
7
- }, d = e.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(p.list, t), ...o, "data-tx": "0.10.0", ref: r, children: [
5
+ const p = "list__6c207222", f = {
6
+ list: p
7
+ }, n = e.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ i("ul", { className: m(f.list, t), ...o, "data-tx": "0.12.0", ref: r, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ i(c, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ a(c, { type: "small" }) : null
10
10
  ] }));
11
- d.displayName = "List";
11
+ n.displayName = "List";
12
12
  export {
13
- d as List
13
+ n 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-BlJo2ILB.js";
6
+ import { b, d as f, D as M, M as T, r as D, e as L, S as w, v as y, f as I, T as C, g as H } from "../../chunks/vendor-BARd5eYq.js";
7
7
  import { List as N } from "./List.js";
8
8
  class u extends H {
9
9
  }
@@ -1,13 +1,13 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-BlJo2ILB.js";
4
- const p = "listEmptyState__8f3cae70", r = {
3
+ import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
4
+ const p = "listEmptyState__b26d039a", r = {
5
5
  listEmptyState: p
6
- }, c = i.forwardRef(
6
+ }, l = i.forwardRef(
7
7
  ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(r.listEmptyState, s), ...m, ref: a, children: t })
8
8
  );
9
- c.displayName = "ListItemEmpty";
9
+ l.displayName = "ListItemEmpty";
10
10
  export {
11
- c as ListEmptyState
11
+ l as ListEmptyState
12
12
  };
13
13
  //# sourceMappingURL=ListEmptyState.js.map
@@ -3,7 +3,7 @@ import a, { useState as d } from "react";
3
3
  import { ListItemContext as l } from "./ListItemContext.js";
4
4
  const c = a.forwardRef(({ children: e, className: r, ...o }, s) => {
5
5
  const [i, m] = d(!1);
6
- return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.10.0", ref: s, children: e }) });
6
+ return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.12.0", ref: s, children: e }) });
7
7
  });
8
8
  c.displayName = "ListItem";
9
9
  export {
@@ -1,27 +1,27 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
2
  import i, { useContext as l } from "react";
3
- import { c as r } from "../../../chunks/vendor-BlJo2ILB.js";
4
- import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__e5354ff3", f = "selected__6fc72ee5", t = {
6
- listItemContent: d,
7
- selected: f
8
- }, C = i.forwardRef(
3
+ import { c as r } from "../../../chunks/vendor-BARd5eYq.js";
4
+ import { ListItemContext as d } from "./ListItemContext.js";
5
+ const a = "listItemContent__07c5232a", C = "selected__fcd4949d", t = {
6
+ listItemContent: a,
7
+ selected: C
8
+ }, f = i.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
- const { selected: m } = l(a);
10
+ const { selected: m } = l(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": "0.10.0",
16
+ "data-tx": "0.12.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
20
20
  );
21
21
  }
22
22
  );
23
- C.displayName = "ListItemContent";
23
+ f.displayName = "ListItemContent";
24
24
  export {
25
- C as ListItemContent
25
+ f as ListItemContent
26
26
  };
27
27
  //# sourceMappingURL=ListItemContent.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as e } from "../../../chunks/vendor-BlJo2ILB.js";
4
- const i = "listItemControls__960a998b", n = {
3
+ import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
4
+ const i = "listItemControls__59661266", n = {
5
5
  listItemControls: i
6
6
  }, a = m.forwardRef(
7
7
  ({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, children: t })
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../chunks/vendor-BlJo2ILB.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-rF_5JaM-.js";
3
+ import "../../../chunks/vendor-BARd5eYq.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-B7xM1V5l.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 t, jsxs as W, Fragment as P } from "react/jsx-runtime";
2
2
  import E, { useRef as a, useState as O, createElement as w } from "react";
3
- import { a as _, c as g } from "../../../chunks/vendor-BlJo2ILB.js";
3
+ import { a as _, c as g } from "../../../chunks/vendor-BARd5eYq.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-rF_5JaM-.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton-B7xM1V5l.js";
22
22
  const G = E.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] = O(), D = a(_()), v = ({ opened: e, setOpened: o }) => /* @__PURE__ */ t(
@@ -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-BlJo2ILB.js";
4
- import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
5
- import { EComponentSize as r } from "../../../enums/EComponentSize.js";
6
- const n = "listItemLoading__e0a81fda", d = {
3
+ import { c as s } from "../../../chunks/vendor-BARd5eYq.js";
4
+ import { LoaderScreen as r } from "../../LoaderScreen/LoaderScreen.js";
5
+ import { EComponentSize as a } from "../../../enums/EComponentSize.js";
6
+ const n = "listItemLoading__7944dbc0", d = {
7
7
  listItemLoading: n
8
8
  }, l = m.forwardRef(
9
- ({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
9
+ ({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(r, { type: "small", size: a.MD }) })
10
10
  );
11
11
  l.displayName = "ListItemLoading";
12
12
  export {
@@ -1,30 +1,30 @@
1
1
  import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
- import p, { useContext as m, useEffect as d } from "react";
3
- import { c as k } from "../../../chunks/vendor-BlJo2ILB.js";
2
+ import p, { useContext as d, useEffect as m } from "react";
3
+ import { c as k } from "../../../chunks/vendor-BARd5eYq.js";
4
4
  import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
- import { ListItemContext as f } from "./ListItemContext.js";
6
- const _ = "listItemSelectable__6b94c595", L = "selected__6fc72ee5", C = "checkboxWrapper__650cc7dc", W = "childrenWrapper__c0495206", I = "checkboxLabel__9082e3f7", S = "checkboxLabelClickArea__f842cd24", e = {
7
- listItemSelectable: _,
5
+ import { ListItemContext as _ } from "./ListItemContext.js";
6
+ const f = "listItemSelectable__4ba48be4", L = "selected__fcd4949d", C = "checkboxWrapper__2bf52451", W = "childrenWrapper__bced98ca", I = "checkboxLabel__98585bcd", S = "checkboxLabelClickArea__08bdd72a", e = {
7
+ listItemSelectable: f,
8
8
  selected: L,
9
9
  checkboxWrapper: C,
10
10
  childrenWrapper: W,
11
11
  checkboxLabel: I,
12
12
  checkboxLabelClickArea: S
13
13
  }, N = p.forwardRef(
14
- ({ selected: c, children: a, className: r, onSelect: s, ...o }, b) => {
15
- const { setSelected: l } = m(f), i = (h) => {
14
+ ({ selected: c, children: l, className: r, onSelect: s, ...o }, b) => {
15
+ const { setSelected: a } = d(_), i = (h) => {
16
16
  s(h.target.checked);
17
17
  };
18
- return d(() => {
19
- l(c);
20
- }, [c, l]), /* @__PURE__ */ n(
18
+ return m(() => {
19
+ a(c);
20
+ }, [c, a]), /* @__PURE__ */ n(
21
21
  "div",
22
22
  {
23
23
  className: k(e.listItemSelectable, { [e.selected]: c }, r),
24
24
  ...o,
25
25
  ref: b,
26
26
  children: [
27
- /* @__PURE__ */ t("div", { className: e.childrenWrapper, children: a }),
27
+ /* @__PURE__ */ t("div", { className: e.childrenWrapper, children: l }),
28
28
  /* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
29
29
  x,
30
30
  {
@@ -6,8 +6,8 @@ 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-BlJo2ILB.js";
10
- const C = "listItemTable__5c395efd", w = {
9
+ import { c as y } from "../../../chunks/vendor-BARd5eYq.js";
10
+ const C = "listItemTable__12728cf8", w = {
11
11
  listItemTable: C
12
12
  }, R = d.forwardRef(
13
13
  ({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...n }, f) => {
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
2
  import l from "react";
3
- import { c as o } from "../../../chunks/vendor-BlJo2ILB.js";
4
- import { s } from "../../../chunks/ListItemTail.module-rBxpoSGQ.js";
3
+ import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-Cc6Q6gR8.js";
5
5
  const r = l.forwardRef(
6
6
  ({ className: a, ...e }, i) => /* @__PURE__ */ m(
7
7
  "span",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as o } from "../../../chunks/vendor-BlJo2ILB.js";
4
- import { s } from "../../../chunks/ListItemTail.module-rBxpoSGQ.js";
3
+ import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-Cc6Q6gR8.js";
5
5
  const r = e.forwardRef(
6
6
  ({ className: a, ...i }, m) => /* @__PURE__ */ l(
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 I, z as u, c as y } from "../../../chunks/vendor-BlJo2ILB.js";
3
+ import { y as I, z as u, c as y } from "../../../chunks/vendor-BARd5eYq.js";
4
4
  import { ListItem as L } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as R } from "./ListSortableItemTarget.js";
6
- const N = "listSortableItem__7bdff785", _ = "dragging__b58acace", i = {
6
+ const N = "listSortableItem__cf0c612c", _ = "dragging__a9b10f26", i = {
7
7
  listSortableItem: N,
8
8
  dragging: _
9
9
  }, x = Object.assign(
@@ -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-BlJo2ILB.js";
4
- const a = "listSortableItemControls__6ceef16f", m = {
2
+ import l from "react";
3
+ import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
4
+ const a = "listSortableItemControls__377740a0", 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
@@ -1,17 +1,17 @@
1
1
  import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { DragdotsStrokeSrvIcon24 as n } from "@sberbusiness/icons-next";
4
- import { c } from "../../../chunks/vendor-BlJo2ILB.js";
5
- const I = "listSortableItemTarget__02117499", b = "dragging__b58acace", S = "listSortableItemTargetContent__f879c225", T = "listSortableItemTargetIcon__04fb0830", t = {
6
- listSortableItemTarget: I,
4
+ import { c as I } from "../../../chunks/vendor-BARd5eYq.js";
5
+ const c = "listSortableItemTarget__eefd93d0", b = "dragging__a9b10f26", S = "listSortableItemTargetContent__69997c69", d = "listSortableItemTargetIcon__f7535eda", t = {
6
+ listSortableItemTarget: c,
7
7
  dragging: b,
8
8
  listSortableItemTargetContent: S,
9
- listSortableItemTargetIcon: T
10
- }, d = m.forwardRef(
9
+ listSortableItemTargetIcon: d
10
+ }, T = m.forwardRef(
11
11
  ({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
12
12
  "div",
13
13
  {
14
- className: c(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
14
+ className: I(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
15
15
  ...s,
16
16
  ref: g,
17
17
  children: [
@@ -21,8 +21,8 @@ const I = "listSortableItemTarget__02117499", b = "dragging__b58acace", S = "lis
21
21
  }
22
22
  )
23
23
  );
24
- d.displayName = "ListSortableItemTarget";
24
+ T.displayName = "ListSortableItemTarget";
25
25
  export {
26
- d as ListSortableItemTarget
26
+ T as ListSortableItemTarget
27
27
  };
28
28
  //# sourceMappingURL=ListSortableItemTarget.js.map
@@ -3,7 +3,7 @@ import { AdvancedMouseSensor as m, AdvancedTouchSensor as s, ListSortable as i }
3
3
  import { ListItem as p } from "./components/ListItem.js";
4
4
  import { ListItemControls as x } from "./components/ListItemControls.js";
5
5
  import { ListItemContent as n } from "./components/ListItemContent.js";
6
- import { L as I } from "../../chunks/ListItemControlsButton-rF_5JaM-.js";
6
+ import { L as I } from "../../chunks/ListItemControlsButton-B7xM1V5l.js";
7
7
  import { ListItemControlsButtonDropdown as b } from "./components/ListItemControlsButtonDropdown.js";
8
8
  import { ListEmptyState as C } from "./components/ListEmptyState.js";
9
9
  import { ListItemLoading as c } from "./components/ListItemLoading.js";
@@ -6,7 +6,7 @@ import { ListMasterHeader as a } from "./components/ListMasterHeader.js";
6
6
  import { SelectionControls as n } from "./components/SelectionControls.js";
7
7
  import { ListMasterFooterControls as f } from "./components/ListMasterFooterControls.js";
8
8
  import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
9
- const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.10.0", children: t });
9
+ const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.12.0", children: t });
10
10
  o.Body = m;
11
11
  o.ChipGroup = s;
12
12
  o.Footer = p;
@@ -6,7 +6,7 @@ const e = d.forwardRef(
6
6
  {
7
7
  className: o,
8
8
  ...r,
9
- "data-tx": "0.10.0",
9
+ "data-tx": "0.12.0",
10
10
  ref: a,
11
11
  children: t
12
12
  }
@@ -1,18 +1,18 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import p from "react";
3
- import { c as a } from "../../../chunks/vendor-BlJo2ILB.js";
4
- const e = "listMasterChipGroup__3133c072", c = {
3
+ import { c as a } from "../../../chunks/vendor-BARd5eYq.js";
4
+ const e = "listMasterChipGroup__a89f0f79", l = {
5
5
  listMasterChipGroup: e
6
- }, l = p.forwardRef(
6
+ }, m = p.forwardRef(
7
7
  ({ children: s, className: t, ...r }, i) => (
8
8
  // <ChipGroup className={clsx("cssClass[listMasterChipGroup]", className)} oneLine {...rest} ref={ref}>
9
9
  // {children}
10
10
  // </ChipGroup>
11
- /* @__PURE__ */ o("div", { className: a(c.listMasterChipGroup, t), ref: i, ...r, children: s })
11
+ /* @__PURE__ */ o("div", { className: a(l.listMasterChipGroup, t), ref: i, ...r, children: s })
12
12
  )
13
13
  );
14
- l.displayName = "ListMasterChips";
14
+ m.displayName = "ListMasterChips";
15
15
  export {
16
- l as ListMasterChipGroup
16
+ m as ListMasterChipGroup
17
17
  };
18
18
  //# sourceMappingURL=ListMasterChipGroup.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c } from "../../../chunks/vendor-BlJo2ILB.js";
4
- import { s as t } from "../../../chunks/ListMasterFooter.module-CjjTF28N.js";
3
+ import { c } from "../../../chunks/vendor-BARd5eYq.js";
4
+ import { s as t } from "../../../chunks/ListMasterFooter.module-CPTvVSEg.js";
5
5
  const f = m.forwardRef(
6
6
  ({ children: r, className: s, sticky: o = !0, ...e }, a) => /* @__PURE__ */ i(
7
7
  "div",
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import a from "react";
3
- import { c as m } from "../../../chunks/vendor-BlJo2ILB.js";
4
- import { s as i } from "../../../chunks/ListMasterFooter.module-CjjTF28N.js";
3
+ import { c as m } from "../../../chunks/vendor-BARd5eYq.js";
4
+ import { s as i } from "../../../chunks/ListMasterFooter.module-CPTvVSEg.js";
5
5
  const l = a.forwardRef(
6
6
  ({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, r), ...s, ref: t, children: o })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as a } from "../../../chunks/vendor-BlJo2ILB.js";
4
- import { s as m } from "../../../chunks/ListMasterFooter.module-CjjTF28N.js";
3
+ import { c as a } from "../../../chunks/vendor-BARd5eYq.js";
4
+ import { s as m } from "../../../chunks/ListMasterFooter.module-CPTvVSEg.js";
5
5
  const p = i.forwardRef(
6
6
  ({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, r), ...s, ref: t, children: o })
7
7
  );
@@ -1,20 +1,20 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import f, { useRef as o, useEffect as m } from "react";
3
- import { c as w } from "../../../chunks/vendor-BlJo2ILB.js";
4
- const p = "listMasterHeader__c16d397f", y = "sticky__25110447", c = {
3
+ import { c as w } from "../../../chunks/vendor-BARd5eYq.js";
4
+ const p = "listMasterHeader__18050e9e", y = "sticky__de8b99c1", c = {
5
5
  listMasterHeader: p,
6
6
  sticky: y
7
7
  }, H = f.forwardRef(
8
- ({ children: i, className: n, sticky: a = !0, ...l }, t) => {
9
- const e = o(null), r = o(0);
8
+ ({ children: i, className: n, sticky: a = !0, ...l }, e) => {
9
+ const t = o(null), r = o(0);
10
10
  m(() => {
11
- if (e.current)
12
- return r.current = e.current.getBoundingClientRect().height, window.scrollTo({ top: window.scrollY + r.current }), () => {
11
+ if (t.current)
12
+ return r.current = t.current.getBoundingClientRect().height, window.scrollTo({ top: window.scrollY + r.current }), () => {
13
13
  window.scrollTo({ top: Math.max(window.scrollY - r.current, 0) });
14
14
  };
15
15
  }, []);
16
16
  const u = (s) => {
17
- e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
17
+ t.current = s, typeof e == "function" ? e(s) : e && (e.current = s);
18
18
  };
19
19
  return /* @__PURE__ */ d(
20
20
  "div",
@@ -1,7 +1,7 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import n from "react";
3
- import { c as r } from "../../../chunks/vendor-BlJo2ILB.js";
4
- const c = "selectionControls__d23f40c7", i = {
3
+ import { c as r } from "../../../chunks/vendor-BARd5eYq.js";
4
+ const c = "selectionControls__5e849f3c", i = {
5
5
  selectionControls: c
6
6
  }, a = n.forwardRef(
7
7
  ({ children: o, className: t, ...s }, e) => /* @__PURE__ */ l(
@@ -9,7 +9,7 @@ const c = "selectionControls__d23f40c7", i = {
9
9
  {
10
10
  className: r(i.selectionControls, t),
11
11
  ...s,
12
- "data-tx": "0.10.0",
12
+ "data-tx": "0.12.0",
13
13
  ref: e,
14
14
  children: o
15
15
  }
@@ -1,20 +1,20 @@
1
- import { jsx as o, jsxs as t } from "react/jsx-runtime";
2
- import { c as e } from "../../../chunks/vendor-BlJo2ILB.js";
3
- const s = "loaderMiddle__c6162c00", a = "loaderMiddleDots__e1e22eb1", l = "dot__93a6febf", c = "dot1__b63fb506", i = "dot2__e033451c", n = "dot3__b9d372a2", r = "dot4__7e3a1e35", _ = "line__1984fdcb", d = {
4
- loaderMiddle: s,
5
- loaderMiddleDots: a,
1
+ import { jsx as o, jsxs as a } from "react/jsx-runtime";
2
+ import { c as t } from "../../../chunks/vendor-BARd5eYq.js";
3
+ const e = "loaderMiddle__cd99aaff", s = "loaderMiddleDots__8eaccaad", l = "dot__53f95f16", c = "dot1__3708ecff", i = "dot2__21e75b13", n = "dot3__c1bff0c8", r = "dot4__149e6015", _ = "line__8ca49634", d = {
4
+ loaderMiddle: e,
5
+ loaderMiddleDots: s,
6
6
  dot: l,
7
7
  dot1: c,
8
8
  dot2: i,
9
9
  dot3: n,
10
10
  dot4: r,
11
11
  line: _
12
- }, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */ t("div", { className: d.loaderMiddleDots, children: [
12
+ }, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */ a("div", { className: d.loaderMiddleDots, children: [
13
13
  /* @__PURE__ */ o("span", { className: d.line }),
14
- /* @__PURE__ */ o("span", { className: e(d.dot, d.dot1) }),
15
- /* @__PURE__ */ o("span", { className: e(d.dot, d.dot2) }),
16
- /* @__PURE__ */ o("span", { className: e(d.dot, d.dot3) }),
17
- /* @__PURE__ */ o("span", { className: e(d.dot, d.dot4) })
14
+ /* @__PURE__ */ o("span", { className: t(d.dot, d.dot1) }),
15
+ /* @__PURE__ */ o("span", { className: t(d.dot, d.dot2) }),
16
+ /* @__PURE__ */ o("span", { className: t(d.dot, d.dot3) }),
17
+ /* @__PURE__ */ o("span", { className: t(d.dot, d.dot4) })
18
18
  ] }) });
19
19
  m.displayName = "LoaderMiddle";
20
20
  export {
@@ -1,25 +1,25 @@
1
1
  import { jsxs as r, jsx as t } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-BlJo2ILB.js";
2
+ import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
3
3
  import { ELoaderSmallTheme as s } from "./enum.js";
4
- import { createSizeToClassNameMap as n } from "../../../utils/classNameMaps.js";
5
- const c = "loaderSmall__5db974fa", _ = "sm__de03a367", b = "dot__93a6febf", p = "md__5685a0b9", i = "lg__543788b6", N = "neutral__a77a2ca8", f = "brand__b5cb662a", S = "dot1__b63fb506", u = "dot2__e033451c", T = "dot3__b9d372a2", a = {
6
- loaderSmall: c,
4
+ import { createSizeToClassNameMap as c } from "../../../utils/classNameMaps.js";
5
+ const n = "loaderSmall__540e7d5f", _ = "sm__0994dd41", p = "dot__53f95f16", b = "md__cc5bab19", f = "lg__46f105b1", i = "neutral__2be35dec", N = "brand__3ee6bc7a", S = "dot1__3708ecff", u = "dot2__21e75b13", T = "dot3__c1bff0c8", a = {
6
+ loaderSmall: n,
7
7
  sm: _,
8
- dot: b,
9
- md: p,
10
- lg: i,
11
- neutral: N,
12
- brand: f,
8
+ dot: p,
9
+ md: b,
10
+ lg: f,
11
+ neutral: i,
12
+ brand: N,
13
13
  dot1: S,
14
14
  dot2: u,
15
15
  dot3: T
16
16
  }, g = {
17
17
  [s.BRAND]: a.brand,
18
18
  [s.NEUTRAL]: a.neutral
19
- }, x = n(a), L = ({ className: l, theme: d, size: e, ...m }) => /* @__PURE__ */ r(
19
+ }, x = c(a), L = ({ className: e, theme: l, size: d, ...m }) => /* @__PURE__ */ r(
20
20
  "span",
21
21
  {
22
- className: o(a.loaderSmall, g[d], x[e], l),
22
+ className: o(a.loaderSmall, g[l], x[d], e),
23
23
  role: "status",
24
24
  "aria-label": "loading",
25
25
  ...m,