@sberbusiness/triplex-next 0.29.0 → 0.30.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-u6M_UUD9.js +41 -0
- package/chunks/{CalendarViewItem-D_gRwbwg.js → CalendarViewItem-0qx9TN09.js} +21 -21
- package/chunks/Card.module-Dk_x12aX.js +18 -0
- package/chunks/CheckboxTreeExtended.module-BYEXhagY.js +15 -0
- package/chunks/{Chip-Bk0l10k4.js → Chip-CgSrMLOj.js} +9 -9
- package/chunks/Confirm.module-D-Z-baL7.js +15 -0
- package/chunks/{DropdownListItem-CGZyMM5K.js → DropdownListItem-DsKl9Gi-.js} +12 -12
- package/chunks/DropdownMobile.module-DBKmP6tH.js +23 -0
- package/chunks/Footer.module-D19luc11.js +9 -0
- package/chunks/{FormFieldInput-B7snQZVi.js → FormFieldInput-DM8lK78a.js} +15 -15
- package/chunks/HeaderLayoutSidebar.module-BEWjTVQC.js +9 -0
- package/chunks/HeaderTabs.module-B3OUkcWC.js +9 -0
- package/chunks/{HeaderTitle.module-CgarzGR5.js → HeaderTitle.module-wm7lWk21.js} +2 -2
- package/chunks/IslandAccordion.module-CkjSe196.js +25 -0
- package/chunks/IslandWidgetFooter.module-DkGCGVtt.js +9 -0
- package/chunks/IslandWidgetHeader.module-D_0Z5Wkx.js +13 -0
- package/chunks/{LightBoxContent-BdM4QdVW.js → LightBoxContent-C-Q4JvDf.js} +8 -8
- package/chunks/LightBoxControls.module-D6dJVyd1.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Pvh5SxlA.js +9 -0
- package/chunks/{ListItemControlsButton-Bo2ir8rI.js → ListItemControlsButton-B52gadtt.js} +15 -15
- package/chunks/ListItemTail.module-96x050E6.js +12 -0
- package/chunks/ListMasterFooter.module-QCC2uvr7.js +10 -0
- package/chunks/ModalWindow.module-D3XZrRCV.js +17 -0
- package/chunks/Notification.module-MWvLXIRM.js +20 -0
- package/chunks/Overlay.module-nAMUorJ1.js +18 -0
- package/chunks/Page.module-BDTFNqSr.js +11 -0
- package/chunks/SMSField.module-Dt8sZq_D.js +16 -0
- package/chunks/SliderExtendedMarks.module-BIprSBVE.js +15 -0
- package/chunks/{SliderExtendedRail-B1jT6Bzj.js → SliderExtendedRail-EN9dWr8g.js} +8 -8
- package/chunks/StatusTracker.module-GZp9BaaE.js +24 -0
- package/chunks/{StepperStepArrowBorder-CjYvRZAE.js → StepperStepArrowBorder-B2mxgMOK.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint--qfcwzvU.js → SuggestFieldMobileDropdownHint-8plGk4NO.js} +4 -4
- package/chunks/TableFooter.module-C1wbovyw.js +14 -0
- package/chunks/TabsExtended.module-DATvYZNn.js +16 -0
- package/chunks/TabsLine.module-O3-2VgYL.js +21 -0
- package/chunks/TooltipDesktop.module-COHJz2TY.js +19 -0
- package/chunks/TreeView.module-Cxj4qOdA.js +9 -0
- package/chunks/{UploadZoneInput-BOfYw8qb.js → UploadZoneInput-B-gVlolB.js} +8 -8
- package/chunks/{constants-CsbqScFv.js → constants-CgVlsuXP.js} +12 -12
- package/chunks/{utils-BB-XJeUI.js → utils-B3jUITHO.js} +5 -5
- package/chunks/{utils-DNiUrC2u.js → utils-BygtCSQo.js} +4 -4
- package/chunks/utils-Dwhaig77.js +24 -0
- package/chunks/utils-mJogbZdW.js +73 -0
- package/chunks/vendor-z35N2Tap.js +12618 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +24 -24
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +17 -17
- package/components/Badge/Badge.js +3 -3
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +12 -12
- package/components/Badge/components/BadgePostfix.js +5 -5
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +23 -23
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +24 -24
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +4 -4
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +19 -19
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +5 -5
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +10 -10
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +8 -8
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +5 -5
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- 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 +16 -16
- package/components/Col/Col.js +146 -146
- package/components/CollapsibleTree/CollapsibleTree.js +23 -0
- package/components/CollapsibleTree/components/CollapsibleTreeBranchNode.js +37 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +13 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +24 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +44 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeLabel.js +12 -0
- package/components/CollapsibleTree/index.js +11 -0
- package/components/CollapsibleTree/types.js +5 -0
- package/components/CollapsibleTreeExtended/CollapsibleTreeExtended.js +10 -0
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +71 -0
- package/components/CollapsibleTreeExtended/index.js +7 -0
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +12 -12
- package/components/DateRange/DateRange.js +20 -20
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +89 -84
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +83 -78
- package/components/DesignTokens/components/CollapsibleTree.js +11 -0
- package/components/DesignTokens/components/ListItem.js +7 -4
- package/components/DesignTokens/components/index.js +138 -135
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
- package/components/Ellipsis/Ellipsis.js +6 -6
- package/components/EmptyView/EmptyView.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +17 -17
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +15 -15
- package/components/FormField/components/FormFieldPostfix.js +24 -17
- package/components/FormField/components/FormFieldPrefix.js +24 -17
- package/components/FormField/components/FormFieldTarget.js +20 -20
- 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 +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +19 -19
- package/components/IconWrapper/IconWrapper.js +6 -6
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- 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 +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +19 -19
- package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +11 -11
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +20 -20
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +17 -17
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +17 -17
- package/components/List/List.js +4 -4
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +8 -8
- package/components/List/components/ListItemContent.js +21 -16
- package/components/List/components/ListItemContext.js +5 -2
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +30 -27
- package/components/List/components/ListItemTable.js +15 -14
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +10 -10
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +3 -3
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +15 -15
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearRange/MonthYearRange.js +14 -14
- package/components/MultiselectField/MultiselectField.js +19 -14
- package/components/MultiselectField/MultiselectFieldContext.js +5 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +32 -29
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +5 -5
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- 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 +3 -3
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +16 -16
- package/components/Pagination/components/PaginationExtended.js +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +6 -6
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +20 -20
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +15 -15
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +5 -5
- package/components/Row/Row.js +2 -2
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +29 -29
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
- package/components/SelectExtendedField/SelectExtendedField.js +12 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +12 -12
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +8 -8
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +24 -24
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +6 -6
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +14 -14
- package/components/Stepper/Stepper.js +33 -33
- package/components/Stepper/StepperExtended.js +9 -9
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +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 +21 -21
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +10 -10
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- 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 +6 -6
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +12 -12
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +15 -15
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +22 -17
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +22 -22
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +27 -27
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +24 -24
- package/components/Typography/Title.js +24 -24
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +1 -1
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +587 -579
- package/index.d.ts +134 -58
- package/index.js +628 -620
- package/package.json +8 -4
- package/styles/triplex-next.css +541 -538
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-DE66k9NP.js +0 -41
- package/chunks/Card.module-BWjkCuCg.js +0 -17
- package/chunks/CheckboxTreeExtended.module-D7kAm43p.js +0 -15
- package/chunks/Confirm.module-UrrVAY0j.js +0 -15
- package/chunks/DropdownMobile.module-DyKJlGOg.js +0 -23
- package/chunks/Footer.module-sbV81EJD.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-x2nqqRdl.js +0 -9
- package/chunks/HeaderTabs.module-CksnQh12.js +0 -9
- package/chunks/IslandAccordion.module-BXOOvpYn.js +0 -25
- package/chunks/IslandWidgetFooter.module-DwWAkCRp.js +0 -9
- package/chunks/IslandWidgetHeader.module-CQebj2O8.js +0 -13
- package/chunks/LightBoxControls.module-CZYk-V6O.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-ColwiMcL.js +0 -9
- package/chunks/ListItemTail.module-CFYYwAc-.js +0 -12
- package/chunks/ListMasterFooter.module-BUKqB_dT.js +0 -10
- package/chunks/ModalWindow.module-4BH52pa7.js +0 -17
- package/chunks/Notification.module-Bkv2fddJ.js +0 -20
- package/chunks/Overlay.module-B986w4hy.js +0 -18
- package/chunks/Page.module-oopm23nH.js +0 -11
- package/chunks/SMSField.module-B48LpGzA.js +0 -16
- package/chunks/SliderExtendedMarks.module-DkUSlj4_.js +0 -15
- package/chunks/StatusTracker.module-BtXyaaNz.js +0 -24
- package/chunks/TableFooter.module-CTUrl1eY.js +0 -14
- package/chunks/TabsExtended.module-_Y6KIl3m.js +0 -16
- package/chunks/TabsLine.module-CaWr6_95.js +0 -21
- package/chunks/TooltipDesktop.module-Crnh1kg9.js +0 -19
- package/chunks/TreeView.module-BKMbHz4P.js +0 -9
- package/chunks/utils-BREiNocx.js +0 -24
- package/chunks/utils-EiF_pPO4.js +0 -73
- package/chunks/vendor-DJ6wKpvR.js +0 -12477
- package/components/CollapsableTree/CollapsableTree.js +0 -10
- package/components/CollapsableTree/components/CollapsableTreeNode.js +0 -79
- package/components/CollapsableTree/index.js +0 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { jsxs as x, Fragment as E, jsx as
|
|
1
|
+
import { jsxs as x, Fragment as E, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import L, { useRef as j, useState as a } from "react";
|
|
3
|
-
import { u as k, c as _, F as q } from "../../chunks/vendor-
|
|
3
|
+
import { u as k, c as _, F as q } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { QuestioncircleFilledSrvIcon16 as z } from "@sberbusiness/icons-next";
|
|
5
5
|
import { ButtonIcon as C } from "../Button/ButtonIcon.js";
|
|
6
6
|
import { EButtonIconShape as D } from "../Button/enums.js";
|
|
@@ -9,7 +9,7 @@ import { TooltipMobileHeader as Q } from "../Tooltip/components/mobile/component
|
|
|
9
9
|
import { MobileView as V } from "../MobileView/MobileView.js";
|
|
10
10
|
import { getDataHTMLAttributes as X } from "../../utils/html/DataAttributes.js";
|
|
11
11
|
import { getAriaHTMLAttributes as $ } from "../../utils/html/AriaAttributes.js";
|
|
12
|
-
const w = "
|
|
12
|
+
const w = "helpBoxButton__6ede47e4", A = {
|
|
13
13
|
helpBoxButton: w
|
|
14
14
|
}, G = L.forwardRef(
|
|
15
15
|
({
|
|
@@ -26,18 +26,18 @@ const w = "helpBoxButton__466db3f0", A = {
|
|
|
26
26
|
tooltipDataAttributes: p,
|
|
27
27
|
iconProps: v,
|
|
28
28
|
tooltipXButtonProps: O,
|
|
29
|
-
...
|
|
29
|
+
...y
|
|
30
30
|
}, i) => {
|
|
31
|
-
const d = j(null), [
|
|
32
|
-
d.current =
|
|
33
|
-
}, M = (
|
|
34
|
-
l === void 0 && g(
|
|
35
|
-
}, N = (
|
|
36
|
-
B(
|
|
37
|
-
}, S = (
|
|
31
|
+
const d = j(null), [b, g] = a(!!l), [f, B] = a(null), [h] = a(k()), s = l ?? b, H = (e) => {
|
|
32
|
+
d.current = e, typeof i == "function" ? i(e) : i && (i.current = e);
|
|
33
|
+
}, M = (e) => {
|
|
34
|
+
l === void 0 && g(e), e || B(null), c == null || c(e);
|
|
35
|
+
}, N = (e) => {
|
|
36
|
+
B(e), r == null || r(e);
|
|
37
|
+
}, S = (e) => /* @__PURE__ */ t(
|
|
38
38
|
V,
|
|
39
39
|
{
|
|
40
|
-
fallback: /* @__PURE__ */
|
|
40
|
+
fallback: /* @__PURE__ */ t(
|
|
41
41
|
q,
|
|
42
42
|
{
|
|
43
43
|
active: s,
|
|
@@ -48,7 +48,7 @@ const w = "helpBoxButton__466db3f0", A = {
|
|
|
48
48
|
preventScroll: !0,
|
|
49
49
|
...o == null ? void 0 : o.focusTrapOptions
|
|
50
50
|
},
|
|
51
|
-
containerElements: [
|
|
51
|
+
containerElements: [e]
|
|
52
52
|
}
|
|
53
53
|
),
|
|
54
54
|
children: null
|
|
@@ -71,19 +71,19 @@ const w = "helpBoxButton__466db3f0", A = {
|
|
|
71
71
|
...!!m && $(m),
|
|
72
72
|
...!!p && X(p),
|
|
73
73
|
children: [
|
|
74
|
-
/* @__PURE__ */
|
|
74
|
+
/* @__PURE__ */ t(n.Target, { children: /* @__PURE__ */ t(
|
|
75
75
|
C,
|
|
76
76
|
{
|
|
77
77
|
className: _(A.helpBoxButton, I),
|
|
78
78
|
shape: D.CIRCLE,
|
|
79
79
|
ref: H,
|
|
80
|
-
...
|
|
81
|
-
children: /* @__PURE__ */
|
|
80
|
+
...y,
|
|
81
|
+
children: /* @__PURE__ */ t(z, { paletteIndex: 5, ...v })
|
|
82
82
|
}
|
|
83
83
|
) }),
|
|
84
|
-
u && /* @__PURE__ */
|
|
85
|
-
/* @__PURE__ */
|
|
86
|
-
/* @__PURE__ */
|
|
84
|
+
u && /* @__PURE__ */ t(Q, { children: u }),
|
|
85
|
+
/* @__PURE__ */ t(n.Body, { children: T }),
|
|
86
|
+
/* @__PURE__ */ t(n.XButton, { ...O })
|
|
87
87
|
]
|
|
88
88
|
}
|
|
89
89
|
),
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
4
|
-
const m = "
|
|
3
|
+
import { c as d } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
const m = "disableInteraction__715a679c", b = "displayContents__2c9c2ea2", a = {
|
|
5
5
|
disableInteraction: m,
|
|
6
|
-
displayContents:
|
|
7
|
-
},
|
|
6
|
+
displayContents: b
|
|
7
|
+
}, y = p.forwardRef(
|
|
8
8
|
({ children: t, className: s, active: e, disabled: n, disableInteraction: o, displayContents: c, ...i }, r) => /* @__PURE__ */ l(
|
|
9
9
|
"span",
|
|
10
10
|
{
|
|
@@ -20,8 +20,8 @@ const m = "disableInteraction__7998aaca", f = "displayContents__f33cecf5", a = {
|
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
y.displayName = "IconWrapper";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
y as IconWrapper
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=IconWrapper.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { EIslandType as l } from "./enums.js";
|
|
5
5
|
import { IslandBody as n } from "./components/IslandBody.js";
|
|
6
6
|
import { IslandHeader as f } 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-Dwhaig77.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
|
-
import { jsx as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
4
|
-
const i = "
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
const i = "islandBody__306bf78b", l = {
|
|
5
5
|
islandBody: i
|
|
6
6
|
}, f = t.forwardRef(
|
|
7
|
-
({ children: o, className: s, ...d },
|
|
7
|
+
({ children: o, className: s, ...d }, r) => /* @__PURE__ */ a("div", { className: n(l.islandBody, s), ref: r, ...d, children: o })
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
f as IslandBody
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
const
|
|
5
|
-
islandFooter:
|
|
6
|
-
}, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
const d = "islandFooter__d6c4992d", n = {
|
|
5
|
+
islandFooter: d
|
|
6
|
+
}, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(n.islandFooter), ref: s, ...r, children: o }));
|
|
7
7
|
export {
|
|
8
8
|
m as IslandFooter
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as o } from "../../../chunks/vendor-
|
|
4
|
-
const t = "
|
|
3
|
+
import { c as o } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
const t = "islandHeader__af2d05ad", n = {
|
|
5
5
|
islandHeader: t
|
|
6
|
-
}, m = d.forwardRef(({ children:
|
|
6
|
+
}, m = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(n.islandHeader), ref: r, ...e, children: a }));
|
|
7
7
|
export {
|
|
8
8
|
m as IslandHeader
|
|
9
9
|
};
|
|
@@ -8,15 +8,15 @@ import { EIslandType as l } from "../Island/enums.js";
|
|
|
8
8
|
import "../Island/components/IslandBody.js";
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
|
-
import { c as f } from "../../chunks/vendor-
|
|
12
|
-
import { s as I } from "../../chunks/IslandAccordion.module-
|
|
11
|
+
import { c as f } from "../../chunks/vendor-z35N2Tap.js";
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-CkjSe196.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.30.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-CkjSe196.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
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
import { s as i } from "../../../chunks/IslandAccordion.module-
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
import { s as i } from "../../../chunks/IslandAccordion.module-CkjSe196.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";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as p, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import D, { useState as W, useContext as j, useRef as X, useEffect as Z } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon24 as $, CrossStrokeSrvIcon24 as b } from "@sberbusiness/icons-next";
|
|
4
|
-
import { u as B, c as d } from "../../../chunks/vendor-
|
|
4
|
+
import { u as B, c as d } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
5
|
import { Island as C } from "../../Island/Island.js";
|
|
6
6
|
import { ExpandAnimation as q } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
7
7
|
import { IslandAccordionContent as G } from "./IslandAccordionContent.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-CkjSe196.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.30.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(
|
|
@@ -10,38 +10,38 @@ import { IslandWidgetBody as w } from "./components/IslandWidgetBody.js";
|
|
|
10
10
|
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
|
-
import { c as m } from "../../chunks/vendor-
|
|
13
|
+
import { c as m } from "../../chunks/vendor-z35N2Tap.js";
|
|
14
14
|
import { IslandWidgetLayoutContext as O } from "./IslandWidgetLayoutContext.js";
|
|
15
|
-
import { IslandWidgetContext as
|
|
16
|
-
import { ExpandAnimation as
|
|
15
|
+
import { IslandWidgetContext as b } from "./IslandWidgetContext.js";
|
|
16
|
+
import { ExpandAnimation as j } 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 N } from "../MediaWidth/useMatchMedia.js";
|
|
19
|
+
const k = "islandWidget__b449c937", B = "islandWidgetWithExtraFooter__9e7d5fbd", P = "islandWidgetHeaderWrapperAdaptive__e3df80db", i = {
|
|
20
|
+
islandWidget: k,
|
|
21
|
+
islandWidgetWithExtraFooter: B,
|
|
22
|
+
islandWidgetHeaderWrapperAdaptive: P
|
|
23
|
+
}, R = Object.assign(
|
|
24
24
|
_.forwardRef(
|
|
25
25
|
({
|
|
26
26
|
className: l,
|
|
27
|
-
size:
|
|
28
|
-
renderBody:
|
|
27
|
+
size: c = S.MD,
|
|
28
|
+
renderBody: W,
|
|
29
29
|
renderFooter: o,
|
|
30
30
|
renderHeader: f,
|
|
31
31
|
disableAdaptiveCollapsing: r = !1,
|
|
32
32
|
...g
|
|
33
33
|
}, x) => {
|
|
34
|
-
const { hasExtraFooter: h } = v(O), [d, E] = u(r), e =
|
|
34
|
+
const { hasExtraFooter: h } = v(O), [d, E] = u(r), e = N(
|
|
35
35
|
`(max-width: ${p.SM_MAX})`,
|
|
36
36
|
window.innerWidth <= parseInt(p.SM_MAX)
|
|
37
37
|
), I = () => {
|
|
38
38
|
E(!d);
|
|
39
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
|
+
b.Provider,
|
|
45
45
|
{
|
|
46
46
|
value: {
|
|
47
47
|
adaptive: e,
|
|
@@ -54,10 +54,10 @@ const B = "islandWidget__22da2f02", P = "islandWidgetWithExtraFooter__04de4664",
|
|
|
54
54
|
className: m(i.islandWidget, l, {
|
|
55
55
|
[i.islandWidgetWithExtraFooter]: h
|
|
56
56
|
}),
|
|
57
|
-
"data-tx": "0.
|
|
57
|
+
"data-tx": "0.30.0",
|
|
58
58
|
...g,
|
|
59
59
|
ref: x,
|
|
60
|
-
children: /* @__PURE__ */ a(y, { type: H.TYPE_1, size:
|
|
60
|
+
children: /* @__PURE__ */ a(y, { type: H.TYPE_1, size: c, children: [
|
|
61
61
|
/* @__PURE__ */ t(
|
|
62
62
|
"div",
|
|
63
63
|
{
|
|
@@ -68,7 +68,7 @@ const B = "islandWidget__22da2f02", P = "islandWidgetWithExtraFooter__04de4664",
|
|
|
68
68
|
children: f({})
|
|
69
69
|
}
|
|
70
70
|
),
|
|
71
|
-
F ? /* @__PURE__ */ t(
|
|
71
|
+
F ? /* @__PURE__ */ t(j, { expanded: d, children: n() }) : /* @__PURE__ */ t(s, { children: n() })
|
|
72
72
|
] })
|
|
73
73
|
}
|
|
74
74
|
)
|
|
@@ -83,8 +83,8 @@ const B = "islandWidget__22da2f02", P = "islandWidgetWithExtraFooter__04de4664",
|
|
|
83
83
|
ExtraFooter: A
|
|
84
84
|
}
|
|
85
85
|
);
|
|
86
|
-
|
|
86
|
+
R.displayName = "IslandWidget";
|
|
87
87
|
export {
|
|
88
|
-
|
|
88
|
+
R as IslandWidget
|
|
89
89
|
};
|
|
90
90
|
//# sourceMappingURL=IslandWidget.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../../chunks/vendor-
|
|
3
|
-
const e = "
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
const e = "islandWidgetBody__e871bfb5", a = {
|
|
4
4
|
islandWidgetBody: e
|
|
5
5
|
}, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(a.islandWidgetBody, s), children: d });
|
|
6
6
|
l.displayName = "IslandWidgetBody";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
2
|
+
import { useContext as d, useEffect as i } from "react";
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-z35N2Tap.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__91512dec", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
8
|
}, E = ({
|
|
9
9
|
children: e,
|
|
@@ -11,8 +11,8 @@ const m = "islandWidgetExtraFooter__b0ec9275", c = {
|
|
|
11
11
|
open: t = !1,
|
|
12
12
|
...a
|
|
13
13
|
}) => {
|
|
14
|
-
const { setHasExtraFooter: s } =
|
|
15
|
-
return
|
|
14
|
+
const { setHasExtraFooter: s } = d(l);
|
|
15
|
+
return i(() => {
|
|
16
16
|
s(t);
|
|
17
17
|
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(r, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: e }) });
|
|
18
18
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as n } from "../../../chunks/IslandWidgetFooter.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-DkGCGVtt.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 t } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as p } from "react";
|
|
3
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
import { s as e } from "../../../chunks/IslandWidgetHeader.module-
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
import { s as e } from "../../../chunks/IslandWidgetHeader.module-D_0Z5Wkx.js";
|
|
5
5
|
import { IslandWidgetHeaderControls as c } from "./IslandWidgetHeaderControls.js";
|
|
6
6
|
import { IslandWidgetHeaderDescription as f } from "./IslandWidgetHeaderDescription.js";
|
|
7
7
|
import { IslandWidgetHeaderTitle as I } from "./IslandWidgetHeaderTitle.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { c as d } from "../../../chunks/vendor-
|
|
3
|
-
import { s as o } from "../../../chunks/IslandWidgetHeader.module-
|
|
2
|
+
import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import { s as o } from "../../../chunks/IslandWidgetHeader.module-D_0Z5Wkx.js";
|
|
4
4
|
const n = ({
|
|
5
5
|
children: e,
|
|
6
6
|
className: t,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { c as r } from "../../../chunks/vendor-
|
|
3
|
-
import { s as n } from "../../../chunks/IslandWidgetHeader.module-
|
|
2
|
+
import { c as r } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetHeader.module-D_0Z5Wkx.js";
|
|
4
4
|
const d = ({
|
|
5
5
|
children: s,
|
|
6
6
|
className: o,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../../chunks/vendor-
|
|
3
|
-
import { s } from "../../../chunks/IslandWidgetHeader.module-
|
|
2
|
+
import { c as o } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import { s } from "../../../chunks/IslandWidgetHeader.module-D_0Z5Wkx.js";
|
|
4
4
|
import { EFontType as m, ETextSize as p } from "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
6
|
import "../../Typography/CodeText.js";
|
|
@@ -4,8 +4,8 @@ import "../../Typography/Caption.js";
|
|
|
4
4
|
import "../../Typography/CodeText.js";
|
|
5
5
|
import "../../Typography/Text.js";
|
|
6
6
|
import { Title as o } from "../../Typography/Title.js";
|
|
7
|
-
import { s } from "../../../chunks/IslandWidgetHeader.module-
|
|
8
|
-
import { c as a } from "../../../chunks/vendor-
|
|
7
|
+
import { s } from "../../../chunks/IslandWidgetHeader.module-D_0Z5Wkx.js";
|
|
8
|
+
import { c as a } from "../../../chunks/vendor-z35N2Tap.js";
|
|
9
9
|
const l = ({
|
|
10
10
|
children: e,
|
|
11
11
|
className: i,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import i, { useState as p } from "react";
|
|
3
|
-
import { c as l } from "../../../chunks/vendor-
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { IslandWidgetLayoutContext as n } from "../IslandWidgetLayoutContext.js";
|
|
5
|
-
const W = "
|
|
5
|
+
const W = "islandWidgetWrapper__9468b768", m = {
|
|
6
6
|
islandWidgetWrapper: W
|
|
7
7
|
}, c = i.forwardRef(
|
|
8
|
-
({ children:
|
|
8
|
+
({ children: e, className: t, ...a }, 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(m.islandWidgetWrapper,
|
|
10
|
+
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper, t), ...a, ref: s, children: e }) });
|
|
11
11
|
}
|
|
12
12
|
);
|
|
13
13
|
c.displayName = "IslandWidgetWrapper";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as B, Fragment as V, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as n, useEffect as f } from "react";
|
|
3
|
-
import { c as A, F as D } from "../../chunks/vendor-
|
|
4
|
-
import { L as I, s as e } from "../../chunks/LightBoxContent-
|
|
3
|
+
import { c as A, F as D } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
import { L as I, s as e } from "../../chunks/LightBoxContent-C-Q4JvDf.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,12 +15,12 @@ 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", N = [e.bodyOverflowHidden],
|
|
23
|
-
children:
|
|
18
|
+
"scroll-0": "scroll-0__07266a3d",
|
|
19
|
+
"scroll-15": "scroll-15__c146d846",
|
|
20
|
+
"scroll-16": "scroll-16__091205f7",
|
|
21
|
+
"scroll-17": "scroll-17__16119bd1"
|
|
22
|
+
}, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], M = ({
|
|
23
|
+
children: b,
|
|
24
24
|
className: v,
|
|
25
25
|
focusTrapProps: r,
|
|
26
26
|
forwardRef: c,
|
|
@@ -64,7 +64,7 @@ const J = {
|
|
|
64
64
|
return null;
|
|
65
65
|
const x = () => /* @__PURE__ */ B("div", { className: F, ref: O, role: "dialog", "aria-modal": "true", ...C, children: [
|
|
66
66
|
/* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
|
|
67
|
-
|
|
67
|
+
b,
|
|
68
68
|
/* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
|
|
69
69
|
] });
|
|
70
70
|
return /* @__PURE__ */ B(V, { children: [
|
|
@@ -97,8 +97,8 @@ const J = {
|
|
|
97
97
|
)
|
|
98
98
|
] });
|
|
99
99
|
};
|
|
100
|
-
|
|
101
|
-
const dt = Object.assign(
|
|
100
|
+
M.displayName = "LightBoxBase";
|
|
101
|
+
const dt = Object.assign(M, {
|
|
102
102
|
Content: I,
|
|
103
103
|
SideOverlay: k,
|
|
104
104
|
TopOverlay: q,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../chunks/vendor-
|
|
3
|
+
import "../../chunks/vendor-z35N2Tap.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-C-Q4JvDf.js";
|
|
7
7
|
export {
|
|
8
8
|
n as LightBoxContent
|
|
9
9
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as n, jsx as e, Fragment as f } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as h } from "react";
|
|
3
|
-
import { c as u } from "../../../chunks/vendor-
|
|
3
|
+
import { c as u } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { CrossStrokeSrvIcon32 as x, CrossStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
|
|
5
5
|
import { TriggerClickOnKeyDownEvent as E } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
6
6
|
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-D6dJVyd1.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: c,
|
|
13
13
|
onClick: t,
|
|
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
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
|
-
import { c as e } from "../../../chunks/vendor-
|
|
6
|
-
import { s as p } from "../../../chunks/LightBoxControls.module-
|
|
5
|
+
import { c as e } from "../../../chunks/vendor-z35N2Tap.js";
|
|
6
|
+
import { s as p } from "../../../chunks/LightBoxControls.module-D6dJVyd1.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;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as e, jsxs as x, Fragment as N } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as m } from "react";
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { CaretrightStrokeSrvIcon32 as E, CaretrightStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
|
|
5
5
|
import { TriggerClickOnKeyDownEvent as I } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
6
6
|
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-D6dJVyd1.js";
|
|
11
11
|
const v = ({
|
|
12
12
|
className: g,
|
|
13
13
|
clickByArrowRight: u,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as e, jsxs as f, Fragment as g } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as m } from "react";
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { CaretleftStrokeSrvIcon32 as E, CaretleftStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
|
|
5
5
|
import { EButtonTheme as h } from "../../Button/enums.js";
|
|
6
6
|
import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
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-D6dJVyd1.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: u,
|
|
13
13
|
clickByArrowLeft: x,
|