@sberbusiness/triplex-next 0.22.0 → 0.23.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 (410) hide show
  1. package/chunks/{AlertProcessSpoiler-BsywFBZZ.js → AlertProcessSpoiler-BoQok_f3.js} +9 -9
  2. package/chunks/CalendarViewItem-DKS15EZ4.js +101 -0
  3. package/chunks/Card.module-BmZKmkeY.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +15 -0
  5. package/chunks/Chip-D5zfQfAA.js +104 -0
  6. package/chunks/Confirm.module-CtbiIzcl.js +15 -0
  7. package/chunks/{DropdownListItem-C5KVFMFN.js → DropdownListItem-C4JE2xV7.js} +14 -14
  8. package/chunks/DropdownMobile.module-BgSbdJtS.js +23 -0
  9. package/chunks/Footer.module-B469C_XO.js +9 -0
  10. package/chunks/{FormFieldInput-Dp--anY3.js → FormFieldInput-Dr_WBweC.js} +2 -2
  11. package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +9 -0
  12. package/chunks/HeaderTabs.module-4iOT34Zp.js +9 -0
  13. package/chunks/{HeaderTitle.module-C_Qbl_yg.js → HeaderTitle.module-D5yAgpuv.js} +2 -2
  14. package/chunks/IslandAccordion.module-mdAdZwJL.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-ClvLmtck.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +12 -0
  17. package/chunks/{LightBoxContent-qf3pAUrN.js → LightBoxContent-Lme9r-vN.js} +10 -10
  18. package/chunks/LightBoxControls.module-qhDcQmnH.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +9 -0
  20. package/chunks/ListItemControlsButton-BLbj6vZS.js +51 -0
  21. package/chunks/ListItemTail.module-BAmXXpc5.js +12 -0
  22. package/chunks/ListMasterFooter.module-BhwH8qqm.js +10 -0
  23. package/chunks/ModalWindow.module-Ciwlg3WX.js +17 -0
  24. package/chunks/Notification.module-CjpGpuL7.js +20 -0
  25. package/chunks/Overlay.module-DPHcy5Kd.js +18 -0
  26. package/chunks/Page.module-98SUxLiM.js +11 -0
  27. package/chunks/{RightBorderArrow-BBut2Is3.js → RightBorderArrow-CGThEmc4.js} +6 -6
  28. package/chunks/SMSField.module-k0lfRov5.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +15 -0
  30. package/chunks/SliderExtendedRail-C51TfjHY.js +40 -0
  31. package/chunks/StatusTracker.module-BmBKiCLR.js +24 -0
  32. package/chunks/SuggestFieldMobileDropdownHint-8Km5bFV3.js +14 -0
  33. package/chunks/TableFooter.module-D0rUmZhB.js +14 -0
  34. package/chunks/TabsExtended.module-D5-U63Qf.js +16 -0
  35. package/chunks/TabsLine.module-DXlTUTm_.js +21 -0
  36. package/chunks/TooltipDesktop.module-D4z7cwlC.js +19 -0
  37. package/chunks/TreeView.module-DAOSEOZO.js +9 -0
  38. package/chunks/{UploadZoneInput-BfYcVOW-.js → UploadZoneInput-onwF8t4d.js} +7 -7
  39. package/chunks/{constants-BuiH5bGa.js → constants-CUVfo8-z.js} +14 -14
  40. package/chunks/{utils-D7L6Tbas.js → utils-By-UAq7Y.js} +6 -6
  41. package/chunks/utils-CyxIcdb6.js +73 -0
  42. package/chunks/utils-DxMHp1hh.js +28 -0
  43. package/chunks/{utils-Z5FN_0vH.js → utils-SSwzNA1R.js} +4 -4
  44. package/components/Alert/AlertContext/AlertContext.js +12 -12
  45. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  46. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  47. package/components/Amount/Amount.js +2 -2
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +4 -4
  50. package/components/Badge/Badge.js +10 -10
  51. package/components/Badge/BadgeDot.js +10 -10
  52. package/components/Badge/components/BadgeContent.js +10 -10
  53. package/components/Badge/components/BadgePostfix.js +6 -6
  54. package/components/Badge/components/BadgePrefix.js +6 -6
  55. package/components/Body/Body.js +6 -6
  56. package/components/Button/Button.js +27 -27
  57. package/components/Button/ButtonBase.js +1 -1
  58. package/components/Button/ButtonDropdown.js +2 -2
  59. package/components/Button/ButtonDropdownExtended.js +1 -1
  60. package/components/Button/ButtonIcon.js +6 -6
  61. package/components/Calendar/Calendar.js +2 -2
  62. package/components/Calendar/components/CalendarControls.js +9 -9
  63. package/components/Calendar/components/CalendarFooter.js +1 -1
  64. package/components/Calendar/components/CalendarViewDays.js +1 -1
  65. package/components/Calendar/components/CalendarViewItem.js +1 -1
  66. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  67. package/components/Calendar/components/CalendarViewYears.js +1 -1
  68. package/components/Card/CardAction.js +16 -16
  69. package/components/Card/CardStatic.js +2 -2
  70. package/components/Card/components/CardContent/CardContent.js +1 -1
  71. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  74. package/components/Card/components/CardMedia.js +1 -1
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +4 -4
  77. package/components/Checkbox/Checkbox.js +14 -14
  78. package/components/Checkbox/CheckboxXGroup.js +12 -12
  79. package/components/Checkbox/CheckboxYGroup.js +3 -3
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  84. package/components/Chip/Chip.js +3 -2
  85. package/components/Chip/ChipClearButton.js +7 -7
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +1 -1
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +1 -1
  91. package/components/Chip/ChipOptions.js +5 -5
  92. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  94. package/components/Chip/ChipSort.js +1 -1
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +22 -21
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +13 -13
  101. package/components/Col/Col.js +137 -137
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
  103. package/components/Confirm/Confirm.js +1 -1
  104. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  105. package/components/Confirm/components/ConfirmContent.js +1 -1
  106. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  107. package/components/Confirm/components/ConfirmControls.js +1 -1
  108. package/components/DateField/DateField.js +1 -1
  109. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  110. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  111. package/components/DateRange/DateRange.js +9 -9
  112. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  113. package/components/DesignTokens/components/ListItem.js +4 -4
  114. package/components/DesignTokens/components/ListMaster.js +8 -8
  115. package/components/Divider/Divider.js +17 -17
  116. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  117. package/components/Dropdown/desktop/DropdownDesktop.js +26 -26
  118. package/components/Dropdown/desktop/DropdownList.js +1 -1
  119. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  120. package/components/Dropdown/desktop/index.js +1 -1
  121. package/components/Dropdown/index.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  123. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  133. package/components/Ellipsis/Ellipsis.js +14 -14
  134. package/components/ExpandAnimation/ExpandAnimation.js +15 -15
  135. package/components/Footer/Footer.js +1 -1
  136. package/components/Footer/components/FooterDescription.js +1 -1
  137. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  138. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  139. package/components/FormField/FormField.js +14 -14
  140. package/components/FormField/components/FormFieldClear.js +1 -1
  141. package/components/FormField/components/FormFieldCounter.js +3 -3
  142. package/components/FormField/components/FormFieldDescription.js +8 -8
  143. package/components/FormField/components/FormFieldInput.js +1 -1
  144. package/components/FormField/components/FormFieldLabel.js +6 -6
  145. package/components/FormField/components/FormFieldMaskedInput.js +20 -20
  146. package/components/FormField/components/FormFieldPostfix.js +1 -1
  147. package/components/FormField/components/FormFieldPrefix.js +4 -4
  148. package/components/FormField/components/FormFieldTarget.js +4 -4
  149. package/components/FormField/components/FormFieldTextarea.js +12 -12
  150. package/components/FormField/components/index.js +1 -1
  151. package/components/FormField/index.js +1 -1
  152. package/components/Header/Header.js +1 -1
  153. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  154. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  155. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  156. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  157. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  158. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  159. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  160. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  161. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  162. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  163. package/components/HelpBox/HelpBox.js +8 -8
  164. package/components/Island/Island.js +1 -1
  165. package/components/Island/components/IslandBody.js +2 -2
  166. package/components/Island/components/IslandFooter.js +3 -3
  167. package/components/Island/components/IslandHeader.js +2 -2
  168. package/components/Island/utils.js +1 -1
  169. package/components/IslandAccordion/IslandAccordion.js +2 -2
  170. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  171. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  172. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  173. package/components/IslandWidget/IslandWidget.js +19 -19
  174. package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
  175. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  176. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  177. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  180. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  181. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  182. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  183. package/components/LightBox/LightBox.js +15 -15
  184. package/components/LightBox/LightBoxContent.js +1 -1
  185. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  186. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  187. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  188. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +24 -24
  190. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  193. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
  194. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
  195. package/components/Link/Link.js +11 -11
  196. package/components/List/List.js +9 -9
  197. package/components/List/components/ListEmptyState.js +5 -5
  198. package/components/List/components/ListItem.js +1 -1
  199. package/components/List/components/ListItemContent.js +6 -6
  200. package/components/List/components/ListItemControls.js +8 -8
  201. package/components/List/components/ListItemControlsButton.js +1 -1
  202. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  203. package/components/List/components/ListItemLoading.js +13 -11
  204. package/components/List/components/ListItemSelectable.js +4 -4
  205. package/components/List/components/ListItemTable.js +20 -18
  206. package/components/List/components/ListItemTailLeft.js +1 -1
  207. package/components/List/components/ListItemTailRight.js +6 -14
  208. package/components/List/components/ListSortableItem.js +7 -7
  209. package/components/List/components/ListSortableItemControls.js +1 -1
  210. package/components/List/components/ListSortableItemTarget.js +8 -8
  211. package/components/List/index.js +1 -1
  212. package/components/ListMaster/ListMaster.js +1 -1
  213. package/components/ListMaster/components/ListMasterBody.js +1 -1
  214. package/components/ListMaster/components/ListMasterChipGroup.js +8 -12
  215. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  216. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  217. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  218. package/components/ListMaster/components/ListMasterHeader.js +1 -1
  219. package/components/ListMaster/components/SelectionControls.js +2 -2
  220. package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
  221. package/components/Loader/LoaderSmall/LoaderSmall.js +3 -3
  222. package/components/LoaderScreen/LoaderScreen.js +12 -12
  223. package/components/Marker/Marker.js +1 -1
  224. package/components/Marker/utils.js +1 -1
  225. package/components/MarkerStatus/MarkerStatus.js +9 -9
  226. package/components/ModalWindow/ModalWindow.js +1 -1
  227. package/components/ModalWindow/components/ModalWindowBody.js +4 -4
  228. package/components/ModalWindow/components/ModalWindowClose.js +7 -7
  229. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  230. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  231. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  232. package/components/MultiselectField/components/MultiselectFieldDropdown.js +33 -46
  233. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
  234. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
  235. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  236. package/components/Notification/Notification.js +2 -2
  237. package/components/Notification/NotificationGrouped.js +1 -1
  238. package/components/Notification/components/NotificationBody.js +1 -1
  239. package/components/Notification/components/NotificationBodyList.js +1 -1
  240. package/components/Notification/components/NotificationClose.js +1 -1
  241. package/components/Notification/components/NotificationFooter.js +1 -1
  242. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  243. package/components/Notification/components/NotificationHeader.js +1 -1
  244. package/components/Notification/components/NotificationIcon.js +1 -1
  245. package/components/Notification/components/NotificationTime.js +1 -1
  246. package/components/NumberField/NumberFieldInput.js +1 -1
  247. package/components/OrderedList/OrderedList.js +2 -2
  248. package/components/OrderedList/OrderedListItem.js +2 -2
  249. package/components/Overlay/Overlay.js +1 -1
  250. package/components/Overlay/OverlayMask.js +1 -1
  251. package/components/Overlay/OverlayPanel.js +1 -1
  252. package/components/Page/Page.js +1 -1
  253. package/components/Page/components/BodyPage.js +8 -8
  254. package/components/Page/components/FooterPage.js +1 -1
  255. package/components/Page/components/HeaderPage.js +1 -1
  256. package/components/Pagination/components/PaginationExtended.js +9 -9
  257. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  258. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  259. package/components/Pagination/components/PaginationPageButton.js +5 -5
  260. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  261. package/components/Pagination/components/PaginationSelect.js +12 -12
  262. package/components/Radio/Radio.js +12 -12
  263. package/components/Radio/RadioXGroup.js +16 -16
  264. package/components/Radio/RadioYGroup.js +1 -1
  265. package/components/Row/Row.js +6 -6
  266. package/components/SMSField/SMSField.js +2 -2
  267. package/components/SMSField/components/RefreshIcon.js +1 -1
  268. package/components/SMSField/components/SMSFieldInput.js +2 -2
  269. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  270. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  271. package/components/SegmentedControl/SegmentedControl.js +8 -8
  272. package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
  273. package/components/SelectExtendedField/SelectExtendedField.js +4 -4
  274. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  275. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  276. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
  277. package/components/SelectField/SelectField.js +1 -1
  278. package/components/Skeleton/Skeleton.js +8 -8
  279. package/components/SliderExtended/SliderExtended.js +2 -2
  280. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
  281. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  282. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  283. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  284. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +5 -5
  285. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
  286. package/components/SmallInput/SmallInput.js +4 -4
  287. package/components/Spoiler/Spoiler.js +15 -15
  288. package/components/StatusTracker/StatusTracker.js +2 -2
  289. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  290. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  294. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  295. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  296. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  297. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  298. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  299. package/components/Step/Step.js +7 -7
  300. package/components/Stepper/RightBorderArrow.js +1 -1
  301. package/components/Stepper/Stepper.js +3 -3
  302. package/components/Stepper/StepperExtended.js +6 -6
  303. package/components/Stepper/StepperStep.js +2 -2
  304. package/components/Stepper/StepperWrapper.js +2 -2
  305. package/components/Suggest/SuggestMobileDropdownContent.js +22 -21
  306. package/components/SuggestField/SuggestField.js +2 -2
  307. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  308. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -30
  309. package/components/SuggestField/index.js +1 -1
  310. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  311. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +27 -26
  312. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  313. package/components/SuggestField/mobile/index.js +1 -1
  314. package/components/SwipeableArea/SwipeableArea.js +12 -12
  315. package/components/Table/FilterPanel.js +5 -5
  316. package/components/Table/MasterTable.js +12 -12
  317. package/components/Table/NoColumns.js +1 -1
  318. package/components/Table/PaginationPanel.js +2 -2
  319. package/components/Table/TableBasic/TableBasic.js +1 -1
  320. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  321. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  322. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  323. package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
  324. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
  325. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  326. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  327. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  328. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  329. package/components/Table/TableFooter/TableFooter.js +1 -1
  330. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  331. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  332. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  333. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  334. package/components/Table/TabsLinePanel.js +2 -2
  335. package/components/Table/TabsLinePanelLinks.js +5 -5
  336. package/components/Table/utils.js +1 -1
  337. package/components/Tabs/Tabs.js +21 -21
  338. package/components/TabsExtended/TabsExtended.js +2 -2
  339. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  340. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  341. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  342. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  343. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  344. package/components/TabsExtended/utils.js +1 -1
  345. package/components/TabsLine/TabsLine.js +1 -1
  346. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  347. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  348. package/components/TabsLine/components/TabsLineItem.js +1 -1
  349. package/components/TabsLine/components/TabsLineMobile.js +1 -1
  350. package/components/Tag/Tag.js +26 -26
  351. package/components/TagColor/TagColor.js +12 -12
  352. package/components/TagGroup/TagGroup.js +7 -7
  353. package/components/TextField/TextField.js +1 -1
  354. package/components/TextareaField/TextareaField.js +1 -1
  355. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  356. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  357. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  358. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  359. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  360. package/components/Tooltip/components/mobile/TooltipMobile.js +10 -10
  361. package/components/TopOverlay/TopOverlay.js +9 -9
  362. package/components/TreeView/TreeView.js +1 -1
  363. package/components/TreeView/components/TreeViewGroup.js +1 -1
  364. package/components/TreeView/components/TreeViewNode.js +1 -1
  365. package/components/Typography/Caption.js +22 -22
  366. package/components/Typography/Text.js +27 -27
  367. package/components/Typography/Title.js +24 -24
  368. package/components/Typography/constants.js +1 -1
  369. package/components/UnorderedList/UnorderedList.js +2 -2
  370. package/components/UnorderedList/UnorderedListItem.js +6 -6
  371. package/components/UploadZone/UploadZone.js +2 -2
  372. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  373. package/components/index.js +5 -5
  374. package/index.d.ts +25 -7
  375. package/index.js +5 -5
  376. package/package.json +1 -1
  377. package/styles/triplex-next.css +541 -541
  378. package/chunks/CalendarViewItem-EhHNwDDy.js +0 -101
  379. package/chunks/Card.module-Dgcuvaxs.js +0 -17
  380. package/chunks/CheckboxTreeExtended.module-CjEhZ2aL.js +0 -15
  381. package/chunks/Chip-6YRhubRU.js +0 -90
  382. package/chunks/Confirm.module-BMm4u38e.js +0 -15
  383. package/chunks/DropdownMobile.module-Cxm5Uhf1.js +0 -23
  384. package/chunks/Footer.module-CTy6Jb7Q.js +0 -9
  385. package/chunks/HeaderLayoutSidebar.module-DE1rx-T9.js +0 -9
  386. package/chunks/HeaderTabs.module-CU5av8Im.js +0 -9
  387. package/chunks/IslandAccordion.module-DLX2HyLA.js +0 -25
  388. package/chunks/IslandWidgetFooter.module-CevMa9bc.js +0 -9
  389. package/chunks/IslandWidgetHeader.module-DTRWPBN8.js +0 -12
  390. package/chunks/LightBoxControls.module-Bg_GYyOS.js +0 -16
  391. package/chunks/LightBoxSideOverlayClose.module-Cgag40bQ.js +0 -9
  392. package/chunks/ListItemControlsButton-BAYnQi20.js +0 -43
  393. package/chunks/ListItemTail.module-Cu07UH0y.js +0 -12
  394. package/chunks/ListMasterFooter.module-CAY0qwdE.js +0 -10
  395. package/chunks/ModalWindow.module-CwlDT1jn.js +0 -17
  396. package/chunks/Notification.module-C93nRGIm.js +0 -20
  397. package/chunks/Overlay.module-CYkgbbXG.js +0 -18
  398. package/chunks/Page.module-DZHBTNJd.js +0 -11
  399. package/chunks/SMSField.module-BUVlPOpO.js +0 -16
  400. package/chunks/SliderExtendedMarks.module-B93JtPsG.js +0 -15
  401. package/chunks/SliderExtendedRail-DbmfJHLD.js +0 -40
  402. package/chunks/StatusTracker.module-BhVoYRB1.js +0 -24
  403. package/chunks/SuggestFieldMobileDropdownHint-BZd9-Rmk.js +0 -14
  404. package/chunks/TableFooter.module-CwKjzhF7.js +0 -14
  405. package/chunks/TabsExtended.module-NTLSSjNf.js +0 -16
  406. package/chunks/TabsLine.module-CCjh6UnA.js +0 -21
  407. package/chunks/TooltipDesktop.module-CDF6HmOX.js +0 -19
  408. package/chunks/TreeView.module-7cPW-p6b.js +0 -9
  409. package/chunks/utils-BgxjtTHV.js +0 -73
  410. package/chunks/utils-BnE2k27o.js +0 -28
@@ -5,7 +5,7 @@ import { FormFieldContext as y } from "../FormFieldContext.js";
5
5
  import { createSizeToClassNameMap as D } from "../../../utils/classNameMaps.js";
6
6
  import { EFormFieldStatus as C } from "../enums.js";
7
7
  import { TARGET_PADDING_X_DEFAULT as a } from "../consts.js";
8
- const M = "formFieldLabel__5c33be8d", R = "sm__4f6881aa", v = "md__68c11dc0", z = "lg__e231dbe3", G = "floating__de842a42", W = "formFieldLabelText__ea2819b3", j = "disabled__9b1cc881", e = {
8
+ const M = "formFieldLabel__f251f5c3", R = "sm__2fee6b7a", v = "md__e2808298", z = "lg__2c02c578", G = "floating__c5056f21", W = "formFieldLabelText__0e808fbb", j = "disabled__4f9d08d4", e = {
9
9
  formFieldLabel: M,
10
10
  sm: R,
11
11
  md: v,
@@ -14,13 +14,13 @@ const M = "formFieldLabel__5c33be8d", R = "sm__4f6881aa", v = "md__68c11dc0", z
14
14
  formFieldLabelText: W,
15
15
  disabled: j
16
16
  }, q = D(e), w = A.forwardRef(
17
- ({ children: i, id: t, className: m, style: d, floating: r, ...c }, f) => {
18
- const { targetId: n, size: b, status: _, filled: F, active: L, prefixWidth: g, postfixWidth: p, setLabelId: o } = E(y), l = N(() => t === void 0 ? S("label_") : t, [t]), x = r ?? (F || L), u = h(
17
+ ({ children: i, id: t, className: m, style: d, floating: f, ...r }, c) => {
18
+ const { targetId: n, size: _, status: b, filled: F, active: L, prefixWidth: g, postfixWidth: p, setLabelId: o } = E(y), l = N(() => t === void 0 ? S("label_") : t, [t]), x = f ?? (F || L), u = h(
19
19
  e.formFieldLabel,
20
- q[b],
20
+ q[_],
21
21
  {
22
22
  [e.floating]: x,
23
- [e.disabled]: _ === C.DISABLED
23
+ [e.disabled]: b === C.DISABLED
24
24
  },
25
25
  m
26
26
  ), T = {
@@ -32,7 +32,7 @@ const M = "formFieldLabel__5c33be8d", R = "sm__4f6881aa", v = "md__68c11dc0", z
32
32
  };
33
33
  return I(() => {
34
34
  o(l);
35
- }, [l, o]), /* @__PURE__ */ s("label", { ...c, id: l, className: u, htmlFor: n, style: T, ref: f, children: /* @__PURE__ */ s("span", { className: e.formFieldLabelText, children: i }) });
35
+ }, [l, o]), /* @__PURE__ */ s("label", { ...r, id: l, className: u, htmlFor: n, style: T, ref: c, children: /* @__PURE__ */ s("span", { className: e.formFieldLabelText, children: i }) });
36
36
  }
37
37
  );
38
38
  w.displayName = "FormFieldLabel";
@@ -2,28 +2,28 @@ import { jsxs as B, jsx as m } from "react/jsx-runtime";
2
2
  import { useState as $, useRef as L, useContext as N, useEffect as O, useCallback as U } from "react";
3
3
  import { c as F, m as q, n as p } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { presets as G } from "./FormFieldMaskedInputPresets.js";
5
- import { s as H, F as J } from "../../../chunks/FormFieldInput-Dp--anY3.js";
5
+ import { s as H, F as J } from "../../../chunks/FormFieldInput-Dr_WBweC.js";
6
6
  import { FormFieldContext as K } from "../FormFieldContext.js";
7
7
  import { EFormFieldStatus as V } from "../enums.js";
8
- const Q = "formFieldMaskedInputWrapper__6b618523", X = "formFieldMaskedInputPlaceholder__3f1712c9", Y = "formFieldMaskedInput__f8fa3787", u = {
8
+ const Q = "formFieldMaskedInputWrapper__cb374bee", X = "formFieldMaskedInputPlaceholder__c4af35d8", Y = "formFieldMaskedInput__cdca368d", u = {
9
9
  formFieldMaskedInputWrapper: Q,
10
10
  formFieldMaskedInputPlaceholder: X,
11
- "size-sm": "size-sm__7c2402e9",
12
- "size-md": "size-md__a80d9cb3",
13
- "size-lg": "size-lg__c0ad8ffe",
11
+ "size-sm": "size-sm__d1ec196f",
12
+ "size-md": "size-md__171e6bed",
13
+ "size-lg": "size-lg__3916c46d",
14
14
  formFieldMaskedInput: Y
15
- }, a = ({
15
+ }, c = ({
16
16
  className: I,
17
- forwardedRef: f,
17
+ forwardedRef: d,
18
18
  mask: o,
19
- onChange: d,
19
+ onChange: f,
20
20
  placeholder: g,
21
21
  placeholderChar: n = "0",
22
22
  placeholderMask: l,
23
23
  value: s,
24
24
  ...M
25
25
  }) => {
26
- const [x, y] = $(""), c = L(!1), { filled: z, focused: k, size: b, status: _ } = N(K);
26
+ const [x, y] = $(""), a = L(!1), { filled: z, focused: b, size: k, status: _ } = N(K);
27
27
  O(() => {
28
28
  y((() => {
29
29
  let t = [];
@@ -43,14 +43,14 @@ const Q = "formFieldMaskedInputWrapper__6b618523", X = "formFieldMaskedInputPlac
43
43
  const E = U(
44
44
  (e) => {
45
45
  const { value: t } = e.target;
46
- c.current = !1, s !== t && (d == null || d(e));
46
+ a.current = !1, s !== t && (f == null || f(e));
47
47
  },
48
- [s, d]
48
+ [s, f]
49
49
  ), S = () => {
50
- c.current = !0;
51
- }, T = (e, t) => o === a.presets.masks.phone ? e.length ? P(t.rawValue) : e : o === a.presets.masks.swiftCode ? e.toUpperCase() : e, P = (e) => {
50
+ a.current = !0;
51
+ }, T = (e, t) => o === c.presets.masks.phone ? e.length ? P(t.rawValue) : e : o === c.presets.masks.swiftCode ? e.toUpperCase() : e, P = (e) => {
52
52
  let t = [];
53
- if (c.current) {
53
+ if (a.current) {
54
54
  let i = /^[78]((\D*\d)*)/;
55
55
  e = e.replace(i, "+7 ($1"), i = /^\d7/, e = e.replace(i, (r) => (t = Array.from("+7 (").map((Z, A) => A), `+7 (${r}`));
56
56
  } else (e === "7" || e === "8") && (e = "+7 (");
@@ -58,10 +58,10 @@ const Q = "formFieldMaskedInputWrapper__6b618523", X = "formFieldMaskedInputPlac
58
58
  indexesOfPipedChars: t,
59
59
  value: p.conformToMask(e, o, { guide: !1, placeholderChar: n }).conformedValue
60
60
  };
61
- }, D = () => o === a.presets.masks.phone ? (s = P(s).value, s) : p.conformToMask(s, o, { guide: !1, placeholderChar: n }).conformedValue, W = (e) => (t) => {
62
- t && e(t), typeof f == "function" ? f(t) : f && (f.current = t);
63
- }, j = () => !z && !k || !s && g ? "" : x;
64
- return /* @__PURE__ */ B("div", { className: F(u.formFieldMaskedInputWrapper, u[`size-${b}`]), children: [
61
+ }, D = () => o === c.presets.masks.phone ? (s = P(s).value, s) : p.conformToMask(s, o, { guide: !1, placeholderChar: n }).conformedValue, W = (e) => (t) => {
62
+ t && e(t), typeof d == "function" ? d(t) : d && (d.current = t);
63
+ }, j = () => !z && !b || !s && g ? "" : x;
64
+ return /* @__PURE__ */ B("div", { className: F(u.formFieldMaskedInputWrapper, u[`size-${k}`]), children: [
65
65
  /* @__PURE__ */ m(
66
66
  "input",
67
67
  {
@@ -94,8 +94,8 @@ const Q = "formFieldMaskedInputWrapper__6b618523", X = "formFieldMaskedInputPlac
94
94
  )
95
95
  ] });
96
96
  };
97
- a.presets = G;
97
+ c.presets = G;
98
98
  export {
99
- a as FormFieldMaskedInput
99
+ c as FormFieldMaskedInput
100
100
  };
101
101
  //# sourceMappingURL=FormFieldMaskedInput.js.map
@@ -2,7 +2,7 @@ import { jsx as l } from "react/jsx-runtime";
2
2
  import d, { useContext as x, useRef as u, useEffect as F } from "react";
3
3
  import { FormFieldContext as p } from "../FormFieldContext.js";
4
4
  import { c as a } from "../../../chunks/vendor---Om3uMV.js";
5
- const P = "formFieldPostfix__c8508b44", R = {
5
+ const P = "formFieldPostfix__120f68e7", R = {
6
6
  formFieldPostfix: P
7
7
  }, h = d.forwardRef(
8
8
  ({ children: s, className: i, ...r }, o) => {
@@ -2,11 +2,11 @@ import { jsx as l } from "react/jsx-runtime";
2
2
  import d, { useContext as x, useRef as u, useEffect as F } from "react";
3
3
  import { FormFieldContext as p } from "../FormFieldContext.js";
4
4
  import { c as a } from "../../../chunks/vendor---Om3uMV.js";
5
- const P = "formFieldPrefix__4813898b", R = {
5
+ const P = "formFieldPrefix__ff013301", R = {
6
6
  formFieldPrefix: P
7
7
  }, h = d.forwardRef(
8
- ({ children: o, className: i, ...f }, r) => {
9
- const s = a(R.formFieldPrefix, i), { prefixWidth: n, setPrefixWidth: c } = x(p), t = u(), m = (e) => {
8
+ ({ children: o, className: f, ...i }, r) => {
9
+ const s = a(R.formFieldPrefix, f), { prefixWidth: n, setPrefixWidth: c } = x(p), t = u(), m = (e) => {
10
10
  t.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
11
11
  };
12
12
  return F(() => {
@@ -14,7 +14,7 @@ const P = "formFieldPrefix__4813898b", R = {
14
14
  return;
15
15
  const { width: e } = t.current.getBoundingClientRect();
16
16
  e !== n && c(e);
17
- }), /* @__PURE__ */ l("span", { className: s, ref: m, ...f, children: o });
17
+ }), /* @__PURE__ */ l("span", { className: s, ref: m, ...i, children: o });
18
18
  }
19
19
  );
20
20
  h.displayName = "FormFieldPrefix";
@@ -4,7 +4,7 @@ import { u as y, c as A } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { FormFieldContext as L } from "../FormFieldContext.js";
5
5
  import { EFormFieldStatus as d } from "../enums.js";
6
6
  import { createSizeToClassNameMap as W } from "../../../utils/classNameMaps.js";
7
- const z = "formFieldTarget__0fd08951", M = "sm__4f6881aa", R = "md__68c11dc0", j = "lg__e231dbe3", k = "placeholder__dab05aa2", q = "disabled__9b1cc881", w = "placeholderWrapper__d0025728", B = "active__1ce49139", e = {
7
+ const z = "formFieldTarget__da2a9247", M = "sm__2fee6b7a", R = "md__e2808298", j = "lg__2c02c578", k = "placeholder__949d9947", q = "disabled__4f9d08d4", w = "placeholderWrapper__1d7e200f", B = "active__9e4526db", e = {
8
8
  formFieldTarget: z,
9
9
  sm: M,
10
10
  md: R,
@@ -14,8 +14,8 @@ const z = "formFieldTarget__0fd08951", M = "sm__4f6881aa", R = "md__68c11dc0", j
14
14
  placeholderWrapper: w,
15
15
  active: B
16
16
  }, G = W(e), H = b.forwardRef(
17
- ({ children: c, id: o, className: T, placeholder: p, onFocus: a, onBlur: t, ...D }, I) => {
18
- const { size: u, status: s, active: v, labelId: x, setFilled: n, setFocused: r, setTargetId: f } = S(L), i = g(() => o === void 0 ? y("target_") : o, [o]), l = g(() => b.Children.toArray(c).length !== 0, [c]), E = A(e.formFieldTarget, G[u], T, {
17
+ ({ children: o, id: c, className: T, placeholder: p, onFocus: a, onBlur: t, ...D }, I) => {
18
+ const { size: u, status: s, active: v, labelId: x, setFilled: n, setFocused: r, setTargetId: f } = S(L), i = g(() => c === void 0 ? y("target_") : c, [c]), l = g(() => b.Children.toArray(o).length !== 0, [o]), E = A(e.formFieldTarget, G[u], T, {
19
19
  [e.disabled]: s === d.DISABLED,
20
20
  [e.placeholder]: !!p && !l && s !== d.DISABLED,
21
21
  [e.active]: v
@@ -48,7 +48,7 @@ const z = "formFieldTarget__0fd08951", M = "sm__4f6881aa", R = "md__68c11dc0", j
48
48
  onBlur: N,
49
49
  onFocus: C,
50
50
  ref: I,
51
- children: l ? c : /* @__PURE__ */ _("span", { className: e.placeholderWrapper, children: p })
51
+ children: l ? o : /* @__PURE__ */ _("span", { className: e.placeholderWrapper, children: p })
52
52
  }
53
53
  );
54
54
  }
@@ -1,18 +1,18 @@
1
1
  import { jsx as I } from "react/jsx-runtime";
2
- import M, { useContext as n, useMemo as C, useCallback as s, useLayoutEffect as x } from "react";
2
+ import M, { useContext as n, useMemo as C, useCallback as a, useLayoutEffect as x } from "react";
3
3
  import { u as D, c as L } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { createSizeToClassNameMap as R } from "../../../utils/classNameMaps.js";
5
5
  import { FormFieldContext as W } from "../FormFieldContext.js";
6
6
  import { EFormFieldStatus as j } from "../enums.js";
7
7
  import { isFilled as q } from "./utils.js";
8
- const w = "formFieldTextarea__e9acdf82", G = "sm__4f6881aa", H = "md__68c11dc0", J = "lg__e231dbe3", u = {
8
+ const w = "formFieldTextarea__5e5f7faf", G = "sm__2fee6b7a", H = "md__e2808298", J = "lg__2c02c578", u = {
9
9
  formFieldTextarea: w,
10
10
  sm: G,
11
11
  md: H,
12
12
  lg: J
13
13
  }, K = R(u), O = M.forwardRef(
14
- ({ id: d, className: p, value: a, defaultValue: F, onFocus: r, onBlur: l, onAnimationStart: m, onChange: i, ..._ }, N) => {
15
- const { size: g, status: h, setFocused: o, setTargetId: T, setFilled: c } = n(W), f = C(() => d === void 0 ? D("textarea_") : d, [d]), y = L(u.formFieldTextarea, K[g], p), t = s(
14
+ ({ id: d, className: p, value: s, defaultValue: F, onFocus: r, onBlur: l, onAnimationStart: m, onChange: i, ..._ }, N) => {
15
+ const { size: g, status: h, setFocused: o, setTargetId: T, setFilled: c } = n(W), f = C(() => d === void 0 ? D("textarea_") : d, [d]), y = L(u.formFieldTextarea, K[g], p), t = a(
16
16
  (e) => {
17
17
  c(q(e));
18
18
  },
@@ -21,26 +21,26 @@ const w = "formFieldTextarea__e9acdf82", G = "sm__4f6881aa", H = "md__68c11dc0",
21
21
  x(() => {
22
22
  T(f);
23
23
  }, [f, T]), x(() => {
24
- t(a ?? F);
24
+ t(s ?? F);
25
25
  }, []), x(() => {
26
- a !== void 0 && t(a);
27
- }, [a, t]);
28
- const b = s(
26
+ s !== void 0 && t(s);
27
+ }, [s, t]);
28
+ const b = a(
29
29
  (e) => {
30
30
  t(e.currentTarget.value), o(!0), r == null || r(e);
31
31
  },
32
32
  [t, o, r]
33
- ), k = s(
33
+ ), k = a(
34
34
  (e) => {
35
35
  t(e.currentTarget.value), o(!1), l == null || l(e);
36
36
  },
37
37
  [t, o, l]
38
- ), z = s(
38
+ ), z = a(
39
39
  (e) => {
40
40
  e.animationName.startsWith("autofill-applied-hook") ? c(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), m == null || m(e);
41
41
  },
42
42
  [c, t, m]
43
- ), E = s(
43
+ ), E = a(
44
44
  (e) => {
45
45
  t(e.currentTarget.value), i == null || i(e);
46
46
  },
@@ -52,7 +52,7 @@ const w = "formFieldTextarea__e9acdf82", G = "sm__4f6881aa", H = "md__68c11dc0",
52
52
  ..._,
53
53
  id: f,
54
54
  className: y,
55
- value: a,
55
+ value: s,
56
56
  defaultValue: F,
57
57
  disabled: h === j.DISABLED,
58
58
  onFocus: b,
@@ -1,7 +1,7 @@
1
1
  import { FormFieldClear as e } from "./FormFieldClear.js";
2
2
  import { FormFieldCounter as m } from "./FormFieldCounter.js";
3
3
  import { FormFieldDescription as i } from "./FormFieldDescription.js";
4
- import { F as x } from "../../../chunks/FormFieldInput-Dp--anY3.js";
4
+ import { F as x } from "../../../chunks/FormFieldInput-Dr_WBweC.js";
5
5
  import { FormFieldLabel as l } from "./FormFieldLabel.js";
6
6
  import { FormFieldMaskedInput as a } from "./FormFieldMaskedInput.js";
7
7
  import { FormFieldPostfix as s } from "./FormFieldPostfix.js";
@@ -2,7 +2,7 @@ import { EFormFieldStatus as e } from "./enums.js";
2
2
  import { FormFieldClear as F } from "./components/FormFieldClear.js";
3
3
  import { FormFieldCounter as i } from "./components/FormFieldCounter.js";
4
4
  import { FormFieldDescription as l } from "./components/FormFieldDescription.js";
5
- import { F as f } from "../../chunks/FormFieldInput-Dp--anY3.js";
5
+ import { F as f } from "../../chunks/FormFieldInput-Dr_WBweC.js";
6
6
  import { FormFieldLabel as a } from "./components/FormFieldLabel.js";
7
7
  import { FormFieldMaskedInput as u } from "./components/FormFieldMaskedInput.js";
8
8
  import { FormFieldPostfix as C } from "./components/FormFieldPostfix.js";
@@ -12,7 +12,7 @@ import "./components/HeaderTitle/HeaderTitleContent.js";
12
12
  import "./components/HeaderTitle/HeaderTitleControls.js";
13
13
  const f = Object.assign(
14
14
  a.forwardRef(function({ children: r, ...e }, o) {
15
- return /* @__PURE__ */ t("div", { ...e, "data-tx": "0.22.0", ref: o, children: r });
15
+ return /* @__PURE__ */ t("div", { ...e, "data-tx": "0.23.0", ref: o, children: r });
16
16
  }),
17
17
  {
18
18
  LayoutSidebar: p,
@@ -3,7 +3,7 @@ import i from "react";
3
3
  import { c as d } from "../../../../chunks/vendor---Om3uMV.js";
4
4
  import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
5
5
  import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
6
- import { s as b } from "../../../../chunks/HeaderLayoutSidebar.module-DE1rx-T9.js";
6
+ import { s as b } from "../../../../chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js";
7
7
  const f = Object.assign(
8
8
  i.forwardRef(function({ children: r, className: e, ...a }, o) {
9
9
  return /* @__PURE__ */ t("div", { className: d(b.headerLayoutSidebar, e), ...a, ref: o, children: r });
@@ -1,7 +1,7 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import s from "react";
3
3
  import { c as m } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as d } from "../../../../chunks/HeaderLayoutSidebar.module-DE1rx-T9.js";
4
+ import { s as d } from "../../../../chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js";
5
5
  const i = s.forwardRef(
6
6
  ({ children: e, className: a, ...o }, r) => /* @__PURE__ */ t("div", { className: m(d.headerLayoutSidebarContent, a), ...o, ref: r, children: e })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as s } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as t } from "../../../../chunks/HeaderLayoutSidebar.module-DE1rx-T9.js";
4
+ import { s as t } from "../../../../chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js";
5
5
  const m = i.forwardRef(
6
6
  ({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: s(t.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
7
7
  );
@@ -1,10 +1,10 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import h from "react";
3
3
  import { c as i } from "../../../../chunks/vendor---Om3uMV.js";
4
- const u = "headerSubheader__e4044833", c = "withoutPaddings__72a9f81c", e = {
4
+ const u = "headerSubheader__85e1f7e0", n = "withoutPaddings__f7a42fdd", e = {
5
5
  headerSubheader: u,
6
- withoutPaddings: c
7
- }, n = h.forwardRef(
6
+ withoutPaddings: n
7
+ }, c = h.forwardRef(
8
8
  ({ children: a, className: d, withoutPaddings: r, ...o }, t) => /* @__PURE__ */ s(
9
9
  "div",
10
10
  {
@@ -15,8 +15,8 @@ const u = "headerSubheader__e4044833", c = "withoutPaddings__72a9f81c", e = {
15
15
  }
16
16
  )
17
17
  );
18
- n.displayName = "HeaderSubheader";
18
+ c.displayName = "HeaderSubheader";
19
19
  export {
20
- n as HeaderSubheader
20
+ c as HeaderSubheader
21
21
  };
22
22
  //# sourceMappingURL=HeaderSubheader.js.map
@@ -3,7 +3,7 @@ import t from "react";
3
3
  import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
4
4
  import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
5
5
  import { c as i } from "../../../../chunks/vendor---Om3uMV.js";
6
- import { s as d } from "../../../../chunks/HeaderTabs.module-CU5av8Im.js";
6
+ import { s as d } from "../../../../chunks/HeaderTabs.module-4iOT34Zp.js";
7
7
  const f = Object.assign(
8
8
  t.forwardRef(function({ children: r, className: e, ...o }, a) {
9
9
  return /* @__PURE__ */ s("div", { className: i(d.headerTabs, e), ...o, ref: a, children: r });
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import s from "react";
3
3
  import { c as m } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as n } from "../../../../chunks/HeaderTabs.module-CU5av8Im.js";
4
+ import { s as n } from "../../../../chunks/HeaderTabs.module-4iOT34Zp.js";
5
5
  const d = s.forwardRef(
6
6
  ({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
7
7
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import t from "react";
3
3
  import { c as m } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as l } from "../../../../chunks/HeaderTabs.module-CU5av8Im.js";
4
+ import { s as l } from "../../../../chunks/HeaderTabs.module-4iOT34Zp.js";
5
5
  const d = t.forwardRef(
6
6
  ({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
7
7
  );
@@ -3,7 +3,7 @@ import a from "react";
3
3
  import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
4
4
  import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
5
5
  import { c as l } from "../../../../chunks/vendor---Om3uMV.js";
6
- import { s as n } from "../../../../chunks/HeaderTitle.module-C_Qbl_yg.js";
6
+ import { s as n } from "../../../../chunks/HeaderTitle.module-D5yAgpuv.js";
7
7
  const d = Object.assign(
8
8
  a.forwardRef(function({ children: e, className: r, ...t }, o) {
9
9
  return /* @__PURE__ */ i("div", { className: l(n.headerTitle, r), ...t, ref: o, children: e });
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { c as l } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as e } from "../../../../chunks/HeaderTitle.module-C_Qbl_yg.js";
4
+ import { s as e } from "../../../../chunks/HeaderTitle.module-D5yAgpuv.js";
5
5
  const m = i.forwardRef(
6
6
  ({ children: t, className: r, ...o }, a) => /* @__PURE__ */ s(
7
7
  "div",
@@ -1,7 +1,7 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import a from "react";
3
3
  import { c as i } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as o } from "../../../../chunks/HeaderTitle.module-C_Qbl_yg.js";
4
+ import { s as o } from "../../../../chunks/HeaderTitle.module-D5yAgpuv.js";
5
5
  const m = a.forwardRef(
6
6
  ({ children: r, className: e, ...t }, s) => /* @__PURE__ */ l(
7
7
  "div",
@@ -9,7 +9,7 @@ import { TooltipMobileHeader as q } from "../Tooltip/components/mobile/component
9
9
  import { MobileView as z } from "../MobileView/MobileView.js";
10
10
  import { getDataHTMLAttributes as C } from "../../utils/html/DataAttributes.js";
11
11
  import { getAriaHTMLAttributes as D } from "../../utils/html/AriaAttributes.js";
12
- const Q = "helpBoxButton__be6182fb", V = {
12
+ const Q = "helpBoxButton__5aa71a39", V = {
13
13
  helpBoxButton: Q
14
14
  }, X = ({
15
15
  children: x,
@@ -19,14 +19,14 @@ const Q = "helpBoxButton__be6182fb", V = {
19
19
  isOpen: i,
20
20
  onShow: n,
21
21
  tooltipSize: I,
22
- preferPlace: b,
22
+ preferPlace: F,
23
23
  toggle: r,
24
24
  tooltipAriaAttributes: m,
25
25
  tooltipDataAttributes: p,
26
- iconProps: F,
27
- ...v
26
+ iconProps: v,
27
+ ...O
28
28
  }) => {
29
- const u = S(null), [O, g] = c(!!i), [d, B] = c(null), [f] = c(E()), a = i ?? O, y = (e) => {
29
+ const u = S(null), [b, g] = c(!!i), [d, B] = c(null), [f] = c(E()), a = i ?? b, y = (e) => {
30
30
  i === void 0 && g(e), e || B(null), r == null || r(e);
31
31
  }, H = (e) => {
32
32
  B(e), n == null || n(e);
@@ -59,7 +59,7 @@ const Q = "helpBoxButton__be6182fb", V = {
59
59
  role: "dialog",
60
60
  toggleType: "hover",
61
61
  size: I,
62
- preferPlace: b,
62
+ preferPlace: F,
63
63
  isOpen: a,
64
64
  toggle: y,
65
65
  onShow: H,
@@ -74,8 +74,8 @@ const Q = "helpBoxButton__be6182fb", V = {
74
74
  "aria-label": "Подсказка",
75
75
  shape: _.CIRCLE,
76
76
  ref: u,
77
- ...v,
78
- children: /* @__PURE__ */ t(j, { paletteIndex: 5, ...F })
77
+ ...O,
78
+ children: /* @__PURE__ */ t(j, { paletteIndex: 5, ...v })
79
79
  }
80
80
  ) }),
81
81
  s && /* @__PURE__ */ t(q, { children: s }),
@@ -5,7 +5,7 @@ import { EIslandType as l } from "./enums.js";
5
5
  import { IslandBody as n } from "./components/IslandBody.js";
6
6
  import { IslandHeader as f } from "./components/IslandHeader.js";
7
7
  import { IslandFooter as c } from "./components/IslandFooter.js";
8
- import { s as o, m as y } from "../../chunks/utils-Z5FN_0vH.js";
8
+ import { s as o, m as y } from "../../chunks/utils-SSwzNA1R.js";
9
9
  import { EComponentSize as I } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
11
11
  const N = T(o), C = Object.assign(
@@ -1,9 +1,9 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import r from "react";
3
3
  import { c as t } from "../../../chunks/vendor---Om3uMV.js";
4
- const n = "islandBody__7980b2ab", i = {
4
+ const n = "islandBody__4ca5fd73", c = {
5
5
  islandBody: n
6
- }, e = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(i.islandBody), ref: d, ...s, children: o }));
6
+ }, e = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(c.islandBody), ref: d, ...s, children: o }));
7
7
  export {
8
8
  e as IslandBody
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as a } from "../../../chunks/vendor---Om3uMV.js";
4
- const n = "islandFooter__50049e7c", c = {
5
- islandFooter: n
6
- }, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(c.islandFooter), ref: s, ...r, children: o }));
4
+ const c = "islandFooter__55ccd7b5", n = {
5
+ islandFooter: c
6
+ }, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(n.islandFooter), ref: s, ...r, children: o }));
7
7
  export {
8
8
  m as IslandFooter
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
3
  import { c as o } from "../../../chunks/vendor---Om3uMV.js";
4
- const t = "islandHeader__b0442f04", n = {
4
+ const t = "islandHeader__2a7799a4", n = {
5
5
  islandHeader: t
6
- }, m = d.forwardRef(({ children: e, ...r }, a) => /* @__PURE__ */ s("div", { className: o(n.islandHeader), ref: a, ...r, children: e }));
6
+ }, m = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(n.islandHeader), ref: r, ...e, children: a }));
7
7
  export {
8
8
  m as IslandHeader
9
9
  };
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { m as p } from "../../chunks/utils-Z5FN_0vH.js";
2
+ import { m as p } from "../../chunks/utils-SSwzNA1R.js";
3
3
  export {
4
4
  p as mapTypeToClassName
5
5
  };
@@ -9,14 +9,14 @@ import "../Island/components/IslandBody.js";
9
9
  import "../Island/components/IslandHeader.js";
10
10
  import "../Island/components/IslandFooter.js";
11
11
  import { c as f } from "../../chunks/vendor---Om3uMV.js";
12
- import { s as I } from "../../chunks/IslandAccordion.module-DLX2HyLA.js";
12
+ import { s as I } from "../../chunks/IslandAccordion.module-mdAdZwJL.js";
13
13
  import "./components/IslandAccordionContent.js";
14
14
  import "./components/IslandAccordionFooter.js";
15
15
  const x = Object.assign(
16
16
  n.forwardRef(
17
17
  ({ className: r, children: m, size: t = d.MD, type: i = l.TYPE_1, ...s }, a) => {
18
18
  const c = f(r, I.islandAccordion);
19
- return /* @__PURE__ */ o(p.Provider, { value: { size: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.22.0", ref: a, children: m }) });
19
+ return /* @__PURE__ */ o(p.Provider, { value: { size: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.23.0", ref: a, children: m }) });
20
20
  }
21
21
  ),
22
22
  {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as r } from "../../../chunks/IslandAccordion.module-DLX2HyLA.js";
2
+ import { s as r } from "../../../chunks/IslandAccordion.module-mdAdZwJL.js";
3
3
  import { Island as s } from "../../Island/Island.js";
4
4
  import "../../Island/components/IslandBody.js";
5
5
  import "../../Island/components/IslandHeader.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
3
  import { c as a } from "../../../chunks/vendor---Om3uMV.js";
4
- import { s as i } from "../../../chunks/IslandAccordion.module-DLX2HyLA.js";
4
+ import { s as i } from "../../../chunks/IslandAccordion.module-mdAdZwJL.js";
5
5
  import { Island as e } from "../../Island/Island.js";
6
6
  import "../../Island/components/IslandBody.js";
7
7
  import "../../Island/components/IslandHeader.js";
@@ -24,7 +24,7 @@ import { ETitleSize as f, EFontType as N } from "../../Typography/enums.js";
24
24
  import "../../Typography/Caption.js";
25
25
  import "../../Typography/Text.js";
26
26
  import { Title as Q } from "../../Typography/Title.js";
27
- import { s as t } from "../../../chunks/IslandAccordion.module-DLX2HyLA.js";
27
+ import { s as t } from "../../../chunks/IslandAccordion.module-mdAdZwJL.js";
28
28
  const U = {
29
29
  [l.TYPE_1]: t.type1,
30
30
  [l.TYPE_2]: t.type2,
@@ -85,7 +85,7 @@ const U = {
85
85
  }),
86
86
  onClick: z,
87
87
  disabled: e,
88
- "data-tx": "0.22.0",
88
+ "data-tx": "0.23.0",
89
89
  children: [
90
90
  S && I && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(X, { step: I, status: S, position: J.XFirst, children: e ? void 0 : P }) }),
91
91
  /* @__PURE__ */ r(