@sberbusiness/triplex-next 0.31.0 → 0.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 +35 -32
- package/chunks/{AlertProcessSpoiler-D94updt3.js → AlertProcessSpoiler-D5Z3QhxI.js} +9 -9
- package/chunks/{CalendarViewItem-w08J4qsu.js → CalendarViewItem-jaPGc7g9.js} +27 -27
- package/chunks/Card.module-BT82F3Ky.js +18 -0
- package/chunks/CheckboxTreeExtended.module-dWJEHy4I.js +15 -0
- package/chunks/{Chip-Cteq3rht.js → Chip-DEoNciDr.js} +23 -23
- package/chunks/Confirm.module-Bek5Y_d5.js +15 -0
- package/chunks/{DropdownListItem-D093kwGL.js → DropdownListItem-9uM7fY6X.js} +9 -9
- package/chunks/DropdownMobile.module-Dn9sFUCq.js +23 -0
- package/chunks/Footer.module-cwVzdGju.js +9 -0
- package/chunks/{FormFieldInput-DEkpK71h.js → FormFieldInput-CLHhO8Kh.js} +25 -25
- package/chunks/HeaderLayoutSidebar.module-By0WroW0.js +9 -0
- package/chunks/HeaderTabs.module-nNfmab3J.js +9 -0
- package/chunks/{HeaderTitle.module-_RjZrixi.js → HeaderTitle.module-D4SZQJKQ.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-BV4sYkkw.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-DvxWiBol.js → ImageGalleryExtendedThumb-DVMRe0a9.js} +11 -11
- package/chunks/IslandAccordion.module-DZaeBDfB.js +25 -0
- package/chunks/IslandWidgetFooter.module-gs1vcAcR.js +9 -0
- package/chunks/IslandWidgetHeader.module-DCfKgbBN.js +13 -0
- package/chunks/{LightBoxContent-CD2ywHRd.js → LightBoxContent-CJPhUyR3.js} +11 -11
- package/chunks/LightBoxControls.module-Dw9yTb8h.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-PasYNDqH.js +9 -0
- package/chunks/{ListItemControlsButton-ooEBqOYi.js → ListItemControlsButton-BsJp3m-o.js} +5 -5
- package/chunks/ListItemTail.module-C_0Ilv6P.js +12 -0
- package/chunks/ListMasterFooter.module-BtdNBL90.js +10 -0
- package/chunks/ModalWindow.module-BL1rtFYz.js +17 -0
- package/chunks/Notification.module-DGitAi0W.js +20 -0
- package/chunks/Overlay.module-C4CvBteS.js +18 -0
- package/chunks/Page.module-C0z8yMeg.js +11 -0
- package/chunks/SMSField.module-BcNuX5lS.js +16 -0
- package/chunks/SliderExtendedMarks.module-C_x_7ws7.js +15 -0
- package/chunks/SliderExtendedRail-SYhKGslJ.js +40 -0
- package/chunks/StatusTracker.module-DkbOCTwb.js +24 -0
- package/chunks/{StepperStepArrowBorder-A6WoCp_l.js → StepperStepArrowBorder-B59UgJt-.js} +10 -10
- package/chunks/{SuggestFieldMobileDropdownHint-B6H-gTlk.js → SuggestFieldMobileDropdownHint-GTMw7Nng.js} +4 -4
- package/chunks/TableFooter.module-CGgvFs4s.js +14 -0
- package/chunks/TabsExtended.module-D6URUq4g.js +16 -0
- package/chunks/TabsLine.module-DZEuIiZO.js +21 -0
- package/chunks/TooltipDesktop.module-DK_Fl-Dq.js +19 -0
- package/chunks/TreeView.module-Bq5-RYgn.js +9 -0
- package/chunks/{UploadZoneInput-CKzf73QX.js → UploadZoneInput-NoKos3kX.js} +6 -6
- package/chunks/{constants-BO1zd0dv.js → constants-DXTFMfA_.js} +11 -11
- package/chunks/{utils-DBuNwIFU.js → utils-C2i3hSWR.js} +6 -6
- package/chunks/{utils-B99NmqsA.js → utils-D55sjebM.js} +17 -17
- package/chunks/utils-DDzMRlrV.js +28 -0
- package/chunks/{utils-bwYnj4U9.js → utils-DVaJTyM2.js} +6 -6
- package/components/Alert/AlertContext/AlertContext.js +7 -7
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +26 -26
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +11 -11
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +79 -78
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +11 -11
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +13 -13
- package/components/Checkbox/CheckboxXGroup.js +17 -17
- package/components/Checkbox/CheckboxYGroup.js +8 -8
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +10 -10
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- 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 +11 -11
- package/components/Col/Col.js +137 -137
- package/components/CollapsibleTree/CollapsibleTree.js +7 -7
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +4 -4
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +14 -14
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +10 -10
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +6 -6
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- 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 +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +10 -10
- package/components/Dropdown/desktop/DropdownDesktop.js +9 -9
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- 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 +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +18 -18
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +13 -13
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +12 -12
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +15 -15
- package/components/FormField/components/FormFieldTextarea.js +19 -19
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +5 -5
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +4 -4
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/ImageGallery/ImageGallery.js +10 -9
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +11 -11
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +5 -5
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +9 -8
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +6 -6
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +21 -21
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
- package/components/LightBox/LightBox.js +64 -73
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +105 -97
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +20 -20
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +11 -11
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +7 -7
- package/components/List/components/ListItemSelectable.js +14 -14
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- 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 +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +3 -3
- package/components/LoaderScreen/LoaderScreen.js +5 -5
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +30 -34
- package/components/MobileView/index.js +3 -1
- package/components/MobileView/useMobileView.js +10 -0
- package/components/ModalWindow/ModalWindow.js +33 -33
- package/components/ModalWindow/components/ModalWindowBody.js +9 -9
- package/components/ModalWindow/components/ModalWindowClose.js +8 -8
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- 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 +6 -6
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +6 -6
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Radio/Radio.js +12 -12
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +13 -13
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +18 -18
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +31 -30
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +12 -12
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +14 -14
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +8 -6
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +13 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +8 -8
- package/components/Stepper/Stepper.js +16 -15
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Stepper/index.js +9 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- 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 +19 -19
- package/components/Table/ChipPanel.js +7 -7
- package/components/Table/ChipPanelLinks.js +1 -1
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +20 -20
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +20 -20
- package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- 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 +41 -36
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +12 -11
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +27 -27
- package/components/TagColor/TagColor.js +10 -10
- package/components/TagGroup/TagGroup.js +8 -8
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +6 -6
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
- package/components/TopOverlay/TopOverlay.js +50 -50
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +23 -23
- package/components/Typography/CodeText.js +12 -12
- package/components/Typography/Text.js +28 -28
- package/components/Typography/Title.js +10 -10
- package/components/Typography/constants.js +1 -1
- package/components/Typography/enums.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +5 -5
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/UploadZone/index.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/chunks/Card.module-D8EAMd92.js +0 -18
- package/chunks/CheckboxTreeExtended.module-b9bSHVAz.js +0 -15
- package/chunks/Confirm.module-BtroC28g.js +0 -15
- package/chunks/DropdownMobile.module-BkdWickw.js +0 -23
- package/chunks/Footer.module-fb6dwao-.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DJZa8d1z.js +0 -9
- package/chunks/HeaderTabs.module-CYj6xy4J.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-Da65hjez.js +0 -17
- package/chunks/IslandAccordion.module-BPxUPtoo.js +0 -25
- package/chunks/IslandWidgetFooter.module-ZxH3O6oy.js +0 -9
- package/chunks/IslandWidgetHeader.module-BSFljZcD.js +0 -13
- package/chunks/LightBoxControls.module-CmEdh818.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BN81wlqm.js +0 -9
- package/chunks/ListItemTail.module-4rSSMPVx.js +0 -12
- package/chunks/ListMasterFooter.module-C-WLsVa2.js +0 -10
- package/chunks/ModalWindow.module-D-ruP-W_.js +0 -17
- package/chunks/Notification.module-CGwe5hz6.js +0 -20
- package/chunks/Overlay.module-VY4-MhFj.js +0 -18
- package/chunks/Page.module-DxsbvUY0.js +0 -11
- package/chunks/SMSField.module-DsLV_aE8.js +0 -16
- package/chunks/SliderExtendedMarks.module-D_aHvnyq.js +0 -15
- package/chunks/SliderExtendedRail-DUIgrgt7.js +0 -40
- package/chunks/StatusTracker.module-BXZqUX7q.js +0 -24
- package/chunks/TableFooter.module-IT9a3X2n.js +0 -14
- package/chunks/TabsExtended.module-BeSILSIo.js +0 -16
- package/chunks/TabsLine.module-D1SiIi4c.js +0 -21
- package/chunks/TooltipDesktop.module--e7kCd3A.js +0 -19
- package/chunks/TreeView.module-BGGC5iP2.js +0 -9
- package/chunks/utils-BKnry-Ny.js +0 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-nNfmab3J.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
|
);
|
|
@@ -3,7 +3,7 @@ import a from "react";
|
|
|
3
3
|
import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
|
|
4
4
|
import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
|
|
5
5
|
import { c as l } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-D4SZQJKQ.js";
|
|
7
7
|
const d = Object.assign(
|
|
8
8
|
a.forwardRef(function({ children: e, className: r, ...t }, o) {
|
|
9
9
|
return /* @__PURE__ */ i("div", { className: l(n.headerTitle, r), ...t, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as l } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-D4SZQJKQ.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: t, className: r, ...o }, a) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-D4SZQJKQ.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: r, className: e, ...t }, s) => /* @__PURE__ */ l(
|
|
7
7
|
"div",
|
|
@@ -9,7 +9,7 @@ import { TooltipMobileHeader as Q } from "../Tooltip/components/mobile/component
|
|
|
9
9
|
import { MobileView as V } from "../MobileView/MobileView.js";
|
|
10
10
|
import { getDataHTMLAttributes as X } from "../../utils/html/DataAttributes.js";
|
|
11
11
|
import { getAriaHTMLAttributes as $ } from "../../utils/html/AriaAttributes.js";
|
|
12
|
-
const w = "
|
|
12
|
+
const w = "helpBoxButton__ccc8690b", A = {
|
|
13
13
|
helpBoxButton: w
|
|
14
14
|
}, G = L.forwardRef(
|
|
15
15
|
({
|
|
@@ -26,9 +26,9 @@ const w = "helpBoxButton__52142f8f", A = {
|
|
|
26
26
|
tooltipDataAttributes: p,
|
|
27
27
|
iconProps: v,
|
|
28
28
|
tooltipXButtonProps: O,
|
|
29
|
-
...
|
|
29
|
+
...b
|
|
30
30
|
}, i) => {
|
|
31
|
-
const d = j(null), [
|
|
31
|
+
const d = j(null), [y, g] = a(!!l), [f, B] = a(null), [h] = a(k()), s = l ?? y, H = (t) => {
|
|
32
32
|
d.current = t, typeof i == "function" ? i(t) : i && (i.current = t);
|
|
33
33
|
}, M = (t) => {
|
|
34
34
|
l === void 0 && g(t), t || B(null), c == null || c(t);
|
|
@@ -77,7 +77,7 @@ const w = "helpBoxButton__52142f8f", A = {
|
|
|
77
77
|
className: _(A.helpBoxButton, I),
|
|
78
78
|
shape: D.CIRCLE,
|
|
79
79
|
ref: H,
|
|
80
|
-
...
|
|
80
|
+
...b,
|
|
81
81
|
children: /* @__PURE__ */ e(z, { paletteIndex: 5, ...v })
|
|
82
82
|
}
|
|
83
83
|
) }),
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
3
|
import { c as d } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const
|
|
5
|
-
disableInteraction:
|
|
4
|
+
const f = "disableInteraction__4c8f1e5f", m = "displayContents__72f185d6", t = {
|
|
5
|
+
disableInteraction: f,
|
|
6
6
|
displayContents: m
|
|
7
|
-
},
|
|
8
|
-
({ children:
|
|
7
|
+
}, b = p.forwardRef(
|
|
8
|
+
({ children: s, className: a, active: e, disabled: n, disableInteraction: o, displayContents: i, ...r }, c) => /* @__PURE__ */ l(
|
|
9
9
|
"span",
|
|
10
10
|
{
|
|
11
11
|
ref: c,
|
|
12
|
-
className: d("hoverable",
|
|
12
|
+
className: d("hoverable", a, {
|
|
13
13
|
active: !!e,
|
|
14
14
|
disabled: !!n,
|
|
15
|
-
[
|
|
16
|
-
[
|
|
15
|
+
[t.disableInteraction]: !!o,
|
|
16
|
+
[t.displayContents]: !!i
|
|
17
17
|
}),
|
|
18
18
|
...r,
|
|
19
|
-
children:
|
|
19
|
+
children: s
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
b.displayName = "IconWrapper";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
b as IconWrapper
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=IconWrapper.js.map
|
|
@@ -1,23 +1,24 @@
|
|
|
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-DVMRe0a9.js";
|
|
11
12
|
import "../ImageGalleryExtended/components/ImageGalleryExtendedDots.js";
|
|
12
|
-
import { EImageGalleryArrowDirection as
|
|
13
|
+
import { EImageGalleryArrowDirection as m } from "../ImageGalleryExtended/enums.js";
|
|
13
14
|
const M = j.forwardRef(
|
|
14
15
|
({
|
|
15
|
-
items:
|
|
16
|
+
items: a,
|
|
16
17
|
selectedId: t,
|
|
17
18
|
defaultId: c,
|
|
18
19
|
onChange: o,
|
|
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,
|
|
@@ -33,18 +34,18 @@ const M = j.forwardRef(
|
|
|
33
34
|
{
|
|
34
35
|
ref: x,
|
|
35
36
|
...g,
|
|
36
|
-
items:
|
|
37
|
+
items: a,
|
|
37
38
|
selectedId: (l ? t : E) ?? "",
|
|
38
39
|
onChange: (i) => {
|
|
39
40
|
l || G(i), o == null || o(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
|
{
|
|
46
47
|
...I,
|
|
47
|
-
direction:
|
|
48
|
+
direction: m.PREV,
|
|
48
49
|
onClick: i,
|
|
49
50
|
disabled: A,
|
|
50
51
|
hidden: n <= 1
|
|
@@ -54,7 +55,7 @@ const M = j.forwardRef(
|
|
|
54
55
|
e.Arrow,
|
|
55
56
|
{
|
|
56
57
|
...b,
|
|
57
|
-
direction:
|
|
58
|
+
direction: m.NEXT,
|
|
58
59
|
onClick: k,
|
|
59
60
|
disabled: N,
|
|
60
61
|
hidden: n <= 1
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import R, { useCallback as n } from "react";
|
|
3
3
|
import { c as T } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { isKey as I } from "../../utils/keyboard.js";
|
|
5
5
|
import { ImageGalleryExtendedContext as N } from "./ImageGalleryExtendedContext.js";
|
|
@@ -7,21 +7,21 @@ import { ImageGalleryExtendedMain as A } from "./components/ImageGalleryExtended
|
|
|
7
7
|
import { ImageGalleryExtendedNav as M } from "./components/ImageGalleryExtendedNav.js";
|
|
8
8
|
import { ImageGalleryExtendedArrow as _ } 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-DVMRe0a9.js";
|
|
11
11
|
import { ImageGalleryExtendedDots as O } from "./components/ImageGalleryExtendedDots.js";
|
|
12
12
|
import "./enums.js";
|
|
13
|
-
const P = "
|
|
13
|
+
const P = "root__a88b4da8", j = {
|
|
14
14
|
root: P
|
|
15
|
-
}, g =
|
|
16
|
-
({ items: r, children: h, className: u, selectedId: d, onChange:
|
|
17
|
-
const
|
|
15
|
+
}, g = R.forwardRef(
|
|
16
|
+
({ items: r, children: h, className: u, selectedId: d, onChange: i, onKeyDown: t, tabIndex: E, ...G }, b) => {
|
|
17
|
+
const c = r.findIndex((e) => e.id === d), a = c >= 0 ? c : 0, o = n(
|
|
18
18
|
(e) => {
|
|
19
19
|
var f;
|
|
20
20
|
const l = r.length > 0 ? Math.min(Math.max(e, 0), r.length - 1) : 0, m = (f = r[l]) == null ? void 0 : f.id;
|
|
21
|
-
m !== void 0 && m !== d &&
|
|
21
|
+
m !== void 0 && m !== d && i(m);
|
|
22
22
|
},
|
|
23
|
-
[r, d,
|
|
24
|
-
), s = n(() => o(a - 1), [a, o]), x = n(() => o(a + 1), [a, o]),
|
|
23
|
+
[r, d, i]
|
|
24
|
+
), s = n(() => o(a - 1), [a, o]), x = n(() => o(a + 1), [a, o]), y = (e) => {
|
|
25
25
|
if (e.target !== e.currentTarget) {
|
|
26
26
|
t == null || t(e);
|
|
27
27
|
return;
|
|
@@ -44,9 +44,9 @@ const P = "root__82fac005", j = {
|
|
|
44
44
|
{
|
|
45
45
|
...G,
|
|
46
46
|
tabIndex: E ?? 0,
|
|
47
|
-
ref:
|
|
47
|
+
ref: b,
|
|
48
48
|
className: T(j.root, u),
|
|
49
|
-
onKeyDown:
|
|
49
|
+
onKeyDown: y,
|
|
50
50
|
children: h
|
|
51
51
|
}
|
|
52
52
|
)
|
|
@@ -3,7 +3,7 @@ import i from "react";
|
|
|
3
3
|
import { c as p } from "../../../chunks/vendor-z35N2Tap.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-BV4sYkkw.js";
|
|
7
7
|
const d = {
|
|
8
8
|
[r.PREV]: e.prev,
|
|
9
9
|
[r.NEXT]: e.next
|
|
@@ -2,7 +2,7 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import h, { useContext as p } from "react";
|
|
3
3
|
import { c as l } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { ImageGalleryExtendedContext as y } from "../ImageGalleryExtendedContext.js";
|
|
5
|
-
const g = "
|
|
5
|
+
const g = "dots__f45b4d8d", C = "dot__3e4fd318", b = "active__aae45067", s = {
|
|
6
6
|
dots: g,
|
|
7
7
|
dot: C,
|
|
8
8
|
active: b
|
|
@@ -13,15 +13,15 @@ const g = "dots__1786f08a", C = "dot__254423cf", b = "active__b0171908", s = {
|
|
|
13
13
|
return null;
|
|
14
14
|
const e = Math.min(t, M), a = Math.floor(t / e), x = Math.min(Math.floor(u / a), e - 1);
|
|
15
15
|
return /* @__PURE__ */ i("div", { ref: f, ...m, className: l(s.dots, d), children: Array.from({ length: e }, (A, o) => {
|
|
16
|
-
const
|
|
16
|
+
const r = o === x, c = o * a, _ = n[c];
|
|
17
17
|
return /* @__PURE__ */ i(
|
|
18
18
|
"button",
|
|
19
19
|
{
|
|
20
20
|
type: "button",
|
|
21
|
-
"aria-current":
|
|
21
|
+
"aria-current": r ? "true" : void 0,
|
|
22
22
|
"aria-label": _.alt,
|
|
23
|
-
className: l(s.dot, { [s.active]:
|
|
24
|
-
onClick: () => v(
|
|
23
|
+
className: l(s.dot, { [s.active]: r }),
|
|
24
|
+
onClick: () => v(c)
|
|
25
25
|
},
|
|
26
26
|
o
|
|
27
27
|
);
|
|
@@ -2,22 +2,23 @@ import { jsxs as u, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import E, { useContext as G } from "react";
|
|
3
3
|
import { c as I } from "../../../chunks/vendor-z35N2Tap.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-BV4sYkkw.js";
|
|
9
10
|
const v = E.forwardRef(
|
|
10
|
-
({ height: e = "auto", withBlur: r = !1, onImageClick:
|
|
11
|
-
const { items:
|
|
12
|
-
if (!
|
|
11
|
+
({ height: e = "auto", withBlur: r = !1, onImageClick: o, className: c, children: x, style: l, ...p }, f) => {
|
|
12
|
+
const { items: m, selectedIndex: n } = G(M), a = m[n];
|
|
13
|
+
if (!a)
|
|
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
|
-
return /* @__PURE__ */ u("div", { ...
|
|
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 = o ? () => o(n) : void 0;
|
|
16
|
+
return /* @__PURE__ */ u("div", { ...p, ref: f, className: I(k.main, c), style: y, children: [
|
|
16
17
|
/* @__PURE__ */ t(
|
|
17
18
|
g,
|
|
18
19
|
{
|
|
19
|
-
fallback: /* @__PURE__ */ t(s, { item:
|
|
20
|
-
children:
|
|
20
|
+
fallback: /* @__PURE__ */ t(s, { item: a, withBlur: r, onClick: d }),
|
|
21
|
+
children: m.length > 1 ? /* @__PURE__ */ t(b, { withBlur: r, onImageClick: o }) : /* @__PURE__ */ t(s, { item: a, 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
2
|
import { c as t } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
import { s as a } from "../../../chunks/ImageGalleryExtendedMain.module-
|
|
3
|
+
import { s as a } from "../../../chunks/ImageGalleryExtendedMain.module-BV4sYkkw.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(
|
|
@@ -3,7 +3,7 @@ import { useContext as w, useState as E, useRef as g, useCallback as y } from "r
|
|
|
3
3
|
import { c as z } from "../../../chunks/vendor-z35N2Tap.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-BV4sYkkw.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
3
|
import "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { I as p } from "../../../chunks/ImageGalleryExtendedThumb-
|
|
4
|
+
import { I as p } from "../../../chunks/ImageGalleryExtendedThumb-DVMRe0a9.js";
|
|
5
5
|
export {
|
|
6
6
|
p as ImageGalleryExtendedThumb
|
|
7
7
|
};
|
|
@@ -4,7 +4,7 @@ import { c as S } from "../../../chunks/vendor-z35N2Tap.js";
|
|
|
4
4
|
import { isKey as g } from "../../../utils/keyboard.js";
|
|
5
5
|
import { scrollSmoothHorizontally as k } from "../../../utils/scroll.js";
|
|
6
6
|
import { ImageGalleryExtendedContext as v } from "../ImageGalleryExtendedContext.js";
|
|
7
|
-
import { s as A, I as H } from "../../../chunks/ImageGalleryExtendedThumb-
|
|
7
|
+
import { s as A, I as H } from "../../../chunks/ImageGalleryExtendedThumb-DVMRe0a9.js";
|
|
8
8
|
const B = ({ item: c, isActive: n, ariaLabel: r, onSelect: s, ref: a }) => /* @__PURE__ */ f(H, { ref: a, item: c, isActive: n, "aria-label": r, onClick: s }), F = R.forwardRef(
|
|
9
9
|
({ className: c, children: n, onKeyDown: r, ...s }, a) => {
|
|
10
10
|
const { items: T, selectedIndex: o, onSelect: m } = C(v), y = n ?? B, u = b(null), i = 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-DVMRe0a9.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-DVMRe0a9.js";
|
|
8
8
|
import { ImageGalleryExtendedDots as G } from "./components/ImageGalleryExtendedDots.js";
|
|
9
9
|
import { EImageGalleryArrowDirection as s } from "./enums.js";
|
|
10
10
|
export {
|
|
@@ -5,7 +5,7 @@ import { EIslandType as l } from "./enums.js";
|
|
|
5
5
|
import { IslandBody as n } from "./components/IslandBody.js";
|
|
6
6
|
import { IslandHeader as f } 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-DVaJTyM2.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
|
-
import { jsx as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as n } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const
|
|
5
|
-
islandBody:
|
|
6
|
-
},
|
|
7
|
-
({ children: o, className: s, ...d },
|
|
4
|
+
const c = "islandBody__96cdee95", e = {
|
|
5
|
+
islandBody: c
|
|
6
|
+
}, y = t.forwardRef(
|
|
7
|
+
({ children: o, className: s, ...d }, r) => /* @__PURE__ */ a("div", { className: n(e.islandBody, s), ref: r, ...d, children: o })
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
y as IslandBody
|
|
11
11
|
};
|
|
12
12
|
//# sourceMappingURL=IslandBody.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const n = "
|
|
4
|
+
const n = "islandFooter__eecf9ee9", c = {
|
|
5
5
|
islandFooter: n
|
|
6
|
-
}, m =
|
|
6
|
+
}, m = t.forwardRef(({ children: o, ...r }, e) => /* @__PURE__ */ s("div", { className: a(c.islandFooter), ref: e, ...r, children: o }));
|
|
7
7
|
export {
|
|
8
8
|
m as IslandFooter
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "islandHeader__d77295ab", n = {
|
|
5
5
|
islandHeader: t
|
|
6
|
-
}, m = d.forwardRef(({ children:
|
|
6
|
+
}, m = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(n.islandHeader), ref: r, ...e, children: a }));
|
|
7
7
|
export {
|
|
8
8
|
m as IslandHeader
|
|
9
9
|
};
|
|
@@ -9,14 +9,14 @@ import "../Island/components/IslandBody.js";
|
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
11
|
import { c as f } from "../../chunks/vendor-z35N2Tap.js";
|
|
12
|
-
import { s as I } from "../../chunks/IslandAccordion.module-
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-DZaeBDfB.js";
|
|
13
13
|
import "./components/IslandAccordionContent.js";
|
|
14
14
|
import "./components/IslandAccordionFooter.js";
|
|
15
15
|
const x = Object.assign(
|
|
16
16
|
n.forwardRef(
|
|
17
17
|
({ className: r, children: m, size: t = 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: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.
|
|
19
|
+
return /* @__PURE__ */ o(p.Provider, { value: { size: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.33.0", ref: a, children: m }) });
|
|
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-DZaeBDfB.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,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as i } from "../../../chunks/IslandAccordion.module-
|
|
4
|
+
import { s as i } from "../../../chunks/IslandAccordion.module-DZaeBDfB.js";
|
|
5
5
|
import { Island as e } from "../../Island/Island.js";
|
|
6
6
|
import "../../Island/components/IslandBody.js";
|
|
7
7
|
import "../../Island/components/IslandHeader.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-DZaeBDfB.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": "0.
|
|
94
|
+
"data-tx": "0.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(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
1
|
+
import { jsx as t, jsxs as a, Fragment as s } from "react/jsx-runtime";
|
|
2
2
|
import _, { useContext as v, useState as u } from "react";
|
|
3
3
|
import { Island as y } from "../Island/Island.js";
|
|
4
4
|
import { EIslandType as H } from "../Island/enums.js";
|
|
@@ -16,7 +16,7 @@ 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
18
|
import { useMatchMedia as k } from "../MediaWidth/useMatchMedia.js";
|
|
19
|
-
const B = "
|
|
19
|
+
const B = "islandWidget__a3948146", P = "islandWidgetWithExtraFooter__743ee2e5", R = "islandWidgetHeaderWrapperAdaptive__4e514483", o = {
|
|
20
20
|
islandWidget: B,
|
|
21
21
|
islandWidgetWithExtraFooter: P,
|
|
22
22
|
islandWidgetHeaderWrapperAdaptive: R
|
|
@@ -24,21 +24,21 @@ const B = "islandWidget__eb73c303", P = "islandWidgetWithExtraFooter__5ca3159f",
|
|
|
24
24
|
_.forwardRef(
|
|
25
25
|
({
|
|
26
26
|
className: l,
|
|
27
|
-
size:
|
|
28
|
-
renderBody:
|
|
29
|
-
renderFooter:
|
|
27
|
+
size: W = S.MD,
|
|
28
|
+
renderBody: c,
|
|
29
|
+
renderFooter: d,
|
|
30
30
|
renderHeader: g,
|
|
31
31
|
disableAdaptiveCollapsing: r = !1,
|
|
32
|
-
...
|
|
33
|
-
},
|
|
34
|
-
const { hasExtraFooter: h } = v(O), [
|
|
32
|
+
...x
|
|
33
|
+
}, f) => {
|
|
34
|
+
const { hasExtraFooter: h } = v(O), [i, E] = u(r), e = k(
|
|
35
35
|
`(max-width: ${p.SM_MAX})`,
|
|
36
36
|
window.innerWidth <= parseInt(p.SM_MAX)
|
|
37
37
|
), I = () => {
|
|
38
|
-
E(!
|
|
39
|
-
}, F = e && !r,
|
|
40
|
-
|
|
41
|
-
|
|
38
|
+
E(!i);
|
|
39
|
+
}, F = e && !r, n = () => /* @__PURE__ */ a(s, { children: [
|
|
40
|
+
c({}),
|
|
41
|
+
d ? d({}) : null
|
|
42
42
|
] });
|
|
43
43
|
return /* @__PURE__ */ t(
|
|
44
44
|
j.Provider,
|
|
@@ -46,29 +46,29 @@ const B = "islandWidget__eb73c303", P = "islandWidgetWithExtraFooter__5ca3159f",
|
|
|
46
46
|
value: {
|
|
47
47
|
adaptive: e,
|
|
48
48
|
disableAdaptiveCollapsing: r,
|
|
49
|
-
open:
|
|
49
|
+
open: i
|
|
50
50
|
},
|
|
51
51
|
children: /* @__PURE__ */ t(
|
|
52
52
|
"div",
|
|
53
53
|
{
|
|
54
|
-
className: m(
|
|
55
|
-
[
|
|
54
|
+
className: m(o.islandWidget, l, {
|
|
55
|
+
[o.islandWidgetWithExtraFooter]: h
|
|
56
56
|
}),
|
|
57
|
-
"data-tx": "0.
|
|
58
|
-
...
|
|
59
|
-
ref:
|
|
60
|
-
children: /* @__PURE__ */
|
|
57
|
+
"data-tx": "0.33.0",
|
|
58
|
+
...x,
|
|
59
|
+
ref: f,
|
|
60
|
+
children: /* @__PURE__ */ a(y, { type: H.TYPE_1, size: W, children: [
|
|
61
61
|
/* @__PURE__ */ t(
|
|
62
62
|
"div",
|
|
63
63
|
{
|
|
64
64
|
className: m({
|
|
65
|
-
[
|
|
65
|
+
[o.islandWidgetHeaderWrapperAdaptive]: e
|
|
66
66
|
}),
|
|
67
67
|
onClick: e ? I : void 0,
|
|
68
68
|
children: g({})
|
|
69
69
|
}
|
|
70
70
|
),
|
|
71
|
-
F ? /* @__PURE__ */ t(N, { expanded:
|
|
71
|
+
F ? /* @__PURE__ */ t(N, { expanded: i, children: n() }) : /* @__PURE__ */ t(s, { children: n() })
|
|
72
72
|
] })
|
|
73
73
|
}
|
|
74
74
|
)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
const
|
|
4
|
-
islandWidgetBody:
|
|
5
|
-
}, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(
|
|
3
|
+
const a = "islandWidgetBody__2123f270", 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
|
|
@@ -3,7 +3,7 @@ import { useContext as i, useEffect as d } from "react";
|
|
|
3
3
|
import { c as n } from "../../../chunks/vendor-z35N2Tap.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__7451139b", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
8
|
}, E = ({
|
|
9
9
|
children: r,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
import { s as n } from "../../../chunks/IslandWidgetFooter.module-
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-gs1vcAcR.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 });
|