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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. package/lib/commonjs/assets/svg/ArrowBottomCircle.js +21 -0
  2. package/lib/commonjs/assets/svg/ArrowBottomCircle.js.map +1 -0
  3. package/lib/commonjs/assets/svg/Farcaster.js +28 -0
  4. package/lib/commonjs/assets/svg/Farcaster.js.map +1 -0
  5. package/lib/commonjs/assets/svg/FarcasterSquare.js +28 -0
  6. package/lib/commonjs/assets/svg/FarcasterSquare.js.map +1 -0
  7. package/lib/commonjs/assets/svg/{TwitterIcon.js → More.js} +16 -5
  8. package/lib/commonjs/assets/svg/More.js.map +1 -0
  9. package/lib/commonjs/assets/svg/Paperplane.js +21 -0
  10. package/lib/commonjs/assets/svg/Paperplane.js.map +1 -0
  11. package/lib/commonjs/assets/svg/WalletConnect.js +19 -1
  12. package/lib/commonjs/assets/svg/WalletConnect.js.map +1 -1
  13. package/lib/commonjs/assets/svg/{Twitter.js → X.js} +18 -28
  14. package/lib/commonjs/assets/svg/X.js.map +1 -0
  15. package/lib/commonjs/assets/visual/Google.js +59 -0
  16. package/lib/commonjs/assets/visual/Google.js.map +1 -0
  17. package/lib/commonjs/assets/visual/Lightbulb.js +58 -0
  18. package/lib/commonjs/assets/visual/Lightbulb.js.map +1 -0
  19. package/lib/commonjs/assets/visual/Pencil.js +81 -0
  20. package/lib/commonjs/assets/visual/Pencil.js.map +1 -0
  21. package/lib/commonjs/components/wui-card/index.js +1 -1
  22. package/lib/commonjs/components/wui-card/styles.js +1 -1
  23. package/lib/commonjs/components/wui-card/styles.js.map +1 -1
  24. package/lib/commonjs/components/wui-icon/index.js +18 -7
  25. package/lib/commonjs/components/wui-icon/index.js.map +1 -1
  26. package/lib/commonjs/components/wui-lean-text/index.js +15 -0
  27. package/lib/commonjs/components/wui-lean-text/index.js.map +1 -0
  28. package/lib/commonjs/components/wui-lean-view/index.js +15 -0
  29. package/lib/commonjs/components/wui-lean-view/index.js.map +1 -0
  30. package/lib/commonjs/components/wui-text/index.js +2 -2
  31. package/lib/commonjs/components/wui-text/index.js.map +1 -1
  32. package/lib/commonjs/components/wui-visual/index.js +6 -0
  33. package/lib/commonjs/components/wui-visual/index.js.map +1 -1
  34. package/lib/commonjs/composites/wui-account-button/index.js +13 -7
  35. package/lib/commonjs/composites/wui-account-button/index.js.map +1 -1
  36. package/lib/commonjs/composites/wui-account-button/styles.js +5 -5
  37. package/lib/commonjs/composites/wui-account-button/styles.js.map +1 -1
  38. package/lib/commonjs/composites/wui-account-pill/index.js +67 -0
  39. package/lib/commonjs/composites/wui-account-pill/index.js.map +1 -0
  40. package/lib/commonjs/composites/wui-account-pill/styles.js +29 -0
  41. package/lib/commonjs/composites/wui-account-pill/styles.js.map +1 -0
  42. package/lib/commonjs/composites/wui-avatar/styles.js +2 -1
  43. package/lib/commonjs/composites/wui-avatar/styles.js.map +1 -1
  44. package/lib/commonjs/composites/wui-balance/index.js +27 -0
  45. package/lib/commonjs/composites/wui-balance/index.js.map +1 -0
  46. package/lib/commonjs/composites/wui-banner/index.js +36 -0
  47. package/lib/commonjs/composites/wui-banner/index.js.map +1 -0
  48. package/lib/commonjs/composites/wui-banner/styles.js +21 -0
  49. package/lib/commonjs/composites/wui-banner/styles.js.map +1 -0
  50. package/lib/commonjs/composites/wui-button/index.js +3 -3
  51. package/lib/commonjs/composites/wui-button/index.js.map +1 -1
  52. package/lib/commonjs/composites/wui-button/styles.js +3 -3
  53. package/lib/commonjs/composites/wui-button/styles.js.map +1 -1
  54. package/lib/commonjs/composites/wui-chip/index.js +11 -9
  55. package/lib/commonjs/composites/wui-chip/index.js.map +1 -1
  56. package/lib/commonjs/composites/wui-chip/styles.js +3 -3
  57. package/lib/commonjs/composites/wui-chip/styles.js.map +1 -1
  58. package/lib/commonjs/composites/wui-compatible-network/index.js +58 -0
  59. package/lib/commonjs/composites/wui-compatible-network/index.js.map +1 -0
  60. package/lib/commonjs/composites/wui-connect-button/styles.js +1 -1
  61. package/lib/commonjs/composites/wui-connect-button/styles.js.map +1 -1
  62. package/lib/commonjs/composites/wui-icon-box/index.js +17 -1
  63. package/lib/commonjs/composites/wui-icon-box/index.js.map +1 -1
  64. package/lib/commonjs/composites/wui-input-text/styles.js +1 -1
  65. package/lib/commonjs/composites/wui-input-text/styles.js.map +1 -1
  66. package/lib/commonjs/composites/wui-list-item/index.js +10 -10
  67. package/lib/commonjs/composites/wui-list-item/index.js.map +1 -1
  68. package/lib/commonjs/composites/wui-list-item/styles.js +4 -3
  69. package/lib/commonjs/composites/wui-list-item/styles.js.map +1 -1
  70. package/lib/commonjs/composites/wui-list-social/index.js +54 -0
  71. package/lib/commonjs/composites/wui-list-social/index.js.map +1 -0
  72. package/lib/commonjs/composites/wui-list-social/styles.js +34 -0
  73. package/lib/commonjs/composites/wui-list-social/styles.js.map +1 -0
  74. package/lib/commonjs/composites/wui-list-token/index.js +78 -0
  75. package/lib/commonjs/composites/wui-list-token/index.js.map +1 -0
  76. package/lib/commonjs/composites/wui-list-token/styles.js +30 -0
  77. package/lib/commonjs/composites/wui-list-token/styles.js.map +1 -0
  78. package/lib/commonjs/composites/wui-list-transaction/index.js +64 -0
  79. package/lib/commonjs/composites/wui-list-transaction/index.js.map +1 -0
  80. package/lib/commonjs/composites/wui-list-transaction/styles.js +16 -0
  81. package/lib/commonjs/composites/wui-list-transaction/styles.js.map +1 -0
  82. package/lib/commonjs/composites/wui-list-transaction/utils.js +88 -0
  83. package/lib/commonjs/composites/wui-list-transaction/utils.js.map +1 -0
  84. package/lib/commonjs/composites/wui-list-wallet/index.js +4 -3
  85. package/lib/commonjs/composites/wui-list-wallet/index.js.map +1 -1
  86. package/lib/commonjs/composites/wui-logo/index.js +4 -2
  87. package/lib/commonjs/composites/wui-logo/index.js.map +1 -1
  88. package/lib/commonjs/composites/wui-logo-select/index.js +6 -3
  89. package/lib/commonjs/composites/wui-logo-select/index.js.map +1 -1
  90. package/lib/commonjs/composites/wui-logo-select/styles.js +3 -3
  91. package/lib/commonjs/composites/wui-logo-select/styles.js.map +1 -1
  92. package/lib/commonjs/composites/wui-network-button/index.js +14 -10
  93. package/lib/commonjs/composites/wui-network-button/index.js.map +1 -1
  94. package/lib/commonjs/composites/wui-network-button/styles.js +4 -4
  95. package/lib/commonjs/composites/wui-network-button/styles.js.map +1 -1
  96. package/lib/commonjs/composites/wui-network-image/index.js +48 -21
  97. package/lib/commonjs/composites/wui-network-image/index.js.map +1 -1
  98. package/lib/commonjs/composites/wui-network-image/styles.js +3 -1
  99. package/lib/commonjs/composites/wui-network-image/styles.js.map +1 -1
  100. package/lib/commonjs/composites/wui-otp/index.js +1 -2
  101. package/lib/commonjs/composites/wui-otp/index.js.map +1 -1
  102. package/lib/commonjs/composites/wui-promo/index.js +48 -0
  103. package/lib/commonjs/composites/wui-promo/index.js.map +1 -0
  104. package/lib/commonjs/composites/wui-qr-code/index.js +16 -12
  105. package/lib/commonjs/composites/wui-qr-code/index.js.map +1 -1
  106. package/lib/commonjs/composites/wui-snackbar/index.js +1 -0
  107. package/lib/commonjs/composites/wui-snackbar/index.js.map +1 -1
  108. package/lib/commonjs/composites/wui-snackbar/styles.js +3 -2
  109. package/lib/commonjs/composites/wui-snackbar/styles.js.map +1 -1
  110. package/lib/commonjs/composites/wui-tabs/index.js +22 -8
  111. package/lib/commonjs/composites/wui-tabs/index.js.map +1 -1
  112. package/lib/commonjs/composites/wui-tabs/styles.js +2 -3
  113. package/lib/commonjs/composites/wui-tabs/styles.js.map +1 -1
  114. package/lib/commonjs/composites/wui-token-button/index.js +37 -0
  115. package/lib/commonjs/composites/wui-token-button/index.js.map +1 -0
  116. package/lib/commonjs/composites/wui-token-button/styles.js +24 -0
  117. package/lib/commonjs/composites/wui-token-button/styles.js.map +1 -0
  118. package/lib/commonjs/composites/wui-transaction-visual/index.js +73 -0
  119. package/lib/commonjs/composites/wui-transaction-visual/index.js.map +1 -0
  120. package/lib/commonjs/composites/wui-transaction-visual/styles.js +42 -0
  121. package/lib/commonjs/composites/wui-transaction-visual/styles.js.map +1 -0
  122. package/lib/commonjs/composites/wui-wallet-image/styles.js +1 -1
  123. package/lib/commonjs/composites/wui-wallet-image/styles.js.map +1 -1
  124. package/lib/commonjs/index.js +70 -0
  125. package/lib/commonjs/index.js.map +1 -1
  126. package/lib/commonjs/layout/wui-flex/index.js +2 -2
  127. package/lib/commonjs/layout/wui-flex/index.js.map +1 -1
  128. package/lib/commonjs/layout/wui-separator/index.js +4 -4
  129. package/lib/commonjs/layout/wui-separator/index.js.map +1 -1
  130. package/lib/commonjs/utils/ThemeUtil.js +4 -2
  131. package/lib/commonjs/utils/ThemeUtil.js.map +1 -1
  132. package/lib/commonjs/utils/TransactionUtil.js +139 -0
  133. package/lib/commonjs/utils/TransactionUtil.js.map +1 -0
  134. package/lib/commonjs/utils/UiUtil.js +15 -0
  135. package/lib/commonjs/utils/UiUtil.js.map +1 -1
  136. package/lib/module/assets/svg/ArrowBottomCircle.js +13 -0
  137. package/lib/module/assets/svg/ArrowBottomCircle.js.map +1 -0
  138. package/lib/module/assets/svg/Farcaster.js +20 -0
  139. package/lib/module/assets/svg/Farcaster.js.map +1 -0
  140. package/lib/module/assets/svg/FarcasterSquare.js +20 -0
  141. package/lib/module/assets/svg/FarcasterSquare.js.map +1 -0
  142. package/lib/module/assets/svg/More.js +22 -0
  143. package/lib/module/assets/svg/More.js.map +1 -0
  144. package/lib/module/assets/svg/Paperplane.js +13 -0
  145. package/lib/module/assets/svg/Paperplane.js.map +1 -0
  146. package/lib/module/assets/svg/WalletConnect.js +18 -1
  147. package/lib/module/assets/svg/WalletConnect.js.map +1 -1
  148. package/lib/module/assets/svg/X.js +27 -0
  149. package/lib/module/assets/svg/X.js.map +1 -0
  150. package/lib/module/assets/visual/Google.js +51 -0
  151. package/lib/module/assets/visual/Google.js.map +1 -0
  152. package/lib/module/assets/visual/Lightbulb.js +50 -0
  153. package/lib/module/assets/visual/Lightbulb.js.map +1 -0
  154. package/lib/module/assets/visual/Pencil.js +73 -0
  155. package/lib/module/assets/visual/Pencil.js.map +1 -0
  156. package/lib/module/components/wui-card/index.js +1 -1
  157. package/lib/module/components/wui-card/styles.js +1 -1
  158. package/lib/module/components/wui-card/styles.js.map +1 -1
  159. package/lib/module/components/wui-icon/index.js +16 -7
  160. package/lib/module/components/wui-icon/index.js.map +1 -1
  161. package/lib/module/components/wui-lean-text/index.js +10 -0
  162. package/lib/module/components/wui-lean-text/index.js.map +1 -0
  163. package/lib/module/components/wui-lean-view/index.js +10 -0
  164. package/lib/module/components/wui-lean-view/index.js.map +1 -0
  165. package/lib/module/components/wui-text/index.js +2 -2
  166. package/lib/module/components/wui-text/index.js.map +1 -1
  167. package/lib/module/components/wui-visual/index.js +6 -0
  168. package/lib/module/components/wui-visual/index.js.map +1 -1
  169. package/lib/module/composites/wui-account-button/index.js +13 -7
  170. package/lib/module/composites/wui-account-button/index.js.map +1 -1
  171. package/lib/module/composites/wui-account-button/styles.js +6 -6
  172. package/lib/module/composites/wui-account-button/styles.js.map +1 -1
  173. package/lib/module/composites/wui-account-pill/index.js +60 -0
  174. package/lib/module/composites/wui-account-pill/index.js.map +1 -0
  175. package/lib/module/composites/wui-account-pill/styles.js +23 -0
  176. package/lib/module/composites/wui-account-pill/styles.js.map +1 -0
  177. package/lib/module/composites/wui-avatar/styles.js +2 -1
  178. package/lib/module/composites/wui-avatar/styles.js.map +1 -1
  179. package/lib/module/composites/wui-balance/index.js +21 -0
  180. package/lib/module/composites/wui-balance/index.js.map +1 -0
  181. package/lib/module/composites/wui-banner/index.js +29 -0
  182. package/lib/module/composites/wui-banner/index.js.map +1 -0
  183. package/lib/module/composites/wui-banner/styles.js +15 -0
  184. package/lib/module/composites/wui-banner/styles.js.map +1 -0
  185. package/lib/module/composites/wui-button/index.js +3 -3
  186. package/lib/module/composites/wui-button/index.js.map +1 -1
  187. package/lib/module/composites/wui-button/styles.js +3 -3
  188. package/lib/module/composites/wui-button/styles.js.map +1 -1
  189. package/lib/module/composites/wui-chip/index.js +12 -10
  190. package/lib/module/composites/wui-chip/index.js.map +1 -1
  191. package/lib/module/composites/wui-chip/styles.js +3 -3
  192. package/lib/module/composites/wui-chip/styles.js.map +1 -1
  193. package/lib/module/composites/wui-compatible-network/index.js +52 -0
  194. package/lib/module/composites/wui-compatible-network/index.js.map +1 -0
  195. package/lib/module/composites/wui-connect-button/styles.js +1 -1
  196. package/lib/module/composites/wui-connect-button/styles.js.map +1 -1
  197. package/lib/module/composites/wui-icon-box/index.js +17 -1
  198. package/lib/module/composites/wui-icon-box/index.js.map +1 -1
  199. package/lib/module/composites/wui-input-text/styles.js +1 -1
  200. package/lib/module/composites/wui-input-text/styles.js.map +1 -1
  201. package/lib/module/composites/wui-list-item/index.js +10 -10
  202. package/lib/module/composites/wui-list-item/index.js.map +1 -1
  203. package/lib/module/composites/wui-list-item/styles.js +4 -3
  204. package/lib/module/composites/wui-list-item/styles.js.map +1 -1
  205. package/lib/module/composites/wui-list-social/index.js +47 -0
  206. package/lib/module/composites/wui-list-social/index.js.map +1 -0
  207. package/lib/module/composites/wui-list-social/styles.js +28 -0
  208. package/lib/module/composites/wui-list-social/styles.js.map +1 -0
  209. package/lib/module/composites/wui-list-token/index.js +71 -0
  210. package/lib/module/composites/wui-list-token/index.js.map +1 -0
  211. package/lib/module/composites/wui-list-token/styles.js +24 -0
  212. package/lib/module/composites/wui-list-token/styles.js.map +1 -0
  213. package/lib/module/composites/wui-list-transaction/index.js +57 -0
  214. package/lib/module/composites/wui-list-transaction/index.js.map +1 -0
  215. package/lib/module/composites/wui-list-transaction/styles.js +10 -0
  216. package/lib/module/composites/wui-list-transaction/styles.js.map +1 -0
  217. package/lib/module/composites/wui-list-transaction/utils.js +79 -0
  218. package/lib/module/composites/wui-list-transaction/utils.js.map +1 -0
  219. package/lib/module/composites/wui-list-wallet/index.js +5 -4
  220. package/lib/module/composites/wui-list-wallet/index.js.map +1 -1
  221. package/lib/module/composites/wui-logo/index.js +4 -2
  222. package/lib/module/composites/wui-logo/index.js.map +1 -1
  223. package/lib/module/composites/wui-logo-select/index.js +6 -3
  224. package/lib/module/composites/wui-logo-select/index.js.map +1 -1
  225. package/lib/module/composites/wui-logo-select/styles.js +3 -3
  226. package/lib/module/composites/wui-logo-select/styles.js.map +1 -1
  227. package/lib/module/composites/wui-network-button/index.js +15 -11
  228. package/lib/module/composites/wui-network-button/index.js.map +1 -1
  229. package/lib/module/composites/wui-network-button/styles.js +5 -5
  230. package/lib/module/composites/wui-network-button/styles.js.map +1 -1
  231. package/lib/module/composites/wui-network-image/index.js +49 -22
  232. package/lib/module/composites/wui-network-image/index.js.map +1 -1
  233. package/lib/module/composites/wui-network-image/styles.js +2 -0
  234. package/lib/module/composites/wui-network-image/styles.js.map +1 -1
  235. package/lib/module/composites/wui-otp/index.js +2 -3
  236. package/lib/module/composites/wui-otp/index.js.map +1 -1
  237. package/lib/module/composites/wui-promo/index.js +42 -0
  238. package/lib/module/composites/wui-promo/index.js.map +1 -0
  239. package/lib/module/composites/wui-qr-code/index.js +16 -12
  240. package/lib/module/composites/wui-qr-code/index.js.map +1 -1
  241. package/lib/module/composites/wui-snackbar/index.js +1 -0
  242. package/lib/module/composites/wui-snackbar/index.js.map +1 -1
  243. package/lib/module/composites/wui-snackbar/styles.js +3 -2
  244. package/lib/module/composites/wui-snackbar/styles.js.map +1 -1
  245. package/lib/module/composites/wui-tabs/index.js +22 -8
  246. package/lib/module/composites/wui-tabs/index.js.map +1 -1
  247. package/lib/module/composites/wui-tabs/styles.js +2 -3
  248. package/lib/module/composites/wui-tabs/styles.js.map +1 -1
  249. package/lib/module/composites/wui-token-button/index.js +30 -0
  250. package/lib/module/composites/wui-token-button/index.js.map +1 -0
  251. package/lib/module/composites/wui-token-button/styles.js +18 -0
  252. package/lib/module/composites/wui-token-button/styles.js.map +1 -0
  253. package/lib/module/composites/wui-transaction-visual/index.js +66 -0
  254. package/lib/module/composites/wui-transaction-visual/index.js.map +1 -0
  255. package/lib/module/composites/wui-transaction-visual/styles.js +36 -0
  256. package/lib/module/composites/wui-transaction-visual/styles.js.map +1 -0
  257. package/lib/module/composites/wui-wallet-image/styles.js +1 -1
  258. package/lib/module/composites/wui-wallet-image/styles.js.map +1 -1
  259. package/lib/module/index.js +10 -0
  260. package/lib/module/index.js.map +1 -1
  261. package/lib/module/layout/wui-flex/index.js +2 -2
  262. package/lib/module/layout/wui-flex/index.js.map +1 -1
  263. package/lib/module/layout/wui-separator/index.js +4 -4
  264. package/lib/module/layout/wui-separator/index.js.map +1 -1
  265. package/lib/module/utils/ThemeUtil.js +4 -2
  266. package/lib/module/utils/ThemeUtil.js.map +1 -1
  267. package/lib/module/utils/TransactionUtil.js +134 -0
  268. package/lib/module/utils/TransactionUtil.js.map +1 -0
  269. package/lib/module/utils/UiUtil.js +15 -0
  270. package/lib/module/utils/UiUtil.js.map +1 -1
  271. package/lib/typescript/assets/svg/ArrowBottomCircle.d.ts +4 -0
  272. package/lib/typescript/assets/svg/ArrowBottomCircle.d.ts.map +1 -0
  273. package/lib/typescript/assets/svg/Farcaster.d.ts +4 -0
  274. package/lib/typescript/assets/svg/Farcaster.d.ts.map +1 -0
  275. package/lib/typescript/assets/svg/FarcasterSquare.d.ts +4 -0
  276. package/lib/typescript/assets/svg/FarcasterSquare.d.ts.map +1 -0
  277. package/lib/typescript/assets/svg/More.d.ts +4 -0
  278. package/lib/typescript/assets/svg/More.d.ts.map +1 -0
  279. package/lib/typescript/assets/svg/Paperplane.d.ts +4 -0
  280. package/lib/typescript/assets/svg/Paperplane.d.ts.map +1 -0
  281. package/lib/typescript/assets/svg/WalletConnect.d.ts +1 -0
  282. package/lib/typescript/assets/svg/WalletConnect.d.ts.map +1 -1
  283. package/lib/typescript/assets/svg/X.d.ts +4 -0
  284. package/lib/typescript/assets/svg/X.d.ts.map +1 -0
  285. package/lib/typescript/assets/visual/Google.d.ts +4 -0
  286. package/lib/typescript/assets/visual/Google.d.ts.map +1 -0
  287. package/lib/typescript/assets/visual/Lightbulb.d.ts +4 -0
  288. package/lib/typescript/assets/visual/Lightbulb.d.ts.map +1 -0
  289. package/lib/typescript/assets/visual/Pencil.d.ts +4 -0
  290. package/lib/typescript/assets/visual/Pencil.d.ts.map +1 -0
  291. package/lib/typescript/components/wui-icon/index.d.ts +1 -1
  292. package/lib/typescript/components/wui-icon/index.d.ts.map +1 -1
  293. package/lib/typescript/components/wui-lean-text/index.d.ts +5 -0
  294. package/lib/typescript/components/wui-lean-text/index.d.ts.map +1 -0
  295. package/lib/typescript/components/wui-lean-view/index.d.ts +5 -0
  296. package/lib/typescript/components/wui-lean-view/index.d.ts.map +1 -0
  297. package/lib/typescript/components/wui-text/index.d.ts.map +1 -1
  298. package/lib/typescript/components/wui-visual/index.d.ts.map +1 -1
  299. package/lib/typescript/composites/wui-account-button/index.d.ts +2 -2
  300. package/lib/typescript/composites/wui-account-button/index.d.ts.map +1 -1
  301. package/lib/typescript/composites/wui-account-pill/index.d.ts +10 -0
  302. package/lib/typescript/composites/wui-account-pill/index.d.ts.map +1 -0
  303. package/lib/typescript/composites/wui-account-pill/styles.d.ts +22 -0
  304. package/lib/typescript/composites/wui-account-pill/styles.d.ts.map +1 -0
  305. package/lib/typescript/composites/wui-avatar/styles.d.ts.map +1 -1
  306. package/lib/typescript/composites/wui-balance/index.d.ts +6 -0
  307. package/lib/typescript/composites/wui-balance/index.d.ts.map +1 -0
  308. package/lib/typescript/composites/wui-banner/index.d.ts +7 -0
  309. package/lib/typescript/composites/wui-banner/index.d.ts.map +1 -0
  310. package/lib/typescript/composites/wui-banner/styles.d.ts +14 -0
  311. package/lib/typescript/composites/wui-banner/styles.d.ts.map +1 -0
  312. package/lib/typescript/composites/wui-button/index.d.ts.map +1 -1
  313. package/lib/typescript/composites/wui-chip/index.d.ts +4 -3
  314. package/lib/typescript/composites/wui-chip/index.d.ts.map +1 -1
  315. package/lib/typescript/composites/wui-compatible-network/index.d.ts +10 -0
  316. package/lib/typescript/composites/wui-compatible-network/index.d.ts.map +1 -0
  317. package/lib/typescript/composites/wui-icon-box/index.d.ts +1 -1
  318. package/lib/typescript/composites/wui-icon-box/index.d.ts.map +1 -1
  319. package/lib/typescript/composites/wui-list-item/index.d.ts +6 -4
  320. package/lib/typescript/composites/wui-list-item/index.d.ts.map +1 -1
  321. package/lib/typescript/composites/wui-list-item/styles.d.ts +1 -0
  322. package/lib/typescript/composites/wui-list-item/styles.d.ts.map +1 -1
  323. package/lib/typescript/composites/wui-list-social/index.d.ts +15 -0
  324. package/lib/typescript/composites/wui-list-social/index.d.ts.map +1 -0
  325. package/lib/typescript/composites/wui-list-social/styles.d.ts +27 -0
  326. package/lib/typescript/composites/wui-list-social/styles.d.ts.map +1 -0
  327. package/lib/typescript/composites/wui-list-token/index.d.ts +11 -0
  328. package/lib/typescript/composites/wui-list-token/index.d.ts.map +1 -0
  329. package/lib/typescript/composites/wui-list-token/styles.d.ts +23 -0
  330. package/lib/typescript/composites/wui-list-token/styles.d.ts.map +1 -0
  331. package/lib/typescript/composites/wui-list-transaction/index.d.ts +15 -0
  332. package/lib/typescript/composites/wui-list-transaction/index.d.ts.map +1 -0
  333. package/lib/typescript/composites/wui-list-transaction/styles.d.ts +10 -0
  334. package/lib/typescript/composites/wui-list-transaction/styles.d.ts.map +1 -0
  335. package/lib/typescript/composites/wui-list-transaction/utils.d.ts +6 -0
  336. package/lib/typescript/composites/wui-list-transaction/utils.d.ts.map +1 -0
  337. package/lib/typescript/composites/wui-list-wallet/index.d.ts.map +1 -1
  338. package/lib/typescript/composites/wui-logo/index.d.ts +3 -1
  339. package/lib/typescript/composites/wui-logo/index.d.ts.map +1 -1
  340. package/lib/typescript/composites/wui-logo-select/index.d.ts +4 -1
  341. package/lib/typescript/composites/wui-logo-select/index.d.ts.map +1 -1
  342. package/lib/typescript/composites/wui-network-button/index.d.ts +6 -4
  343. package/lib/typescript/composites/wui-network-button/index.d.ts.map +1 -1
  344. package/lib/typescript/composites/wui-network-button/styles.d.ts +1 -1
  345. package/lib/typescript/composites/wui-network-image/index.d.ts +6 -2
  346. package/lib/typescript/composites/wui-network-image/index.d.ts.map +1 -1
  347. package/lib/typescript/composites/wui-network-image/styles.d.ts +2 -0
  348. package/lib/typescript/composites/wui-network-image/styles.d.ts.map +1 -1
  349. package/lib/typescript/composites/wui-otp/index.d.ts.map +1 -1
  350. package/lib/typescript/composites/wui-promo/index.d.ts +8 -0
  351. package/lib/typescript/composites/wui-promo/index.d.ts.map +1 -0
  352. package/lib/typescript/composites/wui-qr-code/index.d.ts +6 -1
  353. package/lib/typescript/composites/wui-qr-code/index.d.ts.map +1 -1
  354. package/lib/typescript/composites/wui-snackbar/index.d.ts.map +1 -1
  355. package/lib/typescript/composites/wui-snackbar/styles.d.ts.map +1 -1
  356. package/lib/typescript/composites/wui-tabs/index.d.ts +4 -2
  357. package/lib/typescript/composites/wui-tabs/index.d.ts.map +1 -1
  358. package/lib/typescript/composites/wui-tabs/styles.d.ts +1 -2
  359. package/lib/typescript/composites/wui-tabs/styles.d.ts.map +1 -1
  360. package/lib/typescript/composites/wui-token-button/index.d.ts +7 -0
  361. package/lib/typescript/composites/wui-token-button/index.d.ts.map +1 -0
  362. package/lib/typescript/composites/wui-token-button/styles.d.ts +17 -0
  363. package/lib/typescript/composites/wui-token-button/styles.d.ts.map +1 -0
  364. package/lib/typescript/composites/wui-transaction-visual/index.d.ts +8 -0
  365. package/lib/typescript/composites/wui-transaction-visual/index.d.ts.map +1 -0
  366. package/lib/typescript/composites/wui-transaction-visual/styles.d.ts +35 -0
  367. package/lib/typescript/composites/wui-transaction-visual/styles.d.ts.map +1 -0
  368. package/lib/typescript/index.d.ts +10 -0
  369. package/lib/typescript/index.d.ts.map +1 -1
  370. package/lib/typescript/layout/wui-flex/index.d.ts.map +1 -1
  371. package/lib/typescript/layout/wui-separator/index.d.ts.map +1 -1
  372. package/lib/typescript/utils/ThemeUtil.d.ts +2 -0
  373. package/lib/typescript/utils/ThemeUtil.d.ts.map +1 -1
  374. package/lib/typescript/utils/TransactionUtil.d.ts +13 -0
  375. package/lib/typescript/utils/TransactionUtil.d.ts.map +1 -0
  376. package/lib/typescript/utils/TypesUtil.d.ts +6 -5
  377. package/lib/typescript/utils/TypesUtil.d.ts.map +1 -1
  378. package/lib/typescript/utils/UiUtil.d.ts +1 -0
  379. package/lib/typescript/utils/UiUtil.d.ts.map +1 -1
  380. package/package.json +4 -4
  381. package/readme.md +1 -1
  382. package/src/assets/svg/ArrowBottomCircle.tsx +12 -0
  383. package/src/assets/svg/Farcaster.tsx +15 -0
  384. package/src/assets/svg/FarcasterSquare.tsx +15 -0
  385. package/src/assets/svg/More.tsx +16 -0
  386. package/src/assets/svg/Paperplane.tsx +12 -0
  387. package/src/assets/svg/WalletConnect.tsx +24 -1
  388. package/src/assets/svg/X.tsx +26 -0
  389. package/src/assets/visual/Google.tsx +43 -0
  390. package/src/assets/visual/Lightbulb.tsx +54 -0
  391. package/src/assets/visual/Pencil.tsx +80 -0
  392. package/src/components/wui-card/index.tsx +1 -1
  393. package/src/components/wui-card/styles.ts +1 -1
  394. package/src/components/wui-icon/index.tsx +17 -8
  395. package/src/components/wui-lean-text/index.tsx +10 -0
  396. package/src/components/wui-lean-view/index.tsx +10 -0
  397. package/src/components/wui-text/index.tsx +4 -3
  398. package/src/components/wui-visual/index.tsx +6 -0
  399. package/src/composites/wui-account-button/index.tsx +17 -8
  400. package/src/composites/wui-account-button/styles.ts +6 -6
  401. package/src/composites/wui-account-pill/index.tsx +64 -0
  402. package/src/composites/wui-account-pill/styles.ts +23 -0
  403. package/src/composites/wui-avatar/styles.ts +2 -1
  404. package/src/composites/wui-balance/index.tsx +25 -0
  405. package/src/composites/wui-banner/index.tsx +28 -0
  406. package/src/composites/wui-banner/styles.ts +15 -0
  407. package/src/composites/wui-button/index.tsx +12 -10
  408. package/src/composites/wui-button/styles.ts +3 -3
  409. package/src/composites/wui-chip/index.tsx +14 -13
  410. package/src/composites/wui-chip/styles.ts +3 -3
  411. package/src/composites/wui-compatible-network/index.tsx +64 -0
  412. package/src/composites/wui-connect-button/styles.ts +1 -1
  413. package/src/composites/wui-icon-box/index.tsx +18 -2
  414. package/src/composites/wui-input-text/styles.ts +1 -1
  415. package/src/composites/wui-list-item/index.tsx +15 -14
  416. package/src/composites/wui-list-item/styles.ts +4 -3
  417. package/src/composites/wui-list-social/index.tsx +65 -0
  418. package/src/composites/wui-list-social/styles.ts +28 -0
  419. package/src/composites/wui-list-token/index.tsx +83 -0
  420. package/src/composites/wui-list-token/styles.ts +24 -0
  421. package/src/composites/wui-list-transaction/index.tsx +65 -0
  422. package/src/composites/wui-list-transaction/styles.ts +10 -0
  423. package/src/composites/wui-list-transaction/utils.ts +83 -0
  424. package/src/composites/wui-list-wallet/index.tsx +7 -6
  425. package/src/composites/wui-logo/index.tsx +4 -2
  426. package/src/composites/wui-logo-select/index.tsx +7 -4
  427. package/src/composites/wui-logo-select/styles.ts +3 -3
  428. package/src/composites/wui-network-button/index.tsx +22 -15
  429. package/src/composites/wui-network-button/styles.ts +5 -5
  430. package/src/composites/wui-network-image/index.tsx +57 -21
  431. package/src/composites/wui-network-image/styles.ts +6 -0
  432. package/src/composites/wui-otp/index.tsx +2 -4
  433. package/src/composites/wui-promo/index.tsx +42 -0
  434. package/src/composites/wui-qr-code/index.tsx +18 -11
  435. package/src/composites/wui-snackbar/index.tsx +1 -0
  436. package/src/composites/wui-snackbar/styles.ts +3 -2
  437. package/src/composites/wui-tabs/index.tsx +33 -9
  438. package/src/composites/wui-tabs/styles.ts +2 -3
  439. package/src/composites/wui-token-button/index.tsx +29 -0
  440. package/src/composites/wui-token-button/styles.ts +18 -0
  441. package/src/composites/wui-transaction-visual/index.tsx +78 -0
  442. package/src/composites/wui-transaction-visual/styles.ts +36 -0
  443. package/src/composites/wui-wallet-image/styles.ts +1 -1
  444. package/src/index.ts +13 -0
  445. package/src/layout/wui-flex/index.tsx +3 -3
  446. package/src/layout/wui-separator/index.tsx +7 -4
  447. package/src/utils/ThemeUtil.ts +4 -2
  448. package/src/utils/TransactionUtil.ts +173 -0
  449. package/src/utils/TypesUtil.ts +58 -6
  450. package/src/utils/UiUtil.ts +18 -0
  451. package/lib/commonjs/assets/svg/Twitter.js.map +0 -1
  452. package/lib/commonjs/assets/svg/TwitterIcon.js.map +0 -1
  453. package/lib/module/assets/svg/Twitter.js +0 -37
  454. package/lib/module/assets/svg/Twitter.js.map +0 -1
  455. package/lib/module/assets/svg/TwitterIcon.js +0 -11
  456. package/lib/module/assets/svg/TwitterIcon.js.map +0 -1
  457. package/lib/typescript/assets/svg/Twitter.d.ts +0 -4
  458. package/lib/typescript/assets/svg/Twitter.d.ts.map +0 -1
  459. package/lib/typescript/assets/svg/TwitterIcon.d.ts +0 -4
  460. package/lib/typescript/assets/svg/TwitterIcon.d.ts.map +0 -1
  461. package/src/assets/svg/Twitter.tsx +0 -27
  462. package/src/assets/svg/TwitterIcon.tsx +0 -10
@@ -1,4 +1,5 @@
1
1
  import { type SvgProps } from 'react-native-svg';
2
2
  declare const SvgWalletConnect: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgWalletConnect;
4
+ export declare const WalletConnectLightBrownSvg: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
4
5
  //# sourceMappingURL=WalletConnect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WalletConnect.d.ts","sourceRoot":"","sources":["../../../../src/assets/svg/WalletConnect.tsx"],"names":[],"mappings":"AAAA,OAAY,EAAQ,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5D,QAAA,MAAM,gBAAgB,UAAW,QAAQ,4CAYxC,CAAC;AACF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"WalletConnect.d.ts","sourceRoot":"","sources":["../../../../src/assets/svg/WalletConnect.tsx"],"names":[],"mappings":"AAAA,OAAY,EAA2B,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC/E,QAAA,MAAM,gBAAgB,UAAW,QAAQ,4CAYxC,CAAC;AACF,eAAe,gBAAgB,CAAC;AAEhC,eAAO,MAAM,0BAA0B,UAAW,QAAQ,4CAqBzD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type SvgProps } from 'react-native-svg';
2
+ declare const SvgX: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgX;
4
+ //# sourceMappingURL=X.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"X.d.ts","sourceRoot":"","sources":["../../../../src/assets/svg/X.tsx"],"names":[],"mappings":"AAAA,OAAY,EAA2B,KAAK,QAAQ,EAAQ,MAAM,kBAAkB,CAAC;AACrF,QAAA,MAAM,IAAI,UAAW,QAAQ,4CAuB5B,CAAC;AACF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type SvgProps } from 'react-native-svg';
2
+ declare const GoogleSvg: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default GoogleSvg;
4
+ //# sourceMappingURL=Google.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Google.d.ts","sourceRoot":"","sources":["../../../../src/assets/visual/Google.tsx"],"names":[],"mappings":"AAAA,OAAY,EAAc,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAClE,QAAA,MAAM,SAAS,UAAW,QAAQ,4CAuCjC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type SvgProps } from 'react-native-svg';
2
+ declare const LightbulbSvg: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default LightbulbSvg;
4
+ //# sourceMappingURL=Lightbulb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Lightbulb.d.ts","sourceRoot":"","sources":["../../../../src/assets/visual/Lightbulb.tsx"],"names":[],"mappings":"AAAA,OAAY,EAAiC,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACrF,QAAA,MAAM,YAAY,UAAW,QAAQ,4CAkDpC,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type SvgProps } from 'react-native-svg';
2
+ declare const PencilSvg: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PencilSvg;
4
+ //# sourceMappingURL=Pencil.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pencil.d.ts","sourceRoot":"","sources":["../../../../src/assets/visual/Pencil.tsx"],"names":[],"mappings":"AAAA,OAAY,EAAiC,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAErF,QAAA,MAAM,SAAS,UAAW,QAAQ,4CA2EjC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -2,7 +2,7 @@ import type { SvgProps } from 'react-native-svg';
2
2
  import type { ColorType, IconType, SizeType } from '../../utils/TypesUtil';
3
3
  export type IconProps = SvgProps & {
4
4
  name: IconType;
5
- size?: Exclude<SizeType, 'xl'>;
5
+ size?: SizeType;
6
6
  color?: ColorType;
7
7
  style?: SvgProps['style'];
8
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-icon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAa,MAAM,uBAAuB,CAAC;AAiHtF,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG;IACjC,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;IAC/B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;CAC3B,CAAC;AAEF,wBAAgB,IAAI,CAAC,EACnB,IAAI,EACJ,KAAK,EACL,MAAM,EACN,KAAgB,EAChB,IAAW,EACX,KAAK,EACL,GAAG,IAAI,EACR,EAAE,SAAS,2CAaX"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-icon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAa,MAAM,uBAAuB,CAAC;AA0HtF,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG;IACjC,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;CAC3B,CAAC;AAEF,wBAAgB,IAAI,CAAC,EACnB,IAAI,EACJ,KAAK,EACL,MAAM,EACN,KAAgB,EAChB,IAAW,EACX,KAAK,EACL,GAAG,IAAI,EACR,EAAE,SAAS,2CAaX"}
@@ -0,0 +1,5 @@
1
+ import { type ComponentType } from 'react';
2
+ import type { TextProps } from 'react-native';
3
+ declare const LeanText: ComponentType<TextProps>;
4
+ export { LeanText };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-lean-text/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAA6B,MAAM,OAAO,CAAC;AACtE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,QAAA,MAAM,QAAQ,0BAEgB,CAAC;AAI/B,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type ComponentType } from 'react';
2
+ import type { ViewProps } from 'react-native';
3
+ declare const LeanView: ComponentType<ViewProps>;
4
+ export { LeanView };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-lean-view/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAA6B,MAAM,OAAO,CAAC;AACtE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,QAAA,MAAM,QAAQ,0BAEgB,CAAC;AAI/B,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-text/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAEjF,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGjE,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG;IACpC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,wBAAgB,IAAI,CAAC,EACnB,QAAQ,EACR,KAAK,EACL,MAAM,EACN,KAAgB,EAChB,OAAyB,EACzB,GAAG,IAAI,EACR,EAAE,SAAS,2CAiBX"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-text/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAG7D,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGjE,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG;IACpC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,wBAAgB,IAAI,CAAC,EACnB,QAAQ,EACR,KAAK,EACL,MAAM,EACN,KAAgB,EAChB,OAAyB,EACzB,GAAG,IAAI,EACR,EAAE,SAAS,2CAiBX"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-visual/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAejD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAkBxD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,WAAW,2CAIlD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-visual/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAejD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAwBxD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,WAAW,2CAIlD"}
@@ -4,12 +4,12 @@ export interface AccountButtonProps {
4
4
  imageHeaders?: Record<string, string>;
5
5
  avatarSrc?: string;
6
6
  address?: string;
7
- isProfileName?: boolean;
7
+ profileName?: string;
8
8
  balance?: string;
9
9
  onPress?: () => void;
10
10
  disabled?: boolean;
11
11
  style?: StyleProp<ViewStyle>;
12
12
  testID?: string;
13
13
  }
14
- export declare function AccountButton({ networkSrc, imageHeaders, avatarSrc, address, isProfileName, balance, onPress, disabled, style, testID }: AccountButtonProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare function AccountButton({ networkSrc, imageHeaders, avatarSrc, address, profileName, balance, onPress, disabled, style, testID }: AccountButtonProps): import("react/jsx-runtime").JSX.Element;
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-account-button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAYzF,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,aAAa,CAAC,EAC5B,UAAU,EACV,YAAY,EACZ,SAAS,EACT,OAAO,EACP,aAAa,EACb,OAAO,EACP,OAAO,EACP,QAAQ,EACR,KAAK,EACL,MAAM,EACP,EAAE,kBAAkB,2CA+EpB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-account-button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAYzF,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,aAAa,CAAC,EAC5B,UAAU,EACV,YAAY,EACZ,SAAS,EACT,OAAO,EACP,WAAW,EACX,OAAO,EACP,OAAO,EACP,QAAQ,EACR,KAAK,EACL,MAAM,EACP,EAAE,kBAAkB,2CAwFpB"}
@@ -0,0 +1,10 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ export interface AccountPillProps {
3
+ onPress: () => void;
4
+ address?: string;
5
+ profileName?: string;
6
+ profileImage?: string;
7
+ style?: StyleProp<ViewStyle>;
8
+ }
9
+ export declare function AccountPill({ onPress, address, profileName, profileImage, style }: AccountPillProps): import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-account-pill/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AASnF,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAID,wBAAgB,WAAW,CAAC,EAC1B,OAAO,EACP,OAAO,EACP,WAAW,EACX,YAAY,EACZ,KAAK,EACN,EAAE,gBAAgB,2CAsClB"}
@@ -0,0 +1,22 @@
1
+ declare const _default: {
2
+ container: {
3
+ height: number;
4
+ minWidth: number;
5
+ maxWidth: number;
6
+ paddingLeft: number;
7
+ flexDirection: "row";
8
+ alignItems: "center";
9
+ justifyContent: "center";
10
+ borderRadius: number;
11
+ borderWidth: number;
12
+ };
13
+ text: {
14
+ marginLeft: number;
15
+ };
16
+ copyButton: {
17
+ marginLeft: number;
18
+ marginRight: number;
19
+ };
20
+ };
21
+ export default _default;
22
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-account-pill/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAGA,wBAmBG"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-avatar/styles.ts"],"names":[],"mappings":";;;;;AAEA,wBAIG"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-avatar/styles.ts"],"names":[],"mappings":";;;;;AAGA,wBAIG"}
@@ -0,0 +1,6 @@
1
+ export interface BalanceProps {
2
+ integer?: string;
3
+ decimal?: string;
4
+ }
5
+ export declare function Balance({ integer, decimal }: BalanceProps): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-balance/index.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,YAAY;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,OAAO,CAAC,EAAE,OAAa,EAAE,OAAc,EAAE,EAAE,YAAY,2CAStE"}
@@ -0,0 +1,7 @@
1
+ import type { IconType } from '../../utils/TypesUtil';
2
+ export interface BannerProps {
3
+ icon: IconType;
4
+ text: string;
5
+ }
6
+ export declare function Banner({ icon, text }: BannerProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-banner/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOtD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,WAAW,2CAejD"}
@@ -0,0 +1,14 @@
1
+ declare const _default: {
2
+ container: {
3
+ padding: number;
4
+ borderRadius: number;
5
+ };
6
+ icon: {
7
+ marginRight: number;
8
+ };
9
+ text: {
10
+ flex: number;
11
+ };
12
+ };
13
+ export default _default;
14
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-banner/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;AAGA,wBAWG"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-button/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAGL,KAAK,cAAc,IAAI,WAAW,EAClC,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAKtB,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAG5E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAKjD,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG;IACtC,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,CAAC;IACrD,OAAO,CAAC,EAAE,UAAU,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,IAAW,EACX,OAAgB,EAChB,QAAQ,EACR,OAAO,EACP,KAAK,EACL,QAAQ,EACR,SAAS,EACT,SAAS,EACT,OAAO,EACP,GAAG,IAAI,EACR,EAAE,WAAW,2CA0Eb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-button/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAGL,KAAK,cAAc,IAAI,WAAW,EAClC,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAKtB,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAG5E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAKjD,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG;IACtC,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,CAAC;IACrD,OAAO,CAAC,EAAE,UAAU,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,IAAW,EACX,OAAgB,EAChB,QAAQ,EACR,OAAO,EACP,KAAK,EACL,QAAQ,EACR,SAAS,EACT,SAAS,EACT,OAAO,EACP,GAAG,IAAI,EACR,EAAE,WAAW,2CA4Eb"}
@@ -1,14 +1,15 @@
1
1
  import { type StyleProp, type ViewStyle } from 'react-native';
2
2
  import type { ChipType, IconType, SizeType } from '../../utils/TypesUtil';
3
3
  export interface ChipProps {
4
- link: string;
5
4
  label?: string;
6
5
  imageSrc?: string;
7
- icon?: IconType;
6
+ leftIcon?: IconType;
7
+ rightIcon?: IconType;
8
8
  variant?: ChipType;
9
9
  size?: Exclude<SizeType, 'xl' | 'lg' | 'xs' | 'xxs'>;
10
10
  disabled?: boolean;
11
11
  style?: StyleProp<ViewStyle>;
12
+ onPress?: () => void;
12
13
  }
13
- export declare function Chip({ link, imageSrc, icon, variant, size, disabled, label, style }: ChipProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare function Chip({ onPress, imageSrc, leftIcon, rightIcon, variant, size, disabled, label, style }: ChipProps): import("react/jsx-runtime").JSX.Element;
14
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-chip/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAgC,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAC5F,OAAO,KAAK,EAAE,QAAQ,EAAa,QAAQ,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AASrF,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,IAAI,CAAC,EACnB,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,OAAgB,EAChB,IAAW,EACX,QAAQ,EACR,KAAK,EACL,KAAK,EACN,EAAE,SAAS,2CA8EX"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-chip/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAuB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AACnF,OAAO,KAAK,EAAE,QAAQ,EAAa,QAAQ,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AASrF,MAAM,WAAW,SAAS;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,IAAI,CAAC,EACnB,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,OAAgB,EAChB,IAAW,EACX,QAAQ,EACR,KAAK,EACL,KAAK,EACN,EAAE,SAAS,2CA6EX"}
@@ -0,0 +1,10 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ export interface CompatibleNetworkProps {
3
+ text: string;
4
+ onPress: () => void;
5
+ networkImages: string[];
6
+ imageHeaders: Record<string, string>;
7
+ style?: StyleProp<ViewStyle>;
8
+ }
9
+ export declare function CompatibleNetwork({ text, onPress, networkImages, imageHeaders, style }: CompatibleNetworkProps): import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-compatible-network/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAc,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1E,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,OAAO,EACP,aAAa,EACb,YAAY,EACZ,KAAK,EACN,EAAE,sBAAsB,2CA4BxB"}
@@ -2,7 +2,7 @@ import { type StyleProp, type ViewStyle } from 'react-native';
2
2
  import type { ColorType, IconType, SizeType, ThemeKeys } from '../../utils/TypesUtil';
3
3
  export interface IconBoxProps {
4
4
  icon: IconType;
5
- size?: Exclude<SizeType, 'xl' | 'xs' | 'xxs'>;
5
+ size?: Exclude<SizeType, 'xs' | 'xxs'>;
6
6
  iconColor?: ColorType;
7
7
  iconSize?: Exclude<SizeType, 'xl'>;
8
8
  background?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-icon-box/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAIpE,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAGtF,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,CAAC;IAC9C,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,OAAO,CAAC,EACtB,IAAI,EACJ,SAAoB,EACpB,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,eAAe,EACf,MAAM,EACN,WAAW,EACX,UAAc,EACd,KAAK,EACN,EAAE,YAAY,2CAwDd"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-icon-box/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAIpE,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAGtF,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,KAAK,CAAC,CAAC;IACvC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,OAAO,CAAC,EACtB,IAAI,EACJ,SAAoB,EACpB,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,eAAe,EACf,MAAM,EACN,WAAW,EACX,UAAc,EACd,KAAK,EACN,EAAE,YAAY,2CAwEd"}
@@ -1,10 +1,11 @@
1
1
  import type { ReactNode } from 'react';
2
2
  import { type StyleProp, type ViewStyle } from 'react-native';
3
- import type { IconType } from '../../utils/TypesUtil';
3
+ import type { ColorType, IconType } from '../../utils/TypesUtil';
4
4
  export interface ListItemProps {
5
5
  icon?: IconType;
6
- iconVariant?: 'blue' | 'overlay';
7
- variant?: 'image' | 'icon';
6
+ iconColor?: ColorType;
7
+ iconBackgroundColor?: ColorType;
8
+ iconBorderColor?: ColorType;
8
9
  imageSrc?: string;
9
10
  imageHeaders?: Record<string, string>;
10
11
  chevron?: boolean;
@@ -13,7 +14,8 @@ export interface ListItemProps {
13
14
  onPress?: () => void;
14
15
  children?: ReactNode;
15
16
  style?: StyleProp<ViewStyle>;
17
+ contentStyle?: StyleProp<ViewStyle>;
16
18
  testID?: string;
17
19
  }
18
- export declare function ListItem({ children, icon, variant, imageSrc, imageHeaders, iconVariant, chevron, loading, disabled, onPress, style, testID }: ListItemProps): import("react/jsx-runtime").JSX.Element;
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;
19
21
  //# 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,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"}
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"}
@@ -11,6 +11,7 @@ declare const _default: {
11
11
  flexDirection: "row";
12
12
  flexGrow: number;
13
13
  paddingHorizontal: number;
14
+ alignItems: "center";
14
15
  };
15
16
  imageContainer: {
16
17
  width: number;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-item/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAiCG"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-item/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAkCG"}
@@ -0,0 +1,15 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ import type { LogoType } from '../../utils/TypesUtil';
3
+ import type { ReactNode } from 'react';
4
+ export interface ListSocialProps {
5
+ children?: ReactNode;
6
+ disabled?: boolean;
7
+ logo: LogoType;
8
+ onPress?: () => void;
9
+ style?: StyleProp<ViewStyle>;
10
+ testID?: string;
11
+ logoWidth?: number;
12
+ logoHeight?: number;
13
+ }
14
+ export declare function ListSocial({ logo, children, disabled, onPress, style, testID, logoHeight, logoWidth }: ListSocialProps): import("react/jsx-runtime").JSX.Element;
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-social/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAItD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,KAAK,EACL,MAAM,EACN,UAAe,EACf,SAAc,EACf,EAAE,eAAe,2CAiCjB"}
@@ -0,0 +1,27 @@
1
+ declare const _default: {
2
+ container: {
3
+ flexDirection: "row";
4
+ height: number;
5
+ width: "100%";
6
+ padding: number;
7
+ alignItems: "center";
8
+ justifyContent: "space-between";
9
+ borderRadius: number;
10
+ };
11
+ rightPlaceholder: {
12
+ width: number;
13
+ height: number;
14
+ borderRadius: number;
15
+ };
16
+ disabledLogo: {
17
+ opacity: number;
18
+ };
19
+ border: {
20
+ borderRadius: number;
21
+ borderWidth: number;
22
+ alignItems: "center";
23
+ justifyContent: "center";
24
+ };
25
+ };
26
+ export default _default;
27
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-social/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAwBG"}
@@ -0,0 +1,11 @@
1
+ export interface ListTokenProps {
2
+ imageSrc: string;
3
+ networkSrc?: string;
4
+ name: string;
5
+ value?: number;
6
+ amount?: string;
7
+ currency: string;
8
+ onPress?: () => void;
9
+ }
10
+ export declare function ListToken({ imageSrc, networkSrc, name, value, amount, currency, onPress }: ListTokenProps): import("react/jsx-runtime").JSX.Element;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-token/index.tsx"],"names":[],"mappings":"AASA,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,KAAK,EACL,MAAM,EACN,QAAQ,EACR,OAAO,EACR,EAAE,cAAc,2CAuDhB"}
@@ -0,0 +1,23 @@
1
+ declare const _default: {
2
+ image: {
3
+ height: number;
4
+ width: number;
5
+ borderRadius: number;
6
+ };
7
+ networkImageContainer: {
8
+ position: "absolute";
9
+ bottom: number;
10
+ left: number;
11
+ borderWidth: number;
12
+ borderRadius: number;
13
+ width: number;
14
+ height: number;
15
+ };
16
+ networkImage: {
17
+ width: number;
18
+ height: number;
19
+ borderRadius: number;
20
+ };
21
+ };
22
+ export default _default;
23
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-token/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAGA,wBAoBG"}
@@ -0,0 +1,15 @@
1
+ import { type TransactionImage, type TransactionStatus } from '@reown/appkit-common-react-native';
2
+ import type { TransactionType } from '../../utils/TypesUtil';
3
+ import type { StyleProp, ViewStyle } from 'react-native';
4
+ export interface ListTransactionProps {
5
+ date: string;
6
+ status?: TransactionStatus;
7
+ type?: TransactionType;
8
+ descriptions?: string[];
9
+ images?: TransactionImage[];
10
+ networkSrc?: string;
11
+ style?: StyleProp<ViewStyle>;
12
+ isAllNFT?: boolean;
13
+ }
14
+ export declare function ListTransaction({ date, type, descriptions, images, networkSrc, style, isAllNFT, status }: ListTransactionProps): import("react/jsx-runtime").JSX.Element;
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-transaction/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAElG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAO7D,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzD,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,MAAM,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,EAC9B,IAAI,EACJ,IAAI,EACJ,YAAY,EACZ,MAAM,EACN,UAAU,EACV,KAAK,EACL,QAAQ,EACR,MAAM,EACP,EAAE,oBAAoB,2CAiCtB"}
@@ -0,0 +1,10 @@
1
+ declare const _default: {
2
+ middleContainer: {
3
+ flex: number;
4
+ };
5
+ date: {
6
+ textTransform: "uppercase";
7
+ };
8
+ };
9
+ export default _default;
10
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-transaction/styles.ts"],"names":[],"mappings":";;;;;;;;AAEA,wBAOG"}
@@ -0,0 +1,6 @@
1
+ import type { TransactionStatus } from '@reown/appkit-common-react-native';
2
+ import type { IconType, TransactionType } from '../../utils/TypesUtil';
3
+ export declare const getIcon: (type: TransactionType) => IconType;
4
+ export declare const getIconColor: (status?: TransactionStatus) => "fg-200" | "success-100" | "error-100";
5
+ export declare const getTypeLabel: (type?: TransactionType) => "Unknown" | "Approved" | "Bought" | "Borrowed" | "Burnt" | "Canceled" | "Claimed" | "Deployed" | "Deposited" | "Executed" | "Minted" | "Received" | "Repaid" | "Sent" | "Staked" | "Swapped" | "Unstaked" | "Withdrawn";
6
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-transaction/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAEvE,eAAO,MAAM,OAAO,SAAU,eAAe,KAAG,QAoB/C,CAAC;AAGF,eAAO,MAAM,YAAY,YAAa,iBAAiB,2CAWtD,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,eAAe,4NA2ClD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-wallet/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAIzF,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAU/D,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,YAAY,EACZ,cAAc,EACd,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,SAAS,EACT,KAAK,EACL,MAAM,EACP,EAAE,eAAe,2CAqFjB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-wallet/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAInF,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAW/D,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,YAAY,EACZ,cAAc,EACd,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,SAAS,EACT,KAAK,EACL,MAAM,EACP,EAAE,eAAe,2CAqFjB"}
@@ -3,7 +3,9 @@ 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;
6
8
  style?: SvgProps['style'];
7
9
  }
8
- export declare function Logo({ logo, style }: LogoProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function Logo({ width, height, logo, style }: LogoProps): import("react/jsx-runtime").JSX.Element;
9
11
  //# 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,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,SAAS,2CAE9C"}
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,7 +1,10 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
1
2
  import type { LogoType } from '../../utils/TypesUtil';
2
3
  export interface LogoSelectProps {
3
4
  logo: LogoType;
4
5
  disabled?: boolean;
6
+ style?: StyleProp<ViewStyle>;
7
+ onPress?: () => void;
5
8
  }
6
- export declare function LogoSelect({ logo, disabled }: LogoSelectProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function LogoSelect({ logo, disabled, style, onPress }: LogoSelectProps): import("react/jsx-runtime").JSX.Element;
7
10
  //# 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":"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
+ {"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,12 +1,14 @@
1
+ /// <reference types="react" />
1
2
  import { type StyleProp, type ViewStyle } from 'react-native';
2
3
  export interface NetworkButtonProps {
3
- children: string;
4
+ children: string | React.ReactNode;
4
5
  onPress: () => void;
6
+ background?: boolean;
7
+ disabled?: boolean;
5
8
  imageSrc?: string;
6
9
  imageHeaders?: Record<string, string>;
7
- disabled?: boolean;
8
- style?: StyleProp<ViewStyle>;
9
10
  loading?: boolean;
11
+ style?: StyleProp<ViewStyle>;
10
12
  }
11
- export declare function NetworkButton({ imageSrc, imageHeaders, disabled, onPress, style, loading, children }: NetworkButtonProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function NetworkButton({ children, onPress, background, disabled, imageSrc, imageHeaders, loading, style }: NetworkButtonProps): import("react/jsx-runtime").JSX.Element;
12
14
  //# 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,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"}
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"}
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  borderRadius: number;
9
9
  paddingHorizontal: number;
10
10
  };
11
- text: {
11
+ children: {
12
12
  paddingHorizontal: number;
13
13
  };
14
14
  loader: {
@@ -1,10 +1,14 @@
1
+ import type { StyleProp, ViewStyle } from 'react-native';
1
2
  import type { SizeType } from '../../utils/TypesUtil';
2
3
  export interface NetworkImageProps {
3
4
  imageSrc?: string;
4
5
  imageHeaders?: Record<string, string>;
5
6
  selected?: boolean;
6
- size?: Exclude<SizeType, 'xl' | 'sm' | 'xs' | 'xxs'>;
7
+ size?: Exclude<SizeType, 'xl' | 'xxs'>;
7
8
  disabled?: boolean;
9
+ style?: StyleProp<ViewStyle>;
10
+ borderColor?: string;
11
+ borderWidth?: number;
8
12
  }
9
- export declare function NetworkImage({ imageSrc, imageHeaders, disabled, selected, size }: NetworkImageProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function NetworkImage({ imageSrc, imageHeaders, disabled, selected, size, style, borderColor, borderWidth }: NetworkImageProps): import("react/jsx-runtime").JSX.Element;
10
14
  //# 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":"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
+ {"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"}