@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,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
const i = "
|
|
4
|
+
const i = "listItemControls__7f6faebd", n = {
|
|
5
5
|
listItemControls: i
|
|
6
6
|
}, a = m.forwardRef(
|
|
7
7
|
({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, children: t })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { L as e } from "../../../chunks/ListItemControlsButton-
|
|
4
|
+
import { L as e } from "../../../chunks/ListItemControlsButton-CDm9UcL0.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
export {
|
|
@@ -18,7 +18,7 @@ import { DropdownMobileListItem as H } from "../../Dropdown/mobile/DropdownMobil
|
|
|
18
18
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
20
20
|
import { DropdownList as R } from "../../Dropdown/desktop/DropdownList.js";
|
|
21
|
-
import { s as h, L as V } from "../../../chunks/ListItemControlsButton-
|
|
21
|
+
import { s as h, L as V } from "../../../chunks/ListItemControlsButton-CDm9UcL0.js";
|
|
22
22
|
const G = E.forwardRef(
|
|
23
23
|
(y, l) => {
|
|
24
24
|
const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...N } = y, u = a(null), f = a(null), [p, L] = O(), D = a(_()), v = ({ opened: e, setOpened: o }) => /* @__PURE__ */ t(
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as s } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { LoaderScreen as
|
|
5
|
-
import { EComponentSize as
|
|
6
|
-
const
|
|
7
|
-
listItemLoading:
|
|
8
|
-
},
|
|
9
|
-
({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(
|
|
4
|
+
import { LoaderScreen as a } from "../../LoaderScreen/LoaderScreen.js";
|
|
5
|
+
import { EComponentSize as r } from "../../../enums/EComponentSize.js";
|
|
6
|
+
const d = "listItemLoading__d53dacf2", n = {
|
|
7
|
+
listItemLoading: d
|
|
8
|
+
}, l = m.forwardRef(
|
|
9
|
+
({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(n.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(a, { type: "small", size: r.MD }) })
|
|
10
10
|
);
|
|
11
|
-
|
|
11
|
+
l.displayName = "ListItemLoading";
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
l as ListItemLoading
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=ListItemLoading.js.map
|
|
@@ -3,7 +3,7 @@ import p, { useContext as m, useEffect as d } from "react";
|
|
|
3
3
|
import { c as k } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { Checkbox as x } from "../../Checkbox/Checkbox.js";
|
|
5
5
|
import { ListItemContext as f } from "./ListItemContext.js";
|
|
6
|
-
const _ = "
|
|
6
|
+
const _ = "listItemSelectable__81b50eaa", L = "selected__f21ec5ff", C = "checkboxWrapper__37753d51", W = "childrenWrapper__819e5d83", I = "checkboxLabel__cba1f9d5", S = "checkboxLabelClickArea__68b64a81", e = {
|
|
7
7
|
listItemSelectable: _,
|
|
8
8
|
selected: L,
|
|
9
9
|
checkboxWrapper: C,
|
|
@@ -11,20 +11,20 @@ const _ = "listItemSelectable__032db4fd", L = "selected__3f9525ff", C = "checkbo
|
|
|
11
11
|
checkboxLabel: I,
|
|
12
12
|
checkboxLabelClickArea: S
|
|
13
13
|
}, N = p.forwardRef(
|
|
14
|
-
({ selected: c, children:
|
|
15
|
-
const { setSelected:
|
|
14
|
+
({ selected: c, children: l, className: r, onSelect: s, ...o }, b) => {
|
|
15
|
+
const { setSelected: a } = m(f), i = (h) => {
|
|
16
16
|
s(h.target.checked);
|
|
17
17
|
};
|
|
18
18
|
return d(() => {
|
|
19
|
-
|
|
20
|
-
}, [c,
|
|
19
|
+
a(c);
|
|
20
|
+
}, [c, a]), /* @__PURE__ */ n(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
23
|
className: k(e.listItemSelectable, { [e.selected]: c }, r),
|
|
24
24
|
...o,
|
|
25
25
|
ref: b,
|
|
26
26
|
children: [
|
|
27
|
-
/* @__PURE__ */ t("div", { className: e.childrenWrapper, children:
|
|
27
|
+
/* @__PURE__ */ t("div", { className: e.childrenWrapper, children: l }),
|
|
28
28
|
/* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
|
|
29
29
|
x,
|
|
30
30
|
{
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as e, jsxs as c } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { SwipeableArea as
|
|
4
|
-
import { ListItem as
|
|
3
|
+
import { SwipeableArea as b } from "../../SwipeableArea/SwipeableArea.js";
|
|
4
|
+
import { ListItem as I } from "./ListItem.js";
|
|
5
5
|
import { ListItemContent as L } from "./ListItemContent.js";
|
|
6
6
|
import { ListItemControls as T } from "./ListItemControls.js";
|
|
7
7
|
import { ListItemSelectable as h } from "./ListItemSelectable.js";
|
|
8
8
|
import { ListItemTailRight as x } from "./ListItemTailRight.js";
|
|
9
9
|
import { c as y } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
10
|
-
const C = "
|
|
10
|
+
const C = "listItemTable__f474bacd", w = {
|
|
11
11
|
listItemTable: C
|
|
12
12
|
}, R = d.forwardRef(
|
|
13
13
|
({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...n }, f) => {
|
|
14
14
|
const p = typeof i < "u" && typeof r < "u", m = () => /* @__PURE__ */ e(L, { onClick: l, children: o });
|
|
15
|
-
return /* @__PURE__ */ e(
|
|
16
|
-
|
|
15
|
+
return /* @__PURE__ */ e(I, { className: y(w.listItemTable, s), ...n, ref: f, children: /* @__PURE__ */ c(
|
|
16
|
+
b,
|
|
17
17
|
{
|
|
18
18
|
ref: a,
|
|
19
19
|
rightSwipeableArea: t ? /* @__PURE__ */ e(T, { children: t }) : void 0,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-DZ2CIKA4.js";
|
|
5
5
|
const r = l.forwardRef(
|
|
6
6
|
({ className: a, ...e }, i) => /* @__PURE__ */ m(
|
|
7
7
|
"span",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-DZ2CIKA4.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
6
|
({ className: a, ...i }, m) => /* @__PURE__ */ l(
|
|
7
7
|
"span",
|
|
@@ -3,12 +3,12 @@ import p from "react";
|
|
|
3
3
|
import { x as I, y as u, c as y } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { ListItem as L } from "./ListItem.js";
|
|
5
5
|
import { ListSortableItemTarget as R } from "./ListSortableItemTarget.js";
|
|
6
|
-
const x = "
|
|
6
|
+
const x = "listSortableItem__4e4722f7", N = "dragging__09e55715", a = {
|
|
7
7
|
listSortableItem: x,
|
|
8
8
|
dragging: N
|
|
9
9
|
}, _ = Object.assign(
|
|
10
10
|
p.forwardRef(function({ children: e, className: n, style: g, disabled: r, ...s }, t) {
|
|
11
|
-
const { transform: m, transition:
|
|
11
|
+
const { transform: m, transition: l, listeners: f, isDragging: i, setNodeRef: c, setActivatorNodeRef: S } = I({
|
|
12
12
|
disabled: r,
|
|
13
13
|
id: s.id,
|
|
14
14
|
transition: {
|
|
@@ -22,10 +22,10 @@ const x = "listSortableItem__ecf999f8", N = "dragging__bb74d427", a = {
|
|
|
22
22
|
L,
|
|
23
23
|
{
|
|
24
24
|
className: y(a.listSortableItem, { [a.dragging]: i }, n),
|
|
25
|
-
style: { transform: u.Translate.toString(m), transition:
|
|
25
|
+
style: { transform: u.Translate.toString(m), transition: l, ...g },
|
|
26
26
|
...s,
|
|
27
27
|
ref: b,
|
|
28
|
-
children: typeof e == "function" ? e({ disabled: r, dragging: i, listeners:
|
|
28
|
+
children: typeof e == "function" ? e({ disabled: r, dragging: i, listeners: f, setActivatorNodeRef: S }) : e
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
31
|
}),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
const a = "
|
|
4
|
+
const a = "listSortableItemControls__f85d2980", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
6
|
}, i = l.forwardRef(
|
|
7
7
|
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { DragdotsStrokeSrvIcon24 as n } from "@sberbusiness/icons-next";
|
|
4
|
-
import { c } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
|
-
const
|
|
6
|
-
listSortableItemTarget:
|
|
4
|
+
import { c as I } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
|
+
const c = "listSortableItemTarget__c9712054", b = "dragging__09e55715", S = "listSortableItemTargetContent__b398e7e1", T = "listSortableItemTargetIcon__089f428b", t = {
|
|
6
|
+
listSortableItemTarget: c,
|
|
7
7
|
dragging: b,
|
|
8
8
|
listSortableItemTargetContent: S,
|
|
9
9
|
listSortableItemTargetIcon: T
|
|
@@ -11,7 +11,7 @@ const I = "listSortableItemTarget__c950dcea", b = "dragging__bb74d427", S = "lis
|
|
|
11
11
|
({ children: r, className: a, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: I(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", a),
|
|
15
15
|
...s,
|
|
16
16
|
ref: g,
|
|
17
17
|
children: [
|
package/components/List/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { AdvancedMouseSensor as m, AdvancedTouchSensor as s, ListSortable as i }
|
|
|
3
3
|
import { ListItem as p } from "./components/ListItem.js";
|
|
4
4
|
import { ListItemControls as x } from "./components/ListItemControls.js";
|
|
5
5
|
import { ListItemContent as n } from "./components/ListItemContent.js";
|
|
6
|
-
import { L as I } from "../../chunks/ListItemControlsButton-
|
|
6
|
+
import { L as I } from "../../chunks/ListItemControlsButton-CDm9UcL0.js";
|
|
7
7
|
import { ListItemControlsButtonDropdown as b } from "./components/ListItemControlsButtonDropdown.js";
|
|
8
8
|
import { ListEmptyState as C } from "./components/ListEmptyState.js";
|
|
9
9
|
import { ListItemLoading as c } from "./components/ListItemLoading.js";
|
|
@@ -6,7 +6,7 @@ import { ListMasterHeader as a } from "./components/ListMasterHeader.js";
|
|
|
6
6
|
import { SelectionControls as n } from "./components/SelectionControls.js";
|
|
7
7
|
import { ListMasterFooterControls as f } from "./components/ListMasterFooterControls.js";
|
|
8
8
|
import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
|
|
9
|
-
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.
|
|
9
|
+
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.19.1", children: t });
|
|
10
10
|
o.Body = m;
|
|
11
11
|
o.ChipGroup = s;
|
|
12
12
|
o.Footer = p;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
const e = "
|
|
4
|
+
const e = "listMasterChipGroup__b8b8daff", l = {
|
|
5
5
|
listMasterChipGroup: e
|
|
6
6
|
}, m = p.forwardRef(
|
|
7
7
|
({ children: s, className: t, ...r }, i) => (
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { s as t } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as t } from "../../../chunks/ListMasterFooter.module-DMTXvddx.js";
|
|
5
5
|
const f = m.forwardRef(
|
|
6
6
|
({ children: r, className: s, sticky: o = !0, ...e }, a) => /* @__PURE__ */ i(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { s as i } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as i } from "../../../chunks/ListMasterFooter.module-DMTXvddx.js";
|
|
5
5
|
const l = a.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { s as m } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as m } from "../../../chunks/ListMasterFooter.module-DMTXvddx.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import f, { useRef as o, useEffect as m } from "react";
|
|
3
3
|
import { c as w } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listMasterHeader__d8307823", y = "sticky__47b2640f", c = {
|
|
5
5
|
listMasterHeader: p,
|
|
6
6
|
sticky: y
|
|
7
7
|
}, H = f.forwardRef(
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "selectionControls__2a99239a", a = {
|
|
5
5
|
selectionControls: c
|
|
6
|
-
},
|
|
6
|
+
}, i = n.forwardRef(
|
|
7
7
|
({ children: o, className: t, ...s }, e) => /* @__PURE__ */ l(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
|
-
className: r(
|
|
10
|
+
className: r(a.selectionControls, t),
|
|
11
11
|
...s,
|
|
12
|
-
"data-tx": "0.
|
|
12
|
+
"data-tx": "0.19.1",
|
|
13
13
|
ref: e,
|
|
14
14
|
children: o
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
);
|
|
18
|
-
|
|
18
|
+
i.displayName = "SelectionControls";
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
i as SelectionControls
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=SelectionControls.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o, jsxs as t } from "react/jsx-runtime";
|
|
2
2
|
import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
-
const
|
|
4
|
-
loaderMiddle:
|
|
5
|
-
loaderMiddleDots:
|
|
3
|
+
const s = "loaderMiddle__9ecafd53", a = "loaderMiddleDots__88d65586", l = "dot__efe52810", c = "dot1__57a85e96", i = "dot2__05ca2bb9", n = "dot3__c528d5be", r = "dot4__5799f69d", _ = "line__5726afa5", d = {
|
|
4
|
+
loaderMiddle: s,
|
|
5
|
+
loaderMiddleDots: a,
|
|
6
6
|
dot: l,
|
|
7
7
|
dot1: c,
|
|
8
8
|
dot2: i,
|
|
@@ -2,15 +2,15 @@ import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as o } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
3
|
import { ELoaderSmallTheme as s } from "./enum.js";
|
|
4
4
|
import { createSizeToClassNameMap as n } from "../../../utils/classNameMaps.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "loaderSmall__28fd7a50", _ = "sm__d70df388", p = "dot__efe52810", b = "md__76931891", f = "lg__f47be2c7", i = "neutral__5cc8fb5e", N = "brand__b34630df", S = "dot1__57a85e96", u = "dot2__05ca2bb9", T = "dot3__c528d5be", a = {
|
|
6
6
|
loaderSmall: c,
|
|
7
7
|
sm: _,
|
|
8
8
|
dot: p,
|
|
9
|
-
md:
|
|
10
|
-
lg:
|
|
11
|
-
neutral:
|
|
12
|
-
brand:
|
|
13
|
-
dot1:
|
|
9
|
+
md: b,
|
|
10
|
+
lg: f,
|
|
11
|
+
neutral: i,
|
|
12
|
+
brand: N,
|
|
13
|
+
dot1: S,
|
|
14
14
|
dot2: u,
|
|
15
15
|
dot3: T
|
|
16
16
|
}, g = {
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { LoaderSmall as s } from "../Loader/LoaderSmall/LoaderSmall.js";
|
|
3
3
|
import { ELoaderSmallTheme as i } from "../Loader/LoaderSmall/enum.js";
|
|
4
4
|
import { LoaderMiddle as n } from "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
5
5
|
import { c as p } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
6
6
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
7
|
-
const S = "
|
|
7
|
+
const S = "loaderScreen__4606eb40", B = "loaderSmallBackdrop__249777c7", k = "loaderMiddleBackdrop__36eb4292", r = {
|
|
8
8
|
loaderScreen: S,
|
|
9
9
|
loaderSmallBackdrop: B,
|
|
10
10
|
loaderMiddleBackdrop: k
|
|
11
11
|
}, M = ({
|
|
12
|
-
className:
|
|
13
|
-
size:
|
|
12
|
+
className: d,
|
|
13
|
+
size: a = t.MD,
|
|
14
14
|
type: o,
|
|
15
15
|
theme: l = i.BRAND,
|
|
16
16
|
...c
|
|
17
17
|
}) => {
|
|
18
|
-
const m = p(
|
|
19
|
-
[
|
|
20
|
-
[
|
|
18
|
+
const m = p(d, r.loaderScreen, {
|
|
19
|
+
[r.loaderSmallBackdrop]: o === "small",
|
|
20
|
+
[r.loaderMiddleBackdrop]: o === "middle"
|
|
21
21
|
});
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ e("div", { className: m, ...c, children: o === "small" ? /* @__PURE__ */ e(s, { size: a, theme: l }) : /* @__PURE__ */ e("div", { className: r.loaderMiddleBackground, children: /* @__PURE__ */ e(n, {}) }) });
|
|
23
23
|
};
|
|
24
24
|
M.displayName = "LoaderScreen";
|
|
25
25
|
export {
|
|
@@ -1,20 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import { a as
|
|
4
|
-
import {
|
|
5
|
-
import { createSizeToClassNameMap as l } from "../../utils/classNameMaps.js";
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { c as o } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
+
import { a as t, s as e } from "../../chunks/utils-CDZhfAbZ.js";
|
|
4
|
+
import { Badge as p } from "../Badge/Badge.js";
|
|
6
5
|
import "./enums.js";
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
status: r,
|
|
10
|
-
size: o = c.MD,
|
|
11
|
-
...m
|
|
12
|
-
}) => {
|
|
13
|
-
const e = p(s.marker, n[o], i[r], a);
|
|
14
|
-
return /* @__PURE__ */ t("div", { className: e, ...m });
|
|
15
|
-
};
|
|
16
|
-
M.displayName = "Marker";
|
|
6
|
+
const i = ({ className: a, status: r, ...s }) => /* @__PURE__ */ m(p.Dot, { className: o(t.marker, e[r], a), ...s });
|
|
7
|
+
i.displayName = "Marker";
|
|
17
8
|
export {
|
|
18
|
-
|
|
9
|
+
i as Marker
|
|
19
10
|
};
|
|
20
11
|
//# sourceMappingURL=Marker.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { Marker as d } from "../Marker/Marker.js";
|
|
3
|
-
import { c as
|
|
4
|
-
import { s as
|
|
5
|
-
import { ETextSize as n, EFontType as
|
|
3
|
+
import { c as f } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as k } from "../../chunks/utils-CDZhfAbZ.js";
|
|
5
|
+
import { ETextSize as n, EFontType as i, ECaptionSize as _ } from "../Typography/enums.js";
|
|
6
6
|
import { Caption as M } from "../Typography/Caption.js";
|
|
7
|
-
import { Text as
|
|
7
|
+
import { Text as c } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
9
|
import { EComponentSize as a } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as N } from "../../utils/classNameMaps.js";
|
|
11
|
-
const x = "
|
|
11
|
+
const x = "markerStatus__53d36731", T = "contentContainer__25d4c25d", u = "md__5bfeb0b4", z = "markerContainer__b55459c7", E = "lg__3f712424", e = {
|
|
12
12
|
markerStatus: x,
|
|
13
13
|
contentContainer: T,
|
|
14
14
|
md: u,
|
|
@@ -17,20 +17,20 @@ const x = "markerStatus__eccacc4a", T = "contentContainer__0c72ed25", u = "md__b
|
|
|
17
17
|
}, h = {
|
|
18
18
|
[a.MD]: n.B4,
|
|
19
19
|
[a.LG]: n.B3
|
|
20
|
-
}, D = N(
|
|
20
|
+
}, D = N(e), F = ({
|
|
21
21
|
children: p,
|
|
22
22
|
className: l,
|
|
23
23
|
description: o,
|
|
24
24
|
status: m,
|
|
25
|
-
size:
|
|
25
|
+
size: r = a.MD,
|
|
26
26
|
...C
|
|
27
27
|
}) => {
|
|
28
|
-
const S =
|
|
29
|
-
return /* @__PURE__ */ s("div", { className: S, "data-tx": "0.
|
|
30
|
-
/* @__PURE__ */ t("div", { className:
|
|
31
|
-
/* @__PURE__ */ s("div", { className:
|
|
32
|
-
/* @__PURE__ */ t(
|
|
33
|
-
o && (
|
|
28
|
+
const S = f(e.markerStatus, D[r], k[m], l);
|
|
29
|
+
return /* @__PURE__ */ s("div", { className: S, "data-tx": "0.19.1", ...C, children: [
|
|
30
|
+
/* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(d, { status: m, size: r }) }),
|
|
31
|
+
/* @__PURE__ */ s("div", { className: e.contentContainer, children: [
|
|
32
|
+
/* @__PURE__ */ t(c, { size: h[r], children: p }),
|
|
33
|
+
o && (r === a.MD ? /* @__PURE__ */ t(M, { size: _.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
34
34
|
] })
|
|
35
35
|
] });
|
|
36
36
|
};
|
|
@@ -4,7 +4,7 @@ import { Portal as F } from "../Portal/Portal.js";
|
|
|
4
4
|
import { c as N, C as j, F as D } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
5
5
|
import { ModalWindowViewManager as q } from "./components/ModalWindowViewManager.js";
|
|
6
6
|
import { useToken as A } from "../ThemeProvider/useToken.js";
|
|
7
|
-
import { s as n } from "../../chunks/ModalWindow.module-
|
|
7
|
+
import { s as n } from "../../chunks/ModalWindow.module-CmKHP-l0.js";
|
|
8
8
|
import { EComponentSize as V } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as G } from "../../utils/classNameMaps.js";
|
|
10
10
|
const l = "ufs-modal-window", H = 300, i = ["modal-open", "no-hash-overflow-hidden"], I = G(n), J = $.forwardRef((w, a) => {
|
|
@@ -2,14 +2,14 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
3
|
import { Island as n } from "../../Island/Island.js";
|
|
4
4
|
import { EComponentSize as t } from "../../../enums/EComponentSize.js";
|
|
5
|
-
import { EIslandType as
|
|
6
|
-
const
|
|
7
|
-
modalWindowBody:
|
|
5
|
+
import { EIslandType as a } from "../../Island/enums.js";
|
|
6
|
+
const r = "modalWindowBody__2177811a", l = {
|
|
7
|
+
modalWindowBody: r
|
|
8
8
|
}, w = ({ children: o, className: d, ...m }) => /* @__PURE__ */ s(
|
|
9
9
|
n,
|
|
10
10
|
{
|
|
11
11
|
className: i(l.modalWindowBody, d),
|
|
12
|
-
type:
|
|
12
|
+
type: a.TYPE_1,
|
|
13
13
|
size: t.MD,
|
|
14
14
|
...m,
|
|
15
15
|
children: o
|
|
@@ -6,11 +6,11 @@ import { Button as i } from "../../Button/Button.js";
|
|
|
6
6
|
import { CrossStrokeSrvIcon20 as l } from "@sberbusiness/icons-next";
|
|
7
7
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
8
8
|
import { EButtonTheme as d } from "../../Button/enums.js";
|
|
9
|
-
const
|
|
10
|
-
modalWindowClose:
|
|
11
|
-
},
|
|
9
|
+
const a = "modalWindowClose__f58faaf8", f = {
|
|
10
|
+
modalWindowClose: a
|
|
11
|
+
}, C = (t) => {
|
|
12
12
|
const e = n(null);
|
|
13
|
-
return /* @__PURE__ */ o("div", { className:
|
|
13
|
+
return /* @__PURE__ */ o("div", { className: f.modalWindowClose, children: /* @__PURE__ */ o(r, { eventKeyCode: m.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
|
|
14
14
|
i,
|
|
15
15
|
{
|
|
16
16
|
title: "Закрыть",
|
|
@@ -22,8 +22,8 @@ const C = "modalWindowClose__0d46bc5b", a = {
|
|
|
22
22
|
}
|
|
23
23
|
) }) });
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
C.displayName = "ModalWindowClose";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
C as ModalWindowClose
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=ModalWindowClose.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
3
|
import { LoaderScreen as i } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
-
import { s as o } from "../../../chunks/ModalWindow.module-
|
|
4
|
+
import { s as o } from "../../../chunks/ModalWindow.module-CmKHP-l0.js";
|
|
5
5
|
import { Page as l } from "../../Page/Page.js";
|
|
6
6
|
const W = ({
|
|
7
7
|
isLoading: e,
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
|
|
3
3
|
import { EHeaderPageType as i } from "../../Page/components/enums.js";
|
|
4
4
|
import { c as l } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
|
-
const t = "
|
|
5
|
+
const t = "modalWindowHeader__2260689c", s = {
|
|
6
6
|
modalWindowHeader: t
|
|
7
7
|
}, o = ({ className: a, children: d, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, a), ...r, type: i.FIRST, children: d });
|
|
8
8
|
o.Title = e.Title;
|
|
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as r, useRef as h, useEffect as u, useLayoutEffect as p } from "react";
|
|
3
3
|
import { a as g, i as W, h as a } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { Portal as M } from "../../Portal/Portal.js";
|
|
5
|
-
import { s as R } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as R } from "../../../chunks/ModalWindow.module-CmKHP-l0.js";
|
|
6
6
|
const s = "modalWindowViewManagerNodeId", z = () => {
|
|
7
7
|
const [d, c] = r(), [t, l] = r(), o = h(null), n = () => {
|
|
8
8
|
if (o.current) {
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
2
|
-
import { useContext as
|
|
3
|
-
import { MultiselectFieldContext as
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
1
|
+
import { jsx as t, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as m } from "react";
|
|
3
|
+
import { MultiselectFieldContext as a } from "../MultiselectFieldContext.js";
|
|
4
|
+
import { createSizeToClassNameMap as d } from "../../../utils/classNameMaps.js";
|
|
5
5
|
import { c as l } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
6
6
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
7
|
-
const C = "
|
|
7
|
+
const C = "multiselectFieldContentWrapper__676c942d", u = "multiselectFieldContent__52519dbf", _ = "loaderScreen__431de579", F = "sm__f70a7af0", f = "md__1e8a14aa", x = "lg__2bc53896", e = {
|
|
8
8
|
multiselectFieldContentWrapper: C,
|
|
9
9
|
multiselectFieldContent: u,
|
|
10
|
+
loaderScreen: _,
|
|
10
11
|
sm: F,
|
|
11
|
-
md:
|
|
12
|
-
lg:
|
|
13
|
-
},
|
|
12
|
+
md: f,
|
|
13
|
+
lg: x
|
|
14
|
+
}, S = d(e), h = ({
|
|
14
15
|
children: s,
|
|
15
16
|
className: o,
|
|
16
17
|
loading: n,
|
|
17
|
-
...
|
|
18
|
+
...r
|
|
18
19
|
}) => {
|
|
19
|
-
const { size: c } =
|
|
20
|
-
return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...
|
|
20
|
+
const { size: c } = m(a);
|
|
21
|
+
return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...r, children: /* @__PURE__ */ i("div", { tabIndex: -1, className: l(e.multiselectFieldContent, S[c]), children: [
|
|
21
22
|
s,
|
|
22
|
-
n && /* @__PURE__ */ t(p, { type: "small" })
|
|
23
|
+
n && /* @__PURE__ */ t(p, { type: "small", className: e.loaderScreen })
|
|
23
24
|
] }) });
|
|
24
25
|
};
|
|
25
26
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
-
const i = "
|
|
3
|
+
const i = "multiselectFieldFooter__6895269f", c = {
|
|
4
4
|
multiselectFieldFooter: i
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|