@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
|
@@ -3,7 +3,7 @@ import { FooterDescription as r } from "../../../Footer/components/FooterDescrip
|
|
|
3
3
|
import { TableFooterSummaryAmount as m } from "./TableFooterSummaryAmount.js";
|
|
4
4
|
import { TableFooterSummarySelectedCount as a } from "./TableFooterSummarySelectedCount.js";
|
|
5
5
|
import { TableFooterSummarySelectAllButton as l } from "./TableFooterSummarySelectAllButton.js";
|
|
6
|
-
import { s as n } from "../../../../chunks/TableFooter.module-
|
|
6
|
+
import { s as n } from "../../../../chunks/TableFooter.module-BrNleOTT.js";
|
|
7
7
|
const y = Object.assign(
|
|
8
8
|
({ children: t, ...e }) => /* @__PURE__ */ o(r.Content, { ...e, children: /* @__PURE__ */ o("div", { className: n.tableFooterSummary, children: t }) }),
|
|
9
9
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as e, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { s as m } from "../../../../chunks/TableFooter.module-
|
|
2
|
+
import { s as m } from "../../../../chunks/TableFooter.module-BrNleOTT.js";
|
|
3
3
|
import { Amount as s } from "../../../Amount/Amount.js";
|
|
4
4
|
import { Text as l } from "../../../Typography/Text.js";
|
|
5
5
|
import { ETextSize as i } from "../../../Typography/enums.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { s as a } from "../../../../chunks/TableFooter.module-
|
|
2
|
+
import { s as a } from "../../../../chunks/TableFooter.module-BrNleOTT.js";
|
|
3
3
|
import { ETextSize as s } from "../../../Typography/enums.js";
|
|
4
4
|
import { Link as i } from "../../../Link/Link.js";
|
|
5
5
|
import { Text as p } from "../../../Typography/Text.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../../chunks/TableFooter.module-
|
|
2
|
+
import { s as t } from "../../../../chunks/TableFooter.module-BrNleOTT.js";
|
|
3
3
|
const a = ({ children: e }) => /* @__PURE__ */ o("span", { className: t.tableFooterSummarySelectedCount, children: e });
|
|
4
4
|
a.displayName = "TableFooterSummarySelectedCount";
|
|
5
5
|
export {
|
package/components/Tabs/Tabs.js
CHANGED
|
@@ -1,77 +1,82 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as l, useRef as
|
|
3
|
-
import { TabsExtended as
|
|
1
|
+
import { jsx as s, jsxs as y } from "react/jsx-runtime";
|
|
2
|
+
import { useState as l, useRef as E } from "react";
|
|
3
|
+
import { TabsExtended as c } from "../TabsExtended/TabsExtended.js";
|
|
4
4
|
import "../TabsExtended/components/TabsExtendedContent.js";
|
|
5
|
-
import { c as W } from "../../chunks/vendor-
|
|
5
|
+
import { c as W } from "../../chunks/vendor-D5cfSbgz.js";
|
|
6
6
|
import "../TabsExtended/TabsExtendedContext.js";
|
|
7
7
|
import "../TabsExtended/components/TabsExtendedTab.js";
|
|
8
8
|
import "../TabsExtended/components/TabsExtendedTabButton.js";
|
|
9
9
|
import "../TabsExtended/components/TabsExtendedTabContext.js";
|
|
10
|
+
import { ETabsExtendedType as p } from "../TabsExtended/enums.js";
|
|
10
11
|
import "../Button/Button.js";
|
|
11
12
|
import "../Button/ButtonBase.js";
|
|
12
13
|
import "../Button/ButtonIcon.js";
|
|
13
|
-
import { ButtonDropdown as
|
|
14
|
+
import { ButtonDropdown as H } from "../Button/ButtonDropdown.js";
|
|
14
15
|
import "../Button/ButtonDropdownExtended.js";
|
|
15
|
-
import { EButtonDotsTheme as
|
|
16
|
-
import { EComponentSize as
|
|
17
|
-
import { isKey as
|
|
18
|
-
const
|
|
19
|
-
tabsContent:
|
|
16
|
+
import { EButtonDotsTheme as C } from "../Button/enums.js";
|
|
17
|
+
import { EComponentSize as M } from "../../enums/EComponentSize.js";
|
|
18
|
+
import { isKey as A } from "../../utils/keyboard.js";
|
|
19
|
+
const j = "tabsContent__b36b95cf", G = "tabButtonDropdown__17645b50", K = "sm__d4d1590a", L = "md__d78fc33b", k = "lg__9b9cf906", T = {
|
|
20
|
+
tabsContent: j,
|
|
20
21
|
tabButtonDropdown: G,
|
|
21
|
-
sm:
|
|
22
|
+
sm: K,
|
|
22
23
|
md: L,
|
|
23
|
-
lg:
|
|
24
|
-
},
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
lg: k
|
|
25
|
+
}, U = {
|
|
26
|
+
[p.TYPE_1]: C.DOTS_SECONDARY,
|
|
27
|
+
[p.TYPE_2]: C.DOTS_SECONDARY_LIGHT
|
|
28
|
+
}, To = ({
|
|
29
|
+
buttonDropdownAttributes: R,
|
|
30
|
+
selectedId: a,
|
|
31
|
+
onSelectTab: S,
|
|
32
|
+
size: i = M.MD,
|
|
29
33
|
tabs: t,
|
|
30
|
-
|
|
34
|
+
type: d = p.TYPE_1,
|
|
35
|
+
...h
|
|
31
36
|
}) => {
|
|
32
|
-
const [
|
|
33
|
-
const
|
|
37
|
+
const [v, m] = l(a || t[0].id), [w, O] = l(""), [I, B] = l(""), f = E(null), b = E(null), F = ({ dropdownItemsIds: n, onSelectTab: o }) => t.filter((e) => n.includes(e.id)).map((e) => ({ ...e, onSelect: () => o(e.id) })), N = (n, o) => /* @__PURE__ */ s(c.Content.Tab, { ...n, children: ({ selected: e, isFirstInlineTab: P, isLastInlineTab: Y }) => {
|
|
38
|
+
const g = v === n.id ? 0 : -1, x = () => {
|
|
34
39
|
let r;
|
|
35
|
-
return
|
|
40
|
+
return w === n.id ? r = f : I === n.id && (r = b), r;
|
|
36
41
|
};
|
|
37
|
-
return /* @__PURE__ */
|
|
38
|
-
|
|
42
|
+
return /* @__PURE__ */ s(
|
|
43
|
+
c.Content.TabButton,
|
|
39
44
|
{
|
|
40
45
|
selected: e,
|
|
41
|
-
tabIndex:
|
|
42
|
-
ref:
|
|
46
|
+
tabIndex: g,
|
|
47
|
+
ref: x(),
|
|
43
48
|
size: i,
|
|
44
49
|
showNotificationIcon: n.showNotificationIcon,
|
|
45
50
|
onFocus: () => {
|
|
46
|
-
|
|
51
|
+
O(t[o - 1] ? t[o - 1].id : ""), B(t[o + 1] ? t[o + 1].id : "");
|
|
47
52
|
},
|
|
48
53
|
onKeyDown: (r) => {
|
|
49
|
-
var
|
|
50
|
-
const { key:
|
|
51
|
-
|
|
54
|
+
var _, D;
|
|
55
|
+
const { key: u } = r;
|
|
56
|
+
A(u, "ARROW_LEFT") ? (P || (m(t[o - 1].id), (_ = f.current) == null || _.focus()), r.preventDefault()) : A(u, "ARROW_RIGHT") && (Y || (m(t[o + 1].id), (D = b.current) == null || D.focus()), r.preventDefault());
|
|
52
57
|
},
|
|
53
58
|
children: n.label
|
|
54
59
|
}
|
|
55
60
|
);
|
|
56
61
|
} }, o);
|
|
57
|
-
return /* @__PURE__ */
|
|
58
|
-
/* @__PURE__ */
|
|
59
|
-
/* @__PURE__ */
|
|
60
|
-
|
|
62
|
+
return /* @__PURE__ */ s(c, { ...h, selectedId: a, onSelectTab: S, type: d, children: /* @__PURE__ */ y(c.Content, { className: T.tabsContent, size: i, children: [
|
|
63
|
+
/* @__PURE__ */ s(c.Content.TabsWrapper, { children: t.map(N) }),
|
|
64
|
+
/* @__PURE__ */ s(c.Content.DropdownWrapper, { children: ({ dropdownItemsIds: n, onSelectTab: o }) => /* @__PURE__ */ s(
|
|
65
|
+
H,
|
|
61
66
|
{
|
|
62
|
-
theme:
|
|
67
|
+
theme: U[d],
|
|
63
68
|
size: i,
|
|
64
|
-
options:
|
|
65
|
-
selected: t.filter((e) => e.id ===
|
|
69
|
+
options: F({ dropdownItemsIds: n, onSelectTab: o }),
|
|
70
|
+
selected: t.filter((e) => e.id === a)[0],
|
|
66
71
|
buttonAttributes: {
|
|
67
|
-
...
|
|
68
|
-
className: W(
|
|
72
|
+
...R,
|
|
73
|
+
className: W(T.tabButtonDropdown, T[i])
|
|
69
74
|
}
|
|
70
75
|
}
|
|
71
76
|
) })
|
|
72
77
|
] }) });
|
|
73
78
|
};
|
|
74
79
|
export {
|
|
75
|
-
|
|
80
|
+
To as Tabs
|
|
76
81
|
};
|
|
77
82
|
//# sourceMappingURL=Tabs.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { useState as r, useRef as c } from "react";
|
|
3
|
-
import { c as x } from "../../chunks/vendor-
|
|
3
|
+
import { c as x } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { TabsExtendedContext as b } from "./TabsExtendedContext.js";
|
|
5
5
|
import { TabsExtendedContent as I } from "./components/TabsExtendedContent.js";
|
|
6
|
-
import { s as _ } from "../../chunks/TabsExtended.module-
|
|
6
|
+
import { s as _ } from "../../chunks/TabsExtended.module-BStXryDc.js";
|
|
7
7
|
import { ETabsExtendedType as S } from "./enums.js";
|
|
8
|
-
import { T as u } from "../../chunks/utils-
|
|
8
|
+
import { T as u } from "../../chunks/utils-C88ipzKd.js";
|
|
9
9
|
import "./components/TabsExtendedDropdownWrapper.js";
|
|
10
10
|
import "./components/TabsExtendedTab.js";
|
|
11
11
|
import "./components/TabsExtendedTabButton.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as m } from "../../../chunks/vendor-
|
|
2
|
+
import { c as m } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
3
3
|
import { TabsExtendedTabsWrapper as n } from "./TabsExtendedTabsWrapper.js";
|
|
4
4
|
import { TabsExtendedTab as d } from "./TabsExtendedTab.js";
|
|
5
5
|
import { TabsExtendedTabButton as i } from "./TabsExtendedTabButton.js";
|
|
6
6
|
import { EComponentSize as T } from "../../../enums/EComponentSize.js";
|
|
7
7
|
import { TabsExtendedDropdownWrapper as b } from "./TabsExtendedDropdownWrapper.js";
|
|
8
|
-
import { s as r } from "../../../chunks/TabsExtended.module-
|
|
8
|
+
import { s as r } from "../../../chunks/TabsExtended.module-BStXryDc.js";
|
|
9
9
|
import { createSizeToClassNameMap as f } from "../../../utils/classNameMaps.js";
|
|
10
10
|
import "./TabsExtendedTabContext.js";
|
|
11
11
|
const x = f(r), o = ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as m } from "react";
|
|
3
|
-
import { s as p } from "../../../chunks/TabsExtended.module-
|
|
4
|
-
import { c as a } from "../../../chunks/vendor-
|
|
3
|
+
import { s as p } from "../../../chunks/TabsExtended.module-BStXryDc.js";
|
|
4
|
+
import { c as a } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
5
5
|
import { TabsExtendedContext as i } from "../TabsExtendedContext.js";
|
|
6
6
|
const w = ({
|
|
7
7
|
children: e,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import x, { useContext as d } from "react";
|
|
3
|
-
import { s as o } from "../../../chunks/TabsExtended.module-
|
|
4
|
-
import { c as I } from "../../../chunks/vendor-
|
|
3
|
+
import { s as o } from "../../../chunks/TabsExtended.module-BStXryDc.js";
|
|
4
|
+
import { c as I } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
5
5
|
import { TabsExtendedContext as u } from "../TabsExtendedContext.js";
|
|
6
6
|
import { TabsExtendedTabContext as E } from "./TabsExtendedTabContext.js";
|
|
7
7
|
const h = x.forwardRef(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as x, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import b, { useContext as c } from "react";
|
|
3
|
-
import { c as f } from "../../../chunks/vendor-
|
|
4
|
-
import { s as t, T as _, a as r } from "../../../chunks/utils-
|
|
3
|
+
import { c as f } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s as t, T as _, a as r } from "../../../chunks/utils-C88ipzKd.js";
|
|
5
5
|
import { TabsExtendedContext as l } from "../TabsExtendedContext.js";
|
|
6
6
|
import { EFontType as u } from "../../Typography/enums.js";
|
|
7
7
|
import "../../Typography/Caption.js";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsxs as k, Fragment as y, jsx as f } from "react/jsx-runtime";
|
|
2
2
|
import a, { useContext as A, useState as D, useRef as g, useLayoutEffect as R, isValidElement as B } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import { TabsExtendedContext as
|
|
5
|
-
import { TabsExtendedTabContext as
|
|
6
|
-
import { s as l } from "../../../chunks/TabsExtended.module-
|
|
3
|
+
import { g as F, c as N, h as z } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { TabsExtendedContext as _ } from "../TabsExtendedContext.js";
|
|
5
|
+
import { TabsExtendedTabContext as j } from "./TabsExtendedTabContext.js";
|
|
6
|
+
import { s as l } from "../../../chunks/TabsExtended.module-BStXryDc.js";
|
|
7
7
|
const G = ({
|
|
8
8
|
children: s,
|
|
9
9
|
className: C,
|
|
10
10
|
...w
|
|
11
11
|
}) => {
|
|
12
|
-
const { setDropdownItemsIds: m, setInlineItemsIds: x, dropdownRef: p } = A(
|
|
12
|
+
const { setDropdownItemsIds: m, setInlineItemsIds: x, dropdownRef: p } = A(_), [c, I] = D(0), r = g(null), h = g(a.Children.count(s)), d = () => {
|
|
13
13
|
if (r.current) {
|
|
14
14
|
const { children: t } = r.current;
|
|
15
15
|
let { right: e } = r.current.getBoundingClientRect();
|
|
@@ -35,7 +35,7 @@ const G = ({
|
|
|
35
35
|
const T = (t) => a.Children.map(t, (e) => {
|
|
36
36
|
if (!B(e))
|
|
37
37
|
return e;
|
|
38
|
-
const i =
|
|
38
|
+
const i = z(e.props, (u, n) => !n.startsWith("data-"));
|
|
39
39
|
return a.createElement(e.type, i);
|
|
40
40
|
}), { ref: W } = F({
|
|
41
41
|
handleWidth: !0,
|
|
@@ -51,7 +51,7 @@ const G = ({
|
|
|
51
51
|
ref: (t) => {
|
|
52
52
|
r.current !== t && (r.current = t), W(t);
|
|
53
53
|
},
|
|
54
|
-
children: /* @__PURE__ */ f(
|
|
54
|
+
children: /* @__PURE__ */ f(j.Provider, { value: { isFakeTab: !0 }, children: T(s) })
|
|
55
55
|
}
|
|
56
56
|
),
|
|
57
57
|
/* @__PURE__ */ f(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./enums.js";
|
|
2
2
|
import "../../enums/EComponentSize.js";
|
|
3
|
-
import { a as o, T as r } from "../../chunks/utils-
|
|
3
|
+
import { a as o, T as r } from "../../chunks/utils-C88ipzKd.js";
|
|
4
4
|
import "../Typography/enums.js";
|
|
5
5
|
export {
|
|
6
6
|
o as TABS_EXTENDED_SIZE_TO_TEXT_SIZE_MAP,
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as b } from "../../chunks/vendor-
|
|
2
|
+
import { c as b } from "../../chunks/vendor-D5cfSbgz.js";
|
|
3
3
|
import { MobileView as c } from "../MobileView/MobileView.js";
|
|
4
|
+
import "../MobileView/useMobileView.js";
|
|
4
5
|
import { TabsLineDesktop as d } from "./components/TabsLineDesktop.js";
|
|
5
6
|
import { TabsLineMobile as x } from "./components/TabsLineMobile.js";
|
|
6
|
-
import { s as m } from "../../chunks/TabsLine.module-
|
|
7
|
+
import { s as m } from "../../chunks/TabsLine.module-CR0Zbz9g.js";
|
|
7
8
|
import "./components/TabsLineDropdown.js";
|
|
8
9
|
import "./components/TabsLineItem.js";
|
|
9
|
-
const
|
|
10
|
-
className:
|
|
11
|
-
dropdownTargetHtmlAttributes:
|
|
12
|
-
maxVisible:
|
|
10
|
+
const y = ({
|
|
11
|
+
className: p,
|
|
12
|
+
dropdownTargetHtmlAttributes: s,
|
|
13
|
+
maxVisible: a,
|
|
13
14
|
onChangeTab: i,
|
|
14
|
-
paddingX:
|
|
15
|
+
paddingX: e,
|
|
15
16
|
selectedId: o,
|
|
16
17
|
tabs: t,
|
|
17
18
|
size: l,
|
|
@@ -21,9 +22,9 @@ const v = ({
|
|
|
21
22
|
"div",
|
|
22
23
|
{
|
|
23
24
|
role: "tablist",
|
|
24
|
-
className: b(
|
|
25
|
+
className: b(p, m.tabsLineWrapper, { [m.withSeparator]: f }),
|
|
25
26
|
...n,
|
|
26
|
-
"data-paddingx-size":
|
|
27
|
+
"data-paddingx-size": e,
|
|
27
28
|
children: /* @__PURE__ */ r(
|
|
28
29
|
c,
|
|
29
30
|
{
|
|
@@ -33,8 +34,8 @@ const v = ({
|
|
|
33
34
|
tabs: t,
|
|
34
35
|
onChangeTab: i,
|
|
35
36
|
selectedId: o,
|
|
36
|
-
dropdownTargetHtmlAttributes:
|
|
37
|
-
maxVisible:
|
|
37
|
+
dropdownTargetHtmlAttributes: s,
|
|
38
|
+
maxVisible: a,
|
|
38
39
|
size: l
|
|
39
40
|
}
|
|
40
41
|
),
|
|
@@ -44,6 +45,6 @@ const v = ({
|
|
|
44
45
|
}
|
|
45
46
|
);
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
y as TabsLine
|
|
48
49
|
};
|
|
49
50
|
//# sourceMappingURL=TabsLine.js.map
|
|
@@ -3,8 +3,8 @@ import { useState as D, useRef as T, useEffect as N } from "react";
|
|
|
3
3
|
import { TabsLineDropdown as S } from "./TabsLineDropdown.js";
|
|
4
4
|
import { TabsLineItem as k } from "./TabsLineItem.js";
|
|
5
5
|
import { isKey as u } from "../../../utils/keyboard.js";
|
|
6
|
-
import { l as L } from "../../../chunks/vendor-
|
|
7
|
-
import { s as J } from "../../../chunks/TabsLine.module-
|
|
6
|
+
import { l as L } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
7
|
+
import { s as J } from "../../../chunks/TabsLine.module-CR0Zbz9g.js";
|
|
8
8
|
const $ = ({
|
|
9
9
|
tabs: l,
|
|
10
10
|
dropdownTargetHtmlAttributes: g,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as A, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { useState as m, useRef as h, useEffect as j, createElement as z } from "react";
|
|
3
|
-
import { u as H, c as w } from "../../../chunks/vendor-
|
|
3
|
+
import { u as H, c as w } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { DropdownListContext as Y } from "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import { DropdownList as S } from "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../../chunks/DropdownListItem-
|
|
7
|
+
import "../../../chunks/DropdownListItem-DfdRzHWo.js";
|
|
8
8
|
import { EDropdownWidth as q } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -21,7 +21,7 @@ import { EComponentSize as G } from "../../../enums/EComponentSize.js";
|
|
|
21
21
|
import { Dropdown as U } from "../../Dropdown/Dropdown.js";
|
|
22
22
|
import { CaretdownStrokeSrvIcon16 as Z } from "@sberbusiness/icons-next";
|
|
23
23
|
import { isKey as p } from "../../../utils/keyboard.js";
|
|
24
|
-
import { s as t } from "../../../chunks/TabsLine.module-
|
|
24
|
+
import { s as t } from "../../../chunks/TabsLine.module-CR0Zbz9g.js";
|
|
25
25
|
import { createSizeToClassNameMap as J } from "../../../utils/classNameMaps.js";
|
|
26
26
|
import { EFontType as b } from "../../Typography/enums.js";
|
|
27
27
|
import "../../Typography/Caption.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import y, { useState as f, createElement as z } from "react";
|
|
3
|
-
import { c as E } from "../../../chunks/vendor-
|
|
3
|
+
import { c as E } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { createSizeToClassNameMap as N } from "../../../utils/classNameMaps.js";
|
|
5
5
|
import { Badge as S } from "../../Badge/Badge.js";
|
|
6
6
|
import { EComponentSize as p } from "../../../enums/EComponentSize.js";
|
|
7
7
|
import { Text as v } from "../../Typography/Text.js";
|
|
8
8
|
import { tabsLineSizeToTextSizeMap as x } from "../utils.js";
|
|
9
9
|
import { EFontType as l } from "../../Typography/enums.js";
|
|
10
|
-
import { s as e } from "../../../chunks/TabsLine.module-
|
|
10
|
+
import { s as e } from "../../../chunks/TabsLine.module-CR0Zbz9g.js";
|
|
11
11
|
const L = N(e), R = y.forwardRef(
|
|
12
12
|
({
|
|
13
13
|
id: c,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { TabsLineItem as t } from "./TabsLineItem.js";
|
|
3
|
-
const d = "
|
|
3
|
+
const d = "tabsLineMobileWrapper__bd49cf88", p = "tabsLineMobile__25786340", l = {
|
|
4
4
|
tabsLineMobileWrapper: d,
|
|
5
5
|
tabsLineMobile: p
|
|
6
6
|
}, h = ({ onChangeTab: r, selectedId: o, tabs: i }) => {
|
package/components/Tag/Tag.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as E } from "../../chunks/vendor-
|
|
1
|
+
import { jsx as o, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import D, { useCallback as S } from "react";
|
|
3
|
+
import { c as E } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { EditStrokeSrvIcon24 as L, EditStrokeSrvIcon20 as N, EditStrokeSrvIcon16 as v, CrossStrokeSrvIcon24 as y, CrossStrokeSrvIcon20 as z, CrossStrokeSrvIcon16 as G } from "@sberbusiness/icons-next";
|
|
5
5
|
import { Text as h } from "../Typography/Text.js";
|
|
6
6
|
import { ETextSize as I, EFontType as _ } from "../Typography/enums.js";
|
|
7
7
|
import { ButtonIcon as T } from "../Button/ButtonIcon.js";
|
|
8
8
|
import { createSizeToClassNameMap as j } from "../../utils/classNameMaps.js";
|
|
9
|
-
import { EComponentSize as
|
|
10
|
-
const A = "
|
|
9
|
+
import { EComponentSize as r } from "../../enums/EComponentSize.js";
|
|
10
|
+
const A = "tag__1dbf0726", R = "sm__c05e029d", w = "md__81c17630", F = "lg__df91c841", P = "content__537844dd", l = {
|
|
11
11
|
tag: A,
|
|
12
12
|
sm: R,
|
|
13
13
|
md: w,
|
|
14
14
|
lg: F,
|
|
15
15
|
content: P
|
|
16
|
-
}, Y = j(
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
16
|
+
}, Y = j(l), q = {
|
|
17
|
+
[r.SM]: I.B4,
|
|
18
|
+
[r.MD]: I.B3,
|
|
19
|
+
[r.LG]: I.B2
|
|
20
20
|
}, H = {
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
21
|
+
[r.SM]: /* @__PURE__ */ o(v, { paletteIndex: 5 }),
|
|
22
|
+
[r.MD]: /* @__PURE__ */ o(N, { paletteIndex: 5 }),
|
|
23
|
+
[r.LG]: /* @__PURE__ */ o(L, { paletteIndex: 5 })
|
|
24
24
|
}, J = {
|
|
25
|
-
[
|
|
26
|
-
[
|
|
27
|
-
[
|
|
28
|
-
}, b =
|
|
29
|
-
({ children:
|
|
30
|
-
const
|
|
25
|
+
[r.SM]: /* @__PURE__ */ o(G, { paletteIndex: 5 }),
|
|
26
|
+
[r.MD]: /* @__PURE__ */ o(z, { paletteIndex: 5 }),
|
|
27
|
+
[r.LG]: /* @__PURE__ */ o(y, { paletteIndex: 5 })
|
|
28
|
+
}, b = D.forwardRef(
|
|
29
|
+
({ children: f, id: s, className: u, size: e, disabled: n, onRemove: a, onEdit: c, removeButtonProps: x, editButtonProps: M, ...g }, C) => {
|
|
30
|
+
const d = S(() => {
|
|
31
31
|
const t = n ? _.DISABLED : _.PRIMARY;
|
|
32
|
-
return /* @__PURE__ */ o(h, { className:
|
|
33
|
-
}, [
|
|
32
|
+
return /* @__PURE__ */ o(h, { className: l.content, type: t, size: q[e], children: f });
|
|
33
|
+
}, [f, e, n]), k = S(() => {
|
|
34
34
|
const { onClick: t, ...m } = M || {};
|
|
35
35
|
return /* @__PURE__ */ o(
|
|
36
36
|
T,
|
|
@@ -40,10 +40,10 @@ const A = "tag__8f182fe3", R = "sm__8022b2b1", w = "md__21ced415", F = "lg__4393
|
|
|
40
40
|
c == null || c(s), t == null || t(p);
|
|
41
41
|
},
|
|
42
42
|
...m,
|
|
43
|
-
children: H[
|
|
43
|
+
children: H[e]
|
|
44
44
|
}
|
|
45
45
|
);
|
|
46
|
-
}, [s,
|
|
46
|
+
}, [s, e, n, M, c]), B = S(() => {
|
|
47
47
|
const { onClick: t, ...m } = x || {};
|
|
48
48
|
return /* @__PURE__ */ o(
|
|
49
49
|
T,
|
|
@@ -53,14 +53,14 @@ const A = "tag__8f182fe3", R = "sm__8022b2b1", w = "md__21ced415", F = "lg__4393
|
|
|
53
53
|
a == null || a(s), t == null || t(p);
|
|
54
54
|
},
|
|
55
55
|
...m,
|
|
56
|
-
children: J[
|
|
56
|
+
children: J[e]
|
|
57
57
|
}
|
|
58
58
|
);
|
|
59
|
-
}, [s,
|
|
60
|
-
return /* @__PURE__ */
|
|
61
|
-
|
|
62
|
-
c &&
|
|
63
|
-
|
|
59
|
+
}, [s, e, n, x, a]);
|
|
60
|
+
return /* @__PURE__ */ i("span", { className: E(l.tag, Y[e], u), ...g, ref: C, children: [
|
|
61
|
+
d(),
|
|
62
|
+
c && k(),
|
|
63
|
+
B()
|
|
64
64
|
] });
|
|
65
65
|
}
|
|
66
66
|
);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
2
|
+
import f from "react";
|
|
3
|
+
import { c as l } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { createSizeToClassNameMap as m } from "../../utils/classNameMaps.js";
|
|
5
5
|
import { ETagColorStatus as s } from "./enums.js";
|
|
6
|
-
const i = "
|
|
6
|
+
const i = "tagColor__4998b45d", g = "sm__6ce98f56", d = "md__3834ac7c", C = "lg__9e322f87", S = "success__77fde20a", p = "info__77e19f24", A = "warning__e9f6d02b", T = "error__42543975", u = "content__784a5473", o = {
|
|
7
7
|
tagColor: i,
|
|
8
8
|
sm: g,
|
|
9
|
-
md:
|
|
10
|
-
lg:
|
|
11
|
-
default: "
|
|
12
|
-
success:
|
|
9
|
+
md: d,
|
|
10
|
+
lg: C,
|
|
11
|
+
default: "default__bcfea03e",
|
|
12
|
+
success: S,
|
|
13
13
|
info: p,
|
|
14
14
|
warning: A,
|
|
15
15
|
error: T,
|
|
@@ -20,14 +20,14 @@ const i = "tagColor__9be80379", g = "sm__37730155", C = "md__73c7e1b5", S = "lg_
|
|
|
20
20
|
[s.INFO]: o.info,
|
|
21
21
|
[s.WARNING]: o.warning,
|
|
22
22
|
[s.ERROR]: o.error
|
|
23
|
-
}, R =
|
|
24
|
-
({ children:
|
|
23
|
+
}, R = f.forwardRef(
|
|
24
|
+
({ children: r, className: c, size: n, status: a = s.DEFAULT, ...e }, _) => /* @__PURE__ */ t(
|
|
25
25
|
"span",
|
|
26
26
|
{
|
|
27
|
-
className:
|
|
27
|
+
className: l(o.tagColor, N[n], E[a], c),
|
|
28
28
|
...e,
|
|
29
29
|
ref: _,
|
|
30
|
-
children: /* @__PURE__ */ t("span", { className: o.content, children:
|
|
30
|
+
children: /* @__PURE__ */ t("span", { className: o.content, children: r })
|
|
31
31
|
}
|
|
32
32
|
)
|
|
33
33
|
);
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as p } from "../../chunks/vendor-
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import c from "react";
|
|
3
|
+
import { c as p } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { createSizeToClassNameMap as f } from "../../utils/classNameMaps.js";
|
|
5
|
-
const l = "
|
|
5
|
+
const l = "tagGroup__4f28f08d", _ = "sm__2f1d310f", g = "md__1f97e0e4", d = "lg__04a92c11", o = {
|
|
6
6
|
tagGroup: l,
|
|
7
7
|
sm: _,
|
|
8
8
|
md: g,
|
|
9
9
|
lg: d
|
|
10
|
-
}, i = f(o),
|
|
11
|
-
({ children: s, className: t, size:
|
|
10
|
+
}, i = f(o), N = c.forwardRef(
|
|
11
|
+
({ children: s, className: t, size: a, ...r }, m) => /* @__PURE__ */ e(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className: p(o.tagGroup, i[
|
|
14
|
+
className: p(o.tagGroup, i[a], t),
|
|
15
15
|
role: "group",
|
|
16
|
-
...
|
|
17
|
-
ref:
|
|
16
|
+
...r,
|
|
17
|
+
ref: m,
|
|
18
18
|
children: s
|
|
19
19
|
}
|
|
20
20
|
)
|
|
21
21
|
);
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
N as TagGroup
|
|
24
24
|
};
|
|
25
25
|
//# sourceMappingURL=TagGroup.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { F as r } from "../../chunks/FormFieldInput-
|
|
2
|
+
import { F as r } from "../../chunks/FormFieldInput-CxAdhoLS.js";
|
|
3
3
|
import { TextFieldBase as t } from "./TextFieldBase.js";
|
|
4
4
|
const m = ({ inputProps: i, ...o }) => /* @__PURE__ */ e(t, { ...o, children: /* @__PURE__ */ e(r, { ...i }) });
|
|
5
5
|
m.displayName = "TextField";
|
|
@@ -4,7 +4,7 @@ import { FormGroup as n } from "../FormGroup/FormGroup.js";
|
|
|
4
4
|
import "../FormField/components/FormFieldClear.js";
|
|
5
5
|
import { FormFieldCounter as a } from "../FormField/components/FormFieldCounter.js";
|
|
6
6
|
import { FormFieldDescription as c } from "../FormField/components/FormFieldDescription.js";
|
|
7
|
-
import "../../chunks/FormFieldInput-
|
|
7
|
+
import "../../chunks/FormFieldInput-CxAdhoLS.js";
|
|
8
8
|
import { FormFieldLabel as h } from "../FormField/components/FormFieldLabel.js";
|
|
9
9
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
10
10
|
import { FormFieldPostfix as s } from "../FormField/components/FormFieldPostfix.js";
|
|
@@ -3,7 +3,7 @@ import { TextFieldBase as i } from "../TextField/TextFieldBase.js";
|
|
|
3
3
|
import "../FormField/components/FormFieldClear.js";
|
|
4
4
|
import "../FormField/components/FormFieldCounter.js";
|
|
5
5
|
import "../FormField/components/FormFieldDescription.js";
|
|
6
|
-
import "../../chunks/FormFieldInput-
|
|
6
|
+
import "../../chunks/FormFieldInput-CxAdhoLS.js";
|
|
7
7
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
9
9
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo as p, useLayoutEffect as m } from "react";
|
|
3
|
-
import { t as l, w as c, x } from "../../chunks/vendor-
|
|
3
|
+
import { t as l, w as c, x } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { DesignTokenUtils as d } from "../DesignTokens/DesignTokenUtils.js";
|
|
5
5
|
import { ThemeProviderView as f } from "./components/ThemeProviderView.js";
|
|
6
6
|
import { ETriplexNextTheme as u } from "./ETriplexNextTheme.js";
|
|
@@ -6,7 +6,7 @@ import { DesignTokensCore as p } from "../../DesignTokens/DesignTokensCore.js";
|
|
|
6
6
|
import { DesignTokensCoreThemeDark as v } from "../../DesignTokens/DesignTokensCoreThemeDark.js";
|
|
7
7
|
import { DesignTokensComponents as x } from "../../DesignTokens/DesignTokensComponents.js";
|
|
8
8
|
import { DesignTokensComponentsThemeDark as c } from "../../DesignTokens/DesignTokensComponentsThemeDark.js";
|
|
9
|
-
import { m as g } from "../../../chunks/vendor-
|
|
9
|
+
import { m as g } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
10
10
|
const w = ({
|
|
11
11
|
children: T,
|
|
12
12
|
scopeClassName: o,
|