@gataca/design-system 0.2.44 → 0.2.45

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,7 +38,6 @@ type CredentialCardProps = {
38
38
  text_color?: string;
39
39
  hasGradient?: boolean;
40
40
  };
41
- shadows?: any;
42
41
  };
43
42
  declare const CredentialCard: (props: CredentialCardProps) => import("react/jsx-runtime").JSX.Element;
44
43
  export default CredentialCard;
@@ -1,4 +1,3 @@
1
- import { ColorsType } from '../../../../styles';
2
1
  import { BellIconStyle, IconSize } from '../../Icons/icon_types';
3
2
  export declare const topAppBarIconMap: {
4
3
  [key: string]: React.FC<{
@@ -7,7 +6,7 @@ export declare const topAppBarIconMap: {
7
6
  style?: BellIconStyle;
8
7
  }>;
9
8
  };
10
- export declare const topAppBarShadows: (colors: ColorsType) => {
9
+ export declare const topAppBarShadows: () => {
11
10
  elevation: number;
12
11
  shadowOffset: {
13
12
  width: number;
@@ -30,7 +30,6 @@ export interface TopAppBarProps {
30
30
  onPress: (x?: any) => void;
31
31
  };
32
32
  };
33
- shadows?: any;
34
33
  avatar?: AvatarProps;
35
34
  headingContainerText?: string;
36
35
  containerStyle?: any;