@sberbusiness/triplex-next 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/{AlertProcessSpoiler-BQv9QI6L.js → AlertProcessSpoiler-M7W9D-p3.js} +6 -6
- package/chunks/CalendarViewItem-Cs4qo2T0.js +105 -0
- package/chunks/Card.module-lZl8x0iL.js +17 -0
- package/chunks/{Chip-G6cGXuGj.js → Chip-DpSJGyYK.js} +10 -10
- package/chunks/{DropdownListItem-D2hzyBGc.js → DropdownListItem-SqymKZn5.js} +10 -10
- package/chunks/DropdownMobile.module-C_Jtpfxj.js +21 -0
- package/chunks/Footer.module-3tcvZGt3.js +9 -0
- package/chunks/{FormFieldInput-CO7yZP0Q.js → FormFieldInput-BSxKZxcq.js} +11 -11
- package/chunks/HeaderLayoutSidebar.module-DqrwTmWo.js +9 -0
- package/chunks/HeaderTabs.module-DegB0R8X.js +9 -0
- package/chunks/{HeaderTitle.module-BHyH17ZI.js → HeaderTitle.module-CEMLCR13.js} +2 -2
- package/chunks/IslandAccordion.module-DFvQwhSg.js +22 -0
- package/chunks/{LightBoxContent-DmoszkOx.js → LightBoxContent-DTTxRVLQ.js} +16 -16
- package/chunks/LightBoxControls.module-Dn4GtUtF.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BUvFYJwr.js +8 -0
- package/chunks/{ListItemControlsButton-BoEiexyr.js → ListItemControlsButton-AbCEipFe.js} +10 -10
- package/chunks/ListItemTail.module-CZYSMJRz.js +12 -0
- package/chunks/ListMasterFooter.module-Bw6BVPVj.js +10 -0
- package/chunks/ModalWindow.module-DGcF8-xJ.js +17 -0
- package/chunks/Notification.module-Cj_Pd4DQ.js +21 -0
- package/chunks/Overlay.module-BqJXvoeX.js +18 -0
- package/chunks/Page.module-DUQ6i8Ez.js +12 -0
- package/chunks/{RightBorderArrow-BHW7rkmN.js → RightBorderArrow-Co_RT8lZ.js} +12 -12
- package/chunks/SMSInput.module-D1TiDw_A.js +16 -0
- package/chunks/StatusTracker.module-DetC6Udk.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CMKMF0PQ.js → SuggestFieldMobileDropdownHint-nZwpz9Eo.js} +2 -2
- package/chunks/TableFooter.module-BF4P3QCw.js +13 -0
- package/chunks/TabsExtended.module-BciQYRi4.js +16 -0
- package/chunks/TabsLine.module-Cx0n_AdV.js +23 -0
- package/chunks/TooltipDesktop.module-DK06gaHe.js +19 -0
- package/chunks/TooltipMobileCloseButton-DTtQoE3B.js +20 -0
- package/chunks/{UploadZoneInput-pdhICY56.js → UploadZoneInput-C2-_7DoS.js} +3 -3
- package/chunks/{utils-B7AjUpy-.js → utils-CFlJg-k1.js} +5 -5
- package/chunks/{utils-DwX2_kEA.js → utils-CXhKCNyM.js} +14 -14
- package/chunks/utils-CoHHiBA8.js +24 -0
- package/chunks/utils-D9w2Kvyk.js +36 -0
- package/chunks/{utils-C9-tOm2Z.js → utils-Dhi5F6Da.js} +9 -9
- package/chunks/vendor-9KVE23Ri.js +14839 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +16 -16
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +2 -2
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +18 -18
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +54 -54
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +183 -0
- package/components/Calendar/CalendarContext.js +22 -0
- package/components/Calendar/CalendarRange.js +28 -0
- package/components/Calendar/CalendarViewContext.js +8 -0
- package/components/Calendar/components/CalendarControls.js +98 -0
- package/components/Calendar/components/CalendarFooter.js +9 -0
- package/components/Calendar/components/CalendarTodayButton.js +31 -0
- package/components/Calendar/components/CalendarView.js +30 -0
- package/components/Calendar/components/CalendarViewDays.js +109 -0
- package/components/Calendar/components/CalendarViewItem.js +11 -0
- package/components/Calendar/components/CalendarViewMonths.js +64 -0
- package/components/Calendar/components/CalendarViewYears.js +64 -0
- package/components/Calendar/enums.js +7 -0
- package/components/Calendar/index.js +9 -0
- package/components/Calendar/types.js +2 -0
- package/components/Calendar/utils.js +38 -0
- package/components/Card/CardAction.js +14 -14
- 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 +12 -12
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- 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/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipOptions.js +7 -7
- package/components/Chip/ChipSelect.js +2 -2
- package/components/Chip/ChipSort.js +55 -0
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +7 -5
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +142 -142
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- package/components/DateField/DateField.js +135 -0
- package/components/DateField/DateFieldContext.js +12 -0
- package/components/DateField/DateFieldTarget.js +60 -0
- package/components/DateField/constants.js +5 -0
- package/components/DateField/index.js +5 -0
- package/components/DateField/types.js +2 -0
- package/components/DateField/utils.js +23 -0
- package/components/DatePickerExtended/DatePickerExtended.js +136 -0
- package/components/DatePickerExtended/DatePickerExtendedContext.js +11 -0
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +63 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +77 -70
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +71 -64
- package/components/DesignTokens/DesignTokensCore.js +1 -1
- package/components/DesignTokens/components/Calendar.js +109 -0
- package/components/DesignTokens/components/Divider.js +4 -4
- package/components/DesignTokens/components/ModalWindow.js +11 -0
- package/components/DesignTokens/components/index.js +132 -126
- package/components/Divider/Divider.js +21 -21
- package/components/Dropdown/desktop/DropdownDesktop.js +17 -17
- 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 +11 -0
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/ExpandAnimation/ExpandAnimation.js +21 -21
- 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 +21 -21
- package/components/FormField/components/FormFieldClear.js +12 -16
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +25 -29
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/index.js +1 -1
- 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 +9 -9
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +6 -6
- package/components/Island/components/IslandHeader.js +4 -4
- 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/LightBox/LightBox.js +16 -16
- 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 +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxTopOverlay/LightBoxTopOverlay.js +15 -15
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +20 -20
- package/components/List/List.js +7 -7
- 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 +7 -7
- 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 +5 -5
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +10 -10
- package/components/List/components/ListSortableItemControls.js +7 -7
- package/components/List/components/ListSortableItemTarget.js +6 -6
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +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 +6 -6
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +98 -0
- package/components/ModalWindow/components/ModalWindowBody.js +189 -0
- package/components/ModalWindow/components/ModalWindowClose.js +29 -0
- package/components/ModalWindow/components/ModalWindowContent.js +13 -0
- package/components/ModalWindow/components/ModalWindowFooter.js +10 -0
- package/components/ModalWindow/components/ModalWindowHeader.js +13 -0
- package/components/ModalWindow/components/ModalWindowViewManager.js +45 -0
- package/components/ModalWindow/index.js +17 -0
- package/components/MonthYearField/MonthYearField.js +66 -0
- package/components/MonthYearField/MonthYearFieldContext.js +9 -0
- package/components/MonthYearField/MonthYearFieldTarget.js +59 -0
- package/components/MonthYearField/constants.js +5 -0
- package/components/MonthYearField/index.js +5 -0
- package/components/MonthYearField/types.js +2 -0
- package/components/MonthYearField/utils.js +22 -0
- 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/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +8 -8
- 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 +2 -2
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +7 -7
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- 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 +8 -8
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +9 -9
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSInput/SMSInput.js +3 -3
- package/components/SMSInput/components/RefreshIcon.js +2 -2
- package/components/SMSInput/components/SMSInputInput.js +3 -3
- package/components/SMSInput/components/SMSInputRefresh.js +2 -2
- package/components/SMSInput/components/SMSInputSubmit.js +2 -2
- package/components/SMSInput/components/SMSInputTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +9 -9
- 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 +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +56 -56
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +13 -13
- 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 +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 +20 -20
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +6 -6
- 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 +10 -10
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +7 -7
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- 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 +2 -2
- 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 +9 -9
- package/components/Tag/Tag.js +18 -18
- 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 +4 -4
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +19 -19
- 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 +28 -32
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +6 -11
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +4 -4
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +13 -13
- package/components/Typography/Text.js +26 -26
- package/components/Typography/Title.js +17 -17
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +423 -413
- package/consts/DateConst.js +14 -0
- package/index.d.ts +284 -4
- package/index.js +432 -422
- package/package.json +18 -1
- package/styles/triplex-next.css +501 -472
- package/types/DateTypes.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-kTbr6OQy.js +0 -17
- package/chunks/DropdownMobile.module-Fa_t6vz1.js +0 -21
- package/chunks/Footer.module-B3uFxh54.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CGCy_cim.js +0 -9
- package/chunks/HeaderTabs.module-DMuNfILv.js +0 -9
- package/chunks/IslandAccordion.module-7xAwgJVI.js +0 -22
- package/chunks/LightBoxControls.module-42gn-co3.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-B_oIB3rc.js +0 -8
- package/chunks/ListItemTail.module-BB5TJPEc.js +0 -12
- package/chunks/ListMasterFooter.module-DxZ_nXDV.js +0 -10
- package/chunks/Notification.module-C-HCMpAz.js +0 -21
- package/chunks/Overlay.module-q-oPhooa.js +0 -18
- package/chunks/Page.module-DjGbJ-Uw.js +0 -12
- package/chunks/SMSInput.module-Ci4GRnk_.js +0 -16
- package/chunks/StatusTracker.module-zTyojoH4.js +0 -24
- package/chunks/TableFooter.module-DrRycaTr.js +0 -13
- package/chunks/TabsExtended.module-Be8qpZYz.js +0 -16
- package/chunks/TabsLine.module-DKAp48Sx.js +0 -23
- package/chunks/TooltipDesktop.module-D72ObNia.js +0 -19
- package/chunks/utils-C-1ATq_g.js +0 -24
- package/chunks/utils-C8a4iCV0.js +0 -36
- package/chunks/vendor-Ba_pyhza.js +0 -12036
|
@@ -3,8 +3,8 @@ 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
|
|
7
|
-
const y = "
|
|
6
|
+
import { c as a } from "./vendor-9KVE23Ri.js";
|
|
7
|
+
const y = "alertProcess__c451a774", f = "withSpoiler__768bc40a", u = "themeIcon__2d3ae919", T = "alertTypeError__d1b83062", b = "alertTypeInfo__636f7231", B = "alertTypeWarning__14717e58", C = "alertTypeSystem__dd7ddb1d", S = "alertTypeFeature__4e6ed240", h = "alertProcessContentBlock__bb281510", I = "closeButton__c98bf544", P = "expandableContent__bfcabf3e", g = "expanded__e92d927e", k = "expandButton__2785e148", e = {
|
|
8
8
|
alertProcess: y,
|
|
9
9
|
withSpoiler: f,
|
|
10
10
|
themeIcon: u,
|
|
@@ -18,7 +18,7 @@ const y = "alertProcess__96d0382e", f = "withSpoiler__1b8522a9", u = "themeIcon_
|
|
|
18
18
|
expandableContent: P,
|
|
19
19
|
expanded: g,
|
|
20
20
|
expandButton: k
|
|
21
|
-
}, v = ({ children:
|
|
21
|
+
}, v = ({ children: s, open: r, onOpen: o, ...l }) => {
|
|
22
22
|
const { setHasSpoiler: n } = d(x);
|
|
23
23
|
i(() => (n(!0), () => {
|
|
24
24
|
n(!1);
|
|
@@ -27,8 +27,8 @@ const y = "alertProcess__96d0382e", f = "withSpoiler__1b8522a9", u = "themeIcon_
|
|
|
27
27
|
o == null || o(!r);
|
|
28
28
|
};
|
|
29
29
|
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
|
-
/* @__PURE__ */ t("div", { className:
|
|
31
|
-
/* @__PURE__ */ t("div", { className:
|
|
30
|
+
/* @__PURE__ */ t("div", { className: a(e.expandableContent, { [e.expanded]: r }), ...l, children: s }),
|
|
31
|
+
/* @__PURE__ */ t("div", { className: a(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: c, children: /* @__PURE__ */ t(_, { paletteIndex: 5 }) }) })
|
|
32
32
|
] });
|
|
33
33
|
};
|
|
34
34
|
v.displayName = "AlertProcessSpoiler";
|
|
@@ -36,4 +36,4 @@ export {
|
|
|
36
36
|
v as A,
|
|
37
37
|
e as s
|
|
38
38
|
};
|
|
39
|
-
//# sourceMappingURL=AlertProcessSpoiler-
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-M7W9D-p3.js.map
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import { c as M } from "./vendor-9KVE23Ri.js";
|
|
3
|
+
import { useContext as p, useRef as E, useEffect as N } from "react";
|
|
4
|
+
import { ECalendarDateMarkType as n } from "../components/Calendar/enums.js";
|
|
5
|
+
import { CalendarViewContext as S } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
+
import { isKey as b } from "../utils/keyboard.js";
|
|
7
|
+
const T = "calendarViewDays__7cfc095c", Y = "calendarViewMonths__73e7f9fd", x = "calendarViewYears__788b973d", A = "calendarViewDaysHeader__44a21b97", B = "calendarViewDaysBody__61e41677", L = "calendarViewItem__1cac2b61", R = "current__3d40ae38", v = "rangeSingle__6b915650", H = "rangeStart__bff97996", j = "rangeEnd__0c049463", O = "rangeBetween__9bc47fe9", P = "disabled__97c3fb23", q = "calendarViewItemLabel__9aa178b6", z = "selected__2edf45d3", G = "basicMark__74ce5beb", J = "standardMark__b8cc381b", Q = "attentionMark__2bd03494", U = "criticalMark__3b56cb30", W = "muted__31348cc3", X = "marked__6c6e8743", Z = "unitDay__9debfb6d", $ = "unitMonth__c15f58cc", F = "unitYear__e18adbdd", e = {
|
|
8
|
+
calendarViewDays: T,
|
|
9
|
+
calendarViewMonths: Y,
|
|
10
|
+
calendarViewYears: x,
|
|
11
|
+
calendarViewDaysHeader: A,
|
|
12
|
+
calendarViewDaysBody: B,
|
|
13
|
+
calendarViewItem: L,
|
|
14
|
+
current: R,
|
|
15
|
+
rangeSingle: v,
|
|
16
|
+
rangeStart: H,
|
|
17
|
+
rangeEnd: j,
|
|
18
|
+
rangeBetween: O,
|
|
19
|
+
disabled: P,
|
|
20
|
+
calendarViewItemLabel: q,
|
|
21
|
+
selected: z,
|
|
22
|
+
basicMark: G,
|
|
23
|
+
standardMark: J,
|
|
24
|
+
attentionMark: Q,
|
|
25
|
+
criticalMark: U,
|
|
26
|
+
muted: W,
|
|
27
|
+
marked: X,
|
|
28
|
+
unitDay: Z,
|
|
29
|
+
unitMonth: $,
|
|
30
|
+
unitYear: F
|
|
31
|
+
}, K = {
|
|
32
|
+
[n.BASIC]: e.basicMark,
|
|
33
|
+
[n.STANDARD]: e.standardMark,
|
|
34
|
+
[n.ATTENTION]: e.attentionMark,
|
|
35
|
+
[n.CRITICAL]: e.criticalMark
|
|
36
|
+
}, ee = {
|
|
37
|
+
day: e.unitDay,
|
|
38
|
+
month: e.unitMonth,
|
|
39
|
+
year: e.unitYear
|
|
40
|
+
}, se = ({
|
|
41
|
+
children: V,
|
|
42
|
+
className: k,
|
|
43
|
+
date: o,
|
|
44
|
+
unit: y,
|
|
45
|
+
tabbable: r,
|
|
46
|
+
active: l,
|
|
47
|
+
disabled: _,
|
|
48
|
+
muted: g,
|
|
49
|
+
markType: c,
|
|
50
|
+
onFocus: d,
|
|
51
|
+
onBlur: s,
|
|
52
|
+
onKeyDown: i,
|
|
53
|
+
onDateSelect: m,
|
|
54
|
+
...I
|
|
55
|
+
}) => {
|
|
56
|
+
const { viewItemFocusedRef: t } = p(S), u = E(null);
|
|
57
|
+
N(() => {
|
|
58
|
+
var a;
|
|
59
|
+
r && t.current && ((a = u.current) == null || a.focus());
|
|
60
|
+
}, [r, t]);
|
|
61
|
+
const C = (a) => {
|
|
62
|
+
t.current = !0, d == null || d(a);
|
|
63
|
+
}, D = (a) => {
|
|
64
|
+
t.current = !1, s == null || s(a);
|
|
65
|
+
}, h = (a) => {
|
|
66
|
+
const w = a.code || a.keyCode;
|
|
67
|
+
(b(w, "ENTER") || b(w, "SPACE")) && (a.preventDefault(), m(o)), i == null || i(a);
|
|
68
|
+
};
|
|
69
|
+
return /* @__PURE__ */ f(
|
|
70
|
+
"td",
|
|
71
|
+
{
|
|
72
|
+
className: M(e.calendarViewItem, { [e.disabled]: _ }, k),
|
|
73
|
+
tabIndex: r ? 0 : -1,
|
|
74
|
+
"aria-selected": l ? !0 : void 0,
|
|
75
|
+
onFocus: C,
|
|
76
|
+
onBlur: D,
|
|
77
|
+
onKeyDown: h,
|
|
78
|
+
...I,
|
|
79
|
+
ref: u,
|
|
80
|
+
children: /* @__PURE__ */ f(
|
|
81
|
+
"div",
|
|
82
|
+
{
|
|
83
|
+
className: M(
|
|
84
|
+
e.calendarViewItemLabel,
|
|
85
|
+
ee[y],
|
|
86
|
+
{
|
|
87
|
+
[e.disabled]: _,
|
|
88
|
+
[e.marked]: c !== void 0,
|
|
89
|
+
[e.muted]: !!g,
|
|
90
|
+
[e.selected]: l
|
|
91
|
+
},
|
|
92
|
+
c !== void 0 ? K[c] : void 0
|
|
93
|
+
),
|
|
94
|
+
onClick: () => m(o),
|
|
95
|
+
children: V
|
|
96
|
+
}
|
|
97
|
+
)
|
|
98
|
+
}
|
|
99
|
+
);
|
|
100
|
+
};
|
|
101
|
+
export {
|
|
102
|
+
se as C,
|
|
103
|
+
e as s
|
|
104
|
+
};
|
|
105
|
+
//# sourceMappingURL=CalendarViewItem-Cs4qo2T0.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__dbd172a8", d = "roundingMD__34d72d13", e = "roundingSM__c21e3f2c", a = "general__ab81d980", o = "secondary__e0f3e1d0", c = "cardMedia__fdc2072f", r = "cardContent__8719be6a", t = "paddingMD__8c3430e2", _ = "paddingSM__ea652def", s = "cardContentHeader__0f05e31e", g = "cardContentFooter__af36f711", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: e,
|
|
5
|
+
general: a,
|
|
6
|
+
secondary: o,
|
|
7
|
+
cardMedia: c,
|
|
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-lZl8x0iL.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as n } from "./vendor-
|
|
2
|
+
import x, { useCallback as b } from "react";
|
|
3
|
+
import { c as n } from "./vendor-9KVE23Ri.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__65914bc6", w = "chip__a15beede", I = "lg__cb327fa0", B = "prefix__cec0066f", G = "postfix__ea56245f", g = "md__16282e8f", z = "sm__7156c899", M = "disabled__d4eeff22", S = "selected__ab812c8d", j = "withPrefix__5344b138", y = "withPostfix__5fbc563b", E = "content__59e9a4f7", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -17,9 +17,9 @@ const N = "chipGroupItem__cf23b277", w = "chip__c125ac12", I = "lg__0de9bae2", B
|
|
|
17
17
|
withPrefix: j,
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
|
-
}, R = P(e), T =
|
|
21
|
-
({ children: l, className:
|
|
22
|
-
const _ =
|
|
20
|
+
}, R = P(e), T = x.forwardRef(
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: f, size: r = u.MD, onKeyDown: s, ...m }, d) => {
|
|
22
|
+
const _ = b(
|
|
23
23
|
(i) => {
|
|
24
24
|
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
25
25
|
},
|
|
@@ -34,17 +34,17 @@ const N = "chipGroupItem__cf23b277", w = "chip__c125ac12", I = "lg__0de9bae2", B
|
|
|
34
34
|
R[r],
|
|
35
35
|
{
|
|
36
36
|
[e.disabled]: !!t,
|
|
37
|
-
[e.selected]: !!
|
|
37
|
+
[e.selected]: !!f,
|
|
38
38
|
[e.withPostfix]: typeof o < "u",
|
|
39
39
|
[e.withPrefix]: typeof c < "u"
|
|
40
40
|
},
|
|
41
|
-
|
|
41
|
+
p
|
|
42
42
|
),
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
45
45
|
onKeyDown: _,
|
|
46
46
|
...m,
|
|
47
|
-
ref:
|
|
47
|
+
ref: d,
|
|
48
48
|
children: [
|
|
49
49
|
c ? /* @__PURE__ */ a(
|
|
50
50
|
"span",
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-DpSJGyYK.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as w } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import E, { useEffect as f } from "react";
|
|
3
3
|
import { EVENT_KEY_CODES as i } from "../utils/keyboard.js";
|
|
4
|
-
import { c as k } from "./vendor-
|
|
5
|
-
const u = "
|
|
4
|
+
import { c as k } from "./vendor-9KVE23Ri.js";
|
|
5
|
+
const u = "dropdownDesktopList__e5db8866", v = "sm__30213050", y = "dropdownDesktopListItem__09698aaa", I = "dropdownDesktopListLoader__7333d7f9", l = "md__2bb7d775", N = "lg__56c4cb68", b = "active__f364454d", g = "selected__057988d5", n = {
|
|
6
6
|
dropdownDesktopList: u,
|
|
7
7
|
sm: v,
|
|
8
8
|
dropdownDesktopListItem: y,
|
|
@@ -11,7 +11,7 @@ const u = "dropdownDesktopList__c85160d1", v = "sm__68d529af", y = "dropdownDesk
|
|
|
11
11
|
lg: N,
|
|
12
12
|
active: b,
|
|
13
13
|
selected: g
|
|
14
|
-
}, O = [i.SPACE, i.ENTER], R =
|
|
14
|
+
}, O = [i.SPACE, i.ENTER], R = E.forwardRef(
|
|
15
15
|
({
|
|
16
16
|
active: s,
|
|
17
17
|
keyCodesForSelection: m = O,
|
|
@@ -21,14 +21,14 @@ const u = "dropdownDesktopList__c85160d1", v = "sm__68d529af", y = "dropdownDesk
|
|
|
21
21
|
onSelect: t,
|
|
22
22
|
selected: p,
|
|
23
23
|
..._
|
|
24
|
-
},
|
|
24
|
+
}, L) => {
|
|
25
25
|
const r = (o) => {
|
|
26
26
|
const { keyCode: D } = o;
|
|
27
27
|
m.includes(D) && (o.preventDefault(), t == null || t());
|
|
28
|
-
},
|
|
28
|
+
}, c = (o) => {
|
|
29
29
|
t == null || t(), d == null || d(o);
|
|
30
30
|
};
|
|
31
|
-
return
|
|
31
|
+
return f(() => (s ? document.addEventListener("keydown", r) : document.removeEventListener("keydown", r), () => {
|
|
32
32
|
document.removeEventListener("keydown", r);
|
|
33
33
|
}), [s]), /* @__PURE__ */ w(
|
|
34
34
|
"div",
|
|
@@ -42,8 +42,8 @@ const u = "dropdownDesktopList__c85160d1", v = "sm__68d529af", y = "dropdownDesk
|
|
|
42
42
|
role: "option",
|
|
43
43
|
"aria-selected": !!p,
|
|
44
44
|
..._,
|
|
45
|
-
onClick:
|
|
46
|
-
ref:
|
|
45
|
+
onClick: c,
|
|
46
|
+
ref: L,
|
|
47
47
|
children: e
|
|
48
48
|
}
|
|
49
49
|
);
|
|
@@ -54,4 +54,4 @@ export {
|
|
|
54
54
|
R as D,
|
|
55
55
|
n as s
|
|
56
56
|
};
|
|
57
|
-
//# sourceMappingURL=DropdownListItem-
|
|
57
|
+
//# sourceMappingURL=DropdownListItem-SqymKZn5.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__129ba173", d = "dropdownMobileBackdrop__1ccc6398", e = "closing__2adcb6c9", n = "opening__b2f7d86e", r = "opened__64058c9b", p = "dropdownMobile__6cd1b023", l = "dropdownMobileHeader__c367cbeb", i = "dropdownMobileContent__ceaa7325", b = "dropdownMobileFooter__73191fb2", t = "dropdownMobileListItem__00fb1593", c = "selected__057988d5", w = "dropdownMobileLoader__57604598", s = "dropdownMobileClose__f86c41dd", M = "dropdownMobileListLoader__02283ab5", _ = "dropdownMobileBodyOverflow__102b155a", a = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: d,
|
|
4
|
+
closing: e,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: p,
|
|
8
|
+
dropdownMobileHeader: l,
|
|
9
|
+
dropdownMobileContent: i,
|
|
10
|
+
dropdownMobileFooter: b,
|
|
11
|
+
dropdownMobileListItem: t,
|
|
12
|
+
selected: c,
|
|
13
|
+
dropdownMobileLoader: w,
|
|
14
|
+
dropdownMobileClose: s,
|
|
15
|
+
dropdownMobileListLoader: M,
|
|
16
|
+
dropdownMobileBodyOverflow: _
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
a as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=DropdownMobile.module-C_Jtpfxj.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__5599205d", t = "footerDescriptionContent__44934ba7", e = "footerDescriptionControls__f318299b", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-3tcvZGt3.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import z, { useContext as A, useRef as P, useEffect as
|
|
2
|
+
import z, { useContext as A, useRef as P, useEffect as d } from "react";
|
|
3
3
|
import { FormFieldContext as R } 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-9KVE23Ri.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__b0364d21", W = "sm__72b40d84", j = "md__ad0d6702", q = "lg__c6a3f3de", x = {
|
|
8
8
|
formFieldInput: T,
|
|
9
9
|
sm: W,
|
|
10
10
|
md: j,
|
|
11
11
|
lg: q
|
|
12
|
-
}, w = M(x), L = z.forwardRef((
|
|
13
|
-
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder: u, value: o, ...B } =
|
|
14
|
-
|
|
12
|
+
}, w = M(x), L = z.forwardRef((m, c) => {
|
|
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: b, setFocused: p, setId: l, setValueExist: a, size: F } = A(R), I = k(x.formFieldInput, w[F], S), t = P(s || y("input_"));
|
|
14
|
+
d(() => {
|
|
15
15
|
l(t.current);
|
|
16
|
-
}, []),
|
|
16
|
+
}, []), d(() => {
|
|
17
17
|
s && (t.current = s, l(t.current));
|
|
18
|
-
}, [s, l]),
|
|
18
|
+
}, [s, l]), d(() => {
|
|
19
19
|
a(!!o);
|
|
20
20
|
}, [a, o]);
|
|
21
21
|
const _ = (e) => {
|
|
@@ -37,7 +37,7 @@ const T = "formFieldInput__3674a3e7", W = "sm__b412b02f", j = "md__c14e799d", q
|
|
|
37
37
|
placeholder: E ? u : " ",
|
|
38
38
|
size: F
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
c
|
|
41
41
|
) : /* @__PURE__ */ g(
|
|
42
42
|
"input",
|
|
43
43
|
{
|
|
@@ -50,7 +50,7 @@ const T = "formFieldInput__3674a3e7", W = "sm__b412b02f", j = "md__c14e799d", q
|
|
|
50
50
|
onBlur: _,
|
|
51
51
|
value: o,
|
|
52
52
|
placeholder: u,
|
|
53
|
-
ref:
|
|
53
|
+
ref: c
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
});
|
|
@@ -59,4 +59,4 @@ export {
|
|
|
59
59
|
L as F,
|
|
60
60
|
x as s
|
|
61
61
|
};
|
|
62
|
-
//# sourceMappingURL=FormFieldInput-
|
|
62
|
+
//# sourceMappingURL=FormFieldInput-BSxKZxcq.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__65ac185c", a = "headerLayoutSidebarContent__9dc8cc56", d = "headerLayoutSidebarSidebar__3ee491a2", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-DqrwTmWo.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__e3a59223", t = "headerTitleControls__b3280a55", l = "headerTitleContent__a3f795c6", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__a270f183", t = "headerTitleControls__5bda1b58", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-CEMLCR13.js.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const e = "islandAccordion__2cb14cc8", c = "island__4f199904", o = "item__f9a22c7f", t = "disabled__b0db1931", s = "sm__125c06e9", a = "md__ca0b84ef", n = "lg__337ec4a4", _ = "header__f85cf699", d = "footer__c80671d2", r = "body__b722c94d", p = "opened__c55e0807", i = "caretWrapper__3908565e", l = "caretIcon__5be4ba59", b = "step__ff5e528a", f = "titleWrapper__3afd482a", m = "remove__7f06e583", W = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: c,
|
|
4
|
+
item: o,
|
|
5
|
+
disabled: t,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: a,
|
|
8
|
+
lg: n,
|
|
9
|
+
header: _,
|
|
10
|
+
footer: d,
|
|
11
|
+
body: r,
|
|
12
|
+
opened: p,
|
|
13
|
+
caretWrapper: i,
|
|
14
|
+
caretIcon: l,
|
|
15
|
+
step: b,
|
|
16
|
+
titleWrapper: f,
|
|
17
|
+
remove: m
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
W as s
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=IslandAccordion.module-DFvQwhSg.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
|
|
2
|
+
import { useState as v, useRef as _, useCallback as u, useLayoutEffect as b, useEffect as C } from "react";
|
|
3
|
+
import { WindowResizeListener as O } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
+
import { u as S, c as T } from "./vendor-9KVE23Ri.js";
|
|
5
5
|
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const z = "
|
|
6
|
+
const z = "lightBox__b3d6f4ca", A = "lightBoxBackdrop__a25c3b0c", L = "lightBoxSideOverlayActive__9913beb0", W = "lightBoxTopOverlayActive__6185fdae", N = "lightBoxContent__8c71f1b0", E = "loadingContentOverlay__6caad493", k = "lightBoxContentResizeWrapper__c974b6b7", w = "tempElSafariBug__c6ab15b9", H = "bodyOverflowHidden__62e25d8c", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -13,20 +13,20 @@ const z = "lightBox__da82777f", A = "lightBoxBackdrop__588a3cfe", 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 = (p) => {
|
|
17
|
+
const { children: l, className: a, isLoading: s, loadingTitle: c, ...f } = p, [d, B] = v(0), e = _(null), o = u(() => {
|
|
18
18
|
let n = 0;
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
}, []), t =
|
|
19
|
+
const g = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
|
+
g && (n += g.offsetHeight), B((h) => Math.abs(h - n) > 1 ? n : h);
|
|
21
|
+
}, []), t = u(() => {
|
|
22
22
|
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
23
23
|
}, [o]);
|
|
24
|
-
|
|
24
|
+
b(() => (o(), () => {
|
|
25
25
|
e.current && clearTimeout(e.current);
|
|
26
|
-
}), []),
|
|
26
|
+
}), []), C(() => {
|
|
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,12 +34,12 @@ const z = "lightBox__da82777f", A = "lightBoxBackdrop__588a3cfe", L = "lightBoxS
|
|
|
34
34
|
}), m = {
|
|
35
35
|
paddingTop: d
|
|
36
36
|
};
|
|
37
|
-
return /* @__PURE__ */ i(
|
|
37
|
+
return /* @__PURE__ */ i(O, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
38
|
"div",
|
|
39
39
|
{
|
|
40
|
-
className:
|
|
40
|
+
className: T(a, r.lightBoxContent),
|
|
41
41
|
style: d ? m : void 0,
|
|
42
|
-
...
|
|
42
|
+
...f,
|
|
43
43
|
children: [
|
|
44
44
|
l,
|
|
45
45
|
s && /* @__PURE__ */ i(R, { className: r.loadingContentOverlay, type: "middle", children: c }),
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
j as L,
|
|
54
54
|
r as s
|
|
55
55
|
};
|
|
56
|
-
//# sourceMappingURL=LightBoxContent-
|
|
56
|
+
//# sourceMappingURL=LightBoxContent-DTTxRVLQ.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__aa4e0fcc", o = "withKeyboardEvent__775d7370", l = "withoutKeyboardEvent__78be2cdd", e = "lightBoxPrev__88451d8d", i = "lightBoxNext__212a93ae", n = "lightBoxControlsDesktop__eddcd901", x = "lightBoxControlsMobile__b81ba513", h = "lightBoxClose__9a1076c5", s = "lightBoxPrevButton__d0172c3a", B = "lightBoxNextButton__4a054f5d", 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-Dn4GtUtF.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__ed4a6037", l = "lightBoxSideOverlayCloseMobile__18db29d4", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-BUvFYJwr.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-9KVE23Ri.js";
|
|
4
4
|
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
|
-
import { Text as
|
|
6
|
-
const
|
|
7
|
-
listItemControlsButton:
|
|
5
|
+
import { Text as a } from "../components/Typography/Text.js";
|
|
6
|
+
const c = "listItemControlsButton__1a5e1140", B = "listItemControlsButtonLabel__959a12df", C = "listItemControlsButtonDropdown__31e3f7e4", f = "listItemControlsButtonIcon__41bf0410", d = "withText__8d5e65af", p = "listItemControlsButtonInner__f6815f42", _ = "withIcon__0bfca4ea", w = "buttonDropdownMenuItem__d5d25885", t = {
|
|
7
|
+
listItemControlsButton: c,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
|
-
listItemControlsButtonIcon:
|
|
11
|
-
withText:
|
|
12
|
-
listItemControlsButtonInner:
|
|
13
|
-
withIcon:
|
|
10
|
+
listItemControlsButtonIcon: f,
|
|
11
|
+
withText: d,
|
|
12
|
+
listItemControlsButtonInner: p,
|
|
13
|
+
withIcon: _,
|
|
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 a = "listItemControlsButton__b0dd3f67", B = "listItemControlsButtonLabel__
|
|
|
30
30
|
ref: r,
|
|
31
31
|
children: /* @__PURE__ */ m("span", { className: t.listItemControlsButtonInner, children: [
|
|
32
32
|
n ? /* @__PURE__ */ s("span", { className: t.listItemControlsButtonIcon, children: n }) : null,
|
|
33
|
-
o ? /* @__PURE__ */ s(
|
|
33
|
+
o ? /* @__PURE__ */ s(a, { className: t.listItemControlsButtonLabel, size: u.B4, children: o }) : null
|
|
34
34
|
] })
|
|
35
35
|
}
|
|
36
36
|
)
|
|
@@ -40,4 +40,4 @@ export {
|
|
|
40
40
|
b as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-AbCEipFe.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__f8c48329", i = "listItemTailLine__27fcfe4a", l = "listItemTailTop__812ea360", e = "listItemTailBottom__caf8b3e6", s = "listItemTailRight__ea5cf41d", a = "listItemTailLeft__9a65cf6f", 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-CZYSMJRz.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const t = "listMasterFooter__816ba37d", s = "sticky__16ed1bd8", o = "listMasterFooterDescription__29b9d23f", r = "listMasterFooterControls__66c01457", e = {
|
|
2
|
+
listMasterFooter: t,
|
|
3
|
+
sticky: s,
|
|
4
|
+
listMasterFooterDescription: o,
|
|
5
|
+
listMasterFooterControls: r
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
e as s
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ListMasterFooter.module-Bw6BVPVj.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const o = "modalWindowContainer__6f9bb719", n = "modalWindowBackdrop__1e15e63b", d = "modalWindow__a8519db1", a = "modalWindowContentWrapper__a69a1baf", e = "modalWindowContent__cb186074", t = "modalWindowResizeWrapper__41b9ce40", i = "sm__c508159e", m = "md__36fc324c", W = "lg__8a8058e9", l = "modalWindowContentPage__78f5e696", r = "modalWindowLoaderScreen__219b8030", w = {
|
|
2
|
+
modalWindowContainer: o,
|
|
3
|
+
modalWindowBackdrop: n,
|
|
4
|
+
modalWindow: d,
|
|
5
|
+
modalWindowContentWrapper: a,
|
|
6
|
+
modalWindowContent: e,
|
|
7
|
+
modalWindowResizeWrapper: t,
|
|
8
|
+
sm: i,
|
|
9
|
+
md: m,
|
|
10
|
+
lg: W,
|
|
11
|
+
modalWindowContentPage: l,
|
|
12
|
+
modalWindowLoaderScreen: r
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
w as s
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ModalWindow.module-DGcF8-xJ.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "notification__271768b7", t = "extraBottomPadding__e79c9999", i = "notificationHeader__16833c81", n = "notificationIcon__be5e9a5a", c = "notificationBody__c9885c0e", e = "notificationBodyList__71c35e02", a = "notificationBodyContent__17d98045", f = "notificationClose__fccaeb5a", s = "showCloseOnHover__b8112dfe", d = "notificationFooter__b42ed67c", r = "notificationTime__566dae68", _ = "notificationGroupedWrapper__ca190f4c", p = "notificationGroupedFooterItem__441953ea", B = "first__78dcdb48", y = "second__24d948b1", m = {
|
|
2
|
+
notification: o,
|
|
3
|
+
extraBottomPadding: t,
|
|
4
|
+
notificationHeader: i,
|
|
5
|
+
notificationIcon: n,
|
|
6
|
+
notificationBody: c,
|
|
7
|
+
notificationBodyList: e,
|
|
8
|
+
notificationBodyContent: a,
|
|
9
|
+
notificationClose: f,
|
|
10
|
+
showCloseOnHover: s,
|
|
11
|
+
notificationFooter: d,
|
|
12
|
+
notificationTime: r,
|
|
13
|
+
notificationGroupedWrapper: _,
|
|
14
|
+
notificationGroupedFooterItem: p,
|
|
15
|
+
first: B,
|
|
16
|
+
second: y
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
m as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=Notification.module-Cj_Pd4DQ.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const e = "overlay__56c48b27", o = "fixed__ea0945e2", t = "closing__b06d79a3", n = "opened__bbd68d2f", a = "overlayPanel__69390353", l = "bottom__41e573c6", _ = "left__39ae0695", s = "right__14a7ea5a", c = "top__0c944b3b", r = "overlayContent__f1524a39", y = "overlayMask__f36e0a83", v = "overlayOpened__202e5cd8", d = {
|
|
2
|
+
overlay: e,
|
|
3
|
+
fixed: o,
|
|
4
|
+
closing: t,
|
|
5
|
+
opened: n,
|
|
6
|
+
overlayPanel: a,
|
|
7
|
+
bottom: l,
|
|
8
|
+
left: _,
|
|
9
|
+
right: s,
|
|
10
|
+
top: c,
|
|
11
|
+
overlayContent: r,
|
|
12
|
+
overlayMask: y,
|
|
13
|
+
overlayOpened: v
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
d as s
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Overlay.module-BqJXvoeX.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const e = "page__465748ea", a = "bodyPage__68dc5681", t = "headerPageTypeFirst__b819b32d", s = "sticky__8affe43c", o = "footerPageTypeFirst__0873e504", g = {
|
|
2
|
+
page: e,
|
|
3
|
+
"global-page": "global-page",
|
|
4
|
+
bodyPage: a,
|
|
5
|
+
headerPageTypeFirst: t,
|
|
6
|
+
sticky: s,
|
|
7
|
+
footerPageTypeFirst: o
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
g as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=Page.module-DUQ6i8Ez.js.map
|