@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,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,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OffRamp = exports.OnRamp = exports.Swap = exports.TransactionDetails = void 0;
4
- var TransactionDetails_1 = require("./TransactionDetails");
5
- Object.defineProperty(exports, "TransactionDetails", { enumerable: true, get: function () { return TransactionDetails_1.TransactionDetails; } });
6
- var Swap_1 = require("./Swap");
7
- Object.defineProperty(exports, "Swap", { enumerable: true, get: function () { return Swap_1.Swap; } });
8
- var OnRamp_1 = require("./OnRamp");
9
- Object.defineProperty(exports, "OnRamp", { enumerable: true, get: function () { return OnRamp_1.OnRamp; } });
10
- var OffRamp_1 = require("./OffRamp");
11
- Object.defineProperty(exports, "OffRamp", { enumerable: true, get: function () { return OffRamp_1.OffRamp; } });
12
- //# 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,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,+BAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,qCAAoC;AAA3B,kGAAA,OAAO,OAAA"}
@@ -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,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TransactionDialog = void 0;
4
- var TransactionDialog_1 = require("./TransactionDialog");
5
- Object.defineProperty(exports, "TransactionDialog", { enumerable: true, get: function () { return TransactionDialog_1.TransactionDialog; } });
6
- //# 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,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA"}
@@ -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,29 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.UserAccountDrawer = void 0;
5
- const jsx_runtime_1 = require("react/jsx-runtime");
6
- const dialog_1 = require("../../../ui/dialog");
7
- const drawer_1 = require("../../../ui/drawer");
8
- const sheet_1 = require("../../../ui/sheet");
9
- const useMediaQuery_1 = require("../../../../hooks/useMediaQuery");
10
- const react_1 = require("react");
11
- const components_1 = require("./components");
12
- const UserAccountDrawer = ({ isOpen, toggleOpenDrawer }) => {
13
- const [showWallets, setShowWallets] = (0, react_1.useState)(false);
14
- const toggleShowWallets = () => {
15
- setShowWallets((prev) => !prev);
16
- };
17
- const handleToggleOpenDrawer = () => {
18
- toggleOpenDrawer();
19
- setShowWallets(false);
20
- };
21
- const isDesktop = (0, useMediaQuery_1.useMediaQuery)('(min-width: 768px)');
22
- const content = ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: showWallets ? ((0, jsx_runtime_1.jsx)(components_1.Wallets, { toggleOpenDrawer: handleToggleOpenDrawer, backToAccountData: toggleShowWallets })) : ((0, jsx_runtime_1.jsx)(components_1.UserAccountData, { toggleOpenDrawer: handleToggleOpenDrawer, goToWallets: toggleShowWallets })) }));
23
- if (isDesktop) {
24
- return ((0, jsx_runtime_1.jsxs)(sheet_1.Sheet, { modal: false, open: isOpen, onOpenChange: handleToggleOpenDrawer, children: [(0, jsx_runtime_1.jsxs)(dialog_1.VisuallyHidden, { children: [(0, jsx_runtime_1.jsx)(sheet_1.SheetTitle, { children: "Wallets" }), (0, jsx_runtime_1.jsx)(sheet_1.SheetDescription, { children: "Wallets" })] }), (0, jsx_runtime_1.jsx)(sheet_1.SheetContent, { onInteractOutside: (e) => e.preventDefault(), className: "py-4", children: content })] }));
25
- }
26
- return ((0, jsx_runtime_1.jsxs)(drawer_1.Drawer, { open: isOpen, onOpenChange: handleToggleOpenDrawer, children: [(0, jsx_runtime_1.jsxs)(dialog_1.VisuallyHidden, { children: [(0, jsx_runtime_1.jsx)(drawer_1.DrawerTitle, { children: "Wallets" }), (0, jsx_runtime_1.jsx)(drawer_1.DrawerDescription, { children: "Wallets" })] }), (0, jsx_runtime_1.jsx)(drawer_1.DrawerContent, { className: "pb-6", children: content })] }));
27
- };
28
- exports.UserAccountDrawer = UserAccountDrawer;
29
- //# 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,+CAAoD;AACpD,+CAA2F;AAC3F,6CAAsF;AACtF,mEAAgE;AAChE,iCAAiC;AACjC,6CAAwD;AAOjD,MAAM,iBAAiB,GAAG,CAAC,EAAE,MAAM,EAAE,gBAAgB,EAA0B,EAAE,EAAE;IACxF,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,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,IAAA,6BAAa,EAAC,oBAAoB,CAAC,CAAC;IAEtD,MAAM,OAAO,GAAG,CACd,2DACG,WAAW,CAAC,CAAC,CAAC,CACb,uBAAC,oBAAO,IAAC,gBAAgB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,iBAAiB,GAAI,CAC5F,CAAC,CAAC,CAAC,CACF,uBAAC,4BAAe,IAAC,gBAAgB,EAAE,sBAAsB,EAAE,WAAW,EAAE,iBAAiB,GAAI,CAC9F,GACA,CACJ,CAAC;IAEF,IAAI,SAAS,EAAE,CAAC;QACd,OAAO,CACL,wBAAC,aAAK,IAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,sBAAsB,aACrE,wBAAC,uBAAc,eACb,uBAAC,kBAAU,0BAAqB,EAChC,uBAAC,wBAAgB,0BAA2B,IAC7B,EACjB,uBAAC,oBAAY,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,wBAAC,eAAM,IAAC,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,sBAAsB,aACxD,wBAAC,uBAAc,eACb,uBAAC,oBAAW,0BAAsB,EAClC,uBAAC,0BAAiB,0BAA4B,IAC/B,EACjB,uBAAC,sBAAa,IAAC,SAAS,EAAC,MAAM,YAAE,OAAO,GAAiB,IAClD,CACV,CAAC;AACJ,CAAC,CAAC;AA/CW,QAAA,iBAAiB,qBA+C5B"}
@@ -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,34 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.UserAccountData = void 0;
5
- const jsx_runtime_1 = require("react/jsx-runtime");
6
- const button_1 = require("../../../../../ui/button");
7
- const react_1 = require("@reown/appkit/react");
8
- const useMultiChainBalances_1 = require("../../../../../../hooks/useMultiChainBalances");
9
- const format_1 = require("../../../../../../lib/utils/format");
10
- const lucide_react_1 = require("lucide-react");
11
- const components_1 = require("./components");
12
- const UserAccountData = ({ toggleOpenDrawer, goToWallets }) => {
13
- const { close } = (0, react_1.useAppKit)();
14
- const { evmAddress, solanaAddress, connectedWalletCount, enrichedBalances, portfolio, isLoading, isPricesLoading, hasAnyBalances, totalTokenCount, } = (0, useMultiChainBalances_1.useMultiChainBalances)();
15
- const formattedPortfolioTotal = portfolio?.totalUsd != null
16
- ? `$${portfolio.totalUsd.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}`
17
- : null;
18
- const walletDisplayText = connectedWalletCount === 1
19
- ? (0, format_1.truncateAddress)(evmAddress || solanaAddress || '')
20
- : `${connectedWalletCount} connected`;
21
- const handleDisconnectAll = async () => {
22
- try {
23
- // Close the AppKit modal/drawer and disconnect
24
- await close();
25
- console.log('[Wallets] All wallets disconnected');
26
- }
27
- catch (err) {
28
- console.error('[Wallets] Failed to disconnect:', err);
29
- }
30
- };
31
- return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsxs)("div", { className: "mb-6 flex flex-row justify-between pr-2 sm:pr-6", children: [(0, jsx_runtime_1.jsxs)(button_1.Button, { onClick: goToWallets, variant: "ghost", className: "ml-1 flex h-[52px] cursor-pointer gap-2 p-2 sm:ml-4", children: [(0, jsx_runtime_1.jsx)("div", { className: "flex h-9 w-9 items-center justify-center rounded-lg bg-zinc-100", children: (0, jsx_runtime_1.jsx)(lucide_react_1.WalletCards, { className: "size-4" }) }), (0, jsx_runtime_1.jsxs)("div", { className: "flex w-[105px] flex-col items-start", children: [(0, jsx_runtime_1.jsx)("small", { className: "text-sm font-semibold leading-3 text-zinc-900", children: "Wallets" }), (0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-500", children: walletDisplayText })] })] }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row gap-2", children: [(0, jsx_runtime_1.jsx)(button_1.Button, { variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", onClick: handleDisconnectAll, children: (0, jsx_runtime_1.jsx)(lucide_react_1.LogOut, { className: "size-5 text-zinc-900" }) }), (0, jsx_runtime_1.jsx)(button_1.Button, { onClick: toggleOpenDrawer, variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", children: (0, jsx_runtime_1.jsx)(lucide_react_1.XIcon, { className: "size-5 text-zinc-900" }) })] })] }), (0, jsx_runtime_1.jsx)("div", { className: "mb-5 flex flex-col gap-1 px-4 sm:px-6", children: isLoading ? ((0, jsx_runtime_1.jsx)("span", { className: "text-3xl font-semibold text-zinc-900", children: "Loading..." })) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: isPricesLoading || !formattedPortfolioTotal ? ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)("span", { className: "text-3xl font-semibold text-zinc-900", children: [totalTokenCount, " ", totalTokenCount === 1 ? 'Token' : 'Tokens'] }), (0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-500", children: isPricesLoading ? 'Loading prices...' : 'Price data unavailable' })] })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("span", { className: "text-3xl font-semibold text-zinc-900", children: formattedPortfolioTotal }), (0, jsx_runtime_1.jsxs)("small", { className: "text-sm font-normal text-zinc-500", children: [totalTokenCount, " ", totalTokenCount === 1 ? 'Token' : 'Tokens'] })] })) })) }), (0, jsx_runtime_1.jsx)("div", { className: "px-4 sm:px-6", children: isLoading ? ((0, jsx_runtime_1.jsx)("div", { className: "py-4 text-center text-sm text-zinc-500", children: "Loading balances..." })) : !hasAnyBalances ? ((0, jsx_runtime_1.jsx)("div", { className: "py-4 text-center text-sm text-zinc-500", children: "No tokens found" })) : ((0, jsx_runtime_1.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) => ((0, jsx_runtime_1.jsx)(components_1.AssetInfo, { symbol: balance.symbol, name: balance.name, chainId: balance.chainId, formattedAmount: balance.balanceFormatted, usdValue: balance.usdValue, isLoadingPrice: isPricesLoading }, `${balance.symbol}-${balance.chainId}-${idx}`))) })) })] }));
32
- };
33
- exports.UserAccountData = UserAccountData;
34
- //# 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,21 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.AssetInfo = void 0;
5
- const jsx_runtime_1 = require("react/jsx-runtime");
6
- const formatUsd_1 = require("../../../../../../../lib/utils/formatUsd");
7
- const shared_1 = require("../../../../shared");
8
- const AssetInfo = ({ symbol, name, chainId, formattedAmount, usdValue, percentChange24h, isLoadingPrice = false, }) => {
9
- const formattedUsdValue = (0, formatUsd_1.formatUsd)(usdValue);
10
- const formattedPercentChange = percentChange24h != null
11
- ? `${percentChange24h >= 0 ? '+' : ''}${percentChange24h.toFixed(2)}%`
12
- : null;
13
- const trendColor = percentChange24h != null
14
- ? percentChange24h >= 0
15
- ? 'text-green-600'
16
- : 'text-red-600'
17
- : 'text-zinc-500';
18
- return ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row gap-2 py-2", children: [(0, jsx_runtime_1.jsx)("div", { className: "flex items-center justify-center pr-3", children: (0, jsx_runtime_1.jsx)(shared_1.TokenIconDisplay, { symbol: symbol, chainId: chainId, size: "md", showChainBadge: true }) }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-1 flex-col", children: [(0, jsx_runtime_1.jsx)("small", { className: "text-sm font-semibold text-zinc-900", children: name }), (0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-500", children: symbol })] }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col items-end", children: [(0, jsx_runtime_1.jsxs)("small", { className: "text-sm font-semibold text-zinc-900", children: [formattedAmount, " ", symbol] }), isLoadingPrice ? ((0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-400", children: "Loading price..." })) : formattedUsdValue ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row items-center gap-1", children: [(0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-500", children: formattedUsdValue }), formattedPercentChange && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("span", { className: "text-zinc-300", children: "\u2022" }), (0, jsx_runtime_1.jsx)("small", { className: `text-sm font-normal ${trendColor}`, children: formattedPercentChange })] }))] })) : null] })] }));
19
- };
20
- exports.AssetInfo = AssetInfo;
21
- //# 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,wEAAqE;AACrE,+CAAsD;AAY/C,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,IAAA,qBAAS,EAAC,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,iCAAK,SAAS,EAAC,0BAA0B,aACvC,gCAAK,SAAS,EAAC,uCAAuC,YACpD,uBAAC,yBAAgB,IAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAC,IAAI,EAAC,cAAc,SAAG,GAC3E,EAEN,iCAAK,SAAS,EAAC,sBAAsB,aACnC,kCAAO,SAAS,EAAC,qCAAqC,YAAE,IAAI,GAAS,EACrE,kCAAO,SAAS,EAAC,mCAAmC,YAAE,MAAM,GAAS,IACjE,EAEN,iCAAK,SAAS,EAAC,yBAAyB,aACtC,mCAAO,SAAS,EAAC,qCAAqC,aACnD,eAAe,OAAG,MAAM,IACnB,EACP,cAAc,CAAC,CAAC,CAAC,CAChB,kCAAO,SAAS,EAAC,mCAAmC,iCAAyB,CAC9E,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,CACtB,iCAAK,SAAS,EAAC,kCAAkC,aAC/C,kCAAO,SAAS,EAAC,mCAAmC,YAAE,iBAAiB,GAAS,EAC/E,sBAAsB,IAAI,CACzB,6DACE,iCAAM,SAAS,EAAC,eAAe,uBAAS,EACxC,kCAAO,SAAS,EAAE,uBAAuB,UAAU,EAAE,YAClD,sBAAsB,GACjB,IACP,CACJ,IACG,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAxDW,QAAA,SAAS,aAwDpB"}
@@ -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,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssetInfo = void 0;
4
- var AssetInfo_1 = require("./AssetInfo");
5
- Object.defineProperty(exports, "AssetInfo", { enumerable: true, get: function () { return AssetInfo_1.AssetInfo; } });
6
- //# 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,yCAAwC;AAA/B,sGAAA,SAAS,OAAA"}
@@ -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,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UserAccountData = void 0;
4
- var UserAccountData_1 = require("./UserAccountData");
5
- Object.defineProperty(exports, "UserAccountData", { enumerable: true, get: function () { return UserAccountData_1.UserAccountData; } });
6
- //# 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,qDAAoD;AAA3C,kHAAA,eAAe,OAAA"}
@@ -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,72 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Wallets = void 0;
5
- const jsx_runtime_1 = require("react/jsx-runtime");
6
- const button_1 = require("../../../../../ui/button");
7
- const useMultiChainBalances_1 = require("../../../../../../hooks/useMultiChainBalances");
8
- const chains_1 = require("../../../../../../lib/constants/chains");
9
- const react_1 = require("@reown/appkit/react");
10
- const lucide_react_1 = require("lucide-react");
11
- const wagmi_1 = require("wagmi");
12
- const components_1 = require("./components");
13
- const FALLBACK_EVM_CHAIN_IDS = ['1', '42161', '8453', '10'];
14
- const Wallets = ({ toggleOpenDrawer, backToAccountData }) => {
15
- const { open, close } = (0, react_1.useAppKit)();
16
- const { address: evmAddress } = (0, react_1.useAppKitAccount)();
17
- const { disconnect } = (0, wagmi_1.useDisconnect)();
18
- const { evmBalances, solanaAddress } = (0, useMultiChainBalances_1.useMultiChainBalances)();
19
- const getEvmChainIds = () => {
20
- if (!evmBalances || evmBalances.length === 0) {
21
- return FALLBACK_EVM_CHAIN_IDS;
22
- }
23
- const uniqueChainIds = new Set();
24
- evmBalances.forEach((balance) => {
25
- if (balance.chainId) {
26
- uniqueChainIds.add(balance.chainId);
27
- }
28
- });
29
- const userChainIds = Array.from(uniqueChainIds)
30
- .filter((chainId) => {
31
- const info = (0, chains_1.getChainInfo)(chainId);
32
- return Boolean(info);
33
- })
34
- .slice(0, 4);
35
- return userChainIds.length > 0 ? userChainIds : FALLBACK_EVM_CHAIN_IDS;
36
- };
37
- const evmChainIds = getEvmChainIds();
38
- const connectedCount = (evmAddress ? 1 : 0) + (solanaAddress ? 1 : 0);
39
- const handleDisconnectAll = async () => {
40
- try {
41
- await close();
42
- console.log('[Wallets] All wallets disconnected');
43
- }
44
- catch (err) {
45
- console.error('[Wallets] Failed to disconnect:', err);
46
- }
47
- };
48
- const handleEvmDisconnect = async () => {
49
- try {
50
- await disconnect();
51
- console.log('[Wallets] EVM wallet disconnected');
52
- }
53
- catch (err) {
54
- console.error('[Wallets] Failed to disconnect EVM wallet:', err);
55
- }
56
- };
57
- const handleSolanaDisconnect = async () => {
58
- try {
59
- await close();
60
- console.log('[Wallets] Solana wallet disconnected');
61
- }
62
- catch (err) {
63
- console.error('[Wallets] Failed to disconnect Solana wallet:', err);
64
- }
65
- };
66
- const handleConnect = () => {
67
- open();
68
- };
69
- return ((0, jsx_runtime_1.jsxs)("div", { className: "px-4 md:px-6", children: [(0, jsx_runtime_1.jsxs)("div", { className: "mb-6 flex flex-row items-center justify-between", children: [(0, jsx_runtime_1.jsx)(button_1.Button, { onClick: backToAccountData, variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", children: (0, jsx_runtime_1.jsx)(lucide_react_1.ArrowLeft, { className: "size-5 text-zinc-900" }) }), (0, jsx_runtime_1.jsx)(button_1.Button, { onClick: toggleOpenDrawer, variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", children: (0, jsx_runtime_1.jsx)(lucide_react_1.XIcon, { className: "size-5 text-zinc-900" }) })] }), (0, jsx_runtime_1.jsx)("span", { className: "text-2xl font-semibold text-zinc-900", children: "Wallets" }), (0, jsx_runtime_1.jsxs)("div", { className: "mt-2 flex flex-row items-center justify-between", children: [(0, jsx_runtime_1.jsxs)("small", { className: "text-sm text-zinc-500", children: [connectedCount, " connected"] }), (0, jsx_runtime_1.jsx)(button_1.Button, { variant: "link", className: "zinc-950 cursor-pointer p-0 text-sm font-medium", onClick: handleDisconnectAll, disabled: connectedCount === 0, children: "Disconnect all" })] }), (0, jsx_runtime_1.jsxs)("div", { className: "mt-3 flex flex-col gap-2", children: [evmAddress && ((0, jsx_runtime_1.jsx)(components_1.WalletItem, { connected: true, wallet: "EVM Wallet", chain: "Multi-chain EVM wallet", address: evmAddress, chainIds: evmChainIds, onConnect: handleConnect, onDisconnect: handleEvmDisconnect })), solanaAddress && ((0, jsx_runtime_1.jsx)(components_1.WalletItem, { connected: true, wallet: "Solana Wallet", chain: "Solana", address: solanaAddress, chainId: "1001001", onConnect: handleConnect, onDisconnect: handleSolanaDisconnect })), !evmAddress && ((0, jsx_runtime_1.jsx)(components_1.WalletItem, { wallet: "EVM Wallet", chain: "Multi-chain", chainIds: evmChainIds, onConnect: handleConnect, onDisconnect: () => { } })), !solanaAddress && ((0, jsx_runtime_1.jsx)(components_1.WalletItem, { wallet: "Solana Wallet", chain: "Solana", chainId: "1001001", onConnect: handleConnect, onDisconnect: () => { } })), (0, jsx_runtime_1.jsx)(components_1.WalletItem, { wallet: "Bitcoin", chain: "Bitcoin", chainId: "1001002", onConnect: () => { }, onDisconnect: () => { }, isDisabled: true }), (0, jsx_runtime_1.jsx)(components_1.WalletItem, { wallet: "XRPL", chain: "XRPL", chainId: "xrp", onConnect: () => { }, onDisconnect: () => { }, isDisabled: true })] })] }));
70
- };
71
- exports.Wallets = Wallets;
72
- //# 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"}
@@ -1,40 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.WalletItem = void 0;
5
- const jsx_runtime_1 = require("react/jsx-runtime");
6
- const button_1 = require("../../../../../../ui/button");
7
- const copyToClipboard_1 = require("../../../../../../../lib/utils/copyToClipboard");
8
- const assets_1 = require("../../../../../../../assets");
9
- const lucide_react_1 = require("lucide-react");
10
- const react_1 = require("react");
11
- /**
12
- * Truncates an address for display
13
- * Example: 0x1234567890abcdef... → 0x1234...cdef
14
- */
15
- function truncateAddress(address, startChars = 6, endChars = 4) {
16
- if (!address)
17
- return '';
18
- if (address.length <= startChars + endChars)
19
- return address;
20
- return `${address.slice(0, startChars)}...${address.slice(-endChars)}`;
21
- }
22
- const WalletItem = ({ connected, wallet, chain, chainId, address, onConnect, onDisconnect, isDisabled = false, chainIds, }) => {
23
- const [copied, setCopied] = (0, react_1.useState)(false);
24
- const handleCopy = async () => {
25
- if (!address)
26
- return;
27
- await (0, copyToClipboard_1.copyToClipboard)(address);
28
- setCopied(true);
29
- setTimeout(() => setCopied(false), 2000);
30
- };
31
- const displayText = connected && address ? truncateAddress(address) : wallet;
32
- // Get single chain icon URL if chainId is provided
33
- const chainIconUrl = chainId ? (0, assets_1.getChainIconUrl)(chainId) : undefined;
34
- return ((0, jsx_runtime_1.jsxs)("div", { className: `flex h-14 w-full items-center justify-center rounded-2xl border border-zinc-200 p-2 ${isDisabled ? 'opacity-50' : ''}`, children: [chainIconUrl ? ((0, jsx_runtime_1.jsx)("div", { className: "mr-3", children: (0, jsx_runtime_1.jsx)("img", { src: chainIconUrl, alt: chain, className: "h-10 w-10 rounded-lg" }) })) : chainIds && chainIds.length > 0 ? ((0, jsx_runtime_1.jsx)("div", { className: "mr-3 grid grid-cols-2 gap-0.5", children: chainIds.slice(0, 4).map((cId, idx) => {
35
- const iconUrl = (0, assets_1.getChainIconUrl)(cId);
36
- return iconUrl ? ((0, jsx_runtime_1.jsx)("img", { src: iconUrl, alt: cId, className: "h-[19px] w-[19px] rounded-sm" }, idx)) : ((0, jsx_runtime_1.jsx)("div", { className: "h-[19px] w-[19px] rounded-sm bg-zinc-200" }, idx));
37
- }) })) : ((0, jsx_runtime_1.jsxs)("div", { className: "mr-3 grid grid-cols-2 gap-0.5", children: [(0, jsx_runtime_1.jsx)("img", { src: assets_1.CHAIN_ICON_URLS['10'], alt: "Optimism", className: "h-[19px] w-[19px] rounded-sm" }), (0, jsx_runtime_1.jsx)("img", { src: assets_1.CHAIN_ICON_URLS['59144'], alt: "Linea", className: "h-[19px] w-[19px] rounded-sm" }), (0, jsx_runtime_1.jsx)("img", { src: assets_1.CHAIN_ICON_URLS['1001001'], alt: "Solana", className: "h-[19px] w-[19px] rounded-sm" }), (0, jsx_runtime_1.jsx)("img", { src: assets_1.CHAIN_ICON_URLS['43114'], alt: "Avalanche", className: "h-[19px] w-[19px] rounded-sm" })] })), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-1 flex-col", children: [(0, jsx_runtime_1.jsx)("small", { className: "text-sm font-semibold text-zinc-900", children: displayText }), (0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-500", children: connected ? chain : 'Disconnected' })] }), connected && !isDisabled ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row items-center gap-1", children: [(0, jsx_runtime_1.jsx)(button_1.Button, { onClick: handleCopy, variant: "secondary", className: "h-10 w-10 cursor-pointer rounded-lg", children: copied ? ((0, jsx_runtime_1.jsx)(lucide_react_1.Check, { className: "size-4 text-green-600" })) : ((0, jsx_runtime_1.jsx)(lucide_react_1.Copy, { className: "size-4 text-zinc-900" })) }), (0, jsx_runtime_1.jsx)(button_1.Button, { onClick: onDisconnect, variant: "secondary", className: "h-10 w-10 cursor-pointer rounded-lg", children: (0, jsx_runtime_1.jsx)(lucide_react_1.LogOut, { className: "size-4 text-zinc-900" }) })] })) : !isDisabled ? ((0, jsx_runtime_1.jsx)(button_1.Button, { onClick: onConnect, className: "cursor-pointer rounded-lg", children: "Connect" })) : ((0, jsx_runtime_1.jsx)("span", { className: "text-xs text-zinc-400", children: "Coming Soon" }))] }));
38
- };
39
- exports.WalletItem = WalletItem;
40
- //# sourceMappingURL=WalletItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WalletItem.js","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.tsx"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export { WalletItem } from './WalletItem';
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/Wallets/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WalletItem = void 0;
4
- var WalletItem_1 = require("./WalletItem");
5
- Object.defineProperty(exports, "WalletItem", { enumerable: true, get: function () { return WalletItem_1.WalletItem; } });
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.ts"],"names":[],"mappings":";;;AAAA,2CAA0C;AAAjC,wGAAA,UAAU,OAAA"}
@@ -1,2 +0,0 @@
1
- export { Wallets } from './Wallets';
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/Wallets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Wallets = void 0;
4
- var Wallets_1 = require("./Wallets");
5
- Object.defineProperty(exports, "Wallets", { enumerable: true, get: function () { return Wallets_1.Wallets; } });
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.ts"],"names":[],"mappings":";;;AAAA,qCAAoC;AAA3B,kGAAA,OAAO,OAAA"}
@@ -1,3 +0,0 @@
1
- export { Wallets } from './Wallets';
2
- export { UserAccountData } from './UserAccountData';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UserAccountData = exports.Wallets = void 0;
4
- var Wallets_1 = require("./Wallets");
5
- Object.defineProperty(exports, "Wallets", { enumerable: true, get: function () { return Wallets_1.Wallets; } });
6
- var UserAccountData_1 = require("./UserAccountData");
7
- Object.defineProperty(exports, "UserAccountData", { enumerable: true, get: function () { return UserAccountData_1.UserAccountData; } });
8
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/index.ts"],"names":[],"mappings":";;;AAAA,qCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,qDAAoD;AAA3C,kHAAA,eAAe,OAAA"}
@@ -1,2 +0,0 @@
1
- export { UserAccountDrawer } from './UserAccountDrawer';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/UserAccountDrawer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UserAccountDrawer = void 0;
4
- var UserAccountDrawer_1 = require("./UserAccountDrawer");
5
- Object.defineProperty(exports, "UserAccountDrawer", { enumerable: true, get: function () { return UserAccountDrawer_1.UserAccountDrawer; } });
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/UserAccountDrawer/index.ts"],"names":[],"mappings":";;;AAAA,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA"}
@@ -1,13 +0,0 @@
1
- export { CollapsibleDetails } from './CollapsibleDetails';
2
- export { CustomDialogHeader } from './CustomDialogHeader';
3
- export { Footer } from './Footer';
4
- export { Header } from './Header';
5
- export { OffRampRecipientDialog } from './OffRampRecipientDialog';
6
- export { Recipient } from './Recipient';
7
- export { RecipientDialog } from './RecipientDialog';
8
- export { SelectAssetDialog } from './SelectAssetDialog';
9
- export { TokenIconDisplay } from './shared';
10
- export { TokenInput } from './TokenInput';
11
- export { TransactionDialog } from './TransactionDialog';
12
- export { UserAccountDrawer } from './UserAccountDrawer';
13
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,28 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UserAccountDrawer = exports.TransactionDialog = exports.TokenInput = exports.TokenIconDisplay = exports.SelectAssetDialog = exports.RecipientDialog = exports.Recipient = exports.OffRampRecipientDialog = exports.Header = exports.Footer = exports.CustomDialogHeader = exports.CollapsibleDetails = void 0;
4
- var CollapsibleDetails_1 = require("./CollapsibleDetails");
5
- Object.defineProperty(exports, "CollapsibleDetails", { enumerable: true, get: function () { return CollapsibleDetails_1.CollapsibleDetails; } });
6
- var CustomDialogHeader_1 = require("./CustomDialogHeader");
7
- Object.defineProperty(exports, "CustomDialogHeader", { enumerable: true, get: function () { return CustomDialogHeader_1.CustomDialogHeader; } });
8
- var Footer_1 = require("./Footer");
9
- Object.defineProperty(exports, "Footer", { enumerable: true, get: function () { return Footer_1.Footer; } });
10
- var Header_1 = require("./Header");
11
- Object.defineProperty(exports, "Header", { enumerable: true, get: function () { return Header_1.Header; } });
12
- var OffRampRecipientDialog_1 = require("./OffRampRecipientDialog");
13
- Object.defineProperty(exports, "OffRampRecipientDialog", { enumerable: true, get: function () { return OffRampRecipientDialog_1.OffRampRecipientDialog; } });
14
- var Recipient_1 = require("./Recipient");
15
- Object.defineProperty(exports, "Recipient", { enumerable: true, get: function () { return Recipient_1.Recipient; } });
16
- var RecipientDialog_1 = require("./RecipientDialog");
17
- Object.defineProperty(exports, "RecipientDialog", { enumerable: true, get: function () { return RecipientDialog_1.RecipientDialog; } });
18
- var SelectAssetDialog_1 = require("./SelectAssetDialog");
19
- Object.defineProperty(exports, "SelectAssetDialog", { enumerable: true, get: function () { return SelectAssetDialog_1.SelectAssetDialog; } });
20
- var shared_1 = require("./shared");
21
- Object.defineProperty(exports, "TokenIconDisplay", { enumerable: true, get: function () { return shared_1.TokenIconDisplay; } });
22
- var TokenInput_1 = require("./TokenInput");
23
- Object.defineProperty(exports, "TokenInput", { enumerable: true, get: function () { return TokenInput_1.TokenInput; } });
24
- var TransactionDialog_1 = require("./TransactionDialog");
25
- Object.defineProperty(exports, "TransactionDialog", { enumerable: true, get: function () { return TransactionDialog_1.TransactionDialog; } });
26
- var UserAccountDrawer_1 = require("./UserAccountDrawer");
27
- Object.defineProperty(exports, "UserAccountDrawer", { enumerable: true, get: function () { return UserAccountDrawer_1.UserAccountDrawer; } });
28
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/index.ts"],"names":[],"mappings":";;;AAAA,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,yCAAwC;AAA/B,sGAAA,SAAS,OAAA;AAClB,qDAAoD;AAA3C,kHAAA,eAAe,OAAA;AACxB,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,mCAA4C;AAAnC,0GAAA,gBAAgB,OAAA;AACzB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA"}
@@ -1,15 +0,0 @@
1
- interface TokenIconDisplayProps {
2
- /** Token symbol for icon lookup (e.g., 'USDC', 'ETH') */
3
- symbol: string;
4
- /** Chain ID for chain badge (e.g., '1', '137', '1001001') */
5
- chainId?: string;
6
- /** Size of the token icon */
7
- size?: 'sm' | 'md' | 'lg';
8
- /** Whether to show chain badge */
9
- showChainBadge?: boolean;
10
- /** Additional class names */
11
- className?: string;
12
- }
13
- export declare function TokenIconDisplay({ symbol, chainId, size, showChainBadge, className, }: TokenIconDisplayProps): import("react/jsx-runtime").JSX.Element;
14
- export {};
15
- //# sourceMappingURL=TokenIconDisplay.d.ts.map