@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
|
@@ -5,9 +5,9 @@ import "../Typography/Title.js";
|
|
|
5
5
|
import { Text as i } from "../Typography/Text.js";
|
|
6
6
|
import "../Typography/Caption.js";
|
|
7
7
|
import { ETextSize as d } from "../Typography/enums.js";
|
|
8
|
-
const a = "
|
|
8
|
+
const a = "orderedListItem__c1a21052", p = {
|
|
9
9
|
orderedListItem: a
|
|
10
|
-
},
|
|
10
|
+
}, c = m.forwardRef(
|
|
11
11
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
12
12
|
i,
|
|
13
13
|
{
|
|
@@ -15,13 +15,13 @@ const a = "orderedListItem__d0a3725f", p = {
|
|
|
15
15
|
size: d.B3,
|
|
16
16
|
tag: "li",
|
|
17
17
|
...e,
|
|
18
|
-
"data-tx": "0.14.
|
|
18
|
+
"data-tx": "0.14.1",
|
|
19
19
|
ref: r
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
c.displayName = "OrderedListItem";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
c as OrderedListItem
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=OrderedListItem.js.map
|
|
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-CalMVkfj.js";
|
|
|
4
4
|
import { OverlayBase as k } from "./OverlayBase.js";
|
|
5
5
|
import { OverlayMask as B } from "./OverlayMask.js";
|
|
6
6
|
import { OverlayPanel as M } from "./OverlayPanel.js";
|
|
7
|
-
import { s as r } from "../../chunks/Overlay.module-
|
|
7
|
+
import { s as r } from "../../chunks/Overlay.module-B6CO6ER3.js";
|
|
8
8
|
const s = ({
|
|
9
9
|
children: o,
|
|
10
10
|
className: i,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as t } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-B6CO6ER3.js";
|
|
5
5
|
const p = l.forwardRef(({ className: r, opened: s, ...o }, e) => /* @__PURE__ */ m(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as P } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { EOverlayDirection as a } from "./OverlayBase.js";
|
|
5
|
-
import { s as e } from "../../chunks/Overlay.module-
|
|
5
|
+
import { s as e } from "../../chunks/Overlay.module-B6CO6ER3.js";
|
|
6
6
|
const T = n.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: s,
|
package/components/Page/Page.js
CHANGED
|
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-CalMVkfj.js";
|
|
|
4
4
|
import { BodyPage as p } from "./components/BodyPage.js";
|
|
5
5
|
import { HeaderPage as f } from "./components/HeaderPage.js";
|
|
6
6
|
import { FooterPage as g } from "./components/FooterPage.js";
|
|
7
|
-
import { s as o } from "../../chunks/Page.module-
|
|
7
|
+
import { s as o } from "../../chunks/Page.module-DkHondpd.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const c = Object.assign(
|
|
10
10
|
s.forwardRef(function({ children: r, className: e, ...a }, m) {
|
|
@@ -5,17 +5,17 @@ import { c as d } from "../../../chunks/vendor-CalMVkfj.js";
|
|
|
5
5
|
import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
|
|
6
6
|
import { Island as p } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as M } from "../../Island/enums.js";
|
|
8
|
-
const
|
|
9
|
-
bodyPage:
|
|
10
|
-
verticalMargin24:
|
|
8
|
+
const P = "bodyPage__bc1138c2", f = "verticalMargin24__9b731cf5", v = "verticalMargin16__43e0b4dc", o = {
|
|
9
|
+
bodyPage: P,
|
|
10
|
+
verticalMargin24: f,
|
|
11
11
|
verticalMargin16: v
|
|
12
12
|
}, b = {
|
|
13
|
-
[r.LARGE]:
|
|
14
|
-
[r.SMALL]:
|
|
13
|
+
[r.LARGE]: o.verticalMargin24,
|
|
14
|
+
[r.SMALL]: o.verticalMargin16
|
|
15
15
|
}, _ = m.forwardRef(
|
|
16
|
-
({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...
|
|
17
|
-
const t = d(s,
|
|
18
|
-
return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...
|
|
16
|
+
({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
|
|
17
|
+
const t = d(s, o.bodyPage, b[g]);
|
|
18
|
+
return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
_.displayName = "BodyPage";
|
|
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
|
|
|
9
9
|
import "../../Island/components/IslandBody.js";
|
|
10
10
|
import "../../Island/components/IslandHeader.js";
|
|
11
11
|
import "../../Island/components/IslandFooter.js";
|
|
12
|
-
import { s as n } from "../../../chunks/Page.module-
|
|
12
|
+
import { s as n } from "../../../chunks/Page.module-DkHondpd.js";
|
|
13
13
|
const N = Object.assign(
|
|
14
14
|
R.forwardRef(
|
|
15
15
|
({ className: m, type: r, size: a, sticky: p, ...f }, o) => {
|
|
@@ -6,7 +6,7 @@ import { c as l } from "../../../chunks/vendor-CalMVkfj.js";
|
|
|
6
6
|
import { Island as S } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as y } from "../../Island/enums.js";
|
|
8
8
|
import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
|
|
9
|
-
import { s as i } from "../../../chunks/Page.module-
|
|
9
|
+
import { s as i } from "../../../chunks/Page.module-DkHondpd.js";
|
|
10
10
|
const C = Object.assign(
|
|
11
11
|
T.forwardRef(
|
|
12
12
|
({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
import
|
|
4
|
-
const r = "
|
|
2
|
+
import { c as d } from "../../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
import i from "react";
|
|
4
|
+
const r = "paginationExtended__44814d0e", s = {
|
|
5
5
|
paginationExtended: r
|
|
6
|
-
}, x =
|
|
6
|
+
}, x = i.forwardRef(
|
|
7
7
|
({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
|
|
8
8
|
"nav",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
11
|
-
"data-tx": "0.14.
|
|
10
|
+
className: d(s.paginationExtended, n),
|
|
11
|
+
"data-tx": "0.14.1",
|
|
12
12
|
...a,
|
|
13
13
|
ref: e,
|
|
14
14
|
children: t
|
|
@@ -4,10 +4,10 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
|
|
|
4
4
|
import { EButtonIconShape as m } from "../../Button/enums.js";
|
|
5
5
|
import { EPaginationNavigationIconDirection as s } from "../enums.js";
|
|
6
6
|
import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
|
|
7
|
-
const g = "
|
|
7
|
+
const g = "paginationNavigationButton__cdd8b9db", N = "directionIconNext__208e979e", n = {
|
|
8
8
|
paginationNavigationButton: g,
|
|
9
9
|
directionIconNext: N
|
|
10
|
-
},
|
|
10
|
+
}, d = c.forwardRef(
|
|
11
11
|
({ direction: i, ...a }, e) => {
|
|
12
12
|
const r = i === s.BACK;
|
|
13
13
|
return /* @__PURE__ */ t(
|
|
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__b76d52aa", N = "directionIconNext__fb4f15
|
|
|
22
22
|
);
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
|
-
|
|
25
|
+
d.displayName = "PaginationNavigationButton";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
d as PaginationNavigationButton
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=PaginationNavigationButton.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as d } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
const g = "
|
|
4
|
+
const g = "paginationNavigationExtended__e0e42ad5", r = {
|
|
5
5
|
paginationNavigationExtended: g
|
|
6
6
|
}, s = e.forwardRef(
|
|
7
7
|
({ children: a, className: i, ...n }, t) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, i), ...n, ref: t, children: a })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import g from "react";
|
|
3
3
|
import { c } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
-
const s = "
|
|
4
|
+
const s = "paginationPageButton__24f120e9", u = "currentPage__64c8c9c4", a = {
|
|
5
5
|
paginationPageButton: s,
|
|
6
6
|
currentPage: u
|
|
7
7
|
}, P = g.forwardRef(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
|
|
3
3
|
import o from "react";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "pageEllipsis__ab0fddd3", r = {
|
|
5
5
|
pageEllipsis: t
|
|
6
6
|
}, n = o.forwardRef(
|
|
7
7
|
({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
|
|
@@ -7,7 +7,7 @@ import "../../Typography/Caption.js";
|
|
|
7
7
|
import { ETextSize as C } from "../../Typography/enums.js";
|
|
8
8
|
import { SelectField as h } from "../../SelectField/SelectField.js";
|
|
9
9
|
import { EComponentSize as v } from "../../../enums/EComponentSize.js";
|
|
10
|
-
const z = "
|
|
10
|
+
const z = "paginationSelect__f5a0c28f", P = "paginationSelectControl__d7ec63cd", l = {
|
|
11
11
|
paginationSelect: z,
|
|
12
12
|
paginationSelectControl: P
|
|
13
13
|
}, _ = g.forwardRef(
|
|
@@ -7,7 +7,7 @@ import "../Typography/Caption.js";
|
|
|
7
7
|
import { ETextSize as m } from "../Typography/enums.js";
|
|
8
8
|
import { EComponentSize as a } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
10
|
-
const y = "
|
|
10
|
+
const y = "label__be462933", M = "sm__340cfc59", T = "nonempty__b99b7561", S = "md__5dff3931", g = "lg__0b2f2e04", I = "disabled__b977b935", R = "radio__efba817c", u = "radioIcon__31cf6172", o = {
|
|
11
11
|
label: y,
|
|
12
12
|
sm: M,
|
|
13
13
|
nonempty: T,
|
|
@@ -20,15 +20,15 @@ const y = "label__a59b604b", M = "sm__ece69c65", T = "nonempty__f533c48e", S = "
|
|
|
20
20
|
[a.LG]: m.B2,
|
|
21
21
|
[a.MD]: m.B3,
|
|
22
22
|
[a.SM]: m.B4
|
|
23
|
-
}, C = z(o), h = N.forwardRef((
|
|
24
|
-
const { children: e, className: l, disabled: c, labelAttributes: s, size: t = a.MD, ...p } =
|
|
23
|
+
}, C = z(o), h = N.forwardRef((r, d) => {
|
|
24
|
+
const { children: e, className: l, disabled: c, labelAttributes: s, size: t = a.MD, ...p } = r, b = n(o.radio, l, C[t]), _ = n(
|
|
25
25
|
o.label,
|
|
26
26
|
o[t],
|
|
27
27
|
{ [o.disabled]: !!c, [o.nonempty]: !!e },
|
|
28
28
|
s == null ? void 0 : s.className
|
|
29
29
|
);
|
|
30
|
-
return /* @__PURE__ */ f("label", { ...s, className: _, "data-tx": "0.14.
|
|
31
|
-
/* @__PURE__ */ i("input", { type: "radio", className: b, disabled: c, ...p, ref:
|
|
30
|
+
return /* @__PURE__ */ f("label", { ...s, className: _, "data-tx": "0.14.1", children: [
|
|
31
|
+
/* @__PURE__ */ i("input", { type: "radio", className: b, disabled: c, ...p, ref: d }),
|
|
32
32
|
/* @__PURE__ */ i("span", { className: o.radioIcon }),
|
|
33
33
|
e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
|
|
34
34
|
] });
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../chunks/vendor-CalMVkfj.js";
|
|
3
|
-
const c = "
|
|
3
|
+
const c = "radioXGroup__fc9ddf5f", _ = "label__be462933", n = {
|
|
4
4
|
radioXGroup: c,
|
|
5
|
-
"indent-12": "indent-
|
|
5
|
+
"indent-12": "indent-12__51d730c3",
|
|
6
6
|
label: _,
|
|
7
|
-
"indent-16": "indent-
|
|
8
|
-
"indent-20": "indent-
|
|
9
|
-
"indent-24": "indent-
|
|
10
|
-
"indent-28": "indent-
|
|
11
|
-
"indent-32": "indent-
|
|
12
|
-
}, l = (
|
|
13
|
-
const { children:
|
|
14
|
-
return /* @__PURE__ */ r("div", { className:
|
|
7
|
+
"indent-16": "indent-16__57cfaf0c",
|
|
8
|
+
"indent-20": "indent-20__cf4ae12f",
|
|
9
|
+
"indent-24": "indent-24__acb52473",
|
|
10
|
+
"indent-28": "indent-28__34513ae9",
|
|
11
|
+
"indent-32": "indent-32__49433fc3"
|
|
12
|
+
}, l = (e) => {
|
|
13
|
+
const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
|
|
14
|
+
return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
|
|
15
15
|
};
|
|
16
16
|
l.displayName = "RadioXGroup";
|
|
17
17
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c
|
|
3
|
-
const
|
|
4
|
-
radioYGroup:
|
|
5
|
-
},
|
|
6
|
-
const { children: r, className: s, ...a } = o,
|
|
7
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { c } from "../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
const p = "radioYGroup__a89ae8ef", t = {
|
|
4
|
+
radioYGroup: p
|
|
5
|
+
}, d = (o) => {
|
|
6
|
+
const { children: r, className: s, ...a } = o, e = c(t.radioYGroup, s);
|
|
7
|
+
return /* @__PURE__ */ i("div", { className: e, role: "radiogroup", ...a, children: r });
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
d.displayName = "RadioYGroup";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
d as RadioYGroup
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=RadioYGroup.js.map
|
package/components/Row/Row.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const c = "
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { c as m } from "../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
const c = "row__50e3f2d2", i = "noPaddingBottom__9ab215d9", o = {
|
|
4
4
|
row: c,
|
|
5
5
|
noPaddingBottom: i
|
|
6
6
|
}, e = ({ children: t, className: n, paddingBottom: s = !0, ...d }) => {
|
|
7
|
-
const r =
|
|
8
|
-
return /* @__PURE__ */
|
|
7
|
+
const r = m(n, o.row, { [o.noPaddingBottom]: !s });
|
|
8
|
+
return /* @__PURE__ */ a("div", { className: r, ...d, children: t });
|
|
9
9
|
};
|
|
10
10
|
e.displayName = "Row";
|
|
11
11
|
export {
|
|
@@ -6,7 +6,7 @@ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
|
|
|
6
6
|
import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
|
|
7
7
|
import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
|
|
8
8
|
import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
|
|
9
|
-
import { s } from "../../chunks/SMSField.module-
|
|
9
|
+
import { s } from "../../chunks/SMSField.module-CDTpuKgF.js";
|
|
10
10
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
11
11
|
const I = z(s), e = (r) => {
|
|
12
12
|
const { children: m, className: l, code: a, disabled: d, error: S, onChangeCode: p, onSubmitCode: c, size: o, ...n } = r, [f, u] = i(!0), [b, M] = i(), F = C(s.smsField, l);
|
|
@@ -26,7 +26,7 @@ const I = z(s), e = (r) => {
|
|
|
26
26
|
sizeClassName: I[o],
|
|
27
27
|
tooltipId: b
|
|
28
28
|
},
|
|
29
|
-
children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.14.
|
|
29
|
+
children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.14.1", children: m })
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as P } from "../../../chunks/vendor-CalMVkfj.js";
|
|
3
|
-
import { s as o } from "../../../chunks/SMSField.module-
|
|
3
|
+
import { s as o } from "../../../chunks/SMSField.module-CDTpuKgF.js";
|
|
4
4
|
import { EComponentSize as u } from "../../../enums/EComponentSize.js";
|
|
5
5
|
const r = "M2 10c0-4.42 3.58-8 8-8 2.52 0 4.77 1.16 6.24 3H13.5c-.56 0-1 .44-1 1 0 .55.44 1 1 1h5c.55 0 1-.45 1-1V1c0-.56-.45-1-1-1-.56 0-1 .44-1 1v2.38A10.02 10.02 0 0 0 10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 4.41-3.59 8-8 8-4.42 0-8-3.59-8-8", d = "M27 16c0 .81-.09 1.61-.27 2.39a10.9 10.9 0 0 1-1.54 3.65c-.41.62-.88 1.2-1.42 1.73-.53.54-1.11 1.01-1.73 1.42a10.906 10.906 0 0 1-3.65 1.54c-.78.18-1.58.27-2.39.27q-1.23 0-2.4-.27a10.9 10.9 0 0 1-3.65-1.54c-.62-.41-1.2-.88-1.73-1.42-.54-.53-1.01-1.11-1.42-1.73a10.906 10.906 0 0 1-1.54-3.65C5.08 17.61 5 16.81 5 16c0-.82.08-1.62.26-2.4A10.9 10.9 0 0 1 6.8 9.95c.41-.62.88-1.2 1.42-1.73.53-.54 1.11-1.01 1.73-1.42a10.906 10.906 0 0 1 3.65-1.54C14.38 5.08 15.18 5 16 5a11.1 11.1 0 0 1 2.93.39c.44.12.86.27 1.27.44.47.19.93.42 1.37.68.39.23.75.47 1.1.74.4.31.78.64 1.14 1 .06.06.12.13.19.2V6c0-.57.44-1 1-1s1 .43 1 1v5c0 .66-.34 1-1 1h-5c-.56 0-1-.44-1-1 0-.57.44-1 1-1h2.7c-.1-.12-.21-.23-.31-.34-.3-.3-.61-.58-.95-.83-.28-.21-.57-.41-.88-.59a8.753 8.753 0 0 0-3-1.11C17.05 7.04 16.53 7 16 7c-.69 0-1.35.07-2 .22-.52.11-1.02.27-1.51.48-.5.21-.97.47-1.42.76a9 9 0 0 0-2.61 2.61c-.29.45-.55.92-.76 1.42-.21.49-.37.99-.48 1.51A8.8 8.8 0 0 0 7 16c0 .68.07 1.34.22 1.99.11.52.27 1.02.48 1.51.21.5.47.97.76 1.42q.51.78 1.17 1.44c.45.44.92.83 1.44 1.17.45.29.92.55 1.42.76.49.21.99.37 1.51.48a8.803 8.803 0 0 0 3.99 0c.52-.11 1.02-.27 1.51-.48.5-.21.97-.47 1.42-.76a9 9 0 0 0 2.61-2.61c.29-.45.55-.92.76-1.42.21-.49.37-.99.48-1.51.15-.65.23-1.31.23-1.99 0-.57.44-1 1-1s1 .43 1 1", v = Math.PI / 180, e = Math.PI * 2, M = (c) => (c = c % 360, c = c < 0 ? 360 + c : c, c * v), n = M(-8), h = M(-19), m = h < n ? e - (n - h) : h - n, p = (c, t) => Math.round(c * Math.cos(t) * 1e3) / 1e3, f = (c, t) => Math.round(c * Math.sin(t) * 1e3) / 1e3, w = (c, t, a, l) => "M" + c + " " + t + // Смещаем перо в центр окружности.
|
|
6
6
|
"L" + // Рисуем горизонтальную линию вправо в начало сектора.
|
|
@@ -7,7 +7,7 @@ import { FormFieldCounter as z } from "../../FormField/components/FormFieldCount
|
|
|
7
7
|
import "../../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../../FormField/components/FormFieldClear.js";
|
|
9
9
|
import "../../FormField/components/FormFieldTarget.js";
|
|
10
|
-
import { F as A } from "../../../chunks/FormFieldInput-
|
|
10
|
+
import { F as A } from "../../../chunks/FormFieldInput-CXE2lpa2.js";
|
|
11
11
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
12
12
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
13
13
|
import "../../FormField/components/FormFieldPrefix.js";
|
|
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
|
|
|
15
15
|
import { EFormFieldStatus as l } from "../../FormField/enums.js";
|
|
16
16
|
import { FormGroup as L } from "../../FormGroup/FormGroup.js";
|
|
17
17
|
import { SMSFieldContext as O } from "../SMSFieldContext.js";
|
|
18
|
-
import { s as _ } from "../../../chunks/SMSField.module-
|
|
18
|
+
import { s as _ } from "../../../chunks/SMSField.module-CDTpuKgF.js";
|
|
19
19
|
import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
|
|
20
20
|
const w = new RegExp(/^[0-9]*$/), B = M.forwardRef(
|
|
21
21
|
({ className: f, counter: o, description: s, disabled: u, maxLength: c = 8, onChange: e, onKeyDown: i, placeholder: F, ...E }, S) => {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as F } from "../../Button/enums.js";
|
|
10
10
|
import { SMSFieldContext as u } from "../SMSFieldContext.js";
|
|
11
11
|
import { RefreshIcon as z } from "./RefreshIcon.js";
|
|
12
|
-
import { s as m } from "../../../chunks/SMSField.module-
|
|
12
|
+
import { s as m } from "../../../chunks/SMSField.module-CDTpuKgF.js";
|
|
13
13
|
const D = M(
|
|
14
14
|
({ className: l, disabled: r, countdownTime: e, countdownTimeLeft: s, onClick: t, onRefresh: p, ...f }, n) => {
|
|
15
15
|
const { disabled: o, error: c, size: h, sizeClassName: d, tooltipId: S } = N(u), b = s > 0, a = o && !c || r || b, R = I(m.btnRefresh, d, l, {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as x } from "../../Button/enums.js";
|
|
10
10
|
import { SMSFieldContext as I } from "../SMSFieldContext.js";
|
|
11
11
|
import { SubmitIcon as N } from "./SubmitIcon.js";
|
|
12
|
-
import { s } from "../../../chunks/SMSField.module-
|
|
12
|
+
import { s } from "../../../chunks/SMSField.module-CDTpuKgF.js";
|
|
13
13
|
const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
|
|
14
14
|
const {
|
|
15
15
|
code: t,
|
|
@@ -5,7 +5,7 @@ import E from "react";
|
|
|
5
5
|
import { c as b } from "../../chunks/vendor-CalMVkfj.js";
|
|
6
6
|
import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
|
|
7
7
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
8
|
-
const h = "
|
|
8
|
+
const h = "segmentedControl__ba036519", x = "general1__0341ffb6", L = "secondary1__0aec93d7", A = "general2__449ca3f9", M = "secondary2__a446bd02", G = "sm__41989a1c", O = "md__ac6f9e0b", j = "lg__8845f5ba", e = {
|
|
9
9
|
segmentedControl: h,
|
|
10
10
|
general1: x,
|
|
11
11
|
secondary1: L,
|
|
@@ -21,12 +21,12 @@ const h = "segmentedControl__86b95b27", x = "general1__b9cdafe4", L = "secondary
|
|
|
21
21
|
[o.SECONDARY_2]: e.secondary2
|
|
22
22
|
}, z = T(e), D = Object.assign(
|
|
23
23
|
E.forwardRef(
|
|
24
|
-
({ children:
|
|
24
|
+
({ children: l, className: d, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...f }, C) => {
|
|
25
25
|
const p = b(
|
|
26
26
|
e.segmentedControl,
|
|
27
27
|
v[g],
|
|
28
28
|
z[_],
|
|
29
|
-
|
|
29
|
+
d
|
|
30
30
|
), S = ({
|
|
31
31
|
selected: a,
|
|
32
32
|
value: s
|
|
@@ -48,7 +48,7 @@ const h = "segmentedControl__86b95b27", x = "general1__b9cdafe4", L = "secondary
|
|
|
48
48
|
disabled: !!i,
|
|
49
49
|
onSegmentSelect: S
|
|
50
50
|
},
|
|
51
|
-
children: /* @__PURE__ */ c("div", { className: p, ...f, "data-tx": "0.14.
|
|
51
|
+
children: /* @__PURE__ */ c("div", { className: p, ...f, "data-tx": "0.14.1", ref: C, children: l })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
@@ -4,7 +4,7 @@ import { c as L } from "../../chunks/vendor-CalMVkfj.js";
|
|
|
4
4
|
import { ButtonBase as N } from "../Button/ButtonBase.js";
|
|
5
5
|
import { ESegmentedControlType as n } from "./enums.js";
|
|
6
6
|
import { SegmentedControlContext as _ } from "./SegmentedControlContext.js";
|
|
7
|
-
const y = "
|
|
7
|
+
const y = "segmentedControlSegment__56db64ca", E = "selected__00df5ebe", I = "content__883e66b4", r = {
|
|
8
8
|
segmentedControlSegment: y,
|
|
9
9
|
selected: E,
|
|
10
10
|
content: I
|
|
@@ -19,15 +19,15 @@ const y = "segmentedControlSegment__2ba71791", E = "selected__e204e9ef", I = "co
|
|
|
19
19
|
}) => {
|
|
20
20
|
const {
|
|
21
21
|
type: m,
|
|
22
|
-
value:
|
|
22
|
+
value: d,
|
|
23
23
|
disabled: p,
|
|
24
|
-
onSegmentSelect:
|
|
24
|
+
onSegmentSelect: l
|
|
25
25
|
} = x(_), t = (() => {
|
|
26
26
|
switch (m) {
|
|
27
27
|
case n.SINGLE:
|
|
28
|
-
return e ===
|
|
28
|
+
return e === d;
|
|
29
29
|
case n.MULTIPLE:
|
|
30
|
-
return
|
|
30
|
+
return d.includes(e);
|
|
31
31
|
}
|
|
32
32
|
})(), f = L(
|
|
33
33
|
r.segmentedControlSegment,
|
|
@@ -43,10 +43,10 @@ const y = "segmentedControlSegment__2ba71791", E = "selected__e204e9ef", I = "co
|
|
|
43
43
|
}, b = (u) => {
|
|
44
44
|
switch (m) {
|
|
45
45
|
case n.SINGLE:
|
|
46
|
-
|
|
46
|
+
l({ value: e, selected: !0 });
|
|
47
47
|
break;
|
|
48
48
|
case n.MULTIPLE:
|
|
49
|
-
|
|
49
|
+
l({ value: e, selected: !t });
|
|
50
50
|
break;
|
|
51
51
|
}
|
|
52
52
|
o == null || o(u);
|
|
@@ -5,7 +5,7 @@ import { KeyDownListener as _ } from "../KeyDownListener/KeyDownListener.js";
|
|
|
5
5
|
import { c as j } from "../../chunks/vendor-CalMVkfj.js";
|
|
6
6
|
import { SelectExtendedFieldTarget as k } from "./components/SelectExtendedFieldTarget.js";
|
|
7
7
|
import { SelectExtendedFieldDropdown as v } from "./components/SelectExtendedFieldDropdown.js";
|
|
8
|
-
const A = "
|
|
8
|
+
const A = "selectExtendedField__81f99a42", L = {
|
|
9
9
|
selectExtendedField: A
|
|
10
10
|
}, M = Object.assign(
|
|
11
11
|
K.forwardRef((y, n) => {
|
|
@@ -3,7 +3,7 @@ import { Dropdown as m } from "../../Dropdown/Dropdown.js";
|
|
|
3
3
|
import "../../Dropdown/DropdownListContext.js";
|
|
4
4
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
5
5
|
import { DropdownList as e } from "../../Dropdown/desktop/DropdownList.js";
|
|
6
|
-
import "../../../chunks/DropdownListItem-
|
|
6
|
+
import "../../../chunks/DropdownListItem-BByGOD7_.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
1
|
+
import { jsx as o, jsxs as b } from "react/jsx-runtime";
|
|
2
2
|
import M, { useRef as O } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon24 as z, CaretdownStrokeSrvIcon20 as B, CaretdownStrokeSrvIcon16 as W } from "@sberbusiness/icons-next";
|
|
4
4
|
import { EVENT_KEY_CODES as c } from "../../../utils/keyboard.js";
|
|
@@ -12,14 +12,14 @@ import "../../FormField/components/FormFieldCounter.js";
|
|
|
12
12
|
import { FormFieldLabel as v } from "../../FormField/components/FormFieldLabel.js";
|
|
13
13
|
import "../../FormField/components/FormFieldClear.js";
|
|
14
14
|
import { FormFieldTarget as w } from "../../FormField/components/FormFieldTarget.js";
|
|
15
|
-
import "../../../chunks/FormFieldInput-
|
|
15
|
+
import "../../../chunks/FormFieldInput-CXE2lpa2.js";
|
|
16
16
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
17
17
|
import { FormFieldPostfix as y } from "../../FormField/components/FormFieldPostfix.js";
|
|
18
18
|
import { FormFieldPrefix as P } from "../../FormField/components/FormFieldPrefix.js";
|
|
19
19
|
import "../../FormField/components/FormFieldTextarea.js";
|
|
20
|
-
import { EFormFieldStatus as
|
|
20
|
+
import { EFormFieldStatus as i } from "../../FormField/enums.js";
|
|
21
21
|
import { EComponentSize as r } from "../../../enums/EComponentSize.js";
|
|
22
|
-
const G = "
|
|
22
|
+
const G = "selectExtendedFieldTarget__f23032ea", j = "caretWrapper__4ee8cf20", K = "caretIcon__b1eb88b9", U = "selectOpened__70e2c280", V = "disabled__0e58684e", e = {
|
|
23
23
|
selectExtendedFieldTarget: G,
|
|
24
24
|
caretWrapper: j,
|
|
25
25
|
caretIcon: K,
|
|
@@ -34,7 +34,7 @@ const G = "selectExtendedFieldTarget__8e38a5ab", j = "caretWrapper__2d9fd4db", K
|
|
|
34
34
|
[r.MD]: /* @__PURE__ */ o(x, { size: r.MD, theme: D.BRAND }),
|
|
35
35
|
[r.LG]: /* @__PURE__ */ o(x, { size: r.LG, theme: D.BRAND })
|
|
36
36
|
}, H = M.forwardRef(
|
|
37
|
-
(N,
|
|
37
|
+
(N, d) => {
|
|
38
38
|
const {
|
|
39
39
|
children: J,
|
|
40
40
|
className: u,
|
|
@@ -44,8 +44,8 @@ const G = "selectExtendedFieldTarget__8e38a5ab", j = "caretWrapper__2d9fd4db", K
|
|
|
44
44
|
onClick: f,
|
|
45
45
|
opened: a,
|
|
46
46
|
postfix: I,
|
|
47
|
-
prefix:
|
|
48
|
-
setOpened:
|
|
47
|
+
prefix: h,
|
|
48
|
+
setOpened: F,
|
|
49
49
|
loading: s,
|
|
50
50
|
size: S = r.MD,
|
|
51
51
|
status: l,
|
|
@@ -57,22 +57,22 @@ const G = "selectExtendedFieldTarget__8e38a5ab", j = "caretWrapper__2d9fd4db", K
|
|
|
57
57
|
{
|
|
58
58
|
[e.selectOpened]: a,
|
|
59
59
|
[e.loading]: s,
|
|
60
|
-
[e.disabled]: l ===
|
|
60
|
+
[e.disabled]: l === i.DISABLED
|
|
61
61
|
},
|
|
62
62
|
u
|
|
63
63
|
), T = (t) => {
|
|
64
|
-
s && l ===
|
|
64
|
+
s && l === i.DISABLED || (F(!a), f == null || f(t));
|
|
65
65
|
}, A = (t) => {
|
|
66
|
-
s && l ===
|
|
66
|
+
s && l === i.DISABLED || (a || [
|
|
67
67
|
c.SPACE,
|
|
68
68
|
c.ENTER,
|
|
69
69
|
c.ARROW_DOWN,
|
|
70
70
|
c.ARROW_UP
|
|
71
|
-
].includes(t.keyCode) && (t.preventDefault(), t.stopPropagation(),
|
|
71
|
+
].includes(t.keyCode) && (t.preventDefault(), t.stopPropagation(), F(!a)), p == null || p(t));
|
|
72
72
|
}, C = (t) => {
|
|
73
|
-
R.current = t, typeof
|
|
73
|
+
R.current = t, typeof d == "function" ? d(t) : d && (d.current = t);
|
|
74
74
|
};
|
|
75
|
-
return /* @__PURE__ */
|
|
75
|
+
return /* @__PURE__ */ b(
|
|
76
76
|
k,
|
|
77
77
|
{
|
|
78
78
|
onClick: T,
|
|
@@ -82,10 +82,10 @@ const G = "selectExtendedFieldTarget__8e38a5ab", j = "caretWrapper__2d9fd4db", K
|
|
|
82
82
|
className: g,
|
|
83
83
|
"aria-expanded": a,
|
|
84
84
|
"aria-haspopup": "listbox",
|
|
85
|
-
"data-tx": "0.14.
|
|
85
|
+
"data-tx": "0.14.1",
|
|
86
86
|
...L,
|
|
87
87
|
children: [
|
|
88
|
-
|
|
88
|
+
h ? /* @__PURE__ */ o(P, { className: n("hoverable", { disabled: l === i.DISABLED }), children: h }) : null,
|
|
89
89
|
/* @__PURE__ */ o(v, { children: _ }),
|
|
90
90
|
/* @__PURE__ */ o(
|
|
91
91
|
w,
|
|
@@ -99,13 +99,13 @@ const G = "selectExtendedFieldTarget__8e38a5ab", j = "caretWrapper__2d9fd4db", K
|
|
|
99
99
|
children: m
|
|
100
100
|
}
|
|
101
101
|
),
|
|
102
|
-
/* @__PURE__ */
|
|
102
|
+
/* @__PURE__ */ b(y, { children: [
|
|
103
103
|
/* @__PURE__ */ o(
|
|
104
104
|
"div",
|
|
105
105
|
{
|
|
106
106
|
className: n(e.caretWrapper, "hoverable", {
|
|
107
107
|
active: a,
|
|
108
|
-
disabled: l ===
|
|
108
|
+
disabled: l === i.DISABLED
|
|
109
109
|
}),
|
|
110
110
|
children: s ? q[S] : Y[S]
|
|
111
111
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { c as n } from "../../chunks/vendor-CalMVkfj.js";
|
|
3
3
|
import { ESkeletonType as t } from "./enums.js";
|
|
4
|
-
const
|
|
5
|
-
skeleton:
|
|
6
|
-
light:
|
|
7
|
-
dark:
|
|
8
|
-
}, _ = ({ className: s, type: e = t.DARK, ...l }) => /* @__PURE__ */
|
|
4
|
+
const r = "skeleton__4a9e1092", c = "light__14ec587f", k = "dark__a7755c40", o = {
|
|
5
|
+
skeleton: r,
|
|
6
|
+
light: c,
|
|
7
|
+
dark: k
|
|
8
|
+
}, _ = ({ className: s, type: e = t.DARK, ...l }) => /* @__PURE__ */ a(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
11
|
-
className:
|
|
11
|
+
className: n(o.skeleton, s, {
|
|
12
12
|
[o.dark]: e === t.DARK,
|
|
13
13
|
[o.light]: e === t.LIGHT
|
|
14
14
|
}),
|
|
15
15
|
...l,
|
|
16
|
-
"data-tx": "0.14.
|
|
16
|
+
"data-tx": "0.14.1"
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
export {
|
|
@@ -4,7 +4,7 @@ import { c as C, l as O } from "../../chunks/vendor-CalMVkfj.js";
|
|
|
4
4
|
import { SliderExtendedDot as R } from "./components/SliderExtendedDot/SliderExtendedDot.js";
|
|
5
5
|
import { SliderExtendedMarks as j } from "./components/SliderExtendedMarks/SliderExtendedMarks.js";
|
|
6
6
|
import { SliderExtendedMark as H } from "./components/SliderExtendedMarks/SliderExtendedMark.js";
|
|
7
|
-
import { s as c, S as F } from "../../chunks/SliderExtendedRail-
|
|
7
|
+
import { s as c, S as F } from "../../chunks/SliderExtendedRail-DHe0BU85.js";
|
|
8
8
|
import { SliderExtendedTrack as I } from "./components/SliderExtendedTrack/SliderExtendedTrack.js";
|
|
9
9
|
import { SliderExtendedContext as L } from "./SliderExtendedContext.js";
|
|
10
10
|
import { SliderExtendedUtils as x } from "./SliderExtendedUtils.js";
|
|
@@ -82,7 +82,7 @@ const q = U(c), w = ({
|
|
|
82
82
|
[c.disabled]: !!m
|
|
83
83
|
}),
|
|
84
84
|
...g,
|
|
85
|
-
"data-tx": "0.14.
|
|
85
|
+
"data-tx": "0.14.1",
|
|
86
86
|
children: E
|
|
87
87
|
}
|
|
88
88
|
)
|