@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
@@ -0,0 +1,17 @@
1
+ import { ModalWindow as d } from "./ModalWindow.js";
2
+ import { ModalWindowBody as a } from "./components/ModalWindowBody.js";
3
+ import { ModalWindowClose as t } from "./components/ModalWindowClose.js";
4
+ import { ModalWindowContent as l } from "./components/ModalWindowContent.js";
5
+ import { ModalWindowFooter as M } from "./components/ModalWindowFooter.js";
6
+ import { ModalWindowHeader as m } from "./components/ModalWindowHeader.js";
7
+ import { ModalWindowViewManager as x } from "./components/ModalWindowViewManager.js";
8
+ export {
9
+ d as ModalWindow,
10
+ a as ModalWindowBody,
11
+ t as ModalWindowClose,
12
+ l as ModalWindowContent,
13
+ M as ModalWindowFooter,
14
+ m as ModalWindowHeader,
15
+ x as ModalWindowViewManager
16
+ };
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,66 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import M, { useState as T, useEffect as v } from "react";
3
+ import { DatePickerExtended as y } from "../DatePickerExtended/DatePickerExtended.js";
4
+ import { dateFormatYYYYMMDD as C, globalLimitRange as F } from "../../consts/DateConst.js";
5
+ import { MonthYearPickerUtils as l } from "./utils.js";
6
+ import { DropdownMobileInput as S } from "../Dropdown/mobile/DropdownMobileInput.js";
7
+ import { ECalendarPickType as V } from "../Calendar/enums.js";
8
+ import { MonthYearFieldContext as w } from "./MonthYearFieldContext.js";
9
+ import { MonthYearFieldTarget as x } from "./MonthYearFieldTarget.js";
10
+ const R = M.forwardRef((s, m) => {
11
+ const {
12
+ size: u,
13
+ status: c,
14
+ value: n,
15
+ label: d,
16
+ placeholder: i,
17
+ format: r = C,
18
+ limitRange: t = F,
19
+ onChange: p,
20
+ targetProps: f,
21
+ ...g
22
+ } = s, [o, P] = T(l.getPickerValues(n, r, t));
23
+ v(() => {
24
+ const e = l.getPickerValues(n, r, t);
25
+ e.inputString !== o.inputString && P(e);
26
+ }, [n, r, t]);
27
+ const h = () => {
28
+ const { inputProps: e, ...D } = f || {};
29
+ return /* @__PURE__ */ a(w.Provider, { value: { onChange: p }, children: /* @__PURE__ */ a(
30
+ x,
31
+ {
32
+ size: u,
33
+ status: c,
34
+ label: d,
35
+ inputProps: {
36
+ value: o.inputString,
37
+ placeholder: i,
38
+ readOnly: !0,
39
+ ...e
40
+ },
41
+ ...D
42
+ }
43
+ ) });
44
+ }, k = () => /* @__PURE__ */ a(S, { value: o.inputString, placeholder: i, readOnly: !0 }), Y = (e) => {
45
+ p(e.format(r));
46
+ };
47
+ return /* @__PURE__ */ a(
48
+ y,
49
+ {
50
+ renderTarget: h,
51
+ renderDropdownHeaderTarget: k,
52
+ pickedDate: o.calendarDate,
53
+ pickType: V.monthYearPick,
54
+ format: r,
55
+ limitRange: t,
56
+ onDateChange: Y,
57
+ ...g,
58
+ ref: m
59
+ }
60
+ );
61
+ });
62
+ R.displayName = "MonthYearField";
63
+ export {
64
+ R as MonthYearField
65
+ };
66
+ //# sourceMappingURL=MonthYearField.js.map
@@ -0,0 +1,9 @@
1
+ import t from "react";
2
+ const o = t.createContext({
3
+ onChange: () => {
4
+ }
5
+ });
6
+ export {
7
+ o as MonthYearFieldContext
8
+ };
9
+ //# sourceMappingURL=MonthYearFieldContext.js.map
@@ -0,0 +1,59 @@
1
+ import { jsx as t, jsxs as E } from "react/jsx-runtime";
2
+ import M, { useContext as p } from "react";
3
+ import { CalendarStrokeSrvIcon20 as s, CalendarStrokeSrvIcon16 as w } from "@sberbusiness/icons-next";
4
+ import { TextField as y } from "../TextField/TextField.js";
5
+ import { DatePickerExtendedContext as P } from "../DatePickerExtended/DatePickerExtendedContext.js";
6
+ import { MonthYearFieldContext as T } from "./MonthYearFieldContext.js";
7
+ import { EFormFieldStatus as g } from "../FormField/enums.js";
8
+ import { FormFieldClear as B } from "../FormField/components/FormFieldClear.js";
9
+ import { EComponentSize as r } from "../../enums/EComponentSize.js";
10
+ import { ButtonIcon as K } from "../Button/ButtonIcon.js";
11
+ import { isKey as C } from "../../utils/keyboard.js";
12
+ const O = {
13
+ [r.SM]: /* @__PURE__ */ t(w, { paletteIndex: 5 }),
14
+ [r.MD]: /* @__PURE__ */ t(s, { paletteIndex: 5 }),
15
+ [r.LG]: /* @__PURE__ */ t(s, { paletteIndex: 5 })
16
+ }, q = ({
17
+ size: d = r.MD,
18
+ postfix: l,
19
+ inputProps: f,
20
+ ...c
21
+ }) => {
22
+ const { dropdownOpen: e, setDropdownOpen: n } = p(P), { onChange: x } = p(T), { status: u } = c, { onKeyDown: i, onClick: a, ...I } = f, m = u === g.DISABLED, h = (o) => {
23
+ n(!e), a == null || a(o);
24
+ }, k = (o) => {
25
+ C(o.code, "ENTER") ? n(!e) : C(o.code, "SPACE") && (o.preventDefault(), n(!e)), i == null || i(o);
26
+ }, D = () => n(!e), S = () => x(""), F = () => /* @__PURE__ */ E(M.Fragment, { children: [
27
+ /* @__PURE__ */ t(B, { onClick: S }),
28
+ /* @__PURE__ */ t(
29
+ K,
30
+ {
31
+ role: "presentation",
32
+ tabIndex: -1,
33
+ active: e,
34
+ disabled: m,
35
+ onClick: D,
36
+ children: O[d]
37
+ }
38
+ )
39
+ ] });
40
+ return /* @__PURE__ */ t(
41
+ y,
42
+ {
43
+ size: d,
44
+ inputProps: {
45
+ readOnly: !0,
46
+ disabled: m,
47
+ onClick: h,
48
+ onKeyDown: k,
49
+ ...I
50
+ },
51
+ postfix: l !== void 0 ? l : F(),
52
+ ...c
53
+ }
54
+ );
55
+ };
56
+ export {
57
+ q as MonthYearFieldTarget
58
+ };
59
+ //# sourceMappingURL=MonthYearFieldTarget.js.map
@@ -0,0 +1,5 @@
1
+ const t = "MMM YYYY";
2
+ export {
3
+ t as inputMonthYearFormat
4
+ };
5
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1,5 @@
1
+ import { MonthYearField as r } from "./MonthYearField.js";
2
+ export {
3
+ r as MonthYearField
4
+ };
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1,22 @@
1
+ import { h as i } from "../../chunks/vendor-9KVE23Ri.js";
2
+ import { inputMonthYearFormat as l } from "./constants.js";
3
+ const n = {
4
+ /** Получить значения пикера. */
5
+ getPickerValues: (t, a, r) => {
6
+ if (t.length === 0)
7
+ return { calendarDate: null, inputString: "" };
8
+ const e = n.getCalendarDate(t, a, r);
9
+ return e === null ? { calendarDate: null, inputString: "" } : { calendarDate: e, inputString: e.format(l) };
10
+ },
11
+ /** Получить календарную дату. */
12
+ getCalendarDate: (t, a, r) => {
13
+ const e = i(t, a, !0);
14
+ return !e.isValid() || !n.isAvailableDate(e, t, r) ? null : e;
15
+ },
16
+ /** Является ли дата доступной. */
17
+ isAvailableDate: (t, a, r) => !(t.isBefore(r.dateFrom, "day") || t.isAfter(r.dateTo, "day"))
18
+ };
19
+ export {
20
+ n as MonthYearPickerUtils
21
+ };
22
+ //# sourceMappingURL=utils.js.map
@@ -1,10 +1,10 @@
1
1
  import { jsx as f } from "react/jsx-runtime";
2
- import { c as l } from "../../chunks/vendor-Ba_pyhza.js";
2
+ import { c as l } from "../../chunks/vendor-9KVE23Ri.js";
3
3
  import { NotificationBody as d } from "./components/NotificationBody.js";
4
4
  import { NotificationClose as p } from "./components/NotificationClose.js";
5
5
  import { NotificationIcon as N } from "./components/NotificationIcon.js";
6
6
  import { NotificationTime as x } from "./components/NotificationTime.js";
7
- import { s as i } from "../../chunks/Notification.module-C-HCMpAz.js";
7
+ import { s as i } from "../../chunks/Notification.module-Cj_Pd4DQ.js";
8
8
  const o = ((t) => {
9
9
  const {
10
10
  children: a,
@@ -24,7 +24,7 @@ const o = ((t) => {
24
24
  role: "alertdialog",
25
25
  className: c,
26
26
  onClick: m,
27
- "data-tx": "1.4.0",
27
+ "data-tx": "1.5.0",
28
28
  children: a
29
29
  }
30
30
  );
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
2
  import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
3
- import { s as e } from "../../chunks/Notification.module-C-HCMpAz.js";
3
+ import { s as e } from "../../chunks/Notification.module-Cj_Pd4DQ.js";
4
4
  const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
5
5
  o,
6
6
  /* @__PURE__ */ r(t, {})
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
3
3
  import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
4
4
  import { NotificationFooter as e } from "./NotificationFooter.js";
5
5
  import { NotificationBodyList as m } from "./NotificationBodyList.js";
6
- import { s as f } from "../../../chunks/Notification.module-C-HCMpAz.js";
6
+ import { s as f } from "../../../chunks/Notification.module-Cj_Pd4DQ.js";
7
7
  const o = ((t) => {
8
8
  const { children: i } = t;
9
9
  return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-C-HCMpAz.js";
2
+ import { s as i } from "../../../chunks/Notification.module-Cj_Pd4DQ.js";
3
3
  const n = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationBodyContent, children: o });
4
4
  n.displayName = "NotificationBodyContent";
5
5
  export {
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
3
3
  import "../../UnorderedList/UnorderedListItem.js";
4
- import { s as a } from "../../../chunks/Notification.module-C-HCMpAz.js";
5
- import { c as e } from "../../../chunks/vendor-Ba_pyhza.js";
4
+ import { s as a } from "../../../chunks/Notification.module-Cj_Pd4DQ.js";
5
+ import { c as e } from "../../../chunks/vendor-9KVE23Ri.js";
6
6
  const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
7
7
  c.displayName = "NotificationBodyList";
8
8
  export {
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
5
5
  import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
6
6
  import "../../Button/ButtonDropdown.js";
7
7
  import "../../Button/ButtonDropdownExtended.js";
8
- import { s as m } from "../../../chunks/Notification.module-C-HCMpAz.js";
8
+ import { s as m } from "../../../chunks/Notification.module-Cj_Pd4DQ.js";
9
9
  const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
10
10
  e.displayName = "NotificationClose";
11
11
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as i } from "../../../chunks/Notification.module-C-HCMpAz.js";
2
+ import { s as i } from "../../../chunks/Notification.module-Cj_Pd4DQ.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
4
4
  s.displayName = "NotificationFooter";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-Ba_pyhza.js";
3
- import { s as o } from "../../../chunks/Notification.module-C-HCMpAz.js";
2
+ import { c as i } from "../../../chunks/vendor-9KVE23Ri.js";
3
+ import { s as o } from "../../../chunks/Notification.module-Cj_Pd4DQ.js";
4
4
  const m = () => /* @__PURE__ */ s("div", { children: [
5
5
  /* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
6
6
  /* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as a } from "../../../chunks/Notification.module-C-HCMpAz.js";
2
+ import { s as a } from "../../../chunks/Notification.module-Cj_Pd4DQ.js";
3
3
  const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
4
4
  t.displayName = "NotificationHeader";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-C-HCMpAz.js";
2
+ import { s as t } from "../../../chunks/Notification.module-Cj_Pd4DQ.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
4
4
  s.displayName = "NotificationIcon";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-C-HCMpAz.js";
2
+ import { s as t } from "../../../chunks/Notification.module-Cj_Pd4DQ.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
6
6
  import "../FormField/components/FormFieldLabel.js";
7
7
  import "../FormField/components/FormFieldClear.js";
8
8
  import "../FormField/components/FormFieldTarget.js";
9
- import { F as d } from "../../chunks/FormFieldInput-CO7yZP0Q.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-BSxKZxcq.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -1,16 +1,16 @@
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";
3
+ import { c as o } from "../../chunks/vendor-9KVE23Ri.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__303d0649", a = {
6
- orderedList: m
5
+ const a = "orderedList__ca439878", m = {
6
+ orderedList: a
7
7
  }, c = Object.assign(
8
8
  d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: o(a.orderedList, r),
11
+ className: o(m.orderedList, r),
12
12
  ...e,
13
- "data-tx": "1.4.0",
13
+ "data-tx": "1.5.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,21 +1,21 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as d } from "../../chunks/vendor-Ba_pyhza.js";
3
+ import { c as s } from "../../chunks/vendor-9KVE23Ri.js";
4
4
  import "../Typography/Title.js";
5
- import { Text as s } from "../Typography/Text.js";
5
+ import { Text as i } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
- import { ETextSize as i } from "../Typography/enums.js";
8
- const a = "orderedListItem__d0bd33a4", p = {
7
+ import { ETextSize as d } from "../Typography/enums.js";
8
+ const a = "orderedListItem__0cc3c53f", c = {
9
9
  orderedListItem: a
10
10
  }, f = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
- s,
12
+ i,
13
13
  {
14
- className: d(p.orderedListItem, t),
15
- size: i.B3,
14
+ className: s(c.orderedListItem, t),
15
+ size: d.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.4.0",
18
+ "data-tx": "1.5.0",
19
19
  ref: r
20
20
  }
21
21
  )
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import { useState 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 { OverlayBase as k } from "./OverlayBase.js";
5
5
  import { OverlayMask as B } from "./OverlayMask.js";
6
6
  import { OverlayPanel as M } from "./OverlayPanel.js";
7
- import { s as r } from "../../chunks/Overlay.module-q-oPhooa.js";
7
+ import { s as r } from "../../chunks/Overlay.module-BqJXvoeX.js";
8
8
  const s = ({
9
9
  children: o,
10
10
  className: i,
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import l from "react";
3
- import { c as t } from "../../chunks/vendor-Ba_pyhza.js";
4
- import { s as a } from "../../chunks/Overlay.module-q-oPhooa.js";
3
+ import { c as t } from "../../chunks/vendor-9KVE23Ri.js";
4
+ import { s as a } from "../../chunks/Overlay.module-BqJXvoeX.js";
5
5
  const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
6
6
  "div",
7
7
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import n 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 { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-q-oPhooa.js";
5
+ import { s as e } from "../../chunks/Overlay.module-BqJXvoeX.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import s 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 { BodyPage as p } from "./components/BodyPage.js";
5
5
  import { HeaderPage as f } from "./components/HeaderPage.js";
6
6
  import { FooterPage as g } from "./components/FooterPage.js";
7
- import { s as o } from "../../chunks/Page.module-DjGbJ-Uw.js";
7
+ import { s as o } from "../../chunks/Page.module-DUQ6i8Ez.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -1,8 +1,8 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
3
  import { Body as e } from "../../Body/Body.js";
4
- import { c as t } from "../../../chunks/vendor-Ba_pyhza.js";
5
- import { s as f } from "../../../chunks/Page.module-DjGbJ-Uw.js";
4
+ import { c as t } from "../../../chunks/vendor-9KVE23Ri.js";
5
+ import { s as f } from "../../../chunks/Page.module-DUQ6i8Ez.js";
6
6
  const d = s.forwardRef(({ className: o, ...r }, a) => /* @__PURE__ */ m(e, { className: t(f.bodyPage, o), ...r, ref: a }));
7
7
  d.displayName = "BodyPage";
8
8
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import F, { useRef as R } from "react";
3
- import { c as T } from "../../../chunks/vendor-Ba_pyhza.js";
3
+ import { c as T } from "../../../chunks/vendor-9KVE23Ri.js";
4
4
  import { Footer as s } from "../../Footer/Footer.js";
5
5
  import { EFooterPageType as i } from "./enums.js";
6
6
  import { useStickyCornerRadius as d } from "./useStickyCornerRadius.js";
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
9
9
  import "../../Island/components/IslandBody.js";
10
10
  import "../../Island/components/IslandHeader.js";
11
11
  import "../../Island/components/IslandFooter.js";
12
- import { s as c } from "../../../chunks/Page.module-DjGbJ-Uw.js";
12
+ import { s as c } from "../../../chunks/Page.module-DUQ6i8Ez.js";
13
13
  const w = Object.assign(
14
14
  F.forwardRef(
15
15
  ({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
@@ -2,11 +2,11 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import T, { useRef as R } from "react";
3
3
  import { Header as e } from "../../Header/Header.js";
4
4
  import { EHeaderPageType as t } from "./enums.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 { Island as S } from "../../Island/Island.js";
7
7
  import { EIslandType as y } from "../../Island/enums.js";
8
8
  import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
9
- import { s as i } from "../../../chunks/Page.module-DjGbJ-Uw.js";
9
+ import { s as i } from "../../../chunks/Page.module-DUQ6i8Ez.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -33,7 +33,7 @@ function L(i, t, c = !0) {
33
33
  (n) => n.includes("lightBoxSideOverlayContent")
34
34
  ) && m();
35
35
  };
36
- return y(), () => {
36
+ return setTimeout(y, 100), () => {
37
37
  l && l.removeEventListener("scroll", a), window.removeEventListener("resize", a), window.removeEventListener("transitionend", w), r && cancelAnimationFrame(r);
38
38
  };
39
39
  }, [i, t, c]);
@@ -1,17 +1,17 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as o } from "../../../chunks/vendor-Ba_pyhza.js";
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as d } from "../../../chunks/vendor-9KVE23Ri.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__7979df6c", s = {
4
+ const r = "paginationExtended__ac3aa172", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
- ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ d(
7
+ ({ children: a, className: t, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: o(s.paginationExtended, a),
11
- "data-tx": "1.4.0",
10
+ className: d(s.paginationExtended, t),
11
+ "data-tx": "1.5.0",
12
12
  ...n,
13
13
  ref: e,
14
- children: t
14
+ children: a
15
15
  }
16
16
  )
17
17
  );
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import r from "react";
2
+ import c from "react";
3
3
  import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
4
4
  import { EButtonIconShape as m } from "../../Button/enums.js";
5
5
  import { EPaginationNavigationIconDirection as s } from "../enums.js";
6
6
  import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
7
- const g = "paginationNavigationButton__d18ce87c", N = "directionIconNext__4555aac3", n = {
7
+ const g = "paginationNavigationButton__a0d90f1f", N = "directionIconNext__317bcaf4", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, d = r.forwardRef(
10
+ }, f = c.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
- const c = i === s.BACK;
12
+ const r = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
14
14
  p,
15
15
  {
@@ -17,13 +17,13 @@ const g = "paginationNavigationButton__d18ce87c", N = "directionIconNext__4555aa
17
17
  shape: m.SQUIRCLE,
18
18
  ...a,
19
19
  ref: e,
20
- children: c ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
20
+ children: r ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
21
21
  }
22
22
  );
23
23
  }
24
24
  );
25
- d.displayName = "PaginationNavigationButton";
25
+ f.displayName = "PaginationNavigationButton";
26
26
  export {
27
- d as PaginationNavigationButton
27
+ f as PaginationNavigationButton
28
28
  };
29
29
  //# sourceMappingURL=PaginationNavigationButton.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
- import { c as d } from "../../../chunks/vendor-Ba_pyhza.js";
4
- const g = "paginationNavigationExtended__b95e2d3a", r = {
3
+ import { c as d } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ const g = "paginationNavigationExtended__4295512f", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: t, ...i }, n) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, t), ...i, ref: n, children: a })
@@ -1,11 +1,11 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import g from "react";
3
- import { c } from "../../../chunks/vendor-Ba_pyhza.js";
4
- const s = "paginationPageButton__6e91ed4b", u = "currentPage__aefe3f07", a = {
3
+ import { c } from "../../../chunks/vendor-9KVE23Ri.js";
4
+ const s = "paginationPageButton__78f7775b", u = "currentPage__5bf93383", a = {
5
5
  paginationPageButton: s,
6
6
  currentPage: u
7
7
  }, P = g.forwardRef(
8
- ({ isCurrent: t = !1, children: e, className: n, ...o }, i) => /* @__PURE__ */ r(
8
+ ({ isCurrent: t = !1, children: n, className: o, ...e }, i) => /* @__PURE__ */ r(
9
9
  "button",
10
10
  {
11
11
  className: c(
@@ -13,12 +13,12 @@ const s = "paginationPageButton__6e91ed4b", u = "currentPage__aefe3f07", a = {
13
13
  {
14
14
  [a.currentPage]: t
15
15
  },
16
- n
16
+ o
17
17
  ),
18
18
  "aria-live": t ? "polite" : void 0,
19
- ...o,
19
+ ...e,
20
20
  ref: i,
21
- children: e
21
+ children: n
22
22
  }
23
23
  )
24
24
  );
@@ -1,10 +1,10 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
- import { c as e } from "../../../chunks/vendor-Ba_pyhza.js";
2
+ import { c as e } from "../../../chunks/vendor-9KVE23Ri.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__59df78ae", r = {
4
+ const t = "pageEllipsis__334d9c52", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
- ({ children: s, className: a, ...i }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, a), ...i, ref: l, children: s })
7
+ ({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
8
8
  );
9
9
  n.displayName = "PaginationPageEllipsis";
10
10
  export {