@foris/avocado-suite 0.11.2 → 0.11.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,10 +4,12 @@ interface CardProps {
4
4
  children: ReactNode;
5
5
  /** Overwrite className */
6
6
  className?: string;
7
- /** Color id */
8
- colorId?: number;
7
+ /** Overwrite aside className */
8
+ classNameAside?: string;
9
9
  /** Overwrite content className */
10
10
  classNameContent?: string;
11
+ /** Color id */
12
+ colorId?: number;
11
13
  /** Disabled state */
12
14
  disabled?: boolean;
13
15
  /** OnClick event */