@sberbusiness/triplex-next 0.15.0 → 0.16.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 (424) hide show
  1. package/chunks/AlertProcessSpoiler-BfExIHyf.js +39 -0
  2. package/chunks/{CalendarViewItem-C4iZEwoX.js → CalendarViewItem-DjDlwsr-.js} +23 -23
  3. package/chunks/Card.module-BDhkqA-1.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-DvYrGq2d.js +14 -0
  5. package/chunks/{Chip-CQvFfbck.js → Chip-Is4KDVHc.js} +9 -9
  6. package/chunks/Confirm.module-DJgmkdgX.js +15 -0
  7. package/chunks/{DropdownListItem-CcCakDyr.js → DropdownListItem-BdSacGyt.js} +21 -21
  8. package/chunks/DropdownMobile.module-04Mon9FN.js +23 -0
  9. package/chunks/Footer.module-B0GfNisY.js +9 -0
  10. package/chunks/FormFieldInput-DDUEO0k6.js +60 -0
  11. package/chunks/HeaderLayoutSidebar.module-BvdGzIVf.js +9 -0
  12. package/chunks/HeaderTabs.module-COsRYfxE.js +9 -0
  13. package/chunks/{HeaderTitle.module-BVJYOrCs.js → HeaderTitle.module-LN1Fj13p.js} +2 -2
  14. package/chunks/IslandAccordion.module-GnMVxP0n.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-Cvl5d8YC.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-JkauVtWn.js +12 -0
  17. package/chunks/{LightBoxContent-MLggVllJ.js → LightBoxContent-CN7SmRwX.js} +12 -12
  18. package/chunks/LightBoxControls.module-koLoz_-f.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-D6FP9Ulx.js +8 -0
  20. package/chunks/{ListItemControlsButton-BShMlm2B.js → ListItemControlsButton-CgrHz7BO.js} +13 -13
  21. package/chunks/ListItemTail.module-DNRGTk64.js +12 -0
  22. package/chunks/ListMasterFooter.module-iy5cZxzC.js +10 -0
  23. package/chunks/ModalWindow.module-boLwaSVC.js +17 -0
  24. package/chunks/Notification.module-6l7KFShv.js +21 -0
  25. package/chunks/Overlay.module-COWWNc0T.js +18 -0
  26. package/chunks/Page.module-UL2Y8-XU.js +11 -0
  27. package/chunks/{RightBorderArrow-CxMqoJOA.js → RightBorderArrow-B47Am4iB.js} +7 -7
  28. package/chunks/SMSField.module-BGqA-NcR.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-CrvLHlu0.js +15 -0
  30. package/chunks/{SliderExtendedRail-BdLhibqT.js → SliderExtendedRail-C_eWUceV.js} +9 -9
  31. package/chunks/StatusTracker.module-BIpb3AbV.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-C5OdORCu.js → SuggestFieldMobileDropdownHint-C_9OyUAk.js} +5 -5
  33. package/chunks/TableFooter.module-DpjOyrUF.js +14 -0
  34. package/chunks/TabsExtended.module-hRiksHlb.js +16 -0
  35. package/chunks/TabsLine.module-3hdH-7s8.js +21 -0
  36. package/chunks/TooltipDesktop.module-BQ_-qhMK.js +19 -0
  37. package/chunks/TreeView.module-BHzh1VmC.js +9 -0
  38. package/chunks/{UploadZoneInput-DRVoNz0G.js → UploadZoneInput--8r5kxhe.js} +6 -6
  39. package/chunks/{constants-C0-h2pRq.js → constants-BY1BSJmu.js} +7 -7
  40. package/chunks/{utils-DYe-VisL.js → utils-Bg2bllE8.js} +11 -11
  41. package/chunks/utils-e1nAN4Kk.js +20 -0
  42. package/chunks/utils-rqbzWAF8.js +24 -0
  43. package/chunks/utils-zNOBXKDX.js +73 -0
  44. package/chunks/{vendor-CalMVkfj.js → vendor-DE8Zvm0w.js} +5 -5
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +4 -4
  47. package/components/Alert/AlertContext/AlertContext.js +7 -7
  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 +3 -3
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +16 -16
  53. package/components/Badge/Badge.js +26 -13
  54. package/components/Badge/BadgeDot.js +15 -0
  55. package/components/Badge/components/BadgeContent.js +35 -0
  56. package/components/Badge/components/BadgePostfix.js +14 -0
  57. package/components/Badge/components/BadgePrefix.js +10 -0
  58. package/components/Body/Body.js +8 -8
  59. package/components/Button/Button.js +29 -29
  60. package/components/Button/ButtonBase.js +1 -1
  61. package/components/Button/ButtonDropdown.js +15 -15
  62. package/components/Button/ButtonDropdownExtended.js +5 -5
  63. package/components/Button/ButtonIcon.js +12 -12
  64. package/components/Calendar/Calendar.js +3 -3
  65. package/components/Calendar/components/CalendarControls.js +9 -9
  66. package/components/Calendar/components/CalendarFooter.js +1 -1
  67. package/components/Calendar/components/CalendarViewDays.js +2 -2
  68. package/components/Calendar/components/CalendarViewItem.js +2 -2
  69. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  70. package/components/Calendar/components/CalendarViewYears.js +1 -1
  71. package/components/Card/CardAction.js +16 -16
  72. package/components/Card/CardStatic.js +3 -3
  73. package/components/Card/components/CardContent/CardContent.js +2 -2
  74. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  77. package/components/Card/components/CardMedia.js +2 -2
  78. package/components/Card/utils.js +1 -1
  79. package/components/CarouselExtended/CarouselExtended.js +5 -5
  80. package/components/Checkbox/Checkbox.js +18 -18
  81. package/components/Checkbox/CheckboxXGroup.js +14 -14
  82. package/components/Checkbox/CheckboxYGroup.js +4 -4
  83. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  87. package/components/Chip/Chip.js +2 -2
  88. package/components/Chip/ChipClearButton.js +5 -5
  89. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  90. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  91. package/components/Chip/ChipDropdownArrow.js +8 -8
  92. package/components/Chip/ChipIcon.js +1 -1
  93. package/components/Chip/ChipMultiselect.js +2 -2
  94. package/components/Chip/ChipOptions.js +4 -4
  95. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  96. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  97. package/components/Chip/ChipSort.js +51 -42
  98. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  99. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  100. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  101. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
  102. package/components/Chip/index.js +1 -1
  103. package/components/ChipGroup/ChipGroup.js +18 -18
  104. package/components/Col/Col.js +141 -141
  105. package/components/CollapsableTree/components/CollapsableTreeNode.js +12 -12
  106. package/components/Confirm/Confirm.js +2 -2
  107. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  108. package/components/Confirm/components/ConfirmContent.js +2 -2
  109. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  110. package/components/Confirm/components/ConfirmControls.js +2 -2
  111. package/components/DateField/DateField.js +1 -1
  112. package/components/DateField/DateFieldTarget.js +29 -28
  113. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  114. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
  115. package/components/DateRange/DateRange.js +2 -2
  116. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  117. package/components/Divider/Divider.js +18 -18
  118. package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
  119. package/components/Dropdown/desktop/DropdownDesktop.js +18 -18
  120. package/components/Dropdown/desktop/DropdownList.js +2 -2
  121. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  122. package/components/Dropdown/desktop/index.js +1 -1
  123. package/components/Dropdown/index.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  125. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  135. package/components/Ellipsis/Ellipsis.js +9 -9
  136. package/components/ExpandAnimation/ExpandAnimation.js +23 -23
  137. package/components/ExpandAnimation/index.js +5 -0
  138. package/components/Footer/Footer.js +1 -1
  139. package/components/Footer/components/FooterDescription.js +2 -2
  140. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  141. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  142. package/components/FormField/FormField.js +26 -26
  143. package/components/FormField/components/FormFieldClear.js +10 -10
  144. package/components/FormField/components/FormFieldCounter.js +5 -5
  145. package/components/FormField/components/FormFieldDescription.js +8 -8
  146. package/components/FormField/components/FormFieldInput.js +2 -2
  147. package/components/FormField/components/FormFieldLabel.js +9 -9
  148. package/components/FormField/components/FormFieldMaskedInput.js +20 -20
  149. package/components/FormField/components/FormFieldPostfix.js +4 -4
  150. package/components/FormField/components/FormFieldPrefix.js +8 -8
  151. package/components/FormField/components/FormFieldTarget.js +12 -12
  152. package/components/FormField/components/FormFieldTextarea.js +18 -18
  153. package/components/FormField/index.js +1 -1
  154. package/components/Header/Header.js +1 -1
  155. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  156. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  157. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  158. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  159. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  160. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  161. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  162. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  163. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  164. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  165. package/components/HelpBox/HelpBox.js +39 -38
  166. package/components/Island/Island.js +2 -2
  167. package/components/Island/components/IslandBody.js +3 -3
  168. package/components/Island/components/IslandFooter.js +3 -3
  169. package/components/Island/components/IslandHeader.js +2 -2
  170. package/components/Island/utils.js +1 -1
  171. package/components/IslandAccordion/IslandAccordion.js +3 -3
  172. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  173. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  174. package/components/IslandAccordion/components/IslandAccordionItem.js +8 -8
  175. package/components/IslandWidget/IslandWidget.js +9 -9
  176. package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
  177. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  178. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  179. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  180. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  181. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  182. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  183. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  184. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  185. package/components/LightBox/LightBox.js +18 -19
  186. package/components/LightBox/LightBoxContent.js +2 -2
  187. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  188. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  189. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  190. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +70 -72
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  193. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  194. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  195. package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
  196. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
  197. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +2 -2
  198. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  199. package/components/LightBox/index.js +0 -2
  200. package/components/Link/Link.js +25 -25
  201. package/components/List/List.js +8 -8
  202. package/components/List/ListSortable.js +1 -1
  203. package/components/List/components/ListEmptyState.js +6 -6
  204. package/components/List/components/ListItem.js +1 -1
  205. package/components/List/components/ListItemContent.js +11 -11
  206. package/components/List/components/ListItemControls.js +5 -5
  207. package/components/List/components/ListItemControlsButton.js +2 -2
  208. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  209. package/components/List/components/ListItemLoading.js +5 -5
  210. package/components/List/components/ListItemSelectable.js +5 -5
  211. package/components/List/components/ListItemTable.js +12 -12
  212. package/components/List/components/ListItemTailLeft.js +2 -2
  213. package/components/List/components/ListItemTailRight.js +2 -2
  214. package/components/List/components/ListSortableItem.js +5 -5
  215. package/components/List/components/ListSortableItemControls.js +2 -2
  216. package/components/List/components/ListSortableItemTarget.js +2 -2
  217. package/components/List/index.js +1 -1
  218. package/components/ListMaster/ListMaster.js +1 -1
  219. package/components/ListMaster/components/ListMasterBody.js +1 -1
  220. package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
  221. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  222. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  223. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  224. package/components/ListMaster/components/ListMasterHeader.js +8 -8
  225. package/components/ListMaster/components/SelectionControls.js +3 -3
  226. package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
  227. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  228. package/components/LoaderScreen/LoaderScreen.js +6 -6
  229. package/components/Marker/Marker.js +2 -2
  230. package/components/Marker/utils.js +1 -1
  231. package/components/MarkerStatus/MarkerStatus.js +7 -7
  232. package/components/ModalWindow/ModalWindow.js +2 -2
  233. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  234. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  235. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  236. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  237. package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
  238. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  239. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +13 -13
  240. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  241. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  242. package/components/Notification/Notification.js +3 -3
  243. package/components/Notification/NotificationGrouped.js +1 -1
  244. package/components/Notification/components/NotificationBody.js +1 -1
  245. package/components/Notification/components/NotificationBodyContent.js +1 -1
  246. package/components/Notification/components/NotificationBodyList.js +2 -2
  247. package/components/Notification/components/NotificationClose.js +1 -1
  248. package/components/Notification/components/NotificationFooter.js +1 -1
  249. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  250. package/components/Notification/components/NotificationHeader.js +1 -1
  251. package/components/Notification/components/NotificationIcon.js +1 -1
  252. package/components/Notification/components/NotificationTime.js +1 -1
  253. package/components/NotificationIcon/NotificationIcon.js +2 -2
  254. package/components/NumberField/NumberFieldInput.js +1 -1
  255. package/components/OrderedList/OrderedList.js +6 -6
  256. package/components/OrderedList/OrderedListItem.js +7 -7
  257. package/components/Overlay/Overlay.js +2 -2
  258. package/components/Overlay/OverlayMask.js +2 -2
  259. package/components/Overlay/OverlayPanel.js +2 -2
  260. package/components/Page/Page.js +2 -2
  261. package/components/Page/components/BodyPage.js +2 -2
  262. package/components/Page/components/FooterPage.js +2 -2
  263. package/components/Page/components/HeaderPage.js +2 -2
  264. package/components/Pagination/components/PaginationExtended.js +6 -6
  265. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  266. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  267. package/components/Pagination/components/PaginationPageButton.js +2 -2
  268. package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
  269. package/components/Pagination/components/PaginationSelect.js +15 -15
  270. package/components/Pagination/utils/paginationUtils.js +1 -1
  271. package/components/Radio/Radio.js +17 -17
  272. package/components/Radio/RadioXGroup.js +10 -10
  273. package/components/Radio/RadioYGroup.js +4 -4
  274. package/components/Row/Row.js +9 -9
  275. package/components/SMSField/SMSField.js +3 -3
  276. package/components/SMSField/components/RefreshIcon.js +2 -2
  277. package/components/SMSField/components/SMSFieldInput.js +3 -3
  278. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  279. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  280. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  281. package/components/SegmentedControl/SegmentedControl.js +5 -5
  282. package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
  283. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  284. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
  286. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +9 -9
  287. package/components/SelectField/SelectField.js +5 -5
  288. package/components/Skeleton/Skeleton.js +8 -8
  289. package/components/SliderExtended/SliderExtended.js +3 -3
  290. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +18 -18
  291. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  292. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  293. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  294. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +12 -12
  295. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
  296. package/components/SmallInput/SmallInput.js +2 -2
  297. package/components/Spoiler/Spoiler.js +10 -10
  298. package/components/StatusTracker/StatusTracker.js +3 -3
  299. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  302. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  309. package/components/Step/Step.js +7 -7
  310. package/components/Stepper/RightBorderArrow.js +1 -1
  311. package/components/Stepper/Stepper.js +9 -9
  312. package/components/Stepper/StepperExtended.js +2 -2
  313. package/components/Stepper/StepperStep.js +3 -3
  314. package/components/Stepper/StepperWrapper.js +5 -5
  315. package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
  316. package/components/Suggest/useSuggest.js +3 -3
  317. package/components/SuggestField/SuggestField.js +2 -2
  318. package/components/SuggestField/desktop/SuggestFieldDesktop.js +12 -12
  319. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  320. package/components/SuggestField/index.js +1 -1
  321. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  322. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  323. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  324. package/components/SuggestField/mobile/index.js +1 -1
  325. package/components/SwipeableArea/SwipeableArea.js +11 -11
  326. package/components/Table/FilterPanel.js +3 -3
  327. package/components/Table/MasterTable.js +18 -18
  328. package/components/Table/NoColumns.js +2 -2
  329. package/components/Table/PaginationPanel.js +5 -5
  330. package/components/Table/TableBasic/TableBasic.js +2 -2
  331. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  332. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  333. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  334. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  335. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
  336. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  337. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  338. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +5 -5
  339. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  340. package/components/Table/TableFooter/TableFooter.js +2 -2
  341. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  342. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  343. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  345. package/components/Table/TabsLinePanel.js +2 -2
  346. package/components/Table/TabsLinePanelLinks.js +2 -2
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +18 -18
  349. package/components/TabsExtended/TabsExtended.js +3 -3
  350. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  351. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  352. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  353. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  354. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  355. package/components/TabsExtended/utils.js +1 -1
  356. package/components/TabsLine/TabsLine.js +2 -2
  357. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  358. package/components/TabsLine/components/TabsLineDropdown.js +14 -14
  359. package/components/TabsLine/components/TabsLineItem.js +2 -2
  360. package/components/TabsLine/components/TabsLineMobile.js +11 -11
  361. package/components/Tag/Tag.js +22 -22
  362. package/components/TagColor/TagColor.js +13 -13
  363. package/components/TagGroup/TagGroup.js +11 -11
  364. package/components/TextField/TextField.js +1 -1
  365. package/components/TextareaField/TextareaField.js +1 -1
  366. package/components/ThemeProvider/ThemeProvider.js +1 -1
  367. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  368. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  369. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  370. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  371. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  372. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  373. package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
  374. package/components/TopOverlay/TopOverlay.js +28 -28
  375. package/components/TreeView/TreeView.js +2 -2
  376. package/components/TreeView/components/TreeViewGroup.js +1 -1
  377. package/components/TreeView/components/TreeViewNode.js +2 -2
  378. package/components/Typography/Caption.js +16 -16
  379. package/components/Typography/Text.js +31 -31
  380. package/components/Typography/Title.js +23 -23
  381. package/components/Typography/constants.js +1 -1
  382. package/components/UnorderedList/UnorderedList.js +8 -8
  383. package/components/UnorderedList/UnorderedListItem.js +7 -7
  384. package/components/UploadZone/UploadZone.js +3 -3
  385. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  386. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  387. package/components/index.js +162 -162
  388. package/index.d.ts +40 -13
  389. package/index.js +161 -161
  390. package/package.json +5 -1
  391. package/styles/triplex-next.css +546 -546
  392. package/utils/amountUtils.js +1 -1
  393. package/chunks/AlertProcessSpoiler-DwZ5kXLz.js +0 -39
  394. package/chunks/Card.module-DnZ_SmT7.js +0 -17
  395. package/chunks/CheckboxTreeExtended.module-CRE6yTt5.js +0 -14
  396. package/chunks/Confirm.module-BrVl-yob.js +0 -15
  397. package/chunks/DropdownMobile.module-af6OVs0G.js +0 -23
  398. package/chunks/Footer.module-tAG-SN8m.js +0 -9
  399. package/chunks/FormFieldInput-M-BWeUyG.js +0 -60
  400. package/chunks/HeaderLayoutSidebar.module-Dx11MAi3.js +0 -9
  401. package/chunks/HeaderTabs.module-HGiK1PZg.js +0 -9
  402. package/chunks/IslandAccordion.module-BRmaipCD.js +0 -25
  403. package/chunks/IslandWidgetFooter.module-BXn6GbbA.js +0 -9
  404. package/chunks/IslandWidgetHeader.module-D3zGpkS_.js +0 -12
  405. package/chunks/LightBoxControls.module-zJ2jYB7p.js +0 -16
  406. package/chunks/LightBoxSideOverlayClose.module-DjqVi-v8.js +0 -8
  407. package/chunks/ListItemTail.module-BBVRXBTR.js +0 -12
  408. package/chunks/ListMasterFooter.module-8-LOEhYM.js +0 -10
  409. package/chunks/ModalWindow.module-uM-PCOaZ.js +0 -17
  410. package/chunks/Notification.module-B7fXFvwU.js +0 -21
  411. package/chunks/Overlay.module-Dtk3whPQ.js +0 -18
  412. package/chunks/Page.module-CoeirpZV.js +0 -11
  413. package/chunks/SMSField.module-wdtLV1SH.js +0 -16
  414. package/chunks/SliderExtendedMarks.module-ll3UD_YO.js +0 -15
  415. package/chunks/StatusTracker.module-DrbWwUtn.js +0 -24
  416. package/chunks/TableFooter.module-BDsK8o22.js +0 -14
  417. package/chunks/TabsExtended.module-jfDq5xSa.js +0 -16
  418. package/chunks/TabsLine.module-BnotsPff.js +0 -21
  419. package/chunks/TooltipDesktop.module-CAL6IPaE.js +0 -19
  420. package/chunks/TreeView.module-BYyI_lNS.js +0 -9
  421. package/chunks/utils-Bdg4Vfo1.js +0 -24
  422. package/chunks/utils-DykNYdbk.js +0 -73
  423. package/chunks/utils-qhEFBj7O.js +0 -20
  424. package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
@@ -4,11 +4,11 @@ import { CaretleftStrokeSrvIcon24 as B, CaretrightStrokeSrvIcon24 as v } from "@
4
4
  import { CalendarContext as w } from "../CalendarContext.js";
5
5
  import { Button as H } from "../../Button/Button.js";
6
6
  import { ButtonIcon as A } from "../../Button/ButtonIcon.js";
7
- import { EButtonIconShape as E, EButtonTheme as L } from "../../Button/enums.js";
7
+ import { EButtonIconShape as b, EButtonTheme as L } from "../../Button/enums.js";
8
8
  import { ECalendarViewMode as e } from "../enums.js";
9
- import { globalLimitRange as O } from "../../../consts/DateConst.js";
9
+ import { globalLimitRange as E } from "../../../consts/DateConst.js";
10
10
  import { EComponentSize as V } from "../../../enums/EComponentSize.js";
11
- const U = "calendarControls__8416fa1a", j = {
11
+ const U = "calendarControls__6a7afb79", j = {
12
12
  calendarControls: U
13
13
  }, X = ({
14
14
  children: m,
@@ -16,12 +16,12 @@ const U = "calendarControls__8416fa1a", j = {
16
16
  nextButtonProps: d = {},
17
17
  viewButtonProps: c = {}
18
18
  }) => {
19
- const { viewDate: a, viewMode: n, limitRange: u, periodId: S, onPageChange: h, onViewChange: p } = D(w), b = () => {
19
+ const { viewDate: a, viewMode: n, limitRange: u, periodId: S, onPageChange: h, onViewChange: p } = D(w), O = () => {
20
20
  const { disabled: t, onClick: o, ...r } = typeof i == "function" ? i(n) : i;
21
21
  return /* @__PURE__ */ s(
22
22
  A,
23
23
  {
24
- shape: E.CIRCLE,
24
+ shape: b.CIRCLE,
25
25
  disabled: t || N(),
26
26
  onClick: R(o),
27
27
  ...r,
@@ -33,7 +33,7 @@ const U = "calendarControls__8416fa1a", j = {
33
33
  return /* @__PURE__ */ s(
34
34
  A,
35
35
  {
36
- shape: E.CIRCLE,
36
+ shape: b.CIRCLE,
37
37
  disabled: t || Y(),
38
38
  onClick: x(o),
39
39
  ...r,
@@ -56,10 +56,10 @@ const U = "calendarControls__8416fa1a", j = {
56
56
  );
57
57
  }, N = () => {
58
58
  const t = a.clone();
59
- return n === e.DAYS ? t.startOf("month") : n === e.MONTHS ? t.startOf("year") : n === e.YEARS && t.startOf("year").subtract(5, "years"), t.subtract(1, "day").isBefore(u.dateFrom || O.dateFrom, "day");
59
+ return n === e.DAYS ? t.startOf("month") : n === e.MONTHS ? t.startOf("year") : n === e.YEARS && t.startOf("year").subtract(5, "years"), t.subtract(1, "day").isBefore(u.dateFrom || E.dateFrom, "day");
60
60
  }, Y = () => {
61
61
  const t = a.clone();
62
- return n === e.DAYS ? t.endOf("month") : n === e.MONTHS ? t.endOf("year") : n === e.YEARS && t.endOf("year").add(6, "years"), t.add(1, "day").isAfter(u.dateTo || O.dateTo, "day");
62
+ return n === e.DAYS ? t.endOf("month") : n === e.MONTHS ? t.endOf("year") : n === e.YEARS && t.endOf("year").add(6, "years"), t.add(1, "day").isAfter(u.dateTo || E.dateTo, "day");
63
63
  }, R = (t) => (o) => {
64
64
  const r = C(), l = y(), f = a.clone().subtract(l, r);
65
65
  h(f, n), t == null || t(o);
@@ -86,7 +86,7 @@ const U = "calendarControls__8416fa1a", j = {
86
86
  }
87
87
  };
88
88
  return /* @__PURE__ */ T("div", { className: j.calendarControls, children: [
89
- b(),
89
+ O(),
90
90
  n === e.YEARS ? /* @__PURE__ */ s("span", { id: S, tabIndex: -1, "aria-live": "polite", children: m }) : I(),
91
91
  g()
92
92
  ] });
@@ -1,5 +1,5 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- const e = "calendarFooter__45f81674", r = {
2
+ const e = "calendarFooter__87d51678", r = {
3
3
  calendarFooter: e
4
4
  }, t = ({ children: o }) => /* @__PURE__ */ a("div", { className: r.calendarFooter, children: o });
5
5
  t.displayName = "CalendarFooter";
@@ -1,11 +1,11 @@
1
1
  import { jsxs as U, jsx as l } from "react/jsx-runtime";
2
- import { c as H } from "../../../chunks/vendor-CalMVkfj.js";
2
+ import { c as H } from "../../../chunks/vendor-DE8Zvm0w.js";
3
3
  import { useContext as k, useCallback as O, useState as L, useEffect as q } from "react";
4
4
  import c from "moment";
5
5
  import { isDateOutOfRange as g, isDayDisabled as z } from "../utils.js";
6
6
  import { WEEKDAYS_SET as J } from "../../../consts/DateConst.js";
7
7
  import { CalendarViewContext as Q } from "../CalendarViewContext.js";
8
- import { s as y, C as X } from "../../../chunks/CalendarViewItem-C4iZEwoX.js";
8
+ import { s as y, C as X } from "../../../chunks/CalendarViewItem-DjDlwsr-.js";
9
9
  import { isKey as d } from "../../../utils/keyboard.js";
10
10
  import { ECalendarDateMarkType as Z, ECalendarViewMode as E } from "../enums.js";
11
11
  import { CalendarContext as ee } from "../CalendarContext.js";
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../chunks/vendor-CalMVkfj.js";
2
+ import "../../../chunks/vendor-DE8Zvm0w.js";
3
3
  import "react";
4
4
  import "../enums.js";
5
5
  import "../CalendarViewContext.js";
6
6
  import "../../../utils/keyboard.js";
7
- import { C } from "../../../chunks/CalendarViewItem-C4iZEwoX.js";
7
+ import { C } from "../../../chunks/CalendarViewItem-DjDlwsr-.js";
8
8
  export {
9
9
  C as CalendarViewItem
10
10
  };
@@ -4,7 +4,7 @@ import h from "moment";
4
4
  import { CalendarContext as H } from "../CalendarContext.js";
5
5
  import { CalendarViewContext as K } from "../CalendarViewContext.js";
6
6
  import { isDateOutOfRange as R } from "../utils.js";
7
- import { s as B, C as U } from "../../../chunks/CalendarViewItem-C4iZEwoX.js";
7
+ import { s as B, C as U } from "../../../chunks/CalendarViewItem-DjDlwsr-.js";
8
8
  import { isKey as l } from "../../../utils/keyboard.js";
9
9
  import { ECalendarPickType as Y, ECalendarViewMode as u } from "../enums.js";
10
10
  const Z = ({ pickedDate: r, monthHtmlAttributes: T = {} }) => {
@@ -4,7 +4,7 @@ import w from "moment";
4
4
  import { CalendarContext as N } from "../CalendarContext.js";
5
5
  import { CalendarViewContext as G } from "../CalendarViewContext.js";
6
6
  import { isDateOutOfRange as O } from "../utils.js";
7
- import { s as K, C as H } from "../../../chunks/CalendarViewItem-C4iZEwoX.js";
7
+ import { s as K, C as H } from "../../../chunks/CalendarViewItem-DjDlwsr-.js";
8
8
  import { isKey as i } from "../../../utils/keyboard.js";
9
9
  import { ECalendarViewMode as y } from "../enums.js";
10
10
  const Q = ({ pickedDate: s, yearHtmlAttributes: S = {} }) => {
@@ -1,22 +1,22 @@
1
- var y = Object.defineProperty;
2
- var b = (c, i, e) => i in c ? y(c, i, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[i] = e;
3
- var o = (c, i, e) => b(c, typeof i != "symbol" ? i + "" : i, e);
1
+ var N = Object.defineProperty;
2
+ var y = (c, i, e) => i in c ? N(c, i, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[i] = e;
3
+ var o = (c, i, e) => y(c, typeof i != "symbol" ? i + "" : i, e);
4
4
  import { jsx as R } from "react/jsx-runtime";
5
- import f from "react";
5
+ import u from "react";
6
6
  import { CardContent as T } from "./components/CardContent/CardContent.js";
7
7
  import { CardMedia as M } from "./components/CardMedia.js";
8
8
  import { ECardRoundingSize as w, ECardTheme as x } from "./enums.js";
9
9
  import { EFocusSource as r } from "../../enums/EFocusSource.js";
10
10
  import { mapCardRoundingSizeToCssClass as K, mapCardThemeToCssClass as _ } from "./utils.js";
11
- import { isKey as u } from "../../utils/keyboard.js";
12
- import { c as k } from "../../chunks/vendor-CalMVkfj.js";
13
- import { c as B } from "../../chunks/Card.module-DnZ_SmT7.js";
14
- const O = "action__dd27f0a9", F = "selected__a79b71f1", V = "focusVisible__3f9f926e", a = {
11
+ import { isKey as p } from "../../utils/keyboard.js";
12
+ import { c as k } from "../../chunks/vendor-DE8Zvm0w.js";
13
+ import { c as B } from "../../chunks/Card.module-BDhkqA-1.js";
14
+ const O = "action__863b1356", F = "selected__e1e245fc", V = "focusVisible__97bc7b46", a = {
15
15
  action: O,
16
16
  selected: F,
17
17
  focusVisible: V
18
18
  };
19
- class l extends f.Component {
19
+ class l extends u.Component {
20
20
  constructor() {
21
21
  super(...arguments);
22
22
  o(this, "state", {
@@ -24,7 +24,7 @@ class l extends f.Component {
24
24
  isControlled: this.props.selected !== void 0,
25
25
  isSelected: !!this.props.selected
26
26
  });
27
- o(this, "ref", f.createRef());
27
+ o(this, "ref", u.createRef());
28
28
  o(this, "handleClick", (e) => {
29
29
  const { onClick: s } = this.props;
30
30
  s == null || s(e), this.handleToggle();
@@ -35,7 +35,7 @@ class l extends f.Component {
35
35
  });
36
36
  o(this, "handleKeyDown", (e) => {
37
37
  const { onKeyDown: s } = this.props;
38
- s == null || s(e), u(e.keyCode, "SPACE") ? (e.preventDefault(), this.handleToggle()) : u(e.keyCode, "ENTER") && this.handleToggle();
38
+ s == null || s(e), p(e.keyCode, "SPACE") ? (e.preventDefault(), this.handleToggle()) : p(e.keyCode, "ENTER") && this.handleToggle();
39
39
  });
40
40
  o(this, "handleFocus", (e) => {
41
41
  const { onFocus: s } = this.props, { focusSource: t } = this.state, { current: n } = this.ref;
@@ -66,17 +66,17 @@ class l extends f.Component {
66
66
  onKeyDown: d,
67
67
  onFocus: h,
68
68
  onBlur: z,
69
- roundingSize: p = w.MD,
69
+ roundingSize: f = w.MD,
70
70
  onToggle: A,
71
71
  selected: m,
72
72
  toggle: U,
73
73
  theme: S = x.GENERAL,
74
74
  ...C
75
- } = this.props, { isControlled: E, isSelected: g, focusSource: D } = this.state, N = k(
75
+ } = this.props, { isControlled: E, isSelected: g, focusSource: D } = this.state, b = k(
76
76
  B.card,
77
77
  a.action,
78
78
  _[S],
79
- K[p],
79
+ K[f],
80
80
  {
81
81
  [a.focusVisible]: D === r.KEYBOARD,
82
82
  [a.selected]: E ? !!m : g
@@ -86,7 +86,7 @@ class l extends f.Component {
86
86
  return /* @__PURE__ */ R(
87
87
  "div",
88
88
  {
89
- className: N,
89
+ className: b,
90
90
  tabIndex: 0,
91
91
  onClick: this.handleClick,
92
92
  onMouseDown: this.handleMouseDown,
@@ -96,7 +96,7 @@ class l extends f.Component {
96
96
  role: "button",
97
97
  ...C,
98
98
  ref: this.ref,
99
- "data-tx": "0.15.0",
99
+ "data-tx": "0.16.0",
100
100
  children: e
101
101
  }
102
102
  );
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
2
2
  import { CardContent as s } from "./components/CardContent/CardContent.js";
3
3
  import { CardMedia as e } from "./components/CardMedia.js";
4
4
  import { mapCardRoundingSizeToCssClass as C, mapCardThemeToCssClass as p } from "./utils.js";
5
- import { c } from "../../chunks/vendor-CalMVkfj.js";
6
- import { c as n } from "../../chunks/Card.module-DnZ_SmT7.js";
5
+ import { c } from "../../chunks/vendor-DE8Zvm0w.js";
6
+ import { c as n } from "../../chunks/Card.module-BDhkqA-1.js";
7
7
  import { ECardRoundingSize as f, ECardTheme as l } from "./enums.js";
8
8
  const a = ({
9
9
  children: r,
@@ -21,7 +21,7 @@ const a = ({
21
21
  o
22
22
  ),
23
23
  ...d,
24
- "data-tx": "0.15.0",
24
+ "data-tx": "0.16.0",
25
25
  children: r
26
26
  }
27
27
  );
@@ -3,8 +3,8 @@ import { CardContentBody as C } from "./components/CardContentBody.js";
3
3
  import { CardContentHeader as i } from "./components/CardContentHeader.js";
4
4
  import { CardContentFooter as s } from "./components/CardContentFooter.js";
5
5
  import { ECardContentPaddingSize as t } from "../../enums.js";
6
- import { c as p } from "../../../../chunks/vendor-CalMVkfj.js";
7
- import { c as r } from "../../../../chunks/Card.module-DnZ_SmT7.js";
6
+ import { c as p } from "../../../../chunks/vendor-DE8Zvm0w.js";
7
+ import { c as r } from "../../../../chunks/Card.module-BDhkqA-1.js";
8
8
  const c = {
9
9
  [t.MD]: r.paddingMD,
10
10
  [t.SM]: r.paddingSM
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { c as d } from "../../../../../chunks/vendor-CalMVkfj.js";
3
- import { c as s } from "../../../../../chunks/Card.module-DnZ_SmT7.js";
2
+ import { c as d } from "../../../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { c as s } from "../../../../../chunks/Card.module-BDhkqA-1.js";
4
4
  const m = ({ children: o, className: t, ...r }) => /* @__PURE__ */ a("div", { className: d(s.cardContentBody, t), ...r, children: o });
5
5
  m.displayName = "CardContentBody";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { c as e } from "../../../../../chunks/vendor-CalMVkfj.js";
3
- import { c as s } from "../../../../../chunks/Card.module-DnZ_SmT7.js";
2
+ import { c as e } from "../../../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { c as s } from "../../../../../chunks/Card.module-BDhkqA-1.js";
4
4
  const m = ({ children: o, className: t, ...r }) => /* @__PURE__ */ a("div", { className: e(s.cardContentFooter, t), ...r, children: o });
5
5
  m.displayName = "CardContentFooter";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as o } from "../../../../../chunks/vendor-CalMVkfj.js";
3
- import { c as d } from "../../../../../chunks/Card.module-DnZ_SmT7.js";
2
+ import { c as o } from "../../../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { c as d } from "../../../../../chunks/Card.module-BDhkqA-1.js";
4
4
  const s = ({ children: r, className: a, ...e }) => /* @__PURE__ */ t("div", { className: o(d.cardContentHeader, a), ...e, children: r });
5
5
  s.displayName = "CardContentHeader";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
- import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
3
- import { c as m } from "../../../chunks/Card.module-DnZ_SmT7.js";
2
+ import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
3
+ import { c as m } from "../../../chunks/Card.module-BDhkqA-1.js";
4
4
  const o = ({ children: a, className: r, ...s }) => {
5
5
  const c = e(m.cardMedia, r);
6
6
  return /* @__PURE__ */ d("div", { className: c, ...s, children: a });
@@ -1,5 +1,5 @@
1
1
  import { ECardRoundingSize as r, ECardTheme as s } from "./enums.js";
2
- import { c as o } from "../../chunks/Card.module-DnZ_SmT7.js";
2
+ import { c as o } from "../../chunks/Card.module-BDhkqA-1.js";
3
3
  const e = {
4
4
  [r.MD]: o.roundingMD,
5
5
  [r.SM]: o.roundingSM
@@ -1,8 +1,8 @@
1
- import { jsxs as p, jsx as b } from "react/jsx-runtime";
1
+ import { jsxs as b, jsx as p } from "react/jsx-runtime";
2
2
  import C, { useState as w, useRef as D, useCallback as L, useEffect as d } from "react";
3
- import { l as M, c as S } from "../../chunks/vendor-CalMVkfj.js";
3
+ import { l as M, c as S } from "../../chunks/vendor-DE8Zvm0w.js";
4
4
  import { scrollSmoothHorizontally as c } from "../../utils/scroll.js";
5
- const R = "carouselExtended__ec44cab2", k = {
5
+ const R = "carouselExtended__611be37b", k = {
6
6
  carouselExtended: R
7
7
  }, y = C.forwardRef(
8
8
  ({ children: l, buttonPrev: a, buttonNext: i, stepPrev: u, stepNext: f, ...h }, s) => {
@@ -26,13 +26,13 @@ const R = "carouselExtended__ec44cab2", k = {
26
26
  }, E = (e) => {
27
27
  r.current = e, typeof s == "function" ? s(e) : s && (s.current = e);
28
28
  };
29
- return /* @__PURE__ */ p("div", { ...h, children: [
29
+ return /* @__PURE__ */ b("div", { ...h, children: [
30
30
  a({
31
31
  disabled: o.prevDisabled,
32
32
  hidden: o.hidden,
33
33
  onClick: x
34
34
  }),
35
- /* @__PURE__ */ b("div", { className: S(k.carouselExtended), onScroll: t, ref: E, children: l }),
35
+ /* @__PURE__ */ p("div", { className: S(k.carouselExtended), onScroll: t, ref: E, children: l }),
36
36
  i({
37
37
  disabled: o.nextDisabled,
38
38
  hidden: o.hidden,
@@ -1,5 +1,5 @@
1
- import { jsxs as I, jsx as c } from "react/jsx-runtime";
2
- import N from "react";
1
+ import { jsxs as N, jsx as e } from "react/jsx-runtime";
2
+ import f from "react";
3
3
  import { CheckboxbulkStrokeSrvIcon24 as S, CheckboxtickStrokeSrvIcon24 as z } from "@sberbusiness/icons-next";
4
4
  import { ETextSize as n } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
@@ -7,8 +7,8 @@ import { Text as C } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
8
  import { EComponentSize as s } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as y } from "../../utils/classNameMaps.js";
10
- import { c as l } from "../../chunks/vendor-CalMVkfj.js";
11
- const u = "label__055d9b41", M = "sm__eade7daa", T = "nonempty__801828c9", g = "md__77a5360f", v = "lg__ac817d24", B = "disabled__4eb3f286", j = "checkbox__a0224122", D = "checkboxIcon__9bdd7c76", E = "checkmarkIcon__20cd1fe1", e = {
10
+ import { c as l } from "../../chunks/vendor-DE8Zvm0w.js";
11
+ const u = "label__b5b93101", M = "sm__168b5db3", T = "nonempty__91c24360", g = "md__7db72283", v = "lg__244a9ec9", B = "disabled__ca888779", j = "checkbox__2d2d8802", D = "checkboxIcon__74c7aaf1", E = "checkmarkIcon__de16564b", c = {
12
12
  label: u,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -22,29 +22,29 @@ const u = "label__055d9b41", M = "sm__eade7daa", T = "nonempty__801828c9", g = "
22
22
  [s.LG]: n.B2,
23
23
  [s.MD]: n.B3,
24
24
  [s.SM]: n.B4
25
- }, i = y(e), R = N.forwardRef((d, b) => {
25
+ }, b = y(c), R = f.forwardRef((i, k) => {
26
26
  const {
27
27
  children: a,
28
- className: k,
28
+ className: d,
29
29
  disabled: m,
30
30
  bulk: p,
31
31
  labelAttributes: o,
32
32
  size: t = s.MD,
33
33
  ...x
34
- } = d, h = l(e.checkbox, k, i[t]), _ = l(
35
- e.label,
36
- i[t],
37
- { [e.disabled]: !!m, [e.nonempty]: !!a },
34
+ } = i, h = l(c.checkbox, d, b[t]), _ = l(
35
+ c.label,
36
+ b[t],
37
+ { [c.disabled]: !!m, [c.nonempty]: !!a },
38
38
  o == null ? void 0 : o.className
39
- ), f = () => {
40
- const r = e.checkmarkIcon;
41
- return p ? /* @__PURE__ */ c(S, { className: r, paletteIndex: 7 }) : /* @__PURE__ */ c(z, { className: r, paletteIndex: 7 });
39
+ ), I = () => {
40
+ const r = c.checkmarkIcon;
41
+ return p ? /* @__PURE__ */ e(S, { className: r, paletteIndex: 7 }) : /* @__PURE__ */ e(z, { className: r, paletteIndex: 7 });
42
42
  };
43
- return /* @__PURE__ */ I("label", { ...o, className: _, "data-tx": "0.15.0", children: [
44
- /* @__PURE__ */ c("input", { type: "checkbox", className: h, disabled: m, ...x, ref: b }),
45
- /* @__PURE__ */ c("span", { className: e.checkboxIcon }),
46
- f(),
47
- a && /* @__PURE__ */ c(C, { size: L[t], tag: "div", children: a })
43
+ return /* @__PURE__ */ N("label", { ...o, className: _, "data-tx": "0.16.0", children: [
44
+ /* @__PURE__ */ e("input", { type: "checkbox", className: h, disabled: m, ...x, ref: k }),
45
+ /* @__PURE__ */ e("span", { className: c.checkboxIcon }),
46
+ I(),
47
+ a && /* @__PURE__ */ e(C, { size: L[t], tag: "div", children: a })
48
48
  ] });
49
49
  });
50
50
  R.displayName = "Checkbox";
@@ -1,17 +1,17 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import { c as i } from "../../chunks/vendor-CalMVkfj.js";
3
- const r = "checkboxXGroup__db626fbf", _ = "label__055d9b41", e = {
4
- checkboxXGroup: r,
5
- "indent-12": "indent-12__f9a928a2",
6
- label: _,
7
- "indent-16": "indent-16__30f53cfa",
8
- "indent-20": "indent-20__6c9dc79a",
9
- "indent-24": "indent-24__7e90e1a3",
10
- "indent-28": "indent-28__a59bac8b",
11
- "indent-32": "indent-32__3e63397f"
12
- }, b = (n) => {
13
- const { children: c, className: t, indent: o = 12, ...d } = n, s = i(e.checkboxXGroup, e[`indent-${o}`], t);
14
- return /* @__PURE__ */ a("div", { className: s, role: "group", ...d, children: c });
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { c as r } from "../../chunks/vendor-DE8Zvm0w.js";
3
+ const _ = "checkboxXGroup__0bf857f1", a = "label__b5b93101", n = {
4
+ checkboxXGroup: _,
5
+ "indent-12": "indent-12__4c403c7d",
6
+ label: a,
7
+ "indent-16": "indent-16__0dbf76b5",
8
+ "indent-20": "indent-20__88a48f8d",
9
+ "indent-24": "indent-24__a963630c",
10
+ "indent-28": "indent-28__c19fd8c4",
11
+ "indent-32": "indent-32__79f6e19a"
12
+ }, b = (e) => {
13
+ const { children: c, className: t, indent: o = 12, ...d } = e, s = r(n.checkboxXGroup, n[`indent-${o}`], t);
14
+ return /* @__PURE__ */ i("div", { className: s, role: "group", ...d, children: c });
15
15
  };
16
16
  b.displayName = "CheckboxXGroup";
17
17
  export {
@@ -1,10 +1,10 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
- import { c as t } from "../../chunks/vendor-CalMVkfj.js";
3
- const a = "checkboxYGroup__606ee5fa", x = {
2
+ import { c as t } from "../../chunks/vendor-DE8Zvm0w.js";
3
+ const a = "checkboxYGroup__c7f61005", x = {
4
4
  checkboxYGroup: a
5
5
  }, l = (o) => {
6
- const { children: c, className: s, ...e } = o, r = t(x.checkboxYGroup, s);
7
- return /* @__PURE__ */ p("div", { className: r, role: "group", ...e, children: c });
6
+ const { children: c, className: s, ...r } = o, e = t(x.checkboxYGroup, s);
7
+ return /* @__PURE__ */ p("div", { className: e, role: "group", ...r, children: c });
8
8
  };
9
9
  l.displayName = "CheckboxYGroup";
10
10
  export {
@@ -3,9 +3,9 @@ import { CollapsableTree as x } from "../CollapsableTree/CollapsableTree.js";
3
3
  import { CheckboxTreeExtendedCheckbox as d } from "./components/CheckboxTreeExtendedCheckbox.js";
4
4
  import { CheckboxTreeExtendedNode as c } from "./components/CheckboxTreeExtendedNode.js";
5
5
  import { CheckboxTreeExtendedContext as i } from "./CheckboxTreeExtendedContext.js";
6
- import { c as p } from "../../chunks/vendor-CalMVkfj.js";
6
+ import { c as p } from "../../chunks/vendor-DE8Zvm0w.js";
7
7
  import { EComponentSize as s } from "../../enums/EComponentSize.js";
8
- import { s as n } from "../../chunks/CheckboxTreeExtended.module-CRE6yTt5.js";
8
+ import { s as n } from "../../chunks/CheckboxTreeExtended.module-DvYrGq2d.js";
9
9
  const e = ({ className: r, size: t = s.MD, ...m }) => /* @__PURE__ */ o(i.Provider, { value: { size: t }, children: /* @__PURE__ */ o(x, { className: p(n.checkboxTreeExtended, r), ...m }) });
10
10
  e.displayName = "CheckboxTreeExtended";
11
11
  e.Checkbox = d;
@@ -5,7 +5,7 @@ import { jsx as p } from "react/jsx-runtime";
5
5
  import { CaretdownStrokeSrvIcon16 as l } from "@sberbusiness/icons-next";
6
6
  import { EVENT_KEY_CODES as i } from "../../../utils/keyboard.js";
7
7
  import h from "react";
8
- import { s as m } from "../../../chunks/CheckboxTreeExtended.module-CRE6yTt5.js";
8
+ import { s as m } from "../../../chunks/CheckboxTreeExtended.module-DvYrGq2d.js";
9
9
  class x extends h.Component {
10
10
  constructor() {
11
11
  super(...arguments);
@@ -1,8 +1,8 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { useRef as h, useContext as u, useEffect as d } from "react";
3
3
  import { Checkbox as f } from "../../Checkbox/Checkbox.js";
4
- import { c as i } from "../../../chunks/vendor-CalMVkfj.js";
5
- import { s as t } from "../../../chunks/CheckboxTreeExtended.module-CRE6yTt5.js";
4
+ import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
5
+ import { s as t } from "../../../chunks/CheckboxTreeExtended.module-DvYrGq2d.js";
6
6
  import { CheckboxTreeExtendedContext as k } from "../CheckboxTreeExtendedContext.js";
7
7
  const l = ({
8
8
  active: r,
@@ -2,10 +2,10 @@ import { jsx as p, jsxs as i } from "react/jsx-runtime";
2
2
  import { useContext as x } from "react";
3
3
  import { CollapsableTree as l } from "../../CollapsableTree/CollapsableTree.js";
4
4
  import { isStaticCheckboxTreeExtended as f } from "../isStaticCheckboxTreeExtended.js";
5
- import { c as u } from "../../../chunks/vendor-CalMVkfj.js";
5
+ import { c as u } from "../../../chunks/vendor-DE8Zvm0w.js";
6
6
  import "./CheckboxTreeExtendedArrow.js";
7
7
  import { createSizeToClassNameMap as T } from "../../../utils/classNameMaps.js";
8
- import { s as o } from "../../../chunks/CheckboxTreeExtended.module-CRE6yTt5.js";
8
+ import { s as o } from "../../../chunks/CheckboxTreeExtended.module-DvYrGq2d.js";
9
9
  import { CheckboxTreeExtendedContext as C } from "../CheckboxTreeExtendedContext.js";
10
10
  const N = T(o), y = ({
11
11
  children: r,
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../chunks/vendor-CalMVkfj.js";
4
- import { C as e } from "../../chunks/Chip-CQvFfbck.js";
3
+ import "../../chunks/vendor-DE8Zvm0w.js";
4
+ import { C as e } from "../../chunks/Chip-Is4KDVHc.js";
5
5
  import "../../enums/EComponentSize.js";
6
6
  import "../../utils/classNameMaps.js";
7
7
  import "../../utils/keyboard.js";
@@ -1,17 +1,17 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import p from "react";
3
- import { c } from "../../chunks/vendor-CalMVkfj.js";
2
+ import c from "react";
3
+ import { c as p } from "../../chunks/vendor-DE8Zvm0w.js";
4
4
  import { CrossStrokeSrvIcon24 as a, CrossStrokeSrvIcon20 as i, CrossStrokeSrvIcon16 as m } from "@sberbusiness/icons-next";
5
5
  import { EComponentSize as t } from "../../enums/EComponentSize.js";
6
6
  import { ButtonIcon as l } from "../Button/ButtonIcon.js";
7
- const C = "chipClearButton__5b732810", f = {
7
+ const C = "chipClearButton__1a5ec1e4", f = {
8
8
  chipClearButton: C
9
9
  }, I = {
10
10
  [t.SM]: /* @__PURE__ */ o(m, { paletteIndex: 6 }),
11
11
  [t.MD]: /* @__PURE__ */ o(i, { paletteIndex: 6 }),
12
12
  [t.LG]: /* @__PURE__ */ o(a, { paletteIndex: 6 })
13
- }, S = p.forwardRef(
14
- ({ className: r, size: e = t.MD, ...n }, s) => /* @__PURE__ */ o(l, { className: c(f.chipClearButton, r), ...n, ref: s, children: I[e] })
13
+ }, S = c.forwardRef(
14
+ ({ className: r, size: e = t.MD, ...n }, s) => /* @__PURE__ */ o(l, { className: p(f.chipClearButton, r), ...n, ref: s, children: I[e] })
15
15
  );
16
16
  S.displayName = "ChipClearButton";
17
17
  export {
@@ -7,7 +7,7 @@ import { DatePickerExtended as G } from "../../DatePickerExtended/DatePickerExte
7
7
  import { ChipDatePickerTarget as H } from "./ChipDatePickerTarget.js";
8
8
  import { inputDateFormat as D } from "../../DateField/constants.js";
9
9
  import { DropdownMobileMaskedInput as C } from "../../Dropdown/mobile/DropdownMobileMaskedInput.js";
10
- import { s as L } from "../../../chunks/Chip-CQvFfbck.js";
10
+ import { s as L } from "../../../chunks/Chip-Is4KDVHc.js";
11
11
  const U = N.forwardRef((S, V) => {
12
12
  const {
13
13
  value: o,
@@ -1,6 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import u, { useContext as D } from "react";
3
- import { C as k } from "../../../chunks/Chip-CQvFfbck.js";
3
+ import { C as k } from "../../../chunks/Chip-Is4KDVHc.js";
4
4
  import { ChipDropdownArrow as w } from "../ChipDropdownArrow.js";
5
5
  import { ChipClearButton as P } from "../ChipClearButton.js";
6
6
  import { DatePickerExtendedContext as g } from "../../DatePickerExtended/DatePickerExtendedContext.js";
@@ -1,18 +1,18 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { CaretdownStrokeSrvIcon20 as p } from "@sberbusiness/icons-next";
3
- import { c as a } from "../../chunks/vendor-CalMVkfj.js";
4
- const c = "chipDropdownArrow__f1c0bba2", d = "rotated__a2f74670", o = {
5
- chipDropdownArrow: c,
6
- rotated: d
7
- }, e = ({ rotated: r }) => /* @__PURE__ */ t(
3
+ import { c as e } from "../../chunks/vendor-DE8Zvm0w.js";
4
+ const d = "chipDropdownArrow__47b26deb", n = "rotated__3bede463", o = {
5
+ chipDropdownArrow: d,
6
+ rotated: n
7
+ }, w = ({ rotated: r }) => /* @__PURE__ */ t(
8
8
  p,
9
9
  {
10
- className: a(o.chipDropdownArrow, { [o.rotated]: r }),
10
+ className: e(o.chipDropdownArrow, { [o.rotated]: r }),
11
11
  paletteIndex: 5
12
12
  }
13
13
  );
14
- e.displayName = "ChipDropdownArrow";
14
+ w.displayName = "ChipDropdownArrow";
15
15
  export {
16
- e as ChipDropdownArrow
16
+ w as ChipDropdownArrow
17
17
  };
18
18
  //# sourceMappingURL=ChipDropdownArrow.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import f from "react";
3
- import { C as m } from "../../chunks/Chip-CQvFfbck.js";
3
+ import { C as m } from "../../chunks/Chip-Is4KDVHc.js";
4
4
  const t = f.forwardRef(({ children: p, ...r }, i) => /* @__PURE__ */ o(m, { ...r, prefix: p, postfix: /* @__PURE__ */ o("span", {}), ref: i }));
5
5
  t.displayName = "ChipIcon";
6
6
  export {
@@ -1,11 +1,11 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import w from "react";
3
3
  import { MultiselectField as y } from "../MultiselectField/MultiselectField.js";
4
- import { s as x, C as D } from "../../chunks/Chip-CQvFfbck.js";
4
+ import { s as x, C as D } from "../../chunks/Chip-Is4KDVHc.js";
5
5
  import { ChipClearButton as E } from "./ChipClearButton.js";
6
6
  import { ChipDropdownArrow as K } from "./ChipDropdownArrow.js";
7
7
  import { isKey as t } from "../../utils/keyboard.js";
8
- import { c as g } from "../../chunks/vendor-CalMVkfj.js";
8
+ import { c as g } from "../../chunks/vendor-DE8Zvm0w.js";
9
9
  const B = w.forwardRef(
10
10
  ({ children: s, className: c, clearSelected: p, disabled: m, label: a, displayedValue: C, selected: i, size: e, ...d }, f) => {
11
11
  const h = (o) => {
@@ -1,10 +1,10 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import a from "react";
3
3
  import { OptionsStrokeSrvIcon24 as i } from "@sberbusiness/icons-next";
4
- import { C } from "../../chunks/Chip-CQvFfbck.js";
4
+ import { C } from "../../chunks/Chip-Is4KDVHc.js";
5
5
  import { ChipClearButton as c } from "./ChipClearButton.js";
6
- const m = "chipOptionsContent__bcb4a9d6", f = {
7
- chipOptionsContent: m
6
+ const f = "chipOptionsContent__02ccaf46", m = {
7
+ chipOptionsContent: f
8
8
  }, l = a.forwardRef(
9
9
  ({ children: o, clearSelected: e, selected: n, ...p }, s) => /* @__PURE__ */ t(
10
10
  C,
@@ -16,7 +16,7 @@ const m = "chipOptionsContent__bcb4a9d6", f = {
16
16
  selected: n,
17
17
  ...p,
18
18
  ref: s,
19
- children: typeof o < "u" ? /* @__PURE__ */ t("span", { className: f.chipOptionsContent, children: o }) : o
19
+ children: typeof o < "u" ? /* @__PURE__ */ t("span", { className: m.chipOptionsContent, children: o }) : o
20
20
  }
21
21
  )
22
22
  );