@sberbusiness/triplex-next 1.6.1 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-C7qEZRwB.js +39 -0
- package/chunks/{CalendarViewItem-BoFDPLNT.js → CalendarViewItem-CUPkQFFY.js} +20 -20
- package/chunks/Card.module-D1ZooBvB.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CjWzaGb4.js +11 -0
- package/chunks/{Chip-C91-I9zb.js → Chip-CCv72AgN.js} +12 -12
- package/chunks/Confirm.module-DCsU0G6f.js +15 -0
- package/chunks/DropdownListItem-BcXHt5bk.js +63 -0
- package/chunks/DropdownMobile.module-B-UZ3LiZ.js +23 -0
- package/chunks/Footer.module-lZvJ02_q.js +9 -0
- package/chunks/{FormFieldInput-BL8yYnKo.js → FormFieldInput-BnHKlreA.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-CWZIkcLe.js +9 -0
- package/chunks/HeaderTabs.module-C-ZA_mn1.js +9 -0
- package/chunks/{HeaderTitle.module-29jwPQr2.js → HeaderTitle.module-0YuV_UNN.js} +2 -2
- package/chunks/IslandAccordion.module-h_O6zE1D.js +26 -0
- package/chunks/IslandWidgetFooter.module-Qje3BoKp.js +9 -0
- package/chunks/IslandWidgetHeader.module-CX_EFZUr.js +9 -0
- package/chunks/{LightBoxContent-D9VFXK17.js → LightBoxContent-CzLiq8KE.js} +13 -13
- package/chunks/LightBoxControls.module-BRiJRrAF.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CCW9Lhhe.js +8 -0
- package/chunks/{ListItemControlsButton-DnuVSFV7.js → ListItemControlsButton-BB9ENDS-.js} +8 -8
- package/chunks/ListItemTail.module-BNCbqffO.js +12 -0
- package/chunks/ListMasterFooter.module-TZgSWuoA.js +10 -0
- package/chunks/ModalWindow.module-Bf1JWUeo.js +17 -0
- package/chunks/Notification.module-BRB3HPvc.js +21 -0
- package/chunks/Overlay.module-BPWZrFj3.js +18 -0
- package/chunks/Page.module-qLhls7XX.js +11 -0
- package/chunks/{RightBorderArrow-esMRIv7g.js → RightBorderArrow-BsoQkq2D.js} +13 -13
- package/chunks/SMSInput.module-C87wEVmB.js +16 -0
- package/chunks/SliderExtendedMarks.module-DwPWr28H.js +15 -0
- package/chunks/SliderExtendedRail-DCMgHGfh.js +40 -0
- package/chunks/StatusTracker.module-8ARjpbBi.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CpoZIQ7a.js → SuggestFieldMobileDropdownHint-BEzPFmOF.js} +4 -4
- package/chunks/TableFooter.module-DgtjRZYk.js +14 -0
- package/chunks/TabsExtended.module-B0_ktbZ6.js +16 -0
- package/chunks/TabsLine.module-DGic2tTZ.js +21 -0
- package/chunks/TooltipDesktop.module-krYzO0tT.js +19 -0
- package/chunks/{TooltipMobileCloseButton-Bdw8P_WT.js → TooltipMobileCloseButton-D5h1S51t.js} +7 -7
- package/chunks/TreeView.module-7xjkN1j1.js +9 -0
- package/chunks/{UploadZoneInput-Cr1wEu6A.js → UploadZoneInput-BES4iuW5.js} +5 -5
- package/chunks/{utils-PII_juCp.js → utils-Bg2EU04u.js} +7 -7
- package/chunks/{utils-DpVkLh52.js → utils-CIob06mu.js} +4 -4
- package/chunks/utils-D2zZhfuB.js +27 -0
- package/chunks/{utils-BGuB8cgl.js → utils-DRFlp8Cg.js} +16 -16
- package/chunks/utils-TKCSmJUI.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- 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 +11 -11
- package/components/Body/Body.js +8 -25
- package/components/Body/index.js +2 -4
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +97 -98
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- 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 +17 -17
- 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 +6 -6
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +91 -0
- package/components/Chip/ChipDatePicker/components/ChipDatePickerTarget.js +34 -0
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect.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 +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +4 -4
- package/components/Col/Col.js +136 -136
- 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 +16 -19
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +36 -31
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +42 -37
- package/components/DesignTokens/components/DropdownMobile.js +1 -1
- package/components/DesignTokens/components/Island.js +2 -2
- package/components/DesignTokens/components/IslandWidget.js +14 -0
- package/components/DesignTokens/components/ModalWindow.js +2 -2
- package/components/DesignTokens/components/Tabs.js +1 -1
- package/components/DesignTokens/components/TabsLine.js +0 -3
- package/components/DesignTokens/components/index.js +63 -60
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +5 -5
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +3 -2
- 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 +10 -10
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +25 -25
- package/components/Dropdown/mobile/DropdownMobileLoader.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- 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 +19 -19
- package/components/FormField/components/FormFieldClear.js +9 -9
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +15 -15
- 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 +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +34 -34
- package/components/HelpBox/index.js +5 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- 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 +2 -2
- package/components/IslandWidget/IslandWidget.js +51 -0
- package/components/IslandWidget/IslandWidgetContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -0
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +23 -0
- package/components/IslandWidget/components/IslandWidgetFooter.js +13 -0
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +11 -0
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +11 -0
- package/components/IslandWidget/components/IslandWidgetHeader.js +13 -0
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +13 -0
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +13 -0
- package/components/IslandWidget/components/IslandWidgetWrapper.js +17 -0
- package/components/IslandWidget/components/index.js +15 -0
- package/components/IslandWidget/index.js +17 -0
- package/components/LightBox/LightBox.js +16 -15
- 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 +61 -64
- 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/LightBoxSideOverlay/enums.js +5 -0
- package/components/LightBox/LightBoxSideOverlay/index.js +7 -0
- package/components/LightBox/index.js +7 -3
- package/components/Link/Link.js +21 -21
- package/components/List/List.js +5 -5
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +9 -9
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +38 -35
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +7 -7
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +8 -8
- 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 +4 -4
- 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 +1 -1
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +6 -6
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +15 -15
- package/components/ModalWindow/ModalWindow.js +37 -36
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +15 -9
- package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +3 -3
- 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 +10 -0
- package/components/NotificationIcon/index.js +5 -0
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +2 -2
- package/components/OrderedList/OrderedListItem.js +5 -5
- 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 +22 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Page/components/enums.js +5 -3
- package/components/Page/index.js +7 -5
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +7 -7
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Radio/Radio.js +10 -10
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSInput/SMSInput.js +2 -2
- package/components/SMSInput/components/RefreshIcon.js +1 -1
- package/components/SMSInput/components/SMSInputInput.js +2 -2
- package/components/SMSInput/components/SMSInputRefresh.js +1 -1
- package/components/SMSInput/components/SMSInputSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +6 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +7 -7
- package/components/Skeleton/Skeleton.js +13 -13
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- 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 +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +1 -1
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +10 -10
- 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 +12 -12
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +14 -14
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +41 -35
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- 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 +44 -38
- 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 +7 -7
- 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 +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
- 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 +1 -1
- 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 +18 -14
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +18 -17
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +50 -52
- package/components/TabsLine/components/TabsLineItem.js +16 -15
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +26 -26
- 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 +7 -7
- 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 +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +9 -11
- 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 +13 -13
- package/components/Typography/Text.js +23 -23
- package/components/Typography/Title.js +20 -20
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +10 -10
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +561 -528
- package/index.d.ts +288 -27
- package/index.js +403 -354
- package/package.json +13 -1
- package/styles/triplex-next.css +528 -527
- package/utils/index.js +30 -0
- package/chunks/AlertProcessSpoiler-Dq0fm-3a.js +0 -39
- package/chunks/Card.module-xUBtHcBW.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CzX04UVi.js +0 -11
- package/chunks/Confirm.module-yvrei2lL.js +0 -15
- package/chunks/DropdownListItem-PbfrmOZJ.js +0 -57
- package/chunks/DropdownMobile.module-CvDbPL9W.js +0 -21
- package/chunks/Footer.module-Kij9_qbS.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CPvbS61i.js +0 -9
- package/chunks/HeaderTabs.module-xhlfJ1R9.js +0 -9
- package/chunks/IslandAccordion.module-C7SBNJJJ.js +0 -26
- package/chunks/LightBoxControls.module-C76N_yWS.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js +0 -8
- package/chunks/ListItemTail.module-DE8OWHba.js +0 -12
- package/chunks/ListMasterFooter.module-FTLh0QAQ.js +0 -10
- package/chunks/ModalWindow.module-C7N9wjxW.js +0 -17
- package/chunks/Notification.module-ByRBfuR2.js +0 -21
- package/chunks/Overlay.module-EIMAbb4c.js +0 -18
- package/chunks/Page.module-BokYwJr5.js +0 -12
- package/chunks/SMSInput.module-5r7uaeim.js +0 -16
- package/chunks/SliderExtendedMarks.module-D1DTVGpV.js +0 -15
- package/chunks/SliderExtendedRail-Ck23Ui6E.js +0 -40
- package/chunks/StatusTracker.module-D1-siBfk.js +0 -24
- package/chunks/TableFooter.module-D8h1OLCP.js +0 -14
- package/chunks/TabsExtended.module-Dvvx9orv.js +0 -16
- package/chunks/TabsLine.module-BW1667el.js +0 -23
- package/chunks/TooltipDesktop.module-E3qNKUvc.js +0 -19
- package/chunks/TreeView.module-CKfLtgeC.js +0 -9
- package/chunks/utils-BJhZJ9SO.js +0 -24
- package/chunks/utils-GixgRYNn.js +0 -26
- package/components/Body/enums.js +0 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as B, Fragment as T, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as l, useEffect as p } from "react";
|
|
3
3
|
import { c as V, h as A } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
-
import { s as e, L as D } from "../../chunks/LightBoxContent-
|
|
4
|
+
import { s as e, L as D } from "../../chunks/LightBoxContent-CzLiq8KE.js";
|
|
5
5
|
import { LightBoxControls as F } from "./LightBoxControls/LightBoxControls.js";
|
|
6
6
|
import { LightBoxSideOverlay as I } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
7
7
|
import { Portal as k } from "../Portal/Portal.js";
|
|
@@ -11,11 +11,12 @@ import { LightBoxViewManager as q } from "./LightBoxViewManager/LightBoxViewMana
|
|
|
11
11
|
import { MobileView as W } from "../MobileView/MobileView.js";
|
|
12
12
|
import { FocusTrapUtils as $ } from "../../utils/focus/FocusTrapUtils.js";
|
|
13
13
|
import { useToken as z } from "../ThemeProvider/useToken.js";
|
|
14
|
+
import "./LightBoxSideOverlay/enums.js";
|
|
14
15
|
const H = {
|
|
15
|
-
"scroll-0": "scroll-
|
|
16
|
-
"scroll-15": "scroll-
|
|
17
|
-
"scroll-16": "scroll-
|
|
18
|
-
"scroll-17": "scroll-
|
|
16
|
+
"scroll-0": "scroll-0__4d3449c6",
|
|
17
|
+
"scroll-15": "scroll-15__f3bfbac3",
|
|
18
|
+
"scroll-16": "scroll-16__57f17847",
|
|
19
|
+
"scroll-17": "scroll-17__ada6811d"
|
|
19
20
|
}, N = "LightBox-next-mount-node", v = "LightBox-next-view-manager-node", L = [e.bodyOverflowHidden], r = ({
|
|
20
21
|
children: y,
|
|
21
22
|
className: M,
|
|
@@ -25,19 +26,19 @@ const H = {
|
|
|
25
26
|
lightBoxViewManagerNodeId: d = v,
|
|
26
27
|
isLoading: u,
|
|
27
28
|
isSideOverlayOpened: i,
|
|
28
|
-
isTopOverlayOpened:
|
|
29
|
-
...
|
|
29
|
+
isTopOverlayOpened: b,
|
|
30
|
+
...E
|
|
30
31
|
}) => {
|
|
31
|
-
const c = l(null), h = l(null), { scopeClassName:
|
|
32
|
+
const c = l(null), h = l(null), { scopeClassName: C } = z(), S = () => {
|
|
32
33
|
let t = null;
|
|
33
34
|
return m ? t = m : (t = document.querySelector(`#${N}`), t || (t = document.createElement("div"), t.setAttribute("id", N), document.body.appendChild(t))), t;
|
|
34
35
|
}, _ = () => {
|
|
35
36
|
let t = null;
|
|
36
37
|
return d && (t = document.querySelector(`#${d}`)), t || (t = document.createElement("div"), t.setAttribute("id", v), document.body.appendChild(t)), t;
|
|
37
|
-
}, a = l(S()), g = l(_()),
|
|
38
|
+
}, a = l(S()), g = l(_()), f = () => {
|
|
38
39
|
L.forEach((t) => document.documentElement.classList.add(t));
|
|
39
40
|
};
|
|
40
|
-
p(() => (R(H),
|
|
41
|
+
p(() => (R(H), f(), setTimeout(f, 100), () => L.forEach((t) => document.documentElement.classList.remove(t))), []), p(() => {
|
|
41
42
|
if (!i && c.current) {
|
|
42
43
|
const t = Math.round(Math.random() * 100);
|
|
43
44
|
c.current.style.zIndex = t.toString();
|
|
@@ -46,18 +47,18 @@ const H = {
|
|
|
46
47
|
const w = (t) => {
|
|
47
48
|
h.current = t, s && (s.current = t);
|
|
48
49
|
}, O = V(
|
|
49
|
-
|
|
50
|
+
C,
|
|
50
51
|
e.lightBox,
|
|
51
52
|
{
|
|
52
53
|
[e.isLoading]: !!u,
|
|
53
54
|
[e.lightBoxSideOverlayActive]: !!i,
|
|
54
|
-
[e.lightBoxTopOverlayActive]: !!
|
|
55
|
+
[e.lightBoxTopOverlayActive]: !!b
|
|
55
56
|
},
|
|
56
57
|
M
|
|
57
58
|
);
|
|
58
59
|
if (!a.current)
|
|
59
60
|
return null;
|
|
60
|
-
const
|
|
61
|
+
const x = () => /* @__PURE__ */ B("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...E, children: [
|
|
61
62
|
/* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
|
|
62
63
|
y,
|
|
63
64
|
/* @__PURE__ */ o("span", { ref: c, className: e.tempElSafariBug })
|
|
@@ -77,10 +78,10 @@ const H = {
|
|
|
77
78
|
preventScroll: !0,
|
|
78
79
|
...n == null ? void 0 : n.focusTrapOptions
|
|
79
80
|
},
|
|
80
|
-
children:
|
|
81
|
+
children: x()
|
|
81
82
|
}
|
|
82
83
|
),
|
|
83
|
-
children:
|
|
84
|
+
children: x()
|
|
84
85
|
}
|
|
85
86
|
) }),
|
|
86
87
|
g.current && /* @__PURE__ */ o(
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../WindowResizeListener/WindowResizeListener.js";
|
|
4
4
|
import "../../chunks/vendor-D3hUOusX.js";
|
|
5
5
|
import "../LoaderScreen/LoaderScreen.js";
|
|
6
|
-
import { L as n } from "../../chunks/LightBoxContent-
|
|
6
|
+
import { L as n } from "../../chunks/LightBoxContent-CzLiq8KE.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-BRiJRrAF.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-D3hUOusX.js";
|
|
6
|
-
import { s as p } from "../../../chunks/LightBoxControls.module-
|
|
6
|
+
import { s as p } from "../../../chunks/LightBoxControls.module-BRiJRrAF.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-BRiJRrAF.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-BRiJRrAF.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: u,
|
|
13
13
|
clickByArrowLeft: x,
|
|
@@ -1,106 +1,103 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { c as
|
|
1
|
+
import { jsx as t, jsxs as O, Fragment as C } from "react/jsx-runtime";
|
|
2
|
+
import { useState as x, useRef as p, useEffect as W } from "react";
|
|
3
|
+
import { c as m, F as X } from "../../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { OverlayBase as Y, EOverlayDirection as R } from "../../Overlay/OverlayBase.js";
|
|
5
5
|
import { OverlayMask as j } from "../../Overlay/OverlayMask.js";
|
|
6
6
|
import { LightBoxSideOverlayLoader as I } from "./LightBoxSideOverlayLoader.js";
|
|
7
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 = "lightBoxSideOverlayMask__3e2c26a6", J = "lightBoxSideOverlayWrapper__f109067e", K = "overflowXHidden__9b9f672c", Q = "overflowYHidden__149e59b3", V = "closing__13e0e7fc", Z = "opened__9cf52cc2", $ = "lightBoxSideOverlayContent__6139db6c", P = "opening__8181cf95", ee = "sizeSM__0061c894", ie = "sizeMD__7ab370b7", te = "sizeLG__07a0f407", oe = "lightBoxSideOverlay__57615f26", e = {
|
|
11
12
|
lightBoxSideOverlayMask: q,
|
|
12
|
-
lightBoxSideOverlayWrapper:
|
|
13
|
-
overflowXHidden:
|
|
14
|
-
overflowYHidden:
|
|
15
|
-
closing:
|
|
16
|
-
opened:
|
|
17
|
-
lightBoxSideOverlayContent:
|
|
18
|
-
opening:
|
|
19
|
-
sizeSM:
|
|
20
|
-
sizeMD:
|
|
13
|
+
lightBoxSideOverlayWrapper: J,
|
|
14
|
+
overflowXHidden: K,
|
|
15
|
+
overflowYHidden: Q,
|
|
16
|
+
closing: V,
|
|
17
|
+
opened: Z,
|
|
18
|
+
lightBoxSideOverlayContent: $,
|
|
19
|
+
opening: P,
|
|
20
|
+
sizeSM: ee,
|
|
21
|
+
sizeMD: ie,
|
|
21
22
|
sizeLG: te,
|
|
22
23
|
lightBoxSideOverlay: oe
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
const h = ({
|
|
26
|
-
children: t,
|
|
24
|
+
}, y = ({
|
|
25
|
+
children: _,
|
|
27
26
|
className: M,
|
|
28
27
|
focusTrapProps: l,
|
|
29
28
|
isLoading: a,
|
|
30
|
-
loadingTitle:
|
|
31
|
-
isTopLevelSideOverlayOpened:
|
|
32
|
-
isTopOverlayOpened:
|
|
29
|
+
loadingTitle: u,
|
|
30
|
+
isTopLevelSideOverlayOpened: B,
|
|
31
|
+
isTopOverlayOpened: z,
|
|
33
32
|
onClose: c,
|
|
34
33
|
onOpen: d,
|
|
35
|
-
opened:
|
|
36
|
-
size:
|
|
34
|
+
opened: i,
|
|
35
|
+
size: g = s.MD,
|
|
37
36
|
...D
|
|
38
37
|
}) => {
|
|
39
|
-
const [
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}, [
|
|
43
|
-
const k = (
|
|
44
|
-
const { target:
|
|
45
|
-
|
|
46
|
-
}, H = ({ opened:
|
|
38
|
+
const [o, v] = x(!1), [n, f] = x(!1), h = p(i), S = p(null);
|
|
39
|
+
W(() => {
|
|
40
|
+
h.current && !i ? (f(!1), v(!0)) : !h.current && i && (v(!1), f(!0)), h.current = i;
|
|
41
|
+
}, [i]);
|
|
42
|
+
const k = (r) => {
|
|
43
|
+
const { target: G, currentTarget: N } = r;
|
|
44
|
+
G === N && (o ? (v(!1), c == null || c()) : n && (f(!1), d == null || d()));
|
|
45
|
+
}, H = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), L = () => /* @__PURE__ */ O(
|
|
47
46
|
"div",
|
|
48
47
|
{
|
|
49
|
-
className:
|
|
50
|
-
[e.closing]:
|
|
51
|
-
[e.opening]:
|
|
52
|
-
[e.opened]:
|
|
48
|
+
className: m(e.lightBoxSideOverlayContent, {
|
|
49
|
+
[e.closing]: o,
|
|
50
|
+
[e.opening]: n,
|
|
51
|
+
[e.opened]: i
|
|
53
52
|
}),
|
|
54
53
|
onTransitionEnd: k,
|
|
55
|
-
ref:
|
|
54
|
+
ref: S,
|
|
56
55
|
children: [
|
|
57
|
-
|
|
58
|
-
a && /* @__PURE__ */
|
|
56
|
+
_,
|
|
57
|
+
a && /* @__PURE__ */ t(I, { loadingTitle: u })
|
|
59
58
|
]
|
|
60
59
|
}
|
|
61
|
-
),
|
|
62
|
-
},
|
|
63
|
-
[e.closing]:
|
|
64
|
-
[e.opened]:
|
|
65
|
-
[e.overflowXHidden]: !!
|
|
66
|
-
[e.overflowYHidden]: !!
|
|
67
|
-
[e.sizeSM]:
|
|
68
|
-
[e.sizeMD]:
|
|
69
|
-
[e.sizeLG]:
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
] }), N = /* @__PURE__ */ i(
|
|
60
|
+
), w = () => {
|
|
61
|
+
}, b = m(M, e.lightBoxSideOverlayWrapper, {
|
|
62
|
+
[e.closing]: o,
|
|
63
|
+
[e.opened]: i,
|
|
64
|
+
[e.overflowXHidden]: !!B || !!a,
|
|
65
|
+
[e.overflowYHidden]: !!B || !!a || !!z,
|
|
66
|
+
[e.sizeSM]: g === s.SM,
|
|
67
|
+
[e.sizeMD]: g === s.MD,
|
|
68
|
+
[e.sizeLG]: g === s.LG
|
|
69
|
+
}), E = (r) => /* @__PURE__ */ O(C, { children: [
|
|
70
|
+
H(r),
|
|
71
|
+
L()
|
|
72
|
+
] }), F = /* @__PURE__ */ t(
|
|
75
73
|
"div",
|
|
76
74
|
{
|
|
77
|
-
className:
|
|
78
|
-
[e.closing]:
|
|
79
|
-
[e.opening]:
|
|
75
|
+
className: m(e.lightBoxSideOverlay, {
|
|
76
|
+
[e.closing]: o,
|
|
77
|
+
[e.opening]: n
|
|
80
78
|
}),
|
|
81
|
-
children: /* @__PURE__ */
|
|
79
|
+
children: /* @__PURE__ */ t(Y, { direction: R.RIGHT, opened: i, setOpened: w, children: E })
|
|
82
80
|
}
|
|
83
81
|
);
|
|
84
|
-
return /* @__PURE__ */
|
|
82
|
+
return /* @__PURE__ */ t(
|
|
85
83
|
X,
|
|
86
84
|
{
|
|
87
|
-
active:
|
|
85
|
+
active: i && !n && !o,
|
|
88
86
|
...l,
|
|
89
87
|
focusTrapOptions: {
|
|
90
88
|
clickOutsideDeactivates: !0,
|
|
91
|
-
initialFocus: () => T.getFirstInteractionElementByDataAttr(
|
|
89
|
+
initialFocus: () => T.getFirstInteractionElementByDataAttr(S.current),
|
|
92
90
|
preventScroll: !0,
|
|
93
91
|
...l == null ? void 0 : l.focusTrapOptions
|
|
94
92
|
},
|
|
95
|
-
children: /* @__PURE__ */
|
|
93
|
+
children: /* @__PURE__ */ t("div", { className: b, role: "dialog", "aria-modal": "true", ...D, children: F })
|
|
96
94
|
}
|
|
97
95
|
);
|
|
98
96
|
};
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
97
|
+
y.displayName = "LightBoxSideOverlay";
|
|
98
|
+
y.CloseDesktop = U;
|
|
99
|
+
y.CloseMobile = A;
|
|
102
100
|
export {
|
|
103
|
-
|
|
104
|
-
h as LightBoxSideOverlay
|
|
101
|
+
y as LightBoxSideOverlay
|
|
105
102
|
};
|
|
106
103
|
//# sourceMappingURL=LightBoxSideOverlay.js.map
|
|
@@ -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-CCW9Lhhe.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-D3hUOusX.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-CCW9Lhhe.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__951774e9", 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,7 +1,11 @@
|
|
|
1
|
-
import { LightBox as t, lightBoxMountNodeIdDefault as
|
|
1
|
+
import { LightBox as t, lightBoxMountNodeIdDefault as i, lightBoxViewManagerNodeIdDefault as r } from "./LightBox.js";
|
|
2
|
+
import { LightBoxSideOverlay as a } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
3
|
+
import { ELightBoxSideOverlaySize as g } from "./LightBoxSideOverlay/enums.js";
|
|
2
4
|
export {
|
|
5
|
+
g as ELightBoxSideOverlaySize,
|
|
3
6
|
t as LightBox,
|
|
4
|
-
a as
|
|
5
|
-
|
|
7
|
+
a as LightBoxSideOverlay,
|
|
8
|
+
i as lightBoxMountNodeIdDefault,
|
|
9
|
+
r as lightBoxViewManagerNodeIdDefault
|
|
6
10
|
};
|
|
7
11
|
//# sourceMappingURL=index.js.map
|
package/components/Link/Link.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
|
|
2
2
|
import L from "react";
|
|
3
3
|
import { c as a } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
-
const v = "
|
|
4
|
+
const v = "link__c8f1303c", F = "wordWithContent__52e15d78", S = "before__013d60ee", T = "after__abd3bcdb", r = {
|
|
5
5
|
link: v,
|
|
6
6
|
wordWithContent: F,
|
|
7
7
|
before: S,
|
|
8
8
|
after: T
|
|
9
9
|
}, q = L.forwardRef(
|
|
10
|
-
({ children: i, className: N, onBlur:
|
|
10
|
+
({ children: i, className: N, onBlur: p, onMouseDown: f, contentAfter: s, contentBefore: o, ...C }, _) => {
|
|
11
11
|
const c = () => o ? /* @__PURE__ */ t(d, { children: [
|
|
12
12
|
"",
|
|
13
13
|
o()
|
|
14
|
-
] }) : null, m = () => s ? s() : null,
|
|
15
|
-
const
|
|
16
|
-
if (
|
|
17
|
-
const y = a(
|
|
18
|
-
[
|
|
19
|
-
[
|
|
14
|
+
] }) : null, m = () => s ? s() : null, b = (n) => {
|
|
15
|
+
const e = n.split(" ");
|
|
16
|
+
if (e.length < 2 || e.length < 3 && o && s) {
|
|
17
|
+
const y = a(r.wordWithContent, {
|
|
18
|
+
[r.after]: !!s,
|
|
19
|
+
[r.before]: !!o
|
|
20
20
|
});
|
|
21
21
|
return /* @__PURE__ */ t("span", { className: y, children: [
|
|
22
22
|
c(),
|
|
@@ -24,13 +24,13 @@ const v = "link__4d32811f", F = "wordWithContent__9426f39f", S = "before__5117b8
|
|
|
24
24
|
m()
|
|
25
25
|
] });
|
|
26
26
|
}
|
|
27
|
-
const l =
|
|
28
|
-
[
|
|
27
|
+
const l = e[0], h = e[e.length - 1], w = e.slice(1, -1).join(" "), k = a(r.wordWithContent, {
|
|
28
|
+
[r.before]: !!o
|
|
29
29
|
}), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
|
|
30
30
|
c(),
|
|
31
31
|
l
|
|
32
|
-
] }) : l, x = a(
|
|
33
|
-
[
|
|
32
|
+
] }) : l, x = a(r.wordWithContent, {
|
|
33
|
+
[r.after]: !!s
|
|
34
34
|
}), j = s ? /* @__PURE__ */ t("span", { className: x, children: [
|
|
35
35
|
h,
|
|
36
36
|
m()
|
|
@@ -42,25 +42,25 @@ const v = "link__4d32811f", F = "wordWithContent__9426f39f", S = "before__5117b8
|
|
|
42
42
|
" ",
|
|
43
43
|
j
|
|
44
44
|
] });
|
|
45
|
-
},
|
|
46
|
-
const
|
|
45
|
+
}, u = (n) => {
|
|
46
|
+
const e = o ? o() : null, l = s ? s() : null;
|
|
47
47
|
return /* @__PURE__ */ t(d, { children: [
|
|
48
|
-
|
|
48
|
+
e,
|
|
49
49
|
n,
|
|
50
50
|
l
|
|
51
51
|
] });
|
|
52
|
-
},
|
|
52
|
+
}, W = o || s ? ((n) => typeof n == "string" ? b(n) : u(n))(i) : i;
|
|
53
53
|
return /* @__PURE__ */ R(
|
|
54
54
|
"a",
|
|
55
55
|
{
|
|
56
56
|
role: "link",
|
|
57
57
|
...C,
|
|
58
|
-
className: a(N,
|
|
59
|
-
onBlur:
|
|
60
|
-
onMouseDown:
|
|
61
|
-
"data-tx": "1.
|
|
58
|
+
className: a(N, r.link, "hoverable"),
|
|
59
|
+
onBlur: p,
|
|
60
|
+
onMouseDown: f,
|
|
61
|
+
"data-tx": "1.8.0",
|
|
62
62
|
ref: _,
|
|
63
|
-
children:
|
|
63
|
+
children: W
|
|
64
64
|
}
|
|
65
65
|
);
|
|
66
66
|
}
|
package/components/List/List.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as a, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
-
import { LoaderScreen as
|
|
5
|
-
const f = "
|
|
3
|
+
import { c as m } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
+
import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
|
|
5
|
+
const f = "list__f3148030", p = {
|
|
6
6
|
list: f
|
|
7
|
-
}, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className:
|
|
7
|
+
}, d = i.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: m(p.list, t), ...o, "data-tx": "1.8.0", ref: r, children: [
|
|
8
8
|
s,
|
|
9
|
-
l ? /* @__PURE__ */ e(
|
|
9
|
+
l ? /* @__PURE__ */ e(c, { type: "small" }) : null
|
|
10
10
|
] }));
|
|
11
11
|
d.displayName = "List";
|
|
12
12
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
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-D3hUOusX.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listEmptyState__0ac3be8d", l = {
|
|
5
5
|
listEmptyState: p
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(
|
|
6
|
+
}, r = i.forwardRef(
|
|
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 {
|
|
11
|
-
|
|
11
|
+
r as ListEmptyState
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ListEmptyState.js.map
|
|
@@ -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.8.0", ref: s, children: e }) });
|
|
7
7
|
});
|
|
8
8
|
f.displayName = "ListItem";
|
|
9
9
|
export {
|
|
@@ -1,27 +1,27 @@
|
|
|
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-D3hUOusX.js";
|
|
4
|
-
import { ListItemContext as
|
|
5
|
-
const
|
|
6
|
-
listItemContent:
|
|
7
|
-
selected:
|
|
8
|
-
},
|
|
4
|
+
import { ListItemContext as a } from "./ListItemContext.js";
|
|
5
|
+
const d = "listItemContent__c2583efa", f = "selected__ee334b31", t = {
|
|
6
|
+
listItemContent: d,
|
|
7
|
+
selected: f
|
|
8
|
+
}, C = 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.8.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
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const i = "
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-D3hUOusX.js";
|
|
4
|
+
const i = "listItemControls__fdabddee", a = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: o, ...s },
|
|
6
|
+
}, n = r.forwardRef(
|
|
7
|
+
({ children: t, className: o, ...s }, e) => /* @__PURE__ */ l("div", { className: m(a.listItemControls, o), ...s, ref: e, 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-D3hUOusX.js";
|
|
4
|
-
import { L as e } from "../../../chunks/ListItemControlsButton-
|
|
4
|
+
import { L as e } from "../../../chunks/ListItemControlsButton-BB9ENDS-.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
export {
|