@sberbusiness/triplex-next 0.28.0 → 0.29.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-DE66k9NP.js +41 -0
- package/chunks/{CalendarViewItem-DysxnR-B.js → CalendarViewItem-D_gRwbwg.js} +24 -24
- package/chunks/Card.module-BWjkCuCg.js +17 -0
- package/chunks/CheckboxTreeExtended.module-D7kAm43p.js +15 -0
- package/chunks/Chip-Bk0l10k4.js +77 -0
- package/chunks/Confirm.module-UrrVAY0j.js +15 -0
- package/chunks/{DropdownListItem-DEMHVloq.js → DropdownListItem-CGZyMM5K.js} +16 -16
- package/chunks/DropdownMobile.module-DyKJlGOg.js +23 -0
- package/chunks/Footer.module-sbV81EJD.js +9 -0
- package/chunks/{FormFieldInput-Cb-NqZOL.js → FormFieldInput-B7snQZVi.js} +23 -23
- package/chunks/HeaderLayoutSidebar.module-x2nqqRdl.js +9 -0
- package/chunks/HeaderTabs.module-CksnQh12.js +9 -0
- package/chunks/{HeaderTitle.module-B2aVG-8s.js → HeaderTitle.module-CgarzGR5.js} +2 -2
- package/chunks/IslandAccordion.module-BXOOvpYn.js +25 -0
- package/chunks/IslandWidgetFooter.module-DwWAkCRp.js +9 -0
- package/chunks/IslandWidgetHeader.module-CQebj2O8.js +13 -0
- package/chunks/{LightBoxContent-CpxzDBba.js → LightBoxContent-BdM4QdVW.js} +6 -6
- package/chunks/LightBoxControls.module-CZYk-V6O.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-ColwiMcL.js +9 -0
- package/chunks/{ListItemControlsButton-BcWg1BjZ.js → ListItemControlsButton-Bo2ir8rI.js} +16 -16
- package/chunks/ListItemTail.module-CFYYwAc-.js +12 -0
- package/chunks/ListMasterFooter.module-BUKqB_dT.js +10 -0
- package/chunks/ModalWindow.module-4BH52pa7.js +17 -0
- package/chunks/Notification.module-Bkv2fddJ.js +20 -0
- package/chunks/Overlay.module-B986w4hy.js +18 -0
- package/chunks/Page.module-oopm23nH.js +11 -0
- package/chunks/SMSField.module-B48LpGzA.js +16 -0
- package/chunks/SliderExtendedMarks.module-DkUSlj4_.js +15 -0
- package/chunks/{SliderExtendedRail-D-T2vfBA.js → SliderExtendedRail-B1jT6Bzj.js} +6 -6
- package/chunks/StatusTracker.module-BtXyaaNz.js +24 -0
- package/chunks/{StepperStepArrowBorder-DoCkMkMz.js → StepperStepArrowBorder-CjYvRZAE.js} +8 -8
- package/chunks/{SuggestFieldMobileDropdownHint-DMUtIm6D.js → SuggestFieldMobileDropdownHint--qfcwzvU.js} +2 -2
- package/chunks/TableFooter.module-CTUrl1eY.js +14 -0
- package/chunks/TabsExtended.module-_Y6KIl3m.js +16 -0
- package/chunks/TabsLine.module-CaWr6_95.js +21 -0
- package/chunks/TooltipDesktop.module-Crnh1kg9.js +19 -0
- package/chunks/TreeView.module-BKMbHz4P.js +9 -0
- package/chunks/{UploadZoneInput-DBUlHhad.js → UploadZoneInput-BOfYw8qb.js} +5 -5
- package/chunks/{constants-3hOLYskn.js → constants-CsbqScFv.js} +9 -9
- package/chunks/utils-BB-XJeUI.js +28 -0
- package/chunks/utils-BREiNocx.js +24 -0
- package/chunks/{utils-BzsnXGYj.js → utils-DNiUrC2u.js} +4 -4
- package/chunks/utils-EiF_pPO4.js +73 -0
- package/chunks/{vendor---Om3uMV.js → vendor-DJ6wKpvR.js} +4 -4
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +26 -26
- 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 +8 -8
- package/components/Badge/components/BadgeContent.js +9 -9
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +17 -17
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +11 -11
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +7 -7
- 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 +13 -13
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/CheckboxTreeExtended/index.js +3 -1
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +4 -4
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +13 -13
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +138 -138
- package/components/CollapsableTree/components/CollapsableTreeNode.js +4 -4
- package/components/CollapsableTree/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 +12 -12
- package/components/DatePickerExtended/index.js +5 -0
- package/components/DateRange/DateRange.js +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/Calendar.js +34 -42
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +30 -30
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/EmptyView/EmptyView.js +22 -22
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +18 -18
- package/components/FormField/components/FormFieldClear.js +8 -8
- 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 +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +23 -23
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +21 -21
- package/components/FormField/components/FormFieldTextarea.js +24 -24
- 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 +7 -7
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +5 -5
- package/components/IconWrapper/IconWrapper.js +12 -12
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +6 -6
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- 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 +7 -7
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +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 +6 -6
- 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 +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +12 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +20 -20
- package/components/List/List.js +8 -8
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +3 -3
- 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 +6 -6
- package/components/List/components/ListItemTable.js +8 -8
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +7 -7
- package/components/List/components/ListSortableItemTarget.js +10 -10
- 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 +7 -7
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +5 -5
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- 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 +14 -14
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +5 -5
- 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 +3 -3
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +12 -12
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- 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 +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +6 -6
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +14 -14
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SMSField/index.js +9 -1
- package/components/SegmentedControl/SegmentedControl.js +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
- package/components/SelectExtendedField/SelectExtendedField.js +10 -10
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
- 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 +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +10 -10
- 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 +17 -17
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
- 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 +13 -13
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +26 -22
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/index.js +25 -17
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +22 -22
- 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 +20 -20
- package/components/TagColor/TagColor.js +14 -14
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.js +1 -1
- 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 +10 -10
- package/components/TopOverlay/TopOverlay.js +15 -15
- 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 +20 -20
- package/components/Typography/CodeText.js +8 -8
- package/components/Typography/Text.js +20 -20
- package/components/Typography/Title.js +15 -15
- 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 +632 -572
- package/index.d.ts +404 -65
- package/index.js +653 -593
- package/package.json +21 -1
- package/styles/triplex-next.css +538 -538
- package/types/index.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-vonjWRtY.js +0 -41
- 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-8R7OR9DQ.js +0 -24
- package/chunks/utils-C0T4qN0O.js +0 -73
- package/chunks/utils-C3N8DE_4.js +0 -28
|
@@ -1,13 +1,17 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as a } from "../../chunks/vendor
|
|
4
|
-
import { s as r } from "../../chunks/StatusTracker.module-
|
|
1
|
+
import { jsxs as d, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import n from "react";
|
|
3
|
+
import { c as a } from "../../chunks/vendor-DJ6wKpvR.js";
|
|
4
|
+
import { s as r } from "../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
5
5
|
import { EStatusTrackerType as t, EStatusTrackerVerticalAlign as o } from "./enums.js";
|
|
6
6
|
import { StatusTrackerMedia as u } from "./components/StatusTrackerMedia.js";
|
|
7
7
|
import { StatusTrackerHeader as k } from "./components/StatusTrackerHeader.js";
|
|
8
8
|
import { StatusTrackerBody as f } from "./components/StatusTrackerBody.js";
|
|
9
9
|
import { StatusTrackerFooter as N } from "./components/StatusTrackerFooter.js";
|
|
10
|
-
|
|
10
|
+
import "./components/StatusTrackerTitle.js";
|
|
11
|
+
import "./components/StatusTrackerDescription.js";
|
|
12
|
+
import "./components/StatusTrackerSum.js";
|
|
13
|
+
import "./components/StatusTrackerButton.js";
|
|
14
|
+
const i = {
|
|
11
15
|
[t.REJECTED]: r.rejected,
|
|
12
16
|
[t.WAITING]: r.waiting,
|
|
13
17
|
[t.WARNING]: r.warning,
|
|
@@ -16,17 +20,17 @@ const c = {
|
|
|
16
20
|
[o.MIDDLE]: r.verticalAlignMiddle,
|
|
17
21
|
[o.BOTTOM]: r.verticalAlignBottom
|
|
18
22
|
}, g = Object.assign(
|
|
19
|
-
|
|
20
|
-
return /* @__PURE__ */
|
|
23
|
+
n.forwardRef(function({ children: c, className: m, type: e, verticalAlign: l = o.TOP, ...p }, T) {
|
|
24
|
+
return /* @__PURE__ */ d(
|
|
21
25
|
"div",
|
|
22
26
|
{
|
|
23
27
|
className: a(r.statusTrackerWrapper, m),
|
|
24
|
-
...
|
|
25
|
-
ref:
|
|
26
|
-
"data-tx": "0.
|
|
28
|
+
...p,
|
|
29
|
+
ref: T,
|
|
30
|
+
"data-tx": "0.29.0",
|
|
27
31
|
children: [
|
|
28
|
-
/* @__PURE__ */ s("div", { className: a(r.statusTrackerBackground,
|
|
29
|
-
/* @__PURE__ */ s("div", { className: a(r.statusTracker, S[l]), children:
|
|
32
|
+
/* @__PURE__ */ s("div", { className: a(r.statusTrackerBackground, i[e]), children: /* @__PURE__ */ s("div", { className: a(r.statusTrackerColor, i[e]) }) }, e),
|
|
33
|
+
/* @__PURE__ */ s("div", { className: a(r.statusTracker, S[l]), children: c })
|
|
30
34
|
]
|
|
31
35
|
}
|
|
32
36
|
);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as m } from "../../../chunks/vendor
|
|
2
|
+
import { c as m } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
3
3
|
import "../../Alert/AlertContext/AlertContext.js";
|
|
4
4
|
import { AlertProcess as i } from "../../Alert/AlertProcess/AlertProcess.js";
|
|
5
5
|
import "../../Alert/AlertTypeUtils.js";
|
|
6
|
-
import { s as p } from "../../../chunks/StatusTracker.module-
|
|
6
|
+
import { s as p } from "../../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
7
7
|
import { ETextSize as c, EFontType as a } from "../../Typography/enums.js";
|
|
8
8
|
import "../../Typography/Caption.js";
|
|
9
9
|
import "../../Typography/CodeText.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as m } from "../../../chunks/vendor
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
4
4
|
import { StatusTrackerStatus as c } from "./StatusTrackerStatus.js";
|
|
5
5
|
import { StatusTrackerAlert as i } from "./StatusTrackerAlert.js";
|
|
6
|
-
import { s as u } from "../../../chunks/StatusTracker.module-
|
|
6
|
+
import { s as u } from "../../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
e.forwardRef(function({ children: r, className: t, ...a }, s) {
|
|
9
9
|
return /* @__PURE__ */ o("div", { className: m(u.statusTrackerChild, t), ...a, ref: s, children: r });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as m } from "../../../chunks/vendor
|
|
3
|
-
import { s as a } from "../../../chunks/StatusTracker.module-
|
|
2
|
+
import { c as m } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
3
|
+
import { s as a } from "../../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
4
4
|
import { Button as p } from "../../Button/Button.js";
|
|
5
5
|
import "../../Button/ButtonBase.js";
|
|
6
6
|
import "../../Button/ButtonIcon.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
3
3
|
import { ETextSize as m, EFontType as p } from "../../Typography/enums.js";
|
|
4
4
|
import "../../Typography/Caption.js";
|
|
5
5
|
import "../../Typography/CodeText.js";
|
|
6
6
|
import { Text as c } from "../../Typography/Text.js";
|
|
7
7
|
import "../../Typography/Title.js";
|
|
8
|
-
import { s as a } from "../../../chunks/StatusTracker.module-
|
|
8
|
+
import { s as a } from "../../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
9
9
|
const E = (r) => {
|
|
10
10
|
const { children: t, className: s, ...o } = r;
|
|
11
11
|
return /* @__PURE__ */ e(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import c from "react";
|
|
3
|
-
import { c as i } from "../../../chunks/vendor
|
|
4
|
-
import { s as r } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { c as i } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
4
|
+
import { s as r } from "../../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
5
5
|
import { StatusTrackerDescription as m } from "./StatusTrackerDescription.js";
|
|
6
6
|
import { StatusTrackerButton as p } from "./StatusTrackerButton.js";
|
|
7
7
|
const u = Object.assign(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import o from "react";
|
|
3
|
-
import { c as i } from "../../../chunks/vendor
|
|
3
|
+
import { c as i } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
4
4
|
import { StatusTrackerDescription as m } from "./StatusTrackerDescription.js";
|
|
5
5
|
import { StatusTrackerTitle as c } from "./StatusTrackerTitle.js";
|
|
6
6
|
import { StatusTrackerSum as p } from "./StatusTrackerSum.js";
|
|
7
|
-
import { s as u } from "../../../chunks/StatusTracker.module-
|
|
7
|
+
import { s as u } from "../../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
8
8
|
const f = Object.assign(
|
|
9
9
|
o.forwardRef(function({ children: r, className: t, ...a }, e) {
|
|
10
10
|
return /* @__PURE__ */ s("div", { className: i(u.statusTrackerChild, t), ...a, ref: e, children: r });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { c } from "../../../chunks/vendor
|
|
3
|
-
import { s as o } from "../../../chunks/StatusTracker.module-
|
|
2
|
+
import { c } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
3
|
+
import { s as o } from "../../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
4
4
|
const d = (s) => {
|
|
5
5
|
const { children: r, className: t, ...a } = s;
|
|
6
6
|
return /* @__PURE__ */ e("div", { className: c(o.statusTrackerChild, t), ...a, children: r });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as e } from "../../../chunks/vendor
|
|
3
|
-
import { s as m } from "../../../chunks/StatusTracker.module-
|
|
2
|
+
import { c as e } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
3
|
+
import { s as m } from "../../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
4
4
|
import { MarkerStatus as c } from "../../MarkerStatus/MarkerStatus.js";
|
|
5
5
|
const f = (s) => {
|
|
6
6
|
const { children: t, className: r, ...a } = s;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
3
3
|
import { ETitleSize as e, EFontWeightTitle as p } from "../../Typography/enums.js";
|
|
4
4
|
import "../../Typography/Caption.js";
|
|
5
5
|
import "../../Typography/CodeText.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import { Title as a } from "../../Typography/Title.js";
|
|
8
8
|
import { Amount as c } from "../../Amount/Amount.js";
|
|
9
|
-
import { s as l } from "../../../chunks/StatusTracker.module-
|
|
9
|
+
import { s as l } from "../../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
10
10
|
const k = (r) => {
|
|
11
11
|
const { className: o, amountProps: m, ...s } = r;
|
|
12
12
|
return /* @__PURE__ */ t(
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../../chunks/vendor
|
|
2
|
+
import { c as o } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
3
3
|
import { ETitleSize as m, EFontWeightTitle as a } from "../../Typography/enums.js";
|
|
4
4
|
import "../../Typography/Caption.js";
|
|
5
5
|
import "../../Typography/CodeText.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import { Title as l } from "../../Typography/Title.js";
|
|
8
|
-
import { s as c } from "../../../chunks/StatusTracker.module-
|
|
8
|
+
import { s as c } from "../../../chunks/StatusTracker.module-BtXyaaNz.js";
|
|
9
9
|
const k = (t) => {
|
|
10
10
|
const { children: r, className: e, ...i } = t;
|
|
11
11
|
return /* @__PURE__ */ s(
|
|
@@ -1,8 +1,24 @@
|
|
|
1
|
-
import { StatusTracker as
|
|
2
|
-
import { EStatusTrackerType as
|
|
1
|
+
import { StatusTracker as e } from "./StatusTracker.js";
|
|
2
|
+
import { EStatusTrackerType as o, EStatusTrackerVerticalAlign as c } from "./enums.js";
|
|
3
|
+
import { StatusTrackerHeader as T } from "./components/StatusTrackerHeader.js";
|
|
4
|
+
import { StatusTrackerFooter as s } from "./components/StatusTrackerFooter.js";
|
|
5
|
+
import { StatusTrackerTitle as k } from "./components/StatusTrackerTitle.js";
|
|
6
|
+
import { StatusTrackerDescription as f } from "./components/StatusTrackerDescription.js";
|
|
7
|
+
import { StatusTrackerMedia as i } from "./components/StatusTrackerMedia.js";
|
|
8
|
+
import { StatusTrackerSum as l } from "./components/StatusTrackerSum.js";
|
|
9
|
+
import { StatusTrackerBody as y } from "./components/StatusTrackerBody.js";
|
|
10
|
+
import { StatusTrackerButton as E } from "./components/StatusTrackerButton.js";
|
|
3
11
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
12
|
+
o as EStatusTrackerType,
|
|
13
|
+
c as EStatusTrackerVerticalAlign,
|
|
14
|
+
e as StatusTracker,
|
|
15
|
+
y as StatusTrackerBody,
|
|
16
|
+
E as StatusTrackerButton,
|
|
17
|
+
f as StatusTrackerDescription,
|
|
18
|
+
s as StatusTrackerFooter,
|
|
19
|
+
T as StatusTrackerHeader,
|
|
20
|
+
i as StatusTrackerMedia,
|
|
21
|
+
l as StatusTrackerSum,
|
|
22
|
+
k as StatusTrackerTitle
|
|
7
23
|
};
|
|
8
24
|
//# sourceMappingURL=index.js.map
|
package/components/Step/Step.js
CHANGED
|
@@ -6,17 +6,17 @@ import { Tooltip as a } from "../Tooltip/Tooltip.js";
|
|
|
6
6
|
import { EFontWeightText as u, ETextSize as N } from "../Typography/enums.js";
|
|
7
7
|
import "../Typography/Caption.js";
|
|
8
8
|
import "../Typography/CodeText.js";
|
|
9
|
-
import { Text as
|
|
9
|
+
import { Text as D } from "../Typography/Text.js";
|
|
10
10
|
import "../Typography/Title.js";
|
|
11
|
-
import { c as
|
|
12
|
-
import { EComponentSize as
|
|
13
|
-
import { createSizeToClassNameMap as
|
|
14
|
-
const
|
|
15
|
-
step:
|
|
16
|
-
sm:
|
|
17
|
-
md:
|
|
18
|
-
lg:
|
|
19
|
-
default: "
|
|
11
|
+
import { c as O } from "../../chunks/vendor-DJ6wKpvR.js";
|
|
12
|
+
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
13
|
+
import { createSizeToClassNameMap as L } from "../../utils/classNameMaps.js";
|
|
14
|
+
const M = "step__aae81259", P = "sm__282d5878", R = "md__aaf2a369", b = "lg__a6aed56e", x = "done__d5ead6c5", C = "warning__4236fed4", h = "active__6da28b97", v = "error__5bac2505", z = "disabled__189cd6a4", t = {
|
|
15
|
+
step: M,
|
|
16
|
+
sm: P,
|
|
17
|
+
md: R,
|
|
18
|
+
lg: b,
|
|
19
|
+
default: "default__39035cbc",
|
|
20
20
|
done: x,
|
|
21
21
|
warning: C,
|
|
22
22
|
active: h,
|
|
@@ -33,20 +33,20 @@ const L = "step__4b299165", M = "sm__a46700d5", P = "md__7aee097a", R = "lg__d3e
|
|
|
33
33
|
[e.XFirst]: n.START,
|
|
34
34
|
[e.Default]: n.CENTER,
|
|
35
35
|
[e.XLast]: n.END
|
|
36
|
-
}, B =
|
|
36
|
+
}, B = L(t), Y = (r, s) => s === 0 ? e.XFirst : s + 1 === r ? e.XLast : e.Default, F = ({
|
|
37
37
|
children: r,
|
|
38
38
|
className: s,
|
|
39
39
|
step: m,
|
|
40
40
|
status: _,
|
|
41
41
|
position: d = e.Default,
|
|
42
|
-
size: p =
|
|
43
|
-
...
|
|
42
|
+
size: p = I.MD,
|
|
43
|
+
...T
|
|
44
44
|
}) => {
|
|
45
|
-
const
|
|
46
|
-
return r ? /* @__PURE__ */ E(a, { size: A.SM, toggleType: "hover", alignTip:
|
|
47
|
-
/* @__PURE__ */ i(a.Target, { children:
|
|
45
|
+
const c = g(null), f = y[d], S = O(t.step, w[_], B[p], s), l = () => /* @__PURE__ */ i("div", { ref: c, className: S, ...T, children: /* @__PURE__ */ i(D, { size: N.B1, weight: u.SEMIBOLD, children: m }) });
|
|
46
|
+
return r ? /* @__PURE__ */ E(a, { size: A.SM, toggleType: "hover", alignTip: f, targetRef: c, children: [
|
|
47
|
+
/* @__PURE__ */ i(a.Target, { children: l() }),
|
|
48
48
|
/* @__PURE__ */ i(a.Body, { children: r })
|
|
49
|
-
] }) :
|
|
49
|
+
] }) : l();
|
|
50
50
|
};
|
|
51
51
|
F.displayName = "Step";
|
|
52
52
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { useState as A, useRef as N, useCallback as p, useEffect as w } from "react";
|
|
3
|
-
import { c as l } from "../../chunks/vendor
|
|
3
|
+
import { c as l } from "../../chunks/vendor-DJ6wKpvR.js";
|
|
4
4
|
import { CaretleftStrokeSrvIcon24 as y, CaretrightStrokeSrvIcon24 as j } from "@sberbusiness/icons-next";
|
|
5
5
|
import { CarouselExtended as z } from "../CarouselExtended/CarouselExtended.js";
|
|
6
6
|
import { ButtonIcon as E } from "../Button/ButtonIcon.js";
|
|
@@ -11,7 +11,7 @@ import { scrollSmoothHorizontally as h } from "../../utils/scroll.js";
|
|
|
11
11
|
import { EComponentSize as X } from "../../enums/EComponentSize.js";
|
|
12
12
|
import { EScreenWidth as $ } from "../../helpers/breakpoints.js";
|
|
13
13
|
import "./enums.js";
|
|
14
|
-
const q = "
|
|
14
|
+
const q = "stepperCarousel__6cadb972", D = "stepperButtonWrapper__f233e914", F = "prev__aa490963", J = "next__9cd389c2", K = "stepperButton__96d9eda1", Q = "sm__8385283d", U = "md__7ef4bb68", V = "lg__137d5018", s = {
|
|
15
15
|
stepperCarousel: q,
|
|
16
16
|
stepperButtonWrapper: D,
|
|
17
17
|
prev: F,
|
|
@@ -79,8 +79,8 @@ const q = "stepperCarousel__af932148", D = "stepperButtonWrapper__d5bd946d", F =
|
|
|
79
79
|
e && h(t, e);
|
|
80
80
|
}, []), b = p(
|
|
81
81
|
(t, e) => {
|
|
82
|
-
const { left: r, right: o, width: a } = t.getBoundingClientRect(), { left: u, right: R, width: k } = e.getBoundingClientRect(),
|
|
83
|
-
window.matchMedia(`(max-width: ${$.SM_MAX})`).matches ? B(t,
|
|
82
|
+
const { left: r, right: o, width: a } = t.getBoundingClientRect(), { left: u, right: R, width: k } = e.getBoundingClientRect(), f = r + a / 2, d = u + k / 2;
|
|
83
|
+
window.matchMedia(`(max-width: ${$.SM_MAX})`).matches ? B(t, d - f) : f > d ? _(t, e, u - r, u) : f < d && C(t, e, R - o, R);
|
|
84
84
|
},
|
|
85
85
|
[B, _, C]
|
|
86
86
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useMemo as
|
|
3
|
-
import { c as i } from "../../chunks/vendor
|
|
2
|
+
import { useMemo as c } from "react";
|
|
3
|
+
import { c as i } from "../../chunks/vendor-DJ6wKpvR.js";
|
|
4
4
|
import { StepperStep as l } from "./StepperStep.js";
|
|
5
5
|
import { StepperExtendedContext as a } from "./StepperExtendedContext.js";
|
|
6
6
|
import { EComponentSize as f } from "../../enums/EComponentSize.js";
|
|
7
|
-
const E = "
|
|
7
|
+
const E = "stepperExtended__27be48d7", u = {
|
|
8
8
|
stepperExtended: E
|
|
9
9
|
}, S = ({
|
|
10
10
|
children: p,
|
|
@@ -12,14 +12,14 @@ const E = "stepperExtended__e9fcdb3d", u = {
|
|
|
12
12
|
size: e = f.LG,
|
|
13
13
|
onSelectStep: t,
|
|
14
14
|
selectedStepId: r,
|
|
15
|
-
forwardedRef:
|
|
16
|
-
...
|
|
15
|
+
forwardedRef: m,
|
|
16
|
+
...n
|
|
17
17
|
}) => {
|
|
18
|
-
const
|
|
18
|
+
const d = i(u.stepperExtended, s), x = c(
|
|
19
19
|
() => ({ selectedId: r, size: e, onSelectStep: t }),
|
|
20
20
|
[r, e, t]
|
|
21
21
|
);
|
|
22
|
-
return /* @__PURE__ */ o(a.Provider, { value:
|
|
22
|
+
return /* @__PURE__ */ o(a.Provider, { value: x, children: /* @__PURE__ */ o("ol", { className: d, role: "tablist", ...n, ref: m, children: p }) });
|
|
23
23
|
};
|
|
24
24
|
S.Step = l;
|
|
25
25
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as R, jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as U, useState as V, useRef as k } from "react";
|
|
3
|
-
import { c as q } from "../../chunks/vendor
|
|
3
|
+
import { c as q } from "../../chunks/vendor-DJ6wKpvR.js";
|
|
4
4
|
import { StepperStepIcon as v } from "./StepperStepIcon.js";
|
|
5
5
|
import { createSizeToClassNameMap as F } from "../../utils/classNameMaps.js";
|
|
6
6
|
import { isKey as g } from "../../utils/keyboard.js";
|
|
7
7
|
import { StepperExtendedContext as H } from "./StepperExtendedContext.js";
|
|
8
8
|
import { EFocusSource as o } from "../../enums/EFocusSource.js";
|
|
9
9
|
import { EStepperStepType as y } from "./enums.js";
|
|
10
|
-
import { s as t, S as J } from "../../chunks/StepperStepArrowBorder-
|
|
10
|
+
import { s as t, S as J } from "../../chunks/StepperStepArrowBorder-CjYvRZAE.js";
|
|
11
11
|
import { IconWrapper as L } from "../IconWrapper/IconWrapper.js";
|
|
12
12
|
const Q = F(t), X = ({
|
|
13
13
|
children: N,
|
|
@@ -69,7 +69,7 @@ const Q = F(t), X = ({
|
|
|
69
69
|
...T,
|
|
70
70
|
ref: M,
|
|
71
71
|
children: [
|
|
72
|
-
/* @__PURE__ */ R("div", { className: t.content, "data-tx": "0.
|
|
72
|
+
/* @__PURE__ */ R("div", { className: t.content, "data-tx": "0.29.0", children: [
|
|
73
73
|
h && P(),
|
|
74
74
|
N
|
|
75
75
|
] }),
|
|
@@ -4,7 +4,7 @@ import { useSuggestContext as I } from "./SuggestContext.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-
|
|
7
|
+
import "../../chunks/DropdownListItem-CGZyMM5K.js";
|
|
8
8
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
9
9
|
import { DropdownMobileBody as B } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
10
10
|
import { DropdownMobileClose as F } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -21,7 +21,7 @@ import "../Typography/Caption.js";
|
|
|
21
21
|
import "../Typography/CodeText.js";
|
|
22
22
|
import { Text as j } from "../Typography/Text.js";
|
|
23
23
|
import "../Typography/Title.js";
|
|
24
|
-
const k = "
|
|
24
|
+
const k = "suggestDropdownMobileBody__48900353", z = "suggestDropdownMobileNoOptionsText__fde465e0", g = {
|
|
25
25
|
suggestDropdownMobileBody: k,
|
|
26
26
|
suggestDropdownMobileNoOptionsText: z
|
|
27
27
|
}, A = () => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useState as n, useRef as C, useLayoutEffect as L, useCallback as i, useMemo as O } from "react";
|
|
2
|
-
import { u as R } from "../../chunks/vendor
|
|
2
|
+
import { u as R } from "../../chunks/vendor-DJ6wKpvR.js";
|
|
3
3
|
import { isKey as q } from "../../utils/keyboard.js";
|
|
4
4
|
const D = ({
|
|
5
5
|
value: o,
|
|
@@ -2,13 +2,13 @@ import "./desktop/SuggestFieldDesktopDropdown.js";
|
|
|
2
2
|
import { SuggestFieldDesktop as S } from "./desktop/SuggestFieldDesktop.js";
|
|
3
3
|
import { SuggestFieldMobile as b } from "./mobile/SuggestFieldMobile.js";
|
|
4
4
|
import "./mobile/SuggestFieldMobileDropdown.js";
|
|
5
|
-
import "../../chunks/SuggestFieldMobileDropdownHint
|
|
5
|
+
import "../../chunks/SuggestFieldMobileDropdownHint--qfcwzvU.js";
|
|
6
6
|
import { jsx as o } from "react/jsx-runtime";
|
|
7
7
|
import { MobileView as I } from "../MobileView/MobileView.js";
|
|
8
8
|
import "../FormField/components/FormFieldClear.js";
|
|
9
9
|
import "../FormField/components/FormFieldCounter.js";
|
|
10
10
|
import "../FormField/components/FormFieldDescription.js";
|
|
11
|
-
import { F as O } from "../../chunks/FormFieldInput-
|
|
11
|
+
import { F as O } from "../../chunks/FormFieldInput-B7snQZVi.js";
|
|
12
12
|
import "../FormField/components/FormFieldLabel.js";
|
|
13
13
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
14
14
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -9,7 +9,7 @@ import { EFormFieldStatus as q } from "../../FormField/enums.js";
|
|
|
9
9
|
import { FormFieldClear as ao } from "../../FormField/components/FormFieldClear.js";
|
|
10
10
|
import "../../FormField/components/FormFieldCounter.js";
|
|
11
11
|
import "../../FormField/components/FormFieldDescription.js";
|
|
12
|
-
import { F as ho } from "../../../chunks/FormFieldInput-
|
|
12
|
+
import { F as ho } from "../../../chunks/FormFieldInput-B7snQZVi.js";
|
|
13
13
|
import "../../FormField/components/FormFieldLabel.js";
|
|
14
14
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
15
15
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -23,7 +23,7 @@ import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
|
23
23
|
import { DropdownListContext as po } from "../../Dropdown/DropdownListContext.js";
|
|
24
24
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
25
25
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
26
|
-
import "../../../chunks/DropdownListItem-
|
|
26
|
+
import "../../../chunks/DropdownListItem-CGZyMM5K.js";
|
|
27
27
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
28
28
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
29
29
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -35,7 +35,7 @@ import "../../Dropdown/mobile/DropdownMobileList.js";
|
|
|
35
35
|
import "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
36
36
|
import "../../Dropdown/Dropdown.js";
|
|
37
37
|
import { DataTestId as z } from "../../../consts/DataTestId.js";
|
|
38
|
-
import { u as Fo } from "../../../chunks/vendor
|
|
38
|
+
import { u as Fo } from "../../../chunks/vendor-DJ6wKpvR.js";
|
|
39
39
|
import { isKey as Lo } from "../../../utils/keyboard.js";
|
|
40
40
|
const rt = ({
|
|
41
41
|
value: e,
|
|
@@ -4,7 +4,7 @@ import { Portal as _ } from "../../Portal/Portal.js";
|
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import { DropdownDesktop as b } from "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import { DropdownList as L } from "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import { D as O } from "../../../chunks/DropdownListItem-
|
|
7
|
+
import { D as O } from "../../../chunks/DropdownListItem-CGZyMM5K.js";
|
|
8
8
|
import { EDropdownWidth as u } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -2,7 +2,7 @@ import { SuggestFieldDesktopDropdown as r } from "./desktop/SuggestFieldDesktopD
|
|
|
2
2
|
import { SuggestFieldDesktop as g } from "./desktop/SuggestFieldDesktop.js";
|
|
3
3
|
import { SuggestFieldMobile as i } from "./mobile/SuggestFieldMobile.js";
|
|
4
4
|
import { SuggestFieldMobileDropdown as l } from "./mobile/SuggestFieldMobileDropdown.js";
|
|
5
|
-
import { S } from "../../chunks/SuggestFieldMobileDropdownHint
|
|
5
|
+
import { S } from "../../chunks/SuggestFieldMobileDropdownHint--qfcwzvU.js";
|
|
6
6
|
import { SuggestField as m } from "./SuggestField.js";
|
|
7
7
|
export {
|
|
8
8
|
m as SuggestField,
|
|
@@ -7,7 +7,7 @@ import { DataTestId as A } from "../../../consts/DataTestId.js";
|
|
|
7
7
|
import { FormFieldClear as G } from "../../FormField/components/FormFieldClear.js";
|
|
8
8
|
import "../../FormField/components/FormFieldCounter.js";
|
|
9
9
|
import "../../FormField/components/FormFieldDescription.js";
|
|
10
|
-
import { F as N } from "../../../chunks/FormFieldInput-
|
|
10
|
+
import { F as N } from "../../../chunks/FormFieldInput-B7snQZVi.js";
|
|
11
11
|
import "../../FormField/components/FormFieldLabel.js";
|
|
12
12
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
13
13
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -18,7 +18,7 @@ import "../../FormField/FormField.js";
|
|
|
18
18
|
import { LoaderSmall as T } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import { ELoaderSmallTheme as V } from "../../Loader/LoaderSmall/enum.js";
|
|
20
20
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
import "../../../chunks/SuggestFieldMobileDropdownHint
|
|
21
|
+
import "../../../chunks/SuggestFieldMobileDropdownHint--qfcwzvU.js";
|
|
22
22
|
const po = ({
|
|
23
23
|
value: r,
|
|
24
24
|
options: b,
|
|
@@ -3,7 +3,7 @@ import z, { useState as D, useRef as p, useCallback as i } from "react";
|
|
|
3
3
|
import "../../Dropdown/DropdownListContext.js";
|
|
4
4
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
6
|
-
import "../../../chunks/DropdownListItem-
|
|
6
|
+
import "../../../chunks/DropdownListItem-CGZyMM5K.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
8
8
|
import { DropdownMobileBody as A } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
9
9
|
import { DropdownMobileClose as G } from "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -15,7 +15,7 @@ import { DropdownMobileList as L } from "../../Dropdown/mobile/DropdownMobileLis
|
|
|
15
15
|
import { DropdownMobileListItem as Q } from "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
16
16
|
import { DropdownMobileLoader as U } from "../../Dropdown/mobile/DropdownMobileLoader.js";
|
|
17
17
|
import { Dropdown as W } from "../../Dropdown/Dropdown.js";
|
|
18
|
-
import { s as X, S as Y } from "../../../chunks/SuggestFieldMobileDropdownHint
|
|
18
|
+
import { s as X, S as Y } from "../../../chunks/SuggestFieldMobileDropdownHint--qfcwzvU.js";
|
|
19
19
|
const Z = ({
|
|
20
20
|
value: o,
|
|
21
21
|
options: M,
|
|
@@ -4,7 +4,7 @@ import "../../Typography/Caption.js";
|
|
|
4
4
|
import "../../Typography/CodeText.js";
|
|
5
5
|
import "../../Typography/Text.js";
|
|
6
6
|
import "../../Typography/Title.js";
|
|
7
|
-
import { S as g } from "../../../chunks/SuggestFieldMobileDropdownHint
|
|
7
|
+
import { S as g } from "../../../chunks/SuggestFieldMobileDropdownHint--qfcwzvU.js";
|
|
8
8
|
export {
|
|
9
9
|
g as SuggestFieldMobileDropdownHint
|
|
10
10
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SuggestFieldMobile as r } from "./SuggestFieldMobile.js";
|
|
2
2
|
import { SuggestFieldMobileDropdown as t } from "./SuggestFieldMobileDropdown.js";
|
|
3
|
-
import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint
|
|
3
|
+
import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint--qfcwzvU.js";
|
|
4
4
|
export {
|
|
5
5
|
r as SuggestFieldMobile,
|
|
6
6
|
t as SuggestFieldMobileDropdown,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as j, jsx as A } from "react/jsx-runtime";
|
|
2
2
|
import z, { useState as _, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
|
|
3
|
-
import { c as g } from "../../chunks/vendor
|
|
4
|
-
const H = "
|
|
3
|
+
import { c as g } from "../../chunks/vendor-DJ6wKpvR.js";
|
|
4
|
+
const H = "swipeableArea__db5f0a2e", V = "content__40d71535", $ = "disableScroll__3ee96ff3", k = "disablePointerEvents__009e5826", q = "swipeAnimationFinish__69429924", G = "leftContent__7cf3918b", J = "rightContent__18c7a4a9", s = {
|
|
5
5
|
swipeableArea: H,
|
|
6
6
|
content: V,
|
|
7
7
|
disableScroll: $,
|
|
@@ -9,7 +9,7 @@ const H = "swipeableArea__c47f3c8c", V = "content__ef4b12ba", $ = "disableScroll
|
|
|
9
9
|
swipeAnimationFinish: q,
|
|
10
10
|
leftContent: G,
|
|
11
11
|
rightContent: J
|
|
12
|
-
}, p = 24,
|
|
12
|
+
}, p = 24, E = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
|
|
13
13
|
({ children: L, className: I, leftSwipeableArea: m, rightSwipeableArea: C, ...y }, B) => {
|
|
14
14
|
const [S, a] = _(!1), [l, d] = _(), [o, e] = _(0), i = u(null), r = u(null), n = u(0), h = u(N), w = u(null), X = () => {
|
|
15
15
|
a(!0);
|
|
@@ -23,14 +23,14 @@ const H = "swipeableArea__c47f3c8c", V = "content__ef4b12ba", $ = "disableScroll
|
|
|
23
23
|
) : n.current < 0 && t < 0 && e(
|
|
24
24
|
Math.abs(t) > p ? 0 : -r.current.getBoundingClientRect().width
|
|
25
25
|
);
|
|
26
|
-
},
|
|
27
|
-
h.current = N, d(void 0), document.removeEventListener("touchend",
|
|
26
|
+
}, R = () => {
|
|
27
|
+
h.current = N, d(void 0), document.removeEventListener("touchend", R);
|
|
28
28
|
};
|
|
29
29
|
M(() => {
|
|
30
30
|
!l && o !== n.current && X();
|
|
31
31
|
}, [l]);
|
|
32
32
|
const x = (t) => {
|
|
33
|
-
h.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend",
|
|
33
|
+
h.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend", R);
|
|
34
34
|
}, O = (t) => {
|
|
35
35
|
if (t.touches.length != 1)
|
|
36
36
|
return;
|
|
@@ -60,7 +60,7 @@ const H = "swipeableArea__c47f3c8c", V = "content__ef4b12ba", $ = "disableScroll
|
|
|
60
60
|
};
|
|
61
61
|
return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
|
|
62
62
|
}, []);
|
|
63
|
-
const
|
|
63
|
+
const b = () => {
|
|
64
64
|
i.current && (a(!0), e(i.current.getBoundingClientRect().width));
|
|
65
65
|
}, T = () => {
|
|
66
66
|
r.current && (a(!0), e(-r.current.getBoundingClientRect().width));
|
|
@@ -77,23 +77,23 @@ const H = "swipeableArea__c47f3c8c", V = "content__ef4b12ba", $ = "disableScroll
|
|
|
77
77
|
T();
|
|
78
78
|
},
|
|
79
79
|
swipeRight: () => {
|
|
80
|
-
|
|
80
|
+
b();
|
|
81
81
|
}
|
|
82
82
|
}),
|
|
83
|
-
[v, T,
|
|
83
|
+
[v, T, b]
|
|
84
84
|
), /* @__PURE__ */ j(
|
|
85
85
|
"div",
|
|
86
86
|
{
|
|
87
87
|
className: g(s.swipeableArea, I),
|
|
88
88
|
...y,
|
|
89
|
-
"data-tx": "0.
|
|
89
|
+
"data-tx": "0.29.0",
|
|
90
90
|
ref: w,
|
|
91
91
|
children: [
|
|
92
92
|
typeof m < "u" ? /* @__PURE__ */ A(
|
|
93
93
|
"div",
|
|
94
94
|
{
|
|
95
95
|
className: g(s.leftContent, {
|
|
96
|
-
[
|
|
96
|
+
[E]: S
|
|
97
97
|
}),
|
|
98
98
|
ref: i,
|
|
99
99
|
style: { opacity: Y() },
|
|
@@ -104,7 +104,7 @@ const H = "swipeableArea__c47f3c8c", V = "content__ef4b12ba", $ = "disableScroll
|
|
|
104
104
|
"div",
|
|
105
105
|
{
|
|
106
106
|
className: g(s.rightContent, {
|
|
107
|
-
[
|
|
107
|
+
[E]: S
|
|
108
108
|
}),
|
|
109
109
|
ref: r,
|
|
110
110
|
style: { opacity: P() },
|
|
@@ -117,7 +117,7 @@ const H = "swipeableArea__c47f3c8c", V = "content__ef4b12ba", $ = "disableScroll
|
|
|
117
117
|
className: g(s.content, {
|
|
118
118
|
[Q]: o !== 0,
|
|
119
119
|
[K]: l === "horizontal",
|
|
120
|
-
[
|
|
120
|
+
[E]: S
|
|
121
121
|
}),
|
|
122
122
|
onTouchStart: x,
|
|
123
123
|
onTouchMove: O,
|