@gataca/design-system 0.3.23 → 0.3.25

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.
Files changed (57) hide show
  1. package/dist/components/index.native.d.ts +21 -0
  2. package/dist/components/index.web.d.ts +21 -0
  3. package/dist/components/native/Illustrations/Illustration.native.d.ts +3 -0
  4. package/dist/components/native/Illustrations/components/CredentialPrimary.native.d.ts +3 -0
  5. package/dist/components/native/Illustrations/components/CredentialSecondary.native.d.ts +3 -0
  6. package/dist/components/native/Illustrations/components/CredentialTertiary.native.d.ts +3 -0
  7. package/dist/components/native/Illustrations/components/Downgrade.native.d.ts +3 -0
  8. package/dist/components/native/Illustrations/components/Error.native.d.ts +3 -0
  9. package/dist/components/native/Illustrations/components/Heartbreak.native.d.ts +3 -0
  10. package/dist/components/native/Illustrations/components/Logout.native.d.ts +3 -0
  11. package/dist/components/native/Illustrations/components/Mail.native.d.ts +3 -0
  12. package/dist/components/native/Illustrations/components/QuestionMark.native.d.ts +3 -0
  13. package/dist/components/native/Illustrations/components/SandboxConnect.native.d.ts +3 -0
  14. package/dist/components/native/Illustrations/components/Search.native.d.ts +3 -0
  15. package/dist/components/native/Illustrations/components/Skull.native.d.ts +3 -0
  16. package/dist/components/native/Illustrations/components/Success.native.d.ts +3 -0
  17. package/dist/components/native/Illustrations/components/Time.native.d.ts +3 -0
  18. package/dist/components/native/Illustrations/components/Trash.native.d.ts +3 -0
  19. package/dist/components/native/Illustrations/components/TrashLigthGrey.native.d.ts +3 -0
  20. package/dist/components/native/Illustrations/components/UpdateBlue.native.d.ts +3 -0
  21. package/dist/components/native/Illustrations/components/Upgrade.native.d.ts +3 -0
  22. package/dist/components/native/Illustrations/components/WarningRed.native.d.ts +3 -0
  23. package/dist/components/native/Illustrations/components/WarningYellow.native.d.ts +3 -0
  24. package/dist/components/native/Illustrations/illustrations_types.d.ts +16 -0
  25. package/dist/components/native/Illustrations/index.native.d.ts +2 -0
  26. package/dist/components/web/Illustrations/Illustration.web.d.ts +3 -0
  27. package/dist/components/web/Illustrations/components/CredentialPrimary.web.d.ts +3 -0
  28. package/dist/components/web/Illustrations/components/CredentialSecondary.web.d.ts +3 -0
  29. package/dist/components/web/Illustrations/components/CredentialTertiary.web.d.ts +3 -0
  30. package/dist/components/web/Illustrations/components/Downgrade.web.d.ts +3 -0
  31. package/dist/components/web/Illustrations/components/Error.web.d.ts +3 -0
  32. package/dist/components/web/Illustrations/components/Heartbreak.web.d.ts +3 -0
  33. package/dist/components/web/Illustrations/components/Logout.web.d.ts +3 -0
  34. package/dist/components/web/Illustrations/components/Mail.web.d.ts +3 -0
  35. package/dist/components/web/Illustrations/components/QuestionMark.web.d.ts +3 -0
  36. package/dist/components/web/Illustrations/components/SandboxConnect.web.d.ts +3 -0
  37. package/dist/components/web/Illustrations/components/Search.web.d.ts +3 -0
  38. package/dist/components/web/Illustrations/components/Skull.web.d.ts +3 -0
  39. package/dist/components/web/Illustrations/components/Success.web.d.ts +3 -0
  40. package/dist/components/web/Illustrations/components/Time.web.d.ts +3 -0
  41. package/dist/components/web/Illustrations/components/Trash.web.d.ts +3 -0
  42. package/dist/components/web/Illustrations/components/TrashLigthGrey.web.d.ts +3 -0
  43. package/dist/components/web/Illustrations/components/UpdateBlue.web.d.ts +3 -0
  44. package/dist/components/web/Illustrations/components/Upgrade.web.d.ts +3 -0
  45. package/dist/components/web/Illustrations/components/WarningRed.web.d.ts +3 -0
  46. package/dist/components/web/Illustrations/components/WarningYellow.web.d.ts +3 -0
  47. package/dist/components/web/Illustrations/illustrations_types.d.ts +14 -0
  48. package/dist/components/web/Illustrations/index.web.d.ts +2 -0
  49. package/dist/index.native.js +1 -1
  50. package/dist/index.native.js.map +1 -1
  51. package/dist/index.web.js +1 -1
  52. package/dist/index.web.js.map +1 -1
  53. package/package.json +3 -2
  54. package/dist/components/native/Dialog/Dialog/dialog_config.native.d.ts +0 -5
  55. package/dist/components/native/Ilustrations/images/error_80.d.ts +0 -2
  56. package/dist/components/native/Ilustrations/images/success_80.d.ts +0 -2
  57. package/dist/components/native/Ilustrations/images/warningYellow_80.d.ts +0 -2
@@ -26,6 +26,27 @@ export { default as NavigationBar } from './native/NavBar/NavigationBar/index.na
26
26
  export { default as Alert } from './native/Alerts/Alert/index.native';
27
27
  export { default as Dialog } from './native/Dialog/Dialog/index.native';
28
28
  export { default as Tooltip } from './native/Tooltips/Tooltip/index.native';
29
+ export { default as Illustration } from './native/Illustrations/index.native';
30
+ export { default as SuccessIllustration } from './native/Illustrations/components/Success.native';
31
+ export { default as ErrorIllustration } from './native/Illustrations/components/Error.native';
32
+ export { default as UpgradeIllustration } from './native/Illustrations/components/Upgrade.native';
33
+ export { default as DowngradeIllustration } from './native/Illustrations/components/Downgrade.native';
34
+ export { default as MailIllustration } from './native/Illustrations/components/Mail.native';
35
+ export { default as WarningYellowIllustration } from './native/Illustrations/components/WarningYellow.native';
36
+ export { default as UpdateBlueIllustration } from './native/Illustrations/components/UpdateBlue.native';
37
+ export { default as TrashIllustration } from './native/Illustrations/components/Trash.native';
38
+ export { default as QuestionMarkIllustration } from './native/Illustrations/components/QuestionMark.native';
39
+ export { default as TrashLigthGreyIllustration } from './native/Illustrations/components/TrashLigthGrey.native';
40
+ export { default as WarningRedIllustration } from './native/Illustrations/components/WarningRed.native';
41
+ export { default as SkullIllustration } from './native/Illustrations/components/Skull.native';
42
+ export { default as SandboxConnectIllustration } from './native/Illustrations/components/SandboxConnect.native';
43
+ export { default as LogoutIllustration } from './native/Illustrations/components/Logout.native';
44
+ export { default as HeartbreakIllustration } from './native/Illustrations/components/Heartbreak.native';
45
+ export { default as TimeIllustration } from './native/Illustrations/components/Time.native';
46
+ export { default as SearchIllustration } from './native/Illustrations/components/Search.native';
47
+ export { default as CredentialPrimaryIllustration } from './native/Illustrations/components/CredentialPrimary.native';
48
+ export { default as CredentialSecondaryIllustration } from './native/Illustrations/components/CredentialSecondary.native';
49
+ export { default as CredentialTertiaryIllustration } from './native/Illustrations/components/CredentialTertiary.native';
29
50
  export { default as GatacaLogoHorIcon } from './native/Icons/icons/brand/gatacaLogoHor';
30
51
  export { default as GatacaLogoIcon } from './native/Icons/icons/brand/gatacaLogo';
31
52
  export { default as YoutubeIcon } from './native/Icons/icons/rrss/youtube';
@@ -29,6 +29,27 @@ export { default as YoutubeIcon } from './web/Icons/icons/rrss/youtube';
29
29
  export { default as Twittercon } from './web/Icons/icons/rrss/twitter';
30
30
  export { default as LinkedinIcon } from './web/Icons/icons/rrss/linkedin';
31
31
  export { default as DiscordIcon } from './web/Icons/icons/rrss/discord';
32
+ export { default as Illustration } from './web/Illustrations/index.web';
33
+ export { default as SuccessIllustration } from './web/Illustrations/components/Success.web';
34
+ export { default as ErrorIllustration } from './web/Illustrations/components/Error.web';
35
+ export { default as UpgradeIllustration } from './web/Illustrations/components/Upgrade.web';
36
+ export { default as DowngradeIllustration } from './web/Illustrations/components/Downgrade.web';
37
+ export { default as MailIllustration } from './web/Illustrations/components/Mail.web';
38
+ export { default as WarningYellowIllustration } from './web/Illustrations/components/WarningYellow.web';
39
+ export { default as UpdateBlueIllustration } from './web/Illustrations/components/UpdateBlue.web';
40
+ export { default as TrashIllustration } from './web/Illustrations/components/Trash.web';
41
+ export { default as QuestionMarkIllustration } from './web/Illustrations/components/QuestionMark.web';
42
+ export { default as TrashLigthGreyIllustration } from './web/Illustrations/components/TrashLigthGrey.web';
43
+ export { default as WarningRedIllustration } from './web/Illustrations/components/WarningRed.web';
44
+ export { default as SkullIllustration } from './web/Illustrations/components/Skull.web';
45
+ export { default as SandboxConnectIllustration } from './web/Illustrations/components/SandboxConnect.web';
46
+ export { default as LogoutIllustration } from './web/Illustrations/components/Logout.web';
47
+ export { default as HeartbreakIllustration } from './web/Illustrations/components/Heartbreak.web';
48
+ export { default as TimeIllustration } from './web/Illustrations/components/Time.web';
49
+ export { default as SearchIllustration } from './web/Illustrations/components/Search.web';
50
+ export { default as CredentialPrimaryIllustration } from './web/Illustrations/components/CredentialPrimary.web';
51
+ export { default as CredentialSecondaryIllustration } from './web/Illustrations/components/CredentialSecondary.web';
52
+ export { default as CredentialTertiaryIllustration } from './web/Illustrations/components/CredentialTertiary.web';
32
53
  export { default as HomeIcon } from './web/Icons/icons/withSelectedState/home';
33
54
  export { default as CredentialIcon } from './web/Icons/icons/withSelectedState/credential';
34
55
  export { default as HelpIcon } from './web/Icons/icons/withSelectedState/help';
@@ -0,0 +1,3 @@
1
+ import { IllustrationProps } from './illustrations_types';
2
+ export declare const Illustration: ({ imgName, size, containerStyle, }: IllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Illustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const CredentialPrimaryIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CredentialPrimaryIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const CredentialSecondaryIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CredentialSecondaryIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const CredentialTertiaryIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CredentialTertiaryIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const DowngradeIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default DowngradeIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const ErrorIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ErrorIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const HeartbreakIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default HeartbreakIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const LogoutIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default LogoutIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const MailIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default MailIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const QuestionMarkIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default QuestionMarkIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const SandboxConnectIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SandboxConnectIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const SearchIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SearchIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const SkullIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SkullIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const SuccessIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SuccessIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const TimeIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TimeIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const TrashIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TrashIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const TrashLigthGreyIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TrashLigthGreyIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const UpdateBlueIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default UpdateBlueIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const UpgradeIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default UpgradeIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const WarningRedIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default WarningRedIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const WarningYellowIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default WarningYellowIllustration;
@@ -0,0 +1,16 @@
1
+ export type IllustrationSize = 80 | 120 | 142;
2
+ export type IllustrationName = 'success' | 'error' | 'upgrade' | 'downgrade' | 'mail' | 'warningYellow' | 'updateBlue' | 'skull' | 'sandboxConnect' | 'logout' | 'heartbreak' | 'time' | 'search' | 'credentialPrimary' | 'credentialSecondary' | 'credentialTertiary';
3
+ export type IllustrationProps = {
4
+ imgName: IllustrationName;
5
+ size?: IllustrationSize;
6
+ containerStyle?: any;
7
+ };
8
+ export type SingleIllustrationProps = {
9
+ size?: IllustrationSize;
10
+ containerStyle?: any;
11
+ };
12
+ export declare const IllustrationsMap: {
13
+ [key: string]: React.FC<any>;
14
+ };
15
+ export declare const stateIllustrations: (({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element)[];
16
+ export declare const credentialIllustrations: (({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element)[];
@@ -0,0 +1,2 @@
1
+ import Illustration from './Illustration.native';
2
+ export default Illustration;
@@ -0,0 +1,3 @@
1
+ import { IllustrationProps } from './illustrations_types';
2
+ export declare const Illustration: ({ imgName, size, containerStyle, }: IllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Illustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const CredentialPrimaryIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CredentialPrimaryIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const CredentialSecondaryIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CredentialSecondaryIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const CredentialTertiaryIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CredentialTertiaryIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const DowngradeIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default DowngradeIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const ErrorIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ErrorIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const HeartbreakIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default HeartbreakIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const LogoutIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default LogoutIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const MailIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default MailIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const QuestionMarkIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default QuestionMarkIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const SandboxConnectIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SandboxConnectIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const SearchIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SearchIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const SkullIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SkullIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const SuccessIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SuccessIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const TimeIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TimeIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const TrashIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TrashIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const TrashLigthGreyIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TrashLigthGreyIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const UpdateBlueIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default UpdateBlueIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const UpgradeIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default UpgradeIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const WarningRedIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default WarningRedIllustration;
@@ -0,0 +1,3 @@
1
+ import { SingleIllustrationProps } from '../illustrations_types';
2
+ export declare const WarningYellowIllustration: ({ size, containerStyle, }: SingleIllustrationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default WarningYellowIllustration;
@@ -0,0 +1,14 @@
1
+ export type IllustrationSize = 80 | 120 | 142;
2
+ export type IllustrationName = 'success' | 'error' | 'upgrade' | 'downgrade' | 'mail' | 'warningYellow' | 'updateBlue' | 'skull' | 'sandboxConnect' | 'logout' | 'heartbreak' | 'time' | 'search' | 'credentialPrimary' | 'credentialSecondary' | 'credentialTertiary';
3
+ export type IllustrationProps = {
4
+ imgName: IllustrationName;
5
+ size?: IllustrationSize;
6
+ containerStyle?: any;
7
+ };
8
+ export type SingleIllustrationProps = {
9
+ size?: IllustrationSize;
10
+ containerStyle?: any;
11
+ };
12
+ export declare const IllustrationsMap: {
13
+ [key: string]: React.FC<any>;
14
+ };
@@ -0,0 +1,2 @@
1
+ import Illustration from './Illustration.web';
2
+ export default Illustration;