@sberbusiness/triplex-next 1.24.0 → 1.26.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 +0 -1
- package/chunks/AlertProcessSpoiler-Boz5enko.js +41 -0
- package/chunks/CalendarViewItem-DHFLturD.js +101 -0
- package/chunks/Card.module-Bn676gKC.js +17 -0
- package/chunks/CheckboxTreeExtended.module-QbHPuClH.js +15 -0
- package/chunks/Chip-Di8g8Z6j.js +77 -0
- package/chunks/Confirm.module-b8ZTqcR2.js +15 -0
- package/chunks/{DropdownListItem-D_36RD5A.js → DropdownListItem-CjZLy9zZ.js} +12 -12
- package/chunks/DropdownMobile.module-B2yaydF-.js +23 -0
- package/chunks/Footer.module-DlTuw8bG.js +9 -0
- package/chunks/{FormFieldInput-C7aO7-c1.js → FormFieldInput-C2TczHnQ.js} +19 -19
- package/chunks/HeaderLayoutSidebar.module-BR0oblQF.js +9 -0
- package/chunks/HeaderTabs.module-D88xeP19.js +9 -0
- package/chunks/{HeaderTitle.module-zCyPp1EB.js → HeaderTitle.module-BdAYtCP5.js} +2 -2
- package/chunks/IslandAccordion.module-CbGSbbl6.js +25 -0
- package/chunks/IslandWidgetFooter.module-DzcObfJV.js +9 -0
- package/chunks/IslandWidgetHeader.module-_sYg-PBp.js +12 -0
- package/chunks/LightBoxContent-B8dwsZcd.js +63 -0
- package/chunks/LightBoxControls.module-DHrZ8-M9.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CgO3NViT.js +9 -0
- package/chunks/ListItemControlsButton-DjUxcey4.js +59 -0
- package/chunks/ListItemTail.module-CIBEtGa9.js +12 -0
- package/chunks/ListMasterFooter.module-DDv57q5J.js +10 -0
- package/chunks/ModalWindow.module-Cek3j-PN.js +17 -0
- package/chunks/Notification.module-BWxDmBI2.js +20 -0
- package/chunks/Overlay.module-CUZKmhvQ.js +18 -0
- package/chunks/Page.module-BD0MsbnW.js +11 -0
- package/chunks/SMSField.module-B6sFmN1l.js +16 -0
- package/chunks/SliderExtendedMarks.module-jwnpPZXf.js +15 -0
- package/chunks/{SliderExtendedRail-DjkasbSz.js → SliderExtendedRail-BYK2Vyz9.js} +12 -12
- package/chunks/StatusTracker.module-DQI30fwP.js +24 -0
- package/chunks/StepperStepArrowBorder-CHpL6Q5q.js +101 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BFJfXl0C.js → SuggestFieldMobileDropdownHint-BpAuE0ir.js} +6 -6
- package/chunks/TableFooter.module-DB3LfuRN.js +14 -0
- package/chunks/TabsExtended.module-DbTk0iCS.js +16 -0
- package/chunks/TabsLine.module-D3zxaGjs.js +21 -0
- package/chunks/TooltipDesktop.module-BTHsU4ca.js +19 -0
- package/chunks/TreeView.module-BXHaAGRo.js +9 -0
- package/chunks/{UploadZoneInput-PFc1lc82.js → UploadZoneInput-qDtiZYmT.js} +4 -4
- package/chunks/{constants-L3AUxJxB.js → constants-CtrvWwDT.js} +6 -6
- package/chunks/utils-4uYqfVa-.js +73 -0
- package/chunks/{utils-BLU83HAp.js → utils-BYHIu3S4.js} +2 -2
- package/chunks/utils-CqjXJ4Td.js +28 -0
- package/chunks/utils-DhWCXYI8.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +35 -35
- package/components/Alert/AlertProcess/AlertProcess.js +44 -37
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Alert/AlertProcess/enums.js +5 -0
- package/components/Alert/AlertTypeUtils.js +2 -2
- package/components/Alert/index.js +7 -5
- package/components/Amount/Amount.js +15 -15
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +20 -20
- package/components/Badge/Badge.js +17 -17
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +14 -14
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +63 -86
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +65 -64
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +16 -18
- package/components/Calendar/Calendar.js +20 -20
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +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 +28 -27
- package/components/Checkbox/CheckboxXGroup.js +17 -16
- package/components/Checkbox/CheckboxYGroup.js +11 -10
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +3 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +38 -43
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +7 -7
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +28 -27
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +75 -65
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +11 -11
- 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 +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +11 -11
- package/components/DateRange/DateRange.js +31 -31
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/AlertProcess.js +1 -1
- package/components/DesignTokens/components/Stepper.js +11 -20
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +21 -21
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/EmptyView/EmptyView.js +78 -0
- package/components/EmptyView/enums.js +5 -0
- package/components/EmptyView/index.js +7 -0
- package/components/EmptyView/types.js +2 -0
- package/components/ExpandAnimation/ExpandAnimation.js +11 -11
- 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 +15 -15
- package/components/FormField/components/FormFieldClear.js +4 -4
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +14 -14
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +12 -12
- package/components/FormField/components/FormFieldTextarea.js +24 -24
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- 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 +92 -88
- package/components/IconWrapper/IconWrapper.js +27 -0
- package/components/IconWrapper/index.js +5 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +3 -3
- 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 +27 -27
- package/components/IslandWidget/IslandWidget.js +22 -22
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +10 -10
- 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 +5 -5
- package/components/LightBox/LightBox.js +41 -38
- 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 +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/LightBox/enums.js +5 -0
- package/components/LightBox/index.js +4 -2
- package/components/Link/Link.js +45 -44
- package/components/List/List.js +2 -2
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +5 -5
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +3 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +24 -25
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +6 -6
- 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 +9 -9
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +9 -9
- 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 +1 -1
- 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/MonthYearField/MonthYearFieldTarget.js +14 -13
- package/components/MonthYearRange/MonthYearRange.js +76 -0
- package/components/MonthYearRange/enums.js +5 -0
- package/components/MonthYearRange/index.js +7 -0
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- 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/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 +20 -15
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +7 -7
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +4 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +14 -14
- package/components/Radio/Radio.js +15 -15
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +18 -18
- package/components/SegmentedControl/SegmentedControlSegment.js +37 -42
- package/components/SelectExtendedField/SelectExtendedField.js +10 -10
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -90
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +15 -15
- 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 +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +17 -17
- package/components/SmallInput/SmallInput.js +3 -3
- package/components/Spoiler/Spoiler.js +8 -8
- 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 +9 -9
- package/components/Stepper/Stepper.js +104 -89
- package/components/Stepper/StepperExtended.js +22 -20
- package/components/Stepper/StepperExtendedContext.js +6 -6
- package/components/Stepper/StepperStep.js +61 -64
- package/components/Stepper/StepperStepArrowBorder.js +7 -0
- package/components/Stepper/enums.js +3 -4
- package/components/Stepper/index.js +4 -5
- package/components/Stepper/types.js +2 -0
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +58 -58
- 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 +12 -12
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +8 -8
- package/components/Table/NoColumns.js +6 -6
- 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 +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +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 +21 -21
- 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 +17 -17
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +26 -26
- package/components/TagColor/TagColor.js +9 -9
- package/components/TagColor/index.js +4 -2
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.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 +3 -3
- 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 +15 -15
- 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 +34 -34
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +26 -26
- package/components/Typography/Title.js +19 -19
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +596 -581
- package/index.d.ts +136 -36
- package/index.js +642 -627
- package/package.json +14 -2
- package/styles/triplex-next.css +538 -541
- package/chunks/AlertProcessSpoiler-80EWxnlw.js +0 -39
- package/chunks/CalendarViewItem-DcrCLRoo.js +0 -101
- package/chunks/Card.module-CUXrlJIK.js +0 -17
- package/chunks/CheckboxTreeExtended.module-Ie0bCwhb.js +0 -15
- package/chunks/Chip-DxpL0kHg.js +0 -104
- package/chunks/Confirm.module-Cr5VrxP0.js +0 -15
- package/chunks/DropdownMobile.module-C3vVcwH8.js +0 -23
- package/chunks/Footer.module-SSgVxTxk.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-D8g1wOUn.js +0 -9
- package/chunks/HeaderTabs.module-BvkH88vz.js +0 -9
- package/chunks/IslandAccordion.module-C00y6r96.js +0 -25
- package/chunks/IslandWidgetFooter.module-DrJEO_uY.js +0 -9
- package/chunks/IslandWidgetHeader.module-Dn_9gy4B.js +0 -12
- package/chunks/LightBoxContent-JnifyJVA.js +0 -56
- package/chunks/LightBoxControls.module-sVFD1v0Y.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-D-_ry0KX.js +0 -9
- package/chunks/ListItemControlsButton-BZ5uutQX.js +0 -51
- package/chunks/ListItemTail.module-Dx6BEkhi.js +0 -12
- package/chunks/ListMasterFooter.module-wZeGRX3y.js +0 -10
- package/chunks/ModalWindow.module-Cn_qF5og.js +0 -17
- package/chunks/Notification.module-ytSUjaU2.js +0 -20
- package/chunks/Overlay.module-0Rx__Ctf.js +0 -18
- package/chunks/Page.module-BWR-liu5.js +0 -11
- package/chunks/RightBorderArrow-eMlmbMOj.js +0 -146
- package/chunks/SMSField.module-CjgotURM.js +0 -16
- package/chunks/SliderExtendedMarks.module-BEldseQH.js +0 -15
- package/chunks/StatusTracker.module-DSJGmASX.js +0 -24
- package/chunks/TableFooter.module-BE2n5_2S.js +0 -14
- package/chunks/TabsExtended.module-BVEU3Ags.js +0 -16
- package/chunks/TabsLine.module-QKvdCYgI.js +0 -21
- package/chunks/TooltipDesktop.module-LbV07iSe.js +0 -19
- package/chunks/TreeView.module-KRwuysl3.js +0 -9
- package/chunks/utils-BdtV3MzH.js +0 -28
- package/chunks/utils-CjaG-bCZ.js +0 -24
- package/chunks/utils-DaknoeiF.js +0 -73
- package/components/Stepper/RightBorderArrow.js +0 -7
- package/components/Stepper/StepperWrapper.js +0 -12
|
@@ -2,16 +2,16 @@ 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-DudMBGKr.js";
|
|
4
4
|
import { IslandWidgetLayoutContext as n } from "../IslandWidgetLayoutContext.js";
|
|
5
|
-
const W = "
|
|
5
|
+
const W = "islandWidgetWrapper__ba29df48", m = {
|
|
6
6
|
islandWidgetWrapper: W
|
|
7
|
-
},
|
|
7
|
+
}, c = i.forwardRef(
|
|
8
8
|
({ children: e, className: a, ...t }, s) => {
|
|
9
9
|
const [d, o] = p(!1);
|
|
10
|
-
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: d, setHasExtraFooter: o }, children: /* @__PURE__ */ r("div", { className: l(
|
|
10
|
+
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: d, setHasExtraFooter: o }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper, a), ...t, ref: s, children: e }) });
|
|
11
11
|
}
|
|
12
12
|
);
|
|
13
|
-
|
|
13
|
+
c.displayName = "IslandWidgetWrapper";
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
c as IslandWidgetWrapper
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=IslandWidgetWrapper.js.map
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useRef as n, useEffect as
|
|
3
|
-
import { c as
|
|
4
|
-
import { L as F, s as e } from "../../chunks/LightBoxContent-
|
|
1
|
+
import { jsxs as B, Fragment as V, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as n, useEffect as f } from "react";
|
|
3
|
+
import { c as A, g as D } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { L as F, s as e } from "../../chunks/LightBoxContent-B8dwsZcd.js";
|
|
5
5
|
import { LightBoxControls as I } from "./LightBoxControls/LightBoxControls.js";
|
|
6
6
|
import { LightBoxSideOverlay as T } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
7
7
|
import { Portal as k } from "../Portal/Portal.js";
|
|
8
|
-
import { addClassNameWithScrollbarWidth as
|
|
9
|
-
import { TopOverlay as
|
|
10
|
-
import { LightBoxViewManager as
|
|
8
|
+
import { addClassNameWithScrollbarWidth as j } from "../../utils/scroll/scrollbar.js";
|
|
9
|
+
import { TopOverlay as q } from "../TopOverlay/TopOverlay.js";
|
|
10
|
+
import { LightBoxViewManager as z } from "./LightBoxViewManager/LightBoxViewManager.js";
|
|
11
11
|
import { MobileView as W } from "../MobileView/MobileView.js";
|
|
12
12
|
import { FocusTrapUtils as $ } from "../../utils/focus/FocusTrapUtils.js";
|
|
13
|
-
import { useToken as
|
|
14
|
-
import { LightBoxLeftSidebar as
|
|
15
|
-
import { LightBoxRightSidebar as
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"scroll-
|
|
19
|
-
"scroll-
|
|
20
|
-
"scroll-
|
|
21
|
-
|
|
22
|
-
|
|
13
|
+
import { useToken as H } from "../ThemeProvider/useToken.js";
|
|
14
|
+
import { LightBoxLeftSidebar as U } from "./LightBoxSidebars/LightBoxLeftSidebar.js";
|
|
15
|
+
import { LightBoxRightSidebar as Z } from "./LightBoxSidebars/LightBoxRightSidebar.js";
|
|
16
|
+
import { ELightBoxSize as G } from "./enums.js";
|
|
17
|
+
const J = {
|
|
18
|
+
"scroll-0": "scroll-0__33c57561",
|
|
19
|
+
"scroll-15": "scroll-15__988b3ac7",
|
|
20
|
+
"scroll-16": "scroll-16__0cda190b",
|
|
21
|
+
"scroll-17": "scroll-17__ab425ee9"
|
|
22
|
+
}, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", b = [e.bodyOverflowHidden], N = ({
|
|
23
|
+
children: M,
|
|
23
24
|
className: v,
|
|
24
25
|
focusTrapProps: r,
|
|
25
26
|
forwardRef: c,
|
|
@@ -28,28 +29,30 @@ const Z = {
|
|
|
28
29
|
isLoading: d,
|
|
29
30
|
isSideOverlayOpened: i,
|
|
30
31
|
isTopOverlayOpened: y,
|
|
31
|
-
|
|
32
|
+
size: S = G.MD,
|
|
33
|
+
...E
|
|
32
34
|
}) => {
|
|
33
|
-
const l = n(null), u = n(null), { scopeClassName: C } =
|
|
35
|
+
const l = n(null), u = n(null), { scopeClassName: C } = H(), w = () => {
|
|
34
36
|
let t = null;
|
|
35
37
|
return s ? t = s : (t = document.querySelector(`#${p}`), t || (t = document.createElement("div"), t.setAttribute("id", p), document.body.appendChild(t))), t;
|
|
36
|
-
},
|
|
38
|
+
}, _ = () => {
|
|
37
39
|
let t = null;
|
|
38
40
|
return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
|
|
39
|
-
}, a = n(
|
|
40
|
-
|
|
41
|
+
}, a = n(w()), g = n(_()), h = () => {
|
|
42
|
+
b.forEach((t) => document.documentElement.classList.add(t));
|
|
41
43
|
};
|
|
42
|
-
|
|
44
|
+
f(() => (j(J), h(), setTimeout(h, 100), () => b.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
|
|
43
45
|
if (!i && l.current) {
|
|
44
46
|
const t = Math.round(Math.random() * 100);
|
|
45
47
|
l.current.style.zIndex = t.toString();
|
|
46
48
|
}
|
|
47
49
|
}, [i]);
|
|
48
|
-
const
|
|
50
|
+
const O = (t) => {
|
|
49
51
|
u.current = t, c && (c.current = t);
|
|
50
|
-
},
|
|
52
|
+
}, R = A(
|
|
51
53
|
C,
|
|
52
54
|
e.lightBox,
|
|
55
|
+
e[S],
|
|
53
56
|
{
|
|
54
57
|
[e.isLoading]: !!d,
|
|
55
58
|
[e.lightBoxSideOverlayActive]: !!i,
|
|
@@ -59,17 +62,17 @@ const Z = {
|
|
|
59
62
|
);
|
|
60
63
|
if (!a.current)
|
|
61
64
|
return null;
|
|
62
|
-
const
|
|
65
|
+
const x = () => /* @__PURE__ */ B("div", { className: R, ref: O, role: "dialog", "aria-modal": "true", ...E, children: [
|
|
63
66
|
/* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
|
|
64
|
-
|
|
67
|
+
M,
|
|
65
68
|
/* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
|
|
66
69
|
] });
|
|
67
|
-
return /* @__PURE__ */
|
|
70
|
+
return /* @__PURE__ */ B(V, { children: [
|
|
68
71
|
/* @__PURE__ */ o(k, { container: a.current, children: /* @__PURE__ */ o(
|
|
69
72
|
W,
|
|
70
73
|
{
|
|
71
74
|
fallback: /* @__PURE__ */ o(
|
|
72
|
-
|
|
75
|
+
D.FocusTrap,
|
|
73
76
|
{
|
|
74
77
|
active: !d,
|
|
75
78
|
...r,
|
|
@@ -79,14 +82,14 @@ const Z = {
|
|
|
79
82
|
preventScroll: !0,
|
|
80
83
|
...r == null ? void 0 : r.focusTrapOptions
|
|
81
84
|
},
|
|
82
|
-
children:
|
|
85
|
+
children: x()
|
|
83
86
|
}
|
|
84
87
|
),
|
|
85
|
-
children:
|
|
88
|
+
children: x()
|
|
86
89
|
}
|
|
87
90
|
) }),
|
|
88
91
|
g.current && /* @__PURE__ */ o(
|
|
89
|
-
|
|
92
|
+
z,
|
|
90
93
|
{
|
|
91
94
|
lightBoxViewManagerNode: g.current,
|
|
92
95
|
lightBoxMountNode: a.current
|
|
@@ -94,17 +97,17 @@ const Z = {
|
|
|
94
97
|
)
|
|
95
98
|
] });
|
|
96
99
|
};
|
|
97
|
-
|
|
98
|
-
const
|
|
100
|
+
N.displayName = "LightBoxBase";
|
|
101
|
+
const dt = Object.assign(N, {
|
|
99
102
|
Content: F,
|
|
100
103
|
SideOverlay: T,
|
|
101
|
-
TopOverlay:
|
|
104
|
+
TopOverlay: q,
|
|
102
105
|
Controls: I,
|
|
103
|
-
LeftSidebar:
|
|
104
|
-
RightSidebar:
|
|
106
|
+
LeftSidebar: U,
|
|
107
|
+
RightSidebar: Z
|
|
105
108
|
});
|
|
106
109
|
export {
|
|
107
|
-
|
|
110
|
+
dt as LightBox,
|
|
108
111
|
p as lightBoxMountNodeIdDefault,
|
|
109
112
|
L as lightBoxViewManagerNodeIdDefault
|
|
110
113
|
};
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../WindowResizeListener/WindowResizeListener.js";
|
|
4
4
|
import "../../chunks/vendor-DudMBGKr.js";
|
|
5
5
|
import "../LoaderScreen/LoaderScreen.js";
|
|
6
|
-
import { L as n } from "../../chunks/LightBoxContent-
|
|
6
|
+
import { L as n } from "../../chunks/LightBoxContent-B8dwsZcd.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-DHrZ8-M9.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-DudMBGKr.js";
|
|
6
|
-
import { s as p } from "../../../chunks/LightBoxControls.module-
|
|
6
|
+
import { s as p } from "../../../chunks/LightBoxControls.module-DHrZ8-M9.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-DHrZ8-M9.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-DHrZ8-M9.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: u,
|
|
13
13
|
clickByArrowLeft: x,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t, jsxs as y, Fragment as T } from "react/jsx-runtime";
|
|
2
2
|
import { useState as B, useRef as O, useEffect as X } from "react";
|
|
3
|
-
import { c as
|
|
3
|
+
import { c as f, F as Y } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { OverlayBase as z, EOverlayDirection as L } from "../../Overlay/OverlayBase.js";
|
|
5
5
|
import { OverlayMask as R } from "../../Overlay/OverlayMask.js";
|
|
6
6
|
import { LightBoxSideOverlayLoader as j } from "./LightBoxSideOverlayLoader.js";
|
|
@@ -9,7 +9,7 @@ import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseM
|
|
|
9
9
|
import { LightBoxSideOverlayCloseDesktop as G } from "./LightBoxSideOverlayCloseDesktop.js";
|
|
10
10
|
import { EComponentSize as U } from "../../../enums/EComponentSize.js";
|
|
11
11
|
import { createSizeToClassNameMap as q } from "../../../utils/classNameMaps.js";
|
|
12
|
-
const J = "
|
|
12
|
+
const J = "lightBoxSideOverlayMask__4ee6a3ba", K = "lightBoxSideOverlayWrapper__fec7b7ca", Q = "overflowXHidden__1e8c673c", V = "overflowYHidden__01b061dc", Z = "closing__c6de7312", $ = "opened__dfc88d2f", P = "lightBoxSideOverlayContent__2a50e06f", ee = "opening__6eb82c26", oe = "sm__0ba11edf", te = "md__3507dde5", ie = "lg__a080aa01", re = "lightBoxSideOverlay__acf5279f", e = {
|
|
13
13
|
lightBoxSideOverlayMask: J,
|
|
14
14
|
lightBoxSideOverlayWrapper: K,
|
|
15
15
|
overflowXHidden: Q,
|
|
@@ -36,9 +36,9 @@ const J = "lightBoxSideOverlayMask__d1f3b3a5", K = "lightBoxSideOverlayWrapper__
|
|
|
36
36
|
size: M = U.MD,
|
|
37
37
|
...k
|
|
38
38
|
}) => {
|
|
39
|
-
const [i, d] = B(!1), [n, g] = B(!1),
|
|
39
|
+
const [i, d] = B(!1), [n, g] = B(!1), m = O(o), p = O(null);
|
|
40
40
|
X(() => {
|
|
41
|
-
|
|
41
|
+
m.current && !o ? (g(!1), d(!0)) : !m.current && o && (d(!1), g(!0)), m.current = o;
|
|
42
42
|
}, [o]);
|
|
43
43
|
const w = (r) => {
|
|
44
44
|
const { target: D, currentTarget: W } = r;
|
|
@@ -46,7 +46,7 @@ const J = "lightBoxSideOverlayMask__d1f3b3a5", K = "lightBoxSideOverlayWrapper__
|
|
|
46
46
|
}, C = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ y(
|
|
47
47
|
"div",
|
|
48
48
|
{
|
|
49
|
-
className:
|
|
49
|
+
className: f(e.lightBoxSideOverlayContent, {
|
|
50
50
|
[e.closing]: i,
|
|
51
51
|
[e.opening]: n,
|
|
52
52
|
[e.opened]: o
|
|
@@ -59,7 +59,7 @@ const J = "lightBoxSideOverlayMask__d1f3b3a5", K = "lightBoxSideOverlayWrapper__
|
|
|
59
59
|
]
|
|
60
60
|
}
|
|
61
61
|
), N = () => {
|
|
62
|
-
}, b =
|
|
62
|
+
}, b = f(S, e.lightBoxSideOverlayWrapper, le[M], {
|
|
63
63
|
[e.closing]: i,
|
|
64
64
|
[e.opened]: o,
|
|
65
65
|
[e.overflowXHidden]: !!h || !!a,
|
|
@@ -70,7 +70,7 @@ const J = "lightBoxSideOverlayMask__d1f3b3a5", K = "lightBoxSideOverlayWrapper__
|
|
|
70
70
|
] }), F = /* @__PURE__ */ t(
|
|
71
71
|
"div",
|
|
72
72
|
{
|
|
73
|
-
className:
|
|
73
|
+
className: f(e.lightBoxSideOverlay, {
|
|
74
74
|
[e.closing]: i,
|
|
75
75
|
[e.opening]: n
|
|
76
76
|
}),
|
|
@@ -7,7 +7,7 @@ import { CrossStrokeSrvIcon32 as d } from "@sberbusiness/icons-next";
|
|
|
7
7
|
import { EButtonTheme as f } from "../../Button/enums.js";
|
|
8
8
|
import { EComponentSize as C } from "../../../enums/EComponentSize.js";
|
|
9
9
|
import { Button as u } from "../../Button/Button.js";
|
|
10
|
-
import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-
|
|
10
|
+
import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-CgO3NViT.js";
|
|
11
11
|
const E = ({
|
|
12
12
|
className: i,
|
|
13
13
|
clickByEsc: s,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as r } from "../../../chunks/vendor-DudMBGKr.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-CgO3NViT.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,18 +1,18 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { useState as s, useRef as
|
|
3
|
-
import { LoaderScreen as
|
|
4
|
-
const n = "
|
|
2
|
+
import { useState as s, useRef as l, useEffect as p } from "react";
|
|
3
|
+
import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
+
const n = "lightBoxSideOverlayLoaderWrapper__6a237c2c", c = {
|
|
5
5
|
lightBoxSideOverlayLoaderWrapper: n
|
|
6
6
|
}, f = ({ loadingTitle: a }) => {
|
|
7
|
-
const [t, r] = s(0), e =
|
|
8
|
-
return
|
|
7
|
+
const [t, r] = s(0), e = l(null);
|
|
8
|
+
return p(() => {
|
|
9
9
|
setTimeout(() => {
|
|
10
10
|
if (e.current) {
|
|
11
11
|
const o = e.current.getBoundingClientRect();
|
|
12
12
|
o.top !== t && (o.top > 0 ? r(0) : r(Math.abs(o.top)));
|
|
13
13
|
}
|
|
14
14
|
});
|
|
15
|
-
}, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(
|
|
15
|
+
}, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(d, { type: "middle", children: a }) });
|
|
16
16
|
};
|
|
17
17
|
f.displayName = "LightBoxSideOverlayLoader";
|
|
18
18
|
export {
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { jsx as x } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as N, useRef as
|
|
2
|
+
import { forwardRef as N, useRef as o, useImperativeHandle as R, useState as V, useEffect as b } from "react";
|
|
3
3
|
import { c as h } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const j = "
|
|
4
|
+
const j = "lightBoxLeftSidebar__89bdaee3", z = "fixed__f5c25d64", E = "hidden__52471f24", r = {
|
|
5
5
|
lightBoxLeftSidebar: j,
|
|
6
6
|
fixed: z,
|
|
7
7
|
hidden: E
|
|
8
8
|
}, O = N(
|
|
9
|
-
({ children: m, className: L, fixed: B, minVisibleWidth:
|
|
10
|
-
const n =
|
|
9
|
+
({ children: m, className: L, fixed: B, minVisibleWidth: d = 100, onShow: s, onHide: i, ...g }, p) => {
|
|
10
|
+
const n = o(null);
|
|
11
11
|
R(p, () => n.current);
|
|
12
|
-
const [v, _] = V(!0), e =
|
|
12
|
+
const [v, _] = V(!0), e = o(s), t = o(i);
|
|
13
13
|
return b(() => {
|
|
14
14
|
e.current = s, t.current = i;
|
|
15
15
|
}, [s, i]), b(() => {
|
|
16
16
|
const f = n.current;
|
|
17
17
|
if (!f) return;
|
|
18
|
-
const
|
|
18
|
+
const a = new ResizeObserver((S) => {
|
|
19
19
|
for (const y of S) {
|
|
20
|
-
const c = y.contentRect.width >
|
|
20
|
+
const c = y.contentRect.width > d;
|
|
21
21
|
_((I) => {
|
|
22
|
-
var
|
|
23
|
-
return c !== I && (c ? (
|
|
22
|
+
var l, u;
|
|
23
|
+
return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
-
return
|
|
28
|
-
}, [
|
|
27
|
+
return a.observe(f), () => a.disconnect();
|
|
28
|
+
}, [d]), /* @__PURE__ */ x(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
31
|
ref: n,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as h } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as N, useRef as o, useImperativeHandle as L, useState as V, useEffect as g } from "react";
|
|
3
3
|
import { c as x } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const j = "
|
|
4
|
+
const j = "lightBoxRightSidebar__54e3bcf8", z = "fixed__f5c25d64", E = "hidden__52471f24", r = {
|
|
5
5
|
lightBoxRightSidebar: j,
|
|
6
6
|
fixed: z,
|
|
7
7
|
hidden: E
|
|
@@ -13,18 +13,18 @@ const j = "lightBoxRightSidebar__5e0a6a1a", z = "fixed__d8803402", E = "hidden__
|
|
|
13
13
|
return g(() => {
|
|
14
14
|
e.current = i, t.current = s;
|
|
15
15
|
}, [i, s]), g(() => {
|
|
16
|
-
const
|
|
17
|
-
if (!
|
|
18
|
-
const
|
|
16
|
+
const f = n.current;
|
|
17
|
+
if (!f) return;
|
|
18
|
+
const l = new ResizeObserver((S) => {
|
|
19
19
|
for (const y of S) {
|
|
20
20
|
const c = y.contentRect.width > d;
|
|
21
21
|
_((I) => {
|
|
22
|
-
var
|
|
23
|
-
return c !== I && (c ? (
|
|
22
|
+
var a, u;
|
|
23
|
+
return c !== I && (c ? (a = e.current) == null || a.call(e) : (u = t.current) == null || u.call(t)), c;
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
-
return
|
|
27
|
+
return l.observe(f), () => l.disconnect();
|
|
28
28
|
}, [d]), /* @__PURE__ */ h(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { LightBox as t, lightBoxMountNodeIdDefault as i, lightBoxViewManagerNodeIdDefault as r } from "./LightBox.js";
|
|
2
|
-
import {
|
|
2
|
+
import { ELightBoxSize as g } from "./enums.js";
|
|
3
|
+
import { LightBoxSideOverlay as d } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
3
4
|
export {
|
|
5
|
+
g as ELightBoxSize,
|
|
4
6
|
t as LightBox,
|
|
5
|
-
|
|
7
|
+
d as LightBoxSideOverlay,
|
|
6
8
|
i as lightBoxMountNodeIdDefault,
|
|
7
9
|
r as lightBoxViewManagerNodeIdDefault
|
|
8
10
|
};
|
package/components/Link/Link.js
CHANGED
|
@@ -1,72 +1,73 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as h, jsxs as t, Fragment as i } from "react/jsx-runtime";
|
|
2
2
|
import L from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
import { c as a } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { IconWrapper as F } from "../IconWrapper/IconWrapper.js";
|
|
5
|
+
const I = "link__1b846c12", S = "wordWithContent__3514174e", T = "before__c814620d", q = "after__7ffc07f5", e = {
|
|
6
|
+
link: I,
|
|
7
|
+
wordWithContent: S,
|
|
8
|
+
before: T,
|
|
9
|
+
after: q
|
|
10
|
+
}, v = L.forwardRef(
|
|
11
|
+
({ children: d, className: f, onBlur: N, onMouseDown: C, contentAfter: s, contentBefore: n, ...u }, W) => {
|
|
12
|
+
const c = () => n ? /* @__PURE__ */ t(i, { children: [
|
|
12
13
|
"",
|
|
13
|
-
|
|
14
|
-
] }) : null, m = () => s ? s() : null,
|
|
15
|
-
const r =
|
|
16
|
-
if (r.length < 2 || r.length < 3 &&
|
|
17
|
-
const
|
|
14
|
+
n()
|
|
15
|
+
] }) : null, m = () => s ? s() : null, _ = (o) => {
|
|
16
|
+
const r = o.split(" ");
|
|
17
|
+
if (r.length < 2 || r.length < 3 && n && s) {
|
|
18
|
+
const R = a(e.wordWithContent, {
|
|
18
19
|
[e.after]: !!s,
|
|
19
|
-
[e.before]: !!
|
|
20
|
+
[e.before]: !!n
|
|
20
21
|
});
|
|
21
|
-
return /* @__PURE__ */ t("span", { className:
|
|
22
|
+
return /* @__PURE__ */ t("span", { className: R, children: [
|
|
22
23
|
c(),
|
|
23
|
-
|
|
24
|
+
o,
|
|
24
25
|
m()
|
|
25
26
|
] });
|
|
26
27
|
}
|
|
27
|
-
const
|
|
28
|
-
[e.before]: !!
|
|
29
|
-
}),
|
|
28
|
+
const l = r[0], p = r[r.length - 1], b = r.slice(1, -1).join(" "), g = a(e.wordWithContent, {
|
|
29
|
+
[e.before]: !!n
|
|
30
|
+
}), x = n ? /* @__PURE__ */ t("span", { className: g, children: [
|
|
30
31
|
c(),
|
|
31
|
-
|
|
32
|
-
] }) :
|
|
32
|
+
l
|
|
33
|
+
] }) : l, y = a(e.wordWithContent, {
|
|
33
34
|
[e.after]: !!s
|
|
34
|
-
}), j = s ? /* @__PURE__ */ t("span", { className:
|
|
35
|
-
|
|
35
|
+
}), j = s ? /* @__PURE__ */ t("span", { className: y, children: [
|
|
36
|
+
p,
|
|
36
37
|
m()
|
|
37
|
-
] }) :
|
|
38
|
-
return /* @__PURE__ */ t(
|
|
39
|
-
|
|
38
|
+
] }) : p;
|
|
39
|
+
return /* @__PURE__ */ t(i, { children: [
|
|
40
|
+
x,
|
|
40
41
|
" ",
|
|
41
42
|
b,
|
|
42
43
|
" ",
|
|
43
44
|
j
|
|
44
45
|
] });
|
|
45
|
-
},
|
|
46
|
-
const r =
|
|
47
|
-
return /* @__PURE__ */ t(
|
|
46
|
+
}, w = (o) => {
|
|
47
|
+
const r = n ? n() : null, l = s ? s() : null;
|
|
48
|
+
return /* @__PURE__ */ t(i, { children: [
|
|
48
49
|
r,
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
o,
|
|
51
|
+
l
|
|
51
52
|
] });
|
|
52
|
-
},
|
|
53
|
-
return /* @__PURE__ */
|
|
53
|
+
}, k = n || s ? ((o) => typeof o == "string" ? _(o) : w(o))(d) : d;
|
|
54
|
+
return /* @__PURE__ */ h(
|
|
54
55
|
"a",
|
|
55
56
|
{
|
|
56
57
|
role: "link",
|
|
57
|
-
...
|
|
58
|
-
className:
|
|
59
|
-
onBlur:
|
|
60
|
-
onMouseDown:
|
|
61
|
-
"data-tx": "1.
|
|
62
|
-
ref:
|
|
63
|
-
children:
|
|
58
|
+
...u,
|
|
59
|
+
className: a(f, e.link),
|
|
60
|
+
onBlur: N,
|
|
61
|
+
onMouseDown: C,
|
|
62
|
+
"data-tx": "1.26.0",
|
|
63
|
+
ref: W,
|
|
64
|
+
children: /* @__PURE__ */ h(F, { displayContents: !0, children: k })
|
|
64
65
|
}
|
|
65
66
|
);
|
|
66
67
|
}
|
|
67
68
|
);
|
|
68
|
-
|
|
69
|
+
v.displayName = "Link";
|
|
69
70
|
export {
|
|
70
|
-
|
|
71
|
+
v as Link
|
|
71
72
|
};
|
|
72
73
|
//# sourceMappingURL=Link.js.map
|
package/components/List/List.js
CHANGED
|
@@ -2,9 +2,9 @@ import { jsxs as r, jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as m } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
|
|
5
|
-
const d = "
|
|
5
|
+
const d = "list__6e8617e8", f = {
|
|
6
6
|
list: d
|
|
7
|
-
}, p = a.forwardRef(({ children: t, className: s, loading: e, ...l }, o) => /* @__PURE__ */ r("ul", { className: m(f.list, s), ...l, "data-tx": "1.
|
|
7
|
+
}, p = a.forwardRef(({ children: t, className: s, loading: e, ...l }, o) => /* @__PURE__ */ r("ul", { className: m(f.list, s), ...l, "data-tx": "1.26.0", ref: o, children: [
|
|
8
8
|
t,
|
|
9
9
|
e ? /* @__PURE__ */ i(c, { type: "middle" }) : null
|
|
10
10
|
] }));
|
|
@@ -1,10 +1,10 @@
|
|
|
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-DudMBGKr.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listEmptyState__cf2403ea", l = {
|
|
5
5
|
listEmptyState: p
|
|
6
6
|
}, r = i.forwardRef(
|
|
7
|
-
({ children: t, className: s, ...
|
|
7
|
+
({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...m, ref: a, children: t })
|
|
8
8
|
);
|
|
9
9
|
r.displayName = "ListItemEmpty";
|
|
10
10
|
export {
|
|
@@ -3,7 +3,7 @@ import m, { useState as d } from "react";
|
|
|
3
3
|
import { ListItemContext as l } from "./ListItemContext.js";
|
|
4
4
|
const f = m.forwardRef(({ children: e, className: r, ...o }, s) => {
|
|
5
5
|
const [a, i] = d(!1);
|
|
6
|
-
return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.
|
|
6
|
+
return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.26.0", ref: s, children: e }) });
|
|
7
7
|
});
|
|
8
8
|
f.displayName = "ListItem";
|
|
9
9
|
export {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import l, { useContext as i } from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { ListItemContext as
|
|
5
|
-
const
|
|
6
|
-
listItemContent:
|
|
4
|
+
import { ListItemContext as a } from "./ListItemContext.js";
|
|
5
|
+
const d = "listItemContent__0de746d4", C = "selected__aace9268", t = {
|
|
6
|
+
listItemContent: d,
|
|
7
7
|
selected: C
|
|
8
8
|
}, f = l.forwardRef(
|
|
9
9
|
({ children: e, className: s, ...o }, n) => {
|
|
10
|
-
const { selected: m } = i(
|
|
10
|
+
const { selected: m } = i(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": "1.
|
|
16
|
+
"data-tx": "1.26.0",
|
|
17
17
|
ref: n,
|
|
18
18
|
children: e
|
|
19
19
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const i = "
|
|
4
|
+
const i = "listItemControls__4a369e3a", a = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: o, ...s },
|
|
6
|
+
}, n = e.forwardRef(
|
|
7
|
+
({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(a.listItemControls, o), ...s, ref: l, 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
|