@funkit/connect 5.0.3 → 5.0.4
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/{chunk-3LPXAPO7.js → chunk-DRTHDG4D.js} +0 -1
- package/dist/{chunk-TPZ2ZISU.js → chunk-ZHSAPALJ.js} +0 -1
- package/dist/components/Box/Box.d.ts +21 -21
- package/dist/components/FunBottomBar/FunBottomBar.d.ts +1 -1
- package/dist/components/FunButton/FunButton.css.d.ts +0 -2
- package/dist/components/FunCheckoutHistory/FunCheckoutHistoryContent.d.ts +2 -1
- package/dist/components/FunCheckoutHistory/FunCheckoutHistoryDetail.d.ts +2 -1
- package/dist/components/FunNotificationBanner/FunNotificationBanner.css.d.ts +0 -1
- package/dist/components/FunTooltip/FunTooltip.css.d.ts +0 -1
- package/dist/components/FunTooltip/FunTooltip.d.ts +1 -2
- package/dist/components/FunTransactionSummary/PaymentFeesSummary.css.d.ts +0 -1
- package/dist/css/sprinkles.css.d.ts +21 -23
- package/dist/index.css +1296 -1400
- package/dist/index.js +1166 -1099
- package/dist/providers/FunkitThemeProvider.d.ts +0 -3
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.js +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 +69 -69
- 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
- package/dist/components/FunConnectOptions/ConnectDetails.d.ts +0 -8
|
@@ -45,7 +45,6 @@ export declare const useActiveTheme: () => {
|
|
|
45
45
|
modalBackdrop: string;
|
|
46
46
|
modalBackground: string;
|
|
47
47
|
modalBorder: string;
|
|
48
|
-
notificationPrimary: string;
|
|
49
48
|
offBackground: string;
|
|
50
49
|
offBackgroundComplimentary: string;
|
|
51
50
|
hoverState: string;
|
|
@@ -193,7 +192,6 @@ export declare const useActiveTheme: () => {
|
|
|
193
192
|
modalBackdrop: string;
|
|
194
193
|
modalBackground: string;
|
|
195
194
|
modalBorder: string;
|
|
196
|
-
notificationPrimary: string;
|
|
197
195
|
offBackground: string;
|
|
198
196
|
offBackgroundComplimentary: string;
|
|
199
197
|
hoverState: string;
|
|
@@ -339,7 +337,6 @@ export declare const useActiveTheme: () => {
|
|
|
339
337
|
modalBackdrop: string;
|
|
340
338
|
modalBackground: string;
|
|
341
339
|
modalBorder: string;
|
|
342
|
-
notificationPrimary: string;
|
|
343
340
|
offBackground: string;
|
|
344
341
|
offBackgroundComplimentary: string;
|
|
345
342
|
hoverState: string;
|
package/dist/themes/darkTheme.js
CHANGED
|
@@ -1,130 +1,133 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import {
|
|
6
|
-
zerionWallet
|
|
7
|
-
} from "./chunk-AXWP3GD4.js";
|
|
3
|
+
walletConnectWallet
|
|
4
|
+
} from "./chunk-NP5QGWNL.js";
|
|
8
5
|
import {
|
|
9
6
|
xdefiWallet
|
|
10
7
|
} from "./chunk-NO7XMBB5.js";
|
|
11
8
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
9
|
+
zerionWallet
|
|
10
|
+
} from "./chunk-ETTNDQQG.js";
|
|
14
11
|
import {
|
|
15
12
|
tahoWallet
|
|
16
13
|
} from "./chunk-6P2EMPZI.js";
|
|
14
|
+
import {
|
|
15
|
+
safepalWallet
|
|
16
|
+
} from "./chunk-6LPM6LUQ.js";
|
|
17
17
|
import {
|
|
18
18
|
tokenaryWallet
|
|
19
19
|
} from "./chunk-SLOIIJGP.js";
|
|
20
|
-
import {
|
|
21
|
-
tokenPocketWallet
|
|
22
|
-
} from "./chunk-IDKVN5CF.js";
|
|
23
|
-
import {
|
|
24
|
-
talismanWallet
|
|
25
|
-
} from "./chunk-ABFSXBE6.js";
|
|
26
20
|
import {
|
|
27
21
|
trustWallet
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import {
|
|
30
|
-
walletConnectWallet
|
|
31
|
-
} from "./chunk-NP5QGWNL.js";
|
|
22
|
+
} from "./chunk-IPOC2VJX.js";
|
|
32
23
|
import {
|
|
33
24
|
uniswapWallet
|
|
34
25
|
} from "./chunk-LH7BMNFZ.js";
|
|
35
26
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
27
|
+
tokenPocketWallet
|
|
28
|
+
} from "./chunk-FRGSRLTS.js";
|
|
38
29
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
30
|
+
zealWallet
|
|
31
|
+
} from "./chunk-JROWU5BP.js";
|
|
41
32
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
33
|
+
foxWallet
|
|
34
|
+
} from "./chunk-XYBEMO3C.js";
|
|
44
35
|
import {
|
|
45
36
|
roninWallet
|
|
46
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-25VW5TZP.js";
|
|
47
38
|
import {
|
|
48
39
|
ramperWallet
|
|
49
40
|
} from "./chunk-PIUNLQJG.js";
|
|
50
41
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
42
|
+
rainbowWallet
|
|
43
|
+
} from "./chunk-MOOBCMMB.js";
|
|
44
|
+
import {
|
|
45
|
+
oneKeyWallet
|
|
46
|
+
} from "./chunk-4AD7VI2P.js";
|
|
53
47
|
import {
|
|
54
48
|
safeheronWallet
|
|
55
49
|
} from "./chunk-R6RWZRFF.js";
|
|
56
50
|
import {
|
|
57
51
|
subWallet
|
|
58
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-4UM4GTKZ.js";
|
|
59
53
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
62
|
-
import {
|
|
63
|
-
metaMaskWallet
|
|
64
|
-
} from "./chunk-G73C6P5P.js";
|
|
54
|
+
safeWallet
|
|
55
|
+
} from "./chunk-BQQQL6UD.js";
|
|
65
56
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
57
|
+
talismanWallet
|
|
58
|
+
} from "./chunk-ABFSXBE6.js";
|
|
68
59
|
import {
|
|
69
60
|
oktoWallet
|
|
70
61
|
} from "./chunk-ADIXAKUL.js";
|
|
71
62
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
63
|
+
oneInchWallet
|
|
64
|
+
} from "./chunk-OESTDX6I.js";
|
|
74
65
|
import {
|
|
75
66
|
okxWallet
|
|
76
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-3U3BMEH5.js";
|
|
77
68
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
69
|
+
metaMaskWallet
|
|
70
|
+
} from "./chunk-N2NIIUW6.js";
|
|
71
|
+
import {
|
|
72
|
+
kresusWallet
|
|
73
|
+
} from "./chunk-MJXPRJZT.js";
|
|
74
|
+
import {
|
|
75
|
+
phantomWallet
|
|
76
|
+
} from "./chunk-ZSVTX6EK.js";
|
|
80
77
|
import {
|
|
81
78
|
rabbyWallet
|
|
82
79
|
} from "./chunk-BVX4XGNP.js";
|
|
83
80
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
81
|
+
omniWallet
|
|
82
|
+
} from "./chunk-7CUY5G6R.js";
|
|
86
83
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
84
|
+
gateWallet
|
|
85
|
+
} from "./chunk-3NC26XLM.js";
|
|
86
|
+
import {
|
|
87
|
+
imTokenWallet
|
|
88
|
+
} from "./chunk-COZ7MIQS.js";
|
|
89
89
|
import {
|
|
90
90
|
frontierWallet
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-HKV7EMYZ.js";
|
|
92
92
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
93
|
+
frameWallet
|
|
94
|
+
} from "./chunk-ZMYVTWDF.js";
|
|
95
95
|
import {
|
|
96
|
-
|
|
97
|
-
} from "./chunk-
|
|
96
|
+
ledgerWallet
|
|
97
|
+
} from "./chunk-BRBKM4PW.js";
|
|
98
98
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
99
|
+
mewWallet
|
|
100
|
+
} from "./chunk-V57WLZEE.js";
|
|
101
101
|
import {
|
|
102
102
|
injectedWallet
|
|
103
103
|
} from "./chunk-VCVVV2K7.js";
|
|
104
104
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
107
|
-
import {
|
|
108
|
-
coin98Wallet
|
|
109
|
-
} from "./chunk-DTRYS3MO.js";
|
|
105
|
+
braveWallet
|
|
106
|
+
} from "./chunk-PB254NQ4.js";
|
|
110
107
|
import {
|
|
111
108
|
coinbaseWallet
|
|
112
109
|
} from "./chunk-H4IRCEZN.js";
|
|
110
|
+
import {
|
|
111
|
+
coreWallet
|
|
112
|
+
} from "./chunk-JXP2QPW7.js";
|
|
113
113
|
import {
|
|
114
114
|
clvWallet
|
|
115
|
-
} from "./chunk-
|
|
115
|
+
} from "./chunk-LEXSM5KI.js";
|
|
116
|
+
import {
|
|
117
|
+
dawnWallet
|
|
118
|
+
} from "./chunk-LN7OD5EC.js";
|
|
119
|
+
import {
|
|
120
|
+
coin98Wallet
|
|
121
|
+
} from "./chunk-KFFJPS5R.js";
|
|
116
122
|
import {
|
|
117
123
|
desigWallet
|
|
118
124
|
} from "./chunk-CTU6JCOK.js";
|
|
119
|
-
import {
|
|
120
|
-
coreWallet
|
|
121
|
-
} from "./chunk-HBA36GW3.js";
|
|
122
125
|
import {
|
|
123
126
|
enkryptWallet
|
|
124
127
|
} from "./chunk-SJTXS4ZW.js";
|
|
125
128
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
129
|
+
bifrostWallet
|
|
130
|
+
} from "./chunk-545L7Y4M.js";
|
|
128
131
|
import {
|
|
129
132
|
argentWallet
|
|
130
133
|
} from "./chunk-WSQ2YJO2.js";
|
|
@@ -135,19 +138,16 @@ import {
|
|
|
135
138
|
bitskiWallet
|
|
136
139
|
} from "./chunk-P74YPRF6.js";
|
|
137
140
|
import {
|
|
138
|
-
|
|
139
|
-
} from "./chunk-
|
|
141
|
+
bybitWallet
|
|
142
|
+
} from "./chunk-W5O4YSZN.js";
|
|
140
143
|
import {
|
|
141
144
|
bloomWallet
|
|
142
145
|
} from "./chunk-S27IADFU.js";
|
|
143
146
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
146
|
-
import "./chunk-23WIEY36.js";
|
|
147
|
-
import {
|
|
148
|
-
braveWallet
|
|
149
|
-
} from "./chunk-PB254NQ4.js";
|
|
147
|
+
bitgetWallet
|
|
148
|
+
} from "./chunk-7GSNBOD3.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.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
"react-virtuoso": "4.10.1",
|
|
91
91
|
"ua-parser-js": "^1.0.37",
|
|
92
92
|
"uuid": "^9.0.1",
|
|
93
|
-
"@funkit/api-base": "1.5.
|
|
93
|
+
"@funkit/api-base": "1.5.8",
|
|
94
94
|
"@funkit/chains": "0.1.2",
|
|
95
|
-
"@funkit/
|
|
96
|
-
"@funkit/
|
|
97
|
-
"@funkit/
|
|
95
|
+
"@funkit/utils": "1.0.8",
|
|
96
|
+
"@funkit/core": "2.3.9",
|
|
97
|
+
"@funkit/wagmi-tools": "3.0.31"
|
|
98
98
|
},
|
|
99
99
|
"repository": {
|
|
100
100
|
"type": "git",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { WalletConnector } from '../../wallets/useWalletConnectors';
|
|
3
|
-
interface Props {
|
|
4
|
-
qrCodeUri?: string;
|
|
5
|
-
wallet: WalletConnector;
|
|
6
|
-
}
|
|
7
|
-
export declare const ConnectDetail: ({ qrCodeUri, wallet }: Props) => React.JSX.Element;
|
|
8
|
-
export {};
|