@sberbusiness/triplex-next 0.11.0 → 0.13.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/README.md +4 -4
- package/chunks/{AlertProcessSpoiler-NTQfGBrX.js → AlertProcessSpoiler-DQAI3bgu.js} +12 -12
- package/chunks/{CalendarViewItem-2IOAiJCi.js → CalendarViewItem-DML7yFTS.js} +18 -18
- package/chunks/Card.module-Bg8-F1uZ.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +14 -0
- package/chunks/{Chip-BtHrgIed.js → Chip-CI3sEzkq.js} +6 -6
- package/chunks/Confirm.module-C3SyV40Z.js +15 -0
- package/chunks/{DropdownListItem-CiE3zUVn.js → DropdownListItem-9VgfsLJP.js} +20 -20
- package/chunks/DropdownMobile.module-BLKzmRLM.js +23 -0
- package/chunks/Footer.module-D83FlUYZ.js +9 -0
- package/chunks/{FormFieldInput-DO7mZKjJ.js → FormFieldInput-DurMmok0.js} +17 -17
- package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +9 -0
- package/chunks/HeaderTabs.module-11xkKwN7.js +9 -0
- package/chunks/{HeaderTitle.module-Db-ProSl.js → HeaderTitle.module-e8_DcucZ.js} +2 -2
- package/chunks/IslandAccordion.module-C6INnFmn.js +25 -0
- package/chunks/IslandWidgetFooter.module-q--xXUCF.js +9 -0
- package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +9 -0
- package/chunks/{LightBoxContent-CdWfZopQ.js → LightBoxContent-Dpu6E3Cr.js} +15 -15
- package/chunks/LightBoxControls.module-BkW_w9PJ.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +8 -0
- package/chunks/{ListItemControlsButton-ABcLen-s.js → ListItemControlsButton-BMsTQr9O.js} +9 -9
- package/chunks/ListItemTail.module-CcT-PrXt.js +12 -0
- package/chunks/ListMasterFooter.module-CV05gXbo.js +10 -0
- package/chunks/ModalWindow.module-DlNg_kPu.js +17 -0
- package/chunks/Notification.module-C5D-8Dtt.js +21 -0
- package/chunks/Overlay.module-3QvWfMgh.js +18 -0
- package/chunks/Page.module-BV59uicx.js +11 -0
- package/chunks/{RightBorderArrow-CO-Xom11.js → RightBorderArrow-BQ_cZ8U3.js} +6 -6
- package/chunks/SMSField.module-BL9kkhHx.js +16 -0
- package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +15 -0
- package/chunks/{SliderExtendedRail-BXD0TPpN.js → SliderExtendedRail-oI7nifMP.js} +10 -10
- package/chunks/StatusTracker.module-CtjfmWAE.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CN-2l1Nh.js → SuggestFieldMobileDropdownHint-Bilm-Pwh.js} +4 -4
- package/chunks/TableFooter.module-Bq2Lm9CG.js +14 -0
- package/chunks/TabsExtended.module-D0-Tp3Ed.js +16 -0
- package/chunks/TabsLine.module-D0stwkA6.js +21 -0
- package/chunks/TooltipDesktop.module-DUucrF7X.js +19 -0
- package/chunks/TreeView.module-CEYl8PNr.js +9 -0
- package/chunks/UploadZoneInput-CfYPrkK_.js +33 -0
- package/chunks/{utils-JjvCkK44.js → utils-16fU9G4P.js} +6 -6
- package/chunks/utils-Bu0wcDBu.js +73 -0
- package/chunks/utils-CC47I1cc.js +24 -0
- package/chunks/utils-Ccw--G8d.js +20 -0
- package/chunks/{utils-DK364Pn0.js → utils-SerS_ys8.js} +6 -6
- package/chunks/{vendor-BlJo2ILB.js → vendor-BARd5eYq.js} +5008 -5131
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +3 -3
- 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 +50 -42
- package/components/Avatar/Avatar.js +27 -0
- package/components/Avatar/enums.js +5 -0
- package/components/Avatar/index.js +7 -0
- package/components/Avatar/types.js +2 -0
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +21 -21
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +40 -40
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/CalendarContext.js +1 -1
- 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 +2 -2
- package/components/Calendar/components/CalendarViewYears.js +2 -2
- package/components/Calendar/utils.js +1 -1
- package/components/Card/CardAction.js +15 -15
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +15 -15
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTree/CheckboxTree.js +14 -13
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +39 -46
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +11 -11
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +16 -16
- package/components/Col/Col.js +137 -137
- package/components/CollapsableTree/components/CollapsableTreeNode.js +4 -4
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +3 -3
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +5 -5
- package/components/DateRange/index.js +7 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +96 -99
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -95
- package/components/DesignTokens/components/Avatar.js +9 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/index.js +149 -149
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +13 -13
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +6 -6
- package/components/ExpandAnimation/ExpandAnimation.js +11 -11
- 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 +53 -47
- package/components/FormField/components/FormFieldClear.js +6 -6
- 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 +15 -15
- package/components/FormField/components/FormFieldMaskedInput.js +6 -6
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +18 -18
- package/components/FormField/components/FormFieldTextarea.js +11 -11
- package/components/FormField/index.js +16 -15
- 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 +7 -7
- 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 +49 -50
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +11 -11
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +11 -11
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
- 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/LightBoxSidebars/LightBoxLeftSidebar.js +14 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +11 -9
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +5 -5
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +17 -17
- package/components/List/components/ListItemTable.js +4 -4
- 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 +13 -13
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +13 -13
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- 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 +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +19 -14
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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 +2 -2
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +11 -11
- 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 +5 -5
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +9 -9
- 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 +32 -24
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +18 -18
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +2 -2
- package/components/Row/Row.js +7 -7
- 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 +10 -10
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -81
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- 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 +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +12 -12
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/Suggest.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +6 -6
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +15 -15
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +10 -10
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +30 -29
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +6 -6
- package/components/Tag/Tag.js +24 -24
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +2 -2
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- package/components/Tooltip/components/common/TooltipXButton.js +8 -8
- 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 +37 -36
- package/components/TopOverlay/TopOverlay.js +25 -25
- 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 +11 -11
- package/components/Typography/Text.js +18 -18
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +69 -91
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +556 -547
- package/consts/DateConst.js +1 -1
- package/index.d.ts +123 -33
- package/index.js +598 -589
- package/package.json +10 -2
- package/styles/triplex-next.css +534 -535
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-CTH4ur-u.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DKqKzsOD.js +0 -11
- package/chunks/Confirm.module-DSBC6Yw1.js +0 -15
- package/chunks/DropdownMobile.module-wrANtbau.js +0 -23
- package/chunks/Footer.module-Dcht4j1M.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Bk1s4R6K.js +0 -9
- package/chunks/HeaderTabs.module-DQtcQlY-.js +0 -9
- package/chunks/IslandAccordion.module-Bzf6LSEv.js +0 -25
- package/chunks/IslandWidgetFooter.module-BAka54Z0.js +0 -9
- package/chunks/IslandWidgetHeader.module-D0IG5uT2.js +0 -9
- package/chunks/LightBoxControls.module-B_wOBHqj.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-LYfcE0NM.js +0 -8
- package/chunks/ListItemTail.module-BrfPnk8y.js +0 -12
- package/chunks/ListMasterFooter.module-BMZXwZ7J.js +0 -10
- package/chunks/ModalWindow.module-h07HG756.js +0 -17
- package/chunks/Notification.module-D0gwzw2G.js +0 -21
- package/chunks/Overlay.module-bxX7Sw1v.js +0 -18
- package/chunks/Page.module-QEvU_pYT.js +0 -11
- package/chunks/SMSField.module-BXwYRXqL.js +0 -16
- package/chunks/SliderExtendedMarks.module-B7ILUATa.js +0 -15
- package/chunks/StatusTracker.module-B9ddfVz8.js +0 -24
- package/chunks/TableFooter.module-BJXoCeSm.js +0 -14
- package/chunks/TabsExtended.module-Bz6DCd7L.js +0 -16
- package/chunks/TabsLine.module-CGVMZUpJ.js +0 -21
- package/chunks/TooltipDesktop.module-Czj3LOl5.js +0 -19
- package/chunks/TreeView.module-BNdrvQFP.js +0 -9
- package/chunks/UploadZoneInput-D41J-S68.js +0 -35
- package/chunks/utils-B705lf16.js +0 -24
- package/chunks/utils-CEIGazsY.js +0 -73
- package/chunks/utils-CG0eQjCw.js +0 -20
- package/components/DesignTokens/components/AmountField.js +0 -11
package/README.md
CHANGED
|
@@ -33,21 +33,21 @@ import '@sberbusiness/icons-next/styles/icons.css';
|
|
|
33
33
|
@font-face {
|
|
34
34
|
font-family: 'SBSansDisplayMedium';
|
|
35
35
|
src: url('node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansDisplay-Medium.woff2') format('woff2');
|
|
36
|
-
font-weight:
|
|
36
|
+
font-weight: 500;
|
|
37
37
|
font-style: normal;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
@font-face {
|
|
41
41
|
font-family: 'SBSansDisplaySemibold';
|
|
42
42
|
src: url('node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansDisplay-SemiBold.woff2') format('woff2');
|
|
43
|
-
font-weight:
|
|
43
|
+
font-weight: 600;
|
|
44
44
|
font-style: normal;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
@font-face {
|
|
48
48
|
font-family: 'SBSansDisplayBold';
|
|
49
49
|
src: url('node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansDisplay-Bold.woff2') format('woff2');
|
|
50
|
-
font-weight:
|
|
50
|
+
font-weight: 700;
|
|
51
51
|
font-style: normal;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -61,7 +61,7 @@ import '@sberbusiness/icons-next/styles/icons.css';
|
|
|
61
61
|
@font-face {
|
|
62
62
|
font-family: 'SBSansTextSemibold';
|
|
63
63
|
src: url('node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansText-Semibold.woff2') format('woff2');
|
|
64
|
-
font-weight:
|
|
64
|
+
font-weight: 600;
|
|
65
65
|
font-style: normal;
|
|
66
66
|
}
|
|
67
67
|
```
|
|
@@ -2,24 +2,24 @@ import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { useContext as d, useEffect as i } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
4
|
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
|
-
import { AlertProcessContext as
|
|
6
|
-
import { c as n } from "./vendor-
|
|
7
|
-
const
|
|
8
|
-
alertProcess:
|
|
9
|
-
withSpoiler:
|
|
5
|
+
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
+
import { c as n } from "./vendor-BARd5eYq.js";
|
|
7
|
+
const y = "alertProcess__4c906c91", f = "withSpoiler__6ac65749", u = "themeIcon__d57662e3", T = "alertTypeError__c65f69cb", B = "alertTypeInfo__904eb3e1", C = "alertTypeWarning__83647294", S = "alertTypeSystem__afeaa60a", h = "alertTypeFeature__04860b1a", b = "alertProcessContentBlock__226a5208", I = "expandableContent__1c7175d6", P = "expanded__90dee305", g = "closeButton__56b82fa3", k = "expandButton__f4973e0b", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
withSpoiler: f,
|
|
10
10
|
themeIcon: u,
|
|
11
11
|
alertTypeError: T,
|
|
12
|
-
alertTypeInfo:
|
|
13
|
-
alertTypeWarning:
|
|
14
|
-
alertTypeSystem:
|
|
15
|
-
alertTypeFeature:
|
|
16
|
-
alertProcessContentBlock:
|
|
12
|
+
alertTypeInfo: B,
|
|
13
|
+
alertTypeWarning: C,
|
|
14
|
+
alertTypeSystem: S,
|
|
15
|
+
alertTypeFeature: h,
|
|
16
|
+
alertProcessContentBlock: b,
|
|
17
17
|
expandableContent: I,
|
|
18
18
|
expanded: P,
|
|
19
19
|
closeButton: g,
|
|
20
20
|
expandButton: k
|
|
21
21
|
}, v = ({ children: s, open: r, onOpen: o, ...l }) => {
|
|
22
|
-
const { setHasSpoiler: a } = d(
|
|
22
|
+
const { setHasSpoiler: a } = d(x);
|
|
23
23
|
i(() => (a(!0), () => {
|
|
24
24
|
a(!1);
|
|
25
25
|
}), [a]);
|
|
@@ -36,4 +36,4 @@ export {
|
|
|
36
36
|
v as A,
|
|
37
37
|
e as s
|
|
38
38
|
};
|
|
39
|
-
//# sourceMappingURL=AlertProcessSpoiler-
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-DQAI3bgu.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-BARd5eYq.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
6
|
import { isKey as w } from "../utils/keyboard.js";
|
|
7
|
-
const A = "
|
|
7
|
+
const A = "calendarViewDays__0d435345", E = "calendarViewMonths__f4758b43", L = "calendarViewYears__8031a9af", R = "calendarViewDaysHeader__f012c65c", v = "calendarViewDaysBody__2a638d28", H = "calendarViewItem__c4a8f24b", B = "current__b5b33724", S = "disabled__445dcf9d", j = "calendarViewItemLabel__9040ae59", O = "selected__fcc79230", P = "basicMark__fc3c96d2", g = "standardMark__bf76ff0d", q = "attentionMark__95454c41", z = "criticalMark__ba0ec11c", G = "muted__5d862f19", J = "marked__829e1c05", Q = "unitDay__6c716d23", U = "unitMonth__719a6457", W = "unitYear__098dcea7", a = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -37,52 +37,52 @@ const A = "calendarViewDays__01a84b1f", E = "calendarViewMonths__a7bb362f", L =
|
|
|
37
37
|
children: k,
|
|
38
38
|
className: y,
|
|
39
39
|
date: o,
|
|
40
|
-
unit:
|
|
40
|
+
unit: I,
|
|
41
41
|
tabbable: c,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
|
-
muted:
|
|
44
|
+
muted: C,
|
|
45
45
|
markType: n,
|
|
46
46
|
onFocus: d,
|
|
47
47
|
onBlur: s,
|
|
48
48
|
onKeyDown: i,
|
|
49
49
|
onDateSelect: m,
|
|
50
|
-
...
|
|
50
|
+
...D
|
|
51
51
|
}) => {
|
|
52
52
|
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
53
|
Y(() => {
|
|
54
54
|
var e;
|
|
55
55
|
c && t.current && ((e = u.current) == null || e.focus());
|
|
56
56
|
}, [c, t]);
|
|
57
|
-
const
|
|
57
|
+
const b = (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
|
-
const
|
|
63
|
-
(w(
|
|
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
|
-
onFocus:
|
|
71
|
+
onFocus: b,
|
|
72
72
|
onBlur: h,
|
|
73
73
|
onKeyDown: p,
|
|
74
|
-
...
|
|
74
|
+
...D,
|
|
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[I],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
84
|
[a.marked]: n !== void 0,
|
|
85
|
-
[a.muted]: !!
|
|
85
|
+
[a.muted]: !!C,
|
|
86
86
|
[a.selected]: l
|
|
87
87
|
},
|
|
88
88
|
n !== void 0 ? X[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-DML7yFTS.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__5cd24f6f", d = "roundingMD__9b4ddfb1", a = "roundingSM__3d8f1fac", c = "general__148416ca", e = "secondary__30ffe152", o = "cardMedia__ceca1526", r = "cardContent__1064409a", t = "paddingMD__1e33ad2c", _ = "paddingSM__0957a0fd", s = "cardContentHeader__1f7fe8e7", g = "cardContentFooter__0fabe718", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: c,
|
|
6
|
+
secondary: e,
|
|
7
|
+
cardMedia: o,
|
|
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-Bg8-F1uZ.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__adce9e97", c = "checkboxTreeExtendedNode__835c51b5", d = "checkboxTreeExtendedNodeHeader__95b8ecd1", o = "sm__40aafaf8", r = "md__f505e8fa", x = "lg__55db30b4", b = "checkboxTreeCheckboxLabel__d8dcd88f", t = "caretIconWrapper__8be86838", n = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
checkboxTreeExtendedNodeHeader: d,
|
|
5
|
+
sm: o,
|
|
6
|
+
md: r,
|
|
7
|
+
lg: x,
|
|
8
|
+
checkboxTreeCheckboxLabel: b,
|
|
9
|
+
caretIconWrapper: t
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
n as s
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-CZ2ujs_6.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-BARd5eYq.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__fdf24d63", w = "chip__8e9a3a4e", I = "lg__4f1c96aa", B = "prefix__1f5be388", G = "postfix__93673ccc", g = "md__8dade484", z = "sm__eee5cb42", M = "disabled__8161565b", S = "selected__b5a4bc7d", j = "withPrefix__7432ee37", y = "withPostfix__2cc39246", E = "content__8d553126", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -18,7 +18,7 @@ const N = "chipGroupItem__6b144c3f", w = "chip__4d733ccb", I = "lg__1dd6051d", B
|
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
20
|
}, R = P(e), T = x.forwardRef(
|
|
21
|
-
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected:
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size: d = u.MD, onKeyDown: s, ...f }, m) => {
|
|
22
22
|
const h = b(
|
|
23
23
|
(i) => {
|
|
24
24
|
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
@@ -31,10 +31,10 @@ const N = "chipGroupItem__6b144c3f", w = "chip__4d733ccb", I = "lg__1dd6051d", 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
|
-
[e.selected]: !!
|
|
37
|
+
[e.selected]: !!r,
|
|
38
38
|
[e.withPostfix]: typeof o < "u",
|
|
39
39
|
[e.withPrefix]: typeof c < "u"
|
|
40
40
|
},
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-CI3sEzkq.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__4a2617a7", o = "isInLightBox__e31b8bb9", i = "isInSideOverlaySM__70bd67dc", t = "isInSideOverlayMD__bde56ba8", e = "isInSideOverlayLG__2d914067", s = "confirmCloseButton__d35782ef", r = "confirmContent__a63a61bc", c = "confirmControls__770aba4a", l = "confirmContentTitle__22e29917", a = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: r,
|
|
9
|
+
confirmControls: c,
|
|
10
|
+
confirmContentTitle: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
a as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-C3SyV40Z.js.map
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { jsxs as w, jsx as E } from "react/jsx-runtime";
|
|
2
2
|
import k, { useEffect as I } from "react";
|
|
3
|
-
import { EVENT_KEY_CODES as
|
|
4
|
-
import { c as v } from "./vendor-
|
|
5
|
-
import { NotificationIcon as
|
|
6
|
-
const
|
|
7
|
-
dropdownDesktopList:
|
|
8
|
-
sm:
|
|
9
|
-
dropdownDesktopListItem:
|
|
10
|
-
dropdownDesktopListLoader:
|
|
11
|
-
md:
|
|
12
|
-
lg:
|
|
13
|
-
active:
|
|
14
|
-
selected:
|
|
15
|
-
notificationIcon:
|
|
16
|
-
}, C = [
|
|
3
|
+
import { EVENT_KEY_CODES as c } from "../utils/keyboard.js";
|
|
4
|
+
import { c as v } from "./vendor-BARd5eYq.js";
|
|
5
|
+
import { NotificationIcon as u } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
+
const y = "dropdownDesktopList__e86d6dac", l = "sm__65c35baf", N = "dropdownDesktopListItem__252dfe29", g = "dropdownDesktopListLoader__f6d21563", x = "md__dee8cae9", O = "lg__7ce0622d", R = "active__04829b39", T = "selected__2e234b4d", b = "notificationIcon__2d16276f", s = {
|
|
7
|
+
dropdownDesktopList: y,
|
|
8
|
+
sm: l,
|
|
9
|
+
dropdownDesktopListItem: N,
|
|
10
|
+
dropdownDesktopListLoader: g,
|
|
11
|
+
md: x,
|
|
12
|
+
lg: O,
|
|
13
|
+
active: R,
|
|
14
|
+
selected: T,
|
|
15
|
+
notificationIcon: b
|
|
16
|
+
}, C = [c.SPACE, c.ENTER], K = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection:
|
|
19
|
+
keyCodesForSelection: p = C,
|
|
20
20
|
children: d,
|
|
21
|
-
className:
|
|
21
|
+
className: a,
|
|
22
22
|
onClick: n,
|
|
23
23
|
onSelect: o,
|
|
24
24
|
selected: r,
|
|
@@ -27,7 +27,7 @@ const u = "dropdownDesktopList__958118d1", y = "sm__bac1797a", l = "dropdownDesk
|
|
|
27
27
|
}, f) => {
|
|
28
28
|
const i = (t) => {
|
|
29
29
|
const { keyCode: D } = t;
|
|
30
|
-
|
|
30
|
+
p.includes(D) && (t.preventDefault(), o == null || o());
|
|
31
31
|
}, L = (t) => {
|
|
32
32
|
o == null || o(), n == null || n(t);
|
|
33
33
|
};
|
|
@@ -39,7 +39,7 @@ const u = "dropdownDesktopList__958118d1", y = "sm__bac1797a", l = "dropdownDesk
|
|
|
39
39
|
className: v(
|
|
40
40
|
s.dropdownDesktopListItem,
|
|
41
41
|
{ [s.active]: !!e, [s.selected]: !!r },
|
|
42
|
-
|
|
42
|
+
a
|
|
43
43
|
),
|
|
44
44
|
title: typeof d == "string" ? d : void 0,
|
|
45
45
|
role: "option",
|
|
@@ -49,7 +49,7 @@ const u = "dropdownDesktopList__958118d1", y = "sm__bac1797a", l = "dropdownDesk
|
|
|
49
49
|
ref: f,
|
|
50
50
|
children: [
|
|
51
51
|
d,
|
|
52
|
-
m && /* @__PURE__ */ E(
|
|
52
|
+
m && /* @__PURE__ */ E(u, { className: s.notificationIcon })
|
|
53
53
|
]
|
|
54
54
|
}
|
|
55
55
|
);
|
|
@@ -60,4 +60,4 @@ export {
|
|
|
60
60
|
K as D,
|
|
61
61
|
s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=DropdownListItem-
|
|
63
|
+
//# sourceMappingURL=DropdownListItem-9VgfsLJP.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__e166ce67", e = "dropdownMobileBackdrop__6dd5cf32", d = "closing__f682288b", n = "opening__41b111ee", r = "opened__68c6ef1f", t = "dropdownMobile__019e5244", i = "dropdownMobileHeader__fc204e0c", p = "dropdownMobileHeaderContent__f7e2cf49", c = "dropdownMobileContent__c982dffe", l = "dropdownMobileFooter__f57c8636", b = "dropdownMobileListItem__909317dc", s = "selected__2e234b4d", w = "dropdownMobileListLoader__31ab3309", _ = "dropdownMobileBodyOverflow__ac9c9851", M = "controlButtons__03b43526", a = "dropdownMobileLoader__eeeb23ff", f = "notificationIcon__2d16276f", L = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: e,
|
|
4
|
+
closing: d,
|
|
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-BLKzmRLM.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__4ea5ffea", t = "footerDescriptionContent__be3ba4ed", e = "footerDescriptionControls__94a00de5", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-D83FlUYZ.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { FormFieldContext as
|
|
4
|
-
import { c as k, a as y } from "./vendor-
|
|
1
|
+
import { jsx as z } from "react/jsx-runtime";
|
|
2
|
+
import A, { useContext as P, useRef as R, useEffect as m } from "react";
|
|
3
|
+
import { FormFieldContext as b } from "../components/FormField/FormFieldContext.js";
|
|
4
|
+
import { c as k, a as y } from "./vendor-BARd5eYq.js";
|
|
5
5
|
import { EFormFieldStatus as D } from "../components/FormField/enums.js";
|
|
6
6
|
import { createSizeToClassNameMap as M } from "../utils/classNameMaps.js";
|
|
7
|
-
const T = "
|
|
7
|
+
const T = "formFieldInput__8e0a5b04", W = "sm__ea1aee32", j = "md__216ee47f", q = "lg__670e6f6e", x = {
|
|
8
8
|
formFieldInput: T,
|
|
9
9
|
sm: W,
|
|
10
10
|
md: j,
|
|
11
11
|
lg: q
|
|
12
|
-
}, w = M(x), L =
|
|
13
|
-
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder:
|
|
14
|
-
|
|
12
|
+
}, w = M(x), L = A.forwardRef((c, u) => {
|
|
13
|
+
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder: d, value: o, ...B } = c, { render: f, ...C } = c, { focused: E, status: g, setFocused: p, setId: l, setValueExist: a, size: F } = P(b), I = k(x.formFieldInput, w[F], S), t = R(s || y("input_"));
|
|
14
|
+
m(() => {
|
|
15
15
|
l(t.current);
|
|
16
|
-
}, []),
|
|
16
|
+
}, []), m(() => {
|
|
17
17
|
s && (t.current = s, l(t.current));
|
|
18
|
-
}, [s, l]),
|
|
18
|
+
}, [s, l]), m(() => {
|
|
19
19
|
a(!!o);
|
|
20
20
|
}, [a, o]);
|
|
21
21
|
const h = (e) => {
|
|
@@ -34,23 +34,23 @@ const T = "formFieldInput__8041c3f2", W = "sm__77bfab83", j = "md__2e01d4c7", q
|
|
|
34
34
|
onBlur: h,
|
|
35
35
|
onFocus: N,
|
|
36
36
|
/* Когда элемент не в фокусе, вместо placeholder показывается Label. */
|
|
37
|
-
placeholder: E ?
|
|
37
|
+
placeholder: E ? d : " ",
|
|
38
38
|
size: F
|
|
39
39
|
},
|
|
40
|
-
|
|
41
|
-
) : /* @__PURE__ */
|
|
40
|
+
u
|
|
41
|
+
) : /* @__PURE__ */ z(
|
|
42
42
|
"input",
|
|
43
43
|
{
|
|
44
44
|
...B,
|
|
45
45
|
className: I,
|
|
46
|
-
disabled:
|
|
46
|
+
disabled: g === D.DISABLED,
|
|
47
47
|
id: t.current,
|
|
48
48
|
onAnimationStart: _,
|
|
49
49
|
onFocus: N,
|
|
50
50
|
onBlur: h,
|
|
51
51
|
value: o,
|
|
52
|
-
placeholder:
|
|
53
|
-
ref:
|
|
52
|
+
placeholder: d,
|
|
53
|
+
ref: u
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
});
|
|
@@ -59,4 +59,4 @@ export {
|
|
|
59
59
|
L as F,
|
|
60
60
|
x as s
|
|
61
61
|
};
|
|
62
|
-
//# sourceMappingURL=FormFieldInput-
|
|
62
|
+
//# sourceMappingURL=FormFieldInput-DurMmok0.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__8863cfc5", a = "headerLayoutSidebarContent__79b3fcc9", d = "headerLayoutSidebarSidebar__f61ad5f1", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-BhhWfVc-.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__454e127b", t = "headerTitleControls__c22b19ff", l = "headerTitleContent__8c8e0ceb", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__7eb946c8", t = "headerTitleControls__49291cae", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-e8_DcucZ.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__9e1ccb1a", t = "island__960bb5cd", c = "item__9880f0ab", o = "disabled__9c566737", s = "sm__1a068fb5", _ = "md__d9034b8b", a = "lg__93f03e8a", n = "header__0e3a1317", d = "type1__d764046b", r = "opened__635a78ba", p = "type2__e80e956c", b = "type3__b45bcc59", i = "footer__c686ee9e", l = "body__6ad192ac", y = "caretWrapper__4255ec0e", m = "caretIcon__2708578d", f = "step__2436d93f", W = "titleWrapper__b7ed2b0a", g = "remove__321c9292", h = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: c,
|
|
5
|
+
disabled: o,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: _,
|
|
8
|
+
lg: a,
|
|
9
|
+
header: n,
|
|
10
|
+
type1: d,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: b,
|
|
14
|
+
footer: i,
|
|
15
|
+
body: l,
|
|
16
|
+
caretWrapper: y,
|
|
17
|
+
caretIcon: m,
|
|
18
|
+
step: f,
|
|
19
|
+
titleWrapper: W,
|
|
20
|
+
remove: g
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
h as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-C6INnFmn.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__48c6d2f8", o = "islandWidgetFooterContent__76322759", e = "islandWidgetFooterControls__ccddece2", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-q--xXUCF.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__24085204", d = "islandWidgetHeaderContent__4394d48a", i = "islandWidgetHeaderDescription__f74ad8c7", t = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: i
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
t as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetHeader.module-CcgfF5TF.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 { u as
|
|
4
|
-
import { WindowResizeListener as
|
|
2
|
+
import { useState as v, useRef as _, useCallback as f, useLayoutEffect as C, useEffect as b } from "react";
|
|
3
|
+
import { u as O, c as S } from "./vendor-BARd5eYq.js";
|
|
4
|
+
import { WindowResizeListener as T } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
5
5
|
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const z = "
|
|
6
|
+
const z = "lightBox__f90d0958", A = "lightBoxBackdrop__71045cbf", L = "lightBoxSideOverlayActive__3b749199", W = "lightBoxTopOverlayActive__bcf34ff3", N = "lightBoxContent__ed6897e3", E = "loadingContentOverlay__45134783", k = "lightBoxContentResizeWrapper__8960475e", w = "tempElSafariBug__f1ba0bae", H = "bodyOverflowHidden__8d6e2961", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -13,20 +13,20 @@ const z = "lightBox__14a96284", A = "lightBoxBackdrop__4c040b42", L = "lightBoxS
|
|
|
13
13
|
lightBoxContentResizeWrapper: k,
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
|
-
}, j = (
|
|
17
|
-
const { children: l, className:
|
|
16
|
+
}, j = (u) => {
|
|
17
|
+
const { children: l, className: s, isLoading: a, loadingTitle: c, ...p } = u, [d, B] = v(0), e = _(null), o = f(() => {
|
|
18
18
|
let n = 0;
|
|
19
19
|
const g = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
20
|
g && (n += g.offsetHeight), B((h) => Math.abs(h - n) > 1 ? n : h);
|
|
21
|
-
}, []), t =
|
|
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
|
+
}), []), b(() => {
|
|
27
27
|
t();
|
|
28
|
-
}, [l,
|
|
29
|
-
const { ref: x } =
|
|
28
|
+
}, [l, s, a, c, t]);
|
|
29
|
+
const { ref: x } = O({
|
|
30
30
|
handleWidth: !0,
|
|
31
31
|
onResize: t,
|
|
32
32
|
refreshMode: "debounce",
|
|
@@ -34,15 +34,15 @@ const z = "lightBox__14a96284", A = "lightBoxBackdrop__4c040b42", L = "lightBoxS
|
|
|
34
34
|
}), m = {
|
|
35
35
|
paddingTop: d
|
|
36
36
|
};
|
|
37
|
-
return /* @__PURE__ */ i(
|
|
37
|
+
return /* @__PURE__ */ i(T, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
38
|
"div",
|
|
39
39
|
{
|
|
40
|
-
className:
|
|
40
|
+
className: S(s, r.lightBoxContent),
|
|
41
41
|
style: d ? m : void 0,
|
|
42
|
-
...
|
|
42
|
+
...p,
|
|
43
43
|
children: [
|
|
44
44
|
l,
|
|
45
|
-
|
|
45
|
+
a && /* @__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-Dpu6E3Cr.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__1e164f98", o = "withKeyboardEvent__db48a52a", e = "withoutKeyboardEvent__4ea6198a", l = "lightBoxPrev__ca4b11f3", i = "lightBoxNext__39b3177d", n = "lightBoxControlsDesktop__76fb5e57", x = "lightBoxControlsMobile__d627a4f9", h = "lightBoxClose__1321c91f", s = "lightBoxPrevButton__27102f5e", B = "lightBoxNextButton__b60ae954", 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-BkW_w9PJ.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__92de1869", l = "lightBoxSideOverlayCloseMobile__9cd9b4f8", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-DAHE1sRE.js.map
|