@sberbusiness/triplex-next 1.4.0 → 1.5.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 (396) hide show
  1. package/chunks/{AlertProcessSpoiler-BQv9QI6L.js → AlertProcessSpoiler-M7W9D-p3.js} +6 -6
  2. package/chunks/CalendarViewItem-Cs4qo2T0.js +105 -0
  3. package/chunks/Card.module-lZl8x0iL.js +17 -0
  4. package/chunks/{Chip-G6cGXuGj.js → Chip-DpSJGyYK.js} +10 -10
  5. package/chunks/{DropdownListItem-D2hzyBGc.js → DropdownListItem-SqymKZn5.js} +10 -10
  6. package/chunks/DropdownMobile.module-C_Jtpfxj.js +21 -0
  7. package/chunks/Footer.module-3tcvZGt3.js +9 -0
  8. package/chunks/{FormFieldInput-CO7yZP0Q.js → FormFieldInput-BSxKZxcq.js} +11 -11
  9. package/chunks/HeaderLayoutSidebar.module-DqrwTmWo.js +9 -0
  10. package/chunks/HeaderTabs.module-DegB0R8X.js +9 -0
  11. package/chunks/{HeaderTitle.module-BHyH17ZI.js → HeaderTitle.module-CEMLCR13.js} +2 -2
  12. package/chunks/IslandAccordion.module-DFvQwhSg.js +22 -0
  13. package/chunks/{LightBoxContent-DmoszkOx.js → LightBoxContent-DTTxRVLQ.js} +16 -16
  14. package/chunks/LightBoxControls.module-Dn4GtUtF.js +16 -0
  15. package/chunks/LightBoxSideOverlayClose.module-BUvFYJwr.js +8 -0
  16. package/chunks/{ListItemControlsButton-BoEiexyr.js → ListItemControlsButton-AbCEipFe.js} +10 -10
  17. package/chunks/ListItemTail.module-CZYSMJRz.js +12 -0
  18. package/chunks/ListMasterFooter.module-Bw6BVPVj.js +10 -0
  19. package/chunks/ModalWindow.module-DGcF8-xJ.js +17 -0
  20. package/chunks/Notification.module-Cj_Pd4DQ.js +21 -0
  21. package/chunks/Overlay.module-BqJXvoeX.js +18 -0
  22. package/chunks/Page.module-DUQ6i8Ez.js +12 -0
  23. package/chunks/{RightBorderArrow-BHW7rkmN.js → RightBorderArrow-Co_RT8lZ.js} +12 -12
  24. package/chunks/SMSInput.module-D1TiDw_A.js +16 -0
  25. package/chunks/StatusTracker.module-DetC6Udk.js +24 -0
  26. package/chunks/{SuggestFieldMobileDropdownHint-CMKMF0PQ.js → SuggestFieldMobileDropdownHint-nZwpz9Eo.js} +2 -2
  27. package/chunks/TableFooter.module-BF4P3QCw.js +13 -0
  28. package/chunks/TabsExtended.module-BciQYRi4.js +16 -0
  29. package/chunks/TabsLine.module-Cx0n_AdV.js +23 -0
  30. package/chunks/TooltipDesktop.module-DK06gaHe.js +19 -0
  31. package/chunks/TooltipMobileCloseButton-DTtQoE3B.js +20 -0
  32. package/chunks/{UploadZoneInput-pdhICY56.js → UploadZoneInput-C2-_7DoS.js} +3 -3
  33. package/chunks/{utils-B7AjUpy-.js → utils-CFlJg-k1.js} +5 -5
  34. package/chunks/{utils-DwX2_kEA.js → utils-CXhKCNyM.js} +14 -14
  35. package/chunks/utils-CoHHiBA8.js +24 -0
  36. package/chunks/utils-D9w2Kvyk.js +36 -0
  37. package/chunks/{utils-C9-tOm2Z.js → utils-Dhi5F6Da.js} +9 -9
  38. package/chunks/vendor-9KVE23Ri.js +14839 -0
  39. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  40. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  41. package/components/Alert/AlertContext/AlertContext.js +16 -16
  42. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  43. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  44. package/components/Amount/Amount.js +8 -8
  45. package/components/AmountField/AmountField.js +2 -2
  46. package/components/Body/Body.js +3 -3
  47. package/components/Button/Button.js +18 -18
  48. package/components/Button/ButtonBase.js +1 -1
  49. package/components/Button/ButtonDropdown.js +54 -54
  50. package/components/Button/ButtonDropdownExtended.js +9 -9
  51. package/components/Button/ButtonIcon.js +13 -13
  52. package/components/Calendar/Calendar.js +183 -0
  53. package/components/Calendar/CalendarContext.js +22 -0
  54. package/components/Calendar/CalendarRange.js +28 -0
  55. package/components/Calendar/CalendarViewContext.js +8 -0
  56. package/components/Calendar/components/CalendarControls.js +98 -0
  57. package/components/Calendar/components/CalendarFooter.js +9 -0
  58. package/components/Calendar/components/CalendarTodayButton.js +31 -0
  59. package/components/Calendar/components/CalendarView.js +30 -0
  60. package/components/Calendar/components/CalendarViewDays.js +109 -0
  61. package/components/Calendar/components/CalendarViewItem.js +11 -0
  62. package/components/Calendar/components/CalendarViewMonths.js +64 -0
  63. package/components/Calendar/components/CalendarViewYears.js +64 -0
  64. package/components/Calendar/enums.js +7 -0
  65. package/components/Calendar/index.js +9 -0
  66. package/components/Calendar/types.js +2 -0
  67. package/components/Calendar/utils.js +38 -0
  68. package/components/Card/CardAction.js +14 -14
  69. package/components/Card/CardStatic.js +3 -3
  70. package/components/Card/components/CardContent/CardContent.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  74. package/components/Card/components/CardMedia.js +2 -2
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +7 -7
  77. package/components/Checkbox/Checkbox.js +12 -12
  78. package/components/Checkbox/CheckboxXGroup.js +12 -12
  79. package/components/Checkbox/CheckboxYGroup.js +2 -2
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  83. package/components/Chip/Chip.js +2 -2
  84. package/components/Chip/ChipClearButton.js +7 -7
  85. package/components/Chip/ChipDropdownArrow.js +4 -4
  86. package/components/Chip/ChipIcon.js +1 -1
  87. package/components/Chip/ChipOptions.js +7 -7
  88. package/components/Chip/ChipSelect.js +2 -2
  89. package/components/Chip/ChipSort.js +55 -0
  90. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  91. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  92. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  93. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  94. package/components/Chip/index.js +7 -5
  95. package/components/ChipGroup/ChipGroup.js +14 -14
  96. package/components/Col/Col.js +142 -142
  97. package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
  98. package/components/DateField/DateField.js +135 -0
  99. package/components/DateField/DateFieldContext.js +12 -0
  100. package/components/DateField/DateFieldTarget.js +60 -0
  101. package/components/DateField/constants.js +5 -0
  102. package/components/DateField/index.js +5 -0
  103. package/components/DateField/types.js +2 -0
  104. package/components/DateField/utils.js +23 -0
  105. package/components/DatePickerExtended/DatePickerExtended.js +136 -0
  106. package/components/DatePickerExtended/DatePickerExtendedContext.js +11 -0
  107. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +63 -0
  108. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  109. package/components/DesignTokens/DesignTokensComponents.js +77 -70
  110. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +71 -64
  111. package/components/DesignTokens/DesignTokensCore.js +1 -1
  112. package/components/DesignTokens/components/Calendar.js +109 -0
  113. package/components/DesignTokens/components/Divider.js +4 -4
  114. package/components/DesignTokens/components/ModalWindow.js +11 -0
  115. package/components/DesignTokens/components/index.js +132 -126
  116. package/components/Divider/Divider.js +21 -21
  117. package/components/Dropdown/desktop/DropdownDesktop.js +17 -17
  118. package/components/Dropdown/desktop/DropdownList.js +2 -2
  119. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  120. package/components/Dropdown/desktop/index.js +1 -1
  121. package/components/Dropdown/index.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  123. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  124. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  125. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +11 -0
  133. package/components/Ellipsis/Ellipsis.js +8 -8
  134. package/components/ExpandAnimation/ExpandAnimation.js +21 -21
  135. package/components/Footer/Footer.js +1 -1
  136. package/components/Footer/components/FooterDescription.js +2 -2
  137. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  138. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  139. package/components/FormField/FormField.js +21 -21
  140. package/components/FormField/components/FormFieldClear.js +12 -16
  141. package/components/FormField/components/FormFieldCounter.js +5 -5
  142. package/components/FormField/components/FormFieldDescription.js +6 -6
  143. package/components/FormField/components/FormFieldInput.js +2 -2
  144. package/components/FormField/components/FormFieldLabel.js +10 -10
  145. package/components/FormField/components/FormFieldMaskedInput.js +25 -29
  146. package/components/FormField/components/FormFieldPostfix.js +6 -6
  147. package/components/FormField/components/FormFieldPrefix.js +5 -5
  148. package/components/FormField/components/FormFieldTarget.js +17 -17
  149. package/components/FormField/components/FormFieldTextarea.js +9 -9
  150. package/components/FormField/index.js +1 -1
  151. package/components/Header/Header.js +1 -1
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  153. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  154. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  155. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
  156. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  157. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  158. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  159. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  160. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  161. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  162. package/components/HelpBox/HelpBox.js +9 -9
  163. package/components/Island/Island.js +2 -2
  164. package/components/Island/components/IslandBody.js +4 -4
  165. package/components/Island/components/IslandFooter.js +6 -6
  166. package/components/Island/components/IslandHeader.js +4 -4
  167. package/components/Island/utils.js +1 -1
  168. package/components/IslandAccordion/IslandAccordion.js +3 -3
  169. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  170. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  171. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  172. package/components/LightBox/LightBox.js +16 -16
  173. package/components/LightBox/LightBoxContent.js +2 -2
  174. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  175. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  176. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  177. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  178. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +2 -2
  179. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  180. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  181. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  182. package/components/LightBox/LightBoxTopOverlay/LightBoxTopOverlay.js +15 -15
  183. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  184. package/components/Link/Link.js +20 -20
  185. package/components/List/List.js +7 -7
  186. package/components/List/ListSortable.js +1 -1
  187. package/components/List/components/ListEmptyState.js +2 -2
  188. package/components/List/components/ListItem.js +1 -1
  189. package/components/List/components/ListItemContent.js +7 -7
  190. package/components/List/components/ListItemControls.js +6 -6
  191. package/components/List/components/ListItemControlsButton.js +2 -2
  192. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  193. package/components/List/components/ListItemLoading.js +5 -5
  194. package/components/List/components/ListItemSelectable.js +10 -10
  195. package/components/List/components/ListItemTable.js +7 -7
  196. package/components/List/components/ListItemTailLeft.js +2 -2
  197. package/components/List/components/ListItemTailRight.js +2 -2
  198. package/components/List/components/ListSortableItem.js +10 -10
  199. package/components/List/components/ListSortableItemControls.js +7 -7
  200. package/components/List/components/ListSortableItemTarget.js +6 -6
  201. package/components/List/index.js +1 -1
  202. package/components/ListMaster/ListMaster.js +1 -1
  203. package/components/ListMaster/components/ListMasterBody.js +1 -1
  204. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  205. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  206. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  207. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  208. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  209. package/components/ListMaster/components/SelectionControls.js +3 -3
  210. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  211. package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
  212. package/components/LoaderScreen/LoaderScreen.js +13 -13
  213. package/components/Marker/Marker.js +2 -2
  214. package/components/Marker/utils.js +1 -1
  215. package/components/MarkerStatus/MarkerStatus.js +12 -12
  216. package/components/ModalWindow/ModalWindow.js +98 -0
  217. package/components/ModalWindow/components/ModalWindowBody.js +189 -0
  218. package/components/ModalWindow/components/ModalWindowClose.js +29 -0
  219. package/components/ModalWindow/components/ModalWindowContent.js +13 -0
  220. package/components/ModalWindow/components/ModalWindowFooter.js +10 -0
  221. package/components/ModalWindow/components/ModalWindowHeader.js +13 -0
  222. package/components/ModalWindow/components/ModalWindowViewManager.js +45 -0
  223. package/components/ModalWindow/index.js +17 -0
  224. package/components/MonthYearField/MonthYearField.js +66 -0
  225. package/components/MonthYearField/MonthYearFieldContext.js +9 -0
  226. package/components/MonthYearField/MonthYearFieldTarget.js +59 -0
  227. package/components/MonthYearField/constants.js +5 -0
  228. package/components/MonthYearField/index.js +5 -0
  229. package/components/MonthYearField/types.js +2 -0
  230. package/components/MonthYearField/utils.js +22 -0
  231. package/components/Notification/Notification.js +3 -3
  232. package/components/Notification/NotificationGrouped.js +1 -1
  233. package/components/Notification/components/NotificationBody.js +1 -1
  234. package/components/Notification/components/NotificationBodyContent.js +1 -1
  235. package/components/Notification/components/NotificationBodyList.js +2 -2
  236. package/components/Notification/components/NotificationClose.js +1 -1
  237. package/components/Notification/components/NotificationFooter.js +1 -1
  238. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  239. package/components/Notification/components/NotificationHeader.js +1 -1
  240. package/components/Notification/components/NotificationIcon.js +1 -1
  241. package/components/Notification/components/NotificationTime.js +1 -1
  242. package/components/NumberField/NumberFieldInput.js +1 -1
  243. package/components/OrderedList/OrderedList.js +5 -5
  244. package/components/OrderedList/OrderedListItem.js +8 -8
  245. package/components/Overlay/Overlay.js +2 -2
  246. package/components/Overlay/OverlayMask.js +2 -2
  247. package/components/Overlay/OverlayPanel.js +2 -2
  248. package/components/Page/Page.js +2 -2
  249. package/components/Page/components/BodyPage.js +2 -2
  250. package/components/Page/components/FooterPage.js +2 -2
  251. package/components/Page/components/HeaderPage.js +2 -2
  252. package/components/Page/components/useStickyCornerRadius.js +1 -1
  253. package/components/Pagination/components/PaginationExtended.js +7 -7
  254. package/components/Pagination/components/PaginationNavigationButton.js +7 -7
  255. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  256. package/components/Pagination/components/PaginationPageButton.js +6 -6
  257. package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
  258. package/components/Pagination/components/PaginationSelect.js +8 -8
  259. package/components/Pagination/utils/paginationUtils.js +1 -1
  260. package/components/Radio/Radio.js +9 -9
  261. package/components/Radio/RadioXGroup.js +12 -12
  262. package/components/Radio/RadioYGroup.js +9 -9
  263. package/components/Row/Row.js +6 -6
  264. package/components/SMSInput/SMSInput.js +3 -3
  265. package/components/SMSInput/components/RefreshIcon.js +2 -2
  266. package/components/SMSInput/components/SMSInputInput.js +3 -3
  267. package/components/SMSInput/components/SMSInputRefresh.js +2 -2
  268. package/components/SMSInput/components/SMSInputSubmit.js +2 -2
  269. package/components/SMSInput/components/SMSInputTooltip.js +1 -1
  270. package/components/SegmentedControl/SegmentedControl.js +5 -5
  271. package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
  272. package/components/SelectExtendedField/SelectExtendedField.js +11 -11
  273. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  274. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
  275. package/components/SelectField/SelectField.js +1 -1
  276. package/components/Skeleton/Skeleton.js +9 -9
  277. package/components/Spoiler/Spoiler.js +16 -16
  278. package/components/StatusTracker/StatusTracker.js +3 -3
  279. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  280. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  281. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  282. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  283. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  284. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  285. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  286. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  287. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  288. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  289. package/components/Step/Step.js +7 -7
  290. package/components/Stepper/RightBorderArrow.js +1 -1
  291. package/components/Stepper/Stepper.js +56 -56
  292. package/components/Stepper/StepperExtended.js +2 -2
  293. package/components/Stepper/StepperStep.js +3 -3
  294. package/components/Stepper/StepperWrapper.js +3 -3
  295. package/components/Suggest/SuggestMobileDropdownContent.js +13 -13
  296. package/components/SuggestField/SuggestField.js +1 -1
  297. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  298. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  299. package/components/SuggestField/desktop/SuggestFieldDesktop.js +16 -16
  300. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  301. package/components/SuggestField/index.js +1 -1
  302. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  303. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  304. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  305. package/components/SuggestField/mobile/index.js +1 -1
  306. package/components/SwipeableArea/SwipeableArea.js +20 -20
  307. package/components/Table/FilterPanel.js +3 -3
  308. package/components/Table/MasterTable.js +7 -7
  309. package/components/Table/NoColumns.js +6 -6
  310. package/components/Table/PaginationPanel.js +5 -5
  311. package/components/Table/TableBasic/TableBasic.js +2 -2
  312. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  313. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  314. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  315. package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
  316. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
  317. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  318. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +7 -7
  319. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  320. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  321. package/components/Table/TableFooter/TableFooter.js +2 -2
  322. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  323. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  324. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  325. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  326. package/components/Table/TabsLinePanel.js +2 -2
  327. package/components/Table/TabsLinePanelLinks.js +2 -2
  328. package/components/Table/utils.js +1 -1
  329. package/components/Tabs/Tabs.js +6 -6
  330. package/components/TabsExtended/TabsExtended.js +3 -3
  331. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  332. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  333. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  334. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  335. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  336. package/components/TabsExtended/utils.js +1 -1
  337. package/components/TabsLine/TabsLine.js +2 -2
  338. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  339. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  340. package/components/TabsLine/components/TabsLineItem.js +2 -2
  341. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  342. package/components/Tag/Tag.js +18 -18
  343. package/components/TagGroup/TagGroup.js +10 -10
  344. package/components/TextField/TextField.js +1 -1
  345. package/components/TextareaField/TextareaField.js +1 -1
  346. package/components/ThemeProvider/ThemeProvider.js +4 -4
  347. package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
  348. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  349. package/components/Tooltip/components/common/TooltipLink.js +19 -19
  350. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  351. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  352. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  353. package/components/Tooltip/components/mobile/TooltipMobile.js +28 -32
  354. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +6 -11
  355. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +4 -4
  356. package/components/TreeView/TreeView.js +1 -1
  357. package/components/TreeView/components/TreeViewNode.js +1 -1
  358. package/components/Typography/Caption.js +13 -13
  359. package/components/Typography/Text.js +26 -26
  360. package/components/Typography/Title.js +17 -17
  361. package/components/Typography/utils.js +1 -1
  362. package/components/UnorderedList/UnorderedList.js +6 -6
  363. package/components/UnorderedList/UnorderedListItem.js +7 -7
  364. package/components/UploadZone/UploadZone.js +3 -3
  365. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  366. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  367. package/components/index.js +423 -413
  368. package/consts/DateConst.js +14 -0
  369. package/index.d.ts +284 -4
  370. package/index.js +432 -422
  371. package/package.json +18 -1
  372. package/styles/triplex-next.css +501 -472
  373. package/types/DateTypes.js +2 -0
  374. package/utils/amountUtils.js +1 -1
  375. package/chunks/Card.module-kTbr6OQy.js +0 -17
  376. package/chunks/DropdownMobile.module-Fa_t6vz1.js +0 -21
  377. package/chunks/Footer.module-B3uFxh54.js +0 -9
  378. package/chunks/HeaderLayoutSidebar.module-CGCy_cim.js +0 -9
  379. package/chunks/HeaderTabs.module-DMuNfILv.js +0 -9
  380. package/chunks/IslandAccordion.module-7xAwgJVI.js +0 -22
  381. package/chunks/LightBoxControls.module-42gn-co3.js +0 -16
  382. package/chunks/LightBoxSideOverlayClose.module-B_oIB3rc.js +0 -8
  383. package/chunks/ListItemTail.module-BB5TJPEc.js +0 -12
  384. package/chunks/ListMasterFooter.module-DxZ_nXDV.js +0 -10
  385. package/chunks/Notification.module-C-HCMpAz.js +0 -21
  386. package/chunks/Overlay.module-q-oPhooa.js +0 -18
  387. package/chunks/Page.module-DjGbJ-Uw.js +0 -12
  388. package/chunks/SMSInput.module-Ci4GRnk_.js +0 -16
  389. package/chunks/StatusTracker.module-zTyojoH4.js +0 -24
  390. package/chunks/TableFooter.module-DrRycaTr.js +0 -13
  391. package/chunks/TabsExtended.module-Be8qpZYz.js +0 -16
  392. package/chunks/TabsLine.module-DKAp48Sx.js +0 -23
  393. package/chunks/TooltipDesktop.module-D72ObNia.js +0 -19
  394. package/chunks/utils-C-1ATq_g.js +0 -24
  395. package/chunks/utils-C8a4iCV0.js +0 -36
  396. package/chunks/vendor-Ba_pyhza.js +0 -12036
@@ -1,9 +1,9 @@
1
- import { jsx as l, jsxs as P, Fragment as I } from "react/jsx-runtime";
1
+ import { jsx as l, jsxs as I, Fragment as b } from "react/jsx-runtime";
2
2
  import { useState as v, useRef as d, useEffect as C } from "react";
3
- import { c as R, F as S } from "../../../chunks/vendor-Ba_pyhza.js";
3
+ import { c as R, F as S } from "../../../chunks/vendor-9KVE23Ri.js";
4
4
  import { EOverlayDirection as j } from "../../Overlay/OverlayBase.js";
5
5
  import { Overlay as y } from "../../Overlay/Overlay.js";
6
- const D = "lightBoxTopOverlayMask__9410973f", E = "lightBoxTopOverlayWrapper__11edb4db", L = "closing__a7cdf5fb", A = "opened__700be6cf", V = "lightBoxTopOverlayPanel__79e54db9", $ = "lightBoxTopOverlay__57206756", t = {
6
+ const D = "lightBoxTopOverlayMask__8781ea4a", E = "lightBoxTopOverlayWrapper__82000b44", L = "closing__5780974d", A = "opened__b3683801", V = "lightBoxTopOverlayPanel__e3dd5f29", $ = "lightBoxTopOverlay__a349d4fe", t = {
7
7
  lightBoxTopOverlayMask: D,
8
8
  lightBoxTopOverlayWrapper: E,
9
9
  closing: L,
@@ -18,7 +18,7 @@ const D = "lightBoxTopOverlayMask__9410973f", E = "lightBoxTopOverlayWrapper__11
18
18
  onOpen: i,
19
19
  ...u
20
20
  }) => {
21
- const [f, h] = v(!1), [m, O] = v(!1), [x, n] = v(0), c = d(e), a = d(null), T = () => {
21
+ const [m, h] = v(!1), [f, O] = v(!1), [x, n] = v(0), c = d(e), a = d(null), T = () => {
22
22
  if (a.current) {
23
23
  const o = getComputedStyle(a.current).getPropertyValue("--lightBox-screen-top") || "0", p = a.current.getBoundingClientRect();
24
24
  p.top < 0 ? n(
@@ -36,31 +36,31 @@ const D = "lightBoxTopOverlayMask__9410973f", E = "lightBoxTopOverlayWrapper__11
36
36
  }, [e]);
37
37
  const W = () => {
38
38
  h(!1), n(0), s == null || s();
39
- }, b = () => O(!1), k = (o) => /* @__PURE__ */ P(I, { children: [
39
+ }, k = () => O(!1), M = (o) => /* @__PURE__ */ I(b, { children: [
40
40
  /* @__PURE__ */ l(y.Mask, { opened: o.opened, className: t.lightBoxTopOverlayMask }),
41
41
  /* @__PURE__ */ l(y.Panel, { className: t.lightBoxTopOverlayPanel, ...o, children: B })
42
- ] }), M = () => {
43
- }, N = R(t.lightBoxTopOverlayWrapper, {
44
- [t.closing]: f,
42
+ ] }), N = () => {
43
+ }, F = R(t.lightBoxTopOverlayWrapper, {
44
+ [t.closing]: m,
45
45
  [t.opened]: e
46
- }), F = /* @__PURE__ */ l(
46
+ }), P = /* @__PURE__ */ l(
47
47
  y,
48
48
  {
49
49
  onClose: W,
50
- onClosing: b,
50
+ onClosing: k,
51
51
  onOpen: _,
52
52
  opened: e,
53
- setOpened: M,
53
+ setOpened: N,
54
54
  ...u,
55
55
  className: t.lightBoxTopOverlay,
56
56
  direction: j.TOP,
57
- children: k
57
+ children: M
58
58
  }
59
59
  );
60
60
  return /* @__PURE__ */ l(
61
61
  S,
62
62
  {
63
- active: m,
63
+ active: f,
64
64
  ...r,
65
65
  focusTrapOptions: {
66
66
  clickOutsideDeactivates: !0,
@@ -70,10 +70,10 @@ const D = "lightBoxTopOverlayMask__9410973f", E = "lightBoxTopOverlayWrapper__11
70
70
  children: /* @__PURE__ */ l(
71
71
  "div",
72
72
  {
73
- className: N,
73
+ className: F,
74
74
  ref: a,
75
75
  style: x ? { top: `${x}px` } : void 0,
76
- children: F
76
+ children: P
77
77
  }
78
78
  )
79
79
  }
@@ -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, k as p } from "../../../chunks/vendor-Ba_pyhza.js";
5
+ import { u as k, i as P, m as p } from "../../../chunks/vendor-9KVE23Ri.js";
6
6
  const g = "LightBoxMountNodeViewManager", $ = ({
7
7
  lightBoxMountNode: a,
8
8
  lightBoxViewManagerNode: x
@@ -1,20 +1,20 @@
1
- import { jsx as R, jsxs as t, Fragment as i } from "react/jsx-runtime";
1
+ import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
2
2
  import L from "react";
3
- import { c as a } from "../../chunks/vendor-Ba_pyhza.js";
4
- const v = "link__81e5301c", F = "wordWithContent__0a1c37b4", S = "before__2ff2f479", T = "after__61cfb574", e = {
3
+ import { c as l } from "../../chunks/vendor-9KVE23Ri.js";
4
+ const v = "link__99e46f02", F = "wordWithContent__f1706c3e", S = "before__69f507fd", T = "after__a4fa136b", e = {
5
5
  link: v,
6
6
  wordWithContent: F,
7
7
  before: S,
8
8
  after: T
9
9
  }, q = L.forwardRef(
10
- ({ children: d, className: f, onBlur: N, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, _) => {
11
- const c = () => o ? /* @__PURE__ */ t(i, { children: [
10
+ ({ children: i, className: h, onBlur: N, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, _) => {
11
+ const c = () => o ? /* @__PURE__ */ t(d, { children: [
12
12
  "​",
13
13
  o()
14
14
  ] }) : null, m = () => s ? s() : null, u = (n) => {
15
15
  const r = n.split(" ");
16
16
  if (r.length < 2 || r.length < 3 && o && s) {
17
- const y = a(e.wordWithContent, {
17
+ const y = l(e.wordWithContent, {
18
18
  [e.after]: !!s,
19
19
  [e.before]: !!o
20
20
  });
@@ -24,43 +24,43 @@ const v = "link__81e5301c", F = "wordWithContent__0a1c37b4", S = "before__2ff2f4
24
24
  m()
25
25
  ] });
26
26
  }
27
- const l = r[0], h = r[r.length - 1], w = r.slice(1, -1).join(" "), k = a(e.wordWithContent, {
27
+ const a = r[0], f = r[r.length - 1], b = r.slice(1, -1).join(" "), k = l(e.wordWithContent, {
28
28
  [e.before]: !!o
29
29
  }), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
30
30
  c(),
31
- l
32
- ] }) : l, x = a(e.wordWithContent, {
31
+ a
32
+ ] }) : a, x = l(e.wordWithContent, {
33
33
  [e.after]: !!s
34
34
  }), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
35
- h,
35
+ f,
36
36
  m()
37
- ] }) : h;
38
- return /* @__PURE__ */ t(i, { children: [
37
+ ] }) : f;
38
+ return /* @__PURE__ */ t(d, { children: [
39
39
  g,
40
40
  " ",
41
- w,
41
+ b,
42
42
  " ",
43
43
  j
44
44
  ] });
45
45
  }, W = (n) => {
46
- const r = o ? o() : null, l = s ? s() : null;
47
- return /* @__PURE__ */ t(i, { children: [
46
+ const r = o ? o() : null, a = s ? s() : null;
47
+ return /* @__PURE__ */ t(d, { children: [
48
48
  r,
49
49
  n,
50
- l
50
+ a
51
51
  ] });
52
- }, b = o || s ? ((n) => typeof n == "string" ? u(n) : W(n))(d) : d;
52
+ }, w = o || s ? ((n) => typeof n == "string" ? u(n) : W(n))(i) : i;
53
53
  return /* @__PURE__ */ R(
54
54
  "a",
55
55
  {
56
56
  role: "link",
57
57
  ...C,
58
- className: a(f, e.link, "hoverable"),
58
+ className: l(h, e.link, "hoverable"),
59
59
  onBlur: N,
60
60
  onMouseDown: p,
61
- "data-tx": "1.4.0",
61
+ "data-tx": "1.5.0",
62
62
  ref: _,
63
- children: b
63
+ children: w
64
64
  }
65
65
  );
66
66
  }
@@ -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-Ba_pyhza.js";
4
- import { LoaderScreen as f } from "../LoaderScreen/LoaderScreen.js";
5
- const c = "list__7f1f7f67", p = {
6
- list: c
7
- }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(p.list, t), ...o, "data-tx": "1.4.0", ref: r, children: [
3
+ import { c as m } from "../../chunks/vendor-9KVE23Ri.js";
4
+ import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
5
+ const f = "list__93ce112b", p = {
6
+ list: f
7
+ }, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ e("ul", { className: m(p.list, t), ...o, "data-tx": "1.5.0", ref: r, children: [
8
8
  s,
9
- l ? /* @__PURE__ */ e(f, { 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-Ba_pyhza.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-9KVE23Ri.js";
7
7
  import { List as N } from "./List.js";
8
8
  class u extends H {
9
9
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as o } from "../../../chunks/vendor-Ba_pyhza.js";
4
- const p = "listEmptyState__34268a29", l = {
3
+ import { c as o } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ const p = "listEmptyState__91235b82", l = {
5
5
  listEmptyState: p
6
6
  }, r = i.forwardRef(
7
7
  ({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...m, ref: a, children: t })
@@ -3,7 +3,7 @@ import m, { useState as d } from "react";
3
3
  import { ListItemContext as l } from "./ListItemContext.js";
4
4
  const f = m.forwardRef(({ children: e, className: r, ...o }, s) => {
5
5
  const [a, i] = d(!1);
6
- return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.4.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.5.0", ref: s, children: e }) });
7
7
  });
8
8
  f.displayName = "ListItem";
9
9
  export {
@@ -1,11 +1,11 @@
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-Ba_pyhza.js";
3
+ import { c as r } from "../../../chunks/vendor-9KVE23Ri.js";
4
4
  import { ListItemContext as a } from "./ListItemContext.js";
5
- const d = "listItemContent__902fc2d6", f = "selected__4e0411a2", t = {
5
+ const d = "listItemContent__13b3660e", C = "selected__b6aa1ed9", t = {
6
6
  listItemContent: d,
7
- selected: f
8
- }, C = l.forwardRef(
7
+ selected: C
8
+ }, f = l.forwardRef(
9
9
  ({ children: e, className: s, ...o }, n) => {
10
10
  const { selected: m } = i(a);
11
11
  return /* @__PURE__ */ c(
@@ -13,15 +13,15 @@ const d = "listItemContent__902fc2d6", f = "selected__4e0411a2", t = {
13
13
  {
14
14
  className: r(t.listItemContent, { [t.selected]: m }, s),
15
15
  ...o,
16
- "data-tx": "1.4.0",
16
+ "data-tx": "1.5.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,13 +1,13 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as e } from "../../../chunks/vendor-Ba_pyhza.js";
4
- const i = "listItemControls__c5d8fb05", n = {
3
+ import { c as e } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ const i = "listItemControls__dfc790a7", a = {
5
5
  listItemControls: i
6
- }, a = m.forwardRef(
7
- ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(n.listItemControls, o), ...s, ref: l, children: t })
6
+ }, n = m.forwardRef(
7
+ ({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(a.listItemControls, o), ...s, ref: l, children: t })
8
8
  );
9
- a.displayName = "ListItemControls";
9
+ n.displayName = "ListItemControls";
10
10
  export {
11
- a as ListItemControls
11
+ n as ListItemControls
12
12
  };
13
13
  //# sourceMappingURL=ListItemControls.js.map
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../chunks/vendor-Ba_pyhza.js";
4
- import { L as e } from "../../../chunks/ListItemControlsButton-BoEiexyr.js";
3
+ import "../../../chunks/vendor-9KVE23Ri.js";
4
+ import { L as e } from "../../../chunks/ListItemControlsButton-AbCEipFe.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 b } from "react";
3
- import { a as O, c as g } from "../../../chunks/vendor-Ba_pyhza.js";
3
+ import { a as O, c as g } from "../../../chunks/vendor-9KVE23Ri.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 R } 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 h } from "../../Dropdown/desktop/DropdownList.js";
21
- import { s as y, L as V } from "../../../chunks/ListItemControlsButton-BoEiexyr.js";
21
+ import { s as y, L as V } from "../../../chunks/ListItemControlsButton-AbCEipFe.js";
22
22
  const G = P.forwardRef(
23
23
  (C, l) => {
24
24
  const { buttonAttributes: x, children: c, className: I, icon: N, options: d, selected: n, disabled: B, ...L } = C, f = m(null), u = m(null), [p, v] = E(), D = m(O()), A = ({ opened: e, setOpened: t }) => /* @__PURE__ */ o(
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../../chunks/vendor-Ba_pyhza.js";
3
+ import { c as s } from "../../../chunks/vendor-9KVE23Ri.js";
4
4
  import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
5
5
  import { EComponentSize as r } from "../../../enums/EComponentSize.js";
6
- const d = "listItemLoading__ac3cdc4e", n = {
6
+ const d = "listItemLoading__ee98bdac", n = {
7
7
  listItemLoading: d
8
- }, c = m.forwardRef(
8
+ }, l = m.forwardRef(
9
9
  ({ className: o, ...e }, i) => /* @__PURE__ */ t("div", { className: s(n.listItemLoading, o), ...e, ref: i, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
10
10
  );
11
- c.displayName = "ListItemLoading";
11
+ l.displayName = "ListItemLoading";
12
12
  export {
13
- c as ListItemLoading
13
+ l as ListItemLoading
14
14
  };
15
15
  //# sourceMappingURL=ListItemLoading.js.map
@@ -1,9 +1,9 @@
1
1
  import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
- import p, { useContext as m, useEffect as k } from "react";
3
- import { c as x } from "../../../chunks/vendor-Ba_pyhza.js";
4
- import { Checkbox as d } from "../../Checkbox/Checkbox.js";
2
+ import p, { useContext as m, useEffect as d } from "react";
3
+ import { c as k } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ import { Checkbox as x } from "../../Checkbox/Checkbox.js";
5
5
  import { ListItemContext as _ } from "./ListItemContext.js";
6
- const f = "listItemSelectable__92c53029", L = "selected__4e0411a2", C = "checkboxWrapper__f923c619", W = "childrenWrapper__01a2be1b", I = "checkboxLabel__ca7c9433", S = "checkboxLabelClickArea__98905eba", e = {
6
+ const f = "listItemSelectable__0cb893cf", L = "selected__b6aa1ed9", C = "checkboxWrapper__d54433bb", W = "childrenWrapper__ab7bb08f", I = "checkboxLabel__0bed8b70", S = "checkboxLabelClickArea__0a503fce", e = {
7
7
  listItemSelectable: f,
8
8
  selected: L,
9
9
  checkboxWrapper: C,
@@ -11,22 +11,22 @@ const f = "listItemSelectable__92c53029", L = "selected__4e0411a2", C = "checkbo
11
11
  checkboxLabel: I,
12
12
  checkboxLabelClickArea: S
13
13
  }, N = p.forwardRef(
14
- ({ selected: c, children: l, className: r, onSelect: s, ...o }, b) => {
14
+ ({ selected: c, children: l, className: r, onSelect: s, ...b }, o) => {
15
15
  const { setSelected: a } = m(_), i = (h) => {
16
16
  s(h.target.checked);
17
17
  };
18
- return k(() => {
18
+ return d(() => {
19
19
  a(c);
20
20
  }, [c, a]), /* @__PURE__ */ n(
21
21
  "div",
22
22
  {
23
- className: x(e.listItemSelectable, { [e.selected]: c }, r),
24
- ...o,
25
- ref: b,
23
+ className: k(e.listItemSelectable, { [e.selected]: c }, r),
24
+ ...b,
25
+ ref: o,
26
26
  children: [
27
27
  /* @__PURE__ */ t("div", { className: e.childrenWrapper, children: l }),
28
28
  /* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
29
- d,
29
+ x,
30
30
  {
31
31
  checked: c,
32
32
  onChange: i,
@@ -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-Ba_pyhza.js";
10
- const C = "listItemTable__72486f35", _ = {
9
+ import { c as y } from "../../../chunks/vendor-9KVE23Ri.js";
10
+ const C = "listItemTable__6d4b00a3", _ = {
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-Ba_pyhza.js";
4
- import { s } from "../../../chunks/ListItemTail.module-BB5TJPEc.js";
3
+ import { c as o } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-CZYSMJRz.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-Ba_pyhza.js";
4
- import { s } from "../../../chunks/ListItemTail.module-BB5TJPEc.js";
3
+ import { c as o } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s } from "../../../chunks/ListItemTail.module-CZYSMJRz.js";
5
5
  const r = e.forwardRef(
6
6
  ({ className: a, ...i }, l) => /* @__PURE__ */ m(
7
7
  "span",
@@ -1,21 +1,21 @@
1
1
  import { jsx as b } from "react/jsx-runtime";
2
2
  import p from "react";
3
- import { x as u, C as I, c as _ } from "../../../chunks/vendor-Ba_pyhza.js";
3
+ import { z as u, A as I, c as _ } from "../../../chunks/vendor-9KVE23Ri.js";
4
4
  import { ListItem as y } from "./ListItem.js";
5
5
  import { ListSortableItemTarget as L } from "./ListSortableItemTarget.js";
6
- const R = "listSortableItem__18c325b0", x = "dragging__382d516f", i = {
6
+ const R = "listSortableItem__54b4751d", N = "dragging__480cdceb", i = {
7
7
  listSortableItem: R,
8
- dragging: x
9
- }, N = Object.assign(
8
+ dragging: N
9
+ }, x = Object.assign(
10
10
  p.forwardRef(function({ children: e, className: n, style: g, disabled: r, ...s }, t) {
11
- const { transform: m, transition: l, listeners: f, isDragging: a, setNodeRef: c, setActivatorNodeRef: S } = u({
11
+ const { transform: m, transition: l, listeners: f, isDragging: a, setNodeRef: c, setActivatorNodeRef: d } = 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
- }), d = (o) => {
18
+ }), S = (o) => {
19
19
  c(o), typeof t == "function" ? t(o) : t && (t.current = o);
20
20
  };
21
21
  return /* @__PURE__ */ b(
@@ -24,8 +24,8 @@ const R = "listSortableItem__18c325b0", x = "dragging__382d516f", i = {
24
24
  className: _(i.listSortableItem, { [i.dragging]: a }, n),
25
25
  style: { transform: I.Translate.toString(m), transition: l, ...g },
26
26
  ...s,
27
- ref: d,
28
- children: typeof e == "function" ? e({ disabled: r, dragging: a, listeners: f, setActivatorNodeRef: S }) : e
27
+ ref: S,
28
+ children: typeof e == "function" ? e({ disabled: r, dragging: a, listeners: f, setActivatorNodeRef: d }) : e
29
29
  }
30
30
  );
31
31
  }),
@@ -33,8 +33,8 @@ const R = "listSortableItem__18c325b0", x = "dragging__382d516f", i = {
33
33
  Target: L
34
34
  }
35
35
  );
36
- N.displayName = "ListSortableItem";
36
+ x.displayName = "ListSortableItem";
37
37
  export {
38
- N as ListSortableItem
38
+ x as ListSortableItem
39
39
  };
40
40
  //# sourceMappingURL=ListSortableItem.js.map
@@ -1,16 +1,16 @@
1
- import { jsx as s } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as l } from "../../../chunks/vendor-Ba_pyhza.js";
4
- const a = "listSortableItemControls__f1ae30d6", m = {
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import s from "react";
3
+ import { c as l } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ const a = "listSortableItemControls__efe71024", m = {
5
5
  listSortableItemControls: a
6
- }, i = e.forwardRef(
7
- ({ className: t, ...o }, r) => /* @__PURE__ */ s(
6
+ }, i = s.forwardRef(
7
+ ({ className: t, ...o }, e) => /* @__PURE__ */ r(
8
8
  "div",
9
9
  {
10
10
  className: l(m.listSortableItemControls, t),
11
11
  "data-draggable": "false",
12
12
  ...o,
13
- ref: r
13
+ ref: e
14
14
  }
15
15
  )
16
16
  );
@@ -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 as I } from "../../../chunks/vendor-Ba_pyhza.js";
5
- const c = "listSortableItemTarget__88432b5a", b = "dragging__382d516f", S = "listSortableItemTargetContent__25581799", d = "listSortableItemTargetIcon__7bb0dc8d", t = {
6
- listSortableItemTarget: c,
4
+ import { c } from "../../../chunks/vendor-9KVE23Ri.js";
5
+ const I = "listSortableItemTarget__eac06d71", b = "dragging__480cdceb", d = "listSortableItemTargetContent__123252ce", S = "listSortableItemTargetIcon__eda5d1b6", t = {
6
+ listSortableItemTarget: I,
7
7
  dragging: b,
8
- listSortableItemTargetContent: S,
9
- listSortableItemTargetIcon: d
8
+ listSortableItemTargetContent: d,
9
+ listSortableItemTargetIcon: S
10
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: I(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
14
+ className: c(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
15
15
  ...s,
16
16
  ref: g,
17
17
  children: [
@@ -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-BoEiexyr.js";
6
+ import { L as I } from "../../chunks/ListItemControlsButton-AbCEipFe.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.4.0", children: t });
9
+ const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "1.5.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.4.0",
9
+ "data-tx": "1.5.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-Ba_pyhza.js";
4
- const e = "listMasterChipGroup__343f9055", l = {
3
+ import { c as a } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ const e = "listMasterChipGroup__584ce246", l = {
5
5
  listMasterChipGroup: e
6
- }, m = p.forwardRef(
6
+ }, c = 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__343f9055", l = {
11
11
  /* @__PURE__ */ o("div", { className: a(l.listMasterChipGroup, t), ref: i, ...r, children: s })
12
12
  )
13
13
  );
14
- m.displayName = "ListMasterChips";
14
+ c.displayName = "ListMasterChips";
15
15
  export {
16
- m as ListMasterChipGroup
16
+ c 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-Ba_pyhza.js";
4
- import { s as t } from "../../../chunks/ListMasterFooter.module-DxZ_nXDV.js";
3
+ import { c as f } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s as t } from "../../../chunks/ListMasterFooter.module-Bw6BVPVj.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-Ba_pyhza.js";
4
- import { s as i } from "../../../chunks/ListMasterFooter.module-DxZ_nXDV.js";
3
+ import { c as m } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s as i } from "../../../chunks/ListMasterFooter.module-Bw6BVPVj.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-Ba_pyhza.js";
4
- import { s as m } from "../../../chunks/ListMasterFooter.module-DxZ_nXDV.js";
3
+ import { c as a } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s as m } from "../../../chunks/ListMasterFooter.module-Bw6BVPVj.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
  );