@sberbusiness/triplex-next 0.31.0 → 0.33.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-D94updt3.js → AlertProcessSpoiler-D5Z3QhxI.js} +9 -9
- package/chunks/{CalendarViewItem-w08J4qsu.js → CalendarViewItem-jaPGc7g9.js} +27 -27
- package/chunks/Card.module-BT82F3Ky.js +18 -0
- package/chunks/CheckboxTreeExtended.module-dWJEHy4I.js +15 -0
- package/chunks/{Chip-Cteq3rht.js → Chip-DEoNciDr.js} +23 -23
- package/chunks/Confirm.module-Bek5Y_d5.js +15 -0
- package/chunks/{DropdownListItem-D093kwGL.js → DropdownListItem-9uM7fY6X.js} +9 -9
- package/chunks/DropdownMobile.module-Dn9sFUCq.js +23 -0
- package/chunks/Footer.module-cwVzdGju.js +9 -0
- package/chunks/{FormFieldInput-DEkpK71h.js → FormFieldInput-CLHhO8Kh.js} +25 -25
- package/chunks/HeaderLayoutSidebar.module-By0WroW0.js +9 -0
- package/chunks/HeaderTabs.module-nNfmab3J.js +9 -0
- package/chunks/{HeaderTitle.module-_RjZrixi.js → HeaderTitle.module-D4SZQJKQ.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-BV4sYkkw.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-DvxWiBol.js → ImageGalleryExtendedThumb-DVMRe0a9.js} +11 -11
- package/chunks/IslandAccordion.module-DZaeBDfB.js +25 -0
- package/chunks/IslandWidgetFooter.module-gs1vcAcR.js +9 -0
- package/chunks/IslandWidgetHeader.module-DCfKgbBN.js +13 -0
- package/chunks/{LightBoxContent-CD2ywHRd.js → LightBoxContent-CJPhUyR3.js} +11 -11
- package/chunks/LightBoxControls.module-Dw9yTb8h.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-PasYNDqH.js +9 -0
- package/chunks/{ListItemControlsButton-ooEBqOYi.js → ListItemControlsButton-BsJp3m-o.js} +5 -5
- package/chunks/ListItemTail.module-C_0Ilv6P.js +12 -0
- package/chunks/ListMasterFooter.module-BtdNBL90.js +10 -0
- package/chunks/ModalWindow.module-BL1rtFYz.js +17 -0
- package/chunks/Notification.module-DGitAi0W.js +20 -0
- package/chunks/Overlay.module-C4CvBteS.js +18 -0
- package/chunks/Page.module-C0z8yMeg.js +11 -0
- package/chunks/SMSField.module-BcNuX5lS.js +16 -0
- package/chunks/SliderExtendedMarks.module-C_x_7ws7.js +15 -0
- package/chunks/SliderExtendedRail-SYhKGslJ.js +40 -0
- package/chunks/StatusTracker.module-DkbOCTwb.js +24 -0
- package/chunks/{StepperStepArrowBorder-A6WoCp_l.js → StepperStepArrowBorder-B59UgJt-.js} +10 -10
- package/chunks/{SuggestFieldMobileDropdownHint-B6H-gTlk.js → SuggestFieldMobileDropdownHint-GTMw7Nng.js} +4 -4
- package/chunks/TableFooter.module-CGgvFs4s.js +14 -0
- package/chunks/TabsExtended.module-D6URUq4g.js +16 -0
- package/chunks/TabsLine.module-DZEuIiZO.js +21 -0
- package/chunks/TooltipDesktop.module-DK_Fl-Dq.js +19 -0
- package/chunks/TreeView.module-Bq5-RYgn.js +9 -0
- package/chunks/{UploadZoneInput-CKzf73QX.js → UploadZoneInput-NoKos3kX.js} +6 -6
- package/chunks/{constants-BO1zd0dv.js → constants-DXTFMfA_.js} +11 -11
- package/chunks/{utils-DBuNwIFU.js → utils-C2i3hSWR.js} +6 -6
- package/chunks/{utils-B99NmqsA.js → utils-D55sjebM.js} +17 -17
- package/chunks/utils-DDzMRlrV.js +28 -0
- package/chunks/{utils-bwYnj4U9.js → utils-DVaJTyM2.js} +6 -6
- package/components/Alert/AlertContext/AlertContext.js +7 -7
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +26 -26
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +11 -11
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +79 -78
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +11 -11
- 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 +13 -13
- package/components/Checkbox/CheckboxXGroup.js +17 -17
- package/components/Checkbox/CheckboxYGroup.js +8 -8
- 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 +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +10 -10
- 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 +50 -46
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +137 -137
- package/components/CollapsibleTree/CollapsibleTree.js +7 -7
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +4 -4
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +14 -14
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +10 -10
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +6 -6
- 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 +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +10 -10
- package/components/Dropdown/desktop/DropdownDesktop.js +9 -9
- 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 +18 -18
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +13 -13
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +12 -12
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +15 -15
- package/components/FormField/components/FormFieldTextarea.js +19 -19
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +5 -5
- 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 +4 -4
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/ImageGallery/ImageGallery.js +10 -9
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +11 -11
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +5 -5
- 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 +6 -6
- 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 +1 -1
- 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 +3 -3
- package/components/LightBox/LightBox.js +64 -73
- 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 +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +20 -20
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +11 -11
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +7 -7
- package/components/List/components/ListItemSelectable.js +14 -14
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- 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 +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +3 -3
- package/components/LoaderScreen/LoaderScreen.js +5 -5
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +30 -34
- 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 +9 -9
- package/components/ModalWindow/components/ModalWindowClose.js +8 -8
- 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 +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +6 -6
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Radio/Radio.js +12 -12
- 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 +18 -18
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +31 -30
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
- 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 +12 -12
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +14 -14
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +8 -6
- 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 +13 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +8 -8
- package/components/Stepper/Stepper.js +16 -15
- package/components/Stepper/StepperExtended.js +7 -7
- 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 +7 -7
- 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 +19 -19
- package/components/Table/ChipPanel.js +7 -7
- package/components/Table/ChipPanelLinks.js +1 -1
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +20 -20
- 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 +20 -20
- package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +41 -36
- 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 +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +27 -27
- package/components/TagColor/TagColor.js +10 -10
- package/components/TagGroup/TagGroup.js +8 -8
- 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 +6 -6
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
- package/components/TopOverlay/TopOverlay.js +50 -50
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +23 -23
- package/components/Typography/CodeText.js +12 -12
- package/components/Typography/Text.js +28 -28
- package/components/Typography/Title.js +10 -10
- package/components/Typography/constants.js +1 -1
- package/components/Typography/enums.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +5 -5
- 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 +42 -42
- package/index.js +397 -393
- package/package.json +5 -1
- package/styles/triplex-next.css +557 -556
- package/chunks/Card.module-D8EAMd92.js +0 -18
- package/chunks/CheckboxTreeExtended.module-b9bSHVAz.js +0 -15
- package/chunks/Confirm.module-BtroC28g.js +0 -15
- package/chunks/DropdownMobile.module-BkdWickw.js +0 -23
- package/chunks/Footer.module-fb6dwao-.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DJZa8d1z.js +0 -9
- package/chunks/HeaderTabs.module-CYj6xy4J.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-Da65hjez.js +0 -17
- package/chunks/IslandAccordion.module-BPxUPtoo.js +0 -25
- package/chunks/IslandWidgetFooter.module-ZxH3O6oy.js +0 -9
- package/chunks/IslandWidgetHeader.module-BSFljZcD.js +0 -13
- package/chunks/LightBoxControls.module-CmEdh818.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BN81wlqm.js +0 -9
- package/chunks/ListItemTail.module-4rSSMPVx.js +0 -12
- package/chunks/ListMasterFooter.module-C-WLsVa2.js +0 -10
- package/chunks/ModalWindow.module-D-ruP-W_.js +0 -17
- package/chunks/Notification.module-CGwe5hz6.js +0 -20
- package/chunks/Overlay.module-VY4-MhFj.js +0 -18
- package/chunks/Page.module-DxsbvUY0.js +0 -11
- package/chunks/SMSField.module-DsLV_aE8.js +0 -16
- package/chunks/SliderExtendedMarks.module-D_aHvnyq.js +0 -15
- package/chunks/SliderExtendedRail-DUIgrgt7.js +0 -40
- package/chunks/StatusTracker.module-BXZqUX7q.js +0 -24
- package/chunks/TableFooter.module-IT9a3X2n.js +0 -14
- package/chunks/TabsExtended.module-BeSILSIo.js +0 -16
- package/chunks/TabsLine.module-D1SiIi4c.js +0 -21
- package/chunks/TooltipDesktop.module--e7kCd3A.js +0 -19
- package/chunks/TreeView.module-BGGC5iP2.js +0 -9
- package/chunks/utils-BKnry-Ny.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
|
|
|
@@ -4,7 +4,7 @@ import { CaretdownStrokeSrvIcon16 as i } from "@sberbusiness/icons-next";
|
|
|
4
4
|
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
5
|
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
6
|
import { c as s } from "./vendor-z35N2Tap.js";
|
|
7
|
-
const y = "
|
|
7
|
+
const y = "alertProcess__c5968c21", f = "md__107d1916", u = "lg__c05c4866", T = "withSpoiler__66d01d82", B = "themeIcon__be83796f", C = "alertTypeError__5ece9637", S = "alertTypeInfo__68c0cbe2", h = "alertTypeWarning__99f63e0e", b = "alertTypeSystem__d903da03", I = "alertTypeFeature__db0cf702", P = "alertProcessContentBlock__8819817f", g = "expandableContent__0bf4c909", k = "expanded__9c5f1a1b", v = "closeButton__5d179a57", w = "expandButton__488fd413", e = {
|
|
8
8
|
alertProcess: y,
|
|
9
9
|
md: f,
|
|
10
10
|
lg: u,
|
|
@@ -13,24 +13,24 @@ const y = "alertProcess__d2d0fbcd", f = "md__6a29288e", u = "lg__09204f65", T =
|
|
|
13
13
|
alertTypeError: C,
|
|
14
14
|
alertTypeInfo: S,
|
|
15
15
|
alertTypeWarning: h,
|
|
16
|
-
alertTypeSystem:
|
|
17
|
-
alertTypeFeature:
|
|
18
|
-
alertProcessContentBlock:
|
|
16
|
+
alertTypeSystem: b,
|
|
17
|
+
alertTypeFeature: I,
|
|
18
|
+
alertProcessContentBlock: P,
|
|
19
19
|
expandableContent: g,
|
|
20
20
|
expanded: k,
|
|
21
21
|
closeButton: v,
|
|
22
22
|
expandButton: w
|
|
23
|
-
}, A = ({ children: a, open: o, onOpen: r, ...
|
|
23
|
+
}, A = ({ children: a, open: o, onOpen: r, ...c }) => {
|
|
24
24
|
const { setHasSpoiler: n } = p(x);
|
|
25
25
|
_(() => (n(!0), () => {
|
|
26
26
|
n(!1);
|
|
27
27
|
}), [n]);
|
|
28
|
-
const
|
|
28
|
+
const l = () => {
|
|
29
29
|
r == null || r(!o);
|
|
30
30
|
};
|
|
31
31
|
return /* @__PURE__ */ d("div", { className: e.spoiler, children: [
|
|
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:
|
|
32
|
+
/* @__PURE__ */ t("div", { className: s(e.expandableContent, { [e.expanded]: o }), ...c, children: a }),
|
|
33
|
+
/* @__PURE__ */ t("div", { className: s(e.expandButton, { [e.expanded]: o }), children: /* @__PURE__ */ t(m, { onClick: l, 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-D5Z3QhxI.js.map
|
|
@@ -4,7 +4,7 @@ import { c as w } 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 k } from "../utils/keyboard.js";
|
|
7
|
-
const A = "
|
|
7
|
+
const A = "calendarViewDays__093ee208", E = "calendarViewMonths__4d6c9014", L = "calendarViewYears__8cfc282a", R = "calendarViewDaysHeader__1ee4653a", v = "calendarViewDaysBody__448e6f2b", H = "calendarViewItem__f2007f2b", B = "current__a505f88c", S = "disabled__621ed79d", j = "calendarViewItemLabel__51615070", O = "muted__5bc72e42", P = "selected__a1c3c20e", g = "basicMark__971674bd", q = "standardMark__2d3698a9", z = "attentionMark__a59a3d06", G = "criticalMark__9ce3c4e3", J = "marked__ba533995", Q = "unitDay__33898c9d", U = "unitMonth__bc73bb2e", W = "unitYear__6dfe48bb", e = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -25,15 +25,15 @@ const A = "calendarViewDays__3b73a5e6", E = "calendarViewMonths__bb1ae9c8", L =
|
|
|
25
25
|
unitMonth: U,
|
|
26
26
|
unitYear: W
|
|
27
27
|
}, X = {
|
|
28
|
-
[r.BASIC]:
|
|
29
|
-
[r.STANDARD]:
|
|
30
|
-
[r.ATTENTION]:
|
|
31
|
-
[r.CRITICAL]:
|
|
28
|
+
[r.BASIC]: e.basicMark,
|
|
29
|
+
[r.STANDARD]: e.standardMark,
|
|
30
|
+
[r.ATTENTION]: e.attentionMark,
|
|
31
|
+
[r.CRITICAL]: e.criticalMark
|
|
32
32
|
}, Z = {
|
|
33
|
-
day:
|
|
34
|
-
month:
|
|
35
|
-
year:
|
|
36
|
-
},
|
|
33
|
+
day: e.unitDay,
|
|
34
|
+
month: e.unitMonth,
|
|
35
|
+
year: e.unitYear
|
|
36
|
+
}, re = ({
|
|
37
37
|
children: f,
|
|
38
38
|
className: y,
|
|
39
39
|
date: o,
|
|
@@ -51,21 +51,21 @@ const A = "calendarViewDays__3b73a5e6", E = "calendarViewMonths__bb1ae9c8", L =
|
|
|
51
51
|
}) => {
|
|
52
52
|
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
53
|
Y(() => {
|
|
54
|
-
var
|
|
55
|
-
c && t.current && ((
|
|
54
|
+
var a;
|
|
55
|
+
c && t.current && ((a = u.current) == null || a.focus());
|
|
56
56
|
}, [c, t]);
|
|
57
|
-
const D = (
|
|
58
|
-
t.current = !0, d == null || d(
|
|
59
|
-
}, h = (
|
|
60
|
-
t.current = !1, s == null || s(
|
|
61
|
-
}, p = (
|
|
62
|
-
const M =
|
|
63
|
-
(k(M, "ENTER") || k(M, "SPACE")) && (
|
|
57
|
+
const D = (a) => {
|
|
58
|
+
t.current = !0, d == null || d(a);
|
|
59
|
+
}, h = (a) => {
|
|
60
|
+
t.current = !1, s == null || s(a);
|
|
61
|
+
}, p = (a) => {
|
|
62
|
+
const M = a.code || a.keyCode;
|
|
63
|
+
(k(M, "ENTER") || k(M, "SPACE")) && (a.preventDefault(), m(o)), i == null || i(a);
|
|
64
64
|
};
|
|
65
65
|
return /* @__PURE__ */ V(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className: w(
|
|
68
|
+
className: w(e.calendarViewItem, { [e.disabled]: _ }, y),
|
|
69
69
|
tabIndex: c ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
71
|
onFocus: D,
|
|
@@ -77,13 +77,13 @@ const A = "calendarViewDays__3b73a5e6", E = "calendarViewMonths__bb1ae9c8", L =
|
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
79
|
className: w(
|
|
80
|
-
|
|
80
|
+
e.calendarViewItemLabel,
|
|
81
81
|
Z[b],
|
|
82
82
|
{
|
|
83
|
-
[
|
|
84
|
-
[
|
|
85
|
-
[
|
|
86
|
-
[
|
|
83
|
+
[e.disabled]: _,
|
|
84
|
+
[e.marked]: n !== void 0,
|
|
85
|
+
[e.muted]: !!I,
|
|
86
|
+
[e.selected]: l
|
|
87
87
|
},
|
|
88
88
|
n !== void 0 ? X[n] : void 0
|
|
89
89
|
),
|
|
@@ -95,7 +95,7 @@ const A = "calendarViewDays__3b73a5e6", E = "calendarViewMonths__bb1ae9c8", L =
|
|
|
95
95
|
);
|
|
96
96
|
};
|
|
97
97
|
export {
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
re as C,
|
|
99
|
+
e as s
|
|
100
100
|
};
|
|
101
|
-
//# sourceMappingURL=CalendarViewItem-
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-jaPGc7g9.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const n = "card__6a42408d", d = "roundingMD__0b942f95", a = "roundingSM__6c1a70d5", o = "general__bd70b11e", t = "secondary__683dc94e", c = "cardMedia__947482f1", e = "cardContent__eb75b51a", r = "paddingMD__d5713f33", _ = "paddingSM__898d040a", s = "cardContentHeader__7eb1606e", g = "cardContentBody__cd43fabc", i = "cardContentFooter__c7ea7a87", M = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: o,
|
|
6
|
+
secondary: t,
|
|
7
|
+
cardMedia: c,
|
|
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-BT82F3Ky.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__7d11da2b", c = "checkboxTreeExtendedNode__c6a9e1e8", o = "sm__66130dfe", d = "md__c8df88fe", x = "lg__4540466d", b = "checkboxTreeExtendedNodeHeader__fc7712b0", r = "checkboxTreeCheckboxLabel__0e9a56bb", t = "caretIconWrapper__fc65d9c1", n = "checkboxTreeCheckbox__0e2950f2", 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-dWJEHy4I.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as u, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import y, { useCallback as P } from "react";
|
|
3
3
|
import { c as C } from "./vendor-z35N2Tap.js";
|
|
4
4
|
import { EComponentSize as I } from "../enums/EComponentSize.js";
|
|
5
5
|
import { createSizeToClassNameMap as N } from "../utils/classNameMaps.js";
|
|
6
6
|
import { isKey as T } from "../utils/keyboard.js";
|
|
7
7
|
import { Badge as w } from "../components/Badge/Badge.js";
|
|
8
|
-
import { IconWrapper as
|
|
8
|
+
import { IconWrapper as r } from "../components/IconWrapper/IconWrapper.js";
|
|
9
9
|
import { EChipType as n } from "../components/Chip/enums.js";
|
|
10
|
-
const E = "
|
|
10
|
+
const E = "chipGroupItem__05d5a8b3", B = "chip__e62dab5b", g = "lg__0e8a0301", G = "prefix__3889e718", M = "postfix__60f3ae2e", S = "notificationIcon__1474775b", Y = "md__8159ef2d", j = "sm__abfe48ee", z = "type1__3d5abaec", R = "type2__88659b34", k = "selected__af14b045", A = "disabled__198156bb", W = "withPrefix__2720b283", q = "withPostfix__e3f75cfd", D = "content__26da7d01", t = {
|
|
11
11
|
chipGroupItem: E,
|
|
12
12
|
chip: B,
|
|
13
13
|
lg: g,
|
|
@@ -26,52 +26,52 @@ const E = "chipGroupItem__4771b70d", B = "chip__e87e3fae", g = "lg__26122746", G
|
|
|
26
26
|
}, F = {
|
|
27
27
|
[n.TYPE_1]: t.type1,
|
|
28
28
|
[n.TYPE_2]: t.type2
|
|
29
|
-
}, H = N(t), J =
|
|
29
|
+
}, H = N(t), J = y.forwardRef(
|
|
30
30
|
({
|
|
31
|
-
children:
|
|
31
|
+
children: f,
|
|
32
32
|
className: m,
|
|
33
33
|
disabled: e,
|
|
34
|
-
postfix:
|
|
35
|
-
prefix:
|
|
34
|
+
postfix: i,
|
|
35
|
+
prefix: c,
|
|
36
36
|
selected: l,
|
|
37
|
-
showNotificationIcon:
|
|
37
|
+
showNotificationIcon: d,
|
|
38
38
|
size: p = I.MD,
|
|
39
|
-
type:
|
|
39
|
+
type: _ = n.TYPE_1,
|
|
40
40
|
onKeyDown: o,
|
|
41
41
|
...h
|
|
42
|
-
},
|
|
43
|
-
const
|
|
42
|
+
}, b) => {
|
|
43
|
+
const x = P(
|
|
44
44
|
(a) => {
|
|
45
45
|
T(a.code, "SPACE") && a.preventDefault(), o == null || o(a);
|
|
46
46
|
},
|
|
47
47
|
[o]
|
|
48
48
|
);
|
|
49
|
-
return /* @__PURE__ */
|
|
49
|
+
return /* @__PURE__ */ u(
|
|
50
50
|
"span",
|
|
51
51
|
{
|
|
52
52
|
className: C(
|
|
53
53
|
t.chip,
|
|
54
54
|
t.chipGroupItem,
|
|
55
|
-
F[
|
|
55
|
+
F[_],
|
|
56
56
|
H[p],
|
|
57
57
|
{
|
|
58
58
|
[t.disabled]: !!e,
|
|
59
59
|
[t.selected]: !!l,
|
|
60
|
-
[t.withPostfix]: typeof
|
|
61
|
-
[t.withPrefix]: typeof
|
|
60
|
+
[t.withPostfix]: typeof i < "u",
|
|
61
|
+
[t.withPrefix]: typeof c < "u"
|
|
62
62
|
},
|
|
63
63
|
m
|
|
64
64
|
),
|
|
65
65
|
role: "button",
|
|
66
66
|
tabIndex: e ? -1 : 0,
|
|
67
|
-
onKeyDown:
|
|
67
|
+
onKeyDown: x,
|
|
68
68
|
...h,
|
|
69
|
-
ref:
|
|
69
|
+
ref: b,
|
|
70
70
|
children: [
|
|
71
|
-
|
|
72
|
-
/* @__PURE__ */ s("span", { className: t.content, children:
|
|
73
|
-
|
|
74
|
-
|
|
71
|
+
c ? /* @__PURE__ */ s(r, { className: t.prefix, disabled: !!e, children: c }) : null,
|
|
72
|
+
/* @__PURE__ */ s("span", { className: t.content, children: f }),
|
|
73
|
+
i ? /* @__PURE__ */ s(r, { className: t.postfix, disabled: !!e, children: i }) : null,
|
|
74
|
+
d && /* @__PURE__ */ s(w.Dot, { size: p, className: t.notificationIcon })
|
|
75
75
|
]
|
|
76
76
|
}
|
|
77
77
|
);
|
|
@@ -82,4 +82,4 @@ export {
|
|
|
82
82
|
J as C,
|
|
83
83
|
t as s
|
|
84
84
|
};
|
|
85
|
-
//# sourceMappingURL=Chip-
|
|
85
|
+
//# sourceMappingURL=Chip-DEoNciDr.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__dd0e25e3", o = "isInLightBox__35fd597c", i = "isInSideOverlaySM__19e601c4", t = "isInSideOverlayMD__38bfaaf7", e = "isInSideOverlayLG__575706ec", c = "confirmCloseButton__c86300cf", s = "confirmContent__ac07cb7c", r = "confirmControls__e6d7bbb1", f = "confirmContentTitle__34e0296b", l = {
|
|
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: f
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
l as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-Bek5Y_d5.js.map
|
|
@@ -4,15 +4,15 @@ import { c as u } from "./vendor-z35N2Tap.js";
|
|
|
4
4
|
import { EComponentSize as y } from "../enums/EComponentSize.js";
|
|
5
5
|
import { EVENT_KEY_CODES as a } from "../utils/keyboard.js";
|
|
6
6
|
import { Badge as l } from "../components/Badge/Badge.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "dropdownDesktopList__e42ffa8f", b = "notificationIcon__88384228", g = "sm__baa246d6", x = "dropdownDesktopListItem__8a554acb", C = "dropdownDesktopListLoader__72b90b23", O = "md__c2e6462e", R = "lg__f57029ad", T = "active__6a3d5c0d", K = "selected__9cf0b114", s = {
|
|
8
8
|
dropdownDesktopList: N,
|
|
9
|
-
notificationIcon:
|
|
10
|
-
sm:
|
|
11
|
-
dropdownDesktopListItem:
|
|
12
|
-
dropdownDesktopListLoader:
|
|
13
|
-
md:
|
|
14
|
-
lg:
|
|
15
|
-
active:
|
|
9
|
+
notificationIcon: b,
|
|
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 = [a.SPACE, a.ENTER], A = I.forwardRef(
|
|
18
18
|
({
|
|
@@ -62,4 +62,4 @@ export {
|
|
|
62
62
|
A as D,
|
|
63
63
|
s
|
|
64
64
|
};
|
|
65
|
-
//# sourceMappingURL=DropdownListItem-
|
|
65
|
+
//# sourceMappingURL=DropdownListItem-9uM7fY6X.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__93736642", d = "dropdownMobileBackdrop__285d3b1c", e = "closing__9495ce7c", n = "opening__6658cc2d", r = "opened__94ce223e", t = "dropdownMobile__e780d4b5", i = "dropdownMobileHeader__37579985", c = "dropdownMobileHeaderContent__5a8625cf", p = "dropdownMobileContent__767f20b7", l = "dropdownMobileFooter__b3e8e717", b = "dropdownMobileListItem__d46de2e5", s = "selected__9cf0b114", w = "dropdownMobileBodyOverflow__fdf16510", _ = "controlButtons__4994dcac", M = "dropdownMobileLoader__2d237c35", a = "dropdownMobileListLoader__26e28ccd", L = "notificationIcon__88384228", f = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: d,
|
|
4
|
+
closing: e,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: t,
|
|
8
|
+
dropdownMobileHeader: i,
|
|
9
|
+
dropdownMobileHeaderContent: c,
|
|
10
|
+
dropdownMobileContent: p,
|
|
11
|
+
dropdownMobileFooter: l,
|
|
12
|
+
dropdownMobileListItem: b,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileBodyOverflow: w,
|
|
15
|
+
controlButtons: _,
|
|
16
|
+
dropdownMobileLoader: M,
|
|
17
|
+
dropdownMobileListLoader: a,
|
|
18
|
+
notificationIcon: L
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
f as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-Dn9sFUCq.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__4e61d473", t = "footerDescriptionContent__b8e07ed6", e = "footerDescriptionControls__0e349570", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-cwVzdGju.js.map
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
-
import C, { useContext as D, useMemo as L, useCallback as
|
|
2
|
+
import C, { useContext as D, useMemo as L, useCallback as m, useLayoutEffect as u } from "react";
|
|
3
3
|
import { u as R, c as W } from "./vendor-z35N2Tap.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__31d71d33", J = "sm__adbff320", K = "md__1362e114", O = "lg__8c555fdd", 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:
|
|
16
|
-
className:
|
|
15
|
+
id: c,
|
|
16
|
+
className: g,
|
|
17
17
|
value: e,
|
|
18
18
|
defaultValue: p,
|
|
19
|
-
onFocus:
|
|
20
|
-
onBlur:
|
|
19
|
+
onFocus: r,
|
|
20
|
+
onBlur: a,
|
|
21
21
|
onAnimationStart: i,
|
|
22
22
|
onChange: l,
|
|
23
23
|
render: F,
|
|
24
|
-
...
|
|
24
|
+
...h
|
|
25
25
|
}, n) => {
|
|
26
|
-
const { status:
|
|
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 = m(
|
|
27
27
|
(s) => {
|
|
28
|
-
|
|
28
|
+
d(G(s));
|
|
29
29
|
},
|
|
30
|
-
[
|
|
30
|
+
[d]
|
|
31
31
|
);
|
|
32
32
|
u(() => {
|
|
33
33
|
I(f);
|
|
@@ -36,34 +36,34 @@ const H = "formFieldInput__c76fb462", J = "sm__792d82d9", K = "md__b8eea7f5", O
|
|
|
36
36
|
}, []), u(() => {
|
|
37
37
|
e !== void 0 && t(e);
|
|
38
38
|
}, [e, t]);
|
|
39
|
-
const
|
|
39
|
+
const b = m(
|
|
40
40
|
(s) => {
|
|
41
|
-
t(s.currentTarget.value), o(!0),
|
|
41
|
+
t(s.currentTarget.value), o(!0), r == null || r(s);
|
|
42
42
|
},
|
|
43
|
-
[o, t,
|
|
44
|
-
), k =
|
|
43
|
+
[o, t, r]
|
|
44
|
+
), k = m(
|
|
45
45
|
(s) => {
|
|
46
|
-
t(s.currentTarget.value), o(!1),
|
|
46
|
+
t(s.currentTarget.value), o(!1), a == null || a(s);
|
|
47
47
|
},
|
|
48
|
-
[o, t,
|
|
49
|
-
), z =
|
|
48
|
+
[o, t, a]
|
|
49
|
+
), z = m(
|
|
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
|
-
[
|
|
54
|
-
), E =
|
|
53
|
+
[d, t, i]
|
|
54
|
+
), E = m(
|
|
55
55
|
(s) => {
|
|
56
56
|
t(s.currentTarget.value), l == null || l(s);
|
|
57
57
|
},
|
|
58
58
|
[t, l]
|
|
59
59
|
), N = {
|
|
60
|
-
...
|
|
60
|
+
...h,
|
|
61
61
|
id: f,
|
|
62
|
-
className:
|
|
62
|
+
className: y,
|
|
63
63
|
value: e,
|
|
64
64
|
defaultValue: p,
|
|
65
|
-
disabled:
|
|
66
|
-
onFocus:
|
|
65
|
+
disabled: x === q.DISABLED,
|
|
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-CLHhO8Kh.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__e06a2e70", a = "headerLayoutSidebarContent__112ba3ab", r = "headerLayoutSidebarSidebar__9148b1be", d = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: r
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
d as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-By0WroW0.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__527ee3b2", t = "headerTitleControls__f35d3fa5", l = "headerTitleContent__098b05a7", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__fc9ffa01", t = "headerTitleControls__e2227b73", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-D4SZQJKQ.js.map
|