@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
|
@@ -3,12 +3,12 @@ import e from "react";
|
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { EComponentSize as r } from "../../../enums/EComponentSize.js";
|
|
5
5
|
import { LoaderSmall as s } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
|
-
import { ELoaderSmallTheme as
|
|
6
|
+
import { ELoaderSmallTheme as l } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
|
-
const
|
|
9
|
-
listItemLoading:
|
|
8
|
+
const d = "listItemLoading__761a8913", n = {
|
|
9
|
+
listItemLoading: d
|
|
10
10
|
}, p = e.forwardRef(
|
|
11
|
-
({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: a(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(s, { theme:
|
|
11
|
+
({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: a(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(s, { theme: l.BRAND, size: r.MD }) })
|
|
12
12
|
);
|
|
13
13
|
p.displayName = "ListItemLoading";
|
|
14
14
|
export {
|
|
@@ -3,7 +3,7 @@ import k, { useContext as x, useEffect as r } from "react";
|
|
|
3
3
|
import { c as f } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { Checkbox as _ } from "../../Checkbox/Checkbox.js";
|
|
5
5
|
import { ListItemContext as L } from "./ListItemContext.js";
|
|
6
|
-
const C = "
|
|
6
|
+
const C = "listItemSelectable__340a541c", S = "selected__205753fb", W = "checkboxWrapper__7e68bfd1", u = "childrenWrapper__d4172f7a", I = "checkboxLabel__ae8af81d", N = "checkboxLabelClickArea__61308d6a", e = {
|
|
7
7
|
listItemSelectable: C,
|
|
8
8
|
selected: S,
|
|
9
9
|
checkboxWrapper: W,
|
|
@@ -12,14 +12,14 @@ const C = "listItemSelectable__80e44f93", S = "selected__1061921d", W = "checkbo
|
|
|
12
12
|
checkboxLabelClickArea: N
|
|
13
13
|
}, A = k.forwardRef(
|
|
14
14
|
({ selected: c, children: s, className: o, onSelect: b, disabled: i, ...n }, h) => {
|
|
15
|
-
const { setSelected:
|
|
15
|
+
const { setSelected: l, setSelectable: a } = x(L), p = (m) => {
|
|
16
16
|
b(m.target.checked);
|
|
17
17
|
};
|
|
18
18
|
return r(() => {
|
|
19
|
-
|
|
20
|
-
}, [c,
|
|
21
|
-
|
|
22
|
-
}), [
|
|
19
|
+
l(c);
|
|
20
|
+
}, [c, l]), r(() => (a(!0), () => {
|
|
21
|
+
a(!1);
|
|
22
|
+
}), [a]), /* @__PURE__ */ d(
|
|
23
23
|
"div",
|
|
24
24
|
{
|
|
25
25
|
className: f(e.listItemSelectable, { [e.selected]: c }, o),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as e, jsxs as b } from "react/jsx-runtime";
|
|
2
|
+
import d from "react";
|
|
3
3
|
import { SwipeableArea as I } from "../../SwipeableArea/SwipeableArea.js";
|
|
4
4
|
import { ListItem as _ } from "./ListItem.js";
|
|
5
5
|
import { ListItemContent as w } from "./ListItemContent.js";
|
|
@@ -7,14 +7,14 @@ import { ListItemControls as L } from "./ListItemControls.js";
|
|
|
7
7
|
import { ListItemSelectable as T } from "./ListItemSelectable.js";
|
|
8
8
|
import { ListItemTailRight as h } from "./ListItemTailRight.js";
|
|
9
9
|
import { c as A } from "../../../chunks/vendor-82AnkPpo.js";
|
|
10
|
-
const x = "
|
|
10
|
+
const x = "listItemTable__20339a1d", y = "swipeableArea__ef969494", C = "content__6c9585ba", t = {
|
|
11
11
|
listItemTable: x,
|
|
12
12
|
swipeableArea: y,
|
|
13
13
|
content: C
|
|
14
|
-
}, N =
|
|
14
|
+
}, N = d.forwardRef(
|
|
15
15
|
({ children: o, className: m, controlButtons: i, onClickItem: l, onSelect: r, selected: s, swipeableAreaRef: n, ...c }, p) => {
|
|
16
16
|
const f = typeof r < "u" && typeof s < "u", a = () => /* @__PURE__ */ e(w, { className: t.content, onClick: l, children: o });
|
|
17
|
-
return /* @__PURE__ */ e(_, { className: A(t.listItemTable, m), ...c, ref: p, children: /* @__PURE__ */
|
|
17
|
+
return /* @__PURE__ */ e(_, { className: A(t.listItemTable, m), ...c, ref: p, children: /* @__PURE__ */ b(
|
|
18
18
|
I,
|
|
19
19
|
{
|
|
20
20
|
className: t.swipeableArea,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-_zPCXCQZ.js";
|
|
5
5
|
const r = m.forwardRef(
|
|
6
6
|
({ className: a, ...e }, i) => /* @__PURE__ */ l(
|
|
7
7
|
"span",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-_zPCXCQZ.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
6
|
({ className: a, ...i }, l) => /* @__PURE__ */ m("span", { className: o(s.listItemTail, s.listItemTailRight, a), ref: l, ...i, children: [
|
|
7
7
|
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
@@ -4,29 +4,29 @@ import { q as I, s as u, c as R } from "../../../chunks/vendor-82AnkPpo.js";
|
|
|
4
4
|
import { ListItem as _ } from "./ListItem.js";
|
|
5
5
|
import { setForwardedRef as L } from "../utils.js";
|
|
6
6
|
import { ListSortableItemTarget as y } from "./ListSortableItemTarget.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "listSortableItem__4ad25952", x = "dragging__e6a5c187", a = {
|
|
8
8
|
listSortableItem: N,
|
|
9
9
|
dragging: x
|
|
10
10
|
}, T = Object.assign(
|
|
11
11
|
p.forwardRef(function({ children: t, className: i, style: n, disabled: e, ...r }, m) {
|
|
12
|
-
const { transform: g, transition: f, listeners: l, isDragging: o, setNodeRef:
|
|
12
|
+
const { transform: g, transition: f, listeners: l, isDragging: o, setNodeRef: c, setActivatorNodeRef: d } = I({
|
|
13
13
|
disabled: e,
|
|
14
14
|
id: r.id,
|
|
15
15
|
transition: {
|
|
16
16
|
duration: 300,
|
|
17
17
|
easing: "ease-out"
|
|
18
18
|
}
|
|
19
|
-
}), S = (
|
|
20
|
-
|
|
19
|
+
}), S = (s) => {
|
|
20
|
+
c(s), L(m, s);
|
|
21
21
|
};
|
|
22
22
|
return /* @__PURE__ */ b(
|
|
23
23
|
_,
|
|
24
24
|
{
|
|
25
|
-
className: R(
|
|
25
|
+
className: R(a.listSortableItem, { [a.dragging]: o }, i),
|
|
26
26
|
style: { transform: u.Translate.toString(g), transition: f, ...n },
|
|
27
27
|
...r,
|
|
28
28
|
ref: S,
|
|
29
|
-
children: typeof t == "function" ? t({ disabled: e, dragging: o, listeners: l, setActivatorNodeRef:
|
|
29
|
+
children: typeof t == "function" ? t({ disabled: e, dragging: o, listeners: l, setActivatorNodeRef: d }) : t
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
}),
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const a = "
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
const a = "listSortableItemControls__135ace47", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
|
-
}, i =
|
|
6
|
+
}, i = e.forwardRef(
|
|
7
7
|
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
10
|
+
className: l(m.listSortableItemControls, t),
|
|
11
11
|
"data-draggable": "false",
|
|
12
12
|
...o,
|
|
13
13
|
ref: r
|
|
@@ -2,10 +2,10 @@ import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { DragdotsStrokeSrvIcon24 as n } from "@sberbusiness/icons-next";
|
|
4
4
|
import { c as I } from "../../../chunks/vendor-82AnkPpo.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "listSortableItemTarget__18a3047d", S = "dragging__e6a5c187", b = "listSortableItemTargetContent__633a3781", d = "listSortableItemTargetIcon__1a215d66", t = {
|
|
6
6
|
listSortableItemTarget: c,
|
|
7
|
-
dragging:
|
|
8
|
-
listSortableItemTargetContent:
|
|
7
|
+
dragging: S,
|
|
8
|
+
listSortableItemTargetContent: b,
|
|
9
9
|
listSortableItemTargetIcon: d
|
|
10
10
|
}, T = m.forwardRef(
|
|
11
11
|
({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
package/components/List/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { AdvancedMouseSensor as m, AdvancedTouchSensor as s, ListSortable as i }
|
|
|
3
3
|
import { ListItem as p } from "./components/ListItem.js";
|
|
4
4
|
import { ListItemControls as x } from "./components/ListItemControls.js";
|
|
5
5
|
import { ListItemContent as n } from "./components/ListItemContent.js";
|
|
6
|
-
import { L as I } from "../../chunks/ListItemControlsButton-
|
|
6
|
+
import { L as I } from "../../chunks/ListItemControlsButton-GwTSx9t3.js";
|
|
7
7
|
import { ListItemControlsButtonDropdown as b } from "./components/ListItemControlsButtonDropdown.js";
|
|
8
8
|
import { ListEmptyState as C } from "./components/ListEmptyState.js";
|
|
9
9
|
import { ListItemLoading as c } from "./components/ListItemLoading.js";
|
|
@@ -9,7 +9,7 @@ import { ListMasterFooterControls as d } from "./components/ListMasterFooterCont
|
|
|
9
9
|
import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
|
|
10
10
|
const M = Object.assign(
|
|
11
11
|
s.forwardRef(function({ children: t, className: o, ...r }, e) {
|
|
12
|
-
return /* @__PURE__ */ i("div", { className: o, ...r, "data-tx": "1.
|
|
12
|
+
return /* @__PURE__ */ i("div", { className: o, ...r, "data-tx": "1.32.0", ref: e, children: t });
|
|
13
13
|
}),
|
|
14
14
|
{
|
|
15
15
|
Body: m,
|
|
@@ -2,13 +2,13 @@ import { jsx as p } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { ChipGroup as e } from "../../ChipGroup/ChipGroup.js";
|
|
4
4
|
import { c as a } from "../../../chunks/vendor-82AnkPpo.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "listMasterChipGroup__3c58e16c", c = {
|
|
6
6
|
listMasterChipGroup: m
|
|
7
|
-
},
|
|
8
|
-
({ children: r, className: t, ...s }, o) => /* @__PURE__ */ p(e, { className: a(
|
|
7
|
+
}, l = i.forwardRef(
|
|
8
|
+
({ children: r, className: t, ...s }, o) => /* @__PURE__ */ p(e, { className: a(c.listMasterChipGroup, t), oneLine: !0, ...s, ref: o, children: r })
|
|
9
9
|
);
|
|
10
|
-
|
|
10
|
+
l.displayName = "ListMasterChipGroup";
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
l as ListMasterChipGroup
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=ListMasterChipGroup.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as f } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s as t } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as t } from "../../../chunks/ListMasterFooter.module-OOs3HMYn.js";
|
|
5
5
|
const c = m.forwardRef(
|
|
6
6
|
({ children: r, className: s, sticky: o = !0, ...e }, a) => /* @__PURE__ */ i(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s as i } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as i } from "../../../chunks/ListMasterFooter.module-OOs3HMYn.js";
|
|
5
5
|
const l = a.forwardRef(
|
|
6
6
|
({ children: o, className: t, ...r }, s) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, t), ...r, ref: s, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s as m } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as m } from "../../../chunks/ListMasterFooter.module-OOs3HMYn.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: t, className: o, ...r }, s) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, o), ...r, ref: s, children: t })
|
|
7
7
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as u } from "react/jsx-runtime";
|
|
2
|
+
import d, { useRef as o, useEffect as m } from "react";
|
|
3
3
|
import { c as w } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listMasterHeader__ebb429ff", y = "sticky__fc407f97", c = {
|
|
5
5
|
listMasterHeader: p,
|
|
6
6
|
sticky: y
|
|
7
|
-
}, H =
|
|
7
|
+
}, H = d.forwardRef(
|
|
8
8
|
({ children: i, className: n, sticky: a = !0, ...l }, t) => {
|
|
9
9
|
const e = o(null), r = o(0);
|
|
10
10
|
m(() => {
|
|
@@ -13,10 +13,10 @@ const p = "listMasterHeader__8164d053", y = "sticky__3a04e858", c = {
|
|
|
13
13
|
window.scrollTo({ top: Math.max(window.scrollY - r.current, 0) });
|
|
14
14
|
};
|
|
15
15
|
}, []);
|
|
16
|
-
const
|
|
16
|
+
const f = (s) => {
|
|
17
17
|
e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
|
|
18
18
|
};
|
|
19
|
-
return /* @__PURE__ */
|
|
19
|
+
return /* @__PURE__ */ u(
|
|
20
20
|
"div",
|
|
21
21
|
{
|
|
22
22
|
className: w(
|
|
@@ -27,7 +27,7 @@ const p = "listMasterHeader__8164d053", y = "sticky__3a04e858", c = {
|
|
|
27
27
|
n
|
|
28
28
|
),
|
|
29
29
|
...l,
|
|
30
|
-
ref:
|
|
30
|
+
ref: f,
|
|
31
31
|
children: i
|
|
32
32
|
}
|
|
33
33
|
);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "selectionControls__b33e7fec", i = {
|
|
5
5
|
selectionControls: c
|
|
6
6
|
}, a = n.forwardRef(
|
|
7
|
-
({ children: o, className: t, ...
|
|
7
|
+
({ children: o, className: t, ...e }, s) => /* @__PURE__ */ l(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
10
|
className: r(i.selectionControls, t),
|
|
11
|
-
...
|
|
12
|
-
"data-tx": "1.
|
|
13
|
-
ref:
|
|
11
|
+
...e,
|
|
12
|
+
"data-tx": "1.32.0",
|
|
13
|
+
ref: s,
|
|
14
14
|
children: o
|
|
15
15
|
}
|
|
16
16
|
)
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
-
const a = "
|
|
3
|
+
const a = "loaderMiddle__59efa5a4", e = "loaderMiddleDots__2d56d2ab", l = "dot__f2b9afb3", i = "dot1__8d01d136", n = "dot2__9298fd3c", c = "dot3__71ffdabb", r = "dot4__f78f1b3e", _ = "line__10720554", d = {
|
|
4
4
|
loaderMiddle: a,
|
|
5
5
|
loaderMiddleDots: e,
|
|
6
6
|
dot: l,
|
|
7
|
-
dot1:
|
|
8
|
-
dot2:
|
|
9
|
-
dot3:
|
|
7
|
+
dot1: i,
|
|
8
|
+
dot2: n,
|
|
9
|
+
dot3: c,
|
|
10
10
|
dot4: r,
|
|
11
11
|
line: _
|
|
12
12
|
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */ s("div", { className: d.loaderMiddleDots, children: [
|
|
@@ -2,24 +2,24 @@ import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as o } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
3
|
import { ELoaderSmallTheme as s } from "./enum.js";
|
|
4
4
|
import { createSizeToClassNameMap as n } from "../../../utils/classNameMaps.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "loaderSmall__591ceb2d", _ = "sm__c78cbc12", b = "dot__f2b9afb3", p = "md__b89a40bd", f = "lg__f7b63da0", i = "neutral__6e064254", N = "brand__fe6143a0", S = "dot1__8d01d136", u = "dot2__9298fd3c", T = "dot3__71ffdabb", a = {
|
|
6
6
|
loaderSmall: c,
|
|
7
7
|
sm: _,
|
|
8
|
-
dot:
|
|
9
|
-
md:
|
|
10
|
-
lg:
|
|
11
|
-
neutral:
|
|
12
|
-
brand:
|
|
8
|
+
dot: b,
|
|
9
|
+
md: p,
|
|
10
|
+
lg: f,
|
|
11
|
+
neutral: i,
|
|
12
|
+
brand: N,
|
|
13
13
|
dot1: S,
|
|
14
14
|
dot2: u,
|
|
15
15
|
dot3: T
|
|
16
16
|
}, g = {
|
|
17
17
|
[s.BRAND]: a.brand,
|
|
18
18
|
[s.NEUTRAL]: a.neutral
|
|
19
|
-
}, x = n(a), L = ({ className:
|
|
19
|
+
}, x = n(a), L = ({ className: d, theme: l, size: e, ...m }) => /* @__PURE__ */ r(
|
|
20
20
|
"span",
|
|
21
21
|
{
|
|
22
|
-
className: o(a.loaderSmall, g[
|
|
22
|
+
className: o(a.loaderSmall, g[l], x[e], d),
|
|
23
23
|
role: "status",
|
|
24
24
|
"aria-label": "loading",
|
|
25
25
|
...m,
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { LoaderSmall as s } from "../Loader/LoaderSmall/LoaderSmall.js";
|
|
3
3
|
import { ELoaderSmallTheme as i } from "../Loader/LoaderSmall/enum.js";
|
|
4
4
|
import { LoaderMiddle as n } from "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
5
5
|
import { c as p } from "../../chunks/vendor-82AnkPpo.js";
|
|
6
6
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
7
|
-
const S = "
|
|
7
|
+
const S = "loaderScreen__0c580069", B = "loaderSmallBackdrop__5836defa", k = "loaderMiddleBackdrop__7a3f3d90", e = {
|
|
8
8
|
loaderScreen: S,
|
|
9
|
-
loaderSmallBackdrop:
|
|
10
|
-
loaderMiddleBackdrop:
|
|
11
|
-
},
|
|
12
|
-
className:
|
|
9
|
+
loaderSmallBackdrop: B,
|
|
10
|
+
loaderMiddleBackdrop: k
|
|
11
|
+
}, f = ({
|
|
12
|
+
className: o,
|
|
13
13
|
size: a = t.MD,
|
|
14
|
-
type:
|
|
14
|
+
type: d,
|
|
15
15
|
theme: l = i.BRAND,
|
|
16
16
|
...c
|
|
17
17
|
}) => {
|
|
18
|
-
const m = p(
|
|
19
|
-
[
|
|
20
|
-
[
|
|
18
|
+
const m = p(o, e.loaderScreen, {
|
|
19
|
+
[e.loaderSmallBackdrop]: d === "small",
|
|
20
|
+
[e.loaderMiddleBackdrop]: d === "middle"
|
|
21
21
|
});
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ r("div", { className: m, ...c, children: d === "small" ? /* @__PURE__ */ r(s, { size: a, theme: l }) : /* @__PURE__ */ r("div", { className: e.loaderMiddleBackground, children: /* @__PURE__ */ r(n, {}) }) });
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
f.displayName = "LoaderScreen";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
f as LoaderScreen
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=LoaderScreen.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../chunks/vendor-82AnkPpo.js";
|
|
3
|
-
import { a as t, s as e } from "../../chunks/utils-
|
|
3
|
+
import { a as t, s as e } from "../../chunks/utils-C0vdTK6h.js";
|
|
4
4
|
import { Badge as p } from "../Badge/Badge.js";
|
|
5
5
|
import "./enums.js";
|
|
6
6
|
const i = ({ className: a, status: r, ...s }) => /* @__PURE__ */ m(p.Dot, { className: o(t.marker, e[r], a), ...s });
|
|
@@ -1,41 +1,37 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import S from "react";
|
|
3
|
+
import { Marker as _ } from "../Marker/Marker.js";
|
|
3
4
|
import { c as k } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
-
import { s as
|
|
5
|
-
import { ETextSize as n, EFontType as i, ECaptionSize as
|
|
6
|
-
import { Caption as
|
|
5
|
+
import { s as M } from "../../chunks/utils-C0vdTK6h.js";
|
|
6
|
+
import { ETextSize as n, EFontType as i, ECaptionSize as N } from "../Typography/enums.js";
|
|
7
|
+
import { Caption as u } from "../Typography/Caption.js";
|
|
7
8
|
import "../Typography/CodeText.js";
|
|
8
9
|
import { Text as c } from "../Typography/Text.js";
|
|
9
10
|
import "../Typography/Title.js";
|
|
10
11
|
import { EComponentSize as a } from "../../enums/EComponentSize.js";
|
|
11
|
-
import { createSizeToClassNameMap as
|
|
12
|
-
const
|
|
13
|
-
markerStatus:
|
|
14
|
-
contentContainer:
|
|
15
|
-
md:
|
|
16
|
-
markerContainer:
|
|
17
|
-
lg:
|
|
18
|
-
},
|
|
12
|
+
import { createSizeToClassNameMap as x } from "../../utils/classNameMaps.js";
|
|
13
|
+
const T = "markerStatus__cee6cd14", z = "contentContainer__184639ee", E = "md__5848c69a", h = "markerContainer__43e9176d", D = "lg__7f57189c", e = {
|
|
14
|
+
markerStatus: T,
|
|
15
|
+
contentContainer: z,
|
|
16
|
+
md: E,
|
|
17
|
+
markerContainer: h,
|
|
18
|
+
lg: D
|
|
19
|
+
}, y = {
|
|
19
20
|
[a.MD]: n.B4,
|
|
20
21
|
[a.LG]: n.B3
|
|
21
|
-
},
|
|
22
|
-
children: p,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
/* @__PURE__ */ t(c, { size: h[e], children: p }),
|
|
34
|
-
o && (e === a.MD ? /* @__PURE__ */ t(M, { size: _.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
35
|
-
] })
|
|
36
|
-
] });
|
|
37
|
-
};
|
|
22
|
+
}, R = x(e), q = S.forwardRef(
|
|
23
|
+
({ children: p, className: l, description: o, status: m, size: r = a.MD, ...C }, d) => {
|
|
24
|
+
const f = k(e.markerStatus, R[r], M[m], l);
|
|
25
|
+
return /* @__PURE__ */ s("div", { className: f, "data-tx": "1.32.0", ...C, ref: d, children: [
|
|
26
|
+
/* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(_, { status: m, size: r }) }),
|
|
27
|
+
/* @__PURE__ */ s("div", { className: e.contentContainer, children: [
|
|
28
|
+
/* @__PURE__ */ t(c, { size: y[r], children: p }),
|
|
29
|
+
o && (r === a.MD ? /* @__PURE__ */ t(u, { size: N.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
30
|
+
] })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
38
34
|
export {
|
|
39
|
-
|
|
35
|
+
q as MarkerStatus
|
|
40
36
|
};
|
|
41
37
|
//# sourceMappingURL=MarkerStatus.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsxs as l, Fragment as S, jsx as
|
|
1
|
+
import { jsxs as l, Fragment as S, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import g, { useState as z, useEffect as L } from "react";
|
|
3
3
|
import { Portal as R } from "../Portal/Portal.js";
|
|
4
|
-
import { c as
|
|
4
|
+
import { c as p, C as $, g as k } from "../../chunks/vendor-82AnkPpo.js";
|
|
5
5
|
import { ModalWindowViewManager as B } from "./components/ModalWindowViewManager.js";
|
|
6
6
|
import { useToken as j } from "../ThemeProvider/useToken.js";
|
|
7
|
-
import { s as
|
|
7
|
+
import { s as n } from "../../chunks/ModalWindow.module-BkI79oza.js";
|
|
8
8
|
import { EComponentSize as F } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as P } from "../../utils/classNameMaps.js";
|
|
10
|
-
const c = "ufs-modal-window", _ = 300, i = ["modal-open", "no-hash-overflow-hidden"], q = P(
|
|
10
|
+
const c = "ufs-modal-window", _ = 300, i = ["modal-open", "no-hash-overflow-hidden"], q = P(n), A = () => {
|
|
11
11
|
let t = document.querySelector(`#${c}-wrapper`);
|
|
12
12
|
t || (t = document.createElement("div"), t.setAttribute("id", `${c}-wrapper`), document.body.appendChild(t));
|
|
13
13
|
const e = document.createElement("div");
|
|
14
14
|
return e.className = `${c}-portal-node`, t.appendChild(e), e;
|
|
15
15
|
}, D = g.forwardRef((t, e) => {
|
|
16
16
|
const {
|
|
17
|
-
isOpen:
|
|
17
|
+
isOpen: u,
|
|
18
18
|
children: f,
|
|
19
19
|
containerClassName: N,
|
|
20
20
|
focusTrapProps: s,
|
|
@@ -24,27 +24,27 @@ const c = "ufs-modal-window", _ = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
24
24
|
className: h,
|
|
25
25
|
topPosition: y = 100,
|
|
26
26
|
...v
|
|
27
|
-
} = t, M = { "--modal-window-top": `${y}px` }, [r] = z(A), { scopeClassName: W } = j(),
|
|
27
|
+
} = t, M = { "--modal-window-top": `${y}px` }, [r] = z(A), { scopeClassName: W } = j(), m = () => {
|
|
28
28
|
const o = document.body.classList;
|
|
29
29
|
o.contains(i[0]) && o.remove(...i);
|
|
30
30
|
}, x = () => {
|
|
31
31
|
const o = document.body.classList;
|
|
32
32
|
o.contains(i[0]) || o.add(...i);
|
|
33
33
|
}, E = () => {
|
|
34
|
-
|
|
34
|
+
m(), d == null || d();
|
|
35
35
|
}, O = (o) => {
|
|
36
36
|
typeof e == "function" ? e(o) : e && (e.current = o);
|
|
37
37
|
};
|
|
38
38
|
L(() => () => {
|
|
39
39
|
var o;
|
|
40
|
-
(o = r.parentNode) == null || o.removeChild(r),
|
|
40
|
+
(o = r.parentNode) == null || o.removeChild(r), m();
|
|
41
41
|
}, [r]);
|
|
42
|
-
const T =
|
|
42
|
+
const T = p(W, n.modalWindowContainer, N), b = p(n.modalWindow, q[C], h);
|
|
43
43
|
return /* @__PURE__ */ l(S, { children: [
|
|
44
|
-
/* @__PURE__ */
|
|
44
|
+
/* @__PURE__ */ a(R, { container: r, children: /* @__PURE__ */ a(
|
|
45
45
|
$,
|
|
46
46
|
{
|
|
47
|
-
in:
|
|
47
|
+
in: u,
|
|
48
48
|
timeout: _,
|
|
49
49
|
classNames: "global-modalWindowTransition",
|
|
50
50
|
appear: !0,
|
|
@@ -54,10 +54,10 @@ const c = "ufs-modal-window", _ = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
54
54
|
onExited: E,
|
|
55
55
|
mountOnEnter: !0,
|
|
56
56
|
unmountOnExit: !0,
|
|
57
|
-
children: /* @__PURE__ */
|
|
57
|
+
children: /* @__PURE__ */ a(
|
|
58
58
|
k.FocusTrap,
|
|
59
59
|
{
|
|
60
|
-
active:
|
|
60
|
+
active: !1,
|
|
61
61
|
...s,
|
|
62
62
|
focusTrapOptions: {
|
|
63
63
|
allowOutsideClick: !0,
|
|
@@ -65,8 +65,8 @@ const c = "ufs-modal-window", _ = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
65
65
|
...s == null ? void 0 : s.focusTrapOptions
|
|
66
66
|
},
|
|
67
67
|
children: /* @__PURE__ */ l("div", { className: T, style: M, children: [
|
|
68
|
-
/* @__PURE__ */
|
|
69
|
-
/* @__PURE__ */
|
|
68
|
+
/* @__PURE__ */ a("div", { className: n.modalWindowBackdrop }),
|
|
69
|
+
/* @__PURE__ */ a(
|
|
70
70
|
"div",
|
|
71
71
|
{
|
|
72
72
|
role: "dialog",
|
|
@@ -74,7 +74,7 @@ const c = "ufs-modal-window", _ = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
74
74
|
...v,
|
|
75
75
|
ref: O,
|
|
76
76
|
className: b,
|
|
77
|
-
children: /* @__PURE__ */ l("div", { className:
|
|
77
|
+
children: /* @__PURE__ */ l("div", { className: n.modalWindowContentWrapper, children: [
|
|
78
78
|
f,
|
|
79
79
|
w
|
|
80
80
|
] })
|
|
@@ -85,7 +85,7 @@ const c = "ufs-modal-window", _ = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
85
85
|
)
|
|
86
86
|
}
|
|
87
87
|
) }),
|
|
88
|
-
/* @__PURE__ */
|
|
88
|
+
/* @__PURE__ */ a(B, {})
|
|
89
89
|
] });
|
|
90
90
|
});
|
|
91
91
|
D.displayName = "ModalWindow";
|
|
@@ -3,9 +3,9 @@ import { c as s } from "../../../chunks/vendor-82AnkPpo.js";
|
|
|
3
3
|
import { Island as a } from "../../Island/Island.js";
|
|
4
4
|
import { EComponentSize as n } from "../../../enums/EComponentSize.js";
|
|
5
5
|
import { EIslandType as l } from "../../Island/enums.js";
|
|
6
|
-
const t = "
|
|
6
|
+
const t = "modalWindowBody__d2f52c9d", r = {
|
|
7
7
|
modalWindowBody: t
|
|
8
|
-
},
|
|
8
|
+
}, p = ({ children: o, className: d, ...m }) => /* @__PURE__ */ i(
|
|
9
9
|
a,
|
|
10
10
|
{
|
|
11
11
|
className: s(r.modalWindowBody, d),
|
|
@@ -15,8 +15,8 @@ const t = "modalWindowBody__6262e733", r = {
|
|
|
15
15
|
children: o
|
|
16
16
|
}
|
|
17
17
|
);
|
|
18
|
-
|
|
18
|
+
p.displayName = "ModalWindowBody";
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
p as ModalWindowBody
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=ModalWindowBody.js.map
|