@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
@@ -0,0 +1,43 @@
1
+ import Svg, { Path, Rect, type SvgProps } from 'react-native-svg';
2
+ const GoogleSvg = (props: SvgProps) => (
3
+ <Svg width="64" height="64" viewBox="0 0 64 64" fill="none" {...props}>
4
+ <Rect width="64" height="64" rx="30" fill="#1DC956" />
5
+ <Rect x="0.5" y="0.5" width="63" height="63" rx="29.5" stroke="#141414" strokeOpacity="0.1" />
6
+ <Path
7
+ d="M32.4053 19.8031C35.3901 19.8031 38.0431 20.8349 40.1619 22.8247L45.9656 17.0211C42.4465 13.7416 37.8773 11.7333 32.4053 11.7333C24.4829 11.7333 17.6475 16.2841 14.3127 22.9168L21.056 28.1493C22.6589 23.359 27.136 19.8031 32.4053 19.8031Z"
8
+ fill="#1DC956"
9
+ stroke="white"
10
+ strokeWidth="2"
11
+ strokeLinejoin="round"
12
+ />
13
+ <Path
14
+ d="M32.4053 52.2667C37.8773 52.2667 42.465 50.4611 45.8182 47.3658L39.2407 42.2623C37.4351 43.4783 35.1321 44.2153 32.4053 44.2153C27.136 44.2153 22.6589 40.6594 21.056 35.8691L14.3127 41.1016C17.6475 47.7159 24.4829 52.2667 32.4053 52.2667Z"
15
+ fill="#2BEE6C"
16
+ />
17
+ <Path
18
+ d="M21.056 35.8507L19.5636 36.993L14.3127 41.0832M39.2407 42.2623L45.8182 47.3658C42.465 50.4611 37.8773 52.2667 32.4053 52.2667C24.4829 52.2667 17.6475 47.7159 14.3127 41.1016L21.056 35.8691C22.6589 40.6594 27.136 44.2153 32.4053 44.2153C35.1321 44.2153 37.4351 43.4783 39.2407 42.2623Z"
19
+ stroke="white"
20
+ strokeWidth="2"
21
+ strokeLinejoin="round"
22
+ />
23
+ <Path
24
+ d="M51.8613 32.4606C51.8613 31.0235 51.7323 29.6417 51.4928 28.3151H32.4053V36.1638H43.3124C42.8334 38.688 41.3963 40.8252 39.2407 42.2623L45.8181 47.3658C49.6503 43.8283 51.8613 38.6327 51.8613 32.4606Z"
25
+ fill="#1FAD7E"
26
+ stroke="white"
27
+ strokeWidth="2"
28
+ strokeLinejoin="round"
29
+ />
30
+ <Path
31
+ d="M21.056 35.8507C20.6507 34.6347 20.4111 33.345 20.4111 32C20.4111 30.655 20.6507 29.3653 21.056 28.1493L14.3127 22.9169C12.9309 25.6437 12.1387 28.7205 12.1387 32C12.1387 35.2795 12.9309 38.3564 14.3127 41.0831L19.5636 36.993L21.056 35.8507Z"
32
+ fill="#86F999"
33
+ />
34
+ <Path
35
+ d="M21.056 35.8691L14.3127 41.1016M21.056 35.8507C20.6507 34.6347 20.4111 33.345 20.4111 32C20.4111 30.655 20.6507 29.3653 21.056 28.1493L14.3127 22.9169C12.9309 25.6437 12.1387 28.7205 12.1387 32C12.1387 35.2795 12.9309 38.3564 14.3127 41.0831L19.5636 36.993L21.056 35.8507Z"
36
+ stroke="white"
37
+ strokeWidth="2"
38
+ strokeLinejoin="round"
39
+ />
40
+ </Svg>
41
+ );
42
+
43
+ export default GoogleSvg;
@@ -0,0 +1,54 @@
1
+ import Svg, { ClipPath, Defs, G, Path, Rect, type SvgProps } from 'react-native-svg';
2
+ const LightbulbSvg = (props: SvgProps) => (
3
+ <Svg width="64" height="64" viewBox="0 0 64 64" fill="none" {...props}>
4
+ <G clip-path="url(#clip0_241_31636)">
5
+ <Path
6
+ d="M0 26.5595C0 16.6913 0 11.7572 2.1019 8.07217C3.5216 5.58318 5.58366 3.52111 8.07266 2.10141C11.7577 -0.000488281 16.6918 -0.000488281 26.56 -0.000488281H37.44C47.3082 -0.000488281 52.2423 -0.000488281 55.9273 2.10141C58.4163 3.52111 60.4784 5.58318 61.8981 8.07217C64 11.7572 64 16.6913 64 26.5595V37.4395C64 47.3077 64 52.2418 61.8981 55.9269C60.4784 58.4159 58.4163 60.4779 55.9273 61.8976C52.2423 63.9995 47.3082 63.9995 37.44 63.9995H26.56C16.6918 63.9995 11.7577 63.9995 8.07266 61.8976C5.58366 60.4779 3.5216 58.4159 2.1019 55.9269C0 52.2418 0 47.3077 0 37.4395V26.5595Z"
7
+ fill="#794CFF"
8
+ />
9
+ <Path
10
+ d="M0.5 26.5595C0.5 21.6163 0.50047 17.942 0.760736 15.0418C1.02039 12.1485 1.53555 10.0742 2.53621 8.3199C3.91155 5.90869 5.90917 3.91106 8.32039 2.53572C10.0747 1.53506 12.1489 1.01991 15.0423 0.760247C17.9425 0.499981 21.6168 0.499512 26.56 0.499512H37.44C42.3832 0.499512 46.0575 0.499981 48.9577 0.760247C51.8511 1.01991 53.9253 1.53506 55.6796 2.53572C58.0908 3.91106 60.0885 5.90869 61.4638 8.3199C62.4645 10.0742 62.9796 12.1485 63.2393 15.0418C63.4995 17.942 63.5 21.6163 63.5 26.5595V37.4395C63.5 42.3827 63.4995 46.057 63.2393 48.9572C62.9796 51.8506 62.4645 53.9248 61.4638 55.6791C60.0885 58.0903 58.0908 60.088 55.6796 61.4633C53.9253 62.464 51.8511 62.9791 48.9577 63.2388C46.0575 63.499 42.3832 63.4995 37.44 63.4995H26.56C21.6168 63.4995 17.9425 63.499 15.0423 63.2388C12.1489 62.9791 10.0747 62.464 8.32039 61.4633C5.90917 60.088 3.91155 58.0903 2.53621 55.6791C1.53555 53.9248 1.02039 51.8506 0.760736 48.9572C0.50047 46.057 0.5 42.3827 0.5 37.4395V26.5595Z"
11
+ stroke="#141414"
12
+ strokeOpacity="0.1"
13
+ />
14
+ <Path
15
+ d="M40 39.4595C44.7824 36.693 48 31.5222 48 25.6C48 16.7634 40.8366 9.59998 32 9.59998C23.1634 9.59998 16 16.7634 16 25.6C16 31.5222 19.2176 36.693 24 39.4595V45.8144H40V39.4595Z"
16
+ fill="#906EF7"
17
+ />
18
+ <Path
19
+ d="M24 49.9689C24 51.8192 24 52.7444 24.3941 53.4353C24.6603 53.902 25.0469 54.2886 25.5136 54.5548C26.2046 54.9489 27.1297 54.9489 28.98 54.9489H35.02C36.8703 54.9489 37.7954 54.9489 38.4864 54.5548C38.9531 54.2886 39.3397 53.902 39.6059 53.4353C40 52.7444 40 51.8192 40 49.9689V45.8144H24V49.9689Z"
20
+ fill="#906EF7"
21
+ />
22
+ <Path
23
+ d="M24 45.8144V39.4595C19.2176 36.693 16 31.5222 16 25.6C16 16.7634 23.1634 9.59998 32 9.59998C40.8366 9.59998 48 16.7634 48 25.6C48 31.5222 44.7824 36.693 40 39.4595V45.8144M24 45.8144H40M24 45.8144V49.9689C24 51.8192 24 52.7444 24.3941 53.4353C24.6603 53.902 25.0469 54.2886 25.5136 54.5548C26.2046 54.9489 27.1297 54.9489 28.98 54.9489H35.02C36.8703 54.9489 37.7954 54.9489 38.4864 54.5548C38.9531 54.2886 39.3397 53.902 39.6059 53.4353C40 52.7444 40 51.8192 40 49.9689V45.8144"
24
+ stroke="white"
25
+ strokeWidth="2"
26
+ strokeLinejoin="round"
27
+ />
28
+ <Path
29
+ d="M24 49.9689C24 51.8192 24 52.7444 24.3941 53.4353C24.6603 53.902 25.0469 54.2886 25.5136 54.5548C26.2046 54.9489 27.1297 54.9489 28.98 54.9489H35.02C36.8703 54.9489 37.7954 54.9489 38.4864 54.5548C38.9531 54.2886 39.3397 53.902 39.6059 53.4353C40 52.7444 40 51.8192 40 49.9689V45.8144H24V49.9689Z"
30
+ fill="#643CDD"
31
+ stroke="white"
32
+ strokeWidth="2"
33
+ strokeLinejoin="round"
34
+ />
35
+ <Path
36
+ d="M29.6735 26.9101V29.1109H34.0753V26.9101C34.0753 25.6945 35.0607 24.7092 36.2762 24.7092C37.4917 24.7092 38.4771 25.6945 38.4771 26.9101C38.4771 28.1256 37.4917 29.1109 36.2762 29.1109H34.0753H29.6735H27.4726C26.2571 29.1109 25.2717 28.1256 25.2717 26.9101C25.2717 25.6945 26.2571 24.7092 27.4726 24.7092C28.6881 24.7092 29.6735 25.6945 29.6735 26.9101Z"
37
+ fill="#906EF7"
38
+ />
39
+ <Path
40
+ d="M29.6735 45.3183V26.9101C29.6735 25.6945 28.6881 24.7092 27.4726 24.7092V24.7092C26.2571 24.7092 25.2717 25.6945 25.2717 26.9101V26.9101C25.2717 28.1256 26.2571 29.1109 27.4726 29.1109H36.2762C37.4917 29.1109 38.4771 28.1256 38.4771 26.9101V26.9101C38.4771 25.6945 37.4917 24.7092 36.2762 24.7092V24.7092C35.0607 24.7092 34.0753 25.6945 34.0753 26.9101V45.3183"
41
+ stroke="white"
42
+ strokeWidth="2"
43
+ strokeLinejoin="round"
44
+ />
45
+ </G>
46
+ <Defs>
47
+ <ClipPath id="clip0_241_31636">
48
+ <Rect width="64" height="64" fill="white" />
49
+ </ClipPath>
50
+ </Defs>
51
+ </Svg>
52
+ );
53
+
54
+ export default LightbulbSvg;
@@ -0,0 +1,80 @@
1
+ import Svg, { ClipPath, Defs, G, Path, Rect, type SvgProps } from 'react-native-svg';
2
+
3
+ const PencilSvg = (props: SvgProps) => (
4
+ <Svg width="64" height="64" viewBox="0 0 64 64" fill="none" {...props}>
5
+ <G clip-path="url(#clip0_241_31635)">
6
+ <Path
7
+ d="M0 26.5595C0 16.6913 0 11.7572 2.1019 8.07217C3.5216 5.58317 5.58366 3.52111 8.07266 2.10141C11.7577 -0.000488281 16.6918 -0.000488281 26.56 -0.000488281H37.44C47.3082 -0.000488281 52.2423 -0.000488281 55.9273 2.10141C58.4163 3.52111 60.4784 5.58317 61.8981 8.07217C64 11.7572 64 16.6913 64 26.5595V37.4395C64 47.3077 64 52.2418 61.8981 55.9268C60.4784 58.4158 58.4163 60.4779 55.9273 61.8976C52.2423 63.9995 47.3082 63.9995 37.44 63.9995H26.56C16.6918 63.9995 11.7577 63.9995 8.07266 61.8976C5.58366 60.4779 3.5216 58.4158 2.1019 55.9268C0 52.2418 0 47.3077 0 37.4395V26.5595Z"
8
+ fill="#EB8B47"
9
+ />
10
+ <Path
11
+ d="M0.5 26.5595C0.5 21.6163 0.50047 17.942 0.760736 15.0418C1.02039 12.1485 1.53555 10.0742 2.53621 8.3199C3.91155 5.90869 5.90917 3.91106 8.32039 2.53572C10.0747 1.53506 12.1489 1.01991 15.0423 0.760247C17.9425 0.499981 21.6168 0.499512 26.56 0.499512H37.44C42.3832 0.499512 46.0575 0.499981 48.9577 0.760247C51.8511 1.01991 53.9253 1.53506 55.6796 2.53572C58.0908 3.91106 60.0885 5.90869 61.4638 8.3199C62.4645 10.0742 62.9796 12.1485 63.2393 15.0418C63.4995 17.942 63.5 21.6163 63.5 26.5595V37.4395C63.5 42.3827 63.4995 46.057 63.2393 48.9572C62.9796 51.8506 62.4645 53.9248 61.4638 55.6791C60.0885 58.0903 58.0908 60.088 55.6796 61.4633C53.9253 62.464 51.8511 62.9791 48.9577 63.2388C46.0575 63.499 42.3832 63.4995 37.44 63.4995H26.56C21.6168 63.4995 17.9425 63.499 15.0423 63.2388C12.1489 62.9791 10.0747 62.464 8.32039 61.4633C5.90917 60.088 3.91155 58.0903 2.53621 55.6791C1.53555 53.9248 1.02039 51.8506 0.760736 48.9572C0.50047 46.057 0.5 42.3827 0.5 37.4395V26.5595Z"
12
+ stroke="#141414"
13
+ strokeOpacity="0.1"
14
+ />
15
+ <Path
16
+ d="M28.1042 49.2329L13.1024 51.2077L15.0772 36.2059L37.1015 14.1815C39.2441 12.039 40.3154 10.9677 41.5718 10.624C42.4205 10.3918 43.3159 10.3918 44.1645 10.624C45.421 10.9677 46.4922 12.039 48.6348 14.1815L50.1286 15.6753C52.2711 17.8179 53.3424 18.8891 53.6861 20.1456C53.9183 20.9942 53.9183 21.8896 53.6861 22.7383C53.3424 23.9947 52.2711 25.066 50.1286 27.2086L28.1042 49.2329Z"
17
+ fill="#FF974C"
18
+ stroke="#E4E7E7"
19
+ strokeWidth="2"
20
+ strokeLinecap="round"
21
+ strokeLinejoin="round"
22
+ />
23
+ <Path
24
+ d="M38.5962 20.5376L22.4199 36.7139"
25
+ stroke="#E4E7E7"
26
+ strokeWidth="2"
27
+ strokeLinecap="round"
28
+ strokeLinejoin="round"
29
+ />
30
+ <Path
31
+ d="M43.7727 25.714L27.5964 41.8903"
32
+ stroke="#E4E7E7"
33
+ strokeWidth="2"
34
+ strokeLinecap="round"
35
+ strokeLinejoin="round"
36
+ />
37
+ <Path
38
+ d="M22.3703 36.7635C19.3258 39.808 16.0198 36.6395 16.2616 35.0324"
39
+ stroke="#E4E7E7"
40
+ strokeWidth="2"
41
+ strokeLinecap="round"
42
+ strokeLinejoin="round"
43
+ />
44
+ <Path
45
+ d="M27.5466 41.9399C24.5034 44.9831 28.155 48.7098 29.2738 48.0475"
46
+ stroke="#E4E7E7"
47
+ strokeWidth="2"
48
+ strokeLinecap="round"
49
+ strokeLinejoin="round"
50
+ />
51
+ <Path
52
+ d="M27.5468 41.9398C23.428 46.0586 18.2516 40.8822 22.3704 36.7634"
53
+ stroke="#E4E7E7"
54
+ strokeWidth="2"
55
+ strokeLinecap="round"
56
+ strokeLinejoin="round"
57
+ />
58
+ <Path
59
+ d="M15.8191 50.5214C15.4711 49.5823 14.728 48.8392 13.7889 48.4912"
60
+ stroke="#E4E7E7"
61
+ strokeWidth="2"
62
+ strokeLinecap="round"
63
+ strokeLinejoin="round"
64
+ />
65
+ <Path
66
+ d="M49.2862 29.5805L34.7275 15.0219"
67
+ stroke="#E4E7E7"
68
+ strokeWidth="2"
69
+ strokeLinejoin="round"
70
+ />
71
+ </G>
72
+ <Defs>
73
+ <ClipPath id="clip0_241_31635">
74
+ <Rect width="64" height="64" fill="white" />
75
+ </ClipPath>
76
+ </Defs>
77
+ </Svg>
78
+ );
79
+
80
+ export default PencilSvg;
@@ -18,7 +18,7 @@ export function Card({ children, style }: CardProps) {
18
18
  enabled={Platform.OS === 'ios'}
19
19
  style={[
20
20
  styles.container,
21
- { backgroundColor: Theme['bg-100'], borderColor: Theme['gray-glass-005'] },
21
+ { backgroundColor: Theme['bg-100'], borderColor: Theme['gray-glass-015'] },
22
22
  style
23
23
  ]}
24
24
  >
@@ -4,7 +4,7 @@ import { BorderRadius } from '../../utils/ThemeUtil';
4
4
  export default StyleSheet.create({
5
5
  container: {
6
6
  borderRadius: BorderRadius.l,
7
- borderWidth: 1,
7
+ borderWidth: StyleSheet.hairlineWidth,
8
8
  overflow: 'hidden'
9
9
  }
10
10
  });
@@ -5,6 +5,7 @@ import type { ColorType, IconType, SizeType, ThemeKeys } from '../../utils/Types
5
5
  import AllWalletsSvg from '../../assets/svg/AllWallets';
6
6
  import AppleSvg from '../../assets/svg/Apple';
7
7
  import ArrowBottomSvg from '../../assets/svg/ArrowBottom';
8
+ import ArrowBottomCircleSvg from '../../assets/svg/ArrowBottomCircle';
8
9
  import ArrowLeftSvg from '../../assets/svg/ArrowLeft';
9
10
  import ArrowRightSvg from '../../assets/svg/ArrowRight';
10
11
  import ArrowTopSvg from '../../assets/svg/ArrowTop';
@@ -29,6 +30,8 @@ import EtherscanSvg from '../../assets/svg/Etherscan';
29
30
  import ExtensionSvg from '../../assets/svg/Extension';
30
31
  import ExternalLinkSvg from '../../assets/svg/ExternalLink';
31
32
  import FacebookSvg from '../../assets/svg/Facebook';
33
+ import FarcasterSvg from '../../assets/svg/Farcaster';
34
+ import FarcasterSquareSvg from '../../assets/svg/FarcasterSquare';
32
35
  import FiltersSvg from '../../assets/svg/Filters';
33
36
  import GithubSvg from '../../assets/svg/Github';
34
37
  import GoogleSvg from '../../assets/svg/Google';
@@ -36,24 +39,25 @@ import HelpCircleSvg from '../../assets/svg/HelpCircle';
36
39
  import InfoCircleSvg from '../../assets/svg/InfoCircle';
37
40
  import MailSvg from '../../assets/svg/Mail';
38
41
  import MobileSvg from '../../assets/svg/Mobile';
42
+ import MoreSvg from '../../assets/svg/More';
39
43
  import NetworkPlaceholderSvg from '../../assets/svg/NetworkPlaceholder';
40
44
  import NftPlaceholderSvg from '../../assets/svg/NftPlaceholder';
41
45
  import OffSvg from '../../assets/svg/Off';
46
+ import PaperplaneSvg from '../../assets/svg/Paperplane';
42
47
  import QrCodeSvg from '../../assets/svg/QrCode';
43
48
  import RefreshSvg from '../../assets/svg/Refresh';
44
49
  import SearchSvg from '../../assets/svg/Search';
45
50
  import SwapHorizontalSvg from '../../assets/svg/SwapHorizontal';
46
51
  import SwapVerticalSvg from '../../assets/svg/SwapVertical';
47
52
  import TelegramSvg from '../../assets/svg/Telegram';
48
- import TwitterSvg from '../../assets/svg/Twitter';
53
+ import TwitchSvg from '../../assets/svg/Twitch';
49
54
  import VerifySvg from '../../assets/svg/Verify';
50
- import WalletConnectSvg from '../../assets/svg/WalletConnect';
55
+ import WalletConnectSvg, { WalletConnectLightBrownSvg } from '../../assets/svg/WalletConnect';
51
56
  import WalletSvg from '../../assets/svg/Wallet';
52
57
  import WalletSmallSvg from '../../assets/svg/WalletSmall';
53
58
  import WarningCircleSvg from '../../assets/svg/WarningCircle';
54
- import TwitchSvg from '../../assets/svg/Twitch';
55
- import TwitterIconSvg from '../../assets/svg/TwitterIcon';
56
59
  import WalletPlaceholderSvg from '../../assets/svg/WalletPlaceholder';
60
+ import XSvg from '../../assets/svg/X';
57
61
  import { useTheme } from '../../hooks/useTheme';
58
62
  import { IconSize } from '../../utils/ThemeUtil';
59
63
 
@@ -61,6 +65,7 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
61
65
  allWallets: AllWalletsSvg,
62
66
  apple: AppleSvg,
63
67
  arrowBottom: ArrowBottomSvg,
68
+ arrowBottomCircle: ArrowBottomCircleSvg,
64
69
  arrowLeft: ArrowLeftSvg,
65
70
  arrowRight: ArrowRightSvg,
66
71
  arrowTop: ArrowTopSvg,
@@ -85,6 +90,8 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
85
90
  extension: ExtensionSvg,
86
91
  externalLink: ExternalLinkSvg,
87
92
  facebook: FacebookSvg,
93
+ farcaster: FarcasterSvg,
94
+ farcasterSquare: FarcasterSquareSvg,
88
95
  filters: FiltersSvg,
89
96
  github: GithubSvg,
90
97
  google: GoogleSvg,
@@ -92,9 +99,11 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
92
99
  infoCircle: InfoCircleSvg,
93
100
  mail: MailSvg,
94
101
  mobile: MobileSvg,
102
+ more: MoreSvg,
95
103
  networkPlaceholder: NetworkPlaceholderSvg,
96
104
  nftPlaceholder: NftPlaceholderSvg,
97
105
  off: OffSvg,
106
+ paperplane: PaperplaneSvg,
98
107
  qrCode: QrCodeSvg,
99
108
  refresh: RefreshSvg,
100
109
  search: SearchSvg,
@@ -102,19 +111,19 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
102
111
  swapVertical: SwapVerticalSvg,
103
112
  telegram: TelegramSvg,
104
113
  twitch: TwitchSvg,
105
- twitter: TwitterSvg,
106
- twitterIcon: TwitterIconSvg,
107
114
  verify: VerifySvg,
108
115
  wallet: WalletSvg,
109
116
  walletSmall: WalletSmallSvg,
110
117
  warningCircle: WarningCircleSvg,
111
118
  walletConnect: WalletConnectSvg,
112
- walletPlaceholder: WalletPlaceholderSvg
119
+ walletConnectLightBrown: WalletConnectLightBrownSvg,
120
+ walletPlaceholder: WalletPlaceholderSvg,
121
+ x: XSvg
113
122
  };
114
123
 
115
124
  export type IconProps = SvgProps & {
116
125
  name: IconType;
117
- size?: Exclude<SizeType, 'xl'>;
126
+ size?: SizeType;
118
127
  color?: ColorType;
119
128
  style?: SvgProps['style'];
120
129
  };
@@ -0,0 +1,10 @@
1
+ import { type ComponentType, createElement, forwardRef } from 'react';
2
+ import type { TextProps } from 'react-native';
3
+
4
+ const LeanText = forwardRef((props, ref) => {
5
+ return createElement('RCTText', { ...props, ref });
6
+ }) as ComponentType<TextProps>;
7
+
8
+ LeanText.displayName = 'RCTText';
9
+
10
+ export { LeanText };
@@ -0,0 +1,10 @@
1
+ import { type ComponentType, createElement, forwardRef } from 'react';
2
+ import type { ViewProps } from 'react-native';
3
+
4
+ const LeanView = forwardRef((props, ref) => {
5
+ return createElement('RCTView', { ...props, ref });
6
+ }) as ComponentType<ViewProps>;
7
+
8
+ LeanView.displayName = 'RCTView';
9
+
10
+ export { LeanView };
@@ -1,5 +1,6 @@
1
- import { Text as NativeText, type TextProps as NativeProps } from 'react-native';
1
+ import { type TextProps as NativeProps } from 'react-native';
2
2
  import { useTheme } from '../../hooks/useTheme';
3
+ import { LeanText } from '../wui-lean-text';
3
4
  import type { ColorType, TextType } from '../../utils/TypesUtil';
4
5
  import styles from './styles';
5
6
 
@@ -20,7 +21,7 @@ export function Text({
20
21
  const Theme = useTheme();
21
22
 
22
23
  return (
23
- <NativeText
24
+ <LeanText
24
25
  style={[
25
26
  styles.base,
26
27
  styles[variant],
@@ -31,6 +32,6 @@ export function Text({
31
32
  {...rest}
32
33
  >
33
34
  {children}
34
- </NativeText>
35
+ </LeanText>
35
36
  );
36
37
  }
@@ -14,6 +14,9 @@ import NounSvg from '../../assets/visual/Noun';
14
14
  import ProfileSvg from '../../assets/visual/Profile';
15
15
  import SystemSvg from '../../assets/visual/System';
16
16
  import type { VisualType } from '../../utils/TypesUtil';
17
+ import GoogleSvg from '../../assets/visual/Google';
18
+ import LightbulbSvg from '../../assets/visual/Lightbulb';
19
+ import PencilSvg from '../../assets/visual/Pencil';
17
20
 
18
21
  const svgOptions: Record<VisualType, (props: SvgProps) => JSX.Element> = {
19
22
  browser: BrowserSvg,
@@ -21,12 +24,15 @@ const svgOptions: Record<VisualType, (props: SvgProps) => JSX.Element> = {
21
24
  defi: DefiSvg,
22
25
  defiAlt: DefiAltSvg,
23
26
  eth: EthSvg,
27
+ google: GoogleSvg,
24
28
  layers: LayersSvg,
29
+ lightbulb: LightbulbSvg,
25
30
  lock: LockSvg,
26
31
  login: LoginSvg,
27
32
  network: NetworkSvg,
28
33
  nft: NftSvg,
29
34
  noun: NounSvg,
35
+ pencil: PencilSvg,
30
36
  profile: ProfileSvg,
31
37
  system: SystemSvg
32
38
  };
@@ -15,7 +15,7 @@ export interface AccountButtonProps {
15
15
  imageHeaders?: Record<string, string>;
16
16
  avatarSrc?: string;
17
17
  address?: string;
18
- isProfileName?: boolean;
18
+ profileName?: string;
19
19
  balance?: string;
20
20
  onPress?: () => void;
21
21
  disabled?: boolean;
@@ -28,7 +28,7 @@ export function AccountButton({
28
28
  imageHeaders,
29
29
  avatarSrc,
30
30
  address,
31
- isProfileName,
31
+ profileName,
32
32
  balance,
33
33
  onPress,
34
34
  disabled,
@@ -73,6 +73,20 @@ export function AccountButton({
73
73
  return null;
74
74
  }
75
75
 
76
+ const formattedAddress = profileName
77
+ ? UiUtil.getTruncateString({
78
+ string: profileName,
79
+ charsStart: 18,
80
+ charsEnd: 0,
81
+ truncate: 'end'
82
+ })
83
+ : UiUtil.getTruncateString({
84
+ string: address || '',
85
+ charsStart: 4,
86
+ charsEnd: 6,
87
+ truncate: 'middle'
88
+ });
89
+
76
90
  return (
77
91
  <AnimatedPressable
78
92
  onPress={onPress}
@@ -102,12 +116,7 @@ export function AccountButton({
102
116
  />
103
117
  {address && (
104
118
  <Text variant="paragraph-500" color="fg-200" style={styles.address}>
105
- {UiUtil.getTruncateString({
106
- string: address,
107
- charsStart: isProfileName ? 18 : 4,
108
- charsEnd: isProfileName ? 0 : 6,
109
- truncate: isProfileName ? 'end' : 'middle'
110
- })}
119
+ {formattedAddress}
111
120
  </Text>
112
121
  )}
113
122
  </View>
@@ -1,12 +1,12 @@
1
1
  import { StyleSheet } from 'react-native';
2
- import { Spacing } from '../../utils/ThemeUtil';
2
+ import { BorderRadius, Spacing } from '../../utils/ThemeUtil';
3
3
 
4
4
  export default StyleSheet.create({
5
5
  container: {
6
6
  flexDirection: 'row',
7
7
  height: 40,
8
- borderRadius: 100,
9
- borderWidth: 1,
8
+ borderRadius: BorderRadius.full,
9
+ borderWidth: StyleSheet.hairlineWidth,
10
10
  justifyContent: 'center',
11
11
  alignItems: 'center',
12
12
  paddingHorizontal: Spacing['3xs']
@@ -14,7 +14,7 @@ export default StyleSheet.create({
14
14
  image: {
15
15
  height: 24,
16
16
  width: 24,
17
- borderRadius: 100,
17
+ borderRadius: BorderRadius.full,
18
18
  borderWidth: 2
19
19
  },
20
20
  avatarPlaceholder: {
@@ -35,8 +35,8 @@ export default StyleSheet.create({
35
35
  alignItems: 'center',
36
36
  paddingLeft: Spacing['3xs'],
37
37
  paddingRight: Spacing.xs,
38
- borderRadius: 100,
39
- borderWidth: 1
38
+ borderRadius: BorderRadius.full,
39
+ borderWidth: StyleSheet.hairlineWidth
40
40
  },
41
41
  address: {
42
42
  marginLeft: Spacing['3xs']
@@ -0,0 +1,64 @@
1
+ import { Animated, Pressable, type StyleProp, type ViewStyle } from 'react-native';
2
+ import { Avatar } from '../wui-avatar';
3
+ import { UiUtil } from '../../utils/UiUtil';
4
+ import { Text } from '../../components/wui-text';
5
+ import useAnimatedValue from '../../hooks/useAnimatedValue';
6
+ import { useTheme } from '../../hooks/useTheme';
7
+ import styles from './styles';
8
+ import { Icon } from '../../components/wui-icon';
9
+
10
+ export interface AccountPillProps {
11
+ onPress: () => void;
12
+ address?: string;
13
+ profileName?: string;
14
+ profileImage?: string;
15
+ style?: StyleProp<ViewStyle>;
16
+ }
17
+
18
+ const AnimatedPressable = Animated.createAnimatedComponent(Pressable);
19
+
20
+ export function AccountPill({
21
+ onPress,
22
+ address,
23
+ profileName,
24
+ profileImage,
25
+ style
26
+ }: AccountPillProps) {
27
+ const Theme = useTheme();
28
+
29
+ const { animatedValue, setStartValue, setEndValue } = useAnimatedValue(
30
+ Theme['gray-glass-005'],
31
+ Theme['gray-glass-010']
32
+ );
33
+
34
+ const backgroundColor = animatedValue;
35
+ const borderColor = Theme['gray-glass-005'];
36
+
37
+ return (
38
+ <AnimatedPressable
39
+ style={[styles.container, { backgroundColor, borderColor }, style]}
40
+ onPressIn={setEndValue}
41
+ onPressOut={setStartValue}
42
+ onPress={onPress}
43
+ hitSlop={10}
44
+ >
45
+ <Avatar imageSrc={profileImage} address={address} size={28} borderWidth={0} />
46
+ <Text variant="large-500" color="fg-100" style={styles.text}>
47
+ {profileName
48
+ ? UiUtil.getTruncateString({
49
+ string: profileName,
50
+ charsStart: 17,
51
+ charsEnd: 0,
52
+ truncate: 'end'
53
+ })
54
+ : UiUtil.getTruncateString({
55
+ string: address ?? '',
56
+ charsStart: 4,
57
+ charsEnd: 4,
58
+ truncate: 'middle'
59
+ })}
60
+ </Text>
61
+ <Icon name="chevronBottom" size="sm" color="fg-200" style={styles.copyButton} />
62
+ </AnimatedPressable>
63
+ );
64
+ }
@@ -0,0 +1,23 @@
1
+ import { StyleSheet } from 'react-native';
2
+ import { BorderRadius, Spacing } from '../../utils/ThemeUtil';
3
+
4
+ export default StyleSheet.create({
5
+ container: {
6
+ height: 44,
7
+ minWidth: 160,
8
+ maxWidth: 260,
9
+ paddingLeft: Spacing.xs,
10
+ flexDirection: 'row',
11
+ alignItems: 'center',
12
+ justifyContent: 'center',
13
+ borderRadius: BorderRadius.full,
14
+ borderWidth: StyleSheet.hairlineWidth
15
+ },
16
+ text: {
17
+ marginLeft: Spacing['2xs']
18
+ },
19
+ copyButton: {
20
+ marginLeft: Spacing.xs,
21
+ marginRight: Spacing.s
22
+ }
23
+ });
@@ -1,7 +1,8 @@
1
1
  import { StyleSheet } from 'react-native';
2
+ import { BorderRadius } from '../../utils/ThemeUtil';
2
3
 
3
4
  export default StyleSheet.create({
4
5
  image: {
5
- borderRadius: 100
6
+ borderRadius: BorderRadius.full
6
7
  }
7
8
  });
@@ -0,0 +1,25 @@
1
+ import { StyleSheet } from 'react-native';
2
+ import { Text } from '../../components/wui-text';
3
+
4
+ export interface BalanceProps {
5
+ integer?: string;
6
+ decimal?: string;
7
+ }
8
+
9
+ export function Balance({ integer = '0', decimal = '00' }: BalanceProps) {
10
+ return (
11
+ <Text color="fg-100" style={styles.text}>
12
+ {`$${integer}`}
13
+ <Text color="fg-200" style={styles.text}>
14
+ {`.${decimal}`}
15
+ </Text>
16
+ </Text>
17
+ );
18
+ }
19
+
20
+ const styles = StyleSheet.create({
21
+ text: {
22
+ fontSize: 40,
23
+ fontWeight: '500'
24
+ }
25
+ });
@@ -0,0 +1,28 @@
1
+ import type { IconType } from '../../utils/TypesUtil';
2
+ import { FlexView } from '../../layout/wui-flex';
3
+ import { IconBox } from '../wui-icon-box';
4
+ import { Text } from '../../components/wui-text';
5
+ import { useTheme } from '../../hooks/useTheme';
6
+ import styles from './styles';
7
+
8
+ export interface BannerProps {
9
+ icon: IconType;
10
+ text: string;
11
+ }
12
+
13
+ export function Banner({ icon, text }: BannerProps) {
14
+ const Theme = useTheme();
15
+
16
+ return (
17
+ <FlexView
18
+ flexDirection="row"
19
+ alignItems="center"
20
+ style={[styles.container, { backgroundColor: Theme['accent-glass-010'] }]}
21
+ >
22
+ <IconBox icon={icon} size="sm" iconColor="fg-200" background style={styles.icon} />
23
+ <Text variant="small-400" color="fg-200" style={styles.text}>
24
+ {text}
25
+ </Text>
26
+ </FlexView>
27
+ );
28
+ }
@@ -0,0 +1,15 @@
1
+ import { StyleSheet } from 'react-native';
2
+ import { BorderRadius, Spacing } from '../../utils/ThemeUtil';
3
+
4
+ export default StyleSheet.create({
5
+ container: {
6
+ padding: Spacing.s,
7
+ borderRadius: BorderRadius.s
8
+ },
9
+ icon: {
10
+ marginRight: Spacing.xs
11
+ },
12
+ text: {
13
+ flex: 1
14
+ }
15
+ });
@@ -95,16 +95,18 @@ export function Button({
95
95
  style={[styles.iconLeft, iconStyle]}
96
96
  />
97
97
  )}
98
- {loading ? (
99
- <LoadingSpinner color={iconColor} />
100
- ) : (
101
- <Text
102
- variant={size === 'md' ? 'paragraph-600' : 'small-600'}
103
- style={[styles.text, themedTextStyle]}
104
- >
105
- {children}
106
- </Text>
107
- )}
98
+ {loading && <LoadingSpinner color={iconColor} />}
99
+ {!loading &&
100
+ (typeof children === 'string' ? (
101
+ <Text
102
+ variant={size === 'md' ? 'paragraph-600' : 'small-600'}
103
+ style={[styles.text, themedTextStyle]}
104
+ >
105
+ {children}
106
+ </Text>
107
+ ) : (
108
+ children
109
+ ))}
108
110
  {iconRight && (
109
111
  <Icon
110
112
  color={iconColor}