@sberbusiness/triplex-next 1.10.0 → 1.11.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 (403) hide show
  1. package/README.md +6 -0
  2. package/chunks/{AlertProcessSpoiler-C4HDxCMJ.js → AlertProcessSpoiler-BGQ1uQrz.js} +2 -2
  3. package/chunks/{CalendarViewItem-Y3UQ6liF.js → CalendarViewItem-GZv99LrE.js} +10 -10
  4. package/chunks/Card.module-Bb-0eR7p.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-LACc235T.js +11 -0
  6. package/chunks/{Chip-21qt-Ukl.js → Chip-L25luM9A.js} +16 -16
  7. package/chunks/Confirm.module-B2F1vU1t.js +15 -0
  8. package/chunks/{DropdownListItem-DXBppGoi.js → DropdownListItem-QBxfm941.js} +17 -17
  9. package/chunks/DropdownMobile.module-zHrNkkL5.js +23 -0
  10. package/chunks/Footer.module-CTz6ITIP.js +9 -0
  11. package/chunks/{FormFieldInput-hUwbIuBd.js → FormFieldInput-ZCQQZs7b.js} +19 -19
  12. package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +9 -0
  13. package/chunks/HeaderTabs.module-Fe8TyS0Y.js +9 -0
  14. package/chunks/{HeaderTitle.module-B_2yQmEh.js → HeaderTitle.module-C7KQyTXH.js} +2 -2
  15. package/chunks/IslandAccordion.module-B1DwUTEO.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-DNunPtYA.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +9 -0
  18. package/chunks/{LightBoxContent-DDRusGqo.js → LightBoxContent-D0toheNV.js} +14 -14
  19. package/chunks/LightBoxControls.module-DUY3tLKy.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +8 -0
  21. package/chunks/{ListItemControlsButton-3APG17-A.js → ListItemControlsButton-B0Qs0eEN.js} +5 -5
  22. package/chunks/ListItemTail.module-uDs8u3yU.js +12 -0
  23. package/chunks/ListMasterFooter.module-uJGRVDCh.js +10 -0
  24. package/chunks/ModalWindow.module-BxFKBpp4.js +17 -0
  25. package/chunks/Notification.module-HwYJsw5w.js +21 -0
  26. package/chunks/Overlay.module-BdT_EdJd.js +18 -0
  27. package/chunks/Page.module-CQz9ZvqA.js +11 -0
  28. package/chunks/{RightBorderArrow-Bo5_O5lj.js → RightBorderArrow-B3TaRXow.js} +14 -14
  29. package/chunks/SMSField.module-B2vNyUh9.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +15 -0
  31. package/chunks/{SliderExtendedRail-C7TQHv-j.js → SliderExtendedRail-DP6nRRY0.js} +10 -10
  32. package/chunks/StatusTracker.module-BM1Mr7Lr.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BJiMEG2_.js → SuggestFieldMobileDropdownHint-C04_aHFB.js} +4 -4
  34. package/chunks/TableFooter.module-DNpkWevf.js +14 -0
  35. package/chunks/TabsExtended.module-BvIRknmY.js +16 -0
  36. package/chunks/TabsLine.module-BN-kBFLj.js +21 -0
  37. package/chunks/TooltipDesktop.module-itrszAnq.js +19 -0
  38. package/chunks/TreeView.module-CDWFlOAV.js +9 -0
  39. package/chunks/UploadZoneInput-BYGZcWC8.js +35 -0
  40. package/chunks/utils-BWjaO0EE.js +73 -0
  41. package/chunks/utils-BsNeWWRx.js +20 -0
  42. package/chunks/{utils-mlGAF1hQ.js → utils-CDPE3P4X.js} +8 -8
  43. package/chunks/utils-DKyrkqb2.js +36 -0
  44. package/chunks/{utils-HEAUA6LV.js → utils-P0A0WEsB.js} +7 -7
  45. package/components/Alert/AlertContext/AlertContext.js +15 -15
  46. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  47. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  48. package/components/Amount/Amount.js +9 -9
  49. package/components/AmountField/AmountField.js +8 -8
  50. package/components/Body/Body.js +6 -6
  51. package/components/Button/Button.js +32 -32
  52. package/components/Button/ButtonBase.js +1 -1
  53. package/components/Button/ButtonDropdown.js +14 -14
  54. package/components/Button/ButtonDropdownExtended.js +7 -7
  55. package/components/Button/ButtonIcon.js +7 -7
  56. package/components/Calendar/Calendar.js +5 -5
  57. package/components/Calendar/components/CalendarControls.js +1 -1
  58. package/components/Calendar/components/CalendarFooter.js +1 -1
  59. package/components/Calendar/components/CalendarViewDays.js +1 -1
  60. package/components/Calendar/components/CalendarViewItem.js +1 -1
  61. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  62. package/components/Calendar/components/CalendarViewYears.js +1 -1
  63. package/components/Card/CardAction.js +19 -19
  64. package/components/Card/CardStatic.js +2 -2
  65. package/components/Card/components/CardContent/CardContent.js +1 -1
  66. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  67. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  68. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  69. package/components/Card/components/CardMedia.js +1 -1
  70. package/components/Card/utils.js +1 -1
  71. package/components/CarouselExtended/CarouselExtended.js +11 -11
  72. package/components/Checkbox/Checkbox.js +7 -7
  73. package/components/Checkbox/CheckboxXGroup.js +11 -11
  74. package/components/Checkbox/CheckboxYGroup.js +1 -1
  75. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  76. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  77. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  78. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  79. package/components/Chip/Chip.js +1 -1
  80. package/components/Chip/ChipClearButton.js +10 -10
  81. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  82. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  83. package/components/Chip/ChipDropdownArrow.js +5 -5
  84. package/components/Chip/ChipIcon.js +1 -1
  85. package/components/Chip/ChipMultiselect.js +1 -1
  86. package/components/Chip/ChipOptions.js +9 -9
  87. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  88. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  89. package/components/Chip/ChipSort.js +1 -1
  90. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  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 +2 -2
  94. package/components/Chip/index.js +1 -1
  95. package/components/ChipGroup/ChipGroup.js +13 -13
  96. package/components/Col/Col.js +140 -140
  97. package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
  98. package/components/Confirm/Confirm.js +1 -1
  99. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  100. package/components/Confirm/components/ConfirmContent.js +1 -1
  101. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  102. package/components/Confirm/components/ConfirmControls.js +1 -1
  103. package/components/DateField/DateField.js +1 -1
  104. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  105. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  106. package/components/DateRange/DateRange.js +9 -9
  107. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  108. package/components/DesignTokens/components/Step.js +1 -1
  109. package/components/Divider/Divider.js +17 -17
  110. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  111. package/components/Dropdown/desktop/DropdownDesktop.js +14 -14
  112. package/components/Dropdown/desktop/DropdownList.js +1 -1
  113. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  114. package/components/Dropdown/desktop/index.js +1 -1
  115. package/components/Dropdown/index.js +1 -1
  116. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  117. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  118. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  119. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  121. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  123. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  127. package/components/Ellipsis/Ellipsis.js +12 -12
  128. package/components/ExpandAnimation/ExpandAnimation.js +14 -14
  129. package/components/Footer/Footer.js +1 -1
  130. package/components/Footer/components/FooterDescription.js +1 -1
  131. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  132. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  133. package/components/FormField/FormField.js +10 -10
  134. package/components/FormField/components/FormFieldClear.js +7 -7
  135. package/components/FormField/components/FormFieldCounter.js +4 -4
  136. package/components/FormField/components/FormFieldDescription.js +3 -3
  137. package/components/FormField/components/FormFieldInput.js +1 -1
  138. package/components/FormField/components/FormFieldLabel.js +11 -11
  139. package/components/FormField/components/FormFieldMaskedInput.js +15 -15
  140. package/components/FormField/components/FormFieldPostfix.js +7 -7
  141. package/components/FormField/components/FormFieldPrefix.js +9 -9
  142. package/components/FormField/components/FormFieldTarget.js +8 -8
  143. package/components/FormField/components/FormFieldTextarea.js +10 -10
  144. package/components/FormField/index.js +1 -1
  145. package/components/Header/Header.js +1 -1
  146. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  147. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  148. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  149. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
  150. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  151. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  152. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  153. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  154. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  155. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  156. package/components/HelpBox/HelpBox.js +11 -11
  157. package/components/Island/Island.js +1 -1
  158. package/components/Island/components/IslandBody.js +1 -1
  159. package/components/Island/components/IslandFooter.js +1 -1
  160. package/components/Island/components/IslandHeader.js +3 -3
  161. package/components/Island/utils.js +1 -1
  162. package/components/IslandAccordion/IslandAccordion.js +2 -3
  163. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  164. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  165. package/components/IslandAccordion/components/IslandAccordionItem.js +93 -99
  166. package/components/IslandAccordion/components/index.js +1 -3
  167. package/components/IslandAccordion/index.js +3 -5
  168. package/components/IslandWidget/IslandWidget.js +2 -2
  169. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  170. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  171. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  172. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  173. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  174. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  176. package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
  177. package/components/LightBox/LightBox.js +11 -11
  178. package/components/LightBox/LightBoxContent.js +1 -1
  179. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  180. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  181. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  182. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  183. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +18 -18
  184. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  185. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  186. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  187. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +1 -1
  188. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +3 -3
  189. package/components/Link/Link.js +17 -17
  190. package/components/List/List.js +7 -7
  191. package/components/List/components/ListEmptyState.js +1 -1
  192. package/components/List/components/ListItem.js +1 -1
  193. package/components/List/components/ListItemContent.js +12 -12
  194. package/components/List/components/ListItemControls.js +1 -1
  195. package/components/List/components/ListItemControlsButton.js +1 -1
  196. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  197. package/components/List/components/ListItemLoading.js +2 -2
  198. package/components/List/components/ListItemSelectable.js +4 -4
  199. package/components/List/components/ListItemTable.js +6 -6
  200. package/components/List/components/ListItemTailLeft.js +1 -1
  201. package/components/List/components/ListItemTailRight.js +1 -1
  202. package/components/List/components/ListSortableItem.js +5 -5
  203. package/components/List/components/ListSortableItemControls.js +5 -5
  204. package/components/List/components/ListSortableItemTarget.js +5 -5
  205. package/components/List/index.js +1 -1
  206. package/components/ListMaster/ListMaster.js +1 -1
  207. package/components/ListMaster/components/ListMasterBody.js +1 -1
  208. package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
  209. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  210. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  211. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  212. package/components/ListMaster/components/ListMasterHeader.js +10 -10
  213. package/components/ListMaster/components/SelectionControls.js +2 -2
  214. package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
  215. package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
  216. package/components/LoaderScreen/LoaderScreen.js +5 -5
  217. package/components/Marker/Marker.js +1 -1
  218. package/components/Marker/utils.js +1 -1
  219. package/components/MarkerStatus/MarkerStatus.js +7 -7
  220. package/components/ModalWindow/ModalWindow.js +1 -1
  221. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  222. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  223. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  224. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  225. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  226. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
  227. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  228. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  229. package/components/Notification/Notification.js +2 -2
  230. package/components/Notification/NotificationGrouped.js +1 -1
  231. package/components/Notification/components/NotificationBody.js +1 -1
  232. package/components/Notification/components/NotificationBodyContent.js +1 -1
  233. package/components/Notification/components/NotificationBodyList.js +1 -1
  234. package/components/Notification/components/NotificationClose.js +1 -1
  235. package/components/Notification/components/NotificationFooter.js +1 -1
  236. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  237. package/components/Notification/components/NotificationHeader.js +1 -1
  238. package/components/Notification/components/NotificationIcon.js +1 -1
  239. package/components/Notification/components/NotificationTime.js +1 -1
  240. package/components/NotificationIcon/NotificationIcon.js +1 -1
  241. package/components/NumberField/NumberFieldInput.js +1 -1
  242. package/components/OrderedList/OrderedList.js +4 -4
  243. package/components/OrderedList/OrderedListItem.js +6 -6
  244. package/components/Overlay/Overlay.js +1 -1
  245. package/components/Overlay/OverlayMask.js +1 -1
  246. package/components/Overlay/OverlayPanel.js +1 -1
  247. package/components/Page/Page.js +1 -1
  248. package/components/Page/components/BodyPage.js +1 -1
  249. package/components/Page/components/FooterPage.js +1 -1
  250. package/components/Page/components/HeaderPage.js +1 -1
  251. package/components/Pagination/components/PaginationExtended.js +2 -2
  252. package/components/Pagination/components/PaginationNavigationButton.js +6 -6
  253. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  254. package/components/Pagination/components/PaginationPageButton.js +5 -5
  255. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  256. package/components/Pagination/components/PaginationSelect.js +9 -9
  257. package/components/Radio/Radio.js +16 -16
  258. package/components/Radio/RadioXGroup.js +12 -12
  259. package/components/Radio/RadioYGroup.js +9 -9
  260. package/components/Row/Row.js +10 -10
  261. package/components/SMSField/SMSField.js +2 -2
  262. package/components/SMSField/components/RefreshIcon.js +1 -1
  263. package/components/SMSField/components/SMSFieldInput.js +2 -2
  264. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  265. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  266. package/components/SegmentedControl/SegmentedControl.js +12 -12
  267. package/components/SegmentedControl/SegmentedControlSegment.js +17 -17
  268. package/components/SelectExtendedField/SelectExtendedField.js +7 -7
  269. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  270. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +18 -18
  271. package/components/Skeleton/Skeleton.js +12 -12
  272. package/components/SliderExtended/SliderExtended.js +2 -2
  273. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  274. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  275. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  276. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  277. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
  278. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
  279. package/components/SmallInput/SmallInput.js +5 -5
  280. package/components/Spoiler/Spoiler.js +23 -23
  281. package/components/StatusTracker/StatusTracker.js +2 -2
  282. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  283. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  284. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  285. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  286. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  287. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  288. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  289. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  290. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  292. package/components/Step/Step.js +6 -6
  293. package/components/Stepper/RightBorderArrow.js +1 -1
  294. package/components/Stepper/Stepper.js +6 -6
  295. package/components/Stepper/StepperExtended.js +4 -4
  296. package/components/Stepper/StepperStep.js +2 -2
  297. package/components/Stepper/StepperWrapper.js +4 -4
  298. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  299. package/components/SuggestField/SuggestField.js +1 -1
  300. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  301. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  302. package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
  303. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  304. package/components/SuggestField/index.js +1 -1
  305. package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
  306. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  307. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  308. package/components/SuggestField/mobile/index.js +1 -1
  309. package/components/SwipeableArea/SwipeableArea.js +12 -12
  310. package/components/Table/FilterPanel.js +2 -2
  311. package/components/Table/MasterTable.js +2 -2
  312. package/components/Table/NoColumns.js +1 -1
  313. package/components/Table/PaginationPanel.js +2 -2
  314. package/components/Table/TableBasic/TableBasic.js +1 -1
  315. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  316. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  317. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  318. package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
  319. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  320. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +3 -3
  321. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  322. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  323. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  324. package/components/Table/TableFooter/TableFooter.js +1 -1
  325. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  326. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  327. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  328. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  329. package/components/Table/TabsLinePanel.js +5 -5
  330. package/components/Table/TabsLinePanelLinks.js +1 -1
  331. package/components/Table/utils.js +1 -1
  332. package/components/Tabs/Tabs.js +9 -9
  333. package/components/TabsExtended/TabsExtended.js +2 -2
  334. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  335. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  336. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  337. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  338. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  339. package/components/TabsExtended/utils.js +1 -1
  340. package/components/TabsLine/TabsLine.js +1 -1
  341. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  342. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  343. package/components/TabsLine/components/TabsLineItem.js +1 -1
  344. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  345. package/components/Tag/Tag.js +33 -33
  346. package/components/TagColor/TagColor.js +12 -12
  347. package/components/TagGroup/TagGroup.js +1 -1
  348. package/components/TextField/TextField.js +1 -1
  349. package/components/TextareaField/TextareaField.js +1 -1
  350. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  351. package/components/Tooltip/components/common/TooltipLink.js +17 -17
  352. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  353. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  354. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  355. package/components/Tooltip/components/mobile/TooltipMobile.js +8 -8
  356. package/components/TopOverlay/TopOverlay.js +18 -18
  357. package/components/TreeView/TreeView.js +1 -1
  358. package/components/TreeView/components/TreeViewGroup.js +1 -1
  359. package/components/TreeView/components/TreeViewNode.js +1 -1
  360. package/components/Typography/Caption.js +16 -16
  361. package/components/Typography/Text.js +23 -23
  362. package/components/Typography/Title.js +19 -19
  363. package/components/Typography/utils.js +1 -1
  364. package/components/UnorderedList/UnorderedList.js +4 -4
  365. package/components/UnorderedList/UnorderedListItem.js +9 -9
  366. package/components/UploadZone/UploadZone.js +109 -97
  367. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  368. package/components/index.js +172 -174
  369. package/index.d.ts +3 -39
  370. package/index.js +216 -218
  371. package/package.json +1 -1
  372. package/styles/triplex-next.css +535 -535
  373. package/chunks/Card.module-t9A1wsgP.js +0 -17
  374. package/chunks/CheckboxTreeExtended.module-BMfgVvwS.js +0 -11
  375. package/chunks/Confirm.module-CrTyGEYv.js +0 -15
  376. package/chunks/DropdownMobile.module-CdquuBgl.js +0 -23
  377. package/chunks/Footer.module-9PrdQ3S7.js +0 -9
  378. package/chunks/HeaderLayoutSidebar.module-QjkaZFtn.js +0 -9
  379. package/chunks/HeaderTabs.module-a_JyDpFt.js +0 -9
  380. package/chunks/IslandAccordion.module-BCHg71CD.js +0 -25
  381. package/chunks/IslandWidgetFooter.module-DV2tNWtj.js +0 -9
  382. package/chunks/IslandWidgetHeader.module-kAuK5xmR.js +0 -9
  383. package/chunks/LightBoxControls.module-CHrL_gpj.js +0 -16
  384. package/chunks/LightBoxSideOverlayClose.module-CVxmzGmO.js +0 -8
  385. package/chunks/ListItemTail.module-BW9qp-XX.js +0 -12
  386. package/chunks/ListMasterFooter.module-B3kLf2M1.js +0 -10
  387. package/chunks/ModalWindow.module-BFTuZtt7.js +0 -17
  388. package/chunks/Notification.module-DU0GLki1.js +0 -21
  389. package/chunks/Overlay.module-CQY18PV-.js +0 -18
  390. package/chunks/Page.module-BO9rnNjD.js +0 -11
  391. package/chunks/SMSField.module-ibOZLVgV.js +0 -16
  392. package/chunks/SliderExtendedMarks.module-BBaU_j-p.js +0 -15
  393. package/chunks/StatusTracker.module-C66hhTIO.js +0 -24
  394. package/chunks/TableFooter.module-cSix4Lyk.js +0 -14
  395. package/chunks/TabsExtended.module-D7fs9FsL.js +0 -16
  396. package/chunks/TabsLine.module-CEQyfehM.js +0 -21
  397. package/chunks/TooltipDesktop.module-DD9WosV6.js +0 -19
  398. package/chunks/TreeView.module-Dxrir5YQ.js +0 -9
  399. package/chunks/UploadZoneInput-C2_0grVp.js +0 -33
  400. package/chunks/utils-BhoCc4rI.js +0 -36
  401. package/chunks/utils-BsOip28-.js +0 -73
  402. package/chunks/utils-D8Gj0oC8.js +0 -20
  403. package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
@@ -1,14 +1,14 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
- import { Marker as f } from "../Marker/Marker.js";
3
- import { c as k } from "../../chunks/vendor-ClY57Zzq.js";
4
- import { s as d } from "../../chunks/utils-D8Gj0oC8.js";
2
+ import { Marker as S } from "../Marker/Marker.js";
3
+ import { c as f } from "../../chunks/vendor-ClY57Zzq.js";
4
+ import { s as k } from "../../chunks/utils-BsNeWWRx.js";
5
5
  import "../Typography/Title.js";
6
6
  import { Text as i } from "../Typography/Text.js";
7
7
  import { Caption as _ } from "../Typography/Caption.js";
8
8
  import { ETextSize as n, EFontType as c, ECaptionSize as M } from "../Typography/enums.js";
9
9
  import { EComponentSize as a } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as N } from "../../utils/classNameMaps.js";
11
- const x = "markerStatus__58b271c3", T = "contentContainer__faf4ea83", u = "md__4734e918", z = "markerContainer__ea5041cf", E = "lg__1637c8f7", e = {
11
+ const x = "markerStatus__70721b7f", T = "contentContainer__09103d8e", u = "md__4efaadc5", z = "markerContainer__a9114fd0", E = "lg__573140ed", e = {
12
12
  markerStatus: x,
13
13
  contentContainer: T,
14
14
  md: u,
@@ -25,9 +25,9 @@ const x = "markerStatus__58b271c3", T = "contentContainer__faf4ea83", u = "md__4
25
25
  size: r = a.MD,
26
26
  ...C
27
27
  }) => {
28
- const S = k(e.markerStatus, D[r], d[m], l);
29
- return /* @__PURE__ */ s("div", { className: S, "data-tx": "1.10.0", ...C, children: [
30
- /* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(f, { status: m, size: r }) }),
28
+ const d = f(e.markerStatus, D[r], k[m], l);
29
+ return /* @__PURE__ */ s("div", { className: d, "data-tx": "1.11.0", ...C, children: [
30
+ /* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(S, { status: m, size: r }) }),
31
31
  /* @__PURE__ */ s("div", { className: e.contentContainer, children: [
32
32
  /* @__PURE__ */ t(i, { size: h[r], children: p }),
33
33
  o && (r === a.MD ? /* @__PURE__ */ t(_, { size: M.C1, type: c.SECONDARY, children: o }) : /* @__PURE__ */ t(i, { size: n.B4, type: c.SECONDARY, children: o }))
@@ -4,7 +4,7 @@ import { Portal as j } from "../Portal/Portal.js";
4
4
  import { c as N, C as D, h as F } from "../../chunks/vendor-ClY57Zzq.js";
5
5
  import { ModalWindowViewManager as _ } from "./components/ModalWindowViewManager.js";
6
6
  import { useToken as q } from "../ThemeProvider/useToken.js";
7
- import { s as n } from "../../chunks/ModalWindow.module-BFTuZtt7.js";
7
+ import { s as n } from "../../chunks/ModalWindow.module-BxFKBpp4.js";
8
8
  import { EComponentSize as A } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as V } from "../../utils/classNameMaps.js";
10
10
  const l = "ufs-modal-window", G = 300, i = ["modal-open", "no-hash-overflow-hidden"], H = V(n), I = $.forwardRef((w, a) => {
@@ -3,12 +3,12 @@ import { c as i } from "../../../chunks/vendor-ClY57Zzq.js";
3
3
  import { Island as n } from "../../Island/Island.js";
4
4
  import { EComponentSize as t } from "../../../enums/EComponentSize.js";
5
5
  import { EIslandType as r } from "../../Island/enums.js";
6
- const a = "modalWindowBody__ef0f3213", l = {
6
+ const a = "modalWindowBody__eb69f4fe", e = {
7
7
  modalWindowBody: a
8
8
  }, w = ({ children: o, className: d, ...m }) => /* @__PURE__ */ s(
9
9
  n,
10
10
  {
11
- className: i(l.modalWindowBody, d),
11
+ className: i(e.modalWindowBody, d),
12
12
  type: r.TYPE_1,
13
13
  size: t.MD,
14
14
  ...m,
@@ -6,9 +6,9 @@ import { Button as i } from "../../Button/Button.js";
6
6
  import { CrossStrokeSrvIcon20 as l } from "@sberbusiness/icons-next";
7
7
  import { EComponentSize as s } from "../../../enums/EComponentSize.js";
8
8
  import { EButtonTheme as d } from "../../Button/enums.js";
9
- const C = "modalWindowClose__92f65e0b", a = {
9
+ const C = "modalWindowClose__12769962", a = {
10
10
  modalWindowClose: C
11
- }, f = (t) => {
11
+ }, p = (t) => {
12
12
  const e = n(null);
13
13
  return /* @__PURE__ */ o("div", { className: a.modalWindowClose, children: /* @__PURE__ */ o(r, { eventKeyCode: m.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
14
14
  i,
@@ -22,8 +22,8 @@ const C = "modalWindowClose__92f65e0b", a = {
22
22
  }
23
23
  ) }) });
24
24
  };
25
- f.displayName = "ModalWindowClose";
25
+ p.displayName = "ModalWindowClose";
26
26
  export {
27
- f as ModalWindowClose
27
+ p as ModalWindowClose
28
28
  };
29
29
  //# sourceMappingURL=ModalWindowClose.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
3
3
  import { LoaderScreen as i } from "../../LoaderScreen/LoaderScreen.js";
4
- import { s as o } from "../../../chunks/ModalWindow.module-BFTuZtt7.js";
4
+ import { s as o } from "../../../chunks/ModalWindow.module-BxFKBpp4.js";
5
5
  import { Page as l } from "../../Page/Page.js";
6
6
  const W = ({
7
7
  isLoading: e,
@@ -2,9 +2,9 @@ import { jsx as m } from "react/jsx-runtime";
2
2
  import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
3
3
  import { EHeaderPageType as i } from "../../Page/components/enums.js";
4
4
  import { c as l } from "../../../chunks/vendor-ClY57Zzq.js";
5
- const t = "modalWindowHeader__6a08e9db", s = {
5
+ const t = "modalWindowHeader__b6611ed5", s = {
6
6
  modalWindowHeader: t
7
- }, o = ({ className: a, children: d, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, a), ...r, type: i.FIRST, children: d });
7
+ }, o = ({ className: d, children: a, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, d), ...r, type: i.FIRST, children: a });
8
8
  o.Title = e.Title;
9
9
  o.displayName = "ModalWindowHeader";
10
10
  export {
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as m } from "react/jsx-runtime";
2
2
  import { useState as r, useRef as u, useEffect as h, useLayoutEffect as p } from "react";
3
3
  import { u as g, i as W, j as a } from "../../../chunks/vendor-ClY57Zzq.js";
4
4
  import { Portal as M } from "../../Portal/Portal.js";
5
- import { s as R } from "../../../chunks/ModalWindow.module-BFTuZtt7.js";
5
+ import { s as R } from "../../../chunks/ModalWindow.module-BxFKBpp4.js";
6
6
  const s = "modalWindowViewManagerNodeId", z = () => {
7
7
  const [d, c] = r(), [t, l] = r(), o = u(null), n = () => {
8
8
  if (o.current) {
@@ -1,9 +1,9 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { useContext as i } from "react";
3
- import { MultiselectFieldContext as m } from "../MultiselectFieldContext.js";
2
+ import { useContext as m } from "react";
3
+ import { MultiselectFieldContext as c } from "../MultiselectFieldContext.js";
4
4
  import { createSizeToClassNameMap as r } from "../../../utils/classNameMaps.js";
5
5
  import { c as l } from "../../../chunks/vendor-ClY57Zzq.js";
6
- const a = "multiselectFieldContentWrapper__099ca922", d = "multiselectFieldContent__214c538c", p = "sm__c3c409e7", C = "md__e81a3efc", u = "lg__d3b99e6b", e = {
6
+ const a = "multiselectFieldContentWrapper__e305986d", d = "multiselectFieldContent__e125fc94", p = "sm__e9b56261", C = "md__eaf4d809", u = "lg__a718a0b9", e = {
7
7
  multiselectFieldContentWrapper: a,
8
8
  multiselectFieldContent: d,
9
9
  sm: p,
@@ -14,8 +14,8 @@ const a = "multiselectFieldContentWrapper__099ca922", d = "multiselectFieldConte
14
14
  className: o,
15
15
  ...n
16
16
  }) => {
17
- const { size: c } = i(m);
18
- return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...n, children: /* @__PURE__ */ t("div", { tabIndex: -1, className: l(e.multiselectFieldContent, F[c]), children: s }) });
17
+ const { size: i } = m(c);
18
+ return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...n, children: /* @__PURE__ */ t("div", { tabIndex: -1, className: l(e.multiselectFieldContent, F[i]), children: s }) });
19
19
  };
20
20
  export {
21
21
  W as MultiselectFieldDropdownContent
@@ -1,6 +1,6 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import { c as s } from "../../../chunks/vendor-ClY57Zzq.js";
3
- const i = "multiselectFieldFooter__d8038455", c = {
3
+ const i = "multiselectFieldFooter__e6a9117e", c = {
4
4
  multiselectFieldFooter: i
5
5
  }, m = ({
6
6
  children: e,
@@ -1,12 +1,12 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor-ClY57Zzq.js";
3
- const c = "multiselectFieldHeader__c3b08a31", d = {
4
- multiselectFieldHeader: c
3
+ const d = "multiselectFieldHeader__33422a35", c = {
4
+ multiselectFieldHeader: d
5
5
  }, a = ({
6
6
  children: e,
7
7
  className: l,
8
8
  ...t
9
- }) => /* @__PURE__ */ s("div", { className: i(d.multiselectFieldHeader, l), ...t, children: e });
9
+ }) => /* @__PURE__ */ s("div", { className: i(c.multiselectFieldHeader, l), ...t, children: e });
10
10
  export {
11
11
  a as MultiselectFieldDropdownHeader
12
12
  };
@@ -4,7 +4,7 @@ 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-DU0GLki1.js";
7
+ import { s as i } from "../../chunks/Notification.module-HwYJsw5w.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.10.0",
27
+ "data-tx": "1.11.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-DU0GLki1.js";
3
+ import { s as e } from "../../chunks/Notification.module-HwYJsw5w.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-DU0GLki1.js";
6
+ import { s as f } from "../../../chunks/Notification.module-HwYJsw5w.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-DU0GLki1.js";
2
+ import { s as i } from "../../../chunks/Notification.module-HwYJsw5w.js";
3
3
  const n = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationBodyContent, children: o });
4
4
  n.displayName = "NotificationBodyContent";
5
5
  export {
@@ -1,7 +1,7 @@
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-DU0GLki1.js";
4
+ import { s as a } from "../../../chunks/Notification.module-HwYJsw5w.js";
5
5
  import { c as e } from "../../../chunks/vendor-ClY57Zzq.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";
@@ -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-DU0GLki1.js";
8
+ import { s as m } from "../../../chunks/Notification.module-HwYJsw5w.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-DU0GLki1.js";
2
+ import { s as i } from "../../../chunks/Notification.module-HwYJsw5w.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
2
  import { c as i } from "../../../chunks/vendor-ClY57Zzq.js";
3
- import { s as o } from "../../../chunks/Notification.module-DU0GLki1.js";
3
+ import { s as o } from "../../../chunks/Notification.module-HwYJsw5w.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-DU0GLki1.js";
2
+ import { s as a } from "../../../chunks/Notification.module-HwYJsw5w.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-DU0GLki1.js";
2
+ import { s as t } from "../../../chunks/Notification.module-HwYJsw5w.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-DU0GLki1.js";
2
+ import { s as t } from "../../../chunks/Notification.module-HwYJsw5w.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { c as t } from "../../chunks/vendor-ClY57Zzq.js";
3
- const c = "notificationIcon__2481642f", a = {
3
+ const c = "notificationIcon__00892db7", a = {
4
4
  notificationIcon: c
5
5
  }, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: t(a.notificationIcon, o) });
6
6
  s.displayName = "NotificationIcon";
@@ -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-hUwbIuBd.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-ZCQQZs7b.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -2,15 +2,15 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
3
  import { c as o } from "../../chunks/vendor-ClY57Zzq.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__35107680", a = {
6
- orderedList: m
5
+ const a = "orderedList__4765731a", 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.10.0",
13
+ "data-tx": "1.11.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -5,23 +5,23 @@ import "../Typography/Title.js";
5
5
  import { Text as d } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
7
  import { ETextSize as i } from "../Typography/enums.js";
8
- const a = "orderedListItem__a8f27db4", f = {
8
+ const a = "orderedListItem__17d4ebc8", p = {
9
9
  orderedListItem: a
10
- }, p = m.forwardRef(
10
+ }, c = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
12
  d,
13
13
  {
14
- className: s(f.orderedListItem, t),
14
+ className: s(p.orderedListItem, t),
15
15
  size: i.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.10.0",
18
+ "data-tx": "1.11.0",
19
19
  ref: r
20
20
  }
21
21
  )
22
22
  );
23
- p.displayName = "OrderedListItem";
23
+ c.displayName = "OrderedListItem";
24
24
  export {
25
- p as OrderedListItem
25
+ c as OrderedListItem
26
26
  };
27
27
  //# sourceMappingURL=OrderedListItem.js.map
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-ClY57Zzq.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-CQY18PV-.js";
7
+ import { s as r } from "../../chunks/Overlay.module-BdT_EdJd.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
3
  import { c as t } from "../../chunks/vendor-ClY57Zzq.js";
4
- import { s as a } from "../../chunks/Overlay.module-CQY18PV-.js";
4
+ import { s as a } from "../../chunks/Overlay.module-BdT_EdJd.js";
5
5
  const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
6
6
  "div",
7
7
  {
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as d } from "../../chunks/vendor-ClY57Zzq.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-CQY18PV-.js";
5
+ import { s as e } from "../../chunks/Overlay.module-BdT_EdJd.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-ClY57Zzq.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-BO9rnNjD.js";
7
+ import { s as o } from "../../chunks/Page.module-CQz9ZvqA.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -5,7 +5,7 @@ import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
7
  import { EIslandType as M } from "../../Island/enums.js";
8
- const f = "bodyPage__fb81a033", P = "verticalMargin24__c1e48bfa", v = "verticalMargin16__dcca62a3", o = {
8
+ const f = "bodyPage__b918a05b", P = "verticalMargin24__df281919", v = "verticalMargin16__20521edb", o = {
9
9
  bodyPage: f,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
@@ -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-BO9rnNjD.js";
12
+ import { s as c } from "../../../chunks/Page.module-CQz9ZvqA.js";
13
13
  const w = Object.assign(
14
14
  F.forwardRef(
15
15
  ({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
@@ -6,7 +6,7 @@ import { c as p } from "../../../chunks/vendor-ClY57Zzq.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-BO9rnNjD.js";
9
+ import { s as i } from "../../../chunks/Page.module-CQz9ZvqA.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__f2e11bb4", s = {
4
+ const r = "paginationExtended__9610a809", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
7
  ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
10
  className: d(s.paginationExtended, a),
11
- "data-tx": "1.10.0",
11
+ "data-tx": "1.11.0",
12
12
  ...n,
13
13
  ref: e,
14
14
  children: t
@@ -4,10 +4,10 @@ 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 f = "paginationNavigationButton__45284f0e", g = "directionIconNext__ff1d0df7", n = {
8
- paginationNavigationButton: f,
9
- directionIconNext: g
10
- }, N = c.forwardRef(
7
+ const g = "paginationNavigationButton__99c50729", N = "directionIconNext__541257b7", n = {
8
+ paginationNavigationButton: g,
9
+ directionIconNext: N
10
+ }, I = c.forwardRef(
11
11
  ({ direction: i, ...a }, e) => {
12
12
  const r = i === s.BACK;
13
13
  return /* @__PURE__ */ t(
@@ -22,8 +22,8 @@ const f = "paginationNavigationButton__45284f0e", g = "directionIconNext__ff1d0d
22
22
  );
23
23
  }
24
24
  );
25
- N.displayName = "PaginationNavigationButton";
25
+ I.displayName = "PaginationNavigationButton";
26
26
  export {
27
- N as PaginationNavigationButton
27
+ I 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
3
  import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
4
- const g = "paginationNavigationExtended__273b3d6b", r = {
4
+ const g = "paginationNavigationExtended__f336b6c5", 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
3
  import { c } from "../../../chunks/vendor-ClY57Zzq.js";
4
- const u = "paginationPageButton__b38002c2", s = "currentPage__30ad7ec2", a = {
4
+ const u = "paginationPageButton__ac59ebcb", s = "currentPage__e2eac6be", a = {
5
5
  paginationPageButton: u,
6
6
  currentPage: s
7
7
  }, P = g.forwardRef(
8
- ({ isCurrent: t = !1, children: n, className: o, ...e }, i) => /* @__PURE__ */ r(
8
+ ({ isCurrent: t = !1, children: e, className: n, ...o }, i) => /* @__PURE__ */ r(
9
9
  "button",
10
10
  {
11
11
  type: "button",
@@ -14,12 +14,12 @@ const u = "paginationPageButton__b38002c2", s = "currentPage__30ad7ec2", a = {
14
14
  {
15
15
  [a.currentPage]: t
16
16
  },
17
- o
17
+ n
18
18
  ),
19
19
  "aria-live": t ? "polite" : void 0,
20
- ...e,
20
+ ...o,
21
21
  ref: i,
22
- children: n
22
+ children: e
23
23
  }
24
24
  )
25
25
  );
@@ -1,7 +1,7 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__bf8f6263", r = {
4
+ const t = "pageEllipsis__533bb4dc", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
7
  ({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
@@ -5,18 +5,18 @@ import "../../Typography/Title.js";
5
5
  import { Text as v } from "../../Typography/Text.js";
6
6
  import "../../Typography/Caption.js";
7
7
  import { ETextSize as _ } from "../../Typography/enums.js";
8
- const h = "paginationSelect__e91a084d", b = "paginationSelectControl__0d853393", o = {
9
- paginationSelect: h,
10
- paginationSelectControl: b
8
+ const b = "paginationSelect__49ab2e8a", h = "paginationSelectControl__0a483acc", c = {
9
+ paginationSelect: b,
10
+ paginationSelectControl: h
11
11
  }, y = S.forwardRef(
12
- ({ paginationLabel: c, className: s, hidden: d, options: i, value: n, onChange: a }, m) => {
13
- const l = f(`Pagination-${x()}`), p = i && i.length > 0 ? i : [10, 20, 50, 100], u = (e) => {
12
+ ({ paginationLabel: o, className: s, hidden: m, options: a, value: n, onChange: i }, d) => {
13
+ const l = f(`Pagination-${x()}`), p = a && a.length > 0 ? a : [10, 20, 50, 100], u = (e) => {
14
14
  const r = Number(e.target.value);
15
- Number.isNaN(r) || a == null || a(r);
15
+ Number.isNaN(r) || i == null || i(r);
16
16
  };
17
- return d ? null : /* @__PURE__ */ g("div", { className: N(o.paginationSelect, s), ref: m, children: [
18
- /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: c }),
19
- /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
17
+ return m ? null : /* @__PURE__ */ g("div", { className: N(c.paginationSelect, s), ref: d, children: [
18
+ /* @__PURE__ */ t(v, { size: _.B3, id: l.current, children: o }),
19
+ /* @__PURE__ */ t("div", { className: c.paginationSelectControl, children: /* @__PURE__ */ t(
20
20
  "select",
21
21
  {
22
22
  "aria-labelledby": l.current,
@@ -1,13 +1,13 @@
1
- import { jsxs as f, jsx as d } from "react/jsx-runtime";
1
+ import { jsxs as f, jsx as c } from "react/jsx-runtime";
2
2
  import N from "react";
3
3
  import { c as n } from "../../chunks/vendor-ClY57Zzq.js";
4
4
  import "../Typography/Title.js";
5
5
  import { Text as x } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
7
  import { ETextSize as i } from "../Typography/enums.js";
8
- import { EComponentSize as a } from "../../enums/EComponentSize.js";
8
+ import { EComponentSize as s } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__b99ebba7", M = "sm__19b358dd", T = "nonempty__e40a081e", S = "md__01c6f49f", u = "lg__1bad1b1b", I = "disabled__b6d77d39", R = "radio__ddb85fe8", g = "radioIcon__1d3ce0f8", o = {
10
+ const y = "label__c52c2b6c", M = "sm__ba4baba4", T = "nonempty__2b61725b", S = "md__a50593a4", u = "lg__b1a7f633", I = "disabled__fbcc074e", R = "radio__e4587b43", g = "radioIcon__22979c6d", a = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -17,20 +17,20 @@ const y = "label__b99ebba7", M = "sm__19b358dd", T = "nonempty__e40a081e", S = "
17
17
  radio: R,
18
18
  radioIcon: g
19
19
  }, B = {
20
- [a.LG]: i.B2,
21
- [a.MD]: i.B3,
22
- [a.SM]: i.B3
23
- }, C = z(o), h = N.forwardRef((c, r) => {
24
- const { children: e, className: l, disabled: m, labelAttributes: s, size: t = a.MD, ...p } = c, b = n(o.radio, l, C[t]), _ = n(
25
- o.label,
26
- o[t],
27
- { [o.disabled]: !!m, [o.nonempty]: !!e },
28
- s == null ? void 0 : s.className
20
+ [s.LG]: i.B2,
21
+ [s.MD]: i.B3,
22
+ [s.SM]: i.B3
23
+ }, C = z(a), h = N.forwardRef((r, l) => {
24
+ const { children: e, className: d, disabled: m, labelAttributes: o, size: t = s.MD, ...p } = r, b = n(a.radio, d, C[t]), _ = n(
25
+ a.label,
26
+ a[t],
27
+ { [a.disabled]: !!m, [a.nonempty]: !!e },
28
+ o == null ? void 0 : o.className
29
29
  );
30
- return /* @__PURE__ */ f("label", { ...s, className: _, "data-tx": "1.10.0", children: [
31
- /* @__PURE__ */ d("input", { type: "radio", className: b, disabled: m, ...p, ref: r }),
32
- /* @__PURE__ */ d("span", { className: o.radioIcon }),
33
- e && /* @__PURE__ */ d(x, { size: B[t], children: e })
30
+ return /* @__PURE__ */ f("label", { ...o, className: _, "data-tx": "1.11.0", children: [
31
+ /* @__PURE__ */ c("input", { type: "radio", className: b, disabled: m, ...p, ref: l }),
32
+ /* @__PURE__ */ c("span", { className: a.radioIcon }),
33
+ e && /* @__PURE__ */ c(x, { size: B[t], children: e })
34
34
  ] });
35
35
  });
36
36
  h.displayName = "Radio";