@funkit/connect 1.0.6 → 1.0.8
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 +21 -0
- package/dist/components/ConnectButton/formatAddress.d.ts +1 -0
- package/dist/components/Dialog/Dialog.d.ts +3 -1
- package/dist/components/FunkitProvider/FunkitConfigContext.d.ts +1 -1
- package/dist/components/Icons/CreditCardIcons.d.ts +4 -0
- package/dist/index.js +1277 -1176
- package/dist/utils/formatNumber.d.ts +1 -1
- package/dist/wallets/walletConnectors/index.js +68 -68
- package/package.json +3 -3
- package/dist/components/Icons/MastercardIcon.d.ts +0 -2
|
@@ -51,5 +51,5 @@ useCurrencyAbbreviation?: boolean,
|
|
|
51
51
|
/** Used to format the number, can be used to customize decimal truncation etc. **/
|
|
52
52
|
options?: FormatNumberOptions): string;
|
|
53
53
|
export declare function parseInputToNumber(input: string | number | undefined): number;
|
|
54
|
-
export declare function
|
|
54
|
+
export declare function roundUpToXDecimalPlaces(inputNumber: string, decimalPlaces: number): number;
|
|
55
55
|
export {};
|
|
@@ -1,28 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
zerionWallet
|
|
4
|
-
} from "./chunk-7CQPABJG.js";
|
|
5
|
-
import {
|
|
6
|
-
omniWallet
|
|
7
|
-
} from "./chunk-SVN7OEQR.js";
|
|
8
|
-
import {
|
|
9
|
-
uniswapWallet
|
|
10
|
-
} from "./chunk-XRSY4JVH.js";
|
|
11
|
-
import {
|
|
12
|
-
safepalWallet
|
|
13
|
-
} from "./chunk-SYELB4QO.js";
|
|
14
|
-
import {
|
|
15
|
-
talismanWallet
|
|
16
|
-
} from "./chunk-H273OTQA.js";
|
|
17
|
-
import {
|
|
18
|
-
tokenPocketWallet
|
|
19
|
-
} from "./chunk-2UXZAUWT.js";
|
|
20
|
-
import {
|
|
21
|
-
tokenaryWallet
|
|
22
|
-
} from "./chunk-ENZLEAG2.js";
|
|
23
|
-
import {
|
|
24
|
-
trustWallet
|
|
25
|
-
} from "./chunk-Z2DGDHHZ.js";
|
|
26
2
|
import {
|
|
27
3
|
xdefiWallet
|
|
28
4
|
} from "./chunk-L734HTUS.js";
|
|
@@ -33,23 +9,41 @@ import {
|
|
|
33
9
|
zealWallet
|
|
34
10
|
} from "./chunk-DPXMP5KS.js";
|
|
35
11
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import {
|
|
39
|
-
rainbowWallet
|
|
40
|
-
} from "./chunk-O5NKWWEG.js";
|
|
41
|
-
import {
|
|
42
|
-
ramperWallet
|
|
43
|
-
} from "./chunk-ZOL6ZMTJ.js";
|
|
12
|
+
tokenPocketWallet
|
|
13
|
+
} from "./chunk-2UXZAUWT.js";
|
|
44
14
|
import {
|
|
45
15
|
safeWallet
|
|
46
16
|
} from "./chunk-D3DCQ72J.js";
|
|
17
|
+
import {
|
|
18
|
+
mewWallet
|
|
19
|
+
} from "./chunk-PWYTDYBE.js";
|
|
20
|
+
import {
|
|
21
|
+
tokenaryWallet
|
|
22
|
+
} from "./chunk-ENZLEAG2.js";
|
|
23
|
+
import {
|
|
24
|
+
uniswapWallet
|
|
25
|
+
} from "./chunk-XRSY4JVH.js";
|
|
47
26
|
import {
|
|
48
27
|
safeheronWallet
|
|
49
28
|
} from "./chunk-63NPZXAL.js";
|
|
29
|
+
import {
|
|
30
|
+
trustWallet
|
|
31
|
+
} from "./chunk-Z2DGDHHZ.js";
|
|
32
|
+
import {
|
|
33
|
+
zerionWallet
|
|
34
|
+
} from "./chunk-7CQPABJG.js";
|
|
35
|
+
import {
|
|
36
|
+
ramperWallet
|
|
37
|
+
} from "./chunk-ZOL6ZMTJ.js";
|
|
50
38
|
import {
|
|
51
39
|
roninWallet
|
|
52
40
|
} from "./chunk-LVRXH33E.js";
|
|
41
|
+
import {
|
|
42
|
+
safepalWallet
|
|
43
|
+
} from "./chunk-SYELB4QO.js";
|
|
44
|
+
import {
|
|
45
|
+
rainbowWallet
|
|
46
|
+
} from "./chunk-O5NKWWEG.js";
|
|
53
47
|
import {
|
|
54
48
|
subWallet
|
|
55
49
|
} from "./chunk-ZBAQFL6G.js";
|
|
@@ -57,68 +51,71 @@ import {
|
|
|
57
51
|
tahoWallet
|
|
58
52
|
} from "./chunk-H76YCX2M.js";
|
|
59
53
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
54
|
+
talismanWallet
|
|
55
|
+
} from "./chunk-H273OTQA.js";
|
|
56
|
+
import {
|
|
57
|
+
injectedWallet
|
|
58
|
+
} from "./chunk-KIHCNUU3.js";
|
|
59
|
+
import {
|
|
60
|
+
oktoWallet
|
|
61
|
+
} from "./chunk-WKHTUEF5.js";
|
|
62
62
|
import {
|
|
63
63
|
metaMaskWallet
|
|
64
64
|
} from "./chunk-3WZRNEZH.js";
|
|
65
65
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
66
|
+
omniWallet
|
|
67
|
+
} from "./chunk-SVN7OEQR.js";
|
|
68
68
|
import {
|
|
69
|
-
|
|
70
|
-
} from "./chunk-
|
|
69
|
+
phantomWallet
|
|
70
|
+
} from "./chunk-KGBLSE7L.js";
|
|
71
71
|
import {
|
|
72
72
|
okxWallet
|
|
73
73
|
} from "./chunk-NGXIHASN.js";
|
|
74
|
-
import {
|
|
75
|
-
oneInchWallet
|
|
76
|
-
} from "./chunk-LCPIZUR3.js";
|
|
77
74
|
import {
|
|
78
75
|
oneKeyWallet
|
|
79
76
|
} from "./chunk-4WOV4ITL.js";
|
|
80
77
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
83
|
-
import {
|
|
84
|
-
foxWallet
|
|
85
|
-
} from "./chunk-Q4RLUJJD.js";
|
|
78
|
+
rabbyWallet
|
|
79
|
+
} from "./chunk-XPEBP6XV.js";
|
|
86
80
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
81
|
+
oneInchWallet
|
|
82
|
+
} from "./chunk-LCPIZUR3.js";
|
|
89
83
|
import {
|
|
90
|
-
|
|
91
|
-
} from "./chunk-
|
|
84
|
+
dawnWallet
|
|
85
|
+
} from "./chunk-4XQDKOGF.js";
|
|
92
86
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
87
|
+
foxWallet
|
|
88
|
+
} from "./chunk-Q4RLUJJD.js";
|
|
95
89
|
import {
|
|
96
90
|
imTokenWallet
|
|
97
91
|
} from "./chunk-5MVV7OVS.js";
|
|
98
92
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
93
|
+
frameWallet
|
|
94
|
+
} from "./chunk-XXFJVY73.js";
|
|
101
95
|
import {
|
|
102
96
|
kresusWallet
|
|
103
97
|
} from "./chunk-X6T3CICZ.js";
|
|
104
98
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
99
|
+
gateWallet
|
|
100
|
+
} from "./chunk-V45EXW7A.js";
|
|
107
101
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
102
|
+
ledgerWallet
|
|
103
|
+
} from "./chunk-Y6VY6E3L.js";
|
|
104
|
+
import {
|
|
105
|
+
bitgetWallet
|
|
106
|
+
} from "./chunk-ZNXQ4V6G.js";
|
|
110
107
|
import {
|
|
111
108
|
coin98Wallet
|
|
112
109
|
} from "./chunk-4FQLUQNA.js";
|
|
110
|
+
import {
|
|
111
|
+
bitverseWallet
|
|
112
|
+
} from "./chunk-NL4I7WOT.js";
|
|
113
113
|
import {
|
|
114
114
|
coinbaseWallet
|
|
115
115
|
} from "./chunk-XBUTWYE4.js";
|
|
116
116
|
import {
|
|
117
117
|
coreWallet
|
|
118
118
|
} from "./chunk-JLQ5HJYV.js";
|
|
119
|
-
import {
|
|
120
|
-
dawnWallet
|
|
121
|
-
} from "./chunk-4XQDKOGF.js";
|
|
122
119
|
import {
|
|
123
120
|
desigWallet
|
|
124
121
|
} from "./chunk-P4JLZ42R.js";
|
|
@@ -126,8 +123,8 @@ import {
|
|
|
126
123
|
enkryptWallet
|
|
127
124
|
} from "./chunk-FLY7F4XA.js";
|
|
128
125
|
import {
|
|
129
|
-
|
|
130
|
-
} from "./chunk-
|
|
126
|
+
frontierWallet
|
|
127
|
+
} from "./chunk-AM4SSLAP.js";
|
|
131
128
|
import {
|
|
132
129
|
argentWallet
|
|
133
130
|
} from "./chunk-NZ5G23JP.js";
|
|
@@ -135,19 +132,22 @@ import {
|
|
|
135
132
|
bitskiWallet
|
|
136
133
|
} from "./chunk-C67TQJ6W.js";
|
|
137
134
|
import {
|
|
138
|
-
|
|
139
|
-
} from "./chunk-
|
|
135
|
+
bifrostWallet
|
|
136
|
+
} from "./chunk-6LTLPR2Q.js";
|
|
140
137
|
import {
|
|
141
138
|
bloomWallet
|
|
142
139
|
} from "./chunk-NTGZF5BY.js";
|
|
143
140
|
import "./chunk-ZOLACFTK.js";
|
|
144
141
|
import {
|
|
145
|
-
|
|
146
|
-
} from "./chunk-
|
|
147
|
-
import "./chunk-ZDU3JFGR.js";
|
|
142
|
+
bybitWallet
|
|
143
|
+
} from "./chunk-ZUAHWUEL.js";
|
|
148
144
|
import {
|
|
149
145
|
braveWallet
|
|
150
146
|
} from "./chunk-ABYQAXUX.js";
|
|
147
|
+
import {
|
|
148
|
+
clvWallet
|
|
149
|
+
} from "./chunk-MIWCKFYE.js";
|
|
150
|
+
import "./chunk-ZDU3JFGR.js";
|
|
151
151
|
import "./chunk-QII6PY2D.js";
|
|
152
152
|
export {
|
|
153
153
|
argentWallet,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@types/ua-parser-js": "^0.7.39"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@funkit/wagmi-tools": "^1.0.
|
|
76
|
-
"@funkit/core": "^1.0.
|
|
75
|
+
"@funkit/wagmi-tools": "^1.0.5",
|
|
76
|
+
"@funkit/core": "^1.0.4",
|
|
77
77
|
"@vanilla-extract/css": "1.14.0",
|
|
78
78
|
"@vanilla-extract/dynamic": "2.1.0",
|
|
79
79
|
"@vanilla-extract/sprinkles": "1.6.1",
|