thirdweb 5.100.2 → 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 (356) 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/version.js +1 -1
  6. package/dist/esm/bridge/Webhook.js +102 -0
  7. package/dist/esm/bridge/Webhook.js.map +1 -0
  8. package/dist/esm/bridge/index.js +2 -0
  9. package/dist/esm/bridge/index.js.map +1 -1
  10. package/dist/esm/version.js +1 -1
  11. package/dist/types/bridge/Webhook.d.ts +82 -0
  12. package/dist/types/bridge/Webhook.d.ts.map +1 -0
  13. package/dist/types/bridge/index.d.ts +4 -1
  14. package/dist/types/bridge/index.d.ts.map +1 -1
  15. package/dist/types/react/core/account/provider.d.ts +1 -1
  16. package/dist/types/react/core/account/provider.d.ts.map +1 -1
  17. package/dist/types/react/core/design-system/CustomThemeProvider.d.ts +1 -1
  18. package/dist/types/react/core/design-system/CustomThemeProvider.d.ts.map +1 -1
  19. package/dist/types/react/core/providers/thirdweb-provider.d.ts +1 -1
  20. package/dist/types/react/core/providers/thirdweb-provider.d.ts.map +1 -1
  21. package/dist/types/react/core/wallet/provider.d.ts +1 -1
  22. package/dist/types/react/core/wallet/provider.d.ts.map +1 -1
  23. package/dist/types/react/native/providers/thirdweb-provider.d.ts +1 -1
  24. package/dist/types/react/native/providers/thirdweb-provider.d.ts.map +1 -1
  25. package/dist/types/react/native/ui/AutoConnect/AutoConnect.d.ts +1 -1
  26. package/dist/types/react/native/ui/AutoConnect/AutoConnect.d.ts.map +1 -1
  27. package/dist/types/react/native/ui/components/Address.d.ts +1 -1
  28. package/dist/types/react/native/ui/components/Address.d.ts.map +1 -1
  29. package/dist/types/react/native/ui/components/ChainIcon.d.ts +1 -1
  30. package/dist/types/react/native/ui/components/ChainIcon.d.ts.map +1 -1
  31. package/dist/types/react/native/ui/components/Header.d.ts +1 -1
  32. package/dist/types/react/native/ui/components/Header.d.ts.map +1 -1
  33. package/dist/types/react/native/ui/components/RNImage.d.ts +1 -1
  34. package/dist/types/react/native/ui/components/RNImage.d.ts.map +1 -1
  35. package/dist/types/react/native/ui/components/TokenIcon.d.ts +1 -1
  36. package/dist/types/react/native/ui/components/TokenIcon.d.ts.map +1 -1
  37. package/dist/types/react/native/ui/components/WalletImage.d.ts +1 -1
  38. package/dist/types/react/native/ui/components/WalletImage.d.ts.map +1 -1
  39. package/dist/types/react/native/ui/components/button.d.ts +2 -2
  40. package/dist/types/react/native/ui/components/button.d.ts.map +1 -1
  41. package/dist/types/react/native/ui/components/input.d.ts +2 -2
  42. package/dist/types/react/native/ui/components/input.d.ts.map +1 -1
  43. package/dist/types/react/native/ui/components/spacer.d.ts +1 -1
  44. package/dist/types/react/native/ui/components/spacer.d.ts.map +1 -1
  45. package/dist/types/react/native/ui/components/text.d.ts +1 -1
  46. package/dist/types/react/native/ui/components/text.d.ts.map +1 -1
  47. package/dist/types/react/native/ui/components/view.d.ts +1 -1
  48. package/dist/types/react/native/ui/components/view.d.ts.map +1 -1
  49. package/dist/types/react/native/ui/connect/ConnectButton.d.ts +1 -1
  50. package/dist/types/react/native/ui/connect/ConnectButton.d.ts.map +1 -1
  51. package/dist/types/react/native/ui/connect/ConnectModal.d.ts +2 -2
  52. package/dist/types/react/native/ui/connect/ConnectModal.d.ts.map +1 -1
  53. package/dist/types/react/native/ui/connect/ConnectedButton.d.ts +1 -1
  54. package/dist/types/react/native/ui/connect/ConnectedButton.d.ts.map +1 -1
  55. package/dist/types/react/native/ui/connect/ConnectedModal.d.ts +1 -1
  56. package/dist/types/react/native/ui/connect/ConnectedModal.d.ts.map +1 -1
  57. package/dist/types/react/native/ui/connect/ErrorView.d.ts +1 -1
  58. package/dist/types/react/native/ui/connect/ErrorView.d.ts.map +1 -1
  59. package/dist/types/react/native/ui/connect/ExternalWalletsList.d.ts +2 -2
  60. package/dist/types/react/native/ui/connect/ExternalWalletsList.d.ts.map +1 -1
  61. package/dist/types/react/native/ui/connect/InAppWalletUI.d.ts +3 -3
  62. package/dist/types/react/native/ui/connect/InAppWalletUI.d.ts.map +1 -1
  63. package/dist/types/react/native/ui/connect/LoadingView.d.ts +1 -1
  64. package/dist/types/react/native/ui/connect/LoadingView.d.ts.map +1 -1
  65. package/dist/types/react/native/ui/connect/ReceiveScreen.d.ts +1 -1
  66. package/dist/types/react/native/ui/connect/ReceiveScreen.d.ts.map +1 -1
  67. package/dist/types/react/native/ui/connect/SendScreen.d.ts +1 -1
  68. package/dist/types/react/native/ui/connect/SendScreen.d.ts.map +1 -1
  69. package/dist/types/react/native/ui/connect/SuccessView.d.ts +1 -1
  70. package/dist/types/react/native/ui/connect/SuccessView.d.ts.map +1 -1
  71. package/dist/types/react/native/ui/connect/TokenListScreen.d.ts +2 -2
  72. package/dist/types/react/native/ui/connect/TokenListScreen.d.ts.map +1 -1
  73. package/dist/types/react/native/ui/connect/WalletLoadingThumbnail.d.ts +1 -1
  74. package/dist/types/react/native/ui/connect/WalletLoadingThumbnail.d.ts.map +1 -1
  75. package/dist/types/react/native/ui/prebuilt/Account/address.d.ts +1 -1
  76. package/dist/types/react/native/ui/prebuilt/Account/address.d.ts.map +1 -1
  77. package/dist/types/react/native/ui/prebuilt/Account/avatar.d.ts +1 -1
  78. package/dist/types/react/native/ui/prebuilt/Account/avatar.d.ts.map +1 -1
  79. package/dist/types/react/native/ui/prebuilt/Account/balance.d.ts +1 -1
  80. package/dist/types/react/native/ui/prebuilt/Account/balance.d.ts.map +1 -1
  81. package/dist/types/react/native/ui/prebuilt/Account/blobbie.d.ts +2 -2
  82. package/dist/types/react/native/ui/prebuilt/Account/blobbie.d.ts.map +1 -1
  83. package/dist/types/react/native/ui/prebuilt/Account/name.d.ts +1 -1
  84. package/dist/types/react/native/ui/prebuilt/Account/name.d.ts.map +1 -1
  85. package/dist/types/react/native/ui/prebuilt/Wallet/icon.d.ts +2 -2
  86. package/dist/types/react/native/ui/prebuilt/Wallet/icon.d.ts.map +1 -1
  87. package/dist/types/react/native/ui/prebuilt/Wallet/name.d.ts +1 -1
  88. package/dist/types/react/native/ui/prebuilt/Wallet/name.d.ts.map +1 -1
  89. package/dist/types/react/native/ui/transaction/TransactionButton.d.ts +1 -1
  90. package/dist/types/react/native/ui/transaction/TransactionButton.d.ts.map +1 -1
  91. package/dist/types/react/web/providers/thirdweb-provider.d.ts +1 -1
  92. package/dist/types/react/web/providers/thirdweb-provider.d.ts.map +1 -1
  93. package/dist/types/react/web/providers/wallet-ui-states-provider.d.ts +1 -1
  94. package/dist/types/react/web/providers/wallet-ui-states-provider.d.ts.map +1 -1
  95. package/dist/types/react/web/ui/AutoConnect/AutoConnect.d.ts +1 -1
  96. package/dist/types/react/web/ui/AutoConnect/AutoConnect.d.ts.map +1 -1
  97. package/dist/types/react/web/ui/ConnectWallet/Blobbie.d.ts +1 -1
  98. package/dist/types/react/web/ui/ConnectWallet/Blobbie.d.ts.map +1 -1
  99. package/dist/types/react/web/ui/ConnectWallet/ConnectButton.d.ts +1 -1
  100. package/dist/types/react/web/ui/ConnectWallet/ConnectButton.d.ts.map +1 -1
  101. package/dist/types/react/web/ui/ConnectWallet/Details.d.ts +5 -5
  102. package/dist/types/react/web/ui/ConnectWallet/Details.d.ts.map +1 -1
  103. package/dist/types/react/web/ui/ConnectWallet/Modal/AllWalletsUI.d.ts +1 -1
  104. package/dist/types/react/web/ui/ConnectWallet/Modal/AllWalletsUI.d.ts.map +1 -1
  105. package/dist/types/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.d.ts +1 -1
  106. package/dist/types/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.d.ts.map +1 -1
  107. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectEmbed.d.ts +1 -1
  108. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectEmbed.d.ts.map +1 -1
  109. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModal.d.ts +1 -1
  110. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModal.d.ts.map +1 -1
  111. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalContent.d.ts +1 -1
  112. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalContent.d.ts.map +1 -1
  113. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalSkeleton.d.ts +2 -2
  114. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalSkeleton.d.ts.map +1 -1
  115. package/dist/types/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.d.ts +1 -1
  116. package/dist/types/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.d.ts.map +1 -1
  117. package/dist/types/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.d.ts +1 -1
  118. package/dist/types/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.d.ts.map +1 -1
  119. package/dist/types/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.d.ts +1 -1
  120. package/dist/types/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.d.ts.map +1 -1
  121. package/dist/types/react/web/ui/ConnectWallet/Modal/TOS.d.ts +1 -1
  122. package/dist/types/react/web/ui/ConnectWallet/Modal/TOS.d.ts.map +1 -1
  123. package/dist/types/react/web/ui/ConnectWallet/NetworkSelector.d.ts +1 -1
  124. package/dist/types/react/web/ui/ConnectWallet/NetworkSelector.d.ts.map +1 -1
  125. package/dist/types/react/web/ui/ConnectWallet/PoweredByTW.d.ts +1 -1
  126. package/dist/types/react/web/ui/ConnectWallet/PoweredByTW.d.ts.map +1 -1
  127. package/dist/types/react/web/ui/ConnectWallet/TransactionsScreen.d.ts +1 -1
  128. package/dist/types/react/web/ui/ConnectWallet/TransactionsScreen.d.ts.map +1 -1
  129. package/dist/types/react/web/ui/ConnectWallet/WalletEntryButton.d.ts +1 -1
  130. package/dist/types/react/web/ui/ConnectWallet/WalletEntryButton.d.ts.map +1 -1
  131. package/dist/types/react/web/ui/ConnectWallet/WalletSelector.d.ts +1 -1
  132. package/dist/types/react/web/ui/ConnectWallet/WalletSelector.d.ts.map +1 -1
  133. package/dist/types/react/web/ui/ConnectWallet/WalletTypeRowButton.d.ts +1 -1
  134. package/dist/types/react/web/ui/ConnectWallet/WalletTypeRowButton.d.ts.map +1 -1
  135. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.d.ts +1 -1
  136. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.d.ts.map +1 -1
  137. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/DirectPaymentModeScreen.d.ts +1 -1
  138. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/DirectPaymentModeScreen.d.ts.map +1 -1
  139. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/EstimatedTimeAndFees.d.ts +1 -1
  140. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/EstimatedTimeAndFees.d.ts.map +1 -1
  141. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/LazyBuyScreen.d.ts +1 -1
  142. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/LazyBuyScreen.d.ts.map +1 -1
  143. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.d.ts +1 -1
  144. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.d.ts.map +1 -1
  145. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.d.ts +1 -1
  146. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.d.ts.map +1 -1
  147. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayWIthCreditCard.d.ts +1 -1
  148. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayWIthCreditCard.d.ts.map +1 -1
  149. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/Stepper.d.ts +2 -2
  150. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/Stepper.d.ts.map +1 -1
  151. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/TransactionModeScreen.d.ts +1 -1
  152. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/TransactionModeScreen.d.ts.map +1 -1
  153. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.d.ts +1 -1
  154. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.d.ts.map +1 -1
  155. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.d.ts +1 -1
  156. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.d.ts.map +1 -1
  157. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.d.ts +1 -1
  158. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.d.ts.map +1 -1
  159. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.d.ts +1 -1
  160. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.d.ts.map +1 -1
  161. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.d.ts +1 -1
  162. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.d.ts.map +1 -1
  163. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/SwapDetailsScreen.d.ts +1 -1
  164. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/SwapDetailsScreen.d.ts.map +1 -1
  165. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/TokenInfoRow.d.ts +1 -1
  166. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/TokenInfoRow.d.ts.map +1 -1
  167. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.d.ts +1 -1
  168. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.d.ts.map +1 -1
  169. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.d.ts +1 -1
  170. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.d.ts.map +1 -1
  171. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ErrorText.d.ts +1 -1
  172. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ErrorText.d.ts.map +1 -1
  173. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/Fees.d.ts +2 -2
  174. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/Fees.d.ts.map +1 -1
  175. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/FiatValue.d.ts +1 -1
  176. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/FiatValue.d.ts.map +1 -1
  177. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.d.ts +1 -1
  178. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.d.ts.map +1 -1
  179. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/StepConnector.d.ts +1 -1
  180. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/StepConnector.d.ts.map +1 -1
  181. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapFlow.d.ts +1 -1
  182. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapFlow.d.ts.map +1 -1
  183. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapScreenContent.d.ts +1 -1
  184. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapScreenContent.d.ts.map +1 -1
  185. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapStatusScreen.d.ts +1 -1
  186. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapStatusScreen.d.ts.map +1 -1
  187. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapSummary.d.ts +1 -1
  188. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapSummary.d.ts.map +1 -1
  189. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TokenSelectorScreen.d.ts +1 -1
  190. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TokenSelectorScreen.d.ts.map +1 -1
  191. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferConfirmationScreen.d.ts +1 -1
  192. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferConfirmationScreen.d.ts.map +1 -1
  193. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferFlow.d.ts +1 -1
  194. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferFlow.d.ts.map +1 -1
  195. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/WalletRow.d.ts +1 -1
  196. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/WalletRow.d.ts.map +1 -1
  197. package/dist/types/react/web/ui/ConnectWallet/screens/Details/WalletManagerScreen.d.ts +1 -1
  198. package/dist/types/react/web/ui/ConnectWallet/screens/Details/WalletManagerScreen.d.ts.map +1 -1
  199. package/dist/types/react/web/ui/ConnectWallet/screens/LinkProfileScreen.d.ts +1 -1
  200. package/dist/types/react/web/ui/ConnectWallet/screens/LinkProfileScreen.d.ts.map +1 -1
  201. package/dist/types/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.d.ts +1 -1
  202. package/dist/types/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.d.ts.map +1 -1
  203. package/dist/types/react/web/ui/ConnectWallet/screens/ManageWalletScreen.d.ts +1 -1
  204. package/dist/types/react/web/ui/ConnectWallet/screens/ManageWalletScreen.d.ts.map +1 -1
  205. package/dist/types/react/web/ui/ConnectWallet/screens/PrivateKey.d.ts +1 -1
  206. package/dist/types/react/web/ui/ConnectWallet/screens/PrivateKey.d.ts.map +1 -1
  207. package/dist/types/react/web/ui/ConnectWallet/screens/ReceiveFunds.d.ts +1 -1
  208. package/dist/types/react/web/ui/ConnectWallet/screens/ReceiveFunds.d.ts.map +1 -1
  209. package/dist/types/react/web/ui/ConnectWallet/screens/SendFunds.d.ts +2 -2
  210. package/dist/types/react/web/ui/ConnectWallet/screens/SendFunds.d.ts.map +1 -1
  211. package/dist/types/react/web/ui/ConnectWallet/screens/StartScreen.d.ts +1 -1
  212. package/dist/types/react/web/ui/ConnectWallet/screens/StartScreen.d.ts.map +1 -1
  213. package/dist/types/react/web/ui/ConnectWallet/screens/TokenSelector.d.ts +1 -1
  214. package/dist/types/react/web/ui/ConnectWallet/screens/TokenSelector.d.ts.map +1 -1
  215. package/dist/types/react/web/ui/ConnectWallet/screens/ViewAssets.d.ts +1 -1
  216. package/dist/types/react/web/ui/ConnectWallet/screens/ViewAssets.d.ts.map +1 -1
  217. package/dist/types/react/web/ui/ConnectWallet/screens/ViewNFTs.d.ts +2 -2
  218. package/dist/types/react/web/ui/ConnectWallet/screens/ViewNFTs.d.ts.map +1 -1
  219. package/dist/types/react/web/ui/ConnectWallet/screens/ViewTokens.d.ts +2 -2
  220. package/dist/types/react/web/ui/ConnectWallet/screens/ViewTokens.d.ts.map +1 -1
  221. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.d.ts +1 -1
  222. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.d.ts.map +1 -1
  223. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.d.ts +1 -1
  224. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.d.ts.map +1 -1
  225. package/dist/types/react/web/ui/ConnectWallet/screens/WalletLogoSpinner.d.ts +1 -1
  226. package/dist/types/react/web/ui/ConnectWallet/screens/WalletLogoSpinner.d.ts.map +1 -1
  227. package/dist/types/react/web/ui/ConnectWallet/screens/WalletSwitcherConnectionScreen.d.ts +1 -1
  228. package/dist/types/react/web/ui/ConnectWallet/screens/WalletSwitcherConnectionScreen.d.ts.map +1 -1
  229. package/dist/types/react/web/ui/ConnectWallet/screens/WalletTransactionHistory.d.ts +1 -1
  230. package/dist/types/react/web/ui/ConnectWallet/screens/WalletTransactionHistory.d.ts.map +1 -1
  231. package/dist/types/react/web/ui/PayEmbed.d.ts +1 -1
  232. package/dist/types/react/web/ui/PayEmbed.d.ts.map +1 -1
  233. package/dist/types/react/web/ui/SiteEmbed.d.ts +1 -1
  234. package/dist/types/react/web/ui/SiteEmbed.d.ts.map +1 -1
  235. package/dist/types/react/web/ui/SiteLink.d.ts +1 -1
  236. package/dist/types/react/web/ui/SiteLink.d.ts.map +1 -1
  237. package/dist/types/react/web/ui/TransactionButton/DepositScreen.d.ts +1 -1
  238. package/dist/types/react/web/ui/TransactionButton/DepositScreen.d.ts.map +1 -1
  239. package/dist/types/react/web/ui/TransactionButton/ExecutingScreen.d.ts +1 -1
  240. package/dist/types/react/web/ui/TransactionButton/ExecutingScreen.d.ts.map +1 -1
  241. package/dist/types/react/web/ui/TransactionButton/TransactionModal.d.ts +1 -1
  242. package/dist/types/react/web/ui/TransactionButton/TransactionModal.d.ts.map +1 -1
  243. package/dist/types/react/web/ui/TransactionButton/index.d.ts +1 -1
  244. package/dist/types/react/web/ui/TransactionButton/index.d.ts.map +1 -1
  245. package/dist/types/react/web/ui/components/OTPInput.d.ts +1 -1
  246. package/dist/types/react/web/ui/components/OTPInput.d.ts.map +1 -1
  247. package/dist/types/react/web/ui/components/QRCode.d.ts +1 -1
  248. package/dist/types/react/web/ui/components/QRCode.d.ts.map +1 -1
  249. package/dist/types/react/web/ui/components/StepBar.d.ts +1 -1
  250. package/dist/types/react/web/ui/components/StepBar.d.ts.map +1 -1
  251. package/dist/types/react/web/ui/components/SwitchNetwork.d.ts +1 -1
  252. package/dist/types/react/web/ui/components/SwitchNetwork.d.ts.map +1 -1
  253. package/dist/types/react/web/ui/components/Tabs.d.ts +1 -1
  254. package/dist/types/react/web/ui/components/Tabs.d.ts.map +1 -1
  255. package/dist/types/react/web/ui/components/TextDivider.d.ts +1 -1
  256. package/dist/types/react/web/ui/components/TextDivider.d.ts.map +1 -1
  257. package/dist/types/react/web/ui/components/TokenIcon.d.ts +1 -1
  258. package/dist/types/react/web/ui/components/TokenIcon.d.ts.map +1 -1
  259. package/dist/types/react/web/ui/components/WalletImage.d.ts +1 -1
  260. package/dist/types/react/web/ui/components/WalletImage.d.ts.map +1 -1
  261. package/dist/types/react/web/ui/components/basic.d.ts +2 -2
  262. package/dist/types/react/web/ui/components/basic.d.ts.map +1 -1
  263. package/dist/types/react/web/ui/components/token/TokenRow.d.ts +1 -1
  264. package/dist/types/react/web/ui/components/token/TokenRow.d.ts.map +1 -1
  265. package/dist/types/react/web/ui/components/token/TokenSymbol.d.ts +1 -1
  266. package/dist/types/react/web/ui/components/token/TokenSymbol.d.ts.map +1 -1
  267. package/dist/types/react/web/ui/prebuilt/Account/address.d.ts +1 -1
  268. package/dist/types/react/web/ui/prebuilt/Account/address.d.ts.map +1 -1
  269. package/dist/types/react/web/ui/prebuilt/Account/avatar.d.ts +1 -1
  270. package/dist/types/react/web/ui/prebuilt/Account/avatar.d.ts.map +1 -1
  271. package/dist/types/react/web/ui/prebuilt/Account/balance.d.ts +1 -1
  272. package/dist/types/react/web/ui/prebuilt/Account/balance.d.ts.map +1 -1
  273. package/dist/types/react/web/ui/prebuilt/Account/blobbie.d.ts +1 -1
  274. package/dist/types/react/web/ui/prebuilt/Account/blobbie.d.ts.map +1 -1
  275. package/dist/types/react/web/ui/prebuilt/Account/name.d.ts +1 -1
  276. package/dist/types/react/web/ui/prebuilt/Account/name.d.ts.map +1 -1
  277. package/dist/types/react/web/ui/prebuilt/Chain/icon.d.ts +1 -1
  278. package/dist/types/react/web/ui/prebuilt/Chain/icon.d.ts.map +1 -1
  279. package/dist/types/react/web/ui/prebuilt/Chain/name.d.ts +1 -1
  280. package/dist/types/react/web/ui/prebuilt/Chain/name.d.ts.map +1 -1
  281. package/dist/types/react/web/ui/prebuilt/Chain/provider.d.ts +1 -1
  282. package/dist/types/react/web/ui/prebuilt/Chain/provider.d.ts.map +1 -1
  283. package/dist/types/react/web/ui/prebuilt/NFT/description.d.ts +1 -1
  284. package/dist/types/react/web/ui/prebuilt/NFT/description.d.ts.map +1 -1
  285. package/dist/types/react/web/ui/prebuilt/NFT/media.d.ts +1 -1
  286. package/dist/types/react/web/ui/prebuilt/NFT/media.d.ts.map +1 -1
  287. package/dist/types/react/web/ui/prebuilt/NFT/name.d.ts +1 -1
  288. package/dist/types/react/web/ui/prebuilt/NFT/name.d.ts.map +1 -1
  289. package/dist/types/react/web/ui/prebuilt/NFT/provider.d.ts +1 -1
  290. package/dist/types/react/web/ui/prebuilt/NFT/provider.d.ts.map +1 -1
  291. package/dist/types/react/web/ui/prebuilt/Token/icon.d.ts +1 -1
  292. package/dist/types/react/web/ui/prebuilt/Token/icon.d.ts.map +1 -1
  293. package/dist/types/react/web/ui/prebuilt/Token/name.d.ts +1 -1
  294. package/dist/types/react/web/ui/prebuilt/Token/name.d.ts.map +1 -1
  295. package/dist/types/react/web/ui/prebuilt/Token/provider.d.ts +1 -1
  296. package/dist/types/react/web/ui/prebuilt/Token/provider.d.ts.map +1 -1
  297. package/dist/types/react/web/ui/prebuilt/Token/symbol.d.ts +1 -1
  298. package/dist/types/react/web/ui/prebuilt/Token/symbol.d.ts.map +1 -1
  299. package/dist/types/react/web/ui/prebuilt/Wallet/icon.d.ts +2 -2
  300. package/dist/types/react/web/ui/prebuilt/Wallet/icon.d.ts.map +1 -1
  301. package/dist/types/react/web/ui/prebuilt/Wallet/name.d.ts +1 -1
  302. package/dist/types/react/web/ui/prebuilt/Wallet/name.d.ts.map +1 -1
  303. package/dist/types/react/web/ui/prebuilt/thirdweb/BuyDirectListingButton/index.d.ts +1 -1
  304. package/dist/types/react/web/ui/prebuilt/thirdweb/BuyDirectListingButton/index.d.ts.map +1 -1
  305. package/dist/types/react/web/ui/prebuilt/thirdweb/ClaimButton/index.d.ts +1 -1
  306. package/dist/types/react/web/ui/prebuilt/thirdweb/ClaimButton/index.d.ts.map +1 -1
  307. package/dist/types/react/web/ui/prebuilt/thirdweb/CreateDirectListingButton/index.d.ts +1 -1
  308. package/dist/types/react/web/ui/prebuilt/thirdweb/CreateDirectListingButton/index.d.ts.map +1 -1
  309. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletConnectUI.d.ts +1 -1
  310. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletConnectUI.d.ts.map +1 -1
  311. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletFormUI.d.ts +1 -1
  312. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletFormUI.d.ts.map +1 -1
  313. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletHeader.d.ts +1 -1
  314. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletHeader.d.ts.map +1 -1
  315. package/dist/types/react/web/wallets/in-app/CountrySelector.d.ts +1 -1
  316. package/dist/types/react/web/wallets/in-app/CountrySelector.d.ts.map +1 -1
  317. package/dist/types/react/web/wallets/in-app/InAppWalletConnectUI.d.ts +1 -1
  318. package/dist/types/react/web/wallets/in-app/InAppWalletConnectUI.d.ts.map +1 -1
  319. package/dist/types/react/web/wallets/in-app/InAppWalletFormUI.d.ts +1 -1
  320. package/dist/types/react/web/wallets/in-app/InAppWalletFormUI.d.ts.map +1 -1
  321. package/dist/types/react/web/wallets/in-app/InAppWalletSelectionUI.d.ts +1 -1
  322. package/dist/types/react/web/wallets/in-app/InAppWalletSelectionUI.d.ts.map +1 -1
  323. package/dist/types/react/web/wallets/in-app/InputSelectionUI.d.ts +1 -1
  324. package/dist/types/react/web/wallets/in-app/InputSelectionUI.d.ts.map +1 -1
  325. package/dist/types/react/web/wallets/in-app/WalletAuth.d.ts +1 -1
  326. package/dist/types/react/web/wallets/in-app/WalletAuth.d.ts.map +1 -1
  327. package/dist/types/react/web/wallets/shared/CoinbaseSDKConnection.d.ts +1 -1
  328. package/dist/types/react/web/wallets/shared/CoinbaseSDKConnection.d.ts.map +1 -1
  329. package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts +1 -1
  330. package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts.map +1 -1
  331. package/dist/types/react/web/wallets/shared/ErrorState.d.ts +1 -1
  332. package/dist/types/react/web/wallets/shared/ErrorState.d.ts.map +1 -1
  333. package/dist/types/react/web/wallets/shared/GuestLogin.d.ts +1 -1
  334. package/dist/types/react/web/wallets/shared/GuestLogin.d.ts.map +1 -1
  335. package/dist/types/react/web/wallets/shared/LoadingScreen.d.ts +1 -1
  336. package/dist/types/react/web/wallets/shared/LoadingScreen.d.ts.map +1 -1
  337. package/dist/types/react/web/wallets/shared/LoadingState.d.ts +1 -1
  338. package/dist/types/react/web/wallets/shared/LoadingState.d.ts.map +1 -1
  339. package/dist/types/react/web/wallets/shared/OTPLoginUI.d.ts +1 -1
  340. package/dist/types/react/web/wallets/shared/OTPLoginUI.d.ts.map +1 -1
  341. package/dist/types/react/web/wallets/shared/PassKeyLogin.d.ts +1 -1
  342. package/dist/types/react/web/wallets/shared/PassKeyLogin.d.ts.map +1 -1
  343. package/dist/types/react/web/wallets/shared/SocialLogin.d.ts +1 -1
  344. package/dist/types/react/web/wallets/shared/SocialLogin.d.ts.map +1 -1
  345. package/dist/types/transaction/actions/to-serializable-transaction.d.ts +2 -2
  346. package/dist/types/utils/abi/decodeFunctionData.d.ts +1 -1
  347. package/dist/types/utils/abi/decodeFunctionData.d.ts.map +1 -1
  348. package/dist/types/utils/abi/decodeFunctionResult.d.ts +1 -1
  349. package/dist/types/utils/abi/decodeFunctionResult.d.ts.map +1 -1
  350. package/dist/types/version.d.ts +1 -1
  351. package/dist/types/wallets/in-app/native/helpers/storage/local.d.ts +1 -1
  352. package/package.json +6 -5
  353. package/src/bridge/Webhook.test.ts +589 -0
  354. package/src/bridge/Webhook.ts +139 -0
  355. package/src/bridge/index.ts +4 -1
  356. package/src/version.ts +1 -1
@@ -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"}
@@ -4,5 +4,5 @@ export declare function CountrySelector({ countryCode, setCountryCode, allowedCo
4
4
  countryCode: string;
5
5
  setCountryCode: React.Dispatch<React.SetStateAction<string>>;
6
6
  allowedCountryCodes?: SupportedSmsCountry[];
7
- }): import("react/jsx-runtime.js").JSX.Element;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
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,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,8CAmDA"}
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"}
@@ -11,5 +11,5 @@ export declare function InputSelectionUI(props: {
11
11
  disabled?: boolean;
12
12
  defaultSmsCountryCode?: SupportedSmsCountry;
13
13
  allowedSmsCountryCodes?: SupportedSmsCountry[];
14
- }): import("react/jsx-runtime.js").JSX.Element;
14
+ }): import("react/jsx-runtime").JSX.Element;
15
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;IAC5C,sBAAsB,CAAC,EAAE,mBAAmB,EAAE,CAAC;CAChD,8CAkHA"}
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,+CA4avC,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"}
@@ -1,2 +1,2 @@
1
- export declare const version = "5.100.2";
1
+ export declare const version = "5.101.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -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",
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",