@gataca/design-system 0.2.41 → 0.2.43

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.
@@ -38,6 +38,7 @@ type CredentialCardProps = {
38
38
  text_color?: string;
39
39
  hasGradient?: boolean;
40
40
  };
41
+ shadows?: any;
41
42
  };
42
43
  declare const CredentialCard: (props: CredentialCardProps) => import("react/jsx-runtime").JSX.Element;
43
44
  export default CredentialCard;
@@ -76,5 +76,6 @@ export declare const credentialCardShadows: (colors: ColorsType) => {
76
76
  xAxis: number;
77
77
  yAxis: number;
78
78
  shadowOpacity: number;
79
+ shadowRadius: number;
79
80
  shadowColor: string;
80
81
  }[];
@@ -71,5 +71,6 @@ export declare const credentialCardShadows: (colors: ColorsType) => {
71
71
  xAxis: number;
72
72
  yAxis: number;
73
73
  shadowOpacity: number;
74
+ shadowRadius: number;
74
75
  shadowColor: string;
75
76
  }[];
@@ -31,6 +31,7 @@ export interface ListItemProps {
31
31
  size: IconSize;
32
32
  color: string;
33
33
  }>;
34
+ hasHoverStyle?: boolean;
34
35
  containerStyle?: any;
35
36
  onPress?: (x: any) => void;
36
37
  }
@@ -6,6 +6,7 @@ type ElevationShadowStyleProps = {
6
6
  };
7
7
  xAxis: number;
8
8
  yAxis: number;
9
+ shadowRadius: number;
9
10
  shadowOpacity: number;
10
11
  shadowColor: string;
11
12
  };
@@ -16,6 +16,7 @@ export declare const topAppBarShadows: (colors: ColorsType) => {
16
16
  xAxis: number;
17
17
  yAxis: number;
18
18
  shadowOpacity: number;
19
+ shadowRadius: number;
19
20
  shadowColor: string;
20
21
  }[];
21
22
  export declare const topAppBarEmptyShadows: () => {
@@ -27,5 +28,6 @@ export declare const topAppBarEmptyShadows: () => {
27
28
  xAxis: number;
28
29
  yAxis: number;
29
30
  shadowOpacity: number;
31
+ shadowRadius: number;
30
32
  shadowColor: string;
31
33
  }[];
@@ -31,6 +31,7 @@ export interface ListItemProps {
31
31
  size: IconSize;
32
32
  color: string;
33
33
  }>;
34
+ hasHoverStyle?: boolean;
34
35
  radioButton?: RadioButtonProps;
35
36
  onPress?: (x: any) => void;
36
37
  }