@sberbusiness/triplex-next 1.16.0 → 1.17.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 (402) hide show
  1. package/chunks/{AlertProcessSpoiler-BG_kloAp.js → AlertProcessSpoiler-t7fDdqO9.js} +13 -13
  2. package/chunks/CalendarViewItem-C2DNB4Jw.js +101 -0
  3. package/chunks/Card.module-CoTlxJ6e.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-bZi9dSDw.js +14 -0
  5. package/chunks/{Chip-D_XuO-fG.js → Chip-Cf-GM0CV.js} +16 -16
  6. package/chunks/Confirm.module-BI8PM4Hz.js +15 -0
  7. package/chunks/{DropdownListItem-DzngoNVf.js → DropdownListItem-Cy40lpF7.js} +15 -15
  8. package/chunks/DropdownMobile.module-CiteH_xj.js +23 -0
  9. package/chunks/Footer.module-DnotaF0A.js +9 -0
  10. package/chunks/{FormFieldInput-TbDWEJtn.js → FormFieldInput-AMteABRz.js} +12 -12
  11. package/chunks/HeaderLayoutSidebar.module-Bd_GF8rz.js +9 -0
  12. package/chunks/HeaderTabs.module-Cfl_jvQ5.js +9 -0
  13. package/chunks/{HeaderTitle.module-DVxCsuq0.js → HeaderTitle.module-CWH4Qtxu.js} +2 -2
  14. package/chunks/IslandAccordion.module-C-ODuVTy.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-BKWOZe3U.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-iR-r9VBx.js +12 -0
  17. package/chunks/{LightBoxContent-CY1Sxlp1.js → LightBoxContent-OGbq-MPG.js} +13 -13
  18. package/chunks/LightBoxControls.module-yMjZxWFf.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-DIr7bB-Q.js +8 -0
  20. package/chunks/{ListItemControlsButton-C55hc-cr.js → ListItemControlsButton-D5VCVobZ.js} +10 -10
  21. package/chunks/ListItemTail.module-psSZKLRd.js +12 -0
  22. package/chunks/ListMasterFooter.module-B-sVcLFb.js +10 -0
  23. package/chunks/ModalWindow.module-kWUQDYW7.js +17 -0
  24. package/chunks/Notification.module-CglusCHB.js +21 -0
  25. package/chunks/Overlay.module-DrUdkKMZ.js +18 -0
  26. package/chunks/Page.module-BqOHwRFw.js +11 -0
  27. package/chunks/{RightBorderArrow-D4dScyRx.js → RightBorderArrow-Cg9t6wps.js} +4 -4
  28. package/chunks/SMSField.module-Bu6Qam45.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-BtIySKC1.js +15 -0
  30. package/chunks/{SliderExtendedRail-Bgz2tkUx.js → SliderExtendedRail-C3YHkDdA.js} +9 -9
  31. package/chunks/StatusTracker.module-C6hh8Ogq.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-CaLnhNmM.js → SuggestFieldMobileDropdownHint-DFpzFnw4.js} +4 -4
  33. package/chunks/TableFooter.module-CD1rdwIS.js +14 -0
  34. package/chunks/TabsExtended.module-dt080T3c.js +16 -0
  35. package/chunks/TabsLine.module-BxpgcF_Y.js +21 -0
  36. package/chunks/TooltipDesktop.module-Dg73ZVxN.js +19 -0
  37. package/chunks/TreeView.module-IDSIrNif.js +9 -0
  38. package/chunks/UploadZoneInput-y4jP_J3Z.js +33 -0
  39. package/chunks/{constants-DAn1uZaw.js → constants-BVwJOKSH.js} +13 -13
  40. package/chunks/utils-C2wI3ypW.js +27 -0
  41. package/chunks/{utils-D7Yx6kDI.js → utils-CnUVPndw.js} +4 -4
  42. package/chunks/{utils-DV0NGebi.js → utils-DTJIF2M7.js} +7 -7
  43. package/chunks/utils-DfZbK225.js +73 -0
  44. package/components/Alert/AlertContext/AlertContext.js +14 -14
  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 +7 -7
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +16 -16
  50. package/components/Badge/Badge.js +12 -12
  51. package/components/Badge/BadgeDot.js +8 -8
  52. package/components/Badge/components/BadgeContent.js +20 -20
  53. package/components/Badge/components/BadgePostfix.js +4 -4
  54. package/components/Badge/components/BadgePrefix.js +1 -1
  55. package/components/Body/Body.js +6 -6
  56. package/components/Button/Button.js +21 -21
  57. package/components/Button/ButtonBase.js +1 -1
  58. package/components/Button/ButtonDropdown.js +1 -1
  59. package/components/Button/ButtonDropdownExtended.js +5 -5
  60. package/components/Button/ButtonIcon.js +7 -7
  61. package/components/Calendar/Calendar.js +5 -5
  62. package/components/Calendar/components/CalendarControls.js +1 -1
  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 +21 -21
  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 +6 -6
  77. package/components/Checkbox/Checkbox.js +6 -6
  78. package/components/Checkbox/CheckboxXGroup.js +14 -14
  79. package/components/Checkbox/CheckboxYGroup.js +4 -4
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  84. package/components/Chip/Chip.js +1 -1
  85. package/components/Chip/ChipClearButton.js +9 -9
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +4 -4
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +1 -1
  91. package/components/Chip/ChipOptions.js +9 -9
  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 +1 -1
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +8 -8
  101. package/components/Col/Col.js +130 -130
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
  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 +1 -1
  111. package/components/DateRange/DateRange.js +6 -6
  112. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  113. package/components/Divider/Divider.js +21 -21
  114. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  115. package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
  116. package/components/Dropdown/desktop/DropdownList.js +1 -1
  117. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  118. package/components/Dropdown/desktop/index.js +1 -1
  119. package/components/Dropdown/index.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  121. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  123. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  131. package/components/Ellipsis/Ellipsis.js +8 -8
  132. package/components/ExpandAnimation/ExpandAnimation.js +1 -1
  133. package/components/Footer/Footer.js +1 -1
  134. package/components/Footer/components/FooterDescription.js +1 -1
  135. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  136. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  137. package/components/FormField/FormField.js +33 -33
  138. package/components/FormField/components/FormFieldClear.js +6 -6
  139. package/components/FormField/components/FormFieldCounter.js +1 -1
  140. package/components/FormField/components/FormFieldDescription.js +1 -1
  141. package/components/FormField/components/FormFieldInput.js +1 -1
  142. package/components/FormField/components/FormFieldLabel.js +14 -14
  143. package/components/FormField/components/FormFieldMaskedInput.js +10 -10
  144. package/components/FormField/components/FormFieldPostfix.js +5 -5
  145. package/components/FormField/components/FormFieldPrefix.js +4 -4
  146. package/components/FormField/components/FormFieldTarget.js +6 -6
  147. package/components/FormField/components/FormFieldTextarea.js +12 -12
  148. package/components/FormField/index.js +1 -1
  149. package/components/Header/Header.js +1 -1
  150. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  151. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  153. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +8 -8
  154. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  155. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  156. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  157. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  158. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  159. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  160. package/components/HelpBox/HelpBox.js +13 -13
  161. package/components/Island/Island.js +1 -1
  162. package/components/Island/components/IslandBody.js +3 -3
  163. package/components/Island/components/IslandFooter.js +5 -5
  164. package/components/Island/components/IslandHeader.js +1 -1
  165. package/components/Island/utils.js +1 -1
  166. package/components/IslandAccordion/IslandAccordion.js +2 -2
  167. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  168. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  169. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  170. package/components/IslandWidget/IslandWidget.js +18 -18
  171. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  172. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  173. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  174. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  176. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  177. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
  180. package/components/LightBox/LightBox.js +10 -10
  181. package/components/LightBox/LightBoxContent.js +1 -1
  182. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  183. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  184. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  185. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  186. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
  187. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  188. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  190. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +1 -1
  191. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +3 -3
  192. package/components/Link/Link.js +26 -26
  193. package/components/List/List.js +7 -7
  194. package/components/List/components/ListEmptyState.js +3 -3
  195. package/components/List/components/ListItem.js +1 -1
  196. package/components/List/components/ListItemContent.js +2 -2
  197. package/components/List/components/ListItemControls.js +5 -5
  198. package/components/List/components/ListItemControlsButton.js +1 -1
  199. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  200. package/components/List/components/ListItemLoading.js +2 -2
  201. package/components/List/components/ListItemSelectable.js +5 -5
  202. package/components/List/components/ListItemTable.js +6 -6
  203. package/components/List/components/ListItemTailLeft.js +1 -1
  204. package/components/List/components/ListItemTailRight.js +1 -1
  205. package/components/List/components/ListSortableItem.js +4 -4
  206. package/components/List/components/ListSortableItemControls.js +5 -5
  207. package/components/List/components/ListSortableItemTarget.js +6 -6
  208. package/components/List/index.js +1 -1
  209. package/components/ListMaster/ListMaster.js +1 -1
  210. package/components/ListMaster/components/ListMasterBody.js +1 -1
  211. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  212. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  213. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  214. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  215. package/components/ListMaster/components/ListMasterHeader.js +7 -7
  216. package/components/ListMaster/components/SelectionControls.js +6 -6
  217. package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
  218. package/components/Loader/LoaderSmall/LoaderSmall.js +15 -15
  219. package/components/LoaderScreen/LoaderScreen.js +13 -13
  220. package/components/Marker/Marker.js +1 -1
  221. package/components/Marker/utils.js +1 -1
  222. package/components/MarkerStatus/MarkerStatus.js +13 -13
  223. package/components/ModalWindow/ModalWindow.js +1 -1
  224. package/components/ModalWindow/components/ModalWindowBody.js +4 -4
  225. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  226. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  227. package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
  228. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  229. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
  230. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
  231. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  232. package/components/Notification/Notification.js +2 -2
  233. package/components/Notification/NotificationGrouped.js +1 -1
  234. package/components/Notification/components/NotificationBody.js +1 -1
  235. package/components/Notification/components/NotificationBodyContent.js +1 -1
  236. package/components/Notification/components/NotificationBodyList.js +1 -1
  237. package/components/Notification/components/NotificationClose.js +1 -1
  238. package/components/Notification/components/NotificationFooter.js +1 -1
  239. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  240. package/components/Notification/components/NotificationHeader.js +1 -1
  241. package/components/Notification/components/NotificationIcon.js +1 -1
  242. package/components/Notification/components/NotificationTime.js +1 -1
  243. package/components/NotificationIcon/NotificationIcon.js +4 -4
  244. package/components/NumberField/NumberFieldInput.js +1 -1
  245. package/components/OrderedList/OrderedList.js +2 -2
  246. package/components/OrderedList/OrderedListItem.js +2 -2
  247. package/components/Overlay/Overlay.js +1 -1
  248. package/components/Overlay/OverlayMask.js +1 -1
  249. package/components/Overlay/OverlayPanel.js +1 -1
  250. package/components/Page/Page.js +1 -1
  251. package/components/Page/components/BodyPage.js +9 -9
  252. package/components/Page/components/FooterPage.js +1 -1
  253. package/components/Page/components/HeaderPage.js +1 -1
  254. package/components/Pagination/components/PaginationExtended.js +6 -6
  255. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  256. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  257. package/components/Pagination/components/PaginationPageButton.js +1 -1
  258. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  259. package/components/Pagination/components/PaginationSelect.js +10 -10
  260. package/components/Radio/Radio.js +17 -17
  261. package/components/Radio/RadioXGroup.js +7 -7
  262. package/components/Radio/RadioYGroup.js +9 -9
  263. package/components/Row/Row.js +7 -7
  264. package/components/SMSField/SMSField.js +2 -2
  265. package/components/SMSField/components/RefreshIcon.js +1 -1
  266. package/components/SMSField/components/SMSFieldInput.js +2 -2
  267. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  268. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  269. package/components/SegmentedControl/SegmentedControl.js +10 -10
  270. package/components/SegmentedControl/SegmentedControlSegment.js +16 -16
  271. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  272. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  273. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +32 -32
  274. package/components/Skeleton/Skeleton.js +7 -7
  275. package/components/SliderExtended/SliderExtended.js +2 -2
  276. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
  277. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  278. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  279. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  280. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  281. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +16 -16
  282. package/components/SmallInput/SmallInput.js +3 -3
  283. package/components/Spoiler/Spoiler.js +13 -13
  284. package/components/StatusTracker/StatusTracker.js +2 -2
  285. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  286. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  287. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  288. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  289. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  290. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  294. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  295. package/components/Step/Step.js +13 -13
  296. package/components/Stepper/RightBorderArrow.js +1 -1
  297. package/components/Stepper/Stepper.js +3 -3
  298. package/components/Stepper/StepperExtended.js +1 -1
  299. package/components/Stepper/StepperStep.js +2 -2
  300. package/components/Stepper/StepperWrapper.js +2 -2
  301. package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
  302. package/components/SuggestField/SuggestField.js +2 -2
  303. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  304. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  305. package/components/SuggestField/index.js +1 -1
  306. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  307. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  308. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  309. package/components/SuggestField/mobile/index.js +1 -1
  310. package/components/SwipeableArea/SwipeableArea.js +19 -19
  311. package/components/Table/FilterPanel.js +2 -2
  312. package/components/Table/MasterTable.js +8 -8
  313. package/components/Table/NoColumns.js +4 -4
  314. package/components/Table/PaginationPanel.js +4 -4
  315. package/components/Table/TableBasic/TableBasic.js +1 -1
  316. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  317. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  318. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  319. package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
  320. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  321. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  322. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
  323. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  324. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  325. package/components/Table/TableFooter/TableFooter.js +1 -1
  326. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  327. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  328. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  329. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  330. package/components/Table/TabsLinePanel.js +5 -5
  331. package/components/Table/TabsLinePanelLinks.js +1 -1
  332. package/components/Table/utils.js +1 -1
  333. package/components/Tabs/Tabs.js +17 -17
  334. package/components/TabsExtended/TabsExtended.js +2 -2
  335. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  336. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  337. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  338. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  339. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  340. package/components/TabsExtended/utils.js +1 -1
  341. package/components/TabsLine/TabsLine.js +1 -1
  342. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  343. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  344. package/components/TabsLine/components/TabsLineItem.js +1 -1
  345. package/components/TabsLine/components/TabsLineMobile.js +7 -7
  346. package/components/Tag/Tag.js +23 -23
  347. package/components/TagColor/TagColor.js +8 -8
  348. package/components/TagGroup/TagGroup.js +9 -9
  349. package/components/TextField/TextField.js +1 -1
  350. package/components/TextareaField/TextareaField.js +1 -1
  351. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  352. package/components/Tooltip/components/common/TooltipLink.js +10 -10
  353. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  354. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  355. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  356. package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
  357. package/components/TopOverlay/TopOverlay.js +15 -15
  358. package/components/TreeView/TreeView.js +1 -1
  359. package/components/TreeView/components/TreeViewGroup.js +1 -1
  360. package/components/TreeView/components/TreeViewNode.js +1 -1
  361. package/components/Typography/Caption.js +17 -17
  362. package/components/Typography/Text.js +19 -19
  363. package/components/Typography/Title.js +15 -15
  364. package/components/Typography/constants.js +1 -1
  365. package/components/UnorderedList/UnorderedList.js +8 -8
  366. package/components/UnorderedList/UnorderedListItem.js +2 -2
  367. package/components/UploadZone/UploadZone.js +2 -2
  368. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  369. package/components/index.js +5 -5
  370. package/index.js +5 -5
  371. package/package.json +1 -1
  372. package/styles/triplex-next.css +546 -546
  373. package/chunks/CalendarViewItem-CQQGgtHA.js +0 -101
  374. package/chunks/Card.module-D_9Nt5tA.js +0 -17
  375. package/chunks/CheckboxTreeExtended.module-D7lKoA-a.js +0 -14
  376. package/chunks/Confirm.module-BFd_0tH_.js +0 -15
  377. package/chunks/DropdownMobile.module-Ct6WVB7d.js +0 -23
  378. package/chunks/Footer.module-Cz5Pu1VT.js +0 -9
  379. package/chunks/HeaderLayoutSidebar.module-Bce5gLLP.js +0 -9
  380. package/chunks/HeaderTabs.module-Bwx0AJwd.js +0 -9
  381. package/chunks/IslandAccordion.module-oqHSoL0z.js +0 -25
  382. package/chunks/IslandWidgetFooter.module-Bp7thdVi.js +0 -9
  383. package/chunks/IslandWidgetHeader.module-B2SJ3aL2.js +0 -12
  384. package/chunks/LightBoxControls.module-CXoONiYm.js +0 -16
  385. package/chunks/LightBoxSideOverlayClose.module-BeAPadn5.js +0 -8
  386. package/chunks/ListItemTail.module-BlucpMEa.js +0 -12
  387. package/chunks/ListMasterFooter.module-D93cBp3m.js +0 -10
  388. package/chunks/ModalWindow.module-AO3qbtIE.js +0 -17
  389. package/chunks/Notification.module-3pjGHWYU.js +0 -21
  390. package/chunks/Overlay.module-yINooO_5.js +0 -18
  391. package/chunks/Page.module-fTNmaZZ6.js +0 -11
  392. package/chunks/SMSField.module-D01Witvu.js +0 -16
  393. package/chunks/SliderExtendedMarks.module-BLyZ9qYi.js +0 -15
  394. package/chunks/StatusTracker.module-DPlTQG3M.js +0 -24
  395. package/chunks/TableFooter.module-zC8u9DwX.js +0 -14
  396. package/chunks/TabsExtended.module-C65aq0XO.js +0 -16
  397. package/chunks/TabsLine.module-B3O0egAv.js +0 -21
  398. package/chunks/TooltipDesktop.module-D1K6FcqB.js +0 -19
  399. package/chunks/TreeView.module-Vpz40gNk.js +0 -9
  400. package/chunks/UploadZoneInput-DxG_yQtm.js +0 -33
  401. package/chunks/utils-9tQwQbYj.js +0 -27
  402. package/chunks/utils-HLMbnICl.js +0 -73
@@ -1,26 +1,26 @@
1
1
  import { jsx as N } from "react/jsx-runtime";
2
- import C, { useContext as E, useMemo as I, useEffect as f } from "react";
3
- import { u as b, c as g } from "../../../chunks/vendor-Dlne6Znf.js";
2
+ import b, { useContext as C, useMemo as E, useEffect as l } from "react";
3
+ import { u as I, c as g } from "../../../chunks/vendor-Dlne6Znf.js";
4
4
  import { createSizeToClassNameMap as z } from "../../../utils/classNameMaps.js";
5
5
  import { FormFieldContext as M } from "../FormFieldContext.js";
6
6
  import { EFormFieldStatus as S } from "../enums.js";
7
- const h = "formFieldTextarea__a70adeb8", y = "sm__df1f3ec8", D = "md__7610a12a", R = "lg__e1fdff7b", l = {
7
+ const h = "formFieldTextarea__403597b9", y = "sm__159406fa", D = "md__7a7f132f", R = "lg__2beef4b4", f = {
8
8
  formFieldTextarea: h,
9
9
  sm: y,
10
10
  md: D,
11
11
  lg: R
12
- }, j = z(l), q = C.forwardRef(
13
- ({ className: c, id: e, onBlur: t, onFocus: a, value: s, ...n }, x) => {
14
- const { size: F, status: _, setFocused: m, setId: d, setValueExist: i } = E(M), o = I(() => e === void 0 ? b("textarea_") : e, [e]), p = g(l.formFieldTextarea, j[F], c);
15
- f(() => {
12
+ }, j = z(f), q = b.forwardRef(
13
+ ({ className: c, id: e, onBlur: t, onFocus: s, value: a, ...n }, x) => {
14
+ const { size: F, status: _, setFocused: m, setId: d, setValueExist: i } = C(M), o = E(() => e === void 0 ? I("textarea_") : e, [e]), p = g(f.formFieldTextarea, j[F], c);
15
+ l(() => {
16
16
  d(o);
17
- }, [o, d]), f(() => {
18
- i(!!s);
19
- }, [i, s]);
17
+ }, [o, d]), l(() => {
18
+ i(!!a);
19
+ }, [i, a]);
20
20
  const T = (r) => {
21
21
  m(!1), t == null || t(r);
22
22
  }, u = (r) => {
23
- m(!0), a == null || a(r);
23
+ m(!0), s == null || s(r);
24
24
  };
25
25
  return /* @__PURE__ */ N(
26
26
  "textarea",
@@ -31,7 +31,7 @@ const h = "formFieldTextarea__a70adeb8", y = "sm__df1f3ec8", D = "md__7610a12a",
31
31
  disabled: _ === S.DISABLED,
32
32
  onFocus: u,
33
33
  onBlur: T,
34
- value: s,
34
+ value: a,
35
35
  ref: x
36
36
  }
37
37
  );
@@ -4,7 +4,7 @@ import { FormFieldCounter as p } from "./components/FormFieldCounter.js";
4
4
  import { FormFieldLabel as x } from "./components/FormFieldLabel.js";
5
5
  import { FormFieldClear as d } from "./components/FormFieldClear.js";
6
6
  import { FormFieldTarget as s } from "./components/FormFieldTarget.js";
7
- import { F as n } from "../../chunks/FormFieldInput-TbDWEJtn.js";
7
+ import { F as n } from "../../chunks/FormFieldInput-AMteABRz.js";
8
8
  import { FormFieldMaskedInput as T } from "./components/FormFieldMaskedInput.js";
9
9
  import { FormFieldPostfix as M } from "./components/FormFieldPostfix.js";
10
10
  import { FormFieldPrefix as b } from "./components/FormFieldPrefix.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 }, t) {
15
- return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.16.0", ref: t, children: r });
15
+ return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.17.0", ref: t, children: r });
16
16
  }),
17
17
  {
18
18
  LayoutSidebar: p,
@@ -3,7 +3,7 @@ import d from "react";
3
3
  import { c as i } from "../../../../chunks/vendor-Dlne6Znf.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-Bce5gLLP.js";
6
+ import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-Bd_GF8rz.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
3
  import { c as d } from "../../../../chunks/vendor-Dlne6Znf.js";
4
- import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-Bce5gLLP.js";
4
+ import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-Bd_GF8rz.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
3
  import { c as t } from "../../../../chunks/vendor-Dlne6Znf.js";
4
- import { s } from "../../../../chunks/HeaderLayoutSidebar.module-Bce5gLLP.js";
4
+ import { s } from "../../../../chunks/HeaderLayoutSidebar.module-Bd_GF8rz.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,22 +1,22 @@
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-Dlne6Znf.js";
4
- const u = "headerSubheader__b412d0fd", n = "withoutPaddings__7d6aede3", e = {
4
+ const u = "headerSubheader__8e5d32d4", c = "withoutPaddings__ca674749", e = {
5
5
  headerSubheader: u,
6
- withoutPaddings: n
7
- }, c = h.forwardRef(
8
- ({ children: d, className: a, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
6
+ withoutPaddings: c
7
+ }, n = h.forwardRef(
8
+ ({ children: a, className: d, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
9
9
  "div",
10
10
  {
11
- className: i(e.headerSubheader, { [e.withoutPaddings]: !!r }, a),
11
+ className: i(e.headerSubheader, { [e.withoutPaddings]: !!r }, d),
12
12
  ...t,
13
13
  ref: o,
14
- children: d
14
+ children: a
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
@@ -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 d } from "../../../../chunks/vendor-Dlne6Znf.js";
6
- import { s as f } from "../../../../chunks/HeaderTabs.module-Bwx0AJwd.js";
6
+ import { s as f } from "../../../../chunks/HeaderTabs.module-Cfl_jvQ5.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
3
  import { c as m } from "../../../../chunks/vendor-Dlne6Znf.js";
4
- import { s as n } from "../../../../chunks/HeaderTabs.module-Bwx0AJwd.js";
4
+ import { s as n } from "../../../../chunks/HeaderTabs.module-Cfl_jvQ5.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-Dlne6Znf.js";
4
- import { s as l } from "../../../../chunks/HeaderTabs.module-Bwx0AJwd.js";
4
+ import { s as l } from "../../../../chunks/HeaderTabs.module-Cfl_jvQ5.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 i 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-Dlne6Znf.js";
6
- import { s as n } from "../../../../chunks/HeaderTitle.module-DVxCsuq0.js";
6
+ import { s as n } from "../../../../chunks/HeaderTitle.module-CWH4Qtxu.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
3
  import { c as i } from "../../../../chunks/vendor-Dlne6Znf.js";
4
- import { s as e } from "../../../../chunks/HeaderTitle.module-DVxCsuq0.js";
4
+ import { s as e } from "../../../../chunks/HeaderTitle.module-CWH4Qtxu.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
3
  import { c as i } from "../../../../chunks/vendor-Dlne6Znf.js";
4
- import { s as o } from "../../../../chunks/HeaderTitle.module-DVxCsuq0.js";
4
+ import { s as o } from "../../../../chunks/HeaderTitle.module-CWH4Qtxu.js";
5
5
  const m = a.forwardRef(
6
6
  ({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
7
7
  "div",
@@ -1,4 +1,4 @@
1
- import { jsxs as B, Fragment as M, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as f, Fragment as M, jsx as t } from "react/jsx-runtime";
2
2
  import { useRef as N, useState as h, useId as R } from "react";
3
3
  import { c as S, h as L } from "../../chunks/vendor-Dlne6Znf.js";
4
4
  import { QuestioncircleFilledSrvIcon16 as j } from "@sberbusiness/icons-next";
@@ -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__ce5405bf", X = {
12
+ const V = "helpBoxButton__156317c1", X = {
13
13
  helpBoxButton: V
14
14
  }, $ = ({
15
15
  children: x,
@@ -19,14 +19,14 @@ const V = "helpBoxButton__ce5405bf", X = {
19
19
  isOpen: i,
20
20
  onShow: n,
21
21
  tooltipSize: I,
22
- preferPlace: b,
22
+ preferPlace: v,
23
23
  toggle: r,
24
24
  tooltipAriaAttributes: s,
25
25
  tooltipDataAttributes: p,
26
- iconProps: v,
27
- ...F
26
+ iconProps: F,
27
+ ...O
28
28
  }) => {
29
- const m = N(null), [O, g] = h(!!i), [d, u] = h(null), f = R(), a = i ?? O, y = (e) => {
29
+ const m = N(null), [b, g] = h(!!i), [d, u] = h(null), B = R(), a = i ?? b, y = (e) => {
30
30
  i === void 0 && g(e), e || u(null), r == null || r(e);
31
31
  }, E = (e) => {
32
32
  u(e), n == null || n(e);
@@ -40,7 +40,7 @@ const V = "helpBoxButton__ce5405bf", X = {
40
40
  ...o,
41
41
  focusTrapOptions: {
42
42
  clickOutsideDeactivates: !0,
43
- initialFocus: `[id='${f}']`,
43
+ initialFocus: `[id='${B}']`,
44
44
  preventScroll: !0,
45
45
  ...o == null ? void 0 : o.focusTrapOptions
46
46
  },
@@ -50,16 +50,16 @@ const V = "helpBoxButton__ce5405bf", X = {
50
50
  children: null
51
51
  }
52
52
  );
53
- return /* @__PURE__ */ B(M, { children: [
54
- /* @__PURE__ */ B(
53
+ return /* @__PURE__ */ f(M, { children: [
54
+ /* @__PURE__ */ f(
55
55
  l,
56
56
  {
57
- id: f,
57
+ id: B,
58
58
  tabIndex: -1,
59
59
  role: "dialog",
60
60
  toggleType: "hover",
61
61
  size: I,
62
- preferPlace: b,
62
+ preferPlace: v,
63
63
  isOpen: a,
64
64
  toggle: y,
65
65
  onShow: E,
@@ -74,8 +74,8 @@ const V = "helpBoxButton__ce5405bf", X = {
74
74
  "aria-label": "Подсказка",
75
75
  shape: _.CIRCLE,
76
76
  ref: m,
77
- ...F,
78
- children: /* @__PURE__ */ t(j, { paletteIndex: 5, ...v })
77
+ ...O,
78
+ children: /* @__PURE__ */ t(j, { paletteIndex: 5, ...F })
79
79
  }
80
80
  ) }),
81
81
  c && /* @__PURE__ */ t(z, { children: c }),
@@ -5,7 +5,7 @@ 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-DV0NGebi.js";
8
+ import { s as o, m as y } from "../../chunks/utils-DTJIF2M7.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,10 +1,10 @@
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-Dlne6Znf.js";
4
- const l = "islandBody__c0e8afdd", n = {
4
+ const l = "islandBody__20526c66", n = {
5
5
  islandBody: l
6
- }, f = r.forwardRef(({ children: o, ...d }, s) => /* @__PURE__ */ a("div", { className: t(n.islandBody), ref: s, ...d, children: o }));
6
+ }, m = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(n.islandBody), ref: d, ...s, children: o }));
7
7
  export {
8
- f as IslandBody
8
+ m as IslandBody
9
9
  };
10
10
  //# sourceMappingURL=IslandBody.js.map
@@ -1,10 +1,10 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import a from "react";
3
- import { c as e } from "../../../chunks/vendor-Dlne6Znf.js";
4
- const l = "islandFooter__843647ab", n = {
2
+ import e from "react";
3
+ import { c as a } from "../../../chunks/vendor-Dlne6Znf.js";
4
+ const l = "islandFooter__9c7e90fb", n = {
5
5
  islandFooter: l
6
- }, m = a.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: e(n.islandFooter), ref: t, ...r, children: o }));
6
+ }, f = e.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: a(n.islandFooter), ref: t, ...r, children: o }));
7
7
  export {
8
- m as IslandFooter
8
+ f as IslandFooter
9
9
  };
10
10
  //# sourceMappingURL=IslandFooter.js.map
@@ -1,7 +1,7 @@
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-Dlne6Znf.js";
4
- const t = "islandHeader__40560c0f", l = {
4
+ const t = "islandHeader__f334825d", l = {
5
5
  islandHeader: t
6
6
  }, f = d.forwardRef(({ children: e, ...a }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...a, children: e }));
7
7
  export {
@@ -1,5 +1,5 @@
1
1
  import "./enums.js";
2
- import { m as p } from "../../chunks/utils-DV0NGebi.js";
2
+ import { m as p } from "../../chunks/utils-DTJIF2M7.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-Dlne6Znf.js";
12
- import { s as I } from "../../chunks/IslandAccordion.module-oqHSoL0z.js";
12
+ import { s as I } from "../../chunks/IslandAccordion.module-C-ODuVTy.js";
13
13
  import "./components/IslandAccordionContent.js";
14
14
  import "./components/IslandAccordionFooter.js";
15
15
  const x = Object.assign(
16
16
  e.forwardRef(
17
17
  ({ className: r, children: t, size: m = 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: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.16.0", ref: a, children: t }) });
19
+ return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.17.0", ref: a, children: t }) });
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-oqHSoL0z.js";
2
+ import { s as r } from "../../../chunks/IslandAccordion.module-C-ODuVTy.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
2
  import { c as t } from "../../../chunks/vendor-Dlne6Znf.js";
3
- import { s as m } from "../../../chunks/IslandAccordion.module-oqHSoL0z.js";
3
+ import { s as m } from "../../../chunks/IslandAccordion.module-C-ODuVTy.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";
@@ -24,7 +24,7 @@ import { ETitleSize as f, EFontType as z } from "../../Typography/enums.js";
24
24
  import "../../Typography/Caption.js";
25
25
  import "../../Typography/Text.js";
26
26
  import { Title as U } from "../../Typography/Title.js";
27
- import { s as t } from "../../../chunks/IslandAccordion.module-oqHSoL0z.js";
27
+ import { s as t } from "../../../chunks/IslandAccordion.module-C-ODuVTy.js";
28
28
  const V = {
29
29
  [l.TYPE_1]: t.type1,
30
30
  [l.TYPE_2]: t.type2,
@@ -79,7 +79,7 @@ const V = {
79
79
  }),
80
80
  onClick: _,
81
81
  disabled: r,
82
- "data-tx": "1.16.0",
82
+ "data-tx": "1.17.0",
83
83
  children: [
84
84
  h && I && /* @__PURE__ */ e("div", { className: t.step, children: /* @__PURE__ */ e(J, { step: I, status: h, position: K.XFirst, children: r ? void 0 : M }) }),
85
85
  /* @__PURE__ */ e(
@@ -16,18 +16,18 @@ import { IslandWidgetContext as O } from "./IslandWidgetContext.js";
16
16
  import { ExpandAnimation as j } from "../ExpandAnimation/ExpandAnimation.js";
17
17
  import { EScreenWidth as p } from "../../helpers/breakpoints.js";
18
18
  import { useMatchMedia as N } from "../MediaWidth/useMatchMedia.js";
19
- const b = "islandWidget__51f164a3", k = "islandWidgetWithExtraFooter__50c423b7", z = "islandWidgetHeaderWrapperAdaptive__28b18115", d = {
20
- islandWidget: b,
21
- islandWidgetWithExtraFooter: k,
22
- islandWidgetHeaderWrapperAdaptive: z
23
- }, B = Object.assign(
19
+ const k = "islandWidget__e2daacb9", z = "islandWidgetWithExtraFooter__31d45c15", B = "islandWidgetHeaderWrapperAdaptive__5a0ac25d", i = {
20
+ islandWidget: k,
21
+ islandWidgetWithExtraFooter: z,
22
+ islandWidgetHeaderWrapperAdaptive: B
23
+ }, P = Object.assign(
24
24
  _.forwardRef(
25
- ({ className: l, renderBody: c, renderFooter: o, renderHeader: W, disableAdaptiveCollapsing: r = !1, ...f }, g) => {
26
- const { hasExtraFooter: x } = F(S), [i, h] = u(r), e = N(
25
+ ({ className: l, renderBody: c, renderFooter: o, renderHeader: W, disableAdaptiveCollapsing: r = !1, ...g }, f) => {
26
+ const { hasExtraFooter: x } = F(S), [d, h] = u(r), e = N(
27
27
  `(max-width: ${p.SM_MAX})`,
28
28
  window.innerWidth <= parseInt(p.SM_MAX)
29
29
  ), E = () => {
30
- h(!i);
30
+ h(!d);
31
31
  }, I = e && !r, a = () => /* @__PURE__ */ n(s, { children: [
32
32
  c({}),
33
33
  o ? o({}) : null
@@ -38,29 +38,29 @@ const b = "islandWidget__51f164a3", k = "islandWidgetWithExtraFooter__50c423b7",
38
38
  value: {
39
39
  adaptive: e,
40
40
  disableAdaptiveCollapsing: r,
41
- open: i
41
+ open: d
42
42
  },
43
43
  children: /* @__PURE__ */ t(
44
44
  "div",
45
45
  {
46
- className: m(d.islandWidget, l, {
47
- [d.islandWidgetWithExtraFooter]: x
46
+ className: m(i.islandWidget, l, {
47
+ [i.islandWidgetWithExtraFooter]: x
48
48
  }),
49
- "data-tx": "1.16.0",
50
- ...f,
51
- ref: g,
49
+ "data-tx": "1.17.0",
50
+ ...g,
51
+ ref: f,
52
52
  children: /* @__PURE__ */ n(v, { type: y.TYPE_1, size: A.MD, children: [
53
53
  /* @__PURE__ */ t(
54
54
  "div",
55
55
  {
56
56
  className: m({
57
- [d.islandWidgetHeaderWrapperAdaptive]: e
57
+ [i.islandWidgetHeaderWrapperAdaptive]: e
58
58
  }),
59
59
  onClick: e ? E : void 0,
60
60
  children: W({})
61
61
  }
62
62
  ),
63
- I ? /* @__PURE__ */ t(j, { expanded: i, children: a() }) : /* @__PURE__ */ t(s, { children: a() })
63
+ I ? /* @__PURE__ */ t(j, { expanded: d, children: a() }) : /* @__PURE__ */ t(s, { children: a() })
64
64
  ] })
65
65
  }
66
66
  )
@@ -75,8 +75,8 @@ const b = "islandWidget__51f164a3", k = "islandWidgetWithExtraFooter__50c423b7",
75
75
  ExtraFooter: C
76
76
  }
77
77
  );
78
- B.displayName = "IslandWidget";
78
+ P.displayName = "IslandWidget";
79
79
  export {
80
- B as IslandWidget
80
+ P as IslandWidget
81
81
  };
82
82
  //# sourceMappingURL=IslandWidget.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as t } from "../../../chunks/vendor-Dlne6Znf.js";
3
- const a = "islandWidgetBody__298c1d60", e = {
3
+ const a = "islandWidgetBody__09f56348", e = {
4
4
  islandWidgetBody: a
5
5
  }, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(e.islandWidgetBody, s), children: d });
6
6
  l.displayName = "IslandWidgetBody";
@@ -1,9 +1,9 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { useContext as d, useEffect as i } from "react";
2
+ import { useContext as i, useEffect as d } from "react";
3
3
  import { c as n } from "../../../chunks/vendor-Dlne6Znf.js";
4
4
  import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
5
5
  import { IslandWidgetLayoutContext as l } from "../IslandWidgetLayoutContext.js";
6
- const m = "islandWidgetExtraFooter__be2005d0", c = {
6
+ const m = "islandWidgetExtraFooter__be92c527", c = {
7
7
  islandWidgetExtraFooter: m
8
8
  }, E = ({
9
9
  children: e,
@@ -11,8 +11,8 @@ const m = "islandWidgetExtraFooter__be2005d0", c = {
11
11
  open: t = !1,
12
12
  ...a
13
13
  }) => {
14
- const { setHasExtraFooter: s } = d(l);
15
- return i(() => {
14
+ const { setHasExtraFooter: s } = i(l);
15
+ return d(() => {
16
16
  s(t);
17
17
  }, [t]), /* @__PURE__ */ o("div", { ...a, className: n(r, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: e }) });
18
18
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor-Dlne6Znf.js";
3
- import { s as n } from "../../../chunks/IslandWidgetFooter.module-Bp7thdVi.js";
3
+ import { s as n } from "../../../chunks/IslandWidgetFooter.module-BKWOZe3U.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-Bp7thdVi.js";
2
+ import { s } from "../../../chunks/IslandWidgetFooter.module-BKWOZe3U.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-Bp7thdVi.js";
2
+ import { s as r } from "../../../chunks/IslandWidgetFooter.module-BKWOZe3U.js";
3
3
  const e = ({
4
4
  children: o,
5
5
  ...s
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
2
  import { useContext as l } from "react";
3
3
  import { c as a } from "../../../chunks/vendor-Dlne6Znf.js";
4
- import { s as e } from "../../../chunks/IslandWidgetHeader.module-B2SJ3aL2.js";
4
+ import { s as e } from "../../../chunks/IslandWidgetHeader.module-iR-r9VBx.js";
5
5
  import { IslandWidgetHeaderContent as c } from "./IslandWidgetHeaderContent.js";
6
6
  import { IslandWidgetHeaderDescription as f } from "./IslandWidgetHeaderDescription.js";
7
7
  import { CaretdownStrokeSrvIcon24 as I } from "@sberbusiness/icons-next";
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-Dlne6Znf.js";
3
- import { s as o } from "../../../chunks/IslandWidgetHeader.module-B2SJ3aL2.js";
3
+ import { s as o } from "../../../chunks/IslandWidgetHeader.module-iR-r9VBx.js";
4
4
  const n = ({
5
5
  children: e,
6
6
  className: t,
@@ -1,6 +1,6 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as a } from "../../../chunks/vendor-Dlne6Znf.js";
3
- import { s as t } from "../../../chunks/IslandWidgetHeader.module-B2SJ3aL2.js";
3
+ import { s as t } from "../../../chunks/IslandWidgetHeader.module-iR-r9VBx.js";
4
4
  const d = ({
5
5
  children: s,
6
6
  className: e,
@@ -1,13 +1,13 @@
1
- import { jsx as r } from "react/jsx-runtime";
1
+ import { jsx as e } from "react/jsx-runtime";
2
2
  import i, { useState as p } from "react";
3
3
  import { c as l } from "../../../chunks/vendor-Dlne6Znf.js";
4
4
  import { IslandWidgetLayoutContext as n } from "../IslandWidgetLayoutContext.js";
5
- const W = "islandWidgetWrapper__8f7261a4", m = {
5
+ const W = "islandWidgetWrapper__4e6312fd", m = {
6
6
  islandWidgetWrapper: W
7
7
  }, c = i.forwardRef(
8
- ({ children: e, className: a, ...t }, s) => {
9
- const [o, d] = p(!1);
10
- return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper, a), ...t, ref: s, children: e }) });
8
+ ({ children: r, className: t, ...a }, s) => {
9
+ const [d, o] = p(!1);
10
+ return /* @__PURE__ */ e(n.Provider, { value: { hasExtraFooter: d, setHasExtraFooter: o }, children: /* @__PURE__ */ e("div", { className: l(m.islandWidgetWrapper, t), ...a, ref: s, children: r }) });
11
11
  }
12
12
  );
13
13
  c.displayName = "IslandWidgetWrapper";
@@ -1,7 +1,7 @@
1
- import { jsxs as x, Fragment as R, jsx as o } from "react/jsx-runtime";
1
+ import { jsxs as f, Fragment as R, jsx as o } from "react/jsx-runtime";
2
2
  import { useRef as n, useEffect as B } from "react";
3
3
  import { c as V, h as A } from "../../chunks/vendor-Dlne6Znf.js";
4
- import { L as D, s as e } from "../../chunks/LightBoxContent-CY1Sxlp1.js";
4
+ import { L as D, s as e } from "../../chunks/LightBoxContent-OGbq-MPG.js";
5
5
  import { LightBoxControls as F } from "./LightBoxControls/LightBoxControls.js";
6
6
  import { LightBoxSideOverlay as I } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
7
7
  import { Portal as T } from "../Portal/Portal.js";
@@ -14,10 +14,10 @@ import { useToken as z } from "../ThemeProvider/useToken.js";
14
14
  import { LightBoxLeftSidebar as H } from "./LightBoxSidebars/LightBoxLeftSidebar.js";
15
15
  import { LightBoxRightSidebar as U } from "./LightBoxSidebars/LightBoxRightSidebar.js";
16
16
  const Z = {
17
- "scroll-0": "scroll-0__7f4f6850",
18
- "scroll-15": "scroll-15__b625dc77",
19
- "scroll-16": "scroll-16__ee525cb0",
20
- "scroll-17": "scroll-17__c136e77a"
17
+ "scroll-0": "scroll-0__2e628c0f",
18
+ "scroll-15": "scroll-15__13ca7254",
19
+ "scroll-16": "scroll-16__d9c5a02d",
20
+ "scroll-17": "scroll-17__b3e88be1"
21
21
  }, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
22
22
  children: v,
23
23
  className: M,
@@ -59,12 +59,12 @@ const Z = {
59
59
  );
60
60
  if (!c.current)
61
61
  return null;
62
- const f = () => /* @__PURE__ */ x("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
62
+ const x = () => /* @__PURE__ */ f("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
63
63
  /* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
64
64
  v,
65
65
  /* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
66
66
  ] });
67
- return /* @__PURE__ */ x(R, { children: [
67
+ return /* @__PURE__ */ f(R, { children: [
68
68
  /* @__PURE__ */ o(T, { container: c.current, children: /* @__PURE__ */ o(
69
69
  W,
70
70
  {
@@ -79,10 +79,10 @@ const Z = {
79
79
  preventScroll: !0,
80
80
  ...r == null ? void 0 : r.focusTrapOptions
81
81
  },
82
- children: f()
82
+ children: x()
83
83
  }
84
84
  ),
85
- children: f()
85
+ children: x()
86
86
  }
87
87
  ) }),
88
88
  g.current && /* @__PURE__ */ o(