@sberbusiness/triplex-next 0.14.1 → 0.15.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-DwZ5kXLz.js +39 -0
- package/chunks/{CalendarViewItem-bjlzO6fA.js → CalendarViewItem-C4iZEwoX.js} +22 -22
- package/chunks/Card.module-DnZ_SmT7.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CRE6yTt5.js +14 -0
- package/chunks/{Chip-BjcDj2XE.js → Chip-CQvFfbck.js} +8 -8
- package/chunks/Confirm.module-BrVl-yob.js +15 -0
- package/chunks/{DropdownListItem-BByGOD7_.js → DropdownListItem-CcCakDyr.js} +14 -14
- package/chunks/DropdownMobile.module-af6OVs0G.js +23 -0
- package/chunks/Footer.module-tAG-SN8m.js +9 -0
- package/chunks/{FormFieldInput-CXE2lpa2.js → FormFieldInput-M-BWeUyG.js} +16 -16
- package/chunks/HeaderLayoutSidebar.module-Dx11MAi3.js +9 -0
- package/chunks/HeaderTabs.module-HGiK1PZg.js +9 -0
- package/chunks/{HeaderTitle.module-Aa8Ayziq.js → HeaderTitle.module-BVJYOrCs.js} +2 -2
- package/chunks/IslandAccordion.module-BRmaipCD.js +25 -0
- package/chunks/IslandWidgetFooter.module-BXn6GbbA.js +9 -0
- package/chunks/IslandWidgetHeader.module-D3zGpkS_.js +12 -0
- package/chunks/LightBoxContent-MLggVllJ.js +56 -0
- package/chunks/LightBoxControls.module-zJ2jYB7p.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DjqVi-v8.js +8 -0
- package/chunks/{ListItemControlsButton-BQWXaAf7.js → ListItemControlsButton-BShMlm2B.js} +12 -12
- package/chunks/ListItemTail.module-BBVRXBTR.js +12 -0
- package/chunks/ListMasterFooter.module-8-LOEhYM.js +10 -0
- package/chunks/ModalWindow.module-uM-PCOaZ.js +17 -0
- package/chunks/Notification.module-B7fXFvwU.js +21 -0
- package/chunks/Overlay.module-Dtk3whPQ.js +18 -0
- package/chunks/Page.module-CoeirpZV.js +11 -0
- package/chunks/{RightBorderArrow-BjcGiO4Y.js → RightBorderArrow-CxMqoJOA.js} +8 -8
- package/chunks/SMSField.module-wdtLV1SH.js +16 -0
- package/chunks/SliderExtendedMarks.module-ll3UD_YO.js +15 -0
- package/chunks/{SliderExtendedRail-DHe0BU85.js → SliderExtendedRail-BdLhibqT.js} +7 -7
- package/chunks/StatusTracker.module-DrbWwUtn.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-C5OdORCu.js +14 -0
- package/chunks/TableFooter.module-BDsK8o22.js +14 -0
- package/chunks/TabsExtended.module-jfDq5xSa.js +16 -0
- package/chunks/TabsLine.module-BnotsPff.js +21 -0
- package/chunks/TooltipDesktop.module-CAL6IPaE.js +19 -0
- package/chunks/TreeView.module-BYyI_lNS.js +9 -0
- package/chunks/{UploadZoneInput-DgPYo5Ct.js → UploadZoneInput-DRVoNz0G.js} +7 -7
- package/chunks/constants-C0-h2pRq.js +57 -0
- package/chunks/utils-Bdg4Vfo1.js +24 -0
- package/chunks/{utils-DQttOWML.js → utils-DYe-VisL.js} +6 -6
- package/chunks/{utils-D6gsTR6V.js → utils-DykNYdbk.js} +14 -14
- package/chunks/{utils-Ds7Etruz.js → utils-qhEFBj7O.js} +4 -4
- package/components/Alert/AlertContext/AlertContext.js +5 -5
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +26 -26
- package/components/Avatar/Avatar.js +21 -21
- package/components/Badge/Badge.js +17 -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 +41 -41
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +11 -11
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +4 -4
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +23 -23
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +17 -17
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +5 -5
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +6 -6
- 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 +5 -5
- package/components/Col/Col.js +130 -130
- package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentSubTitle.js +5 -5
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +7 -7
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
- package/components/DateRange/DateRange.js +8 -8
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- 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 +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
- package/components/Dropdown/desktop/DropdownDesktop.js +63 -62
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +35 -35
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/ExpandAnimation/ExpandAnimation.js +20 -20
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +83 -79
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +28 -28
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +11 -11
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +5 -5
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +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 +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +28 -10
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
- package/components/LightBox/LightBox.js +16 -16
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +8 -8
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +4 -4
- package/components/Link/Link.js +25 -25
- package/components/List/List.js +6 -6
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +8 -8
- package/components/List/components/ListItemTable.js +8 -8
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +1 -1
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +1 -1
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +3 -3
- package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
- package/components/LoaderScreen/LoaderScreen.js +5 -5
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +10 -10
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +1 -1
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +7 -7
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +12 -12
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/Pagination.js +4 -4
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
- package/components/Pagination/components/PaginationSelect.js +26 -30
- package/components/Radio/Radio.js +19 -19
- package/components/Radio/RadioXGroup.js +9 -9
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +9 -9
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +8 -8
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +25 -25
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +12 -12
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +5 -5
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +7 -7
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +7 -7
- package/components/StatusTracker/components/StatusTrackerTitle.js +7 -7
- package/components/Step/Step.js +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +8 -8
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/Suggest.js +52 -89
- package/components/Suggest/SuggestContext.js +4 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +18 -18
- 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 +22 -22
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +6 -6
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +15 -15
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +8 -8
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +6 -6
- package/components/Tag/Tag.js +25 -25
- package/components/TagColor/TagColor.js +10 -10
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +25 -30
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- 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 +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
- package/components/TopOverlay/TopOverlay.js +26 -26
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +41 -43
- package/components/Typography/Text.js +44 -46
- package/components/Typography/Title.js +45 -47
- 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 +7 -7
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +539 -540
- package/index.d.ts +72 -108
- package/index.js +588 -589
- package/package.json +5 -1
- package/styles/triplex-next.css +546 -534
- 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/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/LightBoxContent-B5TEJXI-.js +0 -56
- 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/utils-DXZkhXsb.js +0 -24
- package/chunks/utils-QtOC5s-T.js +0 -36
- 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 m } from "../components/Button/ButtonIcon.js";
|
|
5
|
+
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
+
import { c as n } from "./vendor-CalMVkfj.js";
|
|
7
|
+
const y = "alertProcess__2a25fd81", f = "withSpoiler__cecc63a1", u = "themeIcon__ff77918f", T = "alertTypeError__9c555996", B = "alertTypeInfo__e28d337a", C = "alertTypeWarning__b6f5acb3", S = "alertTypeSystem__70da9e4a", h = "alertTypeFeature__d5c599e3", I = "alertProcessContentBlock__739e4bca", P = "expandableContent__0d3aa8c3", b = "expanded__8caca2d1", g = "closeButton__f8e93033", k = "expandButton__40a7cadf", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
withSpoiler: f,
|
|
10
|
+
themeIcon: u,
|
|
11
|
+
alertTypeError: T,
|
|
12
|
+
alertTypeInfo: B,
|
|
13
|
+
alertTypeWarning: C,
|
|
14
|
+
alertTypeSystem: S,
|
|
15
|
+
alertTypeFeature: h,
|
|
16
|
+
alertProcessContentBlock: I,
|
|
17
|
+
expandableContent: P,
|
|
18
|
+
expanded: b,
|
|
19
|
+
closeButton: g,
|
|
20
|
+
expandButton: k
|
|
21
|
+
}, v = ({ children: s, open: r, onOpen: o, ...c }) => {
|
|
22
|
+
const { setHasSpoiler: a } = d(x);
|
|
23
|
+
i(() => (a(!0), () => {
|
|
24
|
+
a(!1);
|
|
25
|
+
}), [a]);
|
|
26
|
+
const l = () => {
|
|
27
|
+
o == null || o(!r);
|
|
28
|
+
};
|
|
29
|
+
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
|
+
/* @__PURE__ */ t("div", { className: n(e.expandableContent, { [e.expanded]: r }), ...c, children: s }),
|
|
31
|
+
/* @__PURE__ */ t("div", { className: n(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { 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-DwZ5kXLz.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import { c as V } from "./vendor-CalMVkfj.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__75d59a23", E = "calendarViewMonths__78d54012", L = "calendarViewYears__19f639da", R = "calendarViewDaysHeader__e1e3156a", v = "calendarViewDaysBody__cf6c23b5", H = "calendarViewItem__fca5a337", B = "current__37264ff0", S = "disabled__09d5ca24", j = "calendarViewItemLabel__50fca541", O = "selected__5bd9f162", P = "basicMark__305249c4", g = "standardMark__a36e94ab", q = "attentionMark__1737bed3", z = "criticalMark__73b96870", G = "muted__6dda5a06", J = "marked__a86c4bc0", Q = "unitDay__efa855a4", U = "unitMonth__20203a6e", W = "unitYear__9a6fb004", a = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -35,14 +35,14 @@ 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:
|
|
41
|
-
tabbable:
|
|
40
|
+
unit: I,
|
|
41
|
+
tabbable: n,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
|
-
muted:
|
|
45
|
-
markType:
|
|
44
|
+
muted: b,
|
|
45
|
+
markType: c,
|
|
46
46
|
onFocus: d,
|
|
47
47
|
onBlur: s,
|
|
48
48
|
onKeyDown: i,
|
|
@@ -52,40 +52,40 @@ const A = "calendarViewDays__5c5b62e2", E = "calendarViewMonths__6b8950a5", L =
|
|
|
52
52
|
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
53
|
Y(() => {
|
|
54
54
|
var e;
|
|
55
|
-
|
|
56
|
-
}, [
|
|
55
|
+
n && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
+
}, [n, t]);
|
|
57
57
|
const D = (e) => {
|
|
58
58
|
t.current = !0, d == null || d(e);
|
|
59
59
|
}, h = (e) => {
|
|
60
60
|
t.current = !1, s == null || s(e);
|
|
61
61
|
}, p = (e) => {
|
|
62
62
|
const M = e.code || e.keyCode;
|
|
63
|
-
(
|
|
63
|
+
(w(M, "ENTER") || w(M, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
64
|
};
|
|
65
|
-
return /* @__PURE__ */
|
|
65
|
+
return /* @__PURE__ */ f(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className:
|
|
69
|
-
tabIndex:
|
|
68
|
+
className: V(a.calendarViewItem, { [a.disabled]: _ }, y),
|
|
69
|
+
tabIndex: n ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
71
|
onFocus: D,
|
|
72
72
|
onBlur: h,
|
|
73
73
|
onKeyDown: p,
|
|
74
74
|
...C,
|
|
75
75
|
ref: u,
|
|
76
|
-
children: /* @__PURE__ */
|
|
76
|
+
children: /* @__PURE__ */ f(
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
|
-
className:
|
|
79
|
+
className: V(
|
|
80
80
|
a.calendarViewItemLabel,
|
|
81
|
-
Z[
|
|
81
|
+
Z[I],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
|
-
[a.marked]:
|
|
85
|
-
[a.muted]: !!
|
|
84
|
+
[a.marked]: c !== void 0,
|
|
85
|
+
[a.muted]: !!b,
|
|
86
86
|
[a.selected]: l
|
|
87
87
|
},
|
|
88
|
-
|
|
88
|
+
c !== void 0 ? X[c] : void 0
|
|
89
89
|
),
|
|
90
90
|
onClick: () => m(o),
|
|
91
91
|
children: k
|
|
@@ -98,4 +98,4 @@ export {
|
|
|
98
98
|
ra as C,
|
|
99
99
|
a as s
|
|
100
100
|
};
|
|
101
|
-
//# sourceMappingURL=CalendarViewItem-
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-C4iZEwoX.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__7d17721d", d = "roundingMD__6105a282", a = "roundingSM__0b523234", o = "general__daccb121", c = "secondary__dfd3b2e1", e = "cardMedia__e76e39a6", r = "cardContent__a464d1bd", t = "paddingMD__026b3757", _ = "paddingSM__a0200458", s = "cardContentHeader__97b18957", g = "cardContentFooter__d7f36fc3", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: o,
|
|
6
|
+
secondary: c,
|
|
7
|
+
cardMedia: e,
|
|
8
|
+
cardContent: r,
|
|
9
|
+
paddingMD: t,
|
|
10
|
+
paddingSM: _,
|
|
11
|
+
cardContentHeader: s,
|
|
12
|
+
cardContentFooter: g
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
i as c
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=Card.module-DnZ_SmT7.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__984f952f", c = "checkboxTreeExtendedNode__9fa2b1a9", o = "checkboxTreeExtendedNodeHeader__fa8bcdcc", d = "sm__cf40c5bc", r = "md__a0031ad8", x = "lg__c7b2435f", t = "checkboxTreeCheckboxLabel__37c1e29a", b = "caretIconWrapper__245c558f", 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-CRE6yTt5.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as _, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import b, { useCallback as x } from "react";
|
|
3
3
|
import { c as n } from "./vendor-CalMVkfj.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__0e0cd96f", w = "chip__95b39c61", I = "lg__b4421b51", B = "prefix__92ab8049", G = "postfix__7d1004cd", g = "md__7ce30644", z = "sm__43ce0bfd", M = "disabled__b90e13b5", S = "selected__2f580b02", j = "withPrefix__b2816d85", y = "withPostfix__986fad61", E = "content__a342f041", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -17,9 +17,9 @@ const N = "chipGroupItem__c0dfd90c", w = "chip__c615d1f5", I = "lg__bca250d4", B
|
|
|
17
17
|
withPrefix: j,
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
|
-
}, R = P(e), T =
|
|
21
|
-
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size:
|
|
22
|
-
const h =
|
|
20
|
+
}, R = P(e), T = b.forwardRef(
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size: d = u.MD, onKeyDown: s, ...f }, m) => {
|
|
22
|
+
const h = x(
|
|
23
23
|
(i) => {
|
|
24
24
|
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
25
25
|
},
|
|
@@ -31,7 +31,7 @@ const N = "chipGroupItem__c0dfd90c", w = "chip__c615d1f5", I = "lg__bca250d4", B
|
|
|
31
31
|
className: n(
|
|
32
32
|
e.chip,
|
|
33
33
|
e.chipGroupItem,
|
|
34
|
-
R[
|
|
34
|
+
R[d],
|
|
35
35
|
{
|
|
36
36
|
[e.disabled]: !!t,
|
|
37
37
|
[e.selected]: !!r,
|
|
@@ -43,7 +43,7 @@ const N = "chipGroupItem__c0dfd90c", w = "chip__c615d1f5", I = "lg__bca250d4", B
|
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
45
45
|
onKeyDown: h,
|
|
46
|
-
...
|
|
46
|
+
...f,
|
|
47
47
|
ref: m,
|
|
48
48
|
children: [
|
|
49
49
|
c ? /* @__PURE__ */ a(
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-CQvFfbck.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__c22de15e", o = "isInLightBox__a75aa19f", i = "isInSideOverlaySM__a0b94cf5", t = "isInSideOverlayMD__1979c99c", e = "isInSideOverlayLG__423a96d9", c = "confirmCloseButton__5309c320", s = "confirmContent__1c485b95", r = "confirmControls__e2c43bea", l = "confirmContentTitle__8db9ddbc", _ = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: c,
|
|
8
|
+
confirmContent: s,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
_ as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-BrVl-yob.js.map
|
|
@@ -3,7 +3,7 @@ import k, { useEffect as I } from "react";
|
|
|
3
3
|
import { EVENT_KEY_CODES as c } from "../utils/keyboard.js";
|
|
4
4
|
import { c as v } from "./vendor-CalMVkfj.js";
|
|
5
5
|
import { NotificationIcon as u } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
-
const y = "
|
|
6
|
+
const y = "dropdownDesktopList__7139cc7a", l = "sm__56e60b8e", N = "dropdownDesktopListItem__48aa4456", g = "dropdownDesktopListLoader__c6c7be1c", x = "md__3e99e370", O = "lg__dfa8e684", R = "active__7e08ab04", T = "selected__46c42934", b = "notificationIcon__e5829167", s = {
|
|
7
7
|
dropdownDesktopList: y,
|
|
8
8
|
sm: l,
|
|
9
9
|
dropdownDesktopListItem: N,
|
|
@@ -12,23 +12,23 @@ const y = "dropdownDesktopList__3966fa93", l = "sm__8cc5e593", N = "dropdownDesk
|
|
|
12
12
|
lg: O,
|
|
13
13
|
active: R,
|
|
14
14
|
selected: T,
|
|
15
|
-
notificationIcon:
|
|
16
|
-
},
|
|
15
|
+
notificationIcon: b
|
|
16
|
+
}, C = [c.SPACE, c.ENTER], K = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection:
|
|
19
|
+
keyCodesForSelection: a = C,
|
|
20
20
|
children: d,
|
|
21
|
-
className:
|
|
21
|
+
className: p,
|
|
22
22
|
onClick: n,
|
|
23
23
|
onSelect: o,
|
|
24
24
|
selected: r,
|
|
25
25
|
showNotificationIcon: m,
|
|
26
26
|
..._
|
|
27
|
-
},
|
|
27
|
+
}, L) => {
|
|
28
28
|
const i = (t) => {
|
|
29
29
|
const { keyCode: D } = t;
|
|
30
|
-
|
|
31
|
-
},
|
|
30
|
+
a.includes(D) && (t.preventDefault(), o == null || o());
|
|
31
|
+
}, f = (t) => {
|
|
32
32
|
o == null || o(), n == null || n(t);
|
|
33
33
|
};
|
|
34
34
|
return I(() => (e ? document.addEventListener("keydown", i) : document.removeEventListener("keydown", i), () => {
|
|
@@ -39,14 +39,14 @@ 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
|
+
p
|
|
43
43
|
),
|
|
44
44
|
title: typeof d == "string" ? d : void 0,
|
|
45
45
|
role: "option",
|
|
46
46
|
"aria-selected": !!r,
|
|
47
47
|
..._,
|
|
48
|
-
onClick:
|
|
49
|
-
ref:
|
|
48
|
+
onClick: f,
|
|
49
|
+
ref: L,
|
|
50
50
|
children: [
|
|
51
51
|
d,
|
|
52
52
|
m && /* @__PURE__ */ E(u, { className: s.notificationIcon })
|
|
@@ -55,9 +55,9 @@ const y = "dropdownDesktopList__3966fa93", l = "sm__8cc5e593", N = "dropdownDesk
|
|
|
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-CcCakDyr.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__3402b8a5", d = "dropdownMobileBackdrop__0d721954", e = "closing__c0b1f1b7", n = "opening__9c78650b", r = "opened__c4e94801", t = "dropdownMobile__0a579f5c", i = "dropdownMobileHeader__38689557", p = "dropdownMobileHeaderContent__dd3f5252", c = "dropdownMobileContent__c6bc9471", l = "dropdownMobileFooter__b96cd2ac", b = "dropdownMobileListItem__bb51bf45", s = "selected__46c42934", w = "dropdownMobileListLoader__23a869e7", _ = "dropdownMobileBodyOverflow__acacf645", M = "controlButtons__2bf7708d", a = "dropdownMobileLoader__d3af7d1a", f = "notificationIcon__e5829167", 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: c,
|
|
11
|
+
dropdownMobileFooter: l,
|
|
12
|
+
dropdownMobileListItem: b,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileListLoader: w,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: M,
|
|
17
|
+
dropdownMobileLoader: a,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-af6OVs0G.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__cb39e8b5", t = "footerDescriptionContent__13189574", e = "footerDescriptionControls__a9a9ffd1", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-tAG-SN8m.js.map
|
|
@@ -4,49 +4,49 @@ import { FormFieldContext as P } from "../components/FormField/FormFieldContext.
|
|
|
4
4
|
import { a as k, c as y } from "./vendor-CalMVkfj.js";
|
|
5
5
|
import { EFormFieldStatus as D } from "../components/FormField/enums.js";
|
|
6
6
|
import { createSizeToClassNameMap as R } from "../utils/classNameMaps.js";
|
|
7
|
-
const T = "
|
|
7
|
+
const T = "formFieldInput__0e535b50", W = "sm__15baff97", j = "md__fceaec66", q = "lg__66d0975b", x = {
|
|
8
8
|
formFieldInput: T,
|
|
9
9
|
sm: W,
|
|
10
10
|
md: j,
|
|
11
11
|
lg: q
|
|
12
12
|
}, v = R(x), w = z.forwardRef((r, m) => {
|
|
13
|
-
const { className: S, id: a, onAnimationStart: i, onBlur: n, onFocus: l, placeholder: d, value:
|
|
13
|
+
const { className: S, id: a, onAnimationStart: i, onBlur: n, onFocus: l, placeholder: d, value: s, ...b } = r, { render: c, ...B } = r, { focused: C, status: E, setFocused: u, setId: f, setValueExist: o, size: p } = A(P), t = M(() => a === void 0 ? k("input_") : a, [a]), F = y(x.formFieldInput, v[p], S);
|
|
14
14
|
_(() => {
|
|
15
15
|
f(t);
|
|
16
16
|
}, [t, f]), _(() => {
|
|
17
|
-
o(!!
|
|
18
|
-
}, [o,
|
|
19
|
-
const I = (
|
|
20
|
-
u(!1), n == null || n(
|
|
21
|
-
}, h = (
|
|
22
|
-
u(!0), l == null || l(
|
|
23
|
-
}, N = (
|
|
24
|
-
|
|
17
|
+
o(!!s);
|
|
18
|
+
}, [o, s]);
|
|
19
|
+
const I = (e) => {
|
|
20
|
+
u(!1), n == null || n(e);
|
|
21
|
+
}, h = (e) => {
|
|
22
|
+
u(!0), l == null || l(e);
|
|
23
|
+
}, N = (e) => {
|
|
24
|
+
e.animationName.startsWith("autofill-applied-hook") ? o(!0) : e.animationName.startsWith("autofill-cancelled-hook") && (s || o(!1)), i == null || i(e);
|
|
25
25
|
};
|
|
26
26
|
return c ? c(
|
|
27
27
|
{
|
|
28
|
-
...
|
|
28
|
+
...B,
|
|
29
29
|
className: F,
|
|
30
30
|
id: t,
|
|
31
31
|
onAnimationStart: N,
|
|
32
32
|
onBlur: I,
|
|
33
33
|
onFocus: h,
|
|
34
34
|
/* Когда элемент не в фокусе, вместо placeholder показывается Label. */
|
|
35
|
-
placeholder:
|
|
35
|
+
placeholder: C ? d : " ",
|
|
36
36
|
size: p
|
|
37
37
|
},
|
|
38
38
|
m
|
|
39
39
|
) : /* @__PURE__ */ g(
|
|
40
40
|
"input",
|
|
41
41
|
{
|
|
42
|
-
...
|
|
42
|
+
...b,
|
|
43
43
|
className: F,
|
|
44
|
-
disabled:
|
|
44
|
+
disabled: E === D.DISABLED,
|
|
45
45
|
id: t,
|
|
46
46
|
onAnimationStart: N,
|
|
47
47
|
onFocus: h,
|
|
48
48
|
onBlur: I,
|
|
49
|
-
value:
|
|
49
|
+
value: s,
|
|
50
50
|
placeholder: d,
|
|
51
51
|
ref: m
|
|
52
52
|
}
|
|
@@ -57,4 +57,4 @@ export {
|
|
|
57
57
|
w as F,
|
|
58
58
|
x as s
|
|
59
59
|
};
|
|
60
|
-
//# sourceMappingURL=FormFieldInput-
|
|
60
|
+
//# sourceMappingURL=FormFieldInput-M-BWeUyG.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__80cc20b7", a = "headerLayoutSidebarContent__0953ae88", r = "headerLayoutSidebarSidebar__cf677674", d = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: r
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
d as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-Dx11MAi3.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__3c5fa197", t = "headerTitleControls__a8534a5c", l = "headerTitleContent__1af21dce", 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-BVJYOrCs.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__5d961b65", t = "island__c953d751", o = "item__efe80778", c = "disabled__1f9f8378", s = "sm__2c47e72d", _ = "md__9f711667", n = "lg__e9f321a1", d = "header__55e269bf", a = "type1__cb653126", r = "opened__f59eb2c1", p = "type2__87612d05", i = "type3__a64339d7", l = "footer__56b4073f", b = "body__5e465db2", f = "caretWrapper__c7a758b8", y = "caretIcon__60408050", m = "title__fc129c0e", g = "step__f56ee094", h = "remove__60c0b63b", v = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: o,
|
|
5
|
+
disabled: c,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: _,
|
|
8
|
+
lg: n,
|
|
9
|
+
header: d,
|
|
10
|
+
type1: a,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: i,
|
|
14
|
+
footer: l,
|
|
15
|
+
body: b,
|
|
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-BRmaipCD.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__b1efede9", o = "islandWidgetFooterContent__e0e78648", e = "islandWidgetFooterControls__8f74f7e1", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-BXn6GbbA.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__24448f5b", t = "islandWidgetHeaderContent__27c9bec2", a = "islandWidgetHeaderDescription__11a12ba5", n = "caretWrapper__23734008", d = "caretIcon__83b51f5f", r = "open__5a012226", i = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: t,
|
|
4
|
+
islandWidgetHeaderDescription: a,
|
|
5
|
+
caretWrapper: n,
|
|
6
|
+
caretIcon: d,
|
|
7
|
+
open: r
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
i as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=IslandWidgetHeader.module-D3zGpkS_.js.map
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
2
|
+
import { useState as v, useRef as _, useCallback as u, useLayoutEffect as C, useEffect as b } from "react";
|
|
3
|
+
import { u as O, c as S } from "./vendor-CalMVkfj.js";
|
|
4
|
+
import { WindowResizeListener as T } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
5
|
+
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
+
const z = "lightBox__b900cea3", A = "lightBoxBackdrop__78cf836d", L = "lightBoxSideOverlayActive__55ec1173", W = "lightBoxTopOverlayActive__503cbdba", N = "lightBoxContent__0a8e94a9", E = "loadingContentOverlay__3e4bf998", k = "lightBoxContentResizeWrapper__0c109d3e", w = "tempElSafariBug__0cefcbe4", H = "bodyOverflowHidden__0cae7603", r = {
|
|
7
|
+
lightBox: z,
|
|
8
|
+
lightBoxBackdrop: A,
|
|
9
|
+
lightBoxSideOverlayActive: L,
|
|
10
|
+
lightBoxTopOverlayActive: W,
|
|
11
|
+
lightBoxContent: N,
|
|
12
|
+
loadingContentOverlay: E,
|
|
13
|
+
lightBoxContentResizeWrapper: k,
|
|
14
|
+
tempElSafariBug: w,
|
|
15
|
+
bodyOverflowHidden: H
|
|
16
|
+
}, j = (p) => {
|
|
17
|
+
const { children: l, className: a, isLoading: s, loadingTitle: c, ...f } = p, [d, B] = v(0), e = _(null), o = u(() => {
|
|
18
|
+
let n = 0;
|
|
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 = u(() => {
|
|
22
|
+
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
23
|
+
}, [o]);
|
|
24
|
+
C(() => (o(), () => {
|
|
25
|
+
e.current && clearTimeout(e.current);
|
|
26
|
+
}), []), b(() => {
|
|
27
|
+
t();
|
|
28
|
+
}, [l, a, s, c, t]);
|
|
29
|
+
const { ref: x } = O({
|
|
30
|
+
handleWidth: !0,
|
|
31
|
+
onResize: t,
|
|
32
|
+
refreshMode: "debounce",
|
|
33
|
+
refreshRate: 100
|
|
34
|
+
}), m = {
|
|
35
|
+
paddingTop: d
|
|
36
|
+
};
|
|
37
|
+
return /* @__PURE__ */ i(T, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
|
+
"div",
|
|
39
|
+
{
|
|
40
|
+
className: S(a, r.lightBoxContent),
|
|
41
|
+
style: d ? m : void 0,
|
|
42
|
+
...f,
|
|
43
|
+
children: [
|
|
44
|
+
l,
|
|
45
|
+
s && /* @__PURE__ */ i(R, { className: r.loadingContentOverlay, type: "middle", children: c }),
|
|
46
|
+
/* @__PURE__ */ i("div", { className: r.lightBoxContentResizeWrapper, ref: x })
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
) });
|
|
50
|
+
};
|
|
51
|
+
j.displayName = "LightBoxContent";
|
|
52
|
+
export {
|
|
53
|
+
j as L,
|
|
54
|
+
r as s
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=LightBoxContent-MLggVllJ.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__c1db6f68", o = "withKeyboardEvent__54887bfb", e = "withoutKeyboardEvent__2cbedfa6", l = "lightBoxPrev__f74a047a", i = "lightBoxNext__85e7c07e", n = "lightBoxControlsDesktop__987d5d0f", x = "lightBoxControlsMobile__f72af048", h = "lightBoxClose__89c84c91", s = "lightBoxPrevButton__3aea35c8", B = "lightBoxNextButton__0988e774", 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-zJ2jYB7p.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__65c501f6", l = "lightBoxSideOverlayCloseMobile__a4140c4d", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-DjqVi-v8.js.map
|
|
@@ -2,17 +2,17 @@ import { jsx as s, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as I } from "./vendor-CalMVkfj.js";
|
|
4
4
|
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
|
-
import { Text as
|
|
6
|
-
const
|
|
7
|
-
listItemControlsButton:
|
|
5
|
+
import { Text as c } from "../components/Typography/Text.js";
|
|
6
|
+
const a = "listItemControlsButton__8898d877", B = "listItemControlsButtonLabel__02919d2c", C = "listItemControlsButtonDropdown__0e5196f0", p = "listItemControlsButtonIcon__4136bbff", d = "withText__237056e5", _ = "listItemControlsButtonInner__908c6b09", w = "withIcon__bc8d39e9", b = "buttonDropdownMenuItem__9821a010", t = {
|
|
7
|
+
listItemControlsButton: a,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
10
|
listItemControlsButtonIcon: p,
|
|
11
|
-
withText:
|
|
12
|
-
listItemControlsButtonInner:
|
|
13
|
-
withIcon:
|
|
14
|
-
buttonDropdownMenuItem:
|
|
15
|
-
},
|
|
11
|
+
withText: d,
|
|
12
|
+
listItemControlsButtonInner: _,
|
|
13
|
+
withIcon: w,
|
|
14
|
+
buttonDropdownMenuItem: b
|
|
15
|
+
}, f = i.forwardRef(
|
|
16
16
|
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
17
17
|
"button",
|
|
18
18
|
{
|
|
@@ -30,14 +30,14 @@ const c = "listItemControlsButton__55c62ea9", B = "listItemControlsButtonLabel__
|
|
|
30
30
|
ref: r,
|
|
31
31
|
children: /* @__PURE__ */ m("span", { className: t.listItemControlsButtonInner, children: [
|
|
32
32
|
n ? /* @__PURE__ */ s("span", { className: t.listItemControlsButtonIcon, children: n }) : null,
|
|
33
|
-
o ? /* @__PURE__ */ s(
|
|
33
|
+
o ? /* @__PURE__ */ s(c, { className: t.listItemControlsButtonLabel, size: u.B4, children: o }) : null
|
|
34
34
|
] })
|
|
35
35
|
}
|
|
36
36
|
)
|
|
37
37
|
);
|
|
38
|
-
|
|
38
|
+
f.displayName = "ListItemControlsButton";
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
f as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-BShMlm2B.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__e5e38b0f", i = "listItemTailLine__49edff21", l = "listItemTailTop__417a6456", e = "listItemTailBottom__baf321a9", s = "listItemTailRight__5da19c16", a = "listItemTailLeft__42b2a649", m = {
|
|
2
|
+
listItemTail: t,
|
|
3
|
+
listItemTailLine: i,
|
|
4
|
+
listItemTailTop: l,
|
|
5
|
+
listItemTailBottom: e,
|
|
6
|
+
listItemTailRight: s,
|
|
7
|
+
listItemTailLeft: a
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
m as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ListItemTail.module-BBVRXBTR.js.map
|