@sberbusiness/triplex-next 0.19.1 → 0.21.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 (426) hide show
  1. package/README.md +61 -23
  2. package/chunks/{AlertProcessSpoiler-CApu9sgV.js → AlertProcessSpoiler-DxZ8QVn2.js} +11 -11
  3. package/chunks/{CalendarViewItem-CCClPe6W.js → CalendarViewItem-D879SDC1.js} +23 -23
  4. package/chunks/Card.module--O3Bx82B.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-Cw3yb-cF.js +15 -0
  6. package/chunks/{Chip-D-F5Ccch.js → Chip-M9mPbBOt.js} +9 -9
  7. package/chunks/Confirm.module-DtBiR4Fo.js +15 -0
  8. package/chunks/{DropdownListItem-B89w0ZP6.js → DropdownListItem-BdLTF7q1.js} +20 -20
  9. package/chunks/DropdownMobile.module-PpB3KA4H.js +23 -0
  10. package/chunks/Footer.module-Z4RIi8JP.js +9 -0
  11. package/chunks/FormFieldInput-C75omt8Y.js +60 -0
  12. package/chunks/HeaderLayoutSidebar.module-BJZj3qz4.js +9 -0
  13. package/chunks/HeaderTabs.module-ykRWLBUI.js +9 -0
  14. package/chunks/{HeaderTitle.module-F927IkdE.js → HeaderTitle.module-Cg-I_NJG.js} +2 -2
  15. package/chunks/IslandAccordion.module-DE-xutGt.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-DpnJPgi0.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-lf-NGWlm.js +12 -0
  18. package/chunks/LightBoxContent-BLPx_Tsf.js +56 -0
  19. package/chunks/LightBoxControls.module-Cbi_wgHX.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js +9 -0
  21. package/chunks/{ListItemControlsButton-CDm9UcL0.js → ListItemControlsButton-0bXNCLYU.js} +9 -9
  22. package/chunks/ListItemTail.module-DFYWneN6.js +12 -0
  23. package/chunks/ListMasterFooter.module-CoXWM3Nq.js +10 -0
  24. package/chunks/ModalWindow.module-DqMffIcE.js +17 -0
  25. package/chunks/Notification.module-CPSD8BYw.js +20 -0
  26. package/chunks/Overlay.module-B5Hl3baB.js +18 -0
  27. package/chunks/Page.module-BbrHHqMK.js +11 -0
  28. package/chunks/{RightBorderArrow-BUP-gfBp.js → RightBorderArrow-1OX8NAL9.js} +11 -11
  29. package/chunks/SMSField.module-CPSjUBD-.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-QNSG8UcN.js +15 -0
  31. package/chunks/SliderExtendedRail-C_1LnK7I.js +40 -0
  32. package/chunks/StatusTracker.module-KkpUE8KY.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-B6hhbNqZ.js → SuggestFieldMobileDropdownHint-DNKfDfM3.js} +4 -4
  34. package/chunks/TableFooter.module-OEvn0oaX.js +14 -0
  35. package/chunks/TabsExtended.module-B3Ti-48x.js +16 -0
  36. package/chunks/TabsLine.module-BgCBcRYT.js +21 -0
  37. package/chunks/TooltipDesktop.module-CC_4-ATz.js +19 -0
  38. package/chunks/TreeView.module-CmGHGs81.js +9 -0
  39. package/chunks/{UploadZoneInput-CCOpTzdI.js → UploadZoneInput-CIib3dEF.js} +3 -3
  40. package/chunks/{constants-BY0--v5J.js → constants-BamiEgAW.js} +7 -7
  41. package/chunks/{utils-CDZhfAbZ.js → utils-Bt-cuXIX.js} +6 -6
  42. package/chunks/utils-C5IWf42V.js +24 -0
  43. package/chunks/{utils-DN-l5mfA.js → utils-d7-rkiPs.js} +6 -6
  44. package/chunks/utils-hbQGLR7K.js +73 -0
  45. package/chunks/{vendor-DE8Zvm0w.js → vendor-DaOifQgP.js} +5330 -5331
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +17 -17
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +8 -8
  52. package/components/AmountField/AmountField.js +1 -1
  53. package/components/Avatar/Avatar.js +12 -12
  54. package/components/Badge/Badge.js +15 -15
  55. package/components/Badge/BadgeDot.js +5 -5
  56. package/components/Badge/components/BadgeContent.js +15 -15
  57. package/components/Badge/components/BadgePostfix.js +9 -9
  58. package/components/Badge/components/BadgePrefix.js +2 -2
  59. package/components/Body/Body.js +4 -4
  60. package/components/Button/Button.js +26 -26
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +13 -13
  63. package/components/Button/ButtonDropdownExtended.js +8 -8
  64. package/components/Button/ButtonIcon.js +13 -13
  65. package/components/Calendar/Calendar.js +6 -6
  66. package/components/Calendar/components/CalendarControls.js +1 -1
  67. package/components/Calendar/components/CalendarFooter.js +1 -1
  68. package/components/Calendar/components/CalendarViewDays.js +2 -2
  69. package/components/Calendar/components/CalendarViewItem.js +2 -2
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +12 -12
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +2 -2
  81. package/components/Checkbox/Checkbox.js +6 -6
  82. package/components/Checkbox/CheckboxXGroup.js +11 -11
  83. package/components/Checkbox/CheckboxYGroup.js +9 -9
  84. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +18 -10
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +35 -28
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  88. package/components/Chip/Chip.js +2 -2
  89. package/components/Chip/ChipClearButton.js +7 -7
  90. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  91. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +24 -23
  92. package/components/Chip/ChipDropdownArrow.js +6 -6
  93. package/components/Chip/ChipIcon.js +1 -1
  94. package/components/Chip/ChipMultiselect.js +2 -2
  95. package/components/Chip/ChipOptions.js +2 -2
  96. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  97. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  98. package/components/Chip/ChipSort.js +2 -2
  99. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  100. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  102. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  103. package/components/Chip/index.js +1 -1
  104. package/components/ChipGroup/ChipGroup.js +16 -16
  105. package/components/Col/Col.js +135 -135
  106. package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
  107. package/components/Confirm/Confirm.js +2 -2
  108. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  109. package/components/Confirm/components/ConfirmContent.js +2 -2
  110. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  111. package/components/Confirm/components/ConfirmControls.js +2 -2
  112. package/components/Confirm/index.js +4 -2
  113. package/components/DateField/DateField.js +1 -1
  114. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  115. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
  116. package/components/DateRange/DateRange.js +19 -19
  117. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  118. package/components/DesignTokens/DesignTokensCore.js +8 -0
  119. package/components/DesignTokens/components/Pagination.js +2 -5
  120. package/components/DesignTokens/types/DesignTokensTypes.js +2 -0
  121. package/components/Divider/Divider.js +21 -21
  122. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  123. package/components/Dropdown/desktop/DropdownDesktop.js +19 -19
  124. package/components/Dropdown/desktop/DropdownList.js +2 -2
  125. package/components/Dropdown/desktop/DropdownListItem.js +3 -3
  126. package/components/Dropdown/desktop/index.js +1 -1
  127. package/components/Dropdown/index.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  135. package/components/Dropdown/mobile/DropdownMobileList.js +14 -21
  136. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  139. package/components/Ellipsis/Ellipsis.js +6 -6
  140. package/components/ExpandAnimation/ExpandAnimation.js +23 -23
  141. package/components/Footer/Footer.js +1 -1
  142. package/components/Footer/components/FooterDescription.js +2 -2
  143. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  144. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  145. package/components/FormField/FormField.js +61 -59
  146. package/components/FormField/FormFieldContext.js +4 -3
  147. package/components/FormField/components/FormFieldClear.js +2 -2
  148. package/components/FormField/components/FormFieldCounter.js +3 -3
  149. package/components/FormField/components/FormFieldDescription.js +5 -5
  150. package/components/FormField/components/FormFieldInput.js +2 -2
  151. package/components/FormField/components/FormFieldLabel.js +19 -19
  152. package/components/FormField/components/FormFieldMaskedInput.js +9 -9
  153. package/components/FormField/components/FormFieldPostfix.js +9 -9
  154. package/components/FormField/components/FormFieldPrefix.js +8 -8
  155. package/components/FormField/components/FormFieldTarget.js +31 -29
  156. package/components/FormField/components/FormFieldTextarea.js +9 -9
  157. package/components/FormField/index.js +1 -1
  158. package/components/Header/Header.js +1 -1
  159. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  160. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  161. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  162. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +10 -10
  163. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  164. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  165. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  166. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  167. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  168. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  169. package/components/HelpBox/HelpBox.js +7 -7
  170. package/components/Island/Island.js +2 -2
  171. package/components/Island/components/IslandBody.js +2 -2
  172. package/components/Island/components/IslandFooter.js +3 -3
  173. package/components/Island/components/IslandHeader.js +3 -3
  174. package/components/Island/utils.js +1 -1
  175. package/components/IslandAccordion/IslandAccordion.js +3 -3
  176. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  177. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  178. package/components/IslandAccordion/components/IslandAccordionItem.js +75 -69
  179. package/components/IslandWidget/IslandWidget.js +18 -18
  180. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  181. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  182. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  183. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  184. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  185. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  187. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  188. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  189. package/components/LightBox/LightBox.js +22 -22
  190. package/components/LightBox/LightBoxContent.js +2 -2
  191. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  192. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  193. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  195. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
  196. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +24 -24
  197. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  199. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  200. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
  201. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  202. package/components/Link/Link.js +30 -30
  203. package/components/List/List.js +9 -9
  204. package/components/List/ListSortable.js +1 -1
  205. package/components/List/components/ListEmptyState.js +4 -4
  206. package/components/List/components/ListItem.js +1 -1
  207. package/components/List/components/ListItemContent.js +3 -3
  208. package/components/List/components/ListItemControls.js +2 -2
  209. package/components/List/components/ListItemControlsButton.js +2 -2
  210. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  211. package/components/List/components/ListItemLoading.js +6 -6
  212. package/components/List/components/ListItemSelectable.js +15 -15
  213. package/components/List/components/ListItemTable.js +6 -6
  214. package/components/List/components/ListItemTailLeft.js +2 -2
  215. package/components/List/components/ListItemTailRight.js +2 -2
  216. package/components/List/components/ListSortableItem.js +10 -10
  217. package/components/List/components/ListSortableItemControls.js +5 -5
  218. package/components/List/components/ListSortableItemTarget.js +2 -2
  219. package/components/List/index.js +1 -1
  220. package/components/ListMaster/ListMaster.js +1 -1
  221. package/components/ListMaster/components/ListMasterBody.js +1 -1
  222. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  223. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  224. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  225. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  226. package/components/ListMaster/components/ListMasterHeader.js +2 -2
  227. package/components/ListMaster/components/SelectionControls.js +7 -7
  228. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  229. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  230. package/components/LoaderScreen/LoaderScreen.js +12 -12
  231. package/components/Marker/Marker.js +2 -2
  232. package/components/Marker/utils.js +1 -1
  233. package/components/MarkerStatus/MarkerStatus.js +7 -7
  234. package/components/ModalWindow/ModalWindow.js +12 -12
  235. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  236. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  237. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  239. package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
  240. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  241. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
  242. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  243. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  244. package/components/Notification/Notification.js +3 -3
  245. package/components/Notification/NotificationGrouped.js +1 -1
  246. package/components/Notification/components/NotificationBody.js +1 -1
  247. package/components/Notification/components/NotificationBodyList.js +2 -2
  248. package/components/Notification/components/NotificationClose.js +1 -1
  249. package/components/Notification/components/NotificationFooter.js +1 -1
  250. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  251. package/components/Notification/components/NotificationHeader.js +1 -1
  252. package/components/Notification/components/NotificationIcon.js +1 -1
  253. package/components/Notification/components/NotificationTime.js +1 -1
  254. package/components/NumberField/NumberFieldInput.js +1 -1
  255. package/components/OrderedList/OrderedList.js +6 -6
  256. package/components/OrderedList/OrderedListItem.js +6 -6
  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 +10 -10
  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 +1 -1
  266. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  267. package/components/Pagination/components/PaginationPageButton.js +24 -16
  268. package/components/Pagination/components/PaginationPageEllipsis.js +13 -9
  269. package/components/Pagination/components/PaginationSelect.js +9 -9
  270. package/components/Pagination/utils/paginationUtils.js +1 -1
  271. package/components/Portal/index.js +5 -0
  272. package/components/Radio/Radio.js +12 -12
  273. package/components/Radio/RadioXGroup.js +11 -11
  274. package/components/Radio/RadioYGroup.js +8 -8
  275. package/components/Row/Row.js +5 -5
  276. package/components/SMSField/SMSField.js +3 -3
  277. package/components/SMSField/components/RefreshIcon.js +2 -2
  278. package/components/SMSField/components/SMSFieldInput.js +3 -3
  279. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  280. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  281. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  282. package/components/SegmentedControl/SegmentedControl.js +11 -11
  283. package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
  284. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  285. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  286. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +71 -67
  287. package/components/SelectField/SelectField.js +1 -1
  288. package/components/Skeleton/Skeleton.js +8 -8
  289. package/components/SliderExtended/SliderExtended.js +3 -3
  290. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +27 -27
  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 +9 -9
  295. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
  296. package/components/SmallInput/SmallInput.js +7 -7
  297. package/components/Spoiler/Spoiler.js +18 -18
  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 +11 -11
  310. package/components/Stepper/RightBorderArrow.js +1 -1
  311. package/components/Stepper/Stepper.js +2 -2
  312. package/components/Stepper/StepperExtended.js +5 -5
  313. package/components/Stepper/StepperStep.js +3 -3
  314. package/components/Stepper/StepperWrapper.js +3 -3
  315. package/components/Suggest/SuggestMobileDropdownContent.js +20 -19
  316. package/components/Suggest/useSuggest.js +1 -1
  317. package/components/SuggestField/SuggestField.js +2 -2
  318. package/components/SuggestField/desktop/SuggestFieldDesktop.js +141 -137
  319. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +59 -55
  320. package/components/SuggestField/index.js +1 -1
  321. package/components/SuggestField/mobile/SuggestFieldMobile.js +53 -49
  322. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +75 -67
  323. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  324. package/components/SuggestField/mobile/index.js +1 -1
  325. package/components/SwipeableArea/SwipeableArea.js +15 -15
  326. package/components/Table/FilterPanel.js +3 -3
  327. package/components/Table/MasterTable.js +13 -13
  328. package/components/Table/NoColumns.js +4 -4
  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 +5 -5
  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 +2 -2
  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 +8 -8
  347. package/components/Table/utils.js +1 -1
  348. package/components/Tabs/Tabs.js +19 -19
  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 +120 -156
  359. package/components/TabsLine/components/TabsLineItem.js +2 -2
  360. package/components/TabsLine/components/TabsLineMobile.js +5 -5
  361. package/components/Tag/Tag.js +33 -33
  362. package/components/TagColor/TagColor.js +21 -19
  363. package/components/TagGroup/TagGroup.js +8 -8
  364. package/components/TextField/TextField.js +1 -1
  365. package/components/TextareaField/TextareaField.js +1 -1
  366. package/components/ThemeProvider/ThemeProvider.js +4 -4
  367. package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
  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 +2 -2
  374. package/components/Tooltip/index.js +13 -5
  375. package/components/TopOverlay/TopOverlay.js +36 -36
  376. package/components/TreeView/TreeView.js +2 -2
  377. package/components/TreeView/components/TreeViewGroup.js +1 -1
  378. package/components/TreeView/components/TreeViewNode.js +2 -2
  379. package/components/Typography/Caption.js +15 -15
  380. package/components/Typography/Text.js +23 -23
  381. package/components/Typography/Title.js +16 -16
  382. package/components/Typography/constants.js +1 -1
  383. package/components/UnorderedList/UnorderedList.js +3 -3
  384. package/components/UnorderedList/UnorderedListItem.js +6 -6
  385. package/components/UploadZone/UploadZone.js +3 -3
  386. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  387. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  388. package/components/index.js +574 -560
  389. package/generated/refTokenTypes.js +1 -1
  390. package/helpers/less/colors.less +2 -0
  391. package/index.d.ts +231 -68
  392. package/index.js +618 -604
  393. package/package.json +5 -1
  394. package/styles/triplex-next.css +547 -546
  395. package/utils/amountUtils.js +1 -1
  396. package/chunks/Card.module-D48lssVF.js +0 -17
  397. package/chunks/CheckboxTreeExtended.module-BLtvkZsi.js +0 -14
  398. package/chunks/Confirm.module-CvrGGvLz.js +0 -15
  399. package/chunks/DropdownMobile.module-CEbQqs2X.js +0 -23
  400. package/chunks/Footer.module-WHmnrQeq.js +0 -9
  401. package/chunks/FormFieldInput-CC-nRhb4.js +0 -60
  402. package/chunks/HeaderLayoutSidebar.module-Cnl-O6HE.js +0 -9
  403. package/chunks/HeaderTabs.module-Nz927HlU.js +0 -9
  404. package/chunks/IslandAccordion.module-CFCDu7K5.js +0 -25
  405. package/chunks/IslandWidgetFooter.module--vNV-XXe.js +0 -9
  406. package/chunks/IslandWidgetHeader.module-BhnBnkZk.js +0 -12
  407. package/chunks/LightBoxContent-CWI11Mkg.js +0 -56
  408. package/chunks/LightBoxControls.module-Kv0-R_GW.js +0 -16
  409. package/chunks/LightBoxSideOverlayClose.module-DGwWDaQC.js +0 -8
  410. package/chunks/ListItemTail.module-DZ2CIKA4.js +0 -12
  411. package/chunks/ListMasterFooter.module-DMTXvddx.js +0 -10
  412. package/chunks/ModalWindow.module-CmKHP-l0.js +0 -17
  413. package/chunks/Notification.module-CtiA4KeZ.js +0 -20
  414. package/chunks/Overlay.module-BKGmOe22.js +0 -18
  415. package/chunks/Page.module-BjtGL1n5.js +0 -11
  416. package/chunks/SMSField.module-BM5o6WPK.js +0 -16
  417. package/chunks/SliderExtendedMarks.module-C4eA55N-.js +0 -15
  418. package/chunks/SliderExtendedRail-BtDNU2QU.js +0 -40
  419. package/chunks/StatusTracker.module-jKCRT7JR.js +0 -24
  420. package/chunks/TableFooter.module-BIxc-uz_.js +0 -14
  421. package/chunks/TabsExtended.module-CWXgdzlB.js +0 -16
  422. package/chunks/TabsLine.module-BQ_DsA4u.js +0 -21
  423. package/chunks/TooltipDesktop.module-DMqxtrmh.js +0 -19
  424. package/chunks/TreeView.module-DwpFo7Sm.js +0 -9
  425. package/chunks/utils-BD4-x_pW.js +0 -24
  426. package/chunks/utils-CIrM2Shg.js +0 -73
@@ -1,21 +1,21 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import u from "react";
3
- import { c as m } from "../../chunks/vendor-DE8Zvm0w.js";
4
- import { EButtonIconShape as c } from "./enums.js";
5
- const p = "buttonIcon__b1e3151e", I = "circle__a373cac2", b = "squircle__5a2aac6a", o = {
6
- buttonIcon: p,
7
- circle: I,
8
- squircle: b
3
+ import { c as m } from "../../chunks/vendor-DaOifQgP.js";
4
+ import { EButtonIconShape as o } from "./enums.js";
5
+ const b = "buttonIcon__a8804480", p = "circle__627bdf5a", I = "squircle__0b588abb", t = {
6
+ buttonIcon: b,
7
+ circle: p,
8
+ squircle: I
9
9
  }, f = {
10
- [c.SQUIRCLE]: o.squircle,
11
- [c.CIRCLE]: o.circle
10
+ [o.SQUIRCLE]: t.squircle,
11
+ [o.CIRCLE]: t.circle
12
12
  }, _ = u.forwardRef(
13
- ({ className: e, disabled: t, shape: n = c.SQUIRCLE, active: s, ...a }, r) => {
14
- const i = m(o.buttonIcon, f[n], "hoverable", e, {
15
- active: !!s,
16
- disabled: !!t
13
+ ({ className: n, disabled: c, shape: s = o.SQUIRCLE, active: e, ...r }, a) => {
14
+ const i = m(t.buttonIcon, f[s], "hoverable", n, {
15
+ active: !!e,
16
+ disabled: !!c
17
17
  });
18
- return /* @__PURE__ */ l("button", { type: "button", className: i, disabled: t, ...a, ref: r });
18
+ return /* @__PURE__ */ l("button", { type: "button", className: i, disabled: c, ...r, ref: a });
19
19
  }
20
20
  );
21
21
  _.displayName = "ButtonIcon";
@@ -2,7 +2,7 @@ var M = Object.defineProperty;
2
2
  var H = (m, d, t) => d in m ? M(m, d, { enumerable: !0, configurable: !0, writable: !0, value: t }) : m[d] = t;
3
3
  var p = (m, d, t) => H(m, typeof d != "symbol" ? d + "" : d, t);
4
4
  import { jsx as h, jsxs as S } from "react/jsx-runtime";
5
- import { u as I, c as R } from "../../chunks/vendor-DE8Zvm0w.js";
5
+ import { u as I, c as R } from "../../chunks/vendor-DaOifQgP.js";
6
6
  import V from "react";
7
7
  import D from "moment";
8
8
  import { globalLimitRange as O, dateFormatYYYYMMDD as x } from "../../consts/DateConst.js";
@@ -13,7 +13,7 @@ import { CalendarView as _ } from "./components/CalendarView.js";
13
13
  import { CalendarFooter as E } from "./components/CalendarFooter.js";
14
14
  import { CalendarFooterButton as v } from "./components/CalendarFooterButton.js";
15
15
  import { parsePickedDate as f, formatDate as P, getHeader as j } from "./utils.js";
16
- const q = "calendar__e012f7af", L = "adaptive__572c0181", g = {
16
+ const q = "calendar__abcd0776", L = "adaptive__f11cc952", g = {
17
17
  calendar: q,
18
18
  adaptive: L
19
19
  };
@@ -134,10 +134,10 @@ class k extends V.PureComponent {
134
134
  nextButtonProps: u,
135
135
  viewButtonProps: C,
136
136
  todayButtonProps: T
137
- } = this.props, { viewMode: A, viewDate: B, header: Y } = this.state, F = R(g.calendar, {
137
+ } = this.props, { viewMode: A, viewDate: B, header: Y } = this.state, b = R(g.calendar, {
138
138
  [g.adaptive]: !!this.props.adaptiveMode
139
- }), b = f(this.props.pickedDate, t);
140
- return /* @__PURE__ */ h("div", { className: F, "data-tx": "0.19.1", children: /* @__PURE__ */ S(
139
+ }), F = f(this.props.pickedDate, t);
140
+ return /* @__PURE__ */ h("div", { className: b, "data-tx": "0.21.0", children: /* @__PURE__ */ S(
141
141
  w.Provider,
142
142
  {
143
143
  value: {
@@ -166,7 +166,7 @@ class k extends V.PureComponent {
166
166
  /* @__PURE__ */ h(
167
167
  _,
168
168
  {
169
- pickedDate: b,
169
+ pickedDate: F,
170
170
  dayHtmlAttributes: e,
171
171
  monthHtmlAttributes: i,
172
172
  yearHtmlAttributes: s
@@ -8,7 +8,7 @@ import { EButtonIconShape as E, EButtonTheme as L } from "../../Button/enums.js"
8
8
  import { ECalendarViewMode as e } from "../enums.js";
9
9
  import { globalLimitRange as O } from "../../../consts/DateConst.js";
10
10
  import { EComponentSize as V } from "../../../enums/EComponentSize.js";
11
- const U = "calendarControls__8c619458", j = {
11
+ const U = "calendarControls__ec7f63e8", j = {
12
12
  calendarControls: U
13
13
  }, X = ({
14
14
  children: m,
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- const e = "calendarFooter__fab9c8ea", r = {
2
+ const e = "calendarFooter__8ad32a73", r = {
3
3
  calendarFooter: e
4
4
  }, t = ({ children: a }) => /* @__PURE__ */ o("div", { className: r.calendarFooter, children: a });
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-DE8Zvm0w.js";
2
+ import { c as H } from "../../../chunks/vendor-DaOifQgP.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-CCClPe6W.js";
8
+ import { s as y, C as X } from "../../../chunks/CalendarViewItem-D879SDC1.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-DE8Zvm0w.js";
2
+ import "../../../chunks/vendor-DaOifQgP.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-CCClPe6W.js";
7
+ import { C } from "../../../chunks/CalendarViewItem-D879SDC1.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-CCClPe6W.js";
7
+ import { s as B, C as U } from "../../../chunks/CalendarViewItem-D879SDC1.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-CCClPe6W.js";
7
+ import { s as K, C as H } from "../../../chunks/CalendarViewItem-D879SDC1.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 = {} }) => {
@@ -9,9 +9,9 @@ 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
11
  import { isKey as f } from "../../utils/keyboard.js";
12
- import { c as k } from "../../chunks/vendor-DE8Zvm0w.js";
13
- import { c as B } from "../../chunks/Card.module-D48lssVF.js";
14
- const O = "action__2fbca07e", F = "selected__b1da75aa", V = "focusVisible__fefd9acd", n = {
12
+ import { c as k } from "../../chunks/vendor-DaOifQgP.js";
13
+ import { c as B } from "../../chunks/Card.module--O3Bx82B.js";
14
+ const O = "action__ab4d209e", F = "selected__ecfa5393", V = "focusVisible__ff80b86a", a = {
15
15
  action: O,
16
16
  selected: F,
17
17
  focusVisible: V
@@ -38,16 +38,16 @@ class l extends u.Component {
38
38
  s == null || s(e), f(e.keyCode, "SPACE") ? (e.preventDefault(), this.handleToggle()) : f(e.keyCode, "ENTER") && this.handleToggle();
39
39
  });
40
40
  o(this, "handleFocus", (e) => {
41
- const { onFocus: s } = this.props, { focusSource: t } = this.state, { current: a } = this.ref;
42
- s == null || s(e), !t && a === e.target && this.setState({ focusSource: r.KEYBOARD });
41
+ const { onFocus: s } = this.props, { focusSource: t } = this.state, { current: n } = this.ref;
42
+ s == null || s(e), !t && n === e.target && this.setState({ focusSource: r.KEYBOARD });
43
43
  });
44
44
  o(this, "handleBlur", (e) => {
45
45
  const { onBlur: s } = this.props, { current: t } = this.ref;
46
46
  s == null || s(e), t !== document.activeElement && t === e.target && this.setState({ focusSource: r.NONE });
47
47
  });
48
48
  o(this, "handleToggle", () => {
49
- const { toggle: e, selected: s, onToggle: t } = this.props, { isControlled: a, isSelected: d } = this.state;
50
- a ? e == null || e(!s) : this.setState(
49
+ const { toggle: e, selected: s, onToggle: t } = this.props, { isControlled: n, isSelected: d } = this.state;
50
+ n ? e == null || e(!s) : this.setState(
51
51
  (h) => ({ isSelected: !h.isSelected }),
52
52
  () => t == null ? void 0 : t(!d)
53
53
  );
@@ -62,7 +62,7 @@ class l extends u.Component {
62
62
  children: e,
63
63
  className: s,
64
64
  onClick: t,
65
- onMouseDown: a,
65
+ onMouseDown: n,
66
66
  onKeyDown: d,
67
67
  onFocus: h,
68
68
  onBlur: z,
@@ -74,12 +74,12 @@ class l extends u.Component {
74
74
  ...C
75
75
  } = this.props, { isControlled: E, isSelected: g, focusSource: D } = this.state, N = k(
76
76
  B.card,
77
- n.action,
77
+ a.action,
78
78
  _[S],
79
79
  K[p],
80
80
  {
81
- [n.focusVisible]: D === r.KEYBOARD,
82
- [n.selected]: E ? !!m : g
81
+ [a.focusVisible]: D === r.KEYBOARD,
82
+ [a.selected]: E ? !!m : g
83
83
  },
84
84
  s
85
85
  );
@@ -96,7 +96,7 @@ class l extends u.Component {
96
96
  role: "button",
97
97
  ...C,
98
98
  ref: this.ref,
99
- "data-tx": "0.19.1",
99
+ "data-tx": "0.21.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-DE8Zvm0w.js";
6
- import { c as n } from "../../chunks/Card.module-D48lssVF.js";
5
+ import { c } from "../../chunks/vendor-DaOifQgP.js";
6
+ import { c as n } from "../../chunks/Card.module--O3Bx82B.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.19.1",
24
+ "data-tx": "0.21.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-DE8Zvm0w.js";
7
- import { c as r } from "../../../../chunks/Card.module-D48lssVF.js";
6
+ import { c as p } from "../../../../chunks/vendor-DaOifQgP.js";
7
+ import { c as r } from "../../../../chunks/Card.module--O3Bx82B.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-DE8Zvm0w.js";
3
- import { c as s } from "../../../../../chunks/Card.module-D48lssVF.js";
2
+ import { c as d } from "../../../../../chunks/vendor-DaOifQgP.js";
3
+ import { c as s } from "../../../../../chunks/Card.module--O3Bx82B.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-DE8Zvm0w.js";
3
- import { c as s } from "../../../../../chunks/Card.module-D48lssVF.js";
2
+ import { c as e } from "../../../../../chunks/vendor-DaOifQgP.js";
3
+ import { c as s } from "../../../../../chunks/Card.module--O3Bx82B.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-DE8Zvm0w.js";
3
- import { c as d } from "../../../../../chunks/Card.module-D48lssVF.js";
2
+ import { c as o } from "../../../../../chunks/vendor-DaOifQgP.js";
3
+ import { c as d } from "../../../../../chunks/Card.module--O3Bx82B.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-DE8Zvm0w.js";
3
- import { c as m } from "../../../chunks/Card.module-D48lssVF.js";
2
+ import { c as e } from "../../../chunks/vendor-DaOifQgP.js";
3
+ import { c as m } from "../../../chunks/Card.module--O3Bx82B.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-D48lssVF.js";
2
+ import { c as o } from "../../chunks/Card.module--O3Bx82B.js";
3
3
  const e = {
4
4
  [r.MD]: o.roundingMD,
5
5
  [r.SM]: o.roundingSM
@@ -1,8 +1,8 @@
1
1
  import { jsxs as p, jsx as b } 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-DE8Zvm0w.js";
3
+ import { l as M, c as S } from "../../chunks/vendor-DaOifQgP.js";
4
4
  import { scrollSmoothHorizontally as c } from "../../utils/scroll.js";
5
- const R = "carouselExtended__098883f9", k = {
5
+ const R = "carouselExtended__12278c8d", k = {
6
6
  carouselExtended: R
7
7
  }, y = C.forwardRef(
8
8
  ({ children: l, buttonPrev: a, buttonNext: i, stepPrev: u, stepNext: f, ...h }, s) => {
@@ -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-DE8Zvm0w.js";
11
- const u = "label__da70bb36", M = "sm__dbbded2d", T = "nonempty__aab6c620", g = "md__69860f8e", v = "lg__9900ed5a", B = "disabled__1b569f38", j = "checkbox__b796520f", D = "checkboxIcon__ba792b43", E = "checkmarkIcon__3c9ca55e", e = {
10
+ import { c as l } from "../../chunks/vendor-DaOifQgP.js";
11
+ const u = "label__b750b705", M = "sm__1d9bf570", T = "nonempty__a08deead", g = "md__24faf2cc", v = "lg__3d91f818", B = "disabled__05deace8", j = "checkbox__ecbbfe16", D = "checkboxIcon__ba5a9d4d", E = "checkmarkIcon__16d7cc38", e = {
12
12
  label: u,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -22,7 +22,7 @@ const u = "label__da70bb36", M = "sm__dbbded2d", T = "nonempty__aab6c620", g = "
22
22
  [s.LG]: n.B2,
23
23
  [s.MD]: n.B3,
24
24
  [s.SM]: n.B4
25
- }, b = y(e), R = N.forwardRef((i, d) => {
25
+ }, b = y(e), R = N.forwardRef((d, i) => {
26
26
  const {
27
27
  children: a,
28
28
  className: k,
@@ -31,7 +31,7 @@ const u = "label__da70bb36", M = "sm__dbbded2d", T = "nonempty__aab6c620", g = "
31
31
  labelAttributes: o,
32
32
  size: t = s.MD,
33
33
  ...x
34
- } = i, h = l(e.checkbox, k, b[t]), _ = l(
34
+ } = d, h = l(e.checkbox, k, b[t]), _ = l(
35
35
  e.label,
36
36
  b[t],
37
37
  { [e.disabled]: !!m, [e.nonempty]: !!a },
@@ -40,8 +40,8 @@ const u = "label__da70bb36", M = "sm__dbbded2d", T = "nonempty__aab6c620", g = "
40
40
  const r = e.checkmarkIcon;
41
41
  return p ? /* @__PURE__ */ c(S, { className: r, paletteIndex: 7 }) : /* @__PURE__ */ c(z, { className: r, paletteIndex: 7 });
42
42
  };
43
- return /* @__PURE__ */ I("label", { ...o, className: _, "data-tx": "0.19.1", children: [
44
- /* @__PURE__ */ c("input", { type: "checkbox", className: h, disabled: m, ...x, ref: d }),
43
+ return /* @__PURE__ */ I("label", { ...o, className: _, "data-tx": "0.21.0", children: [
44
+ /* @__PURE__ */ c("input", { type: "checkbox", className: h, disabled: m, ...x, ref: i }),
45
45
  /* @__PURE__ */ c("span", { className: e.checkboxIcon }),
46
46
  f(),
47
47
  a && /* @__PURE__ */ c(C, { size: L[t], tag: "div", children: a })
@@ -1,17 +1,17 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as a } from "../../chunks/vendor-DE8Zvm0w.js";
3
- const r = "checkboxXGroup__a95cd666", _ = "label__da70bb36", e = {
4
- checkboxXGroup: r,
5
- "indent-12": "indent-12__559ca8f8",
2
+ import { c as r } from "../../chunks/vendor-DaOifQgP.js";
3
+ const a = "checkboxXGroup__643327ee", _ = "label__b750b705", e = {
4
+ checkboxXGroup: a,
5
+ "indent-12": "indent-12__40f480ce",
6
6
  label: _,
7
- "indent-16": "indent-16__ba1857b0",
8
- "indent-20": "indent-20__8abbe9dd",
9
- "indent-24": "indent-24__2f5d3525",
10
- "indent-28": "indent-28__611deee7",
11
- "indent-32": "indent-32__d0675f90"
7
+ "indent-16": "indent-16__7d25d917",
8
+ "indent-20": "indent-20__ca34755f",
9
+ "indent-24": "indent-24__16a570b5",
10
+ "indent-28": "indent-28__ba66fba6",
11
+ "indent-32": "indent-32__2b2e0e96"
12
12
  }, b = (n) => {
13
- const { children: t, className: o, indent: c = 12, ...d } = n, s = a(e.checkboxXGroup, e[`indent-${c}`], o);
14
- return /* @__PURE__ */ i("div", { className: s, role: "group", ...d, children: t });
13
+ const { children: t, className: o, indent: c = 12, ...s } = n, d = r(e.checkboxXGroup, e[`indent-${c}`], o);
14
+ return /* @__PURE__ */ i("div", { className: d, role: "group", ...s, children: t });
15
15
  };
16
16
  b.displayName = "CheckboxXGroup";
17
17
  export {
@@ -1,13 +1,13 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import { c as p } from "../../chunks/vendor-DE8Zvm0w.js";
3
- const t = "checkboxYGroup__cbca7bae", x = {
4
- checkboxYGroup: t
5
- }, b = (o) => {
6
- const { children: c, className: s, ...e } = o, r = p(x.checkboxYGroup, s);
7
- return /* @__PURE__ */ a("div", { className: r, role: "group", ...e, children: c });
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import { c as t } from "../../chunks/vendor-DaOifQgP.js";
3
+ const a = "checkboxYGroup__1c668c41", x = {
4
+ checkboxYGroup: a
5
+ }, l = (o) => {
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
- b.displayName = "CheckboxYGroup";
9
+ l.displayName = "CheckboxYGroup";
10
10
  export {
11
- b as CheckboxYGroup
11
+ l as CheckboxYGroup
12
12
  };
13
13
  //# sourceMappingURL=CheckboxYGroup.js.map
@@ -1,15 +1,23 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { CollapsableTree as x } from "../CollapsableTree/CollapsableTree.js";
3
- import { CheckboxTreeExtendedCheckbox as d } from "./components/CheckboxTreeExtendedCheckbox.js";
4
- import { CheckboxTreeExtendedNode as c } from "./components/CheckboxTreeExtendedNode.js";
5
- import { CheckboxTreeExtendedContext as i } from "./CheckboxTreeExtendedContext.js";
6
- import { c as p } from "../../chunks/vendor-DE8Zvm0w.js";
7
- import { EComponentSize as s } from "../../enums/EComponentSize.js";
8
- import { s as n } from "../../chunks/CheckboxTreeExtended.module-BLtvkZsi.js";
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 }) });
2
+ import { CollapsableTree as n } from "../CollapsableTree/CollapsableTree.js";
3
+ import { CheckboxTreeExtendedCheckbox as c } from "./components/CheckboxTreeExtendedCheckbox.js";
4
+ import { CheckboxTreeExtendedNode as p } from "./components/CheckboxTreeExtendedNode.js";
5
+ import { CheckboxTreeExtendedContext as s } from "./CheckboxTreeExtendedContext.js";
6
+ import { c as a } from "../../chunks/vendor-DaOifQgP.js";
7
+ import { EComponentSize as r } from "../../enums/EComponentSize.js";
8
+ import { EScreenWidth as t } from "../../helpers/breakpoints.js";
9
+ import { useMatchMedia as h } from "../MediaWidth/useMatchMedia.js";
10
+ import { s as f } from "../../chunks/CheckboxTreeExtended.module-Cw3yb-cF.js";
11
+ const e = ({ className: m, size: d = r.MD, ...i }) => {
12
+ const x = h(
13
+ `(max-width: ${t.SM_MAX})`,
14
+ window.innerWidth <= parseInt(t.SM_MAX)
15
+ );
16
+ return /* @__PURE__ */ o(s.Provider, { value: { size: x ? r.MD : d }, children: /* @__PURE__ */ o(n, { className: a(f.checkboxTreeExtended, m), ...i }) });
17
+ };
10
18
  e.displayName = "CheckboxTreeExtended";
11
- e.Checkbox = d;
12
- e.Node = c;
19
+ e.Checkbox = c;
20
+ e.Node = p;
13
21
  export {
14
22
  e as CheckboxTreeExtended
15
23
  };
@@ -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-BLtvkZsi.js";
8
+ import { s as m } from "../../../chunks/CheckboxTreeExtended.module-Cw3yb-cF.js";
9
9
  class x extends h.Component {
10
10
  constructor() {
11
11
  super(...arguments);
@@ -1,37 +1,44 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import { useRef as h, useContext as u, useEffect as d } from "react";
3
- import { Checkbox as f } from "../../Checkbox/Checkbox.js";
4
- import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
5
- import { s as t } from "../../../chunks/CheckboxTreeExtended.module-BLtvkZsi.js";
6
- import { CheckboxTreeExtendedContext as k } from "../CheckboxTreeExtendedContext.js";
7
- const l = ({
8
- active: r,
9
- className: s,
10
- opened: C,
11
- ...n
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import { useRef as N, useContext as a, useEffect as E } from "react";
3
+ import { Checkbox as T } from "../../Checkbox/Checkbox.js";
4
+ import { c as s } from "../../../chunks/vendor-DaOifQgP.js";
5
+ import { s as x } from "../../../chunks/CheckboxTreeExtended.module-Cw3yb-cF.js";
6
+ import { CheckboxTreeExtendedContext as F } from "../CheckboxTreeExtendedContext.js";
7
+ const L = ({
8
+ active: m,
9
+ className: r,
10
+ opened: y,
11
+ labelAttributes: o,
12
+ ...h
12
13
  }) => {
13
- const o = h(null), { size: x } = u(k);
14
- d(() => {
15
- var e, c;
16
- (e = document.activeElement) != null && e.contains(o.current) || (c = o.current) == null || c.focus();
17
- }, [r]);
18
- const m = (e) => {
19
- }, b = (e) => {
20
- o.current = e;
14
+ const n = N(null), { size: d } = a(F), f = s(x.checkboxTreeCheckboxLabel, o == null ? void 0 : o.className);
15
+ E(() => {
16
+ var c, e;
17
+ (c = document.activeElement) != null && c.contains(n.current) || (e = n.current) == null || e.focus();
18
+ }, [m]);
19
+ const k = (c) => {
20
+ var e;
21
+ (e = o == null ? void 0 : o.onFocus) == null || e.call(o, c);
22
+ }, C = (c) => {
23
+ n.current = c;
21
24
  };
22
- return /* @__PURE__ */ a(
23
- f,
25
+ return /* @__PURE__ */ p(
26
+ T,
24
27
  {
25
- className: i(t.checkboxTreeCheckbox, s),
26
- ref: b,
27
- labelAttributes: { className: t.checkboxTreeCheckboxLabel, onFocus: m },
28
- size: x,
29
- ...n
28
+ className: s(x.checkboxTreeCheckbox, r),
29
+ ref: C,
30
+ labelAttributes: {
31
+ ...o,
32
+ className: f,
33
+ onFocus: k
34
+ },
35
+ size: d,
36
+ ...h
30
37
  }
31
38
  );
32
39
  };
33
- l.displayName = "CheckboxTreeExtendedCheckbox";
40
+ L.displayName = "CheckboxTreeExtendedCheckbox";
34
41
  export {
35
- l as CheckboxTreeExtendedCheckbox
42
+ L as CheckboxTreeExtendedCheckbox
36
43
  };
37
44
  //# sourceMappingURL=CheckboxTreeExtendedCheckbox.js.map
@@ -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-DE8Zvm0w.js";
5
+ import { c as u } from "../../../chunks/vendor-DaOifQgP.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-BLtvkZsi.js";
8
+ import { s as o } from "../../../chunks/CheckboxTreeExtended.module-Cw3yb-cF.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-DE8Zvm0w.js";
4
- import { C as e } from "../../chunks/Chip-D-F5Ccch.js";
3
+ import "../../chunks/vendor-DaOifQgP.js";
4
+ import { C as e } from "../../chunks/Chip-M9mPbBOt.js";
5
5
  import "../../enums/EComponentSize.js";
6
6
  import "../../utils/classNameMaps.js";
7
7
  import "../../utils/keyboard.js";
@@ -1,20 +1,20 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as a } from "../../chunks/vendor-DE8Zvm0w.js";
3
+ import { c as a } from "../../chunks/vendor-DaOifQgP.js";
4
4
  import { CrossStrokeSrvIcon24 as c, 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__11e5a793", S = {
7
+ const C = "chipClearButton__1f67e0a2", S = {
8
8
  chipClearButton: C
9
- }, I = {
9
+ }, f = {
10
10
  [t.SM]: /* @__PURE__ */ o(m, { paletteIndex: 6 }),
11
11
  [t.MD]: /* @__PURE__ */ o(i, { paletteIndex: 6 }),
12
12
  [t.LG]: /* @__PURE__ */ o(c, { paletteIndex: 6 })
13
- }, f = s.forwardRef(
14
- ({ className: r, size: e = t.MD, ...n }, p) => /* @__PURE__ */ o(l, { className: a(S.chipClearButton, r), ...n, ref: p, children: I[e] })
13
+ }, I = s.forwardRef(
14
+ ({ className: r, size: e = t.MD, ...n }, p) => /* @__PURE__ */ o(l, { className: a(S.chipClearButton, r), ...n, ref: p, children: f[e] })
15
15
  );
16
- f.displayName = "ChipClearButton";
16
+ I.displayName = "ChipClearButton";
17
17
  export {
18
- f as ChipClearButton
18
+ I as ChipClearButton
19
19
  };
20
20
  //# sourceMappingURL=ChipClearButton.js.map
@@ -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-D-F5Ccch.js";
10
+ import { s as L } from "../../../chunks/Chip-M9mPbBOt.js";
11
11
  const U = N.forwardRef((S, V) => {
12
12
  const {
13
13
  value: o,