@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 +0,0 @@
1
- {"version":3,"file":"Widget.js","sourceRoot":"","sources":["../../../../../src/react/components/Widget/Widget.tsx"],"names":[],"mappings":"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"}
@@ -1,15 +0,0 @@
1
- import type { OnRampQuoteResponse, OffRampQuoteResponse } from '../../../../index';
2
- import type { TransferResponse } from '../types/quote';
3
- import type { TransactionType } from '../types';
4
- interface CollapsibleDetailsProps {
5
- expanded?: boolean;
6
- handleSwapTokens: () => void;
7
- toggleCollapsibleExpanded: () => void;
8
- swapQuote?: TransferResponse | null;
9
- onRampQuote?: OnRampQuoteResponse | null;
10
- offRampQuote?: OffRampQuoteResponse | null;
11
- transactionType?: TransactionType | null;
12
- }
13
- export declare const CollapsibleDetails: ({ expanded, toggleCollapsibleExpanded, handleSwapTokens, swapQuote, onRampQuote: _onRampQuote, offRampQuote: _offRampQuote, transactionType, }: CollapsibleDetailsProps) => import("react/jsx-runtime").JSX.Element;
14
- export {};
15
- //# sourceMappingURL=CollapsibleDetails.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CollapsibleDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/CollapsibleDetails.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACnF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGhD,UAAU,uBAAuB;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,yBAAyB,EAAE,MAAM,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACpC,WAAW,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACzC,YAAY,CAAC,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC3C,eAAe,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;CAC1C;AAED,eAAO,MAAM,kBAAkB,GAAI,gJAQhC,uBAAuB,4CAoJzB,CAAC"}
@@ -1,54 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.CollapsibleDetails = void 0;
5
- const jsx_runtime_1 = require("react/jsx-runtime");
6
- const lucide_react_1 = require("lucide-react");
7
- const react_1 = require("react");
8
- const CollapsibleDetails = ({ expanded, toggleCollapsibleExpanded, handleSwapTokens, swapQuote, onRampQuote: _onRampQuote, offRampQuote: _offRampQuote, transactionType, }) => {
9
- const formatGasFee = (amount, decimals) => {
10
- const gasDecimals = decimals || 18;
11
- const gasFee = parseFloat(amount) / Math.pow(10, gasDecimals);
12
- return gasFee.toFixed(6);
13
- };
14
- const spread = (0, react_1.useMemo)(() => {
15
- if (transactionType !== 'swap' || !swapQuote?.quote)
16
- return '0%';
17
- const { fromToken, toToken, fromAmount, toAmount } = swapQuote.quote;
18
- if (!fromToken?.price || !toToken?.price)
19
- return '0%';
20
- const fromDecimal = parseFloat(fromAmount) / Math.pow(10, fromToken.decimals);
21
- const toDecimal = parseFloat(toAmount) / Math.pow(10, toToken.decimals);
22
- const fromUsd = fromDecimal * fromToken.price;
23
- const toUsd = toDecimal * toToken.price;
24
- const spreadPercent = (toUsd / fromUsd - 1) * 100;
25
- return `${spreadPercent.toFixed(2)}%`;
26
- }, [transactionType, swapQuote]);
27
- const totalFeesUsd = (0, react_1.useMemo)(() => {
28
- if (transactionType !== 'swap' || !swapQuote?.quote?.fees)
29
- return null;
30
- const { bridge, integrator } = swapQuote.quote.fees;
31
- const fromTokenPrice = swapQuote.quote.fromToken?.price || 0;
32
- let totalFees = 0;
33
- if (bridge?.amount) {
34
- const bridgeDecimals = bridge.decimals || 18;
35
- const bridgeFeeDecimal = parseFloat(bridge.amount) / Math.pow(10, bridgeDecimals);
36
- totalFees += bridgeFeeDecimal * fromTokenPrice;
37
- }
38
- if (integrator) {
39
- const integratorValue = typeof integrator === 'string' ? parseFloat(integrator) : integrator;
40
- const fromAmount = parseFloat(swapQuote.quote.fromAmount) / Math.pow(10, swapQuote.quote.fromToken.decimals);
41
- totalFees += (fromAmount * fromTokenPrice * integratorValue) / 10000;
42
- }
43
- return totalFees > 0 ? totalFees : null;
44
- }, [transactionType, swapQuote]);
45
- const networkCost = transactionType === 'swap' && swapQuote?.quote?.fees?.gas
46
- ? `${formatGasFee(swapQuote.quote.fees.gas.amount, swapQuote.quote.fees.gas.decimals)} ${swapQuote.quote.fees.gas.token || 'ETH'}`
47
- : '$0.00';
48
- const formattedFees = totalFeesUsd != null
49
- ? `$${totalFeesUsd.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}`
50
- : '$0.00';
51
- return ((0, jsx_runtime_1.jsxs)("div", { className: `flex flex-col items-center justify-between ${expanded ? 'bg-secondary' : 'hover:bg-secondary'}`, children: [(0, jsx_runtime_1.jsx)("div", { className: "bg-border h-px w-full" }), (0, jsx_runtime_1.jsxs)("div", { className: "w-full p-4", children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex w-full flex-row justify-between", children: [(0, jsx_runtime_1.jsx)("div", { className: "flex w-fit cursor-pointer flex-row items-center gap-1", onClick: toggleCollapsibleExpanded, children: expanded ? ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(lucide_react_1.ChevronsDownUp, { className: "h-4 w-4 text-gray-400" }), (0, jsx_runtime_1.jsx)("span", { className: "text-sm text-zinc-500", children: "Hide details" })] })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(lucide_react_1.ChevronsUpDown, { className: "h-4 w-4 text-gray-400" }), (0, jsx_runtime_1.jsx)("span", { className: "text-sm text-zinc-500", children: "Spread" }), (0, jsx_runtime_1.jsx)("span", { className: "text-sm text-zinc-950", children: spread })] })) }), (0, jsx_runtime_1.jsxs)("div", { className: "relative", children: [(0, jsx_runtime_1.jsx)(lucide_react_1.ArrowDown, { onClick: handleSwapTokens, className: "hover:text-accent-foreground mr-9 h-4 w-4 cursor-pointer transition-transform duration-200 hover:rotate-180" }), (0, jsx_runtime_1.jsx)("div", { className: `w-0.5 ${!expanded && 'hidden'} absolute right-[43px] top-[19px] h-[22px] bg-zinc-200` })] })] }), (0, jsx_runtime_1.jsx)("div", { className: `overflow-hidden transition-all duration-500 ${expanded ? 'max-h-40' : 'max-h-0'}`, children: (0, jsx_runtime_1.jsxs)("div", { className: "flex w-full flex-col gap-[0.4rem] pr-[42px] pt-4", children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row justify-between", children: [(0, jsx_runtime_1.jsx)("label", { className: "text-sm text-zinc-500", children: "Spread" }), (0, jsx_runtime_1.jsxs)("div", { className: "relative flex flex-row items-center", children: [(0, jsx_runtime_1.jsx)("label", { className: "mr-5 text-sm text-zinc-950", children: spread }), (0, jsx_runtime_1.jsx)("div", { className: "h-1 w-1 rounded-full bg-zinc-950" }), (0, jsx_runtime_1.jsx)("div", { className: `w-0.5 ${!expanded && 'hidden'} absolute right-[1px] top-[15px] h-[17px] bg-zinc-200` })] })] }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row justify-between", children: [(0, jsx_runtime_1.jsx)("label", { className: "text-sm text-zinc-500", children: "Fee" }), (0, jsx_runtime_1.jsxs)("div", { className: "relative flex flex-row items-center", children: [(0, jsx_runtime_1.jsx)("label", { className: "mr-5 text-sm text-zinc-950", children: formattedFees }), (0, jsx_runtime_1.jsx)("div", { className: "h-1 w-1 rounded-full bg-zinc-950" }), (0, jsx_runtime_1.jsx)("div", { className: `w-0.5 ${!expanded && 'hidden'} absolute right-[1px] top-[15px] h-[17px] bg-zinc-200` })] })] }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row justify-between", children: [(0, jsx_runtime_1.jsx)("label", { className: "text-sm text-zinc-500", children: "Network cost" }), (0, jsx_runtime_1.jsxs)("div", { className: "relative flex flex-row items-center", children: [(0, jsx_runtime_1.jsx)("label", { className: "mr-5 text-sm text-zinc-950", children: networkCost }), (0, jsx_runtime_1.jsx)("div", { className: "h-1 w-1 rounded-full bg-zinc-950" }), (0, jsx_runtime_1.jsx)("div", { className: `w-0.5 ${!expanded && 'hidden'} absolute right-[1px] top-[15px] h-[17px] bg-zinc-200` })] })] }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row justify-between", children: [(0, jsx_runtime_1.jsx)("label", { className: "text-sm text-zinc-500", children: "Max slippage" }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row items-center", children: [(0, jsx_runtime_1.jsx)("label", { className: "mr-5 text-sm text-zinc-950", children: "0%" }), (0, jsx_runtime_1.jsx)("div", { className: "h-1 w-1 rounded-full bg-zinc-950" })] })] })] }) })] }), (0, jsx_runtime_1.jsx)("div", { className: "bg-border h-px w-full" })] }));
52
- };
53
- exports.CollapsibleDetails = CollapsibleDetails;
54
- //# sourceMappingURL=CollapsibleDetails.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CollapsibleDetails.js","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/CollapsibleDetails.tsx"],"names":[],"mappings":"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"}
@@ -1,13 +0,0 @@
1
- import { type ReactNode } from 'react';
2
- interface CustomDialogProps {
3
- title?: string;
4
- onOpenChange: () => void;
5
- backAction?: () => void;
6
- customLeftAction?: ReactNode;
7
- animation?: boolean;
8
- animationStatus?: 'converting' | 'completed' | 'error';
9
- isAnimating?: boolean;
10
- }
11
- export declare const CustomDialogHeader: ({ title, backAction, onOpenChange, customLeftAction, animation, animationStatus, isAnimating, }: CustomDialogProps) => import("react/jsx-runtime").JSX.Element;
12
- export {};
13
- //# sourceMappingURL=CustomDialogHeader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CustomDialogHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/CustomDialogHeader.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAqB,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQ1D,UAAU,iBAAiB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,YAAY,GAAG,WAAW,GAAG,OAAO,CAAC;IACvD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,kBAAkB,GAAI,iGAQhC,iBAAiB,4CA6DnB,CAAC"}
@@ -1,34 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- var __importDefault = (this && this.__importDefault) || function (mod) {
4
- return (mod && mod.__esModule) ? mod : { "default": mod };
5
- };
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.CustomDialogHeader = void 0;
8
- const jsx_runtime_1 = require("react/jsx-runtime");
9
- const lottie_react_1 = __importDefault(require("lottie-react"));
10
- const lucide_react_1 = require("lucide-react");
11
- const react_1 = require("react");
12
- const animations_1 = require("../../../assets/animations");
13
- const CustomDialogHeader = ({ title, backAction, onOpenChange, customLeftAction, animation, animationStatus = 'converting', isAnimating = false, }) => {
14
- const lottieRef = (0, react_1.useRef)(null);
15
- const onlyClose = !backAction && !title && !customLeftAction;
16
- const defineStatus = {
17
- converting: animations_1.convertingAnimation,
18
- error: animations_1.errorAnimation,
19
- completed: animations_1.completedAnimation,
20
- };
21
- (0, react_1.useEffect)(() => {
22
- if (!lottieRef.current)
23
- return;
24
- if (isAnimating) {
25
- lottieRef.current.play();
26
- }
27
- else {
28
- lottieRef.current.goToAndStop(0, true);
29
- }
30
- }, [isAnimating]);
31
- return ((0, jsx_runtime_1.jsxs)("div", { className: `relative ${animation && 'mb-32'}`, children: [animation && ((0, jsx_runtime_1.jsx)(lottie_react_1.default, { lottieRef: lottieRef, className: "absolute z-0", animationData: defineStatus[animationStatus], loop: animationStatus === 'converting', autoplay: isAnimating })), (0, jsx_runtime_1.jsxs)("div", { className: `z-10 mb-4 flex flex-row items-center sm:mb-0 ${onlyClose ? 'justify-end' : 'justify-between'}`, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col", children: [backAction && ((0, jsx_runtime_1.jsx)("div", { onClick: backAction, className: "mb-6 flex h-9 w-9 cursor-pointer items-center justify-center rounded-full bg-zinc-100 text-zinc-900 transition-opacity hover:opacity-100 focus:outline-none", children: (0, jsx_runtime_1.jsx)(lucide_react_1.ArrowLeft, { className: "size-5" }) })), customLeftAction, title && ((0, jsx_runtime_1.jsx)("span", { className: "max-w-4 text-nowrap text-2xl font-semibold leading-none text-zinc-950", children: title }))] }), (0, jsx_runtime_1.jsx)("div", { onClick: onOpenChange, className: "z-1000 flex h-9 w-9 cursor-pointer items-center justify-center self-start rounded-full bg-zinc-100 text-zinc-900 transition-opacity hover:opacity-100 focus:outline-none", children: (0, jsx_runtime_1.jsx)(lucide_react_1.XIcon, { className: "size-5" }) })] })] }));
32
- };
33
- exports.CustomDialogHeader = CustomDialogHeader;
34
- //# sourceMappingURL=CustomDialogHeader.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CustomDialogHeader.js","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/CustomDialogHeader.tsx"],"names":[],"mappings":";AAAA,YAAY,CAAC;;;;;;;AAEb,gEAAkE;AAClE,+CAAgD;AAChD,iCAA0D;AAE1D,2DAIoC;AAY7B,MAAM,kBAAkB,GAAG,CAAC,EACjC,KAAK,EACL,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,SAAS,EACT,eAAe,GAAG,YAAY,EAC9B,WAAW,GAAG,KAAK,GACD,EAAE,EAAE;IACtB,MAAM,SAAS,GAAG,IAAA,cAAM,EAAwB,IAAI,CAAC,CAAC;IACtD,MAAM,SAAS,GAAG,CAAC,UAAU,IAAI,CAAC,KAAK,IAAI,CAAC,gBAAgB,CAAC;IAC7D,MAAM,YAAY,GAAG;QACnB,UAAU,EAAE,gCAAmB;QAC/B,KAAK,EAAE,2BAAc;QACrB,SAAS,EAAE,+BAAkB;KAC9B,CAAC;IAEF,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,IAAI,CAAC,SAAS,CAAC,OAAO;YAAE,OAAO;QAE/B,IAAI,WAAW,EAAE,CAAC;YAChB,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;QAC3B,CAAC;aAAM,CAAC;YACN,SAAS,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;QACzC,CAAC;IACH,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC;IAElB,OAAO,CACL,iCAAK,SAAS,EAAE,YAAY,SAAS,IAAI,OAAO,EAAE,aAC/C,SAAS,IAAI,CACZ,uBAAC,sBAAM,IACL,SAAS,EAAE,SAAS,EACpB,SAAS,EAAC,cAAc,EACxB,aAAa,EAAE,YAAY,CAAC,eAAe,CAAC,EAC5C,IAAI,EAAE,eAAe,KAAK,YAAY,EACtC,QAAQ,EAAE,WAAW,GACrB,CACH,EACD,iCACE,SAAS,EAAE,gDAAgD,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE,aAE1G,iCAAK,SAAS,EAAC,eAAe,aAC3B,UAAU,IAAI,CACb,gCACE,OAAO,EAAE,UAAU,EACnB,SAAS,EAAC,6JAA6J,YAEvK,uBAAC,wBAAS,IAAC,SAAS,EAAC,QAAQ,GAAG,GAC5B,CACP,EAEA,gBAAgB,EAEhB,KAAK,IAAI,CACR,iCAAM,SAAS,EAAC,uEAAuE,YACpF,KAAK,GACD,CACR,IACG,EAEN,gCACE,OAAO,EAAE,YAAY,EACrB,SAAS,EAAC,0KAA0K,YAEpL,uBAAC,oBAAK,IAAC,SAAS,EAAC,QAAQ,GAAG,GACxB,IACF,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AArEW,QAAA,kBAAkB,sBAqE7B"}
@@ -1,2 +0,0 @@
1
- export declare const Footer: () => import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=Footer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/Footer.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,+CAWlB,CAAC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Footer = void 0;
5
- const jsx_runtime_1 = require("react/jsx-runtime");
6
- const Footer = () => {
7
- return ((0, jsx_runtime_1.jsx)("div", { className: "mt-4 flex flex-row items-center", children: (0, jsx_runtime_1.jsxs)("div", { className: "flex gap-0.5", children: [(0, jsx_runtime_1.jsx)("small", { className: "text-xs text-zinc-500", children: "Powered by" }), (0, jsx_runtime_1.jsx)("a", { href: "https://orda.network", target: "_blank", rel: "noopener noreferrer", className: "text-xs text-zinc-950 underline", children: "orda" })] }) }));
8
- };
9
- exports.Footer = Footer;
10
- //# sourceMappingURL=Footer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Footer.js","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/Footer.tsx"],"names":[],"mappings":";AAAA,YAAY,CAAC;;;;AAEN,MAAM,MAAM,GAAG,GAAG,EAAE;IACzB,OAAO,CACL,gCAAK,SAAS,EAAC,iCAAiC,YAC9C,iCAAK,SAAS,EAAC,cAAc,aAC3B,kCAAO,SAAS,EAAC,uBAAuB,2BAAmB,EAC3D,8BAAG,IAAI,EAAC,sBAAsB,EAAC,MAAM,EAAC,QAAQ,EAAC,GAAG,EAAC,qBAAqB,EAAC,SAAS,EAAC,iCAAiC,qBAEhH,IACA,GACF,CACP,CAAC;AACJ,CAAC,CAAC;AAXW,QAAA,MAAM,UAWjB"}
@@ -1,2 +0,0 @@
1
- export declare const Header: () => import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=Header.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/Header.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,MAAM,+CAgElB,CAAC"}
@@ -1,37 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Header = void 0;
5
- const jsx_runtime_1 = require("react/jsx-runtime");
6
- const button_1 = require("../../ui/button");
7
- const react_1 = require("react");
8
- const UserAccountDrawer_1 = require("./UserAccountDrawer");
9
- const react_2 = require("@reown/appkit/react");
10
- const useMultiChainBalances_1 = require("../../../hooks/useMultiChainBalances");
11
- const icons_1 = require("../../../assets/icons");
12
- const Header = () => {
13
- const [userAccountDrawerOpened, setUserAccountDrawerOpened] = (0, react_1.useState)(false);
14
- const [isMounted, setIsMounted] = (0, react_1.useState)(false);
15
- const { open } = (0, react_2.useAppKit)();
16
- const { isConnected, status } = (0, react_2.useAppKitAccount)();
17
- // Prevent hydration mismatch by only showing dynamic state after mount
18
- (0, react_1.useEffect)(() => {
19
- setIsMounted(true);
20
- }, []);
21
- const { totalTokenCount, portfolio, isLoading: isLoadingBalance, isPricesLoading } = (0, useMultiChainBalances_1.useMultiChainBalances)();
22
- const toggleUserAccountDrawerOpened = () => {
23
- setUserAccountDrawerOpened((prev) => !prev);
24
- };
25
- const displayValue = isPricesLoading && !isLoadingBalance
26
- ? 'Loading prices...'
27
- : portfolio?.totalUsd != null && portfolio.totalUsd > 0
28
- ? `$${portfolio.totalUsd.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}`
29
- : totalTokenCount > 0
30
- ? `${totalTokenCount} token${totalTokenCount !== 1 ? 's' : ''}`
31
- : '$0.00';
32
- return ((0, jsx_runtime_1.jsxs)("div", { className: "mb-6 flex justify-between", children: [(0, jsx_runtime_1.jsx)("img", { src: icons_1.ICON_URLS.ordaLogo, alt: "Orda", className: "h-[22px] w-[101px]" }), isConnected ? ((0, jsx_runtime_1.jsxs)(button_1.Button, { className: "h-9 cursor-pointer rounded-xl border-0 bg-zinc-50 p-1.5 text-zinc-900", variant: "outline", onClick: toggleUserAccountDrawerOpened, children: [(0, jsx_runtime_1.jsx)("div", { className: "h-6 w-6 rounded-full bg-zinc-200", children: (0, jsx_runtime_1.jsx)("img", { src: icons_1.ICON_URLS.intersect, alt: "Account", className: "h-6 w-6" }) }), isLoadingBalance ? ((0, jsx_runtime_1.jsx)("span", { className: "text-sm", children: "Loading..." })) : ((0, jsx_runtime_1.jsx)("span", { className: "text-sm", children: displayValue }))] })) : ((0, jsx_runtime_1.jsx)(button_1.Button, { className: "h-9 cursor-pointer rounded-xl px-2 py-1.5 text-zinc-900", variant: "outline", onClick: () => open(), disabled: isMounted && (status === 'connecting' || status === 'reconnecting'), children: isMounted && (status === 'connecting' || status === 'reconnecting')
33
- ? 'Connecting...'
34
- : 'Connect' })), (0, jsx_runtime_1.jsx)(UserAccountDrawer_1.UserAccountDrawer, { isOpen: userAccountDrawerOpened, toggleOpenDrawer: toggleUserAccountDrawerOpened })] }));
35
- };
36
- exports.Header = Header;
37
- //# sourceMappingURL=Header.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Header.js","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/Header.tsx"],"names":[],"mappings":"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"}
@@ -1,15 +0,0 @@
1
- import { type Dispatch, type SetStateAction } from 'react';
2
- import type { RecipientType } from '../../types';
3
- interface OffRampRecipientDialogProps {
4
- open: boolean;
5
- toggleDialogOpen: () => void;
6
- setDefaultRecipient: Dispatch<SetStateAction<RecipientType | null>>;
7
- onRecipientSelected: (data: {
8
- recipientId: string;
9
- name: string;
10
- }) => void;
11
- toCurrency: string;
12
- }
13
- export declare const OffRampRecipientDialog: ({ open, toggleDialogOpen, setDefaultRecipient, onRecipientSelected, toCurrency, }: OffRampRecipientDialogProps) => import("react/jsx-runtime").JSX.Element;
14
- export {};
15
- //# sourceMappingURL=OffRampRecipientDialog.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OffRampRecipientDialog.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAY,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAErE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,UAAU,2BAA2B;IACnC,IAAI,EAAE,OAAO,CAAC;IACd,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,mBAAmB,EAAE,QAAQ,CAAC,cAAc,CAAC,aAAa,GAAG,IAAI,CAAC,CAAC,CAAC;IACpE,mBAAmB,EAAE,CAAC,IAAI,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAC3E,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,sBAAsB,GAAI,mFAMpC,2BAA2B,4CAkH7B,CAAC"}
@@ -1,83 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.OffRampRecipientDialog = 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 useLocalRecipients_1 = require("../../../../hooks/useLocalRecipients");
9
- const useMediaQuery_1 = require("../../../../hooks/useMediaQuery");
10
- const useRecipient_1 = require("../../../../hooks/useRecipient");
11
- const react_dialog_1 = require("@radix-ui/react-dialog");
12
- const react_1 = require("react");
13
- const sonner_1 = require("sonner");
14
- const CustomDialogHeader_1 = require("../CustomDialogHeader");
15
- const components_1 = require("./components");
16
- const OffRampRecipientDialog = ({ open, toggleDialogOpen, setDefaultRecipient, onRecipientSelected, toCurrency, }) => {
17
- const [showPixKeyForm, setShowPixKeyForm] = (0, react_1.useState)(false);
18
- const { createRecipient, isLoading, error } = (0, useRecipient_1.useRecipient)();
19
- const { fiatRecipients, addFiatRecipient } = (0, useLocalRecipients_1.useLocalRecipients)();
20
- const toggleShowPixKeyForm = () => {
21
- setShowPixKeyForm((prev) => !prev);
22
- };
23
- const handleCreatePixRecipient = async (data) => {
24
- if (!toCurrency) {
25
- sonner_1.toast.error('Missing currency information', {
26
- description: 'Please select a destination currency first',
27
- duration: 4000,
28
- });
29
- toggleDialogOpen();
30
- return;
31
- }
32
- const result = await createRecipient({
33
- name: data.name,
34
- kycInformation: {
35
- taxId: data.document,
36
- taxIdCountry: 'BRA',
37
- email: data.email,
38
- name: data.name,
39
- },
40
- fiatSettlementDetails: {
41
- toCurrency: toCurrency,
42
- pixKey: data.pixKey,
43
- },
44
- });
45
- if (result) {
46
- addFiatRecipient({
47
- recipientId: result.recipientId,
48
- name: data.name,
49
- pixKey: data.pixKey,
50
- });
51
- setDefaultRecipient({
52
- key: data.name,
53
- chain: 'PIX',
54
- image: 'pix', // Using chain icon key instead of URL
55
- });
56
- onRecipientSelected({ recipientId: result.recipientId, name: data.name });
57
- toggleDialogOpen();
58
- }
59
- else if (error) {
60
- sonner_1.toast.error('Failed to create recipient', {
61
- description: error.message || 'Please try again',
62
- duration: 4000,
63
- });
64
- }
65
- };
66
- const handleSelectSavedFiatRecipient = (recipient) => {
67
- setDefaultRecipient({
68
- key: recipient.name,
69
- chain: 'PIX',
70
- image: 'pix', // Using chain icon key instead of URL
71
- });
72
- onRecipientSelected({ recipientId: recipient.recipientId, name: recipient.name });
73
- toggleDialogOpen();
74
- };
75
- const isDesktop = (0, useMediaQuery_1.useMediaQuery)('(min-width: 768px)');
76
- const content = ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(CustomDialogHeader_1.CustomDialogHeader, { title: showPixKeyForm ? 'Enter PIX key' : 'Send to', backAction: showPixKeyForm ? toggleShowPixKeyForm : undefined, onOpenChange: toggleDialogOpen }), showPixKeyForm ? ((0, jsx_runtime_1.jsx)(components_1.PixKeyForm, { handleSetPixRecipient: handleCreatePixRecipient, isLoading: isLoading })) : ((0, jsx_runtime_1.jsx)(components_1.RecipientOptions, { savedRecipients: fiatRecipients, onSelectRecipient: handleSelectSavedFiatRecipient, toggleShowPixKeyForm: toggleShowPixKeyForm }))] }));
77
- if (isDesktop) {
78
- return ((0, jsx_runtime_1.jsxs)(dialog_1.Dialog, { open: open, onOpenChange: toggleDialogOpen, children: [(0, jsx_runtime_1.jsxs)(dialog_1.VisuallyHidden, { children: [(0, jsx_runtime_1.jsx)(react_dialog_1.DialogTitle, { children: showPixKeyForm ? 'Enter PIX key' : 'Send to' }), (0, jsx_runtime_1.jsx)(react_dialog_1.DialogDescription, { children: showPixKeyForm ? 'Enter PIX key' : 'Send to' })] }), (0, jsx_runtime_1.jsx)(dialog_1.DialogContent, { className: "w-md border-none px-6 py-6", showCloseButton: false, children: content })] }));
79
- }
80
- return ((0, jsx_runtime_1.jsxs)(drawer_1.Drawer, { open: open, onOpenChange: toggleDialogOpen, repositionInputs: false, children: [(0, jsx_runtime_1.jsxs)(dialog_1.VisuallyHidden, { children: [(0, jsx_runtime_1.jsx)(drawer_1.DrawerTitle, { children: showPixKeyForm ? 'Enter PIX key' : 'Send to' }), (0, jsx_runtime_1.jsx)(drawer_1.DrawerDescription, { children: showPixKeyForm ? 'Enter PIX key' : 'Send to' })] }), (0, jsx_runtime_1.jsx)(drawer_1.DrawerContent, { className: "py-6", children: (0, jsx_runtime_1.jsx)("div", { className: "scrollbar-hidden overflow-y-auto", children: content }) })] }));
81
- };
82
- exports.OffRampRecipientDialog = OffRampRecipientDialog;
83
- //# sourceMappingURL=OffRampRecipientDialog.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OffRampRecipientDialog.js","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.tsx"],"names":[],"mappings":"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"}
@@ -1,8 +0,0 @@
1
- import { type PixKeyData } from './PixKeyForm.schema';
2
- interface PixKeyFormProps {
3
- handleSetPixRecipient: (data: PixKeyData) => void;
4
- isLoading?: boolean;
5
- }
6
- export declare const PixKeyForm: ({ handleSetPixRecipient, isLoading }: PixKeyFormProps) => import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=PixKeyForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PixKeyForm.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAAsC,KAAK,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAE1F,UAAU,eAAe;IACvB,qBAAqB,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IAClD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AA4BD,eAAO,MAAM,UAAU,GAAI,sCAAsC,eAAe,4CAgJ/E,CAAC"}
@@ -1,83 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.PixKeyForm = void 0;
5
- const jsx_runtime_1 = require("react/jsx-runtime");
6
- const button_1 = require("../../../../../ui/button");
7
- const input_1 = require("../../../../../ui/input");
8
- const label_1 = require("../../../../../ui/label");
9
- const select_1 = require("../../../../../ui/select");
10
- const utils_1 = require("../../../../../../lib/utils");
11
- const zod_1 = require("@hookform/resolvers/zod");
12
- const react_hook_form_1 = require("react-hook-form");
13
- const PixKeyForm_schema_1 = require("./PixKeyForm.schema");
14
- const formatByType = (type, value) => {
15
- if (!type)
16
- return value;
17
- switch (type) {
18
- case 'cpf':
19
- return (0, utils_1.formatCpf)(value);
20
- case 'cnpj':
21
- return (0, utils_1.formatCnpj)(value);
22
- case 'phone':
23
- return (0, utils_1.formatPhone)(value);
24
- default:
25
- return value;
26
- }
27
- };
28
- const stripByType = (type, value) => {
29
- if (!type)
30
- return value;
31
- switch (type) {
32
- case 'cpf':
33
- case 'cnpj':
34
- case 'phone':
35
- return value.replace(/\D/g, ''); // strip non-digits
36
- default:
37
- return value;
38
- }
39
- };
40
- const PixKeyForm = ({ handleSetPixRecipient, isLoading }) => {
41
- const { control, register, handleSubmit, setValue, clearErrors, watch, formState: { errors, isValid }, } = (0, react_hook_form_1.useForm)({
42
- mode: 'onBlur',
43
- resolver: (0, zod_1.zodResolver)(PixKeyForm_schema_1.pixKeyFormSchema),
44
- defaultValues: {
45
- cpfCnpj: '',
46
- },
47
- });
48
- const keyType = watch('keyType');
49
- const handlePaste = async () => {
50
- clearErrors('key');
51
- const text = await navigator.clipboard.readText();
52
- const stripped = stripByType(keyType, text);
53
- setValue('key', stripped, {
54
- shouldValidate: true,
55
- shouldDirty: true,
56
- shouldTouch: true,
57
- });
58
- };
59
- const handleKeyTypeChange = (value) => {
60
- setValue('keyType', value);
61
- setValue('key', '');
62
- clearErrors('key');
63
- };
64
- const onSubmit = (data) => {
65
- // Transform form data to PixKeyData format
66
- const pixKeyData = {
67
- name: data.name,
68
- document: data.cpfCnpj,
69
- email: data.keyType === 'email' ? data.key : '',
70
- pixKey: data.key,
71
- };
72
- handleSetPixRecipient(pixKeyData);
73
- };
74
- return ((0, jsx_runtime_1.jsxs)("form", { onSubmit: handleSubmit(onSubmit), children: [(0, jsx_runtime_1.jsxs)("div", { className: "mt-6", children: [(0, jsx_runtime_1.jsx)(label_1.Label, { className: "mb-3", children: "Name" }), (0, jsx_runtime_1.jsx)(input_1.Input, { ...register('name'), className: "h-[52px] rounded-2xl border border-zinc-200 px-3", placeholder: "Fill full legal name" }), errors.name && (0, jsx_runtime_1.jsx)("p", { className: "mt-1 text-sm text-red-500", children: errors.name.message })] }), (0, jsx_runtime_1.jsxs)("div", { className: "mt-5", children: [(0, jsx_runtime_1.jsx)(label_1.Label, { className: "mb-3", children: "CPF/CNPJ" }), (0, jsx_runtime_1.jsx)(react_hook_form_1.Controller, { name: "cpfCnpj", control: control, render: ({ field }) => ((0, jsx_runtime_1.jsx)(input_1.Input, { ...field, value: (0, utils_1.formatCpfCnpj)(field.value || ''), onChange: (e) => {
75
- const raw = e.target.value.replace(/\D/g, '');
76
- field.onChange(raw);
77
- }, placeholder: "Fill CPF or CNPJ", className: "text-foreground[appearance:textfield] h-[52px] rounded-2xl border border-zinc-200 px-3 [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none" })) }), errors.cpfCnpj && (0, jsx_runtime_1.jsx)("p", { className: "mt-1 text-sm text-red-500", children: errors.cpfCnpj.message })] }), (0, jsx_runtime_1.jsx)("div", { className: "my-6 h-px w-full bg-zinc-200" }), (0, jsx_runtime_1.jsx)("span", { className: "text-sm font-semibold text-zinc-950", children: "PIX details" }), (0, jsx_runtime_1.jsxs)("div", { className: "mt-5", children: [(0, jsx_runtime_1.jsx)(label_1.Label, { className: "mb-3", children: "Type" }), (0, jsx_runtime_1.jsxs)(select_1.Select, { onValueChange: handleKeyTypeChange, children: [(0, jsx_runtime_1.jsx)(select_1.SelectTrigger, { className: "h-[52px] w-1/2", children: (0, jsx_runtime_1.jsx)(select_1.SelectValue, { placeholder: "Select the PIX type" }) }), (0, jsx_runtime_1.jsx)(select_1.SelectContent, { children: (0, jsx_runtime_1.jsxs)(select_1.SelectGroup, { children: [(0, jsx_runtime_1.jsx)(select_1.SelectItem, { value: "email", children: "E-mail" }), (0, jsx_runtime_1.jsx)(select_1.SelectItem, { value: "cpf", children: "CPF" }), (0, jsx_runtime_1.jsx)(select_1.SelectItem, { value: "cnpj", children: "CNPJ" }), (0, jsx_runtime_1.jsx)(select_1.SelectItem, { value: "phone", children: "Phone number" }), (0, jsx_runtime_1.jsx)(select_1.SelectItem, { value: "randomKey", children: "Random key" })] }) })] }), errors.keyType && (0, jsx_runtime_1.jsx)("p", { className: "mt-1 text-sm text-red-500", children: errors.keyType.message })] }), (0, jsx_runtime_1.jsxs)("div", { className: "mt-5", children: [(0, jsx_runtime_1.jsx)(label_1.Label, { className: "mb-3", children: "Key" }), (0, jsx_runtime_1.jsx)("div", { className: "relative rounded-2xl border border-zinc-200", children: (0, jsx_runtime_1.jsx)(react_hook_form_1.Controller, { name: "key", control: control, render: ({ field }) => ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(input_1.Input, { ...field, value: formatByType(keyType, field.value || ''), onChange: (e) => {
78
- const stripped = stripByType(keyType, e.target.value);
79
- field.onChange(stripped);
80
- }, className: "h-[52px] border-0 bg-white px-3", placeholder: "Fill the PIX key" }), (0, jsx_runtime_1.jsx)(button_1.Button, { type: "button", variant: "ghost", size: "sm", className: "absolute right-2 top-1/2 -translate-y-1/2 transform cursor-pointer rounded-md bg-zinc-100 text-sm font-semibold text-zinc-900", onClick: handlePaste, children: "Paste" })] })) }) }), errors.key && (0, jsx_runtime_1.jsx)("p", { className: "mt-1 text-sm text-red-500", children: errors.key.message })] }), (0, jsx_runtime_1.jsx)(button_1.Button, { disabled: !isValid || isLoading, type: "submit", className: "mt-14 h-14 w-full cursor-pointer rounded-2xl px-3 py-4", children: isLoading ? 'Creating...' : 'Done' })] }));
81
- };
82
- exports.PixKeyForm = PixKeyForm;
83
- //# sourceMappingURL=PixKeyForm.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PixKeyForm.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.tsx"],"names":[],"mappings":"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"}
@@ -1,21 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const pixKeyFormSchema: z.ZodObject<{
3
- name: z.ZodString;
4
- cpfCnpj: z.ZodString;
5
- keyType: z.ZodOptional<z.ZodEnum<{
6
- email: "email";
7
- cpf: "cpf";
8
- cnpj: "cnpj";
9
- phone: "phone";
10
- randomKey: "randomKey";
11
- }>>;
12
- key: z.ZodString;
13
- }, z.core.$strip>;
14
- export type PixFormData = z.infer<typeof pixKeyFormSchema>;
15
- export interface PixKeyData {
16
- name: string;
17
- document: string;
18
- email: string;
19
- pixKey: string;
20
- }
21
- //# sourceMappingURL=PixKeyForm.schema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PixKeyForm.schema.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,gBAAgB;;;;;;;;;;;iBA8FzB,CAAC;AAEL,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAG3D,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB"}