@sberbusiness/triplex-next 1.9.0 → 1.10.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 (439) hide show
  1. package/chunks/{AlertProcessSpoiler-D8OxE3FA.js → AlertProcessSpoiler-C4HDxCMJ.js} +14 -14
  2. package/chunks/CalendarViewItem-Y3UQ6liF.js +101 -0
  3. package/chunks/Card.module-t9A1wsgP.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-BMfgVvwS.js +11 -0
  5. package/chunks/{Chip-DXegvfGS.js → Chip-21qt-Ukl.js} +18 -18
  6. package/chunks/Confirm.module-CrTyGEYv.js +15 -0
  7. package/chunks/{DropdownListItem-ToJzPBLf.js → DropdownListItem-DXBppGoi.js} +21 -21
  8. package/chunks/DropdownMobile.module-CdquuBgl.js +23 -0
  9. package/chunks/Footer.module-9PrdQ3S7.js +9 -0
  10. package/chunks/FormFieldInput-hUwbIuBd.js +62 -0
  11. package/chunks/HeaderLayoutSidebar.module-QjkaZFtn.js +9 -0
  12. package/chunks/HeaderTabs.module-a_JyDpFt.js +9 -0
  13. package/chunks/{HeaderTitle.module-DlPGCmxi.js → HeaderTitle.module-B_2yQmEh.js} +2 -2
  14. package/chunks/IslandAccordion.module-BCHg71CD.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-DV2tNWtj.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-kAuK5xmR.js +9 -0
  17. package/chunks/{LightBoxContent-BhFPV40j.js → LightBoxContent-DDRusGqo.js} +6 -6
  18. package/chunks/LightBoxControls.module-CHrL_gpj.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-CVxmzGmO.js +8 -0
  20. package/chunks/{ListItemControlsButton-BoYzfwDC.js → ListItemControlsButton-3APG17-A.js} +9 -9
  21. package/chunks/ListItemTail.module-BW9qp-XX.js +12 -0
  22. package/chunks/ListMasterFooter.module-B3kLf2M1.js +10 -0
  23. package/chunks/ModalWindow.module-BFTuZtt7.js +17 -0
  24. package/chunks/Notification.module-DU0GLki1.js +21 -0
  25. package/chunks/Overlay.module-CQY18PV-.js +18 -0
  26. package/chunks/Page.module-BO9rnNjD.js +11 -0
  27. package/chunks/{RightBorderArrow-DmvKTu6m.js → RightBorderArrow-Bo5_O5lj.js} +14 -14
  28. package/chunks/SMSField.module-ibOZLVgV.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-BBaU_j-p.js +15 -0
  30. package/chunks/{SliderExtendedRail-45DAsx7v.js → SliderExtendedRail-C7TQHv-j.js} +9 -9
  31. package/chunks/StatusTracker.module-C66hhTIO.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-CSddz7zn.js → SuggestFieldMobileDropdownHint-BJiMEG2_.js} +4 -4
  33. package/chunks/TableFooter.module-cSix4Lyk.js +14 -0
  34. package/chunks/TabsExtended.module-D7fs9FsL.js +16 -0
  35. package/chunks/TabsLine.module-CEQyfehM.js +21 -0
  36. package/chunks/TooltipDesktop.module-DD9WosV6.js +19 -0
  37. package/chunks/TreeView.module-Dxrir5YQ.js +9 -0
  38. package/chunks/{UploadZoneInput-D8diOBuf.js → UploadZoneInput-C2_0grVp.js} +8 -8
  39. package/chunks/{utils-BvGDcicX.js → utils-BhoCc4rI.js} +6 -6
  40. package/chunks/{utils-tUaA-zN1.js → utils-BsOip28-.js} +8 -8
  41. package/chunks/utils-D8Gj0oC8.js +20 -0
  42. package/chunks/utils-HEAUA6LV.js +24 -0
  43. package/chunks/{utils--cyZSVhM.js → utils-mlGAF1hQ.js} +8 -8
  44. package/chunks/{vendor-D3hUOusX.js → vendor-ClY57Zzq.js} +1220 -1220
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  47. package/components/Alert/AlertContext/AlertContext.js +10 -10
  48. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  50. package/components/Amount/Amount.js +8 -8
  51. package/components/AmountField/AmountField.js +59 -62
  52. package/components/Body/Body.js +5 -5
  53. package/components/Button/Button.js +34 -34
  54. package/components/Button/ButtonBase.js +1 -1
  55. package/components/Button/ButtonDropdown.js +15 -15
  56. package/components/Button/ButtonDropdownExtended.js +5 -5
  57. package/components/Button/ButtonIcon.js +8 -8
  58. package/components/Calendar/Calendar.js +3 -3
  59. package/components/Calendar/CalendarContext.js +1 -1
  60. package/components/Calendar/components/CalendarControls.js +1 -1
  61. package/components/Calendar/components/CalendarFooter.js +1 -1
  62. package/components/Calendar/components/CalendarViewDays.js +2 -2
  63. package/components/Calendar/components/CalendarViewItem.js +2 -2
  64. package/components/Calendar/components/CalendarViewMonths.js +2 -2
  65. package/components/Calendar/components/CalendarViewYears.js +2 -2
  66. package/components/Calendar/utils.js +1 -1
  67. package/components/Card/CardAction.js +18 -18
  68. package/components/Card/CardStatic.js +3 -3
  69. package/components/Card/components/CardContent/CardContent.js +2 -2
  70. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  73. package/components/Card/components/CardMedia.js +2 -2
  74. package/components/Card/utils.js +1 -1
  75. package/components/CarouselExtended/CarouselExtended.js +7 -7
  76. package/components/CarouselExtended/index.js +5 -0
  77. package/components/Checkbox/Checkbox.js +35 -33
  78. package/components/Checkbox/CheckboxXGroup.js +12 -12
  79. package/components/Checkbox/CheckboxYGroup.js +4 -4
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  84. package/components/Chip/Chip.js +2 -2
  85. package/components/Chip/ChipClearButton.js +7 -7
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +3 -3
  87. package/components/Chip/ChipDatePicker/{components/ChipDatePickerTarget.js → ChipDatePickerTarget.js} +5 -5
  88. package/components/Chip/ChipDatePicker/index.js +7 -0
  89. package/components/Chip/ChipDropdownArrow.js +7 -7
  90. package/components/Chip/ChipIcon.js +1 -1
  91. package/components/Chip/ChipMultiselect.js +2 -2
  92. package/components/Chip/ChipOptions.js +2 -2
  93. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  94. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  95. package/components/Chip/ChipSort.js +2 -2
  96. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  97. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  98. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  99. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  100. package/components/Chip/index.js +26 -22
  101. package/components/ChipGroup/ChipGroup.js +16 -16
  102. package/components/Col/Col.js +135 -135
  103. package/components/CollapsableTree/components/CollapsableTreeNode.js +16 -16
  104. package/components/Confirm/Confirm.js +2 -2
  105. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  106. package/components/Confirm/components/ConfirmContent.js +2 -2
  107. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  108. package/components/Confirm/components/ConfirmControls.js +2 -2
  109. package/components/DateField/DateField.js +2 -2
  110. package/components/DateField/utils.js +1 -1
  111. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  112. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  113. package/components/DateRange/DateRange.js +21 -21
  114. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  115. package/components/DesignTokens/DesignTokensComponents.js +99 -94
  116. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +102 -97
  117. package/components/DesignTokens/components/AmountField.js +11 -0
  118. package/components/DesignTokens/components/FormField.js +2 -2
  119. package/components/DesignTokens/components/{SMSInput.js → SMSField.js} +9 -9
  120. package/components/DesignTokens/components/index.js +156 -153
  121. package/components/Divider/Divider.js +18 -18
  122. package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
  123. package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
  124. package/components/Dropdown/desktop/DropdownList.js +2 -2
  125. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  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 +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  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 +4 -4
  139. package/components/Ellipsis/Ellipsis.js +8 -8
  140. package/components/ExpandAnimation/ExpandAnimation.js +15 -15
  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 +30 -30
  146. package/components/FormField/components/FormFieldClear.js +7 -7
  147. package/components/FormField/components/FormFieldCounter.js +5 -5
  148. package/components/FormField/components/FormFieldDescription.js +7 -7
  149. package/components/FormField/components/FormFieldInput.js +2 -2
  150. package/components/FormField/components/FormFieldLabel.js +14 -14
  151. package/components/FormField/components/FormFieldMaskedInput.js +52 -52
  152. package/components/FormField/components/FormFieldPostfix.js +10 -10
  153. package/components/FormField/components/FormFieldPrefix.js +10 -10
  154. package/components/FormField/components/FormFieldTarget.js +25 -25
  155. package/components/FormField/components/FormFieldTextarea.js +14 -14
  156. package/components/FormField/enums.js +2 -3
  157. package/components/FormField/index.js +13 -14
  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 +6 -6
  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 +2 -2
  170. package/components/Island/Island.js +2 -2
  171. package/components/Island/components/IslandBody.js +2 -2
  172. package/components/Island/components/IslandFooter.js +5 -5
  173. package/components/Island/components/IslandHeader.js +4 -4
  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 +3 -3
  179. package/components/IslandWidget/IslandWidget.js +14 -14
  180. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  181. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  182. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  183. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  184. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  187. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  188. package/components/LightBox/LightBox.js +57 -51
  189. package/components/LightBox/LightBoxContent.js +2 -2
  190. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  191. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  192. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  193. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  194. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +18 -18
  195. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  196. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  197. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  198. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -0
  199. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +15 -0
  200. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  201. package/components/Link/Link.js +27 -27
  202. package/components/List/List.js +10 -10
  203. package/components/List/ListSortable.js +1 -1
  204. package/components/List/components/ListEmptyState.js +2 -2
  205. package/components/List/components/ListItem.js +1 -1
  206. package/components/List/components/ListItemContent.js +7 -7
  207. package/components/List/components/ListItemControls.js +6 -6
  208. package/components/List/components/ListItemControlsButton.js +2 -2
  209. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  210. package/components/List/components/ListItemLoading.js +4 -4
  211. package/components/List/components/ListItemSelectable.js +11 -11
  212. package/components/List/components/ListItemTable.js +6 -6
  213. package/components/List/components/ListItemTailLeft.js +2 -2
  214. package/components/List/components/ListItemTailRight.js +2 -2
  215. package/components/List/components/ListSortableItem.js +6 -6
  216. package/components/List/components/ListSortableItemControls.js +5 -5
  217. package/components/List/components/ListSortableItemTarget.js +8 -8
  218. package/components/List/index.js +1 -1
  219. package/components/ListMaster/ListMaster.js +1 -1
  220. package/components/ListMaster/components/ListMasterBody.js +1 -1
  221. package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
  222. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  223. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  224. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  225. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  226. package/components/ListMaster/components/SelectionControls.js +3 -3
  227. package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
  228. package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
  229. package/components/LoaderScreen/LoaderScreen.js +9 -9
  230. package/components/Marker/Marker.js +2 -2
  231. package/components/Marker/utils.js +1 -1
  232. package/components/MarkerStatus/MarkerStatus.js +14 -14
  233. package/components/ModalWindow/ModalWindow.js +2 -2
  234. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  235. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  236. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  237. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  239. package/components/MonthYearField/utils.js +1 -1
  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 +6 -6
  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/NotificationBodyContent.js +1 -1
  248. package/components/Notification/components/NotificationBodyList.js +2 -2
  249. package/components/Notification/components/NotificationClose.js +1 -1
  250. package/components/Notification/components/NotificationFooter.js +1 -1
  251. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  252. package/components/Notification/components/NotificationHeader.js +1 -1
  253. package/components/Notification/components/NotificationIcon.js +1 -1
  254. package/components/Notification/components/NotificationTime.js +1 -1
  255. package/components/NotificationIcon/NotificationIcon.js +4 -4
  256. package/components/NumberField/NumberFieldInput.js +1 -1
  257. package/components/OrderedList/OrderedList.js +3 -3
  258. package/components/OrderedList/OrderedListItem.js +7 -7
  259. package/components/Overlay/Overlay.js +2 -2
  260. package/components/Overlay/OverlayMask.js +2 -2
  261. package/components/Overlay/OverlayPanel.js +2 -2
  262. package/components/Page/Page.js +2 -2
  263. package/components/Page/components/BodyPage.js +10 -10
  264. package/components/Page/components/FooterPage.js +2 -2
  265. package/components/Page/components/HeaderPage.js +2 -2
  266. package/components/Pagination/components/PaginationExtended.js +3 -3
  267. package/components/Pagination/components/PaginationNavigationButton.js +6 -6
  268. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  269. package/components/Pagination/components/PaginationPageButton.js +2 -2
  270. package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
  271. package/components/Pagination/components/PaginationSelect.js +8 -8
  272. package/components/Pagination/utils/paginationUtils.js +1 -1
  273. package/components/Radio/Radio.js +22 -20
  274. package/components/Radio/RadioXGroup.js +13 -13
  275. package/components/Radio/RadioYGroup.js +2 -2
  276. package/components/Row/Row.js +6 -6
  277. package/components/SMSField/SMSField.js +41 -0
  278. package/components/{SMSInput/SMSInputContext.js → SMSField/SMSFieldContext.js} +3 -3
  279. package/components/{SMSInput → SMSField}/components/RefreshIcon.js +4 -4
  280. package/components/SMSField/components/SMSFieldInput.js +63 -0
  281. package/components/SMSField/components/SMSFieldRefresh.js +39 -0
  282. package/components/SMSField/components/SMSFieldSubmit.js +43 -0
  283. package/components/SMSField/components/SMSFieldTooltip.js +38 -0
  284. package/components/SMSField/index.js +5 -0
  285. package/components/SegmentedControl/SegmentedControl.js +11 -11
  286. package/components/SegmentedControl/SegmentedControlSegment.js +18 -18
  287. package/components/SelectExtendedField/SelectExtendedField.js +8 -8
  288. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  289. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +10 -10
  290. package/components/SelectField/SelectField.js +1 -1
  291. package/components/Skeleton/Skeleton.js +12 -12
  292. package/components/SliderExtended/SliderExtended.js +3 -3
  293. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +17 -17
  294. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  295. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  296. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  297. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  298. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
  299. package/components/SmallInput/SmallInput.js +2 -2
  300. package/components/Spoiler/Spoiler.js +21 -21
  301. package/components/StatusTracker/StatusTracker.js +3 -3
  302. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  312. package/components/Step/Step.js +3 -3
  313. package/components/Stepper/RightBorderArrow.js +1 -1
  314. package/components/Stepper/Stepper.js +2 -2
  315. package/components/Stepper/StepperExtended.js +4 -4
  316. package/components/Stepper/StepperStep.js +3 -3
  317. package/components/Stepper/StepperWrapper.js +3 -3
  318. package/components/Suggest/SuggestMobileDropdownContent.js +13 -13
  319. package/components/SuggestField/SuggestField.js +1 -1
  320. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  321. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  322. package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
  323. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  324. package/components/SuggestField/index.js +1 -1
  325. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  326. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  327. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  328. package/components/SuggestField/mobile/index.js +1 -1
  329. package/components/SwipeableArea/SwipeableArea.js +13 -13
  330. package/components/Table/FilterPanel.js +3 -3
  331. package/components/Table/MasterTable.js +7 -7
  332. package/components/Table/NoColumns.js +2 -2
  333. package/components/Table/PaginationPanel.js +5 -5
  334. package/components/Table/TableBasic/TableBasic.js +2 -2
  335. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  336. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  337. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  338. package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
  339. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
  340. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
  341. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  342. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  343. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +7 -7
  344. package/components/Table/TableFooter/TableFooter.js +2 -2
  345. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  346. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  347. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  348. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  349. package/components/Table/TabsLinePanel.js +6 -6
  350. package/components/Table/TabsLinePanelLinks.js +2 -2
  351. package/components/Table/utils.js +1 -1
  352. package/components/Tabs/Tabs.js +9 -9
  353. package/components/TabsExtended/TabsExtended.js +3 -3
  354. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  355. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  356. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  357. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  359. package/components/TabsExtended/utils.js +1 -1
  360. package/components/TabsLine/TabsLine.js +2 -2
  361. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  362. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  363. package/components/TabsLine/components/TabsLineItem.js +2 -2
  364. package/components/TabsLine/components/TabsLineMobile.js +10 -10
  365. package/components/Tag/Tag.js +35 -35
  366. package/components/TagColor/TagColor.js +13 -13
  367. package/components/TagGroup/TagGroup.js +10 -10
  368. package/components/TextField/TextField.js +1 -1
  369. package/components/TextareaField/TextareaField.js +1 -1
  370. package/components/ThemeProvider/ThemeProvider.js +1 -1
  371. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  372. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  373. package/components/Tooltip/components/common/TooltipLink.js +7 -7
  374. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  375. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  376. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  377. package/components/Tooltip/components/mobile/TooltipMobile.js +27 -23
  378. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +11 -6
  379. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +5 -5
  380. package/components/TopOverlay/TopOverlay.js +11 -11
  381. package/components/TreeView/TreeView.js +2 -2
  382. package/components/TreeView/components/TreeViewGroup.js +1 -1
  383. package/components/TreeView/components/TreeViewNode.js +2 -2
  384. package/components/Typography/Caption.js +14 -14
  385. package/components/Typography/Text.js +26 -26
  386. package/components/Typography/Title.js +18 -18
  387. package/components/Typography/utils.js +1 -1
  388. package/components/UnorderedList/UnorderedList.js +3 -3
  389. package/components/UnorderedList/UnorderedListItem.js +11 -11
  390. package/components/UploadZone/UploadZone.js +3 -3
  391. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  392. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  393. package/components/index.js +560 -552
  394. package/consts/DateConst.js +1 -1
  395. package/consts/index.js +14 -0
  396. package/index.d.ts +158 -77
  397. package/index.js +577 -561
  398. package/package.json +8 -4
  399. package/styles/triplex-next.css +535 -533
  400. package/utils/amountUtils.js +1 -1
  401. package/chunks/CalendarViewItem-DXg4wwUA.js +0 -101
  402. package/chunks/Card.module-CDb8O5wa.js +0 -17
  403. package/chunks/CheckboxTreeExtended.module-D8lQSOEb.js +0 -11
  404. package/chunks/Confirm.module-ySc3irOD.js +0 -15
  405. package/chunks/DropdownMobile.module-B25s43In.js +0 -23
  406. package/chunks/Footer.module-CzmEZNfz.js +0 -9
  407. package/chunks/FormFieldInput-kWDtKz1V.js +0 -62
  408. package/chunks/HeaderLayoutSidebar.module-C6GIAW7a.js +0 -9
  409. package/chunks/HeaderTabs.module-BP4HQoDS.js +0 -9
  410. package/chunks/IslandAccordion.module-DDPPsI1j.js +0 -25
  411. package/chunks/IslandWidgetFooter.module-BGcZce5D.js +0 -9
  412. package/chunks/IslandWidgetHeader.module-BMvYg9LN.js +0 -9
  413. package/chunks/LightBoxControls.module-B71hMR9E.js +0 -16
  414. package/chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js +0 -8
  415. package/chunks/ListItemTail.module-D2THwLyb.js +0 -12
  416. package/chunks/ListMasterFooter.module-CQmunIov.js +0 -10
  417. package/chunks/ModalWindow.module-BhR9VsYm.js +0 -17
  418. package/chunks/Notification.module-BHnUAhdM.js +0 -21
  419. package/chunks/Overlay.module-BHV5h0kp.js +0 -18
  420. package/chunks/Page.module-DcF12bw0.js +0 -11
  421. package/chunks/SMSInput.module-qYyAcTFr.js +0 -16
  422. package/chunks/SliderExtendedMarks.module-CNaKOqZQ.js +0 -15
  423. package/chunks/StatusTracker.module-BA-WFHqo.js +0 -24
  424. package/chunks/TableFooter.module-D6jJ4Btm.js +0 -14
  425. package/chunks/TabsExtended.module-C87bijNv.js +0 -16
  426. package/chunks/TabsLine.module-D_ARvYGg.js +0 -21
  427. package/chunks/TooltipDesktop.module-CehOLtFg.js +0 -19
  428. package/chunks/TooltipMobileCloseButton-CJByOYY4.js +0 -20
  429. package/chunks/TreeView.module-B6tUzJoC.js +0 -9
  430. package/chunks/utils-3xY20XDV.js +0 -24
  431. package/chunks/utils-BCJ-APtm.js +0 -20
  432. package/components/SMSInput/SMSInput.js +0 -41
  433. package/components/SMSInput/components/SMSInputInput.js +0 -63
  434. package/components/SMSInput/components/SMSInputRefresh.js +0 -39
  435. package/components/SMSInput/components/SMSInputSubmit.js +0 -43
  436. package/components/SMSInput/components/SMSInputTooltip.js +0 -38
  437. package/components/SMSInput/index.js +0 -5
  438. /package/components/{SMSInput → SMSField}/components/SubmitIcon.js +0 -0
  439. /package/components/{SMSInput → SMSField}/types.js +0 -0
@@ -1,20 +1,20 @@
1
- import { jsx as l } from "react/jsx-runtime";
2
- import d, { useContext as x, useRef as u, useEffect as a } from "react";
3
- import { FormFieldContext as F } from "../FormFieldContext.js";
4
- import { c as p } from "../../../chunks/vendor-D3hUOusX.js";
5
- const P = "formFieldPrefix__22a28b82", R = {
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import l, { useContext as x, useRef as u, useEffect as F } from "react";
3
+ import { FormFieldContext as a } from "../FormFieldContext.js";
4
+ import { c as p } from "../../../chunks/vendor-ClY57Zzq.js";
5
+ const P = "formFieldPrefix__f99e9dc0", R = {
6
6
  formFieldPrefix: P
7
- }, _ = d.forwardRef(
8
- ({ children: o, className: i, ...f }, r) => {
9
- const s = p(R.formFieldPrefix, i), { prefixWidth: n, setPrefixWidth: c } = x(F), t = u(), m = (e) => {
7
+ }, _ = l.forwardRef(
8
+ ({ children: o, className: f, ...i }, r) => {
9
+ const s = p(R.formFieldPrefix, f), { prefixWidth: n, setPrefixWidth: c } = x(a), t = u(), m = (e) => {
10
10
  t.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
11
11
  };
12
- return a(() => {
12
+ return F(() => {
13
13
  if (!t.current)
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__ */ d("span", { className: s, ref: m, ...i, children: o });
18
18
  }
19
19
  );
20
20
  _.displayName = "FormFieldPrefix";
@@ -1,43 +1,43 @@
1
1
  import { jsx as u } from "react/jsx-runtime";
2
- import E, { useContext as T, useRef as b, useEffect as n } from "react";
2
+ import x, { useContext as E, useRef as T, useEffect as n } from "react";
3
3
  import { FormFieldContext as B } from "../FormFieldContext.js";
4
- import { c as N, a as S } from "../../../chunks/vendor-D3hUOusX.js";
5
- import { EFormFieldStatus as t } from "../enums.js";
6
- const A = "formFieldTarget__93f21aa9", L = "placeholder__513edcd8", W = "disabled__321ded10", R = "placeholderWrapper__dd4daecf", e = {
4
+ import { c as N, a as S } from "../../../chunks/vendor-ClY57Zzq.js";
5
+ import { EFormFieldStatus as d } from "../enums.js";
6
+ const A = "formFieldTarget__00520050", L = "placeholder__35fcbcb6", W = "disabled__47510fe4", R = "placeholderWrapper__7172bc65", e = {
7
7
  formFieldTarget: A,
8
8
  placeholder: L,
9
9
  disabled: W,
10
- "size-sm": "size-sm__0342c804",
11
- "size-md": "size-md__44c0c360",
12
- "size-lg": "size-lg__0645dd02",
10
+ "size-sm": "size-sm__f1d12fc4",
11
+ "size-md": "size-md__a78b0eb0",
12
+ "size-lg": "size-lg__58b4c4c1",
13
13
  placeholderWrapper: R
14
- }, y = E.forwardRef((_, F) => {
15
- const { className: h, id: r, onBlur: o, onFocus: c, placeholder: m, children: s, ...g } = _, { status: a, setFocused: p, setId: d, setValueExist: f, size: z } = T(B), D = N(e.formFieldTarget, h, e[`size-${z}`], {
16
- [e.disabled]: a === t.DISABLED,
17
- [e.placeholder]: !!m && !s && a !== t.DISABLED
18
- }), l = b(r || S("formFieldTarget_"));
14
+ }, y = x.forwardRef((_, F) => {
15
+ const { className: h, id: r, onBlur: o, onFocus: c, placeholder: m, children: s, ...b } = _, { status: a, setFocused: p, setId: l, setValueExist: f, size: g } = E(B), z = N(e.formFieldTarget, h, e[`size-${g}`], {
16
+ [e.disabled]: a === d.DISABLED,
17
+ [e.placeholder]: !!m && !s && a !== d.DISABLED
18
+ }), t = T(r || S("formFieldTarget_"));
19
19
  n(() => {
20
- d(l.current);
21
- }, [d]), n(() => {
22
- r && (l.current = r, d(l.current));
23
- }, [r, d]), n(() => {
20
+ l(t.current);
21
+ }, [l]), n(() => {
22
+ r && (t.current = r, l(t.current));
23
+ }, [r, l]), n(() => {
24
24
  f(!!s);
25
25
  }, [f, s]);
26
- const I = (i) => {
26
+ const D = (i) => {
27
27
  p(!1), o == null || o(i);
28
- }, x = (i) => {
28
+ }, I = (i) => {
29
29
  p(!0), c == null || c(i);
30
30
  };
31
31
  return /* @__PURE__ */ u(
32
32
  "div",
33
33
  {
34
- ...g,
35
- className: D,
36
- "aria-disabled": a === t.DISABLED,
37
- id: l.current,
38
- onFocus: x,
39
- onBlur: I,
40
- tabIndex: a === t.DISABLED ? -1 : 0,
34
+ ...b,
35
+ className: z,
36
+ "aria-disabled": a === d.DISABLED,
37
+ id: t.current,
38
+ onFocus: I,
39
+ onBlur: D,
40
+ tabIndex: a === d.DISABLED ? -1 : 0,
41
41
  ref: F,
42
42
  children: s || /* @__PURE__ */ u("span", { className: e.placeholderWrapper, children: m })
43
43
  }
@@ -1,24 +1,24 @@
1
1
  import { jsx as E } from "react/jsx-runtime";
2
- import I, { useContext as g, useRef as h, useEffect as c } from "react";
3
- import { FormFieldContext as z } from "../FormFieldContext.js";
4
- import { a as R, c as S } from "../../../chunks/vendor-D3hUOusX.js";
5
- import { createSizeToClassNameMap as y } from "../../../utils/classNameMaps.js";
6
- import { EFormFieldStatus as D } from "../enums.js";
7
- const M = "formFieldTextarea__93c39873", b = "sm__30a74f13", j = "md__a911a75e", q = "lg__8d22d5ef", l = {
8
- formFieldTextarea: M,
9
- sm: b,
2
+ import I, { useContext as b, useRef as g, useEffect as c } from "react";
3
+ import { FormFieldContext as h } from "../FormFieldContext.js";
4
+ import { a as z, c as R } from "../../../chunks/vendor-ClY57Zzq.js";
5
+ import { createSizeToClassNameMap as S } from "../../../utils/classNameMaps.js";
6
+ import { EFormFieldStatus as y } from "../enums.js";
7
+ const D = "formFieldTextarea__5e84e116", M = "sm__cf7ff5b5", j = "md__6db22c4a", q = "lg__3f1cca1c", i = {
8
+ formFieldTextarea: D,
9
+ sm: M,
10
10
  md: j,
11
11
  lg: q
12
- }, w = y(l), A = I.forwardRef(
13
- ({ className: f, id: e, onBlur: a, onFocus: r, placeholder: n, value: o, ...x }, p) => {
14
- const { size: u, status: F, focused: _, setFocused: d, setId: t, setValueExist: i } = g(z), s = h(e === void 0 ? R() : ""), T = S(l.formFieldTextarea, w[u], f);
12
+ }, w = S(i), A = I.forwardRef(
13
+ ({ className: l, id: e, onBlur: a, onFocus: r, placeholder: n, value: o, ...x }, p) => {
14
+ const { size: u, status: F, focused: _, setFocused: d, setId: t, setValueExist: f } = b(h), s = g(e === void 0 ? z() : ""), T = R(i.formFieldTextarea, w[u], l);
15
15
  c(() => {
16
16
  t(s.current);
17
17
  }, [t]), c(() => {
18
18
  e && (s.current = e, t(s.current));
19
19
  }, [e, t]), c(() => {
20
- i(!!o);
21
- }, [i, o]);
20
+ f(!!o);
21
+ }, [f, o]);
22
22
  const N = (m) => {
23
23
  d(!1), a == null || a(m);
24
24
  }, C = (m) => {
@@ -30,7 +30,7 @@ const M = "formFieldTextarea__93c39873", b = "sm__30a74f13", j = "md__a911a75e",
30
30
  ...x,
31
31
  id: s.current,
32
32
  className: T,
33
- disabled: F === D.DISABLED,
33
+ disabled: F === y.DISABLED,
34
34
  onFocus: C,
35
35
  onBlur: N,
36
36
  placeholder: _ ? n : void 0,
@@ -1,6 +1,5 @@
1
- var n = /* @__PURE__ */ ((r) => (r.SM = "sm", r.MD = "md", r.LG = "lg", r))(n || {}), D = /* @__PURE__ */ ((r) => (r.DEFAULT = "default", r.DISABLED = "disabled", r.ERROR = "error", r.WARNING = "warning", r))(D || {});
1
+ var R = /* @__PURE__ */ ((r) => (r.DEFAULT = "default", r.DISABLED = "disabled", r.ERROR = "error", r.WARNING = "warning", r))(R || {});
2
2
  export {
3
- n as EFormFieldSize,
4
- D as EFormFieldStatus
3
+ R as EFormFieldStatus
5
4
  };
6
5
  //# sourceMappingURL=enums.js.map
@@ -1,28 +1,27 @@
1
1
  import { FormField as e } from "./FormField.js";
2
2
  import { FormFieldDescription as m } from "./components/FormFieldDescription.js";
3
3
  import { FormFieldCounter as i } from "./components/FormFieldCounter.js";
4
- import { FormFieldLabel as p } from "./components/FormFieldLabel.js";
5
- import { FormFieldClear as d } from "./components/FormFieldClear.js";
4
+ import { FormFieldLabel as x } from "./components/FormFieldLabel.js";
5
+ import { FormFieldClear as l } from "./components/FormFieldClear.js";
6
6
  import { FormFieldTarget as a } from "./components/FormFieldTarget.js";
7
- import { F as n } from "../../chunks/FormFieldInput-kWDtKz1V.js";
7
+ import { F as n } from "../../chunks/FormFieldInput-hUwbIuBd.js";
8
8
  import { FormFieldMaskedInput as C } from "./components/FormFieldMaskedInput.js";
9
- import { FormFieldPostfix as I } from "./components/FormFieldPostfix.js";
10
- import { FormFieldPrefix as S } from "./components/FormFieldPrefix.js";
11
- import { FormFieldTextarea as b } from "./components/FormFieldTextarea.js";
12
- import { EFormFieldSize as g, EFormFieldStatus as k } from "./enums.js";
9
+ import { FormFieldPostfix as P } from "./components/FormFieldPostfix.js";
10
+ import { FormFieldPrefix as b } from "./components/FormFieldPrefix.js";
11
+ import { FormFieldTextarea as g } from "./components/FormFieldTextarea.js";
12
+ import { EFormFieldStatus as D } from "./enums.js";
13
13
  export {
14
- g as EFormFieldSize,
15
- k as EFormFieldStatus,
14
+ D as EFormFieldStatus,
16
15
  e as FormField,
17
- d as FormFieldClear,
16
+ l as FormFieldClear,
18
17
  i as FormFieldCounter,
19
18
  m as FormFieldDescription,
20
19
  n as FormFieldInput,
21
- p as FormFieldLabel,
20
+ x as FormFieldLabel,
22
21
  C as FormFieldMaskedInput,
23
- I as FormFieldPostfix,
24
- S as FormFieldPrefix,
22
+ P as FormFieldPostfix,
23
+ b as FormFieldPrefix,
25
24
  a as FormFieldTarget,
26
- b as FormFieldTextarea
25
+ g as FormFieldTextarea
27
26
  };
28
27
  //# sourceMappingURL=index.js.map
@@ -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 }, t) {
15
- return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.9.0", ref: t, children: r });
15
+ return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.10.0", ref: t, children: r });
16
16
  }),
17
17
  {
18
18
  LayoutSidebar: p,
@@ -1,9 +1,9 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as i } from "../../../../chunks/vendor-D3hUOusX.js";
3
+ import { c as i } from "../../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
5
5
  import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
6
- import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-C6GIAW7a.js";
6
+ import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-QjkaZFtn.js";
7
7
  const b = Object.assign(
8
8
  d.forwardRef(function({ children: e, className: r, ...a }, o) {
9
9
  return /* @__PURE__ */ t("div", { className: i(f.headerLayoutSidebar, r), ...a, ref: o, children: e });
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as d } from "../../../../chunks/vendor-D3hUOusX.js";
4
- import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-C6GIAW7a.js";
3
+ import { c as d } from "../../../../chunks/vendor-ClY57Zzq.js";
4
+ import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-QjkaZFtn.js";
5
5
  const i = s.forwardRef(
6
6
  ({ children: e, className: a, ...t }, o) => /* @__PURE__ */ r("div", { className: d(m.headerLayoutSidebarContent, a), ...t, ref: o, 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
- import { c as t } from "../../../../chunks/vendor-D3hUOusX.js";
4
- import { s } from "../../../../chunks/HeaderLayoutSidebar.module-C6GIAW7a.js";
3
+ import { c as t } from "../../../../chunks/vendor-ClY57Zzq.js";
4
+ import { s } from "../../../../chunks/HeaderLayoutSidebar.module-QjkaZFtn.js";
5
5
  const m = i.forwardRef(
6
6
  ({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: t(s.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
- import { c as i } from "../../../../chunks/vendor-D3hUOusX.js";
4
- const u = "headerSubheader__aafe6146", n = "withoutPaddings__6d0149a0", e = {
3
+ import { c as i } from "../../../../chunks/vendor-ClY57Zzq.js";
4
+ const u = "headerSubheader__d5827457", c = "withoutPaddings__251c3c86", e = {
5
5
  headerSubheader: u,
6
- withoutPaddings: n
7
- }, c = h.forwardRef(
6
+ withoutPaddings: c
7
+ }, n = h.forwardRef(
8
8
  ({ children: a, className: d, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
9
9
  "div",
10
10
  {
@@ -15,8 +15,8 @@ const u = "headerSubheader__aafe6146", n = "withoutPaddings__6d0149a0", e = {
15
15
  }
16
16
  )
17
17
  );
18
- c.displayName = "HeaderSubheader";
18
+ n.displayName = "HeaderSubheader";
19
19
  export {
20
- c as HeaderSubheader
20
+ n as HeaderSubheader
21
21
  };
22
22
  //# sourceMappingURL=HeaderSubheader.js.map
@@ -2,8 +2,8 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import t from "react";
3
3
  import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
4
4
  import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
5
- import { c as d } from "../../../../chunks/vendor-D3hUOusX.js";
6
- import { s as f } from "../../../../chunks/HeaderTabs.module-BP4HQoDS.js";
5
+ import { c as d } from "../../../../chunks/vendor-ClY57Zzq.js";
6
+ import { s as f } from "../../../../chunks/HeaderTabs.module-a_JyDpFt.js";
7
7
  const i = Object.assign(
8
8
  t.forwardRef(function({ children: r, className: e, ...a }, o) {
9
9
  return /* @__PURE__ */ s("div", { className: d(f.headerTabs, e), ...a, ref: o, children: r });
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as m } from "../../../../chunks/vendor-D3hUOusX.js";
4
- import { s as n } from "../../../../chunks/HeaderTabs.module-BP4HQoDS.js";
3
+ import { c as m } from "../../../../chunks/vendor-ClY57Zzq.js";
4
+ import { s as n } from "../../../../chunks/HeaderTabs.module-a_JyDpFt.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
- import { c as m } from "../../../../chunks/vendor-D3hUOusX.js";
4
- import { s as l } from "../../../../chunks/HeaderTabs.module-BP4HQoDS.js";
3
+ import { c as m } from "../../../../chunks/vendor-ClY57Zzq.js";
4
+ import { s as l } from "../../../../chunks/HeaderTabs.module-a_JyDpFt.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
  );
@@ -2,8 +2,8 @@ import { jsx as a } from "react/jsx-runtime";
2
2
  import i from "react";
3
3
  import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
4
4
  import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
5
- import { c as l } from "../../../../chunks/vendor-D3hUOusX.js";
6
- import { s as n } from "../../../../chunks/HeaderTitle.module-DlPGCmxi.js";
5
+ import { c as l } from "../../../../chunks/vendor-ClY57Zzq.js";
6
+ import { s as n } from "../../../../chunks/HeaderTitle.module-B_2yQmEh.js";
7
7
  const d = Object.assign(
8
8
  i.forwardRef(function({ children: e, className: t, ...r }, o) {
9
9
  return /* @__PURE__ */ a("div", { className: l(n.headerTitle, t), ...r, ref: o, children: e });
@@ -1,7 +1,7 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as i } from "../../../../chunks/vendor-D3hUOusX.js";
4
- import { s as e } from "../../../../chunks/HeaderTitle.module-DlPGCmxi.js";
3
+ import { c as i } from "../../../../chunks/vendor-ClY57Zzq.js";
4
+ import { s as e } from "../../../../chunks/HeaderTitle.module-B_2yQmEh.js";
5
5
  const m = s.forwardRef(
6
6
  ({ children: t, className: r, ...o }, a) => /* @__PURE__ */ l(
7
7
  "div",
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import a from "react";
3
- import { c as i } from "../../../../chunks/vendor-D3hUOusX.js";
4
- import { s as o } from "../../../../chunks/HeaderTitle.module-DlPGCmxi.js";
3
+ import { c as i } from "../../../../chunks/vendor-ClY57Zzq.js";
4
+ import { s as o } from "../../../../chunks/HeaderTitle.module-B_2yQmEh.js";
5
5
  const m = a.forwardRef(
6
6
  ({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
7
7
  "div",
@@ -1,6 +1,6 @@
1
1
  import { jsxs as h, Fragment as H, jsx as e } from "react/jsx-runtime";
2
2
  import { useRef as M, useState as f, useId as R } from "react";
3
- import { c as S, h as _ } from "../../chunks/vendor-D3hUOusX.js";
3
+ import { c as S, h as _ } from "../../chunks/vendor-ClY57Zzq.js";
4
4
  import { QuestioncircleFilledSrvIcon16 as L } from "@sberbusiness/icons-next";
5
5
  import { ButtonIcon as j } from "../Button/ButtonIcon.js";
6
6
  import { EButtonIconShape as k } from "../Button/enums.js";
@@ -9,7 +9,7 @@ import { TooltipMobileHeader as z } from "../Tooltip/components/mobile/component
9
9
  import { MobileView as C } from "../MobileView/MobileView.js";
10
10
  import { getDataHTMLAttributes as D } from "../../utils/html/DataAttributes.js";
11
11
  import { getAriaHTMLAttributes as Q } from "../../utils/html/AriaAttributes.js";
12
- const V = "helpBoxButton__eb772bb6", X = "helpBoxTooltipBody__0f6a1532", x = {
12
+ const V = "helpBoxButton__786dfb2b", X = "helpBoxTooltipBody__d7ab1a8b", x = {
13
13
  helpBoxButton: V,
14
14
  helpBoxTooltipBody: X
15
15
  }, $ = ({
@@ -1,11 +1,11 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as d } from "../../chunks/vendor-D3hUOusX.js";
3
+ import { c as d } from "../../chunks/vendor-ClY57Zzq.js";
4
4
  import { EIslandType as l } from "./enums.js";
5
5
  import { IslandBody as f } from "./components/IslandBody.js";
6
6
  import { IslandHeader as n } 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-3xY20XDV.js";
8
+ import { s as o, m as y } from "../../chunks/utils-HEAUA6LV.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,7 +1,7 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import r from "react";
3
- import { c as t } from "../../../chunks/vendor-D3hUOusX.js";
4
- const l = "islandBody__77bb257c", n = {
3
+ import { c as t } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ const l = "islandBody__90856691", n = {
5
5
  islandBody: l
6
6
  }, m = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(n.islandBody), ref: d, ...s, children: o }));
7
7
  export {
@@ -1,10 +1,10 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import e from "react";
3
- import { c as a } from "../../../chunks/vendor-D3hUOusX.js";
4
- const l = "islandFooter__44b2f756", n = {
2
+ import a from "react";
3
+ import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ const l = "islandFooter__60644ac9", n = {
5
5
  islandFooter: l
6
- }, f = e.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: a(n.islandFooter), ref: t, ...r, children: o }));
6
+ }, m = a.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: e(n.islandFooter), ref: t, ...r, children: o }));
7
7
  export {
8
- f as IslandFooter
8
+ m as IslandFooter
9
9
  };
10
10
  //# sourceMappingURL=IslandFooter.js.map
@@ -1,10 +1,10 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as o } from "../../../chunks/vendor-D3hUOusX.js";
4
- const t = "islandHeader__f4cfbcaa", c = {
3
+ import { c as o } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ const t = "islandHeader__6afe562f", l = {
5
5
  islandHeader: t
6
- }, i = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(c.islandHeader), ref: r, ...e, children: a }));
6
+ }, c = d.forwardRef(({ children: e, ...a }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...a, children: e }));
7
7
  export {
8
- i as IslandHeader
8
+ c as IslandHeader
9
9
  };
10
10
  //# sourceMappingURL=IslandHeader.js.map
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { m as p } from "../../chunks/utils-3xY20XDV.js";
2
+ import { m as p } from "../../chunks/utils-HEAUA6LV.js";
3
3
  export {
4
4
  p as mapTypeToClassName
5
5
  };
@@ -8,8 +8,8 @@ import { EIslandType as l } from "../Island/enums.js";
8
8
  import "../Island/components/IslandBody.js";
9
9
  import "../Island/components/IslandHeader.js";
10
10
  import "../Island/components/IslandFooter.js";
11
- import { c as f } from "../../chunks/vendor-D3hUOusX.js";
12
- import { s as I } from "../../chunks/IslandAccordion.module-DDPPsI1j.js";
11
+ import { c as f } from "../../chunks/vendor-ClY57Zzq.js";
12
+ import { s as I } from "../../chunks/IslandAccordion.module-BCHg71CD.js";
13
13
  import "./components/IslandAccordionContent.js";
14
14
  import "./components/IslandAccordionFooter.js";
15
15
  import "./components/IslandAccordionTitle.js";
@@ -17,7 +17,7 @@ const x = Object.assign(
17
17
  e.forwardRef(
18
18
  ({ className: r, children: t, size: m = d.MD, type: i = l.TYPE_1, ...s }, a) => {
19
19
  const c = f(r, I.islandAccordion);
20
- return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.9.0", ref: a, children: t }) });
20
+ return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.10.0", ref: a, children: t }) });
21
21
  }
22
22
  ),
23
23
  {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as r } from "../../../chunks/IslandAccordion.module-DDPPsI1j.js";
2
+ import { s as r } from "../../../chunks/IslandAccordion.module-BCHg71CD.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,6 +1,6 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { c as t } from "../../../chunks/vendor-D3hUOusX.js";
3
- import { s as m } from "../../../chunks/IslandAccordion.module-DDPPsI1j.js";
2
+ import { c as t } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { s as m } from "../../../chunks/IslandAccordion.module-BCHg71CD.js";
4
4
  import { Island as i } from "../../Island/Island.js";
5
5
  import "../../Island/components/IslandBody.js";
6
6
  import "../../Island/components/IslandHeader.js";
@@ -1,10 +1,10 @@
1
1
  import { jsx as r, jsxs as c } from "react/jsx-runtime";
2
2
  import j, { useState as w, useContext as z, useRef as F, useEffect as M } from "react";
3
3
  import { CaretdownStrokeSrvIcon24 as Y, CrossStrokeSrvIcon24 as H } from "@sberbusiness/icons-next";
4
- import { a as W, c as x } from "../../../chunks/vendor-D3hUOusX.js";
4
+ import { a as W, c as x } from "../../../chunks/vendor-ClY57Zzq.js";
5
5
  import { Island as y } from "../../Island/Island.js";
6
6
  import { ExpandAnimation as $ } from "../../ExpandAnimation/ExpandAnimation.js";
7
- import { s as t } from "../../../chunks/IslandAccordion.module-DDPPsI1j.js";
7
+ import { s as t } from "../../../chunks/IslandAccordion.module-BCHg71CD.js";
8
8
  import { IslandAccordionTitle as q } from "./IslandAccordionTitle.js";
9
9
  import { IslandAccordionContent as B } from "./IslandAccordionContent.js";
10
10
  import { IslandAccordionFooter as X } from "./IslandAccordionFooter.js";
@@ -68,7 +68,7 @@ const Q = {
68
68
  className: t.header,
69
69
  onClick: b,
70
70
  disabled: a,
71
- "data-tx": "1.9.0",
71
+ "data-tx": "1.10.0",
72
72
  children: [
73
73
  d && p && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(J, { step: p, status: d, position: K.XFirst, children: a ? void 0 : E }) }),
74
74
  /* @__PURE__ */ c("div", { className: t.titleWrapper, children: [
@@ -1,21 +1,21 @@
1
1
  import { jsx as n, jsxs as m } from "react/jsx-runtime";
2
2
  import l, { useContext as p } from "react";
3
3
  import { Island as W } from "../Island/Island.js";
4
- import { EIslandType as f } from "../Island/enums.js";
4
+ import { EIslandType as g } from "../Island/enums.js";
5
5
  import "../Island/components/IslandBody.js";
6
6
  import "../Island/components/IslandHeader.js";
7
7
  import "../Island/components/IslandFooter.js";
8
- import { IslandWidgetHeader as g } from "./components/IslandWidgetHeader.js";
9
- import { IslandWidgetBody as c } from "./components/IslandWidgetBody.js";
10
- import { IslandWidgetFooter as x } from "./components/IslandWidgetFooter.js";
8
+ import { IslandWidgetHeader as f } from "./components/IslandWidgetHeader.js";
9
+ import { IslandWidgetBody as x } from "./components/IslandWidgetBody.js";
10
+ import { IslandWidgetFooter as c } from "./components/IslandWidgetFooter.js";
11
11
  import { IslandWidgetExtraFooter as E } from "./components/IslandWidgetExtraFooter.js";
12
12
  import { EComponentSize as I } from "../../enums/EComponentSize.js";
13
- import { c as F } from "../../chunks/vendor-D3hUOusX.js";
13
+ import { c as F } from "../../chunks/vendor-ClY57Zzq.js";
14
14
  import { IslandWidgetContext as h } from "./IslandWidgetContext.js";
15
- const _ = "islandWidget__0543cbf8", y = "islandWidgetWithExtraFooter__f04b5ceb", o = {
15
+ const _ = "islandWidget__6db45c92", y = "islandWidgetWithExtraFooter__1e14a9fd", o = {
16
16
  islandWidget: _,
17
17
  islandWidgetWithExtraFooter: y
18
- }, b = Object.assign(
18
+ }, u = Object.assign(
19
19
  l.forwardRef(
20
20
  ({ className: i, renderBody: r, renderFooter: t, renderHeader: e, ...d }, a) => {
21
21
  const { hasExtraFooter: s } = p(h);
@@ -25,10 +25,10 @@ const _ = "islandWidget__0543cbf8", y = "islandWidgetWithExtraFooter__f04b5ceb",
25
25
  className: F(o.islandWidget, i, {
26
26
  [o.islandWidgetWithExtraFooter]: s
27
27
  }),
28
- "data-tx": "1.9.0",
28
+ "data-tx": "1.10.0",
29
29
  ...d,
30
30
  ref: a,
31
- children: /* @__PURE__ */ m(W, { type: f.TYPE_1, size: I.MD, children: [
31
+ children: /* @__PURE__ */ m(W, { type: g.TYPE_1, size: I.MD, children: [
32
32
  e({}),
33
33
  r({}),
34
34
  t ? t({}) : null
@@ -38,14 +38,14 @@ const _ = "islandWidget__0543cbf8", y = "islandWidgetWithExtraFooter__f04b5ceb",
38
38
  }
39
39
  ),
40
40
  {
41
- Header: g,
42
- Body: c,
43
- Footer: x,
41
+ Header: f,
42
+ Body: x,
43
+ Footer: c,
44
44
  ExtraFooter: E
45
45
  }
46
46
  );
47
- b.displayName = "IslandWidget";
47
+ u.displayName = "IslandWidget";
48
48
  export {
49
- b as IslandWidget
49
+ u as IslandWidget
50
50
  };
51
51
  //# sourceMappingURL=IslandWidget.js.map
@@ -1,23 +1,23 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { useContext as i, useEffect as d } from "react";
3
- import { c as n } from "../../../chunks/vendor-D3hUOusX.js";
2
+ import { useContext as d, useEffect as i } from "react";
3
+ import { c as n } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
5
5
  import { IslandWidgetContext as l } from "../IslandWidgetContext.js";
6
- const m = "islandWidgetExtraFooter__663cf4a2", c = {
6
+ const m = "islandWidgetExtraFooter__5b2d7a07", c = {
7
7
  islandWidgetExtraFooter: m
8
- }, f = ({
8
+ }, E = ({
9
9
  children: r,
10
10
  className: e,
11
11
  open: t = !1,
12
12
  ...a
13
13
  }) => {
14
- const { setHasExtraFooter: s } = i(l);
15
- return d(() => {
14
+ const { setHasExtraFooter: s } = d(l);
15
+ return i(() => {
16
16
  s(t);
17
17
  }, [t]), /* @__PURE__ */ o("div", { ...a, className: n(e, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: r }) });
18
18
  };
19
- f.displayName = "IslandWidgetExtraFooter";
19
+ E.displayName = "IslandWidgetExtraFooter";
20
20
  export {
21
- f as IslandWidgetExtraFooter
21
+ E as IslandWidgetExtraFooter
22
22
  };
23
23
  //# sourceMappingURL=IslandWidgetExtraFooter.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-D3hUOusX.js";
3
- import { s as n } from "../../../chunks/IslandWidgetFooter.module-BGcZce5D.js";
2
+ import { c as i } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { s as n } from "../../../chunks/IslandWidgetFooter.module-DV2tNWtj.js";
4
4
  import { IslandWidgetFooterContent as d } from "./IslandWidgetFooterContent.js";
5
5
  import { IslandWidgetFooterControls as m } from "./IslandWidgetFooterControls.js";
6
6
  const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ e("div", { ...s, className: i(r, n.islandWidgetFooter), children: t });
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { s } from "../../../chunks/IslandWidgetFooter.module-BGcZce5D.js";
2
+ import { s } from "../../../chunks/IslandWidgetFooter.module-DV2tNWtj.js";
3
3
  const n = ({
4
4
  children: t,
5
5
  ...o
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as r } from "../../../chunks/IslandWidgetFooter.module-BGcZce5D.js";
2
+ import { s as r } from "../../../chunks/IslandWidgetFooter.module-DV2tNWtj.js";
3
3
  const e = ({
4
4
  children: o,
5
5
  ...s