thirdweb 5.43.1 → 5.43.3-nightly-c2e86c682868b23f56dfff8b5633a39f94b4db7a-20240803000841

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 (336) hide show
  1. package/dist/cjs/extensions/marketplace/direct-listings/utils.js +1 -0
  2. package/dist/cjs/extensions/marketplace/direct-listings/utils.js.map +1 -1
  3. package/dist/cjs/extensions/marketplace/english-auctions/utils.js +1 -0
  4. package/dist/cjs/extensions/marketplace/english-auctions/utils.js.map +1 -1
  5. package/dist/cjs/gas/fee-data.js +1 -1
  6. package/dist/cjs/gas/fee-data.js.map +1 -1
  7. package/dist/cjs/react/core/hooks/contract/useContractEvents.js +32 -2
  8. package/dist/cjs/react/core/hooks/contract/useContractEvents.js.map +1 -1
  9. package/dist/cjs/react/core/hooks/contract/useReadContract.js.map +1 -1
  10. package/dist/cjs/react/core/hooks/others/useWalletBalance.js +17 -2
  11. package/dist/cjs/react/core/hooks/others/useWalletBalance.js.map +1 -1
  12. package/dist/cjs/react/core/hooks/wallets/useActiveAccount.js +1 -0
  13. package/dist/cjs/react/core/hooks/wallets/useActiveAccount.js.map +1 -1
  14. package/dist/cjs/react/core/utils/wallet.js +19 -1
  15. package/dist/cjs/react/core/utils/wallet.js.map +1 -1
  16. package/dist/cjs/react/web/hooks/transaction/useSendTransaction.js +74 -4
  17. package/dist/cjs/react/web/hooks/transaction/useSendTransaction.js.map +1 -1
  18. package/dist/cjs/react/web/ui/ConnectWallet/ConnectButton.js +17 -2
  19. package/dist/cjs/react/web/ui/ConnectWallet/ConnectButton.js.map +1 -1
  20. package/dist/cjs/react/web/ui/ConnectWallet/Details.js +2 -2
  21. package/dist/cjs/react/web/ui/ConnectWallet/Details.js.map +1 -1
  22. package/dist/cjs/react/web/ui/ConnectWallet/Modal/ConnectEmbed.js +15 -0
  23. package/dist/cjs/react/web/ui/ConnectWallet/Modal/ConnectEmbed.js.map +1 -1
  24. package/dist/cjs/react/web/ui/ConnectWallet/locale/es.js +8 -8
  25. package/dist/cjs/react/web/ui/ConnectWallet/locale/es.js.map +1 -1
  26. package/dist/cjs/react/web/ui/ConnectWallet/locale/fr.js +114 -0
  27. package/dist/cjs/react/web/ui/ConnectWallet/locale/fr.js.map +1 -0
  28. package/dist/cjs/react/web/ui/ConnectWallet/locale/getConnectLocale.js +6 -0
  29. package/dist/cjs/react/web/ui/ConnectWallet/locale/getConnectLocale.js.map +1 -1
  30. package/dist/cjs/react/web/ui/ConnectWallet/locale/ja.js +12 -12
  31. package/dist/cjs/react/web/ui/ConnectWallet/locale/ja.js.map +1 -1
  32. package/dist/cjs/react/web/ui/ConnectWallet/locale/kr.js +114 -0
  33. package/dist/cjs/react/web/ui/ConnectWallet/locale/kr.js.map +1 -0
  34. package/dist/cjs/react/web/ui/ConnectWallet/locale/tl.js +12 -12
  35. package/dist/cjs/react/web/ui/ConnectWallet/locale/tl.js.map +1 -1
  36. package/dist/cjs/react/web/ui/PayEmbed.js +8 -9
  37. package/dist/cjs/react/web/ui/PayEmbed.js.map +1 -1
  38. package/dist/cjs/react/web/wallets/injected/locale/fr.js +27 -0
  39. package/dist/cjs/react/web/wallets/injected/locale/fr.js.map +1 -0
  40. package/dist/cjs/react/web/wallets/injected/locale/getInjectedWalletLocale.js +4 -0
  41. package/dist/cjs/react/web/wallets/injected/locale/getInjectedWalletLocale.js.map +1 -1
  42. package/dist/cjs/react/web/wallets/injected/locale/ja.js +8 -8
  43. package/dist/cjs/react/web/wallets/injected/locale/ja.js.map +1 -1
  44. package/dist/cjs/react/web/wallets/injected/locale/kr.js +27 -0
  45. package/dist/cjs/react/web/wallets/injected/locale/kr.js.map +1 -0
  46. package/dist/cjs/react/web/wallets/local/locale/fr.js +44 -0
  47. package/dist/cjs/react/web/wallets/local/locale/fr.js.map +1 -0
  48. package/dist/cjs/react/web/wallets/local/locale/getLocalWalletLocale.js +2 -0
  49. package/dist/cjs/react/web/wallets/local/locale/getLocalWalletLocale.js.map +1 -1
  50. package/dist/cjs/react/web/wallets/local/locale/ja.js +14 -18
  51. package/dist/cjs/react/web/wallets/local/locale/ja.js.map +1 -1
  52. package/dist/cjs/react/web/wallets/local/locale/kr.js +44 -0
  53. package/dist/cjs/react/web/wallets/local/locale/kr.js.map +1 -0
  54. package/dist/cjs/react/web/wallets/shared/ConnectWalletSocialOptions.js +3 -9
  55. package/dist/cjs/react/web/wallets/shared/ConnectWalletSocialOptions.js.map +1 -1
  56. package/dist/cjs/react/web/wallets/shared/locale/de.js +1 -0
  57. package/dist/cjs/react/web/wallets/shared/locale/de.js.map +1 -1
  58. package/dist/cjs/react/web/wallets/shared/locale/en.js +1 -0
  59. package/dist/cjs/react/web/wallets/shared/locale/en.js.map +1 -1
  60. package/dist/cjs/react/web/wallets/shared/locale/es.js +1 -0
  61. package/dist/cjs/react/web/wallets/shared/locale/es.js.map +1 -1
  62. package/dist/cjs/react/web/wallets/shared/locale/fr.js +56 -0
  63. package/dist/cjs/react/web/wallets/shared/locale/fr.js.map +1 -0
  64. package/dist/cjs/react/web/wallets/shared/locale/getConnectLocale.js +4 -0
  65. package/dist/cjs/react/web/wallets/shared/locale/getConnectLocale.js.map +1 -1
  66. package/dist/cjs/react/web/wallets/shared/locale/ja.js +21 -20
  67. package/dist/cjs/react/web/wallets/shared/locale/ja.js.map +1 -1
  68. package/dist/cjs/react/web/wallets/shared/locale/kr.js +56 -0
  69. package/dist/cjs/react/web/wallets/shared/locale/kr.js.map +1 -0
  70. package/dist/cjs/react/web/wallets/shared/locale/tl.js +1 -0
  71. package/dist/cjs/react/web/wallets/shared/locale/tl.js.map +1 -1
  72. package/dist/cjs/react/web/wallets/shared/locale/vi.js +1 -0
  73. package/dist/cjs/react/web/wallets/shared/locale/vi.js.map +1 -1
  74. package/dist/cjs/react/web/wallets/smartWallet/locale/fr.js +13 -0
  75. package/dist/cjs/react/web/wallets/smartWallet/locale/fr.js.map +1 -0
  76. package/dist/cjs/react/web/wallets/smartWallet/locale/getSmartWalletLocale.js +4 -0
  77. package/dist/cjs/react/web/wallets/smartWallet/locale/getSmartWalletLocale.js.map +1 -1
  78. package/dist/cjs/react/web/wallets/smartWallet/locale/ja.js +5 -5
  79. package/dist/cjs/react/web/wallets/smartWallet/locale/ja.js.map +1 -1
  80. package/dist/cjs/react/web/wallets/smartWallet/locale/kr.js +13 -0
  81. package/dist/cjs/react/web/wallets/smartWallet/locale/kr.js.map +1 -0
  82. package/dist/cjs/react/web/wallets/walletConnect/locale.js +8 -0
  83. package/dist/cjs/react/web/wallets/walletConnect/locale.js.map +1 -1
  84. package/dist/cjs/transaction/actions/send-transaction.js +76 -5
  85. package/dist/cjs/transaction/actions/send-transaction.js.map +1 -1
  86. package/dist/cjs/transaction/prepare-contract-call.js +18 -13
  87. package/dist/cjs/transaction/prepare-contract-call.js.map +1 -1
  88. package/dist/cjs/transaction/read-contract.js +39 -6
  89. package/dist/cjs/transaction/read-contract.js.map +1 -1
  90. package/dist/cjs/version.js +1 -1
  91. package/dist/cjs/version.js.map +1 -1
  92. package/dist/cjs/wallets/in-app/web/in-app.js +4 -1
  93. package/dist/cjs/wallets/in-app/web/in-app.js.map +1 -1
  94. package/dist/cjs/wallets/in-app/web/lib/auth/index.js +1 -0
  95. package/dist/cjs/wallets/in-app/web/lib/auth/index.js.map +1 -1
  96. package/dist/cjs/wallets/in-app/web/lib/auth/oauth.js +1 -1
  97. package/dist/cjs/wallets/in-app/web/lib/auth/oauth.js.map +1 -1
  98. package/dist/esm/extensions/marketplace/direct-listings/utils.js +1 -0
  99. package/dist/esm/extensions/marketplace/direct-listings/utils.js.map +1 -1
  100. package/dist/esm/extensions/marketplace/english-auctions/utils.js +1 -0
  101. package/dist/esm/extensions/marketplace/english-auctions/utils.js.map +1 -1
  102. package/dist/esm/gas/fee-data.js +1 -1
  103. package/dist/esm/gas/fee-data.js.map +1 -1
  104. package/dist/esm/react/core/hooks/contract/useContractEvents.js +32 -2
  105. package/dist/esm/react/core/hooks/contract/useContractEvents.js.map +1 -1
  106. package/dist/esm/react/core/hooks/contract/useReadContract.js.map +1 -1
  107. package/dist/esm/react/core/hooks/others/useWalletBalance.js +17 -2
  108. package/dist/esm/react/core/hooks/others/useWalletBalance.js.map +1 -1
  109. package/dist/esm/react/core/hooks/wallets/useActiveAccount.js +1 -0
  110. package/dist/esm/react/core/hooks/wallets/useActiveAccount.js.map +1 -1
  111. package/dist/esm/react/core/utils/wallet.js +19 -1
  112. package/dist/esm/react/core/utils/wallet.js.map +1 -1
  113. package/dist/esm/react/web/hooks/transaction/useSendTransaction.js +74 -4
  114. package/dist/esm/react/web/hooks/transaction/useSendTransaction.js.map +1 -1
  115. package/dist/esm/react/web/ui/ConnectWallet/ConnectButton.js +17 -2
  116. package/dist/esm/react/web/ui/ConnectWallet/ConnectButton.js.map +1 -1
  117. package/dist/esm/react/web/ui/ConnectWallet/Details.js +2 -2
  118. package/dist/esm/react/web/ui/ConnectWallet/Details.js.map +1 -1
  119. package/dist/esm/react/web/ui/ConnectWallet/Modal/ConnectEmbed.js +15 -0
  120. package/dist/esm/react/web/ui/ConnectWallet/Modal/ConnectEmbed.js.map +1 -1
  121. package/dist/esm/react/web/ui/ConnectWallet/locale/es.js +8 -8
  122. package/dist/esm/react/web/ui/ConnectWallet/locale/es.js.map +1 -1
  123. package/dist/esm/react/web/ui/ConnectWallet/locale/fr.js +112 -0
  124. package/dist/esm/react/web/ui/ConnectWallet/locale/fr.js.map +1 -0
  125. package/dist/esm/react/web/ui/ConnectWallet/locale/getConnectLocale.js +6 -0
  126. package/dist/esm/react/web/ui/ConnectWallet/locale/getConnectLocale.js.map +1 -1
  127. package/dist/esm/react/web/ui/ConnectWallet/locale/ja.js +12 -12
  128. package/dist/esm/react/web/ui/ConnectWallet/locale/ja.js.map +1 -1
  129. package/dist/esm/react/web/ui/ConnectWallet/locale/kr.js +112 -0
  130. package/dist/esm/react/web/ui/ConnectWallet/locale/kr.js.map +1 -0
  131. package/dist/esm/react/web/ui/ConnectWallet/locale/tl.js +12 -12
  132. package/dist/esm/react/web/ui/ConnectWallet/locale/tl.js.map +1 -1
  133. package/dist/esm/react/web/ui/PayEmbed.js +8 -9
  134. package/dist/esm/react/web/ui/PayEmbed.js.map +1 -1
  135. package/dist/esm/react/web/wallets/injected/locale/fr.js +25 -0
  136. package/dist/esm/react/web/wallets/injected/locale/fr.js.map +1 -0
  137. package/dist/esm/react/web/wallets/injected/locale/getInjectedWalletLocale.js +4 -0
  138. package/dist/esm/react/web/wallets/injected/locale/getInjectedWalletLocale.js.map +1 -1
  139. package/dist/esm/react/web/wallets/injected/locale/ja.js +8 -8
  140. package/dist/esm/react/web/wallets/injected/locale/ja.js.map +1 -1
  141. package/dist/esm/react/web/wallets/injected/locale/kr.js +25 -0
  142. package/dist/esm/react/web/wallets/injected/locale/kr.js.map +1 -0
  143. package/dist/esm/react/web/wallets/local/locale/fr.js +42 -0
  144. package/dist/esm/react/web/wallets/local/locale/fr.js.map +1 -0
  145. package/dist/esm/react/web/wallets/local/locale/getLocalWalletLocale.js +2 -0
  146. package/dist/esm/react/web/wallets/local/locale/getLocalWalletLocale.js.map +1 -1
  147. package/dist/esm/react/web/wallets/local/locale/ja.js +14 -18
  148. package/dist/esm/react/web/wallets/local/locale/ja.js.map +1 -1
  149. package/dist/esm/react/web/wallets/local/locale/kr.js +42 -0
  150. package/dist/esm/react/web/wallets/local/locale/kr.js.map +1 -0
  151. package/dist/esm/react/web/wallets/shared/ConnectWalletSocialOptions.js +3 -9
  152. package/dist/esm/react/web/wallets/shared/ConnectWalletSocialOptions.js.map +1 -1
  153. package/dist/esm/react/web/wallets/shared/locale/de.js +1 -0
  154. package/dist/esm/react/web/wallets/shared/locale/de.js.map +1 -1
  155. package/dist/esm/react/web/wallets/shared/locale/en.js +1 -0
  156. package/dist/esm/react/web/wallets/shared/locale/en.js.map +1 -1
  157. package/dist/esm/react/web/wallets/shared/locale/es.js +1 -0
  158. package/dist/esm/react/web/wallets/shared/locale/es.js.map +1 -1
  159. package/dist/esm/react/web/wallets/shared/locale/fr.js +54 -0
  160. package/dist/esm/react/web/wallets/shared/locale/fr.js.map +1 -0
  161. package/dist/esm/react/web/wallets/shared/locale/getConnectLocale.js +4 -0
  162. package/dist/esm/react/web/wallets/shared/locale/getConnectLocale.js.map +1 -1
  163. package/dist/esm/react/web/wallets/shared/locale/ja.js +21 -20
  164. package/dist/esm/react/web/wallets/shared/locale/ja.js.map +1 -1
  165. package/dist/esm/react/web/wallets/shared/locale/kr.js +54 -0
  166. package/dist/esm/react/web/wallets/shared/locale/kr.js.map +1 -0
  167. package/dist/esm/react/web/wallets/shared/locale/tl.js +1 -0
  168. package/dist/esm/react/web/wallets/shared/locale/tl.js.map +1 -1
  169. package/dist/esm/react/web/wallets/shared/locale/vi.js +1 -0
  170. package/dist/esm/react/web/wallets/shared/locale/vi.js.map +1 -1
  171. package/dist/esm/react/web/wallets/smartWallet/locale/fr.js +11 -0
  172. package/dist/esm/react/web/wallets/smartWallet/locale/fr.js.map +1 -0
  173. package/dist/esm/react/web/wallets/smartWallet/locale/getSmartWalletLocale.js +4 -0
  174. package/dist/esm/react/web/wallets/smartWallet/locale/getSmartWalletLocale.js.map +1 -1
  175. package/dist/esm/react/web/wallets/smartWallet/locale/ja.js +5 -5
  176. package/dist/esm/react/web/wallets/smartWallet/locale/ja.js.map +1 -1
  177. package/dist/esm/react/web/wallets/smartWallet/locale/kr.js +11 -0
  178. package/dist/esm/react/web/wallets/smartWallet/locale/kr.js.map +1 -0
  179. package/dist/esm/react/web/wallets/walletConnect/locale.js +8 -0
  180. package/dist/esm/react/web/wallets/walletConnect/locale.js.map +1 -1
  181. package/dist/esm/transaction/actions/send-transaction.js +76 -5
  182. package/dist/esm/transaction/actions/send-transaction.js.map +1 -1
  183. package/dist/esm/transaction/prepare-contract-call.js +18 -13
  184. package/dist/esm/transaction/prepare-contract-call.js.map +1 -1
  185. package/dist/esm/transaction/read-contract.js +39 -6
  186. package/dist/esm/transaction/read-contract.js.map +1 -1
  187. package/dist/esm/version.js +1 -1
  188. package/dist/esm/version.js.map +1 -1
  189. package/dist/esm/wallets/in-app/web/in-app.js +4 -1
  190. package/dist/esm/wallets/in-app/web/in-app.js.map +1 -1
  191. package/dist/esm/wallets/in-app/web/lib/auth/index.js +1 -0
  192. package/dist/esm/wallets/in-app/web/lib/auth/index.js.map +1 -1
  193. package/dist/esm/wallets/in-app/web/lib/auth/oauth.js +1 -1
  194. package/dist/esm/wallets/in-app/web/lib/auth/oauth.js.map +1 -1
  195. package/dist/types/extensions/marketplace/direct-listings/types.d.ts +1 -0
  196. package/dist/types/extensions/marketplace/direct-listings/types.d.ts.map +1 -1
  197. package/dist/types/extensions/marketplace/direct-listings/utils.d.ts.map +1 -1
  198. package/dist/types/extensions/marketplace/english-auctions/types.d.ts +1 -0
  199. package/dist/types/extensions/marketplace/english-auctions/types.d.ts.map +1 -1
  200. package/dist/types/extensions/marketplace/english-auctions/utils.d.ts.map +1 -1
  201. package/dist/types/react/core/hooks/contract/useContractEvents.d.ts +32 -2
  202. package/dist/types/react/core/hooks/contract/useContractEvents.d.ts.map +1 -1
  203. package/dist/types/react/core/hooks/contract/useReadContract.d.ts +28 -6
  204. package/dist/types/react/core/hooks/contract/useReadContract.d.ts.map +1 -1
  205. package/dist/types/react/core/hooks/others/useWalletBalance.d.ts +17 -2
  206. package/dist/types/react/core/hooks/others/useWalletBalance.d.ts.map +1 -1
  207. package/dist/types/react/core/hooks/wallets/useActiveAccount.d.ts +1 -0
  208. package/dist/types/react/core/hooks/wallets/useActiveAccount.d.ts.map +1 -1
  209. package/dist/types/react/core/utils/wallet.d.ts +19 -1
  210. package/dist/types/react/core/utils/wallet.d.ts.map +1 -1
  211. package/dist/types/react/web/hooks/transaction/useSendTransaction.d.ts +74 -4
  212. package/dist/types/react/web/hooks/transaction/useSendTransaction.d.ts.map +1 -1
  213. package/dist/types/react/web/ui/ConnectWallet/ConnectButton.d.ts +17 -2
  214. package/dist/types/react/web/ui/ConnectWallet/ConnectButton.d.ts.map +1 -1
  215. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectEmbed.d.ts +15 -0
  216. package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectEmbed.d.ts.map +1 -1
  217. package/dist/types/react/web/ui/ConnectWallet/locale/fr.d.ts +4 -0
  218. package/dist/types/react/web/ui/ConnectWallet/locale/fr.d.ts.map +1 -0
  219. package/dist/types/react/web/ui/ConnectWallet/locale/getConnectLocale.d.ts.map +1 -1
  220. package/dist/types/react/web/ui/ConnectWallet/locale/kr.d.ts +4 -0
  221. package/dist/types/react/web/ui/ConnectWallet/locale/kr.d.ts.map +1 -0
  222. package/dist/types/react/web/ui/PayEmbed.d.ts +1 -0
  223. package/dist/types/react/web/ui/PayEmbed.d.ts.map +1 -1
  224. package/dist/types/react/web/ui/types.d.ts +1 -1
  225. package/dist/types/react/web/ui/types.d.ts.map +1 -1
  226. package/dist/types/react/web/wallets/injected/locale/fr.d.ts +7 -0
  227. package/dist/types/react/web/wallets/injected/locale/fr.d.ts.map +1 -0
  228. package/dist/types/react/web/wallets/injected/locale/getInjectedWalletLocale.d.ts.map +1 -1
  229. package/dist/types/react/web/wallets/injected/locale/ja.d.ts +2 -2
  230. package/dist/types/react/web/wallets/injected/locale/ja.d.ts.map +1 -1
  231. package/dist/types/react/web/wallets/injected/locale/kr.d.ts +7 -0
  232. package/dist/types/react/web/wallets/injected/locale/kr.d.ts.map +1 -0
  233. package/dist/types/react/web/wallets/local/locale/fr.d.ts +4 -0
  234. package/dist/types/react/web/wallets/local/locale/fr.d.ts.map +1 -0
  235. package/dist/types/react/web/wallets/local/locale/getLocalWalletLocale.d.ts.map +1 -1
  236. package/dist/types/react/web/wallets/local/locale/ja.d.ts +2 -2
  237. package/dist/types/react/web/wallets/local/locale/ja.d.ts.map +1 -1
  238. package/dist/types/react/web/wallets/local/locale/kr.d.ts +4 -0
  239. package/dist/types/react/web/wallets/local/locale/kr.d.ts.map +1 -0
  240. package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts.map +1 -1
  241. package/dist/types/react/web/wallets/shared/locale/de.d.ts +1 -0
  242. package/dist/types/react/web/wallets/shared/locale/de.d.ts.map +1 -1
  243. package/dist/types/react/web/wallets/shared/locale/en.d.ts +1 -0
  244. package/dist/types/react/web/wallets/shared/locale/en.d.ts.map +1 -1
  245. package/dist/types/react/web/wallets/shared/locale/es.d.ts +1 -0
  246. package/dist/types/react/web/wallets/shared/locale/es.d.ts.map +1 -1
  247. package/dist/types/react/web/wallets/shared/locale/fr.d.ts +55 -0
  248. package/dist/types/react/web/wallets/shared/locale/fr.d.ts.map +1 -0
  249. package/dist/types/react/web/wallets/shared/locale/getConnectLocale.d.ts.map +1 -1
  250. package/dist/types/react/web/wallets/shared/locale/ja.d.ts +4 -3
  251. package/dist/types/react/web/wallets/shared/locale/ja.d.ts.map +1 -1
  252. package/dist/types/react/web/wallets/shared/locale/kr.d.ts +55 -0
  253. package/dist/types/react/web/wallets/shared/locale/kr.d.ts.map +1 -0
  254. package/dist/types/react/web/wallets/shared/locale/tl.d.ts +1 -0
  255. package/dist/types/react/web/wallets/shared/locale/tl.d.ts.map +1 -1
  256. package/dist/types/react/web/wallets/shared/locale/types.d.ts +1 -0
  257. package/dist/types/react/web/wallets/shared/locale/types.d.ts.map +1 -1
  258. package/dist/types/react/web/wallets/shared/locale/vi.d.ts +1 -0
  259. package/dist/types/react/web/wallets/shared/locale/vi.d.ts.map +1 -1
  260. package/dist/types/react/web/wallets/smartWallet/locale/fr.d.ts +4 -0
  261. package/dist/types/react/web/wallets/smartWallet/locale/fr.d.ts.map +1 -0
  262. package/dist/types/react/web/wallets/smartWallet/locale/getSmartWalletLocale.d.ts.map +1 -1
  263. package/dist/types/react/web/wallets/smartWallet/locale/ja.d.ts +2 -2
  264. package/dist/types/react/web/wallets/smartWallet/locale/ja.d.ts.map +1 -1
  265. package/dist/types/react/web/wallets/smartWallet/locale/kr.d.ts +4 -0
  266. package/dist/types/react/web/wallets/smartWallet/locale/kr.d.ts.map +1 -0
  267. package/dist/types/react/web/wallets/walletConnect/locale.d.ts.map +1 -1
  268. package/dist/types/transaction/actions/send-transaction.d.ts +76 -5
  269. package/dist/types/transaction/actions/send-transaction.d.ts.map +1 -1
  270. package/dist/types/transaction/prepare-contract-call.d.ts +18 -13
  271. package/dist/types/transaction/prepare-contract-call.d.ts.map +1 -1
  272. package/dist/types/transaction/read-contract.d.ts +39 -6
  273. package/dist/types/transaction/read-contract.d.ts.map +1 -1
  274. package/dist/types/version.d.ts +1 -1
  275. package/dist/types/version.d.ts.map +1 -1
  276. package/dist/types/wallets/in-app/web/in-app.d.ts +4 -1
  277. package/dist/types/wallets/in-app/web/in-app.d.ts.map +1 -1
  278. package/dist/types/wallets/in-app/web/lib/auth/index.d.ts +1 -0
  279. package/dist/types/wallets/in-app/web/lib/auth/index.d.ts.map +1 -1
  280. package/package.json +4 -3
  281. package/src/extensions/marketplace/direct-listings/types.ts +1 -0
  282. package/src/extensions/marketplace/direct-listings/utils.ts +1 -0
  283. package/src/extensions/marketplace/english-auctions/types.ts +1 -0
  284. package/src/extensions/marketplace/english-auctions/utils.ts +1 -0
  285. package/src/gas/fee-data.ts +1 -1
  286. package/src/react/core/hooks/contract/useContractEvents.ts +32 -2
  287. package/src/react/core/hooks/contract/useReadContract.ts +28 -6
  288. package/src/react/core/hooks/others/useWalletBalance.ts +17 -2
  289. package/src/react/core/hooks/wallets/useActiveAccount.ts +1 -0
  290. package/src/react/core/utils/wallet.ts +19 -1
  291. package/src/react/web/hooks/transaction/useSendTransaction.tsx +74 -4
  292. package/src/react/web/ui/ConnectWallet/ConnectButton.tsx +17 -2
  293. package/src/react/web/ui/ConnectWallet/Details.tsx +2 -2
  294. package/src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx +15 -0
  295. package/src/react/web/ui/ConnectWallet/locale/es.ts +8 -8
  296. package/src/react/web/ui/ConnectWallet/locale/fr.ts +118 -0
  297. package/src/react/web/ui/ConnectWallet/locale/getConnectLocale.ts +6 -0
  298. package/src/react/web/ui/ConnectWallet/locale/ja.ts +12 -12
  299. package/src/react/web/ui/ConnectWallet/locale/kr.ts +114 -0
  300. package/src/react/web/ui/ConnectWallet/locale/tl.ts +12 -12
  301. package/src/react/web/ui/PayEmbed-disconnected.test.tsx +5 -3
  302. package/src/react/web/ui/PayEmbed.test.tsx +17 -16
  303. package/src/react/web/ui/PayEmbed.tsx +9 -4
  304. package/src/react/web/ui/types.ts +3 -1
  305. package/src/react/web/wallets/injected/locale/fr.ts +27 -0
  306. package/src/react/web/wallets/injected/locale/getInjectedWalletLocale.ts +4 -0
  307. package/src/react/web/wallets/injected/locale/ja.ts +8 -10
  308. package/src/react/web/wallets/injected/locale/kr.ts +25 -0
  309. package/src/react/web/wallets/local/locale/fr.ts +51 -0
  310. package/src/react/web/wallets/local/locale/getLocalWalletLocale.ts +2 -0
  311. package/src/react/web/wallets/local/locale/ja.ts +14 -20
  312. package/src/react/web/wallets/local/locale/kr.ts +47 -0
  313. package/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx +3 -6
  314. package/src/react/web/wallets/shared/locale/de.ts +1 -0
  315. package/src/react/web/wallets/shared/locale/en.ts +1 -0
  316. package/src/react/web/wallets/shared/locale/es.ts +1 -0
  317. package/src/react/web/wallets/shared/locale/fr.ts +59 -0
  318. package/src/react/web/wallets/shared/locale/getConnectLocale.ts +4 -0
  319. package/src/react/web/wallets/shared/locale/ja.ts +22 -21
  320. package/src/react/web/wallets/shared/locale/kr.ts +55 -0
  321. package/src/react/web/wallets/shared/locale/tl.ts +1 -0
  322. package/src/react/web/wallets/shared/locale/types.ts +1 -0
  323. package/src/react/web/wallets/shared/locale/vi.ts +1 -0
  324. package/src/react/web/wallets/smartWallet/locale/fr.ts +13 -0
  325. package/src/react/web/wallets/smartWallet/locale/getSmartWalletLocale.ts +4 -0
  326. package/src/react/web/wallets/smartWallet/locale/ja.ts +5 -7
  327. package/src/react/web/wallets/smartWallet/locale/kr.ts +11 -0
  328. package/src/react/web/wallets/walletConnect/locale.ts +9 -0
  329. package/src/transaction/actions/send-transaction.ts +76 -5
  330. package/src/transaction/prepare-contract-call.ts +18 -13
  331. package/src/transaction/read-contract.ts +39 -6
  332. package/src/version.ts +1 -1
  333. package/src/wallets/in-app/web/in-app.ts +4 -1
  334. package/src/wallets/in-app/web/lib/auth/index.ts +1 -0
  335. package/src/wallets/in-app/web/lib/auth/oauth.ts +1 -1
  336. package/src/wallets/smart/smart-wallet-integration.test.ts +6 -0
@@ -1,16 +1,86 @@
1
1
  import { type SendTransactionConfig } from "../../../core/hooks/transaction/useSendTransaction.js";
2
2
  /**
3
- * A hook to send a transaction.
4
- * @returns A mutation object to send a transaction.
3
+ * A hook to send a transaction with from the user's connected wallet.
4
+ *
5
+ * You can send a transaction with a [prepared contract call](https://portal.thirdweb.com/references/typescript/v5/prepareContractCall), a [prepared transaction](https://portal.thirdweb.com/references/typescript/v5/prepareTransaction), or using a write [Extension](https://portal.thirdweb.com/react/v5/extensions).
6
+ *
7
+ * @returns A UseMutationResult object to send a transaction.
5
8
  * @param config Configuration for the `useSendTransaction` hook.
6
9
  * Refer to [`SendTransactionConfig`](https://portal.thirdweb.com/references/typescript/v5/SendTransactionConfig) for more details.
7
10
  * @example
11
+ *
12
+ * ### Using a prepared contract call
13
+ *
8
14
  * ```tsx
9
15
  * import { useSendTransaction } from "thirdweb/react";
16
+ * import { getContract, prepareContractCall } from "thirdweb";
17
+ * import { sepolia } from "thirdweb/chains";
18
+ *
19
+ * const contract = getContract({
20
+ * address: "0x...",
21
+ * chain: sepolia,
22
+ * client,
23
+ * });
24
+ *
25
+ * const { mutate: sendTx, data: transactionResult } = useSendTransaction();
26
+ *
27
+ * const onClick = () => {
28
+ * const transaction = prepareContractCall({
29
+ * contract,
30
+ * method: "function transfer(address to, uint256 value)",
31
+ * params: [to, value],
32
+ * }),
33
+ * });
34
+ * sendTx(transaction);
35
+ * };
36
+ * ```
37
+ *
38
+ * ### Using a write extension
39
+ *
40
+ * ```tsx
41
+ * import { useSendTransaction } from "thirdweb/react";
42
+ * import { mintTo } from "thirdweb/extensions/erc721";
43
+ *
44
+ * const { mutate: sendTx, data: transactionResult } = useSendTransaction();
45
+ *
46
+ * const onClick = () => {
47
+ * const transaction = mintTo({
48
+ * contract,
49
+ * to: "0x...",
50
+ * nft: {
51
+ * name: "NFT Name",
52
+ * description: "NFT Description",
53
+ * image: "https://example.com/image.png",
54
+ * },
55
+ * });
56
+ * sendTx(transaction);
57
+ * };
58
+ * ```
59
+ *
60
+ * ### Sending a prepared transaction
61
+ *
62
+ * ```tsx
63
+ * import { useSendTransaction } from "thirdweb/react";
64
+ * import { getContract, prepareTransaction } from "thirdweb";
65
+ * import { sepolia } from "thirdweb/chains";
66
+ *
67
+ * const contract = getContract({
68
+ * address: "0x...",
69
+ * chain: sepolia,
70
+ * client,
71
+ * });
72
+ *
10
73
  * const { mutate: sendTx, data: transactionResult } = useSendTransaction();
11
74
  *
12
- * // later
13
- * sendTx(tx);
75
+ * const onClick = () => {
76
+ * const transaction = prepareTransaction({
77
+ * contract,
78
+ * to: "0x...",
79
+ * value: toWei("0.1"),
80
+ * }),
81
+ * });
82
+ * sendTx(transaction);
83
+ * };
14
84
  * ```
15
85
  *
16
86
  * @transaction
@@ -1 +1 @@
1
- {"version":3,"file":"useSendTransaction.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/hooks/transaction/useSendTransaction.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,qBAAqB,EAG3B,MAAM,uDAAuD,CAAC;AAM/D;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,GAAE,qBAA0B;;;;;wFAiDpE"}
1
+ {"version":3,"file":"useSendTransaction.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/hooks/transaction/useSendTransaction.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,qBAAqB,EAG3B,MAAM,uDAAuD,CAAC;AAM/D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqFG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,GAAE,qBAA0B;;;;;wFAiDpE"}
@@ -54,14 +54,29 @@ import type { ConnectButtonProps } from "../../../core/hooks/connection/ConnectB
54
54
  * ### Customizing the default chain to connect to
55
55
  *
56
56
  * ```tsx
57
- * import { base } from "thirdweb/chains";
57
+ * import { sepolia } from "thirdweb/chains";
58
58
  *
59
59
  * <ConnectButton
60
60
  * client={client}
61
- * chain={base}
61
+ * chain={sepolia}
62
62
  * />
63
63
  * ```
64
64
  *
65
+ * ### Enabling Account Abstraction
66
+ *
67
+ * By passing the `accountAbstraction` prop, ALL connected wallets will be converted to smart accounts.
68
+ * And by setting `sponsorGas` to `true`, all transactions done with those smart accounts will be sponsored.
69
+ *
70
+ * ```tsx
71
+ * <ConnectButton
72
+ * client={client}
73
+ * accountAbstraction={{
74
+ * chain: sepolia,
75
+ * sponsorGas: true,
76
+ * }}
77
+ * />;
78
+ * ```
79
+ *
65
80
  * ### Enabling sign in with ethereum (Auth)
66
81
  *
67
82
  * ```tsx
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectButton.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/ui/ConnectWallet/ConnectButton.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AA2B/F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgNG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,8CAkGtD"}
1
+ {"version":3,"file":"ConnectButton.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/ui/ConnectWallet/ConnectButton.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AA2B/F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+NG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,8CAkGtD"}
@@ -56,6 +56,21 @@ import type { ConnectEmbedProps } from "../../../../core/hooks/connection/Connec
56
56
  * />
57
57
  * ```
58
58
  *
59
+ * ### Enabling Account Abstraction
60
+ *
61
+ * By passing the `accountAbstraction` prop, ALL connected wallets will be converted to smart accounts.
62
+ * And by setting `sponsorGas` to `true`, all transactions done with those smart accounts will be sponsored.
63
+ *
64
+ * ```tsx
65
+ * <ConnectEmbed
66
+ * client={client}
67
+ * accountAbstraction={{
68
+ * chain: sepolia,
69
+ * sponsorGas: true,
70
+ * }}
71
+ * />;
72
+ * ```
73
+ *
59
74
  * ### Enabling sign in with ethereum (Auth)
60
75
  *
61
76
  * ```tsx
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectEmbed.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wDAAwD,CAAC;AAyBhG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2HG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,8CA+GpD;AAuHD,eAAO,MAAM,cAAc;;SAhYG,MAAO,WAAW;;eAiYnC,SAAS,GAAG,MAAM;yGAwB7B,CAAC"}
1
+ {"version":3,"file":"ConnectEmbed.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wDAAwD,CAAC;AAyBhG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0IG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,8CA+GpD;AAuHD,eAAO,MAAM,cAAc;;SA/YG,MAAO,WAAW;;eAgZnC,SAAS,GAAG,MAAM;yGAwB7B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ConnectLocale } from "./types.js";
2
+ declare const connectLocaleFr: ConnectLocale;
3
+ export default connectLocaleFr;
4
+ //# sourceMappingURL=fr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/ui/ConnectWallet/locale/fr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,QAAA,MAAM,eAAe,EAAE,aAiHtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getConnectLocale.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/ui/ConnectWallet/locale/getConnectLocale.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE/C,wBAAsB,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,+CAqBxD;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,6FASlD"}
1
+ {"version":3,"file":"getConnectLocale.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/ui/ConnectWallet/locale/getConnectLocale.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE/C,wBAAsB,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,+CA2BxD;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,6FASlD"}
@@ -0,0 +1,4 @@
1
+ import type { ConnectLocale } from "./types.js";
2
+ declare const connectLocaleKr: ConnectLocale;
3
+ export default connectLocaleKr;
4
+ //# sourceMappingURL=kr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kr.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/ui/ConnectWallet/locale/kr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,QAAA,MAAM,eAAe,EAAE,aA+GtB,CAAC;AACF,eAAe,eAAe,CAAC"}
@@ -108,6 +108,7 @@ export type PayEmbedProps = {
108
108
  */
109
109
  connectOptions?: PayEmbedConnectOptions;
110
110
  style?: React.CSSProperties;
111
+ className?: string;
111
112
  };
112
113
  /**
113
114
  * Embed thirdweb Pay UI for Buy tokens using Crypto or Credit Card.
@@ -1 +1 @@
1
- {"version":3,"file":"PayEmbed.d.ts","sourceRoot":"","sources":["../../../../../src/react/web/ui/PayEmbed.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AAEtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,KAAK,EACV,iCAAiC,EACjC,YAAY,EACb,MAAM,mDAAmD,CAAC;AAC3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAOzE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoCG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;;;;;;;;;OAcG;IACH,MAAM,EAAE,cAAc,CAAC;IACvB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB;;OAEG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC;IAE1B;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;IAEjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,sBAAsB,CAAC;IAExC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,8CAqF5C;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;;OAGG;IACH,YAAY,CAAC,EAAE,iCAAiC,CAAC;IAEjD;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE;QACd,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IAEF;;;;;OAKG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IAExC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;;;;;;;;OASG;IACH,WAAW,CAAC,EACR;QACE,OAAO,EAAE,MAAM,CAAC;KACjB,GACD,OAAO,CAAC;IAEZ;;OAEG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAE1B;;;;;;;;;;;;;OAaG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IAEjB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;CACxB,CAAC"}
1
+ {"version":3,"file":"PayEmbed.d.ts","sourceRoot":"","sources":["../../../../../src/react/web/ui/PayEmbed.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AAEtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,KAAK,EACV,iCAAiC,EACjC,YAAY,EACb,MAAM,mDAAmD,CAAC;AAC3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAOzE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoCG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;;;;;;;;;OAcG;IACH,MAAM,EAAE,cAAc,CAAC;IACvB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB;;OAEG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC;IAE1B;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;IAEjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,sBAAsB,CAAC;IAExC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,8CAwF5C;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;;OAGG;IACH,YAAY,CAAC,EAAE,iCAAiC,CAAC;IAEjD;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE;QACd,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IAEF;;;;;OAKG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IAExC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;;;;;;;;OASG;IACH,WAAW,CAAC,EACR;QACE,OAAO,EAAE,MAAM,CAAC;KACjB,GACD,OAAO,CAAC;IAEZ;;OAEG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAE1B;;;;;;;;;;;;;OAaG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IAEjB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;CACxB,CAAC"}
@@ -1,2 +1,2 @@
1
- export type LocaleId = "en_US" | "es_ES" | "ja_JP" | "tl_PH" | "vi_VN" | "de_DE";
1
+ export type LocaleId = "en_US" | "es_ES" | "ja_JP" | "ko_KR" | "tl_PH" | "vi_VN" | "de_DE" | "fr_FR";
2
2
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/react/web/ui/types.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,QAAQ,GAChB,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/react/web/ui/types.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,QAAQ,GAChB,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { InjectedWalletLocale } from "./types.js";
2
+ /**
3
+ * @internal
4
+ */
5
+ declare const injectedWalletLocaleEn: (wallet: string) => InjectedWalletLocale;
6
+ export default injectedWalletLocaleEn;
7
+ //# sourceMappingURL=fr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/injected/locale/fr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAEvD;;GAEG;AACH,QAAA,MAAM,sBAAsB,WAAY,MAAM,KAAG,oBAmB/C,CAAC;AAEH,eAAe,sBAAsB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getInjectedWalletLocale.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/injected/locale/getInjectedWalletLocale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAEvD;;GAEG;AACH,wBAAsB,uBAAuB,CAC3C,MAAM,EAAE,QAAQ,GACf,OAAO,CAAC,CAAC,UAAU,EAAE,MAAM,KAAK,oBAAoB,CAAC,CAevD"}
1
+ {"version":3,"file":"getInjectedWalletLocale.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/injected/locale/getInjectedWalletLocale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAEvD;;GAEG;AACH,wBAAsB,uBAAuB,CAC3C,MAAM,EAAE,QAAQ,GACf,OAAO,CAAC,CAAC,UAAU,EAAE,MAAM,KAAK,oBAAoB,CAAC,CAmBvD"}
@@ -2,6 +2,6 @@ import type { InjectedWalletLocale } from "./types.js";
2
2
  /**
3
3
  * @internal
4
4
  */
5
- declare const injectedWalletLocaleJa: (walletName: string) => InjectedWalletLocale;
6
- export default injectedWalletLocaleJa;
5
+ declare const injectedWalletLocale: (wallet: string) => InjectedWalletLocale;
6
+ export default injectedWalletLocale;
7
7
  //# sourceMappingURL=ja.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/injected/locale/ja.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAEvD;;GAEG;AACH,QAAA,MAAM,sBAAsB,eAAgB,MAAM,KAAG,oBAmBnD,CAAC;AAEH,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/injected/locale/ja.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AACvD;;GAEG;AACH,QAAA,MAAM,oBAAoB,WAAY,MAAM,KAAG,oBAmB7C,CAAC;AACH,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { InjectedWalletLocale } from "./types.js";
2
+ /**
3
+ * @internal
4
+ */
5
+ declare const injectedWalletLocale: (wallet: string) => InjectedWalletLocale;
6
+ export default injectedWalletLocale;
7
+ //# sourceMappingURL=kr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kr.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/injected/locale/kr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AACvD;;GAEG;AACH,QAAA,MAAM,oBAAoB,WAAY,MAAM,KAAG,oBAmB7C,CAAC;AACH,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { LocalWalletLocale } from "./types.js";
2
+ declare const localWalletLocaleEn: LocalWalletLocale;
3
+ export default localWalletLocaleEn;
4
+ //# sourceMappingURL=fr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/local/locale/fr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD,QAAA,MAAM,mBAAmB,EAAE,iBA8C1B,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getLocalWalletLocale.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/local/locale/getLocalWalletLocale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD;;GAEG;AACH,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,QAAQ,GACf,OAAO,CAAC,iBAAiB,CAAC,CAa5B"}
1
+ {"version":3,"file":"getLocalWalletLocale.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/local/locale/getLocalWalletLocale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD;;GAEG;AACH,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,QAAQ,GACf,OAAO,CAAC,iBAAiB,CAAC,CAe5B"}
@@ -1,4 +1,4 @@
1
1
  import type { LocalWalletLocale } from "./types.js";
2
- declare const localWalletLocaleJa: LocalWalletLocale;
3
- export default localWalletLocaleJa;
2
+ declare const localWalletLocaleEn: LocalWalletLocale;
3
+ export default localWalletLocaleEn;
4
4
  //# sourceMappingURL=ja.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/local/locale/ja.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD,QAAA,MAAM,mBAAmB,EAAE,iBAiD1B,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/local/locale/ja.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACpD,QAAA,MAAM,mBAAmB,EAAE,iBA6C1B,CAAC;AACF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { LocalWalletLocale } from "./types.js";
2
+ declare const localWalletLocaleEn: LocalWalletLocale;
3
+ export default localWalletLocaleEn;
4
+ //# sourceMappingURL=kr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kr.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/local/locale/kr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACpD,QAAA,MAAM,mBAAmB,EAAE,iBA4C1B,CAAC;AACF,eAAe,mBAAmB,CAAC"}
@@ -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;AAKnE,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;AAuB7E,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,CAAC,CAAC;KACrC,CAAC;IACF,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAWN,MAAM,MAAM,+BAA+B,GAAG;IAC5C,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;CAC1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,UAC9B,+BAA+B,+CAuTvC,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;AAKnE,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;AAuB7E,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,CAAC,CAAC;KACrC,CAAC;IACF,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAWN,MAAM,MAAM,+BAA+B,GAAG;IAC5C,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;CAC1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,UAC9B,+BAA+B,+CAoTvC,CAAC"}
@@ -49,6 +49,7 @@ declare const _default: {
49
49
  phonePlaceholder: string;
50
50
  signInWithPhone: string;
51
51
  phoneRequired: string;
52
+ passkey: string;
52
53
  };
53
54
  export default _default;
54
55
  //# sourceMappingURL=de.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAuD8B"}
1
+ {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAwD8B"}
@@ -49,6 +49,7 @@ declare const _default: {
49
49
  phonePlaceholder: string;
50
50
  signInWithPhone: string;
51
51
  phoneRequired: string;
52
+ passkey: string;
52
53
  };
53
54
  export default _default;
54
55
  //# sourceMappingURL=en.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAsD8B"}
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAuD8B"}
@@ -49,6 +49,7 @@ declare const _default: {
49
49
  signInWithPhone: string;
50
50
  phoneRequired: string;
51
51
  signInWithEmail: string;
52
+ passkey: string;
52
53
  };
53
54
  export default _default;
54
55
  //# sourceMappingURL=es.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAsD8B"}
1
+ {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAuD8B"}
@@ -0,0 +1,55 @@
1
+ declare const _default: {
2
+ signInWithGoogle: string;
3
+ signInWithFacebook: string;
4
+ signInWithApple: string;
5
+ signInWithDiscord: string;
6
+ emailPlaceholder: string;
7
+ submitEmail: string;
8
+ signIn: string;
9
+ or: string;
10
+ emailRequired: string;
11
+ invalidEmail: string;
12
+ maxAccountsExceeded: string;
13
+ socialLoginScreen: {
14
+ title: string;
15
+ instruction: string;
16
+ failed: string;
17
+ retry: string;
18
+ };
19
+ emailLoginScreen: {
20
+ title: string;
21
+ enterCodeSendTo: string;
22
+ newDeviceDetected: string;
23
+ enterRecoveryCode: string;
24
+ invalidCode: string;
25
+ invalidCodeOrRecoveryCode: string;
26
+ verify: string;
27
+ failedToSendCode: string;
28
+ sendingCode: string;
29
+ resendCode: string;
30
+ };
31
+ createPassword: {
32
+ title: string;
33
+ instruction: string;
34
+ saveInstruction: string;
35
+ inputPlaceholder: string;
36
+ confirmation: string;
37
+ submitButton: string;
38
+ failedToSetPassword: string;
39
+ };
40
+ enterPassword: {
41
+ title: string;
42
+ instruction: string;
43
+ inputPlaceholder: string;
44
+ submitButton: string;
45
+ wrongPassword: string;
46
+ };
47
+ signInWithEmail: string;
48
+ invalidPhone: string;
49
+ phonePlaceholder: string;
50
+ signInWithPhone: string;
51
+ phoneRequired: string;
52
+ passkey: string;
53
+ };
54
+ export default _default;
55
+ //# sourceMappingURL=fr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAwD8B"}
@@ -1 +1 @@
1
- {"version":3,"file":"getConnectLocale.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/getConnectLocale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD;;GAEG;AACH,wBAAsB,oBAAoB,CACxC,QAAQ,EAAE,QAAQ,GACjB,OAAO,CAAC,iBAAiB,CAAC,CAe5B"}
1
+ {"version":3,"file":"getConnectLocale.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/getConnectLocale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD;;GAEG;AACH,wBAAsB,oBAAoB,CACxC,QAAQ,EAAE,QAAQ,GACjB,OAAO,CAAC,iBAAiB,CAAC,CAmB5B"}
@@ -5,11 +5,11 @@ declare const _default: {
5
5
  signInWithDiscord: string;
6
6
  emailPlaceholder: string;
7
7
  submitEmail: string;
8
+ signIn: string;
9
+ or: string;
8
10
  emailRequired: string;
9
11
  invalidEmail: string;
10
- signIn: string;
11
12
  maxAccountsExceeded: string;
12
- or: string;
13
13
  socialLoginScreen: {
14
14
  title: string;
15
15
  instruction: string;
@@ -44,11 +44,12 @@ declare const _default: {
44
44
  submitButton: string;
45
45
  wrongPassword: string;
46
46
  };
47
- invalidPhone: string;
48
47
  signInWithEmail: string;
48
+ invalidPhone: string;
49
49
  phonePlaceholder: string;
50
50
  signInWithPhone: string;
51
51
  phoneRequired: string;
52
+ passkey: string;
52
53
  };
53
54
  export default _default;
54
55
  //# sourceMappingURL=ja.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/ja.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAqD8B"}
1
+ {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/ja.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,wBAuD8B"}
@@ -0,0 +1,55 @@
1
+ declare const _default: {
2
+ signInWithGoogle: string;
3
+ signInWithFacebook: string;
4
+ signInWithApple: string;
5
+ signInWithDiscord: string;
6
+ emailPlaceholder: string;
7
+ submitEmail: string;
8
+ signIn: string;
9
+ or: string;
10
+ emailRequired: string;
11
+ invalidEmail: string;
12
+ maxAccountsExceeded: string;
13
+ socialLoginScreen: {
14
+ title: string;
15
+ instruction: string;
16
+ failed: string;
17
+ retry: string;
18
+ };
19
+ emailLoginScreen: {
20
+ title: string;
21
+ enterCodeSendTo: string;
22
+ newDeviceDetected: string;
23
+ enterRecoveryCode: string;
24
+ invalidCode: string;
25
+ invalidCodeOrRecoveryCode: string;
26
+ verify: string;
27
+ failedToSendCode: string;
28
+ sendingCode: string;
29
+ resendCode: string;
30
+ };
31
+ createPassword: {
32
+ title: string;
33
+ instruction: string;
34
+ saveInstruction: string;
35
+ inputPlaceholder: string;
36
+ confirmation: string;
37
+ submitButton: string;
38
+ failedToSetPassword: string;
39
+ };
40
+ enterPassword: {
41
+ title: string;
42
+ instruction: string;
43
+ inputPlaceholder: string;
44
+ submitButton: string;
45
+ wrongPassword: string;
46
+ };
47
+ signInWithEmail: string;
48
+ invalidPhone: string;
49
+ phonePlaceholder: string;
50
+ signInWithPhone: string;
51
+ phoneRequired: string;
52
+ passkey: string;
53
+ };
54
+ export default _default;
55
+ //# sourceMappingURL=kr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kr.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/kr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,wBAqD8B"}
@@ -49,6 +49,7 @@ declare const _default: {
49
49
  phonePlaceholder: string;
50
50
  signInWithPhone: string;
51
51
  phoneRequired: string;
52
+ passkey: string;
52
53
  };
53
54
  export default _default;
54
55
  //# sourceMappingURL=tl.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tl.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/tl.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAsD8B"}
1
+ {"version":3,"file":"tl.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/tl.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAuD8B"}
@@ -49,5 +49,6 @@ export type InAppWalletLocale = {
49
49
  };
50
50
  submitEmail: string;
51
51
  maxAccountsExceeded: string;
52
+ passkey: string;
52
53
  };
53
54
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,cAAc,EAAE;QACd,YAAY,EAAE,MAAM,CAAC;QACrB,mBAAmB,EAAE,MAAM,CAAC;QAC5B,gBAAgB,EAAE,MAAM,CAAC;QACzB,WAAW,EAAE,MAAM,CAAC;QACpB,eAAe,EAAE,MAAM,CAAC;QACxB,YAAY,EAAE,MAAM,CAAC;QACrB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,gBAAgB,EAAE;QAChB,eAAe,EAAE,MAAM,CAAC;QACxB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,gBAAgB,EAAE,MAAM,CAAC;QACzB,WAAW,EAAE,MAAM,CAAC;QACpB,yBAAyB,EAAE,MAAM,CAAC;QAClC,iBAAiB,EAAE,MAAM,CAAC;QAC1B,UAAU,EAAE,MAAM,CAAC;QACnB,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE;QACb,gBAAgB,EAAE,MAAM,CAAC;QACzB,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;QACrB,KAAK,EAAE,MAAM,CAAC;QACd,aAAa,EAAE,MAAM,CAAC;KACvB,CAAC;IACF,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,cAAc,EAAE;QACd,YAAY,EAAE,MAAM,CAAC;QACrB,mBAAmB,EAAE,MAAM,CAAC;QAC5B,gBAAgB,EAAE,MAAM,CAAC;QACzB,WAAW,EAAE,MAAM,CAAC;QACpB,eAAe,EAAE,MAAM,CAAC;QACxB,YAAY,EAAE,MAAM,CAAC;QACrB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,gBAAgB,EAAE;QAChB,eAAe,EAAE,MAAM,CAAC;QACxB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,gBAAgB,EAAE,MAAM,CAAC;QACzB,WAAW,EAAE,MAAM,CAAC;QACpB,yBAAyB,EAAE,MAAM,CAAC;QAClC,iBAAiB,EAAE,MAAM,CAAC;QAC1B,UAAU,EAAE,MAAM,CAAC;QACnB,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE;QACb,gBAAgB,EAAE,MAAM,CAAC;QACzB,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;QACrB,KAAK,EAAE,MAAM,CAAC;QACd,aAAa,EAAE,MAAM,CAAC;KACvB,CAAC;IACF,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC"}
@@ -49,6 +49,7 @@ declare const _default: {
49
49
  phonePlaceholder: string;
50
50
  signInWithPhone: string;
51
51
  phoneRequired: string;
52
+ passkey: string;
52
53
  };
53
54
  export default _default;
54
55
  //# sourceMappingURL=vi.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vi.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/vi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAsD8B"}
1
+ {"version":3,"file":"vi.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/shared/locale/vi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAuD8B"}
@@ -0,0 +1,4 @@
1
+ import type { SmartWalletLocale } from "./types.js";
2
+ declare const smartWalletLocalEn: SmartWalletLocale;
3
+ export default smartWalletLocalEn;
4
+ //# sourceMappingURL=fr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/smartWallet/locale/fr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD,QAAA,MAAM,kBAAkB,EAAE,iBAQzB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getSmartWalletLocale.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/smartWallet/locale/getSmartWalletLocale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD;;GAEG;AACH,wBAAsB,oBAAoB,CACxC,QAAQ,EAAE,QAAQ,GACjB,OAAO,CAAC,iBAAiB,CAAC,CAe5B"}
1
+ {"version":3,"file":"getSmartWalletLocale.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/smartWallet/locale/getSmartWalletLocale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD;;GAEG;AACH,wBAAsB,oBAAoB,CACxC,QAAQ,EAAE,QAAQ,GACjB,OAAO,CAAC,iBAAiB,CAAC,CAmB5B"}
@@ -1,4 +1,4 @@
1
1
  import type { SmartWalletLocale } from "./types.js";
2
- declare const smartWalletLocaleJa: SmartWalletLocale;
3
- export default smartWalletLocaleJa;
2
+ declare const smartWalletLocale: SmartWalletLocale;
3
+ export default smartWalletLocale;
4
4
  //# sourceMappingURL=ja.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/smartWallet/locale/ja.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD,QAAA,MAAM,mBAAmB,EAAE,iBAQ1B,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/smartWallet/locale/ja.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACpD,QAAA,MAAM,iBAAiB,EAAE,iBAQxB,CAAC;AACF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { SmartWalletLocale } from "./types.js";
2
+ declare const smartWalletLocale: SmartWalletLocale;
3
+ export default smartWalletLocale;
4
+ //# sourceMappingURL=kr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kr.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/web/wallets/smartWallet/locale/kr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACpD,QAAA,MAAM,iBAAiB,EAAE,iBAQxB,CAAC;AACF,eAAe,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/walletConnect/locale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAIlD,MAAM,MAAM,mBAAmB,GAAG;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,QAAQ,EAAE,mBAAmB,CA0BtE,CAAC"}
1
+ {"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../../../../../../src/react/web/wallets/walletConnect/locale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAIlD,MAAM,MAAM,mBAAmB,GAAG;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,QAAQ,EAAE,mBAAmB,CAmCtE,CAAC"}