@funkit/connect 0.1.5 → 0.1.7
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/dist/{chunk-VGM7OU7P.js → chunk-3A7E2IPT.js} +3 -1
- package/dist/{chunk-LKGTFED3.js → chunk-PKSFBURG.js} +3 -1
- package/dist/{chunk-HS4VFULE.js → chunk-VVHY6TFA.js} +865 -609
- package/dist/{chunk-WJHR5YCY.js → chunk-X5YTL45L.js} +865 -609
- package/dist/components/Box/Box.d.ts +12 -12
- package/dist/components/FunButton/FunButton.css.d.ts +1 -0
- package/dist/components/FunButton/FunIconButton.d.ts +5 -1
- package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +6 -8
- package/dist/components/FunkitWeb2Provider/FunkitWeb2Provider.d.ts +17 -2
- package/dist/components/index.css +278 -225
- package/dist/components/index.js +2 -2
- package/dist/css/sprinkles.css.d.ts +52 -0
- package/dist/hooks/useCheckoutAccountBalanceTransfer.d.ts +20 -0
- package/dist/index.css +278 -225
- package/dist/index.js +3 -3
- package/dist/themes/darkTheme.d.ts +2 -0
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.d.ts +2 -0
- package/dist/themes/lightTheme.js +1 -1
- package/dist/utils/checkout.d.ts +6 -4
- package/dist/wallets/walletConnectors/argentWallet/argentWallet.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/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +52 -52
- package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.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/walletConnectWallet/walletConnectWallet.js +2 -2
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
- package/package.json +2 -2
package/dist/components/index.js
CHANGED
|
@@ -36,6 +36,8 @@ declare const themeContractValues: {
|
|
|
36
36
|
solidLine: string;
|
|
37
37
|
leftTranslucentLine: string;
|
|
38
38
|
rightTranslucentLine: string;
|
|
39
|
+
loadingBase: string;
|
|
40
|
+
loadingAccent: string;
|
|
39
41
|
};
|
|
40
42
|
fonts: {
|
|
41
43
|
body: string;
|
|
@@ -96,6 +98,8 @@ export declare const themeVars: import("@vanilla-extract/private").MapLeafNodes<
|
|
|
96
98
|
solidLine: string;
|
|
97
99
|
leftTranslucentLine: string;
|
|
98
100
|
rightTranslucentLine: string;
|
|
101
|
+
loadingBase: string;
|
|
102
|
+
loadingAccent: string;
|
|
99
103
|
};
|
|
100
104
|
fonts: {
|
|
101
105
|
body: string;
|
|
@@ -533,6 +537,22 @@ export declare const sprinkles: import("@vanilla-extract/sprinkles/dist/declarat
|
|
|
533
537
|
active: string;
|
|
534
538
|
};
|
|
535
539
|
};
|
|
540
|
+
loadingBase: {
|
|
541
|
+
defaultClass: string;
|
|
542
|
+
conditions: {
|
|
543
|
+
base: string;
|
|
544
|
+
hover: string;
|
|
545
|
+
active: string;
|
|
546
|
+
};
|
|
547
|
+
};
|
|
548
|
+
loadingAccent: {
|
|
549
|
+
defaultClass: string;
|
|
550
|
+
conditions: {
|
|
551
|
+
base: string;
|
|
552
|
+
hover: string;
|
|
553
|
+
active: string;
|
|
554
|
+
};
|
|
555
|
+
};
|
|
536
556
|
};
|
|
537
557
|
};
|
|
538
558
|
borderColor: {
|
|
@@ -809,6 +829,22 @@ export declare const sprinkles: import("@vanilla-extract/sprinkles/dist/declarat
|
|
|
809
829
|
active: string;
|
|
810
830
|
};
|
|
811
831
|
};
|
|
832
|
+
loadingBase: {
|
|
833
|
+
defaultClass: string;
|
|
834
|
+
conditions: {
|
|
835
|
+
base: string;
|
|
836
|
+
hover: string;
|
|
837
|
+
active: string;
|
|
838
|
+
};
|
|
839
|
+
};
|
|
840
|
+
loadingAccent: {
|
|
841
|
+
defaultClass: string;
|
|
842
|
+
conditions: {
|
|
843
|
+
base: string;
|
|
844
|
+
hover: string;
|
|
845
|
+
active: string;
|
|
846
|
+
};
|
|
847
|
+
};
|
|
812
848
|
};
|
|
813
849
|
};
|
|
814
850
|
boxShadow: {
|
|
@@ -1137,6 +1173,22 @@ export declare const sprinkles: import("@vanilla-extract/sprinkles/dist/declarat
|
|
|
1137
1173
|
active: string;
|
|
1138
1174
|
};
|
|
1139
1175
|
};
|
|
1176
|
+
loadingBase: {
|
|
1177
|
+
defaultClass: string;
|
|
1178
|
+
conditions: {
|
|
1179
|
+
base: string;
|
|
1180
|
+
hover: string;
|
|
1181
|
+
active: string;
|
|
1182
|
+
};
|
|
1183
|
+
};
|
|
1184
|
+
loadingAccent: {
|
|
1185
|
+
defaultClass: string;
|
|
1186
|
+
conditions: {
|
|
1187
|
+
base: string;
|
|
1188
|
+
hover: string;
|
|
1189
|
+
active: string;
|
|
1190
|
+
};
|
|
1191
|
+
};
|
|
1140
1192
|
};
|
|
1141
1193
|
};
|
|
1142
1194
|
};
|
|
@@ -3,9 +3,29 @@ export declare function useCheckoutAccountBalanceTransfer(checkoutId: string | n
|
|
|
3
3
|
rFunWallet: import("@funkit/core").FunWallet;
|
|
4
4
|
rFunWalletAuth: import("@funkit/core").Auth;
|
|
5
5
|
transferOp: import("@funkit/core").Operation;
|
|
6
|
+
envConfig: {
|
|
7
|
+
chain: string;
|
|
8
|
+
gasSponsor: {
|
|
9
|
+
useCheckoutSponsor: boolean;
|
|
10
|
+
sponsorAddress: any;
|
|
11
|
+
token?: string | undefined;
|
|
12
|
+
usePermit?: boolean | undefined;
|
|
13
|
+
};
|
|
14
|
+
bypassInit: boolean;
|
|
15
|
+
apiKey?: string | undefined;
|
|
16
|
+
fee?: {
|
|
17
|
+
token?: string | undefined;
|
|
18
|
+
amount?: number | undefined;
|
|
19
|
+
gasPercent?: number | undefined;
|
|
20
|
+
recipient: `0x${string}`;
|
|
21
|
+
} | undefined;
|
|
22
|
+
skipDBAction?: boolean | undefined;
|
|
23
|
+
nonce?: bigint | undefined;
|
|
24
|
+
};
|
|
6
25
|
} | {
|
|
7
26
|
rFunWallet: null;
|
|
8
27
|
rFunWalletAuth: null;
|
|
9
28
|
transferOp: null;
|
|
29
|
+
envConfig: null;
|
|
10
30
|
}>;
|
|
11
31
|
};
|