diff --git a/packages/ui/report.api.md b/packages/ui/report.api.md index d19fdc8c56..093d18e707 100644 --- a/packages/ui/report.api.md +++ b/packages/ui/report.api.md @@ -62,7 +62,7 @@ import type { ToggleButtonProps as ToggleButtonProps_2 } from 'react-aria-compon import type { TooltipProps as TooltipProps_2 } from 'react-aria-components'; import { TooltipTriggerComponentProps } from 'react-aria-components'; -// @public (undocumented) +// @public export const Accordion: ForwardRefExoticComponent< AccordionProps & RefAttributes >; @@ -86,7 +86,7 @@ export const AccordionDefinition: { }; }; -// @public (undocumented) +// @public export const AccordionGroup: ForwardRefExoticComponent< AccordionGroupProps & RefAttributes >; @@ -125,7 +125,7 @@ export type AccordionOwnProps = { className?: string; }; -// @public (undocumented) +// @public export const AccordionPanel: ForwardRefExoticComponent< AccordionPanelProps & RefAttributes >; @@ -158,7 +158,7 @@ export interface AccordionProps extends Omit, AccordionOwnProps {} -// @public (undocumented) +// @public export const AccordionTrigger: ForwardRefExoticComponent< AccordionTriggerProps & RefAttributes >; @@ -275,7 +275,7 @@ export type AnalyticsTracker = { ) => void; }; -// @public (undocumented) +// @public export const Avatar: ForwardRefExoticComponent< AvatarProps & RefAttributes >; @@ -349,7 +349,7 @@ export type BorderRadius = | 'xl' | '2xl'; -// @public (undocumented) +// @public export const Box: ForwardRefExoticComponent< BoxProps & RefAttributes >; @@ -480,7 +480,7 @@ export const ButtonDefinition: { }; }; -// @public (undocumented) +// @public export const ButtonIcon: ForwardRefExoticComponent< ButtonIconProps & RefAttributes >; @@ -527,7 +527,7 @@ export interface ButtonIconProps extends Omit, ButtonIconOwnProps {} -// @public (undocumented) +// @public export const ButtonLink: ForwardRefExoticComponent< ButtonLinkProps & RefAttributes >; @@ -765,7 +765,7 @@ export type CardStaticVariant = { download?: never; }; -// @public (undocumented) +// @public export const Cell: { (props: CellProps): JSX_2.Element; displayName: string; @@ -776,7 +776,7 @@ export type CellOwnProps = { className?: string; }; -// @public (undocumented) +// @public export const CellProfile: (props: CellProfileProps) => JSX_2.Element; // @public @@ -799,7 +799,7 @@ export interface CellProps extends CellOwnProps, Omit {} -// @public (undocumented) +// @public export const CellText: { (props: CellTextProps): JSX_2.Element; displayName: string; @@ -820,7 +820,7 @@ export interface CellTextProps extends CellTextOwnProps, Omit {} -// @public (undocumented) +// @public export const Checkbox: ForwardRefExoticComponent< CheckboxProps & RefAttributes >; @@ -851,7 +851,7 @@ export interface CheckboxProps extends Omit, CheckboxOwnProps {} -// @public (undocumented) +// @public export const Column: (props: ColumnProps) => JSX_2.Element; // @public @@ -912,7 +912,7 @@ export interface CompletePaginationOptions extends PaginationOptions { type?: 'page' | 'none'; } -// @public (undocumented) +// @public export const Container: ForwardRefExoticComponent< ContainerProps & RefAttributes >; @@ -1003,12 +1003,12 @@ export interface CursorResponse { totalCount?: number; } -// @public (undocumented) +// @public export const Dialog: ForwardRefExoticComponent< DialogProps & RefAttributes >; -// @public (undocumented) +// @public export const DialogBody: ForwardRefExoticComponent< DialogBodyProps & RefAttributes >; @@ -1057,7 +1057,7 @@ export const DialogDefinition: { }; }; -// @public (undocumented) +// @public export const DialogFooter: ForwardRefExoticComponent< DialogFooterProps & RefAttributes >; @@ -1087,7 +1087,7 @@ export interface DialogFooterProps extends DialogFooterOwnProps, Omit, keyof DialogFooterOwnProps> {} -// @public (undocumented) +// @public export const DialogHeader: ForwardRefExoticComponent< DialogHeaderProps & RefAttributes >; @@ -1132,7 +1132,7 @@ export interface DialogProps extends DialogOwnProps, Omit {} -// @public (undocumented) +// @public export const DialogTrigger: (props: DialogTriggerProps) => JSX_2.Element; // @public @@ -1141,7 +1141,7 @@ export interface DialogTriggerProps extends DialogTriggerProps_2 {} // @public (undocumented) export type Display = 'none' | 'flex' | 'block' | 'inline'; -// @public (undocumented) +// @public export const FieldLabel: ForwardRefExoticComponent< FieldLabelProps & RefAttributes >; @@ -1192,7 +1192,7 @@ export interface FilterState { value: TFilter | undefined; } -// @public (undocumented) +// @public export const Flex: ForwardRefExoticComponent< FlexProps & RefAttributes >; @@ -1580,7 +1580,7 @@ export type JustifyContent = | 'around' | 'between'; -// @public (undocumented) +// @public export const Link: ForwardRefExoticComponent< LinkProps & RefAttributes >; @@ -1884,7 +1884,7 @@ export interface MenuSeparatorProps extends MenuSeparatorOwnProps, Omit {} -// @public (undocumented) +// @public export const MenuTrigger: (props: MenuTriggerProps) => JSX_2.Element; // @public (undocumented) @@ -1979,7 +1979,7 @@ export interface PaginationOptions initialOffset?: number; } -// @public (undocumented) +// @public export const PasswordField: ForwardRefExoticComponent< PasswordFieldProps & RefAttributes >; @@ -2134,7 +2134,7 @@ export interface QueryOptions { sort?: SortDescriptor | null; } -// @public (undocumented) +// @public export const Radio: ForwardRefExoticComponent< RadioProps & RefAttributes >; @@ -2152,7 +2152,7 @@ export const RadioDefinition: { }; }; -// @public (undocumented) +// @public export const RadioGroup: ForwardRefExoticComponent< RadioGroupProps & RefAttributes >; @@ -2204,7 +2204,7 @@ export interface RadioProps // @public (undocumented) export type Responsive = T | Partial>; -// @public (undocumented) +// @public export function Row(props: RowProps): JSX_2.Element; // @public (undocumented) @@ -2236,7 +2236,7 @@ export type RowRenderFn = (params: { index: number; }) => ReactNode; -// @public (undocumented) +// @public export function SearchAutocomplete( props: SearchAutocompleteProps, ): JSX_2.Element; @@ -2280,7 +2280,7 @@ export const SearchAutocompleteDefinition: { }; }; -// @public (undocumented) +// @public export function SearchAutocompleteItem( props: SearchAutocompleteItemProps, ): JSX_2.Element; @@ -2316,7 +2316,7 @@ export type SearchAutocompleteOwnProps = { // @public (undocumented) export interface SearchAutocompleteProps extends SearchAutocompleteOwnProps {} -// @public (undocumented) +// @public export const SearchField: ForwardRefExoticComponent< SearchFieldProps & RefAttributes >; @@ -2379,7 +2379,7 @@ export interface SearchState { value: string; } -// @public (undocumented) +// @public export const Select: ForwardRefExoticComponent< SelectProps<'multiple' | 'single'> & RefAttributes >; @@ -2431,7 +2431,7 @@ export interface SelectProps selectionMode?: T; } -// @public (undocumented) +// @public export const Skeleton: (props: SkeletonProps) => JSX_2.Element; // @public @@ -2472,7 +2472,7 @@ export interface SkeletonProps extends Omit, 'children' | 'className' | 'style'>, SkeletonOwnProps {} -// @public (undocumented) +// @public export const Slider: (( props: SliderProps & { ref?: React.ForwardedRef; @@ -2562,7 +2562,7 @@ export const SubmenuTrigger: (props: SubmenuTriggerProps) => JSX_2.Element; // @public (undocumented) export interface SubmenuTriggerProps extends SubmenuTriggerProps_2 {} -// @public (undocumented) +// @public export const Switch: ForwardRefExoticComponent< SwitchProps & RefAttributes >; @@ -2596,10 +2596,10 @@ export interface SwitchProps // @public export const Tab: (props: TabProps) => JSX_2.Element; -// @public (undocumented) +// @public export function Table(input: TableProps): JSX_2.Element; -// @public (undocumented) +// @public export const TableBody: ( props: TableBodyProps, ) => JSX_2.Element; @@ -2630,7 +2630,7 @@ export const TableDefinition: { }; }; -// @public (undocumented) +// @public export const TableHeader: ( props: TableHeaderProps, ) => JSX_2.Element; @@ -2744,7 +2744,7 @@ export interface TableProps { virtualized?: VirtualizedProp; } -// @public (undocumented) +// @public export const TableRoot: (props: TableRootProps) => JSX_2.Element; // @public (undocumented) @@ -2897,7 +2897,7 @@ export interface TagProps extends TagOwnProps, Omit {} -// @public (undocumented) +// @public const Text_2: { ( props: TextProps & { @@ -2945,7 +2945,7 @@ export const TextDefinition: { }; }; -// @public (undocumented) +// @public export const TextField: ForwardRefExoticComponent< TextFieldProps & RefAttributes >; @@ -3040,7 +3040,7 @@ export type TextVariants = // @public (undocumented) export type TextWeights = 'regular' | 'bold'; -// @public (undocumented) +// @public export const ToggleButton: ForwardRefExoticComponent< ToggleButtonProps & RefAttributes >; @@ -3066,7 +3066,7 @@ export const ToggleButtonDefinition: { }; }; -// @public (undocumented) +// @public export const ToggleButtonGroup: ForwardRefExoticComponent< ToggleButtonGroupProps & RefAttributes >; @@ -3110,7 +3110,7 @@ export interface ToggleButtonProps extends Omit, ToggleButtonOwnProps {} -// @public (undocumented) +// @public export const Tooltip: ForwardRefExoticComponent< TooltipProps & RefAttributes >; @@ -3142,7 +3142,7 @@ export interface TooltipProps extends Omit, TooltipOwnProps {} -// @public (undocumented) +// @public export const TooltipTrigger: ( props: TooltipTriggerComponentProps, ) => JSX_2.Element; @@ -3166,7 +3166,7 @@ export const useBreakpoint: () => { down: (key: Breakpoint) => boolean; }; -// @public (undocumented) +// @public export function useTable( options: UseTableCompleteOptions, ): UseTableResult;