@gataca/design-system 4.3.0 → 4.3.11

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.
@@ -5,5 +5,5 @@ type ProfilePhotoIconProps = {
5
5
  color?: string;
6
6
  style?: IconStyle;
7
7
  };
8
- export declare const ProfilePhotoIcon: ({ id, size, color }: ProfilePhotoIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const ProfilePhotoIcon: ({ id, size, color, }: ProfilePhotoIconProps) => import("react/jsx-runtime").JSX.Element;
9
9
  export default ProfilePhotoIcon;
@@ -1,3 +1,3 @@
1
1
  import { BackdropProps } from '../tooltip_types.native';
2
2
  export declare const ANIMATION_DURATION = 250;
3
- export default function Backdrop({ children, onPress, visible }: BackdropProps): import("react/jsx-runtime").JSX.Element;
3
+ export default function Backdrop({ children, onPress, visible, }: BackdropProps): import("react/jsx-runtime").JSX.Element;
@@ -6,5 +6,5 @@ type CommitmentIconProps = {
6
6
  color?: string;
7
7
  style?: IconStyle;
8
8
  };
9
- declare const CommitmentIcon: ({ id, className, size, color }: CommitmentIconProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const CommitmentIcon: ({ id, className, size, color, }: CommitmentIconProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export default CommitmentIcon;
@@ -6,5 +6,5 @@ type ComplianceIconProps = {
6
6
  color?: string;
7
7
  style?: IconStyle;
8
8
  };
9
- declare const ComplianceIcon: ({ id, className, size, color }: ComplianceIconProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const ComplianceIcon: ({ id, className, size, color, }: ComplianceIconProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export default ComplianceIcon;
@@ -6,5 +6,5 @@ type DevicesIconProps = {
6
6
  color?: string;
7
7
  style?: IconStyle;
8
8
  };
9
- export declare const DevicesIcon: ({ id, className, size, color }: DevicesIconProps) => import("react/jsx-runtime").JSX.Element;
9
+ export declare const DevicesIcon: ({ id, className, size, color, }: DevicesIconProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export default DevicesIcon;
@@ -6,5 +6,5 @@ type DisconnectIconProps = {
6
6
  color?: string;
7
7
  style?: IconStyle;
8
8
  };
9
- declare const DisconnectIcon: ({ id, className, size, color }: DisconnectIconProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const DisconnectIcon: ({ id, className, size, color, }: DisconnectIconProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export default DisconnectIcon;
@@ -6,5 +6,5 @@ type GovernmentIconProps = {
6
6
  color?: string;
7
7
  style?: IconStyle;
8
8
  };
9
- declare const GovernmentIcon: ({ id, className, size, color }: GovernmentIconProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const GovernmentIcon: ({ id, className, size, color, }: GovernmentIconProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export default GovernmentIcon;
@@ -6,5 +6,5 @@ type NavigationIconProps = {
6
6
  color?: string;
7
7
  style?: IconStyle;
8
8
  };
9
- declare const NavigationIcon: ({ id, className, size, color }: NavigationIconProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const NavigationIcon: ({ id, className, size, color, }: NavigationIconProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export default NavigationIcon;
@@ -6,5 +6,5 @@ type PlusCircleIconProps = {
6
6
  color?: string;
7
7
  style?: IconStyle;
8
8
  };
9
- declare const PlusCircleIcon: ({ id, className, size, color }: PlusCircleIconProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const PlusCircleIcon: ({ id, className, size, color, }: PlusCircleIconProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export default PlusCircleIcon;
@@ -6,5 +6,5 @@ type UserSecureIconProps = {
6
6
  color?: string;
7
7
  style?: IconStyle;
8
8
  };
9
- declare const UserSecureIcon: ({ id, className, size, color }: UserSecureIconProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const UserSecureIcon: ({ id, className, size, color, }: UserSecureIconProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export default UserSecureIcon;