@ordanetwork/sdk 1.3.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1791) hide show
  1. package/CHANGELOG.md +92 -0
  2. package/README.md +37 -34
  3. package/dist/browser/api/Balances.d.ts +2 -2
  4. package/dist/browser/api/JWT.d.ts +2 -2
  5. package/dist/browser/api/OffRamp.d.ts +2 -2
  6. package/dist/browser/api/OnRamp.d.ts +2 -2
  7. package/dist/browser/api/Prices.d.ts +2 -2
  8. package/dist/browser/api/Quote.d.ts +2 -2
  9. package/dist/browser/api/Recipient.d.ts +2 -2
  10. package/dist/browser/api/Transaction.d.ts +2 -2
  11. package/dist/browser/api/Transaction.js +1 -1
  12. package/dist/browser/auth/hmac.js +1 -1
  13. package/dist/browser/crypto/factory.d.ts +1 -1
  14. package/dist/browser/crypto/factory.js +2 -2
  15. package/dist/browser/crypto/node-crypto.d.ts +1 -1
  16. package/dist/browser/crypto/node-crypto.js +1 -1
  17. package/dist/browser/crypto/web-crypto.d.ts +1 -1
  18. package/dist/browser/http/client.d.ts +2 -2
  19. package/dist/browser/http/client.js +3 -3
  20. package/dist/browser/index.d.ts +27 -31
  21. package/dist/browser/index.d.ts.map +1 -1
  22. package/dist/browser/index.js +33 -37
  23. package/dist/browser/index.js.map +1 -1
  24. package/dist/browser/types/guards.d.ts +3 -3
  25. package/dist/browser/types/index.d.ts +6 -8
  26. package/dist/browser/types/index.d.ts.map +1 -1
  27. package/dist/browser/types/index.js +3 -5
  28. package/dist/browser/types/index.js.map +1 -1
  29. package/dist/browser/types/jwt.d.ts +1 -2
  30. package/dist/browser/types/jwt.d.ts.map +1 -1
  31. package/dist/browser/types/offramp.d.ts +2 -2
  32. package/dist/browser/types/onramp.d.ts +1 -1
  33. package/dist/cjs/index.d.ts +2 -6
  34. package/dist/cjs/index.d.ts.map +1 -1
  35. package/dist/cjs/index.js +7 -20
  36. package/dist/cjs/index.js.map +1 -1
  37. package/dist/cjs/types/index.d.ts +0 -2
  38. package/dist/cjs/types/index.d.ts.map +1 -1
  39. package/dist/cjs/types/index.js +0 -2
  40. package/dist/cjs/types/index.js.map +1 -1
  41. package/dist/cjs/types/jwt.d.ts +1 -2
  42. package/dist/cjs/types/jwt.d.ts.map +1 -1
  43. package/dist/esm/api/Balances.d.ts +2 -2
  44. package/dist/esm/api/JWT.d.ts +2 -2
  45. package/dist/esm/api/OffRamp.d.ts +2 -2
  46. package/dist/esm/api/OnRamp.d.ts +2 -2
  47. package/dist/esm/api/Prices.d.ts +2 -2
  48. package/dist/esm/api/Quote.d.ts +2 -2
  49. package/dist/esm/api/Recipient.d.ts +2 -2
  50. package/dist/esm/api/Transaction.d.ts +2 -2
  51. package/dist/esm/api/Transaction.js +1 -1
  52. package/dist/esm/auth/hmac.js +1 -1
  53. package/dist/esm/crypto/factory.d.ts +1 -1
  54. package/dist/esm/crypto/factory.js +2 -2
  55. package/dist/esm/crypto/node-crypto.d.ts +1 -1
  56. package/dist/esm/crypto/node-crypto.js +1 -1
  57. package/dist/esm/crypto/web-crypto.d.ts +1 -1
  58. package/dist/esm/http/client.d.ts +2 -2
  59. package/dist/esm/http/client.js +3 -3
  60. package/dist/esm/index.d.ts +27 -31
  61. package/dist/esm/index.d.ts.map +1 -1
  62. package/dist/esm/index.js +33 -37
  63. package/dist/esm/index.js.map +1 -1
  64. package/dist/esm/types/guards.d.ts +3 -3
  65. package/dist/esm/types/index.d.ts +6 -8
  66. package/dist/esm/types/index.d.ts.map +1 -1
  67. package/dist/esm/types/index.js +3 -5
  68. package/dist/esm/types/index.js.map +1 -1
  69. package/dist/esm/types/jwt.d.ts +1 -2
  70. package/dist/esm/types/jwt.d.ts.map +1 -1
  71. package/dist/esm/types/offramp.d.ts +2 -2
  72. package/dist/esm/types/onramp.d.ts +1 -1
  73. package/dist/types/index.d.ts +2 -6
  74. package/dist/types/index.d.ts.map +1 -1
  75. package/dist/types/types/index.d.ts +0 -2
  76. package/dist/types/types/index.d.ts.map +1 -1
  77. package/dist/types/types/jwt.d.ts +1 -2
  78. package/dist/types/types/jwt.d.ts.map +1 -1
  79. package/package.json +9 -94
  80. package/dist/browser/react/assets/animations/completed.json +0 -1
  81. package/dist/browser/react/assets/animations/converting.json +0 -1
  82. package/dist/browser/react/assets/animations/error.json +0 -1
  83. package/dist/browser/react/assets/animations/index.d.ts +0 -4
  84. package/dist/browser/react/assets/animations/index.d.ts.map +0 -1
  85. package/dist/browser/react/assets/animations/index.js +0 -6
  86. package/dist/browser/react/assets/animations/index.js.map +0 -1
  87. package/dist/browser/react/assets/chains/index.d.ts +0 -3
  88. package/dist/browser/react/assets/chains/index.d.ts.map +0 -1
  89. package/dist/browser/react/assets/chains/index.js +0 -31
  90. package/dist/browser/react/assets/chains/index.js.map +0 -1
  91. package/dist/browser/react/assets/icons/index.d.ts +0 -10
  92. package/dist/browser/react/assets/icons/index.d.ts.map +0 -1
  93. package/dist/browser/react/assets/icons/index.js +0 -10
  94. package/dist/browser/react/assets/icons/index.js.map +0 -1
  95. package/dist/browser/react/assets/index.d.ts +0 -6
  96. package/dist/browser/react/assets/index.d.ts.map +0 -1
  97. package/dist/browser/react/assets/index.js +0 -9
  98. package/dist/browser/react/assets/index.js.map +0 -1
  99. package/dist/browser/react/assets/tokens/index.d.ts +0 -3
  100. package/dist/browser/react/assets/tokens/index.d.ts.map +0 -1
  101. package/dist/browser/react/assets/tokens/index.js +0 -45
  102. package/dist/browser/react/assets/tokens/index.js.map +0 -1
  103. package/dist/browser/react/components/Widget/Widget.d.ts +0 -2
  104. package/dist/browser/react/components/Widget/Widget.d.ts.map +0 -1
  105. package/dist/browser/react/components/Widget/Widget.js +0 -682
  106. package/dist/browser/react/components/Widget/Widget.js.map +0 -1
  107. package/dist/browser/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
  108. package/dist/browser/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
  109. package/dist/browser/react/components/Widget/components/CollapsibleDetails.js +0 -50
  110. package/dist/browser/react/components/Widget/components/CollapsibleDetails.js.map +0 -1
  111. package/dist/browser/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
  112. package/dist/browser/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
  113. package/dist/browser/react/components/Widget/components/CustomDialogHeader.js +0 -27
  114. package/dist/browser/react/components/Widget/components/CustomDialogHeader.js.map +0 -1
  115. package/dist/browser/react/components/Widget/components/Footer.d.ts +0 -2
  116. package/dist/browser/react/components/Widget/components/Footer.d.ts.map +0 -1
  117. package/dist/browser/react/components/Widget/components/Footer.js +0 -6
  118. package/dist/browser/react/components/Widget/components/Footer.js.map +0 -1
  119. package/dist/browser/react/components/Widget/components/Header.d.ts +0 -2
  120. package/dist/browser/react/components/Widget/components/Header.d.ts.map +0 -1
  121. package/dist/browser/react/components/Widget/components/Header.js +0 -33
  122. package/dist/browser/react/components/Widget/components/Header.js.map +0 -1
  123. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
  124. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
  125. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +0 -79
  126. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +0 -1
  127. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
  128. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
  129. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +0 -79
  130. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +0 -1
  131. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
  132. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
  133. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +0 -90
  134. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +0 -1
  135. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
  136. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
  137. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +0 -2
  138. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +0 -1
  139. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
  140. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
  141. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +0 -15
  142. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +0 -1
  143. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
  144. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
  145. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.js +0 -3
  146. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +0 -1
  147. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
  148. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
  149. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.js +0 -2
  150. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.js.map +0 -1
  151. package/dist/browser/react/components/Widget/components/Recipient.d.ts +0 -8
  152. package/dist/browser/react/components/Widget/components/Recipient.d.ts.map +0 -1
  153. package/dist/browser/react/components/Widget/components/Recipient.js +0 -9
  154. package/dist/browser/react/components/Widget/components/Recipient.js.map +0 -1
  155. package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
  156. package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
  157. package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.js +0 -114
  158. package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +0 -1
  159. package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
  160. package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
  161. package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +0 -49
  162. package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +0 -1
  163. package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
  164. package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
  165. package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.js +0 -2
  166. package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.js.map +0 -1
  167. package/dist/browser/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
  168. package/dist/browser/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
  169. package/dist/browser/react/components/Widget/components/RecipientDialog/index.js +0 -2
  170. package/dist/browser/react/components/Widget/components/RecipientDialog/index.js.map +0 -1
  171. package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
  172. package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
  173. package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +0 -100
  174. package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +0 -1
  175. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
  176. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
  177. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +0 -10
  178. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +0 -1
  179. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
  180. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
  181. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +0 -55
  182. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +0 -1
  183. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
  184. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
  185. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +0 -35
  186. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +0 -1
  187. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
  188. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
  189. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +0 -11
  190. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +0 -1
  191. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
  192. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
  193. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +0 -4
  194. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +0 -1
  195. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
  196. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
  197. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +0 -2
  198. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +0 -1
  199. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
  200. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
  201. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.js +0 -2
  202. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.js.map +0 -1
  203. package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
  204. package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
  205. package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.js +0 -2
  206. package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.js.map +0 -1
  207. package/dist/browser/react/components/Widget/components/TokenInput.d.ts +0 -16
  208. package/dist/browser/react/components/Widget/components/TokenInput.d.ts.map +0 -1
  209. package/dist/browser/react/components/Widget/components/TokenInput.js +0 -21
  210. package/dist/browser/react/components/Widget/components/TokenInput.js.map +0 -1
  211. package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
  212. package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
  213. package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.js +0 -33
  214. package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +0 -1
  215. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
  216. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
  217. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +0 -313
  218. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +0 -1
  219. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
  220. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
  221. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +0 -75
  222. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +0 -1
  223. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
  224. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
  225. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +0 -2
  226. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +0 -1
  227. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
  228. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
  229. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +0 -2
  230. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +0 -1
  231. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
  232. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
  233. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +0 -93
  234. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +0 -1
  235. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
  236. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
  237. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +0 -32
  238. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +0 -1
  239. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
  240. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
  241. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +0 -32
  242. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +0 -1
  243. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
  244. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
  245. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +0 -37
  246. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +0 -1
  247. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
  248. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
  249. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +0 -4
  250. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +0 -1
  251. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
  252. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
  253. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +0 -2
  254. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +0 -1
  255. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
  256. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
  257. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +0 -357
  258. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +0 -1
  259. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
  260. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
  261. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.js +0 -2
  262. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +0 -1
  263. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
  264. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
  265. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +0 -45
  266. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +0 -1
  267. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
  268. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
  269. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +0 -49
  270. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +0 -1
  271. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
  272. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
  273. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +0 -2
  274. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +0 -1
  275. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
  276. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
  277. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +0 -2
  278. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +0 -1
  279. package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
  280. package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
  281. package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.js +0 -5
  282. package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.js.map +0 -1
  283. package/dist/browser/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
  284. package/dist/browser/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
  285. package/dist/browser/react/components/Widget/components/TransactionDialog/index.js +0 -2
  286. package/dist/browser/react/components/Widget/components/TransactionDialog/index.js.map +0 -1
  287. package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
  288. package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
  289. package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +0 -25
  290. package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +0 -1
  291. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
  292. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
  293. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +0 -30
  294. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +0 -1
  295. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
  296. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
  297. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +0 -17
  298. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +0 -1
  299. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
  300. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
  301. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +0 -2
  302. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +0 -1
  303. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
  304. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
  305. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +0 -2
  306. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +0 -1
  307. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
  308. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
  309. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +0 -68
  310. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +0 -1
  311. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
  312. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
  313. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +0 -36
  314. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +0 -1
  315. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
  316. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
  317. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +0 -2
  318. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +0 -1
  319. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
  320. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
  321. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +0 -2
  322. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +0 -1
  323. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
  324. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
  325. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.js +0 -3
  326. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.js.map +0 -1
  327. package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
  328. package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
  329. package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.js +0 -2
  330. package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.js.map +0 -1
  331. package/dist/browser/react/components/Widget/components/index.d.ts +0 -13
  332. package/dist/browser/react/components/Widget/components/index.d.ts.map +0 -1
  333. package/dist/browser/react/components/Widget/components/index.js +0 -13
  334. package/dist/browser/react/components/Widget/components/index.js.map +0 -1
  335. package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
  336. package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
  337. package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.js +0 -31
  338. package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.js.map +0 -1
  339. package/dist/browser/react/components/Widget/components/shared/index.d.ts +0 -2
  340. package/dist/browser/react/components/Widget/components/shared/index.d.ts.map +0 -1
  341. package/dist/browser/react/components/Widget/components/shared/index.js +0 -2
  342. package/dist/browser/react/components/Widget/components/shared/index.js.map +0 -1
  343. package/dist/browser/react/components/Widget/index.d.ts +0 -3
  344. package/dist/browser/react/components/Widget/index.d.ts.map +0 -1
  345. package/dist/browser/react/components/Widget/index.js +0 -2
  346. package/dist/browser/react/components/Widget/index.js.map +0 -1
  347. package/dist/browser/react/components/Widget/types/quote.d.ts +0 -205
  348. package/dist/browser/react/components/Widget/types/quote.d.ts.map +0 -1
  349. package/dist/browser/react/components/Widget/types/quote.js +0 -53
  350. package/dist/browser/react/components/Widget/types/quote.js.map +0 -1
  351. package/dist/browser/react/components/Widget/types.d.ts +0 -24
  352. package/dist/browser/react/components/Widget/types.d.ts.map +0 -1
  353. package/dist/browser/react/components/Widget/types.js +0 -3
  354. package/dist/browser/react/components/Widget/types.js.map +0 -1
  355. package/dist/browser/react/components/ui/badge.d.ts +0 -10
  356. package/dist/browser/react/components/ui/badge.d.ts.map +0 -1
  357. package/dist/browser/react/components/ui/badge.js +0 -21
  358. package/dist/browser/react/components/ui/badge.js.map +0 -1
  359. package/dist/browser/react/components/ui/button.d.ts +0 -12
  360. package/dist/browser/react/components/ui/button.d.ts.map +0 -1
  361. package/dist/browser/react/components/ui/button.js +0 -34
  362. package/dist/browser/react/components/ui/button.js.map +0 -1
  363. package/dist/browser/react/components/ui/dialog.d.ts +0 -18
  364. package/dist/browser/react/components/ui/dialog.d.ts.map +0 -1
  365. package/dist/browser/react/components/ui/dialog.js +0 -41
  366. package/dist/browser/react/components/ui/dialog.js.map +0 -1
  367. package/dist/browser/react/components/ui/drawer.d.ts +0 -23
  368. package/dist/browser/react/components/ui/drawer.d.ts.map +0 -1
  369. package/dist/browser/react/components/ui/drawer.js +0 -24
  370. package/dist/browser/react/components/ui/drawer.js.map +0 -1
  371. package/dist/browser/react/components/ui/index.d.ts +0 -12
  372. package/dist/browser/react/components/ui/index.d.ts.map +0 -1
  373. package/dist/browser/react/components/ui/index.js +0 -10
  374. package/dist/browser/react/components/ui/index.js.map +0 -1
  375. package/dist/browser/react/components/ui/input.d.ts +0 -4
  376. package/dist/browser/react/components/ui/input.d.ts.map +0 -1
  377. package/dist/browser/react/components/ui/input.js +0 -9
  378. package/dist/browser/react/components/ui/input.js.map +0 -1
  379. package/dist/browser/react/components/ui/label.d.ts +0 -6
  380. package/dist/browser/react/components/ui/label.d.ts.map +0 -1
  381. package/dist/browser/react/components/ui/label.js +0 -10
  382. package/dist/browser/react/components/ui/label.js.map +0 -1
  383. package/dist/browser/react/components/ui/popover.d.ts +0 -8
  384. package/dist/browser/react/components/ui/popover.d.ts.map +0 -1
  385. package/dist/browser/react/components/ui/popover.js +0 -12
  386. package/dist/browser/react/components/ui/popover.js.map +0 -1
  387. package/dist/browser/react/components/ui/select.d.ts +0 -14
  388. package/dist/browser/react/components/ui/select.d.ts.map +0 -1
  389. package/dist/browser/react/components/ui/select.js +0 -27
  390. package/dist/browser/react/components/ui/select.js.map +0 -1
  391. package/dist/browser/react/components/ui/sheet.d.ts +0 -26
  392. package/dist/browser/react/components/ui/sheet.d.ts.map +0 -1
  393. package/dist/browser/react/components/ui/sheet.js +0 -38
  394. package/dist/browser/react/components/ui/sheet.js.map +0 -1
  395. package/dist/browser/react/config/appkit.d.ts +0 -2719
  396. package/dist/browser/react/config/appkit.d.ts.map +0 -1
  397. package/dist/browser/react/config/appkit.js +0 -79
  398. package/dist/browser/react/config/appkit.js.map +0 -1
  399. package/dist/browser/react/config/index.d.ts +0 -3
  400. package/dist/browser/react/config/index.d.ts.map +0 -1
  401. package/dist/browser/react/config/index.js +0 -2
  402. package/dist/browser/react/config/index.js.map +0 -1
  403. package/dist/browser/react/hooks/index.d.ts +0 -18
  404. package/dist/browser/react/hooks/index.d.ts.map +0 -1
  405. package/dist/browser/react/hooks/index.js +0 -11
  406. package/dist/browser/react/hooks/index.js.map +0 -1
  407. package/dist/browser/react/hooks/useBalances.d.ts +0 -41
  408. package/dist/browser/react/hooks/useBalances.d.ts.map +0 -1
  409. package/dist/browser/react/hooks/useBalances.js +0 -65
  410. package/dist/browser/react/hooks/useBalances.js.map +0 -1
  411. package/dist/browser/react/hooks/useLocalRecipients.d.ts +0 -69
  412. package/dist/browser/react/hooks/useLocalRecipients.d.ts.map +0 -1
  413. package/dist/browser/react/hooks/useLocalRecipients.js +0 -166
  414. package/dist/browser/react/hooks/useLocalRecipients.js.map +0 -1
  415. package/dist/browser/react/hooks/useMediaQuery.d.ts +0 -21
  416. package/dist/browser/react/hooks/useMediaQuery.d.ts.map +0 -1
  417. package/dist/browser/react/hooks/useMediaQuery.js +0 -38
  418. package/dist/browser/react/hooks/useMediaQuery.js.map +0 -1
  419. package/dist/browser/react/hooks/useMultiChainBalances.d.ts +0 -58
  420. package/dist/browser/react/hooks/useMultiChainBalances.d.ts.map +0 -1
  421. package/dist/browser/react/hooks/useMultiChainBalances.js +0 -179
  422. package/dist/browser/react/hooks/useMultiChainBalances.js.map +0 -1
  423. package/dist/browser/react/hooks/useOffRamp.d.ts +0 -34
  424. package/dist/browser/react/hooks/useOffRamp.d.ts.map +0 -1
  425. package/dist/browser/react/hooks/useOffRamp.js +0 -109
  426. package/dist/browser/react/hooks/useOffRamp.js.map +0 -1
  427. package/dist/browser/react/hooks/useOnRamp.d.ts +0 -34
  428. package/dist/browser/react/hooks/useOnRamp.d.ts.map +0 -1
  429. package/dist/browser/react/hooks/useOnRamp.js +0 -109
  430. package/dist/browser/react/hooks/useOnRamp.js.map +0 -1
  431. package/dist/browser/react/hooks/useQuote.d.ts +0 -28
  432. package/dist/browser/react/hooks/useQuote.d.ts.map +0 -1
  433. package/dist/browser/react/hooks/useQuote.js +0 -79
  434. package/dist/browser/react/hooks/useQuote.js.map +0 -1
  435. package/dist/browser/react/hooks/useRecipient.d.ts +0 -30
  436. package/dist/browser/react/hooks/useRecipient.d.ts.map +0 -1
  437. package/dist/browser/react/hooks/useRecipient.js +0 -158
  438. package/dist/browser/react/hooks/useRecipient.js.map +0 -1
  439. package/dist/browser/react/hooks/useTokenPrices.d.ts +0 -34
  440. package/dist/browser/react/hooks/useTokenPrices.d.ts.map +0 -1
  441. package/dist/browser/react/hooks/useTokenPrices.js +0 -58
  442. package/dist/browser/react/hooks/useTokenPrices.js.map +0 -1
  443. package/dist/browser/react/hooks/useTransaction.d.ts +0 -31
  444. package/dist/browser/react/hooks/useTransaction.d.ts.map +0 -1
  445. package/dist/browser/react/hooks/useTransaction.js +0 -102
  446. package/dist/browser/react/hooks/useTransaction.js.map +0 -1
  447. package/dist/browser/react/index.d.ts +0 -16
  448. package/dist/browser/react/index.d.ts.map +0 -1
  449. package/dist/browser/react/index.js +0 -10
  450. package/dist/browser/react/index.js.map +0 -1
  451. package/dist/browser/react/lib/constants/chains.d.ts +0 -65
  452. package/dist/browser/react/lib/constants/chains.d.ts.map +0 -1
  453. package/dist/browser/react/lib/constants/chains.js +0 -259
  454. package/dist/browser/react/lib/constants/chains.js.map +0 -1
  455. package/dist/browser/react/lib/constants/index.d.ts +0 -6
  456. package/dist/browser/react/lib/constants/index.d.ts.map +0 -1
  457. package/dist/browser/react/lib/constants/index.js +0 -4
  458. package/dist/browser/react/lib/constants/index.js.map +0 -1
  459. package/dist/browser/react/lib/constants/tokens.d.ts +0 -30
  460. package/dist/browser/react/lib/constants/tokens.d.ts.map +0 -1
  461. package/dist/browser/react/lib/constants/tokens.js +0 -418
  462. package/dist/browser/react/lib/constants/tokens.js.map +0 -1
  463. package/dist/browser/react/lib/constants/wrappedTokens.d.ts +0 -21
  464. package/dist/browser/react/lib/constants/wrappedTokens.d.ts.map +0 -1
  465. package/dist/browser/react/lib/constants/wrappedTokens.js +0 -63
  466. package/dist/browser/react/lib/constants/wrappedTokens.js.map +0 -1
  467. package/dist/browser/react/lib/index.d.ts +0 -5
  468. package/dist/browser/react/lib/index.d.ts.map +0 -1
  469. package/dist/browser/react/lib/index.js +0 -4
  470. package/dist/browser/react/lib/index.js.map +0 -1
  471. package/dist/browser/react/lib/sdk-client.d.ts +0 -17
  472. package/dist/browser/react/lib/sdk-client.d.ts.map +0 -1
  473. package/dist/browser/react/lib/sdk-client.js +0 -51
  474. package/dist/browser/react/lib/sdk-client.js.map +0 -1
  475. package/dist/browser/react/lib/utils/chain.d.ts +0 -11
  476. package/dist/browser/react/lib/utils/chain.d.ts.map +0 -1
  477. package/dist/browser/react/lib/utils/chain.js +0 -31
  478. package/dist/browser/react/lib/utils/chain.js.map +0 -1
  479. package/dist/browser/react/lib/utils/cn.d.ts +0 -3
  480. package/dist/browser/react/lib/utils/cn.d.ts.map +0 -1
  481. package/dist/browser/react/lib/utils/cn.js +0 -6
  482. package/dist/browser/react/lib/utils/cn.js.map +0 -1
  483. package/dist/browser/react/lib/utils/copyToClipboard.d.ts +0 -2
  484. package/dist/browser/react/lib/utils/copyToClipboard.d.ts.map +0 -1
  485. package/dist/browser/react/lib/utils/copyToClipboard.js +0 -16
  486. package/dist/browser/react/lib/utils/copyToClipboard.js.map +0 -1
  487. package/dist/browser/react/lib/utils/errors.d.ts +0 -11
  488. package/dist/browser/react/lib/utils/errors.d.ts.map +0 -1
  489. package/dist/browser/react/lib/utils/errors.js +0 -15
  490. package/dist/browser/react/lib/utils/errors.js.map +0 -1
  491. package/dist/browser/react/lib/utils/format.d.ts +0 -38
  492. package/dist/browser/react/lib/utils/format.d.ts.map +0 -1
  493. package/dist/browser/react/lib/utils/format.js +0 -92
  494. package/dist/browser/react/lib/utils/format.js.map +0 -1
  495. package/dist/browser/react/lib/utils/formatUsd.d.ts +0 -19
  496. package/dist/browser/react/lib/utils/formatUsd.d.ts.map +0 -1
  497. package/dist/browser/react/lib/utils/formatUsd.js +0 -58
  498. package/dist/browser/react/lib/utils/formatUsd.js.map +0 -1
  499. package/dist/browser/react/lib/utils/index.d.ts +0 -12
  500. package/dist/browser/react/lib/utils/index.d.ts.map +0 -1
  501. package/dist/browser/react/lib/utils/index.js +0 -11
  502. package/dist/browser/react/lib/utils/index.js.map +0 -1
  503. package/dist/browser/react/lib/utils/inputFormatters.d.ts +0 -6
  504. package/dist/browser/react/lib/utils/inputFormatters.d.ts.map +0 -1
  505. package/dist/browser/react/lib/utils/inputFormatters.js +0 -32
  506. package/dist/browser/react/lib/utils/inputFormatters.js.map +0 -1
  507. package/dist/browser/react/lib/utils/network-mapping.d.ts +0 -45
  508. package/dist/browser/react/lib/utils/network-mapping.d.ts.map +0 -1
  509. package/dist/browser/react/lib/utils/network-mapping.js +0 -153
  510. package/dist/browser/react/lib/utils/network-mapping.js.map +0 -1
  511. package/dist/browser/react/lib/utils/transaction.d.ts +0 -57
  512. package/dist/browser/react/lib/utils/transaction.d.ts.map +0 -1
  513. package/dist/browser/react/lib/utils/transaction.js +0 -136
  514. package/dist/browser/react/lib/utils/transaction.js.map +0 -1
  515. package/dist/browser/react/lib/utils/validation.d.ts +0 -27
  516. package/dist/browser/react/lib/utils/validation.d.ts.map +0 -1
  517. package/dist/browser/react/lib/utils/validation.js +0 -36
  518. package/dist/browser/react/lib/utils/validation.js.map +0 -1
  519. package/dist/browser/react/providers/OrdaProvider.d.ts +0 -38
  520. package/dist/browser/react/providers/OrdaProvider.d.ts.map +0 -1
  521. package/dist/browser/react/providers/OrdaProvider.js +0 -55
  522. package/dist/browser/react/providers/OrdaProvider.js.map +0 -1
  523. package/dist/browser/react/providers/OrdaSDKContext.d.ts +0 -26
  524. package/dist/browser/react/providers/OrdaSDKContext.d.ts.map +0 -1
  525. package/dist/browser/react/providers/OrdaSDKContext.js +0 -154
  526. package/dist/browser/react/providers/OrdaSDKContext.js.map +0 -1
  527. package/dist/browser/react/providers/index.d.ts +0 -4
  528. package/dist/browser/react/providers/index.d.ts.map +0 -1
  529. package/dist/browser/react/providers/index.js +0 -3
  530. package/dist/browser/react/providers/index.js.map +0 -1
  531. package/dist/browser/react/providers/types.d.ts +0 -68
  532. package/dist/browser/react/providers/types.d.ts.map +0 -1
  533. package/dist/browser/react/providers/types.js +0 -2
  534. package/dist/browser/react/providers/types.js.map +0 -1
  535. package/dist/browser/smart-wallets/LocalSigner.d.ts +0 -19
  536. package/dist/browser/smart-wallets/LocalSigner.d.ts.map +0 -1
  537. package/dist/browser/smart-wallets/LocalSigner.js +0 -57
  538. package/dist/browser/smart-wallets/LocalSigner.js.map +0 -1
  539. package/dist/browser/smart-wallets/SmartWalletClient.d.ts +0 -19
  540. package/dist/browser/smart-wallets/SmartWalletClient.d.ts.map +0 -1
  541. package/dist/browser/smart-wallets/SmartWalletClient.js +0 -180
  542. package/dist/browser/smart-wallets/SmartWalletClient.js.map +0 -1
  543. package/dist/browser/smart-wallets/SmartWalletManager.d.ts +0 -17
  544. package/dist/browser/smart-wallets/SmartWalletManager.d.ts.map +0 -1
  545. package/dist/browser/smart-wallets/SmartWalletManager.js +0 -59
  546. package/dist/browser/smart-wallets/SmartWalletManager.js.map +0 -1
  547. package/dist/browser/smart-wallets/chains.d.ts +0 -11
  548. package/dist/browser/smart-wallets/chains.d.ts.map +0 -1
  549. package/dist/browser/smart-wallets/chains.js +0 -30
  550. package/dist/browser/smart-wallets/chains.js.map +0 -1
  551. package/dist/browser/smart-wallets/errors.d.ts +0 -23
  552. package/dist/browser/smart-wallets/errors.d.ts.map +0 -1
  553. package/dist/browser/smart-wallets/errors.js +0 -44
  554. package/dist/browser/smart-wallets/errors.js.map +0 -1
  555. package/dist/browser/smart-wallets/index.d.ts +0 -11
  556. package/dist/browser/smart-wallets/index.d.ts.map +0 -1
  557. package/dist/browser/smart-wallets/index.js +0 -13
  558. package/dist/browser/smart-wallets/index.js.map +0 -1
  559. package/dist/browser/smart-wallets/types.d.ts +0 -47
  560. package/dist/browser/smart-wallets/types.d.ts.map +0 -1
  561. package/dist/browser/smart-wallets/types.js +0 -2
  562. package/dist/browser/smart-wallets/types.js.map +0 -1
  563. package/dist/browser/smart-wallets/utils.d.ts +0 -22
  564. package/dist/browser/smart-wallets/utils.d.ts.map +0 -1
  565. package/dist/browser/smart-wallets/utils.js +0 -57
  566. package/dist/browser/smart-wallets/utils.js.map +0 -1
  567. package/dist/cjs/react/assets/animations/completed.json +0 -1
  568. package/dist/cjs/react/assets/animations/converting.json +0 -1
  569. package/dist/cjs/react/assets/animations/error.json +0 -1
  570. package/dist/cjs/react/assets/animations/index.d.ts +0 -4
  571. package/dist/cjs/react/assets/animations/index.d.ts.map +0 -1
  572. package/dist/cjs/react/assets/animations/index.js +0 -15
  573. package/dist/cjs/react/assets/animations/index.js.map +0 -1
  574. package/dist/cjs/react/assets/chains/index.d.ts +0 -3
  575. package/dist/cjs/react/assets/chains/index.d.ts.map +0 -1
  576. package/dist/cjs/react/assets/chains/index.js +0 -35
  577. package/dist/cjs/react/assets/chains/index.js.map +0 -1
  578. package/dist/cjs/react/assets/icons/index.d.ts +0 -10
  579. package/dist/cjs/react/assets/icons/index.d.ts.map +0 -1
  580. package/dist/cjs/react/assets/icons/index.js +0 -13
  581. package/dist/cjs/react/assets/icons/index.js.map +0 -1
  582. package/dist/cjs/react/assets/index.d.ts +0 -6
  583. package/dist/cjs/react/assets/index.d.ts.map +0 -1
  584. package/dist/cjs/react/assets/index.js +0 -31
  585. package/dist/cjs/react/assets/index.js.map +0 -1
  586. package/dist/cjs/react/assets/tokens/index.d.ts +0 -3
  587. package/dist/cjs/react/assets/tokens/index.d.ts.map +0 -1
  588. package/dist/cjs/react/assets/tokens/index.js +0 -49
  589. package/dist/cjs/react/assets/tokens/index.js.map +0 -1
  590. package/dist/cjs/react/components/Widget/Widget.d.ts +0 -2
  591. package/dist/cjs/react/components/Widget/Widget.d.ts.map +0 -1
  592. package/dist/cjs/react/components/Widget/Widget.js +0 -686
  593. package/dist/cjs/react/components/Widget/Widget.js.map +0 -1
  594. package/dist/cjs/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
  595. package/dist/cjs/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
  596. package/dist/cjs/react/components/Widget/components/CollapsibleDetails.js +0 -54
  597. package/dist/cjs/react/components/Widget/components/CollapsibleDetails.js.map +0 -1
  598. package/dist/cjs/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
  599. package/dist/cjs/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
  600. package/dist/cjs/react/components/Widget/components/CustomDialogHeader.js +0 -34
  601. package/dist/cjs/react/components/Widget/components/CustomDialogHeader.js.map +0 -1
  602. package/dist/cjs/react/components/Widget/components/Footer.d.ts +0 -2
  603. package/dist/cjs/react/components/Widget/components/Footer.d.ts.map +0 -1
  604. package/dist/cjs/react/components/Widget/components/Footer.js +0 -10
  605. package/dist/cjs/react/components/Widget/components/Footer.js.map +0 -1
  606. package/dist/cjs/react/components/Widget/components/Header.d.ts +0 -2
  607. package/dist/cjs/react/components/Widget/components/Header.d.ts.map +0 -1
  608. package/dist/cjs/react/components/Widget/components/Header.js +0 -37
  609. package/dist/cjs/react/components/Widget/components/Header.js.map +0 -1
  610. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
  611. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
  612. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +0 -83
  613. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +0 -1
  614. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
  615. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
  616. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +0 -83
  617. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +0 -1
  618. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
  619. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
  620. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +0 -93
  621. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +0 -1
  622. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
  623. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
  624. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +0 -6
  625. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +0 -1
  626. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
  627. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
  628. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +0 -19
  629. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +0 -1
  630. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
  631. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
  632. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.js +0 -8
  633. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +0 -1
  634. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
  635. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
  636. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.js +0 -6
  637. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.js.map +0 -1
  638. package/dist/cjs/react/components/Widget/components/Recipient.d.ts +0 -8
  639. package/dist/cjs/react/components/Widget/components/Recipient.d.ts.map +0 -1
  640. package/dist/cjs/react/components/Widget/components/Recipient.js +0 -13
  641. package/dist/cjs/react/components/Widget/components/Recipient.js.map +0 -1
  642. package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
  643. package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
  644. package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.js +0 -118
  645. package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +0 -1
  646. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
  647. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
  648. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +0 -53
  649. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +0 -1
  650. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
  651. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
  652. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.js +0 -6
  653. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.js.map +0 -1
  654. package/dist/cjs/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
  655. package/dist/cjs/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
  656. package/dist/cjs/react/components/Widget/components/RecipientDialog/index.js +0 -6
  657. package/dist/cjs/react/components/Widget/components/RecipientDialog/index.js.map +0 -1
  658. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
  659. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
  660. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +0 -104
  661. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +0 -1
  662. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
  663. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
  664. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +0 -14
  665. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +0 -1
  666. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
  667. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
  668. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +0 -59
  669. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +0 -1
  670. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
  671. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
  672. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +0 -39
  673. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +0 -1
  674. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
  675. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
  676. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +0 -15
  677. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +0 -1
  678. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
  679. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
  680. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +0 -10
  681. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +0 -1
  682. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
  683. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
  684. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +0 -6
  685. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +0 -1
  686. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
  687. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
  688. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.js +0 -6
  689. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.js.map +0 -1
  690. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
  691. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
  692. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.js +0 -6
  693. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.js.map +0 -1
  694. package/dist/cjs/react/components/Widget/components/TokenInput.d.ts +0 -16
  695. package/dist/cjs/react/components/Widget/components/TokenInput.d.ts.map +0 -1
  696. package/dist/cjs/react/components/Widget/components/TokenInput.js +0 -25
  697. package/dist/cjs/react/components/Widget/components/TokenInput.js.map +0 -1
  698. package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
  699. package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
  700. package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.js +0 -37
  701. package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +0 -1
  702. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
  703. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
  704. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +0 -317
  705. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +0 -1
  706. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
  707. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
  708. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +0 -79
  709. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +0 -1
  710. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
  711. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
  712. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +0 -6
  713. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +0 -1
  714. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
  715. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
  716. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +0 -6
  717. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +0 -1
  718. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
  719. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
  720. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +0 -97
  721. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +0 -1
  722. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
  723. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
  724. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +0 -36
  725. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +0 -1
  726. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
  727. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
  728. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +0 -36
  729. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +0 -1
  730. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
  731. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
  732. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +0 -41
  733. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +0 -1
  734. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
  735. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
  736. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +0 -10
  737. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +0 -1
  738. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
  739. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
  740. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +0 -6
  741. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +0 -1
  742. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
  743. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
  744. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +0 -361
  745. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +0 -1
  746. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
  747. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
  748. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.js +0 -6
  749. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +0 -1
  750. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
  751. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
  752. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +0 -49
  753. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +0 -1
  754. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
  755. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
  756. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +0 -53
  757. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +0 -1
  758. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
  759. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
  760. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +0 -6
  761. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +0 -1
  762. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
  763. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
  764. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +0 -6
  765. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +0 -1
  766. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
  767. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
  768. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js +0 -12
  769. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js.map +0 -1
  770. package/dist/cjs/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
  771. package/dist/cjs/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
  772. package/dist/cjs/react/components/Widget/components/TransactionDialog/index.js +0 -6
  773. package/dist/cjs/react/components/Widget/components/TransactionDialog/index.js.map +0 -1
  774. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
  775. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
  776. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +0 -29
  777. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +0 -1
  778. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
  779. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
  780. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +0 -34
  781. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +0 -1
  782. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
  783. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
  784. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +0 -21
  785. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +0 -1
  786. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
  787. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
  788. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +0 -6
  789. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +0 -1
  790. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
  791. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
  792. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +0 -6
  793. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +0 -1
  794. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
  795. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
  796. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +0 -72
  797. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +0 -1
  798. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
  799. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
  800. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +0 -40
  801. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +0 -1
  802. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
  803. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
  804. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +0 -6
  805. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +0 -1
  806. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
  807. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
  808. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +0 -6
  809. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +0 -1
  810. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
  811. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
  812. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js +0 -8
  813. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js.map +0 -1
  814. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
  815. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
  816. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.js +0 -6
  817. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.js.map +0 -1
  818. package/dist/cjs/react/components/Widget/components/index.d.ts +0 -13
  819. package/dist/cjs/react/components/Widget/components/index.d.ts.map +0 -1
  820. package/dist/cjs/react/components/Widget/components/index.js +0 -28
  821. package/dist/cjs/react/components/Widget/components/index.js.map +0 -1
  822. package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
  823. package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
  824. package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.js +0 -34
  825. package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.js.map +0 -1
  826. package/dist/cjs/react/components/Widget/components/shared/index.d.ts +0 -2
  827. package/dist/cjs/react/components/Widget/components/shared/index.d.ts.map +0 -1
  828. package/dist/cjs/react/components/Widget/components/shared/index.js +0 -6
  829. package/dist/cjs/react/components/Widget/components/shared/index.js.map +0 -1
  830. package/dist/cjs/react/components/Widget/index.d.ts +0 -3
  831. package/dist/cjs/react/components/Widget/index.d.ts.map +0 -1
  832. package/dist/cjs/react/components/Widget/index.js +0 -6
  833. package/dist/cjs/react/components/Widget/index.js.map +0 -1
  834. package/dist/cjs/react/components/Widget/types/quote.d.ts +0 -205
  835. package/dist/cjs/react/components/Widget/types/quote.d.ts.map +0 -1
  836. package/dist/cjs/react/components/Widget/types/quote.js +0 -59
  837. package/dist/cjs/react/components/Widget/types/quote.js.map +0 -1
  838. package/dist/cjs/react/components/Widget/types.d.ts +0 -24
  839. package/dist/cjs/react/components/Widget/types.d.ts.map +0 -1
  840. package/dist/cjs/react/components/Widget/types.js +0 -19
  841. package/dist/cjs/react/components/Widget/types.js.map +0 -1
  842. package/dist/cjs/react/components/ui/badge.d.ts +0 -10
  843. package/dist/cjs/react/components/ui/badge.d.ts.map +0 -1
  844. package/dist/cjs/react/components/ui/badge.js +0 -25
  845. package/dist/cjs/react/components/ui/badge.js.map +0 -1
  846. package/dist/cjs/react/components/ui/button.d.ts +0 -12
  847. package/dist/cjs/react/components/ui/button.d.ts.map +0 -1
  848. package/dist/cjs/react/components/ui/button.js +0 -71
  849. package/dist/cjs/react/components/ui/button.js.map +0 -1
  850. package/dist/cjs/react/components/ui/dialog.d.ts +0 -18
  851. package/dist/cjs/react/components/ui/dialog.d.ts.map +0 -1
  852. package/dist/cjs/react/components/ui/dialog.js +0 -86
  853. package/dist/cjs/react/components/ui/dialog.js.map +0 -1
  854. package/dist/cjs/react/components/ui/drawer.d.ts +0 -23
  855. package/dist/cjs/react/components/ui/drawer.d.ts.map +0 -1
  856. package/dist/cjs/react/components/ui/drawer.js +0 -69
  857. package/dist/cjs/react/components/ui/drawer.js.map +0 -1
  858. package/dist/cjs/react/components/ui/index.d.ts +0 -12
  859. package/dist/cjs/react/components/ui/index.d.ts.map +0 -1
  860. package/dist/cjs/react/components/ui/index.js +0 -63
  861. package/dist/cjs/react/components/ui/index.js.map +0 -1
  862. package/dist/cjs/react/components/ui/input.d.ts +0 -4
  863. package/dist/cjs/react/components/ui/input.d.ts.map +0 -1
  864. package/dist/cjs/react/components/ui/input.js +0 -45
  865. package/dist/cjs/react/components/ui/input.js.map +0 -1
  866. package/dist/cjs/react/components/ui/label.d.ts +0 -6
  867. package/dist/cjs/react/components/ui/label.d.ts.map +0 -1
  868. package/dist/cjs/react/components/ui/label.js +0 -46
  869. package/dist/cjs/react/components/ui/label.js.map +0 -1
  870. package/dist/cjs/react/components/ui/popover.d.ts +0 -8
  871. package/dist/cjs/react/components/ui/popover.d.ts.map +0 -1
  872. package/dist/cjs/react/components/ui/popover.js +0 -51
  873. package/dist/cjs/react/components/ui/popover.js.map +0 -1
  874. package/dist/cjs/react/components/ui/select.d.ts +0 -14
  875. package/dist/cjs/react/components/ui/select.d.ts.map +0 -1
  876. package/dist/cjs/react/components/ui/select.js +0 -72
  877. package/dist/cjs/react/components/ui/select.js.map +0 -1
  878. package/dist/cjs/react/components/ui/sheet.d.ts +0 -26
  879. package/dist/cjs/react/components/ui/sheet.d.ts.map +0 -1
  880. package/dist/cjs/react/components/ui/sheet.js +0 -83
  881. package/dist/cjs/react/components/ui/sheet.js.map +0 -1
  882. package/dist/cjs/react/config/appkit.d.ts +0 -2719
  883. package/dist/cjs/react/config/appkit.d.ts.map +0 -1
  884. package/dist/cjs/react/config/appkit.js +0 -83
  885. package/dist/cjs/react/config/appkit.js.map +0 -1
  886. package/dist/cjs/react/config/index.d.ts +0 -3
  887. package/dist/cjs/react/config/index.d.ts.map +0 -1
  888. package/dist/cjs/react/config/index.js +0 -8
  889. package/dist/cjs/react/config/index.js.map +0 -1
  890. package/dist/cjs/react/hooks/index.d.ts +0 -18
  891. package/dist/cjs/react/hooks/index.d.ts.map +0 -1
  892. package/dist/cjs/react/hooks/index.js +0 -23
  893. package/dist/cjs/react/hooks/index.js.map +0 -1
  894. package/dist/cjs/react/hooks/useBalances.d.ts +0 -41
  895. package/dist/cjs/react/hooks/useBalances.d.ts.map +0 -1
  896. package/dist/cjs/react/hooks/useBalances.js +0 -68
  897. package/dist/cjs/react/hooks/useBalances.js.map +0 -1
  898. package/dist/cjs/react/hooks/useLocalRecipients.d.ts +0 -69
  899. package/dist/cjs/react/hooks/useLocalRecipients.d.ts.map +0 -1
  900. package/dist/cjs/react/hooks/useLocalRecipients.js +0 -169
  901. package/dist/cjs/react/hooks/useLocalRecipients.js.map +0 -1
  902. package/dist/cjs/react/hooks/useMediaQuery.d.ts +0 -21
  903. package/dist/cjs/react/hooks/useMediaQuery.d.ts.map +0 -1
  904. package/dist/cjs/react/hooks/useMediaQuery.js +0 -41
  905. package/dist/cjs/react/hooks/useMediaQuery.js.map +0 -1
  906. package/dist/cjs/react/hooks/useMultiChainBalances.d.ts +0 -58
  907. package/dist/cjs/react/hooks/useMultiChainBalances.d.ts.map +0 -1
  908. package/dist/cjs/react/hooks/useMultiChainBalances.js +0 -215
  909. package/dist/cjs/react/hooks/useMultiChainBalances.js.map +0 -1
  910. package/dist/cjs/react/hooks/useOffRamp.d.ts +0 -34
  911. package/dist/cjs/react/hooks/useOffRamp.d.ts.map +0 -1
  912. package/dist/cjs/react/hooks/useOffRamp.js +0 -112
  913. package/dist/cjs/react/hooks/useOffRamp.js.map +0 -1
  914. package/dist/cjs/react/hooks/useOnRamp.d.ts +0 -34
  915. package/dist/cjs/react/hooks/useOnRamp.d.ts.map +0 -1
  916. package/dist/cjs/react/hooks/useOnRamp.js +0 -112
  917. package/dist/cjs/react/hooks/useOnRamp.js.map +0 -1
  918. package/dist/cjs/react/hooks/useQuote.d.ts +0 -28
  919. package/dist/cjs/react/hooks/useQuote.d.ts.map +0 -1
  920. package/dist/cjs/react/hooks/useQuote.js +0 -82
  921. package/dist/cjs/react/hooks/useQuote.js.map +0 -1
  922. package/dist/cjs/react/hooks/useRecipient.d.ts +0 -30
  923. package/dist/cjs/react/hooks/useRecipient.d.ts.map +0 -1
  924. package/dist/cjs/react/hooks/useRecipient.js +0 -161
  925. package/dist/cjs/react/hooks/useRecipient.js.map +0 -1
  926. package/dist/cjs/react/hooks/useTokenPrices.d.ts +0 -34
  927. package/dist/cjs/react/hooks/useTokenPrices.d.ts.map +0 -1
  928. package/dist/cjs/react/hooks/useTokenPrices.js +0 -61
  929. package/dist/cjs/react/hooks/useTokenPrices.js.map +0 -1
  930. package/dist/cjs/react/hooks/useTransaction.d.ts +0 -31
  931. package/dist/cjs/react/hooks/useTransaction.d.ts.map +0 -1
  932. package/dist/cjs/react/hooks/useTransaction.js +0 -105
  933. package/dist/cjs/react/hooks/useTransaction.js.map +0 -1
  934. package/dist/cjs/react/index.d.ts +0 -16
  935. package/dist/cjs/react/index.d.ts.map +0 -1
  936. package/dist/cjs/react/index.js +0 -89
  937. package/dist/cjs/react/index.js.map +0 -1
  938. package/dist/cjs/react/lib/constants/chains.d.ts +0 -65
  939. package/dist/cjs/react/lib/constants/chains.d.ts.map +0 -1
  940. package/dist/cjs/react/lib/constants/chains.js +0 -269
  941. package/dist/cjs/react/lib/constants/chains.js.map +0 -1
  942. package/dist/cjs/react/lib/constants/index.d.ts +0 -6
  943. package/dist/cjs/react/lib/constants/index.d.ts.map +0 -1
  944. package/dist/cjs/react/lib/constants/index.js +0 -27
  945. package/dist/cjs/react/lib/constants/index.js.map +0 -1
  946. package/dist/cjs/react/lib/constants/tokens.d.ts +0 -30
  947. package/dist/cjs/react/lib/constants/tokens.d.ts.map +0 -1
  948. package/dist/cjs/react/lib/constants/tokens.js +0 -421
  949. package/dist/cjs/react/lib/constants/tokens.js.map +0 -1
  950. package/dist/cjs/react/lib/constants/wrappedTokens.d.ts +0 -21
  951. package/dist/cjs/react/lib/constants/wrappedTokens.d.ts.map +0 -1
  952. package/dist/cjs/react/lib/constants/wrappedTokens.js +0 -68
  953. package/dist/cjs/react/lib/constants/wrappedTokens.js.map +0 -1
  954. package/dist/cjs/react/lib/index.d.ts +0 -5
  955. package/dist/cjs/react/lib/index.d.ts.map +0 -1
  956. package/dist/cjs/react/lib/index.js +0 -49
  957. package/dist/cjs/react/lib/index.js.map +0 -1
  958. package/dist/cjs/react/lib/sdk-client.d.ts +0 -17
  959. package/dist/cjs/react/lib/sdk-client.d.ts.map +0 -1
  960. package/dist/cjs/react/lib/sdk-client.js +0 -56
  961. package/dist/cjs/react/lib/sdk-client.js.map +0 -1
  962. package/dist/cjs/react/lib/utils/chain.d.ts +0 -11
  963. package/dist/cjs/react/lib/utils/chain.d.ts.map +0 -1
  964. package/dist/cjs/react/lib/utils/chain.js +0 -35
  965. package/dist/cjs/react/lib/utils/chain.js.map +0 -1
  966. package/dist/cjs/react/lib/utils/cn.d.ts +0 -3
  967. package/dist/cjs/react/lib/utils/cn.d.ts.map +0 -1
  968. package/dist/cjs/react/lib/utils/cn.js +0 -9
  969. package/dist/cjs/react/lib/utils/cn.js.map +0 -1
  970. package/dist/cjs/react/lib/utils/copyToClipboard.d.ts +0 -2
  971. package/dist/cjs/react/lib/utils/copyToClipboard.d.ts.map +0 -1
  972. package/dist/cjs/react/lib/utils/copyToClipboard.js +0 -20
  973. package/dist/cjs/react/lib/utils/copyToClipboard.js.map +0 -1
  974. package/dist/cjs/react/lib/utils/errors.d.ts +0 -11
  975. package/dist/cjs/react/lib/utils/errors.d.ts.map +0 -1
  976. package/dist/cjs/react/lib/utils/errors.js +0 -19
  977. package/dist/cjs/react/lib/utils/errors.js.map +0 -1
  978. package/dist/cjs/react/lib/utils/format.d.ts +0 -38
  979. package/dist/cjs/react/lib/utils/format.d.ts.map +0 -1
  980. package/dist/cjs/react/lib/utils/format.js +0 -98
  981. package/dist/cjs/react/lib/utils/format.js.map +0 -1
  982. package/dist/cjs/react/lib/utils/formatUsd.d.ts +0 -19
  983. package/dist/cjs/react/lib/utils/formatUsd.d.ts.map +0 -1
  984. package/dist/cjs/react/lib/utils/formatUsd.js +0 -62
  985. package/dist/cjs/react/lib/utils/formatUsd.js.map +0 -1
  986. package/dist/cjs/react/lib/utils/index.d.ts +0 -12
  987. package/dist/cjs/react/lib/utils/index.d.ts.map +0 -1
  988. package/dist/cjs/react/lib/utils/index.js +0 -47
  989. package/dist/cjs/react/lib/utils/index.js.map +0 -1
  990. package/dist/cjs/react/lib/utils/inputFormatters.d.ts +0 -6
  991. package/dist/cjs/react/lib/utils/inputFormatters.d.ts.map +0 -1
  992. package/dist/cjs/react/lib/utils/inputFormatters.js +0 -40
  993. package/dist/cjs/react/lib/utils/inputFormatters.js.map +0 -1
  994. package/dist/cjs/react/lib/utils/network-mapping.d.ts +0 -45
  995. package/dist/cjs/react/lib/utils/network-mapping.d.ts.map +0 -1
  996. package/dist/cjs/react/lib/utils/network-mapping.js +0 -162
  997. package/dist/cjs/react/lib/utils/network-mapping.js.map +0 -1
  998. package/dist/cjs/react/lib/utils/transaction.d.ts +0 -57
  999. package/dist/cjs/react/lib/utils/transaction.d.ts.map +0 -1
  1000. package/dist/cjs/react/lib/utils/transaction.js +0 -144
  1001. package/dist/cjs/react/lib/utils/transaction.js.map +0 -1
  1002. package/dist/cjs/react/lib/utils/validation.d.ts +0 -27
  1003. package/dist/cjs/react/lib/utils/validation.d.ts.map +0 -1
  1004. package/dist/cjs/react/lib/utils/validation.js +0 -41
  1005. package/dist/cjs/react/lib/utils/validation.js.map +0 -1
  1006. package/dist/cjs/react/providers/OrdaProvider.d.ts +0 -38
  1007. package/dist/cjs/react/providers/OrdaProvider.d.ts.map +0 -1
  1008. package/dist/cjs/react/providers/OrdaProvider.js +0 -58
  1009. package/dist/cjs/react/providers/OrdaProvider.js.map +0 -1
  1010. package/dist/cjs/react/providers/OrdaSDKContext.d.ts +0 -26
  1011. package/dist/cjs/react/providers/OrdaSDKContext.d.ts.map +0 -1
  1012. package/dist/cjs/react/providers/OrdaSDKContext.js +0 -158
  1013. package/dist/cjs/react/providers/OrdaSDKContext.js.map +0 -1
  1014. package/dist/cjs/react/providers/index.d.ts +0 -4
  1015. package/dist/cjs/react/providers/index.d.ts.map +0 -1
  1016. package/dist/cjs/react/providers/index.js +0 -8
  1017. package/dist/cjs/react/providers/index.js.map +0 -1
  1018. package/dist/cjs/react/providers/types.d.ts +0 -68
  1019. package/dist/cjs/react/providers/types.d.ts.map +0 -1
  1020. package/dist/cjs/react/providers/types.js +0 -3
  1021. package/dist/cjs/react/providers/types.js.map +0 -1
  1022. package/dist/cjs/smart-wallets/LocalSigner.d.ts +0 -19
  1023. package/dist/cjs/smart-wallets/LocalSigner.d.ts.map +0 -1
  1024. package/dist/cjs/smart-wallets/LocalSigner.js +0 -61
  1025. package/dist/cjs/smart-wallets/LocalSigner.js.map +0 -1
  1026. package/dist/cjs/smart-wallets/SmartWalletClient.d.ts +0 -19
  1027. package/dist/cjs/smart-wallets/SmartWalletClient.d.ts.map +0 -1
  1028. package/dist/cjs/smart-wallets/SmartWalletClient.js +0 -184
  1029. package/dist/cjs/smart-wallets/SmartWalletClient.js.map +0 -1
  1030. package/dist/cjs/smart-wallets/SmartWalletManager.d.ts +0 -17
  1031. package/dist/cjs/smart-wallets/SmartWalletManager.d.ts.map +0 -1
  1032. package/dist/cjs/smart-wallets/SmartWalletManager.js +0 -63
  1033. package/dist/cjs/smart-wallets/SmartWalletManager.js.map +0 -1
  1034. package/dist/cjs/smart-wallets/chains.d.ts +0 -11
  1035. package/dist/cjs/smart-wallets/chains.d.ts.map +0 -1
  1036. package/dist/cjs/smart-wallets/chains.js +0 -36
  1037. package/dist/cjs/smart-wallets/chains.js.map +0 -1
  1038. package/dist/cjs/smart-wallets/errors.d.ts +0 -23
  1039. package/dist/cjs/smart-wallets/errors.d.ts.map +0 -1
  1040. package/dist/cjs/smart-wallets/errors.js +0 -54
  1041. package/dist/cjs/smart-wallets/errors.js.map +0 -1
  1042. package/dist/cjs/smart-wallets/index.d.ts +0 -11
  1043. package/dist/cjs/smart-wallets/index.d.ts.map +0 -1
  1044. package/dist/cjs/smart-wallets/index.js +0 -36
  1045. package/dist/cjs/smart-wallets/index.js.map +0 -1
  1046. package/dist/cjs/smart-wallets/types.d.ts +0 -47
  1047. package/dist/cjs/smart-wallets/types.d.ts.map +0 -1
  1048. package/dist/cjs/smart-wallets/types.js +0 -3
  1049. package/dist/cjs/smart-wallets/types.js.map +0 -1
  1050. package/dist/cjs/smart-wallets/utils.d.ts +0 -22
  1051. package/dist/cjs/smart-wallets/utils.d.ts.map +0 -1
  1052. package/dist/cjs/smart-wallets/utils.js +0 -64
  1053. package/dist/cjs/smart-wallets/utils.js.map +0 -1
  1054. package/dist/esm/react/assets/animations/completed.json +0 -1
  1055. package/dist/esm/react/assets/animations/converting.json +0 -1
  1056. package/dist/esm/react/assets/animations/error.json +0 -1
  1057. package/dist/esm/react/assets/animations/index.d.ts +0 -4
  1058. package/dist/esm/react/assets/animations/index.d.ts.map +0 -1
  1059. package/dist/esm/react/assets/animations/index.js +0 -6
  1060. package/dist/esm/react/assets/animations/index.js.map +0 -1
  1061. package/dist/esm/react/assets/chains/index.d.ts +0 -3
  1062. package/dist/esm/react/assets/chains/index.d.ts.map +0 -1
  1063. package/dist/esm/react/assets/chains/index.js +0 -31
  1064. package/dist/esm/react/assets/chains/index.js.map +0 -1
  1065. package/dist/esm/react/assets/icons/index.d.ts +0 -10
  1066. package/dist/esm/react/assets/icons/index.d.ts.map +0 -1
  1067. package/dist/esm/react/assets/icons/index.js +0 -10
  1068. package/dist/esm/react/assets/icons/index.js.map +0 -1
  1069. package/dist/esm/react/assets/index.d.ts +0 -6
  1070. package/dist/esm/react/assets/index.d.ts.map +0 -1
  1071. package/dist/esm/react/assets/index.js +0 -9
  1072. package/dist/esm/react/assets/index.js.map +0 -1
  1073. package/dist/esm/react/assets/tokens/index.d.ts +0 -3
  1074. package/dist/esm/react/assets/tokens/index.d.ts.map +0 -1
  1075. package/dist/esm/react/assets/tokens/index.js +0 -45
  1076. package/dist/esm/react/assets/tokens/index.js.map +0 -1
  1077. package/dist/esm/react/components/Widget/Widget.d.ts +0 -2
  1078. package/dist/esm/react/components/Widget/Widget.d.ts.map +0 -1
  1079. package/dist/esm/react/components/Widget/Widget.js +0 -682
  1080. package/dist/esm/react/components/Widget/Widget.js.map +0 -1
  1081. package/dist/esm/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
  1082. package/dist/esm/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
  1083. package/dist/esm/react/components/Widget/components/CollapsibleDetails.js +0 -50
  1084. package/dist/esm/react/components/Widget/components/CollapsibleDetails.js.map +0 -1
  1085. package/dist/esm/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
  1086. package/dist/esm/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
  1087. package/dist/esm/react/components/Widget/components/CustomDialogHeader.js +0 -27
  1088. package/dist/esm/react/components/Widget/components/CustomDialogHeader.js.map +0 -1
  1089. package/dist/esm/react/components/Widget/components/Footer.d.ts +0 -2
  1090. package/dist/esm/react/components/Widget/components/Footer.d.ts.map +0 -1
  1091. package/dist/esm/react/components/Widget/components/Footer.js +0 -6
  1092. package/dist/esm/react/components/Widget/components/Footer.js.map +0 -1
  1093. package/dist/esm/react/components/Widget/components/Header.d.ts +0 -2
  1094. package/dist/esm/react/components/Widget/components/Header.d.ts.map +0 -1
  1095. package/dist/esm/react/components/Widget/components/Header.js +0 -33
  1096. package/dist/esm/react/components/Widget/components/Header.js.map +0 -1
  1097. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
  1098. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
  1099. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +0 -79
  1100. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +0 -1
  1101. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
  1102. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
  1103. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +0 -79
  1104. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +0 -1
  1105. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
  1106. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
  1107. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +0 -90
  1108. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +0 -1
  1109. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
  1110. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
  1111. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +0 -2
  1112. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +0 -1
  1113. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
  1114. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
  1115. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +0 -15
  1116. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +0 -1
  1117. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
  1118. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
  1119. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.js +0 -3
  1120. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +0 -1
  1121. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
  1122. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
  1123. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.js +0 -2
  1124. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.js.map +0 -1
  1125. package/dist/esm/react/components/Widget/components/Recipient.d.ts +0 -8
  1126. package/dist/esm/react/components/Widget/components/Recipient.d.ts.map +0 -1
  1127. package/dist/esm/react/components/Widget/components/Recipient.js +0 -9
  1128. package/dist/esm/react/components/Widget/components/Recipient.js.map +0 -1
  1129. package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
  1130. package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
  1131. package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.js +0 -114
  1132. package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +0 -1
  1133. package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
  1134. package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
  1135. package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +0 -49
  1136. package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +0 -1
  1137. package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
  1138. package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
  1139. package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.js +0 -2
  1140. package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.js.map +0 -1
  1141. package/dist/esm/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
  1142. package/dist/esm/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
  1143. package/dist/esm/react/components/Widget/components/RecipientDialog/index.js +0 -2
  1144. package/dist/esm/react/components/Widget/components/RecipientDialog/index.js.map +0 -1
  1145. package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
  1146. package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
  1147. package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +0 -100
  1148. package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +0 -1
  1149. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
  1150. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
  1151. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +0 -10
  1152. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +0 -1
  1153. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
  1154. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
  1155. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +0 -55
  1156. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +0 -1
  1157. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
  1158. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
  1159. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +0 -35
  1160. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +0 -1
  1161. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
  1162. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
  1163. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +0 -11
  1164. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +0 -1
  1165. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
  1166. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
  1167. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +0 -4
  1168. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +0 -1
  1169. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
  1170. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
  1171. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +0 -2
  1172. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +0 -1
  1173. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
  1174. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
  1175. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.js +0 -2
  1176. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.js.map +0 -1
  1177. package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
  1178. package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
  1179. package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.js +0 -2
  1180. package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.js.map +0 -1
  1181. package/dist/esm/react/components/Widget/components/TokenInput.d.ts +0 -16
  1182. package/dist/esm/react/components/Widget/components/TokenInput.d.ts.map +0 -1
  1183. package/dist/esm/react/components/Widget/components/TokenInput.js +0 -21
  1184. package/dist/esm/react/components/Widget/components/TokenInput.js.map +0 -1
  1185. package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
  1186. package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
  1187. package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.js +0 -33
  1188. package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +0 -1
  1189. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
  1190. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
  1191. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +0 -313
  1192. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +0 -1
  1193. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
  1194. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
  1195. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +0 -75
  1196. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +0 -1
  1197. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
  1198. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
  1199. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +0 -2
  1200. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +0 -1
  1201. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
  1202. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
  1203. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +0 -2
  1204. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +0 -1
  1205. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
  1206. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
  1207. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +0 -93
  1208. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +0 -1
  1209. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
  1210. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
  1211. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +0 -32
  1212. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +0 -1
  1213. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
  1214. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
  1215. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +0 -32
  1216. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +0 -1
  1217. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
  1218. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
  1219. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +0 -37
  1220. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +0 -1
  1221. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
  1222. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
  1223. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +0 -4
  1224. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +0 -1
  1225. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
  1226. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
  1227. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +0 -2
  1228. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +0 -1
  1229. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
  1230. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
  1231. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +0 -357
  1232. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +0 -1
  1233. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
  1234. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
  1235. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.js +0 -2
  1236. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +0 -1
  1237. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
  1238. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
  1239. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +0 -45
  1240. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +0 -1
  1241. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
  1242. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
  1243. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +0 -49
  1244. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +0 -1
  1245. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
  1246. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
  1247. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +0 -2
  1248. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +0 -1
  1249. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
  1250. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
  1251. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +0 -2
  1252. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +0 -1
  1253. package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
  1254. package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
  1255. package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.js +0 -5
  1256. package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.js.map +0 -1
  1257. package/dist/esm/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
  1258. package/dist/esm/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
  1259. package/dist/esm/react/components/Widget/components/TransactionDialog/index.js +0 -2
  1260. package/dist/esm/react/components/Widget/components/TransactionDialog/index.js.map +0 -1
  1261. package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
  1262. package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
  1263. package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +0 -25
  1264. package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +0 -1
  1265. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
  1266. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
  1267. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +0 -30
  1268. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +0 -1
  1269. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
  1270. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
  1271. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +0 -17
  1272. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +0 -1
  1273. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
  1274. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
  1275. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +0 -2
  1276. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +0 -1
  1277. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
  1278. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
  1279. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +0 -2
  1280. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +0 -1
  1281. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
  1282. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
  1283. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +0 -68
  1284. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +0 -1
  1285. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
  1286. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
  1287. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +0 -36
  1288. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +0 -1
  1289. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
  1290. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
  1291. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +0 -2
  1292. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +0 -1
  1293. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
  1294. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
  1295. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +0 -2
  1296. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +0 -1
  1297. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
  1298. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
  1299. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.js +0 -3
  1300. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.js.map +0 -1
  1301. package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
  1302. package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
  1303. package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.js +0 -2
  1304. package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.js.map +0 -1
  1305. package/dist/esm/react/components/Widget/components/index.d.ts +0 -13
  1306. package/dist/esm/react/components/Widget/components/index.d.ts.map +0 -1
  1307. package/dist/esm/react/components/Widget/components/index.js +0 -13
  1308. package/dist/esm/react/components/Widget/components/index.js.map +0 -1
  1309. package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
  1310. package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
  1311. package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.js +0 -31
  1312. package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.js.map +0 -1
  1313. package/dist/esm/react/components/Widget/components/shared/index.d.ts +0 -2
  1314. package/dist/esm/react/components/Widget/components/shared/index.d.ts.map +0 -1
  1315. package/dist/esm/react/components/Widget/components/shared/index.js +0 -2
  1316. package/dist/esm/react/components/Widget/components/shared/index.js.map +0 -1
  1317. package/dist/esm/react/components/Widget/index.d.ts +0 -3
  1318. package/dist/esm/react/components/Widget/index.d.ts.map +0 -1
  1319. package/dist/esm/react/components/Widget/index.js +0 -2
  1320. package/dist/esm/react/components/Widget/index.js.map +0 -1
  1321. package/dist/esm/react/components/Widget/types/quote.d.ts +0 -205
  1322. package/dist/esm/react/components/Widget/types/quote.d.ts.map +0 -1
  1323. package/dist/esm/react/components/Widget/types/quote.js +0 -53
  1324. package/dist/esm/react/components/Widget/types/quote.js.map +0 -1
  1325. package/dist/esm/react/components/Widget/types.d.ts +0 -24
  1326. package/dist/esm/react/components/Widget/types.d.ts.map +0 -1
  1327. package/dist/esm/react/components/Widget/types.js +0 -3
  1328. package/dist/esm/react/components/Widget/types.js.map +0 -1
  1329. package/dist/esm/react/components/ui/badge.d.ts +0 -10
  1330. package/dist/esm/react/components/ui/badge.d.ts.map +0 -1
  1331. package/dist/esm/react/components/ui/badge.js +0 -21
  1332. package/dist/esm/react/components/ui/badge.js.map +0 -1
  1333. package/dist/esm/react/components/ui/button.d.ts +0 -12
  1334. package/dist/esm/react/components/ui/button.d.ts.map +0 -1
  1335. package/dist/esm/react/components/ui/button.js +0 -34
  1336. package/dist/esm/react/components/ui/button.js.map +0 -1
  1337. package/dist/esm/react/components/ui/dialog.d.ts +0 -18
  1338. package/dist/esm/react/components/ui/dialog.d.ts.map +0 -1
  1339. package/dist/esm/react/components/ui/dialog.js +0 -41
  1340. package/dist/esm/react/components/ui/dialog.js.map +0 -1
  1341. package/dist/esm/react/components/ui/drawer.d.ts +0 -23
  1342. package/dist/esm/react/components/ui/drawer.d.ts.map +0 -1
  1343. package/dist/esm/react/components/ui/drawer.js +0 -24
  1344. package/dist/esm/react/components/ui/drawer.js.map +0 -1
  1345. package/dist/esm/react/components/ui/index.d.ts +0 -12
  1346. package/dist/esm/react/components/ui/index.d.ts.map +0 -1
  1347. package/dist/esm/react/components/ui/index.js +0 -10
  1348. package/dist/esm/react/components/ui/index.js.map +0 -1
  1349. package/dist/esm/react/components/ui/input.d.ts +0 -4
  1350. package/dist/esm/react/components/ui/input.d.ts.map +0 -1
  1351. package/dist/esm/react/components/ui/input.js +0 -9
  1352. package/dist/esm/react/components/ui/input.js.map +0 -1
  1353. package/dist/esm/react/components/ui/label.d.ts +0 -6
  1354. package/dist/esm/react/components/ui/label.d.ts.map +0 -1
  1355. package/dist/esm/react/components/ui/label.js +0 -10
  1356. package/dist/esm/react/components/ui/label.js.map +0 -1
  1357. package/dist/esm/react/components/ui/popover.d.ts +0 -8
  1358. package/dist/esm/react/components/ui/popover.d.ts.map +0 -1
  1359. package/dist/esm/react/components/ui/popover.js +0 -12
  1360. package/dist/esm/react/components/ui/popover.js.map +0 -1
  1361. package/dist/esm/react/components/ui/select.d.ts +0 -14
  1362. package/dist/esm/react/components/ui/select.d.ts.map +0 -1
  1363. package/dist/esm/react/components/ui/select.js +0 -27
  1364. package/dist/esm/react/components/ui/select.js.map +0 -1
  1365. package/dist/esm/react/components/ui/sheet.d.ts +0 -26
  1366. package/dist/esm/react/components/ui/sheet.d.ts.map +0 -1
  1367. package/dist/esm/react/components/ui/sheet.js +0 -38
  1368. package/dist/esm/react/components/ui/sheet.js.map +0 -1
  1369. package/dist/esm/react/config/appkit.d.ts +0 -2719
  1370. package/dist/esm/react/config/appkit.d.ts.map +0 -1
  1371. package/dist/esm/react/config/appkit.js +0 -79
  1372. package/dist/esm/react/config/appkit.js.map +0 -1
  1373. package/dist/esm/react/config/index.d.ts +0 -3
  1374. package/dist/esm/react/config/index.d.ts.map +0 -1
  1375. package/dist/esm/react/config/index.js +0 -2
  1376. package/dist/esm/react/config/index.js.map +0 -1
  1377. package/dist/esm/react/hooks/index.d.ts +0 -18
  1378. package/dist/esm/react/hooks/index.d.ts.map +0 -1
  1379. package/dist/esm/react/hooks/index.js +0 -11
  1380. package/dist/esm/react/hooks/index.js.map +0 -1
  1381. package/dist/esm/react/hooks/useBalances.d.ts +0 -41
  1382. package/dist/esm/react/hooks/useBalances.d.ts.map +0 -1
  1383. package/dist/esm/react/hooks/useBalances.js +0 -65
  1384. package/dist/esm/react/hooks/useBalances.js.map +0 -1
  1385. package/dist/esm/react/hooks/useLocalRecipients.d.ts +0 -69
  1386. package/dist/esm/react/hooks/useLocalRecipients.d.ts.map +0 -1
  1387. package/dist/esm/react/hooks/useLocalRecipients.js +0 -166
  1388. package/dist/esm/react/hooks/useLocalRecipients.js.map +0 -1
  1389. package/dist/esm/react/hooks/useMediaQuery.d.ts +0 -21
  1390. package/dist/esm/react/hooks/useMediaQuery.d.ts.map +0 -1
  1391. package/dist/esm/react/hooks/useMediaQuery.js +0 -38
  1392. package/dist/esm/react/hooks/useMediaQuery.js.map +0 -1
  1393. package/dist/esm/react/hooks/useMultiChainBalances.d.ts +0 -58
  1394. package/dist/esm/react/hooks/useMultiChainBalances.d.ts.map +0 -1
  1395. package/dist/esm/react/hooks/useMultiChainBalances.js +0 -179
  1396. package/dist/esm/react/hooks/useMultiChainBalances.js.map +0 -1
  1397. package/dist/esm/react/hooks/useOffRamp.d.ts +0 -34
  1398. package/dist/esm/react/hooks/useOffRamp.d.ts.map +0 -1
  1399. package/dist/esm/react/hooks/useOffRamp.js +0 -109
  1400. package/dist/esm/react/hooks/useOffRamp.js.map +0 -1
  1401. package/dist/esm/react/hooks/useOnRamp.d.ts +0 -34
  1402. package/dist/esm/react/hooks/useOnRamp.d.ts.map +0 -1
  1403. package/dist/esm/react/hooks/useOnRamp.js +0 -109
  1404. package/dist/esm/react/hooks/useOnRamp.js.map +0 -1
  1405. package/dist/esm/react/hooks/useQuote.d.ts +0 -28
  1406. package/dist/esm/react/hooks/useQuote.d.ts.map +0 -1
  1407. package/dist/esm/react/hooks/useQuote.js +0 -79
  1408. package/dist/esm/react/hooks/useQuote.js.map +0 -1
  1409. package/dist/esm/react/hooks/useRecipient.d.ts +0 -30
  1410. package/dist/esm/react/hooks/useRecipient.d.ts.map +0 -1
  1411. package/dist/esm/react/hooks/useRecipient.js +0 -158
  1412. package/dist/esm/react/hooks/useRecipient.js.map +0 -1
  1413. package/dist/esm/react/hooks/useTokenPrices.d.ts +0 -34
  1414. package/dist/esm/react/hooks/useTokenPrices.d.ts.map +0 -1
  1415. package/dist/esm/react/hooks/useTokenPrices.js +0 -58
  1416. package/dist/esm/react/hooks/useTokenPrices.js.map +0 -1
  1417. package/dist/esm/react/hooks/useTransaction.d.ts +0 -31
  1418. package/dist/esm/react/hooks/useTransaction.d.ts.map +0 -1
  1419. package/dist/esm/react/hooks/useTransaction.js +0 -102
  1420. package/dist/esm/react/hooks/useTransaction.js.map +0 -1
  1421. package/dist/esm/react/index.d.ts +0 -16
  1422. package/dist/esm/react/index.d.ts.map +0 -1
  1423. package/dist/esm/react/index.js +0 -10
  1424. package/dist/esm/react/index.js.map +0 -1
  1425. package/dist/esm/react/lib/constants/chains.d.ts +0 -65
  1426. package/dist/esm/react/lib/constants/chains.d.ts.map +0 -1
  1427. package/dist/esm/react/lib/constants/chains.js +0 -259
  1428. package/dist/esm/react/lib/constants/chains.js.map +0 -1
  1429. package/dist/esm/react/lib/constants/index.d.ts +0 -6
  1430. package/dist/esm/react/lib/constants/index.d.ts.map +0 -1
  1431. package/dist/esm/react/lib/constants/index.js +0 -4
  1432. package/dist/esm/react/lib/constants/index.js.map +0 -1
  1433. package/dist/esm/react/lib/constants/tokens.d.ts +0 -30
  1434. package/dist/esm/react/lib/constants/tokens.d.ts.map +0 -1
  1435. package/dist/esm/react/lib/constants/tokens.js +0 -418
  1436. package/dist/esm/react/lib/constants/tokens.js.map +0 -1
  1437. package/dist/esm/react/lib/constants/wrappedTokens.d.ts +0 -21
  1438. package/dist/esm/react/lib/constants/wrappedTokens.d.ts.map +0 -1
  1439. package/dist/esm/react/lib/constants/wrappedTokens.js +0 -63
  1440. package/dist/esm/react/lib/constants/wrappedTokens.js.map +0 -1
  1441. package/dist/esm/react/lib/index.d.ts +0 -5
  1442. package/dist/esm/react/lib/index.d.ts.map +0 -1
  1443. package/dist/esm/react/lib/index.js +0 -4
  1444. package/dist/esm/react/lib/index.js.map +0 -1
  1445. package/dist/esm/react/lib/sdk-client.d.ts +0 -17
  1446. package/dist/esm/react/lib/sdk-client.d.ts.map +0 -1
  1447. package/dist/esm/react/lib/sdk-client.js +0 -51
  1448. package/dist/esm/react/lib/sdk-client.js.map +0 -1
  1449. package/dist/esm/react/lib/utils/chain.d.ts +0 -11
  1450. package/dist/esm/react/lib/utils/chain.d.ts.map +0 -1
  1451. package/dist/esm/react/lib/utils/chain.js +0 -31
  1452. package/dist/esm/react/lib/utils/chain.js.map +0 -1
  1453. package/dist/esm/react/lib/utils/cn.d.ts +0 -3
  1454. package/dist/esm/react/lib/utils/cn.d.ts.map +0 -1
  1455. package/dist/esm/react/lib/utils/cn.js +0 -6
  1456. package/dist/esm/react/lib/utils/cn.js.map +0 -1
  1457. package/dist/esm/react/lib/utils/copyToClipboard.d.ts +0 -2
  1458. package/dist/esm/react/lib/utils/copyToClipboard.d.ts.map +0 -1
  1459. package/dist/esm/react/lib/utils/copyToClipboard.js +0 -16
  1460. package/dist/esm/react/lib/utils/copyToClipboard.js.map +0 -1
  1461. package/dist/esm/react/lib/utils/errors.d.ts +0 -11
  1462. package/dist/esm/react/lib/utils/errors.d.ts.map +0 -1
  1463. package/dist/esm/react/lib/utils/errors.js +0 -15
  1464. package/dist/esm/react/lib/utils/errors.js.map +0 -1
  1465. package/dist/esm/react/lib/utils/format.d.ts +0 -38
  1466. package/dist/esm/react/lib/utils/format.d.ts.map +0 -1
  1467. package/dist/esm/react/lib/utils/format.js +0 -92
  1468. package/dist/esm/react/lib/utils/format.js.map +0 -1
  1469. package/dist/esm/react/lib/utils/formatUsd.d.ts +0 -19
  1470. package/dist/esm/react/lib/utils/formatUsd.d.ts.map +0 -1
  1471. package/dist/esm/react/lib/utils/formatUsd.js +0 -58
  1472. package/dist/esm/react/lib/utils/formatUsd.js.map +0 -1
  1473. package/dist/esm/react/lib/utils/index.d.ts +0 -12
  1474. package/dist/esm/react/lib/utils/index.d.ts.map +0 -1
  1475. package/dist/esm/react/lib/utils/index.js +0 -11
  1476. package/dist/esm/react/lib/utils/index.js.map +0 -1
  1477. package/dist/esm/react/lib/utils/inputFormatters.d.ts +0 -6
  1478. package/dist/esm/react/lib/utils/inputFormatters.d.ts.map +0 -1
  1479. package/dist/esm/react/lib/utils/inputFormatters.js +0 -32
  1480. package/dist/esm/react/lib/utils/inputFormatters.js.map +0 -1
  1481. package/dist/esm/react/lib/utils/network-mapping.d.ts +0 -45
  1482. package/dist/esm/react/lib/utils/network-mapping.d.ts.map +0 -1
  1483. package/dist/esm/react/lib/utils/network-mapping.js +0 -153
  1484. package/dist/esm/react/lib/utils/network-mapping.js.map +0 -1
  1485. package/dist/esm/react/lib/utils/transaction.d.ts +0 -57
  1486. package/dist/esm/react/lib/utils/transaction.d.ts.map +0 -1
  1487. package/dist/esm/react/lib/utils/transaction.js +0 -136
  1488. package/dist/esm/react/lib/utils/transaction.js.map +0 -1
  1489. package/dist/esm/react/lib/utils/validation.d.ts +0 -27
  1490. package/dist/esm/react/lib/utils/validation.d.ts.map +0 -1
  1491. package/dist/esm/react/lib/utils/validation.js +0 -36
  1492. package/dist/esm/react/lib/utils/validation.js.map +0 -1
  1493. package/dist/esm/react/providers/OrdaProvider.d.ts +0 -38
  1494. package/dist/esm/react/providers/OrdaProvider.d.ts.map +0 -1
  1495. package/dist/esm/react/providers/OrdaProvider.js +0 -55
  1496. package/dist/esm/react/providers/OrdaProvider.js.map +0 -1
  1497. package/dist/esm/react/providers/OrdaSDKContext.d.ts +0 -26
  1498. package/dist/esm/react/providers/OrdaSDKContext.d.ts.map +0 -1
  1499. package/dist/esm/react/providers/OrdaSDKContext.js +0 -154
  1500. package/dist/esm/react/providers/OrdaSDKContext.js.map +0 -1
  1501. package/dist/esm/react/providers/index.d.ts +0 -4
  1502. package/dist/esm/react/providers/index.d.ts.map +0 -1
  1503. package/dist/esm/react/providers/index.js +0 -3
  1504. package/dist/esm/react/providers/index.js.map +0 -1
  1505. package/dist/esm/react/providers/types.d.ts +0 -68
  1506. package/dist/esm/react/providers/types.d.ts.map +0 -1
  1507. package/dist/esm/react/providers/types.js +0 -2
  1508. package/dist/esm/react/providers/types.js.map +0 -1
  1509. package/dist/esm/smart-wallets/LocalSigner.d.ts +0 -19
  1510. package/dist/esm/smart-wallets/LocalSigner.d.ts.map +0 -1
  1511. package/dist/esm/smart-wallets/LocalSigner.js +0 -57
  1512. package/dist/esm/smart-wallets/LocalSigner.js.map +0 -1
  1513. package/dist/esm/smart-wallets/SmartWalletClient.d.ts +0 -19
  1514. package/dist/esm/smart-wallets/SmartWalletClient.d.ts.map +0 -1
  1515. package/dist/esm/smart-wallets/SmartWalletClient.js +0 -180
  1516. package/dist/esm/smart-wallets/SmartWalletClient.js.map +0 -1
  1517. package/dist/esm/smart-wallets/SmartWalletManager.d.ts +0 -17
  1518. package/dist/esm/smart-wallets/SmartWalletManager.d.ts.map +0 -1
  1519. package/dist/esm/smart-wallets/SmartWalletManager.js +0 -59
  1520. package/dist/esm/smart-wallets/SmartWalletManager.js.map +0 -1
  1521. package/dist/esm/smart-wallets/chains.d.ts +0 -11
  1522. package/dist/esm/smart-wallets/chains.d.ts.map +0 -1
  1523. package/dist/esm/smart-wallets/chains.js +0 -30
  1524. package/dist/esm/smart-wallets/chains.js.map +0 -1
  1525. package/dist/esm/smart-wallets/errors.d.ts +0 -23
  1526. package/dist/esm/smart-wallets/errors.d.ts.map +0 -1
  1527. package/dist/esm/smart-wallets/errors.js +0 -44
  1528. package/dist/esm/smart-wallets/errors.js.map +0 -1
  1529. package/dist/esm/smart-wallets/index.d.ts +0 -11
  1530. package/dist/esm/smart-wallets/index.d.ts.map +0 -1
  1531. package/dist/esm/smart-wallets/index.js +0 -13
  1532. package/dist/esm/smart-wallets/index.js.map +0 -1
  1533. package/dist/esm/smart-wallets/types.d.ts +0 -47
  1534. package/dist/esm/smart-wallets/types.d.ts.map +0 -1
  1535. package/dist/esm/smart-wallets/types.js +0 -2
  1536. package/dist/esm/smart-wallets/types.js.map +0 -1
  1537. package/dist/esm/smart-wallets/utils.d.ts +0 -22
  1538. package/dist/esm/smart-wallets/utils.d.ts.map +0 -1
  1539. package/dist/esm/smart-wallets/utils.js +0 -57
  1540. package/dist/esm/smart-wallets/utils.js.map +0 -1
  1541. package/dist/react/chunk-2DNKUSZW.mjs +0 -26
  1542. package/dist/react/chunk-DOIEWRNM.cjs +0 -29
  1543. package/dist/react/index.cjs +0 -8447
  1544. package/dist/react/index.d.mts +0 -4581
  1545. package/dist/react/index.d.ts +0 -4581
  1546. package/dist/react/index.mjs +0 -8310
  1547. package/dist/react/styles.css +0 -2
  1548. package/dist/react/web-crypto-DE5M6GOD.mjs +0 -1
  1549. package/dist/react/web-crypto-MCH7ICH6.cjs +0 -10
  1550. package/dist/types/react/assets/animations/index.d.ts +0 -4
  1551. package/dist/types/react/assets/animations/index.d.ts.map +0 -1
  1552. package/dist/types/react/assets/chains/index.d.ts +0 -3
  1553. package/dist/types/react/assets/chains/index.d.ts.map +0 -1
  1554. package/dist/types/react/assets/icons/index.d.ts +0 -10
  1555. package/dist/types/react/assets/icons/index.d.ts.map +0 -1
  1556. package/dist/types/react/assets/index.d.ts +0 -6
  1557. package/dist/types/react/assets/index.d.ts.map +0 -1
  1558. package/dist/types/react/assets/tokens/index.d.ts +0 -3
  1559. package/dist/types/react/assets/tokens/index.d.ts.map +0 -1
  1560. package/dist/types/react/components/Widget/Widget.d.ts +0 -2
  1561. package/dist/types/react/components/Widget/Widget.d.ts.map +0 -1
  1562. package/dist/types/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
  1563. package/dist/types/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
  1564. package/dist/types/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
  1565. package/dist/types/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
  1566. package/dist/types/react/components/Widget/components/Footer.d.ts +0 -2
  1567. package/dist/types/react/components/Widget/components/Footer.d.ts.map +0 -1
  1568. package/dist/types/react/components/Widget/components/Header.d.ts +0 -2
  1569. package/dist/types/react/components/Widget/components/Header.d.ts.map +0 -1
  1570. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
  1571. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
  1572. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
  1573. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
  1574. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
  1575. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
  1576. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
  1577. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
  1578. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
  1579. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
  1580. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
  1581. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
  1582. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
  1583. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
  1584. package/dist/types/react/components/Widget/components/Recipient.d.ts +0 -8
  1585. package/dist/types/react/components/Widget/components/Recipient.d.ts.map +0 -1
  1586. package/dist/types/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
  1587. package/dist/types/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
  1588. package/dist/types/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
  1589. package/dist/types/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
  1590. package/dist/types/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
  1591. package/dist/types/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
  1592. package/dist/types/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
  1593. package/dist/types/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
  1594. package/dist/types/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
  1595. package/dist/types/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
  1596. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
  1597. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
  1598. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
  1599. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
  1600. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
  1601. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
  1602. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
  1603. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
  1604. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
  1605. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
  1606. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
  1607. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
  1608. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
  1609. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
  1610. package/dist/types/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
  1611. package/dist/types/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
  1612. package/dist/types/react/components/Widget/components/TokenInput.d.ts +0 -16
  1613. package/dist/types/react/components/Widget/components/TokenInput.d.ts.map +0 -1
  1614. package/dist/types/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
  1615. package/dist/types/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
  1616. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
  1617. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
  1618. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
  1619. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
  1620. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
  1621. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
  1622. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
  1623. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
  1624. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
  1625. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
  1626. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
  1627. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
  1628. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
  1629. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
  1630. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
  1631. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
  1632. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
  1633. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
  1634. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
  1635. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
  1636. package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
  1637. package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
  1638. package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
  1639. package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
  1640. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
  1641. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
  1642. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
  1643. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
  1644. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
  1645. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
  1646. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
  1647. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
  1648. package/dist/types/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
  1649. package/dist/types/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
  1650. package/dist/types/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
  1651. package/dist/types/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
  1652. package/dist/types/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
  1653. package/dist/types/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
  1654. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
  1655. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
  1656. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
  1657. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
  1658. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
  1659. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
  1660. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
  1661. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
  1662. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
  1663. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
  1664. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
  1665. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
  1666. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
  1667. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
  1668. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
  1669. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
  1670. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
  1671. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
  1672. package/dist/types/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
  1673. package/dist/types/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
  1674. package/dist/types/react/components/Widget/components/index.d.ts +0 -13
  1675. package/dist/types/react/components/Widget/components/index.d.ts.map +0 -1
  1676. package/dist/types/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
  1677. package/dist/types/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
  1678. package/dist/types/react/components/Widget/components/shared/index.d.ts +0 -2
  1679. package/dist/types/react/components/Widget/components/shared/index.d.ts.map +0 -1
  1680. package/dist/types/react/components/Widget/index.d.ts +0 -3
  1681. package/dist/types/react/components/Widget/index.d.ts.map +0 -1
  1682. package/dist/types/react/components/Widget/types/quote.d.ts +0 -205
  1683. package/dist/types/react/components/Widget/types/quote.d.ts.map +0 -1
  1684. package/dist/types/react/components/Widget/types.d.ts +0 -24
  1685. package/dist/types/react/components/Widget/types.d.ts.map +0 -1
  1686. package/dist/types/react/components/ui/badge.d.ts +0 -10
  1687. package/dist/types/react/components/ui/badge.d.ts.map +0 -1
  1688. package/dist/types/react/components/ui/button.d.ts +0 -12
  1689. package/dist/types/react/components/ui/button.d.ts.map +0 -1
  1690. package/dist/types/react/components/ui/dialog.d.ts +0 -18
  1691. package/dist/types/react/components/ui/dialog.d.ts.map +0 -1
  1692. package/dist/types/react/components/ui/drawer.d.ts +0 -23
  1693. package/dist/types/react/components/ui/drawer.d.ts.map +0 -1
  1694. package/dist/types/react/components/ui/index.d.ts +0 -12
  1695. package/dist/types/react/components/ui/index.d.ts.map +0 -1
  1696. package/dist/types/react/components/ui/input.d.ts +0 -4
  1697. package/dist/types/react/components/ui/input.d.ts.map +0 -1
  1698. package/dist/types/react/components/ui/label.d.ts +0 -6
  1699. package/dist/types/react/components/ui/label.d.ts.map +0 -1
  1700. package/dist/types/react/components/ui/popover.d.ts +0 -8
  1701. package/dist/types/react/components/ui/popover.d.ts.map +0 -1
  1702. package/dist/types/react/components/ui/select.d.ts +0 -14
  1703. package/dist/types/react/components/ui/select.d.ts.map +0 -1
  1704. package/dist/types/react/components/ui/sheet.d.ts +0 -26
  1705. package/dist/types/react/components/ui/sheet.d.ts.map +0 -1
  1706. package/dist/types/react/config/appkit.d.ts +0 -2719
  1707. package/dist/types/react/config/appkit.d.ts.map +0 -1
  1708. package/dist/types/react/config/index.d.ts +0 -3
  1709. package/dist/types/react/config/index.d.ts.map +0 -1
  1710. package/dist/types/react/hooks/index.d.ts +0 -18
  1711. package/dist/types/react/hooks/index.d.ts.map +0 -1
  1712. package/dist/types/react/hooks/useBalances.d.ts +0 -41
  1713. package/dist/types/react/hooks/useBalances.d.ts.map +0 -1
  1714. package/dist/types/react/hooks/useLocalRecipients.d.ts +0 -69
  1715. package/dist/types/react/hooks/useLocalRecipients.d.ts.map +0 -1
  1716. package/dist/types/react/hooks/useMediaQuery.d.ts +0 -21
  1717. package/dist/types/react/hooks/useMediaQuery.d.ts.map +0 -1
  1718. package/dist/types/react/hooks/useMultiChainBalances.d.ts +0 -58
  1719. package/dist/types/react/hooks/useMultiChainBalances.d.ts.map +0 -1
  1720. package/dist/types/react/hooks/useOffRamp.d.ts +0 -34
  1721. package/dist/types/react/hooks/useOffRamp.d.ts.map +0 -1
  1722. package/dist/types/react/hooks/useOnRamp.d.ts +0 -34
  1723. package/dist/types/react/hooks/useOnRamp.d.ts.map +0 -1
  1724. package/dist/types/react/hooks/useQuote.d.ts +0 -28
  1725. package/dist/types/react/hooks/useQuote.d.ts.map +0 -1
  1726. package/dist/types/react/hooks/useRecipient.d.ts +0 -30
  1727. package/dist/types/react/hooks/useRecipient.d.ts.map +0 -1
  1728. package/dist/types/react/hooks/useTokenPrices.d.ts +0 -34
  1729. package/dist/types/react/hooks/useTokenPrices.d.ts.map +0 -1
  1730. package/dist/types/react/hooks/useTransaction.d.ts +0 -31
  1731. package/dist/types/react/hooks/useTransaction.d.ts.map +0 -1
  1732. package/dist/types/react/index.d.ts +0 -16
  1733. package/dist/types/react/index.d.ts.map +0 -1
  1734. package/dist/types/react/lib/constants/chains.d.ts +0 -65
  1735. package/dist/types/react/lib/constants/chains.d.ts.map +0 -1
  1736. package/dist/types/react/lib/constants/index.d.ts +0 -6
  1737. package/dist/types/react/lib/constants/index.d.ts.map +0 -1
  1738. package/dist/types/react/lib/constants/tokens.d.ts +0 -30
  1739. package/dist/types/react/lib/constants/tokens.d.ts.map +0 -1
  1740. package/dist/types/react/lib/constants/wrappedTokens.d.ts +0 -21
  1741. package/dist/types/react/lib/constants/wrappedTokens.d.ts.map +0 -1
  1742. package/dist/types/react/lib/index.d.ts +0 -5
  1743. package/dist/types/react/lib/index.d.ts.map +0 -1
  1744. package/dist/types/react/lib/sdk-client.d.ts +0 -17
  1745. package/dist/types/react/lib/sdk-client.d.ts.map +0 -1
  1746. package/dist/types/react/lib/utils/chain.d.ts +0 -11
  1747. package/dist/types/react/lib/utils/chain.d.ts.map +0 -1
  1748. package/dist/types/react/lib/utils/cn.d.ts +0 -3
  1749. package/dist/types/react/lib/utils/cn.d.ts.map +0 -1
  1750. package/dist/types/react/lib/utils/copyToClipboard.d.ts +0 -2
  1751. package/dist/types/react/lib/utils/copyToClipboard.d.ts.map +0 -1
  1752. package/dist/types/react/lib/utils/errors.d.ts +0 -11
  1753. package/dist/types/react/lib/utils/errors.d.ts.map +0 -1
  1754. package/dist/types/react/lib/utils/format.d.ts +0 -38
  1755. package/dist/types/react/lib/utils/format.d.ts.map +0 -1
  1756. package/dist/types/react/lib/utils/formatUsd.d.ts +0 -19
  1757. package/dist/types/react/lib/utils/formatUsd.d.ts.map +0 -1
  1758. package/dist/types/react/lib/utils/index.d.ts +0 -12
  1759. package/dist/types/react/lib/utils/index.d.ts.map +0 -1
  1760. package/dist/types/react/lib/utils/inputFormatters.d.ts +0 -6
  1761. package/dist/types/react/lib/utils/inputFormatters.d.ts.map +0 -1
  1762. package/dist/types/react/lib/utils/network-mapping.d.ts +0 -45
  1763. package/dist/types/react/lib/utils/network-mapping.d.ts.map +0 -1
  1764. package/dist/types/react/lib/utils/transaction.d.ts +0 -57
  1765. package/dist/types/react/lib/utils/transaction.d.ts.map +0 -1
  1766. package/dist/types/react/lib/utils/validation.d.ts +0 -27
  1767. package/dist/types/react/lib/utils/validation.d.ts.map +0 -1
  1768. package/dist/types/react/providers/OrdaProvider.d.ts +0 -38
  1769. package/dist/types/react/providers/OrdaProvider.d.ts.map +0 -1
  1770. package/dist/types/react/providers/OrdaSDKContext.d.ts +0 -26
  1771. package/dist/types/react/providers/OrdaSDKContext.d.ts.map +0 -1
  1772. package/dist/types/react/providers/index.d.ts +0 -4
  1773. package/dist/types/react/providers/index.d.ts.map +0 -1
  1774. package/dist/types/react/providers/types.d.ts +0 -68
  1775. package/dist/types/react/providers/types.d.ts.map +0 -1
  1776. package/dist/types/smart-wallets/LocalSigner.d.ts +0 -19
  1777. package/dist/types/smart-wallets/LocalSigner.d.ts.map +0 -1
  1778. package/dist/types/smart-wallets/SmartWalletClient.d.ts +0 -19
  1779. package/dist/types/smart-wallets/SmartWalletClient.d.ts.map +0 -1
  1780. package/dist/types/smart-wallets/SmartWalletManager.d.ts +0 -17
  1781. package/dist/types/smart-wallets/SmartWalletManager.d.ts.map +0 -1
  1782. package/dist/types/smart-wallets/chains.d.ts +0 -11
  1783. package/dist/types/smart-wallets/chains.d.ts.map +0 -1
  1784. package/dist/types/smart-wallets/errors.d.ts +0 -23
  1785. package/dist/types/smart-wallets/errors.d.ts.map +0 -1
  1786. package/dist/types/smart-wallets/index.d.ts +0 -11
  1787. package/dist/types/smart-wallets/index.d.ts.map +0 -1
  1788. package/dist/types/smart-wallets/types.d.ts +0 -47
  1789. package/dist/types/smart-wallets/types.d.ts.map +0 -1
  1790. package/dist/types/smart-wallets/utils.d.ts +0 -22
  1791. package/dist/types/smart-wallets/utils.d.ts.map +0 -1
@@ -1,2 +0,0 @@
1
- export { Swap } from './Swap';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/Swap/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC"}
@@ -1,2 +0,0 @@
1
- export { Swap } from './Swap';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/Swap/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC"}
@@ -1,17 +0,0 @@
1
- import type { Token } from '../../../../types';
2
- import type { TransferResponse, TypedQuoteResponse, TypedOffRampQuoteResponse } from '../../../../types/quote';
3
- import type { OffRampQuoteResponse, OnRampQuoteResponse } from '../../../../../../../index';
4
- interface TransactionDetailsProps {
5
- fromAmount: string;
6
- toAmount: string;
7
- fromTokenSelected: Token;
8
- toTokenSelected: Token;
9
- title?: string;
10
- subtitle?: string;
11
- swapQuote?: TransferResponse | TypedQuoteResponse | null;
12
- onRampQuote?: OnRampQuoteResponse | null;
13
- offRampQuote?: OffRampQuoteResponse | TypedOffRampQuoteResponse | null;
14
- }
15
- export declare const TransactionDetails: ({ fromAmount, toAmount, fromTokenSelected, toTokenSelected, title, subtitle, swapQuote, onRampQuote, offRampQuote, }: TransactionDetailsProps) => import("react/jsx-runtime").JSX.Element;
16
- export {};
17
- //# sourceMappingURL=TransactionDetails.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TransactionDetails.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAG/G,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAM5F,UAAU,uBAAuB;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,KAAK,CAAC;IACzB,eAAe,EAAE,KAAK,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,gBAAgB,GAAG,kBAAkB,GAAG,IAAI,CAAC;IACzD,WAAW,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACzC,YAAY,CAAC,EAAE,oBAAoB,GAAG,yBAAyB,GAAG,IAAI,CAAC;CACxE;AAED,eAAO,MAAM,kBAAkB,GAAI,sHAUhC,uBAAuB,4CAwHzB,CAAC"}
@@ -1,45 +0,0 @@
1
- 'use client';
2
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
3
- import { DialogTitle } from '../../../../../ui/dialog';
4
- import { getChainInfo } from '../../../../../../lib/constants';
5
- import { isTransferResponse } from '../../../../types/quote';
6
- import { roundToNineDecimals } from '../../../../../../lib/utils/inputFormatters';
7
- import { ArrowRight } from 'lucide-react';
8
- import { CollapsibleInfo } from './components';
9
- import { TokenIconDisplay } from '../../../shared';
10
- import { getChainIconUrl } from '../../../../../../assets';
11
- export const TransactionDetails = ({ fromAmount, toAmount, fromTokenSelected, toTokenSelected, title = 'Review your order', subtitle = 'Check the order details', swapQuote, onRampQuote, offRampQuote, }) => {
12
- const fromChainSelected = getChainInfo(fromTokenSelected?.chainId);
13
- const toChainSelected = getChainInfo(toTokenSelected?.chainId);
14
- const formatDuration = (seconds) => {
15
- if (seconds < 60)
16
- return `~${seconds}s`;
17
- const minutes = Math.floor(seconds / 60);
18
- return `~${minutes}m`;
19
- };
20
- const formatAddress = (address) => {
21
- if (address.length <= 13)
22
- return address;
23
- return `${address.slice(0, 7)}...${address.slice(-6)}`;
24
- };
25
- const formatGasFee = (amount, decimals) => {
26
- const gasDecimals = decimals || 18;
27
- const gasFee = parseFloat(amount) / Math.pow(10, gasDecimals);
28
- return gasFee.toFixed(6);
29
- };
30
- const swapQuoteTyped = swapQuote && isTransferResponse(swapQuote) ? swapQuote : null;
31
- const recipientAddress = swapQuoteTyped?.quote?.toAddress || onRampQuote?.quote?.toAddress;
32
- const estimatedDuration = swapQuoteTyped?.quote?.estimatedDuration ||
33
- onRampQuote?.quote?.estimatedDuration ||
34
- offRampQuote?.quote?.estimatedDuration;
35
- const timeToComplete = estimatedDuration ? formatDuration(estimatedDuration) : undefined;
36
- const networkCost = swapQuoteTyped?.quote?.fees?.gas
37
- ? formatGasFee(swapQuoteTyped.quote.fees.gas.amount, swapQuoteTyped.quote.fees.gas.decimals)
38
- : undefined;
39
- const isOffRamp = !!offRampQuote;
40
- const showRecipient = !isOffRamp && recipientAddress;
41
- const fromChainIconUrl = fromChainSelected?.id ? getChainIconUrl(fromChainSelected.id) : null;
42
- const toChainIconUrl = toChainSelected?.id ? getChainIconUrl(toChainSelected.id) : null;
43
- return (_jsxs(_Fragment, { children: [_jsx(DialogTitle, { className: "mb-0 mt-2 pb-0", children: title }), _jsx("small", { className: "text-sm font-normal text-zinc-500", children: subtitle }), _jsxs("div", { className: "mt-6 flex flex-col", children: [_jsxs("div", { className: "flex flex-col gap-3.5", children: [_jsxs("div", { className: "flex flex-row items-center justify-between", children: [_jsx("small", { className: "text-sm font-normal text-zinc-500", children: "Asset" }), _jsxs("div", { className: "flex items-center justify-center gap-1.5", children: [_jsxs("div", { className: "flex flex-row items-center gap-0.5", children: [_jsx(TokenIconDisplay, { symbol: fromTokenSelected.symbol, size: "sm" }), _jsx("div", { className: "flex flex-col items-end", children: _jsxs("div", { className: "flex items-center gap-0.5", children: [_jsx("small", { className: "text-sm font-normal text-zinc-950", children: roundToNineDecimals(fromAmount) || '0' }), _jsx("small", { className: "text-sm font-normal text-zinc-950", children: fromTokenSelected.symbol })] }) })] }), _jsx(ArrowRight, { className: "size-4" }), _jsxs("div", { className: "flex flex-row items-center gap-0.5", children: [_jsx(TokenIconDisplay, { symbol: toTokenSelected.symbol, size: "sm" }), _jsx("div", { className: "flex flex-col items-end", children: _jsxs("div", { className: "flex items-center gap-0.5", children: [_jsx("small", { className: "text-sm font-normal text-zinc-950", children: roundToNineDecimals(toAmount) || '0' }), _jsx("small", { className: "text-sm font-normal text-zinc-950", children: toTokenSelected.symbol })] }) })] })] })] }), _jsxs("div", { className: "flex flex-row items-center justify-between", children: [_jsx("small", { className: "text-sm font-normal text-zinc-500", children: "Network" }), _jsxs("div", { className: "flex items-center justify-center gap-1.5", children: [_jsxs("div", { className: "flex flex-row items-center gap-0.5", children: [fromChainIconUrl && _jsx("img", { src: fromChainIconUrl, alt: fromChainSelected?.displayName, className: "h-6 w-6 rounded-sm" }), _jsx("small", { className: "text-sm font-normal text-zinc-950", children: fromChainSelected?.displayName })] }), _jsx(ArrowRight, { className: "size-4" }), _jsxs("div", { className: "flex flex-row items-center gap-0.5", children: [toChainIconUrl && _jsx("img", { src: toChainIconUrl, alt: toChainSelected?.displayName, className: "h-6 w-6 rounded-sm" }), _jsx("small", { className: "text-sm font-normal text-zinc-950", children: toChainSelected?.displayName })] })] })] }), showRecipient && (_jsxs("div", { className: "flex flex-row items-center justify-between", children: [_jsx("small", { className: "text-sm font-normal text-zinc-500", children: "Recipient" }), _jsx("small", { className: "text-sm font-normal text-zinc-950", children: formatAddress(recipientAddress) })] })), timeToComplete && (_jsxs("div", { className: "flex flex-row items-center justify-between", children: [_jsx("small", { className: "text-sm font-normal text-zinc-500", children: "Time to complete" }), _jsx("small", { className: "text-sm font-normal text-zinc-950", children: timeToComplete })] }))] }), networkCost && (_jsxs(_Fragment, { children: [_jsx("div", { className: "my-3 w-full border border-zinc-200" }), _jsxs("div", { className: "flex flex-row items-center justify-between", children: [_jsx("small", { className: "text-sm font-normal text-zinc-500", children: "Network cost" }), _jsxs("small", { className: "text-sm font-normal text-zinc-950", children: [networkCost, " ", swapQuoteTyped?.quote?.fees?.gas?.token || 'ETH'] })] })] })), _jsx(CollapsibleInfo, { swapQuote: swapQuote, onRampQuote: onRampQuote, offRampQuote: offRampQuote })] })] }));
44
- };
45
- //# sourceMappingURL=TransactionDetails.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TransactionDetails.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.tsx"],"names":[],"mappings":"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"}
@@ -1,10 +0,0 @@
1
- import type { OnRampQuoteResponse, OffRampQuoteResponse } from '../../../../../../../../index';
2
- import type { TransferResponse, TypedQuoteResponse, TypedOffRampQuoteResponse } from '../../../../../types/quote';
3
- interface CollapsibleInfoProps {
4
- swapQuote?: TransferResponse | TypedQuoteResponse | null;
5
- onRampQuote?: OnRampQuoteResponse | null;
6
- offRampQuote?: OffRampQuoteResponse | TypedOffRampQuoteResponse | null;
7
- }
8
- export declare const CollapsibleInfo: ({ swapQuote, onRampQuote: _onRampQuote, offRampQuote: _offRampQuote }: CollapsibleInfoProps) => import("react/jsx-runtime").JSX.Element;
9
- export {};
10
- //# sourceMappingURL=CollapsibleInfo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CollapsibleInfo.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC/F,OAAO,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AAGlH,UAAU,oBAAoB;IAC5B,SAAS,CAAC,EAAE,gBAAgB,GAAG,kBAAkB,GAAG,IAAI,CAAC;IACzD,WAAW,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACzC,YAAY,CAAC,EAAE,oBAAoB,GAAG,yBAAyB,GAAG,IAAI,CAAC;CACxE;AAED,eAAO,MAAM,eAAe,GAAI,uEAAuE,oBAAoB,4CA+F1H,CAAC"}
@@ -1,49 +0,0 @@
1
- 'use client';
2
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
3
- import { ChevronsDownUp, ChevronsUpDown } from 'lucide-react';
4
- import { useState, useMemo } from 'react';
5
- import { isTransferResponse } from '../../../../../types/quote';
6
- export const CollapsibleInfo = ({ swapQuote, onRampQuote: _onRampQuote, offRampQuote: _offRampQuote }) => {
7
- const [collapsibleExpanded, setCollapsibleExpanded] = useState(false);
8
- const toggleCollapsibleExpanded = () => {
9
- setCollapsibleExpanded((prev) => !prev);
10
- };
11
- const swapQuoteTyped = swapQuote && isTransferResponse(swapQuote) ? swapQuote : null;
12
- const isSwap = !!swapQuoteTyped;
13
- const spread = useMemo(() => {
14
- if (!isSwap || !swapQuoteTyped?.quote)
15
- return '0%';
16
- const { fromToken, toToken, fromAmount, toAmount } = swapQuoteTyped.quote;
17
- if (!fromToken?.price || !toToken?.price)
18
- return '0%';
19
- const fromDecimal = parseFloat(fromAmount) / Math.pow(10, fromToken.decimals);
20
- const toDecimal = parseFloat(toAmount) / Math.pow(10, toToken.decimals);
21
- const fromUsd = fromDecimal * fromToken.price;
22
- const toUsd = toDecimal * toToken.price;
23
- const spreadPercent = (toUsd / fromUsd - 1) * 100;
24
- return `${spreadPercent.toFixed(2)}%`;
25
- }, [isSwap, swapQuoteTyped]);
26
- const totalFeesUsd = useMemo(() => {
27
- if (!isSwap || !swapQuoteTyped?.quote?.fees)
28
- return null;
29
- const { bridge, integrator } = swapQuoteTyped.quote.fees;
30
- const fromTokenPrice = swapQuoteTyped.quote.fromToken?.price || 0;
31
- let totalFees = 0;
32
- if (bridge?.amount) {
33
- const bridgeDecimals = bridge.decimals || 18;
34
- const bridgeFeeDecimal = parseFloat(bridge.amount) / Math.pow(10, bridgeDecimals);
35
- totalFees += bridgeFeeDecimal * fromTokenPrice;
36
- }
37
- if (integrator) {
38
- const integratorValue = typeof integrator === 'string' ? parseFloat(integrator) : integrator;
39
- const fromAmount = parseFloat(swapQuoteTyped.quote.fromAmount) / Math.pow(10, swapQuoteTyped.quote.fromToken.decimals);
40
- totalFees += (fromAmount * fromTokenPrice * integratorValue) / 10000;
41
- }
42
- return totalFees > 0 ? totalFees : null;
43
- }, [isSwap, swapQuoteTyped]);
44
- const formattedFees = totalFeesUsd != null
45
- ? `$${totalFeesUsd.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}`
46
- : '$0.00';
47
- return (_jsxs("div", { className: "mt-3.5", children: [_jsx("div", { className: `overflow-hidden transition-all duration-500 ${collapsibleExpanded ? 'max-h-40' : 'max-h-0'}`, children: _jsxs("div", { className: "flex flex-col gap-3.5", children: [_jsxs("div", { className: "flex flex-row items-center justify-between", children: [_jsx("small", { className: "text-sm font-normal text-zinc-500", children: "Spread" }), _jsx("small", { className: "text-sm font-normal text-zinc-950", children: spread })] }), _jsxs("div", { className: "flex flex-row items-center justify-between", children: [_jsx("small", { className: "text-sm font-normal text-zinc-500", children: "Fee" }), _jsx("small", { className: "text-sm font-normal text-zinc-950", children: formattedFees })] }), _jsxs("div", { className: "mb-3.5 flex flex-row items-center justify-between", children: [_jsx("small", { className: "text-sm font-normal text-zinc-500", children: "Max slippage" }), _jsx("small", { className: "text-sm font-normal text-zinc-950", children: "0%" })] })] }) }), _jsx("div", { className: "flex w-fit cursor-pointer flex-row items-center gap-1", onClick: toggleCollapsibleExpanded, children: collapsibleExpanded ? (_jsxs(_Fragment, { children: [_jsx("span", { className: "text-sm font-normal text-zinc-950", children: "Show less" }), _jsx(ChevronsDownUp, { className: "h-4 w-4 text-zinc-950" })] })) : (_jsxs(_Fragment, { children: [_jsx("span", { className: "text-sm text-zinc-950", children: "Show more" }), _jsx(ChevronsUpDown, { className: "h-4 w-4 text-zinc-950" })] })) })] }));
48
- };
49
- //# sourceMappingURL=CollapsibleInfo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CollapsibleInfo.js","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.tsx"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export { CollapsibleInfo } from './CollapsibleInfo';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { CollapsibleInfo } from './CollapsibleInfo';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { TransactionDetails } from './TransactionDetails';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { TransactionDetails } from './TransactionDetails';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
@@ -1,5 +0,0 @@
1
- export { TransactionDetails } from './TransactionDetails';
2
- export { Swap } from './Swap';
3
- export { OnRamp } from './OnRamp';
4
- export { OffRamp } from './OffRamp';
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -1,5 +0,0 @@
1
- export { TransactionDetails } from './TransactionDetails';
2
- export { Swap } from './Swap';
3
- export { OnRamp } from './OnRamp';
4
- export { OffRamp } from './OffRamp';
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -1,2 +0,0 @@
1
- export { TransactionDialog } from './TransactionDialog';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/TransactionDialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { TransactionDialog } from './TransactionDialog';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/TransactionDialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,7 +0,0 @@
1
- interface UserAccountDrawerProps {
2
- isOpen: boolean;
3
- toggleOpenDrawer: () => void;
4
- }
5
- export declare const UserAccountDrawer: ({ isOpen, toggleOpenDrawer }: UserAccountDrawerProps) => import("react/jsx-runtime").JSX.Element;
6
- export {};
7
- //# sourceMappingURL=UserAccountDrawer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserAccountDrawer.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.tsx"],"names":[],"mappings":"AASA,UAAU,sBAAsB;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B;AAED,eAAO,MAAM,iBAAiB,GAAI,8BAA8B,sBAAsB,4CA+CrF,CAAC"}
@@ -1,25 +0,0 @@
1
- 'use client';
2
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
3
- import { VisuallyHidden } from '../../../ui/dialog';
4
- import { Drawer, DrawerContent, DrawerDescription, DrawerTitle } from '../../../ui/drawer';
5
- import { Sheet, SheetContent, SheetDescription, SheetTitle } from '../../../ui/sheet';
6
- import { useMediaQuery } from '../../../../hooks/useMediaQuery';
7
- import { useState } from 'react';
8
- import { UserAccountData, Wallets } from './components';
9
- export const UserAccountDrawer = ({ isOpen, toggleOpenDrawer }) => {
10
- const [showWallets, setShowWallets] = useState(false);
11
- const toggleShowWallets = () => {
12
- setShowWallets((prev) => !prev);
13
- };
14
- const handleToggleOpenDrawer = () => {
15
- toggleOpenDrawer();
16
- setShowWallets(false);
17
- };
18
- const isDesktop = useMediaQuery('(min-width: 768px)');
19
- const content = (_jsx(_Fragment, { children: showWallets ? (_jsx(Wallets, { toggleOpenDrawer: handleToggleOpenDrawer, backToAccountData: toggleShowWallets })) : (_jsx(UserAccountData, { toggleOpenDrawer: handleToggleOpenDrawer, goToWallets: toggleShowWallets })) }));
20
- if (isDesktop) {
21
- return (_jsxs(Sheet, { modal: false, open: isOpen, onOpenChange: handleToggleOpenDrawer, children: [_jsxs(VisuallyHidden, { children: [_jsx(SheetTitle, { children: "Wallets" }), _jsx(SheetDescription, { children: "Wallets" })] }), _jsx(SheetContent, { onInteractOutside: (e) => e.preventDefault(), className: "py-4", children: content })] }));
22
- }
23
- return (_jsxs(Drawer, { open: isOpen, onOpenChange: handleToggleOpenDrawer, children: [_jsxs(VisuallyHidden, { children: [_jsx(DrawerTitle, { children: "Wallets" }), _jsx(DrawerDescription, { children: "Wallets" })] }), _jsx(DrawerContent, { className: "pb-6", children: content })] }));
24
- };
25
- //# sourceMappingURL=UserAccountDrawer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserAccountDrawer.js","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACtF,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAOxD,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,EAAE,MAAM,EAAE,gBAAgB,EAA0B,EAAE,EAAE;IACxF,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAEtD,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC7B,cAAc,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC,CAAC;IAEF,MAAM,sBAAsB,GAAG,GAAG,EAAE;QAClC,gBAAgB,EAAE,CAAC;QACnB,cAAc,CAAC,KAAK,CAAC,CAAC;IACxB,CAAC,CAAC;IAEF,MAAM,SAAS,GAAG,aAAa,CAAC,oBAAoB,CAAC,CAAC;IAEtD,MAAM,OAAO,GAAG,CACd,4BACG,WAAW,CAAC,CAAC,CAAC,CACb,KAAC,OAAO,IAAC,gBAAgB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,iBAAiB,GAAI,CAC5F,CAAC,CAAC,CAAC,CACF,KAAC,eAAe,IAAC,gBAAgB,EAAE,sBAAsB,EAAE,WAAW,EAAE,iBAAiB,GAAI,CAC9F,GACA,CACJ,CAAC;IAEF,IAAI,SAAS,EAAE,CAAC;QACd,OAAO,CACL,MAAC,KAAK,IAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,sBAAsB,aACrE,MAAC,cAAc,eACb,KAAC,UAAU,0BAAqB,EAChC,KAAC,gBAAgB,0BAA2B,IAC7B,EACjB,KAAC,YAAY,IAAC,iBAAiB,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,cAAc,EAAE,EAAE,SAAS,EAAC,MAAM,YACzE,OAAO,GACK,IACT,CACT,CAAC;IACJ,CAAC;IAED,OAAO,CACL,MAAC,MAAM,IAAC,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,sBAAsB,aACxD,MAAC,cAAc,eACb,KAAC,WAAW,0BAAsB,EAClC,KAAC,iBAAiB,0BAA4B,IAC/B,EACjB,KAAC,aAAa,IAAC,SAAS,EAAC,MAAM,YAAE,OAAO,GAAiB,IAClD,CACV,CAAC;AACJ,CAAC,CAAC"}
@@ -1,7 +0,0 @@
1
- interface UserAccountDataProps {
2
- toggleOpenDrawer: () => void;
3
- goToWallets: () => void;
4
- }
5
- export declare const UserAccountData: ({ toggleOpenDrawer, goToWallets }: UserAccountDataProps) => import("react/jsx-runtime").JSX.Element;
6
- export {};
7
- //# sourceMappingURL=UserAccountData.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserAccountData.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.tsx"],"names":[],"mappings":"AASA,UAAU,oBAAoB;IAC5B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,eAAO,MAAM,eAAe,GAAI,mCAAmC,oBAAoB,4CAwHtF,CAAC"}
@@ -1,30 +0,0 @@
1
- 'use client';
2
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
3
- import { Button } from '../../../../../ui/button';
4
- import { useAppKit } from '@reown/appkit/react';
5
- import { useMultiChainBalances } from '../../../../../../hooks/useMultiChainBalances';
6
- import { truncateAddress } from '../../../../../../lib/utils/format';
7
- import { LogOut, WalletCards, XIcon } from 'lucide-react';
8
- import { AssetInfo } from './components';
9
- export const UserAccountData = ({ toggleOpenDrawer, goToWallets }) => {
10
- const { close } = useAppKit();
11
- const { evmAddress, solanaAddress, connectedWalletCount, enrichedBalances, portfolio, isLoading, isPricesLoading, hasAnyBalances, totalTokenCount, } = useMultiChainBalances();
12
- const formattedPortfolioTotal = portfolio?.totalUsd != null
13
- ? `$${portfolio.totalUsd.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}`
14
- : null;
15
- const walletDisplayText = connectedWalletCount === 1
16
- ? truncateAddress(evmAddress || solanaAddress || '')
17
- : `${connectedWalletCount} connected`;
18
- const handleDisconnectAll = async () => {
19
- try {
20
- // Close the AppKit modal/drawer and disconnect
21
- await close();
22
- console.log('[Wallets] All wallets disconnected');
23
- }
24
- catch (err) {
25
- console.error('[Wallets] Failed to disconnect:', err);
26
- }
27
- };
28
- return (_jsxs("div", { children: [_jsxs("div", { className: "mb-6 flex flex-row justify-between pr-2 sm:pr-6", children: [_jsxs(Button, { onClick: goToWallets, variant: "ghost", className: "ml-1 flex h-[52px] cursor-pointer gap-2 p-2 sm:ml-4", children: [_jsx("div", { className: "flex h-9 w-9 items-center justify-center rounded-lg bg-zinc-100", children: _jsx(WalletCards, { className: "size-4" }) }), _jsxs("div", { className: "flex w-[105px] flex-col items-start", children: [_jsx("small", { className: "text-sm font-semibold leading-3 text-zinc-900", children: "Wallets" }), _jsx("small", { className: "text-sm font-normal text-zinc-500", children: walletDisplayText })] })] }), _jsxs("div", { className: "flex flex-row gap-2", children: [_jsx(Button, { variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", onClick: handleDisconnectAll, children: _jsx(LogOut, { className: "size-5 text-zinc-900" }) }), _jsx(Button, { onClick: toggleOpenDrawer, variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", children: _jsx(XIcon, { className: "size-5 text-zinc-900" }) })] })] }), _jsx("div", { className: "mb-5 flex flex-col gap-1 px-4 sm:px-6", children: isLoading ? (_jsx("span", { className: "text-3xl font-semibold text-zinc-900", children: "Loading..." })) : (_jsx(_Fragment, { children: isPricesLoading || !formattedPortfolioTotal ? (_jsxs(_Fragment, { children: [_jsxs("span", { className: "text-3xl font-semibold text-zinc-900", children: [totalTokenCount, " ", totalTokenCount === 1 ? 'Token' : 'Tokens'] }), _jsx("small", { className: "text-sm font-normal text-zinc-500", children: isPricesLoading ? 'Loading prices...' : 'Price data unavailable' })] })) : (_jsxs(_Fragment, { children: [_jsx("span", { className: "text-3xl font-semibold text-zinc-900", children: formattedPortfolioTotal }), _jsxs("small", { className: "text-sm font-normal text-zinc-500", children: [totalTokenCount, " ", totalTokenCount === 1 ? 'Token' : 'Tokens'] })] })) })) }), _jsx("div", { className: "px-4 sm:px-6", children: isLoading ? (_jsx("div", { className: "py-4 text-center text-sm text-zinc-500", children: "Loading balances..." })) : !hasAnyBalances ? (_jsx("div", { className: "py-4 text-center text-sm text-zinc-500", children: "No tokens found" })) : (_jsx("div", { className: "m-0 h-[76vh] overflow-y-auto pb-4 pr-3 md:pb-0 md:pr-2", children: enrichedBalances.map((balance, idx) => (_jsx(AssetInfo, { symbol: balance.symbol, name: balance.name, chainId: balance.chainId, formattedAmount: balance.balanceFormatted, usdValue: balance.usdValue, isLoadingPrice: isPricesLoading }, `${balance.symbol}-${balance.chainId}-${idx}`))) })) })] }));
29
- };
30
- //# sourceMappingURL=UserAccountData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserAccountData.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.tsx"],"names":[],"mappings":"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"}
@@ -1,12 +0,0 @@
1
- interface AssetInfoProps {
2
- symbol: string;
3
- name: string;
4
- chainId: string;
5
- formattedAmount: string;
6
- usdValue?: number | null;
7
- percentChange24h?: number | null;
8
- isLoadingPrice?: boolean;
9
- }
10
- export declare const AssetInfo: ({ symbol, name, chainId, formattedAmount, usdValue, percentChange24h, isLoadingPrice, }: AssetInfoProps) => import("react/jsx-runtime").JSX.Element;
11
- export {};
12
- //# sourceMappingURL=AssetInfo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssetInfo.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.tsx"],"names":[],"mappings":"AAKA,UAAU,cAAc;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,eAAO,MAAM,SAAS,GAAI,yFAQvB,cAAc,4CAgDhB,CAAC"}
@@ -1,17 +0,0 @@
1
- 'use client';
2
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
3
- import { formatUsd } from '../../../../../../../lib/utils/formatUsd';
4
- import { TokenIconDisplay } from '../../../../shared';
5
- export const AssetInfo = ({ symbol, name, chainId, formattedAmount, usdValue, percentChange24h, isLoadingPrice = false, }) => {
6
- const formattedUsdValue = formatUsd(usdValue);
7
- const formattedPercentChange = percentChange24h != null
8
- ? `${percentChange24h >= 0 ? '+' : ''}${percentChange24h.toFixed(2)}%`
9
- : null;
10
- const trendColor = percentChange24h != null
11
- ? percentChange24h >= 0
12
- ? 'text-green-600'
13
- : 'text-red-600'
14
- : 'text-zinc-500';
15
- return (_jsxs("div", { className: "flex flex-row gap-2 py-2", children: [_jsx("div", { className: "flex items-center justify-center pr-3", children: _jsx(TokenIconDisplay, { symbol: symbol, chainId: chainId, size: "md", showChainBadge: true }) }), _jsxs("div", { className: "flex flex-1 flex-col", children: [_jsx("small", { className: "text-sm font-semibold text-zinc-900", children: name }), _jsx("small", { className: "text-sm font-normal text-zinc-500", children: symbol })] }), _jsxs("div", { className: "flex flex-col items-end", children: [_jsxs("small", { className: "text-sm font-semibold text-zinc-900", children: [formattedAmount, " ", symbol] }), isLoadingPrice ? (_jsx("small", { className: "text-sm font-normal text-zinc-400", children: "Loading price..." })) : formattedUsdValue ? (_jsxs("div", { className: "flex flex-row items-center gap-1", children: [_jsx("small", { className: "text-sm font-normal text-zinc-500", children: formattedUsdValue }), formattedPercentChange && (_jsxs(_Fragment, { children: [_jsx("span", { className: "text-zinc-300", children: "\u2022" }), _jsx("small", { className: `text-sm font-normal ${trendColor}`, children: formattedPercentChange })] }))] })) : null] })] }));
16
- };
17
- //# sourceMappingURL=AssetInfo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssetInfo.js","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAYtD,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,EACxB,MAAM,EACN,IAAI,EACJ,OAAO,EACP,eAAe,EACf,QAAQ,EACR,gBAAgB,EAChB,cAAc,GAAG,KAAK,GACP,EAAE,EAAE;IACnB,MAAM,iBAAiB,GAAG,SAAS,CAAC,QAAQ,CAAC,CAAC;IAE9C,MAAM,sBAAsB,GAC1B,gBAAgB,IAAI,IAAI;QACtB,CAAC,CAAC,GAAG,gBAAgB,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG;QACtE,CAAC,CAAC,IAAI,CAAC;IAEX,MAAM,UAAU,GACd,gBAAgB,IAAI,IAAI;QACtB,CAAC,CAAC,gBAAgB,IAAI,CAAC;YACrB,CAAC,CAAC,gBAAgB;YAClB,CAAC,CAAC,cAAc;QAClB,CAAC,CAAC,eAAe,CAAC;IAEtB,OAAO,CACL,eAAK,SAAS,EAAC,0BAA0B,aACvC,cAAK,SAAS,EAAC,uCAAuC,YACpD,KAAC,gBAAgB,IAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAC,IAAI,EAAC,cAAc,SAAG,GAC3E,EAEN,eAAK,SAAS,EAAC,sBAAsB,aACnC,gBAAO,SAAS,EAAC,qCAAqC,YAAE,IAAI,GAAS,EACrE,gBAAO,SAAS,EAAC,mCAAmC,YAAE,MAAM,GAAS,IACjE,EAEN,eAAK,SAAS,EAAC,yBAAyB,aACtC,iBAAO,SAAS,EAAC,qCAAqC,aACnD,eAAe,OAAG,MAAM,IACnB,EACP,cAAc,CAAC,CAAC,CAAC,CAChB,gBAAO,SAAS,EAAC,mCAAmC,iCAAyB,CAC9E,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,CACtB,eAAK,SAAS,EAAC,kCAAkC,aAC/C,gBAAO,SAAS,EAAC,mCAAmC,YAAE,iBAAiB,GAAS,EAC/E,sBAAsB,IAAI,CACzB,8BACE,eAAM,SAAS,EAAC,eAAe,uBAAS,EACxC,gBAAO,SAAS,EAAE,uBAAuB,UAAU,EAAE,YAClD,sBAAsB,GACjB,IACP,CACJ,IACG,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,IACF,CACP,CAAC;AACJ,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export { AssetInfo } from './AssetInfo';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1,2 +0,0 @@
1
- export { AssetInfo } from './AssetInfo';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1,2 +0,0 @@
1
- export { UserAccountData } from './UserAccountData';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { UserAccountData } from './UserAccountData';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
@@ -1,7 +0,0 @@
1
- interface WalletsProps {
2
- toggleOpenDrawer: () => void;
3
- backToAccountData: () => void;
4
- }
5
- export declare const Wallets: ({ toggleOpenDrawer, backToAccountData }: WalletsProps) => import("react/jsx-runtime").JSX.Element;
6
- export {};
7
- //# sourceMappingURL=Wallets.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Wallets.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.tsx"],"names":[],"mappings":"AAUA,UAAU,YAAY;IACpB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B;AAID,eAAO,MAAM,OAAO,GAAI,yCAAyC,YAAY,4CAiK5E,CAAC"}
@@ -1,68 +0,0 @@
1
- 'use client';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- import { Button } from '../../../../../ui/button';
4
- import { useMultiChainBalances } from '../../../../../../hooks/useMultiChainBalances';
5
- import { getChainInfo } from '../../../../../../lib/constants/chains';
6
- import { useAppKit, useAppKitAccount } from '@reown/appkit/react';
7
- import { ArrowLeft, XIcon } from 'lucide-react';
8
- import { useDisconnect } from 'wagmi';
9
- import { WalletItem } from './components';
10
- const FALLBACK_EVM_CHAIN_IDS = ['1', '42161', '8453', '10'];
11
- export const Wallets = ({ toggleOpenDrawer, backToAccountData }) => {
12
- const { open, close } = useAppKit();
13
- const { address: evmAddress } = useAppKitAccount();
14
- const { disconnect } = useDisconnect();
15
- const { evmBalances, solanaAddress } = useMultiChainBalances();
16
- const getEvmChainIds = () => {
17
- if (!evmBalances || evmBalances.length === 0) {
18
- return FALLBACK_EVM_CHAIN_IDS;
19
- }
20
- const uniqueChainIds = new Set();
21
- evmBalances.forEach((balance) => {
22
- if (balance.chainId) {
23
- uniqueChainIds.add(balance.chainId);
24
- }
25
- });
26
- const userChainIds = Array.from(uniqueChainIds)
27
- .filter((chainId) => {
28
- const info = getChainInfo(chainId);
29
- return Boolean(info);
30
- })
31
- .slice(0, 4);
32
- return userChainIds.length > 0 ? userChainIds : FALLBACK_EVM_CHAIN_IDS;
33
- };
34
- const evmChainIds = getEvmChainIds();
35
- const connectedCount = (evmAddress ? 1 : 0) + (solanaAddress ? 1 : 0);
36
- const handleDisconnectAll = async () => {
37
- try {
38
- await close();
39
- console.log('[Wallets] All wallets disconnected');
40
- }
41
- catch (err) {
42
- console.error('[Wallets] Failed to disconnect:', err);
43
- }
44
- };
45
- const handleEvmDisconnect = async () => {
46
- try {
47
- await disconnect();
48
- console.log('[Wallets] EVM wallet disconnected');
49
- }
50
- catch (err) {
51
- console.error('[Wallets] Failed to disconnect EVM wallet:', err);
52
- }
53
- };
54
- const handleSolanaDisconnect = async () => {
55
- try {
56
- await close();
57
- console.log('[Wallets] Solana wallet disconnected');
58
- }
59
- catch (err) {
60
- console.error('[Wallets] Failed to disconnect Solana wallet:', err);
61
- }
62
- };
63
- const handleConnect = () => {
64
- open();
65
- };
66
- return (_jsxs("div", { className: "px-4 md:px-6", children: [_jsxs("div", { className: "mb-6 flex flex-row items-center justify-between", children: [_jsx(Button, { onClick: backToAccountData, variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", children: _jsx(ArrowLeft, { className: "size-5 text-zinc-900" }) }), _jsx(Button, { onClick: toggleOpenDrawer, variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", children: _jsx(XIcon, { className: "size-5 text-zinc-900" }) })] }), _jsx("span", { className: "text-2xl font-semibold text-zinc-900", children: "Wallets" }), _jsxs("div", { className: "mt-2 flex flex-row items-center justify-between", children: [_jsxs("small", { className: "text-sm text-zinc-500", children: [connectedCount, " connected"] }), _jsx(Button, { variant: "link", className: "zinc-950 cursor-pointer p-0 text-sm font-medium", onClick: handleDisconnectAll, disabled: connectedCount === 0, children: "Disconnect all" })] }), _jsxs("div", { className: "mt-3 flex flex-col gap-2", children: [evmAddress && (_jsx(WalletItem, { connected: true, wallet: "EVM Wallet", chain: "Multi-chain EVM wallet", address: evmAddress, chainIds: evmChainIds, onConnect: handleConnect, onDisconnect: handleEvmDisconnect })), solanaAddress && (_jsx(WalletItem, { connected: true, wallet: "Solana Wallet", chain: "Solana", address: solanaAddress, chainId: "1001001", onConnect: handleConnect, onDisconnect: handleSolanaDisconnect })), !evmAddress && (_jsx(WalletItem, { wallet: "EVM Wallet", chain: "Multi-chain", chainIds: evmChainIds, onConnect: handleConnect, onDisconnect: () => { } })), !solanaAddress && (_jsx(WalletItem, { wallet: "Solana Wallet", chain: "Solana", chainId: "1001001", onConnect: handleConnect, onDisconnect: () => { } })), _jsx(WalletItem, { wallet: "Bitcoin", chain: "Bitcoin", chainId: "1001002", onConnect: () => { }, onDisconnect: () => { }, isDisabled: true }), _jsx(WalletItem, { wallet: "XRPL", chain: "XRPL", chainId: "xrp", onConnect: () => { }, onDisconnect: () => { }, isDisabled: true })] })] }));
67
- };
68
- //# sourceMappingURL=Wallets.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Wallets.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.tsx"],"names":[],"mappings":"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"}
@@ -1,16 +0,0 @@
1
- interface WalletItemProps {
2
- connected?: boolean;
3
- wallet: string;
4
- chain: string;
5
- /** Chain ID for icon lookup, e.g., '1001001' for Solana, '1001002' for Bitcoin */
6
- chainId?: string;
7
- address?: string;
8
- onConnect: () => void;
9
- onDisconnect: () => void;
10
- isDisabled?: boolean;
11
- /** Chain IDs for multi-chain icon grid */
12
- chainIds?: string[];
13
- }
14
- export declare const WalletItem: ({ connected, wallet, chain, chainId, address, onConnect, onDisconnect, isDisabled, chainIds, }: WalletItemProps) => import("react/jsx-runtime").JSX.Element;
15
- export {};
16
- //# sourceMappingURL=WalletItem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WalletItem.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.tsx"],"names":[],"mappings":"AAQA,UAAU,eAAe;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,kFAAkF;IAClF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAYD,eAAO,MAAM,UAAU,GAAI,gGAUxB,eAAe,4CAgFjB,CAAC"}