@sberbusiness/triplex-next 1.33.0 → 1.34.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 (433) hide show
  1. package/chunks/AlertProcessSpoiler-DaiPrsW6.js +41 -0
  2. package/chunks/CalendarViewItem-DBzrBL3f.js +101 -0
  3. package/chunks/Card.module-Pe2ogNIk.js +18 -0
  4. package/chunks/CheckboxTreeExtended.module-D-nuxCw2.js +15 -0
  5. package/chunks/{Chip-DUgRidoA.js → Chip-l3XTM9L_.js} +23 -23
  6. package/chunks/Confirm.module-BBLLzr0p.js +15 -0
  7. package/chunks/{DropdownListItem-DfdRzHWo.js → DropdownListItem-Db1_Qf-T.js} +9 -9
  8. package/chunks/DropdownMobile.module-yjUQwtlN.js +23 -0
  9. package/chunks/Footer.module-CT9KM6mo.js +9 -0
  10. package/chunks/{FormFieldInput-CxAdhoLS.js → FormFieldInput-DFQ9utC5.js} +8 -8
  11. package/chunks/HeaderLayoutSidebar.module-DyYzCUfm.js +9 -0
  12. package/chunks/HeaderTabs.module-xtUGHrWk.js +9 -0
  13. package/chunks/{HeaderTitle.module-tH470aDn.js → HeaderTitle.module-XER-L3oZ.js} +2 -2
  14. package/chunks/ImageGalleryExtendedMain.module-XdOAzDPn.js +17 -0
  15. package/chunks/ImageGalleryExtendedThumb-DyFhUrYf.js +28 -0
  16. package/chunks/IslandAccordion.module-CJbyk2md.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-DmCVzrdZ.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-DsL-iWLC.js +13 -0
  19. package/chunks/{LightBoxContent-Dzx47lKv.js → LightBoxContent--zK60qip.js} +6 -6
  20. package/chunks/LightBoxControls.module-CzFWAOVn.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-DMvLOKDr.js +9 -0
  22. package/chunks/{ListItemControlsButton-Dc6wY6Fp.js → ListItemControlsButton-DOzJu8QS.js} +7 -7
  23. package/chunks/ListItemTail.module-BktNzHQ3.js +12 -0
  24. package/chunks/ListMasterFooter.module-BupkMzcp.js +10 -0
  25. package/chunks/ModalWindow.module-BKssph_P.js +17 -0
  26. package/chunks/Notification.module-BU6Z_ATv.js +20 -0
  27. package/chunks/Overlay.module-MZsYSnWB.js +18 -0
  28. package/chunks/Page.module-CS5TUL6b.js +11 -0
  29. package/chunks/SMSField.module-C73HM5Ag.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-BONXJjKi.js +15 -0
  31. package/chunks/{SliderExtendedRail-BYOwvNNf.js → SliderExtendedRail-DmkehIF9.js} +11 -11
  32. package/chunks/StatusTracker.module-BpNMTLV3.js +24 -0
  33. package/chunks/{StepperStepArrowBorder-j6OP5KT9.js → StepperStepArrowBorder-D7k-xdb7.js} +9 -9
  34. package/chunks/{SuggestFieldMobileDropdownHint-C8OEdlFf.js → SuggestFieldMobileDropdownHint-AG8aD2R1.js} +6 -6
  35. package/chunks/TableFooter.module-gdlmAJMs.js +14 -0
  36. package/chunks/TabsExtended.module-CAl-vyry.js +16 -0
  37. package/chunks/TabsLine.module-DzWGxbiq.js +21 -0
  38. package/chunks/TooltipDesktop.module-Bfmd95Xq.js +19 -0
  39. package/chunks/TreeView.module-zhlptASD.js +9 -0
  40. package/chunks/{UploadZoneInput-B_FFSQm7.js → UploadZoneInput-DsuMWKCX.js} +8 -8
  41. package/chunks/{constants-Dm1nkJLa.js → constants-BU5P5Suc.js} +13 -13
  42. package/chunks/{utils-C7AeO50S.js → utils-B0yofitE.js} +5 -5
  43. package/chunks/{utils-CqED8Odf.js → utils-BWmvhfLt.js} +17 -17
  44. package/chunks/utils-DeQzy52G.js +24 -0
  45. package/chunks/utils-YOUyx-FI.js +28 -0
  46. package/components/Alert/AlertContext/AlertContext.js +8 -8
  47. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  48. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  49. package/components/Amount/Amount.js +4 -4
  50. package/components/AmountField/AmountField.js +1 -1
  51. package/components/Avatar/Avatar.js +7 -7
  52. package/components/Badge/Badge.js +9 -9
  53. package/components/Badge/BadgeDot.js +5 -5
  54. package/components/Badge/components/BadgeContent.js +10 -10
  55. package/components/Badge/components/BadgePostfix.js +6 -6
  56. package/components/Badge/components/BadgePrefix.js +4 -4
  57. package/components/Body/Body.js +6 -6
  58. package/components/Button/Button.js +25 -25
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +2 -2
  61. package/components/Button/ButtonDropdownExtended.js +7 -7
  62. package/components/Button/ButtonIcon.js +1 -1
  63. package/components/Calendar/Calendar.js +5 -5
  64. package/components/Calendar/components/CalendarControls.js +5 -5
  65. package/components/Calendar/components/CalendarFooter.js +4 -4
  66. package/components/Calendar/components/CalendarViewDays.js +1 -1
  67. package/components/Calendar/components/CalendarViewItem.js +1 -1
  68. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  69. package/components/Calendar/components/CalendarViewYears.js +1 -1
  70. package/components/Card/CardAction.js +12 -12
  71. package/components/Card/CardStatic.js +2 -2
  72. package/components/Card/components/CardContent/CardContent.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  74. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  76. package/components/Card/components/CardMedia.js +1 -1
  77. package/components/Card/utils.js +1 -1
  78. package/components/CarouselExtended/CarouselExtended.js +11 -11
  79. package/components/Checkbox/Checkbox.js +2 -2
  80. package/components/Checkbox/CheckboxXGroup.js +15 -15
  81. package/components/Checkbox/CheckboxYGroup.js +1 -1
  82. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  86. package/components/Chip/Chip.js +1 -1
  87. package/components/Chip/ChipClearButton.js +5 -5
  88. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  89. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  90. package/components/Chip/ChipDropdownArrow.js +5 -5
  91. package/components/Chip/ChipIcon.js +1 -1
  92. package/components/Chip/ChipMultiselect.js +1 -1
  93. package/components/Chip/ChipOptions.js +6 -6
  94. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  95. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  96. package/components/Chip/ChipSort.js +1 -1
  97. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  98. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  99. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  100. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  101. package/components/Chip/index.js +1 -1
  102. package/components/ChipGroup/ChipGroup.js +10 -10
  103. package/components/Col/Col.js +148 -148
  104. package/components/CollapsibleTree/CollapsibleTree.js +5 -5
  105. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +1 -1
  106. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
  107. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +5 -5
  108. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +3 -3
  109. package/components/Confirm/Confirm.js +1 -1
  110. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  111. package/components/Confirm/components/ConfirmContent.js +1 -1
  112. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  113. package/components/Confirm/components/ConfirmControls.js +1 -1
  114. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  115. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
  116. package/components/DateRange/DateRange.js +10 -10
  117. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  118. package/components/Divider/Divider.js +17 -17
  119. package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
  120. package/components/Dropdown/desktop/DropdownDesktop.js +8 -8
  121. package/components/Dropdown/desktop/DropdownList.js +1 -1
  122. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  123. package/components/Dropdown/desktop/index.js +1 -1
  124. package/components/Dropdown/index.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
  132. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  136. package/components/Ellipsis/Ellipsis.js +14 -14
  137. package/components/EmptyView/EmptyView.js +6 -6
  138. package/components/ExpandAnimation/ExpandAnimation.js +1 -1
  139. package/components/Footer/Footer.js +1 -1
  140. package/components/Footer/components/FooterDescription.js +1 -1
  141. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  142. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  143. package/components/FormField/FormField.js +28 -28
  144. package/components/FormField/components/FormFieldClear.js +9 -9
  145. package/components/FormField/components/FormFieldCounter.js +5 -5
  146. package/components/FormField/components/FormFieldDescription.js +9 -9
  147. package/components/FormField/components/FormFieldInput.js +1 -1
  148. package/components/FormField/components/FormFieldLabel.js +6 -6
  149. package/components/FormField/components/FormFieldMaskedInput.js +16 -16
  150. package/components/FormField/components/FormFieldPostfix.js +5 -5
  151. package/components/FormField/components/FormFieldPrefix.js +7 -7
  152. package/components/FormField/components/FormFieldTarget.js +19 -19
  153. package/components/FormField/components/FormFieldTextarea.js +19 -19
  154. package/components/FormField/components/index.js +1 -1
  155. package/components/FormField/index.js +1 -1
  156. package/components/Gap/Gap.js +12 -12
  157. package/components/Header/Header.js +1 -1
  158. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  159. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  160. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  161. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  162. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  163. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  164. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  165. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  166. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  167. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  168. package/components/HelpBox/HelpBox.js +4 -4
  169. package/components/IconWrapper/IconWrapper.js +10 -10
  170. package/components/ImageGallery/ImageGallery.js +1 -1
  171. package/components/ImageGalleryExtended/ImageGalleryExtended.js +2 -2
  172. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
  173. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +12 -12
  174. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +1 -1
  175. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
  176. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
  177. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
  178. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
  179. package/components/ImageGalleryExtended/components/index.js +1 -1
  180. package/components/ImageGalleryExtended/index.js +1 -1
  181. package/components/Island/Island.js +1 -1
  182. package/components/Island/components/IslandBody.js +2 -2
  183. package/components/Island/components/IslandFooter.js +6 -6
  184. package/components/Island/components/IslandHeader.js +3 -3
  185. package/components/Island/utils.js +1 -1
  186. package/components/IslandAccordion/IslandAccordion.js +2 -2
  187. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  188. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  189. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  190. package/components/IslandWidget/IslandWidget.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  192. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  193. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  194. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  195. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  196. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  197. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  198. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
  199. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  200. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
  201. package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
  202. package/components/LightBox/LightBox.js +22 -22
  203. package/components/LightBox/LightBoxContent.js +1 -1
  204. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  205. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  206. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  207. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  208. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +30 -30
  209. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  210. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  211. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  212. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
  213. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
  214. package/components/Link/Link.js +13 -13
  215. package/components/List/List.js +9 -8
  216. package/components/List/components/ListEmptyState.js +1 -1
  217. package/components/List/components/ListItem.js +1 -1
  218. package/components/List/components/ListItemContent.js +16 -16
  219. package/components/List/components/ListItemControls.js +5 -5
  220. package/components/List/components/ListItemControlsButton.js +1 -1
  221. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  222. package/components/List/components/ListItemLoading.js +1 -1
  223. package/components/List/components/ListItemSelectable.js +1 -1
  224. package/components/List/components/ListItemTable.js +1 -1
  225. package/components/List/components/ListItemTailLeft.js +6 -14
  226. package/components/List/components/ListItemTailRight.js +1 -1
  227. package/components/List/components/ListSortableItem.js +1 -1
  228. package/components/List/components/ListSortableItemControls.js +8 -8
  229. package/components/List/components/ListSortableItemTarget.js +7 -7
  230. package/components/List/index.js +1 -1
  231. package/components/ListMaster/ListMaster.js +1 -1
  232. package/components/ListMaster/components/ListMasterBody.js +1 -1
  233. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  234. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  235. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  236. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  237. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  238. package/components/ListMaster/components/SelectionControls.js +2 -2
  239. package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
  240. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  241. package/components/LoaderScreen/LoaderScreen.js +8 -8
  242. package/components/Marker/Marker.js +1 -1
  243. package/components/Marker/utils.js +1 -1
  244. package/components/MarkerStatus/MarkerStatus.js +4 -4
  245. package/components/ModalWindow/ModalWindow.js +1 -1
  246. package/components/ModalWindow/components/ModalWindowBody.js +7 -7
  247. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  248. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  249. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  250. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  251. package/components/MonthYearRange/MonthYearRange.js +9 -9
  252. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  253. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +1 -1
  254. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  255. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  256. package/components/Notification/Notification.js +36 -37
  257. package/components/Notification/NotificationGrouped.js +12 -7
  258. package/components/Notification/components/NotificationBody.js +20 -16
  259. package/components/Notification/components/NotificationBodyList.js +1 -1
  260. package/components/Notification/components/NotificationClose.js +1 -1
  261. package/components/Notification/components/NotificationFooter.js +1 -1
  262. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  263. package/components/Notification/components/NotificationHeader.js +1 -1
  264. package/components/Notification/components/NotificationIcon.js +1 -1
  265. package/components/Notification/components/NotificationTime.js +1 -1
  266. package/components/NumberField/NumberFieldInput.js +1 -1
  267. package/components/OrderedList/OrderedList.js +8 -8
  268. package/components/OrderedList/OrderedListItem.js +5 -5
  269. package/components/Overlay/Overlay.js +54 -54
  270. package/components/Overlay/OverlayBase.js +26 -22
  271. package/components/Overlay/OverlayMask.js +1 -1
  272. package/components/Overlay/OverlayPanel.js +1 -1
  273. package/components/Page/Page.js +1 -1
  274. package/components/Page/components/BodyPage.js +2 -2
  275. package/components/Page/components/FooterPage.js +1 -1
  276. package/components/Page/components/HeaderPage.js +1 -1
  277. package/components/Pagination/components/PaginationExtended.js +2 -2
  278. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  279. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  280. package/components/Pagination/components/PaginationPageButton.js +14 -14
  281. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  282. package/components/Pagination/components/PaginationSelect.js +5 -5
  283. package/components/Radio/Radio.js +17 -17
  284. package/components/Radio/RadioXGroup.js +11 -11
  285. package/components/Radio/RadioYGroup.js +1 -1
  286. package/components/Row/Row.js +14 -14
  287. package/components/SMSField/SMSField.js +2 -2
  288. package/components/SMSField/components/RefreshIcon.js +1 -1
  289. package/components/SMSField/components/SMSFieldInput.js +2 -2
  290. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  291. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  292. package/components/SegmentedControl/SegmentedControl.js +13 -13
  293. package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
  294. package/components/SelectExtendedField/SelectExtendedField.js +9 -9
  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 +9 -9
  298. package/components/SelectField/SelectField.js +1 -1
  299. package/components/Skeleton/Skeleton.js +10 -10
  300. package/components/SliderExtended/SliderExtended.js +2 -2
  301. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  302. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  303. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  304. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  305. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
  306. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
  307. package/components/SmallInput/SmallInput.js +5 -5
  308. package/components/Spoiler/Spoiler.js +16 -16
  309. package/components/StatusTracker/StatusTracker.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  311. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  312. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  313. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  314. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  315. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  316. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  317. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  318. package/components/StatusTracker/components/StatusTrackerStatusGroup.js +4 -4
  319. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  320. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  321. package/components/Step/Step.js +21 -21
  322. package/components/Stepper/Stepper.js +28 -28
  323. package/components/Stepper/StepperExtended.js +8 -8
  324. package/components/Stepper/StepperStep.js +2 -2
  325. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  326. package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
  327. package/components/SuggestField/SuggestField.js +2 -2
  328. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  329. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  330. package/components/SuggestField/index.js +1 -1
  331. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  332. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  333. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  334. package/components/SuggestField/mobile/index.js +1 -1
  335. package/components/SwipeableArea/SwipeableArea.js +10 -10
  336. package/components/Table/ChipPanel.js +6 -6
  337. package/components/Table/ChipPanelLinks.js +5 -5
  338. package/components/Table/FilterPanel.js +2 -2
  339. package/components/Table/MasterTable.js +18 -18
  340. package/components/Table/NoColumns.js +1 -1
  341. package/components/Table/PaginationPanel.js +4 -4
  342. package/components/Table/TableBasic/TableBasic.js +1 -1
  343. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  344. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  345. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  346. package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
  347. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
  348. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  349. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
  350. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  351. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  352. package/components/Table/TableFooter/TableFooter.js +1 -1
  353. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  354. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  355. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  356. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  357. package/components/Table/utils.js +1 -1
  358. package/components/Tabs/Tabs.js +12 -12
  359. package/components/TabsExtended/TabsExtended.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  361. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  362. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  363. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  364. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  365. package/components/TabsExtended/utils.js +1 -1
  366. package/components/TabsLine/TabsLine.js +1 -1
  367. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  368. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  369. package/components/TabsLine/components/TabsLineItem.js +37 -37
  370. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  371. package/components/Tag/Tag.js +27 -27
  372. package/components/TagColor/TagColor.js +8 -8
  373. package/components/TagGroup/TagGroup.js +7 -7
  374. package/components/TextField/TextField.js +1 -1
  375. package/components/TextField/TextFieldBase.js +1 -1
  376. package/components/TextareaField/TextareaField.js +1 -1
  377. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  378. package/components/Tooltip/components/common/TooltipLink.js +18 -18
  379. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  380. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  381. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  382. package/components/Tooltip/components/mobile/TooltipMobile.js +3 -3
  383. package/components/TopOverlay/TopOverlay.js +22 -22
  384. package/components/TreeView/TreeView.js +1 -1
  385. package/components/TreeView/components/TreeViewGroup.js +1 -1
  386. package/components/TreeView/components/TreeViewNode.js +1 -1
  387. package/components/Typography/Caption.js +28 -28
  388. package/components/Typography/CodeText.js +6 -6
  389. package/components/Typography/Text.js +25 -25
  390. package/components/Typography/Title.js +14 -14
  391. package/components/Typography/constants.js +1 -1
  392. package/components/UnorderedList/UnorderedList.js +4 -4
  393. package/components/UnorderedList/UnorderedListItem.js +5 -5
  394. package/components/UploadZone/UploadZone.js +2 -2
  395. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  396. package/components/UploadZone/index.js +1 -1
  397. package/components/index.js +7 -7
  398. package/index.d.ts +71 -116
  399. package/index.js +7 -7
  400. package/package.json +1 -1
  401. package/styles/triplex-next.css +557 -557
  402. package/chunks/AlertProcessSpoiler-Bw11lY_2.js +0 -41
  403. package/chunks/CalendarViewItem-9zvGz6lK.js +0 -101
  404. package/chunks/Card.module-CHntSBGP.js +0 -18
  405. package/chunks/CheckboxTreeExtended.module-DZCnZPkk.js +0 -15
  406. package/chunks/Confirm.module-DzA_7mQO.js +0 -15
  407. package/chunks/DropdownMobile.module-B2_eLIZO.js +0 -23
  408. package/chunks/Footer.module-CV6e-B3r.js +0 -9
  409. package/chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js +0 -9
  410. package/chunks/HeaderTabs.module-fOX5YNsl.js +0 -9
  411. package/chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js +0 -17
  412. package/chunks/ImageGalleryExtendedThumb-Cpk1nE0q.js +0 -28
  413. package/chunks/IslandAccordion.module-b2tphik7.js +0 -25
  414. package/chunks/IslandWidgetFooter.module-CKmwyHR4.js +0 -9
  415. package/chunks/IslandWidgetHeader.module-CZL2t5u0.js +0 -13
  416. package/chunks/LightBoxControls.module-RG62wDXb.js +0 -16
  417. package/chunks/LightBoxSideOverlayClose.module-B7Fno0cK.js +0 -9
  418. package/chunks/ListItemTail.module-DMJ9K0rM.js +0 -12
  419. package/chunks/ListMasterFooter.module-C58NLDG2.js +0 -10
  420. package/chunks/ModalWindow.module-CszS7FwS.js +0 -17
  421. package/chunks/Notification.module-BNsYZ_Ak.js +0 -20
  422. package/chunks/Overlay.module-DOk5L_-8.js +0 -18
  423. package/chunks/Page.module-TORdWU5G.js +0 -11
  424. package/chunks/SMSField.module-BjG_FEkT.js +0 -16
  425. package/chunks/SliderExtendedMarks.module-Bt31TtEn.js +0 -15
  426. package/chunks/StatusTracker.module-jqMWmKxs.js +0 -24
  427. package/chunks/TableFooter.module-BrNleOTT.js +0 -14
  428. package/chunks/TabsExtended.module-BStXryDc.js +0 -16
  429. package/chunks/TabsLine.module-CR0Zbz9g.js +0 -21
  430. package/chunks/TooltipDesktop.module-lEItFyAS.js +0 -19
  431. package/chunks/TreeView.module-SA9BUUel.js +0 -9
  432. package/chunks/utils-C88ipzKd.js +0 -28
  433. package/chunks/utils-DIpdLSK7.js +0 -24
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { s as t } from "../../../chunks/Notification.module-BNsYZ_Ak.js";
2
+ import { s as t } from "../../../chunks/Notification.module-BU6Z_ATv.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-BNsYZ_Ak.js";
2
+ import { s as t } from "../../../chunks/Notification.module-BU6Z_ATv.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-CxAdhoLS.js";
6
+ import { F as d } from "../../chunks/FormFieldInput-DFQ9utC5.js";
7
7
  import "../FormField/components/FormFieldLabel.js";
8
8
  import "../FormField/components/FormFieldMaskedInput.js";
9
9
  import "../FormField/components/FormFieldPostfix.js";
@@ -1,26 +1,26 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { c as a } from "../../chunks/vendor-D5cfSbgz.js";
4
- import { OrderedListItem as m } from "./OrderedListItem.js";
5
- const c = "orderedList__381bddaa", f = {
3
+ import { c as m } from "../../chunks/vendor-D5cfSbgz.js";
4
+ import { OrderedListItem as a } from "./OrderedListItem.js";
5
+ const c = "orderedList__2fc4def6", f = {
6
6
  orderedList: c
7
7
  }, L = Object.assign(
8
- i.forwardRef(({ className: d, start: e, style: r, ...t }, o) => /* @__PURE__ */ s(
8
+ i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
9
9
  "ol",
10
10
  {
11
- className: a(f.orderedList, d),
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
- ...t,
18
- "data-tx": "1.33.0",
17
+ ...d,
18
+ "data-tx": "1.34.0",
19
19
  ref: o
20
20
  }
21
21
  )),
22
22
  {
23
- Item: m
23
+ Item: a
24
24
  }
25
25
  );
26
26
  L.displayName = "OrderedList";
@@ -6,9 +6,9 @@ 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__8acfe302", p = {
9
+ const a = "orderedListItem__bce38484", p = {
10
10
  orderedListItem: a
11
- }, f = m.forwardRef(
11
+ }, c = m.forwardRef(
12
12
  ({ className: t, ...e }, r) => /* @__PURE__ */ o(
13
13
  d,
14
14
  {
@@ -16,13 +16,13 @@ const a = "orderedListItem__8acfe302", p = {
16
16
  size: s.B3,
17
17
  tag: "li",
18
18
  ...e,
19
- "data-tx": "1.33.0",
19
+ "data-tx": "1.34.0",
20
20
  ref: r
21
21
  }
22
22
  )
23
23
  );
24
- f.displayName = "OrderedListItem";
24
+ c.displayName = "OrderedListItem";
25
25
  export {
26
- f as OrderedListItem
26
+ c as OrderedListItem
27
27
  };
28
28
  //# sourceMappingURL=OrderedListItem.js.map
@@ -1,57 +1,57 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import { useState as h } from "react";
3
- import { c as u } from "../../chunks/vendor-D5cfSbgz.js";
4
- import { OverlayBase as k } from "./OverlayBase.js";
5
- import { OverlayMask as B } from "./OverlayMask.js";
6
- import { OverlayPanel as M } from "./OverlayPanel.js";
7
- import { s as r } from "../../chunks/Overlay.module-DOk5L_-8.js";
8
- const s = ({
9
- children: o,
10
- className: i,
11
- direction: c,
12
- fixed: f,
13
- onClose: a,
14
- onClosing: e,
15
- onOpening: p,
16
- onOpen: y,
17
- opened: t,
18
- setOpened: v,
19
- ...d
20
- }) => {
21
- const [n, l] = h(!1), O = () => {
22
- l(!0), e == null || e();
23
- }, x = () => {
24
- l(!1), a == null || a();
25
- };
26
- return /* @__PURE__ */ m(
27
- "div",
28
- {
29
- className: u(r.overlay, i, {
30
- [r.closing]: n,
31
- [r.fixed]: !!f,
32
- [r.opened]: t
33
- }),
34
- ...d,
35
- children: /* @__PURE__ */ m(
36
- k,
37
- {
38
- direction: c,
39
- onClose: x,
40
- onClosing: O,
41
- onOpening: p,
42
- onOpen: y,
43
- opened: t,
44
- setOpened: v,
45
- children: o
46
- }
47
- )
48
- }
49
- );
50
- };
51
- s.displayName = "Overlay";
52
- s.Mask = B;
53
- s.Panel = M;
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import v from "react";
3
+ import { c as O } from "../../chunks/vendor-D5cfSbgz.js";
4
+ import { OverlayBase as x } from "./OverlayBase.js";
5
+ import { OverlayMask as g } from "./OverlayMask.js";
6
+ import { OverlayPanel as h } from "./OverlayPanel.js";
7
+ import { s as r } from "../../chunks/Overlay.module-MZsYSnWB.js";
8
+ const j = Object.assign(
9
+ v.forwardRef(
10
+ ({
11
+ children: l,
12
+ className: s,
13
+ direction: m,
14
+ fixed: i,
15
+ onClose: t,
16
+ onClosing: f,
17
+ onOpening: c,
18
+ onOpen: n,
19
+ opened: a,
20
+ setOpened: y,
21
+ ...p
22
+ }, d) => /* @__PURE__ */ o(
23
+ x,
24
+ {
25
+ direction: m,
26
+ onClose: t,
27
+ onClosing: f,
28
+ onOpening: c,
29
+ onOpen: n,
30
+ opened: a,
31
+ setOpened: y,
32
+ children: (e) => /* @__PURE__ */ o(
33
+ "div",
34
+ {
35
+ className: O(r.overlay, s, {
36
+ [r.closing]: e.closing,
37
+ [r.fixed]: !!i,
38
+ [r.opened]: a
39
+ }),
40
+ ref: d,
41
+ ...p,
42
+ children: l(e)
43
+ }
44
+ )
45
+ }
46
+ )
47
+ ),
48
+ {
49
+ Mask: g,
50
+ Panel: h
51
+ }
52
+ );
53
+ j.displayName = "Overlay";
54
54
  export {
55
- s as Overlay
55
+ j as Overlay
56
56
  };
57
57
  //# sourceMappingURL=Overlay.js.map
@@ -1,28 +1,32 @@
1
- import { useState as h, useRef as x, useEffect as B, useLayoutEffect as F } from "react";
2
- var G = /* @__PURE__ */ ((t) => (t.BOTTOM = "bottom", t.LEFT = "left", t.RIGHT = "right", t.TOP = "top", t))(G || {});
3
- const P = ({
4
- children: t,
5
- direction: L = "right",
6
- opened: r,
7
- onClose: s,
8
- onClosing: f,
9
- onOpen: c,
10
- onOpening: u,
11
- setOpened: R
1
+ import { useState as p, useRef as T, useLayoutEffect as B, useEffect as m } from "react";
2
+ var k = /* @__PURE__ */ ((r) => (r.BOTTOM = "bottom", r.LEFT = "left", r.RIGHT = "right", r.TOP = "top", r))(k || {});
3
+ const C = ({
4
+ children: r,
5
+ direction: F = "right",
6
+ opened: t,
7
+ onClose: O,
8
+ onClosing: R,
9
+ onOpen: b,
10
+ onOpening: h,
11
+ setOpened: L
12
12
  }) => {
13
- const [I, b] = h(!1), [e, a] = h(!1), [T, m] = h(!1), M = x(r);
13
+ const [f, l] = p(!1), [a, i] = p(!1), o = T(t), g = T(!0), e = T({ onClose: O, onClosing: R, onOpen: b, onOpening: h });
14
14
  return B(() => {
15
- b(!0);
16
- }, []), F(() => {
17
- M.current && !r ? (m(!1), a(!0), f == null || f()) : !M.current && r && (a(!1), m(!0), u == null || u()), M.current = r;
18
- }, [r]), B(() => {
19
- I && (e ? f == null || f() : s == null || s());
20
- }, [e]), B(() => {
21
- I && (T ? u == null || u() : c == null || c());
22
- }, [T]), t({ closing: e, direction: L, opened: r, opening: T, setClosing: a, setOpened: R, setOpening: m });
15
+ e.current = { onClose: O, onClosing: R, onOpen: b, onOpening: h };
16
+ }), B(() => {
17
+ o.current && !t ? (i(!1), l(!0)) : !o.current && t && (l(!1), i(!0)), o.current = t;
18
+ }, [t]), m(() => {
19
+ var s, u, n, c;
20
+ g.current || (f ? (u = (s = e.current).onClosing) == null || u.call(s) : (c = (n = e.current).onClose) == null || c.call(n));
21
+ }, [f]), m(() => {
22
+ var s, u, n, c;
23
+ g.current || (a ? (u = (s = e.current).onOpening) == null || u.call(s) : (c = (n = e.current).onOpen) == null || c.call(n));
24
+ }, [a]), m(() => {
25
+ g.current = !1;
26
+ }, []), r({ closing: f, direction: F, opened: t, opening: a, setClosing: l, setOpened: L, setOpening: i });
23
27
  };
24
28
  export {
25
- G as EOverlayDirection,
26
- P as OverlayBase
29
+ k as EOverlayDirection,
30
+ C as OverlayBase
27
31
  };
28
32
  //# sourceMappingURL=OverlayBase.js.map
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import l from "react";
3
3
  import { c as t } from "../../chunks/vendor-D5cfSbgz.js";
4
- import { s as a } from "../../chunks/Overlay.module-DOk5L_-8.js";
4
+ import { s as a } from "../../chunks/Overlay.module-MZsYSnWB.js";
5
5
  const f = l.forwardRef(
6
6
  ({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
7
7
  "div",
@@ -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-D5cfSbgz.js";
4
4
  import { EOverlayDirection as r } from "./OverlayBase.js";
5
- import { s as e } from "../../chunks/Overlay.module-DOk5L_-8.js";
5
+ import { s as e } from "../../chunks/Overlay.module-MZsYSnWB.js";
6
6
  const P = n.forwardRef(
7
7
  ({
8
8
  children: s,
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-D5cfSbgz.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-TORdWU5G.js";
7
+ import { s as o } from "../../chunks/Page.module-CS5TUL6b.js";
8
8
  import "./components/enums.js";
9
9
  const d = Object.assign(
10
10
  s.forwardRef(function({ children: r, className: e, ...a }, t) {
@@ -5,7 +5,7 @@ import { c as d } from "../../../chunks/vendor-D5cfSbgz.js";
5
5
  import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
6
6
  import { Island as p } from "../../Island/Island.js";
7
7
  import { EIslandType as M } from "../../Island/enums.js";
8
- const f = "bodyPage__d5377754", P = "verticalMargin24__e906ef33", v = "verticalMargin16__c98d8ebb", e = {
8
+ const f = "bodyPage__176c17b3", P = "verticalMargin24__d87ce9bf", v = "verticalMargin16__596127ef", e = {
9
9
  bodyPage: f,
10
10
  verticalMargin24: P,
11
11
  verticalMargin16: v
@@ -14,7 +14,7 @@ const f = "bodyPage__d5377754", P = "verticalMargin24__e906ef33", v = "verticalM
14
14
  [r.SMALL]: e.verticalMargin16
15
15
  }, b = m.forwardRef(
16
16
  ({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...o }, i) => {
17
- const t = d(s, e.bodyPage, _[g]);
17
+ const t = d(e.bodyPage, _[g], s);
18
18
  return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
19
19
  }
20
20
  );
@@ -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-TORdWU5G.js";
12
+ import { s as c } from "../../../chunks/Page.module-CS5TUL6b.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-D5cfSbgz.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-TORdWU5G.js";
9
+ import { s as i } from "../../../chunks/Page.module-CS5TUL6b.js";
10
10
  const j = Object.assign(
11
11
  T.forwardRef(
12
12
  ({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { c as d } from "../../../chunks/vendor-D5cfSbgz.js";
3
3
  import i from "react";
4
- const r = "paginationExtended__26f14558", s = {
4
+ const r = "paginationExtended__c02196a5", s = {
5
5
  paginationExtended: r
6
6
  }, x = i.forwardRef(
7
7
  ({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
8
8
  "nav",
9
9
  {
10
10
  className: d(s.paginationExtended, a),
11
- "data-tx": "1.33.0",
11
+ "data-tx": "1.34.0",
12
12
  ...n,
13
13
  ref: e,
14
14
  children: t
@@ -4,7 +4,7 @@ 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__7d2cdeba", N = "directionIconNext__906ba182", n = {
7
+ const g = "paginationNavigationButton__2e3411e4", N = "directionIconNext__4f16d239", n = {
8
8
  paginationNavigationButton: g,
9
9
  directionIconNext: N
10
10
  }, d = c.forwardRef(
@@ -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-D5cfSbgz.js";
4
- const g = "paginationNavigationExtended__6c942939", r = {
4
+ const g = "paginationNavigationExtended__3c8e5fd9", 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,39 +1,39 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import m from "react";
3
3
  import { c as p } from "../../../chunks/vendor-D5cfSbgz.js";
4
- import { ETextSize as g } from "../../Typography/enums.js";
4
+ import { ETextSize as c } 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 g } 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 f = "paginationPageButton__4ee2f935", u = "currentPage__d229fa62", a = {
15
- paginationPageButton: f,
16
- currentPage: u
17
- }, P = m.forwardRef(
18
- ({ isCurrent: t = !1, children: e, className: i, ...r }, n) => /* @__PURE__ */ o(
19
- c,
14
+ const u = "paginationPageButton__dbca9815", P = "currentPage__17a9acec", a = {
15
+ paginationPageButton: u,
16
+ currentPage: P
17
+ }, f = m.forwardRef(
18
+ ({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
19
+ s,
20
20
  {
21
21
  className: p(
22
22
  a.paginationPageButton,
23
23
  {
24
24
  [a.currentPage]: t
25
25
  },
26
- i
26
+ r
27
27
  ),
28
28
  "aria-live": t ? "polite" : void 0,
29
- ...r,
29
+ ...e,
30
30
  ref: n,
31
- children: /* @__PURE__ */ o(s, { size: g.B3, children: e })
31
+ children: /* @__PURE__ */ o(g, { size: c.B3, children: i })
32
32
  }
33
33
  )
34
34
  );
35
- P.displayName = "PaginationPageButton";
35
+ f.displayName = "PaginationPageButton";
36
36
  export {
37
- P as PaginationPageButton
37
+ f as PaginationPageButton
38
38
  };
39
39
  //# sourceMappingURL=PaginationPageButton.js.map
@@ -6,7 +6,7 @@ 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__8f4e620d", m = {
9
+ const n = "paginationPageEllipsis__4981a10f", m = {
10
10
  paginationPageEllipsis: n
11
11
  }, g = e.forwardRef(
12
12
  ({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
@@ -8,10 +8,10 @@ import { Text as g } from "../../Typography/Text.js";
8
8
  import "../../Typography/Title.js";
9
9
  import { SelectField as u } from "../../SelectField/SelectField.js";
10
10
  import { EComponentSize as x } from "../../../enums/EComponentSize.js";
11
- const _ = "paginationSelect__751fa3a0", b = "paginationSelectControl__c79b6b2f", o = {
11
+ const _ = "paginationSelect__759b4aa7", C = "paginationSelectControl__0791667a", o = {
12
12
  paginationSelect: _,
13
- paginationSelectControl: b
14
- }, C = m.forwardRef(
13
+ paginationSelectControl: C
14
+ }, b = m.forwardRef(
15
15
  ({ paginationLabel: e, className: a, options: n, value: r, onChange: l }, c) => {
16
16
  const [i] = p(() => `Pagination-${S()}`);
17
17
  return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, a), ref: c, children: [
@@ -33,8 +33,8 @@ const _ = "paginationSelect__751fa3a0", b = "paginationSelectControl__c79b6b2f",
33
33
  ] });
34
34
  }
35
35
  );
36
- C.displayName = "PaginationSelect";
36
+ b.displayName = "PaginationSelect";
37
37
  export {
38
- C as PaginationSelect
38
+ b as PaginationSelect
39
39
  };
40
40
  //# sourceMappingURL=PaginationSelect.js.map
@@ -1,14 +1,14 @@
1
- import { jsxs as f, jsx as i } 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 as n } from "../../chunks/vendor-D5cfSbgz.js";
3
+ import { c as d } from "../../chunks/vendor-D5cfSbgz.js";
4
4
  import { ETextSize as m } 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
- import { EComponentSize as e } from "../../enums/EComponentSize.js";
9
+ import { EComponentSize as a } from "../../enums/EComponentSize.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
- const y = "label__bb953aaf", M = "sm__e4267be1", T = "nonempty__46bfc402", S = "md__faea06e8", g = "lg__600ee8f7", u = "disabled__b9b2ee84", I = "radio__4ea58ebd", R = "radioIcon__ccbf5ddb", a = {
11
+ const y = "label__244c19c4", M = "sm__f1b011d3", T = "nonempty__3d94c531", S = "md__614f92c8", g = "lg__f43cdf61", u = "disabled__1945e1e4", I = "radio__6fdaf33d", R = "radioIcon__b1f79899", o = {
12
12
  label: y,
13
13
  sm: M,
14
14
  nonempty: T,
@@ -18,20 +18,20 @@ const y = "label__bb953aaf", M = "sm__e4267be1", T = "nonempty__46bfc402", S = "
18
18
  radio: I,
19
19
  radioIcon: R
20
20
  }, B = {
21
- [e.LG]: m.B2,
22
- [e.MD]: m.B3,
23
- [e.SM]: m.B4
24
- }, C = z(a), h = N.forwardRef((d, r) => {
25
- const { children: s, className: l, disabled: c, labelAttributes: o, size: t = e.MD, ...p } = d, b = n(a.radio, l, C[t]), _ = n(
26
- a.label,
27
- a[t],
28
- { [a.disabled]: !!c, [a.nonempty]: !!s },
29
- o == null ? void 0 : o.className
21
+ [a.LG]: m.B2,
22
+ [a.MD]: m.B3,
23
+ [a.SM]: m.B4
24
+ }, C = z(o), h = N.forwardRef((n, r) => {
25
+ const { children: e, className: l, disabled: c, labelAttributes: s, size: t = a.MD, ...p } = n, _ = d(o.radio, l, C[t]), f = d(
26
+ o.label,
27
+ o[t],
28
+ { [o.disabled]: !!c, [o.nonempty]: !!e },
29
+ s == null ? void 0 : s.className
30
30
  );
31
- return /* @__PURE__ */ f("label", { ...o, className: _, "data-tx": "1.33.0", children: [
32
- /* @__PURE__ */ i("input", { type: "radio", className: b, disabled: c, ...p, ref: r }),
33
- /* @__PURE__ */ i("span", { className: a.radioIcon }),
34
- s && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: s })
31
+ return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "1.34.0", children: [
32
+ /* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: r }),
33
+ /* @__PURE__ */ i("span", { className: o.radioIcon }),
34
+ e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
35
35
  ] });
36
36
  });
37
37
  h.displayName = "Radio";
@@ -1,17 +1,17 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { c as s } from "../../chunks/vendor-D5cfSbgz.js";
3
- const _ = "radioXGroup__9643c370", c = "label__bb953aaf", n = {
4
- radioXGroup: _,
5
- "indent-12": "indent-12__d4ef61ba",
6
- label: c,
7
- "indent-16": "indent-16__d4905f20",
8
- "indent-20": "indent-20__c083eaa8",
9
- "indent-24": "indent-24__d26a6032",
10
- "indent-28": "indent-28__63498558",
11
- "indent-32": "indent-32__01af6d16"
3
+ const c = "radioXGroup__4994c47e", _ = "label__244c19c4", n = {
4
+ radioXGroup: c,
5
+ "indent-12": "indent-12__a4335d94",
6
+ label: _,
7
+ "indent-16": "indent-16__3af45d15",
8
+ "indent-20": "indent-20__41b2c77a",
9
+ "indent-24": "indent-24__c70bce4f",
10
+ "indent-28": "indent-28__c785407f",
11
+ "indent-32": "indent-32__57b230d7"
12
12
  }, l = (e) => {
13
- const { children: d, className: a, indent: i = 12, ...o } = e, t = s(n.radioXGroup, n[`indent-${i}`], a);
14
- return /* @__PURE__ */ r("div", { className: t, role: "radiogroup", ...o, children: d });
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 });
15
15
  };
16
16
  l.displayName = "RadioXGroup";
17
17
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
2
  import { c as d } from "../../chunks/vendor-D5cfSbgz.js";
3
- const p = "radioYGroup__072a372d", t = {
3
+ const p = "radioYGroup__d238028a", t = {
4
4
  radioYGroup: p
5
5
  }, e = (o) => {
6
6
  const { children: r, className: s, ...a } = o, i = d(t.radioYGroup, s);
@@ -1,29 +1,29 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as e } from "../../chunks/vendor-D5cfSbgz.js";
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { c as M } from "../../chunks/vendor-D5cfSbgz.js";
3
3
  import { EComponentSize as t } from "../../enums/EComponentSize.js";
4
- import { RowContext as M } from "./RowContext.js";
5
- const a = "row__3feb13ac", i = "noPaddingBottom__a9cac136", S = "SM__9a13243c", w = "MD__58f1dd5d", o = {
6
- row: a,
4
+ import { RowContext as a } from "./RowContext.js";
5
+ const d = "row__b2c7be8c", i = "noPaddingBottom__84774aa0", S = "SM__2e7ca77a", w = "MD__e2f97d14", o = {
6
+ row: d,
7
7
  noPaddingBottom: i,
8
8
  SM: S,
9
9
  MD: w
10
10
  }, P = {
11
11
  [t.SM]: o.SM,
12
12
  [t.MD]: o.MD
13
- }, f = ({
14
- children: r,
13
+ }, p = ({
14
+ children: c,
15
15
  className: s,
16
16
  gridHorizontalGap: n = t.SM,
17
- paddingBottom: m = !0,
18
- ...d
17
+ paddingBottom: e = !0,
18
+ ...m
19
19
  }) => {
20
- const _ = e(s, o.row, P[n], {
21
- [o.noPaddingBottom]: !m
20
+ const _ = M(s, o.row, P[n], {
21
+ [o.noPaddingBottom]: !e
22
22
  });
23
- return /* @__PURE__ */ c(M.Provider, { value: { gridHorizontalGap: n }, children: /* @__PURE__ */ c("div", { className: _, ...d, children: r }) });
23
+ return /* @__PURE__ */ r(a.Provider, { value: { gridHorizontalGap: n }, children: /* @__PURE__ */ r("div", { className: _, ...m, children: c }) });
24
24
  };
25
- f.displayName = "Row";
25
+ p.displayName = "Row";
26
26
  export {
27
- f as Row
27
+ p as Row
28
28
  };
29
29
  //# sourceMappingURL=Row.js.map
@@ -6,7 +6,7 @@ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
6
6
  import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
7
7
  import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
8
8
  import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
9
- import { s } from "../../chunks/SMSField.module-BjG_FEkT.js";
9
+ import { s } from "../../chunks/SMSField.module-C73HM5Ag.js";
10
10
  import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
11
11
  const I = z(s), e = (r) => {
12
12
  const { children: m, className: l, code: a, disabled: d, error: S, onChangeCode: p, onSubmitCode: c, size: o, ...n } = r, [f, u] = i(!0), [b, M] = i(), F = C(s.smsField, l);
@@ -26,7 +26,7 @@ const I = z(s), e = (r) => {
26
26
  sizeClassName: I[o],
27
27
  tooltipId: b
28
28
  },
29
- children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.33.0", children: m })
29
+ children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.34.0", children: m })
30
30
  }
31
31
  );
32
32
  };
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as s } from "react/jsx-runtime";
2
2
  import { c as P } from "../../../chunks/vendor-D5cfSbgz.js";
3
- import { s as o } from "../../../chunks/SMSField.module-BjG_FEkT.js";
3
+ import { s as o } from "../../../chunks/SMSField.module-C73HM5Ag.js";
4
4
  import { EComponentSize as u } from "../../../enums/EComponentSize.js";
5
5
  const r = "M2 10c0-4.42 3.58-8 8-8 2.52 0 4.77 1.16 6.24 3H13.5c-.56 0-1 .44-1 1 0 .55.44 1 1 1h5c.55 0 1-.45 1-1V1c0-.56-.45-1-1-1-.56 0-1 .44-1 1v2.38A10.02 10.02 0 0 0 10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 4.41-3.59 8-8 8-4.42 0-8-3.59-8-8", d = "M27 16c0 .81-.09 1.61-.27 2.39a10.9 10.9 0 0 1-1.54 3.65c-.41.62-.88 1.2-1.42 1.73-.53.54-1.11 1.01-1.73 1.42a10.906 10.906 0 0 1-3.65 1.54c-.78.18-1.58.27-2.39.27q-1.23 0-2.4-.27a10.9 10.9 0 0 1-3.65-1.54c-.62-.41-1.2-.88-1.73-1.42-.54-.53-1.01-1.11-1.42-1.73a10.906 10.906 0 0 1-1.54-3.65C5.08 17.61 5 16.81 5 16c0-.82.08-1.62.26-2.4A10.9 10.9 0 0 1 6.8 9.95c.41-.62.88-1.2 1.42-1.73.53-.54 1.11-1.01 1.73-1.42a10.906 10.906 0 0 1 3.65-1.54C14.38 5.08 15.18 5 16 5a11.1 11.1 0 0 1 2.93.39c.44.12.86.27 1.27.44.47.19.93.42 1.37.68.39.23.75.47 1.1.74.4.31.78.64 1.14 1 .06.06.12.13.19.2V6c0-.57.44-1 1-1s1 .43 1 1v5c0 .66-.34 1-1 1h-5c-.56 0-1-.44-1-1 0-.57.44-1 1-1h2.7c-.1-.12-.21-.23-.31-.34-.3-.3-.61-.58-.95-.83-.28-.21-.57-.41-.88-.59a8.753 8.753 0 0 0-3-1.11C17.05 7.04 16.53 7 16 7c-.69 0-1.35.07-2 .22-.52.11-1.02.27-1.51.48-.5.21-.97.47-1.42.76a9 9 0 0 0-2.61 2.61c-.29.45-.55.92-.76 1.42-.21.49-.37.99-.48 1.51A8.8 8.8 0 0 0 7 16c0 .68.07 1.34.22 1.99.11.52.27 1.02.48 1.51.21.5.47.97.76 1.42q.51.78 1.17 1.44c.45.44.92.83 1.44 1.17.45.29.92.55 1.42.76.49.21.99.37 1.51.48a8.803 8.803 0 0 0 3.99 0c.52-.11 1.02-.27 1.51-.48.5-.21.97-.47 1.42-.76a9 9 0 0 0 2.61-2.61c.29-.45.55-.92.76-1.42.21-.49.37-.99.48-1.51.15-.65.23-1.31.23-1.99 0-.57.44-1 1-1s1 .43 1 1", v = Math.PI / 180, e = Math.PI * 2, M = (c) => (c = c % 360, c = c < 0 ? 360 + c : c, c * v), n = M(-8), h = M(-19), m = h < n ? e - (n - h) : h - n, p = (c, t) => Math.round(c * Math.cos(t) * 1e3) / 1e3, f = (c, t) => Math.round(c * Math.sin(t) * 1e3) / 1e3, w = (c, t, a, l) => "M" + c + " " + t + // Смещаем перо в центр окружности.
6
6
  "L" + // Рисуем горизонтальную линию вправо в начало сектора.