@sberbusiness/triplex-next 1.31.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-B-2x6lW0.js → AlertProcessSpoiler-Bw11lY_2.js} +14 -14
- package/chunks/{CalendarViewItem-o4k7U5Dm.js → CalendarViewItem-9zvGz6lK.js} +14 -14
- package/chunks/Card.module-CHntSBGP.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DZCnZPkk.js +15 -0
- package/chunks/{Chip-CoKB4iXT.js → Chip-DUgRidoA.js} +16 -16
- package/chunks/Confirm.module-DzA_7mQO.js +15 -0
- package/chunks/{DropdownListItem-Dy7ejFWN.js → DropdownListItem-DfdRzHWo.js} +20 -20
- package/chunks/DropdownMobile.module-B2_eLIZO.js +23 -0
- package/chunks/Footer.module-CV6e-B3r.js +9 -0
- package/chunks/{FormFieldInput-CkVtqncH.js → FormFieldInput-CxAdhoLS.js} +25 -25
- package/chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js +9 -0
- package/chunks/HeaderTabs.module-fOX5YNsl.js +9 -0
- package/chunks/{HeaderTitle.module-ChThbaCy.js → HeaderTitle.module-tH470aDn.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-D9p93wFz.js → ImageGalleryExtendedThumb-Cpk1nE0q.js} +5 -5
- 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-Cr4psg0Z.js → LightBoxContent-Dzx47lKv.js} +10 -10
- package/chunks/LightBoxControls.module-RG62wDXb.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-B7Fno0cK.js +9 -0
- package/chunks/{ListItemControlsButton-Bv8aFUBc.js → ListItemControlsButton-Dc6wY6Fp.js} +6 -6
- 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-BYOwvNNf.js +40 -0
- package/chunks/StatusTracker.module-jqMWmKxs.js +24 -0
- package/chunks/{StepperStepArrowBorder-6bgUfxhh.js → StepperStepArrowBorder-j6OP5KT9.js} +12 -12
- package/chunks/{SuggestFieldMobileDropdownHint-BYUd-DOC.js → SuggestFieldMobileDropdownHint-C8OEdlFf.js} +2 -2
- 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-CUVjN3Kj.js → UploadZoneInput-B_FFSQm7.js} +3 -3
- package/chunks/{constants-Ci0_oXbs.js → constants-Dm1nkJLa.js} +13 -13
- package/chunks/{utils-BFyvyQPY.js → utils-C7AeO50S.js} +2 -2
- package/chunks/utils-C88ipzKd.js +28 -0
- 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 +9 -9
- 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 +5 -5
- package/components/Badge/Badge.js +2 -2
- package/components/Badge/BadgeDot.js +10 -10
- package/components/Badge/components/BadgeContent.js +5 -5
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +74 -73
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +12 -12
- 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 +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +6 -6
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +2 -2
- 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 +50 -46
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +6 -6
- package/components/Col/Col.js +132 -132
- package/components/CollapsibleTree/CollapsibleTree.js +7 -7
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +2 -2
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +2 -2
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +2 -2
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +4 -4
- 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 +5 -5
- package/components/DateRange/DateRange.js +14 -14
- 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 +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +24 -24
- 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 +3 -3
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/EmptyView/EmptyView.js +7 -7
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- 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 +25 -25
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +6 -6
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +20 -20
- package/components/FormField/components/FormFieldTextarea.js +23 -23
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +7 -7
- 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 +2 -2
- 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 +7 -7
- package/components/ImageGallery/ImageGallery.js +5 -4
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +9 -9
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +10 -10
- 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 +5 -5
- package/components/Island/components/IslandFooter.js +2 -2
- 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 +13 -13
- package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +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 +8 -8
- package/components/LightBox/LightBox.js +60 -69
- 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 +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +21 -21
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +12 -12
- 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 +7 -7
- package/components/List/components/ListItemSelectable.js +10 -10
- 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 +5 -5
- package/components/List/components/ListSortableItemControls.js +7 -7
- 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 +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 +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- 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 +27 -31
- 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 +3 -3
- 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 +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +9 -9
- package/components/OrderedList/OrderedListItem.js +3 -3
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +7 -7
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/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 +11 -11
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +8 -8
- 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 +16 -16
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +19 -19
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +20 -19
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +11 -9
- 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 +13 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +18 -18
- package/components/Stepper/Stepper.js +33 -32
- package/components/Stepper/StepperExtended.js +8 -8
- 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 +10 -10
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +3 -3
- package/components/Table/ChipPanel.js +2 -2
- package/components/Table/ChipPanelLinks.js +5 -5
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +6 -6
- 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 +21 -21
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +44 -39
- 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 +1 -1
- package/components/Tag/Tag.js +28 -28
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +10 -10
- 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 +13 -13
- package/components/TopOverlay/TopOverlay.js +53 -53
- 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 +31 -31
- package/components/Typography/CodeText.js +11 -11
- package/components/Typography/Text.js +18 -18
- package/components/Typography/Title.js +15 -15
- package/components/Typography/constants.js +1 -1
- package/components/Typography/enums.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- 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 +42 -42
- 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/Card.module-_9W_bDbW.js +0 -18
- package/chunks/CheckboxTreeExtended.module-BW6Er6eg.js +0 -15
- package/chunks/Confirm.module-B7EimS-c.js +0 -15
- package/chunks/DropdownMobile.module-CEUckjjY.js +0 -23
- package/chunks/Footer.module-Btaepr_L.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Uq7eUhaq.js +0 -9
- package/chunks/HeaderTabs.module-CiK3DS7c.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js +0 -17
- package/chunks/IslandAccordion.module-BxoLhMzZ.js +0 -25
- package/chunks/IslandWidgetFooter.module-CxO5dSVu.js +0 -9
- package/chunks/IslandWidgetHeader.module-BZIonIbn.js +0 -13
- package/chunks/LightBoxControls.module-BT6tQ7Ue.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-dV9DEtmo.js +0 -9
- package/chunks/ListItemTail.module-Bp7M4QdS.js +0 -12
- package/chunks/ListMasterFooter.module-DMGAGzUD.js +0 -10
- package/chunks/ModalWindow.module-CcEb5ZBL.js +0 -17
- package/chunks/Notification.module-DmHe2Kv2.js +0 -20
- package/chunks/Overlay.module-f4p8iBuk.js +0 -18
- package/chunks/Page.module-B1W0CUyk.js +0 -11
- package/chunks/SMSField.module-cmbHRm31.js +0 -16
- package/chunks/SliderExtendedMarks.module-DptabtoD.js +0 -15
- package/chunks/SliderExtendedRail-D4NXHvvH.js +0 -40
- package/chunks/StatusTracker.module-BBm6PrHb.js +0 -24
- package/chunks/TableFooter.module-D-gNDmws.js +0 -14
- package/chunks/TabsExtended.module-IBQrFWHl.js +0 -16
- package/chunks/TabsLine.module-CM-pL6UU.js +0 -21
- package/chunks/TooltipDesktop.module-CXZIjsAn.js +0 -19
- package/chunks/TreeView.module-Co2-lRZN.js +0 -9
- package/chunks/utils-B2FzgoVa.js +0 -28
- package/chunks/utils-DEqGmway.js +0 -73
- package/chunks/utils-fAec4Z-1.js +0 -24
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
|
+
```
|
|
@@ -3,20 +3,20 @@ import { useContext as p, useEffect as _ } from "react";
|
|
|
3
3
|
import { CaretdownStrokeSrvIcon16 as i } from "@sberbusiness/icons-next";
|
|
4
4
|
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
5
|
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
-
import { c as a } from "./vendor-
|
|
7
|
-
const y = "
|
|
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
8
|
alertProcess: y,
|
|
9
|
-
md:
|
|
10
|
-
lg:
|
|
11
|
-
withSpoiler:
|
|
12
|
-
themeIcon:
|
|
13
|
-
alertTypeError:
|
|
14
|
-
alertTypeInfo:
|
|
15
|
-
alertTypeWarning:
|
|
16
|
-
alertTypeSystem:
|
|
17
|
-
alertTypeFeature:
|
|
18
|
-
alertProcessContentBlock:
|
|
19
|
-
expandableContent:
|
|
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
20
|
expanded: k,
|
|
21
21
|
closeButton: v,
|
|
22
22
|
expandButton: w
|
|
@@ -38,4 +38,4 @@ export {
|
|
|
38
38
|
A,
|
|
39
39
|
e as s
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=AlertProcessSpoiler-
|
|
41
|
+
//# sourceMappingURL=AlertProcessSpoiler-Bw11lY_2.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
3
|
-
import { c as
|
|
3
|
+
import { c as V } from "./vendor-D5cfSbgz.js";
|
|
4
4
|
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
5
|
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
-
import { isKey as
|
|
7
|
-
const A = "
|
|
6
|
+
import { isKey as w } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__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
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -37,11 +37,11 @@ const A = "calendarViewDays__23e6a7fe", E = "calendarViewMonths__e15302cd", L =
|
|
|
37
37
|
children: k,
|
|
38
38
|
className: y,
|
|
39
39
|
date: o,
|
|
40
|
-
unit:
|
|
40
|
+
unit: b,
|
|
41
41
|
tabbable: d,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
|
-
muted:
|
|
44
|
+
muted: I,
|
|
45
45
|
markType: n,
|
|
46
46
|
onFocus: c,
|
|
47
47
|
onBlur: s,
|
|
@@ -60,12 +60,12 @@ const A = "calendarViewDays__23e6a7fe", E = "calendarViewMonths__e15302cd", L =
|
|
|
60
60
|
t.current = !1, s == null || s(e);
|
|
61
61
|
}, p = (e) => {
|
|
62
62
|
const M = e.code || e.keyCode;
|
|
63
|
-
(
|
|
63
|
+
(w(M, "ENTER") || w(M, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
64
|
};
|
|
65
|
-
return /* @__PURE__ */
|
|
65
|
+
return /* @__PURE__ */ f(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className:
|
|
68
|
+
className: V(a.calendarViewItem, { [a.disabled]: _ }, y),
|
|
69
69
|
tabIndex: d ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
71
|
onFocus: D,
|
|
@@ -73,16 +73,16 @@ const A = "calendarViewDays__23e6a7fe", E = "calendarViewMonths__e15302cd", L =
|
|
|
73
73
|
onKeyDown: p,
|
|
74
74
|
...C,
|
|
75
75
|
ref: u,
|
|
76
|
-
children: /* @__PURE__ */
|
|
76
|
+
children: /* @__PURE__ */ f(
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
|
-
className:
|
|
79
|
+
className: V(
|
|
80
80
|
a.calendarViewItemLabel,
|
|
81
|
-
Z[
|
|
81
|
+
Z[b],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
84
|
[a.marked]: n !== void 0,
|
|
85
|
-
[a.muted]: !!
|
|
85
|
+
[a.muted]: !!I,
|
|
86
86
|
[a.selected]: l
|
|
87
87
|
},
|
|
88
88
|
n !== void 0 ? X[n] : void 0
|
|
@@ -98,4 +98,4 @@ export {
|
|
|
98
98
|
ra as C,
|
|
99
99
|
a as s
|
|
100
100
|
};
|
|
101
|
-
//# sourceMappingURL=CalendarViewItem-
|
|
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 u, jsx 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,10 +28,10 @@ const E = "chipGroupItem__e0e1516a", B = "chip__96a02b0f", g = "lg__5c326c02", 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:
|
|
34
|
+
postfix: c,
|
|
35
35
|
prefix: i,
|
|
36
36
|
selected: m,
|
|
37
37
|
showNotificationIcon: _,
|
|
@@ -39,8 +39,8 @@ const E = "chipGroupItem__e0e1516a", B = "chip__96a02b0f", g = "lg__5c326c02", G
|
|
|
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
|
},
|
|
@@ -57,21 +57,21 @@ const E = "chipGroupItem__e0e1516a", B = "chip__96a02b0f", g = "lg__5c326c02", G
|
|
|
57
57
|
{
|
|
58
58
|
[t.disabled]: !!e,
|
|
59
59
|
[t.selected]: !!m,
|
|
60
|
-
[t.withPostfix]: typeof
|
|
60
|
+
[t.withPostfix]: typeof c < "u",
|
|
61
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
|
-
i ? /* @__PURE__ */
|
|
72
|
-
/* @__PURE__ */
|
|
73
|
-
|
|
74
|
-
_ && /* @__PURE__ */
|
|
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
|
+
_ && /* @__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-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,10 +1,10 @@
|
|
|
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
10
|
sm: x,
|
|
@@ -12,36 +12,36 @@ const N = "dropdownDesktopList__e7c7a7d1", g = "notificationIcon__9878900c", x =
|
|
|
12
12
|
dropdownDesktopListLoader: O,
|
|
13
13
|
md: R,
|
|
14
14
|
lg: T,
|
|
15
|
-
active:
|
|
16
|
-
selected:
|
|
17
|
-
},
|
|
15
|
+
active: b,
|
|
16
|
+
selected: K
|
|
17
|
+
}, j = [a.SPACE, a.ENTER], A = I.forwardRef(
|
|
18
18
|
({
|
|
19
|
-
active:
|
|
20
|
-
keyCodesForSelection:
|
|
19
|
+
active: e,
|
|
20
|
+
keyCodesForSelection: p = j,
|
|
21
21
|
children: d,
|
|
22
|
-
className:
|
|
22
|
+
className: m,
|
|
23
23
|
onClick: n,
|
|
24
24
|
onSelect: o,
|
|
25
25
|
selected: r,
|
|
26
|
-
showNotificationIcon:
|
|
26
|
+
showNotificationIcon: c,
|
|
27
27
|
size: _ = l.MD,
|
|
28
28
|
...f
|
|
29
29
|
}, D) => {
|
|
30
30
|
const i = (t) => {
|
|
31
31
|
const { keyCode: w } = t;
|
|
32
|
-
|
|
32
|
+
p.includes(w) && (t.preventDefault(), o == null || o());
|
|
33
33
|
}, L = (t) => {
|
|
34
34
|
o == null || o(), n == null || n(t);
|
|
35
35
|
};
|
|
36
|
-
return u(() => (
|
|
36
|
+
return u(() => (e ? document.addEventListener("keydown", i) : document.removeEventListener("keydown", i), () => {
|
|
37
37
|
document.removeEventListener("keydown", i);
|
|
38
|
-
}), [
|
|
38
|
+
}), [e]), /* @__PURE__ */ E(
|
|
39
39
|
"div",
|
|
40
40
|
{
|
|
41
41
|
className: v(
|
|
42
|
-
|
|
43
|
-
{ [
|
|
44
|
-
|
|
42
|
+
s.dropdownDesktopListItem,
|
|
43
|
+
{ [s.active]: !!e, [s.selected]: !!r },
|
|
44
|
+
m
|
|
45
45
|
),
|
|
46
46
|
title: typeof d == "string" ? d : void 0,
|
|
47
47
|
role: "option",
|
|
@@ -51,15 +51,15 @@ const N = "dropdownDesktopList__e7c7a7d1", g = "notificationIcon__9878900c", x =
|
|
|
51
51
|
ref: D,
|
|
52
52
|
children: [
|
|
53
53
|
d,
|
|
54
|
-
|
|
54
|
+
c && /* @__PURE__ */ k(y.Dot, { size: _, className: s.notificationIcon })
|
|
55
55
|
]
|
|
56
56
|
}
|
|
57
57
|
);
|
|
58
58
|
}
|
|
59
59
|
);
|
|
60
|
-
|
|
60
|
+
A.displayName = "DropdownListItem";
|
|
61
61
|
export {
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
A as D,
|
|
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
|
-
import { jsx as
|
|
2
|
-
import C, { useContext as D, useMemo as L, useCallback as a, useLayoutEffect as
|
|
3
|
-
import { u as R, c as W } from "./vendor-
|
|
1
|
+
import { jsx as M } from "react/jsx-runtime";
|
|
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,52 +23,52 @@ const H = "formFieldInput__15669d1f", J = "sm__412c3420", K = "md__e47ef4a8", 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
|
-
const
|
|
39
|
+
const b = a(
|
|
40
40
|
(s) => {
|
|
41
41
|
t(s.currentTarget.value), o(!0), l == null || l(s);
|
|
42
42
|
},
|
|
43
43
|
[o, t, l]
|
|
44
|
-
),
|
|
44
|
+
), k = a(
|
|
45
45
|
(s) => {
|
|
46
46
|
t(s.currentTarget.value), o(!1), m == null || m(s);
|
|
47
47
|
},
|
|
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
|
-
[
|
|
54
|
-
),
|
|
53
|
+
[d, t, r]
|
|
54
|
+
), E = a(
|
|
55
55
|
(s) => {
|
|
56
56
|
t(s.currentTarget.value), i == null || i(s);
|
|
57
57
|
},
|
|
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,
|
|
65
65
|
disabled: x === q.DISABLED,
|
|
66
|
-
onFocus:
|
|
67
|
-
onBlur:
|
|
68
|
-
onAnimationStart:
|
|
69
|
-
onChange:
|
|
66
|
+
onFocus: b,
|
|
67
|
+
onBlur: k,
|
|
68
|
+
onAnimationStart: z,
|
|
69
|
+
onChange: E
|
|
70
70
|
};
|
|
71
|
-
return F ? F({ ...N, size: I }, n) : /* @__PURE__ */
|
|
71
|
+
return F ? F({ ...N, size: I }, n) : /* @__PURE__ */ M("input", { ...N, ref: n });
|
|
72
72
|
}
|
|
73
73
|
);
|
|
74
74
|
S.displayName = "FormFieldInput";
|
|
@@ -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
|