@bookers/ui 0.6.0 → 0.7.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/index.d.ts CHANGED
@@ -101,6 +101,7 @@ export declare const AlertTitle: React_2.ForwardRefExoticComponent<React_2.HTMLA
101
101
 
102
102
  export declare const alertVariants: (props?: ({
103
103
  variant?: "default" | "info" | "success" | "warning" | "destructive" | null | undefined;
104
+ size?: "sm" | "md" | null | undefined;
104
105
  } & ClassProp) | undefined) => string;
105
106
 
106
107
  export declare const AspectRatio: React_2.ForwardRefExoticComponent<AspectRatioProps & React_2.RefAttributes<HTMLDivElement>>;