@funkit/connect 8.2.1 → 8.3.0

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 (59) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/__generated__/default_configs.d.ts +7 -0
  3. package/dist/{chunk-BP7VOYBS.js → chunk-A24XIU2M.js} +3 -1
  4. package/dist/{chunk-MYPFORR2.js → chunk-CMS4F5PL.js} +3 -2
  5. package/dist/{chunk-KKGSXLMH.js → chunk-GRQP5R23.js} +3 -2
  6. package/dist/clients/fanatics.css +3648 -3563
  7. package/dist/clients/fanatics.js +3 -3
  8. package/dist/components/Box/Box.d.ts +28 -28
  9. package/dist/css/sprinkles.css.d.ts +40 -28
  10. package/dist/hooks/usePaymentSources.d.ts +1 -1
  11. package/dist/hooks/useRelayBypass.d.ts +0 -9
  12. package/dist/hooks/useUserIpInfo.d.ts +19 -0
  13. package/dist/index.css +3648 -3563
  14. package/dist/index.js +2201 -2225
  15. package/dist/providers/FunkitConfigContext.d.ts +9 -2
  16. package/dist/providers/FunkitMoonpayProvider.d.ts +0 -14
  17. package/dist/providers/FunkitThemeProvider.d.ts +18 -0
  18. package/dist/themes/baseTheme.js +1 -1
  19. package/dist/themes/darkTheme.js +2 -2
  20. package/dist/themes/lightTheme.js +2 -2
  21. package/dist/utils/flags/config.d.ts +1 -1
  22. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  23. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  24. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  25. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  26. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  27. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  28. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  29. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  30. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  31. package/dist/wallets/walletConnectors/index.js +38 -38
  32. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  33. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  34. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  35. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  36. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  37. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  38. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  39. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  40. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  41. package/package.json +4 -4
  42. package/dist/wallets/walletConnectors/{chunk-FT5BX7TL.js → chunk-2E4PDCEJ.js} +3 -3
  43. package/dist/wallets/walletConnectors/{chunk-LGT6IAXI.js → chunk-47QF6EET.js} +3 -3
  44. package/dist/wallets/walletConnectors/{chunk-5AV2NSL3.js → chunk-5EAOMOTO.js} +3 -3
  45. package/dist/wallets/walletConnectors/{chunk-4SC3PZVM.js → chunk-77UTBHGP.js} +3 -3
  46. package/dist/wallets/walletConnectors/{chunk-GXTI2PZD.js → chunk-CZYUE3AR.js} +3 -3
  47. package/dist/wallets/walletConnectors/{chunk-O6YFVGVQ.js → chunk-FA5DTT5R.js} +3 -3
  48. package/dist/wallets/walletConnectors/{chunk-PRGCIJ7Y.js → chunk-HPHADOYD.js} +3 -3
  49. package/dist/wallets/walletConnectors/{chunk-GEMN6DM5.js → chunk-JFHP4YJG.js} +3 -3
  50. package/dist/wallets/walletConnectors/{chunk-75A4Q5E5.js → chunk-MRRZOQGZ.js} +3 -3
  51. package/dist/wallets/walletConnectors/{chunk-6677RKVT.js → chunk-R6Y36CMA.js} +3 -3
  52. package/dist/wallets/walletConnectors/{chunk-5FWURLPF.js → chunk-RA7MCWF4.js} +3 -3
  53. package/dist/wallets/walletConnectors/{chunk-TLOROKED.js → chunk-RLRQYUYC.js} +3 -3
  54. package/dist/wallets/walletConnectors/{chunk-3ZWIUCOI.js → chunk-T5KHVUFR.js} +3 -3
  55. package/dist/wallets/walletConnectors/{chunk-ENLR4LXN.js → chunk-U5QP7MI5.js} +3 -3
  56. package/dist/wallets/walletConnectors/{chunk-OCM5YHT5.js → chunk-UOTQQJJD.js} +3 -3
  57. package/dist/wallets/walletConnectors/{chunk-RNIMZDHW.js → chunk-VYNVAGSV.js} +3 -3
  58. package/dist/wallets/walletConnectors/{chunk-N7475PGA.js → chunk-W7Y6I22Y.js} +3 -3
  59. package/dist/wallets/walletConnectors/{chunk-WNQ3NPHX.js → chunk-YLJDPTYF.js} +3 -3
@@ -4,7 +4,6 @@ import type { PaymentMethod } from '../domains/paymentMethods';
4
4
  export interface FunkitTextCustomizationsConfig {
5
5
  virtualFiat: string;
6
6
  brokerageOrExchange: string;
7
- checkoutModalCloseButtonLabel: string;
8
7
  debitOrCredit: string;
9
8
  accountBalance: string;
10
9
  selectAccount: string;
@@ -172,6 +171,12 @@ export interface FunkitUiCustomizationsConfig {
172
171
  }>;
173
172
  };
174
173
  sourceChangeScreen?: {
174
+ bottomBarCloseButton?: {
175
+ /** Whether the bottom bar close button is visible - defaults to false */
176
+ enabled?: boolean;
177
+ /** Translation key for label - defaults to `'common.close'` */
178
+ labelKey?: 'sourceChange.exploreMarketsFirst' | 'common.close';
179
+ };
175
180
  /** Whether to show target asset selection menu if dynamicTargetAssetCandidates exist - defaults to false */
176
181
  showTargetAssetSelection?: boolean;
177
182
  /** Whether to show wallet option when balance is insufficient - defaults to false (hides wallet) */
@@ -205,7 +210,9 @@ export type FunkitUiCustomizationsConfigInternal = Required<FunkitUiCustomizatio
205
210
  transferCryptoScreen: RequiredExceptCustomComponents<FunkitUiCustomizationsConfig['transferCryptoScreen']>;
206
211
  selectBrokerageScreen: RequiredExceptCustomComponents<FunkitUiCustomizationsConfig['selectBrokerageScreen']>;
207
212
  connectExchangeScreen: RequiredExceptCustomComponents<FunkitUiCustomizationsConfig['connectExchangeScreen']>;
208
- sourceChangeScreen: RequiredExceptCustomComponents<FunkitUiCustomizationsConfig['sourceChangeScreen']>;
213
+ sourceChangeScreen: RequiredExceptCustomComponents<FunkitUiCustomizationsConfig['sourceChangeScreen']> & {
214
+ bottomBarCloseButton: Required<Required<FunkitUiCustomizationsConfig['sourceChangeScreen'] & {}>['bottomBarCloseButton']>;
215
+ };
209
216
  };
210
217
  export declare const DEFAULT_TEXT_CUSTOMIZATIONS: FunkitTextCustomizationsConfig;
211
218
  export declare const DEFAULT_UI_CUSTOMIZATIONS: FunkitUiCustomizationsConfigInternal;
@@ -1,17 +1,3 @@
1
- export interface UserIpInfoFromMoonpay {
2
- /** https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 */
3
- alpha2: 'AU' | 'CA' | 'US' | string;
4
- state: string;
5
- alpha3: string;
6
- country: string;
7
- ipAddress: string;
8
- isAllowed: boolean;
9
- isBuyAllowed: boolean;
10
- isNftAllowed: boolean;
11
- isSellAllowed: boolean;
12
- isBalanceLedgerWithdrawAllowed: boolean;
13
- isLowLimitEnabled: boolean;
14
- }
15
1
  export interface FunkitUserIpInfo {
16
2
  alpha2: string;
17
3
  state: string;
@@ -139,6 +139,7 @@ export declare const useActiveTheme: () => {
139
139
  spinnerIndicatorVerifyAccount: string;
140
140
  txSummaryBoxBackground: string;
141
141
  txSummaryBoxBorder: string;
142
+ counterRingColor: string;
142
143
  };
143
144
  dimensions: {
144
145
  connectExchangeIconSize: string;
@@ -147,6 +148,7 @@ export declare const useActiveTheme: () => {
147
148
  inputAmountQuickOptionButtonHeight: string;
148
149
  inputAmountMinHeight: string;
149
150
  modalBottomBarButtonHeight: string;
151
+ modalBottomBarCloseButtonHeight: string;
150
152
  modalTopBarHeight: string;
151
153
  paymentAmountSkeletonBlockHeight: string;
152
154
  paymentAmountSkeletonBlockWidth: string;
@@ -328,6 +330,10 @@ export declare const useActiveTheme: () => {
328
330
  fontSize: string;
329
331
  lineHeight: string;
330
332
  };
333
+ dropdownItemFontSize: {
334
+ fontSize: string;
335
+ lineHeight: string;
336
+ };
331
337
  };
332
338
  radii: {
333
339
  actionButton: string;
@@ -538,6 +544,7 @@ export declare const useActiveTheme: () => {
538
544
  spinnerIndicatorVerifyAccount: string;
539
545
  txSummaryBoxBackground: string;
540
546
  txSummaryBoxBorder: string;
547
+ counterRingColor: string;
541
548
  };
542
549
  dimensions: {
543
550
  connectExchangeIconSize: string;
@@ -546,6 +553,7 @@ export declare const useActiveTheme: () => {
546
553
  inputAmountQuickOptionButtonHeight: string;
547
554
  inputAmountMinHeight: string;
548
555
  modalBottomBarButtonHeight: string;
556
+ modalBottomBarCloseButtonHeight: string;
549
557
  modalTopBarHeight: string;
550
558
  paymentAmountSkeletonBlockHeight: string;
551
559
  paymentAmountSkeletonBlockWidth: string;
@@ -727,6 +735,10 @@ export declare const useActiveTheme: () => {
727
735
  fontSize: string;
728
736
  lineHeight: string;
729
737
  };
738
+ dropdownItemFontSize: {
739
+ fontSize: string;
740
+ lineHeight: string;
741
+ };
730
742
  };
731
743
  radii: {
732
744
  actionButton: string;
@@ -935,6 +947,7 @@ export declare const useActiveTheme: () => {
935
947
  spinnerIndicatorVerifyAccount: string;
936
948
  txSummaryBoxBackground: string;
937
949
  txSummaryBoxBorder: string;
950
+ counterRingColor: string;
938
951
  };
939
952
  dimensions: {
940
953
  connectExchangeIconSize: string;
@@ -943,6 +956,7 @@ export declare const useActiveTheme: () => {
943
956
  inputAmountQuickOptionButtonHeight: string;
944
957
  inputAmountMinHeight: string;
945
958
  modalBottomBarButtonHeight: string;
959
+ modalBottomBarCloseButtonHeight: string;
946
960
  modalTopBarHeight: string;
947
961
  paymentAmountSkeletonBlockHeight: string;
948
962
  paymentAmountSkeletonBlockWidth: string;
@@ -1124,6 +1138,10 @@ export declare const useActiveTheme: () => {
1124
1138
  fontSize: string;
1125
1139
  lineHeight: string;
1126
1140
  };
1141
+ dropdownItemFontSize: {
1142
+ fontSize: string;
1143
+ lineHeight: string;
1144
+ };
1127
1145
  };
1128
1146
  radii: {
1129
1147
  actionButton: string;
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  baseTheme,
4
4
  systemFontStack
5
- } from "../chunk-BP7VOYBS.js";
5
+ } from "../chunk-A24XIU2M.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-KKGSXLMH.js";
5
- import "../chunk-BP7VOYBS.js";
4
+ } from "../chunk-GRQP5R23.js";
5
+ import "../chunk-A24XIU2M.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-MYPFORR2.js";
5
- import "../chunk-BP7VOYBS.js";
4
+ } from "../chunk-CMS4F5PL.js";
5
+ import "../chunk-A24XIU2M.js";
6
6
  export {
7
7
  lightTheme
8
8
  };
@@ -59,7 +59,7 @@ export declare const flagConfig: {
59
59
  readonly if_any: [{
60
60
  readonly key: "apiKey";
61
61
  readonly type: "isAnyOf";
62
- readonly values: ["Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6"];
62
+ readonly values: ["Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "i6e1I8cfX625TTwRJlD2DshKyAoaUtO8aeoaR4i2"];
63
63
  }];
64
64
  readonly value: string;
65
65
  }, {
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bifrostWallet
4
- } from "../chunk-6677RKVT.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-R6Y36CMA.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-O6YFVGVQ.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-FA5DTT5R.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-5AV2NSL3.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-5EAOMOTO.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-PRGCIJ7Y.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-HPHADOYD.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-TLOROKED.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-RLRQYUYC.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-RNIMZDHW.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-VYNVAGSV.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-WNQ3NPHX.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-YLJDPTYF.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-3ZWIUCOI.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-T5KHVUFR.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-75A4Q5E5.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-MRRZOQGZ.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  gateWallet
9
9
  };
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-VU2RNIQG.js";
5
5
  import {
6
6
  zerionWallet
7
- } from "./chunk-GXTI2PZD.js";
7
+ } from "./chunk-CZYUE3AR.js";
8
8
  import {
9
9
  tahoWallet
10
10
  } from "./chunk-TNZJRXUQ.js";
@@ -13,34 +13,34 @@ import {
13
13
  } from "./chunk-JTLLKY2O.js";
14
14
  import {
15
15
  tokenPocketWallet
16
- } from "./chunk-LGT6IAXI.js";
16
+ } from "./chunk-47QF6EET.js";
17
17
  import {
18
18
  tokenaryWallet
19
19
  } from "./chunk-M2HGGTFE.js";
20
20
  import {
21
21
  trustWallet
22
- } from "./chunk-GEMN6DM5.js";
22
+ } from "./chunk-JFHP4YJG.js";
23
23
  import {
24
24
  uniswapWallet
25
25
  } from "./chunk-LH7BMNFZ.js";
26
- import {
27
- xdefiWallet
28
- } from "./chunk-TMFH6GXS.js";
29
26
  import {
30
27
  walletConnectWallet
31
28
  } from "./chunk-NP5QGWNL.js";
29
+ import {
30
+ xdefiWallet
31
+ } from "./chunk-TMFH6GXS.js";
32
32
  import {
33
33
  rabbyWallet
34
34
  } from "./chunk-LW6S43RE.js";
35
35
  import {
36
36
  rainbowWallet
37
- } from "./chunk-4SC3PZVM.js";
38
- import {
39
- roninWallet
40
- } from "./chunk-OCM5YHT5.js";
37
+ } from "./chunk-77UTBHGP.js";
41
38
  import {
42
39
  ramperWallet
43
40
  } from "./chunk-FCG5Q6JX.js";
41
+ import {
42
+ roninWallet
43
+ } from "./chunk-UOTQQJJD.js";
44
44
  import {
45
45
  safeWallet
46
46
  } from "./chunk-BQQQL6UD.js";
@@ -49,22 +49,22 @@ import {
49
49
  } from "./chunk-QS2XIZEH.js";
50
50
  import {
51
51
  safepalWallet
52
- } from "./chunk-N7475PGA.js";
52
+ } from "./chunk-W7Y6I22Y.js";
53
53
  import {
54
54
  subWallet
55
- } from "./chunk-FT5BX7TL.js";
55
+ } from "./chunk-2E4PDCEJ.js";
56
56
  import {
57
57
  metaMaskWallet
58
- } from "./chunk-5FWURLPF.js";
59
- import {
60
- oktoWallet
61
- } from "./chunk-ADIXAKUL.js";
58
+ } from "./chunk-RA7MCWF4.js";
62
59
  import {
63
60
  mewWallet
64
61
  } from "./chunk-CF5HOLH2.js";
62
+ import {
63
+ oktoWallet
64
+ } from "./chunk-ADIXAKUL.js";
65
65
  import {
66
66
  okxWallet
67
- } from "./chunk-ENLR4LXN.js";
67
+ } from "./chunk-U5QP7MI5.js";
68
68
  import {
69
69
  omniWallet
70
70
  } from "./chunk-7CUY5G6R.js";
@@ -79,16 +79,16 @@ import {
79
79
  } from "./chunk-3IYE623P.js";
80
80
  import {
81
81
  foxWallet
82
- } from "./chunk-WNQ3NPHX.js";
82
+ } from "./chunk-YLJDPTYF.js";
83
83
  import {
84
84
  frameWallet
85
85
  } from "./chunk-AI55G5DD.js";
86
86
  import {
87
87
  frontierWallet
88
- } from "./chunk-3ZWIUCOI.js";
88
+ } from "./chunk-T5KHVUFR.js";
89
89
  import {
90
90
  gateWallet
91
- } from "./chunk-75A4Q5E5.js";
91
+ } from "./chunk-MRRZOQGZ.js";
92
92
  import {
93
93
  imTokenWallet
94
94
  } from "./chunk-COZ7MIQS.js";
@@ -102,20 +102,20 @@ import {
102
102
  ledgerWallet
103
103
  } from "./chunk-BRBKM4PW.js";
104
104
  import {
105
- clvWallet
106
- } from "./chunk-PRGCIJ7Y.js";
105
+ bybitWallet
106
+ } from "./chunk-5EAOMOTO.js";
107
107
  import {
108
- bitskiWallet
109
- } from "./chunk-YMUSFW44.js";
108
+ clvWallet
109
+ } from "./chunk-HPHADOYD.js";
110
110
  import {
111
111
  coin98Wallet
112
- } from "./chunk-TLOROKED.js";
112
+ } from "./chunk-RLRQYUYC.js";
113
113
  import {
114
114
  coinbaseWallet
115
115
  } from "./chunk-H4IRCEZN.js";
116
116
  import {
117
117
  coreWallet
118
- } from "./chunk-RNIMZDHW.js";
118
+ } from "./chunk-VYNVAGSV.js";
119
119
  import {
120
120
  dawnWallet
121
121
  } from "./chunk-EMBU4RXK.js";
@@ -125,29 +125,29 @@ import {
125
125
  import {
126
126
  enkryptWallet
127
127
  } from "./chunk-ABQKUIUD.js";
128
+ import {
129
+ bifrostWallet
130
+ } from "./chunk-R6Y36CMA.js";
128
131
  import {
129
132
  argentWallet
130
133
  } from "./chunk-WSQ2YJO2.js";
131
134
  import {
132
- bifrostWallet
133
- } from "./chunk-6677RKVT.js";
135
+ bitgetWallet
136
+ } from "./chunk-FA5DTT5R.js";
137
+ import {
138
+ bitskiWallet
139
+ } from "./chunk-YMUSFW44.js";
140
+ import {
141
+ bitverseWallet
142
+ } from "./chunk-3HZRRP4Y.js";
134
143
  import {
135
144
  bloomWallet
136
145
  } from "./chunk-S27IADFU.js";
146
+ import "./chunk-23WIEY36.js";
137
147
  import {
138
148
  braveWallet
139
149
  } from "./chunk-4ZXII3UA.js";
140
- import {
141
- bitgetWallet
142
- } from "./chunk-O6YFVGVQ.js";
143
- import {
144
- bybitWallet
145
- } from "./chunk-5AV2NSL3.js";
146
150
  import "./chunk-ARYAYQ7Z.js";
147
- import {
148
- bitverseWallet
149
- } from "./chunk-3HZRRP4Y.js";
150
- import "./chunk-23WIEY36.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-5FWURLPF.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-RA7MCWF4.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-ENLR4LXN.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-U5QP7MI5.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-4SC3PZVM.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-77UTBHGP.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-OCM5YHT5.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-UOTQQJJD.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-N7475PGA.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-W7Y6I22Y.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-FT5BX7TL.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-2E4PDCEJ.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-LGT6IAXI.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-47QF6EET.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-GEMN6DM5.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-JFHP4YJG.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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-GXTI2PZD.js";
5
- import "../chunk-ARYAYQ7Z.js";
4
+ } from "../chunk-CZYUE3AR.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-ARYAYQ7Z.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": "8.2.1",
3
+ "version": "8.3.0",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -103,10 +103,10 @@
103
103
  "ua-parser-js": "^1.0.37",
104
104
  "use-debounce": "^10.0.5",
105
105
  "uuid": "^9.0.1",
106
- "@funkit/api-base": "2.1.2",
106
+ "@funkit/api-base": "2.1.3",
107
107
  "@funkit/chains": "1.1.0",
108
- "@funkit/fun-relay": "2.3.0",
109
- "@funkit/utils": "1.1.25"
108
+ "@funkit/fun-relay": "2.4.0",
109
+ "@funkit/utils": "1.2.0"
110
110
  },
111
111
  "repository": {
112
112
  "type": "git",
@@ -1,11 +1,11 @@
1
1
  "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-23WIEY36.js";
2
5
  import {
3
6
  getInjectedConnector,
4
7
  hasInjectedProvider
5
8
  } from "./chunk-ARYAYQ7Z.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-23WIEY36.js";
9
9
 
10
10
  // src/wallets/walletConnectors/subWallet/subWallet.ts
11
11
  var subWallet = ({
@@ -1,11 +1,11 @@
1
1
  "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-23WIEY36.js";
2
5
  import {
3
6
  getInjectedConnector,
4
7
  hasInjectedProvider
5
8
  } from "./chunk-ARYAYQ7Z.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-23WIEY36.js";
9
9
 
10
10
  // src/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.ts
11
11
  import { isMobile } from "@funkit/utils";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-23WIEY36.js";
2
5
  import {
3
6
  getInjectedConnector,
4
7
  hasInjectedProvider
5
8
  } from "./chunk-ARYAYQ7Z.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-23WIEY36.js";
9
9
 
10
10
  // src/wallets/walletConnectors/bybitWallet/bybitWallet.ts
11
11
  var bybitWallet = ({
@@ -1,11 +1,11 @@
1
1
  "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-23WIEY36.js";
2
5
  import {
3
6
  getInjectedConnector,
4
7
  hasInjectedProvider
5
8
  } from "./chunk-ARYAYQ7Z.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-23WIEY36.js";
9
9
 
10
10
  // src/wallets/walletConnectors/rainbowWallet/rainbowWallet.ts
11
11
  import { isAndroid, isIOS } from "@funkit/utils";