@funkit/connect 7.1.0-next.8 → 7.1.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 (210) hide show
  1. package/CHANGELOG.md +247 -0
  2. package/dist/__generated__/default_configs.d.ts +117 -12
  3. package/dist/components/Avatar/emojiAvatarForAddress.d.ts +1 -1
  4. package/dist/components/Dropdown/ChainDropdown.d.ts +1 -1
  5. package/dist/components/Dropdown/ReceiveTokenDropdown.d.ts +5 -1
  6. package/dist/components/Dropdown/TokenAndChainDropdown.d.ts +1 -1
  7. package/dist/components/Dropdown/TokenDropdown.d.ts +1 -1
  8. package/dist/components/FunAsset/FunAssetItem.d.ts +1 -1
  9. package/dist/components/FunCheckoutHistory/FunDirectExecutionHistoryDetail.d.ts +1 -1
  10. package/dist/components/FunCheckoutModalHeightAnimationWrapper/FunCheckoutModalHeightAnimationWrapper.d.ts +1 -1
  11. package/dist/components/FunNotificationBanner/FunNotificationBannerIcon.d.ts +1 -1
  12. package/dist/components/FunSelectBrokerage/FunSelectBrokerage.d.ts +1 -1
  13. package/dist/components/FunTooltip/FunTooltip.css.d.ts +2 -6
  14. package/dist/components/FunTooltip/FunTooltip.d.ts +14 -19
  15. package/dist/components/FunTransactionSummary/PaymentAmountSummary.d.ts +2 -2
  16. package/dist/components/FunTransactionSummary/PaymentFeesSummary.d.ts +2 -2
  17. package/dist/components/FunTransactionSummary/PaymentFeesSummary.track.d.ts +2 -2
  18. package/dist/components/FunTransactionSummary/PaymentMethodSummary.d.ts +1 -1
  19. package/dist/components/FunTransactionSummary/PaymentRouteSummary.d.ts +1 -1
  20. package/dist/components/Icons/RelayIcon.d.ts +4 -0
  21. package/dist/components/NewTokenDepositAlert/NewTokenDepositAlert.d.ts +1 -1
  22. package/dist/components/ReceiveAmount/ReceiveAmount.d.ts +2 -2
  23. package/dist/components/SourcePaymentMethodItem/SourcePaymentMethodItem.d.ts +1 -1
  24. package/dist/components/TransactionStatus/TransactionStatus.d.ts +1 -1
  25. package/dist/components/TransferTokenDetails/TransferTokenDetails.d.ts +1 -1
  26. package/dist/consts/customers.d.ts +1 -1
  27. package/dist/domains/asset.d.ts +2 -2
  28. package/dist/domains/checkout.d.ts +1 -1
  29. package/dist/domains/checkoutRecipient.d.ts +1 -1
  30. package/dist/domains/clientMetadata.d.ts +1 -1
  31. package/dist/domains/fees.d.ts +2 -2
  32. package/dist/domains/paymentMethods.d.ts +1 -1
  33. package/dist/domains/quote.d.ts +4 -4
  34. package/dist/domains/relay.d.ts +15 -1
  35. package/dist/domains/wallet.d.ts +1 -1
  36. package/dist/hooks/queries/useMeldDefaultCurrency.d.ts +1 -1
  37. package/dist/hooks/queries/useRecentCheckouts.d.ts +1 -1
  38. package/dist/hooks/queries/useRecentDeposits.d.ts +117 -0
  39. package/dist/hooks/queries/useWithdrawalQuote.d.ts +34 -36
  40. package/dist/hooks/track/useTrack.d.ts +1 -1
  41. package/dist/hooks/useBluvo.d.ts +3 -3
  42. package/dist/hooks/useCheckoutDirectExecution.d.ts +3 -3
  43. package/dist/hooks/useCheckoutDirectExecutionHistory.d.ts +1 -1
  44. package/dist/hooks/useCheckoutItemDisplay.d.ts +2 -2
  45. package/dist/hooks/useCheckoutTimeEstimate.d.ts +2 -2
  46. package/dist/hooks/useCheckoutTransferInit.d.ts +1 -1
  47. package/dist/hooks/useCountdown.d.ts +1 -1
  48. package/dist/hooks/useEnabledTokenTransferChainTokens.d.ts +1 -1
  49. package/dist/hooks/useFrogAccount.d.ts +1 -1
  50. package/dist/hooks/useHasHover.d.ts +1 -0
  51. package/dist/hooks/useIsBlacklisted.d.ts +1 -1
  52. package/dist/hooks/useIsDynamicRoutingEnabled.d.ts +1 -1
  53. package/dist/hooks/useMinDeposit.d.ts +1 -1
  54. package/dist/hooks/useOnNewNotification.d.ts +1 -1
  55. package/dist/hooks/usePaymentSources.d.ts +4 -3
  56. package/dist/hooks/useRelayBypass.d.ts +1 -1
  57. package/dist/hooks/useTokenChain.d.ts +1 -1
  58. package/dist/hooks/useTokenTransfer.d.ts +1 -1
  59. package/dist/index.css +90 -29
  60. package/dist/index.d.ts +1 -0
  61. package/dist/index.js +3181 -2638
  62. package/dist/modals/CheckoutModal/Brokerage/BrokerageSuccessModal.d.ts +1 -1
  63. package/dist/modals/CheckoutModal/Brokerage/BrokerageTwoFA.d.ts +2 -2
  64. package/dist/modals/CheckoutModal/Brokerage/ConnectExchange.d.ts +2 -2
  65. package/dist/modals/CheckoutModal/Brokerage/SelectBrokerage.d.ts +2 -2
  66. package/dist/modals/CheckoutModal/ConfirmationStep/CheckoutPrimaryInfo.d.ts +1 -1
  67. package/dist/modals/CheckoutModal/ConfirmationStep/ConfirmationStep.d.ts +1 -1
  68. package/dist/modals/CheckoutModal/ConfirmationStep/DisclaimerText.d.ts +1 -1
  69. package/dist/modals/CheckoutModal/ConfirmationStep/useCheckoutConfirmation.d.ts +1 -1
  70. package/dist/modals/CheckoutModal/ConfirmationStep/useCheckoutQuote.d.ts +1 -1
  71. package/dist/modals/CheckoutModal/ConfirmationStep/usePostCheckout.d.ts +2 -2
  72. package/dist/modals/CheckoutModal/ConfirmationStep/useQuoteRefresh.d.ts +1 -1
  73. package/dist/modals/CheckoutModal/ConfirmationStep/useSourceAssetConfirm.d.ts +2 -2
  74. package/dist/modals/CheckoutModal/DirectExecutionNotifCenter/DirectExecutionNotifCenter.d.ts +1 -1
  75. package/dist/modals/CheckoutModal/DirectExecutionNotifCenter/DirectExecutionNotifCenterContent.d.ts +1 -1
  76. package/dist/modals/CheckoutModal/InputAmount/AvailableBalance.d.ts +1 -1
  77. package/dist/modals/CheckoutModal/InputAmount/InputAmount.d.ts +1 -1
  78. package/dist/modals/CheckoutModal/InputAmount/InputAmountLoaded.d.ts +2 -2
  79. package/dist/modals/CheckoutModal/InputAmount/state.d.ts +3 -3
  80. package/dist/modals/CheckoutModal/InputAmount/useAmountInput.d.ts +1 -1
  81. package/dist/modals/CheckoutModal/InputAmount/useAvailableBalanceForCheckout.d.ts +3 -3
  82. package/dist/modals/CheckoutModal/InputAmount/useMeld.d.ts +1 -1
  83. package/dist/modals/CheckoutModal/InputAmount/utils.d.ts +2 -2
  84. package/dist/modals/CheckoutModal/MeldCurrencySelect/MeldCurrencySelect.d.ts +1 -1
  85. package/dist/modals/CheckoutModal/MeldQuotes/MeldQuotes.d.ts +1 -1
  86. package/dist/modals/CheckoutModal/MeldRedirect/MeldRedirect.d.ts +1 -1
  87. package/dist/modals/CheckoutModal/SelectAsset.d.ts +1 -1
  88. package/dist/modals/CheckoutModal/SourceChange/DefiPurchaseSection.d.ts +1 -1
  89. package/dist/modals/CheckoutModal/SourceChange/SourceChange.d.ts +1 -1
  90. package/dist/modals/CheckoutModal/TransferToken/CheckoutNotification.d.ts +1 -1
  91. package/dist/modals/CheckoutModal/TransferToken/CheckoutNotifications.track.d.ts +1 -1
  92. package/dist/modals/CheckoutModal/TransferToken/DirectExecutionNotification.d.ts +1 -1
  93. package/dist/modals/CheckoutModal/TransferToken/TransferToken.d.ts +1 -1
  94. package/dist/modals/CheckoutModal/TransferToken/types.d.ts +1 -1
  95. package/dist/modals/CheckoutModal/VirtualFiatAccount/BridgeCustomer.d.ts +2 -2
  96. package/dist/modals/CheckoutModal/VirtualFiatAccount/BridgeKyc.d.ts +1 -1
  97. package/dist/modals/CheckoutModal/VirtualFiatAccount/ErrorScreen.d.ts +1 -1
  98. package/dist/modals/CheckoutModal/VirtualFiatAccount/FiatAccountDetail.d.ts +1 -1
  99. package/dist/modals/CheckoutModal/VirtualFiatAccount/KycIframe.d.ts +2 -2
  100. package/dist/modals/CheckoutModal/VirtualFiatAccount/VirtualFiatAccount.d.ts +2 -2
  101. package/dist/modals/CheckoutModal/stepTransition.d.ts +5 -5
  102. package/dist/modals/CheckoutModal/stepTransition.track.d.ts +2 -2
  103. package/dist/modals/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.d.ts +2 -2
  104. package/dist/modals/ProfileDetails/FunProfileViews/Home/HomeTokenDisplayRow.d.ts +1 -1
  105. package/dist/modals/ProfileDetails/FunProfileViews/Home/ProfileTitleSection.d.ts +1 -1
  106. package/dist/modals/ProfileDetails/FunProfileViews/Home/index.d.ts +1 -1
  107. package/dist/modals/WithdrwalModal/WithdrawalContent.d.ts +1 -1
  108. package/dist/modals/WithdrwalModal/WithdrawalModal.d.ts +1 -1
  109. package/dist/modals/WithdrwalModal/WithdrawalNotification.d.ts +2 -2
  110. package/dist/modals/WithdrwalModal/useWithdrawal.d.ts +2 -2
  111. package/dist/providers/FunkitBrokerageProvider.d.ts +2 -2
  112. package/dist/providers/FunkitCheckoutContext/index.d.ts +1 -0
  113. package/dist/providers/FunkitCheckoutContext/track.d.ts +4 -4
  114. package/dist/providers/FunkitCheckoutContext/types.d.ts +1 -1
  115. package/dist/providers/FunkitConfigContext.d.ts +21 -2
  116. package/dist/providers/FunkitHistoryContext.d.ts +2 -2
  117. package/dist/providers/FunkitI18nProvider.d.ts +1 -1
  118. package/dist/providers/FunkitProvider.d.ts +1 -1
  119. package/dist/providers/FunkitQuoteContext.track.d.ts +3 -3
  120. package/dist/themes/darkTheme.d.ts +1 -1
  121. package/dist/themes/lightTheme.d.ts +1 -1
  122. package/dist/utils/assets.d.ts +3 -2
  123. package/dist/utils/bluvo.d.ts +2 -2
  124. package/dist/utils/checkout.d.ts +2 -2
  125. package/dist/utils/customer.d.ts +2 -2
  126. package/dist/utils/flags/config.d.ts +1 -1
  127. package/dist/utils/flags/patches/enable-bitcoin-patch.d.ts +1 -1
  128. package/dist/utils/funkitProvider.d.ts +2 -0
  129. package/dist/utils/lighter.d.ts +13 -0
  130. package/dist/utils/payment.d.ts +1 -1
  131. package/dist/utils/purifyCheckoutHistoryItem.d.ts +4 -5
  132. package/dist/utils/tokenIconUrl.d.ts +1 -1
  133. package/dist/utils/withdrawal.d.ts +1 -1
  134. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  135. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.d.ts +1 -1
  136. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  137. package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.js +2 -2
  138. package/dist/wallets/walletConnectors/braveWallet/braveWallet.js +2 -2
  139. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  140. package/dist/wallets/walletConnectors/{chunk-JWFF4AAL.js → chunk-2E4PDCEJ.js} +1 -1
  141. package/dist/wallets/walletConnectors/{chunk-SHBUZ7U7.js → chunk-35Q4HKAM.js} +1 -1
  142. package/dist/wallets/walletConnectors/{chunk-362NXNTM.js → chunk-3IYE623P.js} +1 -1
  143. package/dist/wallets/walletConnectors/{chunk-2L43XSW3.js → chunk-47QF6EET.js} +1 -1
  144. package/dist/wallets/walletConnectors/{chunk-BPZ2XJO2.js → chunk-4ZXII3UA.js} +1 -1
  145. package/dist/wallets/walletConnectors/{chunk-2STUC6QL.js → chunk-5EAOMOTO.js} +1 -1
  146. package/dist/wallets/walletConnectors/{chunk-2KUBG3S6.js → chunk-77UTBHGP.js} +1 -1
  147. package/dist/wallets/walletConnectors/{chunk-OLOIXTYS.js → chunk-ABQKUIUD.js} +1 -1
  148. package/dist/wallets/walletConnectors/{chunk-IFON7E6U.js → chunk-AI55G5DD.js} +1 -1
  149. package/dist/wallets/walletConnectors/{chunk-DNSG5Q7V.js → chunk-ARYAYQ7Z.js} +3 -0
  150. package/dist/wallets/walletConnectors/{chunk-OL5ZO7E4.js → chunk-CF5HOLH2.js} +1 -1
  151. package/dist/wallets/walletConnectors/{chunk-SULRQO27.js → chunk-CZYUE3AR.js} +1 -1
  152. package/dist/wallets/walletConnectors/{chunk-HWPKCIBE.js → chunk-EMBU4RXK.js} +1 -1
  153. package/dist/wallets/walletConnectors/{chunk-TDAVGY5F.js → chunk-FA5DTT5R.js} +1 -1
  154. package/dist/wallets/walletConnectors/{chunk-BYXPFMI7.js → chunk-FCG5Q6JX.js} +1 -1
  155. package/dist/wallets/walletConnectors/{chunk-M3NZ6R2E.js → chunk-HPHADOYD.js} +1 -1
  156. package/dist/wallets/walletConnectors/{chunk-VYBAYMP3.js → chunk-JFHP4YJG.js} +1 -1
  157. package/dist/wallets/walletConnectors/{chunk-DRO6WYMM.js → chunk-JTLLKY2O.js} +1 -1
  158. package/dist/wallets/walletConnectors/{chunk-BBOM42DL.js → chunk-LW6S43RE.js} +1 -1
  159. package/dist/wallets/walletConnectors/{chunk-D6AOOO5F.js → chunk-M2HGGTFE.js} +1 -1
  160. package/dist/wallets/walletConnectors/{chunk-XWUJE7MW.js → chunk-MQSCN4BO.js} +1 -1
  161. package/dist/wallets/walletConnectors/{chunk-FKJJQNKX.js → chunk-MRRZOQGZ.js} +1 -1
  162. package/dist/wallets/walletConnectors/{chunk-OPAZMNA7.js → chunk-QHC4I2FM.js} +1 -1
  163. package/dist/wallets/walletConnectors/{chunk-RZIO5TFF.js → chunk-QS2XIZEH.js} +1 -1
  164. package/dist/wallets/walletConnectors/{chunk-A5N6B5UW.js → chunk-R6Y36CMA.js} +1 -1
  165. package/dist/wallets/walletConnectors/{chunk-2HYNUNAS.js → chunk-RA7MCWF4.js} +1 -1
  166. package/dist/wallets/walletConnectors/{chunk-OBOVHCEI.js → chunk-RLRQYUYC.js} +1 -1
  167. package/dist/wallets/walletConnectors/{chunk-TCAGNB4B.js → chunk-T5KHVUFR.js} +1 -1
  168. package/dist/wallets/walletConnectors/{chunk-BOU4WKRZ.js → chunk-TMFH6GXS.js} +1 -1
  169. package/dist/wallets/walletConnectors/{chunk-ZZZRUXZE.js → chunk-TNZJRXUQ.js} +1 -1
  170. package/dist/wallets/walletConnectors/{chunk-TDIEHTMB.js → chunk-U5QP7MI5.js} +1 -1
  171. package/dist/wallets/walletConnectors/{chunk-NWIQNBJU.js → chunk-UOTQQJJD.js} +1 -1
  172. package/dist/wallets/walletConnectors/{chunk-RNBEDQHF.js → chunk-VU2RNIQG.js} +1 -1
  173. package/dist/wallets/walletConnectors/{chunk-VR4TBQ6S.js → chunk-VYNVAGSV.js} +1 -1
  174. package/dist/wallets/walletConnectors/{chunk-NT2HYJKW.js → chunk-W7Y6I22Y.js} +1 -1
  175. package/dist/wallets/walletConnectors/{chunk-7QONTUXT.js → chunk-YLJDPTYF.js} +1 -1
  176. package/dist/wallets/walletConnectors/{chunk-HS3C7OQV.js → chunk-YMUSFW44.js} +1 -1
  177. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  178. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  179. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  180. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -2
  181. package/dist/wallets/walletConnectors/desigWallet/desigWallet.js +2 -2
  182. package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.js +2 -2
  183. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  184. package/dist/wallets/walletConnectors/frameWallet/frameWallet.js +2 -2
  185. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  186. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  187. package/dist/wallets/walletConnectors/index.js +45 -45
  188. package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.js +2 -2
  189. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  190. package/dist/wallets/walletConnectors/mewWallet/mewWallet.js +2 -2
  191. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  192. package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.js +2 -2
  193. package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.js +2 -2
  194. package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.js +2 -2
  195. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  196. package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.js +2 -2
  197. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  198. package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.js +2 -2
  199. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  200. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  201. package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.js +2 -2
  202. package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.js +2 -2
  203. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  204. package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.js +2 -2
  205. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  206. package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.js +2 -2
  207. package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
  208. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  209. package/package.json +9 -7
  210. package/dist/hooks/queries/useRecentDirectExecutions.d.ts +0 -22
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getInjectedConnector,
4
4
  hasInjectedProvider
5
- } from "./chunk-DNSG5Q7V.js";
5
+ } from "./chunk-ARYAYQ7Z.js";
6
6
 
7
7
  // src/wallets/walletConnectors/bitskiWallet/bitskiWallet.ts
8
8
  var bitskiWallet = () => ({
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-M3NZ6R2E.js";
4
+ } from "../chunk-HPHADOYD.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.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-OBOVHCEI.js";
4
+ } from "../chunk-RLRQYUYC.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.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-VR4TBQ6S.js";
4
+ } from "../chunk-VYNVAGSV.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  coreWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  dawnWallet
4
- } from "../chunk-HWPKCIBE.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-EMBU4RXK.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  dawnWallet
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  desigWallet
4
- } from "../chunk-OPAZMNA7.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-QHC4I2FM.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  desigWallet
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  enkryptWallet
4
- } from "../chunk-OLOIXTYS.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-ABQKUIUD.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  enkryptWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-7QONTUXT.js";
4
+ } from "../chunk-YLJDPTYF.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  foxWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  frameWallet
4
- } from "../chunk-IFON7E6U.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-AI55G5DD.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  frameWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-TCAGNB4B.js";
4
+ } from "../chunk-T5KHVUFR.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.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-FKJJQNKX.js";
4
+ } from "../chunk-MRRZOQGZ.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  gateWallet
9
9
  };
@@ -1,25 +1,25 @@
1
1
  "use client";
2
2
  import {
3
3
  zealWallet
4
- } from "./chunk-RNBEDQHF.js";
4
+ } from "./chunk-VU2RNIQG.js";
5
5
  import {
6
6
  zerionWallet
7
- } from "./chunk-SULRQO27.js";
7
+ } from "./chunk-CZYUE3AR.js";
8
8
  import {
9
9
  tahoWallet
10
- } from "./chunk-ZZZRUXZE.js";
10
+ } from "./chunk-TNZJRXUQ.js";
11
11
  import {
12
12
  talismanWallet
13
- } from "./chunk-DRO6WYMM.js";
13
+ } from "./chunk-JTLLKY2O.js";
14
14
  import {
15
15
  tokenPocketWallet
16
- } from "./chunk-2L43XSW3.js";
16
+ } from "./chunk-47QF6EET.js";
17
17
  import {
18
18
  tokenaryWallet
19
- } from "./chunk-D6AOOO5F.js";
19
+ } from "./chunk-M2HGGTFE.js";
20
20
  import {
21
21
  trustWallet
22
- } from "./chunk-VYBAYMP3.js";
22
+ } from "./chunk-JFHP4YJG.js";
23
23
  import {
24
24
  uniswapWallet
25
25
  } from "./chunk-LH7BMNFZ.js";
@@ -28,43 +28,43 @@ import {
28
28
  } from "./chunk-NP5QGWNL.js";
29
29
  import {
30
30
  xdefiWallet
31
- } from "./chunk-BOU4WKRZ.js";
31
+ } from "./chunk-TMFH6GXS.js";
32
32
  import {
33
33
  rabbyWallet
34
- } from "./chunk-BBOM42DL.js";
34
+ } from "./chunk-LW6S43RE.js";
35
35
  import {
36
36
  rainbowWallet
37
- } from "./chunk-2KUBG3S6.js";
38
- import {
39
- roninWallet
40
- } from "./chunk-NWIQNBJU.js";
37
+ } from "./chunk-77UTBHGP.js";
41
38
  import {
42
39
  ramperWallet
43
- } from "./chunk-BYXPFMI7.js";
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";
47
47
  import {
48
48
  safeheronWallet
49
- } from "./chunk-RZIO5TFF.js";
50
- import {
51
- safepalWallet
52
- } from "./chunk-NT2HYJKW.js";
49
+ } from "./chunk-QS2XIZEH.js";
53
50
  import {
54
51
  subWallet
55
- } from "./chunk-JWFF4AAL.js";
52
+ } from "./chunk-2E4PDCEJ.js";
53
+ import {
54
+ safepalWallet
55
+ } from "./chunk-W7Y6I22Y.js";
56
56
  import {
57
57
  metaMaskWallet
58
- } from "./chunk-2HYNUNAS.js";
58
+ } from "./chunk-RA7MCWF4.js";
59
59
  import {
60
60
  mewWallet
61
- } from "./chunk-OL5ZO7E4.js";
61
+ } from "./chunk-CF5HOLH2.js";
62
62
  import {
63
63
  oktoWallet
64
64
  } from "./chunk-ADIXAKUL.js";
65
65
  import {
66
66
  okxWallet
67
- } from "./chunk-TDIEHTMB.js";
67
+ } from "./chunk-U5QP7MI5.js";
68
68
  import {
69
69
  omniWallet
70
70
  } from "./chunk-7CUY5G6R.js";
@@ -73,28 +73,28 @@ import {
73
73
  } from "./chunk-OESTDX6I.js";
74
74
  import {
75
75
  oneKeyWallet
76
- } from "./chunk-SHBUZ7U7.js";
76
+ } from "./chunk-35Q4HKAM.js";
77
77
  import {
78
78
  phantomWallet
79
- } from "./chunk-362NXNTM.js";
79
+ } from "./chunk-3IYE623P.js";
80
80
  import {
81
81
  foxWallet
82
- } from "./chunk-7QONTUXT.js";
82
+ } from "./chunk-YLJDPTYF.js";
83
83
  import {
84
84
  frameWallet
85
- } from "./chunk-IFON7E6U.js";
85
+ } from "./chunk-AI55G5DD.js";
86
86
  import {
87
87
  frontierWallet
88
- } from "./chunk-TCAGNB4B.js";
88
+ } from "./chunk-T5KHVUFR.js";
89
89
  import {
90
90
  gateWallet
91
- } from "./chunk-FKJJQNKX.js";
91
+ } from "./chunk-MRRZOQGZ.js";
92
92
  import {
93
93
  imTokenWallet
94
94
  } from "./chunk-COZ7MIQS.js";
95
95
  import {
96
96
  injectedWallet
97
- } from "./chunk-XWUJE7MW.js";
97
+ } from "./chunk-MQSCN4BO.js";
98
98
  import {
99
99
  kresusWallet
100
100
  } from "./chunk-MJXPRJZT.js";
@@ -103,37 +103,40 @@ import {
103
103
  } from "./chunk-BRBKM4PW.js";
104
104
  import {
105
105
  bybitWallet
106
- } from "./chunk-2STUC6QL.js";
106
+ } from "./chunk-5EAOMOTO.js";
107
107
  import {
108
108
  clvWallet
109
- } from "./chunk-M3NZ6R2E.js";
109
+ } from "./chunk-HPHADOYD.js";
110
110
  import {
111
111
  coin98Wallet
112
- } from "./chunk-OBOVHCEI.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-VR4TBQ6S.js";
118
+ } from "./chunk-VYNVAGSV.js";
119
119
  import {
120
120
  dawnWallet
121
- } from "./chunk-HWPKCIBE.js";
121
+ } from "./chunk-EMBU4RXK.js";
122
122
  import {
123
123
  desigWallet
124
- } from "./chunk-OPAZMNA7.js";
124
+ } from "./chunk-QHC4I2FM.js";
125
125
  import {
126
126
  enkryptWallet
127
- } from "./chunk-OLOIXTYS.js";
128
- import {
129
- bifrostWallet
130
- } from "./chunk-A5N6B5UW.js";
127
+ } from "./chunk-ABQKUIUD.js";
131
128
  import {
132
129
  argentWallet
133
130
  } from "./chunk-WSQ2YJO2.js";
131
+ import {
132
+ bifrostWallet
133
+ } from "./chunk-R6Y36CMA.js";
134
134
  import {
135
135
  bitgetWallet
136
- } from "./chunk-TDAVGY5F.js";
136
+ } from "./chunk-FA5DTT5R.js";
137
+ import {
138
+ bitskiWallet
139
+ } from "./chunk-YMUSFW44.js";
137
140
  import {
138
141
  bitverseWallet
139
142
  } from "./chunk-3HZRRP4Y.js";
@@ -141,13 +144,10 @@ import {
141
144
  bloomWallet
142
145
  } from "./chunk-S27IADFU.js";
143
146
  import "./chunk-23WIEY36.js";
144
- import {
145
- bitskiWallet
146
- } from "./chunk-HS3C7OQV.js";
147
147
  import {
148
148
  braveWallet
149
- } from "./chunk-BPZ2XJO2.js";
150
- import "./chunk-DNSG5Q7V.js";
149
+ } from "./chunk-4ZXII3UA.js";
150
+ import "./chunk-ARYAYQ7Z.js";
151
151
  export {
152
152
  argentWallet,
153
153
  bifrostWallet,
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  injectedWallet
4
- } from "../chunk-XWUJE7MW.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-MQSCN4BO.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  injectedWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-2HYNUNAS.js";
4
+ } from "../chunk-RA7MCWF4.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  metaMaskWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  mewWallet
4
- } from "../chunk-OL5ZO7E4.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-CF5HOLH2.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  mewWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-TDIEHTMB.js";
4
+ } from "../chunk-U5QP7MI5.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  okxWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  oneKeyWallet
4
- } from "../chunk-SHBUZ7U7.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-35Q4HKAM.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  oneKeyWallet
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  phantomWallet
4
- } from "../chunk-362NXNTM.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-3IYE623P.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  phantomWallet
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  rabbyWallet
4
- } from "../chunk-BBOM42DL.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-LW6S43RE.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  rabbyWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-2KUBG3S6.js";
4
+ } from "../chunk-77UTBHGP.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  rainbowWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  ramperWallet
4
- } from "../chunk-BYXPFMI7.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-FCG5Q6JX.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  ramperWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-NWIQNBJU.js";
4
+ } from "../chunk-UOTQQJJD.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  roninWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  safeheronWallet
4
- } from "../chunk-RZIO5TFF.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-QS2XIZEH.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  safeheronWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  safepalWallet
4
- } from "../chunk-NT2HYJKW.js";
4
+ } from "../chunk-W7Y6I22Y.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.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-JWFF4AAL.js";
4
+ } from "../chunk-2E4PDCEJ.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  subWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  tahoWallet
4
- } from "../chunk-ZZZRUXZE.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-TNZJRXUQ.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  tahoWallet
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  talismanWallet
4
- } from "../chunk-DRO6WYMM.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-JTLLKY2O.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  talismanWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-2L43XSW3.js";
4
+ } from "../chunk-47QF6EET.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  tokenPocketWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenaryWallet
4
- } from "../chunk-D6AOOO5F.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-M2HGGTFE.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  tokenaryWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  trustWallet
4
- } from "../chunk-VYBAYMP3.js";
4
+ } from "../chunk-JFHP4YJG.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.js";
6
+ import "../chunk-ARYAYQ7Z.js";
7
7
  export {
8
8
  trustWallet
9
9
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  xdefiWallet
4
- } from "../chunk-BOU4WKRZ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-TMFH6GXS.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  xdefiWallet
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  zealWallet
4
- } from "../chunk-RNBEDQHF.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-VU2RNIQG.js";
5
+ import "../chunk-ARYAYQ7Z.js";
6
6
  export {
7
7
  zealWallet
8
8
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  zerionWallet
4
- } from "../chunk-SULRQO27.js";
4
+ } from "../chunk-CZYUE3AR.js";
5
5
  import "../chunk-23WIEY36.js";
6
- import "../chunk-DNSG5Q7V.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": "7.1.0-next.8",
3
+ "version": "7.1.0",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -44,7 +44,6 @@
44
44
  "wagmi": "2.x"
45
45
  },
46
46
  "devDependencies": {
47
- "i18next-cli": "1.24.14",
48
47
  "@aws-sdk/client-cloudfront": "3.943.0",
49
48
  "@aws-sdk/client-s3": "3.840.0",
50
49
  "@chromatic-com/storybook": "^4.1.1",
@@ -66,6 +65,7 @@
66
65
  "buffer": "^6.0.3",
67
66
  "dotenv": "^17.2.3",
68
67
  "esbuild-plugin-replace": "^1.4.0",
68
+ "i18next-cli": "1.24.14",
69
69
  "jsdom": "^26.1.0",
70
70
  "postcss": "^8.4.33",
71
71
  "postcss-prefix-selector": "^1.16.0",
@@ -74,6 +74,7 @@
74
74
  "storybook": "^9.1.3",
75
75
  "stream-browserify": "^3.0.0",
76
76
  "tsx": "^4.19.2",
77
+ "tsc-alias": "1.8.16",
77
78
  "util": "^0.12.5",
78
79
  "vite-plugin-node-polyfills": "^0.24.0",
79
80
  "vitest": "^3.0.9"
@@ -83,6 +84,7 @@
83
84
  "@bluvo/sdk-ts": "2.1.3",
84
85
  "@datadog/browser-logs": "5.22.0",
85
86
  "@number-flow/react": "^0.5.5",
87
+ "@radix-ui/react-tooltip": "^1.2.0",
86
88
  "@solana/addresses": "^2.1.0",
87
89
  "@statsig/react-bindings": "^3.25.4",
88
90
  "@types/uuid": "^9.0.8",
@@ -100,10 +102,10 @@
100
102
  "ua-parser-js": "^1.0.37",
101
103
  "use-debounce": "^10.0.5",
102
104
  "uuid": "^9.0.1",
103
- "@funkit/api-base": "1.12.22-next.2",
104
- "@funkit/chains": "0.5.2-next.1",
105
- "@funkit/fun-relay": "2.2.0-next.3",
106
- "@funkit/utils": "1.1.22-next.1"
105
+ "@funkit/api-base": "1.12.22",
106
+ "@funkit/chains": "0.5.2",
107
+ "@funkit/fun-relay": "2.2.0",
108
+ "@funkit/utils": "1.1.22"
107
109
  },
108
110
  "repository": {
109
111
  "type": "git",
@@ -119,7 +121,7 @@
119
121
  "dev": "pnpm build:watch & pnpm typegen:watch",
120
122
  "prebuild": "pnpm statsig:generate && pnpm typegen",
121
123
  "typecheck": "pnpm tsc --project tsconfig.test.json --noEmit",
122
- "typegen": "tsc --emitDeclarationOnly || true",
124
+ "typegen": "tsc --emitDeclarationOnly && tsc-alias || true",
123
125
  "typegen:watch": "tsc --emitDeclarationOnly --watch",
124
126
  "lint": "biome check",
125
127
  "lint:fix": "biome check --fix",