@gataca/design-system 0.3.3 → 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.
@@ -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/withSelectedState/shieldCheck';
30
- export { default as ShieldErrorIcon } from './native/Icons/icons/withSelectedState/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/withSelectedState/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/withSelectedState/shieldCheck';
28
- export { default as ShieldErrorIcon } from './web/Icons/icons/withSelectedState/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;
@@ -1,3 +1,5 @@
1
+ export { default as GatacaLogoHorIcon } from './icons/brand/gatacaLogoHor';
2
+ export { default as GatacaLogoIcon } from './icons/brand/gatacaLogo';
1
3
  export { default as HomeIcon } from './icons/withSelectedState/home';
2
4
  export { default as CredentialIcon } from './icons/withSelectedState/credential';
3
5
  export { default as HelpIcon } from './icons/withSelectedState/help';
@@ -34,7 +36,6 @@ export { default as SlashIcon } from './icons/slash';
34
36
  export { default as WarningIcon } from './icons/warning';
35
37
  export { default as ChevronLeftIcon } from './icons/chevronLeft';
36
38
  export { default as CheckCircleIcon } from './icons/checkCircle';
37
- export { default as gatacaLogoIcon } from './icons/gatacaLogo';
38
39
  export { default as AlertIcon } from './icons/alert';
39
40
  export { default as AccessIcon } from './icons/access';
40
41
  export { default as ActivityIcon } from './icons/activity';
@@ -68,7 +69,6 @@ export { default as EyeOffIcon } from './icons/eyeOff';
68
69
  export { default as FileIcon } from './icons/file';
69
70
  export { default as FilterIcon } from './icons/filter';
70
71
  export { default as FilterLinesIcon } from './icons/filterLines';
71
- export { default as GatacaLogoIcon } from './icons/gatacaLogo';
72
72
  export { default as GlobeIcon } from './icons/globe';
73
73
  export { default as GridIcon } from './icons/grid';
74
74
  export { default as HierarchyIcon } from './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;
@@ -1,3 +1,5 @@
1
+ export { default as GatacaLogoHorIcon } from './icons/brand/gatacaLogoHor';
2
+ export { default as GatacaLogoIcon } from './icons/brand/gatacaLogo';
1
3
  export { default as HomeIcon } from './icons/withSelectedState/home';
2
4
  export { default as CredentialIcon } from './icons/withSelectedState/credential';
3
5
  export { default as HelpIcon } from './icons/withSelectedState/help';
@@ -34,7 +36,6 @@ export { default as SlashIcon } from './icons/slash';
34
36
  export { default as WarningIcon } from './icons/warning';
35
37
  export { default as ChevronLeftIcon } from './icons/chevronLeft';
36
38
  export { default as CheckCircleIcon } from './icons/checkCircle';
37
- export { default as gatacaLogoIcon } from './icons/gatacaLogo';
38
39
  export { default as AlertIcon } from './icons/alert';
39
40
  export { default as AccessIcon } from './icons/access';
40
41
  export { default as ActivityIcon } from './icons/activity';
@@ -68,7 +69,6 @@ export { default as EyeOffIcon } from './icons/eyeOff';
68
69
  export { default as FileIcon } from './icons/file';
69
70
  export { default as FilterIcon } from './icons/filter';
70
71
  export { default as FilterLinesIcon } from './icons/filterLines';
71
- export { default as GatacaLogoIcon } from './icons/gatacaLogo';
72
72
  export { default as GlobeIcon } from './icons/globe';
73
73
  export { default as GridIcon } from './icons/grid';
74
74
  export { default as HierarchyIcon } from './icons/hierarchy';