@sberbusiness/triplex-next 1.22.0 → 1.23.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-IulaUJl0.js +39 -0
- package/chunks/{CalendarViewItem-UwoR2Xwr.js → CalendarViewItem-DhRDn7-d.js} +27 -27
- package/chunks/Card.module-DSOXKXtd.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +15 -0
- package/chunks/Chip-EVPZneh2.js +104 -0
- package/chunks/Confirm.module-gphOS6IB.js +15 -0
- package/chunks/{DropdownListItem-Dl8gN2ar.js → DropdownListItem-BOB8eQXM.js} +14 -14
- package/chunks/DropdownMobile.module-B8t5FlvW.js +23 -0
- package/chunks/Footer.module-CMW0u8UD.js +9 -0
- package/chunks/{FormFieldInput--W9kjf4s.js → FormFieldInput-CwX_1h09.js} +29 -29
- package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +9 -0
- package/chunks/HeaderTabs.module-BKu6DIV4.js +9 -0
- package/chunks/{HeaderTitle.module-DUqjpN6C.js → HeaderTitle.module-DyI7KGeM.js} +2 -2
- package/chunks/IslandAccordion.module-Q_9Jiw2w.js +25 -0
- package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +9 -0
- package/chunks/IslandWidgetHeader.module-DiWg8j16.js +12 -0
- package/chunks/{LightBoxContent-CBpCA29-.js → LightBoxContent-CE6sXjX1.js} +10 -10
- package/chunks/LightBoxControls.module-BaHnxhDB.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +9 -0
- package/chunks/ListItemControlsButton-BCd2PF9-.js +51 -0
- package/chunks/ListItemTail.module-D_nBCryf.js +12 -0
- package/chunks/ListMasterFooter.module-D4TPImq7.js +10 -0
- package/chunks/ModalWindow.module-u5Pst2YX.js +17 -0
- package/chunks/Notification.module-809Tnazq.js +20 -0
- package/chunks/Overlay.module-c4cyqpKr.js +18 -0
- package/chunks/Page.module-CixV2VSG.js +11 -0
- package/chunks/{RightBorderArrow-C390Za7P.js → RightBorderArrow-nrRpapza.js} +6 -6
- package/chunks/SMSField.module-Qub64N0s.js +16 -0
- package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +15 -0
- package/chunks/SliderExtendedRail-BP0BcOY7.js +40 -0
- package/chunks/StatusTracker.module-BMkZgzxy.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Cf_uwjFP.js → SuggestFieldMobileDropdownHint-CRvB37lf.js} +5 -5
- package/chunks/TableFooter.module-BW9hgU6o.js +14 -0
- package/chunks/TabsExtended.module-By6HIyMh.js +16 -0
- package/chunks/TabsLine.module-KvKWfBwF.js +21 -0
- package/chunks/TooltipDesktop.module-DAGDT-nl.js +19 -0
- package/chunks/TreeView.module-B8RxFbbh.js +9 -0
- package/chunks/{UploadZoneInput-CQYsDdG_.js → UploadZoneInput-D9OID08A.js} +2 -2
- package/chunks/{constants-Crak3JEf.js → constants-DXLVATUh.js} +14 -14
- package/chunks/{utils-Dq2VA3Zd.js → utils-BDGrf0u9.js} +6 -6
- package/chunks/utils-BXi-2Jma.js +28 -0
- package/chunks/utils-CvsNd4Ut.js +24 -0
- package/chunks/{utils-CS30w_en.js → utils-DXnkRIJ2.js} +16 -16
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- 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 +1 -1
- package/components/Avatar/Avatar.js +16 -16
- package/components/Badge/Badge.js +12 -12
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +8 -8
- package/components/Badge/components/BadgePrefix.js +1 -1
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +29 -29
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +8 -8
- 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 +14 -14
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- 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 +15 -15
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +3 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -20
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +7 -7
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +3 -3
- 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 +7 -7
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/ListItem.js +4 -4
- package/components/DesignTokens/components/ListMaster.js +8 -8
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +6 -6
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- 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 +6 -6
- 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 +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +23 -23
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +25 -25
- 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 +7 -7
- 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 +9 -9
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +22 -22
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +5 -5
- 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 +40 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
- package/components/Link/Link.js +18 -18
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +5 -5
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +13 -11
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +17 -15
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +6 -14
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +1 -1
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -9
- 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 +8 -8
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +3 -3
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +33 -46
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- 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 +6 -6
- package/components/OrderedList/OrderedListItem.js +10 -10
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +6 -6
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +10 -10
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +11 -11
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +8 -8
- 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 +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +19 -19
- 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 +25 -25
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
- 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 +1 -1
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +14 -14
- 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 +8 -8
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -30
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +25 -24
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +19 -19
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- 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 +4 -4
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +1 -1
- package/components/TagColor/TagColor.js +9 -9
- package/components/TagGroup/TagGroup.js +11 -11
- 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/TopOverlay/TopOverlay.js +5 -5
- 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 +14 -14
- package/components/Typography/Text.js +17 -17
- 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 +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +25 -7
- package/index.js +5 -5
- package/package.json +2 -2
- package/styles/triplex-next.css +541 -541
- package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +0 -39
- package/chunks/Card.module-CPD2xDmu.js +0 -17
- package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +0 -15
- package/chunks/Chip-Bxr2kLyU.js +0 -90
- package/chunks/Confirm.module-CmYpxyDp.js +0 -15
- package/chunks/DropdownMobile.module-l5rlPxNK.js +0 -23
- package/chunks/Footer.module-CjY-6G8t.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-fr4_lzKQ.js +0 -9
- package/chunks/HeaderTabs.module-Clz5KbqR.js +0 -9
- package/chunks/IslandAccordion.module-CPVWJz-Z.js +0 -25
- package/chunks/IslandWidgetFooter.module-BRjR7Nva.js +0 -9
- package/chunks/IslandWidgetHeader.module-CQVHkydc.js +0 -12
- package/chunks/LightBoxControls.module-6rLkTPqp.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +0 -9
- package/chunks/ListItemControlsButton-BZSR-ESi.js +0 -43
- package/chunks/ListItemTail.module-TZkbhx39.js +0 -12
- package/chunks/ListMasterFooter.module-BJocFxEb.js +0 -10
- package/chunks/ModalWindow.module-CACqfnx4.js +0 -17
- package/chunks/Notification.module-ByKcbqB9.js +0 -20
- package/chunks/Overlay.module-fYkVPgjL.js +0 -18
- package/chunks/Page.module-Bhn0Pz59.js +0 -11
- package/chunks/SMSField.module-KA-eacXJ.js +0 -16
- package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +0 -15
- package/chunks/SliderExtendedRail-Dld8UNeR.js +0 -40
- package/chunks/StatusTracker.module-B8xoFRr0.js +0 -24
- package/chunks/TableFooter.module-b8TKJFW8.js +0 -14
- package/chunks/TabsExtended.module-k8oKnmv6.js +0 -16
- package/chunks/TabsLine.module-BLpqn-ZP.js +0 -21
- package/chunks/TooltipDesktop.module-DgogF0cV.js +0 -19
- package/chunks/TreeView.module-lJCCAWQb.js +0 -9
- package/chunks/utils-R-JQhhgt.js +0 -24
- package/chunks/utils-Z8JNo8tP.js +0 -28
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as B, Fragment as M, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as N, useState as h, useId as R } from "react";
|
|
3
3
|
import { c as S, g as L } from "../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { QuestioncircleFilledSrvIcon16 as j } from "@sberbusiness/icons-next";
|
|
@@ -9,7 +9,7 @@ import { TooltipMobileHeader as z } from "../Tooltip/components/mobile/component
|
|
|
9
9
|
import { MobileView as C } from "../MobileView/MobileView.js";
|
|
10
10
|
import { getDataHTMLAttributes as D } from "../../utils/html/DataAttributes.js";
|
|
11
11
|
import { getAriaHTMLAttributes as Q } from "../../utils/html/AriaAttributes.js";
|
|
12
|
-
const V = "
|
|
12
|
+
const V = "helpBoxButton__8364f7c0", X = {
|
|
13
13
|
helpBoxButton: V
|
|
14
14
|
}, $ = ({
|
|
15
15
|
children: x,
|
|
@@ -26,7 +26,7 @@ const V = "helpBoxButton__506aa269", X = {
|
|
|
26
26
|
iconProps: F,
|
|
27
27
|
...O
|
|
28
28
|
}) => {
|
|
29
|
-
const m = N(null), [b, g] = h(!!i), [d, u] = h(null),
|
|
29
|
+
const m = N(null), [b, g] = h(!!i), [d, u] = h(null), f = R(), a = i ?? b, y = (e) => {
|
|
30
30
|
i === void 0 && g(e), e || u(null), r == null || r(e);
|
|
31
31
|
}, E = (e) => {
|
|
32
32
|
u(e), n == null || n(e);
|
|
@@ -40,7 +40,7 @@ const V = "helpBoxButton__506aa269", X = {
|
|
|
40
40
|
...o,
|
|
41
41
|
focusTrapOptions: {
|
|
42
42
|
clickOutsideDeactivates: !0,
|
|
43
|
-
initialFocus: `[id='${
|
|
43
|
+
initialFocus: `[id='${f}']`,
|
|
44
44
|
preventScroll: !0,
|
|
45
45
|
...o == null ? void 0 : o.focusTrapOptions
|
|
46
46
|
},
|
|
@@ -50,11 +50,11 @@ const V = "helpBoxButton__506aa269", X = {
|
|
|
50
50
|
children: null
|
|
51
51
|
}
|
|
52
52
|
);
|
|
53
|
-
return /* @__PURE__ */
|
|
54
|
-
/* @__PURE__ */
|
|
53
|
+
return /* @__PURE__ */ B(M, { children: [
|
|
54
|
+
/* @__PURE__ */ B(
|
|
55
55
|
l,
|
|
56
56
|
{
|
|
57
|
-
id:
|
|
57
|
+
id: f,
|
|
58
58
|
tabIndex: -1,
|
|
59
59
|
role: "dialog",
|
|
60
60
|
toggleType: "hover",
|
|
@@ -5,7 +5,7 @@ import { EIslandType as l } from "./enums.js";
|
|
|
5
5
|
import { IslandBody as f } from "./components/IslandBody.js";
|
|
6
6
|
import { IslandHeader as n } from "./components/IslandHeader.js";
|
|
7
7
|
import { IslandFooter as c } from "./components/IslandFooter.js";
|
|
8
|
-
import { s as o, m as y } from "../../chunks/utils-
|
|
8
|
+
import { s as o, m as y } from "../../chunks/utils-CvsNd4Ut.js";
|
|
9
9
|
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
11
11
|
const N = T(o), C = Object.assign(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
3
|
import { c as t } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
const l = "
|
|
4
|
+
const l = "islandBody__52321673", n = {
|
|
5
5
|
islandBody: l
|
|
6
|
-
},
|
|
6
|
+
}, m = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(n.islandBody), ref: d, ...s, children: o }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as IslandBody
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandBody.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
const
|
|
5
|
-
islandFooter:
|
|
6
|
-
},
|
|
4
|
+
const l = "islandFooter__e44f3f54", n = {
|
|
5
|
+
islandFooter: l
|
|
6
|
+
}, c = e.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: a(n.islandFooter), ref: t, ...r, children: o }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
c as IslandFooter
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandFooter.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "islandHeader__f6c00a4d", l = {
|
|
5
5
|
islandHeader: t
|
|
6
|
-
},
|
|
6
|
+
}, f = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...e, children: a }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
f as IslandHeader
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandHeader.js.map
|
|
@@ -9,14 +9,14 @@ import "../Island/components/IslandBody.js";
|
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
11
|
import { c as f } from "../../chunks/vendor-BiObpx9E.js";
|
|
12
|
-
import { s as I } from "../../chunks/IslandAccordion.module-
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-Q_9Jiw2w.js";
|
|
13
13
|
import "./components/IslandAccordionContent.js";
|
|
14
14
|
import "./components/IslandAccordionFooter.js";
|
|
15
15
|
const x = Object.assign(
|
|
16
16
|
e.forwardRef(
|
|
17
17
|
({ className: r, children: t, size: m = d.MD, type: i = l.TYPE_1, ...s }, a) => {
|
|
18
18
|
const c = f(r, I.islandAccordion);
|
|
19
|
-
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.
|
|
19
|
+
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.23.0", ref: a, children: t }) });
|
|
20
20
|
}
|
|
21
21
|
),
|
|
22
22
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as r } from "../../../chunks/IslandAccordion.module-
|
|
2
|
+
import { s as r } from "../../../chunks/IslandAccordion.module-Q_9Jiw2w.js";
|
|
3
3
|
import { Island as s } from "../../Island/Island.js";
|
|
4
4
|
import "../../Island/components/IslandBody.js";
|
|
5
5
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
-
import { s as m } from "../../../chunks/IslandAccordion.module-
|
|
3
|
+
import { s as m } from "../../../chunks/IslandAccordion.module-Q_9Jiw2w.js";
|
|
4
4
|
import { Island as i } from "../../Island/Island.js";
|
|
5
5
|
import "../../Island/components/IslandBody.js";
|
|
6
6
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -24,7 +24,7 @@ import { ETitleSize as f, EFontType as N } from "../../Typography/enums.js";
|
|
|
24
24
|
import "../../Typography/Caption.js";
|
|
25
25
|
import "../../Typography/Text.js";
|
|
26
26
|
import { Title as Q } from "../../Typography/Title.js";
|
|
27
|
-
import { s as t } from "../../../chunks/IslandAccordion.module-
|
|
27
|
+
import { s as t } from "../../../chunks/IslandAccordion.module-Q_9Jiw2w.js";
|
|
28
28
|
const U = {
|
|
29
29
|
[l.TYPE_1]: t.type1,
|
|
30
30
|
[l.TYPE_2]: t.type2,
|
|
@@ -85,7 +85,7 @@ const U = {
|
|
|
85
85
|
}),
|
|
86
86
|
onClick: z,
|
|
87
87
|
disabled: e,
|
|
88
|
-
"data-tx": "1.
|
|
88
|
+
"data-tx": "1.23.0",
|
|
89
89
|
children: [
|
|
90
90
|
S && I && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(X, { step: I, status: S, position: J.XFirst, children: e ? void 0 : P }) }),
|
|
91
91
|
/* @__PURE__ */ r(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
1
|
+
import { jsx as t, jsxs as a, Fragment as s } from "react/jsx-runtime";
|
|
2
2
|
import _, { useContext as F, useState as u } from "react";
|
|
3
3
|
import { Island as v } from "../Island/Island.js";
|
|
4
4
|
import { EIslandType as y } from "../Island/enums.js";
|
|
@@ -16,20 +16,20 @@ import { IslandWidgetContext as O } from "./IslandWidgetContext.js";
|
|
|
16
16
|
import { ExpandAnimation as j } from "../ExpandAnimation/ExpandAnimation.js";
|
|
17
17
|
import { EScreenWidth as p } from "../../helpers/breakpoints.js";
|
|
18
18
|
import { useMatchMedia as N } from "../MediaWidth/useMatchMedia.js";
|
|
19
|
-
const k = "
|
|
19
|
+
const k = "islandWidget__4fbe1951", z = "islandWidgetWithExtraFooter__396f6894", B = "islandWidgetHeaderWrapperAdaptive__de94e995", i = {
|
|
20
20
|
islandWidget: k,
|
|
21
21
|
islandWidgetWithExtraFooter: z,
|
|
22
22
|
islandWidgetHeaderWrapperAdaptive: B
|
|
23
23
|
}, P = Object.assign(
|
|
24
24
|
_.forwardRef(
|
|
25
|
-
({ className: l, renderBody:
|
|
25
|
+
({ className: l, renderBody: W, renderFooter: o, renderHeader: c, disableAdaptiveCollapsing: r = !1, ...f }, g) => {
|
|
26
26
|
const { hasExtraFooter: x } = F(S), [d, h] = u(r), e = N(
|
|
27
27
|
`(max-width: ${p.SM_MAX})`,
|
|
28
28
|
window.innerWidth <= parseInt(p.SM_MAX)
|
|
29
29
|
), E = () => {
|
|
30
30
|
h(!d);
|
|
31
|
-
}, I = e && !r,
|
|
32
|
-
|
|
31
|
+
}, I = e && !r, n = () => /* @__PURE__ */ a(s, { children: [
|
|
32
|
+
W({}),
|
|
33
33
|
o ? o({}) : null
|
|
34
34
|
] });
|
|
35
35
|
return /* @__PURE__ */ t(
|
|
@@ -46,10 +46,10 @@ const k = "islandWidget__05c5dca3", z = "islandWidgetWithExtraFooter__f4b64311",
|
|
|
46
46
|
className: m(i.islandWidget, l, {
|
|
47
47
|
[i.islandWidgetWithExtraFooter]: x
|
|
48
48
|
}),
|
|
49
|
-
"data-tx": "1.
|
|
49
|
+
"data-tx": "1.23.0",
|
|
50
50
|
...f,
|
|
51
51
|
ref: g,
|
|
52
|
-
children: /* @__PURE__ */
|
|
52
|
+
children: /* @__PURE__ */ a(v, { type: y.TYPE_1, size: A.MD, children: [
|
|
53
53
|
/* @__PURE__ */ t(
|
|
54
54
|
"div",
|
|
55
55
|
{
|
|
@@ -57,10 +57,10 @@ const k = "islandWidget__05c5dca3", z = "islandWidgetWithExtraFooter__f4b64311",
|
|
|
57
57
|
[i.islandWidgetHeaderWrapperAdaptive]: e
|
|
58
58
|
}),
|
|
59
59
|
onClick: e ? E : void 0,
|
|
60
|
-
children:
|
|
60
|
+
children: c({})
|
|
61
61
|
}
|
|
62
62
|
),
|
|
63
|
-
I ? /* @__PURE__ */ t(j, { expanded: d, children:
|
|
63
|
+
I ? /* @__PURE__ */ t(j, { expanded: d, children: n() }) : /* @__PURE__ */ t(s, { children: n() })
|
|
64
64
|
] })
|
|
65
65
|
}
|
|
66
66
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
-
const a = "
|
|
3
|
+
const a = "islandWidgetBody__7a5e4ba3", e = {
|
|
4
4
|
islandWidgetBody: a
|
|
5
5
|
}, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(e.islandWidgetBody, s), children: d });
|
|
6
6
|
l.displayName = "IslandWidgetBody";
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
2
|
+
import { useContext as i, useEffect as d } from "react";
|
|
3
3
|
import { c as n } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
5
5
|
import { IslandWidgetLayoutContext as l } from "../IslandWidgetLayoutContext.js";
|
|
6
|
-
const m = "
|
|
6
|
+
const m = "islandWidgetExtraFooter__f1cca139", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
|
-
},
|
|
8
|
+
}, f = ({
|
|
9
9
|
children: r,
|
|
10
10
|
className: e,
|
|
11
11
|
open: t = !1,
|
|
12
12
|
...a
|
|
13
13
|
}) => {
|
|
14
|
-
const { setHasExtraFooter: s } =
|
|
15
|
-
return
|
|
14
|
+
const { setHasExtraFooter: s } = i(l);
|
|
15
|
+
return d(() => {
|
|
16
16
|
s(t);
|
|
17
17
|
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(e, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: r }) });
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
f.displayName = "IslandWidgetExtraFooter";
|
|
20
20
|
export {
|
|
21
|
-
|
|
21
|
+
f as IslandWidgetExtraFooter
|
|
22
22
|
};
|
|
23
23
|
//# sourceMappingURL=IslandWidgetExtraFooter.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
-
import { s as n } from "../../../chunks/IslandWidgetFooter.module-
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-DjNDtlKM.js";
|
|
4
4
|
import { IslandWidgetFooterContent as d } from "./IslandWidgetFooterContent.js";
|
|
5
5
|
import { IslandWidgetFooterControls as m } from "./IslandWidgetFooterControls.js";
|
|
6
6
|
const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ e("div", { ...s, className: i(r, n.islandWidgetFooter), children: t });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as l } from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
import { s as e } from "../../../chunks/IslandWidgetHeader.module-
|
|
4
|
+
import { s as e } from "../../../chunks/IslandWidgetHeader.module-DiWg8j16.js";
|
|
5
5
|
import { IslandWidgetHeaderContent as c } from "./IslandWidgetHeaderContent.js";
|
|
6
6
|
import { IslandWidgetHeaderDescription as f } from "./IslandWidgetHeaderDescription.js";
|
|
7
7
|
import { CaretdownStrokeSrvIcon24 as I } from "@sberbusiness/icons-next";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
-
import { s as o } from "../../../chunks/IslandWidgetHeader.module-
|
|
3
|
+
import { s as o } from "../../../chunks/IslandWidgetHeader.module-DiWg8j16.js";
|
|
4
4
|
const n = ({
|
|
5
5
|
children: e,
|
|
6
6
|
className: t,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as a } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
-
import { s as t } from "../../../chunks/IslandWidgetHeader.module-
|
|
3
|
+
import { s as t } from "../../../chunks/IslandWidgetHeader.module-DiWg8j16.js";
|
|
4
4
|
const d = ({
|
|
5
5
|
children: s,
|
|
6
6
|
className: e,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i, { useState as p } from "react";
|
|
3
3
|
import { c as l } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { IslandWidgetLayoutContext as n } from "../IslandWidgetLayoutContext.js";
|
|
5
|
-
const W = "
|
|
5
|
+
const W = "islandWidgetWrapper__49aedb54", m = {
|
|
6
6
|
islandWidgetWrapper: W
|
|
7
7
|
}, c = i.forwardRef(
|
|
8
|
-
({ children:
|
|
9
|
-
const [
|
|
10
|
-
return /* @__PURE__ */
|
|
8
|
+
({ children: r, className: a, ...t }, s) => {
|
|
9
|
+
const [d, o] = p(!1);
|
|
10
|
+
return /* @__PURE__ */ e(n.Provider, { value: { hasExtraFooter: d, setHasExtraFooter: o }, children: /* @__PURE__ */ e("div", { className: l(m.islandWidgetWrapper, a), ...t, ref: s, children: r }) });
|
|
11
11
|
}
|
|
12
12
|
);
|
|
13
13
|
c.displayName = "IslandWidgetWrapper";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as x, Fragment as R, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as n, useEffect as B } from "react";
|
|
3
3
|
import { c as V, g as A } from "../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
import { L as F, s as e } from "../../chunks/LightBoxContent-
|
|
4
|
+
import { L as F, s as e } from "../../chunks/LightBoxContent-CE6sXjX1.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";
|
|
@@ -14,18 +14,18 @@ import { useToken as z } from "../ThemeProvider/useToken.js";
|
|
|
14
14
|
import { LightBoxLeftSidebar as H } from "./LightBoxSidebars/LightBoxLeftSidebar.js";
|
|
15
15
|
import { LightBoxRightSidebar as U } from "./LightBoxSidebars/LightBoxRightSidebar.js";
|
|
16
16
|
const Z = {
|
|
17
|
-
"scroll-0": "scroll-
|
|
18
|
-
"scroll-15": "scroll-
|
|
19
|
-
"scroll-16": "scroll-
|
|
20
|
-
"scroll-17": "scroll-
|
|
21
|
-
}, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden],
|
|
22
|
-
children:
|
|
17
|
+
"scroll-0": "scroll-0__d76060cb",
|
|
18
|
+
"scroll-15": "scroll-15__dd2efcf6",
|
|
19
|
+
"scroll-16": "scroll-16__89cbefea",
|
|
20
|
+
"scroll-17": "scroll-17__718d9880"
|
|
21
|
+
}, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
|
|
22
|
+
children: M,
|
|
23
23
|
className: v,
|
|
24
24
|
focusTrapProps: r,
|
|
25
|
-
forwardRef:
|
|
25
|
+
forwardRef: a,
|
|
26
26
|
mountNode: s,
|
|
27
|
-
lightBoxViewManagerNodeId:
|
|
28
|
-
isLoading:
|
|
27
|
+
lightBoxViewManagerNodeId: d = L,
|
|
28
|
+
isLoading: m,
|
|
29
29
|
isSideOverlayOpened: i,
|
|
30
30
|
isTopOverlayOpened: y,
|
|
31
31
|
...S
|
|
@@ -35,8 +35,8 @@ const Z = {
|
|
|
35
35
|
return s ? t = s : (t = document.querySelector(`#${p}`), t || (t = document.createElement("div"), t.setAttribute("id", p), document.body.appendChild(t))), t;
|
|
36
36
|
}, w = () => {
|
|
37
37
|
let t = null;
|
|
38
|
-
return
|
|
39
|
-
},
|
|
38
|
+
return d && (t = document.querySelector(`#${d}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
|
|
39
|
+
}, c = n(E()), g = n(w()), h = () => {
|
|
40
40
|
N.forEach((t) => document.documentElement.classList.add(t));
|
|
41
41
|
};
|
|
42
42
|
B(() => (D(Z), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), B(() => {
|
|
@@ -46,32 +46,32 @@ const Z = {
|
|
|
46
46
|
}
|
|
47
47
|
}, [i]);
|
|
48
48
|
const _ = (t) => {
|
|
49
|
-
u.current = t,
|
|
49
|
+
u.current = t, a && (a.current = t);
|
|
50
50
|
}, O = V(
|
|
51
51
|
C,
|
|
52
52
|
e.lightBox,
|
|
53
53
|
{
|
|
54
|
-
[e.isLoading]: !!
|
|
54
|
+
[e.isLoading]: !!m,
|
|
55
55
|
[e.lightBoxSideOverlayActive]: !!i,
|
|
56
56
|
[e.lightBoxTopOverlayActive]: !!y
|
|
57
57
|
},
|
|
58
58
|
v
|
|
59
59
|
);
|
|
60
|
-
if (!
|
|
60
|
+
if (!c.current)
|
|
61
61
|
return null;
|
|
62
62
|
const f = () => /* @__PURE__ */ x("div", { className: O, ref: _, role: "dialog", "aria-modal": "true", ...S, children: [
|
|
63
63
|
/* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
|
|
64
|
-
|
|
64
|
+
M,
|
|
65
65
|
/* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
|
|
66
66
|
] });
|
|
67
67
|
return /* @__PURE__ */ x(R, { children: [
|
|
68
|
-
/* @__PURE__ */ o(k, { container:
|
|
68
|
+
/* @__PURE__ */ o(k, { container: c.current, children: /* @__PURE__ */ o(
|
|
69
69
|
W,
|
|
70
70
|
{
|
|
71
71
|
fallback: /* @__PURE__ */ o(
|
|
72
72
|
A.FocusTrap,
|
|
73
73
|
{
|
|
74
|
-
active: !
|
|
74
|
+
active: !m,
|
|
75
75
|
...r,
|
|
76
76
|
focusTrapOptions: {
|
|
77
77
|
allowOutsideClick: !0,
|
|
@@ -89,13 +89,13 @@ const Z = {
|
|
|
89
89
|
q,
|
|
90
90
|
{
|
|
91
91
|
lightBoxViewManagerNode: g.current,
|
|
92
|
-
lightBoxMountNode:
|
|
92
|
+
lightBoxMountNode: c.current
|
|
93
93
|
}
|
|
94
94
|
)
|
|
95
95
|
] });
|
|
96
96
|
};
|
|
97
|
-
|
|
98
|
-
const
|
|
97
|
+
b.displayName = "LightBoxBase";
|
|
98
|
+
const at = Object.assign(b, {
|
|
99
99
|
Content: F,
|
|
100
100
|
SideOverlay: T,
|
|
101
101
|
TopOverlay: j,
|
|
@@ -104,7 +104,7 @@ const ct = Object.assign(M, {
|
|
|
104
104
|
RightSidebar: U
|
|
105
105
|
});
|
|
106
106
|
export {
|
|
107
|
-
|
|
107
|
+
at as LightBox,
|
|
108
108
|
p as lightBoxMountNodeIdDefault,
|
|
109
109
|
L as lightBoxViewManagerNodeIdDefault
|
|
110
110
|
};
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../WindowResizeListener/WindowResizeListener.js";
|
|
4
4
|
import "../../chunks/vendor-BiObpx9E.js";
|
|
5
5
|
import "../LoaderScreen/LoaderScreen.js";
|
|
6
|
-
import { L as n } from "../../chunks/LightBoxContent-
|
|
6
|
+
import { L as n } from "../../chunks/LightBoxContent-CE6sXjX1.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-BaHnxhDB.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-BiObpx9E.js";
|
|
6
|
-
import { s as p } from "../../../chunks/LightBoxControls.module-
|
|
6
|
+
import { s as p } from "../../../chunks/LightBoxControls.module-BaHnxhDB.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-BaHnxhDB.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-BaHnxhDB.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: u,
|
|
13
13
|
clickByArrowLeft: x,
|
|
@@ -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__ecef6306", K = "lightBoxSideOverlayWrapper__da063bc8", Q = "overflowXHidden__613b4a8a", V = "overflowYHidden__9005845a", Z = "closing__d332335b", $ = "opened__799f9071", P = "lightBoxSideOverlayContent__41a7280c", ee = "opening__4d8b7a15", oe = "sm__ae36b51b", te = "md__b9030d3a", ie = "lg__b52188a7", re = "lightBoxSideOverlay__4b0a6193", e = {
|
|
13
13
|
lightBoxSideOverlayMask: J,
|
|
14
14
|
lightBoxSideOverlayWrapper: K,
|
|
15
15
|
overflowXHidden: Q,
|
|
@@ -33,8 +33,8 @@ const J = "lightBoxSideOverlayMask__3c8126c6", K = "lightBoxSideOverlayWrapper__
|
|
|
33
33
|
onClose: s,
|
|
34
34
|
onOpen: c,
|
|
35
35
|
opened: o,
|
|
36
|
-
size:
|
|
37
|
-
...
|
|
36
|
+
size: b = U.MD,
|
|
37
|
+
...M
|
|
38
38
|
}) => {
|
|
39
39
|
const [i, d] = B(!1), [n, g] = B(!1), m = O(o), p = O(null);
|
|
40
40
|
X(() => {
|
|
@@ -59,7 +59,7 @@ const J = "lightBoxSideOverlayMask__3c8126c6", K = "lightBoxSideOverlayWrapper__
|
|
|
59
59
|
]
|
|
60
60
|
}
|
|
61
61
|
), H = () => {
|
|
62
|
-
}, N = v(S, e.lightBoxSideOverlayWrapper, le[
|
|
62
|
+
}, N = v(S, e.lightBoxSideOverlayWrapper, le[b], {
|
|
63
63
|
[e.closing]: i,
|
|
64
64
|
[e.opened]: o,
|
|
65
65
|
[e.overflowXHidden]: !!h || !!a,
|
|
@@ -88,7 +88,7 @@ const J = "lightBoxSideOverlayMask__3c8126c6", K = "lightBoxSideOverlayWrapper__
|
|
|
88
88
|
preventScroll: !0,
|
|
89
89
|
...l == null ? void 0 : l.focusTrapOptions
|
|
90
90
|
},
|
|
91
|
-
children: /* @__PURE__ */ t("div", { className: N, role: "dialog", "aria-modal": "true", ...
|
|
91
|
+
children: /* @__PURE__ */ t("div", { className: N, role: "dialog", "aria-modal": "true", ...M, children: F })
|
|
92
92
|
}
|
|
93
93
|
);
|
|
94
94
|
};
|
|
@@ -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-CuuwIIzJ.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-BiObpx9E.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-CuuwIIzJ.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 d, useEffect as l } from "react";
|
|
3
|
+
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
+
const n = "lightBoxSideOverlayLoaderWrapper__38cd3188", 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 = d(null);
|
|
8
|
+
return l(() => {
|
|
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(p, { type: "middle", children: a }) });
|
|
16
16
|
};
|
|
17
17
|
f.displayName = "LightBoxSideOverlayLoader";
|
|
18
18
|
export {
|