@sberbusiness/triplex-next 0.18.0 → 0.19.1
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-CjSQmvuc.js → AlertProcessSpoiler-CApu9sgV.js} +8 -8
- package/chunks/{CalendarViewItem-Ca-FLo0r.js → CalendarViewItem-CCClPe6W.js} +13 -13
- package/chunks/Card.module-D48lssVF.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BLtvkZsi.js +14 -0
- package/chunks/{Chip-BLKgYv0e.js → Chip-D-F5Ccch.js} +10 -10
- package/chunks/Confirm.module-CvrGGvLz.js +15 -0
- package/chunks/DropdownListItem-B89w0ZP6.js +65 -0
- package/chunks/DropdownMobile.module-CEbQqs2X.js +23 -0
- package/chunks/Footer.module-WHmnrQeq.js +9 -0
- package/chunks/{FormFieldInput-QoI3Qmcf.js → FormFieldInput-CC-nRhb4.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-Cnl-O6HE.js +9 -0
- package/chunks/HeaderTabs.module-Nz927HlU.js +9 -0
- package/chunks/{HeaderTitle.module-qG7NNUSy.js → HeaderTitle.module-F927IkdE.js} +2 -2
- package/chunks/IslandAccordion.module-CFCDu7K5.js +25 -0
- package/chunks/IslandWidgetFooter.module--vNV-XXe.js +9 -0
- package/chunks/IslandWidgetHeader.module-BhnBnkZk.js +12 -0
- package/chunks/{LightBoxContent-iKg6uhHj.js → LightBoxContent-CWI11Mkg.js} +6 -6
- package/chunks/LightBoxControls.module-Kv0-R_GW.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DGwWDaQC.js +8 -0
- package/chunks/{ListItemControlsButton-B36AdJX2.js → ListItemControlsButton-CDm9UcL0.js} +5 -5
- package/chunks/ListItemTail.module-DZ2CIKA4.js +12 -0
- package/chunks/ListMasterFooter.module-DMTXvddx.js +10 -0
- package/chunks/ModalWindow.module-CmKHP-l0.js +17 -0
- package/chunks/Notification.module-CtiA4KeZ.js +20 -0
- package/chunks/Overlay.module-BKGmOe22.js +18 -0
- package/chunks/Page.module-BjtGL1n5.js +11 -0
- package/chunks/{RightBorderArrow-COmdqSvG.js → RightBorderArrow-BUP-gfBp.js} +10 -10
- package/chunks/SMSField.module-BM5o6WPK.js +16 -0
- package/chunks/SliderExtendedMarks.module-C4eA55N-.js +15 -0
- package/chunks/{SliderExtendedRail-6lH6RyNF.js → SliderExtendedRail-BtDNU2QU.js} +13 -13
- package/chunks/StatusTracker.module-jKCRT7JR.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DeExagGp.js → SuggestFieldMobileDropdownHint-B6hhbNqZ.js} +4 -4
- package/chunks/TableFooter.module-BIxc-uz_.js +14 -0
- package/chunks/TabsExtended.module-CWXgdzlB.js +16 -0
- package/chunks/TabsLine.module-BQ_DsA4u.js +21 -0
- package/chunks/TooltipDesktop.module-DMqxtrmh.js +19 -0
- package/chunks/TreeView.module-DwpFo7Sm.js +9 -0
- package/chunks/{UploadZoneInput-CCa8azJA.js → UploadZoneInput-CCOpTzdI.js} +2 -2
- package/chunks/{constants-CBGFTz75.js → constants-BY0--v5J.js} +12 -12
- package/chunks/utils-BD4-x_pW.js +24 -0
- package/chunks/utils-CDZhfAbZ.js +18 -0
- package/chunks/utils-CIrM2Shg.js +73 -0
- package/chunks/{utils-ux-s0pdr.js → utils-DN-l5mfA.js} +10 -10
- 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 +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +4 -4
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +6 -6
- package/components/Badge/components/BadgeContent.js +17 -17
- package/components/Badge/components/BadgePostfix.js +10 -10
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +14 -14
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +1 -1
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +15 -15
- package/components/Calendar/Calendar.js +17 -17
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +4 -4
- 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 +15 -15
- 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 +6 -6
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +9 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +14 -15
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +25 -18
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +23 -22
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +136 -136
- package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
- 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/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
- package/components/DateRange/DateRange.js +7 -7
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +18 -18
- package/components/Dropdown/desktop/DropdownList.js +9 -8
- package/components/Dropdown/desktop/DropdownListItem.js +4 -3
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +16 -15
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +2 -2
- 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 +17 -17
- package/components/FormField/components/FormFieldClear.js +5 -5
- 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 +5 -5
- package/components/FormField/components/FormFieldMaskedInput.js +22 -22
- package/components/FormField/components/FormFieldPostfix.js +4 -4
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +4 -4
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +10 -10
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +1 -1
- 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 +9 -9
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
- package/components/LightBox/LightBox.js +24 -24
- 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 +8 -8
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +26 -26
- package/components/List/List.js +8 -8
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +2 -2
- package/components/List/components/ListItemControls.js +1 -1
- 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 +6 -6
- package/components/List/components/ListItemTable.js +5 -5
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +3 -3
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +7 -16
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +13 -13
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +13 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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/NotificationBodyContent.js +6 -5
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +8 -8
- 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 +9 -9
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +7 -7
- 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 +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +19 -19
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +17 -17
- package/components/Skeleton/Skeleton.js +4 -4
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +26 -26
- 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 +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +24 -24
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +14 -14
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +7 -9
- 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 +13 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- 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 +14 -14
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +8 -8
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +4 -4
- 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 +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- 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/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +17 -17
- 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 +17 -17
- 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 +35 -35
- package/components/TabsLine/components/TabsLineMobile.js +11 -11
- package/components/Tag/Tag.js +32 -32
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +12 -12
- package/components/TextField/TextField.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 +7 -7
- 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 +10 -10
- package/components/TopOverlay/TopOverlay.js +5 -5
- 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 +20 -20
- package/components/Typography/Text.js +20 -20
- package/components/Typography/Title.js +13 -13
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +9 -9
- package/components/UploadZone/UploadZone.js +67 -59
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +253 -255
- package/index.d.ts +10 -13
- package/index.js +66 -68
- package/package.json +2 -5
- package/styles/triplex-next.css +546 -546
- package/chunks/Card.module-CzLtoScY.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DkdxFQuq.js +0 -14
- package/chunks/Confirm.module-BMyKk7ci.js +0 -15
- package/chunks/DropdownListItem-DeF8AY7t.js +0 -63
- package/chunks/DropdownMobile.module-Ds3kgyp0.js +0 -23
- package/chunks/Footer.module-D2AeYynH.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CPzyr_Es.js +0 -9
- package/chunks/HeaderTabs.module-CTLu8m8e.js +0 -9
- package/chunks/IslandAccordion.module-C-6vlAWF.js +0 -25
- package/chunks/IslandWidgetFooter.module-xITdAr93.js +0 -9
- package/chunks/IslandWidgetHeader.module-Bvq2rTll.js +0 -12
- package/chunks/LightBoxControls.module-C4hxT62o.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bw4ojHvB.js +0 -8
- package/chunks/ListItemTail.module-DRs0pxZe.js +0 -12
- package/chunks/ListMasterFooter.module-DTybJY-0.js +0 -10
- package/chunks/ModalWindow.module-Dw-47OlP.js +0 -17
- package/chunks/Notification.module-BKYlR9Q1.js +0 -21
- package/chunks/Overlay.module-DMP8sff8.js +0 -18
- package/chunks/Page.module-ZgV0sjdJ.js +0 -11
- package/chunks/SMSField.module-kXUXCT5O.js +0 -16
- package/chunks/SliderExtendedMarks.module-DZ2tJis8.js +0 -15
- package/chunks/StatusTracker.module-BiMt5_cO.js +0 -24
- package/chunks/TableFooter.module-Cr1neNvX.js +0 -14
- package/chunks/TabsExtended.module-D_yz2JTI.js +0 -16
- package/chunks/TabsLine.module-Bu6BuWqh.js +0 -21
- package/chunks/TooltipDesktop.module-CVz3e2hU.js +0 -19
- package/chunks/TreeView.module-DSb6I410.js +0 -9
- package/chunks/utils-Bbbhrgqj.js +0 -20
- package/chunks/utils-BoLzdbbW.js +0 -73
- package/chunks/utils-CAZ6n1RH.js +0 -24
- package/components/NotificationIcon/NotificationIcon.js +0 -10
- package/components/NotificationIcon/index.js +0 -5
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
const B =
|
|
10
|
-
({ children: s, className: n, selected:
|
|
11
|
-
const { type:
|
|
1
|
+
import { jsxs as x, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import c, { useContext as b } from "react";
|
|
3
|
+
import { c as T } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as t, t as f, a as l } from "../../../chunks/utils-DN-l5mfA.js";
|
|
5
|
+
import { TabsExtendedContext as u } from "../TabsExtendedContext.js";
|
|
6
|
+
import { Text as E } from "../../Typography/Text.js";
|
|
7
|
+
import { Badge as N } from "../../Badge/Badge.js";
|
|
8
|
+
import { EComponentSize as y } from "../../../enums/EComponentSize.js";
|
|
9
|
+
const B = c.forwardRef(
|
|
10
|
+
({ children: s, className: n, selected: o, size: e = y.MD, showNotificationIcon: r, ...m }, d) => {
|
|
11
|
+
const { type: i } = b(u), p = T(
|
|
12
12
|
t.tabsExtendedTabButton,
|
|
13
|
-
t[
|
|
14
|
-
|
|
15
|
-
{ [t.selected]: !!
|
|
13
|
+
t[e],
|
|
14
|
+
f[i],
|
|
15
|
+
{ [t.selected]: !!o },
|
|
16
16
|
n
|
|
17
17
|
);
|
|
18
|
-
return /* @__PURE__ */
|
|
19
|
-
/* @__PURE__ */ a(
|
|
20
|
-
r && /* @__PURE__ */ a(
|
|
18
|
+
return /* @__PURE__ */ x("button", { type: "button", className: p, role: "tab", "aria-selected": o, ref: d, ...m, children: [
|
|
19
|
+
/* @__PURE__ */ a(E, { size: l[e], className: t.tabButtonText, children: s }),
|
|
20
|
+
r && /* @__PURE__ */ a(N.Dot, { size: e, className: t.notificationIcon })
|
|
21
21
|
] });
|
|
22
22
|
}
|
|
23
23
|
);
|
|
@@ -3,7 +3,7 @@ import a, { useContext as A, useState as D, useRef as g, useLayoutEffect as R, i
|
|
|
3
3
|
import { a as F, c as N, p as z } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { TabsExtendedContext as j } from "../TabsExtendedContext.js";
|
|
5
5
|
import { TabsExtendedTabContext as P } from "./TabsExtendedTabContext.js";
|
|
6
|
-
import { s as l } from "../../../chunks/TabsExtended.module-
|
|
6
|
+
import { s as l } from "../../../chunks/TabsExtended.module-CWXgdzlB.js";
|
|
7
7
|
const G = ({
|
|
8
8
|
children: s,
|
|
9
9
|
className: C,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./enums.js";
|
|
2
2
|
import "../../enums/EComponentSize.js";
|
|
3
|
-
import { a as s, t as i } from "../../chunks/utils-
|
|
3
|
+
import { a as s, t as i } from "../../chunks/utils-DN-l5mfA.js";
|
|
4
4
|
import "../Typography/enums.js";
|
|
5
5
|
export {
|
|
6
6
|
s as tabsExtendedSizeToTextSizeMap,
|
|
@@ -3,7 +3,7 @@ import { c as b } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
|
3
3
|
import { MobileView as c } from "../MobileView/MobileView.js";
|
|
4
4
|
import { TabsLineDesktop as d } from "./components/TabsLineDesktop.js";
|
|
5
5
|
import { TabsLineMobile as x } from "./components/TabsLineMobile.js";
|
|
6
|
-
import { s as m } from "../../chunks/TabsLine.module-
|
|
6
|
+
import { s as m } from "../../chunks/TabsLine.module-BQ_DsA4u.js";
|
|
7
7
|
import "./components/TabsLineDropdown.js";
|
|
8
8
|
import "./components/TabsLineItem.js";
|
|
9
9
|
const v = ({
|
|
@@ -4,7 +4,7 @@ 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
6
|
import { l as L } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
7
|
-
import { s as J } from "../../../chunks/TabsLine.module-
|
|
7
|
+
import { s as J } from "../../../chunks/TabsLine.module-BQ_DsA4u.js";
|
|
8
8
|
const $ = ({
|
|
9
9
|
tabs: l,
|
|
10
10
|
dropdownTargetHtmlAttributes: g,
|
|
@@ -7,7 +7,7 @@ import { u as x, c as C } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
|
7
7
|
import { DropdownListContext as E } from "../../Dropdown/DropdownListContext.js";
|
|
8
8
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
9
9
|
import { DropdownList as N } from "../../Dropdown/desktop/DropdownList.js";
|
|
10
|
-
import "../../../chunks/DropdownListItem-
|
|
10
|
+
import "../../../chunks/DropdownListItem-B89w0ZP6.js";
|
|
11
11
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
12
12
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
13
13
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -23,7 +23,7 @@ import { EComponentSize as M } from "../../../enums/EComponentSize.js";
|
|
|
23
23
|
import { Dropdown as y } from "../../Dropdown/Dropdown.js";
|
|
24
24
|
import { CaretdownStrokeSrvIcon16 as L } from "@sberbusiness/icons-next";
|
|
25
25
|
import { isKey as l } from "../../../utils/keyboard.js";
|
|
26
|
-
import { s as o } from "../../../chunks/TabsLine.module-
|
|
26
|
+
import { s as o } from "../../../chunks/TabsLine.module-BQ_DsA4u.js";
|
|
27
27
|
import { createSizeToClassNameMap as z } from "../../../utils/classNameMaps.js";
|
|
28
28
|
import { Text as P } from "../../Typography/Text.js";
|
|
29
29
|
import { tabsLineSizeToTextSizeMap as K } from "../utils.js";
|
|
@@ -1,60 +1,60 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
const
|
|
2
|
+
import y, { useState as p, createElement as z } from "react";
|
|
3
|
+
import { c as E } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { createSizeToClassNameMap as N } from "../../../utils/classNameMaps.js";
|
|
5
|
+
import { Badge as S } from "../../Badge/Badge.js";
|
|
6
|
+
import { EComponentSize as f } from "../../../enums/EComponentSize.js";
|
|
7
|
+
import { Text as v } from "../../Typography/Text.js";
|
|
8
|
+
import { tabsLineSizeToTextSizeMap as x } from "../utils.js";
|
|
9
|
+
import { EFontType as c } from "../../Typography/enums.js";
|
|
10
|
+
import { s as e } from "../../../chunks/TabsLine.module-BQ_DsA4u.js";
|
|
11
|
+
const L = N(e), R = y.forwardRef(
|
|
12
12
|
({
|
|
13
|
-
id:
|
|
14
|
-
label:
|
|
15
|
-
selected:
|
|
16
|
-
showNotificationIcon:
|
|
17
|
-
size: r =
|
|
18
|
-
onFocus:
|
|
13
|
+
id: l,
|
|
14
|
+
label: d,
|
|
15
|
+
selected: t,
|
|
16
|
+
showNotificationIcon: u,
|
|
17
|
+
size: r = f.MD,
|
|
18
|
+
onFocus: o,
|
|
19
19
|
onBlur: a,
|
|
20
|
-
onMouseEnter:
|
|
21
|
-
onMouseLeave:
|
|
22
|
-
...
|
|
23
|
-
},
|
|
24
|
-
const [
|
|
25
|
-
return /* @__PURE__ */
|
|
20
|
+
onMouseEnter: C,
|
|
21
|
+
onMouseLeave: D,
|
|
22
|
+
...M
|
|
23
|
+
}, T) => {
|
|
24
|
+
const [b, m] = p(!1), [h, i] = p(!1);
|
|
25
|
+
return /* @__PURE__ */ z(
|
|
26
26
|
"button",
|
|
27
27
|
{
|
|
28
28
|
type: "button",
|
|
29
29
|
onFocus: (s) => {
|
|
30
|
-
m(!0),
|
|
30
|
+
m(!0), o == null || o(s);
|
|
31
31
|
},
|
|
32
32
|
onBlur: (s) => {
|
|
33
33
|
m(!1), a == null || a(s);
|
|
34
34
|
},
|
|
35
35
|
onMouseEnter: () => i(!0),
|
|
36
36
|
onMouseLeave: () => i(!1),
|
|
37
|
-
...
|
|
38
|
-
key:
|
|
39
|
-
className:
|
|
37
|
+
...M,
|
|
38
|
+
key: l,
|
|
39
|
+
className: E(e.tab, L[r], { [e.active]: !!t }),
|
|
40
40
|
role: "tab",
|
|
41
|
-
"aria-selected":
|
|
42
|
-
ref:
|
|
41
|
+
"aria-selected": t,
|
|
42
|
+
ref: T
|
|
43
43
|
},
|
|
44
44
|
/* @__PURE__ */ n(
|
|
45
|
-
|
|
45
|
+
v,
|
|
46
46
|
{
|
|
47
|
-
size:
|
|
48
|
-
type:
|
|
49
|
-
children:
|
|
47
|
+
size: x[r],
|
|
48
|
+
type: t || b || h ? c.PRIMARY : c.SECONDARY,
|
|
49
|
+
children: d
|
|
50
50
|
}
|
|
51
51
|
),
|
|
52
|
-
|
|
52
|
+
u && /* @__PURE__ */ n(S.Dot, { size: f.MD, className: e.notificationIcon })
|
|
53
53
|
);
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
|
-
|
|
56
|
+
R.displayName = "TabsLineItem";
|
|
57
57
|
export {
|
|
58
|
-
|
|
58
|
+
R as TabsLineItem
|
|
59
59
|
};
|
|
60
60
|
//# sourceMappingURL=TabsLineItem.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { TabsLineItem as
|
|
3
|
-
const
|
|
4
|
-
tabsLineMobileWrapper:
|
|
5
|
-
tabsLineMobile:
|
|
6
|
-
},
|
|
2
|
+
import { TabsLineItem as c } from "./TabsLineItem.js";
|
|
3
|
+
const d = "tabsLineMobileWrapper__2deaf48f", p = "tabsLineMobile__74466eaf", l = {
|
|
4
|
+
tabsLineMobileWrapper: d,
|
|
5
|
+
tabsLineMobile: p
|
|
6
|
+
}, h = ({ onChangeTab: r, selectedId: a, tabs: i }) => {
|
|
7
7
|
if (!i.length)
|
|
8
8
|
return null;
|
|
9
|
-
const
|
|
10
|
-
const
|
|
9
|
+
const o = ({ selected: L, ...e }) => {
|
|
10
|
+
const b = (t) => {
|
|
11
11
|
var s;
|
|
12
|
-
r(e.id), (s = e.onClick) == null || s.call(e,
|
|
12
|
+
r(e.id), (s = e.onClick) == null || s.call(e, t);
|
|
13
13
|
};
|
|
14
|
-
return /* @__PURE__ */ n(
|
|
14
|
+
return /* @__PURE__ */ n(c, { selected: a === e.id, ...e, onClick: b }, e.id);
|
|
15
15
|
};
|
|
16
|
-
return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(
|
|
16
|
+
return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(o) }) });
|
|
17
17
|
};
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
h as TabsLineMobile
|
|
20
20
|
};
|
|
21
21
|
//# sourceMappingURL=TabsLineMobile.js.map
|
package/components/Tag/Tag.js
CHANGED
|
@@ -2,36 +2,36 @@ import { jsx as o, jsxs as i } from "react/jsx-runtime";
|
|
|
2
2
|
import D, { useCallback as S } from "react";
|
|
3
3
|
import { c as E } from "../../chunks/vendor-DE8Zvm0w.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
|
-
import { Text as
|
|
5
|
+
import { Text as b } from "../Typography/Text.js";
|
|
6
6
|
import { ETextSize as I, EFontType as T } from "../Typography/enums.js";
|
|
7
7
|
import { ButtonIcon as _ } from "../Button/ButtonIcon.js";
|
|
8
|
-
import { createSizeToClassNameMap as
|
|
9
|
-
import { EComponentSize as
|
|
10
|
-
const
|
|
11
|
-
tag:
|
|
12
|
-
sm:
|
|
13
|
-
md:
|
|
14
|
-
lg:
|
|
15
|
-
content:
|
|
16
|
-
},
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
8
|
+
import { createSizeToClassNameMap as h } from "../../utils/classNameMaps.js";
|
|
9
|
+
import { EComponentSize as r } from "../../enums/EComponentSize.js";
|
|
10
|
+
const j = "tag__d65bfe3f", A = "sm__2a74bf7d", R = "md__69b3fd45", w = "lg__64ba7dba", F = "content__b6892fe9", f = {
|
|
11
|
+
tag: j,
|
|
12
|
+
sm: A,
|
|
13
|
+
md: R,
|
|
14
|
+
lg: w,
|
|
15
|
+
content: F
|
|
16
|
+
}, P = h(f), Y = {
|
|
17
|
+
[r.SM]: I.B4,
|
|
18
|
+
[r.MD]: I.B3,
|
|
19
|
+
[r.LG]: I.B2
|
|
20
|
+
}, q = {
|
|
21
|
+
[r.SM]: /* @__PURE__ */ o(v, { paletteIndex: 5 }),
|
|
22
|
+
[r.MD]: /* @__PURE__ */ o(N, { paletteIndex: 5 }),
|
|
23
|
+
[r.LG]: /* @__PURE__ */ o(L, { paletteIndex: 5 })
|
|
20
24
|
}, H = {
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
24
|
-
},
|
|
25
|
-
|
|
26
|
-
[e.MD]: /* @__PURE__ */ o(z, { paletteIndex: 5 }),
|
|
27
|
-
[e.LG]: /* @__PURE__ */ o(y, { paletteIndex: 5 })
|
|
28
|
-
}, b = D.forwardRef(
|
|
29
|
-
({ children: x, id: s, className: g, size: r, disabled: n, onRemove: a, onEdit: c, removeButtonProps: M, editButtonProps: f, ...u }, C) => {
|
|
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
|
+
}, $ = D.forwardRef(
|
|
29
|
+
({ children: l, id: s, className: g, size: e, disabled: n, onRemove: a, onEdit: c, removeButtonProps: x, editButtonProps: M, ...u }, C) => {
|
|
30
30
|
const k = S(() => {
|
|
31
31
|
const t = n ? T.DISABLED : T.PRIMARY;
|
|
32
|
-
return /* @__PURE__ */ o(
|
|
33
|
-
}, [
|
|
34
|
-
const { onClick: t, ...m } =
|
|
32
|
+
return /* @__PURE__ */ o(b, { className: f.content, type: t, size: Y[e], children: l });
|
|
33
|
+
}, [l, e, n]), B = S(() => {
|
|
34
|
+
const { onClick: t, ...m } = M || {};
|
|
35
35
|
return /* @__PURE__ */ o(
|
|
36
36
|
_,
|
|
37
37
|
{
|
|
@@ -40,11 +40,11 @@ const A = "tag__ced40ce7", R = "sm__9e53d1bd", w = "md__06a771d8", F = "lg__5a91
|
|
|
40
40
|
c == null || c(s), t == null || t(p);
|
|
41
41
|
},
|
|
42
42
|
...m,
|
|
43
|
-
children:
|
|
43
|
+
children: q[e]
|
|
44
44
|
}
|
|
45
45
|
);
|
|
46
|
-
}, [s,
|
|
47
|
-
const { onClick: t, ...m } =
|
|
46
|
+
}, [s, e, n, M, c]), d = S(() => {
|
|
47
|
+
const { onClick: t, ...m } = x || {};
|
|
48
48
|
return /* @__PURE__ */ o(
|
|
49
49
|
_,
|
|
50
50
|
{
|
|
@@ -53,11 +53,11 @@ const A = "tag__ced40ce7", R = "sm__9e53d1bd", w = "md__06a771d8", F = "lg__5a91
|
|
|
53
53
|
a == null || a(s), t == null || t(p);
|
|
54
54
|
},
|
|
55
55
|
...m,
|
|
56
|
-
children:
|
|
56
|
+
children: H[e]
|
|
57
57
|
}
|
|
58
58
|
);
|
|
59
|
-
}, [s,
|
|
60
|
-
return /* @__PURE__ */ i("span", { className: E(
|
|
59
|
+
}, [s, e, n, x, a]);
|
|
60
|
+
return /* @__PURE__ */ i("span", { className: E(f.tag, P[e], g), ...u, ref: C, children: [
|
|
61
61
|
k(),
|
|
62
62
|
c && B(),
|
|
63
63
|
d()
|
|
@@ -65,6 +65,6 @@ const A = "tag__ced40ce7", R = "sm__9e53d1bd", w = "md__06a771d8", F = "lg__5a91
|
|
|
65
65
|
}
|
|
66
66
|
);
|
|
67
67
|
export {
|
|
68
|
-
|
|
68
|
+
$ as Tag
|
|
69
69
|
};
|
|
70
70
|
//# sourceMappingURL=Tag.js.map
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
2
|
+
import f from "react";
|
|
3
|
+
import { c as m } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { createSizeToClassNameMap as l } from "../../utils/classNameMaps.js";
|
|
5
5
|
import { ETagColorStatus as s } from "./enums.js";
|
|
6
|
-
const
|
|
7
|
-
tagColor:
|
|
6
|
+
const _ = "tagColor__8a0f3d8d", i = "sm__41af3041", d = "md__9150e49b", g = "lg__6595d304", p = "success__2734cf48", C = "info__e19d3414", u = "warning__caee21dd", N = "error__6c6e18f0", T = "content__6f964ef1", o = {
|
|
7
|
+
tagColor: _,
|
|
8
8
|
sm: i,
|
|
9
9
|
md: d,
|
|
10
10
|
lg: g,
|
|
11
|
-
default: "
|
|
11
|
+
default: "default__73a0b0f4",
|
|
12
12
|
success: p,
|
|
13
13
|
info: C,
|
|
14
14
|
warning: u,
|
|
15
15
|
error: N,
|
|
16
|
-
content:
|
|
17
|
-
},
|
|
16
|
+
content: T
|
|
17
|
+
}, R = l(o), w = {
|
|
18
18
|
[s.DEFAULT]: o.default,
|
|
19
19
|
[s.SUCCESS]: o.success,
|
|
20
20
|
[s.INFO]: o.info,
|
|
21
21
|
[s.WARNING]: o.warning,
|
|
22
22
|
[s.ERROR]: o.error
|
|
23
|
-
},
|
|
24
|
-
({ children:
|
|
23
|
+
}, M = f.forwardRef(
|
|
24
|
+
({ children: a, className: r, size: n, status: c = s.DEFAULT, ...e }) => /* @__PURE__ */ t(
|
|
25
25
|
"span",
|
|
26
26
|
{
|
|
27
|
-
className:
|
|
27
|
+
className: m(o.tagColor, R[n], w[c], r),
|
|
28
28
|
...e,
|
|
29
|
-
children: /* @__PURE__ */ t("span", { className: o.content, children:
|
|
29
|
+
children: /* @__PURE__ */ t("span", { className: o.content, children: a })
|
|
30
30
|
}
|
|
31
31
|
)
|
|
32
32
|
);
|
|
33
33
|
export {
|
|
34
|
-
|
|
34
|
+
M as TagColor
|
|
35
35
|
};
|
|
36
36
|
//# sourceMappingURL=TagColor.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
const
|
|
6
|
-
tagGroup:
|
|
7
|
-
sm:
|
|
8
|
-
md:
|
|
9
|
-
lg:
|
|
10
|
-
}, i =
|
|
11
|
-
({ children: s, className:
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as p } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { createSizeToClassNameMap as g } from "../../utils/classNameMaps.js";
|
|
5
|
+
const l = "tagGroup__4b37da4f", f = "sm__7a839334", _ = "md__efc044e3", d = "lg__8cb0d352", o = {
|
|
6
|
+
tagGroup: l,
|
|
7
|
+
sm: f,
|
|
8
|
+
md: _,
|
|
9
|
+
lg: d
|
|
10
|
+
}, i = g(o), N = e.forwardRef(
|
|
11
|
+
({ children: s, className: a, size: r, ...t }, m) => /* @__PURE__ */ c(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: p(o.tagGroup, i[r], a),
|
|
15
15
|
role: "group",
|
|
16
|
-
...
|
|
16
|
+
...t,
|
|
17
17
|
ref: m,
|
|
18
18
|
children: s
|
|
19
19
|
}
|
|
@@ -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-CC-nRhb4.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";
|
|
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
|
|
|
6
6
|
import "../FormField/components/FormFieldLabel.js";
|
|
7
7
|
import "../FormField/components/FormFieldClear.js";
|
|
8
8
|
import "../FormField/components/FormFieldTarget.js";
|
|
9
|
-
import "../../chunks/FormFieldInput-
|
|
9
|
+
import "../../chunks/FormFieldInput-CC-nRhb4.js";
|
|
10
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
12
12
|
import "../FormField/components/FormFieldPrefix.js";
|
|
@@ -4,7 +4,7 @@ import { c as s } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
|
4
4
|
import { MobileView as a } from "../../../MobileView/MobileView.js";
|
|
5
5
|
import { Text as l } from "../../../Typography/Text.js";
|
|
6
6
|
import { ELineType as p, ETextSize as c } from "../../../Typography/enums.js";
|
|
7
|
-
import { s as f } from "../../../../chunks/TooltipDesktop.module-
|
|
7
|
+
import { s as f } from "../../../../chunks/TooltipDesktop.module-DMqxtrmh.js";
|
|
8
8
|
const d = e.forwardRef(({ className: r, ...i }, t) => {
|
|
9
9
|
const m = s(f.tooltipBody, r);
|
|
10
10
|
return /* @__PURE__ */ o(a, { fallback: /* @__PURE__ */ o("div", { className: m, ...i, ref: t }), children: /* @__PURE__ */ o(l, { className: m, size: c.B3, line: p.NORMAL, tag: "div", ...i, ref: t }) });
|
|
@@ -2,17 +2,17 @@ import { jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as l } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { MobileView as a } from "../../../MobileView/MobileView.js";
|
|
5
|
-
const k = "
|
|
5
|
+
const k = "tooltipLink__ded56084", r = "desktop__55ad73f6", d = "mobile__ba9fbde5", o = {
|
|
6
6
|
tooltipLink: k,
|
|
7
7
|
desktop: r,
|
|
8
|
-
mobile:
|
|
9
|
-
},
|
|
8
|
+
mobile: d
|
|
9
|
+
}, m = n.forwardRef(
|
|
10
10
|
({ children: i, className: e, ...p }, s) => /* @__PURE__ */ t(a, { fallback: /* @__PURE__ */ t(
|
|
11
11
|
"a",
|
|
12
12
|
{
|
|
13
13
|
className: l(o.tooltipLink, o.desktop, e),
|
|
14
14
|
...p,
|
|
15
|
-
"data-tx": "0.
|
|
15
|
+
"data-tx": "0.19.1",
|
|
16
16
|
ref: s,
|
|
17
17
|
children: i
|
|
18
18
|
}
|
|
@@ -21,14 +21,14 @@ const k = "tooltipLink__3bb9a284", r = "desktop__3626112a", m = "mobile__9cd5d72
|
|
|
21
21
|
{
|
|
22
22
|
className: l(o.tooltipLink, o.mobile, e),
|
|
23
23
|
...p,
|
|
24
|
-
"data-tx": "0.
|
|
24
|
+
"data-tx": "0.19.1",
|
|
25
25
|
ref: s,
|
|
26
26
|
children: i
|
|
27
27
|
}
|
|
28
28
|
) })
|
|
29
29
|
);
|
|
30
|
-
|
|
30
|
+
m.displayName = "TooltipLink";
|
|
31
31
|
export {
|
|
32
|
-
|
|
32
|
+
m as TooltipLink
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=TooltipLink.js.map
|
|
@@ -3,7 +3,7 @@ import { useContext as m } from "react";
|
|
|
3
3
|
import { CrossStrokeSrvIcon16 as n } from "@sberbusiness/icons-next";
|
|
4
4
|
import { TooltipContext as i } from "../../TootlipContext.js";
|
|
5
5
|
import { ButtonIcon as a } from "../../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as l } from "../../../../chunks/TooltipDesktop.module-
|
|
6
|
+
import { s as l } from "../../../../chunks/TooltipDesktop.module-DMqxtrmh.js";
|
|
7
7
|
const I = ({ onClick: o, ...s }) => {
|
|
8
8
|
const { setTooltipOpen: p } = m(i), e = (t) => {
|
|
9
9
|
t.stopPropagation(), p(!1), o == null || o(t);
|
|
@@ -9,7 +9,7 @@ import { Portal as Y } from "../../../../Portal/Portal.js";
|
|
|
9
9
|
import { ETooltipPreferPlace as u, ETooltipDirection as B, ETooltipAlign as z, ETooltipFlowTypes as I, ETooltipSizeParameter as r, ETooltipTypeName as C, ETooltipEndCoordinates as N, ETooltipStartCoordinates as R, ETooltipAxesType as G, ETooltipSize as U } from "../../../enums.js";
|
|
10
10
|
import { TooltipDesktopTip as V } from "./TooltipDesktopTip.js";
|
|
11
11
|
import { pickZone as j, axes as q, calcRelPos as K, centerOfBoundsFromBounds as Z, calcBounds as L, equalCoords as J } from "../../../utils/Positioning.js";
|
|
12
|
-
import { s as f } from "../../../../../chunks/TooltipDesktop.module-
|
|
12
|
+
import { s as f } from "../../../../../chunks/TooltipDesktop.module-DMqxtrmh.js";
|
|
13
13
|
const Q = {
|
|
14
14
|
column: "translateX",
|
|
15
15
|
row: "translateY"
|
|
@@ -2,7 +2,7 @@ import { jsx as p } from "react/jsx-runtime";
|
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { ETooltipDirection as e } from "../../../enums.js";
|
|
4
4
|
import { c } from "../../../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
|
-
import { s as t } from "../../../../../chunks/TooltipDesktop.module-
|
|
5
|
+
import { s as t } from "../../../../../chunks/TooltipDesktop.module-DMqxtrmh.js";
|
|
6
6
|
const m = a.forwardRef((r, i) => {
|
|
7
7
|
const { direction: s } = r;
|
|
8
8
|
let o;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as b, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
2
|
+
import { useContext as f, useRef as u, useEffect as M } from "react";
|
|
3
3
|
import { TooltipContext as C } from "../../TootlipContext.js";
|
|
4
4
|
import { Portal as B } from "../../../Portal/Portal.js";
|
|
5
5
|
import { DropdownMobile as _ } from "../../../Dropdown/mobile/DropdownMobile.js";
|
|
6
6
|
import { DropdownMobileBody as x } from "../../../Dropdown/mobile/DropdownMobileBody.js";
|
|
7
7
|
import { TooltipMobileCloseButton as h } from "./components/TooltipMobileCloseButton.js";
|
|
8
8
|
import { c as y } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
9
|
-
const N = "
|
|
9
|
+
const N = "tooltipMobile__971476da", T = "tooltipMobileContent__d908ced7", g = "headerless__d5cf9b95", H = "closeButton__1f83380a", e = {
|
|
10
10
|
tooltipMobile: N,
|
|
11
11
|
tooltipMobileContent: T,
|
|
12
12
|
headerless: g,
|
|
@@ -21,16 +21,16 @@ const N = "tooltipMobile__57c5d34e", T = "tooltipMobileContent__3ad7c48c", g = "
|
|
|
21
21
|
onShow: l,
|
|
22
22
|
...d
|
|
23
23
|
}) => {
|
|
24
|
-
const { elements:
|
|
24
|
+
const { elements: o, setTooltipOpen: p } = f(C), i = u(null), a = y(e.tooltipMobile, { [e.headerless]: o.mobileHeader === null }, c);
|
|
25
25
|
M(() => {
|
|
26
26
|
t && (l == null || l(i.current));
|
|
27
27
|
}, [t]);
|
|
28
28
|
const m = () => {
|
|
29
29
|
var s;
|
|
30
|
-
return /* @__PURE__ */ n("div", { className:
|
|
30
|
+
return /* @__PURE__ */ n("div", { className: e.closeButton, children: /* @__PURE__ */ n(h, { ...(s = o.closeButton) == null ? void 0 : s.props }) });
|
|
31
31
|
};
|
|
32
32
|
return /* @__PURE__ */ r(b, { children: [
|
|
33
|
-
|
|
33
|
+
o.target,
|
|
34
34
|
/* @__PURE__ */ n(B, { container: document.body, children: /* @__PURE__ */ r(
|
|
35
35
|
_,
|
|
36
36
|
{
|
|
@@ -41,11 +41,11 @@ const N = "tooltipMobile__57c5d34e", T = "tooltipMobileContent__3ad7c48c", g = "
|
|
|
41
41
|
...d,
|
|
42
42
|
ref: i,
|
|
43
43
|
children: [
|
|
44
|
-
|
|
45
|
-
/* @__PURE__ */ r(x, { className:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
o.mobileHeader,
|
|
45
|
+
/* @__PURE__ */ r(x, { className: e.tooltipMobileContent, children: [
|
|
46
|
+
o.body,
|
|
47
|
+
o.link,
|
|
48
|
+
o.mobileHeader === null && m()
|
|
49
49
|
] })
|
|
50
50
|
]
|
|
51
51
|
}
|
|
@@ -3,7 +3,7 @@ import { useState as y, useRef as g, useEffect as C } from "react";
|
|
|
3
3
|
import { EOverlayDirection as R } from "../Overlay/OverlayBase.js";
|
|
4
4
|
import { Overlay as O } from "../Overlay/Overlay.js";
|
|
5
5
|
import { c as S, F as j } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
6
|
-
const D = "
|
|
6
|
+
const D = "topOverlayMask__dfd36f86", E = "topOverlayWrapper__77e59cae", A = "closing__fdcaa0bd", V = "opened__db9a06cb", $ = "topOverlayPanel__3fef2479", q = "topOverlay__28c6c968", t = {
|
|
7
7
|
topOverlayMask: D,
|
|
8
8
|
topOverlayWrapper: E,
|
|
9
9
|
closing: A,
|
|
@@ -18,7 +18,7 @@ const D = "topOverlayMask__a67543dc", E = "topOverlayWrapper__20a607e1", A = "cl
|
|
|
18
18
|
onOpen: n,
|
|
19
19
|
...h
|
|
20
20
|
}) => {
|
|
21
|
-
const [W, d] = y(!1), [x,
|
|
21
|
+
const [W, d] = y(!1), [x, f] = y(!1), [u, c] = y(0), p = g(e), s = g(null), m = () => {
|
|
22
22
|
if (s.current) {
|
|
23
23
|
const r = getComputedStyle(s.current).getPropertyValue("--lightBox-screen-top") || "0", i = s.current.getBoundingClientRect();
|
|
24
24
|
i.top < 0 ? c(
|
|
@@ -29,14 +29,14 @@ const D = "topOverlayMask__a67543dc", E = "topOverlayWrapper__20a607e1", A = "cl
|
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
31
|
}, k = () => {
|
|
32
|
-
m(),
|
|
32
|
+
m(), f(!0), n == null || n();
|
|
33
33
|
};
|
|
34
34
|
C(() => {
|
|
35
35
|
p.current && !e ? d(!0) : !p.current && e && m(), p.current = e;
|
|
36
36
|
}, [e]);
|
|
37
37
|
const M = () => {
|
|
38
38
|
d(!1), c(0), l == null || l();
|
|
39
|
-
}, T = () =>
|
|
39
|
+
}, T = () => f(!1), F = (r) => /* @__PURE__ */ I(B, { children: [
|
|
40
40
|
/* @__PURE__ */ a(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
|
|
41
41
|
/* @__PURE__ */ a(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
|
|
42
42
|
] }), N = () => {
|
|
@@ -72,7 +72,7 @@ const D = "topOverlayMask__a67543dc", E = "topOverlayWrapper__20a607e1", A = "cl
|
|
|
72
72
|
{
|
|
73
73
|
className: P,
|
|
74
74
|
ref: s,
|
|
75
|
-
style:
|
|
75
|
+
style: u ? { top: `${u}px` } : void 0,
|
|
76
76
|
children: b
|
|
77
77
|
}
|
|
78
78
|
)
|
|
@@ -10,7 +10,7 @@ import { TreeViewAbstractNode as C } from "./TreeViewAbstractNode.js";
|
|
|
10
10
|
import { TreeViewNode as f } from "./components/TreeViewNode.js";
|
|
11
11
|
import { TreeViewGroup as b } from "./components/TreeViewGroup.js";
|
|
12
12
|
import { c as v } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
13
|
-
import { s as w } from "../../chunks/TreeView.module-
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-DwpFo7Sm.js";
|
|
14
14
|
const R = "rootNode";
|
|
15
15
|
class n extends m.Component {
|
|
16
16
|
constructor(e) {
|