@funkit/connect 5.5.13-next.2 → 5.5.13
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 +67 -0
- package/dist/components/Dialog/Dialog.d.ts +1 -2
- package/dist/components/FunBadge/FunBadge.css.d.ts +2 -0
- package/dist/components/FunBadge/FunBadge.d.ts +4 -3
- package/dist/components/FunTransactionSummary/PaymentFeesSummary.d.ts +4 -1
- package/dist/components/Icons/New/InfoIcon.d.ts +2 -1
- package/dist/domains/fees.d.ts +0 -2
- package/dist/domains/relay.d.ts +0 -1
- package/dist/hooks/queries/useMeldCryptoCurrencyCode.d.ts +2 -1
- package/dist/hooks/queries/useWithdrawalQuote.d.ts +223 -5
- package/dist/hooks/useCheckoutTransferInit.d.ts +3 -1
- package/dist/hooks/usePaymentSources.d.ts +1 -1
- package/dist/hooks/useRelayBypass.d.ts +1 -0
- package/dist/index.css +40 -5
- package/dist/index.js +1762 -1551
- package/dist/modals/CheckoutModal/ConfirmationStep/ConfirmationStep.d.ts +1 -0
- package/dist/modals/CheckoutModal/ConfirmationStep/DirectExecutionBrokerageAndCardAlert.d.ts +2 -0
- package/dist/modals/CheckoutModal/ConfirmationStep/usePostCheckout.d.ts +1 -0
- package/dist/modals/CheckoutModal/DirectExecutionNotifCenter/DirectExecutionNotifCenter.d.ts +12 -0
- package/dist/modals/CheckoutModal/DirectExecutionNotifCenter/DirectExecutionNotifCenterContent.d.ts +10 -0
- package/dist/modals/CheckoutModal/MeshVerification.d.ts +1 -0
- package/dist/modals/CheckoutModal/MoonpaySetup.d.ts +3 -0
- package/dist/modals/CheckoutModal/stepTransition.d.ts +5 -1
- package/dist/providers/FunkitCheckoutContext.d.ts +2 -2
- package/dist/utils/flags/config.d.ts +5 -1
- package/dist/wallets/walletConnectors/chunk-25VW5TZP.js +92 -0
- package/dist/wallets/walletConnectors/chunk-3NC26XLM.js +92 -0
- package/dist/wallets/walletConnectors/chunk-3U3BMEH5.js +94 -0
- package/dist/wallets/walletConnectors/chunk-4UM4GTKZ.js +103 -0
- package/dist/wallets/walletConnectors/chunk-545L7Y4M.js +69 -0
- package/dist/wallets/walletConnectors/chunk-6LPM6LUQ.js +110 -0
- package/dist/wallets/walletConnectors/chunk-7GSNBOD3.js +99 -0
- package/dist/wallets/walletConnectors/chunk-ETTNDQQG.js +100 -0
- package/dist/wallets/walletConnectors/chunk-FRGSRLTS.js +93 -0
- package/dist/wallets/walletConnectors/chunk-HKV7EMYZ.js +96 -0
- package/dist/wallets/walletConnectors/chunk-IPOC2VJX.js +106 -0
- package/dist/wallets/walletConnectors/chunk-JXP2QPW7.js +95 -0
- package/dist/wallets/walletConnectors/chunk-KFFJPS5R.js +96 -0
- package/dist/wallets/walletConnectors/chunk-LEXSM5KI.js +87 -0
- package/dist/wallets/walletConnectors/chunk-MOOBCMMB.js +70 -0
- package/dist/wallets/walletConnectors/chunk-N2NIIUW6.js +146 -0
- package/dist/wallets/walletConnectors/chunk-W5O4YSZN.js +98 -0
- package/dist/wallets/walletConnectors/chunk-XYBEMO3C.js +66 -0
- package/dist/wallets/walletConnectors/index.js +46 -46
- package/package.json +7 -7
- package/dist/components/DydxSwitchModalTab/DydxSwitchModalTab.d.ts +0 -12
- package/dist/components/DydxSwitchModalTab/Icons.d.ts +0 -3
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
zerionWallet
|
|
4
|
+
} from "./chunk-AXWP3GD4.js";
|
|
2
5
|
import {
|
|
3
6
|
walletConnectWallet
|
|
4
7
|
} from "./chunk-NP5QGWNL.js";
|
|
5
8
|
import {
|
|
6
9
|
zealWallet
|
|
7
10
|
} from "./chunk-JROWU5BP.js";
|
|
8
|
-
import {
|
|
9
|
-
zerionWallet
|
|
10
|
-
} from "./chunk-AXWP3GD4.js";
|
|
11
11
|
import {
|
|
12
12
|
subWallet
|
|
13
13
|
} from "./chunk-AD2KIJB6.js";
|
|
@@ -17,60 +17,60 @@ import {
|
|
|
17
17
|
import {
|
|
18
18
|
talismanWallet
|
|
19
19
|
} from "./chunk-ABFSXBE6.js";
|
|
20
|
-
import {
|
|
21
|
-
tokenaryWallet
|
|
22
|
-
} from "./chunk-SLOIIJGP.js";
|
|
23
20
|
import {
|
|
24
21
|
tokenPocketWallet
|
|
25
22
|
} from "./chunk-IDKVN5CF.js";
|
|
26
|
-
import {
|
|
27
|
-
uniswapWallet
|
|
28
|
-
} from "./chunk-LH7BMNFZ.js";
|
|
29
23
|
import {
|
|
30
24
|
trustWallet
|
|
31
25
|
} from "./chunk-ISIBREBO.js";
|
|
26
|
+
import {
|
|
27
|
+
tokenaryWallet
|
|
28
|
+
} from "./chunk-SLOIIJGP.js";
|
|
29
|
+
import {
|
|
30
|
+
uniswapWallet
|
|
31
|
+
} from "./chunk-LH7BMNFZ.js";
|
|
32
32
|
import {
|
|
33
33
|
xdefiWallet
|
|
34
34
|
} from "./chunk-NO7XMBB5.js";
|
|
35
|
-
import {
|
|
36
|
-
rabbyWallet
|
|
37
|
-
} from "./chunk-BVX4XGNP.js";
|
|
38
35
|
import {
|
|
39
36
|
phantomWallet
|
|
40
37
|
} from "./chunk-ZSVTX6EK.js";
|
|
41
38
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
39
|
+
rabbyWallet
|
|
40
|
+
} from "./chunk-BVX4XGNP.js";
|
|
44
41
|
import {
|
|
45
42
|
ramperWallet
|
|
46
43
|
} from "./chunk-PIUNLQJG.js";
|
|
44
|
+
import {
|
|
45
|
+
rainbowWallet
|
|
46
|
+
} from "./chunk-2UCNRD7H.js";
|
|
47
47
|
import {
|
|
48
48
|
roninWallet
|
|
49
49
|
} from "./chunk-63YLN6R5.js";
|
|
50
50
|
import {
|
|
51
51
|
safeheronWallet
|
|
52
52
|
} from "./chunk-R6RWZRFF.js";
|
|
53
|
-
import {
|
|
54
|
-
safeWallet
|
|
55
|
-
} from "./chunk-BQQQL6UD.js";
|
|
56
53
|
import {
|
|
57
54
|
safepalWallet
|
|
58
55
|
} from "./chunk-MSFKSQBY.js";
|
|
59
56
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
57
|
+
safeWallet
|
|
58
|
+
} from "./chunk-BQQQL6UD.js";
|
|
59
|
+
import {
|
|
60
|
+
imTokenWallet
|
|
61
|
+
} from "./chunk-COZ7MIQS.js";
|
|
62
62
|
import {
|
|
63
63
|
metaMaskWallet
|
|
64
64
|
} from "./chunk-G73C6P5P.js";
|
|
65
65
|
import {
|
|
66
66
|
mewWallet
|
|
67
67
|
} from "./chunk-V57WLZEE.js";
|
|
68
|
-
import {
|
|
69
|
-
oktoWallet
|
|
70
|
-
} from "./chunk-ADIXAKUL.js";
|
|
71
68
|
import {
|
|
72
69
|
okxWallet
|
|
73
70
|
} from "./chunk-4WEHDI4Y.js";
|
|
71
|
+
import {
|
|
72
|
+
oktoWallet
|
|
73
|
+
} from "./chunk-ADIXAKUL.js";
|
|
74
74
|
import {
|
|
75
75
|
omniWallet
|
|
76
76
|
} from "./chunk-7CUY5G6R.js";
|
|
@@ -84,35 +84,29 @@ import {
|
|
|
84
84
|
enkryptWallet
|
|
85
85
|
} from "./chunk-SJTXS4ZW.js";
|
|
86
86
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
87
|
+
foxWallet
|
|
88
|
+
} from "./chunk-LMZMXEXL.js";
|
|
89
89
|
import {
|
|
90
90
|
gateWallet
|
|
91
91
|
} from "./chunk-GSOYKKIS.js";
|
|
92
92
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
95
|
-
import {
|
|
96
|
-
frontierWallet
|
|
97
|
-
} from "./chunk-3S2U24BJ.js";
|
|
93
|
+
frameWallet
|
|
94
|
+
} from "./chunk-ZMYVTWDF.js";
|
|
98
95
|
import {
|
|
99
96
|
injectedWallet
|
|
100
97
|
} from "./chunk-VCVVV2K7.js";
|
|
98
|
+
import {
|
|
99
|
+
ledgerWallet
|
|
100
|
+
} from "./chunk-BRBKM4PW.js";
|
|
101
101
|
import {
|
|
102
102
|
kresusWallet
|
|
103
103
|
} from "./chunk-MJXPRJZT.js";
|
|
104
|
-
import {
|
|
105
|
-
coin98Wallet
|
|
106
|
-
} from "./chunk-DTRYS3MO.js";
|
|
107
104
|
import {
|
|
108
105
|
clvWallet
|
|
109
106
|
} from "./chunk-KR6JBW5E.js";
|
|
110
107
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
113
|
-
import {
|
|
114
|
-
dawnWallet
|
|
115
|
-
} from "./chunk-LN7OD5EC.js";
|
|
108
|
+
coin98Wallet
|
|
109
|
+
} from "./chunk-DTRYS3MO.js";
|
|
116
110
|
import {
|
|
117
111
|
bybitWallet
|
|
118
112
|
} from "./chunk-6ONTSPEY.js";
|
|
@@ -120,26 +114,32 @@ import {
|
|
|
120
114
|
coreWallet
|
|
121
115
|
} from "./chunk-HBA36GW3.js";
|
|
122
116
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
117
|
+
coinbaseWallet
|
|
118
|
+
} from "./chunk-H4IRCEZN.js";
|
|
125
119
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
120
|
+
dawnWallet
|
|
121
|
+
} from "./chunk-LN7OD5EC.js";
|
|
122
|
+
import {
|
|
123
|
+
desigWallet
|
|
124
|
+
} from "./chunk-CTU6JCOK.js";
|
|
125
|
+
import {
|
|
126
|
+
frontierWallet
|
|
127
|
+
} from "./chunk-3S2U24BJ.js";
|
|
128
128
|
import {
|
|
129
129
|
argentWallet
|
|
130
130
|
} from "./chunk-WSQ2YJO2.js";
|
|
131
|
+
import {
|
|
132
|
+
bitgetWallet
|
|
133
|
+
} from "./chunk-A5APNTGL.js";
|
|
131
134
|
import {
|
|
132
135
|
bitskiWallet
|
|
133
136
|
} from "./chunk-P74YPRF6.js";
|
|
134
|
-
import {
|
|
135
|
-
bitverseWallet
|
|
136
|
-
} from "./chunk-3HZRRP4Y.js";
|
|
137
137
|
import {
|
|
138
138
|
bifrostWallet
|
|
139
139
|
} from "./chunk-W6N74MS3.js";
|
|
140
140
|
import {
|
|
141
|
-
|
|
142
|
-
} from "./chunk-
|
|
141
|
+
bitverseWallet
|
|
142
|
+
} from "./chunk-3HZRRP4Y.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.5.13
|
|
3
|
+
"version": "5.5.13",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"ua-parser-js": "^1.0.37",
|
|
89
89
|
"use-debounce": "^10.0.5",
|
|
90
90
|
"uuid": "^9.0.1",
|
|
91
|
-
"@funkit/api-base": "1.9.5
|
|
92
|
-
"@funkit/chains": "0.3.2
|
|
93
|
-
"@funkit/
|
|
94
|
-
"@funkit/
|
|
95
|
-
"@funkit/
|
|
96
|
-
"@funkit/core": "2.3.27
|
|
91
|
+
"@funkit/api-base": "1.9.5",
|
|
92
|
+
"@funkit/chains": "0.3.2",
|
|
93
|
+
"@funkit/fun-relay": "0.1.9",
|
|
94
|
+
"@funkit/utils": "1.1.4",
|
|
95
|
+
"@funkit/wagmi-tools": "3.0.49",
|
|
96
|
+
"@funkit/core": "2.3.27"
|
|
97
97
|
},
|
|
98
98
|
"repository": {
|
|
99
99
|
"type": "git",
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface DydxSwitchTabProps {
|
|
3
|
-
onSwitch: (() => void) | undefined;
|
|
4
|
-
showSwitch: boolean;
|
|
5
|
-
onClose?: () => void;
|
|
6
|
-
}
|
|
7
|
-
export declare function DydxSwitchTabInternal({ limitLabel, onSwitch, }: {
|
|
8
|
-
limitLabel: string;
|
|
9
|
-
onSwitch: () => void;
|
|
10
|
-
}): React.JSX.Element;
|
|
11
|
-
export declare function DydxSwitchTab({ onSwitch, showSwitch, onClose, }: DydxSwitchTabProps): React.JSX.Element | null;
|
|
12
|
-
export {};
|