@funkit/connect 5.5.3 → 5.5.5
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.
- package/CHANGELOG.md +15 -0
- package/dist/components/FunNoResults/FunNoResults.d.ts +5 -2
- package/dist/components/Icons/CoinsIcon.d.ts +4 -0
- package/dist/hooks/useIsUsUser.d.ts +3 -0
- package/dist/hooks/usePaymentSources.d.ts +8 -0
- package/dist/index.js +1085 -934
- package/dist/modals/CheckoutModal/SelectAsset.d.ts +1 -1
- package/dist/utils/flags/config.d.ts +16 -0
- package/dist/wallets/walletConnectors/index.js +51 -51
- package/package.json +4 -4
- package/dist/hooks/useIsUsBankrUser.d.ts +0 -1
|
@@ -11,4 +11,4 @@ export type SelectAssetNext = {
|
|
|
11
11
|
transferToken?: TransferTokenDefault;
|
|
12
12
|
};
|
|
13
13
|
export declare const SelectAssetInfo: ModalStepInfo<FunCheckoutStep.SELECT_ASSET>;
|
|
14
|
-
export declare function SelectAsset({ modalState, onNext, }: ModalStepComponentProps<FunCheckoutStep.SELECT_ASSET>): React.JSX.Element;
|
|
14
|
+
export declare function SelectAsset({ modalState, onNext, onClose, }: ModalStepComponentProps<FunCheckoutStep.SELECT_ASSET>): React.JSX.Element;
|
|
@@ -262,6 +262,21 @@ export declare const flagConfig: {
|
|
|
262
262
|
values: string[];
|
|
263
263
|
}[];
|
|
264
264
|
value: true;
|
|
265
|
+
if_all?: undefined;
|
|
266
|
+
} | {
|
|
267
|
+
if_all: ({
|
|
268
|
+
key: "userId";
|
|
269
|
+
type: "pctRollout";
|
|
270
|
+
pct: number;
|
|
271
|
+
values?: undefined;
|
|
272
|
+
} | {
|
|
273
|
+
key: "apiKey";
|
|
274
|
+
type: "isAnyOf";
|
|
275
|
+
values: string[];
|
|
276
|
+
pct?: undefined;
|
|
277
|
+
})[];
|
|
278
|
+
if_any: never[];
|
|
279
|
+
value: true;
|
|
265
280
|
} | {
|
|
266
281
|
if_any: {
|
|
267
282
|
key: "userId";
|
|
@@ -269,6 +284,7 @@ export declare const flagConfig: {
|
|
|
269
284
|
pct: number;
|
|
270
285
|
}[];
|
|
271
286
|
value: false;
|
|
287
|
+
if_all?: undefined;
|
|
272
288
|
})[];
|
|
273
289
|
};
|
|
274
290
|
meld_quick_options: {
|
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
zealWallet
|
|
4
|
-
} from "./chunk-JROWU5BP.js";
|
|
5
2
|
import {
|
|
6
3
|
xdefiWallet
|
|
7
4
|
} from "./chunk-NO7XMBB5.js";
|
|
8
5
|
import {
|
|
9
6
|
zerionWallet
|
|
10
7
|
} from "./chunk-ETTNDQQG.js";
|
|
8
|
+
import {
|
|
9
|
+
tokenaryWallet
|
|
10
|
+
} from "./chunk-SLOIIJGP.js";
|
|
11
11
|
import {
|
|
12
12
|
tahoWallet
|
|
13
13
|
} from "./chunk-6P2EMPZI.js";
|
|
14
|
-
import {
|
|
15
|
-
subWallet
|
|
16
|
-
} from "./chunk-4UM4GTKZ.js";
|
|
17
14
|
import {
|
|
18
15
|
talismanWallet
|
|
19
16
|
} from "./chunk-ABFSXBE6.js";
|
|
@@ -21,50 +18,50 @@ import {
|
|
|
21
18
|
tokenPocketWallet
|
|
22
19
|
} from "./chunk-FRGSRLTS.js";
|
|
23
20
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk-
|
|
21
|
+
safeheronWallet
|
|
22
|
+
} from "./chunk-R6RWZRFF.js";
|
|
26
23
|
import {
|
|
27
24
|
trustWallet
|
|
28
25
|
} from "./chunk-IPOC2VJX.js";
|
|
29
26
|
import {
|
|
30
27
|
uniswapWallet
|
|
31
28
|
} from "./chunk-LH7BMNFZ.js";
|
|
29
|
+
import {
|
|
30
|
+
zealWallet
|
|
31
|
+
} from "./chunk-JROWU5BP.js";
|
|
32
32
|
import {
|
|
33
33
|
walletConnectWallet
|
|
34
34
|
} from "./chunk-NP5QGWNL.js";
|
|
35
35
|
import {
|
|
36
36
|
phantomWallet
|
|
37
37
|
} from "./chunk-ZSVTX6EK.js";
|
|
38
|
-
import {
|
|
39
|
-
rabbyWallet
|
|
40
|
-
} from "./chunk-BVX4XGNP.js";
|
|
41
38
|
import {
|
|
42
39
|
rainbowWallet
|
|
43
40
|
} from "./chunk-MOOBCMMB.js";
|
|
41
|
+
import {
|
|
42
|
+
ramperWallet
|
|
43
|
+
} from "./chunk-PIUNLQJG.js";
|
|
44
44
|
import {
|
|
45
45
|
roninWallet
|
|
46
46
|
} from "./chunk-25VW5TZP.js";
|
|
47
47
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
48
|
+
foxWallet
|
|
49
|
+
} from "./chunk-XYBEMO3C.js";
|
|
50
50
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
51
|
+
subWallet
|
|
52
|
+
} from "./chunk-4UM4GTKZ.js";
|
|
53
53
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
54
|
+
safepalWallet
|
|
55
|
+
} from "./chunk-6LPM6LUQ.js";
|
|
56
56
|
import {
|
|
57
57
|
safeWallet
|
|
58
58
|
} from "./chunk-BQQQL6UD.js";
|
|
59
|
+
import {
|
|
60
|
+
metaMaskWallet
|
|
61
|
+
} from "./chunk-N2NIIUW6.js";
|
|
59
62
|
import {
|
|
60
63
|
ledgerWallet
|
|
61
64
|
} from "./chunk-BRBKM4PW.js";
|
|
62
|
-
import {
|
|
63
|
-
kresusWallet
|
|
64
|
-
} from "./chunk-MJXPRJZT.js";
|
|
65
|
-
import {
|
|
66
|
-
mewWallet
|
|
67
|
-
} from "./chunk-V57WLZEE.js";
|
|
68
65
|
import {
|
|
69
66
|
oktoWallet
|
|
70
67
|
} from "./chunk-ADIXAKUL.js";
|
|
@@ -81,38 +78,38 @@ import {
|
|
|
81
78
|
oneKeyWallet
|
|
82
79
|
} from "./chunk-4AD7VI2P.js";
|
|
83
80
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
81
|
+
rabbyWallet
|
|
82
|
+
} from "./chunk-BVX4XGNP.js";
|
|
86
83
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
84
|
+
frontierWallet
|
|
85
|
+
} from "./chunk-HKV7EMYZ.js";
|
|
86
|
+
import {
|
|
87
|
+
desigWallet
|
|
88
|
+
} from "./chunk-CTU6JCOK.js";
|
|
89
89
|
import {
|
|
90
90
|
gateWallet
|
|
91
91
|
} from "./chunk-3NC26XLM.js";
|
|
92
|
-
import {
|
|
93
|
-
imTokenWallet
|
|
94
|
-
} from "./chunk-COZ7MIQS.js";
|
|
95
|
-
import {
|
|
96
|
-
frontierWallet
|
|
97
|
-
} from "./chunk-HKV7EMYZ.js";
|
|
98
92
|
import {
|
|
99
93
|
injectedWallet
|
|
100
94
|
} from "./chunk-VCVVV2K7.js";
|
|
101
95
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
96
|
+
kresusWallet
|
|
97
|
+
} from "./chunk-MJXPRJZT.js";
|
|
98
|
+
import {
|
|
99
|
+
imTokenWallet
|
|
100
|
+
} from "./chunk-COZ7MIQS.js";
|
|
101
|
+
import {
|
|
102
|
+
mewWallet
|
|
103
|
+
} from "./chunk-V57WLZEE.js";
|
|
104
104
|
import {
|
|
105
105
|
coin98Wallet
|
|
106
106
|
} from "./chunk-KFFJPS5R.js";
|
|
107
107
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
108
|
+
coinbaseWallet
|
|
109
|
+
} from "./chunk-H4IRCEZN.js";
|
|
110
110
|
import {
|
|
111
111
|
clvWallet
|
|
112
112
|
} from "./chunk-LEXSM5KI.js";
|
|
113
|
-
import {
|
|
114
|
-
desigWallet
|
|
115
|
-
} from "./chunk-CTU6JCOK.js";
|
|
116
113
|
import {
|
|
117
114
|
dawnWallet
|
|
118
115
|
} from "./chunk-LN7OD5EC.js";
|
|
@@ -123,30 +120,33 @@ import {
|
|
|
123
120
|
enkryptWallet
|
|
124
121
|
} from "./chunk-SJTXS4ZW.js";
|
|
125
122
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
123
|
+
braveWallet
|
|
124
|
+
} from "./chunk-PB254NQ4.js";
|
|
125
|
+
import {
|
|
126
|
+
frameWallet
|
|
127
|
+
} from "./chunk-ZMYVTWDF.js";
|
|
128
128
|
import {
|
|
129
129
|
argentWallet
|
|
130
130
|
} from "./chunk-WSQ2YJO2.js";
|
|
131
131
|
import {
|
|
132
|
-
|
|
133
|
-
} from "./chunk-
|
|
132
|
+
bitgetWallet
|
|
133
|
+
} from "./chunk-7GSNBOD3.js";
|
|
134
134
|
import {
|
|
135
135
|
bitskiWallet
|
|
136
136
|
} from "./chunk-P74YPRF6.js";
|
|
137
137
|
import {
|
|
138
|
-
|
|
139
|
-
} from "./chunk-
|
|
138
|
+
bifrostWallet
|
|
139
|
+
} from "./chunk-545L7Y4M.js";
|
|
140
|
+
import {
|
|
141
|
+
bitverseWallet
|
|
142
|
+
} from "./chunk-3HZRRP4Y.js";
|
|
140
143
|
import {
|
|
141
144
|
bloomWallet
|
|
142
145
|
} from "./chunk-S27IADFU.js";
|
|
143
146
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
147
|
+
bybitWallet
|
|
148
|
+
} from "./chunk-W5O4YSZN.js";
|
|
146
149
|
import "./chunk-WRA2DVJ7.js";
|
|
147
|
-
import {
|
|
148
|
-
bitverseWallet
|
|
149
|
-
} from "./chunk-3HZRRP4Y.js";
|
|
150
150
|
import "./chunk-23WIEY36.js";
|
|
151
151
|
export {
|
|
152
152
|
argentWallet,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.5",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
"ua-parser-js": "^1.0.37",
|
|
93
93
|
"use-debounce": "^10.0.5",
|
|
94
94
|
"uuid": "^9.0.1",
|
|
95
|
-
"@funkit/api-base": "1.9.2",
|
|
96
95
|
"@funkit/chains": "0.3.1",
|
|
96
|
+
"@funkit/api-base": "1.9.2",
|
|
97
97
|
"@funkit/core": "2.3.24",
|
|
98
|
-
"@funkit/
|
|
98
|
+
"@funkit/fun-relay": "0.1.7",
|
|
99
99
|
"@funkit/wagmi-tools": "3.0.46",
|
|
100
|
-
"@funkit/
|
|
100
|
+
"@funkit/utils": "1.1.2"
|
|
101
101
|
},
|
|
102
102
|
"repository": {
|
|
103
103
|
"type": "git",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function useIsUsBankrUser(): boolean;
|