@funkit/connect 5.5.4 → 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 +7 -0
- package/dist/components/FunNoResults/FunNoResults.d.ts +5 -2
- package/dist/components/Icons/CoinsIcon.d.ts +4 -0
- package/dist/hooks/usePaymentSources.d.ts +8 -0
- package/dist/index.js +1018 -918
- package/dist/modals/CheckoutModal/SelectAsset.d.ts +1 -1
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
- package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +65 -65
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
- package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
- package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
- package/package.json +5 -5
|
@@ -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;
|
|
@@ -1,153 +1,153 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
xdefiWallet
|
|
4
|
+
} from "./chunk-NO7XMBB5.js";
|
|
5
5
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
6
|
+
zerionWallet
|
|
7
|
+
} from "./chunk-ETTNDQQG.js";
|
|
8
|
+
import {
|
|
9
|
+
tokenaryWallet
|
|
10
|
+
} from "./chunk-SLOIIJGP.js";
|
|
11
|
+
import {
|
|
12
|
+
tahoWallet
|
|
13
|
+
} from "./chunk-6P2EMPZI.js";
|
|
8
14
|
import {
|
|
9
15
|
talismanWallet
|
|
10
16
|
} from "./chunk-ABFSXBE6.js";
|
|
11
17
|
import {
|
|
12
18
|
tokenPocketWallet
|
|
13
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-FRGSRLTS.js";
|
|
14
20
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
21
|
+
safeheronWallet
|
|
22
|
+
} from "./chunk-R6RWZRFF.js";
|
|
23
|
+
import {
|
|
24
|
+
trustWallet
|
|
25
|
+
} from "./chunk-IPOC2VJX.js";
|
|
17
26
|
import {
|
|
18
27
|
uniswapWallet
|
|
19
28
|
} from "./chunk-LH7BMNFZ.js";
|
|
20
29
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
30
|
+
zealWallet
|
|
31
|
+
} from "./chunk-JROWU5BP.js";
|
|
23
32
|
import {
|
|
24
33
|
walletConnectWallet
|
|
25
34
|
} from "./chunk-NP5QGWNL.js";
|
|
26
35
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import {
|
|
30
|
-
xdefiWallet
|
|
31
|
-
} from "./chunk-NO7XMBB5.js";
|
|
36
|
+
phantomWallet
|
|
37
|
+
} from "./chunk-ZSVTX6EK.js";
|
|
32
38
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
39
|
+
rainbowWallet
|
|
40
|
+
} from "./chunk-MOOBCMMB.js";
|
|
35
41
|
import {
|
|
36
42
|
ramperWallet
|
|
37
43
|
} from "./chunk-PIUNLQJG.js";
|
|
38
|
-
import {
|
|
39
|
-
rainbowWallet
|
|
40
|
-
} from "./chunk-2UCNRD7H.js";
|
|
41
44
|
import {
|
|
42
45
|
roninWallet
|
|
43
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-25VW5TZP.js";
|
|
44
47
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
48
|
+
foxWallet
|
|
49
|
+
} from "./chunk-XYBEMO3C.js";
|
|
47
50
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
51
|
+
subWallet
|
|
52
|
+
} from "./chunk-4UM4GTKZ.js";
|
|
50
53
|
import {
|
|
51
54
|
safepalWallet
|
|
52
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-6LPM6LUQ.js";
|
|
53
56
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
57
|
+
safeWallet
|
|
58
|
+
} from "./chunk-BQQQL6UD.js";
|
|
56
59
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
60
|
+
metaMaskWallet
|
|
61
|
+
} from "./chunk-N2NIIUW6.js";
|
|
59
62
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
63
|
+
ledgerWallet
|
|
64
|
+
} from "./chunk-BRBKM4PW.js";
|
|
62
65
|
import {
|
|
63
66
|
oktoWallet
|
|
64
67
|
} from "./chunk-ADIXAKUL.js";
|
|
65
68
|
import {
|
|
66
69
|
okxWallet
|
|
67
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-3U3BMEH5.js";
|
|
68
71
|
import {
|
|
69
|
-
|
|
70
|
-
} from "./chunk-
|
|
72
|
+
omniWallet
|
|
73
|
+
} from "./chunk-7CUY5G6R.js";
|
|
71
74
|
import {
|
|
72
75
|
oneInchWallet
|
|
73
76
|
} from "./chunk-OESTDX6I.js";
|
|
74
77
|
import {
|
|
75
78
|
oneKeyWallet
|
|
76
79
|
} from "./chunk-4AD7VI2P.js";
|
|
77
|
-
import {
|
|
78
|
-
phantomWallet
|
|
79
|
-
} from "./chunk-ZSVTX6EK.js";
|
|
80
80
|
import {
|
|
81
81
|
rabbyWallet
|
|
82
82
|
} from "./chunk-BVX4XGNP.js";
|
|
83
83
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
84
|
+
frontierWallet
|
|
85
|
+
} from "./chunk-HKV7EMYZ.js";
|
|
86
86
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
87
|
+
desigWallet
|
|
88
|
+
} from "./chunk-CTU6JCOK.js";
|
|
89
89
|
import {
|
|
90
90
|
gateWallet
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-3NC26XLM.js";
|
|
92
92
|
import {
|
|
93
93
|
injectedWallet
|
|
94
94
|
} from "./chunk-VCVVV2K7.js";
|
|
95
|
-
import {
|
|
96
|
-
ledgerWallet
|
|
97
|
-
} from "./chunk-BRBKM4PW.js";
|
|
98
95
|
import {
|
|
99
96
|
kresusWallet
|
|
100
97
|
} from "./chunk-MJXPRJZT.js";
|
|
101
98
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
99
|
+
imTokenWallet
|
|
100
|
+
} from "./chunk-COZ7MIQS.js";
|
|
104
101
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
102
|
+
mewWallet
|
|
103
|
+
} from "./chunk-V57WLZEE.js";
|
|
104
|
+
import {
|
|
105
|
+
coin98Wallet
|
|
106
|
+
} from "./chunk-KFFJPS5R.js";
|
|
107
107
|
import {
|
|
108
108
|
coinbaseWallet
|
|
109
109
|
} from "./chunk-H4IRCEZN.js";
|
|
110
110
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
113
|
-
import {
|
|
114
|
-
coreWallet
|
|
115
|
-
} from "./chunk-HBA36GW3.js";
|
|
111
|
+
clvWallet
|
|
112
|
+
} from "./chunk-LEXSM5KI.js";
|
|
116
113
|
import {
|
|
117
114
|
dawnWallet
|
|
118
115
|
} from "./chunk-LN7OD5EC.js";
|
|
119
116
|
import {
|
|
120
|
-
|
|
121
|
-
} from "./chunk-
|
|
117
|
+
coreWallet
|
|
118
|
+
} from "./chunk-JXP2QPW7.js";
|
|
122
119
|
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
|
+
import {
|
|
138
|
+
bifrostWallet
|
|
139
|
+
} from "./chunk-545L7Y4M.js";
|
|
137
140
|
import {
|
|
138
141
|
bitverseWallet
|
|
139
142
|
} from "./chunk-3HZRRP4Y.js";
|
|
140
143
|
import {
|
|
141
144
|
bloomWallet
|
|
142
145
|
} from "./chunk-S27IADFU.js";
|
|
143
|
-
import {
|
|
144
|
-
braveWallet
|
|
145
|
-
} from "./chunk-PB254NQ4.js";
|
|
146
146
|
import {
|
|
147
147
|
bybitWallet
|
|
148
|
-
} from "./chunk-
|
|
149
|
-
import "./chunk-23WIEY36.js";
|
|
148
|
+
} from "./chunk-W5O4YSZN.js";
|
|
150
149
|
import "./chunk-WRA2DVJ7.js";
|
|
150
|
+
import "./chunk-23WIEY36.js";
|
|
151
151
|
export {
|
|
152
152
|
argentWallet,
|
|
153
153
|
bifrostWallet,
|
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/chains": "0.3.1",
|
|
95
96
|
"@funkit/api-base": "1.9.2",
|
|
96
|
-
"@funkit/utils": "1.1.2",
|
|
97
|
-
"@funkit/wagmi-tools": "3.0.46",
|
|
98
|
-
"@funkit/fun-relay": "0.1.7",
|
|
99
97
|
"@funkit/core": "2.3.24",
|
|
100
|
-
"@funkit/
|
|
98
|
+
"@funkit/fun-relay": "0.1.7",
|
|
99
|
+
"@funkit/wagmi-tools": "3.0.46",
|
|
100
|
+
"@funkit/utils": "1.1.2"
|
|
101
101
|
},
|
|
102
102
|
"repository": {
|
|
103
103
|
"type": "git",
|