@sberbusiness/triplex-next 0.27.0 → 0.29.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 (441) hide show
  1. package/chunks/AlertProcessSpoiler-DE66k9NP.js +41 -0
  2. package/chunks/{CalendarViewItem-DRBt_s0Q.js → CalendarViewItem-D_gRwbwg.js} +24 -24
  3. package/chunks/Card.module-BWjkCuCg.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-D7kAm43p.js +15 -0
  5. package/chunks/{Chip-BWrXp8b3.js → Chip-Bk0l10k4.js} +7 -7
  6. package/chunks/Confirm.module-UrrVAY0j.js +15 -0
  7. package/chunks/{DropdownListItem-BflrX8i-.js → DropdownListItem-CGZyMM5K.js} +15 -15
  8. package/chunks/DropdownMobile.module-DyKJlGOg.js +23 -0
  9. package/chunks/Footer.module-sbV81EJD.js +9 -0
  10. package/chunks/FormFieldInput-B7snQZVi.js +79 -0
  11. package/chunks/HeaderLayoutSidebar.module-x2nqqRdl.js +9 -0
  12. package/chunks/HeaderTabs.module-CksnQh12.js +9 -0
  13. package/chunks/{HeaderTitle.module-Y10Bm5lm.js → HeaderTitle.module-CgarzGR5.js} +2 -2
  14. package/chunks/IslandAccordion.module-BXOOvpYn.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-DwWAkCRp.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-CQebj2O8.js +13 -0
  17. package/chunks/{LightBoxContent-DHs-Qjcp.js → LightBoxContent-BdM4QdVW.js} +10 -10
  18. package/chunks/LightBoxControls.module-CZYk-V6O.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-ColwiMcL.js +9 -0
  20. package/chunks/ListItemControlsButton-Bo2ir8rI.js +59 -0
  21. package/chunks/ListItemTail.module-CFYYwAc-.js +12 -0
  22. package/chunks/ListMasterFooter.module-BUKqB_dT.js +10 -0
  23. package/chunks/ModalWindow.module-4BH52pa7.js +17 -0
  24. package/chunks/Notification.module-Bkv2fddJ.js +20 -0
  25. package/chunks/Overlay.module-B986w4hy.js +18 -0
  26. package/chunks/Page.module-oopm23nH.js +11 -0
  27. package/chunks/SMSField.module-B48LpGzA.js +16 -0
  28. package/chunks/SliderExtendedMarks.module-DkUSlj4_.js +15 -0
  29. package/chunks/{SliderExtendedRail-ylfekLwv.js → SliderExtendedRail-B1jT6Bzj.js} +7 -7
  30. package/chunks/StatusTracker.module-BtXyaaNz.js +24 -0
  31. package/chunks/{StepperStepArrowBorder-DJAqKqGz.js → StepperStepArrowBorder-CjYvRZAE.js} +13 -13
  32. package/chunks/{SuggestFieldMobileDropdownHint-DC3vUbne.js → SuggestFieldMobileDropdownHint--qfcwzvU.js} +2 -2
  33. package/chunks/TableFooter.module-CTUrl1eY.js +14 -0
  34. package/chunks/TabsExtended.module-_Y6KIl3m.js +16 -0
  35. package/chunks/TabsLine.module-CaWr6_95.js +21 -0
  36. package/chunks/TooltipDesktop.module-Crnh1kg9.js +19 -0
  37. package/chunks/TreeView.module-BKMbHz4P.js +9 -0
  38. package/chunks/{UploadZoneInput-xOoub0aL.js → UploadZoneInput-BOfYw8qb.js} +9 -9
  39. package/chunks/{constants-CoLWcWYQ.js → constants-CsbqScFv.js} +12 -12
  40. package/chunks/{utils-BXp6zjzV.js → utils-BB-XJeUI.js} +8 -8
  41. package/chunks/utils-BREiNocx.js +24 -0
  42. package/chunks/{utils-D_H8vO74.js → utils-DNiUrC2u.js} +6 -6
  43. package/chunks/utils-EiF_pPO4.js +73 -0
  44. package/chunks/{vendor---Om3uMV.js → vendor-DJ6wKpvR.js} +4 -4
  45. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  46. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  47. package/components/Alert/AlertContext/AlertContext.js +27 -27
  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 +8 -8
  51. package/components/AmountField/AmountField.js +1 -1
  52. package/components/Avatar/Avatar.js +48 -23
  53. package/components/Badge/Badge.js +7 -7
  54. package/components/Badge/BadgeDot.js +2 -2
  55. package/components/Badge/components/BadgeContent.js +18 -18
  56. package/components/Badge/components/BadgePostfix.js +10 -10
  57. package/components/Badge/components/BadgePrefix.js +6 -6
  58. package/components/Body/Body.js +6 -6
  59. package/components/Button/Button.js +21 -21
  60. package/components/Button/ButtonBase.js +1 -1
  61. package/components/Button/ButtonDropdown.js +3 -3
  62. package/components/Button/ButtonDropdownExtended.js +5 -5
  63. package/components/Button/ButtonIcon.js +9 -9
  64. package/components/Calendar/Calendar.js +124 -118
  65. package/components/Calendar/CalendarContext.js +6 -6
  66. package/components/Calendar/components/CalendarControls.js +13 -13
  67. package/components/Calendar/components/CalendarFooter.js +4 -4
  68. package/components/Calendar/components/CalendarFooterButton.js +19 -21
  69. package/components/Calendar/components/CalendarViewDays.js +7 -10
  70. package/components/Calendar/components/CalendarViewItem.js +2 -2
  71. package/components/Calendar/components/CalendarViewMonths.js +29 -29
  72. package/components/Calendar/components/CalendarViewYears.js +1 -1
  73. package/components/Calendar/enums.js +1 -1
  74. package/components/Card/CardAction.js +9 -9
  75. package/components/Card/CardStatic.js +3 -3
  76. package/components/Card/components/CardContent/CardContent.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  78. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  79. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  80. package/components/Card/components/CardMedia.js +2 -2
  81. package/components/Card/utils.js +1 -1
  82. package/components/CarouselExtended/CarouselExtended.js +2 -2
  83. package/components/Checkbox/Checkbox.js +8 -8
  84. package/components/Checkbox/CheckboxXGroup.js +12 -12
  85. package/components/Checkbox/CheckboxYGroup.js +4 -4
  86. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  90. package/components/CheckboxTreeExtended/index.js +3 -1
  91. package/components/Chip/Chip.js +2 -2
  92. package/components/Chip/ChipClearButton.js +10 -10
  93. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  94. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  95. package/components/Chip/ChipDropdownArrow.js +2 -2
  96. package/components/Chip/ChipIcon.js +1 -1
  97. package/components/Chip/ChipMultiselect.js +2 -2
  98. package/components/Chip/ChipOptions.js +8 -8
  99. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  100. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  101. package/components/Chip/ChipSort.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  103. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  104. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  105. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +17 -17
  106. package/components/Chip/index.js +1 -1
  107. package/components/ChipGroup/ChipGroup.js +16 -16
  108. package/components/Col/Col.js +145 -145
  109. package/components/CollapsableTree/components/CollapsableTreeNode.js +10 -10
  110. package/components/CollapsableTree/index.js +7 -0
  111. package/components/Confirm/Confirm.js +2 -2
  112. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  113. package/components/Confirm/components/ConfirmContent.js +2 -2
  114. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  115. package/components/Confirm/components/ConfirmControls.js +2 -2
  116. package/components/DateField/DateField.js +18 -28
  117. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  118. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
  119. package/components/DatePickerExtended/index.js +5 -0
  120. package/components/DateRange/DateRange.js +10 -10
  121. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  122. package/components/DesignTokens/components/Calendar.js +34 -42
  123. package/components/Divider/Divider.js +21 -21
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +11 -11
  125. package/components/Dropdown/desktop/DropdownDesktop.js +20 -20
  126. package/components/Dropdown/desktop/DropdownList.js +2 -2
  127. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  128. package/components/Dropdown/desktop/index.js +1 -1
  129. package/components/Dropdown/index.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  131. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  137. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
  141. package/components/Ellipsis/Ellipsis.js +6 -6
  142. package/components/EmptyView/EmptyView.js +9 -9
  143. package/components/ExpandAnimation/ExpandAnimation.js +8 -8
  144. package/components/Footer/Footer.js +1 -1
  145. package/components/Footer/components/FooterDescription.js +2 -2
  146. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  147. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  148. package/components/FormField/FormField.js +18 -18
  149. package/components/FormField/components/FormFieldClear.js +8 -8
  150. package/components/FormField/components/FormFieldCounter.js +9 -11
  151. package/components/FormField/components/FormFieldDescription.js +4 -4
  152. package/components/FormField/components/FormFieldInput.js +2 -2
  153. package/components/FormField/components/FormFieldLabel.js +10 -10
  154. package/components/FormField/components/FormFieldMaskedInput.js +30 -30
  155. package/components/FormField/components/FormFieldPostfix.js +8 -8
  156. package/components/FormField/components/FormFieldPrefix.js +8 -8
  157. package/components/FormField/components/FormFieldTarget.js +15 -15
  158. package/components/FormField/components/FormFieldTextarea.js +23 -23
  159. package/components/FormField/components/index.js +1 -1
  160. package/components/FormField/index.js +1 -1
  161. package/components/Header/Header.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  165. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
  166. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  167. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  169. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  172. package/components/HelpBox/HelpBox.js +2 -2
  173. package/components/IconWrapper/IconWrapper.js +8 -8
  174. package/components/Island/Island.js +2 -2
  175. package/components/Island/components/IslandBody.js +6 -6
  176. package/components/Island/components/IslandFooter.js +3 -3
  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 +26 -26
  184. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  187. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  188. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetHeader.js +19 -17
  190. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +18 -0
  192. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +21 -6
  193. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +18 -0
  194. package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
  195. package/components/LightBox/LightBox.js +11 -11
  196. package/components/LightBox/LightBoxContent.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  198. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  199. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  200. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +68 -61
  202. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  203. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  204. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  205. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +16 -16
  206. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +17 -17
  207. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  208. package/components/Link/Link.js +22 -22
  209. package/components/List/List.js +5 -5
  210. package/components/List/ListSortable.js +1 -1
  211. package/components/List/components/ListEmptyState.js +7 -7
  212. package/components/List/components/ListItem.js +1 -1
  213. package/components/List/components/ListItemContent.js +8 -8
  214. package/components/List/components/ListItemControls.js +6 -6
  215. package/components/List/components/ListItemControlsButton.js +2 -2
  216. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  217. package/components/List/components/ListItemLoading.js +5 -5
  218. package/components/List/components/ListItemSelectable.js +6 -6
  219. package/components/List/components/ListItemTable.js +8 -8
  220. package/components/List/components/ListItemTailLeft.js +2 -2
  221. package/components/List/components/ListItemTailRight.js +2 -2
  222. package/components/List/components/ListSortableItem.js +5 -5
  223. package/components/List/components/ListSortableItemControls.js +2 -2
  224. package/components/List/components/ListSortableItemTarget.js +11 -11
  225. package/components/List/index.js +1 -1
  226. package/components/ListMaster/ListMaster.js +1 -1
  227. package/components/ListMaster/components/ListMasterBody.js +1 -1
  228. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  229. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  230. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  231. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  232. package/components/ListMaster/components/ListMasterHeader.js +11 -11
  233. package/components/ListMaster/components/SelectionControls.js +7 -7
  234. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  235. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  236. package/components/LoaderScreen/LoaderScreen.js +12 -12
  237. package/components/Marker/Marker.js +2 -2
  238. package/components/Marker/utils.js +1 -1
  239. package/components/MarkerStatus/MarkerStatus.js +11 -11
  240. package/components/ModalWindow/ModalWindow.js +61 -65
  241. package/components/ModalWindow/components/ModalWindowBody.js +14 -13
  242. package/components/ModalWindow/components/ModalWindowClose.js +14 -15
  243. package/components/ModalWindow/components/ModalWindowContent.js +22 -16
  244. package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
  245. package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
  246. package/components/ModalWindow/index.js +11 -10
  247. package/components/MonthYearField/MonthYearField.js +19 -19
  248. package/components/MonthYearRange/MonthYearRange.js +14 -14
  249. package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
  250. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
  251. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  252. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  253. package/components/Notification/Notification.js +3 -3
  254. package/components/Notification/NotificationGrouped.js +1 -1
  255. package/components/Notification/components/NotificationBody.js +1 -1
  256. package/components/Notification/components/NotificationBodyList.js +2 -2
  257. package/components/Notification/components/NotificationClose.js +1 -1
  258. package/components/Notification/components/NotificationFooter.js +1 -1
  259. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  260. package/components/Notification/components/NotificationHeader.js +1 -1
  261. package/components/Notification/components/NotificationIcon.js +1 -1
  262. package/components/Notification/components/NotificationTime.js +1 -1
  263. package/components/NumberField/NumberFieldInput.js +1 -1
  264. package/components/OrderedList/OrderedList.js +10 -10
  265. package/components/OrderedList/OrderedListItem.js +3 -3
  266. package/components/Overlay/Overlay.js +2 -2
  267. package/components/Overlay/OverlayMask.js +2 -2
  268. package/components/Overlay/OverlayPanel.js +2 -2
  269. package/components/Page/Page.js +2 -2
  270. package/components/Page/components/BodyPage.js +10 -10
  271. package/components/Page/components/FooterPage.js +2 -2
  272. package/components/Page/components/HeaderPage.js +2 -2
  273. package/components/Page/index.js +10 -4
  274. package/components/Pagination/components/PaginationExtended.js +3 -3
  275. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  276. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  277. package/components/Pagination/components/PaginationPageButton.js +6 -6
  278. package/components/Pagination/components/PaginationPageEllipsis.js +6 -6
  279. package/components/Pagination/components/PaginationSelect.js +19 -19
  280. package/components/Pagination/utils/paginationUtils.js +1 -1
  281. package/components/Radio/Radio.js +15 -15
  282. package/components/Radio/RadioXGroup.js +12 -12
  283. package/components/Radio/RadioYGroup.js +9 -9
  284. package/components/Row/Row.js +5 -5
  285. package/components/SMSField/SMSField.js +3 -3
  286. package/components/SMSField/components/RefreshIcon.js +2 -2
  287. package/components/SMSField/components/SMSFieldInput.js +3 -3
  288. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  289. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  290. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  291. package/components/SMSField/index.js +9 -1
  292. package/components/SegmentedControl/SegmentedControl.js +4 -4
  293. package/components/SegmentedControl/SegmentedControlSegment.js +19 -19
  294. package/components/SelectExtendedField/SelectExtendedField.js +8 -8
  295. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  296. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  297. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
  298. package/components/SelectField/SelectField.js +2 -2
  299. package/components/Skeleton/Skeleton.js +11 -11
  300. package/components/SliderExtended/SliderExtended.js +3 -3
  301. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +18 -18
  302. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  303. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  304. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  305. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
  306. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
  307. package/components/SmallInput/SmallInput.js +5 -5
  308. package/components/Spoiler/Spoiler.js +7 -7
  309. package/components/StatusTracker/StatusTracker.js +16 -12
  310. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  314. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  315. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  316. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  317. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  318. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  319. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  320. package/components/StatusTracker/index.js +21 -5
  321. package/components/Step/Step.js +8 -8
  322. package/components/Stepper/Stepper.js +2 -2
  323. package/components/Stepper/StepperExtended.js +8 -8
  324. package/components/Stepper/StepperStep.js +3 -3
  325. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  326. package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
  327. package/components/Suggest/useSuggest.js +1 -1
  328. package/components/SuggestField/SuggestField.js +2 -2
  329. package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
  330. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  331. package/components/SuggestField/index.js +1 -1
  332. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  333. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  334. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  335. package/components/SuggestField/mobile/index.js +1 -1
  336. package/components/SwipeableArea/SwipeableArea.js +20 -20
  337. package/components/Table/FilterPanel.js +6 -6
  338. package/components/Table/MasterTable.js +29 -25
  339. package/components/Table/NoColumns.js +4 -4
  340. package/components/Table/PaginationPanel.js +3 -3
  341. package/components/Table/TableBasic/TableBasic.js +2 -2
  342. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  343. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  344. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  345. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  346. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
  347. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  348. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  349. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  350. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
  351. package/components/Table/TableFooter/TableFooter.js +2 -2
  352. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  353. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  354. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  355. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  356. package/components/Table/TabsLinePanel.js +6 -6
  357. package/components/Table/TabsLinePanelLinks.js +2 -2
  358. package/components/Table/index.js +25 -17
  359. package/components/Table/utils.js +1 -1
  360. package/components/Tabs/Tabs.js +20 -20
  361. package/components/TabsExtended/TabsExtended.js +3 -3
  362. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  363. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  364. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  365. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  366. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  367. package/components/TabsExtended/utils.js +1 -1
  368. package/components/TabsLine/TabsLine.js +2 -2
  369. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  370. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  371. package/components/TabsLine/components/TabsLineItem.js +2 -2
  372. package/components/TabsLine/components/TabsLineMobile.js +3 -3
  373. package/components/Tag/Tag.js +25 -25
  374. package/components/TagColor/TagColor.js +13 -13
  375. package/components/TagGroup/TagGroup.js +12 -12
  376. package/components/TextField/TextField.js +1 -1
  377. package/components/TextareaField/TextareaField.js +1 -1
  378. package/components/ThemeProvider/ThemeProvider.js +5 -5
  379. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  380. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  381. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  382. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  383. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  384. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  385. package/components/Tooltip/components/mobile/TooltipMobile.js +11 -11
  386. package/components/TopOverlay/TopOverlay.js +9 -9
  387. package/components/TreeView/TreeView.js +2 -2
  388. package/components/TreeView/components/TreeViewGroup.js +1 -1
  389. package/components/TreeView/components/TreeViewNode.js +2 -2
  390. package/components/TreeView/index.js +10 -0
  391. package/components/Triggers/index.js +5 -0
  392. package/components/Typography/Caption.js +22 -22
  393. package/components/Typography/CodeText.js +9 -9
  394. package/components/Typography/Text.js +5 -5
  395. package/components/Typography/Title.js +13 -13
  396. package/components/Typography/constants.js +1 -1
  397. package/components/UnorderedList/UnorderedList.js +3 -3
  398. package/components/UnorderedList/UnorderedListItem.js +3 -3
  399. package/components/UploadZone/UploadZone.js +3 -3
  400. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  401. package/components/UploadZone/index.js +4 -2
  402. package/components/WindowResizeListener/WindowResizeListener.js +4 -4
  403. package/components/WindowResizeListener/index.js +5 -0
  404. package/components/index.js +632 -572
  405. package/index.d.ts +441 -73
  406. package/index.js +653 -593
  407. package/package.json +21 -1
  408. package/styles/triplex-next.css +538 -538
  409. package/types/index.js +2 -0
  410. package/utils/amountUtils.js +1 -1
  411. package/chunks/AlertProcessSpoiler-CyQjNK-A.js +0 -41
  412. package/chunks/Card.module-D8T8SSWF.js +0 -17
  413. package/chunks/CheckboxTreeExtended.module-BQD7DKNP.js +0 -15
  414. package/chunks/Confirm.module-D5UicEEs.js +0 -15
  415. package/chunks/DropdownMobile.module-3D5LlZCS.js +0 -23
  416. package/chunks/Footer.module-BfB70vm7.js +0 -9
  417. package/chunks/FormFieldInput-q8qt9K5c.js +0 -79
  418. package/chunks/HeaderLayoutSidebar.module-DP3SxiTp.js +0 -9
  419. package/chunks/HeaderTabs.module-Cx-Ctxui.js +0 -9
  420. package/chunks/IslandAccordion.module-CVxFZsLG.js +0 -25
  421. package/chunks/IslandWidgetFooter.module-VlqE7l7C.js +0 -9
  422. package/chunks/IslandWidgetHeader.module-DwIaQr1_.js +0 -12
  423. package/chunks/LightBoxControls.module-D1KjqwKb.js +0 -16
  424. package/chunks/LightBoxSideOverlayClose.module-DPT31Rzn.js +0 -9
  425. package/chunks/ListItemControlsButton-pIOQbY1R.js +0 -59
  426. package/chunks/ListItemTail.module-Cu4UoxMF.js +0 -12
  427. package/chunks/ListMasterFooter.module-wznlsgml.js +0 -10
  428. package/chunks/ModalWindow.module-BrOAz5Ut.js +0 -17
  429. package/chunks/Notification.module-CyBTQm0m.js +0 -20
  430. package/chunks/Overlay.module-hR6GT0XD.js +0 -18
  431. package/chunks/Page.module-DydaWXa2.js +0 -11
  432. package/chunks/SMSField.module-DoBN7Aba.js +0 -16
  433. package/chunks/SliderExtendedMarks.module-DZXE3Uju.js +0 -15
  434. package/chunks/StatusTracker.module-D8_bnGs2.js +0 -24
  435. package/chunks/TableFooter.module-BG7ShSJ1.js +0 -14
  436. package/chunks/TabsExtended.module-D60HGy0o.js +0 -16
  437. package/chunks/TabsLine.module-BfBp0UOt.js +0 -21
  438. package/chunks/TooltipDesktop.module-BrcbbP-s.js +0 -19
  439. package/chunks/TreeView.module-lKZg_HMx.js +0 -9
  440. package/chunks/utils-CfCPvNY4.js +0 -73
  441. package/chunks/utils-PKY322-t.js +0 -24
@@ -1,10 +1,10 @@
1
1
  import { jsx as f } from "react/jsx-runtime";
2
- import { c as l } from "../../chunks/vendor---Om3uMV.js";
2
+ import { c as l } from "../../chunks/vendor-DJ6wKpvR.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-CyBTQm0m.js";
7
+ import { s as i } from "../../chunks/Notification.module-Bkv2fddJ.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.27.0",
27
+ "data-tx": "0.29.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-CyBTQm0m.js";
3
+ import { s as e } from "../../chunks/Notification.module-Bkv2fddJ.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-CyBTQm0m.js";
6
+ import { s as f } from "../../../chunks/Notification.module-Bkv2fddJ.js";
7
7
  const o = ((t) => {
8
8
  const { children: i } = t;
9
9
  return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
@@ -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-CyBTQm0m.js";
5
- import { c as e } from "../../../chunks/vendor---Om3uMV.js";
4
+ import { s as a } from "../../../chunks/Notification.module-Bkv2fddJ.js";
5
+ import { c as e } from "../../../chunks/vendor-DJ6wKpvR.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-CyBTQm0m.js";
8
+ import { s as m } from "../../../chunks/Notification.module-Bkv2fddJ.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-CyBTQm0m.js";
2
+ import { s as i } from "../../../chunks/Notification.module-Bkv2fddJ.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---Om3uMV.js";
3
- import { s as o } from "../../../chunks/Notification.module-CyBTQm0m.js";
2
+ import { c as i } from "../../../chunks/vendor-DJ6wKpvR.js";
3
+ import { s as o } from "../../../chunks/Notification.module-Bkv2fddJ.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-CyBTQm0m.js";
2
+ import { s as a } from "../../../chunks/Notification.module-Bkv2fddJ.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-CyBTQm0m.js";
2
+ import { s as t } from "../../../chunks/Notification.module-Bkv2fddJ.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-CyBTQm0m.js";
2
+ import { s as t } from "../../../chunks/Notification.module-Bkv2fddJ.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
3
3
  import "../FormField/components/FormFieldClear.js";
4
4
  import "../FormField/components/FormFieldCounter.js";
5
5
  import "../FormField/components/FormFieldDescription.js";
6
- import { F as d } from "../../chunks/FormFieldInput-q8qt9K5c.js";
6
+ import { F as d } from "../../chunks/FormFieldInput-B7snQZVi.js";
7
7
  import "../FormField/components/FormFieldLabel.js";
8
8
  import "../FormField/components/FormFieldMaskedInput.js";
9
9
  import "../FormField/components/FormFieldPostfix.js";
@@ -1,30 +1,30 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as m } from "../../chunks/vendor---Om3uMV.js";
4
- import { OrderedListItem as c } from "./OrderedListItem.js";
5
- const a = "orderedList__b6d0b2cc", L = {
6
- orderedList: a
7
- }, f = Object.assign(
3
+ import { c as m } from "../../chunks/vendor-DJ6wKpvR.js";
4
+ import { OrderedListItem as a } from "./OrderedListItem.js";
5
+ const c = "orderedList__66977df9", f = {
6
+ orderedList: c
7
+ }, L = Object.assign(
8
8
  i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: m(L.orderedList, t),
11
+ className: m(f.orderedList, t),
12
12
  start: e,
13
13
  style: e !== void 0 ? {
14
14
  ...r,
15
15
  "--start-index-tx": e - 1
16
16
  } : r,
17
17
  ...d,
18
- "data-tx": "0.27.0",
18
+ "data-tx": "0.29.0",
19
19
  ref: o
20
20
  }
21
21
  )),
22
22
  {
23
- Item: c
23
+ Item: a
24
24
  }
25
25
  );
26
- f.displayName = "OrderedList";
26
+ L.displayName = "OrderedList";
27
27
  export {
28
- f as OrderedList
28
+ L as OrderedList
29
29
  };
30
30
  //# sourceMappingURL=OrderedList.js.map
@@ -1,12 +1,12 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as i } from "../../chunks/vendor---Om3uMV.js";
3
+ import { c as i } from "../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { ETextSize as s } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
7
7
  import { Text as d } from "../Typography/Text.js";
8
8
  import "../Typography/Title.js";
9
- const a = "orderedListItem__798be0c0", p = {
9
+ const a = "orderedListItem__5eb7138b", p = {
10
10
  orderedListItem: a
11
11
  }, c = m.forwardRef(
12
12
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
@@ -16,7 +16,7 @@ const a = "orderedListItem__798be0c0", p = {
16
16
  size: s.B3,
17
17
  tag: "li",
18
18
  ...e,
19
- "data-tx": "0.27.0",
19
+ "data-tx": "0.29.0",
20
20
  ref: r
21
21
  }
22
22
  )
@@ -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---Om3uMV.js";
3
+ import { c as u } from "../../chunks/vendor-DJ6wKpvR.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-hR6GT0XD.js";
7
+ import { s as r } from "../../chunks/Overlay.module-B986w4hy.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---Om3uMV.js";
4
- import { s as a } from "../../chunks/Overlay.module-hR6GT0XD.js";
3
+ import { c as t } from "../../chunks/vendor-DJ6wKpvR.js";
4
+ import { s as a } from "../../chunks/Overlay.module-B986w4hy.js";
5
5
  const p = l.forwardRef(
6
6
  ({ className: r, opened: s, ...o }, e) => /* @__PURE__ */ m(
7
7
  "div",
@@ -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---Om3uMV.js";
3
+ import { c as P } from "../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { EOverlayDirection as a } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-hR6GT0XD.js";
5
+ import { s as e } from "../../chunks/Overlay.module-B986w4hy.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---Om3uMV.js";
3
+ import { c as i } from "../../chunks/vendor-DJ6wKpvR.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-DydaWXa2.js";
7
+ import { s as o } from "../../chunks/Page.module-oopm23nH.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---Om3uMV.js";
4
+ import { c as d } from "../../../chunks/vendor-DJ6wKpvR.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__9b5f6df2", P = "verticalMargin24__b1d56c5a", v = "verticalMargin16__11325177", o = {
9
- bodyPage: f,
7
+ import { EIslandType as f } from "../../Island/enums.js";
8
+ const M = "bodyPage__97adc22a", P = "verticalMargin24__0dc2f9ff", v = "verticalMargin16__203f517e", o = {
9
+ bodyPage: M,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
12
- }, b = {
12
+ }, _ = {
13
13
  [r.LARGE]: o.verticalMargin24,
14
14
  [r.SMALL]: o.verticalMargin16
15
- }, _ = m.forwardRef(
15
+ }, E = m.forwardRef(
16
16
  ({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
17
- const t = d(s, o.bodyPage, b[g]);
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 });
17
+ const t = d(s, o.bodyPage, _[g]);
18
+ return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: f.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
19
19
  }
20
20
  );
21
- _.displayName = "BodyPage";
21
+ E.displayName = "BodyPage";
22
22
  export {
23
- _ 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---Om3uMV.js";
3
+ import { c as T } from "../../../chunks/vendor-DJ6wKpvR.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-DydaWXa2.js";
12
+ import { s as n } from "../../../chunks/Page.module-oopm23nH.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---Om3uMV.js";
5
+ import { c as l } from "../../../chunks/vendor-DJ6wKpvR.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-DydaWXa2.js";
9
+ import { s as i } from "../../../chunks/Page.module-oopm23nH.js";
10
10
  const C = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,10 +1,16 @@
1
- import { Page as o } from "./Page.js";
2
- import { EBodyPageType as g, EBodyPageVerticalMargin as p, EFooterPageType as y, EHeaderPageType as P } from "./components/enums.js";
1
+ import { Page as r } from "./Page.js";
2
+ import { EBodyPageType as g, EBodyPageVerticalMargin as p, EFooterPageType as t, EHeaderPageType as P } from "./components/enums.js";
3
+ import { HeaderPage as d } from "./components/HeaderPage.js";
4
+ import { BodyPage as m } from "./components/BodyPage.js";
5
+ import { FooterPage as E } from "./components/FooterPage.js";
3
6
  export {
7
+ m as BodyPage,
4
8
  g as EBodyPageType,
5
9
  p as EBodyPageVerticalMargin,
6
- y as EFooterPageType,
10
+ t as EFooterPageType,
7
11
  P as EHeaderPageType,
8
- o as Page
12
+ E as FooterPage,
13
+ d as HeaderPage,
14
+ r as Page
9
15
  };
10
16
  //# sourceMappingURL=index.js.map
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { c as i } from "../../../chunks/vendor---Om3uMV.js";
2
+ import { c as i } from "../../../chunks/vendor-DJ6wKpvR.js";
3
3
  import d from "react";
4
- const r = "paginationExtended__e5c52800", s = {
4
+ const r = "paginationExtended__c6b32210", s = {
5
5
  paginationExtended: r
6
6
  }, x = d.forwardRef(
7
7
  ({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
10
  className: i(s.paginationExtended, n),
11
- "data-tx": "0.27.0",
11
+ "data-tx": "0.29.0",
12
12
  ...a,
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__f37d2804", N = "directionIconNext__f434ac60", n = {
7
+ const g = "paginationNavigationButton__a9be8e34", N = "directionIconNext__7a2cfc59", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, f = 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__f37d2804", N = "directionIconNext__f434ac
22
22
  );
23
23
  }
24
24
  );
25
- f.displayName = "PaginationNavigationButton";
25
+ I.displayName = "PaginationNavigationButton";
26
26
  export {
27
- f 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---Om3uMV.js";
4
- const g = "paginationNavigationExtended__a8b35e53", r = {
3
+ import { c as d } from "../../../chunks/vendor-DJ6wKpvR.js";
4
+ const g = "paginationNavigationExtended__0cc496cd", 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,22 +1,22 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as p } from "../../../chunks/vendor---Om3uMV.js";
3
+ import { c as p } from "../../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
- import { Text as s } from "../../Typography/Text.js";
7
+ import { Text as c } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
9
  import "../../Button/Button.js";
10
- import { ButtonBase as c } from "../../Button/ButtonBase.js";
10
+ import { ButtonBase as s } from "../../Button/ButtonBase.js";
11
11
  import "../../Button/ButtonIcon.js";
12
12
  import "../../Button/ButtonDropdown.js";
13
13
  import "../../Button/ButtonDropdownExtended.js";
14
- const P = "paginationPageButton__553866d4", u = "currentPage__b752e507", a = {
14
+ const P = "paginationPageButton__7b72bfda", u = "currentPage__285c2dcd", a = {
15
15
  paginationPageButton: P,
16
16
  currentPage: u
17
17
  }, f = m.forwardRef(
18
18
  ({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
19
- c,
19
+ s,
20
20
  {
21
21
  className: p(
22
22
  a.paginationPageButton,
@@ -28,7 +28,7 @@ const P = "paginationPageButton__553866d4", u = "currentPage__b752e507", a = {
28
28
  "aria-live": t ? "polite" : void 0,
29
29
  ...e,
30
30
  ref: n,
31
- children: /* @__PURE__ */ o(s, { size: g.B3, children: i })
31
+ children: /* @__PURE__ */ o(c, { size: g.B3, children: i })
32
32
  }
33
33
  )
34
34
  );
@@ -1,15 +1,15 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as p } from "../../../chunks/vendor---Om3uMV.js";
3
- import e from "react";
4
- import { ETextSize as r } from "../../Typography/enums.js";
2
+ import { c as p } from "../../../chunks/vendor-DJ6wKpvR.js";
3
+ import r from "react";
4
+ import { ETextSize as e } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
7
  import { Text as l } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
- const n = "paginationPageEllipsis__a90b93e7", m = {
9
+ const n = "paginationPageEllipsis__232731bf", m = {
10
10
  paginationPageEllipsis: n
11
- }, g = e.forwardRef(
12
- ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
11
+ }, g = r.forwardRef(
12
+ ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: e.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
13
13
  );
14
14
  g.displayName = "PaginationPageEllipsis";
15
15
  export {
@@ -1,28 +1,28 @@
1
- import { jsxs as s, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
- import { u as S, c as d } from "../../../chunks/vendor---Om3uMV.js";
3
+ import { u as d, c as S } from "../../../chunks/vendor-DJ6wKpvR.js";
4
4
  import { ETextSize as g } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import "../../Typography/CodeText.js";
7
7
  import { Text as f } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
- import { SelectField as b } from "../../SelectField/SelectField.js";
10
- import { EComponentSize as x } from "../../../enums/EComponentSize.js";
11
- const u = "paginationSelect__2c363b77", C = "paginationSelectControl__4bb8608b", o = {
12
- paginationSelect: u,
13
- paginationSelectControl: C
14
- }, z = m.forwardRef(
15
- ({ paginationLabel: e, className: n, options: a, value: r, onChange: l }, c) => {
16
- const [i] = p(() => `Pagination-${S()}`);
17
- return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
18
- /* @__PURE__ */ t(f, { size: g.B3, id: i, children: e }),
19
- /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
20
- b,
9
+ import { SelectField as x } from "../../SelectField/SelectField.js";
10
+ import { EComponentSize as u } from "../../../enums/EComponentSize.js";
11
+ const C = "paginationSelect__ae0e8235", z = "paginationSelectControl__d7dea9a6", o = {
12
+ paginationSelect: C,
13
+ paginationSelectControl: z
14
+ }, P = m.forwardRef(
15
+ ({ paginationLabel: t, className: a, options: n, value: r, onChange: l }, c) => {
16
+ const [i] = p(() => `Pagination-${d()}`);
17
+ return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, a), ref: c, children: [
18
+ /* @__PURE__ */ e(f, { size: g.B3, id: i, children: t }),
19
+ /* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
20
+ x,
21
21
  {
22
- size: x.SM,
22
+ size: u.SM,
23
23
  value: r,
24
- mobileTitle: e,
25
- options: a,
24
+ mobileTitle: t,
25
+ options: n,
26
26
  onChange: l,
27
27
  targetProps: {
28
28
  fieldLabel: ""
@@ -33,8 +33,8 @@ const u = "paginationSelect__2c363b77", C = "paginationSelectControl__4bb8608b",
33
33
  ] });
34
34
  }
35
35
  );
36
- z.displayName = "PaginationSelect";
36
+ P.displayName = "PaginationSelect";
37
37
  export {
38
- z as PaginationSelect
38
+ P as PaginationSelect
39
39
  };
40
40
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,4 +1,4 @@
1
- import { j as R } from "../../../chunks/vendor---Om3uMV.js";
1
+ import { j as R } from "../../../chunks/vendor-DJ6wKpvR.js";
2
2
  const m = -1, h = {
3
3
  // Создание массива чисел в заданном диапазоне с заданным шагом.
4
4
  generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
@@ -1,14 +1,14 @@
1
1
  import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c as d } from "../../chunks/vendor---Om3uMV.js";
4
- import { ETextSize as m } from "../Typography/enums.js";
3
+ import { c as n } from "../../chunks/vendor-DJ6wKpvR.js";
4
+ import { ETextSize as c } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import "../Typography/CodeText.js";
7
7
  import { Text as x } from "../Typography/Text.js";
8
8
  import "../Typography/Title.js";
9
9
  import { EComponentSize as s } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
- const y = "label__abb819c0", M = "sm__0d1911d5", T = "nonempty__164e5987", S = "md__938895af", g = "lg__8addb8f8", I = "disabled__cee3496a", R = "radio__2e978ac3", u = "radioIcon__2ca9a7df", a = {
11
+ const y = "label__b481365e", M = "sm__6c28bda1", T = "nonempty__79bf54aa", S = "md__0e5c9920", g = "lg__c404199f", I = "disabled__728c405f", R = "radio__1c61ab04", u = "radioIcon__c3306566", o = {
12
12
  label: y,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -18,19 +18,19 @@ const y = "label__abb819c0", M = "sm__0d1911d5", T = "nonempty__164e5987", S = "
18
18
  radio: R,
19
19
  radioIcon: u
20
20
  }, B = {
21
- [s.LG]: m.B2,
22
- [s.MD]: m.B3,
23
- [s.SM]: m.B4
24
- }, C = z(a), h = N.forwardRef((n, r) => {
25
- const { children: e, className: l, disabled: c, labelAttributes: o, size: t = s.MD, ...p } = n, _ = d(a.radio, l, C[t]), b = d(
26
- a.label,
27
- a[t],
28
- { [a.disabled]: !!c, [a.nonempty]: !!e },
29
- o == null ? void 0 : o.className
21
+ [s.LG]: c.B2,
22
+ [s.MD]: c.B3,
23
+ [s.SM]: c.B4
24
+ }, C = z(o), h = N.forwardRef((r, d) => {
25
+ const { children: e, className: l, disabled: m, labelAttributes: a, size: t = s.MD, ...p } = r, _ = n(o.radio, l, C[t]), b = n(
26
+ o.label,
27
+ o[t],
28
+ { [o.disabled]: !!m, [o.nonempty]: !!e },
29
+ a == null ? void 0 : a.className
30
30
  );
31
- return /* @__PURE__ */ f("label", { ...o, className: b, "data-tx": "0.27.0", children: [
32
- /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: r }),
33
- /* @__PURE__ */ i("span", { className: a.radioIcon }),
31
+ return /* @__PURE__ */ f("label", { ...a, className: b, "data-tx": "0.29.0", children: [
32
+ /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: m, ...p, ref: d }),
33
+ /* @__PURE__ */ i("span", { className: o.radioIcon }),
34
34
  e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
35
35
  ] });
36
36
  });
@@ -1,17 +1,17 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import { c as s } from "../../chunks/vendor---Om3uMV.js";
3
- const c = "radioXGroup__8c15084b", _ = "label__abb819c0", n = {
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { c as s } from "../../chunks/vendor-DJ6wKpvR.js";
3
+ const c = "radioXGroup__68feaf9b", _ = "label__b481365e", n = {
4
4
  radioXGroup: c,
5
- "indent-12": "indent-12__853bb6ff",
5
+ "indent-12": "indent-12__663735c5",
6
6
  label: _,
7
- "indent-16": "indent-16__28c554a8",
8
- "indent-20": "indent-20__29af19da",
9
- "indent-24": "indent-24__4e49c33c",
10
- "indent-28": "indent-28__5a9db70b",
11
- "indent-32": "indent-32__dd3bb770"
12
- }, l = (d) => {
13
- const { children: e, className: i, indent: o = 12, ...t } = d, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
- return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: e });
7
+ "indent-16": "indent-16__0c0fe406",
8
+ "indent-20": "indent-20__58b876b9",
9
+ "indent-24": "indent-24__d220552f",
10
+ "indent-28": "indent-28__e35443cf",
11
+ "indent-32": "indent-32__3df89c18"
12
+ }, l = (e) => {
13
+ const { children: d, className: i, indent: o = 12, ...t } = e, r = s(n.radioXGroup, n[`indent-${o}`], i);
14
+ return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...t, children: d });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,13 +1,13 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as d } from "../../chunks/vendor---Om3uMV.js";
3
- const e = "radioYGroup__9ed9458a", p = {
4
- radioYGroup: e
5
- }, t = (o) => {
6
- const { children: r, className: s, ...a } = o, i = d(p.radioYGroup, s);
7
- return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { c as p } from "../../chunks/vendor-DJ6wKpvR.js";
3
+ const t = "radioYGroup__67a48a3c", d = {
4
+ radioYGroup: t
5
+ }, e = (o) => {
6
+ const { children: r, className: s, ...a } = o, c = p(d.radioYGroup, s);
7
+ return /* @__PURE__ */ i("div", { className: c, role: "radiogroup", ...a, children: r });
8
8
  };
9
- t.displayName = "RadioYGroup";
9
+ e.displayName = "RadioYGroup";
10
10
  export {
11
- t as RadioYGroup
11
+ e as RadioYGroup
12
12
  };
13
13
  //# sourceMappingURL=RadioYGroup.js.map