@sberbusiness/triplex-next 1.6.0 → 1.6.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-BCXIqVd5.js → AlertProcessSpoiler-Dq0fm-3a.js} +13 -13
- package/chunks/{CalendarViewItem-CHiqUGxF.js → CalendarViewItem-BoFDPLNT.js} +2 -2
- package/chunks/Card.module-xUBtHcBW.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CzX04UVi.js +11 -0
- package/chunks/{Chip-yWyfl_o2.js → Chip-C91-I9zb.js} +9 -9
- package/chunks/Confirm.module-yvrei2lL.js +15 -0
- package/chunks/{DropdownListItem-DgEkMGvB.js → DropdownListItem-PbfrmOZJ.js} +13 -13
- package/chunks/DropdownMobile.module-CvDbPL9W.js +21 -0
- package/chunks/Footer.module-Kij9_qbS.js +9 -0
- package/chunks/{FormFieldInput-BBhoiftf.js → FormFieldInput-BL8yYnKo.js} +12 -12
- package/chunks/HeaderLayoutSidebar.module-CPvbS61i.js +9 -0
- package/chunks/HeaderTabs.module-xhlfJ1R9.js +9 -0
- package/chunks/{HeaderTitle.module-CBMLSjn-.js → HeaderTitle.module-29jwPQr2.js} +2 -2
- package/chunks/IslandAccordion.module-C7SBNJJJ.js +26 -0
- package/chunks/{LightBoxContent-BjsBFl6W.js → LightBoxContent-D9VFXK17.js} +8 -8
- package/chunks/LightBoxControls.module-C76N_yWS.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js +8 -0
- package/chunks/{ListItemControlsButton-CueYzEGM.js → ListItemControlsButton-DnuVSFV7.js} +6 -6
- package/chunks/ListItemTail.module-DE8OWHba.js +12 -0
- package/chunks/ListMasterFooter.module-FTLh0QAQ.js +10 -0
- package/chunks/ModalWindow.module-C7N9wjxW.js +17 -0
- package/chunks/Notification.module-ByRBfuR2.js +21 -0
- package/chunks/Overlay.module-EIMAbb4c.js +18 -0
- package/chunks/Page.module-BokYwJr5.js +12 -0
- package/chunks/{RightBorderArrow-rROpeCX0.js → RightBorderArrow-esMRIv7g.js} +17 -17
- package/chunks/SMSInput.module-5r7uaeim.js +16 -0
- package/chunks/SliderExtendedMarks.module-D1DTVGpV.js +15 -0
- package/chunks/SliderExtendedRail-Ck23Ui6E.js +40 -0
- package/chunks/StatusTracker.module-D1-siBfk.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Bh4smUeN.js → SuggestFieldMobileDropdownHint-CpoZIQ7a.js} +2 -2
- package/chunks/TableFooter.module-D8h1OLCP.js +14 -0
- package/chunks/TabsExtended.module-Dvvx9orv.js +16 -0
- package/chunks/TabsLine.module-BW1667el.js +23 -0
- package/chunks/TooltipDesktop.module-E3qNKUvc.js +19 -0
- package/chunks/{TooltipMobileCloseButton-BUyQFHWX.js → TooltipMobileCloseButton-Bdw8P_WT.js} +6 -6
- package/chunks/TreeView.module-CKfLtgeC.js +9 -0
- package/chunks/{UploadZoneInput-CjsECm07.js → UploadZoneInput-Cr1wEu6A.js} +5 -5
- package/chunks/{utils-Cb3psf0n.js → utils-BGuB8cgl.js} +17 -17
- package/chunks/{utils-vwCIbf0H.js → utils-BJhZJ9SO.js} +7 -7
- package/chunks/utils-DpVkLh52.js +20 -0
- package/chunks/{utils-D-KMukhm.js → utils-GixgRYNn.js} +8 -8
- package/chunks/utils-PII_juCp.js +36 -0
- package/components/Alert/AlertContext/AlertContext.js +8 -8
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +2 -2
- package/components/Body/Body.js +10 -10
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +13 -13
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +4 -5
- 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 +6 -6
- package/components/Checkbox/Checkbox.js +2 -2
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- 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 +6 -6
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +10 -10
- package/components/Chip/ChipSelect.js +1 -1
- 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 +12 -12
- package/components/Col/Col.js +130 -130
- package/components/CollapsableTree/components/CollapsableTreeNode.js +13 -13
- 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 +21 -21
- 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 +5 -5
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +12 -12
- 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 +21 -21
- package/components/FormField/components/FormFieldClear.js +11 -11
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +10 -10
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +4 -4
- package/components/FormField/components/FormFieldTextarea.js +15 -15
- 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 +1 -1
- 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 +17 -17
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +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/LightBox/LightBox.js +13 -13
- 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 +10 -10
- 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/Link/Link.js +11 -11
- package/components/List/List.js +5 -5
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +5 -5
- 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 +1 -1
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +3 -3
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +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 +5 -5
- package/components/ListMaster/components/SelectionControls.js +5 -5
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
- 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 +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +9 -9
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +1 -1
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
- package/components/Pagination/components/PaginationSelect.js +7 -7
- package/components/Radio/Radio.js +6 -6
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +6 -6
- package/components/SMSInput/SMSInput.js +2 -2
- package/components/SMSInput/components/RefreshIcon.js +1 -1
- package/components/SMSInput/components/SMSInputInput.js +2 -2
- package/components/SMSInput/components/SMSInputRefresh.js +1 -1
- package/components/SMSInput/components/SMSInputSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
- 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 +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +9 -9
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +2 -2
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +12 -12
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- 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 +2 -2
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +2 -2
- 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 +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- 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 +5 -5
- 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 +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +6 -6
- package/components/Tag/Tag.js +20 -20
- package/components/TagGroup/TagGroup.js +10 -10
- 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 +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
- package/components/TopOverlay/TopOverlay.js +22 -22
- 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 +17 -17
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +20 -20
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +527 -527
- package/chunks/Card.module-CmXEvD5r.js +0 -17
- package/chunks/CheckboxTreeExtended.module-D-2ZUrcy.js +0 -11
- package/chunks/Confirm.module-Ds4ZMYVB.js +0 -15
- package/chunks/DropdownMobile.module-thvNKX4t.js +0 -21
- package/chunks/Footer.module-DZhiuTzP.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DaB6pHPF.js +0 -9
- package/chunks/HeaderTabs.module-DK3rR1yV.js +0 -9
- package/chunks/IslandAccordion.module-D9LSijXT.js +0 -26
- package/chunks/LightBoxControls.module-BHw6I5-d.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-VE4NCDr0.js +0 -8
- package/chunks/ListItemTail.module-Bw2cyg-n.js +0 -12
- package/chunks/ListMasterFooter.module-BfD7OQFa.js +0 -10
- package/chunks/ModalWindow.module-Nps-2rvx.js +0 -17
- package/chunks/Notification.module-DZZnmvDX.js +0 -21
- package/chunks/Overlay.module-BGfiVeol.js +0 -18
- package/chunks/Page.module-CV4uy77C.js +0 -12
- package/chunks/SMSInput.module-Br6FTDVD.js +0 -16
- package/chunks/SliderExtendedMarks.module-Bubs2UAN.js +0 -15
- package/chunks/SliderExtendedRail-BmH-0W3L.js +0 -40
- package/chunks/StatusTracker.module-BVzGbfDD.js +0 -24
- package/chunks/TableFooter.module-hx13-EO6.js +0 -14
- package/chunks/TabsExtended.module-CNjCgifz.js +0 -16
- package/chunks/TabsLine.module-_Jn8K0jv.js +0 -23
- package/chunks/TooltipDesktop.module-Cx6fDiek.js +0 -19
- package/chunks/TreeView.module-oeG4_2Ve.js +0 -9
- package/chunks/utils-C1Q-0uVF.js +0 -36
- package/chunks/utils-C8A7RzC0.js +0 -20
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const a = "
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-D3hUOusX.js";
|
|
4
|
+
const a = "listSortableItemControls__e5d9f701", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
|
-
}, i =
|
|
6
|
+
}, i = e.forwardRef(
|
|
7
7
|
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
10
|
+
className: l(m.listSortableItemControls, t),
|
|
11
11
|
"data-draggable": "false",
|
|
12
12
|
...o,
|
|
13
13
|
ref: r
|
|
@@ -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
|
|
5
|
-
const
|
|
6
|
-
listSortableItemTarget:
|
|
4
|
+
import { c } from "../../../chunks/vendor-D3hUOusX.js";
|
|
5
|
+
const I = "listSortableItemTarget__c2d04c47", b = "dragging__afe696f4", S = "listSortableItemTargetContent__2be930e2", T = "listSortableItemTargetIcon__8ec88639", t = {
|
|
6
|
+
listSortableItemTarget: I,
|
|
7
7
|
dragging: b,
|
|
8
8
|
listSortableItemTargetContent: S,
|
|
9
9
|
listSortableItemTargetIcon: T
|
|
@@ -11,7 +11,7 @@ const c = "listSortableItemTarget__a86b9582", b = "dragging__161082aa", S = "lis
|
|
|
11
11
|
({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: c(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
|
|
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-DnuVSFV7.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": "1.6.
|
|
9
|
+
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "1.6.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-D3hUOusX.js";
|
|
4
|
-
const e = "
|
|
4
|
+
const e = "listMasterChipGroup__7d628936", 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 as f } from "../../../chunks/vendor-D3hUOusX.js";
|
|
4
|
-
import { s as t } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as t } from "../../../chunks/ListMasterFooter.module-FTLh0QAQ.js";
|
|
5
5
|
const c = 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-D3hUOusX.js";
|
|
4
|
-
import { s as i } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as i } from "../../../chunks/ListMasterFooter.module-FTLh0QAQ.js";
|
|
5
5
|
const l = a.forwardRef(
|
|
6
6
|
({ children: o, className: t, ...r }, s) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, t), ...r, ref: s, 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-D3hUOusX.js";
|
|
4
|
-
import { s as m } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as m } from "../../../chunks/ListMasterFooter.module-FTLh0QAQ.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: t, className: o, ...r }, s) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, o), ...r, ref: s, children: t })
|
|
7
7
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import f, { useRef as o, useEffect as m } from "react";
|
|
3
3
|
import { c as w } from "../../../chunks/vendor-D3hUOusX.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listMasterHeader__3c2a4902", y = "sticky__80a28ec4", c = {
|
|
5
5
|
listMasterHeader: p,
|
|
6
6
|
sticky: y
|
|
7
|
-
}, H =
|
|
7
|
+
}, H = f.forwardRef(
|
|
8
8
|
({ children: i, className: n, sticky: a = !0, ...l }, t) => {
|
|
9
9
|
const e = o(null), r = o(0);
|
|
10
10
|
m(() => {
|
|
@@ -16,7 +16,7 @@ const p = "listMasterHeader__f5951187", y = "sticky__2462cc47", c = {
|
|
|
16
16
|
const u = (s) => {
|
|
17
17
|
e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
|
|
18
18
|
};
|
|
19
|
-
return /* @__PURE__ */
|
|
19
|
+
return /* @__PURE__ */ d(
|
|
20
20
|
"div",
|
|
21
21
|
{
|
|
22
22
|
className: w(
|
|
@@ -1,16 +1,16 @@
|
|
|
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-D3hUOusX.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "selectionControls__1b53fb65", i = {
|
|
5
5
|
selectionControls: c
|
|
6
6
|
}, a = n.forwardRef(
|
|
7
|
-
({ children: o, className: t, ...
|
|
7
|
+
({ children: o, className: t, ...s }, e) => /* @__PURE__ */ l(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
10
|
className: r(i.selectionControls, t),
|
|
11
|
-
...
|
|
12
|
-
"data-tx": "1.6.
|
|
13
|
-
ref:
|
|
11
|
+
...s,
|
|
12
|
+
"data-tx": "1.6.1",
|
|
13
|
+
ref: e,
|
|
14
14
|
children: o
|
|
15
15
|
}
|
|
16
16
|
)
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
loaderMiddle:
|
|
5
|
-
loaderMiddleDots:
|
|
1
|
+
import { jsx as o, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
import { c as a } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
|
+
const e = "loaderMiddle__1a19aa13", s = "loaderMiddleDots__be7a01a8", l = "dot__f9ea5877", c = "dot1__7c2ffb22", i = "dot2__f46b15ce", n = "dot3__2a149dd4", r = "dot4__7edd0867", _ = "line__69ff5218", d = {
|
|
4
|
+
loaderMiddle: e,
|
|
5
|
+
loaderMiddleDots: s,
|
|
6
6
|
dot: l,
|
|
7
|
-
dot1:
|
|
8
|
-
dot2:
|
|
9
|
-
dot3:
|
|
7
|
+
dot1: c,
|
|
8
|
+
dot2: i,
|
|
9
|
+
dot3: n,
|
|
10
10
|
dot4: r,
|
|
11
11
|
line: _
|
|
12
|
-
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */
|
|
12
|
+
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */ t("div", { className: d.loaderMiddleDots, children: [
|
|
13
13
|
/* @__PURE__ */ o("span", { className: d.line }),
|
|
14
|
-
/* @__PURE__ */ o("span", { className:
|
|
15
|
-
/* @__PURE__ */ o("span", { className:
|
|
16
|
-
/* @__PURE__ */ o("span", { className:
|
|
17
|
-
/* @__PURE__ */ o("span", { className:
|
|
14
|
+
/* @__PURE__ */ o("span", { className: a(d.dot, d.dot1) }),
|
|
15
|
+
/* @__PURE__ */ o("span", { className: a(d.dot, d.dot2) }),
|
|
16
|
+
/* @__PURE__ */ o("span", { className: a(d.dot, d.dot3) }),
|
|
17
|
+
/* @__PURE__ */ o("span", { className: a(d.dot, d.dot4) })
|
|
18
18
|
] }) });
|
|
19
19
|
m.displayName = "LoaderMiddle";
|
|
20
20
|
export {
|
|
@@ -2,16 +2,16 @@ import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as o } from "../../../chunks/vendor-D3hUOusX.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__2d00cdb0", _ = "sm__9c4e1d29", p = "dot__f9ea5877", f = "md__24ef0b07", b = "lg__f0b29252", i = "neutral__9af316a9", N = "brand__963826e5", S = "dot1__7c2ffb22", u = "dot2__f46b15ce", T = "dot3__2a149dd4", a = {
|
|
6
6
|
loaderSmall: c,
|
|
7
7
|
sm: _,
|
|
8
8
|
dot: p,
|
|
9
|
-
md:
|
|
10
|
-
lg:
|
|
11
|
-
neutral:
|
|
12
|
-
brand:
|
|
13
|
-
dot1:
|
|
14
|
-
dot2:
|
|
9
|
+
md: f,
|
|
10
|
+
lg: b,
|
|
11
|
+
neutral: i,
|
|
12
|
+
brand: N,
|
|
13
|
+
dot1: S,
|
|
14
|
+
dot2: u,
|
|
15
15
|
dot3: T
|
|
16
16
|
}, g = {
|
|
17
17
|
[s.BRAND]: a.brand,
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as r } 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-D3hUOusX.js";
|
|
6
6
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
7
|
-
const S = "
|
|
7
|
+
const S = "loaderScreen__f9b70b05", B = "loaderSmallBackdrop__e0a05235", k = "loaderMiddleBackdrop__94cd4b1f", e = {
|
|
8
8
|
loaderScreen: S,
|
|
9
9
|
loaderSmallBackdrop: B,
|
|
10
10
|
loaderMiddleBackdrop: k
|
|
11
11
|
}, f = ({
|
|
12
|
-
className:
|
|
12
|
+
className: d,
|
|
13
13
|
size: a = t.MD,
|
|
14
|
-
type:
|
|
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, e.loaderScreen, {
|
|
19
|
+
[e.loaderSmallBackdrop]: o === "small",
|
|
20
|
+
[e.loaderMiddleBackdrop]: o === "middle"
|
|
21
21
|
});
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ r("div", { className: m, ...c, children: o === "small" ? /* @__PURE__ */ r(s, { size: a, theme: l }) : /* @__PURE__ */ r("div", { className: e.loaderMiddleBackground, children: /* @__PURE__ */ r(n, {}) }) });
|
|
23
23
|
};
|
|
24
24
|
f.displayName = "LoaderScreen";
|
|
25
25
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { c as p } from "../../chunks/vendor-D3hUOusX.js";
|
|
3
|
-
import { a as s, s as i } from "../../chunks/utils-
|
|
3
|
+
import { a as s, s as i } from "../../chunks/utils-DpVkLh52.js";
|
|
4
4
|
import { EComponentSize as c } from "../../enums/EComponentSize.js";
|
|
5
5
|
import { createSizeToClassNameMap as l } from "../../utils/classNameMaps.js";
|
|
6
6
|
import "./enums.js";
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { Marker as
|
|
3
|
-
import { c as
|
|
4
|
-
import { s as k } from "../../chunks/utils-
|
|
2
|
+
import { Marker as f } from "../Marker/Marker.js";
|
|
3
|
+
import { c as d } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
+
import { s as k } from "../../chunks/utils-DpVkLh52.js";
|
|
5
5
|
import "../Typography/Title.js";
|
|
6
6
|
import { Text as i } from "../Typography/Text.js";
|
|
7
7
|
import { Caption as _ } from "../Typography/Caption.js";
|
|
8
8
|
import { ETextSize as n, EFontType as c, ECaptionSize as M } from "../Typography/enums.js";
|
|
9
|
-
import { EComponentSize as
|
|
9
|
+
import { EComponentSize as e } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as N } from "../../utils/classNameMaps.js";
|
|
11
|
-
const x = "
|
|
11
|
+
const x = "markerStatus__d46b6d29", T = "contentContainer__474f84c3", u = "md__7fb0c619", z = "markerContainer__095a3a8f", E = "lg__38f5aab9", a = {
|
|
12
12
|
markerStatus: x,
|
|
13
13
|
contentContainer: T,
|
|
14
14
|
md: u,
|
|
15
15
|
markerContainer: z,
|
|
16
16
|
lg: E
|
|
17
17
|
}, h = {
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
}, D = N(
|
|
18
|
+
[e.MD]: n.B4,
|
|
19
|
+
[e.LG]: n.B3
|
|
20
|
+
}, D = N(a), F = ({
|
|
21
21
|
children: p,
|
|
22
22
|
className: l,
|
|
23
23
|
description: o,
|
|
24
24
|
status: m,
|
|
25
|
-
size: r =
|
|
25
|
+
size: r = e.MD,
|
|
26
26
|
...C
|
|
27
27
|
}) => {
|
|
28
|
-
const S =
|
|
29
|
-
return /* @__PURE__ */ s("div", { className: S, "data-tx": "1.6.
|
|
30
|
-
/* @__PURE__ */ t("div", { className:
|
|
31
|
-
/* @__PURE__ */ s("div", { className:
|
|
28
|
+
const S = d(a.markerStatus, D[r], k[m], l);
|
|
29
|
+
return /* @__PURE__ */ s("div", { className: S, "data-tx": "1.6.1", ...C, children: [
|
|
30
|
+
/* @__PURE__ */ t("div", { className: a.markerContainer, children: /* @__PURE__ */ t(f, { status: m, size: r }) }),
|
|
31
|
+
/* @__PURE__ */ s("div", { className: a.contentContainer, children: [
|
|
32
32
|
/* @__PURE__ */ t(i, { size: h[r], children: p }),
|
|
33
|
-
o && (r ===
|
|
33
|
+
o && (r === e.MD ? /* @__PURE__ */ t(_, { size: M.C1, type: c.SECONDARY, children: o }) : /* @__PURE__ */ t(i, { size: n.B4, type: c.SECONDARY, children: o }))
|
|
34
34
|
] })
|
|
35
35
|
] });
|
|
36
36
|
};
|
|
@@ -4,7 +4,7 @@ import { Portal as B } from "../Portal/Portal.js";
|
|
|
4
4
|
import { c as N, C as $, h as j } from "../../chunks/vendor-D3hUOusX.js";
|
|
5
5
|
import { ModalWindowViewManager as D } from "./components/ModalWindowViewManager.js";
|
|
6
6
|
import { useToken as F } from "../ThemeProvider/useToken.js";
|
|
7
|
-
import { s as n } from "../../chunks/ModalWindow.module-
|
|
7
|
+
import { s as n } from "../../chunks/ModalWindow.module-C7N9wjxW.js";
|
|
8
8
|
import { EComponentSize as _ } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as q } from "../../utils/classNameMaps.js";
|
|
10
10
|
const l = "ufs-modal-window", A = 300, i = ["modal-open", "no-hash-overflow-hidden"], V = q(n), G = L.forwardRef((C, a) => {
|
|
@@ -3,12 +3,12 @@ import { c as a } from "../../../chunks/vendor-D3hUOusX.js";
|
|
|
3
3
|
import { Island as i } from "../../Island/Island.js";
|
|
4
4
|
import { EComponentSize as n } from "../../../enums/EComponentSize.js";
|
|
5
5
|
import { EIslandType as t } from "../../Island/enums.js";
|
|
6
|
-
const r = "
|
|
6
|
+
const r = "modalWindowBody__5fe4aafe", e = {
|
|
7
7
|
modalWindowBody: r
|
|
8
8
|
}, w = ({ children: o, className: d, ...m }) => /* @__PURE__ */ s(
|
|
9
9
|
i,
|
|
10
10
|
{
|
|
11
|
-
className: a(
|
|
11
|
+
className: a(e.modalWindowBody, d),
|
|
12
12
|
type: t.TYPE_1,
|
|
13
13
|
size: n.MD,
|
|
14
14
|
...m,
|
|
@@ -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:
|
|
9
|
+
const a = "modalWindowClose__f2ae4706", C = {
|
|
10
|
+
modalWindowClose: a
|
|
11
11
|
}, f = (t) => {
|
|
12
12
|
const e = n(null);
|
|
13
|
-
return /* @__PURE__ */ o("div", { className:
|
|
13
|
+
return /* @__PURE__ */ o("div", { className: C.modalWindowClose, children: /* @__PURE__ */ o(r, { eventKeyCode: m.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
|
|
14
14
|
i,
|
|
15
15
|
{
|
|
16
16
|
title: "Закрыть",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
3
|
import { LoaderScreen as t } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
-
import { s as o } from "../../../chunks/ModalWindow.module-
|
|
4
|
+
import { s as o } from "../../../chunks/ModalWindow.module-C7N9wjxW.js";
|
|
5
5
|
import { Page as d } from "../../Page/Page.js";
|
|
6
6
|
const w = ({ isLoading: e, loadingTitle: m, children: a }) => /* @__PURE__ */ n("div", { className: s(o.modalWindowContent, { [o.isLoading]: !!e }), children: [
|
|
7
7
|
/* @__PURE__ */ r(d, { className: o.modalWindowContentPage, children: a }),
|
|
@@ -2,12 +2,12 @@ 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-D3hUOusX.js";
|
|
5
|
-
const t = "
|
|
5
|
+
const t = "modalWindowHeader__d9dd20ea", s = {
|
|
6
6
|
modalWindowHeader: t
|
|
7
|
-
},
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
}, d = ({ className: o, children: a, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, o), ...r, type: i.FIRST, children: a });
|
|
8
|
+
d.Title = e.Title;
|
|
9
|
+
d.displayName = "ModalWindowHeader";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
d as ModalWindowHeader
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ModalWindowHeader.js.map
|
|
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as r, useRef as u, useEffect as h, useLayoutEffect as p } from "react";
|
|
3
3
|
import { u as g, i as W, j as a } from "../../../chunks/vendor-D3hUOusX.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-C7N9wjxW.js";
|
|
6
6
|
const s = "modalWindowViewManagerNodeId", z = () => {
|
|
7
7
|
const [d, c] = r(), [t, l] = r(), o = u(null), n = () => {
|
|
8
8
|
if (o.current) {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as m } from "react";
|
|
3
3
|
import { MultiselectFieldContext as c } from "../MultiselectFieldContext.js";
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
4
|
+
import { createSizeToClassNameMap as r } from "../../../utils/classNameMaps.js";
|
|
5
5
|
import { c as l } from "../../../chunks/vendor-D3hUOusX.js";
|
|
6
|
-
const
|
|
7
|
-
multiselectFieldContentWrapper:
|
|
6
|
+
const d = "multiselectFieldContentWrapper__bba73fd4", a = "multiselectFieldContent__843fc9e5", p = "sm__12b659d4", C = "md__6be0bb09", u = "lg__8ed061d9", e = {
|
|
7
|
+
multiselectFieldContentWrapper: d,
|
|
8
8
|
multiselectFieldContent: a,
|
|
9
9
|
sm: p,
|
|
10
10
|
md: C,
|
|
11
11
|
lg: u
|
|
12
|
-
}, F =
|
|
12
|
+
}, F = r(e), N = ({
|
|
13
13
|
children: s,
|
|
14
14
|
className: o,
|
|
15
15
|
...n
|
|
@@ -18,6 +18,6 @@ const r = "multiselectFieldContentWrapper__1a605972", a = "multiselectFieldConte
|
|
|
18
18
|
return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...n, children: /* @__PURE__ */ t("div", { tabIndex: -1, className: l(e.multiselectFieldContent, F[i]), children: s }) });
|
|
19
19
|
};
|
|
20
20
|
export {
|
|
21
|
-
|
|
21
|
+
N as MultiselectFieldDropdownContent
|
|
22
22
|
};
|
|
23
23
|
//# sourceMappingURL=MultiselectFieldDropdownContent.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
|
-
const i = "
|
|
3
|
+
const i = "multiselectFieldFooter__0e374149", c = {
|
|
4
4
|
multiselectFieldFooter: i
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
multiselectFieldHeader:
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
|
+
const c = "multiselectFieldHeader__24286c98", d = {
|
|
4
|
+
multiselectFieldHeader: c
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: l,
|
|
8
8
|
...t
|
|
9
|
-
}) => /* @__PURE__ */ s("div", { className: d
|
|
9
|
+
}) => /* @__PURE__ */ s("div", { className: i(d.multiselectFieldHeader, l), ...t, children: e });
|
|
10
10
|
export {
|
|
11
11
|
m as MultiselectFieldDropdownHeader
|
|
12
12
|
};
|
|
@@ -4,7 +4,7 @@ import { NotificationBody as d } from "./components/NotificationBody.js";
|
|
|
4
4
|
import { NotificationClose as p } from "./components/NotificationClose.js";
|
|
5
5
|
import { NotificationIcon as N } from "./components/NotificationIcon.js";
|
|
6
6
|
import { NotificationTime as x } from "./components/NotificationTime.js";
|
|
7
|
-
import { s as i } from "../../chunks/Notification.module-
|
|
7
|
+
import { s as i } from "../../chunks/Notification.module-ByRBfuR2.js";
|
|
8
8
|
const o = ((t) => {
|
|
9
9
|
const {
|
|
10
10
|
children: a,
|
|
@@ -24,7 +24,7 @@ const o = ((t) => {
|
|
|
24
24
|
role: "alertdialog",
|
|
25
25
|
className: c,
|
|
26
26
|
onClick: m,
|
|
27
|
-
"data-tx": "1.6.
|
|
27
|
+
"data-tx": "1.6.1",
|
|
28
28
|
children: a
|
|
29
29
|
}
|
|
30
30
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
|
|
3
|
-
import { s as e } from "../../chunks/Notification.module-
|
|
3
|
+
import { s as e } from "../../chunks/Notification.module-ByRBfuR2.js";
|
|
4
4
|
const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
|
|
5
5
|
o,
|
|
6
6
|
/* @__PURE__ */ r(t, {})
|
|
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
|
|
|
3
3
|
import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
|
|
4
4
|
import { NotificationFooter as e } from "./NotificationFooter.js";
|
|
5
5
|
import { NotificationBodyList as m } from "./NotificationBodyList.js";
|
|
6
|
-
import { s as f } from "../../../chunks/Notification.module-
|
|
6
|
+
import { s as f } from "../../../chunks/Notification.module-ByRBfuR2.js";
|
|
7
7
|
const o = ((t) => {
|
|
8
8
|
const { children: i } = t;
|
|
9
9
|
return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as i } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as i } from "../../../chunks/Notification.module-ByRBfuR2.js";
|
|
3
3
|
const n = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationBodyContent, children: o });
|
|
4
4
|
n.displayName = "NotificationBodyContent";
|
|
5
5
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
|
|
3
3
|
import "../../UnorderedList/UnorderedListItem.js";
|
|
4
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
4
|
+
import { s as a } from "../../../chunks/Notification.module-ByRBfuR2.js";
|
|
5
5
|
import { c as e } from "../../../chunks/vendor-D3hUOusX.js";
|
|
6
6
|
const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
|
|
7
7
|
c.displayName = "NotificationBodyList";
|
|
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
|
|
|
5
5
|
import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
|
|
6
6
|
import "../../Button/ButtonDropdown.js";
|
|
7
7
|
import "../../Button/ButtonDropdownExtended.js";
|
|
8
|
-
import { s as m } from "../../../chunks/Notification.module-
|
|
8
|
+
import { s as m } from "../../../chunks/Notification.module-ByRBfuR2.js";
|
|
9
9
|
const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
|
|
10
10
|
e.displayName = "NotificationClose";
|
|
11
11
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as i } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as i } from "../../../chunks/Notification.module-ByRBfuR2.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
|
|
4
4
|
s.displayName = "NotificationFooter";
|
|
5
5
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
|
-
import { s as o } from "../../../chunks/Notification.module-
|
|
3
|
+
import { s as o } from "../../../chunks/Notification.module-ByRBfuR2.js";
|
|
4
4
|
const m = () => /* @__PURE__ */ s("div", { children: [
|
|
5
5
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
|
|
6
6
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as a } from "../../../chunks/Notification.module-ByRBfuR2.js";
|
|
3
3
|
const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
|
|
4
4
|
t.displayName = "NotificationHeader";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-ByRBfuR2.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
|
|
4
4
|
s.displayName = "NotificationIcon";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-ByRBfuR2.js";
|
|
3
3
|
const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
|
|
4
4
|
s.displayName = "NotificationTime";
|
|
5
5
|
export {
|
|
@@ -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 { F as d } from "../../chunks/FormFieldInput-
|
|
9
|
+
import { F as d } from "../../chunks/FormFieldInput-BL8yYnKo.js";
|
|
10
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
12
12
|
import "../FormField/components/FormFieldPrefix.js";
|
|
@@ -2,15 +2,15 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { c as o } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { OrderedListItem as i } from "./OrderedListItem.js";
|
|
5
|
-
const
|
|
6
|
-
orderedList:
|
|
5
|
+
const m = "orderedList__88443ce3", a = {
|
|
6
|
+
orderedList: m
|
|
7
7
|
}, c = Object.assign(
|
|
8
|
-
d.forwardRef(({ className:
|
|
8
|
+
d.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ s(
|
|
9
9
|
"ol",
|
|
10
10
|
{
|
|
11
|
-
className: o(
|
|
12
|
-
...
|
|
13
|
-
"data-tx": "1.6.
|
|
11
|
+
className: o(a.orderedList, e),
|
|
12
|
+
...r,
|
|
13
|
+
"data-tx": "1.6.1",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|