@sberbusiness/triplex-next 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-D8OxE3FA.js +39 -0
- package/chunks/CalendarViewItem-DXg4wwUA.js +101 -0
- package/chunks/Card.module-CDb8O5wa.js +17 -0
- package/chunks/CheckboxTreeExtended.module-D8lQSOEb.js +11 -0
- package/chunks/{Chip-CCv72AgN.js → Chip-DXegvfGS.js} +9 -9
- package/chunks/Confirm.module-ySc3irOD.js +15 -0
- package/chunks/{DropdownListItem-BcXHt5bk.js → DropdownListItem-ToJzPBLf.js} +18 -18
- package/chunks/DropdownMobile.module-B25s43In.js +23 -0
- package/chunks/Footer.module-CzmEZNfz.js +9 -0
- package/chunks/{FormFieldInput-BnHKlreA.js → FormFieldInput-kWDtKz1V.js} +8 -8
- package/chunks/HeaderLayoutSidebar.module-C6GIAW7a.js +9 -0
- package/chunks/HeaderTabs.module-BP4HQoDS.js +9 -0
- package/chunks/{HeaderTitle.module-0YuV_UNN.js → HeaderTitle.module-DlPGCmxi.js} +2 -2
- package/chunks/IslandAccordion.module-DDPPsI1j.js +25 -0
- package/chunks/IslandWidgetFooter.module-BGcZce5D.js +9 -0
- package/chunks/IslandWidgetHeader.module-BMvYg9LN.js +9 -0
- package/chunks/LightBoxContent-BhFPV40j.js +56 -0
- package/chunks/LightBoxControls.module-B71hMR9E.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js +8 -0
- package/chunks/{ListItemControlsButton-BB9ENDS-.js → ListItemControlsButton-BoYzfwDC.js} +9 -9
- package/chunks/ListItemTail.module-D2THwLyb.js +12 -0
- package/chunks/ListMasterFooter.module-CQmunIov.js +10 -0
- package/chunks/ModalWindow.module-BhR9VsYm.js +17 -0
- package/chunks/Notification.module-BHnUAhdM.js +21 -0
- package/chunks/Overlay.module-BHV5h0kp.js +18 -0
- package/chunks/Page.module-DcF12bw0.js +11 -0
- package/chunks/{RightBorderArrow-BsoQkq2D.js → RightBorderArrow-DmvKTu6m.js} +11 -11
- package/chunks/SMSInput.module-qYyAcTFr.js +16 -0
- package/chunks/SliderExtendedMarks.module-CNaKOqZQ.js +15 -0
- package/chunks/{SliderExtendedRail-DCMgHGfh.js → SliderExtendedRail-45DAsx7v.js} +7 -7
- package/chunks/StatusTracker.module-BA-WFHqo.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BEzPFmOF.js → SuggestFieldMobileDropdownHint-CSddz7zn.js} +4 -4
- package/chunks/TableFooter.module-D6jJ4Btm.js +14 -0
- package/chunks/TabsExtended.module-C87bijNv.js +16 -0
- package/chunks/TabsLine.module-D_ARvYGg.js +21 -0
- package/chunks/TooltipDesktop.module-CehOLtFg.js +19 -0
- package/chunks/{TooltipMobileCloseButton-D5h1S51t.js → TooltipMobileCloseButton-CJByOYY4.js} +7 -7
- package/chunks/TreeView.module-B6tUzJoC.js +9 -0
- package/chunks/{UploadZoneInput-BES4iuW5.js → UploadZoneInput-D8diOBuf.js} +2 -2
- package/chunks/{utils-D2zZhfuB.js → utils--cyZSVhM.js} +7 -7
- package/chunks/utils-3xY20XDV.js +24 -0
- package/chunks/utils-BCJ-APtm.js +20 -0
- package/chunks/{utils-Bg2EU04u.js → utils-BvGDcicX.js} +4 -4
- package/chunks/{utils-DRFlp8Cg.js → utils-tUaA-zN1.js} +11 -11
- package/components/Alert/AlertContext/AlertContext.js +7 -7
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +11 -11
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +17 -17
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +5 -5
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- 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 +21 -21
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +10 -10
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/components/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +24 -22
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +51 -0
- package/components/Chip/ChipSelect/ChipSelectTarget.js +44 -0
- package/components/Chip/ChipSelect/index.js +7 -0
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +69 -57
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +31 -29
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +13 -11
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- 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/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 +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +24 -22
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +20 -18
- package/components/DesignTokens/components/Calendar.js +6 -4
- package/components/DesignTokens/components/TabsLine.js +0 -9
- package/components/DesignTokens/components/TagColor.js +26 -0
- package/components/DesignTokens/components/index.js +27 -24
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +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 +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- 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 +22 -22
- package/components/FormField/components/FormFieldClear.js +17 -17
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +7 -7
- package/components/FormField/components/FormFieldMaskedInput.js +25 -25
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +24 -24
- package/components/FormField/components/FormFieldTextarea.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 +10 -10
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +73 -81
- package/components/IslandWidget/IslandWidget.js +13 -13
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- 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 +6 -6
- package/components/LightBox/LightBox.js +5 -5
- 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 +10 -10
- 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/Link/Link.js +31 -31
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +11 -11
- package/components/List/components/ListItemTable.js +5 -5
- 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 +1 -1
- package/components/List/components/ListSortableItemTarget.js +7 -7
- 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 +5 -5
- 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 +12 -12
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +1 -1
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +16 -16
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +2 -2
- 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 +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
- package/components/Pagination/components/PaginationSelect.js +7 -7
- package/components/Radio/Radio.js +10 -10
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +5 -5
- package/components/SMSInput/SMSInput.js +2 -2
- package/components/SMSInput/components/RefreshIcon.js +1 -1
- package/components/SMSInput/components/SMSInputInput.js +2 -2
- package/components/SMSInput/components/SMSInputRefresh.js +1 -1
- package/components/SMSInput/components/SMSInputSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +8 -8
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +10 -10
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +9 -9
- package/components/Skeleton/Skeleton.js +6 -6
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- 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 +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +7 -7
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- 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 +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +9 -9
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +19 -19
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- 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 +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +17 -17
- package/components/Table/NoColumns.js +5 -5
- 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 +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
- 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 +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +79 -55
- package/components/TabsLine/components/TabsLineItem.js +55 -23
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/TabsLine/utils.js +11 -0
- package/components/Tag/Tag.js +1 -1
- package/components/TagColor/TagColor.js +36 -0
- package/components/TagColor/enums.js +5 -0
- package/components/TagColor/index.js +5 -0
- package/components/TagColor/types.js +2 -0
- package/components/TagGroup/TagGroup.js +9 -9
- 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 +16 -16
- 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 +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
- package/components/TopOverlay/TopOverlay.js +12 -12
- 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 +6 -6
- package/components/Typography/Text.js +12 -12
- package/components/Typography/Title.js +13 -13
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +512 -510
- package/index.d.ts +29 -3
- package/index.js +545 -543
- package/package.json +5 -1
- package/styles/triplex-next.css +533 -528
- package/chunks/AlertProcessSpoiler-C7qEZRwB.js +0 -39
- package/chunks/CalendarViewItem-CUPkQFFY.js +0 -101
- package/chunks/Card.module-D1ZooBvB.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CjWzaGb4.js +0 -11
- package/chunks/Confirm.module-DCsU0G6f.js +0 -15
- package/chunks/DropdownMobile.module-B-UZ3LiZ.js +0 -23
- package/chunks/Footer.module-lZvJ02_q.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CWZIkcLe.js +0 -9
- package/chunks/HeaderTabs.module-C-ZA_mn1.js +0 -9
- package/chunks/IslandAccordion.module-h_O6zE1D.js +0 -26
- package/chunks/IslandWidgetFooter.module-Qje3BoKp.js +0 -9
- package/chunks/IslandWidgetHeader.module-CX_EFZUr.js +0 -9
- package/chunks/LightBoxContent-CzLiq8KE.js +0 -56
- package/chunks/LightBoxControls.module-BRiJRrAF.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CCW9Lhhe.js +0 -8
- package/chunks/ListItemTail.module-BNCbqffO.js +0 -12
- package/chunks/ListMasterFooter.module-TZgSWuoA.js +0 -10
- package/chunks/ModalWindow.module-Bf1JWUeo.js +0 -17
- package/chunks/Notification.module-BRB3HPvc.js +0 -21
- package/chunks/Overlay.module-BPWZrFj3.js +0 -18
- package/chunks/Page.module-qLhls7XX.js +0 -11
- package/chunks/SMSInput.module-C87wEVmB.js +0 -16
- package/chunks/SliderExtendedMarks.module-DwPWr28H.js +0 -15
- package/chunks/StatusTracker.module-8ARjpbBi.js +0 -24
- package/chunks/TableFooter.module-DgtjRZYk.js +0 -14
- package/chunks/TabsExtended.module-B0_ktbZ6.js +0 -16
- package/chunks/TabsLine.module-DGic2tTZ.js +0 -21
- package/chunks/TooltipDesktop.module-krYzO0tT.js +0 -19
- package/chunks/TreeView.module-7xjkN1j1.js +0 -9
- package/chunks/utils-CIob06mu.js +0 -20
- package/chunks/utils-TKCSmJUI.js +0 -24
- package/components/Chip/ChipSelect.js +0 -55
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as d, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as p, useEffect as i } from "react";
|
|
3
|
+
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
|
+
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
|
+
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
+
import { c as n } from "./vendor-D3hUOusX.js";
|
|
7
|
+
const y = "alertProcess__d6f0d448", f = "withSpoiler__3e00aae5", u = "themeIcon__8d2bbcc5", T = "alertTypeError__1a5820f6", B = "alertTypeInfo__fa54cc86", C = "alertTypeWarning__b53dd686", S = "alertTypeSystem__5d790867", b = "alertTypeFeature__ec89a11a", h = "alertProcessContentBlock__7b91603d", I = "closeButton__8e87d2a4", P = "expandableContent__5c13ff69", g = "expanded__6ff10db9", k = "expandButton__02d8621b", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
withSpoiler: f,
|
|
10
|
+
themeIcon: u,
|
|
11
|
+
alertTypeError: T,
|
|
12
|
+
alertTypeInfo: B,
|
|
13
|
+
alertTypeWarning: C,
|
|
14
|
+
alertTypeSystem: S,
|
|
15
|
+
alertTypeFeature: b,
|
|
16
|
+
alertProcessContentBlock: h,
|
|
17
|
+
closeButton: I,
|
|
18
|
+
expandableContent: P,
|
|
19
|
+
expanded: g,
|
|
20
|
+
expandButton: k
|
|
21
|
+
}, v = ({ children: s, open: r, onOpen: o, ...l }) => {
|
|
22
|
+
const { setHasSpoiler: a } = p(x);
|
|
23
|
+
i(() => (a(!0), () => {
|
|
24
|
+
a(!1);
|
|
25
|
+
}), [a]);
|
|
26
|
+
const c = () => {
|
|
27
|
+
o == null || o(!r);
|
|
28
|
+
};
|
|
29
|
+
return /* @__PURE__ */ d("div", { className: e.spoiler, children: [
|
|
30
|
+
/* @__PURE__ */ t("div", { className: n(e.expandableContent, { [e.expanded]: r }), ...l, children: s }),
|
|
31
|
+
/* @__PURE__ */ t("div", { className: n(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: c, children: /* @__PURE__ */ t(_, { paletteIndex: 5 }) }) })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
v.displayName = "AlertProcessSpoiler";
|
|
35
|
+
export {
|
|
36
|
+
v as A,
|
|
37
|
+
e as s
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-D8OxE3FA.js.map
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { jsx as V } from "react/jsx-runtime";
|
|
2
|
+
import { c as w } from "./vendor-D3hUOusX.js";
|
|
3
|
+
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
4
|
+
import { ECalendarDateMarkType as c } 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__5a4cfc86", E = "calendarViewMonths__fce40eaa", L = "calendarViewYears__dbc4d4b3", R = "calendarViewDaysHeader__4f455329", v = "calendarViewDaysBody__753e3788", H = "calendarViewItem__1ba04bc7", B = "current__e908f7a1", S = "disabled__2637c754", j = "calendarViewItemLabel__3445d38b", O = "selected__4a1e4d17", P = "basicMark__7c5eaf91", g = "standardMark__1898202d", q = "attentionMark__03ce41ce", z = "criticalMark__7cbcc5dc", G = "muted__4031400a", J = "marked__9ec23a22", Q = "unitDay__edac7be8", U = "unitMonth__ad6dcf0c", W = "unitYear__45dab859", 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
|
+
[c.BASIC]: a.basicMark,
|
|
29
|
+
[c.STANDARD]: a.standardMark,
|
|
30
|
+
[c.ATTENTION]: a.attentionMark,
|
|
31
|
+
[c.CRITICAL]: a.criticalMark
|
|
32
|
+
}, Z = {
|
|
33
|
+
day: a.unitDay,
|
|
34
|
+
month: a.unitMonth,
|
|
35
|
+
year: a.unitYear
|
|
36
|
+
}, ca = ({
|
|
37
|
+
children: f,
|
|
38
|
+
className: y,
|
|
39
|
+
date: o,
|
|
40
|
+
unit: b,
|
|
41
|
+
tabbable: r,
|
|
42
|
+
active: l,
|
|
43
|
+
disabled: _,
|
|
44
|
+
muted: I,
|
|
45
|
+
markType: n,
|
|
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
|
+
r && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
+
}, [r, 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: r ? 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]: n !== void 0,
|
|
85
|
+
[a.muted]: !!I,
|
|
86
|
+
[a.selected]: l
|
|
87
|
+
},
|
|
88
|
+
n !== void 0 ? X[n] : void 0
|
|
89
|
+
),
|
|
90
|
+
onClick: () => m(o),
|
|
91
|
+
children: f
|
|
92
|
+
}
|
|
93
|
+
)
|
|
94
|
+
}
|
|
95
|
+
);
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
ca as C,
|
|
99
|
+
a as s
|
|
100
|
+
};
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-DXg4wwUA.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__40400bc5", d = "roundingMD__388466be", a = "roundingSM__d5d9b0ea", e = "general__93b3c57b", c = "secondary__daad5bdb", o = "cardMedia__6cb512d8", r = "cardContent__3239b3bc", t = "paddingMD__046ea3a6", _ = "paddingSM__2f6ee017", s = "cardContentHeader__188f23c8", g = "cardContentFooter__e3d858d2", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: e,
|
|
6
|
+
secondary: c,
|
|
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-CDb8O5wa.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__57b28ca3", c = "checkboxTreeExtendedNode__8f211e34", o = "checkboxTreeExtendedNodeHeader__8c576c64", d = "checkboxTreeCheckboxLabel__8ca47bee", r = "caretIconWrapper__c460018b", x = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
checkboxTreeExtendedNodeHeader: o,
|
|
5
|
+
checkboxTreeCheckboxLabel: d,
|
|
6
|
+
caretIconWrapper: r
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
x as s
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-D8lQSOEb.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import x, { useCallback as b } from "react";
|
|
3
3
|
import { c as n } from "./vendor-D3hUOusX.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__175c9eb0", w = "chip__83ddf80f", I = "lg__21c38189", B = "prefix__803f084e", G = "postfix__875d0104", g = "md__3ba605d9", z = "sm__2dd26a1d", M = "disabled__6d9b2e20", S = "selected__06fb69a8", j = "withPrefix__de930ca1", y = "withPostfix__1567d8e4", E = "content__136d97b9", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -17,9 +17,9 @@ const N = "chipGroupItem__15fdbb4d", w = "chip__56f2dbae", I = "lg__201b244d", B
|
|
|
17
17
|
withPrefix: j,
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
|
-
}, R = P(e), T =
|
|
21
|
-
({ children: l, className:
|
|
22
|
-
const _ =
|
|
20
|
+
}, R = P(e), T = x.forwardRef(
|
|
21
|
+
({ children: l, className: d, disabled: t, postfix: o, prefix: i, selected: p, size: r = u.MD, onKeyDown: s, ...f }, m) => {
|
|
22
|
+
const _ = b(
|
|
23
23
|
(c) => {
|
|
24
24
|
C(c.code, "SPACE") && c.preventDefault(), s == null || s(c);
|
|
25
25
|
},
|
|
@@ -31,14 +31,14 @@ const N = "chipGroupItem__15fdbb4d", w = "chip__56f2dbae", I = "lg__201b244d", B
|
|
|
31
31
|
className: n(
|
|
32
32
|
e.chip,
|
|
33
33
|
e.chipGroupItem,
|
|
34
|
-
R[
|
|
34
|
+
R[r],
|
|
35
35
|
{
|
|
36
36
|
[e.disabled]: !!t,
|
|
37
|
-
[e.selected]: !!
|
|
37
|
+
[e.selected]: !!p,
|
|
38
38
|
[e.withPostfix]: typeof o < "u",
|
|
39
39
|
[e.withPrefix]: typeof i < "u"
|
|
40
40
|
},
|
|
41
|
-
|
|
41
|
+
d
|
|
42
42
|
),
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-DXegvfGS.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__0db9089e", o = "isInLightBox__cd98c4ea", e = "isInSideOverlaySM__ac7005ae", i = "isInSideOverlayMD__e3529ee3", t = "isInSideOverlayLG__4f64702e", s = "confirmCloseButton__0c5fecae", c = "confirmContent__6d359f32", r = "confirmControls__20d4fca3", f = "confirmContentTitle__e10158d9", l = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: e,
|
|
5
|
+
isInSideOverlayMD: i,
|
|
6
|
+
isInSideOverlayLG: t,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: c,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: f
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
l as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-ySc3irOD.js.map
|
|
@@ -1,33 +1,33 @@
|
|
|
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
|
|
3
|
+
import { EVENT_KEY_CODES as c } from "../utils/keyboard.js";
|
|
4
4
|
import { c as u } from "./vendor-D3hUOusX.js";
|
|
5
5
|
import { NotificationIcon as v } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
-
const l = "
|
|
6
|
+
const l = "dropdownDesktopList__289212c8", y = "sm__3f5d5692", N = "dropdownDesktopListItem__12b20afa", b = "dropdownDesktopListLoader__3b2836da", g = "md__1bbcd5aa", x = "lg__4af3bf7c", O = "active__696f8d37", R = "selected__c8cc18fd", T = "notificationIcon__62ffc4d3", s = {
|
|
7
7
|
dropdownDesktopList: l,
|
|
8
8
|
sm: y,
|
|
9
9
|
dropdownDesktopListItem: N,
|
|
10
|
-
dropdownDesktopListLoader:
|
|
11
|
-
md:
|
|
12
|
-
lg:
|
|
13
|
-
active:
|
|
14
|
-
selected:
|
|
15
|
-
notificationIcon:
|
|
16
|
-
},
|
|
10
|
+
dropdownDesktopListLoader: b,
|
|
11
|
+
md: g,
|
|
12
|
+
lg: x,
|
|
13
|
+
active: O,
|
|
14
|
+
selected: R,
|
|
15
|
+
notificationIcon: T
|
|
16
|
+
}, C = [c.SPACE, c.ENTER], K = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection:
|
|
19
|
+
keyCodesForSelection: a = C,
|
|
20
20
|
children: d,
|
|
21
21
|
className: p,
|
|
22
22
|
onClick: n,
|
|
23
23
|
onSelect: o,
|
|
24
24
|
selected: r,
|
|
25
25
|
showNotificationIcon: m,
|
|
26
|
-
...
|
|
27
|
-
},
|
|
26
|
+
...f
|
|
27
|
+
}, _) => {
|
|
28
28
|
const i = (t) => {
|
|
29
29
|
const { keyCode: D } = t;
|
|
30
|
-
|
|
30
|
+
a.includes(D) && (t.preventDefault(), o == null || o());
|
|
31
31
|
}, L = (t) => {
|
|
32
32
|
o == null || o(), n == null || n(t);
|
|
33
33
|
};
|
|
@@ -44,9 +44,9 @@ const l = "dropdownDesktopList__e1417a43", y = "sm__a6564e05", N = "dropdownDesk
|
|
|
44
44
|
title: typeof d == "string" ? d : void 0,
|
|
45
45
|
role: "option",
|
|
46
46
|
"aria-selected": !!r,
|
|
47
|
-
...
|
|
47
|
+
...f,
|
|
48
48
|
onClick: L,
|
|
49
|
-
ref:
|
|
49
|
+
ref: _,
|
|
50
50
|
children: [
|
|
51
51
|
d,
|
|
52
52
|
m && /* @__PURE__ */ E(v, { className: s.notificationIcon })
|
|
@@ -55,9 +55,9 @@ const l = "dropdownDesktopList__e1417a43", y = "sm__a6564e05", N = "dropdownDesk
|
|
|
55
55
|
);
|
|
56
56
|
}
|
|
57
57
|
);
|
|
58
|
-
|
|
58
|
+
K.displayName = "DropdownListItem";
|
|
59
59
|
export {
|
|
60
|
-
|
|
60
|
+
K as D,
|
|
61
61
|
s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=DropdownListItem-
|
|
63
|
+
//# sourceMappingURL=DropdownListItem-ToJzPBLf.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__3de66d77", d = "dropdownMobileBackdrop__21f4e2a9", e = "closing__2f75de1c", n = "opening__473f52ee", r = "opened__8118a720", t = "dropdownMobile__f7d5f699", i = "dropdownMobileHeader__de790c52", p = "dropdownMobileHeaderContent__8f179b56", c = "dropdownMobileContent__17510774", l = "dropdownMobileFooter__c29b71cf", b = "dropdownMobileListItem__98a77cb2", s = "selected__c8cc18fd", w = "dropdownMobileListLoader__f1c2cea1", _ = "dropdownMobileBodyOverflow__e6dbf4e9", M = "controlButtons__ddf59d03", a = "dropdownMobileLoader__5cfbe3ee", f = "notificationIcon__62ffc4d3", L = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: d,
|
|
4
|
+
closing: e,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: t,
|
|
8
|
+
dropdownMobileHeader: i,
|
|
9
|
+
dropdownMobileHeaderContent: p,
|
|
10
|
+
dropdownMobileContent: c,
|
|
11
|
+
dropdownMobileFooter: l,
|
|
12
|
+
dropdownMobileListItem: b,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileListLoader: w,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: M,
|
|
17
|
+
dropdownMobileLoader: a,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-B25s43In.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__b4b7f011", t = "footerDescriptionContent__5c1ace58", e = "footerDescriptionControls__71591f5b", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-CzmEZNfz.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as z } from "react/jsx-runtime";
|
|
2
|
-
import A, { useContext as P, useRef as R, useEffect as
|
|
2
|
+
import A, { useContext as P, useRef as R, useEffect as m } from "react";
|
|
3
3
|
import { FormFieldContext as b } from "../components/FormField/FormFieldContext.js";
|
|
4
4
|
import { c as k, a as y } from "./vendor-D3hUOusX.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__ea734fbf", W = "sm__30a74f13", j = "md__a911a75e", q = "lg__8d22d5ef", x = {
|
|
8
8
|
formFieldInput: T,
|
|
9
9
|
sm: W,
|
|
10
10
|
md: j,
|
|
11
11
|
lg: q
|
|
12
|
-
}, w = M(x), L = A.forwardRef((
|
|
13
|
-
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder: u, value: o, ...B } =
|
|
14
|
-
|
|
12
|
+
}, w = M(x), L = A.forwardRef((c, d) => {
|
|
13
|
+
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder: u, 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 _ = (e) => {
|
|
@@ -59,4 +59,4 @@ export {
|
|
|
59
59
|
L as F,
|
|
60
60
|
x as s
|
|
61
61
|
};
|
|
62
|
-
//# sourceMappingURL=FormFieldInput-
|
|
62
|
+
//# sourceMappingURL=FormFieldInput-kWDtKz1V.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__9bfea788", a = "headerLayoutSidebarContent__3f24ba24", r = "headerLayoutSidebarSidebar__6ba59854", d = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: r
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
d as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-C6GIAW7a.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__0531810f", t = "headerTitleControls__51d036d1", l = "headerTitleContent__250ffe15", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__e56bca22", t = "headerTitleControls__cf4e3444", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-DlPGCmxi.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__57a57858", t = "island__278d7dbc", c = "item__5c13acdd", o = "disabled__c600324c", d = "sm__1d3e7eae", s = "md__fdb7e558", _ = "lg__766d94c2", n = "header__60e85218", a = "type1__6d194e1a", r = "opened__6b0b7d8b", p = "type2__ccc6fa51", b = "type3__167bae9e", i = "footer__fb32fb16", l = "body__bdcf1bdb", f = "caretWrapper__3776f369", y = "caretIcon__53d4d8eb", m = "step__f4d3f162", W = "titleWrapper__afa3067f", g = "remove__ac081ee7", h = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: c,
|
|
5
|
+
disabled: o,
|
|
6
|
+
sm: d,
|
|
7
|
+
md: s,
|
|
8
|
+
lg: _,
|
|
9
|
+
header: n,
|
|
10
|
+
type1: a,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: b,
|
|
14
|
+
footer: i,
|
|
15
|
+
body: l,
|
|
16
|
+
caretWrapper: f,
|
|
17
|
+
caretIcon: y,
|
|
18
|
+
step: m,
|
|
19
|
+
titleWrapper: W,
|
|
20
|
+
remove: g
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
h as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-DDPPsI1j.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__8eee2d21", o = "islandWidgetFooterContent__d7154c1f", e = "islandWidgetFooterControls__483cc12e", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-BGcZce5D.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__73f6c3ae", d = "islandWidgetHeaderContent__a833b885", i = "islandWidgetHeaderDescription__fd4998a6", t = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: i
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
t as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetHeader.module-BMvYg9LN.js.map
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
2
|
+
import { useState as v, useRef as _, useCallback as u, useLayoutEffect as C, useEffect as O } from "react";
|
|
3
|
+
import { WindowResizeListener as S } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
+
import { u as T, c as R } from "./vendor-D3hUOusX.js";
|
|
5
|
+
import { LoaderScreen as b } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
+
const z = "lightBox__d6b508ea", A = "lightBoxBackdrop__6744dd78", L = "lightBoxSideOverlayActive__2aca4d9f", W = "lightBoxTopOverlayActive__c26ee57e", N = "lightBoxContent__6b5a3109", E = "loadingContentOverlay__0ee12848", k = "lightBoxContentResizeWrapper__f927508f", w = "tempElSafariBug__60a67d60", H = "bodyOverflowHidden__17cf25dd", r = {
|
|
7
|
+
lightBox: z,
|
|
8
|
+
lightBoxBackdrop: A,
|
|
9
|
+
lightBoxSideOverlayActive: L,
|
|
10
|
+
lightBoxTopOverlayActive: W,
|
|
11
|
+
lightBoxContent: N,
|
|
12
|
+
loadingContentOverlay: E,
|
|
13
|
+
lightBoxContentResizeWrapper: k,
|
|
14
|
+
tempElSafariBug: w,
|
|
15
|
+
bodyOverflowHidden: H
|
|
16
|
+
}, j = (p) => {
|
|
17
|
+
const { children: l, className: a, isLoading: s, loadingTitle: c, ...f } = p, [d, B] = v(0), e = _(null), o = u(() => {
|
|
18
|
+
let n = 0;
|
|
19
|
+
const g = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
|
+
g && (n += g.offsetHeight), B((h) => Math.abs(h - n) > 1 ? n : h);
|
|
21
|
+
}, []), t = u(() => {
|
|
22
|
+
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
23
|
+
}, [o]);
|
|
24
|
+
C(() => (o(), () => {
|
|
25
|
+
e.current && clearTimeout(e.current);
|
|
26
|
+
}), []), O(() => {
|
|
27
|
+
t();
|
|
28
|
+
}, [l, a, s, c, t]);
|
|
29
|
+
const { ref: x } = T({
|
|
30
|
+
handleWidth: !0,
|
|
31
|
+
onResize: t,
|
|
32
|
+
refreshMode: "debounce",
|
|
33
|
+
refreshRate: 100
|
|
34
|
+
}), m = {
|
|
35
|
+
paddingTop: d
|
|
36
|
+
};
|
|
37
|
+
return /* @__PURE__ */ i(S, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
|
+
"div",
|
|
39
|
+
{
|
|
40
|
+
className: R(a, r.lightBoxContent),
|
|
41
|
+
style: d ? m : void 0,
|
|
42
|
+
...f,
|
|
43
|
+
children: [
|
|
44
|
+
l,
|
|
45
|
+
s && /* @__PURE__ */ i(b, { className: r.loadingContentOverlay, type: "middle", children: c }),
|
|
46
|
+
/* @__PURE__ */ i("div", { className: r.lightBoxContentResizeWrapper, ref: x })
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
) });
|
|
50
|
+
};
|
|
51
|
+
j.displayName = "LightBoxContent";
|
|
52
|
+
export {
|
|
53
|
+
j as L,
|
|
54
|
+
r as s
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=LightBoxContent-BhFPV40j.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__09199656", o = "withKeyboardEvent__30806fc8", l = "withoutKeyboardEvent__4b3192eb", e = "lightBoxPrev__44ca2d56", i = "lightBoxNext__84faf099", n = "lightBoxControlsDesktop__2840b7b7", x = "lightBoxControlsMobile__f8a5d66e", h = "lightBoxClose__37a79438", s = "lightBoxPrevButton__75c030c9", B = "lightBoxNextButton__a70f1e5a", 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-B71hMR9E.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__34ca89af", l = "lightBoxSideOverlayCloseMobile__04cec8eb", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-Bzi7uEUG.js.map
|
|
@@ -2,15 +2,15 @@ import { jsx as s, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as I } from "./vendor-D3hUOusX.js";
|
|
4
4
|
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
|
-
import { Text as
|
|
6
|
-
const
|
|
7
|
-
listItemControlsButton:
|
|
5
|
+
import { Text as a } from "../components/Typography/Text.js";
|
|
6
|
+
const c = "listItemControlsButton__a9841f79", B = "listItemControlsButtonLabel__e458e35a", C = "listItemControlsButtonDropdown__f3aa3a6c", f = "listItemControlsButtonIcon__af00624a", p = "withText__5609fae8", _ = "listItemControlsButtonInner__ee00f40f", d = "withIcon__bdae166c", w = "buttonDropdownMenuItem__2e47814e", t = {
|
|
7
|
+
listItemControlsButton: c,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
|
-
listItemControlsButtonIcon:
|
|
11
|
-
withText:
|
|
12
|
-
listItemControlsButtonInner:
|
|
13
|
-
withIcon:
|
|
10
|
+
listItemControlsButtonIcon: f,
|
|
11
|
+
withText: p,
|
|
12
|
+
listItemControlsButtonInner: _,
|
|
13
|
+
withIcon: d,
|
|
14
14
|
buttonDropdownMenuItem: w
|
|
15
15
|
}, b = i.forwardRef(
|
|
16
16
|
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
@@ -30,7 +30,7 @@ const a = "listItemControlsButton__e6a8fe0c", B = "listItemControlsButtonLabel__
|
|
|
30
30
|
ref: r,
|
|
31
31
|
children: /* @__PURE__ */ m("span", { className: t.listItemControlsButtonInner, children: [
|
|
32
32
|
n ? /* @__PURE__ */ s("span", { className: t.listItemControlsButtonIcon, children: n }) : null,
|
|
33
|
-
o ? /* @__PURE__ */ s(
|
|
33
|
+
o ? /* @__PURE__ */ s(a, { className: t.listItemControlsButtonLabel, size: u.B4, children: o }) : null
|
|
34
34
|
] })
|
|
35
35
|
}
|
|
36
36
|
)
|
|
@@ -40,4 +40,4 @@ export {
|
|
|
40
40
|
b as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-BoYzfwDC.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__96e7673b", i = "listItemTailLine__51b44095", l = "listItemTailTop__5bc5ad66", e = "listItemTailBottom__a4899848", s = "listItemTailRight__28e4ea28", a = "listItemTailLeft__928179c6", m = {
|
|
2
|
+
listItemTail: t,
|
|
3
|
+
listItemTailLine: i,
|
|
4
|
+
listItemTailTop: l,
|
|
5
|
+
listItemTailBottom: e,
|
|
6
|
+
listItemTailRight: s,
|
|
7
|
+
listItemTailLeft: a
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
m as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ListItemTail.module-D2THwLyb.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const t = "listMasterFooter__484f82f7", s = "sticky__ff9e5605", o = "listMasterFooterDescription__c15b51f2", e = "listMasterFooterControls__23cde022", r = {
|
|
2
|
+
listMasterFooter: t,
|
|
3
|
+
sticky: s,
|
|
4
|
+
listMasterFooterDescription: o,
|
|
5
|
+
listMasterFooterControls: e
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
r as s
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ListMasterFooter.module-CQmunIov.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const o = "modalWindowContainer__0a76032f", d = "modalWindowBackdrop__4f44d3e2", n = "modalWindow__6198b969", a = "modalWindowContentWrapper__4b86913a", e = "modalWindowContent__7db0260b", t = "modalWindowResizeWrapper__b89c3dfe", i = "sm__d1d1a373", m = "md__c804f68b", W = "lg__16e34902", l = "modalWindowContentPage__c775aedb", r = "modalWindowLoaderScreen__664f39fd", w = {
|
|
2
|
+
modalWindowContainer: o,
|
|
3
|
+
modalWindowBackdrop: d,
|
|
4
|
+
modalWindow: n,
|
|
5
|
+
modalWindowContentWrapper: a,
|
|
6
|
+
modalWindowContent: e,
|
|
7
|
+
modalWindowResizeWrapper: t,
|
|
8
|
+
sm: i,
|
|
9
|
+
md: m,
|
|
10
|
+
lg: W,
|
|
11
|
+
modalWindowContentPage: l,
|
|
12
|
+
modalWindowLoaderScreen: r
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
w as s
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ModalWindow.module-BhR9VsYm.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "notification__cc3f1920", t = "extraBottomPadding__ea8b1bed", i = "notificationHeader__1a05e3fd", n = "notificationIcon__267c8b4a", c = "notificationBody__f5ec05a6", e = "notificationBodyList__d792e035", a = "notificationBodyContent__8dd81e8b", f = "notificationClose__6fb144f5", s = "showCloseOnHover__a96d5cb5", d = "notificationFooter__8133a731", r = "notificationTime__1ab63dbd", _ = "notificationGroupedWrapper__66eb15ec", p = "notificationGroupedFooterItem__d3557db0", b = "first__bfb6c221", B = "second__58766c8e", y = {
|
|
2
|
+
notification: o,
|
|
3
|
+
extraBottomPadding: t,
|
|
4
|
+
notificationHeader: i,
|
|
5
|
+
notificationIcon: n,
|
|
6
|
+
notificationBody: c,
|
|
7
|
+
notificationBodyList: e,
|
|
8
|
+
notificationBodyContent: a,
|
|
9
|
+
notificationClose: f,
|
|
10
|
+
showCloseOnHover: s,
|
|
11
|
+
notificationFooter: d,
|
|
12
|
+
notificationTime: r,
|
|
13
|
+
notificationGroupedWrapper: _,
|
|
14
|
+
notificationGroupedFooterItem: p,
|
|
15
|
+
first: b,
|
|
16
|
+
second: B
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
y as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=Notification.module-BHnUAhdM.js.map
|