@sberbusiness/triplex-next 1.16.0 → 1.18.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 (405) hide show
  1. package/chunks/{AlertProcessSpoiler-BG_kloAp.js → AlertProcessSpoiler-LkdaQ_Di.js} +6 -6
  2. package/chunks/{CalendarViewItem-CQQGgtHA.js → CalendarViewItem-pHtA4Vlx.js} +8 -8
  3. package/chunks/Card.module-BcSOlt-v.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-DiHCUVg2.js +14 -0
  5. package/chunks/{Chip-D_XuO-fG.js → Chip-CO3WBvtA.js} +14 -14
  6. package/chunks/Confirm.module-Dhpj4ZKo.js +15 -0
  7. package/chunks/{DropdownListItem-DzngoNVf.js → DropdownListItem-BQHOMeuh.js} +15 -15
  8. package/chunks/DropdownMobile.module-xbdFMKNS.js +23 -0
  9. package/chunks/Footer.module-C1SNucJG.js +9 -0
  10. package/chunks/{FormFieldInput-TbDWEJtn.js → FormFieldInput-BHKqXXmM.js} +9 -9
  11. package/chunks/HeaderLayoutSidebar.module-DwvmK73d.js +9 -0
  12. package/chunks/HeaderTabs.module-MEcJFqAB.js +9 -0
  13. package/chunks/{HeaderTitle.module-DVxCsuq0.js → HeaderTitle.module-DejeYBva.js} +2 -2
  14. package/chunks/IslandAccordion.module-BxCqLPl3.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-D1LPR8QN.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-BM15zmJI.js +12 -0
  17. package/chunks/{LightBoxContent-CY1Sxlp1.js → LightBoxContent-CAboXCdn.js} +14 -14
  18. package/chunks/LightBoxControls.module-DGtd3hzE.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-C1IxLp8t.js +8 -0
  20. package/chunks/{ListItemControlsButton-C55hc-cr.js → ListItemControlsButton-rljKBmYs.js} +7 -7
  21. package/chunks/ListItemTail.module-DeeZQGZM.js +12 -0
  22. package/chunks/ListMasterFooter.module-Deinj_Hn.js +10 -0
  23. package/chunks/ModalWindow.module-B0rsZ6qC.js +17 -0
  24. package/chunks/Notification.module-nKn4mJRI.js +21 -0
  25. package/chunks/Overlay.module-DK5sjXuJ.js +18 -0
  26. package/chunks/Page.module-CUe-R8bM.js +11 -0
  27. package/chunks/{RightBorderArrow-D4dScyRx.js → RightBorderArrow-VyofIz59.js} +8 -8
  28. package/chunks/SMSField.module-GiwLpUxs.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-n3OIn4Fh.js +15 -0
  30. package/chunks/{SliderExtendedRail-Bgz2tkUx.js → SliderExtendedRail-DgwS0MGB.js} +7 -7
  31. package/chunks/StatusTracker.module-BMReqWPL.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-CaLnhNmM.js → SuggestFieldMobileDropdownHint-BLejFeyH.js} +5 -5
  33. package/chunks/TableFooter.module-DFzmhqFH.js +14 -0
  34. package/chunks/TabsExtended.module-Dn0Lp5NZ.js +16 -0
  35. package/chunks/TabsLine.module-BXYAgYql.js +21 -0
  36. package/chunks/TooltipDesktop.module-Dabcv06X.js +19 -0
  37. package/chunks/TreeView.module-Bv5q9M8W.js +9 -0
  38. package/chunks/UploadZoneInput-CVEVGrOi.js +33 -0
  39. package/chunks/{constants-DAn1uZaw.js → constants-RnOklYSN.js} +12 -12
  40. package/chunks/utils-BecQ3s95.js +24 -0
  41. package/chunks/utils-CgBTTmNc.js +73 -0
  42. package/chunks/utils-IR7tW0dD.js +20 -0
  43. package/chunks/{utils-9tQwQbYj.js → utils-mnZTG3vL.js} +8 -8
  44. package/components/Alert/AlertContext/AlertContext.js +11 -11
  45. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  46. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  47. package/components/Amount/Amount.js +7 -7
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +15 -15
  50. package/components/Badge/Badge.js +5 -5
  51. package/components/Badge/BadgeDot.js +5 -5
  52. package/components/Badge/components/BadgeContent.js +12 -12
  53. package/components/Badge/components/BadgePostfix.js +7 -7
  54. package/components/Badge/components/BadgePrefix.js +4 -4
  55. package/components/Body/Body.js +7 -7
  56. package/components/Button/Button.js +28 -28
  57. package/components/Button/ButtonBase.js +1 -1
  58. package/components/Button/ButtonDropdown.js +1 -1
  59. package/components/Button/ButtonDropdownExtended.js +4 -4
  60. package/components/Button/ButtonIcon.js +9 -9
  61. package/components/Calendar/Calendar.js +20 -20
  62. package/components/Calendar/components/CalendarControls.js +9 -9
  63. package/components/Calendar/components/CalendarFooter.js +4 -4
  64. package/components/Calendar/components/CalendarViewDays.js +1 -1
  65. package/components/Calendar/components/CalendarViewItem.js +1 -1
  66. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  67. package/components/Calendar/components/CalendarViewYears.js +1 -1
  68. package/components/Card/CardAction.js +11 -11
  69. package/components/Card/CardStatic.js +2 -2
  70. package/components/Card/components/CardContent/CardContent.js +1 -1
  71. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  74. package/components/Card/components/CardMedia.js +1 -1
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +1 -1
  77. package/components/Checkbox/Checkbox.js +6 -6
  78. package/components/Checkbox/CheckboxXGroup.js +14 -14
  79. package/components/Checkbox/CheckboxYGroup.js +3 -3
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  84. package/components/Chip/Chip.js +1 -1
  85. package/components/Chip/ChipClearButton.js +6 -6
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +7 -7
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +1 -1
  91. package/components/Chip/ChipOptions.js +6 -6
  92. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  94. package/components/Chip/ChipSort.js +1 -1
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +12 -12
  101. package/components/Col/Col.js +134 -134
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +11 -11
  103. package/components/Confirm/Confirm.js +1 -1
  104. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  105. package/components/Confirm/components/ConfirmContent.js +1 -1
  106. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  107. package/components/Confirm/components/ConfirmControls.js +1 -1
  108. package/components/DateField/DateField.js +1 -1
  109. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  110. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  111. package/components/DateRange/DateRange.js +12 -12
  112. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  113. package/components/Divider/Divider.js +20 -20
  114. package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
  115. package/components/Dropdown/desktop/DropdownDesktop.js +18 -18
  116. package/components/Dropdown/desktop/DropdownList.js +1 -1
  117. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  118. package/components/Dropdown/desktop/index.js +1 -1
  119. package/components/Dropdown/index.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  121. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  123. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
  127. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  131. package/components/Ellipsis/Ellipsis.js +2 -2
  132. package/components/ExpandAnimation/ExpandAnimation.js +9 -9
  133. package/components/Footer/Footer.js +1 -1
  134. package/components/Footer/components/FooterDescription.js +1 -1
  135. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  136. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  137. package/components/FormField/FormField.js +30 -30
  138. package/components/FormField/components/FormFieldClear.js +9 -9
  139. package/components/FormField/components/FormFieldCounter.js +4 -4
  140. package/components/FormField/components/FormFieldDescription.js +3 -3
  141. package/components/FormField/components/FormFieldInput.js +1 -1
  142. package/components/FormField/components/FormFieldLabel.js +31 -30
  143. package/components/FormField/components/FormFieldMaskedInput.js +14 -14
  144. package/components/FormField/components/FormFieldPostfix.js +5 -5
  145. package/components/FormField/components/FormFieldPrefix.js +7 -7
  146. package/components/FormField/components/FormFieldTarget.js +19 -19
  147. package/components/FormField/components/FormFieldTextarea.js +12 -12
  148. package/components/FormField/index.js +1 -1
  149. package/components/Header/Header.js +1 -1
  150. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  151. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  153. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
  154. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  155. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  156. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  157. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  158. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  159. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  160. package/components/HelpBox/HelpBox.js +8 -8
  161. package/components/Island/Island.js +1 -1
  162. package/components/Island/components/IslandBody.js +2 -2
  163. package/components/Island/components/IslandFooter.js +5 -5
  164. package/components/Island/components/IslandHeader.js +3 -3
  165. package/components/Island/utils.js +1 -1
  166. package/components/IslandAccordion/IslandAccordion.js +2 -2
  167. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  168. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  169. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  170. package/components/IslandWidget/IslandWidget.js +15 -15
  171. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  172. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  173. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  174. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  176. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  177. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
  180. package/components/LightBox/LightBox.js +12 -12
  181. package/components/LightBox/LightBoxContent.js +1 -1
  182. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  183. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  184. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  185. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  186. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +26 -26
  187. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  188. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  190. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
  191. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
  192. package/components/Link/Link.js +24 -24
  193. package/components/List/List.js +2 -2
  194. package/components/List/components/ListEmptyState.js +1 -1
  195. package/components/List/components/ListItem.js +1 -1
  196. package/components/List/components/ListItemContent.js +5 -5
  197. package/components/List/components/ListItemControls.js +5 -5
  198. package/components/List/components/ListItemControlsButton.js +1 -1
  199. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  200. package/components/List/components/ListItemLoading.js +1 -1
  201. package/components/List/components/ListItemSelectable.js +3 -3
  202. package/components/List/components/ListItemTable.js +6 -6
  203. package/components/List/components/ListItemTailLeft.js +1 -1
  204. package/components/List/components/ListItemTailRight.js +1 -1
  205. package/components/List/components/ListSortableItem.js +8 -8
  206. package/components/List/components/ListSortableItemControls.js +5 -5
  207. package/components/List/components/ListSortableItemTarget.js +5 -5
  208. package/components/List/index.js +1 -1
  209. package/components/ListMaster/ListMaster.js +1 -1
  210. package/components/ListMaster/components/ListMasterBody.js +1 -1
  211. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  212. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  213. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  214. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  215. package/components/ListMaster/components/ListMasterHeader.js +1 -1
  216. package/components/ListMaster/components/SelectionControls.js +6 -6
  217. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  218. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  219. package/components/LoaderScreen/LoaderScreen.js +5 -5
  220. package/components/Marker/Marker.js +1 -1
  221. package/components/Marker/utils.js +1 -1
  222. package/components/MarkerStatus/MarkerStatus.js +15 -15
  223. package/components/ModalWindow/ModalWindow.js +1 -1
  224. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  225. package/components/ModalWindow/components/ModalWindowClose.js +1 -1
  226. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  227. package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
  228. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  229. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
  230. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  231. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  232. package/components/Notification/Notification.js +2 -2
  233. package/components/Notification/NotificationGrouped.js +1 -1
  234. package/components/Notification/components/NotificationBody.js +1 -1
  235. package/components/Notification/components/NotificationBodyContent.js +1 -1
  236. package/components/Notification/components/NotificationBodyList.js +1 -1
  237. package/components/Notification/components/NotificationClose.js +1 -1
  238. package/components/Notification/components/NotificationFooter.js +1 -1
  239. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  240. package/components/Notification/components/NotificationHeader.js +1 -1
  241. package/components/Notification/components/NotificationIcon.js +1 -1
  242. package/components/Notification/components/NotificationTime.js +1 -1
  243. package/components/NotificationIcon/NotificationIcon.js +1 -1
  244. package/components/NumberField/NumberFieldInput.js +1 -1
  245. package/components/OrderedList/OrderedList.js +2 -2
  246. package/components/OrderedList/OrderedListItem.js +11 -11
  247. package/components/Overlay/Overlay.js +1 -1
  248. package/components/Overlay/OverlayMask.js +13 -11
  249. package/components/Overlay/OverlayPanel.js +1 -1
  250. package/components/Overlay/index.js +12 -0
  251. package/components/Page/Page.js +1 -1
  252. package/components/Page/components/BodyPage.js +12 -12
  253. package/components/Page/components/FooterPage.js +1 -1
  254. package/components/Page/components/HeaderPage.js +1 -1
  255. package/components/Pagination/components/PaginationExtended.js +5 -5
  256. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  257. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  258. package/components/Pagination/components/PaginationPageButton.js +4 -4
  259. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  260. package/components/Pagination/components/PaginationSelect.js +17 -17
  261. package/components/Radio/Radio.js +18 -18
  262. package/components/Radio/RadioXGroup.js +12 -12
  263. package/components/Radio/RadioYGroup.js +6 -6
  264. package/components/Row/Row.js +6 -6
  265. package/components/SMSField/SMSField.js +2 -2
  266. package/components/SMSField/components/RefreshIcon.js +1 -1
  267. package/components/SMSField/components/SMSFieldInput.js +2 -2
  268. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  269. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  270. package/components/SegmentedControl/SegmentedControl.js +5 -5
  271. package/components/SegmentedControl/SegmentedControlSegment.js +16 -16
  272. package/components/SelectExtendedField/SelectExtendedField.js +7 -7
  273. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  274. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +21 -21
  275. package/components/Skeleton/Skeleton.js +12 -12
  276. package/components/SliderExtended/SliderExtended.js +2 -2
  277. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
  278. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  279. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  280. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  281. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
  282. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
  283. package/components/SmallInput/SmallInput.js +6 -6
  284. package/components/Spoiler/Spoiler.js +13 -13
  285. package/components/StatusTracker/StatusTracker.js +2 -2
  286. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  287. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  288. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  289. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  290. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  294. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  295. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  296. package/components/Step/Step.js +15 -15
  297. package/components/Stepper/RightBorderArrow.js +1 -1
  298. package/components/Stepper/Stepper.js +10 -10
  299. package/components/Stepper/StepperExtended.js +3 -3
  300. package/components/Stepper/StepperStep.js +2 -2
  301. package/components/Stepper/StepperWrapper.js +5 -5
  302. package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
  303. package/components/SuggestField/SuggestField.js +2 -2
  304. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  305. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  306. package/components/SuggestField/index.js +1 -1
  307. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  308. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  309. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  310. package/components/SuggestField/mobile/index.js +1 -1
  311. package/components/SwipeableArea/SwipeableArea.js +25 -25
  312. package/components/Table/FilterPanel.js +2 -2
  313. package/components/Table/MasterTable.js +18 -18
  314. package/components/Table/NoColumns.js +6 -6
  315. package/components/Table/PaginationPanel.js +4 -4
  316. package/components/Table/TableBasic/TableBasic.js +1 -1
  317. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  318. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  319. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  320. package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
  321. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
  322. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  323. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
  324. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  325. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  326. package/components/Table/TableFooter/TableFooter.js +1 -1
  327. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  328. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  329. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  330. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  331. package/components/Table/TabsLinePanel.js +5 -5
  332. package/components/Table/TabsLinePanelLinks.js +5 -5
  333. package/components/Table/utils.js +1 -1
  334. package/components/Tabs/Tabs.js +13 -13
  335. package/components/TabsExtended/TabsExtended.js +2 -2
  336. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  337. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  338. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  339. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  340. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  341. package/components/TabsExtended/utils.js +1 -1
  342. package/components/TabsLine/TabsLine.js +1 -1
  343. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  344. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  345. package/components/TabsLine/components/TabsLineItem.js +1 -1
  346. package/components/TabsLine/components/TabsLineMobile.js +3 -3
  347. package/components/Tag/Tag.js +1 -1
  348. package/components/TagColor/TagColor.js +13 -13
  349. package/components/TagGroup/TagGroup.js +9 -9
  350. package/components/TextField/TextField.js +1 -1
  351. package/components/TextareaField/TextareaField.js +1 -1
  352. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  353. package/components/Tooltip/components/common/TooltipLink.js +3 -3
  354. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  355. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  356. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  357. package/components/Tooltip/components/mobile/TooltipMobile.js +4 -4
  358. package/components/TopOverlay/TopOverlay.js +20 -20
  359. package/components/TreeView/TreeView.js +1 -1
  360. package/components/TreeView/components/TreeViewGroup.js +1 -1
  361. package/components/TreeView/components/TreeViewNode.js +1 -1
  362. package/components/Typography/Caption.js +22 -22
  363. package/components/Typography/Text.js +6 -6
  364. package/components/Typography/Title.js +18 -18
  365. package/components/Typography/constants.js +1 -1
  366. package/components/UnorderedList/UnorderedList.js +4 -4
  367. package/components/UnorderedList/UnorderedListItem.js +6 -6
  368. package/components/UploadZone/UploadZone.js +2 -2
  369. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  370. package/components/index.js +155 -146
  371. package/helpers/less/colors.less +110 -0
  372. package/index.d.ts +34 -4
  373. package/index.js +139 -130
  374. package/package.json +5 -1
  375. package/styles/triplex-next.css +546 -546
  376. package/chunks/Card.module-D_9Nt5tA.js +0 -17
  377. package/chunks/CheckboxTreeExtended.module-D7lKoA-a.js +0 -14
  378. package/chunks/Confirm.module-BFd_0tH_.js +0 -15
  379. package/chunks/DropdownMobile.module-Ct6WVB7d.js +0 -23
  380. package/chunks/Footer.module-Cz5Pu1VT.js +0 -9
  381. package/chunks/HeaderLayoutSidebar.module-Bce5gLLP.js +0 -9
  382. package/chunks/HeaderTabs.module-Bwx0AJwd.js +0 -9
  383. package/chunks/IslandAccordion.module-oqHSoL0z.js +0 -25
  384. package/chunks/IslandWidgetFooter.module-Bp7thdVi.js +0 -9
  385. package/chunks/IslandWidgetHeader.module-B2SJ3aL2.js +0 -12
  386. package/chunks/LightBoxControls.module-CXoONiYm.js +0 -16
  387. package/chunks/LightBoxSideOverlayClose.module-BeAPadn5.js +0 -8
  388. package/chunks/ListItemTail.module-BlucpMEa.js +0 -12
  389. package/chunks/ListMasterFooter.module-D93cBp3m.js +0 -10
  390. package/chunks/ModalWindow.module-AO3qbtIE.js +0 -17
  391. package/chunks/Notification.module-3pjGHWYU.js +0 -21
  392. package/chunks/Overlay.module-yINooO_5.js +0 -18
  393. package/chunks/Page.module-fTNmaZZ6.js +0 -11
  394. package/chunks/SMSField.module-D01Witvu.js +0 -16
  395. package/chunks/SliderExtendedMarks.module-BLyZ9qYi.js +0 -15
  396. package/chunks/StatusTracker.module-DPlTQG3M.js +0 -24
  397. package/chunks/TableFooter.module-zC8u9DwX.js +0 -14
  398. package/chunks/TabsExtended.module-C65aq0XO.js +0 -16
  399. package/chunks/TabsLine.module-B3O0egAv.js +0 -21
  400. package/chunks/TooltipDesktop.module-D1K6FcqB.js +0 -19
  401. package/chunks/TreeView.module-Vpz40gNk.js +0 -9
  402. package/chunks/UploadZoneInput-DxG_yQtm.js +0 -33
  403. package/chunks/utils-D7Yx6kDI.js +0 -20
  404. package/chunks/utils-DV0NGebi.js +0 -24
  405. package/chunks/utils-HLMbnICl.js +0 -73
@@ -1,23 +1,23 @@
1
- import { jsx as t, jsxs as r } from "react/jsx-runtime";
2
- import { useContext as c } from "react";
3
- import { MultiselectFieldContext as d } from "../MultiselectFieldContext.js";
4
- import { createSizeToClassNameMap as a } from "../../../utils/classNameMaps.js";
1
+ import { jsx as t, jsxs as c } from "react/jsx-runtime";
2
+ import { useContext as r } from "react";
3
+ import { MultiselectFieldContext as a } from "../MultiselectFieldContext.js";
4
+ import { createSizeToClassNameMap as d } from "../../../utils/classNameMaps.js";
5
5
  import { c as l } from "../../../chunks/vendor-Dlne6Znf.js";
6
6
  import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
7
- const C = "multiselectFieldContentWrapper__b02aadd8", u = "multiselectFieldContent__88992187", F = "sm__2bb1d0f1", _ = "md__f4eb89bd", f = "lg__4d529c39", e = {
7
+ const C = "multiselectFieldContentWrapper__1ec2dff2", u = "multiselectFieldContent__e13a467a", F = "sm__451bb94c", _ = "md__e8a23258", f = "lg__96121487", e = {
8
8
  multiselectFieldContentWrapper: C,
9
9
  multiselectFieldContent: u,
10
10
  sm: F,
11
11
  md: _,
12
12
  lg: f
13
- }, x = a(e), h = ({
13
+ }, x = d(e), h = ({
14
14
  children: s,
15
15
  className: o,
16
16
  loading: n,
17
17
  ...i
18
18
  }) => {
19
- const { size: m } = c(d);
20
- return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...i, children: /* @__PURE__ */ r("div", { tabIndex: -1, className: l(e.multiselectFieldContent, x[m]), children: [
19
+ const { size: m } = r(a);
20
+ return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...i, children: /* @__PURE__ */ c("div", { tabIndex: -1, className: l(e.multiselectFieldContent, x[m]), children: [
21
21
  s,
22
22
  n && /* @__PURE__ */ t(p, { type: "small" })
23
23
  ] }) });
@@ -1,6 +1,6 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
2
  import { c as s } from "../../../chunks/vendor-Dlne6Znf.js";
3
- const i = "multiselectFieldFooter__bd198088", c = {
3
+ const i = "multiselectFieldFooter__b2cdb9e9", c = {
4
4
  multiselectFieldFooter: i
5
5
  }, m = ({
6
6
  children: e,
@@ -1,13 +1,13 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import { c } from "../../../chunks/vendor-Dlne6Znf.js";
3
- const d = "multiselectFieldHeader__23c7afcd", i = {
3
+ const d = "multiselectFieldHeader__fe0dcc62", i = {
4
4
  multiselectFieldHeader: d
5
- }, a = ({
5
+ }, m = ({
6
6
  children: e,
7
7
  className: l,
8
8
  ...t
9
9
  }) => /* @__PURE__ */ s("div", { className: c(i.multiselectFieldHeader, l), ...t, children: e });
10
10
  export {
11
- a as MultiselectFieldDropdownHeader
11
+ m as MultiselectFieldDropdownHeader
12
12
  };
13
13
  //# sourceMappingURL=MultiselectFieldDropdownHeader.js.map
@@ -4,7 +4,7 @@ import { NotificationBody as d } from "./components/NotificationBody.js";
4
4
  import { NotificationClose as p } from "./components/NotificationClose.js";
5
5
  import { NotificationIcon as N } from "./components/NotificationIcon.js";
6
6
  import { NotificationTime as x } from "./components/NotificationTime.js";
7
- import { s as i } from "../../chunks/Notification.module-3pjGHWYU.js";
7
+ import { s as i } from "../../chunks/Notification.module-nKn4mJRI.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.16.0",
27
+ "data-tx": "1.18.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-3pjGHWYU.js";
3
+ import { s as e } from "../../chunks/Notification.module-nKn4mJRI.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-3pjGHWYU.js";
6
+ import { s as f } from "../../../chunks/Notification.module-nKn4mJRI.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-3pjGHWYU.js";
2
+ import { s as i } from "../../../chunks/Notification.module-nKn4mJRI.js";
3
3
  const n = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationBodyContent, children: o });
4
4
  n.displayName = "NotificationBodyContent";
5
5
  export {
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
3
3
  import "../../UnorderedList/UnorderedListItem.js";
4
- import { s as a } from "../../../chunks/Notification.module-3pjGHWYU.js";
4
+ import { s as a } from "../../../chunks/Notification.module-nKn4mJRI.js";
5
5
  import { c as e } from "../../../chunks/vendor-Dlne6Znf.js";
6
6
  const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
7
7
  c.displayName = "NotificationBodyList";
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
5
5
  import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
6
6
  import "../../Button/ButtonDropdown.js";
7
7
  import "../../Button/ButtonDropdownExtended.js";
8
- import { s as m } from "../../../chunks/Notification.module-3pjGHWYU.js";
8
+ import { s as m } from "../../../chunks/Notification.module-nKn4mJRI.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-3pjGHWYU.js";
2
+ import { s as i } from "../../../chunks/Notification.module-nKn4mJRI.js";
3
3
  const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
4
4
  s.displayName = "NotificationFooter";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../chunks/vendor-Dlne6Znf.js";
3
- import { s as o } from "../../../chunks/Notification.module-3pjGHWYU.js";
3
+ import { s as o } from "../../../chunks/Notification.module-nKn4mJRI.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-3pjGHWYU.js";
2
+ import { s as a } from "../../../chunks/Notification.module-nKn4mJRI.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-3pjGHWYU.js";
2
+ import { s as t } from "../../../chunks/Notification.module-nKn4mJRI.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-3pjGHWYU.js";
2
+ import { s as t } from "../../../chunks/Notification.module-nKn4mJRI.js";
3
3
  const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
4
4
  s.displayName = "NotificationTime";
5
5
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { c as t } from "../../chunks/vendor-Dlne6Znf.js";
3
- const c = "notificationIcon__3d04892d", a = {
3
+ const c = "notificationIcon__9bd47281", 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-TbDWEJtn.js";
9
+ import { F as d } from "../../chunks/FormFieldInput-BHKqXXmM.js";
10
10
  import "../FormField/components/FormFieldMaskedInput.js";
11
11
  import "../FormField/components/FormFieldPostfix.js";
12
12
  import "../FormField/components/FormFieldPrefix.js";
@@ -2,7 +2,7 @@ import { jsx as s } from "react/jsx-runtime";
2
2
  import d from "react";
3
3
  import { c as o } from "../../chunks/vendor-Dlne6Znf.js";
4
4
  import { OrderedListItem as i } from "./OrderedListItem.js";
5
- const a = "orderedList__1a6b3628", m = {
5
+ const a = "orderedList__0f7830a8", m = {
6
6
  orderedList: a
7
7
  }, c = Object.assign(
8
8
  d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
@@ -10,7 +10,7 @@ const a = "orderedList__1a6b3628", m = {
10
10
  {
11
11
  className: o(m.orderedList, r),
12
12
  ...e,
13
- "data-tx": "1.16.0",
13
+ "data-tx": "1.18.0",
14
14
  ref: t
15
15
  }
16
16
  )),
@@ -1,27 +1,27 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { c as d } from "../../chunks/vendor-Dlne6Znf.js";
4
- import { ETextSize as s } from "../Typography/enums.js";
3
+ import { c as s } from "../../chunks/vendor-Dlne6Znf.js";
4
+ import { ETextSize as i } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
- import { Text as i } from "../Typography/Text.js";
6
+ import { Text as d } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
- const a = "orderedListItem__3bd69d3b", p = {
8
+ const a = "orderedListItem__9bf5a932", f = {
9
9
  orderedListItem: a
10
- }, f = m.forwardRef(
10
+ }, p = m.forwardRef(
11
11
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
12
- i,
12
+ d,
13
13
  {
14
- className: d(p.orderedListItem, t),
15
- size: s.B3,
14
+ className: s(f.orderedListItem, t),
15
+ size: i.B3,
16
16
  tag: "li",
17
17
  ...e,
18
- "data-tx": "1.16.0",
18
+ "data-tx": "1.18.0",
19
19
  ref: r
20
20
  }
21
21
  )
22
22
  );
23
- f.displayName = "OrderedListItem";
23
+ p.displayName = "OrderedListItem";
24
24
  export {
25
- f as OrderedListItem
25
+ p as OrderedListItem
26
26
  };
27
27
  //# sourceMappingURL=OrderedListItem.js.map
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-Dlne6Znf.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-yINooO_5.js";
7
+ import { s as r } from "../../chunks/Overlay.module-DK5sjXuJ.js";
8
8
  const s = ({
9
9
  children: o,
10
10
  className: i,
@@ -1,17 +1,19 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import l from "react";
3
3
  import { c as t } from "../../chunks/vendor-Dlne6Znf.js";
4
- import { s as a } from "../../chunks/Overlay.module-yINooO_5.js";
5
- const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
6
- "div",
7
- {
8
- className: t(a.overlayMask, r, {
9
- [a.overlayOpened]: s
10
- }),
11
- ref: o,
12
- ...e
13
- }
14
- ));
4
+ import { s as a } from "../../chunks/Overlay.module-DK5sjXuJ.js";
5
+ const f = l.forwardRef(
6
+ ({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
7
+ "div",
8
+ {
9
+ className: t(a.overlayMask, r, {
10
+ [a.overlayOpened]: s
11
+ }),
12
+ ref: o,
13
+ ...e
14
+ }
15
+ )
16
+ );
15
17
  f.displayName = "OverlayMask";
16
18
  export {
17
19
  f as OverlayMask
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { c as d } from "../../chunks/vendor-Dlne6Znf.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-yINooO_5.js";
5
+ import { s as e } from "../../chunks/Overlay.module-DK5sjXuJ.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -0,0 +1,12 @@
1
+ import { Overlay as o } from "./Overlay.js";
2
+ import { EOverlayDirection as l, OverlayBase as t } from "./OverlayBase.js";
3
+ import { OverlayMask as y } from "./OverlayMask.js";
4
+ import { OverlayPanel as f } from "./OverlayPanel.js";
5
+ export {
6
+ l as EOverlayDirection,
7
+ o as Overlay,
8
+ t as OverlayBase,
9
+ y as OverlayMask,
10
+ f as OverlayPanel
11
+ };
12
+ //# sourceMappingURL=index.js.map
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-Dlne6Znf.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-fTNmaZZ6.js";
7
+ import { s as o } from "../../chunks/Page.module-CUe-R8bM.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,25 +1,25 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import g from "react";
2
+ import m from "react";
3
3
  import { Body as c } from "../../Body/Body.js";
4
- import { c as m } from "../../../chunks/vendor-Dlne6Znf.js";
4
+ import { c as d } from "../../../chunks/vendor-Dlne6Znf.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
- import { Island as f } from "../../Island/Island.js";
7
- import { EIslandType as p } from "../../Island/enums.js";
8
- const M = "bodyPage__ffb40f5a", P = "verticalMargin24__835e4fa6", v = "verticalMargin16__d8dd7232", o = {
9
- bodyPage: M,
6
+ import { Island as p } from "../../Island/Island.js";
7
+ import { EIslandType as M } from "../../Island/enums.js";
8
+ const f = "bodyPage__051407dc", P = "verticalMargin24__1fa582cc", v = "verticalMargin16__351005f5", o = {
9
+ bodyPage: f,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
12
12
  }, _ = {
13
13
  [r.LARGE]: o.verticalMargin24,
14
14
  [r.SMALL]: o.verticalMargin16
15
- }, b = g.forwardRef(
16
- ({ className: s, type: l, size: n, verticalMargin: d = r.LARGE, ...e }, i) => {
17
- const t = m(s, o.bodyPage, _[d]);
18
- return l === y.FIRST ? /* @__PURE__ */ a(f, { className: t, type: p.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
15
+ }, E = m.forwardRef(
16
+ ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...e }, i) => {
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 });
19
19
  }
20
20
  );
21
- b.displayName = "BodyPage";
21
+ E.displayName = "BodyPage";
22
22
  export {
23
- b as BodyPage
23
+ E as BodyPage
24
24
  };
25
25
  //# sourceMappingURL=BodyPage.js.map
@@ -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-fTNmaZZ6.js";
12
+ import { s as c } from "../../../chunks/Page.module-CUe-R8bM.js";
13
13
  const w = Object.assign(
14
14
  F.forwardRef(
15
15
  ({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
@@ -6,7 +6,7 @@ import { c as p } from "../../../chunks/vendor-Dlne6Znf.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-fTNmaZZ6.js";
9
+ import { s as i } from "../../../chunks/Page.module-CUe-R8bM.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,17 +1,17 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-Dlne6Znf.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__7f3742f2", s = {
4
+ const r = "paginationExtended__39acfafc", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
- ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
7
+ ({ children: a, className: t, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
- className: d(s.paginationExtended, a),
11
- "data-tx": "1.16.0",
10
+ className: d(s.paginationExtended, t),
11
+ "data-tx": "1.18.0",
12
12
  ...n,
13
13
  ref: e,
14
- children: t
14
+ children: a
15
15
  }
16
16
  )
17
17
  );
@@ -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__a1a4373e", N = "directionIconNext__697ab40e", n = {
7
+ const g = "paginationNavigationButton__514ff7c6", N = "directionIconNext__d2550614", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
- }, I = c.forwardRef(
10
+ }, f = 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__a1a4373e", N = "directionIconNext__697ab4
22
22
  );
23
23
  }
24
24
  );
25
- I.displayName = "PaginationNavigationButton";
25
+ f.displayName = "PaginationNavigationButton";
26
26
  export {
27
- I as PaginationNavigationButton
27
+ f as PaginationNavigationButton
28
28
  };
29
29
  //# sourceMappingURL=PaginationNavigationButton.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as d } from "../../../chunks/vendor-Dlne6Znf.js";
4
- const g = "paginationNavigationExtended__8bc0fc09", r = {
4
+ const g = "paginationNavigationExtended__d19a81d4", 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,15 +1,15 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import g from "react";
3
- import { c } from "../../../chunks/vendor-Dlne6Znf.js";
4
- const u = "paginationPageButton__012335c6", s = "currentPage__09f82d11", a = {
5
- paginationPageButton: u,
3
+ import { c as u } from "../../../chunks/vendor-Dlne6Znf.js";
4
+ const c = "paginationPageButton__5719556d", s = "currentPage__2897f88a", a = {
5
+ paginationPageButton: c,
6
6
  currentPage: s
7
7
  }, P = g.forwardRef(
8
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
@@ -1,7 +1,7 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { c as e } from "../../../chunks/vendor-Dlne6Znf.js";
3
3
  import o from "react";
4
- const t = "pageEllipsis__1f8641ea", r = {
4
+ const t = "pageEllipsis__295dada9", r = {
5
5
  pageEllipsis: t
6
6
  }, n = o.forwardRef(
7
7
  ({ children: s, className: a, ...i }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, a), ...i, ref: l, children: s })
@@ -1,27 +1,27 @@
1
- import { jsxs as s, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import m, { useState as p } from "react";
3
3
  import { u as d, c as S } from "../../../chunks/vendor-Dlne6Znf.js";
4
4
  import { ETextSize as f } from "../../Typography/enums.js";
5
5
  import "../../Typography/Caption.js";
6
6
  import { Text as g } from "../../Typography/Text.js";
7
7
  import "../../Typography/Title.js";
8
- import { SelectField as u } from "../../SelectField/SelectField.js";
9
- import { EComponentSize as x } from "../../../enums/EComponentSize.js";
10
- const _ = "paginationSelect__591e2d54", C = "paginationSelectControl__4021ec80", o = {
11
- paginationSelect: _,
12
- paginationSelectControl: C
13
- }, z = m.forwardRef(
14
- ({ paginationLabel: t, className: n, options: a, value: l, onChange: r }, c) => {
8
+ import { SelectField as b } from "../../SelectField/SelectField.js";
9
+ import { EComponentSize as u } from "../../../enums/EComponentSize.js";
10
+ const x = "paginationSelect__f47d18b4", _ = "paginationSelectControl__26a6b92b", o = {
11
+ paginationSelect: x,
12
+ paginationSelectControl: _
13
+ }, C = m.forwardRef(
14
+ ({ paginationLabel: e, className: a, options: n, value: l, onChange: r }, c) => {
15
15
  const [i] = p(() => `Pagination-${d()}`);
16
- return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, n), ref: c, children: [
17
- /* @__PURE__ */ e(g, { size: f.B3, id: i, children: t }),
18
- /* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
19
- u,
16
+ return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, a), ref: c, children: [
17
+ /* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
18
+ /* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
19
+ b,
20
20
  {
21
- size: x.SM,
21
+ size: u.SM,
22
22
  value: l,
23
- mobileTitle: t,
24
- options: a,
23
+ mobileTitle: e,
24
+ options: n,
25
25
  onChange: r,
26
26
  targetProps: {
27
27
  fieldLabel: ""
@@ -32,8 +32,8 @@ const _ = "paginationSelect__591e2d54", C = "paginationSelectControl__4021ec80",
32
32
  ] });
33
33
  }
34
34
  );
35
- z.displayName = "PaginationSelect";
35
+ C.displayName = "PaginationSelect";
36
36
  export {
37
- z as PaginationSelect
37
+ C as PaginationSelect
38
38
  };
39
39
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,13 +1,13 @@
1
- import { jsxs as f, jsx as d } from "react/jsx-runtime";
1
+ import { jsxs as b, jsx as i } from "react/jsx-runtime";
2
2
  import N from "react";
3
- import { c } from "../../chunks/vendor-Dlne6Znf.js";
4
- import { ETextSize as i } from "../Typography/enums.js";
3
+ import { c as n } from "../../chunks/vendor-Dlne6Znf.js";
4
+ import { ETextSize as m } from "../Typography/enums.js";
5
5
  import "../Typography/Caption.js";
6
6
  import { Text as x } from "../Typography/Text.js";
7
7
  import "../Typography/Title.js";
8
- import { EComponentSize as s } from "../../enums/EComponentSize.js";
8
+ import { EComponentSize as a } from "../../enums/EComponentSize.js";
9
9
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
10
- const y = "label__7263c1b8", M = "sm__51bd472a", T = "nonempty__e6a85ff5", S = "md__4d4c96d4", g = "lg__fd9d96fd", u = "disabled__dac68b1a", I = "radio__0556cda3", R = "radioIcon__e3a738b8", a = {
10
+ const y = "label__816f07f3", M = "sm__8188948e", T = "nonempty__de05932c", S = "md__1907026a", g = "lg__41f18c20", u = "disabled__8f467e70", I = "radio__c0dcd099", R = "radioIcon__1f119356", o = {
11
11
  label: y,
12
12
  sm: M,
13
13
  nonempty: T,
@@ -17,20 +17,20 @@ const y = "label__7263c1b8", M = "sm__51bd472a", T = "nonempty__e6a85ff5", S = "
17
17
  radio: I,
18
18
  radioIcon: R
19
19
  }, B = {
20
- [s.LG]: i.B2,
21
- [s.MD]: i.B3,
22
- [s.SM]: i.B4
23
- }, C = z(a), h = N.forwardRef((n, r) => {
24
- const { children: e, className: l, disabled: m, labelAttributes: o, size: t = s.MD, ...p } = n, _ = c(a.radio, l, C[t]), b = c(
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.B4
23
+ }, C = z(o), h = N.forwardRef((d, r) => {
24
+ const { children: e, className: l, disabled: c, labelAttributes: s, size: t = a.MD, ...p } = d, _ = n(o.radio, l, C[t]), f = 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: b, "data-tx": "1.16.0", children: [
31
- /* @__PURE__ */ d("input", { type: "radio", className: _, disabled: m, ...p, ref: r }),
32
- /* @__PURE__ */ d("span", { className: a.radioIcon }),
33
- e && /* @__PURE__ */ d(x, { size: B[t], tag: "div", children: e })
30
+ return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "1.18.0", children: [
31
+ /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: r }),
32
+ /* @__PURE__ */ i("span", { className: o.radioIcon }),
33
+ e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
34
34
  ] });
35
35
  });
36
36
  h.displayName = "Radio";
@@ -1,17 +1,17 @@
1
- import { jsx as r } from "react/jsx-runtime";
1
+ import { jsx as a } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-Dlne6Znf.js";
3
- const _ = "radioXGroup__dc0e3185", c = "label__7263c1b8", n = {
4
- radioXGroup: _,
5
- "indent-12": "indent-12__fdb740e4",
6
- label: c,
7
- "indent-16": "indent-16__a226bb9d",
8
- "indent-20": "indent-20__f876d1e4",
9
- "indent-24": "indent-24__a1284e7d",
10
- "indent-28": "indent-28__e4d5b83c",
11
- "indent-32": "indent-32__27beae7b"
3
+ const c = "radioXGroup__2173d684", _ = "label__816f07f3", n = {
4
+ radioXGroup: c,
5
+ "indent-12": "indent-12__7458313d",
6
+ label: _,
7
+ "indent-16": "indent-16__dc3f1b5c",
8
+ "indent-20": "indent-20__b3b0fc1e",
9
+ "indent-24": "indent-24__4c7ec81a",
10
+ "indent-28": "indent-28__1265bc7e",
11
+ "indent-32": "indent-32__b8ad1e3e"
12
12
  }, l = (e) => {
13
- const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
14
- return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
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 {