@sberbusiness/triplex-next 0.28.0 → 0.30.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-vonjWRtY.js → AlertProcessSpoiler-u6M_UUD9.js} +13 -13
- package/chunks/{CalendarViewItem-DysxnR-B.js → CalendarViewItem-0qx9TN09.js} +23 -23
- package/chunks/Card.module-Dk_x12aX.js +18 -0
- package/chunks/CheckboxTreeExtended.module-BYEXhagY.js +15 -0
- package/chunks/Chip-CgSrMLOj.js +77 -0
- package/chunks/Confirm.module-D-Z-baL7.js +15 -0
- package/chunks/{DropdownListItem-DEMHVloq.js → DropdownListItem-DsKl9Gi-.js} +18 -18
- package/chunks/DropdownMobile.module-DBKmP6tH.js +23 -0
- package/chunks/Footer.module-D19luc11.js +9 -0
- package/chunks/{FormFieldInput-Cb-NqZOL.js → FormFieldInput-DM8lK78a.js} +16 -16
- package/chunks/HeaderLayoutSidebar.module-BEWjTVQC.js +9 -0
- package/chunks/HeaderTabs.module-B3OUkcWC.js +9 -0
- package/chunks/{HeaderTitle.module-B2aVG-8s.js → HeaderTitle.module-wm7lWk21.js} +2 -2
- package/chunks/IslandAccordion.module-CkjSe196.js +25 -0
- package/chunks/IslandWidgetFooter.module-DkGCGVtt.js +9 -0
- package/chunks/IslandWidgetHeader.module-D_0Z5Wkx.js +13 -0
- package/chunks/{LightBoxContent-CpxzDBba.js → LightBoxContent-C-Q4JvDf.js} +9 -9
- package/chunks/LightBoxControls.module-D6dJVyd1.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Pvh5SxlA.js +9 -0
- package/chunks/{ListItemControlsButton-BcWg1BjZ.js → ListItemControlsButton-B52gadtt.js} +10 -10
- package/chunks/ListItemTail.module-96x050E6.js +12 -0
- package/chunks/ListMasterFooter.module-QCC2uvr7.js +10 -0
- package/chunks/ModalWindow.module-D3XZrRCV.js +17 -0
- package/chunks/Notification.module-MWvLXIRM.js +20 -0
- package/chunks/Overlay.module-nAMUorJ1.js +18 -0
- package/chunks/Page.module-BDTFNqSr.js +11 -0
- package/chunks/SMSField.module-Dt8sZq_D.js +16 -0
- package/chunks/SliderExtendedMarks.module-BIprSBVE.js +15 -0
- package/chunks/{SliderExtendedRail-D-T2vfBA.js → SliderExtendedRail-EN9dWr8g.js} +10 -10
- package/chunks/StatusTracker.module-GZp9BaaE.js +24 -0
- package/chunks/{StepperStepArrowBorder-DoCkMkMz.js → StepperStepArrowBorder-B2mxgMOK.js} +4 -4
- package/chunks/{SuggestFieldMobileDropdownHint-DMUtIm6D.js → SuggestFieldMobileDropdownHint-8plGk4NO.js} +4 -4
- package/chunks/TableFooter.module-C1wbovyw.js +14 -0
- package/chunks/TabsExtended.module-DATvYZNn.js +16 -0
- package/chunks/TabsLine.module-O3-2VgYL.js +21 -0
- package/chunks/TooltipDesktop.module-COHJz2TY.js +19 -0
- package/chunks/TreeView.module-Cxj4qOdA.js +9 -0
- package/chunks/{UploadZoneInput-DBUlHhad.js → UploadZoneInput-B-gVlolB.js} +8 -8
- package/chunks/{constants-3hOLYskn.js → constants-CgVlsuXP.js} +14 -14
- package/chunks/{utils-C3N8DE_4.js → utils-B3jUITHO.js} +5 -5
- package/chunks/{utils-BzsnXGYj.js → utils-BygtCSQo.js} +5 -5
- package/chunks/{utils-8R7OR9DQ.js → utils-Dwhaig77.js} +7 -7
- package/chunks/utils-mJogbZdW.js +73 -0
- package/chunks/vendor-z35N2Tap.js +12618 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +30 -30
- 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 +1 -1
- package/components/Avatar/Avatar.js +48 -23
- package/components/Badge/Badge.js +6 -6
- package/components/Badge/BadgeDot.js +12 -12
- package/components/Badge/components/BadgeContent.js +17 -17
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +5 -5
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +21 -21
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +16 -16
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +124 -118
- package/components/Calendar/CalendarContext.js +6 -6
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarFooterButton.js +19 -21
- package/components/Calendar/components/CalendarViewDays.js +7 -10
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +29 -29
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Calendar/enums.js +1 -1
- package/components/Card/CardAction.js +13 -13
- 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 +2 -2
- package/components/Checkbox/Checkbox.js +19 -19
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +5 -5
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +10 -10
- package/components/CheckboxTreeExtended/index.js +3 -1
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- 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 +17 -17
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +141 -141
- package/components/CollapsibleTree/CollapsibleTree.js +23 -0
- package/components/CollapsibleTree/components/CollapsibleTreeBranchNode.js +37 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +13 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +24 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +44 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeLabel.js +12 -0
- package/components/CollapsibleTree/index.js +11 -0
- package/components/CollapsibleTree/types.js +5 -0
- package/components/CollapsibleTreeExtended/CollapsibleTreeExtended.js +10 -0
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +71 -0
- package/components/CollapsibleTreeExtended/index.js +7 -0
- 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 +18 -28
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DatePickerExtended/index.js +5 -0
- package/components/DateRange/DateRange.js +25 -25
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +89 -84
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +83 -78
- package/components/DesignTokens/components/Calendar.js +34 -42
- package/components/DesignTokens/components/CollapsibleTree.js +11 -0
- package/components/DesignTokens/components/ListItem.js +7 -4
- package/components/DesignTokens/components/index.js +138 -135
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +19 -19
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +15 -15
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- 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 +15 -15
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +9 -11
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +2 -2
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +24 -17
- package/components/FormField/components/FormFieldPrefix.js +24 -17
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +7 -7
- package/components/FormField/components/index.js +1 -1
- 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 +17 -17
- package/components/IconWrapper/IconWrapper.js +8 -8
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- 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 +15 -15
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- 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 +19 -17
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +18 -0
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +21 -6
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +18 -0
- package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
- package/components/LightBox/LightBox.js +11 -11
- 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 +20 -20
- 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/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +28 -28
- package/components/List/List.js +7 -7
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +8 -8
- package/components/List/components/ListItemContent.js +20 -15
- package/components/List/components/ListItemContext.js +5 -2
- 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 +30 -27
- package/components/List/components/ListItemTable.js +14 -13
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +8 -8
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
- 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 +2 -2
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- 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 +15 -15
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- 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/ModalWindow/index.js +11 -10
- package/components/MonthYearField/MonthYearField.js +19 -19
- package/components/MonthYearRange/MonthYearRange.js +2 -2
- package/components/MultiselectField/MultiselectField.js +19 -14
- package/components/MultiselectField/MultiselectFieldContext.js +5 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +32 -29
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/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 +7 -7
- package/components/OrderedList/OrderedListItem.js +6 -6
- 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 +7 -7
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +16 -16
- package/components/Page/index.js +10 -4
- package/components/Pagination/components/PaginationExtended.js +6 -6
- 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 +6 -6
- package/components/Pagination/components/PaginationSelect.js +18 -18
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +7 -7
- 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 +29 -29
- 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/SMSField/index.js +9 -1
- package/components/SegmentedControl/SegmentedControl.js +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +2 -2
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +24 -24
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +12 -12
- package/components/StatusTracker/StatusTracker.js +16 -12
- 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/StatusTracker/index.js +21 -5
- package/components/Step/Step.js +10 -10
- package/components/Stepper/Stepper.js +33 -33
- package/components/Stepper/StepperExtended.js +8 -8
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +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 +15 -15
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +24 -20
- 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 +12 -12
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
- 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 +3 -3
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/index.js +25 -17
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- 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 +10 -10
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +6 -6
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +22 -17
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +5 -5
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +10 -10
- 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 +12 -12
- package/components/TopOverlay/TopOverlay.js +22 -22
- 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/TreeView/index.js +10 -0
- package/components/Triggers/index.js +5 -0
- package/components/Typography/Caption.js +19 -19
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +20 -20
- package/components/Typography/Title.js +22 -22
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +4 -2
- package/components/WindowResizeListener/WindowResizeListener.js +4 -4
- package/components/WindowResizeListener/index.js +5 -0
- package/components/index.js +643 -575
- package/index.d.ts +514 -99
- package/index.js +666 -598
- package/package.json +25 -1
- package/styles/triplex-next.css +541 -538
- package/types/index.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-DLzMeKEe.js +0 -17
- package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +0 -15
- package/chunks/Chip-C8WEqATD.js +0 -77
- package/chunks/Confirm.module-C9UyoM6r.js +0 -15
- package/chunks/DropdownMobile.module-D_HYruos.js +0 -23
- package/chunks/Footer.module-BijXXNLX.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +0 -9
- package/chunks/HeaderTabs.module-Yh7VuJr3.js +0 -9
- package/chunks/IslandAccordion.module-DXpQN7Ws.js +0 -25
- package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +0 -9
- package/chunks/IslandWidgetHeader.module-BntNmew_.js +0 -12
- package/chunks/LightBoxControls.module-BulvfqYp.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +0 -9
- package/chunks/ListItemTail.module-lle264d5.js +0 -12
- package/chunks/ListMasterFooter.module-ezPsYAZz.js +0 -10
- package/chunks/ModalWindow.module-CbeisCTo.js +0 -17
- package/chunks/Notification.module-Cdt0qyac.js +0 -20
- package/chunks/Overlay.module-s6l_vTfQ.js +0 -18
- package/chunks/Page.module-DfXEH6KZ.js +0 -11
- package/chunks/SMSField.module-CTGDSJ9H.js +0 -16
- package/chunks/SliderExtendedMarks.module-CEd_dK23.js +0 -15
- package/chunks/StatusTracker.module-DhavZ4lj.js +0 -24
- package/chunks/TableFooter.module-BEbAVyAP.js +0 -14
- package/chunks/TabsExtended.module-DvTlvDRg.js +0 -16
- package/chunks/TabsLine.module-Dc3Qo19q.js +0 -21
- package/chunks/TooltipDesktop.module-CU7dGBwe.js +0 -19
- package/chunks/TreeView.module-BYYaw1fa.js +0 -9
- package/chunks/utils-C0T4qN0O.js +0 -73
- package/chunks/vendor---Om3uMV.js +0 -12477
- package/components/CollapsableTree/CollapsableTree.js +0 -10
- package/components/CollapsableTree/components/CollapsableTreeNode.js +0 -79
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { F as
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import c, { useContext as s, useEffect as a } from "react";
|
|
3
|
+
import { F as u } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../../chunks/DropdownListItem-
|
|
8
|
-
import { EDropdownWidth as
|
|
7
|
+
import "../../../chunks/DropdownListItem-DsKl9Gi-.js";
|
|
8
|
+
import { EDropdownWidth as f } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
11
11
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -18,37 +18,40 @@ import "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
|
18
18
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
20
20
|
import { Dropdown as F } from "../../Dropdown/Dropdown.js";
|
|
21
|
-
import { MultiselectFieldDropdownHeader as
|
|
22
|
-
import { MultiselectFieldDropdownContent as
|
|
23
|
-
import { MultiselectFieldDropdownFooter as
|
|
24
|
-
import { MultiselectFieldContext as
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
({ children:
|
|
28
|
-
const { size: d } =
|
|
29
|
-
return
|
|
21
|
+
import { MultiselectFieldDropdownHeader as D } from "./MultiselectFieldDropdownHeader.js";
|
|
22
|
+
import { MultiselectFieldDropdownContent as M } from "./MultiselectFieldDropdownContent.js";
|
|
23
|
+
import { MultiselectFieldDropdownFooter as w } from "./MultiselectFieldDropdownFooter.js";
|
|
24
|
+
import { MultiselectFieldContext as O } from "../MultiselectFieldContext.js";
|
|
25
|
+
const h = Object.assign(
|
|
26
|
+
c.forwardRef(
|
|
27
|
+
({ children: m, focusTrapProps: t, opened: e, targetRef: n, mobileViewProps: r, ...l }, p) => {
|
|
28
|
+
const { size: d, mouseUsedRef: o } = s(O);
|
|
29
|
+
return a(() => {
|
|
30
|
+
e || (o.current = !1);
|
|
31
|
+
}, [e, o]), /* @__PURE__ */ i(
|
|
30
32
|
F,
|
|
31
33
|
{
|
|
32
|
-
width:
|
|
34
|
+
width: f.MIN_TARGET,
|
|
33
35
|
mobileViewProps: {
|
|
34
|
-
...
|
|
35
|
-
className:
|
|
36
|
+
...r,
|
|
37
|
+
className: r == null ? void 0 : r.className
|
|
36
38
|
},
|
|
37
|
-
targetRef:
|
|
38
|
-
opened:
|
|
39
|
+
targetRef: n,
|
|
40
|
+
opened: e,
|
|
39
41
|
size: d,
|
|
40
|
-
...
|
|
41
|
-
ref:
|
|
42
|
-
children: /* @__PURE__ */
|
|
43
|
-
|
|
42
|
+
...l,
|
|
43
|
+
ref: p,
|
|
44
|
+
children: /* @__PURE__ */ i(
|
|
45
|
+
u,
|
|
44
46
|
{
|
|
45
47
|
...t,
|
|
46
48
|
focusTrapOptions: {
|
|
47
49
|
clickOutsideDeactivates: !0,
|
|
48
50
|
preventScroll: !0,
|
|
51
|
+
returnFocusOnDeactivate: !o.current,
|
|
49
52
|
...t == null ? void 0 : t.focusTrapOptions
|
|
50
53
|
},
|
|
51
|
-
children: /* @__PURE__ */
|
|
54
|
+
children: /* @__PURE__ */ i("div", { role: "presentation", children: m })
|
|
52
55
|
}
|
|
53
56
|
)
|
|
54
57
|
}
|
|
@@ -56,13 +59,13 @@ const w = Object.assign(
|
|
|
56
59
|
}
|
|
57
60
|
),
|
|
58
61
|
{
|
|
59
|
-
Header:
|
|
60
|
-
Content:
|
|
61
|
-
Footer:
|
|
62
|
+
Header: D,
|
|
63
|
+
Content: M,
|
|
64
|
+
Footer: w
|
|
62
65
|
}
|
|
63
66
|
);
|
|
64
|
-
|
|
67
|
+
h.displayName = "MultiselectFieldDropdown";
|
|
65
68
|
export {
|
|
66
|
-
|
|
69
|
+
h as MultiselectFieldDropdown
|
|
67
70
|
};
|
|
68
71
|
//# sourceMappingURL=MultiselectFieldDropdown.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as r, jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as m } from "react";
|
|
3
3
|
import { MultiselectFieldContext as d } from "../MultiselectFieldContext.js";
|
|
4
4
|
import { createSizeToClassNameMap as i } from "../../../utils/classNameMaps.js";
|
|
5
|
-
import { c as a } from "../../../chunks/vendor
|
|
5
|
+
import { c as a } from "../../../chunks/vendor-z35N2Tap.js";
|
|
6
6
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
7
|
-
const _ = "
|
|
7
|
+
const _ = "multiselectFieldContent__e5d06bd5", f = "loaderScreen__1917f999", C = "sm__7befeb79", u = "md__3d14cd79", x = "lg__9fe4d4a8", e = {
|
|
8
8
|
multiselectFieldContent: _,
|
|
9
|
-
loaderScreen:
|
|
10
|
-
sm:
|
|
9
|
+
loaderScreen: f,
|
|
10
|
+
sm: C,
|
|
11
11
|
md: u,
|
|
12
12
|
lg: x
|
|
13
13
|
}, F = i(e), j = ({
|
|
@@ -17,7 +17,7 @@ const _ = "multiselectFieldContent__a1ee488f", C = "loaderScreen__e5d036da", f =
|
|
|
17
17
|
...l
|
|
18
18
|
}) => {
|
|
19
19
|
const { size: n } = m(d);
|
|
20
|
-
return /* @__PURE__ */
|
|
20
|
+
return /* @__PURE__ */ r(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
23
|
tabIndex: -1,
|
|
@@ -25,7 +25,7 @@ const _ = "multiselectFieldContent__a1ee488f", C = "loaderScreen__e5d036da", f =
|
|
|
25
25
|
...l,
|
|
26
26
|
children: [
|
|
27
27
|
t,
|
|
28
|
-
s && /* @__PURE__ */
|
|
28
|
+
s && /* @__PURE__ */ c(p, { type: "small", className: e.loaderScreen })
|
|
29
29
|
]
|
|
30
30
|
}
|
|
31
31
|
);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { c as s } from "../../../chunks/vendor
|
|
3
|
-
const
|
|
4
|
-
multiselectFieldFooter:
|
|
2
|
+
import { c as s } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
const c = "multiselectFieldFooter__1c061cd1", i = {
|
|
4
|
+
multiselectFieldFooter: c
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: t,
|
|
8
8
|
...o
|
|
9
|
-
}) => /* @__PURE__ */ l("div", { className: s(
|
|
9
|
+
}) => /* @__PURE__ */ l("div", { className: s(i.multiselectFieldFooter, t), ...o, children: e });
|
|
10
10
|
export {
|
|
11
11
|
m as MultiselectFieldDropdownFooter
|
|
12
12
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor
|
|
3
|
-
const d = "
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
const d = "multiselectFieldHeader__9993a8ba", c = {
|
|
4
4
|
multiselectFieldHeader: d
|
|
5
|
-
},
|
|
5
|
+
}, o = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: l,
|
|
8
8
|
...t
|
|
9
9
|
}) => /* @__PURE__ */ s("div", { className: i(c.multiselectFieldHeader, l), ...t, children: e });
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
o as MultiselectFieldDropdownHeader
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=MultiselectFieldDropdownHeader.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
-
import { c as l } from "../../chunks/vendor
|
|
2
|
+
import { c as l } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import { NotificationBody as d } from "./components/NotificationBody.js";
|
|
4
4
|
import { NotificationClose as p } from "./components/NotificationClose.js";
|
|
5
5
|
import { NotificationIcon as N } from "./components/NotificationIcon.js";
|
|
6
6
|
import { NotificationTime as x } from "./components/NotificationTime.js";
|
|
7
|
-
import { s as i } from "../../chunks/Notification.module-
|
|
7
|
+
import { s as i } from "../../chunks/Notification.module-MWvLXIRM.js";
|
|
8
8
|
const o = ((t) => {
|
|
9
9
|
const {
|
|
10
10
|
children: a,
|
|
@@ -24,7 +24,7 @@ const o = ((t) => {
|
|
|
24
24
|
role: "alertdialog",
|
|
25
25
|
className: c,
|
|
26
26
|
onClick: m,
|
|
27
|
-
"data-tx": "0.
|
|
27
|
+
"data-tx": "0.30.0",
|
|
28
28
|
children: a
|
|
29
29
|
}
|
|
30
30
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
|
|
3
|
-
import { s as e } from "../../chunks/Notification.module-
|
|
3
|
+
import { s as e } from "../../chunks/Notification.module-MWvLXIRM.js";
|
|
4
4
|
const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
|
|
5
5
|
o,
|
|
6
6
|
/* @__PURE__ */ r(t, {})
|
|
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
|
|
|
3
3
|
import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
|
|
4
4
|
import { NotificationFooter as e } from "./NotificationFooter.js";
|
|
5
5
|
import { NotificationBodyList as m } from "./NotificationBodyList.js";
|
|
6
|
-
import { s as f } from "../../../chunks/Notification.module-
|
|
6
|
+
import { s as f } from "../../../chunks/Notification.module-MWvLXIRM.js";
|
|
7
7
|
const o = ((t) => {
|
|
8
8
|
const { children: i } = t;
|
|
9
9
|
return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
|
|
3
3
|
import "../../UnorderedList/UnorderedListItem.js";
|
|
4
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
5
|
-
import { c as e } from "../../../chunks/vendor
|
|
4
|
+
import { s as a } from "../../../chunks/Notification.module-MWvLXIRM.js";
|
|
5
|
+
import { c as e } from "../../../chunks/vendor-z35N2Tap.js";
|
|
6
6
|
const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
|
|
7
7
|
c.displayName = "NotificationBodyList";
|
|
8
8
|
export {
|
|
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
|
|
|
5
5
|
import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
|
|
6
6
|
import "../../Button/ButtonDropdown.js";
|
|
7
7
|
import "../../Button/ButtonDropdownExtended.js";
|
|
8
|
-
import { s as m } from "../../../chunks/Notification.module-
|
|
8
|
+
import { s as m } from "../../../chunks/Notification.module-MWvLXIRM.js";
|
|
9
9
|
const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
|
|
10
10
|
e.displayName = "NotificationClose";
|
|
11
11
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as i } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as i } from "../../../chunks/Notification.module-MWvLXIRM.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
|
|
4
4
|
s.displayName = "NotificationFooter";
|
|
5
5
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor
|
|
3
|
-
import { s as o } from "../../../chunks/Notification.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import { s as o } from "../../../chunks/Notification.module-MWvLXIRM.js";
|
|
4
4
|
const m = () => /* @__PURE__ */ s("div", { children: [
|
|
5
5
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
|
|
6
6
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as a } from "../../../chunks/Notification.module-MWvLXIRM.js";
|
|
3
3
|
const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
|
|
4
4
|
t.displayName = "NotificationHeader";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-MWvLXIRM.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
|
|
4
4
|
s.displayName = "NotificationIcon";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-MWvLXIRM.js";
|
|
3
3
|
const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
|
|
4
4
|
s.displayName = "NotificationTime";
|
|
5
5
|
export {
|
|
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
|
|
|
3
3
|
import "../FormField/components/FormFieldClear.js";
|
|
4
4
|
import "../FormField/components/FormFieldCounter.js";
|
|
5
5
|
import "../FormField/components/FormFieldDescription.js";
|
|
6
|
-
import { F as d } from "../../chunks/FormFieldInput-
|
|
6
|
+
import { F as d } from "../../chunks/FormFieldInput-DM8lK78a.js";
|
|
7
7
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
9
9
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as m } from "../../chunks/vendor
|
|
3
|
+
import { c as m } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { OrderedListItem as a } from "./OrderedListItem.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "orderedList__8e145fdb", f = {
|
|
6
6
|
orderedList: c
|
|
7
|
-
},
|
|
7
|
+
}, L = Object.assign(
|
|
8
8
|
i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
|
|
9
9
|
"ol",
|
|
10
10
|
{
|
|
11
|
-
className: m(
|
|
11
|
+
className: m(f.orderedList, t),
|
|
12
12
|
start: e,
|
|
13
13
|
style: e !== void 0 ? {
|
|
14
14
|
...r,
|
|
15
15
|
"--start-index-tx": e - 1
|
|
16
16
|
} : r,
|
|
17
17
|
...d,
|
|
18
|
-
"data-tx": "0.
|
|
18
|
+
"data-tx": "0.30.0",
|
|
19
19
|
ref: o
|
|
20
20
|
}
|
|
21
21
|
)),
|
|
@@ -23,8 +23,8 @@ const c = "orderedList__c4b78439", L = {
|
|
|
23
23
|
Item: a
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
|
-
|
|
26
|
+
L.displayName = "OrderedList";
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
L as OrderedList
|
|
29
29
|
};
|
|
30
30
|
//# sourceMappingURL=OrderedList.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as i } from "../../chunks/vendor
|
|
3
|
+
import { c as i } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { ETextSize as s } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
6
|
import "../Typography/CodeText.js";
|
|
7
7
|
import { Text as d } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
|
-
const a = "
|
|
9
|
+
const a = "orderedListItem__3f96e9f0", p = {
|
|
10
10
|
orderedListItem: a
|
|
11
|
-
},
|
|
11
|
+
}, f = m.forwardRef(
|
|
12
12
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
13
13
|
d,
|
|
14
14
|
{
|
|
@@ -16,13 +16,13 @@ const a = "orderedListItem__101446bd", p = {
|
|
|
16
16
|
size: s.B3,
|
|
17
17
|
tag: "li",
|
|
18
18
|
...e,
|
|
19
|
-
"data-tx": "0.
|
|
19
|
+
"data-tx": "0.30.0",
|
|
20
20
|
ref: r
|
|
21
21
|
}
|
|
22
22
|
)
|
|
23
23
|
);
|
|
24
|
-
|
|
24
|
+
f.displayName = "OrderedListItem";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
f as OrderedListItem
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=OrderedListItem.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as h } from "react";
|
|
3
|
-
import { c as u } from "../../chunks/vendor
|
|
3
|
+
import { c as u } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { OverlayBase as k } from "./OverlayBase.js";
|
|
5
5
|
import { OverlayMask as B } from "./OverlayMask.js";
|
|
6
6
|
import { OverlayPanel as M } from "./OverlayPanel.js";
|
|
7
|
-
import { s as r } from "../../chunks/Overlay.module-
|
|
7
|
+
import { s as r } from "../../chunks/Overlay.module-nAMUorJ1.js";
|
|
8
8
|
const s = ({
|
|
9
9
|
children: o,
|
|
10
10
|
className: i,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
|
-
import { c as t } from "../../chunks/vendor
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
3
|
+
import { c as t } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-nAMUorJ1.js";
|
|
5
5
|
const p = l.forwardRef(
|
|
6
6
|
({ className: r, opened: s, ...o }, e) => /* @__PURE__ */ m(
|
|
7
7
|
"div",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
|
-
import { c as P } from "../../chunks/vendor
|
|
3
|
+
import { c as P } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { EOverlayDirection as a } from "./OverlayBase.js";
|
|
5
|
-
import { s as e } from "../../chunks/Overlay.module-
|
|
5
|
+
import { s as e } from "../../chunks/Overlay.module-nAMUorJ1.js";
|
|
6
6
|
const T = n.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: s,
|
package/components/Page/Page.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as i } from "../../chunks/vendor
|
|
3
|
+
import { c as i } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { BodyPage as p } from "./components/BodyPage.js";
|
|
5
5
|
import { HeaderPage as f } from "./components/HeaderPage.js";
|
|
6
6
|
import { FooterPage as g } from "./components/FooterPage.js";
|
|
7
|
-
import { s as o } from "../../chunks/Page.module-
|
|
7
|
+
import { s as o } from "../../chunks/Page.module-BDTFNqSr.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const c = Object.assign(
|
|
10
10
|
s.forwardRef(function({ children: r, className: e, ...a }, m) {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { Body as c } from "../../Body/Body.js";
|
|
4
|
-
import { c as d } from "../../../chunks/vendor
|
|
4
|
+
import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
5
|
import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
|
|
6
6
|
import { Island as p } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as M } from "../../Island/enums.js";
|
|
8
|
-
const
|
|
9
|
-
bodyPage:
|
|
10
|
-
verticalMargin24:
|
|
11
|
-
verticalMargin16:
|
|
12
|
-
},
|
|
8
|
+
const P = "bodyPage__abd75f5a", f = "verticalMargin24__37b44101", v = "verticalMargin16__9a00b772", o = {
|
|
9
|
+
bodyPage: P,
|
|
10
|
+
verticalMargin24: f,
|
|
11
|
+
verticalMargin16: v
|
|
12
|
+
}, b = {
|
|
13
13
|
[r.LARGE]: o.verticalMargin24,
|
|
14
14
|
[r.SMALL]: o.verticalMargin16
|
|
15
15
|
}, _ = m.forwardRef(
|
|
16
16
|
({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
|
|
17
|
-
const t = d(s, o.bodyPage,
|
|
17
|
+
const t = d(s, o.bodyPage, b[g]);
|
|
18
18
|
return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
|
|
19
19
|
}
|
|
20
20
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import R, { useRef as u } from "react";
|
|
3
|
-
import { c as T } from "../../../chunks/vendor
|
|
3
|
+
import { c as T } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { Footer as s } from "../../Footer/Footer.js";
|
|
5
5
|
import { EFooterPageType as i } from "./enums.js";
|
|
6
6
|
import { useStickyCornerRadius as y } from "./useStickyCornerRadius.js";
|
|
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
|
|
|
9
9
|
import "../../Island/components/IslandBody.js";
|
|
10
10
|
import "../../Island/components/IslandHeader.js";
|
|
11
11
|
import "../../Island/components/IslandFooter.js";
|
|
12
|
-
import { s as n } from "../../../chunks/Page.module-
|
|
12
|
+
import { s as n } from "../../../chunks/Page.module-BDTFNqSr.js";
|
|
13
13
|
const N = Object.assign(
|
|
14
14
|
R.forwardRef(
|
|
15
15
|
({ className: m, type: r, size: a, sticky: p, ...f }, o) => {
|
|
@@ -2,11 +2,11 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import T, { useRef as R } from "react";
|
|
3
3
|
import { Header as e } from "../../Header/Header.js";
|
|
4
4
|
import { EHeaderPageType as t } from "./enums.js";
|
|
5
|
-
import { c as l } from "../../../chunks/vendor
|
|
5
|
+
import { c as l } from "../../../chunks/vendor-z35N2Tap.js";
|
|
6
6
|
import { Island as S } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as y } from "../../Island/enums.js";
|
|
8
8
|
import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
|
|
9
|
-
import { s as i } from "../../../chunks/Page.module-
|
|
9
|
+
import { s as i } from "../../../chunks/Page.module-BDTFNqSr.js";
|
|
10
10
|
const C = Object.assign(
|
|
11
11
|
T.forwardRef(
|
|
12
12
|
({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useEffect as
|
|
2
|
-
function
|
|
1
|
+
import { useEffect as L } from "react";
|
|
2
|
+
function h(c) {
|
|
3
3
|
let e = c;
|
|
4
4
|
for (; e && e !== document.documentElement; ) {
|
|
5
5
|
const t = getComputedStyle(e).overflowY;
|
|
@@ -8,8 +8,8 @@ function L(c) {
|
|
|
8
8
|
}
|
|
9
9
|
return window;
|
|
10
10
|
}
|
|
11
|
-
function
|
|
12
|
-
|
|
11
|
+
function b(c, e, m = !0) {
|
|
12
|
+
L(() => {
|
|
13
13
|
const t = c.current;
|
|
14
14
|
if (!t) return;
|
|
15
15
|
const f = e === "top" ? "--r-top" : "--r-bottom";
|
|
@@ -21,27 +21,27 @@ function R(c, e, m = !0) {
|
|
|
21
21
|
let u = 0, i = 0, r = window, d = null, l = null;
|
|
22
22
|
const w = () => {
|
|
23
23
|
i = 0;
|
|
24
|
-
const
|
|
24
|
+
const o = t.getBoundingClientRect(), s = r === window ? { top: 0, bottom: window.innerHeight } : r.getBoundingClientRect(), n = e === "top" ? o.top - (s.top + u) : s.bottom - u - o.bottom, y = Math.max(0, Math.min(v, n));
|
|
25
25
|
t.style.setProperty(f, `${y}px`), y <= 0.5 ? t.dataset.stuck = "true" : delete t.dataset.stuck;
|
|
26
26
|
}, a = () => {
|
|
27
27
|
i || (i = requestAnimationFrame(w));
|
|
28
28
|
}, E = () => {
|
|
29
|
-
const
|
|
30
|
-
u = parseFloat(s || "0") || 0, r =
|
|
31
|
-
let
|
|
32
|
-
for (;
|
|
33
|
-
|
|
34
|
-
}, p = (
|
|
35
|
-
|
|
29
|
+
const o = getComputedStyle(t), s = e === "top" ? o.top : o.bottom;
|
|
30
|
+
u = parseFloat(s || "0") || 0, r = h(t), d = r === window ? window : r, w(), d.addEventListener("scroll", a, { passive: !0 }), window.addEventListener("resize", a), window.addEventListener("transitionend", p), l = new ResizeObserver(a);
|
|
31
|
+
let n = t.parentElement;
|
|
32
|
+
for (; n && (l.observe(n), n !== r); )
|
|
33
|
+
n = n.parentElement;
|
|
34
|
+
}, p = (o) => {
|
|
35
|
+
o.target && o.target instanceof HTMLElement && o.target.classList && o.propertyName === "transform" && Array.from(o.target.classList).some(
|
|
36
36
|
(s) => s.includes("lightBoxSideOverlayContent")
|
|
37
37
|
) && w();
|
|
38
|
-
};
|
|
39
|
-
return
|
|
40
|
-
d && d.removeEventListener("scroll", a), window.removeEventListener("resize", a), window.removeEventListener("transitionend", p), l == null || l.disconnect(), i && cancelAnimationFrame(i);
|
|
38
|
+
}, g = setTimeout(E, 100);
|
|
39
|
+
return () => {
|
|
40
|
+
clearTimeout(g), d && d.removeEventListener("scroll", a), window.removeEventListener("resize", a), window.removeEventListener("transitionend", p), l == null || l.disconnect(), i && cancelAnimationFrame(i);
|
|
41
41
|
};
|
|
42
42
|
}, [c, e, m]);
|
|
43
43
|
}
|
|
44
44
|
export {
|
|
45
|
-
|
|
45
|
+
b as useStickyCornerRadius
|
|
46
46
|
};
|
|
47
47
|
//# sourceMappingURL=useStickyCornerRadius.js.map
|
package/components/Page/index.js
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
import { Page as
|
|
2
|
-
import { EBodyPageType as g, EBodyPageVerticalMargin as p, EFooterPageType as
|
|
1
|
+
import { Page as r } from "./Page.js";
|
|
2
|
+
import { EBodyPageType as g, EBodyPageVerticalMargin as p, EFooterPageType as t, EHeaderPageType as P } from "./components/enums.js";
|
|
3
|
+
import { HeaderPage as d } from "./components/HeaderPage.js";
|
|
4
|
+
import { BodyPage as m } from "./components/BodyPage.js";
|
|
5
|
+
import { FooterPage as E } from "./components/FooterPage.js";
|
|
3
6
|
export {
|
|
7
|
+
m as BodyPage,
|
|
4
8
|
g as EBodyPageType,
|
|
5
9
|
p as EBodyPageVerticalMargin,
|
|
6
|
-
|
|
10
|
+
t as EFooterPageType,
|
|
7
11
|
P as EHeaderPageType,
|
|
8
|
-
|
|
12
|
+
E as FooterPage,
|
|
13
|
+
d as HeaderPage,
|
|
14
|
+
r as Page
|
|
9
15
|
};
|
|
10
16
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import d from "react";
|
|
4
|
-
const r = "
|
|
4
|
+
const r = "paginationExtended__5bc17859", s = {
|
|
5
5
|
paginationExtended: r
|
|
6
6
|
}, x = d.forwardRef(
|
|
7
|
-
({ children: t, className:
|
|
7
|
+
({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
|
|
8
8
|
"nav",
|
|
9
9
|
{
|
|
10
|
-
className: i(s.paginationExtended,
|
|
11
|
-
"data-tx": "0.
|
|
12
|
-
...
|
|
10
|
+
className: i(s.paginationExtended, n),
|
|
11
|
+
"data-tx": "0.30.0",
|
|
12
|
+
...a,
|
|
13
13
|
ref: e,
|
|
14
14
|
children: t
|
|
15
15
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import c from "react";
|
|
3
3
|
import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
|
|
4
4
|
import { EButtonIconShape as m } from "../../Button/enums.js";
|
|
5
5
|
import { EPaginationNavigationIconDirection as s } from "../enums.js";
|
|
6
6
|
import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
|
|
7
|
-
const g = "
|
|
7
|
+
const g = "paginationNavigationButton__c3e6e12f", N = "directionIconNext__8a6c9917", n = {
|
|
8
8
|
paginationNavigationButton: g,
|
|
9
9
|
directionIconNext: N
|
|
10
|
-
},
|
|
10
|
+
}, I = c.forwardRef(
|
|
11
11
|
({ direction: i, ...a }, e) => {
|
|
12
|
-
const
|
|
12
|
+
const r = i === s.BACK;
|
|
13
13
|
return /* @__PURE__ */ t(
|
|
14
14
|
p,
|
|
15
15
|
{
|
|
@@ -17,13 +17,13 @@ const g = "paginationNavigationButton__cb2cfeaf", N = "directionIconNext__bfdc7a
|
|
|
17
17
|
shape: m.SQUIRCLE,
|
|
18
18
|
...a,
|
|
19
19
|
ref: e,
|
|
20
|
-
children:
|
|
20
|
+
children: r ? /* @__PURE__ */ t(o, { paletteIndex: 5 }) : /* @__PURE__ */ t(o, { paletteIndex: 5, className: n.directionIconNext })
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
|
-
|
|
25
|
+
I.displayName = "PaginationNavigationButton";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
I as PaginationNavigationButton
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=PaginationNavigationButton.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as d } from "../../../chunks/vendor
|
|
4
|
-
const g = "
|
|
3
|
+
import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
const g = "paginationNavigationExtended__7bf85f5e", r = {
|
|
5
5
|
paginationNavigationExtended: g
|
|
6
6
|
}, s = e.forwardRef(
|
|
7
7
|
({ children: a, className: i, ...n }, t) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, i), ...n, ref: t, children: a })
|