@funkit/connect 9.2.0 → 9.2.1
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 +13 -0
- package/dist/{chunk-SC53AFEE.js → chunk-3U6TWV25.js} +14 -4
- package/dist/{chunk-XCM74QX2.js → chunk-P6FYL3PM.js} +5 -1
- package/dist/{chunk-WSCXOKCX.js → chunk-VLXKSNSJ.js} +5 -1
- package/dist/clients/fanatics.css +4075 -3817
- package/dist/clients/fanatics.js +2 -2
- package/dist/components/Box/Box.d.ts +22 -22
- package/dist/components/FunDivider/FunDivider.d.ts +2 -1
- package/dist/css/sprinkles.css.d.ts +34 -22
- package/dist/hooks/queries/useFops.d.ts +4 -198
- package/dist/hooks/statsig/useDynamicConfig.d.ts +3 -1
- package/dist/hooks/useCheckoutTransferInit.d.ts +5 -1
- package/dist/hooks/usePaymentSources.d.ts +6 -2
- package/dist/hooks/useScrollDivider.d.ts +1 -0
- package/dist/index.css +4122 -3825
- package/dist/index.js +651 -326
- package/dist/modals/CheckoutModal/SourceChange/SourceList.d.ts +4 -3
- package/dist/modals/CheckoutModal/SourceChange/sourceChange.css.d.ts +4 -0
- package/dist/providers/FunkitConfigContext.d.ts +2 -0
- package/dist/providers/FunkitThemeProvider.d.ts +18 -0
- package/dist/themes/baseTheme.js +1 -1
- package/dist/themes/darkTheme.js +2 -2
- package/dist/themes/lightTheme.js +2 -2
- 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 +49 -49
- 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 +2 -2
- package/dist/wallets/walletConnectors/{chunk-6YO27XOM.js → chunk-3Y2GG3PM.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-HETS3KKI.js → chunk-3YCR2ZB4.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-HOPH3TQ3.js → chunk-C4RP2DNH.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-IICWJWGZ.js → chunk-CBI3SGOC.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-GVOQTORD.js → chunk-CMLFDRCP.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-LI6QY2B5.js → chunk-COX3VEDR.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-EKJHJFRN.js → chunk-CT3QPTAU.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-7OARWILZ.js → chunk-DWMUM4F6.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-CJJT7LMT.js → chunk-FDVJHNLL.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-6UCI7GM6.js → chunk-I7K6LUZR.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-XBLHZICW.js → chunk-N3UJMC3V.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-4C7ER452.js → chunk-NEK7T3IC.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-PKMAPNN6.js → chunk-RLLTYOWT.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-GH4M6FTK.js → chunk-TIT5F32X.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-TTHM3WUR.js → chunk-UPUDLUBT.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-53VYSPXK.js → chunk-UVMMPRDM.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-GSHSWVEG.js → chunk-UVYZSGIX.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-KO56HCTI.js → chunk-ZMRIQOR5.js} +3 -3
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ConnectablePaymentMethodInfo, PaymentMethod } from '../../../domains/paymentMethods';
|
|
3
|
+
import { type UnavailablePaymentSource } from '../../../hooks/usePaymentSources';
|
|
3
4
|
interface SourceListProps {
|
|
4
5
|
preferred: (ConnectablePaymentMethodInfo | PaymentMethod)[];
|
|
5
6
|
moreSources: (ConnectablePaymentMethodInfo | PaymentMethod)[];
|
|
6
|
-
|
|
7
|
+
unavailable: UnavailablePaymentSource[];
|
|
7
8
|
isFallback: boolean;
|
|
8
9
|
renderSource: (source: ConnectablePaymentMethodInfo | PaymentMethod) => React.ReactNode;
|
|
9
|
-
|
|
10
|
+
renderUnavailable: (source: UnavailablePaymentSource) => React.ReactNode;
|
|
10
11
|
}
|
|
11
|
-
export declare function SourceList({ preferred, moreSources,
|
|
12
|
+
export declare function SourceList({ preferred, moreSources, unavailable, isFallback, renderSource, renderUnavailable, }: SourceListProps): React.JSX.Element;
|
|
12
13
|
export {};
|
|
@@ -2,4 +2,8 @@ export declare const WITH_EMPTY_STATE_DATA_ATTRIBUTE = "data-with-empty-state";
|
|
|
2
2
|
export declare const emptyStateStyles: string;
|
|
3
3
|
export declare const sourceListBoxStyles: string;
|
|
4
4
|
export declare const sourceListCompactBoxStyles: string;
|
|
5
|
+
export declare const removeBottomPaddingFromSurroundingDialog: string;
|
|
6
|
+
export declare const paymentMethodStaticArea: string;
|
|
7
|
+
export declare const paymentMethodScrollArea: string;
|
|
8
|
+
export declare const paymentMethodScrollbarHidden: string;
|
|
5
9
|
export declare const fullWidthContentDivider: string;
|
|
@@ -85,6 +85,8 @@ export type FunkitPaymentMethodIconsConfig = Partial<Record<PaymentMethod, {
|
|
|
85
85
|
export interface FunkitUiCustomizationsConfig {
|
|
86
86
|
/** Title alignment - defaults to "center" */
|
|
87
87
|
alignTitle?: 'left' | 'center';
|
|
88
|
+
/** Always shows checkout modal top divider even if content cannot scroll - defaults to `false` */
|
|
89
|
+
alwaysShowTopDivider?: boolean;
|
|
88
90
|
/** Whether to show CTA in uppercase - defaults to false */
|
|
89
91
|
callToActionsUppercase?: boolean;
|
|
90
92
|
/** Whether to enable compact list style for option boxes - defaults to false */
|
|
@@ -55,6 +55,7 @@ export declare const useActiveTheme: () => {
|
|
|
55
55
|
secondaryText: string;
|
|
56
56
|
tertiaryText: string;
|
|
57
57
|
textSelection: string;
|
|
58
|
+
selectedDropdownItemText: string;
|
|
58
59
|
inputBackground: string;
|
|
59
60
|
inputBorderBase: string;
|
|
60
61
|
inputBorderHover: string;
|
|
@@ -130,9 +131,12 @@ export declare const useActiveTheme: () => {
|
|
|
130
131
|
fiatAccountGradientTo: string;
|
|
131
132
|
optionBoxBackground: string;
|
|
132
133
|
optionBoxBackgroundUninteractive: string;
|
|
134
|
+
optionBoxBorderHover: string;
|
|
135
|
+
openDropdownBackgroundColor: string;
|
|
133
136
|
dropdownActiveItemBackgroundBase: string;
|
|
134
137
|
dropdownActiveItemBackgroundHover: string;
|
|
135
138
|
dropdownActiveItemBackgroundDisabled: string;
|
|
139
|
+
selectedDropdownItemBackground: string;
|
|
136
140
|
spinnerBackground: string;
|
|
137
141
|
spinnerIndicator: string;
|
|
138
142
|
spinnerBackgroundVerifyAccount: string;
|
|
@@ -373,7 +377,9 @@ export declare const useActiveTheme: () => {
|
|
|
373
377
|
tooltip: string;
|
|
374
378
|
dropdown: string;
|
|
375
379
|
dropdownItem: string;
|
|
380
|
+
dropdownList: string;
|
|
376
381
|
modalTopbarIcon: string;
|
|
382
|
+
withdrawalInput: string;
|
|
377
383
|
};
|
|
378
384
|
borderWidths: {
|
|
379
385
|
activeOptionBorderWidth: string;
|
|
@@ -491,6 +497,7 @@ export declare const useActiveTheme: () => {
|
|
|
491
497
|
secondaryText: string;
|
|
492
498
|
tertiaryText: string;
|
|
493
499
|
textSelection: string;
|
|
500
|
+
selectedDropdownItemText: string;
|
|
494
501
|
inputBackground: string;
|
|
495
502
|
inputBorderBase: string;
|
|
496
503
|
inputBorderHover: string;
|
|
@@ -566,9 +573,12 @@ export declare const useActiveTheme: () => {
|
|
|
566
573
|
fiatAccountGradientTo: string;
|
|
567
574
|
optionBoxBackground: string;
|
|
568
575
|
optionBoxBackgroundUninteractive: string;
|
|
576
|
+
optionBoxBorderHover: string;
|
|
577
|
+
openDropdownBackgroundColor: string;
|
|
569
578
|
dropdownActiveItemBackgroundBase: string;
|
|
570
579
|
dropdownActiveItemBackgroundHover: string;
|
|
571
580
|
dropdownActiveItemBackgroundDisabled: string;
|
|
581
|
+
selectedDropdownItemBackground: string;
|
|
572
582
|
spinnerBackground: string;
|
|
573
583
|
spinnerIndicator: string;
|
|
574
584
|
spinnerBackgroundVerifyAccount: string;
|
|
@@ -809,7 +819,9 @@ export declare const useActiveTheme: () => {
|
|
|
809
819
|
tooltip: string;
|
|
810
820
|
dropdown: string;
|
|
811
821
|
dropdownItem: string;
|
|
822
|
+
dropdownList: string;
|
|
812
823
|
modalTopbarIcon: string;
|
|
824
|
+
withdrawalInput: string;
|
|
813
825
|
};
|
|
814
826
|
borderWidths: {
|
|
815
827
|
activeOptionBorderWidth: string;
|
|
@@ -925,6 +937,7 @@ export declare const useActiveTheme: () => {
|
|
|
925
937
|
secondaryText: string;
|
|
926
938
|
tertiaryText: string;
|
|
927
939
|
textSelection: string;
|
|
940
|
+
selectedDropdownItemText: string;
|
|
928
941
|
inputBackground: string;
|
|
929
942
|
inputBorderBase: string;
|
|
930
943
|
inputBorderHover: string;
|
|
@@ -1000,9 +1013,12 @@ export declare const useActiveTheme: () => {
|
|
|
1000
1013
|
fiatAccountGradientTo: string;
|
|
1001
1014
|
optionBoxBackground: string;
|
|
1002
1015
|
optionBoxBackgroundUninteractive: string;
|
|
1016
|
+
optionBoxBorderHover: string;
|
|
1017
|
+
openDropdownBackgroundColor: string;
|
|
1003
1018
|
dropdownActiveItemBackgroundBase: string;
|
|
1004
1019
|
dropdownActiveItemBackgroundHover: string;
|
|
1005
1020
|
dropdownActiveItemBackgroundDisabled: string;
|
|
1021
|
+
selectedDropdownItemBackground: string;
|
|
1006
1022
|
spinnerBackground: string;
|
|
1007
1023
|
spinnerIndicator: string;
|
|
1008
1024
|
spinnerBackgroundVerifyAccount: string;
|
|
@@ -1243,7 +1259,9 @@ export declare const useActiveTheme: () => {
|
|
|
1243
1259
|
tooltip: string;
|
|
1244
1260
|
dropdown: string;
|
|
1245
1261
|
dropdownItem: string;
|
|
1262
|
+
dropdownList: string;
|
|
1246
1263
|
modalTopbarIcon: string;
|
|
1264
|
+
withdrawalInput: string;
|
|
1247
1265
|
};
|
|
1248
1266
|
borderWidths: {
|
|
1249
1267
|
activeOptionBorderWidth: string;
|
package/dist/themes/baseTheme.js
CHANGED
package/dist/themes/darkTheme.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bifrostWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-CT3QPTAU.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
bifrostWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bitgetWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-C4RP2DNH.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
bitgetWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bybitWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-I7K6LUZR.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
bybitWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
coin98Wallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-3Y2GG3PM.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
coin98Wallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
frontierWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-FDVJHNLL.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
frontierWallet
|
|
@@ -4,37 +4,43 @@ import {
|
|
|
4
4
|
} from "./chunk-HE2LMIPD.js";
|
|
5
5
|
import {
|
|
6
6
|
zerionWallet
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-UPUDLUBT.js";
|
|
8
|
+
import {
|
|
9
|
+
tahoWallet
|
|
10
|
+
} from "./chunk-4BMUFNMT.js";
|
|
8
11
|
import {
|
|
9
12
|
talismanWallet
|
|
10
13
|
} from "./chunk-6MFOL6EB.js";
|
|
11
14
|
import {
|
|
12
15
|
tokenPocketWallet
|
|
13
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-NEK7T3IC.js";
|
|
14
17
|
import {
|
|
15
18
|
tokenaryWallet
|
|
16
19
|
} from "./chunk-34LO6Q7A.js";
|
|
17
20
|
import {
|
|
18
21
|
trustWallet
|
|
19
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-ZMRIQOR5.js";
|
|
20
23
|
import {
|
|
21
24
|
uniswapWallet
|
|
22
25
|
} from "./chunk-NHLG5PVD.js";
|
|
23
|
-
import {
|
|
24
|
-
ramperWallet
|
|
25
|
-
} from "./chunk-R4S234FL.js";
|
|
26
26
|
import {
|
|
27
27
|
walletConnectWallet
|
|
28
28
|
} from "./chunk-J34FG3W4.js";
|
|
29
29
|
import {
|
|
30
30
|
xdefiWallet
|
|
31
31
|
} from "./chunk-O7RSASRH.js";
|
|
32
|
+
import {
|
|
33
|
+
rabbyWallet
|
|
34
|
+
} from "./chunk-WFNPWKU3.js";
|
|
32
35
|
import {
|
|
33
36
|
rainbowWallet
|
|
34
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-UVYZSGIX.js";
|
|
35
38
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
39
|
+
ramperWallet
|
|
40
|
+
} from "./chunk-R4S234FL.js";
|
|
41
|
+
import {
|
|
42
|
+
roninWallet
|
|
43
|
+
} from "./chunk-RLLTYOWT.js";
|
|
38
44
|
import {
|
|
39
45
|
safeWallet
|
|
40
46
|
} from "./chunk-YKVWTGU7.js";
|
|
@@ -43,31 +49,19 @@ import {
|
|
|
43
49
|
} from "./chunk-4R4AARTG.js";
|
|
44
50
|
import {
|
|
45
51
|
safepalWallet
|
|
46
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-CBI3SGOC.js";
|
|
47
53
|
import {
|
|
48
54
|
subWallet
|
|
49
|
-
} from "./chunk-
|
|
50
|
-
import {
|
|
51
|
-
tahoWallet
|
|
52
|
-
} from "./chunk-4BMUFNMT.js";
|
|
53
|
-
import {
|
|
54
|
-
roninWallet
|
|
55
|
-
} from "./chunk-PKMAPNN6.js";
|
|
55
|
+
} from "./chunk-N3UJMC3V.js";
|
|
56
56
|
import {
|
|
57
57
|
metaMaskWallet
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-3YCR2ZB4.js";
|
|
59
59
|
import {
|
|
60
60
|
mewWallet
|
|
61
61
|
} from "./chunk-HKVDCVCG.js";
|
|
62
62
|
import {
|
|
63
63
|
oktoWallet
|
|
64
64
|
} from "./chunk-BVX22N7L.js";
|
|
65
|
-
import {
|
|
66
|
-
okxWallet
|
|
67
|
-
} from "./chunk-LI6QY2B5.js";
|
|
68
|
-
import {
|
|
69
|
-
omniWallet
|
|
70
|
-
} from "./chunk-INNF7G5X.js";
|
|
71
65
|
import {
|
|
72
66
|
oneInchWallet
|
|
73
67
|
} from "./chunk-RVWLP4IM.js";
|
|
@@ -75,20 +69,26 @@ import {
|
|
|
75
69
|
oneKeyWallet
|
|
76
70
|
} from "./chunk-HE5J5T7X.js";
|
|
77
71
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
72
|
+
okxWallet
|
|
73
|
+
} from "./chunk-COX3VEDR.js";
|
|
80
74
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
75
|
+
phantomWallet
|
|
76
|
+
} from "./chunk-XMNVOYSJ.js";
|
|
77
|
+
import {
|
|
78
|
+
omniWallet
|
|
79
|
+
} from "./chunk-INNF7G5X.js";
|
|
80
|
+
import {
|
|
81
|
+
foxWallet
|
|
82
|
+
} from "./chunk-UVMMPRDM.js";
|
|
83
83
|
import {
|
|
84
84
|
frontierWallet
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-FDVJHNLL.js";
|
|
86
86
|
import {
|
|
87
87
|
imTokenWallet
|
|
88
88
|
} from "./chunk-IUVO4IN3.js";
|
|
89
89
|
import {
|
|
90
90
|
gateWallet
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-DWMUM4F6.js";
|
|
92
92
|
import {
|
|
93
93
|
frameWallet
|
|
94
94
|
} from "./chunk-WDTNOIMF.js";
|
|
@@ -101,39 +101,39 @@ import {
|
|
|
101
101
|
import {
|
|
102
102
|
ledgerWallet
|
|
103
103
|
} from "./chunk-WKCCLGHJ.js";
|
|
104
|
-
import {
|
|
105
|
-
coin98Wallet
|
|
106
|
-
} from "./chunk-6YO27XOM.js";
|
|
107
104
|
import {
|
|
108
105
|
clvWallet
|
|
109
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-CMLFDRCP.js";
|
|
110
107
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
108
|
+
coin98Wallet
|
|
109
|
+
} from "./chunk-3Y2GG3PM.js";
|
|
113
110
|
import {
|
|
114
|
-
|
|
115
|
-
} from "./chunk-
|
|
111
|
+
coinbaseWallet
|
|
112
|
+
} from "./chunk-RZXMOPIV.js";
|
|
116
113
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
114
|
+
braveWallet
|
|
115
|
+
} from "./chunk-ZRNBHLUU.js";
|
|
116
|
+
import {
|
|
117
|
+
coreWallet
|
|
118
|
+
} from "./chunk-TIT5F32X.js";
|
|
119
119
|
import {
|
|
120
120
|
enkryptWallet
|
|
121
121
|
} from "./chunk-W6TXXLCO.js";
|
|
122
122
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
123
|
+
desigWallet
|
|
124
|
+
} from "./chunk-JYVLYSH3.js";
|
|
125
125
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
126
|
+
dawnWallet
|
|
127
|
+
} from "./chunk-TFVCCI2D.js";
|
|
128
128
|
import {
|
|
129
129
|
bifrostWallet
|
|
130
|
-
} from "./chunk-
|
|
130
|
+
} from "./chunk-CT3QPTAU.js";
|
|
131
131
|
import {
|
|
132
132
|
argentWallet
|
|
133
133
|
} from "./chunk-VUOAIUZE.js";
|
|
134
134
|
import {
|
|
135
135
|
bitgetWallet
|
|
136
|
-
} from "./chunk-
|
|
136
|
+
} from "./chunk-C4RP2DNH.js";
|
|
137
137
|
import {
|
|
138
138
|
bitskiWallet
|
|
139
139
|
} from "./chunk-A7FNGC4A.js";
|
|
@@ -143,11 +143,11 @@ import {
|
|
|
143
143
|
import {
|
|
144
144
|
bloomWallet
|
|
145
145
|
} from "./chunk-UB2SSFH7.js";
|
|
146
|
-
import "./chunk-MAPXJUOO.js";
|
|
147
146
|
import {
|
|
148
|
-
|
|
149
|
-
} from "./chunk-
|
|
147
|
+
bybitWallet
|
|
148
|
+
} from "./chunk-I7K6LUZR.js";
|
|
150
149
|
import "./chunk-BAVE62IL.js";
|
|
150
|
+
import "./chunk-MAPXJUOO.js";
|
|
151
151
|
import "./chunk-KV4HGYM3.js";
|
|
152
152
|
export {
|
|
153
153
|
argentWallet,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
metaMaskWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-3YCR2ZB4.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
metaMaskWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
rainbowWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-UVYZSGIX.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
rainbowWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
roninWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-RLLTYOWT.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
roninWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
safepalWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-CBI3SGOC.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
safepalWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
tokenPocketWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-NEK7T3IC.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
tokenPocketWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
trustWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-ZMRIQOR5.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
trustWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
zerionWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-MAPXJUOO.js";
|
|
4
|
+
} from "../chunk-UPUDLUBT.js";
|
|
6
5
|
import "../chunk-BAVE62IL.js";
|
|
6
|
+
import "../chunk-MAPXJUOO.js";
|
|
7
7
|
import "../chunk-KV4HGYM3.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.1",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"ua-parser-js": "^1.0.37",
|
|
103
103
|
"use-debounce": "^10.0.5",
|
|
104
104
|
"uuid": "^9.0.1",
|
|
105
|
-
"@funkit/api-base": "
|
|
105
|
+
"@funkit/api-base": "3.0.0",
|
|
106
106
|
"@funkit/chains": "1.1.0",
|
|
107
107
|
"@funkit/fun-relay": "2.6.3",
|
|
108
108
|
"@funkit/utils": "1.2.4"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getWalletConnectConnector
|
|
4
|
-
} from "./chunk-MAPXJUOO.js";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-BAVE62IL.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-MAPXJUOO.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/coin98Wallet/coin98Wallet.ts
|
|
11
11
|
var coin98Wallet = ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getWalletConnectConnector
|
|
4
|
-
} from "./chunk-MAPXJUOO.js";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-BAVE62IL.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-MAPXJUOO.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
|
|
11
11
|
import { isAndroid, isIOS } from "@funkit/utils";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getWalletConnectConnector
|
|
4
|
-
} from "./chunk-MAPXJUOO.js";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-BAVE62IL.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-MAPXJUOO.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
|
|
11
11
|
import { isAndroid } from "@funkit/utils";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getWalletConnectConnector
|
|
4
|
-
} from "./chunk-MAPXJUOO.js";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-BAVE62IL.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-MAPXJUOO.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/safepalWallet/safepalWallet.ts
|
|
11
11
|
var safepalWallet = ({
|