@funkit/connect 5.0.5 → 5.0.6
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 +14 -0
- package/dist/{chunk-DRTHDG4D.js → chunk-7QFRFB6R.js} +9 -0
- package/dist/{chunk-ZHSAPALJ.js → chunk-J2TPZOG7.js} +9 -0
- package/dist/components/Box/Box.d.ts +21 -21
- package/dist/components/Dropdown/BaseActiveDropdownItem.d.ts +3 -1
- package/dist/components/Dropdown/BaseDropdown.d.ts +4 -2
- package/dist/components/Dropdown/ChainDropdown.d.ts +15 -5
- package/dist/components/FunButton/FunIconButton.d.ts +19 -2
- package/dist/components/FunOptionBox/FunOptionBox.css.d.ts +1 -1
- package/dist/css/sprinkles.css.d.ts +37 -21
- package/dist/domains/asset.d.ts +1 -1
- package/dist/index.css +1492 -989
- package/dist/index.js +487 -405
- package/dist/providers/FunkitConfigContext.d.ts +1 -0
- package/dist/providers/FunkitThemeProvider.d.ts +24 -0
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.js +1 -1
- package/dist/utils/flags/config.d.ts +1 -1
- package/dist/wallets/walletConnectors/index.js +34 -34
- package/package.json +5 -5
|
@@ -87,6 +87,14 @@ export declare const useActiveTheme: () => {
|
|
|
87
87
|
badgeBackgroundSuccess: string;
|
|
88
88
|
badgeBorderSuccess: string;
|
|
89
89
|
badgeTextSuccess: string;
|
|
90
|
+
inputAmountQuickOptionBaseBackground: string;
|
|
91
|
+
inputAmountQuickOptionHoverBackground: string;
|
|
92
|
+
inputAmountQuickOptionActiveBackground: string;
|
|
93
|
+
inputAmountQuickOptionDisabledBackground: string;
|
|
94
|
+
inputAmountQuickOptionBaseBorder: string;
|
|
95
|
+
inputAmountQuickOptionHoverBorder: string;
|
|
96
|
+
inputAmountQuickOptionActiveBorder: string;
|
|
97
|
+
inputAmountQuickOptionFocusedBorder: string;
|
|
90
98
|
announceGradientFrom: string;
|
|
91
99
|
announceGradientTo: string;
|
|
92
100
|
};
|
|
@@ -234,6 +242,14 @@ export declare const useActiveTheme: () => {
|
|
|
234
242
|
badgeBackgroundSuccess: string;
|
|
235
243
|
badgeBorderSuccess: string;
|
|
236
244
|
badgeTextSuccess: string;
|
|
245
|
+
inputAmountQuickOptionBaseBackground: string;
|
|
246
|
+
inputAmountQuickOptionHoverBackground: string;
|
|
247
|
+
inputAmountQuickOptionActiveBackground: string;
|
|
248
|
+
inputAmountQuickOptionDisabledBackground: string;
|
|
249
|
+
inputAmountQuickOptionBaseBorder: string;
|
|
250
|
+
inputAmountQuickOptionHoverBorder: string;
|
|
251
|
+
inputAmountQuickOptionActiveBorder: string;
|
|
252
|
+
inputAmountQuickOptionFocusedBorder: string;
|
|
237
253
|
announceGradientFrom: string;
|
|
238
254
|
announceGradientTo: string;
|
|
239
255
|
};
|
|
@@ -379,6 +395,14 @@ export declare const useActiveTheme: () => {
|
|
|
379
395
|
badgeBackgroundSuccess: string;
|
|
380
396
|
badgeBorderSuccess: string;
|
|
381
397
|
badgeTextSuccess: string;
|
|
398
|
+
inputAmountQuickOptionBaseBackground: string;
|
|
399
|
+
inputAmountQuickOptionHoverBackground: string;
|
|
400
|
+
inputAmountQuickOptionActiveBackground: string;
|
|
401
|
+
inputAmountQuickOptionDisabledBackground: string;
|
|
402
|
+
inputAmountQuickOptionBaseBorder: string;
|
|
403
|
+
inputAmountQuickOptionHoverBorder: string;
|
|
404
|
+
inputAmountQuickOptionActiveBorder: string;
|
|
405
|
+
inputAmountQuickOptionFocusedBorder: string;
|
|
382
406
|
announceGradientFrom: string;
|
|
383
407
|
announceGradientTo: string;
|
|
384
408
|
};
|
package/dist/themes/darkTheme.js
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
walletConnectWallet
|
|
4
|
-
} from "./chunk-NP5QGWNL.js";
|
|
5
2
|
import {
|
|
6
3
|
xdefiWallet
|
|
7
4
|
} from "./chunk-NO7XMBB5.js";
|
|
5
|
+
import {
|
|
6
|
+
zealWallet
|
|
7
|
+
} from "./chunk-JROWU5BP.js";
|
|
8
8
|
import {
|
|
9
9
|
zerionWallet
|
|
10
10
|
} from "./chunk-AXWP3GD4.js";
|
|
11
|
-
import {
|
|
12
|
-
subWallet
|
|
13
|
-
} from "./chunk-AD2KIJB6.js";
|
|
14
11
|
import {
|
|
15
12
|
tahoWallet
|
|
16
13
|
} from "./chunk-6P2EMPZI.js";
|
|
@@ -18,11 +15,14 @@ import {
|
|
|
18
15
|
talismanWallet
|
|
19
16
|
} from "./chunk-ABFSXBE6.js";
|
|
20
17
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
18
|
+
subWallet
|
|
19
|
+
} from "./chunk-AD2KIJB6.js";
|
|
23
20
|
import {
|
|
24
21
|
tokenPocketWallet
|
|
25
22
|
} from "./chunk-IDKVN5CF.js";
|
|
23
|
+
import {
|
|
24
|
+
tokenaryWallet
|
|
25
|
+
} from "./chunk-SLOIIJGP.js";
|
|
26
26
|
import {
|
|
27
27
|
trustWallet
|
|
28
28
|
} from "./chunk-ISIBREBO.js";
|
|
@@ -30,47 +30,47 @@ import {
|
|
|
30
30
|
uniswapWallet
|
|
31
31
|
} from "./chunk-LH7BMNFZ.js";
|
|
32
32
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
33
|
+
walletConnectWallet
|
|
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";
|
|
38
41
|
import {
|
|
39
42
|
ramperWallet
|
|
40
43
|
} from "./chunk-PIUNLQJG.js";
|
|
41
|
-
import {
|
|
42
|
-
roninWallet
|
|
43
|
-
} from "./chunk-63YLN6R5.js";
|
|
44
44
|
import {
|
|
45
45
|
rainbowWallet
|
|
46
46
|
} from "./chunk-2UCNRD7H.js";
|
|
47
47
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
48
|
+
roninWallet
|
|
49
|
+
} from "./chunk-63YLN6R5.js";
|
|
50
50
|
import {
|
|
51
51
|
safeWallet
|
|
52
52
|
} from "./chunk-BQQQL6UD.js";
|
|
53
|
-
import {
|
|
54
|
-
safepalWallet
|
|
55
|
-
} from "./chunk-MSFKSQBY.js";
|
|
56
53
|
import {
|
|
57
54
|
safeheronWallet
|
|
58
55
|
} from "./chunk-R6RWZRFF.js";
|
|
56
|
+
import {
|
|
57
|
+
safepalWallet
|
|
58
|
+
} from "./chunk-MSFKSQBY.js";
|
|
59
59
|
import {
|
|
60
60
|
ledgerWallet
|
|
61
61
|
} from "./chunk-BRBKM4PW.js";
|
|
62
62
|
import {
|
|
63
63
|
metaMaskWallet
|
|
64
64
|
} from "./chunk-G73C6P5P.js";
|
|
65
|
+
import {
|
|
66
|
+
oktoWallet
|
|
67
|
+
} from "./chunk-ADIXAKUL.js";
|
|
65
68
|
import {
|
|
66
69
|
mewWallet
|
|
67
70
|
} from "./chunk-V57WLZEE.js";
|
|
68
71
|
import {
|
|
69
72
|
okxWallet
|
|
70
73
|
} from "./chunk-4WEHDI4Y.js";
|
|
71
|
-
import {
|
|
72
|
-
oktoWallet
|
|
73
|
-
} from "./chunk-ADIXAKUL.js";
|
|
74
74
|
import {
|
|
75
75
|
oneInchWallet
|
|
76
76
|
} from "./chunk-OESTDX6I.js";
|
|
@@ -95,12 +95,12 @@ import {
|
|
|
95
95
|
import {
|
|
96
96
|
imTokenWallet
|
|
97
97
|
} from "./chunk-COZ7MIQS.js";
|
|
98
|
-
import {
|
|
99
|
-
kresusWallet
|
|
100
|
-
} from "./chunk-MJXPRJZT.js";
|
|
101
98
|
import {
|
|
102
99
|
injectedWallet
|
|
103
100
|
} from "./chunk-VCVVV2K7.js";
|
|
101
|
+
import {
|
|
102
|
+
kresusWallet
|
|
103
|
+
} from "./chunk-MJXPRJZT.js";
|
|
104
104
|
import {
|
|
105
105
|
bybitWallet
|
|
106
106
|
} from "./chunk-6ONTSPEY.js";
|
|
@@ -114,32 +114,32 @@ import {
|
|
|
114
114
|
coinbaseWallet
|
|
115
115
|
} from "./chunk-H4IRCEZN.js";
|
|
116
116
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
117
|
+
dawnWallet
|
|
118
|
+
} from "./chunk-LN7OD5EC.js";
|
|
119
119
|
import {
|
|
120
120
|
desigWallet
|
|
121
121
|
} from "./chunk-CTU6JCOK.js";
|
|
122
122
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
123
|
+
coreWallet
|
|
124
|
+
} from "./chunk-HBA36GW3.js";
|
|
125
125
|
import {
|
|
126
126
|
enkryptWallet
|
|
127
127
|
} from "./chunk-SJTXS4ZW.js";
|
|
128
|
-
import {
|
|
129
|
-
argentWallet
|
|
130
|
-
} from "./chunk-WSQ2YJO2.js";
|
|
131
128
|
import {
|
|
132
129
|
bifrostWallet
|
|
133
130
|
} from "./chunk-W6N74MS3.js";
|
|
131
|
+
import {
|
|
132
|
+
argentWallet
|
|
133
|
+
} from "./chunk-WSQ2YJO2.js";
|
|
134
134
|
import {
|
|
135
135
|
bitgetWallet
|
|
136
136
|
} from "./chunk-A5APNTGL.js";
|
|
137
|
-
import {
|
|
138
|
-
bitskiWallet
|
|
139
|
-
} from "./chunk-P74YPRF6.js";
|
|
140
137
|
import {
|
|
141
138
|
bitverseWallet
|
|
142
139
|
} from "./chunk-3HZRRP4Y.js";
|
|
140
|
+
import {
|
|
141
|
+
bitskiWallet
|
|
142
|
+
} from "./chunk-P74YPRF6.js";
|
|
143
143
|
import {
|
|
144
144
|
bloomWallet
|
|
145
145
|
} from "./chunk-S27IADFU.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"ua-parser-js": "^1.0.37",
|
|
92
92
|
"uuid": "^9.0.1",
|
|
93
93
|
"@funkit/api-base": "1.5.8",
|
|
94
|
-
"@funkit/
|
|
95
|
-
"@funkit/
|
|
96
|
-
"@funkit/
|
|
97
|
-
"@funkit/
|
|
94
|
+
"@funkit/core": "2.3.10",
|
|
95
|
+
"@funkit/utils": "1.0.8",
|
|
96
|
+
"@funkit/chains": "0.1.3",
|
|
97
|
+
"@funkit/wagmi-tools": "3.0.32"
|
|
98
98
|
},
|
|
99
99
|
"repository": {
|
|
100
100
|
"type": "git",
|