@lglab/compose-ui 0.35.0 → 0.37.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/dist/accordion.d.ts +6 -6
- package/dist/accordion.d.ts.map +1 -1
- package/dist/alert-dialog.d.ts +10 -10
- package/dist/alert-dialog.d.ts.map +1 -1
- package/dist/alert.d.ts +8 -8
- package/dist/alert.d.ts.map +1 -1
- package/dist/autocomplete.d.ts +13 -13
- package/dist/autocomplete.d.ts.map +1 -1
- package/dist/avatar.d.ts +5 -5
- package/dist/badge.d.ts +4 -4
- package/dist/badge.d.ts.map +1 -1
- package/dist/breadcrumb.d.ts +6 -6
- package/dist/breadcrumb.d.ts.map +1 -1
- package/dist/button.d.ts +2 -2
- package/dist/button.d.ts.map +1 -1
- package/dist/calendar.d.ts +2 -2
- package/dist/card.d.ts +8 -8
- package/dist/card.d.ts.map +1 -1
- package/dist/checkbox-group.d.ts +2 -2
- package/dist/checkbox-group.d.ts.map +1 -1
- package/dist/checkbox.d.ts +3 -3
- package/dist/checkbox.d.ts.map +1 -1
- package/dist/collapsible.d.ts +4 -4
- package/dist/collapsible.d.ts.map +1 -1
- package/dist/combobox.d.ts +25 -25
- package/dist/components/chart/context.d.ts +2 -2
- package/dist/components/chart/legend.d.ts +2 -2
- package/dist/components/chart/tooltip.d.ts +2 -2
- package/dist/components/table/primitives.d.ts +11 -11
- package/dist/components/table/primitives.d.ts.map +1 -1
- package/dist/components/table/primitives.js +3 -3
- package/dist/components/table/primitives.js.map +1 -1
- package/dist/context-menu.d.ts +20 -20
- package/dist/context-menu.d.ts.map +1 -1
- package/dist/dialog.d.ts +11 -11
- package/dist/dialog.d.ts.map +1 -1
- package/dist/drawer.d.ts +12 -12
- package/dist/empty.d.ts +70 -0
- package/dist/empty.d.ts.map +1 -0
- package/dist/empty.js +77 -0
- package/dist/empty.js.map +1 -0
- package/dist/field.d.ts +8 -8
- package/dist/fieldset.d.ts +3 -3
- package/dist/form.d.ts +2 -2
- package/dist/form.d.ts.map +1 -1
- package/dist/group.d.ts +3 -3
- package/dist/group.d.ts.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3 -1
- package/dist/input.d.ts +2 -2
- package/dist/input.d.ts.map +1 -1
- package/dist/menu.d.ts +20 -20
- package/dist/menu.d.ts.map +1 -1
- package/dist/menubar.d.ts +21 -21
- package/dist/menubar.d.ts.map +1 -1
- package/dist/meter.d.ts +6 -6
- package/dist/navigation-menu.d.ts +14 -14
- package/dist/number-field.d.ts +8 -8
- package/dist/pagination.d.ts +10 -10
- package/dist/popover.d.ts +12 -12
- package/dist/preview-card.d.ts +8 -8
- package/dist/preview-card.d.ts.map +1 -1
- package/dist/progress.d.ts +6 -6
- package/dist/progress.d.ts.map +1 -1
- package/dist/radio-group.d.ts +2 -2
- package/dist/radio-group.d.ts.map +1 -1
- package/dist/radio.d.ts +3 -3
- package/dist/scroll-area.d.ts +7 -7
- package/dist/scroll-area.d.ts.map +1 -1
- package/dist/select.d.ts +19 -19
- package/dist/separator.d.ts +2 -2
- package/dist/skeleton.d.ts +2 -2
- package/dist/slider.d.ts +7 -7
- package/dist/switch.d.ts +3 -3
- package/dist/tabs.d.ts +6 -6
- package/dist/textarea.d.ts +2 -2
- package/dist/timeline.d.ts +81 -0
- package/dist/timeline.d.ts.map +1 -0
- package/dist/timeline.js +165 -0
- package/dist/timeline.js.map +1 -0
- package/dist/toast.d.ts +10 -10
- package/dist/toggle-group.d.ts +3 -3
- package/dist/toggle.d.ts +2 -2
- package/dist/toolbar.d.ts +7 -7
- package/dist/tooltip.d.ts +8 -8
- package/package.json +9 -1
package/dist/form.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.d.ts","names":[],"sources":["../src/components/form.tsx"],"sourcesContent":[],"mappings":";;;;;KAWK,aAAA,GAAgB,KAAA,CAAM,sBAAsB;cAE3C;;;;KAAqC,gBAAa,
|
|
1
|
+
{"version":3,"file":"form.d.ts","names":[],"sources":["../src/components/form.tsx"],"sourcesContent":[],"mappings":";;;;;KAWK,aAAA,GAAgB,KAAA,CAAM,sBAAsB;cAE3C;;;;KAAqC,gBAAa,mBAAA,CAAA,GAAA,CAAA;EAFnD,WAAA,EAAA,MAAa;CAAA"}
|
package/dist/group.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime69 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/group.d.ts
|
|
5
5
|
type GroupRootProps = React.ComponentProps<'div'> & {
|
|
@@ -11,7 +11,7 @@ declare const GroupRoot: {
|
|
|
11
11
|
className,
|
|
12
12
|
orientation,
|
|
13
13
|
...props
|
|
14
|
-
}: GroupRootProps):
|
|
14
|
+
}: GroupRootProps): react_jsx_runtime69.JSX.Element;
|
|
15
15
|
displayName: string;
|
|
16
16
|
};
|
|
17
17
|
type GroupAddonVariant = 'primary' | 'secondary' | 'destructive' | 'ghost';
|
|
@@ -28,7 +28,7 @@ declare const GroupAddon: {
|
|
|
28
28
|
variant,
|
|
29
29
|
size,
|
|
30
30
|
...props
|
|
31
|
-
}: GroupAddonProps):
|
|
31
|
+
}: GroupAddonProps): react_jsx_runtime69.JSX.Element;
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
//#endregion
|
package/dist/group.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"group.d.ts","names":[],"sources":["../src/components/group.tsx"],"sourcesContent":[],"mappings":";;;;KAmCK,cAAA,GAAiB,KAAA,CAAM;;;AAhCE,CAAA;AAgCY,cAKpC,SAYL,EAAA;EAAA,CAAA;IAAA,SAAA;IAAA,WAAA;IAAA,GAAA;EAAA,CAAA,EARE,cAQF,CAAA,EARgB,
|
|
1
|
+
{"version":3,"file":"group.d.ts","names":[],"sources":["../src/components/group.tsx"],"sourcesContent":[],"mappings":";;;;KAmCK,cAAA,GAAiB,KAAA,CAAM;;;AAhCE,CAAA;AAgCY,cAKpC,SAYL,EAAA;EAAA,CAAA;IAAA,SAAA;IAAA,WAAA;IAAA,GAAA;EAAA,CAAA,EARE,cAQF,CAAA,EARgB,mBAAA,CAAA,GAAA,CAAA,OAQhB;;;KAQI,iBAAA,GAhBF,SAAA,GAAA,WAAA,GAAA,aAAA,GAAA,OAAA;KAiBE,cAAA,GAjBY,IAAA,GAAA,SAAA,GAAA,IAAA,GAAA,MAAA,GAAA,SAAA,GAAA,SAAA;KAgDZ,eAAA,GAAkB,KAAA,CAAM,cAhDZ,CAAA,KAAA,CAAA,GAAA;EAgBZ;EACA,OAAA,CAAA,EAiCO,iBAjCO;EA+Bd;EAAe,IAAA,CAAA,EAIX,cAJW;;cAOd,UALM,EAAA;;IAEH,SAAA;IAAA,OAAA;IAAA,IAAA;IAAA,GAAA;EAAA,CAAA,EAGmD,eAHnD,CAAA,EAGkE,mBAAA,CAAA,GAAA,CAAA,OAHlE;EAAc,WAAA,EAAA,MAAA;AAAA,CAAA"}
|
package/dist/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ import { ComboboxArrow, ComboboxArrowProps, ComboboxBackdrop, ComboboxBackdropPr
|
|
|
20
20
|
import { ContextMenuArrow, ContextMenuArrowProps, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, ContextMenuCheckboxItemIndicatorProps, ContextMenuCheckboxItemLabel, ContextMenuCheckboxItemLabelProps, ContextMenuCheckboxItemProps, ContextMenuGroup, ContextMenuGroupLabel, ContextMenuGroupLabelProps, ContextMenuGroupProps, ContextMenuItem, ContextMenuItemProps, ContextMenuPopup, ContextMenuPopupProps, ContextMenuPortal, ContextMenuPortalProps, ContextMenuPositioner, ContextMenuPositionerProps, ContextMenuRadioGroup, ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, ContextMenuRadioItemIndicatorProps, ContextMenuRadioItemLabel, ContextMenuRadioItemLabelProps, ContextMenuRadioItemProps, ContextMenuRoot, ContextMenuRootProps, ContextMenuSeparator, ContextMenuSeparatorProps, ContextMenuSubmenuRoot, ContextMenuSubmenuRootProps, ContextMenuSubmenuTrigger, ContextMenuSubmenuTriggerProps, ContextMenuTrigger, ContextMenuTriggerProps } from "./context-menu.js";
|
|
21
21
|
import { DialogBackdrop, DialogBackdropProps, DialogClose, DialogCloseProps, DialogDescription, DialogDescriptionProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogPopup, DialogPopupProps, DialogPortal, DialogPortalProps, DialogRoot, DialogRootProps, DialogTitle, DialogTitleProps, DialogTrigger, DialogTriggerProps } from "./dialog.js";
|
|
22
22
|
import { DrawerBackdrop, DrawerBackdropProps, DrawerClose, DrawerCloseProps, DrawerContent, DrawerContentProps, DrawerDescription, DrawerDescriptionProps, DrawerFooter, DrawerFooterProps, DrawerHeader, DrawerHeaderProps, DrawerPopup, DrawerPopupProps, DrawerPortal, DrawerPortalProps, DrawerRoot, DrawerRootProps, DrawerTitle, DrawerTitleProps, DrawerTrigger, DrawerTriggerProps } from "./drawer.js";
|
|
23
|
+
import { EmptyActions, EmptyActionsProps, EmptyBackground, EmptyBackgroundProps, EmptyDescription, EmptyDescriptionProps, EmptyIcon, EmptyIconProps, EmptyIconSize, EmptyRoot, EmptyRootProps, EmptySize, EmptyTitle, EmptyTitleProps } from "./empty.js";
|
|
23
24
|
import { FieldControl, FieldControlProps, FieldDescription, FieldDescriptionProps, FieldError, FieldErrorProps, FieldItem, FieldItemProps, FieldLabel, FieldLabelProps, FieldRoot, FieldRootProps, FieldValidity, FieldValidityProps } from "./field.js";
|
|
24
25
|
import { FieldsetLegend, FieldsetLegendProps, FieldsetRoot, FieldsetRootProps } from "./fieldset.js";
|
|
25
26
|
import { FormRoot, FormRootProps } from "./form.js";
|
|
@@ -48,10 +49,11 @@ import { TableBody, TableBodyProps, TableCaption, TableCaptionProps, TableCell,
|
|
|
48
49
|
import { useTable } from "./table/use-table.js";
|
|
49
50
|
import { TabsIndicator, TabsIndicatorProps, TabsList, TabsListProps, TabsPanel, TabsPanelProps, TabsRoot, TabsRootProps, TabsTab, TabsTabProps } from "./tabs.js";
|
|
50
51
|
import { Textarea, TextareaProps } from "./textarea.js";
|
|
52
|
+
import { TimelineContent, TimelineDescription, TimelineItem, TimelineMarker, TimelineMarkerProps, TimelineRoot, TimelineRootProps, TimelineSpacer, TimelineTime, TimelineTitle } from "./timeline.js";
|
|
51
53
|
import { Toast, ToastAction, ToastActionProps, ToastClose, ToastCloseProps, ToastContent, ToastContentProps, ToastDescription, ToastDescriptionProps, ToastPositioner, ToastPositionerProps, ToastProvider, ToastProviderProps, ToastRoot, ToastRootProps, ToastTitle, ToastTitleProps, ToastViewport, ToastViewportProps } from "./toast.js";
|
|
52
54
|
import { ToggleGroupItem, ToggleGroupItemProps, ToggleGroupRoot, ToggleGroupRootProps } from "./toggle-group.js";
|
|
53
55
|
import { Toggle, ToggleProps } from "./toggle.js";
|
|
54
56
|
import { ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarInput, ToolbarInputProps, ToolbarLink, ToolbarLinkProps, ToolbarRoot, ToolbarRootProps, ToolbarSeparator, ToolbarSeparatorProps } from "./toolbar.js";
|
|
55
57
|
import { TooltipArrow, TooltipArrowProps, TooltipPopup, TooltipPopupProps, TooltipPortal, TooltipPortalProps, TooltipPositioner, TooltipPositionerProps, TooltipProvider, TooltipProviderProps, TooltipRoot, TooltipRootProps, TooltipTrigger, TooltipTriggerProps } from "./tooltip.js";
|
|
56
58
|
import { AlertDialog } from "@base-ui/react/alert-dialog";
|
|
57
|
-
export { AccordionHeader, type AccordionHeaderProps, AccordionItem, type AccordionItemProps, AccordionPanel, type AccordionPanelProps, AccordionRoot, type AccordionRootProps, AccordionTrigger, type AccordionTriggerProps, Alert, AlertAction, type AlertActionProps, type AlertAppearance, AlertClose, type AlertCloseProps, AlertContent, type AlertContentProps, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogBackdrop, type AlertDialogBackdropProps, AlertDialogClose, type AlertDialogCloseProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogPopup, type AlertDialogPopupProps, AlertDialogPortal, type AlertDialogPortalProps, AlertDialogRoot, type AlertDialogRootProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, AlertDialogViewport, type AlertDialogViewportProps, AlertIcon, type AlertIconProps, type AlertProps, type AlertSize, AlertTitle, type AlertTitleProps, type AlertVariant, AutocompleteEmpty, type AutocompleteEmptyProps, AutocompleteInput, type AutocompleteInputProps, AutocompleteItem, type AutocompleteItemProps, AutocompleteList, type AutocompleteListProps, AutocompletePopup, type AutocompletePopupProps, AutocompletePortal, type AutocompletePortalProps, AutocompletePositioner, type AutocompletePositionerProps, AutocompleteRoot, type AutocompleteRootProps, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, AvatarRoot, type AvatarRootProps, AvatarStack, type AvatarStackProps, Badge, BadgeButton, type BadgeButtonProps, BadgeDot, type BadgeDotProps, type BadgeProps, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, BreadcrumbItem, type BreadcrumbItemProps, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbPage, type BreadcrumbPageProps, BreadcrumbRoot, type BreadcrumbRootProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, Button, type ButtonProps, Calendar, type CalendarProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, CardMedia, type CardMediaProps, CardRoot, type CardRootProps, CardSection, type CardSectionProps, CardTitle, type CardTitleProps, type ChartConfig, ChartLegendContent, type ChartLegendContentProps, ChartRoot, type ChartRootProps, ChartTooltipContent, type ChartTooltipContentProps, CheckboxGroupRoot, type CheckboxGroupRootProps, CheckboxIndicator, type CheckboxIndicatorProps, CheckboxRoot, type CheckboxRootProps, CollapsiblePanel, type CollapsiblePanelProps, CollapsibleRoot, type CollapsibleRootProps, CollapsibleTrigger, type CollapsibleTriggerProps, type ColumnDef, ComboboxArrow, type ComboboxArrowProps, ComboboxBackdrop, type ComboboxBackdropProps, ComboboxChip, type ComboboxChipProps, ComboboxChipRemove, type ComboboxChipRemoveProps, ComboboxChips, type ComboboxChipsProps, ComboboxClear, type ComboboxClearProps, ComboboxControl, type ComboboxControlProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxIcon, type ComboboxIconProps, ComboboxInput, type ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, type ComboboxItemIndicatorProps, type ComboboxItemProps, ComboboxItemText, type ComboboxItemTextProps, ComboboxList, type ComboboxListProps, ComboboxPopup, type ComboboxPopupProps, ComboboxPortal, type ComboboxPortalProps, ComboboxPositioner, type ComboboxPositionerProps, ComboboxRoot, type ComboboxRootProps, ComboboxSeparator, type ComboboxSeparatorProps, ComboboxTrigger, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps, ContextMenuArrow, type ContextMenuArrowProps, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, type ContextMenuCheckboxItemIndicatorProps, ContextMenuCheckboxItemLabel, type ContextMenuCheckboxItemLabelProps, type ContextMenuCheckboxItemProps, ContextMenuGroup, ContextMenuGroupLabel, type ContextMenuGroupLabelProps, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, ContextMenuPopup, type ContextMenuPopupProps, ContextMenuPortal, type ContextMenuPortalProps, ContextMenuPositioner, type ContextMenuPositionerProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, type ContextMenuRadioItemIndicatorProps, ContextMenuRadioItemLabel, type ContextMenuRadioItemLabelProps, type ContextMenuRadioItemProps, ContextMenuRoot, type ContextMenuRootProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuSubmenuRoot, type ContextMenuSubmenuRootProps, ContextMenuSubmenuTrigger, type ContextMenuSubmenuTriggerProps, ContextMenuTrigger, type ContextMenuTriggerProps, type ControlSize, DialogBackdrop, type DialogBackdropProps, DialogClose, type DialogCloseProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogPopup, type DialogPopupProps, DialogPortal, type DialogPortalProps, DialogRoot, type DialogRootProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DrawerBackdrop, type DrawerBackdropProps, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerPopup, type DrawerPopupProps, DrawerPortal, type DrawerPortalProps, DrawerRoot, type DrawerRootProps, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, FieldControl, type FieldControlProps, FieldDescription, type FieldDescriptionProps, FieldError, type FieldErrorProps, FieldItem, type FieldItemProps, FieldLabel, type FieldLabelProps, FieldRoot, type FieldRootProps, FieldValidity, type FieldValidityProps, FieldsetLegend, type FieldsetLegendProps, FieldsetRoot, type FieldsetRootProps, FormRoot, type FormRootProps, GroupAddon, type GroupAddonProps, type GroupAddonSize, type GroupAddonVariant, GroupRoot, type GroupRootProps, type IndicatorType, Input, type InputProps, MenuArrow, type MenuArrowProps, MenuCheckboxItem, MenuCheckboxItemIndicator, type MenuCheckboxItemIndicatorProps, MenuCheckboxItemLabel, type MenuCheckboxItemLabelProps, type MenuCheckboxItemProps, MenuGroup, MenuGroupLabel, type MenuGroupLabelProps, type MenuGroupProps, MenuItem, type MenuItemProps, MenuPopup, type MenuPopupProps, MenuPortal, type MenuPortalProps, MenuPositioner, type MenuPositionerProps, MenuRadioGroup, type MenuRadioGroupProps, MenuRadioItem, MenuRadioItemIndicator, type MenuRadioItemIndicatorProps, MenuRadioItemLabel, type MenuRadioItemLabelProps, type MenuRadioItemProps, MenuRoot, type MenuRootProps, MenuSeparator, type MenuSeparatorProps, MenuSubmenuRoot, type MenuSubmenuRootProps, MenuSubmenuTrigger, type MenuSubmenuTriggerProps, MenuTrigger, type MenuTriggerProps, MenubarArrow, type MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, type MenubarCheckboxItemIndicatorProps, MenubarCheckboxItemLabel, type MenubarCheckboxItemLabelProps, type MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, type MenubarGroupLabelProps, type MenubarGroupProps, MenubarItem, type MenubarItemProps, MenubarMenu, type MenubarMenuProps, MenubarPopup, type MenubarPopupProps, MenubarPortal, type MenubarPortalProps, MenubarPositioner, type MenubarPositionerProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, type MenubarRadioItemIndicatorProps, MenubarRadioItemLabel, type MenubarRadioItemLabelProps, type MenubarRadioItemProps, MenubarRoot, type MenubarRootProps, MenubarSeparator, type MenubarSeparatorProps, MenubarSubmenuRoot, type MenubarSubmenuRootProps, MenubarSubmenuTrigger, type MenubarSubmenuTriggerProps, MenubarTrigger, type MenubarTriggerProps, MeterIndicator, type MeterIndicatorProps, MeterLabel, type MeterLabelProps, MeterRoot, type MeterRootProps, MeterTrack, type MeterTrackProps, MeterValue, type MeterValueProps, NavigationMenuArrow, type NavigationMenuArrowProps, NavigationMenuBackdrop, type NavigationMenuBackdropProps, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIcon, type NavigationMenuIconProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, NavigationMenuPopup, type NavigationMenuPopupProps, NavigationMenuPortal, type NavigationMenuPortalProps, NavigationMenuPositioner, type NavigationMenuPositionerProps, NavigationMenuRoot, type NavigationMenuRootProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, NumberFieldDecrement, type NumberFieldDecrementProps, NumberFieldGroup, type NumberFieldGroupProps, NumberFieldIncrement, type NumberFieldIncrementProps, NumberFieldInput, type NumberFieldInputProps, NumberFieldRoot, type NumberFieldRootProps, NumberFieldScrubArea, NumberFieldScrubAreaCursor, type NumberFieldScrubAreaCursorProps, type NumberFieldScrubAreaProps, PaginationButton, type PaginationButtonProps, type PaginationConfig, PaginationContent, type PaginationContentProps, PaginationEllipsis, type PaginationEllipsisProps, PaginationFirst, type PaginationFirstProps, PaginationItem, type PaginationItemProps, PaginationLast, type PaginationLastProps, PaginationNext, type PaginationNextProps, type PaginationPage, PaginationPrevious, type PaginationPreviousProps, PaginationRoot, type PaginationRootProps, PopoverArrow, type PopoverArrowProps, PopoverBackdrop, type PopoverBackdropProps, PopoverClose, type PopoverCloseProps, PopoverDescription, type PopoverDescriptionProps, PopoverPopup, type PopoverPopupProps, PopoverPortal, type PopoverPortalProps, PopoverPositioner, type PopoverPositionerProps, PopoverRoot, type PopoverRootProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, PopoverViewport, type PopoverViewportProps, PreviewCardArrow, type PreviewCardArrowProps, PreviewCardBackdrop, type PreviewCardBackdropProps, PreviewCardPopup, type PreviewCardPopupProps, PreviewCardPortal, type PreviewCardPortalProps, PreviewCardPositioner, type PreviewCardPositionerProps, PreviewCardRoot, type PreviewCardRootProps, PreviewCardTrigger, type PreviewCardTriggerProps, type ProcessedColumn, ProgressIndicator, type ProgressIndicatorProps, ProgressLabel, type ProgressLabelProps, ProgressRoot, type ProgressRootProps, ProgressTrack, type ProgressTrackProps, ProgressValue, type ProgressValueProps, RadioGroupRoot, type RadioGroupRootProps, RadioIndicator, type RadioIndicatorProps, RadioRoot, type RadioRootProps, ScrollAreaContent, type ScrollAreaContentProps, ScrollAreaCorner, type ScrollAreaCornerProps, ScrollAreaRoot, type ScrollAreaRootProps, ScrollAreaScrollbar, type ScrollAreaScrollbarProps, ScrollAreaThumb, type ScrollAreaThumbProps, ScrollAreaViewport, type ScrollAreaViewportProps, SelectArrow, type SelectArrowProps, SelectBackdrop, type SelectBackdropProps, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectIcon, type SelectIconProps, SelectItem, SelectItemIndicator, type SelectItemIndicatorProps, type SelectItemProps, SelectItemText, type SelectItemTextProps, SelectList, type SelectListProps, SelectPopup, type SelectPopupProps, SelectPortal, type SelectPortalProps, SelectPositioner, type SelectPositionerProps, SelectRoot, type SelectRootProps, SelectScrollDownArrow, type SelectScrollDownArrowProps, SelectScrollUpArrow, type SelectScrollUpArrowProps, SelectSeparator, type SelectSeparatorProps, SelectTrigger, type SelectTriggerProps, SelectValue, type SelectValueProps, Separator, type SeparatorProps, Skeleton, type SkeletonProps, SliderControl, type SliderControlProps, SliderIndicator, type SliderIndicatorProps, SliderRoot, type SliderRootProps, SliderThumb, type SliderThumbProps, SliderTrack, type SliderTrackProps, SliderValue, type SliderValueProps, type SortDirection, SwitchRoot, type SwitchRootProps, SwitchThumb, type SwitchThumbProps, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, TableRoot, type TableRootProps, TableRow, type TableRowProps, TabsIndicator, type TabsIndicatorProps, TabsList, type TabsListProps, TabsPanel, type TabsPanelProps, TabsRoot, type TabsRootProps, TabsTab, type TabsTabProps, Textarea, type TextareaProps, Toast, ToastAction, type ToastActionProps, ToastClose, type ToastCloseProps, ToastContent, type ToastContentProps, ToastDescription, type ToastDescriptionProps, ToastPositioner, type ToastPositionerProps, ToastProvider, type ToastProviderProps, ToastRoot, type ToastRootProps, ToastTitle, type ToastTitleProps, ToastViewport, type ToastViewportProps, Toggle, ToggleGroupItem, type ToggleGroupItemProps, ToggleGroupRoot, type ToggleGroupRootProps, type ToggleProps, ToolbarButton, type ToolbarButtonProps, ToolbarGroup, type ToolbarGroupProps, ToolbarInput, type ToolbarInputProps, ToolbarLink, type ToolbarLinkProps, ToolbarRoot, type ToolbarRootProps, ToolbarSeparator, type ToolbarSeparatorProps, TooltipArrow, type TooltipArrowProps, TooltipPopup, type TooltipPopupProps, TooltipPortal, type TooltipPortalProps, TooltipPositioner, type TooltipPositionerProps, TooltipProvider, type TooltipProviderProps, TooltipRoot, type TooltipRootProps, TooltipTrigger, type TooltipTriggerProps, type UsePaginationOptions, type UsePaginationReturn, type UseTableOptions, type UseTableReturn, useChartContext, usePagination, useTable };
|
|
59
|
+
export { AccordionHeader, type AccordionHeaderProps, AccordionItem, type AccordionItemProps, AccordionPanel, type AccordionPanelProps, AccordionRoot, type AccordionRootProps, AccordionTrigger, type AccordionTriggerProps, Alert, AlertAction, type AlertActionProps, type AlertAppearance, AlertClose, type AlertCloseProps, AlertContent, type AlertContentProps, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogBackdrop, type AlertDialogBackdropProps, AlertDialogClose, type AlertDialogCloseProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogPopup, type AlertDialogPopupProps, AlertDialogPortal, type AlertDialogPortalProps, AlertDialogRoot, type AlertDialogRootProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, AlertDialogViewport, type AlertDialogViewportProps, AlertIcon, type AlertIconProps, type AlertProps, type AlertSize, AlertTitle, type AlertTitleProps, type AlertVariant, AutocompleteEmpty, type AutocompleteEmptyProps, AutocompleteInput, type AutocompleteInputProps, AutocompleteItem, type AutocompleteItemProps, AutocompleteList, type AutocompleteListProps, AutocompletePopup, type AutocompletePopupProps, AutocompletePortal, type AutocompletePortalProps, AutocompletePositioner, type AutocompletePositionerProps, AutocompleteRoot, type AutocompleteRootProps, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, AvatarRoot, type AvatarRootProps, AvatarStack, type AvatarStackProps, Badge, BadgeButton, type BadgeButtonProps, BadgeDot, type BadgeDotProps, type BadgeProps, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, BreadcrumbItem, type BreadcrumbItemProps, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbPage, type BreadcrumbPageProps, BreadcrumbRoot, type BreadcrumbRootProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, Button, type ButtonProps, Calendar, type CalendarProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, CardMedia, type CardMediaProps, CardRoot, type CardRootProps, CardSection, type CardSectionProps, CardTitle, type CardTitleProps, type ChartConfig, ChartLegendContent, type ChartLegendContentProps, ChartRoot, type ChartRootProps, ChartTooltipContent, type ChartTooltipContentProps, CheckboxGroupRoot, type CheckboxGroupRootProps, CheckboxIndicator, type CheckboxIndicatorProps, CheckboxRoot, type CheckboxRootProps, CollapsiblePanel, type CollapsiblePanelProps, CollapsibleRoot, type CollapsibleRootProps, CollapsibleTrigger, type CollapsibleTriggerProps, type ColumnDef, ComboboxArrow, type ComboboxArrowProps, ComboboxBackdrop, type ComboboxBackdropProps, ComboboxChip, type ComboboxChipProps, ComboboxChipRemove, type ComboboxChipRemoveProps, ComboboxChips, type ComboboxChipsProps, ComboboxClear, type ComboboxClearProps, ComboboxControl, type ComboboxControlProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxIcon, type ComboboxIconProps, ComboboxInput, type ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, type ComboboxItemIndicatorProps, type ComboboxItemProps, ComboboxItemText, type ComboboxItemTextProps, ComboboxList, type ComboboxListProps, ComboboxPopup, type ComboboxPopupProps, ComboboxPortal, type ComboboxPortalProps, ComboboxPositioner, type ComboboxPositionerProps, ComboboxRoot, type ComboboxRootProps, ComboboxSeparator, type ComboboxSeparatorProps, ComboboxTrigger, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps, ContextMenuArrow, type ContextMenuArrowProps, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, type ContextMenuCheckboxItemIndicatorProps, ContextMenuCheckboxItemLabel, type ContextMenuCheckboxItemLabelProps, type ContextMenuCheckboxItemProps, ContextMenuGroup, ContextMenuGroupLabel, type ContextMenuGroupLabelProps, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, ContextMenuPopup, type ContextMenuPopupProps, ContextMenuPortal, type ContextMenuPortalProps, ContextMenuPositioner, type ContextMenuPositionerProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, type ContextMenuRadioItemIndicatorProps, ContextMenuRadioItemLabel, type ContextMenuRadioItemLabelProps, type ContextMenuRadioItemProps, ContextMenuRoot, type ContextMenuRootProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuSubmenuRoot, type ContextMenuSubmenuRootProps, ContextMenuSubmenuTrigger, type ContextMenuSubmenuTriggerProps, ContextMenuTrigger, type ContextMenuTriggerProps, type ControlSize, DialogBackdrop, type DialogBackdropProps, DialogClose, type DialogCloseProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogPopup, type DialogPopupProps, DialogPortal, type DialogPortalProps, DialogRoot, type DialogRootProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DrawerBackdrop, type DrawerBackdropProps, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerPopup, type DrawerPopupProps, DrawerPortal, type DrawerPortalProps, DrawerRoot, type DrawerRootProps, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, EmptyActions, type EmptyActionsProps, EmptyBackground, type EmptyBackgroundProps, EmptyDescription, type EmptyDescriptionProps, EmptyIcon, type EmptyIconProps, type EmptyIconSize, EmptyRoot, type EmptyRootProps, type EmptySize, EmptyTitle, type EmptyTitleProps, FieldControl, type FieldControlProps, FieldDescription, type FieldDescriptionProps, FieldError, type FieldErrorProps, FieldItem, type FieldItemProps, FieldLabel, type FieldLabelProps, FieldRoot, type FieldRootProps, FieldValidity, type FieldValidityProps, FieldsetLegend, type FieldsetLegendProps, FieldsetRoot, type FieldsetRootProps, FormRoot, type FormRootProps, GroupAddon, type GroupAddonProps, type GroupAddonSize, type GroupAddonVariant, GroupRoot, type GroupRootProps, type IndicatorType, Input, type InputProps, MenuArrow, type MenuArrowProps, MenuCheckboxItem, MenuCheckboxItemIndicator, type MenuCheckboxItemIndicatorProps, MenuCheckboxItemLabel, type MenuCheckboxItemLabelProps, type MenuCheckboxItemProps, MenuGroup, MenuGroupLabel, type MenuGroupLabelProps, type MenuGroupProps, MenuItem, type MenuItemProps, MenuPopup, type MenuPopupProps, MenuPortal, type MenuPortalProps, MenuPositioner, type MenuPositionerProps, MenuRadioGroup, type MenuRadioGroupProps, MenuRadioItem, MenuRadioItemIndicator, type MenuRadioItemIndicatorProps, MenuRadioItemLabel, type MenuRadioItemLabelProps, type MenuRadioItemProps, MenuRoot, type MenuRootProps, MenuSeparator, type MenuSeparatorProps, MenuSubmenuRoot, type MenuSubmenuRootProps, MenuSubmenuTrigger, type MenuSubmenuTriggerProps, MenuTrigger, type MenuTriggerProps, MenubarArrow, type MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, type MenubarCheckboxItemIndicatorProps, MenubarCheckboxItemLabel, type MenubarCheckboxItemLabelProps, type MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, type MenubarGroupLabelProps, type MenubarGroupProps, MenubarItem, type MenubarItemProps, MenubarMenu, type MenubarMenuProps, MenubarPopup, type MenubarPopupProps, MenubarPortal, type MenubarPortalProps, MenubarPositioner, type MenubarPositionerProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, type MenubarRadioItemIndicatorProps, MenubarRadioItemLabel, type MenubarRadioItemLabelProps, type MenubarRadioItemProps, MenubarRoot, type MenubarRootProps, MenubarSeparator, type MenubarSeparatorProps, MenubarSubmenuRoot, type MenubarSubmenuRootProps, MenubarSubmenuTrigger, type MenubarSubmenuTriggerProps, MenubarTrigger, type MenubarTriggerProps, MeterIndicator, type MeterIndicatorProps, MeterLabel, type MeterLabelProps, MeterRoot, type MeterRootProps, MeterTrack, type MeterTrackProps, MeterValue, type MeterValueProps, NavigationMenuArrow, type NavigationMenuArrowProps, NavigationMenuBackdrop, type NavigationMenuBackdropProps, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIcon, type NavigationMenuIconProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, NavigationMenuPopup, type NavigationMenuPopupProps, NavigationMenuPortal, type NavigationMenuPortalProps, NavigationMenuPositioner, type NavigationMenuPositionerProps, NavigationMenuRoot, type NavigationMenuRootProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, NumberFieldDecrement, type NumberFieldDecrementProps, NumberFieldGroup, type NumberFieldGroupProps, NumberFieldIncrement, type NumberFieldIncrementProps, NumberFieldInput, type NumberFieldInputProps, NumberFieldRoot, type NumberFieldRootProps, NumberFieldScrubArea, NumberFieldScrubAreaCursor, type NumberFieldScrubAreaCursorProps, type NumberFieldScrubAreaProps, PaginationButton, type PaginationButtonProps, type PaginationConfig, PaginationContent, type PaginationContentProps, PaginationEllipsis, type PaginationEllipsisProps, PaginationFirst, type PaginationFirstProps, PaginationItem, type PaginationItemProps, PaginationLast, type PaginationLastProps, PaginationNext, type PaginationNextProps, type PaginationPage, PaginationPrevious, type PaginationPreviousProps, PaginationRoot, type PaginationRootProps, PopoverArrow, type PopoverArrowProps, PopoverBackdrop, type PopoverBackdropProps, PopoverClose, type PopoverCloseProps, PopoverDescription, type PopoverDescriptionProps, PopoverPopup, type PopoverPopupProps, PopoverPortal, type PopoverPortalProps, PopoverPositioner, type PopoverPositionerProps, PopoverRoot, type PopoverRootProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, PopoverViewport, type PopoverViewportProps, PreviewCardArrow, type PreviewCardArrowProps, PreviewCardBackdrop, type PreviewCardBackdropProps, PreviewCardPopup, type PreviewCardPopupProps, PreviewCardPortal, type PreviewCardPortalProps, PreviewCardPositioner, type PreviewCardPositionerProps, PreviewCardRoot, type PreviewCardRootProps, PreviewCardTrigger, type PreviewCardTriggerProps, type ProcessedColumn, ProgressIndicator, type ProgressIndicatorProps, ProgressLabel, type ProgressLabelProps, ProgressRoot, type ProgressRootProps, ProgressTrack, type ProgressTrackProps, ProgressValue, type ProgressValueProps, RadioGroupRoot, type RadioGroupRootProps, RadioIndicator, type RadioIndicatorProps, RadioRoot, type RadioRootProps, ScrollAreaContent, type ScrollAreaContentProps, ScrollAreaCorner, type ScrollAreaCornerProps, ScrollAreaRoot, type ScrollAreaRootProps, ScrollAreaScrollbar, type ScrollAreaScrollbarProps, ScrollAreaThumb, type ScrollAreaThumbProps, ScrollAreaViewport, type ScrollAreaViewportProps, SelectArrow, type SelectArrowProps, SelectBackdrop, type SelectBackdropProps, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectIcon, type SelectIconProps, SelectItem, SelectItemIndicator, type SelectItemIndicatorProps, type SelectItemProps, SelectItemText, type SelectItemTextProps, SelectList, type SelectListProps, SelectPopup, type SelectPopupProps, SelectPortal, type SelectPortalProps, SelectPositioner, type SelectPositionerProps, SelectRoot, type SelectRootProps, SelectScrollDownArrow, type SelectScrollDownArrowProps, SelectScrollUpArrow, type SelectScrollUpArrowProps, SelectSeparator, type SelectSeparatorProps, SelectTrigger, type SelectTriggerProps, SelectValue, type SelectValueProps, Separator, type SeparatorProps, Skeleton, type SkeletonProps, SliderControl, type SliderControlProps, SliderIndicator, type SliderIndicatorProps, SliderRoot, type SliderRootProps, SliderThumb, type SliderThumbProps, SliderTrack, type SliderTrackProps, SliderValue, type SliderValueProps, type SortDirection, SwitchRoot, type SwitchRootProps, SwitchThumb, type SwitchThumbProps, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, TableRoot, type TableRootProps, TableRow, type TableRowProps, TabsIndicator, type TabsIndicatorProps, TabsList, type TabsListProps, TabsPanel, type TabsPanelProps, TabsRoot, type TabsRootProps, TabsTab, type TabsTabProps, Textarea, type TextareaProps, TimelineContent, TimelineDescription, TimelineItem, TimelineMarker, type TimelineMarkerProps, TimelineRoot, type TimelineRootProps, TimelineSpacer, TimelineTime, TimelineTitle, Toast, ToastAction, type ToastActionProps, ToastClose, type ToastCloseProps, ToastContent, type ToastContentProps, ToastDescription, type ToastDescriptionProps, ToastPositioner, type ToastPositionerProps, ToastProvider, type ToastProviderProps, ToastRoot, type ToastRootProps, ToastTitle, type ToastTitleProps, ToastViewport, type ToastViewportProps, Toggle, ToggleGroupItem, type ToggleGroupItemProps, ToggleGroupRoot, type ToggleGroupRootProps, type ToggleProps, ToolbarButton, type ToolbarButtonProps, ToolbarGroup, type ToolbarGroupProps, ToolbarInput, type ToolbarInputProps, ToolbarLink, type ToolbarLinkProps, ToolbarRoot, type ToolbarRootProps, ToolbarSeparator, type ToolbarSeparatorProps, TooltipArrow, type TooltipArrowProps, TooltipPopup, type TooltipPopupProps, TooltipPortal, type TooltipPortalProps, TooltipPositioner, type TooltipPositionerProps, TooltipProvider, type TooltipProviderProps, TooltipRoot, type TooltipRootProps, TooltipTrigger, type TooltipTriggerProps, type UsePaginationOptions, type UsePaginationReturn, type UseTableOptions, type UseTableReturn, useChartContext, usePagination, useTable };
|
package/dist/index.js
CHANGED
|
@@ -18,9 +18,11 @@ import { Toggle } from "./toggle.js";
|
|
|
18
18
|
import { TabsIndicator, TabsList, TabsPanel, TabsRoot, TabsTab } from "./tabs.js";
|
|
19
19
|
import { TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRoot, TableRow } from "./components/table/primitives.js";
|
|
20
20
|
import { useTable } from "./table/use-table.js";
|
|
21
|
+
import { TimelineContent, TimelineDescription, TimelineItem, TimelineMarker, TimelineRoot, TimelineSpacer, TimelineTime, TimelineTitle } from "./timeline.js";
|
|
21
22
|
import { Toast, ToastAction, ToastClose, ToastContent, ToastDescription, ToastPositioner, ToastProvider, ToastRoot, ToastTitle, ToastViewport } from "./toast.js";
|
|
22
23
|
import { DialogBackdrop, DialogClose, DialogDescription, DialogFooter, DialogHeader, DialogPopup, DialogPortal, DialogRoot, DialogTitle, DialogTrigger } from "./dialog.js";
|
|
23
24
|
import { DrawerBackdrop, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerPopup, DrawerPortal, DrawerRoot, DrawerTitle, DrawerTrigger } from "./drawer.js";
|
|
25
|
+
import { EmptyActions, EmptyBackground, EmptyDescription, EmptyIcon, EmptyRoot, EmptyTitle } from "./empty.js";
|
|
24
26
|
import { Input } from "./input.js";
|
|
25
27
|
import { Textarea } from "./textarea.js";
|
|
26
28
|
import { FieldControl, FieldDescription, FieldError, FieldItem, FieldLabel, FieldRoot, FieldValidity } from "./field.js";
|
|
@@ -52,4 +54,4 @@ import { ChartTooltipContent } from "./components/chart/tooltip.js";
|
|
|
52
54
|
import { ChartLegendContent } from "./components/chart/legend.js";
|
|
53
55
|
import { AlertDialog } from "@base-ui/react/alert-dialog";
|
|
54
56
|
|
|
55
|
-
export { AccordionHeader, AccordionItem, AccordionPanel, AccordionRoot, AccordionTrigger, Alert, AlertAction, AlertClose, AlertContent, AlertDescription, AlertDialog, AlertDialogBackdrop, AlertDialogClose, AlertDialogDescription, AlertDialogPopup, AlertDialogPortal, AlertDialogRoot, AlertDialogTitle, AlertDialogTrigger, AlertDialogViewport, AlertIcon, AlertTitle, AutocompleteEmpty, AutocompleteInput, AutocompleteItem, AutocompleteList, AutocompletePopup, AutocompletePortal, AutocompletePositioner, AutocompleteRoot, AvatarFallback, AvatarImage, AvatarRoot, AvatarStack, Badge, BadgeButton, BadgeDot, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbRoot, BreadcrumbSeparator, Button, Calendar, CardContent, CardDescription, CardFooter, CardHeader, CardMedia, CardRoot, CardSection, CardTitle, ChartLegendContent, ChartRoot, ChartTooltipContent, CheckboxGroupRoot, CheckboxIndicator, CheckboxRoot, CollapsiblePanel, CollapsibleRoot, CollapsibleTrigger, ComboboxArrow, ComboboxBackdrop, ComboboxChip, ComboboxChipRemove, ComboboxChips, ComboboxClear, ComboboxControl, ComboboxEmpty, ComboboxGroup, ComboboxGroupLabel, ComboboxIcon, ComboboxInput, ComboboxItem, ComboboxItemIndicator, ComboboxItemText, ComboboxList, ComboboxPopup, ComboboxPortal, ComboboxPositioner, ComboboxRoot, ComboboxSeparator, ComboboxTrigger, ComboboxValue, ContextMenuArrow, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, ContextMenuCheckboxItemLabel, ContextMenuGroup, ContextMenuGroupLabel, ContextMenuItem, ContextMenuPopup, ContextMenuPortal, ContextMenuPositioner, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuRadioItemIndicator, ContextMenuRadioItemLabel, ContextMenuRoot, ContextMenuSeparator, ContextMenuSubmenuRoot, ContextMenuSubmenuTrigger, ContextMenuTrigger, DialogBackdrop, DialogClose, DialogDescription, DialogFooter, DialogHeader, DialogPopup, DialogPortal, DialogRoot, DialogTitle, DialogTrigger, DrawerBackdrop, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerPopup, DrawerPortal, DrawerRoot, DrawerTitle, DrawerTrigger, FieldControl, FieldDescription, FieldError, FieldItem, FieldLabel, FieldRoot, FieldValidity, FieldsetLegend, FieldsetRoot, FormRoot, GroupAddon, GroupRoot, Input, MenuArrow, MenuCheckboxItem, MenuCheckboxItemIndicator, MenuCheckboxItemLabel, MenuGroup, MenuGroupLabel, MenuItem, MenuPopup, MenuPortal, MenuPositioner, MenuRadioGroup, MenuRadioItem, MenuRadioItemIndicator, MenuRadioItemLabel, MenuRoot, MenuSeparator, MenuSubmenuRoot, MenuSubmenuTrigger, MenuTrigger, MenubarArrow, MenubarCheckboxItem, MenubarCheckboxItemIndicator, MenubarCheckboxItemLabel, MenubarGroup, MenubarGroupLabel, MenubarItem, MenubarMenu, MenubarPopup, MenubarPortal, MenubarPositioner, MenubarRadioGroup, MenubarRadioItem, MenubarRadioItemIndicator, MenubarRadioItemLabel, MenubarRoot, MenubarSeparator, MenubarSubmenuRoot, MenubarSubmenuTrigger, MenubarTrigger, MeterIndicator, MeterLabel, MeterRoot, MeterTrack, MeterValue, NavigationMenuArrow, NavigationMenuBackdrop, NavigationMenuContent, NavigationMenuIcon, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPopup, NavigationMenuPortal, NavigationMenuPositioner, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuViewport, NumberFieldDecrement, NumberFieldGroup, NumberFieldIncrement, NumberFieldInput, NumberFieldRoot, NumberFieldScrubArea, NumberFieldScrubAreaCursor, PaginationButton, PaginationContent, PaginationEllipsis, PaginationFirst, PaginationItem, PaginationLast, PaginationNext, PaginationPrevious, PaginationRoot, PopoverArrow, PopoverBackdrop, PopoverClose, PopoverDescription, PopoverPopup, PopoverPortal, PopoverPositioner, PopoverRoot, PopoverTitle, PopoverTrigger, PopoverViewport, PreviewCardArrow, PreviewCardBackdrop, PreviewCardPopup, PreviewCardPortal, PreviewCardPositioner, PreviewCardRoot, PreviewCardTrigger, ProgressIndicator, ProgressLabel, ProgressRoot, ProgressTrack, ProgressValue, RadioGroupRoot, RadioIndicator, RadioRoot, ScrollAreaContent, ScrollAreaCorner, ScrollAreaRoot, ScrollAreaScrollbar, ScrollAreaThumb, ScrollAreaViewport, SelectArrow, SelectBackdrop, SelectGroup, SelectGroupLabel, SelectIcon, SelectItem, SelectItemIndicator, SelectItemText, SelectList, SelectPopup, SelectPortal, SelectPositioner, SelectRoot, SelectScrollDownArrow, SelectScrollUpArrow, SelectSeparator, SelectTrigger, SelectValue, Separator, Skeleton, SliderControl, SliderIndicator, SliderRoot, SliderThumb, SliderTrack, SliderValue, SwitchRoot, SwitchThumb, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRoot, TableRow, TabsIndicator, TabsList, TabsPanel, TabsRoot, TabsTab, Textarea, Toast, ToastAction, ToastClose, ToastContent, ToastDescription, ToastPositioner, ToastProvider, ToastRoot, ToastTitle, ToastViewport, Toggle, ToggleGroupItem, ToggleGroupRoot, ToolbarButton, ToolbarGroup, ToolbarInput, ToolbarLink, ToolbarRoot, ToolbarSeparator, TooltipArrow, TooltipPopup, TooltipPortal, TooltipPositioner, TooltipProvider, TooltipRoot, TooltipTrigger, useChartContext, usePagination, useTable };
|
|
57
|
+
export { AccordionHeader, AccordionItem, AccordionPanel, AccordionRoot, AccordionTrigger, Alert, AlertAction, AlertClose, AlertContent, AlertDescription, AlertDialog, AlertDialogBackdrop, AlertDialogClose, AlertDialogDescription, AlertDialogPopup, AlertDialogPortal, AlertDialogRoot, AlertDialogTitle, AlertDialogTrigger, AlertDialogViewport, AlertIcon, AlertTitle, AutocompleteEmpty, AutocompleteInput, AutocompleteItem, AutocompleteList, AutocompletePopup, AutocompletePortal, AutocompletePositioner, AutocompleteRoot, AvatarFallback, AvatarImage, AvatarRoot, AvatarStack, Badge, BadgeButton, BadgeDot, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbRoot, BreadcrumbSeparator, Button, Calendar, CardContent, CardDescription, CardFooter, CardHeader, CardMedia, CardRoot, CardSection, CardTitle, ChartLegendContent, ChartRoot, ChartTooltipContent, CheckboxGroupRoot, CheckboxIndicator, CheckboxRoot, CollapsiblePanel, CollapsibleRoot, CollapsibleTrigger, ComboboxArrow, ComboboxBackdrop, ComboboxChip, ComboboxChipRemove, ComboboxChips, ComboboxClear, ComboboxControl, ComboboxEmpty, ComboboxGroup, ComboboxGroupLabel, ComboboxIcon, ComboboxInput, ComboboxItem, ComboboxItemIndicator, ComboboxItemText, ComboboxList, ComboboxPopup, ComboboxPortal, ComboboxPositioner, ComboboxRoot, ComboboxSeparator, ComboboxTrigger, ComboboxValue, ContextMenuArrow, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, ContextMenuCheckboxItemLabel, ContextMenuGroup, ContextMenuGroupLabel, ContextMenuItem, ContextMenuPopup, ContextMenuPortal, ContextMenuPositioner, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuRadioItemIndicator, ContextMenuRadioItemLabel, ContextMenuRoot, ContextMenuSeparator, ContextMenuSubmenuRoot, ContextMenuSubmenuTrigger, ContextMenuTrigger, DialogBackdrop, DialogClose, DialogDescription, DialogFooter, DialogHeader, DialogPopup, DialogPortal, DialogRoot, DialogTitle, DialogTrigger, DrawerBackdrop, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerPopup, DrawerPortal, DrawerRoot, DrawerTitle, DrawerTrigger, EmptyActions, EmptyBackground, EmptyDescription, EmptyIcon, EmptyRoot, EmptyTitle, FieldControl, FieldDescription, FieldError, FieldItem, FieldLabel, FieldRoot, FieldValidity, FieldsetLegend, FieldsetRoot, FormRoot, GroupAddon, GroupRoot, Input, MenuArrow, MenuCheckboxItem, MenuCheckboxItemIndicator, MenuCheckboxItemLabel, MenuGroup, MenuGroupLabel, MenuItem, MenuPopup, MenuPortal, MenuPositioner, MenuRadioGroup, MenuRadioItem, MenuRadioItemIndicator, MenuRadioItemLabel, MenuRoot, MenuSeparator, MenuSubmenuRoot, MenuSubmenuTrigger, MenuTrigger, MenubarArrow, MenubarCheckboxItem, MenubarCheckboxItemIndicator, MenubarCheckboxItemLabel, MenubarGroup, MenubarGroupLabel, MenubarItem, MenubarMenu, MenubarPopup, MenubarPortal, MenubarPositioner, MenubarRadioGroup, MenubarRadioItem, MenubarRadioItemIndicator, MenubarRadioItemLabel, MenubarRoot, MenubarSeparator, MenubarSubmenuRoot, MenubarSubmenuTrigger, MenubarTrigger, MeterIndicator, MeterLabel, MeterRoot, MeterTrack, MeterValue, NavigationMenuArrow, NavigationMenuBackdrop, NavigationMenuContent, NavigationMenuIcon, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPopup, NavigationMenuPortal, NavigationMenuPositioner, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuViewport, NumberFieldDecrement, NumberFieldGroup, NumberFieldIncrement, NumberFieldInput, NumberFieldRoot, NumberFieldScrubArea, NumberFieldScrubAreaCursor, PaginationButton, PaginationContent, PaginationEllipsis, PaginationFirst, PaginationItem, PaginationLast, PaginationNext, PaginationPrevious, PaginationRoot, PopoverArrow, PopoverBackdrop, PopoverClose, PopoverDescription, PopoverPopup, PopoverPortal, PopoverPositioner, PopoverRoot, PopoverTitle, PopoverTrigger, PopoverViewport, PreviewCardArrow, PreviewCardBackdrop, PreviewCardPopup, PreviewCardPortal, PreviewCardPositioner, PreviewCardRoot, PreviewCardTrigger, ProgressIndicator, ProgressLabel, ProgressRoot, ProgressTrack, ProgressValue, RadioGroupRoot, RadioIndicator, RadioRoot, ScrollAreaContent, ScrollAreaCorner, ScrollAreaRoot, ScrollAreaScrollbar, ScrollAreaThumb, ScrollAreaViewport, SelectArrow, SelectBackdrop, SelectGroup, SelectGroupLabel, SelectIcon, SelectItem, SelectItemIndicator, SelectItemText, SelectList, SelectPopup, SelectPortal, SelectPositioner, SelectRoot, SelectScrollDownArrow, SelectScrollUpArrow, SelectSeparator, SelectTrigger, SelectValue, Separator, Skeleton, SliderControl, SliderIndicator, SliderRoot, SliderThumb, SliderTrack, SliderValue, SwitchRoot, SwitchThumb, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRoot, TableRow, TabsIndicator, TabsList, TabsPanel, TabsRoot, TabsTab, Textarea, TimelineContent, TimelineDescription, TimelineItem, TimelineMarker, TimelineRoot, TimelineSpacer, TimelineTime, TimelineTitle, Toast, ToastAction, ToastClose, ToastContent, ToastDescription, ToastPositioner, ToastProvider, ToastRoot, ToastTitle, ToastViewport, Toggle, ToggleGroupItem, ToggleGroupRoot, ToolbarButton, ToolbarGroup, ToolbarInput, ToolbarLink, ToolbarRoot, ToolbarSeparator, TooltipArrow, TooltipPopup, TooltipPortal, TooltipPositioner, TooltipProvider, TooltipRoot, TooltipTrigger, useChartContext, usePagination, useTable };
|
package/dist/input.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime71 from "react/jsx-runtime";
|
|
3
3
|
import { Input as Input$1 } from "@base-ui/react/input";
|
|
4
4
|
|
|
5
5
|
//#region src/components/input.d.ts
|
|
@@ -8,7 +8,7 @@ declare const Input: {
|
|
|
8
8
|
({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: InputProps):
|
|
11
|
+
}: InputProps): react_jsx_runtime71.JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
//#endregion
|
package/dist/input.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","names":[],"sources":["../src/components/input.tsx"],"sourcesContent":[],"mappings":";;;;;KAQK,UAAA,GAAa,KAAA,CAAM,sBAAsB;cAExC;;;;KAAkC,aAAU,
|
|
1
|
+
{"version":3,"file":"input.d.ts","names":[],"sources":["../src/components/input.tsx"],"sourcesContent":[],"mappings":";;;;;KAQK,UAAA,GAAa,KAAA,CAAM,sBAAsB;cAExC;;;;KAAkC,aAAU,mBAAA,CAAA,GAAA,CAAA;EAF7C,WAAA,EAAU,MAAA;CAAA"}
|
package/dist/menu.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime72 from "react/jsx-runtime";
|
|
3
3
|
import { Menu } from "@base-ui/react/menu";
|
|
4
4
|
|
|
5
5
|
//#region src/components/menu.d.ts
|
|
6
6
|
type MenuRootProps = React.ComponentProps<typeof Menu.Root>;
|
|
7
7
|
declare const MenuRoot: {
|
|
8
|
-
(props: MenuRootProps):
|
|
8
|
+
(props: MenuRootProps): react_jsx_runtime72.JSX.Element;
|
|
9
9
|
displayName: string;
|
|
10
10
|
};
|
|
11
11
|
type MenuTriggerProps = React.ComponentProps<typeof Menu.Trigger>;
|
|
@@ -13,12 +13,12 @@ declare const MenuTrigger: {
|
|
|
13
13
|
({
|
|
14
14
|
className,
|
|
15
15
|
...props
|
|
16
|
-
}: MenuTriggerProps):
|
|
16
|
+
}: MenuTriggerProps): react_jsx_runtime72.JSX.Element;
|
|
17
17
|
displayName: string;
|
|
18
18
|
};
|
|
19
19
|
type MenuPortalProps = React.ComponentProps<typeof Menu.Portal>;
|
|
20
20
|
declare const MenuPortal: {
|
|
21
|
-
(props: MenuPortalProps):
|
|
21
|
+
(props: MenuPortalProps): react_jsx_runtime72.JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
type MenuPositionerProps = React.ComponentProps<typeof Menu.Positioner>;
|
|
@@ -26,7 +26,7 @@ declare const MenuPositioner: {
|
|
|
26
26
|
({
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: MenuPositionerProps):
|
|
29
|
+
}: MenuPositionerProps): react_jsx_runtime72.JSX.Element;
|
|
30
30
|
displayName: string;
|
|
31
31
|
};
|
|
32
32
|
type MenuPopupProps = React.ComponentProps<typeof Menu.Popup>;
|
|
@@ -34,7 +34,7 @@ declare const MenuPopup: {
|
|
|
34
34
|
({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: MenuPopupProps):
|
|
37
|
+
}: MenuPopupProps): react_jsx_runtime72.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
type MenuArrowProps = React.ComponentProps<typeof Menu.Arrow>;
|
|
@@ -42,7 +42,7 @@ declare const MenuArrow: {
|
|
|
42
42
|
({
|
|
43
43
|
className,
|
|
44
44
|
...props
|
|
45
|
-
}: MenuArrowProps):
|
|
45
|
+
}: MenuArrowProps): react_jsx_runtime72.JSX.Element;
|
|
46
46
|
displayName: string;
|
|
47
47
|
};
|
|
48
48
|
type MenuItemProps = React.ComponentProps<typeof Menu.Item>;
|
|
@@ -50,7 +50,7 @@ declare const MenuItem: {
|
|
|
50
50
|
({
|
|
51
51
|
className,
|
|
52
52
|
...props
|
|
53
|
-
}: MenuItemProps):
|
|
53
|
+
}: MenuItemProps): react_jsx_runtime72.JSX.Element;
|
|
54
54
|
displayName: string;
|
|
55
55
|
};
|
|
56
56
|
type MenuSeparatorProps = React.ComponentProps<typeof Menu.Separator>;
|
|
@@ -58,7 +58,7 @@ declare const MenuSeparator: {
|
|
|
58
58
|
({
|
|
59
59
|
className,
|
|
60
60
|
...props
|
|
61
|
-
}: MenuSeparatorProps):
|
|
61
|
+
}: MenuSeparatorProps): react_jsx_runtime72.JSX.Element;
|
|
62
62
|
displayName: string;
|
|
63
63
|
};
|
|
64
64
|
type MenuGroupProps = React.ComponentProps<typeof Menu.Group>;
|
|
@@ -66,7 +66,7 @@ declare const MenuGroup: {
|
|
|
66
66
|
({
|
|
67
67
|
className,
|
|
68
68
|
...props
|
|
69
|
-
}: MenuGroupProps):
|
|
69
|
+
}: MenuGroupProps): react_jsx_runtime72.JSX.Element;
|
|
70
70
|
displayName: string;
|
|
71
71
|
};
|
|
72
72
|
type MenuGroupLabelProps = React.ComponentProps<typeof Menu.GroupLabel>;
|
|
@@ -74,7 +74,7 @@ declare const MenuGroupLabel: {
|
|
|
74
74
|
({
|
|
75
75
|
className,
|
|
76
76
|
...props
|
|
77
|
-
}: MenuGroupLabelProps):
|
|
77
|
+
}: MenuGroupLabelProps): react_jsx_runtime72.JSX.Element;
|
|
78
78
|
displayName: string;
|
|
79
79
|
};
|
|
80
80
|
type MenuRadioGroupProps = React.ComponentProps<typeof Menu.RadioGroup>;
|
|
@@ -82,7 +82,7 @@ declare const MenuRadioGroup: {
|
|
|
82
82
|
({
|
|
83
83
|
className,
|
|
84
84
|
...props
|
|
85
|
-
}: MenuRadioGroupProps):
|
|
85
|
+
}: MenuRadioGroupProps): react_jsx_runtime72.JSX.Element;
|
|
86
86
|
displayName: string;
|
|
87
87
|
};
|
|
88
88
|
type MenuRadioItemProps = React.ComponentProps<typeof Menu.RadioItem>;
|
|
@@ -90,7 +90,7 @@ declare const MenuRadioItem: {
|
|
|
90
90
|
({
|
|
91
91
|
className,
|
|
92
92
|
...props
|
|
93
|
-
}: MenuRadioItemProps):
|
|
93
|
+
}: MenuRadioItemProps): react_jsx_runtime72.JSX.Element;
|
|
94
94
|
displayName: string;
|
|
95
95
|
};
|
|
96
96
|
type MenuCheckboxItemProps = React.ComponentProps<typeof Menu.CheckboxItem>;
|
|
@@ -98,7 +98,7 @@ declare const MenuCheckboxItem: {
|
|
|
98
98
|
({
|
|
99
99
|
className,
|
|
100
100
|
...props
|
|
101
|
-
}: MenuCheckboxItemProps):
|
|
101
|
+
}: MenuCheckboxItemProps): react_jsx_runtime72.JSX.Element;
|
|
102
102
|
displayName: string;
|
|
103
103
|
};
|
|
104
104
|
type MenuRadioItemIndicatorProps = React.ComponentProps<typeof Menu.RadioItemIndicator>;
|
|
@@ -106,7 +106,7 @@ declare const MenuRadioItemIndicator: {
|
|
|
106
106
|
({
|
|
107
107
|
className,
|
|
108
108
|
...props
|
|
109
|
-
}: MenuRadioItemIndicatorProps):
|
|
109
|
+
}: MenuRadioItemIndicatorProps): react_jsx_runtime72.JSX.Element;
|
|
110
110
|
displayName: string;
|
|
111
111
|
};
|
|
112
112
|
type MenuCheckboxItemIndicatorProps = React.ComponentProps<typeof Menu.CheckboxItemIndicator>;
|
|
@@ -114,7 +114,7 @@ declare const MenuCheckboxItemIndicator: {
|
|
|
114
114
|
({
|
|
115
115
|
className,
|
|
116
116
|
...props
|
|
117
|
-
}: MenuCheckboxItemIndicatorProps):
|
|
117
|
+
}: MenuCheckboxItemIndicatorProps): react_jsx_runtime72.JSX.Element;
|
|
118
118
|
displayName: string;
|
|
119
119
|
};
|
|
120
120
|
type MenuCheckboxItemLabelProps = React.ComponentProps<'span'>;
|
|
@@ -122,7 +122,7 @@ declare const MenuCheckboxItemLabel: {
|
|
|
122
122
|
({
|
|
123
123
|
className,
|
|
124
124
|
...props
|
|
125
|
-
}: MenuCheckboxItemLabelProps):
|
|
125
|
+
}: MenuCheckboxItemLabelProps): react_jsx_runtime72.JSX.Element;
|
|
126
126
|
displayName: string;
|
|
127
127
|
};
|
|
128
128
|
type MenuRadioItemLabelProps = React.ComponentProps<'span'>;
|
|
@@ -130,7 +130,7 @@ declare const MenuRadioItemLabel: {
|
|
|
130
130
|
({
|
|
131
131
|
className,
|
|
132
132
|
...props
|
|
133
|
-
}: MenuRadioItemLabelProps):
|
|
133
|
+
}: MenuRadioItemLabelProps): react_jsx_runtime72.JSX.Element;
|
|
134
134
|
displayName: string;
|
|
135
135
|
};
|
|
136
136
|
type MenuSubmenuTriggerProps = React.ComponentProps<typeof Menu.SubmenuTrigger>;
|
|
@@ -138,12 +138,12 @@ declare const MenuSubmenuTrigger: {
|
|
|
138
138
|
({
|
|
139
139
|
className,
|
|
140
140
|
...props
|
|
141
|
-
}: MenuSubmenuTriggerProps):
|
|
141
|
+
}: MenuSubmenuTriggerProps): react_jsx_runtime72.JSX.Element;
|
|
142
142
|
displayName: string;
|
|
143
143
|
};
|
|
144
144
|
type MenuSubmenuRootProps = React.ComponentProps<typeof Menu.SubmenuRoot>;
|
|
145
145
|
declare const MenuSubmenuRoot: {
|
|
146
|
-
(props: MenuSubmenuRootProps):
|
|
146
|
+
(props: MenuSubmenuRootProps): react_jsx_runtime72.JSX.Element;
|
|
147
147
|
displayName: string;
|
|
148
148
|
};
|
|
149
149
|
//#endregion
|
package/dist/menu.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.d.ts","names":[],"sources":["../src/components/menu.tsx"],"sourcesContent":[],"mappings":";;;;;KAaK,aAAA,GAAgB,KAAA,CAAM,sBAAsB,IAAA,CAAS;cAEpD;UAAmB,gBAAa,
|
|
1
|
+
{"version":3,"file":"menu.d.ts","names":[],"sources":["../src/components/menu.tsx"],"sourcesContent":[],"mappings":"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"}
|
package/dist/menubar.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ControlSize, ControlVariant } from "./lib/control-variants.js";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime91 from "react/jsx-runtime";
|
|
4
4
|
import { Menu } from "@base-ui/react/menu";
|
|
5
5
|
import { Menubar } from "@base-ui/react/menubar";
|
|
6
6
|
|
|
@@ -10,12 +10,12 @@ declare const MenubarRoot: {
|
|
|
10
10
|
({
|
|
11
11
|
className,
|
|
12
12
|
...props
|
|
13
|
-
}: MenubarRootProps):
|
|
13
|
+
}: MenubarRootProps): react_jsx_runtime91.JSX.Element;
|
|
14
14
|
displayName: string;
|
|
15
15
|
};
|
|
16
16
|
type MenubarMenuProps = React.ComponentProps<typeof Menu.Root>;
|
|
17
17
|
declare const MenubarMenu: {
|
|
18
|
-
(props: MenubarMenuProps):
|
|
18
|
+
(props: MenubarMenuProps): react_jsx_runtime91.JSX.Element;
|
|
19
19
|
displayName: string;
|
|
20
20
|
};
|
|
21
21
|
type MenubarTriggerProps = React.ComponentProps<typeof Menu.Trigger> & {
|
|
@@ -30,12 +30,12 @@ declare const MenubarTrigger: {
|
|
|
30
30
|
variant,
|
|
31
31
|
size,
|
|
32
32
|
...props
|
|
33
|
-
}: MenubarTriggerProps):
|
|
33
|
+
}: MenubarTriggerProps): react_jsx_runtime91.JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
};
|
|
36
36
|
type MenubarPortalProps = React.ComponentProps<typeof Menu.Portal>;
|
|
37
37
|
declare const MenubarPortal: {
|
|
38
|
-
(props: MenubarPortalProps):
|
|
38
|
+
(props: MenubarPortalProps): react_jsx_runtime91.JSX.Element;
|
|
39
39
|
displayName: string;
|
|
40
40
|
};
|
|
41
41
|
type MenubarPositionerProps = React.ComponentProps<typeof Menu.Positioner>;
|
|
@@ -43,7 +43,7 @@ declare const MenubarPositioner: {
|
|
|
43
43
|
({
|
|
44
44
|
className,
|
|
45
45
|
...props
|
|
46
|
-
}: MenubarPositionerProps):
|
|
46
|
+
}: MenubarPositionerProps): react_jsx_runtime91.JSX.Element;
|
|
47
47
|
displayName: string;
|
|
48
48
|
};
|
|
49
49
|
type MenubarPopupProps = React.ComponentProps<typeof Menu.Popup>;
|
|
@@ -51,7 +51,7 @@ declare const MenubarPopup: {
|
|
|
51
51
|
({
|
|
52
52
|
className,
|
|
53
53
|
...props
|
|
54
|
-
}: MenubarPopupProps):
|
|
54
|
+
}: MenubarPopupProps): react_jsx_runtime91.JSX.Element;
|
|
55
55
|
displayName: string;
|
|
56
56
|
};
|
|
57
57
|
type MenubarArrowProps = React.ComponentProps<typeof Menu.Arrow>;
|
|
@@ -59,7 +59,7 @@ declare const MenubarArrow: {
|
|
|
59
59
|
({
|
|
60
60
|
className,
|
|
61
61
|
...props
|
|
62
|
-
}: MenubarArrowProps):
|
|
62
|
+
}: MenubarArrowProps): react_jsx_runtime91.JSX.Element;
|
|
63
63
|
displayName: string;
|
|
64
64
|
};
|
|
65
65
|
type MenubarItemProps = React.ComponentProps<typeof Menu.Item>;
|
|
@@ -67,7 +67,7 @@ declare const MenubarItem: {
|
|
|
67
67
|
({
|
|
68
68
|
className,
|
|
69
69
|
...props
|
|
70
|
-
}: MenubarItemProps):
|
|
70
|
+
}: MenubarItemProps): react_jsx_runtime91.JSX.Element;
|
|
71
71
|
displayName: string;
|
|
72
72
|
};
|
|
73
73
|
type MenubarSeparatorProps = React.ComponentProps<typeof Menu.Separator>;
|
|
@@ -75,7 +75,7 @@ declare const MenubarSeparator: {
|
|
|
75
75
|
({
|
|
76
76
|
className,
|
|
77
77
|
...props
|
|
78
|
-
}: MenubarSeparatorProps):
|
|
78
|
+
}: MenubarSeparatorProps): react_jsx_runtime91.JSX.Element;
|
|
79
79
|
displayName: string;
|
|
80
80
|
};
|
|
81
81
|
type MenubarGroupProps = React.ComponentProps<typeof Menu.Group>;
|
|
@@ -83,7 +83,7 @@ declare const MenubarGroup: {
|
|
|
83
83
|
({
|
|
84
84
|
className,
|
|
85
85
|
...props
|
|
86
|
-
}: MenubarGroupProps):
|
|
86
|
+
}: MenubarGroupProps): react_jsx_runtime91.JSX.Element;
|
|
87
87
|
displayName: string;
|
|
88
88
|
};
|
|
89
89
|
type MenubarGroupLabelProps = React.ComponentProps<typeof Menu.GroupLabel>;
|
|
@@ -91,7 +91,7 @@ declare const MenubarGroupLabel: {
|
|
|
91
91
|
({
|
|
92
92
|
className,
|
|
93
93
|
...props
|
|
94
|
-
}: MenubarGroupLabelProps):
|
|
94
|
+
}: MenubarGroupLabelProps): react_jsx_runtime91.JSX.Element;
|
|
95
95
|
displayName: string;
|
|
96
96
|
};
|
|
97
97
|
type MenubarRadioGroupProps = React.ComponentProps<typeof Menu.RadioGroup>;
|
|
@@ -99,7 +99,7 @@ declare const MenubarRadioGroup: {
|
|
|
99
99
|
({
|
|
100
100
|
className,
|
|
101
101
|
...props
|
|
102
|
-
}: MenubarRadioGroupProps):
|
|
102
|
+
}: MenubarRadioGroupProps): react_jsx_runtime91.JSX.Element;
|
|
103
103
|
displayName: string;
|
|
104
104
|
};
|
|
105
105
|
type MenubarRadioItemProps = React.ComponentProps<typeof Menu.RadioItem>;
|
|
@@ -107,7 +107,7 @@ declare const MenubarRadioItem: {
|
|
|
107
107
|
({
|
|
108
108
|
className,
|
|
109
109
|
...props
|
|
110
|
-
}: MenubarRadioItemProps):
|
|
110
|
+
}: MenubarRadioItemProps): react_jsx_runtime91.JSX.Element;
|
|
111
111
|
displayName: string;
|
|
112
112
|
};
|
|
113
113
|
type MenubarCheckboxItemProps = React.ComponentProps<typeof Menu.CheckboxItem>;
|
|
@@ -115,7 +115,7 @@ declare const MenubarCheckboxItem: {
|
|
|
115
115
|
({
|
|
116
116
|
className,
|
|
117
117
|
...props
|
|
118
|
-
}: MenubarCheckboxItemProps):
|
|
118
|
+
}: MenubarCheckboxItemProps): react_jsx_runtime91.JSX.Element;
|
|
119
119
|
displayName: string;
|
|
120
120
|
};
|
|
121
121
|
type MenubarRadioItemIndicatorProps = React.ComponentProps<typeof Menu.RadioItemIndicator>;
|
|
@@ -123,7 +123,7 @@ declare const MenubarRadioItemIndicator: {
|
|
|
123
123
|
({
|
|
124
124
|
className,
|
|
125
125
|
...props
|
|
126
|
-
}: MenubarRadioItemIndicatorProps):
|
|
126
|
+
}: MenubarRadioItemIndicatorProps): react_jsx_runtime91.JSX.Element;
|
|
127
127
|
displayName: string;
|
|
128
128
|
};
|
|
129
129
|
type MenubarCheckboxItemIndicatorProps = React.ComponentProps<typeof Menu.CheckboxItemIndicator>;
|
|
@@ -131,7 +131,7 @@ declare const MenubarCheckboxItemIndicator: {
|
|
|
131
131
|
({
|
|
132
132
|
className,
|
|
133
133
|
...props
|
|
134
|
-
}: MenubarCheckboxItemIndicatorProps):
|
|
134
|
+
}: MenubarCheckboxItemIndicatorProps): react_jsx_runtime91.JSX.Element;
|
|
135
135
|
displayName: string;
|
|
136
136
|
};
|
|
137
137
|
type MenubarCheckboxItemLabelProps = React.ComponentProps<'span'>;
|
|
@@ -139,7 +139,7 @@ declare const MenubarCheckboxItemLabel: {
|
|
|
139
139
|
({
|
|
140
140
|
className,
|
|
141
141
|
...props
|
|
142
|
-
}: MenubarCheckboxItemLabelProps):
|
|
142
|
+
}: MenubarCheckboxItemLabelProps): react_jsx_runtime91.JSX.Element;
|
|
143
143
|
displayName: string;
|
|
144
144
|
};
|
|
145
145
|
type MenubarRadioItemLabelProps = React.ComponentProps<'span'>;
|
|
@@ -147,7 +147,7 @@ declare const MenubarRadioItemLabel: {
|
|
|
147
147
|
({
|
|
148
148
|
className,
|
|
149
149
|
...props
|
|
150
|
-
}: MenubarRadioItemLabelProps):
|
|
150
|
+
}: MenubarRadioItemLabelProps): react_jsx_runtime91.JSX.Element;
|
|
151
151
|
displayName: string;
|
|
152
152
|
};
|
|
153
153
|
type MenubarSubmenuTriggerProps = React.ComponentProps<typeof Menu.SubmenuTrigger>;
|
|
@@ -155,12 +155,12 @@ declare const MenubarSubmenuTrigger: {
|
|
|
155
155
|
({
|
|
156
156
|
className,
|
|
157
157
|
...props
|
|
158
|
-
}: MenubarSubmenuTriggerProps):
|
|
158
|
+
}: MenubarSubmenuTriggerProps): react_jsx_runtime91.JSX.Element;
|
|
159
159
|
displayName: string;
|
|
160
160
|
};
|
|
161
161
|
type MenubarSubmenuRootProps = React.ComponentProps<typeof Menu.SubmenuRoot>;
|
|
162
162
|
declare const MenubarSubmenuRoot: {
|
|
163
|
-
(props: MenubarSubmenuRootProps):
|
|
163
|
+
(props: MenubarSubmenuRootProps): react_jsx_runtime91.JSX.Element;
|
|
164
164
|
displayName: string;
|
|
165
165
|
};
|
|
166
166
|
//#endregion
|
package/dist/menubar.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menubar.d.ts","names":[],"sources":["../src/components/menubar.tsx"],"sourcesContent":[],"mappings":";;;;;;;KAmBK,gBAAA,GAAmB,KAAA,CAAM,sBAAsB;cAE9C;;;;KAAwC,mBAAgB,
|
|
1
|
+
{"version":3,"file":"menubar.d.ts","names":[],"sources":["../src/components/menubar.tsx"],"sourcesContent":[],"mappings":";;;;;;;KAmBK,gBAAA,GAAmB,KAAA,CAAM,sBAAsB;cAE9C;;;;KAAwC,mBAAgB,mBAAA,CAAA,GAAA,CAAA;EAFzD,WAAA,EAAA,MAAgB;CAAA;KAuBhB,gBAAA,GAAmB,KAAA,CAAM,cAvBsB,CAAA,OAuBA,IAAA,CAAK,IAvBL,CAAA;cAyB9C,WAzBwB,EAAA;EAAc,CAAA,KAAA,EAyBhB,gBAzBgB,CAAA,EAyBA,mBAAA,CAAA,GAAA,CAAA,OAzBA;EAEtC,WAAA,EAAA,MAaL;CAAA;KAoBI,mBAAA,GAAsB,KAAA,CAAM,sBAAsB,IAAA,CAAK;;SAjCE,CAAA,EAmClD,cAnCkD;EAAA;EAqBzD,IAAA,CAAA,EAgBI,WAhBJ;CAAgB;cAmBf,cAnBmD,EAAA;;IAAjC,SAAM;IAAA,OAAA;IAAA,IAAA;IAAA,GAAA;EAAA,CAAA,EAmBkC,mBAnBlC,CAAA,EAmBqD,mBAAA,CAAA,GAAA,CAAA,OAnBrD;EAAc,WAAA,EAAA,MAAA;AAAA,CAAA;KAkCvC,kBAAA,GAAqB,KAAA,CAAM,cA9B/B,CAAA,OA8BqD,IAAA,CAAK,MA9B1D,CAAA;cAgCK,aAlCsB,EAAA;QAAgB,EAkCd,kBAlCc,CAAA,EAkCI,mBAAA,CAAA,GAAA,CAAA,OAlCJ;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA;KA4CvC,sBAAA,GAAyB,KAAA,CAAM,cAlCZ,CAAA,OAkCkC,IAAA,CAAK,UAlCvC,CAAA;cAoClB,iBApCsD,EAAA;;IAAjC,SAAM;IAAA,GAAA;EAAA,CAAA,EAoCmB,sBApCnB,CAAA,EAoCyC,mBAAA,CAAA,GAAA,CAAA,OApCzC;aAErB,EAAA,MAAA;;KAkDP,iBAAA,GAAoB,KAAA,CAAM,cAhDX,CAAA,OAgDiC,IAAA,CAAK,KAhDtC,CAAA;AAAA,cAkDd,YAxCL,EAAA;EAAA,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAwC8C,iBAxC9C,CAAA,EAwC+D,mBAAA,CAAA,GAAA,CAAA,OAxC/D;;;KA2DI,iBAAA,GAAoB,KAAA,CAAM,sBAAsB,IAAA,CAAK;cAEpD,YApE0D,EAAA;;IAAmB,SAAA;IAAA,GAAA;EAAA,CAAA,EAoEpC,iBApEoC,CAAA,EAoEnB,mBAAA,CAAA,GAAA,CAAA,OApEmB;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA;KAwF9E,gBAAA,GAAmB,KAAA,CAAM,cAzEP,CAAA,OAyE6B,IAAA,CAAK,IAzElC,CAAA;cA2EjB,WA3EqD,EAAA;;IAAjC,SAAM;IAAA,GAAA;EAAA,CAAA,EA2Ec,gBA3Ed,CAAA,EA2E8B,mBAAA,CAAA,GAAA,CAAA,OA3E9B;EAAc,WAAA,EAAA,MAAA;AAAA,CAAA;KA8FzC,qBAAA,GAAwB,KAAA,CAAM,cA1FlC,CAAA,OA0FwD,IAAA,CAAK,SA1F7D,CAAA;cA4FK,gBA9FwB,EAAA;;IAAkB,SAAA;IAAA,GAAA;EAAA,CAAA,EA8FG,qBA9FH,CAAA,EA8FwB,mBAAA,CAAA,GAAA,CAAA,OA9FxB;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA;KA0G3C,iBAAA,GAAoB,KAAA,CAAM,cAhGJ,CAAA,OAgG0B,IAAA,CAAK,KAhG/B,CAAA;cAkGrB,YAlGyD,EAAA;;IAAjC,SAAM;IAAA,GAAA;EAAA,CAAA,EAkGW,iBAlGX,CAAA,EAkG4B,mBAAA,CAAA,GAAA,CAAA,OAlG5B;EAAc,WAAA,EAAA,MAAA;AAAA,CAAA;KA4G7C,sBAAA,GAAyB,KAAA,CAAM,cAlGnC,CAAA,OAkGyD,IAAA,CAAK,UAlG9D,CAAA;cAoGK;;IA5G8C,SAAA;IAAA,GAAA;EAAA,CAAA,EA4GA,sBA5GA,CAAA,EA4GsB,mBAAA,CAAA,GAAA,CAAA,OA5GtB;aAAsB,EAAA,MAAA;CAAA;AAAA,KA2HrE,sBAAA,GAAyB,KAAA,CAAM,cA3Gd,CAAA,OA2GoC,IAAA,CAAK,UA3GzC,CAAA;cA6GhB,iBA7GgB,EAAA;;IAA+B,SAAK;IAAA,GAAA;EAAA,CAAA,EA6GN,sBA7GM,CAAA,EA6GgB,mBAAA,CAAA,GAAA,CAAA,OA7GhB;aAA3B,EAAA,MAAA;CAAc;AAAA,KAuHxC,qBAAA,GAAwB,KAAA,CAAM,cA1GlC,CAAA,OA0GwD,IAAA,CAAK,SA1G7D,CAAA;cA4GK,gBA5GL,EAAA;;;;KA4GkD,wBAAqB,mBAAA,CAAA,GAAA,CAAA;aAvHzB,EAAA,MAAA;;KA0I1C,wBAAA,GAA2B,KAAA,CAAM,cA1I0B,CAAA,OA0IJ,IAAA,CAAK,YA1ID,CAAA;AAAA,cA4I1D,mBAzHgB,EAAA;EAAA,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAyHgC,wBAzHhC,CAAA,EAyHwD,mBAAA,CAAA,GAAA,CAAA,OAzHxD;aAAoC,EAAA,MAAA;;KA4IrD,8BAAA,GAAiC,KAAA,CAAM,cA5IC,CAAA,OA4IqB,IAAA,CAAK,kBA5I1B,CAAA;AAAA,cA8IvC,yBAhIL,EAAA;EAAA,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAmIE,8BAnIF,CAAA,EAmIgC,mBAAA,CAAA,GAAA,CAAA,OAnIhC;;;KA6II,iCAAA,GAAoC,KAAA,CAAM,cAzJiB,CAAA,OA0JvD,IAAA,CAAK,qBA1JkD,CAAA;cA6J1D,4BA7J0D,EAAA;EAoB3D,CAAA;IAAA,SAAA;IAAA,GAAA;EAAgB,CAAA,EA4IlB,iCA5IkB,CAAA,EA4Ie,mBAAA,CAAA,GAAA,CAAA,OA5If;EAAA,WAAA,EAAA,MAAA;;KAwJhB,6BAAA,GAAgC,KAAA,CAAM,cAxJb,CAAA,MAAA,CAAA;cA0JxB,wBA1JsC,EAAA;EAEtC,CAAA;IAAA,SAAA;IAWL,GAAA;EAAA,CAAA,EAgJE,6BAhJF,CAAA,EAgJ+B,mBAAA,CAAA,GAAA,CAAA,OAhJ/B;EAAA,WAAA,EAAA,MAAA;;KA0JI,0BAAA,GAA6B,KAAA,CAAM,cArKM,CAAA,MAAA,CAAA;cAuKxC,qBAvKwD,EAAA;EAAA,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAuKN,0BAvKM,CAAA,EAuKoB,mBAAA,CAAA,GAAA,CAAA,OAvKpB;EAmBzD,WAAA,EAAA,MAAA;CAAqB;KA8JrB,0BAAA,GAA6B,KAAA,CAAM,cA9JsB,CAAA,OA8JA,IAAA,CAAK,cA9JL,CAAA;cAgKxD,qBAhK6B,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAgKO,0BAhKP,CAAA,EAgKiC,mBAAA,CAAA,GAAA,CAAA,OAhKjC;EAE3C,WAAA,EAAA,MAIL;CAAA;KA6KI,uBAAA,GAA0B,KAAA,CAAM,sBAAsB,IAAA,CAAK;cAE1D,kBAnL6C,EAAA;QAAqB,EAmLrC,uBAnLqC,CAAA,EAmLd,mBAAA,CAAA,GAAA,CAAA,OAnLc;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA"}
|
package/dist/meter.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime111 from "react/jsx-runtime";
|
|
3
3
|
import { Meter } from "@base-ui/react/meter";
|
|
4
4
|
|
|
5
5
|
//#region src/components/meter.d.ts
|
|
@@ -13,7 +13,7 @@ declare const MeterRoot: {
|
|
|
13
13
|
animated,
|
|
14
14
|
value,
|
|
15
15
|
...props
|
|
16
|
-
}: MeterRootProps):
|
|
16
|
+
}: MeterRootProps): react_jsx_runtime111.JSX.Element;
|
|
17
17
|
displayName: string;
|
|
18
18
|
};
|
|
19
19
|
type MeterTrackProps = React.ComponentProps<typeof Meter.Track>;
|
|
@@ -21,7 +21,7 @@ declare const MeterTrack: {
|
|
|
21
21
|
({
|
|
22
22
|
className,
|
|
23
23
|
...props
|
|
24
|
-
}: MeterTrackProps):
|
|
24
|
+
}: MeterTrackProps): react_jsx_runtime111.JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
26
|
};
|
|
27
27
|
type MeterIndicatorProps = React.ComponentProps<typeof Meter.Indicator>;
|
|
@@ -29,7 +29,7 @@ declare const MeterIndicator: {
|
|
|
29
29
|
({
|
|
30
30
|
className,
|
|
31
31
|
...props
|
|
32
|
-
}: MeterIndicatorProps):
|
|
32
|
+
}: MeterIndicatorProps): react_jsx_runtime111.JSX.Element;
|
|
33
33
|
displayName: string;
|
|
34
34
|
};
|
|
35
35
|
type MeterValueProps = React.ComponentProps<typeof Meter.Value>;
|
|
@@ -37,7 +37,7 @@ declare const MeterValue: {
|
|
|
37
37
|
({
|
|
38
38
|
className,
|
|
39
39
|
...props
|
|
40
|
-
}: MeterValueProps):
|
|
40
|
+
}: MeterValueProps): react_jsx_runtime111.JSX.Element;
|
|
41
41
|
displayName: string;
|
|
42
42
|
};
|
|
43
43
|
type MeterLabelProps = React.ComponentProps<typeof Meter.Label>;
|
|
@@ -45,7 +45,7 @@ declare const MeterLabel: {
|
|
|
45
45
|
({
|
|
46
46
|
className,
|
|
47
47
|
...props
|
|
48
|
-
}: MeterLabelProps):
|
|
48
|
+
}: MeterLabelProps): react_jsx_runtime111.JSX.Element;
|
|
49
49
|
displayName: string;
|
|
50
50
|
};
|
|
51
51
|
//#endregion
|