@rango-dev/ui 0.0.0-experimental-936229e8-20251208

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 (1207) hide show
  1. package/CHANGELOG.md +504 -0
  2. package/dist/index.js +2 -0
  3. package/dist/index.js.map +7 -0
  4. package/dist/translations/af.d.ts +2 -0
  5. package/dist/translations/af.d.ts.map +1 -0
  6. package/dist/translations/ar.d.ts +2 -0
  7. package/dist/translations/ar.d.ts.map +1 -0
  8. package/dist/translations/bn.d.ts +2 -0
  9. package/dist/translations/bn.d.ts.map +1 -0
  10. package/dist/translations/ca.d.ts +2 -0
  11. package/dist/translations/ca.d.ts.map +1 -0
  12. package/dist/translations/da.d.ts +2 -0
  13. package/dist/translations/da.d.ts.map +1 -0
  14. package/dist/translations/de.d.ts +2 -0
  15. package/dist/translations/de.d.ts.map +1 -0
  16. package/dist/translations/el.d.ts +2 -0
  17. package/dist/translations/el.d.ts.map +1 -0
  18. package/dist/translations/en.d.ts +2 -0
  19. package/dist/translations/en.d.ts.map +1 -0
  20. package/dist/translations/es.d.ts +2 -0
  21. package/dist/translations/es.d.ts.map +1 -0
  22. package/dist/translations/fi.d.ts +2 -0
  23. package/dist/translations/fi.d.ts.map +1 -0
  24. package/dist/translations/fil.d.ts +2 -0
  25. package/dist/translations/fil.d.ts.map +1 -0
  26. package/dist/translations/fr.d.ts +2 -0
  27. package/dist/translations/fr.d.ts.map +1 -0
  28. package/dist/translations/hi.d.ts +2 -0
  29. package/dist/translations/hi.d.ts.map +1 -0
  30. package/dist/translations/hu.d.ts +2 -0
  31. package/dist/translations/hu.d.ts.map +1 -0
  32. package/dist/translations/id.d.ts +2 -0
  33. package/dist/translations/id.d.ts.map +1 -0
  34. package/dist/translations/it.d.ts +2 -0
  35. package/dist/translations/it.d.ts.map +1 -0
  36. package/dist/translations/ja.d.ts +2 -0
  37. package/dist/translations/ja.d.ts.map +1 -0
  38. package/dist/translations/ko.d.ts +2 -0
  39. package/dist/translations/ko.d.ts.map +1 -0
  40. package/dist/translations/lt.d.ts +2 -0
  41. package/dist/translations/lt.d.ts.map +1 -0
  42. package/dist/translations/ms.d.ts +2 -0
  43. package/dist/translations/ms.d.ts.map +1 -0
  44. package/dist/translations/nl.d.ts +2 -0
  45. package/dist/translations/nl.d.ts.map +1 -0
  46. package/dist/translations/pl.d.ts +2 -0
  47. package/dist/translations/pl.d.ts.map +1 -0
  48. package/dist/translations/pt.d.ts +2 -0
  49. package/dist/translations/pt.d.ts.map +1 -0
  50. package/dist/translations/ru.d.ts +2 -0
  51. package/dist/translations/ru.d.ts.map +1 -0
  52. package/dist/translations/sk.d.ts +2 -0
  53. package/dist/translations/sk.d.ts.map +1 -0
  54. package/dist/translations/sr.d.ts +2 -0
  55. package/dist/translations/sr.d.ts.map +1 -0
  56. package/dist/translations/sv.d.ts +2 -0
  57. package/dist/translations/sv.d.ts.map +1 -0
  58. package/dist/translations/sw.d.ts +2 -0
  59. package/dist/translations/sw.d.ts.map +1 -0
  60. package/dist/translations/th.d.ts +2 -0
  61. package/dist/translations/th.d.ts.map +1 -0
  62. package/dist/translations/tr.d.ts +2 -0
  63. package/dist/translations/tr.d.ts.map +1 -0
  64. package/dist/translations/uk.d.ts +2 -0
  65. package/dist/translations/uk.d.ts.map +1 -0
  66. package/dist/translations/ur.d.ts +2 -0
  67. package/dist/translations/ur.d.ts.map +1 -0
  68. package/dist/translations/vi.d.ts +2 -0
  69. package/dist/translations/vi.d.ts.map +1 -0
  70. package/dist/translations/zh-CN.d.ts +2 -0
  71. package/dist/translations/zh-CN.d.ts.map +1 -0
  72. package/dist/translations/zh-TW.d.ts +2 -0
  73. package/dist/translations/zh-TW.d.ts.map +1 -0
  74. package/dist/ui.build.json +1 -0
  75. package/dist/widget/ui/src/components/Alert/Alert.d.ts +8 -0
  76. package/dist/widget/ui/src/components/Alert/Alert.d.ts.map +1 -0
  77. package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts +4 -0
  78. package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts.map +1 -0
  79. package/dist/widget/ui/src/components/Alert/Alert.icon.d.ts +5 -0
  80. package/dist/widget/ui/src/components/Alert/Alert.icon.d.ts.map +1 -0
  81. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +649 -0
  82. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -0
  83. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts +15 -0
  84. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts.map +1 -0
  85. package/dist/widget/ui/src/components/Alert/index.d.ts +3 -0
  86. package/dist/widget/ui/src/components/Alert/index.d.ts.map +1 -0
  87. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts +5 -0
  88. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts.map +1 -0
  89. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +163 -0
  90. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -0
  91. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts +6 -0
  92. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts.map +1 -0
  93. package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts +2 -0
  94. package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts.map +1 -0
  95. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.d.ts +3 -0
  96. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.d.ts.map +1 -0
  97. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +321 -0
  98. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -0
  99. package/dist/widget/ui/src/components/BottomLogo/index.d.ts +2 -0
  100. package/dist/widget/ui/src/components/BottomLogo/index.d.ts.map +1 -0
  101. package/dist/widget/ui/src/components/Button/Button.d.ts +284 -0
  102. package/dist/widget/ui/src/components/Button/Button.d.ts.map +1 -0
  103. package/dist/widget/ui/src/components/Button/Button.styles.d.ts +489 -0
  104. package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -0
  105. package/dist/widget/ui/src/components/Button/Button.types.d.ts +22 -0
  106. package/dist/widget/ui/src/components/Button/Button.types.d.ts.map +1 -0
  107. package/dist/widget/ui/src/components/Button/Ripple.d.ts +6 -0
  108. package/dist/widget/ui/src/components/Button/Ripple.d.ts.map +1 -0
  109. package/dist/widget/ui/src/components/Button/index.d.ts +3 -0
  110. package/dist/widget/ui/src/components/Button/index.d.ts.map +1 -0
  111. package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts +9 -0
  112. package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts.map +1 -0
  113. package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts +4 -0
  114. package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts.map +1 -0
  115. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +486 -0
  116. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -0
  117. package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts +14 -0
  118. package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts.map +1 -0
  119. package/dist/widget/ui/src/components/ChainToken/index.d.ts +3 -0
  120. package/dist/widget/ui/src/components/ChainToken/index.d.ts.map +1 -0
  121. package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts +5 -0
  122. package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts.map +1 -0
  123. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +642 -0
  124. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -0
  125. package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts +13 -0
  126. package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts.map +1 -0
  127. package/dist/widget/ui/src/components/Checkbox/index.d.ts +3 -0
  128. package/dist/widget/ui/src/components/Checkbox/index.d.ts.map +1 -0
  129. package/dist/widget/ui/src/components/Chip/Chip.d.ts +4 -0
  130. package/dist/widget/ui/src/components/Chip/Chip.d.ts.map +1 -0
  131. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +163 -0
  132. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -0
  133. package/dist/widget/ui/src/components/Chip/Chip.types.d.ts +14 -0
  134. package/dist/widget/ui/src/components/Chip/Chip.types.d.ts.map +1 -0
  135. package/dist/widget/ui/src/components/Chip/index.d.ts +3 -0
  136. package/dist/widget/ui/src/components/Chip/index.d.ts.map +1 -0
  137. package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts +5 -0
  138. package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts.map +1 -0
  139. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +162 -0
  140. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -0
  141. package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts +7 -0
  142. package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts.map +1 -0
  143. package/dist/widget/ui/src/components/Collapsible/index.d.ts +3 -0
  144. package/dist/widget/ui/src/components/Collapsible/index.d.ts.map +1 -0
  145. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.d.ts +4 -0
  146. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.d.ts.map +1 -0
  147. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.styles.d.ts +486 -0
  148. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.styles.d.ts.map +1 -0
  149. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.types.d.ts +4 -0
  150. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.types.d.ts.map +1 -0
  151. package/dist/widget/ui/src/components/CustomTokenWarning/index.d.ts +2 -0
  152. package/dist/widget/ui/src/components/CustomTokenWarning/index.d.ts.map +1 -0
  153. package/dist/widget/ui/src/components/Divider/Divider.d.ts +4 -0
  154. package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -0
  155. package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts +164 -0
  156. package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts.map +1 -0
  157. package/dist/widget/ui/src/components/Divider/Divider.types.d.ts +11 -0
  158. package/dist/widget/ui/src/components/Divider/Divider.types.d.ts.map +1 -0
  159. package/dist/widget/ui/src/components/Divider/index.d.ts +2 -0
  160. package/dist/widget/ui/src/components/Divider/index.d.ts.map +1 -0
  161. package/dist/widget/ui/src/components/Flags/Bengali.d.ts +4 -0
  162. package/dist/widget/ui/src/components/Flags/Bengali.d.ts.map +1 -0
  163. package/dist/widget/ui/src/components/Flags/Catalonia.d.ts +4 -0
  164. package/dist/widget/ui/src/components/Flags/Catalonia.d.ts.map +1 -0
  165. package/dist/widget/ui/src/components/Flags/Chinese.d.ts +4 -0
  166. package/dist/widget/ui/src/components/Flags/Chinese.d.ts.map +1 -0
  167. package/dist/widget/ui/src/components/Flags/Cyprus.d.ts +4 -0
  168. package/dist/widget/ui/src/components/Flags/Cyprus.d.ts.map +1 -0
  169. package/dist/widget/ui/src/components/Flags/Denmark.d.ts +4 -0
  170. package/dist/widget/ui/src/components/Flags/Denmark.d.ts.map +1 -0
  171. package/dist/widget/ui/src/components/Flags/English.d.ts +4 -0
  172. package/dist/widget/ui/src/components/Flags/English.d.ts.map +1 -0
  173. package/dist/widget/ui/src/components/Flags/Finland.d.ts +4 -0
  174. package/dist/widget/ui/src/components/Flags/Finland.d.ts.map +1 -0
  175. package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts +2 -0
  176. package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts.map +1 -0
  177. package/dist/widget/ui/src/components/Flags/Flags.types.d.ts +4 -0
  178. package/dist/widget/ui/src/components/Flags/Flags.types.d.ts.map +1 -0
  179. package/dist/widget/ui/src/components/Flags/French.d.ts +4 -0
  180. package/dist/widget/ui/src/components/Flags/French.d.ts.map +1 -0
  181. package/dist/widget/ui/src/components/Flags/German.d.ts +4 -0
  182. package/dist/widget/ui/src/components/Flags/German.d.ts.map +1 -0
  183. package/dist/widget/ui/src/components/Flags/Greece.d.ts +4 -0
  184. package/dist/widget/ui/src/components/Flags/Greece.d.ts.map +1 -0
  185. package/dist/widget/ui/src/components/Flags/Hindi.d.ts +4 -0
  186. package/dist/widget/ui/src/components/Flags/Hindi.d.ts.map +1 -0
  187. package/dist/widget/ui/src/components/Flags/Hungary.d.ts +4 -0
  188. package/dist/widget/ui/src/components/Flags/Hungary.d.ts.map +1 -0
  189. package/dist/widget/ui/src/components/Flags/India.d.ts +4 -0
  190. package/dist/widget/ui/src/components/Flags/India.d.ts.map +1 -0
  191. package/dist/widget/ui/src/components/Flags/Indonesian.d.ts +4 -0
  192. package/dist/widget/ui/src/components/Flags/Indonesian.d.ts.map +1 -0
  193. package/dist/widget/ui/src/components/Flags/Italian.d.ts +4 -0
  194. package/dist/widget/ui/src/components/Flags/Italian.d.ts.map +1 -0
  195. package/dist/widget/ui/src/components/Flags/Japanese.d.ts +4 -0
  196. package/dist/widget/ui/src/components/Flags/Japanese.d.ts.map +1 -0
  197. package/dist/widget/ui/src/components/Flags/Korea.d.ts +4 -0
  198. package/dist/widget/ui/src/components/Flags/Korea.d.ts.map +1 -0
  199. package/dist/widget/ui/src/components/Flags/Lithuania.d.ts +4 -0
  200. package/dist/widget/ui/src/components/Flags/Lithuania.d.ts.map +1 -0
  201. package/dist/widget/ui/src/components/Flags/Malay.d.ts +4 -0
  202. package/dist/widget/ui/src/components/Flags/Malay.d.ts.map +1 -0
  203. package/dist/widget/ui/src/components/Flags/Netherlands.d.ts +4 -0
  204. package/dist/widget/ui/src/components/Flags/Netherlands.d.ts.map +1 -0
  205. package/dist/widget/ui/src/components/Flags/Pakistan.d.ts +4 -0
  206. package/dist/widget/ui/src/components/Flags/Pakistan.d.ts.map +1 -0
  207. package/dist/widget/ui/src/components/Flags/Philippines.d.ts +4 -0
  208. package/dist/widget/ui/src/components/Flags/Philippines.d.ts.map +1 -0
  209. package/dist/widget/ui/src/components/Flags/Poland.d.ts +4 -0
  210. package/dist/widget/ui/src/components/Flags/Poland.d.ts.map +1 -0
  211. package/dist/widget/ui/src/components/Flags/Portuguese.d.ts +4 -0
  212. package/dist/widget/ui/src/components/Flags/Portuguese.d.ts.map +1 -0
  213. package/dist/widget/ui/src/components/Flags/Russian.d.ts +4 -0
  214. package/dist/widget/ui/src/components/Flags/Russian.d.ts.map +1 -0
  215. package/dist/widget/ui/src/components/Flags/SaudiArabia.d.ts +4 -0
  216. package/dist/widget/ui/src/components/Flags/SaudiArabia.d.ts.map +1 -0
  217. package/dist/widget/ui/src/components/Flags/Serbia.d.ts +4 -0
  218. package/dist/widget/ui/src/components/Flags/Serbia.d.ts.map +1 -0
  219. package/dist/widget/ui/src/components/Flags/Slovakia.d.ts +4 -0
  220. package/dist/widget/ui/src/components/Flags/Slovakia.d.ts.map +1 -0
  221. package/dist/widget/ui/src/components/Flags/SouthAfrica.d.ts +4 -0
  222. package/dist/widget/ui/src/components/Flags/SouthAfrica.d.ts.map +1 -0
  223. package/dist/widget/ui/src/components/Flags/Spanish.d.ts +4 -0
  224. package/dist/widget/ui/src/components/Flags/Spanish.d.ts.map +1 -0
  225. package/dist/widget/ui/src/components/Flags/Swahili.d.ts +4 -0
  226. package/dist/widget/ui/src/components/Flags/Swahili.d.ts.map +1 -0
  227. package/dist/widget/ui/src/components/Flags/Swedish.d.ts +4 -0
  228. package/dist/widget/ui/src/components/Flags/Swedish.d.ts.map +1 -0
  229. package/dist/widget/ui/src/components/Flags/Thai.d.ts +4 -0
  230. package/dist/widget/ui/src/components/Flags/Thai.d.ts.map +1 -0
  231. package/dist/widget/ui/src/components/Flags/Turkish.d.ts +4 -0
  232. package/dist/widget/ui/src/components/Flags/Turkish.d.ts.map +1 -0
  233. package/dist/widget/ui/src/components/Flags/Ukrainian.d.ts +4 -0
  234. package/dist/widget/ui/src/components/Flags/Ukrainian.d.ts.map +1 -0
  235. package/dist/widget/ui/src/components/Flags/Vietnamese.d.ts +4 -0
  236. package/dist/widget/ui/src/components/Flags/Vietnamese.d.ts.map +1 -0
  237. package/dist/widget/ui/src/components/Flags/index.d.ts +39 -0
  238. package/dist/widget/ui/src/components/Flags/index.d.ts.map +1 -0
  239. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.d.ts +6 -0
  240. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.d.ts.map +1 -0
  241. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.TokenSection.d.ts +4 -0
  242. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.TokenSection.d.ts.map +1 -0
  243. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Tooltip.d.ts +4 -0
  244. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Tooltip.d.ts.map +1 -0
  245. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.d.ts +4 -0
  246. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.d.ts.map +1 -0
  247. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.helpers.d.ts +8 -0
  248. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.helpers.d.ts.map +1 -0
  249. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.styles.d.ts +6091 -0
  250. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.styles.d.ts.map +1 -0
  251. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.types.d.ts +52 -0
  252. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.types.d.ts.map +1 -0
  253. package/dist/widget/ui/src/components/FullExpandedQuote/index.d.ts +2 -0
  254. package/dist/widget/ui/src/components/FullExpandedQuote/index.d.ts.map +1 -0
  255. package/dist/widget/ui/src/components/Header/Header.constants.d.ts +2 -0
  256. package/dist/widget/ui/src/components/Header/Header.constants.d.ts.map +1 -0
  257. package/dist/widget/ui/src/components/Header/Header.d.ts +5 -0
  258. package/dist/widget/ui/src/components/Header/Header.d.ts.map +1 -0
  259. package/dist/widget/ui/src/components/Header/Header.styles.d.ts +484 -0
  260. package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -0
  261. package/dist/widget/ui/src/components/Header/Header.types.d.ts +6 -0
  262. package/dist/widget/ui/src/components/Header/Header.types.d.ts.map +1 -0
  263. package/dist/widget/ui/src/components/Header/index.d.ts +3 -0
  264. package/dist/widget/ui/src/components/Header/index.d.ts.map +1 -0
  265. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +46 -0
  266. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -0
  267. package/dist/widget/ui/src/components/I18nManager/index.d.ts +3 -0
  268. package/dist/widget/ui/src/components/I18nManager/index.d.ts.map +1 -0
  269. package/dist/widget/ui/src/components/IconButton/IconButton.d.ts +7 -0
  270. package/dist/widget/ui/src/components/IconButton/IconButton.d.ts.map +1 -0
  271. package/dist/widget/ui/src/components/IconButton/IconButton.types.d.ts +14 -0
  272. package/dist/widget/ui/src/components/IconButton/IconButton.types.d.ts.map +1 -0
  273. package/dist/widget/ui/src/components/IconButton/index.d.ts +3 -0
  274. package/dist/widget/ui/src/components/IconButton/index.d.ts.map +1 -0
  275. package/dist/widget/ui/src/components/List/List.d.ts +5 -0
  276. package/dist/widget/ui/src/components/List/List.d.ts.map +1 -0
  277. package/dist/widget/ui/src/components/List/List.styles.d.ts +161 -0
  278. package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -0
  279. package/dist/widget/ui/src/components/List/List.types.d.ts +13 -0
  280. package/dist/widget/ui/src/components/List/List.types.d.ts.map +1 -0
  281. package/dist/widget/ui/src/components/List/index.d.ts +3 -0
  282. package/dist/widget/ui/src/components/List/index.d.ts.map +1 -0
  283. package/dist/widget/ui/src/components/ListItem/ListItem.d.ts +5 -0
  284. package/dist/widget/ui/src/components/ListItem/ListItem.d.ts.map +1 -0
  285. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +163 -0
  286. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -0
  287. package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts +14 -0
  288. package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts.map +1 -0
  289. package/dist/widget/ui/src/components/ListItem/index.d.ts +3 -0
  290. package/dist/widget/ui/src/components/ListItem/index.d.ts.map +1 -0
  291. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.d.ts +5 -0
  292. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.d.ts.map +1 -0
  293. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +164 -0
  294. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -0
  295. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.types.d.ts +9 -0
  296. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.types.d.ts.map +1 -0
  297. package/dist/widget/ui/src/components/ListItemButton/index.d.ts +3 -0
  298. package/dist/widget/ui/src/components/ListItemButton/index.d.ts.map +1 -0
  299. package/dist/widget/ui/src/components/Logo/Logo.d.ts +4 -0
  300. package/dist/widget/ui/src/components/Logo/Logo.d.ts.map +1 -0
  301. package/dist/widget/ui/src/components/Logo/index.d.ts +2 -0
  302. package/dist/widget/ui/src/components/Logo/index.d.ts.map +1 -0
  303. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.d.ts +5 -0
  304. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.d.ts.map +1 -0
  305. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +162 -0
  306. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -0
  307. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.types.d.ts +11 -0
  308. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.types.d.ts.map +1 -0
  309. package/dist/widget/ui/src/components/MessageBox/DefaultMessageBox.d.ts +5 -0
  310. package/dist/widget/ui/src/components/MessageBox/DefaultMessageBox.d.ts.map +1 -0
  311. package/dist/widget/ui/src/components/MessageBox/MessageBox.d.ts +3 -0
  312. package/dist/widget/ui/src/components/MessageBox/MessageBox.d.ts.map +1 -0
  313. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +483 -0
  314. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -0
  315. package/dist/widget/ui/src/components/MessageBox/MessageBox.types.d.ts +14 -0
  316. package/dist/widget/ui/src/components/MessageBox/MessageBox.types.d.ts.map +1 -0
  317. package/dist/widget/ui/src/components/MessageBox/StatusIcon.d.ts +5 -0
  318. package/dist/widget/ui/src/components/MessageBox/StatusIcon.d.ts.map +1 -0
  319. package/dist/widget/ui/src/components/MessageBox/index.d.ts +3 -0
  320. package/dist/widget/ui/src/components/MessageBox/index.d.ts.map +1 -0
  321. package/dist/widget/ui/src/components/Modal/Modal.d.ts +5 -0
  322. package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -0
  323. package/dist/widget/ui/src/components/Modal/Modal.helpers.d.ts +2 -0
  324. package/dist/widget/ui/src/components/Modal/Modal.helpers.d.ts.map +1 -0
  325. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +968 -0
  326. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -0
  327. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts +29 -0
  328. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts.map +1 -0
  329. package/dist/widget/ui/src/components/Modal/index.d.ts +4 -0
  330. package/dist/widget/ui/src/components/Modal/index.d.ts.map +1 -0
  331. package/dist/widget/ui/src/components/NotFound/NotFound.d.ts +4 -0
  332. package/dist/widget/ui/src/components/NotFound/NotFound.d.ts.map +1 -0
  333. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +161 -0
  334. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -0
  335. package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts +9 -0
  336. package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts.map +1 -0
  337. package/dist/widget/ui/src/components/NotFound/index.d.ts +3 -0
  338. package/dist/widget/ui/src/components/NotFound/index.d.ts.map +1 -0
  339. package/dist/widget/ui/src/components/Popover/Popover.d.ts +6 -0
  340. package/dist/widget/ui/src/components/Popover/Popover.d.ts.map +1 -0
  341. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +322 -0
  342. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -0
  343. package/dist/widget/ui/src/components/Popover/Popover.types.d.ts +24 -0
  344. package/dist/widget/ui/src/components/Popover/Popover.types.d.ts.map +1 -0
  345. package/dist/widget/ui/src/components/Popover/index.d.ts +3 -0
  346. package/dist/widget/ui/src/components/Popover/index.d.ts.map +1 -0
  347. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts +4 -0
  348. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts.map +1 -0
  349. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +324 -0
  350. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -0
  351. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts +19 -0
  352. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts.map +1 -0
  353. package/dist/widget/ui/src/components/PriceImpact/index.d.ts +3 -0
  354. package/dist/widget/ui/src/components/PriceImpact/index.d.ts.map +1 -0
  355. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts +4 -0
  356. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts.map +1 -0
  357. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +641 -0
  358. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -0
  359. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts +11 -0
  360. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts.map +1 -0
  361. package/dist/widget/ui/src/components/QuoteCost/index.d.ts +2 -0
  362. package/dist/widget/ui/src/components/QuoteCost/index.d.ts.map +1 -0
  363. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.d.ts +4 -0
  364. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.d.ts.map +1 -0
  365. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts +323 -0
  366. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts.map +1 -0
  367. package/dist/widget/ui/src/components/QuoteTag/index.d.ts +2 -0
  368. package/dist/widget/ui/src/components/QuoteTag/index.d.ts.map +1 -0
  369. package/dist/widget/ui/src/components/Radio/Radio.d.ts +4 -0
  370. package/dist/widget/ui/src/components/Radio/Radio.d.ts.map +1 -0
  371. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +322 -0
  372. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -0
  373. package/dist/widget/ui/src/components/Radio/Radio.types.d.ts +4 -0
  374. package/dist/widget/ui/src/components/Radio/Radio.types.d.ts.map +1 -0
  375. package/dist/widget/ui/src/components/Radio/index.d.ts +3 -0
  376. package/dist/widget/ui/src/components/Radio/index.d.ts.map +1 -0
  377. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.d.ts +4 -0
  378. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.d.ts.map +1 -0
  379. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +644 -0
  380. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -0
  381. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.types.d.ts +13 -0
  382. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.types.d.ts.map +1 -0
  383. package/dist/widget/ui/src/components/RadioGroup/index.d.ts +4 -0
  384. package/dist/widget/ui/src/components/RadioGroup/index.d.ts.map +1 -0
  385. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.d.ts +7 -0
  386. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.d.ts.map +1 -0
  387. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts +323 -0
  388. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts.map +1 -0
  389. package/dist/widget/ui/src/components/RefreshProgressButton/index.d.ts +2 -0
  390. package/dist/widget/ui/src/components/RefreshProgressButton/index.d.ts.map +1 -0
  391. package/dist/widget/ui/src/components/Select/Select.d.ts +4 -0
  392. package/dist/widget/ui/src/components/Select/Select.d.ts.map +1 -0
  393. package/dist/widget/ui/src/components/Select/Select.styles.d.ts +486 -0
  394. package/dist/widget/ui/src/components/Select/Select.styles.d.ts.map +1 -0
  395. package/dist/widget/ui/src/components/Select/Select.types.d.ts +19 -0
  396. package/dist/widget/ui/src/components/Select/Select.types.d.ts.map +1 -0
  397. package/dist/widget/ui/src/components/Select/index.d.ts +3 -0
  398. package/dist/widget/ui/src/components/Select/index.d.ts.map +1 -0
  399. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts +4 -0
  400. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +1 -0
  401. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +18 -0
  402. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +1 -0
  403. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +481 -0
  404. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -0
  405. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts +15 -0
  406. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts.map +1 -0
  407. package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts +5 -0
  408. package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts.map +1 -0
  409. package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts +4 -0
  410. package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts.map +1 -0
  411. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +164 -0
  412. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -0
  413. package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts +18 -0
  414. package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts.map +1 -0
  415. package/dist/widget/ui/src/components/Skeleton/index.d.ts +3 -0
  416. package/dist/widget/ui/src/components/Skeleton/index.d.ts.map +1 -0
  417. package/dist/widget/ui/src/components/Spinner/Spinner.d.ts +4 -0
  418. package/dist/widget/ui/src/components/Spinner/Spinner.d.ts.map +1 -0
  419. package/dist/widget/ui/src/components/Spinner/Spinner.styles.d.ts +161 -0
  420. package/dist/widget/ui/src/components/Spinner/Spinner.styles.d.ts.map +1 -0
  421. package/dist/widget/ui/src/components/Spinner/Spinner.types.d.ts +8 -0
  422. package/dist/widget/ui/src/components/Spinner/Spinner.types.d.ts.map +1 -0
  423. package/dist/widget/ui/src/components/Spinner/index.d.ts +3 -0
  424. package/dist/widget/ui/src/components/Spinner/index.d.ts.map +1 -0
  425. package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts +4 -0
  426. package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -0
  427. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +1305 -0
  428. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -0
  429. package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts +41 -0
  430. package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts.map +1 -0
  431. package/dist/widget/ui/src/components/StepDetails/index.d.ts +3 -0
  432. package/dist/widget/ui/src/components/StepDetails/index.d.ts.map +1 -0
  433. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.d.ts +4 -0
  434. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.d.ts.map +1 -0
  435. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +163 -0
  436. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -0
  437. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts +8 -0
  438. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts.map +1 -0
  439. package/dist/widget/ui/src/components/SvgIcon/index.d.ts +3 -0
  440. package/dist/widget/ui/src/components/SvgIcon/index.d.ts.map +1 -0
  441. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts +5 -0
  442. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts.map +1 -0
  443. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.helpers.d.ts +4 -0
  444. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.helpers.d.ts.map +1 -0
  445. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +961 -0
  446. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -0
  447. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts +47 -0
  448. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts.map +1 -0
  449. package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts +4 -0
  450. package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts.map +1 -0
  451. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +1927 -0
  452. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -0
  453. package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts +10 -0
  454. package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts.map +1 -0
  455. package/dist/widget/ui/src/components/SwapListItem/index.d.ts +3 -0
  456. package/dist/widget/ui/src/components/SwapListItem/index.d.ts.map +1 -0
  457. package/dist/widget/ui/src/components/Switch/Switch.d.ts +4 -0
  458. package/dist/widget/ui/src/components/Switch/Switch.d.ts.map +1 -0
  459. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +322 -0
  460. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -0
  461. package/dist/widget/ui/src/components/Switch/Switch.types.d.ts +5 -0
  462. package/dist/widget/ui/src/components/Switch/Switch.types.d.ts.map +1 -0
  463. package/dist/widget/ui/src/components/Switch/index.d.ts +3 -0
  464. package/dist/widget/ui/src/components/Switch/index.d.ts.map +1 -0
  465. package/dist/widget/ui/src/components/Tabs/Tabs.d.ts +4 -0
  466. package/dist/widget/ui/src/components/Tabs/Tabs.d.ts.map +1 -0
  467. package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts +1744 -0
  468. package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts.map +1 -0
  469. package/dist/widget/ui/src/components/Tabs/Tabs.types.d.ts +31 -0
  470. package/dist/widget/ui/src/components/Tabs/Tabs.types.d.ts.map +1 -0
  471. package/dist/widget/ui/src/components/Tabs/index.d.ts +3 -0
  472. package/dist/widget/ui/src/components/Tabs/index.d.ts.map +1 -0
  473. package/dist/widget/ui/src/components/TextField/TextField.d.ts +17 -0
  474. package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -0
  475. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +492 -0
  476. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -0
  477. package/dist/widget/ui/src/components/TextField/TextField.types.d.ts +22 -0
  478. package/dist/widget/ui/src/components/TextField/TextField.types.d.ts.map +1 -0
  479. package/dist/widget/ui/src/components/TextField/index.d.ts +3 -0
  480. package/dist/widget/ui/src/components/TextField/index.d.ts.map +1 -0
  481. package/dist/widget/ui/src/components/Toast/Toast.Provider.d.ts +6 -0
  482. package/dist/widget/ui/src/components/Toast/Toast.Provider.d.ts.map +1 -0
  483. package/dist/widget/ui/src/components/Toast/Toast.d.ts +4 -0
  484. package/dist/widget/ui/src/components/Toast/Toast.d.ts.map +1 -0
  485. package/dist/widget/ui/src/components/Toast/Toast.helpers.d.ts +6 -0
  486. package/dist/widget/ui/src/components/Toast/Toast.helpers.d.ts.map +1 -0
  487. package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts +974 -0
  488. package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts.map +1 -0
  489. package/dist/widget/ui/src/components/Toast/Toast.types.d.ts +31 -0
  490. package/dist/widget/ui/src/components/Toast/Toast.types.d.ts.map +1 -0
  491. package/dist/widget/ui/src/components/Toast/index.d.ts +4 -0
  492. package/dist/widget/ui/src/components/Toast/index.d.ts.map +1 -0
  493. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts +4 -0
  494. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -0
  495. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +1771 -0
  496. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -0
  497. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts +19 -0
  498. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts.map +1 -0
  499. package/dist/widget/ui/src/components/TokenAmount/index.d.ts +2 -0
  500. package/dist/widget/ui/src/components/TokenAmount/index.d.ts.map +1 -0
  501. package/dist/widget/ui/src/components/Tooltip/NumericTooltip.d.ts +5 -0
  502. package/dist/widget/ui/src/components/Tooltip/NumericTooltip.d.ts.map +1 -0
  503. package/dist/widget/ui/src/components/Tooltip/NumericTooltip.types.d.ts +6 -0
  504. package/dist/widget/ui/src/components/Tooltip/NumericTooltip.types.d.ts.map +1 -0
  505. package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts +5 -0
  506. package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -0
  507. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +484 -0
  508. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -0
  509. package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts +22 -0
  510. package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts.map +1 -0
  511. package/dist/widget/ui/src/components/Tooltip/index.d.ts +5 -0
  512. package/dist/widget/ui/src/components/Tooltip/index.d.ts.map +1 -0
  513. package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts +163 -0
  514. package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts.map +1 -0
  515. package/dist/widget/ui/src/components/Typography/Typography.d.ts +6 -0
  516. package/dist/widget/ui/src/components/Typography/Typography.d.ts.map +1 -0
  517. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +166 -0
  518. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -0
  519. package/dist/widget/ui/src/components/Typography/Typography.types.d.ts +18 -0
  520. package/dist/widget/ui/src/components/Typography/Typography.types.d.ts.map +1 -0
  521. package/dist/widget/ui/src/components/Typography/index.d.ts +4 -0
  522. package/dist/widget/ui/src/components/Typography/index.d.ts.map +1 -0
  523. package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts +3 -0
  524. package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts.map +1 -0
  525. package/dist/widget/ui/src/components/VirtualizedList/index.d.ts +2 -0
  526. package/dist/widget/ui/src/components/VirtualizedList/index.d.ts.map +1 -0
  527. package/dist/widget/ui/src/components/Wallet/ClickableWallet.d.ts +5 -0
  528. package/dist/widget/ui/src/components/Wallet/ClickableWallet.d.ts.map +1 -0
  529. package/dist/widget/ui/src/components/Wallet/SelectableWallet.d.ts +4 -0
  530. package/dist/widget/ui/src/components/Wallet/SelectableWallet.d.ts.map +1 -0
  531. package/dist/widget/ui/src/components/Wallet/Wallet.d.ts +4 -0
  532. package/dist/widget/ui/src/components/Wallet/Wallet.d.ts.map +1 -0
  533. package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts +4 -0
  534. package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts.map +1 -0
  535. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +1126 -0
  536. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -0
  537. package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +52 -0
  538. package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -0
  539. package/dist/widget/ui/src/components/Wallet/index.d.ts +5 -0
  540. package/dist/widget/ui/src/components/Wallet/index.d.ts.map +1 -0
  541. package/dist/widget/ui/src/components/common/Image.d.ts +172 -0
  542. package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -0
  543. package/dist/widget/ui/src/components/common/index.d.ts +2 -0
  544. package/dist/widget/ui/src/components/common/index.d.ts.map +1 -0
  545. package/dist/widget/ui/src/components/common/styles.d.ts +164 -0
  546. package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -0
  547. package/dist/widget/ui/src/components/index.d.ts +48 -0
  548. package/dist/widget/ui/src/components/index.d.ts.map +1 -0
  549. package/dist/widget/ui/src/constants/index.d.ts +7 -0
  550. package/dist/widget/ui/src/constants/index.d.ts.map +1 -0
  551. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts +4 -0
  552. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts.map +1 -0
  553. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.styles.d.ts +161 -0
  554. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.styles.d.ts.map +1 -0
  555. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.types.d.ts +11 -0
  556. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.types.d.ts.map +1 -0
  557. package/dist/widget/ui/src/containers/ConnectWalletsModal/index.d.ts +3 -0
  558. package/dist/widget/ui/src/containers/ConnectWalletsModal/index.d.ts.map +1 -0
  559. package/dist/widget/ui/src/containers/Notifications/NotificationNotFound.d.ts +3 -0
  560. package/dist/widget/ui/src/containers/Notifications/NotificationNotFound.d.ts.map +1 -0
  561. package/dist/widget/ui/src/containers/Notifications/Notifications.d.ts +4 -0
  562. package/dist/widget/ui/src/containers/Notifications/Notifications.d.ts.map +1 -0
  563. package/dist/widget/ui/src/containers/Notifications/Notifications.styles.d.ts +1566 -0
  564. package/dist/widget/ui/src/containers/Notifications/Notifications.styles.d.ts.map +1 -0
  565. package/dist/widget/ui/src/containers/Notifications/Notifications.types.d.ts +24 -0
  566. package/dist/widget/ui/src/containers/Notifications/Notifications.types.d.ts.map +1 -0
  567. package/dist/widget/ui/src/containers/Notifications/index.d.ts +2 -0
  568. package/dist/widget/ui/src/containers/Notifications/index.d.ts.map +1 -0
  569. package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts +4 -0
  570. package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -0
  571. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +2220 -0
  572. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -0
  573. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +48 -0
  574. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -0
  575. package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts +4 -0
  576. package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -0
  577. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +1729 -0
  578. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -0
  579. package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts +15 -0
  580. package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts.map +1 -0
  581. package/dist/widget/ui/src/containers/SwapInput/index.d.ts +3 -0
  582. package/dist/widget/ui/src/containers/SwapInput/index.d.ts.map +1 -0
  583. package/dist/widget/ui/src/containers/Warnings/BalanceErrors.d.ts +7 -0
  584. package/dist/widget/ui/src/containers/Warnings/BalanceErrors.d.ts.map +1 -0
  585. package/dist/widget/ui/src/containers/Warnings/index.d.ts +2 -0
  586. package/dist/widget/ui/src/containers/Warnings/index.d.ts.map +1 -0
  587. package/dist/widget/ui/src/containers/index.d.ts +5 -0
  588. package/dist/widget/ui/src/containers/index.d.ts.map +1 -0
  589. package/dist/widget/ui/src/hooks/index.d.ts +3 -0
  590. package/dist/widget/ui/src/hooks/index.d.ts.map +1 -0
  591. package/dist/widget/ui/src/hooks/useCopyToClipboard.d.ts +2 -0
  592. package/dist/widget/ui/src/hooks/useCopyToClipboard.d.ts.map +1 -0
  593. package/dist/widget/ui/src/hooks/useIsTruncated.d.ts +3 -0
  594. package/dist/widget/ui/src/hooks/useIsTruncated.d.ts.map +1 -0
  595. package/dist/widget/ui/src/icons/Add.d.ts +5 -0
  596. package/dist/widget/ui/src/icons/Add.d.ts.map +1 -0
  597. package/dist/widget/ui/src/icons/Affiliate.d.ts +5 -0
  598. package/dist/widget/ui/src/icons/Affiliate.d.ts.map +1 -0
  599. package/dist/widget/ui/src/icons/AutoTheme.d.ts +5 -0
  600. package/dist/widget/ui/src/icons/AutoTheme.d.ts.map +1 -0
  601. package/dist/widget/ui/src/icons/Autorenew.d.ts +5 -0
  602. package/dist/widget/ui/src/icons/Autorenew.d.ts.map +1 -0
  603. package/dist/widget/ui/src/icons/BorderRadius.d.ts +5 -0
  604. package/dist/widget/ui/src/icons/BorderRadius.d.ts.map +1 -0
  605. package/dist/widget/ui/src/icons/Bridges.d.ts +5 -0
  606. package/dist/widget/ui/src/icons/Bridges.d.ts.map +1 -0
  607. package/dist/widget/ui/src/icons/BugReport.d.ts +5 -0
  608. package/dist/widget/ui/src/icons/BugReport.d.ts.map +1 -0
  609. package/dist/widget/ui/src/icons/Bullhorn.d.ts +5 -0
  610. package/dist/widget/ui/src/icons/Bullhorn.d.ts.map +1 -0
  611. package/dist/widget/ui/src/icons/Calendar.d.ts +5 -0
  612. package/dist/widget/ui/src/icons/Calendar.d.ts.map +1 -0
  613. package/dist/widget/ui/src/icons/Chains.d.ts +5 -0
  614. package/dist/widget/ui/src/icons/Chains.d.ts.map +1 -0
  615. package/dist/widget/ui/src/icons/Chart.d.ts +5 -0
  616. package/dist/widget/ui/src/icons/Chart.d.ts.map +1 -0
  617. package/dist/widget/ui/src/icons/ChevronDown.d.ts +5 -0
  618. package/dist/widget/ui/src/icons/ChevronDown.d.ts.map +1 -0
  619. package/dist/widget/ui/src/icons/ChevronLeft.d.ts +5 -0
  620. package/dist/widget/ui/src/icons/ChevronLeft.d.ts.map +1 -0
  621. package/dist/widget/ui/src/icons/ChevronRight.d.ts +5 -0
  622. package/dist/widget/ui/src/icons/ChevronRight.d.ts.map +1 -0
  623. package/dist/widget/ui/src/icons/ChevronUp.d.ts +5 -0
  624. package/dist/widget/ui/src/icons/ChevronUp.d.ts.map +1 -0
  625. package/dist/widget/ui/src/icons/Close.d.ts +5 -0
  626. package/dist/widget/ui/src/icons/Close.d.ts.map +1 -0
  627. package/dist/widget/ui/src/icons/Colors.d.ts +5 -0
  628. package/dist/widget/ui/src/icons/Colors.d.ts.map +1 -0
  629. package/dist/widget/ui/src/icons/Complete.d.ts +5 -0
  630. package/dist/widget/ui/src/icons/Complete.d.ts.map +1 -0
  631. package/dist/widget/ui/src/icons/ContactUs.d.ts +5 -0
  632. package/dist/widget/ui/src/icons/ContactUs.d.ts.map +1 -0
  633. package/dist/widget/ui/src/icons/Cookie.d.ts +5 -0
  634. package/dist/widget/ui/src/icons/Cookie.d.ts.map +1 -0
  635. package/dist/widget/ui/src/icons/Copy.d.ts +5 -0
  636. package/dist/widget/ui/src/icons/Copy.d.ts.map +1 -0
  637. package/dist/widget/ui/src/icons/CosmosCategory.d.ts +5 -0
  638. package/dist/widget/ui/src/icons/CosmosCategory.d.ts.map +1 -0
  639. package/dist/widget/ui/src/icons/CreditCard.d.ts +5 -0
  640. package/dist/widget/ui/src/icons/CreditCard.d.ts.map +1 -0
  641. package/dist/widget/ui/src/icons/CustomColors.d.ts +5 -0
  642. package/dist/widget/ui/src/icons/CustomColors.d.ts.map +1 -0
  643. package/dist/widget/ui/src/icons/CustomTokensZeroState.d.ts +5 -0
  644. package/dist/widget/ui/src/icons/CustomTokensZeroState.d.ts.map +1 -0
  645. package/dist/widget/ui/src/icons/CustomTokensZeroStateDark.d.ts +5 -0
  646. package/dist/widget/ui/src/icons/CustomTokensZeroStateDark.d.ts.map +1 -0
  647. package/dist/widget/ui/src/icons/CustomerSupport.d.ts +5 -0
  648. package/dist/widget/ui/src/icons/CustomerSupport.d.ts.map +1 -0
  649. package/dist/widget/ui/src/icons/DarkMode.d.ts +5 -0
  650. package/dist/widget/ui/src/icons/DarkMode.d.ts.map +1 -0
  651. package/dist/widget/ui/src/icons/Delete.d.ts +5 -0
  652. package/dist/widget/ui/src/icons/Delete.d.ts.map +1 -0
  653. package/dist/widget/ui/src/icons/Desktop.d.ts +5 -0
  654. package/dist/widget/ui/src/icons/Desktop.d.ts.map +1 -0
  655. package/dist/widget/ui/src/icons/Disconnect.d.ts +5 -0
  656. package/dist/widget/ui/src/icons/Disconnect.d.ts.map +1 -0
  657. package/dist/widget/ui/src/icons/Discord.d.ts +5 -0
  658. package/dist/widget/ui/src/icons/Discord.d.ts.map +1 -0
  659. package/dist/widget/ui/src/icons/Document.d.ts +5 -0
  660. package/dist/widget/ui/src/icons/Document.d.ts.map +1 -0
  661. package/dist/widget/ui/src/icons/Documentation.d.ts +5 -0
  662. package/dist/widget/ui/src/icons/Documentation.d.ts.map +1 -0
  663. package/dist/widget/ui/src/icons/Done.d.ts +5 -0
  664. package/dist/widget/ui/src/icons/Done.d.ts.map +1 -0
  665. package/dist/widget/ui/src/icons/Error.d.ts +5 -0
  666. package/dist/widget/ui/src/icons/Error.d.ts.map +1 -0
  667. package/dist/widget/ui/src/icons/EvmCategory.d.ts +5 -0
  668. package/dist/widget/ui/src/icons/EvmCategory.d.ts.map +1 -0
  669. package/dist/widget/ui/src/icons/Exchange.d.ts +5 -0
  670. package/dist/widget/ui/src/icons/Exchange.d.ts.map +1 -0
  671. package/dist/widget/ui/src/icons/Exit.d.ts +5 -0
  672. package/dist/widget/ui/src/icons/Exit.d.ts.map +1 -0
  673. package/dist/widget/ui/src/icons/Explorer.d.ts +5 -0
  674. package/dist/widget/ui/src/icons/Explorer.d.ts.map +1 -0
  675. package/dist/widget/ui/src/icons/ExternalLink.d.ts +5 -0
  676. package/dist/widget/ui/src/icons/ExternalLink.d.ts.map +1 -0
  677. package/dist/widget/ui/src/icons/FeatureList.d.ts +5 -0
  678. package/dist/widget/ui/src/icons/FeatureList.d.ts.map +1 -0
  679. package/dist/widget/ui/src/icons/Filter.d.ts +5 -0
  680. package/dist/widget/ui/src/icons/Filter.d.ts.map +1 -0
  681. package/dist/widget/ui/src/icons/First.d.ts +5 -0
  682. package/dist/widget/ui/src/icons/First.d.ts.map +1 -0
  683. package/dist/widget/ui/src/icons/Font.d.ts +5 -0
  684. package/dist/widget/ui/src/icons/Font.d.ts.map +1 -0
  685. package/dist/widget/ui/src/icons/Gas.d.ts +5 -0
  686. package/dist/widget/ui/src/icons/Gas.d.ts.map +1 -0
  687. package/dist/widget/ui/src/icons/GasStation.d.ts +5 -0
  688. package/dist/widget/ui/src/icons/GasStation.d.ts.map +1 -0
  689. package/dist/widget/ui/src/icons/Height.d.ts +5 -0
  690. package/dist/widget/ui/src/icons/Height.d.ts.map +1 -0
  691. package/dist/widget/ui/src/icons/Hide.d.ts +5 -0
  692. package/dist/widget/ui/src/icons/Hide.d.ts.map +1 -0
  693. package/dist/widget/ui/src/icons/InProgress.d.ts +5 -0
  694. package/dist/widget/ui/src/icons/InProgress.d.ts.map +1 -0
  695. package/dist/widget/ui/src/icons/Infinity.d.ts +5 -0
  696. package/dist/widget/ui/src/icons/Infinity.d.ts.map +1 -0
  697. package/dist/widget/ui/src/icons/Info.d.ts +5 -0
  698. package/dist/widget/ui/src/icons/Info.d.ts.map +1 -0
  699. package/dist/widget/ui/src/icons/InfoError.d.ts +5 -0
  700. package/dist/widget/ui/src/icons/InfoError.d.ts.map +1 -0
  701. package/dist/widget/ui/src/icons/Key.d.ts +5 -0
  702. package/dist/widget/ui/src/icons/Key.d.ts.map +1 -0
  703. package/dist/widget/ui/src/icons/Language.d.ts +5 -0
  704. package/dist/widget/ui/src/icons/Language.d.ts.map +1 -0
  705. package/dist/widget/ui/src/icons/Last.d.ts +5 -0
  706. package/dist/widget/ui/src/icons/Last.d.ts.map +1 -0
  707. package/dist/widget/ui/src/icons/Legacy.d.ts +5 -0
  708. package/dist/widget/ui/src/icons/Legacy.d.ts.map +1 -0
  709. package/dist/widget/ui/src/icons/LightMode.d.ts +5 -0
  710. package/dist/widget/ui/src/icons/LightMode.d.ts.map +1 -0
  711. package/dist/widget/ui/src/icons/Link.d.ts +5 -0
  712. package/dist/widget/ui/src/icons/Link.d.ts.map +1 -0
  713. package/dist/widget/ui/src/icons/Loading.d.ts +5 -0
  714. package/dist/widget/ui/src/icons/Loading.d.ts.map +1 -0
  715. package/dist/widget/ui/src/icons/Login.d.ts +5 -0
  716. package/dist/widget/ui/src/icons/Login.d.ts.map +1 -0
  717. package/dist/widget/ui/src/icons/LogoWithText.d.ts +5 -0
  718. package/dist/widget/ui/src/icons/LogoWithText.d.ts.map +1 -0
  719. package/dist/widget/ui/src/icons/Logout.d.ts +5 -0
  720. package/dist/widget/ui/src/icons/Logout.d.ts.map +1 -0
  721. package/dist/widget/ui/src/icons/Medium.d.ts +5 -0
  722. package/dist/widget/ui/src/icons/Medium.d.ts.map +1 -0
  723. package/dist/widget/ui/src/icons/Menu.d.ts +5 -0
  724. package/dist/widget/ui/src/icons/Menu.d.ts.map +1 -0
  725. package/dist/widget/ui/src/icons/MoneyBag.d.ts +5 -0
  726. package/dist/widget/ui/src/icons/MoneyBag.d.ts.map +1 -0
  727. package/dist/widget/ui/src/icons/More.d.ts +5 -0
  728. package/dist/widget/ui/src/icons/More.d.ts.map +1 -0
  729. package/dist/widget/ui/src/icons/Next.d.ts +5 -0
  730. package/dist/widget/ui/src/icons/Next.d.ts.map +1 -0
  731. package/dist/widget/ui/src/icons/NoNotification.d.ts +5 -0
  732. package/dist/widget/ui/src/icons/NoNotification.d.ts.map +1 -0
  733. package/dist/widget/ui/src/icons/NoRoute.d.ts +5 -0
  734. package/dist/widget/ui/src/icons/NoRoute.d.ts.map +1 -0
  735. package/dist/widget/ui/src/icons/NotificationNumber.d.ts +5 -0
  736. package/dist/widget/ui/src/icons/NotificationNumber.d.ts.map +1 -0
  737. package/dist/widget/ui/src/icons/Notifications.d.ts +5 -0
  738. package/dist/widget/ui/src/icons/Notifications.d.ts.map +1 -0
  739. package/dist/widget/ui/src/icons/Number.d.ts +5 -0
  740. package/dist/widget/ui/src/icons/Number.d.ts.map +1 -0
  741. package/dist/widget/ui/src/icons/NumberBlocks.d.ts +5 -0
  742. package/dist/widget/ui/src/icons/NumberBlocks.d.ts.map +1 -0
  743. package/dist/widget/ui/src/icons/OtherCategory.d.ts +5 -0
  744. package/dist/widget/ui/src/icons/OtherCategory.d.ts.map +1 -0
  745. package/dist/widget/ui/src/icons/Paste.d.ts +5 -0
  746. package/dist/widget/ui/src/icons/Paste.d.ts.map +1 -0
  747. package/dist/widget/ui/src/icons/Pencil.d.ts +5 -0
  748. package/dist/widget/ui/src/icons/Pencil.d.ts.map +1 -0
  749. package/dist/widget/ui/src/icons/Pin.d.ts +5 -0
  750. package/dist/widget/ui/src/icons/Pin.d.ts.map +1 -0
  751. package/dist/widget/ui/src/icons/Profile.d.ts +5 -0
  752. package/dist/widget/ui/src/icons/Profile.d.ts.map +1 -0
  753. package/dist/widget/ui/src/icons/RangoExplorer.d.ts +5 -0
  754. package/dist/widget/ui/src/icons/RangoExplorer.d.ts.map +1 -0
  755. package/dist/widget/ui/src/icons/Rank.d.ts +5 -0
  756. package/dist/widget/ui/src/icons/Rank.d.ts.map +1 -0
  757. package/dist/widget/ui/src/icons/Refresh.d.ts +5 -0
  758. package/dist/widget/ui/src/icons/Refresh.d.ts.map +1 -0
  759. package/dist/widget/ui/src/icons/Report.d.ts +5 -0
  760. package/dist/widget/ui/src/icons/Report.d.ts.map +1 -0
  761. package/dist/widget/ui/src/icons/Request.d.ts +5 -0
  762. package/dist/widget/ui/src/icons/Request.d.ts.map +1 -0
  763. package/dist/widget/ui/src/icons/Reverse.d.ts +5 -0
  764. package/dist/widget/ui/src/icons/Reverse.d.ts.map +1 -0
  765. package/dist/widget/ui/src/icons/ReverseHorizontal.d.ts +5 -0
  766. package/dist/widget/ui/src/icons/ReverseHorizontal.d.ts.map +1 -0
  767. package/dist/widget/ui/src/icons/Route.d.ts +5 -0
  768. package/dist/widget/ui/src/icons/Route.d.ts.map +1 -0
  769. package/dist/widget/ui/src/icons/Scanner.d.ts +5 -0
  770. package/dist/widget/ui/src/icons/Scanner.d.ts.map +1 -0
  771. package/dist/widget/ui/src/icons/Score.d.ts +5 -0
  772. package/dist/widget/ui/src/icons/Score.d.ts.map +1 -0
  773. package/dist/widget/ui/src/icons/Search.d.ts +5 -0
  774. package/dist/widget/ui/src/icons/Search.d.ts.map +1 -0
  775. package/dist/widget/ui/src/icons/Settings.d.ts +5 -0
  776. package/dist/widget/ui/src/icons/Settings.d.ts.map +1 -0
  777. package/dist/widget/ui/src/icons/Share.d.ts +5 -0
  778. package/dist/widget/ui/src/icons/Share.d.ts.map +1 -0
  779. package/dist/widget/ui/src/icons/Show.d.ts +5 -0
  780. package/dist/widget/ui/src/icons/Show.d.ts.map +1 -0
  781. package/dist/widget/ui/src/icons/Slippage.d.ts +5 -0
  782. package/dist/widget/ui/src/icons/Slippage.d.ts.map +1 -0
  783. package/dist/widget/ui/src/icons/Stats.d.ts +5 -0
  784. package/dist/widget/ui/src/icons/Stats.d.ts.map +1 -0
  785. package/dist/widget/ui/src/icons/Style.d.ts +5 -0
  786. package/dist/widget/ui/src/icons/Style.d.ts.map +1 -0
  787. package/dist/widget/ui/src/icons/Support.d.ts +5 -0
  788. package/dist/widget/ui/src/icons/Support.d.ts.map +1 -0
  789. package/dist/widget/ui/src/icons/Swap.d.ts +5 -0
  790. package/dist/widget/ui/src/icons/Swap.d.ts.map +1 -0
  791. package/dist/widget/ui/src/icons/Target.d.ts +5 -0
  792. package/dist/widget/ui/src/icons/Target.d.ts.map +1 -0
  793. package/dist/widget/ui/src/icons/Telegram.d.ts +5 -0
  794. package/dist/widget/ui/src/icons/Telegram.d.ts.map +1 -0
  795. package/dist/widget/ui/src/icons/Time.d.ts +5 -0
  796. package/dist/widget/ui/src/icons/Time.d.ts.map +1 -0
  797. package/dist/widget/ui/src/icons/Transaction.d.ts +5 -0
  798. package/dist/widget/ui/src/icons/Transaction.d.ts.map +1 -0
  799. package/dist/widget/ui/src/icons/Trophy.d.ts +5 -0
  800. package/dist/widget/ui/src/icons/Trophy.d.ts.map +1 -0
  801. package/dist/widget/ui/src/icons/Tune.d.ts +5 -0
  802. package/dist/widget/ui/src/icons/Tune.d.ts.map +1 -0
  803. package/dist/widget/ui/src/icons/UtxoCategory.d.ts +5 -0
  804. package/dist/widget/ui/src/icons/UtxoCategory.d.ts.map +1 -0
  805. package/dist/widget/ui/src/icons/Volume.d.ts +5 -0
  806. package/dist/widget/ui/src/icons/Volume.d.ts.map +1 -0
  807. package/dist/widget/ui/src/icons/Wallet.d.ts +5 -0
  808. package/dist/widget/ui/src/icons/Wallet.d.ts.map +1 -0
  809. package/dist/widget/ui/src/icons/Warning.d.ts +5 -0
  810. package/dist/widget/ui/src/icons/Warning.d.ts.map +1 -0
  811. package/dist/widget/ui/src/icons/Widget.d.ts +5 -0
  812. package/dist/widget/ui/src/icons/Widget.d.ts.map +1 -0
  813. package/dist/widget/ui/src/icons/Width.d.ts +5 -0
  814. package/dist/widget/ui/src/icons/Width.d.ts.map +1 -0
  815. package/dist/widget/ui/src/icons/X.d.ts +5 -0
  816. package/dist/widget/ui/src/icons/X.d.ts.map +1 -0
  817. package/dist/widget/ui/src/icons/index.d.ts +112 -0
  818. package/dist/widget/ui/src/icons/index.d.ts.map +1 -0
  819. package/dist/widget/ui/src/index.d.ts +8 -0
  820. package/dist/widget/ui/src/index.d.ts.map +1 -0
  821. package/dist/widget/ui/src/theme.d.ts +1672 -0
  822. package/dist/widget/ui/src/theme.d.ts.map +1 -0
  823. package/dist/widget/ui/src/types/index.d.ts +3 -0
  824. package/dist/widget/ui/src/types/index.d.ts.map +1 -0
  825. package/dist/widget/ui/src/types/swaps.d.ts +4 -0
  826. package/dist/widget/ui/src/types/swaps.d.ts.map +1 -0
  827. package/dist/widget/ui/src/types/wallet.d.ts +25 -0
  828. package/dist/widget/ui/src/types/wallet.d.ts.map +1 -0
  829. package/package.json +65 -0
  830. package/readme.md +8 -0
  831. package/src/components/Alert/Alert.helpers.ts +28 -0
  832. package/src/components/Alert/Alert.icon.tsx +28 -0
  833. package/src/components/Alert/Alert.styles.ts +172 -0
  834. package/src/components/Alert/Alert.tsx +71 -0
  835. package/src/components/Alert/Alert.types.ts +16 -0
  836. package/src/components/Alert/index.ts +2 -0
  837. package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +45 -0
  838. package/src/components/BlockchainsChip/BlockchainsChip.tsx +15 -0
  839. package/src/components/BlockchainsChip/BlockchainsChip.types.ts +5 -0
  840. package/src/components/BlockchainsChip/index.ts +1 -0
  841. package/src/components/BottomLogo/BottomLogo.styles.ts +15 -0
  842. package/src/components/BottomLogo/BottomLogo.tsx +27 -0
  843. package/src/components/BottomLogo/index.ts +1 -0
  844. package/src/components/Button/Button.styles.tsx +564 -0
  845. package/src/components/Button/Button.tsx +52 -0
  846. package/src/components/Button/Button.types.tsx +28 -0
  847. package/src/components/Button/Ripple.tsx +82 -0
  848. package/src/components/Button/index.ts +2 -0
  849. package/src/components/ChainToken/ChainToken.constants.ts +13 -0
  850. package/src/components/ChainToken/ChainToken.styles.ts +68 -0
  851. package/src/components/ChainToken/ChainToken.tsx +84 -0
  852. package/src/components/ChainToken/ChainToken.types.ts +14 -0
  853. package/src/components/ChainToken/index.ts +2 -0
  854. package/src/components/Checkbox/Checkbox.styles.ts +47 -0
  855. package/src/components/Checkbox/Checkbox.tsx +36 -0
  856. package/src/components/Checkbox/Checkbox.types.ts +18 -0
  857. package/src/components/Checkbox/index.ts +2 -0
  858. package/src/components/Chip/Chip.styles.ts +41 -0
  859. package/src/components/Chip/Chip.tsx +23 -0
  860. package/src/components/Chip/Chip.types.ts +15 -0
  861. package/src/components/Chip/index.ts +2 -0
  862. package/src/components/Collapsible/Collapsible.styles.ts +9 -0
  863. package/src/components/Collapsible/Collapsible.tsx +21 -0
  864. package/src/components/Collapsible/Collapsible.types.ts +7 -0
  865. package/src/components/Collapsible/index.ts +2 -0
  866. package/src/components/CustomTokenWarning/CustomTokenWarning.styles.ts +30 -0
  867. package/src/components/CustomTokenWarning/CustomTokenWarning.tsx +44 -0
  868. package/src/components/CustomTokenWarning/CustomTokenWarning.types.ts +3 -0
  869. package/src/components/CustomTokenWarning/index.ts +1 -0
  870. package/src/components/Divider/Divider.styles.ts +203 -0
  871. package/src/components/Divider/Divider.tsx +15 -0
  872. package/src/components/Divider/Divider.types.ts +11 -0
  873. package/src/components/Divider/index.ts +1 -0
  874. package/src/components/Flags/Bengali.tsx +25 -0
  875. package/src/components/Flags/Catalonia.tsx +31 -0
  876. package/src/components/Flags/Chinese.tsx +28 -0
  877. package/src/components/Flags/Cyprus.tsx +32 -0
  878. package/src/components/Flags/Denmark.tsx +31 -0
  879. package/src/components/Flags/English.tsx +35 -0
  880. package/src/components/Flags/Finland.tsx +31 -0
  881. package/src/components/Flags/Flags.constants.ts +1 -0
  882. package/src/components/Flags/Flags.types.ts +3 -0
  883. package/src/components/Flags/French.tsx +26 -0
  884. package/src/components/Flags/German.tsx +26 -0
  885. package/src/components/Flags/Greece.tsx +31 -0
  886. package/src/components/Flags/Hindi.tsx +29 -0
  887. package/src/components/Flags/Hungary.tsx +29 -0
  888. package/src/components/Flags/India.tsx +29 -0
  889. package/src/components/Flags/Indonesian.tsx +25 -0
  890. package/src/components/Flags/Italian.tsx +26 -0
  891. package/src/components/Flags/Japanese.tsx +25 -0
  892. package/src/components/Flags/Korea.tsx +32 -0
  893. package/src/components/Flags/Lithuania.tsx +29 -0
  894. package/src/components/Flags/Malay.tsx +29 -0
  895. package/src/components/Flags/Netherlands.tsx +29 -0
  896. package/src/components/Flags/Pakistan.tsx +29 -0
  897. package/src/components/Flags/Philippines.tsx +30 -0
  898. package/src/components/Flags/Poland.tsx +25 -0
  899. package/src/components/Flags/Portuguese.tsx +34 -0
  900. package/src/components/Flags/Russian.tsx +26 -0
  901. package/src/components/Flags/SaudiArabia.tsx +29 -0
  902. package/src/components/Flags/Serbia.tsx +41 -0
  903. package/src/components/Flags/Slovakia.tsx +42 -0
  904. package/src/components/Flags/SouthAfrica.tsx +35 -0
  905. package/src/components/Flags/Spanish.tsx +85 -0
  906. package/src/components/Flags/Swahili.tsx +46 -0
  907. package/src/components/Flags/Swedish.tsx +31 -0
  908. package/src/components/Flags/Thai.tsx +32 -0
  909. package/src/components/Flags/Turkish.tsx +28 -0
  910. package/src/components/Flags/Ukrainian.tsx +25 -0
  911. package/src/components/Flags/Vietnamese.tsx +28 -0
  912. package/src/components/Flags/index.ts +77 -0
  913. package/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.tsx +65 -0
  914. package/src/components/FullExpandedQuote/FullExpandedQuote.TokenSection.tsx +61 -0
  915. package/src/components/FullExpandedQuote/FullExpandedQuote.Tooltip.tsx +101 -0
  916. package/src/components/FullExpandedQuote/FullExpandedQuote.helpers.ts +32 -0
  917. package/src/components/FullExpandedQuote/FullExpandedQuote.styles.ts +315 -0
  918. package/src/components/FullExpandedQuote/FullExpandedQuote.tsx +288 -0
  919. package/src/components/FullExpandedQuote/FullExpandedQuote.types.ts +58 -0
  920. package/src/components/FullExpandedQuote/index.ts +1 -0
  921. package/src/components/Header/Header.constants.ts +1 -0
  922. package/src/components/Header/Header.styles.ts +91 -0
  923. package/src/components/Header/Header.tsx +49 -0
  924. package/src/components/Header/Header.types.ts +5 -0
  925. package/src/components/Header/index.ts +2 -0
  926. package/src/components/I18nManager/I18nManager.tsx +113 -0
  927. package/src/components/I18nManager/index.ts +2 -0
  928. package/src/components/IconButton/IconButton.tsx +34 -0
  929. package/src/components/IconButton/IconButton.types.ts +14 -0
  930. package/src/components/IconButton/index.ts +2 -0
  931. package/src/components/List/List.styles.tsx +7 -0
  932. package/src/components/List/List.tsx +29 -0
  933. package/src/components/List/List.types.ts +13 -0
  934. package/src/components/List/index.ts +2 -0
  935. package/src/components/ListItem/ListItem.styles.ts +62 -0
  936. package/src/components/ListItem/ListItem.tsx +29 -0
  937. package/src/components/ListItem/ListItem.types.ts +13 -0
  938. package/src/components/ListItem/index.ts +2 -0
  939. package/src/components/ListItemButton/ListItemButton.styles.ts +36 -0
  940. package/src/components/ListItemButton/ListItemButton.tsx +31 -0
  941. package/src/components/ListItemButton/ListItemButton.types.ts +9 -0
  942. package/src/components/ListItemButton/index.ts +2 -0
  943. package/src/components/Logo/Logo.tsx +35 -0
  944. package/src/components/Logo/index.tsx +1 -0
  945. package/src/components/MessageBox/CollapsibleMessageBox.styles.tsx +33 -0
  946. package/src/components/MessageBox/CollapsibleMessageBox.tsx +38 -0
  947. package/src/components/MessageBox/CollapsibleMessageBox.types.tsx +11 -0
  948. package/src/components/MessageBox/DefaultMessageBox.tsx +45 -0
  949. package/src/components/MessageBox/MessageBox.styles.tsx +61 -0
  950. package/src/components/MessageBox/MessageBox.tsx +2 -0
  951. package/src/components/MessageBox/MessageBox.types.tsx +14 -0
  952. package/src/components/MessageBox/StatusIcon.tsx +28 -0
  953. package/src/components/MessageBox/index.ts +2 -0
  954. package/src/components/Modal/Modal.helpers.ts +4 -0
  955. package/src/components/Modal/Modal.styles.ts +128 -0
  956. package/src/components/Modal/Modal.tsx +163 -0
  957. package/src/components/Modal/Modal.types.ts +29 -0
  958. package/src/components/Modal/index.ts +3 -0
  959. package/src/components/NotFound/NotFound.styles.ts +15 -0
  960. package/src/components/NotFound/NotFound.tsx +29 -0
  961. package/src/components/NotFound/NotFound.types.ts +9 -0
  962. package/src/components/NotFound/index.tsx +2 -0
  963. package/src/components/Popover/Popover.styles.ts +22 -0
  964. package/src/components/Popover/Popover.tsx +61 -0
  965. package/src/components/Popover/Popover.types.ts +30 -0
  966. package/src/components/Popover/index.ts +2 -0
  967. package/src/components/PriceImpact/PriceImpact.styles.ts +43 -0
  968. package/src/components/PriceImpact/PriceImpact.tsx +72 -0
  969. package/src/components/PriceImpact/PriceImpact.types.ts +20 -0
  970. package/src/components/PriceImpact/index.ts +5 -0
  971. package/src/components/QuoteCost/QuoteCost.styles.ts +57 -0
  972. package/src/components/QuoteCost/QuoteCost.tsx +76 -0
  973. package/src/components/QuoteCost/QuoteCost.types.ts +10 -0
  974. package/src/components/QuoteCost/index.ts +1 -0
  975. package/src/components/QuoteTag/QuoteTag.styles.ts +44 -0
  976. package/src/components/QuoteTag/QuoteTag.tsx +19 -0
  977. package/src/components/QuoteTag/index.ts +1 -0
  978. package/src/components/Radio/Radio.styles.tsx +42 -0
  979. package/src/components/Radio/Radio.tsx +14 -0
  980. package/src/components/Radio/Radio.types.tsx +3 -0
  981. package/src/components/Radio/index.ts +2 -0
  982. package/src/components/RadioGroup/RadioGroup.styles.tsx +38 -0
  983. package/src/components/RadioGroup/RadioGroup.tsx +37 -0
  984. package/src/components/RadioGroup/RadioGroup.types.tsx +13 -0
  985. package/src/components/RadioGroup/index.ts +3 -0
  986. package/src/components/RefreshProgressButton/RefreshProgressButton.styles.ts +28 -0
  987. package/src/components/RefreshProgressButton/RefreshProgressButton.tsx +70 -0
  988. package/src/components/RefreshProgressButton/index.ts +1 -0
  989. package/src/components/Select/Select.styles.ts +96 -0
  990. package/src/components/Select/Select.tsx +99 -0
  991. package/src/components/Select/Select.types.ts +20 -0
  992. package/src/components/Select/index.ts +2 -0
  993. package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +62 -0
  994. package/src/components/SelectableCategoryList/SelectableCategoryList.styles.ts +21 -0
  995. package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +80 -0
  996. package/src/components/SelectableCategoryList/SelectableCategoryList.types.ts +16 -0
  997. package/src/components/SelectableCategoryList/index.ts +4 -0
  998. package/src/components/Skeleton/Skeleton.styles.ts +66 -0
  999. package/src/components/Skeleton/Skeleton.tsx +17 -0
  1000. package/src/components/Skeleton/Skeleton.types.ts +20 -0
  1001. package/src/components/Skeleton/index.ts +2 -0
  1002. package/src/components/Spinner/Spinner.styles.ts +15 -0
  1003. package/src/components/Spinner/Spinner.tsx +16 -0
  1004. package/src/components/Spinner/Spinner.types.ts +9 -0
  1005. package/src/components/Spinner/index.ts +2 -0
  1006. package/src/components/StepDetails/StepDetails.styles.ts +180 -0
  1007. package/src/components/StepDetails/StepDetails.tsx +215 -0
  1008. package/src/components/StepDetails/StepDetails.types.ts +44 -0
  1009. package/src/components/StepDetails/index.ts +2 -0
  1010. package/src/components/SvgIcon/SvgIcon.style.ts +35 -0
  1011. package/src/components/SvgIcon/SvgIcon.tsx +22 -0
  1012. package/src/components/SvgIcon/SvgIcon.types.ts +16 -0
  1013. package/src/components/SvgIcon/index.ts +5 -0
  1014. package/src/components/SwapListItem/SwapListItem.helpers.ts +51 -0
  1015. package/src/components/SwapListItem/SwapListItem.styles.ts +74 -0
  1016. package/src/components/SwapListItem/SwapListItem.tsx +72 -0
  1017. package/src/components/SwapListItem/SwapListItem.types.ts +53 -0
  1018. package/src/components/SwapListItem/SwapToken.styles.ts +91 -0
  1019. package/src/components/SwapListItem/SwapToken.tsx +223 -0
  1020. package/src/components/SwapListItem/SwapToken.types.ts +15 -0
  1021. package/src/components/SwapListItem/index.ts +5 -0
  1022. package/src/components/Switch/Switch.styles.tsx +55 -0
  1023. package/src/components/Switch/Switch.tsx +14 -0
  1024. package/src/components/Switch/Switch.types.tsx +4 -0
  1025. package/src/components/Switch/index.ts +2 -0
  1026. package/src/components/Tabs/Tabs.styles.tsx +239 -0
  1027. package/src/components/Tabs/Tabs.tsx +221 -0
  1028. package/src/components/Tabs/Tabs.types.tsx +34 -0
  1029. package/src/components/Tabs/index.ts +2 -0
  1030. package/src/components/TextField/TextField.styles.ts +208 -0
  1031. package/src/components/TextField/TextField.tsx +103 -0
  1032. package/src/components/TextField/TextField.types.tsx +27 -0
  1033. package/src/components/TextField/index.ts +2 -0
  1034. package/src/components/Toast/Toast.Provider.tsx +129 -0
  1035. package/src/components/Toast/Toast.helpers.ts +12 -0
  1036. package/src/components/Toast/Toast.styles.ts +350 -0
  1037. package/src/components/Toast/Toast.tsx +114 -0
  1038. package/src/components/Toast/Toast.types.ts +33 -0
  1039. package/src/components/Toast/index.ts +3 -0
  1040. package/src/components/TokenAmount/TokenAmount.styles.ts +91 -0
  1041. package/src/components/TokenAmount/TokenAmount.tsx +149 -0
  1042. package/src/components/TokenAmount/TokenAmount.types.ts +22 -0
  1043. package/src/components/TokenAmount/index.ts +1 -0
  1044. package/src/components/Tooltip/NumericTooltip.tsx +16 -0
  1045. package/src/components/Tooltip/NumericTooltip.types.tsx +6 -0
  1046. package/src/components/Tooltip/Tooltip.styles.ts +24 -0
  1047. package/src/components/Tooltip/Tooltip.tsx +54 -0
  1048. package/src/components/Tooltip/Tooltip.types.ts +22 -0
  1049. package/src/components/Tooltip/index.ts +4 -0
  1050. package/src/components/Typography/NotSelectableTypography.ts +7 -0
  1051. package/src/components/Typography/Typography.styles.tsx +206 -0
  1052. package/src/components/Typography/Typography.tsx +30 -0
  1053. package/src/components/Typography/Typography.types.tsx +18 -0
  1054. package/src/components/Typography/index.ts +3 -0
  1055. package/src/components/VirtualizedList/VirtualizedList.tsx +6 -0
  1056. package/src/components/VirtualizedList/index.ts +1 -0
  1057. package/src/components/Wallet/ClickableWallet.tsx +84 -0
  1058. package/src/components/Wallet/SelectableWallet.tsx +59 -0
  1059. package/src/components/Wallet/Wallet.helpers.ts +42 -0
  1060. package/src/components/Wallet/Wallet.styles.ts +90 -0
  1061. package/src/components/Wallet/Wallet.tsx +3 -0
  1062. package/src/components/Wallet/Wallet.types.ts +57 -0
  1063. package/src/components/Wallet/index.ts +7 -0
  1064. package/src/components/common/Image.tsx +54 -0
  1065. package/src/components/common/index.ts +1 -0
  1066. package/src/components/common/styles.ts +35 -0
  1067. package/src/components/index.ts +50 -0
  1068. package/src/constants/index.ts +6 -0
  1069. package/src/containers/ConnectWalletsModal/ConnectWalletsModal.styles.ts +8 -0
  1070. package/src/containers/ConnectWalletsModal/ConnectWalletsModal.tsx +30 -0
  1071. package/src/containers/ConnectWalletsModal/ConnectWalletsModal.types.ts +11 -0
  1072. package/src/containers/ConnectWalletsModal/index.ts +2 -0
  1073. package/src/containers/Notifications/NotificationNotFound.tsx +19 -0
  1074. package/src/containers/Notifications/Notifications.styles.ts +82 -0
  1075. package/src/containers/Notifications/Notifications.tsx +114 -0
  1076. package/src/containers/Notifications/Notifications.types.ts +18 -0
  1077. package/src/containers/Notifications/index.ts +1 -0
  1078. package/src/containers/SwapInput/SwapInput.styles.ts +130 -0
  1079. package/src/containers/SwapInput/SwapInput.tsx +162 -0
  1080. package/src/containers/SwapInput/SwapInput.types.ts +49 -0
  1081. package/src/containers/SwapInput/TokenSection.styles.ts +123 -0
  1082. package/src/containers/SwapInput/TokenSection.tsx +124 -0
  1083. package/src/containers/SwapInput/TokenSection.types.ts +14 -0
  1084. package/src/containers/SwapInput/index.ts +2 -0
  1085. package/src/containers/Warnings/BalanceErrors.tsx +40 -0
  1086. package/src/containers/Warnings/index.ts +1 -0
  1087. package/src/containers/index.ts +4 -0
  1088. package/src/hooks/index.ts +2 -0
  1089. package/src/hooks/useCopyToClipboard.ts +23 -0
  1090. package/src/hooks/useIsTruncated.tsx +27 -0
  1091. package/src/icons/Add.tsx +25 -0
  1092. package/src/icons/Affiliate.tsx +21 -0
  1093. package/src/icons/AutoTheme.tsx +45 -0
  1094. package/src/icons/Autorenew.tsx +20 -0
  1095. package/src/icons/BorderRadius.tsx +24 -0
  1096. package/src/icons/Bridges.tsx +19 -0
  1097. package/src/icons/BugReport.tsx +58 -0
  1098. package/src/icons/Bullhorn.tsx +25 -0
  1099. package/src/icons/Calendar.tsx +39 -0
  1100. package/src/icons/Chains.tsx +19 -0
  1101. package/src/icons/Chart.tsx +21 -0
  1102. package/src/icons/ChevronDown.tsx +21 -0
  1103. package/src/icons/ChevronLeft.tsx +21 -0
  1104. package/src/icons/ChevronRight.tsx +21 -0
  1105. package/src/icons/ChevronUp.tsx +21 -0
  1106. package/src/icons/Close.tsx +28 -0
  1107. package/src/icons/Colors.tsx +33 -0
  1108. package/src/icons/Complete.tsx +19 -0
  1109. package/src/icons/ContactUs.tsx +31 -0
  1110. package/src/icons/Cookie.tsx +49 -0
  1111. package/src/icons/Copy.tsx +19 -0
  1112. package/src/icons/CosmosCategory.tsx +137 -0
  1113. package/src/icons/CreditCard.tsx +23 -0
  1114. package/src/icons/CustomColors.tsx +21 -0
  1115. package/src/icons/CustomTokensZeroState.tsx +262 -0
  1116. package/src/icons/CustomTokensZeroStateDark.tsx +415 -0
  1117. package/src/icons/CustomerSupport.tsx +21 -0
  1118. package/src/icons/DarkMode.tsx +21 -0
  1119. package/src/icons/Delete.tsx +33 -0
  1120. package/src/icons/Desktop.tsx +271 -0
  1121. package/src/icons/Disconnect.tsx +26 -0
  1122. package/src/icons/Discord.tsx +21 -0
  1123. package/src/icons/Document.tsx +50 -0
  1124. package/src/icons/Documentation.tsx +39 -0
  1125. package/src/icons/Done.tsx +21 -0
  1126. package/src/icons/Error.tsx +21 -0
  1127. package/src/icons/EvmCategory.tsx +74 -0
  1128. package/src/icons/Exchange.tsx +22 -0
  1129. package/src/icons/Exit.tsx +20 -0
  1130. package/src/icons/Explorer.tsx +20 -0
  1131. package/src/icons/ExternalLink.tsx +21 -0
  1132. package/src/icons/FeatureList.tsx +45 -0
  1133. package/src/icons/Filter.tsx +21 -0
  1134. package/src/icons/First.tsx +25 -0
  1135. package/src/icons/Font.tsx +31 -0
  1136. package/src/icons/Gas.tsx +39 -0
  1137. package/src/icons/GasStation.tsx +21 -0
  1138. package/src/icons/Height.tsx +24 -0
  1139. package/src/icons/Hide.tsx +19 -0
  1140. package/src/icons/InProgress.tsx +39 -0
  1141. package/src/icons/Infinity.tsx +21 -0
  1142. package/src/icons/Info.tsx +29 -0
  1143. package/src/icons/InfoError.tsx +19 -0
  1144. package/src/icons/Key.tsx +32 -0
  1145. package/src/icons/Language.tsx +59 -0
  1146. package/src/icons/Last.tsx +25 -0
  1147. package/src/icons/Legacy.tsx +27 -0
  1148. package/src/icons/LightMode.tsx +19 -0
  1149. package/src/icons/Link.tsx +21 -0
  1150. package/src/icons/Loading.tsx +63 -0
  1151. package/src/icons/Login.tsx +23 -0
  1152. package/src/icons/LogoWithText.tsx +159 -0
  1153. package/src/icons/Logout.tsx +28 -0
  1154. package/src/icons/Medium.tsx +20 -0
  1155. package/src/icons/Menu.tsx +36 -0
  1156. package/src/icons/MoneyBag.tsx +25 -0
  1157. package/src/icons/More.tsx +30 -0
  1158. package/src/icons/Next.tsx +21 -0
  1159. package/src/icons/NoNotification.tsx +31 -0
  1160. package/src/icons/NoRoute.tsx +64 -0
  1161. package/src/icons/NotificationNumber.tsx +41 -0
  1162. package/src/icons/Notifications.tsx +21 -0
  1163. package/src/icons/Number.tsx +24 -0
  1164. package/src/icons/NumberBlocks.tsx +56 -0
  1165. package/src/icons/OtherCategory.tsx +72 -0
  1166. package/src/icons/Paste.tsx +26 -0
  1167. package/src/icons/Pencil.tsx +21 -0
  1168. package/src/icons/Pin.tsx +31 -0
  1169. package/src/icons/Profile.tsx +21 -0
  1170. package/src/icons/RangoExplorer.tsx +40 -0
  1171. package/src/icons/Rank.tsx +27 -0
  1172. package/src/icons/Refresh.tsx +27 -0
  1173. package/src/icons/Report.tsx +20 -0
  1174. package/src/icons/Request.tsx +65 -0
  1175. package/src/icons/Reverse.tsx +39 -0
  1176. package/src/icons/ReverseHorizontal.tsx +21 -0
  1177. package/src/icons/Route.tsx +33 -0
  1178. package/src/icons/Scanner.tsx +27 -0
  1179. package/src/icons/Score.tsx +39 -0
  1180. package/src/icons/Search.tsx +27 -0
  1181. package/src/icons/Settings.tsx +21 -0
  1182. package/src/icons/Share.tsx +28 -0
  1183. package/src/icons/Show.tsx +19 -0
  1184. package/src/icons/Slippage.tsx +19 -0
  1185. package/src/icons/Stats.tsx +28 -0
  1186. package/src/icons/Style.tsx +43 -0
  1187. package/src/icons/Support.tsx +40 -0
  1188. package/src/icons/Swap.tsx +61 -0
  1189. package/src/icons/Target.tsx +24 -0
  1190. package/src/icons/Telegram.tsx +20 -0
  1191. package/src/icons/Time.tsx +33 -0
  1192. package/src/icons/Transaction.tsx +21 -0
  1193. package/src/icons/Trophy.tsx +19 -0
  1194. package/src/icons/Tune.tsx +51 -0
  1195. package/src/icons/UtxoCategory.tsx +44 -0
  1196. package/src/icons/Volume.tsx +26 -0
  1197. package/src/icons/Wallet.tsx +33 -0
  1198. package/src/icons/Warning.tsx +19 -0
  1199. package/src/icons/Widget.tsx +24 -0
  1200. package/src/icons/Width.tsx +29 -0
  1201. package/src/icons/X.tsx +20 -0
  1202. package/src/icons/index.ts +111 -0
  1203. package/src/index.ts +7 -0
  1204. package/src/theme.ts +242 -0
  1205. package/src/types/index.ts +5 -0
  1206. package/src/types/swaps.ts +7 -0
  1207. package/src/types/wallet.ts +26 -0
@@ -0,0 +1,961 @@
1
+ export declare const Container: import("@stitches/react/types/styled-component.js").StyledComponent<"div", {}, {
2
+ xs: string;
3
+ sm: string;
4
+ md: string;
5
+ lg: string;
6
+ }, import("@stitches/react/types/css-util.js").CSS<{
7
+ xs: string;
8
+ sm: string;
9
+ md: string;
10
+ lg: string;
11
+ }, {
12
+ colors: {
13
+ primary: string;
14
+ primary500: string;
15
+ primary550: string;
16
+ secondary: string;
17
+ secondary100: string;
18
+ secondary150: string;
19
+ secondary200: string;
20
+ secondary250: string;
21
+ secondary500: string;
22
+ secondary550: string;
23
+ neutral: string;
24
+ neutral100: string;
25
+ neutral200: string;
26
+ neutral300: string;
27
+ neutral400: string;
28
+ neutral500: string;
29
+ neutral600: string;
30
+ neutral700: string;
31
+ neutral800: string;
32
+ neutral900: string;
33
+ error100: string;
34
+ error300: string;
35
+ error500: string;
36
+ error600: string;
37
+ error700: string;
38
+ warning100: string;
39
+ warning300: string;
40
+ warning500: string;
41
+ warning600: string;
42
+ warning700: string;
43
+ info: string;
44
+ info100: string;
45
+ info300: string;
46
+ info500: string;
47
+ info600: string;
48
+ info700: string;
49
+ success100: string;
50
+ success300: string;
51
+ success500: string;
52
+ success600: string;
53
+ success700: string;
54
+ background: string;
55
+ foreground: string;
56
+ };
57
+ space: {
58
+ 0: string;
59
+ 5: string;
60
+ 10: string;
61
+ 15: string;
62
+ 20: string;
63
+ 25: string;
64
+ 30: string;
65
+ 40: string;
66
+ 46: string;
67
+ 50: string;
68
+ 60: string;
69
+ 70: string;
70
+ 80: string;
71
+ 90: string;
72
+ 100: string;
73
+ 2: string;
74
+ 4: string;
75
+ 6: string;
76
+ 8: string;
77
+ 12: string;
78
+ 16: string;
79
+ 24: string;
80
+ 28: string;
81
+ 32: string;
82
+ 36: string;
83
+ };
84
+ radii: {
85
+ xs: string;
86
+ sm: string;
87
+ xm: string;
88
+ md: string;
89
+ xl: string;
90
+ lg: string;
91
+ primary: string;
92
+ secondary: string;
93
+ };
94
+ fontSizes: {
95
+ 10: string;
96
+ 12: string;
97
+ 14: string;
98
+ 16: string;
99
+ 18: string;
100
+ 20: string;
101
+ 22: string;
102
+ 24: string;
103
+ 28: string;
104
+ 32: string;
105
+ 36: string;
106
+ 40: string;
107
+ 48: string;
108
+ };
109
+ fonts: {
110
+ primary: string;
111
+ widget: string;
112
+ };
113
+ fontWeights: {
114
+ regular: number;
115
+ medium: number;
116
+ semiBold: number;
117
+ bold: number;
118
+ };
119
+ lineHeights: {
120
+ 12: string;
121
+ 16: string;
122
+ 20: string;
123
+ 24: string;
124
+ 26: string;
125
+ 28: string;
126
+ 30: string;
127
+ 36: string;
128
+ 40: string;
129
+ 44: string;
130
+ 52: string;
131
+ 64: string;
132
+ };
133
+ letterSpacings: {};
134
+ sizes: {
135
+ 4: string;
136
+ 6: string;
137
+ 8: string;
138
+ 10: string;
139
+ 12: string;
140
+ 16: string;
141
+ 18: string;
142
+ 20: string;
143
+ 24: string;
144
+ 26: string;
145
+ 28: string;
146
+ 30: string;
147
+ 32: string;
148
+ 36: string;
149
+ 40: string;
150
+ 45: string;
151
+ 48: string;
152
+ };
153
+ borderWidths: {};
154
+ borderStyles: {};
155
+ shadows: {
156
+ mainContainer: string;
157
+ };
158
+ zIndices: {};
159
+ transitions: {};
160
+ }, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
161
+ export declare const Header: import("@stitches/react/types/styled-component.js").StyledComponent<"div", {}, {
162
+ xs: string;
163
+ sm: string;
164
+ md: string;
165
+ lg: string;
166
+ }, import("@stitches/react/types/css-util.js").CSS<{
167
+ xs: string;
168
+ sm: string;
169
+ md: string;
170
+ lg: string;
171
+ }, {
172
+ colors: {
173
+ primary: string;
174
+ primary500: string;
175
+ primary550: string;
176
+ secondary: string;
177
+ secondary100: string;
178
+ secondary150: string;
179
+ secondary200: string;
180
+ secondary250: string;
181
+ secondary500: string;
182
+ secondary550: string;
183
+ neutral: string;
184
+ neutral100: string;
185
+ neutral200: string;
186
+ neutral300: string;
187
+ neutral400: string;
188
+ neutral500: string;
189
+ neutral600: string;
190
+ neutral700: string;
191
+ neutral800: string;
192
+ neutral900: string;
193
+ error100: string;
194
+ error300: string;
195
+ error500: string;
196
+ error600: string;
197
+ error700: string;
198
+ warning100: string;
199
+ warning300: string;
200
+ warning500: string;
201
+ warning600: string;
202
+ warning700: string;
203
+ info: string;
204
+ info100: string;
205
+ info300: string;
206
+ info500: string;
207
+ info600: string;
208
+ info700: string;
209
+ success100: string;
210
+ success300: string;
211
+ success500: string;
212
+ success600: string;
213
+ success700: string;
214
+ background: string;
215
+ foreground: string;
216
+ };
217
+ space: {
218
+ 0: string;
219
+ 5: string;
220
+ 10: string;
221
+ 15: string;
222
+ 20: string;
223
+ 25: string;
224
+ 30: string;
225
+ 40: string;
226
+ 46: string;
227
+ 50: string;
228
+ 60: string;
229
+ 70: string;
230
+ 80: string;
231
+ 90: string;
232
+ 100: string;
233
+ 2: string;
234
+ 4: string;
235
+ 6: string;
236
+ 8: string;
237
+ 12: string;
238
+ 16: string;
239
+ 24: string;
240
+ 28: string;
241
+ 32: string;
242
+ 36: string;
243
+ };
244
+ radii: {
245
+ xs: string;
246
+ sm: string;
247
+ xm: string;
248
+ md: string;
249
+ xl: string;
250
+ lg: string;
251
+ primary: string;
252
+ secondary: string;
253
+ };
254
+ fontSizes: {
255
+ 10: string;
256
+ 12: string;
257
+ 14: string;
258
+ 16: string;
259
+ 18: string;
260
+ 20: string;
261
+ 22: string;
262
+ 24: string;
263
+ 28: string;
264
+ 32: string;
265
+ 36: string;
266
+ 40: string;
267
+ 48: string;
268
+ };
269
+ fonts: {
270
+ primary: string;
271
+ widget: string;
272
+ };
273
+ fontWeights: {
274
+ regular: number;
275
+ medium: number;
276
+ semiBold: number;
277
+ bold: number;
278
+ };
279
+ lineHeights: {
280
+ 12: string;
281
+ 16: string;
282
+ 20: string;
283
+ 24: string;
284
+ 26: string;
285
+ 28: string;
286
+ 30: string;
287
+ 36: string;
288
+ 40: string;
289
+ 44: string;
290
+ 52: string;
291
+ 64: string;
292
+ };
293
+ letterSpacings: {};
294
+ sizes: {
295
+ 4: string;
296
+ 6: string;
297
+ 8: string;
298
+ 10: string;
299
+ 12: string;
300
+ 16: string;
301
+ 18: string;
302
+ 20: string;
303
+ 24: string;
304
+ 26: string;
305
+ 28: string;
306
+ 30: string;
307
+ 32: string;
308
+ 36: string;
309
+ 40: string;
310
+ 45: string;
311
+ 48: string;
312
+ };
313
+ borderWidths: {};
314
+ borderStyles: {};
315
+ shadows: {
316
+ mainContainer: string;
317
+ };
318
+ zIndices: {};
319
+ transitions: {};
320
+ }, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
321
+ export declare const Main: import("@stitches/react/types/styled-component.js").StyledComponent<"button", {}, {
322
+ xs: string;
323
+ sm: string;
324
+ md: string;
325
+ lg: string;
326
+ }, import("@stitches/react/types/css-util.js").CSS<{
327
+ xs: string;
328
+ sm: string;
329
+ md: string;
330
+ lg: string;
331
+ }, {
332
+ colors: {
333
+ primary: string;
334
+ primary500: string;
335
+ primary550: string;
336
+ secondary: string;
337
+ secondary100: string;
338
+ secondary150: string;
339
+ secondary200: string;
340
+ secondary250: string;
341
+ secondary500: string;
342
+ secondary550: string;
343
+ neutral: string;
344
+ neutral100: string;
345
+ neutral200: string;
346
+ neutral300: string;
347
+ neutral400: string;
348
+ neutral500: string;
349
+ neutral600: string;
350
+ neutral700: string;
351
+ neutral800: string;
352
+ neutral900: string;
353
+ error100: string;
354
+ error300: string;
355
+ error500: string;
356
+ error600: string;
357
+ error700: string;
358
+ warning100: string;
359
+ warning300: string;
360
+ warning500: string;
361
+ warning600: string;
362
+ warning700: string;
363
+ info: string;
364
+ info100: string;
365
+ info300: string;
366
+ info500: string;
367
+ info600: string;
368
+ info700: string;
369
+ success100: string;
370
+ success300: string;
371
+ success500: string;
372
+ success600: string;
373
+ success700: string;
374
+ background: string;
375
+ foreground: string;
376
+ };
377
+ space: {
378
+ 0: string;
379
+ 5: string;
380
+ 10: string;
381
+ 15: string;
382
+ 20: string;
383
+ 25: string;
384
+ 30: string;
385
+ 40: string;
386
+ 46: string;
387
+ 50: string;
388
+ 60: string;
389
+ 70: string;
390
+ 80: string;
391
+ 90: string;
392
+ 100: string;
393
+ 2: string;
394
+ 4: string;
395
+ 6: string;
396
+ 8: string;
397
+ 12: string;
398
+ 16: string;
399
+ 24: string;
400
+ 28: string;
401
+ 32: string;
402
+ 36: string;
403
+ };
404
+ radii: {
405
+ xs: string;
406
+ sm: string;
407
+ xm: string;
408
+ md: string;
409
+ xl: string;
410
+ lg: string;
411
+ primary: string;
412
+ secondary: string;
413
+ };
414
+ fontSizes: {
415
+ 10: string;
416
+ 12: string;
417
+ 14: string;
418
+ 16: string;
419
+ 18: string;
420
+ 20: string;
421
+ 22: string;
422
+ 24: string;
423
+ 28: string;
424
+ 32: string;
425
+ 36: string;
426
+ 40: string;
427
+ 48: string;
428
+ };
429
+ fonts: {
430
+ primary: string;
431
+ widget: string;
432
+ };
433
+ fontWeights: {
434
+ regular: number;
435
+ medium: number;
436
+ semiBold: number;
437
+ bold: number;
438
+ };
439
+ lineHeights: {
440
+ 12: string;
441
+ 16: string;
442
+ 20: string;
443
+ 24: string;
444
+ 26: string;
445
+ 28: string;
446
+ 30: string;
447
+ 36: string;
448
+ 40: string;
449
+ 44: string;
450
+ 52: string;
451
+ 64: string;
452
+ };
453
+ letterSpacings: {};
454
+ sizes: {
455
+ 4: string;
456
+ 6: string;
457
+ 8: string;
458
+ 10: string;
459
+ 12: string;
460
+ 16: string;
461
+ 18: string;
462
+ 20: string;
463
+ 24: string;
464
+ 26: string;
465
+ 28: string;
466
+ 30: string;
467
+ 32: string;
468
+ 36: string;
469
+ 40: string;
470
+ 45: string;
471
+ 48: string;
472
+ };
473
+ borderWidths: {};
474
+ borderStyles: {};
475
+ shadows: {
476
+ mainContainer: string;
477
+ };
478
+ zIndices: {};
479
+ transitions: {};
480
+ }, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
481
+ export declare const Date: import("@stitches/react/types/styled-component.js").StyledComponent<"div", {}, {
482
+ xs: string;
483
+ sm: string;
484
+ md: string;
485
+ lg: string;
486
+ }, import("@stitches/react/types/css-util.js").CSS<{
487
+ xs: string;
488
+ sm: string;
489
+ md: string;
490
+ lg: string;
491
+ }, {
492
+ colors: {
493
+ primary: string;
494
+ primary500: string;
495
+ primary550: string;
496
+ secondary: string;
497
+ secondary100: string;
498
+ secondary150: string;
499
+ secondary200: string;
500
+ secondary250: string;
501
+ secondary500: string;
502
+ secondary550: string;
503
+ neutral: string;
504
+ neutral100: string;
505
+ neutral200: string;
506
+ neutral300: string;
507
+ neutral400: string;
508
+ neutral500: string;
509
+ neutral600: string;
510
+ neutral700: string;
511
+ neutral800: string;
512
+ neutral900: string;
513
+ error100: string;
514
+ error300: string;
515
+ error500: string;
516
+ error600: string;
517
+ error700: string;
518
+ warning100: string;
519
+ warning300: string;
520
+ warning500: string;
521
+ warning600: string;
522
+ warning700: string;
523
+ info: string;
524
+ info100: string;
525
+ info300: string;
526
+ info500: string;
527
+ info600: string;
528
+ info700: string;
529
+ success100: string;
530
+ success300: string;
531
+ success500: string;
532
+ success600: string;
533
+ success700: string;
534
+ background: string;
535
+ foreground: string;
536
+ };
537
+ space: {
538
+ 0: string;
539
+ 5: string;
540
+ 10: string;
541
+ 15: string;
542
+ 20: string;
543
+ 25: string;
544
+ 30: string;
545
+ 40: string;
546
+ 46: string;
547
+ 50: string;
548
+ 60: string;
549
+ 70: string;
550
+ 80: string;
551
+ 90: string;
552
+ 100: string;
553
+ 2: string;
554
+ 4: string;
555
+ 6: string;
556
+ 8: string;
557
+ 12: string;
558
+ 16: string;
559
+ 24: string;
560
+ 28: string;
561
+ 32: string;
562
+ 36: string;
563
+ };
564
+ radii: {
565
+ xs: string;
566
+ sm: string;
567
+ xm: string;
568
+ md: string;
569
+ xl: string;
570
+ lg: string;
571
+ primary: string;
572
+ secondary: string;
573
+ };
574
+ fontSizes: {
575
+ 10: string;
576
+ 12: string;
577
+ 14: string;
578
+ 16: string;
579
+ 18: string;
580
+ 20: string;
581
+ 22: string;
582
+ 24: string;
583
+ 28: string;
584
+ 32: string;
585
+ 36: string;
586
+ 40: string;
587
+ 48: string;
588
+ };
589
+ fonts: {
590
+ primary: string;
591
+ widget: string;
592
+ };
593
+ fontWeights: {
594
+ regular: number;
595
+ medium: number;
596
+ semiBold: number;
597
+ bold: number;
598
+ };
599
+ lineHeights: {
600
+ 12: string;
601
+ 16: string;
602
+ 20: string;
603
+ 24: string;
604
+ 26: string;
605
+ 28: string;
606
+ 30: string;
607
+ 36: string;
608
+ 40: string;
609
+ 44: string;
610
+ 52: string;
611
+ 64: string;
612
+ };
613
+ letterSpacings: {};
614
+ sizes: {
615
+ 4: string;
616
+ 6: string;
617
+ 8: string;
618
+ 10: string;
619
+ 12: string;
620
+ 16: string;
621
+ 18: string;
622
+ 20: string;
623
+ 24: string;
624
+ 26: string;
625
+ 28: string;
626
+ 30: string;
627
+ 32: string;
628
+ 36: string;
629
+ 40: string;
630
+ 45: string;
631
+ 48: string;
632
+ };
633
+ borderWidths: {};
634
+ borderStyles: {};
635
+ shadows: {
636
+ mainContainer: string;
637
+ };
638
+ zIndices: {};
639
+ transitions: {};
640
+ }, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
641
+ export declare const LoadingMain: import("@stitches/react/types/styled-component.js").StyledComponent<"div", {}, {
642
+ xs: string;
643
+ sm: string;
644
+ md: string;
645
+ lg: string;
646
+ }, import("@stitches/react/types/css-util.js").CSS<{
647
+ xs: string;
648
+ sm: string;
649
+ md: string;
650
+ lg: string;
651
+ }, {
652
+ colors: {
653
+ primary: string;
654
+ primary500: string;
655
+ primary550: string;
656
+ secondary: string;
657
+ secondary100: string;
658
+ secondary150: string;
659
+ secondary200: string;
660
+ secondary250: string;
661
+ secondary500: string;
662
+ secondary550: string;
663
+ neutral: string;
664
+ neutral100: string;
665
+ neutral200: string;
666
+ neutral300: string;
667
+ neutral400: string;
668
+ neutral500: string;
669
+ neutral600: string;
670
+ neutral700: string;
671
+ neutral800: string;
672
+ neutral900: string;
673
+ error100: string;
674
+ error300: string;
675
+ error500: string;
676
+ error600: string;
677
+ error700: string;
678
+ warning100: string;
679
+ warning300: string;
680
+ warning500: string;
681
+ warning600: string;
682
+ warning700: string;
683
+ info: string;
684
+ info100: string;
685
+ info300: string;
686
+ info500: string;
687
+ info600: string;
688
+ info700: string;
689
+ success100: string;
690
+ success300: string;
691
+ success500: string;
692
+ success600: string;
693
+ success700: string;
694
+ background: string;
695
+ foreground: string;
696
+ };
697
+ space: {
698
+ 0: string;
699
+ 5: string;
700
+ 10: string;
701
+ 15: string;
702
+ 20: string;
703
+ 25: string;
704
+ 30: string;
705
+ 40: string;
706
+ 46: string;
707
+ 50: string;
708
+ 60: string;
709
+ 70: string;
710
+ 80: string;
711
+ 90: string;
712
+ 100: string;
713
+ 2: string;
714
+ 4: string;
715
+ 6: string;
716
+ 8: string;
717
+ 12: string;
718
+ 16: string;
719
+ 24: string;
720
+ 28: string;
721
+ 32: string;
722
+ 36: string;
723
+ };
724
+ radii: {
725
+ xs: string;
726
+ sm: string;
727
+ xm: string;
728
+ md: string;
729
+ xl: string;
730
+ lg: string;
731
+ primary: string;
732
+ secondary: string;
733
+ };
734
+ fontSizes: {
735
+ 10: string;
736
+ 12: string;
737
+ 14: string;
738
+ 16: string;
739
+ 18: string;
740
+ 20: string;
741
+ 22: string;
742
+ 24: string;
743
+ 28: string;
744
+ 32: string;
745
+ 36: string;
746
+ 40: string;
747
+ 48: string;
748
+ };
749
+ fonts: {
750
+ primary: string;
751
+ widget: string;
752
+ };
753
+ fontWeights: {
754
+ regular: number;
755
+ medium: number;
756
+ semiBold: number;
757
+ bold: number;
758
+ };
759
+ lineHeights: {
760
+ 12: string;
761
+ 16: string;
762
+ 20: string;
763
+ 24: string;
764
+ 26: string;
765
+ 28: string;
766
+ 30: string;
767
+ 36: string;
768
+ 40: string;
769
+ 44: string;
770
+ 52: string;
771
+ 64: string;
772
+ };
773
+ letterSpacings: {};
774
+ sizes: {
775
+ 4: string;
776
+ 6: string;
777
+ 8: string;
778
+ 10: string;
779
+ 12: string;
780
+ 16: string;
781
+ 18: string;
782
+ 20: string;
783
+ 24: string;
784
+ 26: string;
785
+ 28: string;
786
+ 30: string;
787
+ 32: string;
788
+ 36: string;
789
+ 40: string;
790
+ 45: string;
791
+ 48: string;
792
+ };
793
+ borderWidths: {};
794
+ borderStyles: {};
795
+ shadows: {
796
+ mainContainer: string;
797
+ };
798
+ zIndices: {};
799
+ transitions: {};
800
+ }, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
801
+ export declare const LoadingContainer: import("@stitches/react/types/styled-component.js").StyledComponent<"div", {}, {
802
+ xs: string;
803
+ sm: string;
804
+ md: string;
805
+ lg: string;
806
+ }, import("@stitches/react/types/css-util.js").CSS<{
807
+ xs: string;
808
+ sm: string;
809
+ md: string;
810
+ lg: string;
811
+ }, {
812
+ colors: {
813
+ primary: string;
814
+ primary500: string;
815
+ primary550: string;
816
+ secondary: string;
817
+ secondary100: string;
818
+ secondary150: string;
819
+ secondary200: string;
820
+ secondary250: string;
821
+ secondary500: string;
822
+ secondary550: string;
823
+ neutral: string;
824
+ neutral100: string;
825
+ neutral200: string;
826
+ neutral300: string;
827
+ neutral400: string;
828
+ neutral500: string;
829
+ neutral600: string;
830
+ neutral700: string;
831
+ neutral800: string;
832
+ neutral900: string;
833
+ error100: string;
834
+ error300: string;
835
+ error500: string;
836
+ error600: string;
837
+ error700: string;
838
+ warning100: string;
839
+ warning300: string;
840
+ warning500: string;
841
+ warning600: string;
842
+ warning700: string;
843
+ info: string;
844
+ info100: string;
845
+ info300: string;
846
+ info500: string;
847
+ info600: string;
848
+ info700: string;
849
+ success100: string;
850
+ success300: string;
851
+ success500: string;
852
+ success600: string;
853
+ success700: string;
854
+ background: string;
855
+ foreground: string;
856
+ };
857
+ space: {
858
+ 0: string;
859
+ 5: string;
860
+ 10: string;
861
+ 15: string;
862
+ 20: string;
863
+ 25: string;
864
+ 30: string;
865
+ 40: string;
866
+ 46: string;
867
+ 50: string;
868
+ 60: string;
869
+ 70: string;
870
+ 80: string;
871
+ 90: string;
872
+ 100: string;
873
+ 2: string;
874
+ 4: string;
875
+ 6: string;
876
+ 8: string;
877
+ 12: string;
878
+ 16: string;
879
+ 24: string;
880
+ 28: string;
881
+ 32: string;
882
+ 36: string;
883
+ };
884
+ radii: {
885
+ xs: string;
886
+ sm: string;
887
+ xm: string;
888
+ md: string;
889
+ xl: string;
890
+ lg: string;
891
+ primary: string;
892
+ secondary: string;
893
+ };
894
+ fontSizes: {
895
+ 10: string;
896
+ 12: string;
897
+ 14: string;
898
+ 16: string;
899
+ 18: string;
900
+ 20: string;
901
+ 22: string;
902
+ 24: string;
903
+ 28: string;
904
+ 32: string;
905
+ 36: string;
906
+ 40: string;
907
+ 48: string;
908
+ };
909
+ fonts: {
910
+ primary: string;
911
+ widget: string;
912
+ };
913
+ fontWeights: {
914
+ regular: number;
915
+ medium: number;
916
+ semiBold: number;
917
+ bold: number;
918
+ };
919
+ lineHeights: {
920
+ 12: string;
921
+ 16: string;
922
+ 20: string;
923
+ 24: string;
924
+ 26: string;
925
+ 28: string;
926
+ 30: string;
927
+ 36: string;
928
+ 40: string;
929
+ 44: string;
930
+ 52: string;
931
+ 64: string;
932
+ };
933
+ letterSpacings: {};
934
+ sizes: {
935
+ 4: string;
936
+ 6: string;
937
+ 8: string;
938
+ 10: string;
939
+ 12: string;
940
+ 16: string;
941
+ 18: string;
942
+ 20: string;
943
+ 24: string;
944
+ 26: string;
945
+ 28: string;
946
+ 30: string;
947
+ 32: string;
948
+ 36: string;
949
+ 40: string;
950
+ 45: string;
951
+ 48: string;
952
+ };
953
+ borderWidths: {};
954
+ borderStyles: {};
955
+ shadows: {
956
+ mainContainer: string;
957
+ };
958
+ zIndices: {};
959
+ transitions: {};
960
+ }, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
961
+ //# sourceMappingURL=SwapListItem.styles.d.ts.map