@reown/appkit-ui-react-native 0.0.0-feat-smart-account-20241016183051 → 0.0.0-feat-swaps-20241129153709

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 (252) hide show
  1. package/lib/commonjs/assets/svg/RecycleHorizontal.js +21 -0
  2. package/lib/commonjs/assets/svg/RecycleHorizontal.js.map +1 -0
  3. package/lib/commonjs/assets/visual/Profile.js +2 -2
  4. package/lib/commonjs/assets/visual/Profile.js.map +1 -1
  5. package/lib/commonjs/components/wui-card/index.js +1 -1
  6. package/lib/commonjs/components/wui-card/styles.js +1 -1
  7. package/lib/commonjs/components/wui-card/styles.js.map +1 -1
  8. package/lib/commonjs/components/wui-icon/index.js +2 -0
  9. package/lib/commonjs/components/wui-icon/index.js.map +1 -1
  10. package/lib/commonjs/components/wui-lean-text/index.js +15 -0
  11. package/lib/commonjs/components/wui-lean-text/index.js.map +1 -0
  12. package/lib/commonjs/components/wui-lean-text/index.web.js +13 -0
  13. package/lib/commonjs/components/wui-lean-text/index.web.js.map +1 -0
  14. package/lib/commonjs/components/wui-lean-view/index.js +15 -0
  15. package/lib/commonjs/components/wui-lean-view/index.js.map +1 -0
  16. package/lib/commonjs/components/wui-lean-view/index.web.js +13 -0
  17. package/lib/commonjs/components/wui-lean-view/index.web.js.map +1 -0
  18. package/lib/commonjs/components/wui-pressable/index.js +68 -0
  19. package/lib/commonjs/components/wui-pressable/index.js.map +1 -0
  20. package/lib/commonjs/components/wui-shimmer/index.js +5 -1
  21. package/lib/commonjs/components/wui-shimmer/index.js.map +1 -1
  22. package/lib/commonjs/components/wui-text/index.js +2 -2
  23. package/lib/commonjs/components/wui-text/index.js.map +1 -1
  24. package/lib/commonjs/composites/wui-account-button/styles.js +2 -2
  25. package/lib/commonjs/composites/wui-account-button/styles.js.map +1 -1
  26. package/lib/commonjs/composites/wui-account-pill/index.js +5 -11
  27. package/lib/commonjs/composites/wui-account-pill/index.js.map +1 -1
  28. package/lib/commonjs/composites/wui-account-pill/styles.js +5 -1
  29. package/lib/commonjs/composites/wui-account-pill/styles.js.map +1 -1
  30. package/lib/commonjs/composites/wui-button/index.js +2 -1
  31. package/lib/commonjs/composites/wui-button/index.js.map +1 -1
  32. package/lib/commonjs/composites/wui-button/styles.js +3 -4
  33. package/lib/commonjs/composites/wui-button/styles.js.map +1 -1
  34. package/lib/commonjs/composites/wui-chip/styles.js +2 -2
  35. package/lib/commonjs/composites/wui-chip/styles.js.map +1 -1
  36. package/lib/commonjs/composites/wui-connect-button/styles.js +1 -1
  37. package/lib/commonjs/composites/wui-connect-button/styles.js.map +1 -1
  38. package/lib/commonjs/composites/wui-icon-box/index.js +17 -1
  39. package/lib/commonjs/composites/wui-icon-box/index.js.map +1 -1
  40. package/lib/commonjs/composites/wui-input-text/styles.js +1 -1
  41. package/lib/commonjs/composites/wui-input-text/styles.js.map +1 -1
  42. package/lib/commonjs/composites/wui-list-item-loader/index.js +34 -0
  43. package/lib/commonjs/composites/wui-list-item-loader/index.js.map +1 -0
  44. package/lib/commonjs/composites/wui-list-item-loader/styles.js +18 -0
  45. package/lib/commonjs/composites/wui-list-item-loader/styles.js.map +1 -0
  46. package/lib/commonjs/composites/wui-list-token/index.js +29 -9
  47. package/lib/commonjs/composites/wui-list-token/index.js.map +1 -1
  48. package/lib/commonjs/composites/wui-list-token/styles.js +3 -0
  49. package/lib/commonjs/composites/wui-list-token/styles.js.map +1 -1
  50. package/lib/commonjs/composites/wui-list-wallet/index.js +4 -3
  51. package/lib/commonjs/composites/wui-list-wallet/index.js.map +1 -1
  52. package/lib/commonjs/composites/wui-network-button/styles.js +1 -1
  53. package/lib/commonjs/composites/wui-network-button/styles.js.map +1 -1
  54. package/lib/commonjs/composites/wui-qr-code/index.js +5 -2
  55. package/lib/commonjs/composites/wui-qr-code/index.js.map +1 -1
  56. package/lib/commonjs/composites/wui-snackbar/index.js +4 -1
  57. package/lib/commonjs/composites/wui-snackbar/index.js.map +1 -1
  58. package/lib/commonjs/composites/wui-snackbar/styles.js +1 -1
  59. package/lib/commonjs/composites/wui-snackbar/styles.js.map +1 -1
  60. package/lib/commonjs/composites/wui-tabs/styles.js +1 -1
  61. package/lib/commonjs/composites/wui-tabs/styles.js.map +1 -1
  62. package/lib/commonjs/composites/wui-toggle/index.js +65 -0
  63. package/lib/commonjs/composites/wui-toggle/index.js.map +1 -0
  64. package/lib/commonjs/composites/wui-toggle/styles.js +30 -0
  65. package/lib/commonjs/composites/wui-toggle/styles.js.map +1 -0
  66. package/lib/commonjs/composites/wui-token-button/index.js +21 -11
  67. package/lib/commonjs/composites/wui-token-button/index.js.map +1 -1
  68. package/lib/commonjs/composites/wui-token-button/styles.js +4 -0
  69. package/lib/commonjs/composites/wui-token-button/styles.js.map +1 -1
  70. package/lib/commonjs/composites/wui-wallet-image/styles.js +1 -1
  71. package/lib/commonjs/composites/wui-wallet-image/styles.js.map +1 -1
  72. package/lib/commonjs/index.js +27 -0
  73. package/lib/commonjs/index.js.map +1 -1
  74. package/lib/commonjs/layout/wui-flex/index.js +3 -2
  75. package/lib/commonjs/layout/wui-flex/index.js.map +1 -1
  76. package/lib/commonjs/layout/wui-separator/index.js +4 -4
  77. package/lib/commonjs/layout/wui-separator/index.js.map +1 -1
  78. package/lib/commonjs/utils/ThemeUtil.js +2 -1
  79. package/lib/commonjs/utils/ThemeUtil.js.map +1 -1
  80. package/lib/module/assets/svg/RecycleHorizontal.js +13 -0
  81. package/lib/module/assets/svg/RecycleHorizontal.js.map +1 -0
  82. package/lib/module/assets/visual/Profile.js +2 -2
  83. package/lib/module/assets/visual/Profile.js.map +1 -1
  84. package/lib/module/components/wui-card/index.js +1 -1
  85. package/lib/module/components/wui-card/styles.js +1 -1
  86. package/lib/module/components/wui-card/styles.js.map +1 -1
  87. package/lib/module/components/wui-icon/index.js +2 -0
  88. package/lib/module/components/wui-icon/index.js.map +1 -1
  89. package/lib/module/components/wui-lean-text/index.js +10 -0
  90. package/lib/module/components/wui-lean-text/index.js.map +1 -0
  91. package/lib/module/components/wui-lean-text/index.web.js +3 -0
  92. package/lib/module/components/wui-lean-text/index.web.js.map +1 -0
  93. package/lib/module/components/wui-lean-view/index.js +10 -0
  94. package/lib/module/components/wui-lean-view/index.js.map +1 -0
  95. package/lib/module/components/wui-lean-view/index.web.js +3 -0
  96. package/lib/module/components/wui-lean-view/index.web.js.map +1 -0
  97. package/lib/module/components/wui-pressable/index.js +62 -0
  98. package/lib/module/components/wui-pressable/index.js.map +1 -0
  99. package/lib/module/components/wui-shimmer/index.js +6 -2
  100. package/lib/module/components/wui-shimmer/index.js.map +1 -1
  101. package/lib/module/components/wui-text/index.js +2 -2
  102. package/lib/module/components/wui-text/index.js.map +1 -1
  103. package/lib/module/composites/wui-account-button/styles.js +2 -2
  104. package/lib/module/composites/wui-account-button/styles.js.map +1 -1
  105. package/lib/module/composites/wui-account-pill/index.js +5 -11
  106. package/lib/module/composites/wui-account-pill/index.js.map +1 -1
  107. package/lib/module/composites/wui-account-pill/styles.js +5 -1
  108. package/lib/module/composites/wui-account-pill/styles.js.map +1 -1
  109. package/lib/module/composites/wui-button/index.js +2 -1
  110. package/lib/module/composites/wui-button/index.js.map +1 -1
  111. package/lib/module/composites/wui-button/styles.js +3 -4
  112. package/lib/module/composites/wui-button/styles.js.map +1 -1
  113. package/lib/module/composites/wui-chip/styles.js +2 -2
  114. package/lib/module/composites/wui-chip/styles.js.map +1 -1
  115. package/lib/module/composites/wui-connect-button/styles.js +1 -1
  116. package/lib/module/composites/wui-connect-button/styles.js.map +1 -1
  117. package/lib/module/composites/wui-icon-box/index.js +17 -1
  118. package/lib/module/composites/wui-icon-box/index.js.map +1 -1
  119. package/lib/module/composites/wui-input-text/styles.js +1 -1
  120. package/lib/module/composites/wui-input-text/styles.js.map +1 -1
  121. package/lib/module/composites/wui-list-item-loader/index.js +27 -0
  122. package/lib/module/composites/wui-list-item-loader/index.js.map +1 -0
  123. package/lib/module/composites/wui-list-item-loader/styles.js +12 -0
  124. package/lib/module/composites/wui-list-item-loader/styles.js.map +1 -0
  125. package/lib/module/composites/wui-list-token/index.js +27 -8
  126. package/lib/module/composites/wui-list-token/index.js.map +1 -1
  127. package/lib/module/composites/wui-list-token/styles.js +3 -0
  128. package/lib/module/composites/wui-list-token/styles.js.map +1 -1
  129. package/lib/module/composites/wui-list-wallet/index.js +5 -4
  130. package/lib/module/composites/wui-list-wallet/index.js.map +1 -1
  131. package/lib/module/composites/wui-network-button/styles.js +1 -1
  132. package/lib/module/composites/wui-network-button/styles.js.map +1 -1
  133. package/lib/module/composites/wui-qr-code/index.js +5 -2
  134. package/lib/module/composites/wui-qr-code/index.js.map +1 -1
  135. package/lib/module/composites/wui-snackbar/index.js +4 -1
  136. package/lib/module/composites/wui-snackbar/index.js.map +1 -1
  137. package/lib/module/composites/wui-snackbar/styles.js +1 -1
  138. package/lib/module/composites/wui-snackbar/styles.js.map +1 -1
  139. package/lib/module/composites/wui-tabs/styles.js +1 -1
  140. package/lib/module/composites/wui-tabs/styles.js.map +1 -1
  141. package/lib/module/composites/wui-toggle/index.js +58 -0
  142. package/lib/module/composites/wui-toggle/index.js.map +1 -0
  143. package/lib/module/composites/wui-toggle/styles.js +24 -0
  144. package/lib/module/composites/wui-toggle/styles.js.map +1 -0
  145. package/lib/module/composites/wui-token-button/index.js +21 -11
  146. package/lib/module/composites/wui-token-button/index.js.map +1 -1
  147. package/lib/module/composites/wui-token-button/styles.js +4 -0
  148. package/lib/module/composites/wui-token-button/styles.js.map +1 -1
  149. package/lib/module/composites/wui-wallet-image/styles.js +1 -1
  150. package/lib/module/composites/wui-wallet-image/styles.js.map +1 -1
  151. package/lib/module/index.js +4 -1
  152. package/lib/module/index.js.map +1 -1
  153. package/lib/module/layout/wui-flex/index.js +3 -2
  154. package/lib/module/layout/wui-flex/index.js.map +1 -1
  155. package/lib/module/layout/wui-separator/index.js +4 -4
  156. package/lib/module/layout/wui-separator/index.js.map +1 -1
  157. package/lib/module/utils/ThemeUtil.js +2 -1
  158. package/lib/module/utils/ThemeUtil.js.map +1 -1
  159. package/lib/typescript/assets/svg/RecycleHorizontal.d.ts +4 -0
  160. package/lib/typescript/assets/svg/RecycleHorizontal.d.ts.map +1 -0
  161. package/lib/typescript/components/wui-icon/index.d.ts +1 -1
  162. package/lib/typescript/components/wui-icon/index.d.ts.map +1 -1
  163. package/lib/typescript/components/wui-lean-text/index.d.ts +5 -0
  164. package/lib/typescript/components/wui-lean-text/index.d.ts.map +1 -0
  165. package/lib/typescript/components/wui-lean-text/index.web.d.ts +3 -0
  166. package/lib/typescript/components/wui-lean-text/index.web.d.ts.map +1 -0
  167. package/lib/typescript/components/wui-lean-view/index.d.ts +5 -0
  168. package/lib/typescript/components/wui-lean-view/index.d.ts.map +1 -0
  169. package/lib/typescript/components/wui-lean-view/index.web.d.ts +3 -0
  170. package/lib/typescript/components/wui-lean-view/index.web.d.ts.map +1 -0
  171. package/lib/typescript/components/wui-pressable/index.d.ts +17 -0
  172. package/lib/typescript/components/wui-pressable/index.d.ts.map +1 -0
  173. package/lib/typescript/components/wui-shimmer/index.d.ts.map +1 -1
  174. package/lib/typescript/components/wui-text/index.d.ts.map +1 -1
  175. package/lib/typescript/composites/wui-account-pill/index.d.ts +1 -2
  176. package/lib/typescript/composites/wui-account-pill/index.d.ts.map +1 -1
  177. package/lib/typescript/composites/wui-account-pill/styles.d.ts +4 -0
  178. package/lib/typescript/composites/wui-account-pill/styles.d.ts.map +1 -1
  179. package/lib/typescript/composites/wui-button/styles.d.ts.map +1 -1
  180. package/lib/typescript/composites/wui-icon-box/index.d.ts +1 -1
  181. package/lib/typescript/composites/wui-icon-box/index.d.ts.map +1 -1
  182. package/lib/typescript/composites/wui-list-item-loader/index.d.ts +6 -0
  183. package/lib/typescript/composites/wui-list-item-loader/index.d.ts.map +1 -0
  184. package/lib/typescript/composites/wui-list-item-loader/styles.d.ts +11 -0
  185. package/lib/typescript/composites/wui-list-item-loader/styles.d.ts.map +1 -0
  186. package/lib/typescript/composites/wui-list-token/index.d.ts +4 -1
  187. package/lib/typescript/composites/wui-list-token/index.d.ts.map +1 -1
  188. package/lib/typescript/composites/wui-list-token/styles.d.ts +3 -0
  189. package/lib/typescript/composites/wui-list-token/styles.d.ts.map +1 -1
  190. package/lib/typescript/composites/wui-list-wallet/index.d.ts.map +1 -1
  191. package/lib/typescript/composites/wui-qr-code/index.d.ts.map +1 -1
  192. package/lib/typescript/composites/wui-snackbar/index.d.ts +1 -1
  193. package/lib/typescript/composites/wui-snackbar/index.d.ts.map +1 -1
  194. package/lib/typescript/composites/wui-toggle/index.d.ts +11 -0
  195. package/lib/typescript/composites/wui-toggle/index.d.ts.map +1 -0
  196. package/lib/typescript/composites/wui-toggle/styles.d.ts +23 -0
  197. package/lib/typescript/composites/wui-toggle/styles.d.ts.map +1 -0
  198. package/lib/typescript/composites/wui-token-button/index.d.ts +7 -3
  199. package/lib/typescript/composites/wui-token-button/index.d.ts.map +1 -1
  200. package/lib/typescript/composites/wui-token-button/styles.d.ts +4 -0
  201. package/lib/typescript/composites/wui-token-button/styles.d.ts.map +1 -1
  202. package/lib/typescript/index.d.ts +4 -1
  203. package/lib/typescript/index.d.ts.map +1 -1
  204. package/lib/typescript/layout/wui-flex/index.d.ts +2 -1
  205. package/lib/typescript/layout/wui-flex/index.d.ts.map +1 -1
  206. package/lib/typescript/layout/wui-separator/index.d.ts.map +1 -1
  207. package/lib/typescript/utils/ThemeUtil.d.ts +1 -0
  208. package/lib/typescript/utils/ThemeUtil.d.ts.map +1 -1
  209. package/lib/typescript/utils/TypesUtil.d.ts +2 -2
  210. package/lib/typescript/utils/TypesUtil.d.ts.map +1 -1
  211. package/package.json +1 -1
  212. package/src/assets/svg/RecycleHorizontal.tsx +12 -0
  213. package/src/assets/visual/Profile.tsx +2 -2
  214. package/src/components/wui-card/index.tsx +1 -1
  215. package/src/components/wui-card/styles.ts +1 -1
  216. package/src/components/wui-icon/index.tsx +3 -1
  217. package/src/components/wui-lean-text/index.tsx +10 -0
  218. package/src/components/wui-lean-text/index.web.tsx +3 -0
  219. package/src/components/wui-lean-view/index.tsx +10 -0
  220. package/src/components/wui-lean-view/index.web.tsx +3 -0
  221. package/src/components/wui-pressable/index.tsx +92 -0
  222. package/src/components/wui-shimmer/index.tsx +9 -2
  223. package/src/components/wui-text/index.tsx +4 -3
  224. package/src/composites/wui-account-button/styles.ts +2 -2
  225. package/src/composites/wui-account-pill/index.tsx +2 -10
  226. package/src/composites/wui-account-pill/styles.ts +5 -1
  227. package/src/composites/wui-button/index.tsx +1 -1
  228. package/src/composites/wui-button/styles.ts +3 -4
  229. package/src/composites/wui-chip/styles.ts +2 -2
  230. package/src/composites/wui-connect-button/styles.ts +1 -1
  231. package/src/composites/wui-icon-box/index.tsx +18 -2
  232. package/src/composites/wui-input-text/styles.ts +1 -1
  233. package/src/composites/wui-list-item-loader/index.tsx +29 -0
  234. package/src/composites/wui-list-item-loader/styles.ts +12 -0
  235. package/src/composites/wui-list-token/index.tsx +31 -8
  236. package/src/composites/wui-list-token/styles.ts +3 -0
  237. package/src/composites/wui-list-wallet/index.tsx +7 -6
  238. package/src/composites/wui-network-button/styles.ts +1 -1
  239. package/src/composites/wui-qr-code/index.tsx +4 -2
  240. package/src/composites/wui-snackbar/index.tsx +7 -2
  241. package/src/composites/wui-snackbar/styles.ts +1 -1
  242. package/src/composites/wui-tabs/styles.ts +1 -1
  243. package/src/composites/wui-toggle/index.tsx +81 -0
  244. package/src/composites/wui-toggle/styles.ts +24 -0
  245. package/src/composites/wui-token-button/index.tsx +37 -8
  246. package/src/composites/wui-token-button/styles.ts +4 -0
  247. package/src/composites/wui-wallet-image/styles.ts +1 -1
  248. package/src/index.ts +4 -1
  249. package/src/layout/wui-flex/index.tsx +8 -3
  250. package/src/layout/wui-separator/index.tsx +7 -4
  251. package/src/utils/ThemeUtil.ts +2 -1
  252. package/src/utils/TypesUtil.ts +2 -0
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-account-pill/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAGA,wBAeG"}
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-button/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAc,MAAM,cAAc,CAAC;AAE1D,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAEtB,UAAU,aACR,OAAO,YACR,OAAO,KAChB,UAAU,GAAG,CAuBf,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAEpB,UAAU,aACR,OAAO,KACjB,UAAU,GAAG,CAUf,CAAC;AAEF,eAAO,MAAM,YAAY,YAAa,UAAU,aAAa,OAAO,+DAMnE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBA2BG"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-button/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAc,MAAM,cAAc,CAAC;AAE1D,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAEtB,UAAU,aACR,OAAO,YACR,OAAO,KAChB,UAAU,GAAG,CAsBf,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAEpB,UAAU,aACR,OAAO,KACjB,UAAU,GAAG,CAUf,CAAC;AAEF,eAAO,MAAM,YAAY,YAAa,UAAU,aAAa,OAAO,+DAMnE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBA2BG"}
@@ -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"}
@@ -0,0 +1,6 @@
1
+ import type { StyleProp, ViewStyle } from 'react-native';
2
+ export interface ListItemLoaderProps {
3
+ style?: StyleProp<ViewStyle>;
4
+ }
5
+ export declare function ListItemLoader({ style }: ListItemLoaderProps): 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-list-item-loader/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAOzD,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,EAAE,mBAAmB,2CAiB5D"}
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ container: {
3
+ borderRadius: number;
4
+ padding: number;
5
+ };
6
+ text: {
7
+ marginLeft: number;
8
+ };
9
+ };
10
+ export default _default;
11
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-item-loader/styles.ts"],"names":[],"mappings":";;;;;;;;;AAGA,wBAQG"}
@@ -1,3 +1,4 @@
1
+ export declare const ListTokenTotalHeight = 64;
1
2
  export interface ListTokenProps {
2
3
  imageSrc: string;
3
4
  networkSrc?: string;
@@ -6,6 +7,8 @@ export interface ListTokenProps {
6
7
  amount?: string;
7
8
  currency: string;
8
9
  onPress?: () => void;
10
+ disabled?: boolean;
11
+ pressable?: boolean;
9
12
  }
10
- export declare function ListToken({ imageSrc, networkSrc, name, value, amount, currency, onPress }: ListTokenProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function ListToken({ imageSrc, networkSrc, name, value, amount, currency, onPress, disabled, pressable }: ListTokenProps): import("react/jsx-runtime").JSX.Element;
11
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-token/index.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB,KAAK,CAAC;AAEvC,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;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,KAAK,EACL,MAAM,EACN,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,SAAgB,EACjB,EAAE,cAAc,2CAwEhB"}
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ pressable: {
3
+ borderRadius: number;
4
+ };
2
5
  image: {
3
6
  height: number;
4
7
  width: number;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-token/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAGA,wBAoBG"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-list-token/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAuBG"}
@@ -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"}
@@ -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":"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;AAID,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,WAAW,2CAgE3F"}
@@ -3,7 +3,7 @@ import type { ColorType, IconType } from '../../utils/TypesUtil';
3
3
  export interface SnackbarProps {
4
4
  message: string;
5
5
  iconColor: ColorType;
6
- icon: IconType;
6
+ icon: IconType | 'loading';
7
7
  style?: StyleProp<ViewStyle>;
8
8
  }
9
9
  export declare function Snackbar({ message, iconColor, icon, style }: SnackbarProps): import("react/jsx-runtime").JSX.Element;
@@ -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;AAKjE,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,QAAQ,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,aAAa,2CAsB1E"}
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import { type StyleProp, type ViewStyle } from 'react-native';
3
+ export interface ToggleProps {
4
+ children?: React.ReactNode;
5
+ title?: string | React.ReactNode;
6
+ style?: StyleProp<ViewStyle>;
7
+ initialOpen?: boolean;
8
+ canClose?: boolean;
9
+ }
10
+ export declare function Toggle({ children, style, title, initialOpen, canClose }: ToggleProps): 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-toggle/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EAEf,MAAM,cAAc,CAAC;AAOtB,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,KAAK,EACL,KAAiB,EACjB,WAAmB,EACnB,QAAe,EAChB,EAAE,WAAW,2CAoDb"}
@@ -0,0 +1,23 @@
1
+ declare const _default: {
2
+ container: {
3
+ overflow: "hidden";
4
+ };
5
+ header: {
6
+ flexDirection: "row";
7
+ alignItems: "center";
8
+ justifyContent: "space-between";
9
+ paddingVertical: number;
10
+ paddingHorizontal: number;
11
+ };
12
+ content: {
13
+ paddingHorizontal: number;
14
+ paddingBottom: number;
15
+ position: "absolute";
16
+ width: "100%";
17
+ };
18
+ contentWrapper: {
19
+ overflow: "hidden";
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-toggle/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAGA,wBAoBG"}
@@ -1,7 +1,11 @@
1
- import type { Balance } from '@reown/appkit-common-react-native';
1
+ import type { StyleProp, ViewStyle } from 'react-native';
2
2
  export interface TokenButtonProps {
3
3
  onPress?: () => void;
4
- token?: Balance;
4
+ imageUrl?: string;
5
+ text?: string;
6
+ inverse?: boolean;
7
+ style?: StyleProp<ViewStyle>;
8
+ disabled?: boolean;
5
9
  }
6
- export declare function TokenButton({ token, onPress }: TokenButtonProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function TokenButton({ imageUrl, text, inverse, onPress, style, disabled }: TokenButtonProps): import("react/jsx-runtime").JSX.Element;
7
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-token-button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAMjE,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,gBAAgB,2CAiB/D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-token-button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAMzD,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,EAC1B,QAAQ,EACR,IAAI,EACJ,OAAO,EACP,OAAO,EACP,KAAK,EACL,QAAgB,EACjB,EAAE,gBAAgB,2CAmClB"}
@@ -12,6 +12,10 @@ declare const _default: {
12
12
  borderRadius: number;
13
13
  marginRight: number;
14
14
  };
15
+ imageInverse: {
16
+ marginRight: number;
17
+ marginLeft: number;
18
+ };
15
19
  };
16
20
  export default _default;
17
21
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-token-button/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAGA,wBAcG"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-token-button/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAGA,wBAkBG"}
@@ -27,8 +27,9 @@ export { InputNumeric, type InputNumericProps } from './composites/wui-input-num
27
27
  export { InputText, type InputTextProps } from './composites/wui-input-text';
28
28
  export { Link, type LinkProps } from './composites/wui-link';
29
29
  export { ListItem, type ListItemProps } from './composites/wui-list-item';
30
+ export { ListItemLoader, type ListItemLoaderProps } from './composites/wui-list-item-loader';
30
31
  export { ListSocial, type ListSocialProps } from './composites/wui-list-social';
31
- export { ListToken, type ListTokenProps } from './composites/wui-list-token';
32
+ export { ListToken, ListTokenTotalHeight, type ListTokenProps } from './composites/wui-list-token';
32
33
  export { ListTransaction, type ListTransactionProps } from './composites/wui-list-transaction';
33
34
  export { ListWallet, type ListWalletProps } from './composites/wui-list-wallet';
34
35
  export { Logo, type LogoProps } from './composites/wui-logo';
@@ -36,12 +37,14 @@ export { LogoSelect, type LogoSelectProps } from './composites/wui-logo-select';
36
37
  export { NetworkButton, type NetworkButtonProps } from './composites/wui-network-button';
37
38
  export { NetworkImage, type NetworkImageProps } from './composites/wui-network-image';
38
39
  export { Otp, type OtpProps } from './composites/wui-otp';
40
+ export { Pressable, type PressableProps } from './components/wui-pressable';
39
41
  export { Promo, type PromoProps } from './composites/wui-promo';
40
42
  export { QrCode, type QrCodeProps } from './composites/wui-qr-code';
41
43
  export { SearchBar, type SearchBarProps } from './composites/wui-search-bar';
42
44
  export { Snackbar, type SnackbarProps } from './composites/wui-snackbar';
43
45
  export { Tabs, type TabsProps } from './composites/wui-tabs';
44
46
  export { Tag, type TagProps } from './composites/wui-tag';
47
+ export { Toggle, type ToggleProps } from './composites/wui-toggle';
45
48
  export { TokenButton, type TokenButtonProps } from './composites/wui-token-button';
46
49
  export { Tooltip, type TooltipProps } from './composites/wui-tooltip';
47
50
  export { WalletImage, type WalletImageProps } from './composites/wui-wallet-image';
@@ -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,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACtE,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,EACL,iBAAiB,EACjB,KAAK,sBAAsB,EAC5B,MAAM,qCAAqC,CAAC;AAC7C,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,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7F,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,KAAK,cAAc,EAAE,MAAM,6BAA6B,CAAC;AACnG,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAC/F,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,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAChE,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,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACnF,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,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,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"}
@@ -1,8 +1,9 @@
1
1
  /// <reference types="react" />
2
- import { type StyleProp, type ViewStyle } from 'react-native';
2
+ import { type LayoutChangeEvent, type StyleProp, type ViewStyle } from 'react-native';
3
3
  import type { FlexAlignType, FlexDirectionType, FlexGrowType, FlexJustifyContentType, FlexShrinkType, FlexWrapType, SpacingType } from '../../utils/TypesUtil';
4
4
  export interface FlexViewProps {
5
5
  children?: React.ReactNode;
6
+ onLayout?: (event: LayoutChangeEvent) => void;
6
7
  flexDirection?: FlexDirectionType;
7
8
  flexWrap?: FlexWrapType;
8
9
  flexGrow?: FlexGrowType;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-flex/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpE,OAAO,KAAK,EACV,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,sBAAsB,EACtB,cAAc,EACd,YAAY,EACZ,WAAW,EACZ,MAAM,uBAAuB,CAAC;AAI/B,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,cAAc,CAAC,EAAE,sBAAsB,CAAC;IACxC,OAAO,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;IACtC,MAAM,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;IACrC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAoB5C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-flex/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAEtF,OAAO,KAAK,EACV,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,sBAAsB,EACtB,cAAc,EACd,YAAY,EACZ,WAAW,EACZ,MAAM,uBAAuB,CAAC;AAI/B,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;IAC9C,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,cAAc,CAAC,EAAE,sBAAsB,CAAC;IACxC,OAAO,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;IACtC,MAAM,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;IACrC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAwB5C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-separator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAMpE,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,cAAc,2CAoBxD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-separator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAO9D,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,cAAc,2CAsBxD"}
@@ -23,6 +23,7 @@ export declare const IconSize: {
23
23
  sm: number;
24
24
  md: number;
25
25
  lg: number;
26
+ xl: number;
26
27
  };
27
28
  export declare const SpinnerSize: {
28
29
  sm: number;
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/ThemeUtil.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE1D,eAAO,MAAM,SAAS,EAAE;KAAG,GAAG,IAAI,SAAS,GAAG,MAAM;CAuEnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE;KAAG,GAAG,IAAI,SAAS,GAAG,MAAM;CAuEpD,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;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;;;;;;;;;;;CAWxB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;CAOpB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;CAKvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE;KAAG,CAAC,IAAI,WAAW,GAAG,MAAM;CAajD,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;CAM3B,CAAC"}
@@ -1,11 +1,11 @@
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' | 'bg-100' | 'bg-125' | 'bg-150' | 'bg-175' | 'bg-200' | 'bg-225' | 'bg-250' | 'bg-275' | 'bg-300' | 'accent-glass-020' | 'accent-glass-015' | 'accent-glass-010' | 'accent-glass-005' | 'gray-glass-020' | 'gray-glass-010' | 'gray-glass-005' | 'inverse-000' | 'inverse-100' | 'success-100' | 'teal-100' | 'magenta-100' | 'indigo-100' | 'orange-100' | 'purple-100' | 'yellow-100';
3
+ export type ColorType = 'accent-100' | 'error-100' | 'fg-100' | 'fg-150' | 'fg-175' | 'fg-200' | 'fg-250' | 'fg-275' | 'fg-300' | 'bg-100' | 'bg-125' | 'bg-150' | 'bg-175' | 'bg-200' | 'bg-225' | 'bg-250' | 'bg-275' | 'bg-300' | 'accent-glass-020' | 'accent-glass-015' | 'accent-glass-010' | 'accent-glass-005' | 'gray-glass-020' | 'gray-glass-010' | 'gray-glass-005' | 'gray-glass-002' | 'inverse-000' | 'inverse-100' | 'success-100' | 'teal-100' | 'magenta-100' | 'indigo-100' | 'orange-100' | 'purple-100' | 'yellow-100';
4
4
  export type SizeType = 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'xxs';
5
5
  export type PlacementType = 'bottom' | 'left' | 'right' | 'top';
6
6
  export type ButtonType = 'accent' | 'fill' | 'shade';
7
7
  export type ChipType = 'fill' | 'shade' | 'transparent';
8
- export type IconType = 'allWallets' | 'apple' | 'arrowBottom' | 'arrowBottomCircle' | 'arrowLeft' | 'arrowRight' | 'arrowTop' | 'browser' | 'checkmark' | 'chevronBottom' | 'chevronLeft' | 'chevronRight' | 'chevronRightSmall' | 'chevronTop' | 'clock' | 'close' | 'coinPlaceholder' | 'compass' | 'copy' | 'copySmall' | 'cursor' | 'desktop' | 'disconnect' | 'discord' | 'etherscan' | 'extension' | 'externalLink' | 'facebook' | 'farcaster' | 'farcasterSquare' | 'filters' | 'github' | 'google' | 'helpCircle' | 'infoCircle' | 'mail' | 'mobile' | 'more' | 'networkPlaceholder' | 'nftPlaceholder' | 'off' | 'paperplane' | 'qrCode' | 'refresh' | 'search' | 'swapHorizontal' | 'swapVertical' | 'telegram' | 'twitch' | 'verify' | 'wallet' | 'walletSmall' | 'walletConnect' | 'walletConnectLightBrown' | 'walletPlaceholder' | 'warningCircle' | 'x';
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' | 'recycleHorizontal' | 'refresh' | 'search' | 'swapHorizontal' | 'swapVertical' | 'telegram' | 'twitch' | 'verify' | 'wallet' | 'walletSmall' | 'walletConnect' | 'walletConnectLightBrown' | 'walletPlaceholder' | 'warningCircle' | 'x';
9
9
  export type VisualType = 'browser' | 'dao' | 'defi' | 'defiAlt' | 'eth' | 'google' | 'layers' | 'lightbulb' | 'lock' | 'login' | 'network' | 'nft' | 'noun' | 'pencil' | 'profile' | 'system';
10
10
  export type LogoType = 'apple' | 'discord' | 'facebook' | 'farcaster' | 'farcasterSquare' | 'github' | 'google' | 'more' | 'telegram' | 'twitch' | 'x';
11
11
  export type TagType = 'main' | 'shade' | 'error' | 'success';
@@ -1 +1 @@
1
- {"version":3,"file":"TypesUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/TypesUtil.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GACjB,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,aAAa,GACb,aAAa,GACb,aAAa,GACb,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,WAAW,GACX,iBAAiB,GACjB,iBAAiB,GACjB,iBAAiB,GACjB,iBAAiB,GACjB,UAAU,GACV,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,uBAAuB,GACvB,yBAAyB,CAAC;AAE9B,MAAM,MAAM,QAAQ,GAChB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,iBAAiB,GACjB,iBAAiB,GACjB,iBAAiB,GACjB,WAAW,GACX,WAAW,GACX,WAAW,GACX,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,eAAe,GACf,eAAe,GACf,eAAe,GACf,WAAW,GACX,WAAW,GACX,WAAW,GACX,UAAU,GACV,UAAU,GACV,UAAU,GACV,WAAW,GACX,WAAW,CAAC;AAEhB,MAAM,MAAM,SAAS,GACjB,YAAY,GACZ,WAAW,GACX,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,aAAa,GACb,aAAa,GACb,aAAa,GACb,UAAU,GACV,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,CAAC;AAEjB,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAEhE,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;AAEhE,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAErD,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,aAAa,CAAC;AAExD,MAAM,MAAM,QAAQ,GAChB,YAAY,GACZ,OAAO,GACP,aAAa,GACb,mBAAmB,GACnB,WAAW,GACX,YAAY,GACZ,UAAU,GACV,SAAS,GACT,WAAW,GACX,eAAe,GACf,aAAa,GACb,cAAc,GACd,mBAAmB,GACnB,YAAY,GACZ,OAAO,GACP,OAAO,GACP,iBAAiB,GACjB,SAAS,GACT,MAAM,GACN,WAAW,GACX,QAAQ,GACR,SAAS,GACT,YAAY,GACZ,SAAS,GACT,WAAW,GACX,WAAW,GACX,cAAc,GACd,UAAU,GACV,WAAW,GACX,iBAAiB,GACjB,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,YAAY,GACZ,YAAY,GACZ,MAAM,GACN,QAAQ,GACR,MAAM,GACN,oBAAoB,GACpB,gBAAgB,GAChB,KAAK,GACL,YAAY,GACZ,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,gBAAgB,GAChB,cAAc,GACd,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,aAAa,GACb,eAAe,GACf,yBAAyB,GACzB,mBAAmB,GACnB,eAAe,GACf,GAAG,CAAC;AAER,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,KAAK,GACL,MAAM,GACN,SAAS,GACT,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,WAAW,GACX,MAAM,GACN,OAAO,GACP,SAAS,GACT,KAAK,GACL,MAAM,GACN,QAAQ,GACR,SAAS,GACT,QAAQ,CAAC;AAEb,MAAM,MAAM,QAAQ,GAChB,OAAO,GACP,SAAS,GACT,UAAU,GACV,WAAW,GACX,iBAAiB,GACjB,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,UAAU,GACV,QAAQ,GACR,GAAG,CAAC;AAER,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;AAE7D,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,SAAS,CAAC;AAElD,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,WAAW,GACnB,GAAG,GACH,KAAK,GACL,KAAK,GACL,KAAK,GACL,IAAI,GACJ,GAAG,GACH,GAAG,GACH,GAAG,GACH,IAAI,GACJ,KAAK,GACL,KAAK,GACL,KAAK,CAAC;AAEV,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,WAAW,EAAE,IAAI,GAAG,KAAK,CAAC,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,GAAG,QAAQ,GAAG,aAAa,GAAG,KAAK,CAAC;AAEpF,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,cAAc,GAAG,MAAM,CAAC;AAE9D,MAAM,MAAM,YAAY,GAAG,CAAC,GAAG,CAAC,CAAC;AAEjC,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,CAAC,CAAC;AAEnC,MAAM,MAAM,aAAa,GAAG,UAAU,GAAG,QAAQ,GAAG,UAAU,GAAG,YAAY,GAAG,SAAS,CAAC;AAE1F,MAAM,MAAM,sBAAsB,GAC9B,QAAQ,GACR,UAAU,GACV,YAAY,GACZ,cAAc,GACd,eAAe,GACf,cAAc,CAAC;AAEnB,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;AAEtD,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,YAAY,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,eAAe,GACvB,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,SAAS,GACT,SAAS,GACT,MAAM,GACN,SAAS,GACT,OAAO,GACP,MAAM,GACN,OAAO,GACP,OAAO,GACP,SAAS,GACT,UAAU,CAAC"}
1
+ {"version":3,"file":"TypesUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/TypesUtil.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-ui-react-native",
3
- "version": "0.0.0-feat-smart-account-20241016183051",
3
+ "version": "0.0.0-feat-swaps-20241129153709",
4
4
  "main": "lib/commonjs/index.js",
5
5
  "types": "lib/typescript/index.d.ts",
6
6
  "module": "lib/module/index.js",
@@ -0,0 +1,12 @@
1
+ import Svg, { Path, type SvgProps } from 'react-native-svg';
2
+ const RecycleHorizontalSvg = (props: SvgProps) => (
3
+ <Svg viewBox="0 0 21 20" fill="none" {...props}>
4
+ <Path
5
+ fill={props.fill || '#fff'}
6
+ fillRule="evenodd"
7
+ d="M8.8071 0.292893C9.19763 0.683417 9.19763 1.31658 8.8071 1.70711L6.91421 3.6H11.8404C14.3368 3.6 16.5533 5.1975 17.3427 7.56588L17.4487 7.88377C17.6233 8.40772 17.3402 8.97404 16.8162 9.14868C16.2923 9.32333 15.726 9.04017 15.5513 8.51623L15.4453 8.19834C14.9281 6.64664 13.476 5.6 11.8404 5.6H6.91421L8.8071 7.49289C9.19763 7.88342 9.19763 8.51658 8.8071 8.90711C8.41658 9.29763 7.78341 9.29763 7.39289 8.90711L3.79289 5.30711C3.40236 4.91658 3.40236 4.28342 3.79289 3.89289L7.39289 0.292893C7.78341 -0.0976311 8.41658 -0.0976311 8.8071 0.292893ZM4.18377 10.8513C4.70771 10.6767 5.27403 10.9598 5.44868 11.4838L5.55464 11.8017C6.07188 13.3534 7.52401 14.4 9.15964 14.4L14.0858 14.4L12.1929 12.5071C11.8024 12.1166 11.8024 11.4834 12.1929 11.0929C12.5834 10.7024 13.2166 10.7024 13.6071 11.0929L17.2071 14.6929C17.5976 15.0834 17.5976 15.7166 17.2071 16.1071L13.6071 19.7071C13.2166 20.0976 12.5834 20.0976 12.1929 19.7071C11.8024 19.3166 11.8024 18.6834 12.1929 18.2929L14.0858 16.4L9.15964 16.4C6.66314 16.4 4.44674 14.8025 3.65728 12.4341L3.55131 12.1162C3.37667 11.5923 3.65983 11.026 4.18377 10.8513Z"
8
+ clipRule="evenodd"
9
+ />
10
+ </Svg>
11
+ );
12
+ export default RecycleHorizontalSvg;
@@ -13,8 +13,8 @@ const SvgProfile = (props: SvgProps) => (
13
13
  <Circle cx="35.5" cy="23.5" r="1.5" fill="#fff" />
14
14
  <Path
15
15
  stroke="#fff"
16
- stroke-linecap="round"
17
- stroke-linejoin="round"
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
18
  strokeWidth="2"
19
19
  d="m31 20-3 8h4"
20
20
  />
@@ -18,7 +18,7 @@ export function Card({ children, style }: CardProps) {
18
18
  enabled={Platform.OS === 'ios'}
19
19
  style={[
20
20
  styles.container,
21
- { backgroundColor: Theme['bg-100'], borderColor: Theme['gray-glass-005'] },
21
+ { backgroundColor: Theme['bg-100'], borderColor: Theme['gray-glass-015'] },
22
22
  style
23
23
  ]}
24
24
  >
@@ -4,7 +4,7 @@ import { BorderRadius } from '../../utils/ThemeUtil';
4
4
  export default StyleSheet.create({
5
5
  container: {
6
6
  borderRadius: BorderRadius.l,
7
- borderWidth: 1,
7
+ borderWidth: StyleSheet.hairlineWidth,
8
8
  overflow: 'hidden'
9
9
  }
10
10
  });
@@ -45,6 +45,7 @@ import NftPlaceholderSvg from '../../assets/svg/NftPlaceholder';
45
45
  import OffSvg from '../../assets/svg/Off';
46
46
  import PaperplaneSvg from '../../assets/svg/Paperplane';
47
47
  import QrCodeSvg from '../../assets/svg/QrCode';
48
+ import RecycleHorizontalSvg from '../../assets/svg/RecycleHorizontal';
48
49
  import RefreshSvg from '../../assets/svg/Refresh';
49
50
  import SearchSvg from '../../assets/svg/Search';
50
51
  import SwapHorizontalSvg from '../../assets/svg/SwapHorizontal';
@@ -105,6 +106,7 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
105
106
  off: OffSvg,
106
107
  paperplane: PaperplaneSvg,
107
108
  qrCode: QrCodeSvg,
109
+ recycleHorizontal: RecycleHorizontalSvg,
108
110
  refresh: RefreshSvg,
109
111
  search: SearchSvg,
110
112
  swapHorizontal: SwapHorizontalSvg,
@@ -123,7 +125,7 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
123
125
 
124
126
  export type IconProps = SvgProps & {
125
127
  name: IconType;
126
- size?: Exclude<SizeType, 'xl'>;
128
+ size?: SizeType;
127
129
  color?: ColorType;
128
130
  style?: SvgProps['style'];
129
131
  };
@@ -0,0 +1,10 @@
1
+ import { type ComponentType, createElement, forwardRef } from 'react';
2
+ import type { TextProps } from 'react-native';
3
+
4
+ const LeanText = forwardRef((props, ref) => {
5
+ return createElement('RCTText', { ...props, ref });
6
+ }) as ComponentType<TextProps>;
7
+
8
+ LeanText.displayName = 'RCTText';
9
+
10
+ export { LeanText };
@@ -0,0 +1,3 @@
1
+ import { Text } from 'react-native';
2
+
3
+ export { Text as LeanText };
@@ -0,0 +1,10 @@
1
+ import { type ComponentType, createElement, forwardRef } from 'react';
2
+ import type { ViewProps } from 'react-native';
3
+
4
+ const LeanView = forwardRef((props, ref) => {
5
+ return createElement('RCTView', { ...props, ref });
6
+ }) as ComponentType<ViewProps>;
7
+
8
+ LeanView.displayName = 'RCTView';
9
+
10
+ export { LeanView };
@@ -0,0 +1,3 @@
1
+ import { View } from 'react-native';
2
+
3
+ export { View as LeanView };
@@ -0,0 +1,92 @@
1
+ import { useRef } from 'react';
2
+ import {
3
+ Animated,
4
+ Pressable as RNPressable,
5
+ type PressableProps as RNPressableProps,
6
+ type StyleProp,
7
+ type ViewStyle
8
+ } from 'react-native';
9
+ import { useTheme } from '../../hooks/useTheme';
10
+ import type { ColorType } from '../../utils/TypesUtil';
11
+
12
+ const AnimatedPressable = Animated.createAnimatedComponent(RNPressable);
13
+
14
+ export interface PressableProps extends RNPressableProps {
15
+ children: React.ReactNode;
16
+ style?: StyleProp<ViewStyle>;
17
+ backgroundColor?: ColorType | 'transparent';
18
+ pressedBackgroundColor?: ColorType;
19
+ bounceScale?: number;
20
+ bounceDuration?: number;
21
+ disabled?: boolean;
22
+ pressable?: boolean;
23
+ }
24
+
25
+ export function Pressable({
26
+ children,
27
+ style,
28
+ disabled = false,
29
+ pressable = true,
30
+ onPress,
31
+ backgroundColor = 'gray-glass-002',
32
+ pressedBackgroundColor = 'gray-glass-010',
33
+ bounceScale = 0.99, // Scale to 98% of original size
34
+ bounceDuration = 200, // 100ms animation
35
+ ...rest
36
+ }: PressableProps) {
37
+ const Theme = useTheme();
38
+ const pressAnimation = useRef(new Animated.Value(0));
39
+ const scaleAnimation = useRef(new Animated.Value(1));
40
+
41
+ const onPressIn = () => {
42
+ Animated.parallel([
43
+ Animated.timing(pressAnimation.current, {
44
+ toValue: 1,
45
+ useNativeDriver: false,
46
+ duration: bounceDuration
47
+ }),
48
+
49
+ Animated.timing(scaleAnimation.current, {
50
+ toValue: bounceScale,
51
+ useNativeDriver: false,
52
+ duration: bounceDuration
53
+ })
54
+ ]).start();
55
+ };
56
+
57
+ const onPressOut = () => {
58
+ Animated.parallel([
59
+ Animated.timing(pressAnimation.current, {
60
+ toValue: 0,
61
+ useNativeDriver: false,
62
+ duration: bounceDuration
63
+ }),
64
+ Animated.timing(scaleAnimation.current, {
65
+ toValue: 1,
66
+ useNativeDriver: false,
67
+ duration: bounceDuration
68
+ })
69
+ ]).start();
70
+ };
71
+
72
+ const bgColor = pressAnimation.current.interpolate({
73
+ inputRange: [0, 1],
74
+ outputRange: [
75
+ Theme[backgroundColor as ColorType] ?? 'transparent',
76
+ Theme[pressedBackgroundColor as ColorType] ?? 'transparent'
77
+ ]
78
+ });
79
+
80
+ return (
81
+ <AnimatedPressable
82
+ disabled={disabled || !pressable}
83
+ style={[{ backgroundColor: bgColor, transform: [{ scale: scaleAnimation.current }] }, style]}
84
+ onPressIn={onPressIn}
85
+ onPressOut={onPressOut}
86
+ onPress={onPress}
87
+ {...rest}
88
+ >
89
+ {children}
90
+ </AnimatedPressable>
91
+ );
92
+ }
@@ -1,5 +1,5 @@
1
1
  import { Svg, Rect } from 'react-native-svg';
2
- import { Animated, type StyleProp, type ViewStyle } from 'react-native';
2
+ import { Animated, StyleSheet, type StyleProp, type ViewStyle } from 'react-native';
3
3
  import { useTheme } from '../../hooks/useTheme';
4
4
 
5
5
  const AnimatedRect = Animated.createAnimatedComponent(Rect);
@@ -52,7 +52,14 @@ export const Shimmer = ({
52
52
  ).start();
53
53
 
54
54
  return (
55
- <Svg width={width} height={height} style={style}>
55
+ <Svg
56
+ width={width}
57
+ height={height}
58
+ style={[
59
+ { borderWidth: StyleSheet.hairlineWidth, borderColor: Theme['bg-300'], borderRadius },
60
+ style
61
+ ]}
62
+ >
56
63
  <AnimatedRect {...animatedProps} />
57
64
  </Svg>
58
65
  );
@@ -1,5 +1,6 @@
1
- import { Text as NativeText, type TextProps as NativeProps } from 'react-native';
1
+ import { type TextProps as NativeProps } from 'react-native';
2
2
  import { useTheme } from '../../hooks/useTheme';
3
+ import { LeanText } from '../wui-lean-text';
3
4
  import type { ColorType, TextType } from '../../utils/TypesUtil';
4
5
  import styles from './styles';
5
6
 
@@ -20,7 +21,7 @@ export function Text({
20
21
  const Theme = useTheme();
21
22
 
22
23
  return (
23
- <NativeText
24
+ <LeanText
24
25
  style={[
25
26
  styles.base,
26
27
  styles[variant],
@@ -31,6 +32,6 @@ export function Text({
31
32
  {...rest}
32
33
  >
33
34
  {children}
34
- </NativeText>
35
+ </LeanText>
35
36
  );
36
37
  }