@vechain/vechain-kit 1.5.0 → 1.5.2

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.
@@ -176,6 +176,7 @@ declare const genesises: {
176
176
  };
177
177
 
178
178
  declare const TOKEN_LOGOS: Record<string, string>;
179
+ declare const TOKEN_LOGO_COMPONENTS: Record<string, JSX.Element>;
179
180
  declare const VECHAIN_PRIVY_APP_ID = "cm4wxxujb022fyujl7g0thb21";
180
181
  declare const notFoundImage = "https://upload.wikimedia.org/wikipedia/commons/a/a3/Image-not-found.png";
181
182
  declare enum TogglePassportCheck {
@@ -186,4 +187,4 @@ declare enum TogglePassportCheck {
186
187
  GmOwnershipCheck = 5
187
188
  }
188
189
 
189
- export { type ConnectionSource as C, type EnhancedClause as E, type NETWORK_TYPE as N, type PrivyLoginMethod as P, type SmartAccount as S, TogglePassportCheck as T, VePassportUserStatus as V, type Wallet as W, type Network as a, type PrivyAppInfo as b, type TransactionStatus as c, type TransactionStatusErrorType as d, type ENSRecords as e, NFTMediaType as f, type CrossAppConnectionCache as g, type ExecuteWithAuthorizationSignData as h, type ExecuteBatchWithAuthorizationSignData as i, TOKEN_LOGOS as j, VECHAIN_PRIVY_APP_ID as k, notFoundImage as n };
190
+ export { type ConnectionSource as C, type EnhancedClause as E, type NETWORK_TYPE as N, type PrivyLoginMethod as P, type SmartAccount as S, TogglePassportCheck as T, VePassportUserStatus as V, type Wallet as W, type Network as a, type PrivyAppInfo as b, type TransactionStatus as c, type TransactionStatusErrorType as d, type ENSRecords as e, NFTMediaType as f, type CrossAppConnectionCache as g, type ExecuteWithAuthorizationSignData as h, type ExecuteBatchWithAuthorizationSignData as i, TOKEN_LOGOS as j, TOKEN_LOGO_COMPONENTS as k, VECHAIN_PRIVY_APP_ID as l, notFoundImage as n };
@@ -176,6 +176,7 @@ declare const genesises: {
176
176
  };
177
177
 
178
178
  declare const TOKEN_LOGOS: Record<string, string>;
179
+ declare const TOKEN_LOGO_COMPONENTS: Record<string, JSX.Element>;
179
180
  declare const VECHAIN_PRIVY_APP_ID = "cm4wxxujb022fyujl7g0thb21";
180
181
  declare const notFoundImage = "https://upload.wikimedia.org/wikipedia/commons/a/a3/Image-not-found.png";
181
182
  declare enum TogglePassportCheck {
@@ -186,4 +187,4 @@ declare enum TogglePassportCheck {
186
187
  GmOwnershipCheck = 5
187
188
  }
188
189
 
189
- export { type ConnectionSource as C, type EnhancedClause as E, type NETWORK_TYPE as N, type PrivyLoginMethod as P, type SmartAccount as S, TogglePassportCheck as T, VePassportUserStatus as V, type Wallet as W, type Network as a, type PrivyAppInfo as b, type TransactionStatus as c, type TransactionStatusErrorType as d, type ENSRecords as e, NFTMediaType as f, type CrossAppConnectionCache as g, type ExecuteWithAuthorizationSignData as h, type ExecuteBatchWithAuthorizationSignData as i, TOKEN_LOGOS as j, VECHAIN_PRIVY_APP_ID as k, notFoundImage as n };
190
+ export { type ConnectionSource as C, type EnhancedClause as E, type NETWORK_TYPE as N, type PrivyLoginMethod as P, type SmartAccount as S, TogglePassportCheck as T, VePassportUserStatus as V, type Wallet as W, type Network as a, type PrivyAppInfo as b, type TransactionStatus as c, type TransactionStatusErrorType as d, type ENSRecords as e, NFTMediaType as f, type CrossAppConnectionCache as g, type ExecuteWithAuthorizationSignData as h, type ExecuteBatchWithAuthorizationSignData as i, TOKEN_LOGOS as j, TOKEN_LOGO_COMPONENTS as k, VECHAIN_PRIVY_APP_ID as l, notFoundImage as n };
@@ -1,45 +1,93 @@
1
1
  'use strict';
2
2
 
3
- var chunkAJYTKYSZ_cjs = require('../chunk-AJYTKYSZ.cjs');
3
+ var chunkFID67WC3_cjs = require('../chunk-FID67WC3.cjs');
4
4
  require('../chunk-Q7SFCCGT.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "GoogleLogo", {
9
9
  enumerable: true,
10
- get: function () { return chunkAJYTKYSZ_cjs.GoogleLogo; }
10
+ get: function () { return chunkFID67WC3_cjs.GoogleLogo; }
11
11
  });
12
12
  Object.defineProperty(exports, "PrivyLogo", {
13
13
  enumerable: true,
14
- get: function () { return chunkAJYTKYSZ_cjs.PrivyLogo; }
14
+ get: function () { return chunkFID67WC3_cjs.PrivyLogo; }
15
15
  });
16
16
  Object.defineProperty(exports, "SimpleAccountABI", {
17
17
  enumerable: true,
18
- get: function () { return chunkAJYTKYSZ_cjs.SimpleAccountABI; }
18
+ get: function () { return chunkFID67WC3_cjs.SimpleAccountABI; }
19
19
  });
20
20
  Object.defineProperty(exports, "SimpleAccountFactoryABI", {
21
21
  enumerable: true,
22
- get: function () { return chunkAJYTKYSZ_cjs.SimpleAccountFactoryABI; }
22
+ get: function () { return chunkFID67WC3_cjs.SimpleAccountFactoryABI; }
23
23
  });
24
24
  Object.defineProperty(exports, "TwitterLogo", {
25
25
  enumerable: true,
26
- get: function () { return chunkAJYTKYSZ_cjs.TwitterLogo; }
26
+ get: function () { return chunkFID67WC3_cjs.TwitterLogo; }
27
+ });
28
+ Object.defineProperty(exports, "VETLogo", {
29
+ enumerable: true,
30
+ get: function () { return chunkFID67WC3_cjs.VETLogo; }
31
+ });
32
+ Object.defineProperty(exports, "VTHOLogo", {
33
+ enumerable: true,
34
+ get: function () { return chunkFID67WC3_cjs.VTHOLogo; }
35
+ });
36
+ Object.defineProperty(exports, "VeBetterIcon", {
37
+ enumerable: true,
38
+ get: function () { return chunkFID67WC3_cjs.VeBetterIcon; }
39
+ });
40
+ Object.defineProperty(exports, "VeBetterIconDark", {
41
+ enumerable: true,
42
+ get: function () { return chunkFID67WC3_cjs.VeBetterIconDark; }
43
+ });
44
+ Object.defineProperty(exports, "VeBetterIconLight", {
45
+ enumerable: true,
46
+ get: function () { return chunkFID67WC3_cjs.VeBetterIconLight; }
47
+ });
48
+ Object.defineProperty(exports, "VeBetterLogo", {
49
+ enumerable: true,
50
+ get: function () { return chunkFID67WC3_cjs.VeBetterLogo; }
51
+ });
52
+ Object.defineProperty(exports, "VeBetterLogoDark", {
53
+ enumerable: true,
54
+ get: function () { return chunkFID67WC3_cjs.VeBetterLogoDark; }
55
+ });
56
+ Object.defineProperty(exports, "VeBetterLogoLight", {
57
+ enumerable: true,
58
+ get: function () { return chunkFID67WC3_cjs.VeBetterLogoLight; }
59
+ });
60
+ Object.defineProperty(exports, "VechainIcon", {
61
+ enumerable: true,
62
+ get: function () { return chunkFID67WC3_cjs.VechainIcon; }
63
+ });
64
+ Object.defineProperty(exports, "VechainIconDark", {
65
+ enumerable: true,
66
+ get: function () { return chunkFID67WC3_cjs.VechainIconDark; }
67
+ });
68
+ Object.defineProperty(exports, "VechainIconLight", {
69
+ enumerable: true,
70
+ get: function () { return chunkFID67WC3_cjs.VechainIconLight; }
27
71
  });
28
72
  Object.defineProperty(exports, "VechainLogo", {
29
73
  enumerable: true,
30
- get: function () { return chunkAJYTKYSZ_cjs.VechainLogo; }
74
+ get: function () { return chunkFID67WC3_cjs.VechainLogo; }
31
75
  });
32
76
  Object.defineProperty(exports, "VechainLogoDark", {
33
77
  enumerable: true,
34
- get: function () { return chunkAJYTKYSZ_cjs.VechainLogoDark; }
78
+ get: function () { return chunkFID67WC3_cjs.VechainLogoDark; }
79
+ });
80
+ Object.defineProperty(exports, "VechainLogoHorizontalDark", {
81
+ enumerable: true,
82
+ get: function () { return chunkFID67WC3_cjs.VechainLogoHorizontalDark; }
35
83
  });
36
- Object.defineProperty(exports, "VechainLogoHorizontal", {
84
+ Object.defineProperty(exports, "VechainLogoHorizontalLight", {
37
85
  enumerable: true,
38
- get: function () { return chunkAJYTKYSZ_cjs.VechainLogoHorizontal; }
86
+ get: function () { return chunkFID67WC3_cjs.VechainLogoHorizontalLight; }
39
87
  });
40
88
  Object.defineProperty(exports, "VechainLogoLight", {
41
89
  enumerable: true,
42
- get: function () { return chunkAJYTKYSZ_cjs.VechainLogoLight; }
90
+ get: function () { return chunkFID67WC3_cjs.VechainLogoLight; }
43
91
  });
44
92
  //# sourceMappingURL=index.cjs.map
45
93
  //# sourceMappingURL=index.cjs.map
@@ -1071,36 +1071,76 @@ declare const SimpleAccountFactoryABI: readonly [{
1071
1071
  readonly type: "function";
1072
1072
  }];
1073
1073
 
1074
- type Props$6 = {
1074
+ type Props$i = {
1075
1075
  boxSize?: string | number;
1076
1076
  } & Omit<BoxProps, 'dangerouslySetInnerHTML'>;
1077
- declare const GoogleLogo: React__default.FC<Props$6>;
1077
+ declare const GoogleLogo: React__default.FC<Props$i>;
1078
1078
 
1079
- type Props$5 = {
1079
+ type Props$h = {
1080
1080
  isDark?: boolean;
1081
1081
  boxSize?: string | number;
1082
1082
  } & Omit<BoxProps, 'dangerouslySetInnerHTML'>;
1083
- declare const TwitterLogo: React__default.FC<Props$5>;
1083
+ declare const TwitterLogo: React__default.FC<Props$h>;
1084
+
1085
+ type Props$g = {
1086
+ isDark?: boolean;
1087
+ } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1088
+ declare const VechainLogo: React__default.FC<Props$g>;
1089
+
1090
+ type Props$f = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1091
+ declare const VechainLogoDark: React__default.FC<Props$f>;
1092
+
1093
+ type Props$e = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1094
+ declare const VechainLogoLight: React__default.FC<Props$e>;
1095
+
1096
+ type Props$d = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1097
+ declare const VechainLogoHorizontalDark: React__default.FC<Props$d>;
1098
+
1099
+ type Props$c = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1100
+ declare const VechainLogoHorizontalLight: React__default.FC<Props$c>;
1101
+
1102
+ type Props$b = {
1103
+ isDark?: boolean;
1104
+ } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1105
+ declare const VechainIcon: React__default.FC<Props$b>;
1084
1106
 
1085
- type Props$4 = {
1107
+ type Props$a = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1108
+ declare const VechainIconLight: React__default.FC<Props$a>;
1109
+
1110
+ type Props$9 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1111
+ declare const VechainIconDark: React__default.FC<Props$9>;
1112
+
1113
+ type Props$8 = {
1086
1114
  isDark?: boolean;
1087
1115
  } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1088
- declare const VechainLogo: React__default.FC<Props$4>;
1116
+ declare const VeBetterLogo: React__default.FC<Props$8>;
1117
+
1118
+ type Props$7 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1119
+ declare const VeBetterLogoLight: React__default.FC<Props$7>;
1120
+
1121
+ type Props$6 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1122
+ declare const VeBetterLogoDark: React__default.FC<Props$6>;
1123
+
1124
+ type Props$5 = {
1125
+ isDark?: boolean;
1126
+ } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1127
+ declare const VeBetterIcon: React__default.FC<Props$5>;
1128
+
1129
+ type Props$4 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1130
+ declare const VeBetterIconLight: React__default.FC<Props$4>;
1089
1131
 
1090
1132
  type Props$3 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1091
- declare const VechainLogoDark: React__default.FC<Props$3>;
1133
+ declare const VeBetterIconDark: React__default.FC<Props$3>;
1092
1134
 
1093
1135
  type Props$2 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1094
- declare const VechainLogoLight: React__default.FC<Props$2>;
1136
+ declare const VETLogo: React__default.FC<Props$2>;
1095
1137
 
1096
- type Props$1 = {
1097
- isDark?: boolean;
1098
- } & Omit<ImageProps, 'dangerouslySetInnerHTML'>;
1099
- declare const VechainLogoHorizontal: React__default.FC<Props$1>;
1138
+ type Props$1 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1139
+ declare const VTHOLogo: React__default.FC<Props$1>;
1100
1140
 
1101
1141
  type Props = {
1102
1142
  isDark?: boolean;
1103
1143
  } & Omit<ImageProps, 'dangerouslySetInnerHTML'>;
1104
1144
  declare const PrivyLogo: React__default.FC<Props>;
1105
1145
 
1106
- export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VechainLogo, VechainLogoDark, VechainLogoHorizontal, VechainLogoLight };
1146
+ export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight };
@@ -1071,36 +1071,76 @@ declare const SimpleAccountFactoryABI: readonly [{
1071
1071
  readonly type: "function";
1072
1072
  }];
1073
1073
 
1074
- type Props$6 = {
1074
+ type Props$i = {
1075
1075
  boxSize?: string | number;
1076
1076
  } & Omit<BoxProps, 'dangerouslySetInnerHTML'>;
1077
- declare const GoogleLogo: React__default.FC<Props$6>;
1077
+ declare const GoogleLogo: React__default.FC<Props$i>;
1078
1078
 
1079
- type Props$5 = {
1079
+ type Props$h = {
1080
1080
  isDark?: boolean;
1081
1081
  boxSize?: string | number;
1082
1082
  } & Omit<BoxProps, 'dangerouslySetInnerHTML'>;
1083
- declare const TwitterLogo: React__default.FC<Props$5>;
1083
+ declare const TwitterLogo: React__default.FC<Props$h>;
1084
+
1085
+ type Props$g = {
1086
+ isDark?: boolean;
1087
+ } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1088
+ declare const VechainLogo: React__default.FC<Props$g>;
1089
+
1090
+ type Props$f = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1091
+ declare const VechainLogoDark: React__default.FC<Props$f>;
1092
+
1093
+ type Props$e = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1094
+ declare const VechainLogoLight: React__default.FC<Props$e>;
1095
+
1096
+ type Props$d = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1097
+ declare const VechainLogoHorizontalDark: React__default.FC<Props$d>;
1098
+
1099
+ type Props$c = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1100
+ declare const VechainLogoHorizontalLight: React__default.FC<Props$c>;
1101
+
1102
+ type Props$b = {
1103
+ isDark?: boolean;
1104
+ } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1105
+ declare const VechainIcon: React__default.FC<Props$b>;
1084
1106
 
1085
- type Props$4 = {
1107
+ type Props$a = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1108
+ declare const VechainIconLight: React__default.FC<Props$a>;
1109
+
1110
+ type Props$9 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1111
+ declare const VechainIconDark: React__default.FC<Props$9>;
1112
+
1113
+ type Props$8 = {
1086
1114
  isDark?: boolean;
1087
1115
  } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1088
- declare const VechainLogo: React__default.FC<Props$4>;
1116
+ declare const VeBetterLogo: React__default.FC<Props$8>;
1117
+
1118
+ type Props$7 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1119
+ declare const VeBetterLogoLight: React__default.FC<Props$7>;
1120
+
1121
+ type Props$6 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1122
+ declare const VeBetterLogoDark: React__default.FC<Props$6>;
1123
+
1124
+ type Props$5 = {
1125
+ isDark?: boolean;
1126
+ } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1127
+ declare const VeBetterIcon: React__default.FC<Props$5>;
1128
+
1129
+ type Props$4 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1130
+ declare const VeBetterIconLight: React__default.FC<Props$4>;
1089
1131
 
1090
1132
  type Props$3 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1091
- declare const VechainLogoDark: React__default.FC<Props$3>;
1133
+ declare const VeBetterIconDark: React__default.FC<Props$3>;
1092
1134
 
1093
1135
  type Props$2 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1094
- declare const VechainLogoLight: React__default.FC<Props$2>;
1136
+ declare const VETLogo: React__default.FC<Props$2>;
1095
1137
 
1096
- type Props$1 = {
1097
- isDark?: boolean;
1098
- } & Omit<ImageProps, 'dangerouslySetInnerHTML'>;
1099
- declare const VechainLogoHorizontal: React__default.FC<Props$1>;
1138
+ type Props$1 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1139
+ declare const VTHOLogo: React__default.FC<Props$1>;
1100
1140
 
1101
1141
  type Props = {
1102
1142
  isDark?: boolean;
1103
1143
  } & Omit<ImageProps, 'dangerouslySetInnerHTML'>;
1104
1144
  declare const PrivyLogo: React__default.FC<Props>;
1105
1145
 
1106
- export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VechainLogo, VechainLogoDark, VechainLogoHorizontal, VechainLogoLight };
1146
+ export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight };
@@ -1,4 +1,4 @@
1
- export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VechainLogo, VechainLogoDark, VechainLogoHorizontal, VechainLogoLight } from '../chunk-RZI2FBKR.js';
1
+ export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight } from '../chunk-DYI6ON4O.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
3
  //# sourceMappingURL=index.js.map
4
4
  //# sourceMappingURL=index.js.map