@gataca/design-system 1.0.29 → 1.0.31

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.
@@ -53,6 +53,10 @@ export { default as UsersV2Icon } from './native/Icons/icons/withSelectedState/u
53
53
  export { default as AwardIcon } from './native/Icons/icons/withSelectedState/award';
54
54
  export { default as ComingSoonIcon } from './native/Icons/icons/withSelectedState/comingSoon';
55
55
  export { default as VerificationIcon } from './native/Icons/icons/withSelectedState/verification';
56
+ export { default as VerificationActivityIcon } from './native/Icons/icons/verificationActivity';
57
+ export { default as IssuanceActivityIcon } from './native/Icons/icons/issuanceActivity';
58
+ export { default as BriefcaseIcon } from './native/Icons/icons/briefcase';
59
+ export { default as ProductsIcon } from './native/Icons/icons/products';
56
60
  export { default as ServicesLinkedIcon } from './native/Icons/icons/withSelectedState/servicesLinked';
57
61
  export { default as IdIcon } from './native/Icons/icons/withSelectedState/id';
58
62
  export { default as WalletIcon } from './native/Icons/icons/withSelectedState/wallet';
@@ -47,6 +47,10 @@ export { default as UsersV2Icon } from './web/Icons/icons/withSelectedState/user
47
47
  export { default as AwardIcon } from './web/Icons/icons/withSelectedState/award';
48
48
  export { default as ComingSoonIcon } from './web/Icons/icons/withSelectedState/comingSoon';
49
49
  export { default as VerificationIcon } from './web/Icons/icons/withSelectedState/verification';
50
+ export { default as VerificationActivityIcon } from './web/Icons/icons/verificationActivity';
51
+ export { default as IssuanceActivityIcon } from './web/Icons/icons/issuanceActivity';
52
+ export { default as BriefcaseIcon } from './web/Icons/icons/briefcase';
53
+ export { default as ProductsIcon } from './web/Icons/icons/products';
50
54
  export { default as ServicesLinkedIcon } from './web/Icons/icons/withSelectedState/servicesLinked';
51
55
  export { default as IdIcon } from './web/Icons/icons/withSelectedState/id';
52
56
  export { default as WalletIcon } from './web/Icons/icons/withSelectedState/wallet';
@@ -16,6 +16,10 @@ export { default as UsersV2Icon } from './icons/withSelectedState/users';
16
16
  export { default as AwardIcon } from './icons/withSelectedState/award';
17
17
  export { default as ComingSoonIcon } from './icons/withSelectedState/comingSoon';
18
18
  export { default as VerificationIcon } from './icons/withSelectedState/verification';
19
+ export { default as VerificationActivityIcon } from './icons/verificationActivity';
20
+ export { default as IssuanceActivityIcon } from './icons/issuanceActivity';
21
+ export { default as BriefcaseIcon } from './icons/briefcase';
22
+ export { default as ProductsIcon } from './icons/products';
19
23
  export { default as ServicesLinkedIcon } from './icons/withSelectedState/servicesLinked';
20
24
  export { default as IdIcon } from './icons/withSelectedState/id';
21
25
  export { default as WalletIcon } from './icons/withSelectedState/wallet';
@@ -16,6 +16,10 @@ export { default as UsersV2Icon } from './icons/withSelectedState/users';
16
16
  export { default as AwardIcon } from './icons/withSelectedState/award';
17
17
  export { default as ComingSoonIcon } from './icons/withSelectedState/comingSoon';
18
18
  export { default as VerificationIcon } from './icons/withSelectedState/verification';
19
+ export { default as VerificationActivityIcon } from './icons/verificationActivity';
20
+ export { default as IssuanceActivityIcon } from './icons/issuanceActivity';
21
+ export { default as BriefcaseIcon } from './icons/briefcase';
22
+ export { default as ProductsIcon } from './icons/products';
19
23
  export { default as ServicesLinkedIcon } from './icons/withSelectedState/servicesLinked';
20
24
  export { default as IdIcon } from './icons/withSelectedState/id';
21
25
  export { default as WalletIcon } from './icons/withSelectedState/wallet';