@sberbusiness/triplex-next 1.18.0 → 1.19.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-QOnBvPaB.js +39 -0
- package/chunks/{CalendarViewItem-pHtA4Vlx.js → CalendarViewItem-JEkNv5BF.js} +24 -24
- package/chunks/Card.module-B-kskzDu.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CZUMscf2.js +14 -0
- package/chunks/{Chip-CO3WBvtA.js → Chip-Hpw_8UIG.js} +15 -15
- package/chunks/Confirm.module-BCr1BTe_.js +15 -0
- package/chunks/DropdownListItem-DkfeETTd.js +65 -0
- package/chunks/DropdownMobile.module-GswY2cBC.js +23 -0
- package/chunks/Footer.module-eHCIMM8b.js +9 -0
- package/chunks/{FormFieldInput-BHKqXXmM.js → FormFieldInput-Bf7Hleek.js} +7 -7
- package/chunks/HeaderLayoutSidebar.module-DylAdbY5.js +9 -0
- package/chunks/HeaderTabs.module-ePuFE0tR.js +9 -0
- package/chunks/{HeaderTitle.module-DejeYBva.js → HeaderTitle.module-CKSdXcBH.js} +2 -2
- package/chunks/IslandAccordion.module-CSfaBgt7.js +25 -0
- package/chunks/IslandWidgetFooter.module-Njc7vX7n.js +9 -0
- package/chunks/IslandWidgetHeader.module-Boy2QpEU.js +12 -0
- package/chunks/{LightBoxContent-CAboXCdn.js → LightBoxContent-BhMRbJFV.js} +14 -14
- package/chunks/LightBoxControls.module-BIML4FtD.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DO3lZMTa.js +8 -0
- package/chunks/{ListItemControlsButton-rljKBmYs.js → ListItemControlsButton-WjTBGtRH.js} +10 -10
- package/chunks/ListItemTail.module-DbwOPqPM.js +12 -0
- package/chunks/ListMasterFooter.module-C_iN2cC2.js +10 -0
- package/chunks/ModalWindow.module-BHzR_A-u.js +17 -0
- package/chunks/Notification.module-DKVKCNAc.js +20 -0
- package/chunks/Overlay.module-BA4wfORe.js +18 -0
- package/chunks/Page.module-ClDxwmIg.js +11 -0
- package/chunks/{RightBorderArrow-VyofIz59.js → RightBorderArrow-DzKQo2fL.js} +15 -15
- package/chunks/SMSField.module-Bzh5rJPE.js +16 -0
- package/chunks/SliderExtendedMarks.module-CxeVaMq1.js +15 -0
- package/chunks/{SliderExtendedRail-DgwS0MGB.js → SliderExtendedRail-Cb5r_qJ5.js} +11 -11
- package/chunks/StatusTracker.module-BML0rfx7.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BLejFeyH.js → SuggestFieldMobileDropdownHint-B1GcRtym.js} +6 -6
- package/chunks/TableFooter.module-CSQttYnz.js +14 -0
- package/chunks/TabsExtended.module-Dd8drRUU.js +16 -0
- package/chunks/TabsLine.module-BByAjI5u.js +21 -0
- package/chunks/TooltipDesktop.module-FxzkC1sv.js +19 -0
- package/chunks/TreeView.module-Cm7rvpYW.js +9 -0
- package/chunks/{UploadZoneInput-CVEVGrOi.js → UploadZoneInput-BYWNSrDW.js} +4 -4
- package/chunks/{constants-RnOklYSN.js → constants-nPkk17A0.js} +11 -11
- package/chunks/utils-9cQ-Vroa.js +73 -0
- package/chunks/utils-DjcQ_hhv.js +27 -0
- package/chunks/utils-OZcknB0Z.js +24 -0
- package/chunks/utils-v_hn9TAd.js +18 -0
- package/components/Alert/AlertContext/AlertContext.js +7 -7
- 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 +7 -7
- package/components/Badge/BadgeDot.js +6 -6
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +8 -8
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +10 -10
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +17 -17
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +17 -17
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +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 +8 -8
- package/components/Checkbox/CheckboxXGroup.js +9 -9
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +13 -13
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +14 -15
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +24 -17
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +25 -24
- 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 +11 -11
- package/components/Col/Col.js +130 -130
- package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
- package/components/Dropdown/desktop/DropdownDesktop.js +15 -15
- package/components/Dropdown/desktop/DropdownList.js +9 -8
- package/components/Dropdown/desktop/DropdownListItem.js +4 -3
- 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 +16 -15
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +12 -12
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +3 -3
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +6 -6
- 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 +7 -7
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +6 -6
- package/components/Island/components/IslandHeader.js +3 -3
- 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 +15 -15
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- 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 +8 -8
- package/components/LightBox/LightBox.js +18 -18
- 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 +24 -24
- 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 +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
- package/components/Link/Link.js +27 -27
- package/components/List/List.js +6 -6
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +9 -9
- package/components/List/components/ListItemControls.js +8 -8
- 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 +1 -1
- package/components/List/components/ListItemTable.js +3 -3
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +1 -1
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
- package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
- package/components/LoaderScreen/LoaderScreen.js +4 -4
- package/components/Marker/Marker.js +7 -16
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +16 -16
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- 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 +6 -5
- 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 +4 -4
- package/components/OrderedList/OrderedListItem.js +6 -6
- 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 +4 -4
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +18 -18
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +7 -7
- 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 +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +16 -16
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/Skeleton/Skeleton.js +11 -11
- 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 +13 -13
- package/components/SmallInput/SmallInput.js +5 -5
- 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 +7 -9
- 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 +11 -11
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +10 -10
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- 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 +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +8 -8
- package/components/Table/NoColumns.js +8 -8
- 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 +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- 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 +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- 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 +16 -16
- 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 +31 -31
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +20 -20
- package/components/TagColor/TagColor.js +15 -15
- package/components/TagGroup/TagGroup.js +6 -6
- 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 +17 -17
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +9 -9
- 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 +20 -20
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +10 -10
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +10 -10
- package/components/UploadZone/UploadZone.js +74 -65
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +253 -255
- package/index.d.ts +10 -13
- package/index.js +66 -68
- package/package.json +1 -5
- package/styles/triplex-next.css +546 -546
- package/chunks/AlertProcessSpoiler-LkdaQ_Di.js +0 -39
- package/chunks/Card.module-BcSOlt-v.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DiHCUVg2.js +0 -14
- package/chunks/Confirm.module-Dhpj4ZKo.js +0 -15
- package/chunks/DropdownListItem-BQHOMeuh.js +0 -63
- package/chunks/DropdownMobile.module-xbdFMKNS.js +0 -23
- package/chunks/Footer.module-C1SNucJG.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DwvmK73d.js +0 -9
- package/chunks/HeaderTabs.module-MEcJFqAB.js +0 -9
- package/chunks/IslandAccordion.module-BxCqLPl3.js +0 -25
- package/chunks/IslandWidgetFooter.module-D1LPR8QN.js +0 -9
- package/chunks/IslandWidgetHeader.module-BM15zmJI.js +0 -12
- package/chunks/LightBoxControls.module-DGtd3hzE.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-C1IxLp8t.js +0 -8
- package/chunks/ListItemTail.module-DeeZQGZM.js +0 -12
- package/chunks/ListMasterFooter.module-Deinj_Hn.js +0 -10
- package/chunks/ModalWindow.module-B0rsZ6qC.js +0 -17
- package/chunks/Notification.module-nKn4mJRI.js +0 -21
- package/chunks/Overlay.module-DK5sjXuJ.js +0 -18
- package/chunks/Page.module-CUe-R8bM.js +0 -11
- package/chunks/SMSField.module-GiwLpUxs.js +0 -16
- package/chunks/SliderExtendedMarks.module-n3OIn4Fh.js +0 -15
- package/chunks/StatusTracker.module-BMReqWPL.js +0 -24
- package/chunks/TableFooter.module-DFzmhqFH.js +0 -14
- package/chunks/TabsExtended.module-Dn0Lp5NZ.js +0 -16
- package/chunks/TabsLine.module-BXYAgYql.js +0 -21
- package/chunks/TooltipDesktop.module-Dabcv06X.js +0 -19
- package/chunks/TreeView.module-Bv5q9M8W.js +0 -9
- package/chunks/utils-BecQ3s95.js +0 -24
- package/chunks/utils-CgBTTmNc.js +0 -73
- package/chunks/utils-IR7tW0dD.js +0 -20
- package/chunks/utils-mnZTG3vL.js +0 -27
- package/components/NotificationIcon/NotificationIcon.js +0 -10
- package/components/NotificationIcon/index.js +0 -5
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as d, useEffect as i } from "react";
|
|
3
|
+
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
|
+
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
|
+
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
+
import { c as n } from "./vendor-Dlne6Znf.js";
|
|
7
|
+
const y = "alertProcess__d6d58a96", f = "withSpoiler__49166789", u = "themeIcon__8e91abda", T = "alertTypeError__1f033c6d", B = "alertTypeInfo__b77a2dae", C = "alertTypeWarning__3f85a564", S = "alertTypeSystem__1f795ec6", h = "alertTypeFeature__3590045e", I = "alertProcessContentBlock__633cce26", P = "expandableContent__4e0e1030", b = "expanded__061b9d27", g = "closeButton__122c452d", k = "expandButton__3c7acfab", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
withSpoiler: f,
|
|
10
|
+
themeIcon: u,
|
|
11
|
+
alertTypeError: T,
|
|
12
|
+
alertTypeInfo: B,
|
|
13
|
+
alertTypeWarning: C,
|
|
14
|
+
alertTypeSystem: S,
|
|
15
|
+
alertTypeFeature: h,
|
|
16
|
+
alertProcessContentBlock: I,
|
|
17
|
+
expandableContent: P,
|
|
18
|
+
expanded: b,
|
|
19
|
+
closeButton: g,
|
|
20
|
+
expandButton: k
|
|
21
|
+
}, v = ({ children: s, open: r, onOpen: o, ...l }) => {
|
|
22
|
+
const { setHasSpoiler: a } = d(x);
|
|
23
|
+
i(() => (a(!0), () => {
|
|
24
|
+
a(!1);
|
|
25
|
+
}), [a]);
|
|
26
|
+
const c = () => {
|
|
27
|
+
o == null || o(!r);
|
|
28
|
+
};
|
|
29
|
+
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
|
+
/* @__PURE__ */ t("div", { className: n(e.expandableContent, { [e.expanded]: r }), ...l, children: s }),
|
|
31
|
+
/* @__PURE__ */ t("div", { className: n(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: c, children: /* @__PURE__ */ t(_, { paletteIndex: 5 }) }) })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
v.displayName = "AlertProcessSpoiler";
|
|
35
|
+
export {
|
|
36
|
+
v as A,
|
|
37
|
+
e as s
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-QOnBvPaB.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
+
import { c as V } from "./vendor-Dlne6Znf.js";
|
|
3
3
|
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
4
4
|
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
5
|
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
-
import { isKey as
|
|
7
|
-
const A = "
|
|
6
|
+
import { isKey as w } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__c21ac3ea", E = "calendarViewMonths__91754964", L = "calendarViewYears__e3bc2f5b", R = "calendarViewDaysHeader__3be2411d", v = "calendarViewDaysBody__4b758aa3", H = "calendarViewItem__fbf25956", B = "current__8f177134", S = "disabled__37f3efc6", j = "calendarViewItemLabel__37a4d75b", O = "selected__cbb98954", P = "basicMark__821f3329", g = "standardMark__309581fe", q = "attentionMark__b18a7233", z = "criticalMark__81f70370", G = "muted__d301ac62", J = "marked__f0128e5c", Q = "unitDay__6275ea98", U = "unitMonth__d43605ec", W = "unitYear__dafea3a8", a = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -34,17 +34,17 @@ const A = "calendarViewDays__edac4d87", E = "calendarViewMonths__472fbfd2", L =
|
|
|
34
34
|
month: a.unitMonth,
|
|
35
35
|
year: a.unitYear
|
|
36
36
|
}, ra = ({
|
|
37
|
-
children:
|
|
37
|
+
children: k,
|
|
38
38
|
className: y,
|
|
39
39
|
date: o,
|
|
40
40
|
unit: b,
|
|
41
|
-
tabbable:
|
|
41
|
+
tabbable: n,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
44
|
muted: I,
|
|
45
|
-
markType:
|
|
46
|
-
onFocus:
|
|
47
|
-
onBlur:
|
|
45
|
+
markType: c,
|
|
46
|
+
onFocus: s,
|
|
47
|
+
onBlur: d,
|
|
48
48
|
onKeyDown: i,
|
|
49
49
|
onDateSelect: m,
|
|
50
50
|
...C
|
|
@@ -52,43 +52,43 @@ const A = "calendarViewDays__edac4d87", E = "calendarViewMonths__472fbfd2", L =
|
|
|
52
52
|
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
53
|
Y(() => {
|
|
54
54
|
var e;
|
|
55
|
-
|
|
56
|
-
}, [
|
|
55
|
+
n && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
+
}, [n, t]);
|
|
57
57
|
const D = (e) => {
|
|
58
|
-
t.current = !0,
|
|
58
|
+
t.current = !0, s == null || s(e);
|
|
59
59
|
}, h = (e) => {
|
|
60
|
-
t.current = !1,
|
|
60
|
+
t.current = !1, d == null || d(e);
|
|
61
61
|
}, p = (e) => {
|
|
62
|
-
const
|
|
63
|
-
(
|
|
62
|
+
const f = e.code || e.keyCode;
|
|
63
|
+
(w(f, "ENTER") || w(f, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
64
|
};
|
|
65
|
-
return /* @__PURE__ */
|
|
65
|
+
return /* @__PURE__ */ M(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className:
|
|
69
|
-
tabIndex:
|
|
68
|
+
className: V(a.calendarViewItem, { [a.disabled]: _ }, y),
|
|
69
|
+
tabIndex: n ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
71
|
onFocus: D,
|
|
72
72
|
onBlur: h,
|
|
73
73
|
onKeyDown: p,
|
|
74
74
|
...C,
|
|
75
75
|
ref: u,
|
|
76
|
-
children: /* @__PURE__ */
|
|
76
|
+
children: /* @__PURE__ */ M(
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
|
-
className:
|
|
79
|
+
className: V(
|
|
80
80
|
a.calendarViewItemLabel,
|
|
81
81
|
Z[b],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
|
-
[a.marked]:
|
|
84
|
+
[a.marked]: c !== void 0,
|
|
85
85
|
[a.muted]: !!I,
|
|
86
86
|
[a.selected]: l
|
|
87
87
|
},
|
|
88
|
-
|
|
88
|
+
c !== void 0 ? X[c] : void 0
|
|
89
89
|
),
|
|
90
90
|
onClick: () => m(o),
|
|
91
|
-
children:
|
|
91
|
+
children: k
|
|
92
92
|
}
|
|
93
93
|
)
|
|
94
94
|
}
|
|
@@ -98,4 +98,4 @@ export {
|
|
|
98
98
|
ra as C,
|
|
99
99
|
a as s
|
|
100
100
|
};
|
|
101
|
-
//# sourceMappingURL=CalendarViewItem-
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-JEkNv5BF.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__f1ca74e9", d = "roundingMD__62e36d1e", a = "roundingSM__d96b55dd", c = "general__a5c2290a", e = "secondary__85d0a05a", o = "cardMedia__86ca814c", r = "cardContent__b99e0553", t = "paddingMD__12381dfc", _ = "paddingSM__bf504d48", s = "cardContentHeader__6e403c60", g = "cardContentFooter__cf87d053", 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-B-kskzDu.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__d9e45435", c = "checkboxTreeExtendedNode__6e5c2f11", o = "checkboxTreeExtendedNodeHeader__6bf72108", d = "sm__dacc782c", r = "md__43da24a1", x = "lg__81860f0c", t = "checkboxTreeCheckboxLabel__50a0c3c2", n = "caretIconWrapper__3577915f", b = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
checkboxTreeExtendedNodeHeader: o,
|
|
5
|
+
sm: d,
|
|
6
|
+
md: r,
|
|
7
|
+
lg: x,
|
|
8
|
+
checkboxTreeCheckboxLabel: t,
|
|
9
|
+
caretIconWrapper: n
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
b as s
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-CZUMscf2.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsxs as h, jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
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__6b5054d0", w = "chip__9ff9cc44", I = "lg__9e7eb462", B = "prefix__438b8fe7", G = "postfix__55435cd0", g = "md__ee5f52cd", z = "sm__629fd84a", M = "disabled__d468a01e", S = "selected__4a7baea0", j = "withPrefix__a4e1a440", y = "withPostfix__6c3c56e7", E = "content__a1888777", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -17,9 +17,9 @@ const N = "chipGroupItem__ee36e9b7", w = "chip__e5c636bb", I = "lg__77da95e2", B
|
|
|
17
17
|
withPrefix: j,
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
|
-
}, R = P(e), T =
|
|
21
|
-
({ children: l, className: p, disabled: t, postfix: o, prefix:
|
|
22
|
-
const _ =
|
|
20
|
+
}, R = P(e), T = x.forwardRef(
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size: f = b.MD, onKeyDown: s, ...d }, m) => {
|
|
22
|
+
const _ = u(
|
|
23
23
|
(i) => {
|
|
24
24
|
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
25
25
|
},
|
|
@@ -31,22 +31,22 @@ const N = "chipGroupItem__ee36e9b7", w = "chip__e5c636bb", I = "lg__77da95e2", B
|
|
|
31
31
|
className: n(
|
|
32
32
|
e.chip,
|
|
33
33
|
e.chipGroupItem,
|
|
34
|
-
R[
|
|
34
|
+
R[f],
|
|
35
35
|
{
|
|
36
36
|
[e.disabled]: !!t,
|
|
37
37
|
[e.selected]: !!r,
|
|
38
38
|
[e.withPostfix]: typeof o < "u",
|
|
39
|
-
[e.withPrefix]: typeof
|
|
39
|
+
[e.withPrefix]: typeof c < "u"
|
|
40
40
|
},
|
|
41
41
|
p
|
|
42
42
|
),
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
45
45
|
onKeyDown: _,
|
|
46
|
-
...
|
|
46
|
+
...d,
|
|
47
47
|
ref: m,
|
|
48
48
|
children: [
|
|
49
|
-
|
|
49
|
+
c ? /* @__PURE__ */ a(
|
|
50
50
|
"span",
|
|
51
51
|
{
|
|
52
52
|
className: n(
|
|
@@ -58,11 +58,11 @@ const N = "chipGroupItem__ee36e9b7", w = "chip__e5c636bb", I = "lg__77da95e2", B
|
|
|
58
58
|
// Для иконок.
|
|
59
59
|
}
|
|
60
60
|
),
|
|
61
|
-
children:
|
|
61
|
+
children: c
|
|
62
62
|
}
|
|
63
63
|
) : null,
|
|
64
|
-
/* @__PURE__ */
|
|
65
|
-
o ? /* @__PURE__ */
|
|
64
|
+
/* @__PURE__ */ a("span", { className: e.content, children: l }),
|
|
65
|
+
o ? /* @__PURE__ */ a(
|
|
66
66
|
"span",
|
|
67
67
|
{
|
|
68
68
|
className: n(
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-Hpw_8UIG.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__29da4cc6", o = "isInLightBox__59a3b677", i = "isInSideOverlaySM__eafa52c7", t = "isInSideOverlayMD__2dfcfd3f", e = "isInSideOverlayLG__e633465b", s = "confirmCloseButton__28ed297b", c = "confirmContent__7a44db9c", r = "confirmControls__1da48706", f = "confirmContentTitle__66a17091", l = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: c,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: f
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
l as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-BCr1BTe_.js.map
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { jsxs as E, jsx as k } from "react/jsx-runtime";
|
|
2
|
+
import I, { useEffect as u } from "react";
|
|
3
|
+
import { EVENT_KEY_CODES as p } from "../utils/keyboard.js";
|
|
4
|
+
import { c as v } from "./vendor-Dlne6Znf.js";
|
|
5
|
+
import { EComponentSize as l } from "../enums/EComponentSize.js";
|
|
6
|
+
import { Badge as y } from "../components/Badge/Badge.js";
|
|
7
|
+
const N = "dropdownDesktopList__e66d85f2", g = "notificationIcon__4d93e772", b = "sm__ceaec5a9", x = "dropdownDesktopListItem__5a5fb7b5", C = "dropdownDesktopListLoader__906c5565", O = "md__a573b4d4", R = "lg__21078b6c", T = "active__8985cf0d", K = "selected__c736624a", s = {
|
|
8
|
+
dropdownDesktopList: N,
|
|
9
|
+
notificationIcon: g,
|
|
10
|
+
sm: b,
|
|
11
|
+
dropdownDesktopListItem: x,
|
|
12
|
+
dropdownDesktopListLoader: C,
|
|
13
|
+
md: O,
|
|
14
|
+
lg: R,
|
|
15
|
+
active: T,
|
|
16
|
+
selected: K
|
|
17
|
+
}, j = [p.SPACE, p.ENTER], A = I.forwardRef(
|
|
18
|
+
({
|
|
19
|
+
active: e,
|
|
20
|
+
keyCodesForSelection: a = j,
|
|
21
|
+
children: d,
|
|
22
|
+
className: c,
|
|
23
|
+
onClick: n,
|
|
24
|
+
onSelect: o,
|
|
25
|
+
selected: r,
|
|
26
|
+
showNotificationIcon: m,
|
|
27
|
+
size: _ = l.MD,
|
|
28
|
+
...f
|
|
29
|
+
}, D) => {
|
|
30
|
+
const i = (t) => {
|
|
31
|
+
const { keyCode: w } = t;
|
|
32
|
+
a.includes(w) && (t.preventDefault(), o == null || o());
|
|
33
|
+
}, L = (t) => {
|
|
34
|
+
o == null || o(), n == null || n(t);
|
|
35
|
+
};
|
|
36
|
+
return u(() => (e ? document.addEventListener("keydown", i) : document.removeEventListener("keydown", i), () => {
|
|
37
|
+
document.removeEventListener("keydown", i);
|
|
38
|
+
}), [e]), /* @__PURE__ */ E(
|
|
39
|
+
"div",
|
|
40
|
+
{
|
|
41
|
+
className: v(
|
|
42
|
+
s.dropdownDesktopListItem,
|
|
43
|
+
{ [s.active]: !!e, [s.selected]: !!r },
|
|
44
|
+
c
|
|
45
|
+
),
|
|
46
|
+
title: typeof d == "string" ? d : void 0,
|
|
47
|
+
role: "option",
|
|
48
|
+
"aria-selected": !!r,
|
|
49
|
+
...f,
|
|
50
|
+
onClick: L,
|
|
51
|
+
ref: D,
|
|
52
|
+
children: [
|
|
53
|
+
d,
|
|
54
|
+
m && /* @__PURE__ */ k(y.Dot, { size: _, className: s.notificationIcon })
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
);
|
|
60
|
+
A.displayName = "DropdownListItem";
|
|
61
|
+
export {
|
|
62
|
+
A as D,
|
|
63
|
+
s
|
|
64
|
+
};
|
|
65
|
+
//# sourceMappingURL=DropdownListItem-DkfeETTd.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__e8accd6b", e = "dropdownMobileBackdrop__e13554bb", d = "closing__60d15344", n = "opening__41e34e52", r = "opened__9c83c5a0", t = "dropdownMobile__7a65acde", i = "dropdownMobileHeader__d2d229c9", p = "dropdownMobileHeaderContent__ad02cda2", c = "dropdownMobileContent__eba70621", l = "dropdownMobileFooter__e3549d38", b = "dropdownMobileListItem__c62eea96", s = "selected__c736624a", w = "dropdownMobileListLoader__b10c3ed1", _ = "dropdownMobileBodyOverflow__c79feeb8", a = "controlButtons__ed556341", M = "dropdownMobileLoader__e21dbaa2", L = "notificationIcon__4d93e772", B = {
|
|
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: c,
|
|
11
|
+
dropdownMobileFooter: l,
|
|
12
|
+
dropdownMobileListItem: b,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileListLoader: w,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: a,
|
|
17
|
+
dropdownMobileLoader: M,
|
|
18
|
+
notificationIcon: L
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
B as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-GswY2cBC.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__787d7b95", t = "footerDescriptionContent__b6733c1b", e = "footerDescriptionControls__bff719cd", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-eHCIMM8b.js.map
|
|
@@ -4,13 +4,13 @@ import { FormFieldContext as P } from "../components/FormField/FormFieldContext.
|
|
|
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__0f26cb7d", W = "sm__a7ae96c7", j = "md__ffbed6db", q = "lg__f83881eb", x = {
|
|
8
8
|
formFieldInput: T,
|
|
9
9
|
sm: W,
|
|
10
10
|
md: j,
|
|
11
11
|
lg: q
|
|
12
12
|
}, v = R(x), w = z.forwardRef((r, m) => {
|
|
13
|
-
const { className:
|
|
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__c8b23d50", W = "sm__838474ca", j = "md__b92938ef", 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
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-Bf7Hleek.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__39d6db72", a = "headerLayoutSidebarContent__ffefb1ee", d = "headerLayoutSidebarSidebar__32579f67", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-DylAdbY5.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__0132d628", t = "headerTitleControls__30b9325b", l = "headerTitleContent__174b0eb0", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__4806ac12", t = "headerTitleControls__728749e3", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-CKSdXcBH.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__b033628b", t = "island__d37639a5", c = "item__9180cdb3", o = "disabled__5c7c71ba", s = "sm__f4dd4120", _ = "md__c12d32c1", d = "lg__0f6ff2a0", n = "header__8000ee06", a = "type1__2756286e", r = "opened__667a10dd", p = "type2__708a16c6", i = "type3__17420cad", l = "footer__3c48e3af", b = "body__550d842c", y = "caretWrapper__b021ff59", m = "caretIcon__51b0e56a", f = "title__7b390149", g = "step__4c1fbdc5", h = "remove__1e3a961e", v = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: c,
|
|
5
|
+
disabled: o,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: _,
|
|
8
|
+
lg: d,
|
|
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-CSfaBgt7.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__aaa7d92b", o = "islandWidgetFooterContent__5bf96930", e = "islandWidgetFooterControls__648d155b", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-Njc7vX7n.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__ccbb69b8", t = "islandWidgetHeaderContent__c515ff3b", n = "islandWidgetHeaderDescription__5f786421", a = "caretWrapper__0baef5e4", d = "caretIcon__11462342", r = "open__ac761913", i = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: t,
|
|
4
|
+
islandWidgetHeaderDescription: n,
|
|
5
|
+
caretWrapper: a,
|
|
6
|
+
caretIcon: d,
|
|
7
|
+
open: r
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
i as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=IslandWidgetHeader.module-Boy2QpEU.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
|
|
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 O } from "react";
|
|
3
|
+
import { WindowResizeListener as S } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
+
import { a as T, c as R } from "./vendor-Dlne6Znf.js";
|
|
5
|
+
import { LoaderScreen as b } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
+
const z = "lightBox__dcfde89c", A = "lightBoxBackdrop__d1c2c988", L = "lightBoxSideOverlayActive__c66e05dc", W = "lightBoxTopOverlayActive__a3ab8d7c", N = "lightBoxContent__d8a9bc47", E = "loadingContentOverlay__221a818c", k = "lightBoxContentResizeWrapper__9e8f9cc0", w = "tempElSafariBug__a435d4dd", H = "bodyOverflowHidden__0c4f5452", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -14,19 +14,19 @@ const z = "lightBox__b47ecca3", A = "lightBoxBackdrop__1a8e6d61", L = "lightBoxS
|
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
16
|
}, j = (u) => {
|
|
17
|
-
const { children: l, className:
|
|
17
|
+
const { children: l, className: c, isLoading: a, loadingTitle: s, ...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);
|
|
21
21
|
}, []), t = p(() => {
|
|
22
22
|
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
23
23
|
}, [o]);
|
|
24
|
-
|
|
24
|
+
C(() => (o(), () => {
|
|
25
25
|
e.current && clearTimeout(e.current);
|
|
26
|
-
}), []),
|
|
26
|
+
}), []), O(() => {
|
|
27
27
|
t();
|
|
28
|
-
}, [l, a, s,
|
|
29
|
-
const { ref: x } =
|
|
28
|
+
}, [l, c, a, s, t]);
|
|
29
|
+
const { ref: x } = T({
|
|
30
30
|
handleWidth: !0,
|
|
31
31
|
onResize: t,
|
|
32
32
|
refreshMode: "debounce",
|
|
@@ -34,15 +34,15 @@ const z = "lightBox__b47ecca3", A = "lightBoxBackdrop__1a8e6d61", L = "lightBoxS
|
|
|
34
34
|
}), m = {
|
|
35
35
|
paddingTop: d
|
|
36
36
|
};
|
|
37
|
-
return /* @__PURE__ */ i(
|
|
37
|
+
return /* @__PURE__ */ i(S, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
38
|
"div",
|
|
39
39
|
{
|
|
40
|
-
className:
|
|
40
|
+
className: R(c, r.lightBoxContent),
|
|
41
41
|
style: d ? m : void 0,
|
|
42
42
|
...f,
|
|
43
43
|
children: [
|
|
44
44
|
l,
|
|
45
|
-
|
|
45
|
+
a && /* @__PURE__ */ i(b, { className: r.loadingContentOverlay, type: "middle", children: s }),
|
|
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-BhMRbJFV.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__71ea1923", o = "withKeyboardEvent__7dc05586", l = "withoutKeyboardEvent__708156ab", e = "lightBoxPrev__b312a69f", i = "lightBoxNext__441bc76a", n = "lightBoxControlsDesktop__cd92ac1f", x = "lightBoxControlsMobile__7cc61149", h = "lightBoxClose__cde23cff", s = "lightBoxPrevButton__04db4b3d", B = "lightBoxNextButton__dca21f31", g = {
|
|
2
|
+
lightBoxControls: t,
|
|
3
|
+
withKeyboardEvent: o,
|
|
4
|
+
withoutKeyboardEvent: l,
|
|
5
|
+
lightBoxPrev: e,
|
|
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-BIML4FtD.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__98435e62", l = "lightBoxSideOverlayCloseMobile__2a861385", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-DO3lZMTa.js.map
|
|
@@ -3,16 +3,16 @@ 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
5
|
import { Text as c } from "../components/Typography/Text.js";
|
|
6
|
-
const a = "
|
|
6
|
+
const a = "listItemControlsButton__6b29308d", B = "listItemControlsButtonLabel__341183d2", C = "listItemControlsButtonDropdown__671c9614", d = "listItemControlsButtonIcon__c29f5629", p = "withText__10d1022d", _ = "listItemControlsButtonInner__f2393873", w = "withIcon__b488a2a8", f = "buttonDropdownMenuItem__a3c195cd", t = {
|
|
7
7
|
listItemControlsButton: a,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
|
-
listItemControlsButtonIcon:
|
|
11
|
-
withText:
|
|
12
|
-
listItemControlsButtonInner:
|
|
13
|
-
withIcon:
|
|
14
|
-
buttonDropdownMenuItem:
|
|
15
|
-
},
|
|
10
|
+
listItemControlsButtonIcon: d,
|
|
11
|
+
withText: p,
|
|
12
|
+
listItemControlsButtonInner: _,
|
|
13
|
+
withIcon: w,
|
|
14
|
+
buttonDropdownMenuItem: f
|
|
15
|
+
}, b = i.forwardRef(
|
|
16
16
|
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
17
17
|
"button",
|
|
18
18
|
{
|
|
@@ -35,9 +35,9 @@ const a = "listItemControlsButton__e1db2a5b", B = "listItemControlsButtonLabel__
|
|
|
35
35
|
}
|
|
36
36
|
)
|
|
37
37
|
);
|
|
38
|
-
|
|
38
|
+
b.displayName = "ListItemControlsButton";
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
b as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-WjTBGtRH.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__f0673c02", i = "listItemTailLine__ad877a14", l = "listItemTailTop__eb9d8745", e = "listItemTailBottom__4b4a48f5", s = "listItemTailRight__0aacc4ec", a = "listItemTailLeft__4e7d4e6c", m = {
|
|
2
|
+
listItemTail: t,
|
|
3
|
+
listItemTailLine: i,
|
|
4
|
+
listItemTailTop: l,
|
|
5
|
+
listItemTailBottom: e,
|
|
6
|
+
listItemTailRight: s,
|
|
7
|
+
listItemTailLeft: a
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
m as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ListItemTail.module-DbwOPqPM.js.map
|