@funkit/connect 2.0.1 → 2.0.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.
- package/CHANGELOG.md +6 -0
- package/dist/index.css +5 -1
- package/dist/index.js +6 -5
- 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 +81 -81
- 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 +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -5105,7 +5105,11 @@ input[type=number] {
|
|
|
5105
5105
|
overflow-y: auto;
|
|
5106
5106
|
}
|
|
5107
5107
|
|
|
5108
|
-
/* vanilla-extract-css-ns:src/components/FunPayments/FunPaymentMoonpayType.css.ts.vanilla.css?source=
|
|
5108
|
+
/* vanilla-extract-css-ns:src/components/FunPayments/FunPaymentMoonpayType.css.ts.vanilla.css?source=Ll8xa21wZXlmMCB7CiAgbWF4LWhlaWdodDogMTAwJSAhaW1wb3J0YW50OwogIGhlaWdodDogaW5oZXJpdCAhaW1wb3J0YW50Owp9Ci5fMWttcGV5ZjAgaWZyYW1lIHsKICBib3JkZXI6IG5vbmU7Cn0= */
|
|
5109
|
+
[data-rk] ._1kmpeyf0 {
|
|
5110
|
+
max-height: 100% !important;
|
|
5111
|
+
height: inherit !important;
|
|
5112
|
+
}
|
|
5109
5113
|
[data-rk] ._1kmpeyf0 iframe {
|
|
5110
5114
|
border: none;
|
|
5111
5115
|
}
|
package/dist/index.js
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
en_US_default
|
|
4
4
|
} from "./chunk-SW6GAS7K.js";
|
|
5
|
-
import {
|
|
6
|
-
darkTheme
|
|
7
|
-
} from "./chunk-ICLRFHOV.js";
|
|
8
5
|
import {
|
|
9
6
|
lightTheme
|
|
10
7
|
} from "./chunk-FRT63PFR.js";
|
|
8
|
+
import {
|
|
9
|
+
darkTheme
|
|
10
|
+
} from "./chunk-ICLRFHOV.js";
|
|
11
11
|
import "./chunk-I24HX4XM.js";
|
|
12
12
|
|
|
13
13
|
// src/components/ConnectButton/ConnectButton.tsx
|
|
@@ -6684,7 +6684,8 @@ function FunPaymentMoonpayType({
|
|
|
6684
6684
|
})) : null, /* @__PURE__ */ React59.createElement(Box, {
|
|
6685
6685
|
display: "flex",
|
|
6686
6686
|
justifyContent: "center",
|
|
6687
|
-
paddingBottom: "24"
|
|
6687
|
+
paddingBottom: "24",
|
|
6688
|
+
style: { minHeight: "65vh", maxHeight: "65vh" }
|
|
6688
6689
|
}, /* @__PURE__ */ React59.createElement(MoonPayBuyWidget, {
|
|
6689
6690
|
variant: "embedded",
|
|
6690
6691
|
baseCurrencyCode: "usd",
|
|
@@ -16044,7 +16045,7 @@ function setFunkitConnectVersion({ version }) {
|
|
|
16044
16045
|
localStorage.setItem(storageKey6, version);
|
|
16045
16046
|
}
|
|
16046
16047
|
function getCurrentSdkVersion() {
|
|
16047
|
-
return "2.0.
|
|
16048
|
+
return "2.0.2";
|
|
16048
16049
|
}
|
|
16049
16050
|
function useFingerprint() {
|
|
16050
16051
|
const fingerprint = useCallback33(() => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bifrostWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-PJRUHFBT.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
bifrostWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bitgetWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-3R3RNCGE.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
bitgetWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
frontierWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-OXWTS7HX.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
frontierWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
gateWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-S2IWMXKX.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
gateWallet
|
|
10
10
|
};
|
|
@@ -1,118 +1,121 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import {
|
|
6
|
-
walletConnectWallet
|
|
7
|
-
} from "./chunk-ASPRR7T3.js";
|
|
3
|
+
zealWallet
|
|
4
|
+
} from "./chunk-Z5QFIFDP.js";
|
|
8
5
|
import {
|
|
9
6
|
zerionWallet
|
|
10
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-OPO2D6GL.js";
|
|
11
8
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
9
|
+
safeheronWallet
|
|
10
|
+
} from "./chunk-FQDX6QIP.js";
|
|
14
11
|
import {
|
|
15
12
|
talismanWallet
|
|
16
13
|
} from "./chunk-R2GYJ376.js";
|
|
17
14
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
15
|
+
ramperWallet
|
|
16
|
+
} from "./chunk-XEZPRJPV.js";
|
|
20
17
|
import {
|
|
21
18
|
tokenaryWallet
|
|
22
19
|
} from "./chunk-MD5OPFAT.js";
|
|
23
20
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk-
|
|
26
|
-
import {
|
|
27
|
-
zealWallet
|
|
28
|
-
} from "./chunk-Z5QFIFDP.js";
|
|
21
|
+
tokenPocketWallet
|
|
22
|
+
} from "./chunk-MOAWRDEM.js";
|
|
29
23
|
import {
|
|
30
24
|
trustWallet
|
|
31
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-MFS6NY6T.js";
|
|
32
26
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
27
|
+
uniswapWallet
|
|
28
|
+
} from "./chunk-XRSY4JVH.js";
|
|
35
29
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
30
|
+
walletConnectWallet
|
|
31
|
+
} from "./chunk-ASPRR7T3.js";
|
|
38
32
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
33
|
+
xdefiWallet
|
|
34
|
+
} from "./chunk-JNZ3EYC7.js";
|
|
41
35
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
36
|
+
rabbyWallet
|
|
37
|
+
} from "./chunk-5SIHQ5GA.js";
|
|
44
38
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
39
|
+
rainbowWallet
|
|
40
|
+
} from "./chunk-WH7S23VZ.js";
|
|
47
41
|
import {
|
|
48
42
|
safeWallet
|
|
49
43
|
} from "./chunk-D3DCQ72J.js";
|
|
50
44
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
45
|
+
roninWallet
|
|
46
|
+
} from "./chunk-NK3DYIAB.js";
|
|
53
47
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
48
|
+
safepalWallet
|
|
49
|
+
} from "./chunk-XB2GFXBL.js";
|
|
56
50
|
import {
|
|
57
51
|
subWallet
|
|
58
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-5L2OLU3J.js";
|
|
59
53
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
54
|
+
tahoWallet
|
|
55
|
+
} from "./chunk-PILSRRPJ.js";
|
|
62
56
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
57
|
+
oneInchWallet
|
|
58
|
+
} from "./chunk-LCPIZUR3.js";
|
|
65
59
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
60
|
+
oktoWallet
|
|
61
|
+
} from "./chunk-WKHTUEF5.js";
|
|
62
|
+
import {
|
|
63
|
+
imTokenWallet
|
|
64
|
+
} from "./chunk-5MVV7OVS.js";
|
|
65
|
+
import {
|
|
66
|
+
okxWallet
|
|
67
|
+
} from "./chunk-XUXFYTCV.js";
|
|
68
68
|
import {
|
|
69
69
|
omniWallet
|
|
70
70
|
} from "./chunk-SVN7OEQR.js";
|
|
71
71
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
72
|
+
injectedWallet
|
|
73
|
+
} from "./chunk-GUJHPWTU.js";
|
|
74
74
|
import {
|
|
75
75
|
oneKeyWallet
|
|
76
76
|
} from "./chunk-QS2J6MWB.js";
|
|
77
77
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
80
|
-
import {
|
|
81
|
-
rabbyWallet
|
|
82
|
-
} from "./chunk-5SIHQ5GA.js";
|
|
83
|
-
import {
|
|
84
|
-
frameWallet
|
|
85
|
-
} from "./chunk-HXGBE5AH.js";
|
|
86
|
-
import {
|
|
87
|
-
bitverseWallet
|
|
88
|
-
} from "./chunk-NL4I7WOT.js";
|
|
78
|
+
phantomWallet
|
|
79
|
+
} from "./chunk-4PTY6XNU.js";
|
|
89
80
|
import {
|
|
90
|
-
|
|
91
|
-
} from "./chunk-
|
|
81
|
+
metaMaskWallet
|
|
82
|
+
} from "./chunk-3F5GNHAG.js";
|
|
92
83
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
84
|
+
braveWallet
|
|
85
|
+
} from "./chunk-KJWMF6GZ.js";
|
|
95
86
|
import {
|
|
96
|
-
|
|
97
|
-
} from "./chunk-
|
|
87
|
+
frontierWallet
|
|
88
|
+
} from "./chunk-OXWTS7HX.js";
|
|
98
89
|
import {
|
|
99
90
|
gateWallet
|
|
100
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-S2IWMXKX.js";
|
|
101
92
|
import {
|
|
102
93
|
kresusWallet
|
|
103
94
|
} from "./chunk-X6T3CICZ.js";
|
|
104
95
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
96
|
+
ledgerWallet
|
|
97
|
+
} from "./chunk-Y6VY6E3L.js";
|
|
107
98
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
99
|
+
frameWallet
|
|
100
|
+
} from "./chunk-HXGBE5AH.js";
|
|
110
101
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
102
|
+
mewWallet
|
|
103
|
+
} from "./chunk-ZCSUP7CX.js";
|
|
104
|
+
import {
|
|
105
|
+
coin98Wallet
|
|
106
|
+
} from "./chunk-R5GNFRXW.js";
|
|
113
107
|
import {
|
|
114
108
|
dawnWallet
|
|
115
109
|
} from "./chunk-QUFNIKMV.js";
|
|
110
|
+
import {
|
|
111
|
+
coreWallet
|
|
112
|
+
} from "./chunk-OMKARG6Y.js";
|
|
113
|
+
import {
|
|
114
|
+
coinbaseWallet
|
|
115
|
+
} from "./chunk-O77H3VWW.js";
|
|
116
|
+
import {
|
|
117
|
+
bybitWallet
|
|
118
|
+
} from "./chunk-BCXBFAL4.js";
|
|
116
119
|
import {
|
|
117
120
|
desigWallet
|
|
118
121
|
} from "./chunk-P4C7ZHIS.js";
|
|
@@ -121,34 +124,31 @@ import {
|
|
|
121
124
|
} from "./chunk-SJWHYD45.js";
|
|
122
125
|
import {
|
|
123
126
|
foxWallet
|
|
124
|
-
} from "./chunk-
|
|
125
|
-
import {
|
|
126
|
-
frontierWallet
|
|
127
|
-
} from "./chunk-LOEDYNWO.js";
|
|
127
|
+
} from "./chunk-M4SPCKW4.js";
|
|
128
128
|
import {
|
|
129
129
|
argentWallet
|
|
130
130
|
} from "./chunk-NZ5G23JP.js";
|
|
131
131
|
import {
|
|
132
|
-
|
|
133
|
-
} from "./chunk-
|
|
134
|
-
import {
|
|
135
|
-
braveWallet
|
|
136
|
-
} from "./chunk-KJWMF6GZ.js";
|
|
132
|
+
bitgetWallet
|
|
133
|
+
} from "./chunk-3R3RNCGE.js";
|
|
137
134
|
import {
|
|
138
|
-
|
|
139
|
-
} from "./chunk-
|
|
135
|
+
bitskiWallet
|
|
136
|
+
} from "./chunk-IMZRCMZR.js";
|
|
140
137
|
import {
|
|
141
|
-
|
|
142
|
-
} from "./chunk-
|
|
138
|
+
bifrostWallet
|
|
139
|
+
} from "./chunk-PJRUHFBT.js";
|
|
143
140
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
141
|
+
bitverseWallet
|
|
142
|
+
} from "./chunk-NL4I7WOT.js";
|
|
146
143
|
import {
|
|
147
|
-
|
|
148
|
-
} from "./chunk-
|
|
144
|
+
bloomWallet
|
|
145
|
+
} from "./chunk-NTGZF5BY.js";
|
|
149
146
|
import "./chunk-ZOLACFTK.js";
|
|
150
|
-
import
|
|
147
|
+
import {
|
|
148
|
+
clvWallet
|
|
149
|
+
} from "./chunk-2DWBVWFI.js";
|
|
151
150
|
import "./chunk-F3VCNZXS.js";
|
|
151
|
+
import "./chunk-ZDU3JFGR.js";
|
|
152
152
|
export {
|
|
153
153
|
argentWallet,
|
|
154
154
|
bifrostWallet,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
metaMaskWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-3F5GNHAG.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
metaMaskWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
okxWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-XUXFYTCV.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
okxWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
rainbowWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-WH7S23VZ.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
rainbowWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
tokenPocketWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-MOAWRDEM.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
tokenPocketWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
trustWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-MFS6NY6T.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
trustWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
zerionWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-OPO2D6GL.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|
|
10
10
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"ua-parser-js": "^1.0.37",
|
|
80
80
|
"uuid": "^9.0.1",
|
|
81
81
|
"@funkit/api-base": "1.0.0",
|
|
82
|
-
"@funkit/
|
|
83
|
-
"@funkit/
|
|
82
|
+
"@funkit/core": "2.0.0",
|
|
83
|
+
"@funkit/wagmi-tools": "3.0.0"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
86
86
|
"type": "git",
|