@sberbusiness/triplex-next 0.33.0 → 0.34.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-BXa1yThy.js +41 -0
- package/chunks/{CalendarViewItem-jaPGc7g9.js → CalendarViewItem-CcneNgUN.js} +16 -16
- package/chunks/Card.module-B95wvDgf.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DieUohY2.js +15 -0
- package/chunks/Chip-CwUtKklT.js +85 -0
- package/chunks/Confirm.module-DAri1spU.js +15 -0
- package/chunks/{DropdownListItem-9uM7fY6X.js → DropdownListItem-Cspd56Yl.js} +16 -16
- package/chunks/DropdownMobile.module-DrD6ibvE.js +23 -0
- package/chunks/Footer.module-DcYb0T1i.js +9 -0
- package/chunks/{FormFieldInput-CLHhO8Kh.js → FormFieldInput-D3Ncfs2O.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-C3C0sKOR.js +9 -0
- package/chunks/HeaderTabs.module-BkwLC92-.js +9 -0
- package/chunks/{HeaderTitle.module-D4SZQJKQ.js → HeaderTitle.module-CgvvJQ0i.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DsxpDSCZ.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-DVMRe0a9.js → ImageGalleryExtendedThumb-Dwh72nwh.js} +2 -2
- package/chunks/IslandAccordion.module-DaY9vVJp.js +25 -0
- package/chunks/IslandWidgetFooter.module-CEfWuouj.js +9 -0
- package/chunks/IslandWidgetHeader.module-CxuzaM--.js +13 -0
- package/chunks/{LightBoxContent-CJPhUyR3.js → LightBoxContent-CJtTSiys.js} +5 -5
- package/chunks/LightBoxControls.module-DWLPCWBc.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-oYZl6d26.js +9 -0
- package/chunks/{ListItemControlsButton-BsJp3m-o.js → ListItemControlsButton-BwKD73pC.js} +11 -11
- package/chunks/ListItemTail.module-Bj8zic0V.js +12 -0
- package/chunks/ListMasterFooter.module-BFDBK4_z.js +10 -0
- package/chunks/ModalWindow.module-CpZnXDzI.js +17 -0
- package/chunks/Notification.module-CgMv6vKH.js +20 -0
- package/chunks/Overlay.module-CW1lqxQV.js +18 -0
- package/chunks/Page.module-B9JECpGI.js +11 -0
- package/chunks/SMSField.module-VqYW2mTS.js +16 -0
- package/chunks/SliderExtendedMarks.module-DadrWVGM.js +15 -0
- package/chunks/{SliderExtendedRail-SYhKGslJ.js → SliderExtendedRail-BDQN7rWF.js} +5 -5
- package/chunks/StatusTracker.module-DWmAmjm2.js +24 -0
- package/chunks/{StepperStepArrowBorder-B59UgJt-.js → StepperStepArrowBorder-BMResef_.js} +12 -12
- package/chunks/{SuggestFieldMobileDropdownHint-GTMw7Nng.js → SuggestFieldMobileDropdownHint-9Q2UeJdi.js} +2 -2
- package/chunks/TableFooter.module-Dftom-s2.js +14 -0
- package/chunks/TabsExtended.module-DR0KZ8sI.js +16 -0
- package/chunks/TabsLine.module-D8wvke8p.js +21 -0
- package/chunks/TooltipDesktop.module-Chw47OdI.js +19 -0
- package/chunks/TreeView.module-DlD_4rrF.js +9 -0
- package/chunks/{UploadZoneInput-NoKos3kX.js → UploadZoneInput-DyTdTOhb.js} +4 -4
- package/chunks/{constants-DXTFMfA_.js → constants-CEkl1AbB.js} +16 -16
- package/chunks/{utils-C2i3hSWR.js → utils-B1xQI_Pq.js} +6 -6
- package/chunks/utils-B8AZrFu8.js +28 -0
- package/chunks/utils-BHumxyiH.js +73 -0
- package/chunks/utils-C0t0OqOb.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +13 -13
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +4 -4
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +21 -21
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +1 -1
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +15 -15
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +12 -12
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +16 -16
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +6 -6
- 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 +1 -1
- package/components/Chip/ChipOptions.js +10 -10
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +19 -19
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +140 -140
- package/components/CollapsibleTree/CollapsibleTree.js +7 -7
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +1 -1
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +10 -10
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +9 -9
- package/components/DateRange/DateRange.js +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- 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 +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/EmptyView/EmptyView.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +14 -14
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +14 -14
- package/components/FormField/components/FormFieldTextarea.js +22 -22
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +13 -13
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/IconWrapper/IconWrapper.js +9 -9
- package/components/ImageGallery/ImageGallery.js +1 -1
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +6 -6
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +8 -8
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +19 -19
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +22 -22
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +24 -24
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
- package/components/Link/Link.js +15 -15
- package/components/List/List.js +10 -9
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +6 -14
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +8 -8
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +18 -18
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +35 -36
- package/components/Notification/NotificationGrouped.js +14 -9
- package/components/Notification/components/NotificationBody.js +20 -16
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +54 -54
- package/components/Overlay/OverlayBase.js +26 -22
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +15 -15
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +18 -18
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +16 -16
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +7 -7
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +8 -8
- package/components/Stepper/Stepper.js +27 -27
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +21 -21
- package/components/Table/ChipPanel.js +9 -9
- package/components/Table/ChipPanelLinks.js +4 -4
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +16 -16
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- 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/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +37 -37
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +28 -28
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +5 -5
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +6 -6
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
- package/components/TopOverlay/TopOverlay.js +20 -20
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +29 -29
- package/components/Typography/CodeText.js +8 -8
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/UploadZone/index.js +1 -1
- package/components/index.js +7 -7
- package/index.d.ts +71 -116
- package/index.js +7 -7
- package/package.json +1 -1
- package/styles/triplex-next.css +557 -557
- package/chunks/AlertProcessSpoiler-D5Z3QhxI.js +0 -41
- package/chunks/Card.module-BT82F3Ky.js +0 -18
- package/chunks/CheckboxTreeExtended.module-dWJEHy4I.js +0 -15
- package/chunks/Chip-DEoNciDr.js +0 -85
- package/chunks/Confirm.module-Bek5Y_d5.js +0 -15
- package/chunks/DropdownMobile.module-Dn9sFUCq.js +0 -23
- package/chunks/Footer.module-cwVzdGju.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-By0WroW0.js +0 -9
- package/chunks/HeaderTabs.module-nNfmab3J.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-BV4sYkkw.js +0 -17
- package/chunks/IslandAccordion.module-DZaeBDfB.js +0 -25
- package/chunks/IslandWidgetFooter.module-gs1vcAcR.js +0 -9
- package/chunks/IslandWidgetHeader.module-DCfKgbBN.js +0 -13
- package/chunks/LightBoxControls.module-Dw9yTb8h.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-PasYNDqH.js +0 -9
- package/chunks/ListItemTail.module-C_0Ilv6P.js +0 -12
- package/chunks/ListMasterFooter.module-BtdNBL90.js +0 -10
- package/chunks/ModalWindow.module-BL1rtFYz.js +0 -17
- package/chunks/Notification.module-DGitAi0W.js +0 -20
- package/chunks/Overlay.module-C4CvBteS.js +0 -18
- package/chunks/Page.module-C0z8yMeg.js +0 -11
- package/chunks/SMSField.module-BcNuX5lS.js +0 -16
- package/chunks/SliderExtendedMarks.module-C_x_7ws7.js +0 -15
- package/chunks/StatusTracker.module-DkbOCTwb.js +0 -24
- package/chunks/TableFooter.module-CGgvFs4s.js +0 -14
- package/chunks/TabsExtended.module-D6URUq4g.js +0 -16
- package/chunks/TabsLine.module-DZEuIiZO.js +0 -21
- package/chunks/TooltipDesktop.module-DK_Fl-Dq.js +0 -19
- package/chunks/TreeView.module-Bq5-RYgn.js +0 -9
- package/chunks/utils-D55sjebM.js +0 -73
- package/chunks/utils-DDzMRlrV.js +0 -28
- package/chunks/utils-DVaJTyM2.js +0 -24
|
@@ -6,12 +6,12 @@ import { TARGET_PADDING_X_DEFAULT as _ } from "./consts.js";
|
|
|
6
6
|
import { EFormFieldStatus as o } from "./enums.js";
|
|
7
7
|
import { EComponentSize as w } from "../../enums/EComponentSize.js";
|
|
8
8
|
import { createSizeToClassNameMap as C } from "../../utils/classNameMaps.js";
|
|
9
|
-
const S = "
|
|
9
|
+
const S = "formField__f470e793", W = "sm__f4d3088f", G = "md__fcdae70d", M = "lg__1d2a27b8", P = "active__11bf17ab", y = "disabled__45c3fdbc", U = "error__6903af3f", j = "warning__6696982a", z = "filled__f09c2661", e = {
|
|
10
10
|
formField: S,
|
|
11
11
|
sm: W,
|
|
12
12
|
md: G,
|
|
13
13
|
lg: M,
|
|
14
|
-
default: "
|
|
14
|
+
default: "default__58649be4",
|
|
15
15
|
active: P,
|
|
16
16
|
disabled: y,
|
|
17
17
|
error: U,
|
|
@@ -27,22 +27,22 @@ const S = "formField__2108a251", W = "sm__adbff320", G = "md__1362e114", M = "lg
|
|
|
27
27
|
children: p,
|
|
28
28
|
className: F,
|
|
29
29
|
style: g,
|
|
30
|
-
size:
|
|
30
|
+
size: d = w.LG,
|
|
31
31
|
status: r = o.DEFAULT,
|
|
32
32
|
active: a = !1,
|
|
33
33
|
...b
|
|
34
34
|
}, u) => {
|
|
35
|
-
const [m, x] = t(), [
|
|
35
|
+
const [m, x] = t(), [c, T] = t(), [i, E] = t(_), [l, N] = t(_), [f, R] = t(!1), [s, A] = t(!1), D = L(
|
|
36
36
|
() => ({
|
|
37
|
-
size:
|
|
37
|
+
size: d,
|
|
38
38
|
status: r,
|
|
39
39
|
targetId: m,
|
|
40
|
-
labelId:
|
|
40
|
+
labelId: c,
|
|
41
41
|
postfixWidth: i,
|
|
42
42
|
prefixWidth: l,
|
|
43
|
-
filled:
|
|
44
|
-
focused:
|
|
45
|
-
active: a ||
|
|
43
|
+
filled: f,
|
|
44
|
+
focused: s,
|
|
45
|
+
active: a || s,
|
|
46
46
|
setTargetId: x,
|
|
47
47
|
setLabelId: T,
|
|
48
48
|
setPostfixWidth: E,
|
|
@@ -50,22 +50,22 @@ const S = "formField__2108a251", W = "sm__adbff320", G = "md__1362e114", M = "lg
|
|
|
50
50
|
setFilled: R,
|
|
51
51
|
setFocused: A
|
|
52
52
|
}),
|
|
53
|
-
[
|
|
53
|
+
[d, r, m, c, i, l, f, s, a]
|
|
54
54
|
);
|
|
55
55
|
return /* @__PURE__ */ n(v.Provider, { value: D, children: /* @__PURE__ */ n(
|
|
56
56
|
"div",
|
|
57
57
|
{
|
|
58
58
|
className: h(
|
|
59
59
|
e.formField,
|
|
60
|
-
O[
|
|
60
|
+
O[d],
|
|
61
61
|
B[r],
|
|
62
62
|
{
|
|
63
|
-
[e.filled]:
|
|
64
|
-
[e.active]: a ||
|
|
63
|
+
[e.filled]: f,
|
|
64
|
+
[e.active]: a || s
|
|
65
65
|
},
|
|
66
66
|
F
|
|
67
67
|
),
|
|
68
|
-
"data-tx": "0.
|
|
68
|
+
"data-tx": "0.34.0",
|
|
69
69
|
style: { paddingLeft: l, paddingRight: i, ...g },
|
|
70
70
|
...b,
|
|
71
71
|
ref: u,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import c, { useCallback as
|
|
3
|
-
import { c as
|
|
2
|
+
import c, { useCallback as f } from "react";
|
|
3
|
+
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { CrossStrokeSrvIcon16 as s } from "@sberbusiness/icons-next";
|
|
5
5
|
import { ButtonIcon as d } from "../../Button/ButtonIcon.js";
|
|
6
|
-
const p = "
|
|
6
|
+
const p = "formFieldClear__c788f6ac", C = {
|
|
7
7
|
formFieldClear: p
|
|
8
8
|
}, F = c.forwardRef(
|
|
9
9
|
({ className: a, onMouseDown: r, ...t }, m) => {
|
|
10
|
-
const o =
|
|
10
|
+
const o = f(
|
|
11
11
|
(e) => {
|
|
12
12
|
e.preventDefault(), r == null || r(e);
|
|
13
13
|
},
|
|
@@ -17,7 +17,7 @@ const p = "formFieldClear__a3e197cb", C = {
|
|
|
17
17
|
d,
|
|
18
18
|
{
|
|
19
19
|
...t,
|
|
20
|
-
className:
|
|
20
|
+
className: i(C.formFieldClear, a),
|
|
21
21
|
onMouseDown: o,
|
|
22
22
|
ref: m,
|
|
23
23
|
children: /* @__PURE__ */ l(s, { paletteIndex: 5 })
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as n, useEffect as i } from "react";
|
|
3
3
|
import { FormFieldDescriptionContext as m } from "../FormFieldDescriptionContext.js";
|
|
4
|
-
const s = "
|
|
4
|
+
const s = "formFieldCounter__8347c74c", u = {
|
|
5
5
|
formFieldCounter: s
|
|
6
|
-
},
|
|
6
|
+
}, l = ({ children: o, ...r }) => {
|
|
7
7
|
const { setWithCounter: e } = n(m);
|
|
8
8
|
return i(() => (e(!0), () => e(!1)), []), /* @__PURE__ */ t("div", { className: u.formFieldCounter, ...r, children: o });
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
l.displayName = "FormFieldCounter";
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
l as FormFieldCounter
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=FormFieldCounter.js.map
|
|
@@ -2,12 +2,12 @@ import { jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as n } from "react";
|
|
3
3
|
import { c } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { FormFieldDescriptionContext as m } from "../FormFieldDescriptionContext.js";
|
|
5
|
-
const l = "
|
|
5
|
+
const l = "formFieldDescription__db2c150b", p = "withCounter__839e3346", i = {
|
|
6
6
|
formFieldDescription: l,
|
|
7
7
|
withCounter: p
|
|
8
|
-
}, d = ({ children:
|
|
8
|
+
}, d = ({ children: e, ...r }) => {
|
|
9
9
|
const [o, s] = n(!1);
|
|
10
|
-
return /* @__PURE__ */ t(m.Provider, { value: { withCounter: o, setWithCounter: s }, children: /* @__PURE__ */ t("div", { className: c(i.formFieldDescription, { [i.withCounter]: o }), ...
|
|
10
|
+
return /* @__PURE__ */ t(m.Provider, { value: { withCounter: o, setWithCounter: s }, children: /* @__PURE__ */ t("div", { className: c(i.formFieldDescription, { [i.withCounter]: o }), ...r, children: e }) });
|
|
11
11
|
};
|
|
12
12
|
d.displayName = "FormFieldDescription";
|
|
13
13
|
export {
|
|
@@ -5,7 +5,7 @@ import "../FormFieldContext.js";
|
|
|
5
5
|
import "../enums.js";
|
|
6
6
|
import "../../../utils/classNameMaps.js";
|
|
7
7
|
import "./utils.js";
|
|
8
|
-
import { F as d } from "../../../chunks/FormFieldInput-
|
|
8
|
+
import { F as d } from "../../../chunks/FormFieldInput-D3Ncfs2O.js";
|
|
9
9
|
export {
|
|
10
10
|
d as FormFieldInput
|
|
11
11
|
};
|
|
@@ -5,7 +5,7 @@ import { FormFieldContext as y } from "../FormFieldContext.js";
|
|
|
5
5
|
import { createSizeToClassNameMap as D } from "../../../utils/classNameMaps.js";
|
|
6
6
|
import { EFormFieldStatus as C } from "../enums.js";
|
|
7
7
|
import { TARGET_PADDING_X_DEFAULT as s } from "../consts.js";
|
|
8
|
-
const M = "
|
|
8
|
+
const M = "formFieldLabel__70205aad", R = "sm__f4d3088f", v = "md__fcdae70d", z = "lg__1d2a27b8", G = "floating__a3787d4f", W = "formFieldLabelText__5cd9f5ea", j = "disabled__45c3fdbc", e = {
|
|
9
9
|
formFieldLabel: M,
|
|
10
10
|
sm: R,
|
|
11
11
|
md: v,
|
|
@@ -14,8 +14,8 @@ const M = "formFieldLabel__6223122a", R = "sm__adbff320", v = "md__1362e114", z
|
|
|
14
14
|
formFieldLabelText: W,
|
|
15
15
|
disabled: j
|
|
16
16
|
}, q = D(e), w = A.forwardRef(
|
|
17
|
-
({ children: i, id: t, className: d, style: m, floating:
|
|
18
|
-
const { targetId:
|
|
17
|
+
({ children: i, id: t, className: d, style: m, floating: f, ...r }, c) => {
|
|
18
|
+
const { targetId: n, size: _, status: b, filled: F, active: L, prefixWidth: g, postfixWidth: p, setLabelId: o } = E(y), l = N(() => t === void 0 ? S("label_") : t, [t]), x = f ?? (F || L), u = h(
|
|
19
19
|
e.formFieldLabel,
|
|
20
20
|
q[_],
|
|
21
21
|
{
|
|
@@ -32,7 +32,7 @@ const M = "formFieldLabel__6223122a", R = "sm__adbff320", v = "md__1362e114", z
|
|
|
32
32
|
};
|
|
33
33
|
return I(() => {
|
|
34
34
|
o(l);
|
|
35
|
-
}, [l, o]), /* @__PURE__ */ a("label", { ...
|
|
35
|
+
}, [l, o]), /* @__PURE__ */ a("label", { ...r, id: l, className: u, htmlFor: n, style: T, ref: c, children: /* @__PURE__ */ a("span", { className: e.formFieldLabelText, children: i }) });
|
|
36
36
|
}
|
|
37
37
|
);
|
|
38
38
|
w.displayName = "FormFieldLabel";
|
|
@@ -2,44 +2,44 @@ import { jsxs as B, jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as $, useRef as L, useContext as N, useEffect as O, useCallback as U } from "react";
|
|
3
3
|
import { c as F, m as q, n as p } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { presets as G } from "./FormFieldMaskedInputPresets.js";
|
|
5
|
-
import { s as H, F as J } from "../../../chunks/FormFieldInput-
|
|
5
|
+
import { s as H, F as J } from "../../../chunks/FormFieldInput-D3Ncfs2O.js";
|
|
6
6
|
import { FormFieldContext as K } from "../FormFieldContext.js";
|
|
7
7
|
import { EFormFieldStatus as V } from "../enums.js";
|
|
8
|
-
const Q = "
|
|
8
|
+
const Q = "formFieldMaskedInputWrapper__7f43621e", X = "formFieldMaskedInputPlaceholder__d6a24260", Y = "formFieldMaskedInput__eb5a99ac", l = {
|
|
9
9
|
formFieldMaskedInputWrapper: Q,
|
|
10
10
|
formFieldMaskedInputPlaceholder: X,
|
|
11
|
-
"size-sm": "size-
|
|
12
|
-
"size-md": "size-
|
|
13
|
-
"size-lg": "size-
|
|
11
|
+
"size-sm": "size-sm__0869e5a9",
|
|
12
|
+
"size-md": "size-md__fc5f8dff",
|
|
13
|
+
"size-lg": "size-lg__9b78ffa0",
|
|
14
14
|
formFieldMaskedInput: Y
|
|
15
15
|
}, a = ({
|
|
16
16
|
className: I,
|
|
17
|
-
forwardedRef:
|
|
17
|
+
forwardedRef: u,
|
|
18
18
|
mask: o,
|
|
19
19
|
onChange: d,
|
|
20
20
|
placeholder: g,
|
|
21
21
|
placeholderChar: n = "0",
|
|
22
|
-
placeholderMask:
|
|
22
|
+
placeholderMask: f,
|
|
23
23
|
value: s,
|
|
24
24
|
...M
|
|
25
25
|
}) => {
|
|
26
|
-
const [x, y] = $(""), c = L(!1), { filled: z, focused:
|
|
26
|
+
const [x, y] = $(""), c = L(!1), { filled: z, focused: k, size: b, status: _ } = N(K);
|
|
27
27
|
O(() => {
|
|
28
28
|
y((() => {
|
|
29
29
|
let t = [];
|
|
30
30
|
if (s) {
|
|
31
31
|
const { conformedValue: i } = p.conformToMask(s.toString(), o, { guide: !0, placeholderChar: n });
|
|
32
32
|
for (let r = 0; r < o.length; r++)
|
|
33
|
-
typeof o[r] == "string" ? t[r] = i[r] : i[r] === n && !s.toString()[r] ? t[r] = (
|
|
34
|
-
} else if (
|
|
35
|
-
t =
|
|
33
|
+
typeof o[r] == "string" ? t[r] = i[r] : i[r] === n && !s.toString()[r] ? t[r] = (f == null ? void 0 : f[r]) || n : t[r] = i[r];
|
|
34
|
+
} else if (f)
|
|
35
|
+
t = f.split("");
|
|
36
36
|
else {
|
|
37
37
|
const { conformedValue: i } = p.conformToMask("", o, { guide: !0, placeholderChar: n });
|
|
38
38
|
t = i.split("");
|
|
39
39
|
}
|
|
40
40
|
return t.join("");
|
|
41
41
|
})());
|
|
42
|
-
}, [s, o, n,
|
|
42
|
+
}, [s, o, n, f]);
|
|
43
43
|
const E = U(
|
|
44
44
|
(e) => {
|
|
45
45
|
const { value: t } = e.target;
|
|
@@ -59,13 +59,13 @@ const Q = "formFieldMaskedInputWrapper__4c8bfd73", X = "formFieldMaskedInputPlac
|
|
|
59
59
|
value: p.conformToMask(e, o, { guide: !1, placeholderChar: n }).conformedValue
|
|
60
60
|
};
|
|
61
61
|
}, D = () => o === a.presets.masks.phone ? (s = P(s).value, s) : p.conformToMask(s, o, { guide: !1, placeholderChar: n }).conformedValue, W = (e) => (t) => {
|
|
62
|
-
t && e(t), typeof
|
|
63
|
-
}, j = () => !z && !
|
|
64
|
-
return /* @__PURE__ */ B("div", { className: F(
|
|
62
|
+
t && e(t), typeof u == "function" ? u(t) : u && (u.current = t);
|
|
63
|
+
}, j = () => !z && !k || !s && g ? "" : x;
|
|
64
|
+
return /* @__PURE__ */ B("div", { className: F(l.formFieldMaskedInputWrapper, l[`size-${b}`]), children: [
|
|
65
65
|
/* @__PURE__ */ m(
|
|
66
66
|
"input",
|
|
67
67
|
{
|
|
68
|
-
className: F(H.formFieldInput,
|
|
68
|
+
className: F(H.formFieldInput, l.formFieldMaskedInputPlaceholder, I),
|
|
69
69
|
disabled: _ === V.DISABLED,
|
|
70
70
|
placeholder: j(),
|
|
71
71
|
readOnly: !0,
|
|
@@ -77,7 +77,7 @@ const Q = "formFieldMaskedInputWrapper__4c8bfd73", X = "formFieldMaskedInputPlac
|
|
|
77
77
|
/* @__PURE__ */ m(
|
|
78
78
|
q,
|
|
79
79
|
{
|
|
80
|
-
className: F(
|
|
80
|
+
className: F(l.formFieldMaskedInput, { [l.error]: !!M.error }, I),
|
|
81
81
|
defaultValue: "",
|
|
82
82
|
disabled: _ === V.DISABLED,
|
|
83
83
|
guide: !1,
|
|
@@ -3,7 +3,7 @@ import F, { useContext as a, useRef as p, useEffect as P } from "react";
|
|
|
3
3
|
import { c as R } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { FormFieldContext as _ } from "../FormFieldContext.js";
|
|
5
5
|
import { TARGET_PADDING_X_DEFAULT as w } from "../consts.js";
|
|
6
|
-
const N = "
|
|
6
|
+
const N = "formFieldPostfix__7fe7a7e4", b = {
|
|
7
7
|
formFieldPostfix: N
|
|
8
8
|
}, g = F.forwardRef(
|
|
9
9
|
({ children: n, className: c, ...m }, t) => {
|
|
@@ -3,7 +3,7 @@ import F, { useContext as a, useRef as p, useEffect as P } from "react";
|
|
|
3
3
|
import { c as R } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { FormFieldContext as _ } from "../FormFieldContext.js";
|
|
5
5
|
import { TARGET_PADDING_X_DEFAULT as b } from "../consts.js";
|
|
6
|
-
const w = "
|
|
6
|
+
const w = "formFieldPrefix__9391b5ce", N = {
|
|
7
7
|
formFieldPrefix: w
|
|
8
8
|
}, g = F.forwardRef(
|
|
9
9
|
({ children: n, className: c, ...m }, r) => {
|
|
@@ -2,9 +2,9 @@ import { jsx as _ } from "react/jsx-runtime";
|
|
|
2
2
|
import b, { useContext as S, useMemo as g, useLayoutEffect as h, useCallback as F } from "react";
|
|
3
3
|
import { u as y, c as A } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { FormFieldContext as L } from "../FormFieldContext.js";
|
|
5
|
-
import { EFormFieldStatus as
|
|
5
|
+
import { EFormFieldStatus as d } from "../enums.js";
|
|
6
6
|
import { createSizeToClassNameMap as W } from "../../../utils/classNameMaps.js";
|
|
7
|
-
const z = "
|
|
7
|
+
const z = "formFieldTarget__7ef5ca54", M = "sm__f4d3088f", R = "md__fcdae70d", j = "lg__1d2a27b8", k = "placeholder__2337800b", q = "disabled__45c3fdbc", w = "placeholderWrapper__336e4776", B = "active__11bf17ab", e = {
|
|
8
8
|
formFieldTarget: z,
|
|
9
9
|
sm: M,
|
|
10
10
|
md: R,
|
|
@@ -15,26 +15,26 @@ const z = "formFieldTarget__0e3daa0d", M = "sm__adbff320", R = "md__1362e114", j
|
|
|
15
15
|
active: B
|
|
16
16
|
}, G = W(e), H = b.forwardRef(
|
|
17
17
|
({ children: o, id: c, className: T, placeholder: p, onFocus: a, onBlur: t, ...D }, I) => {
|
|
18
|
-
const { size: u, status: s, active: v, labelId: x, setFilled: f, setFocused:
|
|
19
|
-
[e.disabled]: s ===
|
|
20
|
-
[e.placeholder]: !!p && !
|
|
18
|
+
const { size: u, status: s, active: v, labelId: x, setFilled: f, setFocused: r, setTargetId: n } = S(L), i = g(() => c === void 0 ? y("target_") : c, [c]), l = g(() => b.Children.toArray(o).length !== 0, [o]), E = A(e.formFieldTarget, G[u], T, {
|
|
19
|
+
[e.disabled]: s === d.DISABLED,
|
|
20
|
+
[e.placeholder]: !!p && !l && s !== d.DISABLED,
|
|
21
21
|
[e.active]: v
|
|
22
22
|
});
|
|
23
23
|
h(() => {
|
|
24
24
|
n(i);
|
|
25
25
|
}, [i, n]), h(() => {
|
|
26
|
-
f(
|
|
27
|
-
}, [
|
|
26
|
+
f(l);
|
|
27
|
+
}, [l, f]);
|
|
28
28
|
const C = F(
|
|
29
29
|
(m) => {
|
|
30
|
-
|
|
30
|
+
r(!0), a == null || a(m);
|
|
31
31
|
},
|
|
32
|
-
[a,
|
|
32
|
+
[a, r]
|
|
33
33
|
), N = F(
|
|
34
34
|
(m) => {
|
|
35
|
-
|
|
35
|
+
r(!1), t == null || t(m);
|
|
36
36
|
},
|
|
37
|
-
[t,
|
|
37
|
+
[t, r]
|
|
38
38
|
);
|
|
39
39
|
return /* @__PURE__ */ _(
|
|
40
40
|
"div",
|
|
@@ -42,13 +42,13 @@ const z = "formFieldTarget__0e3daa0d", M = "sm__adbff320", R = "md__1362e114", j
|
|
|
42
42
|
...D,
|
|
43
43
|
id: i,
|
|
44
44
|
className: E,
|
|
45
|
-
tabIndex: s ===
|
|
45
|
+
tabIndex: s === d.DISABLED ? -1 : 0,
|
|
46
46
|
"aria-labelledby": x,
|
|
47
|
-
"aria-disabled": s ===
|
|
47
|
+
"aria-disabled": s === d.DISABLED,
|
|
48
48
|
onBlur: N,
|
|
49
49
|
onFocus: C,
|
|
50
50
|
ref: I,
|
|
51
|
-
children:
|
|
51
|
+
children: l ? o : /* @__PURE__ */ _("span", { className: e.placeholderWrapper, children: p })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
import { jsx as I } from "react/jsx-runtime";
|
|
2
|
-
import M, { useContext as n, useMemo as C, useCallback as
|
|
2
|
+
import M, { useContext as n, useMemo as C, useCallback as s, useLayoutEffect as x } from "react";
|
|
3
3
|
import { u as D, c as L } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { createSizeToClassNameMap as R } from "../../../utils/classNameMaps.js";
|
|
5
5
|
import { FormFieldContext as W } from "../FormFieldContext.js";
|
|
6
6
|
import { EFormFieldStatus as j } from "../enums.js";
|
|
7
7
|
import { isFilled as q } from "./utils.js";
|
|
8
|
-
const w = "
|
|
8
|
+
const w = "formFieldTextarea__4948d6a3", G = "sm__f4d3088f", H = "md__fcdae70d", J = "lg__1d2a27b8", u = {
|
|
9
9
|
formFieldTextarea: w,
|
|
10
10
|
sm: G,
|
|
11
11
|
md: H,
|
|
12
12
|
lg: J
|
|
13
13
|
}, K = R(u), O = M.forwardRef(
|
|
14
|
-
({ id:
|
|
15
|
-
const { size: g, status: h, setFocused:
|
|
14
|
+
({ id: c, className: p, value: a, defaultValue: F, onFocus: r, onBlur: l, onAnimationStart: m, onChange: d, ..._ }, N) => {
|
|
15
|
+
const { size: g, status: h, setFocused: i, setTargetId: T, setFilled: o } = n(W), f = C(() => c === void 0 ? D("textarea_") : c, [c]), y = L(u.formFieldTextarea, K[g], p), t = s(
|
|
16
16
|
(e) => {
|
|
17
|
-
|
|
17
|
+
o(q(e));
|
|
18
18
|
},
|
|
19
|
-
[
|
|
19
|
+
[o]
|
|
20
20
|
);
|
|
21
21
|
x(() => {
|
|
22
22
|
T(f);
|
|
23
23
|
}, [f, T]), x(() => {
|
|
24
|
-
t(
|
|
24
|
+
t(a ?? F);
|
|
25
25
|
}, []), x(() => {
|
|
26
|
-
|
|
27
|
-
}, [
|
|
28
|
-
const b =
|
|
26
|
+
a !== void 0 && t(a);
|
|
27
|
+
}, [a, t]);
|
|
28
|
+
const b = s(
|
|
29
29
|
(e) => {
|
|
30
|
-
t(e.currentTarget.value),
|
|
30
|
+
t(e.currentTarget.value), i(!0), r == null || r(e);
|
|
31
31
|
},
|
|
32
|
-
[t,
|
|
33
|
-
), k =
|
|
32
|
+
[t, i, r]
|
|
33
|
+
), k = s(
|
|
34
34
|
(e) => {
|
|
35
|
-
t(e.currentTarget.value),
|
|
35
|
+
t(e.currentTarget.value), i(!1), l == null || l(e);
|
|
36
36
|
},
|
|
37
|
-
[t,
|
|
38
|
-
), z =
|
|
37
|
+
[t, i, l]
|
|
38
|
+
), z = s(
|
|
39
39
|
(e) => {
|
|
40
|
-
e.animationName.startsWith("autofill-applied-hook") ?
|
|
40
|
+
e.animationName.startsWith("autofill-applied-hook") ? o(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), m == null || m(e);
|
|
41
41
|
},
|
|
42
|
-
[
|
|
43
|
-
), E =
|
|
42
|
+
[o, t, m]
|
|
43
|
+
), E = s(
|
|
44
44
|
(e) => {
|
|
45
|
-
t(e.currentTarget.value),
|
|
45
|
+
t(e.currentTarget.value), d == null || d(e);
|
|
46
46
|
},
|
|
47
|
-
[
|
|
47
|
+
[d, t]
|
|
48
48
|
);
|
|
49
49
|
return /* @__PURE__ */ I(
|
|
50
50
|
"textarea",
|
|
@@ -52,7 +52,7 @@ const w = "formFieldTextarea__52c0ec32", G = "sm__adbff320", H = "md__1362e114",
|
|
|
52
52
|
..._,
|
|
53
53
|
id: f,
|
|
54
54
|
className: y,
|
|
55
|
-
value:
|
|
55
|
+
value: a,
|
|
56
56
|
defaultValue: F,
|
|
57
57
|
disabled: h === j.DISABLED,
|
|
58
58
|
onFocus: b,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FormFieldClear as e } from "./FormFieldClear.js";
|
|
2
2
|
import { FormFieldCounter as m } from "./FormFieldCounter.js";
|
|
3
3
|
import { FormFieldDescription as i } from "./FormFieldDescription.js";
|
|
4
|
-
import { F as x } from "../../../chunks/FormFieldInput-
|
|
4
|
+
import { F as x } from "../../../chunks/FormFieldInput-D3Ncfs2O.js";
|
|
5
5
|
import { FormFieldLabel as l } from "./FormFieldLabel.js";
|
|
6
6
|
import { FormFieldMaskedInput as a } from "./FormFieldMaskedInput.js";
|
|
7
7
|
import { FormFieldPostfix as s } from "./FormFieldPostfix.js";
|
|
@@ -2,7 +2,7 @@ import { EFormFieldStatus as e } from "./enums.js";
|
|
|
2
2
|
import { FormFieldClear as F } from "./components/FormFieldClear.js";
|
|
3
3
|
import { FormFieldCounter as i } from "./components/FormFieldCounter.js";
|
|
4
4
|
import { FormFieldDescription as l } from "./components/FormFieldDescription.js";
|
|
5
|
-
import { F as f } from "../../chunks/FormFieldInput-
|
|
5
|
+
import { F as f } from "../../chunks/FormFieldInput-D3Ncfs2O.js";
|
|
6
6
|
import { FormFieldLabel as a } from "./components/FormFieldLabel.js";
|
|
7
7
|
import { FormFieldMaskedInput as u } from "./components/FormFieldMaskedInput.js";
|
|
8
8
|
import { FormFieldPostfix as C } from "./components/FormFieldPostfix.js";
|
package/components/Gap/Gap.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import
|
|
4
|
-
const _ = "
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { c as o } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const _ = "size4__eda8de50", a = "size8__744e12e8", n = "size12__46530ae4", r = "size16__6765c52e", f = "size24__acf0cac9", m = "size32__03f156e1", p = "size64__65ffc07b", d = "size128__a64c61cf", l = {
|
|
5
5
|
size4: _,
|
|
6
6
|
size8: a,
|
|
7
|
-
size12:
|
|
8
|
-
size16:
|
|
9
|
-
size24:
|
|
10
|
-
size32:
|
|
11
|
-
size64:
|
|
12
|
-
size128:
|
|
13
|
-
},
|
|
14
|
-
|
|
7
|
+
size12: n,
|
|
8
|
+
size16: r,
|
|
9
|
+
size24: f,
|
|
10
|
+
size32: m,
|
|
11
|
+
size64: p,
|
|
12
|
+
size128: d
|
|
13
|
+
}, x = t.forwardRef(({ className: s, size: e, ...i }, z) => /* @__PURE__ */ c("div", { className: o(l[`size${e}`], s), role: "presentation", ...i, ref: z }));
|
|
14
|
+
x.displayName = "Gap";
|
|
15
15
|
export {
|
|
16
|
-
|
|
16
|
+
x as Gap
|
|
17
17
|
};
|
|
18
18
|
//# sourceMappingURL=Gap.js.map
|
|
@@ -12,7 +12,7 @@ import "./components/HeaderTitle/HeaderTitleContent.js";
|
|
|
12
12
|
import "./components/HeaderTitle/HeaderTitleControls.js";
|
|
13
13
|
const f = Object.assign(
|
|
14
14
|
a.forwardRef(function({ children: r, ...e }, o) {
|
|
15
|
-
return /* @__PURE__ */ t("div", { ...e, "data-tx": "0.
|
|
15
|
+
return /* @__PURE__ */ t("div", { ...e, "data-tx": "0.34.0", ref: o, children: r });
|
|
16
16
|
}),
|
|
17
17
|
{
|
|
18
18
|
LayoutSidebar: p,
|
|
@@ -3,7 +3,7 @@ import i from "react";
|
|
|
3
3
|
import { c as d } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
|
|
5
5
|
import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
|
|
6
|
-
import { s as b } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
6
|
+
import { s as b } from "../../../../chunks/HeaderLayoutSidebar.module-C3C0sKOR.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
i.forwardRef(function({ children: r, className: e, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ t("div", { className: d(b.headerLayoutSidebar, e), ...a, ref: o, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as m } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as d } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
4
|
+
import { s as d } from "../../../../chunks/HeaderLayoutSidebar.module-C3C0sKOR.js";
|
|
5
5
|
const i = s.forwardRef(
|
|
6
6
|
({ children: e, className: a, ...o }, r) => /* @__PURE__ */ t("div", { className: m(d.headerLayoutSidebarContent, a), ...o, ref: r, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as s } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as t } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
4
|
+
import { s as t } from "../../../../chunks/HeaderLayoutSidebar.module-C3C0sKOR.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: s(t.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
|
|
7
7
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import h from "react";
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "headerSubheader__5c225ce6", u = "withoutPaddings__9ecea65d", e = {
|
|
5
5
|
headerSubheader: c,
|
|
6
6
|
withoutPaddings: u
|
|
7
|
-
},
|
|
7
|
+
}, n = h.forwardRef(
|
|
8
8
|
({ children: a, className: d, withoutPaddings: r, ...o }, t) => /* @__PURE__ */ s(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
@@ -15,8 +15,8 @@ const c = "headerSubheader__fec4cc98", u = "withoutPaddings__72ff2f35", e = {
|
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
);
|
|
18
|
-
|
|
18
|
+
n.displayName = "HeaderSubheader";
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
n as HeaderSubheader
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=HeaderSubheader.js.map
|
|
@@ -3,7 +3,7 @@ import t from "react";
|
|
|
3
3
|
import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
|
|
4
4
|
import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
|
|
5
5
|
import { c as i } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
6
|
-
import { s as d } from "../../../../chunks/HeaderTabs.module-
|
|
6
|
+
import { s as d } from "../../../../chunks/HeaderTabs.module-BkwLC92-.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
t.forwardRef(function({ children: r, className: e, ...o }, a) {
|
|
9
9
|
return /* @__PURE__ */ s("div", { className: i(d.headerTabs, e), ...o, ref: a, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as m } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as n } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as n } from "../../../../chunks/HeaderTabs.module-BkwLC92-.js";
|
|
5
5
|
const d = s.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-BkwLC92-.js";
|
|
5
5
|
const d = t.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
|
|
7
7
|
);
|
|
@@ -3,7 +3,7 @@ import a from "react";
|
|
|
3
3
|
import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
|
|
4
4
|
import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
|
|
5
5
|
import { c as l } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-CgvvJQ0i.js";
|
|
7
7
|
const d = Object.assign(
|
|
8
8
|
a.forwardRef(function({ children: e, className: r, ...t }, o) {
|
|
9
9
|
return /* @__PURE__ */ i("div", { className: l(n.headerTitle, r), ...t, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as l } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-CgvvJQ0i.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: t, className: r, ...o }, a) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-CgvvJQ0i.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: r, className: e, ...t }, s) => /* @__PURE__ */ l(
|
|
7
7
|
"div",
|