@sberbusiness/triplex-next 0.12.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/chunks/AlertProcessSpoiler-DQAI3bgu.js +39 -0
- package/chunks/{CalendarViewItem-B7_R_3t_.js → CalendarViewItem-DML7yFTS.js} +23 -23
- package/chunks/Card.module-Bg8-F1uZ.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +14 -0
- package/chunks/{Chip-BiNNkTCM.js → Chip-CI3sEzkq.js} +10 -10
- package/chunks/Confirm.module-C3SyV40Z.js +15 -0
- package/chunks/{DropdownListItem-BxEqWaJ8.js → DropdownListItem-9VgfsLJP.js} +6 -6
- package/chunks/DropdownMobile.module-BLKzmRLM.js +23 -0
- package/chunks/Footer.module-D83FlUYZ.js +9 -0
- package/chunks/{FormFieldInput-B4hNuHJx.js → FormFieldInput-DurMmok0.js} +18 -18
- package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +9 -0
- package/chunks/HeaderTabs.module-11xkKwN7.js +9 -0
- package/chunks/{HeaderTitle.module-DlNyNird.js → HeaderTitle.module-e8_DcucZ.js} +2 -2
- package/chunks/IslandAccordion.module-C6INnFmn.js +25 -0
- package/chunks/IslandWidgetFooter.module-q--xXUCF.js +9 -0
- package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +9 -0
- package/chunks/{LightBoxContent-DBZCrC3l.js → LightBoxContent-Dpu6E3Cr.js} +10 -10
- package/chunks/LightBoxControls.module-BkW_w9PJ.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +8 -0
- package/chunks/{ListItemControlsButton-B7xM1V5l.js → ListItemControlsButton-BMsTQr9O.js} +9 -9
- package/chunks/ListItemTail.module-CcT-PrXt.js +12 -0
- package/chunks/ListMasterFooter.module-CV05gXbo.js +10 -0
- package/chunks/ModalWindow.module-DlNg_kPu.js +17 -0
- package/chunks/Notification.module-C5D-8Dtt.js +21 -0
- package/chunks/Overlay.module-3QvWfMgh.js +18 -0
- package/chunks/Page.module-BV59uicx.js +11 -0
- package/chunks/{RightBorderArrow-qUNK7k_Z.js → RightBorderArrow-BQ_cZ8U3.js} +8 -8
- package/chunks/SMSField.module-BL9kkhHx.js +16 -0
- package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +15 -0
- package/chunks/{SliderExtendedRail-fxB35VnJ.js → SliderExtendedRail-oI7nifMP.js} +10 -10
- package/chunks/StatusTracker.module-CtjfmWAE.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BRLUCupu.js → SuggestFieldMobileDropdownHint-Bilm-Pwh.js} +4 -4
- package/chunks/TableFooter.module-Bq2Lm9CG.js +14 -0
- package/chunks/TabsExtended.module-D0-Tp3Ed.js +16 -0
- package/chunks/TabsLine.module-D0stwkA6.js +21 -0
- package/chunks/TooltipDesktop.module-DUucrF7X.js +19 -0
- package/chunks/TreeView.module-CEYl8PNr.js +9 -0
- package/chunks/UploadZoneInput-CfYPrkK_.js +33 -0
- package/chunks/{utils-D3BbfI4I.js → utils-16fU9G4P.js} +6 -6
- package/chunks/utils-Bu0wcDBu.js +73 -0
- package/chunks/{utils-bltVmJ1Y.js → utils-CC47I1cc.js} +5 -5
- package/chunks/{utils-pT3qplA1.js → utils-Ccw--G8d.js} +4 -4
- package/chunks/{utils-Kc2jGbAd.js → utils-SerS_ys8.js} +5 -5
- package/components/Alert/AlertContext/AlertContext.js +5 -5
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +7 -7
- package/components/Avatar/Avatar.js +27 -0
- package/components/Avatar/enums.js +5 -0
- package/components/Avatar/index.js +7 -0
- package/components/Avatar/types.js +2 -0
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +33 -33
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +39 -39
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +4 -4
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- 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 +13 -13
- 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 +11 -11
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTree/CheckboxTree.js +14 -13
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +38 -45
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +4 -4
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +6 -6
- 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 +24 -24
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +8 -8
- package/components/Col/Col.js +130 -130
- package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
- 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/DateField/DateField.js +2 -2
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +13 -13
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +106 -104
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +104 -102
- package/components/DesignTokens/components/Avatar.js +9 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/index.js +156 -153
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +5 -5
- 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 +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- 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 +51 -45
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +11 -11
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +6 -6
- package/components/FormField/components/FormFieldTextarea.js +11 -11
- package/components/FormField/index.js +16 -15
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +41 -42
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +3 -3
- 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 +8 -8
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- 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/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
- package/components/LightBox/LightBox.js +10 -10
- 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 +7 -7
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +13 -11
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -11
- package/components/Link/Link.js +20 -20
- package/components/List/List.js +3 -3
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +9 -9
- 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 +1 -1
- package/components/List/components/ListItemSelectable.js +16 -16
- package/components/List/components/ListItemTable.js +3 -3
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +10 -10
- 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 +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- 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 +9 -9
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- 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/MultiselectField/components/MultiselectFieldDropdownContent.js +20 -15
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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/NotificationBodyContent.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/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +2 -2
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +6 -6
- 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 +8 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +8 -8
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +4 -4
- package/components/Radio/Radio.js +6 -6
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +5 -5
- 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 +10 -10
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -81
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- 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 +3 -3
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
- package/components/SmallInput/SmallInput.js +6 -6
- package/components/Spoiler/Spoiler.js +9 -9
- 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/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +10 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +10 -10
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +5 -5
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- 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 +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +4 -4
- 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 +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- 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 +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +31 -30
- 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 +9 -9
- package/components/Tag/Tag.js +28 -28
- package/components/TagColor/TagColor.js +14 -14
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +2 -2
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +3 -3
- package/components/Tooltip/components/common/TooltipXButton.js +8 -8
- 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 +37 -36
- package/components/TopOverlay/TopOverlay.js +29 -29
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +23 -23
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +13 -13
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +68 -90
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +554 -549
- package/index.d.ts +59 -23
- package/index.js +598 -593
- package/package.json +6 -2
- package/styles/triplex-next.css +534 -533
- package/chunks/AlertProcessSpoiler-SFMiAq2e.js +0 -39
- package/chunks/Card.module-B8eF0PyT.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BL2GvhSW.js +0 -11
- package/chunks/Confirm.module-DtGkChdz.js +0 -15
- package/chunks/DropdownMobile.module-hCX_8o3O.js +0 -23
- package/chunks/Footer.module-CmBv6U70.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-72lLZguP.js +0 -9
- package/chunks/HeaderTabs.module-Cg4Skmf_.js +0 -9
- package/chunks/IslandAccordion.module-CASKTyF5.js +0 -25
- package/chunks/IslandWidgetFooter.module-BOmbhSZq.js +0 -9
- package/chunks/IslandWidgetHeader.module-Bb1VehSy.js +0 -9
- package/chunks/LightBoxControls.module-Bd3m7ZxT.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BOo9E8eM.js +0 -8
- package/chunks/ListItemTail.module-Cc6Q6gR8.js +0 -12
- package/chunks/ListMasterFooter.module-CPTvVSEg.js +0 -10
- package/chunks/ModalWindow.module-Cjfs_3lX.js +0 -17
- package/chunks/Notification.module-DRNzc662.js +0 -21
- package/chunks/Overlay.module-CyE4VM64.js +0 -18
- package/chunks/Page.module-CiiwZIG0.js +0 -11
- package/chunks/SMSField.module-Df8IlNx3.js +0 -16
- package/chunks/SliderExtendedMarks.module-C3yroPQo.js +0 -15
- package/chunks/StatusTracker.module-C3dx5TPW.js +0 -24
- package/chunks/TableFooter.module-CJATQpk2.js +0 -14
- package/chunks/TabsExtended.module-mbk25DHy.js +0 -16
- package/chunks/TabsLine.module-eLr2Qyu1.js +0 -21
- package/chunks/TooltipDesktop.module-D4l2yNW-.js +0 -19
- package/chunks/TreeView.module-BZTj2oze.js +0 -9
- package/chunks/UploadZoneInput-ZvLsxymO.js +0 -35
- package/chunks/utils-CkEbPHhV.js +0 -73
|
@@ -4,7 +4,7 @@ import { CaretdownStrokeSrvIcon24 as _, CrossStrokeSrvIcon24 as H } from "@sberb
|
|
|
4
4
|
import { a as W, c as n } from "../../../chunks/vendor-BARd5eYq.js";
|
|
5
5
|
import { Island as y } from "../../Island/Island.js";
|
|
6
6
|
import { ExpandAnimation as $ } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
7
|
-
import { s as t } from "../../../chunks/IslandAccordion.module-
|
|
7
|
+
import { s as t } from "../../../chunks/IslandAccordion.module-C6INnFmn.js";
|
|
8
8
|
import { IslandAccordionContent as q } from "./IslandAccordionContent.js";
|
|
9
9
|
import { IslandAccordionFooter as B } from "./IslandAccordionFooter.js";
|
|
10
10
|
import { createSizeToClassNameMap as X } from "../../../utils/classNameMaps.js";
|
|
@@ -70,7 +70,7 @@ const L = {
|
|
|
70
70
|
}),
|
|
71
71
|
onClick: P,
|
|
72
72
|
disabled: e,
|
|
73
|
-
"data-tx": "0.
|
|
73
|
+
"data-tx": "0.13.0",
|
|
74
74
|
children: [
|
|
75
75
|
l && d && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(G, { step: d, status: l, position: J.XFirst, children: e ? void 0 : k }) }),
|
|
76
76
|
/* @__PURE__ */ i("div", { className: t.titleWrapper, children: [
|
|
@@ -5,14 +5,14 @@ import { EIslandType as g } from "../Island/enums.js";
|
|
|
5
5
|
import "../Island/components/IslandBody.js";
|
|
6
6
|
import "../Island/components/IslandHeader.js";
|
|
7
7
|
import "../Island/components/IslandFooter.js";
|
|
8
|
-
import { IslandWidgetHeader as
|
|
9
|
-
import { IslandWidgetBody as
|
|
10
|
-
import { IslandWidgetFooter as
|
|
8
|
+
import { IslandWidgetHeader as f } from "./components/IslandWidgetHeader.js";
|
|
9
|
+
import { IslandWidgetBody as x } from "./components/IslandWidgetBody.js";
|
|
10
|
+
import { IslandWidgetFooter as c } from "./components/IslandWidgetFooter.js";
|
|
11
11
|
import { IslandWidgetExtraFooter as E } from "./components/IslandWidgetExtraFooter.js";
|
|
12
12
|
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
13
13
|
import { c as F } from "../../chunks/vendor-BARd5eYq.js";
|
|
14
14
|
import { IslandWidgetContext as h } from "./IslandWidgetContext.js";
|
|
15
|
-
const y = "
|
|
15
|
+
const y = "islandWidget__f2161768", _ = "islandWidgetWithExtraFooter__1ba7e023", o = {
|
|
16
16
|
islandWidget: y,
|
|
17
17
|
islandWidgetWithExtraFooter: _
|
|
18
18
|
}, j = Object.assign(
|
|
@@ -25,7 +25,7 @@ const y = "islandWidget__584e3e3e", _ = "islandWidgetWithExtraFooter__501cada2",
|
|
|
25
25
|
className: F(o.islandWidget, i, {
|
|
26
26
|
[o.islandWidgetWithExtraFooter]: s
|
|
27
27
|
}),
|
|
28
|
-
"data-tx": "0.
|
|
28
|
+
"data-tx": "0.13.0",
|
|
29
29
|
...d,
|
|
30
30
|
ref: a,
|
|
31
31
|
children: /* @__PURE__ */ m(W, { type: g.TYPE_1, size: I.MD, children: [
|
|
@@ -38,9 +38,9 @@ const y = "islandWidget__584e3e3e", _ = "islandWidgetWithExtraFooter__501cada2",
|
|
|
38
38
|
}
|
|
39
39
|
),
|
|
40
40
|
{
|
|
41
|
-
Header:
|
|
42
|
-
Body:
|
|
43
|
-
Footer:
|
|
41
|
+
Header: f,
|
|
42
|
+
Body: x,
|
|
43
|
+
Footer: c,
|
|
44
44
|
ExtraFooter: E
|
|
45
45
|
}
|
|
46
46
|
);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
2
|
+
import { useContext as i, useEffect as d } from "react";
|
|
3
3
|
import { c as n } from "../../../chunks/vendor-BARd5eYq.js";
|
|
4
4
|
import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
5
5
|
import { IslandWidgetContext as l } from "../IslandWidgetContext.js";
|
|
6
|
-
const m = "
|
|
6
|
+
const m = "islandWidgetExtraFooter__f80c4701", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
8
|
}, f = ({
|
|
9
9
|
children: r,
|
|
@@ -11,8 +11,8 @@ const m = "islandWidgetExtraFooter__f6b78d4c", c = {
|
|
|
11
11
|
open: t = !1,
|
|
12
12
|
...a
|
|
13
13
|
}) => {
|
|
14
|
-
const { setHasExtraFooter: s } =
|
|
15
|
-
return
|
|
14
|
+
const { setHasExtraFooter: s } = i(l);
|
|
15
|
+
return d(() => {
|
|
16
16
|
s(t);
|
|
17
17
|
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(e, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: r }) });
|
|
18
18
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-BARd5eYq.js";
|
|
3
|
-
import { s as n } from "../../../chunks/IslandWidgetFooter.module-
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-q--xXUCF.js";
|
|
4
4
|
import { IslandWidgetFooterContent as d } from "./IslandWidgetFooterContent.js";
|
|
5
5
|
import { IslandWidgetFooterControls as m } from "./IslandWidgetFooterControls.js";
|
|
6
6
|
const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ e("div", { ...s, className: i(r, n.islandWidgetFooter), children: t });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-BARd5eYq.js";
|
|
3
|
-
import { s as a } from "../../../chunks/IslandWidgetHeader.module-
|
|
3
|
+
import { s as a } from "../../../chunks/IslandWidgetHeader.module-CcgfF5TF.js";
|
|
4
4
|
import { IslandWidgetHeaderContent as o } from "./IslandWidgetHeaderContent.js";
|
|
5
5
|
import { IslandWidgetHeaderDescription as m } from "./IslandWidgetHeaderDescription.js";
|
|
6
6
|
const e = ({ children: t, className: r, ...s }) => /* @__PURE__ */ d("div", { ...s, className: i(r, a.islandWidgetHeader), children: t });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../../chunks/vendor-BARd5eYq.js";
|
|
3
|
-
import { s as o } from "../../../chunks/IslandWidgetHeader.module-
|
|
3
|
+
import { s as o } from "../../../chunks/IslandWidgetHeader.module-CcgfF5TF.js";
|
|
4
4
|
const n = ({
|
|
5
5
|
children: e,
|
|
6
6
|
className: t,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as a } from "../../../chunks/vendor-BARd5eYq.js";
|
|
3
|
-
import { s as t } from "../../../chunks/IslandWidgetHeader.module-
|
|
3
|
+
import { s as t } from "../../../chunks/IslandWidgetHeader.module-CcgfF5TF.js";
|
|
4
4
|
const d = ({
|
|
5
5
|
children: s,
|
|
6
6
|
className: e,
|
|
@@ -2,12 +2,12 @@ import { jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import i, { useState as p } from "react";
|
|
3
3
|
import { c as l } from "../../../chunks/vendor-BARd5eYq.js";
|
|
4
4
|
import { IslandWidgetContext as n } from "../IslandWidgetContext.js";
|
|
5
|
-
const W = "
|
|
5
|
+
const W = "islandWidgetWrapper__73fbb79d", m = {
|
|
6
6
|
islandWidgetWrapper: W
|
|
7
7
|
}, c = i.forwardRef(
|
|
8
8
|
({ children: e, className: t, ...a }, s) => {
|
|
9
|
-
const [
|
|
10
|
-
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter:
|
|
9
|
+
const [d, o] = p(!1);
|
|
10
|
+
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: d, setHasExtraFooter: o }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper, t), ...a, ref: s, children: e }) });
|
|
11
11
|
}
|
|
12
12
|
);
|
|
13
13
|
c.displayName = "IslandWidgetWrapper";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as B, Fragment as F, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as n, useEffect as f } from "react";
|
|
3
3
|
import { c as V, F as A } from "../../chunks/vendor-BARd5eYq.js";
|
|
4
|
-
import { L as D, s as e } from "../../chunks/LightBoxContent-
|
|
4
|
+
import { L as D, s as e } from "../../chunks/LightBoxContent-Dpu6E3Cr.js";
|
|
5
5
|
import { LightBoxControls as I } from "./LightBoxControls/LightBoxControls.js";
|
|
6
6
|
import { LightBoxSideOverlay as R } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
7
7
|
import { Portal as k } from "../Portal/Portal.js";
|
|
@@ -15,18 +15,18 @@ import { LightBoxLeftSidebar as H } from "./LightBoxSidebars/LightBoxLeftSidebar
|
|
|
15
15
|
import { LightBoxRightSidebar as U } from "./LightBoxSidebars/LightBoxRightSidebar.js";
|
|
16
16
|
import "./LightBoxSideOverlay/enums.js";
|
|
17
17
|
const Z = {
|
|
18
|
-
"scroll-0": "scroll-
|
|
19
|
-
"scroll-15": "scroll-
|
|
20
|
-
"scroll-16": "scroll-
|
|
21
|
-
"scroll-17": "scroll-
|
|
18
|
+
"scroll-0": "scroll-0__009679db",
|
|
19
|
+
"scroll-15": "scroll-15__ddb60873",
|
|
20
|
+
"scroll-16": "scroll-16__2dc67a37",
|
|
21
|
+
"scroll-17": "scroll-17__1a9b95ad"
|
|
22
22
|
}, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", b = [e.bodyOverflowHidden], N = ({
|
|
23
23
|
children: v,
|
|
24
24
|
className: M,
|
|
25
25
|
focusTrapProps: r,
|
|
26
26
|
forwardRef: c,
|
|
27
27
|
mountNode: s,
|
|
28
|
-
lightBoxViewManagerNodeId:
|
|
29
|
-
isLoading:
|
|
28
|
+
lightBoxViewManagerNodeId: d = L,
|
|
29
|
+
isLoading: m,
|
|
30
30
|
isSideOverlayOpened: i,
|
|
31
31
|
isTopOverlayOpened: y,
|
|
32
32
|
...S
|
|
@@ -36,7 +36,7 @@ const Z = {
|
|
|
36
36
|
return s ? t = s : (t = document.querySelector(`#${p}`), t || (t = document.createElement("div"), t.setAttribute("id", p), document.body.appendChild(t))), t;
|
|
37
37
|
}, _ = () => {
|
|
38
38
|
let t = null;
|
|
39
|
-
return
|
|
39
|
+
return d && (t = document.querySelector(`#${d}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
|
|
40
40
|
}, a = n(E()), g = n(_()), h = () => {
|
|
41
41
|
b.forEach((t) => document.documentElement.classList.add(t));
|
|
42
42
|
};
|
|
@@ -52,7 +52,7 @@ const Z = {
|
|
|
52
52
|
C,
|
|
53
53
|
e.lightBox,
|
|
54
54
|
{
|
|
55
|
-
[e.isLoading]: !!
|
|
55
|
+
[e.isLoading]: !!m,
|
|
56
56
|
[e.lightBoxSideOverlayActive]: !!i,
|
|
57
57
|
[e.lightBoxTopOverlayActive]: !!y
|
|
58
58
|
},
|
|
@@ -72,7 +72,7 @@ const Z = {
|
|
|
72
72
|
fallback: /* @__PURE__ */ o(
|
|
73
73
|
A,
|
|
74
74
|
{
|
|
75
|
-
active: !
|
|
75
|
+
active: !m,
|
|
76
76
|
...r,
|
|
77
77
|
focusTrapOptions: {
|
|
78
78
|
clickOutsideDeactivates: !0,
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../../chunks/vendor-BARd5eYq.js";
|
|
4
4
|
import "../WindowResizeListener/WindowResizeListener.js";
|
|
5
5
|
import "../LoaderScreen/LoaderScreen.js";
|
|
6
|
-
import { L as n } from "../../chunks/LightBoxContent-
|
|
6
|
+
import { L as n } from "../../chunks/LightBoxContent-Dpu6E3Cr.js";
|
|
7
7
|
export {
|
|
8
8
|
n as LightBoxContent
|
|
9
9
|
};
|
|
@@ -7,7 +7,7 @@ import { EVENT_KEY_CODES as g } from "../../../utils/keyboard.js";
|
|
|
7
7
|
import { EButtonTheme as i } from "../../Button/enums.js";
|
|
8
8
|
import { Button as l } from "../../Button/Button.js";
|
|
9
9
|
import { EComponentSize as a } from "../../../enums/EComponentSize.js";
|
|
10
|
-
import { s as o } from "../../../chunks/LightBoxControls.module-
|
|
10
|
+
import { s as o } from "../../../chunks/LightBoxControls.module-BkW_w9PJ.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: c,
|
|
13
13
|
onClick: t,
|
|
@@ -3,7 +3,7 @@ import { LightBoxClose as m } from "./LightBoxClose.js";
|
|
|
3
3
|
import { LightBoxNext as l } from "./LightBoxNext.js";
|
|
4
4
|
import { LightBoxPrev as x } from "./LightBoxPrev.js";
|
|
5
5
|
import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
|
|
6
|
-
import { s as p } from "../../../chunks/LightBoxControls.module-
|
|
6
|
+
import { s as p } from "../../../chunks/LightBoxControls.module-BkW_w9PJ.js";
|
|
7
7
|
const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ i("div", { className: e(r, p.lightBoxControls), ...s, "data-lightbox-component": "controls", children: t });
|
|
8
8
|
o.displayName = "LightBoxControls";
|
|
9
9
|
o.Close = m;
|
|
@@ -7,7 +7,7 @@ import { EVENT_KEY_CODES as R } from "../../../utils/keyboard.js";
|
|
|
7
7
|
import { Button as c } from "../../Button/Button.js";
|
|
8
8
|
import { EButtonTheme as s } from "../../Button/enums.js";
|
|
9
9
|
import { EComponentSize as f } from "../../../enums/EComponentSize.js";
|
|
10
|
-
import { s as o } from "../../../chunks/LightBoxControls.module-
|
|
10
|
+
import { s as o } from "../../../chunks/LightBoxControls.module-BkW_w9PJ.js";
|
|
11
11
|
const v = ({
|
|
12
12
|
className: g,
|
|
13
13
|
clickByArrowRight: u,
|
|
@@ -7,7 +7,7 @@ import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKe
|
|
|
7
7
|
import { EVENT_KEY_CODES as I } from "../../../utils/keyboard.js";
|
|
8
8
|
import { Button as s } from "../../Button/Button.js";
|
|
9
9
|
import { EComponentSize as v } from "../../../enums/EComponentSize.js";
|
|
10
|
-
import { s as o } from "../../../chunks/LightBoxControls.module-
|
|
10
|
+
import { s as o } from "../../../chunks/LightBoxControls.module-BkW_w9PJ.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: u,
|
|
13
13
|
clickByArrowLeft: x,
|
|
@@ -8,7 +8,7 @@ import { FocusTrapUtils as T } from "../../../utils/focus/FocusTrapUtils.js";
|
|
|
8
8
|
import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseMobile.js";
|
|
9
9
|
import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
|
|
10
10
|
import { ELightBoxSideOverlaySize as s } from "./enums.js";
|
|
11
|
-
const q = "
|
|
11
|
+
const q = "lightBoxSideOverlayMask__24c3b27b", J = "lightBoxSideOverlayWrapper__dc79f7f7", K = "overflowXHidden__6b8bb518", Q = "overflowYHidden__a448152d", V = "closing__78a52807", Z = "opened__a3db39b1", $ = "lightBoxSideOverlayContent__87f7e2bb", P = "opening__e802578d", ee = "sizeSM__b1fd9c0e", ie = "sizeMD__a75185d4", te = "sizeLG__19dbd9e3", oe = "lightBoxSideOverlay__9f1b09e1", e = {
|
|
12
12
|
lightBoxSideOverlayMask: q,
|
|
13
13
|
lightBoxSideOverlayWrapper: J,
|
|
14
14
|
overflowXHidden: K,
|
|
@@ -28,18 +28,18 @@ const q = "lightBoxSideOverlayMask__0d7987af", J = "lightBoxSideOverlayWrapper__
|
|
|
28
28
|
isLoading: a,
|
|
29
29
|
loadingTitle: u,
|
|
30
30
|
isTopLevelSideOverlayOpened: B,
|
|
31
|
-
isTopOverlayOpened:
|
|
31
|
+
isTopOverlayOpened: b,
|
|
32
32
|
onClose: c,
|
|
33
33
|
onOpen: d,
|
|
34
34
|
opened: i,
|
|
35
35
|
size: g = s.MD,
|
|
36
|
-
...
|
|
36
|
+
...z
|
|
37
37
|
}) => {
|
|
38
38
|
const [o, v] = x(!1), [n, f] = x(!1), h = p(i), S = p(null);
|
|
39
39
|
W(() => {
|
|
40
40
|
h.current && !i ? (f(!1), v(!0)) : !h.current && i && (v(!1), f(!0)), h.current = i;
|
|
41
41
|
}, [i]);
|
|
42
|
-
const
|
|
42
|
+
const D = (r) => {
|
|
43
43
|
const { target: G, currentTarget: N } = r;
|
|
44
44
|
G === N && (o ? (v(!1), c == null || c()) : n && (f(!1), d == null || d()));
|
|
45
45
|
}, k = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ O(
|
|
@@ -50,7 +50,7 @@ const q = "lightBoxSideOverlayMask__0d7987af", J = "lightBoxSideOverlayWrapper__
|
|
|
50
50
|
[e.opening]: n,
|
|
51
51
|
[e.opened]: i
|
|
52
52
|
}),
|
|
53
|
-
onTransitionEnd:
|
|
53
|
+
onTransitionEnd: D,
|
|
54
54
|
ref: S,
|
|
55
55
|
children: [
|
|
56
56
|
_,
|
|
@@ -62,7 +62,7 @@ const q = "lightBoxSideOverlayMask__0d7987af", J = "lightBoxSideOverlayWrapper__
|
|
|
62
62
|
[e.closing]: o,
|
|
63
63
|
[e.opened]: i,
|
|
64
64
|
[e.overflowXHidden]: !!B || !!a,
|
|
65
|
-
[e.overflowYHidden]: !!B || !!a || !!
|
|
65
|
+
[e.overflowYHidden]: !!B || !!a || !!b,
|
|
66
66
|
[e.sizeSM]: g === s.SM,
|
|
67
67
|
[e.sizeMD]: g === s.MD,
|
|
68
68
|
[e.sizeLG]: g === s.LG
|
|
@@ -90,7 +90,7 @@ const q = "lightBoxSideOverlayMask__0d7987af", J = "lightBoxSideOverlayWrapper__
|
|
|
90
90
|
preventScroll: !0,
|
|
91
91
|
...l == null ? void 0 : l.focusTrapOptions
|
|
92
92
|
},
|
|
93
|
-
children: /* @__PURE__ */ t("div", { className: w, role: "dialog", "aria-modal": "true", ...
|
|
93
|
+
children: /* @__PURE__ */ t("div", { className: w, role: "dialog", "aria-modal": "true", ...z, children: F })
|
|
94
94
|
}
|
|
95
95
|
);
|
|
96
96
|
};
|
|
@@ -7,7 +7,7 @@ import { CrossStrokeSrvIcon32 as f } from "@sberbusiness/icons-next";
|
|
|
7
7
|
import { EButtonTheme as a } from "../../Button/enums.js";
|
|
8
8
|
import { EComponentSize as c } from "../../../enums/EComponentSize.js";
|
|
9
9
|
import { Button as d } from "../../Button/Button.js";
|
|
10
|
-
import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-
|
|
10
|
+
import { s as u } from "../../../chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js";
|
|
11
11
|
const C = ({
|
|
12
12
|
className: r,
|
|
13
13
|
clickByEsc: m,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as r } from "../../../chunks/vendor-BARd5eYq.js";
|
|
3
3
|
import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
|
|
4
|
-
import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-
|
|
4
|
+
import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js";
|
|
5
5
|
import { EButtonTheme as l } from "../../Button/enums.js";
|
|
6
6
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
7
7
|
import { Button as a } from "../../Button/Button.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { useState as s, useRef as d, useEffect as l } from "react";
|
|
3
3
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
-
const n = "
|
|
4
|
+
const n = "lightBoxSideOverlayLoaderWrapper__9d9e4a72", c = {
|
|
5
5
|
lightBoxSideOverlayLoaderWrapper: n
|
|
6
6
|
}, f = ({ loadingTitle: a }) => {
|
|
7
7
|
const [t, r] = s(0), e = d(null);
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { c as a } from "../../../chunks/vendor-BARd5eYq.js";
|
|
3
|
-
const
|
|
4
|
-
lightBoxLeftSidebar:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
const f = "lightBoxLeftSidebar__566248b1", x = "fixed__6f293dec", s = "lightBoxLeftSidebarInner__20c6185e", e = {
|
|
4
|
+
lightBoxLeftSidebar: f,
|
|
5
|
+
fixed: x,
|
|
6
|
+
lightBoxLeftSidebarInner: s
|
|
7
|
+
}, l = ({
|
|
8
|
+
children: t,
|
|
9
|
+
className: o,
|
|
10
|
+
fixed: r,
|
|
11
|
+
...d
|
|
12
|
+
}) => /* @__PURE__ */ i("div", { className: a(o, e.lightBoxLeftSidebar, { [e.fixed]: r }), ...d, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
|
|
13
|
+
l.displayName = "LightBoxLeftSidebar";
|
|
12
14
|
export {
|
|
13
|
-
|
|
15
|
+
l as LightBoxLeftSidebar
|
|
14
16
|
};
|
|
15
17
|
//# sourceMappingURL=LightBoxLeftSidebar.js.map
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
lightBoxRightSidebar:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { c as o } from "../../../chunks/vendor-BARd5eYq.js";
|
|
3
|
+
const r = "lightBoxRightSidebar__3fb22946", a = "fixed__6f293dec", x = "lightBoxRightSidebarInner__8a6d71bf", i = {
|
|
4
|
+
lightBoxRightSidebar: r,
|
|
5
|
+
fixed: a,
|
|
6
|
+
lightBoxRightSidebarInner: x
|
|
7
|
+
}, s = ({
|
|
8
|
+
children: e,
|
|
9
|
+
className: h,
|
|
10
|
+
fixed: d,
|
|
9
11
|
...g
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
12
|
+
}) => /* @__PURE__ */ t("div", { className: o(h, i.lightBoxRightSidebar, { [i.fixed]: d }), ...g, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
|
|
13
|
+
s.displayName = "LightBoxRightSidebar";
|
|
12
14
|
export {
|
|
13
|
-
|
|
15
|
+
s as LightBoxRightSidebar
|
|
14
16
|
};
|
|
15
17
|
//# sourceMappingURL=LightBoxRightSidebar.js.map
|
package/components/Link/Link.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as R, jsxs as t, Fragment as
|
|
1
|
+
import { jsx as R, jsxs as t, Fragment as i } from "react/jsx-runtime";
|
|
2
2
|
import L from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
const v = "
|
|
3
|
+
import { c as l } from "../../chunks/vendor-BARd5eYq.js";
|
|
4
|
+
const v = "link__3fb8851b", F = "wordWithContent__317b0ca7", S = "before__77bc4681", T = "after__207a4806", e = {
|
|
5
5
|
link: v,
|
|
6
6
|
wordWithContent: F,
|
|
7
7
|
before: S,
|
|
8
8
|
after: T
|
|
9
9
|
}, q = L.forwardRef(
|
|
10
|
-
({ children:
|
|
11
|
-
const c = () => o ? /* @__PURE__ */ t(
|
|
10
|
+
({ children: d, className: N, onBlur: p, onMouseDown: b, contentAfter: s, contentBefore: o, ...C }, f) => {
|
|
11
|
+
const c = () => o ? /* @__PURE__ */ t(i, { children: [
|
|
12
12
|
"",
|
|
13
13
|
o()
|
|
14
|
-
] }) : null, m = () => s ? s() : null,
|
|
14
|
+
] }) : null, m = () => s ? s() : null, W = (n) => {
|
|
15
15
|
const r = n.split(" ");
|
|
16
16
|
if (r.length < 2 || r.length < 3 && o && s) {
|
|
17
|
-
const y =
|
|
17
|
+
const y = l(e.wordWithContent, {
|
|
18
18
|
[e.after]: !!s,
|
|
19
19
|
[e.before]: !!o
|
|
20
20
|
});
|
|
@@ -24,18 +24,18 @@ const v = "link__9d05b6e2", F = "wordWithContent__7c717045", S = "before__4bd99a
|
|
|
24
24
|
m()
|
|
25
25
|
] });
|
|
26
26
|
}
|
|
27
|
-
const
|
|
27
|
+
const a = r[0], h = r[r.length - 1], _ = r.slice(1, -1).join(" "), k = l(e.wordWithContent, {
|
|
28
28
|
[e.before]: !!o
|
|
29
29
|
}), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
|
|
30
30
|
c(),
|
|
31
|
-
|
|
32
|
-
] }) :
|
|
31
|
+
a
|
|
32
|
+
] }) : a, x = l(e.wordWithContent, {
|
|
33
33
|
[e.after]: !!s
|
|
34
34
|
}), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
|
|
35
35
|
h,
|
|
36
36
|
m()
|
|
37
37
|
] }) : h;
|
|
38
|
-
return /* @__PURE__ */ t(
|
|
38
|
+
return /* @__PURE__ */ t(i, { children: [
|
|
39
39
|
g,
|
|
40
40
|
" ",
|
|
41
41
|
_,
|
|
@@ -43,23 +43,23 @@ const v = "link__9d05b6e2", F = "wordWithContent__7c717045", S = "before__4bd99a
|
|
|
43
43
|
j
|
|
44
44
|
] });
|
|
45
45
|
}, u = (n) => {
|
|
46
|
-
const r = o ? o() : null,
|
|
47
|
-
return /* @__PURE__ */ t(
|
|
46
|
+
const r = o ? o() : null, a = s ? s() : null;
|
|
47
|
+
return /* @__PURE__ */ t(i, { children: [
|
|
48
48
|
r,
|
|
49
49
|
n,
|
|
50
|
-
|
|
50
|
+
a
|
|
51
51
|
] });
|
|
52
|
-
}, w = o || s ? ((n) => typeof n == "string" ?
|
|
52
|
+
}, w = o || s ? ((n) => typeof n == "string" ? W(n) : u(n))(d) : d;
|
|
53
53
|
return /* @__PURE__ */ R(
|
|
54
54
|
"a",
|
|
55
55
|
{
|
|
56
56
|
role: "link",
|
|
57
|
-
...
|
|
58
|
-
className:
|
|
57
|
+
...C,
|
|
58
|
+
className: l(N, e.link, "hoverable"),
|
|
59
59
|
onBlur: p,
|
|
60
|
-
onMouseDown:
|
|
61
|
-
"data-tx": "0.
|
|
62
|
-
ref:
|
|
60
|
+
onMouseDown: b,
|
|
61
|
+
"data-tx": "0.13.0",
|
|
62
|
+
ref: f,
|
|
63
63
|
children: w
|
|
64
64
|
}
|
|
65
65
|
);
|
package/components/List/List.js
CHANGED
|
@@ -2,9 +2,9 @@ import { jsxs as i, jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as m } from "../../chunks/vendor-BARd5eYq.js";
|
|
4
4
|
import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
|
|
5
|
-
const
|
|
6
|
-
list:
|
|
7
|
-
}, n = e.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ i("ul", { className: m(
|
|
5
|
+
const f = "list__14742ff6", p = {
|
|
6
|
+
list: f
|
|
7
|
+
}, n = e.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ i("ul", { className: m(p.list, t), ...o, "data-tx": "0.13.0", ref: r, children: [
|
|
8
8
|
s,
|
|
9
9
|
l ? /* @__PURE__ */ a(c, { type: "small" }) : null
|
|
10
10
|
] }));
|
|
@@ -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 o } from "../../../chunks/vendor-BARd5eYq.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listEmptyState__22d5a029", r = {
|
|
5
5
|
listEmptyState: p
|
|
6
6
|
}, l = i.forwardRef(
|
|
7
7
|
({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(r.listEmptyState, s), ...m, ref: a, children: t })
|
|
@@ -3,7 +3,7 @@ import a, { useState as d } from "react";
|
|
|
3
3
|
import { ListItemContext as l } from "./ListItemContext.js";
|
|
4
4
|
const c = a.forwardRef(({ children: e, className: r, ...o }, s) => {
|
|
5
5
|
const [i, m] = d(!1);
|
|
6
|
-
return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.
|
|
6
|
+
return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.13.0", ref: s, children: e }) });
|
|
7
7
|
});
|
|
8
8
|
c.displayName = "ListItem";
|
|
9
9
|
export {
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import i, { useContext as l } from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor-BARd5eYq.js";
|
|
4
|
-
import { ListItemContext as
|
|
5
|
-
const
|
|
6
|
-
listItemContent:
|
|
7
|
-
selected:
|
|
8
|
-
},
|
|
4
|
+
import { ListItemContext as a } from "./ListItemContext.js";
|
|
5
|
+
const d = "listItemContent__f3578400", f = "selected__7966a9f4", t = {
|
|
6
|
+
listItemContent: d,
|
|
7
|
+
selected: f
|
|
8
|
+
}, C = i.forwardRef(
|
|
9
9
|
({ children: e, className: s, ...o }, n) => {
|
|
10
|
-
const { selected: m } = l(
|
|
10
|
+
const { selected: m } = l(a);
|
|
11
11
|
return /* @__PURE__ */ c(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
14
|
className: r(t.listItemContent, { [t.selected]: m }, s),
|
|
15
15
|
...o,
|
|
16
|
-
"data-tx": "0.
|
|
16
|
+
"data-tx": "0.13.0",
|
|
17
17
|
ref: n,
|
|
18
18
|
children: e
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
C.displayName = "ListItemContent";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
C as ListItemContent
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=ListItemContent.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
|
|
4
|
-
const i = "
|
|
4
|
+
const i = "listItemControls__4ca49bc5", c = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(
|
|
6
|
+
}, n = m.forwardRef(
|
|
7
|
+
({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(c.listItemControls, o), ...s, ref: r, children: t })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
n.displayName = "ListItemControls";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
n as ListItemControls
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ListItemControls.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../chunks/vendor-BARd5eYq.js";
|
|
4
|
-
import { L as e } from "../../../chunks/ListItemControlsButton-
|
|
4
|
+
import { L as e } from "../../../chunks/ListItemControlsButton-BMsTQr9O.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
export {
|
|
@@ -18,7 +18,7 @@ import { DropdownMobileListItem as H } from "../../Dropdown/mobile/DropdownMobil
|
|
|
18
18
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
20
20
|
import { DropdownList as R } from "../../Dropdown/desktop/DropdownList.js";
|
|
21
|
-
import { s as h, L as V } from "../../../chunks/ListItemControlsButton-
|
|
21
|
+
import { s as h, L as V } from "../../../chunks/ListItemControlsButton-BMsTQr9O.js";
|
|
22
22
|
const G = E.forwardRef(
|
|
23
23
|
(y, l) => {
|
|
24
24
|
const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...N } = y, u = a(null), f = a(null), [p, L] = O(), D = a(_()), v = ({ opened: e, setOpened: o }) => /* @__PURE__ */ t(
|
|
@@ -3,7 +3,7 @@ import m from "react";
|
|
|
3
3
|
import { c as s } from "../../../chunks/vendor-BARd5eYq.js";
|
|
4
4
|
import { LoaderScreen as r } from "../../LoaderScreen/LoaderScreen.js";
|
|
5
5
|
import { EComponentSize as a } from "../../../enums/EComponentSize.js";
|
|
6
|
-
const n = "
|
|
6
|
+
const n = "listItemLoading__1708c462", d = {
|
|
7
7
|
listItemLoading: n
|
|
8
8
|
}, l = m.forwardRef(
|
|
9
9
|
({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(r, { type: "small", size: a.MD }) })
|