@sberbusiness/triplex-next 1.30.0 → 1.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-p-fWJ9CC.js +41 -0
- package/chunks/CalendarViewItem-y_OwskEF.js +101 -0
- package/chunks/Card.module-DLre-hDg.js +18 -0
- package/chunks/CheckboxTreeExtended.module-BsnFYetJ.js +15 -0
- package/chunks/Chip-Fb7_tfTx.js +85 -0
- package/chunks/Confirm.module-ONNAnitW.js +15 -0
- package/chunks/{DropdownListItem-PhDNj_sI.js → DropdownListItem-CBAmYB__.js} +15 -15
- package/chunks/DropdownMobile.module-C99ad0jt.js +23 -0
- package/chunks/Footer.module-fCYYdKPC.js +9 -0
- package/chunks/{FormFieldInput-Du3nMTry.js → FormFieldInput-d6WkPngW.js} +23 -23
- package/chunks/HeaderLayoutSidebar.module-BUlWJH2L.js +9 -0
- package/chunks/HeaderTabs.module-f0pOEOus.js +9 -0
- package/chunks/{HeaderTitle.module-mufXm8bf.js → HeaderTitle.module-CFdpGGVy.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-BGe90A85.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-BVI6zmzL.js +28 -0
- package/chunks/IslandAccordion.module-CpsIbUZS.js +25 -0
- package/chunks/IslandWidgetFooter.module-Cv-pFx97.js +9 -0
- package/chunks/IslandWidgetHeader.module-DZ7u5KdZ.js +13 -0
- package/chunks/{LightBoxContent-oXmUc0O4.js → LightBoxContent-CUHF8ym9.js} +8 -8
- package/chunks/LightBoxControls.module-BGzxKeYz.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CmhYqDUn.js +9 -0
- package/chunks/{ListItemControlsButton-Cn_qKgVF.js → ListItemControlsButton-GwTSx9t3.js} +8 -8
- package/chunks/ListItemTail.module-_zPCXCQZ.js +12 -0
- package/chunks/ListMasterFooter.module-OOs3HMYn.js +10 -0
- package/chunks/ModalWindow.module-BkI79oza.js +17 -0
- package/chunks/Notification.module-CtpYgvcX.js +20 -0
- package/chunks/Overlay.module-C3WPSJN5.js +18 -0
- package/chunks/Page.module-CkMrRJ3E.js +11 -0
- package/chunks/SMSField.module-Bo60-Oyi.js +16 -0
- package/chunks/SliderExtendedMarks.module-kdIHU6Y0.js +15 -0
- package/chunks/{SliderExtendedRail-Cr47EmrH.js → SliderExtendedRail-s3nj0g7A.js} +10 -10
- package/chunks/StatusTracker.module-DiLzRUA8.js +24 -0
- package/chunks/{StepperStepArrowBorder-C6up4LVv.js → StepperStepArrowBorder-7nXw_k6S.js} +10 -10
- package/chunks/{SuggestFieldMobileDropdownHint-BZyaIt1i.js → SuggestFieldMobileDropdownHint-DTd9ZRJc.js} +6 -6
- package/chunks/TableFooter.module-Bq-wqvaF.js +14 -0
- package/chunks/TabsExtended.module-CsY7VuxQ.js +16 -0
- package/chunks/TabsLine.module-BWx30e5X.js +21 -0
- package/chunks/TooltipDesktop.module-BkTwHXKO.js +19 -0
- package/chunks/TreeView.module-seYxUon6.js +9 -0
- package/chunks/{UploadZoneInput-BbaamBLA.js → UploadZoneInput-DH0deFXt.js} +2 -2
- package/chunks/{constants-DG4U-QtS.js → constants-Dsgjokad.js} +10 -10
- package/chunks/utils-BIYQTFij.js +24 -0
- package/chunks/{utils-BTk2T8x6.js → utils-C0vdTK6h.js} +6 -6
- package/chunks/{utils-DgpN6CSa.js → utils-CXTWVT_w.js} +4 -4
- package/chunks/utils-CXwYWTdr.js +73 -0
- package/components/Alert/AlertContext/AlertContext.js +19 -19
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +27 -27
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +15 -15
- package/components/Badge/components/BadgePostfix.js +4 -4
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +78 -77
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +4 -4
- 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 +6 -6
- 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 +12 -12
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- 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 +3 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +15 -15
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +22 -21
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +40 -27
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +23 -22
- package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +13 -13
- package/components/Chip/enums.js +5 -0
- package/components/Chip/index.js +28 -26
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +181 -166
- package/components/CollapsibleTree/CollapsibleTree.js +3 -3
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +12 -12
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +1 -1
- 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 +5 -5
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +69 -64
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +57 -52
- package/components/DesignTokens/components/Chip.js +12 -6
- package/components/DesignTokens/components/ImageGallery.js +47 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/TopOverlay.js +1 -1
- package/components/DesignTokens/components/index.js +116 -113
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +12 -12
- package/components/Dropdown/desktop/DropdownDesktop.js +26 -26
- 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 +5 -5
- 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 +8 -8
- package/components/EmptyView/EmptyView.js +11 -11
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +18 -18
- package/components/FormField/components/FormFieldClear.js +8 -8
- 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 +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +14 -14
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +19 -19
- package/components/FormField/components/FormFieldTextarea.js +18 -18
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +15 -5
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +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 +1 -1
- 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 +5 -5
- package/components/IconWrapper/IconWrapper.js +5 -5
- package/components/ImageGallery/ImageGallery.js +74 -0
- package/components/ImageGallery/index.js +5 -0
- package/components/ImageGallery/types.js +2 -0
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
- package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
- package/components/ImageGalleryExtended/components/index.js +15 -0
- package/components/ImageGalleryExtended/enums.js +5 -0
- package/components/ImageGalleryExtended/index.js +21 -0
- package/components/ImageGalleryExtended/types.js +2 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +6 -6
- 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 +6 -6
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- 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 +5 -5
- package/components/LightBox/LightBox.js +66 -76
- 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 +34 -34
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +3 -3
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +8 -8
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +8 -8
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +6 -6
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +3 -3
- 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 +5 -5
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +26 -30
- package/components/ModalWindow/ModalWindow.js +17 -17
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- 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 +14 -14
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
- 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 +2 -2
- 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 +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- 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 +6 -6
- package/components/Radio/Radio.js +4 -4
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +25 -10
- package/components/Row/RowContext.js +9 -0
- 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 +14 -14
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +25 -24
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +28 -28
- 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 +11 -11
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +30 -30
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +10 -8
- 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 +17 -17
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +9 -9
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +14 -14
- 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 +77 -81
- package/components/Table/ChipPanel.js +12 -0
- package/components/Table/ChipPanelLinks.js +22 -0
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +24 -24
- package/components/Table/NoColumns.js +1 -1
- 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 +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- 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/index.js +7 -7
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +40 -35
- 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 +1 -1
- 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 +7 -7
- package/components/Tag/Tag.js +8 -8
- package/components/TagColor/TagColor.js +7 -7
- 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/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +16 -16
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +3 -3
- package/components/TopOverlay/TopOverlay.js +33 -33
- 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 +25 -25
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +20 -20
- package/components/Typography/Title.js +16 -16
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +8 -8
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- 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 +644 -622
- package/index.d.ts +325 -34
- package/index.js +676 -654
- package/package.json +9 -1
- package/styles/triplex-next.css +556 -541
- package/chunks/AlertProcessSpoiler-BIiexkiG.js +0 -41
- package/chunks/CalendarViewItem-DZix7Wi3.js +0 -101
- package/chunks/Card.module-C57O8DQ9.js +0 -18
- package/chunks/CheckboxTreeExtended.module-D_Xqk2Z0.js +0 -15
- package/chunks/Chip-D73o-tIk.js +0 -77
- package/chunks/Confirm.module-CUcXlA0E.js +0 -15
- package/chunks/DropdownMobile.module-DL87iBcj.js +0 -23
- package/chunks/Footer.module-DZzX_hiB.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BOcwOhH9.js +0 -9
- package/chunks/HeaderTabs.module-D5xnWADy.js +0 -9
- package/chunks/IslandAccordion.module-cWQkjySQ.js +0 -25
- package/chunks/IslandWidgetFooter.module-K-i_a4VV.js +0 -9
- package/chunks/IslandWidgetHeader.module-BU39_xm_.js +0 -13
- package/chunks/LightBoxControls.module-BOBUS8MF.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BLxHQH7u.js +0 -9
- package/chunks/ListItemTail.module-D7OEUQSH.js +0 -12
- package/chunks/ListMasterFooter.module-B2oYxI3b.js +0 -10
- package/chunks/ModalWindow.module-B7YcXJ55.js +0 -17
- package/chunks/Notification.module-OkzyDWlc.js +0 -20
- package/chunks/Overlay.module-CBlckNkR.js +0 -18
- package/chunks/Page.module-BkDd7q7x.js +0 -11
- package/chunks/SMSField.module-BBRpa0-4.js +0 -16
- package/chunks/SliderExtendedMarks.module-DOunMVrv.js +0 -15
- package/chunks/StatusTracker.module-B6VeAoHW.js +0 -24
- package/chunks/TableFooter.module-Exx3Pc8E.js +0 -14
- package/chunks/TabsExtended.module-D8onFEnM.js +0 -16
- package/chunks/TabsLine.module-BvYF3ue-.js +0 -21
- package/chunks/TooltipDesktop.module-DD0ESKwE.js +0 -19
- package/chunks/TreeView.module-ClEsZNDe.js +0 -9
- package/chunks/utils-2vVjLvvg.js +0 -24
- package/chunks/utils-Bk10DX0W.js +0 -73
- package/components/Table/TabsLinePanel.js +0 -12
- package/components/Table/TabsLinePanelLinks.js +0 -26
|
@@ -2,12 +2,12 @@ import { jsx as x } from "react/jsx-runtime";
|
|
|
2
2
|
import F, { useContext as a, useRef as p, useEffect as P } from "react";
|
|
3
3
|
import { c as R } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { FormFieldContext as _ } from "../FormFieldContext.js";
|
|
5
|
-
import { TARGET_PADDING_X_DEFAULT as
|
|
6
|
-
const
|
|
7
|
-
formFieldPrefix:
|
|
5
|
+
import { TARGET_PADDING_X_DEFAULT as w } from "../consts.js";
|
|
6
|
+
const N = "formFieldPrefix__cc89771f", b = {
|
|
7
|
+
formFieldPrefix: N
|
|
8
8
|
}, g = F.forwardRef(
|
|
9
9
|
({ children: n, className: c, ...m }, r) => {
|
|
10
|
-
const { setPrefixWidth: t } = a(_), o = p(), l = R(
|
|
10
|
+
const { setPrefixWidth: t } = a(_), o = p(), l = R(b.formFieldPrefix, c), d = (e) => {
|
|
11
11
|
o.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
12
12
|
};
|
|
13
13
|
return P(() => {
|
|
@@ -19,7 +19,7 @@ const w = "formFieldPrefix__edb4ee52", N = {
|
|
|
19
19
|
t((f) => f !== i ? i : f);
|
|
20
20
|
});
|
|
21
21
|
return s.observe(e), () => {
|
|
22
|
-
s.disconnect(), t(
|
|
22
|
+
s.disconnect(), t(w);
|
|
23
23
|
};
|
|
24
24
|
}, [t]), /* @__PURE__ */ x("span", { className: l, ...m, ref: d, children: n });
|
|
25
25
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as _ } from "react/jsx-runtime";
|
|
2
2
|
import b, { useContext as S, useMemo as g, useLayoutEffect as h, useCallback as F } from "react";
|
|
3
3
|
import { u as y, c as A } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { FormFieldContext as L } from "../FormFieldContext.js";
|
|
5
|
-
import { EFormFieldStatus as
|
|
5
|
+
import { EFormFieldStatus as d } from "../enums.js";
|
|
6
6
|
import { createSizeToClassNameMap as W } from "../../../utils/classNameMaps.js";
|
|
7
|
-
const z = "
|
|
7
|
+
const z = "formFieldTarget__a982acec", M = "sm__ab9ef21c", R = "md__9ec7e2e7", j = "lg__f50c04ee", k = "placeholder__d8fc1150", q = "disabled__556e7922", w = "placeholderWrapper__c36499cd", B = "active__331be4ad", e = {
|
|
8
8
|
formFieldTarget: z,
|
|
9
9
|
sm: M,
|
|
10
10
|
md: R,
|
|
@@ -14,41 +14,41 @@ const z = "formFieldTarget__ab67d4c8", M = "sm__f1c7d6be", R = "md__14d41478", j
|
|
|
14
14
|
placeholderWrapper: w,
|
|
15
15
|
active: B
|
|
16
16
|
}, G = W(e), H = b.forwardRef(
|
|
17
|
-
({ children:
|
|
18
|
-
const { size: I, status: s, active: v, labelId: x, setFilled: n, setFocused:
|
|
19
|
-
[e.disabled]: s ===
|
|
20
|
-
[e.placeholder]: !!p && !
|
|
17
|
+
({ children: c, id: o, className: T, placeholder: p, onFocus: a, onBlur: t, ...u }, D) => {
|
|
18
|
+
const { size: I, status: s, active: v, labelId: x, setFilled: n, setFocused: l, setTargetId: f } = S(L), i = g(() => o === void 0 ? y("target_") : o, [o]), r = g(() => b.Children.toArray(c).length !== 0, [c]), E = A(e.formFieldTarget, G[I], T, {
|
|
19
|
+
[e.disabled]: s === d.DISABLED,
|
|
20
|
+
[e.placeholder]: !!p && !r && s !== d.DISABLED,
|
|
21
21
|
[e.active]: v
|
|
22
22
|
});
|
|
23
23
|
h(() => {
|
|
24
|
-
|
|
25
|
-
}, [i,
|
|
26
|
-
n(
|
|
27
|
-
}, [
|
|
24
|
+
f(i);
|
|
25
|
+
}, [i, f]), h(() => {
|
|
26
|
+
n(r);
|
|
27
|
+
}, [r, n]);
|
|
28
28
|
const C = F(
|
|
29
29
|
(m) => {
|
|
30
|
-
|
|
30
|
+
l(!0), a == null || a(m);
|
|
31
31
|
},
|
|
32
|
-
[a,
|
|
32
|
+
[a, l]
|
|
33
33
|
), N = F(
|
|
34
34
|
(m) => {
|
|
35
|
-
|
|
35
|
+
l(!1), t == null || t(m);
|
|
36
36
|
},
|
|
37
|
-
[t,
|
|
37
|
+
[t, l]
|
|
38
38
|
);
|
|
39
|
-
return /* @__PURE__ */
|
|
39
|
+
return /* @__PURE__ */ _(
|
|
40
40
|
"div",
|
|
41
41
|
{
|
|
42
42
|
...u,
|
|
43
43
|
id: i,
|
|
44
44
|
className: E,
|
|
45
|
-
tabIndex: s ===
|
|
45
|
+
tabIndex: s === d.DISABLED ? -1 : 0,
|
|
46
46
|
"aria-labelledby": x,
|
|
47
|
-
"aria-disabled": s ===
|
|
47
|
+
"aria-disabled": s === d.DISABLED,
|
|
48
48
|
onBlur: N,
|
|
49
49
|
onFocus: C,
|
|
50
50
|
ref: D,
|
|
51
|
-
children:
|
|
51
|
+
children: r ? c : /* @__PURE__ */ _("span", { className: e.placeholderWrapper, children: p })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as I } from "react/jsx-runtime";
|
|
2
|
-
import M, { useContext as n, useMemo as C, useCallback as
|
|
2
|
+
import M, { useContext as n, useMemo as C, useCallback as s, useLayoutEffect as u } from "react";
|
|
3
3
|
import { u as D, c as L } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { createSizeToClassNameMap as R } from "../../../utils/classNameMaps.js";
|
|
5
5
|
import { FormFieldContext as W } from "../FormFieldContext.js";
|
|
6
6
|
import { EFormFieldStatus as j } from "../enums.js";
|
|
7
7
|
import { isFilled as q } from "./utils.js";
|
|
8
|
-
const w = "
|
|
8
|
+
const w = "formFieldTextarea__c28d07ae", G = "sm__ab9ef21c", H = "md__9ec7e2e7", J = "lg__f50c04ee", T = {
|
|
9
9
|
formFieldTextarea: w,
|
|
10
10
|
sm: G,
|
|
11
11
|
md: H,
|
|
12
12
|
lg: J
|
|
13
13
|
}, K = R(T), O = M.forwardRef(
|
|
14
|
-
({ id:
|
|
15
|
-
const { size: g, status: h, setFocused:
|
|
14
|
+
({ id: d, className: p, value: a, defaultValue: x, onFocus: r, onBlur: l, onAnimationStart: m, onChange: i, ..._ }, N) => {
|
|
15
|
+
const { size: g, status: h, setFocused: c, setTargetId: F, setFilled: o } = n(W), f = C(() => d === void 0 ? D("textarea_") : d, [d]), y = L(T.formFieldTextarea, K[g], p), t = s(
|
|
16
16
|
(e) => {
|
|
17
17
|
o(q(e));
|
|
18
18
|
},
|
|
@@ -21,26 +21,26 @@ const w = "formFieldTextarea__0ef11e20", G = "sm__f1c7d6be", H = "md__14d41478",
|
|
|
21
21
|
u(() => {
|
|
22
22
|
F(f);
|
|
23
23
|
}, [f, F]), u(() => {
|
|
24
|
-
t(
|
|
24
|
+
t(a ?? x);
|
|
25
25
|
}, []), u(() => {
|
|
26
|
-
|
|
27
|
-
}, [
|
|
28
|
-
const
|
|
26
|
+
a !== void 0 && t(a);
|
|
27
|
+
}, [a, t]);
|
|
28
|
+
const b = s(
|
|
29
29
|
(e) => {
|
|
30
|
-
t(e.currentTarget.value),
|
|
30
|
+
t(e.currentTarget.value), c(!0), r == null || r(e);
|
|
31
31
|
},
|
|
32
|
-
[t,
|
|
33
|
-
), k =
|
|
32
|
+
[t, c, r]
|
|
33
|
+
), k = s(
|
|
34
34
|
(e) => {
|
|
35
|
-
t(e.currentTarget.value),
|
|
35
|
+
t(e.currentTarget.value), c(!1), l == null || l(e);
|
|
36
36
|
},
|
|
37
|
-
[t,
|
|
38
|
-
), z =
|
|
37
|
+
[t, c, l]
|
|
38
|
+
), z = s(
|
|
39
39
|
(e) => {
|
|
40
40
|
e.animationName.startsWith("autofill-applied-hook") ? o(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), m == null || m(e);
|
|
41
41
|
},
|
|
42
42
|
[o, t, m]
|
|
43
|
-
), E =
|
|
43
|
+
), E = s(
|
|
44
44
|
(e) => {
|
|
45
45
|
t(e.currentTarget.value), i == null || i(e);
|
|
46
46
|
},
|
|
@@ -51,11 +51,11 @@ const w = "formFieldTextarea__0ef11e20", G = "sm__f1c7d6be", H = "md__14d41478",
|
|
|
51
51
|
{
|
|
52
52
|
..._,
|
|
53
53
|
id: f,
|
|
54
|
-
className:
|
|
55
|
-
value:
|
|
54
|
+
className: y,
|
|
55
|
+
value: a,
|
|
56
56
|
defaultValue: x,
|
|
57
57
|
disabled: h === j.DISABLED,
|
|
58
|
-
onFocus:
|
|
58
|
+
onFocus: b,
|
|
59
59
|
onBlur: k,
|
|
60
60
|
onAnimationStart: z,
|
|
61
61
|
onChange: E,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FormFieldClear as e } from "./FormFieldClear.js";
|
|
2
2
|
import { FormFieldCounter as m } from "./FormFieldCounter.js";
|
|
3
3
|
import { FormFieldDescription as i } from "./FormFieldDescription.js";
|
|
4
|
-
import { F as x } from "../../../chunks/FormFieldInput-
|
|
4
|
+
import { F as x } from "../../../chunks/FormFieldInput-d6WkPngW.js";
|
|
5
5
|
import { FormFieldLabel as l } from "./FormFieldLabel.js";
|
|
6
6
|
import { FormFieldMaskedInput as a } from "./FormFieldMaskedInput.js";
|
|
7
7
|
import { FormFieldPostfix as s } from "./FormFieldPostfix.js";
|
|
@@ -2,7 +2,7 @@ import { EFormFieldStatus as e } from "./enums.js";
|
|
|
2
2
|
import { FormFieldClear as F } from "./components/FormFieldClear.js";
|
|
3
3
|
import { FormFieldCounter as i } from "./components/FormFieldCounter.js";
|
|
4
4
|
import { FormFieldDescription as l } from "./components/FormFieldDescription.js";
|
|
5
|
-
import { F as f } from "../../chunks/FormFieldInput-
|
|
5
|
+
import { F as f } from "../../chunks/FormFieldInput-d6WkPngW.js";
|
|
6
6
|
import { FormFieldLabel as a } from "./components/FormFieldLabel.js";
|
|
7
7
|
import { FormFieldMaskedInput as u } from "./components/FormFieldMaskedInput.js";
|
|
8
8
|
import { FormFieldPostfix as C } from "./components/FormFieldPostfix.js";
|
package/components/Gap/Gap.js
CHANGED
|
@@ -1,8 +1,18 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { c as t } from "../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
import _ from "react";
|
|
4
|
+
const c = "size4__cb581981", a = "size8__ce2f1094", n = "size12__e3e79654", r = "size16__02338bed", b = "size24__db36bb7a", d = "size32__3144f2d3", f = "size64__2b15730d", m = "size128__bb7045ae", p = {
|
|
5
|
+
size4: c,
|
|
6
|
+
size8: a,
|
|
7
|
+
size12: n,
|
|
8
|
+
size16: r,
|
|
9
|
+
size24: b,
|
|
10
|
+
size32: d,
|
|
11
|
+
size64: f,
|
|
12
|
+
size128: m
|
|
13
|
+
}, l = _.forwardRef(({ className: s, size: e, ...i }, z) => /* @__PURE__ */ o("div", { className: t(p[`size${e}`], s), role: "presentation", ...i, ref: z }));
|
|
14
|
+
l.displayName = "Gap";
|
|
5
15
|
export {
|
|
6
|
-
|
|
16
|
+
l as Gap
|
|
7
17
|
};
|
|
8
18
|
//# sourceMappingURL=Gap.js.map
|
|
@@ -12,7 +12,7 @@ import "./components/HeaderTitle/HeaderTitleContent.js";
|
|
|
12
12
|
import "./components/HeaderTitle/HeaderTitleControls.js";
|
|
13
13
|
const f = Object.assign(
|
|
14
14
|
a.forwardRef(function({ children: r, ...e }, t) {
|
|
15
|
-
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.
|
|
15
|
+
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.32.0", ref: t, children: r });
|
|
16
16
|
}),
|
|
17
17
|
{
|
|
18
18
|
LayoutSidebar: p,
|
|
@@ -3,7 +3,7 @@ import d from "react";
|
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
|
|
5
5
|
import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-BUlWJH2L.js";
|
|
7
7
|
const b = Object.assign(
|
|
8
8
|
d.forwardRef(function({ children: e, className: r, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ t("div", { className: i(f.headerLayoutSidebar, r), ...a, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as d } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
4
|
+
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-BUlWJH2L.js";
|
|
5
5
|
const i = s.forwardRef(
|
|
6
6
|
({ children: e, className: a, ...t }, o) => /* @__PURE__ */ r("div", { className: d(m.headerLayoutSidebarContent, a), ...t, ref: o, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as t } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
4
|
+
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-BUlWJH2L.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: t(s.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import h from "react";
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
const u = "
|
|
4
|
+
const u = "headerSubheader__85f26a39", c = "withoutPaddings__4be0c7e7", e = {
|
|
5
5
|
headerSubheader: u,
|
|
6
6
|
withoutPaddings: c
|
|
7
7
|
}, n = h.forwardRef(
|
|
@@ -3,7 +3,7 @@ import t from "react";
|
|
|
3
3
|
import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
|
|
4
4
|
import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
|
|
5
5
|
import { c as d } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderTabs.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderTabs.module-f0pOEOus.js";
|
|
7
7
|
const i = Object.assign(
|
|
8
8
|
t.forwardRef(function({ children: r, className: e, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ s("div", { className: d(f.headerTabs, e), ...a, ref: o, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as m } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s as n } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as n } from "../../../../chunks/HeaderTabs.module-f0pOEOus.js";
|
|
5
5
|
const d = s.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-f0pOEOus.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 i 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-82AnkPpo.js";
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-CFdpGGVy.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
3
|
import { c as i } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-CFdpGGVy.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
3
|
import { c as i } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-CFdpGGVy.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|
|
@@ -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__8c067086", A = {
|
|
13
13
|
helpBoxButton: w
|
|
14
14
|
}, G = _.forwardRef(
|
|
15
15
|
({
|
|
@@ -28,8 +28,8 @@ const w = "helpBoxButton__d0222cee", A = {
|
|
|
28
28
|
tooltipXButtonProps: O,
|
|
29
29
|
...g
|
|
30
30
|
}, l) => {
|
|
31
|
-
const
|
|
32
|
-
|
|
31
|
+
const m = L(null), [y, b] = x(!!n), [d, f] = x(null), B = j(), s = n ?? y, E = (t) => {
|
|
32
|
+
m.current = t, typeof l == "function" ? l(t) : l && (l.current = t);
|
|
33
33
|
}, H = (t) => {
|
|
34
34
|
n === void 0 && b(t), t || f(null), c == null || c(t);
|
|
35
35
|
}, M = (t) => {
|
|
@@ -67,7 +67,7 @@ const w = "helpBoxButton__d0222cee", A = {
|
|
|
67
67
|
isOpen: s,
|
|
68
68
|
toggle: H,
|
|
69
69
|
onShow: M,
|
|
70
|
-
targetRef:
|
|
70
|
+
targetRef: m,
|
|
71
71
|
...!!p && q(p),
|
|
72
72
|
...!!u && $(u),
|
|
73
73
|
children: [
|
|
@@ -87,7 +87,7 @@ const w = "helpBoxButton__d0222cee", A = {
|
|
|
87
87
|
]
|
|
88
88
|
}
|
|
89
89
|
),
|
|
90
|
-
s &&
|
|
90
|
+
s && d && N(d)
|
|
91
91
|
] });
|
|
92
92
|
}
|
|
93
93
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
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-82AnkPpo.js";
|
|
4
|
-
const b = "
|
|
4
|
+
const b = "disableInteraction__f1b8679f", f = "displayContents__40b4c540", t = {
|
|
5
5
|
disableInteraction: b,
|
|
6
|
-
displayContents:
|
|
7
|
-
},
|
|
6
|
+
displayContents: f
|
|
7
|
+
}, m = p.forwardRef(
|
|
8
8
|
({ children: a, className: s, active: e, disabled: n, disableInteraction: o, displayContents: i, ...r }, c) => /* @__PURE__ */ l(
|
|
9
9
|
"span",
|
|
10
10
|
{
|
|
@@ -20,8 +20,8 @@ const b = "disableInteraction__7688bf97", m = "displayContents__07352b90", t = {
|
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
m.displayName = "IconWrapper";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
m as IconWrapper
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=IconWrapper.js.map
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { jsxs as d, jsx as r, Fragment as R } from "react/jsx-runtime";
|
|
2
|
+
import j, { useState as v } from "react";
|
|
3
|
+
import { MobileView as D } from "../MobileView/MobileView.js";
|
|
4
|
+
import { ImageGalleryExtended as e } from "../ImageGalleryExtended/ImageGalleryExtended.js";
|
|
5
|
+
import "../ImageGalleryExtended/ImageGalleryExtendedContext.js";
|
|
6
|
+
import "../ImageGalleryExtended/components/ImageGalleryExtendedMain.js";
|
|
7
|
+
import "../ImageGalleryExtended/components/ImageGalleryExtendedNav.js";
|
|
8
|
+
import "../ImageGalleryExtended/components/ImageGalleryExtendedArrow.js";
|
|
9
|
+
import "../ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js";
|
|
10
|
+
import "../../chunks/ImageGalleryExtendedThumb-BVI6zmzL.js";
|
|
11
|
+
import "../ImageGalleryExtended/components/ImageGalleryExtendedDots.js";
|
|
12
|
+
import { EImageGalleryArrowDirection as a } from "../ImageGalleryExtended/enums.js";
|
|
13
|
+
const M = j.forwardRef(
|
|
14
|
+
({
|
|
15
|
+
items: m,
|
|
16
|
+
selectedId: o,
|
|
17
|
+
defaultId: c,
|
|
18
|
+
onChange: t,
|
|
19
|
+
onImageClick: s,
|
|
20
|
+
height: p = "auto",
|
|
21
|
+
withBlur: u = !0,
|
|
22
|
+
showThumbnails: f = !0,
|
|
23
|
+
showDots: h = !0,
|
|
24
|
+
prevArrowProps: I,
|
|
25
|
+
nextArrowProps: b,
|
|
26
|
+
thumbnailsProps: w,
|
|
27
|
+
dotsProps: y,
|
|
28
|
+
...g
|
|
29
|
+
}, x) => {
|
|
30
|
+
const l = o !== void 0, [E, G] = v(c);
|
|
31
|
+
return /* @__PURE__ */ d(
|
|
32
|
+
e,
|
|
33
|
+
{
|
|
34
|
+
ref: x,
|
|
35
|
+
...g,
|
|
36
|
+
items: m,
|
|
37
|
+
selectedId: (l ? o : E) ?? "",
|
|
38
|
+
onChange: (i) => {
|
|
39
|
+
l || G(i), t == null || t(i);
|
|
40
|
+
},
|
|
41
|
+
children: [
|
|
42
|
+
/* @__PURE__ */ r(e.Main, { height: p, withBlur: u, onImageClick: s, children: /* @__PURE__ */ r(e.Nav, { children: ({ onPrev: i, onNext: k, isFirst: A, isLast: N, itemsCount: n }) => /* @__PURE__ */ d(R, { children: [
|
|
43
|
+
/* @__PURE__ */ r(
|
|
44
|
+
e.Arrow,
|
|
45
|
+
{
|
|
46
|
+
...I,
|
|
47
|
+
direction: a.PREV,
|
|
48
|
+
onClick: i,
|
|
49
|
+
disabled: A,
|
|
50
|
+
hidden: n <= 1
|
|
51
|
+
}
|
|
52
|
+
),
|
|
53
|
+
/* @__PURE__ */ r(
|
|
54
|
+
e.Arrow,
|
|
55
|
+
{
|
|
56
|
+
...b,
|
|
57
|
+
direction: a.NEXT,
|
|
58
|
+
onClick: k,
|
|
59
|
+
disabled: N,
|
|
60
|
+
hidden: n <= 1
|
|
61
|
+
}
|
|
62
|
+
)
|
|
63
|
+
] }) }) }),
|
|
64
|
+
/* @__PURE__ */ r(D, { fallback: f ? /* @__PURE__ */ r(e.Thumbnails, { ...w }) : null, children: h ? /* @__PURE__ */ r(e.Dots, { ...y }) : null })
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
);
|
|
70
|
+
M.displayName = "ImageGallery";
|
|
71
|
+
export {
|
|
72
|
+
M as ImageGallery
|
|
73
|
+
};
|
|
74
|
+
//# sourceMappingURL=ImageGallery.js.map
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import R, { useCallback as n } from "react";
|
|
3
|
+
import { c as T } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { isKey as I } from "../../utils/keyboard.js";
|
|
5
|
+
import { ImageGalleryExtendedContext as N } from "./ImageGalleryExtendedContext.js";
|
|
6
|
+
import { ImageGalleryExtendedMain as _ } from "./components/ImageGalleryExtendedMain.js";
|
|
7
|
+
import { ImageGalleryExtendedNav as A } from "./components/ImageGalleryExtendedNav.js";
|
|
8
|
+
import { ImageGalleryExtendedArrow as M } from "./components/ImageGalleryExtendedArrow.js";
|
|
9
|
+
import { ImageGalleryExtendedThumbnails as k } from "./components/ImageGalleryExtendedThumbnails.js";
|
|
10
|
+
import { I as v } from "../../chunks/ImageGalleryExtendedThumb-BVI6zmzL.js";
|
|
11
|
+
import { ImageGalleryExtendedDots as O } from "./components/ImageGalleryExtendedDots.js";
|
|
12
|
+
import "./enums.js";
|
|
13
|
+
const P = "root__d9cd0b99", j = {
|
|
14
|
+
root: P
|
|
15
|
+
}, g = R.forwardRef(
|
|
16
|
+
({ items: r, children: u, className: h, selectedId: l, onChange: c, onKeyDown: t, tabIndex: E, ...G }, b) => {
|
|
17
|
+
const i = r.findIndex((e) => e.id === l), a = i >= 0 ? i : 0, o = n(
|
|
18
|
+
(e) => {
|
|
19
|
+
var f;
|
|
20
|
+
const d = r.length > 0 ? Math.min(Math.max(e, 0), r.length - 1) : 0, m = (f = r[d]) == null ? void 0 : f.id;
|
|
21
|
+
m !== void 0 && m !== l && c(m);
|
|
22
|
+
},
|
|
23
|
+
[r, l, c]
|
|
24
|
+
), s = n(() => o(a - 1), [a, o]), x = n(() => o(a + 1), [a, o]), y = (e) => {
|
|
25
|
+
if (e.target !== e.currentTarget) {
|
|
26
|
+
t == null || t(e);
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
const d = e.code || e.keyCode;
|
|
30
|
+
I(d, "ARROW_LEFT") ? (e.preventDefault(), s()) : I(d, "ARROW_RIGHT") && (e.preventDefault(), x()), t == null || t(e);
|
|
31
|
+
};
|
|
32
|
+
return /* @__PURE__ */ p(
|
|
33
|
+
N.Provider,
|
|
34
|
+
{
|
|
35
|
+
value: {
|
|
36
|
+
items: r,
|
|
37
|
+
selectedIndex: a,
|
|
38
|
+
onSelect: o,
|
|
39
|
+
onPrev: s,
|
|
40
|
+
onNext: x
|
|
41
|
+
},
|
|
42
|
+
children: /* @__PURE__ */ p(
|
|
43
|
+
"div",
|
|
44
|
+
{
|
|
45
|
+
...G,
|
|
46
|
+
tabIndex: E ?? 0,
|
|
47
|
+
ref: b,
|
|
48
|
+
className: T(j.root, h),
|
|
49
|
+
onKeyDown: y,
|
|
50
|
+
children: u
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
}
|
|
54
|
+
);
|
|
55
|
+
}
|
|
56
|
+
);
|
|
57
|
+
g.displayName = "ImageGalleryExtended";
|
|
58
|
+
const V = Object.assign(
|
|
59
|
+
g,
|
|
60
|
+
{
|
|
61
|
+
Main: _,
|
|
62
|
+
Nav: A,
|
|
63
|
+
Arrow: M,
|
|
64
|
+
Thumbnails: k,
|
|
65
|
+
Thumb: v,
|
|
66
|
+
Dots: O
|
|
67
|
+
}
|
|
68
|
+
);
|
|
69
|
+
export {
|
|
70
|
+
V as ImageGalleryExtended
|
|
71
|
+
};
|
|
72
|
+
//# sourceMappingURL=ImageGalleryExtended.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import e from "react";
|
|
2
|
+
const t = {
|
|
3
|
+
items: [],
|
|
4
|
+
selectedIndex: 0,
|
|
5
|
+
onSelect: () => {
|
|
6
|
+
},
|
|
7
|
+
onPrev: () => {
|
|
8
|
+
},
|
|
9
|
+
onNext: () => {
|
|
10
|
+
}
|
|
11
|
+
}, n = e.createContext(t);
|
|
12
|
+
n.displayName = "ImageGalleryExtendedContext";
|
|
13
|
+
export {
|
|
14
|
+
n as ImageGalleryExtendedContext
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ImageGalleryExtendedContext.js.map
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import i from "react";
|
|
3
|
+
import { c as p } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { CaretleftStrokeSrvIcon24 as f, CaretrightStrokeSrvIcon24 as I } from "@sberbusiness/icons-next";
|
|
5
|
+
import { EImageGalleryArrowDirection as r } from "../enums.js";
|
|
6
|
+
import { s as e } from "../../../chunks/ImageGalleryExtendedMain.module-BGe90A85.js";
|
|
7
|
+
const d = {
|
|
8
|
+
[r.PREV]: e.prev,
|
|
9
|
+
[r.NEXT]: e.next
|
|
10
|
+
}, x = i.forwardRef(
|
|
11
|
+
({ direction: t, className: a, "aria-label": l, disabled: m, ...n }, s) => {
|
|
12
|
+
const c = t === r.PREV ? f : I;
|
|
13
|
+
return /* @__PURE__ */ o(
|
|
14
|
+
"button",
|
|
15
|
+
{
|
|
16
|
+
type: "button",
|
|
17
|
+
ref: s,
|
|
18
|
+
disabled: m,
|
|
19
|
+
...n,
|
|
20
|
+
"aria-label": l,
|
|
21
|
+
className: p(e.arrow, d[t], "hoverable", a),
|
|
22
|
+
children: /* @__PURE__ */ o(c, { paletteIndex: 7 })
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
x.displayName = "ImageGalleryExtendedArrow";
|
|
28
|
+
export {
|
|
29
|
+
x as ImageGalleryExtendedArrow
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=ImageGalleryExtendedArrow.js.map
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import h, { useContext as p } from "react";
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { ImageGalleryExtendedContext as y } from "../ImageGalleryExtendedContext.js";
|
|
5
|
+
const g = "dots__a01d7aa3", C = "dot__907fb141", b = "active__ae39e2f0", a = {
|
|
6
|
+
dots: g,
|
|
7
|
+
dot: C,
|
|
8
|
+
active: b
|
|
9
|
+
}, M = 4, I = h.forwardRef(
|
|
10
|
+
({ className: d, ...m }, f) => {
|
|
11
|
+
const { items: s, selectedIndex: u, onSelect: _ } = p(y), t = s.length;
|
|
12
|
+
if (t <= 1)
|
|
13
|
+
return null;
|
|
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(a.dots, d), children: Array.from({ length: e }, (A, o) => {
|
|
16
|
+
const r = o === v, c = o * n, x = s[c];
|
|
17
|
+
return /* @__PURE__ */ i(
|
|
18
|
+
"button",
|
|
19
|
+
{
|
|
20
|
+
type: "button",
|
|
21
|
+
"aria-current": r ? "true" : void 0,
|
|
22
|
+
"aria-label": x.alt,
|
|
23
|
+
className: l(a.dot, { [a.active]: r }),
|
|
24
|
+
onClick: () => _(c)
|
|
25
|
+
},
|
|
26
|
+
o
|
|
27
|
+
);
|
|
28
|
+
}) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
I.displayName = "ImageGalleryExtendedDots";
|
|
32
|
+
export {
|
|
33
|
+
I as ImageGalleryExtendedDots
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=ImageGalleryExtendedDots.js.map
|