@sberbusiness/triplex-next 0.33.0 → 0.34.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-BXa1yThy.js +41 -0
- package/chunks/{CalendarViewItem-jaPGc7g9.js → CalendarViewItem-CcneNgUN.js} +16 -16
- package/chunks/Card.module-B95wvDgf.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DieUohY2.js +15 -0
- package/chunks/Chip-CwUtKklT.js +85 -0
- package/chunks/Confirm.module-DAri1spU.js +15 -0
- package/chunks/{DropdownListItem-9uM7fY6X.js → DropdownListItem-Cspd56Yl.js} +16 -16
- package/chunks/DropdownMobile.module-DrD6ibvE.js +23 -0
- package/chunks/Footer.module-DcYb0T1i.js +9 -0
- package/chunks/{FormFieldInput-CLHhO8Kh.js → FormFieldInput-D3Ncfs2O.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-C3C0sKOR.js +9 -0
- package/chunks/HeaderTabs.module-BkwLC92-.js +9 -0
- package/chunks/{HeaderTitle.module-D4SZQJKQ.js → HeaderTitle.module-CgvvJQ0i.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DsxpDSCZ.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-DVMRe0a9.js → ImageGalleryExtendedThumb-Dwh72nwh.js} +2 -2
- package/chunks/IslandAccordion.module-DaY9vVJp.js +25 -0
- package/chunks/IslandWidgetFooter.module-CEfWuouj.js +9 -0
- package/chunks/IslandWidgetHeader.module-CxuzaM--.js +13 -0
- package/chunks/{LightBoxContent-CJPhUyR3.js → LightBoxContent-CJtTSiys.js} +5 -5
- package/chunks/LightBoxControls.module-DWLPCWBc.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-oYZl6d26.js +9 -0
- package/chunks/{ListItemControlsButton-BsJp3m-o.js → ListItemControlsButton-BwKD73pC.js} +11 -11
- package/chunks/ListItemTail.module-Bj8zic0V.js +12 -0
- package/chunks/ListMasterFooter.module-BFDBK4_z.js +10 -0
- package/chunks/ModalWindow.module-CpZnXDzI.js +17 -0
- package/chunks/Notification.module-CgMv6vKH.js +20 -0
- package/chunks/Overlay.module-CW1lqxQV.js +18 -0
- package/chunks/Page.module-B9JECpGI.js +11 -0
- package/chunks/SMSField.module-VqYW2mTS.js +16 -0
- package/chunks/SliderExtendedMarks.module-DadrWVGM.js +15 -0
- package/chunks/{SliderExtendedRail-SYhKGslJ.js → SliderExtendedRail-BDQN7rWF.js} +5 -5
- package/chunks/StatusTracker.module-DWmAmjm2.js +24 -0
- package/chunks/{StepperStepArrowBorder-B59UgJt-.js → StepperStepArrowBorder-BMResef_.js} +12 -12
- package/chunks/{SuggestFieldMobileDropdownHint-GTMw7Nng.js → SuggestFieldMobileDropdownHint-9Q2UeJdi.js} +2 -2
- package/chunks/TableFooter.module-Dftom-s2.js +14 -0
- package/chunks/TabsExtended.module-DR0KZ8sI.js +16 -0
- package/chunks/TabsLine.module-D8wvke8p.js +21 -0
- package/chunks/TooltipDesktop.module-Chw47OdI.js +19 -0
- package/chunks/TreeView.module-DlD_4rrF.js +9 -0
- package/chunks/{UploadZoneInput-NoKos3kX.js → UploadZoneInput-DyTdTOhb.js} +4 -4
- package/chunks/{constants-DXTFMfA_.js → constants-CEkl1AbB.js} +16 -16
- package/chunks/{utils-C2i3hSWR.js → utils-B1xQI_Pq.js} +6 -6
- package/chunks/utils-B8AZrFu8.js +28 -0
- package/chunks/utils-BHumxyiH.js +73 -0
- package/chunks/utils-C0t0OqOb.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +13 -13
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +4 -4
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +21 -21
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +1 -1
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +15 -15
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +12 -12
- 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 +16 -16
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +10 -10
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +19 -19
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +140 -140
- package/components/CollapsibleTree/CollapsibleTree.js +7 -7
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +1 -1
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +10 -10
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +9 -9
- package/components/DateRange/DateRange.js +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- 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 +1 -1
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/EmptyView/EmptyView.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- 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 +14 -14
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +14 -14
- package/components/FormField/components/FormFieldTextarea.js +22 -22
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +13 -13
- 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 +4 -4
- 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 +7 -7
- package/components/IconWrapper/IconWrapper.js +9 -9
- package/components/ImageGallery/ImageGallery.js +1 -1
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +6 -6
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +8 -8
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +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 +19 -19
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- 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 +6 -6
- package/components/LightBox/LightBox.js +22 -22
- 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 +24 -24
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
- package/components/Link/Link.js +15 -15
- package/components/List/List.js +10 -9
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +6 -14
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +8 -8
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- 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 +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +18 -18
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +35 -36
- package/components/Notification/NotificationGrouped.js +14 -9
- package/components/Notification/components/NotificationBody.js +20 -16
- 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 +5 -5
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +54 -54
- package/components/Overlay/OverlayBase.js +26 -22
- 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 +15 -15
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +18 -18
- 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 +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +16 -16
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- 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 +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +7 -7
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- 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 +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +8 -8
- package/components/Stepper/Stepper.js +27 -27
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
- 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 +21 -21
- package/components/Table/ChipPanel.js +9 -9
- package/components/Table/ChipPanelLinks.js +4 -4
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +16 -16
- 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 +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +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/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- 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 +37 -37
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +28 -28
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +5 -5
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +6 -6
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
- package/components/TopOverlay/TopOverlay.js +20 -20
- 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 +29 -29
- package/components/Typography/CodeText.js +8 -8
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- 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 +7 -7
- package/index.d.ts +71 -116
- package/index.js +7 -7
- package/package.json +1 -1
- package/styles/triplex-next.css +557 -557
- package/chunks/AlertProcessSpoiler-D5Z3QhxI.js +0 -41
- package/chunks/Card.module-BT82F3Ky.js +0 -18
- package/chunks/CheckboxTreeExtended.module-dWJEHy4I.js +0 -15
- package/chunks/Chip-DEoNciDr.js +0 -85
- package/chunks/Confirm.module-Bek5Y_d5.js +0 -15
- package/chunks/DropdownMobile.module-Dn9sFUCq.js +0 -23
- package/chunks/Footer.module-cwVzdGju.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-By0WroW0.js +0 -9
- package/chunks/HeaderTabs.module-nNfmab3J.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-BV4sYkkw.js +0 -17
- package/chunks/IslandAccordion.module-DZaeBDfB.js +0 -25
- package/chunks/IslandWidgetFooter.module-gs1vcAcR.js +0 -9
- package/chunks/IslandWidgetHeader.module-DCfKgbBN.js +0 -13
- package/chunks/LightBoxControls.module-Dw9yTb8h.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-PasYNDqH.js +0 -9
- package/chunks/ListItemTail.module-C_0Ilv6P.js +0 -12
- package/chunks/ListMasterFooter.module-BtdNBL90.js +0 -10
- package/chunks/ModalWindow.module-BL1rtFYz.js +0 -17
- package/chunks/Notification.module-DGitAi0W.js +0 -20
- package/chunks/Overlay.module-C4CvBteS.js +0 -18
- package/chunks/Page.module-C0z8yMeg.js +0 -11
- package/chunks/SMSField.module-BcNuX5lS.js +0 -16
- package/chunks/SliderExtendedMarks.module-C_x_7ws7.js +0 -15
- package/chunks/StatusTracker.module-DkbOCTwb.js +0 -24
- package/chunks/TableFooter.module-CGgvFs4s.js +0 -14
- package/chunks/TabsExtended.module-D6URUq4g.js +0 -16
- package/chunks/TabsLine.module-DZEuIiZO.js +0 -21
- package/chunks/TooltipDesktop.module-DK_Fl-Dq.js +0 -19
- package/chunks/TreeView.module-Bq5-RYgn.js +0 -9
- package/chunks/utils-D55sjebM.js +0 -73
- package/chunks/utils-DDzMRlrV.js +0 -28
- package/chunks/utils-DVaJTyM2.js +0 -24
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import i from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { EComponentSize as
|
|
5
|
-
import { LoaderSmall as
|
|
4
|
+
import { EComponentSize as a } from "../../../enums/EComponentSize.js";
|
|
5
|
+
import { LoaderSmall as s } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
6
|
import { ELoaderSmallTheme as l } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
|
-
const d = "
|
|
8
|
+
const d = "listItemLoading__5ee99a11", n = {
|
|
9
9
|
listItemLoading: d
|
|
10
|
-
},
|
|
11
|
-
({ className: t, ...m },
|
|
10
|
+
}, p = i.forwardRef(
|
|
11
|
+
({ className: t, ...m }, e) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: e, children: /* @__PURE__ */ o(s, { theme: l.BRAND, size: a.MD }) })
|
|
12
12
|
);
|
|
13
|
-
|
|
13
|
+
p.displayName = "ListItemLoading";
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
p as ListItemLoading
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=ListItemLoading.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as d, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import k, { useContext as x, useEffect as r } from "react";
|
|
3
3
|
import { c as f } from "../../../chunks/vendor-z35N2Tap.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__41085710", S = "selected__1abf7ef5", W = "checkboxWrapper__df46072e", I = "childrenWrapper__725a05aa", u = "checkboxLabel__ae5e4183", N = "checkboxLabelClickArea__dc913585", e = {
|
|
7
7
|
listItemSelectable: C,
|
|
8
8
|
selected: S,
|
|
9
9
|
checkboxWrapper: W,
|
|
@@ -12,29 +12,29 @@ const C = "listItemSelectable__06cc8de7", S = "selected__9bd905a3", 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: l, setSelectable:
|
|
16
|
-
b(
|
|
15
|
+
const { setSelected: l, setSelectable: a } = x(L), p = (m) => {
|
|
16
|
+
b(m.target.checked);
|
|
17
17
|
};
|
|
18
18
|
return r(() => {
|
|
19
19
|
l(c);
|
|
20
|
-
}, [c, l]), r(() => (
|
|
21
|
-
|
|
22
|
-
}), [
|
|
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),
|
|
26
26
|
...n,
|
|
27
27
|
ref: h,
|
|
28
28
|
children: [
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
/* @__PURE__ */
|
|
29
|
+
/* @__PURE__ */ t("div", { className: e.childrenWrapper, children: s }),
|
|
30
|
+
/* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
|
|
31
31
|
_,
|
|
32
32
|
{
|
|
33
33
|
checked: c,
|
|
34
34
|
onChange: p,
|
|
35
35
|
labelAttributes: { className: e.checkboxLabel },
|
|
36
36
|
disabled: i,
|
|
37
|
-
children: /* @__PURE__ */
|
|
37
|
+
children: /* @__PURE__ */ t("span", { className: e.checkboxLabelClickArea })
|
|
38
38
|
}
|
|
39
39
|
) })
|
|
40
40
|
]
|
|
@@ -7,7 +7,7 @@ import { ListItemControls as T } from "./ListItemControls.js";
|
|
|
7
7
|
import { ListItemSelectable as h } from "./ListItemSelectable.js";
|
|
8
8
|
import { ListItemTailRight as A } from "./ListItemTailRight.js";
|
|
9
9
|
import { c as _ } from "../../../chunks/vendor-z35N2Tap.js";
|
|
10
|
-
const x = "
|
|
10
|
+
const x = "listItemTable__fbd4495a", y = "swipeableArea__66eeb73e", C = "content__4c8352e3", t = {
|
|
11
11
|
listItemTable: x,
|
|
12
12
|
swipeableArea: y,
|
|
13
13
|
content: C
|
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-Bj8zic0V.js";
|
|
5
5
|
const r = l.forwardRef(
|
|
6
|
-
({ className: a, ...e }, i) => /* @__PURE__ */ m(
|
|
7
|
-
"span",
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
...e,
|
|
12
|
-
children: [
|
|
13
|
-
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
14
|
-
/* @__PURE__ */ t("span", { className: s.listItemTailTop }),
|
|
15
|
-
/* @__PURE__ */ t("span", { className: s.listItemTailBottom })
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
)
|
|
6
|
+
({ className: a, ...e }, i) => /* @__PURE__ */ m("span", { className: o(s.listItemTail, s.listItemTailLeft, a), ref: i, ...e, children: [
|
|
7
|
+
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
8
|
+
/* @__PURE__ */ t("span", { className: s.listItemTailTop }),
|
|
9
|
+
/* @__PURE__ */ t("span", { className: s.listItemTailBottom })
|
|
10
|
+
] })
|
|
19
11
|
);
|
|
20
12
|
r.displayName = "ListItemTailLeft";
|
|
21
13
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-Bj8zic0V.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
6
|
({ className: a, ...i }, m) => /* @__PURE__ */ l("span", { className: o(s.listItemTail, s.listItemTailRight, a), ref: m, ...i, children: [
|
|
7
7
|
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
@@ -4,7 +4,7 @@ import { o as I, q as u, c as R } from "../../../chunks/vendor-z35N2Tap.js";
|
|
|
4
4
|
import { ListItem as L } from "./ListItem.js";
|
|
5
5
|
import { setForwardedRef as y } from "../utils.js";
|
|
6
6
|
import { ListSortableItemTarget as N } from "./ListSortableItemTarget.js";
|
|
7
|
-
const _ = "
|
|
7
|
+
const _ = "listSortableItem__d57f6b05", x = "dragging__7e9cecd9", a = {
|
|
8
8
|
listSortableItem: _,
|
|
9
9
|
dragging: x
|
|
10
10
|
}, T = Object.assign(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as e } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const a = "
|
|
4
|
+
const a = "listSortableItemControls__050fb96f", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
6
|
}, i = l.forwardRef(
|
|
7
7
|
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
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
|
-
import { c
|
|
5
|
-
const
|
|
6
|
-
listSortableItemTarget:
|
|
7
|
-
dragging:
|
|
8
|
-
listSortableItemTargetContent:
|
|
4
|
+
import { c } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
|
+
const I = "listSortableItemTarget__7a38d656", S = "dragging__7e9cecd9", b = "listSortableItemTargetContent__022f52c8", d = "listSortableItemTargetIcon__5f3e00d9", t = {
|
|
6
|
+
listSortableItemTarget: I,
|
|
7
|
+
dragging: S,
|
|
8
|
+
listSortableItemTargetContent: b,
|
|
9
9
|
listSortableItemTargetIcon: d
|
|
10
10
|
}, T = m.forwardRef(
|
|
11
|
-
({ children:
|
|
11
|
+
({ children: r, className: a, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: c(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", a),
|
|
15
15
|
...s,
|
|
16
16
|
ref: g,
|
|
17
17
|
children: [
|
|
18
|
-
/* @__PURE__ */ e("div", { className: t.listSortableItemTargetContent, children:
|
|
18
|
+
/* @__PURE__ */ e("div", { className: t.listSortableItemTargetContent, children: r }),
|
|
19
19
|
!o && /* @__PURE__ */ e(n, { paletteIndex: 5, className: t.listSortableItemTargetIcon })
|
|
20
20
|
]
|
|
21
21
|
}
|
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-BwKD73pC.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 L } from "./components/ListMasterFooterCont
|
|
|
9
9
|
import { ListMasterFooterDescription as M } from "./components/ListMasterFooterDescription.js";
|
|
10
10
|
const d = Object.assign(
|
|
11
11
|
s.forwardRef(function({ children: o, className: r, ...t }, e) {
|
|
12
|
-
return /* @__PURE__ */ i("div", { className: r, ...t, "data-tx": "0.
|
|
12
|
+
return /* @__PURE__ */ i("div", { className: r, ...t, "data-tx": "0.34.0", ref: e, children: o });
|
|
13
13
|
}),
|
|
14
14
|
{
|
|
15
15
|
Body: a,
|
|
@@ -2,7 +2,7 @@ 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-z35N2Tap.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "listMasterChipGroup__bfea7311", l = {
|
|
6
6
|
listMasterChipGroup: m
|
|
7
7
|
}, u = i.forwardRef(
|
|
8
8
|
({ children: r, className: s, ...t }, o) => /* @__PURE__ */ p(e, { className: a(l.listMasterChipGroup, s), oneLine: !0, ...t, ref: o, children: r })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as t } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as t } from "../../../chunks/ListMasterFooter.module-BFDBK4_z.js";
|
|
5
5
|
const f = 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-z35N2Tap.js";
|
|
4
|
-
import { s as i } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as i } from "../../../chunks/ListMasterFooter.module-BFDBK4_z.js";
|
|
5
5
|
const l = a.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, r), ...s, ref: t, 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-z35N2Tap.js";
|
|
4
|
-
import { s as m } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as m } from "../../../chunks/ListMasterFooter.module-BFDBK4_z.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import d, { useRef as o, useEffect as m } from "react";
|
|
3
3
|
import { c as w } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listMasterHeader__70825b86", y = "sticky__3c14fa7a", 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(() => {
|
|
@@ -16,7 +16,7 @@ const p = "listMasterHeader__5265ee11", y = "sticky__60827b5b", c = {
|
|
|
16
16
|
const u = (s) => {
|
|
17
17
|
e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
|
|
18
18
|
};
|
|
19
|
-
return /* @__PURE__ */
|
|
19
|
+
return /* @__PURE__ */ f(
|
|
20
20
|
"div",
|
|
21
21
|
{
|
|
22
22
|
className: w(
|
|
@@ -1,7 +1,7 @@
|
|
|
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-z35N2Tap.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "selectionControls__b5931077", i = {
|
|
5
5
|
selectionControls: c
|
|
6
6
|
}, a = n.forwardRef(
|
|
7
7
|
({ children: o, className: t, ...s }, e) => /* @__PURE__ */ l(
|
|
@@ -9,7 +9,7 @@ const c = "selectionControls__f3701088", i = {
|
|
|
9
9
|
{
|
|
10
10
|
className: r(i.selectionControls, t),
|
|
11
11
|
...s,
|
|
12
|
-
"data-tx": "0.
|
|
12
|
+
"data-tx": "0.34.0",
|
|
13
13
|
ref: e,
|
|
14
14
|
children: o
|
|
15
15
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
loaderMiddle:
|
|
5
|
-
loaderMiddleDots:
|
|
1
|
+
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
const a = "loaderMiddle__ada7a218", e = "loaderMiddleDots__2b72af22", l = "dot__c465de78", c = "dot1__dc673792", i = "dot2__57032cc1", n = "dot3__0b01a0e5", r = "dot4__715855d5", _ = "line__08282bc6", d = {
|
|
4
|
+
loaderMiddle: a,
|
|
5
|
+
loaderMiddleDots: e,
|
|
6
6
|
dot: l,
|
|
7
7
|
dot1: c,
|
|
8
8
|
dot2: i,
|
|
9
9
|
dot3: n,
|
|
10
10
|
dot4: r,
|
|
11
11
|
line: _
|
|
12
|
-
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */
|
|
12
|
+
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */ s("div", { className: d.loaderMiddleDots, children: [
|
|
13
13
|
/* @__PURE__ */ o("span", { className: d.line }),
|
|
14
|
-
/* @__PURE__ */ o("span", { className:
|
|
15
|
-
/* @__PURE__ */ o("span", { className:
|
|
16
|
-
/* @__PURE__ */ o("span", { className:
|
|
17
|
-
/* @__PURE__ */ o("span", { className:
|
|
14
|
+
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot1) }),
|
|
15
|
+
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot2) }),
|
|
16
|
+
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot3) }),
|
|
17
|
+
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot4) })
|
|
18
18
|
] }) });
|
|
19
19
|
m.displayName = "LoaderMiddle";
|
|
20
20
|
export {
|
|
@@ -2,24 +2,24 @@ import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as o } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import { ELoaderSmallTheme as s } from "./enum.js";
|
|
4
4
|
import { createSizeToClassNameMap as c } from "../../../utils/classNameMaps.js";
|
|
5
|
-
const n = "
|
|
5
|
+
const n = "loaderSmall__a1cca91e", _ = "sm__3cffb13e", p = "dot__c465de78", i = "md__f1552509", N = "lg__ad8433b0", b = "neutral__2e42a799", f = "brand__04372f6e", S = "dot1__dc673792", u = "dot2__57032cc1", T = "dot3__0b01a0e5", a = {
|
|
6
6
|
loaderSmall: n,
|
|
7
7
|
sm: _,
|
|
8
8
|
dot: p,
|
|
9
|
-
md:
|
|
10
|
-
lg:
|
|
11
|
-
neutral:
|
|
12
|
-
brand:
|
|
9
|
+
md: i,
|
|
10
|
+
lg: N,
|
|
11
|
+
neutral: b,
|
|
12
|
+
brand: f,
|
|
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 = c(a), L = ({ className:
|
|
19
|
+
}, x = c(a), L = ({ className: l, theme: e, size: d, ...m }) => /* @__PURE__ */ r(
|
|
20
20
|
"span",
|
|
21
21
|
{
|
|
22
|
-
className: o(a.loaderSmall, g[
|
|
22
|
+
className: o(a.loaderSmall, g[e], x[d], l),
|
|
23
23
|
role: "status",
|
|
24
24
|
"aria-label": "loading",
|
|
25
25
|
...m,
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e } 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-z35N2Tap.js";
|
|
6
6
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
7
|
-
const S = "
|
|
7
|
+
const S = "loaderScreen__6dfefba6", B = "loaderSmallBackdrop__fa8d6a76", f = "loaderMiddleBackdrop__3e488627", r = {
|
|
8
8
|
loaderScreen: S,
|
|
9
9
|
loaderSmallBackdrop: B,
|
|
10
|
-
loaderMiddleBackdrop:
|
|
11
|
-
},
|
|
12
|
-
className:
|
|
10
|
+
loaderMiddleBackdrop: f
|
|
11
|
+
}, k = ({
|
|
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, r.loaderScreen, {
|
|
19
|
+
[r.loaderSmallBackdrop]: d === "small",
|
|
20
|
+
[r.loaderMiddleBackdrop]: d === "middle"
|
|
21
21
|
});
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ e("div", { className: m, ...c, children: d === "small" ? /* @__PURE__ */ e(s, { size: a, theme: l }) : /* @__PURE__ */ e("div", { className: r.loaderMiddleBackground, children: /* @__PURE__ */ e(n, {}) }) });
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
k.displayName = "LoaderScreen";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
k 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-z35N2Tap.js";
|
|
3
|
-
import { a as t, s as e } from "../../chunks/utils-
|
|
3
|
+
import { a as t, s as e } from "../../chunks/utils-B1xQI_Pq.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,32 +1,32 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import S from "react";
|
|
3
3
|
import { Marker as k } from "../Marker/Marker.js";
|
|
4
4
|
import { c as _ } from "../../chunks/vendor-z35N2Tap.js";
|
|
5
|
-
import { s as M } from "../../chunks/utils-
|
|
5
|
+
import { s as M } from "../../chunks/utils-B1xQI_Pq.js";
|
|
6
6
|
import { ETextSize as n, EFontType as i, ECaptionSize as N } from "../Typography/enums.js";
|
|
7
7
|
import { Caption as x } from "../Typography/Caption.js";
|
|
8
8
|
import "../Typography/CodeText.js";
|
|
9
9
|
import { Text as c } from "../Typography/Text.js";
|
|
10
10
|
import "../Typography/Title.js";
|
|
11
|
-
import { EComponentSize as
|
|
11
|
+
import { EComponentSize as a } from "../../enums/EComponentSize.js";
|
|
12
12
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
13
|
-
const u = "
|
|
13
|
+
const u = "markerStatus__31a11165", z = "contentContainer__a6d9003f", E = "md__f6fbd181", h = "markerContainer__52f0eb7f", D = "lg__30f6f01d", e = {
|
|
14
14
|
markerStatus: u,
|
|
15
15
|
contentContainer: z,
|
|
16
|
-
md:
|
|
17
|
-
markerContainer:
|
|
18
|
-
lg:
|
|
19
|
-
},
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
},
|
|
23
|
-
({ children: p, className:
|
|
24
|
-
const
|
|
25
|
-
return /* @__PURE__ */ s("div", { className:
|
|
26
|
-
/* @__PURE__ */ t("div", { className:
|
|
27
|
-
/* @__PURE__ */ s("div", { className:
|
|
28
|
-
/* @__PURE__ */ t(c, { size:
|
|
29
|
-
o && (r ===
|
|
16
|
+
md: E,
|
|
17
|
+
markerContainer: h,
|
|
18
|
+
lg: D
|
|
19
|
+
}, y = {
|
|
20
|
+
[a.MD]: n.B4,
|
|
21
|
+
[a.LG]: n.B3
|
|
22
|
+
}, R = T(e), q = S.forwardRef(
|
|
23
|
+
({ children: p, className: f, description: o, status: m, size: r = a.MD, ...l }, C) => {
|
|
24
|
+
const d = _(e.markerStatus, R[r], M[m], f);
|
|
25
|
+
return /* @__PURE__ */ s("div", { className: d, "data-tx": "0.34.0", ...l, ref: C, children: [
|
|
26
|
+
/* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(k, { 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(x, { size: N.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
30
30
|
] })
|
|
31
31
|
] });
|
|
32
32
|
}
|
|
@@ -7,7 +7,7 @@ import { ModalWindowViewManager as j } from "./components/ModalWindowViewManager
|
|
|
7
7
|
import { useToken as k } from "../ThemeProvider/useToken.js";
|
|
8
8
|
import { EComponentSize as F } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as P } from "../../utils/classNameMaps.js";
|
|
10
|
-
import { s as a } from "../../chunks/ModalWindow.module-
|
|
10
|
+
import { s as a } from "../../chunks/ModalWindow.module-CpZnXDzI.js";
|
|
11
11
|
const m = "ufs-modal-window", q = 300, i = ["modal-open", "no-hash-overflow-hidden"], A = P(a), D = () => {
|
|
12
12
|
let t = document.querySelector(`#${m}-wrapper`);
|
|
13
13
|
t || (t = document.createElement("div"), t.setAttribute("id", `${m}-wrapper`), document.body.appendChild(t));
|
|
@@ -3,9 +3,9 @@ import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
|
3
3
|
import { Island as s } 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__5bf889ab", r = {
|
|
7
7
|
modalWindowBody: t
|
|
8
|
-
},
|
|
8
|
+
}, p = ({ children: o, className: d, ...m }) => /* @__PURE__ */ a(
|
|
9
9
|
s,
|
|
10
10
|
{
|
|
11
11
|
className: i(r.modalWindowBody, d),
|
|
@@ -15,8 +15,8 @@ const t = "modalWindowBody__be029a12", 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
|
|
@@ -4,19 +4,19 @@ import { CrossStrokeSrvIcon20 as m } from "@sberbusiness/icons-next";
|
|
|
4
4
|
import { Button as n } from "../../Button/Button.js";
|
|
5
5
|
import { EButtonTheme as i } from "../../Button/enums.js";
|
|
6
6
|
import { TriggerClickOnKeyDownEvent as l } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
7
|
-
import { EComponentSize as
|
|
8
|
-
import { EVENT_KEY_CODES as
|
|
9
|
-
const
|
|
10
|
-
modalWindowClose:
|
|
7
|
+
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
8
|
+
import { EVENT_KEY_CODES as d } from "../../../utils/keyboard.js";
|
|
9
|
+
const a = "modalWindowClose__4156fa91", C = {
|
|
10
|
+
modalWindowClose: a
|
|
11
11
|
}, f = (r) => {
|
|
12
12
|
const e = t(null);
|
|
13
|
-
return /* @__PURE__ */ o("div", { className:
|
|
13
|
+
return /* @__PURE__ */ o("div", { className: C.modalWindowClose, children: /* @__PURE__ */ o(l, { eventKeyCode: d.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
|
|
14
14
|
n,
|
|
15
15
|
{
|
|
16
16
|
ref: e,
|
|
17
17
|
icon: /* @__PURE__ */ o(m, { paletteIndex: 0 }),
|
|
18
18
|
...r,
|
|
19
|
-
size:
|
|
19
|
+
size: s.MD,
|
|
20
20
|
theme: i.SECONDARY
|
|
21
21
|
}
|
|
22
22
|
) }) });
|
|
@@ -2,7 +2,7 @@ import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import l from "react";
|
|
4
4
|
import { LoaderScreen as c } from "../../LoaderScreen/LoaderScreen.js";
|
|
5
|
-
import { s as o } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as o } from "../../../chunks/ModalWindow.module-CpZnXDzI.js";
|
|
6
6
|
import { Page as p } from "../../Page/Page.js";
|
|
7
7
|
const f = l.forwardRef(
|
|
8
8
|
({ isLoading: e, className: r, loadingTitle: m, children: d, ...t }, n) => /* @__PURE__ */ s(
|
|
@@ -2,9 +2,9 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
|
|
3
3
|
import { EHeaderPageType as i } from "../../Page/components/enums.js";
|
|
4
4
|
import { c as l } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
|
-
const t = "
|
|
5
|
+
const t = "modalWindowHeader__bc4f0410", s = {
|
|
6
6
|
modalWindowHeader: t
|
|
7
|
-
}, o = ({ className:
|
|
7
|
+
}, o = ({ className: a, children: d, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, a), ...r, type: i.FIRST, children: d });
|
|
8
8
|
o.Title = e.Title;
|
|
9
9
|
o.displayName = "ModalWindowHeader";
|
|
10
10
|
export {
|
|
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import p, { useState as s, useRef as h, useLayoutEffect as g } from "react";
|
|
3
3
|
import { g as R, i as W, p as c } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { Portal as M } from "../../Portal/Portal.js";
|
|
5
|
-
import { s as N } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as N } from "../../../chunks/ModalWindow.module-CpZnXDzI.js";
|
|
6
6
|
const l = "modalWindowViewManagerNodeId", x = () => {
|
|
7
7
|
let e = document.querySelector(`#${l}`);
|
|
8
8
|
return e || (e = document.createElement("div"), e.setAttribute("id", l), document.body.appendChild(e)), e;
|