@sberbusiness/triplex-next 1.30.0 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-B-2x6lW0.js +41 -0
- package/chunks/{CalendarViewItem-DZix7Wi3.js → CalendarViewItem-o4k7U5Dm.js} +23 -23
- package/chunks/Card.module-_9W_bDbW.js +18 -0
- package/chunks/CheckboxTreeExtended.module-BW6Er6eg.js +15 -0
- package/chunks/Chip-CoKB4iXT.js +85 -0
- package/chunks/Confirm.module-B7EimS-c.js +15 -0
- package/chunks/DropdownListItem-Dy7ejFWN.js +65 -0
- package/chunks/DropdownMobile.module-CEUckjjY.js +23 -0
- package/chunks/Footer.module-Btaepr_L.js +9 -0
- package/chunks/{FormFieldInput-Du3nMTry.js → FormFieldInput-CkVtqncH.js} +28 -28
- package/chunks/HeaderLayoutSidebar.module-Uq7eUhaq.js +9 -0
- package/chunks/HeaderTabs.module-CiK3DS7c.js +9 -0
- package/chunks/{HeaderTitle.module-mufXm8bf.js → HeaderTitle.module-ChThbaCy.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-D9p93wFz.js +28 -0
- package/chunks/IslandAccordion.module-BxoLhMzZ.js +25 -0
- package/chunks/IslandWidgetFooter.module-CxO5dSVu.js +9 -0
- package/chunks/IslandWidgetHeader.module-BZIonIbn.js +13 -0
- package/chunks/{LightBoxContent-oXmUc0O4.js → LightBoxContent-Cr4psg0Z.js} +5 -5
- package/chunks/LightBoxControls.module-BT6tQ7Ue.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-dV9DEtmo.js +9 -0
- package/chunks/{ListItemControlsButton-Cn_qKgVF.js → ListItemControlsButton-Bv8aFUBc.js} +6 -6
- package/chunks/ListItemTail.module-Bp7M4QdS.js +12 -0
- package/chunks/ListMasterFooter.module-DMGAGzUD.js +10 -0
- package/chunks/ModalWindow.module-CcEb5ZBL.js +17 -0
- package/chunks/Notification.module-DmHe2Kv2.js +20 -0
- package/chunks/Overlay.module-f4p8iBuk.js +18 -0
- package/chunks/Page.module-B1W0CUyk.js +11 -0
- package/chunks/SMSField.module-cmbHRm31.js +16 -0
- package/chunks/SliderExtendedMarks.module-DptabtoD.js +15 -0
- package/chunks/{SliderExtendedRail-Cr47EmrH.js → SliderExtendedRail-D4NXHvvH.js} +12 -12
- package/chunks/StatusTracker.module-BBm6PrHb.js +24 -0
- package/chunks/{StepperStepArrowBorder-C6up4LVv.js → StepperStepArrowBorder-6bgUfxhh.js} +4 -4
- package/chunks/{SuggestFieldMobileDropdownHint-BZyaIt1i.js → SuggestFieldMobileDropdownHint-BYUd-DOC.js} +4 -4
- package/chunks/TableFooter.module-D-gNDmws.js +14 -0
- package/chunks/TabsExtended.module-IBQrFWHl.js +16 -0
- package/chunks/TabsLine.module-CM-pL6UU.js +21 -0
- package/chunks/TooltipDesktop.module-CXZIjsAn.js +19 -0
- package/chunks/TreeView.module-Co2-lRZN.js +9 -0
- package/chunks/{UploadZoneInput-BbaamBLA.js → UploadZoneInput-CUVjN3Kj.js} +5 -5
- package/chunks/{constants-DG4U-QtS.js → constants-Ci0_oXbs.js} +6 -6
- package/chunks/{utils-DgpN6CSa.js → utils-B2FzgoVa.js} +7 -7
- package/chunks/{utils-BTk2T8x6.js → utils-BFyvyQPY.js} +6 -6
- package/chunks/utils-DEqGmway.js +73 -0
- package/chunks/utils-fAec4Z-1.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +16 -16
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +26 -26
- package/components/Badge/Badge.js +5 -5
- package/components/Badge/BadgeDot.js +9 -9
- package/components/Badge/components/BadgeContent.js +9 -9
- package/components/Badge/components/BadgePostfix.js +5 -5
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +26 -26
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +6 -6
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +14 -14
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +3 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +15 -15
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +22 -21
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +40 -27
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +23 -22
- package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/enums.js +5 -0
- package/components/Chip/index.js +28 -26
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +177 -162
- package/components/CollapsibleTree/CollapsibleTree.js +6 -6
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +12 -12
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +3 -3
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +4 -4
- package/components/DateRange/DateRange.js +16 -16
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +69 -64
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +57 -52
- package/components/DesignTokens/components/Chip.js +12 -6
- package/components/DesignTokens/components/ImageGallery.js +47 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/TopOverlay.js +1 -1
- package/components/DesignTokens/components/index.js +116 -113
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +8 -8
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +1 -1
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +24 -24
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +15 -15
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +19 -19
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +15 -5
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +5 -5
- package/components/IconWrapper/IconWrapper.js +3 -3
- package/components/ImageGallery/ImageGallery.js +74 -0
- package/components/ImageGallery/index.js +5 -0
- package/components/ImageGallery/types.js +2 -0
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
- package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
- package/components/ImageGalleryExtended/components/index.js +15 -0
- package/components/ImageGalleryExtended/enums.js +5 -0
- package/components/ImageGalleryExtended/index.js +21 -0
- package/components/ImageGalleryExtended/types.js +2 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +14 -14
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +30 -30
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +36 -36
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +5 -5
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +9 -9
- package/components/List/List.js +3 -3
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +13 -13
- package/components/List/components/ListItemTable.js +8 -8
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +5 -5
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +5 -5
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +17 -17
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +14 -14
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +4 -4
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +1 -1
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +10 -10
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +1 -1
- package/components/Radio/Radio.js +11 -11
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +25 -10
- package/components/Row/RowContext.js +9 -0
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +10 -10
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +15 -15
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +28 -28
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +10 -10
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +15 -15
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +77 -81
- package/components/Table/ChipPanel.js +12 -0
- package/components/Table/ChipPanelLinks.js +22 -0
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +25 -25
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/index.js +7 -7
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +12 -12
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +16 -16
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
- package/components/TopOverlay/TopOverlay.js +38 -38
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +28 -28
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +16 -16
- package/components/Typography/Title.js +21 -21
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/UploadZone/index.js +1 -1
- package/components/index.js +644 -622
- package/index.d.ts +316 -31
- package/index.js +676 -654
- package/package.json +9 -1
- package/styles/triplex-next.css +556 -541
- package/chunks/AlertProcessSpoiler-BIiexkiG.js +0 -41
- package/chunks/Card.module-C57O8DQ9.js +0 -18
- package/chunks/CheckboxTreeExtended.module-D_Xqk2Z0.js +0 -15
- package/chunks/Chip-D73o-tIk.js +0 -77
- package/chunks/Confirm.module-CUcXlA0E.js +0 -15
- package/chunks/DropdownListItem-PhDNj_sI.js +0 -65
- package/chunks/DropdownMobile.module-DL87iBcj.js +0 -23
- package/chunks/Footer.module-DZzX_hiB.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BOcwOhH9.js +0 -9
- package/chunks/HeaderTabs.module-D5xnWADy.js +0 -9
- package/chunks/IslandAccordion.module-cWQkjySQ.js +0 -25
- package/chunks/IslandWidgetFooter.module-K-i_a4VV.js +0 -9
- package/chunks/IslandWidgetHeader.module-BU39_xm_.js +0 -13
- package/chunks/LightBoxControls.module-BOBUS8MF.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BLxHQH7u.js +0 -9
- package/chunks/ListItemTail.module-D7OEUQSH.js +0 -12
- package/chunks/ListMasterFooter.module-B2oYxI3b.js +0 -10
- package/chunks/ModalWindow.module-B7YcXJ55.js +0 -17
- package/chunks/Notification.module-OkzyDWlc.js +0 -20
- package/chunks/Overlay.module-CBlckNkR.js +0 -18
- package/chunks/Page.module-BkDd7q7x.js +0 -11
- package/chunks/SMSField.module-BBRpa0-4.js +0 -16
- package/chunks/SliderExtendedMarks.module-DOunMVrv.js +0 -15
- package/chunks/StatusTracker.module-B6VeAoHW.js +0 -24
- package/chunks/TableFooter.module-Exx3Pc8E.js +0 -14
- package/chunks/TabsExtended.module-D8onFEnM.js +0 -16
- package/chunks/TabsLine.module-BvYF3ue-.js +0 -21
- package/chunks/TooltipDesktop.module-DD0ESKwE.js +0 -19
- package/chunks/TreeView.module-ClEsZNDe.js +0 -9
- package/chunks/utils-2vVjLvvg.js +0 -24
- package/chunks/utils-Bk10DX0W.js +0 -73
- package/components/Table/TabsLinePanel.js +0 -12
- package/components/Table/TabsLinePanelLinks.js +0 -26
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as c, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import x from "react";
|
|
3
3
|
import { EAlertType as e } from "../EAlertType.js";
|
|
4
4
|
import { ALERT_TYPE_TO_CLASS_NAME_MAP as m } from "../AlertTypeUtils.js";
|
|
5
5
|
import { Text as y } from "../../Typography/Text.js";
|
|
6
|
-
import { EFontType as r, ETextSize as
|
|
7
|
-
import { SystemStrokeStsIcon16 as
|
|
6
|
+
import { EFontType as r, ETextSize as S } from "../../Typography/enums.js";
|
|
7
|
+
import { SystemStrokeStsIcon16 as I, ErrorStrokeStsIcon16 as _, WarningStrokeStsIcon16 as f, InfoStrokeStsIcon16 as i } from "@sberbusiness/icons-next";
|
|
8
8
|
import { c as E } from "../../../chunks/vendor-82AnkPpo.js";
|
|
9
|
-
const R = "
|
|
9
|
+
const R = "alertContext__36b62d9e", d = "alertContextText__1a01fe7b", N = "alertTypeError__0dec18a9", C = "alertTypeInfo__5fb50db2", A = "alertTypeWarning__ea2342d6", O = "alertTypeSystem__905e1b94", n = {
|
|
10
10
|
alertContext: R,
|
|
11
|
-
alertContextText:
|
|
12
|
-
alertTypeError:
|
|
11
|
+
alertContextText: d,
|
|
12
|
+
alertTypeError: N,
|
|
13
13
|
alertTypeInfo: C,
|
|
14
14
|
alertTypeWarning: A,
|
|
15
15
|
alertTypeSystem: O
|
|
@@ -18,35 +18,35 @@ const R = "alertContext__efa0acef", N = "alertContextText__7938dd82", d = "alert
|
|
|
18
18
|
case e.INFO:
|
|
19
19
|
return /* @__PURE__ */ t(i, { paletteIndex: 3 });
|
|
20
20
|
case e.WARNING:
|
|
21
|
-
return /* @__PURE__ */ t(
|
|
21
|
+
return /* @__PURE__ */ t(f, { paletteIndex: 2 });
|
|
22
22
|
case e.ERROR:
|
|
23
|
-
return /* @__PURE__ */ t(
|
|
23
|
+
return /* @__PURE__ */ t(_, { paletteIndex: 1 });
|
|
24
24
|
case e.SYSTEM:
|
|
25
|
-
return /* @__PURE__ */ t(
|
|
25
|
+
return /* @__PURE__ */ t(I, { paletteIndex: 4 });
|
|
26
26
|
}
|
|
27
27
|
}, W = {
|
|
28
28
|
[e.INFO]: r.INFO,
|
|
29
29
|
[e.WARNING]: r.WARNING,
|
|
30
30
|
[e.ERROR]: r.ERROR,
|
|
31
31
|
[e.SYSTEM]: r.SECONDARY
|
|
32
|
-
},
|
|
33
|
-
({ children: o, className: l, type: a, renderIcon: s, ...p },
|
|
32
|
+
}, b = x.forwardRef(
|
|
33
|
+
({ children: o, className: l, type: a, renderIcon: s, ...p }, T) => /* @__PURE__ */ c(
|
|
34
34
|
"span",
|
|
35
35
|
{
|
|
36
36
|
role: "alert",
|
|
37
37
|
className: E(n.alertContext, m[a](n), l),
|
|
38
38
|
...p,
|
|
39
|
-
"data-tx": "1.
|
|
40
|
-
ref:
|
|
39
|
+
"data-tx": "1.31.0",
|
|
40
|
+
ref: T,
|
|
41
41
|
children: [
|
|
42
42
|
s || u(a),
|
|
43
|
-
/* @__PURE__ */ t(y, { size:
|
|
43
|
+
/* @__PURE__ */ t(y, { size: S.B4, type: W[a], className: n.alertContextText, children: o })
|
|
44
44
|
]
|
|
45
45
|
}
|
|
46
46
|
)
|
|
47
47
|
);
|
|
48
|
-
|
|
48
|
+
b.displayName = "AlertContext";
|
|
49
49
|
export {
|
|
50
|
-
|
|
50
|
+
b as AlertContext
|
|
51
51
|
};
|
|
52
52
|
//# sourceMappingURL=AlertContext.js.map
|
|
@@ -3,7 +3,7 @@ import R, { useState as n } from "react";
|
|
|
3
3
|
import { EAlertType as r } from "../EAlertType.js";
|
|
4
4
|
import { ALERT_TYPE_TO_CLASS_NAME_MAP as N } from "../AlertTypeUtils.js";
|
|
5
5
|
import { ButtonIcon as T } from "../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as t, A as i } from "../../../chunks/AlertProcessSpoiler-
|
|
6
|
+
import { s as t, A as i } from "../../../chunks/AlertProcessSpoiler-B-2x6lW0.js";
|
|
7
7
|
import { AlertProcessContext as h } from "./AlertProcessContext.js";
|
|
8
8
|
import { EAlertProcessBorderRadius as s } from "./enums.js";
|
|
9
9
|
import { DefaulticonStrokePrdIcon20 as k, SystemStrokeStsIcon20 as M, ErrorStrokeStsIcon20 as O, WarningStrokeStsIcon20 as v, InfoStrokeStsIcon20 as D, CrossStrokeSrvIcon16 as B } from "@sberbusiness/icons-next";
|
|
@@ -45,7 +45,7 @@ const L = {
|
|
|
45
45
|
S
|
|
46
46
|
),
|
|
47
47
|
...A,
|
|
48
|
-
"data-tx": "1.
|
|
48
|
+
"data-tx": "1.31.0",
|
|
49
49
|
ref: I,
|
|
50
50
|
children: [
|
|
51
51
|
/* @__PURE__ */ e("div", { className: t.themeIcon, children: c || L[l] }),
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "@sberbusiness/icons-next";
|
|
4
4
|
import "../../../Button/ButtonIcon.js";
|
|
5
5
|
import "../AlertProcessContext.js";
|
|
6
|
-
import { A as l } from "../../../../chunks/AlertProcessSpoiler-
|
|
6
|
+
import { A as l } from "../../../../chunks/AlertProcessSpoiler-B-2x6lW0.js";
|
|
7
7
|
import "../../../../chunks/vendor-82AnkPpo.js";
|
|
8
8
|
export {
|
|
9
9
|
l as AlertProcessSpoiler
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as d, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { formatAmount as
|
|
3
|
-
import { c as
|
|
4
|
-
const N = "
|
|
2
|
+
import { formatAmount as u } from "../../utils/amountUtils.js";
|
|
3
|
+
import { c as f } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
const N = "adaptive__b64fbb61", _ = {
|
|
5
5
|
adaptive: N
|
|
6
6
|
}, h = 14, v = ({
|
|
7
7
|
className: o,
|
|
@@ -13,18 +13,18 @@ const N = "adaptive__fff09787", _ = {
|
|
|
13
13
|
dataTestId: a,
|
|
14
14
|
...i
|
|
15
15
|
}) => {
|
|
16
|
-
let t =
|
|
16
|
+
let t = u(r, s);
|
|
17
17
|
t[0] == "-" && (t = t.replace("-", "−"));
|
|
18
18
|
const p = () => [
|
|
19
19
|
" ",
|
|
20
20
|
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__currencyName`, title: m, children: e }, "currencyName")
|
|
21
|
-
], l =
|
|
21
|
+
], l = f(
|
|
22
22
|
{
|
|
23
23
|
[_.adaptive]: !!c && t.length >= h
|
|
24
24
|
},
|
|
25
25
|
o
|
|
26
26
|
);
|
|
27
|
-
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "1.
|
|
27
|
+
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "1.31.0", children: [
|
|
28
28
|
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__amount`, children: t }),
|
|
29
29
|
e && p()
|
|
30
30
|
] });
|
|
@@ -5,7 +5,7 @@ import { EFormFieldStatus as _ } from "../FormField/enums.js";
|
|
|
5
5
|
import { FormFieldClear as k } from "../FormField/components/FormFieldClear.js";
|
|
6
6
|
import "../FormField/components/FormFieldCounter.js";
|
|
7
7
|
import "../FormField/components/FormFieldDescription.js";
|
|
8
|
-
import { F as w } from "../../chunks/FormFieldInput-
|
|
8
|
+
import { F as w } from "../../chunks/FormFieldInput-CkVtqncH.js";
|
|
9
9
|
import "../FormField/components/FormFieldLabel.js";
|
|
10
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EAvatarSize as
|
|
1
|
+
import { EAvatarSize as s } from "./enums.js";
|
|
2
2
|
import { jsx as t } from "react/jsx-runtime";
|
|
3
|
-
import
|
|
4
|
-
import { c as
|
|
5
|
-
const
|
|
6
|
-
avatar:
|
|
7
|
-
borderRadius6:
|
|
8
|
-
borderRadius8:
|
|
3
|
+
import c from "react";
|
|
4
|
+
import { c as i } from "../../chunks/vendor-82AnkPpo.js";
|
|
5
|
+
const x = "avatar__54a73b47", b = "borderRadius6__f3cace47", R = "borderRadius8__e5e192e3", u = "borderRadius10__50c8ffbe", m = "borderRadius12__780548ef", l = "borderRadius16__af605cd9", n = "xxs__8246d674", f = "xs__c3976b53", A = "sm__25a48590", S = "md__7b19225a", v = "lg__c9266f76", p = "xl__25b36d52", M = "xxl__f9d460f2", r = {
|
|
6
|
+
avatar: x,
|
|
7
|
+
borderRadius6: b,
|
|
8
|
+
borderRadius8: R,
|
|
9
9
|
borderRadius10: u,
|
|
10
10
|
borderRadius12: m,
|
|
11
11
|
borderRadius16: l,
|
|
@@ -17,31 +17,31 @@ const c = "avatar__eae16fbd", R = "borderRadius6__88204fdf", b = "borderRadius8_
|
|
|
17
17
|
xl: p,
|
|
18
18
|
xxl: M
|
|
19
19
|
}, X = {
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
24
|
-
[
|
|
25
|
-
[
|
|
26
|
-
[
|
|
20
|
+
[s.XXS]: r.xxs,
|
|
21
|
+
[s.XS]: r.xs,
|
|
22
|
+
[s.SM]: r.sm,
|
|
23
|
+
[s.MD]: r.md,
|
|
24
|
+
[s.LG]: r.lg,
|
|
25
|
+
[s.XL]: r.xl,
|
|
26
|
+
[s.XXL]: r.xxl
|
|
27
27
|
}, E = {
|
|
28
|
-
6:
|
|
29
|
-
8:
|
|
30
|
-
10:
|
|
31
|
-
12:
|
|
32
|
-
16:
|
|
33
|
-
}, L =
|
|
34
|
-
({ className:
|
|
28
|
+
6: r.borderRadius6,
|
|
29
|
+
8: r.borderRadius8,
|
|
30
|
+
10: r.borderRadius10,
|
|
31
|
+
12: r.borderRadius12,
|
|
32
|
+
16: r.borderRadius16
|
|
33
|
+
}, L = c.forwardRef(
|
|
34
|
+
({ className: d, size: a, borderRadius: o, ..._ }, e) => /* @__PURE__ */ t(
|
|
35
35
|
"div",
|
|
36
36
|
{
|
|
37
|
-
className:
|
|
38
|
-
|
|
37
|
+
className: i(
|
|
38
|
+
r.avatar,
|
|
39
39
|
X[a],
|
|
40
40
|
E[o],
|
|
41
|
-
|
|
41
|
+
d
|
|
42
42
|
),
|
|
43
|
-
...
|
|
44
|
-
ref:
|
|
43
|
+
..._,
|
|
44
|
+
ref: e
|
|
45
45
|
}
|
|
46
46
|
)
|
|
47
47
|
);
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c } from "../../chunks/vendor-82AnkPpo.js";
|
|
2
|
+
import c from "react";
|
|
3
|
+
import { c as g } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { createSizeToClassNameMap as _ } from "../../utils/classNameMaps.js";
|
|
5
5
|
import { BadgeDot as i } from "./BadgeDot.js";
|
|
6
6
|
import { BadgeContent as f } from "./components/BadgeContent.js";
|
|
7
7
|
import { BadgePrefix as p } from "./components/BadgePrefix.js";
|
|
8
8
|
import { BadgePostfix as B } from "./components/BadgePostfix.js";
|
|
9
|
-
const b = "
|
|
9
|
+
const b = "badge__8789d77e", P = "sm__52a40c21", u = "md__052760db", N = "lg__5c7399e8", d = {
|
|
10
10
|
badge: b,
|
|
11
11
|
sm: P,
|
|
12
12
|
md: u,
|
|
13
13
|
lg: N
|
|
14
14
|
}, S = _(d), h = Object.assign(
|
|
15
|
-
|
|
16
|
-
({ children: t, className: s, size: m, prefix: o, postfix: a, ...n }, r) => /* @__PURE__ */ l("span", { className:
|
|
15
|
+
c.forwardRef(
|
|
16
|
+
({ children: t, className: s, size: m, prefix: o, postfix: a, ...n }, r) => /* @__PURE__ */ l("span", { className: g(d.badge, S[m], s), ...n, ref: r, children: [
|
|
17
17
|
o ? /* @__PURE__ */ e(p, { children: o }) : null,
|
|
18
18
|
t ? /* @__PURE__ */ e(f, { size: m, noPaddingLeft: !!o, noPaddingRight: !!a, children: t }) : null,
|
|
19
19
|
a ? /* @__PURE__ */ e(B, { children: a }) : null
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c } from "../../chunks/vendor-82AnkPpo.js";
|
|
2
|
+
import c from "react";
|
|
3
|
+
import { c as d } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { createSizeToClassNameMap as _ } from "../../utils/classNameMaps.js";
|
|
5
|
-
const r = "
|
|
5
|
+
const r = "badgeDot__b3d49331", g = "sm__52a40c21", l = "md__052760db", n = "lg__5c7399e8", o = {
|
|
6
6
|
badgeDot: r,
|
|
7
|
-
sm:
|
|
8
|
-
md:
|
|
9
|
-
lg:
|
|
10
|
-
},
|
|
11
|
-
|
|
7
|
+
sm: g,
|
|
8
|
+
md: l,
|
|
9
|
+
lg: n
|
|
10
|
+
}, p = _(o), f = c.forwardRef(({ className: t, size: s, ...a }, e) => /* @__PURE__ */ m("span", { className: d(o.badgeDot, p[s], t), ...a, ref: e }));
|
|
11
|
+
f.displayName = "BadgeDot";
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
f as BadgeDot
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=BadgeDot.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import { c
|
|
3
|
-
import { createSizeToClassNameMap as
|
|
4
|
-
const _ = "
|
|
2
|
+
import { c } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
import { createSizeToClassNameMap as i } from "../../../utils/classNameMaps.js";
|
|
4
|
+
const _ = "badgeContent__751437f0", m = "sm__52a40c21", f = "md__052760db", P = "lg__5c7399e8", l = "noPaddingLeft__c827caf8", r = "noPaddingRight__0df8185f", n = {
|
|
5
5
|
badgeContent: _,
|
|
6
6
|
sm: m,
|
|
7
|
-
md:
|
|
8
|
-
lg:
|
|
7
|
+
md: f,
|
|
8
|
+
lg: P,
|
|
9
9
|
noPaddingLeft: l,
|
|
10
10
|
noPaddingRight: r
|
|
11
|
-
}, C =
|
|
11
|
+
}, C = i(n), p = ({
|
|
12
12
|
children: t,
|
|
13
13
|
size: o,
|
|
14
14
|
noPaddingLeft: d,
|
|
@@ -18,7 +18,7 @@ const _ = "badgeContent__b9d146c9", m = "sm__5ced96e3", P = "md__a2383748", b =
|
|
|
18
18
|
}) => /* @__PURE__ */ g(
|
|
19
19
|
"span",
|
|
20
20
|
{
|
|
21
|
-
className:
|
|
21
|
+
className: c(
|
|
22
22
|
n.badgeContent,
|
|
23
23
|
C[o],
|
|
24
24
|
{ [n.noPaddingLeft]: d, [n.noPaddingRight]: a },
|
|
@@ -28,8 +28,8 @@ const _ = "badgeContent__b9d146c9", m = "sm__5ced96e3", P = "md__a2383748", b =
|
|
|
28
28
|
children: t
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
|
-
|
|
31
|
+
p.displayName = "BadgeContent";
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
p as BadgeContent
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=BadgeContent.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as e } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
-
const f = "
|
|
3
|
+
const f = "badgePostfix__3b43d31f", i = {
|
|
4
4
|
badgePostfix: f
|
|
5
5
|
}, x = ({
|
|
6
6
|
children: s,
|
|
7
|
-
className:
|
|
8
|
-
...
|
|
9
|
-
}) => /* @__PURE__ */
|
|
7
|
+
className: o,
|
|
8
|
+
...t
|
|
9
|
+
}) => /* @__PURE__ */ a("span", { className: e(i.badgePostfix, o), ...t, children: s });
|
|
10
10
|
x.displayName = "BadgePostfix";
|
|
11
11
|
export {
|
|
12
12
|
x as BadgePostfix
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
badgePrefix:
|
|
5
|
-
}, o = ({ children: e, className: a, ...s }) => /* @__PURE__ */ r("span", { className: f
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
const x = "badgePrefix__701eb8e7", f = {
|
|
4
|
+
badgePrefix: x
|
|
5
|
+
}, o = ({ children: e, className: a, ...s }) => /* @__PURE__ */ r("span", { className: i(f.badgePrefix, a), ...s, children: e });
|
|
6
6
|
o.displayName = "BadgePrefix";
|
|
7
7
|
export {
|
|
8
8
|
o as BadgePrefix
|
package/components/Body/Body.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const
|
|
5
|
-
body:
|
|
6
|
-
bodyInner:
|
|
7
|
-
},
|
|
8
|
-
|
|
2
|
+
import t from "react";
|
|
3
|
+
import { c as a } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
const y = "body__d25c4b6e", c = "bodyInner__46704740", d = {
|
|
5
|
+
body: y,
|
|
6
|
+
bodyInner: c
|
|
7
|
+
}, b = t.forwardRef(({ children: e, className: r, ...s }, n) => /* @__PURE__ */ o("div", { className: a(d.body, r), ...s, "data-tx": "1.31.0", ref: n, children: /* @__PURE__ */ o("div", { className: d.bodyInner, children: e }) }));
|
|
8
|
+
b.displayName = "Body";
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
b as Body
|
|
11
11
|
};
|
|
12
12
|
//# sourceMappingURL=Body.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as i, jsx as
|
|
1
|
+
import { jsxs as i, jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import y from "react";
|
|
3
3
|
import { c as m } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { LoaderSmall as R } from "../Loader/LoaderSmall/LoaderSmall.js";
|
|
@@ -9,22 +9,22 @@ import { EButtonTheme as e } from "./enums.js";
|
|
|
9
9
|
import { EComponentSize as u } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { IconWrapper as D } from "../IconWrapper/IconWrapper.js";
|
|
11
11
|
import { createSizeToClassNameMap as C } from "../../utils/classNameMaps.js";
|
|
12
|
-
const k = "
|
|
12
|
+
const k = "general__090377f3", M = "expanded__9d912bb6", x = {
|
|
13
13
|
general: k,
|
|
14
14
|
expanded: M
|
|
15
|
-
}, I = "
|
|
15
|
+
}, I = "secondary__358805f1", O = "expanded__9d912bb6", E = {
|
|
16
16
|
secondary: I,
|
|
17
17
|
expanded: O
|
|
18
|
-
}, G = "
|
|
18
|
+
}, G = "secondaryLight__a7b8c45a", B = "expanded__9d912bb6", N = {
|
|
19
19
|
secondaryLight: G,
|
|
20
20
|
expanded: B
|
|
21
|
-
}, Y = "
|
|
21
|
+
}, Y = "danger__6992ac63", H = "expanded__9d912bb6", g = {
|
|
22
22
|
danger: Y,
|
|
23
23
|
expanded: H
|
|
24
|
-
}, P = "
|
|
24
|
+
}, P = "link__2255f8db", $ = "expanded__9d912bb6", f = {
|
|
25
25
|
link: P,
|
|
26
26
|
expanded: $
|
|
27
|
-
}, v = "
|
|
27
|
+
}, v = "button__6de7ae3c", z = "sm__c918a06f", j = "icon__bd114ad7", K = "md__9fc81367", w = "lg__06f19cba", U = "block__68510171", W = "content__dd42a536", X = "loading__53bbca78", Z = "loader__2f0f292e", q = "hidden__f5683a37", n = {
|
|
28
28
|
button: v,
|
|
29
29
|
sm: z,
|
|
30
30
|
icon: j,
|
|
@@ -36,39 +36,39 @@ const k = "general__2f57aad6", M = "expanded__246bac08", E = {
|
|
|
36
36
|
loader: Z,
|
|
37
37
|
hidden: q
|
|
38
38
|
}, F = {
|
|
39
|
-
[e.GENERAL]:
|
|
40
|
-
[e.SECONDARY]:
|
|
41
|
-
[e.SECONDARY_LIGHT]:
|
|
42
|
-
[e.DANGER]:
|
|
43
|
-
[e.LINK]:
|
|
39
|
+
[e.GENERAL]: x.general,
|
|
40
|
+
[e.SECONDARY]: E.secondary,
|
|
41
|
+
[e.SECONDARY_LIGHT]: N.secondaryLight,
|
|
42
|
+
[e.DANGER]: g.danger,
|
|
43
|
+
[e.LINK]: f.link
|
|
44
44
|
}, J = {
|
|
45
|
-
[e.GENERAL]:
|
|
46
|
-
[e.SECONDARY]:
|
|
47
|
-
[e.SECONDARY_LIGHT]:
|
|
48
|
-
[e.DANGER]:
|
|
49
|
-
[e.LINK]:
|
|
50
|
-
}, Q = C(n), V = (
|
|
51
|
-
const
|
|
52
|
-
return /* @__PURE__ */
|
|
53
|
-
}, ee = y.forwardRef((
|
|
54
|
-
const { children:
|
|
45
|
+
[e.GENERAL]: x.expanded,
|
|
46
|
+
[e.SECONDARY]: E.expanded,
|
|
47
|
+
[e.SECONDARY_LIGHT]: N.expanded,
|
|
48
|
+
[e.DANGER]: g.expanded,
|
|
49
|
+
[e.LINK]: f.expanded
|
|
50
|
+
}, Q = C(n), V = (d, t) => {
|
|
51
|
+
const o = [e.SECONDARY, e.SECONDARY_LIGHT].includes(d) ? p.BRAND : p.NEUTRAL;
|
|
52
|
+
return /* @__PURE__ */ b(R, { theme: o, size: t });
|
|
53
|
+
}, ee = y.forwardRef((d, t) => {
|
|
54
|
+
const { children: o, className: A, disabled: s, theme: a, size: r = u.MD, block: S, loading: c, icon: _, ...L } = d, { "aria-expanded": l } = d, h = m(
|
|
55
55
|
n.button,
|
|
56
56
|
F[a],
|
|
57
57
|
Q[r],
|
|
58
58
|
{
|
|
59
|
-
[n.block]: !!
|
|
59
|
+
[n.block]: !!S,
|
|
60
60
|
[n.loading]: !!c,
|
|
61
|
-
[n.icon]: !!_ && !
|
|
61
|
+
[n.icon]: !!_ && !o,
|
|
62
62
|
[J[a]]: !!l
|
|
63
63
|
},
|
|
64
|
-
|
|
64
|
+
A
|
|
65
65
|
);
|
|
66
66
|
return /* @__PURE__ */ i(T, { className: h, tabIndex: c ? -1 : void 0, disabled: s, ...L, ref: t, children: [
|
|
67
67
|
/* @__PURE__ */ i(D, { className: n.content, disabled: s, active: !!l, children: [
|
|
68
68
|
_,
|
|
69
|
-
|
|
69
|
+
o
|
|
70
70
|
] }),
|
|
71
|
-
/* @__PURE__ */
|
|
71
|
+
/* @__PURE__ */ b("div", { className: m(n.loader, !c && n.hidden), children: V(a, r) })
|
|
72
72
|
] });
|
|
73
73
|
});
|
|
74
74
|
ee.displayName = "Button";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
const r = e.forwardRef((t, o) => /* @__PURE__ */ a("button", { type: "button", ...t, "data-tx": "1.
|
|
3
|
+
const r = e.forwardRef((t, o) => /* @__PURE__ */ a("button", { type: "button", ...t, "data-tx": "1.31.0", ref: o }));
|
|
4
4
|
r.displayName = "ButtonBase";
|
|
5
5
|
export {
|
|
6
6
|
r as ButtonBase
|
|
@@ -11,16 +11,16 @@ import { isKey as D } from "../../utils/keyboard.js";
|
|
|
11
11
|
import { DropdownListContext as oo } from "../Dropdown/DropdownListContext.js";
|
|
12
12
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
13
13
|
import { DropdownList as L } from "../Dropdown/desktop/DropdownList.js";
|
|
14
|
-
import "../../chunks/DropdownListItem-
|
|
14
|
+
import "../../chunks/DropdownListItem-Dy7ejFWN.js";
|
|
15
15
|
import { EDropdownAlignment as to, EDropdownWidth as ro } from "../Dropdown/desktop/enums.js";
|
|
16
16
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
17
17
|
import { DropdownMobileBody as eo } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
18
18
|
import { DropdownMobileClose as no } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
19
19
|
import "../Dropdown/mobile/DropdownMobileFooter.js";
|
|
20
|
-
import { DropdownMobileHeader as
|
|
20
|
+
import { DropdownMobileHeader as co } from "../Dropdown/mobile/DropdownMobileHeader.js";
|
|
21
21
|
import "../Dropdown/mobile/DropdownMobileInner.js";
|
|
22
22
|
import "../Dropdown/mobile/DropdownMobileInput.js";
|
|
23
|
-
import { DropdownMobileList as
|
|
23
|
+
import { DropdownMobileList as ao } from "../Dropdown/mobile/DropdownMobileList.js";
|
|
24
24
|
import { DropdownMobileListItem as so } from "../Dropdown/mobile/DropdownMobileListItem.js";
|
|
25
25
|
import "../Loader/LoaderSmall/LoaderSmall.js";
|
|
26
26
|
import "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
@@ -31,32 +31,32 @@ import "../Typography/Caption.js";
|
|
|
31
31
|
import "../Typography/CodeText.js";
|
|
32
32
|
import { Text as mo } from "../Typography/Text.js";
|
|
33
33
|
import "../Typography/Title.js";
|
|
34
|
-
const lo = "
|
|
34
|
+
const lo = "buttonDropdown__30e52421", uo = "block__68510171", po = "buttonDropdownTarget__1c16a763", Do = "caretIcon__3c145d4f", fo = "active__c93efb8b", wo = "buttonDropdownMenuItem__0158a96d", n = {
|
|
35
35
|
buttonDropdown: lo,
|
|
36
36
|
block: uo,
|
|
37
37
|
buttonDropdownTarget: po,
|
|
38
38
|
caretIcon: Do,
|
|
39
|
-
active:
|
|
39
|
+
active: fo,
|
|
40
40
|
buttonDropdownMenuItem: wo
|
|
41
|
-
},
|
|
41
|
+
}, bo = {
|
|
42
42
|
[d.SM]: /* @__PURE__ */ t(y, { paletteIndex: 0 }),
|
|
43
43
|
[d.MD]: /* @__PURE__ */ t(y, { paletteIndex: 0 }),
|
|
44
44
|
[d.LG]: /* @__PURE__ */ t(J, { paletteIndex: 0 })
|
|
45
45
|
}, G = {
|
|
46
|
-
[d.SM]: (
|
|
47
|
-
[d.MD]: (
|
|
48
|
-
[d.LG]: (
|
|
46
|
+
[d.SM]: (a) => /* @__PURE__ */ t($, { paletteIndex: a, className: n.caretIcon }),
|
|
47
|
+
[d.MD]: (a) => /* @__PURE__ */ t(X, { paletteIndex: a, className: n.caretIcon }),
|
|
48
|
+
[d.LG]: (a) => /* @__PURE__ */ t(Q, { paletteIndex: a, className: n.caretIcon })
|
|
49
49
|
}, So = q.forwardRef(
|
|
50
|
-
(
|
|
51
|
-
const { buttonAttributes: R, children: h, className: P, theme: u, size: s, options: E, selected: m, block:
|
|
52
|
-
const
|
|
53
|
-
[n.block]: !!
|
|
50
|
+
(a, f) => {
|
|
51
|
+
const { buttonAttributes: R, children: h, className: P, theme: u, size: s, options: E, selected: m, block: b, disabled: T, ...W } = a, C = I(null), A = I(null), Y = w(n.buttonDropdown, { [n.block]: !!b }, P), [S, z] = F(), _ = I(V()), H = ({ opened: o, setOpened: e }) => {
|
|
52
|
+
const c = w(n.buttonDropdownTarget, {
|
|
53
|
+
[n.block]: !!b,
|
|
54
54
|
[n.active]: o
|
|
55
55
|
});
|
|
56
56
|
return /* @__PURE__ */ x(
|
|
57
57
|
v,
|
|
58
58
|
{
|
|
59
|
-
className:
|
|
59
|
+
className: c,
|
|
60
60
|
theme: u,
|
|
61
61
|
size: s,
|
|
62
62
|
onKeyDown: O({ opened: o, setOpened: e }),
|
|
@@ -75,13 +75,13 @@ const lo = "buttonDropdown__b6bbc945", uo = "block__97071934", po = "buttonDropd
|
|
|
75
75
|
}
|
|
76
76
|
);
|
|
77
77
|
}, K = ({ opened: o, setOpened: e }) => {
|
|
78
|
-
const
|
|
79
|
-
[n.block]: !!
|
|
78
|
+
const c = w(n.buttonDropdownTarget, {
|
|
79
|
+
[n.block]: !!b
|
|
80
80
|
});
|
|
81
81
|
return /* @__PURE__ */ t(
|
|
82
82
|
v,
|
|
83
83
|
{
|
|
84
|
-
className:
|
|
84
|
+
className: c,
|
|
85
85
|
theme: u === N.DOTS_SECONDARY ? l.SECONDARY : l.SECONDARY_LIGHT,
|
|
86
86
|
size: s,
|
|
87
87
|
onKeyDown: O({ opened: o, setOpened: e }),
|
|
@@ -93,12 +93,12 @@ const lo = "buttonDropdown__b6bbc945", uo = "block__97071934", po = "buttonDropd
|
|
|
93
93
|
"aria-activedescendant": S,
|
|
94
94
|
...R,
|
|
95
95
|
ref: M,
|
|
96
|
-
icon:
|
|
96
|
+
icon: bo[s]
|
|
97
97
|
}
|
|
98
98
|
);
|
|
99
|
-
}, k = ({ opened: o, setOpened: e }) => () => e(!o), O = ({ opened: o, setOpened: e }) => (
|
|
100
|
-
const { key: i } =
|
|
101
|
-
(D(i, "SPACE") || D(i, "ARROW_UP") || D(i, "ARROW_DOWN")) &&
|
|
99
|
+
}, k = ({ opened: o, setOpened: e }) => () => e(!o), O = ({ opened: o, setOpened: e }) => (c) => {
|
|
100
|
+
const { key: i } = c;
|
|
101
|
+
(D(i, "SPACE") || D(i, "ARROW_UP") || D(i, "ARROW_DOWN")) && c.preventDefault(), !o && (D(i, "ARROW_UP") || D(i, "ARROW_DOWN")) && e(!0);
|
|
102
102
|
}, j = () => {
|
|
103
103
|
switch (u) {
|
|
104
104
|
case l.GENERAL:
|
|
@@ -110,8 +110,8 @@ const lo = "buttonDropdown__b6bbc945", uo = "block__97071934", po = "buttonDropd
|
|
|
110
110
|
default:
|
|
111
111
|
return null;
|
|
112
112
|
}
|
|
113
|
-
}, U = ({ opened: o, setOpened: e, className:
|
|
114
|
-
const i = w(n.buttonDropdownMenu,
|
|
113
|
+
}, U = ({ opened: o, setOpened: e, className: c }) => {
|
|
114
|
+
const i = w(n.buttonDropdownMenu, c);
|
|
115
115
|
return /* @__PURE__ */ t(oo.Provider, { value: { activeDescendant: S, setActiveDescendant: z }, children: /* @__PURE__ */ t(
|
|
116
116
|
g.Dropdown,
|
|
117
117
|
{
|
|
@@ -126,13 +126,13 @@ const lo = "buttonDropdown__b6bbc945", uo = "block__97071934", po = "buttonDropd
|
|
|
126
126
|
mobileViewProps: {
|
|
127
127
|
children: /* @__PURE__ */ x(Z, { children: [
|
|
128
128
|
/* @__PURE__ */ t(
|
|
129
|
-
|
|
129
|
+
co,
|
|
130
130
|
{
|
|
131
131
|
controlButtons: /* @__PURE__ */ t(no, { onClick: () => e(!1) }),
|
|
132
132
|
children: /* @__PURE__ */ t(mo, { tag: "div", size: io.B3, children: h })
|
|
133
133
|
}
|
|
134
134
|
),
|
|
135
|
-
/* @__PURE__ */ t(eo, { children: /* @__PURE__ */ t(
|
|
135
|
+
/* @__PURE__ */ t(eo, { children: /* @__PURE__ */ t(ao, { children: E.map((r) => /* @__PURE__ */ B(
|
|
136
136
|
so,
|
|
137
137
|
{
|
|
138
138
|
...r,
|
|
@@ -164,7 +164,7 @@ const lo = "buttonDropdown__b6bbc945", uo = "block__97071934", po = "buttonDropd
|
|
|
164
164
|
}
|
|
165
165
|
) });
|
|
166
166
|
}, M = (o) => {
|
|
167
|
-
C.current = o, typeof
|
|
167
|
+
C.current = o, typeof f == "function" ? f(o) : f && (f.current = o);
|
|
168
168
|
};
|
|
169
169
|
return /* @__PURE__ */ t(
|
|
170
170
|
g,
|
|
@@ -4,7 +4,7 @@ import { Dropdown as _ } from "../Dropdown/Dropdown.js";
|
|
|
4
4
|
import { isKey as w } from "../../utils/keyboard.js";
|
|
5
5
|
import { DropdownList as g } from "../Dropdown/desktop/DropdownList.js";
|
|
6
6
|
import { c as A } from "../../chunks/vendor-82AnkPpo.js";
|
|
7
|
-
const K = "
|
|
7
|
+
const K = "buttonDropdownExtended__a9f27058", S = "buttonDropdownExtendedBlock__296d1157", E = {
|
|
8
8
|
buttonDropdownExtended: K,
|
|
9
9
|
buttonDropdownExtendedBlock: S
|
|
10
10
|
}, D = (s) => {
|