@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
@@ -21,19 +21,45 @@ export { default as RadioButton } from './native/RadioButton/RadioButton/index.n
21
21
  export { default as Switch } from './native/Switch/Switch/index.native';
22
22
  export { default as NavOption } from './native/NavBar/NavOption/index.native';
23
23
  export { default as NavigationBar } from './native/NavBar/NavigationBar/index.native';
24
+ export { default as GatacaLogoHorIcon } from './native/Icons/icons/brand/gatacaLogoHor';
25
+ export { default as GatacaLogoIcon } from './native/Icons/icons/brand/gatacaLogo';
26
+ export { default as HomeIcon } from './native/Icons/icons/withSelectedState/home';
27
+ export { default as CredentialIcon } from './native/Icons/icons/withSelectedState/credential';
28
+ export { default as HelpIcon } from './native/Icons/icons/withSelectedState/help';
29
+ export { default as KeyIcon } from './native/Icons/icons/withSelectedState/key';
30
+ export { default as ConnectIcon } from './native/Icons/icons/withSelectedState/connect';
31
+ export { default as ServicesLinkedV4Icon } from './native/Icons/icons/withSelectedState/servicesLinkedV4';
32
+ export { default as CircleWarningIcon } from './native/Icons/icons/withSelectedState/circleWarning';
33
+ export { default as FeaturesIcon } from './native/Icons/icons/withSelectedState/features';
34
+ export { default as UsersV2Icon } from './native/Icons/icons/withSelectedState/users';
35
+ export { default as AwardIcon } from './native/Icons/icons/withSelectedState/award';
36
+ export { default as ComingSoonIcon } from './native/Icons/icons/withSelectedState/comingSoon';
37
+ export { default as VerificationIcon } from './native/Icons/icons/withSelectedState/verification';
38
+ export { default as ServicesLinkedIcon } from './native/Icons/icons/withSelectedState/servicesLinked';
39
+ export { default as IdIcon } from './native/Icons/icons/withSelectedState/id';
40
+ export { default as WalletIcon } from './native/Icons/icons/withSelectedState/wallet';
41
+ export { default as PaymentMethodIcon } from './native/Icons/icons/withSelectedState/paymentMethod';
42
+ export { default as StarIcon } from './native/Icons/icons/withSelectedState/star';
43
+ export { default as SubscriptionsIcon } from './native/Icons/icons/withSelectedState/subscriptions';
44
+ export { default as StampIcon } from './native/Icons/icons/withSelectedState/stamp';
45
+ export { default as SettingsIcon } from './native/Icons/icons/withSelectedState/settings';
46
+ export { default as ServicesLinkedV2Icon } from './native/Icons/icons/withSelectedState/servicesLinkedV2';
47
+ export { default as ShieldCheckIcon } from './native/Icons/icons/withSelectedState/shieldCheck';
48
+ export { default as ShieldErrorIcon } from './native/Icons/icons/withSelectedState/shieldError';
49
+ export { default as ArrowLeftDiagonalCircleIcon } from './native/Icons/icons/withSelectedState/arrowLeftDiagonalCircle';
50
+ export { default as ArrowUpDiagonalCircleIcon } from './native/Icons/icons/withSelectedState/arrowUpDiagonalCircle';
51
+ export { default as ProfileIcon } from './native/Icons/icons/withSelectedState/profile';
52
+ export { default as BellIcon } from './native/Icons/icons/withSelectedState/bell';
24
53
  export { default as CheckIcon } from './native/Icons/icons/check';
25
54
  export { default as InfoIcon } from './native/Icons/icons/info';
26
55
  export { default as ChevronDownIcon } from './native/Icons/icons/chevronDown';
27
56
  export { default as CloseIcon } from './native/Icons/icons/close';
28
57
  export { default as ImageError } from './native/Icons/icons/imageError';
29
- export { default as ShieldCheckIcon } from './native/Icons/icons/shieldCheck';
30
- export { default as ShieldErrorIcon } from './native/Icons/icons/shieldError';
31
58
  export { default as SlashIcon } from './native/Icons/icons/slash';
32
59
  export { default as WarningIcon } from './native/Icons/icons/warning';
33
- export { default as HomeIcon } from './native/Icons/icons/home';
34
60
  export { default as ChevronLeftIcon } from './native/Icons/icons/chevronLeft';
35
61
  export { default as CheckCircleIcon } from './native/Icons/icons/checkCircle';
36
- export { default as gatacaLogoIcon } from './native/Icons/icons/gatacaLogo';
62
+ export { default as AlertIcon } from './native/Icons/icons/alert';
37
63
  export { default as AccessIcon } from './native/Icons/icons/access';
38
64
  export { default as ActivityIcon } from './native/Icons/icons/activity';
39
65
  export { default as ActivityCircleIcon } from './native/Icons/icons/activityCircle';
@@ -42,7 +68,6 @@ export { default as ArrowLeftIcon } from './native/Icons/icons/arrowLeft';
42
68
  export { default as ArrowRightIcon } from './native/Icons/icons/arrowRight';
43
69
  export { default as ArrowUpIcon } from './native/Icons/icons/arrowUp';
44
70
  export { default as AtIcon } from './native/Icons/icons/at';
45
- export { default as AlertIcon } from './native/Icons/icons/alert';
46
71
  export { default as BarChartIcon } from './native/Icons/icons/barChart';
47
72
  export { default as BellOffIcon } from './native/Icons/icons/bellOff';
48
73
  export { default as BookmarkIcon } from './native/Icons/icons/bookmark';
@@ -67,7 +92,6 @@ export { default as EyeOffIcon } from './native/Icons/icons/eyeOff';
67
92
  export { default as FileIcon } from './native/Icons/icons/file';
68
93
  export { default as FilterIcon } from './native/Icons/icons/filter';
69
94
  export { default as FilterLinesIcon } from './native/Icons/icons/filterLines';
70
- export { default as GatacaLogoIcon } from './native/Icons/icons/gatacaLogo';
71
95
  export { default as GlobeIcon } from './native/Icons/icons/globe';
72
96
  export { default as GridIcon } from './native/Icons/icons/grid';
73
97
  export { default as HierarchyIcon } from './native/Icons/icons/hierarchy';
@@ -19,19 +19,45 @@ export { default as RadioButton } from './web/RadioButton/RadioButton/index.web'
19
19
  export { default as Switch } from './web/Switch/Switch/index.web';
20
20
  export { default as NavOption } from './web/NavBar/NavOption/index.web';
21
21
  export { default as NavigationBar } from './web/NavBar/NavigationBar/index.web';
22
+ export { default as GatacaLogoHorIcon } from './web/Icons/icons/brand/gatacaLogoHor';
23
+ export { default as GatacaLogoIcon } from './web/Icons/icons/brand/gatacaLogo';
24
+ export { default as HomeIcon } from './web/Icons/icons/withSelectedState/home';
25
+ export { default as CredentialIcon } from './web/Icons/icons/withSelectedState/credential';
26
+ export { default as HelpIcon } from './web/Icons/icons/withSelectedState/help';
27
+ export { default as KeyIcon } from './web/Icons/icons/withSelectedState/key';
28
+ export { default as ConnectIcon } from './web/Icons/icons/withSelectedState/connect';
29
+ export { default as ServicesLinkedV4Icon } from './web/Icons/icons/withSelectedState/servicesLinkedV4';
30
+ export { default as CircleWarningIcon } from './web/Icons/icons/withSelectedState/circleWarning';
31
+ export { default as FeaturesIcon } from './web/Icons/icons/withSelectedState/features';
32
+ export { default as UsersV2Icon } from './web/Icons/icons/withSelectedState/users';
33
+ export { default as AwardIcon } from './web/Icons/icons/withSelectedState/award';
34
+ export { default as ComingSoonIcon } from './web/Icons/icons/withSelectedState/comingSoon';
35
+ export { default as VerificationIcon } from './web/Icons/icons/withSelectedState/verification';
36
+ export { default as ServicesLinkedIcon } from './web/Icons/icons/withSelectedState/servicesLinked';
37
+ export { default as IdIcon } from './web/Icons/icons/withSelectedState/id';
38
+ export { default as WalletIcon } from './web/Icons/icons/withSelectedState/wallet';
39
+ export { default as PaymentMethodIcon } from './web/Icons/icons/withSelectedState/paymentMethod';
40
+ export { default as StarIcon } from './web/Icons/icons/withSelectedState/star';
41
+ export { default as SubscriptionsIcon } from './web/Icons/icons/withSelectedState/subscriptions';
42
+ export { default as StampIcon } from './web/Icons/icons/withSelectedState/stamp';
43
+ export { default as SettingsIcon } from './web/Icons/icons/withSelectedState/settings';
44
+ export { default as ServicesLinkedV2Icon } from './web/Icons/icons/withSelectedState/servicesLinkedV2';
45
+ export { default as ShieldCheckIcon } from './web/Icons/icons/withSelectedState/shieldCheck';
46
+ export { default as ShieldErrorIcon } from './web/Icons/icons/withSelectedState/shieldError';
47
+ export { default as ArrowLeftDiagonalCircleIcon } from './web/Icons/icons/withSelectedState/arrowLeftDiagonalCircle';
48
+ export { default as ArrowUpDiagonalCircleIcon } from './web/Icons/icons/withSelectedState/arrowUpDiagonalCircle';
49
+ export { default as ProfileIcon } from './web/Icons/icons/withSelectedState/profile';
50
+ export { default as BellIcon } from './web/Icons/icons/withSelectedState/bell';
22
51
  export { default as CheckIcon } from './web/Icons/icons/check';
23
52
  export { default as InfoIcon } from './web/Icons/icons/info';
24
53
  export { default as ChevronDownIcon } from './web/Icons/icons/chevronDown';
25
54
  export { default as CloseIcon } from './web/Icons/icons/close';
26
55
  export { default as ImageError } from './web/Icons/icons/imageError';
27
- export { default as ShieldCheckIcon } from './web/Icons/icons/shieldCheck';
28
- export { default as ShieldErrorIcon } from './web/Icons/icons/shieldError';
29
56
  export { default as SlashIcon } from './web/Icons/icons/slash';
30
57
  export { default as WarningIcon } from './web/Icons/icons/warning';
31
- export { default as HomeIcon } from './web/Icons/icons/home';
32
58
  export { default as ChevronLeftIcon } from './web/Icons/icons/chevronLeft';
33
59
  export { default as CheckCircleIcon } from './web/Icons/icons/checkCircle';
34
- export { default as gatacaLogoIcon } from './web/Icons/icons/gatacaLogo';
60
+ export { default as AlertIcon } from './web/Icons/icons/alert';
35
61
  export { default as AccessIcon } from './web/Icons/icons/access';
36
62
  export { default as ActivityIcon } from './web/Icons/icons/activity';
37
63
  export { default as ActivityCircleIcon } from './web/Icons/icons/activityCircle';
@@ -40,7 +66,6 @@ export { default as ArrowLeftIcon } from './web/Icons/icons/arrowLeft';
40
66
  export { default as ArrowRightIcon } from './web/Icons/icons/arrowRight';
41
67
  export { default as ArrowUpIcon } from './web/Icons/icons/arrowUp';
42
68
  export { default as AtIcon } from './web/Icons/icons/at';
43
- export { default as AlertIcon } from './web/Icons/icons/alert';
44
69
  export { default as BarChartIcon } from './web/Icons/icons/barChart';
45
70
  export { default as BellOffIcon } from './web/Icons/icons/bellOff';
46
71
  export { default as BookmarkIcon } from './web/Icons/icons/bookmark';
@@ -65,7 +90,6 @@ export { default as EyeOffIcon } from './web/Icons/icons/eyeOff';
65
90
  export { default as FileIcon } from './web/Icons/icons/file';
66
91
  export { default as FilterIcon } from './web/Icons/icons/filter';
67
92
  export { default as FilterLinesIcon } from './web/Icons/icons/filterLines';
68
- export { default as GatacaLogoIcon } from './web/Icons/icons/gatacaLogo';
69
93
  export { default as GlobeIcon } from './web/Icons/icons/globe';
70
94
  export { default as GridIcon } from './web/Icons/icons/grid';
71
95
  export { default as HierarchyIcon } from './web/Icons/icons/hierarchy';
@@ -2,6 +2,7 @@ export type IconSize = '16' | '24' | '32';
2
2
  export type IconExtendedSize = '6' | '8' | '12' | '16' | '24' | '32';
3
3
  export type ShieldIconSize = '8' | '16' | '24' | '32';
4
4
  export type GatacaLogoIconSize = '12' | '16' | '24' | '32' | '64' | '71';
5
+ export type GatacaLogoHorSize = '8' | '24';
5
6
  export type LoaderPrototipeIconSize = '24' | '40';
6
7
  export type IconStyle = 'outline' | 'filled';
7
8
  export type BellIconStyle = 'outline' | 'filled' | 'active';
@@ -1,4 +1,4 @@
1
- import { GatacaLogoIconSize, IconSize } from '../icon_types';
1
+ import { GatacaLogoIconSize, IconSize } from '../../icon_types';
2
2
  type GatacaLogoIconProps = {
3
3
  size: GatacaLogoIconSize | IconSize;
4
4
  color?: string;
@@ -0,0 +1,7 @@
1
+ import { GatacaLogoHorSize, IconSize } from '../../icon_types';
2
+ type GatacaLogoHorIconProps = {
3
+ size: GatacaLogoHorSize | IconSize;
4
+ color?: string;
5
+ };
6
+ declare const GatacaLogoHorIcon: (props: GatacaLogoHorIconProps) => import("react/jsx-runtime").JSX.Element | null;
7
+ export default GatacaLogoHorIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ArrowLeftDiagonalCircleIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ArrowLeftDiagonalCircleIcon: (props: ArrowLeftDiagonalCircleIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ArrowLeftDiagonalCircleIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ArrowUpDiagonalCircleIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ArrowUpDiagonalCircleIcon: (props: ArrowUpDiagonalCircleIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ArrowUpDiagonalCircleIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type AwardIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const AwardIcon: (props: AwardIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default AwardIcon;
@@ -1,4 +1,4 @@
1
- import { BellIconStyle, IconSize, IconStyle } from '../icon_types';
1
+ import { BellIconStyle, IconSize, IconStyle } from '../../icon_types';
2
2
  type BellIconProps = {
3
3
  size: IconSize;
4
4
  color?: string;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type CircleWarningIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const CircleWarningIcon: (props: CircleWarningIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default CircleWarningIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ComingSoonIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ComingSoonIcon: (props: ComingSoonIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ComingSoonIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ConnectIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ConnectIcon: (props: ConnectIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ConnectIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type CredentialIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const CredentialIcon: (props: CredentialIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default CredentialIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type FeaturesIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const FeaturesIcon: (props: FeaturesIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default FeaturesIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type HelpIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const HelpIcon: (props: HelpIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default HelpIcon;
@@ -1,4 +1,4 @@
1
- import { IconSize, IconStyle } from '../icon_types';
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
2
  type HomeIconProps = {
3
3
  size: IconSize;
4
4
  color?: string;
@@ -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,17 +1,41 @@
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 HomeIcon } from './icons/home';
11
- export { default as BellIcon } from './icons/bell';
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
39
  export { default as AlertIcon } from './icons/alert';
16
40
  export { default as AccessIcon } from './icons/access';
17
41
  export { default as ActivityIcon } from './icons/activity';
@@ -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';
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  cursor: "pointer";
10
10
  paddingVertical: number;
11
11
  flex: number;
12
+ minHeight: number;
12
13
  };
13
14
  };
14
15
  export default _default;
@@ -2,6 +2,7 @@ export type IconSize = '16' | '24' | '32';
2
2
  export type IconExtendedSize = '6' | '8' | '12' | '16' | '24' | '32';
3
3
  export type ShieldIconSize = '8' | '16' | '24' | '32';
4
4
  export type GatacaLogoIconSize = '12' | '16' | '24' | '32' | '64' | '71';
5
+ export type GatacaLogoHorSize = '8' | '24';
5
6
  export type LoaderPrototipeIconSize = '24' | '40';
6
7
  export type IconStyle = 'outline' | 'filled';
7
8
  export type BellIconStyle = 'outline' | 'filled' | 'active';
@@ -1,4 +1,4 @@
1
- import { GatacaLogoIconSize, IconSize } from '../icon_types';
1
+ import { GatacaLogoIconSize, IconSize } from '../../icon_types';
2
2
  type GatacaLogoIconProps = {
3
3
  size: GatacaLogoIconSize | IconSize;
4
4
  color?: string;
@@ -0,0 +1,7 @@
1
+ import { GatacaLogoHorSize, IconSize } from '../../icon_types';
2
+ type GatacaLogoHorIconProps = {
3
+ size: GatacaLogoHorSize | IconSize;
4
+ color?: string;
5
+ };
6
+ declare const GatacaLogoHorIcon: (props: GatacaLogoHorIconProps) => import("react/jsx-runtime").JSX.Element | null;
7
+ export default GatacaLogoHorIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ArrowLeftDiagonalCircleIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ArrowLeftDiagonalCircleIcon: (props: ArrowLeftDiagonalCircleIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ArrowLeftDiagonalCircleIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ArrowUpDiagonalCircleIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ArrowUpDiagonalCircleIcon: (props: ArrowUpDiagonalCircleIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ArrowUpDiagonalCircleIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type AwardIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const AwardIcon: (props: AwardIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default AwardIcon;
@@ -1,4 +1,4 @@
1
- import { BellIconStyle, IconSize, IconStyle } from '../icon_types';
1
+ import { BellIconStyle, IconSize, IconStyle } from '../../icon_types';
2
2
  type BellIconProps = {
3
3
  size: IconSize;
4
4
  color?: string;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type CircleWarningIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const CircleWarningIcon: (props: CircleWarningIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default CircleWarningIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ComingSoonIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ComingSoonIcon: (props: ComingSoonIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ComingSoonIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type ConnectIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const ConnectIcon: (props: ConnectIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ConnectIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type CredentialIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const CredentialIcon: (props: CredentialIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default CredentialIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type FeaturesIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const FeaturesIcon: (props: FeaturesIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default FeaturesIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type HelpIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const HelpIcon: (props: HelpIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default HelpIcon;
@@ -0,0 +1,8 @@
1
+ import { IconSize, IconStyle } from '../../icon_types';
2
+ type HomeIconProps = {
3
+ size: IconSize;
4
+ color?: string;
5
+ style: IconStyle;
6
+ };
7
+ declare const HomeIcon: (props: HomeIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default HomeIcon;