@sberbusiness/triplex-next 0.11.0 → 0.13.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 (431) hide show
  1. package/README.md +4 -4
  2. package/chunks/{AlertProcessSpoiler-NTQfGBrX.js → AlertProcessSpoiler-DQAI3bgu.js} +12 -12
  3. package/chunks/{CalendarViewItem-2IOAiJCi.js → CalendarViewItem-DML7yFTS.js} +18 -18
  4. package/chunks/Card.module-Bg8-F1uZ.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +14 -0
  6. package/chunks/{Chip-BtHrgIed.js → Chip-CI3sEzkq.js} +6 -6
  7. package/chunks/Confirm.module-C3SyV40Z.js +15 -0
  8. package/chunks/{DropdownListItem-CiE3zUVn.js → DropdownListItem-9VgfsLJP.js} +20 -20
  9. package/chunks/DropdownMobile.module-BLKzmRLM.js +23 -0
  10. package/chunks/Footer.module-D83FlUYZ.js +9 -0
  11. package/chunks/{FormFieldInput-DO7mZKjJ.js → FormFieldInput-DurMmok0.js} +17 -17
  12. package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +9 -0
  13. package/chunks/HeaderTabs.module-11xkKwN7.js +9 -0
  14. package/chunks/{HeaderTitle.module-Db-ProSl.js → HeaderTitle.module-e8_DcucZ.js} +2 -2
  15. package/chunks/IslandAccordion.module-C6INnFmn.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-q--xXUCF.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +9 -0
  18. package/chunks/{LightBoxContent-CdWfZopQ.js → LightBoxContent-Dpu6E3Cr.js} +15 -15
  19. package/chunks/LightBoxControls.module-BkW_w9PJ.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +8 -0
  21. package/chunks/{ListItemControlsButton-ABcLen-s.js → ListItemControlsButton-BMsTQr9O.js} +9 -9
  22. package/chunks/ListItemTail.module-CcT-PrXt.js +12 -0
  23. package/chunks/ListMasterFooter.module-CV05gXbo.js +10 -0
  24. package/chunks/ModalWindow.module-DlNg_kPu.js +17 -0
  25. package/chunks/Notification.module-C5D-8Dtt.js +21 -0
  26. package/chunks/Overlay.module-3QvWfMgh.js +18 -0
  27. package/chunks/Page.module-BV59uicx.js +11 -0
  28. package/chunks/{RightBorderArrow-CO-Xom11.js → RightBorderArrow-BQ_cZ8U3.js} +6 -6
  29. package/chunks/SMSField.module-BL9kkhHx.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +15 -0
  31. package/chunks/{SliderExtendedRail-BXD0TPpN.js → SliderExtendedRail-oI7nifMP.js} +10 -10
  32. package/chunks/StatusTracker.module-CtjfmWAE.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-CN-2l1Nh.js → SuggestFieldMobileDropdownHint-Bilm-Pwh.js} +4 -4
  34. package/chunks/TableFooter.module-Bq2Lm9CG.js +14 -0
  35. package/chunks/TabsExtended.module-D0-Tp3Ed.js +16 -0
  36. package/chunks/TabsLine.module-D0stwkA6.js +21 -0
  37. package/chunks/TooltipDesktop.module-DUucrF7X.js +19 -0
  38. package/chunks/TreeView.module-CEYl8PNr.js +9 -0
  39. package/chunks/UploadZoneInput-CfYPrkK_.js +33 -0
  40. package/chunks/{utils-JjvCkK44.js → utils-16fU9G4P.js} +6 -6
  41. package/chunks/utils-Bu0wcDBu.js +73 -0
  42. package/chunks/utils-CC47I1cc.js +24 -0
  43. package/chunks/utils-Ccw--G8d.js +20 -0
  44. package/chunks/{utils-DK364Pn0.js → utils-SerS_ys8.js} +6 -6
  45. package/chunks/{vendor-BlJo2ILB.js → vendor-BARd5eYq.js} +5008 -5131
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +3 -3
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +3 -3
  52. package/components/AmountField/AmountField.js +50 -42
  53. package/components/Avatar/Avatar.js +27 -0
  54. package/components/Avatar/enums.js +5 -0
  55. package/components/Avatar/index.js +7 -0
  56. package/components/Avatar/types.js +2 -0
  57. package/components/Body/Body.js +7 -7
  58. package/components/Button/Button.js +21 -21
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +40 -40
  61. package/components/Button/ButtonDropdownExtended.js +5 -5
  62. package/components/Button/ButtonIcon.js +9 -9
  63. package/components/Calendar/Calendar.js +3 -3
  64. package/components/Calendar/CalendarContext.js +1 -1
  65. package/components/Calendar/components/CalendarControls.js +1 -1
  66. package/components/Calendar/components/CalendarFooter.js +1 -1
  67. package/components/Calendar/components/CalendarViewDays.js +2 -2
  68. package/components/Calendar/components/CalendarViewItem.js +2 -2
  69. package/components/Calendar/components/CalendarViewMonths.js +2 -2
  70. package/components/Calendar/components/CalendarViewYears.js +2 -2
  71. package/components/Calendar/utils.js +1 -1
  72. package/components/Card/CardAction.js +15 -15
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +2 -2
  81. package/components/Checkbox/Checkbox.js +15 -15
  82. package/components/Checkbox/CheckboxXGroup.js +14 -14
  83. package/components/Checkbox/CheckboxYGroup.js +6 -6
  84. package/components/CheckboxTree/CheckboxTree.js +14 -13
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
  86. package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +39 -46
  90. package/components/Chip/Chip.js +2 -2
  91. package/components/Chip/ChipClearButton.js +5 -5
  92. package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
  93. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  94. package/components/Chip/ChipDropdownArrow.js +4 -4
  95. package/components/Chip/ChipIcon.js +1 -1
  96. package/components/Chip/ChipMultiselect.js +2 -2
  97. package/components/Chip/ChipOptions.js +9 -9
  98. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  99. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  100. package/components/Chip/ChipSort.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  103. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  104. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +11 -11
  105. package/components/Chip/index.js +1 -1
  106. package/components/ChipGroup/ChipGroup.js +16 -16
  107. package/components/Col/Col.js +137 -137
  108. package/components/CollapsableTree/components/CollapsableTreeNode.js +4 -4
  109. package/components/Confirm/Confirm.js +2 -2
  110. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  111. package/components/Confirm/components/ConfirmContent.js +2 -2
  112. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  113. package/components/Confirm/components/ConfirmControls.js +2 -2
  114. package/components/DateField/DateField.js +3 -3
  115. package/components/DateField/utils.js +1 -1
  116. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  117. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
  118. package/components/DateRange/DateRange.js +5 -5
  119. package/components/DateRange/index.js +7 -0
  120. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  121. package/components/DesignTokens/DesignTokensComponents.js +96 -99
  122. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -95
  123. package/components/DesignTokens/components/Avatar.js +9 -0
  124. package/components/DesignTokens/components/LightBox.js +1 -1
  125. package/components/DesignTokens/components/index.js +149 -149
  126. package/components/Divider/Divider.js +18 -18
  127. package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
  128. package/components/Dropdown/desktop/DropdownDesktop.js +13 -13
  129. package/components/Dropdown/desktop/DropdownList.js +2 -2
  130. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  131. package/components/Dropdown/desktop/index.js +1 -1
  132. package/components/Dropdown/index.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  140. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  142. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  143. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  144. package/components/Ellipsis/Ellipsis.js +6 -6
  145. package/components/ExpandAnimation/ExpandAnimation.js +11 -11
  146. package/components/Footer/Footer.js +1 -1
  147. package/components/Footer/components/FooterDescription.js +2 -2
  148. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  149. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  150. package/components/FormField/FormField.js +53 -47
  151. package/components/FormField/components/FormFieldClear.js +6 -6
  152. package/components/FormField/components/FormFieldCounter.js +5 -5
  153. package/components/FormField/components/FormFieldDescription.js +9 -9
  154. package/components/FormField/components/FormFieldInput.js +2 -2
  155. package/components/FormField/components/FormFieldLabel.js +15 -15
  156. package/components/FormField/components/FormFieldMaskedInput.js +6 -6
  157. package/components/FormField/components/FormFieldPostfix.js +6 -6
  158. package/components/FormField/components/FormFieldPrefix.js +2 -2
  159. package/components/FormField/components/FormFieldTarget.js +18 -18
  160. package/components/FormField/components/FormFieldTextarea.js +11 -11
  161. package/components/FormField/index.js +16 -15
  162. package/components/Header/Header.js +1 -1
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  165. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  166. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
  167. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  169. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  172. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  173. package/components/HelpBox/HelpBox.js +49 -50
  174. package/components/Island/Island.js +2 -2
  175. package/components/Island/components/IslandBody.js +5 -5
  176. package/components/Island/components/IslandFooter.js +4 -4
  177. package/components/Island/components/IslandHeader.js +2 -2
  178. package/components/Island/utils.js +1 -1
  179. package/components/IslandAccordion/IslandAccordion.js +3 -3
  180. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  181. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  182. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  183. package/components/IslandWidget/IslandWidget.js +11 -11
  184. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
  185. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  189. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
  192. package/components/LightBox/LightBox.js +11 -11
  193. package/components/LightBox/LightBoxContent.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  195. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  202. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +14 -12
  203. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +11 -9
  204. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  205. package/components/Link/Link.js +11 -11
  206. package/components/List/List.js +5 -5
  207. package/components/List/ListSortable.js +1 -1
  208. package/components/List/components/ListEmptyState.js +2 -2
  209. package/components/List/components/ListItem.js +1 -1
  210. package/components/List/components/ListItemContent.js +6 -6
  211. package/components/List/components/ListItemControls.js +6 -6
  212. package/components/List/components/ListItemControlsButton.js +2 -2
  213. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  214. package/components/List/components/ListItemLoading.js +5 -5
  215. package/components/List/components/ListItemSelectable.js +17 -17
  216. package/components/List/components/ListItemTable.js +4 -4
  217. package/components/List/components/ListItemTailLeft.js +2 -2
  218. package/components/List/components/ListItemTailRight.js +2 -2
  219. package/components/List/components/ListSortableItem.js +2 -2
  220. package/components/List/components/ListSortableItemControls.js +5 -5
  221. package/components/List/components/ListSortableItemTarget.js +2 -2
  222. package/components/List/index.js +1 -1
  223. package/components/ListMaster/ListMaster.js +1 -1
  224. package/components/ListMaster/components/ListMasterBody.js +1 -1
  225. package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
  226. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  227. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  228. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  229. package/components/ListMaster/components/ListMasterHeader.js +13 -13
  230. package/components/ListMaster/components/SelectionControls.js +3 -3
  231. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  232. package/components/Loader/LoaderSmall/LoaderSmall.js +13 -13
  233. package/components/LoaderScreen/LoaderScreen.js +8 -8
  234. package/components/Marker/Marker.js +2 -2
  235. package/components/Marker/utils.js +1 -1
  236. package/components/MarkerStatus/MarkerStatus.js +7 -7
  237. package/components/ModalWindow/ModalWindow.js +2 -2
  238. package/components/ModalWindow/components/ModalWindowBody.js +2 -2
  239. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  240. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  242. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  243. package/components/MonthYearField/utils.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  245. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +19 -14
  246. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  247. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  248. package/components/Notification/Notification.js +3 -3
  249. package/components/Notification/NotificationGrouped.js +1 -1
  250. package/components/Notification/components/NotificationBody.js +1 -1
  251. package/components/Notification/components/NotificationBodyContent.js +1 -1
  252. package/components/Notification/components/NotificationBodyList.js +2 -2
  253. package/components/Notification/components/NotificationClose.js +1 -1
  254. package/components/Notification/components/NotificationFooter.js +1 -1
  255. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  256. package/components/Notification/components/NotificationHeader.js +1 -1
  257. package/components/Notification/components/NotificationIcon.js +1 -1
  258. package/components/Notification/components/NotificationTime.js +1 -1
  259. package/components/NotificationIcon/NotificationIcon.js +4 -4
  260. package/components/NumberField/NumberFieldInput.js +2 -2
  261. package/components/OrderedList/OrderedList.js +3 -3
  262. package/components/OrderedList/OrderedListItem.js +11 -11
  263. package/components/Overlay/Overlay.js +2 -2
  264. package/components/Overlay/OverlayMask.js +2 -2
  265. package/components/Overlay/OverlayPanel.js +2 -2
  266. package/components/Page/Page.js +2 -2
  267. package/components/Page/components/BodyPage.js +5 -5
  268. package/components/Page/components/FooterPage.js +2 -2
  269. package/components/Page/components/HeaderPage.js +2 -2
  270. package/components/Pagination/components/PaginationExtended.js +9 -9
  271. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  272. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  273. package/components/Pagination/components/PaginationPageButton.js +2 -2
  274. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  275. package/components/Pagination/components/PaginationSelect.js +32 -24
  276. package/components/Pagination/utils/paginationUtils.js +1 -1
  277. package/components/Radio/Radio.js +18 -18
  278. package/components/Radio/RadioXGroup.js +10 -10
  279. package/components/Radio/RadioYGroup.js +2 -2
  280. package/components/Row/Row.js +7 -7
  281. package/components/SMSField/SMSField.js +3 -3
  282. package/components/SMSField/components/RefreshIcon.js +2 -2
  283. package/components/SMSField/components/SMSFieldInput.js +3 -3
  284. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  285. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  286. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  287. package/components/SegmentedControl/SegmentedControl.js +10 -10
  288. package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
  289. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  290. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  291. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -81
  292. package/components/SelectField/SelectField.js +1 -1
  293. package/components/Skeleton/Skeleton.js +8 -8
  294. package/components/SliderExtended/SliderExtended.js +3 -3
  295. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  296. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  297. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  298. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  299. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
  300. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
  301. package/components/SmallInput/SmallInput.js +5 -5
  302. package/components/Spoiler/Spoiler.js +13 -13
  303. package/components/StatusTracker/StatusTracker.js +3 -3
  304. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  314. package/components/Step/Step.js +12 -12
  315. package/components/Stepper/RightBorderArrow.js +1 -1
  316. package/components/Stepper/Stepper.js +2 -2
  317. package/components/Stepper/StepperExtended.js +4 -4
  318. package/components/Stepper/StepperStep.js +3 -3
  319. package/components/Stepper/StepperWrapper.js +5 -5
  320. package/components/Suggest/Suggest.js +1 -1
  321. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  322. package/components/SuggestField/SuggestField.js +1 -1
  323. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  324. package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
  325. package/components/SuggestField/desktop/SuggestFieldDesktop.js +6 -6
  326. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  327. package/components/SuggestField/index.js +1 -1
  328. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  329. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  330. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  331. package/components/SuggestField/mobile/index.js +1 -1
  332. package/components/SwipeableArea/SwipeableArea.js +15 -15
  333. package/components/Table/FilterPanel.js +6 -6
  334. package/components/Table/MasterTable.js +3 -3
  335. package/components/Table/NoColumns.js +4 -4
  336. package/components/Table/PaginationPanel.js +3 -3
  337. package/components/Table/TableBasic/TableBasic.js +2 -2
  338. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  339. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  340. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  341. package/components/Table/TableBasicSettings/TableBasicSettings.js +10 -10
  342. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
  343. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  344. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  346. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  347. package/components/Table/TableFooter/TableFooter.js +2 -2
  348. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  349. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  351. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  352. package/components/Table/TabsLinePanel.js +6 -6
  353. package/components/Table/TabsLinePanelLinks.js +6 -6
  354. package/components/Table/utils.js +1 -1
  355. package/components/Tabs/Tabs.js +30 -29
  356. package/components/TabsExtended/TabsExtended.js +3 -3
  357. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  361. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  362. package/components/TabsExtended/utils.js +1 -1
  363. package/components/TabsLine/TabsLine.js +2 -2
  364. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  365. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  366. package/components/TabsLine/components/TabsLineItem.js +2 -2
  367. package/components/TabsLine/components/TabsLineMobile.js +6 -6
  368. package/components/Tag/Tag.js +24 -24
  369. package/components/TagColor/TagColor.js +11 -11
  370. package/components/TagGroup/TagGroup.js +14 -14
  371. package/components/TextField/TextField.js +1 -1
  372. package/components/TextareaField/TextareaField.js +2 -2
  373. package/components/ThemeProvider/ThemeProvider.js +1 -1
  374. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  375. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  376. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  377. package/components/Tooltip/components/common/TooltipXButton.js +8 -8
  378. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  379. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  380. package/components/Tooltip/components/mobile/TooltipMobile.js +37 -36
  381. package/components/TopOverlay/TopOverlay.js +25 -25
  382. package/components/TreeView/TreeView.js +2 -2
  383. package/components/TreeView/components/TreeViewGroup.js +1 -1
  384. package/components/TreeView/components/TreeViewNode.js +2 -2
  385. package/components/Typography/Caption.js +11 -11
  386. package/components/Typography/Text.js +18 -18
  387. package/components/Typography/Title.js +18 -18
  388. package/components/Typography/utils.js +1 -1
  389. package/components/UnorderedList/UnorderedList.js +3 -3
  390. package/components/UnorderedList/UnorderedListItem.js +7 -7
  391. package/components/UploadZone/UploadZone.js +69 -91
  392. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  393. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  394. package/components/index.js +556 -547
  395. package/consts/DateConst.js +1 -1
  396. package/index.d.ts +123 -33
  397. package/index.js +598 -589
  398. package/package.json +10 -2
  399. package/styles/triplex-next.css +534 -535
  400. package/utils/amountUtils.js +1 -1
  401. package/chunks/Card.module-CTH4ur-u.js +0 -17
  402. package/chunks/CheckboxTreeExtended.module-DKqKzsOD.js +0 -11
  403. package/chunks/Confirm.module-DSBC6Yw1.js +0 -15
  404. package/chunks/DropdownMobile.module-wrANtbau.js +0 -23
  405. package/chunks/Footer.module-Dcht4j1M.js +0 -9
  406. package/chunks/HeaderLayoutSidebar.module-Bk1s4R6K.js +0 -9
  407. package/chunks/HeaderTabs.module-DQtcQlY-.js +0 -9
  408. package/chunks/IslandAccordion.module-Bzf6LSEv.js +0 -25
  409. package/chunks/IslandWidgetFooter.module-BAka54Z0.js +0 -9
  410. package/chunks/IslandWidgetHeader.module-D0IG5uT2.js +0 -9
  411. package/chunks/LightBoxControls.module-B_wOBHqj.js +0 -16
  412. package/chunks/LightBoxSideOverlayClose.module-LYfcE0NM.js +0 -8
  413. package/chunks/ListItemTail.module-BrfPnk8y.js +0 -12
  414. package/chunks/ListMasterFooter.module-BMZXwZ7J.js +0 -10
  415. package/chunks/ModalWindow.module-h07HG756.js +0 -17
  416. package/chunks/Notification.module-D0gwzw2G.js +0 -21
  417. package/chunks/Overlay.module-bxX7Sw1v.js +0 -18
  418. package/chunks/Page.module-QEvU_pYT.js +0 -11
  419. package/chunks/SMSField.module-BXwYRXqL.js +0 -16
  420. package/chunks/SliderExtendedMarks.module-B7ILUATa.js +0 -15
  421. package/chunks/StatusTracker.module-B9ddfVz8.js +0 -24
  422. package/chunks/TableFooter.module-BJXoCeSm.js +0 -14
  423. package/chunks/TabsExtended.module-Bz6DCd7L.js +0 -16
  424. package/chunks/TabsLine.module-CGVMZUpJ.js +0 -21
  425. package/chunks/TooltipDesktop.module-Czj3LOl5.js +0 -19
  426. package/chunks/TreeView.module-BNdrvQFP.js +0 -9
  427. package/chunks/UploadZoneInput-D41J-S68.js +0 -35
  428. package/chunks/utils-B705lf16.js +0 -24
  429. package/chunks/utils-CEIGazsY.js +0 -73
  430. package/chunks/utils-CG0eQjCw.js +0 -20
  431. package/components/DesignTokens/components/AmountField.js +0 -11
@@ -1,12 +1,12 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-BlJo2ILB.js";
3
- const d = "multiselectFieldHeader__47820000", c = {
4
- multiselectFieldHeader: d
2
+ import { c as i } from "../../../chunks/vendor-BARd5eYq.js";
3
+ const c = "multiselectFieldHeader__c171f798", d = {
4
+ multiselectFieldHeader: c
5
5
  }, m = ({
6
6
  children: e,
7
7
  className: l,
8
8
  ...t
9
- }) => /* @__PURE__ */ s("div", { className: i(c.multiselectFieldHeader, l), ...t, children: e });
9
+ }) => /* @__PURE__ */ s("div", { className: i(d.multiselectFieldHeader, l), ...t, children: e });
10
10
  export {
11
11
  m as MultiselectFieldDropdownHeader
12
12
  };
@@ -1,10 +1,10 @@
1
1
  import { jsx as f } from "react/jsx-runtime";
2
- import { c as l } from "../../chunks/vendor-BlJo2ILB.js";
2
+ import { c as l } from "../../chunks/vendor-BARd5eYq.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-D0gwzw2G.js";
7
+ import { s as i } from "../../chunks/Notification.module-C5D-8Dtt.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": "0.11.0",
27
+ "data-tx": "0.13.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-D0gwzw2G.js";
3
+ import { s as e } from "../../chunks/Notification.module-C5D-8Dtt.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-D0gwzw2G.js";
6
+ import { s as f } from "../../../chunks/Notification.module-C5D-8Dtt.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-D0gwzw2G.js";
2
+ import { s as i } from "../../../chunks/Notification.module-C5D-8Dtt.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-D0gwzw2G.js";
5
- import { c as e } from "../../../chunks/vendor-BlJo2ILB.js";
4
+ import { s as a } from "../../../chunks/Notification.module-C5D-8Dtt.js";
5
+ import { c as e } from "../../../chunks/vendor-BARd5eYq.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-D0gwzw2G.js";
8
+ import { s as m } from "../../../chunks/Notification.module-C5D-8Dtt.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-D0gwzw2G.js";
2
+ import { s as i } from "../../../chunks/Notification.module-C5D-8Dtt.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-BlJo2ILB.js";
3
- import { s as o } from "../../../chunks/Notification.module-D0gwzw2G.js";
2
+ import { c as i } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import { s as o } from "../../../chunks/Notification.module-C5D-8Dtt.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-D0gwzw2G.js";
2
+ import { s as a } from "../../../chunks/Notification.module-C5D-8Dtt.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-D0gwzw2G.js";
2
+ import { s as t } from "../../../chunks/Notification.module-C5D-8Dtt.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-D0gwzw2G.js";
2
+ import { s as t } from "../../../chunks/Notification.module-C5D-8Dtt.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -1,8 +1,8 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { c as t } from "../../chunks/vendor-BlJo2ILB.js";
3
- const c = "notificationIcon__f599be90", a = {
4
- notificationIcon: c
5
- }, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: t(a.notificationIcon, o) });
2
+ import { c } from "../../chunks/vendor-BARd5eYq.js";
3
+ const t = "notificationIcon__89fe3c3e", a = {
4
+ notificationIcon: t
5
+ }, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: c(a.notificationIcon, o) });
6
6
  s.displayName = "NotificationIcon";
7
7
  export {
8
8
  s as NotificationIcon
@@ -1,12 +1,12 @@
1
1
  import { jsx as g } from "react/jsx-runtime";
2
2
  import h, { useCallback as l } from "react";
3
- import "../FormField/FormFieldContext.js";
3
+ import "../FormField/FormField.js";
4
4
  import "../FormField/components/FormFieldDescription.js";
5
5
  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-DO7mZKjJ.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-DurMmok0.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -1,8 +1,8 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import o from "react";
3
- import { c as d } from "../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as d } from "../../chunks/vendor-BARd5eYq.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const m = "orderedList__9788c1e5", a = {
5
+ const m = "orderedList__037a964b", a = {
6
6
  orderedList: m
7
7
  }, c = Object.assign(
8
8
  o.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
@@ -10,7 +10,7 @@ const m = "orderedList__9788c1e5", a = {
10
10
  {
11
11
  className: d(a.orderedList, r),
12
12
  ...e,
13
- "data-tx": "0.11.0",
13
+ "data-tx": "0.13.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,27 +1,27 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as s } from "../../chunks/vendor-BARd5eYq.js";
4
4
  import "../Typography/Title.js";
5
- import { Text as i } from "../Typography/Text.js";
5
+ import { Text as d } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
- import { ETextSize as d } from "../Typography/enums.js";
8
- const a = "orderedListItem__cc142c4b", c = {
7
+ import { ETextSize as i } from "../Typography/enums.js";
8
+ const a = "orderedListItem__1d3bd569", p = {
9
9
  orderedListItem: a
10
- }, p = m.forwardRef(
10
+ }, c = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
- i,
12
+ d,
13
13
  {
14
- className: s(c.orderedListItem, t),
15
- size: d.B3,
14
+ className: s(p.orderedListItem, t),
15
+ size: i.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "0.11.0",
18
+ "data-tx": "0.13.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
@@ -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-BlJo2ILB.js";
3
+ import { c as u } from "../../chunks/vendor-BARd5eYq.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-bxX7Sw1v.js";
7
+ import { s as r } from "../../chunks/Overlay.module-3QvWfMgh.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-BlJo2ILB.js";
4
- import { s as a } from "../../chunks/Overlay.module-bxX7Sw1v.js";
3
+ import { c as t } from "../../chunks/vendor-BARd5eYq.js";
4
+ import { s as a } from "../../chunks/Overlay.module-3QvWfMgh.js";
5
5
  const p = l.forwardRef(({ className: r, opened: s, ...o }, e) => /* @__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 P } from "../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as P } from "../../chunks/vendor-BARd5eYq.js";
4
4
  import { EOverlayDirection as a } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-bxX7Sw1v.js";
5
+ import { s as e } from "../../chunks/Overlay.module-3QvWfMgh.js";
6
6
  const T = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -1,10 +1,10 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as i } from "../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as i } from "../../chunks/vendor-BARd5eYq.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-QEvU_pYT.js";
7
+ import { s as o } from "../../chunks/Page.module-BV59uicx.js";
8
8
  import "./components/enums.js";
9
9
  const c = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, m) {
@@ -1,25 +1,25 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { Body as c } from "../../Body/Body.js";
4
- import { c as d } from "../../../chunks/vendor-BlJo2ILB.js";
4
+ import { c as d } from "../../../chunks/vendor-BARd5eYq.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__81727de3", P = "verticalMargin24__a05321f2", v = "verticalMargin16__abf9dfa3", o = {
8
+ const f = "bodyPage__292205ac", P = "verticalMargin24__9f5262e4", v = "verticalMargin16__619f04c2", o = {
9
9
  bodyPage: f,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
12
12
  }, _ = {
13
13
  [r.LARGE]: o.verticalMargin24,
14
14
  [r.SMALL]: o.verticalMargin16
15
- }, b = m.forwardRef(
15
+ }, E = m.forwardRef(
16
16
  ({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
17
17
  const t = d(s, o.bodyPage, _[g]);
18
18
  return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
- b.displayName = "BodyPage";
21
+ E.displayName = "BodyPage";
22
22
  export {
23
- b as BodyPage
23
+ E as BodyPage
24
24
  };
25
25
  //# sourceMappingURL=BodyPage.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import R, { useRef as u } from "react";
3
- import { c as T } from "../../../chunks/vendor-BlJo2ILB.js";
3
+ import { c as T } from "../../../chunks/vendor-BARd5eYq.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 y } 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 n } from "../../../chunks/Page.module-QEvU_pYT.js";
12
+ import { s as n } from "../../../chunks/Page.module-BV59uicx.js";
13
13
  const N = Object.assign(
14
14
  R.forwardRef(
15
15
  ({ className: m, type: r, size: a, sticky: p, ...f }, 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 l } from "../../../chunks/vendor-BlJo2ILB.js";
5
+ import { c as l } from "../../../chunks/vendor-BARd5eYq.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-QEvU_pYT.js";
9
+ import { s as i } from "../../../chunks/Page.module-BV59uicx.js";
10
10
  const C = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,15 +1,15 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor-BlJo2ILB.js";
3
- import d from "react";
4
- const r = "paginationExtended__62ac98e0", s = {
1
+ import { jsx as d } from "react/jsx-runtime";
2
+ import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import i from "react";
4
+ const r = "paginationExtended__d4dcf6f9", s = {
5
5
  paginationExtended: r
6
- }, x = d.forwardRef(
7
- ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
6
+ }, x = i.forwardRef(
7
+ ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ d(
8
8
  "nav",
9
9
  {
10
- className: i(s.paginationExtended, a),
11
- "data-tx": "0.11.0",
12
- ...n,
10
+ className: o(s.paginationExtended, n),
11
+ "data-tx": "0.13.0",
12
+ ...a,
13
13
  ref: e,
14
14
  children: t
15
15
  }
@@ -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 g = "paginationNavigationButton__5c426d61", N = "directionIconNext__d7d3ef88", n = {
7
+ const g = "paginationNavigationButton__ad2434c3", N = "directionIconNext__e7475249", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, d = c.forwardRef(
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 g = "paginationNavigationButton__5c426d61", N = "directionIconNext__d7d3ef
22
22
  );
23
23
  }
24
24
  );
25
- d.displayName = "PaginationNavigationButton";
25
+ I.displayName = "PaginationNavigationButton";
26
26
  export {
27
- d 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
- import { c as d } from "../../../chunks/vendor-BlJo2ILB.js";
4
- const g = "paginationNavigationExtended__936167a1", r = {
3
+ import { c as d } from "../../../chunks/vendor-BARd5eYq.js";
4
+ const g = "paginationNavigationExtended__9a613e9f", r = {
5
5
  paginationNavigationExtended: g
6
6
  }, s = e.forwardRef(
7
7
  ({ children: a, className: i, ...n }, t) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, i), ...n, ref: t, children: a })
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import g from "react";
3
- import { c } from "../../../chunks/vendor-BlJo2ILB.js";
4
- const s = "paginationPageButton__8f3e1e8d", u = "currentPage__8c355fb2", a = {
3
+ import { c } from "../../../chunks/vendor-BARd5eYq.js";
4
+ const s = "paginationPageButton__9fa15822", u = "currentPage__f8846b7f", a = {
5
5
  paginationPageButton: s,
6
6
  currentPage: u
7
7
  }, P = g.forwardRef(
@@ -1,7 +1,7 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
- import { c as e } from "../../../chunks/vendor-BlJo2ILB.js";
2
+ import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__e9864bb9", r = {
4
+ const t = "pageEllipsis__c6b9282e", 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 })
@@ -1,35 +1,43 @@
1
- import { jsxs as g, jsx as t } from "react/jsx-runtime";
2
- import S, { useRef as f } from "react";
3
- import { a as x, c as N } from "../../../chunks/vendor-BlJo2ILB.js";
1
+ import { jsxs as d, jsx as n } from "react/jsx-runtime";
2
+ import g, { useState as f } from "react";
3
+ import { a as u, c as x } from "../../../chunks/vendor-BARd5eYq.js";
4
4
  import "../../Typography/Title.js";
5
- import { Text as v } from "../../Typography/Text.js";
5
+ import { Text as b } from "../../Typography/Text.js";
6
6
  import "../../Typography/Caption.js";
7
- import { ETextSize as b } from "../../Typography/enums.js";
8
- const h = "paginationSelect__addd6486", _ = "paginationSelectControl__8565b01a", o = {
9
- paginationSelect: h,
10
- paginationSelectControl: _
11
- }, y = S.forwardRef(
12
- ({ paginationLabel: c, className: s, hidden: d, options: i, value: n, onChange: a }, m) => {
13
- const r = f(`Pagination-${x()}`), p = i && i.length > 0 ? i : [10, 20, 50, 100], u = (e) => {
14
- const l = Number(e.target.value);
15
- Number.isNaN(l) || a == null || a(l);
16
- };
17
- return d ? null : /* @__PURE__ */ g("div", { className: N(o.paginationSelect, s), ref: m, children: [
18
- /* @__PURE__ */ t(v, { size: b.B3, id: r.current, children: c }),
19
- /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
- "select",
7
+ import { ETextSize as C } from "../../Typography/enums.js";
8
+ import { SelectField as h } from "../../SelectField/SelectField.js";
9
+ import { EComponentSize as v } from "../../../enums/EComponentSize.js";
10
+ const z = "paginationSelect__3dfc1f39", P = "paginationSelectControl__65cf2909", l = {
11
+ paginationSelect: z,
12
+ paginationSelectControl: P
13
+ }, _ = g.forwardRef(
14
+ ({ paginationLabel: o, className: r, hidden: c, options: e, value: t, onChange: s }, m) => {
15
+ const [a] = f(() => `Pagination-${u()}`), p = (e && e.length > 0 ? e : [10, 20, 50, 100]).map((i) => ({
16
+ id: String(i),
17
+ value: String(i),
18
+ label: String(i)
19
+ })), S = t !== void 0 ? { id: String(t), value: String(t), label: String(t) } : void 0;
20
+ return c ? null : /* @__PURE__ */ d("div", { className: x(l.paginationSelect, r), ref: m, children: [
21
+ /* @__PURE__ */ n(b, { size: C.B3, id: a, children: o }),
22
+ /* @__PURE__ */ n("div", { className: l.paginationSelectControl, children: /* @__PURE__ */ n(
23
+ h,
21
24
  {
22
- "aria-labelledby": r.current,
23
- value: n !== void 0 ? String(n) : void 0,
24
- onChange: u,
25
- children: p.map((e) => /* @__PURE__ */ t("option", { value: e, children: e }, e))
25
+ size: v.SM,
26
+ value: S,
27
+ mobileTitle: o,
28
+ options: p,
29
+ onChange: s,
30
+ targetProps: {
31
+ fieldLabel: ""
32
+ },
33
+ "aria-labelledby": a
26
34
  }
27
35
  ) })
28
36
  ] });
29
37
  }
30
38
  );
31
- y.displayName = "PaginationSelect";
39
+ _.displayName = "PaginationSelect";
32
40
  export {
33
- y as PaginationSelect
41
+ _ as PaginationSelect
34
42
  };
35
43
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,4 +1,4 @@
1
- import { m as R } from "../../../chunks/vendor-BlJo2ILB.js";
1
+ import { m as R } from "../../../chunks/vendor-BARd5eYq.js";
2
2
  const t = -1, h = {
3
3
  // Создание массива чисел в заданном диапазоне с заданным шагом.
4
4
  generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
@@ -1,13 +1,13 @@
1
- import { jsxs as f, jsx as c } from "react/jsx-runtime";
1
+ import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as n } from "../../chunks/vendor-BlJo2ILB.js";
3
+ import { c } from "../../chunks/vendor-BARd5eYq.js";
4
4
  import "../Typography/Title.js";
5
5
  import { Text as x } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
- import { ETextSize as i } from "../Typography/enums.js";
8
- import { EComponentSize as s } from "../../enums/EComponentSize.js";
7
+ import { ETextSize as m } from "../Typography/enums.js";
8
+ import { EComponentSize as a } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__2f3c9f05", M = "sm__62bcaacc", T = "nonempty__d36f7116", S = "md__8cbee351", I = "lg__eba76a7b", R = "disabled__baef41fc", g = "radio__cd4d65fc", u = "radioIcon__2d4bcd6a", a = {
10
+ const y = "label__1cb9f1f1", M = "sm__453632d6", T = "nonempty__f8349189", S = "md__1f2b900a", I = "lg__b2aca712", R = "disabled__7711fe6b", g = "radio__e5de7eb8", u = "radioIcon__ab8f78b3", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -17,20 +17,20 @@ const y = "label__2f3c9f05", M = "sm__62bcaacc", T = "nonempty__d36f7116", S = "
17
17
  radio: g,
18
18
  radioIcon: u
19
19
  }, B = {
20
- [s.LG]: i.B2,
21
- [s.MD]: i.B3,
22
- [s.SM]: i.B3
23
- }, C = z(a), h = N.forwardRef((d, r) => {
24
- const { children: e, className: l, disabled: m, labelAttributes: o, size: t = s.MD, ...p } = d, b = n(a.radio, l, C[t]), _ = n(
25
- a.label,
26
- a[t],
27
- { [a.disabled]: !!m, [a.nonempty]: !!e },
28
- o == null ? void 0 : o.className
20
+ [a.LG]: m.B2,
21
+ [a.MD]: m.B3,
22
+ [a.SM]: m.B3
23
+ }, C = z(o), h = N.forwardRef((r, d) => {
24
+ const { children: e, className: l, disabled: n, labelAttributes: s, size: t = a.MD, ...p } = r, b = c(o.radio, l, C[t]), _ = c(
25
+ o.label,
26
+ o[t],
27
+ { [o.disabled]: !!n, [o.nonempty]: !!e },
28
+ s == null ? void 0 : s.className
29
29
  );
30
- return /* @__PURE__ */ f("label", { ...o, className: _, "data-tx": "0.11.0", children: [
31
- /* @__PURE__ */ c("input", { type: "radio", className: b, disabled: m, ...p, ref: r }),
32
- /* @__PURE__ */ c("span", { className: a.radioIcon }),
33
- e && /* @__PURE__ */ c(x, { size: B[t], children: e })
30
+ return /* @__PURE__ */ f("label", { ...s, className: _, "data-tx": "0.13.0", children: [
31
+ /* @__PURE__ */ i("input", { type: "radio", className: b, disabled: n, ...p, ref: d }),
32
+ /* @__PURE__ */ i("span", { className: o.radioIcon }),
33
+ e && /* @__PURE__ */ i(x, { size: B[t], children: e })
34
34
  ] });
35
35
  });
36
36
  h.displayName = "Radio";
@@ -1,14 +1,14 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { c as s } from "../../chunks/vendor-BlJo2ILB.js";
3
- const c = "radioXGroup__12f0517a", _ = "label__2f3c9f05", n = {
4
- radioXGroup: c,
5
- "indent-12": "indent-12__ab639c02",
6
- label: _,
7
- "indent-16": "indent-16__cb524110",
8
- "indent-20": "indent-20__e646c904",
9
- "indent-24": "indent-24__afe77b17",
10
- "indent-28": "indent-28__b111d6f6",
11
- "indent-32": "indent-32__b10df817"
2
+ import { c as s } from "../../chunks/vendor-BARd5eYq.js";
3
+ const _ = "radioXGroup__d476315b", c = "label__1cb9f1f1", n = {
4
+ radioXGroup: _,
5
+ "indent-12": "indent-12__ee97d65a",
6
+ label: c,
7
+ "indent-16": "indent-16__a69164df",
8
+ "indent-20": "indent-20__c411d005",
9
+ "indent-24": "indent-24__f202ebb7",
10
+ "indent-28": "indent-28__d72a7b9e",
11
+ "indent-32": "indent-32__ef4ebff4"
12
12
  }, l = (e) => {
13
13
  const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
14
  return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
@@ -1,6 +1,6 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { c as p } from "../../chunks/vendor-BlJo2ILB.js";
3
- const t = "radioYGroup__8785f993", d = {
2
+ import { c as p } from "../../chunks/vendor-BARd5eYq.js";
3
+ const t = "radioYGroup__866826bf", d = {
4
4
  radioYGroup: t
5
5
  }, e = (o) => {
6
6
  const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
@@ -1,11 +1,11 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { c as m } from "../../chunks/vendor-BlJo2ILB.js";
3
- const c = "row__03a11a90", i = "noPaddingBottom__af2b255b", o = {
4
- row: c,
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { c } from "../../chunks/vendor-BARd5eYq.js";
3
+ const m = "row__54ea9786", i = "noPaddingBottom__f057cd35", o = {
4
+ row: m,
5
5
  noPaddingBottom: i
6
- }, e = ({ children: t, className: n, paddingBottom: s = !0, ...a }) => {
7
- const r = m(n, o.row, { [o.noPaddingBottom]: !s });
8
- return /* @__PURE__ */ d("div", { className: r, ...a, children: t });
6
+ }, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
7
+ const d = c(n, o.row, { [o.noPaddingBottom]: !s });
8
+ return /* @__PURE__ */ a("div", { className: d, ...r, children: t });
9
9
  };
10
10
  e.displayName = "Row";
11
11
  export {