@sberbusiness/triplex-next 1.4.0 → 1.5.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 (396) hide show
  1. package/chunks/{AlertProcessSpoiler-BQv9QI6L.js → AlertProcessSpoiler-M7W9D-p3.js} +6 -6
  2. package/chunks/CalendarViewItem-Cs4qo2T0.js +105 -0
  3. package/chunks/Card.module-lZl8x0iL.js +17 -0
  4. package/chunks/{Chip-G6cGXuGj.js → Chip-DpSJGyYK.js} +10 -10
  5. package/chunks/{DropdownListItem-D2hzyBGc.js → DropdownListItem-SqymKZn5.js} +10 -10
  6. package/chunks/DropdownMobile.module-C_Jtpfxj.js +21 -0
  7. package/chunks/Footer.module-3tcvZGt3.js +9 -0
  8. package/chunks/{FormFieldInput-CO7yZP0Q.js → FormFieldInput-BSxKZxcq.js} +11 -11
  9. package/chunks/HeaderLayoutSidebar.module-DqrwTmWo.js +9 -0
  10. package/chunks/HeaderTabs.module-DegB0R8X.js +9 -0
  11. package/chunks/{HeaderTitle.module-BHyH17ZI.js → HeaderTitle.module-CEMLCR13.js} +2 -2
  12. package/chunks/IslandAccordion.module-DFvQwhSg.js +22 -0
  13. package/chunks/{LightBoxContent-DmoszkOx.js → LightBoxContent-DTTxRVLQ.js} +16 -16
  14. package/chunks/LightBoxControls.module-Dn4GtUtF.js +16 -0
  15. package/chunks/LightBoxSideOverlayClose.module-BUvFYJwr.js +8 -0
  16. package/chunks/{ListItemControlsButton-BoEiexyr.js → ListItemControlsButton-AbCEipFe.js} +10 -10
  17. package/chunks/ListItemTail.module-CZYSMJRz.js +12 -0
  18. package/chunks/ListMasterFooter.module-Bw6BVPVj.js +10 -0
  19. package/chunks/ModalWindow.module-DGcF8-xJ.js +17 -0
  20. package/chunks/Notification.module-Cj_Pd4DQ.js +21 -0
  21. package/chunks/Overlay.module-BqJXvoeX.js +18 -0
  22. package/chunks/Page.module-DUQ6i8Ez.js +12 -0
  23. package/chunks/{RightBorderArrow-BHW7rkmN.js → RightBorderArrow-Co_RT8lZ.js} +12 -12
  24. package/chunks/SMSInput.module-D1TiDw_A.js +16 -0
  25. package/chunks/StatusTracker.module-DetC6Udk.js +24 -0
  26. package/chunks/{SuggestFieldMobileDropdownHint-CMKMF0PQ.js → SuggestFieldMobileDropdownHint-nZwpz9Eo.js} +2 -2
  27. package/chunks/TableFooter.module-BF4P3QCw.js +13 -0
  28. package/chunks/TabsExtended.module-BciQYRi4.js +16 -0
  29. package/chunks/TabsLine.module-Cx0n_AdV.js +23 -0
  30. package/chunks/TooltipDesktop.module-DK06gaHe.js +19 -0
  31. package/chunks/TooltipMobileCloseButton-DTtQoE3B.js +20 -0
  32. package/chunks/{UploadZoneInput-pdhICY56.js → UploadZoneInput-C2-_7DoS.js} +3 -3
  33. package/chunks/{utils-B7AjUpy-.js → utils-CFlJg-k1.js} +5 -5
  34. package/chunks/{utils-DwX2_kEA.js → utils-CXhKCNyM.js} +14 -14
  35. package/chunks/utils-CoHHiBA8.js +24 -0
  36. package/chunks/utils-D9w2Kvyk.js +36 -0
  37. package/chunks/{utils-C9-tOm2Z.js → utils-Dhi5F6Da.js} +9 -9
  38. package/chunks/vendor-9KVE23Ri.js +14839 -0
  39. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  40. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  41. package/components/Alert/AlertContext/AlertContext.js +16 -16
  42. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  43. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  44. package/components/Amount/Amount.js +8 -8
  45. package/components/AmountField/AmountField.js +2 -2
  46. package/components/Body/Body.js +3 -3
  47. package/components/Button/Button.js +18 -18
  48. package/components/Button/ButtonBase.js +1 -1
  49. package/components/Button/ButtonDropdown.js +54 -54
  50. package/components/Button/ButtonDropdownExtended.js +9 -9
  51. package/components/Button/ButtonIcon.js +13 -13
  52. package/components/Calendar/Calendar.js +183 -0
  53. package/components/Calendar/CalendarContext.js +22 -0
  54. package/components/Calendar/CalendarRange.js +28 -0
  55. package/components/Calendar/CalendarViewContext.js +8 -0
  56. package/components/Calendar/components/CalendarControls.js +98 -0
  57. package/components/Calendar/components/CalendarFooter.js +9 -0
  58. package/components/Calendar/components/CalendarTodayButton.js +31 -0
  59. package/components/Calendar/components/CalendarView.js +30 -0
  60. package/components/Calendar/components/CalendarViewDays.js +109 -0
  61. package/components/Calendar/components/CalendarViewItem.js +11 -0
  62. package/components/Calendar/components/CalendarViewMonths.js +64 -0
  63. package/components/Calendar/components/CalendarViewYears.js +64 -0
  64. package/components/Calendar/enums.js +7 -0
  65. package/components/Calendar/index.js +9 -0
  66. package/components/Calendar/types.js +2 -0
  67. package/components/Calendar/utils.js +38 -0
  68. package/components/Card/CardAction.js +14 -14
  69. package/components/Card/CardStatic.js +3 -3
  70. package/components/Card/components/CardContent/CardContent.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  74. package/components/Card/components/CardMedia.js +2 -2
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +7 -7
  77. package/components/Checkbox/Checkbox.js +12 -12
  78. package/components/Checkbox/CheckboxXGroup.js +12 -12
  79. package/components/Checkbox/CheckboxYGroup.js +2 -2
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  83. package/components/Chip/Chip.js +2 -2
  84. package/components/Chip/ChipClearButton.js +7 -7
  85. package/components/Chip/ChipDropdownArrow.js +4 -4
  86. package/components/Chip/ChipIcon.js +1 -1
  87. package/components/Chip/ChipOptions.js +7 -7
  88. package/components/Chip/ChipSelect.js +2 -2
  89. package/components/Chip/ChipSort.js +55 -0
  90. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  91. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  92. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  93. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  94. package/components/Chip/index.js +7 -5
  95. package/components/ChipGroup/ChipGroup.js +14 -14
  96. package/components/Col/Col.js +142 -142
  97. package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
  98. package/components/DateField/DateField.js +135 -0
  99. package/components/DateField/DateFieldContext.js +12 -0
  100. package/components/DateField/DateFieldTarget.js +60 -0
  101. package/components/DateField/constants.js +5 -0
  102. package/components/DateField/index.js +5 -0
  103. package/components/DateField/types.js +2 -0
  104. package/components/DateField/utils.js +23 -0
  105. package/components/DatePickerExtended/DatePickerExtended.js +136 -0
  106. package/components/DatePickerExtended/DatePickerExtendedContext.js +11 -0
  107. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +63 -0
  108. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  109. package/components/DesignTokens/DesignTokensComponents.js +77 -70
  110. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +71 -64
  111. package/components/DesignTokens/DesignTokensCore.js +1 -1
  112. package/components/DesignTokens/components/Calendar.js +109 -0
  113. package/components/DesignTokens/components/Divider.js +4 -4
  114. package/components/DesignTokens/components/ModalWindow.js +11 -0
  115. package/components/DesignTokens/components/index.js +132 -126
  116. package/components/Divider/Divider.js +21 -21
  117. package/components/Dropdown/desktop/DropdownDesktop.js +17 -17
  118. package/components/Dropdown/desktop/DropdownList.js +2 -2
  119. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  120. package/components/Dropdown/desktop/index.js +1 -1
  121. package/components/Dropdown/index.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  123. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  124. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  125. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +11 -0
  133. package/components/Ellipsis/Ellipsis.js +8 -8
  134. package/components/ExpandAnimation/ExpandAnimation.js +21 -21
  135. package/components/Footer/Footer.js +1 -1
  136. package/components/Footer/components/FooterDescription.js +2 -2
  137. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  138. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  139. package/components/FormField/FormField.js +21 -21
  140. package/components/FormField/components/FormFieldClear.js +12 -16
  141. package/components/FormField/components/FormFieldCounter.js +5 -5
  142. package/components/FormField/components/FormFieldDescription.js +6 -6
  143. package/components/FormField/components/FormFieldInput.js +2 -2
  144. package/components/FormField/components/FormFieldLabel.js +10 -10
  145. package/components/FormField/components/FormFieldMaskedInput.js +25 -29
  146. package/components/FormField/components/FormFieldPostfix.js +6 -6
  147. package/components/FormField/components/FormFieldPrefix.js +5 -5
  148. package/components/FormField/components/FormFieldTarget.js +17 -17
  149. package/components/FormField/components/FormFieldTextarea.js +9 -9
  150. package/components/FormField/index.js +1 -1
  151. package/components/Header/Header.js +1 -1
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  153. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  154. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  155. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
  156. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  157. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  158. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  159. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  160. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  161. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  162. package/components/HelpBox/HelpBox.js +9 -9
  163. package/components/Island/Island.js +2 -2
  164. package/components/Island/components/IslandBody.js +4 -4
  165. package/components/Island/components/IslandFooter.js +6 -6
  166. package/components/Island/components/IslandHeader.js +4 -4
  167. package/components/Island/utils.js +1 -1
  168. package/components/IslandAccordion/IslandAccordion.js +3 -3
  169. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  170. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  171. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  172. package/components/LightBox/LightBox.js +16 -16
  173. package/components/LightBox/LightBoxContent.js +2 -2
  174. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  175. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  176. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  177. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  178. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +2 -2
  179. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  180. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  181. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  182. package/components/LightBox/LightBoxTopOverlay/LightBoxTopOverlay.js +15 -15
  183. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  184. package/components/Link/Link.js +20 -20
  185. package/components/List/List.js +7 -7
  186. package/components/List/ListSortable.js +1 -1
  187. package/components/List/components/ListEmptyState.js +2 -2
  188. package/components/List/components/ListItem.js +1 -1
  189. package/components/List/components/ListItemContent.js +7 -7
  190. package/components/List/components/ListItemControls.js +6 -6
  191. package/components/List/components/ListItemControlsButton.js +2 -2
  192. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  193. package/components/List/components/ListItemLoading.js +5 -5
  194. package/components/List/components/ListItemSelectable.js +10 -10
  195. package/components/List/components/ListItemTable.js +7 -7
  196. package/components/List/components/ListItemTailLeft.js +2 -2
  197. package/components/List/components/ListItemTailRight.js +2 -2
  198. package/components/List/components/ListSortableItem.js +10 -10
  199. package/components/List/components/ListSortableItemControls.js +7 -7
  200. package/components/List/components/ListSortableItemTarget.js +6 -6
  201. package/components/List/index.js +1 -1
  202. package/components/ListMaster/ListMaster.js +1 -1
  203. package/components/ListMaster/components/ListMasterBody.js +1 -1
  204. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  205. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  206. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  207. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  208. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  209. package/components/ListMaster/components/SelectionControls.js +3 -3
  210. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  211. package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
  212. package/components/LoaderScreen/LoaderScreen.js +13 -13
  213. package/components/Marker/Marker.js +2 -2
  214. package/components/Marker/utils.js +1 -1
  215. package/components/MarkerStatus/MarkerStatus.js +12 -12
  216. package/components/ModalWindow/ModalWindow.js +98 -0
  217. package/components/ModalWindow/components/ModalWindowBody.js +189 -0
  218. package/components/ModalWindow/components/ModalWindowClose.js +29 -0
  219. package/components/ModalWindow/components/ModalWindowContent.js +13 -0
  220. package/components/ModalWindow/components/ModalWindowFooter.js +10 -0
  221. package/components/ModalWindow/components/ModalWindowHeader.js +13 -0
  222. package/components/ModalWindow/components/ModalWindowViewManager.js +45 -0
  223. package/components/ModalWindow/index.js +17 -0
  224. package/components/MonthYearField/MonthYearField.js +66 -0
  225. package/components/MonthYearField/MonthYearFieldContext.js +9 -0
  226. package/components/MonthYearField/MonthYearFieldTarget.js +59 -0
  227. package/components/MonthYearField/constants.js +5 -0
  228. package/components/MonthYearField/index.js +5 -0
  229. package/components/MonthYearField/types.js +2 -0
  230. package/components/MonthYearField/utils.js +22 -0
  231. package/components/Notification/Notification.js +3 -3
  232. package/components/Notification/NotificationGrouped.js +1 -1
  233. package/components/Notification/components/NotificationBody.js +1 -1
  234. package/components/Notification/components/NotificationBodyContent.js +1 -1
  235. package/components/Notification/components/NotificationBodyList.js +2 -2
  236. package/components/Notification/components/NotificationClose.js +1 -1
  237. package/components/Notification/components/NotificationFooter.js +1 -1
  238. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  239. package/components/Notification/components/NotificationHeader.js +1 -1
  240. package/components/Notification/components/NotificationIcon.js +1 -1
  241. package/components/Notification/components/NotificationTime.js +1 -1
  242. package/components/NumberField/NumberFieldInput.js +1 -1
  243. package/components/OrderedList/OrderedList.js +5 -5
  244. package/components/OrderedList/OrderedListItem.js +8 -8
  245. package/components/Overlay/Overlay.js +2 -2
  246. package/components/Overlay/OverlayMask.js +2 -2
  247. package/components/Overlay/OverlayPanel.js +2 -2
  248. package/components/Page/Page.js +2 -2
  249. package/components/Page/components/BodyPage.js +2 -2
  250. package/components/Page/components/FooterPage.js +2 -2
  251. package/components/Page/components/HeaderPage.js +2 -2
  252. package/components/Page/components/useStickyCornerRadius.js +1 -1
  253. package/components/Pagination/components/PaginationExtended.js +7 -7
  254. package/components/Pagination/components/PaginationNavigationButton.js +7 -7
  255. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  256. package/components/Pagination/components/PaginationPageButton.js +6 -6
  257. package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
  258. package/components/Pagination/components/PaginationSelect.js +8 -8
  259. package/components/Pagination/utils/paginationUtils.js +1 -1
  260. package/components/Radio/Radio.js +9 -9
  261. package/components/Radio/RadioXGroup.js +12 -12
  262. package/components/Radio/RadioYGroup.js +9 -9
  263. package/components/Row/Row.js +6 -6
  264. package/components/SMSInput/SMSInput.js +3 -3
  265. package/components/SMSInput/components/RefreshIcon.js +2 -2
  266. package/components/SMSInput/components/SMSInputInput.js +3 -3
  267. package/components/SMSInput/components/SMSInputRefresh.js +2 -2
  268. package/components/SMSInput/components/SMSInputSubmit.js +2 -2
  269. package/components/SMSInput/components/SMSInputTooltip.js +1 -1
  270. package/components/SegmentedControl/SegmentedControl.js +5 -5
  271. package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
  272. package/components/SelectExtendedField/SelectExtendedField.js +11 -11
  273. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  274. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
  275. package/components/SelectField/SelectField.js +1 -1
  276. package/components/Skeleton/Skeleton.js +9 -9
  277. package/components/Spoiler/Spoiler.js +16 -16
  278. package/components/StatusTracker/StatusTracker.js +3 -3
  279. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  280. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  281. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  282. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  283. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  284. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  285. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  286. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  287. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  288. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  289. package/components/Step/Step.js +7 -7
  290. package/components/Stepper/RightBorderArrow.js +1 -1
  291. package/components/Stepper/Stepper.js +56 -56
  292. package/components/Stepper/StepperExtended.js +2 -2
  293. package/components/Stepper/StepperStep.js +3 -3
  294. package/components/Stepper/StepperWrapper.js +3 -3
  295. package/components/Suggest/SuggestMobileDropdownContent.js +13 -13
  296. package/components/SuggestField/SuggestField.js +1 -1
  297. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  298. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  299. package/components/SuggestField/desktop/SuggestFieldDesktop.js +16 -16
  300. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  301. package/components/SuggestField/index.js +1 -1
  302. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  303. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  304. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  305. package/components/SuggestField/mobile/index.js +1 -1
  306. package/components/SwipeableArea/SwipeableArea.js +20 -20
  307. package/components/Table/FilterPanel.js +3 -3
  308. package/components/Table/MasterTable.js +7 -7
  309. package/components/Table/NoColumns.js +6 -6
  310. package/components/Table/PaginationPanel.js +5 -5
  311. package/components/Table/TableBasic/TableBasic.js +2 -2
  312. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  313. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  314. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  315. package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
  316. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
  317. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  318. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +7 -7
  319. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  320. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  321. package/components/Table/TableFooter/TableFooter.js +2 -2
  322. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  323. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  324. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  325. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  326. package/components/Table/TabsLinePanel.js +2 -2
  327. package/components/Table/TabsLinePanelLinks.js +2 -2
  328. package/components/Table/utils.js +1 -1
  329. package/components/Tabs/Tabs.js +6 -6
  330. package/components/TabsExtended/TabsExtended.js +3 -3
  331. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  332. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  333. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  334. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  335. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  336. package/components/TabsExtended/utils.js +1 -1
  337. package/components/TabsLine/TabsLine.js +2 -2
  338. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  339. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  340. package/components/TabsLine/components/TabsLineItem.js +2 -2
  341. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  342. package/components/Tag/Tag.js +18 -18
  343. package/components/TagGroup/TagGroup.js +10 -10
  344. package/components/TextField/TextField.js +1 -1
  345. package/components/TextareaField/TextareaField.js +1 -1
  346. package/components/ThemeProvider/ThemeProvider.js +4 -4
  347. package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
  348. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  349. package/components/Tooltip/components/common/TooltipLink.js +19 -19
  350. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  351. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  352. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  353. package/components/Tooltip/components/mobile/TooltipMobile.js +28 -32
  354. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +6 -11
  355. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +4 -4
  356. package/components/TreeView/TreeView.js +1 -1
  357. package/components/TreeView/components/TreeViewNode.js +1 -1
  358. package/components/Typography/Caption.js +13 -13
  359. package/components/Typography/Text.js +26 -26
  360. package/components/Typography/Title.js +17 -17
  361. package/components/Typography/utils.js +1 -1
  362. package/components/UnorderedList/UnorderedList.js +6 -6
  363. package/components/UnorderedList/UnorderedListItem.js +7 -7
  364. package/components/UploadZone/UploadZone.js +3 -3
  365. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  366. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  367. package/components/index.js +423 -413
  368. package/consts/DateConst.js +14 -0
  369. package/index.d.ts +284 -4
  370. package/index.js +432 -422
  371. package/package.json +18 -1
  372. package/styles/triplex-next.css +501 -472
  373. package/types/DateTypes.js +2 -0
  374. package/utils/amountUtils.js +1 -1
  375. package/chunks/Card.module-kTbr6OQy.js +0 -17
  376. package/chunks/DropdownMobile.module-Fa_t6vz1.js +0 -21
  377. package/chunks/Footer.module-B3uFxh54.js +0 -9
  378. package/chunks/HeaderLayoutSidebar.module-CGCy_cim.js +0 -9
  379. package/chunks/HeaderTabs.module-DMuNfILv.js +0 -9
  380. package/chunks/IslandAccordion.module-7xAwgJVI.js +0 -22
  381. package/chunks/LightBoxControls.module-42gn-co3.js +0 -16
  382. package/chunks/LightBoxSideOverlayClose.module-B_oIB3rc.js +0 -8
  383. package/chunks/ListItemTail.module-BB5TJPEc.js +0 -12
  384. package/chunks/ListMasterFooter.module-DxZ_nXDV.js +0 -10
  385. package/chunks/Notification.module-C-HCMpAz.js +0 -21
  386. package/chunks/Overlay.module-q-oPhooa.js +0 -18
  387. package/chunks/Page.module-DjGbJ-Uw.js +0 -12
  388. package/chunks/SMSInput.module-Ci4GRnk_.js +0 -16
  389. package/chunks/StatusTracker.module-zTyojoH4.js +0 -24
  390. package/chunks/TableFooter.module-DrRycaTr.js +0 -13
  391. package/chunks/TabsExtended.module-Be8qpZYz.js +0 -16
  392. package/chunks/TabsLine.module-DKAp48Sx.js +0 -23
  393. package/chunks/TooltipDesktop.module-D72ObNia.js +0 -19
  394. package/chunks/utils-C-1ATq_g.js +0 -24
  395. package/chunks/utils-C8a4iCV0.js +0 -36
  396. package/chunks/vendor-Ba_pyhza.js +0 -12036
@@ -1,28 +1,28 @@
1
1
  import { jsx as E } from "react/jsx-runtime";
2
- import I, { useContext as b, useRef as g, useEffect as c } from "react";
2
+ import I, { useContext as b, useRef as g, useEffect as d } from "react";
3
3
  import { FormFieldContext as h } from "../FormFieldContext.js";
4
- import { a as z, c as R } from "../../../chunks/vendor-Ba_pyhza.js";
4
+ import { a as z, c as R } from "../../../chunks/vendor-9KVE23Ri.js";
5
5
  import { createSizeToClassNameMap as S } from "../../../utils/classNameMaps.js";
6
6
  import { EFormFieldStatus as y } from "../enums.js";
7
- const D = "formFieldTextarea__28af73f9", M = "sm__b412b02f", j = "md__c14e799d", q = "lg__96871987", l = {
7
+ const D = "formFieldTextarea__7bd41c9c", M = "sm__72b40d84", j = "md__ad0d6702", q = "lg__c6a3f3de", l = {
8
8
  formFieldTextarea: D,
9
9
  sm: M,
10
10
  md: j,
11
11
  lg: q
12
12
  }, w = S(l), A = I.forwardRef(
13
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 } = b(h), s = g(e === void 0 ? z() : ""), T = R(l.formFieldTextarea, w[u], f);
15
- c(() => {
14
+ const { size: u, status: F, focused: _, setFocused: c, setId: t, setValueExist: i } = b(h), s = g(e === void 0 ? z() : ""), T = R(l.formFieldTextarea, w[u], f);
15
+ d(() => {
16
16
  t(s.current);
17
- }, [t]), c(() => {
17
+ }, [t]), d(() => {
18
18
  e && (s.current = e, t(s.current));
19
- }, [e, t]), c(() => {
19
+ }, [e, t]), d(() => {
20
20
  i(!!o);
21
21
  }, [i, o]);
22
22
  const N = (m) => {
23
- d(!1), a == null || a(m);
23
+ c(!1), a == null || a(m);
24
24
  }, C = (m) => {
25
- d(!0), r == null || r(m);
25
+ c(!0), r == null || r(m);
26
26
  };
27
27
  return /* @__PURE__ */ E(
28
28
  "textarea",
@@ -4,7 +4,7 @@ import { FormFieldCounter as i } from "./components/FormFieldCounter.js";
4
4
  import { FormFieldLabel as p } from "./components/FormFieldLabel.js";
5
5
  import { FormFieldClear as d } from "./components/FormFieldClear.js";
6
6
  import { FormFieldTarget as a } from "./components/FormFieldTarget.js";
7
- import { F as n } from "../../chunks/FormFieldInput-CO7yZP0Q.js";
7
+ import { F as n } from "../../chunks/FormFieldInput-BSxKZxcq.js";
8
8
  import { FormFieldMaskedInput as C } from "./components/FormFieldMaskedInput.js";
9
9
  import { FormFieldPostfix as I } from "./components/FormFieldPostfix.js";
10
10
  import { FormFieldPrefix as S } 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.4.0", ref: t, children: r });
15
+ return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.5.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-Ba_pyhza.js";
3
+ import { c as i } from "../../../../chunks/vendor-9KVE23Ri.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-CGCy_cim.js";
6
+ import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-DqrwTmWo.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-Ba_pyhza.js";
4
- import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-CGCy_cim.js";
3
+ import { c as d } from "../../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-DqrwTmWo.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-Ba_pyhza.js";
4
- import { s } from "../../../../chunks/HeaderLayoutSidebar.module-CGCy_cim.js";
3
+ import { c as t } from "../../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s } from "../../../../chunks/HeaderLayoutSidebar.module-DqrwTmWo.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-Ba_pyhza.js";
4
- const u = "headerSubheader__d7180ecd", c = "withoutPaddings__064c5a69", e = {
3
+ import { c as i } from "../../../../chunks/vendor-9KVE23Ri.js";
4
+ const u = "headerSubheader__9d1073a2", n = "withoutPaddings__798593f8", e = {
5
5
  headerSubheader: u,
6
- withoutPaddings: c
7
- }, n = h.forwardRef(
6
+ withoutPaddings: n
7
+ }, c = h.forwardRef(
8
8
  ({ children: a, className: d, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
9
9
  "div",
10
10
  {
@@ -15,8 +15,8 @@ const u = "headerSubheader__d7180ecd", c = "withoutPaddings__064c5a69", e = {
15
15
  }
16
16
  )
17
17
  );
18
- n.displayName = "HeaderSubheader";
18
+ c.displayName = "HeaderSubheader";
19
19
  export {
20
- n as HeaderSubheader
20
+ c as HeaderSubheader
21
21
  };
22
22
  //# sourceMappingURL=HeaderSubheader.js.map
@@ -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-Ba_pyhza.js";
6
- import { s as f } from "../../../../chunks/HeaderTabs.module-DMuNfILv.js";
5
+ import { c as d } from "../../../../chunks/vendor-9KVE23Ri.js";
6
+ import { s as f } from "../../../../chunks/HeaderTabs.module-DegB0R8X.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-Ba_pyhza.js";
4
- import { s as n } from "../../../../chunks/HeaderTabs.module-DMuNfILv.js";
3
+ import { c as m } from "../../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s as n } from "../../../../chunks/HeaderTabs.module-DegB0R8X.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-Ba_pyhza.js";
4
- import { s as l } from "../../../../chunks/HeaderTabs.module-DMuNfILv.js";
3
+ import { c as m } from "../../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s as l } from "../../../../chunks/HeaderTabs.module-DegB0R8X.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-Ba_pyhza.js";
6
- import { s as n } from "../../../../chunks/HeaderTitle.module-BHyH17ZI.js";
5
+ import { c as l } from "../../../../chunks/vendor-9KVE23Ri.js";
6
+ import { s as n } from "../../../../chunks/HeaderTitle.module-CEMLCR13.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-Ba_pyhza.js";
4
- import { s as e } from "../../../../chunks/HeaderTitle.module-BHyH17ZI.js";
3
+ import { c as i } from "../../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s as e } from "../../../../chunks/HeaderTitle.module-CEMLCR13.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-Ba_pyhza.js";
4
- import { s as o } from "../../../../chunks/HeaderTitle.module-BHyH17ZI.js";
3
+ import { c as i } from "../../../../chunks/vendor-9KVE23Ri.js";
4
+ import { s as o } from "../../../../chunks/HeaderTitle.module-CEMLCR13.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
- import { jsxs as h, Fragment as E, jsx as t } from "react/jsx-runtime";
2
- import { useRef as M, useState as x, useId as R } from "react";
3
- import { c as S, z as _ } from "../../chunks/vendor-Ba_pyhza.js";
1
+ import { jsxs as f, Fragment as E, jsx as t } from "react/jsx-runtime";
2
+ import { useRef as M, useState as h, useId as R } from "react";
3
+ import { c as S, n as _ } from "../../chunks/vendor-9KVE23Ri.js";
4
4
  import { HintFilledSrvIcon16 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 V } from "../../utils/html/AriaAttributes.js";
12
- const X = "helpBoxButton__3d925752", $ = "helpBoxTooltipBody__27844b32", f = {
12
+ const X = "helpBoxButton__8d37b9f9", $ = "helpBoxTooltipBody__745b7ec3", x = {
13
13
  helpBoxButton: X,
14
14
  helpBoxTooltipBody: $
15
15
  }, q = ({
@@ -26,7 +26,7 @@ const X = "helpBoxButton__3d925752", $ = "helpBoxTooltipBody__27844b32", f = {
26
26
  tooltipDataAttributes: p,
27
27
  ...v
28
28
  }) => {
29
- const d = M(null), [F, O] = x(!!i), [m, B] = x(null), u = R(), a = i ?? F, H = (o) => {
29
+ const d = M(null), [F, O] = h(!!i), [m, B] = h(null), u = R(), a = i ?? F, H = (o) => {
30
30
  i === void 0 && O(o), o || B(null), r == null || r(o);
31
31
  }, N = (o) => {
32
32
  B(o), n == null || n(o);
@@ -50,8 +50,8 @@ const X = "helpBoxButton__3d925752", $ = "helpBoxTooltipBody__27844b32", f = {
50
50
  children: null
51
51
  }
52
52
  );
53
- return /* @__PURE__ */ h(E, { children: [
54
- /* @__PURE__ */ h(
53
+ return /* @__PURE__ */ f(E, { children: [
54
+ /* @__PURE__ */ f(
55
55
  l,
56
56
  {
57
57
  id: u,
@@ -70,7 +70,7 @@ const X = "helpBoxButton__3d925752", $ = "helpBoxTooltipBody__27844b32", f = {
70
70
  /* @__PURE__ */ t(l.Target, { children: /* @__PURE__ */ t(
71
71
  j,
72
72
  {
73
- className: S(f.helpBoxButton, y),
73
+ className: S(x.helpBoxButton, y),
74
74
  "aria-label": "Подсказка",
75
75
  shape: k.CIRCLE,
76
76
  ref: d,
@@ -79,7 +79,7 @@ const X = "helpBoxButton__3d925752", $ = "helpBoxTooltipBody__27844b32", f = {
79
79
  }
80
80
  ) }),
81
81
  s && /* @__PURE__ */ t(z, { children: s }),
82
- /* @__PURE__ */ t(l.Body, { className: f.helpBoxTooltipBody, children: T }),
82
+ /* @__PURE__ */ t(l.Body, { className: x.helpBoxTooltipBody, children: T }),
83
83
  /* @__PURE__ */ t(l.XButton, { "aria-label": "Закрыть" })
84
84
  ]
85
85
  }
@@ -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-Ba_pyhza.js";
3
+ import { c as d } from "../../chunks/vendor-9KVE23Ri.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-C-1ATq_g.js";
8
+ import { s as o, m as y } from "../../chunks/utils-CoHHiBA8.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
- import { c as t } from "../../../chunks/vendor-Ba_pyhza.js";
4
- const l = "islandBody__ffcad635", n = {
3
+ import { c as t } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ const l = "islandBody__91a3e448", n = {
5
5
  islandBody: l
6
- }, e = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(n.islandBody), ref: d, ...s, 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
- e 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 e from "react";
3
- import { c as a } from "../../../chunks/vendor-Ba_pyhza.js";
4
- const c = "islandFooter__c24b5c07", l = {
5
- islandFooter: c
6
- }, m = e.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: a(l.islandFooter), ref: t, ...r, children: o }));
2
+ import a from "react";
3
+ import { c as e } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ const l = "islandFooter__5150a2ff", n = {
5
+ islandFooter: l
6
+ }, c = a.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: e(n.islandFooter), ref: t, ...r, children: o }));
7
7
  export {
8
- m as IslandFooter
8
+ c 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-Ba_pyhza.js";
4
- const t = "islandHeader__a9ab4cde", l = {
3
+ import { c as o } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ const t = "islandHeader__801fd1fa", l = {
5
5
  islandHeader: t
6
- }, m = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...e, children: a }));
6
+ }, c = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...e, children: a }));
7
7
  export {
8
- m 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-C-1ATq_g.js";
2
+ import { m as p } from "../../chunks/utils-CoHHiBA8.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-Ba_pyhza.js";
12
- import { s as I } from "../../chunks/IslandAccordion.module-7xAwgJVI.js";
11
+ import { c as f } from "../../chunks/vendor-9KVE23Ri.js";
12
+ import { s as I } from "../../chunks/IslandAccordion.module-DFvQwhSg.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.4.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.5.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-7xAwgJVI.js";
2
+ import { s as r } from "../../../chunks/IslandAccordion.module-DFvQwhSg.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-Ba_pyhza.js";
3
- import { s as m } from "../../../chunks/IslandAccordion.module-7xAwgJVI.js";
2
+ import { c as t } from "../../../chunks/vendor-9KVE23Ri.js";
3
+ import { s as m } from "../../../chunks/IslandAccordion.module-DFvQwhSg.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-Ba_pyhza.js";
4
+ import { a as W, c as x } from "../../../chunks/vendor-9KVE23Ri.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-7xAwgJVI.js";
7
+ import { s as t } from "../../../chunks/IslandAccordion.module-DFvQwhSg.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.4.0",
71
+ "data-tx": "1.5.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,39 +1,39 @@
1
1
  import { jsxs as B, Fragment as T, jsx as o } from "react/jsx-runtime";
2
2
  import { useRef as l, useEffect as p } from "react";
3
- import { c as V, z as A } from "../../chunks/vendor-Ba_pyhza.js";
4
- import { s as e, L as D } from "../../chunks/LightBoxContent-DmoszkOx.js";
3
+ import { c as V, n as A } from "../../chunks/vendor-9KVE23Ri.js";
4
+ import { s as e, L as D } from "../../chunks/LightBoxContent-DTTxRVLQ.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 k } from "../Portal/Portal.js";
8
8
  import { addClassNameWithScrollbarWidth as R } from "../../utils/scroll/scrollbar.js";
9
9
  import { LightBoxTopOverlay as j } from "./LightBoxTopOverlay/LightBoxTopOverlay.js";
10
10
  import { LightBoxViewManager as q } from "./LightBoxViewManager/LightBoxViewManager.js";
11
- import { MobileView as z } from "../MobileView/MobileView.js";
12
- import { FocusTrapUtils as W } from "../../utils/focus/FocusTrapUtils.js";
13
- import { useToken as $ } from "../ThemeProvider/useToken.js";
11
+ import { MobileView as W } from "../MobileView/MobileView.js";
12
+ import { FocusTrapUtils as $ } from "../../utils/focus/FocusTrapUtils.js";
13
+ import { useToken as z } from "../ThemeProvider/useToken.js";
14
14
  const H = {
15
- "scroll-0": "scroll-0__ee9a2b1c",
16
- "scroll-15": "scroll-15__7138e655",
17
- "scroll-16": "scroll-16__1082f6d9",
18
- "scroll-17": "scroll-17__f763fcf4"
15
+ "scroll-0": "scroll-0__a03f2d4d",
16
+ "scroll-15": "scroll-15__f41fb95c",
17
+ "scroll-16": "scroll-16__9930f862",
18
+ "scroll-17": "scroll-17__d9630edf"
19
19
  }, L = "LightBox-next-mount-node", N = "LightBox-next-view-manager-node", v = [e.bodyOverflowHidden], r = ({
20
20
  children: y,
21
21
  className: M,
22
22
  focusTrapProps: n,
23
23
  forwardRef: s,
24
- mountNode: m,
25
- lightBoxViewManagerNodeId: d = N,
24
+ mountNode: d,
25
+ lightBoxViewManagerNodeId: m = N,
26
26
  isLoading: u,
27
27
  isSideOverlayOpened: i,
28
28
  isTopOverlayOpened: E,
29
29
  ...b
30
30
  }) => {
31
- const c = l(null), g = l(null), { scopeClassName: C } = $(), S = () => {
31
+ const c = l(null), g = l(null), { scopeClassName: C } = z(), S = () => {
32
32
  let t = null;
33
- return m ? t = m : (t = document.querySelector(`#${L}`), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t))), t;
33
+ return d ? t = d : (t = document.querySelector(`#${L}`), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t))), t;
34
34
  }, _ = () => {
35
35
  let t = null;
36
- return d && (t = document.querySelector(`#${d}`)), t || (t = document.createElement("div"), t.setAttribute("id", N), document.body.appendChild(t)), t;
36
+ return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", N), document.body.appendChild(t)), t;
37
37
  }, a = l(S()), h = l(_()), f = () => {
38
38
  v.forEach((t) => document.documentElement.classList.add(t));
39
39
  };
@@ -64,7 +64,7 @@ const H = {
64
64
  ] });
65
65
  return /* @__PURE__ */ B(T, { children: [
66
66
  /* @__PURE__ */ o(k, { container: a.current, children: /* @__PURE__ */ o(
67
- z,
67
+ W,
68
68
  {
69
69
  fallback: /* @__PURE__ */ o(
70
70
  A.FocusTrap,
@@ -73,7 +73,7 @@ const H = {
73
73
  ...n,
74
74
  focusTrapOptions: {
75
75
  clickOutsideDeactivates: !0,
76
- initialFocus: () => W.getFirstInteractionElementByDataAttr(g.current),
76
+ initialFocus: () => $.getFirstInteractionElementByDataAttr(g.current),
77
77
  preventScroll: !0,
78
78
  ...n == null ? void 0 : n.focusTrapOptions
79
79
  },
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../WindowResizeListener/WindowResizeListener.js";
4
- import "../../chunks/vendor-Ba_pyhza.js";
4
+ import "../../chunks/vendor-9KVE23Ri.js";
5
5
  import "../LoaderScreen/LoaderScreen.js";
6
- import { L as n } from "../../chunks/LightBoxContent-DmoszkOx.js";
6
+ import { L as n } from "../../chunks/LightBoxContent-DTTxRVLQ.js";
7
7
  export {
8
8
  n as LightBoxContent
9
9
  };
@@ -1,13 +1,13 @@
1
1
  import { jsxs as n, jsx as e, Fragment as f } from "react/jsx-runtime";
2
2
  import { useRef as h } from "react";
3
- import { c as u } from "../../../chunks/vendor-Ba_pyhza.js";
3
+ import { c as u } from "../../../chunks/vendor-9KVE23Ri.js";
4
4
  import { CrossStrokeSrvIcon32 as x, CrossStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
5
5
  import { TriggerClickOnKeyDownEvent as E } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
6
6
  import { EVENT_KEY_CODES as g } from "../../../utils/keyboard.js";
7
7
  import { EButtonTheme as i } from "../../Button/enums.js";
8
8
  import { Button as l } from "../../Button/Button.js";
9
9
  import { EComponentSize as a } from "../../../enums/EComponentSize.js";
10
- import { s as o } from "../../../chunks/LightBoxControls.module-42gn-co3.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-Dn4GtUtF.js";
11
11
  const N = ({
12
12
  className: c,
13
13
  onClick: t,
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
2
2
  import { LightBoxClose as m } from "./LightBoxClose.js";
3
3
  import { LightBoxNext as l } from "./LightBoxNext.js";
4
4
  import { LightBoxPrev as x } from "./LightBoxPrev.js";
5
- import { c as e } from "../../../chunks/vendor-Ba_pyhza.js";
6
- import { s as p } from "../../../chunks/LightBoxControls.module-42gn-co3.js";
5
+ import { c as e } from "../../../chunks/vendor-9KVE23Ri.js";
6
+ import { s as p } from "../../../chunks/LightBoxControls.module-Dn4GtUtF.js";
7
7
  const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ i("div", { className: e(r, p.lightBoxControls), ...s, "data-lightbox-component": "controls", children: t });
8
8
  o.displayName = "LightBoxControls";
9
9
  o.Close = m;
@@ -1,13 +1,13 @@
1
1
  import { jsx as e, jsxs as x, Fragment as N } from "react/jsx-runtime";
2
2
  import { useRef as m } from "react";
3
- import { c as n } from "../../../chunks/vendor-Ba_pyhza.js";
3
+ import { c as n } from "../../../chunks/vendor-9KVE23Ri.js";
4
4
  import { CaretrightStrokeSrvIcon32 as E, CaretrightStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
5
5
  import { TriggerClickOnKeyDownEvent as I } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
6
6
  import { EVENT_KEY_CODES as R } from "../../../utils/keyboard.js";
7
7
  import { Button as c } from "../../Button/Button.js";
8
8
  import { EButtonTheme as s } from "../../Button/enums.js";
9
9
  import { EComponentSize as f } from "../../../enums/EComponentSize.js";
10
- import { s as o } from "../../../chunks/LightBoxControls.module-42gn-co3.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-Dn4GtUtF.js";
11
11
  const v = ({
12
12
  className: g,
13
13
  clickByArrowRight: u,
@@ -1,13 +1,13 @@
1
1
  import { jsx as e, jsxs as f, Fragment as g } from "react/jsx-runtime";
2
2
  import { useRef as m } from "react";
3
- import { c as n } from "../../../chunks/vendor-Ba_pyhza.js";
3
+ import { c as n } from "../../../chunks/vendor-9KVE23Ri.js";
4
4
  import { CaretleftStrokeSrvIcon32 as E, CaretleftStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
5
5
  import { EButtonTheme as h } from "../../Button/enums.js";
6
6
  import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
7
7
  import { EVENT_KEY_CODES as I } from "../../../utils/keyboard.js";
8
8
  import { Button as s } from "../../Button/Button.js";
9
9
  import { EComponentSize as v } from "../../../enums/EComponentSize.js";
10
- import { s as o } from "../../../chunks/LightBoxControls.module-42gn-co3.js";
10
+ import { s as o } from "../../../chunks/LightBoxControls.module-Dn4GtUtF.js";
11
11
  const N = ({
12
12
  className: u,
13
13
  clickByArrowLeft: x,
@@ -1,13 +1,13 @@
1
1
  import { jsx as i, jsxs as B, Fragment as W } from "react/jsx-runtime";
2
2
  import { useState as O, useRef as x, useEffect as L } from "react";
3
- import { c as _, F as X } from "../../../chunks/vendor-Ba_pyhza.js";
3
+ import { c as _, F as X } from "../../../chunks/vendor-9KVE23Ri.js";
4
4
  import { OverlayBase as Y, EOverlayDirection as R } from "../../Overlay/OverlayBase.js";
5
5
  import { OverlayMask as j } from "../../Overlay/OverlayMask.js";
6
6
  import { LightBoxSideOverlayLoader as I } from "./LightBoxSideOverlayLoader.js";
7
7
  import { FocusTrapUtils as T } from "../../../utils/focus/FocusTrapUtils.js";
8
8
  import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseMobile.js";
9
9
  import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
10
- const q = "lightBoxSideOverlayMask__de7cade6", E = "lightBoxSideOverlayWrapper__13dd0b96", J = "overflowXHidden__52e21450", K = "overflowYHidden__43f25ae1", Q = "closing__a7cdf5fb", V = "opened__700be6cf", Z = "lightBoxSideOverlayContent__55d6cff1", $ = "opening__0fdcbef9", P = "sizeSM__f9ea30b2", ee = "sizeMD__08b1884a", te = "sizeLG__6e960630", oe = "lightBoxSideOverlay__38639a17", e = {
10
+ const q = "lightBoxSideOverlayMask__8ff695d2", E = "lightBoxSideOverlayWrapper__ee282746", J = "overflowXHidden__37a3d7d7", K = "overflowYHidden__971fefe1", Q = "closing__5780974d", V = "opened__b3683801", Z = "lightBoxSideOverlayContent__249a786f", $ = "opening__1e1f572b", P = "sizeSM__b4cf3a76", ee = "sizeMD__de64bfc4", te = "sizeLG__f7bd1a9b", oe = "lightBoxSideOverlay__416823f9", e = {
11
11
  lightBoxSideOverlayMask: q,
12
12
  lightBoxSideOverlayWrapper: E,
13
13
  overflowXHidden: J,
@@ -2,12 +2,12 @@ import { jsx as e } from "react/jsx-runtime";
2
2
  import { useRef as s } from "react";
3
3
  import { TriggerClickOnKeyDownEvent as n } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
4
4
  import { EVENT_KEY_CODES as l } from "../../../utils/keyboard.js";
5
- import { c as p } from "../../../chunks/vendor-Ba_pyhza.js";
5
+ import { c as p } from "../../../chunks/vendor-9KVE23Ri.js";
6
6
  import { CrossStrokeSrvIcon32 as f } from "@sberbusiness/icons-next";
7
7
  import { EButtonTheme as a } from "../../Button/enums.js";
8
8
  import { EComponentSize as c } from "../../../enums/EComponentSize.js";
9
9
  import { Button as d } from "../../Button/Button.js";
10
- import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-B_oIB3rc.js";
10
+ import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-BUvFYJwr.js";
11
11
  const C = ({
12
12
  className: r,
13
13
  clickByEsc: m,
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as r } from "../../../chunks/vendor-Ba_pyhza.js";
2
+ import { c as r } from "../../../chunks/vendor-9KVE23Ri.js";
3
3
  import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
4
- import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-B_oIB3rc.js";
4
+ import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-BUvFYJwr.js";
5
5
  import { EButtonTheme as l } from "../../Button/enums.js";
6
6
  import { EComponentSize as s } from "../../../enums/EComponentSize.js";
7
7
  import { Button as a } from "../../Button/Button.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import { useState as s, useRef as l, useEffect as p } from "react";
3
3
  import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
4
- const n = "lightBoxSideOverlayLoaderWrapper__e4f40a9e", c = {
4
+ const n = "lightBoxSideOverlayLoaderWrapper__804a9c6e", c = {
5
5
  lightBoxSideOverlayLoaderWrapper: n
6
6
  }, f = ({ loadingTitle: a }) => {
7
7
  const [t, r] = s(0), e = l(null);