@sberbusiness/triplex-next 1.32.0 → 1.33.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.
- package/README.md +36 -33
- package/chunks/AlertProcessSpoiler-Bw11lY_2.js +41 -0
- package/chunks/CalendarViewItem-9zvGz6lK.js +101 -0
- package/chunks/Card.module-CHntSBGP.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DZCnZPkk.js +15 -0
- package/chunks/{Chip-Fb7_tfTx.js → Chip-DUgRidoA.js} +18 -18
- package/chunks/Confirm.module-DzA_7mQO.js +15 -0
- package/chunks/{DropdownListItem-CBAmYB__.js → DropdownListItem-DfdRzHWo.js} +13 -13
- package/chunks/DropdownMobile.module-B2_eLIZO.js +23 -0
- package/chunks/Footer.module-CV6e-B3r.js +9 -0
- package/chunks/{FormFieldInput-d6WkPngW.js → FormFieldInput-CxAdhoLS.js} +15 -15
- package/chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js +9 -0
- package/chunks/HeaderTabs.module-fOX5YNsl.js +9 -0
- package/chunks/{HeaderTitle.module-CFdpGGVy.js → HeaderTitle.module-tH470aDn.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-BVI6zmzL.js → ImageGalleryExtendedThumb-Cpk1nE0q.js} +9 -9
- package/chunks/IslandAccordion.module-b2tphik7.js +25 -0
- package/chunks/IslandWidgetFooter.module-CKmwyHR4.js +9 -0
- package/chunks/IslandWidgetHeader.module-CZL2t5u0.js +13 -0
- package/chunks/{LightBoxContent-CUHF8ym9.js → LightBoxContent-Dzx47lKv.js} +7 -7
- package/chunks/LightBoxControls.module-RG62wDXb.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-B7Fno0cK.js +9 -0
- package/chunks/{ListItemControlsButton-GwTSx9t3.js → ListItemControlsButton-Dc6wY6Fp.js} +9 -9
- package/chunks/ListItemTail.module-DMJ9K0rM.js +12 -0
- package/chunks/ListMasterFooter.module-C58NLDG2.js +10 -0
- package/chunks/ModalWindow.module-CszS7FwS.js +17 -0
- package/chunks/Notification.module-BNsYZ_Ak.js +20 -0
- package/chunks/Overlay.module-DOk5L_-8.js +18 -0
- package/chunks/Page.module-TORdWU5G.js +11 -0
- package/chunks/SMSField.module-BjG_FEkT.js +16 -0
- package/chunks/SliderExtendedMarks.module-Bt31TtEn.js +15 -0
- package/chunks/{SliderExtendedRail-s3nj0g7A.js → SliderExtendedRail-BYOwvNNf.js} +11 -11
- package/chunks/StatusTracker.module-jqMWmKxs.js +24 -0
- package/chunks/{StepperStepArrowBorder-7nXw_k6S.js → StepperStepArrowBorder-j6OP5KT9.js} +5 -5
- package/chunks/{SuggestFieldMobileDropdownHint-DTd9ZRJc.js → SuggestFieldMobileDropdownHint-C8OEdlFf.js} +4 -4
- package/chunks/TableFooter.module-BrNleOTT.js +14 -0
- package/chunks/TabsExtended.module-BStXryDc.js +16 -0
- package/chunks/TabsLine.module-CR0Zbz9g.js +21 -0
- package/chunks/TooltipDesktop.module-lEItFyAS.js +19 -0
- package/chunks/TreeView.module-SA9BUUel.js +9 -0
- package/chunks/{UploadZoneInput-DH0deFXt.js → UploadZoneInput-B_FFSQm7.js} +6 -6
- package/chunks/{constants-Dsgjokad.js → constants-Dm1nkJLa.js} +11 -11
- package/chunks/{utils-C0vdTK6h.js → utils-C7AeO50S.js} +4 -4
- package/chunks/{utils-CXTWVT_w.js → utils-C88ipzKd.js} +5 -5
- package/chunks/utils-CqED8Odf.js +73 -0
- package/chunks/utils-DIpdLSK7.js +24 -0
- package/chunks/{vendor-82AnkPpo.js → vendor-D5cfSbgz.js} +1114 -1116
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +24 -24
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +5 -5
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +8 -8
- package/components/Badge/Badge.js +6 -6
- package/components/Badge/BadgeDot.js +4 -4
- package/components/Badge/components/BadgeContent.js +14 -14
- package/components/Badge/components/BadgePostfix.js +9 -9
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +27 -27
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +2 -2
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +8 -8
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +12 -12
- package/components/Checkbox/Checkbox.js +19 -19
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +15 -15
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +46 -42
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +139 -139
- package/components/CollapsibleTree/CollapsibleTree.js +2 -2
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +2 -2
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +13 -13
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +2 -2
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/Button.js +1 -1
- package/components/DesignTokens/components/Chip.js +1 -1
- package/components/DesignTokens/components/LightBox.js +10 -4
- package/components/DesignTokens/components/Tabs.js +2 -2
- package/components/Divider/Divider.js +23 -23
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
- package/components/Dropdown/desktop/DropdownDesktop.js +15 -15
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +13 -13
- package/components/EmptyView/EmptyView.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +19 -19
- package/components/FocusTrapExtended/FocusTrapExtended.js +34 -0
- package/components/FocusTrapExtended/index.js +5 -0
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +23 -23
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +13 -13
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +20 -20
- package/components/FormField/components/FormFieldTextarea.js +10 -10
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +11 -11
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +3 -3
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/IconWrapper/IconWrapper.js +11 -11
- package/components/ImageGallery/ImageGallery.js +5 -4
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +15 -15
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +11 -11
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +8 -7
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +2 -2
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +19 -19
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
- package/components/LightBox/LightBox.js +45 -44
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +105 -97
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +12 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +10 -10
- package/components/List/List.js +3 -3
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +14 -14
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +2 -2
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +7 -7
- package/components/List/components/ListSortableItemTarget.js +6 -6
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +8 -8
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +5 -5
- package/components/MobileView/index.js +3 -1
- package/components/MobileView/useMobileView.js +10 -0
- package/components/ModalWindow/ModalWindow.js +30 -30
- package/components/ModalWindow/components/ModalWindowBody.js +7 -7
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +7 -7
- package/components/MonthYearRange/MonthYearRange.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +8 -8
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +6 -6
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +5 -5
- package/components/Row/Row.js +14 -14
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +8 -8
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +10 -10
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +17 -17
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +13 -13
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +10 -10
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +4 -4
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +19 -19
- package/components/Stepper/Stepper.js +33 -32
- package/components/Stepper/StepperExtended.js +11 -11
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Stepper/index.js +9 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +3 -3
- package/components/Table/ChipPanel.js +4 -4
- package/components/Table/ChipPanelLinks.js +6 -6
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +6 -6
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +13 -12
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +30 -30
- package/components/TagColor/TagColor.js +9 -9
- package/components/TagGroup/TagGroup.js +6 -6
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +46 -46
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +25 -25
- package/components/Typography/CodeText.js +3 -3
- package/components/Typography/Text.js +16 -16
- package/components/Typography/Title.js +18 -18
- package/components/Typography/constants.js +1 -1
- package/components/Typography/enums.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +1 -1
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +363 -359
- package/index.d.ts +33 -39
- package/index.js +397 -393
- package/package.json +5 -1
- package/styles/triplex-next.css +557 -556
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-p-fWJ9CC.js +0 -41
- package/chunks/CalendarViewItem-y_OwskEF.js +0 -101
- package/chunks/Card.module-DLre-hDg.js +0 -18
- package/chunks/CheckboxTreeExtended.module-BsnFYetJ.js +0 -15
- package/chunks/Confirm.module-ONNAnitW.js +0 -15
- package/chunks/DropdownMobile.module-C99ad0jt.js +0 -23
- package/chunks/Footer.module-fCYYdKPC.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BUlWJH2L.js +0 -9
- package/chunks/HeaderTabs.module-f0pOEOus.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-BGe90A85.js +0 -17
- package/chunks/IslandAccordion.module-CpsIbUZS.js +0 -25
- package/chunks/IslandWidgetFooter.module-Cv-pFx97.js +0 -9
- package/chunks/IslandWidgetHeader.module-DZ7u5KdZ.js +0 -13
- package/chunks/LightBoxControls.module-BGzxKeYz.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CmhYqDUn.js +0 -9
- package/chunks/ListItemTail.module-_zPCXCQZ.js +0 -12
- package/chunks/ListMasterFooter.module-OOs3HMYn.js +0 -10
- package/chunks/ModalWindow.module-BkI79oza.js +0 -17
- package/chunks/Notification.module-CtpYgvcX.js +0 -20
- package/chunks/Overlay.module-C3WPSJN5.js +0 -18
- package/chunks/Page.module-CkMrRJ3E.js +0 -11
- package/chunks/SMSField.module-Bo60-Oyi.js +0 -16
- package/chunks/SliderExtendedMarks.module-kdIHU6Y0.js +0 -15
- package/chunks/StatusTracker.module-DiLzRUA8.js +0 -24
- package/chunks/TableFooter.module-Bq-wqvaF.js +0 -14
- package/chunks/TabsExtended.module-CsY7VuxQ.js +0 -16
- package/chunks/TabsLine.module-BWx30e5X.js +0 -21
- package/chunks/TooltipDesktop.module-BkTwHXKO.js +0 -19
- package/chunks/TreeView.module-seYxUon6.js +0 -9
- package/chunks/utils-BIYQTFij.js +0 -24
- package/chunks/utils-CXwYWTdr.js +0 -73
|
@@ -12,7 +12,7 @@ import "./components/HeaderTitle/HeaderTitleContent.js";
|
|
|
12
12
|
import "./components/HeaderTitle/HeaderTitleControls.js";
|
|
13
13
|
const f = Object.assign(
|
|
14
14
|
a.forwardRef(function({ children: r, ...e }, t) {
|
|
15
|
-
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.
|
|
15
|
+
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.33.0", ref: t, children: r });
|
|
16
16
|
}),
|
|
17
17
|
{
|
|
18
18
|
LayoutSidebar: p,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
|
|
5
5
|
import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js";
|
|
7
7
|
const b = Object.assign(
|
|
8
8
|
d.forwardRef(function({ children: e, className: r, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ t("div", { className: i(f.headerLayoutSidebar, r), ...a, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as d } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
3
|
+
import { c as d } from "../../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js";
|
|
5
5
|
const i = s.forwardRef(
|
|
6
6
|
({ children: e, className: a, ...t }, o) => /* @__PURE__ */ r("div", { className: d(m.headerLayoutSidebarContent, a), ...t, ref: o, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as t } from "../../../../chunks/vendor-
|
|
4
|
-
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
3
|
+
import { c as t } from "../../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: t(s.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
|
|
7
7
|
);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import h from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
const u = "
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const u = "headerSubheader__eb0b9e09", b = "withoutPaddings__7b994d20", e = {
|
|
5
5
|
headerSubheader: u,
|
|
6
|
-
withoutPaddings:
|
|
6
|
+
withoutPaddings: b
|
|
7
7
|
}, n = h.forwardRef(
|
|
8
8
|
({ children: a, className: d, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
|
|
9
9
|
"div",
|
|
@@ -2,8 +2,8 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
|
|
4
4
|
import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
|
|
5
|
-
import { c as d } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderTabs.module-
|
|
5
|
+
import { c as d } from "../../../../chunks/vendor-D5cfSbgz.js";
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderTabs.module-fOX5YNsl.js";
|
|
7
7
|
const i = Object.assign(
|
|
8
8
|
t.forwardRef(function({ children: r, className: e, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ s("div", { className: d(f.headerTabs, e), ...a, ref: o, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as n } from "../../../../chunks/HeaderTabs.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s as n } from "../../../../chunks/HeaderTabs.module-fOX5YNsl.js";
|
|
5
5
|
const d = s.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-fOX5YNsl.js";
|
|
5
5
|
const d = t.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
|
|
7
7
|
);
|
|
@@ -2,8 +2,8 @@ import { jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
|
|
4
4
|
import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
|
|
5
|
-
import { c as l } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
5
|
+
import { c as l } from "../../../../chunks/vendor-D5cfSbgz.js";
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-tH470aDn.js";
|
|
7
7
|
const d = Object.assign(
|
|
8
8
|
i.forwardRef(function({ children: e, className: t, ...r }, o) {
|
|
9
9
|
return /* @__PURE__ */ a("div", { className: l(n.headerTitle, t), ...r, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-tH470aDn.js";
|
|
5
5
|
const m = s.forwardRef(
|
|
6
6
|
({ children: t, className: r, ...o }, a) => /* @__PURE__ */ l(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-tH470aDn.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as h, Fragment as S, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import _, { useRef as
|
|
3
|
-
import { c as k,
|
|
2
|
+
import _, { useRef as j, useState as x, useId as L } from "react";
|
|
3
|
+
import { c as k, j as z } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { QuestioncircleFilledSrvIcon16 as C } from "@sberbusiness/icons-next";
|
|
5
5
|
import { ButtonIcon as D } from "../Button/ButtonIcon.js";
|
|
6
6
|
import { EButtonIconShape as Q } from "../Button/enums.js";
|
|
@@ -9,7 +9,7 @@ import { TooltipMobileHeader as V } from "../Tooltip/components/mobile/component
|
|
|
9
9
|
import { MobileView as X } from "../MobileView/MobileView.js";
|
|
10
10
|
import { getDataHTMLAttributes as $ } from "../../utils/html/DataAttributes.js";
|
|
11
11
|
import { getAriaHTMLAttributes as q } from "../../utils/html/AriaAttributes.js";
|
|
12
|
-
const w = "
|
|
12
|
+
const w = "helpBoxButton__7ffe0e4b", A = {
|
|
13
13
|
helpBoxButton: w
|
|
14
14
|
}, G = _.forwardRef(
|
|
15
15
|
({
|
|
@@ -26,12 +26,12 @@ const w = "helpBoxButton__8c067086", A = {
|
|
|
26
26
|
tooltipDataAttributes: u,
|
|
27
27
|
iconProps: F,
|
|
28
28
|
tooltipXButtonProps: O,
|
|
29
|
-
...
|
|
29
|
+
...b
|
|
30
30
|
}, l) => {
|
|
31
|
-
const m =
|
|
31
|
+
const m = j(null), [y, g] = x(!!n), [d, f] = x(null), B = L(), s = n ?? y, E = (t) => {
|
|
32
32
|
m.current = t, typeof l == "function" ? l(t) : l && (l.current = t);
|
|
33
33
|
}, H = (t) => {
|
|
34
|
-
n === void 0 &&
|
|
34
|
+
n === void 0 && g(t), t || f(null), c == null || c(t);
|
|
35
35
|
}, M = (t) => {
|
|
36
36
|
f(t), r == null || r(t);
|
|
37
37
|
}, N = (t) => /* @__PURE__ */ e(
|
|
@@ -77,7 +77,7 @@ const w = "helpBoxButton__8c067086", A = {
|
|
|
77
77
|
className: k(A.helpBoxButton, I),
|
|
78
78
|
shape: Q.CIRCLE,
|
|
79
79
|
ref: E,
|
|
80
|
-
...
|
|
80
|
+
...b,
|
|
81
81
|
children: /* @__PURE__ */ e(C, { paletteIndex: 5, ...F })
|
|
82
82
|
}
|
|
83
83
|
) }),
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const
|
|
5
|
-
disableInteraction:
|
|
6
|
-
displayContents:
|
|
7
|
-
},
|
|
8
|
-
({ children: a, className: s, active: e, disabled: n, disableInteraction: o, displayContents: i, ...r }, c) => /* @__PURE__ */
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
import { c as p } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const m = "disableInteraction__d772d80c", b = "displayContents__602a8708", t = {
|
|
5
|
+
disableInteraction: m,
|
|
6
|
+
displayContents: b
|
|
7
|
+
}, f = l.forwardRef(
|
|
8
|
+
({ children: a, className: s, active: e, disabled: n, disableInteraction: o, displayContents: i, ...r }, c) => /* @__PURE__ */ d(
|
|
9
9
|
"span",
|
|
10
10
|
{
|
|
11
11
|
ref: c,
|
|
12
|
-
className:
|
|
12
|
+
className: p("hoverable", s, {
|
|
13
13
|
active: !!e,
|
|
14
14
|
disabled: !!n,
|
|
15
15
|
[t.disableInteraction]: !!o,
|
|
@@ -20,8 +20,8 @@ const b = "disableInteraction__f1b8679f", f = "displayContents__40b4c540", t = {
|
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
f.displayName = "IconWrapper";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
f as IconWrapper
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=IconWrapper.js.map
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { jsxs as d, jsx as r, Fragment as R } from "react/jsx-runtime";
|
|
2
2
|
import j, { useState as v } from "react";
|
|
3
3
|
import { MobileView as D } from "../MobileView/MobileView.js";
|
|
4
|
+
import "../MobileView/useMobileView.js";
|
|
4
5
|
import { ImageGalleryExtended as e } from "../ImageGalleryExtended/ImageGalleryExtended.js";
|
|
5
6
|
import "../ImageGalleryExtended/ImageGalleryExtendedContext.js";
|
|
6
7
|
import "../ImageGalleryExtended/components/ImageGalleryExtendedMain.js";
|
|
7
8
|
import "../ImageGalleryExtended/components/ImageGalleryExtendedNav.js";
|
|
8
9
|
import "../ImageGalleryExtended/components/ImageGalleryExtendedArrow.js";
|
|
9
10
|
import "../ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js";
|
|
10
|
-
import "../../chunks/ImageGalleryExtendedThumb-
|
|
11
|
+
import "../../chunks/ImageGalleryExtendedThumb-Cpk1nE0q.js";
|
|
11
12
|
import "../ImageGalleryExtended/components/ImageGalleryExtendedDots.js";
|
|
12
13
|
import { EImageGalleryArrowDirection as a } from "../ImageGalleryExtended/enums.js";
|
|
13
14
|
const M = j.forwardRef(
|
|
@@ -16,8 +17,8 @@ const M = j.forwardRef(
|
|
|
16
17
|
selectedId: o,
|
|
17
18
|
defaultId: c,
|
|
18
19
|
onChange: t,
|
|
19
|
-
onImageClick:
|
|
20
|
-
height:
|
|
20
|
+
onImageClick: p,
|
|
21
|
+
height: s = "auto",
|
|
21
22
|
withBlur: u = !0,
|
|
22
23
|
showThumbnails: f = !0,
|
|
23
24
|
showDots: h = !0,
|
|
@@ -39,7 +40,7 @@ const M = j.forwardRef(
|
|
|
39
40
|
l || G(i), t == null || t(i);
|
|
40
41
|
},
|
|
41
42
|
children: [
|
|
42
|
-
/* @__PURE__ */ r(e.Main, { height:
|
|
43
|
+
/* @__PURE__ */ r(e.Main, { height: s, withBlur: u, onImageClick: p, children: /* @__PURE__ */ r(e.Nav, { children: ({ onPrev: i, onNext: k, isFirst: A, isLast: N, itemsCount: n }) => /* @__PURE__ */ d(R, { children: [
|
|
43
44
|
/* @__PURE__ */ r(
|
|
44
45
|
e.Arrow,
|
|
45
46
|
{
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as T } from "../../chunks/vendor-
|
|
2
|
+
import b, { useCallback as n } from "react";
|
|
3
|
+
import { c as T } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { isKey as I } from "../../utils/keyboard.js";
|
|
5
5
|
import { ImageGalleryExtendedContext as N } from "./ImageGalleryExtendedContext.js";
|
|
6
6
|
import { ImageGalleryExtendedMain as _ } from "./components/ImageGalleryExtendedMain.js";
|
|
7
7
|
import { ImageGalleryExtendedNav as A } from "./components/ImageGalleryExtendedNav.js";
|
|
8
8
|
import { ImageGalleryExtendedArrow as M } from "./components/ImageGalleryExtendedArrow.js";
|
|
9
9
|
import { ImageGalleryExtendedThumbnails as k } from "./components/ImageGalleryExtendedThumbnails.js";
|
|
10
|
-
import { I as v } from "../../chunks/ImageGalleryExtendedThumb-
|
|
10
|
+
import { I as v } from "../../chunks/ImageGalleryExtendedThumb-Cpk1nE0q.js";
|
|
11
11
|
import { ImageGalleryExtendedDots as O } from "./components/ImageGalleryExtendedDots.js";
|
|
12
12
|
import "./enums.js";
|
|
13
|
-
const P = "
|
|
13
|
+
const P = "root__a6292189", j = {
|
|
14
14
|
root: P
|
|
15
|
-
}, g =
|
|
16
|
-
({ items: r, children: u, className: h, selectedId:
|
|
17
|
-
const
|
|
15
|
+
}, g = b.forwardRef(
|
|
16
|
+
({ items: r, children: u, className: h, selectedId: d, onChange: i, onKeyDown: t, tabIndex: E, ...G }, y) => {
|
|
17
|
+
const c = r.findIndex((e) => e.id === d), a = c >= 0 ? c : 0, o = n(
|
|
18
18
|
(e) => {
|
|
19
19
|
var f;
|
|
20
|
-
const
|
|
21
|
-
m !== void 0 && m !==
|
|
20
|
+
const l = r.length > 0 ? Math.min(Math.max(e, 0), r.length - 1) : 0, m = (f = r[l]) == null ? void 0 : f.id;
|
|
21
|
+
m !== void 0 && m !== d && i(m);
|
|
22
22
|
},
|
|
23
|
-
[r,
|
|
24
|
-
), s = n(() => o(a - 1), [a, o]), x = n(() => o(a + 1), [a, o]),
|
|
23
|
+
[r, d, i]
|
|
24
|
+
), s = n(() => o(a - 1), [a, o]), x = n(() => o(a + 1), [a, o]), R = (e) => {
|
|
25
25
|
if (e.target !== e.currentTarget) {
|
|
26
26
|
t == null || t(e);
|
|
27
27
|
return;
|
|
28
28
|
}
|
|
29
|
-
const
|
|
30
|
-
I(
|
|
29
|
+
const l = e.code || e.keyCode;
|
|
30
|
+
I(l, "ARROW_LEFT") ? (e.preventDefault(), s()) : I(l, "ARROW_RIGHT") && (e.preventDefault(), x()), t == null || t(e);
|
|
31
31
|
};
|
|
32
32
|
return /* @__PURE__ */ p(
|
|
33
33
|
N.Provider,
|
|
@@ -44,9 +44,9 @@ const P = "root__d9cd0b99", j = {
|
|
|
44
44
|
{
|
|
45
45
|
...G,
|
|
46
46
|
tabIndex: E ?? 0,
|
|
47
|
-
ref:
|
|
47
|
+
ref: y,
|
|
48
48
|
className: T(j.root, h),
|
|
49
|
-
onKeyDown:
|
|
49
|
+
onKeyDown: R,
|
|
50
50
|
children: u
|
|
51
51
|
}
|
|
52
52
|
)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as p } from "../../../chunks/vendor-
|
|
3
|
+
import { c as p } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { CaretleftStrokeSrvIcon24 as f, CaretrightStrokeSrvIcon24 as I } from "@sberbusiness/icons-next";
|
|
5
5
|
import { EImageGalleryArrowDirection as r } from "../enums.js";
|
|
6
|
-
import { s as e } from "../../../chunks/ImageGalleryExtendedMain.module-
|
|
6
|
+
import { s as e } from "../../../chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js";
|
|
7
7
|
const d = {
|
|
8
8
|
[r.PREV]: e.prev,
|
|
9
9
|
[r.NEXT]: e.next
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import h, { useContext as p } from "react";
|
|
3
|
-
import { c as l } from "../../../chunks/vendor-
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { ImageGalleryExtendedContext as y } from "../ImageGalleryExtendedContext.js";
|
|
5
|
-
const
|
|
6
|
-
dots:
|
|
7
|
-
dot:
|
|
8
|
-
active:
|
|
5
|
+
const b = "dots__b7fe8ba1", g = "dot__77a8c4fe", C = "active__2cf85686", s = {
|
|
6
|
+
dots: b,
|
|
7
|
+
dot: g,
|
|
8
|
+
active: C
|
|
9
9
|
}, M = 4, I = h.forwardRef(
|
|
10
10
|
({ className: d, ...m }, f) => {
|
|
11
|
-
const { items:
|
|
11
|
+
const { items: a, selectedIndex: u, onSelect: _ } = p(y), t = a.length;
|
|
12
12
|
if (t <= 1)
|
|
13
13
|
return null;
|
|
14
14
|
const e = Math.min(t, M), n = Math.floor(t / e), v = Math.min(Math.floor(u / n), e - 1);
|
|
15
|
-
return /* @__PURE__ */ i("div", { ref: f, ...m, className: l(
|
|
16
|
-
const
|
|
15
|
+
return /* @__PURE__ */ i("div", { ref: f, ...m, className: l(s.dots, d), children: Array.from({ length: e }, (A, o) => {
|
|
16
|
+
const c = o === v, r = o * n, x = a[r];
|
|
17
17
|
return /* @__PURE__ */ i(
|
|
18
18
|
"button",
|
|
19
19
|
{
|
|
20
20
|
type: "button",
|
|
21
|
-
"aria-current":
|
|
21
|
+
"aria-current": c ? "true" : void 0,
|
|
22
22
|
"aria-label": x.alt,
|
|
23
|
-
className: l(
|
|
24
|
-
onClick: () => _(
|
|
23
|
+
className: l(s.dot, { [s.active]: c }),
|
|
24
|
+
onClick: () => _(r)
|
|
25
25
|
},
|
|
26
26
|
o
|
|
27
27
|
);
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
import { jsxs as u, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import E, { useContext as G } from "react";
|
|
3
|
-
import { c as I } from "../../../chunks/vendor-
|
|
3
|
+
import { c as I } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { MobileView as g } from "../../MobileView/MobileView.js";
|
|
5
|
+
import "../../MobileView/useMobileView.js";
|
|
5
6
|
import { ImageGalleryExtendedContext as M } from "../ImageGalleryExtendedContext.js";
|
|
6
7
|
import { ImageGalleryExtendedSlide as s } from "./ImageGalleryExtendedSlide.js";
|
|
7
8
|
import { ImageGalleryExtendedSwipeTrack as b } from "./ImageGalleryExtendedSwipeTrack.js";
|
|
8
|
-
import { s as k } from "../../../chunks/ImageGalleryExtendedMain.module-
|
|
9
|
+
import { s as k } from "../../../chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js";
|
|
9
10
|
const v = E.forwardRef(
|
|
10
|
-
({ height: e = "auto", withBlur:
|
|
11
|
-
const { items:
|
|
11
|
+
({ height: e = "auto", withBlur: r = !1, onImageClick: a, className: c, children: x, style: l, ...f }, p) => {
|
|
12
|
+
const { items: m, selectedIndex: n } = G(M), o = m[n];
|
|
12
13
|
if (!o)
|
|
13
14
|
return null;
|
|
14
|
-
const i = e === "auto" ? void 0 : typeof e == "number" ? `${e}px` : e, y = i ? { ...l, "--triplex-next-runtime-ImageGalleryExtended-Main_Height": i } : l, d =
|
|
15
|
+
const i = e === "auto" ? void 0 : typeof e == "number" ? `${e}px` : e, y = i ? { ...l, "--triplex-next-runtime-ImageGalleryExtended-Main_Height": i } : l, d = a ? () => a(n) : void 0;
|
|
15
16
|
return /* @__PURE__ */ u("div", { ...f, ref: p, className: I(k.main, c), style: y, children: [
|
|
16
17
|
/* @__PURE__ */ t(
|
|
17
18
|
g,
|
|
18
19
|
{
|
|
19
|
-
fallback: /* @__PURE__ */ t(s, { item: o, withBlur:
|
|
20
|
-
children:
|
|
20
|
+
fallback: /* @__PURE__ */ t(s, { item: o, withBlur: r, onClick: d }),
|
|
21
|
+
children: m.length > 1 ? /* @__PURE__ */ t(b, { withBlur: r, onImageClick: a }) : /* @__PURE__ */ t(s, { item: o, withBlur: r, onClick: d })
|
|
21
22
|
}
|
|
22
23
|
),
|
|
23
24
|
x
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as c, jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../../chunks/vendor-
|
|
3
|
-
import { s as a } from "../../../chunks/ImageGalleryExtendedMain.module-
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
3
|
+
import { s as a } from "../../../chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js";
|
|
4
4
|
const i = ({ item: l, withBlur: r, onClick: e }) => /* @__PURE__ */ c("div", { className: a.slide, children: [
|
|
5
5
|
r && /* @__PURE__ */ s("img", { src: l.src, alt: "", className: a.blur, "aria-hidden": "true" }),
|
|
6
6
|
e ? /* @__PURE__ */ s("button", { type: "button", className: a.imageButton, onClick: e, children: /* @__PURE__ */ s(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as v } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as w, useState as E, useRef as g, useCallback as y } from "react";
|
|
3
|
-
import { c as z } from "../../../chunks/vendor-
|
|
3
|
+
import { c as z } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { ImageGalleryExtendedContext as H } from "../ImageGalleryExtendedContext.js";
|
|
5
5
|
import { ImageGalleryExtendedSlide as O } from "./ImageGalleryExtendedSlide.js";
|
|
6
|
-
import { s as I } from "../../../chunks/ImageGalleryExtendedMain.module-
|
|
6
|
+
import { s as I } from "../../../chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js";
|
|
7
7
|
const $ = 50, C = 8, j = 0.35, K = ({
|
|
8
8
|
withBlur: N,
|
|
9
9
|
onImageClick: T
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../chunks/vendor-
|
|
4
|
-
import { I as p } from "../../../chunks/ImageGalleryExtendedThumb-
|
|
3
|
+
import "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { I as p } from "../../../chunks/ImageGalleryExtendedThumb-Cpk1nE0q.js";
|
|
5
5
|
export {
|
|
6
6
|
p as ImageGalleryExtendedThumb
|
|
7
7
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import R, { useContext as C, useRef as b, useImperativeHandle as E, useEffect as G } from "react";
|
|
3
|
-
import { c as S } from "../../../chunks/vendor-
|
|
3
|
+
import { c as S } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { isKey as g } from "../../../utils/keyboard.js";
|
|
5
5
|
import { scrollSmoothHorizontally as _ } from "../../../utils/scroll.js";
|
|
6
6
|
import { ImageGalleryExtendedContext as k } from "../ImageGalleryExtendedContext.js";
|
|
7
|
-
import { s as v, I as A } from "../../../chunks/ImageGalleryExtendedThumb-
|
|
7
|
+
import { s as v, I as A } from "../../../chunks/ImageGalleryExtendedThumb-Cpk1nE0q.js";
|
|
8
8
|
const H = ({ item: c, isActive: n, ariaLabel: r, onSelect: s, ref: a }) => /* @__PURE__ */ i(A, { ref: a, item: c, isActive: n, "aria-label": r, onClick: s }), B = R.forwardRef(
|
|
9
9
|
({ className: c, children: n, onKeyDown: r, ...s }, a) => {
|
|
10
10
|
const { items: T, selectedIndex: o, onSelect: u } = C(k), y = n ?? H, m = b(null), f = b([]);
|
|
@@ -2,7 +2,7 @@ import { ImageGalleryExtendedMain as a } from "./ImageGalleryExtendedMain.js";
|
|
|
2
2
|
import { ImageGalleryExtendedNav as o } from "./ImageGalleryExtendedNav.js";
|
|
3
3
|
import { ImageGalleryExtendedArrow as t } from "./ImageGalleryExtendedArrow.js";
|
|
4
4
|
import { ImageGalleryExtendedThumbnails as x } from "./ImageGalleryExtendedThumbnails.js";
|
|
5
|
-
import { I } from "../../../chunks/ImageGalleryExtendedThumb-
|
|
5
|
+
import { I } from "../../../chunks/ImageGalleryExtendedThumb-Cpk1nE0q.js";
|
|
6
6
|
import { ImageGalleryExtendedDots as g } from "./ImageGalleryExtendedDots.js";
|
|
7
7
|
export {
|
|
8
8
|
t as ImageGalleryExtendedArrow,
|
|
@@ -4,7 +4,7 @@ import { ImageGalleryExtendedMain as l } from "./components/ImageGalleryExtended
|
|
|
4
4
|
import { ImageGalleryExtendedNav as d } from "./components/ImageGalleryExtendedNav.js";
|
|
5
5
|
import { ImageGalleryExtendedArrow as I } from "./components/ImageGalleryExtendedArrow.js";
|
|
6
6
|
import { ImageGalleryExtendedThumbnails as g } from "./components/ImageGalleryExtendedThumbnails.js";
|
|
7
|
-
import { I as y } from "../../chunks/ImageGalleryExtendedThumb-
|
|
7
|
+
import { I as y } from "../../chunks/ImageGalleryExtendedThumb-Cpk1nE0q.js";
|
|
8
8
|
import { ImageGalleryExtendedDots as G } from "./components/ImageGalleryExtendedDots.js";
|
|
9
9
|
import { EImageGalleryArrowDirection as s } from "./enums.js";
|
|
10
10
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { EIslandType as l } from "./enums.js";
|
|
5
5
|
import { IslandBody as f } from "./components/IslandBody.js";
|
|
6
6
|
import { IslandHeader as n } from "./components/IslandHeader.js";
|
|
7
7
|
import { IslandFooter as c } from "./components/IslandFooter.js";
|
|
8
|
-
import { s as o, m as y } from "../../chunks/utils-
|
|
8
|
+
import { s as o, m as y } from "../../chunks/utils-DIpdLSK7.js";
|
|
9
9
|
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
11
11
|
const N = T(o), C = Object.assign(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
import { c as l } from "../../../chunks/vendor-
|
|
4
|
-
const n = "
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const n = "islandBody__fdabf2de", e = {
|
|
5
5
|
islandBody: n
|
|
6
6
|
}, m = t.forwardRef(
|
|
7
|
-
({ children: o, className:
|
|
7
|
+
({ children: o, className: d, ...s }, a) => /* @__PURE__ */ r("div", { className: l(e.islandBody, d), ref: a, ...s, children: o })
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
m as IslandBody
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const l = "
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const l = "islandFooter__9686e188", n = {
|
|
5
5
|
islandFooter: l
|
|
6
|
-
},
|
|
6
|
+
}, m = e.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: a(n.islandFooter), ref: t, ...r, children: o }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as IslandFooter
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandFooter.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as o } from "../../../chunks/vendor-
|
|
4
|
-
const t = "
|
|
3
|
+
import { c as o } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const t = "islandHeader__e8e65dc6", l = {
|
|
5
5
|
islandHeader: t
|
|
6
6
|
}, m = d.forwardRef(({ children: e, ...a }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...a, children: e }));
|
|
7
7
|
export {
|
|
@@ -8,15 +8,15 @@ import { EIslandType as l } from "../Island/enums.js";
|
|
|
8
8
|
import "../Island/components/IslandBody.js";
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
|
-
import { c as f } from "../../chunks/vendor-
|
|
12
|
-
import { s as I } from "../../chunks/IslandAccordion.module-
|
|
11
|
+
import { c as f } from "../../chunks/vendor-D5cfSbgz.js";
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-b2tphik7.js";
|
|
13
13
|
import "./components/IslandAccordionContent.js";
|
|
14
14
|
import "./components/IslandAccordionFooter.js";
|
|
15
15
|
const x = Object.assign(
|
|
16
16
|
e.forwardRef(
|
|
17
17
|
({ className: r, children: t, size: m = d.MD, type: i = l.TYPE_1, ...s }, a) => {
|
|
18
18
|
const c = f(r, I.islandAccordion);
|
|
19
|
-
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.
|
|
19
|
+
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.33.0", ref: a, children: t }) });
|
|
20
20
|
}
|
|
21
21
|
),
|
|
22
22
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as r } from "../../../chunks/IslandAccordion.module-
|
|
2
|
+
import { s as r } from "../../../chunks/IslandAccordion.module-b2tphik7.js";
|
|
3
3
|
import { Island as s } from "../../Island/Island.js";
|
|
4
4
|
import "../../Island/components/IslandBody.js";
|
|
5
5
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../../chunks/vendor-
|
|
3
|
-
import { s as m } from "../../../chunks/IslandAccordion.module-
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
3
|
+
import { s as m } from "../../../chunks/IslandAccordion.module-b2tphik7.js";
|
|
4
4
|
import { Island as i } from "../../Island/Island.js";
|
|
5
5
|
import "../../Island/components/IslandBody.js";
|
|
6
6
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as p, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import D, { useState as W, useContext as j, useRef as X, useEffect as Z } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon24 as $, CrossStrokeSrvIcon24 as b } from "@sberbusiness/icons-next";
|
|
4
|
-
import { u as B, c as d } from "../../../chunks/vendor-
|
|
4
|
+
import { u as B, c as d } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
5
5
|
import { Island as C } from "../../Island/Island.js";
|
|
6
6
|
import { ExpandAnimation as q } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
7
7
|
import { IslandAccordionContent as G } from "./IslandAccordionContent.js";
|
|
@@ -25,7 +25,7 @@ import "../../Typography/Caption.js";
|
|
|
25
25
|
import "../../Typography/CodeText.js";
|
|
26
26
|
import "../../Typography/Text.js";
|
|
27
27
|
import { Title as tt } from "../../Typography/Title.js";
|
|
28
|
-
import { s as t } from "../../../chunks/IslandAccordion.module-
|
|
28
|
+
import { s as t } from "../../../chunks/IslandAccordion.module-b2tphik7.js";
|
|
29
29
|
import { EScreenWidth as y } from "../../../helpers/breakpoints.js";
|
|
30
30
|
import { useMatchMedia as rt } from "../../MediaWidth/useMatchMedia.js";
|
|
31
31
|
const et = {
|
|
@@ -91,7 +91,7 @@ const et = {
|
|
|
91
91
|
}),
|
|
92
92
|
onClick: H,
|
|
93
93
|
disabled: e,
|
|
94
|
-
"data-tx": "1.
|
|
94
|
+
"data-tx": "1.33.0",
|
|
95
95
|
children: [
|
|
96
96
|
h && I && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(K, { step: I, status: h, position: Q.XFirst, size: a, children: e ? void 0 : w }) }),
|
|
97
97
|
/* @__PURE__ */ r(
|