@sberbusiness/triplex-next 1.16.0 → 1.17.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-BG_kloAp.js → AlertProcessSpoiler-t7fDdqO9.js} +13 -13
- package/chunks/CalendarViewItem-C2DNB4Jw.js +101 -0
- package/chunks/Card.module-CoTlxJ6e.js +17 -0
- package/chunks/CheckboxTreeExtended.module-bZi9dSDw.js +14 -0
- package/chunks/{Chip-D_XuO-fG.js → Chip-Cf-GM0CV.js} +16 -16
- package/chunks/Confirm.module-BI8PM4Hz.js +15 -0
- package/chunks/{DropdownListItem-DzngoNVf.js → DropdownListItem-Cy40lpF7.js} +15 -15
- package/chunks/DropdownMobile.module-CiteH_xj.js +23 -0
- package/chunks/Footer.module-DnotaF0A.js +9 -0
- package/chunks/{FormFieldInput-TbDWEJtn.js → FormFieldInput-AMteABRz.js} +12 -12
- package/chunks/HeaderLayoutSidebar.module-Bd_GF8rz.js +9 -0
- package/chunks/HeaderTabs.module-Cfl_jvQ5.js +9 -0
- package/chunks/{HeaderTitle.module-DVxCsuq0.js → HeaderTitle.module-CWH4Qtxu.js} +2 -2
- package/chunks/IslandAccordion.module-C-ODuVTy.js +25 -0
- package/chunks/IslandWidgetFooter.module-BKWOZe3U.js +9 -0
- package/chunks/IslandWidgetHeader.module-iR-r9VBx.js +12 -0
- package/chunks/{LightBoxContent-CY1Sxlp1.js → LightBoxContent-OGbq-MPG.js} +13 -13
- package/chunks/LightBoxControls.module-yMjZxWFf.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DIr7bB-Q.js +8 -0
- package/chunks/{ListItemControlsButton-C55hc-cr.js → ListItemControlsButton-D5VCVobZ.js} +10 -10
- package/chunks/ListItemTail.module-psSZKLRd.js +12 -0
- package/chunks/ListMasterFooter.module-B-sVcLFb.js +10 -0
- package/chunks/ModalWindow.module-kWUQDYW7.js +17 -0
- package/chunks/Notification.module-CglusCHB.js +21 -0
- package/chunks/Overlay.module-DrUdkKMZ.js +18 -0
- package/chunks/Page.module-BqOHwRFw.js +11 -0
- package/chunks/{RightBorderArrow-D4dScyRx.js → RightBorderArrow-Cg9t6wps.js} +4 -4
- package/chunks/SMSField.module-Bu6Qam45.js +16 -0
- package/chunks/SliderExtendedMarks.module-BtIySKC1.js +15 -0
- package/chunks/{SliderExtendedRail-Bgz2tkUx.js → SliderExtendedRail-C3YHkDdA.js} +9 -9
- package/chunks/StatusTracker.module-C6hh8Ogq.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CaLnhNmM.js → SuggestFieldMobileDropdownHint-DFpzFnw4.js} +4 -4
- package/chunks/TableFooter.module-CD1rdwIS.js +14 -0
- package/chunks/TabsExtended.module-dt080T3c.js +16 -0
- package/chunks/TabsLine.module-BxpgcF_Y.js +21 -0
- package/chunks/TooltipDesktop.module-Dg73ZVxN.js +19 -0
- package/chunks/TreeView.module-IDSIrNif.js +9 -0
- package/chunks/UploadZoneInput-y4jP_J3Z.js +33 -0
- package/chunks/{constants-DAn1uZaw.js → constants-BVwJOKSH.js} +13 -13
- package/chunks/utils-C2wI3ypW.js +27 -0
- package/chunks/{utils-D7Yx6kDI.js → utils-CnUVPndw.js} +4 -4
- package/chunks/{utils-DV0NGebi.js → utils-DTJIF2M7.js} +7 -7
- package/chunks/utils-DfZbK225.js +73 -0
- package/components/Alert/AlertContext/AlertContext.js +14 -14
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +16 -16
- package/components/Badge/Badge.js +12 -12
- package/components/Badge/BadgeDot.js +8 -8
- package/components/Badge/components/BadgeContent.js +20 -20
- package/components/Badge/components/BadgePostfix.js +4 -4
- package/components/Badge/components/BadgePrefix.js +1 -1
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +21 -21
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +1 -1
- package/components/Button/ButtonDropdownExtended.js +5 -5
- 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 +21 -21
- 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 +6 -6
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- 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 +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +8 -8
- package/components/Col/Col.js +130 -130
- package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
- 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 +6 -6
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/ExpandAnimation/ExpandAnimation.js +1 -1
- 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 +33 -33
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +1 -1
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +14 -14
- package/components/FormField/components/FormFieldMaskedInput.js +10 -10
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +4 -4
- package/components/FormField/components/FormFieldTarget.js +6 -6
- package/components/FormField/components/FormFieldTextarea.js +12 -12
- 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 +8 -8
- 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 +13 -13
- 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 +18 -18
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- 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 +5 -5
- package/components/LightBox/LightBox.js +10 -10
- 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 +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +3 -3
- package/components/Link/Link.js +26 -26
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +2 -2
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +6 -6
- 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 +6 -6
- 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 +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +15 -15
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +13 -13
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- 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 +2 -2
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +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 +2 -2
- package/components/Pagination/components/PaginationSelect.js +10 -10
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +10 -10
- package/components/SegmentedControl/SegmentedControlSegment.js +16 -16
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +32 -32
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +16 -16
- package/components/SmallInput/SmallInput.js +3 -3
- package/components/Spoiler/Spoiler.js +13 -13
- 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 +13 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +3 -3
- 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 +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +19 -19
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +8 -8
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- 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 +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +17 -17
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +8 -8
- package/components/TagGroup/TagGroup.js +9 -9
- 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 +10 -10
- 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 +6 -6
- package/components/TopOverlay/TopOverlay.js +15 -15
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +17 -17
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +15 -15
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +8 -8
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- 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 +546 -546
- package/chunks/CalendarViewItem-CQQGgtHA.js +0 -101
- package/chunks/Card.module-D_9Nt5tA.js +0 -17
- package/chunks/CheckboxTreeExtended.module-D7lKoA-a.js +0 -14
- package/chunks/Confirm.module-BFd_0tH_.js +0 -15
- package/chunks/DropdownMobile.module-Ct6WVB7d.js +0 -23
- package/chunks/Footer.module-Cz5Pu1VT.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Bce5gLLP.js +0 -9
- package/chunks/HeaderTabs.module-Bwx0AJwd.js +0 -9
- package/chunks/IslandAccordion.module-oqHSoL0z.js +0 -25
- package/chunks/IslandWidgetFooter.module-Bp7thdVi.js +0 -9
- package/chunks/IslandWidgetHeader.module-B2SJ3aL2.js +0 -12
- package/chunks/LightBoxControls.module-CXoONiYm.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BeAPadn5.js +0 -8
- package/chunks/ListItemTail.module-BlucpMEa.js +0 -12
- package/chunks/ListMasterFooter.module-D93cBp3m.js +0 -10
- package/chunks/ModalWindow.module-AO3qbtIE.js +0 -17
- package/chunks/Notification.module-3pjGHWYU.js +0 -21
- package/chunks/Overlay.module-yINooO_5.js +0 -18
- package/chunks/Page.module-fTNmaZZ6.js +0 -11
- package/chunks/SMSField.module-D01Witvu.js +0 -16
- package/chunks/SliderExtendedMarks.module-BLyZ9qYi.js +0 -15
- package/chunks/StatusTracker.module-DPlTQG3M.js +0 -24
- package/chunks/TableFooter.module-zC8u9DwX.js +0 -14
- package/chunks/TabsExtended.module-C65aq0XO.js +0 -16
- package/chunks/TabsLine.module-B3O0egAv.js +0 -21
- package/chunks/TooltipDesktop.module-D1K6FcqB.js +0 -19
- package/chunks/TreeView.module-Vpz40gNk.js +0 -9
- package/chunks/UploadZoneInput-DxG_yQtm.js +0 -33
- package/chunks/utils-9tQwQbYj.js +0 -27
- package/chunks/utils-HLMbnICl.js +0 -73
|
@@ -2,24 +2,24 @@ import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { useContext as d, useEffect as i } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
4
|
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
|
-
import { AlertProcessContext as
|
|
5
|
+
import { AlertProcessContext as f } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
6
|
import { c as a } from "./vendor-Dlne6Znf.js";
|
|
7
|
-
const
|
|
8
|
-
alertProcess:
|
|
9
|
-
withSpoiler:
|
|
7
|
+
const x = "alertProcess__b2ca3ca1", y = "withSpoiler__ce4e9590", u = "themeIcon__2f9ae8ce", T = "alertTypeError__eced6c2f", B = "alertTypeInfo__ad132559", C = "alertTypeWarning__fd60e52c", S = "alertTypeSystem__5c4d5fbf", h = "alertTypeFeature__64f10b96", I = "alertProcessContentBlock__7c3ebd34", P = "expandableContent__224686f2", b = "expanded__146e79e4", g = "closeButton__857cc898", k = "expandButton__0f30a68f", e = {
|
|
8
|
+
alertProcess: x,
|
|
9
|
+
withSpoiler: y,
|
|
10
10
|
themeIcon: u,
|
|
11
11
|
alertTypeError: T,
|
|
12
|
-
alertTypeInfo:
|
|
13
|
-
alertTypeWarning:
|
|
14
|
-
alertTypeSystem:
|
|
15
|
-
alertTypeFeature:
|
|
16
|
-
alertProcessContentBlock:
|
|
17
|
-
expandableContent:
|
|
18
|
-
expanded:
|
|
12
|
+
alertTypeInfo: B,
|
|
13
|
+
alertTypeWarning: C,
|
|
14
|
+
alertTypeSystem: S,
|
|
15
|
+
alertTypeFeature: h,
|
|
16
|
+
alertProcessContentBlock: I,
|
|
17
|
+
expandableContent: P,
|
|
18
|
+
expanded: b,
|
|
19
19
|
closeButton: g,
|
|
20
20
|
expandButton: k
|
|
21
21
|
}, v = ({ children: s, open: r, onOpen: o, ...c }) => {
|
|
22
|
-
const { setHasSpoiler: n } = d(
|
|
22
|
+
const { setHasSpoiler: n } = d(f);
|
|
23
23
|
i(() => (n(!0), () => {
|
|
24
24
|
n(!1);
|
|
25
25
|
}), [n]);
|
|
@@ -36,4 +36,4 @@ export {
|
|
|
36
36
|
v as A,
|
|
37
37
|
e as s
|
|
38
38
|
};
|
|
39
|
-
//# sourceMappingURL=AlertProcessSpoiler-
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-t7fDdqO9.js.map
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { jsx as V } from "react/jsx-runtime";
|
|
2
|
+
import { c as w } from "./vendor-Dlne6Znf.js";
|
|
3
|
+
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
4
|
+
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
|
+
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
+
import { isKey as k } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__ddba9759", E = "calendarViewMonths__67eb56d5", L = "calendarViewYears__cd5c2772", R = "calendarViewDaysHeader__9b1e93eb", v = "calendarViewDaysBody__def3eb88", H = "calendarViewItem__a08b52e4", B = "current__da5e8f04", S = "disabled__ce298214", j = "calendarViewItemLabel__fe163434", O = "selected__2a81e2f9", P = "basicMark__a76be3e1", g = "standardMark__d9d50338", q = "attentionMark__64cebc5b", z = "criticalMark__89efaddd", G = "muted__310641d8", J = "marked__a7407d37", Q = "unitDay__3a219db7", U = "unitMonth__d080300e", W = "unitYear__6cd45a13", e = {
|
|
8
|
+
calendarViewDays: A,
|
|
9
|
+
calendarViewMonths: E,
|
|
10
|
+
calendarViewYears: L,
|
|
11
|
+
calendarViewDaysHeader: R,
|
|
12
|
+
calendarViewDaysBody: v,
|
|
13
|
+
calendarViewItem: H,
|
|
14
|
+
current: B,
|
|
15
|
+
disabled: S,
|
|
16
|
+
calendarViewItemLabel: j,
|
|
17
|
+
selected: O,
|
|
18
|
+
basicMark: P,
|
|
19
|
+
standardMark: g,
|
|
20
|
+
attentionMark: q,
|
|
21
|
+
criticalMark: z,
|
|
22
|
+
muted: G,
|
|
23
|
+
marked: J,
|
|
24
|
+
unitDay: Q,
|
|
25
|
+
unitMonth: U,
|
|
26
|
+
unitYear: W
|
|
27
|
+
}, X = {
|
|
28
|
+
[r.BASIC]: e.basicMark,
|
|
29
|
+
[r.STANDARD]: e.standardMark,
|
|
30
|
+
[r.ATTENTION]: e.attentionMark,
|
|
31
|
+
[r.CRITICAL]: e.criticalMark
|
|
32
|
+
}, Z = {
|
|
33
|
+
day: e.unitDay,
|
|
34
|
+
month: e.unitMonth,
|
|
35
|
+
year: e.unitYear
|
|
36
|
+
}, re = ({
|
|
37
|
+
children: f,
|
|
38
|
+
className: y,
|
|
39
|
+
date: o,
|
|
40
|
+
unit: b,
|
|
41
|
+
tabbable: d,
|
|
42
|
+
active: l,
|
|
43
|
+
disabled: _,
|
|
44
|
+
muted: I,
|
|
45
|
+
markType: n,
|
|
46
|
+
onFocus: c,
|
|
47
|
+
onBlur: s,
|
|
48
|
+
onKeyDown: i,
|
|
49
|
+
onDateSelect: m,
|
|
50
|
+
...C
|
|
51
|
+
}) => {
|
|
52
|
+
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
|
+
Y(() => {
|
|
54
|
+
var a;
|
|
55
|
+
d && t.current && ((a = u.current) == null || a.focus());
|
|
56
|
+
}, [d, t]);
|
|
57
|
+
const D = (a) => {
|
|
58
|
+
t.current = !0, c == null || c(a);
|
|
59
|
+
}, h = (a) => {
|
|
60
|
+
t.current = !1, s == null || s(a);
|
|
61
|
+
}, p = (a) => {
|
|
62
|
+
const M = a.code || a.keyCode;
|
|
63
|
+
(k(M, "ENTER") || k(M, "SPACE")) && (a.preventDefault(), m(o)), i == null || i(a);
|
|
64
|
+
};
|
|
65
|
+
return /* @__PURE__ */ V(
|
|
66
|
+
"td",
|
|
67
|
+
{
|
|
68
|
+
className: w(e.calendarViewItem, { [e.disabled]: _ }, y),
|
|
69
|
+
tabIndex: d ? 0 : -1,
|
|
70
|
+
"aria-selected": l ? !0 : void 0,
|
|
71
|
+
onFocus: D,
|
|
72
|
+
onBlur: h,
|
|
73
|
+
onKeyDown: p,
|
|
74
|
+
...C,
|
|
75
|
+
ref: u,
|
|
76
|
+
children: /* @__PURE__ */ V(
|
|
77
|
+
"div",
|
|
78
|
+
{
|
|
79
|
+
className: w(
|
|
80
|
+
e.calendarViewItemLabel,
|
|
81
|
+
Z[b],
|
|
82
|
+
{
|
|
83
|
+
[e.disabled]: _,
|
|
84
|
+
[e.marked]: n !== void 0,
|
|
85
|
+
[e.muted]: !!I,
|
|
86
|
+
[e.selected]: l
|
|
87
|
+
},
|
|
88
|
+
n !== void 0 ? X[n] : void 0
|
|
89
|
+
),
|
|
90
|
+
onClick: () => m(o),
|
|
91
|
+
children: f
|
|
92
|
+
}
|
|
93
|
+
)
|
|
94
|
+
}
|
|
95
|
+
);
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
re as C,
|
|
99
|
+
e as s
|
|
100
|
+
};
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-C2DNB4Jw.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__c102652e", d = "roundingMD__5beab8ca", a = "roundingSM__e4b79503", c = "general__cb6c7116", e = "secondary__5ac2f3c3", o = "cardMedia__63e17a83", r = "cardContent__28990b5a", t = "paddingMD__de3063dd", _ = "paddingSM__e6ff0403", s = "cardContentHeader__51cff0eb", g = "cardContentFooter__9c1588b7", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: c,
|
|
6
|
+
secondary: e,
|
|
7
|
+
cardMedia: o,
|
|
8
|
+
cardContent: r,
|
|
9
|
+
paddingMD: t,
|
|
10
|
+
paddingSM: _,
|
|
11
|
+
cardContentHeader: s,
|
|
12
|
+
cardContentFooter: g
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
i as c
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=Card.module-CoTlxJ6e.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__14bd5e4a", c = "checkboxTreeExtendedNode__8bba1f85", d = "checkboxTreeExtendedNodeHeader__b08b70e6", o = "sm__0a10c892", r = "md__132e9001", x = "lg__f6a9c7de", b = "checkboxTreeCheckboxLabel__0dc41e28", t = "caretIconWrapper__2bdde1f0", n = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
checkboxTreeExtendedNodeHeader: d,
|
|
5
|
+
sm: o,
|
|
6
|
+
md: r,
|
|
7
|
+
lg: x,
|
|
8
|
+
checkboxTreeCheckboxLabel: b,
|
|
9
|
+
caretIconWrapper: t
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
n as s
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-bZi9dSDw.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import x, { useCallback as u } from "react";
|
|
3
3
|
import { c as n } from "./vendor-Dlne6Znf.js";
|
|
4
|
-
import { EComponentSize as
|
|
4
|
+
import { EComponentSize as b } from "../enums/EComponentSize.js";
|
|
5
5
|
import { createSizeToClassNameMap as P } from "../utils/classNameMaps.js";
|
|
6
6
|
import { isKey as C } from "../utils/keyboard.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "chipGroupItem__a145769e", w = "chip__5382243d", I = "lg__6eeb86fb", B = "prefix__fe901363", G = "postfix__11184174", g = "md__23d1de94", z = "sm__9519582a", M = "disabled__f824f86d", S = "selected__7c0d4d24", j = "withPrefix__cab1d3d0", y = "withPostfix__18fde07b", E = "content__8d727662", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -17,11 +17,11 @@ const N = "chipGroupItem__21b9cff0", w = "chip__8e3692ff", I = "lg__016ef80e", B
|
|
|
17
17
|
withPrefix: j,
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
|
-
}, R = P(e), T =
|
|
21
|
-
({ children:
|
|
22
|
-
const _ =
|
|
23
|
-
(
|
|
24
|
-
C(
|
|
20
|
+
}, R = P(e), T = x.forwardRef(
|
|
21
|
+
({ children: l, className: d, disabled: t, postfix: o, prefix: i, selected: p, size: r = b.MD, onKeyDown: s, ...f }, m) => {
|
|
22
|
+
const _ = u(
|
|
23
|
+
(c) => {
|
|
24
|
+
C(c.code, "SPACE") && c.preventDefault(), s == null || s(c);
|
|
25
25
|
},
|
|
26
26
|
[s]
|
|
27
27
|
);
|
|
@@ -36,17 +36,17 @@ const N = "chipGroupItem__21b9cff0", w = "chip__8e3692ff", I = "lg__016ef80e", B
|
|
|
36
36
|
[e.disabled]: !!t,
|
|
37
37
|
[e.selected]: !!p,
|
|
38
38
|
[e.withPostfix]: typeof o < "u",
|
|
39
|
-
[e.withPrefix]: typeof
|
|
39
|
+
[e.withPrefix]: typeof i < "u"
|
|
40
40
|
},
|
|
41
|
-
|
|
41
|
+
d
|
|
42
42
|
),
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
45
45
|
onKeyDown: _,
|
|
46
|
-
...
|
|
47
|
-
ref:
|
|
46
|
+
...f,
|
|
47
|
+
ref: m,
|
|
48
48
|
children: [
|
|
49
|
-
|
|
49
|
+
i ? /* @__PURE__ */ a(
|
|
50
50
|
"span",
|
|
51
51
|
{
|
|
52
52
|
className: n(
|
|
@@ -58,10 +58,10 @@ const N = "chipGroupItem__21b9cff0", w = "chip__8e3692ff", I = "lg__016ef80e", B
|
|
|
58
58
|
// Для иконок.
|
|
59
59
|
}
|
|
60
60
|
),
|
|
61
|
-
children:
|
|
61
|
+
children: i
|
|
62
62
|
}
|
|
63
63
|
) : null,
|
|
64
|
-
/* @__PURE__ */ a("span", { className: e.content, children:
|
|
64
|
+
/* @__PURE__ */ a("span", { className: e.content, children: l }),
|
|
65
65
|
o ? /* @__PURE__ */ a(
|
|
66
66
|
"span",
|
|
67
67
|
{
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-Cf-GM0CV.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__3eb43e7e", o = "isInLightBox__4d59dd99", i = "isInSideOverlaySM__e8436707", e = "isInSideOverlayMD__e4f7e774", t = "isInSideOverlayLG__e5577b92", s = "confirmCloseButton__22a01453", r = "confirmContent__8a6a6097", c = "confirmControls__83c2dea9", l = "confirmContentTitle__3d6c7052", _ = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: e,
|
|
6
|
+
isInSideOverlayLG: t,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: r,
|
|
9
|
+
confirmControls: c,
|
|
10
|
+
confirmContentTitle: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
_ as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-BI8PM4Hz.js.map
|
|
@@ -3,22 +3,22 @@ import k, { useEffect as I } from "react";
|
|
|
3
3
|
import { EVENT_KEY_CODES as c } from "../utils/keyboard.js";
|
|
4
4
|
import { c as u } from "./vendor-Dlne6Znf.js";
|
|
5
5
|
import { NotificationIcon as v } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
-
const l = "
|
|
6
|
+
const l = "dropdownDesktopList__98fb29bb", y = "sm__3af8ae9e", N = "dropdownDesktopListItem__c757d321", b = "dropdownDesktopListLoader__59ddcb4f", g = "md__64ee3160", x = "lg__07c8d29c", O = "active__42408c2a", R = "selected__b24b8e1f", T = "notificationIcon__8257916a", s = {
|
|
7
7
|
dropdownDesktopList: l,
|
|
8
8
|
sm: y,
|
|
9
9
|
dropdownDesktopListItem: N,
|
|
10
|
-
dropdownDesktopListLoader:
|
|
11
|
-
md:
|
|
12
|
-
lg:
|
|
13
|
-
active:
|
|
14
|
-
selected:
|
|
15
|
-
notificationIcon:
|
|
16
|
-
},
|
|
10
|
+
dropdownDesktopListLoader: b,
|
|
11
|
+
md: g,
|
|
12
|
+
lg: x,
|
|
13
|
+
active: O,
|
|
14
|
+
selected: R,
|
|
15
|
+
notificationIcon: T
|
|
16
|
+
}, C = [c.SPACE, c.ENTER], K = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection:
|
|
19
|
+
keyCodesForSelection: a = C,
|
|
20
20
|
children: d,
|
|
21
|
-
className:
|
|
21
|
+
className: p,
|
|
22
22
|
onClick: n,
|
|
23
23
|
onSelect: o,
|
|
24
24
|
selected: r,
|
|
@@ -27,7 +27,7 @@ const l = "dropdownDesktopList__86374f1f", y = "sm__4d294867", N = "dropdownDesk
|
|
|
27
27
|
}, f) => {
|
|
28
28
|
const i = (t) => {
|
|
29
29
|
const { keyCode: D } = t;
|
|
30
|
-
|
|
30
|
+
a.includes(D) && (t.preventDefault(), o == null || o());
|
|
31
31
|
}, L = (t) => {
|
|
32
32
|
o == null || o(), n == null || n(t);
|
|
33
33
|
};
|
|
@@ -39,7 +39,7 @@ const l = "dropdownDesktopList__86374f1f", y = "sm__4d294867", N = "dropdownDesk
|
|
|
39
39
|
className: u(
|
|
40
40
|
s.dropdownDesktopListItem,
|
|
41
41
|
{ [s.active]: !!e, [s.selected]: !!r },
|
|
42
|
-
|
|
42
|
+
p
|
|
43
43
|
),
|
|
44
44
|
title: typeof d == "string" ? d : void 0,
|
|
45
45
|
role: "option",
|
|
@@ -55,9 +55,9 @@ const l = "dropdownDesktopList__86374f1f", y = "sm__4d294867", N = "dropdownDesk
|
|
|
55
55
|
);
|
|
56
56
|
}
|
|
57
57
|
);
|
|
58
|
-
|
|
58
|
+
K.displayName = "DropdownListItem";
|
|
59
59
|
export {
|
|
60
|
-
|
|
60
|
+
K as D,
|
|
61
61
|
s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=DropdownListItem-
|
|
63
|
+
//# sourceMappingURL=DropdownListItem-Cy40lpF7.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__a7879d73", e = "dropdownMobileBackdrop__522a4f51", d = "closing__8ee1b496", n = "opening__72684259", r = "opened__02193b7c", t = "dropdownMobile__28a27a07", i = "dropdownMobileHeader__2c3de550", p = "dropdownMobileHeaderContent__e38c0618", l = "dropdownMobileContent__d5a13532", c = "dropdownMobileFooter__4980851a", b = "dropdownMobileListItem__49b2a6ad", s = "selected__b24b8e1f", w = "dropdownMobileListLoader__f398200b", _ = "dropdownMobileBodyOverflow__c46aab68", a = "controlButtons__8f5717f5", M = "dropdownMobileLoader__ee1f694c", f = "notificationIcon__8257916a", L = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: e,
|
|
4
|
+
closing: d,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: t,
|
|
8
|
+
dropdownMobileHeader: i,
|
|
9
|
+
dropdownMobileHeaderContent: p,
|
|
10
|
+
dropdownMobileContent: l,
|
|
11
|
+
dropdownMobileFooter: c,
|
|
12
|
+
dropdownMobileListItem: b,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileListLoader: w,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: a,
|
|
17
|
+
dropdownMobileLoader: M,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-CiteH_xj.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__6ccabd86", t = "footerDescriptionContent__5e9b23bc", e = "footerDescriptionControls__27a9c20d", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-DnotaF0A.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { FormFieldContext as
|
|
1
|
+
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
+
import z, { useContext as A, useMemo as M, useEffect as N } from "react";
|
|
3
|
+
import { FormFieldContext as P } from "../components/FormField/FormFieldContext.js";
|
|
4
4
|
import { u as k, c as y } from "./vendor-Dlne6Znf.js";
|
|
5
5
|
import { EFormFieldStatus as D } from "../components/FormField/enums.js";
|
|
6
6
|
import { createSizeToClassNameMap as R } from "../utils/classNameMaps.js";
|
|
7
|
-
const T = "
|
|
7
|
+
const T = "formFieldInput__9a8c13bb", W = "sm__159406fa", j = "md__7a7f132f", q = "lg__2beef4b4", x = {
|
|
8
8
|
formFieldInput: T,
|
|
9
9
|
sm: W,
|
|
10
10
|
md: j,
|
|
11
11
|
lg: q
|
|
12
|
-
}, v = R(x), w =
|
|
13
|
-
const { className:
|
|
12
|
+
}, v = R(x), w = z.forwardRef((r, m) => {
|
|
13
|
+
const { className: b, id: a, onAnimationStart: i, onBlur: n, onFocus: l, placeholder: d, value: s, ...S } = r, { render: c, ...B } = r, { focused: C, status: E, setFocused: u, setId: f, setValueExist: t, size: p } = A(P), o = M(() => a === void 0 ? k("input_") : a, [a]), F = y(x.formFieldInput, v[p], b);
|
|
14
14
|
N(() => {
|
|
15
15
|
f(o);
|
|
16
16
|
}, [o, f]), N(() => {
|
|
@@ -25,23 +25,23 @@ const T = "formFieldInput__d77f7d01", W = "sm__df1f3ec8", j = "md__7610a12a", q
|
|
|
25
25
|
};
|
|
26
26
|
return c ? c(
|
|
27
27
|
{
|
|
28
|
-
...
|
|
28
|
+
...B,
|
|
29
29
|
className: F,
|
|
30
30
|
id: o,
|
|
31
31
|
onAnimationStart: h,
|
|
32
32
|
onBlur: I,
|
|
33
33
|
onFocus: _,
|
|
34
34
|
/* Когда элемент не в фокусе, вместо placeholder показывается Label. */
|
|
35
|
-
placeholder:
|
|
35
|
+
placeholder: C ? d : " ",
|
|
36
36
|
size: p
|
|
37
37
|
},
|
|
38
38
|
m
|
|
39
|
-
) : /* @__PURE__ */
|
|
39
|
+
) : /* @__PURE__ */ g(
|
|
40
40
|
"input",
|
|
41
41
|
{
|
|
42
|
-
...
|
|
42
|
+
...S,
|
|
43
43
|
className: F,
|
|
44
|
-
disabled:
|
|
44
|
+
disabled: E === D.DISABLED,
|
|
45
45
|
id: o,
|
|
46
46
|
onAnimationStart: h,
|
|
47
47
|
onFocus: _,
|
|
@@ -57,4 +57,4 @@ export {
|
|
|
57
57
|
w as F,
|
|
58
58
|
x as s
|
|
59
59
|
};
|
|
60
|
-
//# sourceMappingURL=FormFieldInput-
|
|
60
|
+
//# sourceMappingURL=FormFieldInput-AMteABRz.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__8b727ed9", a = "headerLayoutSidebarContent__3412c782", d = "headerLayoutSidebarSidebar__6076a9ea", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-Bd_GF8rz.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__363b6d9b", t = "headerTitleControls__6bce211f", l = "headerTitleContent__b6b925ac", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__1a8074c0", t = "headerTitleControls__546a9ebe", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-CWH4Qtxu.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__2b968f16", t = "island__b0972126", o = "item__b5383515", c = "disabled__e7679d8a", d = "sm__462f4266", s = "md__3d83d0ca", _ = "lg__241d8cc6", n = "header__7bee78e9", a = "type1__0874dd25", r = "opened__ab939b0d", p = "type2__fceafd48", i = "type3__8767a408", l = "footer__deb11283", b = "body__e6f6f0d5", y = "caretWrapper__4542d806", m = "caretIcon__ba337775", f = "title__1f1ce980", g = "step__a7dc39c6", h = "remove__d7e4e726", v = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: o,
|
|
5
|
+
disabled: c,
|
|
6
|
+
sm: d,
|
|
7
|
+
md: s,
|
|
8
|
+
lg: _,
|
|
9
|
+
header: n,
|
|
10
|
+
type1: a,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: i,
|
|
14
|
+
footer: l,
|
|
15
|
+
body: b,
|
|
16
|
+
caretWrapper: y,
|
|
17
|
+
caretIcon: m,
|
|
18
|
+
title: f,
|
|
19
|
+
step: g,
|
|
20
|
+
remove: h
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
v as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-C-ODuVTy.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__4443e4a0", o = "islandWidgetFooterContent__7135dff9", e = "islandWidgetFooterControls__3c9b7115", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-BKWOZe3U.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__074df7d8", d = "islandWidgetHeaderContent__eb3c7270", t = "islandWidgetHeaderDescription__653bf8ac", a = "caretWrapper__eda70009", n = "caretIcon__94d0f30d", r = "open__d8a393d6", i = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: t,
|
|
5
|
+
caretWrapper: a,
|
|
6
|
+
caretIcon: n,
|
|
7
|
+
open: r
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
i as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=IslandWidgetHeader.module-iR-r9VBx.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
2
|
-
import { useState as v, useRef as _, useCallback as p, useLayoutEffect as C, useEffect as
|
|
3
|
-
import { WindowResizeListener as
|
|
4
|
-
import { a as
|
|
5
|
-
import { LoaderScreen as
|
|
6
|
-
const z = "
|
|
2
|
+
import { useState as v, useRef as _, useCallback as p, useLayoutEffect as C, useEffect as b } from "react";
|
|
3
|
+
import { WindowResizeListener as O } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
+
import { a as S, c as T } from "./vendor-Dlne6Znf.js";
|
|
5
|
+
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
+
const z = "lightBox__e0737002", A = "lightBoxBackdrop__5d0c6ac5", L = "lightBoxSideOverlayActive__3080bc52", W = "lightBoxTopOverlayActive__8d973c1f", N = "lightBoxContent__a6bb4994", E = "loadingContentOverlay__b8055316", k = "lightBoxContentResizeWrapper__3ca04b9f", w = "tempElSafariBug__53dc60ea", H = "bodyOverflowHidden__c71efa26", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -14,7 +14,7 @@ const z = "lightBox__4c758dbf", A = "lightBoxBackdrop__7a7f717d", L = "lightBoxS
|
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
16
|
}, j = (u) => {
|
|
17
|
-
const { children: l, className:
|
|
17
|
+
const { children: l, className: a, isLoading: s, loadingTitle: c, ...f } = u, [d, B] = v(0), e = _(null), o = p(() => {
|
|
18
18
|
let n = 0;
|
|
19
19
|
const g = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
20
|
g && (n += g.offsetHeight), B((h) => Math.abs(h - n) > 1 ? n : h);
|
|
@@ -23,10 +23,10 @@ const z = "lightBox__4c758dbf", A = "lightBoxBackdrop__7a7f717d", L = "lightBoxS
|
|
|
23
23
|
}, [o]);
|
|
24
24
|
C(() => (o(), () => {
|
|
25
25
|
e.current && clearTimeout(e.current);
|
|
26
|
-
}), []),
|
|
26
|
+
}), []), b(() => {
|
|
27
27
|
t();
|
|
28
|
-
}, [l,
|
|
29
|
-
const { ref: x } =
|
|
28
|
+
}, [l, a, s, c, t]);
|
|
29
|
+
const { ref: x } = S({
|
|
30
30
|
handleWidth: !0,
|
|
31
31
|
onResize: t,
|
|
32
32
|
refreshMode: "debounce",
|
|
@@ -34,15 +34,15 @@ const z = "lightBox__4c758dbf", A = "lightBoxBackdrop__7a7f717d", L = "lightBoxS
|
|
|
34
34
|
}), m = {
|
|
35
35
|
paddingTop: d
|
|
36
36
|
};
|
|
37
|
-
return /* @__PURE__ */ i(
|
|
37
|
+
return /* @__PURE__ */ i(O, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
38
|
"div",
|
|
39
39
|
{
|
|
40
|
-
className:
|
|
40
|
+
className: T(a, r.lightBoxContent),
|
|
41
41
|
style: d ? m : void 0,
|
|
42
42
|
...f,
|
|
43
43
|
children: [
|
|
44
44
|
l,
|
|
45
|
-
|
|
45
|
+
s && /* @__PURE__ */ i(R, { className: r.loadingContentOverlay, type: "middle", children: c }),
|
|
46
46
|
/* @__PURE__ */ i("div", { className: r.lightBoxContentResizeWrapper, ref: x })
|
|
47
47
|
]
|
|
48
48
|
}
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
j as L,
|
|
54
54
|
r as s
|
|
55
55
|
};
|
|
56
|
-
//# sourceMappingURL=LightBoxContent-
|
|
56
|
+
//# sourceMappingURL=LightBoxContent-OGbq-MPG.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__d1285ee7", o = "withKeyboardEvent__77d29d21", e = "withoutKeyboardEvent__a7fc1cc5", l = "lightBoxPrev__ea982ba1", i = "lightBoxNext__c9bfb7b9", n = "lightBoxControlsDesktop__2982e633", x = "lightBoxControlsMobile__629da430", h = "lightBoxClose__3bf74e80", s = "lightBoxPrevButton__7e69a953", B = "lightBoxNextButton__dbf7b360", g = {
|
|
2
|
+
lightBoxControls: t,
|
|
3
|
+
withKeyboardEvent: o,
|
|
4
|
+
withoutKeyboardEvent: e,
|
|
5
|
+
lightBoxPrev: l,
|
|
6
|
+
lightBoxNext: i,
|
|
7
|
+
lightBoxControlsDesktop: n,
|
|
8
|
+
lightBoxControlsMobile: x,
|
|
9
|
+
lightBoxClose: h,
|
|
10
|
+
lightBoxPrevButton: s,
|
|
11
|
+
lightBoxNextButton: B
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
g as s
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=LightBoxControls.module-yMjZxWFf.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__8856ceed", l = "lightBoxSideOverlayCloseMobile__b9f8c2b8", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-DIr7bB-Q.js.map
|
|
@@ -2,17 +2,17 @@ import { jsx as s, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as I } from "./vendor-Dlne6Znf.js";
|
|
4
4
|
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
|
-
import { Text as
|
|
6
|
-
const
|
|
7
|
-
listItemControlsButton:
|
|
5
|
+
import { Text as a } from "../components/Typography/Text.js";
|
|
6
|
+
const c = "listItemControlsButton__e7910490", B = "listItemControlsButtonLabel__bbc49980", C = "listItemControlsButtonDropdown__a60ea18e", p = "listItemControlsButtonIcon__dbe48256", _ = "withText__4353a262", d = "listItemControlsButtonInner__642b75e4", w = "withIcon__c570cf49", b = "buttonDropdownMenuItem__44a01267", t = {
|
|
7
|
+
listItemControlsButton: c,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
10
|
listItemControlsButtonIcon: p,
|
|
11
11
|
withText: _,
|
|
12
12
|
listItemControlsButtonInner: d,
|
|
13
|
-
withIcon:
|
|
14
|
-
buttonDropdownMenuItem:
|
|
15
|
-
},
|
|
13
|
+
withIcon: w,
|
|
14
|
+
buttonDropdownMenuItem: b
|
|
15
|
+
}, f = i.forwardRef(
|
|
16
16
|
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
17
17
|
"button",
|
|
18
18
|
{
|
|
@@ -30,14 +30,14 @@ const a = "listItemControlsButton__a59c74c7", B = "listItemControlsButtonLabel__
|
|
|
30
30
|
ref: r,
|
|
31
31
|
children: /* @__PURE__ */ m("span", { className: t.listItemControlsButtonInner, children: [
|
|
32
32
|
n ? /* @__PURE__ */ s("span", { className: t.listItemControlsButtonIcon, children: n }) : null,
|
|
33
|
-
o ? /* @__PURE__ */ s(
|
|
33
|
+
o ? /* @__PURE__ */ s(a, { className: t.listItemControlsButtonLabel, size: u.B4, children: o }) : null
|
|
34
34
|
] })
|
|
35
35
|
}
|
|
36
36
|
)
|
|
37
37
|
);
|
|
38
|
-
|
|
38
|
+
f.displayName = "ListItemControlsButton";
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
f as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-D5VCVobZ.js.map
|