@sberbusiness/triplex-next 0.14.0 → 0.14.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-w7bEDQkZ.js +39 -0
- package/chunks/{CalendarViewItem-BXB-l14w.js → CalendarViewItem-bjlzO6fA.js} +26 -26
- package/chunks/Card.module-BLsCGNSy.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +14 -0
- package/chunks/{Chip-CY6jm0GS.js → Chip-BjcDj2XE.js} +12 -12
- package/chunks/Confirm.module-CzudnAyq.js +15 -0
- package/chunks/{DropdownListItem-BsD2UckS.js → DropdownListItem-BByGOD7_.js} +13 -13
- package/chunks/DropdownMobile.module-DOLon8EA.js +23 -0
- package/chunks/Footer.module-BVFglVCT.js +9 -0
- package/chunks/{FormFieldInput-fdQkON04.js → FormFieldInput-CXE2lpa2.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +9 -0
- package/chunks/HeaderTabs.module-BD-cjJN0.js +9 -0
- package/chunks/{HeaderTitle.module-DcwCxesK.js → HeaderTitle.module-Aa8Ayziq.js} +2 -2
- package/chunks/IslandAccordion.module-DuBXHdTP.js +25 -0
- package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +9 -0
- package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +9 -0
- package/chunks/{LightBoxContent-3oHJFM6-.js → LightBoxContent-B5TEJXI-.js} +13 -13
- package/chunks/LightBoxControls.module-4BsaXW9O.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +8 -0
- package/chunks/{ListItemControlsButton-DQyZxkWl.js → ListItemControlsButton-BQWXaAf7.js} +13 -13
- package/chunks/ListItemTail.module-Dqje1Ta9.js +12 -0
- package/chunks/ListMasterFooter.module-CQ5ySLht.js +10 -0
- package/chunks/ModalWindow.module-BhRZeAo8.js +17 -0
- package/chunks/Notification.module-DwrRfWOt.js +21 -0
- package/chunks/Overlay.module-B6CO6ER3.js +18 -0
- package/chunks/Page.module-DkHondpd.js +11 -0
- package/chunks/{RightBorderArrow-NMZgNz0e.js → RightBorderArrow-BjcGiO4Y.js} +10 -10
- package/chunks/SMSField.module-CDTpuKgF.js +16 -0
- package/chunks/SliderExtendedMarks.module--4YyXPzu.js +15 -0
- package/chunks/{SliderExtendedRail-w5E8mOCQ.js → SliderExtendedRail-DHe0BU85.js} +2 -2
- package/chunks/StatusTracker.module-DkISSFNd.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Bu9hDMWX.js → SuggestFieldMobileDropdownHint-BM9lOqXe.js} +2 -2
- package/chunks/TableFooter.module-zu7cE58N.js +14 -0
- package/chunks/TabsExtended.module-CKJx5gTC.js +16 -0
- package/chunks/TabsLine.module-dWFH4Lb0.js +21 -0
- package/chunks/TooltipDesktop.module-8uJuXz2F.js +19 -0
- package/chunks/TreeView.module-CBWqJQ3g.js +9 -0
- package/chunks/{UploadZoneInput-DxpDQJSy.js → UploadZoneInput-DgPYo5Ct.js} +7 -7
- package/chunks/utils-D6gsTR6V.js +73 -0
- package/chunks/{utils-CXsSOP27.js → utils-DQttOWML.js} +5 -5
- package/chunks/utils-DXZkhXsb.js +24 -0
- package/chunks/utils-Ds7Etruz.js +20 -0
- package/chunks/{utils-H2e9tc3r.js → utils-QtOC5s-T.js} +7 -7
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +14 -14
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +29 -29
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +1 -1
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +16 -16
- 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 +4 -4
- package/components/Checkbox/Checkbox.js +8 -8
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +5 -5
- 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 +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +7 -7
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +4 -4
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.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 +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
- 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 +7 -7
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
- package/components/Dropdown/desktop/DropdownDesktop.js +14 -14
- 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 +1 -1
- 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 +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +20 -20
- 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 +23 -23
- package/components/FormField/components/FormFieldClear.js +4 -4
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +5 -5
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +1 -1
- 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 +5 -5
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +9 -9
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +16 -16
- 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 +22 -22
- 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 +5 -5
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +6 -6
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +5 -5
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +5 -5
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +5 -5
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +14 -14
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- 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 +8 -8
- 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/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +8 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +1 -1
- package/components/Radio/Radio.js +5 -5
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +5 -5
- 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 +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +17 -17
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- 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 +1 -1
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +19 -19
- package/components/SmallInput/SmallInput.js +4 -4
- 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 +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 +15 -15
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
- 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 +22 -22
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +12 -12
- 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 +9 -9
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +9 -9
- 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 +12 -12
- 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 +5 -5
- package/components/TopOverlay/TopOverlay.js +13 -13
- 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 +18 -18
- package/components/Typography/Text.js +10 -10
- package/components/Typography/Title.js +10 -10
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +8 -8
- package/components/UnorderedList/UnorderedListItem.js +5 -5
- 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 +534 -534
- package/chunks/AlertProcessSpoiler-Clc5Pcoq.js +0 -39
- package/chunks/Card.module-Cu7AW6wF.js +0 -17
- package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +0 -14
- package/chunks/Confirm.module-OZDQwZ76.js +0 -15
- package/chunks/DropdownMobile.module-DyAN0fdk.js +0 -23
- package/chunks/Footer.module-CNLRKuaO.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +0 -9
- package/chunks/HeaderTabs.module-bgwZzpN5.js +0 -9
- package/chunks/IslandAccordion.module-CkwZRvz0.js +0 -25
- package/chunks/IslandWidgetFooter.module-CRDSENKS.js +0 -9
- package/chunks/IslandWidgetHeader.module-CplPMePk.js +0 -9
- package/chunks/LightBoxControls.module-BiErhmuy.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +0 -8
- package/chunks/ListItemTail.module-BcXdd7Tg.js +0 -12
- package/chunks/ListMasterFooter.module-IIuFg261.js +0 -10
- package/chunks/ModalWindow.module-BxpQ7u7J.js +0 -17
- package/chunks/Notification.module-Dd05nJZX.js +0 -21
- package/chunks/Overlay.module-nyoFWXgt.js +0 -18
- package/chunks/Page.module-COesJT7Q.js +0 -11
- package/chunks/SMSField.module-CyHqtrvG.js +0 -16
- package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +0 -15
- package/chunks/StatusTracker.module-4qTM1xYQ.js +0 -24
- package/chunks/TableFooter.module-w1swDJka.js +0 -14
- package/chunks/TabsExtended.module-tx9R1r2s.js +0 -16
- package/chunks/TabsLine.module-DySAqOh5.js +0 -21
- package/chunks/TooltipDesktop.module-CVyAe5HN.js +0 -19
- package/chunks/TreeView.module-4qMoe0gI.js +0 -9
- package/chunks/utils-BqO-7PCm.js +0 -20
- package/chunks/utils-Clzm2Vel.js +0 -73
- package/chunks/utils-Dtu8f6BX.js +0 -24
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as B } from "react/jsx-runtime";
|
|
2
|
-
import G, { useState as M, useRef as
|
|
2
|
+
import G, { useState as M, useRef as A, useCallback as i, useEffect as y } from "react";
|
|
3
3
|
import { c as F } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { EDropdownAlignment as a, EDropdownDirection as D } from "../enums.js";
|
|
5
5
|
import { isKey as d } from "../../../utils/keyboard.js";
|
|
6
6
|
import { useToken as I } from "../../ThemeProvider/useToken.js";
|
|
7
7
|
import { EComponentSize as j } from "../../../enums/EComponentSize.js";
|
|
8
|
-
const K = "
|
|
8
|
+
const K = "dropdownDesktop__91257ec6", V = "dropdownDesktopOverflowHidden__88745acf", O = {
|
|
9
9
|
dropdownDesktop: K,
|
|
10
|
-
"dropdownDesktop-sm": "dropdownDesktop-
|
|
11
|
-
"dropdownDesktop-md": "dropdownDesktop-
|
|
12
|
-
"dropdownDesktop-lg": "dropdownDesktop-
|
|
10
|
+
"dropdownDesktop-sm": "dropdownDesktop-sm__b20d47ca",
|
|
11
|
+
"dropdownDesktop-md": "dropdownDesktop-md__0fa6f37c",
|
|
12
|
+
"dropdownDesktop-lg": "dropdownDesktop-lg__e2942366",
|
|
13
13
|
dropdownDesktopOverflowHidden: V
|
|
14
|
-
},
|
|
14
|
+
}, b = O.dropdownDesktopOverflowHidden, $ = G.forwardRef((P, p) => {
|
|
15
15
|
const {
|
|
16
16
|
alignment: m = a.AUTO,
|
|
17
17
|
children: g,
|
|
@@ -24,7 +24,7 @@ const K = "dropdownDesktop__5c96610c", V = "dropdownDesktopOverflowHidden__284eb
|
|
|
24
24
|
targetRef: _,
|
|
25
25
|
size: W = j.MD,
|
|
26
26
|
...R
|
|
27
|
-
} = P, { scopeClassName: S } = I(), [x, H] = M({ opacity: 0 }), s =
|
|
27
|
+
} = P, { scopeClassName: S } = I(), [x, H] = M({ opacity: 0 }), s = A(null), h = A({ height: 0, width: 0 }), U = F(O.dropdownDesktop, S, C, O[`dropdownDesktop-${W}`]), k = i(
|
|
28
28
|
(e) => {
|
|
29
29
|
var o;
|
|
30
30
|
(o = s.current) != null && o.contains(e.target) || e.preventDefault();
|
|
@@ -41,13 +41,13 @@ const K = "dropdownDesktop__5c96610c", V = "dropdownDesktopOverflowHidden__284eb
|
|
|
41
41
|
e ? (document.addEventListener("wheel", k, { passive: !1 }), document.addEventListener("keydown", E)) : (document.removeEventListener("wheel", k), document.removeEventListener("keydown", E));
|
|
42
42
|
},
|
|
43
43
|
[k, E]
|
|
44
|
-
),
|
|
44
|
+
), L = i(
|
|
45
45
|
(e, o, t) => {
|
|
46
46
|
const n = w ? t.width : Math.max(t.width, o.width);
|
|
47
47
|
m === a.AUTO ? t.right - n > 0 ? e.left = t.right - n : t.left + n < document.documentElement.clientWidth ? e.left = t.left : e.left = t.right - n : m === a.RIGHT ? e.left = t.right - n : m === a.LEFT && (e.left = t.left);
|
|
48
48
|
},
|
|
49
49
|
[m, w]
|
|
50
|
-
),
|
|
50
|
+
), T = i(
|
|
51
51
|
(e, o, t) => {
|
|
52
52
|
u === D.AUTO ? t.bottom + 4 + o.height < document.documentElement.clientHeight ? e.top = t.bottom + 4 : t.top - 4 - o.height > 0 ? e.bottom = document.documentElement.clientHeight - t.top + 4 : e.top = t.bottom + 4 : u === D.BOTTOM ? e.top = t.bottom + 4 : u === D.TOP && (e.bottom = document.documentElement.clientHeight - t.top + 4);
|
|
53
53
|
},
|
|
@@ -56,9 +56,9 @@ const K = "dropdownDesktop__5c96610c", V = "dropdownDesktopOverflowHidden__284eb
|
|
|
56
56
|
const { current: e } = s, { current: o } = _;
|
|
57
57
|
if (e && o) {
|
|
58
58
|
const t = e.getBoundingClientRect(), n = o.getBoundingClientRect(), c = {};
|
|
59
|
-
w ? c.width = n.width : c.minWidth = n.width,
|
|
59
|
+
w ? c.width = n.width : c.minWidth = n.width, T(c, t, n), L(c, t, n), h.current = { height: t.height, width: t.width }, H(c);
|
|
60
60
|
}
|
|
61
|
-
}, [_, w,
|
|
61
|
+
}, [_, w, T, L]);
|
|
62
62
|
y(() => {
|
|
63
63
|
f ? r() : (h.current = { height: 0, width: 0 }, H({ opacity: 0 }));
|
|
64
64
|
}, [f, r]), y(() => {
|
|
@@ -72,8 +72,8 @@ const K = "dropdownDesktop__5c96610c", V = "dropdownDesktopOverflowHidden__284eb
|
|
|
72
72
|
}, [r]);
|
|
73
73
|
y(() => {
|
|
74
74
|
if (f)
|
|
75
|
-
return document.addEventListener("scroll", l, !0), window.addEventListener("resize", l), v(!0), document.body.classList.add(
|
|
76
|
-
document.removeEventListener("scroll", l, !0), window.removeEventListener("resize", l), v(!1), document.body.classList.remove(
|
|
75
|
+
return document.addEventListener("scroll", l, !0), window.addEventListener("resize", l), v(!0), document.body.classList.add(b), l(), () => {
|
|
76
|
+
document.removeEventListener("scroll", l, !0), window.removeEventListener("resize", l), v(!1), document.body.classList.remove(b);
|
|
77
77
|
};
|
|
78
78
|
}, [f, l, v]);
|
|
79
79
|
const z = (e) => {
|
|
@@ -85,7 +85,7 @@ const K = "dropdownDesktop__5c96610c", V = "dropdownDesktopOverflowHidden__284eb
|
|
|
85
85
|
className: U,
|
|
86
86
|
style: { ...x, ...N },
|
|
87
87
|
...R,
|
|
88
|
-
"data-tx": "0.14.
|
|
88
|
+
"data-tx": "0.14.1",
|
|
89
89
|
ref: z,
|
|
90
90
|
children: g
|
|
91
91
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as y, jsx as h } from "react/jsx-runtime";
|
|
2
2
|
import l, { useContext as B, useRef as b, useState as z, useEffect as f } from "react";
|
|
3
3
|
import { c as _ } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
import { s as C, D as x } from "../../../chunks/DropdownListItem-
|
|
4
|
+
import { s as C, D as x } from "../../../chunks/DropdownListItem-BByGOD7_.js";
|
|
5
5
|
import { EVENT_KEY_CODES as w } from "../../../utils/keyboard.js";
|
|
6
6
|
import { DropdownListContext as V } from "../DropdownListContext.js";
|
|
7
7
|
import { LoaderSmall as W } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../../../utils/keyboard.js";
|
|
4
4
|
import "../../../chunks/vendor-CalMVkfj.js";
|
|
5
5
|
import "../../NotificationIcon/NotificationIcon.js";
|
|
6
|
-
import { D as s } from "../../../chunks/DropdownListItem-
|
|
6
|
+
import { D as s } from "../../../chunks/DropdownListItem-BByGOD7_.js";
|
|
7
7
|
export {
|
|
8
8
|
s as DropdownListItem
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DropdownDesktop as p } from "./DropdownDesktop.js";
|
|
2
2
|
import { DropdownList as e } from "./DropdownList.js";
|
|
3
|
-
import { D as m } from "../../../chunks/DropdownListItem-
|
|
3
|
+
import { D as m } from "../../../chunks/DropdownListItem-BByGOD7_.js";
|
|
4
4
|
export {
|
|
5
5
|
p as DropdownDesktop,
|
|
6
6
|
e as DropdownList,
|
|
@@ -2,7 +2,7 @@ import { Dropdown as e } from "./Dropdown.js";
|
|
|
2
2
|
import { DropdownListContext as t } from "./DropdownListContext.js";
|
|
3
3
|
import { DropdownDesktop as d } from "./desktop/DropdownDesktop.js";
|
|
4
4
|
import { DropdownList as i } from "./desktop/DropdownList.js";
|
|
5
|
-
import { D as w } from "../../chunks/DropdownListItem-
|
|
5
|
+
import { D as w } from "../../chunks/DropdownListItem-BByGOD7_.js";
|
|
6
6
|
import { DropdownMobile as f } from "./mobile/DropdownMobile.js";
|
|
7
7
|
import { DropdownMobileBody as b } from "./mobile/DropdownMobileBody.js";
|
|
8
8
|
import { DropdownMobileClose as s } from "./mobile/DropdownMobileClose.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import m, { useEffect as a } from "react";
|
|
3
3
|
import { OverlayBase as n, EOverlayDirection as c } from "../../Overlay/OverlayBase.js";
|
|
4
4
|
import { DropdownMobileInner as f } from "./DropdownMobileInner.js";
|
|
5
|
-
import { s as p } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { s as p } from "../../../chunks/DropdownMobile.module-DOLon8EA.js";
|
|
6
6
|
const r = p.dropdownMobileBodyOverflow, y = m.forwardRef(
|
|
7
7
|
({ children: t, opened: o, setOpened: s, ...d }, i) => (a(() => (o ? document.body.classList.add(r) : document.body.classList.remove(r), () => document.body.classList.remove(r)), [o]), /* @__PURE__ */ e(n, { setOpened: s, opened: o, direction: c.BOTTOM, children: (l) => /* @__PURE__ */ e(
|
|
8
8
|
f,
|
|
@@ -10,7 +10,7 @@ const r = p.dropdownMobileBodyOverflow, y = m.forwardRef(
|
|
|
10
10
|
...l,
|
|
11
11
|
...d,
|
|
12
12
|
ref: i,
|
|
13
|
-
"data-tx": "0.14.
|
|
13
|
+
"data-tx": "0.14.1",
|
|
14
14
|
children: t
|
|
15
15
|
}
|
|
16
16
|
) }))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as d } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-DOLon8EA.js";
|
|
5
5
|
const p = t.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, e) => /* @__PURE__ */ m("div", { className: d(i.dropdownMobileContent, r), ref: e, ...s, children: o })
|
|
7
7
|
);
|
|
@@ -3,7 +3,7 @@ import t from "react";
|
|
|
3
3
|
import { ButtonIcon as m } from "../../Button/ButtonIcon.js";
|
|
4
4
|
import { CrossStrokeSrvIcon16 as l } from "@sberbusiness/icons-next";
|
|
5
5
|
import { c as p } from "../../../chunks/vendor-CalMVkfj.js";
|
|
6
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
6
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-DOLon8EA.js";
|
|
7
7
|
const a = t.forwardRef(
|
|
8
8
|
({ className: r, ...e }, s) => /* @__PURE__ */ o(m, { className: p(i.dropdownMobileClose, r), ref: s, ...e, children: /* @__PURE__ */ o(l, { paletteIndex: 5 }) })
|
|
9
9
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as i } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
import { s as p } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as p } from "../../../chunks/DropdownMobile.module-DOLon8EA.js";
|
|
5
5
|
const a = m.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...e }, s) => /* @__PURE__ */ t("div", { className: i(p.dropdownMobileFooter, r), ref: s, ...e, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
import { s as o } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as o } from "../../../chunks/DropdownMobile.module-DOLon8EA.js";
|
|
5
5
|
const n = t.forwardRef(
|
|
6
6
|
({ children: r, className: s, controlButtons: d, ...a }, i) => /* @__PURE__ */ l("div", { className: m(o.dropdownMobileHeader, s), ref: i, ...a, children: [
|
|
7
7
|
/* @__PURE__ */ e("div", { className: o.dropdownMobileHeaderContent, children: r }),
|
|
@@ -2,7 +2,7 @@ import { jsxs as j, jsx as c } from "react/jsx-runtime";
|
|
|
2
2
|
import y, { useState as l, useEffect as d } from "react";
|
|
3
3
|
import { c as n } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { useToken as B } from "../../ThemeProvider/useToken.js";
|
|
5
|
-
import { s as e } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { s as e } from "../../../chunks/DropdownMobile.module-DOLon8EA.js";
|
|
6
6
|
const C = y.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: m,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
3
|
import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
const d = "
|
|
4
|
+
const d = "dropdownMobileInput__c043e4cc", i = {
|
|
5
5
|
dropdownMobileInput: d
|
|
6
6
|
}, s = r.forwardRef(
|
|
7
7
|
({ className: o, ...p }, n) => /* @__PURE__ */ t("input", { className: e(i.dropdownMobileInput, o), ...p, ref: n })
|
|
@@ -6,7 +6,7 @@ import { LoaderSmall as f } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
|
6
6
|
import { ELoaderSmallTheme as c } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
8
|
import { EComponentSize as L } from "../../../enums/EComponentSize.js";
|
|
9
|
-
import { s as r } from "../../../chunks/DropdownMobile.module-
|
|
9
|
+
import { s as r } from "../../../chunks/DropdownMobile.module-DOLon8EA.js";
|
|
10
10
|
const b = p.forwardRef(
|
|
11
11
|
({ children: e, className: i, loading: m, ...t }, s) => {
|
|
12
12
|
const d = () => /* @__PURE__ */ o(n, { id: "dropdown-mobile-list-loader-item", children: /* @__PURE__ */ o(
|
|
@@ -3,7 +3,7 @@ import x from "react";
|
|
|
3
3
|
import { c } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { Text as I } from "../../Typography/Text.js";
|
|
5
5
|
import { ETextSize as w } from "../../Typography/enums.js";
|
|
6
|
-
import { s as r } from "../../../chunks/DropdownMobile.module-
|
|
6
|
+
import { s as r } from "../../../chunks/DropdownMobile.module-DOLon8EA.js";
|
|
7
7
|
import { NotificationIcon as N } from "../../NotificationIcon/NotificationIcon.js";
|
|
8
8
|
const b = x.forwardRef(
|
|
9
9
|
({ children: o, className: m, id: y, onClick: t, onSelect: i, selected: s, showNotificationIcon: a, ...e }, p) => {
|
|
@@ -4,7 +4,7 @@ import { LoaderSmall as t } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
|
4
4
|
import { ELoaderSmallTheme as i } from "../../Loader/LoaderSmall/enum.js";
|
|
5
5
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
6
6
|
import { EComponentSize as p } from "../../../enums/EComponentSize.js";
|
|
7
|
-
import { s } from "../../../chunks/DropdownMobile.module-
|
|
7
|
+
import { s } from "../../../chunks/DropdownMobile.module-DOLon8EA.js";
|
|
8
8
|
const S = ({ className: o, ...r }) => /* @__PURE__ */ m(
|
|
9
9
|
t,
|
|
10
10
|
{
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { c as d } from "../../../chunks/vendor-CalMVkfj.js";
|
|
3
3
|
import { FormFieldMaskedInput as o } from "../../FormField/components/FormFieldMaskedInput.js";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "dropdownMobileMaskedInput__1f1f3508", r = {
|
|
5
5
|
dropdownMobileMaskedInput: t
|
|
6
|
-
}, n = ({ className:
|
|
6
|
+
}, n = ({ className: s, ...e }) => /* @__PURE__ */ p(o, { className: d(r.dropdownMobileMaskedInput, s), ...e });
|
|
7
7
|
n.presets = o.presets;
|
|
8
8
|
export {
|
|
9
9
|
n as DropdownMobileMaskedInput
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "ellipsisLineClamp__1c6e4362", r = "oneLine__349736f7", e = {
|
|
5
5
|
ellipsisLineClamp: c,
|
|
6
6
|
oneLine: r
|
|
7
|
-
},
|
|
7
|
+
}, L = t.forwardRef(
|
|
8
8
|
({ children: i, maxLines: s, className: l, ...n }, o) => {
|
|
9
9
|
const p = m(e.ellipsisLineClamp, { [e.oneLine]: s === 1 }, l);
|
|
10
10
|
return /* @__PURE__ */ a(
|
|
@@ -13,15 +13,15 @@ const c = "ellipsisLineClamp__0dfe7cf4", r = "oneLine__5de48a39", e = {
|
|
|
13
13
|
className: p,
|
|
14
14
|
style: { "--ellipsis-line-clamp": s },
|
|
15
15
|
...n,
|
|
16
|
-
"data-tx": "0.14.
|
|
16
|
+
"data-tx": "0.14.1",
|
|
17
17
|
ref: o,
|
|
18
18
|
children: i
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
L.displayName = "Ellipsis";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
L as Ellipsis
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=Ellipsis.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { z as
|
|
4
|
-
const z = "
|
|
2
|
+
import N, { useRef as y } from "react";
|
|
3
|
+
import { z as U, c as j } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
const z = "expandAnimation__02754bab", F = {
|
|
5
5
|
expandAnimation: z
|
|
6
|
-
}, I = 300, L =
|
|
6
|
+
}, I = 300, L = N.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: A,
|
|
9
9
|
className: E,
|
|
10
10
|
expanded: v,
|
|
11
11
|
animationTime: f = I,
|
|
12
12
|
style: R,
|
|
13
|
-
onStart:
|
|
13
|
+
onStart: d,
|
|
14
14
|
onEnd: h,
|
|
15
15
|
transitionProps: e,
|
|
16
16
|
...w
|
|
@@ -21,32 +21,32 @@ const z = "expandAnimation__dde651aa", F = {
|
|
|
21
21
|
exiting: { height: 0, overflow: "hidden" },
|
|
22
22
|
exited: { height: 0, overflow: "hidden", visibility: "hidden" },
|
|
23
23
|
unmounted: {}
|
|
24
|
-
}),
|
|
24
|
+
}), l = y(null), b = (c) => {
|
|
25
25
|
var u;
|
|
26
|
-
|
|
27
|
-
},
|
|
26
|
+
l.current && (m.current.entering.height = l.current.scrollHeight), d == null || d(), (u = e == null ? void 0 : e.onEnter) == null || u.call(e, c);
|
|
27
|
+
}, H = (c) => {
|
|
28
28
|
var u;
|
|
29
29
|
h == null || h(), (u = e == null ? void 0 : e.onEntered) == null || u.call(e, c);
|
|
30
|
-
},
|
|
30
|
+
}, T = () => {
|
|
31
31
|
var c;
|
|
32
|
-
|
|
33
|
-
},
|
|
32
|
+
l.current && (l.current.style.height = l.current.scrollHeight + "px", l.current.scrollHeight), d == null || d(), (c = e == null ? void 0 : e.onExit) == null || c.call(e);
|
|
33
|
+
}, _ = () => {
|
|
34
34
|
var c;
|
|
35
35
|
h == null || h(), (c = e == null ? void 0 : e.onExited) == null || c.call(e);
|
|
36
|
-
},
|
|
37
|
-
|
|
36
|
+
}, D = (c) => {
|
|
37
|
+
l.current = c, typeof x == "function" ? x(c) : x && (x.current = c);
|
|
38
38
|
};
|
|
39
39
|
return /* @__PURE__ */ g(
|
|
40
|
-
|
|
40
|
+
U,
|
|
41
41
|
{
|
|
42
42
|
in: v,
|
|
43
43
|
timeout: f,
|
|
44
|
-
nodeRef:
|
|
44
|
+
nodeRef: l,
|
|
45
45
|
...e,
|
|
46
|
-
onEnter:
|
|
47
|
-
onEntered:
|
|
48
|
-
onExit:
|
|
49
|
-
onExited:
|
|
46
|
+
onEnter: b,
|
|
47
|
+
onEntered: H,
|
|
48
|
+
onExit: T,
|
|
49
|
+
onExited: _,
|
|
50
50
|
children: (c) => /* @__PURE__ */ g(
|
|
51
51
|
"div",
|
|
52
52
|
{
|
|
@@ -57,7 +57,7 @@ const z = "expandAnimation__dde651aa", F = {
|
|
|
57
57
|
...R
|
|
58
58
|
},
|
|
59
59
|
...w,
|
|
60
|
-
ref:
|
|
60
|
+
ref: D,
|
|
61
61
|
children: A
|
|
62
62
|
}
|
|
63
63
|
)
|
|
@@ -5,7 +5,7 @@ import "./components/FooterDescriptionControls.js";
|
|
|
5
5
|
import "./components/FooterDescriptionContent.js";
|
|
6
6
|
const p = Object.assign(
|
|
7
7
|
e.forwardRef(function({ children: o, ...r }, t) {
|
|
8
|
-
return /* @__PURE__ */ i("div", { ...r, "data-tx": "0.14.
|
|
8
|
+
return /* @__PURE__ */ i("div", { ...r, "data-tx": "0.14.1", ref: t, children: o });
|
|
9
9
|
}),
|
|
10
10
|
{
|
|
11
11
|
Description: m
|
|
@@ -3,7 +3,7 @@ import s from "react";
|
|
|
3
3
|
import { FooterDescriptionContent as n } from "./FooterDescriptionContent.js";
|
|
4
4
|
import { FooterDescriptionControls as m } from "./FooterDescriptionControls.js";
|
|
5
5
|
import { c as p } from "../../../chunks/vendor-CalMVkfj.js";
|
|
6
|
-
import { s as c } from "../../../chunks/Footer.module-
|
|
6
|
+
import { s as c } from "../../../chunks/Footer.module-BVFglVCT.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
s.forwardRef(function({ children: o, className: r, ...t }, e) {
|
|
9
9
|
return /* @__PURE__ */ i("div", { className: p(c.footerDescription, r), ...t, ref: e, children: o });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
import { s as n } from "../../../chunks/Footer.module-
|
|
4
|
+
import { s as n } from "../../../chunks/Footer.module-BVFglVCT.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: o, className: t, ...r }, e) => /* @__PURE__ */ s("div", { className: m(n.footerDescriptionContent, t), ...r, ref: e, 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 m } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
import { s as p } from "../../../chunks/Footer.module-
|
|
4
|
+
import { s as p } from "../../../chunks/Footer.module-BVFglVCT.js";
|
|
5
5
|
const a = i.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(p.footerDescriptionControls, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import { useState as t } from "react";
|
|
3
3
|
import { c as C } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { FormFieldContext as S } from "./FormFieldContext.js";
|
|
5
5
|
import { TARGET_PADDING_X_DEFAULT as _ } from "./consts.js";
|
|
6
6
|
import { EFormFieldStatus as s } from "./enums.js";
|
|
7
7
|
import { EComponentSize as W } from "../../enums/EComponentSize.js";
|
|
8
8
|
import { createSizeToClassNameMap as w } from "../../utils/classNameMaps.js";
|
|
9
|
-
const G = "
|
|
9
|
+
const G = "formField__b4b98094", I = "disabled__e741afb1", L = "active__065e37ce", P = "error__3159dee4", U = "warning__a0e2e410", y = "sm__6024f80b", z = "md__71d9ec8d", j = "lg__67a1e04d", e = {
|
|
10
10
|
formField: G,
|
|
11
|
-
default: "
|
|
11
|
+
default: "default__587cba61",
|
|
12
12
|
disabled: I,
|
|
13
13
|
active: L,
|
|
14
14
|
error: P,
|
|
@@ -17,35 +17,35 @@ const G = "formField__c5bf9feb", I = "disabled__df7314e9", L = "active__e011ab0c
|
|
|
17
17
|
md: z,
|
|
18
18
|
lg: j
|
|
19
19
|
}, B = {
|
|
20
|
-
[s.DEFAULT]:
|
|
21
|
-
[s.DISABLED]:
|
|
22
|
-
[s.ERROR]:
|
|
23
|
-
[s.WARNING]:
|
|
24
|
-
}, H = w(
|
|
20
|
+
[s.DEFAULT]: e.default,
|
|
21
|
+
[s.DISABLED]: e.disabled,
|
|
22
|
+
[s.ERROR]: e.error,
|
|
23
|
+
[s.WARNING]: e.warning
|
|
24
|
+
}, H = w(e), Y = ({
|
|
25
25
|
children: p,
|
|
26
26
|
className: F,
|
|
27
|
-
status:
|
|
27
|
+
status: a = s.DEFAULT,
|
|
28
28
|
onMouseEnter: o,
|
|
29
29
|
onMouseLeave: r,
|
|
30
30
|
style: x,
|
|
31
31
|
size: d = W.LG,
|
|
32
32
|
...g
|
|
33
33
|
}) => {
|
|
34
|
-
const [c, b] =
|
|
35
|
-
l(!0), o == null || o(
|
|
36
|
-
}, R = (
|
|
37
|
-
l(!1), r == null || r(
|
|
34
|
+
const [c, b] = t(!1), [h, l] = t(!1), [u, v] = t(""), [m, E] = t(_), [n, T] = t(_), [A, D] = t(!1), N = (i) => {
|
|
35
|
+
l(!0), o == null || o(i);
|
|
36
|
+
}, R = (i) => {
|
|
37
|
+
l(!1), r == null || r(i);
|
|
38
38
|
};
|
|
39
|
-
return /* @__PURE__ */
|
|
39
|
+
return /* @__PURE__ */ f(
|
|
40
40
|
S.Provider,
|
|
41
41
|
{
|
|
42
42
|
value: {
|
|
43
|
-
status:
|
|
43
|
+
status: a,
|
|
44
44
|
focused: c,
|
|
45
45
|
hovered: h,
|
|
46
46
|
id: u,
|
|
47
47
|
postfixWidth: m,
|
|
48
|
-
prefixWidth:
|
|
48
|
+
prefixWidth: n,
|
|
49
49
|
setFocused: b,
|
|
50
50
|
setId: v,
|
|
51
51
|
setPostfixWidth: E,
|
|
@@ -54,22 +54,22 @@ const G = "formField__c5bf9feb", I = "disabled__df7314e9", L = "active__e011ab0c
|
|
|
54
54
|
valueExist: A,
|
|
55
55
|
size: d
|
|
56
56
|
},
|
|
57
|
-
children: /* @__PURE__ */
|
|
57
|
+
children: /* @__PURE__ */ f(
|
|
58
58
|
"div",
|
|
59
59
|
{
|
|
60
60
|
className: C(
|
|
61
|
-
|
|
61
|
+
e.formField,
|
|
62
62
|
H[d],
|
|
63
|
-
B[
|
|
63
|
+
B[a],
|
|
64
64
|
{
|
|
65
|
-
[
|
|
65
|
+
[e.active]: c
|
|
66
66
|
},
|
|
67
67
|
F
|
|
68
68
|
),
|
|
69
69
|
onMouseEnter: N,
|
|
70
70
|
onMouseLeave: R,
|
|
71
|
-
"data-tx": "0.14.
|
|
72
|
-
style: { paddingLeft:
|
|
71
|
+
"data-tx": "0.14.1",
|
|
72
|
+
style: { paddingLeft: n, paddingRight: m, ...x },
|
|
73
73
|
...g,
|
|
74
74
|
children: p
|
|
75
75
|
}
|
|
@@ -5,20 +5,20 @@ import { CrossStrokeSrvIcon16 as h } from "@sberbusiness/icons-next";
|
|
|
5
5
|
import { FormFieldContext as C } from "../FormFieldContext.js";
|
|
6
6
|
import { EFormFieldStatus as u } from "../enums.js";
|
|
7
7
|
import { ButtonIcon as x } from "../../Button/ButtonIcon.js";
|
|
8
|
-
const v = "
|
|
8
|
+
const v = "formFieldClear__dc5f4610", I = "hidden__8f0e954b", t = {
|
|
9
9
|
formFieldClear: v,
|
|
10
10
|
hidden: I
|
|
11
11
|
}, S = n.forwardRef(
|
|
12
12
|
({ className: l, onMouseDown: e, ...d }, m) => {
|
|
13
|
-
const { status: s, focused: a, hovered: i, valueExist:
|
|
13
|
+
const { status: s, focused: a, hovered: i, valueExist: c } = F(C), f = p(
|
|
14
14
|
t.formFieldClear,
|
|
15
15
|
"hoverable",
|
|
16
16
|
{
|
|
17
|
-
[t.hidden]: !
|
|
17
|
+
[t.hidden]: !c || s === u.DISABLED || !(a || i)
|
|
18
18
|
},
|
|
19
19
|
l
|
|
20
20
|
);
|
|
21
|
-
return /* @__PURE__ */ o(x, { className:
|
|
21
|
+
return /* @__PURE__ */ o(x, { className: f, onMouseDown: (r) => {
|
|
22
22
|
r.preventDefault(), e == null || e(r);
|
|
23
23
|
}, ...d, ref: m, children: /* @__PURE__ */ o(h, { paletteIndex: 5 }) });
|
|
24
24
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as i, useEffect as m } from "react";
|
|
3
3
|
import { FormFieldDescriptionContext as n } from "../FormFieldDescriptionContext.js";
|
|
4
|
-
const s = "
|
|
4
|
+
const s = "formFieldCounter__f2e36b0a", u = {
|
|
5
5
|
formFieldCounter: s
|
|
6
|
-
},
|
|
6
|
+
}, f = ({ children: e, ...o }) => {
|
|
7
7
|
const { setWithCounter: t } = i(n);
|
|
8
8
|
return m(() => {
|
|
9
9
|
t(!0);
|
|
10
|
-
}, []), /* @__PURE__ */ r("div", { className: u.formFieldCounter, ...
|
|
10
|
+
}, []), /* @__PURE__ */ r("div", { className: u.formFieldCounter, ...o, children: e });
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
f.displayName = "FormFieldCounter";
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
f as FormFieldCounter
|
|
15
15
|
};
|
|
16
16
|
//# sourceMappingURL=FormFieldCounter.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as n } from "react";
|
|
3
|
-
import { c } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
import { FormFieldDescriptionContext as
|
|
5
|
-
const l = "
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
import { FormFieldDescriptionContext as c } from "../FormFieldDescriptionContext.js";
|
|
5
|
+
const l = "formFieldDescription__f4be74ba", p = "withCounter__e74d27f3", e = {
|
|
6
6
|
formFieldDescription: l,
|
|
7
7
|
withCounter: p
|
|
8
|
-
}, d = ({ children:
|
|
8
|
+
}, d = ({ children: i, ...r }) => {
|
|
9
9
|
const [o, s] = n(!1);
|
|
10
|
-
return /* @__PURE__ */ t(
|
|
10
|
+
return /* @__PURE__ */ t(c.Provider, { value: { withCounter: o, setWithCounter: s }, children: /* @__PURE__ */ t("div", { className: m(e.formFieldDescription, { [e.withCounter]: o }), ...r, children: i }) });
|
|
11
11
|
};
|
|
12
12
|
d.displayName = "FormFieldDescription";
|
|
13
13
|
export {
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../FormFieldContext.js";
|
|
4
4
|
import "../../../chunks/vendor-CalMVkfj.js";
|
|
5
|
-
import { F as a } from "../../../chunks/FormFieldInput-
|
|
5
|
+
import { F as a } from "../../../chunks/FormFieldInput-CXE2lpa2.js";
|
|
6
6
|
import "../enums.js";
|
|
7
7
|
import "../../../utils/classNameMaps.js";
|
|
8
8
|
export {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import p, { useContext as T, useState as g, useEffect as E } from "react";
|
|
3
3
|
import { FormFieldContext as h } from "../FormFieldContext.js";
|
|
4
|
-
import { TARGET_PADDING_X_DEFAULT as
|
|
4
|
+
import { TARGET_PADDING_X_DEFAULT as d } from "../consts.js";
|
|
5
5
|
import { m as D, c as N } from "../../../chunks/vendor-CalMVkfj.js";
|
|
6
6
|
import { EFormFieldStatus as y } from "../enums.js";
|
|
7
|
-
const A = "
|
|
7
|
+
const A = "formFieldLabel__0a1eb26b", R = "floating__b41be358", S = "formFieldLabelText__bed0a263", C = "disabled__e741afb1", s = {
|
|
8
8
|
formFieldLabel: A,
|
|
9
|
-
"size-sm": "size-
|
|
10
|
-
"size-md": "size-
|
|
11
|
-
"size-lg": "size-
|
|
9
|
+
"size-sm": "size-sm__e38e4cfb",
|
|
10
|
+
"size-md": "size-md__c398aa65",
|
|
11
|
+
"size-lg": "size-lg__fa0f795e",
|
|
12
12
|
floating: R,
|
|
13
13
|
formFieldLabelText: S,
|
|
14
14
|
disabled: C
|
|
15
15
|
}, G = p.forwardRef(
|
|
16
|
-
({ children: f, className: r, style:
|
|
16
|
+
({ children: f, className: r, style: b, floating: e, ...c }, n) => {
|
|
17
17
|
const { status: F, focused: t, id: _, prefixWidth: L, postfixWidth: x, size: i, valueExist: a } = T(h), [l, o] = g(!1);
|
|
18
18
|
E(() => {
|
|
19
19
|
!D(e) && e !== l ? o(e) : e !== l && o(t || a);
|
|
@@ -28,12 +28,12 @@ const A = "formFieldLabel__77e3646c", R = "floating__5a1ed3f0", S = "formFieldLa
|
|
|
28
28
|
r
|
|
29
29
|
), z = {
|
|
30
30
|
// Левая позиция элемента. Когда label по-середине инпута, позиция учитывает иконки по краям, когда сверху, позиция на все ширину поля ввода.
|
|
31
|
-
left: L ||
|
|
31
|
+
left: L || d,
|
|
32
32
|
// Правая позиция элемента. Когда label по-середине инпута, позиция учитывает иконки по краям, когда сверху, позиция на все ширину поля ввода.
|
|
33
|
-
right: x ||
|
|
34
|
-
...
|
|
33
|
+
right: x || d,
|
|
34
|
+
...b
|
|
35
35
|
};
|
|
36
|
-
return /* @__PURE__ */
|
|
36
|
+
return /* @__PURE__ */ m("label", { className: u, ref: n, htmlFor: _, ...c, style: z, children: /* @__PURE__ */ m("span", { className: s.formFieldLabelText, children: f }) });
|
|
37
37
|
}
|
|
38
38
|
);
|
|
39
39
|
G.displayName = "FormFieldLabel";
|