@sberbusiness/triplex-next 0.23.0 → 0.25.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 +8 -2
- package/assets/fonts/SBSansTextMono-Regular.woff2 +0 -0
- package/chunks/AlertProcessSpoiler-DF_eSZ-p.js +41 -0
- package/chunks/CalendarViewItem-CQErGrhc.js +101 -0
- package/chunks/Card.module-Ce9rAKOc.js +17 -0
- package/chunks/CheckboxTreeExtended.module-Cj2c6m06.js +15 -0
- package/chunks/Chip-BEnNi0nL.js +77 -0
- package/chunks/Confirm.module-CbAi5bkG.js +15 -0
- package/chunks/{DropdownListItem-C4JE2xV7.js → DropdownListItem-wT8cLRdZ.js} +14 -14
- package/chunks/DropdownMobile.module-rYB54yd0.js +23 -0
- package/chunks/Footer.module-CzJ_N1fs.js +9 -0
- package/chunks/{FormFieldInput-Dr_WBweC.js → FormFieldInput-Dj2JAqj2.js} +12 -12
- package/chunks/HeaderLayoutSidebar.module-HXJhEmKU.js +9 -0
- package/chunks/HeaderTabs.module-CjapozXy.js +9 -0
- package/chunks/{HeaderTitle.module-D5yAgpuv.js → HeaderTitle.module-SmVWml2y.js} +2 -2
- package/chunks/IslandAccordion.module-YvqRlzmi.js +25 -0
- package/chunks/IslandWidgetFooter.module-iMuqKnPP.js +9 -0
- package/chunks/IslandWidgetHeader.module-CnPne0Uq.js +12 -0
- package/chunks/LightBoxContent-DlDaCKV4.js +63 -0
- package/chunks/LightBoxControls.module-laAGRPrR.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-B3L_EV1B.js +9 -0
- package/chunks/ListItemControlsButton-UKjqQcv7.js +59 -0
- package/chunks/ListItemTail.module-igeWTjyg.js +12 -0
- package/chunks/ListMasterFooter.module-C0eM4fK4.js +10 -0
- package/chunks/ModalWindow.module-Cpk4uhwk.js +17 -0
- package/chunks/Notification.module-9japFkgv.js +20 -0
- package/chunks/Overlay.module-B3Az7dZS.js +18 -0
- package/chunks/Page.module-DOHwIYM4.js +11 -0
- package/chunks/{RightBorderArrow-CGThEmc4.js → RightBorderArrow-C6j8565V.js} +9 -9
- package/chunks/SMSField.module-BOpUjsSJ.js +16 -0
- package/chunks/SliderExtendedMarks.module-cdkiaSbT.js +15 -0
- package/chunks/{SliderExtendedRail-C51TfjHY.js → SliderExtendedRail-jfLPbgEp.js} +10 -10
- package/chunks/StatusTracker.module-OAxbFucN.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-8Km5bFV3.js → SuggestFieldMobileDropdownHint-CCyHjS-V.js} +6 -5
- package/chunks/TableFooter.module-CGWCS8e3.js +14 -0
- package/chunks/TabsExtended.module-BJOWXSHt.js +16 -0
- package/chunks/TabsLine.module-BsiLhw0I.js +21 -0
- package/chunks/TooltipDesktop.module-DVp6GHr8.js +19 -0
- package/chunks/TreeView.module-C2WPNvMq.js +9 -0
- package/chunks/{UploadZoneInput-onwF8t4d.js → UploadZoneInput-DYiPRAAI.js} +7 -7
- package/chunks/{constants-CUVfo8-z.js → constants-Ctks52i0.js} +12 -12
- package/chunks/utils-Bz5uKYQD.js +24 -0
- package/chunks/{utils-By-UAq7Y.js → utils-C6a9XDaC.js} +4 -4
- package/chunks/{utils-DxMHp1hh.js → utils-CrkRbGiM.js} +4 -4
- package/chunks/utils-QVs0E_e3.js +73 -0
- package/components/Alert/AlertContext/AlertContext.js +28 -28
- package/components/Alert/AlertProcess/AlertProcess.js +41 -34
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Alert/AlertProcess/enums.js +5 -0
- package/components/Alert/AlertTypeUtils.js +2 -2
- package/components/Alert/index.js +7 -5
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +4 -3
- package/components/Avatar/Avatar.js +8 -8
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +10 -10
- package/components/Badge/components/BadgeContent.js +16 -16
- package/components/Badge/components/BadgePostfix.js +4 -4
- package/components/Badge/components/BadgePrefix.js +1 -1
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +63 -86
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +91 -90
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +17 -19
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- 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 +8 -8
- 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 +4 -4
- package/components/Checkbox/Checkbox.js +38 -36
- package/components/Checkbox/CheckboxXGroup.js +18 -17
- package/components/Checkbox/CheckboxYGroup.js +8 -7
- 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 +3 -2
- package/components/Chip/ChipClearButton.js +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- 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 +38 -43
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +147 -147
- package/components/CollapsableTree/components/CollapsableTreeNode.js +10 -10
- 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 +4 -3
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +4 -4
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/AlertProcess.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +73 -66
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/enums.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 +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 +1 -1
- 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 +1 -1
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/EmptyView/EmptyView.js +78 -0
- package/components/EmptyView/enums.js +5 -0
- package/components/EmptyView/index.js +7 -0
- package/components/EmptyView/types.js +2 -0
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- 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 +25 -25
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +5 -5
- package/components/FormField/components/FormFieldMaskedInput.js +16 -16
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +1 -1
- package/components/FormField/components/FormFieldTextarea.js +13 -13
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- 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 +92 -88
- package/components/IconWrapper/IconWrapper.js +27 -0
- package/components/IconWrapper/index.js +5 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +9 -7
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +1 -1
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +29 -28
- package/components/IslandWidget/IslandWidget.js +21 -21
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
- package/components/LightBox/LightBox.js +44 -41
- 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 +25 -25
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/enums.js +5 -0
- package/components/LightBox/index.js +4 -2
- package/components/Link/Link.js +46 -45
- package/components/List/List.js +2 -2
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +8 -8
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +3 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +29 -30
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +10 -10
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
- package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
- package/components/LoaderScreen/LoaderScreen.js +9 -9
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +17 -16
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- 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/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +19 -14
- package/components/OrderedList/OrderedListItem.js +10 -9
- 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 +14 -14
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +10 -9
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -2
- package/components/Pagination/components/PaginationSelect.js +5 -4
- package/components/Radio/Radio.js +11 -10
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +10 -10
- 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 +17 -17
- package/components/SegmentedControl/SegmentedControlSegment.js +37 -42
- package/components/SelectExtendedField/SelectExtendedField.js +51 -42
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +4 -3
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -90
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +4 -4
- 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 +1 -1
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +6 -6
- package/components/Spoiler/Spoiler.js +14 -14
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +4 -3
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +4 -3
- 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 +11 -10
- package/components/StatusTracker/components/StatusTrackerTitle.js +8 -7
- package/components/Step/Step.js +11 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +63 -65
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -11
- package/components/SuggestField/SuggestField.js +13 -12
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +10 -10
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +40 -38
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +50 -49
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +3 -2
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +17 -17
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +12 -12
- package/components/Table/NoColumns.js +6 -6
- 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 +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +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 +3 -3
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +17 -17
- 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 +5 -4
- 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 +20 -19
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +21 -21
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +8 -8
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +6 -6
- 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 +13 -13
- package/components/TopOverlay/TopOverlay.js +20 -20
- 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 +23 -23
- package/components/Typography/CodeText.js +28 -0
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +27 -27
- package/components/Typography/constants.js +1 -1
- package/components/Typography/index.js +12 -10
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +7 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +591 -579
- package/index.d.ts +98 -23
- package/index.js +639 -627
- package/package.json +9 -1
- package/styles/triplex-next.css +541 -541
- package/chunks/AlertProcessSpoiler-BoQok_f3.js +0 -39
- package/chunks/CalendarViewItem-DKS15EZ4.js +0 -101
- package/chunks/Card.module-BmZKmkeY.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +0 -15
- package/chunks/Chip-D5zfQfAA.js +0 -104
- package/chunks/Confirm.module-CtbiIzcl.js +0 -15
- package/chunks/DropdownMobile.module-BgSbdJtS.js +0 -23
- package/chunks/Footer.module-B469C_XO.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +0 -9
- package/chunks/HeaderTabs.module-4iOT34Zp.js +0 -9
- package/chunks/IslandAccordion.module-mdAdZwJL.js +0 -25
- package/chunks/IslandWidgetFooter.module-ClvLmtck.js +0 -9
- package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +0 -12
- package/chunks/LightBoxContent-Lme9r-vN.js +0 -56
- package/chunks/LightBoxControls.module-qhDcQmnH.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +0 -9
- package/chunks/ListItemControlsButton-BLbj6vZS.js +0 -51
- package/chunks/ListItemTail.module-BAmXXpc5.js +0 -12
- package/chunks/ListMasterFooter.module-BhwH8qqm.js +0 -10
- package/chunks/ModalWindow.module-Ciwlg3WX.js +0 -17
- package/chunks/Notification.module-CjpGpuL7.js +0 -20
- package/chunks/Overlay.module-DPHcy5Kd.js +0 -18
- package/chunks/Page.module-98SUxLiM.js +0 -11
- package/chunks/SMSField.module-k0lfRov5.js +0 -16
- package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +0 -15
- package/chunks/StatusTracker.module-BmBKiCLR.js +0 -24
- package/chunks/TableFooter.module-D0rUmZhB.js +0 -14
- package/chunks/TabsExtended.module-D5-U63Qf.js +0 -16
- package/chunks/TabsLine.module-DXlTUTm_.js +0 -21
- package/chunks/TooltipDesktop.module-D4z7cwlC.js +0 -19
- package/chunks/TreeView.module-DAOSEOZO.js +0 -9
- package/chunks/utils-CyxIcdb6.js +0 -73
- package/chunks/utils-SSwzNA1R.js +0 -24
package/README.md
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
- Разработка версии для React 18 ведется в ветке main. Релизы с версии 1.0.0 до 2.0.0(не включительно).
|
|
6
6
|
- Разработка версии для React 17 ведется в ветке release-0. Релизы с версии 0.10.0 до 1.0.0(не включительно).
|
|
7
7
|
|
|
8
|
-
|
|
9
8
|
## 🚀 Установка
|
|
10
9
|
|
|
11
10
|
```bash
|
|
@@ -20,7 +19,7 @@ import '@sberbusiness/icons-next/styles/icons.css';
|
|
|
20
19
|
|
|
21
20
|
## 🔤 Шрифты
|
|
22
21
|
|
|
23
|
-
Компоненты Typography используют шрифты SBSansDisplay и
|
|
22
|
+
Компоненты Typography используют шрифты SBSansDisplay, SBSansText и SBSansTextMono. Для корректного отображения необходимо подключить шрифты в вашем проекте:
|
|
24
23
|
|
|
25
24
|
```css
|
|
26
25
|
@font-face {
|
|
@@ -64,6 +63,13 @@ import '@sberbusiness/icons-next/styles/icons.css';
|
|
|
64
63
|
font-weight: 600;
|
|
65
64
|
font-style: normal;
|
|
66
65
|
}
|
|
66
|
+
|
|
67
|
+
@font-face {
|
|
68
|
+
font-family: 'SBSansTextMono';
|
|
69
|
+
src: url('node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansTextMono-Regular.woff2') format('woff2');
|
|
70
|
+
font-weight: normal;
|
|
71
|
+
font-style: normal;
|
|
72
|
+
}
|
|
67
73
|
```
|
|
68
74
|
|
|
69
75
|
|
|
Binary file
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as d, useEffect as _ } from "react";
|
|
3
|
+
import { CaretdownStrokeSrvIcon16 as i } 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---Om3uMV.js";
|
|
7
|
+
const y = "alertProcess__3797b0fc", f = "md__f0a5dad2", u = "lg__17719846", T = "withSpoiler__2c45eb3d", B = "themeIcon__8647ae55", C = "alertTypeError__a40eb110", S = "alertTypeInfo__25332f23", b = "alertTypeWarning__3f93d298", h = "alertTypeSystem__9566ad0e", I = "alertTypeFeature__0e5c0c8a", P = "alertProcessContentBlock__620a9e55", g = "expandableContent__5548714b", k = "expanded__1181aa74", v = "closeButton__ab32dacb", w = "expandButton__99a91348", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
md: f,
|
|
10
|
+
lg: u,
|
|
11
|
+
withSpoiler: T,
|
|
12
|
+
themeIcon: B,
|
|
13
|
+
alertTypeError: C,
|
|
14
|
+
alertTypeInfo: S,
|
|
15
|
+
alertTypeWarning: b,
|
|
16
|
+
alertTypeSystem: h,
|
|
17
|
+
alertTypeFeature: I,
|
|
18
|
+
alertProcessContentBlock: P,
|
|
19
|
+
expandableContent: g,
|
|
20
|
+
expanded: k,
|
|
21
|
+
closeButton: v,
|
|
22
|
+
expandButton: w
|
|
23
|
+
}, A = ({ children: s, open: o, onOpen: r, ...l }) => {
|
|
24
|
+
const { setHasSpoiler: a } = d(x);
|
|
25
|
+
_(() => (a(!0), () => {
|
|
26
|
+
a(!1);
|
|
27
|
+
}), [a]);
|
|
28
|
+
const c = () => {
|
|
29
|
+
r == null || r(!o);
|
|
30
|
+
};
|
|
31
|
+
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
32
|
+
/* @__PURE__ */ t("div", { className: n(e.expandableContent, { [e.expanded]: o }), ...l, children: s }),
|
|
33
|
+
/* @__PURE__ */ t("div", { className: n(e.expandButton, { [e.expanded]: o }), children: /* @__PURE__ */ t(m, { onClick: c, children: /* @__PURE__ */ t(i, { paletteIndex: 5 }) }) })
|
|
34
|
+
] });
|
|
35
|
+
};
|
|
36
|
+
A.displayName = "AlertProcessSpoiler";
|
|
37
|
+
export {
|
|
38
|
+
A,
|
|
39
|
+
e as s
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=AlertProcessSpoiler-DF_eSZ-p.js.map
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { jsx as V } from "react/jsx-runtime";
|
|
2
|
+
import { c as w } from "./vendor---Om3uMV.js";
|
|
3
|
+
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
4
|
+
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
|
+
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
+
import { isKey as k } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__a8c75dbb", E = "calendarViewMonths__a61f6cbe", L = "calendarViewYears__a40a5d89", R = "calendarViewDaysHeader__15c429a5", v = "calendarViewDaysBody__931b2646", H = "calendarViewItem__7cbd87de", B = "current__b956ec98", S = "disabled__a5bd077b", j = "calendarViewItemLabel__26058805", O = "selected__51638105", P = "basicMark__987a0388", g = "standardMark__b8926f88", q = "attentionMark__0fd4835d", z = "criticalMark__ae52ef65", G = "muted__90a23466", J = "marked__01e5b1ae", Q = "unitDay__1250a2a5", U = "unitMonth__d0f12fc4", W = "unitYear__ed533414", a = {
|
|
8
|
+
calendarViewDays: A,
|
|
9
|
+
calendarViewMonths: E,
|
|
10
|
+
calendarViewYears: L,
|
|
11
|
+
calendarViewDaysHeader: R,
|
|
12
|
+
calendarViewDaysBody: v,
|
|
13
|
+
calendarViewItem: H,
|
|
14
|
+
current: B,
|
|
15
|
+
disabled: S,
|
|
16
|
+
calendarViewItemLabel: j,
|
|
17
|
+
selected: O,
|
|
18
|
+
basicMark: P,
|
|
19
|
+
standardMark: g,
|
|
20
|
+
attentionMark: q,
|
|
21
|
+
criticalMark: z,
|
|
22
|
+
muted: G,
|
|
23
|
+
marked: J,
|
|
24
|
+
unitDay: Q,
|
|
25
|
+
unitMonth: U,
|
|
26
|
+
unitYear: W
|
|
27
|
+
}, X = {
|
|
28
|
+
[r.BASIC]: a.basicMark,
|
|
29
|
+
[r.STANDARD]: a.standardMark,
|
|
30
|
+
[r.ATTENTION]: a.attentionMark,
|
|
31
|
+
[r.CRITICAL]: a.criticalMark
|
|
32
|
+
}, Z = {
|
|
33
|
+
day: a.unitDay,
|
|
34
|
+
month: a.unitMonth,
|
|
35
|
+
year: a.unitYear
|
|
36
|
+
}, ra = ({
|
|
37
|
+
children: f,
|
|
38
|
+
className: y,
|
|
39
|
+
date: o,
|
|
40
|
+
unit: b,
|
|
41
|
+
tabbable: n,
|
|
42
|
+
active: l,
|
|
43
|
+
disabled: _,
|
|
44
|
+
muted: I,
|
|
45
|
+
markType: c,
|
|
46
|
+
onFocus: d,
|
|
47
|
+
onBlur: s,
|
|
48
|
+
onKeyDown: i,
|
|
49
|
+
onDateSelect: m,
|
|
50
|
+
...C
|
|
51
|
+
}) => {
|
|
52
|
+
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
|
+
Y(() => {
|
|
54
|
+
var e;
|
|
55
|
+
n && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
+
}, [n, t]);
|
|
57
|
+
const D = (e) => {
|
|
58
|
+
t.current = !0, d == null || d(e);
|
|
59
|
+
}, h = (e) => {
|
|
60
|
+
t.current = !1, s == null || s(e);
|
|
61
|
+
}, p = (e) => {
|
|
62
|
+
const M = e.code || e.keyCode;
|
|
63
|
+
(k(M, "ENTER") || k(M, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
|
+
};
|
|
65
|
+
return /* @__PURE__ */ V(
|
|
66
|
+
"td",
|
|
67
|
+
{
|
|
68
|
+
className: w(a.calendarViewItem, { [a.disabled]: _ }, y),
|
|
69
|
+
tabIndex: n ? 0 : -1,
|
|
70
|
+
"aria-selected": l ? !0 : void 0,
|
|
71
|
+
onFocus: D,
|
|
72
|
+
onBlur: h,
|
|
73
|
+
onKeyDown: p,
|
|
74
|
+
...C,
|
|
75
|
+
ref: u,
|
|
76
|
+
children: /* @__PURE__ */ V(
|
|
77
|
+
"div",
|
|
78
|
+
{
|
|
79
|
+
className: w(
|
|
80
|
+
a.calendarViewItemLabel,
|
|
81
|
+
Z[b],
|
|
82
|
+
{
|
|
83
|
+
[a.disabled]: _,
|
|
84
|
+
[a.marked]: c !== void 0,
|
|
85
|
+
[a.muted]: !!I,
|
|
86
|
+
[a.selected]: l
|
|
87
|
+
},
|
|
88
|
+
c !== void 0 ? X[c] : void 0
|
|
89
|
+
),
|
|
90
|
+
onClick: () => m(o),
|
|
91
|
+
children: f
|
|
92
|
+
}
|
|
93
|
+
)
|
|
94
|
+
}
|
|
95
|
+
);
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
ra as C,
|
|
99
|
+
a as s
|
|
100
|
+
};
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-CQErGrhc.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__02dde270", d = "roundingMD__3dc20a73", c = "roundingSM__9cc8d59e", a = "general__ec156274", e = "secondary__f1b271fe", o = "cardMedia__3199e05f", r = "cardContent__dd7c5e5c", t = "paddingMD__a46eca14", _ = "paddingSM__3d1ff8b5", s = "cardContentHeader__3cad7220", g = "cardContentFooter__5b2b7102", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: c,
|
|
5
|
+
general: a,
|
|
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-Ce9rAKOc.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__4a0d02f1", c = "checkboxTreeExtendedNode__fb7bda08", o = "sm__3630c02c", d = "md__d7dca834", x = "lg__709c717a", r = "checkboxTreeExtendedNodeHeader__de300ee5", b = "checkboxTreeCheckboxLabel__1f07a54a", t = "caretIconWrapper__afc9d869", n = "checkboxTreeCheckbox__9ed6b2de", h = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
sm: o,
|
|
5
|
+
md: d,
|
|
6
|
+
lg: x,
|
|
7
|
+
checkboxTreeExtendedNodeHeader: r,
|
|
8
|
+
checkboxTreeCheckboxLabel: b,
|
|
9
|
+
caretIconWrapper: t,
|
|
10
|
+
checkboxTreeCheckbox: n
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
h as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-Cj2c6m06.js.map
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { jsxs as x, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import u, { useCallback as I } from "react";
|
|
3
|
+
import { c as P } from "./vendor---Om3uMV.js";
|
|
4
|
+
import { EComponentSize as b } from "../enums/EComponentSize.js";
|
|
5
|
+
import { createSizeToClassNameMap as C } from "../utils/classNameMaps.js";
|
|
6
|
+
import { isKey as N } from "../utils/keyboard.js";
|
|
7
|
+
import { Badge as w } from "../components/Badge/Badge.js";
|
|
8
|
+
import { IconWrapper as r } from "../components/IconWrapper/IconWrapper.js";
|
|
9
|
+
const B = "chipGroupItem__5e09dfe9", g = "chip__e846a14c", G = "lg__657079d8", M = "prefix__1f25577d", S = "postfix__3d8e39ce", j = "notificationIcon__7f553795", y = "md__514a1640", z = "sm__c0c2b385", E = "disabled__10127c52", R = "selected__7efed7a6", T = "withPrefix__c7e580ed", k = "withPostfix__3e8b8f62", A = "content__c152ec8d", e = {
|
|
10
|
+
chipGroupItem: B,
|
|
11
|
+
chip: g,
|
|
12
|
+
lg: G,
|
|
13
|
+
prefix: M,
|
|
14
|
+
postfix: S,
|
|
15
|
+
notificationIcon: j,
|
|
16
|
+
md: y,
|
|
17
|
+
sm: z,
|
|
18
|
+
disabled: E,
|
|
19
|
+
selected: R,
|
|
20
|
+
withPrefix: T,
|
|
21
|
+
withPostfix: k,
|
|
22
|
+
content: A
|
|
23
|
+
}, W = C(e), q = u.forwardRef(
|
|
24
|
+
({
|
|
25
|
+
children: p,
|
|
26
|
+
className: f,
|
|
27
|
+
disabled: t,
|
|
28
|
+
postfix: i,
|
|
29
|
+
prefix: s,
|
|
30
|
+
selected: l,
|
|
31
|
+
showNotificationIcon: m,
|
|
32
|
+
size: a = b.MD,
|
|
33
|
+
onKeyDown: o,
|
|
34
|
+
...d
|
|
35
|
+
}, _) => {
|
|
36
|
+
const h = I(
|
|
37
|
+
(n) => {
|
|
38
|
+
N(n.code, "SPACE") && n.preventDefault(), o == null || o(n);
|
|
39
|
+
},
|
|
40
|
+
[o]
|
|
41
|
+
);
|
|
42
|
+
return /* @__PURE__ */ x(
|
|
43
|
+
"span",
|
|
44
|
+
{
|
|
45
|
+
className: P(
|
|
46
|
+
e.chip,
|
|
47
|
+
e.chipGroupItem,
|
|
48
|
+
W[a],
|
|
49
|
+
{
|
|
50
|
+
[e.disabled]: !!t,
|
|
51
|
+
[e.selected]: !!l,
|
|
52
|
+
[e.withPostfix]: typeof i < "u",
|
|
53
|
+
[e.withPrefix]: typeof s < "u"
|
|
54
|
+
},
|
|
55
|
+
f
|
|
56
|
+
),
|
|
57
|
+
role: "button",
|
|
58
|
+
tabIndex: t ? -1 : 0,
|
|
59
|
+
onKeyDown: h,
|
|
60
|
+
...d,
|
|
61
|
+
ref: _,
|
|
62
|
+
children: [
|
|
63
|
+
s ? /* @__PURE__ */ c(r, { className: e.prefix, disabled: !!t, children: s }) : null,
|
|
64
|
+
/* @__PURE__ */ c("span", { className: e.content, children: p }),
|
|
65
|
+
i ? /* @__PURE__ */ c(r, { className: e.postfix, disabled: !!t, children: i }) : null,
|
|
66
|
+
m && /* @__PURE__ */ c(w.Dot, { size: a, className: e.notificationIcon })
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
);
|
|
72
|
+
q.displayName = "Chip";
|
|
73
|
+
export {
|
|
74
|
+
q as C,
|
|
75
|
+
e as s
|
|
76
|
+
};
|
|
77
|
+
//# sourceMappingURL=Chip-BEnNi0nL.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__025f07e8", o = "isInLightBox__56a8623a", i = "isInSideOverlaySM__6ecc3f67", t = "isInSideOverlayMD__74a4a5aa", e = "isInSideOverlayLG__e97d3c60", s = "confirmCloseButton__345c15df", c = "confirmContent__b769e9bb", r = "confirmControls__394e3780", l = "confirmContentTitle__e1aad2d8", a = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: c,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
a as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-CbAi5bkG.js.map
|
|
@@ -2,24 +2,24 @@ import { jsxs as E, jsx as k } from "react/jsx-runtime";
|
|
|
2
2
|
import I, { useEffect as v } from "react";
|
|
3
3
|
import { c as u } from "./vendor---Om3uMV.js";
|
|
4
4
|
import { EComponentSize as y } from "../enums/EComponentSize.js";
|
|
5
|
-
import { EVENT_KEY_CODES as
|
|
5
|
+
import { EVENT_KEY_CODES as c } from "../utils/keyboard.js";
|
|
6
6
|
import { Badge as l } from "../components/Badge/Badge.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "dropdownDesktopList__5bec3667", g = "notificationIcon__07d2c5dc", b = "sm__fc145dc2", x = "dropdownDesktopListItem__df8befb1", C = "dropdownDesktopListLoader__b0ae15f9", O = "md__7dd28963", R = "lg__250fc1fa", T = "active__95101a66", K = "selected__51282ac9", s = {
|
|
8
8
|
dropdownDesktopList: N,
|
|
9
9
|
notificationIcon: g,
|
|
10
|
-
sm:
|
|
11
|
-
dropdownDesktopListItem:
|
|
12
|
-
dropdownDesktopListLoader:
|
|
13
|
-
md:
|
|
14
|
-
lg:
|
|
15
|
-
active:
|
|
10
|
+
sm: b,
|
|
11
|
+
dropdownDesktopListItem: x,
|
|
12
|
+
dropdownDesktopListLoader: C,
|
|
13
|
+
md: O,
|
|
14
|
+
lg: R,
|
|
15
|
+
active: T,
|
|
16
16
|
selected: K
|
|
17
|
-
}, j = [
|
|
17
|
+
}, j = [c.SPACE, c.ENTER], A = I.forwardRef(
|
|
18
18
|
({
|
|
19
19
|
active: e,
|
|
20
|
-
keyCodesForSelection:
|
|
20
|
+
keyCodesForSelection: p = j,
|
|
21
21
|
children: d,
|
|
22
|
-
className:
|
|
22
|
+
className: m,
|
|
23
23
|
onClick: n,
|
|
24
24
|
onSelect: o,
|
|
25
25
|
selected: r,
|
|
@@ -29,7 +29,7 @@ const N = "dropdownDesktopList__f6f2fb92", g = "notificationIcon__1f2990c6", x =
|
|
|
29
29
|
}, D) => {
|
|
30
30
|
const i = (t) => {
|
|
31
31
|
const { keyCode: w } = t;
|
|
32
|
-
|
|
32
|
+
p.includes(w) && (t.preventDefault(), o == null || o());
|
|
33
33
|
}, L = (t) => {
|
|
34
34
|
o == null || o(), n == null || n(t);
|
|
35
35
|
};
|
|
@@ -41,7 +41,7 @@ const N = "dropdownDesktopList__f6f2fb92", g = "notificationIcon__1f2990c6", x =
|
|
|
41
41
|
className: u(
|
|
42
42
|
s.dropdownDesktopListItem,
|
|
43
43
|
{ [s.active]: !!e, [s.selected]: !!r },
|
|
44
|
-
|
|
44
|
+
m
|
|
45
45
|
),
|
|
46
46
|
title: typeof d == "string" ? d : void 0,
|
|
47
47
|
role: "option",
|
|
@@ -62,4 +62,4 @@ export {
|
|
|
62
62
|
A as D,
|
|
63
63
|
s
|
|
64
64
|
};
|
|
65
|
-
//# sourceMappingURL=DropdownListItem-
|
|
65
|
+
//# sourceMappingURL=DropdownListItem-wT8cLRdZ.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__964ebdf4", d = "dropdownMobileBackdrop__2219ce0d", e = "closing__c371501c", n = "opening__e1e1bad4", r = "opened__15ef822e", t = "dropdownMobile__f4444124", i = "dropdownMobileHeader__261762f2", p = "dropdownMobileHeaderContent__7dcd1a85", c = "dropdownMobileContent__d34753f7", l = "dropdownMobileFooter__075779da", b = "dropdownMobileListItem__fd85a5d2", s = "selected__51282ac9", w = "dropdownMobileBodyOverflow__723b6b4d", _ = "controlButtons__66c7c4c8", M = "dropdownMobileLoader__7575a4c8", a = "dropdownMobileListLoader__12a7a4b3", f = "notificationIcon__07d2c5dc", 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
|
+
dropdownMobileBodyOverflow: w,
|
|
15
|
+
controlButtons: _,
|
|
16
|
+
dropdownMobileLoader: M,
|
|
17
|
+
dropdownMobileListLoader: a,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-rYB54yd0.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__ae048621", t = "footerDescriptionContent__9404d094", e = "footerDescriptionControls__3395c044", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-CzJ_N1fs.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
-
import C, { useContext as D, useMemo as L, useCallback as a, useLayoutEffect as
|
|
2
|
+
import C, { useContext as D, useMemo as L, useCallback as a, useLayoutEffect as u } from "react";
|
|
3
3
|
import { u as R, c as W } from "./vendor---Om3uMV.js";
|
|
4
4
|
import { FormFieldContext as j } from "../components/FormField/FormFieldContext.js";
|
|
5
5
|
import { EFormFieldStatus as q } from "../components/FormField/enums.js";
|
|
6
6
|
import { createSizeToClassNameMap as w } from "../utils/classNameMaps.js";
|
|
7
7
|
import { isFilled as G } from "../components/FormField/components/utils.js";
|
|
8
|
-
const H = "
|
|
8
|
+
const H = "formFieldInput__efc46eab", J = "sm__53529901", K = "md__e44fc94a", O = "lg__725588fc", T = {
|
|
9
9
|
formFieldInput: H,
|
|
10
10
|
sm: J,
|
|
11
11
|
md: K,
|
|
@@ -23,20 +23,20 @@ const H = "formFieldInput__69b925ad", J = "sm__2fee6b7a", K = "md__e2808298", O
|
|
|
23
23
|
render: F,
|
|
24
24
|
...h
|
|
25
25
|
}, n) => {
|
|
26
|
-
const { status: x, setFocused: o, setTargetId: I, setFilled: c, size: _ } = D(j),
|
|
26
|
+
const { status: x, setFocused: o, setTargetId: I, setFilled: c, size: _ } = D(j), f = L(() => d === void 0 ? R("input_") : d, [d]), y = W(T.formFieldInput, Q[_], g), t = a(
|
|
27
27
|
(s) => {
|
|
28
28
|
c(G(s));
|
|
29
29
|
},
|
|
30
30
|
[c]
|
|
31
31
|
);
|
|
32
|
-
|
|
33
|
-
I(
|
|
34
|
-
}, [
|
|
32
|
+
u(() => {
|
|
33
|
+
I(f);
|
|
34
|
+
}, [f, I]), u(() => {
|
|
35
35
|
t(e ?? p);
|
|
36
|
-
}, []),
|
|
36
|
+
}, []), u(() => {
|
|
37
37
|
e !== void 0 && t(e);
|
|
38
38
|
}, [e, t]);
|
|
39
|
-
const
|
|
39
|
+
const b = a(
|
|
40
40
|
(s) => {
|
|
41
41
|
t(s.currentTarget.value), o(!0), m == null || m(s);
|
|
42
42
|
},
|
|
@@ -58,12 +58,12 @@ const H = "formFieldInput__69b925ad", J = "sm__2fee6b7a", K = "md__e2808298", O
|
|
|
58
58
|
[t, l]
|
|
59
59
|
), N = {
|
|
60
60
|
...h,
|
|
61
|
-
id:
|
|
62
|
-
className:
|
|
61
|
+
id: f,
|
|
62
|
+
className: y,
|
|
63
63
|
value: e,
|
|
64
64
|
defaultValue: p,
|
|
65
65
|
disabled: x === q.DISABLED,
|
|
66
|
-
onFocus:
|
|
66
|
+
onFocus: b,
|
|
67
67
|
onBlur: k,
|
|
68
68
|
onAnimationStart: z,
|
|
69
69
|
onChange: E
|
|
@@ -76,4 +76,4 @@ export {
|
|
|
76
76
|
S as F,
|
|
77
77
|
T as s
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=FormFieldInput-
|
|
79
|
+
//# sourceMappingURL=FormFieldInput-Dj2JAqj2.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__d66553b5", a = "headerLayoutSidebarContent__cb467cb1", d = "headerLayoutSidebarSidebar__6f2157b0", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-HXJhEmKU.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__5657a3c2", t = "headerTitleControls__61a72a8d", l = "headerTitleContent__62762b38", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__68ec506c", t = "headerTitleControls__e362c321", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-SmVWml2y.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__9dd3e201", t = "island__0c58a8b8", o = "item__cf102422", c = "disabled__64b8cfd4", s = "sm__d08bc3b3", _ = "md__83c77021", d = "lg__240ee4f2", n = "header__bdee794b", a = "type1__7329958e", r = "opened__e573e5d4", p = "type2__08fefc31", i = "type3__0c1ae6d2", l = "footer__e56e6b9d", b = "body__34a7ee26", y = "caretWrapper__51530e78", m = "caretIcon__6c42e296", f = "title__85df9ff7", g = "step__8b4289a5", h = "remove__20263208", v = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: o,
|
|
5
|
+
disabled: c,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: _,
|
|
8
|
+
lg: d,
|
|
9
|
+
header: n,
|
|
10
|
+
type1: a,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: i,
|
|
14
|
+
footer: l,
|
|
15
|
+
body: b,
|
|
16
|
+
caretWrapper: y,
|
|
17
|
+
caretIcon: m,
|
|
18
|
+
title: f,
|
|
19
|
+
step: g,
|
|
20
|
+
remove: h
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
v as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-YvqRlzmi.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__960095d5", o = "islandWidgetFooterContent__4cb7fc13", e = "islandWidgetFooterControls__c07adabd", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-iMuqKnPP.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__7a8512be", t = "islandWidgetHeaderContent__94d594af", a = "islandWidgetHeaderDescription__c151d909", n = "caretWrapper__2aa0586c", d = "caretIcon__749411e2", r = "open__7d7579c6", 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-CnPne0Uq.js.map
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { jsx as n, jsxs as _ } from "react/jsx-runtime";
|
|
2
|
+
import { useState as y, useRef as b, useCallback as m, useLayoutEffect as v, useEffect as C } from "react";
|
|
3
|
+
import { g as O, c as S } from "./vendor---Om3uMV.js";
|
|
4
|
+
import { WindowResizeListener as T } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
5
|
+
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
+
const L = "lightBox__6fbd0dcc", z = "sm__ffb1b653", A = "md__a048644d", W = "lg__f9bbb966", N = "xl__fa4cce8f", E = "lightBoxBackdrop__f2b4350f", k = "lightBoxSideOverlayActive__e07170ae", w = "lightBoxTopOverlayActive__f929f4fd", H = "lightBoxContent__0fdd0a0c", q = "loadingContentOverlay__3a156861", j = "lightBoxContentResizeWrapper__b82361a9", D = "tempElSafariBug__79a4971b", M = "bodyOverflowHidden__493865a1", i = {
|
|
7
|
+
lightBox: L,
|
|
8
|
+
sm: z,
|
|
9
|
+
md: A,
|
|
10
|
+
lg: W,
|
|
11
|
+
xl: N,
|
|
12
|
+
lightBoxBackdrop: E,
|
|
13
|
+
lightBoxSideOverlayActive: k,
|
|
14
|
+
lightBoxTopOverlayActive: w,
|
|
15
|
+
lightBoxContent: H,
|
|
16
|
+
"global-page": "global-page",
|
|
17
|
+
loadingContentOverlay: q,
|
|
18
|
+
lightBoxContentResizeWrapper: j,
|
|
19
|
+
tempElSafariBug: D,
|
|
20
|
+
bodyOverflowHidden: M,
|
|
21
|
+
"global-LB-less-or-equal-media-point-0": "global-LB-less-or-equal-media-point-0",
|
|
22
|
+
"global-LB-more-media-point-0": "global-LB-more-media-point-0"
|
|
23
|
+
}, I = (p) => {
|
|
24
|
+
const { children: a, className: r, isLoading: s, loadingTitle: c, ...h } = p, [d, u] = y(0), e = b(null), o = m(() => {
|
|
25
|
+
let l = 0;
|
|
26
|
+
const g = document.querySelector('[data-lightbox-component="controls"]');
|
|
27
|
+
g && (l += g.offsetHeight), u((f) => Math.abs(f - l) > 1 ? l : f);
|
|
28
|
+
}, []), t = m(() => {
|
|
29
|
+
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
30
|
+
}, [o]);
|
|
31
|
+
v(() => (o(), () => {
|
|
32
|
+
e.current && clearTimeout(e.current);
|
|
33
|
+
}), []), C(() => {
|
|
34
|
+
t();
|
|
35
|
+
}, [a, r, s, c, t]);
|
|
36
|
+
const { ref: B } = O({
|
|
37
|
+
handleWidth: !0,
|
|
38
|
+
onResize: t,
|
|
39
|
+
refreshMode: "debounce",
|
|
40
|
+
refreshRate: 100
|
|
41
|
+
}), x = {
|
|
42
|
+
paddingTop: d
|
|
43
|
+
};
|
|
44
|
+
return /* @__PURE__ */ n(T, { onResize: t, children: /* @__PURE__ */ _(
|
|
45
|
+
"div",
|
|
46
|
+
{
|
|
47
|
+
className: S(r, i.lightBoxContent),
|
|
48
|
+
style: d ? x : void 0,
|
|
49
|
+
...h,
|
|
50
|
+
children: [
|
|
51
|
+
a,
|
|
52
|
+
s && /* @__PURE__ */ n(R, { className: i.loadingContentOverlay, type: "middle", children: c }),
|
|
53
|
+
/* @__PURE__ */ n("div", { className: i.lightBoxContentResizeWrapper, ref: B })
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
) });
|
|
57
|
+
};
|
|
58
|
+
I.displayName = "LightBoxContent";
|
|
59
|
+
export {
|
|
60
|
+
I as L,
|
|
61
|
+
i as s
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=LightBoxContent-DlDaCKV4.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__57d7de83", o = "withKeyboardEvent__5132840f", l = "withoutKeyboardEvent__36cf0a3c", e = "lightBoxPrev__1c46f162", i = "lightBoxNext__8c1da479", n = "lightBoxControlsDesktop__b3ce0925", x = "lightBoxControlsMobile__41c5b21c", h = "lightBoxClose__538e3b9c", s = "lightBoxPrevButton__80351cf7", B = "lightBoxNextButton__d6ae52a6", g = {
|
|
2
|
+
lightBoxControls: t,
|
|
3
|
+
withKeyboardEvent: o,
|
|
4
|
+
withoutKeyboardEvent: l,
|
|
5
|
+
lightBoxPrev: e,
|
|
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-laAGRPrR.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktopContainer__2339f109", o = "lightBoxSideOverlayCloseDesktop__c8610e89", l = "lightBoxSideOverlayCloseMobile__e36231c6", i = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktopContainer: e,
|
|
3
|
+
lightBoxSideOverlayCloseDesktop: o,
|
|
4
|
+
lightBoxSideOverlayCloseMobile: l
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
i as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-B3L_EV1B.js.map
|