@gataca/design-system 0.3.2 → 0.3.4

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 (70) hide show
  1. package/dist/components/index.native.d.ts +30 -6
  2. package/dist/components/index.web.d.ts +30 -6
  3. package/dist/components/native/Icons/icon_types.d.ts +1 -0
  4. package/dist/components/{web/Icons/icons → native/Icons/icons/brand}/gatacaLogo.d.ts +1 -1
  5. package/dist/components/native/Icons/icons/brand/gatacaLogoHor.d.ts +7 -0
  6. package/dist/components/native/Icons/icons/withSelectedState/arrowLeftDiagonalCircle.d.ts +8 -0
  7. package/dist/components/native/Icons/icons/withSelectedState/arrowUpDiagonalCircle.d.ts +8 -0
  8. package/dist/components/native/Icons/icons/withSelectedState/award.d.ts +8 -0
  9. package/dist/components/native/Icons/icons/{bell.d.ts → withSelectedState/bell.d.ts} +1 -1
  10. package/dist/components/native/Icons/icons/withSelectedState/circleWarning.d.ts +8 -0
  11. package/dist/components/native/Icons/icons/withSelectedState/comingSoon.d.ts +8 -0
  12. package/dist/components/native/Icons/icons/withSelectedState/connect.d.ts +8 -0
  13. package/dist/components/native/Icons/icons/withSelectedState/credential.d.ts +8 -0
  14. package/dist/components/native/Icons/icons/withSelectedState/features.d.ts +8 -0
  15. package/dist/components/native/Icons/icons/withSelectedState/help.d.ts +8 -0
  16. package/dist/components/native/Icons/icons/{home.d.ts → withSelectedState/home.d.ts} +1 -1
  17. package/dist/components/native/Icons/icons/withSelectedState/id.d.ts +8 -0
  18. package/dist/components/native/Icons/icons/withSelectedState/key.d.ts +8 -0
  19. package/dist/components/native/Icons/icons/withSelectedState/paymentMethod.d.ts +8 -0
  20. package/dist/components/native/Icons/icons/withSelectedState/profile.d.ts +8 -0
  21. package/dist/components/native/Icons/icons/withSelectedState/servicesLinked.d.ts +8 -0
  22. package/dist/components/native/Icons/icons/withSelectedState/servicesLinkedV2.d.ts +8 -0
  23. package/dist/components/native/Icons/icons/withSelectedState/servicesLinkedV4.d.ts +8 -0
  24. package/dist/components/native/Icons/icons/withSelectedState/settings.d.ts +8 -0
  25. package/dist/components/{web/Icons/icons → native/Icons/icons/withSelectedState}/shieldCheck.d.ts +1 -1
  26. package/dist/components/native/Icons/icons/{shieldError.d.ts → withSelectedState/shieldError.d.ts} +1 -1
  27. package/dist/components/native/Icons/icons/withSelectedState/stamp.d.ts +8 -0
  28. package/dist/components/native/Icons/icons/withSelectedState/star.d.ts +8 -0
  29. package/dist/components/native/Icons/icons/withSelectedState/subscriptions.d.ts +8 -0
  30. package/dist/components/native/Icons/icons/withSelectedState/users.d.ts +8 -0
  31. package/dist/components/native/Icons/icons/withSelectedState/verification.d.ts +8 -0
  32. package/dist/components/native/Icons/icons/withSelectedState/wallet.d.ts +8 -0
  33. package/dist/components/native/Icons/index.native.d.ts +29 -6
  34. package/dist/components/native/NavBar/NavOption/navOption_styles.native.d.ts +1 -0
  35. package/dist/components/web/Icons/icon_types.d.ts +1 -0
  36. package/dist/components/{native/Icons/icons → web/Icons/icons/brand}/gatacaLogo.d.ts +1 -1
  37. package/dist/components/web/Icons/icons/brand/gatacaLogoHor.d.ts +7 -0
  38. package/dist/components/web/Icons/icons/withSelectedState/arrowLeftDiagonalCircle.d.ts +8 -0
  39. package/dist/components/web/Icons/icons/withSelectedState/arrowUpDiagonalCircle.d.ts +8 -0
  40. package/dist/components/web/Icons/icons/withSelectedState/award.d.ts +8 -0
  41. package/dist/components/web/Icons/icons/{bell.d.ts → withSelectedState/bell.d.ts} +1 -1
  42. package/dist/components/web/Icons/icons/withSelectedState/circleWarning.d.ts +8 -0
  43. package/dist/components/web/Icons/icons/withSelectedState/comingSoon.d.ts +8 -0
  44. package/dist/components/web/Icons/icons/withSelectedState/connect.d.ts +8 -0
  45. package/dist/components/web/Icons/icons/withSelectedState/credential.d.ts +8 -0
  46. package/dist/components/web/Icons/icons/withSelectedState/features.d.ts +8 -0
  47. package/dist/components/web/Icons/icons/withSelectedState/help.d.ts +8 -0
  48. package/dist/components/web/Icons/icons/withSelectedState/home.d.ts +8 -0
  49. package/dist/components/web/Icons/icons/withSelectedState/id.d.ts +8 -0
  50. package/dist/components/web/Icons/icons/withSelectedState/key.d.ts +8 -0
  51. package/dist/components/web/Icons/icons/withSelectedState/paymentMethod.d.ts +8 -0
  52. package/dist/components/web/Icons/icons/withSelectedState/profile.d.ts +8 -0
  53. package/dist/components/web/Icons/icons/withSelectedState/servicesLinked.d.ts +8 -0
  54. package/dist/components/web/Icons/icons/withSelectedState/servicesLinkedV2.d.ts +8 -0
  55. package/dist/components/web/Icons/icons/withSelectedState/servicesLinkedV4.d.ts +8 -0
  56. package/dist/components/web/Icons/icons/withSelectedState/settings.d.ts +8 -0
  57. package/dist/components/{native/Icons/icons → web/Icons/icons/withSelectedState}/shieldCheck.d.ts +1 -1
  58. package/dist/components/web/Icons/icons/{shieldError.d.ts → withSelectedState/shieldError.d.ts} +1 -1
  59. package/dist/components/web/Icons/icons/withSelectedState/stamp.d.ts +8 -0
  60. package/dist/components/web/Icons/icons/withSelectedState/star.d.ts +8 -0
  61. package/dist/components/web/Icons/icons/withSelectedState/subscriptions.d.ts +8 -0
  62. package/dist/components/web/Icons/icons/withSelectedState/users.d.ts +8 -0
  63. package/dist/components/web/Icons/icons/withSelectedState/verification.d.ts +8 -0
  64. package/dist/components/web/Icons/icons/withSelectedState/wallet.d.ts +8 -0
  65. package/dist/components/web/Icons/index.web.d.ts +30 -7
  66. package/dist/index.native.js +1 -1
  67. package/dist/index.native.js.map +1 -1
  68. package/dist/index.web.js +1 -1
  69. package/dist/index.web.js.map +1 -1
  70. package/package.json +1 -1
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type IdIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const IdIcon: (props: IdIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default IdIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type KeyIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const KeyIcon: (props: KeyIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default KeyIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type PaymentMethodIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const PaymentMethodIcon: (props: PaymentMethodIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default PaymentMethodIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ProfileIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ProfileIcon: (props: ProfileIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ProfileIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ServicesLinkedIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ServicesLinkedIcon: (props: ServicesLinkedIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ServicesLinkedIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ServicesLinkedV2IconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ServicesLinkedV2Icon: (props: ServicesLinkedV2IconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ServicesLinkedV2Icon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ServicesLinkedV4IconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ServicesLinkedV4Icon: (props: ServicesLinkedV4IconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ServicesLinkedV4Icon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type SettingsIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const SettingsIcon: (props: SettingsIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default SettingsIcon;
@@ -1,4 +1,4 @@
1
- import { IconSize, IconStyle, ShieldIconSize } from '../icon_types';
1
+ import { IconSize, IconStyle, ShieldIconSize } from '../../icon_types';
2
2
  type ShieldCheckIconProps = {
3
3
  size: IconSize | ShieldIconSize;
4
4
  color?: string;
@@ -1,4 +1,4 @@
1
- import { IconSize, IconStyle, ShieldIconSize } from '../icon_types';
1
+ import { IconSize, IconStyle, ShieldIconSize } from '../../icon_types';
2
2
  type ShieldErrorIconProps = {
3
3
  size: IconSize | ShieldIconSize;
4
4
  color?: string;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type StampIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const StampIcon: (props: StampIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default StampIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type StarIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const StarIcon: (props: StarIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default StarIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type SubscriptionsIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const SubscriptionsIcon: (props: SubscriptionsIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default SubscriptionsIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type UsersV2IconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const UsersV2Icon: (props: UsersV2IconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default UsersV2Icon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type VerificationIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const VerificationIcon: (props: VerificationIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default VerificationIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type WalletIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const WalletIcon: (props: WalletIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default WalletIcon;
@@ -1,19 +1,43 @@
1
+ export { default as GatacaLogoHorIcon } from './icons/brand/gatacaLogoHor';
2
+ export { default as GatacaLogoIcon } from './icons/brand/gatacaLogo';
3
+ export { default as HomeIcon } from './icons/withSelectedState/home';
4
+ export { default as CredentialIcon } from './icons/withSelectedState/credential';
5
+ export { default as HelpIcon } from './icons/withSelectedState/help';
6
+ export { default as KeyIcon } from './icons/withSelectedState/key';
7
+ export { default as ConnectIcon } from './icons/withSelectedState/connect';
8
+ export { default as ServicesLinkedV4Icon } from './icons/withSelectedState/servicesLinkedV4';
9
+ export { default as CircleWarningIcon } from './icons/withSelectedState/circleWarning';
10
+ export { default as FeaturesIcon } from './icons/withSelectedState/features';
11
+ export { default as UsersV2Icon } from './icons/withSelectedState/users';
12
+ export { default as AwardIcon } from './icons/withSelectedState/award';
13
+ export { default as ComingSoonIcon } from './icons/withSelectedState/comingSoon';
14
+ export { default as VerificationIcon } from './icons/withSelectedState/verification';
15
+ export { default as ServicesLinkedIcon } from './icons/withSelectedState/servicesLinked';
16
+ export { default as IdIcon } from './icons/withSelectedState/id';
17
+ export { default as WalletIcon } from './icons/withSelectedState/wallet';
18
+ export { default as PaymentMethodIcon } from './icons/withSelectedState/paymentMethod';
19
+ export { default as StarIcon } from './icons/withSelectedState/star';
20
+ export { default as SubscriptionsIcon } from './icons/withSelectedState/subscriptions';
21
+ export { default as StampIcon } from './icons/withSelectedState/stamp';
22
+ export { default as SettingsIcon } from './icons/withSelectedState/settings';
23
+ export { default as ServicesLinkedV2Icon } from './icons/withSelectedState/servicesLinkedV2';
24
+ export { default as ShieldCheckIcon } from './icons/withSelectedState/shieldCheck';
25
+ export { default as ShieldErrorIcon } from './icons/withSelectedState/shieldError';
26
+ export { default as ArrowLeftDiagonalCircleIcon } from './icons/withSelectedState/arrowLeftDiagonalCircle';
27
+ export { default as ArrowUpDiagonalCircleIcon } from './icons/withSelectedState/arrowUpDiagonalCircle';
28
+ export { default as ProfileIcon } from './icons/withSelectedState/profile';
29
+ export { default as BellIcon } from './icons/withSelectedState/bell';
1
30
  export { default as CheckIcon } from './icons/check';
2
31
  export { default as InfoIcon } from './icons/info';
3
32
  export { default as ChevronDownIcon } from './icons/chevronDown';
4
33
  export { default as CloseIcon } from './icons/close';
5
34
  export { default as ImageError } from './icons/imageError';
6
- export { default as ShieldCheckIcon } from './icons/shieldCheck';
7
- export { default as ShieldErrorIcon } from './icons/shieldError';
8
35
  export { default as SlashIcon } from './icons/slash';
9
36
  export { default as WarningIcon } from './icons/warning';
10
- export { default as BellIcon } from './icons/bell';
11
- export { default as HomeIcon } from './icons/home';
12
37
  export { default as ChevronLeftIcon } from './icons/chevronLeft';
13
38
  export { default as CheckCircleIcon } from './icons/checkCircle';
14
- export { default as gatacaLogoIcon } from './icons/gatacaLogo';
15
- export { default as AccessIcon } from './icons/access';
16
39
  export { default as AlertIcon } from './icons/alert';
40
+ export { default as AccessIcon } from './icons/access';
17
41
  export { default as ActivityIcon } from './icons/activity';
18
42
  export { default as ActivityCircleIcon } from './icons/activityCircle';
19
43
  export { default as ArrowDownIcon } from './icons/arrowDown';
@@ -45,7 +69,6 @@ export { default as EyeOffIcon } from './icons/eyeOff';
45
69
  export { default as FileIcon } from './icons/file';
46
70
  export { default as FilterIcon } from './icons/filter';
47
71
  export { default as FilterLinesIcon } from './icons/filterLines';
48
- export { default as GatacaLogoIcon } from './icons/gatacaLogo';
49
72
  export { default as GlobeIcon } from './icons/globe';
50
73
  export { default as GridIcon } from './icons/grid';
51
74
  export { default as HierarchyIcon } from './icons/hierarchy';