@reown/appkit-ui-react-native 0.0.0-fix-email-login-20241010173711 → 0.0.0-fix-fetch-error-improvements-20241114122508

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 (462) hide show
  1. package/lib/commonjs/assets/svg/ArrowBottomCircle.js +21 -0
  2. package/lib/commonjs/assets/svg/ArrowBottomCircle.js.map +1 -0
  3. package/lib/commonjs/assets/svg/Farcaster.js +28 -0
  4. package/lib/commonjs/assets/svg/Farcaster.js.map +1 -0
  5. package/lib/commonjs/assets/svg/FarcasterSquare.js +28 -0
  6. package/lib/commonjs/assets/svg/FarcasterSquare.js.map +1 -0
  7. package/lib/commonjs/assets/svg/{TwitterIcon.js → More.js} +16 -5
  8. package/lib/commonjs/assets/svg/More.js.map +1 -0
  9. package/lib/commonjs/assets/svg/Paperplane.js +21 -0
  10. package/lib/commonjs/assets/svg/Paperplane.js.map +1 -0
  11. package/lib/commonjs/assets/svg/WalletConnect.js +19 -1
  12. package/lib/commonjs/assets/svg/WalletConnect.js.map +1 -1
  13. package/lib/commonjs/assets/svg/{Twitter.js → X.js} +18 -28
  14. package/lib/commonjs/assets/svg/X.js.map +1 -0
  15. package/lib/commonjs/assets/visual/Google.js +59 -0
  16. package/lib/commonjs/assets/visual/Google.js.map +1 -0
  17. package/lib/commonjs/assets/visual/Lightbulb.js +58 -0
  18. package/lib/commonjs/assets/visual/Lightbulb.js.map +1 -0
  19. package/lib/commonjs/assets/visual/Pencil.js +81 -0
  20. package/lib/commonjs/assets/visual/Pencil.js.map +1 -0
  21. package/lib/commonjs/components/wui-card/index.js +1 -1
  22. package/lib/commonjs/components/wui-card/styles.js +1 -1
  23. package/lib/commonjs/components/wui-card/styles.js.map +1 -1
  24. package/lib/commonjs/components/wui-icon/index.js +18 -7
  25. package/lib/commonjs/components/wui-icon/index.js.map +1 -1
  26. package/lib/commonjs/components/wui-lean-text/index.js +15 -0
  27. package/lib/commonjs/components/wui-lean-text/index.js.map +1 -0
  28. package/lib/commonjs/components/wui-lean-view/index.js +15 -0
  29. package/lib/commonjs/components/wui-lean-view/index.js.map +1 -0
  30. package/lib/commonjs/components/wui-text/index.js +2 -2
  31. package/lib/commonjs/components/wui-text/index.js.map +1 -1
  32. package/lib/commonjs/components/wui-visual/index.js +6 -0
  33. package/lib/commonjs/components/wui-visual/index.js.map +1 -1
  34. package/lib/commonjs/composites/wui-account-button/index.js +13 -7
  35. package/lib/commonjs/composites/wui-account-button/index.js.map +1 -1
  36. package/lib/commonjs/composites/wui-account-button/styles.js +5 -5
  37. package/lib/commonjs/composites/wui-account-button/styles.js.map +1 -1
  38. package/lib/commonjs/composites/wui-account-pill/index.js +67 -0
  39. package/lib/commonjs/composites/wui-account-pill/index.js.map +1 -0
  40. package/lib/commonjs/composites/wui-account-pill/styles.js +29 -0
  41. package/lib/commonjs/composites/wui-account-pill/styles.js.map +1 -0
  42. package/lib/commonjs/composites/wui-avatar/styles.js +2 -1
  43. package/lib/commonjs/composites/wui-avatar/styles.js.map +1 -1
  44. package/lib/commonjs/composites/wui-balance/index.js +27 -0
  45. package/lib/commonjs/composites/wui-balance/index.js.map +1 -0
  46. package/lib/commonjs/composites/wui-banner/index.js +36 -0
  47. package/lib/commonjs/composites/wui-banner/index.js.map +1 -0
  48. package/lib/commonjs/composites/wui-banner/styles.js +21 -0
  49. package/lib/commonjs/composites/wui-banner/styles.js.map +1 -0
  50. package/lib/commonjs/composites/wui-button/index.js +3 -3
  51. package/lib/commonjs/composites/wui-button/index.js.map +1 -1
  52. package/lib/commonjs/composites/wui-button/styles.js +3 -3
  53. package/lib/commonjs/composites/wui-button/styles.js.map +1 -1
  54. package/lib/commonjs/composites/wui-chip/index.js +11 -9
  55. package/lib/commonjs/composites/wui-chip/index.js.map +1 -1
  56. package/lib/commonjs/composites/wui-chip/styles.js +3 -3
  57. package/lib/commonjs/composites/wui-chip/styles.js.map +1 -1
  58. package/lib/commonjs/composites/wui-compatible-network/index.js +58 -0
  59. package/lib/commonjs/composites/wui-compatible-network/index.js.map +1 -0
  60. package/lib/commonjs/composites/wui-connect-button/styles.js +1 -1
  61. package/lib/commonjs/composites/wui-connect-button/styles.js.map +1 -1
  62. package/lib/commonjs/composites/wui-icon-box/index.js +17 -1
  63. package/lib/commonjs/composites/wui-icon-box/index.js.map +1 -1
  64. package/lib/commonjs/composites/wui-input-text/styles.js +1 -1
  65. package/lib/commonjs/composites/wui-input-text/styles.js.map +1 -1
  66. package/lib/commonjs/composites/wui-list-item/index.js +10 -10
  67. package/lib/commonjs/composites/wui-list-item/index.js.map +1 -1
  68. package/lib/commonjs/composites/wui-list-item/styles.js +4 -3
  69. package/lib/commonjs/composites/wui-list-item/styles.js.map +1 -1
  70. package/lib/commonjs/composites/wui-list-social/index.js +54 -0
  71. package/lib/commonjs/composites/wui-list-social/index.js.map +1 -0
  72. package/lib/commonjs/composites/wui-list-social/styles.js +34 -0
  73. package/lib/commonjs/composites/wui-list-social/styles.js.map +1 -0
  74. package/lib/commonjs/composites/wui-list-token/index.js +78 -0
  75. package/lib/commonjs/composites/wui-list-token/index.js.map +1 -0
  76. package/lib/commonjs/composites/wui-list-token/styles.js +30 -0
  77. package/lib/commonjs/composites/wui-list-token/styles.js.map +1 -0
  78. package/lib/commonjs/composites/wui-list-transaction/index.js +64 -0
  79. package/lib/commonjs/composites/wui-list-transaction/index.js.map +1 -0
  80. package/lib/commonjs/composites/wui-list-transaction/styles.js +16 -0
  81. package/lib/commonjs/composites/wui-list-transaction/styles.js.map +1 -0
  82. package/lib/commonjs/composites/wui-list-transaction/utils.js +88 -0
  83. package/lib/commonjs/composites/wui-list-transaction/utils.js.map +1 -0
  84. package/lib/commonjs/composites/wui-list-wallet/index.js +4 -3
  85. package/lib/commonjs/composites/wui-list-wallet/index.js.map +1 -1
  86. package/lib/commonjs/composites/wui-logo/index.js +4 -2
  87. package/lib/commonjs/composites/wui-logo/index.js.map +1 -1
  88. package/lib/commonjs/composites/wui-logo-select/index.js +6 -3
  89. package/lib/commonjs/composites/wui-logo-select/index.js.map +1 -1
  90. package/lib/commonjs/composites/wui-logo-select/styles.js +3 -3
  91. package/lib/commonjs/composites/wui-logo-select/styles.js.map +1 -1
  92. package/lib/commonjs/composites/wui-network-button/index.js +14 -10
  93. package/lib/commonjs/composites/wui-network-button/index.js.map +1 -1
  94. package/lib/commonjs/composites/wui-network-button/styles.js +4 -4
  95. package/lib/commonjs/composites/wui-network-button/styles.js.map +1 -1
  96. package/lib/commonjs/composites/wui-network-image/index.js +48 -21
  97. package/lib/commonjs/composites/wui-network-image/index.js.map +1 -1
  98. package/lib/commonjs/composites/wui-network-image/styles.js +3 -1
  99. package/lib/commonjs/composites/wui-network-image/styles.js.map +1 -1
  100. package/lib/commonjs/composites/wui-otp/index.js +1 -2
  101. package/lib/commonjs/composites/wui-otp/index.js.map +1 -1
  102. package/lib/commonjs/composites/wui-promo/index.js +48 -0
  103. package/lib/commonjs/composites/wui-promo/index.js.map +1 -0
  104. package/lib/commonjs/composites/wui-qr-code/index.js +16 -12
  105. package/lib/commonjs/composites/wui-qr-code/index.js.map +1 -1
  106. package/lib/commonjs/composites/wui-snackbar/index.js +1 -0
  107. package/lib/commonjs/composites/wui-snackbar/index.js.map +1 -1
  108. package/lib/commonjs/composites/wui-snackbar/styles.js +3 -2
  109. package/lib/commonjs/composites/wui-snackbar/styles.js.map +1 -1
  110. package/lib/commonjs/composites/wui-tabs/index.js +22 -8
  111. package/lib/commonjs/composites/wui-tabs/index.js.map +1 -1
  112. package/lib/commonjs/composites/wui-tabs/styles.js +2 -3
  113. package/lib/commonjs/composites/wui-tabs/styles.js.map +1 -1
  114. package/lib/commonjs/composites/wui-token-button/index.js +37 -0
  115. package/lib/commonjs/composites/wui-token-button/index.js.map +1 -0
  116. package/lib/commonjs/composites/wui-token-button/styles.js +24 -0
  117. package/lib/commonjs/composites/wui-token-button/styles.js.map +1 -0
  118. package/lib/commonjs/composites/wui-transaction-visual/index.js +73 -0
  119. package/lib/commonjs/composites/wui-transaction-visual/index.js.map +1 -0
  120. package/lib/commonjs/composites/wui-transaction-visual/styles.js +42 -0
  121. package/lib/commonjs/composites/wui-transaction-visual/styles.js.map +1 -0
  122. package/lib/commonjs/composites/wui-wallet-image/styles.js +1 -1
  123. package/lib/commonjs/composites/wui-wallet-image/styles.js.map +1 -1
  124. package/lib/commonjs/index.js +70 -0
  125. package/lib/commonjs/index.js.map +1 -1
  126. package/lib/commonjs/layout/wui-flex/index.js +2 -2
  127. package/lib/commonjs/layout/wui-flex/index.js.map +1 -1
  128. package/lib/commonjs/layout/wui-separator/index.js +4 -4
  129. package/lib/commonjs/layout/wui-separator/index.js.map +1 -1
  130. package/lib/commonjs/utils/ThemeUtil.js +4 -2
  131. package/lib/commonjs/utils/ThemeUtil.js.map +1 -1
  132. package/lib/commonjs/utils/TransactionUtil.js +139 -0
  133. package/lib/commonjs/utils/TransactionUtil.js.map +1 -0
  134. package/lib/commonjs/utils/UiUtil.js +15 -0
  135. package/lib/commonjs/utils/UiUtil.js.map +1 -1
  136. package/lib/module/assets/svg/ArrowBottomCircle.js +13 -0
  137. package/lib/module/assets/svg/ArrowBottomCircle.js.map +1 -0
  138. package/lib/module/assets/svg/Farcaster.js +20 -0
  139. package/lib/module/assets/svg/Farcaster.js.map +1 -0
  140. package/lib/module/assets/svg/FarcasterSquare.js +20 -0
  141. package/lib/module/assets/svg/FarcasterSquare.js.map +1 -0
  142. package/lib/module/assets/svg/More.js +22 -0
  143. package/lib/module/assets/svg/More.js.map +1 -0
  144. package/lib/module/assets/svg/Paperplane.js +13 -0
  145. package/lib/module/assets/svg/Paperplane.js.map +1 -0
  146. package/lib/module/assets/svg/WalletConnect.js +18 -1
  147. package/lib/module/assets/svg/WalletConnect.js.map +1 -1
  148. package/lib/module/assets/svg/X.js +27 -0
  149. package/lib/module/assets/svg/X.js.map +1 -0
  150. package/lib/module/assets/visual/Google.js +51 -0
  151. package/lib/module/assets/visual/Google.js.map +1 -0
  152. package/lib/module/assets/visual/Lightbulb.js +50 -0
  153. package/lib/module/assets/visual/Lightbulb.js.map +1 -0
  154. package/lib/module/assets/visual/Pencil.js +73 -0
  155. package/lib/module/assets/visual/Pencil.js.map +1 -0
  156. package/lib/module/components/wui-card/index.js +1 -1
  157. package/lib/module/components/wui-card/styles.js +1 -1
  158. package/lib/module/components/wui-card/styles.js.map +1 -1
  159. package/lib/module/components/wui-icon/index.js +16 -7
  160. package/lib/module/components/wui-icon/index.js.map +1 -1
  161. package/lib/module/components/wui-lean-text/index.js +10 -0
  162. package/lib/module/components/wui-lean-text/index.js.map +1 -0
  163. package/lib/module/components/wui-lean-view/index.js +10 -0
  164. package/lib/module/components/wui-lean-view/index.js.map +1 -0
  165. package/lib/module/components/wui-text/index.js +2 -2
  166. package/lib/module/components/wui-text/index.js.map +1 -1
  167. package/lib/module/components/wui-visual/index.js +6 -0
  168. package/lib/module/components/wui-visual/index.js.map +1 -1
  169. package/lib/module/composites/wui-account-button/index.js +13 -7
  170. package/lib/module/composites/wui-account-button/index.js.map +1 -1
  171. package/lib/module/composites/wui-account-button/styles.js +6 -6
  172. package/lib/module/composites/wui-account-button/styles.js.map +1 -1
  173. package/lib/module/composites/wui-account-pill/index.js +60 -0
  174. package/lib/module/composites/wui-account-pill/index.js.map +1 -0
  175. package/lib/module/composites/wui-account-pill/styles.js +23 -0
  176. package/lib/module/composites/wui-account-pill/styles.js.map +1 -0
  177. package/lib/module/composites/wui-avatar/styles.js +2 -1
  178. package/lib/module/composites/wui-avatar/styles.js.map +1 -1
  179. package/lib/module/composites/wui-balance/index.js +21 -0
  180. package/lib/module/composites/wui-balance/index.js.map +1 -0
  181. package/lib/module/composites/wui-banner/index.js +29 -0
  182. package/lib/module/composites/wui-banner/index.js.map +1 -0
  183. package/lib/module/composites/wui-banner/styles.js +15 -0
  184. package/lib/module/composites/wui-banner/styles.js.map +1 -0
  185. package/lib/module/composites/wui-button/index.js +3 -3
  186. package/lib/module/composites/wui-button/index.js.map +1 -1
  187. package/lib/module/composites/wui-button/styles.js +3 -3
  188. package/lib/module/composites/wui-button/styles.js.map +1 -1
  189. package/lib/module/composites/wui-chip/index.js +12 -10
  190. package/lib/module/composites/wui-chip/index.js.map +1 -1
  191. package/lib/module/composites/wui-chip/styles.js +3 -3
  192. package/lib/module/composites/wui-chip/styles.js.map +1 -1
  193. package/lib/module/composites/wui-compatible-network/index.js +52 -0
  194. package/lib/module/composites/wui-compatible-network/index.js.map +1 -0
  195. package/lib/module/composites/wui-connect-button/styles.js +1 -1
  196. package/lib/module/composites/wui-connect-button/styles.js.map +1 -1
  197. package/lib/module/composites/wui-icon-box/index.js +17 -1
  198. package/lib/module/composites/wui-icon-box/index.js.map +1 -1
  199. package/lib/module/composites/wui-input-text/styles.js +1 -1
  200. package/lib/module/composites/wui-input-text/styles.js.map +1 -1
  201. package/lib/module/composites/wui-list-item/index.js +10 -10
  202. package/lib/module/composites/wui-list-item/index.js.map +1 -1
  203. package/lib/module/composites/wui-list-item/styles.js +4 -3
  204. package/lib/module/composites/wui-list-item/styles.js.map +1 -1
  205. package/lib/module/composites/wui-list-social/index.js +47 -0
  206. package/lib/module/composites/wui-list-social/index.js.map +1 -0
  207. package/lib/module/composites/wui-list-social/styles.js +28 -0
  208. package/lib/module/composites/wui-list-social/styles.js.map +1 -0
  209. package/lib/module/composites/wui-list-token/index.js +71 -0
  210. package/lib/module/composites/wui-list-token/index.js.map +1 -0
  211. package/lib/module/composites/wui-list-token/styles.js +24 -0
  212. package/lib/module/composites/wui-list-token/styles.js.map +1 -0
  213. package/lib/module/composites/wui-list-transaction/index.js +57 -0
  214. package/lib/module/composites/wui-list-transaction/index.js.map +1 -0
  215. package/lib/module/composites/wui-list-transaction/styles.js +10 -0
  216. package/lib/module/composites/wui-list-transaction/styles.js.map +1 -0
  217. package/lib/module/composites/wui-list-transaction/utils.js +79 -0
  218. package/lib/module/composites/wui-list-transaction/utils.js.map +1 -0
  219. package/lib/module/composites/wui-list-wallet/index.js +5 -4
  220. package/lib/module/composites/wui-list-wallet/index.js.map +1 -1
  221. package/lib/module/composites/wui-logo/index.js +4 -2
  222. package/lib/module/composites/wui-logo/index.js.map +1 -1
  223. package/lib/module/composites/wui-logo-select/index.js +6 -3
  224. package/lib/module/composites/wui-logo-select/index.js.map +1 -1
  225. package/lib/module/composites/wui-logo-select/styles.js +3 -3
  226. package/lib/module/composites/wui-logo-select/styles.js.map +1 -1
  227. package/lib/module/composites/wui-network-button/index.js +15 -11
  228. package/lib/module/composites/wui-network-button/index.js.map +1 -1
  229. package/lib/module/composites/wui-network-button/styles.js +5 -5
  230. package/lib/module/composites/wui-network-button/styles.js.map +1 -1
  231. package/lib/module/composites/wui-network-image/index.js +49 -22
  232. package/lib/module/composites/wui-network-image/index.js.map +1 -1
  233. package/lib/module/composites/wui-network-image/styles.js +2 -0
  234. package/lib/module/composites/wui-network-image/styles.js.map +1 -1
  235. package/lib/module/composites/wui-otp/index.js +2 -3
  236. package/lib/module/composites/wui-otp/index.js.map +1 -1
  237. package/lib/module/composites/wui-promo/index.js +42 -0
  238. package/lib/module/composites/wui-promo/index.js.map +1 -0
  239. package/lib/module/composites/wui-qr-code/index.js +16 -12
  240. package/lib/module/composites/wui-qr-code/index.js.map +1 -1
  241. package/lib/module/composites/wui-snackbar/index.js +1 -0
  242. package/lib/module/composites/wui-snackbar/index.js.map +1 -1
  243. package/lib/module/composites/wui-snackbar/styles.js +3 -2
  244. package/lib/module/composites/wui-snackbar/styles.js.map +1 -1
  245. package/lib/module/composites/wui-tabs/index.js +22 -8
  246. package/lib/module/composites/wui-tabs/index.js.map +1 -1
  247. package/lib/module/composites/wui-tabs/styles.js +2 -3
  248. package/lib/module/composites/wui-tabs/styles.js.map +1 -1
  249. package/lib/module/composites/wui-token-button/index.js +30 -0
  250. package/lib/module/composites/wui-token-button/index.js.map +1 -0
  251. package/lib/module/composites/wui-token-button/styles.js +18 -0
  252. package/lib/module/composites/wui-token-button/styles.js.map +1 -0
  253. package/lib/module/composites/wui-transaction-visual/index.js +66 -0
  254. package/lib/module/composites/wui-transaction-visual/index.js.map +1 -0
  255. package/lib/module/composites/wui-transaction-visual/styles.js +36 -0
  256. package/lib/module/composites/wui-transaction-visual/styles.js.map +1 -0
  257. package/lib/module/composites/wui-wallet-image/styles.js +1 -1
  258. package/lib/module/composites/wui-wallet-image/styles.js.map +1 -1
  259. package/lib/module/index.js +10 -0
  260. package/lib/module/index.js.map +1 -1
  261. package/lib/module/layout/wui-flex/index.js +2 -2
  262. package/lib/module/layout/wui-flex/index.js.map +1 -1
  263. package/lib/module/layout/wui-separator/index.js +4 -4
  264. package/lib/module/layout/wui-separator/index.js.map +1 -1
  265. package/lib/module/utils/ThemeUtil.js +4 -2
  266. package/lib/module/utils/ThemeUtil.js.map +1 -1
  267. package/lib/module/utils/TransactionUtil.js +134 -0
  268. package/lib/module/utils/TransactionUtil.js.map +1 -0
  269. package/lib/module/utils/UiUtil.js +15 -0
  270. package/lib/module/utils/UiUtil.js.map +1 -1
  271. package/lib/typescript/assets/svg/ArrowBottomCircle.d.ts +4 -0
  272. package/lib/typescript/assets/svg/ArrowBottomCircle.d.ts.map +1 -0
  273. package/lib/typescript/assets/svg/Farcaster.d.ts +4 -0
  274. package/lib/typescript/assets/svg/Farcaster.d.ts.map +1 -0
  275. package/lib/typescript/assets/svg/FarcasterSquare.d.ts +4 -0
  276. package/lib/typescript/assets/svg/FarcasterSquare.d.ts.map +1 -0
  277. package/lib/typescript/assets/svg/More.d.ts +4 -0
  278. package/lib/typescript/assets/svg/More.d.ts.map +1 -0
  279. package/lib/typescript/assets/svg/Paperplane.d.ts +4 -0
  280. package/lib/typescript/assets/svg/Paperplane.d.ts.map +1 -0
  281. package/lib/typescript/assets/svg/WalletConnect.d.ts +1 -0
  282. package/lib/typescript/assets/svg/WalletConnect.d.ts.map +1 -1
  283. package/lib/typescript/assets/svg/X.d.ts +4 -0
  284. package/lib/typescript/assets/svg/X.d.ts.map +1 -0
  285. package/lib/typescript/assets/visual/Google.d.ts +4 -0
  286. package/lib/typescript/assets/visual/Google.d.ts.map +1 -0
  287. package/lib/typescript/assets/visual/Lightbulb.d.ts +4 -0
  288. package/lib/typescript/assets/visual/Lightbulb.d.ts.map +1 -0
  289. package/lib/typescript/assets/visual/Pencil.d.ts +4 -0
  290. package/lib/typescript/assets/visual/Pencil.d.ts.map +1 -0
  291. package/lib/typescript/components/wui-icon/index.d.ts +1 -1
  292. package/lib/typescript/components/wui-icon/index.d.ts.map +1 -1
  293. package/lib/typescript/components/wui-lean-text/index.d.ts +5 -0
  294. package/lib/typescript/components/wui-lean-text/index.d.ts.map +1 -0
  295. package/lib/typescript/components/wui-lean-view/index.d.ts +5 -0
  296. package/lib/typescript/components/wui-lean-view/index.d.ts.map +1 -0
  297. package/lib/typescript/components/wui-text/index.d.ts.map +1 -1
  298. package/lib/typescript/components/wui-visual/index.d.ts.map +1 -1
  299. package/lib/typescript/composites/wui-account-button/index.d.ts +2 -2
  300. package/lib/typescript/composites/wui-account-button/index.d.ts.map +1 -1
  301. package/lib/typescript/composites/wui-account-pill/index.d.ts +10 -0
  302. package/lib/typescript/composites/wui-account-pill/index.d.ts.map +1 -0
  303. package/lib/typescript/composites/wui-account-pill/styles.d.ts +22 -0
  304. package/lib/typescript/composites/wui-account-pill/styles.d.ts.map +1 -0
  305. package/lib/typescript/composites/wui-avatar/styles.d.ts.map +1 -1
  306. package/lib/typescript/composites/wui-balance/index.d.ts +6 -0
  307. package/lib/typescript/composites/wui-balance/index.d.ts.map +1 -0
  308. package/lib/typescript/composites/wui-banner/index.d.ts +7 -0
  309. package/lib/typescript/composites/wui-banner/index.d.ts.map +1 -0
  310. package/lib/typescript/composites/wui-banner/styles.d.ts +14 -0
  311. package/lib/typescript/composites/wui-banner/styles.d.ts.map +1 -0
  312. package/lib/typescript/composites/wui-button/index.d.ts.map +1 -1
  313. package/lib/typescript/composites/wui-chip/index.d.ts +4 -3
  314. package/lib/typescript/composites/wui-chip/index.d.ts.map +1 -1
  315. package/lib/typescript/composites/wui-compatible-network/index.d.ts +10 -0
  316. package/lib/typescript/composites/wui-compatible-network/index.d.ts.map +1 -0
  317. package/lib/typescript/composites/wui-icon-box/index.d.ts +1 -1
  318. package/lib/typescript/composites/wui-icon-box/index.d.ts.map +1 -1
  319. package/lib/typescript/composites/wui-list-item/index.d.ts +6 -4
  320. package/lib/typescript/composites/wui-list-item/index.d.ts.map +1 -1
  321. package/lib/typescript/composites/wui-list-item/styles.d.ts +1 -0
  322. package/lib/typescript/composites/wui-list-item/styles.d.ts.map +1 -1
  323. package/lib/typescript/composites/wui-list-social/index.d.ts +15 -0
  324. package/lib/typescript/composites/wui-list-social/index.d.ts.map +1 -0
  325. package/lib/typescript/composites/wui-list-social/styles.d.ts +27 -0
  326. package/lib/typescript/composites/wui-list-social/styles.d.ts.map +1 -0
  327. package/lib/typescript/composites/wui-list-token/index.d.ts +11 -0
  328. package/lib/typescript/composites/wui-list-token/index.d.ts.map +1 -0
  329. package/lib/typescript/composites/wui-list-token/styles.d.ts +23 -0
  330. package/lib/typescript/composites/wui-list-token/styles.d.ts.map +1 -0
  331. package/lib/typescript/composites/wui-list-transaction/index.d.ts +15 -0
  332. package/lib/typescript/composites/wui-list-transaction/index.d.ts.map +1 -0
  333. package/lib/typescript/composites/wui-list-transaction/styles.d.ts +10 -0
  334. package/lib/typescript/composites/wui-list-transaction/styles.d.ts.map +1 -0
  335. package/lib/typescript/composites/wui-list-transaction/utils.d.ts +6 -0
  336. package/lib/typescript/composites/wui-list-transaction/utils.d.ts.map +1 -0
  337. package/lib/typescript/composites/wui-list-wallet/index.d.ts.map +1 -1
  338. package/lib/typescript/composites/wui-logo/index.d.ts +3 -1
  339. package/lib/typescript/composites/wui-logo/index.d.ts.map +1 -1
  340. package/lib/typescript/composites/wui-logo-select/index.d.ts +4 -1
  341. package/lib/typescript/composites/wui-logo-select/index.d.ts.map +1 -1
  342. package/lib/typescript/composites/wui-network-button/index.d.ts +6 -4
  343. package/lib/typescript/composites/wui-network-button/index.d.ts.map +1 -1
  344. package/lib/typescript/composites/wui-network-button/styles.d.ts +1 -1
  345. package/lib/typescript/composites/wui-network-image/index.d.ts +6 -2
  346. package/lib/typescript/composites/wui-network-image/index.d.ts.map +1 -1
  347. package/lib/typescript/composites/wui-network-image/styles.d.ts +2 -0
  348. package/lib/typescript/composites/wui-network-image/styles.d.ts.map +1 -1
  349. package/lib/typescript/composites/wui-otp/index.d.ts.map +1 -1
  350. package/lib/typescript/composites/wui-promo/index.d.ts +8 -0
  351. package/lib/typescript/composites/wui-promo/index.d.ts.map +1 -0
  352. package/lib/typescript/composites/wui-qr-code/index.d.ts +6 -1
  353. package/lib/typescript/composites/wui-qr-code/index.d.ts.map +1 -1
  354. package/lib/typescript/composites/wui-snackbar/index.d.ts.map +1 -1
  355. package/lib/typescript/composites/wui-snackbar/styles.d.ts.map +1 -1
  356. package/lib/typescript/composites/wui-tabs/index.d.ts +4 -2
  357. package/lib/typescript/composites/wui-tabs/index.d.ts.map +1 -1
  358. package/lib/typescript/composites/wui-tabs/styles.d.ts +1 -2
  359. package/lib/typescript/composites/wui-tabs/styles.d.ts.map +1 -1
  360. package/lib/typescript/composites/wui-token-button/index.d.ts +7 -0
  361. package/lib/typescript/composites/wui-token-button/index.d.ts.map +1 -0
  362. package/lib/typescript/composites/wui-token-button/styles.d.ts +17 -0
  363. package/lib/typescript/composites/wui-token-button/styles.d.ts.map +1 -0
  364. package/lib/typescript/composites/wui-transaction-visual/index.d.ts +8 -0
  365. package/lib/typescript/composites/wui-transaction-visual/index.d.ts.map +1 -0
  366. package/lib/typescript/composites/wui-transaction-visual/styles.d.ts +35 -0
  367. package/lib/typescript/composites/wui-transaction-visual/styles.d.ts.map +1 -0
  368. package/lib/typescript/index.d.ts +10 -0
  369. package/lib/typescript/index.d.ts.map +1 -1
  370. package/lib/typescript/layout/wui-flex/index.d.ts.map +1 -1
  371. package/lib/typescript/layout/wui-separator/index.d.ts.map +1 -1
  372. package/lib/typescript/utils/ThemeUtil.d.ts +2 -0
  373. package/lib/typescript/utils/ThemeUtil.d.ts.map +1 -1
  374. package/lib/typescript/utils/TransactionUtil.d.ts +13 -0
  375. package/lib/typescript/utils/TransactionUtil.d.ts.map +1 -0
  376. package/lib/typescript/utils/TypesUtil.d.ts +6 -5
  377. package/lib/typescript/utils/TypesUtil.d.ts.map +1 -1
  378. package/lib/typescript/utils/UiUtil.d.ts +1 -0
  379. package/lib/typescript/utils/UiUtil.d.ts.map +1 -1
  380. package/package.json +4 -4
  381. package/readme.md +1 -1
  382. package/src/assets/svg/ArrowBottomCircle.tsx +12 -0
  383. package/src/assets/svg/Farcaster.tsx +15 -0
  384. package/src/assets/svg/FarcasterSquare.tsx +15 -0
  385. package/src/assets/svg/More.tsx +16 -0
  386. package/src/assets/svg/Paperplane.tsx +12 -0
  387. package/src/assets/svg/WalletConnect.tsx +24 -1
  388. package/src/assets/svg/X.tsx +26 -0
  389. package/src/assets/visual/Google.tsx +43 -0
  390. package/src/assets/visual/Lightbulb.tsx +54 -0
  391. package/src/assets/visual/Pencil.tsx +80 -0
  392. package/src/components/wui-card/index.tsx +1 -1
  393. package/src/components/wui-card/styles.ts +1 -1
  394. package/src/components/wui-icon/index.tsx +17 -8
  395. package/src/components/wui-lean-text/index.tsx +10 -0
  396. package/src/components/wui-lean-view/index.tsx +10 -0
  397. package/src/components/wui-text/index.tsx +4 -3
  398. package/src/components/wui-visual/index.tsx +6 -0
  399. package/src/composites/wui-account-button/index.tsx +17 -8
  400. package/src/composites/wui-account-button/styles.ts +6 -6
  401. package/src/composites/wui-account-pill/index.tsx +64 -0
  402. package/src/composites/wui-account-pill/styles.ts +23 -0
  403. package/src/composites/wui-avatar/styles.ts +2 -1
  404. package/src/composites/wui-balance/index.tsx +25 -0
  405. package/src/composites/wui-banner/index.tsx +28 -0
  406. package/src/composites/wui-banner/styles.ts +15 -0
  407. package/src/composites/wui-button/index.tsx +12 -10
  408. package/src/composites/wui-button/styles.ts +3 -3
  409. package/src/composites/wui-chip/index.tsx +14 -13
  410. package/src/composites/wui-chip/styles.ts +3 -3
  411. package/src/composites/wui-compatible-network/index.tsx +64 -0
  412. package/src/composites/wui-connect-button/styles.ts +1 -1
  413. package/src/composites/wui-icon-box/index.tsx +18 -2
  414. package/src/composites/wui-input-text/styles.ts +1 -1
  415. package/src/composites/wui-list-item/index.tsx +15 -14
  416. package/src/composites/wui-list-item/styles.ts +4 -3
  417. package/src/composites/wui-list-social/index.tsx +65 -0
  418. package/src/composites/wui-list-social/styles.ts +28 -0
  419. package/src/composites/wui-list-token/index.tsx +83 -0
  420. package/src/composites/wui-list-token/styles.ts +24 -0
  421. package/src/composites/wui-list-transaction/index.tsx +65 -0
  422. package/src/composites/wui-list-transaction/styles.ts +10 -0
  423. package/src/composites/wui-list-transaction/utils.ts +83 -0
  424. package/src/composites/wui-list-wallet/index.tsx +7 -6
  425. package/src/composites/wui-logo/index.tsx +4 -2
  426. package/src/composites/wui-logo-select/index.tsx +7 -4
  427. package/src/composites/wui-logo-select/styles.ts +3 -3
  428. package/src/composites/wui-network-button/index.tsx +22 -15
  429. package/src/composites/wui-network-button/styles.ts +5 -5
  430. package/src/composites/wui-network-image/index.tsx +57 -21
  431. package/src/composites/wui-network-image/styles.ts +6 -0
  432. package/src/composites/wui-otp/index.tsx +2 -4
  433. package/src/composites/wui-promo/index.tsx +42 -0
  434. package/src/composites/wui-qr-code/index.tsx +18 -11
  435. package/src/composites/wui-snackbar/index.tsx +1 -0
  436. package/src/composites/wui-snackbar/styles.ts +3 -2
  437. package/src/composites/wui-tabs/index.tsx +33 -9
  438. package/src/composites/wui-tabs/styles.ts +2 -3
  439. package/src/composites/wui-token-button/index.tsx +29 -0
  440. package/src/composites/wui-token-button/styles.ts +18 -0
  441. package/src/composites/wui-transaction-visual/index.tsx +78 -0
  442. package/src/composites/wui-transaction-visual/styles.ts +36 -0
  443. package/src/composites/wui-wallet-image/styles.ts +1 -1
  444. package/src/index.ts +13 -0
  445. package/src/layout/wui-flex/index.tsx +3 -3
  446. package/src/layout/wui-separator/index.tsx +7 -4
  447. package/src/utils/ThemeUtil.ts +4 -2
  448. package/src/utils/TransactionUtil.ts +173 -0
  449. package/src/utils/TypesUtil.ts +58 -6
  450. package/src/utils/UiUtil.ts +18 -0
  451. package/lib/commonjs/assets/svg/Twitter.js.map +0 -1
  452. package/lib/commonjs/assets/svg/TwitterIcon.js.map +0 -1
  453. package/lib/module/assets/svg/Twitter.js +0 -37
  454. package/lib/module/assets/svg/Twitter.js.map +0 -1
  455. package/lib/module/assets/svg/TwitterIcon.js +0 -11
  456. package/lib/module/assets/svg/TwitterIcon.js.map +0 -1
  457. package/lib/typescript/assets/svg/Twitter.d.ts +0 -4
  458. package/lib/typescript/assets/svg/Twitter.d.ts.map +0 -1
  459. package/lib/typescript/assets/svg/TwitterIcon.d.ts +0 -4
  460. package/lib/typescript/assets/svg/TwitterIcon.d.ts.map +0 -1
  461. package/src/assets/svg/Twitter.tsx +0 -27
  462. package/src/assets/svg/TwitterIcon.tsx +0 -10
@@ -1,3 +1,5 @@
1
1
  export declare const PathLg = "M41.1429 4.01705C45.3861 1.56723 50.6139 1.56723 54.8572 4.01705L82.7121 20.0991C86.9553 22.5489 89.5692 27.0764 89.5692 31.976V64.1401C89.5692 69.0398 86.9553 73.5672 82.7121 76.0171L54.8571 92.0991C50.6139 94.5489 45.3861 94.5489 41.1429 92.0991L13.2879 76.0171C9.04471 73.5672 6.43079 69.0398 6.43079 64.1401V31.976C6.43079 27.0764 9.04471 22.5489 13.2879 20.0991L41.1429 4.01705Z";
2
2
  export declare const PathNormal = "M24.0002 2.34328C26.4754 0.914219 29.525 0.914219 32.0002 2.34328L48.2489 11.7245C50.7241 13.1535 52.2489 15.7946 52.2489 18.6527V37.4151C52.2489 40.2732 50.7241 42.9142 48.2489 44.3433L32.0002 53.7245C29.525 55.1535 26.4754 55.1535 24.0002 53.7245L7.75146 44.3433C5.27625 42.9142 3.75146 40.2732 3.75146 37.4151V18.6527C3.75146 15.7946 5.27626 13.1535 7.75146 11.7245L24.0002 2.34328Z";
3
+ export declare const PathSmall = "M17.1428 1.67377C18.9108 0.653013 21.0891 0.653014 22.8571 1.67377L34.4633 8.37463C36.2313 9.39539 37.3205 11.2818 37.3205 13.3233V26.7251C37.3205 28.7666 36.2313 30.653 34.4633 31.6738L22.8571 38.3746C21.0891 39.3954 18.9108 39.3954 17.1428 38.3746L5.53659 31.6738C3.76858 30.653 2.67944 28.7666 2.67944 26.7251V13.3233C2.67944 11.2818 3.76858 9.39539 5.53659 8.37463L17.1428 1.67377Z";
4
+ export declare const PathXS = "M8.57153 0.836886C9.45553 0.326507 10.5447 0.326507 11.4287 0.836886L17.2318 4.18731C18.1158 4.69769 18.6604 5.64091 18.6604 6.66167V13.3625C18.6604 14.3833 18.1158 15.3265 17.2318 15.8369L11.4287 19.1873C10.5447 19.6977 9.45553 19.6977 8.57153 19.1873L2.76841 15.8369C1.88441 15.3265 1.33984 14.3833 1.33984 13.3625V6.66167C1.33984 5.64091 1.88441 4.69769 2.76841 4.18731L8.57153 0.836886Z";
3
5
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-network-image/styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,oYACgX,CAAC;AAEpY,eAAO,MAAM,UAAU,sYAC8W,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-network-image/styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,oYACgX,CAAC;AAEpY,eAAO,MAAM,UAAU,sYAC8W,CAAC;AAEtY,eAAO,MAAM,SAAS,sYAC+W,CAAC;AAEtY,eAAO,MAAM,MAAM,2YACuX,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-otp/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG5E,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;IACnC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,GAAG,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,EAAE,QAAQ,2CAgFvE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-otp/index.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG5E,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;IACnC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,GAAG,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,EAAE,QAAQ,2CA+EvE"}
@@ -0,0 +1,8 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ export interface PromoProps {
3
+ text: string;
4
+ style?: StyleProp<ViewStyle>;
5
+ onPress?: () => void;
6
+ }
7
+ export declare function Promo({ text, style, onPress }: PromoProps): import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-promo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAOrF,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,KAAK,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,UAAU,2CAmBzD"}
@@ -1,8 +1,13 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ import type { IconType } from '../../utils/TypesUtil';
1
3
  export interface QrCodeProps {
2
4
  size: number;
3
5
  uri?: string;
4
6
  imageSrc?: string;
7
+ icon?: IconType;
5
8
  testID?: string;
9
+ arenaClear?: boolean;
10
+ style?: StyleProp<ViewStyle>;
6
11
  }
7
- export declare function QrCode({ size, uri, imageSrc, testID }: QrCodeProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function QrCode({ size, uri, imageSrc, testID, arenaClear, icon, style }: QrCodeProps): import("react/jsx-runtime").JSX.Element;
8
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-qr-code/index.tsx"],"names":[],"mappings":"AAYA,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,WAAW,2CA6DlE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-qr-code/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AASpE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGtD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,WAAW,2CAgE3F"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-snackbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGxE,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAIjE,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,QAAQ,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,aAAa,2CAiB1E"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-snackbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGxE,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAIjE,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,QAAQ,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,aAAa,2CAkB1E"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-snackbar/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAEA,wBAYG"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-snackbar/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAGA,wBAYG"}
@@ -1,7 +1,9 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
1
2
  import type { TabOptionType } from '../../utils/TypesUtil';
2
3
  export interface TabsProps {
3
4
  onTabChange: (index: number) => void;
4
- tabs: TabOptionType[];
5
+ tabs: TabOptionType[] | string[];
6
+ style?: StyleProp<ViewStyle>;
5
7
  }
6
- export declare function Tabs({ tabs, onTabChange }: TabsProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function Tabs({ tabs, onTabChange, style }: TabsProps): import("react/jsx-runtime").JSX.Element;
7
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tabs/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAG3D,MAAM,WAAW,SAAS;IACxB,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,IAAI,EAAE,aAAa,EAAE,CAAC;CACvB;AAED,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,EAAE,SAAS,2CAqDpD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tabs/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAKL,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAG3D,MAAM,WAAW,SAAS;IACxB,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,IAAI,EAAE,aAAa,EAAE,GAAG,MAAM,EAAE,CAAC;IACjC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,EAAE,SAAS,2CAqE3D"}
@@ -1,6 +1,7 @@
1
1
  declare const _default: {
2
2
  container: {
3
3
  height: number;
4
+ width: "100%";
4
5
  flexDirection: "row";
5
6
  alignItems: "center";
6
7
  paddingHorizontal: number;
@@ -10,7 +11,6 @@ declare const _default: {
10
11
  flexDirection: "row";
11
12
  justifyContent: "center";
12
13
  alignItems: "center";
13
- width: number;
14
14
  paddingVertical: number;
15
15
  };
16
16
  tabIcon: {
@@ -19,7 +19,6 @@ declare const _default: {
19
19
  activeMark: {
20
20
  position: "absolute";
21
21
  height: number;
22
- width: number;
23
22
  borderWidth: number;
24
23
  borderRadius: number;
25
24
  margin: number;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tabs/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBA0BG"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tabs/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAyBG"}
@@ -0,0 +1,7 @@
1
+ import type { Balance } from '@reown/appkit-common-react-native';
2
+ export interface TokenButtonProps {
3
+ onPress?: () => void;
4
+ token?: Balance;
5
+ }
6
+ export declare function TokenButton({ token, onPress }: TokenButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-token-button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAMjE,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,gBAAgB,2CAiB/D"}
@@ -0,0 +1,17 @@
1
+ declare const _default: {
2
+ selectButton: {
3
+ height: number;
4
+ paddingHorizontal: number;
5
+ };
6
+ container: {
7
+ height: number;
8
+ };
9
+ image: {
10
+ width: number;
11
+ height: number;
12
+ borderRadius: number;
13
+ marginRight: number;
14
+ };
15
+ };
16
+ export default _default;
17
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-token-button/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAGA,wBAcG"}
@@ -0,0 +1,8 @@
1
+ import type { TransactionImage } from '@reown/appkit-common-react-native';
2
+ export interface TransactionVisualProps {
3
+ images?: TransactionImage[];
4
+ networkSrc?: string;
5
+ isAllNFT?: boolean;
6
+ }
7
+ export declare function TransactionVisual({ images, networkSrc, isAllNFT }: TransactionVisualProps): import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-transaction-visual/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAQ1E,MAAM,WAAW,sBAAsB;IACrC,MAAM,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,sBAAsB,2CA+DzF"}
@@ -0,0 +1,35 @@
1
+ declare const _default: {
2
+ image: {
3
+ height: number;
4
+ width: number;
5
+ borderRadius: number;
6
+ marginRight: number;
7
+ };
8
+ imageNft: {
9
+ borderRadius: number;
10
+ };
11
+ halfContainer: {
12
+ overflow: "hidden";
13
+ width: number;
14
+ marginRight: number;
15
+ };
16
+ halfRight: {
17
+ left: number;
18
+ };
19
+ networkImageContainer: {
20
+ position: "absolute";
21
+ bottom: number;
22
+ left: number;
23
+ borderWidth: number;
24
+ borderRadius: number;
25
+ width: number;
26
+ height: number;
27
+ };
28
+ networkImage: {
29
+ width: number;
30
+ height: number;
31
+ borderRadius: number;
32
+ };
33
+ };
34
+ export default _default;
35
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-transaction-visual/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAgCG"}
@@ -8,12 +8,16 @@ export { Text, type TextProps } from './components/wui-text';
8
8
  export { Visual, type VisualProps } from './components/wui-visual';
9
9
  export { Shimmer, type ShimmerProps } from './components/wui-shimmer';
10
10
  export { AccountButton, type AccountButtonProps } from './composites/wui-account-button';
11
+ export { AccountPill, type AccountPillProps } from './composites/wui-account-pill';
11
12
  export { ActionEntry, type ActionEntryProps } from './composites/wui-action-entry';
12
13
  export { Avatar, type AvatarProps } from './composites/wui-avatar';
14
+ export { Balance, type BalanceProps } from './composites/wui-balance';
15
+ export { Banner, type BannerProps } from './composites/wui-banner';
13
16
  export { Button, type ButtonProps } from './composites/wui-button';
14
17
  export { CardSelectLoader, CardSelectLoaderHeight, type CardSelectLoaderProps } from './composites/wui-card-select-loader';
15
18
  export { CardSelect, CardSelectHeight, CardSelectWidth, type CardSelectProps } from './composites/wui-card-select';
16
19
  export { Chip, type ChipProps } from './composites/wui-chip';
20
+ export { CompatibleNetwork, type CompatibleNetworkProps } from './composites/wui-compatible-network';
17
21
  export { ConnectButton, type ConnectButtonProps } from './composites/wui-connect-button';
18
22
  export { EmailInput, type EmailInputProps } from './composites/wui-email-input';
19
23
  export { IconBox, type IconBoxProps } from './composites/wui-icon-box';
@@ -23,17 +27,22 @@ export { InputNumeric, type InputNumericProps } from './composites/wui-input-num
23
27
  export { InputText, type InputTextProps } from './composites/wui-input-text';
24
28
  export { Link, type LinkProps } from './composites/wui-link';
25
29
  export { ListItem, type ListItemProps } from './composites/wui-list-item';
30
+ export { ListSocial, type ListSocialProps } from './composites/wui-list-social';
31
+ export { ListToken, type ListTokenProps } from './composites/wui-list-token';
32
+ export { ListTransaction, type ListTransactionProps } from './composites/wui-list-transaction';
26
33
  export { ListWallet, type ListWalletProps } from './composites/wui-list-wallet';
27
34
  export { Logo, type LogoProps } from './composites/wui-logo';
28
35
  export { LogoSelect, type LogoSelectProps } from './composites/wui-logo-select';
29
36
  export { NetworkButton, type NetworkButtonProps } from './composites/wui-network-button';
30
37
  export { NetworkImage, type NetworkImageProps } from './composites/wui-network-image';
31
38
  export { Otp, type OtpProps } from './composites/wui-otp';
39
+ export { Promo, type PromoProps } from './composites/wui-promo';
32
40
  export { QrCode, type QrCodeProps } from './composites/wui-qr-code';
33
41
  export { SearchBar, type SearchBarProps } from './composites/wui-search-bar';
34
42
  export { Snackbar, type SnackbarProps } from './composites/wui-snackbar';
35
43
  export { Tabs, type TabsProps } from './composites/wui-tabs';
36
44
  export { Tag, type TagProps } from './composites/wui-tag';
45
+ export { TokenButton, type TokenButtonProps } from './composites/wui-token-button';
37
46
  export { Tooltip, type TooltipProps } from './composites/wui-tooltip';
38
47
  export { WalletImage, type WalletImageProps } from './composites/wui-wallet-image';
39
48
  export { Overlay, type OverlayProps } from './layout/wui-overlay';
@@ -41,6 +50,7 @@ export { FlexView, type FlexViewProps } from './layout/wui-flex';
41
50
  export { Separator } from './layout/wui-separator';
42
51
  export type { ButtonType, CardSelectType, ChipType, ColorType, ThemeKeys as ThemeColorType, IconType, LogoType, PlacementType, SizeType, TagType, TextType, VisualType } from './utils/TypesUtil';
43
52
  export { UiUtil } from './utils/UiUtil';
53
+ export { TransactionUtil } from './utils/TransactionUtil';
44
54
  export { Spacing, BorderRadius } from './utils/ThemeUtil';
45
55
  export { useTheme } from './hooks/useTheme';
46
56
  export { useAnimatedValue } from './hooks/useAnimatedValue';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-flex/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpE,OAAO,KAAK,EACV,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,sBAAsB,EACtB,cAAc,EACd,YAAY,EACZ,WAAW,EACZ,MAAM,uBAAuB,CAAC;AAI/B,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,cAAc,CAAC,EAAE,sBAAsB,CAAC;IACxC,OAAO,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;IACtC,MAAM,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;IACrC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAoB5C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-flex/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9D,OAAO,KAAK,EACV,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,sBAAsB,EACtB,cAAc,EACd,YAAY,EACZ,WAAW,EACZ,MAAM,uBAAuB,CAAC;AAI/B,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,cAAc,CAAC,EAAE,sBAAsB,CAAC;IACxC,OAAO,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;IACtC,MAAM,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;IACrC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAoB5C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-separator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAMpE,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,cAAc,2CAoBxD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-separator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAO9D,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,cAAc,2CAsBxD"}
@@ -15,6 +15,7 @@ export declare const BorderRadius: {
15
15
  m: number;
16
16
  l: number;
17
17
  '3xl': number;
18
+ full: number;
18
19
  };
19
20
  export declare const IconSize: {
20
21
  xxs: number;
@@ -22,6 +23,7 @@ export declare const IconSize: {
22
23
  sm: number;
23
24
  md: number;
24
25
  lg: number;
26
+ xl: number;
25
27
  };
26
28
  export declare const SpinnerSize: {
27
29
  sm: number;
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/ThemeUtil.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE1D,eAAO,MAAM,SAAS,EAAE;KAAG,GAAG,IAAI,SAAS,GAAG,MAAM;CAuEnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE;KAAG,GAAG,IAAI,SAAS,GAAG,MAAM;CAuEpD,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;CAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;CAMpB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;CAKvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE;KAAG,CAAC,IAAI,WAAW,GAAG,MAAM;CAajD,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;CAM3B,CAAC"}
1
+ {"version":3,"file":"ThemeUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/ThemeUtil.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE1D,eAAO,MAAM,SAAS,EAAE;KAAG,GAAG,IAAI,SAAS,GAAG,MAAM;CAuEnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE;KAAG,GAAG,IAAI,SAAS,GAAG,MAAM;CAuEpD,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;CAWxB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;CAOpB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;CAKvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE;KAAG,CAAC,IAAI,WAAW,GAAG,MAAM;CAajD,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;CAM3B,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { TransactionTransfer, Transaction, TransactionImage } from '@reown/appkit-common-react-native';
2
+ export declare const TransactionUtil: {
3
+ getTransactionGroupTitle(year: string, month: string): string;
4
+ getTransactionImages(transfers: TransactionTransfer[]): TransactionImage[];
5
+ getTransactionImage(transfer?: TransactionTransfer): TransactionImage;
6
+ getTransactionImageURL(transfer: TransactionTransfer | undefined): string | undefined;
7
+ getTransactionTransferTokenType(transfer?: TransactionTransfer): 'FUNGIBLE' | 'NFT' | undefined;
8
+ getTransactionDescriptions(transaction: Transaction): string[];
9
+ getTransferDescription(transfer?: TransactionTransfer): string;
10
+ getFungibleTransferDescription(transfer?: TransactionTransfer): string | null;
11
+ getQuantityFixedValue(value: string | undefined): string | null;
12
+ };
13
+ //# sourceMappingURL=TransactionUtil.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/TransactionUtil.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,mBAAmB,EACnB,WAAW,EACX,gBAAgB,EACjB,MAAM,mCAAmC,CAAC;AAU3C,eAAO,MAAM,eAAe;mCACK,MAAM,SAAS,MAAM;oCASpB,mBAAmB,EAAE,GAAG,gBAAgB,EAAE;mCAiB3C,mBAAmB,GAAG,gBAAgB;qCAOpC,mBAAmB,GAAG,SAAS;+CAcrB,mBAAmB,GAAG,UAAU,GAAG,KAAK,GAAG,SAAS;4CAUvD,WAAW;sCA+DjB,mBAAmB;8CAgBX,mBAAmB;iCAWhC,MAAM,GAAG,SAAS;CAShD,CAAC"}
@@ -1,18 +1,18 @@
1
1
  export type ThemeKeys = 'accent-100' | 'accent-090' | 'accent-080' | 'accent-020' | 'accent-glass-090' | 'accent-glass-080' | 'accent-glass-020' | 'accent-glass-015' | 'accent-glass-010' | 'accent-glass-005' | 'accent-glass-002' | 'fg-100' | 'fg-125' | 'fg-150' | 'fg-175' | 'fg-200' | 'fg-225' | 'fg-250' | 'fg-275' | 'fg-300' | 'bg-100' | 'bg-125' | 'bg-150' | 'bg-175' | 'bg-200' | 'bg-225' | 'bg-250' | 'bg-275' | 'bg-300' | 'inverse-100' | 'inverse-000' | 'success-100' | 'success-glass-020' | 'success-glass-015' | 'success-glass-010' | 'success-glass-005' | 'error-100' | 'error-glass-020' | 'error-glass-015' | 'error-glass-010' | 'error-glass-005' | 'teal-100' | 'magenta-100' | 'indigo-100' | 'orange-100' | 'purple-100' | 'yellow-100' | 'gray-glass-001' | 'gray-glass-002' | 'gray-glass-005' | 'gray-glass-010' | 'gray-glass-015' | 'gray-glass-020' | 'gray-glass-025' | 'gray-glass-030' | 'gray-glass-060' | 'gray-glass-070' | 'gray-glass-080' | 'gray-glass-090' | 'icon-box-bg-error-100' | 'icon-box-bg-success-100';
2
2
  export type TextType = 'medium-title-400' | 'medium-title-500' | 'medium-title-600' | 'small-title-400' | 'small-title-500' | 'small-title-600' | 'large-400' | 'large-500' | 'large-600' | 'medium-400' | 'medium-500' | 'medium-600' | 'paragraph-400' | 'paragraph-500' | 'paragraph-600' | 'small-400' | 'small-500' | 'small-600' | 'tiny-400' | 'tiny-500' | 'tiny-600' | 'micro-600' | 'micro-700';
3
- export type ColorType = 'accent-100' | 'error-100' | 'fg-100' | 'fg-150' | 'fg-200' | 'fg-250' | 'fg-275' | 'fg-300' | 'gray-glass-020' | 'inverse-000' | 'inverse-100' | 'success-100';
3
+ export type ColorType = 'accent-100' | 'error-100' | 'fg-100' | 'fg-150' | 'fg-175' | 'fg-200' | 'fg-250' | 'fg-275' | 'fg-300' | 'bg-100' | 'bg-125' | 'bg-150' | 'bg-175' | 'bg-200' | 'bg-225' | 'bg-250' | 'bg-275' | 'bg-300' | 'accent-glass-020' | 'accent-glass-015' | 'accent-glass-010' | 'accent-glass-005' | 'gray-glass-020' | 'gray-glass-010' | 'gray-glass-005' | 'inverse-000' | 'inverse-100' | 'success-100' | 'teal-100' | 'magenta-100' | 'indigo-100' | 'orange-100' | 'purple-100' | 'yellow-100';
4
4
  export type SizeType = 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'xxs';
5
5
  export type PlacementType = 'bottom' | 'left' | 'right' | 'top';
6
6
  export type ButtonType = 'accent' | 'fill' | 'shade';
7
7
  export type ChipType = 'fill' | 'shade' | 'transparent';
8
- export type IconType = 'allWallets' | 'apple' | 'arrowBottom' | 'arrowLeft' | 'arrowRight' | 'arrowTop' | 'browser' | 'checkmark' | 'chevronBottom' | 'chevronLeft' | 'chevronRight' | 'chevronRightSmall' | 'chevronTop' | 'clock' | 'close' | 'coinPlaceholder' | 'compass' | 'copy' | 'copySmall' | 'cursor' | 'desktop' | 'disconnect' | 'discord' | 'etherscan' | 'extension' | 'externalLink' | 'facebook' | 'filters' | 'github' | 'google' | 'helpCircle' | 'infoCircle' | 'mail' | 'mobile' | 'networkPlaceholder' | 'nftPlaceholder' | 'off' | 'qrCode' | 'refresh' | 'search' | 'swapHorizontal' | 'swapVertical' | 'telegram' | 'twitch' | 'twitter' | 'twitterIcon' | 'verify' | 'wallet' | 'walletSmall' | 'walletConnect' | 'walletPlaceholder' | 'warningCircle';
9
- export type VisualType = 'browser' | 'dao' | 'defi' | 'defiAlt' | 'eth' | 'layers' | 'lock' | 'login' | 'network' | 'nft' | 'noun' | 'profile' | 'system';
10
- export type LogoType = 'apple' | 'discord' | 'facebook' | 'github' | 'google' | 'telegram' | 'twitch' | 'twitter';
8
+ export type IconType = 'allWallets' | 'apple' | 'arrowBottom' | 'arrowBottomCircle' | 'arrowLeft' | 'arrowRight' | 'arrowTop' | 'browser' | 'checkmark' | 'chevronBottom' | 'chevronLeft' | 'chevronRight' | 'chevronRightSmall' | 'chevronTop' | 'clock' | 'close' | 'coinPlaceholder' | 'compass' | 'copy' | 'copySmall' | 'cursor' | 'desktop' | 'disconnect' | 'discord' | 'etherscan' | 'extension' | 'externalLink' | 'facebook' | 'farcaster' | 'farcasterSquare' | 'filters' | 'github' | 'google' | 'helpCircle' | 'infoCircle' | 'mail' | 'mobile' | 'more' | 'networkPlaceholder' | 'nftPlaceholder' | 'off' | 'paperplane' | 'qrCode' | 'refresh' | 'search' | 'swapHorizontal' | 'swapVertical' | 'telegram' | 'twitch' | 'verify' | 'wallet' | 'walletSmall' | 'walletConnect' | 'walletConnectLightBrown' | 'walletPlaceholder' | 'warningCircle' | 'x';
9
+ export type VisualType = 'browser' | 'dao' | 'defi' | 'defiAlt' | 'eth' | 'google' | 'layers' | 'lightbulb' | 'lock' | 'login' | 'network' | 'nft' | 'noun' | 'pencil' | 'profile' | 'system';
10
+ export type LogoType = 'apple' | 'discord' | 'facebook' | 'farcaster' | 'farcasterSquare' | 'github' | 'google' | 'more' | 'telegram' | 'twitch' | 'x';
11
11
  export type TagType = 'main' | 'shade' | 'error' | 'success';
12
12
  export type CardSelectType = 'wallet' | 'network';
13
13
  export type TabOptionType = {
14
14
  icon: IconType;
15
- label: string;
15
+ label?: string;
16
16
  };
17
17
  export type SpacingType = '0' | '4xs' | '3xs' | '2xs' | 'xs' | 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl' | '4xl';
18
18
  export type BorderRadiusType = Exclude<SpacingType, 'xl' | 'xxl'>;
@@ -29,4 +29,5 @@ export type TruncateOptions = {
29
29
  charsEnd: number;
30
30
  truncate: TruncateType;
31
31
  };
32
+ export type TransactionType = 'approve' | 'bought' | 'borrow' | 'burn' | 'cancel' | 'claim' | 'deploy' | 'deposit' | 'execute' | 'mint' | 'receive' | 'repay' | 'send' | 'stake' | 'trade' | 'unstake' | 'withdraw';
32
33
  //# sourceMappingURL=TypesUtil.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TypesUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/TypesUtil.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TypesUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/TypesUtil.ts"],"names":[],"mappings":"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"}
@@ -6,5 +6,6 @@ export declare const UiUtil: {
6
6
  tintColor(rgb: [number, number, number], tint: number): [number, number, number];
7
7
  getTruncateString({ string, charsStart, charsEnd, truncate }: TruncateOptions): string;
8
8
  getWalletName(name: string, short?: boolean): string | undefined;
9
+ formatNumberToLocalString(value: string | number | undefined, decimals?: number): string;
9
10
  };
10
11
  //# sourceMappingURL=UiUtil.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UiUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/UiUtil.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEhE,eAAO,MAAM,MAAM;8BACS,WAAW,GAAG,WAAW,EAAE,SAAS,MAAM;mCAUrC,MAAM;kBAiBvB,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;mBAUhC,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,QAAQ,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;kEASlB,eAAe;wBAgBzD,MAAM;CAG3B,CAAC"}
1
+ {"version":3,"file":"UiUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/UiUtil.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEhE,eAAO,MAAM,MAAM;8BACS,WAAW,GAAG,WAAW,EAAE,SAAS,MAAM;mCAUrC,MAAM;kBAiBvB,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;mBAUhC,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,QAAQ,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;kEASlB,eAAe;wBAgBzD,MAAM;qCAIO,MAAM,GAAG,MAAM,GAAG,SAAS;CAiB7D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-ui-react-native",
3
- "version": "0.0.0-fix-email-login-20241010173711",
3
+ "version": "0.0.0-fix-fetch-error-improvements-20241114122508",
4
4
  "main": "lib/commonjs/index.js",
5
5
  "types": "lib/typescript/index.d.ts",
6
6
  "module": "lib/module/index.js",
@@ -26,12 +26,12 @@
26
26
  "walletconnect",
27
27
  "react-native"
28
28
  ],
29
- "repository": "https://github.com/WalletConnect/web3modal-react-native",
29
+ "repository": "https://github.com/reown-com/appkit-react-native",
30
30
  "author": "Reown <support@reown.com> (https://reown.com)",
31
- "homepage": "https://github.com/WalletConnect/web3modal-react-native",
31
+ "homepage": "https://reown.com/appkit",
32
32
  "license": "Apache-2.0",
33
33
  "bugs": {
34
- "url": "https://github.com/WalletConnect/web3modal-react-native/issues"
34
+ "url": "https://github.com/reown-com/appkit-react-native/issues"
35
35
  },
36
36
  "publishConfig": {
37
37
  "registry": "https://registry.npmjs.org/",
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  #### 📚 [Documentation](https://docs.reown.com/appkit/react-native/core/installation)
2
2
 
3
- #### 🔎 [Examples](https://github.com/WalletConnect/react-native-examples)
3
+ #### 🔎 [Examples](https://github.com/reown-com/react-native-examples)
4
4
 
5
5
  #### 🔗 [Website](https://reown.com/appkit)
6
6
 
@@ -0,0 +1,12 @@
1
+ import Svg, { Path, type SvgProps } from 'react-native-svg';
2
+ const SvgArrowBottomCircle = (props: SvgProps) => (
3
+ <Svg fill="none" viewBox="0 0 20 20" {...props}>
4
+ <Path
5
+ fillRule="evenodd"
6
+ clipRule="evenodd"
7
+ d="M10 2.42908C5.81875 2.42908 2.42859 5.81989 2.42859 10.0034C2.42859 14.1869 5.81875 17.5777 10 17.5777C14.1813 17.5777 17.5714 14.1869 17.5714 10.0034C17.5714 5.81989 14.1813 2.42908 10 2.42908ZM0.428589 10.0034C0.428589 4.71596 4.71355 0.429077 10 0.429077C15.2865 0.429077 19.5714 4.71596 19.5714 10.0034C19.5714 15.2908 15.2865 19.5777 10 19.5777C4.71355 19.5777 0.428589 15.2908 0.428589 10.0034ZM10 5.75003C10.5523 5.75003 11 6.19774 11 6.75003L11 10.8343L12.2929 9.54137C12.6834 9.15085 13.3166 9.15085 13.7071 9.54137C14.0976 9.9319 14.0976 10.5651 13.7071 10.9556L10.7071 13.9556C10.3166 14.3461 9.68343 14.3461 9.29291 13.9556L6.29291 10.9556C5.90239 10.5651 5.90239 9.9319 6.29291 9.54137C6.68343 9.15085 7.3166 9.15085 7.70712 9.54137L9.00002 10.8343L9.00002 6.75003C9.00002 6.19774 9.44773 5.75003 10 5.75003Z"
8
+ fill={props.fill || '#fff'}
9
+ />
10
+ </Svg>
11
+ );
12
+ export default SvgArrowBottomCircle;
@@ -0,0 +1,15 @@
1
+ import Svg, { Path, type SvgProps, Rect } from 'react-native-svg';
2
+ const SvgFarcaster = (props: SvgProps) => (
3
+ <Svg {...props} fill="none" viewBox="0 0 1000 1000">
4
+ <Rect width="1000" height="1000" rx="1000" ry="1000" fill="#855DCD" />
5
+ <Path
6
+ fill="#fff"
7
+ d="M320 248h354v504h-51.96V521.13h-.5c-5.76-63.8-59.31-113.81-124.54-113.81s-118.78 50-124.53 113.81h-.5V752H320V248Z"
8
+ />
9
+ <Path
10
+ fill="#fff"
11
+ d="m225 320 21.16 71.46h17.9v289.09a16.29 16.29 0 0 0-16.28 16.24v19.49h-3.25a16.3 16.3 0 0 0-16.28 16.24V752h182.26v-19.48a16.22 16.22 0 0 0-16.28-16.24h-3.25v-19.5a16.22 16.22 0 0 0-16.28-16.23h-19.52V320H225Zm400.3 360.55a16.3 16.3 0 0 0-15.04 10.02 16.2 16.2 0 0 0-1.24 6.22v19.49h-3.25a16.29 16.29 0 0 0-16.27 16.24V752h182.24v-19.48a16.23 16.23 0 0 0-16.27-16.24h-3.25v-19.5a16.2 16.2 0 0 0-10.04-15 16.3 16.3 0 0 0-6.23-1.23v-289.1h17.9L775 320H644.82v360.55H625.3Z"
12
+ />
13
+ </Svg>
14
+ );
15
+ export default SvgFarcaster;
@@ -0,0 +1,15 @@
1
+ import Svg, { Path, type SvgProps, Rect } from 'react-native-svg';
2
+ const SvgFarcaster = (props: SvgProps) => (
3
+ <Svg {...props} fill="none" viewBox="0 0 1000 1000">
4
+ <Rect width="1000" height="1000" rx="300" ry="300" fill="#855DCD" />
5
+ <Path
6
+ fill="#fff"
7
+ d="M320 248h354v504h-51.96V521.13h-.5c-5.76-63.8-59.31-113.81-124.54-113.81s-118.78 50-124.53 113.81h-.5V752H320V248Z"
8
+ />
9
+ <Path
10
+ fill="#fff"
11
+ d="m225 320 21.16 71.46h17.9v289.09a16.29 16.29 0 0 0-16.28 16.24v19.49h-3.25a16.3 16.3 0 0 0-16.28 16.24V752h182.26v-19.48a16.22 16.22 0 0 0-16.28-16.24h-3.25v-19.5a16.22 16.22 0 0 0-16.28-16.23h-19.52V320H225Zm400.3 360.55a16.3 16.3 0 0 0-15.04 10.02 16.2 16.2 0 0 0-1.24 6.22v19.49h-3.25a16.29 16.29 0 0 0-16.27 16.24V752h182.24v-19.48a16.23 16.23 0 0 0-16.27-16.24h-3.25v-19.5a16.2 16.2 0 0 0-10.04-15 16.3 16.3 0 0 0-6.23-1.23v-289.1h17.9L775 320H644.82v360.55H625.3Z"
12
+ />
13
+ </Svg>
14
+ );
15
+ export default SvgFarcaster;
@@ -0,0 +1,16 @@
1
+ import Svg, { Circle, Path, type SvgProps } from 'react-native-svg';
2
+ const SvgMore = (props: SvgProps) => (
3
+ <Svg viewBox="0 0 41 40" fill="none" {...props}>
4
+ <Path
5
+ fill={props.fill || '#fff'}
6
+ fillOpacity=".05"
7
+ d="M.6 20a20 20 0 1 1 40 0 20 20 0 0 1-40 0Z"
8
+ />
9
+ <Path
10
+ fill="#949E9E"
11
+ d="M15.6 20.31a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM23.1 20.31a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM28.1 22.81a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"
12
+ />
13
+ <Circle cx={20} cy={19.886} r={19.5} stroke="#fff" strokeOpacity={0.1} fill="none" />
14
+ </Svg>
15
+ );
16
+ export default SvgMore;
@@ -0,0 +1,12 @@
1
+ import Svg, { Path, type SvgProps } from 'react-native-svg';
2
+ const SvgPaperplane = (props: SvgProps) => (
3
+ <Svg viewBox="0 0 18 18" fill="none" {...props}>
4
+ <Path
5
+ fillRule="evenodd"
6
+ clipRule="evenodd"
7
+ d="M13.8808 2.34818C13.22 2.47804 12.3501 2.75876 11.0748 3.17302L8.50869 4.00652C6.40631 4.68941 4.90679 5.17786 3.88121 5.63184C3.37166 5.8574 3.0351 6.05097 2.82022 6.22041C2.61183 6.38473 2.57011 6.48493 2.55969 6.51823C2.48058 6.77109 2.48009 7.04201 2.55831 7.29515C2.56861 7.3285 2.60998 7.42884 2.81777 7.5939C3.03205 7.7641 3.36792 7.95887 3.87667 8.18624C4.79287 8.59572 6.08844 9.03414 7.85529 9.61644L10.3876 6.5986C10.7426 6.17553 11.3733 6.12034 11.7964 6.47534C12.2195 6.83035 12.2746 7.4611 11.9196 7.88418L9.38738 10.902C10.2676 12.5409 10.9244 13.7407 11.4867 14.5718C11.799 15.0334 12.0491 15.3303 12.2539 15.5118C12.4526 15.6878 12.5586 15.7111 12.5932 15.7154C12.8561 15.7485 13.1228 15.701 13.3581 15.5792C13.3891 15.5631 13.4805 15.5046 13.6061 15.2709C13.7357 15.0298 13.8679 14.6648 14.0015 14.1238C14.2705 13.035 14.4912 11.4734 14.7986 9.28438L15.1738 6.61255C15.3603 5.28462 15.4857 4.37923 15.4989 3.70596C15.512 3.03708 15.4047 2.80566 15.3145 2.69189C15.2044 2.55304 15.0673 2.43798 14.9114 2.35371C14.7837 2.28465 14.5372 2.21916 13.8808 2.34818ZM7.49373 11.603C5.61919 10.9864 4.1304 10.4903 3.0606 10.0122C2.48683 9.75574 1.9778 9.48086 1.57383 9.15998C1.16337 8.83395 0.813119 8.42178 0.647443 7.88557C0.449667 7.24547 0.450886 6.56041 0.65094 5.92102C0.818524 5.3854 1.17024 4.97448 1.58185 4.64992C1.98697 4.33047 2.49697 4.0574 3.07166 3.80301C4.20309 3.30217 5.80179 2.7829 7.82903 2.12443L10.5196 1.25048C11.7166 0.861654 12.7017 0.541645 13.4951 0.385722C14.3065 0.22624 15.1202 0.192948 15.8627 0.594428C16.2568 0.807527 16.6035 1.09845 16.8818 1.44956C17.4062 2.11106 17.5147 2.91821 17.4985 3.74503C17.4827 4.55338 17.3386 5.57909 17.1636 6.8254L16.7701 9.62688C16.4737 11.7377 16.2399 13.4023 15.9432 14.6035C15.7924 15.2136 15.6121 15.7633 15.3678 16.2177C15.1197 16.6794 14.7761 17.0972 14.2777 17.3552C13.6827 17.6632 13.0083 17.7834 12.3436 17.6998C11.7867 17.6297 11.32 17.3564 10.9277 17.0088C10.5415 16.6667 10.1824 16.2131 9.83023 15.6926C9.17361 14.7221 8.42648 13.342 7.49373 11.603Z"
8
+ fill={props.fill || '#fff'}
9
+ />
10
+ </Svg>
11
+ );
12
+ export default SvgPaperplane;
@@ -1,4 +1,4 @@
1
- import Svg, { Path, type SvgProps } from 'react-native-svg';
1
+ import Svg, { ClipPath, Defs, G, Path, type SvgProps } from 'react-native-svg';
2
2
  const SvgWalletConnect = (props: SvgProps) => (
3
3
  <Svg fill="none" viewBox="0 0 96 67" {...props}>
4
4
  <Path
@@ -13,3 +13,26 @@ const SvgWalletConnect = (props: SvgProps) => (
13
13
  </Svg>
14
14
  );
15
15
  export default SvgWalletConnect;
16
+
17
+ export const WalletConnectLightBrownSvg = (props: SvgProps) => (
18
+ <Svg viewBox="0 0 16 16" fill="none" {...props}>
19
+ <G clipPath="url(#clip0_22274_4692)">
20
+ <Path
21
+ d="M0 6.64C0 4.17295 0 2.93942 0.525474 2.01817C0.880399 1.39592 1.39592 0.880399 2.01817 0.525474C2.93942 0 4.17295 0 6.64 0H9.36C11.8271 0 13.0606 0 13.9818 0.525474C14.6041 0.880399 15.1196 1.39592 15.4745 2.01817C16 2.93942 16 4.17295 16 6.64V9.36C16 11.8271 16 13.0606 15.4745 13.9818C15.1196 14.6041 14.6041 15.1196 13.9818 15.4745C13.0606 16 11.8271 16 9.36 16H6.64C4.17295 16 2.93942 16 2.01817 15.4745C1.39592 15.1196 0.880399 14.6041 0.525474 13.9818C0 13.0606 0 11.8271 0 9.36V6.64Z"
22
+ fill="#C7B994"
23
+ />
24
+ <Path
25
+ d="M4.49038 5.76609C6.42869 3.86833 9.5713 3.86833 11.5096 5.76609L11.7429 5.99449C11.8398 6.08938 11.8398 6.24323 11.7429 6.33811L10.9449 7.11942C10.8964 7.16686 10.8179 7.16686 10.7694 7.11942L10.4484 6.80512C9.09617 5.48119 6.90381 5.48119 5.5516 6.80512L5.20782 7.14171C5.15936 7.18915 5.08079 7.18915 5.03234 7.14171L4.23434 6.3604C4.13742 6.26552 4.13742 6.11167 4.23434 6.01678L4.49038 5.76609ZM13.1599 7.38192L13.8702 8.07729C13.9671 8.17217 13.9671 8.32602 13.8702 8.4209L10.6677 11.5564C10.5708 11.6513 10.4137 11.6513 10.3168 11.5564L8.04388 9.33105C8.01965 9.30733 7.98037 9.30733 7.95614 9.33105L5.6833 11.5564C5.58638 11.6513 5.42925 11.6513 5.33234 11.5564L2.12982 8.42087C2.0329 8.32598 2.0329 8.17213 2.12982 8.07724L2.84004 7.38188C2.93695 7.28699 3.09408 7.28699 3.191 7.38188L5.46392 9.60726C5.48815 9.63098 5.52743 9.63098 5.55166 9.60726L7.82447 7.38188C7.92138 7.28699 8.07851 7.28699 8.17543 7.38187L10.4484 9.60726C10.4726 9.63098 10.5119 9.63098 10.5361 9.60726L12.809 7.38192C12.9059 7.28703 13.063 7.28703 13.1599 7.38192Z"
26
+ fill="#202020"
27
+ />
28
+ </G>
29
+ <Defs>
30
+ <ClipPath id="clip0_22274_4692">
31
+ <Path
32
+ d="M0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8Z"
33
+ fill="white"
34
+ />
35
+ </ClipPath>
36
+ </Defs>
37
+ </Svg>
38
+ );
@@ -0,0 +1,26 @@
1
+ import Svg, { G, Path, Defs, ClipPath, type SvgProps, Rect } from 'react-native-svg';
2
+ const SvgX = (props: SvgProps) => (
3
+ <Svg viewBox="0 0 40 40" {...props} fill="none">
4
+ <G clipPath="url(#clip0_22845_4959)">
5
+ <Rect width="40" height="40" fill="black" />
6
+ <Path
7
+ d="M21.8266 18.4604L28.9742 10.1519H27.2805L21.0742 17.366L16.1172 10.1519H10.4L17.8959 21.061L10.4 29.7738H12.0938L18.6479 22.1553L23.8827 29.7738H29.6L21.8266 18.4604ZM12.7042 11.427H15.3058L27.2813 28.5567H24.6796L12.7042 11.427Z"
8
+ fill="white"
9
+ />
10
+ </G>
11
+ <Path
12
+ d="M0.5 20C0.5 9.23045 9.23045 0.5 20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20Z"
13
+ stroke="white"
14
+ strokeOpacity="0.05"
15
+ />
16
+ <Defs>
17
+ <ClipPath id="clip0_22845_4959">
18
+ <Path
19
+ d="M0 20C0 8.95431 8.95431 0 20 0C31.0457 0 40 8.95431 40 20C40 31.0457 31.0457 40 20 40C8.95431 40 0 31.0457 0 20Z"
20
+ fill="white"
21
+ />
22
+ </ClipPath>
23
+ </Defs>
24
+ </Svg>
25
+ );
26
+ export default SvgX;