@sberbusiness/triplex-next 0.14.1 → 0.16.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-BfExIHyf.js +39 -0
- package/chunks/{CalendarViewItem-bjlzO6fA.js → CalendarViewItem-DjDlwsr-.js} +18 -18
- package/chunks/Card.module-BDhkqA-1.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DvYrGq2d.js +14 -0
- package/chunks/{Chip-BjcDj2XE.js → Chip-Is4KDVHc.js} +3 -3
- package/chunks/Confirm.module-DJgmkdgX.js +15 -0
- package/chunks/{DropdownListItem-BByGOD7_.js → DropdownListItem-BdSacGyt.js} +21 -21
- package/chunks/DropdownMobile.module-04Mon9FN.js +23 -0
- package/chunks/Footer.module-B0GfNisY.js +9 -0
- package/chunks/FormFieldInput-DDUEO0k6.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-BvdGzIVf.js +9 -0
- package/chunks/HeaderTabs.module-COsRYfxE.js +9 -0
- package/chunks/{HeaderTitle.module-Aa8Ayziq.js → HeaderTitle.module-LN1Fj13p.js} +2 -2
- package/chunks/IslandAccordion.module-GnMVxP0n.js +25 -0
- package/chunks/IslandWidgetFooter.module-Cvl5d8YC.js +9 -0
- package/chunks/IslandWidgetHeader.module-JkauVtWn.js +12 -0
- package/chunks/{LightBoxContent-B5TEJXI-.js → LightBoxContent-CN7SmRwX.js} +13 -13
- package/chunks/LightBoxControls.module-koLoz_-f.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-D6FP9Ulx.js +8 -0
- package/chunks/{ListItemControlsButton-BQWXaAf7.js → ListItemControlsButton-CgrHz7BO.js} +3 -3
- package/chunks/ListItemTail.module-DNRGTk64.js +12 -0
- package/chunks/ListMasterFooter.module-iy5cZxzC.js +10 -0
- package/chunks/ModalWindow.module-boLwaSVC.js +17 -0
- package/chunks/Notification.module-6l7KFShv.js +21 -0
- package/chunks/Overlay.module-COWWNc0T.js +18 -0
- package/chunks/Page.module-UL2Y8-XU.js +11 -0
- package/chunks/{RightBorderArrow-BjcGiO4Y.js → RightBorderArrow-B47Am4iB.js} +9 -9
- package/chunks/SMSField.module-BGqA-NcR.js +16 -0
- package/chunks/SliderExtendedMarks.module-CrvLHlu0.js +15 -0
- package/chunks/{SliderExtendedRail-DHe0BU85.js → SliderExtendedRail-C_eWUceV.js} +6 -6
- package/chunks/StatusTracker.module-BIpb3AbV.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-C_9OyUAk.js +14 -0
- package/chunks/TableFooter.module-DpjOyrUF.js +14 -0
- package/chunks/TabsExtended.module-hRiksHlb.js +16 -0
- package/chunks/TabsLine.module-3hdH-7s8.js +21 -0
- package/chunks/TooltipDesktop.module-BQ_-qhMK.js +19 -0
- package/chunks/TreeView.module-BHzh1VmC.js +9 -0
- package/chunks/UploadZoneInput--8r5kxhe.js +33 -0
- package/chunks/constants-BY1BSJmu.js +57 -0
- package/chunks/{utils-DQttOWML.js → utils-Bg2bllE8.js} +9 -9
- package/chunks/utils-e1nAN4Kk.js +20 -0
- package/chunks/utils-rqbzWAF8.js +24 -0
- package/chunks/utils-zNOBXKDX.js +73 -0
- package/chunks/{vendor-CalMVkfj.js → vendor-DE8Zvm0w.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +4 -4
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- 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 +26 -26
- package/components/Avatar/Avatar.js +14 -14
- package/components/Badge/Badge.js +30 -0
- package/components/Badge/BadgeDot.js +15 -0
- package/components/Badge/components/BadgeContent.js +35 -0
- package/components/Badge/components/BadgePostfix.js +14 -0
- package/components/Badge/components/BadgePrefix.js +10 -0
- package/components/Badge/index.js +5 -0
- package/components/Badge/types.js +2 -0
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +36 -36
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +24 -24
- package/components/Button/ButtonDropdownExtended.js +6 -6
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +6 -6
- 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 +12 -12
- 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 +5 -5
- package/components/Checkbox/Checkbox.js +16 -16
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +51 -42
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +7 -7
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +16 -16
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- 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/ConfirmContentSubTitle.js +5 -5
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DateField/DateFieldTarget.js +29 -28
- package/components/DatePickerExtended/DatePickerExtended.js +7 -7
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +88 -86
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -90
- package/components/DesignTokens/components/Badge.js +9 -0
- package/components/DesignTokens/components/Dropdown.js +3 -3
- package/components/DesignTokens/components/DropdownMobileList.js +2 -2
- package/components/DesignTokens/components/Typography.js +35 -2
- package/components/DesignTokens/components/index.js +150 -147
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +70 -69
- 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 +35 -35
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +20 -20
- package/components/ExpandAnimation/index.js +5 -0
- 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 +79 -75
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +5 -5
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- 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 +37 -36
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +5 -5
- 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 +87 -72
- package/components/IslandWidget/IslandWidget.js +68 -37
- package/components/IslandWidget/IslandWidgetContext.js +5 -5
- package/components/IslandWidget/IslandWidgetLayoutContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +3 -3
- 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 +28 -10
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +21 -22
- 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 +70 -72
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/LightBox/index.js +0 -2
- package/components/Link/Link.js +28 -28
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +11 -11
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +2 -2
- 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 +2 -2
- 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 +8 -8
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- 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/NotificationBodyContent.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/NotificationIcon/NotificationIcon.js +4 -4
- 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 +13 -13
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/Pagination.js +4 -4
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +26 -30
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +5 -5
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- 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 +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +9 -9
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/SelectField/SelectField.js +5 -5
- package/components/Skeleton/Skeleton.js +7 -7
- 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 +20 -20
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +6 -6
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +8 -8
- 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 +8 -8
- package/components/StatusTracker/components/StatusTrackerTitle.js +8 -8
- package/components/Step/Step.js +10 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/Suggest.js +52 -89
- package/components/Suggest/SuggestContext.js +4 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- package/components/Suggest/useSuggest.js +64 -0
- package/components/SuggestField/SuggestField.js +44 -47
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +132 -133
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +5 -5
- package/components/SuggestField/index.js +8 -10
- package/components/SuggestField/mobile/SuggestFieldMobile.js +94 -75
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +26 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +4 -4
- package/components/SuggestField/mobile/index.js +4 -6
- package/components/SwipeableArea/SwipeableArea.js +17 -17
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +20 -20
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- 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 +2 -2
- 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 +5 -5
- 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 +3 -3
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- 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 +19 -19
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +18 -18
- package/components/TagColor/TagColor.js +18 -18
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +25 -30
- 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 +12 -12
- 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 +6 -6
- package/components/TopOverlay/TopOverlay.js +10 -10
- 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 +40 -42
- package/components/Typography/Text.js +44 -46
- package/components/Typography/Title.js +40 -42
- package/components/Typography/constants.js +6 -0
- package/components/Typography/enums.js +9 -8
- package/components/Typography/index.js +15 -16
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +12 -12
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +532 -533
- package/index.d.ts +108 -117
- package/index.js +576 -577
- package/package.json +9 -1
- package/styles/triplex-next.css +546 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-w7bEDQkZ.js +0 -39
- package/chunks/Card.module-BLsCGNSy.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +0 -14
- package/chunks/Confirm.module-CzudnAyq.js +0 -15
- package/chunks/DropdownMobile.module-DOLon8EA.js +0 -23
- package/chunks/Footer.module-BVFglVCT.js +0 -9
- package/chunks/FormFieldInput-CXE2lpa2.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +0 -9
- package/chunks/HeaderTabs.module-BD-cjJN0.js +0 -9
- package/chunks/IslandAccordion.module-DuBXHdTP.js +0 -25
- package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +0 -9
- package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +0 -9
- package/chunks/LightBoxControls.module-4BsaXW9O.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +0 -8
- package/chunks/ListItemTail.module-Dqje1Ta9.js +0 -12
- package/chunks/ListMasterFooter.module-CQ5ySLht.js +0 -10
- package/chunks/ModalWindow.module-BhRZeAo8.js +0 -17
- package/chunks/Notification.module-DwrRfWOt.js +0 -21
- package/chunks/Overlay.module-B6CO6ER3.js +0 -18
- package/chunks/Page.module-DkHondpd.js +0 -11
- package/chunks/SMSField.module-CDTpuKgF.js +0 -16
- package/chunks/SliderExtendedMarks.module--4YyXPzu.js +0 -15
- package/chunks/StatusTracker.module-DkISSFNd.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-BM9lOqXe.js +0 -15
- package/chunks/TableFooter.module-zu7cE58N.js +0 -14
- package/chunks/TabsExtended.module-CKJx5gTC.js +0 -16
- package/chunks/TabsLine.module-dWFH4Lb0.js +0 -21
- package/chunks/TooltipDesktop.module-8uJuXz2F.js +0 -19
- package/chunks/TreeView.module-CBWqJQ3g.js +0 -9
- package/chunks/UploadZoneInput-DgPYo5Ct.js +0 -33
- package/chunks/utils-D6gsTR6V.js +0 -73
- package/chunks/utils-DXZkhXsb.js +0 -24
- package/chunks/utils-Ds7Etruz.js +0 -20
- package/chunks/utils-QtOC5s-T.js +0 -36
- package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
- package/components/SuggestField/SuggestFieldTarget.js +0 -70
- package/components/SuggestField/SuggestFieldTargetPostfix.js +0 -28
- package/components/SuggestField/mobile/SuggestFieldMobileTarget.js +0 -30
- package/components/Typography/utils.js +0 -6
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as d, useEffect as i } from "react";
|
|
3
|
+
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
|
+
import { ButtonIcon as f } from "../components/Button/ButtonIcon.js";
|
|
5
|
+
import { AlertProcessContext as m } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
+
import { c as a } from "./vendor-DE8Zvm0w.js";
|
|
7
|
+
const x = "alertProcess__6c0fd64f", y = "withSpoiler__4e90044a", u = "themeIcon__4febcfe9", T = "alertTypeError__ca39c780", B = "alertTypeInfo__bd91a562", C = "alertTypeWarning__30145eb3", S = "alertTypeSystem__75f3e78c", b = "alertTypeFeature__c5bd6106", h = "alertProcessContentBlock__2d7f5a42", I = "expandableContent__c970dc5f", P = "expanded__dec4a482", g = "closeButton__bbf1fa28", k = "expandButton__c97cdef4", e = {
|
|
8
|
+
alertProcess: x,
|
|
9
|
+
withSpoiler: y,
|
|
10
|
+
themeIcon: u,
|
|
11
|
+
alertTypeError: T,
|
|
12
|
+
alertTypeInfo: B,
|
|
13
|
+
alertTypeWarning: C,
|
|
14
|
+
alertTypeSystem: S,
|
|
15
|
+
alertTypeFeature: b,
|
|
16
|
+
alertProcessContentBlock: h,
|
|
17
|
+
expandableContent: I,
|
|
18
|
+
expanded: P,
|
|
19
|
+
closeButton: g,
|
|
20
|
+
expandButton: k
|
|
21
|
+
}, v = ({ children: s, open: r, onOpen: o, ...c }) => {
|
|
22
|
+
const { setHasSpoiler: n } = d(m);
|
|
23
|
+
i(() => (n(!0), () => {
|
|
24
|
+
n(!1);
|
|
25
|
+
}), [n]);
|
|
26
|
+
const l = () => {
|
|
27
|
+
o == null || o(!r);
|
|
28
|
+
};
|
|
29
|
+
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
|
+
/* @__PURE__ */ t("div", { className: a(e.expandableContent, { [e.expanded]: r }), ...c, children: s }),
|
|
31
|
+
/* @__PURE__ */ t("div", { className: a(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(f, { onClick: l, children: /* @__PURE__ */ t(_, { paletteIndex: 5 }) }) })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
v.displayName = "AlertProcessSpoiler";
|
|
35
|
+
export {
|
|
36
|
+
v as A,
|
|
37
|
+
e as s
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-BfExIHyf.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
+
import { c as V } from "./vendor-DE8Zvm0w.js";
|
|
3
3
|
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
4
4
|
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
5
|
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
-
import { isKey as
|
|
7
|
-
const A = "
|
|
6
|
+
import { isKey as w } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__a70a8c21", E = "calendarViewMonths__6296ef94", L = "calendarViewYears__871f9b7a", R = "calendarViewDaysHeader__1ae8386b", v = "calendarViewDaysBody__ead97831", H = "calendarViewItem__9cfd8722", B = "current__2bc30419", S = "disabled__625e62b2", j = "calendarViewItemLabel__e3a117ab", O = "selected__1d721d0b", P = "basicMark__a1ef10ff", g = "standardMark__85b6755c", q = "attentionMark__aef731f6", z = "criticalMark__265aeb91", G = "muted__849cc489", J = "marked__0614304a", Q = "unitDay__463f0f84", U = "unitMonth__fd23064c", W = "unitYear__c9fe3bc0", a = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -35,16 +35,16 @@ const A = "calendarViewDays__5c5b62e2", E = "calendarViewMonths__6b8950a5", L =
|
|
|
35
35
|
year: a.unitYear
|
|
36
36
|
}, ra = ({
|
|
37
37
|
children: k,
|
|
38
|
-
className:
|
|
38
|
+
className: y,
|
|
39
39
|
date: o,
|
|
40
|
-
unit:
|
|
40
|
+
unit: b,
|
|
41
41
|
tabbable: c,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
44
|
muted: I,
|
|
45
45
|
markType: n,
|
|
46
|
-
onFocus:
|
|
47
|
-
onBlur:
|
|
46
|
+
onFocus: s,
|
|
47
|
+
onBlur: d,
|
|
48
48
|
onKeyDown: i,
|
|
49
49
|
onDateSelect: m,
|
|
50
50
|
...C
|
|
@@ -55,17 +55,17 @@ const A = "calendarViewDays__5c5b62e2", E = "calendarViewMonths__6b8950a5", L =
|
|
|
55
55
|
c && t.current && ((e = u.current) == null || e.focus());
|
|
56
56
|
}, [c, t]);
|
|
57
57
|
const D = (e) => {
|
|
58
|
-
t.current = !0,
|
|
58
|
+
t.current = !0, s == null || s(e);
|
|
59
59
|
}, h = (e) => {
|
|
60
|
-
t.current = !1,
|
|
60
|
+
t.current = !1, d == null || d(e);
|
|
61
61
|
}, p = (e) => {
|
|
62
|
-
const
|
|
63
|
-
(f
|
|
62
|
+
const f = e.code || e.keyCode;
|
|
63
|
+
(w(f, "ENTER") || w(f, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
64
|
};
|
|
65
|
-
return /* @__PURE__ */
|
|
65
|
+
return /* @__PURE__ */ M(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className:
|
|
68
|
+
className: V(a.calendarViewItem, { [a.disabled]: _ }, y),
|
|
69
69
|
tabIndex: c ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
71
|
onFocus: D,
|
|
@@ -73,12 +73,12 @@ const A = "calendarViewDays__5c5b62e2", E = "calendarViewMonths__6b8950a5", L =
|
|
|
73
73
|
onKeyDown: p,
|
|
74
74
|
...C,
|
|
75
75
|
ref: u,
|
|
76
|
-
children: /* @__PURE__ */
|
|
76
|
+
children: /* @__PURE__ */ M(
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
|
-
className:
|
|
79
|
+
className: V(
|
|
80
80
|
a.calendarViewItemLabel,
|
|
81
|
-
Z[
|
|
81
|
+
Z[b],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
84
|
[a.marked]: n !== void 0,
|
|
@@ -98,4 +98,4 @@ export {
|
|
|
98
98
|
ra as C,
|
|
99
99
|
a as s
|
|
100
100
|
};
|
|
101
|
-
//# sourceMappingURL=CalendarViewItem-
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-DjDlwsr-.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__f2997090", d = "roundingMD__5893a68f", a = "roundingSM__a2d2fddf", o = "general__b7847279", e = "secondary__33ef8c2d", r = "cardMedia__5187192f", t = "cardContent__0ffd66f2", c = "paddingMD__6a1e5d40", _ = "paddingSM__b7d41611", s = "cardContentHeader__97f5549a", g = "cardContentFooter__0c9029be", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: o,
|
|
6
|
+
secondary: e,
|
|
7
|
+
cardMedia: r,
|
|
8
|
+
cardContent: t,
|
|
9
|
+
paddingMD: c,
|
|
10
|
+
paddingSM: _,
|
|
11
|
+
cardContentHeader: s,
|
|
12
|
+
cardContentFooter: g
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
i as c
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=Card.module-BDhkqA-1.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__0c1064b7", c = "checkboxTreeExtendedNode__7c641398", o = "checkboxTreeExtendedNodeHeader__0c894e76", d = "sm__ceb54f58", r = "md__fee68120", x = "lg__220f49b2", t = "checkboxTreeCheckboxLabel__ef3e4a8c", b = "caretIconWrapper__ffc75cbe", n = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
checkboxTreeExtendedNodeHeader: o,
|
|
5
|
+
sm: d,
|
|
6
|
+
md: r,
|
|
7
|
+
lg: x,
|
|
8
|
+
checkboxTreeCheckboxLabel: t,
|
|
9
|
+
caretIconWrapper: b
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
n as s
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-DvYrGq2d.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as _, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import x, { useCallback as b } from "react";
|
|
3
|
-
import { c as n } from "./vendor-
|
|
3
|
+
import { c as n } from "./vendor-DE8Zvm0w.js";
|
|
4
4
|
import { EComponentSize as u } from "../enums/EComponentSize.js";
|
|
5
5
|
import { createSizeToClassNameMap as P } from "../utils/classNameMaps.js";
|
|
6
6
|
import { isKey as C } from "../utils/keyboard.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "chipGroupItem__39c70868", w = "chip__b50ceeb7", I = "lg__6ff3fa53", B = "prefix__07d1afd9", G = "postfix__32372fb8", g = "md__563d32ca", z = "sm__4bc1b50e", M = "disabled__54aa9212", S = "selected__f2e5a3f7", j = "withPrefix__03df341d", y = "withPostfix__1815448a", E = "content__3dd2764c", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-Is4KDVHc.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__d4b4e0c5", o = "isInLightBox__95dc5144", i = "isInSideOverlaySM__ab378dee", t = "isInSideOverlayMD__f74ff5d7", e = "isInSideOverlayLG__593dcc97", s = "confirmCloseButton__b526563d", c = "confirmContent__020e383d", r = "confirmControls__22ce8f60", f = "confirmContentTitle__2970e0dc", l = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: c,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: f
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
l as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-DJgmkdgX.js.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { jsxs as w, jsx as E } from "react/jsx-runtime";
|
|
2
2
|
import k, { useEffect as I } from "react";
|
|
3
3
|
import { EVENT_KEY_CODES as c } from "../utils/keyboard.js";
|
|
4
|
-
import { c as v } from "./vendor-
|
|
4
|
+
import { c as v } from "./vendor-DE8Zvm0w.js";
|
|
5
5
|
import { NotificationIcon as u } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
-
const y = "
|
|
6
|
+
const y = "dropdownDesktopList__b90ffee1", l = "sm__6c65d0e9", N = "dropdownDesktopListItem__5bdfadff", b = "dropdownDesktopListLoader__e134013b", g = "md__d5135813", x = "lg__62b2715b", O = "active__d772c43c", R = "selected__7471c5a5", T = "notificationIcon__648f9458", s = {
|
|
7
7
|
dropdownDesktopList: y,
|
|
8
8
|
sm: l,
|
|
9
9
|
dropdownDesktopListItem: N,
|
|
10
|
-
dropdownDesktopListLoader:
|
|
11
|
-
md:
|
|
12
|
-
lg:
|
|
13
|
-
active:
|
|
14
|
-
selected:
|
|
15
|
-
notificationIcon:
|
|
16
|
-
},
|
|
10
|
+
dropdownDesktopListLoader: b,
|
|
11
|
+
md: g,
|
|
12
|
+
lg: x,
|
|
13
|
+
active: O,
|
|
14
|
+
selected: R,
|
|
15
|
+
notificationIcon: T
|
|
16
|
+
}, C = [c.SPACE, c.ENTER], K = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection: p =
|
|
19
|
+
keyCodesForSelection: p = C,
|
|
20
20
|
children: d,
|
|
21
|
-
className:
|
|
21
|
+
className: m,
|
|
22
22
|
onClick: n,
|
|
23
23
|
onSelect: o,
|
|
24
24
|
selected: r,
|
|
25
|
-
showNotificationIcon:
|
|
26
|
-
...
|
|
27
|
-
},
|
|
25
|
+
showNotificationIcon: a,
|
|
26
|
+
...f
|
|
27
|
+
}, _) => {
|
|
28
28
|
const i = (t) => {
|
|
29
29
|
const { keyCode: D } = t;
|
|
30
30
|
p.includes(D) && (t.preventDefault(), o == null || o());
|
|
@@ -39,25 +39,25 @@ const y = "dropdownDesktopList__3966fa93", l = "sm__8cc5e593", N = "dropdownDesk
|
|
|
39
39
|
className: v(
|
|
40
40
|
s.dropdownDesktopListItem,
|
|
41
41
|
{ [s.active]: !!e, [s.selected]: !!r },
|
|
42
|
-
|
|
42
|
+
m
|
|
43
43
|
),
|
|
44
44
|
title: typeof d == "string" ? d : void 0,
|
|
45
45
|
role: "option",
|
|
46
46
|
"aria-selected": !!r,
|
|
47
|
-
...
|
|
47
|
+
...f,
|
|
48
48
|
onClick: L,
|
|
49
|
-
ref:
|
|
49
|
+
ref: _,
|
|
50
50
|
children: [
|
|
51
51
|
d,
|
|
52
|
-
|
|
52
|
+
a && /* @__PURE__ */ E(u, { className: s.notificationIcon })
|
|
53
53
|
]
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
}
|
|
57
57
|
);
|
|
58
|
-
|
|
58
|
+
K.displayName = "DropdownListItem";
|
|
59
59
|
export {
|
|
60
|
-
|
|
60
|
+
K as D,
|
|
61
61
|
s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=DropdownListItem-
|
|
63
|
+
//# sourceMappingURL=DropdownListItem-BdSacGyt.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__679341dd", d = "dropdownMobileBackdrop__3aad93f1", e = "closing__e29e18da", n = "opening__ff01157b", r = "opened__f3fa0133", t = "dropdownMobile__0229173a", i = "dropdownMobileHeader__7e768faf", p = "dropdownMobileHeaderContent__c1e5174c", l = "dropdownMobileContent__92c88951", c = "dropdownMobileFooter__8477de78", s = "dropdownMobileListItem__92785740", w = "selected__7471c5a5", b = "dropdownMobileListLoader__06f4f8c8", _ = "dropdownMobileBodyOverflow__a4d18b02", M = "controlButtons__e0615023", a = "dropdownMobileLoader__6851cd08", f = "notificationIcon__648f9458", L = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: d,
|
|
4
|
+
closing: e,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: t,
|
|
8
|
+
dropdownMobileHeader: i,
|
|
9
|
+
dropdownMobileHeaderContent: p,
|
|
10
|
+
dropdownMobileContent: l,
|
|
11
|
+
dropdownMobileFooter: c,
|
|
12
|
+
dropdownMobileListItem: s,
|
|
13
|
+
selected: w,
|
|
14
|
+
dropdownMobileListLoader: b,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: M,
|
|
17
|
+
dropdownMobileLoader: a,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-04Mon9FN.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__ca42a8e3", t = "footerDescriptionContent__f78bcc0a", e = "footerDescriptionControls__fdee7a15", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-B0GfNisY.js.map
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { jsx as z } from "react/jsx-runtime";
|
|
2
|
+
import A, { useContext as M, useMemo as P, useEffect as _ } from "react";
|
|
3
|
+
import { FormFieldContext as k } from "../components/FormField/FormFieldContext.js";
|
|
4
|
+
import { u as y, c as D } from "./vendor-DE8Zvm0w.js";
|
|
5
|
+
import { EFormFieldStatus as R } from "../components/FormField/enums.js";
|
|
6
|
+
import { createSizeToClassNameMap as T } from "../utils/classNameMaps.js";
|
|
7
|
+
const W = "formFieldInput__88284ac8", b = "sm__f572581a", j = "md__882cf072", q = "lg__25cf80d9", x = {
|
|
8
|
+
formFieldInput: W,
|
|
9
|
+
sm: b,
|
|
10
|
+
md: j,
|
|
11
|
+
lg: q
|
|
12
|
+
}, v = T(x), w = A.forwardRef((r, m) => {
|
|
13
|
+
const { className: S, id: a, onAnimationStart: i, onBlur: n, onFocus: l, placeholder: c, value: o, ...B } = r, { render: d, ...C } = r, { focused: E, status: g, setFocused: u, setId: f, setValueExist: t, size: p } = M(k), e = P(() => a === void 0 ? y("input_") : a, [a]), F = D(x.formFieldInput, v[p], S);
|
|
14
|
+
_(() => {
|
|
15
|
+
f(e);
|
|
16
|
+
}, [e, f]), _(() => {
|
|
17
|
+
t(!!o);
|
|
18
|
+
}, [t, o]);
|
|
19
|
+
const I = (s) => {
|
|
20
|
+
u(!1), n == null || n(s);
|
|
21
|
+
}, h = (s) => {
|
|
22
|
+
u(!0), l == null || l(s);
|
|
23
|
+
}, N = (s) => {
|
|
24
|
+
s.animationName.startsWith("autofill-applied-hook") ? t(!0) : s.animationName.startsWith("autofill-cancelled-hook") && (o || t(!1)), i == null || i(s);
|
|
25
|
+
};
|
|
26
|
+
return d ? d(
|
|
27
|
+
{
|
|
28
|
+
...C,
|
|
29
|
+
className: F,
|
|
30
|
+
id: e,
|
|
31
|
+
onAnimationStart: N,
|
|
32
|
+
onBlur: I,
|
|
33
|
+
onFocus: h,
|
|
34
|
+
/* Когда элемент не в фокусе, вместо placeholder показывается Label. */
|
|
35
|
+
placeholder: E ? c : " ",
|
|
36
|
+
size: p
|
|
37
|
+
},
|
|
38
|
+
m
|
|
39
|
+
) : /* @__PURE__ */ z(
|
|
40
|
+
"input",
|
|
41
|
+
{
|
|
42
|
+
...B,
|
|
43
|
+
className: F,
|
|
44
|
+
disabled: g === R.DISABLED,
|
|
45
|
+
id: e,
|
|
46
|
+
onAnimationStart: N,
|
|
47
|
+
onFocus: h,
|
|
48
|
+
onBlur: I,
|
|
49
|
+
value: o,
|
|
50
|
+
placeholder: c,
|
|
51
|
+
ref: m
|
|
52
|
+
}
|
|
53
|
+
);
|
|
54
|
+
});
|
|
55
|
+
w.displayName = "FormFieldInput";
|
|
56
|
+
export {
|
|
57
|
+
w as F,
|
|
58
|
+
x as s
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=FormFieldInput-DDUEO0k6.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__2a08e517", a = "headerLayoutSidebarContent__672d8856", d = "headerLayoutSidebarSidebar__eb6e66d9", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-BvdGzIVf.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__d3b5b92d", t = "headerTitleControls__35902a05", l = "headerTitleContent__5815a9bb", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__9b8c60c2", t = "headerTitleControls__374e045c", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-LN1Fj13p.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__36a3a121", t = "island__ebb3b862", o = "item__f7975e91", c = "disabled__10ab23db", s = "sm__3d63cdee", _ = "md__6b06665a", d = "lg__741087d2", n = "header__dc110271", a = "type1__7899f5ae", r = "opened__d7244231", p = "type2__9a457f07", b = "type3__c3f2fb06", i = "footer__5aaef3c3", l = "body__111b6b35", f = "caretWrapper__f1f45b0b", y = "caretIcon__bf28c364", m = "title__b05dd4fc", g = "step__e2a631a2", h = "remove__610a47b9", v = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: o,
|
|
5
|
+
disabled: c,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: _,
|
|
8
|
+
lg: d,
|
|
9
|
+
header: n,
|
|
10
|
+
type1: a,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: b,
|
|
14
|
+
footer: i,
|
|
15
|
+
body: l,
|
|
16
|
+
caretWrapper: f,
|
|
17
|
+
caretIcon: y,
|
|
18
|
+
title: m,
|
|
19
|
+
step: g,
|
|
20
|
+
remove: h
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
v as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-GnMVxP0n.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__6d6795fd", o = "islandWidgetFooterContent__e8c2df7a", e = "islandWidgetFooterControls__5950758a", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-Cvl5d8YC.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__286a5620", d = "islandWidgetHeaderContent__d525d0b3", t = "islandWidgetHeaderDescription__aa4dd410", a = "caretWrapper__13b0a35c", n = "caretIcon__d3cf3d1b", r = "open__75849789", i = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: t,
|
|
5
|
+
caretWrapper: a,
|
|
6
|
+
caretIcon: n,
|
|
7
|
+
open: r
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
i as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=IslandWidgetHeader.module-JkauVtWn.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
2
|
-
import { useState as v, useRef as _, useCallback as
|
|
3
|
-
import {
|
|
2
|
+
import { useState as v, useRef as _, useCallback as f, useLayoutEffect as C, useEffect as O } from "react";
|
|
3
|
+
import { a as S, c as T } from "./vendor-DE8Zvm0w.js";
|
|
4
4
|
import { WindowResizeListener as b } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
5
5
|
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const z = "
|
|
6
|
+
const z = "lightBox__dbe48152", A = "lightBoxBackdrop__5c1a2338", L = "lightBoxSideOverlayActive__656fa02a", W = "lightBoxTopOverlayActive__d8e9d4db", N = "lightBoxContent__74fd1471", E = "loadingContentOverlay__d44678f2", k = "lightBoxContentResizeWrapper__f484d71f", w = "tempElSafariBug__b5da2980", H = "bodyOverflowHidden__8e13f01b", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -13,19 +13,19 @@ const z = "lightBox__1ef6fe82", A = "lightBoxBackdrop__f01c92e3", L = "lightBoxS
|
|
|
13
13
|
lightBoxContentResizeWrapper: k,
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
|
-
}, j = (
|
|
17
|
-
const { children: l, className:
|
|
16
|
+
}, j = (p) => {
|
|
17
|
+
const { children: l, className: a, isLoading: s, loadingTitle: c, ...u } = p, [d, B] = v(0), e = _(null), o = f(() => {
|
|
18
18
|
let n = 0;
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
}, []), t =
|
|
19
|
+
const g = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
|
+
g && (n += g.offsetHeight), B((h) => Math.abs(h - n) > 1 ? n : h);
|
|
21
|
+
}, []), t = f(() => {
|
|
22
22
|
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
23
23
|
}, [o]);
|
|
24
24
|
C(() => (o(), () => {
|
|
25
25
|
e.current && clearTimeout(e.current);
|
|
26
26
|
}), []), O(() => {
|
|
27
27
|
t();
|
|
28
|
-
}, [l,
|
|
28
|
+
}, [l, a, s, c, t]);
|
|
29
29
|
const { ref: x } = S({
|
|
30
30
|
handleWidth: !0,
|
|
31
31
|
onResize: t,
|
|
@@ -37,12 +37,12 @@ const z = "lightBox__1ef6fe82", A = "lightBoxBackdrop__f01c92e3", L = "lightBoxS
|
|
|
37
37
|
return /* @__PURE__ */ i(b, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
38
|
"div",
|
|
39
39
|
{
|
|
40
|
-
className: T(
|
|
40
|
+
className: T(a, r.lightBoxContent),
|
|
41
41
|
style: d ? m : void 0,
|
|
42
|
-
...
|
|
42
|
+
...u,
|
|
43
43
|
children: [
|
|
44
44
|
l,
|
|
45
|
-
|
|
45
|
+
s && /* @__PURE__ */ i(R, { className: r.loadingContentOverlay, type: "middle", children: c }),
|
|
46
46
|
/* @__PURE__ */ i("div", { className: r.lightBoxContentResizeWrapper, ref: x })
|
|
47
47
|
]
|
|
48
48
|
}
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
j as L,
|
|
54
54
|
r as s
|
|
55
55
|
};
|
|
56
|
-
//# sourceMappingURL=LightBoxContent-
|
|
56
|
+
//# sourceMappingURL=LightBoxContent-CN7SmRwX.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__8e77a991", o = "withKeyboardEvent__40f3ad5e", e = "withoutKeyboardEvent__9f39e18f", l = "lightBoxPrev__77458302", i = "lightBoxNext__e2cd55f2", n = "lightBoxControlsDesktop__87436f31", x = "lightBoxControlsMobile__f38da8ff", h = "lightBoxClose__f33deeb1", s = "lightBoxPrevButton__585b91df", B = "lightBoxNextButton__4f91f5de", g = {
|
|
2
|
+
lightBoxControls: t,
|
|
3
|
+
withKeyboardEvent: o,
|
|
4
|
+
withoutKeyboardEvent: e,
|
|
5
|
+
lightBoxPrev: l,
|
|
6
|
+
lightBoxNext: i,
|
|
7
|
+
lightBoxControlsDesktop: n,
|
|
8
|
+
lightBoxControlsMobile: x,
|
|
9
|
+
lightBoxClose: h,
|
|
10
|
+
lightBoxPrevButton: s,
|
|
11
|
+
lightBoxNextButton: B
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
g as s
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=LightBoxControls.module-koLoz_-f.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__6c57ad52", l = "lightBoxSideOverlayCloseMobile__2236d13e", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-D6FP9Ulx.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as I } from "./vendor-
|
|
3
|
+
import { c as I } from "./vendor-DE8Zvm0w.js";
|
|
4
4
|
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
5
|
import { Text as a } from "../components/Typography/Text.js";
|
|
6
|
-
const c = "
|
|
6
|
+
const c = "listItemControlsButton__408945e5", B = "listItemControlsButtonLabel__0a49af9a", C = "listItemControlsButtonDropdown__a7541768", p = "listItemControlsButtonIcon__f140d3ca", _ = "withText__4a158f62", w = "listItemControlsButtonInner__abbc22a3", d = "withIcon__a2688ab9", f = "buttonDropdownMenuItem__65c33028", t = {
|
|
7
7
|
listItemControlsButton: c,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
@@ -40,4 +40,4 @@ export {
|
|
|
40
40
|
b as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-CgrHz7BO.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__3bb372b4", i = "listItemTailLine__9a2e8c28", l = "listItemTailTop__7b7f3173", s = "listItemTailBottom__3ac6742a", e = "listItemTailRight__0ae2821a", a = "listItemTailLeft__64bc3585", m = {
|
|
2
|
+
listItemTail: t,
|
|
3
|
+
listItemTailLine: i,
|
|
4
|
+
listItemTailTop: l,
|
|
5
|
+
listItemTailBottom: s,
|
|
6
|
+
listItemTailRight: e,
|
|
7
|
+
listItemTailLeft: a
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
m as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ListItemTail.module-DNRGTk64.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const t = "listMasterFooter__c4b140ff", s = "sticky__1a8b3959", o = "listMasterFooterDescription__ccac3bee", e = "listMasterFooterControls__89575358", r = {
|
|
2
|
+
listMasterFooter: t,
|
|
3
|
+
sticky: s,
|
|
4
|
+
listMasterFooterDescription: o,
|
|
5
|
+
listMasterFooterControls: e
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
r as s
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ListMasterFooter.module-iy5cZxzC.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const o = "modalWindowContainer__a6780302", n = "modalWindowBackdrop__3eb21505", d = "modalWindow__4c04a87f", a = "modalWindowContentWrapper__4fe3e6f4", e = "modalWindowContent__153a750f", t = "modalWindowResizeWrapper__80da4c33", i = "sm__5b37e961", m = "md__8732d69b", W = "lg__52497462", l = "modalWindowContentPage__11224b45", r = "modalWindowLoaderScreen__6f09f048", w = {
|
|
2
|
+
modalWindowContainer: o,
|
|
3
|
+
modalWindowBackdrop: n,
|
|
4
|
+
modalWindow: d,
|
|
5
|
+
modalWindowContentWrapper: a,
|
|
6
|
+
modalWindowContent: e,
|
|
7
|
+
modalWindowResizeWrapper: t,
|
|
8
|
+
sm: i,
|
|
9
|
+
md: m,
|
|
10
|
+
lg: W,
|
|
11
|
+
modalWindowContentPage: l,
|
|
12
|
+
modalWindowLoaderScreen: r
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
w as s
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ModalWindow.module-boLwaSVC.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "notification__f7180257", t = "extraBottomPadding__c1c5ae5f", i = "notificationHeader__527e03bb", n = "notificationIcon__ea2d9f35", c = "notificationBody__d0428bc2", a = "notificationBodyList__3e7c2aa7", e = "notificationBodyContent__d0eb1a70", f = "notificationClose__19db9c4a", s = "showCloseOnHover__521676c1", d = "notificationFooter__cb77f45e", r = "notificationTime__f18f52ca", _ = "notificationGroupedWrapper__48bb31eb", p = "notificationGroupedFooterItem__c02ab56e", B = "first__2c713a22", b = "second__ab59dc1a", y = {
|
|
2
|
+
notification: o,
|
|
3
|
+
extraBottomPadding: t,
|
|
4
|
+
notificationHeader: i,
|
|
5
|
+
notificationIcon: n,
|
|
6
|
+
notificationBody: c,
|
|
7
|
+
notificationBodyList: a,
|
|
8
|
+
notificationBodyContent: e,
|
|
9
|
+
notificationClose: f,
|
|
10
|
+
showCloseOnHover: s,
|
|
11
|
+
notificationFooter: d,
|
|
12
|
+
notificationTime: r,
|
|
13
|
+
notificationGroupedWrapper: _,
|
|
14
|
+
notificationGroupedFooterItem: p,
|
|
15
|
+
first: B,
|
|
16
|
+
second: b
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
y as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=Notification.module-6l7KFShv.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const e = "overlay__9233b921", o = "fixed__63d210df", t = "closing__1fce1eed", n = "opened__ea690378", a = "overlayPanel__f858892c", l = "bottom__ce696c5f", _ = "left__9f37d1d1", c = "right__21f21283", s = "top__b871c6ad", r = "overlayContent__c8a04ece", d = "overlayMask__9dbff5fa", f = "overlayOpened__e20edf50", y = {
|
|
2
|
+
overlay: e,
|
|
3
|
+
fixed: o,
|
|
4
|
+
closing: t,
|
|
5
|
+
opened: n,
|
|
6
|
+
overlayPanel: a,
|
|
7
|
+
bottom: l,
|
|
8
|
+
left: _,
|
|
9
|
+
right: c,
|
|
10
|
+
top: s,
|
|
11
|
+
overlayContent: r,
|
|
12
|
+
overlayMask: d,
|
|
13
|
+
overlayOpened: f
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
y as s
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Overlay.module-COWWNc0T.js.map
|