@vechain/vechain-kit 1.5.13 → 1.6.1

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.
@@ -174,7 +174,7 @@ declare const genesises: {
174
174
  readonly main: Connex.Thor.Block;
175
175
  readonly test: Connex.Thor.Block;
176
176
  readonly solo: Connex.Thor.Block;
177
- which(gid: string): "main" | "solo" | "test" | undefined;
177
+ which(gid: string): "main" | "test" | "solo" | undefined;
178
178
  };
179
179
 
180
180
  declare const TOKEN_LOGOS: Record<string, string>;
@@ -188,6 +188,19 @@ declare enum TogglePassportCheck {
188
188
  ParticipationScoreCheck = 4,
189
189
  GmOwnershipCheck = 5
190
190
  }
191
+ declare const VECHAIN_KIT_STORAGE_KEYS: {
192
+ NETWORK: string;
193
+ };
194
+ declare const ENV: {
195
+ isDevelopment: boolean;
196
+ isProduction: boolean;
197
+ };
198
+ declare const VECHAIN_KIT_MIXPANEL_TOKENS: {
199
+ development: string;
200
+ production: string;
201
+ };
202
+ declare const VECHAIN_KIT_MIXPANEL_PROJECT_TOKEN: string;
203
+ declare const VECHAIN_KIT_MIXPANEL_PROJECT_NAME = "vechain-kit";
191
204
  type PrivyEcosystemApp = {
192
205
  id: string;
193
206
  name: string;
@@ -195,4 +208,4 @@ type PrivyEcosystemApp = {
195
208
  };
196
209
  declare const DEFAULT_PRIVY_ECOSYSTEM_APPS: PrivyEcosystemApp[];
197
210
 
198
- export { type ConnectionSource as C, DEFAULT_PRIVY_ECOSYSTEM_APPS as D, 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, type PrivyEcosystemApp as m, notFoundImage as n };
211
+ export { type ConnectionSource as C, DEFAULT_PRIVY_ECOSYSTEM_APPS as D, 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, VECHAIN_KIT_STORAGE_KEYS as m, notFoundImage as n, ENV as o, VECHAIN_KIT_MIXPANEL_TOKENS as p, VECHAIN_KIT_MIXPANEL_PROJECT_TOKEN as q, VECHAIN_KIT_MIXPANEL_PROJECT_NAME as r, type PrivyEcosystemApp as s };
@@ -174,7 +174,7 @@ declare const genesises: {
174
174
  readonly main: Connex.Thor.Block;
175
175
  readonly test: Connex.Thor.Block;
176
176
  readonly solo: Connex.Thor.Block;
177
- which(gid: string): "main" | "solo" | "test" | undefined;
177
+ which(gid: string): "main" | "test" | "solo" | undefined;
178
178
  };
179
179
 
180
180
  declare const TOKEN_LOGOS: Record<string, string>;
@@ -188,6 +188,19 @@ declare enum TogglePassportCheck {
188
188
  ParticipationScoreCheck = 4,
189
189
  GmOwnershipCheck = 5
190
190
  }
191
+ declare const VECHAIN_KIT_STORAGE_KEYS: {
192
+ NETWORK: string;
193
+ };
194
+ declare const ENV: {
195
+ isDevelopment: boolean;
196
+ isProduction: boolean;
197
+ };
198
+ declare const VECHAIN_KIT_MIXPANEL_TOKENS: {
199
+ development: string;
200
+ production: string;
201
+ };
202
+ declare const VECHAIN_KIT_MIXPANEL_PROJECT_TOKEN: string;
203
+ declare const VECHAIN_KIT_MIXPANEL_PROJECT_NAME = "vechain-kit";
191
204
  type PrivyEcosystemApp = {
192
205
  id: string;
193
206
  name: string;
@@ -195,4 +208,4 @@ type PrivyEcosystemApp = {
195
208
  };
196
209
  declare const DEFAULT_PRIVY_ECOSYSTEM_APPS: PrivyEcosystemApp[];
197
210
 
198
- export { type ConnectionSource as C, DEFAULT_PRIVY_ECOSYSTEM_APPS as D, 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, type PrivyEcosystemApp as m, notFoundImage as n };
211
+ export { type ConnectionSource as C, DEFAULT_PRIVY_ECOSYSTEM_APPS as D, 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, VECHAIN_KIT_STORAGE_KEYS as m, notFoundImage as n, ENV as o, VECHAIN_KIT_MIXPANEL_TOKENS as p, VECHAIN_KIT_MIXPANEL_PROJECT_TOKEN as q, VECHAIN_KIT_MIXPANEL_PROJECT_NAME as r, type PrivyEcosystemApp as s };
@@ -1,97 +1,105 @@
1
1
  'use strict';
2
2
 
3
- var chunkTV24UEQU_cjs = require('../chunk-TV24UEQU.cjs');
3
+ var chunkEESC6JDT_cjs = require('../chunk-EESC6JDT.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 chunkTV24UEQU_cjs.GoogleLogo; }
10
+ get: function () { return chunkEESC6JDT_cjs.GoogleLogo; }
11
11
  });
12
12
  Object.defineProperty(exports, "PrivyLogo", {
13
13
  enumerable: true,
14
- get: function () { return chunkTV24UEQU_cjs.PrivyLogo; }
14
+ get: function () { return chunkEESC6JDT_cjs.PrivyLogo; }
15
15
  });
16
16
  Object.defineProperty(exports, "SimpleAccountABI", {
17
17
  enumerable: true,
18
- get: function () { return chunkTV24UEQU_cjs.SimpleAccountABI; }
18
+ get: function () { return chunkEESC6JDT_cjs.SimpleAccountABI; }
19
19
  });
20
20
  Object.defineProperty(exports, "SimpleAccountFactoryABI", {
21
21
  enumerable: true,
22
- get: function () { return chunkTV24UEQU_cjs.SimpleAccountFactoryABI; }
22
+ get: function () { return chunkEESC6JDT_cjs.SimpleAccountFactoryABI; }
23
23
  });
24
24
  Object.defineProperty(exports, "TwitterLogo", {
25
25
  enumerable: true,
26
- get: function () { return chunkTV24UEQU_cjs.TwitterLogo; }
26
+ get: function () { return chunkEESC6JDT_cjs.TwitterLogo; }
27
27
  });
28
28
  Object.defineProperty(exports, "VETLogo", {
29
29
  enumerable: true,
30
- get: function () { return chunkTV24UEQU_cjs.VETLogo; }
30
+ get: function () { return chunkEESC6JDT_cjs.VETLogo; }
31
31
  });
32
32
  Object.defineProperty(exports, "VTHOLogo", {
33
33
  enumerable: true,
34
- get: function () { return chunkTV24UEQU_cjs.VTHOLogo; }
34
+ get: function () { return chunkEESC6JDT_cjs.VTHOLogo; }
35
35
  });
36
36
  Object.defineProperty(exports, "VeBetterIcon", {
37
37
  enumerable: true,
38
- get: function () { return chunkTV24UEQU_cjs.VeBetterIcon; }
38
+ get: function () { return chunkEESC6JDT_cjs.VeBetterIcon; }
39
39
  });
40
40
  Object.defineProperty(exports, "VeBetterIconDark", {
41
41
  enumerable: true,
42
- get: function () { return chunkTV24UEQU_cjs.VeBetterIconDark; }
42
+ get: function () { return chunkEESC6JDT_cjs.VeBetterIconDark; }
43
43
  });
44
44
  Object.defineProperty(exports, "VeBetterIconLight", {
45
45
  enumerable: true,
46
- get: function () { return chunkTV24UEQU_cjs.VeBetterIconLight; }
46
+ get: function () { return chunkEESC6JDT_cjs.VeBetterIconLight; }
47
47
  });
48
48
  Object.defineProperty(exports, "VeBetterLogo", {
49
49
  enumerable: true,
50
- get: function () { return chunkTV24UEQU_cjs.VeBetterLogo; }
50
+ get: function () { return chunkEESC6JDT_cjs.VeBetterLogo; }
51
51
  });
52
52
  Object.defineProperty(exports, "VeBetterLogoDark", {
53
53
  enumerable: true,
54
- get: function () { return chunkTV24UEQU_cjs.VeBetterLogoDark; }
54
+ get: function () { return chunkEESC6JDT_cjs.VeBetterLogoDark; }
55
55
  });
56
56
  Object.defineProperty(exports, "VeBetterLogoLight", {
57
57
  enumerable: true,
58
- get: function () { return chunkTV24UEQU_cjs.VeBetterLogoLight; }
58
+ get: function () { return chunkEESC6JDT_cjs.VeBetterLogoLight; }
59
+ });
60
+ Object.defineProperty(exports, "VeWorldLogoDark", {
61
+ enumerable: true,
62
+ get: function () { return chunkEESC6JDT_cjs.VeWorldLogoDark; }
63
+ });
64
+ Object.defineProperty(exports, "VeWorldLogoLight", {
65
+ enumerable: true,
66
+ get: function () { return chunkEESC6JDT_cjs.VeWorldLogoLight; }
59
67
  });
60
68
  Object.defineProperty(exports, "VechainEnergy", {
61
69
  enumerable: true,
62
- get: function () { return chunkTV24UEQU_cjs.VechainEnergy; }
70
+ get: function () { return chunkEESC6JDT_cjs.VechainEnergy; }
63
71
  });
64
72
  Object.defineProperty(exports, "VechainIcon", {
65
73
  enumerable: true,
66
- get: function () { return chunkTV24UEQU_cjs.VechainIcon; }
74
+ get: function () { return chunkEESC6JDT_cjs.VechainIcon; }
67
75
  });
68
76
  Object.defineProperty(exports, "VechainIconDark", {
69
77
  enumerable: true,
70
- get: function () { return chunkTV24UEQU_cjs.VechainIconDark; }
78
+ get: function () { return chunkEESC6JDT_cjs.VechainIconDark; }
71
79
  });
72
80
  Object.defineProperty(exports, "VechainIconLight", {
73
81
  enumerable: true,
74
- get: function () { return chunkTV24UEQU_cjs.VechainIconLight; }
82
+ get: function () { return chunkEESC6JDT_cjs.VechainIconLight; }
75
83
  });
76
84
  Object.defineProperty(exports, "VechainLogo", {
77
85
  enumerable: true,
78
- get: function () { return chunkTV24UEQU_cjs.VechainLogo; }
86
+ get: function () { return chunkEESC6JDT_cjs.VechainLogo; }
79
87
  });
80
88
  Object.defineProperty(exports, "VechainLogoDark", {
81
89
  enumerable: true,
82
- get: function () { return chunkTV24UEQU_cjs.VechainLogoDark; }
90
+ get: function () { return chunkEESC6JDT_cjs.VechainLogoDark; }
83
91
  });
84
92
  Object.defineProperty(exports, "VechainLogoHorizontalDark", {
85
93
  enumerable: true,
86
- get: function () { return chunkTV24UEQU_cjs.VechainLogoHorizontalDark; }
94
+ get: function () { return chunkEESC6JDT_cjs.VechainLogoHorizontalDark; }
87
95
  });
88
96
  Object.defineProperty(exports, "VechainLogoHorizontalLight", {
89
97
  enumerable: true,
90
- get: function () { return chunkTV24UEQU_cjs.VechainLogoHorizontalLight; }
98
+ get: function () { return chunkEESC6JDT_cjs.VechainLogoHorizontalLight; }
91
99
  });
92
100
  Object.defineProperty(exports, "VechainLogoLight", {
93
101
  enumerable: true,
94
- get: function () { return chunkTV24UEQU_cjs.VechainLogoLight; }
102
+ get: function () { return chunkEESC6JDT_cjs.VechainLogoLight; }
95
103
  });
96
104
  //# sourceMappingURL=index.cjs.map
97
105
  //# sourceMappingURL=index.cjs.map
@@ -1071,72 +1071,78 @@ declare const SimpleAccountFactoryABI: readonly [{
1071
1071
  readonly type: "function";
1072
1072
  }];
1073
1073
 
1074
- type Props$j = {
1074
+ type Props$l = {
1075
1075
  boxSize?: string | number;
1076
1076
  } & Omit<BoxProps, 'dangerouslySetInnerHTML'>;
1077
- declare const GoogleLogo: React__default.FC<Props$j>;
1077
+ declare const GoogleLogo: React__default.FC<Props$l>;
1078
1078
 
1079
- type Props$i = {
1079
+ type Props$k = {
1080
1080
  isDark?: boolean;
1081
1081
  boxSize?: string | number;
1082
1082
  } & Omit<BoxProps, 'dangerouslySetInnerHTML'>;
1083
- declare const TwitterLogo: React__default.FC<Props$i>;
1083
+ declare const TwitterLogo: React__default.FC<Props$k>;
1084
1084
 
1085
- type Props$h = {
1085
+ type Props$j = {
1086
1086
  isDark?: boolean;
1087
1087
  } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1088
- declare const VechainLogo: React__default.FC<Props$h>;
1088
+ declare const VechainLogo: React__default.FC<Props$j>;
1089
+
1090
+ type Props$i = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1091
+ declare const VechainLogoDark: React__default.FC<Props$i>;
1092
+
1093
+ type Props$h = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1094
+ declare const VechainLogoLight: React__default.FC<Props$h>;
1089
1095
 
1090
1096
  type Props$g = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1091
- declare const VechainLogoDark: React__default.FC<Props$g>;
1097
+ declare const VechainLogoHorizontalDark: React__default.FC<Props$g>;
1092
1098
 
1093
1099
  type Props$f = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1094
- declare const VechainLogoLight: React__default.FC<Props$f>;
1100
+ declare const VechainLogoHorizontalLight: React__default.FC<Props$f>;
1095
1101
 
1096
- type Props$e = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1097
- declare const VechainLogoHorizontalDark: React__default.FC<Props$e>;
1102
+ type Props$e = {
1103
+ isDark?: boolean;
1104
+ } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1105
+ declare const VechainIcon: React__default.FC<Props$e>;
1098
1106
 
1099
1107
  type Props$d = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1100
- declare const VechainLogoHorizontalLight: React__default.FC<Props$d>;
1108
+ declare const VechainIconLight: React__default.FC<Props$d>;
1101
1109
 
1102
- type Props$c = {
1110
+ type Props$c = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1111
+ declare const VechainIconDark: React__default.FC<Props$c>;
1112
+
1113
+ type Props$b = {
1103
1114
  isDark?: boolean;
1104
1115
  } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1105
- declare const VechainIcon: React__default.FC<Props$c>;
1106
-
1107
- type Props$b = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1108
- declare const VechainIconLight: React__default.FC<Props$b>;
1116
+ declare const VeBetterLogo: React__default.FC<Props$b>;
1109
1117
 
1110
1118
  type Props$a = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1111
- declare const VechainIconDark: React__default.FC<Props$a>;
1119
+ declare const VeBetterLogoLight: React__default.FC<Props$a>;
1120
+
1121
+ type Props$9 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1122
+ declare const VeBetterLogoDark: React__default.FC<Props$9>;
1112
1123
 
1113
- type Props$9 = {
1124
+ type Props$8 = {
1114
1125
  isDark?: boolean;
1115
1126
  } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1116
- declare const VeBetterLogo: React__default.FC<Props$9>;
1117
-
1118
- type Props$8 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1119
- declare const VeBetterLogoLight: React__default.FC<Props$8>;
1127
+ declare const VeBetterIcon: React__default.FC<Props$8>;
1120
1128
 
1121
1129
  type Props$7 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1122
- declare const VeBetterLogoDark: React__default.FC<Props$7>;
1130
+ declare const VeBetterIconLight: React__default.FC<Props$7>;
1123
1131
 
1124
- type Props$6 = {
1125
- isDark?: boolean;
1126
- } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1127
- declare const VeBetterIcon: React__default.FC<Props$6>;
1132
+ type Props$6 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1133
+ declare const VeBetterIconDark: React__default.FC<Props$6>;
1128
1134
 
1129
1135
  type Props$5 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1130
- declare const VeBetterIconLight: React__default.FC<Props$5>;
1136
+ declare const VETLogo: React__default.FC<Props$5>;
1131
1137
 
1132
1138
  type Props$4 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1133
- declare const VeBetterIconDark: React__default.FC<Props$4>;
1139
+ declare const VTHOLogo: React__default.FC<Props$4>;
1134
1140
 
1135
1141
  type Props$3 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1136
- declare const VETLogo: React__default.FC<Props$3>;
1142
+ declare const VeWorldLogoLight: React__default.FC<Props$3>;
1137
1143
 
1138
1144
  type Props$2 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1139
- declare const VTHOLogo: React__default.FC<Props$2>;
1145
+ declare const VeWorldLogoDark: React__default.FC<Props$2>;
1140
1146
 
1141
1147
  type Props$1 = {
1142
1148
  isDark?: boolean;
@@ -1149,4 +1155,4 @@ type Props = {
1149
1155
  } & Omit<BoxProps, 'dangerouslySetInnerHTML'>;
1150
1156
  declare const VechainEnergy: React__default.FC<Props>;
1151
1157
 
1152
- export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VechainEnergy, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight };
1158
+ export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VeWorldLogoDark, VeWorldLogoLight, VechainEnergy, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight };
@@ -1071,72 +1071,78 @@ declare const SimpleAccountFactoryABI: readonly [{
1071
1071
  readonly type: "function";
1072
1072
  }];
1073
1073
 
1074
- type Props$j = {
1074
+ type Props$l = {
1075
1075
  boxSize?: string | number;
1076
1076
  } & Omit<BoxProps, 'dangerouslySetInnerHTML'>;
1077
- declare const GoogleLogo: React__default.FC<Props$j>;
1077
+ declare const GoogleLogo: React__default.FC<Props$l>;
1078
1078
 
1079
- type Props$i = {
1079
+ type Props$k = {
1080
1080
  isDark?: boolean;
1081
1081
  boxSize?: string | number;
1082
1082
  } & Omit<BoxProps, 'dangerouslySetInnerHTML'>;
1083
- declare const TwitterLogo: React__default.FC<Props$i>;
1083
+ declare const TwitterLogo: React__default.FC<Props$k>;
1084
1084
 
1085
- type Props$h = {
1085
+ type Props$j = {
1086
1086
  isDark?: boolean;
1087
1087
  } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1088
- declare const VechainLogo: React__default.FC<Props$h>;
1088
+ declare const VechainLogo: React__default.FC<Props$j>;
1089
+
1090
+ type Props$i = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1091
+ declare const VechainLogoDark: React__default.FC<Props$i>;
1092
+
1093
+ type Props$h = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1094
+ declare const VechainLogoLight: React__default.FC<Props$h>;
1089
1095
 
1090
1096
  type Props$g = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1091
- declare const VechainLogoDark: React__default.FC<Props$g>;
1097
+ declare const VechainLogoHorizontalDark: React__default.FC<Props$g>;
1092
1098
 
1093
1099
  type Props$f = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1094
- declare const VechainLogoLight: React__default.FC<Props$f>;
1100
+ declare const VechainLogoHorizontalLight: React__default.FC<Props$f>;
1095
1101
 
1096
- type Props$e = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1097
- declare const VechainLogoHorizontalDark: React__default.FC<Props$e>;
1102
+ type Props$e = {
1103
+ isDark?: boolean;
1104
+ } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1105
+ declare const VechainIcon: React__default.FC<Props$e>;
1098
1106
 
1099
1107
  type Props$d = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1100
- declare const VechainLogoHorizontalLight: React__default.FC<Props$d>;
1108
+ declare const VechainIconLight: React__default.FC<Props$d>;
1101
1109
 
1102
- type Props$c = {
1110
+ type Props$c = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1111
+ declare const VechainIconDark: React__default.FC<Props$c>;
1112
+
1113
+ type Props$b = {
1103
1114
  isDark?: boolean;
1104
1115
  } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1105
- declare const VechainIcon: React__default.FC<Props$c>;
1106
-
1107
- type Props$b = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1108
- declare const VechainIconLight: React__default.FC<Props$b>;
1116
+ declare const VeBetterLogo: React__default.FC<Props$b>;
1109
1117
 
1110
1118
  type Props$a = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1111
- declare const VechainIconDark: React__default.FC<Props$a>;
1119
+ declare const VeBetterLogoLight: React__default.FC<Props$a>;
1120
+
1121
+ type Props$9 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1122
+ declare const VeBetterLogoDark: React__default.FC<Props$9>;
1112
1123
 
1113
- type Props$9 = {
1124
+ type Props$8 = {
1114
1125
  isDark?: boolean;
1115
1126
  } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1116
- declare const VeBetterLogo: React__default.FC<Props$9>;
1117
-
1118
- type Props$8 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1119
- declare const VeBetterLogoLight: React__default.FC<Props$8>;
1127
+ declare const VeBetterIcon: React__default.FC<Props$8>;
1120
1128
 
1121
1129
  type Props$7 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1122
- declare const VeBetterLogoDark: React__default.FC<Props$7>;
1130
+ declare const VeBetterIconLight: React__default.FC<Props$7>;
1123
1131
 
1124
- type Props$6 = {
1125
- isDark?: boolean;
1126
- } & Omit<IconProps, 'dangerouslySetInnerHTML'>;
1127
- declare const VeBetterIcon: React__default.FC<Props$6>;
1132
+ type Props$6 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1133
+ declare const VeBetterIconDark: React__default.FC<Props$6>;
1128
1134
 
1129
1135
  type Props$5 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1130
- declare const VeBetterIconLight: React__default.FC<Props$5>;
1136
+ declare const VETLogo: React__default.FC<Props$5>;
1131
1137
 
1132
1138
  type Props$4 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1133
- declare const VeBetterIconDark: React__default.FC<Props$4>;
1139
+ declare const VTHOLogo: React__default.FC<Props$4>;
1134
1140
 
1135
1141
  type Props$3 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1136
- declare const VETLogo: React__default.FC<Props$3>;
1142
+ declare const VeWorldLogoLight: React__default.FC<Props$3>;
1137
1143
 
1138
1144
  type Props$2 = Omit<IconProps, 'dangerouslySetInnerHTML'>;
1139
- declare const VTHOLogo: React__default.FC<Props$2>;
1145
+ declare const VeWorldLogoDark: React__default.FC<Props$2>;
1140
1146
 
1141
1147
  type Props$1 = {
1142
1148
  isDark?: boolean;
@@ -1149,4 +1155,4 @@ type Props = {
1149
1155
  } & Omit<BoxProps, 'dangerouslySetInnerHTML'>;
1150
1156
  declare const VechainEnergy: React__default.FC<Props>;
1151
1157
 
1152
- export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VechainEnergy, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight };
1158
+ export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VeWorldLogoDark, VeWorldLogoLight, VechainEnergy, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight };
@@ -1,4 +1,4 @@
1
- export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VechainEnergy, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight } from '../chunk-G7I2W6XJ.js';
1
+ export { GoogleLogo, PrivyLogo, SimpleAccountABI, SimpleAccountFactoryABI, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VeWorldLogoDark, VeWorldLogoLight, VechainEnergy, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight } from '../chunk-Z4FE6MMP.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
3
  //# sourceMappingURL=index.js.map
4
4
  //# sourceMappingURL=index.js.map
@@ -1827,6 +1827,24 @@ var VTHOLogo = ({ ...props }) => {
1827
1827
  ] })
1828
1828
  ] }) });
1829
1829
  };
1830
+ var VeWorldLogoLight = ({ ...props }) => {
1831
+ return /* @__PURE__ */ jsxRuntime.jsx(react.Icon, { viewBox: "0 0 250 167", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
1832
+ "path",
1833
+ {
1834
+ d: " M 258.147 -0.275 L 264.521 -0.275 L 266.198 -0.275 C 266.404 -0.329 266.741 -0.394 266.869 -0.163 L 266.869 -0.163 L 267.093 -0.275 L 267.149 -0.107 Q 255.37 22.78 244.169 46.243 Q 214.168 106.426 184.68 167.122 L 160.918 167.066 C 151.359 147.182 141.575 127.406 131.565 107.745 L 131.565 107.745 L 131.398 107.801 C 121.761 127.427 112.275 147.127 102.939 166.898 L 102.939 166.898 L 86.166 166.898 L 82.029 166.898 C 81.583 167.033 80.812 167.243 80.463 166.786 L 80.463 166.786 L 80.239 166.786 L 79.848 166.619 L 23.434 49.15 L 7.276 15.436 L 0.008 0.117 C 2.658 -0.207 5.341 -0.22 8.003 -0.051 L 8.003 -0.051 L 26.901 -0.051 L 27.236 0.061 Q 37.443 -0.194 47.028 0.173 Q 63.697 1.731 72.132 11.523 Q 76.721 16.215 79.401 22.817 L 84.992 34.11 L 101.709 68.719 L 106.909 79.398 L 108.195 82.138 C 108.641 82.403 108.727 82.948 108.698 83.424 L 108.698 83.424 L 97.348 106.962 C 88.879 90.051 80.623 73.033 72.58 55.916 L 72.58 55.916 L 62.516 35.229 L 60 30.253 Q 59.197 28.036 57.54 26.674 Q 54.591 23.417 47.699 24.102 L 34.505 24.102 L 34.56 24.27 C 53.267 63.86 72.257 103.317 91.533 142.633 L 91.533 142.633 L 119.824 83.927 C 122.242 83.751 124.67 83.727 127.092 83.815 L 127.092 83.815 L 143.195 83.815 L 143.586 83.983 Q 157.896 113.842 172.827 143.08 Q 202.427 83.67 231.589 23.823 Q 231.254 23.487 230.415 23.655 L 227.732 23.655 L 217.109 23.655 Q 209.653 23.356 206.653 27.513 Q 199.029 41.47 192.117 56.139 L 166.789 106.962 L 154.992 83.312 L 179.425 34.166 L 185.687 21.754 Q 188.849 14.517 194.409 9.678 Q 203.972 0.007 223.035 -0.163 L 223.259 -0.163 L 249.313 -0.163 L 255.799 -0.163 L 257.476 -0.163 C 257.682 -0.109 258.019 -0.043 258.147 -0.275 L 258.147 -0.275 Z ",
1835
+ fill: "rgb(235,241,246)"
1836
+ }
1837
+ ) });
1838
+ };
1839
+ var VeWorldLogoDark = ({ ...props }) => {
1840
+ return /* @__PURE__ */ jsxRuntime.jsx(react.Icon, { viewBox: "0 0 250 167", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
1841
+ "path",
1842
+ {
1843
+ d: " M 226.611 0.055 L 267.259 0.11 C 258.698 16.759 250.387 33.536 242.322 50.431 L 242.322 50.431 L 184.677 167.455 L 184.454 167.455 L 167.233 167.455 L 162.872 167.455 Q 161.669 167.818 161.306 167.343 Q 161.166 167.595 161.026 167.287 Q 146.552 137.424 131.673 107.965 L 131.505 108.021 L 102.934 167.231 L 86.16 167.12 L 81.799 167.12 Q 80.597 167.483 80.234 167.008 Q 80.094 167.259 79.954 166.952 L 0 0.334 Q 8.478 0.034 17.389 0.166 Q 17.808 0.698 19.178 0.278 L 24.322 0.278 Q 34.655 0.009 44.338 0.39 Q 64.103 1.089 73.021 12.635 Q 76.825 16.826 79.227 22.419 L 85.545 35.447 L 102.654 70.671 C 105.086 74.801 107.123 79.157 108.805 83.643 L 108.805 83.643 L 97.455 107.182 L 97.287 107.126 L 70.673 52.22 L 62.062 34.329 L 59.938 30.191 Q 59.058 27.884 57.198 26.557 Q 54.449 23.827 48.476 24.32 L 35.616 24.32 Q 35.358 24.678 34.554 24.488 Q 62.824 83.888 91.528 142.854 L 91.696 142.798 L 119.931 84.146 L 143.694 84.202 L 163.039 123.34 Q 167.726 133.583 172.936 143.301 Q 202.528 83.881 231.699 24.041 Q 230.199 23.64 228.065 23.873 L 219.566 23.873 C 219.273 24.273 218.614 24.101 218.224 23.985 L 218.224 23.985 L 214.311 23.985 Q 209.152 24.473 206.762 27.731 Q 199.138 41.688 192.225 56.358 L 166.897 107.182 L 166.729 107.126 L 155.1 83.531 L 179.533 34.385 L 185.795 21.972 Q 188.931 14.932 194.294 10.119 Q 204.623 -0.743 226.611 0.055 Z ",
1844
+ fill: "rgb(0,0,0)"
1845
+ }
1846
+ ) });
1847
+ };
1830
1848
  var PrivyLogo = ({ isDark = false, ...props }) => {
1831
1849
  return /* @__PURE__ */ jsxRuntime.jsx(
1832
1850
  react.Image,
@@ -1864,6 +1882,8 @@ exports.VeBetterIconLight = VeBetterIconLight;
1864
1882
  exports.VeBetterLogo = VeBetterLogo;
1865
1883
  exports.VeBetterLogoDark = VeBetterLogoDark;
1866
1884
  exports.VeBetterLogoLight = VeBetterLogoLight;
1885
+ exports.VeWorldLogoDark = VeWorldLogoDark;
1886
+ exports.VeWorldLogoLight = VeWorldLogoLight;
1867
1887
  exports.VechainEnergy = VechainEnergy;
1868
1888
  exports.VechainIcon = VechainIcon;
1869
1889
  exports.VechainIconDark = VechainIconDark;
@@ -1873,5 +1893,5 @@ exports.VechainLogoDark = VechainLogoDark;
1873
1893
  exports.VechainLogoHorizontalDark = VechainLogoHorizontalDark;
1874
1894
  exports.VechainLogoHorizontalLight = VechainLogoHorizontalLight;
1875
1895
  exports.VechainLogoLight = VechainLogoLight;
1876
- //# sourceMappingURL=chunk-TV24UEQU.cjs.map
1877
- //# sourceMappingURL=chunk-TV24UEQU.cjs.map
1896
+ //# sourceMappingURL=chunk-EESC6JDT.cjs.map
1897
+ //# sourceMappingURL=chunk-EESC6JDT.cjs.map