@funkit/connect 5.3.1 → 5.3.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.
@@ -47,7 +47,6 @@ export declare const useActiveTheme: () => {
47
47
  modalBorder: string;
48
48
  offBackground: string;
49
49
  offBackgroundInverse: string;
50
- offBackgroundComplimentary: string;
51
50
  hoverState: string;
52
51
  lightStroke: string;
53
52
  mediumStroke: string;
@@ -77,6 +76,7 @@ export declare const useActiveTheme: () => {
77
76
  buttonTextDisabledTertiary: string;
78
77
  buttonBackground: string;
79
78
  buttonBackgroundHover: string;
79
+ buttonBackgroundPressed: string;
80
80
  buttonBackgroundDisabled: string;
81
81
  buttonBorderHover: string;
82
82
  buttonTextSecondaryDisabled: string;
@@ -92,9 +92,12 @@ export declare const useActiveTheme: () => {
92
92
  newBadgeBackground: string;
93
93
  newBadgeBorder: string;
94
94
  newBadgeText: string;
95
- red_50: string;
96
- red_100: string;
97
- red_800: string;
95
+ approvedBadgeBackground: string;
96
+ approvedBadgeBorder: string;
97
+ approvedBadgeText: string;
98
+ failedBadgeBackground: string;
99
+ failedBadgeBorder: string;
100
+ failedBadgeText: string;
98
101
  inputAmountQuickOptionBaseBackground: string;
99
102
  inputAmountQuickOptionHoverBackground: string;
100
103
  inputAmountQuickOptionActiveBackground: string;
@@ -188,7 +191,6 @@ export declare const useActiveTheme: () => {
188
191
  selectedWallet: string;
189
192
  dropdown: string;
190
193
  notification: string;
191
- vertexDropdown: string;
192
194
  qrCode: string;
193
195
  buttonFocusedShadow: string;
194
196
  };
@@ -226,7 +228,6 @@ export declare const useActiveTheme: () => {
226
228
  modalBorder: string;
227
229
  offBackground: string;
228
230
  offBackgroundInverse: string;
229
- offBackgroundComplimentary: string;
230
231
  hoverState: string;
231
232
  lightStroke: string;
232
233
  mediumStroke: string;
@@ -256,6 +257,7 @@ export declare const useActiveTheme: () => {
256
257
  buttonTextDisabledTertiary: string;
257
258
  buttonBackground: string;
258
259
  buttonBackgroundHover: string;
260
+ buttonBackgroundPressed: string;
259
261
  buttonBackgroundDisabled: string;
260
262
  buttonBorderHover: string;
261
263
  buttonTextSecondaryDisabled: string;
@@ -271,9 +273,12 @@ export declare const useActiveTheme: () => {
271
273
  newBadgeBackground: string;
272
274
  newBadgeBorder: string;
273
275
  newBadgeText: string;
274
- red_50: string;
275
- red_100: string;
276
- red_800: string;
276
+ approvedBadgeBackground: string;
277
+ approvedBadgeBorder: string;
278
+ approvedBadgeText: string;
279
+ failedBadgeBackground: string;
280
+ failedBadgeBorder: string;
281
+ failedBadgeText: string;
277
282
  inputAmountQuickOptionBaseBackground: string;
278
283
  inputAmountQuickOptionHoverBackground: string;
279
284
  inputAmountQuickOptionActiveBackground: string;
@@ -367,7 +372,6 @@ export declare const useActiveTheme: () => {
367
372
  selectedWallet: string;
368
373
  dropdown: string;
369
374
  notification: string;
370
- vertexDropdown: string;
371
375
  qrCode: string;
372
376
  buttonFocusedShadow: string;
373
377
  };
@@ -403,7 +407,6 @@ export declare const useActiveTheme: () => {
403
407
  modalBorder: string;
404
408
  offBackground: string;
405
409
  offBackgroundInverse: string;
406
- offBackgroundComplimentary: string;
407
410
  hoverState: string;
408
411
  lightStroke: string;
409
412
  mediumStroke: string;
@@ -433,6 +436,7 @@ export declare const useActiveTheme: () => {
433
436
  buttonTextDisabledTertiary: string;
434
437
  buttonBackground: string;
435
438
  buttonBackgroundHover: string;
439
+ buttonBackgroundPressed: string;
436
440
  buttonBackgroundDisabled: string;
437
441
  buttonBorderHover: string;
438
442
  buttonTextSecondaryDisabled: string;
@@ -448,9 +452,12 @@ export declare const useActiveTheme: () => {
448
452
  newBadgeBackground: string;
449
453
  newBadgeBorder: string;
450
454
  newBadgeText: string;
451
- red_50: string;
452
- red_100: string;
453
- red_800: string;
455
+ approvedBadgeBackground: string;
456
+ approvedBadgeBorder: string;
457
+ approvedBadgeText: string;
458
+ failedBadgeBackground: string;
459
+ failedBadgeBorder: string;
460
+ failedBadgeText: string;
454
461
  inputAmountQuickOptionBaseBackground: string;
455
462
  inputAmountQuickOptionHoverBackground: string;
456
463
  inputAmountQuickOptionActiveBackground: string;
@@ -544,7 +551,6 @@ export declare const useActiveTheme: () => {
544
551
  selectedWallet: string;
545
552
  dropdown: string;
546
553
  notification: string;
547
- vertexDropdown: string;
548
554
  qrCode: string;
549
555
  buttonFocusedShadow: string;
550
556
  };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  darkTheme
4
- } from "../chunk-LEJS74SX.js";
4
+ } from "../chunk-ZX757M5P.js";
5
5
  import "../chunk-CRPOYQ6X.js";
6
6
  export {
7
7
  darkTheme
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  lightTheme
4
- } from "../chunk-C63T33UV.js";
4
+ } from "../chunk-AIST42FG.js";
5
5
  import "../chunk-CRPOYQ6X.js";
6
6
  export {
7
7
  lightTheme
@@ -169,6 +169,15 @@ export declare const flagConfig: {
169
169
  type: "boolean";
170
170
  default_value: false;
171
171
  overrides: {
172
+ if_all: ({
173
+ key: "userId";
174
+ type: "isAnyOf";
175
+ values: string[];
176
+ } | {
177
+ key: "apiKey";
178
+ type: "isAnyOf";
179
+ values: string[];
180
+ })[];
172
181
  if_any: {
173
182
  key: "userId";
174
183
  type: "isAnyOf";
@@ -1,13 +1,16 @@
1
1
  "use client";
2
2
  import {
3
- walletConnectWallet
4
- } from "./chunk-NP5QGWNL.js";
3
+ xdefiWallet
4
+ } from "./chunk-NO7XMBB5.js";
5
5
  import {
6
6
  zerionWallet
7
7
  } from "./chunk-AXWP3GD4.js";
8
8
  import {
9
- xdefiWallet
10
- } from "./chunk-NO7XMBB5.js";
9
+ zealWallet
10
+ } from "./chunk-JROWU5BP.js";
11
+ import {
12
+ tahoWallet
13
+ } from "./chunk-6P2EMPZI.js";
11
14
  import {
12
15
  subWallet
13
16
  } from "./chunk-AD2KIJB6.js";
@@ -18,26 +21,26 @@ import {
18
21
  tokenPocketWallet
19
22
  } from "./chunk-IDKVN5CF.js";
20
23
  import {
21
- tokenaryWallet
22
- } from "./chunk-SLOIIJGP.js";
24
+ walletConnectWallet
25
+ } from "./chunk-NP5QGWNL.js";
23
26
  import {
24
27
  trustWallet
25
28
  } from "./chunk-ISIBREBO.js";
29
+ import {
30
+ tokenaryWallet
31
+ } from "./chunk-SLOIIJGP.js";
26
32
  import {
27
33
  uniswapWallet
28
34
  } from "./chunk-LH7BMNFZ.js";
29
- import {
30
- oneKeyWallet
31
- } from "./chunk-4AD7VI2P.js";
32
- import {
33
- zealWallet
34
- } from "./chunk-JROWU5BP.js";
35
35
  import {
36
36
  phantomWallet
37
37
  } from "./chunk-ZSVTX6EK.js";
38
38
  import {
39
39
  rainbowWallet
40
40
  } from "./chunk-2UCNRD7H.js";
41
+ import {
42
+ rabbyWallet
43
+ } from "./chunk-BVX4XGNP.js";
41
44
  import {
42
45
  ramperWallet
43
46
  } from "./chunk-PIUNLQJG.js";
@@ -47,18 +50,15 @@ import {
47
50
  import {
48
51
  safeWallet
49
52
  } from "./chunk-BQQQL6UD.js";
50
- import {
51
- safeheronWallet
52
- } from "./chunk-R6RWZRFF.js";
53
53
  import {
54
54
  safepalWallet
55
55
  } from "./chunk-MSFKSQBY.js";
56
56
  import {
57
- tahoWallet
58
- } from "./chunk-6P2EMPZI.js";
57
+ safeheronWallet
58
+ } from "./chunk-R6RWZRFF.js";
59
59
  import {
60
- mewWallet
61
- } from "./chunk-V57WLZEE.js";
60
+ ledgerWallet
61
+ } from "./chunk-BRBKM4PW.js";
62
62
  import {
63
63
  metaMaskWallet
64
64
  } from "./chunk-G73C6P5P.js";
@@ -75,11 +75,14 @@ import {
75
75
  oneInchWallet
76
76
  } from "./chunk-OESTDX6I.js";
77
77
  import {
78
- gateWallet
79
- } from "./chunk-GSOYKKIS.js";
78
+ mewWallet
79
+ } from "./chunk-V57WLZEE.js";
80
80
  import {
81
- rabbyWallet
82
- } from "./chunk-BVX4XGNP.js";
81
+ oneKeyWallet
82
+ } from "./chunk-4AD7VI2P.js";
83
+ import {
84
+ coreWallet
85
+ } from "./chunk-HBA36GW3.js";
83
86
  import {
84
87
  frameWallet
85
88
  } from "./chunk-ZMYVTWDF.js";
@@ -90,23 +93,14 @@ import {
90
93
  imTokenWallet
91
94
  } from "./chunk-COZ7MIQS.js";
92
95
  import {
93
- dawnWallet
94
- } from "./chunk-LN7OD5EC.js";
95
- import {
96
- injectedWallet
97
- } from "./chunk-VCVVV2K7.js";
96
+ gateWallet
97
+ } from "./chunk-GSOYKKIS.js";
98
98
  import {
99
99
  kresusWallet
100
100
  } from "./chunk-MJXPRJZT.js";
101
101
  import {
102
- ledgerWallet
103
- } from "./chunk-BRBKM4PW.js";
104
- import {
105
- clvWallet
106
- } from "./chunk-KR6JBW5E.js";
107
- import {
108
- bloomWallet
109
- } from "./chunk-S27IADFU.js";
102
+ injectedWallet
103
+ } from "./chunk-VCVVV2K7.js";
110
104
  import {
111
105
  coin98Wallet
112
106
  } from "./chunk-DTRYS3MO.js";
@@ -114,35 +108,41 @@ import {
114
108
  coinbaseWallet
115
109
  } from "./chunk-H4IRCEZN.js";
116
110
  import {
117
- coreWallet
118
- } from "./chunk-HBA36GW3.js";
111
+ bybitWallet
112
+ } from "./chunk-6ONTSPEY.js";
113
+ import {
114
+ clvWallet
115
+ } from "./chunk-KR6JBW5E.js";
116
+ import {
117
+ dawnWallet
118
+ } from "./chunk-LN7OD5EC.js";
119
+ import {
120
+ foxWallet
121
+ } from "./chunk-LMZMXEXL.js";
119
122
  import {
120
123
  desigWallet
121
124
  } from "./chunk-CTU6JCOK.js";
122
125
  import {
123
126
  enkryptWallet
124
127
  } from "./chunk-SJTXS4ZW.js";
125
- import {
126
- foxWallet
127
- } from "./chunk-LMZMXEXL.js";
128
128
  import {
129
129
  argentWallet
130
130
  } from "./chunk-WSQ2YJO2.js";
131
131
  import {
132
132
  bifrostWallet
133
133
  } from "./chunk-W6N74MS3.js";
134
+ import {
135
+ bitskiWallet
136
+ } from "./chunk-P74YPRF6.js";
134
137
  import {
135
138
  bitgetWallet
136
139
  } from "./chunk-A5APNTGL.js";
137
140
  import {
138
- bitskiWallet
139
- } from "./chunk-P74YPRF6.js";
141
+ bloomWallet
142
+ } from "./chunk-S27IADFU.js";
140
143
  import {
141
144
  bitverseWallet
142
145
  } from "./chunk-3HZRRP4Y.js";
143
- import {
144
- bybitWallet
145
- } from "./chunk-6ONTSPEY.js";
146
146
  import "./chunk-23WIEY36.js";
147
147
  import {
148
148
  braveWallet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -94,9 +94,9 @@
94
94
  "uuid": "^9.0.1",
95
95
  "@funkit/api-base": "1.8.0",
96
96
  "@funkit/chains": "0.2.1",
97
- "@funkit/core": "2.3.17",
97
+ "@funkit/wagmi-tools": "3.0.39",
98
98
  "@funkit/utils": "1.0.12",
99
- "@funkit/wagmi-tools": "3.0.39"
99
+ "@funkit/core": "2.3.17"
100
100
  },
101
101
  "repository": {
102
102
  "type": "git",