@funkit/connect 5.1.2 → 5.1.3
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 +19 -0
- package/dist/{chunk-ELA2ZIK4.js → chunk-IDAA2OY6.js} +4 -0
- package/dist/{chunk-TTI2Q45P.js → chunk-L55ALBJE.js} +4 -0
- package/dist/components/Box/Box.d.ts +21 -21
- package/dist/components/Dialog/Dialog.d.ts +2 -3
- package/dist/components/Dropdown/BaseActiveDropdownItem.d.ts +4 -2
- package/dist/components/Dropdown/BaseDropdown.d.ts +2 -1
- package/dist/components/Dropdown/ChainDropdown.d.ts +2 -1
- package/dist/components/Dropdown/ReceiveTokenDropdown.d.ts +2 -1
- package/dist/components/Dropdown/TokenDropdown.d.ts +3 -1
- package/dist/components/FunButton/FunButton.css.d.ts +2 -1
- package/dist/components/FunButton/FunLinkButton.d.ts +11 -8
- package/dist/components/FunPaymentMethodItem/FunPaymentMethodItem.d.ts +2 -1
- package/dist/components/Icons/StatusIcons.d.ts +1 -0
- package/dist/components/QRCode/QRCodeSkeletonLoader.d.ts +1 -1
- package/dist/components/TransferTokenDetails/TransferTokenDetails.d.ts +2 -2
- package/dist/css/sprinkles.css.d.ts +25 -21
- package/dist/hooks/useTokenTransfer.d.ts +1 -1
- package/dist/index.css +1366 -1237
- package/dist/index.js +893 -774
- package/dist/modals/CheckoutModal/ConfirmationStep/ConfirmationStep.d.ts +0 -1
- package/dist/modals/CheckoutModal/stepTransition.d.ts +3 -2
- package/dist/providers/FunkitConfigContext.d.ts +1 -0
- package/dist/providers/FunkitMoonpayProvider.d.ts +2 -1
- package/dist/providers/FunkitThemeProvider.d.ts +6 -0
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.js +1 -1
- package/dist/utils/consts.d.ts +1 -0
- 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/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/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 +63 -63
- 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 +4 -4
- package/dist/components/FunNotificationBanner/FunNotificationBannerSummary.css.d.ts +0 -1
- package/dist/components/FunNotificationBanner/FunNotificationBannerSummary.d.ts +0 -7
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
walletConnectWallet
|
|
4
|
+
} from "./chunk-NP5QGWNL.js";
|
|
2
5
|
import {
|
|
3
6
|
zealWallet
|
|
4
7
|
} from "./chunk-JROWU5BP.js";
|
|
5
|
-
import {
|
|
6
|
-
xdefiWallet
|
|
7
|
-
} from "./chunk-NO7XMBB5.js";
|
|
8
8
|
import {
|
|
9
9
|
zerionWallet
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ETTNDQQG.js";
|
|
11
11
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
12
|
+
subWallet
|
|
13
|
+
} from "./chunk-4UM4GTKZ.js";
|
|
14
14
|
import {
|
|
15
15
|
tahoWallet
|
|
16
16
|
} from "./chunk-6P2EMPZI.js";
|
|
17
|
-
import {
|
|
18
|
-
tokenaryWallet
|
|
19
|
-
} from "./chunk-SLOIIJGP.js";
|
|
20
17
|
import {
|
|
21
18
|
talismanWallet
|
|
22
19
|
} from "./chunk-ABFSXBE6.js";
|
|
23
20
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk-
|
|
21
|
+
tokenaryWallet
|
|
22
|
+
} from "./chunk-SLOIIJGP.js";
|
|
26
23
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
24
|
+
tokenPocketWallet
|
|
25
|
+
} from "./chunk-FRGSRLTS.js";
|
|
29
26
|
import {
|
|
30
27
|
uniswapWallet
|
|
31
28
|
} from "./chunk-LH7BMNFZ.js";
|
|
32
29
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
30
|
+
trustWallet
|
|
31
|
+
} from "./chunk-IPOC2VJX.js";
|
|
32
|
+
import {
|
|
33
|
+
xdefiWallet
|
|
34
|
+
} from "./chunk-NO7XMBB5.js";
|
|
35
35
|
import {
|
|
36
36
|
phantomWallet
|
|
37
37
|
} from "./chunk-ZSVTX6EK.js";
|
|
@@ -39,23 +39,23 @@ import {
|
|
|
39
39
|
rabbyWallet
|
|
40
40
|
} from "./chunk-BVX4XGNP.js";
|
|
41
41
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
44
|
-
import {
|
|
45
|
-
safeWallet
|
|
46
|
-
} from "./chunk-BQQQL6UD.js";
|
|
42
|
+
rainbowWallet
|
|
43
|
+
} from "./chunk-MOOBCMMB.js";
|
|
47
44
|
import {
|
|
48
45
|
ramperWallet
|
|
49
46
|
} from "./chunk-PIUNLQJG.js";
|
|
50
|
-
import {
|
|
51
|
-
rainbowWallet
|
|
52
|
-
} from "./chunk-2UCNRD7H.js";
|
|
53
47
|
import {
|
|
54
48
|
safepalWallet
|
|
55
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-6LPM6LUQ.js";
|
|
56
50
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
51
|
+
roninWallet
|
|
52
|
+
} from "./chunk-25VW5TZP.js";
|
|
53
|
+
import {
|
|
54
|
+
safeWallet
|
|
55
|
+
} from "./chunk-BQQQL6UD.js";
|
|
56
|
+
import {
|
|
57
|
+
safeheronWallet
|
|
58
|
+
} from "./chunk-R6RWZRFF.js";
|
|
59
59
|
import {
|
|
60
60
|
ledgerWallet
|
|
61
61
|
} from "./chunk-BRBKM4PW.js";
|
|
@@ -63,77 +63,77 @@ import {
|
|
|
63
63
|
mewWallet
|
|
64
64
|
} from "./chunk-V57WLZEE.js";
|
|
65
65
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
66
|
+
metaMaskWallet
|
|
67
|
+
} from "./chunk-N2NIIUW6.js";
|
|
68
68
|
import {
|
|
69
69
|
okxWallet
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-3U3BMEH5.js";
|
|
71
71
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
72
|
+
oneInchWallet
|
|
73
|
+
} from "./chunk-OESTDX6I.js";
|
|
74
|
+
import {
|
|
75
|
+
oktoWallet
|
|
76
|
+
} from "./chunk-ADIXAKUL.js";
|
|
74
77
|
import {
|
|
75
78
|
omniWallet
|
|
76
79
|
} from "./chunk-7CUY5G6R.js";
|
|
77
80
|
import {
|
|
78
81
|
oneKeyWallet
|
|
79
82
|
} from "./chunk-4AD7VI2P.js";
|
|
80
|
-
import {
|
|
81
|
-
oneInchWallet
|
|
82
|
-
} from "./chunk-OESTDX6I.js";
|
|
83
|
-
import {
|
|
84
|
-
enkryptWallet
|
|
85
|
-
} from "./chunk-SJTXS4ZW.js";
|
|
86
83
|
import {
|
|
87
84
|
foxWallet
|
|
88
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-XYBEMO3C.js";
|
|
86
|
+
import {
|
|
87
|
+
frameWallet
|
|
88
|
+
} from "./chunk-ZMYVTWDF.js";
|
|
89
89
|
import {
|
|
90
90
|
frontierWallet
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-HKV7EMYZ.js";
|
|
92
92
|
import {
|
|
93
93
|
imTokenWallet
|
|
94
94
|
} from "./chunk-COZ7MIQS.js";
|
|
95
|
+
import {
|
|
96
|
+
gateWallet
|
|
97
|
+
} from "./chunk-3NC26XLM.js";
|
|
95
98
|
import {
|
|
96
99
|
injectedWallet
|
|
97
100
|
} from "./chunk-VCVVV2K7.js";
|
|
98
|
-
import {
|
|
99
|
-
gateWallet
|
|
100
|
-
} from "./chunk-GSOYKKIS.js";
|
|
101
101
|
import {
|
|
102
102
|
kresusWallet
|
|
103
103
|
} from "./chunk-MJXPRJZT.js";
|
|
104
104
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
105
|
+
bybitWallet
|
|
106
|
+
} from "./chunk-W5O4YSZN.js";
|
|
107
107
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
108
|
+
braveWallet
|
|
109
|
+
} from "./chunk-PB254NQ4.js";
|
|
110
110
|
import {
|
|
111
111
|
coin98Wallet
|
|
112
|
-
} from "./chunk-
|
|
112
|
+
} from "./chunk-KFFJPS5R.js";
|
|
113
|
+
import {
|
|
114
|
+
coinbaseWallet
|
|
115
|
+
} from "./chunk-H4IRCEZN.js";
|
|
113
116
|
import {
|
|
114
117
|
desigWallet
|
|
115
118
|
} from "./chunk-CTU6JCOK.js";
|
|
116
119
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
120
|
+
coreWallet
|
|
121
|
+
} from "./chunk-JXP2QPW7.js";
|
|
119
122
|
import {
|
|
120
123
|
dawnWallet
|
|
121
124
|
} from "./chunk-LN7OD5EC.js";
|
|
122
125
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
125
|
-
import {
|
|
126
|
-
frameWallet
|
|
127
|
-
} from "./chunk-ZMYVTWDF.js";
|
|
126
|
+
enkryptWallet
|
|
127
|
+
} from "./chunk-SJTXS4ZW.js";
|
|
128
128
|
import {
|
|
129
129
|
argentWallet
|
|
130
130
|
} from "./chunk-WSQ2YJO2.js";
|
|
131
|
-
import {
|
|
132
|
-
bifrostWallet
|
|
133
|
-
} from "./chunk-W6N74MS3.js";
|
|
134
131
|
import {
|
|
135
132
|
bitgetWallet
|
|
136
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-7GSNBOD3.js";
|
|
134
|
+
import {
|
|
135
|
+
bifrostWallet
|
|
136
|
+
} from "./chunk-545L7Y4M.js";
|
|
137
137
|
import {
|
|
138
138
|
bitskiWallet
|
|
139
139
|
} from "./chunk-P74YPRF6.js";
|
|
@@ -141,13 +141,13 @@ import {
|
|
|
141
141
|
bitverseWallet
|
|
142
142
|
} from "./chunk-3HZRRP4Y.js";
|
|
143
143
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
144
|
+
bloomWallet
|
|
145
|
+
} from "./chunk-S27IADFU.js";
|
|
146
146
|
import {
|
|
147
|
-
|
|
148
|
-
} from "./chunk-
|
|
149
|
-
import "./chunk-23WIEY36.js";
|
|
147
|
+
clvWallet
|
|
148
|
+
} from "./chunk-LEXSM5KI.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.1.
|
|
3
|
+
"version": "5.1.3",
|
|
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.
|
|
93
|
+
"@funkit/api-base": "1.7.0",
|
|
94
94
|
"@funkit/chains": "0.2.1",
|
|
95
|
-
"@funkit/core": "2.3.13",
|
|
96
95
|
"@funkit/utils": "1.0.10",
|
|
97
|
-
"@funkit/
|
|
96
|
+
"@funkit/core": "2.3.14",
|
|
97
|
+
"@funkit/wagmi-tools": "3.0.36"
|
|
98
98
|
},
|
|
99
99
|
"repository": {
|
|
100
100
|
"type": "git",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const wrapperStyles: string;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { CheckoutHistoryItem } from '@funkit/api-base';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface FunNotificationBannerSummaryProps {
|
|
4
|
-
checkout: CheckoutHistoryItem;
|
|
5
|
-
}
|
|
6
|
-
export declare const FunNotificationBannerSummary: ({ checkout, }: FunNotificationBannerSummaryProps) => React.JSX.Element;
|
|
7
|
-
export {};
|