@sberbusiness/triplex-next 1.6.1 → 1.7.0
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-Ce_8Yuvv.js +39 -0
- package/chunks/{CalendarViewItem-BoFDPLNT.js → CalendarViewItem-BDMvwpK5.js} +17 -17
- package/chunks/Card.module-BvlTqE5R.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DsOQXTb2.js +11 -0
- package/chunks/{Chip-C91-I9zb.js → Chip-eRAmMCbK.js} +5 -5
- package/chunks/Confirm.module-BQvs_z36.js +15 -0
- package/chunks/{DropdownListItem-PbfrmOZJ.js → DropdownListItem-DjvVx10v.js} +18 -18
- package/chunks/DropdownMobile.module-CEPFt9uH.js +21 -0
- package/chunks/Footer.module-CXnDx0Qq.js +9 -0
- package/chunks/{FormFieldInput-BL8yYnKo.js → FormFieldInput-Dc0f4nno.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-CHV51xUH.js +9 -0
- package/chunks/HeaderTabs.module-T3W10WU8.js +9 -0
- package/chunks/{HeaderTitle.module-29jwPQr2.js → HeaderTitle.module-B6qQsh69.js} +2 -2
- package/chunks/IslandAccordion.module-DoM2x4VR.js +26 -0
- package/chunks/IslandWidgetFooter.module-qNMIN4zr.js +9 -0
- package/chunks/IslandWidgetHeader.module-DUf_HV96.js +9 -0
- package/chunks/{LightBoxContent-D9VFXK17.js → LightBoxContent--MHZ9Gkl.js} +14 -14
- package/chunks/LightBoxControls.module-C3_q74nl.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-D66ESS7b.js +8 -0
- package/chunks/{ListItemControlsButton-DnuVSFV7.js → ListItemControlsButton-CDyUDFUr.js} +5 -5
- package/chunks/ListItemTail.module-DYbacvAR.js +12 -0
- package/chunks/ListMasterFooter.module-ghOvyA19.js +10 -0
- package/chunks/ModalWindow.module-CvIIBPzJ.js +17 -0
- package/chunks/Notification.module-DrKXO_L0.js +21 -0
- package/chunks/Overlay.module-B4exkEG2.js +18 -0
- package/chunks/Page.module-CvSterCP.js +11 -0
- package/chunks/{RightBorderArrow-esMRIv7g.js → RightBorderArrow-B-QGBlRY.js} +8 -8
- package/chunks/SMSInput.module-DkPfMZWv.js +16 -0
- package/chunks/SliderExtendedMarks.module-DZlxonFv.js +15 -0
- package/chunks/SliderExtendedRail-VV02EHbt.js +40 -0
- package/chunks/StatusTracker.module-BzVEt7sh.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CpoZIQ7a.js → SuggestFieldMobileDropdownHint-CW9LKnIb.js} +4 -4
- package/chunks/TableFooter.module-DKNnDtzT.js +14 -0
- package/chunks/TabsExtended.module-BQKnCc6i.js +16 -0
- package/chunks/TabsLine.module-Cr-x0ll4.js +23 -0
- package/chunks/TooltipDesktop.module-D3epe_HW.js +19 -0
- package/chunks/{TooltipMobileCloseButton-Bdw8P_WT.js → TooltipMobileCloseButton-BCyljTIq.js} +7 -7
- package/chunks/TreeView.module-BXfRfHL4.js +9 -0
- package/chunks/{UploadZoneInput-Cr1wEu6A.js → UploadZoneInput-DNhfVDyP.js} +5 -5
- package/chunks/{utils-GixgRYNn.js → utils-BY1yN3Hq.js} +9 -9
- package/chunks/{utils-DpVkLh52.js → utils-BtnGErpx.js} +4 -4
- package/chunks/utils-CR8DYAi0.js +73 -0
- package/chunks/{utils-PII_juCp.js → utils-D9oDaQiI.js} +7 -7
- package/chunks/utils-DQX5JZ_3.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +2 -2
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +2 -2
- package/components/Body/Body.js +8 -25
- package/components/Body/index.js +2 -4
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +1 -1
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +4 -4
- 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 +14 -14
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +6 -6
- package/components/Checkbox/Checkbox.js +14 -14
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- 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 +8 -8
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +91 -0
- package/components/Chip/ChipDatePicker/components/ChipDatePickerTarget.js +34 -0
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +3 -3
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +36 -31
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +42 -37
- package/components/DesignTokens/components/IslandWidget.js +14 -0
- package/components/DesignTokens/components/index.js +63 -60
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +8 -8
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +19 -19
- 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 +19 -19
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +27 -27
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +4 -4
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +15 -15
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +31 -31
- package/components/HelpBox/index.js +5 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +1 -1
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +51 -0
- package/components/IslandWidget/IslandWidgetContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -0
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +23 -0
- package/components/IslandWidget/components/IslandWidgetFooter.js +13 -0
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +11 -0
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +11 -0
- package/components/IslandWidget/components/IslandWidgetHeader.js +13 -0
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +13 -0
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +13 -0
- package/components/IslandWidget/components/IslandWidgetWrapper.js +17 -0
- package/components/IslandWidget/components/index.js +15 -0
- package/components/IslandWidget/index.js +17 -0
- package/components/LightBox/LightBox.js +6 -5
- 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 +62 -65
- 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/LightBoxSideOverlay/enums.js +5 -0
- package/components/LightBox/LightBoxSideOverlay/index.js +7 -0
- package/components/LightBox/index.js +7 -3
- package/components/Link/Link.js +14 -14
- package/components/List/List.js +5 -5
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +9 -9
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +6 -6
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +1 -1
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +37 -36
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +15 -9
- package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +10 -10
- 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 +22 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Page/components/enums.js +5 -3
- package/components/Page/index.js +7 -5
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
- package/components/Pagination/components/PaginationSelect.js +7 -7
- package/components/Radio/Radio.js +12 -12
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +9 -9
- package/components/SMSInput/SMSInput.js +2 -2
- package/components/SMSInput/components/RefreshIcon.js +1 -1
- package/components/SMSInput/components/SMSInputInput.js +2 -2
- package/components/SMSInput/components/SMSInputRefresh.js +1 -1
- package/components/SMSInput/components/SMSInputSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +3 -3
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +8 -8
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +16 -16
- 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 +6 -6
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +12 -12
- 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 +2 -2
- 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 +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +6 -6
- 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 +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +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 +1 -1
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +20 -20
- 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 +5 -5
- package/components/Tag/Tag.js +23 -23
- package/components/TagGroup/TagGroup.js +8 -8
- 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 +3 -3
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
- package/components/TopOverlay/TopOverlay.js +20 -20
- 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 +15 -15
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +14 -14
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +4 -4
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +559 -528
- package/index.d.ts +266 -21
- package/index.js +410 -363
- package/package.json +9 -1
- package/styles/triplex-next.css +529 -527
- package/utils/index.js +30 -0
- package/chunks/AlertProcessSpoiler-Dq0fm-3a.js +0 -39
- package/chunks/Card.module-xUBtHcBW.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CzX04UVi.js +0 -11
- package/chunks/Confirm.module-yvrei2lL.js +0 -15
- package/chunks/DropdownMobile.module-CvDbPL9W.js +0 -21
- package/chunks/Footer.module-Kij9_qbS.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CPvbS61i.js +0 -9
- package/chunks/HeaderTabs.module-xhlfJ1R9.js +0 -9
- package/chunks/IslandAccordion.module-C7SBNJJJ.js +0 -26
- package/chunks/LightBoxControls.module-C76N_yWS.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js +0 -8
- package/chunks/ListItemTail.module-DE8OWHba.js +0 -12
- package/chunks/ListMasterFooter.module-FTLh0QAQ.js +0 -10
- package/chunks/ModalWindow.module-C7N9wjxW.js +0 -17
- package/chunks/Notification.module-ByRBfuR2.js +0 -21
- package/chunks/Overlay.module-EIMAbb4c.js +0 -18
- package/chunks/Page.module-BokYwJr5.js +0 -12
- package/chunks/SMSInput.module-5r7uaeim.js +0 -16
- package/chunks/SliderExtendedMarks.module-D1DTVGpV.js +0 -15
- package/chunks/SliderExtendedRail-Ck23Ui6E.js +0 -40
- package/chunks/StatusTracker.module-D1-siBfk.js +0 -24
- package/chunks/TableFooter.module-D8h1OLCP.js +0 -14
- package/chunks/TabsExtended.module-Dvvx9orv.js +0 -16
- package/chunks/TabsLine.module-BW1667el.js +0 -23
- package/chunks/TooltipDesktop.module-E3qNKUvc.js +0 -19
- package/chunks/TreeView.module-CKfLtgeC.js +0 -9
- package/chunks/utils-BGuB8cgl.js +0 -73
- package/chunks/utils-BJhZJ9SO.js +0 -24
- package/components/Body/enums.js +0 -5
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../chunks/vendor-D3hUOusX.js";
|
|
3
|
-
const _ = "
|
|
3
|
+
const _ = "radioXGroup__be8ea3c7", c = "label__28321a9c", n = {
|
|
4
4
|
radioXGroup: _,
|
|
5
|
-
"indent-12": "indent-
|
|
6
|
-
label:
|
|
7
|
-
"indent-16": "indent-
|
|
8
|
-
"indent-20": "indent-
|
|
9
|
-
"indent-24": "indent-
|
|
10
|
-
"indent-28": "indent-
|
|
11
|
-
"indent-32": "indent-
|
|
12
|
-
},
|
|
5
|
+
"indent-12": "indent-12__b2f6541e",
|
|
6
|
+
label: c,
|
|
7
|
+
"indent-16": "indent-16__758e3023",
|
|
8
|
+
"indent-20": "indent-20__0e3d6e06",
|
|
9
|
+
"indent-24": "indent-24__1a36f793",
|
|
10
|
+
"indent-28": "indent-28__5fd4d43a",
|
|
11
|
+
"indent-32": "indent-32__879da0d4"
|
|
12
|
+
}, l = (e) => {
|
|
13
13
|
const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
|
|
14
14
|
return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
l.displayName = "RadioXGroup";
|
|
17
17
|
export {
|
|
18
|
-
|
|
18
|
+
l as RadioXGroup
|
|
19
19
|
};
|
|
20
20
|
//# sourceMappingURL=RadioXGroup.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import { c as p } from "../../chunks/vendor-D3hUOusX.js";
|
|
3
|
-
const t = "
|
|
3
|
+
const t = "radioYGroup__6119af64", d = {
|
|
4
4
|
radioYGroup: t
|
|
5
5
|
}, e = (o) => {
|
|
6
|
-
const { children: r, className: s, ...a } = o,
|
|
7
|
-
return /* @__PURE__ */
|
|
6
|
+
const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
|
|
7
|
+
return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
|
|
8
8
|
};
|
|
9
9
|
e.displayName = "RadioYGroup";
|
|
10
10
|
export {
|
package/components/Row/Row.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const m = "
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { c as d } from "../../chunks/vendor-D3hUOusX.js";
|
|
3
|
+
const m = "row__5e8af5e5", e = "noPaddingBottom__4384a47c", o = {
|
|
4
4
|
row: m,
|
|
5
|
-
noPaddingBottom:
|
|
6
|
-
},
|
|
7
|
-
const
|
|
8
|
-
return /* @__PURE__ */
|
|
5
|
+
noPaddingBottom: e
|
|
6
|
+
}, i = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
|
|
7
|
+
const a = d(n, o.row, { [o.noPaddingBottom]: !s });
|
|
8
|
+
return /* @__PURE__ */ c("div", { className: a, ...r, children: t });
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
i.displayName = "Row";
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
i as Row
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=Row.js.map
|
|
@@ -6,7 +6,7 @@ import { SMSInputInput as N } from "./components/SMSInputInput.js";
|
|
|
6
6
|
import { SMSInputRefresh as x } from "./components/SMSInputRefresh.js";
|
|
7
7
|
import { SMSInputSubmit as T } from "./components/SMSInputSubmit.js";
|
|
8
8
|
import { SMSInputTooltip as v } from "./components/SMSInputTooltip.js";
|
|
9
|
-
import { s as r } from "../../chunks/SMSInput.module-
|
|
9
|
+
import { s as r } from "../../chunks/SMSInput.module-DkPfMZWv.js";
|
|
10
10
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
11
11
|
const y = z(r), t = (i) => {
|
|
12
12
|
const { children: m, className: p, code: a, disabled: n, error: S, onChangeCode: l, onSubmitCode: u, size: o, ...d } = i, [c, I] = e(!0), [f, b] = e(), M = C(r.smsInput, p);
|
|
@@ -26,7 +26,7 @@ const y = z(r), t = (i) => {
|
|
|
26
26
|
sizeClassName: y[o],
|
|
27
27
|
tooltipId: f
|
|
28
28
|
},
|
|
29
|
-
children: /* @__PURE__ */ s("div", { className: M, ...d, "data-tx": "1.
|
|
29
|
+
children: /* @__PURE__ */ s("div", { className: M, ...d, "data-tx": "1.7.0", 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-D3hUOusX.js";
|
|
3
|
-
import { s as o } from "../../../chunks/SMSInput.module-
|
|
3
|
+
import { s as o } from "../../../chunks/SMSInput.module-DkPfMZWv.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 y } 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 z } from "../../../chunks/FormFieldInput-
|
|
10
|
+
import { F as z } from "../../../chunks/FormFieldInput-Dc0f4nno.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 s } from "../../FormField/enums.js";
|
|
16
16
|
import { FormGroup as A } from "../../FormGroup/FormGroup.js";
|
|
17
17
|
import { SMSInputContext as L } from "../SMSInputContext.js";
|
|
18
|
-
import { s as O } from "../../../chunks/SMSInput.module-
|
|
18
|
+
import { s as O } from "../../../chunks/SMSInput.module-DkPfMZWv.js";
|
|
19
19
|
import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
|
|
20
20
|
const w = new RegExp(/^[0-9]*$/), B = v.forwardRef(
|
|
21
21
|
({ className: u, counter: o, description: l, disabled: f, maxLength: c = 8, onChange: e, onKeyDown: m, placeholder: F, ...E }, S) => {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as B } from "../../Button/enums.js";
|
|
10
10
|
import { SMSInputContext as z } from "../SMSInputContext.js";
|
|
11
11
|
import { RefreshIcon as D } from "./RefreshIcon.js";
|
|
12
|
-
import { s as m } from "../../../chunks/SMSInput.module-
|
|
12
|
+
import { s as m } from "../../../chunks/SMSInput.module-DkPfMZWv.js";
|
|
13
13
|
const E = x(
|
|
14
14
|
({ className: i, disabled: r, countdownTime: s, countdownTimeLeft: e, onClick: o, onRefresh: l, ...n }, f) => {
|
|
15
15
|
const { disabled: t, error: c, size: h, sizeClassName: I, tooltipId: S } = M(z), d = e > 0, a = t && !c || r || d, b = u(m.btnRefresh, I, i, {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as h } from "../../Button/enums.js";
|
|
10
10
|
import { SMSInputContext as x } from "../SMSInputContext.js";
|
|
11
11
|
import { SubmitIcon as N } from "./SubmitIcon.js";
|
|
12
|
-
import { s as e } from "../../../chunks/SMSInput.module-
|
|
12
|
+
import { s as e } from "../../../chunks/SMSInput.module-DkPfMZWv.js";
|
|
13
13
|
const D = ({ className: r, disabled: a, onClick: o, ...p }) => {
|
|
14
14
|
const {
|
|
15
15
|
code: t,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ESegmentedControlTheme as o, ESegmentedControlType as m } from "./enums.js";
|
|
2
2
|
import { SegmentedControlSegment as y } from "./SegmentedControlSegment.js";
|
|
3
|
-
import { jsx as
|
|
3
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
4
4
|
import E from "react";
|
|
5
5
|
import { c as b } from "../../chunks/vendor-D3hUOusX.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__386f9d45", x = "general1__97d975b0", L = "secondary1__b571c6d5", A = "general2__d7a5c5ca", M = "secondary2__064d6123", G = "sm__ac7d350e", O = "md__79f8981f", j = "lg__2256c5fb", e = {
|
|
9
9
|
segmentedControl: h,
|
|
10
10
|
general1: x,
|
|
11
11
|
secondary1: L,
|
|
@@ -21,7 +21,7 @@ const h = "segmentedControl__627a94f0", x = "general1__9c5f2f86", 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: d, className: l, 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],
|
|
@@ -39,16 +39,16 @@ const h = "segmentedControl__627a94f0", x = "general1__9c5f2f86", L = "secondary
|
|
|
39
39
|
t(a ? [...n, s] : [...n].filter((N) => N !== s));
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
|
-
return /* @__PURE__ */
|
|
42
|
+
return /* @__PURE__ */ c(
|
|
43
43
|
R.Provider,
|
|
44
44
|
{
|
|
45
45
|
value: {
|
|
46
46
|
type: r,
|
|
47
47
|
value: n,
|
|
48
|
-
disabled: !!
|
|
48
|
+
disabled: !!i,
|
|
49
49
|
onSegmentSelect: S
|
|
50
50
|
},
|
|
51
|
-
children: /* @__PURE__ */
|
|
51
|
+
children: /* @__PURE__ */ c("div", { className: p, ...f, "data-tx": "1.7.0", ref: C, children: d })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as x } from "react";
|
|
3
3
|
import { c as L } from "../../chunks/vendor-D3hUOusX.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__263740e2", E = "selected__529fcf8d", I = "content__0b737753", r = {
|
|
8
8
|
segmentedControlSegment: y,
|
|
9
9
|
selected: E,
|
|
10
10
|
content: I
|
|
@@ -19,15 +19,15 @@ const y = "segmentedControlSegment__8a7460e8", E = "selected__eb8486f5", I = "co
|
|
|
19
19
|
}) => {
|
|
20
20
|
const {
|
|
21
21
|
type: m,
|
|
22
|
-
value:
|
|
22
|
+
value: d,
|
|
23
23
|
disabled: p,
|
|
24
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,
|
|
@@ -51,7 +51,7 @@ const y = "segmentedControlSegment__8a7460e8", E = "selected__eb8486f5", I = "co
|
|
|
51
51
|
}
|
|
52
52
|
o == null || o(b);
|
|
53
53
|
};
|
|
54
|
-
return /* @__PURE__ */
|
|
54
|
+
return /* @__PURE__ */ a(
|
|
55
55
|
N,
|
|
56
56
|
{
|
|
57
57
|
className: f,
|
|
@@ -60,7 +60,7 @@ const y = "segmentedControlSegment__8a7460e8", E = "selected__eb8486f5", I = "co
|
|
|
60
60
|
"aria-pressed": t,
|
|
61
61
|
onClick: u,
|
|
62
62
|
...S,
|
|
63
|
-
children: /* @__PURE__ */
|
|
63
|
+
children: /* @__PURE__ */ a("span", { className: r.content, children: s })
|
|
64
64
|
}
|
|
65
65
|
);
|
|
66
66
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as R, jsxs as T } from "react/jsx-runtime";
|
|
2
|
-
import _, { useState as
|
|
3
|
-
import { isKey as
|
|
2
|
+
import _, { useState as K, useRef as x, useCallback as c, useEffect as S } from "react";
|
|
3
|
+
import { isKey as b, EVENT_KEY_CODES as C } from "../../utils/keyboard.js";
|
|
4
4
|
import { KeyDownListener as N } from "../KeyDownListener/KeyDownListener.js";
|
|
5
5
|
import { c as j } from "../../chunks/vendor-D3hUOusX.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__70912fe7", L = {
|
|
9
9
|
SelectExtendedField: A
|
|
10
10
|
}, M = Object.assign(
|
|
11
11
|
_.forwardRef((w, n) => {
|
|
12
|
-
const { className: y, onKeyDown: o, children: D, renderTarget: F, closeOnTab: m, onClose: d, onOpen: s, ...g } = w, [t, l] =
|
|
12
|
+
const { className: y, onKeyDown: o, children: D, renderTarget: F, closeOnTab: m, onClose: d, onOpen: s, ...g } = w, [t, l] = K(!1), i = x(null), u = x(null), h = (e) => {
|
|
13
13
|
i.current = e, typeof n == "function" ? n(e) : n && (n.current = e);
|
|
14
14
|
}, p = c((e) => {
|
|
15
15
|
l(e);
|
|
@@ -24,7 +24,7 @@ const A = "SelectExtendedField__3e0a619b", L = {
|
|
|
24
24
|
}, [t]), O = c(
|
|
25
25
|
(e) => {
|
|
26
26
|
const r = e.code || e.keyCode;
|
|
27
|
-
m &&
|
|
27
|
+
m && b(r, "TAB") && f(), o == null || o(e);
|
|
28
28
|
},
|
|
29
29
|
[m, f, o]
|
|
30
30
|
);
|
|
@@ -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-DjvVx10v.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -12,14 +12,14 @@ import "../../FormField/components/FormFieldCounter.js";
|
|
|
12
12
|
import { FormFieldLabel as G } 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-Dc0f4nno.js";
|
|
16
16
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
17
17
|
import { FormFieldPostfix as j } from "../../FormField/components/FormFieldPostfix.js";
|
|
18
18
|
import { FormFieldPrefix as K } from "../../FormField/components/FormFieldPrefix.js";
|
|
19
19
|
import "../../FormField/components/FormFieldTextarea.js";
|
|
20
20
|
import { EFormFieldStatus as s } from "../../FormField/enums.js";
|
|
21
21
|
import { EComponentSize as o } from "../../../enums/EComponentSize.js";
|
|
22
|
-
const v = "
|
|
22
|
+
const v = "selectExtendedFieldTarget__bc5b12dd", U = "caretIcon__a4cd570f", V = "selectOpened__329244c7", Y = "loading__4a13548e", q = "disabled__6c247702", t = {
|
|
23
23
|
selectExtendedFieldTarget: v,
|
|
24
24
|
caretIcon: U,
|
|
25
25
|
selectOpened: V,
|
|
@@ -83,7 +83,7 @@ const v = "selectExtendedFieldTarget__bf40d42a", U = "caretIcon__3c82db84", V =
|
|
|
83
83
|
className: L,
|
|
84
84
|
"aria-expanded": a,
|
|
85
85
|
"aria-haspopup": "listbox",
|
|
86
|
-
"data-tx": "1.
|
|
86
|
+
"data-tx": "1.7.0",
|
|
87
87
|
...R,
|
|
88
88
|
children: [
|
|
89
89
|
D ? /* @__PURE__ */ r(K, { children: D }) : null,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c } from "../../chunks/vendor-D3hUOusX.js";
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as r } from "../../chunks/vendor-D3hUOusX.js";
|
|
3
3
|
import { ESkeletonType as t } from "./enums.js";
|
|
4
|
-
const
|
|
5
|
-
skeleton:
|
|
6
|
-
light:
|
|
4
|
+
const a = "skeleton__84491141", c = "light__dc5d79c7", k = "dark__d4b2a732", o = {
|
|
5
|
+
skeleton: a,
|
|
6
|
+
light: c,
|
|
7
7
|
dark: k
|
|
8
|
-
}, _ = ({ className: e, type: s = t.DARK, ...l }) => /* @__PURE__ */
|
|
8
|
+
}, _ = ({ className: e, type: s = t.DARK, ...l }) => /* @__PURE__ */ n(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
11
|
-
className:
|
|
11
|
+
className: r(o.skeleton, e, {
|
|
12
12
|
[o.dark]: s === t.DARK,
|
|
13
13
|
[o.light]: s === t.LIGHT
|
|
14
14
|
}),
|
|
15
15
|
...l,
|
|
16
|
-
"data-tx": "1.
|
|
16
|
+
"data-tx": "1.7.0"
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
export {
|
|
@@ -4,7 +4,7 @@ import { c as C, l as O } from "../../chunks/vendor-D3hUOusX.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-VV02EHbt.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": "1.
|
|
85
|
+
"data-tx": "1.7.0",
|
|
86
86
|
children: E
|
|
87
87
|
}
|
|
88
88
|
)
|
|
@@ -9,7 +9,7 @@ import { useSliderExtendedDotTabIndex as me } from "./useSliderExtendedDotTabInd
|
|
|
9
9
|
import { KeyDownListener as F } from "../../../KeyDownListener/KeyDownListener.js";
|
|
10
10
|
import { EVENT_KEY_CODES as p } from "../../../../utils/keyboard.js";
|
|
11
11
|
import { createSizeToClassNameMap as fe } from "../../../../utils/classNameMaps.js";
|
|
12
|
-
const pe = "
|
|
12
|
+
const pe = "sliderExtendedDot__ac338556", xe = "focusedByClick__78db6d92", he = "disabled__f58ba3de", ge = "dragByMouse__3b2338cd", De = "lg__9183541c", i = {
|
|
13
13
|
sliderExtendedDot: pe,
|
|
14
14
|
focusedByClick: xe,
|
|
15
15
|
disabled: he,
|
|
@@ -41,7 +41,7 @@ const pe = "sliderExtendedDot__b815cf3e", xe = "focusedByClick__2cc57ee2", he =
|
|
|
41
41
|
steps: s,
|
|
42
42
|
updateDot: G,
|
|
43
43
|
size: Y
|
|
44
|
-
} = re(ce), $ = me(_, l, z, y),
|
|
44
|
+
} = re(ce), $ = me(_, l, z, y), b = le(null);
|
|
45
45
|
L(() => () => q(l), []), ae(() => {
|
|
46
46
|
const e = o.getNormalizedValue({ max: c, min: u, value: d });
|
|
47
47
|
j({
|
|
@@ -65,7 +65,7 @@ const pe = "sliderExtendedDot__b815cf3e", xe = "focusedByClick__2cc57ee2", he =
|
|
|
65
65
|
});
|
|
66
66
|
}, [r, d, c, u, s]);
|
|
67
67
|
const J = (e) => (t) => {
|
|
68
|
-
E(!0), n(!0), document.addEventListener("mouseup",
|
|
68
|
+
E(!0), n(!0), document.addEventListener("mouseup", C), e(t), g == null || g(t);
|
|
69
69
|
}, Q = (e) => {
|
|
70
70
|
if (m) {
|
|
71
71
|
let t = o.getNormalizedCursorValue({
|
|
@@ -76,10 +76,10 @@ const pe = "sliderExtendedDot__b815cf3e", xe = "focusedByClick__2cc57ee2", he =
|
|
|
76
76
|
const S = o.getNearestStep({ normalizedValue: t, steps: s });
|
|
77
77
|
r(S.value);
|
|
78
78
|
}
|
|
79
|
-
},
|
|
80
|
-
n(!1), document.removeEventListener("mouseup",
|
|
79
|
+
}, C = () => {
|
|
80
|
+
n(!1), document.removeEventListener("mouseup", C);
|
|
81
81
|
}, Z = (e) => (t) => {
|
|
82
|
-
t.touches.length == 1 && (E(!0), n(!0), document.addEventListener("touchend",
|
|
82
|
+
t.touches.length == 1 && (E(!0), n(!0), document.addEventListener("touchend", R), e(t), D == null || D(t));
|
|
83
83
|
}, ee = (e) => {
|
|
84
84
|
if (e.touches.length == 1 && (e.cancelable && e.preventDefault(), m)) {
|
|
85
85
|
let t = o.getNormalizedCursorValue({
|
|
@@ -90,12 +90,12 @@ const pe = "sliderExtendedDot__b815cf3e", xe = "focusedByClick__2cc57ee2", he =
|
|
|
90
90
|
const S = o.getNearestStep({ normalizedValue: t, steps: s });
|
|
91
91
|
r(S.value);
|
|
92
92
|
}
|
|
93
|
-
},
|
|
94
|
-
e.cancelable && e.preventDefault(), n(!1), document.removeEventListener("touchend",
|
|
95
|
-
},
|
|
96
|
-
e.preventDefault(), O.moveToPrevStep(
|
|
93
|
+
}, R = (e) => {
|
|
94
|
+
e.cancelable && e.preventDefault(), n(!1), document.removeEventListener("touchend", R);
|
|
95
|
+
}, T = () => z.filter((e) => e.id === l)[0], te = (e) => {
|
|
96
|
+
e.preventDefault(), O.moveToPrevStep(T(), s);
|
|
97
97
|
}, oe = (e) => {
|
|
98
|
-
e.preventDefault(), O.moveToNextStep(
|
|
98
|
+
e.preventDefault(), O.moveToNextStep(T(), s);
|
|
99
99
|
}, se = (e) => {
|
|
100
100
|
y || V(!0), N(!0), h == null || h(e);
|
|
101
101
|
}, de = (e) => {
|
|
@@ -123,7 +123,7 @@ const pe = "sliderExtendedDot__b815cf3e", xe = "focusedByClick__2cc57ee2", he =
|
|
|
123
123
|
{
|
|
124
124
|
onMouseMove: k.throttle(Q, 50),
|
|
125
125
|
onTouchMove: k.throttle(ee),
|
|
126
|
-
targetRef:
|
|
126
|
+
targetRef: b,
|
|
127
127
|
children: ({ onTargetMouseDown: e, onTargetTouchStart: t }) => /* @__PURE__ */ f(
|
|
128
128
|
"span",
|
|
129
129
|
{
|
|
@@ -143,7 +143,7 @@ const pe = "sliderExtendedDot__b815cf3e", xe = "focusedByClick__2cc57ee2", he =
|
|
|
143
143
|
onMouseDown: J(e),
|
|
144
144
|
onTouchStart: Z(t),
|
|
145
145
|
style: { left: `${U}%` },
|
|
146
|
-
ref:
|
|
146
|
+
ref: b,
|
|
147
147
|
children: K
|
|
148
148
|
}
|
|
149
149
|
)
|
|
@@ -3,7 +3,7 @@ import C from "react";
|
|
|
3
3
|
import { SliderExtendedContext as M } from "../../SliderExtendedContext.js";
|
|
4
4
|
import { SliderExtendedMarkActions as s } from "./SliderExtendedMarkActions.js";
|
|
5
5
|
import { c as o } from "../../../../chunks/vendor-D3hUOusX.js";
|
|
6
|
-
import { s as e } from "../../../../chunks/SliderExtendedMarks.module-
|
|
6
|
+
import { s as e } from "../../../../chunks/SliderExtendedMarks.module-DZlxonFv.js";
|
|
7
7
|
import { EComponentSize as z } from "../../../../enums/EComponentSize.js";
|
|
8
8
|
import { ETextSize as c } from "../../../Typography/enums.js";
|
|
9
9
|
import { Text as N } from "../../../Typography/Text.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../../../chunks/vendor-D3hUOusX.js";
|
|
3
|
-
import { s as a } from "../../../../chunks/SliderExtendedMarks.module-
|
|
3
|
+
import { s as a } from "../../../../chunks/SliderExtendedMarks.module-DZlxonFv.js";
|
|
4
4
|
const t = ({ className: s, ...e }) => /* @__PURE__ */ r("div", { className: d(a.sliderExtendedMarks, s), ...e });
|
|
5
5
|
t.displayName = "SliderExtendedMarks";
|
|
6
6
|
export {
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../SliderExtendedContext.js";
|
|
4
4
|
import "../SliderExtendedUtils.js";
|
|
5
5
|
import "../../../chunks/vendor-D3hUOusX.js";
|
|
6
|
-
import { S as d } from "../../../chunks/SliderExtendedRail-
|
|
6
|
+
import { S as d } from "../../../chunks/SliderExtendedRail-VV02EHbt.js";
|
|
7
7
|
export {
|
|
8
8
|
d as SliderExtendedRail
|
|
9
9
|
};
|
|
@@ -3,7 +3,7 @@ import r from "react";
|
|
|
3
3
|
import { SliderExtendedContext as _ } from "../../SliderExtendedContext.js";
|
|
4
4
|
import { c as e } from "../../../../chunks/vendor-D3hUOusX.js";
|
|
5
5
|
import { createSizeToClassNameMap as v } from "../../../../utils/classNameMaps.js";
|
|
6
|
-
const E = "
|
|
6
|
+
const E = "sliderExtendedTooltipOverlay__c0cd816b", C = "lg__9183541c", N = "tooltipBody__97b1fa96", O = "tooltipTip__1f8bc3c3", t = {
|
|
7
7
|
sliderExtendedTooltipOverlay: E,
|
|
8
8
|
lg: C,
|
|
9
9
|
tooltipBody: N,
|
|
@@ -8,7 +8,7 @@ import { SliderExtendedTrackActions as d } from "./SliderExtendedTrackActions.js
|
|
|
8
8
|
import { EVENT_KEY_CODES as g } from "../../../../utils/keyboard.js";
|
|
9
9
|
import { KeyDownListener as F } from "../../../KeyDownListener/KeyDownListener.js";
|
|
10
10
|
import { createSizeToClassNameMap as ie } from "../../../../utils/classNameMaps.js";
|
|
11
|
-
const ne = "
|
|
11
|
+
const ne = "sliderExtendedTrack__b7566d60", ue = "lg__9183541c", fe = "focusedByClick__78db6d92", me = "hoverOrDragByMouse__0e0b40bc", he = "staticSlider__c66429a6", ge = "disabled__f58ba3de", o = {
|
|
12
12
|
sliderExtendedTrack: ne,
|
|
13
13
|
lg: ue,
|
|
14
14
|
focusedByClick: fe,
|
|
@@ -17,7 +17,7 @@ const ne = "sliderExtendedTrack__0a907c89", ue = "lg__30d07955", fe = "focusedBy
|
|
|
17
17
|
disabled: ge
|
|
18
18
|
}, pe = ie(o), Ee = ({
|
|
19
19
|
className: K,
|
|
20
|
-
draggable:
|
|
20
|
+
draggable: b = !0,
|
|
21
21
|
onBlur: p,
|
|
22
22
|
onFocus: E,
|
|
23
23
|
onMouseDown: x,
|
|
@@ -26,7 +26,7 @@ const ne = "sliderExtendedTrack__0a907c89", ue = "lg__30d07955", fe = "focusedBy
|
|
|
26
26
|
onTouchStart: y,
|
|
27
27
|
...A
|
|
28
28
|
}) => {
|
|
29
|
-
const [W,
|
|
29
|
+
const [W, k] = c(!1), [l, C] = c(!1), [H, v] = c(!1), [V, a] = c(!1), [U, S] = c(-1), {
|
|
30
30
|
disabled: M,
|
|
31
31
|
dots: s,
|
|
32
32
|
focused: i,
|
|
@@ -39,9 +39,9 @@ const ne = "sliderExtendedTrack__0a907c89", ue = "lg__30d07955", fe = "focusedBy
|
|
|
39
39
|
size: $
|
|
40
40
|
} = ce(le), f = O(0), m = O(null);
|
|
41
41
|
if (P(() => {
|
|
42
|
-
s.length > 1 &&
|
|
43
|
-
}, [s,
|
|
44
|
-
s.length > 1 &&
|
|
42
|
+
s.length > 1 && b ? l || C(!0) : l !== !1 && C(!1);
|
|
43
|
+
}, [s, b]), P(() => {
|
|
44
|
+
s.length > 1 && S(i ? 2 : -1);
|
|
45
45
|
}, [i]), !s.length)
|
|
46
46
|
return null;
|
|
47
47
|
const w = (e) => (t) => {
|
|
@@ -79,9 +79,9 @@ const ne = "sliderExtendedTrack__0a907c89", ue = "lg__30d07955", fe = "focusedBy
|
|
|
79
79
|
}, Q = (e) => {
|
|
80
80
|
e.preventDefault(), d.moveToNextStep(s, u);
|
|
81
81
|
}, Z = (e) => {
|
|
82
|
-
i || R(!0),
|
|
82
|
+
i || R(!0), k(!0), E == null || E(e);
|
|
83
83
|
}, ee = (e) => {
|
|
84
|
-
i && R(!1), v(!1),
|
|
84
|
+
i && R(!1), v(!1), k(!1), p == null || p(e);
|
|
85
85
|
}, te = (e) => {
|
|
86
86
|
n(!0), D == null || D(e);
|
|
87
87
|
}, se = (e) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as p } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
-
const
|
|
5
|
-
smallInput:
|
|
6
|
-
}, n = m.forwardRef(({ className: t, ...l },
|
|
4
|
+
const e = "smallInput__009548ee", o = {
|
|
5
|
+
smallInput: e
|
|
6
|
+
}, n = m.forwardRef(({ className: t, ...l }, s) => /* @__PURE__ */ a("input", { className: p(o.smallInput, t), ...l, type: "text", ref: s }));
|
|
7
7
|
n.displayName = "SmallInput";
|
|
8
8
|
export {
|
|
9
9
|
n as SmallInput
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as n, jsxs as l } from "react/jsx-runtime";
|
|
2
2
|
import z, { useState as T, useRef as E, useCallback as w } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon20 as p, CaretdownStrokeSrvIcon16 as B } from "@sberbusiness/icons-next";
|
|
4
4
|
import { Button as L } from "../Button/Button.js";
|
|
@@ -7,10 +7,10 @@ import "../Button/ButtonIcon.js";
|
|
|
7
7
|
import "../Button/ButtonDropdown.js";
|
|
8
8
|
import "../Button/ButtonDropdownExtended.js";
|
|
9
9
|
import { EButtonTheme as R } from "../Button/enums.js";
|
|
10
|
-
import { EComponentSize as
|
|
10
|
+
import { EComponentSize as c } from "../../enums/EComponentSize.js";
|
|
11
11
|
import { createSizeToClassNameMap as g } from "../../utils/classNameMaps.js";
|
|
12
12
|
import { a as j, c as _ } from "../../chunks/vendor-D3hUOusX.js";
|
|
13
|
-
const y = "
|
|
13
|
+
const y = "spoiler__fa0d2766", D = "opened__3358263c", q = "caretIcon__5c4b5022", A = "head__c90203a6", G = "content__96736398", H = "hidden__3b7b538a", K = "lg__a2db415b", $ = "md__82acd175", F = "sm__2c34887c", e = {
|
|
14
14
|
spoiler: y,
|
|
15
15
|
opened: D,
|
|
16
16
|
caretIcon: q,
|
|
@@ -21,25 +21,25 @@ const y = "spoiler__f3c82f5c", D = "opened__51fd3a27", q = "caretIcon__bc0db52b"
|
|
|
21
21
|
md: $,
|
|
22
22
|
sm: F
|
|
23
23
|
}, J = {
|
|
24
|
-
[
|
|
25
|
-
[
|
|
26
|
-
[
|
|
27
|
-
}, O = g(e), P = z.forwardRef((
|
|
24
|
+
[c.SM]: /* @__PURE__ */ n(B, { paletteIndex: 5, className: e.caretIcon }),
|
|
25
|
+
[c.MD]: /* @__PURE__ */ n(p, { paletteIndex: 5, className: e.caretIcon }),
|
|
26
|
+
[c.LG]: /* @__PURE__ */ n(p, { paletteIndex: 5, className: e.caretIcon })
|
|
27
|
+
}, O = g(e), P = z.forwardRef((h, I) => {
|
|
28
28
|
const {
|
|
29
|
-
children:
|
|
30
|
-
expanded:
|
|
29
|
+
children: f,
|
|
30
|
+
expanded: s,
|
|
31
31
|
onToggle: o,
|
|
32
|
-
toggle:
|
|
32
|
+
toggle: a,
|
|
33
33
|
className: x,
|
|
34
34
|
labelExpand: S,
|
|
35
35
|
labelCollapse: u,
|
|
36
36
|
rightBlock: N,
|
|
37
|
-
size: r =
|
|
37
|
+
size: r = c.MD,
|
|
38
38
|
...b
|
|
39
|
-
} =
|
|
39
|
+
} = h, d = s !== void 0, [C, v] = T(s), t = d ? s : C, m = E(`Spoiler-${j()}`), M = w(() => {
|
|
40
40
|
const i = !t;
|
|
41
|
-
d ?
|
|
42
|
-
}, [d,
|
|
41
|
+
d ? a == null || a(i) : v(i), o == null || o(i);
|
|
42
|
+
}, [d, a, t, o]), k = _(
|
|
43
43
|
e.spoiler,
|
|
44
44
|
O[r],
|
|
45
45
|
{
|
|
@@ -47,7 +47,7 @@ const y = "spoiler__f3c82f5c", D = "opened__51fd3a27", q = "caretIcon__bc0db52b"
|
|
|
47
47
|
},
|
|
48
48
|
x
|
|
49
49
|
);
|
|
50
|
-
return /* @__PURE__ */ l("div", { ...b, className: k, "data-tx": "1.
|
|
50
|
+
return /* @__PURE__ */ l("div", { ...b, className: k, "data-tx": "1.7.0", ref: I, children: [
|
|
51
51
|
/* @__PURE__ */ l("div", { className: e.head, children: [
|
|
52
52
|
/* @__PURE__ */ l(
|
|
53
53
|
L,
|
|
@@ -65,7 +65,7 @@ const y = "spoiler__f3c82f5c", D = "opened__51fd3a27", q = "caretIcon__bc0db52b"
|
|
|
65
65
|
),
|
|
66
66
|
N
|
|
67
67
|
] }),
|
|
68
|
-
/* @__PURE__ */
|
|
68
|
+
/* @__PURE__ */ n("div", { id: m.current, className: _(e.content, { [e.hidden]: !t }), children: f })
|
|
69
69
|
] });
|
|
70
70
|
});
|
|
71
71
|
P.displayName = "Spoiler";
|