thirdweb 5.100.2 → 5.101.1-nightly-5277eddb70b3cf7b3dccbb4570c677f49b8dc854-20250524000345

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 (370) hide show
  1. package/dist/cjs/bridge/Webhook.js +121 -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/bridge/types/Errors.js.map +1 -1
  6. package/dist/cjs/react/web/utils/errors.js +7 -10
  7. package/dist/cjs/react/web/utils/errors.js.map +1 -1
  8. package/dist/cjs/version.js +1 -1
  9. package/dist/cjs/version.js.map +1 -1
  10. package/dist/esm/bridge/Webhook.js +118 -0
  11. package/dist/esm/bridge/Webhook.js.map +1 -0
  12. package/dist/esm/bridge/index.js +2 -0
  13. package/dist/esm/bridge/index.js.map +1 -1
  14. package/dist/esm/bridge/types/Errors.js.map +1 -1
  15. package/dist/esm/react/web/utils/errors.js +7 -10
  16. package/dist/esm/react/web/utils/errors.js.map +1 -1
  17. package/dist/esm/version.js +1 -1
  18. package/dist/esm/version.js.map +1 -1
  19. package/dist/types/bridge/Webhook.d.ts +114 -0
  20. package/dist/types/bridge/Webhook.d.ts.map +1 -0
  21. package/dist/types/bridge/index.d.ts +4 -1
  22. package/dist/types/bridge/index.d.ts.map +1 -1
  23. package/dist/types/bridge/types/Errors.d.ts +1 -1
  24. package/dist/types/bridge/types/Errors.d.ts.map +1 -1
  25. package/dist/types/react/core/account/provider.d.ts +1 -1
  26. package/dist/types/react/core/account/provider.d.ts.map +1 -1
  27. package/dist/types/react/core/design-system/CustomThemeProvider.d.ts +1 -1
  28. package/dist/types/react/core/design-system/CustomThemeProvider.d.ts.map +1 -1
  29. package/dist/types/react/core/providers/thirdweb-provider.d.ts +1 -1
  30. package/dist/types/react/core/providers/thirdweb-provider.d.ts.map +1 -1
  31. package/dist/types/react/core/wallet/provider.d.ts +1 -1
  32. package/dist/types/react/core/wallet/provider.d.ts.map +1 -1
  33. package/dist/types/react/native/providers/thirdweb-provider.d.ts +1 -1
  34. package/dist/types/react/native/providers/thirdweb-provider.d.ts.map +1 -1
  35. package/dist/types/react/native/ui/AutoConnect/AutoConnect.d.ts +1 -1
  36. package/dist/types/react/native/ui/AutoConnect/AutoConnect.d.ts.map +1 -1
  37. package/dist/types/react/native/ui/components/Address.d.ts +1 -1
  38. package/dist/types/react/native/ui/components/Address.d.ts.map +1 -1
  39. package/dist/types/react/native/ui/components/ChainIcon.d.ts +1 -1
  40. package/dist/types/react/native/ui/components/ChainIcon.d.ts.map +1 -1
  41. package/dist/types/react/native/ui/components/Header.d.ts +1 -1
  42. package/dist/types/react/native/ui/components/Header.d.ts.map +1 -1
  43. package/dist/types/react/native/ui/components/RNImage.d.ts +1 -1
  44. package/dist/types/react/native/ui/components/RNImage.d.ts.map +1 -1
  45. package/dist/types/react/native/ui/components/TokenIcon.d.ts +1 -1
  46. package/dist/types/react/native/ui/components/TokenIcon.d.ts.map +1 -1
  47. package/dist/types/react/native/ui/components/WalletImage.d.ts +1 -1
  48. package/dist/types/react/native/ui/components/WalletImage.d.ts.map +1 -1
  49. package/dist/types/react/native/ui/components/button.d.ts +2 -2
  50. package/dist/types/react/native/ui/components/button.d.ts.map +1 -1
  51. package/dist/types/react/native/ui/components/input.d.ts +2 -2
  52. package/dist/types/react/native/ui/components/input.d.ts.map +1 -1
  53. package/dist/types/react/native/ui/components/spacer.d.ts +1 -1
  54. package/dist/types/react/native/ui/components/spacer.d.ts.map +1 -1
  55. package/dist/types/react/native/ui/components/text.d.ts +1 -1
  56. package/dist/types/react/native/ui/components/text.d.ts.map +1 -1
  57. package/dist/types/react/native/ui/components/view.d.ts +1 -1
  58. package/dist/types/react/native/ui/components/view.d.ts.map +1 -1
  59. package/dist/types/react/native/ui/connect/ConnectButton.d.ts +1 -1
  60. package/dist/types/react/native/ui/connect/ConnectButton.d.ts.map +1 -1
  61. package/dist/types/react/native/ui/connect/ConnectModal.d.ts +2 -2
  62. package/dist/types/react/native/ui/connect/ConnectModal.d.ts.map +1 -1
  63. package/dist/types/react/native/ui/connect/ConnectedButton.d.ts +1 -1
  64. package/dist/types/react/native/ui/connect/ConnectedButton.d.ts.map +1 -1
  65. package/dist/types/react/native/ui/connect/ConnectedModal.d.ts +1 -1
  66. package/dist/types/react/native/ui/connect/ConnectedModal.d.ts.map +1 -1
  67. package/dist/types/react/native/ui/connect/ErrorView.d.ts +1 -1
  68. package/dist/types/react/native/ui/connect/ErrorView.d.ts.map +1 -1
  69. package/dist/types/react/native/ui/connect/ExternalWalletsList.d.ts +2 -2
  70. package/dist/types/react/native/ui/connect/ExternalWalletsList.d.ts.map +1 -1
  71. package/dist/types/react/native/ui/connect/InAppWalletUI.d.ts +3 -3
  72. package/dist/types/react/native/ui/connect/InAppWalletUI.d.ts.map +1 -1
  73. package/dist/types/react/native/ui/connect/LoadingView.d.ts +1 -1
  74. package/dist/types/react/native/ui/connect/LoadingView.d.ts.map +1 -1
  75. package/dist/types/react/native/ui/connect/ReceiveScreen.d.ts +1 -1
  76. package/dist/types/react/native/ui/connect/ReceiveScreen.d.ts.map +1 -1
  77. package/dist/types/react/native/ui/connect/SendScreen.d.ts +1 -1
  78. package/dist/types/react/native/ui/connect/SendScreen.d.ts.map +1 -1
  79. package/dist/types/react/native/ui/connect/SuccessView.d.ts +1 -1
  80. package/dist/types/react/native/ui/connect/SuccessView.d.ts.map +1 -1
  81. package/dist/types/react/native/ui/connect/TokenListScreen.d.ts +2 -2
  82. package/dist/types/react/native/ui/connect/TokenListScreen.d.ts.map +1 -1
  83. package/dist/types/react/native/ui/connect/WalletLoadingThumbnail.d.ts +1 -1
  84. package/dist/types/react/native/ui/connect/WalletLoadingThumbnail.d.ts.map +1 -1
  85. package/dist/types/react/native/ui/prebuilt/Account/address.d.ts +1 -1
  86. package/dist/types/react/native/ui/prebuilt/Account/address.d.ts.map +1 -1
  87. package/dist/types/react/native/ui/prebuilt/Account/avatar.d.ts +1 -1
  88. package/dist/types/react/native/ui/prebuilt/Account/avatar.d.ts.map +1 -1
  89. package/dist/types/react/native/ui/prebuilt/Account/balance.d.ts +1 -1
  90. package/dist/types/react/native/ui/prebuilt/Account/balance.d.ts.map +1 -1
  91. package/dist/types/react/native/ui/prebuilt/Account/blobbie.d.ts +2 -2
  92. package/dist/types/react/native/ui/prebuilt/Account/blobbie.d.ts.map +1 -1
  93. package/dist/types/react/native/ui/prebuilt/Account/name.d.ts +1 -1
  94. package/dist/types/react/native/ui/prebuilt/Account/name.d.ts.map +1 -1
  95. package/dist/types/react/native/ui/prebuilt/Wallet/icon.d.ts +2 -2
  96. package/dist/types/react/native/ui/prebuilt/Wallet/icon.d.ts.map +1 -1
  97. package/dist/types/react/native/ui/prebuilt/Wallet/name.d.ts +1 -1
  98. package/dist/types/react/native/ui/prebuilt/Wallet/name.d.ts.map +1 -1
  99. package/dist/types/react/native/ui/transaction/TransactionButton.d.ts +1 -1
  100. package/dist/types/react/native/ui/transaction/TransactionButton.d.ts.map +1 -1
  101. package/dist/types/react/web/providers/thirdweb-provider.d.ts +1 -1
  102. package/dist/types/react/web/providers/thirdweb-provider.d.ts.map +1 -1
  103. package/dist/types/react/web/providers/wallet-ui-states-provider.d.ts +1 -1
  104. package/dist/types/react/web/providers/wallet-ui-states-provider.d.ts.map +1 -1
  105. package/dist/types/react/web/ui/AutoConnect/AutoConnect.d.ts +1 -1
  106. package/dist/types/react/web/ui/AutoConnect/AutoConnect.d.ts.map +1 -1
  107. package/dist/types/react/web/ui/ConnectWallet/Blobbie.d.ts +1 -1
  108. package/dist/types/react/web/ui/ConnectWallet/Blobbie.d.ts.map +1 -1
  109. package/dist/types/react/web/ui/ConnectWallet/ConnectButton.d.ts +1 -1
  110. package/dist/types/react/web/ui/ConnectWallet/ConnectButton.d.ts.map +1 -1
  111. package/dist/types/react/web/ui/ConnectWallet/Details.d.ts +5 -5
  112. package/dist/types/react/web/ui/ConnectWallet/Details.d.ts.map +1 -1
  113. package/dist/types/react/web/ui/ConnectWallet/Modal/AllWalletsUI.d.ts +1 -1
  114. package/dist/types/react/web/ui/ConnectWallet/Modal/AllWalletsUI.d.ts.map +1 -1
  115. package/dist/types/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.d.ts +1 -1
  116. package/dist/types/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.d.ts.map +1 -1
  117. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectEmbed.d.ts +1 -1
  118. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectEmbed.d.ts.map +1 -1
  119. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModal.d.ts +1 -1
  120. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModal.d.ts.map +1 -1
  121. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalContent.d.ts +1 -1
  122. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalContent.d.ts.map +1 -1
  123. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalSkeleton.d.ts +2 -2
  124. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalSkeleton.d.ts.map +1 -1
  125. package/dist/types/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.d.ts +1 -1
  126. package/dist/types/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.d.ts.map +1 -1
  127. package/dist/types/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.d.ts +1 -1
  128. package/dist/types/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.d.ts.map +1 -1
  129. package/dist/types/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.d.ts +1 -1
  130. package/dist/types/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.d.ts.map +1 -1
  131. package/dist/types/react/web/ui/ConnectWallet/Modal/TOS.d.ts +1 -1
  132. package/dist/types/react/web/ui/ConnectWallet/Modal/TOS.d.ts.map +1 -1
  133. package/dist/types/react/web/ui/ConnectWallet/NetworkSelector.d.ts +1 -1
  134. package/dist/types/react/web/ui/ConnectWallet/NetworkSelector.d.ts.map +1 -1
  135. package/dist/types/react/web/ui/ConnectWallet/PoweredByTW.d.ts +1 -1
  136. package/dist/types/react/web/ui/ConnectWallet/PoweredByTW.d.ts.map +1 -1
  137. package/dist/types/react/web/ui/ConnectWallet/TransactionsScreen.d.ts +1 -1
  138. package/dist/types/react/web/ui/ConnectWallet/TransactionsScreen.d.ts.map +1 -1
  139. package/dist/types/react/web/ui/ConnectWallet/WalletEntryButton.d.ts +1 -1
  140. package/dist/types/react/web/ui/ConnectWallet/WalletEntryButton.d.ts.map +1 -1
  141. package/dist/types/react/web/ui/ConnectWallet/WalletSelector.d.ts +1 -1
  142. package/dist/types/react/web/ui/ConnectWallet/WalletSelector.d.ts.map +1 -1
  143. package/dist/types/react/web/ui/ConnectWallet/WalletTypeRowButton.d.ts +1 -1
  144. package/dist/types/react/web/ui/ConnectWallet/WalletTypeRowButton.d.ts.map +1 -1
  145. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.d.ts +1 -1
  146. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.d.ts.map +1 -1
  147. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/DirectPaymentModeScreen.d.ts +1 -1
  148. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/DirectPaymentModeScreen.d.ts.map +1 -1
  149. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/EstimatedTimeAndFees.d.ts +1 -1
  150. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/EstimatedTimeAndFees.d.ts.map +1 -1
  151. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/LazyBuyScreen.d.ts +1 -1
  152. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/LazyBuyScreen.d.ts.map +1 -1
  153. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.d.ts +1 -1
  154. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.d.ts.map +1 -1
  155. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.d.ts +1 -1
  156. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.d.ts.map +1 -1
  157. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayWIthCreditCard.d.ts +1 -1
  158. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayWIthCreditCard.d.ts.map +1 -1
  159. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/Stepper.d.ts +2 -2
  160. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/Stepper.d.ts.map +1 -1
  161. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/TransactionModeScreen.d.ts +1 -1
  162. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/TransactionModeScreen.d.ts.map +1 -1
  163. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.d.ts +1 -1
  164. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.d.ts.map +1 -1
  165. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.d.ts +1 -1
  166. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.d.ts.map +1 -1
  167. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.d.ts +1 -1
  168. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.d.ts.map +1 -1
  169. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.d.ts +1 -1
  170. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/OnRampScreen.d.ts.map +1 -1
  171. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.d.ts +1 -1
  172. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/Providers.d.ts.map +1 -1
  173. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/SwapDetailsScreen.d.ts +1 -1
  174. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/SwapDetailsScreen.d.ts.map +1 -1
  175. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/TokenInfoRow.d.ts +1 -1
  176. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/pay-transactions/TokenInfoRow.d.ts.map +1 -1
  177. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.d.ts +1 -1
  178. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.d.ts.map +1 -1
  179. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.d.ts +1 -1
  180. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.d.ts.map +1 -1
  181. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ErrorText.d.ts +1 -1
  182. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ErrorText.d.ts.map +1 -1
  183. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/Fees.d.ts +2 -2
  184. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/Fees.d.ts.map +1 -1
  185. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/FiatValue.d.ts +1 -1
  186. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/FiatValue.d.ts.map +1 -1
  187. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.d.ts +1 -1
  188. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.d.ts.map +1 -1
  189. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/StepConnector.d.ts +1 -1
  190. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/StepConnector.d.ts.map +1 -1
  191. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapFlow.d.ts +1 -1
  192. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapFlow.d.ts.map +1 -1
  193. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapScreenContent.d.ts +1 -1
  194. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapScreenContent.d.ts.map +1 -1
  195. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapStatusScreen.d.ts +1 -1
  196. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapStatusScreen.d.ts.map +1 -1
  197. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapSummary.d.ts +1 -1
  198. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/SwapSummary.d.ts.map +1 -1
  199. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TokenSelectorScreen.d.ts +1 -1
  200. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TokenSelectorScreen.d.ts.map +1 -1
  201. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferConfirmationScreen.d.ts +1 -1
  202. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferConfirmationScreen.d.ts.map +1 -1
  203. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferFlow.d.ts +1 -1
  204. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/TransferFlow.d.ts.map +1 -1
  205. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/WalletRow.d.ts +1 -1
  206. package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/WalletRow.d.ts.map +1 -1
  207. package/dist/types/react/web/ui/ConnectWallet/screens/Details/WalletManagerScreen.d.ts +1 -1
  208. package/dist/types/react/web/ui/ConnectWallet/screens/Details/WalletManagerScreen.d.ts.map +1 -1
  209. package/dist/types/react/web/ui/ConnectWallet/screens/LinkProfileScreen.d.ts +1 -1
  210. package/dist/types/react/web/ui/ConnectWallet/screens/LinkProfileScreen.d.ts.map +1 -1
  211. package/dist/types/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.d.ts +1 -1
  212. package/dist/types/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.d.ts.map +1 -1
  213. package/dist/types/react/web/ui/ConnectWallet/screens/ManageWalletScreen.d.ts +1 -1
  214. package/dist/types/react/web/ui/ConnectWallet/screens/ManageWalletScreen.d.ts.map +1 -1
  215. package/dist/types/react/web/ui/ConnectWallet/screens/PrivateKey.d.ts +1 -1
  216. package/dist/types/react/web/ui/ConnectWallet/screens/PrivateKey.d.ts.map +1 -1
  217. package/dist/types/react/web/ui/ConnectWallet/screens/ReceiveFunds.d.ts +1 -1
  218. package/dist/types/react/web/ui/ConnectWallet/screens/ReceiveFunds.d.ts.map +1 -1
  219. package/dist/types/react/web/ui/ConnectWallet/screens/SendFunds.d.ts +2 -2
  220. package/dist/types/react/web/ui/ConnectWallet/screens/SendFunds.d.ts.map +1 -1
  221. package/dist/types/react/web/ui/ConnectWallet/screens/StartScreen.d.ts +1 -1
  222. package/dist/types/react/web/ui/ConnectWallet/screens/StartScreen.d.ts.map +1 -1
  223. package/dist/types/react/web/ui/ConnectWallet/screens/TokenSelector.d.ts +1 -1
  224. package/dist/types/react/web/ui/ConnectWallet/screens/TokenSelector.d.ts.map +1 -1
  225. package/dist/types/react/web/ui/ConnectWallet/screens/ViewAssets.d.ts +1 -1
  226. package/dist/types/react/web/ui/ConnectWallet/screens/ViewAssets.d.ts.map +1 -1
  227. package/dist/types/react/web/ui/ConnectWallet/screens/ViewNFTs.d.ts +2 -2
  228. package/dist/types/react/web/ui/ConnectWallet/screens/ViewNFTs.d.ts.map +1 -1
  229. package/dist/types/react/web/ui/ConnectWallet/screens/ViewTokens.d.ts +2 -2
  230. package/dist/types/react/web/ui/ConnectWallet/screens/ViewTokens.d.ts.map +1 -1
  231. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.d.ts +1 -1
  232. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.d.ts.map +1 -1
  233. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.d.ts +1 -1
  234. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.d.ts.map +1 -1
  235. package/dist/types/react/web/ui/ConnectWallet/screens/WalletLogoSpinner.d.ts +1 -1
  236. package/dist/types/react/web/ui/ConnectWallet/screens/WalletLogoSpinner.d.ts.map +1 -1
  237. package/dist/types/react/web/ui/ConnectWallet/screens/WalletSwitcherConnectionScreen.d.ts +1 -1
  238. package/dist/types/react/web/ui/ConnectWallet/screens/WalletSwitcherConnectionScreen.d.ts.map +1 -1
  239. package/dist/types/react/web/ui/ConnectWallet/screens/WalletTransactionHistory.d.ts +1 -1
  240. package/dist/types/react/web/ui/ConnectWallet/screens/WalletTransactionHistory.d.ts.map +1 -1
  241. package/dist/types/react/web/ui/PayEmbed.d.ts +1 -1
  242. package/dist/types/react/web/ui/PayEmbed.d.ts.map +1 -1
  243. package/dist/types/react/web/ui/SiteEmbed.d.ts +1 -1
  244. package/dist/types/react/web/ui/SiteEmbed.d.ts.map +1 -1
  245. package/dist/types/react/web/ui/SiteLink.d.ts +1 -1
  246. package/dist/types/react/web/ui/SiteLink.d.ts.map +1 -1
  247. package/dist/types/react/web/ui/TransactionButton/DepositScreen.d.ts +1 -1
  248. package/dist/types/react/web/ui/TransactionButton/DepositScreen.d.ts.map +1 -1
  249. package/dist/types/react/web/ui/TransactionButton/ExecutingScreen.d.ts +1 -1
  250. package/dist/types/react/web/ui/TransactionButton/ExecutingScreen.d.ts.map +1 -1
  251. package/dist/types/react/web/ui/TransactionButton/TransactionModal.d.ts +1 -1
  252. package/dist/types/react/web/ui/TransactionButton/TransactionModal.d.ts.map +1 -1
  253. package/dist/types/react/web/ui/TransactionButton/index.d.ts +1 -1
  254. package/dist/types/react/web/ui/TransactionButton/index.d.ts.map +1 -1
  255. package/dist/types/react/web/ui/components/OTPInput.d.ts +1 -1
  256. package/dist/types/react/web/ui/components/OTPInput.d.ts.map +1 -1
  257. package/dist/types/react/web/ui/components/QRCode.d.ts +1 -1
  258. package/dist/types/react/web/ui/components/QRCode.d.ts.map +1 -1
  259. package/dist/types/react/web/ui/components/StepBar.d.ts +1 -1
  260. package/dist/types/react/web/ui/components/StepBar.d.ts.map +1 -1
  261. package/dist/types/react/web/ui/components/SwitchNetwork.d.ts +1 -1
  262. package/dist/types/react/web/ui/components/SwitchNetwork.d.ts.map +1 -1
  263. package/dist/types/react/web/ui/components/Tabs.d.ts +1 -1
  264. package/dist/types/react/web/ui/components/Tabs.d.ts.map +1 -1
  265. package/dist/types/react/web/ui/components/TextDivider.d.ts +1 -1
  266. package/dist/types/react/web/ui/components/TextDivider.d.ts.map +1 -1
  267. package/dist/types/react/web/ui/components/TokenIcon.d.ts +1 -1
  268. package/dist/types/react/web/ui/components/TokenIcon.d.ts.map +1 -1
  269. package/dist/types/react/web/ui/components/WalletImage.d.ts +1 -1
  270. package/dist/types/react/web/ui/components/WalletImage.d.ts.map +1 -1
  271. package/dist/types/react/web/ui/components/basic.d.ts +2 -2
  272. package/dist/types/react/web/ui/components/basic.d.ts.map +1 -1
  273. package/dist/types/react/web/ui/components/token/TokenRow.d.ts +1 -1
  274. package/dist/types/react/web/ui/components/token/TokenRow.d.ts.map +1 -1
  275. package/dist/types/react/web/ui/components/token/TokenSymbol.d.ts +1 -1
  276. package/dist/types/react/web/ui/components/token/TokenSymbol.d.ts.map +1 -1
  277. package/dist/types/react/web/ui/prebuilt/Account/address.d.ts +1 -1
  278. package/dist/types/react/web/ui/prebuilt/Account/address.d.ts.map +1 -1
  279. package/dist/types/react/web/ui/prebuilt/Account/avatar.d.ts +1 -1
  280. package/dist/types/react/web/ui/prebuilt/Account/avatar.d.ts.map +1 -1
  281. package/dist/types/react/web/ui/prebuilt/Account/balance.d.ts +1 -1
  282. package/dist/types/react/web/ui/prebuilt/Account/balance.d.ts.map +1 -1
  283. package/dist/types/react/web/ui/prebuilt/Account/blobbie.d.ts +1 -1
  284. package/dist/types/react/web/ui/prebuilt/Account/blobbie.d.ts.map +1 -1
  285. package/dist/types/react/web/ui/prebuilt/Account/name.d.ts +1 -1
  286. package/dist/types/react/web/ui/prebuilt/Account/name.d.ts.map +1 -1
  287. package/dist/types/react/web/ui/prebuilt/Chain/icon.d.ts +1 -1
  288. package/dist/types/react/web/ui/prebuilt/Chain/icon.d.ts.map +1 -1
  289. package/dist/types/react/web/ui/prebuilt/Chain/name.d.ts +1 -1
  290. package/dist/types/react/web/ui/prebuilt/Chain/name.d.ts.map +1 -1
  291. package/dist/types/react/web/ui/prebuilt/Chain/provider.d.ts +1 -1
  292. package/dist/types/react/web/ui/prebuilt/Chain/provider.d.ts.map +1 -1
  293. package/dist/types/react/web/ui/prebuilt/NFT/description.d.ts +1 -1
  294. package/dist/types/react/web/ui/prebuilt/NFT/description.d.ts.map +1 -1
  295. package/dist/types/react/web/ui/prebuilt/NFT/media.d.ts +1 -1
  296. package/dist/types/react/web/ui/prebuilt/NFT/media.d.ts.map +1 -1
  297. package/dist/types/react/web/ui/prebuilt/NFT/name.d.ts +1 -1
  298. package/dist/types/react/web/ui/prebuilt/NFT/name.d.ts.map +1 -1
  299. package/dist/types/react/web/ui/prebuilt/NFT/provider.d.ts +1 -1
  300. package/dist/types/react/web/ui/prebuilt/NFT/provider.d.ts.map +1 -1
  301. package/dist/types/react/web/ui/prebuilt/Token/icon.d.ts +1 -1
  302. package/dist/types/react/web/ui/prebuilt/Token/icon.d.ts.map +1 -1
  303. package/dist/types/react/web/ui/prebuilt/Token/name.d.ts +1 -1
  304. package/dist/types/react/web/ui/prebuilt/Token/name.d.ts.map +1 -1
  305. package/dist/types/react/web/ui/prebuilt/Token/provider.d.ts +1 -1
  306. package/dist/types/react/web/ui/prebuilt/Token/provider.d.ts.map +1 -1
  307. package/dist/types/react/web/ui/prebuilt/Token/symbol.d.ts +1 -1
  308. package/dist/types/react/web/ui/prebuilt/Token/symbol.d.ts.map +1 -1
  309. package/dist/types/react/web/ui/prebuilt/Wallet/icon.d.ts +2 -2
  310. package/dist/types/react/web/ui/prebuilt/Wallet/icon.d.ts.map +1 -1
  311. package/dist/types/react/web/ui/prebuilt/Wallet/name.d.ts +1 -1
  312. package/dist/types/react/web/ui/prebuilt/Wallet/name.d.ts.map +1 -1
  313. package/dist/types/react/web/ui/prebuilt/thirdweb/BuyDirectListingButton/index.d.ts +1 -1
  314. package/dist/types/react/web/ui/prebuilt/thirdweb/BuyDirectListingButton/index.d.ts.map +1 -1
  315. package/dist/types/react/web/ui/prebuilt/thirdweb/ClaimButton/index.d.ts +1 -1
  316. package/dist/types/react/web/ui/prebuilt/thirdweb/ClaimButton/index.d.ts.map +1 -1
  317. package/dist/types/react/web/ui/prebuilt/thirdweb/CreateDirectListingButton/index.d.ts +1 -1
  318. package/dist/types/react/web/ui/prebuilt/thirdweb/CreateDirectListingButton/index.d.ts.map +1 -1
  319. package/dist/types/react/web/utils/errors.d.ts.map +1 -1
  320. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletConnectUI.d.ts +1 -1
  321. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletConnectUI.d.ts.map +1 -1
  322. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletFormUI.d.ts +1 -1
  323. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletFormUI.d.ts.map +1 -1
  324. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletHeader.d.ts +1 -1
  325. package/dist/types/react/web/wallets/ecosystem/EcosystemWalletHeader.d.ts.map +1 -1
  326. package/dist/types/react/web/wallets/in-app/CountrySelector.d.ts +1 -1
  327. package/dist/types/react/web/wallets/in-app/CountrySelector.d.ts.map +1 -1
  328. package/dist/types/react/web/wallets/in-app/InAppWalletConnectUI.d.ts +1 -1
  329. package/dist/types/react/web/wallets/in-app/InAppWalletConnectUI.d.ts.map +1 -1
  330. package/dist/types/react/web/wallets/in-app/InAppWalletFormUI.d.ts +1 -1
  331. package/dist/types/react/web/wallets/in-app/InAppWalletFormUI.d.ts.map +1 -1
  332. package/dist/types/react/web/wallets/in-app/InAppWalletSelectionUI.d.ts +1 -1
  333. package/dist/types/react/web/wallets/in-app/InAppWalletSelectionUI.d.ts.map +1 -1
  334. package/dist/types/react/web/wallets/in-app/InputSelectionUI.d.ts +1 -1
  335. package/dist/types/react/web/wallets/in-app/InputSelectionUI.d.ts.map +1 -1
  336. package/dist/types/react/web/wallets/in-app/WalletAuth.d.ts +1 -1
  337. package/dist/types/react/web/wallets/in-app/WalletAuth.d.ts.map +1 -1
  338. package/dist/types/react/web/wallets/shared/CoinbaseSDKConnection.d.ts +1 -1
  339. package/dist/types/react/web/wallets/shared/CoinbaseSDKConnection.d.ts.map +1 -1
  340. package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts +1 -1
  341. package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts.map +1 -1
  342. package/dist/types/react/web/wallets/shared/ErrorState.d.ts +1 -1
  343. package/dist/types/react/web/wallets/shared/ErrorState.d.ts.map +1 -1
  344. package/dist/types/react/web/wallets/shared/GuestLogin.d.ts +1 -1
  345. package/dist/types/react/web/wallets/shared/GuestLogin.d.ts.map +1 -1
  346. package/dist/types/react/web/wallets/shared/LoadingScreen.d.ts +1 -1
  347. package/dist/types/react/web/wallets/shared/LoadingScreen.d.ts.map +1 -1
  348. package/dist/types/react/web/wallets/shared/LoadingState.d.ts +1 -1
  349. package/dist/types/react/web/wallets/shared/LoadingState.d.ts.map +1 -1
  350. package/dist/types/react/web/wallets/shared/OTPLoginUI.d.ts +1 -1
  351. package/dist/types/react/web/wallets/shared/OTPLoginUI.d.ts.map +1 -1
  352. package/dist/types/react/web/wallets/shared/PassKeyLogin.d.ts +1 -1
  353. package/dist/types/react/web/wallets/shared/PassKeyLogin.d.ts.map +1 -1
  354. package/dist/types/react/web/wallets/shared/SocialLogin.d.ts +1 -1
  355. package/dist/types/react/web/wallets/shared/SocialLogin.d.ts.map +1 -1
  356. package/dist/types/transaction/actions/to-serializable-transaction.d.ts +2 -2
  357. package/dist/types/utils/abi/decodeFunctionData.d.ts +1 -1
  358. package/dist/types/utils/abi/decodeFunctionData.d.ts.map +1 -1
  359. package/dist/types/utils/abi/decodeFunctionResult.d.ts +1 -1
  360. package/dist/types/utils/abi/decodeFunctionResult.d.ts.map +1 -1
  361. package/dist/types/version.d.ts +1 -1
  362. package/dist/types/version.d.ts.map +1 -1
  363. package/dist/types/wallets/in-app/native/helpers/storage/local.d.ts +1 -1
  364. package/package.json +4 -3
  365. package/src/bridge/Webhook.test.ts +605 -0
  366. package/src/bridge/Webhook.ts +155 -0
  367. package/src/bridge/index.ts +4 -1
  368. package/src/bridge/types/Errors.ts +1 -0
  369. package/src/react/web/utils/errors.ts +7 -13
  370. package/src/version.ts +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../../../src/react/core/wallet/provider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAEjE;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,QAAQ,CAAC;CACd,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,gDAEtB,CAAC;AAEb;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,cAAc,CAC5B,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,8CAOpD;AAED;;GAEG;AACH,wBAAgB,gBAAgB,wBAQ/B"}
1
+ {"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../../../src/react/core/wallet/provider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAEjE;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,QAAQ,CAAC;CACd,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,gDAEtB,CAAC;AAEb;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,cAAc,CAC5B,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,2CAOpD;AAED;;GAEG;AACH,wBAAgB,gBAAgB,wBAQ/B"}
@@ -19,5 +19,5 @@ import { type ConnectionManager } from "../../../wallets/manager/index.js";
19
19
  */
20
20
  export declare function ThirdwebProvider(props: React.PropsWithChildren<{
21
21
  connectionManager?: ConnectionManager;
22
- }>): import("react/jsx-runtime.js").JSX.Element;
22
+ }>): import("react/jsx-runtime").JSX.Element;
23
23
  //# sourceMappingURL=thirdweb-provider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"thirdweb-provider.d.ts","sourceRoot":"","sources":["../../../../../src/react/native/providers/thirdweb-provider.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,iBAAiB,EAEvB,MAAM,mCAAmC,CAAC;AAG3C;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC7B,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CACvC,CAAC,8CAaH"}
1
+ {"version":3,"file":"thirdweb-provider.d.ts","sourceRoot":"","sources":["../../../../../src/react/native/providers/thirdweb-provider.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,iBAAiB,EAEvB,MAAM,mCAAmC,CAAC;AAG3C;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC7B,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CACvC,CAAC,2CAaH"}
@@ -31,5 +31,5 @@ import type { AutoConnectProps } from "../../../../wallets/connection/types.js";
31
31
  * @component
32
32
  * @walletConnection
33
33
  */
34
- export declare function AutoConnect(props: AutoConnectProps): import("react/jsx-runtime.js").JSX.Element;
34
+ export declare function AutoConnect(props: AutoConnectProps): import("react/jsx-runtime").JSX.Element;
35
35
  //# sourceMappingURL=AutoConnect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AutoConnect.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/AutoConnect/AutoConnect.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAGhF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,8CAGlD"}
1
+ {"version":3,"file":"AutoConnect.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/AutoConnect/AutoConnect.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAGhF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAGlD"}
@@ -5,6 +5,6 @@ type AddressProps = {
5
5
  theme: Theme;
6
6
  addressOrENS: string;
7
7
  };
8
- export declare const Address: ({ account, theme, addressOrENS }: AddressProps) => import("react/jsx-runtime.js").JSX.Element;
8
+ export declare const Address: ({ account, theme, addressOrENS }: AddressProps) => import("react/jsx-runtime").JSX.Element;
9
9
  export {};
10
10
  //# sourceMappingURL=Address.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Address.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/Address.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAMlE,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,kCAAkC,YAAY,+CA0BrE,CAAC"}
1
+ {"version":3,"file":"Address.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/Address.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAMlE,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,kCAAkC,YAAY,4CA0BrE,CAAC"}
@@ -7,6 +7,6 @@ type ChainIconProps = {
7
7
  client: ThirdwebClient;
8
8
  chain?: Chain;
9
9
  };
10
- export declare const ChainIcon: (props: ChainIconProps) => import("react/jsx-runtime.js").JSX.Element;
10
+ export declare const ChainIcon: (props: ChainIconProps) => import("react/jsx-runtime").JSX.Element;
11
11
  export {};
12
12
  //# sourceMappingURL=ChainIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChainIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/ChainIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAKlE,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,+CAwB9C,CAAC"}
1
+ {"version":3,"file":"ChainIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/ChainIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAKlE,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,4CAwB9C,CAAC"}
@@ -6,5 +6,5 @@ export declare function Header({ theme, title, onClose, onBack, containerType, }
6
6
  onClose?: () => void;
7
7
  onBack?: () => void;
8
8
  containerType: ContainerType;
9
- }): import("react/jsx-runtime.js").JSX.Element | null;
9
+ }): import("react/jsx-runtime").JSX.Element | null;
10
10
  //# sourceMappingURL=Header.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/Header.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAMlE,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,OAAO,CAAC;AAE9C,wBAAgB,MAAM,CAAC,EACrB,KAAK,EACL,KAAK,EACL,OAAO,EACP,MAAM,EACN,aAAa,GACd,EAAE;IACD,KAAK,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;CAC9B,qDAoDA"}
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/Header.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAMlE,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,OAAO,CAAC;AAE9C,wBAAgB,MAAM,CAAC,EACrB,KAAK,EACL,KAAK,EACL,OAAO,EACP,MAAM,EACN,aAAa,GACd,EAAE;IACD,KAAK,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;CAC9B,kDAoDA"}
@@ -6,6 +6,6 @@ type ImageInfo = {
6
6
  placeholder?: string;
7
7
  color?: string;
8
8
  };
9
- export declare const RNImage: (props: ImageInfo) => import("react/jsx-runtime.js").JSX.Element | null;
9
+ export declare const RNImage: (props: ImageInfo) => import("react/jsx-runtime").JSX.Element | null;
10
10
  export {};
11
11
  //# sourceMappingURL=RNImage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RNImage.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/RNImage.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAGlE,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAqBF,eAAO,MAAM,OAAO,GAAI,OAAO,SAAS,sDAkCvC,CAAC"}
1
+ {"version":3,"file":"RNImage.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/RNImage.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAGlE,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAqBF,eAAO,MAAM,OAAO,GAAI,OAAO,SAAS,mDAkCvC,CAAC"}
@@ -11,5 +11,5 @@ export declare function TokenIcon(props: {
11
11
  token?: TokenInfo;
12
12
  chain?: Chain;
13
13
  client: ThirdwebClient;
14
- }): import("react/jsx-runtime.js").JSX.Element;
14
+ }): import("react/jsx-runtime").JSX.Element;
15
15
  //# sourceMappingURL=TokenIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TokenIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/TokenIcon.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,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAClE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AAKtE;;GAEG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE;IAC/B,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,EAAE,cAAc,CAAC;CACxB,8CAUA"}
1
+ {"version":3,"file":"TokenIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/TokenIcon.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,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAClE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AAKtE;;GAEG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE;IAC/B,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,EAAE,cAAc,CAAC;CACxB,2CAUA"}
@@ -7,6 +7,6 @@ export declare const WalletImage: (props: {
7
7
  client: ThirdwebClient;
8
8
  size: number;
9
9
  avatar?: string | null;
10
- }) => import("react/jsx-runtime.js").JSX.Element;
10
+ }) => import("react/jsx-runtime").JSX.Element;
11
11
  export declare function getAuthProviderImage(authProvider: string | null): string;
12
12
  //# sourceMappingURL=WalletImage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WalletImage.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/WalletImage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAInE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAEvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAsBlE,eAAO,MAAM,WAAW,GAAI,OAAO;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,cAAc,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB,+CAgDA,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAmCxE"}
1
+ {"version":3,"file":"WalletImage.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/WalletImage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAInE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAEvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAsBlE,eAAO,MAAM,WAAW,GAAI,OAAO;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,cAAc,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB,4CAgDA,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAmCxE"}
@@ -4,10 +4,10 @@ type ThemedButtonProps = TouchableOpacityProps & {
4
4
  theme: Theme;
5
5
  variant?: "primary" | "secondary" | "accent";
6
6
  };
7
- export declare function ThemedButton(props: ThemedButtonProps): import("react/jsx-runtime.js").JSX.Element;
7
+ export declare function ThemedButton(props: ThemedButtonProps): import("react/jsx-runtime").JSX.Element;
8
8
  export declare function ThemedButtonWithIcon(props: ThemedButtonProps & {
9
9
  title: string;
10
10
  icon: string;
11
- }): import("react/jsx-runtime.js").JSX.Element;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
12
  export {};
13
13
  //# sourceMappingURL=button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,qBAAqB,EAE3B,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAKlE,KAAK,iBAAiB,GAAG,qBAAqB,GAAG;IAC/C,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;CAC9C,CAAC;AAEF,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,8CA0BpD;AAED,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,iBAAiB,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,8CAwBF"}
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,qBAAqB,EAE3B,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAKlE,KAAK,iBAAiB,GAAG,qBAAqB,GAAG;IAC/C,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;CAC9C,CAAC;AAEF,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CA0BpD;AAED,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,iBAAiB,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,2CAwBF"}
@@ -5,10 +5,10 @@ type ThemedInputProps = {
5
5
  leftView?: React.ReactNode;
6
6
  rightView?: React.ReactNode;
7
7
  } & TextInputProps;
8
- export declare function ThemedInput(props: ThemedInputProps): import("react/jsx-runtime.js").JSX.Element;
8
+ export declare function ThemedInput(props: ThemedInputProps): import("react/jsx-runtime").JSX.Element;
9
9
  export declare function ThemedInputWithSubmit(props: ThemedInputProps & {
10
10
  onSubmit?: (value: string) => void;
11
11
  isSubmitting?: boolean;
12
- }): import("react/jsx-runtime.js").JSX.Element;
12
+ }): import("react/jsx-runtime").JSX.Element;
13
13
  export {};
14
14
  //# sourceMappingURL=input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/input.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,KAAK,cAAc,EAGpB,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAKlE,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B,GAAG,cAAc,CAAC;AAEnB,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,8CAkClD;AAED,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,gBAAgB,GAAG;IACxB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,8CAoDF"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/input.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,KAAK,cAAc,EAGpB,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAKlE,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B,GAAG,cAAc,CAAC;AAEnB,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAkClD;AAED,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,gBAAgB,GAAG;IACxB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,2CAoDF"}
@@ -1,5 +1,5 @@
1
1
  import { spacing } from "../../design-system/index.js";
2
2
  export declare function Spacer({ size }: {
3
3
  size: keyof typeof spacing;
4
- }): import("react/jsx-runtime.js").JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
5
  //# sourceMappingURL=spacer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"spacer.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/spacer.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAEvD,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,MAAM,OAAO,OAAO,CAAA;CAAE,8CAE9D"}
1
+ {"version":3,"file":"spacer.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/spacer.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAEvD,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,MAAM,OAAO,OAAO,CAAA;CAAE,2CAE9D"}
@@ -4,6 +4,6 @@ type ThemedTextProps = TextProps & {
4
4
  theme: Theme;
5
5
  type?: "default" | "title" | "defaultSemiBold" | "subtitle" | "link" | "subtext";
6
6
  };
7
- export declare function ThemedText({ style, theme, type, ...rest }: ThemedTextProps): import("react/jsx-runtime.js").JSX.Element;
7
+ export declare function ThemedText({ style, theme, type, ...rest }: ThemedTextProps): import("react/jsx-runtime").JSX.Element;
8
8
  export {};
9
9
  //# sourceMappingURL=text.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAElE,KAAK,eAAe,GAAG,SAAS,GAAG;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,CAAC,EACD,SAAS,GACT,OAAO,GACP,iBAAiB,GACjB,UAAU,GACV,MAAM,GACN,SAAS,CAAC;CACf,CAAC;AAEF,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,KAAK,EACL,IAAgB,EAChB,GAAG,IAAI,EACR,EAAE,eAAe,8CAkBjB"}
1
+ {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAElE,KAAK,eAAe,GAAG,SAAS,GAAG;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,CAAC,EACD,SAAS,GACT,OAAO,GACP,iBAAiB,GACjB,UAAU,GACV,MAAM,GACN,SAAS,CAAC;CACf,CAAC;AAEF,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,KAAK,EACL,IAAgB,EAChB,GAAG,IAAI,EACR,EAAE,eAAe,2CAkBjB"}
@@ -3,6 +3,6 @@ import type { Theme } from "../../../core/design-system/index.js";
3
3
  type ThemedViewProps = ViewProps & {
4
4
  theme: Theme;
5
5
  };
6
- export declare function ThemedView({ style, theme, ...otherProps }: ThemedViewProps): import("react/jsx-runtime.js").JSX.Element;
6
+ export declare function ThemedView({ style, theme, ...otherProps }: ThemedViewProps): import("react/jsx-runtime").JSX.Element;
7
7
  export {};
8
8
  //# sourceMappingURL=view.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/view.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAElE,KAAK,eAAe,GAAG,SAAS,GAAG;IACjC,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,UAAU,EAAE,EAAE,eAAe,8CAO1E"}
1
+ {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/components/view.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAElE,KAAK,eAAe,GAAG,SAAS,GAAG;IACjC,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,UAAU,EAAE,EAAE,eAAe,2CAO1E"}
@@ -14,5 +14,5 @@ import type { ConnectButtonProps } from "../../../core/hooks/connection/ConnectB
14
14
  * Refer to [ConnectButtonProps](https://portal.thirdweb.com/references/typescript/v5/ConnectButtonProps) to see the available props.
15
15
  * @component
16
16
  */
17
- export declare function ConnectButton(props: ConnectButtonProps): import("react/jsx-runtime.js").JSX.Element;
17
+ export declare function ConnectButton(props: ConnectButtonProps): import("react/jsx-runtime").JSX.Element;
18
18
  //# sourceMappingURL=ConnectButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectButton.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ConnectButton.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAa/F;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,8CA+ItD"}
1
+ {"version":3,"file":"ConnectButton.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ConnectButton.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAa/F;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,2CA+ItD"}
@@ -48,11 +48,11 @@ export type ModalState = {
48
48
  * @component
49
49
  * @walletConnection
50
50
  */
51
- export declare function ConnectEmbed(props: ConnectEmbedProps): import("react/jsx-runtime.js").JSX.Element | null;
51
+ export declare function ConnectEmbed(props: ConnectEmbedProps): import("react/jsx-runtime").JSX.Element | null;
52
52
  export declare function ConnectModal(props: ConnectButtonProps & {
53
53
  theme: Theme;
54
54
  onClose?: () => void;
55
55
  containerType: ContainerType;
56
56
  siweAuth: ReturnType<typeof useSiweAuth>;
57
- }): import("react/jsx-runtime.js").JSX.Element;
57
+ }): import("react/jsx-runtime").JSX.Element;
58
58
  //# sourceMappingURL=ConnectModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectModal.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ConnectModal.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yDAAyD,CAAC;AACzG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAEvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACtE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAC/F,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qDAAqD,CAAC;AAQ7F,OAAO,EAAE,KAAK,aAAa,EAAU,MAAM,yBAAyB,CAAC;AAgBrE,MAAM,MAAM,UAAU,GAClB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAClB;IAAE,MAAM,EAAE,YAAY,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,UAAU,CAAC,EAAE,eAAe,CAAA;CAAE,GACtE;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAClC;IAAE,MAAM,EAAE,KAAK,CAAC;IAAC,IAAI,EAAE,yBAAyB,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAA;CAAE,GAC3E;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAA;CAAE,GAC9C;IAAE,MAAM,EAAE,kBAAkB,CAAA;CAAE,GAC9B;IAAE,MAAM,EAAE,aAAa,CAAA;CAAE,GACzB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;AAEvB;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qDAmBpD;AAED,wBAAgB,YAAY,CAC1B,KAAK,EAAE,kBAAkB,GAAG;IAC1B,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,EAAE,aAAa,CAAC;IAC7B,QAAQ,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;CAC1C,8CAmXF"}
1
+ {"version":3,"file":"ConnectModal.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ConnectModal.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yDAAyD,CAAC;AACzG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAEvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACtE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAC/F,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qDAAqD,CAAC;AAQ7F,OAAO,EAAE,KAAK,aAAa,EAAU,MAAM,yBAAyB,CAAC;AAgBrE,MAAM,MAAM,UAAU,GAClB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAClB;IAAE,MAAM,EAAE,YAAY,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,UAAU,CAAC,EAAE,eAAe,CAAA;CAAE,GACtE;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAClC;IAAE,MAAM,EAAE,KAAK,CAAC;IAAC,IAAI,EAAE,yBAAyB,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAA;CAAE,GAC3E;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAA;CAAE,GAC9C;IAAE,MAAM,EAAE,kBAAkB,CAAA;CAAE,GAC9B;IAAE,MAAM,EAAE,aAAa,CAAA;CAAE,GACzB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;AAEvB;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,kDAmBpD;AAED,wBAAgB,YAAY,CAC1B,KAAK,EAAE,kBAAkB,GAAG;IAC1B,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,EAAE,aAAa,CAAC;IAC7B,QAAQ,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;CAC1C,2CAmXF"}
@@ -5,5 +5,5 @@ export declare function ConnectedButton(props: ConnectButtonProps & {
5
5
  onClose: () => void;
6
6
  wallet: Wallet;
7
7
  account: Account;
8
- }): import("react/jsx-runtime.js").JSX.Element;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
9
  //# sourceMappingURL=ConnectedButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectedButton.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ConnectedButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAEhF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAS/F,wBAAgB,eAAe,CAC7B,KAAK,EAAE,kBAAkB,GAAG;IAC1B,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;CAClB,8CA8DF"}
1
+ {"version":3,"file":"ConnectedButton.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ConnectedButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAEhF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAS/F,wBAAgB,eAAe,CAC7B,KAAK,EAAE,kBAAkB,GAAG;IAC1B,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;CAClB,2CA8DF"}
@@ -9,6 +9,6 @@ type ConnectedModalProps = ConnectButtonProps & {
9
9
  onClose?: () => void;
10
10
  containerType: ContainerType;
11
11
  };
12
- export declare function ConnectedModal(props: ConnectedModalProps): import("react/jsx-runtime.js").JSX.Element;
12
+ export declare function ConnectedModal(props: ConnectedModalProps): import("react/jsx-runtime").JSX.Element;
13
13
  export {};
14
14
  //# sourceMappingURL=ConnectedModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectedModal.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ConnectedModal.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAElE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAW/F,OAAO,EAAE,KAAK,aAAa,EAAU,MAAM,yBAAyB,CAAC;AA4BrE,KAAK,mBAAmB,GAAG,kBAAkB,GAAG;IAC9C,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAMF,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,8CAqGxD"}
1
+ {"version":3,"file":"ConnectedModal.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ConnectedModal.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAElE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAW/F,OAAO,EAAE,KAAK,aAAa,EAAU,MAAM,yBAAyB,CAAC;AA4BrE,KAAK,mBAAmB,GAAG,kBAAkB,GAAG;IAC9C,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAMF,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,2CAqGxD"}
@@ -3,6 +3,6 @@ type ErrorViewProps = {
3
3
  theme: Theme;
4
4
  title: string;
5
5
  };
6
- export declare const ErrorView: (props: ErrorViewProps) => import("react/jsx-runtime.js").JSX.Element;
6
+ export declare const ErrorView: (props: ErrorViewProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export {};
8
8
  //# sourceMappingURL=ErrorView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorView.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ErrorView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAMlE,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,+CAoB9C,CAAC"}
1
+ {"version":3,"file":"ErrorView.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ErrorView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAMlE,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,4CAoB9C,CAAC"}
@@ -16,9 +16,9 @@ export declare function ExternalWalletsList(props: ExternalWalletsUiProps & {
16
16
  externalWallets: Wallet[];
17
17
  showAllWalletsButton: boolean;
18
18
  onShowAllWallets: () => void;
19
- }): import("react/jsx-runtime.js").JSX.Element;
19
+ }): import("react/jsx-runtime").JSX.Element;
20
20
  export declare function AllWalletsList(props: ExternalWalletsUiProps & {
21
21
  externalWallets: Wallet[];
22
- }): import("react/jsx-runtime.js").JSX.Element;
22
+ }): import("react/jsx-runtime").JSX.Element;
23
23
  export {};
24
24
  //# sourceMappingURL=ExternalWalletsList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExternalWalletsList.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ExternalWalletsList.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAGvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAGlE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAQ7D,KAAK,sBAAsB,GAAG;IAC5B,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,SAAS,EAAE,CAAC,IAAI,EAAE;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;KAC/C,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAEF,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,sBAAsB,GAAG;IAC9B,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,8CA8CF;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,sBAAsB,GAAG;IAAE,eAAe,EAAE,MAAM,EAAE,CAAA;CAAE,8CAmF9D"}
1
+ {"version":3,"file":"ExternalWalletsList.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ExternalWalletsList.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAGvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAGlE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAQ7D,KAAK,sBAAsB,GAAG;IAC5B,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,SAAS,EAAE,CAAC,IAAI,EAAE;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;KAC/C,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAEF,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,sBAAsB,GAAG;IAC9B,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,2CA8CF;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,sBAAsB,GAAG;IAAE,eAAe,EAAE,MAAM,EAAE,CAAA;CAAE,2CAmF9D"}
@@ -16,10 +16,10 @@ type InAppWalletFormUIProps = {
16
16
  authMethod?: InAppWalletAuth;
17
17
  }) => Promise<void>;
18
18
  };
19
- export declare function InAppWalletUI(props: InAppWalletFormUIProps): import("react/jsx-runtime.js").JSX.Element;
19
+ export declare function InAppWalletUI(props: InAppWalletFormUIProps): import("react/jsx-runtime").JSX.Element;
20
20
  export declare function OtpLogin(props: InAppWalletFormUIProps & {
21
21
  auth: MultiStepAuthProviderType;
22
- }): import("react/jsx-runtime.js").JSX.Element;
23
- export declare function PasskeyView(props: InAppWalletFormUIProps): import("react/jsx-runtime.js").JSX.Element;
22
+ }): import("react/jsx-runtime").JSX.Element;
23
+ export declare function PasskeyView(props: InAppWalletFormUIProps): import("react/jsx-runtime").JSX.Element;
24
24
  export {};
25
25
  //# sourceMappingURL=InAppWalletUI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InAppWalletUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/InAppWalletUI.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EACV,yBAAyB,EAE1B,MAAM,yDAAyD,CAAC;AACjE,OAAO,KAAK,EACV,eAAe,EAEhB,MAAM,iDAAiD,CAAC;AAGzD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAKvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAuBlE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AA2BpD,KAAK,sBAAsB,GAAG;IAC5B,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACxB,SAAS,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACxC,SAAS,EAAE,CAAC,IAAI,EAAE;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;QAC9C,UAAU,CAAC,EAAE,eAAe,CAAC;KAC9B,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACrB,CAAC;AAEF,wBAAgB,aAAa,CAAC,KAAK,EAAE,sBAAsB,8CAsD1D;AAkJD,wBAAgB,QAAQ,CACtB,KAAK,EAAE,sBAAsB,GAAG;IAC9B,IAAI,EAAE,yBAAyB,CAAC;CACjC,8CAqEF;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,sBAAsB,8CAgGxD"}
1
+ {"version":3,"file":"InAppWalletUI.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/InAppWalletUI.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EACV,yBAAyB,EAE1B,MAAM,yDAAyD,CAAC;AACjE,OAAO,KAAK,EACV,eAAe,EAEhB,MAAM,iDAAiD,CAAC;AAGzD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAKvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAuBlE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AA2BpD,KAAK,sBAAsB,GAAG;IAC5B,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACxB,SAAS,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACxC,SAAS,EAAE,CAAC,IAAI,EAAE;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;QAC9C,UAAU,CAAC,EAAE,eAAe,CAAC;KAC9B,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACrB,CAAC;AAEF,wBAAgB,aAAa,CAAC,KAAK,EAAE,sBAAsB,2CAsD1D;AAkJD,wBAAgB,QAAQ,CACtB,KAAK,EAAE,sBAAsB,GAAG;IAC9B,IAAI,EAAE,yBAAyB,CAAC;CACjC,2CAqEF;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,sBAAsB,2CAgGxD"}
@@ -2,6 +2,6 @@ import type { Theme } from "../../../core/design-system/index.js";
2
2
  type LoadingViewProps = {
3
3
  theme: Theme;
4
4
  };
5
- export declare const LoadingView: (props: LoadingViewProps) => import("react/jsx-runtime.js").JSX.Element;
5
+ export declare const LoadingView: (props: LoadingViewProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
7
7
  //# sourceMappingURL=LoadingView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LoadingView.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/LoadingView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAIlE,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,+CAQlD,CAAC"}
1
+ {"version":3,"file":"LoadingView.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/LoadingView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAIlE,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAQlD,CAAC"}
@@ -11,6 +11,6 @@ type ReceiveScreenProps = {
11
11
  containerType: ContainerType;
12
12
  client: ThirdwebClient;
13
13
  };
14
- export declare const ReceiveScreen: (props: ReceiveScreenProps) => import("react/jsx-runtime.js").JSX.Element;
14
+ export declare const ReceiveScreen: (props: ReceiveScreenProps) => import("react/jsx-runtime").JSX.Element;
15
15
  export {};
16
16
  //# sourceMappingURL=ReceiveScreen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReceiveScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ReceiveScreen.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAGlE,OAAO,EAAE,KAAK,aAAa,EAAU,MAAM,yBAAyB,CAAC;AAKrE,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,EAAE,cAAc,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,+CAuCtD,CAAC"}
1
+ {"version":3,"file":"ReceiveScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/ReceiveScreen.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAGlE,OAAO,EAAE,KAAK,aAAa,EAAU,MAAM,yBAAyB,CAAC;AAKrE,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,EAAE,cAAc,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAuCtD,CAAC"}
@@ -10,6 +10,6 @@ type SendScreenProps = {
10
10
  containerType: ContainerType;
11
11
  supportedTokens?: SupportedTokens;
12
12
  };
13
- export declare const SendScreen: (props: SendScreenProps) => import("react/jsx-runtime.js").JSX.Element;
13
+ export declare const SendScreen: (props: SendScreenProps) => import("react/jsx-runtime").JSX.Element;
14
14
  export {};
15
15
  //# sourceMappingURL=SendScreen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SendScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/SendScreen.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAKlE,OAAO,KAAK,EACV,eAAe,EAEhB,MAAM,sCAAsC,CAAC;AAE9C,OAAO,EAAE,KAAK,aAAa,EAAU,MAAM,yBAAyB,CAAC;AAUrE,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,+CAiMhD,CAAC"}
1
+ {"version":3,"file":"SendScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/SendScreen.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAKlE,OAAO,KAAK,EACV,eAAe,EAEhB,MAAM,sCAAsC,CAAC;AAE9C,OAAO,EAAE,KAAK,aAAa,EAAU,MAAM,yBAAyB,CAAC;AAUrE,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAiMhD,CAAC"}
@@ -3,6 +3,6 @@ type SuccessViewProps = {
3
3
  theme: Theme;
4
4
  title: string;
5
5
  };
6
- export declare const SuccessView: (props: SuccessViewProps) => import("react/jsx-runtime.js").JSX.Element;
6
+ export declare const SuccessView: (props: SuccessViewProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export {};
8
8
  //# sourceMappingURL=SuccessView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SuccessView.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/SuccessView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAMlE,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,+CAoBlD,CAAC"}
1
+ {"version":3,"file":"SuccessView.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/SuccessView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAMlE,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAoBlD,CAAC"}
@@ -8,7 +8,7 @@ type TokenListScreenProps = {
8
8
  supportedTokens?: SupportedTokens;
9
9
  onTokenSelected?: (token?: TokenInfo) => void;
10
10
  };
11
- export declare const TokenListScreen: (props: TokenListScreenProps) => import("react/jsx-runtime.js").JSX.Element;
11
+ export declare const TokenListScreen: (props: TokenListScreenProps) => import("react/jsx-runtime").JSX.Element;
12
12
  export declare const TokenRow: (props: {
13
13
  token?: TokenInfo;
14
14
  theme: Theme;
@@ -16,6 +16,6 @@ export declare const TokenRow: (props: {
16
16
  chain?: Chain;
17
17
  address?: string;
18
18
  onTokenSelected?: (token?: TokenInfo) => void;
19
- }) => import("react/jsx-runtime.js").JSX.Element;
19
+ }) => import("react/jsx-runtime").JSX.Element;
20
20
  export {};
21
21
  //# sourceMappingURL=TokenListScreen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TokenListScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/TokenListScreen.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAIlE,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,SAAS,EAEf,MAAM,sCAAsC,CAAC;AAQ9C,KAAK,oBAAoB,GAAG;IAC1B,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,eAAe,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,+CAgC1D,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,OAAO;IAC9B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;CAC/C,+CAuDA,CAAC"}
1
+ {"version":3,"file":"TokenListScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/TokenListScreen.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAIlE,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,SAAS,EAEf,MAAM,sCAAsC,CAAC;AAQ9C,KAAK,oBAAoB,GAAG;IAC1B,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,eAAe,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAgC1D,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,OAAO;IAC9B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;CAC/C,4CAuDA,CAAC"}
@@ -7,6 +7,6 @@ interface Props {
7
7
  animate: boolean;
8
8
  roundLoader?: boolean;
9
9
  }
10
- declare function WalletLoadingThumbnail({ theme, children, showError, imageSize, animate, roundLoader, }: Props): import("react/jsx-runtime.js").JSX.Element;
10
+ declare function WalletLoadingThumbnail({ theme, children, showError, imageSize, animate, roundLoader, }: Props): import("react/jsx-runtime").JSX.Element;
11
11
  export default WalletLoadingThumbnail;
12
12
  //# sourceMappingURL=WalletLoadingThumbnail.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WalletLoadingThumbnail.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/WalletLoadingThumbnail.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAQlE,UAAU,KAAK;IACb,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,iBAAS,sBAAsB,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,SAAS,EACT,SAAS,EACT,OAAO,EACP,WAAW,GACZ,EAAE,KAAK,8CAmEP;AAYD,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"WalletLoadingThumbnail.d.ts","sourceRoot":"","sources":["../../../../../../src/react/native/ui/connect/WalletLoadingThumbnail.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAQlE,UAAU,KAAK;IACb,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,iBAAS,sBAAsB,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,SAAS,EACT,SAAS,EACT,OAAO,EACP,WAAW,GACZ,EAAE,KAAK,2CAmEP;AAYD,eAAe,sBAAsB,CAAC"}
@@ -50,5 +50,5 @@ export interface AccountAddressProps extends Omit<TextProps, "children"> {
50
50
  * @wallet
51
51
  * @beta
52
52
  */
53
- export declare function AccountAddress({ formatFn, ...restProps }: AccountAddressProps): import("react/jsx-runtime.js").JSX.Element;
53
+ export declare function AccountAddress({ formatFn, ...restProps }: AccountAddressProps): import("react/jsx-runtime").JSX.Element;
54
54
  //# sourceMappingURL=address.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"address.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Account/address.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpD;;;GAGG;AACH,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACtE;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,GAAG,SAAS,EACb,EAAE,mBAAmB,8CAIrB"}
1
+ {"version":3,"file":"address.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Account/address.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpD;;;GAGG;AACH,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACtE;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,GAAG,SAAS,EACb,EAAE,mBAAmB,2CAIrB"}
@@ -137,5 +137,5 @@ export interface AccountAvatarProps extends Omit<ImageProps, "source">, Omit<Res
137
137
  * @wallet
138
138
  * @beta
139
139
  */
140
- export declare function AccountAvatar({ socialType, resolverAddress, resolverChain, loadingComponent, fallbackComponent, queryOptions, ...restProps }: AccountAvatarProps): import("react/jsx-runtime.js").JSX.Element | import("react").ComponentType<{}> | null;
140
+ export declare function AccountAvatar({ socialType, resolverAddress, resolverChain, loadingComponent, fallbackComponent, queryOptions, ...restProps }: AccountAvatarProps): import("react/jsx-runtime").JSX.Element | import("react").ComponentType<{}> | null;
141
141
  //# sourceMappingURL=avatar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Account/avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAY,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,cAAc,CAAC;AAEtD,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,+CAA+C,CAAC;AAEvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAGpE;;;;GAIG;AACH,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,EAChC,IAAI,CAAC,kBAAkB,EAAE,QAAQ,GAAG,SAAS,CAAC;IAChD;;;;;;;;;;;;;OAaG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAEnC;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvC;;;;;;;;;;;OAWG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAExC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;CACtE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoFG;AACH,wBAAgB,aAAa,CAAC,EAC5B,UAAU,EACV,eAAe,EACf,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,GAAG,SAAS,EACb,EAAE,kBAAkB,yFA+DpB"}
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Account/avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAY,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,cAAc,CAAC;AAEtD,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,+CAA+C,CAAC;AAEvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAGpE;;;;GAIG;AACH,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,EAChC,IAAI,CAAC,kBAAkB,EAAE,QAAQ,GAAG,SAAS,CAAC;IAChD;;;;;;;;;;;;;OAaG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAEnC;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvC;;;;;;;;;;;OAWG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAExC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;CACtE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoFG;AACH,wBAAgB,aAAa,CAAC,EAC5B,UAAU,EACV,eAAe,EACf,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,GAAG,SAAS,EACb,EAAE,kBAAkB,sFA+DpB"}
@@ -140,5 +140,5 @@ export interface AccountBalanceProps extends Omit<TextProps, "children"> {
140
140
  * @wallet
141
141
  * @beta
142
142
  */
143
- export declare function AccountBalance({ chain, tokenAddress, loadingComponent, fallbackComponent, queryOptions, formatFn, showBalanceInFiat, ...restProps }: AccountBalanceProps): import("react/jsx-runtime.js").JSX.Element | import("react").ComponentType<{}> | null;
143
+ export declare function AccountBalance({ chain, tokenAddress, loadingComponent, fallbackComponent, queryOptions, formatFn, showBalanceInFiat, ...restProps }: AccountBalanceProps): import("react/jsx-runtime").JSX.Element | import("react").ComponentType<{}> | null;
144
144
  //# sourceMappingURL=balance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"balance.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Account/balance.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAY,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAC;AAC5D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAIhF,OAAO,EACL,KAAK,kBAAkB,EAGxB,MAAM,mCAAmC,CAAC;AAG3C;;;;GAIG;AACH,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACtE;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,MAAM,CAAC;IACjD;;;;;;;;;;;;OAYG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvC;;;;;;;;;;;;;OAaG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACxC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CACjB,eAAe,CAAC,kBAAkB,CAAC,EACnC,SAAS,GAAG,UAAU,CACvB,CAAC;IAEF;;OAEG;IACH,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;CAC3C;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4EG;AACH,wBAAgB,cAAc,CAAC,EAC7B,KAAK,EACL,YAAY,EACZ,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,iBAAiB,EACjB,GAAG,SAAS,EACb,EAAE,mBAAmB,yFAqDrB"}
1
+ {"version":3,"file":"balance.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Account/balance.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAY,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAC;AAC5D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAIhF,OAAO,EACL,KAAK,kBAAkB,EAGxB,MAAM,mCAAmC,CAAC;AAG3C;;;;GAIG;AACH,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACtE;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,MAAM,CAAC;IACjD;;;;;;;;;;;;OAYG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvC;;;;;;;;;;;;;OAaG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACxC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CACjB,eAAe,CAAC,kBAAkB,CAAC,EACnC,SAAS,GAAG,UAAU,CACvB,CAAC;IAEF;;OAEG;IACH,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;CAC3C;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4EG;AACH,wBAAgB,cAAc,CAAC,EAC7B,KAAK,EACL,YAAY,EACZ,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,iBAAiB,EACjB,GAAG,SAAS,EACb,EAAE,mBAAmB,sFAqDrB"}
@@ -14,7 +14,7 @@ export type BlobbieProps = {
14
14
  * @beta
15
15
  * @wallet
16
16
  */
17
- export declare function AccountBlobbie(props: Omit<BlobbieProps, "address">): import("react/jsx-runtime.js").JSX.Element;
17
+ export declare function AccountBlobbie(props: Omit<BlobbieProps, "address">): import("react/jsx-runtime").JSX.Element;
18
18
  /**
19
19
  * A unique gradient avatar based on the provided address.
20
20
  * @param props The component props.
@@ -30,5 +30,5 @@ export declare function AccountBlobbie(props: Omit<BlobbieProps, "address">): im
30
30
  * <Blobbie address="0x...." style={{ width: 40, height: 40 }} />
31
31
  * ```
32
32
  */
33
- export declare function Blobbie(props: BlobbieProps): import("react/jsx-runtime.js").JSX.Element;
33
+ export declare function Blobbie(props: BlobbieProps): import("react/jsx-runtime").JSX.Element;
34
34
  //# sourceMappingURL=blobbie.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"blobbie.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Account/blobbie.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAIhE;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,8CAGlE;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,8CA6C1C"}
1
+ {"version":3,"file":"blobbie.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Account/blobbie.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAIhE;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,2CAGlE;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,2CA6C1C"}
@@ -114,5 +114,5 @@ export interface AccountNameProps extends Omit<TextProps, "children">, Omit<Reso
114
114
  * @wallet
115
115
  * @beta
116
116
  */
117
- export declare function AccountName({ resolverAddress, resolverChain, socialType, formatFn, queryOptions, loadingComponent, fallbackComponent, ...restProps }: AccountNameProps): import("react/jsx-runtime.js").JSX.Element | import("react").ComponentType<{}> | null;
117
+ export declare function AccountName({ resolverAddress, resolverChain, socialType, formatFn, queryOptions, loadingComponent, fallbackComponent, ...restProps }: AccountNameProps): import("react/jsx-runtime").JSX.Element | import("react").ComponentType<{}> | null;
118
118
  //# sourceMappingURL=name.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"name.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Account/name.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAY,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,+CAA+C,CAAC;AAEvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAGpE;;;;GAIG;AACH,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,EACjC,IAAI,CAAC,kBAAkB,EAAE,QAAQ,GAAG,SAAS,CAAC;IAChD;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;IACnC;;;OAGG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACnC;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvC;;;;;;;;;;OAUG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACxC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;CACtE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiEG;AACH,wBAAgB,WAAW,CAAC,EAC1B,eAAe,EACf,aAAa,EACb,UAAU,EACV,QAAQ,EACR,YAAY,EACZ,gBAAgB,EAChB,iBAAiB,EACjB,GAAG,SAAS,EACb,EAAE,gBAAgB,yFA2ClB"}
1
+ {"version":3,"file":"name.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Account/name.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAY,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,+CAA+C,CAAC;AAEvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAGpE;;;;GAIG;AACH,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,EACjC,IAAI,CAAC,kBAAkB,EAAE,QAAQ,GAAG,SAAS,CAAC;IAChD;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;IACnC;;;OAGG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACnC;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvC;;;;;;;;;;OAUG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACxC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;CACtE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiEG;AACH,wBAAgB,WAAW,CAAC,EAC1B,eAAe,EACf,aAAa,EACb,UAAU,EACV,QAAQ,EACR,YAAY,EACZ,gBAAgB,EAChB,iBAAiB,EACjB,GAAG,SAAS,EACb,EAAE,gBAAgB,sFA2ClB"}
@@ -72,7 +72,7 @@ export interface WalletIconProps extends Omit<ImageProps, "uri"> {
72
72
  * @wallet
73
73
  * @beta
74
74
  */
75
- export declare function WalletIcon({ loadingComponent, fallbackComponent, queryOptions, ...restProps }: WalletIconProps): import("react/jsx-runtime.js").JSX.Element | import("react").ComponentType<{}> | null;
75
+ export declare function WalletIcon({ loadingComponent, fallbackComponent, queryOptions, ...restProps }: WalletIconProps): import("react/jsx-runtime").JSX.Element | import("react").ComponentType<{}> | null;
76
76
  export interface SocialIconProps extends Omit<XmlProps, "xml"> {
77
77
  provider: AuthOption | (string & {});
78
78
  }
@@ -96,5 +96,5 @@ export interface SocialIconProps extends Omit<XmlProps, "xml"> {
96
96
  * @wallet
97
97
  * @beta
98
98
  */
99
- export declare function SocialIcon({ provider, ...restProps }: SocialIconProps): import("react/jsx-runtime.js").JSX.Element;
99
+ export declare function SocialIcon({ provider, ...restProps }: SocialIconProps): import("react/jsx-runtime").JSX.Element;
100
100
  //# sourceMappingURL=icon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/native/ui/prebuilt/Wallet/icon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAIlE,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,UAAU,EAAE,KAAK,CAAC;IAC9D;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvC;;;;;;;;;;;OAWG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACxC;;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,yFASjB;AAED,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC;IAC5D,QAAQ,EAAE,UAAU,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;CACtC;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/native/ui/prebuilt/Wallet/icon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAIlE,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,UAAU,EAAE,KAAK,CAAC;IAC9D;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvC;;;;;;;;;;;OAWG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACxC;;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,sFASjB;AAED,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC;IAC5D,QAAQ,EAAE,UAAU,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;CACtC;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,GAAG,SAAS,EAAE,EAAE,eAAe,2CAGrE"}
@@ -90,5 +90,5 @@ export interface WalletNameProps extends Omit<TextProps, "children"> {
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 | import("react").ComponentType<{}> | null;
93
+ export declare function WalletName({ loadingComponent, fallbackComponent, queryOptions, formatFn, ...restProps }: WalletNameProps): import("react/jsx-runtime").JSX.Element | import("react").ComponentType<{}> | null;
94
94
  //# sourceMappingURL=name.d.ts.map