@sberbusiness/triplex-next 1.28.0 → 1.30.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-BIiexkiG.js +41 -0
- package/chunks/{CalendarViewItem-83koObqy.js → CalendarViewItem-DZix7Wi3.js} +23 -23
- package/chunks/Card.module-C57O8DQ9.js +18 -0
- package/chunks/CheckboxTreeExtended.module-D_Xqk2Z0.js +15 -0
- package/chunks/{Chip-BQ_gYzxq.js → Chip-D73o-tIk.js} +18 -18
- package/chunks/Confirm.module-CUcXlA0E.js +15 -0
- package/chunks/{DropdownListItem-CVJjluxY.js → DropdownListItem-PhDNj_sI.js} +22 -22
- package/chunks/DropdownMobile.module-DL87iBcj.js +23 -0
- package/chunks/Footer.module-DZzX_hiB.js +9 -0
- package/chunks/{FormFieldInput-BTVRGCId.js → FormFieldInput-Du3nMTry.js} +24 -24
- package/chunks/HeaderLayoutSidebar.module-BOcwOhH9.js +9 -0
- package/chunks/HeaderTabs.module-D5xnWADy.js +9 -0
- package/chunks/{HeaderTitle.module-Bh2WjxIN.js → HeaderTitle.module-mufXm8bf.js} +2 -2
- package/chunks/IslandAccordion.module-cWQkjySQ.js +25 -0
- package/chunks/IslandWidgetFooter.module-K-i_a4VV.js +9 -0
- package/chunks/IslandWidgetHeader.module-BU39_xm_.js +13 -0
- package/chunks/{LightBoxContent-BV0_QYb_.js → LightBoxContent-oXmUc0O4.js} +6 -6
- package/chunks/LightBoxControls.module-BOBUS8MF.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BLxHQH7u.js +9 -0
- package/chunks/{ListItemControlsButton-_-tEvYQM.js → ListItemControlsButton-Cn_qKgVF.js} +8 -8
- package/chunks/ListItemTail.module-D7OEUQSH.js +12 -0
- package/chunks/ListMasterFooter.module-B2oYxI3b.js +10 -0
- package/chunks/ModalWindow.module-B7YcXJ55.js +17 -0
- package/chunks/Notification.module-OkzyDWlc.js +20 -0
- package/chunks/Overlay.module-CBlckNkR.js +18 -0
- package/chunks/Page.module-BkDd7q7x.js +11 -0
- package/chunks/SMSField.module-BBRpa0-4.js +16 -0
- package/chunks/SliderExtendedMarks.module-DOunMVrv.js +15 -0
- package/chunks/{SliderExtendedRail-Dp8PruYh.js → SliderExtendedRail-Cr47EmrH.js} +8 -8
- package/chunks/StatusTracker.module-B6VeAoHW.js +24 -0
- package/chunks/{StepperStepArrowBorder-BhxHSVsg.js → StepperStepArrowBorder-C6up4LVv.js} +8 -8
- package/chunks/{SuggestFieldMobileDropdownHint-Dj6gWOOm.js → SuggestFieldMobileDropdownHint-BZyaIt1i.js} +2 -2
- package/chunks/TableFooter.module-Exx3Pc8E.js +14 -0
- package/chunks/TabsExtended.module-D8onFEnM.js +16 -0
- package/chunks/TabsLine.module-BvYF3ue-.js +21 -0
- package/chunks/TooltipDesktop.module-DD0ESKwE.js +19 -0
- package/chunks/TreeView.module-ClEsZNDe.js +9 -0
- package/chunks/{UploadZoneInput-Bhz9sU72.js → UploadZoneInput-BbaamBLA.js} +8 -8
- package/chunks/{constants-CAK3AnS2.js → constants-DG4U-QtS.js} +8 -8
- package/chunks/utils-2vVjLvvg.js +24 -0
- package/chunks/{utils-JveQLn3C.js → utils-BTk2T8x6.js} +2 -2
- package/chunks/{utils-CWZKt6QH.js → utils-Bk10DX0W.js} +15 -15
- package/chunks/{utils-m2ZY7x9c.js → utils-DgpN6CSa.js} +8 -8
- package/chunks/{vendor-DudMBGKr.js → vendor-82AnkPpo.js} +47 -44
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +25 -25
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +47 -22
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +16 -16
- package/components/Badge/components/BadgePostfix.js +10 -10
- package/components/Badge/components/BadgePrefix.js +5 -5
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +27 -27
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +12 -12
- package/components/Calendar/Calendar.js +120 -114
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- 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 +7 -7
- package/components/Checkbox/Checkbox.js +20 -20
- package/components/Checkbox/CheckboxXGroup.js +10 -10
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +5 -5
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +10 -10
- package/components/CheckboxTreeExtended/index.js +3 -1
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +8 -8
- 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 +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +142 -142
- package/components/CollapsibleTree/CollapsibleTree.js +23 -0
- package/components/CollapsibleTree/components/CollapsibleTreeBranchNode.js +37 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +13 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +24 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +44 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeLabel.js +12 -0
- package/components/CollapsibleTree/index.js +11 -0
- package/components/CollapsibleTree/types.js +5 -0
- package/components/CollapsibleTreeExtended/CollapsibleTreeExtended.js +10 -0
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +71 -0
- package/components/CollapsibleTreeExtended/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 +12 -12
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +89 -84
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +83 -78
- package/components/DesignTokens/components/Calendar.js +34 -42
- package/components/DesignTokens/components/CollapsibleTree.js +11 -0
- package/components/DesignTokens/components/ListItem.js +7 -4
- package/components/DesignTokens/components/index.js +138 -135
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +21 -21
- 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 +6 -6
- 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 +6 -6
- package/components/EmptyView/EmptyView.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +22 -22
- 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 +27 -27
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +9 -11
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +7 -7
- package/components/FormField/components/FormFieldMaskedInput.js +21 -21
- package/components/FormField/components/FormFieldPostfix.js +24 -17
- package/components/FormField/components/FormFieldPrefix.js +24 -17
- package/components/FormField/components/FormFieldTarget.js +20 -20
- package/components/FormField/components/FormFieldTextarea.js +13 -13
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +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 +9 -9
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +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 +27 -27
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- 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 +2 -2
- package/components/LightBox/LightBox.js +13 -13
- 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 +15 -15
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +18 -18
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -14
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +9 -9
- package/components/List/List.js +7 -7
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +8 -8
- package/components/List/components/ListItemContent.js +22 -17
- package/components/List/components/ListItemContext.js +5 -2
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +28 -25
- package/components/List/components/ListItemTable.js +21 -20
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +4 -4
- 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 +6 -6
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +6 -6
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +9 -9
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- 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 +15 -15
- package/components/MultiselectField/MultiselectField.js +19 -14
- package/components/MultiselectField/MultiselectFieldContext.js +5 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +34 -31
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- 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 +11 -11
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +2 -2
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +16 -16
- 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 +11 -11
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +2 -2
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +9 -9
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +27 -27
- 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 +14 -14
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +17 -17
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +34 -34
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +3 -3
- 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 +9 -9
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +6 -6
- 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 +11 -11
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +29 -25
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- 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 +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/index.js +25 -17
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +16 -16
- 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 +26 -26
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +4 -4
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +24 -19
- 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 +11 -11
- 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 +20 -20
- 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 +27 -27
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +13 -13
- package/components/Typography/Title.js +11 -11
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- 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 +643 -575
- package/index.d.ts +508 -93
- package/index.js +666 -598
- package/package.json +25 -1
- package/styles/triplex-next.css +541 -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/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/utils-BeYLwFL4.js +0 -24
- package/components/CollapsableTree/CollapsableTree.js +0 -10
- package/components/CollapsableTree/components/CollapsableTreeNode.js +0 -79
|
@@ -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-82AnkPpo.js";
|
|
7
|
+
const y = "alertProcess__ced07c57", f = "md__9a1f29f3", u = "lg__147cacba", T = "withSpoiler__1e630d92", B = "themeIcon__e76a190b", C = "alertTypeError__66a442ab", S = "alertTypeInfo__c528655f", b = "alertTypeWarning__49c4ebc2", h = "alertTypeSystem__84759f29", I = "alertTypeFeature__a7fa79aa", P = "alertProcessContentBlock__c222b8fb", g = "expandableContent__77061e9d", k = "expanded__8183016e", v = "closeButton__9a4a4039", w = "expandButton__9c930117", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
md: f,
|
|
10
|
+
lg: u,
|
|
11
|
+
withSpoiler: T,
|
|
12
|
+
themeIcon: B,
|
|
13
|
+
alertTypeError: C,
|
|
14
|
+
alertTypeInfo: S,
|
|
15
|
+
alertTypeWarning: b,
|
|
16
|
+
alertTypeSystem: h,
|
|
17
|
+
alertTypeFeature: I,
|
|
18
|
+
alertProcessContentBlock: P,
|
|
19
|
+
expandableContent: g,
|
|
20
|
+
expanded: k,
|
|
21
|
+
closeButton: v,
|
|
22
|
+
expandButton: w
|
|
23
|
+
}, A = ({ children: s, open: o, onOpen: r, ...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-BIiexkiG.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as V } from "react/jsx-runtime";
|
|
2
|
-
import { c as w } from "./vendor-DudMBGKr.js";
|
|
3
2
|
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
3
|
+
import { c as b } from "./vendor-82AnkPpo.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 f } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__5b2606ac", E = "calendarViewMonths__0fef403a", L = "calendarViewYears__74fa6e99", R = "calendarViewDaysHeader__733883fe", v = "calendarViewDaysBody__b1a41202", H = "calendarViewItem__66aceb9a", B = "current__6ee6542b", S = "disabled__6b7ef62a", j = "calendarViewItemLabel__b37a27db", O = "muted__ab31ac3e", P = "selected__8c2c2687", g = "basicMark__eb2bb1b3", q = "standardMark__e0db7af3", z = "attentionMark__b703b721", G = "criticalMark__4da2be0b", J = "marked__c2afe855", Q = "unitDay__55e34817", U = "unitMonth__60da2257", W = "unitYear__20f4e760", 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,17 +34,17 @@ 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: w,
|
|
38
|
+
className: k,
|
|
39
39
|
date: o,
|
|
40
40
|
unit: y,
|
|
41
41
|
tabbable: n,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
44
|
muted: I,
|
|
45
|
-
markType:
|
|
46
|
-
onFocus:
|
|
47
|
-
onBlur:
|
|
45
|
+
markType: c,
|
|
46
|
+
onFocus: s,
|
|
47
|
+
onBlur: d,
|
|
48
48
|
onKeyDown: i,
|
|
49
49
|
onDateSelect: m,
|
|
50
50
|
...C
|
|
@@ -55,17 +55,17 @@ const A = "calendarViewDays__3e8bb23e", E = "calendarViewMonths__041a5746", L =
|
|
|
55
55
|
n && t.current && ((e = u.current) == null || e.focus());
|
|
56
56
|
}, [n, t]);
|
|
57
57
|
const D = (e) => {
|
|
58
|
-
t.current = !0,
|
|
58
|
+
t.current = !0, s == null || s(e);
|
|
59
59
|
}, h = (e) => {
|
|
60
|
-
t.current = !1,
|
|
60
|
+
t.current = !1, d == null || d(e);
|
|
61
61
|
}, p = (e) => {
|
|
62
62
|
const M = e.code || e.keyCode;
|
|
63
|
-
(
|
|
63
|
+
(f(M, "ENTER") || f(M, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
64
|
};
|
|
65
65
|
return /* @__PURE__ */ V(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className:
|
|
68
|
+
className: b(a.calendarViewItem, { [a.disabled]: _ }, k),
|
|
69
69
|
tabIndex: n ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
71
|
onFocus: D,
|
|
@@ -76,19 +76,19 @@ const A = "calendarViewDays__3e8bb23e", E = "calendarViewMonths__041a5746", L =
|
|
|
76
76
|
children: /* @__PURE__ */ V(
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
|
-
className:
|
|
79
|
+
className: b(
|
|
80
80
|
a.calendarViewItemLabel,
|
|
81
81
|
Z[y],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
|
-
[a.marked]:
|
|
84
|
+
[a.marked]: c !== void 0,
|
|
85
85
|
[a.muted]: !!I,
|
|
86
86
|
[a.selected]: l
|
|
87
87
|
},
|
|
88
|
-
|
|
88
|
+
c !== void 0 ? X[c] : void 0
|
|
89
89
|
),
|
|
90
90
|
onClick: () => m(o),
|
|
91
|
-
children:
|
|
91
|
+
children: w
|
|
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-DZix7Wi3.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const n = "card__bc58a098", d = "roundingMD__081c8492", a = "roundingSM__00f84f53", c = "general__0e04bde1", o = "secondary__e325568a", t = "cardMedia__268ec15c", e = "cardContent__76ce306d", r = "paddingMD__38d562e8", _ = "paddingSM__af5a35f8", s = "cardContentHeader__0c2313a7", g = "cardContentBody__29fc68f2", i = "cardContentFooter__bfa8c768", M = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: c,
|
|
6
|
+
secondary: o,
|
|
7
|
+
cardMedia: t,
|
|
8
|
+
cardContent: e,
|
|
9
|
+
paddingMD: r,
|
|
10
|
+
paddingSM: _,
|
|
11
|
+
cardContentHeader: s,
|
|
12
|
+
cardContentBody: g,
|
|
13
|
+
cardContentFooter: i
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
M as c
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Card.module-C57O8DQ9.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__cf170fe3", c = "checkboxTreeExtendedNode__23cb094e", o = "sm__da78573c", d = "md__f49f84c6", x = "lg__e9e59e2e", r = "checkboxTreeExtendedNodeHeader__6a786a53", b = "checkboxTreeCheckboxLabel__59742f2d", t = "caretIconWrapper__accaec4d", n = "checkboxTreeCheckbox__e135e5d2", h = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
sm: o,
|
|
5
|
+
md: d,
|
|
6
|
+
lg: x,
|
|
7
|
+
checkboxTreeExtendedNodeHeader: r,
|
|
8
|
+
checkboxTreeCheckboxLabel: b,
|
|
9
|
+
caretIconWrapper: t,
|
|
10
|
+
checkboxTreeCheckbox: n
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
h as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-D_Xqk2Z0.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsxs as x, jsx as
|
|
1
|
+
import { jsxs as x, jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import u, { useCallback as I } from "react";
|
|
3
|
-
import { c as b } from "./vendor-
|
|
3
|
+
import { c as b } from "./vendor-82AnkPpo.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
8
|
import { IconWrapper as r } from "../components/IconWrapper/IconWrapper.js";
|
|
9
|
-
const B = "
|
|
9
|
+
const B = "chipGroupItem__52cf1a17", g = "chip__9d433c45", G = "lg__e682baa0", M = "prefix__ad14e989", S = "postfix__3da12d63", j = "notificationIcon__d6c4a52d", y = "md__079da8c2", z = "sm__50684b98", E = "disabled__24e95891", R = "selected__6cd311c6", T = "withPrefix__0afb7d17", k = "withPostfix__23846298", A = "content__6540a1c7", t = {
|
|
10
10
|
chipGroupItem: B,
|
|
11
11
|
chip: g,
|
|
12
12
|
lg: G,
|
|
@@ -22,13 +22,13 @@ const B = "chipGroupItem__c84643d9", g = "chip__27a01d9c", G = "lg__d19a388e", M
|
|
|
22
22
|
content: A
|
|
23
23
|
}, W = C(t), q = u.forwardRef(
|
|
24
24
|
({
|
|
25
|
-
children:
|
|
26
|
-
className:
|
|
25
|
+
children: p,
|
|
26
|
+
className: l,
|
|
27
27
|
disabled: o,
|
|
28
|
-
postfix:
|
|
29
|
-
prefix:
|
|
30
|
-
selected:
|
|
31
|
-
showNotificationIcon:
|
|
28
|
+
postfix: i,
|
|
29
|
+
prefix: s,
|
|
30
|
+
selected: d,
|
|
31
|
+
showNotificationIcon: f,
|
|
32
32
|
size: n = P.MD,
|
|
33
33
|
onKeyDown: e,
|
|
34
34
|
...m
|
|
@@ -48,11 +48,11 @@ const B = "chipGroupItem__c84643d9", g = "chip__27a01d9c", G = "lg__d19a388e", M
|
|
|
48
48
|
W[n],
|
|
49
49
|
{
|
|
50
50
|
[t.disabled]: !!o,
|
|
51
|
-
[t.selected]: !!
|
|
52
|
-
[t.withPostfix]: typeof
|
|
53
|
-
[t.withPrefix]: typeof
|
|
51
|
+
[t.selected]: !!d,
|
|
52
|
+
[t.withPostfix]: typeof i < "u",
|
|
53
|
+
[t.withPrefix]: typeof s < "u"
|
|
54
54
|
},
|
|
55
|
-
|
|
55
|
+
l
|
|
56
56
|
),
|
|
57
57
|
role: "button",
|
|
58
58
|
tabIndex: o ? -1 : 0,
|
|
@@ -60,10 +60,10 @@ const B = "chipGroupItem__c84643d9", g = "chip__27a01d9c", G = "lg__d19a388e", M
|
|
|
60
60
|
...m,
|
|
61
61
|
ref: _,
|
|
62
62
|
children: [
|
|
63
|
-
|
|
64
|
-
/* @__PURE__ */
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
s ? /* @__PURE__ */ c(r, { className: t.prefix, disabled: !!o, children: s }) : null,
|
|
64
|
+
/* @__PURE__ */ c("span", { className: t.content, children: p }),
|
|
65
|
+
i ? /* @__PURE__ */ c(r, { className: t.postfix, disabled: !!o, children: i }) : null,
|
|
66
|
+
f && /* @__PURE__ */ c(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-D73o-tIk.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__4a5a2489", o = "isInLightBox__83bf626f", i = "isInSideOverlaySM__391b02e9", t = "isInSideOverlayMD__3b701348", e = "isInSideOverlayLG__0cdddb03", s = "confirmCloseButton__8c0e5cdb", c = "confirmContent__61365622", r = "confirmControls__b55d61cb", l = "confirmContentTitle__b53c405a", _ = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: c,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
_ as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-CUcXlA0E.js.map
|
|
@@ -1,25 +1,25 @@
|
|
|
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-
|
|
3
|
+
import { c as v } from "./vendor-82AnkPpo.js";
|
|
4
4
|
import { EComponentSize as l } from "../enums/EComponentSize.js";
|
|
5
5
|
import { EVENT_KEY_CODES as p } from "../utils/keyboard.js";
|
|
6
6
|
import { Badge as y } from "../components/Badge/Badge.js";
|
|
7
|
-
const N = "
|
|
8
|
-
dropdownDesktopList:
|
|
9
|
-
notificationIcon:
|
|
10
|
-
sm:
|
|
11
|
-
dropdownDesktopListItem:
|
|
12
|
-
dropdownDesktopListLoader:
|
|
13
|
-
md:
|
|
14
|
-
lg:
|
|
15
|
-
active:
|
|
7
|
+
const b = "dropdownDesktopList__83039bbe", N = "notificationIcon__7dad7798", g = "sm__5cb3b339", x = "dropdownDesktopListItem__1cd06963", C = "dropdownDesktopListLoader__f8daef06", O = "md__e55b9ac4", R = "lg__e178c831", T = "active__93d371ab", K = "selected__42d6ed6c", s = {
|
|
8
|
+
dropdownDesktopList: b,
|
|
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:
|
|
20
|
-
keyCodesForSelection:
|
|
19
|
+
active: e,
|
|
20
|
+
keyCodesForSelection: m = j,
|
|
21
21
|
children: d,
|
|
22
|
-
className:
|
|
22
|
+
className: a,
|
|
23
23
|
onClick: n,
|
|
24
24
|
onSelect: o,
|
|
25
25
|
selected: r,
|
|
@@ -29,19 +29,19 @@ const N = "dropdownDesktopList__7e0c272a", g = "notificationIcon__142482cd", x =
|
|
|
29
29
|
}, D) => {
|
|
30
30
|
const i = (t) => {
|
|
31
31
|
const { keyCode: w } = t;
|
|
32
|
-
|
|
32
|
+
m.includes(w) && (t.preventDefault(), o == null || o());
|
|
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
|
-
{ [
|
|
44
|
-
|
|
42
|
+
s.dropdownDesktopListItem,
|
|
43
|
+
{ [s.active]: !!e, [s.selected]: !!r },
|
|
44
|
+
a
|
|
45
45
|
),
|
|
46
46
|
title: typeof d == "string" ? d : void 0,
|
|
47
47
|
role: "option",
|
|
@@ -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(y.Dot, { size: _, className:
|
|
54
|
+
c && /* @__PURE__ */ k(y.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-PhDNj_sI.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__88ac4c91", e = "dropdownMobileBackdrop__6e43ad56", d = "closing__abaab26b", n = "opening__0ed6937c", r = "opened__77ebb548", t = "dropdownMobile__f2ba0e30", i = "dropdownMobileHeader__0b7feb27", p = "dropdownMobileHeaderContent__2a96318d", b = "dropdownMobileContent__525dbf4b", l = "dropdownMobileFooter__008e9aa2", c = "dropdownMobileListItem__b91f1c0f", s = "selected__42d6ed6c", w = "dropdownMobileBodyOverflow__3720b3cd", _ = "controlButtons__70987b8f", M = "dropdownMobileLoader__03ede1e4", a = "dropdownMobileListLoader__8ee6b814", f = "notificationIcon__7dad7798", L = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: e,
|
|
4
|
+
closing: d,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: t,
|
|
8
|
+
dropdownMobileHeader: i,
|
|
9
|
+
dropdownMobileHeaderContent: p,
|
|
10
|
+
dropdownMobileContent: b,
|
|
11
|
+
dropdownMobileFooter: l,
|
|
12
|
+
dropdownMobileListItem: c,
|
|
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-DL87iBcj.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__4605f071", t = "footerDescriptionContent__1f94b342", e = "footerDescriptionControls__efd3f80a", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-DZzX_hiB.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
-
import C, { useContext as D, useMemo as L, useCallback as
|
|
3
|
-
import { u as R, c as W } from "./vendor-
|
|
2
|
+
import C, { useContext as D, useMemo as L, useCallback as l, useLayoutEffect as u } from "react";
|
|
3
|
+
import { u as R, c as W } from "./vendor-82AnkPpo.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__86f28b8c", J = "sm__f1c7d6be", K = "md__14d41478", O = "lg__19569db4", T = {
|
|
9
9
|
formFieldInput: H,
|
|
10
10
|
sm: J,
|
|
11
11
|
md: K,
|
|
@@ -13,17 +13,17 @@ 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
|
-
onFocus:
|
|
20
|
-
onBlur:
|
|
21
|
-
onAnimationStart:
|
|
19
|
+
onFocus: m,
|
|
20
|
+
onBlur: r,
|
|
21
|
+
onAnimationStart: a,
|
|
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 = l(
|
|
27
27
|
(s) => {
|
|
28
28
|
c(G(s));
|
|
29
29
|
},
|
|
@@ -36,34 +36,34 @@ 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 = l(
|
|
40
40
|
(s) => {
|
|
41
|
-
t(s.currentTarget.value), o(!0),
|
|
41
|
+
t(s.currentTarget.value), o(!0), m == null || m(s);
|
|
42
42
|
},
|
|
43
|
-
[o, t,
|
|
44
|
-
), k =
|
|
43
|
+
[o, t, m]
|
|
44
|
+
), k = l(
|
|
45
45
|
(s) => {
|
|
46
|
-
t(s.currentTarget.value), o(!1),
|
|
46
|
+
t(s.currentTarget.value), o(!1), r == null || r(s);
|
|
47
47
|
},
|
|
48
|
-
[o, t,
|
|
49
|
-
), z =
|
|
48
|
+
[o, t, r]
|
|
49
|
+
), z = l(
|
|
50
50
|
(s) => {
|
|
51
|
-
s.animationName.startsWith("autofill-applied-hook") ? c(!0) : s.animationName.startsWith("autofill-cancelled-hook") && t(s.currentTarget.value),
|
|
51
|
+
s.animationName.startsWith("autofill-applied-hook") ? c(!0) : s.animationName.startsWith("autofill-cancelled-hook") && t(s.currentTarget.value), a == null || a(s);
|
|
52
52
|
},
|
|
53
|
-
[c, t,
|
|
54
|
-
), E =
|
|
53
|
+
[c, t, a]
|
|
54
|
+
), E = l(
|
|
55
55
|
(s) => {
|
|
56
56
|
t(s.currentTarget.value), i == null || i(s);
|
|
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-Du3nMTry.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__6e80c70a", a = "headerLayoutSidebarContent__561180a9", r = "headerLayoutSidebarSidebar__34234e3f", d = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: r
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
d as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-BOcwOhH9.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__e44d4e5b", t = "headerTitleControls__3c2ca30d", l = "headerTitleContent__7e97df8f", 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-mufXm8bf.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__5ba84777", t = "island__a9353f0c", o = "item__fd2b92c2", c = "disabled__b42a8324", d = "sm__2a0b0ee4", s = "md__b70e3a54", _ = "lg__86db869c", n = "header__5fb745f6", a = "type1__82f71da0", r = "opened__d93b53e8", p = "type2__5735ca38", i = "type3__4c48d0d6", b = "footer__8df1227d", l = "body__350c0d1f", y = "caretWrapper__3c684d82", f = "caretIcon__e773db5f", m = "title__9820fee1", g = "remove__9e4e3db2", h = "step__432cea72", 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: b,
|
|
15
|
+
body: l,
|
|
16
|
+
caretWrapper: y,
|
|
17
|
+
caretIcon: f,
|
|
18
|
+
title: m,
|
|
19
|
+
remove: g,
|
|
20
|
+
step: h
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
v as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-cWQkjySQ.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__9f6d653c", o = "islandWidgetFooterContent__0d58d606", e = "islandWidgetFooterControls__17dfb55e", d = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
d as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-K-i_a4VV.js.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__dd808bf6", d = "islandWidgetHeaderTitle__63c6f227", t = "islandWidgetHeaderControls__82a9c87b", a = "islandWidgetHeaderDescription__19ecce12", i = "caretWrapper__5b93fb8c", n = "caretIcon__280f3621", r = "open__c0dd2a5e", s = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderTitle: d,
|
|
4
|
+
islandWidgetHeaderControls: t,
|
|
5
|
+
islandWidgetHeaderDescription: a,
|
|
6
|
+
caretWrapper: i,
|
|
7
|
+
caretIcon: n,
|
|
8
|
+
open: r
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
s
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=IslandWidgetHeader.module-BU39_xm_.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-82AnkPpo.js";
|
|
5
5
|
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const L = "
|
|
6
|
+
const L = "lightBox__d128cf42", z = "sm__91a5cef2", A = "md__87641712", W = "lg__23fcc110", N = "xl__3d628d9c", E = "lightBoxBackdrop__6d5815bb", k = "lightBoxSideOverlayActive__9ac8cd4b", w = "lightBoxTopOverlayActive__36be8f8d", H = "lightBoxContent__f8134067", q = "loadingContentOverlay__ec3a6e22", j = "lightBoxContentResizeWrapper__8efa924c", D = "tempElSafariBug__35b740f3", M = "bodyOverflowHidden__da8b651a", 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: a, className: r, isLoading: s, loadingTitle: c, ...
|
|
24
|
+
const { children: a, className: r, 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]);
|
|
@@ -46,7 +46,7 @@ const L = "lightBox__4ed3aa98", z = "sm__582a808c", A = "md__8099e2b6", W = "lg_
|
|
|
46
46
|
{
|
|
47
47
|
className: T(r, i.lightBoxContent),
|
|
48
48
|
style: d ? x : void 0,
|
|
49
|
-
...
|
|
49
|
+
...f,
|
|
50
50
|
children: [
|
|
51
51
|
a,
|
|
52
52
|
s && /* @__PURE__ */ n(R, { className: i.loadingContentOverlay, type: "middle", children: c }),
|
|
@@ -60,4 +60,4 @@ export {
|
|
|
60
60
|
I as L,
|
|
61
61
|
i as s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=LightBoxContent-
|
|
63
|
+
//# sourceMappingURL=LightBoxContent-oXmUc0O4.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__24c1e04b", o = "withKeyboardEvent__4fc18e6b", l = "withoutKeyboardEvent__077d7b52", e = "lightBoxPrev__9384e05d", i = "lightBoxNext__134dc62c", n = "lightBoxControlsDesktop__1f374d72", x = "lightBoxControlsMobile__484b5a15", h = "lightBoxClose__39cb32e3", s = "lightBoxPrevButton__22c570a2", B = "lightBoxNextButton__9c5735d7", 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-BOBUS8MF.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktopContainer__6f299a07", o = "lightBoxSideOverlayCloseDesktop__1b7ace17", l = "lightBoxSideOverlayCloseMobile__15111651", i = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktopContainer: e,
|
|
3
|
+
lightBoxSideOverlayCloseDesktop: o,
|
|
4
|
+
lightBoxSideOverlayCloseMobile: l
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
i as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-BLxHQH7u.js.map
|