thirdweb 5.100.2-nightly-5ab59ff400cc32caa414354855fa07831ed90f3a-20250523000413 → 5.101.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 (428) hide show
  1. package/dist/cjs/bridge/Webhook.js +105 -0
  2. package/dist/cjs/bridge/Webhook.js.map +1 -0
  3. package/dist/cjs/bridge/index.js +4 -1
  4. package/dist/cjs/bridge/index.js.map +1 -1
  5. package/dist/cjs/engine/get-status.js +1 -0
  6. package/dist/cjs/engine/get-status.js.map +1 -1
  7. package/dist/cjs/engine/server-wallet.js +4 -1
  8. package/dist/cjs/engine/server-wallet.js.map +1 -1
  9. package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.js +27 -0
  10. package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.js.map +1 -0
  11. package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.js +17 -16
  12. package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.js.map +1 -1
  13. package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.js +2 -1
  14. package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.js.map +1 -1
  15. package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.js +6 -9
  16. package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.js.map +1 -1
  17. package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/utils.js +9 -0
  18. package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/utils.js.map +1 -1
  19. package/dist/cjs/react/web/wallets/in-app/CountrySelector.js +10 -8
  20. package/dist/cjs/react/web/wallets/in-app/CountrySelector.js.map +1 -1
  21. package/dist/cjs/react/web/wallets/in-app/InputSelectionUI.js +6 -2
  22. package/dist/cjs/react/web/wallets/in-app/InputSelectionUI.js.map +1 -1
  23. package/dist/cjs/react/web/wallets/shared/ConnectWalletSocialOptions.js +1 -1
  24. package/dist/cjs/react/web/wallets/shared/ConnectWalletSocialOptions.js.map +1 -1
  25. package/dist/cjs/utils/bytecode/resolveImplementation.js +1 -1
  26. package/dist/cjs/version.js +1 -1
  27. package/dist/cjs/version.js.map +1 -1
  28. package/dist/esm/bridge/Webhook.js +102 -0
  29. package/dist/esm/bridge/Webhook.js.map +1 -0
  30. package/dist/esm/bridge/index.js +2 -0
  31. package/dist/esm/bridge/index.js.map +1 -1
  32. package/dist/esm/engine/get-status.js +1 -0
  33. package/dist/esm/engine/get-status.js.map +1 -1
  34. package/dist/esm/engine/server-wallet.js +4 -1
  35. package/dist/esm/engine/server-wallet.js.map +1 -1
  36. package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.js +23 -0
  37. package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.js.map +1 -0
  38. package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.js +17 -16
  39. package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.js.map +1 -1
  40. package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.js +2 -1
  41. package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.js.map +1 -1
  42. package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.js +6 -9
  43. package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.js.map +1 -1
  44. package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/utils.js +8 -0
  45. package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/utils.js.map +1 -1
  46. package/dist/esm/react/web/wallets/in-app/CountrySelector.js +10 -8
  47. package/dist/esm/react/web/wallets/in-app/CountrySelector.js.map +1 -1
  48. package/dist/esm/react/web/wallets/in-app/InputSelectionUI.js +6 -2
  49. package/dist/esm/react/web/wallets/in-app/InputSelectionUI.js.map +1 -1
  50. package/dist/esm/react/web/wallets/shared/ConnectWalletSocialOptions.js +1 -1
  51. package/dist/esm/react/web/wallets/shared/ConnectWalletSocialOptions.js.map +1 -1
  52. package/dist/esm/utils/bytecode/resolveImplementation.js +1 -1
  53. package/dist/esm/version.js +1 -1
  54. package/dist/esm/version.js.map +1 -1
  55. package/dist/types/bridge/Webhook.d.ts +82 -0
  56. package/dist/types/bridge/Webhook.d.ts.map +1 -0
  57. package/dist/types/bridge/index.d.ts +4 -1
  58. package/dist/types/bridge/index.d.ts.map +1 -1
  59. package/dist/types/engine/get-status.d.ts.map +1 -1
  60. package/dist/types/engine/server-wallet.d.ts.map +1 -1
  61. package/dist/types/react/core/account/provider.d.ts +1 -1
  62. package/dist/types/react/core/account/provider.d.ts.map +1 -1
  63. package/dist/types/react/core/design-system/CustomThemeProvider.d.ts +1 -1
  64. package/dist/types/react/core/design-system/CustomThemeProvider.d.ts.map +1 -1
  65. package/dist/types/react/core/hooks/connection/ConnectButtonProps.d.ts +1 -0
  66. package/dist/types/react/core/hooks/connection/ConnectButtonProps.d.ts.map +1 -1
  67. package/dist/types/react/core/providers/thirdweb-provider.d.ts +1 -1
  68. package/dist/types/react/core/providers/thirdweb-provider.d.ts.map +1 -1
  69. package/dist/types/react/core/wallet/provider.d.ts +1 -1
  70. package/dist/types/react/core/wallet/provider.d.ts.map +1 -1
  71. package/dist/types/react/native/providers/thirdweb-provider.d.ts +1 -1
  72. package/dist/types/react/native/providers/thirdweb-provider.d.ts.map +1 -1
  73. package/dist/types/react/native/ui/AutoConnect/AutoConnect.d.ts +1 -1
  74. package/dist/types/react/native/ui/AutoConnect/AutoConnect.d.ts.map +1 -1
  75. package/dist/types/react/native/ui/components/Address.d.ts +1 -1
  76. package/dist/types/react/native/ui/components/Address.d.ts.map +1 -1
  77. package/dist/types/react/native/ui/components/ChainIcon.d.ts +1 -1
  78. package/dist/types/react/native/ui/components/ChainIcon.d.ts.map +1 -1
  79. package/dist/types/react/native/ui/components/Header.d.ts +1 -1
  80. package/dist/types/react/native/ui/components/Header.d.ts.map +1 -1
  81. package/dist/types/react/native/ui/components/RNImage.d.ts +1 -1
  82. package/dist/types/react/native/ui/components/RNImage.d.ts.map +1 -1
  83. package/dist/types/react/native/ui/components/TokenIcon.d.ts +1 -1
  84. package/dist/types/react/native/ui/components/TokenIcon.d.ts.map +1 -1
  85. package/dist/types/react/native/ui/components/WalletImage.d.ts +1 -1
  86. package/dist/types/react/native/ui/components/WalletImage.d.ts.map +1 -1
  87. package/dist/types/react/native/ui/components/button.d.ts +2 -2
  88. package/dist/types/react/native/ui/components/button.d.ts.map +1 -1
  89. package/dist/types/react/native/ui/components/input.d.ts +2 -2
  90. package/dist/types/react/native/ui/components/input.d.ts.map +1 -1
  91. package/dist/types/react/native/ui/components/spacer.d.ts +1 -1
  92. package/dist/types/react/native/ui/components/spacer.d.ts.map +1 -1
  93. package/dist/types/react/native/ui/components/text.d.ts +1 -1
  94. package/dist/types/react/native/ui/components/text.d.ts.map +1 -1
  95. package/dist/types/react/native/ui/components/view.d.ts +1 -1
  96. package/dist/types/react/native/ui/components/view.d.ts.map +1 -1
  97. package/dist/types/react/native/ui/connect/ConnectButton.d.ts +1 -1
  98. package/dist/types/react/native/ui/connect/ConnectButton.d.ts.map +1 -1
  99. package/dist/types/react/native/ui/connect/ConnectModal.d.ts +2 -2
  100. package/dist/types/react/native/ui/connect/ConnectModal.d.ts.map +1 -1
  101. package/dist/types/react/native/ui/connect/ConnectedButton.d.ts +1 -1
  102. package/dist/types/react/native/ui/connect/ConnectedButton.d.ts.map +1 -1
  103. package/dist/types/react/native/ui/connect/ConnectedModal.d.ts +1 -1
  104. package/dist/types/react/native/ui/connect/ConnectedModal.d.ts.map +1 -1
  105. package/dist/types/react/native/ui/connect/ErrorView.d.ts +1 -1
  106. package/dist/types/react/native/ui/connect/ErrorView.d.ts.map +1 -1
  107. package/dist/types/react/native/ui/connect/ExternalWalletsList.d.ts +2 -2
  108. package/dist/types/react/native/ui/connect/ExternalWalletsList.d.ts.map +1 -1
  109. package/dist/types/react/native/ui/connect/InAppWalletUI.d.ts +3 -3
  110. package/dist/types/react/native/ui/connect/InAppWalletUI.d.ts.map +1 -1
  111. package/dist/types/react/native/ui/connect/LoadingView.d.ts +1 -1
  112. package/dist/types/react/native/ui/connect/LoadingView.d.ts.map +1 -1
  113. package/dist/types/react/native/ui/connect/ReceiveScreen.d.ts +1 -1
  114. package/dist/types/react/native/ui/connect/ReceiveScreen.d.ts.map +1 -1
  115. package/dist/types/react/native/ui/connect/SendScreen.d.ts +1 -1
  116. package/dist/types/react/native/ui/connect/SendScreen.d.ts.map +1 -1
  117. package/dist/types/react/native/ui/connect/SuccessView.d.ts +1 -1
  118. package/dist/types/react/native/ui/connect/SuccessView.d.ts.map +1 -1
  119. package/dist/types/react/native/ui/connect/TokenListScreen.d.ts +2 -2
  120. package/dist/types/react/native/ui/connect/TokenListScreen.d.ts.map +1 -1
  121. package/dist/types/react/native/ui/connect/WalletLoadingThumbnail.d.ts +1 -1
  122. package/dist/types/react/native/ui/connect/WalletLoadingThumbnail.d.ts.map +1 -1
  123. package/dist/types/react/native/ui/prebuilt/Account/address.d.ts +1 -1
  124. package/dist/types/react/native/ui/prebuilt/Account/address.d.ts.map +1 -1
  125. package/dist/types/react/native/ui/prebuilt/Account/avatar.d.ts +1 -1
  126. package/dist/types/react/native/ui/prebuilt/Account/avatar.d.ts.map +1 -1
  127. package/dist/types/react/native/ui/prebuilt/Account/balance.d.ts +1 -1
  128. package/dist/types/react/native/ui/prebuilt/Account/balance.d.ts.map +1 -1
  129. package/dist/types/react/native/ui/prebuilt/Account/blobbie.d.ts +2 -2
  130. package/dist/types/react/native/ui/prebuilt/Account/blobbie.d.ts.map +1 -1
  131. package/dist/types/react/native/ui/prebuilt/Account/name.d.ts +1 -1
  132. package/dist/types/react/native/ui/prebuilt/Account/name.d.ts.map +1 -1
  133. package/dist/types/react/native/ui/prebuilt/Wallet/icon.d.ts +2 -2
  134. package/dist/types/react/native/ui/prebuilt/Wallet/icon.d.ts.map +1 -1
  135. package/dist/types/react/native/ui/prebuilt/Wallet/name.d.ts +1 -1
  136. package/dist/types/react/native/ui/prebuilt/Wallet/name.d.ts.map +1 -1
  137. package/dist/types/react/native/ui/transaction/TransactionButton.d.ts +1 -1
  138. package/dist/types/react/native/ui/transaction/TransactionButton.d.ts.map +1 -1
  139. package/dist/types/react/web/providers/thirdweb-provider.d.ts +1 -1
  140. package/dist/types/react/web/providers/thirdweb-provider.d.ts.map +1 -1
  141. package/dist/types/react/web/providers/wallet-ui-states-provider.d.ts +1 -1
  142. package/dist/types/react/web/providers/wallet-ui-states-provider.d.ts.map +1 -1
  143. package/dist/types/react/web/ui/AutoConnect/AutoConnect.d.ts +1 -1
  144. package/dist/types/react/web/ui/AutoConnect/AutoConnect.d.ts.map +1 -1
  145. package/dist/types/react/web/ui/ConnectWallet/Blobbie.d.ts +1 -1
  146. package/dist/types/react/web/ui/ConnectWallet/Blobbie.d.ts.map +1 -1
  147. package/dist/types/react/web/ui/ConnectWallet/ConnectButton.d.ts +1 -1
  148. package/dist/types/react/web/ui/ConnectWallet/ConnectButton.d.ts.map +1 -1
  149. package/dist/types/react/web/ui/ConnectWallet/Details.d.ts +5 -5
  150. package/dist/types/react/web/ui/ConnectWallet/Details.d.ts.map +1 -1
  151. package/dist/types/react/web/ui/ConnectWallet/Modal/AllWalletsUI.d.ts +1 -1
  152. package/dist/types/react/web/ui/ConnectWallet/Modal/AllWalletsUI.d.ts.map +1 -1
  153. package/dist/types/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.d.ts +1 -1
  154. package/dist/types/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.d.ts.map +1 -1
  155. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectEmbed.d.ts +1 -1
  156. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectEmbed.d.ts.map +1 -1
  157. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModal.d.ts +1 -1
  158. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModal.d.ts.map +1 -1
  159. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalContent.d.ts +1 -1
  160. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalContent.d.ts.map +1 -1
  161. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalSkeleton.d.ts +2 -2
  162. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalSkeleton.d.ts.map +1 -1
  163. package/dist/types/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.d.ts +1 -1
  164. package/dist/types/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.d.ts.map +1 -1
  165. package/dist/types/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.d.ts +1 -1
  166. package/dist/types/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.d.ts.map +1 -1
  167. package/dist/types/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.d.ts +1 -1
  168. package/dist/types/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.d.ts.map +1 -1
  169. package/dist/types/react/web/ui/ConnectWallet/Modal/TOS.d.ts +1 -1
  170. package/dist/types/react/web/ui/ConnectWallet/Modal/TOS.d.ts.map +1 -1
  171. package/dist/types/react/web/ui/ConnectWallet/NetworkSelector.d.ts +1 -1
  172. package/dist/types/react/web/ui/ConnectWallet/NetworkSelector.d.ts.map +1 -1
  173. package/dist/types/react/web/ui/ConnectWallet/PoweredByTW.d.ts +1 -1
  174. package/dist/types/react/web/ui/ConnectWallet/PoweredByTW.d.ts.map +1 -1
  175. package/dist/types/react/web/ui/ConnectWallet/TransactionsScreen.d.ts +1 -1
  176. package/dist/types/react/web/ui/ConnectWallet/TransactionsScreen.d.ts.map +1 -1
  177. package/dist/types/react/web/ui/ConnectWallet/WalletEntryButton.d.ts +1 -1
  178. package/dist/types/react/web/ui/ConnectWallet/WalletEntryButton.d.ts.map +1 -1
  179. package/dist/types/react/web/ui/ConnectWallet/WalletSelector.d.ts +1 -1
  180. package/dist/types/react/web/ui/ConnectWallet/WalletSelector.d.ts.map +1 -1
  181. package/dist/types/react/web/ui/ConnectWallet/WalletTypeRowButton.d.ts +1 -1
  182. package/dist/types/react/web/ui/ConnectWallet/WalletTypeRowButton.d.ts.map +1 -1
  183. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.d.ts +1 -1
  184. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.d.ts.map +1 -1
  185. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/DirectPaymentModeScreen.d.ts +1 -1
  186. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/DirectPaymentModeScreen.d.ts.map +1 -1
  187. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/EstimatedTimeAndFees.d.ts +1 -1
  188. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/EstimatedTimeAndFees.d.ts.map +1 -1
  189. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/LazyBuyScreen.d.ts +1 -1
  190. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/LazyBuyScreen.d.ts.map +1 -1
  191. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.d.ts +12 -0
  192. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.d.ts.map +1 -0
  193. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.d.ts +1 -1
  194. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.d.ts.map +1 -1
  195. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayWIthCreditCard.d.ts +1 -1
  196. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayWIthCreditCard.d.ts.map +1 -1
  197. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/Stepper.d.ts +2 -2
  198. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/Stepper.d.ts.map +1 -1
  199. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/TransactionModeScreen.d.ts +1 -1
  200. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/TransactionModeScreen.d.ts.map +1 -1
  201. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.d.ts +1 -1
  202. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.d.ts.map +1 -1
  203. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.d.ts +2 -2
  204. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.d.ts.map +1 -1
  205. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.d.ts +1 -1
  206. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.d.ts.map +1 -1
  207. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.d.ts +1 -1
  208. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.d.ts.map +1 -1
  209. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.d.ts +3 -2
  210. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.d.ts.map +1 -1
  211. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/SwapDetailsScreen.d.ts +1 -1
  212. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/SwapDetailsScreen.d.ts.map +1 -1
  213. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/TokenInfoRow.d.ts +1 -1
  214. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/TokenInfoRow.d.ts.map +1 -1
  215. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.d.ts +1 -1
  216. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.d.ts.map +1 -1
  217. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.d.ts +1 -1
  218. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.d.ts.map +1 -1
  219. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ErrorText.d.ts +1 -1
  220. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ErrorText.d.ts.map +1 -1
  221. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/Fees.d.ts +2 -2
  222. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/Fees.d.ts.map +1 -1
  223. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/FiatValue.d.ts +1 -1
  224. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/FiatValue.d.ts.map +1 -1
  225. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.d.ts +1 -1
  226. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.d.ts.map +1 -1
  227. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/StepConnector.d.ts +1 -1
  228. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/StepConnector.d.ts.map +1 -1
  229. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapFlow.d.ts +1 -1
  230. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapFlow.d.ts.map +1 -1
  231. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapScreenContent.d.ts +1 -1
  232. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapScreenContent.d.ts.map +1 -1
  233. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapStatusScreen.d.ts +1 -1
  234. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapStatusScreen.d.ts.map +1 -1
  235. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapSummary.d.ts +1 -1
  236. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapSummary.d.ts.map +1 -1
  237. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TokenSelectorScreen.d.ts +1 -1
  238. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TokenSelectorScreen.d.ts.map +1 -1
  239. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferConfirmationScreen.d.ts +1 -1
  240. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferConfirmationScreen.d.ts.map +1 -1
  241. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferFlow.d.ts +1 -1
  242. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferFlow.d.ts.map +1 -1
  243. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/WalletRow.d.ts +1 -1
  244. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/WalletRow.d.ts.map +1 -1
  245. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/utils.d.ts +6 -0
  246. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/utils.d.ts.map +1 -1
  247. package/dist/types/react/web/ui/ConnectWallet/screens/Details/WalletManagerScreen.d.ts +1 -1
  248. package/dist/types/react/web/ui/ConnectWallet/screens/Details/WalletManagerScreen.d.ts.map +1 -1
  249. package/dist/types/react/web/ui/ConnectWallet/screens/LinkProfileScreen.d.ts +1 -1
  250. package/dist/types/react/web/ui/ConnectWallet/screens/LinkProfileScreen.d.ts.map +1 -1
  251. package/dist/types/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.d.ts +1 -1
  252. package/dist/types/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.d.ts.map +1 -1
  253. package/dist/types/react/web/ui/ConnectWallet/screens/ManageWalletScreen.d.ts +1 -1
  254. package/dist/types/react/web/ui/ConnectWallet/screens/ManageWalletScreen.d.ts.map +1 -1
  255. package/dist/types/react/web/ui/ConnectWallet/screens/PrivateKey.d.ts +1 -1
  256. package/dist/types/react/web/ui/ConnectWallet/screens/PrivateKey.d.ts.map +1 -1
  257. package/dist/types/react/web/ui/ConnectWallet/screens/ReceiveFunds.d.ts +1 -1
  258. package/dist/types/react/web/ui/ConnectWallet/screens/ReceiveFunds.d.ts.map +1 -1
  259. package/dist/types/react/web/ui/ConnectWallet/screens/SendFunds.d.ts +2 -2
  260. package/dist/types/react/web/ui/ConnectWallet/screens/SendFunds.d.ts.map +1 -1
  261. package/dist/types/react/web/ui/ConnectWallet/screens/StartScreen.d.ts +1 -1
  262. package/dist/types/react/web/ui/ConnectWallet/screens/StartScreen.d.ts.map +1 -1
  263. package/dist/types/react/web/ui/ConnectWallet/screens/TokenSelector.d.ts +1 -1
  264. package/dist/types/react/web/ui/ConnectWallet/screens/TokenSelector.d.ts.map +1 -1
  265. package/dist/types/react/web/ui/ConnectWallet/screens/ViewAssets.d.ts +1 -1
  266. package/dist/types/react/web/ui/ConnectWallet/screens/ViewAssets.d.ts.map +1 -1
  267. package/dist/types/react/web/ui/ConnectWallet/screens/ViewNFTs.d.ts +2 -2
  268. package/dist/types/react/web/ui/ConnectWallet/screens/ViewNFTs.d.ts.map +1 -1
  269. package/dist/types/react/web/ui/ConnectWallet/screens/ViewTokens.d.ts +2 -2
  270. package/dist/types/react/web/ui/ConnectWallet/screens/ViewTokens.d.ts.map +1 -1
  271. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.d.ts +1 -1
  272. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.d.ts.map +1 -1
  273. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.d.ts +1 -1
  274. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.d.ts.map +1 -1
  275. package/dist/types/react/web/ui/ConnectWallet/screens/WalletLogoSpinner.d.ts +1 -1
  276. package/dist/types/react/web/ui/ConnectWallet/screens/WalletLogoSpinner.d.ts.map +1 -1
  277. package/dist/types/react/web/ui/ConnectWallet/screens/WalletSwitcherConnectionScreen.d.ts +1 -1
  278. package/dist/types/react/web/ui/ConnectWallet/screens/WalletSwitcherConnectionScreen.d.ts.map +1 -1
  279. package/dist/types/react/web/ui/ConnectWallet/screens/WalletTransactionHistory.d.ts +1 -1
  280. package/dist/types/react/web/ui/ConnectWallet/screens/WalletTransactionHistory.d.ts.map +1 -1
  281. package/dist/types/react/web/ui/PayEmbed.d.ts +1 -1
  282. package/dist/types/react/web/ui/PayEmbed.d.ts.map +1 -1
  283. package/dist/types/react/web/ui/SiteEmbed.d.ts +1 -1
  284. package/dist/types/react/web/ui/SiteEmbed.d.ts.map +1 -1
  285. package/dist/types/react/web/ui/SiteLink.d.ts +1 -1
  286. package/dist/types/react/web/ui/SiteLink.d.ts.map +1 -1
  287. package/dist/types/react/web/ui/TransactionButton/DepositScreen.d.ts +1 -1
  288. package/dist/types/react/web/ui/TransactionButton/DepositScreen.d.ts.map +1 -1
  289. package/dist/types/react/web/ui/TransactionButton/ExecutingScreen.d.ts +1 -1
  290. package/dist/types/react/web/ui/TransactionButton/ExecutingScreen.d.ts.map +1 -1
  291. package/dist/types/react/web/ui/TransactionButton/TransactionModal.d.ts +1 -1
  292. package/dist/types/react/web/ui/TransactionButton/TransactionModal.d.ts.map +1 -1
  293. package/dist/types/react/web/ui/TransactionButton/index.d.ts +1 -1
  294. package/dist/types/react/web/ui/TransactionButton/index.d.ts.map +1 -1
  295. package/dist/types/react/web/ui/components/OTPInput.d.ts +1 -1
  296. package/dist/types/react/web/ui/components/OTPInput.d.ts.map +1 -1
  297. package/dist/types/react/web/ui/components/QRCode.d.ts +1 -1
  298. package/dist/types/react/web/ui/components/QRCode.d.ts.map +1 -1
  299. package/dist/types/react/web/ui/components/StepBar.d.ts +1 -1
  300. package/dist/types/react/web/ui/components/StepBar.d.ts.map +1 -1
  301. package/dist/types/react/web/ui/components/SwitchNetwork.d.ts +1 -1
  302. package/dist/types/react/web/ui/components/SwitchNetwork.d.ts.map +1 -1
  303. package/dist/types/react/web/ui/components/Tabs.d.ts +1 -1
  304. package/dist/types/react/web/ui/components/Tabs.d.ts.map +1 -1
  305. package/dist/types/react/web/ui/components/TextDivider.d.ts +1 -1
  306. package/dist/types/react/web/ui/components/TextDivider.d.ts.map +1 -1
  307. package/dist/types/react/web/ui/components/TokenIcon.d.ts +1 -1
  308. package/dist/types/react/web/ui/components/TokenIcon.d.ts.map +1 -1
  309. package/dist/types/react/web/ui/components/WalletImage.d.ts +1 -1
  310. package/dist/types/react/web/ui/components/WalletImage.d.ts.map +1 -1
  311. package/dist/types/react/web/ui/components/basic.d.ts +2 -2
  312. package/dist/types/react/web/ui/components/basic.d.ts.map +1 -1
  313. package/dist/types/react/web/ui/components/token/TokenRow.d.ts +1 -1
  314. package/dist/types/react/web/ui/components/token/TokenRow.d.ts.map +1 -1
  315. package/dist/types/react/web/ui/components/token/TokenSymbol.d.ts +1 -1
  316. package/dist/types/react/web/ui/components/token/TokenSymbol.d.ts.map +1 -1
  317. package/dist/types/react/web/ui/prebuilt/Account/address.d.ts +1 -1
  318. package/dist/types/react/web/ui/prebuilt/Account/address.d.ts.map +1 -1
  319. package/dist/types/react/web/ui/prebuilt/Account/avatar.d.ts +1 -1
  320. package/dist/types/react/web/ui/prebuilt/Account/avatar.d.ts.map +1 -1
  321. package/dist/types/react/web/ui/prebuilt/Account/balance.d.ts +1 -1
  322. package/dist/types/react/web/ui/prebuilt/Account/balance.d.ts.map +1 -1
  323. package/dist/types/react/web/ui/prebuilt/Account/blobbie.d.ts +1 -1
  324. package/dist/types/react/web/ui/prebuilt/Account/blobbie.d.ts.map +1 -1
  325. package/dist/types/react/web/ui/prebuilt/Account/name.d.ts +1 -1
  326. package/dist/types/react/web/ui/prebuilt/Account/name.d.ts.map +1 -1
  327. package/dist/types/react/web/ui/prebuilt/Chain/icon.d.ts +1 -1
  328. package/dist/types/react/web/ui/prebuilt/Chain/icon.d.ts.map +1 -1
  329. package/dist/types/react/web/ui/prebuilt/Chain/name.d.ts +1 -1
  330. package/dist/types/react/web/ui/prebuilt/Chain/name.d.ts.map +1 -1
  331. package/dist/types/react/web/ui/prebuilt/Chain/provider.d.ts +1 -1
  332. package/dist/types/react/web/ui/prebuilt/Chain/provider.d.ts.map +1 -1
  333. package/dist/types/react/web/ui/prebuilt/NFT/description.d.ts +1 -1
  334. package/dist/types/react/web/ui/prebuilt/NFT/description.d.ts.map +1 -1
  335. package/dist/types/react/web/ui/prebuilt/NFT/media.d.ts +1 -1
  336. package/dist/types/react/web/ui/prebuilt/NFT/media.d.ts.map +1 -1
  337. package/dist/types/react/web/ui/prebuilt/NFT/name.d.ts +1 -1
  338. package/dist/types/react/web/ui/prebuilt/NFT/name.d.ts.map +1 -1
  339. package/dist/types/react/web/ui/prebuilt/NFT/provider.d.ts +1 -1
  340. package/dist/types/react/web/ui/prebuilt/NFT/provider.d.ts.map +1 -1
  341. package/dist/types/react/web/ui/prebuilt/Token/icon.d.ts +1 -1
  342. package/dist/types/react/web/ui/prebuilt/Token/icon.d.ts.map +1 -1
  343. package/dist/types/react/web/ui/prebuilt/Token/name.d.ts +1 -1
  344. package/dist/types/react/web/ui/prebuilt/Token/name.d.ts.map +1 -1
  345. package/dist/types/react/web/ui/prebuilt/Token/provider.d.ts +1 -1
  346. package/dist/types/react/web/ui/prebuilt/Token/provider.d.ts.map +1 -1
  347. package/dist/types/react/web/ui/prebuilt/Token/symbol.d.ts +1 -1
  348. package/dist/types/react/web/ui/prebuilt/Token/symbol.d.ts.map +1 -1
  349. package/dist/types/react/web/ui/prebuilt/Wallet/icon.d.ts +2 -2
  350. package/dist/types/react/web/ui/prebuilt/Wallet/icon.d.ts.map +1 -1
  351. package/dist/types/react/web/ui/prebuilt/Wallet/name.d.ts +1 -1
  352. package/dist/types/react/web/ui/prebuilt/Wallet/name.d.ts.map +1 -1
  353. package/dist/types/react/web/ui/prebuilt/thirdweb/BuyDirectListingButton/index.d.ts +1 -1
  354. package/dist/types/react/web/ui/prebuilt/thirdweb/BuyDirectListingButton/index.d.ts.map +1 -1
  355. package/dist/types/react/web/ui/prebuilt/thirdweb/ClaimButton/index.d.ts +1 -1
  356. package/dist/types/react/web/ui/prebuilt/thirdweb/ClaimButton/index.d.ts.map +1 -1
  357. package/dist/types/react/web/ui/prebuilt/thirdweb/CreateDirectListingButton/index.d.ts +1 -1
  358. package/dist/types/react/web/ui/prebuilt/thirdweb/CreateDirectListingButton/index.d.ts.map +1 -1
  359. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletConnectUI.d.ts +1 -1
  360. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletConnectUI.d.ts.map +1 -1
  361. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletFormUI.d.ts +1 -1
  362. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletFormUI.d.ts.map +1 -1
  363. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletHeader.d.ts +1 -1
  364. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletHeader.d.ts.map +1 -1
  365. package/dist/types/react/web/wallets/in-app/CountrySelector.d.ts +3 -2
  366. package/dist/types/react/web/wallets/in-app/CountrySelector.d.ts.map +1 -1
  367. package/dist/types/react/web/wallets/in-app/InAppWalletConnectUI.d.ts +1 -1
  368. package/dist/types/react/web/wallets/in-app/InAppWalletConnectUI.d.ts.map +1 -1
  369. package/dist/types/react/web/wallets/in-app/InAppWalletFormUI.d.ts +1 -1
  370. package/dist/types/react/web/wallets/in-app/InAppWalletFormUI.d.ts.map +1 -1
  371. package/dist/types/react/web/wallets/in-app/InAppWalletSelectionUI.d.ts +1 -1
  372. package/dist/types/react/web/wallets/in-app/InAppWalletSelectionUI.d.ts.map +1 -1
  373. package/dist/types/react/web/wallets/in-app/InputSelectionUI.d.ts +2 -1
  374. package/dist/types/react/web/wallets/in-app/InputSelectionUI.d.ts.map +1 -1
  375. package/dist/types/react/web/wallets/in-app/WalletAuth.d.ts +1 -1
  376. package/dist/types/react/web/wallets/in-app/WalletAuth.d.ts.map +1 -1
  377. package/dist/types/react/web/wallets/shared/CoinbaseSDKConnection.d.ts +1 -1
  378. package/dist/types/react/web/wallets/shared/CoinbaseSDKConnection.d.ts.map +1 -1
  379. package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts +1 -1
  380. package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts.map +1 -1
  381. package/dist/types/react/web/wallets/shared/ErrorState.d.ts +1 -1
  382. package/dist/types/react/web/wallets/shared/ErrorState.d.ts.map +1 -1
  383. package/dist/types/react/web/wallets/shared/GuestLogin.d.ts +1 -1
  384. package/dist/types/react/web/wallets/shared/GuestLogin.d.ts.map +1 -1
  385. package/dist/types/react/web/wallets/shared/LoadingScreen.d.ts +1 -1
  386. package/dist/types/react/web/wallets/shared/LoadingScreen.d.ts.map +1 -1
  387. package/dist/types/react/web/wallets/shared/LoadingState.d.ts +1 -1
  388. package/dist/types/react/web/wallets/shared/LoadingState.d.ts.map +1 -1
  389. package/dist/types/react/web/wallets/shared/OTPLoginUI.d.ts +1 -1
  390. package/dist/types/react/web/wallets/shared/OTPLoginUI.d.ts.map +1 -1
  391. package/dist/types/react/web/wallets/shared/PassKeyLogin.d.ts +1 -1
  392. package/dist/types/react/web/wallets/shared/PassKeyLogin.d.ts.map +1 -1
  393. package/dist/types/react/web/wallets/shared/SocialLogin.d.ts +1 -1
  394. package/dist/types/react/web/wallets/shared/SocialLogin.d.ts.map +1 -1
  395. package/dist/types/transaction/actions/to-serializable-transaction.d.ts +2 -2
  396. package/dist/types/utils/abi/decodeFunctionData.d.ts +1 -1
  397. package/dist/types/utils/abi/decodeFunctionData.d.ts.map +1 -1
  398. package/dist/types/utils/abi/decodeFunctionResult.d.ts +1 -1
  399. package/dist/types/utils/abi/decodeFunctionResult.d.ts.map +1 -1
  400. package/dist/types/utils/bytecode/resolveImplementation.d.ts +1 -1
  401. package/dist/types/version.d.ts +1 -1
  402. package/dist/types/version.d.ts.map +1 -1
  403. package/dist/types/wallets/ecosystem/types.d.ts +4 -0
  404. package/dist/types/wallets/ecosystem/types.d.ts.map +1 -1
  405. package/dist/types/wallets/in-app/core/wallet/types.d.ts +4 -0
  406. package/dist/types/wallets/in-app/core/wallet/types.d.ts.map +1 -1
  407. package/dist/types/wallets/in-app/native/helpers/storage/local.d.ts +1 -1
  408. package/package.json +6 -5
  409. package/src/bridge/Webhook.test.ts +589 -0
  410. package/src/bridge/Webhook.ts +139 -0
  411. package/src/bridge/index.ts +4 -1
  412. package/src/engine/get-status.ts +1 -0
  413. package/src/engine/server-wallet.test.ts +16 -16
  414. package/src/engine/server-wallet.ts +4 -1
  415. package/src/react/core/hooks/connection/ConnectButtonProps.ts +1 -0
  416. package/src/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.tsx +68 -0
  417. package/src/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.tsx +27 -36
  418. package/src/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.tsx +2 -1
  419. package/src/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.tsx +30 -33
  420. package/src/react/web/ui/ConnectWallet/screens/Buy/utils.ts +9 -0
  421. package/src/react/web/wallets/in-app/CountrySelector.tsx +14 -7
  422. package/src/react/web/wallets/in-app/InputSelectionUI.test.tsx +23 -0
  423. package/src/react/web/wallets/in-app/InputSelectionUI.tsx +7 -1
  424. package/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx +3 -0
  425. package/src/utils/bytecode/resolveImplementation.ts +1 -1
  426. package/src/version.ts +1 -1
  427. package/src/wallets/ecosystem/types.ts +5 -0
  428. package/src/wallets/in-app/core/wallet/types.ts +5 -0
@@ -71,7 +71,7 @@ export interface WalletIconProps extends Omit<React.ImgHTMLAttributes<HTMLImageE
71
71
  * @wallet
72
72
  * @beta
73
73
  */
74
- export declare function WalletIcon({ loadingComponent, fallbackComponent, queryOptions, ...restProps }: WalletIconProps): import("react/jsx-runtime.js").JSX.Element | null;
74
+ export declare function WalletIcon({ loadingComponent, fallbackComponent, queryOptions, ...restProps }: WalletIconProps): import("react/jsx-runtime").JSX.Element | null;
75
75
  export interface SocialIconProps extends Omit<React.ImgHTMLAttributes<HTMLImageElement>, "src"> {
76
76
  provider: AuthOption | string;
77
77
  }
@@ -95,5 +95,5 @@ export interface SocialIconProps extends Omit<React.ImgHTMLAttributes<HTMLImageE
95
95
  * @wallet
96
96
  * @beta
97
97
  */
98
- export declare function SocialIcon({ provider, ...restProps }: SocialIconProps): import("react/jsx-runtime.js").JSX.Element;
98
+ export declare function SocialIcon({ provider, ...restProps }: SocialIconProps): import("react/jsx-runtime").JSX.Element;
99
99
  //# sourceMappingURL=icon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/ui/prebuilt/Wallet/icon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAMlE,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,KAAK,CAAC;IAC9D;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAC/B;;;;;;;;;;;OAWG;IACH,iBAAiB,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAChC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;CACtE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,wBAAgB,UAAU,CAAC,EACzB,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,GAAG,SAAS,EACb,EAAE,eAAe,qDASjB;AAED,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,KAAK,CAAC;IAC9D,QAAQ,EAAE,UAAU,GAAG,MAAM,CAAC;CAC/B;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,GAAG,SAAS,EAAE,EAAE,eAAe,8CAGrE"}
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/ui/prebuilt/Wallet/icon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAMlE,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,KAAK,CAAC;IAC9D;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAC/B;;;;;;;;;;;OAWG;IACH,iBAAiB,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAChC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;CACtE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,wBAAgB,UAAU,CAAC,EACzB,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,GAAG,SAAS,EACb,EAAE,eAAe,kDASjB;AAED,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,KAAK,CAAC;IAC9D,QAAQ,EAAE,UAAU,GAAG,MAAM,CAAC;CAC/B;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,GAAG,SAAS,EAAE,EAAE,eAAe,2CAGrE"}
@@ -90,5 +90,5 @@ export interface WalletNameProps extends Omit<React.HTMLAttributes<HTMLSpanEleme
90
90
  * @beta
91
91
  * @wallet
92
92
  */
93
- export declare function WalletName({ loadingComponent, fallbackComponent, queryOptions, formatFn, ...restProps }: WalletNameProps): import("react/jsx-runtime.js").JSX.Element | null;
93
+ export declare function WalletName({ loadingComponent, fallbackComponent, queryOptions, formatFn, ...restProps }: WalletNameProps): import("react/jsx-runtime").JSX.Element | null;
94
94
  //# sourceMappingURL=name.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"name.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/ui/prebuilt/Wallet/name.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAGjC;;;;GAIG;AACH,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,UAAU,CAAC;IAC/D;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAC/B;;;;;;;;;;;OAWG;IACH,iBAAiB,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAChC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;IACrE;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CACpC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AACH,wBAAgB,UAAU,CAAC,EACzB,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,GAAG,SAAS,EACb,EAAE,eAAe,qDASjB"}
1
+ {"version":3,"file":"name.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/ui/prebuilt/Wallet/name.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAGjC;;;;GAIG;AACH,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,UAAU,CAAC;IAC/D;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAC/B;;;;;;;;;;;OAWG;IACH,iBAAiB,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAChC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;IACrE;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CACpC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AACH,wBAAgB,UAAU,CAAC,EACzB,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,GAAG,SAAS,EACb,EAAE,eAAe,kDASjB"}
@@ -59,5 +59,5 @@ export type BuyDirectListingButtonProps = Omit<TransactionButtonProps, "transact
59
59
  * @component
60
60
  * @transaction
61
61
  */
62
- export declare function BuyDirectListingButton(props: BuyDirectListingButtonProps): import("react/jsx-runtime.js").JSX.Element;
62
+ export declare function BuyDirectListingButton(props: BuyDirectListingButtonProps): import("react/jsx-runtime").JSX.Element;
63
63
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/react/web/ui/prebuilt/thirdweb/BuyDirectListingButton/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAKzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mEAAmE,CAAC;AAKhH,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAC5C,sBAAsB,EACtB,aAAa,CACd,GAAG;IACF;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;IAEvB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,2BAA2B,8CAuGxE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/react/web/ui/prebuilt/thirdweb/BuyDirectListingButton/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAKzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mEAAmE,CAAC;AAKhH,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAC5C,sBAAsB,EACtB,aAAa,CACd,GAAG;IACF;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;IAEvB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,2BAA2B,2CAuGxE"}
@@ -89,7 +89,7 @@ import type { ClaimButtonProps, Erc20ClaimParams, Erc721ClaimParams, Erc1155Clai
89
89
  * please refer to the TransactionButton docs.
90
90
  * @transaction
91
91
  */
92
- export declare function ClaimButton(props: ClaimButtonProps): import("react/jsx-runtime.js").JSX.Element;
92
+ export declare function ClaimButton(props: ClaimButtonProps): import("react/jsx-runtime").JSX.Element;
93
93
  /**
94
94
  * @internal
95
95
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/react/web/ui/prebuilt/thirdweb/ClaimButton/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,gBAAgB,EAEtB,MAAM,wCAAwC,CAAC;AAGhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sDAAsD,CAAC;AAEhG,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gDAAgD,CAAC;AAK9E,OAAO,KAAK,EACV,gBAAgB,EAEhB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,YAAY,CAAC;AAEpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsFG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,8CAqDlD;AAsDD;;GAEG;AACH,wBAAsB,gBAAgB,CAAC,EACrC,QAAQ,EACR,OAAO,EACP,WAAW,GACZ,EAAE;IACD,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,iBAAiB,CAAC;CAChC,8JAWA;AAED;;GAEG;AACH,wBAAsB,iBAAiB,CAAC,EACtC,QAAQ,EACR,OAAO,EACP,WAAW,GACZ,EAAE;IACD,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,kBAAkB,CAAC;CACjC,8JAYA;AAED;;GAEG;AACH,wBAAsB,eAAe,CAAC,EACpC,QAAQ,EACR,OAAO,EACP,WAAW,GACZ,EAAE;IACD,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,gBAAgB,CAAC;CAC/B,8JAwBA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/react/web/ui/prebuilt/thirdweb/ClaimButton/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,gBAAgB,EAEtB,MAAM,wCAAwC,CAAC;AAGhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sDAAsD,CAAC;AAEhG,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gDAAgD,CAAC;AAK9E,OAAO,KAAK,EACV,gBAAgB,EAEhB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,YAAY,CAAC;AAEpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsFG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAqDlD;AAsDD;;GAEG;AACH,wBAAsB,gBAAgB,CAAC,EACrC,QAAQ,EACR,OAAO,EACP,WAAW,GACZ,EAAE;IACD,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,iBAAiB,CAAC;CAChC,8JAWA;AAED;;GAEG;AACH,wBAAsB,iBAAiB,CAAC,EACtC,QAAQ,EACR,OAAO,EACP,WAAW,GACZ,EAAE;IACD,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,kBAAkB,CAAC;CACjC,8JAYA;AAED;;GAEG;AACH,wBAAsB,eAAe,CAAC,EACpC,QAAQ,EACR,OAAO,EACP,WAAW,GACZ,EAAE;IACD,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,gBAAgB,CAAC;CAC/B,8JAwBA"}
@@ -37,5 +37,5 @@ export type CreateDirectListingButtonProps = Omit<TransactionButtonProps, "trans
37
37
  * @component
38
38
  * @transaction
39
39
  */
40
- export declare function CreateDirectListingButton(props: CreateDirectListingButtonProps): import("react/jsx-runtime.js").JSX.Element;
40
+ export declare function CreateDirectListingButton(props: CreateDirectListingButtonProps): import("react/jsx-runtime").JSX.Element;
41
41
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/react/web/ui/prebuilt/thirdweb/CreateDirectListingButton/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAIzE,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,iFAAiF,CAAC;AAGzF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mEAAmE,CAAC;AAKhH,MAAM,MAAM,8BAA8B,GAAG,IAAI,CAC/C,sBAAsB,EACtB,aAAa,CACd,GACC,mBAAmB,GAAG;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;CACxB,CAAC;AAEJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,8BAA8B,8CAyHtC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/react/web/ui/prebuilt/thirdweb/CreateDirectListingButton/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAIzE,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,iFAAiF,CAAC;AAGzF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mEAAmE,CAAC;AAKhH,MAAM,MAAM,8BAA8B,GAAG,IAAI,CAC/C,sBAAsB,EACtB,aAAa,CACd,GACC,mBAAmB,GAAG;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;CACxB,CAAC;AAEJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,8BAA8B,2CAyHtC"}
@@ -26,6 +26,6 @@ declare function EcosystemWalletConnectUI(props: {
26
26
  projectId?: string;
27
27
  } | undefined;
28
28
  isLinking?: boolean;
29
- }): import("react/jsx-runtime.js").JSX.Element;
29
+ }): import("react/jsx-runtime").JSX.Element;
30
30
  export default EcosystemWalletConnectUI;
31
31
  //# sourceMappingURL=EcosystemWalletConnectUI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EcosystemWalletConnectUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/ecosystem/EcosystemWalletConnectUI.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAK7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAW5E;;;GAGG;AACH,iBAAS,wBAAwB,CAAC,KAAK,EAAE;IACvC,MAAM,EAAE,MAAM,CAAC,iBAAiB,CAAC,CAAC;IAClC,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,aAAa,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAClD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,8CA8HA;AAED,eAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"EcosystemWalletConnectUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/ecosystem/EcosystemWalletConnectUI.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAK7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAW5E;;;GAGG;AACH,iBAAS,wBAAwB,CAAC,KAAK,EAAE;IACvC,MAAM,EAAE,MAAM,CAAC,iBAAiB,CAAC,CAAC;IAClC,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,aAAa,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAClD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,2CA8HA;AAED,eAAe,wBAAwB,CAAC"}
@@ -27,6 +27,6 @@ type EcosystemWalletFormUIProps = {
27
27
  /**
28
28
  * @internal
29
29
  */
30
- export declare function EcosystemWalletFormUIScreen(props: EcosystemWalletFormUIProps): import("react/jsx-runtime.js").JSX.Element;
30
+ export declare function EcosystemWalletFormUIScreen(props: EcosystemWalletFormUIProps): import("react/jsx-runtime").JSX.Element;
31
31
  export {};
32
32
  //# sourceMappingURL=EcosystemWalletFormUI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EcosystemWalletFormUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/ecosystem/EcosystemWalletFormUI.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAI7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAI5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,KAAK,0BAA0B,GAAG;IAChC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,EAAE,iBAAiB,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC,iBAAiB,CAAC,CAAC;IAClC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B,CAAC;IACF,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,0BAA0B,8CAoE5E"}
1
+ {"version":3,"file":"EcosystemWalletFormUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/ecosystem/EcosystemWalletFormUI.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAI7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAI5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,KAAK,0BAA0B,GAAG;IAChC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,EAAE,iBAAiB,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC,iBAAiB,CAAC,CAAC;IAClC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B,CAAC;IACF,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,0BAA0B,2CAoE5E"}
@@ -8,5 +8,5 @@ export declare function EcosystemWalletHeader(props: {
8
8
  wallet: Wallet<EcosystemWalletId>;
9
9
  client: ThirdwebClient;
10
10
  onBack?: () => void;
11
- }): import("react/jsx-runtime.js").JSX.Element;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
12
  //# sourceMappingURL=EcosystemWalletHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EcosystemWalletHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/ecosystem/EcosystemWalletHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAQ7E;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE;IAC3C,MAAM,EAAE,MAAM,CAAC,iBAAiB,CAAC,CAAC;IAClC,MAAM,EAAE,cAAc,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,8CA6BA"}
1
+ {"version":3,"file":"EcosystemWalletHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/ecosystem/EcosystemWalletHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAQ7E;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE;IAC3C,MAAM,EAAE,MAAM,CAAC,iBAAiB,CAAC,CAAC;IAClC,MAAM,EAAE,cAAc,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,2CA6BA"}
@@ -1,7 +1,8 @@
1
1
  import { type SupportedSmsCountry } from "./supported-sms-countries.js";
2
2
  export declare function getCountrySelector(countryIsoCode: SupportedSmsCountry): string;
3
- export declare function CountrySelector({ countryCode, setCountryCode, }: {
3
+ export declare function CountrySelector({ countryCode, setCountryCode, allowedCountryCodes, }: {
4
4
  countryCode: string;
5
5
  setCountryCode: React.Dispatch<React.SetStateAction<string>>;
6
- }): import("react/jsx-runtime.js").JSX.Element;
6
+ allowedCountryCodes?: SupportedSmsCountry[];
7
+ }): import("react/jsx-runtime").JSX.Element;
7
8
  //# sourceMappingURL=CountrySelector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CountrySelector.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/CountrySelector.tsx"],"names":[],"mappings":"AAKA,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,8BAA8B,CAAC;AAEtC,wBAAgB,kBAAkB,CAAC,cAAc,EAAE,mBAAmB,UAQrE;AAED,wBAAgB,eAAe,CAAC,EAC9B,WAAW,EACX,cAAc,GACf,EAAE;IACD,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;CAC9D,8CA8CA"}
1
+ {"version":3,"file":"CountrySelector.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/CountrySelector.tsx"],"names":[],"mappings":"AAKA,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,8BAA8B,CAAC;AAEtC,wBAAgB,kBAAkB,CAAC,cAAc,EAAE,mBAAmB,UAQrE;AAED,wBAAgB,eAAe,CAAC,EAC9B,WAAW,EACX,cAAc,EACd,mBAAmB,GACpB,EAAE;IACD,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IAC7D,mBAAmB,CAAC,EAAE,mBAAmB,EAAE,CAAC;CAC7C,2CAmDA"}
@@ -25,6 +25,6 @@ declare function InAppWalletConnectUI(props: {
25
25
  walletConnect: {
26
26
  projectId?: string;
27
27
  } | undefined;
28
- }): import("react/jsx-runtime.js").JSX.Element;
28
+ }): import("react/jsx-runtime").JSX.Element;
29
29
  export default InAppWalletConnectUI;
30
30
  //# sourceMappingURL=InAppWalletConnectUI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InAppWalletConnectUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/InAppWalletConnectUI.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAMvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAW5E;;;GAGG;AACH,iBAAS,oBAAoB,CAAC,KAAK,EAAE;IACnC,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACxB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;CACnD,8CAmIA;AAED,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"InAppWalletConnectUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/InAppWalletConnectUI.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAMvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAW5E;;;GAGG;AACH,iBAAS,oBAAoB,CAAC,KAAK,EAAE;IACnC,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACxB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;CACnD,2CAmIA;AAED,eAAe,oBAAoB,CAAC"}
@@ -26,6 +26,6 @@ type InAppWalletFormUIProps = {
26
26
  /**
27
27
  * @internal
28
28
  */
29
- export declare function InAppWalletFormUIScreen(props: InAppWalletFormUIProps): import("react/jsx-runtime.js").JSX.Element;
29
+ export declare function InAppWalletFormUIScreen(props: InAppWalletFormUIProps): import("react/jsx-runtime").JSX.Element;
30
30
  export {};
31
31
  //# sourceMappingURL=InAppWalletFormUI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InAppWalletFormUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/InAppWalletFormUI.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAKvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAM5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,KAAK,sBAAsB,GAAG;IAC5B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B,CAAC;IACF,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,sBAAsB,8CAkFpE"}
1
+ {"version":3,"file":"InAppWalletFormUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/InAppWalletFormUI.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAKvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAM5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,KAAK,sBAAsB,GAAG;IAC5B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B,CAAC;IACF,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,sBAAsB,2CAkFpE"}
@@ -17,6 +17,6 @@ declare function InAppWalletSelectionUI(props: {
17
17
  chain: Chain | undefined;
18
18
  size: "compact" | "wide";
19
19
  disabled?: boolean;
20
- }): import("react/jsx-runtime.js").JSX.Element;
20
+ }): import("react/jsx-runtime").JSX.Element;
21
21
  export default InAppWalletSelectionUI;
22
22
  //# sourceMappingURL=InAppWalletSelectionUI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InAppWalletSelectionUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/InAppWalletSelectionUI.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAKvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAK5E;;;GAGG;AACH,iBAAS,sBAAsB,CAAC,KAAK,EAAE;IACrC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACxB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,EAAE,cAAc,CAAC;IACvB,kBAAkB,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IACzC,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IAEzB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,8CA6CA;AAED,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"InAppWalletSelectionUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/InAppWalletSelectionUI.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAKvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAK5E;;;GAGG;AACH,iBAAS,sBAAsB,CAAC,KAAK,EAAE;IACrC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACxB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,EAAE,cAAc,CAAC;IACvB,kBAAkB,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IACzC,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IAEzB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,2CA6CA;AAED,eAAe,sBAAsB,CAAC"}
@@ -10,5 +10,6 @@ export declare function InputSelectionUI(props: {
10
10
  format?: "phone";
11
11
  disabled?: boolean;
12
12
  defaultSmsCountryCode?: SupportedSmsCountry;
13
- }): import("react/jsx-runtime.js").JSX.Element;
13
+ allowedSmsCountryCodes?: SupportedSmsCountry[];
14
+ }): import("react/jsx-runtime").JSX.Element;
14
15
  //# sourceMappingURL=InputSelectionUI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputSelectionUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/InputSelectionUI.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAExE,wBAAgB,gBAAgB,CAAC,KAAK,EAAE;IACtC,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IACrD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qBAAqB,CAAC,EAAE,mBAAmB,CAAC;CAC7C,8CA6GA"}
1
+ {"version":3,"file":"InputSelectionUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/InputSelectionUI.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAExE,wBAAgB,gBAAgB,CAAC,KAAK,EAAE;IACtC,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IACrD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qBAAqB,CAAC,EAAE,mBAAmB,CAAC;IAC5C,sBAAsB,CAAC,EAAE,mBAAmB,EAAE,CAAC;CAChD,2CAkHA"}
@@ -24,5 +24,5 @@ export declare function WalletAuth(props: {
24
24
  termsOfServiceUrl?: string;
25
25
  privacyPolicyUrl?: string;
26
26
  };
27
- }): import("react/jsx-runtime.js").JSX.Element;
27
+ }): import("react/jsx-runtime").JSX.Element;
28
28
  //# sourceMappingURL=WalletAuth.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WalletAuth.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/WalletAuth.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAEzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAInE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAK7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAO5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAChC,MAAM,EAAE,MAAM,CAAC,OAAO,GAAG,iBAAiB,CAAC,CAAC;IAC5C,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,MAAM,EAAE,cAAc,CAAC;IACvB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,MAAM,EAAE,aAAa,CAAC;IACtB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,aAAa,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAClD,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC3B,CAAC;CACH,8CA8JA"}
1
+ {"version":3,"file":"WalletAuth.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/in-app/WalletAuth.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAEzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAInE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAK7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAO5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAChC,MAAM,EAAE,MAAM,CAAC,OAAO,GAAG,iBAAiB,CAAC,CAAC;IAC5C,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,MAAM,EAAE,cAAc,CAAC;IACvB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,MAAM,EAAE,aAAa,CAAC;IACtB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,aAAa,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAClD,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;QAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC3B,CAAC;CACH,2CA8JA"}
@@ -16,6 +16,6 @@ declare function ExternalWalletConnectUI(props: {
16
16
  client: ThirdwebClient;
17
17
  chain: Chain | undefined;
18
18
  size: "compact" | "wide";
19
- }): import("react/jsx-runtime.js").JSX.Element;
19
+ }): import("react/jsx-runtime").JSX.Element;
20
20
  export default ExternalWalletConnectUI;
21
21
  //# sourceMappingURL=CoinbaseSDKConnection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CoinbaseSDKConnection.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/CoinbaseSDKConnection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAGxE;;GAEG;AACH,iBAAS,uBAAuB,CAAC,KAAK,EAAE;IACtC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,EAAE,oBAAoB,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,UAAU,CAAC;IACvB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;CAC1B,8CAgDA;AAED,eAAe,uBAAuB,CAAC"}
1
+ {"version":3,"file":"CoinbaseSDKConnection.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/CoinbaseSDKConnection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAGxE;;GAEG;AACH,iBAAS,uBAAuB,CAAC,KAAK,EAAE;IACtC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,EAAE,oBAAoB,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,UAAU,CAAC;IACvB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;CAC1B,2CAgDA;AAED,eAAe,uBAAuB,CAAC"}
@@ -35,6 +35,6 @@ type ConnectWalletSocialOptionsProps = {
35
35
  /**
36
36
  * @internal
37
37
  */
38
- export declare const ConnectWalletSocialOptions: (props: ConnectWalletSocialOptionsProps) => import("react/jsx-runtime.js").JSX.Element;
38
+ export declare const ConnectWalletSocialOptions: (props: ConnectWalletSocialOptionsProps) => import("react/jsx-runtime").JSX.Element;
39
39
  export {};
40
40
  //# sourceMappingURL=ConnectWalletSocialOptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectWalletSocialOptions.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAInE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,yDAAyD,CAAC;AAGvF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAEL,KAAK,gBAAgB,EAEtB,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAwB7E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAG3D,MAAM,MAAM,0BAA0B,GAClC,SAAS,GACT;IACE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE;QACZ,IAAI,EAAE,gBAAgB,CAAC;QACvB,iBAAiB,EAAE,OAAO,CAAC,OAAO,GAAG,OAAO,EAAE,CAAC,CAAC;KACjD,CAAC;IACF,UAAU,CAAC,EAAE;QACX,iBAAiB,EAAE,OAAO,CAAC,OAAO,GAAG,OAAO,EAAE,CAAC,CAAC;KACjD,CAAC;IACF,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE;QACZ,OAAO,EAAE,OAAO,CAAC;KAClB,CAAC;CACH,CAAC;AAWN,KAAK,+BAA+B,GAAG;IACrC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,EAAE,iBAAiB,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC,iBAAiB,CAAC,GAAG,MAAM,CAAC,OAAO,CAAC,CAAC;IACpD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,MAAM,EAAE,cAAc,CAAC;IACvB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,GACrC,OAAO,+BAA+B,+CAyavC,CAAC"}
1
+ {"version":3,"file":"ConnectWalletSocialOptions.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAInE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,yDAAyD,CAAC;AAGvF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAEL,KAAK,gBAAgB,EAEtB,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAwB7E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAG3D,MAAM,MAAM,0BAA0B,GAClC,SAAS,GACT;IACE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE;QACZ,IAAI,EAAE,gBAAgB,CAAC;QACvB,iBAAiB,EAAE,OAAO,CAAC,OAAO,GAAG,OAAO,EAAE,CAAC,CAAC;KACjD,CAAC;IACF,UAAU,CAAC,EAAE;QACX,iBAAiB,EAAE,OAAO,CAAC,OAAO,GAAG,OAAO,EAAE,CAAC,CAAC;KACjD,CAAC;IACF,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE;QACZ,OAAO,EAAE,OAAO,CAAC;KAClB,CAAC;CACH,CAAC;AAWN,KAAK,+BAA+B,GAAG;IACrC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,EAAE,iBAAiB,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC,iBAAiB,CAAC,GAAG,MAAM,CAAC,OAAO,CAAC,CAAC;IACpD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,MAAM,EAAE,cAAc,CAAC;IACvB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,GACrC,OAAO,+BAA+B,4CA4avC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export declare function ErrorState(props: {
2
2
  onTryAgain: () => void;
3
3
  title: string;
4
- }): import("react/jsx-runtime.js").JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
5
  //# sourceMappingURL=ErrorState.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorState.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/ErrorState.tsx"],"names":[],"mappings":"AAOA,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAChC,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf,8CAkBA"}
1
+ {"version":3,"file":"ErrorState.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/ErrorState.tsx"],"names":[],"mappings":"AAOA,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAChC,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf,2CAkBA"}
@@ -15,5 +15,5 @@ export declare function GuestLogin(props: {
15
15
  size: "compact" | "wide";
16
16
  client: ThirdwebClient;
17
17
  connectLocale: ConnectLocale;
18
- }): import("react/jsx-runtime.js").JSX.Element;
18
+ }): import("react/jsx-runtime").JSX.Element;
19
19
  //# sourceMappingURL=GuestLogin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GuestLogin.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/GuestLogin.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAGnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAEvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAM5E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D;;GAEG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAChC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,0BAA0B,CAAC;IAClC,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,MAAM,EAAE,cAAc,CAAC;IACvB,aAAa,EAAE,aAAa,CAAC;CAC9B,8CAkIA"}
1
+ {"version":3,"file":"GuestLogin.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/GuestLogin.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAGnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAEvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAM5E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D;;GAEG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAChC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,0BAA0B,CAAC;IAClC,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,MAAM,EAAE,cAAc,CAAC;IACvB,aAAa,EAAE,aAAa,CAAC;CAC9B,2CAkIA"}
@@ -3,5 +3,5 @@
3
3
  */
4
4
  export declare function LoadingScreen(props: {
5
5
  height?: string;
6
- }): import("react/jsx-runtime.js").JSX.Element;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
7
  //# sourceMappingURL=LoadingScreen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LoadingScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/LoadingScreen.tsx"],"names":[],"mappings":"AAGA;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,8CAavD"}
1
+ {"version":3,"file":"LoadingScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/LoadingScreen.tsx"],"names":[],"mappings":"AAGA;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,2CAavD"}
@@ -3,5 +3,5 @@ export declare function LoadingState(props: {
3
3
  title: string;
4
4
  subtitle: string;
5
5
  icon: ReactNode;
6
- }): import("react/jsx-runtime.js").JSX.Element;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
7
  //# sourceMappingURL=LoadingState.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LoadingState.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/LoadingState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvC,wBAAgB,YAAY,CAAC,KAAK,EAAE;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,SAAS,CAAC;CACjB,8CAoCA"}
1
+ {"version":3,"file":"LoadingState.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/LoadingState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvC,wBAAgB,YAAY,CAAC,KAAK,EAAE;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,SAAS,CAAC;CACjB,2CAoCA"}
@@ -19,5 +19,5 @@ export declare function OTPLoginUI(props: {
19
19
  chain: Chain | undefined;
20
20
  size: "compact" | "wide";
21
21
  isLinking?: boolean;
22
- }): import("react/jsx-runtime.js").JSX.Element | null;
22
+ }): import("react/jsx-runtime").JSX.Element | null;
23
23
  //# sourceMappingURL=OTPLoginUI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OTPLoginUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/OTPLoginUI.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAOnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAYvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAY3D;;GAEG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAChC,QAAQ,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAChD,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,iBAAiB,CAAC;IAC1B,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,qDAsSA"}
1
+ {"version":3,"file":"OTPLoginUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/OTPLoginUI.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAOnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAYvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAY3D;;GAEG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAChC,QAAQ,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAChD,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,iBAAiB,CAAC;IAC1B,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,kDAsSA"}
@@ -11,5 +11,5 @@ export declare function PassKeyLogin(props: {
11
11
  chain: Chain | undefined;
12
12
  size: "compact" | "wide";
13
13
  isLinking?: boolean;
14
- }): import("react/jsx-runtime.js").JSX.Element;
14
+ }): import("react/jsx-runtime").JSX.Element;
15
15
  //# sourceMappingURL=PassKeyLogin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PassKeyLogin.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/PassKeyLogin.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAKnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAIvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAa5E,wBAAgB,YAAY,CAAC,KAAK,EAAE;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,aAAa,CAAC;IACtB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,8CA6FA"}
1
+ {"version":3,"file":"PassKeyLogin.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/PassKeyLogin.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAKnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAIvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAa5E,wBAAgB,YAAY,CAAC,KAAK,EAAE;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,aAAa,CAAC;IACtB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,2CA6FA"}
@@ -20,5 +20,5 @@ export declare function SocialLogin(props: {
20
20
  chain: Chain | undefined;
21
21
  connectLocale: ConnectLocale;
22
22
  isLinking?: boolean;
23
- }): import("react/jsx-runtime.js").JSX.Element;
23
+ }): import("react/jsx-runtime").JSX.Element;
24
24
  //# sourceMappingURL=SocialLogin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SocialLogin.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/SocialLogin.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAGnE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iDAAiD,CAAC;AAG7F,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAGvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAM5E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAG3D;;GAEG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE;IACjC,UAAU,EAAE,qBAAqB,CAAC;IAClC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,0BAA0B,CAAC;IAClC,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,8CA+LA"}
1
+ {"version":3,"file":"SocialLogin.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/shared/SocialLogin.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAGnE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iDAAiD,CAAC;AAG7F,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAGvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAM5E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAG3D;;GAEG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE;IACjC,UAAU,EAAE,qBAAqB,CAAC;IAClC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,0BAA0B,CAAC;IAClC,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;IACzB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,2CA+LA"}
@@ -46,7 +46,7 @@ export declare function toSerializableTransaction(options: ToSerializableTransac
46
46
  accessList: import("viem").AccessList | undefined;
47
47
  value: bigint | undefined;
48
48
  authorizationList: {
49
- address: import("ox/_types/core/Address.js").Address;
49
+ address: import("ox/Address").Address;
50
50
  chainId: number;
51
51
  nonce: bigint;
52
52
  r: bigint;
@@ -66,7 +66,7 @@ export declare function toSerializableTransaction(options: ToSerializableTransac
66
66
  accessList: import("viem").AccessList | undefined;
67
67
  value: bigint | undefined;
68
68
  authorizationList: {
69
- address: import("ox/_types/core/Address.js").Address;
69
+ address: import("ox/Address").Address;
70
70
  chainId: number;
71
71
  nonce: bigint;
72
72
  r: bigint;
@@ -19,5 +19,5 @@ import type { ThirdwebContract } from "../../contract/contract.js";
19
19
  export declare function decodeFunctionData<abi extends ox__Abi.Abi>(options: {
20
20
  contract: ThirdwebContract<abi>;
21
21
  data: ox__Hex.Hex;
22
- }): Promise<ox__AbiFunction.decodeData.ReturnType<import("ox/_types/core/AbiItem.js").fromAbi.ReturnType<abi, ox__AbiFunction.Name<abi>, undefined, ox__AbiFunction.AbiFunction>>>;
22
+ }): Promise<ox__AbiFunction.decodeData.ReturnType<import("ox/AbiItem").fromAbi.ReturnType<abi, ox__AbiFunction.Name<abi>, undefined, ox__AbiFunction.AbiFunction>>>;
23
23
  //# sourceMappingURL=decodeFunctionData.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"decodeFunctionData.d.ts","sourceRoot":"","sources":["../../../../src/utils/abi/decodeFunctionData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,OAAO,MAAM,QAAQ,CAAC;AACvC,OAAO,KAAK,eAAe,MAAM,gBAAgB,CAAC;AAClD,OAAO,KAAK,KAAK,OAAO,MAAM,QAAQ,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;;;;;;;;;;GAaG;AACH,wBAAsB,kBAAkB,CAAC,GAAG,SAAS,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE;IACzE,QAAQ,EAAE,gBAAgB,CAAC,GAAG,CAAC,CAAC;IAChC,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC;CACnB,kLAaA"}
1
+ {"version":3,"file":"decodeFunctionData.d.ts","sourceRoot":"","sources":["../../../../src/utils/abi/decodeFunctionData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,OAAO,MAAM,QAAQ,CAAC;AACvC,OAAO,KAAK,eAAe,MAAM,gBAAgB,CAAC;AAClD,OAAO,KAAK,KAAK,OAAO,MAAM,QAAQ,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;;;;;;;;;;GAaG;AACH,wBAAsB,kBAAkB,CAAC,GAAG,SAAS,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE;IACzE,QAAQ,EAAE,gBAAgB,CAAC,GAAG,CAAC,CAAC;IAChC,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC;CACnB,mKAaA"}
@@ -19,5 +19,5 @@ import type { ThirdwebContract } from "../../contract/contract.js";
19
19
  export declare function decodeFunctionResult<abi extends ox__Abi.Abi>(options: {
20
20
  contract: ThirdwebContract<abi>;
21
21
  data: ox__Hex.Hex;
22
- }): Promise<ox__AbiFunction.decodeResult.ReturnType<import("ox/_types/core/AbiItem.js").fromAbi.ReturnType<abi, ox__AbiFunction.Name<abi>, undefined, ox__AbiFunction.AbiFunction>, "Array">>;
22
+ }): Promise<ox__AbiFunction.decodeResult.ReturnType<import("ox/AbiItem").fromAbi.ReturnType<abi, ox__AbiFunction.Name<abi>, undefined, ox__AbiFunction.AbiFunction>, "Array">>;
23
23
  //# sourceMappingURL=decodeFunctionResult.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"decodeFunctionResult.d.ts","sourceRoot":"","sources":["../../../../src/utils/abi/decodeFunctionResult.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,OAAO,MAAM,QAAQ,CAAC;AACvC,OAAO,KAAK,eAAe,MAAM,gBAAgB,CAAC;AAClD,OAAO,KAAK,KAAK,OAAO,MAAM,QAAQ,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;;;;;;;;;;GAaG;AACH,wBAAsB,oBAAoB,CAAC,GAAG,SAAS,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE;IAC3E,QAAQ,EAAE,gBAAgB,CAAC,GAAG,CAAC,CAAC;IAChC,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC;CACnB,6LAaA"}
1
+ {"version":3,"file":"decodeFunctionResult.d.ts","sourceRoot":"","sources":["../../../../src/utils/abi/decodeFunctionResult.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,OAAO,MAAM,QAAQ,CAAC;AACvC,OAAO,KAAK,eAAe,MAAM,gBAAgB,CAAC;AAClD,OAAO,KAAK,KAAK,OAAO,MAAM,QAAQ,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;;;;;;;;;;GAaG;AACH,wBAAsB,oBAAoB,CAAC,GAAG,SAAS,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE;IAC3E,QAAQ,EAAE,gBAAgB,CAAC,GAAG,CAAC,CAAC;IAChC,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC;CACnB,8KAaA"}
@@ -6,7 +6,7 @@ import type { Hex } from "../encoding/hex.js";
6
6
  * @returns A promise that resolves to an object containing the implementation address and bytecode.
7
7
  * @example
8
8
  * ```ts
9
- * import { resolveImplementation } from "thirdweb";
9
+ * import { resolveImplementation } from "thirdweb/utils";
10
10
  * const implementation = await resolveImplementation(contract);
11
11
  * ```
12
12
  * @contract
@@ -1,2 +1,2 @@
1
- export declare const version = "5.100.2-nightly-5ab59ff400cc32caa414354855fa07831ed90f3a-20250523000413";
1
+ export declare const version = "5.101.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,4EAA4E,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,YAAY,CAAC"}
@@ -15,6 +15,10 @@ export type EcosystemWalletCreationOptions = {
15
15
  * The default country code to use for SMS authentication
16
16
  */
17
17
  defaultSmsCountryCode?: SupportedSmsCountry;
18
+ /**
19
+ * The list of allowed country codes to display in the country selector
20
+ */
21
+ allowedSmsCountryCodes?: SupportedSmsCountry[];
18
22
  };
19
23
  /**
20
24
  * The partnerId of the ecosystem wallet to connect to
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/wallets/ecosystem/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2DAA2D,CAAC;AACrG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,EACV,6BAA6B,EAC7B,4BAA4B,EAC7B,MAAM,gCAAgC,CAAC;AAExC,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,CAAC,EAAE;QACL;;WAEG;QACH,IAAI,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC;QACvC;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;WAEG;QACH,qBAAqB,CAAC,EAAE,mBAAmB,CAAC;KAC7C,CAAC;IACF;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,gCAAgC,GAAG,4BAA4B,CAAC;AAC5E,MAAM,MAAM,iCAAiC,GAAG,6BAA6B,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/wallets/ecosystem/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2DAA2D,CAAC;AACrG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,EACV,6BAA6B,EAC7B,4BAA4B,EAC7B,MAAM,gCAAgC,CAAC;AAExC,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,CAAC,EAAE;QACL;;WAEG;QACH,IAAI,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC;QACvC;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;WAEG;QACH,qBAAqB,CAAC,EAAE,mBAAmB,CAAC;QAE5C;;WAEG;QACH,sBAAsB,CAAC,EAAE,mBAAmB,EAAE,CAAC;KAChD,CAAC;IACF;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,gCAAgC,GAAG,4BAA4B,CAAC;AAC5E,MAAM,MAAM,iCAAiC,GAAG,6BAA6B,CAAC"}
@@ -62,6 +62,10 @@ export type InAppWalletCreationOptions = {
62
62
  * The default country code to use for SMS authentication
63
63
  */
64
64
  defaultSmsCountryCode?: SupportedSmsCountry;
65
+ /**
66
+ * The list of allowed country codes to display in the country selector
67
+ */
68
+ allowedSmsCountryCodes?: SupportedSmsCountry[];
65
69
  };
66
70
  /**
67
71
  * Metadata to display in the Connect Modal
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/wallets/in-app/core/wallet/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/wallets/in-app/core/wallet/types.ts"],"names":[],"mappings":"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"}
@@ -16,6 +16,6 @@ export declare function removeDeviceShare({ clientId, }: {
16
16
  clientId: string;
17
17
  }): Promise<void>;
18
18
  export declare function getDeviceShare(clientId: string): Promise<{
19
- deviceShare: string;
19
+ deviceShare: any;
20
20
  }>;
21
21
  //# sourceMappingURL=local.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thirdweb",
3
- "version": "5.100.2-nightly-5ab59ff400cc32caa414354855fa07831ed90f3a-20250523000413",
3
+ "version": "5.101.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -250,8 +250,9 @@
250
250
  "toml": "3.0.0",
251
251
  "uqr": "0.1.2",
252
252
  "viem": "2.28.1",
253
- "@thirdweb-dev/engine": "3.0.1",
254
- "@thirdweb-dev/insight": "1.0.0"
253
+ "zod": "3.25.24",
254
+ "@thirdweb-dev/insight": "1.0.0",
255
+ "@thirdweb-dev/engine": "3.0.1"
255
256
  },
256
257
  "peerDependencies": {
257
258
  "@aws-sdk/client-lambda": "^3",
@@ -381,7 +382,7 @@
381
382
  "bench:compare": "bun run ./benchmarks/run.ts",
382
383
  "bench": "vitest -c ./test/vitest.config.ts bench",
383
384
  "format": "biome format ./src --write",
384
- "lint": "knip && biome check ./src && tsc --project ./tsconfig.build.json --module esnext --noEmit",
385
+ "lint": "knip && biome check ./src && tsc --project ./tsconfig.build.json --module nodenext --moduleResolution nodenext --noEmit",
385
386
  "fix": "biome check ./src --fix",
386
387
  "knip": "knip",
387
388
  "build:generate": "bun scripts/generate/generate.ts",
@@ -392,7 +393,7 @@
392
393
  "build": "pnpm clean && pnpm build:types && pnpm build:cjs && pnpm build:esm",
393
394
  "build:cjs": "tsc --noCheck --project ./tsconfig.build.json --module commonjs --outDir ./dist/cjs --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json",
394
395
  "build:esm": "tsc --noCheck --project ./tsconfig.build.json --module es2020 --outDir ./dist/esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./dist/esm/package.json",
395
- "build:types": "tsc --project ./tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
396
+ "build:types": "tsc --project ./tsconfig.build.json --module nodenext --moduleResolution nodenext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
396
397
  "clean": "rimraf dist",
397
398
  "size": "size-limit",
398
399
  "test:watch": "vitest -c ./test/vitest.config.ts dev",