@sberbusiness/triplex-next 0.27.0 → 0.28.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-vonjWRtY.js +41 -0
- package/chunks/{CalendarViewItem-DRBt_s0Q.js → CalendarViewItem-DysxnR-B.js} +18 -18
- package/chunks/Card.module-DLzMeKEe.js +17 -0
- package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +15 -0
- package/chunks/Chip-C8WEqATD.js +77 -0
- package/chunks/Confirm.module-C9UyoM6r.js +15 -0
- package/chunks/{DropdownListItem-BflrX8i-.js → DropdownListItem-DEMHVloq.js} +16 -16
- package/chunks/DropdownMobile.module-D_HYruos.js +23 -0
- package/chunks/Footer.module-BijXXNLX.js +9 -0
- package/chunks/{FormFieldInput-q8qt9K5c.js → FormFieldInput-Cb-NqZOL.js} +25 -25
- package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +9 -0
- package/chunks/HeaderTabs.module-Yh7VuJr3.js +9 -0
- package/chunks/{HeaderTitle.module-Y10Bm5lm.js → HeaderTitle.module-B2aVG-8s.js} +2 -2
- package/chunks/IslandAccordion.module-DXpQN7Ws.js +25 -0
- package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +9 -0
- package/chunks/IslandWidgetHeader.module-BntNmew_.js +12 -0
- package/chunks/{LightBoxContent-DHs-Qjcp.js → LightBoxContent-CpxzDBba.js} +11 -11
- package/chunks/LightBoxControls.module-BulvfqYp.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +9 -0
- package/chunks/{ListItemControlsButton-pIOQbY1R.js → ListItemControlsButton-BcWg1BjZ.js} +15 -15
- package/chunks/ListItemTail.module-lle264d5.js +12 -0
- package/chunks/ListMasterFooter.module-ezPsYAZz.js +10 -0
- package/chunks/ModalWindow.module-CbeisCTo.js +17 -0
- package/chunks/Notification.module-Cdt0qyac.js +20 -0
- package/chunks/Overlay.module-s6l_vTfQ.js +18 -0
- package/chunks/Page.module-DfXEH6KZ.js +11 -0
- package/chunks/SMSField.module-CTGDSJ9H.js +16 -0
- package/chunks/SliderExtendedMarks.module-CEd_dK23.js +15 -0
- package/chunks/{SliderExtendedRail-ylfekLwv.js → SliderExtendedRail-D-T2vfBA.js} +9 -9
- package/chunks/StatusTracker.module-DhavZ4lj.js +24 -0
- package/chunks/{StepperStepArrowBorder-DJAqKqGz.js → StepperStepArrowBorder-DoCkMkMz.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-DC3vUbne.js → SuggestFieldMobileDropdownHint-DMUtIm6D.js} +2 -2
- package/chunks/TableFooter.module-BEbAVyAP.js +14 -0
- package/chunks/TabsExtended.module-DvTlvDRg.js +16 -0
- package/chunks/TabsLine.module-Dc3Qo19q.js +21 -0
- package/chunks/TooltipDesktop.module-CU7dGBwe.js +19 -0
- package/chunks/TreeView.module-BYYaw1fa.js +9 -0
- package/chunks/{UploadZoneInput-xOoub0aL.js → UploadZoneInput-DBUlHhad.js} +7 -7
- package/chunks/{constants-CoLWcWYQ.js → constants-3hOLYskn.js} +10 -10
- package/chunks/utils-8R7OR9DQ.js +24 -0
- package/chunks/{utils-D_H8vO74.js → utils-BzsnXGYj.js} +5 -5
- package/chunks/utils-C0T4qN0O.js +73 -0
- package/chunks/{utils-BXp6zjzV.js → utils-C3N8DE_4.js} +5 -5
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +3 -3
- package/components/Badge/Badge.js +3 -3
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +14 -14
- package/components/Badge/components/BadgePostfix.js +5 -5
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +15 -15
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +11 -11
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +13 -13
- 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 +9 -9
- 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 +8 -8
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- 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 +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- 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 +1 -1
- 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 +13 -13
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
- 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 +5 -5
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +10 -10
- package/components/Dropdown/desktop/DropdownDesktop.js +21 -21
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +17 -17
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +22 -22
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +28 -28
- package/components/FormField/components/FormFieldPostfix.js +4 -4
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- 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 +8 -8
- 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 +4 -4
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +6 -6
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +1 -1
- 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 +22 -22
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +10 -10
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +68 -61
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +6 -6
- 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 +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +6 -6
- package/components/List/components/ListSortableItemTarget.js +9 -9
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +1 -1
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +10 -10
- package/components/ModalWindow/ModalWindow.js +61 -65
- package/components/ModalWindow/components/ModalWindowBody.js +14 -13
- package/components/ModalWindow/components/ModalWindowClose.js +16 -17
- package/components/ModalWindow/components/ModalWindowContent.js +22 -16
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
- package/components/MonthYearRange/MonthYearRange.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +5 -5
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +21 -21
- package/components/Radio/Radio.js +15 -15
- package/components/Radio/RadioXGroup.js +9 -9
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +5 -5
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +2 -2
- package/components/SegmentedControl/SegmentedControlSegment.js +20 -20
- package/components/SelectExtendedField/SelectExtendedField.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +4 -4
- 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 +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +28 -28
- package/components/SmallInput/SmallInput.js +6 -6
- package/components/Spoiler/Spoiler.js +13 -13
- 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 +17 -17
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/StepperExtended.js +9 -9
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +15 -15
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- 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 +6 -6
- 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 +1 -1
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +6 -6
- 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 +11 -11
- package/components/Tag/Tag.js +14 -14
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +8 -8
- 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 +10 -10
- 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 +3 -3
- package/components/TopOverlay/TopOverlay.js +9 -9
- 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 +15 -15
- package/components/Typography/CodeText.js +11 -11
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +37 -8
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +538 -538
- package/chunks/AlertProcessSpoiler-CyQjNK-A.js +0 -41
- package/chunks/Card.module-D8T8SSWF.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BQD7DKNP.js +0 -15
- package/chunks/Chip-BWrXp8b3.js +0 -77
- package/chunks/Confirm.module-D5UicEEs.js +0 -15
- package/chunks/DropdownMobile.module-3D5LlZCS.js +0 -23
- package/chunks/Footer.module-BfB70vm7.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DP3SxiTp.js +0 -9
- package/chunks/HeaderTabs.module-Cx-Ctxui.js +0 -9
- package/chunks/IslandAccordion.module-CVxFZsLG.js +0 -25
- package/chunks/IslandWidgetFooter.module-VlqE7l7C.js +0 -9
- package/chunks/IslandWidgetHeader.module-DwIaQr1_.js +0 -12
- package/chunks/LightBoxControls.module-D1KjqwKb.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DPT31Rzn.js +0 -9
- package/chunks/ListItemTail.module-Cu4UoxMF.js +0 -12
- package/chunks/ListMasterFooter.module-wznlsgml.js +0 -10
- package/chunks/ModalWindow.module-BrOAz5Ut.js +0 -17
- package/chunks/Notification.module-CyBTQm0m.js +0 -20
- package/chunks/Overlay.module-hR6GT0XD.js +0 -18
- package/chunks/Page.module-DydaWXa2.js +0 -11
- package/chunks/SMSField.module-DoBN7Aba.js +0 -16
- package/chunks/SliderExtendedMarks.module-DZXE3Uju.js +0 -15
- package/chunks/StatusTracker.module-D8_bnGs2.js +0 -24
- package/chunks/TableFooter.module-BG7ShSJ1.js +0 -14
- package/chunks/TabsExtended.module-D60HGy0o.js +0 -16
- package/chunks/TabsLine.module-BfBp0UOt.js +0 -21
- package/chunks/TooltipDesktop.module-BrcbbP-s.js +0 -19
- package/chunks/TreeView.module-lKZg_HMx.js +0 -9
- package/chunks/utils-CfCPvNY4.js +0 -73
- package/chunks/utils-PKY322-t.js +0 -24
|
@@ -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---Om3uMV.js";
|
|
12
|
-
import { s as I } from "../../chunks/IslandAccordion.module-
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-DXpQN7Ws.js";
|
|
13
13
|
import "./components/IslandAccordionContent.js";
|
|
14
14
|
import "./components/IslandAccordionFooter.js";
|
|
15
15
|
const x = Object.assign(
|
|
16
16
|
n.forwardRef(
|
|
17
17
|
({ className: r, children: m, size: t = 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: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.
|
|
19
|
+
return /* @__PURE__ */ o(p.Provider, { value: { size: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.28.0", ref: a, children: m }) });
|
|
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-DXpQN7Ws.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,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s as i } from "../../../chunks/IslandAccordion.module-
|
|
4
|
+
import { s as i } from "../../../chunks/IslandAccordion.module-DXpQN7Ws.js";
|
|
5
5
|
import { Island as e } from "../../Island/Island.js";
|
|
6
6
|
import "../../Island/components/IslandBody.js";
|
|
7
7
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -25,7 +25,7 @@ import "../../Typography/Caption.js";
|
|
|
25
25
|
import "../../Typography/CodeText.js";
|
|
26
26
|
import "../../Typography/Text.js";
|
|
27
27
|
import { Title as tt } from "../../Typography/Title.js";
|
|
28
|
-
import { s as t } from "../../../chunks/IslandAccordion.module-
|
|
28
|
+
import { s as t } from "../../../chunks/IslandAccordion.module-DXpQN7Ws.js";
|
|
29
29
|
import { EScreenWidth as y } from "../../../helpers/breakpoints.js";
|
|
30
30
|
import { useMatchMedia as rt } from "../../MediaWidth/useMatchMedia.js";
|
|
31
31
|
const et = {
|
|
@@ -91,7 +91,7 @@ const et = {
|
|
|
91
91
|
}),
|
|
92
92
|
onClick: H,
|
|
93
93
|
disabled: e,
|
|
94
|
-
"data-tx": "0.
|
|
94
|
+
"data-tx": "0.28.0",
|
|
95
95
|
children: [
|
|
96
96
|
h && I && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(K, { step: I, status: h, position: Q.XFirst, size: a, children: e ? void 0 : w }) }),
|
|
97
97
|
/* @__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 v, useState as u } from "react";
|
|
3
3
|
import { Island as y } from "../Island/Island.js";
|
|
4
4
|
import { EIslandType as H } from "../Island/enums.js";
|
|
@@ -11,37 +11,37 @@ import { IslandWidgetFooter as C } from "./components/IslandWidgetFooter.js";
|
|
|
11
11
|
import { IslandWidgetExtraFooter as A } from "./components/IslandWidgetExtraFooter.js";
|
|
12
12
|
import { EComponentSize as S } from "../../enums/EComponentSize.js";
|
|
13
13
|
import { c as m } from "../../chunks/vendor---Om3uMV.js";
|
|
14
|
-
import { IslandWidgetLayoutContext as
|
|
15
|
-
import { IslandWidgetContext as
|
|
16
|
-
import { ExpandAnimation as
|
|
14
|
+
import { IslandWidgetLayoutContext as O } from "./IslandWidgetLayoutContext.js";
|
|
15
|
+
import { IslandWidgetContext as j } from "./IslandWidgetContext.js";
|
|
16
|
+
import { ExpandAnimation as N } from "../ExpandAnimation/ExpandAnimation.js";
|
|
17
17
|
import { EScreenWidth as p } from "../../helpers/breakpoints.js";
|
|
18
|
-
import { useMatchMedia as
|
|
19
|
-
const
|
|
20
|
-
islandWidget:
|
|
21
|
-
islandWidgetWithExtraFooter:
|
|
22
|
-
islandWidgetHeaderWrapperAdaptive:
|
|
23
|
-
},
|
|
18
|
+
import { useMatchMedia as k } from "../MediaWidth/useMatchMedia.js";
|
|
19
|
+
const B = "islandWidget__b3e090cd", P = "islandWidgetWithExtraFooter__deefa741", R = "islandWidgetHeaderWrapperAdaptive__1554f457", i = {
|
|
20
|
+
islandWidget: B,
|
|
21
|
+
islandWidgetWithExtraFooter: P,
|
|
22
|
+
islandWidgetHeaderWrapperAdaptive: R
|
|
23
|
+
}, T = Object.assign(
|
|
24
24
|
_.forwardRef(
|
|
25
25
|
({
|
|
26
26
|
className: l,
|
|
27
27
|
size: c = S.MD,
|
|
28
28
|
renderBody: W,
|
|
29
29
|
renderFooter: o,
|
|
30
|
-
renderHeader:
|
|
30
|
+
renderHeader: f,
|
|
31
31
|
disableAdaptiveCollapsing: r = !1,
|
|
32
|
-
...
|
|
32
|
+
...g
|
|
33
33
|
}, x) => {
|
|
34
|
-
const { hasExtraFooter: h } = v(
|
|
34
|
+
const { hasExtraFooter: h } = v(O), [d, E] = u(r), e = k(
|
|
35
35
|
`(max-width: ${p.SM_MAX})`,
|
|
36
36
|
window.innerWidth <= parseInt(p.SM_MAX)
|
|
37
37
|
), I = () => {
|
|
38
38
|
E(!d);
|
|
39
|
-
}, F = e && !r,
|
|
39
|
+
}, F = e && !r, n = () => /* @__PURE__ */ a(s, { children: [
|
|
40
40
|
W({}),
|
|
41
41
|
o ? o({}) : null
|
|
42
42
|
] });
|
|
43
43
|
return /* @__PURE__ */ t(
|
|
44
|
-
|
|
44
|
+
j.Provider,
|
|
45
45
|
{
|
|
46
46
|
value: {
|
|
47
47
|
adaptive: e,
|
|
@@ -54,10 +54,10 @@ const k = "islandWidget__ba9a31eb", B = "islandWidgetWithExtraFooter__efc7bc83",
|
|
|
54
54
|
className: m(i.islandWidget, l, {
|
|
55
55
|
[i.islandWidgetWithExtraFooter]: h
|
|
56
56
|
}),
|
|
57
|
-
"data-tx": "0.
|
|
58
|
-
...
|
|
57
|
+
"data-tx": "0.28.0",
|
|
58
|
+
...g,
|
|
59
59
|
ref: x,
|
|
60
|
-
children: /* @__PURE__ */
|
|
60
|
+
children: /* @__PURE__ */ a(y, { type: H.TYPE_1, size: c, children: [
|
|
61
61
|
/* @__PURE__ */ t(
|
|
62
62
|
"div",
|
|
63
63
|
{
|
|
@@ -65,10 +65,10 @@ const k = "islandWidget__ba9a31eb", B = "islandWidgetWithExtraFooter__efc7bc83",
|
|
|
65
65
|
[i.islandWidgetHeaderWrapperAdaptive]: e
|
|
66
66
|
}),
|
|
67
67
|
onClick: e ? I : void 0,
|
|
68
|
-
children:
|
|
68
|
+
children: f({})
|
|
69
69
|
}
|
|
70
70
|
),
|
|
71
|
-
F ? /* @__PURE__ */ t(
|
|
71
|
+
F ? /* @__PURE__ */ t(N, { expanded: d, children: n() }) : /* @__PURE__ */ t(s, { children: n() })
|
|
72
72
|
] })
|
|
73
73
|
}
|
|
74
74
|
)
|
|
@@ -83,8 +83,8 @@ const k = "islandWidget__ba9a31eb", B = "islandWidgetWithExtraFooter__efc7bc83",
|
|
|
83
83
|
ExtraFooter: A
|
|
84
84
|
}
|
|
85
85
|
);
|
|
86
|
-
|
|
86
|
+
T.displayName = "IslandWidget";
|
|
87
87
|
export {
|
|
88
|
-
|
|
88
|
+
T as IslandWidget
|
|
89
89
|
};
|
|
90
90
|
//# sourceMappingURL=IslandWidget.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
const
|
|
4
|
-
islandWidgetBody:
|
|
5
|
-
}, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(
|
|
3
|
+
const a = "islandWidgetBody__fd9063ff", e = {
|
|
4
|
+
islandWidgetBody: a
|
|
5
|
+
}, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(e.islandWidgetBody, s), children: d });
|
|
6
6
|
l.displayName = "IslandWidgetBody";
|
|
7
7
|
export {
|
|
8
8
|
l as IslandWidgetBody
|
|
@@ -3,21 +3,21 @@ import { useContext as i, useEffect as d } from "react";
|
|
|
3
3
|
import { c as n } from "../../../chunks/vendor---Om3uMV.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__0c065fbc", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
|
-
},
|
|
9
|
-
children:
|
|
10
|
-
className:
|
|
8
|
+
}, f = ({
|
|
9
|
+
children: r,
|
|
10
|
+
className: e,
|
|
11
11
|
open: t = !1,
|
|
12
12
|
...a
|
|
13
13
|
}) => {
|
|
14
14
|
const { setHasExtraFooter: s } = i(l);
|
|
15
15
|
return d(() => {
|
|
16
16
|
s(t);
|
|
17
|
-
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(
|
|
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---Om3uMV.js";
|
|
3
|
-
import { s as n } from "../../../chunks/IslandWidgetFooter.module-
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-DsHrU6Ao.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---Om3uMV.js";
|
|
4
|
-
import { s as e } from "../../../chunks/IslandWidgetHeader.module-
|
|
4
|
+
import { s as e } from "../../../chunks/IslandWidgetHeader.module-BntNmew_.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---Om3uMV.js";
|
|
3
|
-
import { s as o } from "../../../chunks/IslandWidgetHeader.module-
|
|
3
|
+
import { s as o } from "../../../chunks/IslandWidgetHeader.module-BntNmew_.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---Om3uMV.js";
|
|
3
|
-
import { s as t } from "../../../chunks/IslandWidgetHeader.module-
|
|
3
|
+
import { s as t } from "../../../chunks/IslandWidgetHeader.module-BntNmew_.js";
|
|
4
4
|
const d = ({
|
|
5
5
|
children: s,
|
|
6
6
|
className: e,
|
|
@@ -2,16 +2,16 @@ import { jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import i, { useState as p } from "react";
|
|
3
3
|
import { c as l } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { IslandWidgetLayoutContext as n } from "../IslandWidgetLayoutContext.js";
|
|
5
|
-
const W = "
|
|
5
|
+
const W = "islandWidgetWrapper__854c0a52", c = {
|
|
6
6
|
islandWidgetWrapper: W
|
|
7
|
-
},
|
|
8
|
-
({ children: e, className:
|
|
7
|
+
}, m = i.forwardRef(
|
|
8
|
+
({ children: e, className: a, ...t }, s) => {
|
|
9
9
|
const [o, d] = p(!1);
|
|
10
|
-
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(
|
|
10
|
+
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(c.islandWidgetWrapper, a), ...t, ref: s, children: e }) });
|
|
11
11
|
}
|
|
12
12
|
);
|
|
13
|
-
|
|
13
|
+
m.displayName = "IslandWidgetWrapper";
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
m as IslandWidgetWrapper
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=IslandWidgetWrapper.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as B, Fragment as V, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as n, useEffect as f } from "react";
|
|
3
3
|
import { c as A, F as D } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { L as I, s as e } from "../../chunks/LightBoxContent-
|
|
4
|
+
import { L as I, s as e } from "../../chunks/LightBoxContent-CpxzDBba.js";
|
|
5
5
|
import { LightBoxControls as R } from "./LightBoxControls/LightBoxControls.js";
|
|
6
6
|
import { LightBoxSideOverlay as k } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
7
7
|
import { Portal as T } from "../Portal/Portal.js";
|
|
@@ -15,11 +15,11 @@ import { LightBoxLeftSidebar as U } from "./LightBoxSidebars/LightBoxLeftSidebar
|
|
|
15
15
|
import { LightBoxRightSidebar as Z } from "./LightBoxSidebars/LightBoxRightSidebar.js";
|
|
16
16
|
import { ELightBoxSize as G } from "./enums.js";
|
|
17
17
|
const J = {
|
|
18
|
-
"scroll-0": "scroll-
|
|
19
|
-
"scroll-15": "scroll-
|
|
20
|
-
"scroll-16": "scroll-
|
|
21
|
-
"scroll-17": "scroll-
|
|
22
|
-
}, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node",
|
|
18
|
+
"scroll-0": "scroll-0__3d5a8c8c",
|
|
19
|
+
"scroll-15": "scroll-15__06b238e9",
|
|
20
|
+
"scroll-16": "scroll-16__be1e227f",
|
|
21
|
+
"scroll-17": "scroll-17__855a00d7"
|
|
22
|
+
}, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
|
|
23
23
|
children: M,
|
|
24
24
|
className: v,
|
|
25
25
|
focusTrapProps: r,
|
|
@@ -39,9 +39,9 @@ const J = {
|
|
|
39
39
|
let t = null;
|
|
40
40
|
return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
|
|
41
41
|
}, a = n(w()), g = n(_()), h = () => {
|
|
42
|
-
|
|
42
|
+
N.forEach((t) => document.documentElement.classList.add(t));
|
|
43
43
|
};
|
|
44
|
-
f(() => (j(J), h(), setTimeout(h, 100), () =>
|
|
44
|
+
f(() => (j(J), h(), setTimeout(h, 100), () => N.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
|
|
45
45
|
if (!i && l.current) {
|
|
46
46
|
const t = Math.round(Math.random() * 100);
|
|
47
47
|
l.current.style.zIndex = t.toString();
|
|
@@ -97,8 +97,8 @@ const J = {
|
|
|
97
97
|
)
|
|
98
98
|
] });
|
|
99
99
|
};
|
|
100
|
-
|
|
101
|
-
const dt = Object.assign(
|
|
100
|
+
b.displayName = "LightBoxBase";
|
|
101
|
+
const dt = Object.assign(b, {
|
|
102
102
|
Content: I,
|
|
103
103
|
SideOverlay: k,
|
|
104
104
|
TopOverlay: q,
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import "../WindowResizeListener/WindowResizeListener.js";
|
|
5
5
|
import "../LoaderScreen/LoaderScreen.js";
|
|
6
|
-
import { L as n } from "../../chunks/LightBoxContent-
|
|
6
|
+
import { L as n } from "../../chunks/LightBoxContent-CpxzDBba.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-BulvfqYp.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---Om3uMV.js";
|
|
6
|
-
import { s as p } from "../../../chunks/LightBoxControls.module-
|
|
6
|
+
import { s as p } from "../../../chunks/LightBoxControls.module-BulvfqYp.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-BulvfqYp.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-BulvfqYp.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: u,
|
|
13
13
|
clickByArrowLeft: x,
|
|
@@ -1,100 +1,107 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { c as
|
|
4
|
-
import { OverlayBase as
|
|
5
|
-
import { OverlayMask as
|
|
6
|
-
import { LightBoxSideOverlayLoader as
|
|
7
|
-
import { FocusTrapUtils as
|
|
8
|
-
import { LightBoxSideOverlayCloseMobile as
|
|
9
|
-
import { LightBoxSideOverlayCloseDesktop as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
1
|
+
import { jsx as t, jsxs as B, Fragment as X } from "react/jsx-runtime";
|
|
2
|
+
import { useState as O, useRef as x, useEffect as Y } from "react";
|
|
3
|
+
import { c as f, F as z } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { OverlayBase as L, EOverlayDirection as R } from "../../Overlay/OverlayBase.js";
|
|
5
|
+
import { OverlayMask as j } from "../../Overlay/OverlayMask.js";
|
|
6
|
+
import { LightBoxSideOverlayLoader as I } from "./LightBoxSideOverlayLoader.js";
|
|
7
|
+
import { FocusTrapUtils as A } from "../../../utils/focus/FocusTrapUtils.js";
|
|
8
|
+
import { LightBoxSideOverlayCloseMobile as G } from "./LightBoxSideOverlayCloseMobile.js";
|
|
9
|
+
import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
|
|
10
|
+
import { MobileView as V } from "../../MobileView/MobileView.js";
|
|
11
|
+
import { EComponentSize as q } from "../../../enums/EComponentSize.js";
|
|
12
|
+
import { createSizeToClassNameMap as J } from "../../../utils/classNameMaps.js";
|
|
13
|
+
const K = "lightBoxSideOverlayMask__256fce2f", Q = "lightBoxSideOverlayWrapper__805bd18a", Z = "overflowXHidden__9e5b4c5b", $ = "overflowYHidden__c60db848", P = "closing__e8c2b453", ee = "opened__e396fdb4", oe = "lightBoxSideOverlayContent__d39f912e", te = "opening__dc51c24e", ie = "sm__e4234c2b", re = "md__b7934a0d", le = "lg__ca882061", ne = "lightBoxSideOverlay__95966326", e = {
|
|
14
|
+
lightBoxSideOverlayMask: K,
|
|
15
|
+
lightBoxSideOverlayWrapper: Q,
|
|
16
|
+
overflowXHidden: Z,
|
|
17
|
+
overflowYHidden: $,
|
|
18
|
+
closing: P,
|
|
19
|
+
opened: ee,
|
|
20
|
+
lightBoxSideOverlayContent: oe,
|
|
21
|
+
opening: te,
|
|
22
|
+
sm: ie,
|
|
23
|
+
md: re,
|
|
24
|
+
lg: le,
|
|
25
|
+
lightBoxSideOverlay: ne
|
|
26
|
+
}, ae = J(e), v = ({
|
|
27
|
+
children: S,
|
|
28
|
+
className: _,
|
|
28
29
|
focusTrapProps: l,
|
|
29
30
|
isLoading: a,
|
|
30
|
-
loadingTitle:
|
|
31
|
-
isTopLevelSideOverlayOpened:
|
|
32
|
-
isTopOverlayOpened:
|
|
31
|
+
loadingTitle: u,
|
|
32
|
+
isTopLevelSideOverlayOpened: p,
|
|
33
|
+
isTopOverlayOpened: b,
|
|
33
34
|
onClose: s,
|
|
34
35
|
onOpen: c,
|
|
35
36
|
opened: o,
|
|
36
|
-
size: M =
|
|
37
|
+
size: M = q.MD,
|
|
37
38
|
...k
|
|
38
39
|
}) => {
|
|
39
|
-
const [i, d] =
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
const [i, d] = O(!1), [n, g] = O(!1), m = x(o), h = x(null);
|
|
41
|
+
Y(() => {
|
|
42
|
+
m.current && !o ? (g(!1), d(!0)) : !m.current && o && (d(!1), g(!0)), m.current = o;
|
|
42
43
|
}, [o]);
|
|
43
44
|
const w = (r) => {
|
|
44
|
-
const { target: D, currentTarget:
|
|
45
|
-
D ===
|
|
46
|
-
}, C = ({ opened: r }) => /* @__PURE__ */ t(
|
|
45
|
+
const { target: D, currentTarget: T } = r;
|
|
46
|
+
D === T && (i ? (d(!1), s == null || s()) : n && (g(!1), c == null || c()));
|
|
47
|
+
}, C = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ B(
|
|
47
48
|
"div",
|
|
48
49
|
{
|
|
49
|
-
className:
|
|
50
|
+
className: f(e.lightBoxSideOverlayContent, {
|
|
50
51
|
[e.closing]: i,
|
|
51
52
|
[e.opening]: n,
|
|
52
53
|
[e.opened]: o
|
|
53
54
|
}),
|
|
54
55
|
onTransitionEnd: w,
|
|
55
|
-
ref:
|
|
56
|
+
ref: h,
|
|
56
57
|
children: [
|
|
57
|
-
|
|
58
|
-
a && /* @__PURE__ */ t(
|
|
58
|
+
S,
|
|
59
|
+
a && /* @__PURE__ */ t(I, { loadingTitle: u })
|
|
59
60
|
]
|
|
60
61
|
}
|
|
61
62
|
), N = () => {
|
|
62
|
-
},
|
|
63
|
+
}, E = f(_, e.lightBoxSideOverlayWrapper, ae[M], {
|
|
63
64
|
[e.closing]: i,
|
|
64
65
|
[e.opened]: o,
|
|
65
|
-
[e.overflowXHidden]: !!
|
|
66
|
-
[e.overflowYHidden]: !!
|
|
67
|
-
}),
|
|
66
|
+
[e.overflowXHidden]: !!p || !!a,
|
|
67
|
+
[e.overflowYHidden]: !!p || !!a || !!b
|
|
68
|
+
}), F = (r) => /* @__PURE__ */ B(X, { children: [
|
|
68
69
|
C(r),
|
|
69
70
|
H()
|
|
70
|
-
] }),
|
|
71
|
+
] }), W = /* @__PURE__ */ t(
|
|
71
72
|
"div",
|
|
72
73
|
{
|
|
73
|
-
className:
|
|
74
|
+
className: f(e.lightBoxSideOverlay, {
|
|
74
75
|
[e.closing]: i,
|
|
75
76
|
[e.opening]: n
|
|
76
77
|
}),
|
|
77
|
-
children: /* @__PURE__ */ t(
|
|
78
|
+
children: /* @__PURE__ */ t(L, { direction: R.RIGHT, opened: o, setOpened: N, children: F })
|
|
78
79
|
}
|
|
79
|
-
);
|
|
80
|
+
), y = () => /* @__PURE__ */ t("div", { className: E, role: "dialog", "aria-modal": "true", ...k, children: W });
|
|
80
81
|
return /* @__PURE__ */ t(
|
|
81
|
-
|
|
82
|
+
V,
|
|
82
83
|
{
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
84
|
+
fallback: /* @__PURE__ */ t(
|
|
85
|
+
z,
|
|
86
|
+
{
|
|
87
|
+
active: o && !n && !i,
|
|
88
|
+
...l,
|
|
89
|
+
focusTrapOptions: {
|
|
90
|
+
allowOutsideClick: !0,
|
|
91
|
+
initialFocus: () => A.getFirstInteractionElementByDataAttr(h.current),
|
|
92
|
+
preventScroll: !0,
|
|
93
|
+
...l == null ? void 0 : l.focusTrapOptions
|
|
94
|
+
},
|
|
95
|
+
children: y()
|
|
96
|
+
}
|
|
97
|
+
),
|
|
98
|
+
children: y()
|
|
92
99
|
}
|
|
93
100
|
);
|
|
94
101
|
};
|
|
95
102
|
v.displayName = "LightBoxSideOverlay";
|
|
96
|
-
v.CloseDesktop =
|
|
97
|
-
v.CloseMobile =
|
|
103
|
+
v.CloseDesktop = U;
|
|
104
|
+
v.CloseMobile = G;
|
|
98
105
|
export {
|
|
99
106
|
v as LightBoxSideOverlay
|
|
100
107
|
};
|
|
@@ -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-jdGcrQ0Q.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---Om3uMV.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-jdGcrQ0Q.js";
|
|
5
5
|
import { EButtonTheme as l } from "../../Button/enums.js";
|
|
6
6
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
7
7
|
import { Button as a } from "../../Button/Button.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { useState as s, useRef as l, useEffect as p } from "react";
|
|
3
3
|
import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
-
const n = "
|
|
4
|
+
const n = "lightBoxSideOverlayLoaderWrapper__1c6eaea8", c = {
|
|
5
5
|
lightBoxSideOverlayLoaderWrapper: n
|
|
6
6
|
}, f = ({ loadingTitle: a }) => {
|
|
7
7
|
const [t, r] = s(0), e = l(null);
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { jsx as b } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as N, useRef as
|
|
2
|
+
import { forwardRef as N, useRef as o, useImperativeHandle as R, useState as V, useEffect as x } from "react";
|
|
3
3
|
import { c as h } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const j = "
|
|
4
|
+
const j = "lightBoxLeftSidebar__851d5b83", z = "fixed__9b86ae79", E = "hidden__86595903", r = {
|
|
5
5
|
lightBoxLeftSidebar: j,
|
|
6
6
|
fixed: z,
|
|
7
7
|
hidden: E
|
|
8
8
|
}, O = N(
|
|
9
|
-
({ children: m, className: L, fixed: B, minVisibleWidth:
|
|
10
|
-
const n =
|
|
9
|
+
({ children: m, className: L, fixed: B, minVisibleWidth: d = 100, onShow: s, onHide: i, ...g }, p) => {
|
|
10
|
+
const n = o(null);
|
|
11
11
|
R(p, () => n.current);
|
|
12
|
-
const [v, _] = V(!0), e =
|
|
12
|
+
const [v, _] = V(!0), e = o(s), t = o(i);
|
|
13
13
|
return x(() => {
|
|
14
14
|
e.current = s, t.current = i;
|
|
15
15
|
}, [s, i]), x(() => {
|
|
16
16
|
const f = n.current;
|
|
17
17
|
if (!f) return;
|
|
18
|
-
const
|
|
18
|
+
const a = new ResizeObserver((S) => {
|
|
19
19
|
for (const y of S) {
|
|
20
|
-
const c = y.contentRect.width >
|
|
20
|
+
const c = y.contentRect.width > d;
|
|
21
21
|
_((I) => {
|
|
22
|
-
var
|
|
23
|
-
return c !== I && (c ? (
|
|
22
|
+
var l, u;
|
|
23
|
+
return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
-
return
|
|
28
|
-
}, [
|
|
27
|
+
return a.observe(f), () => a.disconnect();
|
|
28
|
+
}, [d]), /* @__PURE__ */ b(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
31
|
ref: n,
|