@sberbusiness/triplex-next 1.6.1 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-Ce_8Yuvv.js +39 -0
- package/chunks/{CalendarViewItem-BoFDPLNT.js → CalendarViewItem-BDMvwpK5.js} +17 -17
- package/chunks/Card.module-BvlTqE5R.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DsOQXTb2.js +11 -0
- package/chunks/{Chip-C91-I9zb.js → Chip-eRAmMCbK.js} +5 -5
- package/chunks/Confirm.module-BQvs_z36.js +15 -0
- package/chunks/{DropdownListItem-PbfrmOZJ.js → DropdownListItem-DjvVx10v.js} +18 -18
- package/chunks/DropdownMobile.module-CEPFt9uH.js +21 -0
- package/chunks/Footer.module-CXnDx0Qq.js +9 -0
- package/chunks/{FormFieldInput-BL8yYnKo.js → FormFieldInput-Dc0f4nno.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-CHV51xUH.js +9 -0
- package/chunks/HeaderTabs.module-T3W10WU8.js +9 -0
- package/chunks/{HeaderTitle.module-29jwPQr2.js → HeaderTitle.module-B6qQsh69.js} +2 -2
- package/chunks/IslandAccordion.module-DoM2x4VR.js +26 -0
- package/chunks/IslandWidgetFooter.module-qNMIN4zr.js +9 -0
- package/chunks/IslandWidgetHeader.module-DUf_HV96.js +9 -0
- package/chunks/{LightBoxContent-D9VFXK17.js → LightBoxContent--MHZ9Gkl.js} +14 -14
- package/chunks/LightBoxControls.module-C3_q74nl.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-D66ESS7b.js +8 -0
- package/chunks/{ListItemControlsButton-DnuVSFV7.js → ListItemControlsButton-CDyUDFUr.js} +5 -5
- package/chunks/ListItemTail.module-DYbacvAR.js +12 -0
- package/chunks/ListMasterFooter.module-ghOvyA19.js +10 -0
- package/chunks/ModalWindow.module-CvIIBPzJ.js +17 -0
- package/chunks/Notification.module-DrKXO_L0.js +21 -0
- package/chunks/Overlay.module-B4exkEG2.js +18 -0
- package/chunks/Page.module-CvSterCP.js +11 -0
- package/chunks/{RightBorderArrow-esMRIv7g.js → RightBorderArrow-B-QGBlRY.js} +8 -8
- package/chunks/SMSInput.module-DkPfMZWv.js +16 -0
- package/chunks/SliderExtendedMarks.module-DZlxonFv.js +15 -0
- package/chunks/SliderExtendedRail-VV02EHbt.js +40 -0
- package/chunks/StatusTracker.module-BzVEt7sh.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CpoZIQ7a.js → SuggestFieldMobileDropdownHint-CW9LKnIb.js} +4 -4
- package/chunks/TableFooter.module-DKNnDtzT.js +14 -0
- package/chunks/TabsExtended.module-BQKnCc6i.js +16 -0
- package/chunks/TabsLine.module-Cr-x0ll4.js +23 -0
- package/chunks/TooltipDesktop.module-D3epe_HW.js +19 -0
- package/chunks/{TooltipMobileCloseButton-Bdw8P_WT.js → TooltipMobileCloseButton-BCyljTIq.js} +7 -7
- package/chunks/TreeView.module-BXfRfHL4.js +9 -0
- package/chunks/{UploadZoneInput-Cr1wEu6A.js → UploadZoneInput-DNhfVDyP.js} +5 -5
- package/chunks/{utils-GixgRYNn.js → utils-BY1yN3Hq.js} +9 -9
- package/chunks/{utils-DpVkLh52.js → utils-BtnGErpx.js} +4 -4
- package/chunks/utils-CR8DYAi0.js +73 -0
- package/chunks/{utils-PII_juCp.js → utils-D9oDaQiI.js} +7 -7
- package/chunks/utils-DQX5JZ_3.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +2 -2
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +2 -2
- package/components/Body/Body.js +8 -25
- package/components/Body/index.js +2 -4
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +1 -1
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +4 -4
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +14 -14
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +6 -6
- package/components/Checkbox/Checkbox.js +14 -14
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +8 -8
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +91 -0
- package/components/Chip/ChipDatePicker/components/ChipDatePickerTarget.js +34 -0
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +3 -3
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +36 -31
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +42 -37
- package/components/DesignTokens/components/IslandWidget.js +14 -0
- package/components/DesignTokens/components/index.js +63 -60
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +8 -8
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +19 -19
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +19 -19
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +27 -27
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +4 -4
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +15 -15
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +31 -31
- package/components/HelpBox/index.js +5 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +1 -1
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +51 -0
- package/components/IslandWidget/IslandWidgetContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -0
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +23 -0
- package/components/IslandWidget/components/IslandWidgetFooter.js +13 -0
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +11 -0
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +11 -0
- package/components/IslandWidget/components/IslandWidgetHeader.js +13 -0
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +13 -0
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +13 -0
- package/components/IslandWidget/components/IslandWidgetWrapper.js +17 -0
- package/components/IslandWidget/components/index.js +15 -0
- package/components/IslandWidget/index.js +17 -0
- package/components/LightBox/LightBox.js +6 -5
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +62 -65
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/enums.js +5 -0
- package/components/LightBox/LightBoxSideOverlay/index.js +7 -0
- package/components/LightBox/index.js +7 -3
- package/components/Link/Link.js +14 -14
- package/components/List/List.js +5 -5
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +9 -9
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +6 -6
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +1 -1
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +37 -36
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +15 -9
- package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +10 -10
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +22 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Page/components/enums.js +5 -3
- package/components/Page/index.js +7 -5
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
- package/components/Pagination/components/PaginationSelect.js +7 -7
- package/components/Radio/Radio.js +12 -12
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +9 -9
- package/components/SMSInput/SMSInput.js +2 -2
- package/components/SMSInput/components/RefreshIcon.js +1 -1
- package/components/SMSInput/components/SMSInputInput.js +2 -2
- package/components/SMSInput/components/SMSInputRefresh.js +1 -1
- package/components/SMSInput/components/SMSInputSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +3 -3
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +8 -8
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +16 -16
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +6 -6
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +12 -12
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +6 -6
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +1 -1
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +20 -20
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +5 -5
- package/components/Tag/Tag.js +23 -23
- package/components/TagGroup/TagGroup.js +8 -8
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +3 -3
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
- package/components/TopOverlay/TopOverlay.js +20 -20
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +15 -15
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +14 -14
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +4 -4
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +559 -528
- package/index.d.ts +266 -21
- package/index.js +410 -363
- package/package.json +9 -1
- package/styles/triplex-next.css +529 -527
- package/utils/index.js +30 -0
- package/chunks/AlertProcessSpoiler-Dq0fm-3a.js +0 -39
- package/chunks/Card.module-xUBtHcBW.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CzX04UVi.js +0 -11
- package/chunks/Confirm.module-yvrei2lL.js +0 -15
- package/chunks/DropdownMobile.module-CvDbPL9W.js +0 -21
- package/chunks/Footer.module-Kij9_qbS.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CPvbS61i.js +0 -9
- package/chunks/HeaderTabs.module-xhlfJ1R9.js +0 -9
- package/chunks/IslandAccordion.module-C7SBNJJJ.js +0 -26
- package/chunks/LightBoxControls.module-C76N_yWS.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js +0 -8
- package/chunks/ListItemTail.module-DE8OWHba.js +0 -12
- package/chunks/ListMasterFooter.module-FTLh0QAQ.js +0 -10
- package/chunks/ModalWindow.module-C7N9wjxW.js +0 -17
- package/chunks/Notification.module-ByRBfuR2.js +0 -21
- package/chunks/Overlay.module-EIMAbb4c.js +0 -18
- package/chunks/Page.module-BokYwJr5.js +0 -12
- package/chunks/SMSInput.module-5r7uaeim.js +0 -16
- package/chunks/SliderExtendedMarks.module-D1DTVGpV.js +0 -15
- package/chunks/SliderExtendedRail-Ck23Ui6E.js +0 -40
- package/chunks/StatusTracker.module-D1-siBfk.js +0 -24
- package/chunks/TableFooter.module-D8h1OLCP.js +0 -14
- package/chunks/TabsExtended.module-Dvvx9orv.js +0 -16
- package/chunks/TabsLine.module-BW1667el.js +0 -23
- package/chunks/TooltipDesktop.module-E3qNKUvc.js +0 -19
- package/chunks/TreeView.module-CKfLtgeC.js +0 -9
- package/chunks/utils-BGuB8cgl.js +0 -73
- package/chunks/utils-BJhZJ9SO.js +0 -24
- package/components/Body/enums.js +0 -5
|
@@ -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-D3hUOusX.js";
|
|
7
|
+
const y = "alertProcess__04a82dfb", f = "withSpoiler__643e300a", u = "themeIcon__5a6aea5b", T = "alertTypeError__4c612feb", b = "alertTypeInfo__1fc73e77", B = "alertTypeWarning__e2e8b329", C = "alertTypeSystem__ed6a23c2", S = "alertTypeFeature__f29bc412", h = "alertProcessContentBlock__634a4e94", I = "closeButton__33beeda4", P = "expandableContent__5b1163f5", g = "expanded__c6eadbe7", k = "expandButton__b50ec112", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
withSpoiler: f,
|
|
10
|
+
themeIcon: u,
|
|
11
|
+
alertTypeError: T,
|
|
12
|
+
alertTypeInfo: b,
|
|
13
|
+
alertTypeWarning: B,
|
|
14
|
+
alertTypeSystem: C,
|
|
15
|
+
alertTypeFeature: S,
|
|
16
|
+
alertProcessContentBlock: h,
|
|
17
|
+
closeButton: I,
|
|
18
|
+
expandableContent: P,
|
|
19
|
+
expanded: 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-Ce_8Yuvv.js.map
|
|
@@ -4,7 +4,7 @@ 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
6
|
import { isKey as k } from "../utils/keyboard.js";
|
|
7
|
-
const A = "
|
|
7
|
+
const A = "calendarViewDays__a67aa4ba", E = "calendarViewMonths__10a34851", L = "calendarViewYears__5f25e67f", R = "calendarViewDaysHeader__90448260", v = "calendarViewDaysBody__a1c8a0e0", H = "calendarViewItem__87475482", B = "current__d425c368", S = "disabled__e88f0d97", j = "calendarViewItemLabel__d8b95b07", O = "selected__82734288", P = "basicMark__e342d728", g = "standardMark__059ab173", q = "attentionMark__5bb41c50", z = "criticalMark__74cd9e7c", G = "muted__20dcaae6", J = "marked__1055677d", Q = "unitDay__95325b54", U = "unitMonth__1552ee71", W = "unitYear__e50908cc", a = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -34,15 +34,15 @@ const A = "calendarViewDays__161cce30", E = "calendarViewMonths__e4ff0e1a", L =
|
|
|
34
34
|
month: a.unitMonth,
|
|
35
35
|
year: a.unitYear
|
|
36
36
|
}, ra = ({
|
|
37
|
-
children:
|
|
38
|
-
className:
|
|
37
|
+
children: y,
|
|
38
|
+
className: f,
|
|
39
39
|
date: o,
|
|
40
|
-
unit:
|
|
41
|
-
tabbable:
|
|
40
|
+
unit: I,
|
|
41
|
+
tabbable: n,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
|
-
muted:
|
|
45
|
-
markType:
|
|
44
|
+
muted: b,
|
|
45
|
+
markType: c,
|
|
46
46
|
onFocus: d,
|
|
47
47
|
onBlur: s,
|
|
48
48
|
onKeyDown: i,
|
|
@@ -52,8 +52,8 @@ const A = "calendarViewDays__161cce30", E = "calendarViewMonths__e4ff0e1a", 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
58
|
t.current = !0, d == null || d(e);
|
|
59
59
|
}, h = (e) => {
|
|
@@ -65,8 +65,8 @@ const A = "calendarViewDays__161cce30", E = "calendarViewMonths__e4ff0e1a", L =
|
|
|
65
65
|
return /* @__PURE__ */ V(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className: w(a.calendarViewItem, { [a.disabled]: _ },
|
|
69
|
-
tabIndex:
|
|
68
|
+
className: w(a.calendarViewItem, { [a.disabled]: _ }, f),
|
|
69
|
+
tabIndex: n ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
71
|
onFocus: D,
|
|
72
72
|
onBlur: h,
|
|
@@ -78,17 +78,17 @@ const A = "calendarViewDays__161cce30", E = "calendarViewMonths__e4ff0e1a", L =
|
|
|
78
78
|
{
|
|
79
79
|
className: w(
|
|
80
80
|
a.calendarViewItemLabel,
|
|
81
|
-
Z[
|
|
81
|
+
Z[I],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
|
-
[a.marked]:
|
|
85
|
-
[a.muted]: !!
|
|
84
|
+
[a.marked]: c !== void 0,
|
|
85
|
+
[a.muted]: !!b,
|
|
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: y
|
|
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-BDMvwpK5.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__a7018616", d = "roundingMD__5a78bafb", a = "roundingSM__ab04785a", o = "general__1a00baf5", c = "secondary__9dc15bd3", e = "cardMedia__3e5f50a4", r = "cardContent__d7762ec0", t = "paddingMD__ed92f6e4", _ = "paddingSM__8f6043c8", s = "cardContentHeader__648c5857", g = "cardContentFooter__d2f2bfd9", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: o,
|
|
6
|
+
secondary: c,
|
|
7
|
+
cardMedia: e,
|
|
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-BvlTqE5R.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__bcad64e2", c = "checkboxTreeExtendedNode__9bca1808", o = "checkboxTreeExtendedNodeHeader__dd0bc4ef", d = "checkboxTreeCheckboxLabel__73aa93c8", r = "caretIconWrapper__4cfc28fb", x = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
checkboxTreeExtendedNodeHeader: o,
|
|
5
|
+
checkboxTreeCheckboxLabel: d,
|
|
6
|
+
caretIconWrapper: r
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
x as s
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-DsOQXTb2.js.map
|
|
@@ -4,7 +4,7 @@ import { c as n } from "./vendor-D3hUOusX.js";
|
|
|
4
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__ded95d13", w = "chip__b389ee5c", I = "lg__46525c30", B = "prefix__e4ce3a55", G = "postfix__011cbd90", g = "md__63ceedc0", z = "sm__5552e01e", M = "disabled__004b4f7d", S = "selected__68010304", j = "withPrefix__ec2e8e3e", y = "withPostfix__6938d0ce", E = "content__561f09cc", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -18,7 +18,7 @@ const N = "chipGroupItem__e0d767f6", w = "chip__830a9405", I = "lg__ad2e91ca", B
|
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
20
|
}, R = P(e), T = x.forwardRef(
|
|
21
|
-
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size: d = b.MD, onKeyDown: s, ...
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size: d = b.MD, onKeyDown: s, ...m }, f) => {
|
|
22
22
|
const _ = u(
|
|
23
23
|
(i) => {
|
|
24
24
|
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
@@ -43,8 +43,8 @@ const N = "chipGroupItem__e0d767f6", w = "chip__830a9405", I = "lg__ad2e91ca", B
|
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
45
45
|
onKeyDown: _,
|
|
46
|
-
...
|
|
47
|
-
ref:
|
|
46
|
+
...m,
|
|
47
|
+
ref: f,
|
|
48
48
|
children: [
|
|
49
49
|
c ? /* @__PURE__ */ a(
|
|
50
50
|
"span",
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-eRAmMCbK.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__05866c29", o = "isInLightBox__6b844715", i = "isInSideOverlaySM__e9680f62", t = "isInSideOverlayMD__fb78c8b0", e = "isInSideOverlayLG__44f6b2af", s = "confirmCloseButton__b4ccf0c8", c = "confirmContent__87540184", r = "confirmControls__d8879fac", f = "confirmContentTitle__a29a4542", 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-BQvs_z36.js.map
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
2
|
import w, { useEffect as E } from "react";
|
|
3
3
|
import { EVENT_KEY_CODES as i } from "../utils/keyboard.js";
|
|
4
4
|
import { c as k } from "./vendor-D3hUOusX.js";
|
|
5
|
-
const u = "
|
|
5
|
+
const u = "dropdownDesktopList__816ae2eb", v = "sm__c8ea4af3", y = "dropdownDesktopListItem__d058059c", I = "dropdownDesktopListLoader__d4386ab1", l = "md__28d98ce2", N = "lg__3d9e5d24", b = "active__f1ff34c6", g = "selected__591ee5bb", n = {
|
|
6
6
|
dropdownDesktopList: u,
|
|
7
7
|
sm: v,
|
|
8
8
|
dropdownDesktopListItem: y,
|
|
9
9
|
dropdownDesktopListLoader: I,
|
|
10
10
|
md: l,
|
|
11
|
-
lg:
|
|
12
|
-
active:
|
|
11
|
+
lg: N,
|
|
12
|
+
active: b,
|
|
13
13
|
selected: g
|
|
14
14
|
}, O = [i.SPACE, i.ENTER], R = w.forwardRef(
|
|
15
15
|
({
|
|
16
|
-
active:
|
|
16
|
+
active: e,
|
|
17
17
|
keyCodesForSelection: m = O,
|
|
18
|
-
children:
|
|
18
|
+
children: s,
|
|
19
19
|
className: a,
|
|
20
20
|
onClick: d,
|
|
21
21
|
onSelect: t,
|
|
22
22
|
selected: p,
|
|
23
23
|
..._
|
|
24
|
-
},
|
|
24
|
+
}, c) => {
|
|
25
25
|
const r = (o) => {
|
|
26
|
-
const { keyCode:
|
|
27
|
-
m.includes(
|
|
28
|
-
},
|
|
26
|
+
const { keyCode: D } = o;
|
|
27
|
+
m.includes(D) && (o.preventDefault(), t == null || t());
|
|
28
|
+
}, L = (o) => {
|
|
29
29
|
t == null || t(), d == null || d(o);
|
|
30
30
|
};
|
|
31
|
-
return E(() => (
|
|
31
|
+
return E(() => (e ? document.addEventListener("keydown", r) : document.removeEventListener("keydown", r), () => {
|
|
32
32
|
document.removeEventListener("keydown", r);
|
|
33
|
-
}), [
|
|
33
|
+
}), [e]), /* @__PURE__ */ f(
|
|
34
34
|
"div",
|
|
35
35
|
{
|
|
36
36
|
className: k(
|
|
37
37
|
n.dropdownDesktopListItem,
|
|
38
|
-
{ [n.active]: !!
|
|
38
|
+
{ [n.active]: !!e, [n.selected]: !!p },
|
|
39
39
|
a
|
|
40
40
|
),
|
|
41
|
-
title: typeof
|
|
41
|
+
title: typeof s == "string" ? s : void 0,
|
|
42
42
|
role: "option",
|
|
43
43
|
"aria-selected": !!p,
|
|
44
44
|
..._,
|
|
45
|
-
onClick:
|
|
46
|
-
ref:
|
|
47
|
-
children:
|
|
45
|
+
onClick: L,
|
|
46
|
+
ref: c,
|
|
47
|
+
children: s
|
|
48
48
|
}
|
|
49
49
|
);
|
|
50
50
|
}
|
|
@@ -54,4 +54,4 @@ export {
|
|
|
54
54
|
R as D,
|
|
55
55
|
n as s
|
|
56
56
|
};
|
|
57
|
-
//# sourceMappingURL=DropdownListItem-
|
|
57
|
+
//# sourceMappingURL=DropdownListItem-DjvVx10v.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__b24f969a", d = "dropdownMobileBackdrop__dad6593f", e = "closing__503b52df", n = "opening__71c3fb17", r = "opened__d71f71b7", p = "dropdownMobile__62d9dfa3", l = "dropdownMobileHeader__5893c521", i = "dropdownMobileContent__c3e2d988", b = "dropdownMobileFooter__16122704", t = "dropdownMobileListItem__19df5fd8", w = "selected__591ee5bb", s = "dropdownMobileLoader__2cde0ec5", M = "dropdownMobileClose__d3254f11", c = "dropdownMobileListLoader__9fba78a2", _ = "dropdownMobileBodyOverflow__6947cf97", a = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: d,
|
|
4
|
+
closing: e,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: p,
|
|
8
|
+
dropdownMobileHeader: l,
|
|
9
|
+
dropdownMobileContent: i,
|
|
10
|
+
dropdownMobileFooter: b,
|
|
11
|
+
dropdownMobileListItem: t,
|
|
12
|
+
selected: w,
|
|
13
|
+
dropdownMobileLoader: s,
|
|
14
|
+
dropdownMobileClose: M,
|
|
15
|
+
dropdownMobileListLoader: c,
|
|
16
|
+
dropdownMobileBodyOverflow: _
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
a as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=DropdownMobile.module-CEPFt9uH.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__66f7907d", t = "footerDescriptionContent__7d3725f5", e = "footerDescriptionControls__c77ff3e7", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-CXnDx0Qq.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { FormFieldContext as
|
|
4
|
-
import { c as
|
|
5
|
-
import { EFormFieldStatus as
|
|
6
|
-
import { createSizeToClassNameMap as
|
|
7
|
-
const
|
|
8
|
-
formFieldInput:
|
|
9
|
-
sm:
|
|
1
|
+
import { jsx as z } from "react/jsx-runtime";
|
|
2
|
+
import A, { useContext as P, useRef as R, useEffect as c } from "react";
|
|
3
|
+
import { FormFieldContext as k } from "../components/FormField/FormFieldContext.js";
|
|
4
|
+
import { c as y, a as D } from "./vendor-D3hUOusX.js";
|
|
5
|
+
import { EFormFieldStatus as M } from "../components/FormField/enums.js";
|
|
6
|
+
import { createSizeToClassNameMap as T } from "../utils/classNameMaps.js";
|
|
7
|
+
const W = "formFieldInput__f51f362d", b = "sm__c5a41880", j = "md__805545f9", q = "lg__8a29a6ec", x = {
|
|
8
|
+
formFieldInput: W,
|
|
9
|
+
sm: b,
|
|
10
10
|
md: j,
|
|
11
11
|
lg: q
|
|
12
|
-
}, w =
|
|
13
|
-
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder: u, value: o, ...B } = m, { render: f, ...C } = m, { focused: E, status:
|
|
12
|
+
}, w = T(x), L = A.forwardRef((m, d) => {
|
|
13
|
+
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder: u, value: o, ...B } = m, { render: f, ...C } = m, { focused: E, status: g, setFocused: p, setId: l, setValueExist: a, size: F } = P(k), I = y(x.formFieldInput, w[F], S), t = R(s || D("input_"));
|
|
14
14
|
c(() => {
|
|
15
15
|
l(t.current);
|
|
16
16
|
}, []), c(() => {
|
|
@@ -38,12 +38,12 @@ const T = "formFieldInput__1af26e67", W = "sm__7d287b24", j = "md__301d6725", q
|
|
|
38
38
|
size: F
|
|
39
39
|
},
|
|
40
40
|
d
|
|
41
|
-
) : /* @__PURE__ */
|
|
41
|
+
) : /* @__PURE__ */ z(
|
|
42
42
|
"input",
|
|
43
43
|
{
|
|
44
44
|
...B,
|
|
45
45
|
className: I,
|
|
46
|
-
disabled:
|
|
46
|
+
disabled: g === M.DISABLED,
|
|
47
47
|
id: t.current,
|
|
48
48
|
onAnimationStart: N,
|
|
49
49
|
onFocus: h,
|
|
@@ -59,4 +59,4 @@ export {
|
|
|
59
59
|
L as F,
|
|
60
60
|
x as s
|
|
61
61
|
};
|
|
62
|
-
//# sourceMappingURL=FormFieldInput-
|
|
62
|
+
//# sourceMappingURL=FormFieldInput-Dc0f4nno.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__ae367d5f", a = "headerLayoutSidebarContent__dce2ec3e", d = "headerLayoutSidebarSidebar__751d550a", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-CHV51xUH.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__7160cbd2", t = "headerTitleControls__1d63dc33", l = "headerTitleContent__a0f6b0f4", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__de4ffd7e", t = "headerTitleControls__167dcf49", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-B6qQsh69.js.map
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const e = "islandAccordion__a8bf0b59", t = "island__1618b06c", c = "item__4a373c8e", o = "disabled__37139858", d = "sm__f2dd7b0d", s = "md__f442cd93", _ = "lg__fdadc734", a = "header__f02ca1c9", n = "focused__ba1e3041", r = "type1__4015c711", p = "opened__8661bd0a", i = "type2__fb71590a", l = "type3__09d0bdd2", b = "footer__3797ca93", f = "body__9990f1db", y = "caretWrapper__aa40d8c7", m = "caretIcon__087af99c", W = "step__6c547510", g = "titleWrapper__f3d333ad", h = "remove__76e73c15", u = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: c,
|
|
5
|
+
disabled: o,
|
|
6
|
+
sm: d,
|
|
7
|
+
md: s,
|
|
8
|
+
lg: _,
|
|
9
|
+
header: a,
|
|
10
|
+
focused: n,
|
|
11
|
+
type1: r,
|
|
12
|
+
opened: p,
|
|
13
|
+
type2: i,
|
|
14
|
+
type3: l,
|
|
15
|
+
footer: b,
|
|
16
|
+
body: f,
|
|
17
|
+
caretWrapper: y,
|
|
18
|
+
caretIcon: m,
|
|
19
|
+
step: W,
|
|
20
|
+
titleWrapper: g,
|
|
21
|
+
remove: h
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
u as s
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=IslandAccordion.module-DoM2x4VR.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__ec070b35", o = "islandWidgetFooterContent__a15d10b4", e = "islandWidgetFooterControls__419495e2", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-qNMIN4zr.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__ef619fce", d = "islandWidgetHeaderContent__23855f34", i = "islandWidgetHeaderDescription__43a99215", t = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: i
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
t as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetHeader.module-DUf_HV96.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 u, useLayoutEffect as C, useEffect as
|
|
3
|
-
import { WindowResizeListener as
|
|
4
|
-
import { u as
|
|
2
|
+
import { useState as v, useRef as _, useCallback as u, useLayoutEffect as C, useEffect as b } from "react";
|
|
3
|
+
import { WindowResizeListener as O } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
+
import { u as S, c as T } from "./vendor-D3hUOusX.js";
|
|
5
5
|
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const z = "
|
|
6
|
+
const z = "lightBox__7562d756", A = "lightBoxBackdrop__28080e4a", L = "lightBoxSideOverlayActive__3b3c3285", W = "lightBoxTopOverlayActive__14b6ce29", N = "lightBoxContent__1d9dc3d7", E = "loadingContentOverlay__43aee85b", k = "lightBoxContentResizeWrapper__88bcc79a", w = "tempElSafariBug__c020301f", H = "bodyOverflowHidden__a4b68fed", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -13,8 +13,8 @@ const z = "lightBox__3763d01d", A = "lightBoxBackdrop__66f51d03", L = "lightBoxS
|
|
|
13
13
|
lightBoxContentResizeWrapper: k,
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
|
-
}, j = (
|
|
17
|
-
const { children: l, className:
|
|
16
|
+
}, j = (p) => {
|
|
17
|
+
const { children: l, className: a, isLoading: s, loadingTitle: c, ...f } = p, [d, B] = v(0), e = _(null), o = u(() => {
|
|
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__3763d01d", A = "lightBoxBackdrop__66f51d03", 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__3763d01d", A = "lightBoxBackdrop__66f51d03", 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--MHZ9Gkl.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__55adf79c", o = "withKeyboardEvent__0aef1ce9", e = "withoutKeyboardEvent__b2937114", l = "lightBoxPrev__bf8320ec", i = "lightBoxNext__fe69a882", n = "lightBoxControlsDesktop__21f848ae", x = "lightBoxControlsMobile__0c358d7a", h = "lightBoxClose__e6e7c33b", s = "lightBoxPrevButton__7c5ee48f", B = "lightBoxNextButton__2dda7d43", 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-C3_q74nl.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__c8eb038f", l = "lightBoxSideOverlayCloseMobile__19567d21", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-D66ESS7b.js.map
|
|
@@ -2,9 +2,9 @@ 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-D3hUOusX.js";
|
|
4
4
|
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
|
-
import { Text as
|
|
6
|
-
const
|
|
7
|
-
listItemControlsButton:
|
|
5
|
+
import { Text as c } from "../components/Typography/Text.js";
|
|
6
|
+
const a = "listItemControlsButton__677c8980", B = "listItemControlsButtonLabel__19134e07", C = "listItemControlsButtonDropdown__1d4dcb27", d = "listItemControlsButtonIcon__9f23a8f2", p = "withText__fe790248", _ = "listItemControlsButtonInner__f77fdc91", f = "withIcon__b1b38577", w = "buttonDropdownMenuItem__bdcc6a41", t = {
|
|
7
|
+
listItemControlsButton: a,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
10
|
listItemControlsButtonIcon: d,
|
|
@@ -30,7 +30,7 @@ const c = "listItemControlsButton__b268214a", 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(c, { className: t.listItemControlsButtonLabel, size: u.B4, children: o }) : null
|
|
34
34
|
] })
|
|
35
35
|
}
|
|
36
36
|
)
|
|
@@ -40,4 +40,4 @@ export {
|
|
|
40
40
|
b as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-CDyUDFUr.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__d4082b9f", i = "listItemTailLine__f75c8e2d", l = "listItemTailTop__0d5b12c4", s = "listItemTailBottom__a3761e43", e = "listItemTailRight__53a67548", a = "listItemTailLeft__457266d2", m = {
|
|
2
|
+
listItemTail: t,
|
|
3
|
+
listItemTailLine: i,
|
|
4
|
+
listItemTailTop: l,
|
|
5
|
+
listItemTailBottom: s,
|
|
6
|
+
listItemTailRight: e,
|
|
7
|
+
listItemTailLeft: a
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
m as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ListItemTail.module-DYbacvAR.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const t = "listMasterFooter__e03f0cd8", s = "sticky__21fa2bc4", o = "listMasterFooterDescription__0ec681b4", e = "listMasterFooterControls__4b15eeab", r = {
|
|
2
|
+
listMasterFooter: t,
|
|
3
|
+
sticky: s,
|
|
4
|
+
listMasterFooterDescription: o,
|
|
5
|
+
listMasterFooterControls: e
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
r as s
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ListMasterFooter.module-ghOvyA19.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const o = "modalWindowContainer__e839d283", n = "modalWindowBackdrop__ce9f9eec", d = "modalWindow__9d0b8695", a = "modalWindowContentWrapper__49b331b6", e = "modalWindowContent__c3df8f25", t = "modalWindowResizeWrapper__44c63000", i = "sm__6cb0b3b7", m = "md__6ce394e5", W = "lg__0fc0b8a1", l = "modalWindowContentPage__5a7700e1", c = "modalWindowLoaderScreen__548a0708", r = {
|
|
2
|
+
modalWindowContainer: o,
|
|
3
|
+
modalWindowBackdrop: n,
|
|
4
|
+
modalWindow: d,
|
|
5
|
+
modalWindowContentWrapper: a,
|
|
6
|
+
modalWindowContent: e,
|
|
7
|
+
modalWindowResizeWrapper: t,
|
|
8
|
+
sm: i,
|
|
9
|
+
md: m,
|
|
10
|
+
lg: W,
|
|
11
|
+
modalWindowContentPage: l,
|
|
12
|
+
modalWindowLoaderScreen: c
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
r as s
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ModalWindow.module-CvIIBPzJ.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "notification__44e2c4f7", t = "extraBottomPadding__29a29c21", i = "notificationHeader__92bf2072", n = "notificationIcon__a0302b31", c = "notificationBody__fcee7b8e", e = "notificationBodyList__929bc01a", a = "notificationBodyContent__ec316b4c", f = "notificationClose__8ba7bc3b", s = "showCloseOnHover__7e939819", r = "notificationFooter__b5ea09fc", d = "notificationTime__c3468df5", _ = "notificationGroupedWrapper__13636450", p = "notificationGroupedFooterItem__b49d2847", B = "first__75950cd9", b = "second__953f5e90", y = {
|
|
2
|
+
notification: o,
|
|
3
|
+
extraBottomPadding: t,
|
|
4
|
+
notificationHeader: i,
|
|
5
|
+
notificationIcon: n,
|
|
6
|
+
notificationBody: c,
|
|
7
|
+
notificationBodyList: e,
|
|
8
|
+
notificationBodyContent: a,
|
|
9
|
+
notificationClose: f,
|
|
10
|
+
showCloseOnHover: s,
|
|
11
|
+
notificationFooter: r,
|
|
12
|
+
notificationTime: d,
|
|
13
|
+
notificationGroupedWrapper: _,
|
|
14
|
+
notificationGroupedFooterItem: p,
|
|
15
|
+
first: B,
|
|
16
|
+
second: b
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
y as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=Notification.module-DrKXO_L0.js.map
|