@sberbusiness/triplex-next 1.13.0 → 1.14.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 (418) hide show
  1. package/chunks/{AlertProcessSpoiler-CKP4h8-E.js → AlertProcessSpoiler-DALLbh4Y.js} +12 -12
  2. package/chunks/CalendarViewItem-DE57LdxF.js +101 -0
  3. package/chunks/Card.module-D18ujhsr.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +14 -0
  5. package/chunks/{Chip-DaZ9JtW-.js → Chip-CBP_avtm.js} +10 -10
  6. package/chunks/Confirm.module-Y-2NyRFX.js +15 -0
  7. package/chunks/{DropdownListItem-D52nAe3Z.js → DropdownListItem-C6I9gVRb.js} +11 -11
  8. package/chunks/DropdownMobile.module-ppF6TvoG.js +23 -0
  9. package/chunks/Footer.module-BlHDTNCR.js +9 -0
  10. package/chunks/FormFieldInput-D2lqfg4n.js +60 -0
  11. package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +9 -0
  12. package/chunks/HeaderTabs.module-msmMm_BI.js +9 -0
  13. package/chunks/{HeaderTitle.module-Bvdyra1H.js → HeaderTitle.module-D2Le-Vmd.js} +2 -2
  14. package/chunks/IslandAccordion.module-DpgAGmIN.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-BFXzve-T.js +9 -0
  17. package/chunks/{LightBoxContent-BXDZ6C5k.js → LightBoxContent-Bi0IQWNc.js} +12 -12
  18. package/chunks/LightBoxControls.module-DTFEWumP.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +8 -0
  20. package/chunks/{ListItemControlsButton-BHqWsm74.js → ListItemControlsButton--Ek4l8AX.js} +11 -11
  21. package/chunks/ListItemTail.module-DrFpbbjw.js +12 -0
  22. package/chunks/ListMasterFooter.module-CMNUIWxu.js +10 -0
  23. package/chunks/ModalWindow.module-CMT6Qwhi.js +17 -0
  24. package/chunks/Notification.module-8g0up3Mn.js +21 -0
  25. package/chunks/Overlay.module-CJZIns4Y.js +18 -0
  26. package/chunks/Page.module-Cq-KMJ_J.js +11 -0
  27. package/chunks/{RightBorderArrow-BomPWl1J.js → RightBorderArrow-BqzM7D6K.js} +9 -9
  28. package/chunks/SMSField.module-Dpw_velC.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +15 -0
  30. package/chunks/SliderExtendedRail-BxflNPkW.js +40 -0
  31. package/chunks/StatusTracker.module-BPaAftS3.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-CmJLz6qx.js → SuggestFieldMobileDropdownHint-CooicUNx.js} +2 -2
  33. package/chunks/TableFooter.module-BXib8bAF.js +14 -0
  34. package/chunks/TabsExtended.module-41dIJqTz.js +16 -0
  35. package/chunks/TabsLine.module-DY1bt47O.js +21 -0
  36. package/chunks/TooltipDesktop.module-BP9en5Mr.js +19 -0
  37. package/chunks/TreeView.module-ssEB6Mn6.js +9 -0
  38. package/chunks/{UploadZoneInput-scXVyf90.js → UploadZoneInput--oJn7HTT.js} +8 -8
  39. package/chunks/{utils-yLrEzIHN.js → utils-6FIQkvvy.js} +8 -8
  40. package/chunks/utils-B5Py99ZO.js +73 -0
  41. package/chunks/utils-BX1E8zy3.js +24 -0
  42. package/chunks/{utils-B-KTHE01.js → utils-Cyb1tecG.js} +5 -5
  43. package/chunks/{utils-C_xmindK.js → utils-DPkyEvqV.js} +12 -12
  44. package/chunks/vendor-DucOfXwy.js +12269 -0
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  47. package/components/Alert/AlertContext/AlertContext.js +12 -12
  48. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  50. package/components/Amount/Amount.js +10 -10
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +6 -6
  53. package/components/Body/Body.js +6 -6
  54. package/components/Button/Button.js +32 -32
  55. package/components/Button/ButtonBase.js +1 -1
  56. package/components/Button/ButtonDropdown.js +18 -18
  57. package/components/Button/ButtonDropdownExtended.js +5 -5
  58. package/components/Button/ButtonIcon.js +2 -2
  59. package/components/Calendar/Calendar.js +45 -44
  60. package/components/Calendar/CalendarContext.js +4 -4
  61. package/components/Calendar/components/CalendarControls.js +1 -1
  62. package/components/Calendar/components/CalendarFooter.js +1 -1
  63. package/components/Calendar/components/CalendarViewDays.js +14 -13
  64. package/components/Calendar/components/CalendarViewItem.js +2 -2
  65. package/components/Calendar/components/CalendarViewMonths.js +26 -26
  66. package/components/Calendar/components/CalendarViewYears.js +16 -16
  67. package/components/Calendar/utils.js +6 -6
  68. package/components/Card/CardAction.js +8 -8
  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 +7 -7
  78. package/components/Checkbox/CheckboxXGroup.js +15 -15
  79. package/components/Checkbox/CheckboxYGroup.js +4 -4
  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 +7 -7
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +9 -9
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +2 -2
  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 +21 -21
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +9 -9
  101. package/components/Col/Col.js +145 -145
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +9 -9
  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 +11 -11
  109. package/components/DateField/utils.js +3 -3
  110. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  111. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  112. package/components/DateRange/DateRange.js +25 -24
  113. package/components/DesignTokens/DesignTokenUtils.js +7 -7
  114. package/components/Divider/Divider.js +21 -21
  115. package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
  116. package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
  117. package/components/Dropdown/desktop/DropdownList.js +2 -2
  118. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  119. package/components/Dropdown/desktop/index.js +1 -1
  120. package/components/Dropdown/index.js +1 -1
  121. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  122. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  123. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  124. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  125. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  132. package/components/Ellipsis/Ellipsis.js +12 -12
  133. package/components/ExpandAnimation/ExpandAnimation.js +13 -13
  134. package/components/Footer/Footer.js +1 -1
  135. package/components/Footer/components/FooterDescription.js +2 -2
  136. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  137. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  138. package/components/FormField/FormField.js +24 -24
  139. package/components/FormField/components/FormFieldClear.js +18 -18
  140. package/components/FormField/components/FormFieldCounter.js +5 -5
  141. package/components/FormField/components/FormFieldDescription.js +4 -4
  142. package/components/FormField/components/FormFieldInput.js +2 -2
  143. package/components/FormField/components/FormFieldLabel.js +7 -7
  144. package/components/FormField/components/FormFieldMaskedInput.js +20 -20
  145. package/components/FormField/components/FormFieldPostfix.js +2 -2
  146. package/components/FormField/components/FormFieldPrefix.js +8 -8
  147. package/components/FormField/components/FormFieldTarget.js +18 -18
  148. package/components/FormField/components/FormFieldTextarea.js +34 -37
  149. package/components/FormField/index.js +1 -1
  150. package/components/Header/Header.js +1 -1
  151. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  153. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  154. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +3 -3
  155. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  156. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  157. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  158. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  159. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  160. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  161. package/components/HelpBox/HelpBox.js +8 -8
  162. package/components/Island/Island.js +2 -2
  163. package/components/Island/components/IslandBody.js +4 -4
  164. package/components/Island/components/IslandFooter.js +4 -4
  165. package/components/Island/components/IslandHeader.js +2 -2
  166. package/components/Island/utils.js +1 -1
  167. package/components/IslandAccordion/IslandAccordion.js +3 -3
  168. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  169. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  170. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  171. package/components/IslandWidget/IslandWidget.js +3 -3
  172. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +9 -9
  173. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  174. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  176. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  177. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  178. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  179. package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
  180. package/components/LightBox/LightBox.js +23 -23
  181. package/components/LightBox/LightBoxContent.js +2 -2
  182. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  183. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  184. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  185. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  186. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +11 -11
  187. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  188. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  190. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
  191. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
  192. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  193. package/components/Link/Link.js +27 -27
  194. package/components/List/List.js +5 -5
  195. package/components/List/ListSortable.js +1 -1
  196. package/components/List/components/ListEmptyState.js +4 -4
  197. package/components/List/components/ListItem.js +1 -1
  198. package/components/List/components/ListItemContent.js +3 -3
  199. package/components/List/components/ListItemControls.js +7 -7
  200. package/components/List/components/ListItemControlsButton.js +2 -2
  201. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  202. package/components/List/components/ListItemLoading.js +4 -4
  203. package/components/List/components/ListItemSelectable.js +9 -9
  204. package/components/List/components/ListItemTable.js +7 -7
  205. package/components/List/components/ListItemTailLeft.js +2 -2
  206. package/components/List/components/ListItemTailRight.js +2 -2
  207. package/components/List/components/ListSortableItem.js +11 -11
  208. package/components/List/components/ListSortableItemControls.js +2 -2
  209. package/components/List/components/ListSortableItemTarget.js +9 -9
  210. package/components/List/index.js +1 -1
  211. package/components/ListMaster/ListMaster.js +1 -1
  212. package/components/ListMaster/components/ListMasterBody.js +1 -1
  213. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  214. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  215. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  216. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  217. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  218. package/components/ListMaster/components/SelectionControls.js +9 -9
  219. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  220. package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
  221. package/components/LoaderScreen/LoaderScreen.js +7 -7
  222. package/components/Marker/Marker.js +2 -2
  223. package/components/Marker/utils.js +1 -1
  224. package/components/MarkerStatus/MarkerStatus.js +9 -9
  225. package/components/ModalWindow/ModalWindow.js +2 -2
  226. package/components/ModalWindow/components/ModalWindowBody.js +10 -10
  227. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  228. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  229. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  230. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  231. package/components/MonthYearField/utils.js +1 -1
  232. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  233. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
  234. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  235. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  236. package/components/Notification/Notification.js +3 -3
  237. package/components/Notification/NotificationGrouped.js +1 -1
  238. package/components/Notification/components/NotificationBody.js +1 -1
  239. package/components/Notification/components/NotificationBodyContent.js +1 -1
  240. package/components/Notification/components/NotificationBodyList.js +2 -2
  241. package/components/Notification/components/NotificationClose.js +1 -1
  242. package/components/Notification/components/NotificationFooter.js +1 -1
  243. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  244. package/components/Notification/components/NotificationHeader.js +1 -1
  245. package/components/Notification/components/NotificationIcon.js +1 -1
  246. package/components/Notification/components/NotificationTime.js +1 -1
  247. package/components/NotificationIcon/NotificationIcon.js +4 -4
  248. package/components/NumberField/NumberFieldInput.js +1 -1
  249. package/components/OrderedList/OrderedList.js +7 -7
  250. package/components/OrderedList/OrderedListItem.js +7 -7
  251. package/components/Overlay/Overlay.js +2 -2
  252. package/components/Overlay/OverlayMask.js +2 -2
  253. package/components/Overlay/OverlayPanel.js +2 -2
  254. package/components/Page/Page.js +2 -2
  255. package/components/Page/components/BodyPage.js +13 -13
  256. package/components/Page/components/FooterPage.js +2 -2
  257. package/components/Page/components/HeaderPage.js +2 -2
  258. package/components/Pagination/components/PaginationExtended.js +6 -6
  259. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  260. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  261. package/components/Pagination/components/PaginationPageButton.js +2 -2
  262. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  263. package/components/Pagination/components/PaginationSelect.js +2 -2
  264. package/components/Pagination/utils/paginationUtils.js +5 -5
  265. package/components/Radio/Radio.js +17 -17
  266. package/components/Radio/RadioXGroup.js +13 -13
  267. package/components/Radio/RadioYGroup.js +9 -9
  268. package/components/Row/Row.js +6 -6
  269. package/components/SMSField/SMSField.js +3 -3
  270. package/components/SMSField/components/RefreshIcon.js +2 -2
  271. package/components/SMSField/components/SMSFieldInput.js +3 -3
  272. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  273. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  274. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  275. package/components/SegmentedControl/SegmentedControl.js +3 -3
  276. package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
  277. package/components/SelectExtendedField/SelectExtendedField.js +12 -12
  278. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  279. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +4 -4
  280. package/components/SelectField/SelectField.js +1 -1
  281. package/components/Skeleton/Skeleton.js +8 -8
  282. package/components/SliderExtended/SliderExtended.js +3 -3
  283. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
  284. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  285. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  286. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  287. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +11 -11
  288. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
  289. package/components/SmallInput/SmallInput.js +4 -4
  290. package/components/Spoiler/Spoiler.js +12 -12
  291. package/components/StatusTracker/StatusTracker.js +3 -3
  292. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  293. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  294. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  295. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  296. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  297. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  298. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  299. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  302. package/components/Step/Step.js +11 -11
  303. package/components/Stepper/RightBorderArrow.js +1 -1
  304. package/components/Stepper/Stepper.js +4 -4
  305. package/components/Stepper/StepperExtended.js +5 -5
  306. package/components/Stepper/StepperStep.js +3 -3
  307. package/components/Stepper/StepperWrapper.js +5 -5
  308. package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
  309. package/components/SuggestField/SuggestField.js +1 -1
  310. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  311. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  312. package/components/SuggestField/desktop/SuggestFieldDesktop.js +30 -30
  313. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  314. package/components/SuggestField/index.js +1 -1
  315. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  316. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  317. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  318. package/components/SuggestField/mobile/index.js +1 -1
  319. package/components/SwipeableArea/SwipeableArea.js +8 -8
  320. package/components/Table/FilterPanel.js +3 -3
  321. package/components/Table/MasterTable.js +3 -3
  322. package/components/Table/NoColumns.js +4 -4
  323. package/components/Table/PaginationPanel.js +3 -3
  324. package/components/Table/TableBasic/TableBasic.js +2 -2
  325. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  326. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  327. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  328. package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
  329. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  330. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
  331. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  332. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  333. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  334. package/components/Table/TableFooter/TableFooter.js +2 -2
  335. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  336. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  337. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  338. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  339. package/components/Table/TabsLinePanel.js +6 -6
  340. package/components/Table/TabsLinePanelLinks.js +8 -8
  341. package/components/Table/utils.js +1 -1
  342. package/components/Tabs/Tabs.js +13 -13
  343. package/components/TabsExtended/TabsExtended.js +3 -3
  344. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  345. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  346. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  347. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  348. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  349. package/components/TabsExtended/utils.js +1 -1
  350. package/components/TabsLine/TabsLine.js +2 -2
  351. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  352. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  353. package/components/TabsLine/components/TabsLineItem.js +2 -2
  354. package/components/TabsLine/components/TabsLineMobile.js +3 -3
  355. package/components/Tag/Tag.js +16 -16
  356. package/components/TagColor/TagColor.js +13 -13
  357. package/components/TagGroup/TagGroup.js +10 -10
  358. package/components/TextField/TextField.js +1 -1
  359. package/components/TextareaField/TextareaField.js +1 -1
  360. package/components/ThemeProvider/ThemeProvider.js +1 -1
  361. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  362. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  363. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  364. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  365. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  366. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  367. package/components/Tooltip/components/mobile/TooltipMobile.js +8 -8
  368. package/components/TopOverlay/TopOverlay.js +22 -22
  369. package/components/TreeView/TreeView.js +2 -2
  370. package/components/TreeView/components/TreeViewGroup.js +1 -1
  371. package/components/TreeView/components/TreeViewNode.js +2 -2
  372. package/components/Typography/Caption.js +14 -14
  373. package/components/Typography/Text.js +25 -25
  374. package/components/Typography/Title.js +12 -12
  375. package/components/Typography/utils.js +1 -1
  376. package/components/UnorderedList/UnorderedList.js +3 -3
  377. package/components/UnorderedList/UnorderedListItem.js +3 -3
  378. package/components/UploadZone/UploadZone.js +3 -3
  379. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  380. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  381. package/components/index.js +5 -5
  382. package/consts/DateConst.js +6 -6
  383. package/index.js +5 -5
  384. package/package.json +2 -2
  385. package/styles/triplex-next.css +534 -534
  386. package/utils/amountUtils.js +1 -1
  387. package/chunks/CalendarViewItem-h3bxNCuW.js +0 -101
  388. package/chunks/Card.module-bJptPqpj.js +0 -17
  389. package/chunks/CheckboxTreeExtended.module-bphUNnbQ.js +0 -14
  390. package/chunks/Confirm.module-BF4VDMnq.js +0 -15
  391. package/chunks/DropdownMobile.module-ClkvaJLd.js +0 -23
  392. package/chunks/Footer.module-QvomhMbc.js +0 -9
  393. package/chunks/FormFieldInput-GtoWWQRE.js +0 -62
  394. package/chunks/HeaderLayoutSidebar.module-OCqAbr7a.js +0 -9
  395. package/chunks/HeaderTabs.module-jYlPSHw3.js +0 -9
  396. package/chunks/IslandAccordion.module-Z_pjfKJd.js +0 -25
  397. package/chunks/IslandWidgetFooter.module-ChRxDXcv.js +0 -9
  398. package/chunks/IslandWidgetHeader.module-RRcKD0BV.js +0 -9
  399. package/chunks/LightBoxControls.module-BkOqYjOz.js +0 -16
  400. package/chunks/LightBoxSideOverlayClose.module-CeFQNtqn.js +0 -8
  401. package/chunks/ListItemTail.module-CunfwMYT.js +0 -12
  402. package/chunks/ListMasterFooter.module-Dtv2xqml.js +0 -10
  403. package/chunks/ModalWindow.module-BHX3St6k.js +0 -17
  404. package/chunks/Notification.module-C4_TLm8a.js +0 -21
  405. package/chunks/Overlay.module-B6Jld0v6.js +0 -18
  406. package/chunks/Page.module-2EjEIDnt.js +0 -11
  407. package/chunks/SMSField.module-BKVjFcIn.js +0 -16
  408. package/chunks/SliderExtendedMarks.module-BGXnGEBx.js +0 -15
  409. package/chunks/SliderExtendedRail-D96vBE1q.js +0 -40
  410. package/chunks/StatusTracker.module-BKem67MH.js +0 -24
  411. package/chunks/TableFooter.module-BAduw_pb.js +0 -14
  412. package/chunks/TabsExtended.module-D_KXJPSZ.js +0 -16
  413. package/chunks/TabsLine.module-COfUYGXF.js +0 -21
  414. package/chunks/TooltipDesktop.module-CG3_T63F.js +0 -19
  415. package/chunks/TreeView.module-CtJTgfbr.js +0 -9
  416. package/chunks/utils-CkGPjHGm.js +0 -73
  417. package/chunks/utils-esDpM0b2.js +0 -24
  418. package/chunks/vendor-CwhnMZ7o.js +0 -14856
@@ -1,15 +1,15 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as r } from "../../../chunks/vendor-CwhnMZ7o.js";
3
- const d = "lightBoxLeftSidebar__aecf1b82", x = "fixed__f8f9a954", s = "lightBoxLeftSidebarInner__fd68a9f7", e = {
4
- lightBoxLeftSidebar: d,
2
+ import { c as a } from "../../../chunks/vendor-DucOfXwy.js";
3
+ const f = "lightBoxLeftSidebar__43f74250", x = "fixed__7b2db4f7", s = "lightBoxLeftSidebarInner__004f4daa", e = {
4
+ lightBoxLeftSidebar: f,
5
5
  fixed: x,
6
6
  lightBoxLeftSidebarInner: s
7
7
  }, l = ({
8
8
  children: t,
9
- className: f,
10
- fixed: a,
11
- ...o
12
- }) => /* @__PURE__ */ i("div", { className: r(f, e.lightBoxLeftSidebar, { [e.fixed]: a }), ...o, 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-CwhnMZ7o.js";
3
- const a = "lightBoxRightSidebar__139e90f3", d = "fixed__f8f9a954", x = "lightBoxRightSidebarInner__b988ae77", i = {
4
- lightBoxRightSidebar: a,
5
- fixed: d,
2
+ import { c as o } from "../../../chunks/vendor-DucOfXwy.js";
3
+ const r = "lightBoxRightSidebar__de7ce655", a = "fixed__7b2db4f7", x = "lightBoxRightSidebarInner__af713b21", i = {
4
+ lightBoxRightSidebar: r,
5
+ fixed: a,
6
6
  lightBoxRightSidebarInner: x
7
7
  }, s = ({
8
8
  children: e,
9
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 }) });
10
+ fixed: d,
11
+ ...g
12
+ }) => /* @__PURE__ */ t("div", { className: o(h, i.lightBoxRightSidebar, { [i.fixed]: d }), ...g, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
13
13
  s.displayName = "LightBoxRightSidebar";
14
14
  export {
15
15
  s as LightBoxRightSidebar
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as N } from "react/jsx-runtime";
2
2
  import { useState as m, useRef as L, useCallback as n, useLayoutEffect as c } from "react";
3
3
  import { Portal as B } from "../../Portal/Portal.js";
4
4
  import { LightBoxViewManagerConsts as l } from "./LightBoxViewManagerConsts.js";
5
- import { u as k, i as P, j as p } from "../../../chunks/vendor-CwhnMZ7o.js";
5
+ import { u as k, i as P, j as p } from "../../../chunks/vendor-DucOfXwy.js";
6
6
  const g = "LightBoxMountNodeViewManager", M = ({
7
7
  lightBoxMountNode: a,
8
8
  lightBoxViewManagerNode: x
@@ -1,41 +1,41 @@
1
- import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
1
+ import { jsx as R, jsxs as a, Fragment as d } from "react/jsx-runtime";
2
2
  import L from "react";
3
- import { c as l } from "../../chunks/vendor-CwhnMZ7o.js";
4
- const v = "link__b4b7b329", F = "wordWithContent__272c39b1", S = "before__137fe157", T = "after__b96daac2", e = {
3
+ import { c as l } from "../../chunks/vendor-DucOfXwy.js";
4
+ const v = "link__c7a74ecf", F = "wordWithContent__2aa828ef", S = "before__9eabfbc6", T = "after__bfcb64ad", r = {
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: b, onMouseDown: p, contentAfter: s, contentBefore: o, ...f }, C) => {
11
- const c = () => o ? /* @__PURE__ */ t(d, { children: [
10
+ ({ children: i, className: f, onBlur: N, onMouseDown: p, contentAfter: s, contentBefore: o, ...b }, C) => {
11
+ const c = () => o ? /* @__PURE__ */ a(d, { children: [
12
12
  "​",
13
13
  o()
14
14
  ] }) : null, m = () => s ? s() : null, _ = (n) => {
15
- const r = n.split(" ");
16
- if (r.length < 2 || r.length < 3 && o && s) {
17
- const y = l(e.wordWithContent, {
18
- [e.after]: !!s,
19
- [e.before]: !!o
15
+ const e = n.split(" ");
16
+ if (e.length < 2 || e.length < 3 && o && s) {
17
+ const y = l(r.wordWithContent, {
18
+ [r.after]: !!s,
19
+ [r.before]: !!o
20
20
  });
21
- return /* @__PURE__ */ t("span", { className: y, children: [
21
+ return /* @__PURE__ */ a("span", { className: y, children: [
22
22
  c(),
23
23
  n,
24
24
  m()
25
25
  ] });
26
26
  }
27
- const a = r[0], h = r[r.length - 1], w = r.slice(1, -1).join(" "), k = l(e.wordWithContent, {
28
- [e.before]: !!o
29
- }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
27
+ const t = e[0], h = e[e.length - 1], w = e.slice(1, -1).join(" "), k = l(r.wordWithContent, {
28
+ [r.before]: !!o
29
+ }), g = o ? /* @__PURE__ */ a("span", { className: k, children: [
30
30
  c(),
31
- a
32
- ] }) : a, x = l(e.wordWithContent, {
33
- [e.after]: !!s
34
- }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
31
+ t
32
+ ] }) : t, x = l(r.wordWithContent, {
33
+ [r.after]: !!s
34
+ }), j = s ? /* @__PURE__ */ a("span", { className: x, children: [
35
35
  h,
36
36
  m()
37
37
  ] }) : h;
38
- return /* @__PURE__ */ t(d, { children: [
38
+ return /* @__PURE__ */ a(d, { children: [
39
39
  g,
40
40
  " ",
41
41
  w,
@@ -43,22 +43,22 @@ const v = "link__b4b7b329", F = "wordWithContent__272c39b1", S = "before__137fe1
43
43
  j
44
44
  ] });
45
45
  }, u = (n) => {
46
- const r = o ? o() : null, a = s ? s() : null;
47
- return /* @__PURE__ */ t(d, { children: [
48
- r,
46
+ const e = o ? o() : null, t = s ? s() : null;
47
+ return /* @__PURE__ */ a(d, { children: [
48
+ e,
49
49
  n,
50
- a
50
+ t
51
51
  ] });
52
52
  }, W = o || s ? ((n) => typeof n == "string" ? _(n) : u(n))(i) : i;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
56
56
  role: "link",
57
- ...f,
58
- className: l(N, e.link, "hoverable"),
59
- onBlur: b,
57
+ ...b,
58
+ className: l(f, r.link, "hoverable"),
59
+ onBlur: N,
60
60
  onMouseDown: p,
61
- "data-tx": "1.13.0",
61
+ "data-tx": "1.14.0",
62
62
  ref: C,
63
63
  children: W
64
64
  }
@@ -1,12 +1,12 @@
1
- import { jsxs as a, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as m } from "../../chunks/vendor-CwhnMZ7o.js";
3
+ import { c as m } from "../../chunks/vendor-DucOfXwy.js";
4
4
  import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
- const f = "list__31025644", p = {
5
+ const f = "list__f2f573e7", p = {
6
6
  list: f
7
- }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(p.list, t), ...o, "data-tx": "1.13.0", ref: r, children: [
7
+ }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ e("ul", { className: m(p.list, t), ...o, "data-tx": "1.14.0", ref: r, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ e(c, { type: "small" }) : null
9
+ l ? /* @__PURE__ */ a(c, { type: "small" }) : null
10
10
  ] }));
11
11
  d.displayName = "List";
12
12
  export {
@@ -3,7 +3,7 @@ var p = (t, e, r) => e in t ? x(t, e, { enumerable: !0, configurable: !0, writab
3
3
  var o = (t, e, r) => p(t, typeof e != "symbol" ? e + "" : e, r);
4
4
  import { jsx as d } from "react/jsx-runtime";
5
5
  import E from "react";
6
- import { b, d as f, D as M, M as T, r as D, e as L, S as w, v as y, f as I, T as C, g as H } from "../../chunks/vendor-CwhnMZ7o.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-DucOfXwy.js";
7
7
  import { List as N } from "./List.js";
8
8
  class u extends H {
9
9
  }
@@ -1,10 +1,10 @@
1
- import { jsx as a } from "react/jsx-runtime";
1
+ import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-CwhnMZ7o.js";
4
- const p = "listEmptyState__5ee5d182", l = {
3
+ import { c as o } from "../../../chunks/vendor-DucOfXwy.js";
4
+ const p = "listEmptyState__f04c72d1", l = {
5
5
  listEmptyState: p
6
6
  }, r = i.forwardRef(
7
- ({ children: t, className: s, ...e }, m) => /* @__PURE__ */ a("div", { className: o(l.listEmptyState, s), ...e, ref: m, children: t })
7
+ ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...m, ref: a, children: t })
8
8
  );
9
9
  r.displayName = "ListItemEmpty";
10
10
  export {
@@ -3,7 +3,7 @@ import m, { useState as d } from "react";
3
3
  import { ListItemContext as l } from "./ListItemContext.js";
4
4
  const f = m.forwardRef(({ children: e, className: r, ...o }, s) => {
5
5
  const [a, i] = d(!1);
6
- return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.13.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.14.0", ref: s, children: e }) });
7
7
  });
8
8
  f.displayName = "ListItem";
9
9
  export {
@@ -1,8 +1,8 @@
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-CwhnMZ7o.js";
3
+ import { c as r } from "../../../chunks/vendor-DucOfXwy.js";
4
4
  import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__279b0677", f = "selected__4f5042e9", t = {
5
+ const d = "listItemContent__e3695f1d", f = "selected__5ea0ad2c", t = {
6
6
  listItemContent: d,
7
7
  selected: f
8
8
  }, C = l.forwardRef(
@@ -13,7 +13,7 @@ const d = "listItemContent__279b0677", f = "selected__4f5042e9", t = {
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "1.13.0",
16
+ "data-tx": "1.14.0",
17
17
  ref: n,
18
18
  children: e
19
19
  }
@@ -1,13 +1,13 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as m } from "../../../chunks/vendor-CwhnMZ7o.js";
4
- const i = "listItemControls__e3c63004", n = {
2
+ import m from "react";
3
+ import { c as e } from "../../../chunks/vendor-DucOfXwy.js";
4
+ const i = "listItemControls__3c6223c8", c = {
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
+ }, n = m.forwardRef(
7
+ ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(c.listItemControls, o), ...s, ref: l, children: t })
8
8
  );
9
- a.displayName = "ListItemControls";
9
+ n.displayName = "ListItemControls";
10
10
  export {
11
- a as ListItemControls
11
+ n as ListItemControls
12
12
  };
13
13
  //# sourceMappingURL=ListItemControls.js.map
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../chunks/vendor-CwhnMZ7o.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-BHqWsm74.js";
3
+ import "../../../chunks/vendor-DucOfXwy.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton--Ek4l8AX.js";
5
5
  import "../../Typography/enums.js";
6
6
  import "../../Typography/Text.js";
7
7
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as o, jsxs as W, Fragment as _ } from "react/jsx-runtime";
2
2
  import P, { useRef as m, useState as E, createElement as w } from "react";
3
- import { a as O, c as g } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ import { a as O, c as g } from "../../../chunks/vendor-DucOfXwy.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-BHqWsm74.js";
21
+ import { s as h, L as V } from "../../../chunks/ListItemControlsButton--Ek4l8AX.js";
22
22
  const G = P.forwardRef(
23
23
  (y, l) => {
24
24
  const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...N } = y, u = m(null), f = m(null), [p, L] = E(), D = m(O()), v = ({ opened: e, setOpened: t }) => /* @__PURE__ */ o(
@@ -1,12 +1,12 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ import { c as s } from "../../../chunks/vendor-DucOfXwy.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__63e5cab2", d = {
7
- listItemLoading: n
6
+ const d = "listItemLoading__2f8506cd", n = {
7
+ listItemLoading: d
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: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(n.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
10
10
  );
11
11
  l.displayName = "ListItemLoading";
12
12
  export {
@@ -1,9 +1,9 @@
1
- import { jsxs as n, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as n, jsx as a } from "react/jsx-runtime";
2
2
  import p, { useContext as m, useEffect as d } from "react";
3
- import { c as k } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ import { c as k } from "../../../chunks/vendor-DucOfXwy.js";
4
4
  import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
5
  import { ListItemContext as _ } from "./ListItemContext.js";
6
- const f = "listItemSelectable__7e771769", L = "selected__4f5042e9", C = "checkboxWrapper__8c38d8ac", W = "childrenWrapper__9c4f612e", I = "checkboxLabel__512e96c4", S = "checkboxLabelClickArea__e230a08a", e = {
6
+ const f = "listItemSelectable__482c0988", L = "selected__5ea0ad2c", C = "checkboxWrapper__32f20ca8", W = "childrenWrapper__6d9ea846", I = "checkboxLabel__c23aeda3", S = "checkboxLabelClickArea__47b0fe28", e = {
7
7
  listItemSelectable: f,
8
8
  selected: L,
9
9
  checkboxWrapper: C,
@@ -12,26 +12,26 @@ const f = "listItemSelectable__7e771769", L = "selected__4f5042e9", 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: a } = m(_), i = (h) => {
15
+ const { setSelected: t } = m(_), i = (h) => {
16
16
  s(h.target.checked);
17
17
  };
18
18
  return d(() => {
19
- a(c);
20
- }, [c, a]), /* @__PURE__ */ n(
19
+ t(c);
20
+ }, [c, t]), /* @__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: l }),
28
- /* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
27
+ /* @__PURE__ */ a("div", { className: e.childrenWrapper, children: l }),
28
+ /* @__PURE__ */ a("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ a(
29
29
  x,
30
30
  {
31
31
  checked: c,
32
32
  onChange: i,
33
33
  labelAttributes: { className: e.checkboxLabel },
34
- children: /* @__PURE__ */ t("span", { className: e.checkboxLabelClickArea })
34
+ children: /* @__PURE__ */ a("span", { className: e.checkboxLabelClickArea })
35
35
  }
36
36
  ) })
37
37
  ]
@@ -1,19 +1,19 @@
1
1
  import { jsx as e, jsxs as c } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { SwipeableArea as I } from "../../SwipeableArea/SwipeableArea.js";
4
- import { ListItem as b } from "./ListItem.js";
3
+ import { SwipeableArea as b } from "../../SwipeableArea/SwipeableArea.js";
4
+ import { ListItem as I } from "./ListItem.js";
5
5
  import { ListItemContent as L } from "./ListItemContent.js";
6
6
  import { ListItemControls as T } from "./ListItemControls.js";
7
7
  import { ListItemSelectable as h } from "./ListItemSelectable.js";
8
8
  import { ListItemTailRight as x } from "./ListItemTailRight.js";
9
- import { c as y } from "../../../chunks/vendor-CwhnMZ7o.js";
10
- const C = "listItemTable__9171f5ae", _ = {
9
+ import { c as y } from "../../../chunks/vendor-DucOfXwy.js";
10
+ const C = "listItemTable__736c669b", _ = {
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(
16
- I,
15
+ return /* @__PURE__ */ e(I, { className: y(_.listItemTable, s), ...n, ref: f, children: /* @__PURE__ */ c(
16
+ b,
17
17
  {
18
18
  ref: a,
19
19
  rightSwipeableArea: t ? /* @__PURE__ */ e(T, { children: t }) : void 0,
@@ -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-CwhnMZ7o.js";
4
- import { s } from "../../../chunks/ListItemTail.module-CunfwMYT.js";
3
+ import { c as o } from "../../../chunks/vendor-DucOfXwy.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-DrFpbbjw.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-CwhnMZ7o.js";
4
- import { s } from "../../../chunks/ListItemTail.module-CunfwMYT.js";
3
+ import { c as o } from "../../../chunks/vendor-DucOfXwy.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-DrFpbbjw.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 { z as u, A as I, c as _ } from "../../../chunks/vendor-CwhnMZ7o.js";
4
- import { ListItem as y } from "./ListItem.js";
3
+ import { y as u, z as I, c as y } from "../../../chunks/vendor-DucOfXwy.js";
4
+ import { ListItem as _ } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as L } from "./ListSortableItemTarget.js";
6
- const R = "listSortableItem__16db82d0", N = "dragging__8d100d0d", i = {
6
+ const R = "listSortableItem__8f217831", N = "dragging__2cec4f55", 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: d, setActivatorNodeRef: c } = u({
11
+ const { transform: m, transition: f, listeners: l, 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) => {
19
- d(o), typeof t == "function" ? t(o) : t && (t.current = o);
18
+ }), d = (o) => {
19
+ c(o), typeof t == "function" ? t(o) : t && (t.current = o);
20
20
  };
21
21
  return /* @__PURE__ */ b(
22
- y,
22
+ _,
23
23
  {
24
- className: _(i.listSortableItem, { [i.dragging]: a }, n),
25
- style: { transform: I.Translate.toString(m), transition: l, ...g },
24
+ className: y(i.listSortableItem, { [i.dragging]: a }, n),
25
+ style: { transform: I.Translate.toString(m), transition: f, ...g },
26
26
  ...s,
27
- ref: S,
28
- children: typeof e == "function" ? e({ disabled: r, dragging: a, listeners: f, setActivatorNodeRef: c }) : e
27
+ ref: d,
28
+ children: typeof e == "function" ? e({ disabled: r, dragging: a, listeners: l, setActivatorNodeRef: S }) : e
29
29
  }
30
30
  );
31
31
  }),
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import l from "react";
3
- import { c as e } from "../../../chunks/vendor-CwhnMZ7o.js";
4
- const a = "listSortableItemControls__f9df26a7", m = {
3
+ import { c as e } from "../../../chunks/vendor-DucOfXwy.js";
4
+ const a = "listSortableItemControls__d8906444", m = {
5
5
  listSortableItemControls: a
6
6
  }, i = l.forwardRef(
7
7
  ({ className: t, ...o }, r) => /* @__PURE__ */ s(
@@ -1,21 +1,21 @@
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 as b } from "../../../chunks/vendor-CwhnMZ7o.js";
5
- const c = "listSortableItemTarget__bfb5027f", I = "dragging__8d100d0d", d = "listSortableItemTargetContent__baaedb15", S = "listSortableItemTargetIcon__00a3ccb6", t = {
6
- listSortableItemTarget: c,
7
- dragging: I,
8
- listSortableItemTargetContent: d,
9
- listSortableItemTargetIcon: S
4
+ import { c } from "../../../chunks/vendor-DucOfXwy.js";
5
+ const I = "listSortableItemTarget__62ed24f2", S = "dragging__2cec4f55", b = "listSortableItemTargetContent__46289680", d = "listSortableItemTargetIcon__9d5220f4", t = {
6
+ listSortableItemTarget: I,
7
+ dragging: S,
8
+ listSortableItemTargetContent: b,
9
+ listSortableItemTargetIcon: d
10
10
  }, T = m.forwardRef(
11
- ({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
11
+ ({ children: r, className: a, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
12
12
  "div",
13
13
  {
14
- className: b(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
14
+ className: c(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", a),
15
15
  ...s,
16
16
  ref: g,
17
17
  children: [
18
- /* @__PURE__ */ e("div", { className: t.listSortableItemTargetContent, children: a }),
18
+ /* @__PURE__ */ e("div", { className: t.listSortableItemTargetContent, children: r }),
19
19
  !o && /* @__PURE__ */ e(n, { paletteIndex: 5, className: t.listSortableItemTargetIcon })
20
20
  ]
21
21
  }
@@ -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-BHqWsm74.js";
6
+ import { L as I } from "../../chunks/ListItemControlsButton--Ek4l8AX.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": "1.13.0", children: t });
9
+ const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "1.14.0", children: t });
10
10
  o.Body = m;
11
11
  o.ChipGroup = s;
12
12
  o.Footer = p;
@@ -6,7 +6,7 @@ const s = e.forwardRef(
6
6
  {
7
7
  className: a,
8
8
  ...o,
9
- "data-tx": "1.13.0",
9
+ "data-tx": "1.14.0",
10
10
  ref: r,
11
11
  children: t
12
12
  }
@@ -1,9 +1,9 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import p from "react";
3
- import { c as a } from "../../../chunks/vendor-CwhnMZ7o.js";
4
- const e = "listMasterChipGroup__3c6b5a8d", l = {
3
+ import { c as a } from "../../../chunks/vendor-DucOfXwy.js";
4
+ const e = "listMasterChipGroup__8b1fedf3", l = {
5
5
  listMasterChipGroup: e
6
- }, c = p.forwardRef(
6
+ }, f = 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}
@@ -11,8 +11,8 @@ const e = "listMasterChipGroup__3c6b5a8d", l = {
11
11
  /* @__PURE__ */ o("div", { className: a(l.listMasterChipGroup, t), ref: i, ...r, children: s })
12
12
  )
13
13
  );
14
- c.displayName = "ListMasterChips";
14
+ f.displayName = "ListMasterChips";
15
15
  export {
16
- c as ListMasterChipGroup
16
+ f 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 as f } from "../../../chunks/vendor-CwhnMZ7o.js";
4
- import { s as t } from "../../../chunks/ListMasterFooter.module-Dtv2xqml.js";
3
+ import { c as f } from "../../../chunks/vendor-DucOfXwy.js";
4
+ import { s as t } from "../../../chunks/ListMasterFooter.module-CMNUIWxu.js";
5
5
  const c = 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-CwhnMZ7o.js";
4
- import { s as i } from "../../../chunks/ListMasterFooter.module-Dtv2xqml.js";
3
+ import { c as m } from "../../../chunks/vendor-DucOfXwy.js";
4
+ import { s as i } from "../../../chunks/ListMasterFooter.module-CMNUIWxu.js";
5
5
  const l = a.forwardRef(
6
6
  ({ children: o, className: t, ...r }, s) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, t), ...r, ref: s, 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-CwhnMZ7o.js";
4
- import { s as m } from "../../../chunks/ListMasterFooter.module-Dtv2xqml.js";
3
+ import { c as a } from "../../../chunks/vendor-DucOfXwy.js";
4
+ import { s as m } from "../../../chunks/ListMasterFooter.module-CMNUIWxu.js";
5
5
  const p = i.forwardRef(
6
6
  ({ children: t, className: o, ...r }, s) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, o), ...r, ref: s, children: t })
7
7
  );
@@ -1,10 +1,10 @@
1
1
  import { jsx as f } from "react/jsx-runtime";
2
- import u, { useRef as o, useEffect as m } from "react";
3
- import { c as w } from "../../../chunks/vendor-CwhnMZ7o.js";
4
- const p = "listMasterHeader__f2fb1cd8", y = "sticky__eedc4b98", c = {
2
+ import d, { useRef as o, useEffect as m } from "react";
3
+ import { c as w } from "../../../chunks/vendor-DucOfXwy.js";
4
+ const p = "listMasterHeader__b587efc1", y = "sticky__a32a3848", c = {
5
5
  listMasterHeader: p,
6
6
  sticky: y
7
- }, H = u.forwardRef(
7
+ }, H = d.forwardRef(
8
8
  ({ children: i, className: n, sticky: a = !0, ...l }, t) => {
9
9
  const e = o(null), r = o(0);
10
10
  m(() => {
@@ -13,7 +13,7 @@ const p = "listMasterHeader__f2fb1cd8", y = "sticky__eedc4b98", c = {
13
13
  window.scrollTo({ top: Math.max(window.scrollY - r.current, 0) });
14
14
  };
15
15
  }, []);
16
- const d = (s) => {
16
+ const u = (s) => {
17
17
  e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
18
18
  };
19
19
  return /* @__PURE__ */ f(
@@ -27,7 +27,7 @@ const p = "listMasterHeader__f2fb1cd8", y = "sticky__eedc4b98", c = {
27
27
  n
28
28
  ),
29
29
  ...l,
30
- ref: d,
30
+ ref: u,
31
31
  children: i
32
32
  }
33
33
  );