@sberbusiness/triplex-next 1.28.0 → 1.29.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-B4-vQnzw.js +41 -0
- package/chunks/{CalendarViewItem-83koObqy.js → CalendarViewItem-5_px9kHt.js} +30 -30
- package/chunks/Card.module-Dx8nOFB3.js +17 -0
- package/chunks/CheckboxTreeExtended.module-Bjimmb7-.js +15 -0
- package/chunks/{Chip-BQ_gYzxq.js → Chip-D-_oIu-h.js} +20 -20
- package/chunks/Confirm.module-CLPl_MFI.js +15 -0
- package/chunks/{DropdownListItem-CVJjluxY.js → DropdownListItem-C7Maa_Sz.js} +21 -21
- package/chunks/DropdownMobile.module-CaYNuqHU.js +23 -0
- package/chunks/Footer.module-B8adM4Do.js +9 -0
- package/chunks/{FormFieldInput-BTVRGCId.js → FormFieldInput-BgrEEHVa.js} +11 -11
- package/chunks/HeaderLayoutSidebar.module-Cdc1sffY.js +9 -0
- package/chunks/HeaderTabs.module-DmDFhCmD.js +9 -0
- package/chunks/{HeaderTitle.module-Bh2WjxIN.js → HeaderTitle.module-fEjlMYZ7.js} +2 -2
- package/chunks/IslandAccordion.module-CNo4iFh8.js +25 -0
- package/chunks/IslandWidgetFooter.module-DZ6hXw2D.js +9 -0
- package/chunks/IslandWidgetHeader.module-CEVaTpbx.js +13 -0
- package/chunks/{LightBoxContent-BV0_QYb_.js → LightBoxContent-DdWEYnjf.js} +9 -9
- package/chunks/LightBoxControls.module-CnAa2Vmk.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Du9-TT1c.js +9 -0
- package/chunks/{ListItemControlsButton-_-tEvYQM.js → ListItemControlsButton-BrWqPMvQ.js} +13 -13
- package/chunks/ListItemTail.module-ZBSoUByF.js +12 -0
- package/chunks/ListMasterFooter.module-CeZvln77.js +10 -0
- package/chunks/ModalWindow.module-lrXOmH_L.js +17 -0
- package/chunks/Notification.module-ZlSN0MGm.js +20 -0
- package/chunks/Overlay.module-BlvGry2e.js +18 -0
- package/chunks/Page.module-BkU_qm35.js +11 -0
- package/chunks/SMSField.module-DQdb4DNu.js +16 -0
- package/chunks/SliderExtendedMarks.module-BWYZDQtm.js +15 -0
- package/chunks/SliderExtendedRail-B7cZIw4b.js +40 -0
- package/chunks/StatusTracker.module-C645B9ye.js +24 -0
- package/chunks/{StepperStepArrowBorder-BhxHSVsg.js → StepperStepArrowBorder-BDDBpgah.js} +10 -10
- package/chunks/{SuggestFieldMobileDropdownHint-Dj6gWOOm.js → SuggestFieldMobileDropdownHint-o1c16I20.js} +4 -4
- package/chunks/TableFooter.module-Bw739QXw.js +14 -0
- package/chunks/TabsExtended.module-DwTyq4mg.js +16 -0
- package/chunks/TabsLine.module-6sKjO9lB.js +21 -0
- package/chunks/TooltipDesktop.module-D1eY6eNm.js +19 -0
- package/chunks/TreeView.module-B4d0aSMp.js +9 -0
- package/chunks/UploadZoneInput-DRnwuj7v.js +33 -0
- package/chunks/{constants-CAK3AnS2.js → constants-BbgGoE1H.js} +10 -10
- package/chunks/{utils-JveQLn3C.js → utils-BG289Tpd.js} +5 -5
- package/chunks/{utils-CWZKt6QH.js → utils-Cev1dXzE.js} +11 -11
- package/chunks/{utils-m2ZY7x9c.js → utils-DmWZdfw8.js} +10 -10
- package/chunks/utils-XC0joCai.js +24 -0
- package/chunks/{vendor-DudMBGKr.js → vendor-C_uS77iF.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +29 -29
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +47 -22
- package/components/Badge/Badge.js +6 -6
- package/components/Badge/BadgeDot.js +4 -4
- package/components/Badge/components/BadgeContent.js +17 -17
- package/components/Badge/components/BadgePostfix.js +2 -2
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +29 -29
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +3 -3
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +11 -11
- package/components/Calendar/Calendar.js +120 -114
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarFooterButton.js +19 -21
- package/components/Calendar/components/CalendarViewDays.js +7 -10
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +29 -29
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Calendar/enums.js +1 -1
- package/components/Card/CardAction.js +16 -16
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +20 -20
- package/components/Checkbox/CheckboxXGroup.js +8 -8
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/CheckboxTreeExtended/index.js +3 -1
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +4 -4
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +137 -137
- package/components/CollapsableTree/components/CollapsableTreeNode.js +12 -12
- package/components/CollapsableTree/index.js +7 -0
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +18 -28
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DatePickerExtended/index.js +5 -0
- package/components/DateRange/DateRange.js +2 -2
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/Calendar.js +34 -42
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +15 -15
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +22 -22
- package/components/ExpandAnimation/ExpandAnimation.js +19 -19
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +14 -14
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +9 -11
- package/components/FormField/components/FormFieldDescription.js +2 -2
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +2 -2
- package/components/FormField/components/FormFieldMaskedInput.js +6 -6
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +27 -27
- 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 +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +2 -2
- package/components/IconWrapper/IconWrapper.js +12 -12
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +20 -20
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +19 -17
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +18 -0
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +21 -6
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +18 -0
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +16 -16
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +8 -8
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +6 -6
- package/components/List/List.js +3 -3
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +2 -2
- package/components/List/components/ListItemTable.js +2 -2
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +2 -2
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +8 -8
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +6 -6
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +9 -9
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/ModalWindow/index.js +11 -10
- package/components/MonthYearField/MonthYearField.js +22 -22
- package/components/MonthYearRange/MonthYearRange.js +14 -14
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +15 -15
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +8 -8
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +7 -7
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/index.js +10 -4
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +6 -6
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +11 -11
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +5 -5
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SMSField/index.js +9 -1
- package/components/SegmentedControl/SegmentedControl.js +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +2 -2
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +16 -16
- package/components/StatusTracker/StatusTracker.js +15 -11
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/StatusTracker/index.js +21 -5
- package/components/Step/Step.js +3 -3
- package/components/Stepper/Stepper.js +14 -14
- package/components/Stepper/StepperExtended.js +9 -9
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- 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 +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +15 -15
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +28 -24
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/index.js +25 -17
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +15 -15
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +7 -7
- package/components/TagColor/TagColor.js +9 -9
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +19 -19
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/TreeView/index.js +10 -0
- package/components/Triggers/index.js +5 -0
- package/components/Typography/Caption.js +20 -20
- package/components/Typography/CodeText.js +9 -9
- package/components/Typography/Text.js +14 -14
- package/components/Typography/Title.js +16 -16
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +9 -9
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +4 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/WindowResizeListener/index.js +5 -0
- package/components/index.js +632 -572
- package/index.d.ts +398 -59
- package/index.js +653 -593
- package/package.json +21 -1
- package/styles/triplex-next.css +538 -538
- package/types/index.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-NldQtvco.js +0 -41
- package/chunks/Card.module-c3-33ce8.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DmQ81avO.js +0 -15
- package/chunks/Confirm.module-NvQ6x492.js +0 -15
- package/chunks/DropdownMobile.module-BzplQxLc.js +0 -23
- package/chunks/Footer.module-C5auaCMC.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CmVwh8YX.js +0 -9
- package/chunks/HeaderTabs.module-BTcgQwsE.js +0 -9
- package/chunks/IslandAccordion.module-B-19rXcD.js +0 -25
- package/chunks/IslandWidgetFooter.module-BO73Tgxq.js +0 -9
- package/chunks/IslandWidgetHeader.module-Df2VlDhN.js +0 -12
- package/chunks/LightBoxControls.module-DbEH8RB1.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DX1kP1BM.js +0 -9
- package/chunks/ListItemTail.module-BKoqbpG6.js +0 -12
- package/chunks/ListMasterFooter.module-Dbk-k1aZ.js +0 -10
- package/chunks/ModalWindow.module-Dt8kEFNo.js +0 -17
- package/chunks/Notification.module-B9uJ73NL.js +0 -20
- package/chunks/Overlay.module-D6x0Rc2c.js +0 -18
- package/chunks/Page.module-Dp-a8BZr.js +0 -11
- package/chunks/SMSField.module-C2BQO6iZ.js +0 -16
- package/chunks/SliderExtendedMarks.module-DI6EJLUh.js +0 -15
- package/chunks/SliderExtendedRail-Dp8PruYh.js +0 -40
- package/chunks/StatusTracker.module-CF7eqrdv.js +0 -24
- package/chunks/TableFooter.module-BBF-DJGA.js +0 -14
- package/chunks/TabsExtended.module-C4CTakbs.js +0 -16
- package/chunks/TabsLine.module-CQy-1q2X.js +0 -21
- package/chunks/TooltipDesktop.module-BsYuxr3t.js +0 -19
- package/chunks/TreeView.module-BkeBRmgo.js +0 -9
- package/chunks/UploadZoneInput-Bhz9sU72.js +0 -33
- package/chunks/utils-BeYLwFL4.js +0 -24
|
@@ -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-C_uS77iF.js";
|
|
7
|
+
const y = "alertProcess__03c47e81", f = "md__ec1236a8", u = "lg__34b0459d", T = "withSpoiler__d8952747", B = "themeIcon__8a0ec337", C = "alertTypeError__884a816d", S = "alertTypeInfo__593789eb", h = "alertTypeWarning__9c2a3e57", b = "alertTypeSystem__b5aee4dc", I = "alertTypeFeature__331aa892", P = "alertProcessContentBlock__3ef5463f", g = "expandableContent__07a47a0c", k = "expanded__93fc11c2", v = "closeButton__9fb180ff", w = "expandButton__e5e0cb49", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
md: f,
|
|
10
|
+
lg: u,
|
|
11
|
+
withSpoiler: T,
|
|
12
|
+
themeIcon: B,
|
|
13
|
+
alertTypeError: C,
|
|
14
|
+
alertTypeInfo: S,
|
|
15
|
+
alertTypeWarning: h,
|
|
16
|
+
alertTypeSystem: b,
|
|
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, ...c }) => {
|
|
24
|
+
const { setHasSpoiler: a } = d(x);
|
|
25
|
+
_(() => (a(!0), () => {
|
|
26
|
+
a(!1);
|
|
27
|
+
}), [a]);
|
|
28
|
+
const l = () => {
|
|
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 }), ...c, children: s }),
|
|
33
|
+
/* @__PURE__ */ t("div", { className: n(e.expandButton, { [e.expanded]: o }), children: /* @__PURE__ */ t(m, { onClick: l, children: /* @__PURE__ */ t(i, { paletteIndex: 5 }) }) })
|
|
34
|
+
] });
|
|
35
|
+
};
|
|
36
|
+
A.displayName = "AlertProcessSpoiler";
|
|
37
|
+
export {
|
|
38
|
+
A,
|
|
39
|
+
e as s
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=AlertProcessSpoiler-B4-vQnzw.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as w } from "./vendor-DudMBGKr.js";
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
3
2
|
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
3
|
+
import { c as V } from "./vendor-C_uS77iF.js";
|
|
4
4
|
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
5
|
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
-
import { isKey as
|
|
7
|
-
const A = "
|
|
6
|
+
import { isKey as w } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__c1a93b76", E = "calendarViewMonths__c169ad39", L = "calendarViewYears__381eff8c", R = "calendarViewDaysHeader__a3a8fd81", v = "calendarViewDaysBody__8938dab1", H = "calendarViewItem__3636b285", B = "current__d32c0363", S = "disabled__bc4fe193", j = "calendarViewItemLabel__56dae2e6", O = "muted__d01cca16", P = "selected__8e8a1e25", g = "basicMark__f4810264", q = "standardMark__6c51fae1", z = "attentionMark__69b5cbb3", G = "criticalMark__1da8ab31", J = "marked__9a74c88e", Q = "unitDay__7f0b9627", U = "unitMonth__0f6fa4ec", W = "unitYear__03183eda", a = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -14,12 +14,12 @@ const A = "calendarViewDays__3e8bb23e", E = "calendarViewMonths__041a5746", L =
|
|
|
14
14
|
current: B,
|
|
15
15
|
disabled: S,
|
|
16
16
|
calendarViewItemLabel: j,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
muted: O,
|
|
18
|
+
selected: P,
|
|
19
|
+
basicMark: g,
|
|
20
|
+
standardMark: q,
|
|
21
|
+
attentionMark: z,
|
|
22
|
+
criticalMark: G,
|
|
23
23
|
marked: J,
|
|
24
24
|
unitDay: Q,
|
|
25
25
|
unitMonth: U,
|
|
@@ -34,16 +34,16 @@ const A = "calendarViewDays__3e8bb23e", E = "calendarViewMonths__041a5746", L =
|
|
|
34
34
|
month: a.unitMonth,
|
|
35
35
|
year: a.unitYear
|
|
36
36
|
}, ra = ({
|
|
37
|
-
children:
|
|
38
|
-
className:
|
|
37
|
+
children: k,
|
|
38
|
+
className: y,
|
|
39
39
|
date: o,
|
|
40
|
-
unit:
|
|
41
|
-
tabbable:
|
|
40
|
+
unit: b,
|
|
41
|
+
tabbable: c,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
44
|
muted: I,
|
|
45
|
-
markType:
|
|
46
|
-
onFocus:
|
|
45
|
+
markType: n,
|
|
46
|
+
onFocus: d,
|
|
47
47
|
onBlur: s,
|
|
48
48
|
onKeyDown: i,
|
|
49
49
|
onDateSelect: m,
|
|
@@ -52,43 +52,43 @@ const A = "calendarViewDays__3e8bb23e", E = "calendarViewMonths__041a5746", L =
|
|
|
52
52
|
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
53
|
Y(() => {
|
|
54
54
|
var e;
|
|
55
|
-
|
|
56
|
-
}, [
|
|
55
|
+
c && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
+
}, [c, t]);
|
|
57
57
|
const D = (e) => {
|
|
58
|
-
t.current = !0,
|
|
58
|
+
t.current = !0, d == null || d(e);
|
|
59
59
|
}, h = (e) => {
|
|
60
60
|
t.current = !1, s == null || s(e);
|
|
61
61
|
}, p = (e) => {
|
|
62
62
|
const M = e.code || e.keyCode;
|
|
63
|
-
(
|
|
63
|
+
(w(M, "ENTER") || w(M, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
64
|
};
|
|
65
|
-
return /* @__PURE__ */
|
|
65
|
+
return /* @__PURE__ */ f(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className:
|
|
69
|
-
tabIndex:
|
|
68
|
+
className: V(a.calendarViewItem, { [a.disabled]: _ }, y),
|
|
69
|
+
tabIndex: c ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
71
|
onFocus: D,
|
|
72
72
|
onBlur: h,
|
|
73
73
|
onKeyDown: p,
|
|
74
74
|
...C,
|
|
75
75
|
ref: u,
|
|
76
|
-
children: /* @__PURE__ */
|
|
76
|
+
children: /* @__PURE__ */ f(
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
|
-
className:
|
|
79
|
+
className: V(
|
|
80
80
|
a.calendarViewItemLabel,
|
|
81
|
-
Z[
|
|
81
|
+
Z[b],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
|
-
[a.marked]:
|
|
84
|
+
[a.marked]: n !== void 0,
|
|
85
85
|
[a.muted]: !!I,
|
|
86
86
|
[a.selected]: l
|
|
87
87
|
},
|
|
88
|
-
|
|
88
|
+
n !== void 0 ? X[n] : void 0
|
|
89
89
|
),
|
|
90
90
|
onClick: () => m(o),
|
|
91
|
-
children:
|
|
91
|
+
children: k
|
|
92
92
|
}
|
|
93
93
|
)
|
|
94
94
|
}
|
|
@@ -98,4 +98,4 @@ export {
|
|
|
98
98
|
ra as C,
|
|
99
99
|
a as s
|
|
100
100
|
};
|
|
101
|
-
//# sourceMappingURL=CalendarViewItem-
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-5_px9kHt.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__7a91722d", d = "roundingMD__3610ffc1", a = "roundingSM__21fa654e", c = "general__b76f8589", o = "secondary__807251b2", e = "cardMedia__808706c9", r = "cardContent__f1c4516a", t = "paddingMD__cfe7623c", _ = "paddingSM__7787ae4c", s = "cardContentHeader__a6725d14", g = "cardContentFooter__6b539a19", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: c,
|
|
6
|
+
secondary: o,
|
|
7
|
+
cardMedia: e,
|
|
8
|
+
cardContent: r,
|
|
9
|
+
paddingMD: t,
|
|
10
|
+
paddingSM: _,
|
|
11
|
+
cardContentHeader: s,
|
|
12
|
+
cardContentFooter: g
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
i as c
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=Card.module-Dx8nOFB3.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__44caca9c", c = "checkboxTreeExtendedNode__13f51afa", o = "sm__b48355e6", d = "md__1922c5ee", x = "lg__6ff389cf", b = "checkboxTreeExtendedNodeHeader__8b3427c3", r = "checkboxTreeCheckboxLabel__83a0a98e", t = "caretIconWrapper__c9d99379", n = "checkboxTreeCheckbox__d42ba7cb", h = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
sm: o,
|
|
5
|
+
md: d,
|
|
6
|
+
lg: x,
|
|
7
|
+
checkboxTreeExtendedNodeHeader: b,
|
|
8
|
+
checkboxTreeCheckboxLabel: r,
|
|
9
|
+
caretIconWrapper: t,
|
|
10
|
+
checkboxTreeCheckbox: n
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
h as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-Bjimmb7-.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as x, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
2
|
+
import b, { useCallback as u } from "react";
|
|
3
|
+
import { c as I } from "./vendor-C_uS77iF.js";
|
|
4
4
|
import { EComponentSize as P } from "../enums/EComponentSize.js";
|
|
5
5
|
import { createSizeToClassNameMap as C } from "../utils/classNameMaps.js";
|
|
6
6
|
import { isKey as N } from "../utils/keyboard.js";
|
|
7
7
|
import { Badge as w } from "../components/Badge/Badge.js";
|
|
8
|
-
import { IconWrapper as
|
|
9
|
-
const B = "
|
|
8
|
+
import { IconWrapper as f } from "../components/IconWrapper/IconWrapper.js";
|
|
9
|
+
const B = "chipGroupItem__8a11fd01", g = "chip__07b7bc18", G = "lg__7254f64e", M = "prefix__5007c504", S = "postfix__f46a724b", j = "notificationIcon__cba88239", y = "md__0e5e1d7b", z = "sm__9b425033", E = "disabled__f16a15ac", R = "selected__e6465b6a", T = "withPrefix__63feb9d1", k = "withPostfix__b502ac1c", A = "content__81f19b73", t = {
|
|
10
10
|
chipGroupItem: B,
|
|
11
11
|
chip: g,
|
|
12
12
|
lg: G,
|
|
@@ -20,20 +20,20 @@ const B = "chipGroupItem__c84643d9", g = "chip__27a01d9c", G = "lg__d19a388e", M
|
|
|
20
20
|
withPrefix: T,
|
|
21
21
|
withPostfix: k,
|
|
22
22
|
content: A
|
|
23
|
-
}, W = C(t), q =
|
|
23
|
+
}, W = C(t), q = b.forwardRef(
|
|
24
24
|
({
|
|
25
|
-
children:
|
|
25
|
+
children: r,
|
|
26
26
|
className: p,
|
|
27
27
|
disabled: o,
|
|
28
|
-
postfix:
|
|
29
|
-
prefix:
|
|
28
|
+
postfix: c,
|
|
29
|
+
prefix: s,
|
|
30
30
|
selected: l,
|
|
31
|
-
showNotificationIcon:
|
|
31
|
+
showNotificationIcon: m,
|
|
32
32
|
size: n = P.MD,
|
|
33
33
|
onKeyDown: e,
|
|
34
|
-
...
|
|
34
|
+
...d
|
|
35
35
|
}, _) => {
|
|
36
|
-
const h =
|
|
36
|
+
const h = u(
|
|
37
37
|
(a) => {
|
|
38
38
|
N(a.code, "SPACE") && a.preventDefault(), e == null || e(a);
|
|
39
39
|
},
|
|
@@ -42,28 +42,28 @@ const B = "chipGroupItem__c84643d9", g = "chip__27a01d9c", G = "lg__d19a388e", M
|
|
|
42
42
|
return /* @__PURE__ */ x(
|
|
43
43
|
"span",
|
|
44
44
|
{
|
|
45
|
-
className:
|
|
45
|
+
className: I(
|
|
46
46
|
t.chip,
|
|
47
47
|
t.chipGroupItem,
|
|
48
48
|
W[n],
|
|
49
49
|
{
|
|
50
50
|
[t.disabled]: !!o,
|
|
51
51
|
[t.selected]: !!l,
|
|
52
|
-
[t.withPostfix]: typeof
|
|
53
|
-
[t.withPrefix]: typeof
|
|
52
|
+
[t.withPostfix]: typeof c < "u",
|
|
53
|
+
[t.withPrefix]: typeof s < "u"
|
|
54
54
|
},
|
|
55
55
|
p
|
|
56
56
|
),
|
|
57
57
|
role: "button",
|
|
58
58
|
tabIndex: o ? -1 : 0,
|
|
59
59
|
onKeyDown: h,
|
|
60
|
-
...
|
|
60
|
+
...d,
|
|
61
61
|
ref: _,
|
|
62
62
|
children: [
|
|
63
|
-
|
|
64
|
-
/* @__PURE__ */ i("span", { className: t.content, children:
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
s ? /* @__PURE__ */ i(f, { className: t.prefix, disabled: !!o, children: s }) : null,
|
|
64
|
+
/* @__PURE__ */ i("span", { className: t.content, children: r }),
|
|
65
|
+
c ? /* @__PURE__ */ i(f, { className: t.postfix, disabled: !!o, children: c }) : null,
|
|
66
|
+
m && /* @__PURE__ */ i(w.Dot, { size: n, className: t.notificationIcon })
|
|
67
67
|
]
|
|
68
68
|
}
|
|
69
69
|
);
|
|
@@ -74,4 +74,4 @@ export {
|
|
|
74
74
|
q as C,
|
|
75
75
|
t as s
|
|
76
76
|
};
|
|
77
|
-
//# sourceMappingURL=Chip-
|
|
77
|
+
//# sourceMappingURL=Chip-D-_oIu-h.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__46fd2ba4", o = "isInLightBox__8054332d", i = "isInSideOverlaySM__2ab1e672", t = "isInSideOverlayMD__e75a9a76", e = "isInSideOverlayLG__e927e00d", s = "confirmCloseButton__3bb61f33", r = "confirmContent__16b9a97b", c = "confirmControls__d2779648", l = "confirmContentTitle__6d50e220", _ = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: r,
|
|
9
|
+
confirmControls: c,
|
|
10
|
+
confirmContentTitle: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
_ as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-CLPl_MFI.js.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsxs as E, jsx as k } from "react/jsx-runtime";
|
|
2
2
|
import I, { useEffect as u } from "react";
|
|
3
|
-
import { c as v } from "./vendor-
|
|
4
|
-
import { EComponentSize as
|
|
3
|
+
import { c as v } from "./vendor-C_uS77iF.js";
|
|
4
|
+
import { EComponentSize as b } from "../enums/EComponentSize.js";
|
|
5
5
|
import { EVENT_KEY_CODES as p } from "../utils/keyboard.js";
|
|
6
|
-
import { Badge as
|
|
7
|
-
const N = "
|
|
8
|
-
dropdownDesktopList:
|
|
9
|
-
notificationIcon:
|
|
10
|
-
sm:
|
|
11
|
-
dropdownDesktopListItem:
|
|
12
|
-
dropdownDesktopListLoader:
|
|
13
|
-
md:
|
|
14
|
-
lg:
|
|
15
|
-
active:
|
|
6
|
+
import { Badge as l } from "../components/Badge/Badge.js";
|
|
7
|
+
const y = "dropdownDesktopList__478f8a74", N = "notificationIcon__a0d834d8", g = "sm__a18b07f5", x = "dropdownDesktopListItem__3dfa9b9f", C = "dropdownDesktopListLoader__ebec6323", O = "md__86890e9b", R = "lg__736846b6", T = "active__523bdd24", K = "selected__8b3f0ba9", s = {
|
|
8
|
+
dropdownDesktopList: y,
|
|
9
|
+
notificationIcon: N,
|
|
10
|
+
sm: g,
|
|
11
|
+
dropdownDesktopListItem: x,
|
|
12
|
+
dropdownDesktopListLoader: C,
|
|
13
|
+
md: O,
|
|
14
|
+
lg: R,
|
|
15
|
+
active: T,
|
|
16
16
|
selected: K
|
|
17
17
|
}, j = [p.SPACE, p.ENTER], A = I.forwardRef(
|
|
18
18
|
({
|
|
19
|
-
active:
|
|
19
|
+
active: e,
|
|
20
20
|
keyCodesForSelection: a = j,
|
|
21
21
|
children: d,
|
|
22
22
|
className: m,
|
|
@@ -24,7 +24,7 @@ const N = "dropdownDesktopList__7e0c272a", g = "notificationIcon__142482cd", x =
|
|
|
24
24
|
onSelect: o,
|
|
25
25
|
selected: r,
|
|
26
26
|
showNotificationIcon: c,
|
|
27
|
-
size: _ =
|
|
27
|
+
size: _ = b.MD,
|
|
28
28
|
...f
|
|
29
29
|
}, D) => {
|
|
30
30
|
const i = (t) => {
|
|
@@ -33,14 +33,14 @@ const N = "dropdownDesktopList__7e0c272a", g = "notificationIcon__142482cd", x =
|
|
|
33
33
|
}, L = (t) => {
|
|
34
34
|
o == null || o(), n == null || n(t);
|
|
35
35
|
};
|
|
36
|
-
return u(() => (
|
|
36
|
+
return u(() => (e ? document.addEventListener("keydown", i) : document.removeEventListener("keydown", i), () => {
|
|
37
37
|
document.removeEventListener("keydown", i);
|
|
38
|
-
}), [
|
|
38
|
+
}), [e]), /* @__PURE__ */ E(
|
|
39
39
|
"div",
|
|
40
40
|
{
|
|
41
41
|
className: v(
|
|
42
|
-
|
|
43
|
-
{ [
|
|
42
|
+
s.dropdownDesktopListItem,
|
|
43
|
+
{ [s.active]: !!e, [s.selected]: !!r },
|
|
44
44
|
m
|
|
45
45
|
),
|
|
46
46
|
title: typeof d == "string" ? d : void 0,
|
|
@@ -51,7 +51,7 @@ const N = "dropdownDesktopList__7e0c272a", g = "notificationIcon__142482cd", x =
|
|
|
51
51
|
ref: D,
|
|
52
52
|
children: [
|
|
53
53
|
d,
|
|
54
|
-
c && /* @__PURE__ */ k(
|
|
54
|
+
c && /* @__PURE__ */ k(l.Dot, { size: _, className: s.notificationIcon })
|
|
55
55
|
]
|
|
56
56
|
}
|
|
57
57
|
);
|
|
@@ -60,6 +60,6 @@ const N = "dropdownDesktopList__7e0c272a", g = "notificationIcon__142482cd", x =
|
|
|
60
60
|
A.displayName = "DropdownListItem";
|
|
61
61
|
export {
|
|
62
62
|
A as D,
|
|
63
|
-
|
|
63
|
+
s
|
|
64
64
|
};
|
|
65
|
-
//# sourceMappingURL=DropdownListItem-
|
|
65
|
+
//# sourceMappingURL=DropdownListItem-C7Maa_Sz.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__b99ec58b", d = "dropdownMobileBackdrop__ccf7e015", e = "closing__13d9d332", n = "opening__fb1a45f9", r = "opened__733ae488", t = "dropdownMobile__333dd0e7", i = "dropdownMobileHeader__c1c651d7", p = "dropdownMobileHeaderContent__855d2f9b", l = "dropdownMobileContent__e101b1d7", c = "dropdownMobileFooter__ca82ac29", b = "dropdownMobileListItem__235a9302", s = "selected__8b3f0ba9", w = "dropdownMobileBodyOverflow__119a0da0", _ = "controlButtons__d20c2987", M = "dropdownMobileLoader__7e9f3f17", a = "dropdownMobileListLoader__3a9f4d52", f = "notificationIcon__a0d834d8", L = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: d,
|
|
4
|
+
closing: e,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: t,
|
|
8
|
+
dropdownMobileHeader: i,
|
|
9
|
+
dropdownMobileHeaderContent: p,
|
|
10
|
+
dropdownMobileContent: l,
|
|
11
|
+
dropdownMobileFooter: c,
|
|
12
|
+
dropdownMobileListItem: 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-CaYNuqHU.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__db508d07", t = "footerDescriptionContent__7fad3eb2", e = "footerDescriptionControls__3e5adb5d", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-B8adM4Do.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
2
|
import C, { useContext as D, useMemo as L, useCallback as a, useLayoutEffect as u } from "react";
|
|
3
|
-
import { u as R, c as W } from "./vendor-
|
|
3
|
+
import { u as R, c as W } from "./vendor-C_uS77iF.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__f354418a", J = "sm__209b8dac", K = "md__25b5992f", O = "lg__171b634b", T = {
|
|
9
9
|
formFieldInput: H,
|
|
10
10
|
sm: J,
|
|
11
11
|
md: K,
|
|
@@ -13,7 +13,7 @@ const H = "formFieldInput__95ba74f1", J = "sm__e4f0c4d5", K = "md__8d028fcf", O
|
|
|
13
13
|
}, Q = w(T), S = C.forwardRef(
|
|
14
14
|
({
|
|
15
15
|
id: d,
|
|
16
|
-
className:
|
|
16
|
+
className: b,
|
|
17
17
|
value: e,
|
|
18
18
|
defaultValue: p,
|
|
19
19
|
onFocus: l,
|
|
@@ -21,9 +21,9 @@ const H = "formFieldInput__95ba74f1", J = "sm__e4f0c4d5", K = "md__8d028fcf", O
|
|
|
21
21
|
onAnimationStart: r,
|
|
22
22
|
onChange: i,
|
|
23
23
|
render: F,
|
|
24
|
-
...
|
|
24
|
+
...g
|
|
25
25
|
}, n) => {
|
|
26
|
-
const { status:
|
|
26
|
+
const { status: h, setFocused: o, setTargetId: _, setFilled: c, size: I } = D(j), f = L(() => d === void 0 ? R("input_") : d, [d]), x = W(T.formFieldInput, Q[I], b), t = a(
|
|
27
27
|
(s) => {
|
|
28
28
|
c(G(s));
|
|
29
29
|
},
|
|
@@ -36,7 +36,7 @@ const H = "formFieldInput__95ba74f1", J = "sm__e4f0c4d5", K = "md__8d028fcf", O
|
|
|
36
36
|
}, []), u(() => {
|
|
37
37
|
e !== void 0 && t(e);
|
|
38
38
|
}, [e, t]);
|
|
39
|
-
const
|
|
39
|
+
const y = a(
|
|
40
40
|
(s) => {
|
|
41
41
|
t(s.currentTarget.value), o(!0), l == null || l(s);
|
|
42
42
|
},
|
|
@@ -57,13 +57,13 @@ const H = "formFieldInput__95ba74f1", J = "sm__e4f0c4d5", K = "md__8d028fcf", O
|
|
|
57
57
|
},
|
|
58
58
|
[t, i]
|
|
59
59
|
), N = {
|
|
60
|
-
...
|
|
60
|
+
...g,
|
|
61
61
|
id: f,
|
|
62
|
-
className:
|
|
62
|
+
className: x,
|
|
63
63
|
value: e,
|
|
64
64
|
defaultValue: p,
|
|
65
|
-
disabled:
|
|
66
|
-
onFocus:
|
|
65
|
+
disabled: h === q.DISABLED,
|
|
66
|
+
onFocus: y,
|
|
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-BgrEEHVa.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__42ccc925", a = "headerLayoutSidebarContent__a16b1a04", r = "headerLayoutSidebarSidebar__ba59f805", d = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: r
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
d as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-Cdc1sffY.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__13e255cc", t = "headerTitleControls__474c2546", l = "headerTitleContent__438a0105", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__9430d285", t = "headerTitleControls__3b062bbc", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-fEjlMYZ7.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__942e68dd", t = "island__23188560", o = "item__3a73a735", c = "disabled__72058250", d = "sm__bd9588a5", s = "md__9b0b145b", _ = "lg__93a026f6", n = "header__400d19df", a = "type1__99014c6d", r = "opened__cdd3f7cf", p = "type2__3465f52d", i = "type3__8c9457d4", l = "footer__4d1d78f5", b = "body__335d8ebb", y = "caretWrapper__dbefca7c", m = "caretIcon__0d7c9a08", f = "title__c3a96fc1", g = "remove__52906809", h = "step__a16225ae", v = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: o,
|
|
5
|
+
disabled: c,
|
|
6
|
+
sm: d,
|
|
7
|
+
md: s,
|
|
8
|
+
lg: _,
|
|
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
|
+
remove: g,
|
|
20
|
+
step: h
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
v as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-CNo4iFh8.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__5b50814a", o = "islandWidgetFooterContent__8f2b3b32", e = "islandWidgetFooterControls__339e837e", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-DZ6hXw2D.js.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__83eaccc8", a = "islandWidgetHeaderTitle__9efdb14a", d = "islandWidgetHeaderControls__37394847", t = "islandWidgetHeaderDescription__d9aa0a76", i = "caretWrapper__32e07ece", n = "caretIcon__cca78212", r = "open__dd914f0c", s = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderTitle: a,
|
|
4
|
+
islandWidgetHeaderControls: d,
|
|
5
|
+
islandWidgetHeaderDescription: t,
|
|
6
|
+
caretWrapper: i,
|
|
7
|
+
caretIcon: n,
|
|
8
|
+
open: r
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
s
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=IslandWidgetHeader.module-CEVaTpbx.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as n, jsxs as _ } from "react/jsx-runtime";
|
|
2
2
|
import { useState as y, useRef as v, useCallback as p, useLayoutEffect as b, useEffect as C } from "react";
|
|
3
3
|
import { WindowResizeListener as O } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
-
import { h as S, c as T } from "./vendor-
|
|
4
|
+
import { h as S, c as T } from "./vendor-C_uS77iF.js";
|
|
5
5
|
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const L = "
|
|
6
|
+
const L = "lightBox__1ee78d9f", z = "sm__11e04fcf", A = "md__39a9bce0", W = "lg__74c6db1b", N = "xl__527f39bc", E = "lightBoxBackdrop__9eed086f", k = "lightBoxSideOverlayActive__62ec46ca", w = "lightBoxTopOverlayActive__3c776695", H = "lightBoxContent__17e46752", q = "loadingContentOverlay__3513c34c", j = "lightBoxContentResizeWrapper__092ffb10", D = "tempElSafariBug__2c76d3d3", M = "bodyOverflowHidden__8906d822", i = {
|
|
7
7
|
lightBox: L,
|
|
8
8
|
sm: z,
|
|
9
9
|
md: A,
|
|
@@ -21,10 +21,10 @@ const L = "lightBox__4ed3aa98", z = "sm__582a808c", A = "md__8099e2b6", W = "lg_
|
|
|
21
21
|
"global-LB-less-or-equal-media-point-0": "global-LB-less-or-equal-media-point-0",
|
|
22
22
|
"global-LB-more-media-point-0": "global-LB-more-media-point-0"
|
|
23
23
|
}, I = (h) => {
|
|
24
|
-
const { children:
|
|
24
|
+
const { children: r, className: a, isLoading: s, loadingTitle: c, ...f } = h, [d, u] = y(0), e = v(null), o = p(() => {
|
|
25
25
|
let l = 0;
|
|
26
26
|
const g = document.querySelector('[data-lightbox-component="controls"]');
|
|
27
|
-
g && (l += g.offsetHeight),
|
|
27
|
+
g && (l += g.offsetHeight), u((m) => Math.abs(m - l) > 1 ? l : m);
|
|
28
28
|
}, []), t = p(() => {
|
|
29
29
|
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
30
30
|
}, [o]);
|
|
@@ -32,7 +32,7 @@ const L = "lightBox__4ed3aa98", z = "sm__582a808c", A = "md__8099e2b6", W = "lg_
|
|
|
32
32
|
e.current && clearTimeout(e.current);
|
|
33
33
|
}), []), C(() => {
|
|
34
34
|
t();
|
|
35
|
-
}, [
|
|
35
|
+
}, [r, a, s, c, t]);
|
|
36
36
|
const { ref: B } = S({
|
|
37
37
|
handleWidth: !0,
|
|
38
38
|
onResize: t,
|
|
@@ -44,11 +44,11 @@ const L = "lightBox__4ed3aa98", z = "sm__582a808c", A = "md__8099e2b6", W = "lg_
|
|
|
44
44
|
return /* @__PURE__ */ n(O, { onResize: t, children: /* @__PURE__ */ _(
|
|
45
45
|
"div",
|
|
46
46
|
{
|
|
47
|
-
className: T(
|
|
47
|
+
className: T(a, i.lightBoxContent),
|
|
48
48
|
style: d ? x : void 0,
|
|
49
|
-
...
|
|
49
|
+
...f,
|
|
50
50
|
children: [
|
|
51
|
-
|
|
51
|
+
r,
|
|
52
52
|
s && /* @__PURE__ */ n(R, { className: i.loadingContentOverlay, type: "middle", children: c }),
|
|
53
53
|
/* @__PURE__ */ n("div", { className: i.lightBoxContentResizeWrapper, ref: B })
|
|
54
54
|
]
|
|
@@ -60,4 +60,4 @@ export {
|
|
|
60
60
|
I as L,
|
|
61
61
|
i as s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=LightBoxContent-
|
|
63
|
+
//# sourceMappingURL=LightBoxContent-DdWEYnjf.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__741703da", o = "withKeyboardEvent__0a58c02a", e = "withoutKeyboardEvent__3b4deae3", l = "lightBoxPrev__33b9ae91", i = "lightBoxNext__6ec7591a", n = "lightBoxControlsDesktop__55f3f7fc", x = "lightBoxControlsMobile__fb6503be", h = "lightBoxClose__163d089e", s = "lightBoxPrevButton__65a9532c", B = "lightBoxNextButton__a75532ba", g = {
|
|
2
|
+
lightBoxControls: t,
|
|
3
|
+
withKeyboardEvent: o,
|
|
4
|
+
withoutKeyboardEvent: e,
|
|
5
|
+
lightBoxPrev: l,
|
|
6
|
+
lightBoxNext: i,
|
|
7
|
+
lightBoxControlsDesktop: n,
|
|
8
|
+
lightBoxControlsMobile: x,
|
|
9
|
+
lightBoxClose: h,
|
|
10
|
+
lightBoxPrevButton: s,
|
|
11
|
+
lightBoxNextButton: B
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
g as s
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=LightBoxControls.module-CnAa2Vmk.js.map
|