@tetrascience-npm/tetrascience-react-ui 0.5.0-beta.29.1 → 0.5.0-beta.30.1

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/index.d.ts CHANGED
@@ -89,7 +89,7 @@ export declare function AlertDialogTrigger({ ...props }: React_2.ComponentProps<
89
89
  export declare function AlertTitle({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
90
90
 
91
91
  declare const alertVariants: (props?: ({
92
- variant?: "default" | "destructive" | null | undefined;
92
+ variant?: "default" | "destructive" | "info" | "positive" | "warning" | null | undefined;
93
93
  } & ClassProp) | undefined) => string;
94
94
 
95
95
  export declare const AppHeader: default_2.FC<AppHeaderProps>;
@@ -691,6 +691,8 @@ export declare interface DataTableProps<TData, TValue> {
691
691
 
692
692
  export declare function Dialog({ ...props }: React_2.ComponentProps<typeof Dialog_2.Root>): JSX.Element;
693
693
 
694
+ export declare function DialogBody({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
695
+
694
696
  export declare function DialogClose({ ...props }: React_2.ComponentProps<typeof Dialog_2.Close>): JSX.Element;
695
697
 
696
698
  export declare function DialogContent({ className, children, showCloseButton, ...props }: React_2.ComponentProps<typeof Dialog_2.Content> & {