@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,1672 @@
1
+ import type { CSS as StitchesCSS } from '@stitches/react';
2
+ export declare const theme: {
3
+ colors: {
4
+ primary: string;
5
+ primary500: string;
6
+ primary550: string;
7
+ secondary: string;
8
+ secondary100: string;
9
+ secondary150: string;
10
+ secondary200: string;
11
+ secondary250: string;
12
+ secondary500: string;
13
+ secondary550: string;
14
+ neutral: string;
15
+ neutral100: string;
16
+ neutral200: string;
17
+ neutral300: string;
18
+ neutral400: string;
19
+ neutral500: string;
20
+ neutral600: string;
21
+ neutral700: string;
22
+ neutral800: string;
23
+ neutral900: string;
24
+ error100: string;
25
+ error300: string;
26
+ error500: string;
27
+ error600: string;
28
+ error700: string;
29
+ warning100: string;
30
+ warning300: string;
31
+ warning500: string;
32
+ warning600: string;
33
+ warning700: string;
34
+ info: string;
35
+ info100: string;
36
+ info300: string;
37
+ info500: string;
38
+ info600: string;
39
+ info700: string;
40
+ success100: string;
41
+ success300: string;
42
+ success500: string;
43
+ success600: string;
44
+ success700: string;
45
+ background: string;
46
+ foreground: string;
47
+ };
48
+ space: {
49
+ 0: string;
50
+ 5: string;
51
+ 10: string;
52
+ 15: string;
53
+ 20: string;
54
+ 25: string;
55
+ 30: string;
56
+ 40: string;
57
+ 46: string;
58
+ 50: string;
59
+ 60: string;
60
+ 70: string;
61
+ 80: string;
62
+ 90: string;
63
+ 100: string;
64
+ 2: string;
65
+ 4: string;
66
+ 6: string;
67
+ 8: string;
68
+ 12: string;
69
+ 16: string;
70
+ 24: string;
71
+ 28: string;
72
+ 32: string;
73
+ 36: string;
74
+ };
75
+ radii: {
76
+ xs: string;
77
+ sm: string;
78
+ xm: string;
79
+ md: string;
80
+ xl: string;
81
+ lg: string;
82
+ primary: string;
83
+ secondary: string;
84
+ };
85
+ fontSizes: {
86
+ 10: string;
87
+ 12: string;
88
+ 14: string;
89
+ 16: string;
90
+ 18: string;
91
+ 20: string;
92
+ 22: string;
93
+ 24: string;
94
+ 28: string;
95
+ 32: string;
96
+ 36: string;
97
+ 40: string;
98
+ 48: string;
99
+ };
100
+ fonts: {
101
+ primary: string;
102
+ widget: string;
103
+ };
104
+ fontWeights: {
105
+ regular: number;
106
+ medium: number;
107
+ semiBold: number;
108
+ bold: number;
109
+ };
110
+ lineHeights: {
111
+ 12: string;
112
+ 16: string;
113
+ 20: string;
114
+ 24: string;
115
+ 26: string;
116
+ 28: string;
117
+ 30: string;
118
+ 36: string;
119
+ 40: string;
120
+ 44: string;
121
+ 52: string;
122
+ 64: string;
123
+ };
124
+ letterSpacings: {};
125
+ sizes: {
126
+ 4: string;
127
+ 6: string;
128
+ 8: string;
129
+ 10: string;
130
+ 12: string;
131
+ 16: string;
132
+ 18: string;
133
+ 20: string;
134
+ 24: string;
135
+ 26: string;
136
+ 28: string;
137
+ 30: string;
138
+ 32: string;
139
+ 36: string;
140
+ 40: string;
141
+ 45: string;
142
+ 48: string;
143
+ };
144
+ borderWidths: {};
145
+ borderStyles: {};
146
+ shadows: {
147
+ /** Shadow for swap box */
148
+ mainContainer: string;
149
+ };
150
+ zIndices: {};
151
+ transitions: {};
152
+ };
153
+ export declare const darkColors: {
154
+ secondary: string;
155
+ secondary250: string;
156
+ secondary500: string;
157
+ secondary550: string;
158
+ neutral: string;
159
+ neutral900: string;
160
+ neutral800: string;
161
+ neutral700: string;
162
+ neutral600: string;
163
+ neutral500: string;
164
+ neutral400: string;
165
+ neutral300: string;
166
+ neutral200: string;
167
+ neutral100: string;
168
+ error500: string;
169
+ warning500: string;
170
+ background: string;
171
+ foreground: string;
172
+ };
173
+ export declare const styled: <Type extends keyof JSX.IntrinsicElements | React.ComponentType<any> | import("@stitches/react/types/util").Function, Composers extends (string | React.ComponentType<any> | import("@stitches/react/types/util").Function | {
174
+ [name: string]: unknown;
175
+ })[], CSS = import("@stitches/react/types/css-util").CSS<{
176
+ xs: string;
177
+ sm: string;
178
+ md: string;
179
+ lg: string;
180
+ }, {
181
+ colors: {
182
+ primary: string;
183
+ primary500: string;
184
+ primary550: string;
185
+ secondary: string;
186
+ secondary100: string;
187
+ secondary150: string;
188
+ secondary200: string;
189
+ secondary250: string;
190
+ secondary500: string;
191
+ secondary550: string;
192
+ neutral: string;
193
+ neutral100: string;
194
+ neutral200: string;
195
+ neutral300: string;
196
+ neutral400: string;
197
+ neutral500: string;
198
+ neutral600: string;
199
+ neutral700: string;
200
+ neutral800: string;
201
+ neutral900: string;
202
+ error100: string;
203
+ error300: string;
204
+ error500: string;
205
+ error600: string;
206
+ error700: string;
207
+ warning100: string;
208
+ warning300: string;
209
+ warning500: string;
210
+ warning600: string;
211
+ warning700: string;
212
+ info: string;
213
+ info100: string;
214
+ info300: string;
215
+ info500: string;
216
+ info600: string;
217
+ info700: string;
218
+ success100: string;
219
+ success300: string;
220
+ success500: string;
221
+ success600: string;
222
+ success700: string;
223
+ background: string;
224
+ foreground: string;
225
+ };
226
+ space: {
227
+ 0: string;
228
+ 5: string;
229
+ 10: string;
230
+ 15: string;
231
+ 20: string;
232
+ 25: string;
233
+ 30: string;
234
+ 40: string;
235
+ 46: string;
236
+ 50: string;
237
+ 60: string;
238
+ 70: string;
239
+ 80: string;
240
+ 90: string;
241
+ 100: string;
242
+ 2: string;
243
+ 4: string;
244
+ 6: string;
245
+ 8: string;
246
+ 12: string;
247
+ 16: string;
248
+ 24: string;
249
+ 28: string;
250
+ 32: string;
251
+ 36: string;
252
+ };
253
+ radii: {
254
+ xs: string;
255
+ sm: string;
256
+ xm: string;
257
+ md: string;
258
+ xl: string;
259
+ lg: string;
260
+ primary: string;
261
+ secondary: string;
262
+ };
263
+ fontSizes: {
264
+ 10: string;
265
+ 12: string;
266
+ 14: string;
267
+ 16: string;
268
+ 18: string;
269
+ 20: string;
270
+ 22: string;
271
+ 24: string;
272
+ 28: string;
273
+ 32: string;
274
+ 36: string;
275
+ 40: string;
276
+ 48: string;
277
+ };
278
+ fonts: {
279
+ primary: string;
280
+ widget: string;
281
+ };
282
+ fontWeights: {
283
+ regular: number;
284
+ medium: number;
285
+ semiBold: number;
286
+ bold: number;
287
+ };
288
+ lineHeights: {
289
+ 12: string;
290
+ 16: string;
291
+ 20: string;
292
+ 24: string;
293
+ 26: string;
294
+ 28: string;
295
+ 30: string;
296
+ 36: string;
297
+ 40: string;
298
+ 44: string;
299
+ 52: string;
300
+ 64: string;
301
+ };
302
+ letterSpacings: {};
303
+ sizes: {
304
+ 4: string;
305
+ 6: string;
306
+ 8: string;
307
+ 10: string;
308
+ 12: string;
309
+ 16: string;
310
+ 18: string;
311
+ 20: string;
312
+ 24: string;
313
+ 26: string;
314
+ 28: string;
315
+ 30: string;
316
+ 32: string;
317
+ 36: string;
318
+ 40: string;
319
+ 45: string;
320
+ 48: string;
321
+ };
322
+ borderWidths: {};
323
+ borderStyles: {};
324
+ shadows: {
325
+ /** Shadow for swap box */
326
+ mainContainer: string;
327
+ };
328
+ zIndices: {};
329
+ transitions: {};
330
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("react").ComponentType<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS> & {
331
+ variants?: {
332
+ [x: string]: {
333
+ [x: string]: CSS;
334
+ [x: number]: CSS;
335
+ };
336
+ } | undefined;
337
+ compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
338
+ css: CSS;
339
+ })[] | undefined;
340
+ defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
341
+ } & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
342
+ xs: string;
343
+ sm: string;
344
+ md: string;
345
+ lg: string;
346
+ }, import("@stitches/react/types/css-util").CSS<{
347
+ xs: string;
348
+ sm: string;
349
+ md: string;
350
+ lg: string;
351
+ }, {
352
+ colors: {
353
+ primary: string;
354
+ primary500: string;
355
+ primary550: string;
356
+ secondary: string;
357
+ secondary100: string;
358
+ secondary150: string;
359
+ secondary200: string;
360
+ secondary250: string;
361
+ secondary500: string;
362
+ secondary550: string;
363
+ neutral: string;
364
+ neutral100: string;
365
+ neutral200: string;
366
+ neutral300: string;
367
+ neutral400: string;
368
+ neutral500: string;
369
+ neutral600: string;
370
+ neutral700: string;
371
+ neutral800: string;
372
+ neutral900: string;
373
+ error100: string;
374
+ error300: string;
375
+ error500: string;
376
+ error600: string;
377
+ error700: string;
378
+ warning100: string;
379
+ warning300: string;
380
+ warning500: string;
381
+ warning600: string;
382
+ warning700: string;
383
+ info: string;
384
+ info100: string;
385
+ info300: string;
386
+ info500: string;
387
+ info600: string;
388
+ info700: string;
389
+ success100: string;
390
+ success300: string;
391
+ success500: string;
392
+ success600: string;
393
+ success700: string;
394
+ background: string;
395
+ foreground: string;
396
+ };
397
+ space: {
398
+ 0: string;
399
+ 5: string;
400
+ 10: string;
401
+ 15: string;
402
+ 20: string;
403
+ 25: string;
404
+ 30: string;
405
+ 40: string;
406
+ 46: string;
407
+ 50: string;
408
+ 60: string;
409
+ 70: string;
410
+ 80: string;
411
+ 90: string;
412
+ 100: string;
413
+ 2: string;
414
+ 4: string;
415
+ 6: string;
416
+ 8: string;
417
+ 12: string;
418
+ 16: string;
419
+ 24: string;
420
+ 28: string;
421
+ 32: string;
422
+ 36: string;
423
+ };
424
+ radii: {
425
+ xs: string;
426
+ sm: string;
427
+ xm: string;
428
+ md: string;
429
+ xl: string;
430
+ lg: string;
431
+ primary: string;
432
+ secondary: string;
433
+ };
434
+ fontSizes: {
435
+ 10: string;
436
+ 12: string;
437
+ 14: string;
438
+ 16: string;
439
+ 18: string;
440
+ 20: string;
441
+ 22: string;
442
+ 24: string;
443
+ 28: string;
444
+ 32: string;
445
+ 36: string;
446
+ 40: string;
447
+ 48: string;
448
+ };
449
+ fonts: {
450
+ primary: string;
451
+ widget: string;
452
+ };
453
+ fontWeights: {
454
+ regular: number;
455
+ medium: number;
456
+ semiBold: number;
457
+ bold: number;
458
+ };
459
+ lineHeights: {
460
+ 12: string;
461
+ 16: string;
462
+ 20: string;
463
+ 24: string;
464
+ 26: string;
465
+ 28: string;
466
+ 30: string;
467
+ 36: string;
468
+ 40: string;
469
+ 44: string;
470
+ 52: string;
471
+ 64: string;
472
+ };
473
+ letterSpacings: {};
474
+ sizes: {
475
+ 4: string;
476
+ 6: string;
477
+ 8: string;
478
+ 10: string;
479
+ 12: string;
480
+ 16: string;
481
+ 18: string;
482
+ 20: string;
483
+ 24: string;
484
+ 26: string;
485
+ 28: string;
486
+ 30: string;
487
+ 32: string;
488
+ 36: string;
489
+ 40: string;
490
+ 45: string;
491
+ 48: string;
492
+ };
493
+ borderWidths: {};
494
+ borderStyles: {};
495
+ shadows: {
496
+ /** Shadow for swap box */
497
+ mainContainer: string;
498
+ };
499
+ zIndices: {};
500
+ transitions: {};
501
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>, css: <Composers extends (string | React.ExoticComponent<any> | React.JSXElementConstructor<any> | import("@stitches/react/types/util").Function | {
502
+ [name: string]: unknown;
503
+ })[], CSS = import("@stitches/react/types/css-util").CSS<{
504
+ xs: string;
505
+ sm: string;
506
+ md: string;
507
+ lg: string;
508
+ }, {
509
+ colors: {
510
+ primary: string;
511
+ primary500: string;
512
+ primary550: string;
513
+ secondary: string;
514
+ secondary100: string;
515
+ secondary150: string;
516
+ secondary200: string;
517
+ secondary250: string;
518
+ secondary500: string;
519
+ secondary550: string;
520
+ neutral: string;
521
+ neutral100: string;
522
+ neutral200: string;
523
+ neutral300: string;
524
+ neutral400: string;
525
+ neutral500: string;
526
+ neutral600: string;
527
+ neutral700: string;
528
+ neutral800: string;
529
+ neutral900: string;
530
+ error100: string;
531
+ error300: string;
532
+ error500: string;
533
+ error600: string;
534
+ error700: string;
535
+ warning100: string;
536
+ warning300: string;
537
+ warning500: string;
538
+ warning600: string;
539
+ warning700: string;
540
+ info: string;
541
+ info100: string;
542
+ info300: string;
543
+ info500: string;
544
+ info600: string;
545
+ info700: string;
546
+ success100: string;
547
+ success300: string;
548
+ success500: string;
549
+ success600: string;
550
+ success700: string;
551
+ background: string;
552
+ foreground: string;
553
+ };
554
+ space: {
555
+ 0: string;
556
+ 5: string;
557
+ 10: string;
558
+ 15: string;
559
+ 20: string;
560
+ 25: string;
561
+ 30: string;
562
+ 40: string;
563
+ 46: string;
564
+ 50: string;
565
+ 60: string;
566
+ 70: string;
567
+ 80: string;
568
+ 90: string;
569
+ 100: string;
570
+ 2: string;
571
+ 4: string;
572
+ 6: string;
573
+ 8: string;
574
+ 12: string;
575
+ 16: string;
576
+ 24: string;
577
+ 28: string;
578
+ 32: string;
579
+ 36: string;
580
+ };
581
+ radii: {
582
+ xs: string;
583
+ sm: string;
584
+ xm: string;
585
+ md: string;
586
+ xl: string;
587
+ lg: string;
588
+ primary: string;
589
+ secondary: string;
590
+ };
591
+ fontSizes: {
592
+ 10: string;
593
+ 12: string;
594
+ 14: string;
595
+ 16: string;
596
+ 18: string;
597
+ 20: string;
598
+ 22: string;
599
+ 24: string;
600
+ 28: string;
601
+ 32: string;
602
+ 36: string;
603
+ 40: string;
604
+ 48: string;
605
+ };
606
+ fonts: {
607
+ primary: string;
608
+ widget: string;
609
+ };
610
+ fontWeights: {
611
+ regular: number;
612
+ medium: number;
613
+ semiBold: number;
614
+ bold: number;
615
+ };
616
+ lineHeights: {
617
+ 12: string;
618
+ 16: string;
619
+ 20: string;
620
+ 24: string;
621
+ 26: string;
622
+ 28: string;
623
+ 30: string;
624
+ 36: string;
625
+ 40: string;
626
+ 44: string;
627
+ 52: string;
628
+ 64: string;
629
+ };
630
+ letterSpacings: {};
631
+ sizes: {
632
+ 4: string;
633
+ 6: string;
634
+ 8: string;
635
+ 10: string;
636
+ 12: string;
637
+ 16: string;
638
+ 18: string;
639
+ 20: string;
640
+ 24: string;
641
+ 26: string;
642
+ 28: string;
643
+ 30: string;
644
+ 32: string;
645
+ 36: string;
646
+ 40: string;
647
+ 45: string;
648
+ 48: string;
649
+ };
650
+ borderWidths: {};
651
+ borderStyles: {};
652
+ shadows: {
653
+ /** Shadow for swap box */
654
+ mainContainer: string;
655
+ };
656
+ zIndices: {};
657
+ transitions: {};
658
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS> & {
659
+ variants?: {
660
+ [x: string]: {
661
+ [x: string]: CSS;
662
+ [x: number]: CSS;
663
+ };
664
+ } | undefined;
665
+ compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
666
+ css: CSS;
667
+ })[] | undefined;
668
+ defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
669
+ } & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
670
+ xs: string;
671
+ sm: string;
672
+ md: string;
673
+ lg: string;
674
+ }, CSS>, createTheme: <Argument0 extends string | ({
675
+ colors?: {
676
+ primary?: string | number | boolean | undefined;
677
+ primary500?: string | number | boolean | undefined;
678
+ primary550?: string | number | boolean | undefined;
679
+ secondary?: string | number | boolean | undefined;
680
+ secondary100?: string | number | boolean | undefined;
681
+ secondary150?: string | number | boolean | undefined;
682
+ secondary200?: string | number | boolean | undefined;
683
+ secondary250?: string | number | boolean | undefined;
684
+ secondary500?: string | number | boolean | undefined;
685
+ secondary550?: string | number | boolean | undefined;
686
+ neutral?: string | number | boolean | undefined;
687
+ neutral100?: string | number | boolean | undefined;
688
+ neutral200?: string | number | boolean | undefined;
689
+ neutral300?: string | number | boolean | undefined;
690
+ neutral400?: string | number | boolean | undefined;
691
+ neutral500?: string | number | boolean | undefined;
692
+ neutral600?: string | number | boolean | undefined;
693
+ neutral700?: string | number | boolean | undefined;
694
+ neutral800?: string | number | boolean | undefined;
695
+ neutral900?: string | number | boolean | undefined;
696
+ error100?: string | number | boolean | undefined;
697
+ error300?: string | number | boolean | undefined;
698
+ error500?: string | number | boolean | undefined;
699
+ error600?: string | number | boolean | undefined;
700
+ error700?: string | number | boolean | undefined;
701
+ warning100?: string | number | boolean | undefined;
702
+ warning300?: string | number | boolean | undefined;
703
+ warning500?: string | number | boolean | undefined;
704
+ warning600?: string | number | boolean | undefined;
705
+ warning700?: string | number | boolean | undefined;
706
+ info?: string | number | boolean | undefined;
707
+ info100?: string | number | boolean | undefined;
708
+ info300?: string | number | boolean | undefined;
709
+ info500?: string | number | boolean | undefined;
710
+ info600?: string | number | boolean | undefined;
711
+ info700?: string | number | boolean | undefined;
712
+ success100?: string | number | boolean | undefined;
713
+ success300?: string | number | boolean | undefined;
714
+ success500?: string | number | boolean | undefined;
715
+ success600?: string | number | boolean | undefined;
716
+ success700?: string | number | boolean | undefined;
717
+ background?: string | number | boolean | undefined;
718
+ foreground?: string | number | boolean | undefined;
719
+ } | undefined;
720
+ space?: {
721
+ 0?: string | number | boolean | undefined;
722
+ 5?: string | number | boolean | undefined;
723
+ 10?: string | number | boolean | undefined;
724
+ 15?: string | number | boolean | undefined;
725
+ 20?: string | number | boolean | undefined;
726
+ 25?: string | number | boolean | undefined;
727
+ 30?: string | number | boolean | undefined;
728
+ 40?: string | number | boolean | undefined;
729
+ 46?: string | number | boolean | undefined;
730
+ 50?: string | number | boolean | undefined;
731
+ 60?: string | number | boolean | undefined;
732
+ 70?: string | number | boolean | undefined;
733
+ 80?: string | number | boolean | undefined;
734
+ 90?: string | number | boolean | undefined;
735
+ 100?: string | number | boolean | undefined;
736
+ 2?: string | number | boolean | undefined;
737
+ 4?: string | number | boolean | undefined;
738
+ 6?: string | number | boolean | undefined;
739
+ 8?: string | number | boolean | undefined;
740
+ 12?: string | number | boolean | undefined;
741
+ 16?: string | number | boolean | undefined;
742
+ 24?: string | number | boolean | undefined;
743
+ 28?: string | number | boolean | undefined;
744
+ 32?: string | number | boolean | undefined;
745
+ 36?: string | number | boolean | undefined;
746
+ } | undefined;
747
+ radii?: {
748
+ xs?: string | number | boolean | undefined;
749
+ sm?: string | number | boolean | undefined;
750
+ xm?: string | number | boolean | undefined;
751
+ md?: string | number | boolean | undefined;
752
+ xl?: string | number | boolean | undefined;
753
+ lg?: string | number | boolean | undefined;
754
+ primary?: string | number | boolean | undefined;
755
+ secondary?: string | number | boolean | undefined;
756
+ } | undefined;
757
+ fontSizes?: {
758
+ 10?: string | number | boolean | undefined;
759
+ 12?: string | number | boolean | undefined;
760
+ 14?: string | number | boolean | undefined;
761
+ 16?: string | number | boolean | undefined;
762
+ 18?: string | number | boolean | undefined;
763
+ 20?: string | number | boolean | undefined;
764
+ 22?: string | number | boolean | undefined;
765
+ 24?: string | number | boolean | undefined;
766
+ 28?: string | number | boolean | undefined;
767
+ 32?: string | number | boolean | undefined;
768
+ 36?: string | number | boolean | undefined;
769
+ 40?: string | number | boolean | undefined;
770
+ 48?: string | number | boolean | undefined;
771
+ } | undefined;
772
+ fonts?: {
773
+ primary?: string | number | boolean | undefined;
774
+ widget?: string | number | boolean | undefined;
775
+ } | undefined;
776
+ fontWeights?: {
777
+ regular?: string | number | boolean | undefined;
778
+ medium?: string | number | boolean | undefined;
779
+ semiBold?: string | number | boolean | undefined;
780
+ bold?: string | number | boolean | undefined;
781
+ } | undefined;
782
+ lineHeights?: {
783
+ 12?: string | number | boolean | undefined;
784
+ 16?: string | number | boolean | undefined;
785
+ 20?: string | number | boolean | undefined;
786
+ 24?: string | number | boolean | undefined;
787
+ 26?: string | number | boolean | undefined;
788
+ 28?: string | number | boolean | undefined;
789
+ 30?: string | number | boolean | undefined;
790
+ 36?: string | number | boolean | undefined;
791
+ 40?: string | number | boolean | undefined;
792
+ 44?: string | number | boolean | undefined;
793
+ 52?: string | number | boolean | undefined;
794
+ 64?: string | number | boolean | undefined;
795
+ } | undefined;
796
+ letterSpacings?: {} | undefined;
797
+ sizes?: {
798
+ 4?: string | number | boolean | undefined;
799
+ 6?: string | number | boolean | undefined;
800
+ 8?: string | number | boolean | undefined;
801
+ 10?: string | number | boolean | undefined;
802
+ 12?: string | number | boolean | undefined;
803
+ 16?: string | number | boolean | undefined;
804
+ 18?: string | number | boolean | undefined;
805
+ 20?: string | number | boolean | undefined;
806
+ 24?: string | number | boolean | undefined;
807
+ 26?: string | number | boolean | undefined;
808
+ 28?: string | number | boolean | undefined;
809
+ 30?: string | number | boolean | undefined;
810
+ 32?: string | number | boolean | undefined;
811
+ 36?: string | number | boolean | undefined;
812
+ 40?: string | number | boolean | undefined;
813
+ 45?: string | number | boolean | undefined;
814
+ 48?: string | number | boolean | undefined;
815
+ } | undefined;
816
+ borderWidths?: {} | undefined;
817
+ borderStyles?: {} | undefined;
818
+ shadows?: {
819
+ mainContainer?: string | number | boolean | undefined;
820
+ } | undefined;
821
+ zIndices?: {} | undefined;
822
+ transitions?: {} | undefined;
823
+ } & {
824
+ [x: string]: {
825
+ [x: string]: string | number | boolean;
826
+ [x: number]: string | number | boolean;
827
+ };
828
+ }), Argument1 extends string | ({
829
+ colors?: {
830
+ primary?: string | number | boolean | undefined;
831
+ primary500?: string | number | boolean | undefined;
832
+ primary550?: string | number | boolean | undefined;
833
+ secondary?: string | number | boolean | undefined;
834
+ secondary100?: string | number | boolean | undefined;
835
+ secondary150?: string | number | boolean | undefined;
836
+ secondary200?: string | number | boolean | undefined;
837
+ secondary250?: string | number | boolean | undefined;
838
+ secondary500?: string | number | boolean | undefined;
839
+ secondary550?: string | number | boolean | undefined;
840
+ neutral?: string | number | boolean | undefined;
841
+ neutral100?: string | number | boolean | undefined;
842
+ neutral200?: string | number | boolean | undefined;
843
+ neutral300?: string | number | boolean | undefined;
844
+ neutral400?: string | number | boolean | undefined;
845
+ neutral500?: string | number | boolean | undefined;
846
+ neutral600?: string | number | boolean | undefined;
847
+ neutral700?: string | number | boolean | undefined;
848
+ neutral800?: string | number | boolean | undefined;
849
+ neutral900?: string | number | boolean | undefined;
850
+ error100?: string | number | boolean | undefined;
851
+ error300?: string | number | boolean | undefined;
852
+ error500?: string | number | boolean | undefined;
853
+ error600?: string | number | boolean | undefined;
854
+ error700?: string | number | boolean | undefined;
855
+ warning100?: string | number | boolean | undefined;
856
+ warning300?: string | number | boolean | undefined;
857
+ warning500?: string | number | boolean | undefined;
858
+ warning600?: string | number | boolean | undefined;
859
+ warning700?: string | number | boolean | undefined;
860
+ info?: string | number | boolean | undefined;
861
+ info100?: string | number | boolean | undefined;
862
+ info300?: string | number | boolean | undefined;
863
+ info500?: string | number | boolean | undefined;
864
+ info600?: string | number | boolean | undefined;
865
+ info700?: string | number | boolean | undefined;
866
+ success100?: string | number | boolean | undefined;
867
+ success300?: string | number | boolean | undefined;
868
+ success500?: string | number | boolean | undefined;
869
+ success600?: string | number | boolean | undefined;
870
+ success700?: string | number | boolean | undefined;
871
+ background?: string | number | boolean | undefined;
872
+ foreground?: string | number | boolean | undefined;
873
+ } | undefined;
874
+ space?: {
875
+ 0?: string | number | boolean | undefined;
876
+ 5?: string | number | boolean | undefined;
877
+ 10?: string | number | boolean | undefined;
878
+ 15?: string | number | boolean | undefined;
879
+ 20?: string | number | boolean | undefined;
880
+ 25?: string | number | boolean | undefined;
881
+ 30?: string | number | boolean | undefined;
882
+ 40?: string | number | boolean | undefined;
883
+ 46?: string | number | boolean | undefined;
884
+ 50?: string | number | boolean | undefined;
885
+ 60?: string | number | boolean | undefined;
886
+ 70?: string | number | boolean | undefined;
887
+ 80?: string | number | boolean | undefined;
888
+ 90?: string | number | boolean | undefined;
889
+ 100?: string | number | boolean | undefined;
890
+ 2?: string | number | boolean | undefined;
891
+ 4?: string | number | boolean | undefined;
892
+ 6?: string | number | boolean | undefined;
893
+ 8?: string | number | boolean | undefined;
894
+ 12?: string | number | boolean | undefined;
895
+ 16?: string | number | boolean | undefined;
896
+ 24?: string | number | boolean | undefined;
897
+ 28?: string | number | boolean | undefined;
898
+ 32?: string | number | boolean | undefined;
899
+ 36?: string | number | boolean | undefined;
900
+ } | undefined;
901
+ radii?: {
902
+ xs?: string | number | boolean | undefined;
903
+ sm?: string | number | boolean | undefined;
904
+ xm?: string | number | boolean | undefined;
905
+ md?: string | number | boolean | undefined;
906
+ xl?: string | number | boolean | undefined;
907
+ lg?: string | number | boolean | undefined;
908
+ primary?: string | number | boolean | undefined;
909
+ secondary?: string | number | boolean | undefined;
910
+ } | undefined;
911
+ fontSizes?: {
912
+ 10?: string | number | boolean | undefined;
913
+ 12?: string | number | boolean | undefined;
914
+ 14?: string | number | boolean | undefined;
915
+ 16?: string | number | boolean | undefined;
916
+ 18?: string | number | boolean | undefined;
917
+ 20?: string | number | boolean | undefined;
918
+ 22?: string | number | boolean | undefined;
919
+ 24?: string | number | boolean | undefined;
920
+ 28?: string | number | boolean | undefined;
921
+ 32?: string | number | boolean | undefined;
922
+ 36?: string | number | boolean | undefined;
923
+ 40?: string | number | boolean | undefined;
924
+ 48?: string | number | boolean | undefined;
925
+ } | undefined;
926
+ fonts?: {
927
+ primary?: string | number | boolean | undefined;
928
+ widget?: string | number | boolean | undefined;
929
+ } | undefined;
930
+ fontWeights?: {
931
+ regular?: string | number | boolean | undefined;
932
+ medium?: string | number | boolean | undefined;
933
+ semiBold?: string | number | boolean | undefined;
934
+ bold?: string | number | boolean | undefined;
935
+ } | undefined;
936
+ lineHeights?: {
937
+ 12?: string | number | boolean | undefined;
938
+ 16?: string | number | boolean | undefined;
939
+ 20?: string | number | boolean | undefined;
940
+ 24?: string | number | boolean | undefined;
941
+ 26?: string | number | boolean | undefined;
942
+ 28?: string | number | boolean | undefined;
943
+ 30?: string | number | boolean | undefined;
944
+ 36?: string | number | boolean | undefined;
945
+ 40?: string | number | boolean | undefined;
946
+ 44?: string | number | boolean | undefined;
947
+ 52?: string | number | boolean | undefined;
948
+ 64?: string | number | boolean | undefined;
949
+ } | undefined;
950
+ letterSpacings?: {} | undefined;
951
+ sizes?: {
952
+ 4?: string | number | boolean | undefined;
953
+ 6?: string | number | boolean | undefined;
954
+ 8?: string | number | boolean | undefined;
955
+ 10?: string | number | boolean | undefined;
956
+ 12?: string | number | boolean | undefined;
957
+ 16?: string | number | boolean | undefined;
958
+ 18?: string | number | boolean | undefined;
959
+ 20?: string | number | boolean | undefined;
960
+ 24?: string | number | boolean | undefined;
961
+ 26?: string | number | boolean | undefined;
962
+ 28?: string | number | boolean | undefined;
963
+ 30?: string | number | boolean | undefined;
964
+ 32?: string | number | boolean | undefined;
965
+ 36?: string | number | boolean | undefined;
966
+ 40?: string | number | boolean | undefined;
967
+ 45?: string | number | boolean | undefined;
968
+ 48?: string | number | boolean | undefined;
969
+ } | undefined;
970
+ borderWidths?: {} | undefined;
971
+ borderStyles?: {} | undefined;
972
+ shadows?: {
973
+ mainContainer?: string | number | boolean | undefined;
974
+ } | undefined;
975
+ zIndices?: {} | undefined;
976
+ transitions?: {} | undefined;
977
+ } & {
978
+ [x: string]: {
979
+ [x: string]: string | number | boolean;
980
+ [x: number]: string | number | boolean;
981
+ };
982
+ })>(nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1 | undefined) => string & {
983
+ className: string;
984
+ selector: string;
985
+ } & (Argument0 extends string ? import("@stitches/react/types/stitches").ThemeTokens<Argument1, ""> : import("@stitches/react/types/stitches").ThemeTokens<Argument0, "">), keyframes: (style: {
986
+ [offset: string]: import("@stitches/react/types/css-util").CSS<{
987
+ xs: string;
988
+ sm: string;
989
+ md: string;
990
+ lg: string;
991
+ }, {
992
+ colors: {
993
+ primary: string;
994
+ primary500: string;
995
+ primary550: string;
996
+ secondary: string;
997
+ secondary100: string;
998
+ secondary150: string;
999
+ secondary200: string;
1000
+ secondary250: string;
1001
+ secondary500: string;
1002
+ secondary550: string;
1003
+ neutral: string;
1004
+ neutral100: string;
1005
+ neutral200: string;
1006
+ neutral300: string;
1007
+ neutral400: string;
1008
+ neutral500: string;
1009
+ neutral600: string;
1010
+ neutral700: string;
1011
+ neutral800: string;
1012
+ neutral900: string;
1013
+ error100: string;
1014
+ error300: string;
1015
+ error500: string;
1016
+ error600: string;
1017
+ error700: string;
1018
+ warning100: string;
1019
+ warning300: string;
1020
+ warning500: string;
1021
+ warning600: string;
1022
+ warning700: string;
1023
+ info: string;
1024
+ info100: string;
1025
+ info300: string;
1026
+ info500: string;
1027
+ info600: string;
1028
+ info700: string;
1029
+ success100: string;
1030
+ success300: string;
1031
+ success500: string;
1032
+ success600: string;
1033
+ success700: string;
1034
+ background: string;
1035
+ foreground: string;
1036
+ };
1037
+ space: {
1038
+ 0: string;
1039
+ 5: string;
1040
+ 10: string;
1041
+ 15: string;
1042
+ 20: string;
1043
+ 25: string;
1044
+ 30: string;
1045
+ 40: string;
1046
+ 46: string;
1047
+ 50: string;
1048
+ 60: string;
1049
+ 70: string;
1050
+ 80: string;
1051
+ 90: string;
1052
+ 100: string;
1053
+ 2: string;
1054
+ 4: string;
1055
+ 6: string;
1056
+ 8: string;
1057
+ 12: string;
1058
+ 16: string;
1059
+ 24: string;
1060
+ 28: string;
1061
+ 32: string;
1062
+ 36: string;
1063
+ };
1064
+ radii: {
1065
+ xs: string;
1066
+ sm: string;
1067
+ xm: string;
1068
+ md: string;
1069
+ xl: string;
1070
+ lg: string;
1071
+ primary: string;
1072
+ secondary: string;
1073
+ };
1074
+ fontSizes: {
1075
+ 10: string;
1076
+ 12: string;
1077
+ 14: string;
1078
+ 16: string;
1079
+ 18: string;
1080
+ 20: string;
1081
+ 22: string;
1082
+ 24: string;
1083
+ 28: string;
1084
+ 32: string;
1085
+ 36: string;
1086
+ 40: string;
1087
+ 48: string;
1088
+ };
1089
+ fonts: {
1090
+ primary: string;
1091
+ widget: string;
1092
+ };
1093
+ fontWeights: {
1094
+ regular: number;
1095
+ medium: number;
1096
+ semiBold: number;
1097
+ bold: number;
1098
+ };
1099
+ lineHeights: {
1100
+ 12: string;
1101
+ 16: string;
1102
+ 20: string;
1103
+ 24: string;
1104
+ 26: string;
1105
+ 28: string;
1106
+ 30: string;
1107
+ 36: string;
1108
+ 40: string;
1109
+ 44: string;
1110
+ 52: string;
1111
+ 64: string;
1112
+ };
1113
+ letterSpacings: {};
1114
+ sizes: {
1115
+ 4: string;
1116
+ 6: string;
1117
+ 8: string;
1118
+ 10: string;
1119
+ 12: string;
1120
+ 16: string;
1121
+ 18: string;
1122
+ 20: string;
1123
+ 24: string;
1124
+ 26: string;
1125
+ 28: string;
1126
+ 30: string;
1127
+ 32: string;
1128
+ 36: string;
1129
+ 40: string;
1130
+ 45: string;
1131
+ 48: string;
1132
+ };
1133
+ borderWidths: {};
1134
+ borderStyles: {};
1135
+ shadows: {
1136
+ /** Shadow for swap box */
1137
+ mainContainer: string;
1138
+ };
1139
+ zIndices: {};
1140
+ transitions: {};
1141
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>;
1142
+ }) => {
1143
+ (): string;
1144
+ name: string;
1145
+ }, globalCss: <Styles extends {
1146
+ [K: string]: any;
1147
+ }>(...styles: ({
1148
+ '@import'?: unknown;
1149
+ '@font-face'?: unknown;
1150
+ } & { [K in keyof Styles]: K extends "@import" ? string | string[] : K extends "@font-face" ? import("@stitches/react/types/css").AtRule.FontFace | import("@stitches/react/types/css").AtRule.FontFace[] : K extends `@keyframes ${string}` ? {
1151
+ [x: string]: import("@stitches/react/types/css-util").CSS<{
1152
+ xs: string;
1153
+ sm: string;
1154
+ md: string;
1155
+ lg: string;
1156
+ }, {
1157
+ colors: {
1158
+ primary: string;
1159
+ primary500: string;
1160
+ primary550: string;
1161
+ secondary: string;
1162
+ secondary100: string;
1163
+ secondary150: string;
1164
+ secondary200: string;
1165
+ secondary250: string;
1166
+ secondary500: string;
1167
+ secondary550: string;
1168
+ neutral: string;
1169
+ neutral100: string;
1170
+ neutral200: string;
1171
+ neutral300: string;
1172
+ neutral400: string;
1173
+ neutral500: string;
1174
+ neutral600: string;
1175
+ neutral700: string;
1176
+ neutral800: string;
1177
+ neutral900: string;
1178
+ error100: string;
1179
+ error300: string;
1180
+ error500: string;
1181
+ error600: string;
1182
+ error700: string;
1183
+ warning100: string;
1184
+ warning300: string;
1185
+ warning500: string;
1186
+ warning600: string;
1187
+ warning700: string;
1188
+ info: string;
1189
+ info100: string;
1190
+ info300: string;
1191
+ info500: string;
1192
+ info600: string;
1193
+ info700: string;
1194
+ success100: string;
1195
+ success300: string;
1196
+ success500: string;
1197
+ success600: string;
1198
+ success700: string;
1199
+ background: string;
1200
+ foreground: string;
1201
+ };
1202
+ space: {
1203
+ 0: string;
1204
+ 5: string;
1205
+ 10: string;
1206
+ 15: string;
1207
+ 20: string;
1208
+ 25: string;
1209
+ 30: string;
1210
+ 40: string;
1211
+ 46: string;
1212
+ 50: string;
1213
+ 60: string;
1214
+ 70: string;
1215
+ 80: string;
1216
+ 90: string;
1217
+ 100: string;
1218
+ 2: string;
1219
+ 4: string;
1220
+ 6: string;
1221
+ 8: string;
1222
+ 12: string;
1223
+ 16: string;
1224
+ 24: string;
1225
+ 28: string;
1226
+ 32: string;
1227
+ 36: string;
1228
+ };
1229
+ radii: {
1230
+ xs: string;
1231
+ sm: string;
1232
+ xm: string;
1233
+ md: string;
1234
+ xl: string;
1235
+ lg: string;
1236
+ primary: string;
1237
+ secondary: string;
1238
+ };
1239
+ fontSizes: {
1240
+ 10: string;
1241
+ 12: string;
1242
+ 14: string;
1243
+ 16: string;
1244
+ 18: string;
1245
+ 20: string;
1246
+ 22: string;
1247
+ 24: string;
1248
+ 28: string;
1249
+ 32: string;
1250
+ 36: string;
1251
+ 40: string;
1252
+ 48: string;
1253
+ };
1254
+ fonts: {
1255
+ primary: string;
1256
+ widget: string;
1257
+ };
1258
+ fontWeights: {
1259
+ regular: number;
1260
+ medium: number;
1261
+ semiBold: number;
1262
+ bold: number;
1263
+ };
1264
+ lineHeights: {
1265
+ 12: string;
1266
+ 16: string;
1267
+ 20: string;
1268
+ 24: string;
1269
+ 26: string;
1270
+ 28: string;
1271
+ 30: string;
1272
+ 36: string;
1273
+ 40: string;
1274
+ 44: string;
1275
+ 52: string;
1276
+ 64: string;
1277
+ };
1278
+ letterSpacings: {};
1279
+ sizes: {
1280
+ 4: string;
1281
+ 6: string;
1282
+ 8: string;
1283
+ 10: string;
1284
+ 12: string;
1285
+ 16: string;
1286
+ 18: string;
1287
+ 20: string;
1288
+ 24: string;
1289
+ 26: string;
1290
+ 28: string;
1291
+ 30: string;
1292
+ 32: string;
1293
+ 36: string;
1294
+ 40: string;
1295
+ 45: string;
1296
+ 48: string;
1297
+ };
1298
+ borderWidths: {};
1299
+ borderStyles: {};
1300
+ shadows: {
1301
+ /** Shadow for swap box */
1302
+ mainContainer: string;
1303
+ };
1304
+ zIndices: {};
1305
+ transitions: {};
1306
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>;
1307
+ } : K extends `@property ${string}` ? import("@stitches/react/types/css").AtRule.Property : import("@stitches/react/types/css-util").CSS<{
1308
+ xs: string;
1309
+ sm: string;
1310
+ md: string;
1311
+ lg: string;
1312
+ }, {
1313
+ colors: {
1314
+ primary: string;
1315
+ primary500: string;
1316
+ primary550: string;
1317
+ secondary: string;
1318
+ secondary100: string;
1319
+ secondary150: string;
1320
+ secondary200: string;
1321
+ secondary250: string;
1322
+ secondary500: string;
1323
+ secondary550: string;
1324
+ neutral: string;
1325
+ neutral100: string;
1326
+ neutral200: string;
1327
+ neutral300: string;
1328
+ neutral400: string;
1329
+ neutral500: string;
1330
+ neutral600: string;
1331
+ neutral700: string;
1332
+ neutral800: string;
1333
+ neutral900: string;
1334
+ error100: string;
1335
+ error300: string;
1336
+ error500: string;
1337
+ error600: string;
1338
+ error700: string;
1339
+ warning100: string;
1340
+ warning300: string;
1341
+ warning500: string;
1342
+ warning600: string;
1343
+ warning700: string;
1344
+ info: string;
1345
+ info100: string;
1346
+ info300: string;
1347
+ info500: string;
1348
+ info600: string;
1349
+ info700: string;
1350
+ success100: string;
1351
+ success300: string;
1352
+ success500: string;
1353
+ success600: string;
1354
+ success700: string;
1355
+ background: string;
1356
+ foreground: string;
1357
+ };
1358
+ space: {
1359
+ 0: string;
1360
+ 5: string;
1361
+ 10: string;
1362
+ 15: string;
1363
+ 20: string;
1364
+ 25: string;
1365
+ 30: string;
1366
+ 40: string;
1367
+ 46: string;
1368
+ 50: string;
1369
+ 60: string;
1370
+ 70: string;
1371
+ 80: string;
1372
+ 90: string;
1373
+ 100: string;
1374
+ 2: string;
1375
+ 4: string;
1376
+ 6: string;
1377
+ 8: string;
1378
+ 12: string;
1379
+ 16: string;
1380
+ 24: string;
1381
+ 28: string;
1382
+ 32: string;
1383
+ 36: string;
1384
+ };
1385
+ radii: {
1386
+ xs: string;
1387
+ sm: string;
1388
+ xm: string;
1389
+ md: string;
1390
+ xl: string;
1391
+ lg: string;
1392
+ primary: string;
1393
+ secondary: string;
1394
+ };
1395
+ fontSizes: {
1396
+ 10: string;
1397
+ 12: string;
1398
+ 14: string;
1399
+ 16: string;
1400
+ 18: string;
1401
+ 20: string;
1402
+ 22: string;
1403
+ 24: string;
1404
+ 28: string;
1405
+ 32: string;
1406
+ 36: string;
1407
+ 40: string;
1408
+ 48: string;
1409
+ };
1410
+ fonts: {
1411
+ primary: string;
1412
+ widget: string;
1413
+ };
1414
+ fontWeights: {
1415
+ regular: number;
1416
+ medium: number;
1417
+ semiBold: number;
1418
+ bold: number;
1419
+ };
1420
+ lineHeights: {
1421
+ 12: string;
1422
+ 16: string;
1423
+ 20: string;
1424
+ 24: string;
1425
+ 26: string;
1426
+ 28: string;
1427
+ 30: string;
1428
+ 36: string;
1429
+ 40: string;
1430
+ 44: string;
1431
+ 52: string;
1432
+ 64: string;
1433
+ };
1434
+ letterSpacings: {};
1435
+ sizes: {
1436
+ 4: string;
1437
+ 6: string;
1438
+ 8: string;
1439
+ 10: string;
1440
+ 12: string;
1441
+ 16: string;
1442
+ 18: string;
1443
+ 20: string;
1444
+ 24: string;
1445
+ 26: string;
1446
+ 28: string;
1447
+ 30: string;
1448
+ 32: string;
1449
+ 36: string;
1450
+ 40: string;
1451
+ 45: string;
1452
+ 48: string;
1453
+ };
1454
+ borderWidths: {};
1455
+ borderStyles: {};
1456
+ shadows: {
1457
+ /** Shadow for swap box */
1458
+ mainContainer: string;
1459
+ };
1460
+ zIndices: {};
1461
+ transitions: {};
1462
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>; })[]) => {
1463
+ (): string;
1464
+ }, config: {
1465
+ prefix: "";
1466
+ media: {
1467
+ xs: string;
1468
+ sm: string;
1469
+ md: string;
1470
+ lg: string;
1471
+ };
1472
+ theme: {
1473
+ colors: {
1474
+ primary: string;
1475
+ primary500: string;
1476
+ primary550: string;
1477
+ secondary: string;
1478
+ secondary100: string;
1479
+ secondary150: string;
1480
+ secondary200: string;
1481
+ secondary250: string;
1482
+ secondary500: string;
1483
+ secondary550: string;
1484
+ neutral: string;
1485
+ neutral100: string;
1486
+ neutral200: string;
1487
+ neutral300: string;
1488
+ neutral400: string;
1489
+ neutral500: string;
1490
+ neutral600: string;
1491
+ neutral700: string;
1492
+ neutral800: string;
1493
+ neutral900: string;
1494
+ error100: string;
1495
+ error300: string;
1496
+ error500: string;
1497
+ error600: string;
1498
+ error700: string;
1499
+ warning100: string;
1500
+ warning300: string;
1501
+ warning500: string;
1502
+ warning600: string;
1503
+ warning700: string;
1504
+ info: string;
1505
+ info100: string;
1506
+ info300: string;
1507
+ info500: string;
1508
+ info600: string;
1509
+ info700: string;
1510
+ success100: string;
1511
+ success300: string;
1512
+ success500: string;
1513
+ success600: string;
1514
+ success700: string;
1515
+ background: string;
1516
+ foreground: string;
1517
+ };
1518
+ space: {
1519
+ 0: string;
1520
+ 5: string;
1521
+ 10: string;
1522
+ 15: string;
1523
+ 20: string;
1524
+ 25: string;
1525
+ 30: string;
1526
+ 40: string;
1527
+ 46: string;
1528
+ 50: string;
1529
+ 60: string;
1530
+ 70: string;
1531
+ 80: string;
1532
+ 90: string;
1533
+ 100: string;
1534
+ 2: string;
1535
+ 4: string;
1536
+ 6: string;
1537
+ 8: string;
1538
+ 12: string;
1539
+ 16: string;
1540
+ 24: string;
1541
+ 28: string;
1542
+ 32: string;
1543
+ 36: string;
1544
+ };
1545
+ radii: {
1546
+ xs: string;
1547
+ sm: string;
1548
+ xm: string;
1549
+ md: string;
1550
+ xl: string;
1551
+ lg: string;
1552
+ primary: string;
1553
+ secondary: string;
1554
+ };
1555
+ fontSizes: {
1556
+ 10: string;
1557
+ 12: string;
1558
+ 14: string;
1559
+ 16: string;
1560
+ 18: string;
1561
+ 20: string;
1562
+ 22: string;
1563
+ 24: string;
1564
+ 28: string;
1565
+ 32: string;
1566
+ 36: string;
1567
+ 40: string;
1568
+ 48: string;
1569
+ };
1570
+ fonts: {
1571
+ primary: string;
1572
+ widget: string;
1573
+ };
1574
+ fontWeights: {
1575
+ regular: number;
1576
+ medium: number;
1577
+ semiBold: number;
1578
+ bold: number;
1579
+ };
1580
+ lineHeights: {
1581
+ 12: string;
1582
+ 16: string;
1583
+ 20: string;
1584
+ 24: string;
1585
+ 26: string;
1586
+ 28: string;
1587
+ 30: string;
1588
+ 36: string;
1589
+ 40: string;
1590
+ 44: string;
1591
+ 52: string;
1592
+ 64: string;
1593
+ };
1594
+ letterSpacings: {};
1595
+ sizes: {
1596
+ 4: string;
1597
+ 6: string;
1598
+ 8: string;
1599
+ 10: string;
1600
+ 12: string;
1601
+ 16: string;
1602
+ 18: string;
1603
+ 20: string;
1604
+ 24: string;
1605
+ 26: string;
1606
+ 28: string;
1607
+ 30: string;
1608
+ 32: string;
1609
+ 36: string;
1610
+ 40: string;
1611
+ 45: string;
1612
+ 48: string;
1613
+ };
1614
+ borderWidths: {};
1615
+ borderStyles: {};
1616
+ shadows: {
1617
+ /** Shadow for swap box */
1618
+ mainContainer: string;
1619
+ };
1620
+ zIndices: {};
1621
+ transitions: {};
1622
+ };
1623
+ themeMap: import("@stitches/react/types/config").DefaultThemeMap;
1624
+ utils: {};
1625
+ };
1626
+ export type CSS = StitchesCSS<typeof config>;
1627
+ export declare const lightTheme: string & {
1628
+ className: string;
1629
+ selector: string;
1630
+ } & import("@stitches/react/types/stitches").ThemeTokens<{}, "">;
1631
+ export declare const darkTheme: string & {
1632
+ className: string;
1633
+ selector: string;
1634
+ } & import("@stitches/react/types/stitches").ThemeTokens<{
1635
+ colors: {
1636
+ secondary: string;
1637
+ secondary250: string;
1638
+ secondary500: string;
1639
+ secondary550: string;
1640
+ neutral: string;
1641
+ neutral900: string;
1642
+ neutral800: string;
1643
+ neutral700: string;
1644
+ neutral600: string;
1645
+ neutral500: string;
1646
+ neutral400: string;
1647
+ neutral300: string;
1648
+ neutral200: string;
1649
+ neutral100: string;
1650
+ error500: string;
1651
+ warning500: string;
1652
+ background: string;
1653
+ foreground: string;
1654
+ };
1655
+ }, "">;
1656
+ export declare const rangoDarkColors: {
1657
+ secondary800: string;
1658
+ secondary850: string;
1659
+ neutral: string;
1660
+ neutral100: string;
1661
+ neutral200: string;
1662
+ neutral300: string;
1663
+ neutral400: string;
1664
+ neutral500: string;
1665
+ neutral600: string;
1666
+ neutral700: string;
1667
+ neutral800: string;
1668
+ neutral900: string;
1669
+ background: string;
1670
+ foreground: string;
1671
+ };
1672
+ //# sourceMappingURL=theme.d.ts.map