@funkit/connect 5.5.19 → 5.5.20

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/{chunk-VBAZNW44.js → chunk-ES634CAR.js} +1 -1
  3. package/dist/{chunk-H5N35KZJ.js → chunk-K4APSFTL.js} +1 -1
  4. package/dist/{chunk-5XBODEZO.js → chunk-OV3P5HQK.js} +1 -1
  5. package/dist/components/Box/Box.d.ts +21 -21
  6. package/dist/components/Dropdown/ChainDropdown.d.ts +2 -1
  7. package/dist/components/FunBottomBar/FunBottomBar.css.d.ts +1 -1
  8. package/dist/components/FunInfoBanner/InfoBanner.d.ts +1 -0
  9. package/dist/components/FunTooltip/FunTooltip.d.ts +5 -1
  10. package/dist/css/sprinkles.css.d.ts +21 -21
  11. package/dist/index.css +2688 -2643
  12. package/dist/index.js +1399 -1197
  13. package/dist/modals/CheckoutModal/ConfirmationStep/ConfirmationStep.d.ts +1 -0
  14. package/dist/modals/CheckoutModal/ConfirmationStep/ConfirmationStepLoading.d.ts +3 -0
  15. package/dist/themes/baseTheme.js +1 -1
  16. package/dist/themes/darkTheme.js +2 -2
  17. package/dist/themes/lightTheme.js +2 -2
  18. package/dist/utils/flags/config.d.ts +24 -0
  19. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  20. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  21. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  22. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  23. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  24. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  25. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  26. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  27. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  28. package/dist/wallets/walletConnectors/index.js +63 -63
  29. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  30. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  31. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  32. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  33. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  34. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  35. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  36. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  37. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  38. package/package.json +7 -7
@@ -18,5 +18,6 @@ export type ConfirmationStepNext = {
18
18
  isSendingToQr: boolean;
19
19
  };
20
20
  export declare const ConfirmationStepInfo: ModalStepInfo<FunCheckoutStep.CONFIRMATION>;
21
+ export declare const DEFAULT_CONTINUE_TEXT = "Confirm Order";
21
22
  export declare function ConfirmationStep({ modalState, onNext, setModalState, }: ModalStepComponentProps<FunCheckoutStep.CONFIRMATION>): React.JSX.Element;
22
23
  export {};
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const DollarValueSkeleton: () => React.JSX.Element;
3
+ export declare const ConfirmationStepLoading: () => React.JSX.Element;
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  baseTheme,
4
4
  systemFontStack
5
- } from "../chunk-5XBODEZO.js";
5
+ } from "../chunk-OV3P5HQK.js";
6
6
  export {
7
7
  baseTheme,
8
8
  systemFontStack
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  darkTheme
4
- } from "../chunk-VBAZNW44.js";
5
- import "../chunk-5XBODEZO.js";
4
+ } from "../chunk-ES634CAR.js";
5
+ import "../chunk-OV3P5HQK.js";
6
6
  export {
7
7
  darkTheme
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  lightTheme
4
- } from "../chunk-H5N35KZJ.js";
5
- import "../chunk-5XBODEZO.js";
4
+ } from "../chunk-K4APSFTL.js";
5
+ import "../chunk-OV3P5HQK.js";
6
6
  export {
7
7
  lightTheme
8
8
  };
@@ -265,6 +265,14 @@ export declare const flagConfig: {
265
265
  pct: number;
266
266
  }[];
267
267
  value: true;
268
+ } | {
269
+ if_any: {
270
+ key: "apiKey";
271
+ type: "isAnyOf";
272
+ values: string[];
273
+ }[];
274
+ value: true;
275
+ if_all?: undefined;
268
276
  } | {
269
277
  if_any: {
270
278
  key: "apiKey";
@@ -303,4 +311,20 @@ export declare const flagConfig: {
303
311
  type: "boolean";
304
312
  default_value: false;
305
313
  };
314
+ token_transfer_default_tokens: {
315
+ type: "string";
316
+ default_value: string;
317
+ overrides: {
318
+ if_any: {
319
+ key: "apiKey";
320
+ type: "isAnyOf";
321
+ values: string[];
322
+ }[];
323
+ value: string;
324
+ }[];
325
+ };
326
+ chain_id_sort_order: {
327
+ type: "string";
328
+ default_value: string;
329
+ };
306
330
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bifrostWallet
4
- } from "../chunk-UIASLGLV.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-A5N6B5UW.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  bifrostWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bitgetWallet
4
- } from "../chunk-5W7VDOCL.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-TDAVGY5F.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  bitgetWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bybitWallet
4
- } from "../chunk-LNEC5RNX.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-2STUC6QL.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  bybitWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-2GJQ4XZQ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-M3NZ6R2E.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  clvWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coin98Wallet
4
- } from "../chunk-KIDC67XJ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-OBOVHCEI.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  coin98Wallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coreWallet
4
- } from "../chunk-JCHN6A47.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-VR4TBQ6S.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  coreWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-CNPKISHN.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-7QONTUXT.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  foxWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-VWCLFMWJ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-TCAGNB4B.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  frontierWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-CJGUM55H.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-FKJJQNKX.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  gateWallet
9
9
  };
@@ -1,76 +1,79 @@
1
1
  "use client";
2
+ import {
3
+ xdefiWallet
4
+ } from "./chunk-BOU4WKRZ.js";
2
5
  import {
3
6
  zealWallet
4
7
  } from "./chunk-RNBEDQHF.js";
5
- import {
6
- walletConnectWallet
7
- } from "./chunk-NP5QGWNL.js";
8
8
  import {
9
9
  zerionWallet
10
- } from "./chunk-Q3H3TRBS.js";
10
+ } from "./chunk-SULRQO27.js";
11
+ import {
12
+ subWallet
13
+ } from "./chunk-JWFF4AAL.js";
11
14
  import {
12
15
  tahoWallet
13
16
  } from "./chunk-ZZZRUXZE.js";
17
+ import {
18
+ tokenPocketWallet
19
+ } from "./chunk-2L43XSW3.js";
14
20
  import {
15
21
  talismanWallet
16
22
  } from "./chunk-DRO6WYMM.js";
17
- import {
18
- subWallet
19
- } from "./chunk-ZSI5N4VV.js";
20
- import {
21
- tokenPocketWallet
22
- } from "./chunk-J3LI3FYZ.js";
23
23
  import {
24
24
  tokenaryWallet
25
25
  } from "./chunk-D6AOOO5F.js";
26
+ import {
27
+ trustWallet
28
+ } from "./chunk-VYBAYMP3.js";
26
29
  import {
27
30
  uniswapWallet
28
31
  } from "./chunk-LH7BMNFZ.js";
29
32
  import {
30
- trustWallet
31
- } from "./chunk-RKPCWHXL.js";
32
- import {
33
- xdefiWallet
34
- } from "./chunk-BOU4WKRZ.js";
33
+ walletConnectWallet
34
+ } from "./chunk-NP5QGWNL.js";
35
35
  import {
36
36
  phantomWallet
37
37
  } from "./chunk-362NXNTM.js";
38
- import {
39
- roninWallet
40
- } from "./chunk-QLVVUKYB.js";
41
- import {
42
- omniWallet
43
- } from "./chunk-7CUY5G6R.js";
44
38
  import {
45
39
  rainbowWallet
46
- } from "./chunk-3CICVJUN.js";
40
+ } from "./chunk-2KUBG3S6.js";
47
41
  import {
48
- safeheronWallet
49
- } from "./chunk-RZIO5TFF.js";
42
+ rabbyWallet
43
+ } from "./chunk-BBOM42DL.js";
50
44
  import {
51
45
  ramperWallet
52
46
  } from "./chunk-BYXPFMI7.js";
53
47
  import {
54
48
  safeWallet
55
49
  } from "./chunk-BQQQL6UD.js";
50
+ import {
51
+ roninWallet
52
+ } from "./chunk-NWIQNBJU.js";
53
+ import {
54
+ safeheronWallet
55
+ } from "./chunk-RZIO5TFF.js";
56
56
  import {
57
57
  safepalWallet
58
- } from "./chunk-EC6CHBSZ.js";
58
+ } from "./chunk-NT2HYJKW.js";
59
59
  import {
60
60
  ledgerWallet
61
61
  } from "./chunk-BRBKM4PW.js";
62
62
  import {
63
63
  metaMaskWallet
64
- } from "./chunk-UYGJO62F.js";
65
- import {
66
- mewWallet
67
- } from "./chunk-OL5ZO7E4.js";
64
+ } from "./chunk-2HYNUNAS.js";
68
65
  import {
69
66
  oktoWallet
70
67
  } from "./chunk-ADIXAKUL.js";
71
68
  import {
72
69
  okxWallet
73
- } from "./chunk-AFXHGWBH.js";
70
+ } from "./chunk-TDIEHTMB.js";
71
+ import {
72
+ omniWallet
73
+ } from "./chunk-7CUY5G6R.js";
74
+ import {
75
+ mewWallet
76
+ } from "./chunk-OL5ZO7E4.js";
74
77
  import {
75
78
  oneInchWallet
76
79
  } from "./chunk-OESTDX6I.js";
@@ -78,76 +81,73 @@ import {
78
81
  oneKeyWallet
79
82
  } from "./chunk-SHBUZ7U7.js";
80
83
  import {
81
- rabbyWallet
82
- } from "./chunk-BBOM42DL.js";
84
+ frameWallet
85
+ } from "./chunk-IFON7E6U.js";
83
86
  import {
84
- frontierWallet
85
- } from "./chunk-VWCLFMWJ.js";
87
+ foxWallet
88
+ } from "./chunk-7QONTUXT.js";
86
89
  import {
87
- dawnWallet
88
- } from "./chunk-HWPKCIBE.js";
90
+ frontierWallet
91
+ } from "./chunk-TCAGNB4B.js";
89
92
  import {
90
93
  gateWallet
91
- } from "./chunk-CJGUM55H.js";
94
+ } from "./chunk-FKJJQNKX.js";
92
95
  import {
93
96
  imTokenWallet
94
97
  } from "./chunk-COZ7MIQS.js";
95
98
  import {
96
99
  injectedWallet
97
100
  } from "./chunk-XWUJE7MW.js";
98
- import {
99
- frameWallet
100
- } from "./chunk-IFON7E6U.js";
101
101
  import {
102
102
  kresusWallet
103
103
  } from "./chunk-MJXPRJZT.js";
104
104
  import {
105
- coinbaseWallet
106
- } from "./chunk-H4IRCEZN.js";
105
+ bybitWallet
106
+ } from "./chunk-2STUC6QL.js";
107
107
  import {
108
- braveWallet
109
- } from "./chunk-BPZ2XJO2.js";
108
+ clvWallet
109
+ } from "./chunk-M3NZ6R2E.js";
110
110
  import {
111
- coreWallet
112
- } from "./chunk-JCHN6A47.js";
111
+ coin98Wallet
112
+ } from "./chunk-OBOVHCEI.js";
113
113
  import {
114
- clvWallet
115
- } from "./chunk-2GJQ4XZQ.js";
114
+ coinbaseWallet
115
+ } from "./chunk-H4IRCEZN.js";
116
116
  import {
117
- foxWallet
118
- } from "./chunk-CNPKISHN.js";
117
+ coreWallet
118
+ } from "./chunk-VR4TBQ6S.js";
119
119
  import {
120
- enkryptWallet
121
- } from "./chunk-OLOIXTYS.js";
120
+ dawnWallet
121
+ } from "./chunk-HWPKCIBE.js";
122
122
  import {
123
123
  desigWallet
124
124
  } from "./chunk-OPAZMNA7.js";
125
125
  import {
126
- bybitWallet
127
- } from "./chunk-LNEC5RNX.js";
126
+ enkryptWallet
127
+ } from "./chunk-OLOIXTYS.js";
128
128
  import {
129
129
  argentWallet
130
130
  } from "./chunk-WSQ2YJO2.js";
131
131
  import {
132
132
  bifrostWallet
133
- } from "./chunk-UIASLGLV.js";
134
- import {
135
- bitgetWallet
136
- } from "./chunk-5W7VDOCL.js";
133
+ } from "./chunk-A5N6B5UW.js";
137
134
  import {
138
135
  bitskiWallet
139
136
  } from "./chunk-HS3C7OQV.js";
140
137
  import {
141
- bitverseWallet
142
- } from "./chunk-3HZRRP4Y.js";
138
+ bitgetWallet
139
+ } from "./chunk-TDAVGY5F.js";
143
140
  import {
144
141
  bloomWallet
145
142
  } from "./chunk-S27IADFU.js";
146
143
  import {
147
- coin98Wallet
148
- } from "./chunk-KIDC67XJ.js";
149
- import "./chunk-DNSG5Q7V.js";
144
+ bitverseWallet
145
+ } from "./chunk-3HZRRP4Y.js";
150
146
  import "./chunk-23WIEY36.js";
147
+ import {
148
+ braveWallet
149
+ } from "./chunk-BPZ2XJO2.js";
150
+ import "./chunk-DNSG5Q7V.js";
151
151
  export {
152
152
  argentWallet,
153
153
  bifrostWallet,
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-UYGJO62F.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-2HYNUNAS.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  metaMaskWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-AFXHGWBH.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-TDIEHTMB.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  okxWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-3CICVJUN.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-2KUBG3S6.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  rainbowWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-QLVVUKYB.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-NWIQNBJU.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  roninWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  safepalWallet
4
- } from "../chunk-EC6CHBSZ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-NT2HYJKW.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  safepalWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  subWallet
4
- } from "../chunk-ZSI5N4VV.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-JWFF4AAL.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  subWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-J3LI3FYZ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-2L43XSW3.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  tokenPocketWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  trustWallet
4
- } from "../chunk-RKPCWHXL.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-VYBAYMP3.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  trustWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  zerionWallet
4
- } from "../chunk-Q3H3TRBS.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-SULRQO27.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  zerionWallet
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "5.5.19",
3
+ "version": "5.5.20",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -40,7 +40,7 @@
40
40
  "@tanstack/react-query": ">=5.0.0",
41
41
  "react": ">=18",
42
42
  "react-dom": ">=18",
43
- "viem": "2.x",
43
+ "viem": ">=2.22.14",
44
44
  "wagmi": "2.x"
45
45
  },
46
46
  "devDependencies": {
@@ -90,11 +90,11 @@
90
90
  "use-debounce": "^10.0.5",
91
91
  "uuid": "^9.0.1",
92
92
  "@funkit/api-base": "1.9.9",
93
- "@funkit/chains": "0.3.5",
94
- "@funkit/fun-relay": "0.1.11",
95
- "@funkit/core": "2.3.32",
96
- "@funkit/wagmi-tools": "3.0.54",
97
- "@funkit/utils": "1.1.7"
93
+ "@funkit/chains": "0.3.6",
94
+ "@funkit/core": "2.3.33",
95
+ "@funkit/fun-relay": "0.1.12",
96
+ "@funkit/utils": "1.1.7",
97
+ "@funkit/wagmi-tools": "3.0.55"
98
98
  },
99
99
  "repository": {
100
100
  "type": "git",