@sberbusiness/triplex-next 1.11.1 → 1.13.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 +4 -4
- package/chunks/AlertProcessSpoiler-CKP4h8-E.js +39 -0
- package/chunks/CalendarViewItem-h3bxNCuW.js +101 -0
- package/chunks/Card.module-bJptPqpj.js +17 -0
- package/chunks/CheckboxTreeExtended.module-bphUNnbQ.js +14 -0
- package/chunks/{Chip-cfCxiRgH.js → Chip-DaZ9JtW-.js} +15 -15
- package/chunks/Confirm.module-BF4VDMnq.js +15 -0
- package/chunks/{DropdownListItem-DmNoGI25.js → DropdownListItem-D52nAe3Z.js} +7 -7
- package/chunks/DropdownMobile.module-ClkvaJLd.js +23 -0
- package/chunks/Footer.module-QvomhMbc.js +9 -0
- package/chunks/{FormFieldInput-8PHiOrKp.js → FormFieldInput-GtoWWQRE.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-OCqAbr7a.js +9 -0
- package/chunks/HeaderTabs.module-jYlPSHw3.js +9 -0
- package/chunks/{HeaderTitle.module-Br1uSnXp.js → HeaderTitle.module-Bvdyra1H.js} +2 -2
- package/chunks/IslandAccordion.module-Z_pjfKJd.js +25 -0
- package/chunks/IslandWidgetFooter.module-ChRxDXcv.js +9 -0
- package/chunks/IslandWidgetHeader.module-RRcKD0BV.js +9 -0
- package/chunks/{LightBoxContent-BsgLiqBK.js → LightBoxContent-BXDZ6C5k.js} +8 -8
- package/chunks/LightBoxControls.module-BkOqYjOz.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CeFQNtqn.js +8 -0
- package/chunks/{ListItemControlsButton-Di_xvf2z.js → ListItemControlsButton-BHqWsm74.js} +12 -12
- package/chunks/ListItemTail.module-CunfwMYT.js +12 -0
- package/chunks/ListMasterFooter.module-Dtv2xqml.js +10 -0
- package/chunks/ModalWindow.module-BHX3St6k.js +17 -0
- package/chunks/Notification.module-C4_TLm8a.js +21 -0
- package/chunks/Overlay.module-B6Jld0v6.js +18 -0
- package/chunks/Page.module-2EjEIDnt.js +11 -0
- package/chunks/{RightBorderArrow-CCP2YL7m.js → RightBorderArrow-BomPWl1J.js} +6 -6
- package/chunks/SMSField.module-BKVjFcIn.js +16 -0
- package/chunks/SliderExtendedMarks.module-BGXnGEBx.js +15 -0
- package/chunks/SliderExtendedRail-D96vBE1q.js +40 -0
- package/chunks/StatusTracker.module-BKem67MH.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Bxhju9ds.js → SuggestFieldMobileDropdownHint-CmJLz6qx.js} +2 -2
- package/chunks/TableFooter.module-BAduw_pb.js +14 -0
- package/chunks/TabsExtended.module-D_KXJPSZ.js +16 -0
- package/chunks/TabsLine.module-COfUYGXF.js +21 -0
- package/chunks/TooltipDesktop.module-CG3_T63F.js +19 -0
- package/chunks/TreeView.module-CtJTgfbr.js +9 -0
- package/chunks/UploadZoneInput-scXVyf90.js +33 -0
- package/chunks/{utils-ByxsWSQj.js → utils-B-KTHE01.js} +4 -4
- package/chunks/utils-C_xmindK.js +27 -0
- package/chunks/utils-CkGPjHGm.js +73 -0
- package/chunks/utils-esDpM0b2.js +24 -0
- package/chunks/utils-yLrEzIHN.js +36 -0
- package/chunks/{vendor-ClY57Zzq.js → vendor-CwhnMZ7o.js} +126 -109
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +13 -13
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +44 -36
- package/components/Avatar/Avatar.js +27 -0
- package/components/Avatar/enums.js +5 -0
- package/components/Avatar/index.js +7 -0
- package/components/Avatar/types.js +2 -0
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +20 -20
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +18 -18
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +9 -9
- 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 +11 -11
- 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/Checkbox/Checkbox.js +15 -15
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTree/CheckboxTree.js +14 -13
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +39 -46
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +4 -4
- 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 +1 -1
- package/components/ChipGroup/ChipGroup.js +8 -8
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +14 -14
- 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 +3 -3
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DateRange/DateRange.js +10 -10
- package/components/DateRange/index.js +7 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +96 -99
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -95
- package/components/DesignTokens/components/Avatar.js +9 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/index.js +149 -149
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- 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 +2 -2
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +6 -6
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- 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 +51 -45
- package/components/FormField/components/FormFieldClear.js +4 -4
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +9 -9
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- package/components/FormField/index.js +16 -15
- 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 +7 -7
- 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 +43 -44
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +6 -6
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- 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 +2 -2
- package/components/LightBox/LightBox.js +17 -17
- 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 +26 -26
- 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 +12 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -12
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +18 -18
- package/components/List/List.js +5 -5
- 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 +6 -6
- package/components/List/components/ListItemControls.js +5 -5
- 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 +5 -5
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +7 -7
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +8 -8
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +2 -2
- package/components/Loader/LoaderSmall/LoaderSmall.js +4 -4
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +11 -11
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- 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 +21 -16
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- 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 +2 -2
- package/components/NumberField/NumberFieldInput.js +2 -2
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +7 -7
- 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 +11 -11
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +4 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +32 -24
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +15 -15
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -81
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- 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 +26 -26
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +16 -16
- 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 +11 -11
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +6 -6
- 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 +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +16 -16
- 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 +21 -21
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +16 -16
- 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 +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- 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 +6 -6
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +34 -33
- 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 +1 -1
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +12 -12
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +2 -2
- 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 +18 -18
- package/components/Tooltip/components/common/TooltipXButton.js +8 -8
- 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 +37 -36
- package/components/TopOverlay/TopOverlay.js +23 -23
- 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 +15 -15
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +19 -19
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +69 -91
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +556 -547
- package/consts/DateConst.js +1 -1
- package/index.d.ts +123 -33
- package/index.js +598 -589
- package/package.json +10 -2
- package/styles/triplex-next.css +534 -535
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-BD_Gn-Dt.js +0 -39
- package/chunks/CalendarViewItem-D4xPCMNk.js +0 -101
- package/chunks/Card.module-Bhthde3h.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BiRkBMQF.js +0 -11
- package/chunks/Confirm.module-DFlXoQgj.js +0 -15
- package/chunks/DropdownMobile.module-GlVoDQNA.js +0 -23
- package/chunks/Footer.module-DF8KqUFe.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Dyup0YXT.js +0 -9
- package/chunks/HeaderTabs.module-BOk45fdD.js +0 -9
- package/chunks/IslandAccordion.module-DBJCDTU5.js +0 -25
- package/chunks/IslandWidgetFooter.module-Cm4qltRz.js +0 -9
- package/chunks/IslandWidgetHeader.module-DNGkgtxt.js +0 -9
- package/chunks/LightBoxControls.module-D0jwVGM3.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CRGNy4wB.js +0 -8
- package/chunks/ListItemTail.module-8hOMglSb.js +0 -12
- package/chunks/ListMasterFooter.module-BqDaSIa3.js +0 -10
- package/chunks/ModalWindow.module-D64WOEok.js +0 -17
- package/chunks/Notification.module-D_VFaM4r.js +0 -21
- package/chunks/Overlay.module-CQqFoPPv.js +0 -18
- package/chunks/Page.module-7Rk0weox.js +0 -11
- package/chunks/SMSField.module-BYMY_yYk.js +0 -16
- package/chunks/SliderExtendedMarks.module-DXK4tjpP.js +0 -15
- package/chunks/SliderExtendedRail-DgAU6Her.js +0 -40
- package/chunks/StatusTracker.module-BKN8QleZ.js +0 -24
- package/chunks/TableFooter.module-BCg7kNAi.js +0 -14
- package/chunks/TabsExtended.module--zTP2nly.js +0 -16
- package/chunks/TabsLine.module-JVvza8Eg.js +0 -21
- package/chunks/TooltipDesktop.module-CKhpsiwl.js +0 -19
- package/chunks/TreeView.module-BdAF2m9x.js +0 -9
- package/chunks/UploadZoneInput-BYbkWwSb.js +0 -35
- package/chunks/utils-B8d-0n8_.js +0 -36
- package/chunks/utils-DSD_i5Q7.js +0 -73
- package/chunks/utils-DVMlFgJB.js +0 -24
- package/chunks/utils-uus5lwmy.js +0 -27
- package/components/DesignTokens/components/AmountField.js +0 -11
package/README.md
CHANGED
|
@@ -33,21 +33,21 @@ import '@sberbusiness/icons-next/styles/icons.css';
|
|
|
33
33
|
@font-face {
|
|
34
34
|
font-family: 'SBSansDisplayMedium';
|
|
35
35
|
src: url('node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansDisplay-Medium.woff2') format('woff2');
|
|
36
|
-
font-weight:
|
|
36
|
+
font-weight: 500;
|
|
37
37
|
font-style: normal;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
@font-face {
|
|
41
41
|
font-family: 'SBSansDisplaySemibold';
|
|
42
42
|
src: url('node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansDisplay-SemiBold.woff2') format('woff2');
|
|
43
|
-
font-weight:
|
|
43
|
+
font-weight: 600;
|
|
44
44
|
font-style: normal;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
@font-face {
|
|
48
48
|
font-family: 'SBSansDisplayBold';
|
|
49
49
|
src: url('node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansDisplay-Bold.woff2') format('woff2');
|
|
50
|
-
font-weight:
|
|
50
|
+
font-weight: 700;
|
|
51
51
|
font-style: normal;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -61,7 +61,7 @@ import '@sberbusiness/icons-next/styles/icons.css';
|
|
|
61
61
|
@font-face {
|
|
62
62
|
font-family: 'SBSansTextSemibold';
|
|
63
63
|
src: url('node_modules/@sberbusiness/triplex-next/assets/fonts/SBSansText-Semibold.woff2') format('woff2');
|
|
64
|
-
font-weight:
|
|
64
|
+
font-weight: 600;
|
|
65
65
|
font-style: normal;
|
|
66
66
|
}
|
|
67
67
|
```
|
|
@@ -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 a } from "./vendor-CwhnMZ7o.js";
|
|
7
|
+
const y = "alertProcess__c6e2225d", u = "withSpoiler__2ce092f9", T = "themeIcon__7322e810", f = "alertTypeError__ee54db6b", B = "alertTypeInfo__a319cd54", C = "alertTypeWarning__663a83b3", S = "alertTypeSystem__0b8cc56c", h = "alertTypeFeature__43e6a085", b = "alertProcessContentBlock__6c9b0a3a", I = "expandableContent__a552d539", P = "expanded__618283d8", g = "closeButton__034ed965", k = "expandButton__46cf6c70", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
withSpoiler: u,
|
|
10
|
+
themeIcon: T,
|
|
11
|
+
alertTypeError: f,
|
|
12
|
+
alertTypeInfo: B,
|
|
13
|
+
alertTypeWarning: C,
|
|
14
|
+
alertTypeSystem: S,
|
|
15
|
+
alertTypeFeature: h,
|
|
16
|
+
alertProcessContentBlock: b,
|
|
17
|
+
expandableContent: I,
|
|
18
|
+
expanded: P,
|
|
19
|
+
closeButton: g,
|
|
20
|
+
expandButton: k
|
|
21
|
+
}, v = ({ children: s, open: r, onOpen: o, ...c }) => {
|
|
22
|
+
const { setHasSpoiler: n } = d(x);
|
|
23
|
+
i(() => (n(!0), () => {
|
|
24
|
+
n(!1);
|
|
25
|
+
}), [n]);
|
|
26
|
+
const l = () => {
|
|
27
|
+
o == null || o(!r);
|
|
28
|
+
};
|
|
29
|
+
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
|
+
/* @__PURE__ */ t("div", { className: a(e.expandableContent, { [e.expanded]: r }), ...c, children: s }),
|
|
31
|
+
/* @__PURE__ */ t("div", { className: a(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: l, 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-CKP4h8-E.js.map
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import { c as V } from "./vendor-CwhnMZ7o.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__524c9dfa", E = "calendarViewMonths__60ce9124", L = "calendarViewYears__ca6db496", R = "calendarViewDaysHeader__5b9ee060", v = "calendarViewDaysBody__2f699665", H = "calendarViewItem__04c118e1", B = "current__24285602", S = "disabled__561729e5", j = "calendarViewItemLabel__2b9e0f01", O = "selected__0825e9c2", P = "basicMark__2f8098ed", g = "standardMark__bc0fecd4", q = "attentionMark__a7937e03", z = "criticalMark__b6442699", G = "muted__647b41d9", J = "marked__1daae5f9", Q = "unitDay__07e4effc", U = "unitMonth__99b4afc6", W = "unitYear__3593846d", e = {
|
|
8
|
+
calendarViewDays: A,
|
|
9
|
+
calendarViewMonths: E,
|
|
10
|
+
calendarViewYears: L,
|
|
11
|
+
calendarViewDaysHeader: R,
|
|
12
|
+
calendarViewDaysBody: v,
|
|
13
|
+
calendarViewItem: H,
|
|
14
|
+
current: B,
|
|
15
|
+
disabled: S,
|
|
16
|
+
calendarViewItemLabel: j,
|
|
17
|
+
selected: O,
|
|
18
|
+
basicMark: P,
|
|
19
|
+
standardMark: g,
|
|
20
|
+
attentionMark: q,
|
|
21
|
+
criticalMark: z,
|
|
22
|
+
muted: G,
|
|
23
|
+
marked: J,
|
|
24
|
+
unitDay: Q,
|
|
25
|
+
unitMonth: U,
|
|
26
|
+
unitYear: W
|
|
27
|
+
}, X = {
|
|
28
|
+
[r.BASIC]: e.basicMark,
|
|
29
|
+
[r.STANDARD]: e.standardMark,
|
|
30
|
+
[r.ATTENTION]: e.attentionMark,
|
|
31
|
+
[r.CRITICAL]: e.criticalMark
|
|
32
|
+
}, Z = {
|
|
33
|
+
day: e.unitDay,
|
|
34
|
+
month: e.unitMonth,
|
|
35
|
+
year: e.unitYear
|
|
36
|
+
}, re = ({
|
|
37
|
+
children: k,
|
|
38
|
+
className: y,
|
|
39
|
+
date: o,
|
|
40
|
+
unit: I,
|
|
41
|
+
tabbable: c,
|
|
42
|
+
active: l,
|
|
43
|
+
disabled: _,
|
|
44
|
+
muted: b,
|
|
45
|
+
markType: n,
|
|
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 a;
|
|
55
|
+
c && t.current && ((a = u.current) == null || a.focus());
|
|
56
|
+
}, [c, t]);
|
|
57
|
+
const D = (a) => {
|
|
58
|
+
t.current = !0, d == null || d(a);
|
|
59
|
+
}, h = (a) => {
|
|
60
|
+
t.current = !1, s == null || s(a);
|
|
61
|
+
}, p = (a) => {
|
|
62
|
+
const M = a.code || a.keyCode;
|
|
63
|
+
(w(M, "ENTER") || w(M, "SPACE")) && (a.preventDefault(), m(o)), i == null || i(a);
|
|
64
|
+
};
|
|
65
|
+
return /* @__PURE__ */ f(
|
|
66
|
+
"td",
|
|
67
|
+
{
|
|
68
|
+
className: V(e.calendarViewItem, { [e.disabled]: _ }, y),
|
|
69
|
+
tabIndex: c ? 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__ */ f(
|
|
77
|
+
"div",
|
|
78
|
+
{
|
|
79
|
+
className: V(
|
|
80
|
+
e.calendarViewItemLabel,
|
|
81
|
+
Z[I],
|
|
82
|
+
{
|
|
83
|
+
[e.disabled]: _,
|
|
84
|
+
[e.marked]: n !== void 0,
|
|
85
|
+
[e.muted]: !!b,
|
|
86
|
+
[e.selected]: l
|
|
87
|
+
},
|
|
88
|
+
n !== void 0 ? X[n] : void 0
|
|
89
|
+
),
|
|
90
|
+
onClick: () => m(o),
|
|
91
|
+
children: k
|
|
92
|
+
}
|
|
93
|
+
)
|
|
94
|
+
}
|
|
95
|
+
);
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
re as C,
|
|
99
|
+
e as s
|
|
100
|
+
};
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-h3bxNCuW.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__6d63c285", d = "roundingMD__4fb49f7a", e = "roundingSM__2dc51029", c = "general__a826b8e9", a = "secondary__ce9fd5d8", o = "cardMedia__96b64cce", r = "cardContent__e71e87b9", t = "paddingMD__e7fffbd8", _ = "paddingSM__05a2fed7", s = "cardContentHeader__338c467c", g = "cardContentFooter__204d2e7b", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: e,
|
|
5
|
+
general: c,
|
|
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-bJptPqpj.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__bca0afa4", c = "checkboxTreeExtendedNode__c58430d3", d = "checkboxTreeExtendedNodeHeader__de564302", o = "sm__515452ad", r = "md__ba62708d", x = "lg__2807d63e", t = "checkboxTreeCheckboxLabel__23c8fb30", b = "caretIconWrapper__6faeee78", n = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
checkboxTreeExtendedNodeHeader: d,
|
|
5
|
+
sm: o,
|
|
6
|
+
md: r,
|
|
7
|
+
lg: x,
|
|
8
|
+
checkboxTreeCheckboxLabel: t,
|
|
9
|
+
caretIconWrapper: b
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
n as s
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-bphUNnbQ.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import x, { useCallback as
|
|
3
|
-
import { c as n } from "./vendor-
|
|
4
|
-
import { EComponentSize as
|
|
2
|
+
import x, { useCallback as b } from "react";
|
|
3
|
+
import { c as n } from "./vendor-CwhnMZ7o.js";
|
|
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__cd7119fd", w = "chip__7adf984e", I = "lg__49368d24", B = "prefix__b4e35e5b", G = "postfix__474d0960", g = "md__13aaec29", z = "sm__5b7c71f2", M = "disabled__086d71f7", S = "selected__6f6db481", j = "withPrefix__4fa975bf", y = "withPostfix__007f2f92", E = "content__38a23563", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -18,10 +18,10 @@ const N = "chipGroupItem__f12e9670", w = "chip__c1f44ba8", I = "lg__48c25b9c", B
|
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
20
|
}, R = P(e), T = x.forwardRef(
|
|
21
|
-
({ children: l, className:
|
|
22
|
-
const _ =
|
|
23
|
-
(
|
|
24
|
-
C(
|
|
21
|
+
({ children: l, className: f, disabled: t, postfix: o, prefix: i, selected: p, size: r = u.MD, onKeyDown: s, ...d }, m) => {
|
|
22
|
+
const _ = b(
|
|
23
|
+
(c) => {
|
|
24
|
+
C(c.code, "SPACE") && c.preventDefault(), s == null || s(c);
|
|
25
25
|
},
|
|
26
26
|
[s]
|
|
27
27
|
);
|
|
@@ -31,14 +31,14 @@ const N = "chipGroupItem__f12e9670", w = "chip__c1f44ba8", I = "lg__48c25b9c", B
|
|
|
31
31
|
className: n(
|
|
32
32
|
e.chip,
|
|
33
33
|
e.chipGroupItem,
|
|
34
|
-
R[
|
|
34
|
+
R[r],
|
|
35
35
|
{
|
|
36
36
|
[e.disabled]: !!t,
|
|
37
|
-
[e.selected]: !!
|
|
37
|
+
[e.selected]: !!p,
|
|
38
38
|
[e.withPostfix]: typeof o < "u",
|
|
39
|
-
[e.withPrefix]: typeof
|
|
39
|
+
[e.withPrefix]: typeof i < "u"
|
|
40
40
|
},
|
|
41
|
-
|
|
41
|
+
f
|
|
42
42
|
),
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
@@ -46,7 +46,7 @@ const N = "chipGroupItem__f12e9670", w = "chip__c1f44ba8", I = "lg__48c25b9c", B
|
|
|
46
46
|
...d,
|
|
47
47
|
ref: m,
|
|
48
48
|
children: [
|
|
49
|
-
|
|
49
|
+
i ? /* @__PURE__ */ a(
|
|
50
50
|
"span",
|
|
51
51
|
{
|
|
52
52
|
className: n(
|
|
@@ -58,7 +58,7 @@ const N = "chipGroupItem__f12e9670", w = "chip__c1f44ba8", I = "lg__48c25b9c", B
|
|
|
58
58
|
// Для иконок.
|
|
59
59
|
}
|
|
60
60
|
),
|
|
61
|
-
children:
|
|
61
|
+
children: i
|
|
62
62
|
}
|
|
63
63
|
) : null,
|
|
64
64
|
/* @__PURE__ */ a("span", { className: e.content, children: l }),
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-DaZ9JtW-.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__ea11e739", o = "isInLightBox__40bf2be0", i = "isInSideOverlaySM__9a25e717", t = "isInSideOverlayMD__26ab4375", e = "isInSideOverlayLG__9850737a", s = "confirmCloseButton__f802d9f6", c = "confirmContent__19b1da4d", r = "confirmControls__3767b354", f = "confirmContentTitle__6c25fc4c", 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-BF4VDMnq.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
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 c } from "../utils/keyboard.js";
|
|
4
|
+
import { c as u } from "./vendor-CwhnMZ7o.js";
|
|
5
5
|
import { NotificationIcon as v } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
-
const l = "
|
|
6
|
+
const l = "dropdownDesktopList__f458b0c6", y = "sm__19276635", N = "dropdownDesktopListItem__694186a8", g = "dropdownDesktopListLoader__53484adf", x = "md__e41d66b3", O = "lg__c5f56c3c", R = "active__a75ae10f", T = "selected__dc1d53c9", C = "notificationIcon__437970d2", s = {
|
|
7
7
|
dropdownDesktopList: l,
|
|
8
8
|
sm: y,
|
|
9
9
|
dropdownDesktopListItem: N,
|
|
@@ -13,10 +13,10 @@ const l = "dropdownDesktopList__0af009ac", y = "sm__b45d6e80", N = "dropdownDesk
|
|
|
13
13
|
active: R,
|
|
14
14
|
selected: T,
|
|
15
15
|
notificationIcon: C
|
|
16
|
-
}, K = [
|
|
16
|
+
}, K = [c.SPACE, c.ENTER], b = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection:
|
|
19
|
+
keyCodesForSelection: a = K,
|
|
20
20
|
children: d,
|
|
21
21
|
className: p,
|
|
22
22
|
onClick: n,
|
|
@@ -27,7 +27,7 @@ const l = "dropdownDesktopList__0af009ac", y = "sm__b45d6e80", N = "dropdownDesk
|
|
|
27
27
|
}, f) => {
|
|
28
28
|
const i = (t) => {
|
|
29
29
|
const { keyCode: D } = t;
|
|
30
|
-
|
|
30
|
+
a.includes(D) && (t.preventDefault(), o == null || o());
|
|
31
31
|
}, L = (t) => {
|
|
32
32
|
o == null || o(), n == null || n(t);
|
|
33
33
|
};
|
|
@@ -60,4 +60,4 @@ export {
|
|
|
60
60
|
b as D,
|
|
61
61
|
s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=DropdownListItem-
|
|
63
|
+
//# sourceMappingURL=DropdownListItem-D52nAe3Z.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__56d0555b", d = "dropdownMobileBackdrop__4de6ad35", e = "closing__63c1b6c2", n = "opening__e2dfc42c", r = "opened__840aa9c0", t = "dropdownMobile__93a2020c", i = "dropdownMobileHeader__3f5b5f2c", p = "dropdownMobileHeaderContent__1a2790a2", c = "dropdownMobileContent__c0425e79", l = "dropdownMobileFooter__c1701aea", b = "dropdownMobileListItem__b7997ff2", s = "selected__dc1d53c9", w = "dropdownMobileListLoader__d41bdb88", _ = "dropdownMobileBodyOverflow__a0ede3fe", M = "controlButtons__46d718f6", a = "dropdownMobileLoader__809ef55f", f = "notificationIcon__437970d2", L = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: d,
|
|
4
|
+
closing: e,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: t,
|
|
8
|
+
dropdownMobileHeader: i,
|
|
9
|
+
dropdownMobileHeaderContent: p,
|
|
10
|
+
dropdownMobileContent: c,
|
|
11
|
+
dropdownMobileFooter: l,
|
|
12
|
+
dropdownMobileListItem: b,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileListLoader: w,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: M,
|
|
17
|
+
dropdownMobileLoader: a,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-ClkvaJLd.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__77b0ceaa", t = "footerDescriptionContent__7d7914a7", e = "footerDescriptionControls__1b2db355", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-QvomhMbc.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-CwhnMZ7o.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__83d26dcc", W = "sm__088f3562", j = "md__b0eea983", q = "lg__19259457", 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-GtoWWQRE.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__a2db42d1", a = "headerLayoutSidebarContent__32ba5e97", d = "headerLayoutSidebarSidebar__a8029eaf", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-OCqAbr7a.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__3f055f69", t = "headerTitleControls__d32c8479", l = "headerTitleContent__282994ab", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__cf941764", t = "headerTitleControls__c8f7484b", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-Bvdyra1H.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__2fa14ea6", t = "island__d9447d6b", o = "item__00f788ba", c = "disabled__bf199025", s = "sm__b8a15c37", a = "md__6b449bb8", _ = "lg__71ecae3b", d = "header__90a99560", n = "type1__36172da9", r = "opened__e7f46bce", p = "type2__fa43a699", i = "type3__dff4a509", b = "footer__ed792830", l = "body__c36c1c5a", y = "caretWrapper__8cb4ef5e", f = "caretIcon__88475f0d", m = "step__6ca87d44", W = "titleWrapper__314b4117", g = "remove__5a0d3dd2", h = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: o,
|
|
5
|
+
disabled: c,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: a,
|
|
8
|
+
lg: _,
|
|
9
|
+
header: d,
|
|
10
|
+
type1: n,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: i,
|
|
14
|
+
footer: b,
|
|
15
|
+
body: l,
|
|
16
|
+
caretWrapper: y,
|
|
17
|
+
caretIcon: f,
|
|
18
|
+
step: m,
|
|
19
|
+
titleWrapper: W,
|
|
20
|
+
remove: g
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
h as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-Z_pjfKJd.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__e96f6e77", o = "islandWidgetFooterContent__58a677b0", e = "islandWidgetFooterControls__e846f262", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-ChRxDXcv.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__83d738e5", d = "islandWidgetHeaderContent__637c3013", i = "islandWidgetHeaderDescription__cc2da9ff", t = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: i
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
t as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetHeader.module-RRcKD0BV.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
2
2
|
import { useState as v, useRef as _, useCallback as h, useLayoutEffect as C, useEffect as O } from "react";
|
|
3
3
|
import { WindowResizeListener as S } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
-
import { u as T, c as
|
|
5
|
-
import { LoaderScreen as
|
|
6
|
-
const z = "
|
|
4
|
+
import { u as T, c as b } from "./vendor-CwhnMZ7o.js";
|
|
5
|
+
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
+
const z = "lightBox__0f559593", A = "lightBoxBackdrop__5d6c9df2", L = "lightBoxSideOverlayActive__f0ea7370", W = "lightBoxTopOverlayActive__a84be8c5", N = "lightBoxContent__4f4672fe", E = "loadingContentOverlay__d9dcf098", k = "lightBoxContentResizeWrapper__2bc1cfd9", w = "tempElSafariBug__4b74dded", H = "bodyOverflowHidden__2082b216", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -14,7 +14,7 @@ const z = "lightBox__9a0dd03e", A = "lightBoxBackdrop__0e9fac75", L = "lightBoxS
|
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
16
|
}, j = (u) => {
|
|
17
|
-
const { children: l, className:
|
|
17
|
+
const { children: l, className: s, isLoading: a, loadingTitle: c, ...p } = u, [d, B] = v(0), e = _(null), o = h(() => {
|
|
18
18
|
let n = 0;
|
|
19
19
|
const f = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
20
|
f && (n += f.offsetHeight), B((g) => Math.abs(g - n) > 1 ? n : g);
|
|
@@ -25,7 +25,7 @@ const z = "lightBox__9a0dd03e", A = "lightBoxBackdrop__0e9fac75", L = "lightBoxS
|
|
|
25
25
|
e.current && clearTimeout(e.current);
|
|
26
26
|
}), []), O(() => {
|
|
27
27
|
t();
|
|
28
|
-
}, [l,
|
|
28
|
+
}, [l, s, a, c, t]);
|
|
29
29
|
const { ref: x } = T({
|
|
30
30
|
handleWidth: !0,
|
|
31
31
|
onResize: t,
|
|
@@ -37,12 +37,12 @@ const z = "lightBox__9a0dd03e", A = "lightBoxBackdrop__0e9fac75", L = "lightBoxS
|
|
|
37
37
|
return /* @__PURE__ */ i(S, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
38
|
"div",
|
|
39
39
|
{
|
|
40
|
-
className:
|
|
40
|
+
className: b(s, r.lightBoxContent),
|
|
41
41
|
style: d ? m : void 0,
|
|
42
42
|
...p,
|
|
43
43
|
children: [
|
|
44
44
|
l,
|
|
45
|
-
|
|
45
|
+
a && /* @__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-BXDZ6C5k.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__1e355e6b", o = "withKeyboardEvent__0646f830", e = "withoutKeyboardEvent__02d5509f", l = "lightBoxPrev__f74cf9ae", i = "lightBoxNext__5d425e7c", n = "lightBoxControlsDesktop__b85c9a90", x = "lightBoxControlsMobile__4a5cf6a1", h = "lightBoxClose__172a9346", s = "lightBoxPrevButton__036de213", B = "lightBoxNextButton__024a0e51", 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-BkOqYjOz.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__c803f26e", l = "lightBoxSideOverlayCloseMobile__0c784017", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-CeFQNtqn.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
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-CwhnMZ7o.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__8737b287", B = "listItemControlsButtonLabel__403c9845", C = "listItemControlsButtonDropdown__3a656206", p = "listItemControlsButtonIcon__490fb237", _ = "withText__16cf47a4", b = "listItemControlsButtonInner__305957b0", d = "withIcon__7ba5d8eb", w = "buttonDropdownMenuItem__28c88b84", t = {
|
|
7
|
+
listItemControlsButton: a,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
10
|
listItemControlsButtonIcon: p,
|
|
11
11
|
withText: _,
|
|
12
|
-
listItemControlsButtonInner:
|
|
13
|
-
withIcon:
|
|
14
|
-
buttonDropdownMenuItem:
|
|
15
|
-
},
|
|
12
|
+
listItemControlsButtonInner: b,
|
|
13
|
+
withIcon: d,
|
|
14
|
+
buttonDropdownMenuItem: w
|
|
15
|
+
}, f = i.forwardRef(
|
|
16
16
|
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
17
17
|
"button",
|
|
18
18
|
{
|
|
@@ -30,14 +30,14 @@ const c = "listItemControlsButton__0e96e414", 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
|
)
|
|
37
37
|
);
|
|
38
|
-
|
|
38
|
+
f.displayName = "ListItemControlsButton";
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
f as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-BHqWsm74.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__55f670fa", i = "listItemTailLine__0d9df48b", l = "listItemTailTop__1fabebbd", s = "listItemTailBottom__0202276f", e = "listItemTailRight__f9040d1b", a = "listItemTailLeft__84f7fc88", 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-CunfwMYT.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const t = "listMasterFooter__09f91030", s = "sticky__eedc4b98", o = "listMasterFooterDescription__4c30868a", e = "listMasterFooterControls__157de2e5", 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-Dtv2xqml.js.map
|