@sberbusiness/triplex-next 1.32.0 → 1.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 +36 -33
- package/chunks/AlertProcessSpoiler-Bw11lY_2.js +41 -0
- package/chunks/CalendarViewItem-9zvGz6lK.js +101 -0
- package/chunks/Card.module-CHntSBGP.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DZCnZPkk.js +15 -0
- package/chunks/{Chip-Fb7_tfTx.js → Chip-DUgRidoA.js} +18 -18
- package/chunks/Confirm.module-DzA_7mQO.js +15 -0
- package/chunks/{DropdownListItem-CBAmYB__.js → DropdownListItem-DfdRzHWo.js} +13 -13
- package/chunks/DropdownMobile.module-B2_eLIZO.js +23 -0
- package/chunks/Footer.module-CV6e-B3r.js +9 -0
- package/chunks/{FormFieldInput-d6WkPngW.js → FormFieldInput-CxAdhoLS.js} +15 -15
- package/chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js +9 -0
- package/chunks/HeaderTabs.module-fOX5YNsl.js +9 -0
- package/chunks/{HeaderTitle.module-CFdpGGVy.js → HeaderTitle.module-tH470aDn.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-BVI6zmzL.js → ImageGalleryExtendedThumb-Cpk1nE0q.js} +9 -9
- package/chunks/IslandAccordion.module-b2tphik7.js +25 -0
- package/chunks/IslandWidgetFooter.module-CKmwyHR4.js +9 -0
- package/chunks/IslandWidgetHeader.module-CZL2t5u0.js +13 -0
- package/chunks/{LightBoxContent-CUHF8ym9.js → LightBoxContent-Dzx47lKv.js} +7 -7
- package/chunks/LightBoxControls.module-RG62wDXb.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-B7Fno0cK.js +9 -0
- package/chunks/{ListItemControlsButton-GwTSx9t3.js → ListItemControlsButton-Dc6wY6Fp.js} +9 -9
- package/chunks/ListItemTail.module-DMJ9K0rM.js +12 -0
- package/chunks/ListMasterFooter.module-C58NLDG2.js +10 -0
- package/chunks/ModalWindow.module-CszS7FwS.js +17 -0
- package/chunks/Notification.module-BNsYZ_Ak.js +20 -0
- package/chunks/Overlay.module-DOk5L_-8.js +18 -0
- package/chunks/Page.module-TORdWU5G.js +11 -0
- package/chunks/SMSField.module-BjG_FEkT.js +16 -0
- package/chunks/SliderExtendedMarks.module-Bt31TtEn.js +15 -0
- package/chunks/{SliderExtendedRail-s3nj0g7A.js → SliderExtendedRail-BYOwvNNf.js} +11 -11
- package/chunks/StatusTracker.module-jqMWmKxs.js +24 -0
- package/chunks/{StepperStepArrowBorder-7nXw_k6S.js → StepperStepArrowBorder-j6OP5KT9.js} +5 -5
- package/chunks/{SuggestFieldMobileDropdownHint-DTd9ZRJc.js → SuggestFieldMobileDropdownHint-C8OEdlFf.js} +4 -4
- package/chunks/TableFooter.module-BrNleOTT.js +14 -0
- package/chunks/TabsExtended.module-BStXryDc.js +16 -0
- package/chunks/TabsLine.module-CR0Zbz9g.js +21 -0
- package/chunks/TooltipDesktop.module-lEItFyAS.js +19 -0
- package/chunks/TreeView.module-SA9BUUel.js +9 -0
- package/chunks/{UploadZoneInput-DH0deFXt.js → UploadZoneInput-B_FFSQm7.js} +6 -6
- package/chunks/{constants-Dsgjokad.js → constants-Dm1nkJLa.js} +11 -11
- package/chunks/{utils-C0vdTK6h.js → utils-C7AeO50S.js} +4 -4
- package/chunks/{utils-CXTWVT_w.js → utils-C88ipzKd.js} +5 -5
- package/chunks/utils-CqED8Odf.js +73 -0
- package/chunks/utils-DIpdLSK7.js +24 -0
- package/chunks/{vendor-82AnkPpo.js → vendor-D5cfSbgz.js} +1114 -1116
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +24 -24
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +5 -5
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +8 -8
- package/components/Badge/Badge.js +6 -6
- package/components/Badge/BadgeDot.js +4 -4
- package/components/Badge/components/BadgeContent.js +14 -14
- package/components/Badge/components/BadgePostfix.js +9 -9
- package/components/Badge/components/BadgePrefix.js +6 -6
- 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 +27 -27
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +2 -2
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +8 -8
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +12 -12
- package/components/Checkbox/Checkbox.js +19 -19
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +15 -15
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +46 -42
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +139 -139
- package/components/CollapsibleTree/CollapsibleTree.js +2 -2
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +2 -2
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +13 -13
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +2 -2
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- 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 +23 -23
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
- package/components/Dropdown/desktop/DropdownDesktop.js +15 -15
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +13 -13
- package/components/EmptyView/EmptyView.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +19 -19
- 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 +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +23 -23
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +13 -13
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +20 -20
- package/components/FormField/components/FormFieldTextarea.js +10 -10
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +11 -11
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +3 -3
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/IconWrapper/IconWrapper.js +11 -11
- package/components/ImageGallery/ImageGallery.js +5 -4
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +15 -15
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +11 -11
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +8 -7
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +2 -2
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +19 -19
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
- package/components/LightBox/LightBox.js +45 -44
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +105 -97
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +12 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +10 -10
- package/components/List/List.js +3 -3
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +14 -14
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +2 -2
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +7 -7
- package/components/List/components/ListSortableItemTarget.js +6 -6
- 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 +6 -6
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +8 -8
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +5 -5
- package/components/MobileView/index.js +3 -1
- package/components/MobileView/useMobileView.js +10 -0
- package/components/ModalWindow/ModalWindow.js +30 -30
- package/components/ModalWindow/components/ModalWindowBody.js +7 -7
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +7 -7
- package/components/MonthYearRange/MonthYearRange.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +8 -8
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +6 -6
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +5 -5
- package/components/Row/Row.js +14 -14
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +8 -8
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +10 -10
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +17 -17
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +13 -13
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +10 -10
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +4 -4
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +19 -19
- package/components/Stepper/Stepper.js +33 -32
- package/components/Stepper/StepperExtended.js +11 -11
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Stepper/index.js +9 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +3 -3
- package/components/Table/ChipPanel.js +4 -4
- package/components/Table/ChipPanelLinks.js +6 -6
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +6 -6
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +13 -12
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +30 -30
- package/components/TagColor/TagColor.js +9 -9
- package/components/TagGroup/TagGroup.js +6 -6
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +46 -46
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +25 -25
- package/components/Typography/CodeText.js +3 -3
- package/components/Typography/Text.js +16 -16
- package/components/Typography/Title.js +18 -18
- package/components/Typography/constants.js +1 -1
- package/components/Typography/enums.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +1 -1
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +363 -359
- package/index.d.ts +33 -39
- package/index.js +397 -393
- package/package.json +5 -1
- package/styles/triplex-next.css +557 -556
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-p-fWJ9CC.js +0 -41
- package/chunks/CalendarViewItem-y_OwskEF.js +0 -101
- package/chunks/Card.module-DLre-hDg.js +0 -18
- package/chunks/CheckboxTreeExtended.module-BsnFYetJ.js +0 -15
- package/chunks/Confirm.module-ONNAnitW.js +0 -15
- package/chunks/DropdownMobile.module-C99ad0jt.js +0 -23
- package/chunks/Footer.module-fCYYdKPC.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BUlWJH2L.js +0 -9
- package/chunks/HeaderTabs.module-f0pOEOus.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-BGe90A85.js +0 -17
- package/chunks/IslandAccordion.module-CpsIbUZS.js +0 -25
- package/chunks/IslandWidgetFooter.module-Cv-pFx97.js +0 -9
- package/chunks/IslandWidgetHeader.module-DZ7u5KdZ.js +0 -13
- package/chunks/LightBoxControls.module-BGzxKeYz.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CmhYqDUn.js +0 -9
- package/chunks/ListItemTail.module-_zPCXCQZ.js +0 -12
- package/chunks/ListMasterFooter.module-OOs3HMYn.js +0 -10
- package/chunks/ModalWindow.module-BkI79oza.js +0 -17
- package/chunks/Notification.module-CtpYgvcX.js +0 -20
- package/chunks/Overlay.module-C3WPSJN5.js +0 -18
- package/chunks/Page.module-CkMrRJ3E.js +0 -11
- package/chunks/SMSField.module-Bo60-Oyi.js +0 -16
- package/chunks/SliderExtendedMarks.module-kdIHU6Y0.js +0 -15
- package/chunks/StatusTracker.module-DiLzRUA8.js +0 -24
- package/chunks/TableFooter.module-Bq-wqvaF.js +0 -14
- package/chunks/TabsExtended.module-CsY7VuxQ.js +0 -16
- package/chunks/TabsLine.module-BWx30e5X.js +0 -21
- package/chunks/TooltipDesktop.module-BkTwHXKO.js +0 -19
- package/chunks/TreeView.module-seYxUon6.js +0 -9
- package/chunks/utils-BIYQTFij.js +0 -24
- package/chunks/utils-CXwYWTdr.js +0 -73
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
|
|
|
@@ -227,4 +230,4 @@ npm run test-unit:watch # Запуск unit тестов в реж
|
|
|
227
230
|
npm run test-unit:coverage # Запуск unit тестов с отчётом о покрытии
|
|
228
231
|
npm run test-visual:docker # Визуальные регрессионные тесты (Docker)
|
|
229
232
|
npm run test-visual:docker:update # Обновить baseline-скриншоты (Docker)
|
|
230
|
-
```
|
|
233
|
+
```
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { jsxs as d, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as p, useEffect as _ } from "react";
|
|
3
|
+
import { CaretdownStrokeSrvIcon16 as i } from "@sberbusiness/icons-next";
|
|
4
|
+
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
|
+
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
+
import { c as a } from "./vendor-D5cfSbgz.js";
|
|
7
|
+
const y = "alertProcess__56eed1b9", u = "md__4ec7c56c", T = "lg__88a51ef8", f = "withSpoiler__a9f338d8", B = "themeIcon__46894778", C = "alertTypeError__70aeaf27", S = "alertTypeInfo__de7e9edd", h = "alertTypeWarning__c8694089", I = "alertTypeSystem__436ad68c", P = "alertTypeFeature__555a6758", g = "alertProcessContentBlock__6d8cecd3", b = "expandableContent__56e99529", k = "expanded__c07b395a", v = "closeButton__59561d14", w = "expandButton__847a6e4e", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
md: u,
|
|
10
|
+
lg: T,
|
|
11
|
+
withSpoiler: f,
|
|
12
|
+
themeIcon: B,
|
|
13
|
+
alertTypeError: C,
|
|
14
|
+
alertTypeInfo: S,
|
|
15
|
+
alertTypeWarning: h,
|
|
16
|
+
alertTypeSystem: I,
|
|
17
|
+
alertTypeFeature: P,
|
|
18
|
+
alertProcessContentBlock: g,
|
|
19
|
+
expandableContent: b,
|
|
20
|
+
expanded: k,
|
|
21
|
+
closeButton: v,
|
|
22
|
+
expandButton: w
|
|
23
|
+
}, A = ({ children: s, open: o, onOpen: r, ...l }) => {
|
|
24
|
+
const { setHasSpoiler: n } = p(x);
|
|
25
|
+
_(() => (n(!0), () => {
|
|
26
|
+
n(!1);
|
|
27
|
+
}), [n]);
|
|
28
|
+
const c = () => {
|
|
29
|
+
r == null || r(!o);
|
|
30
|
+
};
|
|
31
|
+
return /* @__PURE__ */ d("div", { className: e.spoiler, children: [
|
|
32
|
+
/* @__PURE__ */ t("div", { className: a(e.expandableContent, { [e.expanded]: o }), ...l, children: s }),
|
|
33
|
+
/* @__PURE__ */ t("div", { className: a(e.expandButton, { [e.expanded]: o }), children: /* @__PURE__ */ t(m, { onClick: c, children: /* @__PURE__ */ t(i, { paletteIndex: 5 }) }) })
|
|
34
|
+
] });
|
|
35
|
+
};
|
|
36
|
+
A.displayName = "AlertProcessSpoiler";
|
|
37
|
+
export {
|
|
38
|
+
A,
|
|
39
|
+
e as s
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=AlertProcessSpoiler-Bw11lY_2.js.map
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
3
|
+
import { c as V } from "./vendor-D5cfSbgz.js";
|
|
4
|
+
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
|
+
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
+
import { isKey as w } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__fa6a1b07", E = "calendarViewMonths__865ffe06", L = "calendarViewYears__33b96cd7", R = "calendarViewDaysHeader__838bb880", v = "calendarViewDaysBody__781a28d3", H = "calendarViewItem__98d522c0", B = "current__9b77dd94", S = "disabled__34dd22dd", j = "calendarViewItemLabel__d7ec4318", O = "muted__dd22e8bd", P = "selected__b9e14b33", g = "basicMark__6a1f3a1d", q = "standardMark__3c328ab9", z = "attentionMark__06e2bdcb", G = "criticalMark__7376eeab", J = "marked__fd33c8c5", Q = "unitDay__6a22897f", U = "unitMonth__26ff04df", W = "unitYear__51ca7818", a = {
|
|
8
|
+
calendarViewDays: A,
|
|
9
|
+
calendarViewMonths: E,
|
|
10
|
+
calendarViewYears: L,
|
|
11
|
+
calendarViewDaysHeader: R,
|
|
12
|
+
calendarViewDaysBody: v,
|
|
13
|
+
calendarViewItem: H,
|
|
14
|
+
current: B,
|
|
15
|
+
disabled: S,
|
|
16
|
+
calendarViewItemLabel: j,
|
|
17
|
+
muted: O,
|
|
18
|
+
selected: P,
|
|
19
|
+
basicMark: g,
|
|
20
|
+
standardMark: q,
|
|
21
|
+
attentionMark: z,
|
|
22
|
+
criticalMark: G,
|
|
23
|
+
marked: J,
|
|
24
|
+
unitDay: Q,
|
|
25
|
+
unitMonth: U,
|
|
26
|
+
unitYear: W
|
|
27
|
+
}, X = {
|
|
28
|
+
[r.BASIC]: a.basicMark,
|
|
29
|
+
[r.STANDARD]: a.standardMark,
|
|
30
|
+
[r.ATTENTION]: a.attentionMark,
|
|
31
|
+
[r.CRITICAL]: a.criticalMark
|
|
32
|
+
}, Z = {
|
|
33
|
+
day: a.unitDay,
|
|
34
|
+
month: a.unitMonth,
|
|
35
|
+
year: a.unitYear
|
|
36
|
+
}, ra = ({
|
|
37
|
+
children: k,
|
|
38
|
+
className: y,
|
|
39
|
+
date: o,
|
|
40
|
+
unit: b,
|
|
41
|
+
tabbable: d,
|
|
42
|
+
active: l,
|
|
43
|
+
disabled: _,
|
|
44
|
+
muted: I,
|
|
45
|
+
markType: n,
|
|
46
|
+
onFocus: c,
|
|
47
|
+
onBlur: s,
|
|
48
|
+
onKeyDown: i,
|
|
49
|
+
onDateSelect: m,
|
|
50
|
+
...C
|
|
51
|
+
}) => {
|
|
52
|
+
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
|
+
Y(() => {
|
|
54
|
+
var e;
|
|
55
|
+
d && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
+
}, [d, t]);
|
|
57
|
+
const D = (e) => {
|
|
58
|
+
t.current = !0, c == null || c(e);
|
|
59
|
+
}, h = (e) => {
|
|
60
|
+
t.current = !1, s == null || s(e);
|
|
61
|
+
}, p = (e) => {
|
|
62
|
+
const M = e.code || e.keyCode;
|
|
63
|
+
(w(M, "ENTER") || w(M, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
|
+
};
|
|
65
|
+
return /* @__PURE__ */ f(
|
|
66
|
+
"td",
|
|
67
|
+
{
|
|
68
|
+
className: V(a.calendarViewItem, { [a.disabled]: _ }, y),
|
|
69
|
+
tabIndex: d ? 0 : -1,
|
|
70
|
+
"aria-selected": l ? !0 : void 0,
|
|
71
|
+
onFocus: D,
|
|
72
|
+
onBlur: h,
|
|
73
|
+
onKeyDown: p,
|
|
74
|
+
...C,
|
|
75
|
+
ref: u,
|
|
76
|
+
children: /* @__PURE__ */ f(
|
|
77
|
+
"div",
|
|
78
|
+
{
|
|
79
|
+
className: V(
|
|
80
|
+
a.calendarViewItemLabel,
|
|
81
|
+
Z[b],
|
|
82
|
+
{
|
|
83
|
+
[a.disabled]: _,
|
|
84
|
+
[a.marked]: n !== void 0,
|
|
85
|
+
[a.muted]: !!I,
|
|
86
|
+
[a.selected]: l
|
|
87
|
+
},
|
|
88
|
+
n !== void 0 ? X[n] : void 0
|
|
89
|
+
),
|
|
90
|
+
onClick: () => m(o),
|
|
91
|
+
children: k
|
|
92
|
+
}
|
|
93
|
+
)
|
|
94
|
+
}
|
|
95
|
+
);
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
ra as C,
|
|
99
|
+
a as s
|
|
100
|
+
};
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-9zvGz6lK.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const n = "card__d23b6fdd", d = "roundingMD__43358df6", a = "roundingSM__228e04ad", o = "general__222ce112", e = "secondary__21188d4e", t = "cardMedia__e5b9fe6d", c = "cardContent__d69a1eb7", r = "paddingMD__16a07ad4", _ = "paddingSM__746516bb", s = "cardContentHeader__1e221f85", g = "cardContentBody__e9130d4c", i = "cardContentFooter__aaa2a66f", M = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: o,
|
|
6
|
+
secondary: e,
|
|
7
|
+
cardMedia: t,
|
|
8
|
+
cardContent: c,
|
|
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-CHntSBGP.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__cf237c65", c = "checkboxTreeExtendedNode__80385eb9", o = "sm__04d1fd55", d = "md__d3a0eb2a", x = "lg__eb34fc2e", b = "checkboxTreeExtendedNodeHeader__b108f86a", r = "checkboxTreeCheckboxLabel__4f0c9460", t = "caretIconWrapper__a89b3e90", n = "checkboxTreeCheckbox__878cc5d2", 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-DZCnZPkk.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as u, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import y, { useCallback as P } from "react";
|
|
3
|
-
import { c as C } from "./vendor-
|
|
3
|
+
import { c as C } from "./vendor-D5cfSbgz.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__be0c5b5b", B = "chip__74f51028", g = "lg__bbe36c09", G = "prefix__9d2c43de", M = "postfix__4c298b3b", S = "notificationIcon__498efe8b", Y = "md__f691518a", j = "sm__e2d6d39b", z = "type1__9cdb06af", R = "type2__2b72bc20", k = "selected__658cb59b", A = "disabled__b1d710ff", W = "withPrefix__ead75617", q = "withPostfix__e455646e", D = "content__b5ea69aa", t = {
|
|
11
11
|
chipGroupItem: E,
|
|
12
12
|
chip: B,
|
|
13
13
|
lg: g,
|
|
@@ -28,25 +28,25 @@ const E = "chipGroupItem__5f21eac7", B = "chip__4434b285", g = "lg__99a67ce0", G
|
|
|
28
28
|
[n.TYPE_2]: t.type2
|
|
29
29
|
}, H = N(t), J = y.forwardRef(
|
|
30
30
|
({
|
|
31
|
-
children:
|
|
31
|
+
children: f,
|
|
32
32
|
className: l,
|
|
33
33
|
disabled: e,
|
|
34
|
-
postfix:
|
|
35
|
-
prefix:
|
|
34
|
+
postfix: c,
|
|
35
|
+
prefix: i,
|
|
36
36
|
selected: m,
|
|
37
37
|
showNotificationIcon: _,
|
|
38
38
|
size: p = I.MD,
|
|
39
39
|
type: d = 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(
|
|
@@ -57,20 +57,20 @@ const E = "chipGroupItem__5f21eac7", B = "chip__4434b285", g = "lg__99a67ce0", G
|
|
|
57
57
|
{
|
|
58
58
|
[t.disabled]: !!e,
|
|
59
59
|
[t.selected]: !!m,
|
|
60
|
-
[t.withPostfix]: typeof
|
|
61
|
-
[t.withPrefix]: typeof
|
|
60
|
+
[t.withPostfix]: typeof c < "u",
|
|
61
|
+
[t.withPrefix]: typeof i < "u"
|
|
62
62
|
},
|
|
63
63
|
l
|
|
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
|
-
|
|
71
|
+
i ? /* @__PURE__ */ s(r, { className: t.prefix, disabled: !!e, children: i }) : null,
|
|
72
|
+
/* @__PURE__ */ s("span", { className: t.content, children: f }),
|
|
73
|
+
c ? /* @__PURE__ */ s(r, { className: t.postfix, disabled: !!e, children: c }) : null,
|
|
74
74
|
_ && /* @__PURE__ */ s(w.Dot, { size: p, className: t.notificationIcon })
|
|
75
75
|
]
|
|
76
76
|
}
|
|
@@ -82,4 +82,4 @@ export {
|
|
|
82
82
|
J as C,
|
|
83
83
|
t as s
|
|
84
84
|
};
|
|
85
|
-
//# sourceMappingURL=Chip-
|
|
85
|
+
//# sourceMappingURL=Chip-DUgRidoA.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__6e7dbde9", o = "isInLightBox__859c5b6c", i = "isInSideOverlaySM__f5911a51", t = "isInSideOverlayMD__b47f335b", e = "isInSideOverlayLG__8cd81f8b", s = "confirmCloseButton__bdb5c1d2", c = "confirmContent__2cbe8ba9", r = "confirmControls__f2c144f6", f = "confirmContentTitle__92eb1fa4", l = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: c,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: f
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
l as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-DzA_7mQO.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsxs as E, jsx as k } from "react/jsx-runtime";
|
|
2
2
|
import I, { useEffect as u } from "react";
|
|
3
|
-
import { c as v } from "./vendor-
|
|
3
|
+
import { c as v } from "./vendor-D5cfSbgz.js";
|
|
4
4
|
import { EComponentSize as l } from "../enums/EComponentSize.js";
|
|
5
5
|
import { EVENT_KEY_CODES as a } from "../utils/keyboard.js";
|
|
6
6
|
import { Badge as y } from "../components/Badge/Badge.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "dropdownDesktopList__5f52ae5e", g = "notificationIcon__31d4d82d", x = "sm__23d34a7a", C = "dropdownDesktopListItem__b99be290", O = "dropdownDesktopListLoader__88cea86c", R = "md__4de9155a", T = "lg__d19c9764", b = "active__b7cad386", K = "selected__2f738aaf", s = {
|
|
8
8
|
dropdownDesktopList: N,
|
|
9
9
|
notificationIcon: g,
|
|
10
|
-
sm:
|
|
11
|
-
dropdownDesktopListItem:
|
|
12
|
-
dropdownDesktopListLoader:
|
|
13
|
-
md:
|
|
14
|
-
lg:
|
|
15
|
-
active:
|
|
10
|
+
sm: x,
|
|
11
|
+
dropdownDesktopListItem: C,
|
|
12
|
+
dropdownDesktopListLoader: O,
|
|
13
|
+
md: R,
|
|
14
|
+
lg: T,
|
|
15
|
+
active: b,
|
|
16
16
|
selected: K
|
|
17
17
|
}, j = [a.SPACE, a.ENTER], A = I.forwardRef(
|
|
18
18
|
({
|
|
@@ -24,8 +24,8 @@ const N = "dropdownDesktopList__24ff3208", g = "notificationIcon__62b87ac0", b =
|
|
|
24
24
|
onSelect: o,
|
|
25
25
|
selected: r,
|
|
26
26
|
showNotificationIcon: c,
|
|
27
|
-
size:
|
|
28
|
-
...
|
|
27
|
+
size: _ = l.MD,
|
|
28
|
+
...f
|
|
29
29
|
}, D) => {
|
|
30
30
|
const i = (t) => {
|
|
31
31
|
const { keyCode: w } = t;
|
|
@@ -46,12 +46,12 @@ const N = "dropdownDesktopList__24ff3208", g = "notificationIcon__62b87ac0", b =
|
|
|
46
46
|
title: typeof d == "string" ? d : void 0,
|
|
47
47
|
role: "option",
|
|
48
48
|
"aria-selected": !!r,
|
|
49
|
-
...
|
|
49
|
+
...f,
|
|
50
50
|
onClick: L,
|
|
51
51
|
ref: D,
|
|
52
52
|
children: [
|
|
53
53
|
d,
|
|
54
|
-
c && /* @__PURE__ */ k(y.Dot, { size:
|
|
54
|
+
c && /* @__PURE__ */ k(y.Dot, { size: _, className: s.notificationIcon })
|
|
55
55
|
]
|
|
56
56
|
}
|
|
57
57
|
);
|
|
@@ -62,4 +62,4 @@ export {
|
|
|
62
62
|
A as D,
|
|
63
63
|
s
|
|
64
64
|
};
|
|
65
|
-
//# sourceMappingURL=DropdownListItem-
|
|
65
|
+
//# sourceMappingURL=DropdownListItem-DfdRzHWo.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__ffba4e15", d = "dropdownMobileBackdrop__af5ef229", e = "closing__266879dc", n = "opening__cd422466", r = "opened__64ebf02d", t = "dropdownMobile__dd4033eb", i = "dropdownMobileHeader__fa6d6a6b", p = "dropdownMobileHeaderContent__bd3eead7", l = "dropdownMobileContent__3a94bb02", b = "dropdownMobileFooter__b499a47e", c = "dropdownMobileListItem__c26bb682", s = "selected__2f738aaf", w = "dropdownMobileBodyOverflow__1b3e75ee", a = "controlButtons__2d09c83a", _ = "dropdownMobileLoader__f5654b2a", M = "dropdownMobileListLoader__d20ac832", f = "notificationIcon__31d4d82d", 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: b,
|
|
12
|
+
dropdownMobileListItem: c,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileBodyOverflow: w,
|
|
15
|
+
controlButtons: a,
|
|
16
|
+
dropdownMobileLoader: _,
|
|
17
|
+
dropdownMobileListLoader: M,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-B2_eLIZO.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__95485521", t = "footerDescriptionContent__5a5c2247", e = "footerDescriptionControls__c55b792e", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-CV6e-B3r.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
-
import C, { useContext as D, useMemo as L, useCallback as a, useLayoutEffect as
|
|
3
|
-
import { u as R, c as W } from "./vendor-
|
|
2
|
+
import C, { useContext as D, useMemo as L, useCallback as a, useLayoutEffect as f } from "react";
|
|
3
|
+
import { u as R, c as W } from "./vendor-D5cfSbgz.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__d57e72da", J = "sm__547d6110", K = "md__4380ba69", O = "lg__7d82ed86", 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,17 +23,17 @@ const H = "formFieldInput__3346af13", J = "sm__ab9ef21c", K = "md__9ec7e2e7", O
|
|
|
23
23
|
render: F,
|
|
24
24
|
...h
|
|
25
25
|
}, n) => {
|
|
26
|
-
const { status: x, setFocused: o, setTargetId: _, setFilled:
|
|
26
|
+
const { status: x, setFocused: o, setTargetId: _, setFilled: d, size: I } = D(j), u = L(() => c === void 0 ? R("input_") : c, [c]), y = W(T.formFieldInput, Q[I], g), t = a(
|
|
27
27
|
(s) => {
|
|
28
|
-
|
|
28
|
+
d(G(s));
|
|
29
29
|
},
|
|
30
|
-
[
|
|
30
|
+
[d]
|
|
31
31
|
);
|
|
32
|
-
|
|
33
|
-
_(
|
|
34
|
-
}, [
|
|
32
|
+
f(() => {
|
|
33
|
+
_(u);
|
|
34
|
+
}, [u, _]), f(() => {
|
|
35
35
|
t(e ?? p);
|
|
36
|
-
}, []),
|
|
36
|
+
}, []), f(() => {
|
|
37
37
|
e !== void 0 && t(e);
|
|
38
38
|
}, [e, t]);
|
|
39
39
|
const b = a(
|
|
@@ -48,9 +48,9 @@ const H = "formFieldInput__3346af13", J = "sm__ab9ef21c", K = "md__9ec7e2e7", O
|
|
|
48
48
|
[o, t, m]
|
|
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), r == null || r(s);
|
|
52
52
|
},
|
|
53
|
-
[
|
|
53
|
+
[d, t, r]
|
|
54
54
|
), E = a(
|
|
55
55
|
(s) => {
|
|
56
56
|
t(s.currentTarget.value), i == null || i(s);
|
|
@@ -58,7 +58,7 @@ const H = "formFieldInput__3346af13", J = "sm__ab9ef21c", K = "md__9ec7e2e7", O
|
|
|
58
58
|
[t, i]
|
|
59
59
|
), N = {
|
|
60
60
|
...h,
|
|
61
|
-
id:
|
|
61
|
+
id: u,
|
|
62
62
|
className: y,
|
|
63
63
|
value: e,
|
|
64
64
|
defaultValue: p,
|
|
@@ -76,4 +76,4 @@ export {
|
|
|
76
76
|
S as F,
|
|
77
77
|
T as s
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=FormFieldInput-
|
|
79
|
+
//# sourceMappingURL=FormFieldInput-CxAdhoLS.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__bc14cd10", a = "headerLayoutSidebarContent__97c996de", d = "headerLayoutSidebarSidebar__2e0b2938", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-GsbsfEiJ.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__8e827cd6", t = "headerTitleControls__49d532da", l = "headerTitleContent__6fc94b8c", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__fbb5af0c", t = "headerTitleControls__e342f1ec", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-tH470aDn.js.map
|