@sberbusiness/triplex-next 0.32.0 → 0.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -32
- package/chunks/{AlertProcessSpoiler-DW0BhZ40.js → AlertProcessSpoiler-BXa1yThy.js} +10 -10
- package/chunks/{CalendarViewItem-DnsWMQ6f.js → CalendarViewItem-CcneNgUN.js} +23 -23
- package/chunks/Card.module-B95wvDgf.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DieUohY2.js +15 -0
- package/chunks/Chip-CwUtKklT.js +85 -0
- package/chunks/Confirm.module-DAri1spU.js +15 -0
- package/chunks/{DropdownListItem-Bp1g9j21.js → DropdownListItem-Cspd56Yl.js} +18 -18
- package/chunks/DropdownMobile.module-DrD6ibvE.js +23 -0
- package/chunks/Footer.module-DcYb0T1i.js +9 -0
- package/chunks/{FormFieldInput-DZ9wvF_L.js → FormFieldInput-D3Ncfs2O.js} +11 -11
- package/chunks/HeaderLayoutSidebar.module-C3C0sKOR.js +9 -0
- package/chunks/HeaderTabs.module-BkwLC92-.js +9 -0
- package/chunks/{HeaderTitle.module-Bjd_PeFL.js → HeaderTitle.module-CgvvJQ0i.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DsxpDSCZ.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-A47Rfe5O.js → ImageGalleryExtendedThumb-Dwh72nwh.js} +8 -8
- package/chunks/IslandAccordion.module-DaY9vVJp.js +25 -0
- package/chunks/IslandWidgetFooter.module-CEfWuouj.js +9 -0
- package/chunks/IslandWidgetHeader.module-CxuzaM--.js +13 -0
- package/chunks/{LightBoxContent-9n7KZhyO.js → LightBoxContent-CJtTSiys.js} +6 -6
- package/chunks/LightBoxControls.module-DWLPCWBc.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-oYZl6d26.js +9 -0
- package/chunks/{ListItemControlsButton-CvLzuMWL.js → ListItemControlsButton-BwKD73pC.js} +11 -11
- package/chunks/ListItemTail.module-Bj8zic0V.js +12 -0
- package/chunks/ListMasterFooter.module-BFDBK4_z.js +10 -0
- package/chunks/ModalWindow.module-CpZnXDzI.js +17 -0
- package/chunks/Notification.module-CgMv6vKH.js +20 -0
- package/chunks/Overlay.module-CW1lqxQV.js +18 -0
- package/chunks/Page.module-B9JECpGI.js +11 -0
- package/chunks/SMSField.module-VqYW2mTS.js +16 -0
- package/chunks/SliderExtendedMarks.module-DadrWVGM.js +15 -0
- package/chunks/{SliderExtendedRail-BAv_g4xj.js → SliderExtendedRail-BDQN7rWF.js} +9 -9
- package/chunks/StatusTracker.module-DWmAmjm2.js +24 -0
- package/chunks/{StepperStepArrowBorder-zBMxIbHq.js → StepperStepArrowBorder-BMResef_.js} +10 -10
- package/chunks/{SuggestFieldMobileDropdownHint-DoCjNfsA.js → SuggestFieldMobileDropdownHint-9Q2UeJdi.js} +2 -2
- package/chunks/TableFooter.module-Dftom-s2.js +14 -0
- package/chunks/TabsExtended.module-DR0KZ8sI.js +16 -0
- package/chunks/TabsLine.module-D8wvke8p.js +21 -0
- package/chunks/TooltipDesktop.module-Chw47OdI.js +19 -0
- package/chunks/TreeView.module-DlD_4rrF.js +9 -0
- package/chunks/{UploadZoneInput-CZ0-33sV.js → UploadZoneInput-DyTdTOhb.js} +2 -2
- package/chunks/{constants-8_Umj6ax.js → constants-CEkl1AbB.js} +14 -14
- package/chunks/{utils-gmsD_32w.js → utils-B1xQI_Pq.js} +5 -5
- package/chunks/utils-B8AZrFu8.js +28 -0
- package/chunks/utils-BHumxyiH.js +73 -0
- package/chunks/utils-C0t0OqOb.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +7 -7
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +4 -4
- package/components/Badge/components/BadgeContent.js +11 -11
- package/components/Badge/components/BadgePostfix.js +4 -4
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +15 -15
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +7 -7
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +11 -11
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +6 -6
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +15 -15
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +48 -44
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +9 -9
- package/components/Col/Col.js +144 -144
- package/components/CollapsibleTree/CollapsibleTree.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +5 -5
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +11 -11
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +4 -4
- package/components/DateRange/DateRange.js +13 -13
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/Button.js +1 -1
- package/components/DesignTokens/components/Chip.js +1 -1
- package/components/DesignTokens/components/LightBox.js +10 -4
- package/components/DesignTokens/components/Tabs.js +2 -2
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +21 -21
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- package/components/FocusTrapExtended/FocusTrapExtended.js +34 -0
- package/components/FocusTrapExtended/index.js +5 -0
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +11 -11
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +18 -18
- package/components/FormField/components/FormFieldPostfix.js +3 -3
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +7 -7
- package/components/FormField/components/FormFieldTextarea.js +25 -25
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +8 -8
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +8 -8
- package/components/IconWrapper/IconWrapper.js +5 -5
- package/components/ImageGallery/ImageGallery.js +10 -9
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +9 -9
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +9 -8
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +21 -21
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +49 -48
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +105 -97
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +18 -18
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +10 -10
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +9 -8
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +11 -11
- package/components/List/components/ListItemControls.js +4 -4
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +6 -14
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +10 -10
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +8 -8
- package/components/MobileView/index.js +3 -1
- package/components/MobileView/useMobileView.js +10 -0
- package/components/ModalWindow/ModalWindow.js +33 -33
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +35 -36
- package/components/Notification/NotificationGrouped.js +14 -9
- package/components/Notification/components/NotificationBody.js +20 -16
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +54 -54
- package/components/Overlay/OverlayBase.js +26 -22
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +8 -8
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +4 -4
- package/components/Radio/Radio.js +18 -18
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +13 -13
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +7 -7
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +25 -25
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +6 -6
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +22 -22
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +13 -13
- package/components/Stepper/Stepper.js +8 -7
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Stepper/index.js +9 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- 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 +16 -16
- package/components/Table/ChipPanel.js +9 -9
- package/components/Table/ChipPanelLinks.js +4 -4
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +11 -11
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +11 -11
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +12 -11
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +37 -37
- package/components/TabsLine/components/TabsLineMobile.js +3 -3
- package/components/Tag/Tag.js +20 -20
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +7 -7
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +11 -11
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
- package/components/TopOverlay/TopOverlay.js +51 -51
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +12 -12
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +28 -28
- package/components/Typography/Title.js +29 -29
- package/components/Typography/constants.js +1 -1
- package/components/Typography/enums.js +1 -1
- package/components/UnorderedList/UnorderedList.js +9 -9
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/UploadZone/index.js +1 -1
- package/components/index.js +363 -359
- package/index.d.ts +104 -155
- package/index.js +397 -393
- package/package.json +5 -1
- package/styles/triplex-next.css +557 -556
- package/chunks/Card.module-CXz8VlRt.js +0 -18
- package/chunks/CheckboxTreeExtended.module-eCBHjGXW.js +0 -15
- package/chunks/Chip-C4673wYg.js +0 -85
- package/chunks/Confirm.module-DXe0cS1V.js +0 -15
- package/chunks/DropdownMobile.module-B-gfhyrz.js +0 -23
- package/chunks/Footer.module-CHW5czGs.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-ChykZk2C.js +0 -9
- package/chunks/HeaderTabs.module-CXzQ8YYa.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-DtrGKrbn.js +0 -17
- package/chunks/IslandAccordion.module-Cez7gPQx.js +0 -25
- package/chunks/IslandWidgetFooter.module-DJ6DLnlZ.js +0 -9
- package/chunks/IslandWidgetHeader.module-Cax47StS.js +0 -13
- package/chunks/LightBoxControls.module-CqE7tSjd.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-76jyTCms.js +0 -9
- package/chunks/ListItemTail.module-Cj1qtzG7.js +0 -12
- package/chunks/ListMasterFooter.module-BFddN0Fo.js +0 -10
- package/chunks/ModalWindow.module-DRSCJT-j.js +0 -17
- package/chunks/Notification.module-XEc1_4xz.js +0 -20
- package/chunks/Overlay.module-CG_bCws2.js +0 -18
- package/chunks/Page.module-w5MrLoeL.js +0 -11
- package/chunks/SMSField.module-CKYqfE0O.js +0 -16
- package/chunks/SliderExtendedMarks.module-BrV0KqUb.js +0 -15
- package/chunks/StatusTracker.module-Bxjr2F_-.js +0 -24
- package/chunks/TableFooter.module-nSntoxBZ.js +0 -14
- package/chunks/TabsExtended.module-BAblULYn.js +0 -16
- package/chunks/TabsLine.module-BB5LVegW.js +0 -21
- package/chunks/TooltipDesktop.module-DNiN5lh5.js +0 -19
- package/chunks/TreeView.module-C8K0ykxB.js +0 -9
- package/chunks/utils-BT5PPv2k.js +0 -24
- package/chunks/utils-CP79T5VE.js +0 -73
- package/chunks/utils-De8Skuhh.js +0 -28
package/README.md
CHANGED
|
@@ -12,9 +12,10 @@ npm install @sberbusiness/triplex-next @sberbusiness/icons-next
|
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
## Импортировать стили
|
|
15
|
+
|
|
15
16
|
```ts
|
|
16
|
-
import
|
|
17
|
-
import
|
|
17
|
+
import "@sberbusiness/triplex-next/styles/triplex-next.css";
|
|
18
|
+
import "@sberbusiness/icons-next/styles/icons.css";
|
|
18
19
|
```
|
|
19
20
|
|
|
20
21
|
## 🔤 Шрифты
|
|
@@ -23,56 +24,55 @@ import '@sberbusiness/icons-next/styles/icons.css';
|
|
|
23
24
|
|
|
24
25
|
```css
|
|
25
26
|
@font-face {
|
|
26
|
-
font-family:
|
|
27
|
-
src: url(
|
|
27
|
+
font-family: SBSansDisplay;
|
|
28
|
+
src: url("node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansDisplay-Regular.woff2") format("woff2");
|
|
28
29
|
font-weight: normal;
|
|
29
30
|
font-style: normal;
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
@font-face {
|
|
33
|
-
font-family:
|
|
34
|
-
src: url(
|
|
34
|
+
font-family: SBSansDisplayMedium;
|
|
35
|
+
src: url("node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansDisplay-Medium.woff2") format("woff2");
|
|
35
36
|
font-weight: 500;
|
|
36
37
|
font-style: normal;
|
|
37
38
|
}
|
|
38
39
|
|
|
39
40
|
@font-face {
|
|
40
|
-
font-family:
|
|
41
|
-
src: url(
|
|
41
|
+
font-family: SBSansDisplaySemibold;
|
|
42
|
+
src: url("node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansDisplay-SemiBold.woff2") format("woff2");
|
|
42
43
|
font-weight: 600;
|
|
43
44
|
font-style: normal;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
@font-face {
|
|
47
|
-
font-family:
|
|
48
|
-
src: url(
|
|
48
|
+
font-family: SBSansDisplayBold;
|
|
49
|
+
src: url("node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansDisplay-Bold.woff2") format("woff2");
|
|
49
50
|
font-weight: 700;
|
|
50
51
|
font-style: normal;
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
@font-face {
|
|
54
|
-
font-family:
|
|
55
|
-
src: url(
|
|
55
|
+
font-family: SBSansText;
|
|
56
|
+
src: url("node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansText-Regular.woff2") format("woff2");
|
|
56
57
|
font-weight: normal;
|
|
57
58
|
font-style: normal;
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
@font-face {
|
|
61
|
-
font-family:
|
|
62
|
-
src: url(
|
|
62
|
+
font-family: SBSansTextSemibold;
|
|
63
|
+
src: url("node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansText-Semibold.woff2") format("woff2");
|
|
63
64
|
font-weight: 600;
|
|
64
65
|
font-style: normal;
|
|
65
66
|
}
|
|
66
67
|
|
|
67
68
|
@font-face {
|
|
68
|
-
font-family:
|
|
69
|
-
src: url(
|
|
69
|
+
font-family: SBSansTextMono;
|
|
70
|
+
src: url("node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansTextMono-Regular.woff2") format("woff2");
|
|
70
71
|
font-weight: normal;
|
|
71
72
|
font-style: normal;
|
|
72
73
|
}
|
|
73
74
|
```
|
|
74
75
|
|
|
75
|
-
|
|
76
76
|
---
|
|
77
77
|
|
|
78
78
|
## 📁 Структура
|
|
@@ -93,16 +93,16 @@ src/
|
|
|
93
93
|
|
|
94
94
|
## 📜 Скрипты
|
|
95
95
|
|
|
96
|
-
| Скрипт
|
|
97
|
-
|
|
98
|
-
| `npm run build`
|
|
99
|
-
| `npm run storybook`
|
|
100
|
-
| `npm run storybook:build`
|
|
101
|
-
| `npm run test-visual:docker`
|
|
102
|
-
| `npm run test-visual:docker:update` | Обновить baseline-скриншоты в Docker-контейнере
|
|
103
|
-
| `npm run test-visual:debug`
|
|
104
|
-
| `npm run test-visual:ci`
|
|
105
|
-
| `npm run test-visual:ci:update`
|
|
96
|
+
| Скрипт | Назначение |
|
|
97
|
+
| ----------------------------------- | ------------------------------------------------------------------ |
|
|
98
|
+
| `npm run build` | Сборка компонентов и `style.css` в `dist/` |
|
|
99
|
+
| `npm run storybook` | Локальный просмотр компонентов |
|
|
100
|
+
| `npm run storybook:build` | Сборка Storybook в `storybook-static/` |
|
|
101
|
+
| `npm run test-visual:docker` | Визуальные тесты в Docker-контейнере (сборка + запуск) |
|
|
102
|
+
| `npm run test-visual:docker:update` | Обновить baseline-скриншоты в Docker-контейнере |
|
|
103
|
+
| `npm run test-visual:debug` | Отладка визуальных тестов локально (Storybook должен быть запущен) |
|
|
104
|
+
| `npm run test-visual:ci` | Визуальные тесты — используется в CI и Docker |
|
|
105
|
+
| `npm run test-visual:ci:update` | Обновление baseline — используется в CI и Docker |
|
|
106
106
|
|
|
107
107
|
---
|
|
108
108
|
|
|
@@ -125,10 +125,11 @@ index.ts ← обязательный!
|
|
|
125
125
|
3. Указать экспорт в `src/index.ts`:
|
|
126
126
|
|
|
127
127
|
```ts
|
|
128
|
-
export * from
|
|
128
|
+
export * from "./components/Alert";
|
|
129
129
|
```
|
|
130
130
|
|
|
131
131
|
---
|
|
132
|
+
|
|
132
133
|
## 🧪 Тестирование
|
|
133
134
|
|
|
134
135
|
Проект использует [Vitest](https://vitest.dev/) для unit-тестирования и [Testing Library](https://testing-library.com/docs/react-testing-library/intro/) для тестирования компонентов.
|
|
@@ -144,11 +145,13 @@ export * from './components/Alert';
|
|
|
144
145
|
#### Как обновить baseline-скриншоты
|
|
145
146
|
|
|
146
147
|
**Через Docker (рекомендуется):**
|
|
148
|
+
|
|
147
149
|
```bash
|
|
148
150
|
npm run test-visual:docker:update
|
|
149
151
|
```
|
|
150
152
|
|
|
151
153
|
**Через CI:**
|
|
154
|
+
|
|
152
155
|
1. Запушить ветку с изменениями
|
|
153
156
|
2. В GitHub → Actions → **Update Visual Snapshots** → Run workflow → выбрать ветку
|
|
154
157
|
3. Воркфлоу пересоздаст скриншоты и сделает коммит в ту же ветку
|
|
@@ -185,10 +188,10 @@ npm run test-visual:debug # локально (Storybook должен
|
|
|
185
188
|
|
|
186
189
|
Визуальные тесты в CI работают на собранной (build) версии Storybook, а не на dev-сервере — это исключает race conditions при загрузке модулей.
|
|
187
190
|
|
|
188
|
-
| Воркфлоу
|
|
189
|
-
|
|
190
|
-
| `visual-test.yml`
|
|
191
|
-
| `visual-update.yml` | Ручной запуск (`workflow_dispatch`) | Пересоздаёт baselines и коммитит их в ветку
|
|
191
|
+
| Воркфлоу | Триггер | Что делает |
|
|
192
|
+
| ------------------- | ----------------------------------- | ---------------------------------------------------------- |
|
|
193
|
+
| `visual-test.yml` | Каждый PR | Прогоняет тесты, загружает диффы как артефакты при падении |
|
|
194
|
+
| `visual-update.yml` | Ручной запуск (`workflow_dispatch`) | Пересоздаёт baselines и коммитит их в ветку |
|
|
192
195
|
|
|
193
196
|
#### Как отлаживать локально
|
|
194
197
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useContext as
|
|
1
|
+
import { jsxs as d, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as p, useEffect as _ } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon16 as i } from "@sberbusiness/icons-next";
|
|
4
4
|
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
5
|
import { AlertProcessContext as f } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
6
|
import { c as s } from "./vendor-z35N2Tap.js";
|
|
7
|
-
const x = "
|
|
7
|
+
const x = "alertProcess__48bed0a2", y = "md__15138fd8", u = "lg__25a13bf9", T = "withSpoiler__3f165478", b = "themeIcon__8bcbf272", B = "alertTypeError__74c6095d", C = "alertTypeInfo__d503cbb0", S = "alertTypeWarning__1f1558ec", h = "alertTypeSystem__1760c28a", I = "alertTypeFeature__3dbe6a11", P = "alertProcessContentBlock__b98f5be4", g = "expandableContent__0ba02324", k = "expanded__379cf5de", v = "closeButton__187fd709", w = "expandButton__c8d57c86", e = {
|
|
8
8
|
alertProcess: x,
|
|
9
9
|
md: y,
|
|
10
10
|
lg: u,
|
|
@@ -20,17 +20,17 @@ const x = "alertProcess__e8d7cbe8", y = "md__0e843fed", u = "lg__0b0bf671", T =
|
|
|
20
20
|
expanded: k,
|
|
21
21
|
closeButton: v,
|
|
22
22
|
expandButton: w
|
|
23
|
-
}, A = ({ children: a, open: o, onOpen: r, ...
|
|
24
|
-
const { setHasSpoiler: n } =
|
|
23
|
+
}, A = ({ children: a, open: o, onOpen: r, ...l }) => {
|
|
24
|
+
const { setHasSpoiler: n } = p(f);
|
|
25
25
|
_(() => (n(!0), () => {
|
|
26
26
|
n(!1);
|
|
27
27
|
}), [n]);
|
|
28
|
-
const
|
|
28
|
+
const c = () => {
|
|
29
29
|
r == null || r(!o);
|
|
30
30
|
};
|
|
31
|
-
return /* @__PURE__ */
|
|
32
|
-
/* @__PURE__ */ t("div", { className: s(e.expandableContent, { [e.expanded]: o }), ...
|
|
33
|
-
/* @__PURE__ */ t("div", { className: s(e.expandButton, { [e.expanded]: o }), children: /* @__PURE__ */ t(m, { onClick:
|
|
31
|
+
return /* @__PURE__ */ d("div", { className: e.spoiler, children: [
|
|
32
|
+
/* @__PURE__ */ t("div", { className: s(e.expandableContent, { [e.expanded]: o }), ...l, children: a }),
|
|
33
|
+
/* @__PURE__ */ t("div", { className: s(e.expandButton, { [e.expanded]: o }), children: /* @__PURE__ */ t(m, { onClick: c, children: /* @__PURE__ */ t(i, { paletteIndex: 5 }) }) })
|
|
34
34
|
] });
|
|
35
35
|
};
|
|
36
36
|
A.displayName = "AlertProcessSpoiler";
|
|
@@ -38,4 +38,4 @@ export {
|
|
|
38
38
|
A,
|
|
39
39
|
e as s
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=AlertProcessSpoiler-
|
|
41
|
+
//# sourceMappingURL=AlertProcessSpoiler-BXa1yThy.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as M } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
3
|
-
import { c as
|
|
3
|
+
import { c as V } from "./vendor-z35N2Tap.js";
|
|
4
4
|
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
5
|
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
6
|
import { isKey as w } from "../utils/keyboard.js";
|
|
7
|
-
const A = "
|
|
7
|
+
const A = "calendarViewDays__cddd38c5", E = "calendarViewMonths__86b872ed", L = "calendarViewYears__042b858c", R = "calendarViewDaysHeader__41efb51b", v = "calendarViewDaysBody__8390bfde", H = "calendarViewItem__f66626a9", B = "current__f2bcf221", S = "disabled__0c89a14f", j = "calendarViewItemLabel__efc3f5fd", O = "muted__77d7ff32", P = "selected__fbc40a51", g = "basicMark__2d25f758", q = "standardMark__a3e37e18", z = "attentionMark__80cd7054", G = "criticalMark__bcccd64a", J = "marked__be83890e", Q = "unitDay__f23f905f", U = "unitMonth__5bce137d", W = "unitYear__5c1dd413", e = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -37,52 +37,52 @@ const A = "calendarViewDays__92e28288", E = "calendarViewMonths__ddd22fbd", L =
|
|
|
37
37
|
children: k,
|
|
38
38
|
className: y,
|
|
39
39
|
date: o,
|
|
40
|
-
unit:
|
|
40
|
+
unit: b,
|
|
41
41
|
tabbable: c,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
|
-
muted:
|
|
44
|
+
muted: I,
|
|
45
45
|
markType: n,
|
|
46
46
|
onFocus: d,
|
|
47
47
|
onBlur: s,
|
|
48
48
|
onKeyDown: i,
|
|
49
49
|
onDateSelect: m,
|
|
50
|
-
...
|
|
50
|
+
...C
|
|
51
51
|
}) => {
|
|
52
|
-
const { viewItemFocusedRef: t } = N(x),
|
|
52
|
+
const { viewItemFocusedRef: t } = N(x), f = T(null);
|
|
53
53
|
Y(() => {
|
|
54
54
|
var a;
|
|
55
|
-
c && t.current && ((a =
|
|
55
|
+
c && t.current && ((a = f.current) == null || a.focus());
|
|
56
56
|
}, [c, t]);
|
|
57
|
-
const
|
|
57
|
+
const D = (a) => {
|
|
58
58
|
t.current = !0, d == null || d(a);
|
|
59
|
-
},
|
|
59
|
+
}, h = (a) => {
|
|
60
60
|
t.current = !1, s == null || s(a);
|
|
61
61
|
}, p = (a) => {
|
|
62
|
-
const
|
|
63
|
-
(w(
|
|
62
|
+
const u = a.code || a.keyCode;
|
|
63
|
+
(w(u, "ENTER") || w(u, "SPACE")) && (a.preventDefault(), m(o)), i == null || i(a);
|
|
64
64
|
};
|
|
65
|
-
return /* @__PURE__ */
|
|
65
|
+
return /* @__PURE__ */ M(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className:
|
|
68
|
+
className: V(e.calendarViewItem, { [e.disabled]: _ }, y),
|
|
69
69
|
tabIndex: c ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
|
-
onFocus:
|
|
72
|
-
onBlur:
|
|
71
|
+
onFocus: D,
|
|
72
|
+
onBlur: h,
|
|
73
73
|
onKeyDown: p,
|
|
74
|
-
...
|
|
75
|
-
ref:
|
|
76
|
-
children: /* @__PURE__ */
|
|
74
|
+
...C,
|
|
75
|
+
ref: f,
|
|
76
|
+
children: /* @__PURE__ */ M(
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
|
-
className:
|
|
79
|
+
className: V(
|
|
80
80
|
e.calendarViewItemLabel,
|
|
81
|
-
Z[
|
|
81
|
+
Z[b],
|
|
82
82
|
{
|
|
83
83
|
[e.disabled]: _,
|
|
84
84
|
[e.marked]: n !== void 0,
|
|
85
|
-
[e.muted]: !!
|
|
85
|
+
[e.muted]: !!I,
|
|
86
86
|
[e.selected]: l
|
|
87
87
|
},
|
|
88
88
|
n !== void 0 ? X[n] : void 0
|
|
@@ -98,4 +98,4 @@ export {
|
|
|
98
98
|
re as C,
|
|
99
99
|
e as s
|
|
100
100
|
};
|
|
101
|
-
//# sourceMappingURL=CalendarViewItem-
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-CcneNgUN.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const n = "card__cdf3a47e", d = "roundingMD__870795a9", o = "roundingSM__d00dbd94", a = "general__870eadfb", e = "secondary__57f4f5fb", c = "cardMedia__6cf5ab3d", t = "cardContent__7d873f3f", r = "paddingMD__004eca30", _ = "paddingSM__365ce409", s = "cardContentHeader__edf63ec2", g = "cardContentBody__be7bc774", i = "cardContentFooter__15094bfe", M = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: o,
|
|
5
|
+
general: a,
|
|
6
|
+
secondary: e,
|
|
7
|
+
cardMedia: c,
|
|
8
|
+
cardContent: t,
|
|
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-B95wvDgf.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__9bfd9de6", c = "checkboxTreeExtendedNode__f4bf9de6", o = "sm__d9577394", d = "md__b4cd6317", x = "lg__508c26a4", b = "checkboxTreeExtendedNodeHeader__1901ff5e", r = "checkboxTreeCheckboxLabel__f0996608", t = "caretIconWrapper__65d6b755", n = "checkboxTreeCheckbox__7ae6541b", 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-DieUohY2.js.map
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { jsxs as u, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import y, { useCallback as P } from "react";
|
|
3
|
+
import { c as C } from "./vendor-z35N2Tap.js";
|
|
4
|
+
import { EComponentSize as I } from "../enums/EComponentSize.js";
|
|
5
|
+
import { createSizeToClassNameMap as N } from "../utils/classNameMaps.js";
|
|
6
|
+
import { isKey as T } from "../utils/keyboard.js";
|
|
7
|
+
import { Badge as w } from "../components/Badge/Badge.js";
|
|
8
|
+
import { IconWrapper as f } from "../components/IconWrapper/IconWrapper.js";
|
|
9
|
+
import { EChipType as a } from "../components/Chip/enums.js";
|
|
10
|
+
const E = "chipGroupItem__b11c3f89", B = "chip__e236d7d8", g = "lg__d7bfef08", G = "prefix__c7a234ca", M = "postfix__14e84be2", S = "notificationIcon__790221b1", Y = "md__a7e74d77", j = "sm__d05e2cc4", z = "type1__4094d0e6", R = "type2__5fd78818", k = "selected__711ce220", A = "disabled__0cd757f2", W = "withPrefix__a8c0bff9", q = "withPostfix__b5fe2231", D = "content__1ba29e8d", t = {
|
|
11
|
+
chipGroupItem: E,
|
|
12
|
+
chip: B,
|
|
13
|
+
lg: g,
|
|
14
|
+
prefix: G,
|
|
15
|
+
postfix: M,
|
|
16
|
+
notificationIcon: S,
|
|
17
|
+
md: Y,
|
|
18
|
+
sm: j,
|
|
19
|
+
type1: z,
|
|
20
|
+
type2: R,
|
|
21
|
+
selected: k,
|
|
22
|
+
disabled: A,
|
|
23
|
+
withPrefix: W,
|
|
24
|
+
withPostfix: q,
|
|
25
|
+
content: D
|
|
26
|
+
}, F = {
|
|
27
|
+
[a.TYPE_1]: t.type1,
|
|
28
|
+
[a.TYPE_2]: t.type2
|
|
29
|
+
}, H = N(t), J = y.forwardRef(
|
|
30
|
+
({
|
|
31
|
+
children: r,
|
|
32
|
+
className: m,
|
|
33
|
+
disabled: e,
|
|
34
|
+
postfix: s,
|
|
35
|
+
prefix: i,
|
|
36
|
+
selected: l,
|
|
37
|
+
showNotificationIcon: d,
|
|
38
|
+
size: p = I.MD,
|
|
39
|
+
type: _ = a.TYPE_1,
|
|
40
|
+
onKeyDown: o,
|
|
41
|
+
...h
|
|
42
|
+
}, x) => {
|
|
43
|
+
const b = P(
|
|
44
|
+
(n) => {
|
|
45
|
+
T(n.code, "SPACE") && n.preventDefault(), o == null || o(n);
|
|
46
|
+
},
|
|
47
|
+
[o]
|
|
48
|
+
);
|
|
49
|
+
return /* @__PURE__ */ u(
|
|
50
|
+
"span",
|
|
51
|
+
{
|
|
52
|
+
className: C(
|
|
53
|
+
t.chip,
|
|
54
|
+
t.chipGroupItem,
|
|
55
|
+
F[_],
|
|
56
|
+
H[p],
|
|
57
|
+
{
|
|
58
|
+
[t.disabled]: !!e,
|
|
59
|
+
[t.selected]: !!l,
|
|
60
|
+
[t.withPostfix]: typeof s < "u",
|
|
61
|
+
[t.withPrefix]: typeof i < "u"
|
|
62
|
+
},
|
|
63
|
+
m
|
|
64
|
+
),
|
|
65
|
+
role: "button",
|
|
66
|
+
tabIndex: e ? -1 : 0,
|
|
67
|
+
onKeyDown: b,
|
|
68
|
+
...h,
|
|
69
|
+
ref: x,
|
|
70
|
+
children: [
|
|
71
|
+
i ? /* @__PURE__ */ c(f, { className: t.prefix, disabled: !!e, children: i }) : null,
|
|
72
|
+
/* @__PURE__ */ c("span", { className: t.content, children: r }),
|
|
73
|
+
s ? /* @__PURE__ */ c(f, { className: t.postfix, disabled: !!e, children: s }) : null,
|
|
74
|
+
d && /* @__PURE__ */ c(w.Dot, { size: p, className: t.notificationIcon })
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
);
|
|
78
|
+
}
|
|
79
|
+
);
|
|
80
|
+
J.displayName = "Chip";
|
|
81
|
+
export {
|
|
82
|
+
J as C,
|
|
83
|
+
t as s
|
|
84
|
+
};
|
|
85
|
+
//# sourceMappingURL=Chip-CwUtKklT.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__d3c54ceb", o = "isInLightBox__447709c5", i = "isInSideOverlaySM__bc94b91e", t = "isInSideOverlayMD__a922c14a", e = "isInSideOverlayLG__689cce02", c = "confirmCloseButton__00e6eced", s = "confirmContent__9cb79aa3", r = "confirmControls__c43f90c5", l = "confirmContentTitle__6248949a", _ = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: c,
|
|
8
|
+
confirmContent: s,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
_ as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-DAri1spU.js.map
|
|
@@ -2,9 +2,9 @@ import { jsxs as E, jsx as k } from "react/jsx-runtime";
|
|
|
2
2
|
import I, { useEffect as v } from "react";
|
|
3
3
|
import { c as u } from "./vendor-z35N2Tap.js";
|
|
4
4
|
import { EComponentSize as y } from "../enums/EComponentSize.js";
|
|
5
|
-
import { EVENT_KEY_CODES as
|
|
5
|
+
import { EVENT_KEY_CODES as p } from "../utils/keyboard.js";
|
|
6
6
|
import { Badge as l } from "../components/Badge/Badge.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "dropdownDesktopList__83414b3d", g = "notificationIcon__f5546482", x = "sm__ce56ee84", C = "dropdownDesktopListItem__2a948968", O = "dropdownDesktopListLoader__02d16052", R = "md__61215687", T = "lg__761a2a89", K = "active__ab432c39", b = "selected__10ff4130", s = {
|
|
8
8
|
dropdownDesktopList: N,
|
|
9
9
|
notificationIcon: g,
|
|
10
10
|
sm: x,
|
|
@@ -12,36 +12,36 @@ const N = "dropdownDesktopList__00a8f7a5", g = "notificationIcon__9e9e3290", x =
|
|
|
12
12
|
dropdownDesktopListLoader: O,
|
|
13
13
|
md: R,
|
|
14
14
|
lg: T,
|
|
15
|
-
active:
|
|
16
|
-
selected:
|
|
17
|
-
}, j = [
|
|
15
|
+
active: K,
|
|
16
|
+
selected: b
|
|
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,
|
|
26
|
-
showNotificationIcon:
|
|
26
|
+
showNotificationIcon: c,
|
|
27
27
|
size: _ = y.MD,
|
|
28
28
|
...f
|
|
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 v(() => (
|
|
36
|
+
return v(() => (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: u(
|
|
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__00a8f7a5", g = "notificationIcon__9e9e3290", x =
|
|
|
51
51
|
ref: D,
|
|
52
52
|
children: [
|
|
53
53
|
d,
|
|
54
|
-
|
|
54
|
+
c && /* @__PURE__ */ k(l.Dot, { size: _, className: s.notificationIcon })
|
|
55
55
|
]
|
|
56
56
|
}
|
|
57
57
|
);
|
|
@@ -60,6 +60,6 @@ const N = "dropdownDesktopList__00a8f7a5", g = "notificationIcon__9e9e3290", 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-Cspd56Yl.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__663131e1", d = "dropdownMobileBackdrop__4fd4469c", e = "closing__ef5788cc", n = "opening__566b9b9d", r = "opened__59c637c0", t = "dropdownMobile__9b172f8e", i = "dropdownMobileHeader__2621792a", p = "dropdownMobileHeaderContent__a8f599b1", l = "dropdownMobileContent__2bb07a3a", c = "dropdownMobileFooter__82e69636", b = "dropdownMobileListItem__16dcfc9d", s = "selected__10ff4130", w = "dropdownMobileBodyOverflow__2a2f1e1c", _ = "controlButtons__238e5fa8", M = "dropdownMobileLoader__f0343122", a = "dropdownMobileListLoader__56bfadc5", f = "notificationIcon__f5546482", 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-DrD6ibvE.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__423e1a6b", t = "footerDescriptionContent__59c4454e", e = "footerDescriptionControls__59c56efc", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-DcYb0T1i.js.map
|
|
@@ -5,14 +5,14 @@ import { FormFieldContext as j } from "../components/FormField/FormFieldContext.
|
|
|
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__0695dfae", J = "sm__f4d3088f", K = "md__fcdae70d", O = "lg__1d2a27b8", T = {
|
|
9
9
|
formFieldInput: H,
|
|
10
10
|
sm: J,
|
|
11
11
|
md: K,
|
|
12
12
|
lg: O
|
|
13
13
|
}, Q = w(T), S = C.forwardRef(
|
|
14
14
|
({
|
|
15
|
-
id:
|
|
15
|
+
id: c,
|
|
16
16
|
className: g,
|
|
17
17
|
value: e,
|
|
18
18
|
defaultValue: p,
|
|
@@ -23,11 +23,11 @@ const H = "formFieldInput__7e4ca08e", J = "sm__cd879807", K = "md__86f475a9", O
|
|
|
23
23
|
render: F,
|
|
24
24
|
...h
|
|
25
25
|
}, n) => {
|
|
26
|
-
const { status: x, setFocused: o, setTargetId: I, setFilled:
|
|
26
|
+
const { status: x, setFocused: o, setTargetId: I, setFilled: d, size: _ } = D(j), f = L(() => c === void 0 ? R("input_") : c, [c]), y = W(T.formFieldInput, Q[_], g), t = a(
|
|
27
27
|
(s) => {
|
|
28
|
-
|
|
28
|
+
d(G(s));
|
|
29
29
|
},
|
|
30
|
-
[
|
|
30
|
+
[d]
|
|
31
31
|
);
|
|
32
32
|
u(() => {
|
|
33
33
|
I(f);
|
|
@@ -36,7 +36,7 @@ const H = "formFieldInput__7e4ca08e", J = "sm__cd879807", K = "md__86f475a9", O
|
|
|
36
36
|
}, []), u(() => {
|
|
37
37
|
e !== void 0 && t(e);
|
|
38
38
|
}, [e, t]);
|
|
39
|
-
const
|
|
39
|
+
const b = a(
|
|
40
40
|
(s) => {
|
|
41
41
|
t(s.currentTarget.value), o(!0), m == null || m(s);
|
|
42
42
|
},
|
|
@@ -48,9 +48,9 @@ const H = "formFieldInput__7e4ca08e", J = "sm__cd879807", K = "md__86f475a9", O
|
|
|
48
48
|
[o, t, r]
|
|
49
49
|
), z = a(
|
|
50
50
|
(s) => {
|
|
51
|
-
s.animationName.startsWith("autofill-applied-hook") ?
|
|
51
|
+
s.animationName.startsWith("autofill-applied-hook") ? d(!0) : s.animationName.startsWith("autofill-cancelled-hook") && t(s.currentTarget.value), i == null || i(s);
|
|
52
52
|
},
|
|
53
|
-
[
|
|
53
|
+
[d, t, i]
|
|
54
54
|
), E = a(
|
|
55
55
|
(s) => {
|
|
56
56
|
t(s.currentTarget.value), l == null || l(s);
|
|
@@ -59,11 +59,11 @@ const H = "formFieldInput__7e4ca08e", J = "sm__cd879807", K = "md__86f475a9", O
|
|
|
59
59
|
), N = {
|
|
60
60
|
...h,
|
|
61
61
|
id: f,
|
|
62
|
-
className:
|
|
62
|
+
className: y,
|
|
63
63
|
value: e,
|
|
64
64
|
defaultValue: p,
|
|
65
65
|
disabled: x === q.DISABLED,
|
|
66
|
-
onFocus:
|
|
66
|
+
onFocus: b,
|
|
67
67
|
onBlur: k,
|
|
68
68
|
onAnimationStart: z,
|
|
69
69
|
onChange: E
|
|
@@ -76,4 +76,4 @@ export {
|
|
|
76
76
|
S as F,
|
|
77
77
|
T as s
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=FormFieldInput-
|
|
79
|
+
//# sourceMappingURL=FormFieldInput-D3Ncfs2O.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__27108c82", a = "headerLayoutSidebarContent__a2664523", d = "headerLayoutSidebarSidebar__a07ed97d", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-C3C0sKOR.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__967c62a4", t = "headerTitleControls__a8bcfae4", l = "headerTitleContent__0dc6ff41", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__6935b072", t = "headerTitleControls__bd99a66b", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-CgvvJQ0i.js.map
|