@sberbusiness/triplex-next 1.29.0 → 1.31.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/chunks/AlertProcessSpoiler-B-2x6lW0.js +41 -0
- package/chunks/{CalendarViewItem-5_px9kHt.js → CalendarViewItem-o4k7U5Dm.js} +20 -20
- package/chunks/Card.module-_9W_bDbW.js +18 -0
- package/chunks/CheckboxTreeExtended.module-BW6Er6eg.js +15 -0
- package/chunks/Chip-CoKB4iXT.js +85 -0
- package/chunks/Confirm.module-B7EimS-c.js +15 -0
- package/chunks/DropdownListItem-Dy7ejFWN.js +65 -0
- package/chunks/DropdownMobile.module-CEUckjjY.js +23 -0
- package/chunks/Footer.module-Btaepr_L.js +9 -0
- package/chunks/{FormFieldInput-BgrEEHVa.js → FormFieldInput-CkVtqncH.js} +19 -19
- package/chunks/HeaderLayoutSidebar.module-Uq7eUhaq.js +9 -0
- package/chunks/HeaderTabs.module-CiK3DS7c.js +9 -0
- package/chunks/{HeaderTitle.module-fEjlMYZ7.js → HeaderTitle.module-ChThbaCy.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-D9p93wFz.js +28 -0
- package/chunks/IslandAccordion.module-BxoLhMzZ.js +25 -0
- package/chunks/IslandWidgetFooter.module-CxO5dSVu.js +9 -0
- package/chunks/IslandWidgetHeader.module-BZIonIbn.js +13 -0
- package/chunks/{LightBoxContent-DdWEYnjf.js → LightBoxContent-Cr4psg0Z.js} +9 -9
- package/chunks/LightBoxControls.module-BT6tQ7Ue.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-dV9DEtmo.js +9 -0
- package/chunks/{ListItemControlsButton-BrWqPMvQ.js → ListItemControlsButton-Bv8aFUBc.js} +12 -12
- package/chunks/ListItemTail.module-Bp7M4QdS.js +12 -0
- package/chunks/ListMasterFooter.module-DMGAGzUD.js +10 -0
- package/chunks/ModalWindow.module-CcEb5ZBL.js +17 -0
- package/chunks/Notification.module-DmHe2Kv2.js +20 -0
- package/chunks/Overlay.module-f4p8iBuk.js +18 -0
- package/chunks/Page.module-B1W0CUyk.js +11 -0
- package/chunks/SMSField.module-cmbHRm31.js +16 -0
- package/chunks/SliderExtendedMarks.module-DptabtoD.js +15 -0
- package/chunks/{SliderExtendedRail-B7cZIw4b.js → SliderExtendedRail-D4NXHvvH.js} +10 -10
- package/chunks/StatusTracker.module-BBm6PrHb.js +24 -0
- package/chunks/{StepperStepArrowBorder-BDDBpgah.js → StepperStepArrowBorder-6bgUfxhh.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-o1c16I20.js → SuggestFieldMobileDropdownHint-BYUd-DOC.js} +6 -6
- package/chunks/TableFooter.module-D-gNDmws.js +14 -0
- package/chunks/TabsExtended.module-IBQrFWHl.js +16 -0
- package/chunks/TabsLine.module-CM-pL6UU.js +21 -0
- package/chunks/TooltipDesktop.module-CXZIjsAn.js +19 -0
- package/chunks/TreeView.module-Co2-lRZN.js +9 -0
- package/chunks/{UploadZoneInput-DRnwuj7v.js → UploadZoneInput-CUVjN3Kj.js} +10 -10
- package/chunks/{constants-BbgGoE1H.js → constants-Ci0_oXbs.js} +14 -14
- package/chunks/{utils-DmWZdfw8.js → utils-B2FzgoVa.js} +9 -9
- package/chunks/{utils-BG289Tpd.js → utils-BFyvyQPY.js} +4 -4
- package/chunks/{utils-Cev1dXzE.js → utils-DEqGmway.js} +14 -14
- package/chunks/utils-fAec4Z-1.js +24 -0
- package/chunks/{vendor-C_uS77iF.js → vendor-82AnkPpo.js} +47 -44
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +22 -22
- package/components/Badge/Badge.js +12 -12
- package/components/Badge/BadgeDot.js +9 -9
- package/components/Badge/components/BadgeContent.js +2 -2
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +22 -22
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +3 -3
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +11 -11
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +1 -1
- 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 +7 -7
- 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 +7 -7
- package/components/Checkbox/Checkbox.js +15 -15
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +5 -5
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +10 -10
- package/components/Chip/Chip.js +4 -3
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +15 -15
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +22 -21
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +40 -27
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +23 -22
- package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/enums.js +5 -0
- package/components/Chip/index.js +28 -26
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +181 -166
- package/components/CollapsibleTree/CollapsibleTree.js +23 -0
- package/components/CollapsibleTree/components/CollapsibleTreeBranchNode.js +37 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +13 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +24 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +44 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeLabel.js +12 -0
- package/components/CollapsibleTree/index.js +11 -0
- package/components/CollapsibleTree/types.js +5 -0
- package/components/CollapsibleTreeExtended/CollapsibleTreeExtended.js +10 -0
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +71 -0
- package/components/CollapsibleTreeExtended/index.js +7 -0
- 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 +5 -5
- package/components/DateRange/DateRange.js +15 -15
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +94 -84
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +90 -80
- package/components/DesignTokens/components/Chip.js +12 -6
- package/components/DesignTokens/components/CollapsibleTree.js +11 -0
- package/components/DesignTokens/components/ImageGallery.js +47 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/ListItem.js +7 -4
- package/components/DesignTokens/components/TopOverlay.js +1 -1
- package/components/DesignTokens/components/index.js +144 -138
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +30 -30
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +11 -11
- package/components/EmptyView/EmptyView.js +16 -16
- package/components/ExpandAnimation/ExpandAnimation.js +18 -18
- 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 +20 -20
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +5 -5
- package/components/FormField/components/FormFieldMaskedInput.js +11 -11
- package/components/FormField/components/FormFieldPostfix.js +24 -17
- package/components/FormField/components/FormFieldPrefix.js +24 -17
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +17 -17
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +15 -5
- 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 +6 -6
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/ImageGallery/ImageGallery.js +74 -0
- package/components/ImageGallery/index.js +5 -0
- package/components/ImageGallery/types.js +2 -0
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
- package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
- package/components/ImageGalleryExtended/components/index.js +15 -0
- package/components/ImageGalleryExtended/enums.js +5 -0
- package/components/ImageGalleryExtended/index.js +21 -0
- package/components/ImageGalleryExtended/types.js +2 -0
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- 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 +15 -15
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- 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 +2 -2
- package/components/LightBox/LightBox.js +31 -31
- 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 +32 -32
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +6 -6
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +15 -15
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +8 -8
- package/components/List/components/ListItemContent.js +21 -16
- package/components/List/components/ListItemContext.js +5 -2
- package/components/List/components/ListItemControls.js +2 -2
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +7 -7
- package/components/List/components/ListItemSelectable.js +29 -26
- package/components/List/components/ListItemTable.js +19 -18
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +8 -8
- 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 +6 -6
- package/components/ListMaster/components/SelectionControls.js +10 -10
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +9 -9
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +6 -6
- package/components/ModalWindow/ModalWindow.js +17 -17
- package/components/ModalWindow/components/ModalWindowBody.js +6 -6
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearRange/MonthYearRange.js +14 -14
- package/components/MultiselectField/MultiselectField.js +19 -14
- package/components/MultiselectField/MultiselectFieldContext.js +5 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +34 -31
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- 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 +5 -5
- package/components/OrderedList/OrderedListItem.js +3 -3
- 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 +7 -7
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +16 -16
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- 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 +10 -10
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +5 -5
- package/components/Row/Row.js +25 -10
- package/components/Row/RowContext.js +9 -0
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +27 -27
- 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 +16 -16
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- 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 +15 -15
- 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 +2 -2
- 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 +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +11 -11
- 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/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +14 -14
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +16 -16
- 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 +78 -82
- package/components/Table/ChipPanel.js +12 -0
- package/components/Table/ChipPanelLinks.js +22 -0
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +20 -20
- package/components/Table/NoColumns.js +8 -8
- 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 +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- 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/index.js +7 -7
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +15 -15
- 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 +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- 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 +1 -1
- package/components/Tag/Tag.js +24 -24
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +24 -19
- 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 +16 -16
- 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 +10 -10
- package/components/TopOverlay/TopOverlay.js +40 -40
- 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 +23 -23
- package/components/Typography/CodeText.js +8 -8
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +20 -20
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- 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 +652 -622
- package/index.d.ts +449 -88
- package/index.js +685 -655
- package/package.json +16 -4
- package/styles/triplex-next.css +556 -538
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-B4-vQnzw.js +0 -41
- package/chunks/Card.module-Dx8nOFB3.js +0 -17
- package/chunks/CheckboxTreeExtended.module-Bjimmb7-.js +0 -15
- package/chunks/Chip-D-_oIu-h.js +0 -77
- package/chunks/Confirm.module-CLPl_MFI.js +0 -15
- package/chunks/DropdownListItem-C7Maa_Sz.js +0 -65
- package/chunks/DropdownMobile.module-CaYNuqHU.js +0 -23
- package/chunks/Footer.module-B8adM4Do.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Cdc1sffY.js +0 -9
- package/chunks/HeaderTabs.module-DmDFhCmD.js +0 -9
- package/chunks/IslandAccordion.module-CNo4iFh8.js +0 -25
- package/chunks/IslandWidgetFooter.module-DZ6hXw2D.js +0 -9
- package/chunks/IslandWidgetHeader.module-CEVaTpbx.js +0 -13
- package/chunks/LightBoxControls.module-CnAa2Vmk.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Du9-TT1c.js +0 -9
- package/chunks/ListItemTail.module-ZBSoUByF.js +0 -12
- package/chunks/ListMasterFooter.module-CeZvln77.js +0 -10
- package/chunks/ModalWindow.module-lrXOmH_L.js +0 -17
- package/chunks/Notification.module-ZlSN0MGm.js +0 -20
- package/chunks/Overlay.module-BlvGry2e.js +0 -18
- package/chunks/Page.module-BkU_qm35.js +0 -11
- package/chunks/SMSField.module-DQdb4DNu.js +0 -16
- package/chunks/SliderExtendedMarks.module-BWYZDQtm.js +0 -15
- package/chunks/StatusTracker.module-C645B9ye.js +0 -24
- package/chunks/TableFooter.module-Bw739QXw.js +0 -14
- package/chunks/TabsExtended.module-DwTyq4mg.js +0 -16
- package/chunks/TabsLine.module-6sKjO9lB.js +0 -21
- package/chunks/TooltipDesktop.module-D1eY6eNm.js +0 -19
- package/chunks/TreeView.module-B4d0aSMp.js +0 -9
- package/chunks/utils-XC0joCai.js +0 -24
- package/components/CollapsableTree/CollapsableTree.js +0 -10
- package/components/CollapsableTree/components/CollapsableTreeNode.js +0 -79
- package/components/CollapsableTree/index.js +0 -7
- package/components/Table/TabsLinePanel.js +0 -12
- package/components/Table/TabsLinePanelLinks.js +0 -26
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import e from "react";
|
|
2
|
+
const t = {
|
|
3
|
+
items: [],
|
|
4
|
+
selectedIndex: 0,
|
|
5
|
+
onSelect: () => {
|
|
6
|
+
},
|
|
7
|
+
onPrev: () => {
|
|
8
|
+
},
|
|
9
|
+
onNext: () => {
|
|
10
|
+
}
|
|
11
|
+
}, n = e.createContext(t);
|
|
12
|
+
n.displayName = "ImageGalleryExtendedContext";
|
|
13
|
+
export {
|
|
14
|
+
n as ImageGalleryExtendedContext
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ImageGalleryExtendedContext.js.map
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import i from "react";
|
|
3
|
+
import { c as p } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { CaretleftStrokeSrvIcon24 as f, CaretrightStrokeSrvIcon24 as I } from "@sberbusiness/icons-next";
|
|
5
|
+
import { EImageGalleryArrowDirection as r } from "../enums.js";
|
|
6
|
+
import { s as e } from "../../../chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js";
|
|
7
|
+
const d = {
|
|
8
|
+
[r.PREV]: e.prev,
|
|
9
|
+
[r.NEXT]: e.next
|
|
10
|
+
}, x = i.forwardRef(
|
|
11
|
+
({ direction: t, className: a, "aria-label": l, disabled: m, ...n }, s) => {
|
|
12
|
+
const c = t === r.PREV ? f : I;
|
|
13
|
+
return /* @__PURE__ */ o(
|
|
14
|
+
"button",
|
|
15
|
+
{
|
|
16
|
+
type: "button",
|
|
17
|
+
ref: s,
|
|
18
|
+
disabled: m,
|
|
19
|
+
...n,
|
|
20
|
+
"aria-label": l,
|
|
21
|
+
className: p(e.arrow, d[t], "hoverable", a),
|
|
22
|
+
children: /* @__PURE__ */ o(c, { paletteIndex: 7 })
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
x.displayName = "ImageGalleryExtendedArrow";
|
|
28
|
+
export {
|
|
29
|
+
x as ImageGalleryExtendedArrow
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=ImageGalleryExtendedArrow.js.map
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import h, { useContext as p } from "react";
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { ImageGalleryExtendedContext as y } from "../ImageGalleryExtendedContext.js";
|
|
5
|
+
const g = "dots__e6063349", C = "dot__c4d18fb9", b = "active__1aee7007", s = {
|
|
6
|
+
dots: g,
|
|
7
|
+
dot: C,
|
|
8
|
+
active: b
|
|
9
|
+
}, M = 4, I = h.forwardRef(
|
|
10
|
+
({ className: d, ...m }, u) => {
|
|
11
|
+
const { items: n, selectedIndex: f, onSelect: _ } = p(y), t = n.length;
|
|
12
|
+
if (t <= 1)
|
|
13
|
+
return null;
|
|
14
|
+
const e = Math.min(t, M), a = Math.floor(t / e), v = Math.min(Math.floor(f / a), e - 1);
|
|
15
|
+
return /* @__PURE__ */ i("div", { ref: u, ...m, className: l(s.dots, d), children: Array.from({ length: e }, (A, o) => {
|
|
16
|
+
const c = o === v, r = o * a, x = n[r];
|
|
17
|
+
return /* @__PURE__ */ i(
|
|
18
|
+
"button",
|
|
19
|
+
{
|
|
20
|
+
type: "button",
|
|
21
|
+
"aria-current": c ? "true" : void 0,
|
|
22
|
+
"aria-label": x.alt,
|
|
23
|
+
className: l(s.dot, { [s.active]: c }),
|
|
24
|
+
onClick: () => _(r)
|
|
25
|
+
},
|
|
26
|
+
o
|
|
27
|
+
);
|
|
28
|
+
}) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
I.displayName = "ImageGalleryExtendedDots";
|
|
32
|
+
export {
|
|
33
|
+
I as ImageGalleryExtendedDots
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=ImageGalleryExtendedDots.js.map
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsxs as u, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import E, { useContext as G } from "react";
|
|
3
|
+
import { c as I } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { MobileView as g } from "../../MobileView/MobileView.js";
|
|
5
|
+
import { ImageGalleryExtendedContext as M } from "../ImageGalleryExtendedContext.js";
|
|
6
|
+
import { ImageGalleryExtendedSlide as s } from "./ImageGalleryExtendedSlide.js";
|
|
7
|
+
import { ImageGalleryExtendedSwipeTrack as b } from "./ImageGalleryExtendedSwipeTrack.js";
|
|
8
|
+
import { s as k } from "../../../chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js";
|
|
9
|
+
const v = E.forwardRef(
|
|
10
|
+
({ height: e = "auto", withBlur: a = !1, onImageClick: r, className: c, children: x, style: l, ...f }, p) => {
|
|
11
|
+
const { items: n, selectedIndex: m } = G(M), o = n[m];
|
|
12
|
+
if (!o)
|
|
13
|
+
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 = r ? () => r(m) : void 0;
|
|
15
|
+
return /* @__PURE__ */ u("div", { ...f, ref: p, className: I(k.main, c), style: y, children: [
|
|
16
|
+
/* @__PURE__ */ t(
|
|
17
|
+
g,
|
|
18
|
+
{
|
|
19
|
+
fallback: /* @__PURE__ */ t(s, { item: o, withBlur: a, onClick: d }),
|
|
20
|
+
children: n.length > 1 ? /* @__PURE__ */ t(b, { withBlur: a, onImageClick: r }) : /* @__PURE__ */ t(s, { item: o, withBlur: a, onClick: d })
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
x
|
|
24
|
+
] });
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
v.displayName = "ImageGalleryExtendedMain";
|
|
28
|
+
export {
|
|
29
|
+
v as ImageGalleryExtendedMain
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=ImageGalleryExtendedMain.js.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsx as s, Fragment as a } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as d } from "react";
|
|
3
|
+
import { ImageGalleryExtendedContext as i } from "../ImageGalleryExtendedContext.js";
|
|
4
|
+
const l = ({ children: n }) => {
|
|
5
|
+
const { items: r, selectedIndex: e, onPrev: o, onNext: m } = d(i), t = r.length;
|
|
6
|
+
return /* @__PURE__ */ s(a, { children: n({
|
|
7
|
+
onPrev: o,
|
|
8
|
+
onNext: m,
|
|
9
|
+
isFirst: e === 0,
|
|
10
|
+
isLast: e === t - 1,
|
|
11
|
+
selectedIndex: e,
|
|
12
|
+
itemsCount: t
|
|
13
|
+
}) });
|
|
14
|
+
};
|
|
15
|
+
l.displayName = "ImageGalleryExtendedNav";
|
|
16
|
+
export {
|
|
17
|
+
l as ImageGalleryExtendedNav
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=ImageGalleryExtendedNav.js.map
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs as c, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
import { s as a } from "../../../chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js";
|
|
4
|
+
const i = ({ item: l, withBlur: r, onClick: e }) => /* @__PURE__ */ c("div", { className: a.slide, children: [
|
|
5
|
+
r && /* @__PURE__ */ s("img", { src: l.src, alt: "", className: a.blur, "aria-hidden": "true" }),
|
|
6
|
+
e ? /* @__PURE__ */ s("button", { type: "button", className: a.imageButton, onClick: e, children: /* @__PURE__ */ s(
|
|
7
|
+
"img",
|
|
8
|
+
{
|
|
9
|
+
src: l.src,
|
|
10
|
+
alt: l.alt ?? "",
|
|
11
|
+
className: t(a.image, a.clickable),
|
|
12
|
+
loading: "lazy"
|
|
13
|
+
}
|
|
14
|
+
) }) : /* @__PURE__ */ s("img", { src: l.src, alt: l.alt ?? "", className: a.image, loading: "lazy" })
|
|
15
|
+
] });
|
|
16
|
+
i.displayName = "ImageGalleryExtendedSlide";
|
|
17
|
+
export {
|
|
18
|
+
i as ImageGalleryExtendedSlide
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=ImageGalleryExtendedSlide.js.map
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { jsx as v } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as w, useState as E, useRef as g, useCallback as y } from "react";
|
|
3
|
+
import { c as z } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { ImageGalleryExtendedContext as H } from "../ImageGalleryExtendedContext.js";
|
|
5
|
+
import { ImageGalleryExtendedSlide as O } from "./ImageGalleryExtendedSlide.js";
|
|
6
|
+
import { s as I } from "../../../chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js";
|
|
7
|
+
const $ = 50, C = 8, j = 0.35, K = ({
|
|
8
|
+
withBlur: N,
|
|
9
|
+
onImageClick: T
|
|
10
|
+
}) => {
|
|
11
|
+
const { items: u, selectedIndex: n, onPrev: k, onNext: X } = w(H), [G, d] = E(0), [c, S] = E(null), [M, a] = E(!1), l = g(null), s = g(null), h = g(null), i = n > 0, m = n < u.length - 1, R = [
|
|
12
|
+
...i ? [{ item: u[n - 1], index: n - 1 }] : [],
|
|
13
|
+
{ item: u[n], index: n },
|
|
14
|
+
...m ? [{ item: u[n + 1], index: n + 1 }] : []
|
|
15
|
+
], x = i ? 1 : 0, p = y(
|
|
16
|
+
(t) => {
|
|
17
|
+
const e = l.current;
|
|
18
|
+
if (!e)
|
|
19
|
+
return;
|
|
20
|
+
const r = t.touches[0].clientX - e.x, o = t.touches[0].clientY - e.y;
|
|
21
|
+
if (s.current === null) {
|
|
22
|
+
if (Math.abs(r) < C && Math.abs(o) < C)
|
|
23
|
+
return;
|
|
24
|
+
s.current = Math.abs(r) > Math.abs(o);
|
|
25
|
+
}
|
|
26
|
+
if (!s.current)
|
|
27
|
+
return;
|
|
28
|
+
t.preventDefault();
|
|
29
|
+
const f = r > 0 && !i || r < 0 && !m;
|
|
30
|
+
d(f ? r * j : r);
|
|
31
|
+
},
|
|
32
|
+
[i, m]
|
|
33
|
+
), _ = y(
|
|
34
|
+
(t) => {
|
|
35
|
+
h.current && h.current.removeEventListener("touchmove", p), h.current = t, t && t.addEventListener("touchmove", p, { passive: !1 });
|
|
36
|
+
},
|
|
37
|
+
[p]
|
|
38
|
+
), b = (t) => {
|
|
39
|
+
if (c)
|
|
40
|
+
return;
|
|
41
|
+
const e = t.touches[0];
|
|
42
|
+
l.current = { x: e.clientX, y: e.clientY }, s.current = null, a(!1);
|
|
43
|
+
}, D = (t) => {
|
|
44
|
+
const e = l.current, r = s.current;
|
|
45
|
+
if (l.current = null, s.current = null, !e || !r)
|
|
46
|
+
return;
|
|
47
|
+
const o = t.changedTouches[0].clientX - e.x, f = o < 0 && m, Y = o > 0 && i;
|
|
48
|
+
a(!0), Math.abs(o) >= $ && (f || Y) ? S(f ? "next" : "prev") : d(0);
|
|
49
|
+
}, P = () => {
|
|
50
|
+
l.current = null, s.current = null, d(0), a(!1);
|
|
51
|
+
}, A = (t) => {
|
|
52
|
+
if (t.propertyName === "transform") {
|
|
53
|
+
if (!c) {
|
|
54
|
+
a(!1);
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
c === "next" ? X() : k(), S(null), d(0), a(!1);
|
|
58
|
+
}
|
|
59
|
+
}, L = {
|
|
60
|
+
"--triplex-next-runtime-ImageGalleryExtended-Track_Shift": `${-(c === "next" ? x + 1 : c === "prev" ? x - 1 : x) * 100}%`,
|
|
61
|
+
"--triplex-next-runtime-ImageGalleryExtended-Track_Drag": c ? "0px" : `${G}px`
|
|
62
|
+
};
|
|
63
|
+
return /* @__PURE__ */ v(
|
|
64
|
+
"div",
|
|
65
|
+
{
|
|
66
|
+
ref: _,
|
|
67
|
+
className: z(I.track, { [I.animating]: M }),
|
|
68
|
+
style: L,
|
|
69
|
+
onTouchStart: b,
|
|
70
|
+
onTouchEnd: D,
|
|
71
|
+
onTouchCancel: P,
|
|
72
|
+
onTransitionEnd: A,
|
|
73
|
+
children: R.map(({ item: t, index: e }) => /* @__PURE__ */ v(
|
|
74
|
+
O,
|
|
75
|
+
{
|
|
76
|
+
item: t,
|
|
77
|
+
withBlur: N,
|
|
78
|
+
onClick: T ? () => T(e) : void 0
|
|
79
|
+
},
|
|
80
|
+
t.id
|
|
81
|
+
))
|
|
82
|
+
}
|
|
83
|
+
);
|
|
84
|
+
};
|
|
85
|
+
K.displayName = "ImageGalleryExtendedSwipeTrack";
|
|
86
|
+
export {
|
|
87
|
+
K as ImageGalleryExtendedSwipeTrack
|
|
88
|
+
};
|
|
89
|
+
//# sourceMappingURL=ImageGalleryExtendedSwipeTrack.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { I as p } from "../../../chunks/ImageGalleryExtendedThumb-D9p93wFz.js";
|
|
5
|
+
export {
|
|
6
|
+
p as ImageGalleryExtendedThumb
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=ImageGalleryExtendedThumb.js.map
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
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-82AnkPpo.js";
|
|
4
|
+
import { isKey as g } from "../../../utils/keyboard.js";
|
|
5
|
+
import { scrollSmoothHorizontally as _ } from "../../../utils/scroll.js";
|
|
6
|
+
import { ImageGalleryExtendedContext as k } from "../ImageGalleryExtendedContext.js";
|
|
7
|
+
import { s as v, I as A } from "../../../chunks/ImageGalleryExtendedThumb-D9p93wFz.js";
|
|
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
|
+
({ className: c, children: n, onKeyDown: r, ...s }, a) => {
|
|
10
|
+
const { items: T, selectedIndex: o, onSelect: u } = C(k), y = n ?? H, m = b(null), f = b([]);
|
|
11
|
+
E(a, () => m.current), G(() => {
|
|
12
|
+
const e = m.current, t = f.current[o];
|
|
13
|
+
if (!e || !t)
|
|
14
|
+
return;
|
|
15
|
+
const l = f.current.find((p) => p && p === document.activeElement);
|
|
16
|
+
l && l !== t && t.focus({ preventScroll: !0 });
|
|
17
|
+
const d = e.getBoundingClientRect(), h = t.getBoundingClientRect(), x = h.left + h.width / 2 - (d.left + d.width / 2);
|
|
18
|
+
_(e, Math.round(x));
|
|
19
|
+
}, [o]);
|
|
20
|
+
const I = (e) => {
|
|
21
|
+
const t = e.code || e.keyCode;
|
|
22
|
+
g(t, "ARROW_LEFT") ? (e.preventDefault(), u(o - 1)) : g(t, "ARROW_RIGHT") && (e.preventDefault(), u(o + 1)), r == null || r(e);
|
|
23
|
+
};
|
|
24
|
+
return /* @__PURE__ */ i("div", { ref: m, ...s, className: S(v.thumbnails, c), onKeyDown: I, children: T.map((e, t) => /* @__PURE__ */ i(R.Fragment, { children: y({
|
|
25
|
+
item: e,
|
|
26
|
+
index: t,
|
|
27
|
+
isActive: t === o,
|
|
28
|
+
ariaLabel: e.alt,
|
|
29
|
+
onSelect: () => u(t),
|
|
30
|
+
ref: (l) => {
|
|
31
|
+
f.current[t] = l;
|
|
32
|
+
}
|
|
33
|
+
}) }, e.id)) });
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
B.displayName = "ImageGalleryExtendedThumbnails";
|
|
37
|
+
export {
|
|
38
|
+
B as ImageGalleryExtendedThumbnails
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=ImageGalleryExtendedThumbnails.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ImageGalleryExtendedMain as a } from "./ImageGalleryExtendedMain.js";
|
|
2
|
+
import { ImageGalleryExtendedNav as o } from "./ImageGalleryExtendedNav.js";
|
|
3
|
+
import { ImageGalleryExtendedArrow as t } from "./ImageGalleryExtendedArrow.js";
|
|
4
|
+
import { ImageGalleryExtendedThumbnails as x } from "./ImageGalleryExtendedThumbnails.js";
|
|
5
|
+
import { I } from "../../../chunks/ImageGalleryExtendedThumb-D9p93wFz.js";
|
|
6
|
+
import { ImageGalleryExtendedDots as g } from "./ImageGalleryExtendedDots.js";
|
|
7
|
+
export {
|
|
8
|
+
t as ImageGalleryExtendedArrow,
|
|
9
|
+
g as ImageGalleryExtendedDots,
|
|
10
|
+
a as ImageGalleryExtendedMain,
|
|
11
|
+
o as ImageGalleryExtendedNav,
|
|
12
|
+
I as ImageGalleryExtendedThumb,
|
|
13
|
+
x as ImageGalleryExtendedThumbnails
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ImageGalleryExtended as o } from "./ImageGalleryExtended.js";
|
|
2
|
+
import { ImageGalleryExtendedContext as t } from "./ImageGalleryExtendedContext.js";
|
|
3
|
+
import { ImageGalleryExtendedMain as l } from "./components/ImageGalleryExtendedMain.js";
|
|
4
|
+
import { ImageGalleryExtendedNav as d } from "./components/ImageGalleryExtendedNav.js";
|
|
5
|
+
import { ImageGalleryExtendedArrow as I } from "./components/ImageGalleryExtendedArrow.js";
|
|
6
|
+
import { ImageGalleryExtendedThumbnails as g } from "./components/ImageGalleryExtendedThumbnails.js";
|
|
7
|
+
import { I as y } from "../../chunks/ImageGalleryExtendedThumb-D9p93wFz.js";
|
|
8
|
+
import { ImageGalleryExtendedDots as G } from "./components/ImageGalleryExtendedDots.js";
|
|
9
|
+
import { EImageGalleryArrowDirection as s } from "./enums.js";
|
|
10
|
+
export {
|
|
11
|
+
s as EImageGalleryArrowDirection,
|
|
12
|
+
o as ImageGalleryExtended,
|
|
13
|
+
I as ImageGalleryExtendedArrow,
|
|
14
|
+
t as ImageGalleryExtendedContext,
|
|
15
|
+
G as ImageGalleryExtendedDots,
|
|
16
|
+
l as ImageGalleryExtendedMain,
|
|
17
|
+
d as ImageGalleryExtendedNav,
|
|
18
|
+
y as ImageGalleryExtendedThumb,
|
|
19
|
+
g as ImageGalleryExtendedThumbnails
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -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-82AnkPpo.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-fAec4Z-1.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,12 +1,12 @@
|
|
|
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-82AnkPpo.js";
|
|
4
|
+
const n = "islandBody__2d15b38d", i = {
|
|
5
5
|
islandBody: n
|
|
6
|
-
},
|
|
7
|
-
({ children: o, className:
|
|
6
|
+
}, f = t.forwardRef(
|
|
7
|
+
({ children: o, className: d, ...s }, a) => /* @__PURE__ */ r("div", { className: l(i.islandBody, d), ref: a, ...s, children: o })
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
f as IslandBody
|
|
11
11
|
};
|
|
12
12
|
//# sourceMappingURL=IslandBody.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
const
|
|
5
|
-
islandFooter:
|
|
6
|
-
},
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
const l = "islandFooter__aa6e2e13", n = {
|
|
5
|
+
islandFooter: l
|
|
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-82AnkPpo.js";
|
|
4
|
+
const t = "islandHeader__1b5be375", 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-82AnkPpo.js";
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-BxoLhMzZ.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.31.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-BxoLhMzZ.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-82AnkPpo.js";
|
|
3
|
+
import { s as m } from "../../../chunks/IslandAccordion.module-BxoLhMzZ.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-82AnkPpo.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-BxoLhMzZ.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.31.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(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
1
|
+
import { jsx as t, jsxs as n, Fragment as s } from "react/jsx-runtime";
|
|
2
2
|
import F, { useContext as u, useState as v } from "react";
|
|
3
3
|
import { Island as y } from "../Island/Island.js";
|
|
4
4
|
import { EIslandType as H } from "../Island/enums.js";
|
|
@@ -10,17 +10,17 @@ import { IslandWidgetBody as w } from "./components/IslandWidgetBody.js";
|
|
|
10
10
|
import { IslandWidgetFooter as C } from "./components/IslandWidgetFooter.js";
|
|
11
11
|
import { IslandWidgetExtraFooter as A } from "./components/IslandWidgetExtraFooter.js";
|
|
12
12
|
import { EComponentSize as S } from "../../enums/EComponentSize.js";
|
|
13
|
-
import { c as m } from "../../chunks/vendor-
|
|
13
|
+
import { c as m } from "../../chunks/vendor-82AnkPpo.js";
|
|
14
14
|
import { IslandWidgetLayoutContext as O } from "./IslandWidgetLayoutContext.js";
|
|
15
15
|
import { IslandWidgetContext as j } from "./IslandWidgetContext.js";
|
|
16
16
|
import { ExpandAnimation as N } from "../ExpandAnimation/ExpandAnimation.js";
|
|
17
17
|
import { EScreenWidth as p } from "../../helpers/breakpoints.js";
|
|
18
|
-
import { useMatchMedia as
|
|
19
|
-
const
|
|
20
|
-
islandWidget:
|
|
21
|
-
islandWidgetWithExtraFooter:
|
|
22
|
-
islandWidgetHeaderWrapperAdaptive:
|
|
23
|
-
},
|
|
18
|
+
import { useMatchMedia as b } from "../MediaWidth/useMatchMedia.js";
|
|
19
|
+
const k = "islandWidget__e8132b78", B = "islandWidgetWithExtraFooter__576b3a56", P = "islandWidgetHeaderWrapperAdaptive__40ffc309", i = {
|
|
20
|
+
islandWidget: k,
|
|
21
|
+
islandWidgetWithExtraFooter: B,
|
|
22
|
+
islandWidgetHeaderWrapperAdaptive: P
|
|
23
|
+
}, R = Object.assign(
|
|
24
24
|
F.forwardRef(
|
|
25
25
|
({
|
|
26
26
|
className: l,
|
|
@@ -31,12 +31,12 @@ const B = "islandWidget__c22d36d0", P = "islandWidgetWithExtraFooter__5f4fbc4f",
|
|
|
31
31
|
disableAdaptiveCollapsing: r = !1,
|
|
32
32
|
...g
|
|
33
33
|
}, x) => {
|
|
34
|
-
const { hasExtraFooter: h } = u(O), [d, E] = v(r), e =
|
|
34
|
+
const { hasExtraFooter: h } = u(O), [d, E] = v(r), e = b(
|
|
35
35
|
`(max-width: ${p.SM_MAX})`,
|
|
36
36
|
window.innerWidth <= parseInt(p.SM_MAX)
|
|
37
37
|
), I = () => {
|
|
38
38
|
E(!d);
|
|
39
|
-
}, _ = e && !r,
|
|
39
|
+
}, _ = e && !r, a = () => /* @__PURE__ */ n(s, { children: [
|
|
40
40
|
W({}),
|
|
41
41
|
o ? o({}) : null
|
|
42
42
|
] });
|
|
@@ -54,10 +54,10 @@ const B = "islandWidget__c22d36d0", P = "islandWidgetWithExtraFooter__5f4fbc4f",
|
|
|
54
54
|
className: m(i.islandWidget, l, {
|
|
55
55
|
[i.islandWidgetWithExtraFooter]: h
|
|
56
56
|
}),
|
|
57
|
-
"data-tx": "1.
|
|
57
|
+
"data-tx": "1.31.0",
|
|
58
58
|
...g,
|
|
59
59
|
ref: x,
|
|
60
|
-
children: /* @__PURE__ */
|
|
60
|
+
children: /* @__PURE__ */ n(y, { type: H.TYPE_1, size: c, children: [
|
|
61
61
|
/* @__PURE__ */ t(
|
|
62
62
|
"div",
|
|
63
63
|
{
|
|
@@ -68,7 +68,7 @@ const B = "islandWidget__c22d36d0", P = "islandWidgetWithExtraFooter__5f4fbc4f",
|
|
|
68
68
|
children: f({})
|
|
69
69
|
}
|
|
70
70
|
),
|
|
71
|
-
_ ? /* @__PURE__ */ t(N, { expanded: d, children:
|
|
71
|
+
_ ? /* @__PURE__ */ t(N, { expanded: d, children: a() }) : /* @__PURE__ */ t(s, { children: a() })
|
|
72
72
|
] })
|
|
73
73
|
}
|
|
74
74
|
)
|
|
@@ -83,8 +83,8 @@ const B = "islandWidget__c22d36d0", P = "islandWidgetWithExtraFooter__5f4fbc4f",
|
|
|
83
83
|
ExtraFooter: A
|
|
84
84
|
}
|
|
85
85
|
);
|
|
86
|
-
|
|
86
|
+
R.displayName = "IslandWidget";
|
|
87
87
|
export {
|
|
88
|
-
|
|
88
|
+
R as IslandWidget
|
|
89
89
|
};
|
|
90
90
|
//# sourceMappingURL=IslandWidget.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../../chunks/vendor-
|
|
3
|
-
const
|
|
4
|
-
islandWidgetBody:
|
|
5
|
-
}, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
const a = "islandWidgetBody__9dab0b19", e = {
|
|
4
|
+
islandWidgetBody: a
|
|
5
|
+
}, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(e.islandWidgetBody, s), children: d });
|
|
6
6
|
l.displayName = "IslandWidgetBody";
|
|
7
7
|
export {
|
|
8
8
|
l as IslandWidgetBody
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
2
|
+
import { useContext as d, useEffect as i } from "react";
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
5
5
|
import { IslandWidgetLayoutContext as l } from "../IslandWidgetLayoutContext.js";
|
|
6
|
-
const m = "
|
|
6
|
+
const m = "islandWidgetExtraFooter__d0e80d1c", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
|
-
},
|
|
9
|
-
children:
|
|
10
|
-
className:
|
|
8
|
+
}, E = ({
|
|
9
|
+
children: e,
|
|
10
|
+
className: r,
|
|
11
11
|
open: t = !1,
|
|
12
12
|
...a
|
|
13
13
|
}) => {
|
|
14
|
-
const { setHasExtraFooter: s } =
|
|
15
|
-
return
|
|
14
|
+
const { setHasExtraFooter: s } = d(l);
|
|
15
|
+
return i(() => {
|
|
16
16
|
s(t);
|
|
17
|
-
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(
|
|
17
|
+
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(r, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: e }) });
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
E.displayName = "IslandWidgetExtraFooter";
|
|
20
20
|
export {
|
|
21
|
-
|
|
21
|
+
E as IslandWidgetExtraFooter
|
|
22
22
|
};
|
|
23
23
|
//# sourceMappingURL=IslandWidgetExtraFooter.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as n } from "../../../chunks/IslandWidgetFooter.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-CxO5dSVu.js";
|
|
4
4
|
import { IslandWidgetFooterContent as d } from "./IslandWidgetFooterContent.js";
|
|
5
5
|
import { IslandWidgetFooterControls as m } from "./IslandWidgetFooterControls.js";
|
|
6
6
|
const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ e("div", { ...s, className: i(r, n.islandWidgetFooter), children: t });
|