@sberbusiness/triplex-next 1.11.0 → 1.12.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 (422) hide show
  1. package/chunks/AlertProcessSpoiler-2ISgLMAv.js +39 -0
  2. package/chunks/{CalendarViewItem-GZv99LrE.js → CalendarViewItem-DM6giHDZ.js} +30 -30
  3. package/chunks/Card.module-B3p3ckTi.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-C9E_PNKd.js +11 -0
  5. package/chunks/{Chip-L25luM9A.js → Chip-DAuhowke.js} +16 -16
  6. package/chunks/Confirm.module-C8vukyYR.js +15 -0
  7. package/chunks/{DropdownListItem-QBxfm941.js → DropdownListItem-Dd97YDii.js} +15 -15
  8. package/chunks/DropdownMobile.module-CCITYoi5.js +23 -0
  9. package/chunks/Footer.module-CvMg6tX7.js +9 -0
  10. package/chunks/{FormFieldInput-ZCQQZs7b.js → FormFieldInput-CkbWg1jd.js} +16 -16
  11. package/chunks/HeaderLayoutSidebar.module-Dsxv0xGF.js +9 -0
  12. package/chunks/HeaderTabs.module-BByuDFWD.js +9 -0
  13. package/chunks/{HeaderTitle.module-C7KQyTXH.js → HeaderTitle.module-B5-wunmu.js} +2 -2
  14. package/chunks/IslandAccordion.module-xj0cP0m9.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-bDnVNRPn.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-BW5vlxfL.js +9 -0
  17. package/chunks/{LightBoxContent-D0toheNV.js → LightBoxContent-CkXwpIcr.js} +11 -11
  18. package/chunks/LightBoxControls.module-CzUVzNt3.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-DLin9oqm.js +8 -0
  20. package/chunks/{ListItemControlsButton-B0Qs0eEN.js → ListItemControlsButton-CzGamwTx.js} +9 -9
  21. package/chunks/ListItemTail.module-nXIzaumG.js +12 -0
  22. package/chunks/ListMasterFooter.module-DSwVh_Ga.js +10 -0
  23. package/chunks/ModalWindow.module-Cve8WlGX.js +17 -0
  24. package/chunks/Notification.module-CPxgLCeP.js +21 -0
  25. package/chunks/Overlay.module-CUGc7krZ.js +18 -0
  26. package/chunks/Page.module-F4pO41fd.js +11 -0
  27. package/chunks/{RightBorderArrow-B3TaRXow.js → RightBorderArrow-DCUUrij3.js} +17 -17
  28. package/chunks/SMSField.module-DsbfVxJI.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-gx4fpmmQ.js +15 -0
  30. package/chunks/{SliderExtendedRail-DP6nRRY0.js → SliderExtendedRail-BGydR8-k.js} +10 -10
  31. package/chunks/StatusTracker.module-BfU9IGap.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-C04_aHFB.js → SuggestFieldMobileDropdownHint-B1y2_WeW.js} +2 -2
  33. package/chunks/TableFooter.module-B85spOme.js +14 -0
  34. package/chunks/TabsExtended.module-D5Cengc4.js +16 -0
  35. package/chunks/TabsLine.module-BIWiErhn.js +21 -0
  36. package/chunks/TooltipDesktop.module-BHooJ0zu.js +19 -0
  37. package/chunks/TreeView.module-BlFF2oGU.js +9 -0
  38. package/chunks/UploadZoneInput-BERiqnOn.js +35 -0
  39. package/chunks/{utils-BWjaO0EE.js → utils-7DZsULe6.js} +14 -14
  40. package/chunks/utils-BSFj4o72.js +24 -0
  41. package/chunks/utils-Bn_7-Ayu.js +36 -0
  42. package/chunks/{utils-CDPE3P4X.js → utils-BxluXyQN.js} +8 -8
  43. package/chunks/utils-x7NpEaSu.js +20 -0
  44. package/chunks/{vendor-ClY57Zzq.js → vendor-CwhnMZ7o.js} +126 -109
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  47. package/components/Alert/AlertContext/AlertContext.js +15 -15
  48. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  49. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  50. package/components/Amount/Amount.js +6 -6
  51. package/components/AmountField/AmountField.js +47 -39
  52. package/components/Body/Body.js +4 -4
  53. package/components/Button/Button.js +35 -35
  54. package/components/Button/ButtonBase.js +1 -1
  55. package/components/Button/ButtonDropdown.js +27 -27
  56. package/components/Button/ButtonDropdownExtended.js +6 -6
  57. package/components/Button/ButtonIcon.js +8 -8
  58. package/components/Calendar/Calendar.js +6 -6
  59. package/components/Calendar/CalendarContext.js +1 -1
  60. package/components/Calendar/components/CalendarControls.js +1 -1
  61. package/components/Calendar/components/CalendarFooter.js +3 -3
  62. package/components/Calendar/components/CalendarViewDays.js +2 -2
  63. package/components/Calendar/components/CalendarViewItem.js +2 -2
  64. package/components/Calendar/components/CalendarViewMonths.js +2 -2
  65. package/components/Calendar/components/CalendarViewYears.js +2 -2
  66. package/components/Calendar/utils.js +1 -1
  67. package/components/Card/CardAction.js +21 -21
  68. package/components/Card/CardStatic.js +3 -3
  69. package/components/Card/components/CardContent/CardContent.js +2 -2
  70. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  71. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  72. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  73. package/components/Card/components/CardMedia.js +2 -2
  74. package/components/Card/utils.js +1 -1
  75. package/components/CarouselExtended/CarouselExtended.js +7 -7
  76. package/components/Checkbox/Checkbox.js +8 -8
  77. package/components/Checkbox/CheckboxXGroup.js +15 -15
  78. package/components/Checkbox/CheckboxYGroup.js +2 -2
  79. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  80. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  83. package/components/Chip/Chip.js +2 -2
  84. package/components/Chip/ChipClearButton.js +5 -5
  85. package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
  86. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  87. package/components/Chip/ChipDropdownArrow.js +4 -4
  88. package/components/Chip/ChipIcon.js +1 -1
  89. package/components/Chip/ChipMultiselect.js +2 -2
  90. package/components/Chip/ChipOptions.js +6 -6
  91. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  92. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  93. package/components/Chip/ChipSort.js +2 -2
  94. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  95. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  96. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  97. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  98. package/components/Chip/index.js +1 -1
  99. package/components/ChipGroup/ChipGroup.js +11 -11
  100. package/components/Col/Col.js +145 -145
  101. package/components/CollapsableTree/components/CollapsableTreeNode.js +17 -17
  102. package/components/Confirm/Confirm.js +2 -2
  103. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  104. package/components/Confirm/components/ConfirmContent.js +2 -2
  105. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  106. package/components/Confirm/components/ConfirmControls.js +2 -2
  107. package/components/DateField/DateField.js +2 -2
  108. package/components/DateField/utils.js +1 -1
  109. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  110. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
  111. package/components/DateRange/DateRange.js +2 -2
  112. package/components/DateRange/index.js +7 -0
  113. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  114. package/components/DesignTokens/DesignTokensComponents.js +90 -95
  115. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -97
  116. package/components/DesignTokens/components/index.js +153 -156
  117. package/components/Divider/Divider.js +18 -18
  118. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  119. package/components/Dropdown/desktop/DropdownDesktop.js +6 -6
  120. package/components/Dropdown/desktop/DropdownList.js +2 -2
  121. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  122. package/components/Dropdown/desktop/index.js +1 -1
  123. package/components/Dropdown/index.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  125. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  127. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  128. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  130. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
  135. package/components/Ellipsis/Ellipsis.js +14 -14
  136. package/components/ExpandAnimation/ExpandAnimation.js +9 -9
  137. package/components/Footer/Footer.js +1 -1
  138. package/components/Footer/components/FooterDescription.js +2 -2
  139. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  140. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  141. package/components/FormField/FormField.js +23 -23
  142. package/components/FormField/components/FormFieldClear.js +7 -7
  143. package/components/FormField/components/FormFieldCounter.js +4 -4
  144. package/components/FormField/components/FormFieldDescription.js +5 -5
  145. package/components/FormField/components/FormFieldInput.js +2 -2
  146. package/components/FormField/components/FormFieldLabel.js +13 -13
  147. package/components/FormField/components/FormFieldMaskedInput.js +27 -27
  148. package/components/FormField/components/FormFieldPostfix.js +6 -6
  149. package/components/FormField/components/FormFieldPrefix.js +2 -2
  150. package/components/FormField/components/FormFieldTarget.js +9 -9
  151. package/components/FormField/components/FormFieldTextarea.js +2 -2
  152. package/components/FormField/index.js +1 -1
  153. package/components/Header/Header.js +1 -1
  154. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  155. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  156. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  157. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +3 -3
  158. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  159. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  160. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  161. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  162. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  163. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  164. package/components/HelpBox/HelpBox.js +6 -6
  165. package/components/Island/Island.js +2 -2
  166. package/components/Island/components/IslandBody.js +4 -4
  167. package/components/Island/components/IslandFooter.js +4 -4
  168. package/components/Island/components/IslandHeader.js +2 -2
  169. package/components/Island/utils.js +1 -1
  170. package/components/IslandAccordion/IslandAccordion.js +3 -3
  171. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  172. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  173. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  174. package/components/IslandWidget/IslandWidget.js +7 -7
  175. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
  176. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  177. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  180. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  181. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  182. package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
  183. package/components/LightBox/LightBox.js +26 -26
  184. package/components/LightBox/LightBoxContent.js +2 -2
  185. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  186. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  187. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  188. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +19 -19
  190. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  191. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  192. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  193. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +4 -4
  194. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +10 -10
  195. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  196. package/components/Link/Link.js +6 -6
  197. package/components/List/List.js +5 -5
  198. package/components/List/ListSortable.js +1 -1
  199. package/components/List/components/ListEmptyState.js +4 -4
  200. package/components/List/components/ListItem.js +1 -1
  201. package/components/List/components/ListItemContent.js +7 -7
  202. package/components/List/components/ListItemControls.js +7 -7
  203. package/components/List/components/ListItemControlsButton.js +2 -2
  204. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  205. package/components/List/components/ListItemLoading.js +2 -2
  206. package/components/List/components/ListItemSelectable.js +7 -7
  207. package/components/List/components/ListItemTable.js +2 -2
  208. package/components/List/components/ListItemTailLeft.js +2 -2
  209. package/components/List/components/ListItemTailRight.js +2 -2
  210. package/components/List/components/ListSortableItem.js +6 -6
  211. package/components/List/components/ListSortableItemControls.js +2 -2
  212. package/components/List/components/ListSortableItemTarget.js +4 -4
  213. package/components/List/index.js +1 -1
  214. package/components/ListMaster/ListMaster.js +1 -1
  215. package/components/ListMaster/components/ListMasterBody.js +1 -1
  216. package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
  217. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  218. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  219. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  220. package/components/ListMaster/components/ListMasterHeader.js +2 -2
  221. package/components/ListMaster/components/SelectionControls.js +7 -7
  222. package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
  223. package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
  224. package/components/LoaderScreen/LoaderScreen.js +10 -10
  225. package/components/Marker/Marker.js +2 -2
  226. package/components/Marker/utils.js +1 -1
  227. package/components/MarkerStatus/MarkerStatus.js +12 -12
  228. package/components/ModalWindow/ModalWindow.js +2 -2
  229. package/components/ModalWindow/components/ModalWindowBody.js +10 -10
  230. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  231. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  232. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  233. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  234. package/components/MonthYearField/utils.js +1 -1
  235. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  236. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +2 -2
  237. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  238. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  239. package/components/Notification/Notification.js +3 -3
  240. package/components/Notification/NotificationGrouped.js +1 -1
  241. package/components/Notification/components/NotificationBody.js +1 -1
  242. package/components/Notification/components/NotificationBodyContent.js +1 -1
  243. package/components/Notification/components/NotificationBodyList.js +2 -2
  244. package/components/Notification/components/NotificationClose.js +1 -1
  245. package/components/Notification/components/NotificationFooter.js +1 -1
  246. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  247. package/components/Notification/components/NotificationHeader.js +1 -1
  248. package/components/Notification/components/NotificationIcon.js +1 -1
  249. package/components/Notification/components/NotificationTime.js +1 -1
  250. package/components/NotificationIcon/NotificationIcon.js +2 -2
  251. package/components/NumberField/NumberFieldInput.js +1 -1
  252. package/components/OrderedList/OrderedList.js +5 -5
  253. package/components/OrderedList/OrderedListItem.js +7 -7
  254. package/components/Overlay/Overlay.js +2 -2
  255. package/components/Overlay/OverlayMask.js +2 -2
  256. package/components/Overlay/OverlayPanel.js +2 -2
  257. package/components/Page/Page.js +2 -2
  258. package/components/Page/components/BodyPage.js +5 -5
  259. package/components/Page/components/FooterPage.js +2 -2
  260. package/components/Page/components/HeaderPage.js +2 -2
  261. package/components/Pagination/components/PaginationExtended.js +3 -3
  262. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  263. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  264. package/components/Pagination/components/PaginationPageButton.js +8 -8
  265. package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
  266. package/components/Pagination/components/PaginationSelect.js +31 -23
  267. package/components/Pagination/utils/paginationUtils.js +1 -1
  268. package/components/Radio/Radio.js +18 -18
  269. package/components/Radio/RadioXGroup.js +8 -8
  270. package/components/Radio/RadioYGroup.js +9 -9
  271. package/components/Row/Row.js +9 -9
  272. package/components/SMSField/SMSField.js +3 -3
  273. package/components/SMSField/components/RefreshIcon.js +2 -2
  274. package/components/SMSField/components/SMSFieldInput.js +3 -3
  275. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  276. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  277. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  278. package/components/SegmentedControl/SegmentedControl.js +12 -12
  279. package/components/SegmentedControl/SegmentedControlSegment.js +9 -9
  280. package/components/SelectExtendedField/SelectExtendedField.js +6 -6
  281. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  282. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +24 -24
  283. package/components/SelectField/SelectField.js +1 -1
  284. package/components/Skeleton/Skeleton.js +7 -7
  285. package/components/SliderExtended/SliderExtended.js +3 -3
  286. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  287. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  288. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  289. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  290. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  291. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
  292. package/components/SmallInput/SmallInput.js +4 -4
  293. package/components/Spoiler/Spoiler.js +6 -6
  294. package/components/StatusTracker/StatusTracker.js +3 -3
  295. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  296. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  297. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  298. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  299. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  300. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  301. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  302. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  305. package/components/Step/Step.js +7 -7
  306. package/components/Stepper/RightBorderArrow.js +1 -1
  307. package/components/Stepper/Stepper.js +2 -2
  308. package/components/Stepper/StepperExtended.js +6 -6
  309. package/components/Stepper/StepperStep.js +3 -3
  310. package/components/Stepper/StepperWrapper.js +5 -5
  311. package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
  312. package/components/SuggestField/SuggestField.js +1 -1
  313. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  314. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  315. package/components/SuggestField/desktop/SuggestFieldDesktop.js +4 -4
  316. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  317. package/components/SuggestField/index.js +1 -1
  318. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  319. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  320. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  321. package/components/SuggestField/mobile/index.js +1 -1
  322. package/components/SwipeableArea/SwipeableArea.js +3 -3
  323. package/components/Table/FilterPanel.js +3 -3
  324. package/components/Table/MasterTable.js +3 -3
  325. package/components/Table/NoColumns.js +4 -4
  326. package/components/Table/PaginationPanel.js +5 -5
  327. package/components/Table/TableBasic/TableBasic.js +2 -2
  328. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  329. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  330. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  331. package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
  332. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
  333. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  334. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  335. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  336. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  337. package/components/Table/TableFooter/TableFooter.js +2 -2
  338. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  339. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  340. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  341. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  342. package/components/Table/TabsLinePanel.js +7 -7
  343. package/components/Table/TabsLinePanelLinks.js +2 -2
  344. package/components/Table/utils.js +1 -1
  345. package/components/Tabs/Tabs.js +5 -5
  346. package/components/TabsExtended/TabsExtended.js +3 -3
  347. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  348. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  349. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  350. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  351. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  352. package/components/TabsExtended/utils.js +1 -1
  353. package/components/TabsLine/TabsLine.js +2 -2
  354. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  355. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  356. package/components/TabsLine/components/TabsLineItem.js +2 -2
  357. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  358. package/components/Tag/Tag.js +14 -14
  359. package/components/TagColor/TagColor.js +12 -12
  360. package/components/TagGroup/TagGroup.js +13 -13
  361. package/components/TextField/TextField.js +1 -1
  362. package/components/TextareaField/TextareaField.js +1 -1
  363. package/components/ThemeProvider/ThemeProvider.js +1 -1
  364. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  365. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  366. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  367. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  368. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  369. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  370. package/components/Tooltip/components/mobile/TooltipMobile.js +10 -10
  371. package/components/TopOverlay/TopOverlay.js +34 -34
  372. package/components/TreeView/TreeView.js +2 -2
  373. package/components/TreeView/components/TreeViewGroup.js +1 -1
  374. package/components/TreeView/components/TreeViewNode.js +2 -2
  375. package/components/Typography/Caption.js +3 -3
  376. package/components/Typography/Text.js +14 -14
  377. package/components/Typography/Title.js +13 -13
  378. package/components/Typography/utils.js +1 -1
  379. package/components/UnorderedList/UnorderedList.js +7 -7
  380. package/components/UnorderedList/UnorderedListItem.js +3 -3
  381. package/components/UploadZone/UploadZone.js +4 -4
  382. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  383. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  384. package/components/index.js +54 -50
  385. package/consts/DateConst.js +1 -1
  386. package/index.d.ts +70 -16
  387. package/index.js +136 -132
  388. package/package.json +5 -1
  389. package/styles/triplex-next.css +533 -535
  390. package/utils/amountUtils.js +1 -1
  391. package/chunks/AlertProcessSpoiler-BGQ1uQrz.js +0 -39
  392. package/chunks/Card.module-Bb-0eR7p.js +0 -17
  393. package/chunks/CheckboxTreeExtended.module-LACc235T.js +0 -11
  394. package/chunks/Confirm.module-B2F1vU1t.js +0 -15
  395. package/chunks/DropdownMobile.module-zHrNkkL5.js +0 -23
  396. package/chunks/Footer.module-CTz6ITIP.js +0 -9
  397. package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +0 -9
  398. package/chunks/HeaderTabs.module-Fe8TyS0Y.js +0 -9
  399. package/chunks/IslandAccordion.module-B1DwUTEO.js +0 -25
  400. package/chunks/IslandWidgetFooter.module-DNunPtYA.js +0 -9
  401. package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +0 -9
  402. package/chunks/LightBoxControls.module-DUY3tLKy.js +0 -16
  403. package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +0 -8
  404. package/chunks/ListItemTail.module-uDs8u3yU.js +0 -12
  405. package/chunks/ListMasterFooter.module-uJGRVDCh.js +0 -10
  406. package/chunks/ModalWindow.module-BxFKBpp4.js +0 -17
  407. package/chunks/Notification.module-HwYJsw5w.js +0 -21
  408. package/chunks/Overlay.module-BdT_EdJd.js +0 -18
  409. package/chunks/Page.module-CQz9ZvqA.js +0 -11
  410. package/chunks/SMSField.module-B2vNyUh9.js +0 -16
  411. package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +0 -15
  412. package/chunks/StatusTracker.module-BM1Mr7Lr.js +0 -24
  413. package/chunks/TableFooter.module-DNpkWevf.js +0 -14
  414. package/chunks/TabsExtended.module-BvIRknmY.js +0 -16
  415. package/chunks/TabsLine.module-BN-kBFLj.js +0 -21
  416. package/chunks/TooltipDesktop.module-itrszAnq.js +0 -19
  417. package/chunks/TreeView.module-CDWFlOAV.js +0 -9
  418. package/chunks/UploadZoneInput-BYGZcWC8.js +0 -35
  419. package/chunks/utils-BsNeWWRx.js +0 -20
  420. package/chunks/utils-DKyrkqb2.js +0 -36
  421. package/chunks/utils-P0A0WEsB.js +0 -24
  422. package/components/DesignTokens/components/AmountField.js +0 -11
@@ -1,6 +1,6 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import f, { useState as p, useContext as w, useEffect as F } from "react";
3
- import { h as D } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { h as D } from "../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { Dropdown as M } from "../../Dropdown/Dropdown.js";
5
5
  import { MultiselectFieldDropdownHeader as x } from "./MultiselectFieldDropdownHeader.js";
6
6
  import { MultiselectFieldDropdownContent as v } from "./MultiselectFieldDropdownContent.js";
@@ -2,8 +2,8 @@ import { jsx as t } from "react/jsx-runtime";
2
2
  import { useContext as m } from "react";
3
3
  import { MultiselectFieldContext as c } from "../MultiselectFieldContext.js";
4
4
  import { createSizeToClassNameMap as r } from "../../../utils/classNameMaps.js";
5
- import { c as l } from "../../../chunks/vendor-ClY57Zzq.js";
6
- const a = "multiselectFieldContentWrapper__e305986d", d = "multiselectFieldContent__e125fc94", p = "sm__e9b56261", C = "md__eaf4d809", u = "lg__a718a0b9", e = {
5
+ import { c as l } from "../../../chunks/vendor-CwhnMZ7o.js";
6
+ const a = "multiselectFieldContentWrapper__9ef3e65a", d = "multiselectFieldContent__0ea3b6a3", p = "sm__ac9839a0", C = "md__a2c47262", u = "lg__2d85d776", e = {
7
7
  multiselectFieldContentWrapper: a,
8
8
  multiselectFieldContent: d,
9
9
  sm: p,
@@ -1,6 +1,6 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import { c as s } from "../../../chunks/vendor-ClY57Zzq.js";
3
- const i = "multiselectFieldFooter__e6a9117e", c = {
2
+ import { c as s } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ const i = "multiselectFieldFooter__09487343", 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
- import { c as i } from "../../../chunks/vendor-ClY57Zzq.js";
3
- const d = "multiselectFieldHeader__33422a35", c = {
4
- multiselectFieldHeader: d
2
+ import { c } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ const i = "multiselectFieldHeader__9aecc2f8", d = {
4
+ multiselectFieldHeader: i
5
5
  }, a = ({
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: c(d.multiselectFieldHeader, l), ...t, children: e });
10
10
  export {
11
11
  a 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-ClY57Zzq.js";
2
+ import { c as l } from "../../chunks/vendor-CwhnMZ7o.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-HwYJsw5w.js";
7
+ import { s as i } from "../../chunks/Notification.module-CPxgLCeP.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.11.0",
27
+ "data-tx": "1.12.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-HwYJsw5w.js";
3
+ import { s as e } from "../../chunks/Notification.module-CPxgLCeP.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-HwYJsw5w.js";
6
+ import { s as f } from "../../../chunks/Notification.module-CPxgLCeP.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-HwYJsw5w.js";
2
+ import { s as i } from "../../../chunks/Notification.module-CPxgLCeP.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-HwYJsw5w.js";
5
- import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
4
+ import { s as a } from "../../../chunks/Notification.module-CPxgLCeP.js";
5
+ import { c as e } from "../../../chunks/vendor-CwhnMZ7o.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-HwYJsw5w.js";
8
+ import { s as m } from "../../../chunks/Notification.module-CPxgLCeP.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-HwYJsw5w.js";
2
+ import { s as i } from "../../../chunks/Notification.module-CPxgLCeP.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-ClY57Zzq.js";
3
- import { s as o } from "../../../chunks/Notification.module-HwYJsw5w.js";
2
+ import { c as i } from "../../../chunks/vendor-CwhnMZ7o.js";
3
+ import { s as o } from "../../../chunks/Notification.module-CPxgLCeP.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-HwYJsw5w.js";
2
+ import { s as a } from "../../../chunks/Notification.module-CPxgLCeP.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-HwYJsw5w.js";
2
+ import { s as t } from "../../../chunks/Notification.module-CPxgLCeP.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-HwYJsw5w.js";
2
+ import { s as t } from "../../../chunks/Notification.module-CPxgLCeP.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
- import { c as t } from "../../chunks/vendor-ClY57Zzq.js";
3
- const c = "notificationIcon__00892db7", a = {
2
+ import { c as t } from "../../chunks/vendor-CwhnMZ7o.js";
3
+ const c = "notificationIcon__33b7d458", 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-ZCQQZs7b.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-CkbWg1jd.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -1,16 +1,16 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
- import { c as o } from "../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as o } from "../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const a = "orderedList__4765731a", m = {
6
- orderedList: a
5
+ const m = "orderedList__c0bc8ffd", a = {
6
+ orderedList: m
7
7
  }, c = Object.assign(
8
8
  d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: o(m.orderedList, r),
11
+ className: o(a.orderedList, r),
12
12
  ...e,
13
- "data-tx": "1.11.0",
13
+ "data-tx": "1.12.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,21 +1,21 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as s } from "../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as s } from "../../chunks/vendor-CwhnMZ7o.js";
4
4
  import "../Typography/Title.js";
5
- import { Text as d } from "../Typography/Text.js";
5
+ import { Text as i } from "../Typography/Text.js";
6
6
  import "../Typography/Caption.js";
7
- import { ETextSize as i } from "../Typography/enums.js";
8
- const a = "orderedListItem__17d4ebc8", p = {
7
+ import { ETextSize as d } from "../Typography/enums.js";
8
+ const a = "orderedListItem__09c9b6b5", p = {
9
9
  orderedListItem: a
10
10
  }, c = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
- d,
12
+ i,
13
13
  {
14
14
  className: s(p.orderedListItem, t),
15
- size: i.B3,
15
+ size: d.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.11.0",
18
+ "data-tx": "1.12.0",
19
19
  ref: r
20
20
  }
21
21
  )
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import { useState as h } from "react";
3
- import { c as u } from "../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as u } from "../../chunks/vendor-CwhnMZ7o.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-BdT_EdJd.js";
7
+ import { s as r } from "../../chunks/Overlay.module-CUGc7krZ.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-ClY57Zzq.js";
4
- import { s as a } from "../../chunks/Overlay.module-BdT_EdJd.js";
3
+ import { c as t } from "../../chunks/vendor-CwhnMZ7o.js";
4
+ import { s as a } from "../../chunks/Overlay.module-CUGc7krZ.js";
5
5
  const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
6
6
  "div",
7
7
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
- import { c as d } from "../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as d } from "../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-BdT_EdJd.js";
5
+ import { s as e } from "../../chunks/Overlay.module-CUGc7krZ.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -1,10 +1,10 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import s from "react";
3
- import { c as i } from "../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as i } from "../../chunks/vendor-CwhnMZ7o.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-CQz9ZvqA.js";
7
+ import { s as o } from "../../chunks/Page.module-F4pO41fd.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -1,12 +1,12 @@
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-ClY57Zzq.js";
4
+ import { c as d } from "../../../chunks/vendor-CwhnMZ7o.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
- import { EIslandType as M } from "../../Island/enums.js";
8
- const f = "bodyPage__b918a05b", P = "verticalMargin24__df281919", v = "verticalMargin16__20521edb", o = {
9
- bodyPage: f,
7
+ import { EIslandType as f } from "../../Island/enums.js";
8
+ const M = "bodyPage__41dff55b", P = "verticalMargin24__63af21b3", v = "verticalMargin16__a8a00e03", o = {
9
+ bodyPage: M,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
12
12
  }, _ = {
@@ -15,7 +15,7 @@ const f = "bodyPage__b918a05b", P = "verticalMargin24__df281919", v = "verticalM
15
15
  }, b = m.forwardRef(
16
16
  ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...e }, i) => {
17
17
  const t = d(s, o.bodyPage, _[g]);
18
- return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
18
+ return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: f.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
21
  b.displayName = "BodyPage";
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import F, { useRef as R } from "react";
3
- import { c as T } from "../../../chunks/vendor-ClY57Zzq.js";
3
+ import { c as T } from "../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import { Footer as s } from "../../Footer/Footer.js";
5
5
  import { EFooterPageType as i } from "./enums.js";
6
6
  import { useStickyCornerRadius as d } from "./useStickyCornerRadius.js";
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
9
9
  import "../../Island/components/IslandBody.js";
10
10
  import "../../Island/components/IslandHeader.js";
11
11
  import "../../Island/components/IslandFooter.js";
12
- import { s as c } from "../../../chunks/Page.module-CQz9ZvqA.js";
12
+ import { s as c } from "../../../chunks/Page.module-F4pO41fd.js";
13
13
  const w = Object.assign(
14
14
  F.forwardRef(
15
15
  ({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
@@ -2,11 +2,11 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import T, { useRef as R } from "react";
3
3
  import { Header as e } from "../../Header/Header.js";
4
4
  import { EHeaderPageType as t } from "./enums.js";
5
- import { c as p } from "../../../chunks/vendor-ClY57Zzq.js";
5
+ import { c as p } from "../../../chunks/vendor-CwhnMZ7o.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-CQz9ZvqA.js";
9
+ import { s as i } from "../../../chunks/Page.module-F4pO41fd.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
- import { c as d } from "../../../chunks/vendor-ClY57Zzq.js";
2
+ import { c as d } from "../../../chunks/vendor-CwhnMZ7o.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__9610a809", s = {
4
+ const r = "paginationExtended__8b8b2996", 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.11.0",
11
+ "data-tx": "1.12.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 g = "paginationNavigationButton__99c50729", N = "directionIconNext__541257b7", n = {
7
+ const g = "paginationNavigationButton__bd33ee71", N = "directionIconNext__b6de89de", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, I = c.forwardRef(
10
+ }, d = 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__99c50729", N = "directionIconNext__541257
22
22
  );
23
23
  }
24
24
  );
25
- I.displayName = "PaginationNavigationButton";
25
+ d.displayName = "PaginationNavigationButton";
26
26
  export {
27
- I as PaginationNavigationButton
27
+ d 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-ClY57Zzq.js";
4
- const g = "paginationNavigationExtended__f336b6c5", r = {
3
+ import { c as d } from "../../../chunks/vendor-CwhnMZ7o.js";
4
+ const g = "paginationNavigationExtended__d965f2d8", 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,25 +1,25 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import g from "react";
3
- import { c } from "../../../chunks/vendor-ClY57Zzq.js";
4
- const u = "paginationPageButton__ac59ebcb", s = "currentPage__e2eac6be", a = {
5
- paginationPageButton: u,
3
+ import { c as u } from "../../../chunks/vendor-CwhnMZ7o.js";
4
+ const c = "paginationPageButton__b6d0bd61", s = "currentPage__712a1811", a = {
5
+ paginationPageButton: c,
6
6
  currentPage: s
7
7
  }, P = g.forwardRef(
8
- ({ isCurrent: t = !1, children: e, className: n, ...o }, i) => /* @__PURE__ */ r(
8
+ ({ isCurrent: t = !1, children: n, className: o, ...e }, i) => /* @__PURE__ */ r(
9
9
  "button",
10
10
  {
11
11
  type: "button",
12
- className: c(
12
+ className: u(
13
13
  a.paginationPageButton,
14
14
  {
15
15
  [a.currentPage]: t
16
16
  },
17
- n
17
+ o
18
18
  ),
19
19
  "aria-live": t ? "polite" : void 0,
20
- ...o,
20
+ ...e,
21
21
  ref: i,
22
- children: e
22
+ children: n
23
23
  }
24
24
  )
25
25
  );
@@ -1,10 +1,10 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
- import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
2
+ import { c as e } from "../../../chunks/vendor-CwhnMZ7o.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__533bb4dc", r = {
4
+ const t = "pageEllipsis__5a7384e0", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
- ({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
7
+ ({ children: s, className: a, ...i }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, a), ...i, ref: l, children: s })
8
8
  );
9
9
  n.displayName = "PaginationPageEllipsis";
10
10
  export {
@@ -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-ClY57Zzq.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 b } from "../../../chunks/vendor-CwhnMZ7o.js";
4
4
  import "../../Typography/Title.js";
5
- import { Text as v } from "../../Typography/Text.js";
5
+ import { Text as x } from "../../Typography/Text.js";
6
6
  import "../../Typography/Caption.js";
7
7
  import { ETextSize as _ } from "../../Typography/enums.js";
8
- const b = "paginationSelect__49ab2e8a", h = "paginationSelectControl__0a483acc", c = {
9
- paginationSelect: b,
10
- paginationSelectControl: h
11
- }, y = S.forwardRef(
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
- const r = Number(e.target.value);
15
- Number.isNaN(r) || i == null || i(r);
16
- };
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
- "select",
8
+ import { SelectField as C } from "../../SelectField/SelectField.js";
9
+ import { EComponentSize as h } from "../../../enums/EComponentSize.js";
10
+ const v = "paginationSelect__5ca4af3e", z = "paginationSelectControl__3f3f7b28", l = {
11
+ paginationSelect: v,
12
+ paginationSelectControl: z
13
+ }, P = g.forwardRef(
14
+ ({ paginationLabel: o, className: r, hidden: s, options: e, value: t, onChange: c }, 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 s ? null : /* @__PURE__ */ d("div", { className: b(l.paginationSelect, r), ref: m, children: [
21
+ /* @__PURE__ */ n(x, { size: _.B3, id: a, children: o }),
22
+ /* @__PURE__ */ n("div", { className: l.paginationSelectControl, children: /* @__PURE__ */ n(
23
+ C,
21
24
  {
22
- "aria-labelledby": l.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: h.SM,
26
+ value: S,
27
+ mobileTitle: o,
28
+ options: p,
29
+ onChange: c,
30
+ targetProps: {
31
+ fieldLabel: ""
32
+ },
33
+ "aria-labelledby": a
26
34
  }
27
35
  ) })
28
36
  ] });
29
37
  }
30
38
  );
31
- y.displayName = "PaginationSelect";
39
+ P.displayName = "PaginationSelect";
32
40
  export {
33
- y as PaginationSelect
41
+ P as PaginationSelect
34
42
  };
35
43
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,4 +1,4 @@
1
- import { n as R } from "../../../chunks/vendor-ClY57Zzq.js";
1
+ import { n as R } from "../../../chunks/vendor-CwhnMZ7o.js";
2
2
  const m = -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-ClY57Zzq.js";
3
+ import { c as n } from "../../chunks/vendor-CwhnMZ7o.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__c52c2b6c", M = "sm__ba4baba4", T = "nonempty__2b61725b", S = "md__a50593a4", u = "lg__b1a7f633", I = "disabled__fbcc074e", R = "radio__e4587b43", g = "radioIcon__22979c6d", a = {
10
+ const y = "label__50d9e38b", M = "sm__1eb8bcbb", T = "nonempty__f68ae40c", S = "md__48ebb027", u = "lg__c62bce26", I = "disabled__df79b939", R = "radio__23689f31", g = "radioIcon__f29a8682", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -17,20 +17,20 @@ const y = "label__c52c2b6c", M = "sm__ba4baba4", T = "nonempty__2b61725b", S = "
17
17
  radio: R,
18
18
  radioIcon: g
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((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
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: c, labelAttributes: s, size: t = a.MD, ...p } = r, b = n(o.radio, l, C[t]), _ = n(
25
+ o.label,
26
+ o[t],
27
+ { [o.disabled]: !!c, [o.nonempty]: !!e },
28
+ s == null ? void 0 : s.className
29
29
  );
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 })
30
+ return /* @__PURE__ */ f("label", { ...s, className: _, "data-tx": "1.12.0", children: [
31
+ /* @__PURE__ */ i("input", { type: "radio", className: b, disabled: c, ...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-ClY57Zzq.js";
3
- const c = "radioXGroup__508f8bb1", _ = "label__c52c2b6c", n = {
2
+ import { c as s } from "../../chunks/vendor-CwhnMZ7o.js";
3
+ const c = "radioXGroup__4cf3ccac", _ = "label__50d9e38b", n = {
4
4
  radioXGroup: c,
5
- "indent-12": "indent-12__6578af3e",
5
+ "indent-12": "indent-12__408e167f",
6
6
  label: _,
7
- "indent-16": "indent-16__a25062dc",
8
- "indent-20": "indent-20__76dfa232",
9
- "indent-24": "indent-24__f5381c5c",
10
- "indent-28": "indent-28__42a9658f",
11
- "indent-32": "indent-32__02389463"
7
+ "indent-16": "indent-16__85ffe06f",
8
+ "indent-20": "indent-20__220ae29a",
9
+ "indent-24": "indent-24__3b7811fa",
10
+ "indent-28": "indent-28__67c22f6a",
11
+ "indent-32": "indent-32__ae7d8f18"
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 });