@reown/appkit-ui-react-native 0.0.0-refactor-modal-migration-20241004184043 → 1.0.1

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 (346) hide show
  1. package/lib/commonjs/assets/svg/{X.js → Twitter.js} +28 -18
  2. package/lib/commonjs/assets/svg/Twitter.js.map +1 -0
  3. package/lib/commonjs/assets/svg/{More.js → TwitterIcon.js} +5 -16
  4. package/lib/commonjs/assets/svg/TwitterIcon.js.map +1 -0
  5. package/lib/commonjs/components/wui-icon/index.js +6 -14
  6. package/lib/commonjs/components/wui-icon/index.js.map +1 -1
  7. package/lib/commonjs/composites/wui-account-button/index.js +7 -13
  8. package/lib/commonjs/composites/wui-account-button/index.js.map +1 -1
  9. package/lib/commonjs/composites/wui-account-button/styles.js +3 -3
  10. package/lib/commonjs/composites/wui-account-button/styles.js.map +1 -1
  11. package/lib/commonjs/composites/wui-avatar/styles.js +1 -2
  12. package/lib/commonjs/composites/wui-avatar/styles.js.map +1 -1
  13. package/lib/commonjs/composites/wui-button/index.js +3 -3
  14. package/lib/commonjs/composites/wui-button/index.js.map +1 -1
  15. package/lib/commonjs/composites/wui-button/styles.js +2 -2
  16. package/lib/commonjs/composites/wui-button/styles.js.map +1 -1
  17. package/lib/commonjs/composites/wui-chip/index.js +7 -5
  18. package/lib/commonjs/composites/wui-chip/index.js.map +1 -1
  19. package/lib/commonjs/composites/wui-chip/styles.js +1 -1
  20. package/lib/commonjs/composites/wui-chip/styles.js.map +1 -1
  21. package/lib/commonjs/composites/wui-list-item/index.js +10 -10
  22. package/lib/commonjs/composites/wui-list-item/index.js.map +1 -1
  23. package/lib/commonjs/composites/wui-list-item/styles.js +3 -4
  24. package/lib/commonjs/composites/wui-list-item/styles.js.map +1 -1
  25. package/lib/commonjs/composites/wui-logo/index.js +2 -4
  26. package/lib/commonjs/composites/wui-logo/index.js.map +1 -1
  27. package/lib/commonjs/composites/wui-logo-select/index.js +3 -6
  28. package/lib/commonjs/composites/wui-logo-select/index.js.map +1 -1
  29. package/lib/commonjs/composites/wui-logo-select/styles.js +3 -3
  30. package/lib/commonjs/composites/wui-logo-select/styles.js.map +1 -1
  31. package/lib/commonjs/composites/wui-network-button/index.js +10 -14
  32. package/lib/commonjs/composites/wui-network-button/index.js.map +1 -1
  33. package/lib/commonjs/composites/wui-network-button/styles.js +3 -3
  34. package/lib/commonjs/composites/wui-network-button/styles.js.map +1 -1
  35. package/lib/commonjs/composites/wui-network-image/index.js +21 -48
  36. package/lib/commonjs/composites/wui-network-image/index.js.map +1 -1
  37. package/lib/commonjs/composites/wui-network-image/styles.js +1 -3
  38. package/lib/commonjs/composites/wui-network-image/styles.js.map +1 -1
  39. package/lib/commonjs/composites/wui-qr-code/index.js +12 -16
  40. package/lib/commonjs/composites/wui-qr-code/index.js.map +1 -1
  41. package/lib/commonjs/composites/wui-snackbar/index.js +0 -1
  42. package/lib/commonjs/composites/wui-snackbar/index.js.map +1 -1
  43. package/lib/commonjs/composites/wui-snackbar/styles.js +1 -2
  44. package/lib/commonjs/composites/wui-snackbar/styles.js.map +1 -1
  45. package/lib/commonjs/composites/wui-tabs/index.js +8 -22
  46. package/lib/commonjs/composites/wui-tabs/index.js.map +1 -1
  47. package/lib/commonjs/composites/wui-tabs/styles.js +2 -1
  48. package/lib/commonjs/composites/wui-tabs/styles.js.map +1 -1
  49. package/lib/commonjs/index.js +0 -63
  50. package/lib/commonjs/index.js.map +1 -1
  51. package/lib/commonjs/utils/ThemeUtil.js +1 -2
  52. package/lib/commonjs/utils/ThemeUtil.js.map +1 -1
  53. package/lib/commonjs/utils/UiUtil.js +0 -15
  54. package/lib/commonjs/utils/UiUtil.js.map +1 -1
  55. package/lib/module/assets/svg/Twitter.js +37 -0
  56. package/lib/module/assets/svg/Twitter.js.map +1 -0
  57. package/lib/module/assets/svg/TwitterIcon.js +11 -0
  58. package/lib/module/assets/svg/TwitterIcon.js.map +1 -0
  59. package/lib/module/components/wui-icon/index.js +6 -14
  60. package/lib/module/components/wui-icon/index.js.map +1 -1
  61. package/lib/module/composites/wui-account-button/index.js +7 -13
  62. package/lib/module/composites/wui-account-button/index.js.map +1 -1
  63. package/lib/module/composites/wui-account-button/styles.js +4 -4
  64. package/lib/module/composites/wui-account-button/styles.js.map +1 -1
  65. package/lib/module/composites/wui-avatar/styles.js +1 -2
  66. package/lib/module/composites/wui-avatar/styles.js.map +1 -1
  67. package/lib/module/composites/wui-button/index.js +3 -3
  68. package/lib/module/composites/wui-button/index.js.map +1 -1
  69. package/lib/module/composites/wui-button/styles.js +2 -2
  70. package/lib/module/composites/wui-button/styles.js.map +1 -1
  71. package/lib/module/composites/wui-chip/index.js +8 -6
  72. package/lib/module/composites/wui-chip/index.js.map +1 -1
  73. package/lib/module/composites/wui-chip/styles.js +1 -1
  74. package/lib/module/composites/wui-chip/styles.js.map +1 -1
  75. package/lib/module/composites/wui-list-item/index.js +10 -10
  76. package/lib/module/composites/wui-list-item/index.js.map +1 -1
  77. package/lib/module/composites/wui-list-item/styles.js +3 -4
  78. package/lib/module/composites/wui-list-item/styles.js.map +1 -1
  79. package/lib/module/composites/wui-logo/index.js +2 -4
  80. package/lib/module/composites/wui-logo/index.js.map +1 -1
  81. package/lib/module/composites/wui-logo-select/index.js +3 -6
  82. package/lib/module/composites/wui-logo-select/index.js.map +1 -1
  83. package/lib/module/composites/wui-logo-select/styles.js +3 -3
  84. package/lib/module/composites/wui-logo-select/styles.js.map +1 -1
  85. package/lib/module/composites/wui-network-button/index.js +11 -15
  86. package/lib/module/composites/wui-network-button/index.js.map +1 -1
  87. package/lib/module/composites/wui-network-button/styles.js +4 -4
  88. package/lib/module/composites/wui-network-button/styles.js.map +1 -1
  89. package/lib/module/composites/wui-network-image/index.js +22 -49
  90. package/lib/module/composites/wui-network-image/index.js.map +1 -1
  91. package/lib/module/composites/wui-network-image/styles.js +0 -2
  92. package/lib/module/composites/wui-network-image/styles.js.map +1 -1
  93. package/lib/module/composites/wui-qr-code/index.js +12 -16
  94. package/lib/module/composites/wui-qr-code/index.js.map +1 -1
  95. package/lib/module/composites/wui-snackbar/index.js +0 -1
  96. package/lib/module/composites/wui-snackbar/index.js.map +1 -1
  97. package/lib/module/composites/wui-snackbar/styles.js +1 -2
  98. package/lib/module/composites/wui-snackbar/styles.js.map +1 -1
  99. package/lib/module/composites/wui-tabs/index.js +8 -22
  100. package/lib/module/composites/wui-tabs/index.js.map +1 -1
  101. package/lib/module/composites/wui-tabs/styles.js +2 -1
  102. package/lib/module/composites/wui-tabs/styles.js.map +1 -1
  103. package/lib/module/index.js +0 -9
  104. package/lib/module/index.js.map +1 -1
  105. package/lib/module/utils/ThemeUtil.js +1 -2
  106. package/lib/module/utils/ThemeUtil.js.map +1 -1
  107. package/lib/module/utils/UiUtil.js +0 -15
  108. package/lib/module/utils/UiUtil.js.map +1 -1
  109. package/lib/typescript/assets/svg/Twitter.d.ts +4 -0
  110. package/lib/typescript/assets/svg/Twitter.d.ts.map +1 -0
  111. package/lib/typescript/assets/svg/TwitterIcon.d.ts +4 -0
  112. package/lib/typescript/assets/svg/TwitterIcon.d.ts.map +1 -0
  113. package/lib/typescript/components/wui-icon/index.d.ts.map +1 -1
  114. package/lib/typescript/composites/wui-account-button/index.d.ts +2 -2
  115. package/lib/typescript/composites/wui-account-button/index.d.ts.map +1 -1
  116. package/lib/typescript/composites/wui-avatar/styles.d.ts.map +1 -1
  117. package/lib/typescript/composites/wui-button/index.d.ts.map +1 -1
  118. package/lib/typescript/composites/wui-chip/index.d.ts +2 -2
  119. package/lib/typescript/composites/wui-chip/index.d.ts.map +1 -1
  120. package/lib/typescript/composites/wui-list-item/index.d.ts +4 -6
  121. package/lib/typescript/composites/wui-list-item/index.d.ts.map +1 -1
  122. package/lib/typescript/composites/wui-list-item/styles.d.ts +0 -1
  123. package/lib/typescript/composites/wui-list-item/styles.d.ts.map +1 -1
  124. package/lib/typescript/composites/wui-logo/index.d.ts +1 -3
  125. package/lib/typescript/composites/wui-logo/index.d.ts.map +1 -1
  126. package/lib/typescript/composites/wui-logo-select/index.d.ts +1 -4
  127. package/lib/typescript/composites/wui-logo-select/index.d.ts.map +1 -1
  128. package/lib/typescript/composites/wui-network-button/index.d.ts +4 -6
  129. package/lib/typescript/composites/wui-network-button/index.d.ts.map +1 -1
  130. package/lib/typescript/composites/wui-network-button/styles.d.ts +1 -1
  131. package/lib/typescript/composites/wui-network-image/index.d.ts +2 -6
  132. package/lib/typescript/composites/wui-network-image/index.d.ts.map +1 -1
  133. package/lib/typescript/composites/wui-network-image/styles.d.ts +0 -2
  134. package/lib/typescript/composites/wui-network-image/styles.d.ts.map +1 -1
  135. package/lib/typescript/composites/wui-qr-code/index.d.ts +1 -6
  136. package/lib/typescript/composites/wui-qr-code/index.d.ts.map +1 -1
  137. package/lib/typescript/composites/wui-snackbar/index.d.ts.map +1 -1
  138. package/lib/typescript/composites/wui-snackbar/styles.d.ts.map +1 -1
  139. package/lib/typescript/composites/wui-tabs/index.d.ts +2 -4
  140. package/lib/typescript/composites/wui-tabs/index.d.ts.map +1 -1
  141. package/lib/typescript/composites/wui-tabs/styles.d.ts +2 -1
  142. package/lib/typescript/composites/wui-tabs/styles.d.ts.map +1 -1
  143. package/lib/typescript/index.d.ts +0 -9
  144. package/lib/typescript/index.d.ts.map +1 -1
  145. package/lib/typescript/utils/ThemeUtil.d.ts +0 -1
  146. package/lib/typescript/utils/ThemeUtil.d.ts.map +1 -1
  147. package/lib/typescript/utils/TypesUtil.d.ts +4 -5
  148. package/lib/typescript/utils/TypesUtil.d.ts.map +1 -1
  149. package/lib/typescript/utils/UiUtil.d.ts +0 -1
  150. package/lib/typescript/utils/UiUtil.d.ts.map +1 -1
  151. package/package.json +4 -4
  152. package/readme.md +1 -1
  153. package/src/assets/svg/Twitter.tsx +27 -0
  154. package/src/assets/svg/TwitterIcon.tsx +10 -0
  155. package/src/components/wui-icon/index.tsx +6 -14
  156. package/src/composites/wui-account-button/index.tsx +8 -17
  157. package/src/composites/wui-account-button/styles.ts +4 -4
  158. package/src/composites/wui-avatar/styles.ts +1 -2
  159. package/src/composites/wui-button/index.tsx +10 -12
  160. package/src/composites/wui-button/styles.ts +2 -2
  161. package/src/composites/wui-chip/index.tsx +9 -7
  162. package/src/composites/wui-chip/styles.ts +1 -1
  163. package/src/composites/wui-list-item/index.tsx +14 -15
  164. package/src/composites/wui-list-item/styles.ts +3 -4
  165. package/src/composites/wui-logo/index.tsx +2 -4
  166. package/src/composites/wui-logo-select/index.tsx +4 -7
  167. package/src/composites/wui-logo-select/styles.ts +3 -3
  168. package/src/composites/wui-network-button/index.tsx +15 -22
  169. package/src/composites/wui-network-button/styles.ts +4 -4
  170. package/src/composites/wui-network-image/index.tsx +21 -57
  171. package/src/composites/wui-network-image/styles.ts +0 -6
  172. package/src/composites/wui-qr-code/index.tsx +11 -18
  173. package/src/composites/wui-snackbar/index.tsx +0 -1
  174. package/src/composites/wui-snackbar/styles.ts +1 -2
  175. package/src/composites/wui-tabs/index.tsx +9 -33
  176. package/src/composites/wui-tabs/styles.ts +2 -1
  177. package/src/index.ts +0 -12
  178. package/src/utils/ThemeUtil.ts +1 -2
  179. package/src/utils/TypesUtil.ts +6 -45
  180. package/src/utils/UiUtil.ts +0 -18
  181. package/lib/commonjs/assets/svg/ArrowBottomCircle.js +0 -21
  182. package/lib/commonjs/assets/svg/ArrowBottomCircle.js.map +0 -1
  183. package/lib/commonjs/assets/svg/Farcaster.js +0 -28
  184. package/lib/commonjs/assets/svg/Farcaster.js.map +0 -1
  185. package/lib/commonjs/assets/svg/FarcasterSquare.js +0 -28
  186. package/lib/commonjs/assets/svg/FarcasterSquare.js.map +0 -1
  187. package/lib/commonjs/assets/svg/More.js.map +0 -1
  188. package/lib/commonjs/assets/svg/Paperplane.js +0 -21
  189. package/lib/commonjs/assets/svg/Paperplane.js.map +0 -1
  190. package/lib/commonjs/assets/svg/X.js.map +0 -1
  191. package/lib/commonjs/composites/wui-account-pill/index.js +0 -73
  192. package/lib/commonjs/composites/wui-account-pill/index.js.map +0 -1
  193. package/lib/commonjs/composites/wui-account-pill/styles.js +0 -25
  194. package/lib/commonjs/composites/wui-account-pill/styles.js.map +0 -1
  195. package/lib/commonjs/composites/wui-balance/index.js +0 -27
  196. package/lib/commonjs/composites/wui-balance/index.js.map +0 -1
  197. package/lib/commonjs/composites/wui-banner/index.js +0 -36
  198. package/lib/commonjs/composites/wui-banner/index.js.map +0 -1
  199. package/lib/commonjs/composites/wui-banner/styles.js +0 -21
  200. package/lib/commonjs/composites/wui-banner/styles.js.map +0 -1
  201. package/lib/commonjs/composites/wui-compatible-network/index.js +0 -58
  202. package/lib/commonjs/composites/wui-compatible-network/index.js.map +0 -1
  203. package/lib/commonjs/composites/wui-list-social/index.js +0 -54
  204. package/lib/commonjs/composites/wui-list-social/index.js.map +0 -1
  205. package/lib/commonjs/composites/wui-list-social/styles.js +0 -34
  206. package/lib/commonjs/composites/wui-list-social/styles.js.map +0 -1
  207. package/lib/commonjs/composites/wui-list-token/index.js +0 -78
  208. package/lib/commonjs/composites/wui-list-token/index.js.map +0 -1
  209. package/lib/commonjs/composites/wui-list-token/styles.js +0 -30
  210. package/lib/commonjs/composites/wui-list-token/styles.js.map +0 -1
  211. package/lib/commonjs/composites/wui-list-transaction/index.js +0 -64
  212. package/lib/commonjs/composites/wui-list-transaction/index.js.map +0 -1
  213. package/lib/commonjs/composites/wui-list-transaction/styles.js +0 -16
  214. package/lib/commonjs/composites/wui-list-transaction/styles.js.map +0 -1
  215. package/lib/commonjs/composites/wui-list-transaction/utils.js +0 -88
  216. package/lib/commonjs/composites/wui-list-transaction/utils.js.map +0 -1
  217. package/lib/commonjs/composites/wui-token-button/index.js +0 -37
  218. package/lib/commonjs/composites/wui-token-button/index.js.map +0 -1
  219. package/lib/commonjs/composites/wui-token-button/styles.js +0 -24
  220. package/lib/commonjs/composites/wui-token-button/styles.js.map +0 -1
  221. package/lib/commonjs/composites/wui-transaction-visual/index.js +0 -73
  222. package/lib/commonjs/composites/wui-transaction-visual/index.js.map +0 -1
  223. package/lib/commonjs/composites/wui-transaction-visual/styles.js +0 -42
  224. package/lib/commonjs/composites/wui-transaction-visual/styles.js.map +0 -1
  225. package/lib/commonjs/utils/TransactionUtil.js +0 -139
  226. package/lib/commonjs/utils/TransactionUtil.js.map +0 -1
  227. package/lib/module/assets/svg/ArrowBottomCircle.js +0 -13
  228. package/lib/module/assets/svg/ArrowBottomCircle.js.map +0 -1
  229. package/lib/module/assets/svg/Farcaster.js +0 -20
  230. package/lib/module/assets/svg/Farcaster.js.map +0 -1
  231. package/lib/module/assets/svg/FarcasterSquare.js +0 -20
  232. package/lib/module/assets/svg/FarcasterSquare.js.map +0 -1
  233. package/lib/module/assets/svg/More.js +0 -22
  234. package/lib/module/assets/svg/More.js.map +0 -1
  235. package/lib/module/assets/svg/Paperplane.js +0 -13
  236. package/lib/module/assets/svg/Paperplane.js.map +0 -1
  237. package/lib/module/assets/svg/X.js +0 -27
  238. package/lib/module/assets/svg/X.js.map +0 -1
  239. package/lib/module/composites/wui-account-pill/index.js +0 -66
  240. package/lib/module/composites/wui-account-pill/index.js.map +0 -1
  241. package/lib/module/composites/wui-account-pill/styles.js +0 -19
  242. package/lib/module/composites/wui-account-pill/styles.js.map +0 -1
  243. package/lib/module/composites/wui-balance/index.js +0 -21
  244. package/lib/module/composites/wui-balance/index.js.map +0 -1
  245. package/lib/module/composites/wui-banner/index.js +0 -29
  246. package/lib/module/composites/wui-banner/index.js.map +0 -1
  247. package/lib/module/composites/wui-banner/styles.js +0 -15
  248. package/lib/module/composites/wui-banner/styles.js.map +0 -1
  249. package/lib/module/composites/wui-compatible-network/index.js +0 -52
  250. package/lib/module/composites/wui-compatible-network/index.js.map +0 -1
  251. package/lib/module/composites/wui-list-social/index.js +0 -47
  252. package/lib/module/composites/wui-list-social/index.js.map +0 -1
  253. package/lib/module/composites/wui-list-social/styles.js +0 -28
  254. package/lib/module/composites/wui-list-social/styles.js.map +0 -1
  255. package/lib/module/composites/wui-list-token/index.js +0 -71
  256. package/lib/module/composites/wui-list-token/index.js.map +0 -1
  257. package/lib/module/composites/wui-list-token/styles.js +0 -24
  258. package/lib/module/composites/wui-list-token/styles.js.map +0 -1
  259. package/lib/module/composites/wui-list-transaction/index.js +0 -57
  260. package/lib/module/composites/wui-list-transaction/index.js.map +0 -1
  261. package/lib/module/composites/wui-list-transaction/styles.js +0 -10
  262. package/lib/module/composites/wui-list-transaction/styles.js.map +0 -1
  263. package/lib/module/composites/wui-list-transaction/utils.js +0 -79
  264. package/lib/module/composites/wui-list-transaction/utils.js.map +0 -1
  265. package/lib/module/composites/wui-token-button/index.js +0 -30
  266. package/lib/module/composites/wui-token-button/index.js.map +0 -1
  267. package/lib/module/composites/wui-token-button/styles.js +0 -18
  268. package/lib/module/composites/wui-token-button/styles.js.map +0 -1
  269. package/lib/module/composites/wui-transaction-visual/index.js +0 -66
  270. package/lib/module/composites/wui-transaction-visual/index.js.map +0 -1
  271. package/lib/module/composites/wui-transaction-visual/styles.js +0 -36
  272. package/lib/module/composites/wui-transaction-visual/styles.js.map +0 -1
  273. package/lib/module/utils/TransactionUtil.js +0 -134
  274. package/lib/module/utils/TransactionUtil.js.map +0 -1
  275. package/lib/typescript/assets/svg/ArrowBottomCircle.d.ts +0 -4
  276. package/lib/typescript/assets/svg/ArrowBottomCircle.d.ts.map +0 -1
  277. package/lib/typescript/assets/svg/Farcaster.d.ts +0 -4
  278. package/lib/typescript/assets/svg/Farcaster.d.ts.map +0 -1
  279. package/lib/typescript/assets/svg/FarcasterSquare.d.ts +0 -4
  280. package/lib/typescript/assets/svg/FarcasterSquare.d.ts.map +0 -1
  281. package/lib/typescript/assets/svg/More.d.ts +0 -4
  282. package/lib/typescript/assets/svg/More.d.ts.map +0 -1
  283. package/lib/typescript/assets/svg/Paperplane.d.ts +0 -4
  284. package/lib/typescript/assets/svg/Paperplane.d.ts.map +0 -1
  285. package/lib/typescript/assets/svg/X.d.ts +0 -4
  286. package/lib/typescript/assets/svg/X.d.ts.map +0 -1
  287. package/lib/typescript/composites/wui-account-pill/index.d.ts +0 -11
  288. package/lib/typescript/composites/wui-account-pill/index.d.ts.map +0 -1
  289. package/lib/typescript/composites/wui-account-pill/styles.d.ts +0 -18
  290. package/lib/typescript/composites/wui-account-pill/styles.d.ts.map +0 -1
  291. package/lib/typescript/composites/wui-balance/index.d.ts +0 -6
  292. package/lib/typescript/composites/wui-balance/index.d.ts.map +0 -1
  293. package/lib/typescript/composites/wui-banner/index.d.ts +0 -7
  294. package/lib/typescript/composites/wui-banner/index.d.ts.map +0 -1
  295. package/lib/typescript/composites/wui-banner/styles.d.ts +0 -14
  296. package/lib/typescript/composites/wui-banner/styles.d.ts.map +0 -1
  297. package/lib/typescript/composites/wui-compatible-network/index.d.ts +0 -10
  298. package/lib/typescript/composites/wui-compatible-network/index.d.ts.map +0 -1
  299. package/lib/typescript/composites/wui-list-social/index.d.ts +0 -15
  300. package/lib/typescript/composites/wui-list-social/index.d.ts.map +0 -1
  301. package/lib/typescript/composites/wui-list-social/styles.d.ts +0 -27
  302. package/lib/typescript/composites/wui-list-social/styles.d.ts.map +0 -1
  303. package/lib/typescript/composites/wui-list-token/index.d.ts +0 -11
  304. package/lib/typescript/composites/wui-list-token/index.d.ts.map +0 -1
  305. package/lib/typescript/composites/wui-list-token/styles.d.ts +0 -23
  306. package/lib/typescript/composites/wui-list-token/styles.d.ts.map +0 -1
  307. package/lib/typescript/composites/wui-list-transaction/index.d.ts +0 -15
  308. package/lib/typescript/composites/wui-list-transaction/index.d.ts.map +0 -1
  309. package/lib/typescript/composites/wui-list-transaction/styles.d.ts +0 -10
  310. package/lib/typescript/composites/wui-list-transaction/styles.d.ts.map +0 -1
  311. package/lib/typescript/composites/wui-list-transaction/utils.d.ts +0 -6
  312. package/lib/typescript/composites/wui-list-transaction/utils.d.ts.map +0 -1
  313. package/lib/typescript/composites/wui-token-button/index.d.ts +0 -7
  314. package/lib/typescript/composites/wui-token-button/index.d.ts.map +0 -1
  315. package/lib/typescript/composites/wui-token-button/styles.d.ts +0 -17
  316. package/lib/typescript/composites/wui-token-button/styles.d.ts.map +0 -1
  317. package/lib/typescript/composites/wui-transaction-visual/index.d.ts +0 -8
  318. package/lib/typescript/composites/wui-transaction-visual/index.d.ts.map +0 -1
  319. package/lib/typescript/composites/wui-transaction-visual/styles.d.ts +0 -35
  320. package/lib/typescript/composites/wui-transaction-visual/styles.d.ts.map +0 -1
  321. package/lib/typescript/utils/TransactionUtil.d.ts +0 -13
  322. package/lib/typescript/utils/TransactionUtil.d.ts.map +0 -1
  323. package/src/assets/svg/ArrowBottomCircle.tsx +0 -12
  324. package/src/assets/svg/Farcaster.tsx +0 -15
  325. package/src/assets/svg/FarcasterSquare.tsx +0 -15
  326. package/src/assets/svg/More.tsx +0 -16
  327. package/src/assets/svg/Paperplane.tsx +0 -12
  328. package/src/assets/svg/X.tsx +0 -26
  329. package/src/composites/wui-account-pill/index.tsx +0 -72
  330. package/src/composites/wui-account-pill/styles.ts +0 -19
  331. package/src/composites/wui-balance/index.tsx +0 -25
  332. package/src/composites/wui-banner/index.tsx +0 -28
  333. package/src/composites/wui-banner/styles.ts +0 -15
  334. package/src/composites/wui-compatible-network/index.tsx +0 -64
  335. package/src/composites/wui-list-social/index.tsx +0 -65
  336. package/src/composites/wui-list-social/styles.ts +0 -28
  337. package/src/composites/wui-list-token/index.tsx +0 -83
  338. package/src/composites/wui-list-token/styles.ts +0 -24
  339. package/src/composites/wui-list-transaction/index.tsx +0 -65
  340. package/src/composites/wui-list-transaction/styles.ts +0 -10
  341. package/src/composites/wui-list-transaction/utils.ts +0 -83
  342. package/src/composites/wui-token-button/index.tsx +0 -29
  343. package/src/composites/wui-token-button/styles.ts +0 -18
  344. package/src/composites/wui-transaction-visual/index.tsx +0 -78
  345. package/src/composites/wui-transaction-visual/styles.ts +0 -36
  346. package/src/utils/TransactionUtil.ts +0 -173
@@ -1,11 +1,10 @@
1
1
  import type { ReactNode } from 'react';
2
2
  import { type StyleProp, type ViewStyle } from 'react-native';
3
- import type { ColorType, IconType } from '../../utils/TypesUtil';
3
+ import type { IconType } from '../../utils/TypesUtil';
4
4
  export interface ListItemProps {
5
5
  icon?: IconType;
6
- iconColor?: ColorType;
7
- iconBackgroundColor?: ColorType;
8
- iconBorderColor?: ColorType;
6
+ iconVariant?: 'blue' | 'overlay';
7
+ variant?: 'image' | 'icon';
9
8
  imageSrc?: string;
10
9
  imageHeaders?: Record<string, string>;
11
10
  chevron?: boolean;
@@ -14,8 +13,7 @@ export interface ListItemProps {
14
13
  onPress?: () => void;
15
14
  children?: ReactNode;
16
15
  style?: StyleProp<ViewStyle>;
17
- contentStyle?: StyleProp<ViewStyle>;
18
16
  testID?: string;
19
17
  }
20
- export declare function ListItem({ children, icon, imageSrc, imageHeaders, iconColor, iconBackgroundColor, iconBorderColor, chevron, loading, disabled, onPress, style, contentStyle, testID }: ListItemProps): import("react/jsx-runtime").JSX.Element;
18
+ export declare function ListItem({ children, icon, variant, imageSrc, imageHeaders, iconVariant, chevron, loading, disabled, onPress, style, testID }: ListItemProps): import("react/jsx-runtime").JSX.Element;
21
19
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-item/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAA6B,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAMzF,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMjE,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,QAAQ,CAAC,EACvB,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,YAAY,EACZ,SAAoB,EACpB,mBAAmB,EACnB,eAAkC,EAClC,OAAO,EACP,OAAO,EACP,QAAQ,EACR,OAAO,EACP,KAAK,EACL,YAAY,EACZ,MAAM,EACP,EAAE,aAAa,2CA+Df"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-item/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAA6B,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAMzF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMtD,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,QAAQ,CAAC,EACvB,QAAQ,EACR,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,YAAY,EACZ,WAAoB,EACpB,OAAO,EACP,OAAO,EACP,QAAQ,EACR,OAAO,EACP,KAAK,EACL,MAAM,EACP,EAAE,aAAa,2CAkEf"}
@@ -11,7 +11,6 @@ declare const _default: {
11
11
  flexDirection: "row";
12
12
  flexGrow: number;
13
13
  paddingHorizontal: number;
14
- alignItems: "center";
15
14
  };
16
15
  imageContainer: {
17
16
  width: number;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-item/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAkCG"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-item/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAiCG"}
@@ -3,9 +3,7 @@ import type { LogoType } from '../../utils/TypesUtil';
3
3
  export interface LogoProps {
4
4
  logo: LogoType;
5
5
  disabled?: boolean;
6
- height?: number;
7
- width?: number;
8
6
  style?: SvgProps['style'];
9
7
  }
10
- export declare function Logo({ width, height, logo, style }: LogoProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function Logo({ logo, style }: LogoProps): import("react/jsx-runtime").JSX.Element;
11
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-logo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,wBAAgB,IAAI,CAAC,EAAE,KAAU,EAAE,MAAW,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,SAAS,2CAEvE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-logo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,SAAS,2CAE9C"}
@@ -1,10 +1,7 @@
1
- import { type StyleProp, type ViewStyle } from 'react-native';
2
1
  import type { LogoType } from '../../utils/TypesUtil';
3
2
  export interface LogoSelectProps {
4
3
  logo: LogoType;
5
4
  disabled?: boolean;
6
- style?: StyleProp<ViewStyle>;
7
- onPress?: () => void;
8
5
  }
9
- export declare function LogoSelect({ logo, disabled, style, onPress }: LogoSelectProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function LogoSelect({ logo, disabled }: LogoSelectProps): import("react/jsx-runtime").JSX.Element;
10
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-logo-select/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGnF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMtD,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,UAAU,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,eAAe,2CAkB7E"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-logo-select/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMtD,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,eAAe,2CAiB7D"}
@@ -1,14 +1,12 @@
1
- /// <reference types="react" />
2
1
  import { type StyleProp, type ViewStyle } from 'react-native';
3
2
  export interface NetworkButtonProps {
4
- children: string | React.ReactNode;
3
+ children: string;
5
4
  onPress: () => void;
6
- background?: boolean;
7
- disabled?: boolean;
8
5
  imageSrc?: string;
9
6
  imageHeaders?: Record<string, string>;
10
- loading?: boolean;
7
+ disabled?: boolean;
11
8
  style?: StyleProp<ViewStyle>;
9
+ loading?: boolean;
12
10
  }
13
- export declare function NetworkButton({ children, onPress, background, disabled, imageSrc, imageHeaders, loading, style }: NetworkButtonProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function NetworkButton({ imageSrc, imageHeaders, disabled, onPress, style, loading, children }: NetworkButtonProps): import("react/jsx-runtime").JSX.Element;
14
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-network-button/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA6B,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAYzF,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACnC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,OAAO,EACP,UAAiB,EACjB,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,OAAO,EACP,KAAK,EACN,EAAE,kBAAkB,2CAqCpB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-network-button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAYnF,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,YAAY,EACZ,QAAQ,EACR,OAAO,EACP,KAAK,EACL,OAAO,EACP,QAAQ,EACT,EAAE,kBAAkB,2CAgCpB"}
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  borderRadius: number;
9
9
  paddingHorizontal: number;
10
10
  };
11
- children: {
11
+ text: {
12
12
  paddingHorizontal: number;
13
13
  };
14
14
  loader: {
@@ -1,14 +1,10 @@
1
- import type { StyleProp, ViewStyle } from 'react-native';
2
1
  import type { SizeType } from '../../utils/TypesUtil';
3
2
  export interface NetworkImageProps {
4
3
  imageSrc?: string;
5
4
  imageHeaders?: Record<string, string>;
6
5
  selected?: boolean;
7
- size?: Exclude<SizeType, 'xl' | 'xxs'>;
6
+ size?: Exclude<SizeType, 'xl' | 'sm' | 'xs' | 'xxs'>;
8
7
  disabled?: boolean;
9
- style?: StyleProp<ViewStyle>;
10
- borderColor?: string;
11
- borderWidth?: number;
12
8
  }
13
- export declare function NetworkImage({ imageSrc, imageHeaders, disabled, selected, size, style, borderColor, borderWidth }: NetworkImageProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function NetworkImage({ imageSrc, imageHeaders, disabled, selected, size }: NetworkImageProps): import("react/jsx-runtime").JSX.Element;
14
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-network-image/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAKtD,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,KAAK,CAAC,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAgBD,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,IAAW,EACX,KAAK,EACL,WAAW,EACX,WAAe,EAChB,EAAE,iBAAiB,2CA0CnB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-network-image/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGtD,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,IAAW,EACZ,EAAE,iBAAiB,2CA6BnB"}
@@ -1,5 +1,3 @@
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";
5
3
  //# 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;AAEtY,eAAO,MAAM,SAAS,sYAC+W,CAAC;AAEtY,eAAO,MAAM,MAAM,2YACuX,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"}
@@ -1,13 +1,8 @@
1
- import { type StyleProp, type ViewStyle } from 'react-native';
2
- import type { IconType } from '../../utils/TypesUtil';
3
1
  export interface QrCodeProps {
4
2
  size: number;
5
3
  uri?: string;
6
4
  imageSrc?: string;
7
- icon?: IconType;
8
5
  testID?: string;
9
- arenaClear?: boolean;
10
- style?: StyleProp<ViewStyle>;
11
6
  }
12
- export declare function QrCode({ size, uri, imageSrc, testID, arenaClear, icon, style }: QrCodeProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function QrCode({ size, uri, imageSrc, testID }: QrCodeProps): import("react/jsx-runtime").JSX.Element;
13
8
  //# 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":"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
+ {"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 +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,2CAkB1E"}
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 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-snackbar/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAGA,wBAYG"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-snackbar/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAEA,wBAYG"}
@@ -1,9 +1,7 @@
1
- import { type StyleProp, type ViewStyle } from 'react-native';
2
1
  import type { TabOptionType } from '../../utils/TypesUtil';
3
2
  export interface TabsProps {
4
3
  onTabChange: (index: number) => void;
5
- tabs: TabOptionType[] | string[];
6
- style?: StyleProp<ViewStyle>;
4
+ tabs: TabOptionType[];
7
5
  }
8
- export declare function Tabs({ tabs, onTabChange, style }: TabsProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function Tabs({ tabs, onTabChange }: TabsProps): import("react/jsx-runtime").JSX.Element;
9
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
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
+ {"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,7 +1,6 @@
1
1
  declare const _default: {
2
2
  container: {
3
3
  height: number;
4
- width: "100%";
5
4
  flexDirection: "row";
6
5
  alignItems: "center";
7
6
  paddingHorizontal: number;
@@ -11,6 +10,7 @@ declare const _default: {
11
10
  flexDirection: "row";
12
11
  justifyContent: "center";
13
12
  alignItems: "center";
13
+ width: number;
14
14
  paddingVertical: number;
15
15
  };
16
16
  tabIcon: {
@@ -19,6 +19,7 @@ declare const _default: {
19
19
  activeMark: {
20
20
  position: "absolute";
21
21
  height: number;
22
+ width: number;
22
23
  borderWidth: number;
23
24
  borderRadius: number;
24
25
  margin: number;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tabs/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAyBG"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tabs/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBA0BG"}
@@ -8,16 +8,12 @@ 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';
12
11
  export { ActionEntry, type ActionEntryProps } from './composites/wui-action-entry';
13
12
  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';
16
13
  export { Button, type ButtonProps } from './composites/wui-button';
17
14
  export { CardSelectLoader, CardSelectLoaderHeight, type CardSelectLoaderProps } from './composites/wui-card-select-loader';
18
15
  export { CardSelect, CardSelectHeight, CardSelectWidth, type CardSelectProps } from './composites/wui-card-select';
19
16
  export { Chip, type ChipProps } from './composites/wui-chip';
20
- export { CompatibleNetwork, type CompatibleNetworkProps } from './composites/wui-compatible-network';
21
17
  export { ConnectButton, type ConnectButtonProps } from './composites/wui-connect-button';
22
18
  export { EmailInput, type EmailInputProps } from './composites/wui-email-input';
23
19
  export { IconBox, type IconBoxProps } from './composites/wui-icon-box';
@@ -27,9 +23,6 @@ export { InputNumeric, type InputNumericProps } from './composites/wui-input-num
27
23
  export { InputText, type InputTextProps } from './composites/wui-input-text';
28
24
  export { Link, type LinkProps } from './composites/wui-link';
29
25
  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';
33
26
  export { ListWallet, type ListWalletProps } from './composites/wui-list-wallet';
34
27
  export { Logo, type LogoProps } from './composites/wui-logo';
35
28
  export { LogoSelect, type LogoSelectProps } from './composites/wui-logo-select';
@@ -41,7 +34,6 @@ export { SearchBar, type SearchBarProps } from './composites/wui-search-bar';
41
34
  export { Snackbar, type SnackbarProps } from './composites/wui-snackbar';
42
35
  export { Tabs, type TabsProps } from './composites/wui-tabs';
43
36
  export { Tag, type TagProps } from './composites/wui-tag';
44
- export { TokenButton, type TokenButtonProps } from './composites/wui-token-button';
45
37
  export { Tooltip, type TooltipProps } from './composites/wui-tooltip';
46
38
  export { WalletImage, type WalletImageProps } from './composites/wui-wallet-image';
47
39
  export { Overlay, type OverlayProps } from './layout/wui-overlay';
@@ -49,7 +41,6 @@ export { FlexView, type FlexViewProps } from './layout/wui-flex';
49
41
  export { Separator } from './layout/wui-separator';
50
42
  export type { ButtonType, CardSelectType, ChipType, ColorType, ThemeKeys as ThemeColorType, IconType, LogoType, PlacementType, SizeType, TagType, TextType, VisualType } from './utils/TypesUtil';
51
43
  export { UiUtil } from './utils/UiUtil';
52
- export { TransactionUtil } from './utils/TransactionUtil';
53
44
  export { Spacing, BorderRadius } from './utils/ThemeUtil';
54
45
  export { useTheme } from './hooks/useTheme';
55
46
  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":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAC5F,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,KAAK,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAClG,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAEtE,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EACL,gBAAgB,EAChB,sBAAsB,EACtB,KAAK,qBAAqB,EAC3B,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACL,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,KAAK,eAAe,EACrB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC1E,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEnF,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,YAAY,EACV,UAAU,EACV,cAAc,EACd,QAAQ,EACR,SAAS,EACT,SAAS,IAAI,cAAc,EAC3B,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,UAAU,EACX,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE1D,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC"}
@@ -15,7 +15,6 @@ export declare const BorderRadius: {
15
15
  m: number;
16
16
  l: number;
17
17
  '3xl': number;
18
- full: number;
19
18
  };
20
19
  export declare const IconSize: {
21
20
  xxs: 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;;;;;;;;;;;CAWxB,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;;;;;;;;;;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,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-175' | 'fg-200' | 'fg-250' | 'fg-275' | 'fg-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';
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';
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' | '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' | 'walletPlaceholder' | 'warningCircle' | 'x';
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
9
  export type VisualType = 'browser' | 'dao' | 'defi' | 'defiAlt' | 'eth' | 'layers' | 'lock' | 'login' | 'network' | 'nft' | 'noun' | 'profile' | 'system';
10
- export type LogoType = 'apple' | 'discord' | 'facebook' | 'farcaster' | 'farcasterSquare' | 'github' | 'google' | 'more' | 'telegram' | 'twitch' | 'x';
10
+ export type LogoType = 'apple' | 'discord' | 'facebook' | 'github' | 'google' | 'telegram' | 'twitch' | 'twitter';
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,5 +29,4 @@ 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';
33
32
  //# 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,6 +6,5 @@ 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;
10
9
  };
11
10
  //# 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;qCAIO,MAAM,GAAG,MAAM,GAAG,SAAS;CAiB7D,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;CAG3B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-ui-react-native",
3
- "version": "0.0.0-refactor-modal-migration-20241004184043",
3
+ "version": "1.0.1",
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/reown-com/appkit-react-native",
29
+ "repository": "https://github.com/WalletConnect/web3modal-react-native",
30
30
  "author": "Reown <support@reown.com> (https://reown.com)",
31
- "homepage": "https://reown.com/appkit",
31
+ "homepage": "https://github.com/WalletConnect/web3modal-react-native",
32
32
  "license": "Apache-2.0",
33
33
  "bugs": {
34
- "url": "https://github.com/reown-com/appkit-react-native/issues"
34
+ "url": "https://github.com/WalletConnect/web3modal-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/reown-com/react-native-examples)
3
+ #### 🔎 [Examples](https://github.com/WalletConnect/react-native-examples)
4
4
 
5
5
  #### 🔗 [Website](https://reown.com/appkit)
6
6
 
@@ -0,0 +1,27 @@
1
+ import Svg, { G, Circle, Path, Defs, ClipPath, type SvgProps } from 'react-native-svg';
2
+ const SvgTwitter = (props: SvgProps) => (
3
+ <Svg viewBox="0 0 40 40" {...props} fill="none">
4
+ <G clipPath="url(#Twitter_svg__a)">
5
+ <G clipPath="url(#Twitter_svg__b)">
6
+ <Circle cx={20} cy={19.886} r={20} fill="#1D9BF0" />
7
+ <Circle cx={20} cy={19.886} r={19.5} stroke="#fff" strokeOpacity={0.1} />
8
+ <Path
9
+ fill="#fff"
10
+ d="M30 13.81a8.189 8.189 0 0 1-2.357.646 4.11 4.11 0 0 0 1.805-2.27 8.22 8.22 0 0 1-2.606.996 4.096 4.096 0 0 0-2.995-1.296c-2.65 0-4.596 2.471-3.998 5.037a11.648 11.648 0 0 1-8.457-4.286 4.109 4.109 0 0 0 1.27 5.478 4.086 4.086 0 0 1-1.858-.513c-.045 1.9 1.318 3.679 3.291 4.075a4.114 4.114 0 0 1-1.853.07 4.106 4.106 0 0 0 3.833 2.849 8.25 8.25 0 0 1-6.075 1.7 11.616 11.616 0 0 0 6.29 1.843c7.618 0 11.922-6.434 11.663-12.205A8.354 8.354 0 0 0 30 13.81Z"
11
+ />
12
+ </G>
13
+ </G>
14
+ <Defs>
15
+ <ClipPath id="Twitter_svg__a">
16
+ <Path
17
+ fill="#fff"
18
+ d="M0 20C0 8.954 8.954 0 20 0s20 8.954 20 20-8.954 20-20 20S0 31.046 0 20Z"
19
+ />
20
+ </ClipPath>
21
+ <ClipPath id="Twitter_svg__b">
22
+ <Path fill="#fff" d="M0 0h40v40H0z" />
23
+ </ClipPath>
24
+ </Defs>
25
+ </Svg>
26
+ );
27
+ export default SvgTwitter;
@@ -0,0 +1,10 @@
1
+ import Svg, { Path, type SvgProps } from 'react-native-svg';
2
+ const SvgTwitter = (props: SvgProps) => (
3
+ <Svg viewBox="0 0 16 16" fill="none" {...props}>
4
+ <Path
5
+ fill={props.fill || '#fff'}
6
+ d="m14.36 4.74.01.42c0 4.34-3.3 9.34-9.34 9.34A9.3 9.3 0 0 1 0 13.03a6.6 6.6 0 0 0 4.86-1.36 3.29 3.29 0 0 1-3.07-2.28c.5.1 1 .07 1.48-.06A3.28 3.28 0 0 1 .64 6.11v-.04c.46.26.97.4 1.49.41A3.29 3.29 0 0 1 1.11 2.1a9.32 9.32 0 0 0 6.77 3.43 3.28 3.28 0 0 1 5.6-3 6.59 6.59 0 0 0 2.08-.8 3.3 3.3 0 0 1-1.45 1.82A6.53 6.53 0 0 0 16 3.04c-.44.66-1 1.23-1.64 1.7Z"
7
+ />
8
+ </Svg>
9
+ );
10
+ export default SvgTwitter;
@@ -5,7 +5,6 @@ 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';
9
8
  import ArrowLeftSvg from '../../assets/svg/ArrowLeft';
10
9
  import ArrowRightSvg from '../../assets/svg/ArrowRight';
11
10
  import ArrowTopSvg from '../../assets/svg/ArrowTop';
@@ -30,8 +29,6 @@ import EtherscanSvg from '../../assets/svg/Etherscan';
30
29
  import ExtensionSvg from '../../assets/svg/Extension';
31
30
  import ExternalLinkSvg from '../../assets/svg/ExternalLink';
32
31
  import FacebookSvg from '../../assets/svg/Facebook';
33
- import FarcasterSvg from '../../assets/svg/Farcaster';
34
- import FarcasterSquareSvg from '../../assets/svg/FarcasterSquare';
35
32
  import FiltersSvg from '../../assets/svg/Filters';
36
33
  import GithubSvg from '../../assets/svg/Github';
37
34
  import GoogleSvg from '../../assets/svg/Google';
@@ -39,25 +36,24 @@ import HelpCircleSvg from '../../assets/svg/HelpCircle';
39
36
  import InfoCircleSvg from '../../assets/svg/InfoCircle';
40
37
  import MailSvg from '../../assets/svg/Mail';
41
38
  import MobileSvg from '../../assets/svg/Mobile';
42
- import MoreSvg from '../../assets/svg/More';
43
39
  import NetworkPlaceholderSvg from '../../assets/svg/NetworkPlaceholder';
44
40
  import NftPlaceholderSvg from '../../assets/svg/NftPlaceholder';
45
41
  import OffSvg from '../../assets/svg/Off';
46
- import PaperplaneSvg from '../../assets/svg/Paperplane';
47
42
  import QrCodeSvg from '../../assets/svg/QrCode';
48
43
  import RefreshSvg from '../../assets/svg/Refresh';
49
44
  import SearchSvg from '../../assets/svg/Search';
50
45
  import SwapHorizontalSvg from '../../assets/svg/SwapHorizontal';
51
46
  import SwapVerticalSvg from '../../assets/svg/SwapVertical';
52
47
  import TelegramSvg from '../../assets/svg/Telegram';
53
- import TwitchSvg from '../../assets/svg/Twitch';
48
+ import TwitterSvg from '../../assets/svg/Twitter';
54
49
  import VerifySvg from '../../assets/svg/Verify';
55
50
  import WalletConnectSvg from '../../assets/svg/WalletConnect';
56
51
  import WalletSvg from '../../assets/svg/Wallet';
57
52
  import WalletSmallSvg from '../../assets/svg/WalletSmall';
58
53
  import WarningCircleSvg from '../../assets/svg/WarningCircle';
54
+ import TwitchSvg from '../../assets/svg/Twitch';
55
+ import TwitterIconSvg from '../../assets/svg/TwitterIcon';
59
56
  import WalletPlaceholderSvg from '../../assets/svg/WalletPlaceholder';
60
- import XSvg from '../../assets/svg/X';
61
57
  import { useTheme } from '../../hooks/useTheme';
62
58
  import { IconSize } from '../../utils/ThemeUtil';
63
59
 
@@ -65,7 +61,6 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
65
61
  allWallets: AllWalletsSvg,
66
62
  apple: AppleSvg,
67
63
  arrowBottom: ArrowBottomSvg,
68
- arrowBottomCircle: ArrowBottomCircleSvg,
69
64
  arrowLeft: ArrowLeftSvg,
70
65
  arrowRight: ArrowRightSvg,
71
66
  arrowTop: ArrowTopSvg,
@@ -90,8 +85,6 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
90
85
  extension: ExtensionSvg,
91
86
  externalLink: ExternalLinkSvg,
92
87
  facebook: FacebookSvg,
93
- farcaster: FarcasterSvg,
94
- farcasterSquare: FarcasterSquareSvg,
95
88
  filters: FiltersSvg,
96
89
  github: GithubSvg,
97
90
  google: GoogleSvg,
@@ -99,11 +92,9 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
99
92
  infoCircle: InfoCircleSvg,
100
93
  mail: MailSvg,
101
94
  mobile: MobileSvg,
102
- more: MoreSvg,
103
95
  networkPlaceholder: NetworkPlaceholderSvg,
104
96
  nftPlaceholder: NftPlaceholderSvg,
105
97
  off: OffSvg,
106
- paperplane: PaperplaneSvg,
107
98
  qrCode: QrCodeSvg,
108
99
  refresh: RefreshSvg,
109
100
  search: SearchSvg,
@@ -111,13 +102,14 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
111
102
  swapVertical: SwapVerticalSvg,
112
103
  telegram: TelegramSvg,
113
104
  twitch: TwitchSvg,
105
+ twitter: TwitterSvg,
106
+ twitterIcon: TwitterIconSvg,
114
107
  verify: VerifySvg,
115
108
  wallet: WalletSvg,
116
109
  walletSmall: WalletSmallSvg,
117
110
  warningCircle: WarningCircleSvg,
118
111
  walletConnect: WalletConnectSvg,
119
- walletPlaceholder: WalletPlaceholderSvg,
120
- x: XSvg
112
+ walletPlaceholder: WalletPlaceholderSvg
121
113
  };
122
114
 
123
115
  export type IconProps = SvgProps & {