@sberbusiness/triplex-next 1.31.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-B-2x6lW0.js → AlertProcessSpoiler-Bw11lY_2.js} +14 -14
- package/chunks/{CalendarViewItem-o4k7U5Dm.js → CalendarViewItem-9zvGz6lK.js} +14 -14
- package/chunks/Card.module-CHntSBGP.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DZCnZPkk.js +15 -0
- package/chunks/{Chip-CoKB4iXT.js → Chip-DUgRidoA.js} +16 -16
- package/chunks/Confirm.module-DzA_7mQO.js +15 -0
- package/chunks/{DropdownListItem-Dy7ejFWN.js → DropdownListItem-DfdRzHWo.js} +20 -20
- package/chunks/DropdownMobile.module-B2_eLIZO.js +23 -0
- package/chunks/Footer.module-CV6e-B3r.js +9 -0
- package/chunks/{FormFieldInput-CkVtqncH.js → FormFieldInput-CxAdhoLS.js} +25 -25
- package/chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js +9 -0
- package/chunks/HeaderTabs.module-fOX5YNsl.js +9 -0
- package/chunks/{HeaderTitle.module-ChThbaCy.js → HeaderTitle.module-tH470aDn.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-D9p93wFz.js → ImageGalleryExtendedThumb-Cpk1nE0q.js} +5 -5
- 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-Cr4psg0Z.js → LightBoxContent-Dzx47lKv.js} +10 -10
- package/chunks/LightBoxControls.module-RG62wDXb.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-B7Fno0cK.js +9 -0
- package/chunks/{ListItemControlsButton-Bv8aFUBc.js → ListItemControlsButton-Dc6wY6Fp.js} +6 -6
- 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-BYOwvNNf.js +40 -0
- package/chunks/StatusTracker.module-jqMWmKxs.js +24 -0
- package/chunks/{StepperStepArrowBorder-6bgUfxhh.js → StepperStepArrowBorder-j6OP5KT9.js} +12 -12
- package/chunks/{SuggestFieldMobileDropdownHint-BYUd-DOC.js → SuggestFieldMobileDropdownHint-C8OEdlFf.js} +2 -2
- 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-CUVjN3Kj.js → UploadZoneInput-B_FFSQm7.js} +3 -3
- package/chunks/{constants-Ci0_oXbs.js → constants-Dm1nkJLa.js} +13 -13
- package/chunks/{utils-BFyvyQPY.js → utils-C7AeO50S.js} +2 -2
- package/chunks/utils-C88ipzKd.js +28 -0
- 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 +9 -9
- 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 +5 -5
- package/components/Badge/Badge.js +2 -2
- package/components/Badge/BadgeDot.js +10 -10
- package/components/Badge/components/BadgeContent.js +5 -5
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +74 -73
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +12 -12
- 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 +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +6 -6
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +2 -2
- 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 +50 -46
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +6 -6
- package/components/Col/Col.js +132 -132
- package/components/CollapsibleTree/CollapsibleTree.js +7 -7
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +2 -2
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +2 -2
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +2 -2
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +4 -4
- 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 +14 -14
- 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 +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +24 -24
- 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 +3 -3
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/EmptyView/EmptyView.js +7 -7
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- 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 +25 -25
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +6 -6
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +20 -20
- package/components/FormField/components/FormFieldTextarea.js +23 -23
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +7 -7
- 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 +2 -2
- 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 +7 -7
- package/components/ImageGallery/ImageGallery.js +5 -4
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +9 -9
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +10 -10
- 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 +5 -5
- package/components/Island/components/IslandFooter.js +2 -2
- 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 +13 -13
- package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- 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 +8 -8
- package/components/LightBox/LightBox.js +60 -69
- 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 +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +21 -21
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +12 -12
- 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 +7 -7
- package/components/List/components/ListItemSelectable.js +10 -10
- 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 +5 -5
- package/components/List/components/ListSortableItemControls.js +7 -7
- package/components/List/components/ListSortableItemTarget.js +4 -4
- 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 +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- 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 +27 -31
- 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 +3 -3
- 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 +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- 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 +9 -9
- 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/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 +11 -11
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +8 -8
- 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 +16 -16
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +19 -19
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +20 -19
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +10 -10
- 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 +2 -2
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +11 -9
- 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 +13 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +18 -18
- package/components/Stepper/Stepper.js +33 -32
- package/components/Stepper/StepperExtended.js +8 -8
- 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 +10 -10
- 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 +2 -2
- package/components/Table/ChipPanelLinks.js +5 -5
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +6 -6
- 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 +21 -21
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- 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 +2 -2
- 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 +44 -39
- 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 +1 -1
- package/components/Tag/Tag.js +28 -28
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +10 -10
- 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 +13 -13
- package/components/TopOverlay/TopOverlay.js +53 -53
- 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 +31 -31
- package/components/Typography/CodeText.js +11 -11
- package/components/Typography/Text.js +18 -18
- package/components/Typography/Title.js +15 -15
- package/components/Typography/constants.js +1 -1
- package/components/Typography/enums.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- 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 +42 -42
- 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/Card.module-_9W_bDbW.js +0 -18
- package/chunks/CheckboxTreeExtended.module-BW6Er6eg.js +0 -15
- package/chunks/Confirm.module-B7EimS-c.js +0 -15
- package/chunks/DropdownMobile.module-CEUckjjY.js +0 -23
- package/chunks/Footer.module-Btaepr_L.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Uq7eUhaq.js +0 -9
- package/chunks/HeaderTabs.module-CiK3DS7c.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js +0 -17
- package/chunks/IslandAccordion.module-BxoLhMzZ.js +0 -25
- package/chunks/IslandWidgetFooter.module-CxO5dSVu.js +0 -9
- package/chunks/IslandWidgetHeader.module-BZIonIbn.js +0 -13
- package/chunks/LightBoxControls.module-BT6tQ7Ue.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-dV9DEtmo.js +0 -9
- package/chunks/ListItemTail.module-Bp7M4QdS.js +0 -12
- package/chunks/ListMasterFooter.module-DMGAGzUD.js +0 -10
- package/chunks/ModalWindow.module-CcEb5ZBL.js +0 -17
- package/chunks/Notification.module-DmHe2Kv2.js +0 -20
- package/chunks/Overlay.module-f4p8iBuk.js +0 -18
- package/chunks/Page.module-B1W0CUyk.js +0 -11
- package/chunks/SMSField.module-cmbHRm31.js +0 -16
- package/chunks/SliderExtendedMarks.module-DptabtoD.js +0 -15
- package/chunks/SliderExtendedRail-D4NXHvvH.js +0 -40
- package/chunks/StatusTracker.module-BBm6PrHb.js +0 -24
- package/chunks/TableFooter.module-D-gNDmws.js +0 -14
- package/chunks/TabsExtended.module-IBQrFWHl.js +0 -16
- package/chunks/TabsLine.module-CM-pL6UU.js +0 -21
- package/chunks/TooltipDesktop.module-CXZIjsAn.js +0 -19
- package/chunks/TreeView.module-Co2-lRZN.js +0 -9
- package/chunks/utils-B2FzgoVa.js +0 -28
- package/chunks/utils-DEqGmway.js +0 -73
- package/chunks/utils-fAec4Z-1.js +0 -24
|
@@ -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__62957e0a", 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__62957e0a", 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 m = "
|
|
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
5
|
disableInteraction: m,
|
|
6
6
|
displayContents: b
|
|
7
|
-
}, f =
|
|
8
|
-
({ children: a, className: s, active: e, disabled: n, disableInteraction: o, displayContents: i, ...r }, c) => /* @__PURE__ */
|
|
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,
|
|
@@ -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,19 +1,19 @@
|
|
|
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: d, onChange: i, onKeyDown: t, tabIndex: E, ...G },
|
|
15
|
+
}, g = b.forwardRef(
|
|
16
|
+
({ items: r, children: u, className: h, selectedId: d, onChange: i, onKeyDown: t, tabIndex: E, ...G }, y) => {
|
|
17
17
|
const c = r.findIndex((e) => e.id === d), a = c >= 0 ? c : 0, o = n(
|
|
18
18
|
(e) => {
|
|
19
19
|
var f;
|
|
@@ -21,7 +21,7 @@ const P = "root__a5d582eb", j = {
|
|
|
21
21
|
m !== void 0 && m !== d && i(m);
|
|
22
22
|
},
|
|
23
23
|
[r, d, i]
|
|
24
|
-
), s = n(() => o(a - 1), [a, o]), x = n(() => o(a + 1), [a, o]),
|
|
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;
|
|
@@ -44,9 +44,9 @@ const P = "root__a5d582eb", 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,19 +1,19 @@
|
|
|
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
|
-
({ className: d, ...m },
|
|
11
|
-
const { items:
|
|
10
|
+
({ className: d, ...m }, f) => {
|
|
11
|
+
const { items: a, selectedIndex: u, onSelect: _ } = p(y), t = a.length;
|
|
12
12
|
if (t <= 1)
|
|
13
13
|
return null;
|
|
14
|
-
const e = Math.min(t, M),
|
|
15
|
-
return /* @__PURE__ */ i("div", { ref:
|
|
16
|
-
const c = o === v, r = o *
|
|
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(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
|
{
|
|
@@ -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,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-D5cfSbgz.js";
|
|
4
|
+
const n = "islandBody__fdabf2de", e = {
|
|
5
5
|
islandBody: n
|
|
6
|
-
},
|
|
7
|
-
({ children: o, className: d, ...s }, a) => /* @__PURE__ */ r("div", { className: l(
|
|
6
|
+
}, m = t.forwardRef(
|
|
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
|
|
11
11
|
};
|
|
12
12
|
//# sourceMappingURL=IslandBody.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
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 l = "
|
|
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 {
|
|
@@ -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(
|
|
@@ -10,13 +10,13 @@ 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-D5cfSbgz.js";
|
|
14
14
|
import { IslandWidgetLayoutContext as O } from "./IslandWidgetLayoutContext.js";
|
|
15
|
-
import { IslandWidgetContext as
|
|
16
|
-
import { ExpandAnimation as
|
|
15
|
+
import { IslandWidgetContext as b } from "./IslandWidgetContext.js";
|
|
16
|
+
import { ExpandAnimation as j } from "../ExpandAnimation/ExpandAnimation.js";
|
|
17
17
|
import { EScreenWidth as p } from "../../helpers/breakpoints.js";
|
|
18
|
-
import { useMatchMedia as
|
|
19
|
-
const k = "
|
|
18
|
+
import { useMatchMedia as N } from "../MediaWidth/useMatchMedia.js";
|
|
19
|
+
const k = "islandWidget__d077bbf4", B = "islandWidgetWithExtraFooter__6023b41e", P = "islandWidgetHeaderWrapperAdaptive__95ae87e4", i = {
|
|
20
20
|
islandWidget: k,
|
|
21
21
|
islandWidgetWithExtraFooter: B,
|
|
22
22
|
islandWidgetHeaderWrapperAdaptive: P
|
|
@@ -24,24 +24,24 @@ const k = "islandWidget__e8132b78", B = "islandWidgetWithExtraFooter__576b3a56",
|
|
|
24
24
|
F.forwardRef(
|
|
25
25
|
({
|
|
26
26
|
className: l,
|
|
27
|
-
size:
|
|
28
|
-
renderBody:
|
|
27
|
+
size: W = S.MD,
|
|
28
|
+
renderBody: c,
|
|
29
29
|
renderFooter: o,
|
|
30
30
|
renderHeader: f,
|
|
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 = N(
|
|
35
35
|
`(max-width: ${p.SM_MAX})`,
|
|
36
36
|
window.innerWidth <= parseInt(p.SM_MAX)
|
|
37
37
|
), I = () => {
|
|
38
38
|
E(!d);
|
|
39
39
|
}, _ = e && !r, a = () => /* @__PURE__ */ n(s, { children: [
|
|
40
|
-
|
|
40
|
+
c({}),
|
|
41
41
|
o ? o({}) : null
|
|
42
42
|
] });
|
|
43
43
|
return /* @__PURE__ */ t(
|
|
44
|
-
|
|
44
|
+
b.Provider,
|
|
45
45
|
{
|
|
46
46
|
value: {
|
|
47
47
|
adaptive: e,
|
|
@@ -54,10 +54,10 @@ const k = "islandWidget__e8132b78", B = "islandWidgetWithExtraFooter__576b3a56",
|
|
|
54
54
|
className: m(i.islandWidget, l, {
|
|
55
55
|
[i.islandWidgetWithExtraFooter]: h
|
|
56
56
|
}),
|
|
57
|
-
"data-tx": "1.
|
|
57
|
+
"data-tx": "1.33.0",
|
|
58
58
|
...g,
|
|
59
59
|
ref: x,
|
|
60
|
-
children: /* @__PURE__ */ n(y, { type: H.TYPE_1, size:
|
|
60
|
+
children: /* @__PURE__ */ n(y, { type: H.TYPE_1, size: W, children: [
|
|
61
61
|
/* @__PURE__ */ t(
|
|
62
62
|
"div",
|
|
63
63
|
{
|
|
@@ -68,7 +68,7 @@ const k = "islandWidget__e8132b78", B = "islandWidgetWithExtraFooter__576b3a56",
|
|
|
68
68
|
children: f({})
|
|
69
69
|
}
|
|
70
70
|
),
|
|
71
|
-
_ ? /* @__PURE__ */ t(
|
|
71
|
+
_ ? /* @__PURE__ */ t(j, { expanded: d, children: a() }) : /* @__PURE__ */ t(s, { children: a() })
|
|
72
72
|
] })
|
|
73
73
|
}
|
|
74
74
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../../chunks/vendor-
|
|
3
|
-
const a = "
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
3
|
+
const a = "islandWidgetBody__c90f2880", e = {
|
|
4
4
|
islandWidgetBody: a
|
|
5
5
|
}, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(e.islandWidgetBody, s), children: d });
|
|
6
6
|
l.displayName = "IslandWidgetBody";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as d, useEffect as i } from "react";
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-D5cfSbgz.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__1ead90b0", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
8
|
}, E = ({
|
|
9
9
|
children: e,
|
|
@@ -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-D5cfSbgz.js";
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-CKmwyHR4.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 });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as p } from "react";
|
|
3
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
import { s as e } from "../../../chunks/IslandWidgetHeader.module-
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s as e } from "../../../chunks/IslandWidgetHeader.module-CZL2t5u0.js";
|
|
5
5
|
import { IslandWidgetHeaderControls as c } from "./IslandWidgetHeaderControls.js";
|
|
6
6
|
import { IslandWidgetHeaderDescription as f } from "./IslandWidgetHeaderDescription.js";
|
|
7
7
|
import { IslandWidgetHeaderTitle as I } from "./IslandWidgetHeaderTitle.js";
|