@sberbusiness/triplex-next 1.9.0 → 1.11.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/README.md +6 -0
- package/chunks/{AlertProcessSpoiler-D8OxE3FA.js → AlertProcessSpoiler-BGQ1uQrz.js} +14 -14
- package/chunks/CalendarViewItem-GZv99LrE.js +101 -0
- package/chunks/Card.module-Bb-0eR7p.js +17 -0
- package/chunks/CheckboxTreeExtended.module-LACc235T.js +11 -0
- package/chunks/{Chip-DXegvfGS.js → Chip-L25luM9A.js} +6 -6
- package/chunks/Confirm.module-B2F1vU1t.js +15 -0
- package/chunks/{DropdownListItem-ToJzPBLf.js → DropdownListItem-QBxfm941.js} +19 -19
- package/chunks/DropdownMobile.module-zHrNkkL5.js +23 -0
- package/chunks/Footer.module-CTz6ITIP.js +9 -0
- package/chunks/{FormFieldInput-kWDtKz1V.js → FormFieldInput-ZCQQZs7b.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +9 -0
- package/chunks/HeaderTabs.module-Fe8TyS0Y.js +9 -0
- package/chunks/{HeaderTitle.module-DlPGCmxi.js → HeaderTitle.module-C7KQyTXH.js} +2 -2
- package/chunks/IslandAccordion.module-B1DwUTEO.js +25 -0
- package/chunks/IslandWidgetFooter.module-DNunPtYA.js +9 -0
- package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +9 -0
- package/chunks/{LightBoxContent-BhFPV40j.js → LightBoxContent-D0toheNV.js} +15 -15
- package/chunks/LightBoxControls.module-DUY3tLKy.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +8 -0
- package/chunks/{ListItemControlsButton-BoYzfwDC.js → ListItemControlsButton-B0Qs0eEN.js} +8 -8
- package/chunks/ListItemTail.module-uDs8u3yU.js +12 -0
- package/chunks/ListMasterFooter.module-uJGRVDCh.js +10 -0
- package/chunks/ModalWindow.module-BxFKBpp4.js +17 -0
- package/chunks/Notification.module-HwYJsw5w.js +21 -0
- package/chunks/Overlay.module-BdT_EdJd.js +18 -0
- package/chunks/Page.module-CQz9ZvqA.js +11 -0
- package/chunks/{RightBorderArrow-DmvKTu6m.js → RightBorderArrow-B3TaRXow.js} +6 -6
- package/chunks/SMSField.module-B2vNyUh9.js +16 -0
- package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +15 -0
- package/chunks/{SliderExtendedRail-45DAsx7v.js → SliderExtendedRail-DP6nRRY0.js} +11 -11
- package/chunks/StatusTracker.module-BM1Mr7Lr.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CSddz7zn.js → SuggestFieldMobileDropdownHint-C04_aHFB.js} +2 -2
- package/chunks/TableFooter.module-DNpkWevf.js +14 -0
- package/chunks/TabsExtended.module-BvIRknmY.js +16 -0
- package/chunks/TabsLine.module-BN-kBFLj.js +21 -0
- package/chunks/TooltipDesktop.module-itrszAnq.js +19 -0
- package/chunks/TreeView.module-CDWFlOAV.js +9 -0
- package/chunks/UploadZoneInput-BYGZcWC8.js +35 -0
- package/chunks/utils-BWjaO0EE.js +73 -0
- package/chunks/utils-BsNeWWRx.js +20 -0
- package/chunks/{utils--cyZSVhM.js → utils-CDPE3P4X.js} +2 -2
- package/chunks/utils-DKyrkqb2.js +36 -0
- package/chunks/utils-P0A0WEsB.js +24 -0
- package/chunks/{vendor-D3hUOusX.js → vendor-ClY57Zzq.js} +1220 -1220
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +19 -19
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +5 -5
- package/components/AmountField/AmountField.js +59 -62
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +5 -5
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +2 -2
- package/components/Calendar/components/CalendarViewYears.js +2 -2
- package/components/Calendar/utils.js +1 -1
- package/components/Card/CardAction.js +22 -22
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +7 -7
- package/components/CarouselExtended/index.js +5 -0
- package/components/Checkbox/Checkbox.js +35 -33
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +3 -3
- package/components/Chip/ChipDatePicker/{components/ChipDatePickerTarget.js → ChipDatePickerTarget.js} +5 -5
- package/components/Chip/ChipDatePicker/index.js +7 -0
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +26 -22
- package/components/ChipGroup/ChipGroup.js +8 -8
- package/components/Col/Col.js +138 -138
- package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +2 -2
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +19 -19
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +99 -94
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +102 -97
- package/components/DesignTokens/components/AmountField.js +11 -0
- package/components/DesignTokens/components/FormField.js +2 -2
- package/components/DesignTokens/components/{SMSInput.js → SMSField.js} +9 -9
- package/components/DesignTokens/components/Step.js +1 -1
- package/components/DesignTokens/components/index.js +156 -153
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- 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 +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +10 -10
- package/components/ExpandAnimation/ExpandAnimation.js +19 -19
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +26 -26
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +53 -53
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +26 -26
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- package/components/FormField/enums.js +2 -3
- package/components/FormField/index.js +13 -14
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +12 -12
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -4
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +93 -99
- package/components/IslandAccordion/components/index.js +1 -3
- package/components/IslandAccordion/index.js +3 -5
- package/components/IslandWidget/IslandWidget.js +14 -14
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +59 -53
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -0
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +15 -0
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +30 -30
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +13 -13
- package/components/List/components/ListItemTable.js +4 -4
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +8 -8
- 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 +8 -8
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +13 -13
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +5 -5
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +3 -3
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- 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 +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +3 -3
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +10 -10
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +6 -6
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
- package/components/Pagination/components/PaginationSelect.js +6 -6
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +23 -21
- package/components/Radio/RadioXGroup.js +8 -8
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +10 -10
- package/components/SMSField/SMSField.js +41 -0
- package/components/{SMSInput/SMSInputContext.js → SMSField/SMSFieldContext.js} +3 -3
- package/components/{SMSInput → SMSField}/components/RefreshIcon.js +4 -4
- package/components/SMSField/components/SMSFieldInput.js +63 -0
- package/components/SMSField/components/SMSFieldRefresh.js +39 -0
- package/components/SMSField/components/SMSFieldSubmit.js +43 -0
- package/components/SMSField/components/SMSFieldTooltip.js +38 -0
- package/components/SMSField/index.js +5 -0
- package/components/SegmentedControl/SegmentedControl.js +17 -17
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +7 -7
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +6 -6
- package/components/Spoiler/Spoiler.js +15 -15
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +7 -7
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
- 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 +4 -4
- 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 +3 -3
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +7 -7
- package/components/Table/TableFooter/TableFooter.js +2 -2
- 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 +3 -3
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +6 -6
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +8 -8
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- 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 +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +31 -27
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +11 -6
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +5 -5
- package/components/TopOverlay/TopOverlay.js +11 -11
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +7 -7
- package/components/Typography/Text.js +9 -9
- package/components/Typography/Title.js +20 -20
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +109 -97
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +558 -552
- package/consts/DateConst.js +1 -1
- package/consts/index.js +14 -0
- package/index.d.ts +161 -116
- package/index.js +569 -555
- package/package.json +8 -4
- package/styles/triplex-next.css +535 -533
- package/utils/amountUtils.js +1 -1
- package/chunks/CalendarViewItem-DXg4wwUA.js +0 -101
- package/chunks/Card.module-CDb8O5wa.js +0 -17
- package/chunks/CheckboxTreeExtended.module-D8lQSOEb.js +0 -11
- package/chunks/Confirm.module-ySc3irOD.js +0 -15
- package/chunks/DropdownMobile.module-B25s43In.js +0 -23
- package/chunks/Footer.module-CzmEZNfz.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-C6GIAW7a.js +0 -9
- package/chunks/HeaderTabs.module-BP4HQoDS.js +0 -9
- package/chunks/IslandAccordion.module-DDPPsI1j.js +0 -25
- package/chunks/IslandWidgetFooter.module-BGcZce5D.js +0 -9
- package/chunks/IslandWidgetHeader.module-BMvYg9LN.js +0 -9
- package/chunks/LightBoxControls.module-B71hMR9E.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js +0 -8
- package/chunks/ListItemTail.module-D2THwLyb.js +0 -12
- package/chunks/ListMasterFooter.module-CQmunIov.js +0 -10
- package/chunks/ModalWindow.module-BhR9VsYm.js +0 -17
- package/chunks/Notification.module-BHnUAhdM.js +0 -21
- package/chunks/Overlay.module-BHV5h0kp.js +0 -18
- package/chunks/Page.module-DcF12bw0.js +0 -11
- package/chunks/SMSInput.module-qYyAcTFr.js +0 -16
- package/chunks/SliderExtendedMarks.module-CNaKOqZQ.js +0 -15
- package/chunks/StatusTracker.module-BA-WFHqo.js +0 -24
- package/chunks/TableFooter.module-D6jJ4Btm.js +0 -14
- package/chunks/TabsExtended.module-C87bijNv.js +0 -16
- package/chunks/TabsLine.module-D_ARvYGg.js +0 -21
- package/chunks/TooltipDesktop.module-CehOLtFg.js +0 -19
- package/chunks/TooltipMobileCloseButton-CJByOYY4.js +0 -20
- package/chunks/TreeView.module-B6tUzJoC.js +0 -9
- package/chunks/UploadZoneInput-D8diOBuf.js +0 -33
- package/chunks/utils-3xY20XDV.js +0 -24
- package/chunks/utils-BCJ-APtm.js +0 -20
- package/chunks/utils-BvGDcicX.js +0 -36
- package/chunks/utils-tUaA-zN1.js +0 -73
- package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
- package/components/SMSInput/SMSInput.js +0 -41
- package/components/SMSInput/components/SMSInputInput.js +0 -63
- package/components/SMSInput/components/SMSInputRefresh.js +0 -39
- package/components/SMSInput/components/SMSInputSubmit.js +0 -43
- package/components/SMSInput/components/SMSInputTooltip.js +0 -38
- package/components/SMSInput/index.js +0 -5
- /package/components/{SMSInput → SMSField}/components/SubmitIcon.js +0 -0
- /package/components/{SMSInput → SMSField}/types.js +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Triplex-next
|
|
2
2
|
|
|
3
|
+
### Версионирование
|
|
4
|
+
|
|
5
|
+
- Разработка версии для React 18 ведется в ветке main. Релизы с версии 1.0.0 до 2.0.0(не включительно).
|
|
6
|
+
- Разработка версии для React 17 ведется в ветке release-0. Релизы с версии 0.10.0 до 1.0.0(не включительно).
|
|
7
|
+
|
|
8
|
+
|
|
3
9
|
## 🚀 Установка
|
|
4
10
|
|
|
5
11
|
```bash
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useContext as
|
|
1
|
+
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as d, useEffect as i } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
4
|
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
5
|
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
-
import { c as n } from "./vendor-
|
|
7
|
-
const y = "
|
|
6
|
+
import { c as n } from "./vendor-ClY57Zzq.js";
|
|
7
|
+
const y = "alertProcess__7dca9a88", f = "withSpoiler__12fec447", u = "themeIcon__9775623a", T = "alertTypeError__26ba48dd", b = "alertTypeInfo__077b39be", B = "alertTypeWarning__2b06f64c", C = "alertTypeSystem__00fda939", S = "alertTypeFeature__bc4aa959", h = "alertProcessContentBlock__7c4a433e", I = "expandableContent__44b2e6b4", P = "expanded__c5dc5665", g = "closeButton__44667a99", k = "expandButton__9031f252", e = {
|
|
8
8
|
alertProcess: y,
|
|
9
9
|
withSpoiler: f,
|
|
10
10
|
themeIcon: u,
|
|
11
11
|
alertTypeError: T,
|
|
12
|
-
alertTypeInfo:
|
|
13
|
-
alertTypeWarning:
|
|
14
|
-
alertTypeSystem:
|
|
15
|
-
alertTypeFeature:
|
|
12
|
+
alertTypeInfo: b,
|
|
13
|
+
alertTypeWarning: B,
|
|
14
|
+
alertTypeSystem: C,
|
|
15
|
+
alertTypeFeature: S,
|
|
16
16
|
alertProcessContentBlock: h,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
expandableContent: I,
|
|
18
|
+
expanded: P,
|
|
19
|
+
closeButton: g,
|
|
20
20
|
expandButton: k
|
|
21
21
|
}, v = ({ children: s, open: r, onOpen: o, ...l }) => {
|
|
22
|
-
const { setHasSpoiler: a } =
|
|
22
|
+
const { setHasSpoiler: a } = d(x);
|
|
23
23
|
i(() => (a(!0), () => {
|
|
24
24
|
a(!1);
|
|
25
25
|
}), [a]);
|
|
26
26
|
const c = () => {
|
|
27
27
|
o == null || o(!r);
|
|
28
28
|
};
|
|
29
|
-
return /* @__PURE__ */
|
|
29
|
+
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
30
|
/* @__PURE__ */ t("div", { className: n(e.expandableContent, { [e.expanded]: r }), ...l, children: s }),
|
|
31
31
|
/* @__PURE__ */ t("div", { className: n(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: c, children: /* @__PURE__ */ t(_, { paletteIndex: 5 }) }) })
|
|
32
32
|
] });
|
|
@@ -36,4 +36,4 @@ export {
|
|
|
36
36
|
v as A,
|
|
37
37
|
e as s
|
|
38
38
|
};
|
|
39
|
-
//# sourceMappingURL=AlertProcessSpoiler-
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-BGQ1uQrz.js.map
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
+
import { c as V } from "./vendor-ClY57Zzq.js";
|
|
3
|
+
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
4
|
+
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
|
+
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
+
import { isKey as w } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__32103392", E = "calendarViewMonths__41747522", L = "calendarViewYears__1c921a9d", R = "calendarViewDaysHeader__0405ff66", v = "calendarViewDaysBody__a8231e99", H = "calendarViewItem__b176ff08", B = "current__8bdc24af", S = "disabled__517a3a4e", j = "calendarViewItemLabel__6923be55", O = "selected__d45c1b5f", P = "basicMark__e657cbcd", g = "standardMark__3e1a0259", q = "attentionMark__dba4fea1", z = "criticalMark__8bd78915", G = "muted__ddeaac17", J = "marked__a988f9fa", Q = "unitDay__b17cc305", U = "unitMonth__80eef193", W = "unitYear__63944e70", a = {
|
|
8
|
+
calendarViewDays: A,
|
|
9
|
+
calendarViewMonths: E,
|
|
10
|
+
calendarViewYears: L,
|
|
11
|
+
calendarViewDaysHeader: R,
|
|
12
|
+
calendarViewDaysBody: v,
|
|
13
|
+
calendarViewItem: H,
|
|
14
|
+
current: B,
|
|
15
|
+
disabled: S,
|
|
16
|
+
calendarViewItemLabel: j,
|
|
17
|
+
selected: O,
|
|
18
|
+
basicMark: P,
|
|
19
|
+
standardMark: g,
|
|
20
|
+
attentionMark: q,
|
|
21
|
+
criticalMark: z,
|
|
22
|
+
muted: G,
|
|
23
|
+
marked: J,
|
|
24
|
+
unitDay: Q,
|
|
25
|
+
unitMonth: U,
|
|
26
|
+
unitYear: W
|
|
27
|
+
}, X = {
|
|
28
|
+
[r.BASIC]: a.basicMark,
|
|
29
|
+
[r.STANDARD]: a.standardMark,
|
|
30
|
+
[r.ATTENTION]: a.attentionMark,
|
|
31
|
+
[r.CRITICAL]: a.criticalMark
|
|
32
|
+
}, Z = {
|
|
33
|
+
day: a.unitDay,
|
|
34
|
+
month: a.unitMonth,
|
|
35
|
+
year: a.unitYear
|
|
36
|
+
}, ra = ({
|
|
37
|
+
children: k,
|
|
38
|
+
className: y,
|
|
39
|
+
date: o,
|
|
40
|
+
unit: b,
|
|
41
|
+
tabbable: n,
|
|
42
|
+
active: l,
|
|
43
|
+
disabled: _,
|
|
44
|
+
muted: I,
|
|
45
|
+
markType: c,
|
|
46
|
+
onFocus: d,
|
|
47
|
+
onBlur: s,
|
|
48
|
+
onKeyDown: i,
|
|
49
|
+
onDateSelect: m,
|
|
50
|
+
...C
|
|
51
|
+
}) => {
|
|
52
|
+
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
|
+
Y(() => {
|
|
54
|
+
var e;
|
|
55
|
+
n && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
+
}, [n, t]);
|
|
57
|
+
const D = (e) => {
|
|
58
|
+
t.current = !0, d == null || d(e);
|
|
59
|
+
}, h = (e) => {
|
|
60
|
+
t.current = !1, s == null || s(e);
|
|
61
|
+
}, p = (e) => {
|
|
62
|
+
const f = e.code || e.keyCode;
|
|
63
|
+
(w(f, "ENTER") || w(f, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
|
+
};
|
|
65
|
+
return /* @__PURE__ */ M(
|
|
66
|
+
"td",
|
|
67
|
+
{
|
|
68
|
+
className: V(a.calendarViewItem, { [a.disabled]: _ }, y),
|
|
69
|
+
tabIndex: n ? 0 : -1,
|
|
70
|
+
"aria-selected": l ? !0 : void 0,
|
|
71
|
+
onFocus: D,
|
|
72
|
+
onBlur: h,
|
|
73
|
+
onKeyDown: p,
|
|
74
|
+
...C,
|
|
75
|
+
ref: u,
|
|
76
|
+
children: /* @__PURE__ */ M(
|
|
77
|
+
"div",
|
|
78
|
+
{
|
|
79
|
+
className: V(
|
|
80
|
+
a.calendarViewItemLabel,
|
|
81
|
+
Z[b],
|
|
82
|
+
{
|
|
83
|
+
[a.disabled]: _,
|
|
84
|
+
[a.marked]: c !== void 0,
|
|
85
|
+
[a.muted]: !!I,
|
|
86
|
+
[a.selected]: l
|
|
87
|
+
},
|
|
88
|
+
c !== void 0 ? X[c] : void 0
|
|
89
|
+
),
|
|
90
|
+
onClick: () => m(o),
|
|
91
|
+
children: k
|
|
92
|
+
}
|
|
93
|
+
)
|
|
94
|
+
}
|
|
95
|
+
);
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
ra as C,
|
|
99
|
+
a as s
|
|
100
|
+
};
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-GZv99LrE.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__9e78503c", d = "roundingMD__8782d808", c = "roundingSM__088e7d8c", e = "general__bc1acb4e", a = "secondary__705f1cc1", o = "cardMedia__435672e7", r = "cardContent__083f682d", t = "paddingMD__7e43a1ff", _ = "paddingSM__f9f96c18", s = "cardContentHeader__5c32d8b0", g = "cardContentFooter__24420e9d", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: c,
|
|
5
|
+
general: e,
|
|
6
|
+
secondary: a,
|
|
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-Bb-0eR7p.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__89985335", c = "checkboxTreeExtendedNode__09b87a70", o = "checkboxTreeExtendedNodeHeader__93aaf865", d = "checkboxTreeCheckboxLabel__438b2166", r = "caretIconWrapper__504dd46e", 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-LACc235T.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import x, { useCallback as b } from "react";
|
|
3
|
-
import { c as n } from "./vendor-
|
|
3
|
+
import { c as n } from "./vendor-ClY57Zzq.js";
|
|
4
4
|
import { EComponentSize as u } 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__54d1372f", w = "chip__ef917b32", I = "lg__d39e0bae", B = "prefix__880a697c", G = "postfix__dfb02add", g = "md__1533c175", z = "sm__3736e13d", M = "disabled__37b06e71", S = "selected__75b2046a", j = "withPrefix__3059de27", y = "withPostfix__5cb5ddc0", E = "content__f9674303", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -18,7 +18,7 @@ const N = "chipGroupItem__175c9eb0", w = "chip__83ddf80f", I = "lg__21c38189", B
|
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
20
|
}, R = P(e), T = x.forwardRef(
|
|
21
|
-
({ children: l, className:
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: i, selected: d, size: r = u.MD, onKeyDown: s, ...f }, m) => {
|
|
22
22
|
const _ = b(
|
|
23
23
|
(c) => {
|
|
24
24
|
C(c.code, "SPACE") && c.preventDefault(), s == null || s(c);
|
|
@@ -34,11 +34,11 @@ const N = "chipGroupItem__175c9eb0", w = "chip__83ddf80f", I = "lg__21c38189", B
|
|
|
34
34
|
R[r],
|
|
35
35
|
{
|
|
36
36
|
[e.disabled]: !!t,
|
|
37
|
-
[e.selected]: !!
|
|
37
|
+
[e.selected]: !!d,
|
|
38
38
|
[e.withPostfix]: typeof o < "u",
|
|
39
39
|
[e.withPrefix]: typeof i < "u"
|
|
40
40
|
},
|
|
41
|
-
|
|
41
|
+
p
|
|
42
42
|
),
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-L25luM9A.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__72c71727", o = "isInLightBox__0c28f4b8", i = "isInSideOverlaySM__0d58277c", t = "isInSideOverlayMD__2f9858ef", e = "isInSideOverlayLG__bcba1b21", s = "confirmCloseButton__b1014855", c = "confirmContent__79de4d32", r = "confirmControls__c65488b1", l = "confirmContentTitle__b8978383", f = {
|
|
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: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
f as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-B2F1vU1t.js.map
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import { jsxs as w, jsx as E } from "react/jsx-runtime";
|
|
2
2
|
import k, { useEffect as I } from "react";
|
|
3
|
-
import { EVENT_KEY_CODES as
|
|
4
|
-
import { c as u } from "./vendor-
|
|
3
|
+
import { EVENT_KEY_CODES as a } from "../utils/keyboard.js";
|
|
4
|
+
import { c as u } from "./vendor-ClY57Zzq.js";
|
|
5
5
|
import { NotificationIcon as v } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
-
const l = "
|
|
6
|
+
const l = "dropdownDesktopList__5d1da937", y = "sm__2e1ffd85", N = "dropdownDesktopListItem__2c3dc76a", g = "dropdownDesktopListLoader__9f2d1a15", x = "md__8d3b4590", O = "lg__5b5429da", R = "active__0ce4fa1c", T = "selected__8aee9a61", C = "notificationIcon__96fe1073", s = {
|
|
7
7
|
dropdownDesktopList: l,
|
|
8
8
|
sm: y,
|
|
9
9
|
dropdownDesktopListItem: N,
|
|
10
|
-
dropdownDesktopListLoader:
|
|
11
|
-
md:
|
|
12
|
-
lg:
|
|
13
|
-
active:
|
|
14
|
-
selected:
|
|
15
|
-
notificationIcon:
|
|
16
|
-
},
|
|
10
|
+
dropdownDesktopListLoader: g,
|
|
11
|
+
md: x,
|
|
12
|
+
lg: O,
|
|
13
|
+
active: R,
|
|
14
|
+
selected: T,
|
|
15
|
+
notificationIcon: C
|
|
16
|
+
}, K = [a.SPACE, a.ENTER], b = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection:
|
|
19
|
+
keyCodesForSelection: c = K,
|
|
20
20
|
children: d,
|
|
21
21
|
className: p,
|
|
22
22
|
onClick: n,
|
|
23
23
|
onSelect: o,
|
|
24
24
|
selected: r,
|
|
25
25
|
showNotificationIcon: m,
|
|
26
|
-
...
|
|
27
|
-
},
|
|
26
|
+
..._
|
|
27
|
+
}, f) => {
|
|
28
28
|
const i = (t) => {
|
|
29
29
|
const { keyCode: D } = t;
|
|
30
|
-
|
|
30
|
+
c.includes(D) && (t.preventDefault(), o == null || o());
|
|
31
31
|
}, L = (t) => {
|
|
32
32
|
o == null || o(), n == null || n(t);
|
|
33
33
|
};
|
|
@@ -44,9 +44,9 @@ const l = "dropdownDesktopList__289212c8", y = "sm__3f5d5692", N = "dropdownDesk
|
|
|
44
44
|
title: typeof d == "string" ? d : void 0,
|
|
45
45
|
role: "option",
|
|
46
46
|
"aria-selected": !!r,
|
|
47
|
-
...
|
|
47
|
+
..._,
|
|
48
48
|
onClick: L,
|
|
49
|
-
ref:
|
|
49
|
+
ref: f,
|
|
50
50
|
children: [
|
|
51
51
|
d,
|
|
52
52
|
m && /* @__PURE__ */ E(v, { className: s.notificationIcon })
|
|
@@ -55,9 +55,9 @@ const l = "dropdownDesktopList__289212c8", y = "sm__3f5d5692", N = "dropdownDesk
|
|
|
55
55
|
);
|
|
56
56
|
}
|
|
57
57
|
);
|
|
58
|
-
|
|
58
|
+
b.displayName = "DropdownListItem";
|
|
59
59
|
export {
|
|
60
|
-
|
|
60
|
+
b as D,
|
|
61
61
|
s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=DropdownListItem-
|
|
63
|
+
//# sourceMappingURL=DropdownListItem-QBxfm941.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__d3341248", e = "dropdownMobileBackdrop__2e9b0e9c", d = "closing__30025616", n = "opening__dae97745", r = "opened__97040e9a", t = "dropdownMobile__05def8db", i = "dropdownMobileHeader__c6425ba9", p = "dropdownMobileHeaderContent__7136b724", l = "dropdownMobileContent__1aff3c2a", c = "dropdownMobileFooter__4c8a9e12", b = "dropdownMobileListItem__5df92366", s = "selected__8aee9a61", w = "dropdownMobileListLoader__d09a2309", _ = "dropdownMobileBodyOverflow__631baee6", M = "controlButtons__4d126c92", a = "dropdownMobileLoader__67056392", L = "notificationIcon__96fe1073", f = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: e,
|
|
4
|
+
closing: d,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: t,
|
|
8
|
+
dropdownMobileHeader: i,
|
|
9
|
+
dropdownMobileHeaderContent: p,
|
|
10
|
+
dropdownMobileContent: l,
|
|
11
|
+
dropdownMobileFooter: c,
|
|
12
|
+
dropdownMobileListItem: b,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileListLoader: w,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: M,
|
|
17
|
+
dropdownMobileLoader: a,
|
|
18
|
+
notificationIcon: L
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
f as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-zHrNkkL5.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__e23f43ce", t = "footerDescriptionContent__a1f7c6f1", e = "footerDescriptionControls__763d2c03", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-CTz6ITIP.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as z } from "react/jsx-runtime";
|
|
2
|
-
import A, { useContext as P, useRef as R, useEffect as
|
|
2
|
+
import A, { useContext as P, useRef as R, useEffect as c } from "react";
|
|
3
3
|
import { FormFieldContext as b } from "../components/FormField/FormFieldContext.js";
|
|
4
|
-
import { c as k, a as y } from "./vendor-
|
|
4
|
+
import { c as k, a as y } from "./vendor-ClY57Zzq.js";
|
|
5
5
|
import { EFormFieldStatus as D } from "../components/FormField/enums.js";
|
|
6
6
|
import { createSizeToClassNameMap as M } from "../utils/classNameMaps.js";
|
|
7
|
-
const T = "
|
|
7
|
+
const T = "formFieldInput__1c2495f8", W = "sm__42c421ea", j = "md__3b63f96d", q = "lg__5cc889c6", x = {
|
|
8
8
|
formFieldInput: T,
|
|
9
9
|
sm: W,
|
|
10
10
|
md: j,
|
|
11
11
|
lg: q
|
|
12
|
-
}, w = M(x), L = A.forwardRef((
|
|
13
|
-
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder: u, value: o, ...B } =
|
|
14
|
-
|
|
12
|
+
}, w = M(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(b), I = k(x.formFieldInput, w[F], S), t = R(s || y("input_"));
|
|
14
|
+
c(() => {
|
|
15
15
|
l(t.current);
|
|
16
|
-
}, []),
|
|
16
|
+
}, []), c(() => {
|
|
17
17
|
s && (t.current = s, l(t.current));
|
|
18
|
-
}, [s, l]),
|
|
18
|
+
}, [s, l]), c(() => {
|
|
19
19
|
a(!!o);
|
|
20
20
|
}, [a, o]);
|
|
21
21
|
const _ = (e) => {
|
|
@@ -59,4 +59,4 @@ export {
|
|
|
59
59
|
L as F,
|
|
60
60
|
x as s
|
|
61
61
|
};
|
|
62
|
-
//# sourceMappingURL=FormFieldInput-
|
|
62
|
+
//# sourceMappingURL=FormFieldInput-ZCQQZs7b.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__94eff2f3", a = "headerLayoutSidebarContent__dbc977d6", d = "headerLayoutSidebarSidebar__cf124aeb", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-CQPDDGSa.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__0578eaab", t = "headerTitleControls__d4bdd16e", l = "headerTitleContent__7fd04b6d", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__0531810f", t = "headerTitleControls__51d036d1", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-C7KQyTXH.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__187c6c49", t = "island__c7fc9db4", c = "item__9e384122", o = "disabled__a2c73261", s = "sm__045c8bd0", _ = "md__e743f650", a = "lg__b3efab6a", n = "header__a68bc597", d = "type1__1b8c2282", r = "opened__15cefd0e", p = "type2__ec43ffa1", i = "type3__ca4ea4e3", l = "footer__4920c51d", b = "body__e5f452f9", f = "caretWrapper__6b0a06a5", y = "caretIcon__9a9c08e3", m = "step__d9f2835a", W = "titleWrapper__7647f744", g = "remove__d65410d9", h = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: c,
|
|
5
|
+
disabled: o,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: _,
|
|
8
|
+
lg: a,
|
|
9
|
+
header: n,
|
|
10
|
+
type1: d,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: i,
|
|
14
|
+
footer: l,
|
|
15
|
+
body: b,
|
|
16
|
+
caretWrapper: f,
|
|
17
|
+
caretIcon: y,
|
|
18
|
+
step: m,
|
|
19
|
+
titleWrapper: W,
|
|
20
|
+
remove: g
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
h as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-B1DwUTEO.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__f4a619a9", o = "islandWidgetFooterContent__cf13a4b7", e = "islandWidgetFooterControls__47436129", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-DNunPtYA.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__62fc4c1b", d = "islandWidgetHeaderContent__13f87f94", i = "islandWidgetHeaderDescription__b39e5a1d", t = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: i
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
t as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetHeader.module-CVe7qw8f.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
|
|
3
|
-
import { WindowResizeListener as
|
|
4
|
-
import { u as
|
|
5
|
-
import { LoaderScreen as
|
|
6
|
-
const z = "
|
|
2
|
+
import { useState as v, useRef as _, useCallback as f, 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-ClY57Zzq.js";
|
|
5
|
+
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
+
const z = "lightBox__e3db2e0c", A = "lightBoxBackdrop__8dfb5dfc", L = "lightBoxSideOverlayActive__a6af1314", W = "lightBoxTopOverlayActive__c343af5d", N = "lightBoxContent__83451b5e", E = "loadingContentOverlay__65abb6c0", k = "lightBoxContentResizeWrapper__dd00ff18", w = "tempElSafariBug__63c92630", H = "bodyOverflowHidden__801b53e5", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -13,20 +13,20 @@ const z = "lightBox__d6b508ea", A = "lightBoxBackdrop__6744dd78", L = "lightBoxS
|
|
|
13
13
|
lightBoxContentResizeWrapper: k,
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
|
-
}, j = (
|
|
17
|
-
const { children: l, className: a, isLoading: s, loadingTitle: c, ...
|
|
16
|
+
}, j = (u) => {
|
|
17
|
+
const { children: l, className: a, isLoading: s, loadingTitle: c, ...p } = u, [d, B] = v(0), e = _(null), o = f(() => {
|
|
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
|
-
}, []), t =
|
|
21
|
+
}, []), t = f(() => {
|
|
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
|
+
}), []), b(() => {
|
|
27
27
|
t();
|
|
28
28
|
}, [l, a, s, c, t]);
|
|
29
|
-
const { ref: x } =
|
|
29
|
+
const { ref: x } = S({
|
|
30
30
|
handleWidth: !0,
|
|
31
31
|
onResize: t,
|
|
32
32
|
refreshMode: "debounce",
|
|
@@ -34,15 +34,15 @@ const z = "lightBox__d6b508ea", A = "lightBoxBackdrop__6744dd78", 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
|
+
...p,
|
|
43
43
|
children: [
|
|
44
44
|
l,
|
|
45
|
-
s && /* @__PURE__ */ i(
|
|
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-D0toheNV.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__5981345d", o = "withKeyboardEvent__21fbb4d2", l = "withoutKeyboardEvent__8114109f", e = "lightBoxPrev__b3f1f5eb", i = "lightBoxNext__73a29021", n = "lightBoxControlsDesktop__f69c0a7a", x = "lightBoxControlsMobile__0d5f70b7", h = "lightBoxClose__3ae6c769", s = "lightBoxPrevButton__a0249cae", B = "lightBoxNextButton__676c6a2a", 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-DUY3tLKy.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__3da4dc23", l = "lightBoxSideOverlayCloseMobile__42c03e77", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-C-9e4C_Y.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as s, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as I } from "./vendor-
|
|
3
|
+
import { c as I } from "./vendor-ClY57Zzq.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__8418d094", B = "listItemControlsButtonLabel__60fd451f", C = "listItemControlsButtonDropdown__8780bf78", d = "listItemControlsButtonIcon__8d545355", p = "withText__32894569", _ = "listItemControlsButtonInner__48cb516c", f = "withIcon__415deca0", w = "buttonDropdownMenuItem__410a00cd", t = {
|
|
7
|
+
listItemControlsButton: a,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
|
-
listItemControlsButtonIcon:
|
|
10
|
+
listItemControlsButtonIcon: d,
|
|
11
11
|
withText: p,
|
|
12
12
|
listItemControlsButtonInner: _,
|
|
13
|
-
withIcon:
|
|
13
|
+
withIcon: f,
|
|
14
14
|
buttonDropdownMenuItem: w
|
|
15
15
|
}, b = i.forwardRef(
|
|
16
16
|
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
@@ -30,7 +30,7 @@ const c = "listItemControlsButton__a9841f79", 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-B0Qs0eEN.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__c46904d7", i = "listItemTailLine__bf6063bf", l = "listItemTailTop__2bdd9faa", e = "listItemTailBottom__27f459d9", s = "listItemTailRight__0fe3d584", a = "listItemTailLeft__e014ea74", 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-uDs8u3yU.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const t = "listMasterFooter__9c9f9023", s = "sticky__3eb94b3c", o = "listMasterFooterDescription__ebbff39d", e = "listMasterFooterControls__e5809e54", 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-uJGRVDCh.js.map
|